@bigbot-community/bigbot-ui 1.0.1

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 (352) hide show
  1. package/dist/braip-ui.cjs +2 -0
  2. package/dist/braip-ui.cjs.map +1 -0
  3. package/dist/braip-ui.js +2502 -0
  4. package/dist/braip-ui.js.map +1 -0
  5. package/dist/style.css +1 -0
  6. package/dist/types/components/atoms/BrAvatar/BrAvatar.vue.d.ts +9 -0
  7. package/dist/types/components/atoms/BrAvatar/BrAvatar.vue.d.ts.map +1 -0
  8. package/dist/types/components/atoms/BrAvatar/index.d.ts +3 -0
  9. package/dist/types/components/atoms/BrAvatar/index.d.ts.map +1 -0
  10. package/dist/types/components/atoms/BrAvatar/types.d.ts +37 -0
  11. package/dist/types/components/atoms/BrAvatar/types.d.ts.map +1 -0
  12. package/dist/types/components/atoms/BrBadge/BrBadge.test.d.ts +2 -0
  13. package/dist/types/components/atoms/BrBadge/BrBadge.test.d.ts.map +1 -0
  14. package/dist/types/components/atoms/BrBadge/BrBadge.vue.d.ts +18 -0
  15. package/dist/types/components/atoms/BrBadge/BrBadge.vue.d.ts.map +1 -0
  16. package/dist/types/components/atoms/BrBadge/index.d.ts +3 -0
  17. package/dist/types/components/atoms/BrBadge/index.d.ts.map +1 -0
  18. package/dist/types/components/atoms/BrBadge/types.d.ts +20 -0
  19. package/dist/types/components/atoms/BrBadge/types.d.ts.map +1 -0
  20. package/dist/types/components/atoms/BrButton/BrButton.test.d.ts +2 -0
  21. package/dist/types/components/atoms/BrButton/BrButton.test.d.ts.map +1 -0
  22. package/dist/types/components/atoms/BrButton/BrButton.vue.d.ts +25 -0
  23. package/dist/types/components/atoms/BrButton/BrButton.vue.d.ts.map +1 -0
  24. package/dist/types/components/atoms/BrButton/index.d.ts +3 -0
  25. package/dist/types/components/atoms/BrButton/index.d.ts.map +1 -0
  26. package/dist/types/components/atoms/BrButton/types.d.ts +35 -0
  27. package/dist/types/components/atoms/BrButton/types.d.ts.map +1 -0
  28. package/dist/types/components/atoms/BrCheckbox/BrCheckbox.test.d.ts +2 -0
  29. package/dist/types/components/atoms/BrCheckbox/BrCheckbox.test.d.ts.map +1 -0
  30. package/dist/types/components/atoms/BrCheckbox/BrCheckbox.vue.d.ts +29 -0
  31. package/dist/types/components/atoms/BrCheckbox/BrCheckbox.vue.d.ts.map +1 -0
  32. package/dist/types/components/atoms/BrCheckbox/BrCheckboxGroup.vue.d.ts +17 -0
  33. package/dist/types/components/atoms/BrCheckbox/BrCheckboxGroup.vue.d.ts.map +1 -0
  34. package/dist/types/components/atoms/BrCheckbox/index.d.ts +4 -0
  35. package/dist/types/components/atoms/BrCheckbox/index.d.ts.map +1 -0
  36. package/dist/types/components/atoms/BrCheckbox/types.d.ts +86 -0
  37. package/dist/types/components/atoms/BrCheckbox/types.d.ts.map +1 -0
  38. package/dist/types/components/atoms/BrImage/BrImage.vue.d.ts +9 -0
  39. package/dist/types/components/atoms/BrImage/BrImage.vue.d.ts.map +1 -0
  40. package/dist/types/components/atoms/BrImage/index.d.ts +3 -0
  41. package/dist/types/components/atoms/BrImage/index.d.ts.map +1 -0
  42. package/dist/types/components/atoms/BrImage/types.d.ts +43 -0
  43. package/dist/types/components/atoms/BrImage/types.d.ts.map +1 -0
  44. package/dist/types/components/atoms/BrInput/BrInput.test.d.ts +2 -0
  45. package/dist/types/components/atoms/BrInput/BrInput.test.d.ts.map +1 -0
  46. package/dist/types/components/atoms/BrInput/BrInput.vue.d.ts +35 -0
  47. package/dist/types/components/atoms/BrInput/BrInput.vue.d.ts.map +1 -0
  48. package/dist/types/components/atoms/BrInput/index.d.ts +3 -0
  49. package/dist/types/components/atoms/BrInput/index.d.ts.map +1 -0
  50. package/dist/types/components/atoms/BrInput/types.d.ts +55 -0
  51. package/dist/types/components/atoms/BrInput/types.d.ts.map +1 -0
  52. package/dist/types/components/atoms/BrProgressbar/BrProgressbar.vue.d.ts +15 -0
  53. package/dist/types/components/atoms/BrProgressbar/BrProgressbar.vue.d.ts.map +1 -0
  54. package/dist/types/components/atoms/BrProgressbar/index.d.ts +3 -0
  55. package/dist/types/components/atoms/BrProgressbar/index.d.ts.map +1 -0
  56. package/dist/types/components/atoms/BrProgressbar/types.d.ts +55 -0
  57. package/dist/types/components/atoms/BrProgressbar/types.d.ts.map +1 -0
  58. package/dist/types/components/atoms/BrRadio/BrRadio.vue.d.ts +26 -0
  59. package/dist/types/components/atoms/BrRadio/BrRadio.vue.d.ts.map +1 -0
  60. package/dist/types/components/atoms/BrRadio/BrRadioGroup.vue.d.ts +17 -0
  61. package/dist/types/components/atoms/BrRadio/BrRadioGroup.vue.d.ts.map +1 -0
  62. package/dist/types/components/atoms/BrRadio/index.d.ts +4 -0
  63. package/dist/types/components/atoms/BrRadio/index.d.ts.map +1 -0
  64. package/dist/types/components/atoms/BrRadio/types.d.ts +77 -0
  65. package/dist/types/components/atoms/BrRadio/types.d.ts.map +1 -0
  66. package/dist/types/components/atoms/BrRating/BrRating.vue.d.ts +21 -0
  67. package/dist/types/components/atoms/BrRating/BrRating.vue.d.ts.map +1 -0
  68. package/dist/types/components/atoms/BrRating/index.d.ts +3 -0
  69. package/dist/types/components/atoms/BrRating/index.d.ts.map +1 -0
  70. package/dist/types/components/atoms/BrRating/types.d.ts +51 -0
  71. package/dist/types/components/atoms/BrRating/types.d.ts.map +1 -0
  72. package/dist/types/components/atoms/BrSelect/BrSelect.vue.d.ts +27 -0
  73. package/dist/types/components/atoms/BrSelect/BrSelect.vue.d.ts.map +1 -0
  74. package/dist/types/components/atoms/BrSelect/index.d.ts +3 -0
  75. package/dist/types/components/atoms/BrSelect/index.d.ts.map +1 -0
  76. package/dist/types/components/atoms/BrSelect/types.d.ts +52 -0
  77. package/dist/types/components/atoms/BrSelect/types.d.ts.map +1 -0
  78. package/dist/types/components/atoms/BrSpinner/BrSpinner.vue.d.ts +8 -0
  79. package/dist/types/components/atoms/BrSpinner/BrSpinner.vue.d.ts.map +1 -0
  80. package/dist/types/components/atoms/BrSpinner/index.d.ts +3 -0
  81. package/dist/types/components/atoms/BrSpinner/index.d.ts.map +1 -0
  82. package/dist/types/components/atoms/BrSpinner/types.d.ts +20 -0
  83. package/dist/types/components/atoms/BrSpinner/types.d.ts.map +1 -0
  84. package/dist/types/components/atoms/BrSwitch/BrSwitch.test.d.ts +2 -0
  85. package/dist/types/components/atoms/BrSwitch/BrSwitch.test.d.ts.map +1 -0
  86. package/dist/types/components/atoms/BrSwitch/BrSwitch.vue.d.ts +15 -0
  87. package/dist/types/components/atoms/BrSwitch/BrSwitch.vue.d.ts.map +1 -0
  88. package/dist/types/components/atoms/BrSwitch/index.d.ts +3 -0
  89. package/dist/types/components/atoms/BrSwitch/index.d.ts.map +1 -0
  90. package/dist/types/components/atoms/BrSwitch/types.d.ts +14 -0
  91. package/dist/types/components/atoms/BrSwitch/types.d.ts.map +1 -0
  92. package/dist/types/components/atoms/BrTextarea/BrTextarea.vue.d.ts +31 -0
  93. package/dist/types/components/atoms/BrTextarea/BrTextarea.vue.d.ts.map +1 -0
  94. package/dist/types/components/atoms/BrTextarea/index.d.ts +3 -0
  95. package/dist/types/components/atoms/BrTextarea/index.d.ts.map +1 -0
  96. package/dist/types/components/atoms/BrTextarea/types.d.ts +37 -0
  97. package/dist/types/components/atoms/BrTextarea/types.d.ts.map +1 -0
  98. package/dist/types/components/atoms/BrTitle/BrTitle.vue.d.ts +22 -0
  99. package/dist/types/components/atoms/BrTitle/BrTitle.vue.d.ts.map +1 -0
  100. package/dist/types/components/atoms/BrTitle/index.d.ts +3 -0
  101. package/dist/types/components/atoms/BrTitle/index.d.ts.map +1 -0
  102. package/dist/types/components/atoms/BrTitle/types.d.ts +41 -0
  103. package/dist/types/components/atoms/BrTitle/types.d.ts.map +1 -0
  104. package/dist/types/components/atoms/BrVideo/BrVideo.vue.d.ts +39 -0
  105. package/dist/types/components/atoms/BrVideo/BrVideo.vue.d.ts.map +1 -0
  106. package/dist/types/components/atoms/BrVideo/index.d.ts +3 -0
  107. package/dist/types/components/atoms/BrVideo/index.d.ts.map +1 -0
  108. package/dist/types/components/atoms/BrVideo/types.d.ts +48 -0
  109. package/dist/types/components/atoms/BrVideo/types.d.ts.map +1 -0
  110. package/dist/types/components/atoms/index.d.ts +16 -0
  111. package/dist/types/components/atoms/index.d.ts.map +1 -0
  112. package/dist/types/components/index.d.ts +4 -0
  113. package/dist/types/components/index.d.ts.map +1 -0
  114. package/dist/types/components/molecules/BrAccordion/BrAccordion.vue.d.ts +23 -0
  115. package/dist/types/components/molecules/BrAccordion/BrAccordion.vue.d.ts.map +1 -0
  116. package/dist/types/components/molecules/BrAccordion/BrAccordionItem.vue.d.ts +20 -0
  117. package/dist/types/components/molecules/BrAccordion/BrAccordionItem.vue.d.ts.map +1 -0
  118. package/dist/types/components/molecules/BrAccordion/index.d.ts +4 -0
  119. package/dist/types/components/molecules/BrAccordion/index.d.ts.map +1 -0
  120. package/dist/types/components/molecules/BrAccordion/types.d.ts +72 -0
  121. package/dist/types/components/molecules/BrAccordion/types.d.ts.map +1 -0
  122. package/dist/types/components/molecules/BrCalendar/BrCalendar.vue.d.ts +21 -0
  123. package/dist/types/components/molecules/BrCalendar/BrCalendar.vue.d.ts.map +1 -0
  124. package/dist/types/components/molecules/BrCalendar/index.d.ts +3 -0
  125. package/dist/types/components/molecules/BrCalendar/index.d.ts.map +1 -0
  126. package/dist/types/components/molecules/BrCalendar/types.d.ts +68 -0
  127. package/dist/types/components/molecules/BrCalendar/types.d.ts.map +1 -0
  128. package/dist/types/components/molecules/BrCard/BrCard.vue.d.ts +35 -0
  129. package/dist/types/components/molecules/BrCard/BrCard.vue.d.ts.map +1 -0
  130. package/dist/types/components/molecules/BrCard/index.d.ts +3 -0
  131. package/dist/types/components/molecules/BrCard/index.d.ts.map +1 -0
  132. package/dist/types/components/molecules/BrCard/types.d.ts +61 -0
  133. package/dist/types/components/molecules/BrCard/types.d.ts.map +1 -0
  134. package/dist/types/components/molecules/BrFormField/BrFormField.vue.d.ts +24 -0
  135. package/dist/types/components/molecules/BrFormField/BrFormField.vue.d.ts.map +1 -0
  136. package/dist/types/components/molecules/BrFormField/index.d.ts +3 -0
  137. package/dist/types/components/molecules/BrFormField/index.d.ts.map +1 -0
  138. package/dist/types/components/molecules/BrFormField/types.d.ts +55 -0
  139. package/dist/types/components/molecules/BrFormField/types.d.ts.map +1 -0
  140. package/dist/types/components/molecules/BrModal/BrModal.test.d.ts +2 -0
  141. package/dist/types/components/molecules/BrModal/BrModal.test.d.ts.map +1 -0
  142. package/dist/types/components/molecules/BrModal/BrModal.vue.d.ts +43 -0
  143. package/dist/types/components/molecules/BrModal/BrModal.vue.d.ts.map +1 -0
  144. package/dist/types/components/molecules/BrModal/index.d.ts +3 -0
  145. package/dist/types/components/molecules/BrModal/index.d.ts.map +1 -0
  146. package/dist/types/components/molecules/BrModal/types.d.ts +49 -0
  147. package/dist/types/components/molecules/BrModal/types.d.ts.map +1 -0
  148. package/dist/types/components/molecules/BrStepper/BrStepper.vue.d.ts +22 -0
  149. package/dist/types/components/molecules/BrStepper/BrStepper.vue.d.ts.map +1 -0
  150. package/dist/types/components/molecules/BrStepper/index.d.ts +3 -0
  151. package/dist/types/components/molecules/BrStepper/index.d.ts.map +1 -0
  152. package/dist/types/components/molecules/BrStepper/types.d.ts +65 -0
  153. package/dist/types/components/molecules/BrStepper/types.d.ts.map +1 -0
  154. package/dist/types/components/molecules/BrTabs/BrTab.vue.d.ts +23 -0
  155. package/dist/types/components/molecules/BrTabs/BrTab.vue.d.ts.map +1 -0
  156. package/dist/types/components/molecules/BrTabs/BrTabPanel.vue.d.ts +16 -0
  157. package/dist/types/components/molecules/BrTabs/BrTabPanel.vue.d.ts.map +1 -0
  158. package/dist/types/components/molecules/BrTabs/BrTabs.test.d.ts +2 -0
  159. package/dist/types/components/molecules/BrTabs/BrTabs.test.d.ts.map +1 -0
  160. package/dist/types/components/molecules/BrTabs/BrTabs.vue.d.ts +40 -0
  161. package/dist/types/components/molecules/BrTabs/BrTabs.vue.d.ts.map +1 -0
  162. package/dist/types/components/molecules/BrTabs/index.d.ts +5 -0
  163. package/dist/types/components/molecules/BrTabs/index.d.ts.map +1 -0
  164. package/dist/types/components/molecules/BrTabs/types.d.ts +116 -0
  165. package/dist/types/components/molecules/BrTabs/types.d.ts.map +1 -0
  166. package/dist/types/components/molecules/index.d.ts +8 -0
  167. package/dist/types/components/molecules/index.d.ts.map +1 -0
  168. package/dist/types/components/organisms/BrNavbar/BrNavbar.vue.d.ts +28 -0
  169. package/dist/types/components/organisms/BrNavbar/BrNavbar.vue.d.ts.map +1 -0
  170. package/dist/types/components/organisms/BrNavbar/index.d.ts +3 -0
  171. package/dist/types/components/organisms/BrNavbar/index.d.ts.map +1 -0
  172. package/dist/types/components/organisms/BrNavbar/types.d.ts +84 -0
  173. package/dist/types/components/organisms/BrNavbar/types.d.ts.map +1 -0
  174. package/dist/types/components/organisms/BrSidebar/BrSidebar.vue.d.ts +35 -0
  175. package/dist/types/components/organisms/BrSidebar/BrSidebar.vue.d.ts.map +1 -0
  176. package/dist/types/components/organisms/BrSidebar/index.d.ts +3 -0
  177. package/dist/types/components/organisms/BrSidebar/index.d.ts.map +1 -0
  178. package/dist/types/components/organisms/BrSidebar/types.d.ts +100 -0
  179. package/dist/types/components/organisms/BrSidebar/types.d.ts.map +1 -0
  180. package/dist/types/components/organisms/index.d.ts +3 -0
  181. package/dist/types/components/organisms/index.d.ts.map +1 -0
  182. package/dist/types/index.d.ts +5 -0
  183. package/dist/types/index.d.ts.map +1 -0
  184. package/dist/types/plugin.d.ts +9 -0
  185. package/dist/types/plugin.d.ts.map +1 -0
  186. package/dist/types/types/index.d.ts +48 -0
  187. package/dist/types/types/index.d.ts.map +1 -0
  188. package/package.json +77 -0
  189. package/src/assets/icons/airplane.svg +7 -0
  190. package/src/assets/icons/anchor.svg +6 -0
  191. package/src/assets/icons/arrow-bottom-right-o.svg +9 -0
  192. package/src/assets/icons/arrow-bottom-right-r.svg +9 -0
  193. package/src/assets/icons/arrow-bottom-right.svg +7 -0
  194. package/src/assets/icons/arrow-down-o.svg +9 -0
  195. package/src/assets/icons/arrow-down-r.svg +9 -0
  196. package/src/assets/icons/arrow-down.svg +7 -0
  197. package/src/assets/icons/arrow-left-o.svg +9 -0
  198. package/src/assets/icons/arrow-left-r.svg +9 -0
  199. package/src/assets/icons/arrow-left.svg +7 -0
  200. package/src/assets/icons/arrow-long-up.svg +7 -0
  201. package/src/assets/icons/arrow-right-o.svg +9 -0
  202. package/src/assets/icons/arrow-right-r.svg +9 -0
  203. package/src/assets/icons/arrow-right.svg +7 -0
  204. package/src/assets/icons/arrow-top-left-o.svg +9 -0
  205. package/src/assets/icons/arrow-top-left-r.svg +9 -0
  206. package/src/assets/icons/arrow-top-left.svg +7 -0
  207. package/src/assets/icons/arrow-top-right-o.svg +9 -0
  208. package/src/assets/icons/arrow-top-right-r.svg +9 -0
  209. package/src/assets/icons/arrow-top-right.svg +7 -0
  210. package/src/assets/icons/arrow-up-o.svg +9 -0
  211. package/src/assets/icons/arrow-up-r.svg +9 -0
  212. package/src/assets/icons/arrow-up.svg +7 -0
  213. package/src/assets/icons/awards.svg +6 -0
  214. package/src/assets/icons/band-aid.svg +21 -0
  215. package/src/assets/icons/bee.svg +7 -0
  216. package/src/assets/icons/bitbucket.svg +7 -0
  217. package/src/assets/icons/block.svg +11 -0
  218. package/src/assets/icons/bowl.svg +6 -0
  219. package/src/assets/icons/boy.svg +14 -0
  220. package/src/assets/icons/briefcase.svg +9 -0
  221. package/src/assets/icons/browse.svg +13 -0
  222. package/src/assets/icons/brush.svg +6 -0
  223. package/src/assets/icons/calibrate.svg +11 -0
  224. package/src/assets/icons/cap.svg +9 -0
  225. package/src/assets/icons/card-clubs.svg +17 -0
  226. package/src/assets/icons/card-diamonds.svg +9 -0
  227. package/src/assets/icons/card-hearts.svg +11 -0
  228. package/src/assets/icons/card-spades.svg +11 -0
  229. package/src/assets/icons/check-o.svg +9 -0
  230. package/src/assets/icons/check-r.svg +9 -0
  231. package/src/assets/icons/check.svg +3 -0
  232. package/src/assets/icons/chevron-double-down-o.svg +14 -0
  233. package/src/assets/icons/chevron-double-down-r.svg +14 -0
  234. package/src/assets/icons/chevron-double-down.svg +12 -0
  235. package/src/assets/icons/chevron-double-left-o.svg +14 -0
  236. package/src/assets/icons/chevron-double-left-r.svg +14 -0
  237. package/src/assets/icons/chevron-double-left.svg +12 -0
  238. package/src/assets/icons/chevron-double-right-o.svg +14 -0
  239. package/src/assets/icons/chevron-double-right-r.svg +14 -0
  240. package/src/assets/icons/chevron-double-right.svg +12 -0
  241. package/src/assets/icons/pix.svg +7 -0
  242. package/src/assets/icons/push-chevron-left-o.svg +12 -0
  243. package/src/assets/icons/push-chevron-left-r.svg +12 -0
  244. package/src/assets/icons/push-chevron-left.svg +10 -0
  245. package/src/assets/icons/push-chevron-right-o.svg +12 -0
  246. package/src/assets/icons/push-chevron-right-r.svg +12 -0
  247. package/src/assets/icons/push-chevron-right.svg +10 -0
  248. package/src/assets/icons/push-chevron-up-o.svg +6 -0
  249. package/src/assets/icons/push-chevron-up-r.svg +6 -0
  250. package/src/assets/icons/push-chevron-up.svg +10 -0
  251. package/src/assets/icons/sync.svg +12 -0
  252. package/src/assets/icons/trending-down.svg +7 -0
  253. package/src/assets/icons/trending.svg +7 -0
  254. package/src/components/atoms/BrAvatar/BrAvatar.vue +154 -0
  255. package/src/components/atoms/BrAvatar/index.ts +2 -0
  256. package/src/components/atoms/BrAvatar/types.ts +43 -0
  257. package/src/components/atoms/BrBadge/BrBadge.test.ts +61 -0
  258. package/src/components/atoms/BrBadge/BrBadge.vue +125 -0
  259. package/src/components/atoms/BrBadge/index.ts +2 -0
  260. package/src/components/atoms/BrBadge/types.ts +22 -0
  261. package/src/components/atoms/BrButton/BrButton.test.ts +79 -0
  262. package/src/components/atoms/BrButton/BrButton.vue +291 -0
  263. package/src/components/atoms/BrButton/index.ts +2 -0
  264. package/src/components/atoms/BrButton/types.ts +44 -0
  265. package/src/components/atoms/BrCheckbox/BrCheckbox.test.ts +132 -0
  266. package/src/components/atoms/BrCheckbox/BrCheckbox.vue +198 -0
  267. package/src/components/atoms/BrCheckbox/BrCheckboxGroup.vue +92 -0
  268. package/src/components/atoms/BrCheckbox/index.ts +3 -0
  269. package/src/components/atoms/BrCheckbox/types.ts +102 -0
  270. package/src/components/atoms/BrImage/BrImage.vue +134 -0
  271. package/src/components/atoms/BrImage/index.ts +2 -0
  272. package/src/components/atoms/BrImage/types.ts +51 -0
  273. package/src/components/atoms/BrInput/BrInput.test.ts +98 -0
  274. package/src/components/atoms/BrInput/BrInput.vue +215 -0
  275. package/src/components/atoms/BrInput/index.ts +2 -0
  276. package/src/components/atoms/BrInput/types.ts +65 -0
  277. package/src/components/atoms/BrProgressbar/BrProgressbar.vue +204 -0
  278. package/src/components/atoms/BrProgressbar/index.ts +2 -0
  279. package/src/components/atoms/BrProgressbar/types.ts +64 -0
  280. package/src/components/atoms/BrRadio/BrRadio.vue +175 -0
  281. package/src/components/atoms/BrRadio/BrRadioGroup.vue +77 -0
  282. package/src/components/atoms/BrRadio/index.ts +3 -0
  283. package/src/components/atoms/BrRadio/types.ts +91 -0
  284. package/src/components/atoms/BrRating/BrRating.vue +234 -0
  285. package/src/components/atoms/BrRating/index.ts +2 -0
  286. package/src/components/atoms/BrRating/types.ts +60 -0
  287. package/src/components/atoms/BrSelect/BrSelect.vue +408 -0
  288. package/src/components/atoms/BrSelect/index.ts +2 -0
  289. package/src/components/atoms/BrSelect/types.ts +61 -0
  290. package/src/components/atoms/BrSpinner/BrSpinner.vue +125 -0
  291. package/src/components/atoms/BrSpinner/index.ts +2 -0
  292. package/src/components/atoms/BrSpinner/types.ts +22 -0
  293. package/src/components/atoms/BrSwitch/BrSwitch.test.ts +81 -0
  294. package/src/components/atoms/BrSwitch/BrSwitch.vue +181 -0
  295. package/src/components/atoms/BrSwitch/index.ts +2 -0
  296. package/src/components/atoms/BrSwitch/types.ts +15 -0
  297. package/src/components/atoms/BrTextarea/BrTextarea.vue +179 -0
  298. package/src/components/atoms/BrTextarea/index.ts +2 -0
  299. package/src/components/atoms/BrTextarea/types.ts +43 -0
  300. package/src/components/atoms/BrTitle/BrTitle.vue +154 -0
  301. package/src/components/atoms/BrTitle/index.ts +2 -0
  302. package/src/components/atoms/BrTitle/types.ts +47 -0
  303. package/src/components/atoms/BrVideo/BrVideo.vue +135 -0
  304. package/src/components/atoms/BrVideo/index.ts +2 -0
  305. package/src/components/atoms/BrVideo/types.ts +56 -0
  306. package/src/components/atoms/index.ts +20 -0
  307. package/src/components/index.ts +7 -0
  308. package/src/components/molecules/BrAccordion/BrAccordion.vue +112 -0
  309. package/src/components/molecules/BrAccordion/BrAccordionItem.vue +168 -0
  310. package/src/components/molecules/BrAccordion/index.ts +3 -0
  311. package/src/components/molecules/BrAccordion/types.ts +85 -0
  312. package/src/components/molecules/BrCalendar/BrCalendar.vue +553 -0
  313. package/src/components/molecules/BrCalendar/index.ts +2 -0
  314. package/src/components/molecules/BrCalendar/types.ts +80 -0
  315. package/src/components/molecules/BrCard/BrCard.vue +262 -0
  316. package/src/components/molecules/BrCard/index.ts +2 -0
  317. package/src/components/molecules/BrCard/types.ts +72 -0
  318. package/src/components/molecules/BrFormField/BrFormField.vue +241 -0
  319. package/src/components/molecules/BrFormField/index.ts +2 -0
  320. package/src/components/molecules/BrFormField/types.ts +64 -0
  321. package/src/components/molecules/BrModal/BrModal.test.ts +212 -0
  322. package/src/components/molecules/BrModal/BrModal.vue +404 -0
  323. package/src/components/molecules/BrModal/index.ts +2 -0
  324. package/src/components/molecules/BrModal/types.ts +57 -0
  325. package/src/components/molecules/BrStepper/BrStepper.vue +302 -0
  326. package/src/components/molecules/BrStepper/index.ts +2 -0
  327. package/src/components/molecules/BrStepper/types.ts +77 -0
  328. package/src/components/molecules/BrTabs/BrTab.vue +69 -0
  329. package/src/components/molecules/BrTabs/BrTabPanel.vue +36 -0
  330. package/src/components/molecules/BrTabs/BrTabs.test.ts +168 -0
  331. package/src/components/molecules/BrTabs/BrTabs.vue +319 -0
  332. package/src/components/molecules/BrTabs/index.ts +4 -0
  333. package/src/components/molecules/BrTabs/types.ts +139 -0
  334. package/src/components/molecules/index.ts +11 -0
  335. package/src/components/organisms/BrNavbar/BrNavbar.vue +424 -0
  336. package/src/components/organisms/BrNavbar/index.ts +2 -0
  337. package/src/components/organisms/BrNavbar/types.ts +101 -0
  338. package/src/components/organisms/BrSidebar/BrSidebar.vue +382 -0
  339. package/src/components/organisms/BrSidebar/index.ts +2 -0
  340. package/src/components/organisms/BrSidebar/types.ts +121 -0
  341. package/src/components/organisms/index.ts +6 -0
  342. package/src/index.ts +32 -0
  343. package/src/plugin.ts +61 -0
  344. package/src/styles/base/_animations.scss +187 -0
  345. package/src/styles/base/_reset.scss +109 -0
  346. package/src/styles/base/index.scss +6 -0
  347. package/src/styles/main.scss +9 -0
  348. package/src/styles/tokens/_colors.scss +185 -0
  349. package/src/styles/tokens/_spacing.scss +88 -0
  350. package/src/styles/tokens/_typography.scss +77 -0
  351. package/src/styles/tokens/index.scss +7 -0
  352. package/src/types/index.ts +125 -0
@@ -0,0 +1,100 @@
1
+ export interface SidebarItem {
2
+ /**
3
+ * Unique identifier
4
+ */
5
+ id: string | number;
6
+ /**
7
+ * Item label
8
+ */
9
+ label: string;
10
+ /**
11
+ * Item icon
12
+ */
13
+ icon?: string;
14
+ /**
15
+ * Link href
16
+ */
17
+ href?: string;
18
+ /**
19
+ * Vue router to
20
+ */
21
+ to?: string | object;
22
+ /**
23
+ * Disabled state
24
+ */
25
+ disabled?: boolean;
26
+ /**
27
+ * Children items (for nested navigation)
28
+ */
29
+ children?: SidebarItem[];
30
+ /**
31
+ * Badge content
32
+ */
33
+ badge?: string | number;
34
+ /**
35
+ * Badge variant
36
+ */
37
+ badgeVariant?: 'primary' | 'success' | 'warning' | 'danger';
38
+ /**
39
+ * Click handler
40
+ */
41
+ onClick?: () => void;
42
+ /**
43
+ * Section divider (render as section header)
44
+ */
45
+ divider?: boolean;
46
+ }
47
+ export type SidebarVariant = 'default' | 'compact' | 'mini';
48
+ export interface SidebarProps {
49
+ /**
50
+ * Navigation items
51
+ */
52
+ items?: SidebarItem[];
53
+ /**
54
+ * Sidebar variant
55
+ * @default 'default'
56
+ */
57
+ variant?: SidebarVariant;
58
+ /**
59
+ * Collapsed state (mini mode)
60
+ * @default false
61
+ */
62
+ collapsed?: boolean;
63
+ /**
64
+ * Show collapse toggle
65
+ * @default true
66
+ */
67
+ showToggle?: boolean;
68
+ /**
69
+ * Elevated (shadow)
70
+ * @default true
71
+ */
72
+ elevated?: boolean;
73
+ /**
74
+ * Fixed position
75
+ * @default false
76
+ */
77
+ fixed?: boolean;
78
+ /**
79
+ * Sidebar width
80
+ */
81
+ width?: string | number;
82
+ /**
83
+ * Collapsed width
84
+ */
85
+ collapsedWidth?: string | number;
86
+ /**
87
+ * Show logo/brand area
88
+ * @default true
89
+ */
90
+ showBrand?: boolean;
91
+ /**
92
+ * Brand/logo text
93
+ */
94
+ brand?: string;
95
+ /**
96
+ * Brand logo URL
97
+ */
98
+ logo?: string;
99
+ }
100
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/organisms/BrSidebar/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;IAEnB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAA;IAExB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEvB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAA;IAE3D;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAA;AAE3D,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,WAAW,EAAE,CAAA;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE,cAAc,CAAA;IAExB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEvB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEhC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;CACd"}
@@ -0,0 +1,3 @@
1
+ export * from './BrNavbar';
2
+ export * from './BrSidebar';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/index.ts"],"names":[],"mappings":"AAIA,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA"}
@@ -0,0 +1,5 @@
1
+ export { BraipUI, default } from './plugin';
2
+ export * from './components';
3
+ export type { BraipUIOptions, ComponentDefaults, UseModalReturn, UseThemeReturn, MaybeRef, ComponentSize, ComponentStatus, } from './types';
4
+ export declare const version = "0.1.0";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAG3C,cAAc,cAAc,CAAA;AAG5B,YAAY,EACV,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,cAAc,EACd,QAAQ,EACR,aAAa,EACb,eAAe,GAChB,MAAM,SAAS,CAAA;AAShB,eAAO,MAAM,OAAO,UAAU,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { Plugin } from 'vue';
2
+ import type { BraipUIOptions } from './types';
3
+ import './styles/main.scss';
4
+ declare const defaultOptions: BraipUIOptions;
5
+ export declare const BraipUI: Plugin;
6
+ export default BraipUI;
7
+ export { defaultOptions };
8
+ export type { BraipUIOptions };
9
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugin.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAO,MAAM,EAAE,MAAM,KAAK,CAAA;AACtC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAM7C,OAAO,oBAAoB,CAAA;AAM3B,QAAA,MAAM,cAAc,EAAE,cAIrB,CAAA;AAMD,eAAO,MAAM,OAAO,EAAE,MAyBrB,CAAA;AAMD,eAAe,OAAO,CAAA;AACtB,OAAO,EAAE,cAAc,EAAE,CAAA;AACzB,YAAY,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,48 @@
1
+ import type { Ref } from "vue";
2
+ export type { ButtonVariant, ButtonSize, ButtonProps, } from "../components/atoms/BrButton/types";
3
+ export type { InputSize, InputType, InputProps, } from "../components/atoms/BrInput/types";
4
+ export type { SelectSize, SelectOption, SelectProps, } from "../components/atoms/BrSelect/types";
5
+ export type { BadgeVariant, BadgeSize, BadgeProps, } from "../components/atoms/BrBadge/types";
6
+ export type { SpinnerSize, SpinnerStatus, SpinnerProps, } from "../components/atoms/BrSpinner/types";
7
+ export type { TitleLevel, TitleProps } from "../components/atoms/BrTitle/types";
8
+ export type { SwitchSize, SwitchProps, } from "../components/atoms/BrSwitch/types";
9
+ export type { TextareaResize, TextareaProps, } from "../components/atoms/BrTextarea/types";
10
+ export type { ModalVariant, ModalSize, ModalProps, } from "../components/molecules/BrModal/types";
11
+ export interface BraipUIOptions {
12
+ /**
13
+ * Prefix for component names
14
+ * @default 'Br'
15
+ */
16
+ prefix?: string;
17
+ /**
18
+ * Theme mode
19
+ * @default 'light'
20
+ */
21
+ theme?: "light" | "dark";
22
+ /**
23
+ * Locale for i18n
24
+ * @default 'pt-BR'
25
+ */
26
+ locale?: "pt-BR" | "en-US" | "es-ES";
27
+ /**
28
+ * Default props for components
29
+ */
30
+ defaults?: ComponentDefaults;
31
+ }
32
+ export interface ComponentDefaults {
33
+ }
34
+ export interface UseModalReturn {
35
+ isOpen: Ref<boolean>;
36
+ open: () => void;
37
+ close: () => void;
38
+ toggle: () => void;
39
+ }
40
+ export interface UseThemeReturn {
41
+ theme: Ref<"light" | "dark">;
42
+ toggleTheme: () => void;
43
+ setTheme: (theme: "light" | "dark") => void;
44
+ }
45
+ export type MaybeRef<T> = T | Ref<T>;
46
+ export type ComponentSize = "xs" | "sm" | "md" | "lg" | "xl";
47
+ export type ComponentStatus = "default" | "success" | "warning" | "danger" | "info";
48
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAG/B,YAAY,EACV,aAAa,EACb,UAAU,EACV,WAAW,GACZ,MAAM,oCAAoC,CAAC;AAE5C,YAAY,EACV,SAAS,EACT,SAAS,EACT,UAAU,GACX,MAAM,mCAAmC,CAAC;AAE3C,YAAY,EACV,UAAU,EACV,YAAY,EACZ,WAAW,GACZ,MAAM,oCAAoC,CAAC;AAE5C,YAAY,EACV,YAAY,EACZ,SAAS,EACT,UAAU,GACX,MAAM,mCAAmC,CAAC;AAQ3C,YAAY,EACV,WAAW,EACX,aAAa,EACb,YAAY,GACb,MAAM,qCAAqC,CAAC;AAE7C,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAEhF,YAAY,EACV,UAAU,EACV,WAAW,GACZ,MAAM,oCAAoC,CAAC;AAE5C,YAAY,EACV,cAAc,EACd,aAAa,GACd,MAAM,sCAAsC,CAAC;AAE9C,YAAY,EACV,YAAY,EACZ,SAAS,EACT,UAAU,GACX,MAAM,uCAAuC,CAAC;AAM/C,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAEzB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;IAErC;;OAEG;IACH,QAAQ,CAAC,EAAE,iBAAiB,CAAC;CAC9B;AAED,MAAM,WAAW,iBAAiB;CAEjC;AAMD,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACrB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC,CAAC;IAC7B,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,KAAK,IAAI,CAAC;CAC7C;AAMD,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;AAErC,MAAM,MAAM,aAAa,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE7D,MAAM,MAAM,eAAe,GACvB,SAAS,GACT,SAAS,GACT,SAAS,GACT,QAAQ,GACR,MAAM,CAAC"}
package/package.json ADDED
@@ -0,0 +1,77 @@
1
+ {
2
+ "name": "@bigbot-community/bigbot-ui",
3
+ "version": "1.0.1",
4
+ "description": "Biblioteca de componentes Vue3 com styleguide e documentação para o design system BigBot.",
5
+ "type": "module",
6
+ "main": "./dist/braip-ui.cjs",
7
+ "module": "./dist/braip-ui.js",
8
+ "types": "./dist/types/index.d.ts",
9
+ "engines": {
10
+ "node": ">=18"
11
+ },
12
+ "exports": {
13
+ ".": {
14
+ "import": "./dist/braip-ui.js",
15
+ "require": "./dist/braip-ui.cjs",
16
+ "types": "./dist/types/index.d.ts"
17
+ },
18
+ "./styles": "./dist/style.css",
19
+ "./styles/*": "./dist/styles/*",
20
+ "./components/*": {
21
+ "import": "./dist/components/*/index.js",
22
+ "types": "./dist/types/components/*/index.d.ts"
23
+ }
24
+ },
25
+ "files": [
26
+ "dist",
27
+ "src"
28
+ ],
29
+ "sideEffects": [
30
+ "*.css",
31
+ "*.scss"
32
+ ],
33
+ "scripts": {
34
+ "dev": "vite build --watch",
35
+ "build": "vite build && vue-tsc --emitDeclarationOnly --declaration --outDir dist/types",
36
+ "test": "vitest",
37
+ "test:coverage": "vitest run --coverage",
38
+ "typecheck": "vue-tsc --noEmit",
39
+ "lint": "eslint src --ext .ts,.vue"
40
+ },
41
+ "peerDependencies": {
42
+ "vue": "^3.4.0"
43
+ },
44
+ "dependencies": {
45
+ "@vueuse/core": "^10.7.0"
46
+ },
47
+ "devDependencies": {
48
+ "@vitejs/plugin-vue": "^5.0.0",
49
+ "@vue/test-utils": "^2.4.0",
50
+ "jsdom": "^27.4.0",
51
+ "sass": "^1.70.0",
52
+ "typescript": "^5.3.0",
53
+ "vite": "^5.0.0",
54
+ "vite-plugin-dts": "^3.7.0",
55
+ "vite-svg-loader": "^5.1.0",
56
+ "vitest": "^1.2.0",
57
+ "vue": "^3.4.0",
58
+ "vue-tsc": "^2.0.0"
59
+ },
60
+ "repository": {
61
+ "type": "git",
62
+ "url": "https://github.com/bigbot-community/braip-ui.git"
63
+ },
64
+ "keywords": [
65
+ "vue",
66
+ "vue3",
67
+ "components",
68
+ "ui",
69
+ "braip",
70
+ "design-system"
71
+ ],
72
+ "license": "MIT",
73
+ "bugs": {
74
+ "url": "https://github.com/bigbot-community/braip-ui/issues"
75
+ },
76
+ "homepage": "https://braip-ui.dev"
77
+ }
@@ -0,0 +1,7 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 20.0193 13.7448" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <path id="vector"
5
+ d="M7.01932 0H9.01932C10.1239 0 11.4777 0.769219 12.0431 1.7181L14.5186 5.87239H19.0193C19.5716 5.87239 20.0193 6.32011 20.0193 6.87239C20.0193 7.42468 19.5716 7.87239 19.0193 7.87239H14.4234L11.948 12.0267C11.3825 12.9756 10.0287 13.7448 8.92418 13.7448H6.92418L10.4234 7.87239H3.43449L2 10.3253H0L2.01932 6.87239L2.01932 6.83937L0.0193176 3.41952H2.01932L3.45381 5.87239H10.5186L7.01932 0Z"
6
+ fill="currentColor" />
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path id="vector" fill-rule="evenodd" clip-rule="evenodd"
4
+ d="M9 3C9 4.30622 8.16519 5.41746 7 5.82929V13.874C8.72523 13.4299 10 11.8638 10 10H12C12 12.973 9.83771 15.441 7 15.917V17C7 17.5523 6.55228 18 6 18C5.44772 18 5 17.5523 5 17V15.917C2.16229 15.441 0 12.973 0 10H2C2 11.8638 3.27477 13.4299 5 13.874V5.82929C3.83481 5.41746 3 4.30622 3 3C3 1.34315 4.34315 0 6 0C7.65685 0 9 1.34315 9 3ZM6 4C6.55228 4 7 3.55228 7 3C7 2.44772 6.55228 2 6 2C5.44772 2 5 2.44772 5 3C5 3.55228 5.44772 4 6 4Z"
5
+ fill="currentColor" />
6
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M13.0367 9.03669H15.0367V15.0367H9.03674V13.0367H11.6225L6.29297 7.70713L7.70718 6.29291L13.0367 11.6225L13.0367 9.03669Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M22 11C22 17.0751 17.0751 22 11 22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11ZM20 11C20 15.9706 15.9706 20 11 20C6.02944 20 2 15.9706 2 11C2 6.02944 6.02944 2 11 2C15.9706 2 20 6.02944 20 11Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M13.0367 9.0367H15.0367V15.0367H9.03674V13.0367H11.6225L6.29297 7.70713L7.70718 6.29292L13.0367 11.6225L13.0367 9.0367Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M0 4C0 1.79086 1.79086 0 4 0H18C20.2091 0 22 1.79086 22 4V18C22 20.2091 20.2091 22 18 22H4C1.79086 22 0 20.2091 0 18V4ZM4 2H18C19.1046 2 20 2.89543 20 4V18C20 19.1046 19.1046 20 18 20H4C2.89543 2 2 2.89543 2 4V18C2 19.1046 2.89543 20 4 20Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 12.4852 12.4854" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <path id="vector"
5
+ d="M0 1.41421L1.41421 0L10.4852 9.07099L10.4852 4.48536H12.4852L12.4852 12.4854H4.4852V10.4854L9.07115 10.4854L0 1.41421Z"
6
+ fill="currentColor" />
7
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M13.8285 11.0259L15.2427 12.4402L11 16.6828L6.7574 12.4402L8.17161 11.0259L10 12.8544V5.31724H12V12.8544L13.8285 11.0259Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M18.7782 18.7782C14.4824 23.0739 7.51759 23.0739 3.22183 18.7782C-1.07394 14.4824 -1.07394 7.51759 3.22183 3.22183C7.51759 -1.07394 14.4824 -1.07394 18.7782 3.22183C23.0739 7.51759 23.0739 14.4824 18.7782 18.7782ZM17.364 17.364C13.8492 20.8787 8.15076 20.8787 4.63604 17.364C1.12132 13.8492 1.12132 8.15076 4.63604 4.63604C8.15076 1.12132 13.8492 1.12132 17.364 4.63604C20.8787 8.15076 20.8787 13.8492 17.364 17.364Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M13.8284 11.0259L15.2426 12.4402L11 16.6828L6.75733 12.4402L8.17155 11.0259L9.99998 12.8544V5.31724H12V12.8544L13.8284 11.0259Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M0 4C0 1.79086 1.79086 0 4 0H18C20.2091 0 22 1.79086 22 4V18C22 20.2091 20.2091 22 18 22H4C1.79086 22 0 20.2091 0 18V4ZM4 2H18C19.1046 2 20 2.89543 20 4V18C20 19.1046 19.1046 20 18 20H4C2.89543 20 2 19.1046 2 18V4C2 2.89543 2.89543 2 4 2Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 11.3137 16.6569" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <path id="vector"
5
+ d="M4.65697 0L6.65697 1.74846e-07L6.65697 12.8283L9.8995 9.58579L11.3137 11L5.65685 16.6569L0 11L1.41421 9.58579L4.65697 12.8285L4.65697 0Z"
6
+ fill="currentColor" />
7
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M10.9481 13.8285L9.53386 15.2427L5.29122 11L9.53386 6.7574L10.9481 8.17161L9.11965 10H16.6568V12H9.11965L10.9481 13.8285Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M3.22183 18.7782C-1.07394 14.4824 -1.07394 7.51759 3.22183 3.22183C7.51759 -1.07394 14.4824 -1.07394 18.7782 3.22183C23.0739 7.51759 23.0739 14.4824 18.7782 18.7782C14.4824 23.0739 7.51759 23.0739 3.22183 18.7782ZM4.63604 17.364C1.12132 13.8492 1.12132 8.15076 4.63604 4.63604C8.15076 1.12132 13.8492 1.12132 17.364 4.63604C20.8787 8.15076 20.8787 13.8492 17.364 17.364C13.8492 20.8787 8.15076 20.8787 4.63604 17.364Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M10.9481 13.8285L9.5339 15.2427L5.29126 11L9.5339 6.7574L10.9481 8.17161L9.11968 10H16.6568V12H9.11969L10.9481 13.8285Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M22 18C22 20.2091 20.2091 22 18 22H4C1.79086 22 0 20.2091 0 18V4C0 1.79086 1.79086 0 4 0H18C20.2091 0 22 1.79086 22 4V18ZM18 20H4C2.89543 20 2 19.1046 2 18V4C2 2.89543 2.89543 2 4 2H18C19.1046 2 20 2.89543 20 4V18C20 19.1046 19.1046 20 18 20Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 16.6569 11.3137" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <path
5
+ d="M16.6569 4.65697V6.65697L3.82854 6.65697L7.07107 9.8995L5.65686 11.3137L0 5.65685L5.65685 0L7.07107 1.41421L3.82831 4.65697L16.6569 4.65697Z"
6
+ fill="currentColor" />
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 8.48502 21.9658" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <path
5
+ d="M4.27455 0L0 4.21049L1.4035 5.63534L3.26216 3.80453L3.20691 21.9597L5.2069 21.9658L5.26203 3.85262L7.06017 5.67813L8.48502 4.27463L4.27455 0Z"
6
+ fill="currentColor" />
7
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M11.0519 13.8285L12.4661 15.2427L16.7088 11L12.4661 6.7574L11.0519 8.17161L12.8804 10H5.34321V12H12.8803L11.0519 13.8285Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M18.7782 18.7782C23.0739 14.4824 23.0739 7.51759 18.7782 3.22183C14.4824 -1.07394 7.51759 -1.07394 3.22183 3.22183C-1.07394 7.51759 -1.07394 14.4824 3.22183 18.7782C7.51759 23.0739 14.4824 23.0739 18.7782 18.7782ZM17.364 17.364C20.8787 13.8492 20.8787 8.15076 17.364 4.63604C13.8492 1.12132 8.15076 1.12132 4.63604 4.63604C1.12132 8.15076 1.12132 13.8492 4.63604 17.364C8.15076 20.8787 13.8492 20.8787 17.364 17.364Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M11.0519 13.8285L12.4661 15.2427L16.7087 11L12.4661 6.7574L11.0519 8.17161L12.8803 10H5.34318V12H12.8803L11.0519 13.8285Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M0 18C0 20.2091 1.79086 22 4 22H18C20.2091 22 22 20.2091 22 18V4C22 1.79086 20.2091 0 18 0H4C1.79086 0 0 1.79086 0 4V18ZM4 20H18C19.1046 20 20 19.1046 20 18V4C20 2.89543 19.1046 2 18 2H4C2.89543 2 2 2.89543 2 4V18C2 19.1046 2.89543 20 4 20Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 17.4158 11.3137" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <path
5
+ d="M11.7457 0L10.3348 1.41752L13.605 4.67249L0 4.68618L0.00201277 6.68618L13.5698 6.67252L10.3546 9.90275L11.7721 11.3137L17.4158 5.6436L11.7457 0Z"
6
+ fill="currentColor" />
7
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M9 12.9633H7V6.96331H13V8.96331H10.4142L15.7438 14.2929L14.3296 15.7071L9 10.3775L9 12.9633Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M22 11C22 4.92487 17.0751 0 11 0C4.92487 0 0 4.92487 0 11C0 17.0751 4.92487 22 11 22C17.0751 22 22 17.0751 22 11ZM20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M9 12.9633H7V6.96331H13V8.96331H10.4142L15.7438 14.2929L14.3296 15.7071L9 10.3775L9 12.9633Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M0 18C0 20.2091 1.79086 22 4 22H18C20.2091 22 22 20.2091 22 18V4C22 1.79086 20.2091 0 18 0H4C1.79086 0 0 1.79086 0 4V18ZM4 20H18C19.1046 20 20 19.1046 20 18V4C20 2.89543 19.1046 2 18 2H4C2.89543 2 2 2.89543 2 4V18C2 19.1046 2.89543 20 4 20Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 13.0506 13.0105" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <path
5
+ d="M8 0L8.00468 1.99999L3.44708 2.01066L13.0506 11.5949L11.6378 13.0105L2.00792 3.39998L2.01872 8.014L0.0187217 8.01868L0 0.0187037L8 0Z"
6
+ fill="currentColor" />
7
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M13 12.9633H15V6.96331H9V8.96331H11.5858L6.25623 14.2929L7.67044 15.7071L13 10.3775L13 12.9633Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22C4.92487 22 0 17.0751 0 11ZM2 11C2 6.02944 6.02944 2 11 2C15.9706 2 20 6.02944 20 11C20 15.9706 15.9706 20 11 20C6.02944 20 2 15.9706 2 11Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M13 12.9633H15V6.96331H9V8.96331H11.5858L6.25623 14.2929L7.67044 15.7071L13 10.3775V12.9633Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M22 18C22 20.2091 20.2091 22 18 22H4C1.79086 22 0 20.2091 0 18V4C0 1.79086 1.79086 0 4 0H18C20.2091 0 22 1.79086 22 4V18ZM18 20H4C2.89543 20 2 19.1046 2 18V4C2 2.89543 2.89543 2 4 2H18C19.1046 2 20 2.89543 20 4V18C20 19.1046 19.1046 20 18 20Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 13.0505 13.0105" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <path
5
+ d="M5.05053 0L5.04585 1.99999L9.60351 2.01066L0 11.5949L1.41279 13.0105L11.0426 3.40004L11.0318 8.014L13.0318 8.01868L13.0505 0.0187037L5.05053 0Z"
6
+ fill="currentColor" />
7
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M13.8285 10.9481L15.2427 9.53386L11 5.29122L6.7574 9.53386L8.17161 10.9481L10 9.11965V16.6568H12V9.11965L13.8285 10.9481Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M18.7782 3.22183C14.4824 -1.07394 7.51759 -1.07394 3.22183 3.22183C-1.07394 7.51759 -1.07394 14.4824 3.22183 18.7782C7.51759 23.0739 14.4824 23.0739 18.7782 18.7782C23.0739 14.4824 23.0739 7.51759 18.7782 3.22183ZM17.364 4.63604C13.8492 1.12132 8.15076 1.12132 4.63604 4.63604C1.12132 8.15076 1.12132 13.8492 4.63604 17.364C8.15076 20.8787 13.8492 20.8787 17.364 17.364C20.8787 13.8492 20.8787 8.15076 17.364 4.63604Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M13.8543 10.9741L15.2686 9.55988L11.0259 5.31724L6.78327 9.55988L8.19749 10.9741L10.0259 9.14566V16.6828H12.0259V9.14567L13.8543 10.9741Z"
5
+ fill="currentColor" />
6
+ <path fill-rule="evenodd" clip-rule="evenodd"
7
+ d="M0 18C0 20.2091 1.79086 22 4 22H18C20.2091 22 22 20.2091 22 18V4C22 1.79086 20.2091 0 18 0H4C1.79086 0 0 1.79086 0 4V18ZM4 20H18C19.1046 20 20 19.1046 20 18V4C20 2.89543 19.1046 2 18 2H4C2.89543 2 2 2.89543 2 4V18C2 19.1046 2.89543 20 4 20Z"
8
+ fill="currentColor" />
9
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 11.3137 17.4158" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <path id="vector"
5
+ d="M11.3137 5.67007L9.89617 7.08097L6.6412 3.81074L6.62751 17.4158L4.62751 17.4138L4.64116 3.84594L1.4109 7.06112L0 5.6436L5.67008 0L11.3137 5.67007Z"
6
+ fill="currentColor" />
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 14 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path id="vector" fill-rule="evenodd" clip-rule="evenodd"
4
+ d="M14 7C14 9.37875 12.8135 11.4804 11 12.7453V20H8.41418L6.99996 18.5858L5.58575 20H3V12.7453C1.18652 11.4804 0 9.37875 0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7ZM12 7C12 9.76142 9.76142 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7ZM5 17.7573L6.99996 15.7573L9 17.7574V13.7101C8.36629 13.8987 7.69497 14 7 14C6.30503 14 5.63371 13.8987 5 13.7101V17.7573Z"
5
+ fill="currentColor" />
6
+ </svg>
@@ -0,0 +1,21 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 17.0743 22.8786" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <g id="vector">
5
+ <path
6
+ d="M8.47607 9.20405C8.24266 9.70458 7.64768 9.92114 7.14714 9.68773C6.6466 9.45433 6.43005 8.85935 6.66345 8.35881C6.89686 7.85827 7.49184 7.64171 7.99238 7.87512C8.49292 8.10852 8.70948 8.7035 8.47607 9.20405Z"
7
+ fill="currentColor" />
8
+ <path
9
+ d="M5.45667 13.313C5.95721 13.5464 6.55219 13.3298 6.7856 12.8293C7.019 12.3287 6.80245 11.7338 6.30191 11.5003C5.80137 11.2669 5.20639 11.4835 4.97298 11.984C4.73958 12.4846 4.95613 13.0796 5.45667 13.313Z"
10
+ fill="currentColor" />
11
+ <path
12
+ d="M10.4108 14.5197C10.1774 15.0203 9.58244 15.2368 9.0819 15.0034C8.58136 14.77 8.36481 14.1751 8.59821 13.6745C8.83162 13.174 9.4266 12.9574 9.92714 13.1908C10.4277 13.4242 10.6442 14.0192 10.4108 14.5197Z"
13
+ fill="currentColor" />
14
+ <path
15
+ d="M10.7724 11.3782C11.2729 11.6116 11.8679 11.3951 12.1013 10.8945C12.3347 10.394 12.1182 9.799 11.6176 9.56559C11.1171 9.33219 10.5221 9.54874 10.2887 10.0493C10.0553 10.5498 10.2718 11.1448 10.7724 11.3782Z"
16
+ fill="currentColor" />
17
+ <path fill-rule="evenodd" clip-rule="evenodd"
18
+ d="M13.6086 0.563585C10.6053 -0.836849 7.03544 0.462483 5.635 3.46572L0.563585 14.3414C-0.836849 17.3447 0.462483 20.9145 3.46572 22.315C6.46896 23.7154 10.0388 22.4161 11.4393 19.4128L16.5107 8.53714C17.9111 5.5339 16.6118 1.96402 13.6086 0.563585ZM10.4719 16.755L13.8528 9.50452L6.60238 6.12357L3.22144 13.374L10.4719 16.755ZM9.62666 18.5676L2.3762 15.1867C1.44258 17.1888 2.3088 19.5687 4.31096 20.5024C6.31312 21.436 8.69304 20.5698 9.62666 18.5676ZM12.7633 2.3762C14.7655 3.30982 15.6317 5.68975 14.6981 7.69191L7.44762 4.31096C8.38124 2.3088 10.7612 1.44258 12.7633 2.3762Z"
19
+ fill="currentColor" />
20
+ </g>
21
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 21.5712 22.1888" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <path id="vector" fill-rule="evenodd" clip-rule="evenodd"
5
+ d="M16.7368 14.6654C16.555 16.3131 15.7061 17.7598 14.466 18.7294C14.1176 19.5636 13.4947 20.2546 12.7103 20.6895C12.488 21.5518 11.7051 22.1888 10.7734 22.1888C9.84176 22.1888 9.05887 21.5518 8.83662 20.6895C8.05224 20.2546 7.42944 19.5637 7.08099 18.7297C5.84508 17.7635 4.99756 16.3234 4.81173 14.6827C3.72079 15.5105 2.16507 15.5063 1.07171 14.5888C-0.197517 13.5238 -0.363069 11.6315 0.701936 10.3623L4.79518 5.48417C5.05677 2.41195 7.63337 0 10.7733 0C13.9021 0 16.4716 2.39488 16.7486 5.45153L20.8692 10.3623C21.9342 11.6315 21.7687 13.5238 20.4994 14.5888C19.3985 15.5126 17.8288 15.5105 16.7368 14.6654ZM14.411 12L12.7328 10H8.8384L7.1602 12H14.411ZM16.7733 11.7039L17.805 12.9335C18.16 13.3565 18.7908 13.4117 19.2139 13.0567C19.6369 12.7017 19.6921 12.071 19.3371 11.6479L16.7733 8.59245V11.7039ZM14.7733 8V6C14.7733 3.79086 12.9825 2 10.7733 2C8.56418 2 6.77332 3.79086 6.77332 6V8H14.7733ZM3.76611 12.9335L4.77332 11.7331V8.62168L2.23403 11.6479C1.87902 12.071 1.93421 12.7017 2.35728 13.0567C2.78036 13.4117 3.41111 13.3565 3.76611 12.9335ZM10.7733 18C8.56418 18 6.77332 16.2091 6.77332 14H14.7733C14.7733 16.2091 12.9825 18 10.7733 18Z"
6
+ fill="currentColor" />
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 16.4916 14.7299" fill="none"
3
+ xmlns="http://www.w3.org/2000/svg">
4
+ <path id="vector" fill-rule="evenodd" clip-rule="evenodd"
5
+ d="M0.82895 0C0.276665 0 -0.0864656 0.439652 0.017874 0.981992L2.47389 13.7479C2.57823 14.2902 3.11053 14.7299 3.66281 14.7299H12.8288C13.3811 14.7299 13.9134 14.2902 14.0178 13.7479L16.4738 0.981992C16.5781 0.439652 16.215 0 15.6627 0H0.82895ZM9.79078 9.72986L10.7007 5H5.79089L6.70086 9.72986H9.79078Z"
6
+ fill="currentColor" />
7
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <g id="vector">
4
+ <path
5
+ d="M4.46457 10.1213C4.07404 10.5118 4.07404 11.145 4.46457 11.5355C4.85509 11.926 5.48825 11.926 5.87878 11.5355L11.5356 5.87862C11.9262 5.4881 11.9262 4.85493 11.5356 4.46441C11.1451 4.07388 10.5119 4.07388 10.1214 4.46441L4.46457 10.1213Z"
6
+ fill="currentColor" />
7
+ <path fill-rule="evenodd" clip-rule="evenodd"
8
+ d="M2.34315 13.6569C5.46734 16.781 10.5327 16.781 13.6569 13.6569C16.781 10.5327 16.781 5.46734 13.6569 2.34315C10.5327 -0.781049 5.46734 -0.781049 2.34315 2.34315C-0.781049 5.46734 -0.781049 10.5327 2.34315 13.6569ZM12.2426 12.2426C9.8995 14.5858 6.1005 14.5858 3.75736 12.2426C1.41421 9.8995 1.41421 6.1005 3.75736 3.75736C6.1005 1.41421 9.8995 1.41421 12.2426 3.75736C14.5858 6.1005 14.5858 9.8995 12.2426 12.2426Z"
9
+ fill="currentColor" />
10
+ </g>
11
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 20 17.2426" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path id="vector" fill-rule="evenodd" clip-rule="evenodd"
4
+ d="M18.5468 0.292893C18.1563 -0.0976312 17.5231 -0.0976309 17.1326 0.292893L11.7687 5.65683H0V7.65683H0.00842428C0.225635 12.9876 4.61591 17.2426 10 17.2426C15.3841 17.2426 19.7744 12.9876 19.9916 7.65683H20V5.65683H14.5971L18.5468 1.70711C18.9374 1.31658 18.9374 0.683417 18.5468 0.292893ZM12.1762 7.65683C12.1806 7.65686 12.1851 7.65686 12.1896 7.65683H17.9895C17.7739 11.8826 14.2793 15.2426 10 15.2426C5.72066 15.2426 2.22609 11.8826 2.01054 7.65683H12.1762Z"
5
+ fill="currentColor" />
6
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <g id="vector">
4
+ <path
5
+ d="M7 12C7.55228 12 8 11.5523 8 11C8 10.4477 7.55228 10 7 10C6.44771 10 6 10.4477 6 11C6 11.5523 6.44771 12 7 12Z"
6
+ fill="currentColor" />
7
+ <path
8
+ d="M14 11C14 11.5523 13.5523 12 13 12C12.4477 12 12 11.5523 12 11C12 10.4477 12.4477 10 13 10C13.5523 10 14 10.4477 14 11Z"
9
+ fill="currentColor" />
10
+ <path fill-rule="evenodd" clip-rule="evenodd"
11
+ d="M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM10 18C14.4183 18 18 14.4183 18 10C18 9.16374 17.8717 8.35744 17.6337 7.59973C16.7991 7.82556 15.9212 7.94604 15.0152 7.94604C11.2921 7.94604 8.04419 5.91139 6.32277 2.89334C3.75469 4.22486 2 6.90751 2 10C2 14.4183 5.58172 18 10 18Z"
12
+ fill="currentColor" />
13
+ </g>
14
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible"
2
+ style="display: block;" viewBox="0 0 22 19" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <g id="vector">
4
+ <path d="M13 9H9V11H13V9Z" fill="currentColor" />
5
+ <path fill-rule="evenodd" clip-rule="evenodd"
6
+ d="M6 3V2C6 0.895447 6.89539 0 8 0H14C15.1046 0 16 0.895447 16 2V3H19C20.6569 3 22 4.34314 22 6V16C22 17.6569 20.6569 19 19 19H3C1.34314 19 0 17.6569 0 16V6C0 4.34314 1.34314 3 3 3H6ZM8 2H14V3H8V2ZM3 5C2.44775 5 2 5.44769 2 6V12H20V6C20 5.44769 19.5522 5 19 5H3ZM2 16V14H20V16C20 16.5523 19.5522 17 19 17H3C2.44775 17 2 16.5523 2 16Z"
7
+ fill="currentColor" />
8
+ </g>
9
+ </svg>