Skip to content

Commit

Permalink
adding printer icon (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewandowskid authored Nov 7, 2023
1 parent 4cc55b5 commit 645437d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/icons/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export type IconTypeType =
| 'play'
| 'plus'
| 'points'
| 'printer'
| 'profile_settings'
| 'profile_view'
| 'profile'
Expand Down Expand Up @@ -295,6 +296,7 @@ export const TYPE = {
PLAY: 'play',
PLUS: 'plus',
POINTS: 'points',
PRINTER: 'printer',
PROFILE_SETTINGS: 'profile_settings',
PROFILE_VIEW: 'profile_view',
PROFILE: 'profile',
Expand Down
1 change: 1 addition & 0 deletions src/components/icons/get-icon-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const iconMap = {
'multiselect_checked',
'multiselect_unchecked',
'padlock',
'printer',
'question',
'recent_questions',
'seen',
Expand Down
1 change: 1 addition & 0 deletions src/images/icons/printer.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 645437d

Please sign in to comment.