@wecareu/icons 1.0.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 (232) hide show
  1. package/lib/commonjs/Icon.js +171 -0
  2. package/lib/commonjs/Icon.js.map +1 -0
  3. package/lib/commonjs/assets/arrow-down.svg +3 -0
  4. package/lib/commonjs/assets/arrow-left.svg +3 -0
  5. package/lib/commonjs/assets/arrow-right.svg +3 -0
  6. package/lib/commonjs/assets/arrow-spin.svg +7 -0
  7. package/lib/commonjs/assets/arrow-up.svg +3 -0
  8. package/lib/commonjs/assets/avatar-fill.svg +3 -0
  9. package/lib/commonjs/assets/avatar.svg +4 -0
  10. package/lib/commonjs/assets/bank.svg +14 -0
  11. package/lib/commonjs/assets/book-profile.svg +4 -0
  12. package/lib/commonjs/assets/bot.svg +3 -0
  13. package/lib/commonjs/assets/bus-stop.svg +3 -0
  14. package/lib/commonjs/assets/calendar.svg +3 -0
  15. package/lib/commonjs/assets/camera.svg +3 -0
  16. package/lib/commonjs/assets/car.svg +3 -0
  17. package/lib/commonjs/assets/card.svg +3 -0
  18. package/lib/commonjs/assets/chat-close.svg +3 -0
  19. package/lib/commonjs/assets/chevron-down.svg +10 -0
  20. package/lib/commonjs/assets/chevron-left.svg +10 -0
  21. package/lib/commonjs/assets/chevron-right.svg +10 -0
  22. package/lib/commonjs/assets/chevron-up.svg +10 -0
  23. package/lib/commonjs/assets/close.svg +3 -0
  24. package/lib/commonjs/assets/config.svg +4 -0
  25. package/lib/commonjs/assets/correct.svg +3 -0
  26. package/lib/commonjs/assets/crown.svg +5 -0
  27. package/lib/commonjs/assets/denounce.svg +3 -0
  28. package/lib/commonjs/assets/diamond.svg +10 -0
  29. package/lib/commonjs/assets/distance.svg +3 -0
  30. package/lib/commonjs/assets/dryer.svg +3 -0
  31. package/lib/commonjs/assets/edit.svg +3 -0
  32. package/lib/commonjs/assets/eye-off.svg +3 -0
  33. package/lib/commonjs/assets/eye-on.svg +3 -0
  34. package/lib/commonjs/assets/filter.svg +3 -0
  35. package/lib/commonjs/assets/finger-print.svg +14 -0
  36. package/lib/commonjs/assets/fingernail.svg +11 -0
  37. package/lib/commonjs/assets/heart-filled.svg +3 -0
  38. package/lib/commonjs/assets/heart.svg +3 -0
  39. package/lib/commonjs/assets/home.svg +3 -0
  40. package/lib/commonjs/assets/image-gallery.svg +12 -0
  41. package/lib/commonjs/assets/image.svg +5 -0
  42. package/lib/commonjs/assets/information.svg +3 -0
  43. package/lib/commonjs/assets/list-alt.svg +3 -0
  44. package/lib/commonjs/assets/list.svg +5 -0
  45. package/lib/commonjs/assets/location.svg +3 -0
  46. package/lib/commonjs/assets/lock.svg +11 -0
  47. package/lib/commonjs/assets/mail.svg +5 -0
  48. package/lib/commonjs/assets/mask-sad.svg +3 -0
  49. package/lib/commonjs/assets/menu.svg +3 -0
  50. package/lib/commonjs/assets/money-1.svg +3 -0
  51. package/lib/commonjs/assets/money-card.svg +3 -0
  52. package/lib/commonjs/assets/money.svg +3 -0
  53. package/lib/commonjs/assets/notification-off.svg +3 -0
  54. package/lib/commonjs/assets/notification-on.svg +3 -0
  55. package/lib/commonjs/assets/paper-plane.svg +3 -0
  56. package/lib/commonjs/assets/pix.svg +4 -0
  57. package/lib/commonjs/assets/plus.svg +3 -0
  58. package/lib/commonjs/assets/search.svg +3 -0
  59. package/lib/commonjs/assets/share.svg +3 -0
  60. package/lib/commonjs/assets/star-filled.svg +3 -0
  61. package/lib/commonjs/assets/star.svg +3 -0
  62. package/lib/commonjs/assets/stars.svg +5 -0
  63. package/lib/commonjs/assets/support-center.svg +5 -0
  64. package/lib/commonjs/assets/tag.svg +3 -0
  65. package/lib/commonjs/assets/time.svg +3 -0
  66. package/lib/commonjs/assets/trash.svg +4 -0
  67. package/lib/commonjs/assets/upload.svg +3 -0
  68. package/lib/commonjs/assets/user-block.svg +4 -0
  69. package/lib/commonjs/assets/user-filled.svg +4 -0
  70. package/lib/commonjs/assets/user.svg +3 -0
  71. package/lib/commonjs/assets/walk.svg +3 -0
  72. package/lib/commonjs/index.js +13 -0
  73. package/lib/commonjs/index.js.map +1 -0
  74. package/lib/commonjs/index.stories.js +81 -0
  75. package/lib/commonjs/index.stories.js.map +1 -0
  76. package/lib/commonjs/svg.d.js +2 -0
  77. package/lib/commonjs/svg.d.js.map +1 -0
  78. package/lib/module/Icon.js +162 -0
  79. package/lib/module/Icon.js.map +1 -0
  80. package/lib/module/assets/arrow-down.svg +3 -0
  81. package/lib/module/assets/arrow-left.svg +3 -0
  82. package/lib/module/assets/arrow-right.svg +3 -0
  83. package/lib/module/assets/arrow-spin.svg +7 -0
  84. package/lib/module/assets/arrow-up.svg +3 -0
  85. package/lib/module/assets/avatar-fill.svg +3 -0
  86. package/lib/module/assets/avatar.svg +4 -0
  87. package/lib/module/assets/bank.svg +14 -0
  88. package/lib/module/assets/book-profile.svg +4 -0
  89. package/lib/module/assets/bot.svg +3 -0
  90. package/lib/module/assets/bus-stop.svg +3 -0
  91. package/lib/module/assets/calendar.svg +3 -0
  92. package/lib/module/assets/camera.svg +3 -0
  93. package/lib/module/assets/car.svg +3 -0
  94. package/lib/module/assets/card.svg +3 -0
  95. package/lib/module/assets/chat-close.svg +3 -0
  96. package/lib/module/assets/chevron-down.svg +10 -0
  97. package/lib/module/assets/chevron-left.svg +10 -0
  98. package/lib/module/assets/chevron-right.svg +10 -0
  99. package/lib/module/assets/chevron-up.svg +10 -0
  100. package/lib/module/assets/close.svg +3 -0
  101. package/lib/module/assets/config.svg +4 -0
  102. package/lib/module/assets/correct.svg +3 -0
  103. package/lib/module/assets/crown.svg +5 -0
  104. package/lib/module/assets/denounce.svg +3 -0
  105. package/lib/module/assets/diamond.svg +10 -0
  106. package/lib/module/assets/distance.svg +3 -0
  107. package/lib/module/assets/dryer.svg +3 -0
  108. package/lib/module/assets/edit.svg +3 -0
  109. package/lib/module/assets/eye-off.svg +3 -0
  110. package/lib/module/assets/eye-on.svg +3 -0
  111. package/lib/module/assets/filter.svg +3 -0
  112. package/lib/module/assets/finger-print.svg +14 -0
  113. package/lib/module/assets/fingernail.svg +11 -0
  114. package/lib/module/assets/heart-filled.svg +3 -0
  115. package/lib/module/assets/heart.svg +3 -0
  116. package/lib/module/assets/home.svg +3 -0
  117. package/lib/module/assets/image-gallery.svg +12 -0
  118. package/lib/module/assets/image.svg +5 -0
  119. package/lib/module/assets/information.svg +3 -0
  120. package/lib/module/assets/list-alt.svg +3 -0
  121. package/lib/module/assets/list.svg +5 -0
  122. package/lib/module/assets/location.svg +3 -0
  123. package/lib/module/assets/lock.svg +11 -0
  124. package/lib/module/assets/mail.svg +5 -0
  125. package/lib/module/assets/mask-sad.svg +3 -0
  126. package/lib/module/assets/menu.svg +3 -0
  127. package/lib/module/assets/money-1.svg +3 -0
  128. package/lib/module/assets/money-card.svg +3 -0
  129. package/lib/module/assets/money.svg +3 -0
  130. package/lib/module/assets/notification-off.svg +3 -0
  131. package/lib/module/assets/notification-on.svg +3 -0
  132. package/lib/module/assets/paper-plane.svg +3 -0
  133. package/lib/module/assets/pix.svg +4 -0
  134. package/lib/module/assets/plus.svg +3 -0
  135. package/lib/module/assets/search.svg +3 -0
  136. package/lib/module/assets/share.svg +3 -0
  137. package/lib/module/assets/star-filled.svg +3 -0
  138. package/lib/module/assets/star.svg +3 -0
  139. package/lib/module/assets/stars.svg +5 -0
  140. package/lib/module/assets/support-center.svg +5 -0
  141. package/lib/module/assets/tag.svg +3 -0
  142. package/lib/module/assets/time.svg +3 -0
  143. package/lib/module/assets/trash.svg +4 -0
  144. package/lib/module/assets/upload.svg +3 -0
  145. package/lib/module/assets/user-block.svg +4 -0
  146. package/lib/module/assets/user-filled.svg +4 -0
  147. package/lib/module/assets/user.svg +3 -0
  148. package/lib/module/assets/walk.svg +3 -0
  149. package/lib/module/index.js +2 -0
  150. package/lib/module/index.js.map +1 -0
  151. package/lib/module/index.stories.js +75 -0
  152. package/lib/module/index.stories.js.map +1 -0
  153. package/lib/module/svg.d.js +2 -0
  154. package/lib/module/svg.d.js.map +1 -0
  155. package/lib/typescript/src/Icon.d.ts +27 -0
  156. package/lib/typescript/src/Icon.d.ts.map +1 -0
  157. package/lib/typescript/src/index.d.ts +3 -0
  158. package/lib/typescript/src/index.d.ts.map +1 -0
  159. package/package.json +56 -0
  160. package/src/Icon.tsx +263 -0
  161. package/src/assets/arrow-down.svg +3 -0
  162. package/src/assets/arrow-left.svg +3 -0
  163. package/src/assets/arrow-right.svg +3 -0
  164. package/src/assets/arrow-spin.svg +7 -0
  165. package/src/assets/arrow-up.svg +3 -0
  166. package/src/assets/avatar-fill.svg +3 -0
  167. package/src/assets/avatar.svg +4 -0
  168. package/src/assets/bank.svg +14 -0
  169. package/src/assets/book-profile.svg +4 -0
  170. package/src/assets/bot.svg +3 -0
  171. package/src/assets/bus-stop.svg +3 -0
  172. package/src/assets/calendar.svg +3 -0
  173. package/src/assets/camera.svg +3 -0
  174. package/src/assets/car.svg +3 -0
  175. package/src/assets/card.svg +3 -0
  176. package/src/assets/chat-close.svg +3 -0
  177. package/src/assets/chevron-down.svg +10 -0
  178. package/src/assets/chevron-left.svg +10 -0
  179. package/src/assets/chevron-right.svg +10 -0
  180. package/src/assets/chevron-up.svg +10 -0
  181. package/src/assets/close.svg +3 -0
  182. package/src/assets/config.svg +4 -0
  183. package/src/assets/correct.svg +3 -0
  184. package/src/assets/crown.svg +5 -0
  185. package/src/assets/denounce.svg +3 -0
  186. package/src/assets/diamond.svg +10 -0
  187. package/src/assets/distance.svg +3 -0
  188. package/src/assets/dryer.svg +3 -0
  189. package/src/assets/edit.svg +3 -0
  190. package/src/assets/eye-off.svg +3 -0
  191. package/src/assets/eye-on.svg +3 -0
  192. package/src/assets/filter.svg +3 -0
  193. package/src/assets/finger-print.svg +14 -0
  194. package/src/assets/fingernail.svg +11 -0
  195. package/src/assets/heart-filled.svg +3 -0
  196. package/src/assets/heart.svg +3 -0
  197. package/src/assets/home.svg +3 -0
  198. package/src/assets/image-gallery.svg +12 -0
  199. package/src/assets/image.svg +5 -0
  200. package/src/assets/information.svg +3 -0
  201. package/src/assets/list-alt.svg +3 -0
  202. package/src/assets/list.svg +5 -0
  203. package/src/assets/location.svg +3 -0
  204. package/src/assets/lock.svg +11 -0
  205. package/src/assets/mail.svg +5 -0
  206. package/src/assets/mask-sad.svg +3 -0
  207. package/src/assets/menu.svg +3 -0
  208. package/src/assets/money-1.svg +3 -0
  209. package/src/assets/money-card.svg +3 -0
  210. package/src/assets/money.svg +3 -0
  211. package/src/assets/notification-off.svg +3 -0
  212. package/src/assets/notification-on.svg +3 -0
  213. package/src/assets/paper-plane.svg +3 -0
  214. package/src/assets/pix.svg +4 -0
  215. package/src/assets/plus.svg +3 -0
  216. package/src/assets/search.svg +3 -0
  217. package/src/assets/share.svg +3 -0
  218. package/src/assets/star-filled.svg +3 -0
  219. package/src/assets/star.svg +3 -0
  220. package/src/assets/stars.svg +5 -0
  221. package/src/assets/support-center.svg +5 -0
  222. package/src/assets/tag.svg +3 -0
  223. package/src/assets/time.svg +3 -0
  224. package/src/assets/trash.svg +4 -0
  225. package/src/assets/upload.svg +3 -0
  226. package/src/assets/user-block.svg +4 -0
  227. package/src/assets/user-filled.svg +4 -0
  228. package/src/assets/user.svg +3 -0
  229. package/src/assets/walk.svg +3 -0
  230. package/src/index.stories.tsx +152 -0
  231. package/src/index.tsx +2 -0
  232. package/src/svg.d.ts +7 -0
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M29.3332 4.55833L10.9998 21.225V29.5583L15.9998 24.5583M2.6665 15.3917L29.3332 4.5L24.6665 28.725L2.6665 15.3917Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.5998 22.5267L16.5865 18.5133C16.4398 18.3667 16.2665 18.34 16.1731 18.34C16.0798 18.34 15.9065 18.3667 15.7598 18.5133L11.7331 22.54C11.2798 22.9933 10.5731 23.7267 8.21313 23.7267L13.1598 28.66C13.9098 29.4091 14.9265 29.8298 15.9865 29.8298C17.0465 29.8298 18.0631 29.4091 18.8131 28.66L23.7731 23.7133C22.5598 23.7133 21.5465 23.4733 20.5998 22.5267ZM11.7331 10.46L15.7598 14.4867C15.8665 14.5933 16.0265 14.66 16.1731 14.66C16.3198 14.66 16.4798 14.5933 16.5865 14.4867L20.5731 10.5C21.5198 9.51334 22.5998 9.28668 23.8131 9.28668L18.8531 4.34001C18.1031 3.59094 17.0865 3.1702 16.0265 3.1702C14.9665 3.1702 13.9498 3.59094 13.1998 4.34001L8.25314 9.27334C10.5998 9.27334 11.3198 10.0467 11.7331 10.46Z" fill="currentColor"/>
3
+ <path d="M28.1466 13.6334L25.1466 10.62H23.4666C22.7466 10.62 22.0266 10.9134 21.5333 11.4334L17.5333 15.4334C17.16 15.8067 16.6666 15.9934 16.1733 15.9934C15.6653 15.9862 15.1791 15.786 14.8133 15.4334L10.7866 11.3934C10.28 10.8867 9.58665 10.5934 8.85331 10.5934H6.89331L3.83998 13.66C3.09091 14.41 2.67017 15.4267 2.67017 16.4867C2.67017 17.5467 3.09091 18.5634 3.83998 19.3134L6.89331 22.38H8.86665C9.58665 22.38 10.28 22.0867 10.8 21.58L14.8266 17.5534C15.2 17.18 15.6933 16.9934 16.1866 16.9934C16.68 16.9934 17.1733 17.18 17.5466 17.5534L21.56 21.5667C22.0666 22.0734 22.76 22.3667 23.4933 22.3667H25.1733L28.1733 19.3534C28.9255 18.5899 29.345 17.5596 29.34 16.4879C29.335 15.4161 28.906 14.3898 28.1466 13.6334Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.66675 16.5H16.0001M16.0001 16.5H29.3334M16.0001 16.5V3.16666M16.0001 16.5V29.8333" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.3874 3.16666C15.4252 3.16643 17.4208 3.74692 19.1406 4.84012C20.8603 5.93332 22.2329 7.49395 23.0976 9.33919C23.9622 11.1844 24.2831 13.2379 24.0227 15.259C23.7623 17.28 22.9313 19.185 21.6271 20.7508L29.0221 28.1458C29.1504 28.2649 29.2442 28.4165 29.2936 28.5845C29.343 28.7524 29.3462 28.9306 29.3028 29.1003C29.2594 29.2699 29.1711 29.4247 29.0472 29.5483C28.9232 29.672 28.7682 29.7599 28.5984 29.8028C28.429 29.8463 28.251 29.8432 28.0831 29.7941C27.9152 29.7449 27.7637 29.6514 27.6445 29.5234L20.2495 22.1284C18.9263 23.2302 17.3571 23.9971 15.6748 24.3642C13.9925 24.7314 12.2465 24.6879 10.5845 24.2376C8.92256 23.7872 7.39351 22.9432 6.1267 21.7769C4.85989 20.6107 3.8926 19.1565 3.30665 17.5374C2.7207 15.9182 2.53332 14.1818 2.76037 12.4749C2.98742 10.768 3.62221 9.14097 4.61106 7.73131C5.5999 6.32165 6.91371 5.17089 8.44134 4.37635C9.96897 3.58181 11.6655 3.16688 13.3874 3.16666ZM4.6148 13.8887C4.6148 15.0407 4.84171 16.1815 5.28257 17.2458C5.72344 18.3102 6.36962 19.2773 7.18423 20.0919C7.99884 20.9065 8.96593 21.5527 10.0303 21.9935C11.0946 22.4344 12.2354 22.6613 13.3874 22.6613C14.5394 22.6613 15.6802 22.4344 16.7445 21.9935C17.8089 21.5527 18.7759 20.9065 19.5906 20.0919C20.4052 19.2773 21.0513 18.3102 21.4922 17.2458C21.9331 16.1815 22.16 15.0407 22.16 13.8887C22.16 11.5621 21.2357 9.33073 19.5906 7.68555C17.9454 6.04037 15.714 5.11612 13.3874 5.11612C11.0608 5.11612 8.82941 6.04037 7.18423 7.68555C5.53905 9.33073 4.6148 11.5621 4.6148 13.8887Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M24 29.8333C22.8889 29.8333 21.9444 29.4444 21.1667 28.6667C20.3889 27.8889 20 26.9444 20 25.8333C20 25.6778 20.0111 25.5164 20.0333 25.3493C20.0556 25.1822 20.0889 25.0324 20.1333 24.9L10.7333 19.4333C10.3556 19.7667 9.93333 20.028 9.46667 20.2173C9 20.4067 8.51111 20.5009 8 20.5C6.88889 20.5 5.94444 20.1111 5.16667 19.3333C4.38889 18.5555 4 17.6111 4 16.5C4 15.3889 4.38889 14.4444 5.16667 13.6667C5.94444 12.8889 6.88889 12.5 8 12.5C8.51111 12.5 9 12.5947 9.46667 12.784C9.93333 12.9733 10.3556 13.2342 10.7333 13.5667L20.1333 8.09999C20.0889 7.96666 20.0556 7.81688 20.0333 7.65066C20.0111 7.48443 20 7.3231 20 7.16666C20 6.05555 20.3889 5.1111 21.1667 4.33332C21.9444 3.55555 22.8889 3.16666 24 3.16666C25.1111 3.16666 26.0556 3.55555 26.8333 4.33332C27.6111 5.1111 28 6.05555 28 7.16666C28 8.27777 27.6111 9.22221 26.8333 9.99999C26.0556 10.7778 25.1111 11.1667 24 11.1667C23.4889 11.1667 23 11.0724 22.5333 10.884C22.0667 10.6955 21.6444 10.4342 21.2667 10.1L11.8667 15.5667C11.9111 15.7 11.9444 15.8502 11.9667 16.0173C11.9889 16.1844 12 16.3453 12 16.5C12 16.6555 11.9889 16.8169 11.9667 16.984C11.9444 17.1511 11.9111 17.3009 11.8667 17.4333L21.2667 22.9C21.6444 22.5667 22.0667 22.3058 22.5333 22.1173C23 21.9289 23.4889 21.8342 24 21.8333C25.1111 21.8333 26.0556 22.2222 26.8333 23C27.6111 23.7778 28 24.7222 28 25.8333C28 26.9444 27.6111 27.8889 26.8333 28.6667C26.0556 29.4444 25.1111 29.8333 24 29.8333Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M28.6669 14.8705L23.3015 19.5531L24.9087 26.5246C24.9938 26.889 24.9695 27.2705 24.839 27.6212C24.7084 27.9719 24.4774 28.2764 24.1747 28.4965C23.8721 28.7167 23.5112 28.8427 23.1373 28.8589C22.7634 28.875 22.3931 28.7806 22.0725 28.5875L15.9921 24.8995L9.92475 28.5875C9.60422 28.7806 9.23385 28.875 8.85996 28.8589C8.48607 28.8427 8.12524 28.7167 7.82258 28.4965C7.51993 28.2764 7.28889 27.9719 7.15833 27.6212C7.02778 27.2705 7.00351 26.889 7.08856 26.5246L8.69343 19.5602L3.3268 14.8705C3.04295 14.6257 2.8377 14.3025 2.73679 13.9415C2.63587 13.5805 2.64378 13.1978 2.75953 12.8413C2.87528 12.4848 3.09371 12.1704 3.38742 11.9375C3.68114 11.7046 4.03708 11.5636 4.4106 11.5323L11.4844 10.9196L14.2457 4.33352C14.3899 3.98794 14.6331 3.69275 14.9447 3.48511C15.2563 3.27748 15.6224 3.16669 15.9969 3.16669C16.3713 3.16669 16.7374 3.27748 17.049 3.48511C17.3607 3.69275 17.6039 3.98794 17.7481 4.33352L20.5176 10.9196L27.5891 11.5323C27.9626 11.5636 28.3185 11.7046 28.6122 11.9375C28.906 12.1704 29.1244 12.4848 29.2401 12.8413C29.3559 13.1978 29.3638 13.5805 29.2629 13.9415C29.162 14.3025 28.9567 14.6257 28.6729 14.8705H28.6669Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M29.2381 12.8417C29.1228 12.4863 28.9055 12.1727 28.6132 11.9399C28.3209 11.7071 27.9666 11.5654 27.5944 11.5325L20.5257 10.9231L17.7549 4.33405C17.6106 3.98831 17.3673 3.69299 17.0555 3.48526C16.7438 3.27753 16.3775 3.16669 16.0029 3.16669C15.6283 3.16669 15.262 3.27753 14.9503 3.48526C14.6385 3.69299 14.3952 3.98831 14.2509 4.33405L11.4884 10.9231L4.41139 11.536C4.0377 11.5674 3.6816 11.7085 3.38775 11.9415C3.0939 12.1744 2.87537 12.489 2.75957 12.8457C2.64377 13.2023 2.63586 13.5853 2.73682 13.9464C2.83778 14.3076 3.04312 14.6309 3.3271 14.8758L8.69616 19.5676L7.08699 26.5351C7.0019 26.8998 7.02618 27.2814 7.15679 27.6323C7.28741 27.9831 7.51856 28.2878 7.82135 28.508C8.12414 28.7282 8.48513 28.8543 8.85919 28.8705C9.23325 28.8867 9.60379 28.7922 9.92447 28.599L15.9946 24.9093L22.0778 28.599C22.3984 28.7922 22.769 28.8867 23.143 28.8705C23.5171 28.8543 23.8781 28.7282 24.1809 28.508C24.4837 28.2878 24.7148 27.9831 24.8454 27.6323C24.976 27.2814 25.0003 26.8998 24.9152 26.5351L23.3073 19.5605L28.6751 14.8758C28.9591 14.63 29.164 14.3058 29.2642 13.9439C29.3643 13.582 29.3553 13.1985 29.2381 12.8417ZM27.4266 13.4368L22.0587 18.1215C21.7975 18.3488 21.6031 18.6429 21.4966 18.9724C21.39 19.3019 21.3754 19.6541 21.4541 19.9913L23.0668 26.9708L16.9884 23.2811C16.6918 23.1005 16.3513 23.005 16.0041 23.005C15.6569 23.005 15.3163 23.1005 15.0198 23.2811L8.94968 26.9708L10.5517 19.9961C10.6304 19.6589 10.6158 19.3066 10.5092 18.9772C10.4027 18.6477 10.2083 18.3535 9.94708 18.1263L4.57683 13.444C4.57639 13.4404 4.57639 13.4368 4.57683 13.4333L11.6515 12.8215C11.9969 12.791 12.3274 12.6669 12.6074 12.4624C12.8874 12.2579 13.1063 11.9808 13.2404 11.661L16.0029 5.08032L18.7642 11.661C18.8983 11.9808 19.1172 12.2579 19.3972 12.4624C19.6772 12.6669 20.0077 12.791 20.3531 12.8215L27.429 13.4333V13.4416L27.4266 13.4368Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.91202 13.708C7.12402 14.3387 5.73068 14.6547 5.39868 15.7213C5.06668 16.788 6.01735 17.8987 7.91868 20.1213L8.40935 20.6947C8.94935 21.3267 9.21868 21.6427 9.34002 22.0333C9.46268 22.424 9.42135 22.8453 9.34002 23.6867L9.26535 24.4547C8.97868 27.42 8.83468 28.9027 9.70268 29.5613C10.5707 30.2213 11.876 29.62 14.4854 28.4187L15.1614 28.1067C15.9027 27.7653 16.2734 27.5947 16.6667 27.5947C17.06 27.5947 17.4307 27.7653 18.1734 28.1067L18.848 28.4187C21.4573 29.6187 22.7627 30.2213 23.6307 29.5613C24.4987 28.9027 24.356 27.42 24.068 24.4547M25.4147 20.1213C27.316 17.8987 28.2667 16.788 27.9347 15.7213C27.604 14.6547 26.2093 14.3387 23.4214 13.708L22.7013 13.5453C21.908 13.3653 21.512 13.276 21.1947 13.0347C20.876 12.7947 20.672 12.428 20.264 11.696L19.8934 11.0293C18.4574 8.45466 17.74 7.16666 16.6667 7.16666C15.5934 7.16666 14.876 8.45466 13.44 11.0293" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
3
+ <path d="M6.65341 3.16666C6.65341 3.16666 7.03741 5.11066 7.88008 5.94666C8.72008 6.78266 10.6667 7.15332 10.6667 7.15332C10.6667 7.15332 8.72275 7.53732 7.88675 8.37999C7.05075 9.21999 6.68008 11.1667 6.68008 11.1667C6.68008 11.1667 6.29608 9.22266 5.45342 8.38666C4.61341 7.55066 2.66675 7.17999 2.66675 7.17999C2.66675 7.17999 4.61075 6.79599 5.44675 5.95332C6.28275 5.11332 6.65341 3.16666 6.65341 3.16666Z" stroke="currentColor" stroke-linejoin="round"/>
4
+ <path d="M24 7.16665H26.6667M25.3333 8.49998V5.83331" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M5.33341 15.8333L4.68675 15.9947C4.10984 16.1389 3.59769 16.4718 3.23169 16.9404C2.86569 17.4091 2.66684 17.9867 2.66675 18.5813V21.084C2.66684 21.6787 2.86569 22.2562 3.23169 22.7249C3.59769 23.1936 4.10984 23.5265 4.68675 23.6707L7.00675 24.2507C7.12464 24.28 7.24766 24.2822 7.36649 24.2569C7.48533 24.2316 7.59684 24.1796 7.69258 24.1048C7.78832 24.03 7.86577 23.9344 7.91904 23.8252C7.97232 23.716 8.00004 23.5962 8.00008 23.4747V16.1907C8.00009 16.069 7.97236 15.949 7.919 15.8397C7.86565 15.7304 7.78807 15.6347 7.69217 15.5599C7.59627 15.4851 7.48457 15.4331 7.36557 15.4079C7.24657 15.3828 7.12339 15.3851 7.00541 15.4147L5.33341 15.8333ZM5.33341 15.8333V15.1667C5.33341 12.3377 6.45722 9.62458 8.45761 7.62419C10.458 5.62381 13.1711 4.5 16.0001 4.5C18.8291 4.5 21.5422 5.62381 23.5426 7.62419C25.5429 9.62458 26.6667 12.3377 26.6667 15.1667V15.8333M26.6667 15.8333L27.3134 15.9947C27.8903 16.1389 28.4025 16.4718 28.7685 16.9404C29.1345 17.4091 29.3333 17.9867 29.3334 18.5813V21.084C29.3333 21.6787 29.1345 22.2562 28.7685 22.7249C28.4025 23.1936 27.8903 23.5265 27.3134 23.6707L26.6667 23.8333M26.6667 15.8333L24.9934 15.4147C24.8755 15.3853 24.7525 15.3832 24.6337 15.4085C24.5148 15.4337 24.4033 15.4857 24.3076 15.5605C24.2118 15.6353 24.1344 15.7309 24.0811 15.8401C24.0278 15.9493 24.0001 16.0692 24.0001 16.1907V23.4747C24.0001 23.5962 24.0278 23.716 24.0811 23.8252C24.1344 23.9344 24.2118 24.03 24.3076 24.1048C24.4033 24.1796 24.5148 24.2316 24.6337 24.2569C24.7525 24.2822 24.8755 24.28 24.9934 24.2507L26.6667 23.8333M26.6667 23.8333V25.1667C26.6667 25.8739 26.3858 26.5522 25.8857 27.0523C25.3856 27.5524 24.7073 27.8333 24.0001 27.8333H20.0001M20.0001 27.8333C20.0001 27.3029 19.7894 26.7942 19.4143 26.4191C19.0392 26.044 18.5305 25.8333 18.0001 25.8333H14.0001C13.4696 25.8333 12.9609 26.044 12.5859 26.4191C12.2108 26.7942 12.0001 27.3029 12.0001 27.8333C12.0001 28.3638 12.2108 28.8725 12.5859 29.2475C12.9609 29.6226 13.4696 29.8333 14.0001 29.8333H18.0001C18.5305 29.8333 19.0392 29.6226 19.4143 29.2475C19.7894 28.8725 20.0001 28.3638 20.0001 27.8333Z"
4
+ stroke="currentColor" stroke-width="1.5" />
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22.4626 11.7068C22.9166 11.7068 23.3519 11.5269 23.6729 11.2066C23.9939 10.8863 24.1743 10.4518 24.1743 9.99881C24.1743 9.54582 23.9939 9.11138 23.6729 8.79106C23.3519 8.47075 22.9166 8.29079 22.4626 8.29079C22.0087 8.29079 21.5733 8.47075 21.2523 8.79106C20.9313 9.11138 20.751 9.54582 20.751 9.99881C20.751 10.4518 20.9313 10.8863 21.2523 11.2066C21.5733 11.5269 22.0087 11.7068 22.4626 11.7068ZM17.5502 3.16673C17.0975 3.16368 16.6486 3.25027 16.2297 3.42149C15.8107 3.5927 15.4299 3.84515 15.1094 4.16422L3.67222 15.5482C3.35371 15.8652 3.10095 16.2418 2.92838 16.6564C2.75581 17.0709 2.66682 17.5154 2.6665 17.9643C2.66619 18.4132 2.75454 18.8578 2.92652 19.2726C3.09851 19.6875 3.35074 20.0644 3.6688 20.3819L12.1397 28.8332C12.7817 29.4736 13.6522 29.8333 14.56 29.8333C15.4677 29.8333 16.3383 29.4736 16.9802 28.8332L28.3301 17.509C28.6489 17.191 28.9015 16.8134 29.0737 16.3978C29.2458 15.9822 29.334 15.5367 29.3332 15.087L29.3195 6.63231C29.3181 5.73133 28.9602 4.86737 28.3235 4.22852C27.6868 3.58968 26.823 3.2277 25.9202 3.22139L17.5502 3.16673ZM16.3178 5.3735C16.4781 5.21396 16.6685 5.08774 16.878 5.00213C17.0875 4.91652 17.3119 4.87323 17.5382 4.87475L25.9082 4.92941C26.3597 4.93257 26.7918 5.11367 27.1101 5.43328C27.4285 5.75289 27.6074 6.18509 27.6078 6.63572L27.6215 15.0904C27.6217 15.315 27.5775 15.5374 27.4914 15.7449C27.4054 15.9524 27.2792 16.1409 27.12 16.2997L15.7718 27.6256C15.6129 27.7844 15.4241 27.9104 15.2163 27.9963C15.0085 28.0823 14.7858 28.1265 14.5608 28.1265C14.3359 28.1265 14.1132 28.0823 13.9054 27.9963C13.6976 27.9104 13.5088 27.7844 13.3498 27.6256L4.87893 19.1743C4.7199 19.0156 4.59378 18.8271 4.50779 18.6197C4.4218 18.4123 4.37762 18.19 4.37778 17.9655C4.37794 17.7411 4.42243 17.5188 4.50872 17.3115C4.595 17.1043 4.72139 16.916 4.88064 16.7574L16.3178 5.3735Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.0001 29.8333C12.4639 29.8333 9.07248 28.4286 6.57199 25.9281C4.07151 23.4276 2.66675 20.0362 2.66675 16.5C2.66675 12.9638 4.07151 9.57238 6.57199 7.0719C9.07248 4.57141 12.4639 3.16666 16.0001 3.16666C19.5363 3.16666 22.9277 4.57141 25.4282 7.0719C27.9287 9.57238 29.3334 12.9638 29.3334 16.5C29.3334 20.0362 27.9287 23.4276 25.4282 25.9281C22.9277 28.4286 19.5363 29.8333 16.0001 29.8333ZM16.0001 27.1667C18.8291 27.1667 21.5422 26.0428 23.5426 24.0425C25.5429 22.0421 26.6667 19.329 26.6667 16.5C26.6667 13.671 25.5429 10.9579 23.5426 8.95752C21.5422 6.95713 18.8291 5.83332 16.0001 5.83332C13.1711 5.83332 10.458 6.95713 8.45761 8.95752C6.45722 10.9579 5.33341 13.671 5.33341 16.5C5.33341 19.329 6.45722 22.0421 8.45761 24.0425C10.458 26.0428 13.1711 27.1667 16.0001 27.1667ZM14.6667 17.0467V8.49999H17.3334V15.9533L22.6001 21.22L20.7201 23.1L14.6667 17.0467Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.1111 12.9444C11.3468 12.9444 11.5729 13.0381 11.7396 13.2048C11.9063 13.3715 11.9999 13.5976 11.9999 13.8333V24.5C11.9999 24.7357 11.9063 24.9618 11.7396 25.1285C11.5729 25.2952 11.3468 25.3889 11.1111 25.3889C10.8753 25.3889 10.6492 25.2952 10.4825 25.1285C10.3158 24.9618 10.2222 24.7357 10.2222 24.5V13.8333C10.2222 13.5976 10.3158 13.3715 10.4825 13.2048C10.6492 13.0381 10.8753 12.9444 11.1111 12.9444ZM15.5555 12.9444C15.7912 12.9444 16.0173 13.0381 16.184 13.2048C16.3507 13.3715 16.4444 13.5976 16.4444 13.8333V24.5C16.4444 24.7357 16.3507 24.9618 16.184 25.1285C16.0173 25.2952 15.7912 25.3889 15.5555 25.3889C15.3198 25.3889 15.0937 25.2952 14.927 25.1285C14.7603 24.9618 14.6666 24.7357 14.6666 24.5V13.8333C14.6666 13.5976 14.7603 13.3715 14.927 13.2048C15.0937 13.0381 15.3198 12.9444 15.5555 12.9444ZM20.8888 13.8333C20.8888 13.5976 20.7952 13.3715 20.6285 13.2048C20.4618 13.0381 20.2357 12.9444 19.9999 12.9444C19.7642 12.9444 19.5381 13.0381 19.3714 13.2048C19.2047 13.3715 19.1111 13.5976 19.1111 13.8333V24.5C19.1111 24.7357 19.2047 24.9618 19.3714 25.1285C19.5381 25.2952 19.7642 25.3889 19.9999 25.3889C20.2357 25.3889 20.4618 25.2952 20.6285 25.1285C20.7952 24.9618 20.8888 24.7357 20.8888 24.5V13.8333Z" fill="currentColor"/>
3
+ <path d="M27.1111 8.49999C27.1111 8.97149 26.9238 9.42367 26.5904 9.75707C26.257 10.0905 25.8048 10.2778 25.3333 10.2778H24.4444V26.2778C24.4444 27.2208 24.0698 28.1251 23.403 28.7919C22.7362 29.4587 21.8319 29.8333 20.8889 29.8333H10.2222C9.27923 29.8333 8.37486 29.4587 7.70806 28.7919C7.04127 28.1251 6.66667 27.2208 6.66667 26.2778V10.2778H5.77778C5.30628 10.2778 4.8541 10.0905 4.5207 9.75707C4.1873 9.42367 4 8.97149 4 8.49999V6.72221C4 6.25072 4.1873 5.79853 4.5207 5.46513C4.8541 5.13174 5.30628 4.94443 5.77778 4.94443H12C12 4.47294 12.1873 4.02075 12.5207 3.68736C12.8541 3.35396 13.3063 3.16666 13.7778 3.16666H17.3333C17.8048 3.16666 18.257 3.35396 18.5904 3.68736C18.9238 4.02075 19.1111 4.47294 19.1111 4.94443H25.3333C25.8048 4.94443 26.257 5.13174 26.5904 5.46513C26.9238 5.79853 27.1111 6.25072 27.1111 6.72221V8.49999ZM8.65422 10.2778L8.44444 10.3827V26.2778C8.44444 26.7493 8.63175 27.2014 8.96514 27.5348C9.29854 27.8682 9.75073 28.0555 10.2222 28.0555H20.8889C21.3604 28.0555 21.8126 27.8682 22.146 27.5348C22.4794 27.2014 22.6667 26.7493 22.6667 26.2778V10.3827L22.4569 10.2778H8.65422ZM5.77778 8.49999H25.3333V6.72221H5.77778V8.49999Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.0001 7.16666C12.5667 7.16666 9.86675 9.77499 9.48925 13.1042C8.76312 13.2212 8.08213 13.5323 7.51837 14.0047C6.95461 14.4771 6.52906 15.0931 6.28675 15.7875C4.23675 16.3783 2.66675 18.2067 2.66675 20.5C2.66675 23.27 4.89675 25.5 7.66675 25.5H24.3334C27.1034 25.5 29.3334 23.27 29.3334 20.5C29.3334 19.0333 28.6209 17.72 27.5884 16.8017C27.3951 13.8733 25.0592 11.5367 22.1201 11.385C21.1167 8.94416 18.8151 7.16666 16.0001 7.16666ZM16.0001 8.83332C18.3017 8.83332 20.1417 10.3083 20.7917 12.4L20.9751 13H21.8334C24.1292 13 26.0001 14.8708 26.0001 17.1667V17.5833L26.3384 17.8442C26.7468 18.1571 27.0785 18.5588 27.3087 19.019C27.5388 19.4791 27.6613 19.9856 27.6667 20.5C27.6667 22.3967 26.2301 23.8333 24.3334 23.8333H7.66675C5.77008 23.8333 4.33341 22.3967 4.33341 20.5C4.33341 18.8167 5.54175 17.51 7.06675 17.245L7.61425 17.1408L7.71841 16.5925C7.96841 15.47 8.96341 14.6667 10.1667 14.6667H11.0001V13.8333C11.0001 11.025 13.1917 8.83332 16.0001 8.83332ZM16.0001 13.495L15.4001 14.0675L12.0667 17.4008L13.2667 18.6008L15.1667 16.6975V22.1667H16.8334V16.6975L18.7334 18.5992L19.9334 17.3992L16.6001 14.0658L16.0001 13.495Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.33325 28.9783V27.3651C5.33325 24.3701 6.523 21.4978 8.64078 19.38C10.7586 17.2623 13.6309 16.0725 16.6258 16.0725M16.6258 16.0725C19.6208 16.0725 22.4931 17.2623 24.6109 19.38M16.6258 16.0725C18.3373 16.0725 19.9786 15.3927 21.1887 14.1825C22.3989 12.9723 23.0788 11.331 23.0788 9.6196C23.0788 7.90818 22.3989 6.26686 21.1887 5.0567C19.9786 3.84655 18.3373 3.16669 16.6258 3.16669C14.9144 3.16669 13.2731 3.84655 12.063 5.0567C10.8528 6.26686 10.1729 7.90818 10.1729 9.6196C10.1729 11.331 10.8528 12.9723 12.063 14.1825C13.2731 15.3927 14.9144 16.0725 16.6258 16.0725Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.3684 25.6228C19.3684 26.5323 19.6566 27.3744 20.1469 28.0621C20.535 28.6109 21.0495 29.0583 21.6468 29.3665C22.2441 29.6748 22.9068 29.8349 23.5789 29.8333C24.4117 29.8333 25.2258 29.5864 25.9182 29.1237C26.6106 28.6611 27.1503 28.0035 27.4689 27.2341C27.7876 26.4647 27.871 25.6181 27.7085 24.8014C27.5461 23.9846 27.1451 23.2344 26.5562 22.6455C25.9674 22.0567 25.2171 21.6557 24.4004 21.4932C23.5836 21.3307 22.737 21.4141 21.9676 21.7328C21.1983 22.0515 20.5407 22.5912 20.078 23.2836C19.6154 23.976 19.3684 24.7901 19.3684 25.6228ZM23.5789 28.4298C23.0774 28.4308 22.5848 28.2966 22.153 28.0415L25.9976 24.1969C26.2491 24.6232 26.3833 25.1085 26.3867 25.6035C26.3901 26.0985 26.2626 26.5856 26.017 27.0154C25.7714 27.4452 25.4165 27.8024 24.9884 28.0508C24.5602 28.2992 24.0739 28.43 23.5789 28.4298ZM21.1602 27.0488L25.0049 23.2041C24.4687 22.8873 23.8424 22.7577 23.2245 22.8359C22.6067 22.914 22.0323 23.1955 21.5919 23.6358C21.1516 24.0762 20.8701 24.6505 20.792 25.2684C20.7138 25.8863 20.8434 26.5126 21.1602 27.0488Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 29.8333V28.1667C4 25.0725 5.22916 22.105 7.41709 19.9171C9.60501 17.7292 12.5725 16.5 15.6667 16.5C18.7609 16.5 21.7283 17.7292 23.9162 19.9171C26.1042 22.105 27.3333 25.0725 27.3333 28.1667V29.8333M15.6667 16.5C17.4348 16.5 19.1305 15.7976 20.3807 14.5474C21.631 13.2971 22.3333 11.6014 22.3333 9.83332C22.3333 8.06521 21.631 6.36952 20.3807 5.11928C19.1305 3.86904 17.4348 3.16666 15.6667 3.16666C13.8986 3.16666 12.2029 3.86904 10.9526 5.11928C9.70238 6.36952 9 8.06521 9 9.83332C9 11.6014 9.70238 13.2971 10.9526 14.5474C12.2029 15.7976 13.8986 16.5 15.6667 16.5Z" fill="currentColor"/>
3
+ <path d="M4 29.8333V28.1667C4 25.0725 5.22916 22.105 7.41709 19.9171C9.60501 17.7292 12.5725 16.5 15.6667 16.5M15.6667 16.5C18.7609 16.5 21.7283 17.7292 23.9162 19.9171C26.1042 22.105 27.3333 25.0725 27.3333 28.1667V29.8333M15.6667 16.5C17.4348 16.5 19.1305 15.7976 20.3807 14.5474C21.631 13.2971 22.3333 11.6014 22.3333 9.83332C22.3333 8.06521 21.631 6.36952 20.3807 5.11928C19.1305 3.86904 17.4348 3.16666 15.6667 3.16666C13.8986 3.16666 12.2029 3.86904 10.9526 5.11928C9.70238 6.36952 9 8.06521 9 9.83332C9 11.6014 9.70238 13.2971 10.9526 14.5474C12.2029 15.7976 13.8986 16.5 15.6667 16.5Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 29.8333V28.1667C4 25.0725 5.22916 22.105 7.41709 19.9171C9.60501 17.7292 12.5725 16.5 15.6667 16.5M15.6667 16.5C18.7609 16.5 21.7283 17.7292 23.9162 19.9171C26.1042 22.105 27.3333 25.0725 27.3333 28.1667V29.8333M15.6667 16.5C17.4348 16.5 19.1305 15.7976 20.3807 14.5474C21.631 13.2971 22.3333 11.6014 22.3333 9.83332C22.3333 8.06521 21.631 6.36952 20.3807 5.11928C19.1305 3.86904 17.4348 3.16666 15.6667 3.16666C13.8986 3.16666 12.2029 3.86904 10.9526 5.11928C9.70238 6.36952 9 8.06521 9 9.83332C9 11.6014 9.70238 13.2971 10.9526 14.5474C12.2029 15.7976 13.8986 16.5 15.6667 16.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.3023 8.1279C16.6202 8.1279 16.036 7.8848 15.5498 7.3986C15.0636 6.91239 14.8209 6.32862 14.8217 5.64728C14.8217 4.96511 15.0648 4.38092 15.551 3.89472C16.0372 3.40852 16.621 3.16583 17.3023 3.16666C17.9845 3.16666 18.5687 3.40976 19.0549 3.89596C19.5411 4.38216 19.7838 4.96593 19.7829 5.64728C19.7829 6.32945 19.5398 6.91363 19.0536 7.39984C18.5674 7.88604 17.9837 8.12872 17.3023 8.1279ZM10.8837 29.8333C10.4289 29.8333 10.0672 29.6729 9.79845 29.3521C9.52972 29.0312 9.44703 28.6542 9.55039 28.2209L12.7132 12.345L10.4806 13.2132V16.1899C10.4806 16.5413 10.3616 16.8357 10.1234 17.073C9.88527 17.3103 9.59091 17.4294 9.24031 17.4302C8.88889 17.4302 8.59411 17.3112 8.35597 17.073C8.11783 16.8349 7.99918 16.5405 8 16.1899V13.2442C8 12.7481 8.13437 12.2933 8.4031 11.8798C8.67184 11.4664 9.04393 11.1563 9.51938 10.9496L14.2636 8.9341C14.8631 8.68604 15.4729 8.65999 16.093 8.85596C16.7132 9.05193 17.199 9.4294 17.5504 9.98836L18.7907 11.9729C19.2455 12.6964 19.8346 13.3165 20.5581 13.8333C21.2817 14.3501 22.1085 14.6912 23.0388 14.8566C23.3488 14.8979 23.6072 15.0372 23.814 15.2746C24.0207 15.5119 24.124 15.7756 24.124 16.0659C24.124 16.4586 23.9843 16.784 23.7048 17.042C23.4253 17.3 23.1103 17.3984 22.7597 17.3372C21.6641 17.1718 20.6462 16.8254 19.706 16.2978C18.7659 15.7703 17.9647 15.1141 17.3023 14.3294L16.5581 18.0504L18.3876 19.7868C18.6357 20.0349 18.8271 20.309 18.9619 20.6091C19.0966 20.9093 19.1636 21.2347 19.1628 21.5853V28.593C19.1628 28.9444 19.0437 29.2392 18.8056 29.4773C18.5674 29.7155 18.2731 29.8341 17.9225 29.8333C17.5711 29.8333 17.2763 29.7142 17.0381 29.4761C16.8 29.238 16.6813 28.9436 16.6822 28.593V22.3915L14.0775 19.9108L12.062 28.9031C12 29.1511 11.8603 29.3682 11.6428 29.5542C11.4253 29.7403 11.1723 29.8333 10.8837 29.8333Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,152 @@
1
+ import type { Meta, StoryObj } from '@storybook/react-vite'
2
+
3
+ import { Icon } from '.'
4
+
5
+ const meta: Meta<typeof Icon> = {
6
+ argTypes: {
7
+ color: {
8
+ control: 'color'
9
+ },
10
+ name: {
11
+ control: 'select',
12
+ options: [
13
+ 'arrowDown',
14
+ 'arrowLeft',
15
+ 'arrowRight',
16
+ 'arrowSpin',
17
+ 'arrowUp',
18
+ 'avatar',
19
+ 'avatarFill',
20
+ 'bank',
21
+ 'bookProfile',
22
+ 'bot',
23
+ 'busStop',
24
+ 'calendar',
25
+ 'camera',
26
+ 'car',
27
+ 'card',
28
+ 'chatClose',
29
+ 'chevronDown',
30
+ 'chevronLeft',
31
+ 'chevronRight',
32
+ 'chevronUp',
33
+ 'close',
34
+ 'config',
35
+ 'correct',
36
+ 'crown',
37
+ 'denounce',
38
+ 'diamond',
39
+ 'distance',
40
+ 'dryer',
41
+ 'edit',
42
+ 'eyeOff',
43
+ 'eyeOn',
44
+ 'filter',
45
+ 'fingernail',
46
+ 'fingerprint',
47
+ 'heart',
48
+ 'heartFilled',
49
+ 'home',
50
+ 'image',
51
+ 'imageGallery',
52
+ 'information',
53
+ 'listAlt',
54
+ 'list',
55
+ 'location',
56
+ 'lock',
57
+ 'mail',
58
+ 'maskSad',
59
+ 'menu',
60
+ 'money',
61
+ 'money1',
62
+ 'moneyCard',
63
+ 'notificationOff',
64
+ 'notificationOn',
65
+ 'paperPlane',
66
+ 'pix',
67
+ 'plus',
68
+ 'search',
69
+ 'share',
70
+ 'star',
71
+ 'starFilled',
72
+ 'stars',
73
+ 'supportCenter',
74
+ 'tag',
75
+ 'time',
76
+ 'trash',
77
+ 'upload',
78
+ 'user',
79
+ 'userBlock',
80
+ 'userFilled',
81
+ 'walk'
82
+ ]
83
+ },
84
+ size: {
85
+ control: { max: 100, min: 16, step: 4, type: 'range' }
86
+ }
87
+ },
88
+ args: {
89
+ name: 'home',
90
+ size: 24
91
+ },
92
+ component: Icon,
93
+ parameters: {
94
+ layout: 'centered'
95
+ },
96
+ tags: ['autodocs'],
97
+ title: 'Icons/Icon'
98
+ }
99
+
100
+ export default meta
101
+ type Story = StoryObj<typeof Icon>
102
+
103
+ export const Default: Story = {
104
+ args: {
105
+ name: 'home'
106
+ }
107
+ }
108
+
109
+ export const Small: Story = {
110
+ args: {
111
+ name: 'home',
112
+ size: 16
113
+ }
114
+ }
115
+
116
+ export const Large: Story = {
117
+ args: {
118
+ name: 'home',
119
+ size: 48
120
+ }
121
+ }
122
+
123
+ export const CustomColor: Story = {
124
+ args: {
125
+ color: '#FF6B6B',
126
+ name: 'heart'
127
+ }
128
+ }
129
+
130
+ export const Navigation: Story = {
131
+ args: {
132
+ name: 'arrowRight'
133
+ }
134
+ }
135
+
136
+ export const Actions: Story = {
137
+ args: {
138
+ name: 'plus'
139
+ }
140
+ }
141
+
142
+ export const Status: Story = {
143
+ args: {
144
+ name: 'correct'
145
+ }
146
+ }
147
+
148
+ export const Communication: Story = {
149
+ args: {
150
+ name: 'mail'
151
+ }
152
+ }
package/src/index.tsx ADDED
@@ -0,0 +1,2 @@
1
+ export { Icon } from './Icon'
2
+ export type { IconName, IconProps } from './Icon'
package/src/svg.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ declare module '*.svg' {
2
+ import React from 'react'
3
+ import { SvgProps } from 'react-native-svg'
4
+ const content: React.FC<SvgProps>
5
+ export default content
6
+ }
7
+