Skip to content

Commit

Permalink
feat: add videocam icon to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
rouxxi committed Oct 4, 2024
1 parent 89bafb8 commit 412b01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/helpers/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const ICONS = {
uploadFile: { default: 'upload_file', plainIcon: 'upload_file_plainIcon' },
userCircle: { default: 'account_circle', plainIcon: 'account_circle_plainIcon' },
users: { default: 'group', plainIcon: 'group_plainIcon' },
videoCam: { default: 'videocam', plainIcon: 'videocam_plainIcon' },
volumeOff: { default: 'volume_off', plainIcon: 'volume_off_plainIcon' },
volumeOn: { default: 'volume_up', plainIcon: 'volume_up_plainIcon' },
warning: { default: 'warning', plainIcon: 'warning_plainIcon' },
Expand Down

0 comments on commit 412b01a

Please sign in to comment.