Skip to content

Commit

Permalink
feat(icons): adding icons for new home component (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
anabrook authored Jan 27, 2025
1 parent 6c0919e commit fffcf04
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/core/src/icons.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ export type IconProps =
| 'account-box-mail'
| 'account-time-outline'
| 'account-warning-outline'
| 'bolt'
| 'cash-back'
| 'credit-card-colorful'
| 'discount-tag'
| 'directions_car'
| 'dollar-circle'
| 'jsm-outline'
| 'jsm'
Expand Down Expand Up @@ -97,7 +99,11 @@ export type IconProps =
| 'file-multiple-outline'
| 'file-multiple'
| 'file-pdf-box'
| 'format_paint'
| 'gavel'
| 'grid-view'
| 'hardware'
| 'handyman'
| 'heart-outline'
| 'heart'
| 'help-circle-outline'
Expand Down Expand Up @@ -148,6 +154,7 @@ export type IconProps =
| 'my-location'
| 'open-in-new'
| 'outline-person-blocked'
| 'park'
| 'pencil'
| 'pets'
| 'phone-outline'
Expand All @@ -158,6 +165,7 @@ export type IconProps =
| 'play-circle-outline'
| 'play-circle'
| 'playlist-check'
| 'plumbing'
| 'plus-thick'
| 'plus'
| 'printer-outline'
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/svg/mdi/bolt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions packages/icons/svg/mdi/directions_car.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions packages/icons/svg/mdi/format_paint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions packages/icons/svg/mdi/gavel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions packages/icons/svg/mdi/handyman.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions packages/icons/svg/mdi/hardware.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions packages/icons/svg/mdi/park.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/plumbing.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 fffcf04

Please sign in to comment.