@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,12 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(1.049 1.199)"><path d="M8.976-830.507c1.962.461,3.088,1.5,3.088,2.861,0,1.76-2.636,3.139-6,3.139s-6-1.379-6-3.139c0-1.358,1.126-2.4,3.088-2.861" transform="translate(0.387 838.808)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><g transform="translate(5.785 -1.033)"><path d="M7.451,11.879V.379h7l-3,2.5,3,2.5h-7" transform="translate(-6.785 -0.045)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(1.049 1.199)">
3
+ <path
4
+ d="M8.976-830.507c1.962.461,3.088,1.5,3.088,2.861,0,1.76-2.636,3.139-6,3.139s-6-1.379-6-3.139c0-1.358,1.126-2.4,3.088-2.861"
5
+ transform="translate(0.387 838.808)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10"
6
+ stroke-width="1" />
7
+ <g transform="translate(5.785 -1.033)">
8
+ <path d="M7.451,11.879V.379h7l-3,2.5,3,2.5h-7" transform="translate(-6.785 -0.045)" fill="none"
9
+ stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -1 +1,14 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(-0.156 1.518)"><g transform="translate(0.156 0.482)" fill="none"><path d="M2,12a2,2,0,0,1-2-2V3c0-.02,0-.04,0-.06V.6A1.638,1.638,0,0,1,1.43-1l5,0,.693,0L8.559,1H14a2,2,0,0,1,2,2v7a2,2,0,0,1-2,2Z" stroke="none"/><path d="M 14.00040054321289 10.99970054626465 C 14.55169010162354 10.99970054626465 15.00020027160645 10.55079078674316 15.00020027160645 9.999000549316406 L 15.00020027160645 2.999700307846069 C 15.00020027160645 2.447910308837891 14.55169010162354 1.999000310897827 14.00040054321289 1.999000310897827 L 8.046740531921387 1.999000310897827 L 6.609145641326904 0.000567753566429019 L 6.429960250854492 0.0001003410361590795 L 1.435529828071594 0.001898515853099525 C 1.313629150390625 0.01016018912196159 1.001800298690796 0.3027100265026093 1.001800298690796 0.6039003133773804 L 1.001370310783386 2.969350337982178 C 1.001080274581909 2.979450225830078 1.000900268554688 2.989530324935913 1.000900268554688 2.999700307846069 L 1.000900268554688 9.999000549316406 C 1.000900268554688 10.55079078674316 1.449410319328308 10.99970054626465 2.000700235366821 10.99970054626465 L 14.00040054321289 10.99970054626465 M 14.00040054321289 11.99970054626465 L 2.000700235366821 11.99970054626465 C 0.8964002728462219 11.99970054626465 0.0009002700680866838 11.10420036315918 0.0009002700680866838 9.999000549316406 L 0.0009002700680866838 2.999700307846069 C 0.0009002700680866838 2.979730367660522 0.001220270060002804 2.959940433502197 0.001800270052626729 2.940110445022583 C 0.001800270052626729 2.634180307388306 0.001800270052626729 1.307190299034119 0.001800270052626729 0.6039003133773804 C 0.001800270052626729 -0.1970996558666229 0.7128002643585205 -0.994499683380127 1.430100321769714 -0.998099684715271 L 6.429600238800049 -0.999899685382843 L 7.122600078582764 -0.998099684715271 L 8.559240341186523 0.9990003705024719 L 14.00040054321289 0.9990003705024719 C 15.10470008850098 0.9990003705024719 16.00020027160645 1.894500374794006 16.00020027160645 2.999700307846069 L 16.00020027160645 9.999000549316406 C 16.00020027160645 11.10420036315918 15.10470008850098 11.99970054626465 14.00040054321289 11.99970054626465 Z" stroke="none" fill="#000"/></g><path d="M3.1,16.588l4-5.5h10" transform="translate(-1.947 -5.105)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(-0.156 1.518)">
3
+ <g transform="translate(0.156 0.482)" fill="none">
4
+ <path
5
+ d="M2,12a2,2,0,0,1-2-2V3c0-.02,0-.04,0-.06V.6A1.638,1.638,0,0,1,1.43-1l5,0,.693,0L8.559,1H14a2,2,0,0,1,2,2v7a2,2,0,0,1-2,2Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M 14.00040054321289 10.99970054626465 C 14.55169010162354 10.99970054626465 15.00020027160645 10.55079078674316 15.00020027160645 9.999000549316406 L 15.00020027160645 2.999700307846069 C 15.00020027160645 2.447910308837891 14.55169010162354 1.999000310897827 14.00040054321289 1.999000310897827 L 8.046740531921387 1.999000310897827 L 6.609145641326904 0.000567753566429019 L 6.429960250854492 0.0001003410361590795 L 1.435529828071594 0.001898515853099525 C 1.313629150390625 0.01016018912196159 1.001800298690796 0.3027100265026093 1.001800298690796 0.6039003133773804 L 1.001370310783386 2.969350337982178 C 1.001080274581909 2.979450225830078 1.000900268554688 2.989530324935913 1.000900268554688 2.999700307846069 L 1.000900268554688 9.999000549316406 C 1.000900268554688 10.55079078674316 1.449410319328308 10.99970054626465 2.000700235366821 10.99970054626465 L 14.00040054321289 10.99970054626465 M 14.00040054321289 11.99970054626465 L 2.000700235366821 11.99970054626465 C 0.8964002728462219 11.99970054626465 0.0009002700680866838 11.10420036315918 0.0009002700680866838 9.999000549316406 L 0.0009002700680866838 2.999700307846069 C 0.0009002700680866838 2.979730367660522 0.001220270060002804 2.959940433502197 0.001800270052626729 2.940110445022583 C 0.001800270052626729 2.634180307388306 0.001800270052626729 1.307190299034119 0.001800270052626729 0.6039003133773804 C 0.001800270052626729 -0.1970996558666229 0.7128002643585205 -0.994499683380127 1.430100321769714 -0.998099684715271 L 6.429600238800049 -0.999899685382843 L 7.122600078582764 -0.998099684715271 L 8.559240341186523 0.9990003705024719 L 14.00040054321289 0.9990003705024719 C 15.10470008850098 0.9990003705024719 16.00020027160645 1.894500374794006 16.00020027160645 2.999700307846069 L 16.00020027160645 9.999000549316406 C 16.00020027160645 11.10420036315918 15.10470008850098 11.99970054626465 14.00040054321289 11.99970054626465 Z"
9
+ stroke="none" fill="#000" />
10
+ </g>
11
+ <path d="M3.1,16.588l4-5.5h10" transform="translate(-1.947 -5.105)" fill="none" stroke="#000"
12
+ stroke-linejoin="round" stroke-width="1" />
13
+ </g>
14
+ </svg>
@@ -1 +1,11 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(-0.333 1.6)"><line y2="11" transform="translate(11.833 0.899)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><g transform="translate(0.333 0.399)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><rect width="16" height="12" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="15" height="11" rx="1.5" fill="none"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(-0.333 1.6)">
3
+ <line y2="11" transform="translate(11.833 0.899)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="1" />
5
+ <g transform="translate(0.333 0.399)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"
6
+ stroke-width="1">
7
+ <rect width="16" height="12" rx="2" stroke="none" />
8
+ <rect x="0.5" y="0.5" width="15" height="11" rx="1.5" fill="none" />
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -1 +1,18 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16.006" height="16" viewBox="0 0 16.006 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2 4)"><path d="M-53.833,68.915h-2.5a1.568,1.568,0,0,0-1.25.417A1.569,1.569,0,0,0-58,70.582v6.667a1.571,1.571,0,0,0,.417,1.25,1.568,1.568,0,0,0,1.25.417h11.667a1.568,1.568,0,0,0,1.25-.417A1.568,1.568,0,0,0-43,77.248V70.414c0-.531.086-.864-.261-1.213s-.71-.286-1.239-.286h-2.667" transform="translate(56.5 -70.415)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><g transform="translate(55.101 -75.415)" fill="none" stroke-miterlimit="10"><path d="M-51.624,84.416h5.043l.431,1.062a.7.7,0,0,1-.679.938h-4.543a.7.7,0,0,1-.68-.936Z" stroke="none"/><path d="M -51.62363815307617 84.41600799560547 L -46.58088684082031 84.41600799560547 L -46.14959716796875 85.47846984863281 C -45.96616744995117 85.93022918701172 -46.31779861450195 86.41600799560547 -46.82875823974609 86.41600799560547 L -51.37184906005859 86.41600799560547 C -51.88182830810547 86.41600799560547 -52.23344802856445 85.93209075927734 -52.05198669433594 85.4803466796875 L -51.62363815307617 84.41600799560547 Z" stroke="none" fill="#000"/></g><path d="M-49.5,74.181l2,2,2-2" transform="translate(53.5 -70.682)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y1="6" transform="translate(6 -1.001)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16.006" height="16" viewBox="0 0 16.006 16">
2
+ <g transform="translate(2 4)">
3
+ <path
4
+ d="M-53.833,68.915h-2.5a1.568,1.568,0,0,0-1.25.417A1.569,1.569,0,0,0-58,70.582v6.667a1.571,1.571,0,0,0,.417,1.25,1.568,1.568,0,0,0,1.25.417h11.667a1.568,1.568,0,0,0,1.25-.417A1.568,1.568,0,0,0-43,77.248V70.414c0-.531.086-.864-.261-1.213s-.71-.286-1.239-.286h-2.667"
5
+ transform="translate(56.5 -70.415)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10"
6
+ stroke-width="1" />
7
+ <g transform="translate(55.101 -75.415)" fill="none" stroke-miterlimit="10">
8
+ <path d="M-51.624,84.416h5.043l.431,1.062a.7.7,0,0,1-.679.938h-4.543a.7.7,0,0,1-.68-.936Z" stroke="none" />
9
+ <path
10
+ d="M -51.62363815307617 84.41600799560547 L -46.58088684082031 84.41600799560547 L -46.14959716796875 85.47846984863281 C -45.96616744995117 85.93022918701172 -46.31779861450195 86.41600799560547 -46.82875823974609 86.41600799560547 L -51.37184906005859 86.41600799560547 C -51.88182830810547 86.41600799560547 -52.23344802856445 85.93209075927734 -52.05198669433594 85.4803466796875 L -51.62363815307617 84.41600799560547 Z"
11
+ stroke="none" fill="#000" />
12
+ </g>
13
+ <path d="M-49.5,74.181l2,2,2-2" transform="translate(53.5 -70.682)" fill="none" stroke="#000"
14
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
15
+ <line y1="6" transform="translate(6 -1.001)" fill="none" stroke="#000" stroke-linecap="round"
16
+ stroke-linejoin="round" stroke-width="1" />
17
+ </g>
18
+ </svg>
@@ -1 +1,20 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0.667 0.666)"><g transform="translate(-0.667 -0.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="7" height="7" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="6" height="6" rx="0.5" fill="none"/></g><g transform="translate(-0.667 8.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="7" height="7" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="6" height="6" rx="0.5" fill="none"/></g><g transform="translate(8.333 -0.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="7" height="7" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="6" height="6" rx="0.5" fill="none"/></g><g transform="translate(8.333 8.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="7" height="7" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="6" height="6" rx="0.5" fill="none"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(0.667 0.666)">
3
+ <g transform="translate(-0.667 -0.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
4
+ <rect width="7" height="7" rx="1" stroke="none" />
5
+ <rect x="0.5" y="0.5" width="6" height="6" rx="0.5" fill="none" />
6
+ </g>
7
+ <g transform="translate(-0.667 8.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
8
+ <rect width="7" height="7" rx="1" stroke="none" />
9
+ <rect x="0.5" y="0.5" width="6" height="6" rx="0.5" fill="none" />
10
+ </g>
11
+ <g transform="translate(8.333 -0.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
12
+ <rect width="7" height="7" rx="1" stroke="none" />
13
+ <rect x="0.5" y="0.5" width="6" height="6" rx="0.5" fill="none" />
14
+ </g>
15
+ <g transform="translate(8.333 8.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
16
+ <rect width="7" height="7" rx="1" stroke="none" />
17
+ <rect x="0.5" y="0.5" width="6" height="6" rx="0.5" fill="none" />
18
+ </g>
19
+ </g>
20
+ </svg>
@@ -1 +1,24 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.001" viewBox="0 0 16 16.001"><g transform="translate(0)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(1.333 2)"><g transform="translate(5.667 7)" fill="none" stroke="#000" stroke-width="1"><rect width="5" height="5" rx="2.5" stroke="none"/><rect x="0.5" y="0.5" width="4" height="4" rx="2" fill="none"/></g><g transform="translate(-1.333 5)" fill="none" stroke="#000" stroke-width="1"><rect width="6" height="6" rx="3" stroke="none"/><rect x="0.5" y="0.5" width="5" height="5" rx="2.5" fill="none"/></g><path d="M0,0A2,2,0,0,1,2,2,2,2,0,0,1,0,4" transform="translate(6.167 14.001) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><path d="M0,0A2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1,0,5" transform="translate(-0.833 14.001) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><g transform="translate(9.167 -1)"><line x2="6" transform="translate(-1 2.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line y2="6" transform="translate(2 -0.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.001" viewBox="0 0 16 16.001">
2
+ <g transform="translate(0)">
3
+ <g transform="translate(1.333 2)">
4
+ <g transform="translate(5.667 7)" fill="none" stroke="#000" stroke-width="1">
5
+ <rect width="5" height="5" rx="2.5" stroke="none" />
6
+ <rect x="0.5" y="0.5" width="4" height="4" rx="2" fill="none" />
7
+ </g>
8
+ <g transform="translate(-1.333 5)" fill="none" stroke="#000" stroke-width="1">
9
+ <rect width="6" height="6" rx="3" stroke="none" />
10
+ <rect x="0.5" y="0.5" width="5" height="5" rx="2.5" fill="none" />
11
+ </g>
12
+ <path d="M0,0A2,2,0,0,1,2,2,2,2,0,0,1,0,4" transform="translate(6.167 14.001) rotate(-90)" fill="none"
13
+ stroke="#000" stroke-linejoin="round" stroke-width="1" />
14
+ <path d="M0,0A2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1,0,5" transform="translate(-0.833 14.001) rotate(-90)"
15
+ fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1" />
16
+ <g transform="translate(9.167 -1)">
17
+ <line x2="6" transform="translate(-1 2.5)" fill="none" stroke="#000" stroke-linecap="round"
18
+ stroke-miterlimit="10" stroke-width="1" />
19
+ <line y2="6" transform="translate(2 -0.5)" fill="none" stroke="#000" stroke-linecap="round"
20
+ stroke-miterlimit="10" stroke-width="1" />
21
+ </g>
22
+ </g>
23
+ </g>
24
+ </svg>
@@ -1 +1,18 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g transform="translate(0)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(1.333 1.334)"><g transform="translate(-1.333 0.666)" fill="none" stroke="#000" stroke-width="1"><rect width="8" height="8" rx="4" stroke="none"/><rect x="0.5" y="0.5" width="7" height="7" rx="3.5" fill="none"/></g><path d="M0,0A3.5,3.5,0,0,1,3.5,3.5,3.5,3.5,0,0,1,0,7" transform="translate(-0.833 12.666) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><path d="M0,0A2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1,0,5" transform="translate(9.167 12.666) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><g transform="translate(8.667 3.666)" fill="none" stroke="#000" stroke-width="1"><rect width="6" height="6" rx="3" stroke="none"/><rect x="0.5" y="0.5" width="5" height="5" rx="2.5" fill="none"/></g></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(0)">
3
+ <g transform="translate(1.333 1.334)">
4
+ <g transform="translate(-1.333 0.666)" fill="none" stroke="#000" stroke-width="1">
5
+ <rect width="8" height="8" rx="4" stroke="none" />
6
+ <rect x="0.5" y="0.5" width="7" height="7" rx="3.5" fill="none" />
7
+ </g>
8
+ <path d="M0,0A3.5,3.5,0,0,1,3.5,3.5,3.5,3.5,0,0,1,0,7" transform="translate(-0.833 12.666) rotate(-90)"
9
+ fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1" />
10
+ <path d="M0,0A2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1,0,5" transform="translate(9.167 12.666) rotate(-90)"
11
+ fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1" />
12
+ <g transform="translate(8.667 3.666)" fill="none" stroke="#000" stroke-width="1">
13
+ <rect width="6" height="6" rx="3" stroke="none" />
14
+ <rect x="0.5" y="0.5" width="5" height="5" rx="2.5" fill="none" />
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -1 +1,12 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0 1)"><g transform="translate(554 -67.531)" stroke-miterlimit="10"><path d="M -545.999755859375 80.47274780273438 L -551.9839477539062 74.47150421142578 C -552.63916015625 73.81432342529297 -553 72.94020080566406 -553 72.01023864746094 C -553 71.08026885986328 -552.63916015625 70.20616149902344 -551.98388671875 69.54892730712891 C -551.3294677734375 68.89250946044922 -550.4594116210938 68.53101348876953 -549.5339965820312 68.53101348876953 C -548.6087036132812 68.53101348876953 -547.73876953125 68.89250946044922 -547.0843505859375 69.54891967773438 L -546.7080078125 69.92622375488281 L -545.999755859375 70.63623809814453 L -545.2918090820312 69.92600250244141 L -544.9158325195312 69.54888916015625 C -544.261474609375 68.89252471923828 -543.3914184570312 68.53101348876953 -542.466064453125 68.53101348876953 C -541.5407104492188 68.53101348876953 -540.670654296875 68.89252471923828 -540.0161743164062 69.5489501953125 C -539.3609008789062 70.20623779296875 -539 71.08035278320312 -539 72.01023864746094 C -539 72.94013214111328 -539.3609008789062 73.81425476074219 -540.0162353515625 74.47157287597656 L -545.999755859375 80.47274780273438 Z" stroke="none"/><path d="M -549.5339965820312 69.53101348876953 C -550.1917724609375 69.53101348876953 -550.810302734375 69.78810882568359 -551.2756958007812 70.25497436523438 C -551.7427978515625 70.72344207763672 -552 71.34680938720703 -552 72.01023864746094 C -552 72.67366790771484 -551.7427978515625 73.29705047607422 -551.27587890625 73.76540374755859 L -545.999755859375 79.05648803710938 L -540.7244262695312 73.76554870605469 C -540.2572631835938 73.29697418212891 -540 72.67359161376953 -540 72.01023864746094 C -540 71.34689331054688 -540.2572631835938 70.72351837158203 -540.724365234375 70.2550048828125 C -541.1898193359375 69.78813171386719 -541.8084106445312 69.53101348876953 -542.466064453125 69.53101348876953 C -543.1237182617188 69.53101348876953 -543.7423095703125 69.78813171386719 -544.2076416015625 70.2548828125 L -545.9995727539062 72.05245971679688 L -547.7925415039062 70.25494384765625 C -548.2579345703125 69.78810882568359 -548.8764038085938 69.53101348876953 -549.5339965820312 69.53101348876953 M -549.5339965820312 67.53101348876953 C -548.3413696289062 67.53101348876953 -547.2194213867188 67.99704742431641 -546.3761596679688 68.84290313720703 L -546 69.22000885009766 L -545.6240844726562 68.84290313720703 C -544.78076171875 67.99704742431641 -543.65869140625 67.53101348876953 -542.466064453125 67.53101348876953 C -541.2733764648438 67.53101348876953 -540.1513671875 67.99704742431641 -539.3080444335938 68.84290313720703 C -538.4647827148438 69.688720703125 -538 70.81336975097656 -538 72.01023864746094 C -538 73.20642852783203 -538.4647827148438 74.33176422119141 -539.3080444335938 75.17760467529297 L -545.3900756835938 81.27760314941406 C -545.552001953125 81.44007873535156 -545.7714233398438 81.53102111816406 -546 81.53102111816406 C -546.2286987304688 81.53102111816406 -546.4480590820312 81.44007873535156 -546.609375 81.27760314941406 L -552.6920776367188 75.17760467529297 C -553.5353393554688 74.33176422119141 -554 73.20709228515625 -554 72.01023864746094 C -554 70.81404876708984 -553.5353393554688 69.688720703125 -552.6920776367188 68.84290313720703 C -551.8488159179688 67.99704742431641 -550.7267456054688 67.53101348876953 -549.5339965820312 67.53101348876953 Z" stroke="none" fill="#000"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(0 1)">
3
+ <g transform="translate(554 -67.531)" stroke-miterlimit="10">
4
+ <path
5
+ d="M -545.999755859375 80.47274780273438 L -551.9839477539062 74.47150421142578 C -552.63916015625 73.81432342529297 -553 72.94020080566406 -553 72.01023864746094 C -553 71.08026885986328 -552.63916015625 70.20616149902344 -551.98388671875 69.54892730712891 C -551.3294677734375 68.89250946044922 -550.4594116210938 68.53101348876953 -549.5339965820312 68.53101348876953 C -548.6087036132812 68.53101348876953 -547.73876953125 68.89250946044922 -547.0843505859375 69.54891967773438 L -546.7080078125 69.92622375488281 L -545.999755859375 70.63623809814453 L -545.2918090820312 69.92600250244141 L -544.9158325195312 69.54888916015625 C -544.261474609375 68.89252471923828 -543.3914184570312 68.53101348876953 -542.466064453125 68.53101348876953 C -541.5407104492188 68.53101348876953 -540.670654296875 68.89252471923828 -540.0161743164062 69.5489501953125 C -539.3609008789062 70.20623779296875 -539 71.08035278320312 -539 72.01023864746094 C -539 72.94013214111328 -539.3609008789062 73.81425476074219 -540.0162353515625 74.47157287597656 L -545.999755859375 80.47274780273438 Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M -549.5339965820312 69.53101348876953 C -550.1917724609375 69.53101348876953 -550.810302734375 69.78810882568359 -551.2756958007812 70.25497436523438 C -551.7427978515625 70.72344207763672 -552 71.34680938720703 -552 72.01023864746094 C -552 72.67366790771484 -551.7427978515625 73.29705047607422 -551.27587890625 73.76540374755859 L -545.999755859375 79.05648803710938 L -540.7244262695312 73.76554870605469 C -540.2572631835938 73.29697418212891 -540 72.67359161376953 -540 72.01023864746094 C -540 71.34689331054688 -540.2572631835938 70.72351837158203 -540.724365234375 70.2550048828125 C -541.1898193359375 69.78813171386719 -541.8084106445312 69.53101348876953 -542.466064453125 69.53101348876953 C -543.1237182617188 69.53101348876953 -543.7423095703125 69.78813171386719 -544.2076416015625 70.2548828125 L -545.9995727539062 72.05245971679688 L -547.7925415039062 70.25494384765625 C -548.2579345703125 69.78810882568359 -548.8764038085938 69.53101348876953 -549.5339965820312 69.53101348876953 M -549.5339965820312 67.53101348876953 C -548.3413696289062 67.53101348876953 -547.2194213867188 67.99704742431641 -546.3761596679688 68.84290313720703 L -546 69.22000885009766 L -545.6240844726562 68.84290313720703 C -544.78076171875 67.99704742431641 -543.65869140625 67.53101348876953 -542.466064453125 67.53101348876953 C -541.2733764648438 67.53101348876953 -540.1513671875 67.99704742431641 -539.3080444335938 68.84290313720703 C -538.4647827148438 69.688720703125 -538 70.81336975097656 -538 72.01023864746094 C -538 73.20642852783203 -538.4647827148438 74.33176422119141 -539.3080444335938 75.17760467529297 L -545.3900756835938 81.27760314941406 C -545.552001953125 81.44007873535156 -545.7714233398438 81.53102111816406 -546 81.53102111816406 C -546.2286987304688 81.53102111816406 -546.4480590820312 81.44007873535156 -546.609375 81.27760314941406 L -552.6920776367188 75.17760467529297 C -553.5353393554688 74.33176422119141 -554 73.20709228515625 -554 72.01023864746094 C -554 70.81404876708984 -553.5353393554688 69.688720703125 -552.6920776367188 68.84290313720703 C -551.8488159179688 67.99704742431641 -550.7267456054688 67.53101348876953 -549.5339965820312 67.53101348876953 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="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0 1)"><g transform="translate(554 -67.531)" fill="none" stroke-miterlimit="10"><path d="M-542.466,67.531a4.431,4.431,0,0,0-3.158,1.312l-.376.377-.376-.377a4.431,4.431,0,0,0-3.158-1.312,4.431,4.431,0,0,0-3.158,1.312A4.458,4.458,0,0,0-554,72.01a4.457,4.457,0,0,0,1.308,3.167l6.083,6.1a.858.858,0,0,0,.609.253.861.861,0,0,0,.61-.253l6.082-6.1A4.458,4.458,0,0,0-538,72.01a4.457,4.457,0,0,0-1.308-3.167A4.431,4.431,0,0,0-542.466,67.531Z" stroke="none"/><path d="M -549.5339965820312 68.53101348876953 C -550.4594116210938 68.53101348876953 -551.3295288085938 68.89251708984375 -551.98388671875 69.54894256591797 C -552.63916015625 70.20616149902344 -553 71.08026123046875 -553 72.01024627685547 C -553 72.94020080566406 -552.63916015625 73.81431579589844 -551.9839477539062 74.47149658203125 L -545.999755859375 80.47276306152344 L -540.0162353515625 74.47156524658203 C -539.3609008789062 73.81424713134766 -539 72.94012451171875 -539 72.01024627685547 C -539 71.08034515380859 -539.3609008789062 70.20624542236328 -540.0162353515625 69.5489501953125 C -540.670654296875 68.89252471923828 -541.5407104492188 68.53101348876953 -542.466064453125 68.53101348876953 C -543.3914184570312 68.53101348876953 -544.261474609375 68.89252471923828 -544.9158325195312 69.54889678955078 L -545.999755859375 70.63624572753906 L -547.0843505859375 69.54891967773438 C -547.73876953125 68.89251708984375 -548.6087036132812 68.53101348876953 -549.5339965820312 68.53101348876953 M -549.5339965820312 67.53101348876953 C -548.3413696289062 67.53101348876953 -547.2194213867188 67.99703979492188 -546.3761596679688 68.84290313720703 L -546 69.22001647949219 L -545.6240844726562 68.84290313720703 C -544.78076171875 67.99703979492188 -543.65869140625 67.53101348876953 -542.466064453125 67.53101348876953 C -541.2733764648438 67.53101348876953 -540.1513671875 67.99703979492188 -539.3080444335938 68.84290313720703 C -538.4647827148438 69.68871307373047 -538 70.81336975097656 -538 72.01024627685547 C -538 73.20643615722656 -538.4647827148438 74.33175659179688 -539.3080444335938 75.17759704589844 L -545.3900756835938 81.27760314941406 C -545.552001953125 81.44007110595703 -545.7714233398438 81.53101348876953 -546 81.53101348876953 C -546.2286987304688 81.53101348876953 -546.4480590820312 81.44007110595703 -546.609375 81.27760314941406 L -552.6920776367188 75.17759704589844 C -553.5353393554688 74.33175659179688 -554 73.20708465576172 -554 72.01024627685547 C -554 70.81405639648438 -553.5353393554688 69.68871307373047 -552.6920776367188 68.84290313720703 C -551.8488159179688 67.99703979492188 -550.7267456054688 67.53101348876953 -549.5339965820312 67.53101348876953 Z" stroke="none" fill="#000"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(0 1)">
3
+ <g transform="translate(554 -67.531)" fill="none" stroke-miterlimit="10">
4
+ <path
5
+ d="M-542.466,67.531a4.431,4.431,0,0,0-3.158,1.312l-.376.377-.376-.377a4.431,4.431,0,0,0-3.158-1.312,4.431,4.431,0,0,0-3.158,1.312A4.458,4.458,0,0,0-554,72.01a4.457,4.457,0,0,0,1.308,3.167l6.083,6.1a.858.858,0,0,0,.609.253.861.861,0,0,0,.61-.253l6.082-6.1A4.458,4.458,0,0,0-538,72.01a4.457,4.457,0,0,0-1.308-3.167A4.431,4.431,0,0,0-542.466,67.531Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M -549.5339965820312 68.53101348876953 C -550.4594116210938 68.53101348876953 -551.3295288085938 68.89251708984375 -551.98388671875 69.54894256591797 C -552.63916015625 70.20616149902344 -553 71.08026123046875 -553 72.01024627685547 C -553 72.94020080566406 -552.63916015625 73.81431579589844 -551.9839477539062 74.47149658203125 L -545.999755859375 80.47276306152344 L -540.0162353515625 74.47156524658203 C -539.3609008789062 73.81424713134766 -539 72.94012451171875 -539 72.01024627685547 C -539 71.08034515380859 -539.3609008789062 70.20624542236328 -540.0162353515625 69.5489501953125 C -540.670654296875 68.89252471923828 -541.5407104492188 68.53101348876953 -542.466064453125 68.53101348876953 C -543.3914184570312 68.53101348876953 -544.261474609375 68.89252471923828 -544.9158325195312 69.54889678955078 L -545.999755859375 70.63624572753906 L -547.0843505859375 69.54891967773438 C -547.73876953125 68.89251708984375 -548.6087036132812 68.53101348876953 -549.5339965820312 68.53101348876953 M -549.5339965820312 67.53101348876953 C -548.3413696289062 67.53101348876953 -547.2194213867188 67.99703979492188 -546.3761596679688 68.84290313720703 L -546 69.22001647949219 L -545.6240844726562 68.84290313720703 C -544.78076171875 67.99703979492188 -543.65869140625 67.53101348876953 -542.466064453125 67.53101348876953 C -541.2733764648438 67.53101348876953 -540.1513671875 67.99703979492188 -539.3080444335938 68.84290313720703 C -538.4647827148438 69.68871307373047 -538 70.81336975097656 -538 72.01024627685547 C -538 73.20643615722656 -538.4647827148438 74.33175659179688 -539.3080444335938 75.17759704589844 L -545.3900756835938 81.27760314941406 C -545.552001953125 81.44007110595703 -545.7714233398438 81.53101348876953 -546 81.53101348876953 C -546.2286987304688 81.53101348876953 -546.4480590820312 81.44007110595703 -546.609375 81.27760314941406 L -552.6920776367188 75.17759704589844 C -553.5353393554688 74.33175659179688 -554 73.20708465576172 -554 72.01024627685547 C -554 70.81405639648438 -553.5353393554688 69.68871307373047 -552.6920776367188 68.84290313720703 C -551.8488159179688 67.99703979492188 -550.7267456054688 67.53101348876953 -549.5339965820312 67.53101348876953 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="16" height="16" viewBox="0 0 16 16"><g transform="translate(0 0)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2 2.666)"><path d="M.289,1.513,4.575,5.8l7.714-7.714L8-6.2Z" transform="translate(1.211 4.035)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><path d="M4.789,7.8l2.5,2.5-1.5,1.5h-1.5l-1-1V9.3Z" transform="translate(-2.789 -0.964)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M1.289,11.8l-1,.667,1,.333,1-.667Z" transform="translate(-0.789 -1.465)" stroke="#000" stroke-linejoin="round" stroke-width="1"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(0 0)">
3
+ <g transform="translate(2 2.666)">
4
+ <path d="M.289,1.513,4.575,5.8l7.714-7.714L8-6.2Z" transform="translate(1.211 4.035)" fill="none"
5
+ stroke="#000" stroke-linejoin="round" stroke-width="1" />
6
+ <path d="M4.789,7.8l2.5,2.5-1.5,1.5h-1.5l-1-1V9.3Z" transform="translate(-2.789 -0.964)" fill="none"
7
+ stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
8
+ <path d="M1.289,11.8l-1,.667,1,.333,1-.667Z" transform="translate(-0.789 -1.465)" stroke="#000"
9
+ stroke-linejoin="round" stroke-width="1" />
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -1 +1,13 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" transform="translate(0)" fill="#fff" opacity="0"/><g transform="translate(-0.09 -0.352)"><g transform="translate(0.09 0.352)" fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M 6.500200271606445 14.49947547912598 L 5.000430107116699 14.49940013885498 C 4.14663028717041 14.49806976318359 3.501140117645264 13.77134037017822 3.49970006942749 12.80895042419434 L 3.49970006942749 7.999199867248535 L 3.49970006942749 7.499199867248535 L 2.99970006942749 7.499199867248535 L 0.9567001461982727 7.499199867248535 C 0.8324501514434814 7.499199867248535 0.7371201515197754 7.486480236053467 0.6567001342773438 7.459159851074219 C 0.5731701254844666 7.430240154266357 0.5416601300239563 7.396399974822998 0.5222301483154297 7.367249965667725 C 0.5104201436042786 7.349760055541992 0.499780148267746 7.318809986114502 0.4999901354312897 7.29095983505249 C 0.5001983642578125 7.249019145965576 0.5079524517059326 7.19917106628418 0.5624661445617676 7.111691474914551 C 0.6091914772987366 7.039515495300293 0.6727991104125977 6.969462394714355 0.7620422840118408 6.891958713531494 L 7.181450366973877 1.796520113945007 L 7.188390254974365 1.791020035743713 L 7.195120334625244 1.785280108451843 C 7.410820007324219 1.601250052452087 7.696700096130371 1.499900102615356 8.000100135803223 1.499900102615356 C 8.303520202636719 1.499900102615356 8.589179992675781 1.601380109786987 8.804470062255859 1.785660028457642 L 8.811530113220215 1.791700124740601 L 8.81881046295166 1.797470092773438 L 15.23848438262939 6.891508102416992 C 15.3276424407959 6.969587326049805 15.39114284515381 7.039757251739502 15.43764019012451 7.111541271209717 C 15.491868019104 7.198548793792725 15.49979400634766 7.249892711639404 15.50022983551025 7.292409896850586 C 15.50042057037354 7.318809986114502 15.48978042602539 7.349760055541992 15.47966003417969 7.364729881286621 L 15.47825050354004 7.366819858551025 L 15.4768705368042 7.368919849395752 C 15.46095561981201 7.39299201965332 15.43653964996338 7.414951324462891 15.40792465209961 7.430988788604736 C 15.3406867980957 7.466127872467041 15.24885272979736 7.498362064361572 15.04147052764893 7.499199867248535 L 13.0004997253418 7.499199867248535 L 12.5004997253418 7.499199867248535 L 12.5004997253418 7.999199867248535 L 12.5004997253418 12.99960041046143 C 12.49917030334473 13.89498043060303 11.89577007293701 14.49800968170166 10.99902057647705 14.49940013885498 L 9.5 14.49940013885498 L 9.5 11.00069999694824 L 9.5 10.50069999694824 L 9 10.50069999694824 L 7.000200271606445 10.50069999694824 L 6.500200271606445 10.50069999694824 L 6.500200271606445 11.00069999694824 L 6.500200271606445 14.49947547912598 Z" stroke="none"/><path d="M 6.000200271606445 13.99944972991943 L 6.000200271606445 10.00069999694824 L 10 10.00069999694824 L 10 13.99940013885498 L 10.99824047088623 13.99940013885498 C 11.62489032745361 13.9984302520752 11.9995698928833 13.62411022186279 12.0004997253418 12.99960041046143 L 12.0004997253418 6.999199867248535 L 14.56981563568115 6.999207973480225 L 8.479340553283691 2.165510177612305 C 8.354570388793945 2.058720111846924 8.184370040893555 1.999900102615356 8.000100135803223 1.999900102615356 C 7.815560340881348 1.999900102615356 7.644930362701416 2.058770179748535 7.51963996887207 2.165650129318237 L 7.492310047149658 2.18815016746521 L 1.431184887886047 6.999199867248535 L 3.99970006942749 6.999199867248535 L 3.99970006942749 12.8082103729248 C 4.000730037689209 13.49752998352051 4.422240257263184 13.99849987030029 5.000450134277344 13.99940013885498 L 6.000200271606445 13.99944972991943 M 7.000200271606445 14.9995002746582 L 5.000400066375732 14.99940013885498 C 3.861670017242432 14.99763011932373 3.001560211181641 14.05626010894775 2.99970006942749 12.80970001220703 L 2.99970006942749 7.999199867248535 L 0.9567001461982727 7.999199867248535 C 0.776120126247406 7.999199867248535 0.6296901106834412 7.978040218353271 0.4959001243114471 7.932600021362305 C 0.3229501247406006 7.872730255126953 0.1954801380634308 7.778520107269287 0.106200136244297 7.644599914550781 C 0.03779013454914093 7.543320178985596 -0.0009198642219416797 7.413080215454102 1.358032193365943e-07 7.287300109863281 C 0.0007701357826590538 7.135960102081299 0.0453801341354847 6.994969844818115 0.1404001414775848 6.843600273132324 C 0.2152901291847229 6.727020263671875 0.3113701343536377 6.620069980621338 0.4428001344203949 6.506999969482422 L 6.87060022354126 1.404900074005127 C 7.17671012878418 1.143740057945251 7.577850341796875 0.9999000430107117 8.000100135803223 0.9999000430107117 C 8.422659873962402 0.9999000430107117 8.823790550231934 1.144050121307373 9.129600524902344 1.405800104141235 L 15.55830001831055 6.506999969482422 C 15.68955993652344 6.620759963989258 15.78534984588623 6.727710247039795 15.85980033874512 6.843600273132324 C 15.95403003692627 6.993710041046143 15.9986400604248 7.134690284729004 16.00020027160645 7.287300109863281 C 16.00111961364746 7.413090229034424 15.96240997314453 7.543320178985596 15.89400005340576 7.644599914550781 C 15.83250999450684 7.737639904022217 15.74629974365234 7.816070079803467 15.644700050354 7.871399879455566 C 15.47735023498535 7.959949970245361 15.29755973815918 7.998169898986816 15.04349994659424 7.999199867248535 L 13.0004997253418 7.999199867248535 L 13.0004997253418 12.99960041046143 C 12.99874973297119 14.17522048950195 12.17603015899658 14.9975700378418 10.99979972839355 14.99940013885498 L 9 14.99940013885498 L 9 11.00069999694824 L 7.000200271606445 11.00069999694824 L 7.000200271606445 14.9995002746582 Z" stroke="none" fill="#000"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <rect transform="translate(0)" fill="#fff" opacity="0" />
3
+ <g transform="translate(-0.09 -0.352)">
4
+ <g transform="translate(0.09 0.352)" fill="rgba(0,0,0,0)" stroke-miterlimit="10">
5
+ <path
6
+ d="M 6.500200271606445 14.49947547912598 L 5.000430107116699 14.49940013885498 C 4.14663028717041 14.49806976318359 3.501140117645264 13.77134037017822 3.49970006942749 12.80895042419434 L 3.49970006942749 7.999199867248535 L 3.49970006942749 7.499199867248535 L 2.99970006942749 7.499199867248535 L 0.9567001461982727 7.499199867248535 C 0.8324501514434814 7.499199867248535 0.7371201515197754 7.486480236053467 0.6567001342773438 7.459159851074219 C 0.5731701254844666 7.430240154266357 0.5416601300239563 7.396399974822998 0.5222301483154297 7.367249965667725 C 0.5104201436042786 7.349760055541992 0.499780148267746 7.318809986114502 0.4999901354312897 7.29095983505249 C 0.5001983642578125 7.249019145965576 0.5079524517059326 7.19917106628418 0.5624661445617676 7.111691474914551 C 0.6091914772987366 7.039515495300293 0.6727991104125977 6.969462394714355 0.7620422840118408 6.891958713531494 L 7.181450366973877 1.796520113945007 L 7.188390254974365 1.791020035743713 L 7.195120334625244 1.785280108451843 C 7.410820007324219 1.601250052452087 7.696700096130371 1.499900102615356 8.000100135803223 1.499900102615356 C 8.303520202636719 1.499900102615356 8.589179992675781 1.601380109786987 8.804470062255859 1.785660028457642 L 8.811530113220215 1.791700124740601 L 8.81881046295166 1.797470092773438 L 15.23848438262939 6.891508102416992 C 15.3276424407959 6.969587326049805 15.39114284515381 7.039757251739502 15.43764019012451 7.111541271209717 C 15.491868019104 7.198548793792725 15.49979400634766 7.249892711639404 15.50022983551025 7.292409896850586 C 15.50042057037354 7.318809986114502 15.48978042602539 7.349760055541992 15.47966003417969 7.364729881286621 L 15.47825050354004 7.366819858551025 L 15.4768705368042 7.368919849395752 C 15.46095561981201 7.39299201965332 15.43653964996338 7.414951324462891 15.40792465209961 7.430988788604736 C 15.3406867980957 7.466127872467041 15.24885272979736 7.498362064361572 15.04147052764893 7.499199867248535 L 13.0004997253418 7.499199867248535 L 12.5004997253418 7.499199867248535 L 12.5004997253418 7.999199867248535 L 12.5004997253418 12.99960041046143 C 12.49917030334473 13.89498043060303 11.89577007293701 14.49800968170166 10.99902057647705 14.49940013885498 L 9.5 14.49940013885498 L 9.5 11.00069999694824 L 9.5 10.50069999694824 L 9 10.50069999694824 L 7.000200271606445 10.50069999694824 L 6.500200271606445 10.50069999694824 L 6.500200271606445 11.00069999694824 L 6.500200271606445 14.49947547912598 Z"
7
+ stroke="none" />
8
+ <path
9
+ d="M 6.000200271606445 13.99944972991943 L 6.000200271606445 10.00069999694824 L 10 10.00069999694824 L 10 13.99940013885498 L 10.99824047088623 13.99940013885498 C 11.62489032745361 13.9984302520752 11.9995698928833 13.62411022186279 12.0004997253418 12.99960041046143 L 12.0004997253418 6.999199867248535 L 14.56981563568115 6.999207973480225 L 8.479340553283691 2.165510177612305 C 8.354570388793945 2.058720111846924 8.184370040893555 1.999900102615356 8.000100135803223 1.999900102615356 C 7.815560340881348 1.999900102615356 7.644930362701416 2.058770179748535 7.51963996887207 2.165650129318237 L 7.492310047149658 2.18815016746521 L 1.431184887886047 6.999199867248535 L 3.99970006942749 6.999199867248535 L 3.99970006942749 12.8082103729248 C 4.000730037689209 13.49752998352051 4.422240257263184 13.99849987030029 5.000450134277344 13.99940013885498 L 6.000200271606445 13.99944972991943 M 7.000200271606445 14.9995002746582 L 5.000400066375732 14.99940013885498 C 3.861670017242432 14.99763011932373 3.001560211181641 14.05626010894775 2.99970006942749 12.80970001220703 L 2.99970006942749 7.999199867248535 L 0.9567001461982727 7.999199867248535 C 0.776120126247406 7.999199867248535 0.6296901106834412 7.978040218353271 0.4959001243114471 7.932600021362305 C 0.3229501247406006 7.872730255126953 0.1954801380634308 7.778520107269287 0.106200136244297 7.644599914550781 C 0.03779013454914093 7.543320178985596 -0.0009198642219416797 7.413080215454102 1.358032193365943e-07 7.287300109863281 C 0.0007701357826590538 7.135960102081299 0.0453801341354847 6.994969844818115 0.1404001414775848 6.843600273132324 C 0.2152901291847229 6.727020263671875 0.3113701343536377 6.620069980621338 0.4428001344203949 6.506999969482422 L 6.87060022354126 1.404900074005127 C 7.17671012878418 1.143740057945251 7.577850341796875 0.9999000430107117 8.000100135803223 0.9999000430107117 C 8.422659873962402 0.9999000430107117 8.823790550231934 1.144050121307373 9.129600524902344 1.405800104141235 L 15.55830001831055 6.506999969482422 C 15.68955993652344 6.620759963989258 15.78534984588623 6.727710247039795 15.85980033874512 6.843600273132324 C 15.95403003692627 6.993710041046143 15.9986400604248 7.134690284729004 16.00020027160645 7.287300109863281 C 16.00111961364746 7.413090229034424 15.96240997314453 7.543320178985596 15.89400005340576 7.644599914550781 C 15.83250999450684 7.737639904022217 15.74629974365234 7.816070079803467 15.644700050354 7.871399879455566 C 15.47735023498535 7.959949970245361 15.29755973815918 7.998169898986816 15.04349994659424 7.999199867248535 L 13.0004997253418 7.999199867248535 L 13.0004997253418 12.99960041046143 C 12.99874973297119 14.17522048950195 12.17603015899658 14.9975700378418 10.99979972839355 14.99940013885498 L 9 14.99940013885498 L 9 11.00069999694824 L 7.000200271606445 11.00069999694824 L 7.000200271606445 14.9995002746582 Z"
10
+ stroke="none" fill="#000" />
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -1 +1,11 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2 0.375)"><path d="M195.767,251.689c0-.33,1.2-1.03,1.833-1.667a6.017,6.017,0,0,0,1.833-4.167v-1.667h-11v1.667a6.014,6.014,0,0,0,1.833,4.167c.631.637,1.833,1.337,1.833,1.667s-1.2,1.03-1.833,1.667a6.015,6.015,0,0,0-1.833,4.167v1.667h11v-1.667a6.02,6.02,0,0,0-1.833-4.167C196.968,252.718,195.767,252.02,195.767,251.689Z" transform="translate(-187.933 -244.064)" fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1"/><line x1="9" transform="translate(1.5 4.125)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><ellipse cx="4" cy="1" rx="4" ry="1" transform="translate(2 13.625)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(2 0.375)">
3
+ <path
4
+ d="M195.767,251.689c0-.33,1.2-1.03,1.833-1.667a6.017,6.017,0,0,0,1.833-4.167v-1.667h-11v1.667a6.014,6.014,0,0,0,1.833,4.167c.631.637,1.833,1.337,1.833,1.667s-1.2,1.03-1.833,1.667a6.015,6.015,0,0,0-1.833,4.167v1.667h11v-1.667a6.02,6.02,0,0,0-1.833-4.167C196.968,252.718,195.767,252.02,195.767,251.689Z"
5
+ transform="translate(-187.933 -244.064)" fill="none" stroke="#000" stroke-linejoin="round"
6
+ stroke-miterlimit="10" stroke-width="1" />
7
+ <line x1="9" transform="translate(1.5 4.125)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-miterlimit="10" stroke-width="1" />
9
+ <ellipse cx="4" cy="1" rx="4" ry="1" transform="translate(2 13.625)" />
10
+ </g>
11
+ </svg>
@@ -1 +1,15 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(-0.667 0.999)"><g transform="translate(16.667 1.001) rotate(90)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="12" height="16" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="11" height="15" rx="1.5" fill="none"/></g><path d="M-551.037,82.09l9.5-5.5,3.5,5.5" transform="translate(553.2 -70.088)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><circle cx="1.5" cy="1.5" r="1.5" transform="translate(2.667 3.001)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M9.165,8l1,2,2.5-1.5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(-0.667 0.999)">
3
+ <g transform="translate(16.667 1.001) rotate(90)" fill="none" stroke="#000" stroke-miterlimit="10"
4
+ stroke-width="1">
5
+ <rect width="12" height="16" rx="2" stroke="none" />
6
+ <rect x="0.5" y="0.5" width="11" height="15" rx="1.5" fill="none" />
7
+ </g>
8
+ <path d="M-551.037,82.09l9.5-5.5,3.5,5.5" transform="translate(553.2 -70.088)" fill="none" stroke="#000"
9
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
10
+ <circle cx="1.5" cy="1.5" r="1.5" transform="translate(2.667 3.001)" fill="none" stroke="#000"
11
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
12
+ <path d="M9.165,8l1,2,2.5-1.5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"
13
+ stroke-width="1" />
14
+ </g>
15
+ </svg>
@@ -1 +1,9 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.001" viewBox="0 0 16 16.001"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0.333 0.334)"><circle cx="8" cy="8" r="8" transform="translate(-0.333 -0.333)"/><line y1="5" transform="translate(7.667 7.166)" fill="none" stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line y1="1" transform="translate(7.668 3.166)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.001" viewBox="0 0 16 16.001">
2
+ <g transform="translate(0.333 0.334)">
3
+ <circle cx="8" cy="8" r="8" transform="translate(-0.333 -0.333)" />
4
+ <line y1="5" transform="translate(7.667 7.166)" fill="none" stroke="#fff" stroke-linecap="round"
5
+ stroke-miterlimit="10" stroke-width="1" />
6
+ <line y1="1" transform="translate(7.668 3.166)" fill="none" stroke="#fff" stroke-linecap="round"
7
+ stroke-linejoin="round" stroke-width="1" />
8
+ </g>
9
+ </svg>
@@ -1 +1,12 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(-0.334 -0.334)"><line y2="1" transform="translate(8.334 3.834)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y2="5" transform="translate(8.334 7.834)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><g transform="translate(0.334 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5" fill="none"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(-0.334 -0.334)">
3
+ <line y2="1" transform="translate(8.334 3.834)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="1" />
5
+ <line y2="5" transform="translate(8.334 7.834)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="1" />
7
+ <g transform="translate(0.334 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
8
+ <circle cx="8" cy="8" r="8" stroke="none" />
9
+ <circle cx="8" cy="8" r="7.5" fill="none" />
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -1 +1,12 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.265" viewBox="0 0 16 16.265"><g transform="translate(0 0.131)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2.699 1.301)"><line x1="7" transform="translate(3.801 -0.8)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="7" transform="translate(-0.199 14.2)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="5" y2="15" transform="translate(2.801 -0.8)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.265" viewBox="0 0 16 16.265">
2
+ <g transform="translate(0 0.131)">
3
+ <g transform="translate(2.699 1.301)">
4
+ <line x1="7" transform="translate(3.801 -0.8)" fill="none" stroke="#000" stroke-linecap="round"
5
+ stroke-linejoin="round" stroke-width="1" />
6
+ <line x1="7" transform="translate(-0.199 14.2)" fill="none" stroke="#000" stroke-linecap="round"
7
+ stroke-linejoin="round" stroke-width="1" />
8
+ <line x1="5" y2="15" transform="translate(2.801 -0.8)" fill="none" stroke="#000" stroke-linecap="round"
9
+ stroke-linejoin="round" stroke-width="1" />
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -1 +1,11 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.004" viewBox="0 0 16 16.004"><g transform="translate(0 0.002)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(-948 -1896)"><path d="M22191,24962h-2.5v-2.707l.145-.15,6.5-6.5.063-.064a4.252,4.252,0,1,1,8.289-1.332,4.255,4.255,0,0,1-5.578,4.035l-.066.066-1.5,1.5-.145.15h-1.709v2h-2v1.705l-.143.15-1,1-.143.15Z" transform="translate(-21240 -23050.5)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><circle cx="1" cy="1" r="1" transform="translate(959 1899)"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.004" viewBox="0 0 16 16.004">
2
+ <g transform="translate(0 0.002)">
3
+ <g transform="translate(-948 -1896)">
4
+ <path
5
+ d="M22191,24962h-2.5v-2.707l.145-.15,6.5-6.5.063-.064a4.252,4.252,0,1,1,8.289-1.332,4.255,4.255,0,0,1-5.578,4.035l-.066.066-1.5,1.5-.145.15h-1.709v2h-2v1.705l-.143.15-1,1-.143.15Z"
6
+ transform="translate(-21240 -23050.5)" fill="none" stroke="#000" stroke-linejoin="round"
7
+ stroke-width="1" />
8
+ <circle cx="1" cy="1" r="1" transform="translate(959 1899)" />
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -1 +1,12 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5" fill="none"/></g><line x2="14" transform="translate(1 5)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"/><line x2="14" transform="translate(1 11)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"/><path d="M0,2A16.394,16.394,0,0,1,7,0a16.394,16.394,0,0,1,7,2" transform="translate(4.5 15) rotate(-90)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><path d="M0,0A16.394,16.394,0,0,0,7,2a16.394,16.394,0,0,0,7-2" transform="translate(9.5 15) rotate(-90)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
3
+ <circle cx="8" cy="8" r="8" stroke="none" />
4
+ <circle cx="8" cy="8" r="7.5" fill="none" />
5
+ </g>
6
+ <line x2="14" transform="translate(1 5)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1" />
7
+ <line x2="14" transform="translate(1 11)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1" />
8
+ <path d="M0,2A16.394,16.394,0,0,1,7,0a16.394,16.394,0,0,1,7,2" transform="translate(4.5 15) rotate(-90)" fill="none"
9
+ stroke="#000" stroke-linecap="round" stroke-width="1" />
10
+ <path d="M0,0A16.394,16.394,0,0,0,7,2a16.394,16.394,0,0,0,7-2" transform="translate(9.5 15) rotate(-90)" fill="none"
11
+ stroke="#000" stroke-linecap="round" stroke-width="1" />
12
+ </svg>
@@ -1 +1,9 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.007" viewBox="0 0 16 16.007"><g transform="translate(0 0.007)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(1.5 0.5)"><path d="M3.4,14.712l1-3.778a.158.158,0,0,1,.287-.047,1.762,1.762,0,0,0,3.161-.452A1.8,1.8,0,0,0,6.621,8.15a1.741,1.741,0,0,0-1.242.124.16.16,0,0,1-.225-.186l1-3.779L9.876,5.322a.161.161,0,0,0,.183-.229,1.812,1.812,0,0,1-.122-1.26A1.768,1.768,0,0,1,12.19,2.586,1.807,1.807,0,0,1,13.376,4.7a1.788,1.788,0,0,1-.741,1.089.162.162,0,0,0,.046.291L16.405,7.1,13.658,17.5Z" transform="translate(-3.405 -2.5)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.007" viewBox="0 0 16 16.007">
2
+ <g transform="translate(0 0.007)">
3
+ <g transform="translate(1.5 0.5)">
4
+ <path
5
+ d="M3.4,14.712l1-3.778a.158.158,0,0,1,.287-.047,1.762,1.762,0,0,0,3.161-.452A1.8,1.8,0,0,0,6.621,8.15a1.741,1.741,0,0,0-1.242.124.16.16,0,0,1-.225-.186l1-3.779L9.876,5.322a.161.161,0,0,0,.183-.229,1.812,1.812,0,0,1-.122-1.26A1.768,1.768,0,0,1,12.19,2.586,1.807,1.807,0,0,1,13.376,4.7a1.788,1.788,0,0,1-.741,1.089.162.162,0,0,0,.046.291L16.405,7.1,13.658,17.5Z"
6
+ transform="translate(-3.405 -2.5)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1" />
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -1 +1,7 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><path d="M12197,18688a2.8,2.8,0,0,1-1.825-.648,2.119,2.119,0,0,1-.778-1.617v-.014l1-1v1.018a1.109,1.109,0,0,0,.432.854,1.784,1.784,0,0,0,1.173.408,1.8,1.8,0,0,0,1.173-.408,1.143,1.143,0,0,0,.431-.857v-1.924l.239-.281a10.14,10.14,0,0,0,1.524-2.252,6.226,6.226,0,0,0,.606-2.135l1-1a4.332,4.332,0,0,1,.022.434,7.244,7.244,0,0,1-.731,3.137,11.083,11.083,0,0,1-1.665,2.473v1.553a2.124,2.124,0,0,1-.784,1.617A2.772,2.772,0,0,1,12197,18688Zm-3.755-5.369v0a9,9,0,0,1-.513-.924,7.153,7.153,0,0,1-.731-3.133,4.328,4.328,0,0,1,1.473-3.242,5.336,5.336,0,0,1,7.055,0,.027.027,0,0,0,.006.008h0l0,0-.71.709a4.344,4.344,0,0,0-5.684.023,3.347,3.347,0,0,0-1.145,2.5,6.2,6.2,0,0,0,.633,2.7c.1.205.21.412.34.631l-.726.725Z" transform="translate(-12189 -18673)"/><line y1="14" x2="14" transform="translate(1 1)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <path
3
+ d="M12197,18688a2.8,2.8,0,0,1-1.825-.648,2.119,2.119,0,0,1-.778-1.617v-.014l1-1v1.018a1.109,1.109,0,0,0,.432.854,1.784,1.784,0,0,0,1.173.408,1.8,1.8,0,0,0,1.173-.408,1.143,1.143,0,0,0,.431-.857v-1.924l.239-.281a10.14,10.14,0,0,0,1.524-2.252,6.226,6.226,0,0,0,.606-2.135l1-1a4.332,4.332,0,0,1,.022.434,7.244,7.244,0,0,1-.731,3.137,11.083,11.083,0,0,1-1.665,2.473v1.553a2.124,2.124,0,0,1-.784,1.617A2.772,2.772,0,0,1,12197,18688Zm-3.755-5.369v0a9,9,0,0,1-.513-.924,7.153,7.153,0,0,1-.731-3.133,4.328,4.328,0,0,1,1.473-3.242,5.336,5.336,0,0,1,7.055,0,.027.027,0,0,0,.006.008h0l0,0-.71.709a4.344,4.344,0,0,0-5.684.023,3.347,3.347,0,0,0-1.145,2.5,6.2,6.2,0,0,0,.633,2.7c.1.205.21.412.34.631l-.726.725Z"
4
+ transform="translate(-12189 -18673)" />
5
+ <line y1="14" x2="14" transform="translate(1 1)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-miterlimit="10" stroke-width="1" />
7
+ </svg>
@@ -1 +1,18 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2.666 0.443)"><g transform="translate(178.333 -65.943)" fill="none" stroke-miterlimit="10"><path d="M-168,71.071a4.372,4.372,0,0,0-1.474-3.241A5.233,5.233,0,0,0-173,66.5a5.233,5.233,0,0,0-3.527,1.33A4.372,4.372,0,0,0-178,71.071a7.179,7.179,0,0,0,.734,3.132,11.418,11.418,0,0,0,1.663,2.468v1.564a2.126,2.126,0,0,0,.782,1.619A2.808,2.808,0,0,0-173,80.5a2.808,2.808,0,0,0,1.821-.646,2.126,2.126,0,0,0,.782-1.619V76.683a11.308,11.308,0,0,0,1.667-2.474A7.213,7.213,0,0,0-168,71.071Z" stroke="none"/><path d="M -172.9994964599609 67.49998474121094 C -174.0811309814453 67.49998474121094 -175.0946350097656 67.87992095947266 -175.8538513183594 68.5703125 C -176.5934295654297 69.24186706542969 -177.0004730224609 70.12965393066406 -176.9999847412109 71.07126617431641 C -177.0005187988281 71.99250793457031 -176.7924957275391 72.87577819824219 -176.3642272949219 73.77119445800781 C -176.0182189941406 74.49388122558594 -175.5207214355469 75.22975158691406 -174.8433074951172 76.0208740234375 L -174.6028900146484 76.30164337158203 L -174.6028900146484 78.23600769042969 C -174.6033020019531 78.66413116455078 -174.3348083496094 78.95545196533203 -174.1730041503906 79.09246826171875 C -173.8640441894531 79.35525512695312 -173.4472961425781 79.49998474121094 -172.9994964599609 79.49998474121094 C -172.5516967773438 79.49998474121094 -172.1349334716797 79.35525512695312 -171.8242950439453 79.09102630615234 C -171.6641998291016 78.95546722412109 -171.3956909179688 78.66412353515625 -171.3961181640625 78.23503112792969 L -171.3961181640625 76.31236267089844 L -171.1547241210938 76.03130340576172 C -170.4760589599609 75.24112701416016 -169.9778900146484 74.50409698486328 -169.6318969726562 73.77846527099609 C -169.2055053710938 72.88332366943359 -168.9984893798828 71.99778747558594 -168.9990081787109 71.07018280029297 C -168.99853515625 70.12965393066406 -169.4055786132812 69.24185180664062 -170.1456756591797 68.56982421875 C -170.9043579101562 67.87992095947266 -171.9178619384766 67.49998474121094 -172.9994964599609 67.49998474121094 M -172.9994964599609 66.49998474121094 C -171.6274719238281 66.49998474121094 -170.3792419433594 67.00580596923828 -169.472900390625 67.82997131347656 C -168.5665740966797 68.65294647216797 -167.9983673095703 69.80216217041016 -167.9990081787109 71.07068634033203 C -167.9983673095703 72.21441650390625 -168.2759094238281 73.25711822509766 -168.7290954589844 74.20850372314453 C -169.1566162109375 75.10513305664062 -169.7410583496094 75.92015838623047 -170.3961181640625 76.68285369873047 L -170.3961181640625 78.23503112792969 C -170.3954772949219 78.87599182128906 -170.7036437988281 79.45243835449219 -171.1780700683594 79.85417175292969 C -171.6524963378906 80.25772094726562 -172.2962951660156 80.49998474121094 -172.9994964599609 80.49998474121094 C -173.7026977539062 80.49998474121094 -174.3464965820312 80.25772094726562 -174.8209228515625 79.85417175292969 C -175.2953796386719 79.45243835449219 -175.603515625 78.87599182128906 -175.6028900146484 78.23503112792969 L -175.6028900146484 76.67128753662109 C -176.2554321289062 75.90921783447266 -176.8386383056641 75.09599304199219 -177.2661743164062 74.20303344726562 C -177.7212219238281 73.25164794921875 -178.0006408691406 72.21015167236328 -177.9999847412109 71.07068634033203 C -178.0006408691406 69.80216217041016 -177.4324340820312 68.65294647216797 -176.5260925292969 67.82997131347656 C -175.6197509765625 67.00580596923828 -174.3715209960938 66.49998474121094 -172.9994964599609 66.49998474121094 Z" stroke="none" fill="#000"/></g><line x2="4" transform="translate(3.335 10.557)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"/><line x1="1" y2="3" transform="translate(5.334 6.057)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M-172.261,76.4l1,2.5v1.5" transform="translate(176.595 -70.339)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(2.666 0.443)">
3
+ <g transform="translate(178.333 -65.943)" fill="none" stroke-miterlimit="10">
4
+ <path
5
+ d="M-168,71.071a4.372,4.372,0,0,0-1.474-3.241A5.233,5.233,0,0,0-173,66.5a5.233,5.233,0,0,0-3.527,1.33A4.372,4.372,0,0,0-178,71.071a7.179,7.179,0,0,0,.734,3.132,11.418,11.418,0,0,0,1.663,2.468v1.564a2.126,2.126,0,0,0,.782,1.619A2.808,2.808,0,0,0-173,80.5a2.808,2.808,0,0,0,1.821-.646,2.126,2.126,0,0,0,.782-1.619V76.683a11.308,11.308,0,0,0,1.667-2.474A7.213,7.213,0,0,0-168,71.071Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M -172.9994964599609 67.49998474121094 C -174.0811309814453 67.49998474121094 -175.0946350097656 67.87992095947266 -175.8538513183594 68.5703125 C -176.5934295654297 69.24186706542969 -177.0004730224609 70.12965393066406 -176.9999847412109 71.07126617431641 C -177.0005187988281 71.99250793457031 -176.7924957275391 72.87577819824219 -176.3642272949219 73.77119445800781 C -176.0182189941406 74.49388122558594 -175.5207214355469 75.22975158691406 -174.8433074951172 76.0208740234375 L -174.6028900146484 76.30164337158203 L -174.6028900146484 78.23600769042969 C -174.6033020019531 78.66413116455078 -174.3348083496094 78.95545196533203 -174.1730041503906 79.09246826171875 C -173.8640441894531 79.35525512695312 -173.4472961425781 79.49998474121094 -172.9994964599609 79.49998474121094 C -172.5516967773438 79.49998474121094 -172.1349334716797 79.35525512695312 -171.8242950439453 79.09102630615234 C -171.6641998291016 78.95546722412109 -171.3956909179688 78.66412353515625 -171.3961181640625 78.23503112792969 L -171.3961181640625 76.31236267089844 L -171.1547241210938 76.03130340576172 C -170.4760589599609 75.24112701416016 -169.9778900146484 74.50409698486328 -169.6318969726562 73.77846527099609 C -169.2055053710938 72.88332366943359 -168.9984893798828 71.99778747558594 -168.9990081787109 71.07018280029297 C -168.99853515625 70.12965393066406 -169.4055786132812 69.24185180664062 -170.1456756591797 68.56982421875 C -170.9043579101562 67.87992095947266 -171.9178619384766 67.49998474121094 -172.9994964599609 67.49998474121094 M -172.9994964599609 66.49998474121094 C -171.6274719238281 66.49998474121094 -170.3792419433594 67.00580596923828 -169.472900390625 67.82997131347656 C -168.5665740966797 68.65294647216797 -167.9983673095703 69.80216217041016 -167.9990081787109 71.07068634033203 C -167.9983673095703 72.21441650390625 -168.2759094238281 73.25711822509766 -168.7290954589844 74.20850372314453 C -169.1566162109375 75.10513305664062 -169.7410583496094 75.92015838623047 -170.3961181640625 76.68285369873047 L -170.3961181640625 78.23503112792969 C -170.3954772949219 78.87599182128906 -170.7036437988281 79.45243835449219 -171.1780700683594 79.85417175292969 C -171.6524963378906 80.25772094726562 -172.2962951660156 80.49998474121094 -172.9994964599609 80.49998474121094 C -173.7026977539062 80.49998474121094 -174.3464965820312 80.25772094726562 -174.8209228515625 79.85417175292969 C -175.2953796386719 79.45243835449219 -175.603515625 78.87599182128906 -175.6028900146484 78.23503112792969 L -175.6028900146484 76.67128753662109 C -176.2554321289062 75.90921783447266 -176.8386383056641 75.09599304199219 -177.2661743164062 74.20303344726562 C -177.7212219238281 73.25164794921875 -178.0006408691406 72.21015167236328 -177.9999847412109 71.07068634033203 C -178.0006408691406 69.80216217041016 -177.4324340820312 68.65294647216797 -176.5260925292969 67.82997131347656 C -175.6197509765625 67.00580596923828 -174.3715209960938 66.49998474121094 -172.9994964599609 66.49998474121094 Z"
9
+ stroke="none" fill="#000" />
10
+ </g>
11
+ <line x2="4" transform="translate(3.335 10.557)" fill="none" stroke="#000" stroke-miterlimit="10"
12
+ stroke-width="1" />
13
+ <line x1="1" y2="3" transform="translate(5.334 6.057)" fill="none" stroke="#000" stroke-linecap="round"
14
+ stroke-linejoin="round" stroke-width="1" />
15
+ <path d="M-172.261,76.4l1,2.5v1.5" transform="translate(176.595 -70.339)" fill="none" stroke="#000"
16
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
17
+ </g>
18
+ </svg>
@@ -1 +1,14 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.479" viewBox="0 0 16 16.479"><g transform="translate(0 0.24)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0.5 0.5)"><path d="M-606.212,75.462a3.82,3.82,0,0,0,5.371.78,3.8,3.8,0,0,0,.416-.362l2.3-2.319a3.883,3.883,0,0,0-.094-5.464,3.819,3.819,0,0,0-5.332,0l-1.32,1.321" transform="translate(612.045 -67.011)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M-605.834,76.226a3.82,3.82,0,0,0-5.371-.78,3.806,3.806,0,0,0-.416.362l-2.3,2.319a3.883,3.883,0,0,0,.094,5.464,3.819,3.819,0,0,0,5.332,0l1.313-1.321" transform="translate(615 -69.676)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.479" viewBox="0 0 16 16.479">
2
+ <g transform="translate(0 0.24)">
3
+ <g transform="translate(0.5 0.5)">
4
+ <path
5
+ d="M-606.212,75.462a3.82,3.82,0,0,0,5.371.78,3.8,3.8,0,0,0,.416-.362l2.3-2.319a3.883,3.883,0,0,0-.094-5.464,3.819,3.819,0,0,0-5.332,0l-1.32,1.321"
6
+ transform="translate(612.045 -67.011)" fill="none" stroke="#000" stroke-linecap="round"
7
+ stroke-linejoin="round" stroke-width="1" />
8
+ <path
9
+ d="M-605.834,76.226a3.82,3.82,0,0,0-5.371-.78,3.806,3.806,0,0,0-.416.362l-2.3,2.319a3.883,3.883,0,0,0,.094,5.464,3.819,3.819,0,0,0,5.332,0l1.313-1.321"
10
+ transform="translate(615 -69.676)" fill="none" stroke="#000" stroke-linecap="round"
11
+ stroke-linejoin="round" stroke-width="1" />
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -1 +1,13 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(-0.194 -1.481)"><line y2="3" transform="translate(8.194 10.481)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><g transform="translate(0.194 6.481)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="16" height="11" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="15" height="10" rx="1.5" fill="none"/></g><path d="M259.1,10V7.835C259.1,6.269,260.662,5,262.6,5h0c1.933,0,3.5,1.269,3.5,2.835V10" transform="translate(-254.401 -3.019)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(-0.194 -1.481)">
3
+ <line y2="3" transform="translate(8.194 10.481)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-miterlimit="10" stroke-width="1" />
5
+ <g transform="translate(0.194 6.481)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
6
+ <rect width="16" height="11" rx="2" stroke="none" />
7
+ <rect x="0.5" y="0.5" width="15" height="10" rx="1.5" fill="none" />
8
+ </g>
9
+ <path d="M259.1,10V7.835C259.1,6.269,260.662,5,262.6,5h0c1.933,0,3.5,1.269,3.5,2.835V10"
10
+ transform="translate(-254.401 -3.019)" fill="none" stroke="#000" stroke-linecap="round"
11
+ stroke-linejoin="round" stroke-width="1" />
12
+ </g>
13
+ </svg>
@@ -1 +1,11 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16.005" height="16" viewBox="0 0 16.005 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2 2)"><path d="M763.833,4.5h3.5a1.664,1.664,0,0,1,1.5,1.5V18a1.668,1.668,0,0,1-1.5,1.5h-3.5" transform="translate(-755.333 -6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M757.444,16.611l4-3.5-4-3.5" transform="translate(-751.945 -7.11)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="10" transform="translate(-1.5 6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16.005" height="16" viewBox="0 0 16.005 16">
2
+ <g transform="translate(2 2)">
3
+ <path d="M763.833,4.5h3.5a1.664,1.664,0,0,1,1.5,1.5V18a1.668,1.668,0,0,1-1.5,1.5h-3.5"
4
+ transform="translate(-755.333 -6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"
5
+ stroke-width="1" />
6
+ <path d="M757.444,16.611l4-3.5-4-3.5" transform="translate(-751.945 -7.11)" fill="none" stroke="#000"
7
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
8
+ <line x1="10" transform="translate(-1.5 6)" fill="none" stroke="#000" stroke-linecap="round"
9
+ stroke-linejoin="round" stroke-width="1" />
10
+ </g>
11
+ </svg>
@@ -1 +1,11 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(4.5 2)"><path d="M768.833,4.5h-3.5a1.661,1.661,0,0,0-1.5,1.5l0,12a1.659,1.659,0,0,0,1.5,1.5h3.5" transform="translate(-767.833 -6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M757.444,16.611l4-3.5-4-3.5" transform="translate(-750.445 -7.11)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="10" transform="translate(0 6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(4.5 2)">
3
+ <path d="M768.833,4.5h-3.5a1.661,1.661,0,0,0-1.5,1.5l0,12a1.659,1.659,0,0,0,1.5,1.5h3.5"
4
+ transform="translate(-767.833 -6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"
5
+ stroke-width="1" />
6
+ <path d="M757.444,16.611l4-3.5-4-3.5" transform="translate(-750.445 -7.11)" fill="none" stroke="#000"
7
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
8
+ <line x1="10" transform="translate(0 6)" fill="none" stroke="#000" stroke-linecap="round"
9
+ stroke-linejoin="round" stroke-width="1" />
10
+ </g>
11
+ </svg>
@@ -1 +1,12 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0.654 2.268)"><g transform="translate(-0.654 -0.268)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"><rect width="16" height="12" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="15" height="11" rx="1.5" fill="none"/></g><path d="M21.05,6.008v3h3" transform="translate(-19.204 0.225)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M0,0V3H3" transform="translate(12.846 5.232) rotate(180)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(0.654 2.268)">
3
+ <g transform="translate(-0.654 -0.268)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1">
4
+ <rect width="16" height="12" rx="2" stroke="none" />
5
+ <rect x="0.5" y="0.5" width="15" height="11" rx="1.5" fill="none" />
6
+ </g>
7
+ <path d="M21.05,6.008v3h3" transform="translate(-19.204 0.225)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-linejoin="round" stroke-width="1" />
9
+ <path d="M0,0V3H3" transform="translate(12.846 5.232) rotate(180)" fill="none" stroke="#000"
10
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
11
+ </g>
12
+ </svg>
@@ -1 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2.333 5.334)"><line x2="11" transform="translate(-0.833 5.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="7.5" transform="translate(-0.833 2.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="13" transform="translate(-0.833 -0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(2.333 5.334)">
3
+ <line x2="11" transform="translate(-0.833 5.666)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-miterlimit="10" stroke-width="1" />
5
+ <line x2="7.5" transform="translate(-0.833 2.666)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-miterlimit="10" stroke-width="1" />
7
+ <line x2="13" transform="translate(-0.833 -0.334)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-miterlimit="10" stroke-width="1" />
9
+ </g>
10
+ </svg>