Skip to content

Commit

Permalink
feat(icons): add shopping cart icon and cupom (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdepaula authored Jan 15, 2025
1 parent e1c24a4 commit ae65156
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/icons.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export type IconProps =
| 'account-warning-outline'
| 'cash-back'
| 'credit-card-colorful'
| 'cupom'
| 'discount-tag'
| 'dollar-circle'
| 'jsm-outline'
Expand Down Expand Up @@ -172,6 +173,7 @@ export type IconProps =
| 'share-variant'
| 'shopping-outline'
| 'shopping'
| 'shopping-cart-outline'
| 'star-circle'
| 'star-outline'
| 'star'
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/svg/mdi/cupom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/mdi/shopping-cart-outline.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 ae65156

Please sign in to comment.