Skip to content

Commit

Permalink
feat(pix-ui): add stopwatch and bars up icons
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Latzarus <clement.latzarus@pix.fr>
Co-authored-by: Diane Cordier <diane.cordier@pix.fr>
  • Loading branch information
3 people committed Dec 13, 2024
1 parent 7467726 commit 663036b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions addon/helpers/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const ICONS = {
arrowTop: { default: 'arrowUp' },
assignment: { default: 'assignment', plainIcon: 'assignment_plain' },
awards: { default: 'awards', plainIcon: 'awards_plain' },
barsUp: { default: 'barsUp' },
bell: { default: 'bell', plainIcon: 'bell_plain' },
book: { default: 'book', plainIcon: 'book_plain' },
bookAlt: { default: 'bookAlt', plainIcon: 'bookAlt_plain' },
Expand Down Expand Up @@ -88,6 +89,7 @@ export const ICONS = {
speed: { default: 'speed', plainIcon: 'speed_plain' },
star: { default: 'star', plainIcon: 'star_plain' },
stopCircle: { default: 'stopCircle', plainIcon: 'stopCircle_plain' },
stopwatch: { default: 'stopwatch', plainIcon: 'stopwatch_plain' },
tablet: { default: 'tablet', plainIcon: 'tablet_plain' },
tabletOff: { default: 'tabletOff', plainIcon: 'tabletOff_plain' },
think: { default: 'think', plainIcon: 'think_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/barsUp-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/stopwatch-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/stopwatch-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 663036b

Please sign in to comment.