@hh.ru/magritte-ui-icon 14.0.0 → 14.2.0

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.
Files changed (176) hide show
  1. package/IconDynamic-BNKOjT3Y.js +20 -0
  2. package/{IconDynamic-DrFfiuy9.js.map → IconDynamic-BNKOjT3Y.js.map} +1 -1
  3. package/IconDynamic.js +1 -1
  4. package/LoaderGlyph.js +1 -1
  5. package/Skeleton.js +1 -1
  6. package/country.js +1 -1
  7. package/hoc.js +3 -2
  8. package/hoc.js.map +1 -1
  9. package/icon.js +10 -2
  10. package/icon.js.map +1 -1
  11. package/icon.mock.d.ts +8 -0
  12. package/icon.mock.js +33 -1
  13. package/icon.mock.js.map +1 -1
  14. package/index.css +299 -299
  15. package/index.js +1 -1
  16. package/package.json +2 -2
  17. package/private.js +1 -1
  18. package/product.js +1 -1
  19. package/service.js +17 -2
  20. package/service.js.map +1 -1
  21. package/service.mock.d.ts +15 -0
  22. package/service.mock.js +61 -1
  23. package/service.mock.js.map +1 -1
  24. package/variants/country/index.js +1 -1
  25. package/variants/icon/BagFilledSize16.js +1 -1
  26. package/variants/icon/BagFilledSize16.js.map +1 -1
  27. package/variants/icon/BagFilledSize24.js +1 -1
  28. package/variants/icon/BagFilledSize24.js.map +1 -1
  29. package/variants/icon/CameraOutlinedSize16.js +1 -1
  30. package/variants/icon/CameraOutlinedSize16.js.map +1 -1
  31. package/variants/icon/CarOutlinedSize16.js +1 -1
  32. package/variants/icon/CarOutlinedSize16.js.map +1 -1
  33. package/variants/icon/CardLinesHeartFilledSize16.d.ts +2 -0
  34. package/variants/icon/CardLinesHeartFilledSize16.js +9 -0
  35. package/variants/icon/CardLinesHeartFilledSize16.js.map +1 -0
  36. package/variants/icon/CardLinesHeartFilledSize24.d.ts +2 -0
  37. package/variants/icon/CardLinesHeartFilledSize24.js +9 -0
  38. package/variants/icon/CardLinesHeartFilledSize24.js.map +1 -0
  39. package/variants/icon/CardLinesHeartOutlinedSize16.d.ts +2 -0
  40. package/variants/icon/CardLinesHeartOutlinedSize16.js +9 -0
  41. package/variants/icon/CardLinesHeartOutlinedSize16.js.map +1 -0
  42. package/variants/icon/CardLinesHeartOutlinedSize24.d.ts +2 -0
  43. package/variants/icon/CardLinesHeartOutlinedSize24.js +9 -0
  44. package/variants/icon/CardLinesHeartOutlinedSize24.js.map +1 -0
  45. package/variants/icon/FlaskFilledSize24.js +1 -1
  46. package/variants/icon/FlaskFilledSize24.js.map +1 -1
  47. package/variants/icon/FlaskOutlinedSize16.js +1 -1
  48. package/variants/icon/FlaskOutlinedSize16.js.map +1 -1
  49. package/variants/icon/ImageStackOutlinedSize32.js +1 -1
  50. package/variants/icon/ImageStackOutlinedSize32.js.map +1 -1
  51. package/variants/icon/PenHyperstarFilledSize24.js +1 -1
  52. package/variants/icon/PenHyperstarFilledSize24.js.map +1 -1
  53. package/variants/icon/PopcornFilledSize16.js +2 -2
  54. package/variants/icon/PopcornFilledSize16.js.map +1 -1
  55. package/variants/icon/PopcornFilledSize24.js +2 -2
  56. package/variants/icon/PopcornFilledSize24.js.map +1 -1
  57. package/variants/icon/PopcornOutlinedSize16.js +1 -1
  58. package/variants/icon/PopcornOutlinedSize16.js.map +1 -1
  59. package/variants/icon/PopcornOutlinedSize24.js +1 -1
  60. package/variants/icon/PopcornOutlinedSize24.js.map +1 -1
  61. package/variants/icon/RocketOutlinedSize16.js +1 -1
  62. package/variants/icon/RocketOutlinedSize16.js.map +1 -1
  63. package/variants/icon/TreeFilledSize16.js +1 -1
  64. package/variants/icon/TreeFilledSize16.js.map +1 -1
  65. package/variants/icon/TreeFilledSize24.js +1 -1
  66. package/variants/icon/TreeFilledSize24.js.map +1 -1
  67. package/variants/icon/UserSingleBanFilledSize16.d.ts +2 -0
  68. package/variants/icon/UserSingleBanFilledSize16.js +9 -0
  69. package/variants/icon/UserSingleBanFilledSize16.js.map +1 -0
  70. package/variants/icon/UserSingleBanFilledSize24.d.ts +2 -0
  71. package/variants/icon/UserSingleBanFilledSize24.js +9 -0
  72. package/variants/icon/UserSingleBanFilledSize24.js.map +1 -0
  73. package/variants/icon/UserSingleBanOutlinedSize16.d.ts +2 -0
  74. package/variants/icon/UserSingleBanOutlinedSize16.js +9 -0
  75. package/variants/icon/UserSingleBanOutlinedSize16.js.map +1 -0
  76. package/variants/icon/UserSingleBanOutlinedSize24.d.ts +2 -0
  77. package/variants/icon/UserSingleBanOutlinedSize24.js +9 -0
  78. package/variants/icon/UserSingleBanOutlinedSize24.js.map +1 -0
  79. package/variants/icon/index.d.ts +1314 -1274
  80. package/variants/icon/index.js +550 -534
  81. package/variants/icon/index.js.map +1 -1
  82. package/variants/private/index.d.ts +32 -32
  83. package/variants/private/index.js +16 -16
  84. package/variants/private/index.js.map +1 -1
  85. package/variants/product/index.d.ts +71 -71
  86. package/variants/product/index.js +42 -42
  87. package/variants/product/index.js.map +1 -1
  88. package/variants/service/AndroidBrandSize16.js +1 -1
  89. package/variants/service/AndroidBrandSize16.js.map +1 -1
  90. package/variants/service/AndroidBrandSize24.js +1 -1
  91. package/variants/service/AndroidBrandSize24.js.map +1 -1
  92. package/variants/service/DzenSolidSize16.js +1 -1
  93. package/variants/service/DzenSolidSize16.js.map +1 -1
  94. package/variants/service/DzenSolidSize24.js +1 -1
  95. package/variants/service/DzenSolidSize24.js.map +1 -1
  96. package/variants/service/EsiaBrandSize16.js +1 -1
  97. package/variants/service/EsiaBrandSize16.js.map +1 -1
  98. package/variants/service/EsiaBrandSize24.js +1 -1
  99. package/variants/service/EsiaBrandSize24.js.map +1 -1
  100. package/variants/service/FlBrandSize24.js +1 -1
  101. package/variants/service/FlBrandSize24.js.map +1 -1
  102. package/variants/service/GoogleBrandSize16.js +1 -1
  103. package/variants/service/GoogleBrandSize16.js.map +1 -1
  104. package/variants/service/GoogleBrandSize24.js +1 -1
  105. package/variants/service/GoogleBrandSize24.js.map +1 -1
  106. package/variants/service/HhBusinessAppBrandSize48.d.ts +2 -0
  107. package/variants/service/HhBusinessAppBrandSize48.js +9 -0
  108. package/variants/service/HhBusinessAppBrandSize48.js.map +1 -0
  109. package/variants/service/HhBusinessAppGrayscaleSize48.d.ts +2 -0
  110. package/variants/service/HhBusinessAppGrayscaleSize48.js +9 -0
  111. package/variants/service/HhBusinessAppGrayscaleSize48.js.map +1 -0
  112. package/variants/service/HhBusinessAppSolidSize48.d.ts +2 -0
  113. package/variants/service/HhBusinessAppSolidSize48.js +9 -0
  114. package/variants/service/HhBusinessAppSolidSize48.js.map +1 -0
  115. package/variants/service/LivejournalBrandSize16.js +1 -1
  116. package/variants/service/LivejournalBrandSize16.js.map +1 -1
  117. package/variants/service/OkSolidSize24.js +1 -1
  118. package/variants/service/OkSolidSize24.js.map +1 -1
  119. package/variants/service/OneCGrayscaleSize32.js +1 -1
  120. package/variants/service/OneCGrayscaleSize32.js.map +1 -1
  121. package/variants/service/OneCSolidSize32.js +1 -1
  122. package/variants/service/OneCSolidSize32.js.map +1 -1
  123. package/variants/service/RabotaByAppBrandAltSize16.d.ts +2 -0
  124. package/variants/service/RabotaByAppBrandAltSize16.js +9 -0
  125. package/variants/service/RabotaByAppBrandAltSize16.js.map +1 -0
  126. package/variants/service/RabotaByAppBrandAltSize24.d.ts +2 -0
  127. package/variants/service/RabotaByAppBrandAltSize24.js +9 -0
  128. package/variants/service/RabotaByAppBrandAltSize24.js.map +1 -0
  129. package/variants/service/RabotaByAppBrandAltSize48.d.ts +2 -0
  130. package/variants/service/RabotaByAppBrandAltSize48.js +9 -0
  131. package/variants/service/RabotaByAppBrandAltSize48.js.map +1 -0
  132. package/variants/service/RabotaByAppBrandSize16.d.ts +2 -0
  133. package/variants/service/RabotaByAppBrandSize16.js +9 -0
  134. package/variants/service/RabotaByAppBrandSize16.js.map +1 -0
  135. package/variants/service/RabotaByAppBrandSize24.d.ts +2 -0
  136. package/variants/service/RabotaByAppBrandSize24.js +9 -0
  137. package/variants/service/RabotaByAppBrandSize24.js.map +1 -0
  138. package/variants/service/RabotaByAppBrandSize48.d.ts +2 -0
  139. package/variants/service/RabotaByAppBrandSize48.js +9 -0
  140. package/variants/service/RabotaByAppBrandSize48.js.map +1 -0
  141. package/variants/service/RabotaByAppGrayscaleSize16.d.ts +2 -0
  142. package/variants/service/RabotaByAppGrayscaleSize16.js +9 -0
  143. package/variants/service/RabotaByAppGrayscaleSize16.js.map +1 -0
  144. package/variants/service/RabotaByAppGrayscaleSize24.d.ts +2 -0
  145. package/variants/service/RabotaByAppGrayscaleSize24.js +9 -0
  146. package/variants/service/RabotaByAppGrayscaleSize24.js.map +1 -0
  147. package/variants/service/RabotaByAppGrayscaleSize48.d.ts +2 -0
  148. package/variants/service/RabotaByAppGrayscaleSize48.js +9 -0
  149. package/variants/service/RabotaByAppGrayscaleSize48.js.map +1 -0
  150. package/variants/service/RabotaByAppSolidSize16.d.ts +2 -0
  151. package/variants/service/RabotaByAppSolidSize16.js +9 -0
  152. package/variants/service/RabotaByAppSolidSize16.js.map +1 -0
  153. package/variants/service/RabotaByAppSolidSize24.d.ts +2 -0
  154. package/variants/service/RabotaByAppSolidSize24.js +9 -0
  155. package/variants/service/RabotaByAppSolidSize24.js.map +1 -0
  156. package/variants/service/RabotaByAppSolidSize48.d.ts +2 -0
  157. package/variants/service/RabotaByAppSolidSize48.js +9 -0
  158. package/variants/service/RabotaByAppSolidSize48.js.map +1 -0
  159. package/variants/service/SkillazBrandSize16.js +1 -1
  160. package/variants/service/SkillazBrandSize16.js.map +1 -1
  161. package/variants/service/TwitterBrandSize16.js +1 -1
  162. package/variants/service/TwitterBrandSize16.js.map +1 -1
  163. package/variants/service/TwitterBrandSize24.js +1 -1
  164. package/variants/service/TwitterBrandSize24.js.map +1 -1
  165. package/variants/service/ViberBrandSize24.js +1 -1
  166. package/variants/service/ViberBrandSize24.js.map +1 -1
  167. package/variants/service/ViberSolidSize24.js +1 -1
  168. package/variants/service/ViberSolidSize24.js.map +1 -1
  169. package/variants/service/VkSquareBrandAltSize24.js +1 -1
  170. package/variants/service/VkSquareBrandAltSize24.js.map +1 -1
  171. package/variants/service/VkSquareBrandSize24.js +1 -1
  172. package/variants/service/VkSquareBrandSize24.js.map +1 -1
  173. package/variants/service/index.d.ts +516 -441
  174. package/variants/service/index.js +130 -100
  175. package/variants/service/index.js.map +1 -1
  176. package/IconDynamic-DrFfiuy9.js +0 -20
@@ -1 +1 @@
1
- {"version":3,"file":"BagFilledSize16.js","sources":["src/variants/icon/BagFilledSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const BagFilledSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.663 0c1.081 0 1.624 0 2.076.25s.74.708 1.313 1.624l.001.002.914 1.457.464 8.447c.109 1.98.163 2.97-.429 3.595l-.115.11C14.284 16 13.296 16 11.44 16H4.564l-1.238-.008c-1.09-.024-1.76-.12-2.212-.507l-.116-.11c-.518-.547-.542-1.373-.466-2.898l.037-.697.465-8.447.913-1.457C2.522.959 2.81.5 3.262.25S4.256 0 5.338 0zM4.17 6c.39 2.203 1.513 4 3.834 4 2.177 0 3.3-1.58 3.752-3.592L11.838 6h-1.426c-.117.555-.285 1.046-.506 1.445C9.49 8.194 8.922 8.6 8.004 8.6S6.52 8.194 6.103 7.445c-.166-.299-.303-.65-.41-1.04L5.598 6zm1.168-4.6c-.567 0-.896.001-1.141.025a1.3 1.3 0 0 0-.21.033.2.2 0 0 0-.047.017.2.2 0 0 0-.04.03 1.3 1.3 0 0 0-.139.161c-.15.195-.325.473-.627.953l-.255.404q.253.06.617.123c.914.16 2.374.324 4.504.324 2.131 0 3.59-.164 4.505-.324q.362-.064.614-.123l-.253-.404c-.302-.48-.477-.758-.627-.953a1.4 1.4 0 0 0-.139-.16.2.2 0 0 0-.04-.031.2.2 0 0 0-.047-.017 1.3 1.3 0 0 0-.209-.033 6 6 0 0 0-.45-.022l-.692-.003z\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nBagFilledSize16Glyph.displayName = 'BagFilledSize16Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,oBAAoB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACnGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,65BAA65B,EAC/5B,IAAI,EAAC,cAAc,EACrB,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,oBAAoB,CAAC,WAAW,GAAG,sBAAsB;;;;"}
1
+ {"version":3,"file":"BagFilledSize16.js","sources":["src/variants/icon/BagFilledSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const BagFilledSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.663 0c1.081 0 1.624 0 2.076.25s.74.708 1.313 1.624l.001.002.914 1.457.464 8.447c.109 1.98.163 2.97-.429 3.595l-.115.11C14.284 16 13.296 16 11.44 16H4.564l-1.238-.008c-1.09-.024-1.76-.12-2.212-.507l-.116-.11c-.518-.547-.542-1.373-.466-2.898l.037-.697.465-8.447.913-1.457C2.522.959 2.81.5 3.262.25S4.256 0 5.338 0zM4.17 6c.39 2.203 1.513 4 3.834 4 2.177 0 3.3-1.58 3.752-3.592L11.838 6h-1.426c-.117.555-.285 1.046-.506 1.445C9.49 8.194 8.922 8.6 8.004 8.6S6.52 8.194 6.103 7.445c-.166-.299-.303-.65-.41-1.04L5.598 6zm1.168-4.6c-.567 0-.896.001-1.141.025a1.3 1.3 0 0 0-.21.033.2.2 0 0 0-.047.017.2.2 0 0 0-.04.03 1.3 1.3 0 0 0-.139.161c-.15.195-.326.473-.627.953l-.255.404q.253.06.617.123c.914.16 2.374.324 4.504.324 2.131 0 3.59-.164 4.505-.324q.362-.064.614-.123l-.253-.404c-.302-.48-.477-.758-.627-.953a1.3 1.3 0 0 0-.139-.16.2.2 0 0 0-.04-.031.2.2 0 0 0-.047-.017 1.3 1.3 0 0 0-.209-.033 6 6 0 0 0-.45-.022l-.692-.003z\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nBagFilledSize16Glyph.displayName = 'BagFilledSize16Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,oBAAoB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACnGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,65BAA65B,EAC/5B,IAAI,EAAC,cAAc,EACrB,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,oBAAoB,CAAC,WAAW,GAAG,sBAAsB;;;;"}
@@ -2,7 +2,7 @@ import './../../index.css';
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const BagFilledSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.794 0c1.64 0 2.462 0 3.145.383.683.382 1.112 1.082 1.97 2.481L22.219 5l.681 12.679v.004c.16 2.963.24 4.446-.647 5.382l-.174.165c-.905.771-2.385.771-5.17.771H7.092c-2.784 0-4.263 0-5.169-.771l-.173-.165c-.888-.937-.808-2.42-.649-5.386L1.783 5 3.09 2.864C3.896 1.553 4.323.855 4.936.458l.126-.075C5.745 0 6.565 0 8.207 0zM6.25 9c.584 3.304 2.268 6 5.75 6 3.265 0 4.95-2.37 5.628-5.388L17.752 9h-1.83c-.18.882-.448 1.67-.806 2.313C14.446 12.518 13.502 13.2 12 13.2c-1.502 0-2.446-.683-3.115-1.886-.313-.564-.557-1.237-.734-1.988L8.08 9zm1.957-7.2c-.855 0-1.37.002-1.76.04-.35.034-.458.086-.506.113s-.15.091-.361.372c-.236.313-.507.751-.953 1.48l-.377.613c.261.06.583.128.967.195 1.382.24 3.58.487 6.784.487s5.402-.247 6.783-.487c.384-.067.705-.135.967-.195l-.376-.613c-.447-.73-.718-1.167-.953-1.48-.213-.281-.314-.345-.363-.372s-.156-.08-.506-.113a9 9 0 0 0-.705-.034L15.794 1.8z", fill: "currentColor" }) })));
5
+ const BagFilledSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.794 0c1.64 0 2.462 0 3.145.383.683.382 1.112 1.082 1.97 2.481L22.219 5l.681 12.679v.004c.16 2.963.24 4.446-.647 5.382l-.174.165c-.905.771-2.385.771-5.17.771H7.092c-2.784 0-4.263 0-5.169-.771l-.173-.165c-.888-.937-.808-2.42-.649-5.386L1.783 5 3.09 2.864C3.896 1.553 4.323.855 4.936.458l.126-.075C5.745 0 6.565 0 8.207 0zM6.25 9c.584 3.304 2.268 6 5.75 6 3.265 0 4.95-2.37 5.628-5.388L17.752 9h-1.83c-.18.882-.448 1.67-.806 2.313C14.446 12.518 13.502 13.2 12 13.2c-1.502 0-2.446-.683-3.115-1.886-.313-.564-.557-1.237-.734-1.988L8.08 9zm1.957-7.2c-.855 0-1.37.002-1.76.04-.35.034-.458.086-.506.113s-.15.091-.361.372c-.236.313-.507.751-.953 1.48l-.377.613c.261.06.583.128.967.195 1.382.24 3.58.487 6.784.487s5.402-.247 6.783-.487c.384-.067.705-.135.966-.195l-.375-.613c-.447-.73-.718-1.167-.954-1.48-.212-.281-.313-.345-.362-.372s-.156-.08-.506-.113a9 9 0 0 0-.705-.034L15.794 1.8z", fill: "currentColor" }) })));
6
6
  BagFilledSize24Glyph.displayName = 'BagFilledSize24Glyph';
7
7
 
8
8
  export { BagFilledSize24Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"BagFilledSize24.js","sources":["src/variants/icon/BagFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const BagFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.794 0c1.64 0 2.462 0 3.145.383.683.382 1.112 1.082 1.97 2.481L22.219 5l.681 12.679v.004c.16 2.963.24 4.446-.647 5.382l-.174.165c-.905.771-2.385.771-5.17.771H7.092c-2.784 0-4.263 0-5.169-.771l-.173-.165c-.888-.937-.808-2.42-.649-5.386L1.783 5 3.09 2.864C3.896 1.553 4.323.855 4.936.458l.126-.075C5.745 0 6.565 0 8.207 0zM6.25 9c.584 3.304 2.268 6 5.75 6 3.265 0 4.95-2.37 5.628-5.388L17.752 9h-1.83c-.18.882-.448 1.67-.806 2.313C14.446 12.518 13.502 13.2 12 13.2c-1.502 0-2.446-.683-3.115-1.886-.313-.564-.557-1.237-.734-1.988L8.08 9zm1.957-7.2c-.855 0-1.37.002-1.76.04-.35.034-.458.086-.506.113s-.15.091-.361.372c-.236.313-.507.751-.953 1.48l-.377.613c.261.06.583.128.967.195 1.382.24 3.58.487 6.784.487s5.402-.247 6.783-.487c.384-.067.705-.135.967-.195l-.376-.613c-.447-.73-.718-1.167-.953-1.48-.213-.281-.314-.345-.363-.372s-.156-.08-.506-.113a9 9 0 0 0-.705-.034L15.794 1.8z\"\n fill=\"currentColor\"\n />\n </svg>\n));\nBagFilledSize24Glyph.displayName = 'BagFilledSize24Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,oBAAoB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACnGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,m3BAAm3B,EACr3B,IAAI,EAAC,cAAc,EAAA,CACrB,EACA,CAAA,CACT,EAAE;AACH,oBAAoB,CAAC,WAAW,GAAG,sBAAsB;;;;"}
1
+ {"version":3,"file":"BagFilledSize24.js","sources":["src/variants/icon/BagFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const BagFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.794 0c1.64 0 2.462 0 3.145.383.683.382 1.112 1.082 1.97 2.481L22.219 5l.681 12.679v.004c.16 2.963.24 4.446-.647 5.382l-.174.165c-.905.771-2.385.771-5.17.771H7.092c-2.784 0-4.263 0-5.169-.771l-.173-.165c-.888-.937-.808-2.42-.649-5.386L1.783 5 3.09 2.864C3.896 1.553 4.323.855 4.936.458l.126-.075C5.745 0 6.565 0 8.207 0zM6.25 9c.584 3.304 2.268 6 5.75 6 3.265 0 4.95-2.37 5.628-5.388L17.752 9h-1.83c-.18.882-.448 1.67-.806 2.313C14.446 12.518 13.502 13.2 12 13.2c-1.502 0-2.446-.683-3.115-1.886-.313-.564-.557-1.237-.734-1.988L8.08 9zm1.957-7.2c-.855 0-1.37.002-1.76.04-.35.034-.458.086-.506.113s-.15.091-.361.372c-.236.313-.507.751-.953 1.48l-.377.613c.261.06.583.128.967.195 1.382.24 3.58.487 6.784.487s5.402-.247 6.783-.487c.384-.067.705-.135.966-.195l-.375-.613c-.447-.73-.718-1.167-.954-1.48-.212-.281-.313-.345-.362-.372s-.156-.08-.506-.113a9 9 0 0 0-.705-.034L15.794 1.8z\"\n fill=\"currentColor\"\n />\n </svg>\n));\nBagFilledSize24Glyph.displayName = 'BagFilledSize24Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,oBAAoB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACnGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,m3BAAm3B,EACr3B,IAAI,EAAC,cAAc,EAAA,CACrB,EACA,CAAA,CACT,EAAE;AACH,oBAAoB,CAAC,WAAW,GAAG,sBAAsB;;;;"}
@@ -2,7 +2,7 @@ import './../../index.css';
2
2
  import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const CameraOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.332 8.734c0-1.333.667-2.666 2.666-2.666 2 0 2.666 1.333 2.666 2.666S9.998 11.4 7.998 11.4s-2.666-1.333-2.666-2.666m1.4 0c0-.458.117-.767.259-.937.104-.124.344-.329 1.007-.329s.903.205 1.007.33c.142.169.26.478.26.936s-.118.767-.26.937c-.104.124-.344.329-1.007.329s-.903-.205-1.007-.33c-.142-.169-.259-.477-.259-.936", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m10.664 1 1.331 1.927c3.466.168 4.001 1.204 4.001 5.667v.712c0 4.982-.667 5.694-5.332 5.694H5.332C.667 15 0 14.288 0 9.306v-.712c0-4.463.535-5.5 4-5.667L5.333 1zm3.932 7.594v.712c0 1.236-.043 2.11-.156 2.749-.111.63-.267.886-.382 1.01-.106.113-.316.263-.869.374-.573.115-1.37.161-2.525.161H5.332c-1.155 0-1.952-.046-2.525-.161-.553-.111-.763-.261-.869-.374-.115-.124-.271-.38-.382-1.01-.113-.639-.156-1.513-.156-2.749v-.712c0-1.102.034-1.922.124-2.546.09-.627.221-.943.336-1.114.155-.228.498-.526 2.208-.608l.692-.034L6.067 2.4H9.93l1.306 1.892.692.034c1.71.082 2.053.38 2.208.608.115.17.247.487.337 1.114.089.624.123 1.444.123 2.546", fill: "currentColor" })] }) })));
5
+ const CameraOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.332 8.734c0-1.333.667-2.666 2.666-2.666 2 0 2.666 1.333 2.666 2.666S9.998 11.4 7.998 11.4s-2.666-1.333-2.666-2.666m1.4 0c0-.459.117-.767.259-.937.104-.124.344-.33 1.007-.33s.903.206 1.007.33c.142.17.26.478.26.937 0 .458-.118.767-.26.937-.104.124-.344.329-1.007.329s-.903-.205-1.007-.33c-.142-.17-.259-.478-.259-.936", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m10.664 1 1.331 1.927c3.466.168 4.001 1.204 4.001 5.667v.712c0 4.982-.667 5.694-5.332 5.694H5.332C.667 15 0 14.288 0 9.306v-.712c0-4.463.535-5.5 4-5.667L5.333 1zm3.932 7.594v.712c0 1.236-.043 2.11-.156 2.748-.111.631-.267.887-.382 1.01-.106.114-.316.263-.869.374-.573.116-1.37.162-2.525.162H5.332c-1.155 0-1.952-.046-2.525-.162-.553-.11-.763-.26-.869-.373-.115-.124-.271-.38-.382-1.01-.113-.64-.156-1.513-.156-2.749v-.712c0-1.102.034-1.922.124-2.546.09-.627.221-.944.336-1.114.155-.228.498-.526 2.208-.608l.692-.034L6.067 2.4H9.93l1.306 1.892.692.034c1.71.082 2.053.38 2.208.608.115.17.247.487.337 1.114.089.624.123 1.444.123 2.546", fill: "currentColor" })] }) })));
6
6
  CameraOutlinedSize16Glyph.displayName = 'CameraOutlinedSize16Glyph';
7
7
 
8
8
  export { CameraOutlinedSize16Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"CameraOutlinedSize16.js","sources":["src/variants/icon/CameraOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CameraOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.332 8.734c0-1.333.667-2.666 2.666-2.666 2 0 2.666 1.333 2.666 2.666S9.998 11.4 7.998 11.4s-2.666-1.333-2.666-2.666m1.4 0c0-.458.117-.767.259-.937.104-.124.344-.329 1.007-.329s.903.205 1.007.33c.142.169.26.478.26.936s-.118.767-.26.937c-.104.124-.344.329-1.007.329s-.903-.205-1.007-.33c-.142-.169-.259-.477-.259-.936\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"m10.664 1 1.331 1.927c3.466.168 4.001 1.204 4.001 5.667v.712c0 4.982-.667 5.694-5.332 5.694H5.332C.667 15 0 14.288 0 9.306v-.712c0-4.463.535-5.5 4-5.667L5.333 1zm3.932 7.594v.712c0 1.236-.043 2.11-.156 2.749-.111.63-.267.886-.382 1.01-.106.113-.316.263-.869.374-.573.115-1.37.161-2.525.161H5.332c-1.155 0-1.952-.046-2.525-.161-.553-.111-.763-.261-.869-.374-.115-.124-.271-.38-.382-1.01-.113-.639-.156-1.513-.156-2.749v-.712c0-1.102.034-1.922.124-2.546.09-.627.221-.943.336-1.114.155-.228.498-.526 2.208-.608l.692-.034L6.067 2.4H9.93l1.306 1.892.692.034c1.71.082 2.053.38 2.208.608.115.17.247.487.337 1.114.089.624.123 1.444.123 2.546\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nCameraOutlinedSize16Glyph.displayName = 'CameraOutlinedSize16Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEa,MAAA,yBAAyB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACxGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,cACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,+TAA+T,EACjU,IAAI,EAAC,cAAc,GACrB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,2nBAA2nB,EAC7nB,IAAI,EAAC,cAAc,EAAA,CACrB,IACF,EACF,CAAA,CACT,EAAE;AACH,yBAAyB,CAAC,WAAW,GAAG,2BAA2B;;;;"}
1
+ {"version":3,"file":"CameraOutlinedSize16.js","sources":["src/variants/icon/CameraOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CameraOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.332 8.734c0-1.333.667-2.666 2.666-2.666 2 0 2.666 1.333 2.666 2.666S9.998 11.4 7.998 11.4s-2.666-1.333-2.666-2.666m1.4 0c0-.459.117-.767.259-.937.104-.124.344-.33 1.007-.33s.903.206 1.007.33c.142.17.26.478.26.937 0 .458-.118.767-.26.937-.104.124-.344.329-1.007.329s-.903-.205-1.007-.33c-.142-.17-.259-.478-.259-.936\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"m10.664 1 1.331 1.927c3.466.168 4.001 1.204 4.001 5.667v.712c0 4.982-.667 5.694-5.332 5.694H5.332C.667 15 0 14.288 0 9.306v-.712c0-4.463.535-5.5 4-5.667L5.333 1zm3.932 7.594v.712c0 1.236-.043 2.11-.156 2.748-.111.631-.267.887-.382 1.01-.106.114-.316.263-.869.374-.573.116-1.37.162-2.525.162H5.332c-1.155 0-1.952-.046-2.525-.162-.553-.11-.763-.26-.869-.373-.115-.124-.271-.38-.382-1.01-.113-.64-.156-1.513-.156-2.749v-.712c0-1.102.034-1.922.124-2.546.09-.627.221-.944.336-1.114.155-.228.498-.526 2.208-.608l.692-.034L6.067 2.4H9.93l1.306 1.892.692.034c1.71.082 2.053.38 2.208.608.115.17.247.487.337 1.114.089.624.123 1.444.123 2.546\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nCameraOutlinedSize16Glyph.displayName = 'CameraOutlinedSize16Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEa,MAAA,yBAAyB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACxGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,cACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,gUAAgU,EAClU,IAAI,EAAC,cAAc,GACrB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,ynBAAynB,EAC3nB,IAAI,EAAC,cAAc,EAAA,CACrB,IACF,EACF,CAAA,CACT,EAAE;AACH,yBAAyB,CAAC,WAAW,GAAG,2BAA2B;;;;"}
@@ -2,7 +2,7 @@ import './../../index.css';
2
2
  import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const CarOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M4.333 8.702a.934.934 0 1 1 0 1.867.934.934 0 0 1 0-1.867", fill: "currentColor" }), jsx("path", { d: "M11.673 8.702a.934.934 0 1 1 0 1.867.934.934 0 0 1 0-1.867", fill: "currentColor" }), jsx("path", { d: "M9.5 10.337h-3v-1.4h3z", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 .5c4.366 0 5.253.561 5.774 5.31 1.039.647 1.383 1.774 1.726 3.69l-.002.335v3.673c0 .615 0 .923-.099 1.167-.135.33-.397.592-.727.727-.244.1-.552.1-1.167.1-.549 0-.823 0-1.05-.085a1.33 1.33 0 0 1-.712-.627c-.102-.193-.14-.434-.197-.88-.941.066-2.105.09-3.546.09-1.442 0-2.607-.023-3.548-.09-.058.446-.095.687-.196.88-.153.29-.407.512-.713.627-.226.084-.5.085-1.05.085-.615 0-.923 0-1.166-.1a1.33 1.33 0 0 1-.728-.727c-.1-.244-.1-.552-.1-1.167V9.835h.003L.5 9.5c.343-1.916.686-3.044 1.724-3.69C2.745 1.06 3.634.5 8 .5m0 5.901c-1.522 0-2.639.044-3.48.155-.846.113-1.3.28-1.565.449-.43.272-.711.747-1.055 2.622l.002.2.007 1.408H1.9v2.273c0 .291 0 .462.007.586.123.006.295.007.587.007.257 0 .407-.002.515-.008.013-.077.032-.187.054-.363l.17-1.31 1.318.093c.89.064 2.016.087 3.449.087 1.431 0 2.556-.024 3.447-.087l1.317-.093.17 1.31c.023.176.04.286.054.364.107.005.258.007.517.007.291 0 .462-.001.586-.008.006-.123.007-.294.007-.585v-2.273h-.007l.006-1.408.001-.2c-.343-1.875-.624-2.35-1.053-2.622-.266-.169-.719-.336-1.565-.449-.841-.111-1.958-.155-3.48-.155m0-4.5c-1.17 0-1.967.043-2.546.163-.544.113-.785.271-.939.438-.178.193-.382.555-.566 1.328-.096.401-.176.876-.25 1.443 1.017-.206 2.396-.272 4.3-.272s3.283.066 4.3.271a14 14 0 0 0-.248-1.442c-.185-.773-.39-1.135-.568-1.328-.153-.167-.394-.325-.937-.438-.58-.12-1.376-.163-2.546-.163", fill: "currentColor" })] }) })));
5
+ const CarOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M4.333 8.702a.934.934 0 1 1 0 1.867.934.934 0 0 1 0-1.867", fill: "currentColor" }), jsx("path", { d: "M11.673 8.702a.934.934 0 1 1 0 1.867.934.934 0 0 1 0-1.867", fill: "currentColor" }), jsx("path", { d: "M9.5 10.337h-3v-1.4h3z", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 .5c4.366 0 5.253.561 5.774 5.31 1.039.647 1.383 1.774 1.726 3.69l-.002.335v3.673c0 .615 0 .923-.099 1.167-.135.33-.397.592-.727.727-.244.1-.552.1-1.167.1-.549 0-.823 0-1.05-.085a1.33 1.33 0 0 1-.712-.627c-.102-.193-.14-.434-.197-.88-.941.066-2.106.09-3.546.09-1.442 0-2.607-.023-3.548-.09-.058.446-.095.687-.196.88-.153.29-.407.512-.713.627-.226.084-.5.085-1.05.085-.615 0-.923 0-1.166-.1a1.33 1.33 0 0 1-.728-.727c-.1-.244-.1-.552-.1-1.167V9.835h.003L.5 9.5c.343-1.916.686-3.044 1.724-3.69C2.745 1.06 3.634.5 8 .5m0 5.901c-1.522 0-2.639.044-3.48.155-.847.113-1.3.28-1.565.449-.43.272-.711.747-1.055 2.622l.002.2.007 1.408H1.9v2.273c0 .291 0 .462.007.586.123.006.295.007.587.007.257 0 .407-.002.514-.008.014-.077.032-.187.055-.363l.17-1.31 1.317.093c.891.064 2.017.087 3.45.087 1.431 0 2.556-.024 3.447-.087l1.317-.093.17 1.31c.023.176.04.286.054.364.107.005.258.007.517.007.291 0 .462-.001.585-.008.007-.123.008-.294.008-.585v-2.273h-.008l.007-1.408.001-.2c-.343-1.875-.624-2.35-1.053-2.622-.266-.169-.72-.336-1.565-.449-.842-.111-1.958-.155-3.48-.155m0-4.5c-1.17 0-1.967.043-2.546.163-.544.113-.785.271-.939.438-.178.193-.382.555-.566 1.328-.096.401-.176.876-.25 1.443 1.017-.206 2.396-.272 4.3-.272s3.283.066 4.3.271a15 15 0 0 0-.248-1.442c-.185-.773-.39-1.135-.568-1.328-.153-.167-.394-.325-.937-.438-.58-.12-1.376-.163-2.546-.163", fill: "currentColor" })] }) })));
6
6
  CarOutlinedSize16Glyph.displayName = 'CarOutlinedSize16Glyph';
7
7
 
8
8
  export { CarOutlinedSize16Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"CarOutlinedSize16.js","sources":["src/variants/icon/CarOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CarOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path d=\"M4.333 8.702a.934.934 0 1 1 0 1.867.934.934 0 0 1 0-1.867\" fill=\"currentColor\" />\n <path d=\"M11.673 8.702a.934.934 0 1 1 0 1.867.934.934 0 0 1 0-1.867\" fill=\"currentColor\" />\n <path d=\"M9.5 10.337h-3v-1.4h3z\" fill=\"currentColor\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 .5c4.366 0 5.253.561 5.774 5.31 1.039.647 1.383 1.774 1.726 3.69l-.002.335v3.673c0 .615 0 .923-.099 1.167-.135.33-.397.592-.727.727-.244.1-.552.1-1.167.1-.549 0-.823 0-1.05-.085a1.33 1.33 0 0 1-.712-.627c-.102-.193-.14-.434-.197-.88-.941.066-2.105.09-3.546.09-1.442 0-2.607-.023-3.548-.09-.058.446-.095.687-.196.88-.153.29-.407.512-.713.627-.226.084-.5.085-1.05.085-.615 0-.923 0-1.166-.1a1.33 1.33 0 0 1-.728-.727c-.1-.244-.1-.552-.1-1.167V9.835h.003L.5 9.5c.343-1.916.686-3.044 1.724-3.69C2.745 1.06 3.634.5 8 .5m0 5.901c-1.522 0-2.639.044-3.48.155-.846.113-1.3.28-1.565.449-.43.272-.711.747-1.055 2.622l.002.2.007 1.408H1.9v2.273c0 .291 0 .462.007.586.123.006.295.007.587.007.257 0 .407-.002.515-.008.013-.077.032-.187.054-.363l.17-1.31 1.318.093c.89.064 2.016.087 3.449.087 1.431 0 2.556-.024 3.447-.087l1.317-.093.17 1.31c.023.176.04.286.054.364.107.005.258.007.517.007.291 0 .462-.001.586-.008.006-.123.007-.294.007-.585v-2.273h-.007l.006-1.408.001-.2c-.343-1.875-.624-2.35-1.053-2.622-.266-.169-.719-.336-1.565-.449-.841-.111-1.958-.155-3.48-.155m0-4.5c-1.17 0-1.967.043-2.546.163-.544.113-.785.271-.939.438-.178.193-.382.555-.566 1.328-.096.401-.176.876-.25 1.443 1.017-.206 2.396-.272 4.3-.272s3.283.066 4.3.271a14 14 0 0 0-.248-1.442c-.185-.773-.39-1.135-.568-1.328-.153-.167-.394-.325-.937-.438-.58-.12-1.376-.163-2.546-.163\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nCarOutlinedSize16Glyph.displayName = 'CarOutlinedSize16Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;MAEa,sBAAsB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACrGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,YAC9GC,IACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CAAAD,GAAA,CAAA,MAAA,EAAA,EAAM,CAAC,EAAC,2DAA2D,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA,EAC1FA,cAAM,CAAC,EAAC,4DAA4D,EAAC,IAAI,EAAC,cAAc,EAAA,CAAG,EAC3FA,GAAM,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,wBAAwB,EAAC,IAAI,EAAC,cAAc,GAAG,EACvDA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,4zCAA4zC,EAC9zC,IAAI,EAAC,cAAc,GACrB,CACF,EAAA,CAAA,EAAA,CACF,CACT,EAAE;AACH,sBAAsB,CAAC,WAAW,GAAG,wBAAwB;;;;"}
1
+ {"version":3,"file":"CarOutlinedSize16.js","sources":["src/variants/icon/CarOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CarOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path d=\"M4.333 8.702a.934.934 0 1 1 0 1.867.934.934 0 0 1 0-1.867\" fill=\"currentColor\" />\n <path d=\"M11.673 8.702a.934.934 0 1 1 0 1.867.934.934 0 0 1 0-1.867\" fill=\"currentColor\" />\n <path d=\"M9.5 10.337h-3v-1.4h3z\" fill=\"currentColor\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 .5c4.366 0 5.253.561 5.774 5.31 1.039.647 1.383 1.774 1.726 3.69l-.002.335v3.673c0 .615 0 .923-.099 1.167-.135.33-.397.592-.727.727-.244.1-.552.1-1.167.1-.549 0-.823 0-1.05-.085a1.33 1.33 0 0 1-.712-.627c-.102-.193-.14-.434-.197-.88-.941.066-2.106.09-3.546.09-1.442 0-2.607-.023-3.548-.09-.058.446-.095.687-.196.88-.153.29-.407.512-.713.627-.226.084-.5.085-1.05.085-.615 0-.923 0-1.166-.1a1.33 1.33 0 0 1-.728-.727c-.1-.244-.1-.552-.1-1.167V9.835h.003L.5 9.5c.343-1.916.686-3.044 1.724-3.69C2.745 1.06 3.634.5 8 .5m0 5.901c-1.522 0-2.639.044-3.48.155-.847.113-1.3.28-1.565.449-.43.272-.711.747-1.055 2.622l.002.2.007 1.408H1.9v2.273c0 .291 0 .462.007.586.123.006.295.007.587.007.257 0 .407-.002.514-.008.014-.077.032-.187.055-.363l.17-1.31 1.317.093c.891.064 2.017.087 3.45.087 1.431 0 2.556-.024 3.447-.087l1.317-.093.17 1.31c.023.176.04.286.054.364.107.005.258.007.517.007.291 0 .462-.001.585-.008.007-.123.008-.294.008-.585v-2.273h-.008l.007-1.408.001-.2c-.343-1.875-.624-2.35-1.053-2.622-.266-.169-.72-.336-1.565-.449-.842-.111-1.958-.155-3.48-.155m0-4.5c-1.17 0-1.967.043-2.546.163-.544.113-.785.271-.939.438-.178.193-.382.555-.566 1.328-.096.401-.176.876-.25 1.443 1.017-.206 2.396-.272 4.3-.272s3.283.066 4.3.271a15 15 0 0 0-.248-1.442c-.185-.773-.39-1.135-.568-1.328-.153-.167-.394-.325-.937-.438-.58-.12-1.376-.163-2.546-.163\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nCarOutlinedSize16Glyph.displayName = 'CarOutlinedSize16Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;MAEa,sBAAsB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACrGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,YAC9GC,IACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CAAAD,GAAA,CAAA,MAAA,EAAA,EAAM,CAAC,EAAC,2DAA2D,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA,EAC1FA,cAAM,CAAC,EAAC,4DAA4D,EAAC,IAAI,EAAC,cAAc,EAAA,CAAG,EAC3FA,GAAM,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,wBAAwB,EAAC,IAAI,EAAC,cAAc,GAAG,EACvDA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,2zCAA2zC,EAC7zC,IAAI,EAAC,cAAc,GACrB,CACF,EAAA,CAAA,EAAA,CACF,CACT,EAAE;AACH,sBAAsB,CAAC,WAAW,GAAG,wBAAwB;;;;"}
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const CardLinesHeartFilledSize16Glyph: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,9 @@
1
+ import './../../index.css';
2
+ import { jsx, jsxs } from 'react/jsx-runtime';
3
+ import { forwardRef } from 'react';
4
+
5
+ const CardLinesHeartFilledSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1c6.563 0 7.5.875 7.5 7q0 .462-.01.885a2.9 2.9 0 0 0-.822-.365 2.98 2.98 0 0 0-2.267.304 3 3 0 0 0-2.255-.338c-1.216.307-2.149 1.389-2.149 2.8 0 1.249.831 2.159 1.464 2.707a11 11 0 0 0 1.266.921C9.949 14.976 9.046 15 8 15 1.438 15 .5 14.125.5 8S1.438 1 8 1M4 8.7h4.667V7.3H4zm0-2.667h8v-1.4H4z", fill: "currentColor" }), jsx("path", { d: "M9.397 11.285c0-1.5 1.909-2.147 3-.59 1.09-1.557 2.998-.834 2.999.59 0 1.062-1.264 1.953-2.41 2.656q-.248.152-.481.291l-.109.065-.107-.065-.085-.052c-1.229-.737-2.807-1.708-2.807-2.895", fill: "currentColor" })] }) })));
6
+ CardLinesHeartFilledSize16Glyph.displayName = 'CardLinesHeartFilledSize16Glyph';
7
+
8
+ export { CardLinesHeartFilledSize16Glyph };
9
+ //# sourceMappingURL=CardLinesHeartFilledSize16.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardLinesHeartFilledSize16.js","sources":["src/variants/icon/CardLinesHeartFilledSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CardLinesHeartFilledSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 1c6.563 0 7.5.875 7.5 7q0 .462-.01.885a2.9 2.9 0 0 0-.822-.365 2.98 2.98 0 0 0-2.267.304 3 3 0 0 0-2.255-.338c-1.216.307-2.149 1.389-2.149 2.8 0 1.249.831 2.159 1.464 2.707a11 11 0 0 0 1.266.921C9.949 14.976 9.046 15 8 15 1.438 15 .5 14.125.5 8S1.438 1 8 1M4 8.7h4.667V7.3H4zm0-2.667h8v-1.4H4z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.397 11.285c0-1.5 1.909-2.147 3-.59 1.09-1.557 2.998-.834 2.999.59 0 1.062-1.264 1.953-2.41 2.656q-.248.152-.481.291l-.109.065-.107-.065-.085-.052c-1.229-.737-2.807-1.708-2.807-2.895\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nCardLinesHeartFilledSize16Glyph.displayName = 'CardLinesHeartFilledSize16Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEO,MAAM,+BAA+B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC9GA,aAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,cACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,0SAA0S,EAC5S,IAAI,EAAC,cAAc,EACrB,CAAA,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,0LAA0L,EAC5L,IAAI,EAAC,cAAc,EACrB,CAAA,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,+BAA+B,CAAC,WAAW,GAAG,iCAAiC;;;;"}
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const CardLinesHeartFilledSize24Glyph: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,9 @@
1
+ import './../../index.css';
2
+ import { jsx, jsxs } from 'react/jsx-runtime';
3
+ import { forwardRef } from 'react';
4
+
5
+ const CardLinesHeartFilledSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2c9.625 0 11 1.25 11 10q0 .837-.02 1.585a4 4 0 0 0-1.15-.512c-1.113-.298-2.297-.12-3.324.52-1.015-.646-2.19-.853-3.31-.57-1.696.429-2.996 1.935-2.996 3.91 0 1.784 1.22 3.097 2.184 3.913.443.375.932.725 1.416 1.047-1.096.077-2.355.107-3.8.107-9.625 0-11-1.25-11-10S2.375 2 12 2M6 12.9h6v-1.8H6zm0-4h12V7.1H6z", fill: "currentColor" }), jsx("path", { d: "M14 16.932c0-2.25 2.864-3.223 4.5-.887 1.636-2.336 4.5-1.25 4.5.887 0 1.64-2.01 3.008-3.769 4.078l-.731.44-.708-.426-.786-.49c-1.53-.99-3.006-2.196-3.006-3.602", fill: "currentColor" })] }) })));
6
+ CardLinesHeartFilledSize24Glyph.displayName = 'CardLinesHeartFilledSize24Glyph';
7
+
8
+ export { CardLinesHeartFilledSize24Glyph };
9
+ //# sourceMappingURL=CardLinesHeartFilledSize24.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardLinesHeartFilledSize24.js","sources":["src/variants/icon/CardLinesHeartFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CardLinesHeartFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2c9.625 0 11 1.25 11 10q0 .837-.02 1.585a4 4 0 0 0-1.15-.512c-1.113-.298-2.297-.12-3.324.52-1.015-.646-2.19-.853-3.31-.57-1.696.429-2.996 1.935-2.996 3.91 0 1.784 1.22 3.097 2.184 3.913.443.375.932.725 1.416 1.047-1.096.077-2.355.107-3.8.107-9.625 0-11-1.25-11-10S2.375 2 12 2M6 12.9h6v-1.8H6zm0-4h12V7.1H6z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14 16.932c0-2.25 2.864-3.223 4.5-.887 1.636-2.336 4.5-1.25 4.5.887 0 1.64-2.01 3.008-3.769 4.078l-.731.44-.708-.426-.786-.49c-1.53-.99-3.006-2.196-3.006-3.602\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nCardLinesHeartFilledSize24Glyph.displayName = 'CardLinesHeartFilledSize24Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEO,MAAM,+BAA+B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC9GA,aAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,cACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,yTAAyT,EAC3T,IAAI,EAAC,cAAc,EACrB,CAAA,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,iKAAiK,EACnK,IAAI,EAAC,cAAc,EACrB,CAAA,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,+BAA+B,CAAC,WAAW,GAAG,iCAAiC;;;;"}
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const CardLinesHeartOutlinedSize16Glyph: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,9 @@
1
+ import './../../index.css';
2
+ import { jsx, jsxs } from 'react/jsx-runtime';
3
+ import { forwardRef } from 'react';
4
+
5
+ const CardLinesHeartOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M8 1c6.563 0 7.5.875 7.5 7h-1.4c0-1.52-.06-2.603-.221-3.4-.157-.777-.384-1.15-.623-1.373-.25-.234-.683-.462-1.558-.616-.882-.155-2.067-.21-3.698-.21s-2.816.055-3.698.21c-.875.154-1.308.382-1.558.616-.24.223-.466.596-.623 1.373-.16.797-.22 1.88-.22 3.4s.06 2.603.22 3.4c.157.777.384 1.15.623 1.373.25.234.683.462 1.558.616.882.155 2.067.21 3.698.21q.258-.001.5-.004v1.4c-.163 0-.33.005-.5.005-6.562 0-7.5-.875-7.5-7S1.438 1 8 1", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.22 9.052c.697-.176 1.455-.009 2.083.506.633-.512 1.395-.66 2.088-.475.893.24 1.609 1.035 1.609 2.09 0 .954-.656 1.7-1.278 2.226-.606.513-1.351.96-1.943 1.314l-.478.287-.479-.287c-.591-.354-1.337-.8-1.942-1.314-.622-.526-1.278-1.272-1.278-2.226 0-1.08.704-1.89 1.619-2.121m1.507 1.93c-.397-.567-.863-.649-1.164-.573-.312.08-.561.345-.561.764 0 .295.218.68.783 1.158.44.373.983.715 1.516 1.036.533-.322 1.075-.663 1.515-1.036.565-.479.783-.863.784-1.158a.75.75 0 0 0-.572-.738c-.306-.082-.764-.01-1.154.547l-.573.819z", fill: "currentColor" }), jsx("path", { d: "M8.667 8.7H4V7.3h4.667z", fill: "currentColor" }), jsx("path", { d: "M12 6.033H4v-1.4h8z", fill: "currentColor" })] }) })));
6
+ CardLinesHeartOutlinedSize16Glyph.displayName = 'CardLinesHeartOutlinedSize16Glyph';
7
+
8
+ export { CardLinesHeartOutlinedSize16Glyph };
9
+ //# sourceMappingURL=CardLinesHeartOutlinedSize16.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardLinesHeartOutlinedSize16.js","sources":["src/variants/icon/CardLinesHeartOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CardLinesHeartOutlinedSize16Glyph = forwardRef(\n (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n width={16}\n height={16}\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <g>\n <path\n d=\"M8 1c6.563 0 7.5.875 7.5 7h-1.4c0-1.52-.06-2.603-.221-3.4-.157-.777-.384-1.15-.623-1.373-.25-.234-.683-.462-1.558-.616-.882-.155-2.067-.21-3.698-.21s-2.816.055-3.698.21c-.875.154-1.308.382-1.558.616-.24.223-.466.596-.623 1.373-.16.797-.22 1.88-.22 3.4s.06 2.603.22 3.4c.157.777.384 1.15.623 1.373.25.234.683.462 1.558.616.882.155 2.067.21 3.698.21q.258-.001.5-.004v1.4c-.163 0-.33.005-.5.005-6.562 0-7.5-.875-7.5-7S1.438 1 8 1\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.22 9.052c.697-.176 1.455-.009 2.083.506.633-.512 1.395-.66 2.088-.475.893.24 1.609 1.035 1.609 2.09 0 .954-.656 1.7-1.278 2.226-.606.513-1.351.96-1.943 1.314l-.478.287-.479-.287c-.591-.354-1.337-.8-1.942-1.314-.622-.526-1.278-1.272-1.278-2.226 0-1.08.704-1.89 1.619-2.121m1.507 1.93c-.397-.567-.863-.649-1.164-.573-.312.08-.561.345-.561.764 0 .295.218.68.783 1.158.44.373.983.715 1.516 1.036.533-.322 1.075-.663 1.515-1.036.565-.479.783-.863.784-1.158a.75.75 0 0 0-.572-.738c-.306-.082-.764-.01-1.154.547l-.573.819z\"\n fill=\"currentColor\"\n />\n <path d=\"M8.667 8.7H4V7.3h4.667z\" fill=\"currentColor\" />\n <path d=\"M12 6.033H4v-1.4h8z\" fill=\"currentColor\" />\n </g>\n </svg>\n )\n);\nCardLinesHeartOutlinedSize16Glyph.displayName = 'CardLinesHeartOutlinedSize16Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;MAEa,iCAAiC,GAAG,UAAU,CACvD,CAAC,KAA8B,EAAE,GAAuB,MACpDA,GACI,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,GAAG,EAAE,GAAG,EACJ,GAAA,KAAK,YAETC,IACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CAAAD,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,4aAA4a,EAC9a,IAAI,EAAC,cAAc,EACrB,CAAA,EACFA,cACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,ygBAAygB,EAC3gB,IAAI,EAAC,cAAc,EACrB,CAAA,EACFA,cAAM,CAAC,EAAC,yBAAyB,EAAC,IAAI,EAAC,cAAc,EAAA,CAAG,EACxDA,GAAM,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,qBAAqB,EAAC,IAAI,EAAC,cAAc,GAAG,CACpD,EAAA,CAAA,EAAA,CACF,CACT,EACH;AACF,iCAAiC,CAAC,WAAW,GAAG,mCAAmC;;;;"}
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const CardLinesHeartOutlinedSize24Glyph: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,9 @@
1
+ import './../../index.css';
2
+ import { jsx, jsxs } from 'react/jsx-runtime';
3
+ import { forwardRef } from 'react';
4
+
5
+ const CardLinesHeartOutlinedSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.516 13.897c1.03-.26 2.16.003 3.086.811.933-.804 2.07-1.04 3.094-.766 1.28.344 2.304 1.482 2.304 2.99 0 1.361-.938 2.442-1.865 3.227-.959.812-2.156 1.513-3.073 2.063l-.462.278-.463-.278c-.916-.55-2.114-1.25-3.072-2.063-.927-.785-1.865-1.866-1.866-3.226 0-1.55 1.009-2.706 2.317-3.036m2.346 2.664c-.628-.897-1.388-1.05-1.906-.92-.533.136-.956.592-.956 1.292 0 .514.375 1.13 1.229 1.853.691.586 1.546 1.117 2.37 1.613.825-.496 1.68-1.027 2.372-1.613.854-.723 1.228-1.34 1.228-1.853 0-.628-.408-1.102-.969-1.252-.526-.141-1.274-.003-1.893.88l-.737 1.052z", fill: "currentColor" }), jsx("path", { d: "M12 2c9.625 0 11 1.25 11 10q0 .255-.003.5h-1.8q.002-.245.003-.5c0-2.172-.089-3.734-.328-4.889-.233-1.125-.577-1.7-.974-2.06-.416-.379-1.108-.72-2.422-.945C16.154 3.88 14.394 3.8 12 3.8s-4.154.08-5.476.306c-1.314.226-2.006.566-2.422.945-.397.36-.74.935-.974 2.06C2.888 8.266 2.8 9.828 2.8 12s.089 3.734.328 4.889c.233 1.125.577 1.7.974 2.06.416.379 1.108.72 2.422.945 1.322.226 3.082.306 5.476.306q.52 0 1-.007v1.801Q12.516 22 12 22C2.375 22 1 20.75 1 12S2.375 2 12 2", fill: "currentColor" }), jsx("path", { d: "M12 12.9H6v-1.8h6z", fill: "currentColor" }), jsx("path", { d: "M18 8.9H6V7.1h12z", fill: "currentColor" })] }) })));
6
+ CardLinesHeartOutlinedSize24Glyph.displayName = 'CardLinesHeartOutlinedSize24Glyph';
7
+
8
+ export { CardLinesHeartOutlinedSize24Glyph };
9
+ //# sourceMappingURL=CardLinesHeartOutlinedSize24.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardLinesHeartOutlinedSize24.js","sources":["src/variants/icon/CardLinesHeartOutlinedSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const CardLinesHeartOutlinedSize24Glyph = forwardRef(\n (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ref={ref}\n {...props}\n >\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.516 13.897c1.03-.26 2.16.003 3.086.811.933-.804 2.07-1.04 3.094-.766 1.28.344 2.304 1.482 2.304 2.99 0 1.361-.938 2.442-1.865 3.227-.959.812-2.156 1.513-3.073 2.063l-.462.278-.463-.278c-.916-.55-2.114-1.25-3.072-2.063-.927-.785-1.865-1.866-1.866-3.226 0-1.55 1.009-2.706 2.317-3.036m2.346 2.664c-.628-.897-1.388-1.05-1.906-.92-.533.136-.956.592-.956 1.292 0 .514.375 1.13 1.229 1.853.691.586 1.546 1.117 2.37 1.613.825-.496 1.68-1.027 2.372-1.613.854-.723 1.228-1.34 1.228-1.853 0-.628-.408-1.102-.969-1.252-.526-.141-1.274-.003-1.893.88l-.737 1.052z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 2c9.625 0 11 1.25 11 10q0 .255-.003.5h-1.8q.002-.245.003-.5c0-2.172-.089-3.734-.328-4.889-.233-1.125-.577-1.7-.974-2.06-.416-.379-1.108-.72-2.422-.945C16.154 3.88 14.394 3.8 12 3.8s-4.154.08-5.476.306c-1.314.226-2.006.566-2.422.945-.397.36-.74.935-.974 2.06C2.888 8.266 2.8 9.828 2.8 12s.089 3.734.328 4.889c.233 1.125.577 1.7.974 2.06.416.379 1.108.72 2.422.945 1.322.226 3.082.306 5.476.306q.52 0 1-.007v1.801Q12.516 22 12 22C2.375 22 1 20.75 1 12S2.375 2 12 2\"\n fill=\"currentColor\"\n />\n <path d=\"M12 12.9H6v-1.8h6z\" fill=\"currentColor\" />\n <path d=\"M18 8.9H6V7.1h12z\" fill=\"currentColor\" />\n </g>\n </svg>\n )\n);\nCardLinesHeartOutlinedSize24Glyph.displayName = 'CardLinesHeartOutlinedSize24Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;MAEa,iCAAiC,GAAG,UAAU,CACvD,CAAC,KAA8B,EAAE,GAAuB,MACpDA,GACI,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,EAClC,GAAG,EAAE,GAAG,EACJ,GAAA,KAAK,YAETC,IACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CAAAD,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,4iBAA4iB,EAC9iB,IAAI,EAAC,cAAc,GACrB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,odAAod,EACtd,IAAI,EAAC,cAAc,EACrB,CAAA,EACFA,cAAM,CAAC,EAAC,oBAAoB,EAAC,IAAI,EAAC,cAAc,EAAA,CAAG,EACnDA,GAAM,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,mBAAmB,EAAC,IAAI,EAAC,cAAc,GAAG,CAClD,EAAA,CAAA,EAAA,CACF,CACT,EACH;AACF,iCAAiC,CAAC,WAAW,GAAG,mCAAmC;;;;"}
@@ -2,7 +2,7 @@ import './../../index.css';
2
2
  import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const FlaskFilledSize24Glyph = forwardRef((props, ref) => (jsxs("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: [jsx("path", { d: "M8 13.9c1.448 0 2.372.598 3.5 1.349 1.126.749 2.456 1.651 4.5 1.651 1.676 0 3.493-.607 4.978-1.26 1.75 2.838 2.457 4.608 1.751 6.086a4 4 0 0 1-.177.33C21.388 24 18.26 24 12.001 24s-9.387 0-10.552-1.944a4 4 0 0 1-.178-.33c-.74-1.55.071-3.423 2.011-6.51C4.778 14.518 6.532 13.9 8 13.9", fill: "currentColor" }), jsx("path", { d: "M16.999.019a2.28 2.28 0 0 1 .346 4.454l-.346.098v5c.464.68.967 1.44 1.524 2.281.536.81 1.029 1.556 1.478 2.248-1.32.557-2.762 1-4.001 1-1.449 0-2.373-.598-3.501-1.349-1.125-.749-2.455-1.651-4.5-1.651-.993 0-2.036.213-3.03.522l.507-.77c.558-.841 1.062-1.601 1.526-2.28v-5l-.347-.1A2.28 2.28 0 0 1 7.002.02V0h9.997z", fill: "currentColor" })] })));
5
+ const FlaskFilledSize24Glyph = forwardRef((props, ref) => (jsxs("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: [jsx("path", { d: "M8 13.9c1.448 0 2.372.598 3.5 1.349 1.126.749 2.456 1.651 4.5 1.651 1.675 0 3.493-.607 4.978-1.26 1.75 2.838 2.457 4.608 1.751 6.086a4 4 0 0 1-.177.33C21.388 24 18.26 24 12.001 24s-9.387 0-10.552-1.944a4 4 0 0 1-.178-.33c-.74-1.55.071-3.423 2.011-6.51C4.778 14.518 6.532 13.9 8 13.9", fill: "currentColor" }), jsx("path", { d: "M16.999.019a2.28 2.28 0 0 1 .346 4.454l-.346.098v5c.464.68.967 1.44 1.524 2.281.536.81 1.029 1.556 1.478 2.248-1.32.557-2.762 1-4.001 1-1.449 0-2.373-.598-3.501-1.349-1.125-.749-2.455-1.651-4.5-1.651-.993 0-2.036.213-3.03.522l.507-.77c.558-.841 1.062-1.601 1.526-2.28v-5l-.347-.1A2.28 2.28 0 0 1 7.002.02V0h9.997z", fill: "currentColor" })] })));
6
6
  FlaskFilledSize24Glyph.displayName = 'FlaskFilledSize24Glyph';
7
7
 
8
8
  export { FlaskFilledSize24Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"FlaskFilledSize24.js","sources":["src/variants/icon/FlaskFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const FlaskFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n d=\"M8 13.9c1.448 0 2.372.598 3.5 1.349 1.126.749 2.456 1.651 4.5 1.651 1.676 0 3.493-.607 4.978-1.26 1.75 2.838 2.457 4.608 1.751 6.086a4 4 0 0 1-.177.33C21.388 24 18.26 24 12.001 24s-9.387 0-10.552-1.944a4 4 0 0 1-.178-.33c-.74-1.55.071-3.423 2.011-6.51C4.778 14.518 6.532 13.9 8 13.9\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.999.019a2.28 2.28 0 0 1 .346 4.454l-.346.098v5c.464.68.967 1.44 1.524 2.281.536.81 1.029 1.556 1.478 2.248-1.32.557-2.762 1-4.001 1-1.449 0-2.373-.598-3.501-1.349-1.125-.749-2.455-1.651-4.5-1.651-.993 0-2.036.213-3.03.522l.507-.77c.558-.841 1.062-1.601 1.526-2.28v-5l-.347-.1A2.28 2.28 0 0 1 7.002.02V0h9.997z\"\n fill=\"currentColor\"\n />\n </svg>\n));\nFlaskFilledSize24Glyph.displayName = 'FlaskFilledSize24Glyph';\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAEO,MAAM,sBAAsB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACrGA,IAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAAA,CAC9GC,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,4RAA4R,EAC9R,IAAI,EAAC,cAAc,EAAA,CACrB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,2TAA2T,EAC7T,IAAI,EAAC,cAAc,EAAA,CACrB,CACA,EAAA,CAAA,CACT,EAAE;AACH,sBAAsB,CAAC,WAAW,GAAG,wBAAwB;;;;"}
1
+ {"version":3,"file":"FlaskFilledSize24.js","sources":["src/variants/icon/FlaskFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const FlaskFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n d=\"M8 13.9c1.448 0 2.372.598 3.5 1.349 1.126.749 2.456 1.651 4.5 1.651 1.675 0 3.493-.607 4.978-1.26 1.75 2.838 2.457 4.608 1.751 6.086a4 4 0 0 1-.177.33C21.388 24 18.26 24 12.001 24s-9.387 0-10.552-1.944a4 4 0 0 1-.178-.33c-.74-1.55.071-3.423 2.011-6.51C4.778 14.518 6.532 13.9 8 13.9\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.999.019a2.28 2.28 0 0 1 .346 4.454l-.346.098v5c.464.68.967 1.44 1.524 2.281.536.81 1.029 1.556 1.478 2.248-1.32.557-2.762 1-4.001 1-1.449 0-2.373-.598-3.501-1.349-1.125-.749-2.455-1.651-4.5-1.651-.993 0-2.036.213-3.03.522l.507-.77c.558-.841 1.062-1.601 1.526-2.28v-5l-.347-.1A2.28 2.28 0 0 1 7.002.02V0h9.997z\"\n fill=\"currentColor\"\n />\n </svg>\n));\nFlaskFilledSize24Glyph.displayName = 'FlaskFilledSize24Glyph';\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAEO,MAAM,sBAAsB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACrGA,IAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAAA,CAC9GC,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,4RAA4R,EAC9R,IAAI,EAAC,cAAc,EAAA,CACrB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,2TAA2T,EAC7T,IAAI,EAAC,cAAc,EAAA,CACrB,CACA,EAAA,CAAA,CACT,EAAE;AACH,sBAAsB,CAAC,WAAW,GAAG,wBAAwB;;;;"}
@@ -2,7 +2,7 @@ import './../../index.css';
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const FlaskOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.408.012c.768.092 1.364.732 1.364 1.509l-.006.125a1.53 1.53 0 0 1-1.123 1.335l-.235.066v3.338q.473.677 1.04 1.516c2.356 3.48 3.533 5.22 2.867 6.582a3 3 0 0 1-.12.221C14.4 16 12.265 16 8 16l-1.502-.003c-3.16-.017-4.873-.149-5.614-1.175l-.078-.118a3 3 0 0 1-.121-.22C.018 13.12 1.196 11.38 3.552 7.9q.567-.839 1.04-1.516V3.047l-.236-.066a1.526 1.526 0 0 1-1.128-1.46c0-.777.596-1.417 1.364-1.51V0h6.816zM4.363 9.48l-.222.051c-.895 1.328-1.521 2.294-1.897 3.067-.451.928-.343 1.186-.302 1.27l.057.105c.057.093.24.332 1.294.478 1.046.146 2.53.149 4.707.149s3.66-.003 4.707-.149c1.054-.146 1.237-.385 1.294-.478q.028-.046.057-.105c.04-.084.15-.342-.302-1.27-.223-.46-.536-.987-.94-1.618-.69.223-1.433.387-2.149.387-1.396 0-2.305-.618-3.055-1.117-.744-.496-1.333-.875-2.249-.883zm.396-8.079a.16.16 0 0 0-.102.051.1.1 0 0 0-.022.035l-.006.034c0 .032.024.09.103.112l.234.065 1.025.284v4.843l-.252.362q-.254.366-.538.784.067-.003.133-.004c1.395 0 2.305.618 3.055 1.117.752.5 1.345.883 2.278.883.415 0 .873-.079 1.345-.207l-.724-1.073c-.378-.559-.717-1.057-1.027-1.5l-.252-.362V1.982l1.025-.284.233-.065.05-.023a.12.12 0 0 0 .05-.062l.004-.027a.1.1 0 0 0-.028-.069.16.16 0 0 0-.102-.05l-.008-.002H4.767z", fill: "currentColor" }) }) })));
5
+ const FlaskOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.408.012c.768.092 1.364.732 1.364 1.509l-.006.125a1.53 1.53 0 0 1-1.122 1.335l-.236.066v3.338q.473.677 1.04 1.516c2.356 3.48 3.534 5.22 2.867 6.582a3 3 0 0 1-.12.221C14.4 16 12.265 16 8 16l-1.502-.003c-3.16-.017-4.873-.149-5.614-1.175l-.078-.118a3 3 0 0 1-.121-.22C.019 13.12 1.196 11.38 3.552 7.9q.567-.839 1.04-1.516V3.047l-.236-.066a1.526 1.526 0 0 1-1.127-1.46c0-.777.595-1.417 1.363-1.51V0h6.816zM4.363 9.48l-.222.051c-.895 1.328-1.521 2.294-1.897 3.067-.451.928-.343 1.186-.302 1.27l.057.105c.057.093.24.332 1.294.478 1.046.146 2.53.149 4.707.149s3.66-.003 4.707-.149c1.054-.146 1.237-.385 1.294-.478q.029-.046.057-.105c.04-.084.15-.342-.302-1.27-.223-.46-.536-.987-.94-1.618-.69.223-1.433.387-2.149.387-1.396 0-2.305-.618-3.055-1.117-.744-.496-1.333-.875-2.249-.883zm.396-8.079a.16.16 0 0 0-.102.051.1.1 0 0 0-.022.035l-.006.034c0 .032.024.09.103.112l.234.065 1.025.284v4.843l-.252.362q-.254.366-.538.784.066-.003.133-.004c1.396 0 2.305.618 3.055 1.117.752.5 1.345.883 2.278.883.415 0 .873-.079 1.345-.207q-.335-.499-.724-1.073a128 128 0 0 0-1.027-1.5l-.252-.362V1.982l1.025-.284.234-.065.05-.023a.12.12 0 0 0 .048-.062l.005-.027a.1.1 0 0 0-.028-.069.16.16 0 0 0-.102-.05l-.008-.002H4.767z", fill: "currentColor" }) }) })));
6
6
  FlaskOutlinedSize16Glyph.displayName = 'FlaskOutlinedSize16Glyph';
7
7
 
8
8
  export { FlaskOutlinedSize16Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"FlaskOutlinedSize16.js","sources":["src/variants/icon/FlaskOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const FlaskOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.408.012c.768.092 1.364.732 1.364 1.509l-.006.125a1.53 1.53 0 0 1-1.123 1.335l-.235.066v3.338q.473.677 1.04 1.516c2.356 3.48 3.533 5.22 2.867 6.582a3 3 0 0 1-.12.221C14.4 16 12.265 16 8 16l-1.502-.003c-3.16-.017-4.873-.149-5.614-1.175l-.078-.118a3 3 0 0 1-.121-.22C.018 13.12 1.196 11.38 3.552 7.9q.567-.839 1.04-1.516V3.047l-.236-.066a1.526 1.526 0 0 1-1.128-1.46c0-.777.596-1.417 1.364-1.51V0h6.816zM4.363 9.48l-.222.051c-.895 1.328-1.521 2.294-1.897 3.067-.451.928-.343 1.186-.302 1.27l.057.105c.057.093.24.332 1.294.478 1.046.146 2.53.149 4.707.149s3.66-.003 4.707-.149c1.054-.146 1.237-.385 1.294-.478q.028-.046.057-.105c.04-.084.15-.342-.302-1.27-.223-.46-.536-.987-.94-1.618-.69.223-1.433.387-2.149.387-1.396 0-2.305-.618-3.055-1.117-.744-.496-1.333-.875-2.249-.883zm.396-8.079a.16.16 0 0 0-.102.051.1.1 0 0 0-.022.035l-.006.034c0 .032.024.09.103.112l.234.065 1.025.284v4.843l-.252.362q-.254.366-.538.784.067-.003.133-.004c1.395 0 2.305.618 3.055 1.117.752.5 1.345.883 2.278.883.415 0 .873-.079 1.345-.207l-.724-1.073c-.378-.559-.717-1.057-1.027-1.5l-.252-.362V1.982l1.025-.284.233-.065.05-.023a.12.12 0 0 0 .05-.062l.004-.027a.1.1 0 0 0-.028-.069.16.16 0 0 0-.102-.05l-.008-.002H4.767z\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nFlaskOutlinedSize16Glyph.displayName = 'FlaskOutlinedSize16Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,wBAAwB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACvGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,8qCAA8qC,EAChrC,IAAI,EAAC,cAAc,EACrB,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,wBAAwB,CAAC,WAAW,GAAG,0BAA0B;;;;"}
1
+ {"version":3,"file":"FlaskOutlinedSize16.js","sources":["src/variants/icon/FlaskOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const FlaskOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.408.012c.768.092 1.364.732 1.364 1.509l-.006.125a1.53 1.53 0 0 1-1.122 1.335l-.236.066v3.338q.473.677 1.04 1.516c2.356 3.48 3.534 5.22 2.867 6.582a3 3 0 0 1-.12.221C14.4 16 12.265 16 8 16l-1.502-.003c-3.16-.017-4.873-.149-5.614-1.175l-.078-.118a3 3 0 0 1-.121-.22C.019 13.12 1.196 11.38 3.552 7.9q.567-.839 1.04-1.516V3.047l-.236-.066a1.526 1.526 0 0 1-1.127-1.46c0-.777.595-1.417 1.363-1.51V0h6.816zM4.363 9.48l-.222.051c-.895 1.328-1.521 2.294-1.897 3.067-.451.928-.343 1.186-.302 1.27l.057.105c.057.093.24.332 1.294.478 1.046.146 2.53.149 4.707.149s3.66-.003 4.707-.149c1.054-.146 1.237-.385 1.294-.478q.029-.046.057-.105c.04-.084.15-.342-.302-1.27-.223-.46-.536-.987-.94-1.618-.69.223-1.433.387-2.149.387-1.396 0-2.305-.618-3.055-1.117-.744-.496-1.333-.875-2.249-.883zm.396-8.079a.16.16 0 0 0-.102.051.1.1 0 0 0-.022.035l-.006.034c0 .032.024.09.103.112l.234.065 1.025.284v4.843l-.252.362q-.254.366-.538.784.066-.003.133-.004c1.396 0 2.305.618 3.055 1.117.752.5 1.345.883 2.278.883.415 0 .873-.079 1.345-.207q-.335-.499-.724-1.073a128 128 0 0 0-1.027-1.5l-.252-.362V1.982l1.025-.284.234-.065.05-.023a.12.12 0 0 0 .048-.062l.005-.027a.1.1 0 0 0-.028-.069.16.16 0 0 0-.102-.05l-.008-.002H4.767z\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nFlaskOutlinedSize16Glyph.displayName = 'FlaskOutlinedSize16Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,wBAAwB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACvGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,irCAAirC,EACnrC,IAAI,EAAC,cAAc,EACrB,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,wBAAwB,CAAC,WAAW,GAAG,0BAA0B;;;;"}
@@ -2,7 +2,7 @@ import './../../index.css';
2
2
  import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const ImageStackOutlinedSize32Glyph = forwardRef((props, ref) => (jsx("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M27.407 4.222c-.564-1.08-1.555-1.772-3.074-2.206-1.892-.54-4.604-.683-8.333-.683s-6.441.142-8.334.683c-1.519.434-2.51 1.125-3.074 2.206 1.016-.392 2.123-.655 3.29-.839 2.237-.352 4.95-.45 8.118-.45s5.88.098 8.118.45c1.166.184 2.274.447 3.29.84", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.745 16.706c-.633.76-1.582 1.161-2.745 1.161s-2.113-.402-2.745-1.161c-.6-.72-.789-1.61-.789-2.372s.188-1.652.789-2.373c.633-.759 1.581-1.16 2.745-1.16 1.163 0 2.112.401 2.744 1.16.601.72.79 1.611.79 2.373 0 .761-.189 1.651-.79 2.372M21.9 15.17c.128-.155.232-.431.232-.836s-.104-.682-.232-.836c-.097-.116-.315-.298-.901-.298s-.805.182-.901.298c-.129.154-.233.43-.233.836s.104.681.233.836c.096.116.314.297.9.297s.805-.181.902-.297", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.61 18C.3 6.917 3.407 5.334 16 5.334S31.699 6.917 30.39 18 27.285 30.667 16 30.667 2.918 29.083 1.61 18m3.498-8.628c-1.076.876-1.779 2.726-1.115 8.347.204 1.726.413 3.153.654 4.344l6.803-4.861 6.822 4.692 4.558-3.14 4.529 3.28c.239-1.185.446-2.604.648-4.315.664-5.62-.039-7.471-1.115-8.347-.62-.505-1.664-.955-3.52-1.247-1.846-.29-4.244-.391-7.372-.391s-5.525.1-7.371.39c-1.857.293-2.902.743-3.521 1.248m21.585 15.142-3.898-2.822-4.522 3.116-6.796-4.675-6.162 4.402c.401 1.087.849 1.725 1.335 2.153.57.502 1.429.92 2.953 1.197 1.55.28 3.597.382 6.397.382s4.846-.101 6.397-.382c1.524-.276 2.383-.695 2.953-1.197.49-.43.94-1.074 1.343-2.174", fill: "currentColor" })] }) })));
5
+ const ImageStackOutlinedSize32Glyph = forwardRef((props, ref) => (jsx("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M27.407 4.222c-.564-1.08-1.555-1.772-3.074-2.206-1.892-.54-4.604-.683-8.333-.683s-6.441.142-8.334.683c-1.519.434-2.51 1.125-3.074 2.206 1.016-.392 2.123-.655 3.29-.839 2.237-.352 4.95-.45 8.118-.45s5.88.098 8.118.45c1.166.184 2.274.447 3.29.84", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.745 16.706c-.633.76-1.582 1.161-2.745 1.161s-2.113-.402-2.745-1.161c-.6-.72-.789-1.61-.789-2.372s.188-1.652.789-2.373c.633-.759 1.581-1.16 2.745-1.16 1.163 0 2.112.401 2.744 1.16.601.72.79 1.611.79 2.373 0 .761-.189 1.651-.79 2.372M21.9 15.17c.128-.155.232-.431.232-.836s-.104-.682-.232-.836c-.097-.116-.315-.298-.901-.298s-.805.182-.901.298c-.129.154-.233.43-.233.836s.104.681.233.836c.096.116.314.297.9.297s.805-.181.902-.297", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.61 18C.3 6.917 3.407 5.334 16 5.334S31.699 6.917 30.39 18 27.284 30.667 16 30.667 2.918 29.083 1.61 18m3.498-8.628c-1.076.876-1.779 2.726-1.115 8.347.204 1.726.413 3.153.654 4.344l6.803-4.861 6.822 4.692 4.558-3.14 4.529 3.28c.239-1.185.446-2.604.648-4.315.664-5.62-.039-7.471-1.115-8.347-.62-.505-1.664-.955-3.52-1.247-1.846-.29-4.244-.391-7.372-.391s-5.525.1-7.371.39c-1.857.293-2.902.743-3.521 1.248m21.585 15.142-3.898-2.822-4.522 3.116-6.796-4.675-6.162 4.402c.401 1.087.849 1.725 1.335 2.153.57.502 1.429.92 2.953 1.197 1.55.28 3.597.382 6.397.382s4.846-.101 6.397-.382c1.524-.276 2.383-.695 2.953-1.197.49-.43.94-1.074 1.343-2.174", fill: "currentColor" })] }) })));
6
6
  ImageStackOutlinedSize32Glyph.displayName = 'ImageStackOutlinedSize32Glyph';
7
7
 
8
8
  export { ImageStackOutlinedSize32Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"ImageStackOutlinedSize32.js","sources":["src/variants/icon/ImageStackOutlinedSize32.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const ImageStackOutlinedSize32Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={32} height={32} viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n d=\"M27.407 4.222c-.564-1.08-1.555-1.772-3.074-2.206-1.892-.54-4.604-.683-8.333-.683s-6.441.142-8.334.683c-1.519.434-2.51 1.125-3.074 2.206 1.016-.392 2.123-.655 3.29-.839 2.237-.352 4.95-.45 8.118-.45s5.88.098 8.118.45c1.166.184 2.274.447 3.29.84\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M23.745 16.706c-.633.76-1.582 1.161-2.745 1.161s-2.113-.402-2.745-1.161c-.6-.72-.789-1.61-.789-2.372s.188-1.652.789-2.373c.633-.759 1.581-1.16 2.745-1.16 1.163 0 2.112.401 2.744 1.16.601.72.79 1.611.79 2.373 0 .761-.189 1.651-.79 2.372M21.9 15.17c.128-.155.232-.431.232-.836s-.104-.682-.232-.836c-.097-.116-.315-.298-.901-.298s-.805.182-.901.298c-.129.154-.233.43-.233.836s.104.681.233.836c.096.116.314.297.9.297s.805-.181.902-.297\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1.61 18C.3 6.917 3.407 5.334 16 5.334S31.699 6.917 30.39 18 27.285 30.667 16 30.667 2.918 29.083 1.61 18m3.498-8.628c-1.076.876-1.779 2.726-1.115 8.347.204 1.726.413 3.153.654 4.344l6.803-4.861 6.822 4.692 4.558-3.14 4.529 3.28c.239-1.185.446-2.604.648-4.315.664-5.62-.039-7.471-1.115-8.347-.62-.505-1.664-.955-3.52-1.247-1.846-.29-4.244-.391-7.372-.391s-5.525.1-7.371.39c-1.857.293-2.902.743-3.521 1.248m21.585 15.142-3.898-2.822-4.522 3.116-6.796-4.675-6.162 4.402c.401 1.087.849 1.725 1.335 2.153.57.502 1.429.92 2.953 1.197 1.55.28 3.597.382 6.397.382s4.846-.101 6.397-.382c1.524-.276 2.383-.695 2.953-1.197.49-.43.94-1.074 1.343-2.174\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nImageStackOutlinedSize32Glyph.displayName = 'ImageStackOutlinedSize32Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEa,MAAA,6BAA6B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC5GA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAC9G,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,cACI,CAAC,EAAC,qPAAqP,EACvP,IAAI,EAAC,cAAc,EAAA,CACrB,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,ibAAib,EACnb,IAAI,EAAC,cAAc,EAAA,CACrB,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,koBAAkoB,EACpoB,IAAI,EAAC,cAAc,EAAA,CACrB,IACF,EACF,CAAA,CACT,EAAE;AACH,6BAA6B,CAAC,WAAW,GAAG,+BAA+B;;;;"}
1
+ {"version":3,"file":"ImageStackOutlinedSize32.js","sources":["src/variants/icon/ImageStackOutlinedSize32.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const ImageStackOutlinedSize32Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={32} height={32} viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n d=\"M27.407 4.222c-.564-1.08-1.555-1.772-3.074-2.206-1.892-.54-4.604-.683-8.333-.683s-6.441.142-8.334.683c-1.519.434-2.51 1.125-3.074 2.206 1.016-.392 2.123-.655 3.29-.839 2.237-.352 4.95-.45 8.118-.45s5.88.098 8.118.45c1.166.184 2.274.447 3.29.84\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M23.745 16.706c-.633.76-1.582 1.161-2.745 1.161s-2.113-.402-2.745-1.161c-.6-.72-.789-1.61-.789-2.372s.188-1.652.789-2.373c.633-.759 1.581-1.16 2.745-1.16 1.163 0 2.112.401 2.744 1.16.601.72.79 1.611.79 2.373 0 .761-.189 1.651-.79 2.372M21.9 15.17c.128-.155.232-.431.232-.836s-.104-.682-.232-.836c-.097-.116-.315-.298-.901-.298s-.805.182-.901.298c-.129.154-.233.43-.233.836s.104.681.233.836c.096.116.314.297.9.297s.805-.181.902-.297\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1.61 18C.3 6.917 3.407 5.334 16 5.334S31.699 6.917 30.39 18 27.284 30.667 16 30.667 2.918 29.083 1.61 18m3.498-8.628c-1.076.876-1.779 2.726-1.115 8.347.204 1.726.413 3.153.654 4.344l6.803-4.861 6.822 4.692 4.558-3.14 4.529 3.28c.239-1.185.446-2.604.648-4.315.664-5.62-.039-7.471-1.115-8.347-.62-.505-1.664-.955-3.52-1.247-1.846-.29-4.244-.391-7.372-.391s-5.525.1-7.371.39c-1.857.293-2.902.743-3.521 1.248m21.585 15.142-3.898-2.822-4.522 3.116-6.796-4.675-6.162 4.402c.401 1.087.849 1.725 1.335 2.153.57.502 1.429.92 2.953 1.197 1.55.28 3.597.382 6.397.382s4.846-.101 6.397-.382c1.524-.276 2.383-.695 2.953-1.197.49-.43.94-1.074 1.343-2.174\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nImageStackOutlinedSize32Glyph.displayName = 'ImageStackOutlinedSize32Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEa,MAAA,6BAA6B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC5GA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAC9G,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,cACI,CAAC,EAAC,qPAAqP,EACvP,IAAI,EAAC,cAAc,EAAA,CACrB,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,ibAAib,EACnb,IAAI,EAAC,cAAc,EAAA,CACrB,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,koBAAkoB,EACpoB,IAAI,EAAC,cAAc,EAAA,CACrB,IACF,EACF,CAAA,CACT,EAAE;AACH,6BAA6B,CAAC,WAAW,GAAG,+BAA+B;;;;"}
@@ -2,7 +2,7 @@ import './../../index.css';
2
2
  import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const PenHyperstarFilledSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 23v-6.071L12.828 5.101l6.071 6.07L7.071 23zM20.172 9.9l1.57-1.572a4.293 4.293 0 1 0-6.07-6.07L14.1 3.827z", fill: "currentColor" }), jsx("path", { d: "M4.5 1A13.3 13.3 0 0 0 8 4.5 13.3 13.3 0 0 0 4.5 8 13.3 13.3 0 0 0 1 4.5 13.3 13.3 0 0 0 4.5 1", fill: "currentColor" })] }) })));
5
+ const PenHyperstarFilledSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M18.9 11.172 7.07 23H1v-6.071L12.828 5.1z", fill: "currentColor" }), jsx("path", { d: "M15.672 2.258a4.292 4.292 0 1 1 6.07 6.07L20.172 9.9 14.1 3.83z", fill: "currentColor" }), jsx("path", { d: "M4.5 1A13.3 13.3 0 0 0 8 4.5 13.3 13.3 0 0 0 4.5 8 13.3 13.3 0 0 0 1 4.5 13.3 13.3 0 0 0 4.5 1", fill: "currentColor" })] }) })));
6
6
  PenHyperstarFilledSize24Glyph.displayName = 'PenHyperstarFilledSize24Glyph';
7
7
 
8
8
  export { PenHyperstarFilledSize24Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"PenHyperstarFilledSize24.js","sources":["src/variants/icon/PenHyperstarFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const PenHyperstarFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1 23v-6.071L12.828 5.101l6.071 6.07L7.071 23zM20.172 9.9l1.57-1.572a4.293 4.293 0 1 0-6.07-6.07L14.1 3.827z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M4.5 1A13.3 13.3 0 0 0 8 4.5 13.3 13.3 0 0 0 4.5 8 13.3 13.3 0 0 0 1 4.5 13.3 13.3 0 0 0 4.5 1\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nPenHyperstarFilledSize24Glyph.displayName = 'PenHyperstarFilledSize24Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEO,MAAM,6BAA6B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC5GA,aAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,cACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,8GAA8G,EAChH,IAAI,EAAC,cAAc,EACrB,CAAA,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,gGAAgG,EAClG,IAAI,EAAC,cAAc,EACrB,CAAA,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,6BAA6B,CAAC,WAAW,GAAG,+BAA+B;;;;"}
1
+ {"version":3,"file":"PenHyperstarFilledSize24.js","sources":["src/variants/icon/PenHyperstarFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const PenHyperstarFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path d=\"M18.9 11.172 7.07 23H1v-6.071L12.828 5.1z\" fill=\"currentColor\" />\n <path d=\"M15.672 2.258a4.292 4.292 0 1 1 6.07 6.07L20.172 9.9 14.1 3.83z\" fill=\"currentColor\" />\n <path\n d=\"M4.5 1A13.3 13.3 0 0 0 8 4.5 13.3 13.3 0 0 0 4.5 8 13.3 13.3 0 0 0 1 4.5 13.3 13.3 0 0 0 4.5 1\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nPenHyperstarFilledSize24Glyph.displayName = 'PenHyperstarFilledSize24Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEO,MAAM,6BAA6B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MAC5GA,aAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAC9G,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,GAAM,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,2CAA2C,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA,EAC1EA,GAAM,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,iEAAiE,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA,EAChGA,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,gGAAgG,EAClG,IAAI,EAAC,cAAc,EACrB,CAAA,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,6BAA6B,CAAC,WAAW,GAAG,+BAA+B;;;;"}
@@ -1,8 +1,8 @@
1
1
  import './../../index.css';
2
- import { jsx } from 'react/jsx-runtime';
2
+ import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const PopcornFilledSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.999 0c.803 0 1.533.325 2.086.855a3 3 0 0 1 1.039-.188c.996 0 1.88.498 2.453 1.271 1.9.582 1.922 1.376 1.922 1.395l-1.785 10.794c-.037.223-.056.335-.211.571s-.2.266-.29.323c-.614.395-2.057.979-5.214.979s-4.599-.584-5.213-.979c-.09-.057-.135-.087-.29-.323s-.174-.348-.21-.571L.5 3.333c0-.019.022-.813 1.92-1.395C2.994 1.165 3.88.667 4.876.667c.364 0 .713.066 1.038.188A3 3 0 0 1 8 0M5.394 14.45c.399.056.866.102 1.412.127l-.58-8.413a14 14 0 0 1-1.417-.192zm5.797-8.478c-.232.081-.703.148-1.417.192l-.58 8.412c.746-.025 1.213-.07 1.412-.128zM8 1.4c-.413 0-.803.165-1.117.466l-.636.61-.825-.31a1.5 1.5 0 0 0-.403-.093l-.143-.006c-.51 0-.995.252-1.328.704l-.275.37-.44.136c-.2.061-.362.122-.494.179.834.595 2.479 1.377 5.662 1.377 3.18 0 4.826-.781 5.66-1.376a5 5 0 0 0-.493-.18l-.441-.135-.275-.371c-.334-.452-.817-.704-1.327-.704q-.29.002-.546.099l-.825.31-.637-.61A1.6 1.6 0 0 0 8 1.4", fill: "currentColor" }) }) })));
5
+ const PopcornFilledSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M9.316 15.96c-.403.023-.843.04-1.32.04-.48 0-.92-.017-1.323-.04L6.076 5.82c.634.073 1.275.114 1.92.114q.966-.001 1.917-.115z", fill: "currentColor" }), jsx("path", { d: "M.496 4.137a16.6 16.6 0 0 0 4.367 1.495l.6 10.217c-2.615-.343-3.18-1.162-3.193-1.182z", fill: "currentColor" }), jsx("path", { d: "M13.722 14.667c-.014.02-.579.839-3.197 1.182l.602-10.217a16.6 16.6 0 0 0 4.368-1.495z", fill: "currentColor" }), jsx("path", { d: "M7.995 0a3.54 3.54 0 0 1 2.32.854c.36-.121.748-.187 1.15-.187 1.375 0 2.563.767 3.125 1.879.26.14.462.274.616.39a15.4 15.4 0 0 1-7.21 1.798c-2.538 0-5.01-.629-7.212-1.797.154-.117.355-.25.615-.39.562-1.113 1.75-1.88 3.124-1.88.404 0 .792.066 1.152.187A3.54 3.54 0 0 1 7.995 0", fill: "currentColor" })] }) })));
6
6
  PopcornFilledSize16Glyph.displayName = 'PopcornFilledSize16Glyph';
7
7
 
8
8
  export { PopcornFilledSize16Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"PopcornFilledSize16.js","sources":["src/variants/icon/PopcornFilledSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const PopcornFilledSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.999 0c.803 0 1.533.325 2.086.855a3 3 0 0 1 1.039-.188c.996 0 1.88.498 2.453 1.271 1.9.582 1.922 1.376 1.922 1.395l-1.785 10.794c-.037.223-.056.335-.211.571s-.2.266-.29.323c-.614.395-2.057.979-5.214.979s-4.599-.584-5.213-.979c-.09-.057-.135-.087-.29-.323s-.174-.348-.21-.571L.5 3.333c0-.019.022-.813 1.92-1.395C2.994 1.165 3.88.667 4.876.667c.364 0 .713.066 1.038.188A3 3 0 0 1 8 0M5.394 14.45c.399.056.866.102 1.412.127l-.58-8.413a14 14 0 0 1-1.417-.192zm5.797-8.478c-.232.081-.703.148-1.417.192l-.58 8.412c.746-.025 1.213-.07 1.412-.128zM8 1.4c-.413 0-.803.165-1.117.466l-.636.61-.825-.31a1.5 1.5 0 0 0-.403-.093l-.143-.006c-.51 0-.995.252-1.328.704l-.275.37-.44.136c-.2.061-.362.122-.494.179.834.595 2.479 1.377 5.662 1.377 3.18 0 4.826-.781 5.66-1.376a5 5 0 0 0-.493-.18l-.441-.135-.275-.371c-.334-.452-.817-.704-1.327-.704q-.29.002-.546.099l-.825.31-.637-.61A1.6 1.6 0 0 0 8 1.4\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nPopcornFilledSize16Glyph.displayName = 'PopcornFilledSize16Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,wBAAwB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACvGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,u3BAAu3B,EACz3B,IAAI,EAAC,cAAc,EACrB,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,wBAAwB,CAAC,WAAW,GAAG,0BAA0B;;;;"}
1
+ {"version":3,"file":"PopcornFilledSize16.js","sources":["src/variants/icon/PopcornFilledSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const PopcornFilledSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n d=\"M9.316 15.96c-.403.023-.843.04-1.32.04-.48 0-.92-.017-1.323-.04L6.076 5.82c.634.073 1.275.114 1.92.114q.966-.001 1.917-.115z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M.496 4.137a16.6 16.6 0 0 0 4.367 1.495l.6 10.217c-2.615-.343-3.18-1.162-3.193-1.182z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.722 14.667c-.014.02-.579.839-3.197 1.182l.602-10.217a16.6 16.6 0 0 0 4.368-1.495z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.995 0a3.54 3.54 0 0 1 2.32.854c.36-.121.748-.187 1.15-.187 1.375 0 2.563.767 3.125 1.879.26.14.462.274.616.39a15.4 15.4 0 0 1-7.21 1.798c-2.538 0-5.01-.629-7.212-1.797.154-.117.355-.25.615-.39.562-1.113 1.75-1.88 3.124-1.88.404 0 .792.066 1.152.187A3.54 3.54 0 0 1 7.995 0\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nPopcornFilledSize16Glyph.displayName = 'PopcornFilledSize16Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;AAEa,MAAA,wBAAwB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACvGA,aAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAC9G,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,8HAA8H,EAChI,IAAI,EAAC,cAAc,GACrB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,uFAAuF,EACzF,IAAI,EAAC,cAAc,EAAA,CACrB,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,uFAAuF,EACzF,IAAI,EAAC,cAAc,EACrB,CAAA,EACFA,cACI,CAAC,EAAC,qRAAqR,EACvR,IAAI,EAAC,cAAc,EAAA,CACrB,IACF,EACF,CAAA,CACT,EAAE;AACH,wBAAwB,CAAC,WAAW,GAAG,0BAA0B;;;;"}
@@ -1,8 +1,8 @@
1
1
  import './../../index.css';
2
- import { jsx } from 'react/jsx-runtime';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const PopcornFilledSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 0c1.178 0 2.252.485 3.065 1.282A4.2 4.2 0 0 1 16.583 1c1.461 0 2.762.747 3.602 1.91C23 3.791 23 5 23 5l-2.621 16.203c-.053.33-.08.495-.308.847s-.293.395-.423.48C18.75 23.123 16.635 24 12 24s-6.75-.877-7.648-1.47c-.13-.085-.195-.128-.423-.48s-.255-.518-.308-.847L1 5s0-1.208 2.814-2.09C4.654 1.746 5.955 1 7.417 1c.532 0 1.042.1 1.518.282C9.747.485 10.82 0 12 0M8.563 21.987c.526.074 1.128.134 1.815.17L9.455 8.783a21 21 0 0 1-1.82-.248zm7.801-13.452q-.841.155-1.82.248l-.923 13.374a22 22 0 0 0 1.816-.17zM12 1.8c-.668 0-1.3.271-1.805.766l-.824.811-1.08-.414a2.5 2.5 0 0 0-.648-.152L7.417 2.8c-.821 0-1.605.416-2.144 1.163l-.35.484-.57.18a7 7 0 0 0-.949.368C4.674 5.905 7.172 7.1 12 7.1c4.826 0 7.324-1.194 8.594-2.105a7 7 0 0 0-.949-.368l-.57-.18-.35-.484c-.539-.747-1.321-1.163-2.142-1.163q-.458.002-.875.163l-1.08.414-.824-.81C13.299 2.07 12.667 1.8 12 1.8", fill: "currentColor" }) })));
5
+ const PopcornFilledSize24Glyph = forwardRef((props, ref) => (jsxs("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: [jsx("path", { d: "M13.982 23.942A33 33 0 0 1 12 24q-1.079-.002-1.985-.059L9.12 8.73c.952.111 1.913.171 2.88.171s1.927-.06 2.878-.17z", fill: "currentColor" }), jsx("path", { d: "M1.001 6.335a25 25 0 0 0 6.3 2.117l.901 15.315C4.398 23.243 3.594 22.014 3.585 22z", fill: "currentColor" }), jsx("path", { d: "M20.415 22c-.008.012-.81 1.242-4.62 1.767l.902-15.315A25 25 0 0 0 23 6.335z", fill: "currentColor" }), jsx("path", { d: "M12 0a5.14 5.14 0 0 1 3.41 1.282A5.2 5.2 0 0 1 17.1 1a5.11 5.11 0 0 1 4.59 2.817c.436.239.76.466.996.657A23.1 23.1 0 0 1 12 7.1c-3.757 0-7.418-.919-10.687-2.625.235-.19.56-.419.998-.658A5.11 5.11 0 0 1 6.9 1c.591 0 1.16.1 1.689.282A5.14 5.14 0 0 1 12 0", fill: "currentColor" })] })));
6
6
  PopcornFilledSize24Glyph.displayName = 'PopcornFilledSize24Glyph';
7
7
 
8
8
  export { PopcornFilledSize24Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"PopcornFilledSize24.js","sources":["src/variants/icon/PopcornFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const PopcornFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 0c1.178 0 2.252.485 3.065 1.282A4.2 4.2 0 0 1 16.583 1c1.461 0 2.762.747 3.602 1.91C23 3.791 23 5 23 5l-2.621 16.203c-.053.33-.08.495-.308.847s-.293.395-.423.48C18.75 23.123 16.635 24 12 24s-6.75-.877-7.648-1.47c-.13-.085-.195-.128-.423-.48s-.255-.518-.308-.847L1 5s0-1.208 2.814-2.09C4.654 1.746 5.955 1 7.417 1c.532 0 1.042.1 1.518.282C9.747.485 10.82 0 12 0M8.563 21.987c.526.074 1.128.134 1.815.17L9.455 8.783a21 21 0 0 1-1.82-.248zm7.801-13.452q-.841.155-1.82.248l-.923 13.374a22 22 0 0 0 1.816-.17zM12 1.8c-.668 0-1.3.271-1.805.766l-.824.811-1.08-.414a2.5 2.5 0 0 0-.648-.152L7.417 2.8c-.821 0-1.605.416-2.144 1.163l-.35.484-.57.18a7 7 0 0 0-.949.368C4.674 5.905 7.172 7.1 12 7.1c4.826 0 7.324-1.194 8.594-2.105a7 7 0 0 0-.949-.368l-.57-.18-.35-.484c-.539-.747-1.321-1.163-2.142-1.163q-.458.002-.875.163l-1.08.414-.824-.81C13.299 2.07 12.667 1.8 12 1.8\"\n fill=\"currentColor\"\n />\n </svg>\n));\nPopcornFilledSize24Glyph.displayName = 'PopcornFilledSize24Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,wBAAwB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACvGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,g2BAAg2B,EACl2B,IAAI,EAAC,cAAc,EAAA,CACrB,EACA,CAAA,CACT,EAAE;AACH,wBAAwB,CAAC,WAAW,GAAG,0BAA0B;;;;"}
1
+ {"version":3,"file":"PopcornFilledSize24.js","sources":["src/variants/icon/PopcornFilledSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const PopcornFilledSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n d=\"M13.982 23.942A33 33 0 0 1 12 24q-1.079-.002-1.985-.059L9.12 8.73c.952.111 1.913.171 2.88.171s1.927-.06 2.878-.17z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M1.001 6.335a25 25 0 0 0 6.3 2.117l.901 15.315C4.398 23.243 3.594 22.014 3.585 22z\"\n fill=\"currentColor\"\n />\n <path d=\"M20.415 22c-.008.012-.81 1.242-4.62 1.767l.902-15.315A25 25 0 0 0 23 6.335z\" fill=\"currentColor\" />\n <path\n d=\"M12 0a5.14 5.14 0 0 1 3.41 1.282A5.2 5.2 0 0 1 17.1 1a5.11 5.11 0 0 1 4.59 2.817c.436.239.76.466.996.657A23.1 23.1 0 0 1 12 7.1c-3.757 0-7.418-.919-10.687-2.625.235-.19.56-.419.998-.658A5.11 5.11 0 0 1 6.9 1c.591 0 1.16.1 1.689.282A5.14 5.14 0 0 1 12 0\"\n fill=\"currentColor\"\n />\n </svg>\n));\nPopcornFilledSize24Glyph.displayName = 'PopcornFilledSize24Glyph';\n"],"names":["_jsxs","_jsx"],"mappings":";;;AAEa,MAAA,wBAAwB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACvGA,IAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK,EAAA,QAAA,EAAA,CAC9GC,GACI,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,oHAAoH,EACtH,IAAI,EAAC,cAAc,GACrB,EACFA,GAAA,CAAA,MAAA,EAAA,EACI,CAAC,EAAC,oFAAoF,EACtF,IAAI,EAAC,cAAc,EAAA,CACrB,EACFA,GAAM,CAAA,MAAA,EAAA,EAAA,CAAC,EAAC,6EAA6E,EAAC,IAAI,EAAC,cAAc,EAAG,CAAA,EAC5GA,cACI,CAAC,EAAC,8PAA8P,EAChQ,IAAI,EAAC,cAAc,GACrB,CACA,EAAA,CAAA,CACT,EAAE;AACH,wBAAwB,CAAC,WAAW,GAAG,0BAA0B;;;;"}
@@ -2,7 +2,7 @@ import './../../index.css';
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const PopcornOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.999 0c.803 0 1.533.325 2.086.855a3 3 0 0 1 1.039-.188c.996 0 1.88.498 2.453 1.271 1.9.582 1.922 1.376 1.922 1.395l-1.785 10.794c-.037.223-.056.335-.211.571s-.2.266-.29.323c-.614.395-2.057.979-5.214.979s-4.599-.584-5.213-.979c-.09-.057-.135-.087-.29-.323s-.174-.348-.21-.571L.5 3.333c0-.019.022-.813 1.92-1.395C2.994 1.165 3.88.667 4.876.667c.364 0 .713.066 1.038.188A3 3 0 0 1 8 0m1.575 6.167q-.728.064-1.574.066-.847-.001-1.574-.065l.58 8.41a21 21 0 0 0 1.988-.002zm-5.908 7.731.003.017c.278.149.858.382 1.925.534L5.01 5.976c-1.226-.23-2.136-.589-2.814-.961zm10.135-8.882c-.678.372-1.587.73-2.81.96l-.585 8.472c1.065-.152 1.644-.385 1.923-.533l.004-.017zM7.999 1.4c-.413 0-.803.165-1.117.466l-.636.61-.825-.31a1.5 1.5 0 0 0-.403-.093l-.143-.006c-.51 0-.995.252-1.328.704l-.275.37-.44.136c-.2.061-.362.122-.494.179.834.595 2.479 1.377 5.662 1.377 3.18 0 4.826-.781 5.66-1.376a5 5 0 0 0-.493-.18l-.441-.135-.275-.371c-.334-.452-.817-.704-1.327-.704q-.29.002-.546.099l-.825.31-.637-.61A1.6 1.6 0 0 0 8 1.4", fill: "currentColor" }) }) })));
5
+ const PopcornOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0a3.44 3.44 0 0 1 2.28.854 3.5 3.5 0 0 1 1.13-.187c1.35 0 2.515.767 3.067 1.879.432.235.699.456.852.602a2 2 0 0 1 .171.185l-1.875 11.334C13.617 14.68 12.749 16 8 16c-4.735 0-5.611-1.312-5.625-1.333L.5 3.333q.002-.006.082-.096.04-.044.103-.103c.155-.147.419-.361.837-.59A3.42 3.42 0 0 1 4.592.668c.396 0 .775.066 1.129.187A3.44 3.44 0 0 1 8 0m1.812 5.934a16.7 16.7 0 0 1-3.626 0l.508 8.626c.39.024.824.04 1.306.04.481 0 .914-.016 1.304-.04zm-6.143 7.98c.254.137.746.338 1.613.487l-.51-8.684a17 17 0 0 1-2.58-.73zm10.138-8.927q-1.258.468-2.58.73l-.511 8.684c.867-.149 1.36-.35 1.614-.487zM8 1.4c-.526 0-1 .193-1.354.505l-.61.537-.77-.263a2 2 0 0 0-.497-.105l-.177-.007c-.811 0-1.497.459-1.816 1.101l-.196.394-.082.044C4.238 4.277 6.1 4.633 8 4.633s3.76-.356 5.499-1.027l-.08-.043-.195-.394a2.01 2.01 0 0 0-1.664-1.097l-.15-.005c-.24 0-.467.04-.676.112l-.77.263-.61-.537a2.03 2.03 0 0 0-1.16-.496z", fill: "currentColor" }) }) })));
6
6
  PopcornOutlinedSize16Glyph.displayName = 'PopcornOutlinedSize16Glyph';
7
7
 
8
8
  export { PopcornOutlinedSize16Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"PopcornOutlinedSize16.js","sources":["src/variants/icon/PopcornOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const PopcornOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.999 0c.803 0 1.533.325 2.086.855a3 3 0 0 1 1.039-.188c.996 0 1.88.498 2.453 1.271 1.9.582 1.922 1.376 1.922 1.395l-1.785 10.794c-.037.223-.056.335-.211.571s-.2.266-.29.323c-.614.395-2.057.979-5.214.979s-4.599-.584-5.213-.979c-.09-.057-.135-.087-.29-.323s-.174-.348-.21-.571L.5 3.333c0-.019.022-.813 1.92-1.395C2.994 1.165 3.88.667 4.876.667c.364 0 .713.066 1.038.188A3 3 0 0 1 8 0m1.575 6.167q-.728.064-1.574.066-.847-.001-1.574-.065l.58 8.41a21 21 0 0 0 1.988-.002zm-5.908 7.731.003.017c.278.149.858.382 1.925.534L5.01 5.976c-1.226-.23-2.136-.589-2.814-.961zm10.135-8.882c-.678.372-1.587.73-2.81.96l-.585 8.472c1.065-.152 1.644-.385 1.923-.533l.004-.017zM7.999 1.4c-.413 0-.803.165-1.117.466l-.636.61-.825-.31a1.5 1.5 0 0 0-.403-.093l-.143-.006c-.51 0-.995.252-1.328.704l-.275.37-.44.136c-.2.061-.362.122-.494.179.834.595 2.479 1.377 5.662 1.377 3.18 0 4.826-.781 5.66-1.376a5 5 0 0 0-.493-.18l-.441-.135-.275-.371c-.334-.452-.817-.704-1.327-.704q-.29.002-.546.099l-.825.31-.637-.61A1.6 1.6 0 0 0 8 1.4\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nPopcornOutlinedSize16Glyph.displayName = 'PopcornOutlinedSize16Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,0BAA0B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACzGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,g/BAAg/B,EACl/B,IAAI,EAAC,cAAc,EACrB,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,0BAA0B,CAAC,WAAW,GAAG,4BAA4B;;;;"}
1
+ {"version":3,"file":"PopcornOutlinedSize16.js","sources":["src/variants/icon/PopcornOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const PopcornOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 0a3.44 3.44 0 0 1 2.28.854 3.5 3.5 0 0 1 1.13-.187c1.35 0 2.515.767 3.067 1.879.432.235.699.456.852.602a2 2 0 0 1 .171.185l-1.875 11.334C13.617 14.68 12.749 16 8 16c-4.735 0-5.611-1.312-5.625-1.333L.5 3.333q.002-.006.082-.096.04-.044.103-.103c.155-.147.419-.361.837-.59A3.42 3.42 0 0 1 4.592.668c.396 0 .775.066 1.129.187A3.44 3.44 0 0 1 8 0m1.812 5.934a16.7 16.7 0 0 1-3.626 0l.508 8.626c.39.024.824.04 1.306.04.481 0 .914-.016 1.304-.04zm-6.143 7.98c.254.137.746.338 1.613.487l-.51-8.684a17 17 0 0 1-2.58-.73zm10.138-8.927q-1.258.468-2.58.73l-.511 8.684c.867-.149 1.36-.35 1.614-.487zM8 1.4c-.526 0-1 .193-1.354.505l-.61.537-.77-.263a2 2 0 0 0-.497-.105l-.177-.007c-.811 0-1.497.459-1.816 1.101l-.196.394-.082.044C4.238 4.277 6.1 4.633 8 4.633s3.76-.356 5.499-1.027l-.08-.043-.195-.394a2.01 2.01 0 0 0-1.664-1.097l-.15-.005c-.24 0-.467.04-.676.112l-.77.263-.61-.537a2.03 2.03 0 0 0-1.16-.496z\"\n fill=\"currentColor\"\n />\n </g>\n </svg>\n));\nPopcornOutlinedSize16Glyph.displayName = 'PopcornOutlinedSize16Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,0BAA0B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACzGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAA,GAAM,KAAK,EAAA,QAAA,EAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,m4BAAm4B,EACr4B,IAAI,EAAC,cAAc,EACrB,CAAA,EAAA,CACF,EACF,CAAA,CACT,EAAE;AACH,0BAA0B,CAAC,WAAW,GAAG,4BAA4B;;;;"}
@@ -2,7 +2,7 @@ import './../../index.css';
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const PopcornOutlinedSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 0c1.178 0 2.252.485 3.065 1.282A4.2 4.2 0 0 1 16.583 1c1.461 0 2.762.747 3.602 1.91C23 3.791 23 5 23 5l-2.621 16.203c-.053.33-.08.495-.308.847s-.293.395-.423.48C18.75 23.123 16.635 24 12 24s-6.75-.877-7.648-1.47c-.13-.085-.195-.128-.423-.48s-.255-.518-.308-.847L1 5s0-1.208 2.814-2.09C4.654 1.746 5.955 1 7.417 1c.532 0 1.042.1 1.518.282C9.747.485 10.82 0 12 0m2.544 8.784c-.779.074-1.625.116-2.544.116-.92 0-1.766-.042-2.545-.116l.923 13.373a30 30 0 0 0 3.243 0zM5.398 20.916l.017.1.003.02.022.036.014.02c.41.242 1.328.648 3.109.895l-.928-13.45C5.625 8.168 4.18 7.57 3.14 6.964zm15.46-13.95c-1.04.604-2.484 1.203-4.494 1.57l-.928 13.451c1.78-.247 2.698-.652 3.109-.894l.015-.02.021-.038.004-.018.017-.101zM12 1.8c-.668 0-1.3.271-1.805.766l-.824.811-1.08-.414a2.5 2.5 0 0 0-.648-.152L7.417 2.8c-.821 0-1.605.416-2.144 1.163l-.35.484-.57.18a7 7 0 0 0-.949.368C4.674 5.905 7.172 7.1 12 7.1c4.826 0 7.324-1.194 8.594-2.105a7 7 0 0 0-.949-.368l-.57-.18-.35-.484c-.539-.747-1.321-1.163-2.142-1.163q-.458.002-.875.163l-1.08.414-.824-.81C13.299 2.07 12.667 1.8 12 1.8", fill: "currentColor" }) })));
5
+ const PopcornOutlinedSize24Glyph = forwardRef((props, ref) => (jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 0c1.285 0 2.457.485 3.343 1.282a5 5 0 0 1 6.156 2.534 6.3 6.3 0 0 1 1.059.727l.016.015q.1.088.175.16l.024.024C22.933 4.903 23 5 23 5l-2.75 17S19 24 12 24s-8.25-2-8.25-2L1 5s.368-.552 1.5-1.183a5 5 0 0 1 6.156-2.535A4.98 4.98 0 0 1 12 0m2.878 8.731q-1.426.168-2.878.17-1.452-.002-2.88-.17l.788 13.397c.62.045 1.314.072 2.092.072.777 0 1.47-.027 2.09-.072zM5.424 21.078c.122.074.292.165.524.263.457.192 1.145.409 2.146.577L7.302 8.45a25 25 0 0 1-4.11-1.162zm15.382-13.79c-1.33.503-2.705.892-4.109 1.162l-.793 13.468c1.002-.168 1.691-.385 2.148-.577a4 4 0 0 0 .523-.263zM12 1.8c-.824 0-1.572.309-2.14.82l-.793.714L8.06 2.98a3.2 3.2 0 0 0-3.94 1.624l-.249.51-.495.276-.04.022a23.08 23.08 0 0 0 17.324-.001l-.037-.022-.495-.276-.248-.51a3.2 3.2 0 0 0-3.94-1.623l-1.007.354-.794-.714A3.18 3.18 0 0 0 12 1.8", fill: "currentColor" }) })));
6
6
  PopcornOutlinedSize24Glyph.displayName = 'PopcornOutlinedSize24Glyph';
7
7
 
8
8
  export { PopcornOutlinedSize24Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"PopcornOutlinedSize24.js","sources":["src/variants/icon/PopcornOutlinedSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const PopcornOutlinedSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 0c1.178 0 2.252.485 3.065 1.282A4.2 4.2 0 0 1 16.583 1c1.461 0 2.762.747 3.602 1.91C23 3.791 23 5 23 5l-2.621 16.203c-.053.33-.08.495-.308.847s-.293.395-.423.48C18.75 23.123 16.635 24 12 24s-6.75-.877-7.648-1.47c-.13-.085-.195-.128-.423-.48s-.255-.518-.308-.847L1 5s0-1.208 2.814-2.09C4.654 1.746 5.955 1 7.417 1c.532 0 1.042.1 1.518.282C9.747.485 10.82 0 12 0m2.544 8.784c-.779.074-1.625.116-2.544.116-.92 0-1.766-.042-2.545-.116l.923 13.373a30 30 0 0 0 3.243 0zM5.398 20.916l.017.1.003.02.022.036.014.02c.41.242 1.328.648 3.109.895l-.928-13.45C5.625 8.168 4.18 7.57 3.14 6.964zm15.46-13.95c-1.04.604-2.484 1.203-4.494 1.57l-.928 13.451c1.78-.247 2.698-.652 3.109-.894l.015-.02.021-.038.004-.018.017-.101zM12 1.8c-.668 0-1.3.271-1.805.766l-.824.811-1.08-.414a2.5 2.5 0 0 0-.648-.152L7.417 2.8c-.821 0-1.605.416-2.144 1.163l-.35.484-.57.18a7 7 0 0 0-.949.368C4.674 5.905 7.172 7.1 12 7.1c4.826 0 7.324-1.194 8.594-2.105a7 7 0 0 0-.949-.368l-.57-.18-.35-.484c-.539-.747-1.321-1.163-2.142-1.163q-.458.002-.875.163l-1.08.414-.824-.81C13.299 2.07 12.667 1.8 12 1.8\"\n fill=\"currentColor\"\n />\n </svg>\n));\nPopcornOutlinedSize24Glyph.displayName = 'PopcornOutlinedSize24Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,0BAA0B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACzGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,0iCAA0iC,EAC5iC,IAAI,EAAC,cAAc,EAAA,CACrB,EACA,CAAA,CACT,EAAE;AACH,0BAA0B,CAAC,WAAW,GAAG,4BAA4B;;;;"}
1
+ {"version":3,"file":"PopcornOutlinedSize24.js","sources":["src/variants/icon/PopcornOutlinedSize24.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const PopcornOutlinedSize24Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={24} height={24} viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 0c1.285 0 2.457.485 3.343 1.282a5 5 0 0 1 6.156 2.534 6.3 6.3 0 0 1 1.059.727l.016.015q.1.088.175.16l.024.024C22.933 4.903 23 5 23 5l-2.75 17S19 24 12 24s-8.25-2-8.25-2L1 5s.368-.552 1.5-1.183a5 5 0 0 1 6.156-2.535A4.98 4.98 0 0 1 12 0m2.878 8.731q-1.426.168-2.878.17-1.452-.002-2.88-.17l.788 13.397c.62.045 1.314.072 2.092.072.777 0 1.47-.027 2.09-.072zM5.424 21.078c.122.074.292.165.524.263.457.192 1.145.409 2.146.577L7.302 8.45a25 25 0 0 1-4.11-1.162zm15.382-13.79c-1.33.503-2.705.892-4.109 1.162l-.793 13.468c1.002-.168 1.691-.385 2.148-.577a4 4 0 0 0 .523-.263zM12 1.8c-.824 0-1.572.309-2.14.82l-.793.714L8.06 2.98a3.2 3.2 0 0 0-3.94 1.624l-.249.51-.495.276-.04.022a23.08 23.08 0 0 0 17.324-.001l-.037-.022-.495-.276-.248-.51a3.2 3.2 0 0 0-3.94-1.623l-1.007.354-.794-.714A3.18 3.18 0 0 0 12 1.8\"\n fill=\"currentColor\"\n />\n </svg>\n));\nPopcornOutlinedSize24Glyph.displayName = 'PopcornOutlinedSize24Glyph';\n"],"names":["_jsx"],"mappings":";;;AAEO,MAAM,0BAA0B,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACzGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,EAC9G,QAAA,EAAAA,GAAA,CAAA,MAAA,EAAA,EACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,syBAAsyB,EACxyB,IAAI,EAAC,cAAc,EAAA,CACrB,EACA,CAAA,CACT,EAAE;AACH,0BAA0B,CAAC,WAAW,GAAG,4BAA4B;;;;"}
@@ -2,7 +2,7 @@ import './../../index.css';
2
2
  import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const RocketOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsxs("g", { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.891 11.18a2.163 2.163 0 0 1 1.942 2.152c0 2.424-2.652 2.163-4.326 2.163 0-1.673-.26-4.325 2.164-4.325zm-.22 1.39c-.334 0-.427.083-.443.097-.037.032-.122.131-.197.406-.083.303-.114.643-.125 1.023.38-.011.72-.042 1.024-.124.274-.075.373-.16.406-.197.013-.015.097-.107.097-.443a.763.763 0 0 0-.762-.762", fill: "currentColor" }), jsx("path", { d: "M10.167 4.741c.373.033.642.178.821.393.202.242.278.56.278.866l-.003.115c-.017.27-.098.539-.275.751-.179.215-.448.36-.821.394L10 7.266c-.461 0-.784-.154-.989-.4a1.3 1.3 0 0 1-.274-.75L8.734 6c0-.306.077-.623.278-.865.205-.246.527-.4.988-.4z", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.556 4.507C7.904 2.885 11.23-.083 15.4.6c.685 4.17-2.284 7.496-3.906 8.843.273 2.244-.557 4.46-3.226 6.057-.095-1.327-.374-2.502-.837-3.51l-.646.332-3.107-3.106.333-.648c-.996-.457-2.166-.74-3.51-.836C1.997 5.23 4.039 4.344 6.136 4.47zm7.54-2.604c-2.917.04-5.326 2.13-6.464 3.498l-.487.588-.758-.093c-.893-.108-1.73.007-2.485.377a4.3 4.3 0 0 0-.77.49q.769.215 1.462.533l1.332.611-.537 1.04 1.662 1.662 1.04-.536.612 1.332q.319.697.532 1.462a4.3 4.3 0 0 0 .491-.77c.37-.755.486-1.591.377-2.485l-.093-.758.588-.488c1.37-1.138 3.46-3.546 3.497-6.463", fill: "currentColor" })] }) }) })));
5
+ const RocketOutlinedSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsx("g", { children: jsxs("g", { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.891 11.18a2.163 2.163 0 0 1 1.942 2.152c0 2.424-2.652 2.163-4.326 2.163 0-1.673-.26-4.325 2.164-4.325zm-.22 1.39c-.334 0-.427.083-.443.097-.037.032-.122.131-.197.406-.083.303-.114.643-.125 1.023.38-.011.72-.042 1.024-.124.274-.075.373-.16.406-.197.013-.015.097-.107.097-.443a.763.763 0 0 0-.762-.762", fill: "currentColor" }), jsx("path", { d: "M10.167 4.741c.373.033.642.178.82.393.203.242.28.56.28.866l-.004.115c-.017.27-.098.539-.275.751-.18.215-.448.36-.821.394L10 7.266c-.461 0-.784-.154-.989-.4a1.3 1.3 0 0 1-.274-.75L8.734 6c0-.306.077-.623.278-.865.205-.246.527-.4.988-.4z", fill: "currentColor" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.556 4.507C7.904 2.885 11.23-.083 15.4.6c.685 4.17-2.284 7.496-3.906 8.843.273 2.244-.557 4.46-3.226 6.057-.095-1.327-.374-2.502-.837-3.51l-.646.332-3.107-3.106.333-.648c-.996-.457-2.166-.74-3.51-.836C1.997 5.23 4.039 4.344 6.136 4.47zm7.54-2.604c-2.917.04-5.326 2.13-6.464 3.498l-.487.588-.758-.093c-.893-.108-1.73.007-2.485.377a4.3 4.3 0 0 0-.77.49q.769.215 1.462.533l1.332.611-.537 1.04 1.662 1.662 1.04-.536.612 1.332q.319.697.532 1.462.303-.384.491-.77c.37-.755.486-1.591.377-2.485l-.093-.758.588-.488c1.37-1.138 3.46-3.546 3.497-6.463", fill: "currentColor" })] }) }) })));
6
6
  RocketOutlinedSize16Glyph.displayName = 'RocketOutlinedSize16Glyph';
7
7
 
8
8
  export { RocketOutlinedSize16Glyph };
@@ -1 +1 @@
1
- {"version":3,"file":"RocketOutlinedSize16.js","sources":["src/variants/icon/RocketOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const RocketOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.891 11.18a2.163 2.163 0 0 1 1.942 2.152c0 2.424-2.652 2.163-4.326 2.163 0-1.673-.26-4.325 2.164-4.325zm-.22 1.39c-.334 0-.427.083-.443.097-.037.032-.122.131-.197.406-.083.303-.114.643-.125 1.023.38-.011.72-.042 1.024-.124.274-.075.373-.16.406-.197.013-.015.097-.107.097-.443a.763.763 0 0 0-.762-.762\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.167 4.741c.373.033.642.178.821.393.202.242.278.56.278.866l-.003.115c-.017.27-.098.539-.275.751-.179.215-.448.36-.821.394L10 7.266c-.461 0-.784-.154-.989-.4a1.3 1.3 0 0 1-.274-.75L8.734 6c0-.306.077-.623.278-.865.205-.246.527-.4.988-.4z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6.556 4.507C7.904 2.885 11.23-.083 15.4.6c.685 4.17-2.284 7.496-3.906 8.843.273 2.244-.557 4.46-3.226 6.057-.095-1.327-.374-2.502-.837-3.51l-.646.332-3.107-3.106.333-.648c-.996-.457-2.166-.74-3.51-.836C1.997 5.23 4.039 4.344 6.136 4.47zm7.54-2.604c-2.917.04-5.326 2.13-6.464 3.498l-.487.588-.758-.093c-.893-.108-1.73.007-2.485.377a4.3 4.3 0 0 0-.77.49q.769.215 1.462.533l1.332.611-.537 1.04 1.662 1.662 1.04-.536.612 1.332q.319.697.532 1.462a4.3 4.3 0 0 0 .491-.77c.37-.755.486-1.591.377-2.485l-.093-.758.588-.488c1.37-1.138 3.46-3.546 3.497-6.463\"\n fill=\"currentColor\"\n />\n </g>\n </g>\n </svg>\n));\nRocketOutlinedSize16Glyph.displayName = 'RocketOutlinedSize16Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;MAEa,yBAAyB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACxGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,YAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,cACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,gTAAgT,EAClT,IAAI,EAAC,cAAc,EACrB,CAAA,EACFA,cACI,CAAC,EAAC,iPAAiP,EACnP,IAAI,EAAC,cAAc,EAAA,CACrB,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,siBAAsiB,EACxiB,IAAI,EAAC,cAAc,EAAA,CACrB,IACF,EACJ,CAAA,EAAA,CACF,CACT,EAAE;AACH,yBAAyB,CAAC,WAAW,GAAG,2BAA2B;;;;"}
1
+ {"version":3,"file":"RocketOutlinedSize16.js","sources":["src/variants/icon/RocketOutlinedSize16.tsx"],"sourcesContent":["import { SVGProps, Ref, forwardRef } from 'react';\n\nexport const RocketOutlinedSize16Glyph = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (\n <svg width={16} height={16} viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ref={ref} {...props}>\n <g>\n <g>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.891 11.18a2.163 2.163 0 0 1 1.942 2.152c0 2.424-2.652 2.163-4.326 2.163 0-1.673-.26-4.325 2.164-4.325zm-.22 1.39c-.334 0-.427.083-.443.097-.037.032-.122.131-.197.406-.083.303-.114.643-.125 1.023.38-.011.72-.042 1.024-.124.274-.075.373-.16.406-.197.013-.015.097-.107.097-.443a.763.763 0 0 0-.762-.762\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.167 4.741c.373.033.642.178.82.393.203.242.28.56.28.866l-.004.115c-.017.27-.098.539-.275.751-.18.215-.448.36-.821.394L10 7.266c-.461 0-.784-.154-.989-.4a1.3 1.3 0 0 1-.274-.75L8.734 6c0-.306.077-.623.278-.865.205-.246.527-.4.988-.4z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6.556 4.507C7.904 2.885 11.23-.083 15.4.6c.685 4.17-2.284 7.496-3.906 8.843.273 2.244-.557 4.46-3.226 6.057-.095-1.327-.374-2.502-.837-3.51l-.646.332-3.107-3.106.333-.648c-.996-.457-2.166-.74-3.51-.836C1.997 5.23 4.039 4.344 6.136 4.47zm7.54-2.604c-2.917.04-5.326 2.13-6.464 3.498l-.487.588-.758-.093c-.893-.108-1.73.007-2.485.377a4.3 4.3 0 0 0-.77.49q.769.215 1.462.533l1.332.611-.537 1.04 1.662 1.662 1.04-.536.612 1.332q.319.697.532 1.462.303-.384.491-.77c.37-.755.486-1.591.377-2.485l-.093-.758.588-.488c1.37-1.138 3.46-3.546 3.497-6.463\"\n fill=\"currentColor\"\n />\n </g>\n </g>\n </svg>\n));\nRocketOutlinedSize16Glyph.displayName = 'RocketOutlinedSize16Glyph';\n"],"names":["_jsx","_jsxs"],"mappings":";;;MAEa,yBAAyB,GAAG,UAAU,CAAC,CAAC,KAA8B,EAAE,GAAuB,MACxGA,GAAK,CAAA,KAAA,EAAA,EAAA,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,GAAG,EAAM,GAAA,KAAK,YAC9GA,GACI,CAAA,GAAA,EAAA,EAAA,QAAA,EAAAC,IAAA,CAAA,GAAA,EAAA,EAAA,QAAA,EAAA,CACID,cACI,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,gTAAgT,EAClT,IAAI,EAAC,cAAc,EACrB,CAAA,EACFA,cACI,CAAC,EAAC,6OAA6O,EAC/O,IAAI,EAAC,cAAc,EAAA,CACrB,EACFA,GACI,CAAA,MAAA,EAAA,EAAA,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,giBAAgiB,EACliB,IAAI,EAAC,cAAc,EAAA,CACrB,IACF,EACJ,CAAA,EAAA,CACF,CACT,EAAE;AACH,yBAAyB,CAAC,WAAW,GAAG,2BAA2B;;;;"}
@@ -2,7 +2,7 @@ import './../../index.css';
2
2
  import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
 
5
- const TreeFilledSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M10.657 14.2c-.02.704-.093 1.121-.38 1.41l-.076.069C9.805 16 9.178 16 8 16l-.832-.006c-.664-.017-1.079-.08-1.369-.315l-.076-.07c-.288-.288-.36-.705-.38-1.409z", fill: "currentColor" }), jsx("path", { d: "M8.182.009c.886.082 1.47.778 2.566 2.09l1.116 1.334c.776.928 1.164 1.392.723 1.722-.201.151-.523.232-1.004.277l1.385 1.43c.998 1.032 1.497 1.548.93 1.914-.238.154-.604.242-1.14.294l1.314 1.222c1.22 1.134 1.83 1.702 1.136 2.106l-.124.063c-.666.301-1.985.335-4.362.339H5.278c-2.377-.004-3.695-.038-4.362-.34l-.125-.062c-.607-.354-.215-.832.71-1.707l.427-.399L3.242 9.07c-.535-.052-.901-.14-1.14-.294-.496-.32-.177-.756.58-1.55l.35-.364 1.383-1.43c-.48-.044-.8-.126-1.002-.277-.386-.289-.138-.68.45-1.395l.273-.327 1.116-1.334C6.422.699 7.008 0 8 0z", fill: "currentColor" })] }) })));
5
+ const TreeFilledSize16Glyph = forwardRef((props, ref) => (jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref, ...props, children: jsxs("g", { children: [jsx("path", { d: "M10.657 14.2c-.02.704-.093 1.121-.38 1.41l-.076.069C9.805 16 9.178 16 8 16l-.832-.006c-.664-.017-1.079-.08-1.369-.315l-.076-.07c-.288-.288-.36-.705-.38-1.409z", fill: "currentColor" }), jsx("path", { d: "M8.182.009c.886.082 1.47.778 2.566 2.09l1.116 1.334c.776.928 1.164 1.392.723 1.722-.202.151-.523.232-1.004.277l1.385 1.43c.998 1.032 1.497 1.548.93 1.914-.238.154-.604.242-1.14.294l1.314 1.222c1.22 1.134 1.83 1.702 1.136 2.106l-.124.063c-.666.301-1.985.335-4.362.339H5.278c-2.377-.004-3.695-.038-4.362-.34l-.125-.062c-.607-.354-.215-.832.71-1.707l.427-.399L3.242 9.07c-.535-.052-.901-.14-1.14-.294-.496-.32-.177-.756.58-1.55l.35-.364 1.383-1.43c-.48-.044-.8-.126-1.002-.277-.386-.289-.138-.68.45-1.395l.273-.327 1.116-1.334C6.422.699 7.008 0 8 0z", fill: "currentColor" })] }) })));
6
6
  TreeFilledSize16Glyph.displayName = 'TreeFilledSize16Glyph';
7
7
 
8
8
  export { TreeFilledSize16Glyph };