@101app/design-tokens-web 1.0.136 → 1.0.137

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
@@ -1705,6 +1705,18 @@
1705
1705
  "sourceName": "photo2",
1706
1706
  "pageName": "􀥧     Icons"
1707
1707
  },
1708
+ {
1709
+ "figmaComponentId": "13362:654",
1710
+ "webPath": "web/icons/monochrome/pin.svg",
1711
+ "iosAssetName": "icon-monochrome-pin",
1712
+ "iosImagesetPath": "ios/Icons.xcassets/icon-monochrome-pin.imageset/Contents.json",
1713
+ "iosPdfPath": "ios/Icons.xcassets/icon-monochrome-pin.imageset/icon-monochrome-pin.pdf",
1714
+ "androidResourceName": "icon_monochrome_pin",
1715
+ "androidPath": "android/res/drawable/icon_monochrome_pin.xml",
1716
+ "category": "monochrome",
1717
+ "sourceName": "pin",
1718
+ "pageName": "􀥧     Icons"
1719
+ },
1708
1720
  {
1709
1721
  "figmaComponentId": "13318:125",
1710
1722
  "webPath": "web/icons/monochrome/play-circle-fill.svg",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><g><path d="M12 22.084q-.091 0-.224-.2a3 3 0 0 1-.274-.539 4 4 0 0 1-.232-.755 4 4 0 0 1-.092-.855V15.07h1.644v4.665q0 .44-.1.855-.09.423-.232.755-.133.34-.274.54-.133.2-.216.199m-5.263-6.267q-.59 0-.946-.34-.349-.349-.349-.914 0-.938.49-1.826a5.4 5.4 0 0 1 1.386-1.602 6.9 6.9 0 0 1 2.084-1.129A7.7 7.7 0 0 1 12 9.583q1.402 0 2.598.423a6.9 6.9 0 0 1 2.084 1.13 5.3 5.3 0 0 1 1.378 1.601q.498.888.498 1.826 0 .565-.357.914-.349.34-.947.34zm.382-1.411h9.762q.249 0 .207-.29-.074-.556-.465-1.113a4.2 4.2 0 0 0-1.054-1.03A5.7 5.7 0 0 0 14 11.228a6.7 6.7 0 0 0-2-.283q-1.104 0-2.009.283a5.8 5.8 0 0 0-1.569.747q-.664.465-1.054 1.029-.39.556-.456 1.112-.05.29.207.29M6.497 3.333q0-.416.282-.681.29-.274.755-.274h8.932q.456 0 .747.274a.88.88 0 0 1 .29.68q0 .424-.34.856a4.5 4.5 0 0 1-.59.614 11 11 0 0 1-.863.705q-.48.357-1.02.714l.315 4.508h-1.486l-.307-5.172q-.016-.19.116-.257a11.5 11.5 0 0 0 1.445-.872q.282-.2.456-.348.183-.15.232-.216.051-.075.017-.116a.11.11 0 0 0-.1-.05H8.613a.11.11 0 0 0-.1.05q-.032.04.026.116.049.066.224.216.182.15.465.348.282.2.647.432.364.224.789.44.133.066.124.257l-.315 5.172H8.995l.307-4.508a33 33 0 0 1-1.02-.714 14 14 0 0 1-.864-.705 4.5 4.5 0 0 1-.59-.614q-.33-.432-.331-.855"/></g></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@101app/design-tokens-web",
3
- "version": "1.0.136",
3
+ "version": "1.0.137",
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": "86194a9b5fd2a4a30dc036fd62056e4b591abe88"
24
+ "designTokensSourceCommit": "122722c1e8295464dcb27887aa5d495319758f2b"
25
25
  }