@101app/design-tokens-web 1.0.129 → 1.0.130

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 CHANGED
@@ -2065,6 +2065,18 @@
2065
2065
  "sourceName": "share-ios",
2066
2066
  "pageName": "􀥧     Icons"
2067
2067
  },
2068
+ {
2069
+ "figmaComponentId": "13309:1271",
2070
+ "webPath": "web/icons/monochrome/shares.svg",
2071
+ "iosAssetName": "icon-monochrome-shares",
2072
+ "iosImagesetPath": "ios/Icons.xcassets/icon-monochrome-shares.imageset/Contents.json",
2073
+ "iosPdfPath": "ios/Icons.xcassets/icon-monochrome-shares.imageset/icon-monochrome-shares.pdf",
2074
+ "androidResourceName": "icon_monochrome_shares",
2075
+ "androidPath": "android/res/drawable/icon_monochrome_shares.xml",
2076
+ "category": "monochrome",
2077
+ "sourceName": "shares",
2078
+ "pageName": "􀥧     Icons"
2079
+ },
2068
2080
  {
2069
2081
  "figmaComponentId": "12651:551",
2070
2082
  "webPath": "web/icons/monochrome/show-deleted.svg",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M6.297 8.562q-.282.382-.597.299-.316-.084-.465-.531L4.147 5.092q-.116-.365.059-.614.182-.249.572-.24l3.42.033q.465.008.631.282.174.273-.1.656zm4.898 11.057v-5.022a8.1 8.1 0 0 0-.565-3.038 8.1 8.1 0 0 0-1.668-2.574q-1.104-1.17-2.706-2.058-.324-.192-.382-.498a.85.85 0 0 1 .075-.565.87.87 0 0 1 .44-.415q.307-.141.664.067 1.834 1.02 3.12 2.399a9.7 9.7 0 0 1 1.96 3.054q.68 1.686.68 3.628v5.022q0 .332-.24.564a.77.77 0 0 1-.573.24.78.78 0 0 1-.573-.24.77.77 0 0 1-.232-.564m6.508-11.057L15.27 5.209q-.283-.383-.117-.656.175-.274.656-.282l3.42-.034q.383-.008.564.241.183.248.05.614L18.765 8.33q-.15.448-.465.53-.316.084-.597-.298m-4.89 11.057q0 .332-.24.564a.77.77 0 0 1-.573.24.78.78 0 0 1-.573-.24.77.77 0 0 1-.232-.564v-5.022q0-1.942.672-3.628a9.8 9.8 0 0 1 1.967-3.054q1.296-1.38 3.122-2.4.357-.207.655-.066a.83.83 0 0 1 .44.415q.134.258.075.565-.05.306-.374.498-1.61.888-2.714 2.058a8.1 8.1 0 0 0-1.66 2.574 8.1 8.1 0 0 0-.565 3.038z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@101app/design-tokens-web",
3
- "version": "1.0.129",
3
+ "version": "1.0.130",
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": "d6555f9d5a110edf6b58c88b7a6a878a1cc082ea"
24
+ "designTokensSourceCommit": "0a790df96e3a1420225a66e7afae257022170281"
25
25
  }