Skip to content

Commit

Permalink
feat(icons): added history, flash, trailor (#829)
Browse files Browse the repository at this point in the history
* feat(icons): 3 industrial icons

* fix(rename): renaming trailer icon
  • Loading branch information
gokberknur authored Nov 6, 2024
1 parent fd0de22 commit 7ff671d
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 15 deletions.
3 changes: 3 additions & 0 deletions icons/src/svg/flash.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 icons/src/svg/history.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 icons/src/svg/trailer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions packages/core/src/components/banner/readme.md

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion packages/core/src/components/icon/iconsArray.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/core/src/components/icon/readme.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/core/src/types/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ export type IconNames =
| 'face_satisfied'
| 'filters_inactive'
| 'filters'
| 'flash'
| 'folder'
| 'fuel_gauge_inactive'
| 'fuel_gauge'
| 'global'
| 'heart_inactive'
| 'heart'
| 'history'
| 'home_inactive'
| 'home'
| 'image_add'
Expand Down Expand Up @@ -110,6 +112,7 @@ export type IconNames =
| 'timer'
| 'tool_inactive'
| 'tool'
| 'trailer'
| 'trash_inactive'
| 'trash'
| 'truck'
Expand Down

0 comments on commit 7ff671d

Please sign in to comment.