Skip to content

Commit

Permalink
feat(icon): add bill + box icons & update globe icon
Browse files Browse the repository at this point in the history
Signed-off-by: astagnol <[email protected]>
  • Loading branch information
astagnol authored and dpellier committed Oct 10, 2024
1 parent f665ece commit d8bf97c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
:host(.ods-icon__arrow-up-left)::before { content: '\e909'; }
:host(.ods-icon__arrow-up-right)::before { content: '\e90a'; }
:host(.ods-icon__bell)::before { content: '\e90e'; }
:host(.ods-icon__bill)::before { content: '\e913'; }
:host(.ods-icon__book)::before { content: '\e90f'; }
:host(.ods-icon__box)::before { content: '\e91c'; }
:host(.ods-icon__calendar)::before { content: '\e910'; }
:host(.ods-icon__check)::before { content: '\e914'; }
:host(.ods-icon__chevron-double-left)::before { content: '\e915'; }
Expand Down
2 changes: 2 additions & 0 deletions packages/ods/src/components/icon/src/constants/icon-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ enum ODS_ICON_NAME {
arrowUpLeft = 'arrow-up-left',
arrowUpRight = 'arrow-up-right',
bell = 'bell',
bill = 'bill',
book = 'book',
box = 'box',
calendar = 'calendar',
check = 'check',
chevronDoubleLeft = 'chevron-double-left',
Expand Down
2 changes: 2 additions & 0 deletions packages/storybook/stories/components/icon/icon.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ const ODS_ICON_TAG: { [NameKey in IconNameKey]: string[] } = {
arrowUpLeft: [],
arrowUpRight: [],
bell: ['notification'],
bill: ['invoice'],
book: [],
box: ['pack'],
calendar: ['day', 'month', 'year'],
check: ['validation'],
chevronDoubleLeft: [],
Expand Down
Binary file modified packages/themes/assets/fonts/ods-icon/icomoon/icomoon.eot
Binary file not shown.
4 changes: 3 additions & 1 deletion packages/themes/assets/fonts/ods-icon/icomoon/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/themes/assets/fonts/ods-icon/icomoon/icomoon.ttf
Binary file not shown.
Binary file modified packages/themes/assets/fonts/ods-icon/icomoon/icomoon.woff
Binary file not shown.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/themes/assets/fonts/ods-icon/index.scss

Large diffs are not rendered by default.

0 comments on commit d8bf97c

Please sign in to comment.