Skip to content

Commit

Permalink
added Delete icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfishdesign13 committed Dec 14, 2023
1 parent 3e1a6ba commit 12edd5d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Currently, this repo is in Prerelease. When it is released, this project will ad

### Adds

- Adds the `"actionHome"`, `"actionLockClosed"`, `"actionPayment"`, `"communicationCall"`, `"communicationChatBubble"`, and `"communicationEmail"` options to the `Icon` component.
- Adds the `"actionDelete"`, `"actionHome"`, `"actionLockClosed"`, `"actionPayment"`, `"communicationCall"`, `"communicationChatBubble"`, and `"communicationEmail"` options to the `Icon` component.

## 2.1.3 (December 7, 2023)

Expand Down
3 changes: 3 additions & 0 deletions icons/svg/action-delete.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/Icons/IconSvgs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { ReactComponent as accessibilityFull } from "../../../icons/svg/accessib
import { ReactComponent as accessibilityPartial } from "../../../icons/svg/accessibility-partial.svg";
import { ReactComponent as actionCheckCircle } from "../../../icons/svg/action-check-circle.svg";
import { ReactComponent as actionCheckCircleFilled } from "../../../icons/svg/action-check-circle-filled.svg";
import { ReactComponent as actionDelete } from "../../../icons/svg/action-delete.svg";
import { ReactComponent as actionExit } from "../../../icons/svg/action-exit.svg";
import { ReactComponent as actionHelpDefault } from "../../../icons/svg/action-help-default.svg";
import { ReactComponent as actionHelpOutline } from "../../../icons/svg/action-help-outline.svg";
Expand Down Expand Up @@ -75,6 +76,7 @@ export default {
accessibilityPartial,
actionCheckCircle,
actionCheckCircleFilled,
actionDelete,
actionExit,
actionHelpDefault,
actionHelpOutline,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Icons/iconChangelogData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const changelogData: ChangelogData[] = [
type: "Update",
affects: ["Documentation", "Functionality"],
notes: [
"Added the actionHome, actionLockClosed, actionPayment, communicationCall, communicationChatBubble, and communicationEmail icons.",
"Added the actionDelete, actionHome, actionLockClosed, actionPayment, communicationCall, communicationChatBubble, and communicationEmail icons.",
],
},
];
1 change: 1 addition & 0 deletions src/components/Icons/iconVariables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const iconNamesArray = [
"accessibilityPartial",
"actionCheckCircle",
"actionCheckCircleFilled",
"actionDelete",
"actionExit",
"actionHelpDefault",
"actionHelpOutline",
Expand Down

0 comments on commit 12edd5d

Please sign in to comment.