Skip to content

Commit c9a4b1e

Browse files
authored
feat(icon): add icon component tokens (#48)
* feat(icon): add icon component tokens * revert: markdown file
1 parent a6e1357 commit c9a4b1e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

tokens/source/components/icons.json

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"icon": {
3+
"size": {
4+
"10": {
5+
"value": "10px"
6+
},
7+
"20": {
8+
"value": "12px"
9+
},
10+
"30": {
11+
"value": "16px"
12+
},
13+
"40": {
14+
"value": "20px"
15+
},
16+
"50": {
17+
"comment": "The default icon size",
18+
"value": "24px"
19+
},
20+
"60": {
21+
"value": "32px"
22+
},
23+
"70": {
24+
"value": "40px"
25+
},
26+
"80": {
27+
"value": "48px"
28+
}
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)