Skip to content

Commit

Permalink
feat(icons): add category, videogame and monetization icon (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdepaula authored Dec 23, 2024
1 parent 49a9522 commit 90cf61d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/icons.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export type IconProps =
| 'bell'
| 'calendar-today-outline'
| 'calendar-today'
| 'category'
| 'cellphone-settings'
| 'cellphone'
| 'chat-outline'
Expand Down Expand Up @@ -141,13 +142,15 @@ export type IconProps =
| 'microsoft-word'
| 'minus-thick'
| 'minus'
| 'monetization'
| 'my-location'
| 'open-in-new'
| 'outline-person-blocked'
| 'pencil'
| 'pets'
| 'phone-outline'
| 'phone'
| 'photo-camera'
| 'play-box-multiple-outline'
| 'play-box-multiple'
| 'play-circle-outline'
Expand Down Expand Up @@ -195,6 +198,7 @@ export type IconProps =
| 'upload'
| 'verified-outline'
| 'verified'
| 'videogame-asset'
| 'wallet-giftcard'
| 'watch-later-outline'
| 'watch-later'
Expand Down
10 changes: 10 additions & 0 deletions packages/icons/svg/mdi/category.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/monetization.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/photo-camera.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions packages/icons/svg/mdi/videogame-asset.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 90cf61d

Please sign in to comment.