@101app/design-tokens-web 1.0.115 → 1.0.116
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/mcp.svg +1 -0
- package/package.json +2 -2
package/icons/icons.json
CHANGED
|
@@ -1357,6 +1357,18 @@
|
|
|
1357
1357
|
"sourceName": "max",
|
|
1358
1358
|
"pageName": " Icons"
|
|
1359
1359
|
},
|
|
1360
|
+
{
|
|
1361
|
+
"figmaComponentId": "13144:459",
|
|
1362
|
+
"webPath": "web/icons/monochrome/mcp.svg",
|
|
1363
|
+
"iosAssetName": "icon-monochrome-mcp",
|
|
1364
|
+
"iosImagesetPath": "ios/Icons.xcassets/icon-monochrome-mcp.imageset/Contents.json",
|
|
1365
|
+
"iosPdfPath": "ios/Icons.xcassets/icon-monochrome-mcp.imageset/icon-monochrome-mcp.pdf",
|
|
1366
|
+
"androidResourceName": "icon_monochrome_mcp",
|
|
1367
|
+
"androidPath": "android/res/drawable/icon_monochrome_mcp.xml",
|
|
1368
|
+
"category": "monochrome",
|
|
1369
|
+
"sourceName": "mcp",
|
|
1370
|
+
"pageName": " Icons"
|
|
1371
|
+
},
|
|
1360
1372
|
{
|
|
1361
1373
|
"figmaComponentId": "12669:122",
|
|
1362
1374
|
"webPath": "web/icons/monochrome/microphone-off-fill.svg",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M11.23 3.86a3.13 3.13 0 0 1 4.368.056l.056.059c.683.718.959 1.68.829 2.596.916-.13 1.88.146 2.597.829l.058.057.037.036.056.058a3.13 3.13 0 0 1 0 4.31l-.056.057-6.404 6.404-.027.033a.21.21 0 0 0 .027.262l1.315 1.315a.626.626 0 0 1-.885.885l-1.315-1.315a1.46 1.46 0 0 1-.026-2.038l6.464-6.465c.699-.736.687-1.9-.035-2.62l-.036-.037-.035-.034a1.88 1.88 0 0 0-2.62.034l-5.347 5.346-.024.022a.625.625 0 0 1-.861-.907l5.38-5.38c.7-.736.688-1.9-.034-2.622l-.14-.126a1.88 1.88 0 0 0-2.48.093l-.035.033-7.08 7.08-.023.023a.626.626 0 0 1-.862-.907l7.08-7.08z"/><path d="M12.966 5.664a.626.626 0 0 1 .862.908l-5.236 5.236a1.877 1.877 0 1 0 2.655 2.655l5.236-5.236a.626.626 0 0 1 .885.885l-5.236 5.236a3.13 3.13 0 0 1-4.368.056l-.058-.056a3.13 3.13 0 0 1 0-4.425l5.236-5.237z"/></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.116",
|
|
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": "6d6e5845fb48cf2c47a94df0bd72030f0266ed16"
|
|
25
25
|
}
|