Skip to content

Commit

Permalink
feat(icons): add login and messages icons (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciomutte authored Apr 23, 2024
1 parent dcec0fc commit 335061e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/src/icons.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export type IconProps =
| 'lock-open-outline'
| 'lock-outline'
| 'lock'
| 'login'
| 'magnify-remove-outline'
| 'magnify'
| 'map-marker-check-outline'
Expand All @@ -107,6 +108,10 @@ export type IconProps =
| 'menu-up-outline'
| 'menu-up'
| 'menu'
| 'message-outline'
| 'message-processing-outline'
| 'message-processing'
| 'message'
| 'microsoft-excel'
| 'microsoft-word'
| 'minus-thick'
Expand Down
1 change: 1 addition & 0 deletions packages/icons/svg/mdi/login.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icons/svg/mdi/message-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icons/svg/mdi/message-processing-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icons/svg/mdi/message-processing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/icons/svg/mdi/message.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 335061e

Please sign in to comment.