Skip to content

Commit

Permalink
feat(yoco): add new icons
Browse files Browse the repository at this point in the history
- filled_circle_check
- filled_circle_cross
- filled_circle_minus
- filled_triangle_attention
- lightning_bolt
- not_applicable
- Update circle_check
  • Loading branch information
santiagoballadares committed Jan 21, 2025
1 parent f56961d commit 4820b8b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/yoco/source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ export module Yoco {
EYE = 'eye',
EYE_SLASHED = 'eye_slashed',
FILE = 'file',
FILLED_CIRCLE_CHECK = 'filled_circle_check',
FILLED_CIRCLE_CROSS = 'filled_circle_cross',
FILLED_CIRCLE_MINUS = 'filled_circle_minus',
FILLED_TRIANGLE_ATTENTION = 'filled_triangle_attention',
FILTER = 'filter',
FIX_RIGHT = 'fix_right',
FLAG = 'flag',
Expand All @@ -81,6 +85,7 @@ export module Yoco {
KANBAN = 'kanban',
LANDLINE = 'landline',
LAYER = 'layer',
LIGHTNING_BOLT = 'lightning_bolt',
LINK = 'link',
LIST = 'list',
LOCATION = 'location',
Expand All @@ -90,6 +95,7 @@ export module Yoco {
MINUS = 'minus',
MOBILE = 'mobile',
NOT_ALLOW = 'not_allow',
NOT_APPLICABLE = 'not_applicable',
NOTES = 'notes',
OFFICE = 'office',
ORDER = 'order',
Expand Down
4 changes: 2 additions & 2 deletions packages/yoco/svg/circle_check.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 packages/yoco/svg/filled_circle_check.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 packages/yoco/svg/filled_circle_cross.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 packages/yoco/svg/filled_circle_minus.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 packages/yoco/svg/filled_triangle_attention.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 packages/yoco/svg/lightning_bolt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/yoco/svg/not_applicable.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 4820b8b

Please sign in to comment.