@volverjs/ui-vue 0.0.3-beta.3 → 0.0.3

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 (830) hide show
  1. package/README.md +4 -3
  2. package/auto-imports.d.ts +10 -6
  3. package/bin/icons.cjs +8 -8
  4. package/bin/icons.js +8 -8
  5. package/dist/Volver.d.ts +39 -13
  6. package/dist/components/VvAccordion/VvAccordion.es.js +68 -41
  7. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  8. package/dist/components/VvAccordion/index.d.ts +2 -2
  9. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +128 -79
  10. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  11. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +1 -1
  12. package/dist/components/VvBadge/VvBadge.es.js +22 -17
  13. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  14. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +48 -57
  15. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  16. package/dist/components/VvButton/VvButton.es.js +313 -172
  17. package/dist/components/VvButton/VvButton.umd.js +1 -1
  18. package/dist/components/VvButton/VvButton.vue.d.ts +21 -24
  19. package/dist/components/VvButton/index.d.ts +13 -19
  20. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +55 -40
  21. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  22. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +1 -1
  23. package/dist/components/VvCard/VvCard.es.js +22 -24
  24. package/dist/components/VvCard/VvCard.umd.js +1 -1
  25. package/dist/components/VvCheckbox/VvCheckbox.es.js +197 -138
  26. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  27. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +5 -3
  28. package/dist/components/VvCheckbox/index.d.ts +5 -9
  29. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +270 -181
  30. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  31. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +12 -1
  32. package/dist/components/VvCheckboxGroup/index.d.ts +5 -0
  33. package/dist/components/VvCombobox/VvCombobox.es.js +1127 -452
  34. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  35. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +254 -21
  36. package/dist/components/VvCombobox/index.d.ts +134 -13
  37. package/dist/components/VvDialog/VvDialog.es.js +169 -78
  38. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  39. package/dist/components/VvDialog/VvDialog.vue.d.ts +3 -9
  40. package/dist/components/VvDialog/index.d.ts +16 -4
  41. package/dist/components/VvDropdown/VvDropdown.es.js +331 -90
  42. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  43. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +184 -51
  44. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +9 -0
  45. package/dist/components/VvDropdown/index.d.ts +73 -31
  46. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +23 -0
  47. package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -0
  48. package/dist/components/VvIcon/VvIcon.es.js +82 -19
  49. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  50. package/dist/components/VvInputText/VvInputText.es.js +509 -294
  51. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  52. package/dist/components/VvInputText/VvInputText.vue.d.ts +10 -10
  53. package/dist/components/VvInputText/index.d.ts +4 -4
  54. package/dist/components/VvProgress/VvProgress.es.js +43 -19
  55. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  56. package/dist/components/VvRadio/VvRadio.es.js +159 -114
  57. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  58. package/dist/components/VvRadio/VvRadio.vue.d.ts +4 -2
  59. package/dist/components/VvRadio/index.d.ts +5 -3
  60. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +233 -158
  61. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  62. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +12 -1
  63. package/dist/components/VvRadioGroup/index.d.ts +5 -0
  64. package/dist/components/VvSelect/VvSelect.es.js +366 -201
  65. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  66. package/dist/components/VvSelect/VvSelect.vue.d.ts +33 -17
  67. package/dist/components/VvSelect/index.d.ts +8 -4
  68. package/dist/components/VvTextarea/VvTextarea.es.js +381 -202
  69. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  70. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +9 -9
  71. package/dist/components/VvTextarea/index.d.ts +8 -5
  72. package/dist/components/VvTooltip/VvTooltip.es.js +34 -14
  73. package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
  74. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +11 -5
  75. package/dist/components/VvTooltip/index.d.ts +7 -9
  76. package/dist/components/index.es.js +2324 -1339
  77. package/dist/components/index.umd.js +1 -1
  78. package/dist/composables/dropdown/useInjectDropdown.d.ts +31 -0
  79. package/dist/composables/dropdown/useProvideDropdown.d.ts +36 -0
  80. package/dist/composables/group/useInjectedGroupState.d.ts +4 -4
  81. package/dist/composables/group/useProvideGroupState.d.ts +2 -2
  82. package/dist/composables/useComponentIcon.d.ts +10 -0
  83. package/dist/composables/useModifiers.d.ts +1 -9
  84. package/dist/composables/useOptions.d.ts +2 -1
  85. package/dist/composables/useUniqueId.d.ts +2 -0
  86. package/dist/composables/useVolver.d.ts +2 -0
  87. package/dist/constants.d.ts +29 -4
  88. package/dist/directives/index.d.ts +4 -0
  89. package/dist/directives/v-tooltip.d.ts +3 -0
  90. package/dist/icons.d.ts +9 -0
  91. package/dist/icons.es.js +30 -21
  92. package/dist/icons.umd.js +1 -1
  93. package/dist/index.d.ts +1 -1
  94. package/dist/index.es.js +2463 -1393
  95. package/dist/index.umd.js +1 -1
  96. package/dist/props/index.d.ts +149 -23
  97. package/dist/resolvers/unplugin.es.js +20 -20
  98. package/dist/resolvers/unplugin.umd.js +1 -1
  99. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +14 -0
  100. package/dist/stories/Combobox/Combobox.settings.d.ts +226 -3
  101. package/dist/stories/Dropdown/Dropdown.settings.d.ts +138 -28
  102. package/dist/stories/Dropdown/Dropdown.test.d.ts +1 -1
  103. package/dist/stories/InputText/InputText.settings.d.ts +24 -24
  104. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +14 -0
  105. package/dist/stories/Select/Select.settings.d.ts +15 -1
  106. package/dist/stories/Textarea/Textarea.settings.d.ts +24 -24
  107. package/dist/stories/Tooltip/Tooltip.settings.d.ts +1 -1
  108. package/dist/stories/argTypes.d.ts +164 -3
  109. package/package.json +52 -42
  110. package/src/Volver.ts +145 -33
  111. package/src/assets/icons/detailed/add-circle.svg +12 -1
  112. package/src/assets/icons/detailed/add.svg +8 -1
  113. package/src/assets/icons/detailed/align-center.svg +12 -1
  114. package/src/assets/icons/detailed/align-justify.svg +12 -1
  115. package/src/assets/icons/detailed/align-left.svg +12 -1
  116. package/src/assets/icons/detailed/align-right.svg +12 -1
  117. package/src/assets/icons/detailed/analysis-2.svg +20 -1
  118. package/src/assets/icons/detailed/analysis-3.svg +8 -1
  119. package/src/assets/icons/detailed/analysis.svg +16 -1
  120. package/src/assets/icons/detailed/apple.svg +16 -1
  121. package/src/assets/icons/detailed/arrow-down.svg +8 -1
  122. package/src/assets/icons/detailed/arrow-left.svg +8 -1
  123. package/src/assets/icons/detailed/arrow-right.svg +8 -1
  124. package/src/assets/icons/detailed/arrow-up.svg +8 -1
  125. package/src/assets/icons/detailed/attachment.svg +8 -1
  126. package/src/assets/icons/detailed/back-to-front.svg +17 -1
  127. package/src/assets/icons/detailed/bell-active.svg +14 -1
  128. package/src/assets/icons/detailed/bell.svg +14 -1
  129. package/src/assets/icons/detailed/bold.svg +8 -1
  130. package/src/assets/icons/detailed/bookmark-active.svg +12 -1
  131. package/src/assets/icons/detailed/bookmark.svg +12 -1
  132. package/src/assets/icons/detailed/building.svg +26 -1
  133. package/src/assets/icons/detailed/bullet-list.svg +22 -1
  134. package/src/assets/icons/detailed/calendar.svg +26 -1
  135. package/src/assets/icons/detailed/camera-off.svg +12 -1
  136. package/src/assets/icons/detailed/camera-on.svg +17 -1
  137. package/src/assets/icons/detailed/catalog.svg +15 -1
  138. package/src/assets/icons/detailed/certificate.svg +10 -1
  139. package/src/assets/icons/detailed/chat.svg +6 -1
  140. package/src/assets/icons/detailed/check-badge.svg +9 -1
  141. package/src/assets/icons/detailed/check-circle.svg +10 -1
  142. package/src/assets/icons/detailed/check.svg +6 -1
  143. package/src/assets/icons/detailed/checkbox.svg +8 -1
  144. package/src/assets/icons/detailed/chevron-down-circle.svg +10 -1
  145. package/src/assets/icons/detailed/chevron-down.svg +6 -1
  146. package/src/assets/icons/detailed/chevron-left-circle.svg +10 -1
  147. package/src/assets/icons/detailed/chevron-left.svg +6 -1
  148. package/src/assets/icons/detailed/chevron-right-circle.svg +7 -1
  149. package/src/assets/icons/detailed/chevron-up-circle.svg +10 -1
  150. package/src/assets/icons/detailed/chevron-up.svg +6 -1
  151. package/src/assets/icons/detailed/circle.svg +8 -0
  152. package/src/assets/icons/detailed/classroom.svg +38 -1
  153. package/src/assets/icons/detailed/clear-field.svg +14 -1
  154. package/src/assets/icons/detailed/clear-style.svg +9 -1
  155. package/src/assets/icons/detailed/close-circle.svg +14 -1
  156. package/src/assets/icons/detailed/close-loader.svg +6 -1
  157. package/src/assets/icons/detailed/close.svg +8 -1
  158. package/src/assets/icons/detailed/coffee.svg +21 -1
  159. package/src/assets/icons/detailed/color.svg +20 -1
  160. package/src/assets/icons/detailed/contact-us.svg +27 -1
  161. package/src/assets/icons/detailed/copy.svg +10 -1
  162. package/src/assets/icons/detailed/courses.svg +22 -1
  163. package/src/assets/icons/detailed/dashboard.svg +20 -1
  164. package/src/assets/icons/detailed/download.svg +10 -1
  165. package/src/assets/icons/detailed/drag.svg +10 -1
  166. package/src/assets/icons/detailed/duplicate.svg +23 -1
  167. package/src/assets/icons/detailed/edit.svg +16 -1
  168. package/src/assets/icons/detailed/elearning.svg +13 -1
  169. package/src/assets/icons/detailed/email.svg +11 -1
  170. package/src/assets/icons/detailed/error-2.svg +8 -1
  171. package/src/assets/icons/detailed/error.svg +12 -1
  172. package/src/assets/icons/detailed/exercise.svg +26 -1
  173. package/src/assets/icons/detailed/external-link.svg +11 -1
  174. package/src/assets/icons/detailed/extract.svg +20 -1
  175. package/src/assets/icons/detailed/eye-off.svg +15 -1
  176. package/src/assets/icons/detailed/eye-on.svg +8 -1
  177. package/src/assets/icons/detailed/fail.svg +11 -1
  178. package/src/assets/icons/detailed/fast-back.svg +20 -1
  179. package/src/assets/icons/detailed/fast-forward.svg +20 -1
  180. package/src/assets/icons/detailed/file-add.svg +19 -1
  181. package/src/assets/icons/detailed/file-duplicate.svg +16 -1
  182. package/src/assets/icons/detailed/file-remove.svg +17 -1
  183. package/src/assets/icons/detailed/file-required.svg +23 -1
  184. package/src/assets/icons/detailed/file.svg +13 -1
  185. package/src/assets/icons/detailed/filter-2.svg +22 -1
  186. package/src/assets/icons/detailed/filter-active.svg +12 -1
  187. package/src/assets/icons/detailed/filter.svg +12 -1
  188. package/src/assets/icons/detailed/flag.svg +11 -1
  189. package/src/assets/icons/detailed/folder.svg +14 -1
  190. package/src/assets/icons/detailed/full-width.svg +11 -1
  191. package/src/assets/icons/detailed/go-to-back.svg +19 -1
  192. package/src/assets/icons/detailed/grid.svg +20 -1
  193. package/src/assets/icons/detailed/group-add.svg +24 -1
  194. package/src/assets/icons/detailed/group.svg +16 -1
  195. package/src/assets/icons/detailed/heart-active.svg +12 -1
  196. package/src/assets/icons/detailed/heart.svg +12 -1
  197. package/src/assets/icons/detailed/highlighter.svg +10 -1
  198. package/src/assets/icons/detailed/home.svg +12 -1
  199. package/src/assets/icons/detailed/hourglass.svg +12 -1
  200. package/src/assets/icons/detailed/image.svg +15 -1
  201. package/src/assets/icons/detailed/info-badge.svg +9 -1
  202. package/src/assets/icons/detailed/information.svg +12 -1
  203. package/src/assets/icons/detailed/italic.svg +10 -1
  204. package/src/assets/icons/detailed/key.svg +5 -1
  205. package/src/assets/icons/detailed/language.svg +14 -1
  206. package/src/assets/icons/detailed/learning-path.svg +7 -1
  207. package/src/assets/icons/detailed/light-off.svg +10 -1
  208. package/src/assets/icons/detailed/light-on.svg +18 -1
  209. package/src/assets/icons/detailed/link.svg +12 -1
  210. package/src/assets/icons/detailed/lock.svg +13 -1
  211. package/src/assets/icons/detailed/login.svg +11 -1
  212. package/src/assets/icons/detailed/logout.svg +11 -1
  213. package/src/assets/icons/detailed/maximaze.svg +12 -1
  214. package/src/assets/icons/detailed/menu.svg +9 -1
  215. package/src/assets/icons/detailed/merge.svg +20 -1
  216. package/src/assets/icons/detailed/minimize.svg +14 -1
  217. package/src/assets/icons/detailed/mixed-class.svg +40 -1
  218. package/src/assets/icons/detailed/more-horizontal.svg +7 -1
  219. package/src/assets/icons/detailed/more-vertical.svg +7 -1
  220. package/src/assets/icons/detailed/news.svg +12 -1
  221. package/src/assets/icons/detailed/no-prerequisites.svg +13 -1
  222. package/src/assets/icons/detailed/notes.svg +14 -1
  223. package/src/assets/icons/detailed/number-code.svg +34 -1
  224. package/src/assets/icons/detailed/numbered-list.svg +18 -1
  225. package/src/assets/icons/detailed/on-site.svg +22 -1
  226. package/src/assets/icons/detailed/order-down.svg +12 -1
  227. package/src/assets/icons/detailed/order-up.svg +12 -1
  228. package/src/assets/icons/detailed/paste.svg +14 -1
  229. package/src/assets/icons/detailed/pausa.svg +8 -1
  230. package/src/assets/icons/detailed/pdf.svg +12 -1
  231. package/src/assets/icons/detailed/phone.svg +10 -1
  232. package/src/assets/icons/detailed/pin-map.svg +12 -1
  233. package/src/assets/icons/detailed/pin.svg +15 -1
  234. package/src/assets/icons/detailed/pizza.svg +17 -1
  235. package/src/assets/icons/detailed/play.svg +11 -1
  236. package/src/assets/icons/detailed/plug-in.svg +10 -1
  237. package/src/assets/icons/detailed/pointer.svg +12 -1
  238. package/src/assets/icons/detailed/printer.svg +26 -1
  239. package/src/assets/icons/detailed/profile-add.svg +20 -1
  240. package/src/assets/icons/detailed/profile.svg +10 -1
  241. package/src/assets/icons/detailed/push-pin-off.svg +11 -1
  242. package/src/assets/icons/detailed/push-pin-on.svg +9 -1
  243. package/src/assets/icons/detailed/qrcode.svg +28 -1
  244. package/src/assets/icons/detailed/question-badge.svg +10 -1
  245. package/src/assets/icons/detailed/radio.svg +8 -1
  246. package/src/assets/icons/detailed/redo.svg +9 -1
  247. package/src/assets/icons/detailed/relations.svg +32 -1
  248. package/src/assets/icons/detailed/reload.svg +13 -1
  249. package/src/assets/icons/detailed/remove-circle.svg +10 -1
  250. package/src/assets/icons/detailed/remove.svg +5 -1
  251. package/src/assets/icons/detailed/reorder.svg +12 -1
  252. package/src/assets/icons/detailed/repeat.svg +12 -1
  253. package/src/assets/icons/detailed/repository.svg +18 -1
  254. package/src/assets/icons/detailed/request-form.svg +18 -1
  255. package/src/assets/icons/detailed/resize-100%.svg +15 -1
  256. package/src/assets/icons/detailed/resize-height.svg +12 -1
  257. package/src/assets/icons/detailed/resize-width.svg +12 -1
  258. package/src/assets/icons/detailed/search.svg +12 -1
  259. package/src/assets/icons/detailed/sequential-prerequisites.svg +20 -1
  260. package/src/assets/icons/detailed/settings.svg +14 -1
  261. package/src/assets/icons/detailed/share.svg +20 -1
  262. package/src/assets/icons/detailed/sketch.svg +12 -1
  263. package/src/assets/icons/detailed/skills.svg +20 -1
  264. package/src/assets/icons/detailed/skip-back.svg +12 -1
  265. package/src/assets/icons/detailed/skip-forward.svg +13 -1
  266. package/src/assets/icons/detailed/sms.svg +18 -1
  267. package/src/assets/icons/detailed/sso-access.svg +18 -1
  268. package/src/assets/icons/detailed/star-active.svg +6 -1
  269. package/src/assets/icons/detailed/star.svg +6 -1
  270. package/src/assets/icons/detailed/success.svg +10 -1
  271. package/src/assets/icons/detailed/sun.svg +24 -1
  272. package/src/assets/icons/detailed/sunrise.svg +18 -1
  273. package/src/assets/icons/detailed/support.svg +18 -1
  274. package/src/assets/icons/detailed/survey.svg +24 -1
  275. package/src/assets/icons/detailed/table.svg +11 -1
  276. package/src/assets/icons/detailed/tematic-channels.svg +12 -1
  277. package/src/assets/icons/detailed/test.svg +14 -1
  278. package/src/assets/icons/detailed/text-body.svg +8 -1
  279. package/src/assets/icons/detailed/text-edit.svg +11 -1
  280. package/src/assets/icons/detailed/text-style.svg +10 -1
  281. package/src/assets/icons/detailed/time.svg +10 -1
  282. package/src/assets/icons/detailed/toilet-piper.svg +15 -1
  283. package/src/assets/icons/detailed/training-points.svg +16 -1
  284. package/src/assets/icons/detailed/trash.svg +19 -1
  285. package/src/assets/icons/detailed/underline.svg +8 -1
  286. package/src/assets/icons/detailed/undo.svg +9 -1
  287. package/src/assets/icons/detailed/unlock.svg +13 -1
  288. package/src/assets/icons/detailed/upload.svg +10 -1
  289. package/src/assets/icons/detailed/user-add.svg +16 -1
  290. package/src/assets/icons/detailed/user-badge.svg +11 -1
  291. package/src/assets/icons/detailed/user.svg +8 -1
  292. package/src/assets/icons/detailed/video-off.svg +17 -1
  293. package/src/assets/icons/detailed/video-on.svg +16 -1
  294. package/src/assets/icons/detailed/video-rec.svg +19 -1
  295. package/src/assets/icons/detailed/view-card.svg +12 -1
  296. package/src/assets/icons/detailed/view-list.svg +20 -1
  297. package/src/assets/icons/detailed/view.svg +7 -1
  298. package/src/assets/icons/detailed/voice-off.svg +14 -1
  299. package/src/assets/icons/detailed/voice-on.svg +16 -1
  300. package/src/assets/icons/detailed/volume-down.svg +14 -1
  301. package/src/assets/icons/detailed/volume-off.svg +19 -1
  302. package/src/assets/icons/detailed/volume-up.svg +16 -1
  303. package/src/assets/icons/detailed/warning.svg +16 -1
  304. package/src/assets/icons/detailed/webinar.svg +57 -1
  305. package/src/assets/icons/detailed/whiteboard.svg +16 -1
  306. package/src/assets/icons/detailed/wine.svg +22 -1
  307. package/src/assets/icons/detailed/zip.svg +17 -1
  308. package/src/assets/icons/detailed/zoom-in.svg +18 -1
  309. package/src/assets/icons/detailed/zoom-out.svg +16 -1
  310. package/src/assets/icons/detailed.json +1 -1
  311. package/src/assets/icons/normal/add-circle.svg +12 -1
  312. package/src/assets/icons/normal/add.svg +4 -1
  313. package/src/assets/icons/normal/align-center.svg +11 -1
  314. package/src/assets/icons/normal/align-justify.svg +11 -1
  315. package/src/assets/icons/normal/align-left.svg +11 -1
  316. package/src/assets/icons/normal/align-right.svg +11 -1
  317. package/src/assets/icons/normal/analysis-2.svg +18 -1
  318. package/src/assets/icons/normal/analysis-3.svg +8 -1
  319. package/src/assets/icons/normal/analysis.svg +14 -1
  320. package/src/assets/icons/normal/apple.svg +16 -1
  321. package/src/assets/icons/normal/arrow-down.svg +8 -1
  322. package/src/assets/icons/normal/arrow-left.svg +8 -1
  323. package/src/assets/icons/normal/arrow-right.svg +8 -1
  324. package/src/assets/icons/normal/arrow-up.svg +8 -1
  325. package/src/assets/icons/normal/attachment.svg +6 -1
  326. package/src/assets/icons/normal/back-to-front.svg +15 -1
  327. package/src/assets/icons/normal/bell-active.svg +14 -1
  328. package/src/assets/icons/normal/bell.svg +14 -1
  329. package/src/assets/icons/normal/bold.svg +8 -1
  330. package/src/assets/icons/normal/bookmark active.svg +12 -1
  331. package/src/assets/icons/normal/bookmark.svg +10 -1
  332. package/src/assets/icons/normal/building.svg +21 -1
  333. package/src/assets/icons/normal/bulleted-list.svg +23 -1
  334. package/src/assets/icons/normal/calendar.svg +20 -1
  335. package/src/assets/icons/normal/camera-off.svg +17 -1
  336. package/src/assets/icons/normal/camera-on.svg +16 -1
  337. package/src/assets/icons/normal/catalog.svg +13 -1
  338. package/src/assets/icons/normal/certificate.svg +12 -1
  339. package/src/assets/icons/normal/chat.svg +6 -1
  340. package/src/assets/icons/normal/check-badge.svg +9 -1
  341. package/src/assets/icons/normal/check-circle.svg +10 -1
  342. package/src/assets/icons/normal/check.svg +4 -1
  343. package/src/assets/icons/normal/checkbox.svg +8 -1
  344. package/src/assets/icons/normal/chevron-down-circle.svg +10 -1
  345. package/src/assets/icons/normal/chevron-down.svg +6 -1
  346. package/src/assets/icons/normal/chevron-left-circle.svg +10 -1
  347. package/src/assets/icons/normal/chevron-left.svg +6 -1
  348. package/src/assets/icons/normal/chevron-right-circle.svg +10 -1
  349. package/src/assets/icons/normal/chevron-right.svg +7 -1
  350. package/src/assets/icons/normal/chevron-up-circle.svg +10 -1
  351. package/src/assets/icons/normal/chevron-up.svg +6 -1
  352. package/src/assets/icons/normal/circle.svg +8 -0
  353. package/src/assets/icons/normal/classroom.svg +36 -1
  354. package/src/assets/icons/normal/clear-field.svg +14 -1
  355. package/src/assets/icons/normal/clear-style.svg +18 -1
  356. package/src/assets/icons/normal/close-circle.svg +14 -1
  357. package/src/assets/icons/normal/close-loader.svg +6 -1
  358. package/src/assets/icons/normal/close.svg +8 -1
  359. package/src/assets/icons/normal/coffee.svg +26 -1
  360. package/src/assets/icons/normal/color.svg +18 -1
  361. package/src/assets/icons/normal/contact-us.svg +29 -1
  362. package/src/assets/icons/normal/copy.svg +10 -1
  363. package/src/assets/icons/normal/courses.svg +22 -1
  364. package/src/assets/icons/normal/dashboard.svg +18 -1
  365. package/src/assets/icons/normal/download.svg +10 -1
  366. package/src/assets/icons/normal/drag.svg +5 -1
  367. package/src/assets/icons/normal/dulicate.svg +22 -1
  368. package/src/assets/icons/normal/edit.svg +16 -1
  369. package/src/assets/icons/normal/elearning.svg +16 -1
  370. package/src/assets/icons/normal/email.svg +11 -1
  371. package/src/assets/icons/normal/error-2.svg +8 -1
  372. package/src/assets/icons/normal/error.svg +12 -1
  373. package/src/assets/icons/normal/exercise.svg +26 -1
  374. package/src/assets/icons/normal/external-link.svg +11 -1
  375. package/src/assets/icons/normal/extract.svg +14 -1
  376. package/src/assets/icons/normal/eye-off.svg +14 -1
  377. package/src/assets/icons/normal/eye-on.svg +16 -1
  378. package/src/assets/icons/normal/fail.svg +11 -1
  379. package/src/assets/icons/normal/fast-back.svg +19 -1
  380. package/src/assets/icons/normal/fast-forward.svg +17 -1
  381. package/src/assets/icons/normal/file-add.svg +16 -1
  382. package/src/assets/icons/normal/file-duplicate.svg +22 -1
  383. package/src/assets/icons/normal/file-remove.svg +14 -1
  384. package/src/assets/icons/normal/file-required.svg +24 -1
  385. package/src/assets/icons/normal/file.svg +13 -1
  386. package/src/assets/icons/normal/filter-2.svg +20 -1
  387. package/src/assets/icons/normal/filter-active.svg +12 -1
  388. package/src/assets/icons/normal/filter.svg +12 -1
  389. package/src/assets/icons/normal/flag.svg +10 -1
  390. package/src/assets/icons/normal/folder.svg +12 -1
  391. package/src/assets/icons/normal/full-width.svg +9 -1
  392. package/src/assets/icons/normal/go-to-back.svg +19 -1
  393. package/src/assets/icons/normal/grid.svg +20 -1
  394. package/src/assets/icons/normal/group-add.svg +18 -1
  395. package/src/assets/icons/normal/group.svg +14 -1
  396. package/src/assets/icons/normal/heart-active.svg +10 -1
  397. package/src/assets/icons/normal/heart.svg +10 -1
  398. package/src/assets/icons/normal/highlighter.svg +11 -1
  399. package/src/assets/icons/normal/home.svg +12 -1
  400. package/src/assets/icons/normal/hourglass.svg +8 -1
  401. package/src/assets/icons/normal/image.svg +15 -1
  402. package/src/assets/icons/normal/info-badge.svg +9 -1
  403. package/src/assets/icons/normal/information.svg +12 -1
  404. package/src/assets/icons/normal/italic.svg +10 -1
  405. package/src/assets/icons/normal/key.svg +8 -1
  406. package/src/assets/icons/normal/language.svg +14 -1
  407. package/src/assets/icons/normal/learning-path.svg +7 -1
  408. package/src/assets/icons/normal/light-off.svg +10 -1
  409. package/src/assets/icons/normal/light-on.svg +17 -1
  410. package/src/assets/icons/normal/link.svg +12 -1
  411. package/src/assets/icons/normal/lock.svg +12 -1
  412. package/src/assets/icons/normal/login.svg +10 -1
  413. package/src/assets/icons/normal/logout.svg +10 -1
  414. package/src/assets/icons/normal/maximize.svg +10 -1
  415. package/src/assets/icons/normal/menu.svg +8 -1
  416. package/src/assets/icons/normal/merge.svg +20 -1
  417. package/src/assets/icons/normal/minimize.svg +12 -1
  418. package/src/assets/icons/normal/mixed-class.svg +36 -1
  419. package/src/assets/icons/normal/more-horizontal.svg +7 -1
  420. package/src/assets/icons/normal/more-vertical.svg +7 -1
  421. package/src/assets/icons/normal/news.svg +9 -1
  422. package/src/assets/icons/normal/no-prerequisites.svg +12 -1
  423. package/src/assets/icons/normal/notes.svg +15 -1
  424. package/src/assets/icons/normal/number-code.svg +34 -1
  425. package/src/assets/icons/normal/numbered-list.svg +19 -1
  426. package/src/assets/icons/normal/on-site.svg +18 -1
  427. package/src/assets/icons/normal/order-down.svg +12 -1
  428. package/src/assets/icons/normal/order-up.svg +11 -1
  429. package/src/assets/icons/normal/paste.svg +14 -1
  430. package/src/assets/icons/normal/pausa.svg +7 -1
  431. package/src/assets/icons/normal/pdf.svg +12 -1
  432. package/src/assets/icons/normal/phone.svg +10 -1
  433. package/src/assets/icons/normal/pin-map.svg +10 -1
  434. package/src/assets/icons/normal/pin.svg +12 -1
  435. package/src/assets/icons/normal/pizza.svg +17 -1
  436. package/src/assets/icons/normal/play.svg +9 -1
  437. package/src/assets/icons/normal/plug-in.svg +10 -1
  438. package/src/assets/icons/normal/pointer.svg +12 -1
  439. package/src/assets/icons/normal/printer.svg +28 -1
  440. package/src/assets/icons/normal/profile-add.svg +28 -1
  441. package/src/assets/icons/normal/profile.svg +15 -1
  442. package/src/assets/icons/normal/push pin on.svg +9 -1
  443. package/src/assets/icons/normal/push-pin-off.svg +23 -1
  444. package/src/assets/icons/normal/qrcode.svg +26 -1
  445. package/src/assets/icons/normal/question-badge.svg +10 -1
  446. package/src/assets/icons/normal/radio.svg +8 -1
  447. package/src/assets/icons/normal/redo.svg +9 -1
  448. package/src/assets/icons/normal/relations.svg +28 -1
  449. package/src/assets/icons/normal/reload.svg +12 -1
  450. package/src/assets/icons/normal/remove-circle.svg +10 -1
  451. package/src/assets/icons/normal/remove.svg +4 -1
  452. package/src/assets/icons/normal/reorder.svg +12 -1
  453. package/src/assets/icons/normal/repeat.svg +12 -1
  454. package/src/assets/icons/normal/repository.svg +18 -1
  455. package/src/assets/icons/normal/request-form.svg +18 -1
  456. package/src/assets/icons/normal/resize-100%.svg +17 -1
  457. package/src/assets/icons/normal/resize-height.svg +12 -1
  458. package/src/assets/icons/normal/resize-width.svg +12 -1
  459. package/src/assets/icons/normal/search.svg +10 -1
  460. package/src/assets/icons/normal/sequential-prerequisites.svg +20 -1
  461. package/src/assets/icons/normal/settings.svg +14 -1
  462. package/src/assets/icons/normal/share.svg +20 -1
  463. package/src/assets/icons/normal/sketch.svg +11 -1
  464. package/src/assets/icons/normal/skills.svg +16 -1
  465. package/src/assets/icons/normal/skip-back.svg +12 -1
  466. package/src/assets/icons/normal/skip-forward.svg +13 -1
  467. package/src/assets/icons/normal/sms.svg +20 -1
  468. package/src/assets/icons/normal/sso-access.svg +20 -1
  469. package/src/assets/icons/normal/star-active.svg +4 -1
  470. package/src/assets/icons/normal/star.svg +4 -1
  471. package/src/assets/icons/normal/success.svg +10 -1
  472. package/src/assets/icons/normal/sun.svg +24 -1
  473. package/src/assets/icons/normal/sunrise.svg +18 -1
  474. package/src/assets/icons/normal/support.svg +18 -1
  475. package/src/assets/icons/normal/survey.svg +24 -1
  476. package/src/assets/icons/normal/table.svg +11 -1
  477. package/src/assets/icons/normal/tematic-channels.svg +10 -1
  478. package/src/assets/icons/normal/test.svg +15 -1
  479. package/src/assets/icons/normal/text-body.svg +8 -1
  480. package/src/assets/icons/normal/text-edit.svg +11 -1
  481. package/src/assets/icons/normal/text-style.svg +10 -1
  482. package/src/assets/icons/normal/time.svg +10 -1
  483. package/src/assets/icons/normal/toilet-paper.svg +15 -1
  484. package/src/assets/icons/normal/training-points.svg +16 -1
  485. package/src/assets/icons/normal/trash.svg +19 -1
  486. package/src/assets/icons/normal/underline.svg +8 -1
  487. package/src/assets/icons/normal/undo.svg +9 -1
  488. package/src/assets/icons/normal/unlock.svg +13 -1
  489. package/src/assets/icons/normal/upload.svg +10 -1
  490. package/src/assets/icons/normal/user-add.svg +14 -1
  491. package/src/assets/icons/normal/user-badge.svg +11 -1
  492. package/src/assets/icons/normal/user.svg +5 -1
  493. package/src/assets/icons/normal/video-off.svg +11 -1
  494. package/src/assets/icons/normal/video-on.svg +20 -1
  495. package/src/assets/icons/normal/video-rec.svg +23 -1
  496. package/src/assets/icons/normal/view-card.svg +10 -1
  497. package/src/assets/icons/normal/view-list.svg +18 -1
  498. package/src/assets/icons/normal/view.svg +8 -1
  499. package/src/assets/icons/normal/voice-off.svg +18 -1
  500. package/src/assets/icons/normal/voice-on.svg +15 -1
  501. package/src/assets/icons/normal/volume-down.svg +14 -1
  502. package/src/assets/icons/normal/volume-off.svg +18 -1
  503. package/src/assets/icons/normal/volume-up.svg +16 -1
  504. package/src/assets/icons/normal/warning.svg +16 -1
  505. package/src/assets/icons/normal/webinar.svg +36 -1
  506. package/src/assets/icons/normal/whiteboard.svg +17 -1
  507. package/src/assets/icons/normal/wine.svg +22 -1
  508. package/src/assets/icons/normal/zip.svg +19 -1
  509. package/src/assets/icons/normal/zoom-in.svg +16 -1
  510. package/src/assets/icons/normal/zoom-out.svg +14 -1
  511. package/src/assets/icons/normal.json +1 -1
  512. package/src/assets/icons/simple/add-circle.svg +12 -1
  513. package/src/assets/icons/simple/add.svg +8 -1
  514. package/src/assets/icons/simple/align-center.svg +12 -1
  515. package/src/assets/icons/simple/align-justify.svg +12 -1
  516. package/src/assets/icons/simple/align-left.svg +12 -1
  517. package/src/assets/icons/simple/align-right.svg +12 -1
  518. package/src/assets/icons/simple/analysis-2.svg +21 -1
  519. package/src/assets/icons/simple/analysis-3.svg +8 -1
  520. package/src/assets/icons/simple/analysis.svg +16 -1
  521. package/src/assets/icons/simple/apple.svg +18 -1
  522. package/src/assets/icons/simple/arrow-down.svg +8 -1
  523. package/src/assets/icons/simple/arrow-left.svg +8 -1
  524. package/src/assets/icons/simple/arrow-right.svg +8 -1
  525. package/src/assets/icons/simple/arrow-up.svg +8 -1
  526. package/src/assets/icons/simple/attachment.svg +10 -1
  527. package/src/assets/icons/simple/bck-to-front.svg +19 -1
  528. package/src/assets/icons/simple/bell-active.svg +14 -1
  529. package/src/assets/icons/simple/bell.svg +14 -1
  530. package/src/assets/icons/simple/bold.svg +8 -1
  531. package/src/assets/icons/simple/bookmark-active.svg +12 -1
  532. package/src/assets/icons/simple/bookmark.svg +12 -1
  533. package/src/assets/icons/simple/building.svg +25 -1
  534. package/src/assets/icons/simple/bulleted-list.svg +22 -1
  535. package/src/assets/icons/simple/calendar.svg +22 -1
  536. package/src/assets/icons/simple/camera-off.svg +12 -1
  537. package/src/assets/icons/simple/camera-on.svg +16 -1
  538. package/src/assets/icons/simple/catalog.svg +14 -1
  539. package/src/assets/icons/simple/certificate.svg +15 -1
  540. package/src/assets/icons/simple/chat.svg +9 -1
  541. package/src/assets/icons/simple/check-badge.svg +9 -1
  542. package/src/assets/icons/simple/check-circle.svg +10 -1
  543. package/src/assets/icons/simple/check.svg +6 -1
  544. package/src/assets/icons/simple/checkbox.svg +6 -1
  545. package/src/assets/icons/simple/chevron-down-circle.svg +10 -1
  546. package/src/assets/icons/simple/chevron-down.svg +6 -1
  547. package/src/assets/icons/simple/chevron-left-circle.svg +10 -1
  548. package/src/assets/icons/simple/chevron-left.svg +6 -1
  549. package/src/assets/icons/simple/chevron-right-circle.svg +10 -1
  550. package/src/assets/icons/simple/chevron-right.svg +7 -1
  551. package/src/assets/icons/simple/chevron-up-circle.svg +10 -1
  552. package/src/assets/icons/simple/chevron-up.svg +6 -1
  553. package/src/assets/icons/simple/circle.svg +8 -0
  554. package/src/assets/icons/simple/classroom.svg +38 -1
  555. package/src/assets/icons/simple/clear-field.svg +11 -1
  556. package/src/assets/icons/simple/clear-style.svg +15 -1
  557. package/src/assets/icons/simple/close-circle.svg +14 -1
  558. package/src/assets/icons/simple/close-loader.svg +6 -1
  559. package/src/assets/icons/simple/close.svg +10 -1
  560. package/src/assets/icons/simple/coffee.svg +28 -1
  561. package/src/assets/icons/simple/color.svg +20 -1
  562. package/src/assets/icons/simple/contact-us.svg +26 -1
  563. package/src/assets/icons/simple/copy.svg +10 -1
  564. package/src/assets/icons/simple/courses.svg +21 -1
  565. package/src/assets/icons/simple/dashboard.svg +20 -1
  566. package/src/assets/icons/simple/download.svg +10 -1
  567. package/src/assets/icons/simple/drag.svg +10 -1
  568. package/src/assets/icons/simple/duplicate.svg +24 -1
  569. package/src/assets/icons/simple/edit.svg +17 -1
  570. package/src/assets/icons/simple/elearning.svg +17 -1
  571. package/src/assets/icons/simple/email.svg +11 -1
  572. package/src/assets/icons/simple/error-2.svg +8 -1
  573. package/src/assets/icons/simple/error.svg +12 -1
  574. package/src/assets/icons/simple/exercise.svg +30 -1
  575. package/src/assets/icons/simple/external-link.svg +13 -1
  576. package/src/assets/icons/simple/extract.svg +17 -1
  577. package/src/assets/icons/simple/eye-off.svg +13 -1
  578. package/src/assets/icons/simple/eye-on.svg +11 -1
  579. package/src/assets/icons/simple/fail.svg +11 -1
  580. package/src/assets/icons/simple/fast-back.svg +20 -1
  581. package/src/assets/icons/simple/fast-forward.svg +19 -1
  582. package/src/assets/icons/simple/file-add.svg +20 -1
  583. package/src/assets/icons/simple/file-duplicate.svg +22 -1
  584. package/src/assets/icons/simple/file-remove.svg +18 -1
  585. package/src/assets/icons/simple/file-required.svg +24 -1
  586. package/src/assets/icons/simple/file.svg +14 -1
  587. package/src/assets/icons/simple/filter-2.svg +24 -1
  588. package/src/assets/icons/simple/filter-active.svg +13 -1
  589. package/src/assets/icons/simple/filter.svg +12 -1
  590. package/src/assets/icons/simple/flag.svg +12 -1
  591. package/src/assets/icons/simple/folder.svg +14 -1
  592. package/src/assets/icons/simple/full-width.svg +11 -1
  593. package/src/assets/icons/simple/go-to-back.svg +18 -1
  594. package/src/assets/icons/simple/grid.svg +20 -1
  595. package/src/assets/icons/simple/group-add.svg +24 -1
  596. package/src/assets/icons/simple/group.svg +18 -1
  597. package/src/assets/icons/simple/heart-active.svg +12 -1
  598. package/src/assets/icons/simple/heart.svg +12 -1
  599. package/src/assets/icons/simple/highlighter.svg +12 -1
  600. package/src/assets/icons/simple/home.svg +13 -1
  601. package/src/assets/icons/simple/hourglass.svg +11 -1
  602. package/src/assets/icons/simple/image.svg +15 -1
  603. package/src/assets/icons/simple/info-badge.svg +9 -1
  604. package/src/assets/icons/simple/information.svg +12 -1
  605. package/src/assets/icons/simple/italic.svg +12 -1
  606. package/src/assets/icons/simple/key.svg +11 -1
  607. package/src/assets/icons/simple/language.svg +12 -1
  608. package/src/assets/icons/simple/learning-path.svg +9 -1
  609. package/src/assets/icons/simple/light-off.svg +7 -1
  610. package/src/assets/icons/simple/light-on.svg +18 -1
  611. package/src/assets/icons/simple/link.svg +14 -1
  612. package/src/assets/icons/simple/lock.svg +13 -1
  613. package/src/assets/icons/simple/login.svg +11 -1
  614. package/src/assets/icons/simple/logout.svg +11 -1
  615. package/src/assets/icons/simple/maximaze.svg +12 -1
  616. package/src/assets/icons/simple/menu.svg +10 -1
  617. package/src/assets/icons/simple/merge.svg +20 -1
  618. package/src/assets/icons/simple/minimaze.svg +12 -1
  619. package/src/assets/icons/simple/mixed-class.svg +40 -1
  620. package/src/assets/icons/simple/more-horizontal.svg +8 -1
  621. package/src/assets/icons/simple/more-vertical.svg +8 -1
  622. package/src/assets/icons/simple/news.svg +12 -1
  623. package/src/assets/icons/simple/no-prerequisites.svg +17 -1
  624. package/src/assets/icons/simple/notes.svg +14 -1
  625. package/src/assets/icons/simple/number-code.svg +29 -1
  626. package/src/assets/icons/simple/numbered-list.svg +18 -1
  627. package/src/assets/icons/simple/on-site.svg +18 -1
  628. package/src/assets/icons/simple/order-down.svg +12 -1
  629. package/src/assets/icons/simple/order-up.svg +12 -1
  630. package/src/assets/icons/simple/paste.svg +14 -1
  631. package/src/assets/icons/simple/pausa.svg +8 -1
  632. package/src/assets/icons/simple/pdf.svg +12 -1
  633. package/src/assets/icons/simple/phone.svg +10 -1
  634. package/src/assets/icons/simple/pin-map.svg +13 -1
  635. package/src/assets/icons/simple/pin.svg +14 -1
  636. package/src/assets/icons/simple/pizza.svg +17 -1
  637. package/src/assets/icons/simple/play.svg +10 -1
  638. package/src/assets/icons/simple/plug-in.svg +10 -1
  639. package/src/assets/icons/simple/pointer.svg +6 -1
  640. package/src/assets/icons/simple/printer.svg +28 -1
  641. package/src/assets/icons/simple/profile-add.svg +28 -1
  642. package/src/assets/icons/simple/profile.svg +13 -1
  643. package/src/assets/icons/simple/push-pin-off.svg +11 -1
  644. package/src/assets/icons/simple/push-pin-on.svg +12 -1
  645. package/src/assets/icons/simple/qrcode.svg +26 -1
  646. package/src/assets/icons/simple/question-badge.svg +10 -1
  647. package/src/assets/icons/simple/radio.svg +8 -1
  648. package/src/assets/icons/simple/redo.svg +9 -1
  649. package/src/assets/icons/simple/relations.svg +28 -1
  650. package/src/assets/icons/simple/reload.svg +12 -1
  651. package/src/assets/icons/simple/remove-circle.svg +10 -1
  652. package/src/assets/icons/simple/remove.svg +6 -1
  653. package/src/assets/icons/simple/repeart.svg +14 -1
  654. package/src/assets/icons/simple/repository.svg +18 -1
  655. package/src/assets/icons/simple/request-form.svg +20 -1
  656. package/src/assets/icons/simple/resize-100%.svg +15 -1
  657. package/src/assets/icons/simple/resize-height.svg +12 -1
  658. package/src/assets/icons/simple/resize-width.svg +14 -1
  659. package/src/assets/icons/simple/search.svg +10 -1
  660. package/src/assets/icons/simple/sequential-prerequisites.svg +22 -1
  661. package/src/assets/icons/simple/settings.svg +17 -1
  662. package/src/assets/icons/simple/share.svg +21 -1
  663. package/src/assets/icons/simple/sketch.svg +13 -1
  664. package/src/assets/icons/simple/skills.svg +17 -1
  665. package/src/assets/icons/simple/skip-back.svg +14 -1
  666. package/src/assets/icons/simple/skip-forward.svg +14 -1
  667. package/src/assets/icons/simple/sms.svg +22 -1
  668. package/src/assets/icons/simple/sso-access.svg +20 -1
  669. package/src/assets/icons/simple/star-active.svg +6 -1
  670. package/src/assets/icons/simple/star.svg +6 -1
  671. package/src/assets/icons/simple/success.svg +12 -1
  672. package/src/assets/icons/simple/sun.svg +22 -1
  673. package/src/assets/icons/simple/sunrise.svg +18 -1
  674. package/src/assets/icons/simple/support.svg +18 -1
  675. package/src/assets/icons/simple/survey.svg +32 -1
  676. package/src/assets/icons/simple/table.svg +11 -1
  677. package/src/assets/icons/simple/tematic-channels.svg +15 -1
  678. package/src/assets/icons/simple/test.svg +23 -1
  679. package/src/assets/icons/simple/text-body.svg +7 -1
  680. package/src/assets/icons/simple/text-edit.svg +11 -1
  681. package/src/assets/icons/simple/text-style.svg +10 -1
  682. package/src/assets/icons/simple/time.svg +10 -1
  683. package/src/assets/icons/simple/toilet-paper.svg +17 -1
  684. package/src/assets/icons/simple/training-points.svg +18 -1
  685. package/src/assets/icons/simple/trash.svg +20 -1
  686. package/src/assets/icons/simple/underline.svg +9 -1
  687. package/src/assets/icons/simple/undo.svg +9 -1
  688. package/src/assets/icons/simple/unlock.svg +15 -1
  689. package/src/assets/icons/simple/upload.svg +10 -1
  690. package/src/assets/icons/simple/user-add.svg +18 -1
  691. package/src/assets/icons/simple/user-badge.svg +12 -1
  692. package/src/assets/icons/simple/user.svg +8 -1
  693. package/src/assets/icons/simple/video-off.svg +17 -1
  694. package/src/assets/icons/simple/video-on.svg +17 -1
  695. package/src/assets/icons/simple/video-rec.svg +20 -1
  696. package/src/assets/icons/simple/view-card.svg +12 -1
  697. package/src/assets/icons/simple/view-list.svg +20 -1
  698. package/src/assets/icons/simple/view.svg +17 -1
  699. package/src/assets/icons/simple/voice-off.svg +16 -1
  700. package/src/assets/icons/simple/voice-on.svg +16 -1
  701. package/src/assets/icons/simple/volume-down.svg +15 -1
  702. package/src/assets/icons/simple/volume-off.svg +16 -1
  703. package/src/assets/icons/simple/volume-up.svg +16 -1
  704. package/src/assets/icons/simple/warning.svg +14 -1
  705. package/src/assets/icons/simple/webinar.svg +19 -1
  706. package/src/assets/icons/simple/whiteboard.svg +16 -1
  707. package/src/assets/icons/simple/wine.svg +24 -1
  708. package/src/assets/icons/simple/zip.svg +22 -1
  709. package/src/assets/icons/simple/zoom-in.svg +18 -1
  710. package/src/assets/icons/simple/zoom-out.svg +17 -1
  711. package/src/assets/icons/simple.json +1 -1
  712. package/src/components/VvAccordion/VvAccordion.vue +16 -9
  713. package/src/components/VvAccordion/index.ts +5 -3
  714. package/src/components/VvAccordionGroup/VvAccordionGroup.vue +16 -11
  715. package/src/components/VvBadge/VvBadge.vue +3 -3
  716. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +5 -5
  717. package/src/components/VvButton/VvButton.vue +82 -46
  718. package/src/components/VvButton/index.ts +20 -20
  719. package/src/components/VvButtonGroup/VvButtonGroup.vue +7 -10
  720. package/src/components/VvCard/VvCard.vue +6 -3
  721. package/src/components/VvCheckbox/VvCheckbox.vue +17 -12
  722. package/src/components/VvCheckbox/index.ts +7 -5
  723. package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +21 -19
  724. package/src/components/VvCombobox/VvCombobox.vue +318 -101
  725. package/src/components/VvCombobox/index.ts +59 -5
  726. package/src/components/VvDialog/VvDialog.vue +14 -6
  727. package/src/components/VvDialog/index.ts +18 -1
  728. package/src/components/VvDropdown/VvDropdown.vue +344 -95
  729. package/src/components/VvDropdown/VvDropdownItem.vue +32 -0
  730. package/src/components/VvDropdown/index.ts +25 -23
  731. package/src/components/VvIcon/VvIcon.vue +16 -16
  732. package/src/components/VvInputText/VvInputText.vue +45 -34
  733. package/src/components/VvProgress/VvProgress.vue +7 -5
  734. package/src/components/VvRadio/VvRadio.vue +16 -14
  735. package/src/components/VvRadio/index.ts +6 -3
  736. package/src/components/VvRadioGroup/VvRadioGroup.vue +20 -16
  737. package/src/components/VvSelect/VvSelect.vue +69 -56
  738. package/src/components/VvSelect/index.ts +2 -2
  739. package/src/components/VvTextarea/VvTextarea.vue +46 -33
  740. package/src/components/VvTooltip/VvTooltip.vue +16 -10
  741. package/src/components/VvTooltip/index.ts +8 -11
  742. package/src/components/common/HintSlot.ts +5 -4
  743. package/src/composables/dropdown/useInjectDropdown.ts +51 -0
  744. package/src/composables/dropdown/useProvideDropdown.ts +97 -0
  745. package/src/composables/group/useInjectedGroupState.ts +7 -7
  746. package/src/composables/group/useProvideGroupState.ts +3 -3
  747. package/src/composables/useComponentIcon.ts +41 -0
  748. package/src/composables/useModifiers.ts +31 -91
  749. package/src/composables/useOptions.ts +11 -3
  750. package/src/composables/useUniqueId.ts +5 -0
  751. package/src/composables/useVolver.ts +6 -0
  752. package/src/constants.ts +38 -5
  753. package/src/directives/index.ts +5 -0
  754. package/src/directives/v-tooltip.ts +15 -0
  755. package/src/index.ts +1 -1
  756. package/src/props/index.ts +117 -13
  757. package/src/resolvers/unplugin.ts +4 -1
  758. package/src/shims.d.ts +1 -1
  759. package/src/stories/Accordion/Accordion.stories.mdx +9 -7
  760. package/src/stories/Accordion/Accordion.test.ts +1 -1
  761. package/src/stories/AccordionGroup/AccordionGroup.stories.mdx +6 -4
  762. package/src/stories/AccordionGroup/AccordionGroupSlots.stories.mdx +10 -8
  763. package/src/stories/Badge/Badge.stories.mdx +4 -3
  764. package/src/stories/Breadcrumb/Breadcrumb.stories.mdx +4 -3
  765. package/src/stories/Breadcrumb/Breadcrumb.test.ts +14 -12
  766. package/src/stories/Breadcrumb/BreadcrumbSlots.stories.mdx +8 -8
  767. package/src/stories/Button/Button.stories.mdx +7 -7
  768. package/src/stories/Button/Button.test.ts +6 -6
  769. package/src/stories/Button/ButtonModifiers.stories.mdx +2 -2
  770. package/src/stories/Button/ButtonSlots.stories.mdx +15 -11
  771. package/src/stories/ButtonGroup/ButtonGroup.stories.mdx +2 -2
  772. package/src/stories/ButtonGroup/ButtonGroupSlots.stories.mdx +2 -2
  773. package/src/stories/Card/Card.stories.mdx +2 -2
  774. package/src/stories/Card/Card.test.ts +1 -1
  775. package/src/stories/Card/CardSlots.stories.mdx +2 -2
  776. package/src/stories/Checkbox/Checkbox.stories.mdx +7 -7
  777. package/src/stories/CheckboxGroup/CheckboxGroup.stories.mdx +7 -7
  778. package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.mdx +9 -9
  779. package/src/stories/Combobox/Combobox.settings.ts +111 -4
  780. package/src/stories/Combobox/Combobox.stories.mdx +85 -4
  781. package/src/stories/Combobox/Combobox.test.ts +2 -2
  782. package/src/stories/Combobox/ComboboxIconPosition.stories.mdx +78 -0
  783. package/src/stories/Combobox/ComboboxMultiple.stories.mdx +1 -2
  784. package/src/stories/Combobox/ComboboxSlots.stories.mdx +107 -2
  785. package/src/stories/Dialog/Dialog.stories.mdx +2 -2
  786. package/src/stories/Dialog/Dialog.test.ts +4 -4
  787. package/src/stories/Dropdown/Dropdown.settings.ts +55 -37
  788. package/src/stories/Dropdown/Dropdown.stories.mdx +57 -58
  789. package/src/stories/Dropdown/Dropdown.test.ts +10 -32
  790. package/src/stories/Dropdown/DropdownSlots.stories.mdx +113 -0
  791. package/src/stories/Icon/Icon.stories.mdx +1 -1
  792. package/src/stories/Icon/IconsCollection.stories.mdx +2 -2
  793. package/src/stories/InputText/InputText.settings.ts +2 -1
  794. package/src/stories/InputText/InputText.stories.mdx +7 -4
  795. package/src/stories/InputText/InputTextIconPosition.stories.mdx +2 -2
  796. package/src/stories/InputText/InputTextSlots.stories.mdx +2 -2
  797. package/src/stories/Progress/Progress.stories.mdx +3 -1
  798. package/src/stories/Progress/Progress.test.ts +1 -1
  799. package/src/stories/Radio/Radio.stories.mdx +1 -1
  800. package/src/stories/RadioGroup/RadioGroup.stories.mdx +7 -7
  801. package/src/stories/RadioGroup/RadioGroupSlots.stories.mdx +9 -9
  802. package/src/stories/Select/Select.settings.ts +2 -2
  803. package/src/stories/Select/Select.stories.mdx +3 -3
  804. package/src/stories/Select/SelectIconPosition.stories.mdx +78 -0
  805. package/src/stories/Select/SelectSlots.stories.mdx +2 -2
  806. package/src/stories/Textarea/Textarea.settings.ts +2 -1
  807. package/src/stories/Textarea/Textarea.stories.mdx +4 -4
  808. package/src/stories/Textarea/TextareaSlots.stories.mdx +2 -2
  809. package/src/stories/Textarea/TextareatIconPosition.stories.mdx +2 -2
  810. package/src/stories/Tooltip/Tooltip.settings.ts +13 -13
  811. package/src/stories/Tooltip/Tooltip.stories.mdx +24 -21
  812. package/src/stories/Tooltip/Tooltip.test.ts +22 -13
  813. package/src/stories/Tooltip/TooltipDirective.stories.mdx +98 -0
  814. package/src/stories/argTypes.ts +153 -4
  815. package/src/types/floating-ui.d.ts +7 -0
  816. package/src/types/generic.d.ts +0 -1
  817. package/src/types/group.d.ts +37 -0
  818. package/src/utils/ObjectUtilities.ts +4 -1
  819. package/dist/composables/group/types/IAccordionGroupState.d.ts +0 -9
  820. package/dist/composables/group/types/IButtonGroupState.d.ts +0 -13
  821. package/dist/composables/group/types/IGroupState.d.ts +0 -8
  822. package/dist/composables/group/types/IInputGroup.d.ts +0 -8
  823. package/dist/composables/useComponentIcons.d.ts +0 -27
  824. package/src/composables/group/types/IAccordionGroupState.ts +0 -10
  825. package/src/composables/group/types/IButtonGroupState.ts +0 -14
  826. package/src/composables/group/types/IGroupState.ts +0 -10
  827. package/src/composables/group/types/IInputGroup.ts +0 -9
  828. package/src/composables/useComponentIcons.ts +0 -96
  829. package/src/directives/.gitkeep +0 -0
  830. package/src/stories/Dropdown/DropdownOptions.stories.mdx +0 -96
@@ -1 +1,9 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2 2.001)"><path d="M76.873,2.858,79.024,1.03a1.365,1.365,0,0,1,2.212.752l.713,2.8a1.394,1.394,0,0,0,1.413,1.075L86.13,5.5A1.439,1.439,0,0,1,87.5,7.47l-1,2.7a1.485,1.485,0,0,0,.54,1.738l2.327,1.575a1.486,1.486,0,0,1,0,2.433L87.04,17.5a1.485,1.485,0,0,0-.54,1.738l1,2.7a1.439,1.439,0,0,1-1.368,1.969l-2.768-.157a1.394,1.394,0,0,0-1.413,1.075l-.713,2.8a1.365,1.365,0,0,1-2.212.752l-2.152-1.828a1.337,1.337,0,0,0-1.746,0l-2.152,1.828a1.365,1.365,0,0,1-2.212-.752l-.713-2.8a1.394,1.394,0,0,0-1.413-1.075l-2.768.157A1.439,1.439,0,0,1,64.5,21.939l1-2.7a1.485,1.485,0,0,0-.54-1.738l-2.327-1.575a1.486,1.486,0,0,1,0-2.433l2.327-1.575a1.485,1.485,0,0,0,.54-1.738l-1-2.7A1.439,1.439,0,0,1,65.869,5.5l2.768.157A1.394,1.394,0,0,0,70.05,4.583l.713-2.8a1.365,1.365,0,0,1,2.212-.752l2.152,1.828A1.337,1.337,0,0,0,76.873,2.858Z" transform="translate(-62 -0.705)"/><path d="M10.894,16.871l3,3,7-7" transform="translate(-1.894 -1.873)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(2 2.001)">
3
+ <path
4
+ d="M76.873,2.858,79.024,1.03a1.365,1.365,0,0,1,2.212.752l.713,2.8a1.394,1.394,0,0,0,1.413,1.075L86.13,5.5A1.439,1.439,0,0,1,87.5,7.47l-1,2.7a1.485,1.485,0,0,0,.54,1.738l2.327,1.575a1.486,1.486,0,0,1,0,2.433L87.04,17.5a1.485,1.485,0,0,0-.54,1.738l1,2.7a1.439,1.439,0,0,1-1.368,1.969l-2.768-.157a1.394,1.394,0,0,0-1.413,1.075l-.713,2.8a1.365,1.365,0,0,1-2.212.752l-2.152-1.828a1.337,1.337,0,0,0-1.746,0l-2.152,1.828a1.365,1.365,0,0,1-2.212-.752l-.713-2.8a1.394,1.394,0,0,0-1.413-1.075l-2.768.157A1.439,1.439,0,0,1,64.5,21.939l1-2.7a1.485,1.485,0,0,0-.54-1.738l-2.327-1.575a1.486,1.486,0,0,1,0-2.433l2.327-1.575a1.485,1.485,0,0,0,.54-1.738l-1-2.7A1.439,1.439,0,0,1,65.869,5.5l2.768.157A1.394,1.394,0,0,0,70.05,4.583l.713-2.8a1.365,1.365,0,0,1,2.212-.752l2.152,1.828A1.337,1.337,0,0,0,76.873,2.858Z"
5
+ transform="translate(-62 -0.705)" />
6
+ <path d="M10.894,16.871l3,3,7-7" transform="translate(-1.894 -1.873)" fill="none" stroke="#fff"
7
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
8
+ </g>
9
+ </svg>
@@ -1 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2 2)"><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g><path d="M10.744,16.773l3,3,6-6" transform="translate(-0.744 -2.773)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(2 2)">
3
+ <g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <circle cx="14" cy="14" r="14" stroke="none" />
5
+ <circle cx="14" cy="14" r="13" fill="none" />
6
+ </g>
7
+ <path d="M10.744,16.773l3,3,6-6" transform="translate(-0.744 -2.773)" fill="none" stroke="#000"
8
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
9
+ </g>
10
+ </svg>
@@ -1 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(7.331 11.356)"><path d="M-426.328,78.145l7,7,12-12" transform="translate(425.997 -74.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(7.331 11.356)">
3
+ <path d="M-426.328,78.145l7,7,12-12" transform="translate(425.997 -74.5)" fill="none" stroke="#000"
4
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
5
+ </g>
6
+ </svg>
@@ -1 +1,8 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2 2)"><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="28" height="28" rx="3" stroke="none"/><rect x="1" y="1" width="26" height="26" rx="2" fill="none"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(2 2)">
3
+ <g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <rect width="28" height="28" rx="3" stroke="none" />
5
+ <rect x="1" y="1" width="26" height="26" rx="2" fill="none" />
6
+ </g>
7
+ </g>
8
+ </svg>
@@ -1 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(1.667 1.667)"><g transform="translate(0.333 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g><path d="M11,13.5l5,5,5-5" transform="translate(-1.667 -1.167)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(1.667 1.667)">
3
+ <g transform="translate(0.333 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <circle cx="14" cy="14" r="14" stroke="none" />
5
+ <circle cx="14" cy="14" r="13" fill="none" />
6
+ </g>
7
+ <path d="M11,13.5l5,5,5-5" transform="translate(-1.667 -1.167)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-linejoin="round" stroke-width="2" />
9
+ </g>
10
+ </svg>
@@ -1 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(6 11)"><path d="M10,0,0,10,10,20" transform="translate(0 10) rotate(-90)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(6 11)">
3
+ <path d="M10,0,0,10,10,20" transform="translate(0 10) rotate(-90)" fill="none" stroke="#000"
4
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
5
+ </g>
6
+ </svg>
@@ -1 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(1.667 1.666)"><g transform="translate(0.333 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g><path d="M204.5,11l-5,5,5,5" transform="translate(-188.166 -1.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(1.667 1.666)">
3
+ <g transform="translate(0.333 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <circle cx="14" cy="14" r="14" stroke="none" />
5
+ <circle cx="14" cy="14" r="13" fill="none" />
6
+ </g>
7
+ <path d="M204.5,11l-5,5,5,5" transform="translate(-188.166 -1.666)" fill="none" stroke="#000"
8
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
9
+ </g>
10
+ </svg>
@@ -1 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(11 6)"><path d="M136-49,126-39l10,10" transform="translate(-126 49)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(11 6)">
3
+ <path d="M136-49,126-39l10,10" transform="translate(-126 49)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="2" />
5
+ </g>
6
+ </svg>
@@ -1 +1,7 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" transform="translate(0 32) rotate(-90)" fill="#fff" opacity="0"/><g transform="translate(12 26) rotate(-90)"><path d="M0,0,10,10,20,0" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <rect transform="translate(0 32) rotate(-90)" fill="#fff" opacity="0" />
3
+ <g transform="translate(12 26) rotate(-90)">
4
+ <path d="M0,0,10,10,20,0" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"
5
+ stroke-width="2" />
6
+ </g>
7
+ </svg>
@@ -1 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(1.667 1.667)"><g transform="translate(0.333 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g><path d="M-609,80.5l5-5,5,5" transform="translate(618.334 -64.167)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(1.667 1.667)">
3
+ <g transform="translate(0.333 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <circle cx="14" cy="14" r="14" stroke="none" />
5
+ <circle cx="14" cy="14" r="13" fill="none" />
6
+ </g>
7
+ <path d="M-609,80.5l5-5,5,5" transform="translate(618.334 -64.167)" fill="none" stroke="#000"
8
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
9
+ </g>
10
+ </svg>
@@ -1 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(6 10)"><path d="M10,0,0,10,10,20" transform="translate(20) rotate(90)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(6 10)">
3
+ <path d="M10,0,0,10,10,20" transform="translate(20) rotate(90)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="2" />
5
+ </g>
6
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(2 2)">
3
+ <g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <circle cx="14" cy="14" r="14" stroke="none" />
5
+ <circle cx="14" cy="14" r="13" fill="none" />
6
+ </g>
7
+ </g>
8
+ </svg>
@@ -1 +1,38 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4 3.666)"><line x2="24" transform="translate(0 10.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line x2="24" transform="translate(0 24.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><g transform="translate(-5 -14.666)"><path d="M0,0A3,3,0,0,1,3,3,3,3,0,0,1,0,6" transform="translate(9 24) rotate(-90)" fill="none" stroke="#000" stroke-width="2"/><g transform="translate(-13 -0.68)" fill="none" stroke-miterlimit="10"><path d="M22,17.679a3,3,0,1,1,.879,2.121A2.994,2.994,0,0,1,22,17.679Z" stroke="none"/><path d="M 25.00000381469727 16.67900276184082 C 24.65928649902344 16.67900276184082 24.42787170410156 16.8371467590332 24.29323959350586 16.97069931030273 C 24.18279647827148 17.08208084106445 24.00000381469727 17.32065200805664 24.00000381469727 17.67900276184082 C 24.00000381469727 18.01902770996094 24.15946578979492 18.25118827819824 24.29384994506836 18.38641357421875 C 24.42925453186035 18.52052688598633 24.66101837158203 18.67900276184082 25.00000381469727 18.67900276184082 C 25.34115409851074 18.67900276184082 25.57370376586914 18.51850318908691 25.70676422119141 18.38580322265625 C 25.84054374694824 18.25202369689941 26.00000381469727 18.02081298828125 26.00000381469727 17.67900276184082 C 26.00000381469727 17.33595275878906 25.84054374694824 17.10448265075684 25.7087230682373 16.97265243530273 C 25.57439422607422 16.83869361877441 25.34239387512207 16.67900276184082 25.00000381469727 16.67900276184082 M 25.00000381469727 14.67900276184082 C 25.82950401306152 14.67900276184082 26.57650375366211 15.01350212097168 27.12099456787109 15.55650329589844 C 27.66549301147461 16.10100364685059 28.00000381469727 16.84950256347656 28.00000381469727 17.67900276184082 C 28.00000381469727 18.50850296020508 27.66549301147461 19.2554931640625 27.12099456787109 19.80000305175781 C 26.57650375366211 20.34300231933594 25.82950401306152 20.67900276184082 25.00000381469727 20.67900276184082 C 24.17050361633301 20.67900276184082 23.42350387573242 20.34300231933594 22.87900352478027 19.80000305175781 C 22.33600425720215 19.2554931640625 22.00000381469727 18.50850296020508 22.00000381469727 17.67900276184082 C 22.00000381469727 16.84950256347656 22.33600425720215 16.10100364685059 22.87900352478027 15.55650329589844 C 23.42350387573242 15.01350212097168 24.17050361633301 14.67900276184082 25.00000381469727 14.67900276184082 Z" stroke="none" fill="#000"/></g></g><g transform="translate(0 -0.666)"><path d="M0,0A3,3,0,0,1,3,3,3,3,0,0,1,0,6" transform="translate(9 24) rotate(-90)" fill="none" stroke="#000" stroke-width="2"/><g transform="translate(-13 -0.68)" fill="none" stroke-miterlimit="10"><path d="M22,17.679a3,3,0,1,1,.879,2.121A2.994,2.994,0,0,1,22,17.679Z" stroke="none"/><path d="M 25.00000381469727 16.67900276184082 C 24.65928649902344 16.67900276184082 24.42787170410156 16.8371467590332 24.29323959350586 16.97069931030273 C 24.18279647827148 17.08208084106445 24.00000381469727 17.32065200805664 24.00000381469727 17.67900276184082 C 24.00000381469727 18.01902770996094 24.15946578979492 18.25118827819824 24.29384994506836 18.38641357421875 C 24.42925453186035 18.52052688598633 24.66101837158203 18.67900276184082 25.00000381469727 18.67900276184082 C 25.34115409851074 18.67900276184082 25.57370376586914 18.51850318908691 25.70676422119141 18.38580322265625 C 25.84054374694824 18.25202369689941 26.00000381469727 18.02081298828125 26.00000381469727 17.67900276184082 C 26.00000381469727 17.33595275878906 25.84054374694824 17.10448265075684 25.7087230682373 16.97265243530273 C 25.57439422607422 16.83869361877441 25.34239387512207 16.67900276184082 25.00000381469727 16.67900276184082 M 25.00000381469727 14.67900276184082 C 25.82950401306152 14.67900276184082 26.57650375366211 15.01350212097168 27.12099456787109 15.55650329589844 C 27.66549301147461 16.10100364685059 28.00000381469727 16.84950256347656 28.00000381469727 17.67900276184082 C 28.00000381469727 18.50850296020508 27.66549301147461 19.2554931640625 27.12099456787109 19.80000305175781 C 26.57650375366211 20.34300231933594 25.82950401306152 20.67900276184082 25.00000381469727 20.67900276184082 C 24.17050361633301 20.67900276184082 23.42350387573242 20.34300231933594 22.87900352478027 19.80000305175781 C 22.33600425720215 19.2554931640625 22.00000381469727 18.50850296020508 22.00000381469727 17.67900276184082 C 22.00000381469727 16.84950256347656 22.33600425720215 16.10100364685059 22.87900352478027 15.55650329589844 C 23.42350387573242 15.01350212097168 24.17050361633301 14.67900276184082 25.00000381469727 14.67900276184082 Z" stroke="none" fill="#000"/></g></g><g transform="translate(5 -14.666)"><path d="M0,0A3,3,0,0,1,3,3,3,3,0,0,1,0,6" transform="translate(9 24) rotate(-90)" fill="none" stroke="#000" stroke-width="2"/><g transform="translate(-13 -0.68)" fill="none" stroke-miterlimit="10"><path d="M22,17.679a3,3,0,1,1,.879,2.121A2.994,2.994,0,0,1,22,17.679Z" stroke="none"/><path d="M 25.00000381469727 16.67900276184082 C 24.65928649902344 16.67900276184082 24.42787170410156 16.8371467590332 24.29323959350586 16.97069931030273 C 24.18279647827148 17.08208084106445 24.00000381469727 17.32065200805664 24.00000381469727 17.67900276184082 C 24.00000381469727 18.01902770996094 24.15946578979492 18.25118827819824 24.29384994506836 18.38641357421875 C 24.42925453186035 18.52052688598633 24.66101837158203 18.67900276184082 25.00000381469727 18.67900276184082 C 25.34115409851074 18.67900276184082 25.57370376586914 18.51850318908691 25.70676422119141 18.38580322265625 C 25.84054374694824 18.25202369689941 26.00000381469727 18.02081298828125 26.00000381469727 17.67900276184082 C 26.00000381469727 17.33595275878906 25.84054374694824 17.10448265075684 25.7087230682373 16.97265243530273 C 25.57439422607422 16.83869361877441 25.34239387512207 16.67900276184082 25.00000381469727 16.67900276184082 M 25.00000381469727 14.67900276184082 C 25.82950401306152 14.67900276184082 26.57650375366211 15.01350212097168 27.12099456787109 15.55650329589844 C 27.66549301147461 16.10100364685059 28.00000381469727 16.84950256347656 28.00000381469727 17.67900276184082 C 28.00000381469727 18.50850296020508 27.66549301147461 19.2554931640625 27.12099456787109 19.80000305175781 C 26.57650375366211 20.34300231933594 25.82950401306152 20.67900276184082 25.00000381469727 20.67900276184082 C 24.17050361633301 20.67900276184082 23.42350387573242 20.34300231933594 22.87900352478027 19.80000305175781 C 22.33600425720215 19.2554931640625 22.00000381469727 18.50850296020508 22.00000381469727 17.67900276184082 C 22.00000381469727 16.84950256347656 22.33600425720215 16.10100364685059 22.87900352478027 15.55650329589844 C 23.42350387573242 15.01350212097168 24.17050361633301 14.67900276184082 25.00000381469727 14.67900276184082 Z" stroke="none" fill="#000"/></g></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(4 3.666)">
3
+ <line x2="24" transform="translate(0 10.334)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-width="2" />
5
+ <line x2="24" transform="translate(0 24.334)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-width="2" />
7
+ <g transform="translate(-5 -14.666)">
8
+ <path d="M0,0A3,3,0,0,1,3,3,3,3,0,0,1,0,6" transform="translate(9 24) rotate(-90)" fill="none" stroke="#000"
9
+ stroke-width="2" />
10
+ <g transform="translate(-13 -0.68)" fill="none" stroke-miterlimit="10">
11
+ <path d="M22,17.679a3,3,0,1,1,.879,2.121A2.994,2.994,0,0,1,22,17.679Z" stroke="none" />
12
+ <path
13
+ d="M 25.00000381469727 16.67900276184082 C 24.65928649902344 16.67900276184082 24.42787170410156 16.8371467590332 24.29323959350586 16.97069931030273 C 24.18279647827148 17.08208084106445 24.00000381469727 17.32065200805664 24.00000381469727 17.67900276184082 C 24.00000381469727 18.01902770996094 24.15946578979492 18.25118827819824 24.29384994506836 18.38641357421875 C 24.42925453186035 18.52052688598633 24.66101837158203 18.67900276184082 25.00000381469727 18.67900276184082 C 25.34115409851074 18.67900276184082 25.57370376586914 18.51850318908691 25.70676422119141 18.38580322265625 C 25.84054374694824 18.25202369689941 26.00000381469727 18.02081298828125 26.00000381469727 17.67900276184082 C 26.00000381469727 17.33595275878906 25.84054374694824 17.10448265075684 25.7087230682373 16.97265243530273 C 25.57439422607422 16.83869361877441 25.34239387512207 16.67900276184082 25.00000381469727 16.67900276184082 M 25.00000381469727 14.67900276184082 C 25.82950401306152 14.67900276184082 26.57650375366211 15.01350212097168 27.12099456787109 15.55650329589844 C 27.66549301147461 16.10100364685059 28.00000381469727 16.84950256347656 28.00000381469727 17.67900276184082 C 28.00000381469727 18.50850296020508 27.66549301147461 19.2554931640625 27.12099456787109 19.80000305175781 C 26.57650375366211 20.34300231933594 25.82950401306152 20.67900276184082 25.00000381469727 20.67900276184082 C 24.17050361633301 20.67900276184082 23.42350387573242 20.34300231933594 22.87900352478027 19.80000305175781 C 22.33600425720215 19.2554931640625 22.00000381469727 18.50850296020508 22.00000381469727 17.67900276184082 C 22.00000381469727 16.84950256347656 22.33600425720215 16.10100364685059 22.87900352478027 15.55650329589844 C 23.42350387573242 15.01350212097168 24.17050361633301 14.67900276184082 25.00000381469727 14.67900276184082 Z"
14
+ stroke="none" fill="#000" />
15
+ </g>
16
+ </g>
17
+ <g transform="translate(0 -0.666)">
18
+ <path d="M0,0A3,3,0,0,1,3,3,3,3,0,0,1,0,6" transform="translate(9 24) rotate(-90)" fill="none" stroke="#000"
19
+ stroke-width="2" />
20
+ <g transform="translate(-13 -0.68)" fill="none" stroke-miterlimit="10">
21
+ <path d="M22,17.679a3,3,0,1,1,.879,2.121A2.994,2.994,0,0,1,22,17.679Z" stroke="none" />
22
+ <path
23
+ d="M 25.00000381469727 16.67900276184082 C 24.65928649902344 16.67900276184082 24.42787170410156 16.8371467590332 24.29323959350586 16.97069931030273 C 24.18279647827148 17.08208084106445 24.00000381469727 17.32065200805664 24.00000381469727 17.67900276184082 C 24.00000381469727 18.01902770996094 24.15946578979492 18.25118827819824 24.29384994506836 18.38641357421875 C 24.42925453186035 18.52052688598633 24.66101837158203 18.67900276184082 25.00000381469727 18.67900276184082 C 25.34115409851074 18.67900276184082 25.57370376586914 18.51850318908691 25.70676422119141 18.38580322265625 C 25.84054374694824 18.25202369689941 26.00000381469727 18.02081298828125 26.00000381469727 17.67900276184082 C 26.00000381469727 17.33595275878906 25.84054374694824 17.10448265075684 25.7087230682373 16.97265243530273 C 25.57439422607422 16.83869361877441 25.34239387512207 16.67900276184082 25.00000381469727 16.67900276184082 M 25.00000381469727 14.67900276184082 C 25.82950401306152 14.67900276184082 26.57650375366211 15.01350212097168 27.12099456787109 15.55650329589844 C 27.66549301147461 16.10100364685059 28.00000381469727 16.84950256347656 28.00000381469727 17.67900276184082 C 28.00000381469727 18.50850296020508 27.66549301147461 19.2554931640625 27.12099456787109 19.80000305175781 C 26.57650375366211 20.34300231933594 25.82950401306152 20.67900276184082 25.00000381469727 20.67900276184082 C 24.17050361633301 20.67900276184082 23.42350387573242 20.34300231933594 22.87900352478027 19.80000305175781 C 22.33600425720215 19.2554931640625 22.00000381469727 18.50850296020508 22.00000381469727 17.67900276184082 C 22.00000381469727 16.84950256347656 22.33600425720215 16.10100364685059 22.87900352478027 15.55650329589844 C 23.42350387573242 15.01350212097168 24.17050361633301 14.67900276184082 25.00000381469727 14.67900276184082 Z"
24
+ stroke="none" fill="#000" />
25
+ </g>
26
+ </g>
27
+ <g transform="translate(5 -14.666)">
28
+ <path d="M0,0A3,3,0,0,1,3,3,3,3,0,0,1,0,6" transform="translate(9 24) rotate(-90)" fill="none" stroke="#000"
29
+ stroke-width="2" />
30
+ <g transform="translate(-13 -0.68)" fill="none" stroke-miterlimit="10">
31
+ <path d="M22,17.679a3,3,0,1,1,.879,2.121A2.994,2.994,0,0,1,22,17.679Z" stroke="none" />
32
+ <path
33
+ d="M 25.00000381469727 16.67900276184082 C 24.65928649902344 16.67900276184082 24.42787170410156 16.8371467590332 24.29323959350586 16.97069931030273 C 24.18279647827148 17.08208084106445 24.00000381469727 17.32065200805664 24.00000381469727 17.67900276184082 C 24.00000381469727 18.01902770996094 24.15946578979492 18.25118827819824 24.29384994506836 18.38641357421875 C 24.42925453186035 18.52052688598633 24.66101837158203 18.67900276184082 25.00000381469727 18.67900276184082 C 25.34115409851074 18.67900276184082 25.57370376586914 18.51850318908691 25.70676422119141 18.38580322265625 C 25.84054374694824 18.25202369689941 26.00000381469727 18.02081298828125 26.00000381469727 17.67900276184082 C 26.00000381469727 17.33595275878906 25.84054374694824 17.10448265075684 25.7087230682373 16.97265243530273 C 25.57439422607422 16.83869361877441 25.34239387512207 16.67900276184082 25.00000381469727 16.67900276184082 M 25.00000381469727 14.67900276184082 C 25.82950401306152 14.67900276184082 26.57650375366211 15.01350212097168 27.12099456787109 15.55650329589844 C 27.66549301147461 16.10100364685059 28.00000381469727 16.84950256347656 28.00000381469727 17.67900276184082 C 28.00000381469727 18.50850296020508 27.66549301147461 19.2554931640625 27.12099456787109 19.80000305175781 C 26.57650375366211 20.34300231933594 25.82950401306152 20.67900276184082 25.00000381469727 20.67900276184082 C 24.17050361633301 20.67900276184082 23.42350387573242 20.34300231933594 22.87900352478027 19.80000305175781 C 22.33600425720215 19.2554931640625 22.00000381469727 18.50850296020508 22.00000381469727 17.67900276184082 C 22.00000381469727 16.84950256347656 22.33600425720215 16.10100364685059 22.87900352478027 15.55650329589844 C 23.42350387573242 15.01350212097168 24.17050361633301 14.67900276184082 25.00000381469727 14.67900276184082 Z"
34
+ stroke="none" fill="#000" />
35
+ </g>
36
+ </g>
37
+ </g>
38
+ </svg>
@@ -1 +1,14 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(3.362 3.362)"><g transform="translate(-0.362 -0.362)" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="13" cy="13" r="13" stroke="none"/><circle cx="13" cy="13" r="12" fill="none"/></g><g transform="translate(8.638 8.638)"><line y1="8" x2="8" transform="translate(0 0)" fill="none" stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="8" y2="8" transform="translate(0 0)" fill="none" stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(3.362 3.362)">
3
+ <g transform="translate(-0.362 -0.362)" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <circle cx="13" cy="13" r="13" stroke="none" />
5
+ <circle cx="13" cy="13" r="12" fill="none" />
6
+ </g>
7
+ <g transform="translate(8.638 8.638)">
8
+ <line y1="8" x2="8" transform="translate(0 0)" fill="none" stroke="#fff" stroke-linecap="round"
9
+ stroke-miterlimit="10" stroke-width="2" />
10
+ <line x2="8" y2="8" transform="translate(0 0)" fill="none" stroke="#fff" stroke-linecap="round"
11
+ stroke-miterlimit="10" stroke-width="2" />
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -1 +1,9 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(-464 -5346)"><path d="M6316,22388h-4a1,1,0,0,1,0-2h1v-4.76l2-2v6.76h1a1,1,0,1,1,0,2Zm-3-15.244V22368h-7v1a1,1,0,0,1-2,0v-4a.99.99,0,0,1,1-1,1,1,0,0,1,1,1v1h13.75l-2,2H6315v2.754l-2,2Z" transform="translate(-5834 -17014)"/><line y1="22" x2="22" transform="translate(469 5351)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(-464 -5346)">
3
+ <path
4
+ d="M6316,22388h-4a1,1,0,0,1,0-2h1v-4.76l2-2v6.76h1a1,1,0,1,1,0,2Zm-3-15.244V22368h-7v1a1,1,0,0,1-2,0v-4a.99.99,0,0,1,1-1,1,1,0,0,1,1,1v1h13.75l-2,2H6315v2.754l-2,2Z"
5
+ transform="translate(-5834 -17014)" />
6
+ <line y1="22" x2="22" transform="translate(469 5351)" fill="none" stroke="#000" stroke-linecap="round"
7
+ stroke-miterlimit="10" stroke-width="2" />
8
+ </g>
9
+ </svg>
@@ -1 +1,14 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(1.823 1.823)"><g transform="translate(0.177 0.178)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g><g transform="translate(8.946 8.946)"><line y1="10" x2="10" transform="translate(0.231 0.232)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="10" y2="10" transform="translate(0.231 0.232)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(1.823 1.823)">
3
+ <g transform="translate(0.177 0.178)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <circle cx="14" cy="14" r="14" stroke="none" />
5
+ <circle cx="14" cy="14" r="13" fill="none" />
6
+ </g>
7
+ <g transform="translate(8.946 8.946)">
8
+ <line y1="10" x2="10" transform="translate(0.231 0.232)" fill="none" stroke="#000" stroke-linecap="round"
9
+ stroke-miterlimit="10" stroke-width="2" />
10
+ <line x2="10" y2="10" transform="translate(0.231 0.232)" fill="none" stroke="#000" stroke-linecap="round"
11
+ stroke-miterlimit="10" stroke-width="2" />
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -1 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(12 12)"><line y1="8" x2="8" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="8" y2="8" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(12 12)">
3
+ <line y1="8" x2="8" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" />
4
+ <line x2="8" y2="8" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" />
5
+ </g>
6
+ </svg>
@@ -1 +1,8 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(7.533 7.533)"><line y1="16" x2="16" transform="translate(0.467 0.467)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="16" y2="16" transform="translate(0.467 0.467)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(7.533 7.533)">
3
+ <line y1="16" x2="16" transform="translate(0.467 0.467)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-miterlimit="10" stroke-width="2" />
5
+ <line x2="16" y2="16" transform="translate(0.467 0.467)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-miterlimit="10" stroke-width="2" />
7
+ </g>
8
+ </svg>
@@ -1 +1,21 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.267 4.333)"><g transform="translate(0.733 6.666)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><path d="M1,0H17a1,1,0,0,1,1,1V8a8,8,0,0,1-8,8H8A8,8,0,0,1,0,8V1A1,1,0,0,1,1,0Z" stroke="none"/><path d="M1,1H17a0,0,0,0,1,0,0V8a7,7,0,0,1-7,7H8A7,7,0,0,1,1,8V1A0,0,0,0,1,1,1Z" fill="none"/></g><g transform="translate(16.733 14.666) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><path d="M0,0H8A0,0,0,0,1,8,0V3A3,3,0,0,1,5,6H3A3,3,0,0,1,0,3V0A0,0,0,0,1,0,0Z" stroke="none"/><path d="M1,1H7A0,0,0,0,1,7,1V3A2,2,0,0,1,5,5H3A2,2,0,0,1,1,3V1A0,0,0,0,1,1,1Z" fill="none"/></g><line x2="22" transform="translate(-1.267 22.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y1="2" transform="translate(4.733 1.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line y1="2" transform="translate(9.733 1.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line y1="2" transform="translate(14.733 1.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(5.267 4.333)">
3
+ <g transform="translate(0.733 6.666)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2">
4
+ <path d="M1,0H17a1,1,0,0,1,1,1V8a8,8,0,0,1-8,8H8A8,8,0,0,1,0,8V1A1,1,0,0,1,1,0Z" stroke="none" />
5
+ <path d="M1,1H17a0,0,0,0,1,0,0V8a7,7,0,0,1-7,7H8A7,7,0,0,1,1,8V1A0,0,0,0,1,1,1Z" fill="none" />
6
+ </g>
7
+ <g transform="translate(16.733 14.666) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round"
8
+ stroke-width="2">
9
+ <path d="M0,0H8A0,0,0,0,1,8,0V3A3,3,0,0,1,5,6H3A3,3,0,0,1,0,3V0A0,0,0,0,1,0,0Z" stroke="none" />
10
+ <path d="M1,1H7A0,0,0,0,1,7,1V3A2,2,0,0,1,5,5H3A2,2,0,0,1,1,3V1A0,0,0,0,1,1,1Z" fill="none" />
11
+ </g>
12
+ <line x2="22" transform="translate(-1.267 22.666)" fill="none" stroke="#000" stroke-linecap="round"
13
+ stroke-linejoin="round" stroke-width="2" />
14
+ <line y1="2" transform="translate(4.733 1.666)" fill="none" stroke="#000" stroke-linecap="round"
15
+ stroke-width="2" />
16
+ <line y1="2" transform="translate(9.733 1.666)" fill="none" stroke="#000" stroke-linecap="round"
17
+ stroke-width="2" />
18
+ <line y1="2" transform="translate(14.733 1.666)" fill="none" stroke="#000" stroke-linecap="round"
19
+ stroke-width="2" />
20
+ </g>
21
+ </svg>
@@ -1 +1,20 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="0.5" cy="0.5" r="0.5" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="red"/><stop offset="0.148" stop-color="#ff9d00"/><stop offset="0.32" stop-color="#ffe200"/><stop offset="0.493" stop-color="#00ff27"/><stop offset="0.66" stop-color="blue"/><stop offset="0.833" stop-color="#f0f"/><stop offset="1" stop-color="red"/></radialGradient></defs><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(3.667 3.666)"><g transform="translate(0.333 0.334)" stroke="#fff" stroke-width="1" fill="url(#a)"><circle cx="12" cy="12" r="12" stroke="none"/><circle cx="12" cy="12" r="11.5" fill="none"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32"
2
+ viewBox="0 0 32 32">
3
+ <defs>
4
+ <radialGradient id="a" cx="0.5" cy="0.5" r="0.5" gradientUnits="objectBoundingBox">
5
+ <stop offset="0" stop-color="red" />
6
+ <stop offset="0.148" stop-color="#ff9d00" />
7
+ <stop offset="0.32" stop-color="#ffe200" />
8
+ <stop offset="0.493" stop-color="#00ff27" />
9
+ <stop offset="0.66" stop-color="blue" />
10
+ <stop offset="0.833" stop-color="#f0f" />
11
+ <stop offset="1" stop-color="red" />
12
+ </radialGradient>
13
+ </defs>
14
+ <g transform="translate(3.667 3.666)">
15
+ <g transform="translate(0.333 0.334)" stroke="#fff" stroke-width="1" fill="url(#a)">
16
+ <circle cx="12" cy="12" r="12" stroke="none" />
17
+ <circle cx="12" cy="12" r="11.5" fill="none" />
18
+ </g>
19
+ </g>
20
+ </svg>
@@ -1 +1,27 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(9.001 8)"><path d="M1291.177,10.648V6.84c0-3.934-3.513-8.192-8-8.192s-8,4.257-8,8.192v1.8" transform="translate(-1276.178 -2.647)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1289.251,8.8v3.912a7.6,7.6,0,0,1-2,5.588" transform="translate(-1277.252 -4.799)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1280.029,1.387c0,2.143,7.7,5,11,5" transform="translate(-1279.031 -2.386)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1279.58,4.471c-.862.606-1.949,3.279-2,4.889v1.222a6.65,6.65,0,0,0,2,4.889" transform="translate(-1275.581 -1.971)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1285.752,19.12a1.113,1.113,0,0,1-1.2,1h-.6a1.113,1.113,0,0,1-1.2-1h0a1.112,1.112,0,0,1,1.2-1h.6a1.114,1.114,0,0,1,1.2,1Z" transform="translate(-1275.754 -0.119)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1286.128,23.7h.469c2.493.021,4.522-4.31,4.531-9.671,0-.11,0-.218,0-.328" transform="translate(-1276.128 -4.702)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1293.193,8.08h-1v4h1a.95.95,0,0,0,1-.889V8.968A.951.951,0,0,0,1293.193,8.08Z" transform="translate(-1277.194 -2.08)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1273.685,8.08h1v4h-1a.949.949,0,0,1-1-.887V8.97a.949.949,0,0,1,1-.89h0Z" transform="translate(-1275.686 -2.078)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(9.001 8)">
3
+ <path d="M1291.177,10.648V6.84c0-3.934-3.513-8.192-8-8.192s-8,4.257-8,8.192v1.8"
4
+ transform="translate(-1276.178 -2.647)" fill="none" stroke="#000" stroke-linecap="round"
5
+ stroke-linejoin="round" stroke-width="2" />
6
+ <path d="M1289.251,8.8v3.912a7.6,7.6,0,0,1-2,5.588" transform="translate(-1277.252 -4.799)" fill="none"
7
+ stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
8
+ <path d="M1280.029,1.387c0,2.143,7.7,5,11,5" transform="translate(-1279.031 -2.386)" fill="none" stroke="#000"
9
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
10
+ <path d="M1279.58,4.471c-.862.606-1.949,3.279-2,4.889v1.222a6.65,6.65,0,0,0,2,4.889"
11
+ transform="translate(-1275.581 -1.971)" fill="none" stroke="#000" stroke-linecap="round"
12
+ stroke-linejoin="round" stroke-width="2" />
13
+ <path
14
+ d="M1285.752,19.12a1.113,1.113,0,0,1-1.2,1h-.6a1.113,1.113,0,0,1-1.2-1h0a1.112,1.112,0,0,1,1.2-1h.6a1.114,1.114,0,0,1,1.2,1Z"
15
+ transform="translate(-1275.754 -0.119)" fill="none" stroke="#000" stroke-linecap="round"
16
+ stroke-linejoin="round" stroke-width="2" />
17
+ <path d="M1286.128,23.7h.469c2.493.021,4.522-4.31,4.531-9.671,0-.11,0-.218,0-.328"
18
+ transform="translate(-1276.128 -4.702)" fill="none" stroke="#000" stroke-linecap="round"
19
+ stroke-linejoin="round" stroke-width="2" />
20
+ <path d="M1293.193,8.08h-1v4h1a.95.95,0,0,0,1-.889V8.968A.951.951,0,0,0,1293.193,8.08Z"
21
+ transform="translate(-1277.194 -2.08)" fill="none" stroke="#000" stroke-linecap="round"
22
+ stroke-linejoin="round" stroke-width="2" />
23
+ <path d="M1273.685,8.08h1v4h-1a.949.949,0,0,1-1-.887V8.97a.949.949,0,0,1,1-.89h0Z"
24
+ transform="translate(-1275.686 -2.078)" fill="none" stroke="#000" stroke-linecap="round"
25
+ stroke-linejoin="round" stroke-width="2" />
26
+ </g>
27
+ </svg>
@@ -1 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.667 2.666)"><g transform="translate(4.334 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="16" height="22" rx="2" stroke="none"/><rect x="1" y="1" width="14" height="20" rx="1" fill="none"/></g><path d="M14.5,26.5h-9a2.665,2.665,0,0,1-3-3V8.5" transform="translate(-1.167 -1.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(5.667 2.666)">
3
+ <g transform="translate(4.334 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <rect width="16" height="22" rx="2" stroke="none" />
5
+ <rect x="1" y="1" width="14" height="20" rx="1" fill="none" />
6
+ </g>
7
+ <path d="M14.5,26.5h-9a2.665,2.665,0,0,1-3-3V8.5" transform="translate(-1.167 -1.166)" fill="none" stroke="#000"
8
+ stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" />
9
+ </g>
10
+ </svg>
@@ -1 +1,22 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4 6.662)"><path d="M0,0H2A0,0,0,0,1,2,0V7A1,1,0,0,1,1,8H1A1,1,0,0,1,0,7V0A0,0,0,0,1,0,0Z" transform="translate(24 6.338)"/><g transform="translate(-8034 -17771.004)" fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M 8052.00048828125 17790.337890625 L 8039.99853515625 17790.337890625 C 8038.8955078125 17790.337890625 8037.998046875 17789.44140625 8037.998046875 17788.337890625 L 8037.998046875 17780.58984375 L 8037.998046875 17779.994140625 L 8037.4736328125 17779.7109375 L 8033.0869140625 17777.337890625 L 8045.9990234375 17770.353515625 L 8058.91162109375 17777.337890625 L 8054.525390625 17779.7109375 L 8054.0009765625 17779.994140625 L 8054.0009765625 17780.58984375 L 8054.0009765625 17788.337890625 C 8054.0009765625 17789.44140625 8053.103515625 17790.337890625 8052.00048828125 17790.337890625 Z" stroke="none"/><path d="M 8052.00048828125 17789.337890625 C 8052.55224609375 17789.337890625 8053.0009765625 17788.888671875 8053.0009765625 17788.337890625 L 8053.0009765625 17779.3984375 L 8054.0498046875 17778.830078125 L 8056.80908203125 17777.337890625 L 8045.9990234375 17771.490234375 L 8035.189453125 17777.337890625 L 8038.998046875 17779.3984375 L 8038.998046875 17788.337890625 C 8038.998046875 17788.888671875 8039.44677734375 17789.337890625 8039.99853515625 17789.337890625 L 8052.00048828125 17789.337890625 M 8052.00048828125 17791.337890625 L 8039.99853515625 17791.337890625 C 8038.341796875 17791.337890625 8036.998046875 17789.994140625 8036.998046875 17788.337890625 L 8036.998046875 17780.58984375 L 8032.474609375 17778.14453125 C 8031.8408203125 17777.80078125 8031.8408203125 17776.876953125 8032.474609375 17776.533203125 L 8045.583984375 17769.44140625 C 8045.8427734375 17769.3046875 8046.15576171875 17769.3046875 8046.41455078125 17769.44140625 L 8059.52392578125 17776.533203125 C 8060.158203125 17776.876953125 8060.158203125 17777.80078125 8059.52392578125 17778.14453125 L 8055.0009765625 17780.58984375 L 8055.0009765625 17788.337890625 C 8055.0009765625 17789.994140625 8053.65673828125 17791.337890625 8052.00048828125 17791.337890625 Z" stroke="none" fill="#000"/></g><g transform="translate(51.001 -9.328)" fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M -39.00025939941406 22.6452579498291 L -51.91369247436523 15.66250991821289 L -39.00027465820312 8.679754257202148 L -26.08683204650879 15.66250133514404 L -39.00025939941406 22.6452579498291 Z" stroke="none"/><path d="M -39.00026702880859 21.50841903686523 L -28.1892204284668 15.66250610351562 L -39.00026702880859 9.816591262817383 L -49.81130599975586 15.66250514984131 L -39.00026702880859 21.50841903686523 M -39.00026702880859 23.66250228881836 C -39.14347076416016 23.66250228881836 -39.28667831420898 23.62729454040527 -39.41675567626953 23.55688095092773 L -52.52513885498047 16.46870994567871 C -53.15862655639648 16.12618064880371 -53.15862655639648 15.19883060455322 -52.52513885498047 14.85630035400391 L -39.41675567626953 7.768130302429199 C -39.15660095214844 7.627290725708008 -38.84393310546875 7.627290725708008 -38.58377838134766 7.768130302429199 L -25.47538757324219 14.85630035400391 C -24.84189796447754 15.19883060455322 -24.84189796447754 16.12618064880371 -25.47538757324219 16.46870994567871 L -38.58377838134766 23.55688095092773 C -38.7138557434082 23.62729454040527 -38.85706329345703 23.66250228881836 -39.00026702880859 23.66250228881836 Z" stroke="none" fill="#000"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(4 6.662)">
3
+ <path d="M0,0H2A0,0,0,0,1,2,0V7A1,1,0,0,1,1,8H1A1,1,0,0,1,0,7V0A0,0,0,0,1,0,0Z"
4
+ transform="translate(24 6.338)" />
5
+ <g transform="translate(-8034 -17771.004)" fill="rgba(0,0,0,0)" stroke-miterlimit="10">
6
+ <path
7
+ d="M 8052.00048828125 17790.337890625 L 8039.99853515625 17790.337890625 C 8038.8955078125 17790.337890625 8037.998046875 17789.44140625 8037.998046875 17788.337890625 L 8037.998046875 17780.58984375 L 8037.998046875 17779.994140625 L 8037.4736328125 17779.7109375 L 8033.0869140625 17777.337890625 L 8045.9990234375 17770.353515625 L 8058.91162109375 17777.337890625 L 8054.525390625 17779.7109375 L 8054.0009765625 17779.994140625 L 8054.0009765625 17780.58984375 L 8054.0009765625 17788.337890625 C 8054.0009765625 17789.44140625 8053.103515625 17790.337890625 8052.00048828125 17790.337890625 Z"
8
+ stroke="none" />
9
+ <path
10
+ d="M 8052.00048828125 17789.337890625 C 8052.55224609375 17789.337890625 8053.0009765625 17788.888671875 8053.0009765625 17788.337890625 L 8053.0009765625 17779.3984375 L 8054.0498046875 17778.830078125 L 8056.80908203125 17777.337890625 L 8045.9990234375 17771.490234375 L 8035.189453125 17777.337890625 L 8038.998046875 17779.3984375 L 8038.998046875 17788.337890625 C 8038.998046875 17788.888671875 8039.44677734375 17789.337890625 8039.99853515625 17789.337890625 L 8052.00048828125 17789.337890625 M 8052.00048828125 17791.337890625 L 8039.99853515625 17791.337890625 C 8038.341796875 17791.337890625 8036.998046875 17789.994140625 8036.998046875 17788.337890625 L 8036.998046875 17780.58984375 L 8032.474609375 17778.14453125 C 8031.8408203125 17777.80078125 8031.8408203125 17776.876953125 8032.474609375 17776.533203125 L 8045.583984375 17769.44140625 C 8045.8427734375 17769.3046875 8046.15576171875 17769.3046875 8046.41455078125 17769.44140625 L 8059.52392578125 17776.533203125 C 8060.158203125 17776.876953125 8060.158203125 17777.80078125 8059.52392578125 17778.14453125 L 8055.0009765625 17780.58984375 L 8055.0009765625 17788.337890625 C 8055.0009765625 17789.994140625 8053.65673828125 17791.337890625 8052.00048828125 17791.337890625 Z"
11
+ stroke="none" fill="#000" />
12
+ </g>
13
+ <g transform="translate(51.001 -9.328)" fill="rgba(0,0,0,0)" stroke-miterlimit="10">
14
+ <path
15
+ d="M -39.00025939941406 22.6452579498291 L -51.91369247436523 15.66250991821289 L -39.00027465820312 8.679754257202148 L -26.08683204650879 15.66250133514404 L -39.00025939941406 22.6452579498291 Z"
16
+ stroke="none" />
17
+ <path
18
+ d="M -39.00026702880859 21.50841903686523 L -28.1892204284668 15.66250610351562 L -39.00026702880859 9.816591262817383 L -49.81130599975586 15.66250514984131 L -39.00026702880859 21.50841903686523 M -39.00026702880859 23.66250228881836 C -39.14347076416016 23.66250228881836 -39.28667831420898 23.62729454040527 -39.41675567626953 23.55688095092773 L -52.52513885498047 16.46870994567871 C -53.15862655639648 16.12618064880371 -53.15862655639648 15.19883060455322 -52.52513885498047 14.85630035400391 L -39.41675567626953 7.768130302429199 C -39.15660095214844 7.627290725708008 -38.84393310546875 7.627290725708008 -38.58377838134766 7.768130302429199 L -25.47538757324219 14.85630035400391 C -24.84189796447754 15.19883060455322 -24.84189796447754 16.12618064880371 -25.47538757324219 16.46870994567871 L -38.58377838134766 23.55688095092773 C -38.7138557434082 23.62729454040527 -38.85706329345703 23.66250228881836 -39.00026702880859 23.66250228881836 Z"
19
+ stroke="none" fill="#000" />
20
+ </g>
21
+ </g>
22
+ </svg>
@@ -1 +1,20 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(10 3)"><g transform="translate(-5)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="10" height="10" rx="2" stroke="none"/><rect x="1" y="1" width="8" height="8" rx="1" fill="none"/></g><g transform="translate(7 16)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="10" height="10" rx="2" stroke="none"/><rect x="1" y="1" width="8" height="8" rx="1" fill="none"/></g><g transform="translate(7)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="10" height="14" rx="2" stroke="none"/><rect x="1" y="1" width="8" height="12" rx="1" fill="none"/></g><g transform="translate(-5 12)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="10" height="14" rx="2" stroke="none"/><rect x="1" y="1" width="8" height="12" rx="1" fill="none"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(10 3)">
3
+ <g transform="translate(-5)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <rect width="10" height="10" rx="2" stroke="none" />
5
+ <rect x="1" y="1" width="8" height="8" rx="1" fill="none" />
6
+ </g>
7
+ <g transform="translate(7 16)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
8
+ <rect width="10" height="10" rx="2" stroke="none" />
9
+ <rect x="1" y="1" width="8" height="8" rx="1" fill="none" />
10
+ </g>
11
+ <g transform="translate(7)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
12
+ <rect width="10" height="14" rx="2" stroke="none" />
13
+ <rect x="1" y="1" width="8" height="12" rx="1" fill="none" />
14
+ </g>
15
+ <g transform="translate(-5 12)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
16
+ <rect width="10" height="14" rx="2" stroke="none" />
17
+ <rect x="1" y="1" width="8" height="12" rx="1" fill="none" />
18
+ </g>
19
+ </g>
20
+ </svg>
@@ -1 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.333 6.334)"><path d="M135.648,24.4l4,4,4-4" transform="translate(-128.981 -15.734)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y1="14" transform="translate(10.667 -1.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M25-3V1H1V-3" transform="translate(-2.333 19.667)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(5.333 6.334)">
3
+ <path d="M135.648,24.4l4,4,4-4" transform="translate(-128.981 -15.734)" fill="none" stroke="#000"
4
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
5
+ <line y1="14" transform="translate(10.667 -1.334)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="2" />
7
+ <path d="M25-3V1H1V-3" transform="translate(-2.333 19.667)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-linejoin="round" stroke-width="2" />
9
+ </g>
10
+ </svg>
@@ -1 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(10.667 4.333)"><line y2="24" transform="translate(10.333 -0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line y2="24" transform="translate(5.333 -0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line y2="24" transform="translate(0.333 -0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(10.667 4.333)">
3
+ <line y2="24" transform="translate(10.333 -0.334)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-width="2" />
5
+ <line y2="24" transform="translate(5.333 -0.334)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-width="2" />
7
+ <line y2="24" transform="translate(0.333 -0.334)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-width="2" />
9
+ </g>
10
+ </svg>
@@ -1 +1,23 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(1.667 1.669)"><g transform="translate(-8274 -20866)" fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M 8289.3310546875 20893.330078125 L 8277.3330078125 20893.330078125 C 8276.23046875 20893.330078125 8275.333984375 20892.43359375 8275.333984375 20891.33203125 L 8275.333984375 20879.328125 C 8275.333984375 20878.224609375 8276.23046875 20877.328125 8277.3330078125 20877.328125 L 8284.333984375 20877.328125 L 8285.333984375 20877.328125 L 8285.333984375 20876.328125 L 8285.333984375 20869.333984375 C 8285.333984375 20868.23046875 8286.23046875 20867.333984375 8287.3330078125 20867.333984375 L 8299.3310546875 20867.333984375 C 8300.43359375 20867.333984375 8301.3310546875 20868.23046875 8301.3310546875 20869.333984375 L 8301.3310546875 20881.33203125 C 8301.3310546875 20882.43359375 8300.43359375 20883.330078125 8299.3310546875 20883.330078125 L 8292.3310546875 20883.330078125 L 8291.3310546875 20883.330078125 L 8291.3310546875 20884.330078125 L 8291.3310546875 20891.33203125 C 8291.3310546875 20892.43359375 8290.43359375 20893.330078125 8289.3310546875 20893.330078125 Z" stroke="none"/><path d="M 8289.3310546875 20892.330078125 C 8289.8828125 20892.330078125 8290.3310546875 20891.8828125 8290.3310546875 20891.33203125 L 8290.3310546875 20882.330078125 L 8299.3310546875 20882.330078125 C 8299.8828125 20882.330078125 8300.3310546875 20881.8828125 8300.3310546875 20881.33203125 L 8300.3310546875 20869.333984375 C 8300.3310546875 20868.783203125 8299.8828125 20868.333984375 8299.3310546875 20868.333984375 L 8287.3330078125 20868.333984375 C 8286.7822265625 20868.333984375 8286.333984375 20868.783203125 8286.333984375 20869.333984375 L 8286.333984375 20878.328125 L 8277.3330078125 20878.328125 C 8276.7822265625 20878.328125 8276.333984375 20878.77734375 8276.333984375 20879.328125 L 8276.333984375 20891.33203125 C 8276.333984375 20891.8828125 8276.7822265625 20892.330078125 8277.3330078125 20892.330078125 L 8289.3310546875 20892.330078125 M 8289.3310546875 20894.330078125 L 8277.3330078125 20894.330078125 C 8275.6767578125 20894.330078125 8274.333984375 20892.98828125 8274.333984375 20891.33203125 L 8274.333984375 20879.328125 C 8274.333984375 20877.67578125 8275.6767578125 20876.328125 8277.3330078125 20876.328125 L 8284.333984375 20876.328125 L 8284.333984375 20869.333984375 C 8284.333984375 20867.67578125 8285.6767578125 20866.333984375 8287.3330078125 20866.333984375 L 8299.3310546875 20866.333984375 C 8300.98828125 20866.333984375 8302.3310546875 20867.67578125 8302.3310546875 20869.333984375 L 8302.3310546875 20881.33203125 C 8302.3310546875 20882.98828125 8300.98828125 20884.330078125 8299.3310546875 20884.330078125 L 8292.3310546875 20884.330078125 L 8292.3310546875 20891.33203125 C 8292.3310546875 20892.98828125 8290.98828125 20894.330078125 8289.3310546875 20894.330078125 Z" stroke="none" fill="#000"/></g><g transform="translate(10.333 0.332)" fill="rgba(0,0,0,0)" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="18" height="18" rx="3" stroke="none"/><rect x="1" y="1" width="16" height="16" rx="2" fill="none"/></g><g transform="translate(16.985 7.639)"><line x2="6" transform="translate(-0.652 1.693)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line y2="6" transform="translate(2.348 -1.307)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(1.667 1.669)">
3
+ <g transform="translate(-8274 -20866)" fill="rgba(0,0,0,0)" stroke-miterlimit="10">
4
+ <path
5
+ d="M 8289.3310546875 20893.330078125 L 8277.3330078125 20893.330078125 C 8276.23046875 20893.330078125 8275.333984375 20892.43359375 8275.333984375 20891.33203125 L 8275.333984375 20879.328125 C 8275.333984375 20878.224609375 8276.23046875 20877.328125 8277.3330078125 20877.328125 L 8284.333984375 20877.328125 L 8285.333984375 20877.328125 L 8285.333984375 20876.328125 L 8285.333984375 20869.333984375 C 8285.333984375 20868.23046875 8286.23046875 20867.333984375 8287.3330078125 20867.333984375 L 8299.3310546875 20867.333984375 C 8300.43359375 20867.333984375 8301.3310546875 20868.23046875 8301.3310546875 20869.333984375 L 8301.3310546875 20881.33203125 C 8301.3310546875 20882.43359375 8300.43359375 20883.330078125 8299.3310546875 20883.330078125 L 8292.3310546875 20883.330078125 L 8291.3310546875 20883.330078125 L 8291.3310546875 20884.330078125 L 8291.3310546875 20891.33203125 C 8291.3310546875 20892.43359375 8290.43359375 20893.330078125 8289.3310546875 20893.330078125 Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M 8289.3310546875 20892.330078125 C 8289.8828125 20892.330078125 8290.3310546875 20891.8828125 8290.3310546875 20891.33203125 L 8290.3310546875 20882.330078125 L 8299.3310546875 20882.330078125 C 8299.8828125 20882.330078125 8300.3310546875 20881.8828125 8300.3310546875 20881.33203125 L 8300.3310546875 20869.333984375 C 8300.3310546875 20868.783203125 8299.8828125 20868.333984375 8299.3310546875 20868.333984375 L 8287.3330078125 20868.333984375 C 8286.7822265625 20868.333984375 8286.333984375 20868.783203125 8286.333984375 20869.333984375 L 8286.333984375 20878.328125 L 8277.3330078125 20878.328125 C 8276.7822265625 20878.328125 8276.333984375 20878.77734375 8276.333984375 20879.328125 L 8276.333984375 20891.33203125 C 8276.333984375 20891.8828125 8276.7822265625 20892.330078125 8277.3330078125 20892.330078125 L 8289.3310546875 20892.330078125 M 8289.3310546875 20894.330078125 L 8277.3330078125 20894.330078125 C 8275.6767578125 20894.330078125 8274.333984375 20892.98828125 8274.333984375 20891.33203125 L 8274.333984375 20879.328125 C 8274.333984375 20877.67578125 8275.6767578125 20876.328125 8277.3330078125 20876.328125 L 8284.333984375 20876.328125 L 8284.333984375 20869.333984375 C 8284.333984375 20867.67578125 8285.6767578125 20866.333984375 8287.3330078125 20866.333984375 L 8299.3310546875 20866.333984375 C 8300.98828125 20866.333984375 8302.3310546875 20867.67578125 8302.3310546875 20869.333984375 L 8302.3310546875 20881.33203125 C 8302.3310546875 20882.98828125 8300.98828125 20884.330078125 8299.3310546875 20884.330078125 L 8292.3310546875 20884.330078125 L 8292.3310546875 20891.33203125 C 8292.3310546875 20892.98828125 8290.98828125 20894.330078125 8289.3310546875 20894.330078125 Z"
9
+ stroke="none" fill="#000" />
10
+ </g>
11
+ <g transform="translate(10.333 0.332)" fill="rgba(0,0,0,0)" stroke="#000" stroke-miterlimit="10"
12
+ stroke-width="2">
13
+ <rect width="18" height="18" rx="3" stroke="none" />
14
+ <rect x="1" y="1" rx="2" fill="none" />
15
+ </g>
16
+ <g transform="translate(16.985 7.639)">
17
+ <line x2="6" transform="translate(-0.652 1.693)" fill="none" stroke="#000" stroke-linecap="round"
18
+ stroke-miterlimit="10" stroke-width="2" />
19
+ <line y2="6" transform="translate(2.348 -1.307)" fill="none" stroke="#000" stroke-linecap="round"
20
+ stroke-miterlimit="10" stroke-width="2" />
21
+ </g>
22
+ </g>
23
+ </svg>
@@ -1 +1,16 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(3 3)"><g transform="translate(181.318 -66.664)" fill="none" stroke-miterlimit="10"><path d="M-159.189,67.336l3.175,3.169a2.371,2.371,0,0,1,.008,3.348l-16.735,16.88a2.369,2.369,0,0,1-1.2.654l-6,1.254a1.143,1.143,0,0,1-1.354-1.354l1.3-6.114a2.37,2.37,0,0,1,.656-1.2l16.911-16.65A2.3,2.3,0,0,1-159.189,67.336Z" stroke="none"/><path d="M -160.8125 68.66448974609375 C -160.8687286376953 68.66448974609375 -160.9509582519531 68.67945098876953 -161.0223999023438 68.74967956542969 L -177.9334259033203 85.39939117431641 C -177.9854583740234 85.45060729980469 -178.0209045410156 85.51518249511719 -178.0362396240234 85.58756256103516 L -179.0625305175781 90.41334533691406 L -174.3513336181641 89.42839050292969 C -174.2795867919922 89.41341400146484 -174.2148895263672 89.37837982177734 -174.1615753173828 89.32440948486328 L -157.4260864257812 72.44399261474609 C -157.282470703125 72.29917907714844 -157.2833251953125 72.063720703125 -157.4268493652344 71.92024993896484 L -160.6018981933594 68.75127410888672 C -160.6737365722656 68.67954254150391 -160.7560729980469 68.66448974609375 -160.8125 68.66448974609375 M -160.8125 66.66448974609375 C -160.2245635986328 66.66448974609375 -159.6370697021484 66.88836669921875 -159.1887664794922 67.33598327636719 L -156.0139770507812 70.50467681884766 C -155.0893402099609 71.42902374267578 -155.0859222412109 72.92450714111328 -156.0059661865234 73.85227966308594 L -172.7412719726562 90.73251342773438 C -173.0686340332031 91.06394958496094 -173.4867248535156 91.29103088378906 -173.9427185058594 91.38619995117188 L -179.9384765625 92.63971710205078 C -180.7482604980469 92.80831146240234 -181.4638824462891 92.09152221679688 -181.2926788330078 91.28530120849609 L -179.9924926757812 85.17153167724609 C -179.8960113525391 84.71621704101562 -179.6674346923828 84.29994201660156 -179.3366241455078 83.97422790527344 L -162.4255523681641 67.32450103759766 C -161.9779510498047 66.88445281982422 -161.3950042724609 66.66448974609375 -160.8125 66.66448974609375 Z" stroke="none" fill="#000"/></g><line x2="4" y2="4" transform="translate(17 5)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><line x2="5" y2="5" transform="translate(5 16)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(3 3)">
3
+ <g transform="translate(181.318 -66.664)" fill="none" stroke-miterlimit="10">
4
+ <path
5
+ d="M-159.189,67.336l3.175,3.169a2.371,2.371,0,0,1,.008,3.348l-16.735,16.88a2.369,2.369,0,0,1-1.2.654l-6,1.254a1.143,1.143,0,0,1-1.354-1.354l1.3-6.114a2.37,2.37,0,0,1,.656-1.2l16.911-16.65A2.3,2.3,0,0,1-159.189,67.336Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M -160.8125 68.66448974609375 C -160.8687286376953 68.66448974609375 -160.9509582519531 68.67945098876953 -161.0223999023438 68.74967956542969 L -177.9334259033203 85.39939117431641 C -177.9854583740234 85.45060729980469 -178.0209045410156 85.51518249511719 -178.0362396240234 85.58756256103516 L -179.0625305175781 90.41334533691406 L -174.3513336181641 89.42839050292969 C -174.2795867919922 89.41341400146484 -174.2148895263672 89.37837982177734 -174.1615753173828 89.32440948486328 L -157.4260864257812 72.44399261474609 C -157.282470703125 72.29917907714844 -157.2833251953125 72.063720703125 -157.4268493652344 71.92024993896484 L -160.6018981933594 68.75127410888672 C -160.6737365722656 68.67954254150391 -160.7560729980469 68.66448974609375 -160.8125 68.66448974609375 M -160.8125 66.66448974609375 C -160.2245635986328 66.66448974609375 -159.6370697021484 66.88836669921875 -159.1887664794922 67.33598327636719 L -156.0139770507812 70.50467681884766 C -155.0893402099609 71.42902374267578 -155.0859222412109 72.92450714111328 -156.0059661865234 73.85227966308594 L -172.7412719726562 90.73251342773438 C -173.0686340332031 91.06394958496094 -173.4867248535156 91.29103088378906 -173.9427185058594 91.38619995117188 L -179.9384765625 92.63971710205078 C -180.7482604980469 92.80831146240234 -181.4638824462891 92.09152221679688 -181.2926788330078 91.28530120849609 L -179.9924926757812 85.17153167724609 C -179.8960113525391 84.71621704101562 -179.6674346923828 84.29994201660156 -179.3366241455078 83.97422790527344 L -162.4255523681641 67.32450103759766 C -161.9779510498047 66.88445281982422 -161.3950042724609 66.66448974609375 -160.8125 66.66448974609375 Z"
9
+ stroke="none" fill="#000" />
10
+ </g>
11
+ <line x2="4" y2="4" transform="translate(17 5)" fill="none" stroke="#000" stroke-miterlimit="10"
12
+ stroke-width="2" />
13
+ <line x2="5" y2="5" transform="translate(5 16)" fill="none" stroke="#000" stroke-miterlimit="10"
14
+ stroke-width="2" />
15
+ </g>
16
+ </svg>
@@ -1 +1,13 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4.001 5.332)"><g transform="translate(-2 -3.332)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="28" height="18" rx="3" stroke="none"/><rect x="1" y="1" width="26" height="16" rx="2" fill="none"/></g><line x2="24" transform="translate(-0.001 20.668)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="3" cy="3" r="3" transform="translate(3 17.668)"/><path d="M3.106,1.789a1,1,0,0,1,1.789,0L7.276,6.553A1,1,0,0,1,6.382,8H1.618A1,1,0,0,1,.724,6.553Z" transform="translate(16.999 1.668) rotate(90)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(4.001 5.332)">
3
+ <g transform="translate(-2 -3.332)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <rect width="28" height="18" rx="3" stroke="none" />
5
+ <rect x="1" y="1" width="26" height="16" rx="2" fill="none" />
6
+ </g>
7
+ <line x2="24" transform="translate(-0.001 20.668)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-miterlimit="10" stroke-width="2" />
9
+ <circle cx="3" cy="3" r="3" transform="translate(3 17.668)" />
10
+ <path d="M3.106,1.789a1,1,0,0,1,1.789,0L7.276,6.553A1,1,0,0,1,6.382,8H1.618A1,1,0,0,1,.724,6.553Z"
11
+ transform="translate(16.999 1.668) rotate(90)" />
12
+ </g>
13
+ </svg>