@101app/design-tokens-web 1.0.143 → 1.0.144
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/transcribe.svg +1 -0
- package/package.json +2 -2
package/icons/icons.json
CHANGED
|
@@ -2533,6 +2533,18 @@
|
|
|
2533
2533
|
"sourceName": "transaction-transfer",
|
|
2534
2534
|
"pageName": " Icons"
|
|
2535
2535
|
},
|
|
2536
|
+
{
|
|
2537
|
+
"figmaComponentId": "13401:1466",
|
|
2538
|
+
"webPath": "web/icons/monochrome/transcribe.svg",
|
|
2539
|
+
"iosAssetName": "icon-monochrome-transcribe",
|
|
2540
|
+
"iosImagesetPath": "ios/Icons.xcassets/icon-monochrome-transcribe.imageset/Contents.json",
|
|
2541
|
+
"iosPdfPath": "ios/Icons.xcassets/icon-monochrome-transcribe.imageset/icon-monochrome-transcribe.pdf",
|
|
2542
|
+
"androidResourceName": "icon_monochrome_transcribe",
|
|
2543
|
+
"androidPath": "android/res/drawable/icon_monochrome_transcribe.xml",
|
|
2544
|
+
"category": "monochrome",
|
|
2545
|
+
"sourceName": "transcribe",
|
|
2546
|
+
"pageName": " Icons"
|
|
2547
|
+
},
|
|
2536
2548
|
{
|
|
2537
2549
|
"figmaComponentId": "12376:1227",
|
|
2538
2550
|
"webPath": "web/icons/monochrome/triangle-collapsed.svg",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><g><path d="M5.879 16.488q-.38 0-.61-.234a.78.78 0 0 1-.23-.571q0-.201.078-.347a1 1 0 0 1 .2-.264l1.094-1.089 1.64-1.533-1.64-1.528-1.094-1.094a1 1 0 0 1-.2-.259.76.76 0 0 1-.078-.351q0-.342.23-.572.23-.234.61-.234.15 0 .303.068.156.069.288.206l3.15 3.14a.85.85 0 0 1 .248.624q0 .375-.249.63l-3.154 3.14q-.264.268-.586.268M1.02 13.305q-.405 0-.65-.235-.244-.234-.244-.62 0-.381.244-.615.245-.234.65-.234h5.17l2.07.102q.357.02.572.22a.67.67 0 0 1 .22.527.7.7 0 0 1-.22.537q-.215.195-.571.215l-2.07.103zM12.637 19.156c-.655 0-1.094-.4-1.094-.996 0-.166.039-.38.137-.644l4.287-11.621c.283-.782.761-1.143 1.533-1.143.762 0 1.23.352 1.523 1.133l4.297 11.63c.098.274.137.46.137.645 0 .576-.459.996-1.094.996-.586 0-.908-.273-1.103-.898l-1.075-3.037h-5.39l-1.065 3.027c-.205.635-.527.908-1.093.908m2.715-5.722h4.277l-2.12-6.182h-.058z"/></g></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.144",
|
|
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": "46a7cefb12a4204a2bf080eda9d19a055f192aab"
|
|
25
25
|
}
|