Skip to content

Commit

Permalink
feat(pix-ui): add accountOff & play icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-Monney committed Feb 4, 2025
1 parent 8e56038 commit f03ab5e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions addon/helpers/icons.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const ICONS = {
accountOff: { default: 'accountOff', plainIcon: 'accountOff_plain' },
add: { default: 'add' },
arrowBottom: { default: 'arrowDown' },
arrowLeft: { default: 'arrowLeft' },
Expand Down Expand Up @@ -70,6 +71,7 @@ export const ICONS = {
pauseCircle: { default: 'pauseCircle', plainIcon: 'pauseCircle_plain' },
percent: { default: 'percent' },
personAdd: { default: 'personAdd', plainIcon: 'personAdd_plain' },
play: { default: 'play', plainIcon: 'play_plain' },
playCircle: { default: 'playCircle', plainIcon: 'playCircle_plain' },
power: { default: 'power' },
profileShare: { default: 'profileShare', plainIcon: 'profileShare_plain' },
Expand Down
2 changes: 1 addition & 1 deletion public/svg/pix-sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions svgs/icons/accountOff-fill_false.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions svgs/icons/accountOff-fill_true.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions svgs/icons/play-fill_false.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions svgs/icons/play-fill_true.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 f03ab5e

Please sign in to comment.