Skip to content

Commit 2b12bb2

Browse files
authored
[icons] Add won and yen icons (#7579)
1 parent d8783f0 commit 2b12bb2

File tree

5 files changed

+29
-3
lines changed

5 files changed

+29
-3
lines changed

packages/icons/icons.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@
10171017
{
10181018
"displayName": "Dollar",
10191019
"iconName": "dollar",
1020-
"tags": "currency, money, dollar sign",
1020+
"tags": "currency, money, sign, usd",
10211021
"group": "miscellaneous",
10221022
"codepoint": 61825
10231023
},
@@ -2186,7 +2186,7 @@
21862186
{
21872187
"displayName": "Euro",
21882188
"iconName": "euro",
2189-
"tags": "currency, money",
2189+
"tags": "currency, money, eur",
21902190
"group": "miscellaneous",
21912191
"codepoint": 61852
21922192
},
@@ -4517,7 +4517,7 @@
45174517
{
45184518
"displayName": "British Pound",
45194519
"iconName": "british-pound",
4520-
"tags": "currency, money",
4520+
"tags": "currency, money, sign, pound, uk, gbp",
45214521
"group": "miscellaneous",
45224522
"codepoint": 62342
45234523
},
@@ -4800,5 +4800,19 @@
48004800
"tags": "wrap lines, wrap, text, arrow, return ",
48014801
"group": "editor",
48024802
"codepoint": 62382
4803+
},
4804+
{
4805+
"displayName": "Won",
4806+
"iconName": "won",
4807+
"tags": "currency, money, sign, south korea, krw",
4808+
"group": "miscellaneous",
4809+
"codepoint": 62383
4810+
},
4811+
{
4812+
"displayName": "Yen",
4813+
"iconName": "yen",
4814+
"tags": "currency, money, sign, japan, jpy",
4815+
"group": "miscellaneous",
4816+
"codepoint": 62384
48034817
}
48044818
]

resources/icons/16px/won.svg

Lines changed: 3 additions & 0 deletions
Loading

resources/icons/16px/yen.svg

Lines changed: 3 additions & 0 deletions
Loading

resources/icons/20px/won.svg

Lines changed: 3 additions & 0 deletions
Loading

resources/icons/20px/yen.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)