@volverjs/ui-vue 0.0.3-beta.4 → 0.0.4

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 (853) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +56 -16
  3. package/auto-imports.d.ts +10 -6
  4. package/bin/icons.cjs +8 -8
  5. package/bin/icons.js +8 -8
  6. package/dist/Volver.d.ts +43 -13
  7. package/dist/components/VvAccordion/VvAccordion.es.js +133 -59
  8. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  9. package/dist/components/VvAccordion/index.d.ts +2 -2
  10. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +207 -100
  11. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  12. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +1 -1
  13. package/dist/components/VvAction/VvAction.es.js +170 -0
  14. package/dist/components/VvAction/VvAction.umd.js +1 -0
  15. package/dist/components/VvAction/VvAction.vue.d.ts +63 -0
  16. package/dist/components/VvAction/index.d.ts +24 -0
  17. package/dist/components/VvBadge/VvBadge.es.js +92 -17
  18. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  19. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +104 -57
  20. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  21. package/dist/components/VvButton/VvButton.es.js +526 -202
  22. package/dist/components/VvButton/VvButton.umd.js +1 -1
  23. package/dist/components/VvButton/VvButton.vue.d.ts +59 -62
  24. package/dist/components/VvButton/index.d.ts +32 -83
  25. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +133 -43
  26. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  27. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +1 -1
  28. package/dist/components/VvCard/VvCard.es.js +38 -27
  29. package/dist/components/VvCard/VvCard.umd.js +1 -1
  30. package/dist/components/VvCheckbox/VvCheckbox.es.js +386 -147
  31. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  32. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +7 -5
  33. package/dist/components/VvCheckbox/index.d.ts +6 -10
  34. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +475 -189
  35. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  36. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +14 -3
  37. package/dist/components/VvCheckboxGroup/index.d.ts +6 -1
  38. package/dist/components/VvCombobox/VvCombobox.es.js +1488 -457
  39. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  40. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +282 -25
  41. package/dist/components/VvCombobox/index.d.ts +141 -15
  42. package/dist/components/VvDialog/VvDialog.es.js +248 -82
  43. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  44. package/dist/components/VvDialog/VvDialog.vue.d.ts +3 -9
  45. package/dist/components/VvDialog/index.d.ts +16 -4
  46. package/dist/components/VvDropdown/VvDropdown.es.js +448 -89
  47. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  48. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +184 -51
  49. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +61 -0
  50. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +9 -0
  51. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +52 -0
  52. package/dist/components/VvDropdown/index.d.ts +70 -31
  53. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +251 -0
  54. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -0
  55. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +38 -0
  56. package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -0
  57. package/dist/components/VvDropdownOption/VvDropdownOption.es.js +176 -0
  58. package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -0
  59. package/dist/components/VvIcon/VvIcon.es.js +113 -34
  60. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  61. package/dist/components/VvInputText/VvInputText.es.js +721 -342
  62. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  63. package/dist/components/VvInputText/VvInputText.vue.d.ts +21 -14
  64. package/dist/components/VvInputText/index.d.ts +17 -6
  65. package/dist/components/VvProgress/VvProgress.es.js +113 -19
  66. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  67. package/dist/components/VvRadio/VvRadio.es.js +345 -120
  68. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  69. package/dist/components/VvRadio/VvRadio.vue.d.ts +6 -4
  70. package/dist/components/VvRadio/index.d.ts +6 -4
  71. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +434 -162
  72. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  73. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +14 -3
  74. package/dist/components/VvRadioGroup/index.d.ts +6 -1
  75. package/dist/components/VvSelect/VvSelect.es.js +542 -222
  76. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  77. package/dist/components/VvSelect/VvSelect.vue.d.ts +44 -21
  78. package/dist/components/VvSelect/index.d.ts +13 -9
  79. package/dist/components/VvTextarea/VvTextarea.es.js +579 -236
  80. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  81. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +20 -13
  82. package/dist/components/VvTextarea/index.d.ts +9 -6
  83. package/dist/components/VvTooltip/VvTooltip.es.js +104 -14
  84. package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
  85. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +11 -5
  86. package/dist/components/VvTooltip/index.d.ts +7 -9
  87. package/dist/components/index.es.js +2800 -1423
  88. package/dist/components/index.umd.js +1 -1
  89. package/dist/composables/dropdown/useInjectDropdown.d.ts +31 -0
  90. package/dist/composables/dropdown/useProvideDropdown.d.ts +36 -0
  91. package/dist/composables/group/useInjectedGroupState.d.ts +4 -4
  92. package/dist/composables/group/useProvideGroupState.d.ts +2 -2
  93. package/dist/composables/useComponentIcon.d.ts +10 -0
  94. package/dist/composables/useModifiers.d.ts +1 -9
  95. package/dist/composables/useOptions.d.ts +2 -1
  96. package/dist/composables/useUniqueId.d.ts +2 -0
  97. package/dist/composables/useVolver.d.ts +2 -0
  98. package/dist/constants.d.ts +59 -4
  99. package/dist/directives/index.d.ts +4 -0
  100. package/dist/directives/index.es.js +128 -0
  101. package/dist/directives/index.umd.js +1 -0
  102. package/dist/directives/v-tooltip.d.ts +3 -0
  103. package/dist/directives/v-tooltip.es.js +126 -0
  104. package/dist/directives/v-tooltip.umd.js +1 -0
  105. package/dist/icons.d.ts +9 -0
  106. package/dist/icons.es.js +30 -21
  107. package/dist/icons.umd.js +1 -1
  108. package/dist/index.d.ts +1 -1
  109. package/dist/index.es.js +2866 -1455
  110. package/dist/index.umd.js +1 -1
  111. package/dist/props/index.d.ts +327 -33
  112. package/dist/resolvers/unplugin.d.ts +8 -8
  113. package/dist/resolvers/unplugin.es.js +54 -33
  114. package/dist/resolvers/unplugin.umd.js +1 -1
  115. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +14 -0
  116. package/dist/stories/Combobox/Combobox.settings.d.ts +270 -3
  117. package/dist/stories/Dropdown/Dropdown.settings.d.ts +139 -28
  118. package/dist/stories/Dropdown/Dropdown.test.d.ts +1 -1
  119. package/dist/stories/InputText/InputText.settings.d.ts +24 -24
  120. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +14 -0
  121. package/dist/stories/Select/Select.settings.d.ts +15 -1
  122. package/dist/stories/Textarea/Textarea.settings.d.ts +24 -24
  123. package/dist/stories/Tooltip/Tooltip.settings.d.ts +1 -1
  124. package/dist/stories/argTypes.d.ts +164 -3
  125. package/package.json +83 -48
  126. package/src/Volver.ts +152 -33
  127. package/src/assets/icons/detailed/add-circle.svg +12 -1
  128. package/src/assets/icons/detailed/add.svg +8 -1
  129. package/src/assets/icons/detailed/align-center.svg +12 -1
  130. package/src/assets/icons/detailed/align-justify.svg +12 -1
  131. package/src/assets/icons/detailed/align-left.svg +12 -1
  132. package/src/assets/icons/detailed/align-right.svg +12 -1
  133. package/src/assets/icons/detailed/analysis-2.svg +20 -1
  134. package/src/assets/icons/detailed/analysis-3.svg +8 -1
  135. package/src/assets/icons/detailed/analysis.svg +16 -1
  136. package/src/assets/icons/detailed/apple.svg +16 -1
  137. package/src/assets/icons/detailed/arrow-down.svg +8 -1
  138. package/src/assets/icons/detailed/arrow-left.svg +8 -1
  139. package/src/assets/icons/detailed/arrow-right.svg +8 -1
  140. package/src/assets/icons/detailed/arrow-up.svg +8 -1
  141. package/src/assets/icons/detailed/attachment.svg +8 -1
  142. package/src/assets/icons/detailed/back-to-front.svg +17 -1
  143. package/src/assets/icons/detailed/bell-active.svg +14 -1
  144. package/src/assets/icons/detailed/bell.svg +14 -1
  145. package/src/assets/icons/detailed/bold.svg +8 -1
  146. package/src/assets/icons/detailed/bookmark-active.svg +12 -1
  147. package/src/assets/icons/detailed/bookmark.svg +12 -1
  148. package/src/assets/icons/detailed/building.svg +26 -1
  149. package/src/assets/icons/detailed/bullet-list.svg +22 -1
  150. package/src/assets/icons/detailed/calendar.svg +26 -1
  151. package/src/assets/icons/detailed/camera-off.svg +12 -1
  152. package/src/assets/icons/detailed/camera-on.svg +17 -1
  153. package/src/assets/icons/detailed/catalog.svg +15 -1
  154. package/src/assets/icons/detailed/certificate.svg +10 -1
  155. package/src/assets/icons/detailed/chat.svg +6 -1
  156. package/src/assets/icons/detailed/check-badge.svg +9 -1
  157. package/src/assets/icons/detailed/check-circle.svg +10 -1
  158. package/src/assets/icons/detailed/check.svg +6 -1
  159. package/src/assets/icons/detailed/checkbox.svg +8 -1
  160. package/src/assets/icons/detailed/chevron-down-circle.svg +10 -1
  161. package/src/assets/icons/detailed/chevron-down.svg +6 -1
  162. package/src/assets/icons/detailed/chevron-left-circle.svg +10 -1
  163. package/src/assets/icons/detailed/chevron-left.svg +6 -1
  164. package/src/assets/icons/detailed/chevron-right-circle.svg +7 -1
  165. package/src/assets/icons/detailed/chevron-up-circle.svg +10 -1
  166. package/src/assets/icons/detailed/chevron-up.svg +6 -1
  167. package/src/assets/icons/detailed/circle.svg +8 -0
  168. package/src/assets/icons/detailed/classroom.svg +38 -1
  169. package/src/assets/icons/detailed/clear-field.svg +14 -1
  170. package/src/assets/icons/detailed/clear-style.svg +9 -1
  171. package/src/assets/icons/detailed/close-circle.svg +14 -1
  172. package/src/assets/icons/detailed/close-loader.svg +6 -1
  173. package/src/assets/icons/detailed/close.svg +8 -1
  174. package/src/assets/icons/detailed/coffee.svg +21 -1
  175. package/src/assets/icons/detailed/color.svg +20 -1
  176. package/src/assets/icons/detailed/contact-us.svg +27 -1
  177. package/src/assets/icons/detailed/copy.svg +10 -1
  178. package/src/assets/icons/detailed/courses.svg +22 -1
  179. package/src/assets/icons/detailed/dashboard.svg +20 -1
  180. package/src/assets/icons/detailed/download.svg +10 -1
  181. package/src/assets/icons/detailed/drag.svg +10 -1
  182. package/src/assets/icons/detailed/duplicate.svg +23 -1
  183. package/src/assets/icons/detailed/edit.svg +16 -1
  184. package/src/assets/icons/detailed/elearning.svg +13 -1
  185. package/src/assets/icons/detailed/email.svg +11 -1
  186. package/src/assets/icons/detailed/error-2.svg +8 -1
  187. package/src/assets/icons/detailed/error.svg +12 -1
  188. package/src/assets/icons/detailed/exercise.svg +26 -1
  189. package/src/assets/icons/detailed/external-link.svg +11 -1
  190. package/src/assets/icons/detailed/extract.svg +20 -1
  191. package/src/assets/icons/detailed/eye-off.svg +15 -1
  192. package/src/assets/icons/detailed/eye-on.svg +8 -1
  193. package/src/assets/icons/detailed/fail.svg +11 -1
  194. package/src/assets/icons/detailed/fast-back.svg +20 -1
  195. package/src/assets/icons/detailed/fast-forward.svg +20 -1
  196. package/src/assets/icons/detailed/file-add.svg +19 -1
  197. package/src/assets/icons/detailed/file-duplicate.svg +16 -1
  198. package/src/assets/icons/detailed/file-remove.svg +17 -1
  199. package/src/assets/icons/detailed/file-required.svg +23 -1
  200. package/src/assets/icons/detailed/file.svg +13 -1
  201. package/src/assets/icons/detailed/filter-2.svg +22 -1
  202. package/src/assets/icons/detailed/filter-active.svg +12 -1
  203. package/src/assets/icons/detailed/filter.svg +12 -1
  204. package/src/assets/icons/detailed/flag.svg +11 -1
  205. package/src/assets/icons/detailed/folder.svg +14 -1
  206. package/src/assets/icons/detailed/full-width.svg +11 -1
  207. package/src/assets/icons/detailed/go-to-back.svg +19 -1
  208. package/src/assets/icons/detailed/grid.svg +20 -1
  209. package/src/assets/icons/detailed/group-add.svg +24 -1
  210. package/src/assets/icons/detailed/group.svg +16 -1
  211. package/src/assets/icons/detailed/heart-active.svg +12 -1
  212. package/src/assets/icons/detailed/heart.svg +12 -1
  213. package/src/assets/icons/detailed/highlighter.svg +10 -1
  214. package/src/assets/icons/detailed/home.svg +12 -1
  215. package/src/assets/icons/detailed/hourglass.svg +12 -1
  216. package/src/assets/icons/detailed/image.svg +15 -1
  217. package/src/assets/icons/detailed/info-badge.svg +9 -1
  218. package/src/assets/icons/detailed/information.svg +12 -1
  219. package/src/assets/icons/detailed/italic.svg +10 -1
  220. package/src/assets/icons/detailed/key.svg +5 -1
  221. package/src/assets/icons/detailed/language.svg +14 -1
  222. package/src/assets/icons/detailed/learning-path.svg +7 -1
  223. package/src/assets/icons/detailed/light-off.svg +10 -1
  224. package/src/assets/icons/detailed/light-on.svg +18 -1
  225. package/src/assets/icons/detailed/link.svg +12 -1
  226. package/src/assets/icons/detailed/lock.svg +13 -1
  227. package/src/assets/icons/detailed/login.svg +11 -1
  228. package/src/assets/icons/detailed/logout.svg +11 -1
  229. package/src/assets/icons/detailed/maximaze.svg +12 -1
  230. package/src/assets/icons/detailed/menu.svg +9 -1
  231. package/src/assets/icons/detailed/merge.svg +20 -1
  232. package/src/assets/icons/detailed/minimize.svg +14 -1
  233. package/src/assets/icons/detailed/mixed-class.svg +40 -1
  234. package/src/assets/icons/detailed/more-horizontal.svg +7 -1
  235. package/src/assets/icons/detailed/more-vertical.svg +7 -1
  236. package/src/assets/icons/detailed/news.svg +12 -1
  237. package/src/assets/icons/detailed/no-prerequisites.svg +13 -1
  238. package/src/assets/icons/detailed/notes.svg +14 -1
  239. package/src/assets/icons/detailed/number-code.svg +34 -1
  240. package/src/assets/icons/detailed/numbered-list.svg +18 -1
  241. package/src/assets/icons/detailed/on-site.svg +22 -1
  242. package/src/assets/icons/detailed/order-down.svg +12 -1
  243. package/src/assets/icons/detailed/order-up.svg +12 -1
  244. package/src/assets/icons/detailed/paste.svg +14 -1
  245. package/src/assets/icons/detailed/pausa.svg +8 -1
  246. package/src/assets/icons/detailed/pdf.svg +12 -1
  247. package/src/assets/icons/detailed/phone.svg +10 -1
  248. package/src/assets/icons/detailed/pin-map.svg +12 -1
  249. package/src/assets/icons/detailed/pin.svg +15 -1
  250. package/src/assets/icons/detailed/pizza.svg +17 -1
  251. package/src/assets/icons/detailed/play.svg +11 -1
  252. package/src/assets/icons/detailed/plug-in.svg +10 -1
  253. package/src/assets/icons/detailed/pointer.svg +12 -1
  254. package/src/assets/icons/detailed/printer.svg +26 -1
  255. package/src/assets/icons/detailed/profile-add.svg +20 -1
  256. package/src/assets/icons/detailed/profile.svg +10 -1
  257. package/src/assets/icons/detailed/push-pin-off.svg +11 -1
  258. package/src/assets/icons/detailed/push-pin-on.svg +9 -1
  259. package/src/assets/icons/detailed/qrcode.svg +28 -1
  260. package/src/assets/icons/detailed/question-badge.svg +10 -1
  261. package/src/assets/icons/detailed/radio.svg +8 -1
  262. package/src/assets/icons/detailed/redo.svg +9 -1
  263. package/src/assets/icons/detailed/relations.svg +32 -1
  264. package/src/assets/icons/detailed/reload.svg +13 -1
  265. package/src/assets/icons/detailed/remove-circle.svg +10 -1
  266. package/src/assets/icons/detailed/remove.svg +5 -1
  267. package/src/assets/icons/detailed/reorder.svg +12 -1
  268. package/src/assets/icons/detailed/repeat.svg +12 -1
  269. package/src/assets/icons/detailed/repository.svg +18 -1
  270. package/src/assets/icons/detailed/request-form.svg +18 -1
  271. package/src/assets/icons/detailed/resize-100%.svg +15 -1
  272. package/src/assets/icons/detailed/resize-height.svg +12 -1
  273. package/src/assets/icons/detailed/resize-width.svg +12 -1
  274. package/src/assets/icons/detailed/search.svg +12 -1
  275. package/src/assets/icons/detailed/sequential-prerequisites.svg +20 -1
  276. package/src/assets/icons/detailed/settings.svg +14 -1
  277. package/src/assets/icons/detailed/share.svg +20 -1
  278. package/src/assets/icons/detailed/sketch.svg +12 -1
  279. package/src/assets/icons/detailed/skills.svg +20 -1
  280. package/src/assets/icons/detailed/skip-back.svg +12 -1
  281. package/src/assets/icons/detailed/skip-forward.svg +13 -1
  282. package/src/assets/icons/detailed/sms.svg +18 -1
  283. package/src/assets/icons/detailed/sso-access.svg +18 -1
  284. package/src/assets/icons/detailed/star-active.svg +6 -1
  285. package/src/assets/icons/detailed/star.svg +6 -1
  286. package/src/assets/icons/detailed/success.svg +10 -1
  287. package/src/assets/icons/detailed/sun.svg +24 -1
  288. package/src/assets/icons/detailed/sunrise.svg +18 -1
  289. package/src/assets/icons/detailed/support.svg +18 -1
  290. package/src/assets/icons/detailed/survey.svg +24 -1
  291. package/src/assets/icons/detailed/table.svg +11 -1
  292. package/src/assets/icons/detailed/tematic-channels.svg +12 -1
  293. package/src/assets/icons/detailed/test.svg +14 -1
  294. package/src/assets/icons/detailed/text-body.svg +8 -1
  295. package/src/assets/icons/detailed/text-edit.svg +11 -1
  296. package/src/assets/icons/detailed/text-style.svg +10 -1
  297. package/src/assets/icons/detailed/time.svg +10 -1
  298. package/src/assets/icons/detailed/toilet-piper.svg +15 -1
  299. package/src/assets/icons/detailed/training-points.svg +16 -1
  300. package/src/assets/icons/detailed/trash.svg +19 -1
  301. package/src/assets/icons/detailed/underline.svg +8 -1
  302. package/src/assets/icons/detailed/undo.svg +9 -1
  303. package/src/assets/icons/detailed/unlock.svg +13 -1
  304. package/src/assets/icons/detailed/upload.svg +10 -1
  305. package/src/assets/icons/detailed/user-add.svg +16 -1
  306. package/src/assets/icons/detailed/user-badge.svg +11 -1
  307. package/src/assets/icons/detailed/user.svg +8 -1
  308. package/src/assets/icons/detailed/video-off.svg +17 -1
  309. package/src/assets/icons/detailed/video-on.svg +16 -1
  310. package/src/assets/icons/detailed/video-rec.svg +19 -1
  311. package/src/assets/icons/detailed/view-card.svg +12 -1
  312. package/src/assets/icons/detailed/view-list.svg +20 -1
  313. package/src/assets/icons/detailed/view.svg +7 -1
  314. package/src/assets/icons/detailed/voice-off.svg +14 -1
  315. package/src/assets/icons/detailed/voice-on.svg +16 -1
  316. package/src/assets/icons/detailed/volume-down.svg +14 -1
  317. package/src/assets/icons/detailed/volume-off.svg +19 -1
  318. package/src/assets/icons/detailed/volume-up.svg +16 -1
  319. package/src/assets/icons/detailed/warning.svg +16 -1
  320. package/src/assets/icons/detailed/webinar.svg +57 -1
  321. package/src/assets/icons/detailed/whiteboard.svg +16 -1
  322. package/src/assets/icons/detailed/wine.svg +22 -1
  323. package/src/assets/icons/detailed/zip.svg +17 -1
  324. package/src/assets/icons/detailed/zoom-in.svg +18 -1
  325. package/src/assets/icons/detailed/zoom-out.svg +16 -1
  326. package/src/assets/icons/detailed.json +1 -1
  327. package/src/assets/icons/normal/add-circle.svg +12 -1
  328. package/src/assets/icons/normal/add.svg +4 -1
  329. package/src/assets/icons/normal/align-center.svg +11 -1
  330. package/src/assets/icons/normal/align-justify.svg +11 -1
  331. package/src/assets/icons/normal/align-left.svg +11 -1
  332. package/src/assets/icons/normal/align-right.svg +11 -1
  333. package/src/assets/icons/normal/analysis-2.svg +18 -1
  334. package/src/assets/icons/normal/analysis-3.svg +8 -1
  335. package/src/assets/icons/normal/analysis.svg +14 -1
  336. package/src/assets/icons/normal/apple.svg +16 -1
  337. package/src/assets/icons/normal/arrow-down.svg +8 -1
  338. package/src/assets/icons/normal/arrow-left.svg +8 -1
  339. package/src/assets/icons/normal/arrow-right.svg +8 -1
  340. package/src/assets/icons/normal/arrow-up.svg +8 -1
  341. package/src/assets/icons/normal/attachment.svg +6 -1
  342. package/src/assets/icons/normal/back-to-front.svg +15 -1
  343. package/src/assets/icons/normal/bell-active.svg +14 -1
  344. package/src/assets/icons/normal/bell.svg +14 -1
  345. package/src/assets/icons/normal/bold.svg +8 -1
  346. package/src/assets/icons/normal/bookmark active.svg +12 -1
  347. package/src/assets/icons/normal/bookmark.svg +10 -1
  348. package/src/assets/icons/normal/building.svg +21 -1
  349. package/src/assets/icons/normal/bulleted-list.svg +23 -1
  350. package/src/assets/icons/normal/calendar.svg +20 -1
  351. package/src/assets/icons/normal/camera-off.svg +17 -1
  352. package/src/assets/icons/normal/camera-on.svg +16 -1
  353. package/src/assets/icons/normal/catalog.svg +13 -1
  354. package/src/assets/icons/normal/certificate.svg +12 -1
  355. package/src/assets/icons/normal/chat.svg +6 -1
  356. package/src/assets/icons/normal/check-badge.svg +9 -1
  357. package/src/assets/icons/normal/check-circle.svg +10 -1
  358. package/src/assets/icons/normal/check.svg +4 -1
  359. package/src/assets/icons/normal/checkbox.svg +8 -1
  360. package/src/assets/icons/normal/chevron-down-circle.svg +10 -1
  361. package/src/assets/icons/normal/chevron-down.svg +6 -1
  362. package/src/assets/icons/normal/chevron-left-circle.svg +10 -1
  363. package/src/assets/icons/normal/chevron-left.svg +6 -1
  364. package/src/assets/icons/normal/chevron-right-circle.svg +10 -1
  365. package/src/assets/icons/normal/chevron-right.svg +7 -1
  366. package/src/assets/icons/normal/chevron-up-circle.svg +10 -1
  367. package/src/assets/icons/normal/chevron-up.svg +6 -1
  368. package/src/assets/icons/normal/circle.svg +8 -0
  369. package/src/assets/icons/normal/classroom.svg +36 -1
  370. package/src/assets/icons/normal/clear-field.svg +14 -1
  371. package/src/assets/icons/normal/clear-style.svg +18 -1
  372. package/src/assets/icons/normal/close-circle.svg +14 -1
  373. package/src/assets/icons/normal/close-loader.svg +6 -1
  374. package/src/assets/icons/normal/close.svg +8 -1
  375. package/src/assets/icons/normal/coffee.svg +26 -1
  376. package/src/assets/icons/normal/color.svg +18 -1
  377. package/src/assets/icons/normal/contact-us.svg +29 -1
  378. package/src/assets/icons/normal/copy.svg +10 -1
  379. package/src/assets/icons/normal/courses.svg +22 -1
  380. package/src/assets/icons/normal/dashboard.svg +18 -1
  381. package/src/assets/icons/normal/download.svg +10 -1
  382. package/src/assets/icons/normal/drag.svg +5 -1
  383. package/src/assets/icons/normal/dulicate.svg +22 -1
  384. package/src/assets/icons/normal/edit.svg +16 -1
  385. package/src/assets/icons/normal/elearning.svg +16 -1
  386. package/src/assets/icons/normal/email.svg +11 -1
  387. package/src/assets/icons/normal/error-2.svg +8 -1
  388. package/src/assets/icons/normal/error.svg +12 -1
  389. package/src/assets/icons/normal/exercise.svg +26 -1
  390. package/src/assets/icons/normal/external-link.svg +11 -1
  391. package/src/assets/icons/normal/extract.svg +14 -1
  392. package/src/assets/icons/normal/eye-off.svg +14 -1
  393. package/src/assets/icons/normal/eye-on.svg +16 -1
  394. package/src/assets/icons/normal/fail.svg +11 -1
  395. package/src/assets/icons/normal/fast-back.svg +19 -1
  396. package/src/assets/icons/normal/fast-forward.svg +17 -1
  397. package/src/assets/icons/normal/file-add.svg +16 -1
  398. package/src/assets/icons/normal/file-duplicate.svg +22 -1
  399. package/src/assets/icons/normal/file-remove.svg +14 -1
  400. package/src/assets/icons/normal/file-required.svg +24 -1
  401. package/src/assets/icons/normal/file.svg +13 -1
  402. package/src/assets/icons/normal/filter-2.svg +20 -1
  403. package/src/assets/icons/normal/filter-active.svg +12 -1
  404. package/src/assets/icons/normal/filter.svg +12 -1
  405. package/src/assets/icons/normal/flag.svg +10 -1
  406. package/src/assets/icons/normal/folder.svg +12 -1
  407. package/src/assets/icons/normal/full-width.svg +9 -1
  408. package/src/assets/icons/normal/go-to-back.svg +19 -1
  409. package/src/assets/icons/normal/grid.svg +20 -1
  410. package/src/assets/icons/normal/group-add.svg +18 -1
  411. package/src/assets/icons/normal/group.svg +14 -1
  412. package/src/assets/icons/normal/heart-active.svg +10 -1
  413. package/src/assets/icons/normal/heart.svg +10 -1
  414. package/src/assets/icons/normal/highlighter.svg +11 -1
  415. package/src/assets/icons/normal/home.svg +12 -1
  416. package/src/assets/icons/normal/hourglass.svg +8 -1
  417. package/src/assets/icons/normal/image.svg +15 -1
  418. package/src/assets/icons/normal/info-badge.svg +9 -1
  419. package/src/assets/icons/normal/information.svg +12 -1
  420. package/src/assets/icons/normal/italic.svg +10 -1
  421. package/src/assets/icons/normal/key.svg +8 -1
  422. package/src/assets/icons/normal/language.svg +14 -1
  423. package/src/assets/icons/normal/learning-path.svg +7 -1
  424. package/src/assets/icons/normal/light-off.svg +10 -1
  425. package/src/assets/icons/normal/light-on.svg +17 -1
  426. package/src/assets/icons/normal/link.svg +12 -1
  427. package/src/assets/icons/normal/lock.svg +12 -1
  428. package/src/assets/icons/normal/login.svg +10 -1
  429. package/src/assets/icons/normal/logout.svg +10 -1
  430. package/src/assets/icons/normal/maximize.svg +10 -1
  431. package/src/assets/icons/normal/menu.svg +8 -1
  432. package/src/assets/icons/normal/merge.svg +20 -1
  433. package/src/assets/icons/normal/minimize.svg +12 -1
  434. package/src/assets/icons/normal/mixed-class.svg +36 -1
  435. package/src/assets/icons/normal/more-horizontal.svg +7 -1
  436. package/src/assets/icons/normal/more-vertical.svg +7 -1
  437. package/src/assets/icons/normal/news.svg +9 -1
  438. package/src/assets/icons/normal/no-prerequisites.svg +12 -1
  439. package/src/assets/icons/normal/notes.svg +15 -1
  440. package/src/assets/icons/normal/number-code.svg +34 -1
  441. package/src/assets/icons/normal/numbered-list.svg +19 -1
  442. package/src/assets/icons/normal/on-site.svg +18 -1
  443. package/src/assets/icons/normal/order-down.svg +12 -1
  444. package/src/assets/icons/normal/order-up.svg +11 -1
  445. package/src/assets/icons/normal/paste.svg +14 -1
  446. package/src/assets/icons/normal/pausa.svg +7 -1
  447. package/src/assets/icons/normal/pdf.svg +12 -1
  448. package/src/assets/icons/normal/phone.svg +10 -1
  449. package/src/assets/icons/normal/pin-map.svg +10 -1
  450. package/src/assets/icons/normal/pin.svg +12 -1
  451. package/src/assets/icons/normal/pizza.svg +17 -1
  452. package/src/assets/icons/normal/play.svg +9 -1
  453. package/src/assets/icons/normal/plug-in.svg +10 -1
  454. package/src/assets/icons/normal/pointer.svg +12 -1
  455. package/src/assets/icons/normal/printer.svg +28 -1
  456. package/src/assets/icons/normal/profile-add.svg +28 -1
  457. package/src/assets/icons/normal/profile.svg +15 -1
  458. package/src/assets/icons/normal/push pin on.svg +9 -1
  459. package/src/assets/icons/normal/push-pin-off.svg +23 -1
  460. package/src/assets/icons/normal/qrcode.svg +26 -1
  461. package/src/assets/icons/normal/question-badge.svg +10 -1
  462. package/src/assets/icons/normal/radio.svg +8 -1
  463. package/src/assets/icons/normal/redo.svg +9 -1
  464. package/src/assets/icons/normal/relations.svg +28 -1
  465. package/src/assets/icons/normal/reload.svg +12 -1
  466. package/src/assets/icons/normal/remove-circle.svg +10 -1
  467. package/src/assets/icons/normal/remove.svg +4 -1
  468. package/src/assets/icons/normal/reorder.svg +12 -1
  469. package/src/assets/icons/normal/repeat.svg +12 -1
  470. package/src/assets/icons/normal/repository.svg +18 -1
  471. package/src/assets/icons/normal/request-form.svg +18 -1
  472. package/src/assets/icons/normal/resize-100%.svg +17 -1
  473. package/src/assets/icons/normal/resize-height.svg +12 -1
  474. package/src/assets/icons/normal/resize-width.svg +12 -1
  475. package/src/assets/icons/normal/search.svg +10 -1
  476. package/src/assets/icons/normal/sequential-prerequisites.svg +20 -1
  477. package/src/assets/icons/normal/settings.svg +14 -1
  478. package/src/assets/icons/normal/share.svg +20 -1
  479. package/src/assets/icons/normal/sketch.svg +11 -1
  480. package/src/assets/icons/normal/skills.svg +16 -1
  481. package/src/assets/icons/normal/skip-back.svg +12 -1
  482. package/src/assets/icons/normal/skip-forward.svg +13 -1
  483. package/src/assets/icons/normal/sms.svg +20 -1
  484. package/src/assets/icons/normal/sso-access.svg +20 -1
  485. package/src/assets/icons/normal/star-active.svg +4 -1
  486. package/src/assets/icons/normal/star.svg +4 -1
  487. package/src/assets/icons/normal/success.svg +10 -1
  488. package/src/assets/icons/normal/sun.svg +24 -1
  489. package/src/assets/icons/normal/sunrise.svg +18 -1
  490. package/src/assets/icons/normal/support.svg +18 -1
  491. package/src/assets/icons/normal/survey.svg +24 -1
  492. package/src/assets/icons/normal/table.svg +11 -1
  493. package/src/assets/icons/normal/tematic-channels.svg +10 -1
  494. package/src/assets/icons/normal/test.svg +15 -1
  495. package/src/assets/icons/normal/text-body.svg +8 -1
  496. package/src/assets/icons/normal/text-edit.svg +11 -1
  497. package/src/assets/icons/normal/text-style.svg +10 -1
  498. package/src/assets/icons/normal/time.svg +10 -1
  499. package/src/assets/icons/normal/toilet-paper.svg +15 -1
  500. package/src/assets/icons/normal/training-points.svg +16 -1
  501. package/src/assets/icons/normal/trash.svg +19 -1
  502. package/src/assets/icons/normal/underline.svg +8 -1
  503. package/src/assets/icons/normal/undo.svg +9 -1
  504. package/src/assets/icons/normal/unlock.svg +13 -1
  505. package/src/assets/icons/normal/upload.svg +10 -1
  506. package/src/assets/icons/normal/user-add.svg +14 -1
  507. package/src/assets/icons/normal/user-badge.svg +11 -1
  508. package/src/assets/icons/normal/user.svg +5 -1
  509. package/src/assets/icons/normal/video-off.svg +11 -1
  510. package/src/assets/icons/normal/video-on.svg +20 -1
  511. package/src/assets/icons/normal/video-rec.svg +23 -1
  512. package/src/assets/icons/normal/view-card.svg +10 -1
  513. package/src/assets/icons/normal/view-list.svg +18 -1
  514. package/src/assets/icons/normal/view.svg +8 -1
  515. package/src/assets/icons/normal/voice-off.svg +18 -1
  516. package/src/assets/icons/normal/voice-on.svg +15 -1
  517. package/src/assets/icons/normal/volume-down.svg +14 -1
  518. package/src/assets/icons/normal/volume-off.svg +18 -1
  519. package/src/assets/icons/normal/volume-up.svg +16 -1
  520. package/src/assets/icons/normal/warning.svg +16 -1
  521. package/src/assets/icons/normal/webinar.svg +36 -1
  522. package/src/assets/icons/normal/whiteboard.svg +17 -1
  523. package/src/assets/icons/normal/wine.svg +22 -1
  524. package/src/assets/icons/normal/zip.svg +19 -1
  525. package/src/assets/icons/normal/zoom-in.svg +16 -1
  526. package/src/assets/icons/normal/zoom-out.svg +14 -1
  527. package/src/assets/icons/normal.json +1 -1
  528. package/src/assets/icons/simple/add-circle.svg +12 -1
  529. package/src/assets/icons/simple/add.svg +8 -1
  530. package/src/assets/icons/simple/align-center.svg +12 -1
  531. package/src/assets/icons/simple/align-justify.svg +12 -1
  532. package/src/assets/icons/simple/align-left.svg +12 -1
  533. package/src/assets/icons/simple/align-right.svg +12 -1
  534. package/src/assets/icons/simple/analysis-2.svg +21 -1
  535. package/src/assets/icons/simple/analysis-3.svg +8 -1
  536. package/src/assets/icons/simple/analysis.svg +16 -1
  537. package/src/assets/icons/simple/apple.svg +18 -1
  538. package/src/assets/icons/simple/arrow-down.svg +8 -1
  539. package/src/assets/icons/simple/arrow-left.svg +8 -1
  540. package/src/assets/icons/simple/arrow-right.svg +8 -1
  541. package/src/assets/icons/simple/arrow-up.svg +8 -1
  542. package/src/assets/icons/simple/attachment.svg +10 -1
  543. package/src/assets/icons/simple/bck-to-front.svg +19 -1
  544. package/src/assets/icons/simple/bell-active.svg +14 -1
  545. package/src/assets/icons/simple/bell.svg +14 -1
  546. package/src/assets/icons/simple/bold.svg +8 -1
  547. package/src/assets/icons/simple/bookmark-active.svg +12 -1
  548. package/src/assets/icons/simple/bookmark.svg +12 -1
  549. package/src/assets/icons/simple/building.svg +25 -1
  550. package/src/assets/icons/simple/bulleted-list.svg +22 -1
  551. package/src/assets/icons/simple/calendar.svg +22 -1
  552. package/src/assets/icons/simple/camera-off.svg +12 -1
  553. package/src/assets/icons/simple/camera-on.svg +16 -1
  554. package/src/assets/icons/simple/catalog.svg +14 -1
  555. package/src/assets/icons/simple/certificate.svg +15 -1
  556. package/src/assets/icons/simple/chat.svg +9 -1
  557. package/src/assets/icons/simple/check-badge.svg +9 -1
  558. package/src/assets/icons/simple/check-circle.svg +10 -1
  559. package/src/assets/icons/simple/check.svg +6 -1
  560. package/src/assets/icons/simple/checkbox.svg +6 -1
  561. package/src/assets/icons/simple/chevron-down-circle.svg +10 -1
  562. package/src/assets/icons/simple/chevron-down.svg +6 -1
  563. package/src/assets/icons/simple/chevron-left-circle.svg +10 -1
  564. package/src/assets/icons/simple/chevron-left.svg +6 -1
  565. package/src/assets/icons/simple/chevron-right-circle.svg +10 -1
  566. package/src/assets/icons/simple/chevron-right.svg +7 -1
  567. package/src/assets/icons/simple/chevron-up-circle.svg +10 -1
  568. package/src/assets/icons/simple/chevron-up.svg +6 -1
  569. package/src/assets/icons/simple/circle.svg +8 -0
  570. package/src/assets/icons/simple/classroom.svg +38 -1
  571. package/src/assets/icons/simple/clear-field.svg +11 -1
  572. package/src/assets/icons/simple/clear-style.svg +15 -1
  573. package/src/assets/icons/simple/close-circle.svg +14 -1
  574. package/src/assets/icons/simple/close-loader.svg +6 -1
  575. package/src/assets/icons/simple/close.svg +10 -1
  576. package/src/assets/icons/simple/coffee.svg +28 -1
  577. package/src/assets/icons/simple/color.svg +20 -1
  578. package/src/assets/icons/simple/contact-us.svg +26 -1
  579. package/src/assets/icons/simple/copy.svg +10 -1
  580. package/src/assets/icons/simple/courses.svg +21 -1
  581. package/src/assets/icons/simple/dashboard.svg +20 -1
  582. package/src/assets/icons/simple/download.svg +10 -1
  583. package/src/assets/icons/simple/drag.svg +10 -1
  584. package/src/assets/icons/simple/duplicate.svg +24 -1
  585. package/src/assets/icons/simple/edit.svg +17 -1
  586. package/src/assets/icons/simple/elearning.svg +17 -1
  587. package/src/assets/icons/simple/email.svg +11 -1
  588. package/src/assets/icons/simple/error-2.svg +8 -1
  589. package/src/assets/icons/simple/error.svg +12 -1
  590. package/src/assets/icons/simple/exercise.svg +30 -1
  591. package/src/assets/icons/simple/external-link.svg +13 -1
  592. package/src/assets/icons/simple/extract.svg +17 -1
  593. package/src/assets/icons/simple/eye-off.svg +13 -1
  594. package/src/assets/icons/simple/eye-on.svg +11 -1
  595. package/src/assets/icons/simple/fail.svg +11 -1
  596. package/src/assets/icons/simple/fast-back.svg +20 -1
  597. package/src/assets/icons/simple/fast-forward.svg +19 -1
  598. package/src/assets/icons/simple/file-add.svg +20 -1
  599. package/src/assets/icons/simple/file-duplicate.svg +22 -1
  600. package/src/assets/icons/simple/file-remove.svg +18 -1
  601. package/src/assets/icons/simple/file-required.svg +24 -1
  602. package/src/assets/icons/simple/file.svg +14 -1
  603. package/src/assets/icons/simple/filter-2.svg +24 -1
  604. package/src/assets/icons/simple/filter-active.svg +13 -1
  605. package/src/assets/icons/simple/filter.svg +12 -1
  606. package/src/assets/icons/simple/flag.svg +12 -1
  607. package/src/assets/icons/simple/folder.svg +14 -1
  608. package/src/assets/icons/simple/full-width.svg +11 -1
  609. package/src/assets/icons/simple/go-to-back.svg +18 -1
  610. package/src/assets/icons/simple/grid.svg +20 -1
  611. package/src/assets/icons/simple/group-add.svg +24 -1
  612. package/src/assets/icons/simple/group.svg +18 -1
  613. package/src/assets/icons/simple/heart-active.svg +12 -1
  614. package/src/assets/icons/simple/heart.svg +12 -1
  615. package/src/assets/icons/simple/highlighter.svg +12 -1
  616. package/src/assets/icons/simple/home.svg +13 -1
  617. package/src/assets/icons/simple/hourglass.svg +11 -1
  618. package/src/assets/icons/simple/image.svg +15 -1
  619. package/src/assets/icons/simple/info-badge.svg +9 -1
  620. package/src/assets/icons/simple/information.svg +12 -1
  621. package/src/assets/icons/simple/italic.svg +12 -1
  622. package/src/assets/icons/simple/key.svg +11 -1
  623. package/src/assets/icons/simple/language.svg +12 -1
  624. package/src/assets/icons/simple/learning-path.svg +9 -1
  625. package/src/assets/icons/simple/light-off.svg +7 -1
  626. package/src/assets/icons/simple/light-on.svg +18 -1
  627. package/src/assets/icons/simple/link.svg +14 -1
  628. package/src/assets/icons/simple/lock.svg +13 -1
  629. package/src/assets/icons/simple/login.svg +11 -1
  630. package/src/assets/icons/simple/logout.svg +11 -1
  631. package/src/assets/icons/simple/maximaze.svg +12 -1
  632. package/src/assets/icons/simple/menu.svg +10 -1
  633. package/src/assets/icons/simple/merge.svg +20 -1
  634. package/src/assets/icons/simple/minimaze.svg +12 -1
  635. package/src/assets/icons/simple/mixed-class.svg +40 -1
  636. package/src/assets/icons/simple/more-horizontal.svg +8 -1
  637. package/src/assets/icons/simple/more-vertical.svg +8 -1
  638. package/src/assets/icons/simple/news.svg +12 -1
  639. package/src/assets/icons/simple/no-prerequisites.svg +17 -1
  640. package/src/assets/icons/simple/notes.svg +14 -1
  641. package/src/assets/icons/simple/number-code.svg +29 -1
  642. package/src/assets/icons/simple/numbered-list.svg +18 -1
  643. package/src/assets/icons/simple/on-site.svg +18 -1
  644. package/src/assets/icons/simple/order-down.svg +12 -1
  645. package/src/assets/icons/simple/order-up.svg +12 -1
  646. package/src/assets/icons/simple/paste.svg +14 -1
  647. package/src/assets/icons/simple/pausa.svg +8 -1
  648. package/src/assets/icons/simple/pdf.svg +12 -1
  649. package/src/assets/icons/simple/phone.svg +10 -1
  650. package/src/assets/icons/simple/pin-map.svg +13 -1
  651. package/src/assets/icons/simple/pin.svg +14 -1
  652. package/src/assets/icons/simple/pizza.svg +17 -1
  653. package/src/assets/icons/simple/play.svg +10 -1
  654. package/src/assets/icons/simple/plug-in.svg +10 -1
  655. package/src/assets/icons/simple/pointer.svg +6 -1
  656. package/src/assets/icons/simple/printer.svg +28 -1
  657. package/src/assets/icons/simple/profile-add.svg +28 -1
  658. package/src/assets/icons/simple/profile.svg +13 -1
  659. package/src/assets/icons/simple/push-pin-off.svg +11 -1
  660. package/src/assets/icons/simple/push-pin-on.svg +12 -1
  661. package/src/assets/icons/simple/qrcode.svg +26 -1
  662. package/src/assets/icons/simple/question-badge.svg +10 -1
  663. package/src/assets/icons/simple/radio.svg +8 -1
  664. package/src/assets/icons/simple/redo.svg +9 -1
  665. package/src/assets/icons/simple/relations.svg +28 -1
  666. package/src/assets/icons/simple/reload.svg +12 -1
  667. package/src/assets/icons/simple/remove-circle.svg +10 -1
  668. package/src/assets/icons/simple/remove.svg +6 -1
  669. package/src/assets/icons/simple/repeart.svg +14 -1
  670. package/src/assets/icons/simple/repository.svg +18 -1
  671. package/src/assets/icons/simple/request-form.svg +20 -1
  672. package/src/assets/icons/simple/resize-100%.svg +15 -1
  673. package/src/assets/icons/simple/resize-height.svg +12 -1
  674. package/src/assets/icons/simple/resize-width.svg +14 -1
  675. package/src/assets/icons/simple/search.svg +10 -1
  676. package/src/assets/icons/simple/sequential-prerequisites.svg +22 -1
  677. package/src/assets/icons/simple/settings.svg +17 -1
  678. package/src/assets/icons/simple/share.svg +21 -1
  679. package/src/assets/icons/simple/sketch.svg +13 -1
  680. package/src/assets/icons/simple/skills.svg +17 -1
  681. package/src/assets/icons/simple/skip-back.svg +14 -1
  682. package/src/assets/icons/simple/skip-forward.svg +14 -1
  683. package/src/assets/icons/simple/sms.svg +22 -1
  684. package/src/assets/icons/simple/sso-access.svg +20 -1
  685. package/src/assets/icons/simple/star-active.svg +6 -1
  686. package/src/assets/icons/simple/star.svg +6 -1
  687. package/src/assets/icons/simple/success.svg +12 -1
  688. package/src/assets/icons/simple/sun.svg +22 -1
  689. package/src/assets/icons/simple/sunrise.svg +18 -1
  690. package/src/assets/icons/simple/support.svg +18 -1
  691. package/src/assets/icons/simple/survey.svg +32 -1
  692. package/src/assets/icons/simple/table.svg +11 -1
  693. package/src/assets/icons/simple/tematic-channels.svg +15 -1
  694. package/src/assets/icons/simple/test.svg +23 -1
  695. package/src/assets/icons/simple/text-body.svg +7 -1
  696. package/src/assets/icons/simple/text-edit.svg +11 -1
  697. package/src/assets/icons/simple/text-style.svg +10 -1
  698. package/src/assets/icons/simple/time.svg +10 -1
  699. package/src/assets/icons/simple/toilet-paper.svg +17 -1
  700. package/src/assets/icons/simple/training-points.svg +18 -1
  701. package/src/assets/icons/simple/trash.svg +20 -1
  702. package/src/assets/icons/simple/underline.svg +9 -1
  703. package/src/assets/icons/simple/undo.svg +9 -1
  704. package/src/assets/icons/simple/unlock.svg +15 -1
  705. package/src/assets/icons/simple/upload.svg +10 -1
  706. package/src/assets/icons/simple/user-add.svg +18 -1
  707. package/src/assets/icons/simple/user-badge.svg +12 -1
  708. package/src/assets/icons/simple/user.svg +8 -1
  709. package/src/assets/icons/simple/video-off.svg +17 -1
  710. package/src/assets/icons/simple/video-on.svg +17 -1
  711. package/src/assets/icons/simple/video-rec.svg +20 -1
  712. package/src/assets/icons/simple/view-card.svg +12 -1
  713. package/src/assets/icons/simple/view-list.svg +20 -1
  714. package/src/assets/icons/simple/view.svg +17 -1
  715. package/src/assets/icons/simple/voice-off.svg +16 -1
  716. package/src/assets/icons/simple/voice-on.svg +16 -1
  717. package/src/assets/icons/simple/volume-down.svg +15 -1
  718. package/src/assets/icons/simple/volume-off.svg +16 -1
  719. package/src/assets/icons/simple/volume-up.svg +16 -1
  720. package/src/assets/icons/simple/warning.svg +14 -1
  721. package/src/assets/icons/simple/webinar.svg +19 -1
  722. package/src/assets/icons/simple/whiteboard.svg +16 -1
  723. package/src/assets/icons/simple/wine.svg +24 -1
  724. package/src/assets/icons/simple/zip.svg +22 -1
  725. package/src/assets/icons/simple/zoom-in.svg +18 -1
  726. package/src/assets/icons/simple/zoom-out.svg +17 -1
  727. package/src/assets/icons/simple.json +1 -1
  728. package/src/components/VvAccordion/VvAccordion.vue +16 -9
  729. package/src/components/VvAccordion/index.ts +5 -3
  730. package/src/components/VvAccordionGroup/VvAccordionGroup.vue +16 -11
  731. package/src/components/VvAction/VvAction.vue +144 -0
  732. package/src/components/VvAction/index.ts +5 -0
  733. package/src/components/VvBadge/VvBadge.vue +3 -3
  734. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +5 -5
  735. package/src/components/VvButton/VvButton.vue +53 -100
  736. package/src/components/VvButton/index.ts +21 -94
  737. package/src/components/VvButtonGroup/VvButtonGroup.vue +7 -10
  738. package/src/components/VvCard/VvCard.vue +6 -3
  739. package/src/components/VvCheckbox/VvCheckbox.vue +17 -12
  740. package/src/components/VvCheckbox/index.ts +7 -5
  741. package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +21 -19
  742. package/src/components/VvCombobox/VvCombobox.vue +330 -101
  743. package/src/components/VvCombobox/index.ts +63 -7
  744. package/src/components/VvDialog/VvDialog.vue +14 -6
  745. package/src/components/VvDialog/index.ts +18 -1
  746. package/src/components/VvDropdown/VvDropdown.vue +344 -95
  747. package/src/components/VvDropdown/VvDropdownAction.vue +44 -0
  748. package/src/components/VvDropdown/VvDropdownItem.vue +32 -0
  749. package/src/components/VvDropdown/VvDropdownOption.vue +65 -0
  750. package/src/components/VvDropdown/index.ts +20 -23
  751. package/src/components/VvIcon/VvIcon.vue +16 -16
  752. package/src/components/VvInputText/VvInputText.vue +45 -34
  753. package/src/components/VvProgress/VvProgress.vue +7 -5
  754. package/src/components/VvRadio/VvRadio.vue +16 -14
  755. package/src/components/VvRadio/index.ts +6 -3
  756. package/src/components/VvRadioGroup/VvRadioGroup.vue +20 -16
  757. package/src/components/VvSelect/VvSelect.vue +69 -56
  758. package/src/components/VvSelect/index.ts +4 -6
  759. package/src/components/VvTextarea/VvTextarea.vue +46 -33
  760. package/src/components/VvTooltip/VvTooltip.vue +16 -10
  761. package/src/components/VvTooltip/index.ts +8 -11
  762. package/src/components/common/HintSlot.ts +5 -4
  763. package/src/composables/dropdown/useInjectDropdown.ts +51 -0
  764. package/src/composables/dropdown/useProvideDropdown.ts +95 -0
  765. package/src/composables/group/useInjectedGroupState.ts +7 -7
  766. package/src/composables/group/useProvideGroupState.ts +3 -3
  767. package/src/composables/useComponentIcon.ts +41 -0
  768. package/src/composables/useModifiers.ts +28 -91
  769. package/src/composables/useOptions.ts +11 -3
  770. package/src/composables/useUniqueId.ts +5 -0
  771. package/src/composables/useVolver.ts +6 -0
  772. package/src/constants.ts +74 -5
  773. package/src/directives/index.ts +5 -0
  774. package/src/directives/v-tooltip.ts +15 -0
  775. package/src/index.ts +1 -1
  776. package/src/props/index.ts +222 -26
  777. package/src/resolvers/unplugin.ts +83 -47
  778. package/src/shims.d.ts +1 -1
  779. package/src/stories/Accordion/Accordion.stories.mdx +9 -7
  780. package/src/stories/Accordion/Accordion.test.ts +1 -1
  781. package/src/stories/Accordion/AccordionSlots.stories.mdx +2 -2
  782. package/src/stories/AccordionGroup/AccordionGroup.stories.mdx +6 -4
  783. package/src/stories/AccordionGroup/AccordionGroupSlots.stories.mdx +12 -9
  784. package/src/stories/Badge/Badge.stories.mdx +4 -3
  785. package/src/stories/Breadcrumb/Breadcrumb.stories.mdx +6 -4
  786. package/src/stories/Breadcrumb/Breadcrumb.test.ts +14 -12
  787. package/src/stories/Breadcrumb/BreadcrumbSlots.stories.mdx +8 -8
  788. package/src/stories/Button/Button.stories.mdx +10 -8
  789. package/src/stories/Button/Button.test.ts +9 -7
  790. package/src/stories/Button/ButtonModifiers.stories.mdx +4 -4
  791. package/src/stories/Button/ButtonSlots.stories.mdx +20 -15
  792. package/src/stories/Button/ButtonState.stories.mdx +2 -11
  793. package/src/stories/ButtonGroup/ButtonGroup.stories.mdx +2 -2
  794. package/src/stories/ButtonGroup/ButtonGroupSlots.stories.mdx +2 -2
  795. package/src/stories/Card/Card.stories.mdx +4 -3
  796. package/src/stories/Card/Card.test.ts +1 -1
  797. package/src/stories/Card/CardSlots.stories.mdx +2 -2
  798. package/src/stories/Checkbox/Checkbox.stories.mdx +9 -8
  799. package/src/stories/CheckboxGroup/CheckboxGroup.stories.mdx +9 -8
  800. package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.mdx +11 -10
  801. package/src/stories/Combobox/Combobox.settings.ts +155 -4
  802. package/src/stories/Combobox/Combobox.stories.mdx +125 -5
  803. package/src/stories/Combobox/Combobox.test.ts +2 -2
  804. package/src/stories/Combobox/ComboboxIconPosition.stories.mdx +78 -0
  805. package/src/stories/Combobox/ComboboxMultiple.stories.mdx +1 -2
  806. package/src/stories/Combobox/ComboboxSlots.stories.mdx +107 -2
  807. package/src/stories/Dialog/Dialog.stories.mdx +4 -3
  808. package/src/stories/Dialog/Dialog.test.ts +4 -4
  809. package/src/stories/Dropdown/Dropdown.settings.ts +55 -36
  810. package/src/stories/Dropdown/Dropdown.stories.mdx +60 -59
  811. package/src/stories/Dropdown/Dropdown.test.ts +10 -32
  812. package/src/stories/Dropdown/DropdownMultilevel.stories.mdx +56 -0
  813. package/src/stories/Dropdown/DropdownSlots.stories.mdx +114 -0
  814. package/src/stories/Icon/Icon.stories.mdx +3 -2
  815. package/src/stories/Icon/IconsCollection.stories.mdx +4 -3
  816. package/src/stories/InputText/InputText.settings.ts +2 -1
  817. package/src/stories/InputText/InputText.stories.mdx +9 -5
  818. package/src/stories/InputText/InputTextIconPosition.stories.mdx +2 -2
  819. package/src/stories/InputText/InputTextSlots.stories.mdx +2 -2
  820. package/src/stories/Progress/Progress.stories.mdx +5 -2
  821. package/src/stories/Progress/Progress.test.ts +1 -1
  822. package/src/stories/Radio/Radio.stories.mdx +3 -2
  823. package/src/stories/RadioGroup/RadioGroup.stories.mdx +9 -8
  824. package/src/stories/RadioGroup/RadioGroupSlots.stories.mdx +11 -10
  825. package/src/stories/Select/Select.settings.ts +2 -2
  826. package/src/stories/Select/Select.stories.mdx +5 -4
  827. package/src/stories/Select/SelectIconPosition.stories.mdx +78 -0
  828. package/src/stories/Select/SelectSlots.stories.mdx +2 -2
  829. package/src/stories/Textarea/Textarea.settings.ts +2 -1
  830. package/src/stories/Textarea/Textarea.stories.mdx +6 -5
  831. package/src/stories/Textarea/TextareaSlots.stories.mdx +2 -2
  832. package/src/stories/Textarea/TextareatIconPosition.stories.mdx +2 -2
  833. package/src/stories/Tooltip/Tooltip.settings.ts +13 -13
  834. package/src/stories/Tooltip/Tooltip.stories.mdx +26 -22
  835. package/src/stories/Tooltip/Tooltip.test.ts +22 -13
  836. package/src/stories/Tooltip/TooltipDirective.stories.mdx +99 -0
  837. package/src/stories/argTypes.ts +153 -4
  838. package/src/types/floating-ui.d.ts +7 -0
  839. package/src/types/generic.d.ts +0 -1
  840. package/src/types/group.d.ts +37 -0
  841. package/src/utils/ObjectUtilities.ts +4 -1
  842. package/dist/composables/group/types/IAccordionGroupState.d.ts +0 -9
  843. package/dist/composables/group/types/IButtonGroupState.d.ts +0 -13
  844. package/dist/composables/group/types/IGroupState.d.ts +0 -8
  845. package/dist/composables/group/types/IInputGroup.d.ts +0 -8
  846. package/dist/composables/useComponentIcons.d.ts +0 -27
  847. package/src/composables/group/types/IAccordionGroupState.ts +0 -10
  848. package/src/composables/group/types/IButtonGroupState.ts +0 -14
  849. package/src/composables/group/types/IGroupState.ts +0 -10
  850. package/src/composables/group/types/IInputGroup.ts +0 -9
  851. package/src/composables/useComponentIcons.ts +0 -96
  852. package/src/directives/.gitkeep +0 -0
  853. package/src/stories/Dropdown/DropdownOptions.stories.mdx +0 -96
@@ -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(2.669 5.328)"><g transform="translate(0.331 -0.328)" fill="none"><path d="M1,21a2,2,0,0,1-2-2V2.407A2.53,2.53,0,0,1,1.287.006l8,0,1.113,0L12.7,3H25a2,2,0,0,1,2,2V19a2,2,0,0,1-2,2Z" stroke="none"/><path d="M 25.00020027160645 18.99970054626465 L 25 18.99900054931641 L 25.00020027160645 4.999700546264648 L 11.70983982086182 4.999700546264648 L 9.409381866455078 2.002314805984497 L 9.282688140869141 2.001802682876587 L 1.337342143058777 2.006272792816162 C 1.205820202827454 2.058528900146484 1.014733791351318 2.28501296043396 1.000099539756775 2.410799026489258 L 0.9998995661735535 18.99970054626465 L 25.00020027160645 18.99970054626465 M 25.00020027160645 20.99970054626465 L 0.9998995661735535 20.99970054626465 C -0.1044004112482071 20.99970054626465 -0.9999004006385803 20.10420036315918 -0.9999004006385803 18.99900054931641 L -0.9999004006385803 4.999500751495361 C -0.9999004006385803 4.199270725250244 -0.9999004006385803 3.10088062286377 -0.9999004006385803 2.406600475311279 C -0.9999004006385803 1.206900596618652 0.1448995918035507 0.01350054144859314 1.286999583244324 0.006300541572272778 L 9.285299301147461 0.001800541649572551 L 10.39859962463379 0.006300541572272778 L 12.69599914550781 2.999700546264648 L 25.00020027160645 2.999700546264648 C 26.10449981689453 2.999700546264648 27 3.89430046081543 27 4.999500751495361 L 27 18.99900054931641 C 27 20.10420036315918 26.10449981689453 20.99970054626465 25.00020027160645 20.99970054626465 Z" stroke="none" fill="#000"/></g><path d="M3.662,19.1l5-9h20" transform="translate(-2.332 -0.429)" fill="none" stroke="#000" 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.669 5.328)">
3
+ <g transform="translate(0.331 -0.328)" fill="none">
4
+ <path
5
+ d="M1,21a2,2,0,0,1-2-2V2.407A2.53,2.53,0,0,1,1.287.006l8,0,1.113,0L12.7,3H25a2,2,0,0,1,2,2V19a2,2,0,0,1-2,2Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M 25.00020027160645 18.99970054626465 L 25 18.99900054931641 L 25.00020027160645 4.999700546264648 L 11.70983982086182 4.999700546264648 L 9.409381866455078 2.002314805984497 L 9.282688140869141 2.001802682876587 L 1.337342143058777 2.006272792816162 C 1.205820202827454 2.058528900146484 1.014733791351318 2.28501296043396 1.000099539756775 2.410799026489258 L 0.9998995661735535 18.99970054626465 L 25.00020027160645 18.99970054626465 M 25.00020027160645 20.99970054626465 L 0.9998995661735535 20.99970054626465 C -0.1044004112482071 20.99970054626465 -0.9999004006385803 20.10420036315918 -0.9999004006385803 18.99900054931641 L -0.9999004006385803 4.999500751495361 C -0.9999004006385803 4.199270725250244 -0.9999004006385803 3.10088062286377 -0.9999004006385803 2.406600475311279 C -0.9999004006385803 1.206900596618652 0.1448995918035507 0.01350054144859314 1.286999583244324 0.006300541572272778 L 9.285299301147461 0.001800541649572551 L 10.39859962463379 0.006300541572272778 L 12.69599914550781 2.999700546264648 L 25.00020027160645 2.999700546264648 C 26.10449981689453 2.999700546264648 27 3.89430046081543 27 4.999500751495361 L 27 18.99900054931641 C 27 20.10420036315918 26.10449981689453 20.99970054626465 25.00020027160645 20.99970054626465 Z"
9
+ stroke="none" fill="#000" />
10
+ </g>
11
+ <path d="M3.662,19.1l5-9h20" transform="translate(-2.332 -0.429)" fill="none" stroke="#000"
12
+ stroke-linejoin="round" stroke-width="2" />
13
+ </g>
14
+ </svg>
@@ -1 +1,11 @@
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 8)"><line y2="16" transform="translate(14.667)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><g transform="translate(-3.333 -2)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="28" height="20" stroke="none"/><rect x="1" y="1" width="26" height="18" fill="none"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(5.333 8)">
3
+ <line y2="16" transform="translate(14.667)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="2" />
5
+ <g transform="translate(-3.333 -2)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"
6
+ stroke-width="2">
7
+ <rect width="28" height="20" stroke="none" />
8
+ <rect x="1" y="1" width="26" height="18" fill="none" />
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -1 +1,19 @@
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 7)"><path d="M-51,68.914h-4a3.008,3.008,0,0,0-2.278.709A2.636,2.636,0,0,0-58,71.748V83.082a2.64,2.64,0,0,0,.722,2.125A3.007,3.007,0,0,0-55,85.914h20a3.007,3.007,0,0,0,2.278-.707A2.634,2.634,0,0,0-32,83.082V71.748a2.634,2.634,0,0,0-.722-2.125A3.008,3.008,0,0,0-35,68.914h-4" transform="translate(57 -68.914)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><g transform="translate(59.1 -66.417)" fill="none" stroke-miterlimit="10"><path d="M-51.306,84.416h8.4l.719,1.594c.306.678-.28,1.406-1.132,1.406h-7.572c-.85,0-1.436-.726-1.134-1.4Z" stroke="none"/><path d="M -51.30584335327148 84.41600036621094 L -42.90125274658203 84.41600036621094 L -42.18243026733398 86.00969696044922 C -41.87671279907227 86.68733215332031 -42.46275329589844 87.41600036621094 -43.31435012817383 87.41600036621094 L -50.88618087768555 87.41600036621094 C -51.73614120483398 87.41600036621094 -52.32218170166016 86.69011688232422 -52.01974105834961 86.01249694824219 L -51.30584335327148 84.41600036621094 Z" stroke="none" fill="#000"/></g><path d="M-49.5,74.181l4,4,4-4" transform="translate(57.5 -66.514)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y1="9" transform="translate(12 0.998)" 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(4 7)">
3
+ <path
4
+ d="M-51,68.914h-4a3.008,3.008,0,0,0-2.278.709A2.636,2.636,0,0,0-58,71.748V83.082a2.64,2.64,0,0,0,.722,2.125A3.007,3.007,0,0,0-55,85.914h20a3.007,3.007,0,0,0,2.278-.707A2.634,2.634,0,0,0-32,83.082V71.748a2.634,2.634,0,0,0-.722-2.125A3.008,3.008,0,0,0-35,68.914h-4"
5
+ transform="translate(57 -68.914)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10"
6
+ stroke-width="2" />
7
+ <g transform="translate(59.1 -66.417)" fill="none" stroke-miterlimit="10">
8
+ <path d="M-51.306,84.416h8.4l.719,1.594c.306.678-.28,1.406-1.132,1.406h-7.572c-.85,0-1.436-.726-1.134-1.4Z"
9
+ stroke="none" />
10
+ <path
11
+ d="M -51.30584335327148 84.41600036621094 L -42.90125274658203 84.41600036621094 L -42.18243026733398 86.00969696044922 C -41.87671279907227 86.68733215332031 -42.46275329589844 87.41600036621094 -43.31435012817383 87.41600036621094 L -50.88618087768555 87.41600036621094 C -51.73614120483398 87.41600036621094 -52.32218170166016 86.69011688232422 -52.01974105834961 86.01249694824219 L -51.30584335327148 84.41600036621094 Z"
12
+ stroke="none" fill="#000" />
13
+ </g>
14
+ <path d="M-49.5,74.181l4,4,4-4" transform="translate(57.5 -66.514)" fill="none" stroke="#000"
15
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
16
+ <line y1="9" transform="translate(12 0.998)" fill="none" stroke="#000" stroke-linecap="round"
17
+ stroke-linejoin="round" stroke-width="2" />
18
+ </g>
19
+ </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(5.333 5.333)"><g transform="translate(-2.333 -2.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="12" height="12" rx="2" stroke="none"/><rect x="1" y="1" width="10" height="10" rx="1" fill="none"/></g><g transform="translate(-2.333 11.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="12" height="12" rx="2" stroke="none"/><rect x="1" y="1" width="10" height="10" rx="1" fill="none"/></g><g transform="translate(11.667 -2.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="12" height="12" rx="2" stroke="none"/><rect x="1" y="1" width="10" height="10" rx="1" fill="none"/></g><g transform="translate(11.667 11.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="12" height="12" rx="2" stroke="none"/><rect x="1" y="1" width="10" height="10" 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(5.333 5.333)">
3
+ <g transform="translate(-2.333 -2.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
4
+ <rect width="12" height="12" rx="2" stroke="none" />
5
+ <rect x="1" y="1" width="10" height="10" rx="1" fill="none" />
6
+ </g>
7
+ <g transform="translate(-2.333 11.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
8
+ <rect width="12" height="12" rx="2" stroke="none" />
9
+ <rect x="1" y="1" width="10" height="10" rx="1" fill="none" />
10
+ </g>
11
+ <g transform="translate(11.667 -2.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
12
+ <rect width="12" height="12" rx="2" stroke="none" />
13
+ <rect x="1" y="1" width="10" height="10" rx="1" fill="none" />
14
+ </g>
15
+ <g transform="translate(11.667 11.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
16
+ <rect width="12" height="12" rx="2" stroke="none" />
17
+ <rect x="1" y="1" width="10" height="10" rx="1" fill="none" />
18
+ </g>
19
+ </g>
20
+ </svg>
@@ -1 +1,24 @@
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 3)"><line x2="10" transform="translate(17 5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line y2="10" transform="translate(22)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><g transform="translate(0 1)"><g transform="translate(1 10)" fill="none" stroke="#000" stroke-width="2"><rect width="10" height="10" rx="5" stroke="none"/><rect x="1" y="1" width="8" height="8" rx="4" fill="none"/></g><path d="M0,0A5,5,0,0,1,5,5a5,5,0,0,1-5,5" transform="translate(1 26) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/></g><g transform="translate(0 1)"><g transform="translate(12 13)" fill="none" stroke="#000" stroke-width="2"><rect width="8" height="8" rx="4" stroke="none"/><rect x="1" y="1" width="6" height="6" rx="3" fill="none"/></g><path d="M0,0A4,4,0,0,1,4,4,4,4,0,0,1,0,8" transform="translate(12 26) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(2 3)">
3
+ <line x2="10" transform="translate(17 5)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-miterlimit="10" stroke-width="2" />
5
+ <line y2="10" transform="translate(22)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10"
6
+ stroke-width="2" />
7
+ <g transform="translate(0 1)">
8
+ <g transform="translate(1 10)" fill="none" stroke="#000" stroke-width="2">
9
+ <rect width="10" height="10" rx="5" stroke="none" />
10
+ <rect x="1" y="1" width="8" height="8" rx="4" fill="none" />
11
+ </g>
12
+ <path d="M0,0A5,5,0,0,1,5,5a5,5,0,0,1-5,5" transform="translate(1 26) rotate(-90)" fill="none" stroke="#000"
13
+ stroke-linejoin="round" stroke-width="2" />
14
+ </g>
15
+ <g transform="translate(0 1)">
16
+ <g transform="translate(12 13)" fill="none" stroke="#000" stroke-width="2">
17
+ <rect width="8" height="8" rx="4" stroke="none" />
18
+ <rect x="1" y="1" width="6" height="6" rx="3" fill="none" />
19
+ </g>
20
+ <path d="M0,0A4,4,0,0,1,4,4,4,4,0,0,1,0,8" transform="translate(12 26) rotate(-90)" fill="none"
21
+ stroke="#000" stroke-linejoin="round" stroke-width="2" />
22
+ </g>
23
+ </g>
24
+ </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(2 5.444)"><g transform="translate(1 1.557)" fill="none" stroke="#000" stroke-width="2"><rect width="12" height="12" rx="6" stroke="none"/><rect x="1" y="1" width="10" height="10" rx="5" fill="none"/></g><path d="M0,0A6,6,0,0,1,6,6a6,6,0,0,1-6,6" transform="translate(1 20.555) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/><path d="M0,0A5,5,0,0,1,5,5a5,5,0,0,1-5,5" transform="translate(17 20.555) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/><g transform="translate(17 4.557)" fill="none" stroke="#000" stroke-width="2"><rect width="10" height="10" rx="5" stroke="none"/><rect x="1" y="1" width="8" height="8" rx="4" fill="none"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(2 5.444)">
3
+ <g transform="translate(1 1.557)" fill="none" stroke="#000" stroke-width="2">
4
+ <rect width="12" height="12" rx="6" stroke="none" />
5
+ <rect x="1" y="1" width="10" height="10" rx="5" fill="none" />
6
+ </g>
7
+ <path d="M0,0A6,6,0,0,1,6,6a6,6,0,0,1-6,6" transform="translate(1 20.555) rotate(-90)" fill="none" stroke="#000"
8
+ stroke-linejoin="round" stroke-width="2" />
9
+ <path d="M0,0A5,5,0,0,1,5,5a5,5,0,0,1-5,5" transform="translate(17 20.555) rotate(-90)" fill="none"
10
+ stroke="#000" stroke-linejoin="round" stroke-width="2" />
11
+ <g transform="translate(17 4.557)" fill="none" stroke="#000" stroke-width="2">
12
+ <rect width="10" height="10" rx="5" stroke="none" />
13
+ <rect x="1" y="1" width="8" height="8" rx="4" fill="none" />
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -1 +1,12 @@
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 4)"><g transform="translate(554 -67.531)" stroke-miterlimit="10"><path d="M -540 90.531005859375 C -540.1371459960938 90.531005859375 -540.2698364257812 90.47766876220703 -540.3641357421875 90.38467407226562 L -551.0101928710938 79.92605590820312 C -552.2933349609375 78.66538238525391 -553 76.99039459228516 -553 75.20967864990234 C -553 73.42894744873047 -552.2933349609375 71.75396728515625 -551.0101928710938 70.4932861328125 C -549.7223510742188 69.22787475585938 -548.008544921875 68.531005859375 -546.1844482421875 68.531005859375 C -544.3604736328125 68.531005859375 -542.6467895507812 69.22787475585938 -541.3590087890625 70.49324798583984 L -540.7007446289062 71.13982391357422 L -539.9998779296875 71.82826232910156 L -539.2991333007812 71.13969421386719 L -538.6412353515625 70.49323272705078 C -537.3533325195312 69.22788238525391 -535.6395263671875 68.531005859375 -533.8155517578125 68.531005859375 C -531.9916381835938 68.531005859375 -530.2777709960938 69.22789764404297 -528.98974609375 70.49329376220703 C -527.7066650390625 71.75401306152344 -527 73.42900848388672 -527 75.20967864990234 C -527 76.99033355712891 -527.7066650390625 78.66533660888672 -528.9898071289062 79.92612457275391 L -539.63330078125 90.38322448730469 C -539.7289428710938 90.4771728515625 -539.862548828125 90.531005859375 -540 90.531005859375 Z" stroke="none"/><path d="M -546.1844482421875 69.531005859375 C -547.7447509765625 69.531005859375 -549.2096557617188 70.12605285644531 -550.309326171875 71.20661926269531 C -551.3995971679688 72.27774810791016 -552 73.69939422607422 -552 75.20967864990234 C -552 76.71994781494141 -551.3995971679688 78.14160919189453 -550.3093872070312 79.21269226074219 L -539.9994506835938 89.34107971191406 L -529.690673828125 79.21282958984375 C -528.6004028320312 78.14157867431641 -528 76.71989440917969 -528 75.20967864990234 C -528 73.69944763183594 -528.6004028320312 72.27777862548828 -529.6905517578125 71.20664215087891 C -530.7904663085938 70.1260986328125 -532.25537109375 69.531005859375 -533.8155517578125 69.531005859375 C -535.3757934570312 69.531005859375 -536.8406982421875 70.12607574462891 -537.9403686523438 71.20651245117188 L -539.999755859375 73.2301025390625 L -542.0598754882812 71.20652770996094 C -543.1594848632812 70.12605285644531 -544.6243286132812 69.531005859375 -546.1844482421875 69.531005859375 M -546.1844482421875 67.531005859375 C -544.0973510742188 67.531005859375 -542.1338500976562 68.32992553710938 -540.6581420898438 69.77995300292969 L -540 70.42641448974609 L -539.3421020507812 69.77995300292969 C -537.8662719726562 68.32992553710938 -535.9026489257812 67.531005859375 -533.8155517578125 67.531005859375 C -531.728271484375 67.531005859375 -529.764892578125 68.32992553710938 -528.2889404296875 69.77995300292969 C -526.813232421875 71.22992706298828 -526 73.15789794921875 -526 75.20967864990234 C -526 77.26029205322266 -526.813232421875 79.18941497802734 -528.2889404296875 80.63941955566406 L -538.9324951171875 91.0965576171875 C -539.2159423828125 91.37510681152344 -539.599853515625 91.531005859375 -540 91.531005859375 C -540.4002075195312 91.531005859375 -540.7840576171875 91.37510681152344 -541.06640625 91.0965576171875 L -551.7109985351562 80.63941955566406 C -553.1868286132812 79.18941497802734 -554 77.26142883300781 -554 75.20967864990234 C -554 73.1590576171875 -553.1868286132812 71.22992706298828 -551.7109985351562 69.77995300292969 C -550.2352905273438 68.32992553710938 -548.2716674804688 67.531005859375 -546.1844482421875 67.531005859375 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(2 4)">
3
+ <g transform="translate(554 -67.531)" stroke-miterlimit="10">
4
+ <path
5
+ d="M -540 90.531005859375 C -540.1371459960938 90.531005859375 -540.2698364257812 90.47766876220703 -540.3641357421875 90.38467407226562 L -551.0101928710938 79.92605590820312 C -552.2933349609375 78.66538238525391 -553 76.99039459228516 -553 75.20967864990234 C -553 73.42894744873047 -552.2933349609375 71.75396728515625 -551.0101928710938 70.4932861328125 C -549.7223510742188 69.22787475585938 -548.008544921875 68.531005859375 -546.1844482421875 68.531005859375 C -544.3604736328125 68.531005859375 -542.6467895507812 69.22787475585938 -541.3590087890625 70.49324798583984 L -540.7007446289062 71.13982391357422 L -539.9998779296875 71.82826232910156 L -539.2991333007812 71.13969421386719 L -538.6412353515625 70.49323272705078 C -537.3533325195312 69.22788238525391 -535.6395263671875 68.531005859375 -533.8155517578125 68.531005859375 C -531.9916381835938 68.531005859375 -530.2777709960938 69.22789764404297 -528.98974609375 70.49329376220703 C -527.7066650390625 71.75401306152344 -527 73.42900848388672 -527 75.20967864990234 C -527 76.99033355712891 -527.7066650390625 78.66533660888672 -528.9898071289062 79.92612457275391 L -539.63330078125 90.38322448730469 C -539.7289428710938 90.4771728515625 -539.862548828125 90.531005859375 -540 90.531005859375 Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M -546.1844482421875 69.531005859375 C -547.7447509765625 69.531005859375 -549.2096557617188 70.12605285644531 -550.309326171875 71.20661926269531 C -551.3995971679688 72.27774810791016 -552 73.69939422607422 -552 75.20967864990234 C -552 76.71994781494141 -551.3995971679688 78.14160919189453 -550.3093872070312 79.21269226074219 L -539.9994506835938 89.34107971191406 L -529.690673828125 79.21282958984375 C -528.6004028320312 78.14157867431641 -528 76.71989440917969 -528 75.20967864990234 C -528 73.69944763183594 -528.6004028320312 72.27777862548828 -529.6905517578125 71.20664215087891 C -530.7904663085938 70.1260986328125 -532.25537109375 69.531005859375 -533.8155517578125 69.531005859375 C -535.3757934570312 69.531005859375 -536.8406982421875 70.12607574462891 -537.9403686523438 71.20651245117188 L -539.999755859375 73.2301025390625 L -542.0598754882812 71.20652770996094 C -543.1594848632812 70.12605285644531 -544.6243286132812 69.531005859375 -546.1844482421875 69.531005859375 M -546.1844482421875 67.531005859375 C -544.0973510742188 67.531005859375 -542.1338500976562 68.32992553710938 -540.6581420898438 69.77995300292969 L -540 70.42641448974609 L -539.3421020507812 69.77995300292969 C -537.8662719726562 68.32992553710938 -535.9026489257812 67.531005859375 -533.8155517578125 67.531005859375 C -531.728271484375 67.531005859375 -529.764892578125 68.32992553710938 -528.2889404296875 69.77995300292969 C -526.813232421875 71.22992706298828 -526 73.15789794921875 -526 75.20967864990234 C -526 77.26029205322266 -526.813232421875 79.18941497802734 -528.2889404296875 80.63941955566406 L -538.9324951171875 91.0965576171875 C -539.2159423828125 91.37510681152344 -539.599853515625 91.531005859375 -540 91.531005859375 C -540.4002075195312 91.531005859375 -540.7840576171875 91.37510681152344 -541.06640625 91.0965576171875 L -551.7109985351562 80.63941955566406 C -553.1868286132812 79.18941497802734 -554 77.26142883300781 -554 75.20967864990234 C -554 73.1590576171875 -553.1868286132812 71.22992706298828 -551.7109985351562 69.77995300292969 C -550.2352905273438 68.32992553710938 -548.2716674804688 67.531005859375 -546.1844482421875 67.531005859375 Z"
9
+ stroke="none" fill="#000" />
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -1 +1,12 @@
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 4)"><g transform="translate(554 -67.531)" fill="none" stroke-miterlimit="10"><path d="M-533.816,67.531a7.837,7.837,0,0,0-5.527,2.249l-.658.646-.658-.646a7.836,7.836,0,0,0-5.526-2.249,7.836,7.836,0,0,0-5.527,2.249A7.563,7.563,0,0,0-554,75.21a7.561,7.561,0,0,0,2.289,5.43L-541.066,91.1a1.518,1.518,0,0,0,1.066.434,1.523,1.523,0,0,0,1.068-.434l10.644-10.457A7.563,7.563,0,0,0-526,75.21a7.561,7.561,0,0,0-2.289-5.43A7.837,7.837,0,0,0-533.816,67.531Z" stroke="none"/><path d="M -546.1844482421875 69.53099822998047 C -547.7447509765625 69.53099822998047 -549.2096557617188 70.12604522705078 -550.309326171875 71.20661163330078 C -551.3995971679688 72.27774047851562 -552 73.69938659667969 -552 75.20967102050781 C -552 76.71994781494141 -551.3995971679688 78.14160919189453 -550.3093872070312 79.21269989013672 L -539.9994506835938 89.34107971191406 L -529.690673828125 79.21282958984375 C -528.6004028320312 78.14157867431641 -528 76.71990203857422 -528 75.20967102050781 C -528 73.69944000244141 -528.6004028320312 72.27777099609375 -529.6905517578125 71.20663452148438 C -530.7904663085938 70.12609100341797 -532.25537109375 69.53099822998047 -533.8155517578125 69.53099822998047 C -535.375732421875 69.53099822998047 -536.8406982421875 70.12606811523438 -537.9403076171875 71.20649719238281 L -539.999755859375 73.23012542724609 L -542.0598754882812 71.20652770996094 C -543.1594848632812 70.12604522705078 -544.6243286132812 69.53099822998047 -546.1844482421875 69.53099822998047 M -546.1844482421875 67.53099822998047 C -544.0973510742188 67.53099822998047 -542.1338500976562 68.32992553710938 -540.6581420898438 69.77994537353516 L -540 70.42641448974609 L -539.3421020507812 69.77994537353516 C -537.8662719726562 68.32992553710938 -535.9026489257812 67.53099822998047 -533.8155517578125 67.53099822998047 C -531.728271484375 67.53099822998047 -529.764892578125 68.32992553710938 -528.2889404296875 69.77994537353516 C -526.813232421875 71.22991943359375 -526 73.15789794921875 -526 75.20967102050781 C -526 77.26028442382812 -526.813232421875 79.18941497802734 -528.2889404296875 80.63941955566406 L -538.9324951171875 91.0965576171875 C -539.2159423828125 91.37510681152344 -539.599853515625 91.53099822998047 -540 91.53099822998047 C -540.4002075195312 91.53099822998047 -540.7840576171875 91.37510681152344 -541.06640625 91.0965576171875 L -551.7109985351562 80.63941955566406 C -553.1868286132812 79.18941497802734 -554 77.26142120361328 -554 75.20967102050781 C -554 73.1590576171875 -553.1868286132812 71.22991943359375 -551.7109985351562 69.77994537353516 C -550.2352905273438 68.32992553710938 -548.2716674804688 67.53099822998047 -546.1844482421875 67.53099822998047 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(2 4)">
3
+ <g transform="translate(554 -67.531)" fill="none" stroke-miterlimit="10">
4
+ <path
5
+ d="M-533.816,67.531a7.837,7.837,0,0,0-5.527,2.249l-.658.646-.658-.646a7.836,7.836,0,0,0-5.526-2.249,7.836,7.836,0,0,0-5.527,2.249A7.563,7.563,0,0,0-554,75.21a7.561,7.561,0,0,0,2.289,5.43L-541.066,91.1a1.518,1.518,0,0,0,1.066.434,1.523,1.523,0,0,0,1.068-.434l10.644-10.457A7.563,7.563,0,0,0-526,75.21a7.561,7.561,0,0,0-2.289-5.43A7.837,7.837,0,0,0-533.816,67.531Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M -546.1844482421875 69.53099822998047 C -547.7447509765625 69.53099822998047 -549.2096557617188 70.12604522705078 -550.309326171875 71.20661163330078 C -551.3995971679688 72.27774047851562 -552 73.69938659667969 -552 75.20967102050781 C -552 76.71994781494141 -551.3995971679688 78.14160919189453 -550.3093872070312 79.21269989013672 L -539.9994506835938 89.34107971191406 L -529.690673828125 79.21282958984375 C -528.6004028320312 78.14157867431641 -528 76.71990203857422 -528 75.20967102050781 C -528 73.69944000244141 -528.6004028320312 72.27777099609375 -529.6905517578125 71.20663452148438 C -530.7904663085938 70.12609100341797 -532.25537109375 69.53099822998047 -533.8155517578125 69.53099822998047 C -535.375732421875 69.53099822998047 -536.8406982421875 70.12606811523438 -537.9403076171875 71.20649719238281 L -539.999755859375 73.23012542724609 L -542.0598754882812 71.20652770996094 C -543.1594848632812 70.12604522705078 -544.6243286132812 69.53099822998047 -546.1844482421875 69.53099822998047 M -546.1844482421875 67.53099822998047 C -544.0973510742188 67.53099822998047 -542.1338500976562 68.32992553710938 -540.6581420898438 69.77994537353516 L -540 70.42641448974609 L -539.3421020507812 69.77994537353516 C -537.8662719726562 68.32992553710938 -535.9026489257812 67.53099822998047 -533.8155517578125 67.53099822998047 C -531.728271484375 67.53099822998047 -529.764892578125 68.32992553710938 -528.2889404296875 69.77994537353516 C -526.813232421875 71.22991943359375 -526 73.15789794921875 -526 75.20967102050781 C -526 77.26028442382812 -526.813232421875 79.18941497802734 -528.2889404296875 80.63941955566406 L -538.9324951171875 91.0965576171875 C -539.2159423828125 91.37510681152344 -539.599853515625 91.53099822998047 -540 91.53099822998047 C -540.4002075195312 91.53099822998047 -540.7840576171875 91.37510681152344 -541.06640625 91.0965576171875 L -551.7109985351562 80.63941955566406 C -553.1868286132812 79.18941497802734 -554 77.26142120361328 -554 75.20967102050781 C -554 73.1590576171875 -553.1868286132812 71.22991943359375 -551.7109985351562 69.77994537353516 C -550.2352905273438 68.32992553710938 -548.2716674804688 67.53099822998047 -546.1844482421875 67.53099822998047 Z"
9
+ stroke="none" fill="#000" />
10
+ </g>
11
+ </g>
12
+ </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(3 6.334)"><path d="M.289,6.423,7.657,13.8,20.289,1.136,12.921-6.2Z" transform="translate(4.711 3.867)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/><path d="M6.089,7.8l4.2,4.2-2.8,2.8h-2.8l-1.4-1.4V10.6Z" transform="translate(-0.289 4.868)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/><path d="M2.289,11.8l-2,2,2,1,2-2Z" transform="translate(0.711 6.868)" stroke="#000" stroke-linejoin="round" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(3 6.334)">
3
+ <path d="M.289,6.423,7.657,13.8,20.289,1.136,12.921-6.2Z" transform="translate(4.711 3.867)" fill="none"
4
+ stroke="#000" stroke-linejoin="round" stroke-width="2" />
5
+ <path d="M6.089,7.8l4.2,4.2-2.8,2.8h-2.8l-1.4-1.4V10.6Z" transform="translate(-0.289 4.868)" fill="none"
6
+ stroke="#000" stroke-linejoin="round" stroke-width="2" />
7
+ <path d="M2.289,11.8l-2,2,2,1,2-2Z" transform="translate(0.711 6.868)" stroke="#000" stroke-linejoin="round"
8
+ stroke-width="1" />
9
+ </g>
10
+ </svg>
@@ -1 +1,12 @@
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.333 2.753)"><g transform="translate(-0.333 0.247)" fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M 12.00049591064453 24.99928092956543 L 8.000125885009766 24.99920082092285 C 7.285126209259033 24.99825096130371 6.532956123352051 24.65635108947754 5.937786102294922 24.06119155883789 C 5.342746257781982 23.46615028381348 5.001126289367676 22.71442031860352 5.000506401062012 21.99874114990234 L 5.000506401062012 13.12650108337402 L 5.000506401062012 12.12650108337402 L 4.000506401062012 12.12650108337402 L 1.692896366119385 12.12650108337402 C 1.489395380020142 12.12586784362793 1.333836078643799 12.10609340667725 1.206862330436707 12.06429004669189 C 1.076960206031799 12.01883125305176 1.047551035881042 11.9750804901123 1.033336281776428 11.95394134521484 C 1.026206374168396 11.94211101531982 1.018476366996765 11.91622066497803 1.017916321754456 11.90355110168457 L 1.017956376075745 11.90009117126465 L 1.017986297607422 11.8985013961792 C 1.018145442008972 11.87161445617676 1.018571615219116 11.80046558380127 1.104555606842041 11.66526317596436 C 1.181066989898682 11.5475902557373 1.287948250770569 11.43204784393311 1.440686345100403 11.30186080932617 L 1.445816278457642 11.2974910736084 L 1.450886368751526 11.29305076599121 L 12.67558097839355 1.461541175842285 C 13.0303430557251 1.164495348930359 13.50092697143555 1.000647187232971 14.00169658660889 1.000000953674316 C 14.50133609771729 1.000648975372314 14.97334098815918 1.165639638900757 15.32876205444336 1.464666366577148 L 26.56596565246582 11.1698112487793 L 26.56844711303711 11.17196083068848 L 26.57094573974609 11.17409133911133 C 26.71883201599121 11.30013179779053 26.82921600341797 11.41964912414551 26.90824317932129 11.53934955596924 C 26.98307228088379 11.65753364562988 26.99323081970215 11.72660350799561 26.9936466217041 11.77368068695068 C 26.99377632141113 11.78885078430176 26.98535537719727 11.81601142883301 26.9786262512207 11.8265209197998 C 26.96637535095215 11.84482860565186 26.94707679748535 11.86847877502441 26.90006446838379 11.89411163330078 C 26.79821968078613 11.94753932952881 26.65578651428223 11.99692344665527 26.31521987915039 11.99959564208984 L 23.99426651000977 11.99690055847168 L 22.99230575561523 11.99574089050293 L 22.99310684204102 12.99770069122314 L 23.00030708312988 22.00040054321289 C 22.99968719482422 22.71437072753906 22.65798568725586 23.4660816192627 22.06282615661621 24.06111145019531 C 21.46747589111328 24.65632057189941 20.71504592895508 24.99825096130371 19.99847602844238 24.99920082092285 L 16.00120544433594 24.99920082092285 L 16.00119590759277 18.99990081787109 L 16.00119590759277 18.00035095214844 L 15.00164604187012 17.99990081787109 L 13.00094604492188 17.99900054931641 L 12.00049591064453 17.99855041503906 L 12.00049591064453 18.99900054931641 L 12.00049591064453 24.99928092956543 Z" stroke="none"/><path d="M 11.00049591064453 23.9992618560791 L 11.00049591064453 16.99810028076172 L 17.00119590759277 17.00080108642578 L 17.0012035369873 23.99920082092285 L 19.99713706970215 23.99920082092285 C 20.95109558105469 23.9979305267334 21.99948692321777 22.95051002502441 22.00030708312988 22.00120162963867 L 21.99150657653809 10.9945707321167 L 24.83696937561035 10.997878074646 L 14.68089008331299 2.226459264755249 C 14.5059871673584 2.081173181533813 14.26477146148682 2.000854253768921 14.00040626525879 2.000007390975952 C 13.73806762695312 2.00084662437439 13.49869155883789 2.079753160476685 13.32441520690918 2.22258996963501 L 3.15876579284668 11.12650108337402 L 6.000506401062012 11.12650108337402 L 6.000506401062012 21.99788093566895 C 6.001326560974121 22.95051002502441 7.049246311187744 23.9979305267334 8.00014591217041 23.99920082092285 L 11.00049591064453 23.9992618560791 M 13.00049591064453 25.99930000305176 L 8.000105857849121 25.99920082092285 C 5.946006298065186 25.99646186828613 4.002276420593262 24.05273056030273 4.000506401062012 21.99960136413574 L 4.000506401062012 13.12650108337402 L 1.692896366119385 13.12650108337402 C 1.374146342277527 13.12552070617676 1.117626309394836 13.08891105651855 0.8856063485145569 13.01130104064941 C 0.5822763442993164 12.90686130523682 0.3591363131999969 12.74348068237305 0.2034063190221786 12.51180076599121 C 0.08459632843732834 12.33624076843262 0.01528632547706366 12.10476112365723 0.01800632476806641 11.89260101318359 C 0.01954632624983788 11.63139057159424 0.09991632401943207 11.37998104095459 0.2636963129043579 11.12400054931641 C 0.3945363163948059 10.9218111038208 0.5624163150787354 10.73649120330811 0.7920063138008118 10.54080104827881 L 12.02399635314941 0.7029009461402893 C 12.55934619903564 0.2505709528923035 13.2612361907959 0.0009509552037343383 14.00040626525879 9.552002211421495e-07 C 14.73976612091064 0.0009509552037343383 15.44198608398438 0.2509009540081024 15.97769641876221 0.7038009762763977 L 27.21959686279297 10.41300106048584 C 27.44290542602539 10.60332107543945 27.6157169342041 10.79409122467041 27.74790573120117 10.99620056152344 C 27.9109058380127 11.25095081329346 27.99127578735352 11.50236129760742 27.99360656738281 11.76480102539062 C 27.99544715881348 11.98117065429688 27.92787551879883 12.20719051361084 27.80820655822754 12.38490104675293 C 27.69982719421387 12.54707050323486 27.55265617370605 12.67879104614258 27.37080574035645 12.77640056610107 C 27.08105659484863 12.9297513961792 26.76640701293945 12.99650096893311 26.31870651245117 12.99960136413574 L 23.99310684204102 12.99690055847168 L 24.00030708312988 21.99960136413574 C 23.99853706359863 24.05273056030273 22.05436706542969 25.99646186828613 19.99980545043945 25.99920082092285 L 15.00120639801025 25.99920082092285 L 15.00119590759277 18.99990081787109 L 13.00049591064453 18.99900054931641 L 13.00049591064453 25.99930000305176 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(2.333 2.753)">
3
+ <g transform="translate(-0.333 0.247)" fill="rgba(0,0,0,0)" stroke-miterlimit="10">
4
+ <path
5
+ d="M 12.00049591064453 24.99928092956543 L 8.000125885009766 24.99920082092285 C 7.285126209259033 24.99825096130371 6.532956123352051 24.65635108947754 5.937786102294922 24.06119155883789 C 5.342746257781982 23.46615028381348 5.001126289367676 22.71442031860352 5.000506401062012 21.99874114990234 L 5.000506401062012 13.12650108337402 L 5.000506401062012 12.12650108337402 L 4.000506401062012 12.12650108337402 L 1.692896366119385 12.12650108337402 C 1.489395380020142 12.12586784362793 1.333836078643799 12.10609340667725 1.206862330436707 12.06429004669189 C 1.076960206031799 12.01883125305176 1.047551035881042 11.9750804901123 1.033336281776428 11.95394134521484 C 1.026206374168396 11.94211101531982 1.018476366996765 11.91622066497803 1.017916321754456 11.90355110168457 L 1.017956376075745 11.90009117126465 L 1.017986297607422 11.8985013961792 C 1.018145442008972 11.87161445617676 1.018571615219116 11.80046558380127 1.104555606842041 11.66526317596436 C 1.181066989898682 11.5475902557373 1.287948250770569 11.43204784393311 1.440686345100403 11.30186080932617 L 1.445816278457642 11.2974910736084 L 1.450886368751526 11.29305076599121 L 12.67558097839355 1.461541175842285 C 13.0303430557251 1.164495348930359 13.50092697143555 1.000647187232971 14.00169658660889 1.000000953674316 C 14.50133609771729 1.000648975372314 14.97334098815918 1.165639638900757 15.32876205444336 1.464666366577148 L 26.56596565246582 11.1698112487793 L 26.56844711303711 11.17196083068848 L 26.57094573974609 11.17409133911133 C 26.71883201599121 11.30013179779053 26.82921600341797 11.41964912414551 26.90824317932129 11.53934955596924 C 26.98307228088379 11.65753364562988 26.99323081970215 11.72660350799561 26.9936466217041 11.77368068695068 C 26.99377632141113 11.78885078430176 26.98535537719727 11.81601142883301 26.9786262512207 11.8265209197998 C 26.96637535095215 11.84482860565186 26.94707679748535 11.86847877502441 26.90006446838379 11.89411163330078 C 26.79821968078613 11.94753932952881 26.65578651428223 11.99692344665527 26.31521987915039 11.99959564208984 L 23.99426651000977 11.99690055847168 L 22.99230575561523 11.99574089050293 L 22.99310684204102 12.99770069122314 L 23.00030708312988 22.00040054321289 C 22.99968719482422 22.71437072753906 22.65798568725586 23.4660816192627 22.06282615661621 24.06111145019531 C 21.46747589111328 24.65632057189941 20.71504592895508 24.99825096130371 19.99847602844238 24.99920082092285 L 16.00120544433594 24.99920082092285 L 16.00119590759277 18.99990081787109 L 16.00119590759277 18.00035095214844 L 15.00164604187012 17.99990081787109 L 13.00094604492188 17.99900054931641 L 12.00049591064453 17.99855041503906 L 12.00049591064453 18.99900054931641 L 12.00049591064453 24.99928092956543 Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M 11.00049591064453 23.9992618560791 L 11.00049591064453 16.99810028076172 L 17.00119590759277 17.00080108642578 L 17.0012035369873 23.99920082092285 L 19.99713706970215 23.99920082092285 C 20.95109558105469 23.9979305267334 21.99948692321777 22.95051002502441 22.00030708312988 22.00120162963867 L 21.99150657653809 10.9945707321167 L 24.83696937561035 10.997878074646 L 14.68089008331299 2.226459264755249 C 14.5059871673584 2.081173181533813 14.26477146148682 2.000854253768921 14.00040626525879 2.000007390975952 C 13.73806762695312 2.00084662437439 13.49869155883789 2.079753160476685 13.32441520690918 2.22258996963501 L 3.15876579284668 11.12650108337402 L 6.000506401062012 11.12650108337402 L 6.000506401062012 21.99788093566895 C 6.001326560974121 22.95051002502441 7.049246311187744 23.9979305267334 8.00014591217041 23.99920082092285 L 11.00049591064453 23.9992618560791 M 13.00049591064453 25.99930000305176 L 8.000105857849121 25.99920082092285 C 5.946006298065186 25.99646186828613 4.002276420593262 24.05273056030273 4.000506401062012 21.99960136413574 L 4.000506401062012 13.12650108337402 L 1.692896366119385 13.12650108337402 C 1.374146342277527 13.12552070617676 1.117626309394836 13.08891105651855 0.8856063485145569 13.01130104064941 C 0.5822763442993164 12.90686130523682 0.3591363131999969 12.74348068237305 0.2034063190221786 12.51180076599121 C 0.08459632843732834 12.33624076843262 0.01528632547706366 12.10476112365723 0.01800632476806641 11.89260101318359 C 0.01954632624983788 11.63139057159424 0.09991632401943207 11.37998104095459 0.2636963129043579 11.12400054931641 C 0.3945363163948059 10.9218111038208 0.5624163150787354 10.73649120330811 0.7920063138008118 10.54080104827881 L 12.02399635314941 0.7029009461402893 C 12.55934619903564 0.2505709528923035 13.2612361907959 0.0009509552037343383 14.00040626525879 9.552002211421495e-07 C 14.73976612091064 0.0009509552037343383 15.44198608398438 0.2509009540081024 15.97769641876221 0.7038009762763977 L 27.21959686279297 10.41300106048584 C 27.44290542602539 10.60332107543945 27.6157169342041 10.79409122467041 27.74790573120117 10.99620056152344 C 27.9109058380127 11.25095081329346 27.99127578735352 11.50236129760742 27.99360656738281 11.76480102539062 C 27.99544715881348 11.98117065429688 27.92787551879883 12.20719051361084 27.80820655822754 12.38490104675293 C 27.69982719421387 12.54707050323486 27.55265617370605 12.67879104614258 27.37080574035645 12.77640056610107 C 27.08105659484863 12.9297513961792 26.76640701293945 12.99650096893311 26.31870651245117 12.99960136413574 L 23.99310684204102 12.99690055847168 L 24.00030708312988 21.99960136413574 C 23.99853706359863 24.05273056030273 22.05436706542969 25.99646186828613 19.99980545043945 25.99920082092285 L 15.00120639801025 25.99920082092285 L 15.00119590759277 18.99990081787109 L 13.00049591064453 18.99900054931641 L 13.00049591064453 25.99930000305176 Z"
9
+ stroke="none" fill="#000" />
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -1 +1,12 @@
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.999 3.999)"><path d="M200.433,257.189c0-.572,1.967-1.785,3-2.889a10.728,10.728,0,0,0,3-7.222v-2.889h-18v2.889a10.723,10.723,0,0,0,3,7.222c1.033,1.1,3,2.317,3,2.889s-1.967,1.785-3,2.889a10.724,10.724,0,0,0-3,7.222v2.889h18V267.3a10.734,10.734,0,0,0-3-7.222C202.4,258.973,200.433,257.763,200.433,257.189Z" transform="translate(-189.433 -245.189)" fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><line x1="16" transform="translate(0.001 6)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path d="M6,0C7.657,0,9,2.686,9,6s-1.343,6-3,6" transform="translate(2.001 30) rotate(-90)" stroke="#000" stroke-width="2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(7.999 3.999)">
3
+ <path
4
+ d="M200.433,257.189c0-.572,1.967-1.785,3-2.889a10.728,10.728,0,0,0,3-7.222v-2.889h-18v2.889a10.723,10.723,0,0,0,3,7.222c1.033,1.1,3,2.317,3,2.889s-1.967,1.785-3,2.889a10.724,10.724,0,0,0-3,7.222v2.889h18V267.3a10.734,10.734,0,0,0-3-7.222C202.4,258.973,200.433,257.763,200.433,257.189Z"
5
+ transform="translate(-189.433 -245.189)" fill="none" stroke="#000" stroke-linejoin="round"
6
+ stroke-miterlimit="10" stroke-width="2" />
7
+ <line x1="16" transform="translate(0.001 6)" fill="none" stroke="#000" stroke-miterlimit="10"
8
+ stroke-width="2" />
9
+ <path d="M6,0C7.657,0,9,2.686,9,6s-1.343,6-3,6" transform="translate(2.001 30) rotate(-90)" stroke="#000"
10
+ stroke-width="2" />
11
+ </g>
12
+ </svg>
@@ -1 +1,15 @@
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.667 5.333)"><g transform="translate(27.333 0.666) rotate(90)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="20" height="28" rx="2" stroke="none"/><rect x="1" y="1" width="18" height="26" rx="1" fill="none"/></g><path d="M-550.534,88.088l13-13,9,9" transform="translate(554.867 -68.421)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><circle cx="2" cy="2" r="2" transform="translate(4.333 5.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M-542.622,77.258l4,4,5-5" transform="translate(554.956 -65.592)" 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.667 5.333)">
3
+ <g transform="translate(27.333 0.666) rotate(90)" fill="none" stroke="#000" stroke-miterlimit="10"
4
+ stroke-width="2">
5
+ <rect width="20" height="28" rx="2" stroke="none" />
6
+ <rect x="1" y="1" width="18" height="26" rx="1" fill="none" />
7
+ </g>
8
+ <path d="M-550.534,88.088l13-13,9,9" transform="translate(554.867 -68.421)" fill="none" stroke="#000"
9
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
10
+ <circle cx="2" cy="2" r="2" transform="translate(4.333 5.666)" fill="none" stroke="#000" stroke-linecap="round"
11
+ stroke-linejoin="round" stroke-width="2" />
12
+ <path d="M-542.622,77.258l4,4,5-5" transform="translate(554.956 -65.592)" fill="none" stroke="#000"
13
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
14
+ </g>
15
+ </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(3.2 3.2)"><circle cx="14" cy="14" r="14" transform="translate(-1.2 -1.199)"/><line y1="10" transform="translate(12.8 11.801)" fill="none" stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line y1="2" transform="translate(12.8 3.801)" fill="none" stroke="#fff" 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(3.2 3.2)">
3
+ <circle cx="14" cy="14" r="14" transform="translate(-1.2 -1.199)" />
4
+ <line y1="10" transform="translate(12.8 11.801)" fill="none" stroke="#fff" stroke-linecap="round"
5
+ stroke-miterlimit="10" stroke-width="2" />
6
+ <line y1="2" transform="translate(12.8 3.801)" fill="none" stroke="#fff" stroke-linecap="round"
7
+ stroke-miterlimit="10" stroke-width="2" />
8
+ </g>
9
+ </svg>
@@ -1 +1,12 @@
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.667 2.666)"><line y2="2" transform="translate(13.333 6.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y2="7" transform="translate(13.333 13.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><g transform="translate(-0.667 -0.666)" 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></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <g transform="translate(2.667 2.666)">
3
+ <line y2="2" transform="translate(13.333 6.334)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="2" />
5
+ <line y2="7" transform="translate(13.333 13.334)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="2" />
7
+ <g transform="translate(-0.667 -0.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
8
+ <circle cx="14" cy="14" r="14" stroke="none" />
9
+ <circle cx="14" cy="14" r="13" fill="none" />
10
+ </g>
11
+ </g>
12
+ </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(6 4.418)"><line x1="14" transform="translate(6 0.583)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="14" transform="translate(0 22.583)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="8" y2="22" transform="translate(6 0.582)" 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 4.418)">
3
+ <line x1="14" transform="translate(6 0.583)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="2" />
5
+ <line x1="14" transform="translate(0 22.583)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="2" />
7
+ <line x1="8" y2="22" transform="translate(6 0.582)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-linejoin="round" stroke-width="2" />
9
+ </g>
10
+ </svg>
@@ -1 +1,5 @@
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"/><path d="M15234.5,23850v-5l10.419-10.424a8,8,0,1,1,5.026,5.01l-1.218,1.242-.228.174h-2v2h-2l-1,1v2h-2v2l-2,2Z" transform="translate(-15231.5 -23821)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/><circle cx="2.5" cy="2.5" r="2.5" transform="translate(20 7)"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <path d="M15234.5,23850v-5l10.419-10.424a8,8,0,1,1,5.026,5.01l-1.218,1.242-.228.174h-2v2h-2l-1,1v2h-2v2l-2,2Z"
3
+ transform="translate(-15231.5 -23821)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" />
4
+ <circle cx="2.5" cy="2.5" r="2.5" transform="translate(20 7)" />
5
+ </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(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><line x2="24" transform="translate(2 9)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><line x2="24" transform="translate(2 19)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path d="M0,5S6.5,0,13,0,26,5,26,5" transform="translate(8 26.999) rotate(-90)" fill="none" stroke="#000" stroke-width="2"/><path d="M0,0S6.5,5,13,5,26,0,26,0" transform="translate(15 26.999) rotate(-90)" fill="none" stroke="#000" 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
+ <line x2="24" transform="translate(2 9)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" />
8
+ <line x2="24" transform="translate(2 19)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" />
9
+ <path d="M0,5S6.5,0,13,0,26,5,26,5" transform="translate(8 26.999) rotate(-90)" fill="none" stroke="#000"
10
+ stroke-width="2" />
11
+ <path d="M0,0S6.5,5,13,5,26,0,26,0" transform="translate(15 26.999) rotate(-90)" fill="none" stroke="#000"
12
+ stroke-width="2" />
13
+ </g>
14
+ </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" fill="#fff" opacity="0"/><g transform="translate(4 3.244)"><path d="M3.405,23.667,5.17,17.119a.282.282,0,0,1,.507-.081A3.125,3.125,0,1,0,6.9,12.508a.28.28,0,0,1-.4-.322l1.765-6.55,6.59,1.756a.281.281,0,0,0,.324-.4,3.084,3.084,0,0,1-.216-2.184,3.135,3.135,0,0,1,6.084,1.51,3.1,3.1,0,0,1-1.311,1.888.279.279,0,0,0,.082.5l6.588,1.756L21.545,28.5Z" transform="translate(-3.405 -2.744)" fill="none" stroke="#000" 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(4 3.244)">
3
+ <path
4
+ d="M3.405,23.667,5.17,17.119a.282.282,0,0,1,.507-.081A3.125,3.125,0,1,0,6.9,12.508a.28.28,0,0,1-.4-.322l1.765-6.55,6.59,1.756a.281.281,0,0,0,.324-.4,3.084,3.084,0,0,1-.216-2.184,3.135,3.135,0,0,1,6.084,1.51,3.1,3.1,0,0,1-1.311,1.888.279.279,0,0,0,.082.5l6.588,1.756L21.545,28.5Z"
5
+ transform="translate(-3.405 -2.744)" fill="none" stroke="#000" stroke-linejoin="round" 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(6.667 2.666)"><path d="M7564.333,18705.334a4.968,4.968,0,0,1-3.277-1.2,3.99,3.99,0,0,1-1.406-2.875l2-2v1.863a2.006,2.006,0,0,0,.728,1.5,3.084,3.084,0,0,0,3.92,0,2.032,2.032,0,0,0,.723-1.5v-3.605l.465-.559a18.957,18.957,0,0,0,2.718-4.15,12.184,12.184,0,0,0,.97-3.072l2.158-2.158,0,.1c0,.049,0,.1,0,.145a13.8,13.8,0,0,1-1.314,5.826,21.077,21.077,0,0,1-3,4.6v2.883a4.02,4.02,0,0,1-1.409,3.01A4.968,4.968,0,0,1,7564.333,18705.334Zm-6.948-10.3v0c-.272-.465-.518-.936-.732-1.4a13.785,13.785,0,0,1-1.319-5.816,8.21,8.21,0,0,1,2.653-6.02,9.4,9.4,0,0,1,12.664-.029l-1.416,1.416a7.4,7.4,0,0,0-9.882.074,6.219,6.219,0,0,0-2.019,4.559,11.622,11.622,0,0,0,1.136,4.977c.122.262.251.521.386.77l-1.469,1.467Z" transform="translate(-7555 -18679)"/><path d="M7568.333,18699.334h-6.756l2-2h4.756v2Z" transform="translate(-7555 -18679)"/><line y1="24" x2="24" transform="translate(-2.667 1.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(6.667 2.666)">
3
+ <path
4
+ d="M7564.333,18705.334a4.968,4.968,0,0,1-3.277-1.2,3.99,3.99,0,0,1-1.406-2.875l2-2v1.863a2.006,2.006,0,0,0,.728,1.5,3.084,3.084,0,0,0,3.92,0,2.032,2.032,0,0,0,.723-1.5v-3.605l.465-.559a18.957,18.957,0,0,0,2.718-4.15,12.184,12.184,0,0,0,.97-3.072l2.158-2.158,0,.1c0,.049,0,.1,0,.145a13.8,13.8,0,0,1-1.314,5.826,21.077,21.077,0,0,1-3,4.6v2.883a4.02,4.02,0,0,1-1.409,3.01A4.968,4.968,0,0,1,7564.333,18705.334Zm-6.948-10.3v0c-.272-.465-.518-.936-.732-1.4a13.785,13.785,0,0,1-1.319-5.816,8.21,8.21,0,0,1,2.653-6.02,9.4,9.4,0,0,1,12.664-.029l-1.416,1.416a7.4,7.4,0,0,0-9.882.074,6.219,6.219,0,0,0-2.019,4.559,11.622,11.622,0,0,0,1.136,4.977c.122.262.251.521.386.77l-1.469,1.467Z"
5
+ transform="translate(-7555 -18679)" />
6
+ <path d="M7568.333,18699.334h-6.756l2-2h4.756v2Z" transform="translate(-7555 -18679)" />
7
+ <line y1="24" x2="24" transform="translate(-2.667 1.334)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-width="2" />
9
+ </g>
10
+ </svg>
@@ -1 +1,18 @@
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.667 2.667)"><g transform="translate(178.333 -66.166)" fill="none" stroke-miterlimit="10"><path d="M-160,74.988a8.232,8.232,0,0,0-2.653-6.018A9.255,9.255,0,0,0-169,66.5a9.256,9.256,0,0,0-6.347,2.47A8.232,8.232,0,0,0-178,74.988a13.682,13.682,0,0,0,1.321,5.817,21.257,21.257,0,0,0,2.994,4.584v2.9a4,4,0,0,0,1.407,3.007A4.96,4.96,0,0,0-169,92.5a4.96,4.96,0,0,0,3.278-1.2,4,4,0,0,0,1.407-3.007V85.411a21.054,21.054,0,0,0,3-4.6A13.746,13.746,0,0,0-160,74.988Z" stroke="none"/><path d="M -168.9999694824219 68.49997711181641 C -170.8851928710938 68.49997711181641 -172.6533660888672 69.18486785888672 -173.9798126220703 70.42948150634766 C -175.2834014892578 71.65084838867188 -176.0008392333984 73.26956939697266 -175.9999847412109 74.98954772949219 C -176.0009307861328 76.68714904785156 -175.6295776367188 78.31449127197266 -174.8650360107422 79.96385192871094 C -174.2469940185547 81.29582214355469 -173.3577728271484 82.65280914306641 -172.1465454101562 84.11238098144531 L -171.6856231689453 84.66780853271484 L -171.6856231689453 88.29554748535156 C -171.6863250732422 89.04930114746094 -171.2327423095703 89.55825042724609 -170.9588928222656 89.79753112792969 C -170.4427947998047 90.25052642822266 -169.7471008300781 90.50000762939453 -168.9999694824219 90.50000762939453 C -168.2528533935547 90.50000762939453 -167.5571746826172 90.25052642822266 -167.0376586914062 89.79454040527344 C -166.7672119140625 89.55824279785156 -166.3136138916016 89.04929351806641 -166.3143463134766 88.29367065429688 L -166.3143463134766 84.68759155273438 L -165.8515167236328 84.13153839111328 C -164.6382141113281 82.67391967773438 -163.7478332519531 81.31491088867188 -163.1298370361328 79.97756195068359 C -162.3686065673828 78.32862854003906 -161.9990234375 76.69703674316406 -161.9999542236328 74.98745727539062 C -161.9991149902344 73.26956939697266 -162.716552734375 71.65084838867188 -164.0212249755859 70.428466796875 C -165.3465881347656 69.18486785888672 -167.11474609375 68.49997711181641 -168.9999694824219 68.49997711181641 M -168.9999694824219 66.49997711181641 C -166.5305786132812 66.49997711181641 -164.2839508056641 67.43937683105469 -162.6527099609375 68.96999359130859 C -161.0214691162109 70.49835205078125 -159.9987945556641 72.63262176513672 -159.9999542236328 74.98844146728516 C -159.9987945556641 77.11251831054688 -160.4983062744141 79.0489501953125 -161.3139801025391 80.81582641601562 C -162.0834655761719 82.48098754882812 -163.1353302001953 83.99461364746094 -164.3143463134766 85.41104888916016 L -164.3143463134766 88.29367065429688 C -164.3132019042969 89.48403930664062 -164.8678283691406 90.55455780029297 -165.7217254638672 91.30063629150391 C -166.5756072998047 92.05011749267578 -167.7343444824219 92.50000762939453 -168.9999694824219 92.50000762939453 C -170.2655944824219 92.50000762939453 -171.4243469238281 92.05011749267578 -172.2782287597656 91.30063629150391 C -173.1321411132812 90.55455780029297 -173.6867370605469 89.48403930664062 -173.6856231689453 88.29367065429688 L -173.6856231689453 85.38957977294922 C -174.860107421875 83.97428131103516 -175.9097595214844 82.46401214599609 -176.6792449951172 80.80565643310547 C -177.4982452392578 79.03880310058594 -178.0011596679688 77.10459899902344 -177.9999847412109 74.98844146728516 C -178.0011596679688 72.63262176513672 -176.9784851074219 70.49835205078125 -175.3472442626953 68.96999359130859 C -173.7159881591797 67.43937683105469 -171.4693756103516 66.49997711181641 -168.9999694824219 66.49997711181641 Z" stroke="none" fill="#000"/></g><line x2="8" transform="translate(5.333 19.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><line x1="3" y2="4" transform="translate(9.333 10.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M-172.261,76.4l3,4v4" transform="translate(178.594 -66.063)" 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.667 2.667)">
3
+ <g transform="translate(178.333 -66.166)" fill="none" stroke-miterlimit="10">
4
+ <path
5
+ d="M-160,74.988a8.232,8.232,0,0,0-2.653-6.018A9.255,9.255,0,0,0-169,66.5a9.256,9.256,0,0,0-6.347,2.47A8.232,8.232,0,0,0-178,74.988a13.682,13.682,0,0,0,1.321,5.817,21.257,21.257,0,0,0,2.994,4.584v2.9a4,4,0,0,0,1.407,3.007A4.96,4.96,0,0,0-169,92.5a4.96,4.96,0,0,0,3.278-1.2,4,4,0,0,0,1.407-3.007V85.411a21.054,21.054,0,0,0,3-4.6A13.746,13.746,0,0,0-160,74.988Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M -168.9999694824219 68.49997711181641 C -170.8851928710938 68.49997711181641 -172.6533660888672 69.18486785888672 -173.9798126220703 70.42948150634766 C -175.2834014892578 71.65084838867188 -176.0008392333984 73.26956939697266 -175.9999847412109 74.98954772949219 C -176.0009307861328 76.68714904785156 -175.6295776367188 78.31449127197266 -174.8650360107422 79.96385192871094 C -174.2469940185547 81.29582214355469 -173.3577728271484 82.65280914306641 -172.1465454101562 84.11238098144531 L -171.6856231689453 84.66780853271484 L -171.6856231689453 88.29554748535156 C -171.6863250732422 89.04930114746094 -171.2327423095703 89.55825042724609 -170.9588928222656 89.79753112792969 C -170.4427947998047 90.25052642822266 -169.7471008300781 90.50000762939453 -168.9999694824219 90.50000762939453 C -168.2528533935547 90.50000762939453 -167.5571746826172 90.25052642822266 -167.0376586914062 89.79454040527344 C -166.7672119140625 89.55824279785156 -166.3136138916016 89.04929351806641 -166.3143463134766 88.29367065429688 L -166.3143463134766 84.68759155273438 L -165.8515167236328 84.13153839111328 C -164.6382141113281 82.67391967773438 -163.7478332519531 81.31491088867188 -163.1298370361328 79.97756195068359 C -162.3686065673828 78.32862854003906 -161.9990234375 76.69703674316406 -161.9999542236328 74.98745727539062 C -161.9991149902344 73.26956939697266 -162.716552734375 71.65084838867188 -164.0212249755859 70.428466796875 C -165.3465881347656 69.18486785888672 -167.11474609375 68.49997711181641 -168.9999694824219 68.49997711181641 M -168.9999694824219 66.49997711181641 C -166.5305786132812 66.49997711181641 -164.2839508056641 67.43937683105469 -162.6527099609375 68.96999359130859 C -161.0214691162109 70.49835205078125 -159.9987945556641 72.63262176513672 -159.9999542236328 74.98844146728516 C -159.9987945556641 77.11251831054688 -160.4983062744141 79.0489501953125 -161.3139801025391 80.81582641601562 C -162.0834655761719 82.48098754882812 -163.1353302001953 83.99461364746094 -164.3143463134766 85.41104888916016 L -164.3143463134766 88.29367065429688 C -164.3132019042969 89.48403930664062 -164.8678283691406 90.55455780029297 -165.7217254638672 91.30063629150391 C -166.5756072998047 92.05011749267578 -167.7343444824219 92.50000762939453 -168.9999694824219 92.50000762939453 C -170.2655944824219 92.50000762939453 -171.4243469238281 92.05011749267578 -172.2782287597656 91.30063629150391 C -173.1321411132812 90.55455780029297 -173.6867370605469 89.48403930664062 -173.6856231689453 88.29367065429688 L -173.6856231689453 85.38957977294922 C -174.860107421875 83.97428131103516 -175.9097595214844 82.46401214599609 -176.6792449951172 80.80565643310547 C -177.4982452392578 79.03880310058594 -178.0011596679688 77.10459899902344 -177.9999847412109 74.98844146728516 C -178.0011596679688 72.63262176513672 -176.9784851074219 70.49835205078125 -175.3472442626953 68.96999359130859 C -173.7159881591797 67.43937683105469 -171.4693756103516 66.49997711181641 -168.9999694824219 66.49997711181641 Z"
9
+ stroke="none" fill="#000" />
10
+ </g>
11
+ <line x2="8" transform="translate(5.333 19.334)" fill="none" stroke="#000" stroke-miterlimit="10"
12
+ stroke-width="2" />
13
+ <line x1="3" y2="4" transform="translate(9.333 10.334)" fill="none" stroke="#000" stroke-linecap="round"
14
+ stroke-linejoin="round" stroke-width="2" />
15
+ <path d="M-172.261,76.4l3,4v4" transform="translate(178.594 -66.063)" fill="none" stroke="#000"
16
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
17
+ </g>
18
+ </svg>
@@ -1 +1,12 @@
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 4)"><path d="M-606.212,80.532a6.344,6.344,0,0,0,8.79,1.248,6.17,6.17,0,0,0,.68-.579l3.767-3.71a6.115,6.115,0,0,0-.154-8.743,6.351,6.351,0,0,0-8.725,0l-2.16,2.114" transform="translate(615.212 -67.011)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M-600,77.155a6.344,6.344,0,0,0-8.79-1.248,6.186,6.186,0,0,0-.68.579l-3.767,3.71a6.115,6.115,0,0,0,.155,8.743,6.351,6.351,0,0,0,8.725,0l2.148-2.114" transform="translate(615 -66.676)" 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(4 4)">
3
+ <path
4
+ d="M-606.212,80.532a6.344,6.344,0,0,0,8.79,1.248,6.17,6.17,0,0,0,.68-.579l3.767-3.71a6.115,6.115,0,0,0-.154-8.743,6.351,6.351,0,0,0-8.725,0l-2.16,2.114"
5
+ transform="translate(615.212 -67.011)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="2" />
7
+ <path
8
+ d="M-600,77.155a6.344,6.344,0,0,0-8.79-1.248,6.186,6.186,0,0,0-.68.579l-3.767,3.71a6.115,6.115,0,0,0,.155,8.743,6.351,6.351,0,0,0,8.725,0l2.148-2.114"
9
+ transform="translate(615 -66.676)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"
10
+ stroke-width="2" />
11
+ </g>
12
+ </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(5.333 3.999)"><line y2="4" transform="translate(10.667 15)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><g transform="translate(-1.333 8)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="24" height="18" rx="3" stroke="none"/><rect x="1" y="1" width="22" height="16" rx="2" fill="none"/></g><path d="M259.1,13V9.536A4.785,4.785,0,0,1,264.1,5h0a4.784,4.784,0,0,1,5,4.536V13" transform="translate(-253.428 -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(5.333 3.999)">
3
+ <line y2="4" transform="translate(10.667 15)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-miterlimit="10" stroke-width="2" />
5
+ <g transform="translate(-1.333 8)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2">
6
+ <rect width="24" height="18" rx="3" stroke="none" />
7
+ <rect x="1" y="1" width="22" height="16" rx="2" fill="none" />
8
+ </g>
9
+ <path d="M259.1,13V9.536A4.785,4.785,0,0,1,264.1,5h0a4.784,4.784,0,0,1,5,4.536V13"
10
+ transform="translate(-253.428 -5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"
11
+ stroke-width="2" />
12
+ </g>
13
+ </svg>
@@ -1 +1,11 @@
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 4)"><path d="M763.833,4.5h5.333a3.208,3.208,0,0,1,2.667,2.667V25.833a3.213,3.213,0,0,1-2.667,2.667h-5.333" transform="translate(-747.833 -4.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M757.444,21.611l6-6-6-6" transform="translate(-745.444 -3.612)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="16" transform="translate(0 12)" 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(4 4)">
3
+ <path d="M763.833,4.5h5.333a3.208,3.208,0,0,1,2.667,2.667V25.833a3.213,3.213,0,0,1-2.667,2.667h-5.333"
4
+ transform="translate(-747.833 -4.5)" fill="none" stroke="#000" stroke-linecap="round"
5
+ stroke-linejoin="round" stroke-width="2" />
6
+ <path d="M757.444,21.611l6-6-6-6" transform="translate(-745.444 -3.612)" fill="none" stroke="#000"
7
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
8
+ <line x1="16" transform="translate(0 12)" fill="none" stroke="#000" stroke-linecap="round"
9
+ stroke-linejoin="round" stroke-width="2" />
10
+ </g>
11
+ </svg>
@@ -1 +1,11 @@
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 4)"><path d="M771.833,4.5H766.5a3.208,3.208,0,0,0-2.667,2.667V25.833A3.213,3.213,0,0,0,766.5,28.5h5.333" transform="translate(-763.833 -4.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M757.444,21.611l6-6-6-6" transform="translate(-739.444 -3.612)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="16" transform="translate(6 12)" 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(4 4)">
3
+ <path d="M771.833,4.5H766.5a3.208,3.208,0,0,0-2.667,2.667V25.833A3.213,3.213,0,0,0,766.5,28.5h5.333"
4
+ transform="translate(-763.833 -4.5)" fill="none" stroke="#000" stroke-linecap="round"
5
+ stroke-linejoin="round" stroke-width="2" />
6
+ <path d="M757.444,21.611l6-6-6-6" transform="translate(-739.444 -3.612)" fill="none" stroke="#000"
7
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
8
+ <line x1="16" transform="translate(6 12)" fill="none" stroke="#000" stroke-linecap="round"
9
+ stroke-linejoin="round" stroke-width="2" />
10
+ </g>
11
+ </svg>
@@ -1 +1,12 @@
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 7)"><g transform="translate(0 -1)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><rect width="28" height="20" rx="2" stroke="none"/><rect x="1" y="1" width="26" height="18" rx="1" fill="none"/></g><path d="M21.05,6.008v4h4" transform="translate(-16.05 3.992)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M0,0V4H4" transform="translate(23.001 8) rotate(180)" 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 7)">
3
+ <g transform="translate(0 -1)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2">
4
+ <rect width="28" height="20" rx="2" stroke="none" />
5
+ <rect x="1" y="1" width="26" height="18" rx="1" fill="none" />
6
+ </g>
7
+ <path d="M21.05,6.008v4h4" transform="translate(-16.05 3.992)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-linejoin="round" stroke-width="2" />
9
+ <path d="M0,0V4H4" transform="translate(23.001 8) rotate(180)" fill="none" stroke="#000" stroke-linecap="round"
10
+ stroke-linejoin="round" stroke-width="2" />
11
+ </g>
12
+ </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(5 12)"><line x2="18" transform="translate(0 8)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="14" transform="translate(0 4)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="22" 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 12)">
3
+ <line x2="18" transform="translate(0 8)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10"
4
+ stroke-width="2" />
5
+ <line x2="14" transform="translate(0 4)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10"
6
+ stroke-width="2" />
7
+ <line x2="22" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" />
8
+ </g>
9
+ </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(5.333 5.334)"><g transform="translate(-0.333 15.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3" fill="none"/></g><g transform="translate(13.666 15.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3" fill="none"/></g><path d="M81.125,8.588l-4-4-4,4" transform="translate(-66.458 -5.588)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y2="11" transform="translate(10.667 0.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M75.091,21.977l5-5,5,5" transform="translate(-69.424 -5.31)" 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.333 5.334)">
3
+ <g transform="translate(-0.333 15.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10"
4
+ stroke-width="2">
5
+ <circle cx="4" cy="4" r="4" stroke="none" />
6
+ <circle cx="4" cy="4" r="3" fill="none" />
7
+ </g>
8
+ <g transform="translate(13.666 15.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10"
9
+ stroke-width="2">
10
+ <circle cx="4" cy="4" r="4" stroke="none" />
11
+ <circle cx="4" cy="4" r="3" fill="none" />
12
+ </g>
13
+ <path d="M81.125,8.588l-4-4-4,4" transform="translate(-66.458 -5.588)" fill="none" stroke="#000"
14
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
15
+ <line y2="11" transform="translate(10.667 0.666)" fill="none" stroke="#000" stroke-linecap="round"
16
+ stroke-linejoin="round" stroke-width="2" />
17
+ <path d="M75.091,21.977l5-5,5,5" transform="translate(-69.424 -5.31)" fill="none" stroke="#000"
18
+ stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" />
19
+ </g>
20
+ </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.2 6.667)"><g transform="translate(-0.2 10.334)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><rect width="11" height="9" rx="1" stroke="none"/><rect x="1" y="1" width="9" height="7" fill="none"/></g><path d="M24.05,10.008v-4h-6" transform="translate(0.75 -5.676)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M4,6V0H0" transform="translate(24.8 14.333) rotate(90)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M0,0V6H4" transform="translate(6.8 0.334) 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(3.2 6.667)">
3
+ <g transform="translate(-0.2 10.334)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2">
4
+ <rect width="11" height="9" rx="1" stroke="none" />
5
+ <rect x="1" y="1" width="9" height="7" fill="none" />
6
+ </g>
7
+ <path d="M24.05,10.008v-4h-6" transform="translate(0.75 -5.676)" fill="none" stroke="#000"
8
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
9
+ <path d="M4,6V0H0" transform="translate(24.8 14.333) rotate(90)" fill="none" stroke="#000"
10
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
11
+ <path d="M0,0V6H4" transform="translate(6.8 0.334) rotate(90)" fill="none" stroke="#000" stroke-linecap="round"
12
+ stroke-linejoin="round" stroke-width="2" />
13
+ </g>
14
+ </svg>