@101app/design-tokens-web 1.0.152 → 1.0.153
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/yandex-disk.svg +1 -0
- package/package.json +2 -2
package/icons/icons.json
CHANGED
|
@@ -2857,6 +2857,18 @@
|
|
|
2857
2857
|
"sourceName": "wiki",
|
|
2858
2858
|
"pageName": " Icons"
|
|
2859
2859
|
},
|
|
2860
|
+
{
|
|
2861
|
+
"figmaComponentId": "13482:116",
|
|
2862
|
+
"webPath": "web/icons/monochrome/yandex-disk.svg",
|
|
2863
|
+
"iosAssetName": "icon-monochrome-yandex-disk",
|
|
2864
|
+
"iosImagesetPath": "ios/Icons.xcassets/icon-monochrome-yandex-disk.imageset/Contents.json",
|
|
2865
|
+
"iosPdfPath": "ios/Icons.xcassets/icon-monochrome-yandex-disk.imageset/icon-monochrome-yandex-disk.pdf",
|
|
2866
|
+
"androidResourceName": "icon_monochrome_yandex_disk",
|
|
2867
|
+
"androidPath": "android/res/drawable/icon_monochrome_yandex_disk.xml",
|
|
2868
|
+
"category": "monochrome",
|
|
2869
|
+
"sourceName": "yandex-disk",
|
|
2870
|
+
"pageName": " Icons"
|
|
2871
|
+
},
|
|
2860
2872
|
{
|
|
2861
2873
|
"figmaComponentId": "11540:11994",
|
|
2862
2874
|
"webPath": "web/icons/monochrome/youtube.svg",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M2.045 16.092a2.5 2.5 0 0 1 .009-.98c.2-1.11.94-2.377 2.196-3.753.434-.476.645-.82 1.196-1.948.657-1.344 1.11-1.983 1.892-2.669a6.9 6.9 0 0 1 3.17-1.593c1.25-.254 2.398-.185 3.657.218 1.18.378 1.055.36 2.698.395.99.022 1.616.053 1.902.097 1.26.193 2.241.588 2.74 1.103l.197.203-.205-.155c-.392-.296-.93-.495-1.6-.591-.435-.063-1.693-.051-2.317.021-4.387.508-10.097 3.168-13.285 6.19-1.391 1.317-2.082 2.394-2.169 3.379l-.03.353z"/><path fill-opacity=".38" d="M17.58 6.44c.625-.072 1.882-.084 2.318-.022.476.069.802.163 1.147.33.293.14.742.448.656.448-.019 0 .004.042.05.093.229.255.311.829.2 1.386-.18.89-.752 1.926-1.69 3.059-.42.507-1.497 1.564-2.073 2.036-2.575 2.108-5.871 3.614-9.134 4.17-1.11.19-2.534.276-3.415.207-1.384-.109-2.423-.438-3.012-.953-.193-.17-.467-.588-.468-.715 0-.053-.014-.097-.032-.097-.072 0 .035-.739.156-1.073.41-1.135 1.662-2.541 3.488-3.919 3.368-2.54 8.09-4.52 11.81-4.95m-1.15 4.466c-.194-.047-.388-.03-.582-.003-1.308.075-2.978.646-4.439 1.417a8 8 0 0 0-.348.174l-.27.173c-.37.22-.72.448-1.038.683q-.3.207-.586.433c-.254.27-.558.502-.74.832l-.009.01a3 3 0 0 0-.134.202 1.2 1.2 0 0 0-.159.323q-.011.04-.02.08c-.041.13-.106.259-.033.39v.005c.005.075.021.122.057.181l.008.014.018.028q.01.014.022.026l.019.022a.9.9 0 0 0 .26.194c.062.04.127.07.202.082.206.07.456.114.732.123.047.002.142-.003.254-.011.34.007.675-.088 1.012-.133l.156-.042q.36-.082.732-.193l.09-.023c.421-.118.84-.245 1.238-.428.276-.105.538-.238.797-.379 1.053-.508 2.032-1.128 2.738-1.761l.092-.088a5 5 0 0 0 .427-.437c.271-.318.439-.607.513-.857.014-.031.03-.061.04-.093-.003-.13.038-.273.01-.394q-.052-.059-.099-.123c-.127-.2-.382-.336-.759-.398a1 1 0 0 0-.201-.03"/></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.153",
|
|
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": "83aff9c9ddbe80ecc3b350235737d04d1dbc2efe"
|
|
25
25
|
}
|