Skip to content

Commit

Permalink
feature(#1026): add chevron_down_double and chevron_up_double icons
Browse files Browse the repository at this point in the history
  • Loading branch information
RueRivoli committed Jan 17, 2025
1 parent 593bd7e commit 0ae6763
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/yoco/source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ export module Yoco {
CHARTS = 'charts',
CHECK = 'check',
CHEVRON_DOWN = 'chevron_down',
CHEVRON_DOWN_DOUBLE = 'chevron_down_double',
CHEVRON_LEFT = 'chevron_left',
CHEVRON_LEFT_DOUBLE = 'chevron_left_double',
CHEVRON_RIGHT = 'chevron_right',
CHEVRON_RIGHT_DOUBLE = 'chevron_right_double',
CHEVRON_UP = 'chevron_up',
CHEVRON_UP_DOUBLE = 'chevron_up_double',
CIRCLE_ATTENTION = 'circle_attention',
CIRCLE_CHECK = 'circle_check',
CIRCLE_CROSS = 'circle_cross',
Expand Down
10 changes: 10 additions & 0 deletions packages/yoco/svg/chevron_down_double.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions packages/yoco/svg/chevron_up_double.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 0ae6763

Please sign in to comment.