@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="M5.62971 5.83331C3.99545 5.83331 2.66675 7.39886 2.66675 9.32442V23.2889C2.66675 25.2144 3.99545 26.78 5.62971 26.78H26.3705C28.0047 26.78 29.3334 25.2144 29.3334 23.2889V9.32442C29.3334 7.39886 28.0047 5.83331 26.3705 5.83331H5.62971ZM15.2593 12.8155H25.6297C26.0371 12.8155 26.3705 13.2083 26.3705 13.6883C26.3705 14.1683 26.0371 14.5611 25.6297 14.5611H15.2593C14.8519 14.5611 14.5186 14.1683 14.5186 13.6883C14.5186 13.2083 14.8519 12.8155 15.2593 12.8155ZM14.5186 18.925C14.5186 18.445 14.8519 18.0522 15.2593 18.0522H25.6297C26.0371 18.0522 26.3705 18.445 26.3705 18.925C26.3705 19.405 26.0371 19.7978 25.6297 19.7978H15.2593C14.8519 19.7978 14.5186 19.405 14.5186 18.925ZM10.2593 10.6336V11.3918C10.6066 11.4573 10.9353 11.55 11.2362 11.6482C11.7316 11.8009 12.0232 12.401 11.8936 12.9846C11.764 13.5683 11.2547 13.912 10.7593 13.7592C10.2501 13.601 9.75934 13.4865 9.3149 13.4756C8.94916 13.4701 8.57416 13.5738 8.31953 13.7483C8.0973 13.9011 8.03249 14.0538 8.03249 14.2556C8.03249 14.3538 8.03712 14.4465 8.27786 14.6211C8.56953 14.8284 8.99545 14.9866 9.58804 15.1939L9.62045 15.2048C10.139 15.3902 10.8056 15.6248 11.338 16.023C11.9353 16.4648 12.463 17.1849 12.4769 18.2922C12.4908 19.4323 11.9908 20.2614 11.3288 20.7469C10.9955 20.9924 10.6251 21.1451 10.2547 21.2378V21.9797C10.2547 22.5797 9.83804 23.0707 9.32878 23.0707C8.81953 23.0707 8.40286 22.5797 8.40286 21.9797V21.1833C7.92601 21.0633 7.47693 20.8833 7.0973 20.7251C7.00008 20.6869 6.90749 20.6487 6.8149 20.6105C6.32878 20.4196 6.06953 19.8032 6.23156 19.2305C6.3936 18.6577 6.91675 18.3522 7.40286 18.5431C7.5186 18.5868 7.62971 18.6359 7.73619 18.6741C8.36582 18.925 8.8473 19.1159 9.36119 19.1377C9.75934 19.1541 10.1251 19.0504 10.3519 18.8813C10.5417 18.745 10.6297 18.5813 10.6251 18.3086C10.6251 18.1504 10.588 18.0358 10.3519 17.8613C10.0603 17.6431 9.63897 17.4849 9.05564 17.2776L8.97693 17.2503C8.4723 17.0703 7.83804 16.8467 7.32878 16.4867C6.74082 16.0666 6.1899 15.3684 6.18527 14.2665C6.18064 13.1156 6.73156 12.3191 7.37971 11.8718C7.69916 11.6482 8.05101 11.5009 8.40749 11.4082V10.6336C8.40749 10.0336 8.82416 9.54262 9.33341 9.54262C9.84267 9.54262 10.2593 10.0336 10.2593 10.6336Z" 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="M14.815 29.8333V26.6481C13.5063 26.3518 12.3765 25.7839 11.4253 24.9444C10.4742 24.1049 9.77695 22.9197 9.3335 21.3889L12.0742 20.2778C12.4446 21.463 12.9942 22.3642 13.7231 22.9815C14.452 23.5988 15.4086 23.9074 16.5928 23.9074C17.6051 23.9074 18.4634 23.6788 19.1676 23.2215C19.8718 22.7642 20.2234 22.0546 20.2224 21.0926C20.2224 20.2284 19.9508 19.5434 19.4076 19.0378C18.8644 18.5321 17.6051 17.9578 15.6298 17.3148C13.5063 16.6481 12.0495 15.8516 11.2594 14.9252C10.4693 13.9988 10.0742 12.8694 10.0742 11.537C10.0742 9.93209 10.5928 8.68517 11.6298 7.79629C12.6668 6.9074 13.7286 6.40122 14.815 6.27777V3.16666H17.7779V6.27777C19.0125 6.4753 20.0313 6.92616 20.8342 7.63036C21.6372 8.33456 22.2234 9.19234 22.5928 10.2037L19.852 11.3889C19.5557 10.5988 19.136 10.0062 18.5928 9.6111C18.0495 9.21604 17.3088 9.01851 16.3705 9.01851C15.2841 9.01851 14.457 9.2595 13.8891 9.74147C13.3212 10.2234 13.0372 10.822 13.0372 11.537C13.0372 12.3518 13.4076 12.9938 14.1483 13.463C14.8891 13.9321 16.173 14.4259 18.0002 14.9444C19.7039 15.4383 20.9942 16.2225 21.8713 17.297C22.7483 18.3716 23.1863 19.6121 23.1853 21.0185C23.1853 22.7716 22.6668 24.1049 21.6298 25.0185C20.5928 25.9321 19.3088 26.5 17.7779 26.7222V29.8333H14.815Z" 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="M20.7553 27.0263C20.7555 27.7345 20.4881 28.4166 20.0065 28.9358C19.525 29.4551 18.865 29.7732 18.1588 29.8263L17.9483 29.8333H15.1413C14.4333 29.8332 13.7516 29.5656 13.2326 29.0841C12.7137 28.6026 12.3958 27.9428 12.3427 27.2368L12.3343 27.0263H20.7553ZM16.5448 3.16666C19.0921 3.16662 21.5399 4.15598 23.3718 5.92606C25.2036 7.69614 26.2764 10.1085 26.3637 12.6544L26.3693 12.9912V18.274L28.9265 23.3884C29.0381 23.6116 29.094 23.8584 29.0893 24.1079C29.0846 24.3574 29.0196 24.602 28.8997 24.8208C28.7798 25.0396 28.6086 25.2261 28.4009 25.3643C28.1932 25.5025 27.955 25.5883 27.7069 25.6144L27.5455 25.6228H26.9504L28.4536 27.126C28.7053 27.3785 28.8514 27.7174 28.8623 28.0739C28.8732 28.4303 28.748 28.7775 28.5122 29.0449C28.2763 29.3124 27.9475 29.4801 27.5925 29.5139C27.2376 29.5477 26.883 29.4451 26.6009 29.227L26.469 29.1105L4.63602 7.27894C4.3843 7.02637 4.23816 6.68745 4.22728 6.33103C4.21639 5.97461 4.34158 5.62741 4.57742 5.35995C4.81326 5.09249 5.14206 4.92483 5.49703 4.89101C5.85201 4.8572 6.20656 4.95977 6.48865 5.17789L6.62058 5.29438L8.57426 7.24806C9.48372 5.98385 10.6811 4.95431 12.0673 4.2446C13.4536 3.53488 14.9888 3.16538 16.5462 3.16666H16.5448ZM6.75251 12.187L9.52725 14.9617V18.274C9.52722 18.7096 9.42583 19.1392 9.2311 19.5288L7.589 22.8158H17.3813L20.1883 25.6228H5.54409C5.2809 25.6228 5.02207 25.5556 4.79218 25.4274C4.56229 25.2993 4.36898 25.1145 4.23061 24.8906C4.09223 24.6668 4.01339 24.4112 4.00156 24.1483C3.98973 23.8854 4.04532 23.6238 4.16304 23.3884L6.72023 18.274V12.9912C6.72023 12.7203 6.73146 12.4523 6.75251 12.187ZM16.5448 5.97368C15.3551 5.97307 14.1849 6.2751 13.1441 6.85134C12.1033 7.42759 11.2262 8.25912 10.5953 9.26771L24.1434 22.8158H25.502L23.8599 19.5288C23.6647 19.1393 23.5628 18.7097 23.5623 18.274V12.9912C23.5623 11.1301 22.823 9.34511 21.5069 8.02907C20.1909 6.71302 18.406 5.97368 16.5448 5.97368Z" 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 fill-rule="evenodd" clip-rule="evenodd" d="M20.7555 27.0263C20.7558 27.7345 20.4883 28.4166 20.0068 28.9358C19.5252 29.4551 18.8652 29.7732 18.1591 29.8263L17.9485 29.8333H15.1415C14.4333 29.8335 13.7512 29.5661 13.232 29.0846C12.7127 28.603 12.3946 27.943 12.3415 27.2368L12.3345 27.0263H20.7555ZM16.545 3.16666C19.0924 3.16661 21.5401 4.15598 23.372 5.92606C25.2039 7.69614 26.2766 10.1085 26.364 12.6544L26.3696 12.9912V18.274L28.9268 23.3884C29.0384 23.6116 29.0942 23.8584 29.0895 24.1079C29.0849 24.3574 29.0198 24.602 28.8999 24.8208C28.78 25.0396 28.6089 25.2261 28.4011 25.3643C28.1934 25.5025 27.9553 25.5883 27.7071 25.6144L27.5457 25.6228H5.54432C5.29472 25.6229 5.04883 25.5624 4.82771 25.4466C4.6066 25.3309 4.41685 25.1632 4.27473 24.958C4.1326 24.7528 4.04235 24.5163 4.01169 24.2686C3.98103 24.0209 4.01089 23.7694 4.0987 23.5358L4.16326 23.3884L6.72046 18.274V12.9912C6.72046 10.3856 7.75554 7.88667 9.598 6.0442C11.4405 4.20174 13.9394 3.16666 16.545 3.16666ZM16.545 5.97367C14.7366 5.97378 12.9981 6.67198 11.692 7.92267C10.3859 9.17336 9.61298 10.88 9.53449 12.6867L9.52747 12.9912V18.274C9.52749 18.6221 9.46276 18.9672 9.3366 19.2916L9.23133 19.5302L7.58923 22.8158H25.5022L23.8601 19.5288C23.7043 19.2176 23.6077 18.8802 23.5752 18.5337L23.5626 18.274V12.9912C23.5626 11.13 22.8232 9.34511 21.5072 8.02907C20.1911 6.71302 18.4062 5.97367 16.545 5.97367Z" 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.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,2 @@
1
+ export { Icon } from './Icon';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Icon"],"sourceRoot":"..\\..\\src","sources":["index.tsx"],"mappings":"AAAA,SAASA,IAAI,QAAQ,QAAQ","ignoreList":[]}
@@ -0,0 +1,75 @@
1
+ import { Icon } from '.';
2
+ const meta = {
3
+ argTypes: {
4
+ color: {
5
+ control: 'color'
6
+ },
7
+ name: {
8
+ control: 'select',
9
+ options: ['arrowDown', 'arrowLeft', 'arrowRight', 'arrowSpin', 'arrowUp', 'avatar', 'avatarFill', 'bank', 'bookProfile', 'bot', 'busStop', 'calendar', 'camera', 'car', 'card', 'chatClose', 'chevronDown', 'chevronLeft', 'chevronRight', 'chevronUp', 'close', 'config', 'correct', 'crown', 'denounce', 'diamond', 'distance', 'dryer', 'edit', 'eyeOff', 'eyeOn', 'filter', 'fingernail', 'fingerprint', 'heart', 'heartFilled', 'home', 'image', 'imageGallery', 'information', 'listAlt', 'list', 'location', 'lock', 'mail', 'maskSad', 'menu', 'money', 'money1', 'moneyCard', 'notificationOff', 'notificationOn', 'paperPlane', 'pix', 'plus', 'search', 'share', 'star', 'starFilled', 'stars', 'supportCenter', 'tag', 'time', 'trash', 'upload', 'user', 'userBlock', 'userFilled', 'walk']
10
+ },
11
+ size: {
12
+ control: {
13
+ max: 100,
14
+ min: 16,
15
+ step: 4,
16
+ type: 'range'
17
+ }
18
+ }
19
+ },
20
+ args: {
21
+ name: 'home',
22
+ size: 24
23
+ },
24
+ component: Icon,
25
+ parameters: {
26
+ layout: 'centered'
27
+ },
28
+ tags: ['autodocs'],
29
+ title: 'Icons/Icon'
30
+ };
31
+ export default meta;
32
+ export const Default = {
33
+ args: {
34
+ name: 'home'
35
+ }
36
+ };
37
+ export const Small = {
38
+ args: {
39
+ name: 'home',
40
+ size: 16
41
+ }
42
+ };
43
+ export const Large = {
44
+ args: {
45
+ name: 'home',
46
+ size: 48
47
+ }
48
+ };
49
+ export const CustomColor = {
50
+ args: {
51
+ color: '#FF6B6B',
52
+ name: 'heart'
53
+ }
54
+ };
55
+ export const Navigation = {
56
+ args: {
57
+ name: 'arrowRight'
58
+ }
59
+ };
60
+ export const Actions = {
61
+ args: {
62
+ name: 'plus'
63
+ }
64
+ };
65
+ export const Status = {
66
+ args: {
67
+ name: 'correct'
68
+ }
69
+ };
70
+ export const Communication = {
71
+ args: {
72
+ name: 'mail'
73
+ }
74
+ };
75
+ //# sourceMappingURL=index.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Icon","meta","argTypes","color","control","name","options","size","max","min","step","type","args","component","parameters","layout","tags","title","Default","Small","Large","CustomColor","Navigation","Actions","Status","Communication"],"sourceRoot":"..\\..\\src","sources":["index.stories.tsx"],"mappings":"AAEA,SAASA,IAAI,QAAQ,GAAG;AAExB,MAAMC,IAAuB,GAAG;EAC9BC,QAAQ,EAAE;IACRC,KAAK,EAAE;MACLC,OAAO,EAAE;IACX,CAAC;IACDC,IAAI,EAAE;MACJD,OAAO,EAAE,QAAQ;MACjBE,OAAO,EAAE,CACP,WAAW,EACX,WAAW,EACX,YAAY,EACZ,WAAW,EACX,SAAS,EACT,QAAQ,EACR,YAAY,EACZ,MAAM,EACN,aAAa,EACb,KAAK,EACL,SAAS,EACT,UAAU,EACV,QAAQ,EACR,KAAK,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,aAAa,EACb,cAAc,EACd,WAAW,EACX,OAAO,EACP,QAAQ,EACR,SAAS,EACT,OAAO,EACP,UAAU,EACV,SAAS,EACT,UAAU,EACV,OAAO,EACP,MAAM,EACN,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,OAAO,EACP,aAAa,EACb,MAAM,EACN,OAAO,EACP,cAAc,EACd,aAAa,EACb,SAAS,EACT,MAAM,EACN,UAAU,EACV,MAAM,EACN,MAAM,EACN,SAAS,EACT,MAAM,EACN,OAAO,EACP,QAAQ,EACR,WAAW,EACX,iBAAiB,EACjB,gBAAgB,EAChB,YAAY,EACZ,KAAK,EACL,MAAM,EACN,QAAQ,EACR,OAAO,EACP,MAAM,EACN,YAAY,EACZ,OAAO,EACP,eAAe,EACf,KAAK,EACL,MAAM,EACN,OAAO,EACP,QAAQ,EACR,MAAM,EACN,WAAW,EACX,YAAY,EACZ,MAAM;IAEV,CAAC;IACDC,IAAI,EAAE;MACJH,OAAO,EAAE;QAAEI,GAAG,EAAE,GAAG;QAAEC,GAAG,EAAE,EAAE;QAAEC,IAAI,EAAE,CAAC;QAAEC,IAAI,EAAE;MAAQ;IACvD;EACF,CAAC;EACDC,IAAI,EAAE;IACJP,IAAI,EAAE,MAAM;IACZE,IAAI,EAAE;EACR,CAAC;EACDM,SAAS,EAAEb,IAAI;EACfc,UAAU,EAAE;IACVC,MAAM,EAAE;EACV,CAAC;EACDC,IAAI,EAAE,CAAC,UAAU,CAAC;EAClBC,KAAK,EAAE;AACT,CAAC;AAED,eAAehB,IAAI;AAGnB,OAAO,MAAMiB,OAAc,GAAG;EAC5BN,IAAI,EAAE;IACJP,IAAI,EAAE;EACR;AACF,CAAC;AAED,OAAO,MAAMc,KAAY,GAAG;EAC1BP,IAAI,EAAE;IACJP,IAAI,EAAE,MAAM;IACZE,IAAI,EAAE;EACR;AACF,CAAC;AAED,OAAO,MAAMa,KAAY,GAAG;EAC1BR,IAAI,EAAE;IACJP,IAAI,EAAE,MAAM;IACZE,IAAI,EAAE;EACR;AACF,CAAC;AAED,OAAO,MAAMc,WAAkB,GAAG;EAChCT,IAAI,EAAE;IACJT,KAAK,EAAE,SAAS;IAChBE,IAAI,EAAE;EACR;AACF,CAAC;AAED,OAAO,MAAMiB,UAAiB,GAAG;EAC/BV,IAAI,EAAE;IACJP,IAAI,EAAE;EACR;AACF,CAAC;AAED,OAAO,MAAMkB,OAAc,GAAG;EAC5BX,IAAI,EAAE;IACJP,IAAI,EAAE;EACR;AACF,CAAC;AAED,OAAO,MAAMmB,MAAa,GAAG;EAC3BZ,IAAI,EAAE;IACJP,IAAI,EAAE;EACR;AACF,CAAC;AAED,OAAO,MAAMoB,aAAoB,GAAG;EAClCb,IAAI,EAAE;IACJP,IAAI,EAAE;EACR;AACF,CAAC","ignoreList":[]}
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=svg.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"..\\..\\src","sources":["svg.d.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,27 @@
1
+ import * as React from 'react';
2
+ import { ViewStyle } from 'react-native';
3
+ export type IconName = 'arrowDown' | 'arrowLeft' | 'arrowRight' | 'arrowSpin' | 'arrowUp' | 'avatar' | 'avatarFill' | 'bank' | 'bookProfile' | 'bot' | 'busStop' | 'calendar' | 'camera' | 'car' | 'card' | 'chatClose' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUp' | 'close' | 'config' | 'correct' | 'crown' | 'denounce' | 'diamond' | 'distance' | 'dryer' | 'edit' | 'eyeOff' | 'eyeOn' | 'filter' | 'fingernail' | 'fingerprint' | 'heart' | 'heartFilled' | 'home' | 'image' | 'imageGallery' | 'information' | 'listAlt' | 'list' | 'location' | 'lock' | 'mail' | 'maskSad' | 'menu' | 'money' | 'money1' | 'moneyCard' | 'notificationOff' | 'notificationOn' | 'paperPlane' | 'pix' | 'plus' | 'search' | 'share' | 'star' | 'starFilled' | 'stars' | 'supportCenter' | 'tag' | 'time' | 'trash' | 'upload' | 'user' | 'userBlock' | 'userFilled' | 'walk';
4
+ export interface IconProps {
5
+ /**
6
+ * Nome do ícone
7
+ */
8
+ name: IconName;
9
+ /**
10
+ * Tamanho do ícone
11
+ */
12
+ size?: number;
13
+ /**
14
+ * Cor do ícone (opcional, usa cor do tema por padrão)
15
+ */
16
+ color?: string;
17
+ /**
18
+ * Estilo personalizado do container
19
+ */
20
+ style?: ViewStyle;
21
+ /**
22
+ * ID para testes
23
+ */
24
+ testID?: string;
25
+ }
26
+ export declare const Icon: React.FC<IconProps>;
27
+ //# sourceMappingURL=Icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AA4ExC,MAAM,MAAM,QAAQ,GAChB,WAAW,GACX,WAAW,GACX,YAAY,GACZ,WAAW,GACX,SAAS,GACT,QAAQ,GACR,YAAY,GACZ,MAAM,GACN,aAAa,GACb,KAAK,GACL,SAAS,GACT,UAAU,GACV,QAAQ,GACR,KAAK,GACL,MAAM,GACN,WAAW,GACX,aAAa,GACb,aAAa,GACb,cAAc,GACd,WAAW,GACX,OAAO,GACP,QAAQ,GACR,SAAS,GACT,OAAO,GACP,UAAU,GACV,SAAS,GACT,UAAU,GACV,OAAO,GACP,MAAM,GACN,QAAQ,GACR,OAAO,GACP,QAAQ,GACR,YAAY,GACZ,aAAa,GACb,OAAO,GACP,aAAa,GACb,MAAM,GACN,OAAO,GACP,cAAc,GACd,aAAa,GACb,SAAS,GACT,MAAM,GACN,UAAU,GACV,MAAM,GACN,MAAM,GACN,SAAS,GACT,MAAM,GACN,OAAO,GACP,QAAQ,GACR,WAAW,GACX,iBAAiB,GACjB,gBAAgB,GAChB,YAAY,GACZ,KAAK,GACL,MAAM,GACN,QAAQ,GACR,OAAO,GACP,MAAM,GACN,YAAY,GACZ,OAAO,GACP,eAAe,GACf,KAAK,GACL,MAAM,GACN,OAAO,GACP,QAAQ,GACR,MAAM,GACN,WAAW,GACX,YAAY,GACZ,MAAM,CAAA;AAEV,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAA;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAmBpC,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { Icon } from './Icon';
2
+ export type { IconName, IconProps } from './Icon';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,YAAY,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA"}
package/package.json ADDED
@@ -0,0 +1,56 @@
1
+ {
2
+ "name": "@wecareu/icons",
3
+ "version": "1.0.0",
4
+ "description": "Sistema de ícones SVG para WeCareU Design System",
5
+ "main": "lib/commonjs/index.js",
6
+ "module": "lib/module/index.js",
7
+ "types": "lib/typescript/index.d.ts",
8
+ "files": [
9
+ "lib",
10
+ "src"
11
+ ],
12
+ "scripts": {
13
+ "build": "bob build",
14
+ "clean": "rimraf lib"
15
+ },
16
+ "keywords": [
17
+ "react-native",
18
+ "icons",
19
+ "svg",
20
+ "design-system",
21
+ "wecareu"
22
+ ],
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/wecareu/library-design-system.git",
26
+ "directory": "packages/icons"
27
+ },
28
+ "license": "MIT",
29
+ "devDependencies": {
30
+ "@types/react": "^18.2.0",
31
+ "@types/react-native": "^0.72.0",
32
+ "react": "^18.2.0",
33
+ "react-native": "^0.72.0",
34
+ "react-native-builder-bob": "^0.20.0",
35
+ "react-native-svg": "^14.1.0",
36
+ "rimraf": "^5.0.0",
37
+ "typescript": "^5.0.0"
38
+ },
39
+ "peerDependencies": {
40
+ "react": "*",
41
+ "react-native": "*",
42
+ "react-native-svg": "*"
43
+ },
44
+ "publishConfig": {
45
+ "access": "public"
46
+ },
47
+ "react-native-builder-bob": {
48
+ "source": "src",
49
+ "output": "lib",
50
+ "targets": [
51
+ "commonjs",
52
+ "module",
53
+ "typescript"
54
+ ]
55
+ }
56
+ }
package/src/Icon.tsx ADDED
@@ -0,0 +1,263 @@
1
+ import * as React from 'react'
2
+ import { ViewStyle } from 'react-native'
3
+ import { SvgProps } from 'react-native-svg'
4
+
5
+ import { useTheme } from '@WeCareU/theme'
6
+
7
+ // Importing SVG icons
8
+ import ArrowDown from './assets/arrow-down.svg'
9
+ import ArrowLeft from './assets/arrow-left.svg'
10
+ import ArrowRight from './assets/arrow-right.svg'
11
+ import ArrowSpin from './assets/arrow-spin.svg'
12
+ import ArrowUp from './assets/arrow-up.svg'
13
+ import AvatarFill from './assets/avatar-fill.svg'
14
+ import Avatar from './assets/avatar.svg'
15
+ import Bank from './assets/bank.svg'
16
+ import BookProfile from './assets/book-profile.svg'
17
+ import Bot from './assets/bot.svg'
18
+ import BusStop from './assets/bus-stop.svg'
19
+ import Calendar from './assets/calendar.svg'
20
+ import Camera from './assets/camera.svg'
21
+ import Car from './assets/car.svg'
22
+ import Card from './assets/card.svg'
23
+ import ChatClose from './assets/chat-close.svg'
24
+ import ChevronDown from './assets/chevron-down.svg'
25
+ import ChevronLeft from './assets/chevron-left.svg'
26
+ import ChevronRight from './assets/chevron-right.svg'
27
+ import ChevronUp from './assets/chevron-up.svg'
28
+ import Close from './assets/close.svg'
29
+ import Config from './assets/config.svg'
30
+ import Correct from './assets/correct.svg'
31
+ import Crown from './assets/crown.svg'
32
+ import Denounce from './assets/denounce.svg'
33
+ import Diamond from './assets/diamond.svg'
34
+ import Distance from './assets/distance.svg'
35
+ import Dryer from './assets/dryer.svg'
36
+ import Edit from './assets/edit.svg'
37
+ import EyeOff from './assets/eye-off.svg'
38
+ import EyeOn from './assets/eye-on.svg'
39
+ import Filter from './assets/filter.svg'
40
+ import Fingerprint from './assets/finger-print.svg'
41
+ import Fingernail from './assets/fingernail.svg'
42
+ import HeartFilled from './assets/heart-filled.svg'
43
+ import Heart from './assets/heart.svg'
44
+ import Home from './assets/home.svg'
45
+ import ImageGallery from './assets/image-gallery.svg'
46
+ import Image from './assets/image.svg'
47
+ import Information from './assets/information.svg'
48
+ import ListAlt from './assets/list-alt.svg'
49
+ import List from './assets/list.svg'
50
+ import Location from './assets/location.svg'
51
+ import Lock from './assets/lock.svg'
52
+ import Mail from './assets/mail.svg'
53
+ import MaskSad from './assets/mask-sad.svg'
54
+ import Menu from './assets/menu.svg'
55
+ import Money1 from './assets/money-1.svg'
56
+ import MoneyCard from './assets/money-card.svg'
57
+ import Money from './assets/money.svg'
58
+ import NotificationOff from './assets/notification-off.svg'
59
+ import NotificationOn from './assets/notification-on.svg'
60
+ import PaperPlane from './assets/paper-plane.svg'
61
+ import Pix from './assets/pix.svg'
62
+ import Plus from './assets/plus.svg'
63
+ import Search from './assets/search.svg'
64
+ import Share from './assets/share.svg'
65
+ import StarFilled from './assets/star-filled.svg'
66
+ import Star from './assets/star.svg'
67
+ import Stars from './assets/stars.svg'
68
+ import SupportCenter from './assets/support-center.svg'
69
+ import Tag from './assets/tag.svg'
70
+ import Time from './assets/time.svg'
71
+ import Trash from './assets/trash.svg'
72
+ import Upload from './assets/upload.svg'
73
+ import UserBlock from './assets/user-block.svg'
74
+ import UserFilled from './assets/user-filled.svg'
75
+ import User from './assets/user.svg'
76
+ import Walk from './assets/walk.svg'
77
+
78
+ export type IconName =
79
+ | 'arrowDown'
80
+ | 'arrowLeft'
81
+ | 'arrowRight'
82
+ | 'arrowSpin'
83
+ | 'arrowUp'
84
+ | 'avatar'
85
+ | 'avatarFill'
86
+ | 'bank'
87
+ | 'bookProfile'
88
+ | 'bot'
89
+ | 'busStop'
90
+ | 'calendar'
91
+ | 'camera'
92
+ | 'car'
93
+ | 'card'
94
+ | 'chatClose'
95
+ | 'chevronDown'
96
+ | 'chevronLeft'
97
+ | 'chevronRight'
98
+ | 'chevronUp'
99
+ | 'close'
100
+ | 'config'
101
+ | 'correct'
102
+ | 'crown'
103
+ | 'denounce'
104
+ | 'diamond'
105
+ | 'distance'
106
+ | 'dryer'
107
+ | 'edit'
108
+ | 'eyeOff'
109
+ | 'eyeOn'
110
+ | 'filter'
111
+ | 'fingernail'
112
+ | 'fingerprint'
113
+ | 'heart'
114
+ | 'heartFilled'
115
+ | 'home'
116
+ | 'image'
117
+ | 'imageGallery'
118
+ | 'information'
119
+ | 'listAlt'
120
+ | 'list'
121
+ | 'location'
122
+ | 'lock'
123
+ | 'mail'
124
+ | 'maskSad'
125
+ | 'menu'
126
+ | 'money'
127
+ | 'money1'
128
+ | 'moneyCard'
129
+ | 'notificationOff'
130
+ | 'notificationOn'
131
+ | 'paperPlane'
132
+ | 'pix'
133
+ | 'plus'
134
+ | 'search'
135
+ | 'share'
136
+ | 'star'
137
+ | 'starFilled'
138
+ | 'stars'
139
+ | 'supportCenter'
140
+ | 'tag'
141
+ | 'time'
142
+ | 'trash'
143
+ | 'upload'
144
+ | 'user'
145
+ | 'userBlock'
146
+ | 'userFilled'
147
+ | 'walk'
148
+
149
+ export interface IconProps {
150
+ /**
151
+ * Nome do ícone
152
+ */
153
+ name: IconName
154
+ /**
155
+ * Tamanho do ícone
156
+ */
157
+ size?: number
158
+ /**
159
+ * Cor do ícone (opcional, usa cor do tema por padrão)
160
+ */
161
+ color?: string
162
+ /**
163
+ * Estilo personalizado do container
164
+ */
165
+ style?: ViewStyle
166
+ /**
167
+ * ID para testes
168
+ */
169
+ testID?: string
170
+ }
171
+
172
+ export const Icon: React.FC<IconProps> = ({
173
+ name,
174
+ size = 24,
175
+ color,
176
+ style,
177
+ testID
178
+ }) => {
179
+ const theme = useTheme()
180
+ const IconComponent = iconMap[name]
181
+
182
+ return (
183
+ <IconComponent
184
+ color={color || theme.colors.interactive.primary}
185
+ height={size}
186
+ style={style}
187
+ testID={testID}
188
+ width={size}
189
+ />
190
+ )
191
+ }
192
+
193
+ const iconMap: Record<IconName, React.FC<SvgProps>> = {
194
+ arrowDown: ArrowDown,
195
+ arrowLeft: ArrowLeft,
196
+ arrowRight: ArrowRight,
197
+ arrowSpin: ArrowSpin,
198
+ arrowUp: ArrowUp,
199
+ avatar: Avatar,
200
+ avatarFill: AvatarFill,
201
+ bank: Bank,
202
+ bookProfile: BookProfile,
203
+ bot: Bot,
204
+ busStop: BusStop,
205
+ calendar: Calendar,
206
+ camera: Camera,
207
+ car: Car,
208
+ card: Card,
209
+ chatClose: ChatClose,
210
+ chevronDown: ChevronDown,
211
+ chevronLeft: ChevronLeft,
212
+ chevronRight: ChevronRight,
213
+ chevronUp: ChevronUp,
214
+ close: Close,
215
+ config: Config,
216
+ correct: Correct,
217
+ crown: Crown,
218
+ denounce: Denounce,
219
+ diamond: Diamond,
220
+ distance: Distance,
221
+ dryer: Dryer,
222
+ edit: Edit,
223
+ eyeOff: EyeOff,
224
+ eyeOn: EyeOn,
225
+ filter: Filter,
226
+ fingernail: Fingernail,
227
+ fingerprint: Fingerprint,
228
+ heart: Heart,
229
+ heartFilled: HeartFilled,
230
+ home: Home,
231
+ image: Image,
232
+ imageGallery: ImageGallery,
233
+ information: Information,
234
+ list: List,
235
+ listAlt: ListAlt,
236
+ location: Location,
237
+ lock: Lock,
238
+ mail: Mail,
239
+ maskSad: MaskSad,
240
+ menu: Menu,
241
+ money: Money,
242
+ money1: Money1,
243
+ moneyCard: MoneyCard,
244
+ notificationOff: NotificationOff,
245
+ notificationOn: NotificationOn,
246
+ paperPlane: PaperPlane,
247
+ pix: Pix,
248
+ plus: Plus,
249
+ search: Search,
250
+ share: Share,
251
+ star: Star,
252
+ starFilled: StarFilled,
253
+ stars: Stars,
254
+ supportCenter: SupportCenter,
255
+ tag: Tag,
256
+ time: Time,
257
+ trash: Trash,
258
+ upload: Upload,
259
+ user: User,
260
+ userBlock: UserBlock,
261
+ userFilled: UserFilled,
262
+ walk: Walk
263
+ }
@@ -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="M27.2306 19.5078L17.2309 29.5075C17.1278 29.6108 17.0052 29.6927 16.8703 29.7486C16.7355 29.8045 16.5909 29.8333 16.4449 29.8333C16.2988 29.8333 16.1543 29.8045 16.0194 29.7486C15.8845 29.6927 15.762 29.6108 15.6588 29.5075L5.6591 19.5078C5.45062 19.2993 5.3335 19.0165 5.3335 18.7217C5.3335 18.4269 5.45062 18.1441 5.6591 17.9356C5.86759 17.7271 6.15035 17.61 6.44519 17.61C6.74003 17.61 7.02279 17.7271 7.23127 17.9356L15.3338 26.0395V4.27773C15.3338 3.98306 15.4508 3.70045 15.6592 3.49208C15.8676 3.28372 16.1502 3.16666 16.4449 3.16666C16.7395 3.16666 17.0221 3.28372 17.2305 3.49208C17.4389 3.70045 17.5559 3.98306 17.5559 4.27773V26.0395L25.6585 17.9356C25.8669 17.7271 26.1497 17.61 26.4445 17.61C26.7394 17.61 27.0221 17.7271 27.2306 17.9356C27.4391 18.1441 27.5562 18.4269 27.5562 18.7217C27.5562 19.0165 27.4391 19.2993 27.2306 19.5078Z" fill="currentColor"/>
3
+ </svg>