Skip to content

Commit

Permalink
feat(yoco): add attention, circle_minus, circle_search icons
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagoballadares committed Jul 10, 2024
1 parent 603acfd commit 9c174f4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yoco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@
"style": "./style.css",
"type": "module",
"types": "./dist/mjs/index.d.ts",
"version": "2.6.0"
"version": "2.7.0"
}
3 changes: 3 additions & 0 deletions packages/yoco/source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export module Yoco {
ANNOUNCE = 'announce',
ARROW_LINE = 'arrow_line',
ATTACHMENT = 'attachment',
ATTENTION = 'attention',
BASKET = 'basket',
BELL = 'bell',
BOOKMARK = 'bookmark',
Expand All @@ -32,7 +33,9 @@ export module Yoco {
CIRCLE_CROSS = 'circle_cross',
CIRCLE_I = 'circle_i',
CIRCLE_LOAD = 'circle_load',
CIRCLE_MINUS = 'circle_minus',
CIRCLE_QUESTION = 'circle_question',
CIRCLE_SEARCH = 'circle_search',
CLOCK = 'clock',
CLOSE = 'close',
CLOUD = 'cloud',
Expand Down
4 changes: 4 additions & 0 deletions packages/yoco/svg/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/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.
4 changes: 4 additions & 0 deletions packages/yoco/svg/circle_search.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 9c174f4

Please sign in to comment.