@101app/design-tokens-web 1.0.110 → 1.0.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons/icons.json +12 -0
- package/icons/monochrome/record.svg +1 -0
- package/package.json +2 -2
package/icons/icons.json
CHANGED
|
@@ -1777,6 +1777,18 @@
|
|
|
1777
1777
|
"sourceName": "receipt",
|
|
1778
1778
|
"pageName": " Icons"
|
|
1779
1779
|
},
|
|
1780
|
+
{
|
|
1781
|
+
"figmaComponentId": "13084:108",
|
|
1782
|
+
"webPath": "web/icons/monochrome/record.svg",
|
|
1783
|
+
"iosAssetName": "icon-monochrome-record",
|
|
1784
|
+
"iosImagesetPath": "ios/Icons.xcassets/icon-monochrome-record.imageset/Contents.json",
|
|
1785
|
+
"iosPdfPath": "ios/Icons.xcassets/icon-monochrome-record.imageset/icon-monochrome-record.pdf",
|
|
1786
|
+
"androidResourceName": "icon_monochrome_record",
|
|
1787
|
+
"androidPath": "android/res/drawable/icon_monochrome_record.xml",
|
|
1788
|
+
"category": "monochrome",
|
|
1789
|
+
"sourceName": "record",
|
|
1790
|
+
"pageName": " Icons"
|
|
1791
|
+
},
|
|
1780
1792
|
{
|
|
1781
1793
|
"figmaComponentId": "1805:7179",
|
|
1782
1794
|
"webPath": "web/icons/monochrome/refresh.svg",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M11.992 20.582a8.3 8.3 0 0 1-3.329-.673 8.6 8.6 0 0 1-2.73-1.843 8.6 8.6 0 0 1-1.852-2.722 8.4 8.4 0 0 1-.664-3.337q0-1.776.664-3.329A8.7 8.7 0 0 1 5.932 5.94a8.6 8.6 0 0 1 2.731-1.843 8.4 8.4 0 0 1 3.329-.664q1.777 0 3.328.664a8.6 8.6 0 0 1 4.582 4.582 8.3 8.3 0 0 1 .673 3.329 8.3 8.3 0 0 1-.673 3.337 8.5 8.5 0 0 1-1.842 2.722 8.6 8.6 0 0 1-2.74 1.843 8.3 8.3 0 0 1-3.328.672m0-1.694a6.65 6.65 0 0 0 2.673-.54 6.9 6.9 0 0 0 2.191-1.477 6.8 6.8 0 0 0 1.486-2.191q.531-1.245.531-2.673t-.531-2.673a6.7 6.7 0 0 0-1.486-2.191 6.9 6.9 0 0 0-2.191-1.478 6.65 6.65 0 0 0-2.673-.54q-1.42 0-2.673.54-1.245.531-2.192 1.478a6.9 6.9 0 0 0-1.485 2.191 6.7 6.7 0 0 0-.532 2.673q0 1.428.532 2.673.54 1.245 1.485 2.191A6.9 6.9 0 0 0 9.32 18.35q1.253.54 2.673.54M12 15.244a3.2 3.2 0 0 1-1.644-.44 3.34 3.34 0 0 1-1.178-1.178 3.14 3.14 0 0 1-.44-1.636q0-.896.44-1.635a3.34 3.34 0 0 1 1.178-1.179A3.14 3.14 0 0 1 12 8.728q.897 0 1.627.448a3.34 3.34 0 0 1 1.179 1.179q.44.739.44 1.635 0 .897-.44 1.636a3.34 3.34 0 0 1-1.179 1.178q-.731.44-1.627.44"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@101app/design-tokens-web",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.111",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "101 web design tokens and generated SVG icons.",
|
|
6
6
|
"type": "module",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"access": "public"
|
|
23
23
|
},
|
|
24
|
-
"designTokensSourceCommit": "
|
|
24
|
+
"designTokensSourceCommit": "dd4ab83fcc8869381463119bed7a631955867509"
|
|
25
25
|
}
|