Skip to content

Commit

Permalink
feat(icons): add icons houglass, engineering, grid-view, home-repair-…
Browse files Browse the repository at this point in the history
…service and activity-blocked (#607)
  • Loading branch information
gabrielduete authored Nov 1, 2024
1 parent c79b2b1 commit fe8f52b
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/src/icons.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export type IconProps =
| 'account-supervisor-outline'
| 'account-supervisor'
| 'account'
| 'activity-blocked'
| 'alarm-check'
| 'alarm'
| 'alert-circle-outline'
Expand Down Expand Up @@ -80,6 +81,7 @@ export type IconProps =
| 'download'
| 'email-outline'
| 'email'
| 'engineering'
| 'exit-to-app'
| 'export-variant'
| 'eye-off-outline'
Expand All @@ -91,13 +93,17 @@ export type IconProps =
| 'file-multiple-outline'
| 'file-multiple'
| 'file-pdf-box'
| 'grid-view'
| 'heart-outline'
| 'heart'
| 'help-circle-outline'
| 'help-circle'
| 'help'
| 'home-outline'
| 'home-repair-service'
| 'home'
| 'hourglass-bottom'
| 'hourglass-top'
| 'information-outline'
| 'information'
| 'instagram'
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/svg/mdi/activity-blocked.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/engineering.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/grid-view.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/home-repair-service.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/hourglass-bottom.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/hourglass-top.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 fe8f52b

Please sign in to comment.