Skip to content

Commit

Permalink
feat: add new icon (#1996)
Browse files Browse the repository at this point in the history
* feat: add new receipt icon

* fix: use viewbox instead of width/height
  • Loading branch information
keellyp authored Jan 17, 2025
1 parent 7503fbd commit 097dcfc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/designSystem/Icon/mapping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ import Pulse from '~/public/icons/pulse.svg'
import Push from '~/public/icons/push.svg'
import Puzzle from '~/public/icons/puzzle.svg'
import QuestionCircle from '~/public/icons/question-circle.svg'
import Receipt from '~/public/icons/receipt.svg'
import Reload from '~/public/icons/reload.svg'
import Requested from '~/public/icons/requested.svg'
import ResizeExpand from '~/public/icons/resize-expand.svg'
Expand Down Expand Up @@ -206,6 +207,7 @@ export const ALL_ICONS = {
push: Push,
puzzle: Puzzle,
'question-circle': QuestionCircle,
receipt: Receipt,
reload: Reload,
requested: Requested,
'resize-expand': ResizeExpand,
Expand Down
2 changes: 1 addition & 1 deletion src/public/icons/partially-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/public/icons/receipt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 097dcfc

Please sign in to comment.