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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (830) hide show
  1. package/README.md +4 -3
  2. package/auto-imports.d.ts +10 -6
  3. package/bin/icons.cjs +8 -8
  4. package/bin/icons.js +8 -8
  5. package/dist/Volver.d.ts +39 -13
  6. package/dist/components/VvAccordion/VvAccordion.es.js +68 -41
  7. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  8. package/dist/components/VvAccordion/index.d.ts +2 -2
  9. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +128 -79
  10. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  11. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +1 -1
  12. package/dist/components/VvBadge/VvBadge.es.js +22 -17
  13. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  14. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +48 -57
  15. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  16. package/dist/components/VvButton/VvButton.es.js +313 -172
  17. package/dist/components/VvButton/VvButton.umd.js +1 -1
  18. package/dist/components/VvButton/VvButton.vue.d.ts +21 -24
  19. package/dist/components/VvButton/index.d.ts +13 -19
  20. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +55 -40
  21. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  22. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +1 -1
  23. package/dist/components/VvCard/VvCard.es.js +22 -24
  24. package/dist/components/VvCard/VvCard.umd.js +1 -1
  25. package/dist/components/VvCheckbox/VvCheckbox.es.js +197 -138
  26. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  27. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +5 -3
  28. package/dist/components/VvCheckbox/index.d.ts +5 -9
  29. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +270 -181
  30. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  31. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +12 -1
  32. package/dist/components/VvCheckboxGroup/index.d.ts +5 -0
  33. package/dist/components/VvCombobox/VvCombobox.es.js +1127 -452
  34. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  35. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +254 -21
  36. package/dist/components/VvCombobox/index.d.ts +134 -13
  37. package/dist/components/VvDialog/VvDialog.es.js +169 -78
  38. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  39. package/dist/components/VvDialog/VvDialog.vue.d.ts +3 -9
  40. package/dist/components/VvDialog/index.d.ts +16 -4
  41. package/dist/components/VvDropdown/VvDropdown.es.js +331 -90
  42. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  43. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +184 -51
  44. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +9 -0
  45. package/dist/components/VvDropdown/index.d.ts +73 -31
  46. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +23 -0
  47. package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -0
  48. package/dist/components/VvIcon/VvIcon.es.js +82 -19
  49. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  50. package/dist/components/VvInputText/VvInputText.es.js +509 -294
  51. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  52. package/dist/components/VvInputText/VvInputText.vue.d.ts +10 -10
  53. package/dist/components/VvInputText/index.d.ts +4 -4
  54. package/dist/components/VvProgress/VvProgress.es.js +43 -19
  55. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  56. package/dist/components/VvRadio/VvRadio.es.js +159 -114
  57. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  58. package/dist/components/VvRadio/VvRadio.vue.d.ts +4 -2
  59. package/dist/components/VvRadio/index.d.ts +5 -3
  60. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +233 -158
  61. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  62. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +12 -1
  63. package/dist/components/VvRadioGroup/index.d.ts +5 -0
  64. package/dist/components/VvSelect/VvSelect.es.js +366 -201
  65. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  66. package/dist/components/VvSelect/VvSelect.vue.d.ts +33 -17
  67. package/dist/components/VvSelect/index.d.ts +8 -4
  68. package/dist/components/VvTextarea/VvTextarea.es.js +381 -202
  69. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  70. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +9 -9
  71. package/dist/components/VvTextarea/index.d.ts +8 -5
  72. package/dist/components/VvTooltip/VvTooltip.es.js +34 -14
  73. package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
  74. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +11 -5
  75. package/dist/components/VvTooltip/index.d.ts +7 -9
  76. package/dist/components/index.es.js +2324 -1339
  77. package/dist/components/index.umd.js +1 -1
  78. package/dist/composables/dropdown/useInjectDropdown.d.ts +31 -0
  79. package/dist/composables/dropdown/useProvideDropdown.d.ts +36 -0
  80. package/dist/composables/group/useInjectedGroupState.d.ts +4 -4
  81. package/dist/composables/group/useProvideGroupState.d.ts +2 -2
  82. package/dist/composables/useComponentIcon.d.ts +10 -0
  83. package/dist/composables/useModifiers.d.ts +1 -9
  84. package/dist/composables/useOptions.d.ts +2 -1
  85. package/dist/composables/useUniqueId.d.ts +2 -0
  86. package/dist/composables/useVolver.d.ts +2 -0
  87. package/dist/constants.d.ts +29 -4
  88. package/dist/directives/index.d.ts +4 -0
  89. package/dist/directives/v-tooltip.d.ts +3 -0
  90. package/dist/icons.d.ts +9 -0
  91. package/dist/icons.es.js +30 -21
  92. package/dist/icons.umd.js +1 -1
  93. package/dist/index.d.ts +1 -1
  94. package/dist/index.es.js +2463 -1393
  95. package/dist/index.umd.js +1 -1
  96. package/dist/props/index.d.ts +149 -23
  97. package/dist/resolvers/unplugin.es.js +20 -20
  98. package/dist/resolvers/unplugin.umd.js +1 -1
  99. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +14 -0
  100. package/dist/stories/Combobox/Combobox.settings.d.ts +226 -3
  101. package/dist/stories/Dropdown/Dropdown.settings.d.ts +138 -28
  102. package/dist/stories/Dropdown/Dropdown.test.d.ts +1 -1
  103. package/dist/stories/InputText/InputText.settings.d.ts +24 -24
  104. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +14 -0
  105. package/dist/stories/Select/Select.settings.d.ts +15 -1
  106. package/dist/stories/Textarea/Textarea.settings.d.ts +24 -24
  107. package/dist/stories/Tooltip/Tooltip.settings.d.ts +1 -1
  108. package/dist/stories/argTypes.d.ts +164 -3
  109. package/package.json +52 -42
  110. package/src/Volver.ts +145 -33
  111. package/src/assets/icons/detailed/add-circle.svg +12 -1
  112. package/src/assets/icons/detailed/add.svg +8 -1
  113. package/src/assets/icons/detailed/align-center.svg +12 -1
  114. package/src/assets/icons/detailed/align-justify.svg +12 -1
  115. package/src/assets/icons/detailed/align-left.svg +12 -1
  116. package/src/assets/icons/detailed/align-right.svg +12 -1
  117. package/src/assets/icons/detailed/analysis-2.svg +20 -1
  118. package/src/assets/icons/detailed/analysis-3.svg +8 -1
  119. package/src/assets/icons/detailed/analysis.svg +16 -1
  120. package/src/assets/icons/detailed/apple.svg +16 -1
  121. package/src/assets/icons/detailed/arrow-down.svg +8 -1
  122. package/src/assets/icons/detailed/arrow-left.svg +8 -1
  123. package/src/assets/icons/detailed/arrow-right.svg +8 -1
  124. package/src/assets/icons/detailed/arrow-up.svg +8 -1
  125. package/src/assets/icons/detailed/attachment.svg +8 -1
  126. package/src/assets/icons/detailed/back-to-front.svg +17 -1
  127. package/src/assets/icons/detailed/bell-active.svg +14 -1
  128. package/src/assets/icons/detailed/bell.svg +14 -1
  129. package/src/assets/icons/detailed/bold.svg +8 -1
  130. package/src/assets/icons/detailed/bookmark-active.svg +12 -1
  131. package/src/assets/icons/detailed/bookmark.svg +12 -1
  132. package/src/assets/icons/detailed/building.svg +26 -1
  133. package/src/assets/icons/detailed/bullet-list.svg +22 -1
  134. package/src/assets/icons/detailed/calendar.svg +26 -1
  135. package/src/assets/icons/detailed/camera-off.svg +12 -1
  136. package/src/assets/icons/detailed/camera-on.svg +17 -1
  137. package/src/assets/icons/detailed/catalog.svg +15 -1
  138. package/src/assets/icons/detailed/certificate.svg +10 -1
  139. package/src/assets/icons/detailed/chat.svg +6 -1
  140. package/src/assets/icons/detailed/check-badge.svg +9 -1
  141. package/src/assets/icons/detailed/check-circle.svg +10 -1
  142. package/src/assets/icons/detailed/check.svg +6 -1
  143. package/src/assets/icons/detailed/checkbox.svg +8 -1
  144. package/src/assets/icons/detailed/chevron-down-circle.svg +10 -1
  145. package/src/assets/icons/detailed/chevron-down.svg +6 -1
  146. package/src/assets/icons/detailed/chevron-left-circle.svg +10 -1
  147. package/src/assets/icons/detailed/chevron-left.svg +6 -1
  148. package/src/assets/icons/detailed/chevron-right-circle.svg +7 -1
  149. package/src/assets/icons/detailed/chevron-up-circle.svg +10 -1
  150. package/src/assets/icons/detailed/chevron-up.svg +6 -1
  151. package/src/assets/icons/detailed/circle.svg +8 -0
  152. package/src/assets/icons/detailed/classroom.svg +38 -1
  153. package/src/assets/icons/detailed/clear-field.svg +14 -1
  154. package/src/assets/icons/detailed/clear-style.svg +9 -1
  155. package/src/assets/icons/detailed/close-circle.svg +14 -1
  156. package/src/assets/icons/detailed/close-loader.svg +6 -1
  157. package/src/assets/icons/detailed/close.svg +8 -1
  158. package/src/assets/icons/detailed/coffee.svg +21 -1
  159. package/src/assets/icons/detailed/color.svg +20 -1
  160. package/src/assets/icons/detailed/contact-us.svg +27 -1
  161. package/src/assets/icons/detailed/copy.svg +10 -1
  162. package/src/assets/icons/detailed/courses.svg +22 -1
  163. package/src/assets/icons/detailed/dashboard.svg +20 -1
  164. package/src/assets/icons/detailed/download.svg +10 -1
  165. package/src/assets/icons/detailed/drag.svg +10 -1
  166. package/src/assets/icons/detailed/duplicate.svg +23 -1
  167. package/src/assets/icons/detailed/edit.svg +16 -1
  168. package/src/assets/icons/detailed/elearning.svg +13 -1
  169. package/src/assets/icons/detailed/email.svg +11 -1
  170. package/src/assets/icons/detailed/error-2.svg +8 -1
  171. package/src/assets/icons/detailed/error.svg +12 -1
  172. package/src/assets/icons/detailed/exercise.svg +26 -1
  173. package/src/assets/icons/detailed/external-link.svg +11 -1
  174. package/src/assets/icons/detailed/extract.svg +20 -1
  175. package/src/assets/icons/detailed/eye-off.svg +15 -1
  176. package/src/assets/icons/detailed/eye-on.svg +8 -1
  177. package/src/assets/icons/detailed/fail.svg +11 -1
  178. package/src/assets/icons/detailed/fast-back.svg +20 -1
  179. package/src/assets/icons/detailed/fast-forward.svg +20 -1
  180. package/src/assets/icons/detailed/file-add.svg +19 -1
  181. package/src/assets/icons/detailed/file-duplicate.svg +16 -1
  182. package/src/assets/icons/detailed/file-remove.svg +17 -1
  183. package/src/assets/icons/detailed/file-required.svg +23 -1
  184. package/src/assets/icons/detailed/file.svg +13 -1
  185. package/src/assets/icons/detailed/filter-2.svg +22 -1
  186. package/src/assets/icons/detailed/filter-active.svg +12 -1
  187. package/src/assets/icons/detailed/filter.svg +12 -1
  188. package/src/assets/icons/detailed/flag.svg +11 -1
  189. package/src/assets/icons/detailed/folder.svg +14 -1
  190. package/src/assets/icons/detailed/full-width.svg +11 -1
  191. package/src/assets/icons/detailed/go-to-back.svg +19 -1
  192. package/src/assets/icons/detailed/grid.svg +20 -1
  193. package/src/assets/icons/detailed/group-add.svg +24 -1
  194. package/src/assets/icons/detailed/group.svg +16 -1
  195. package/src/assets/icons/detailed/heart-active.svg +12 -1
  196. package/src/assets/icons/detailed/heart.svg +12 -1
  197. package/src/assets/icons/detailed/highlighter.svg +10 -1
  198. package/src/assets/icons/detailed/home.svg +12 -1
  199. package/src/assets/icons/detailed/hourglass.svg +12 -1
  200. package/src/assets/icons/detailed/image.svg +15 -1
  201. package/src/assets/icons/detailed/info-badge.svg +9 -1
  202. package/src/assets/icons/detailed/information.svg +12 -1
  203. package/src/assets/icons/detailed/italic.svg +10 -1
  204. package/src/assets/icons/detailed/key.svg +5 -1
  205. package/src/assets/icons/detailed/language.svg +14 -1
  206. package/src/assets/icons/detailed/learning-path.svg +7 -1
  207. package/src/assets/icons/detailed/light-off.svg +10 -1
  208. package/src/assets/icons/detailed/light-on.svg +18 -1
  209. package/src/assets/icons/detailed/link.svg +12 -1
  210. package/src/assets/icons/detailed/lock.svg +13 -1
  211. package/src/assets/icons/detailed/login.svg +11 -1
  212. package/src/assets/icons/detailed/logout.svg +11 -1
  213. package/src/assets/icons/detailed/maximaze.svg +12 -1
  214. package/src/assets/icons/detailed/menu.svg +9 -1
  215. package/src/assets/icons/detailed/merge.svg +20 -1
  216. package/src/assets/icons/detailed/minimize.svg +14 -1
  217. package/src/assets/icons/detailed/mixed-class.svg +40 -1
  218. package/src/assets/icons/detailed/more-horizontal.svg +7 -1
  219. package/src/assets/icons/detailed/more-vertical.svg +7 -1
  220. package/src/assets/icons/detailed/news.svg +12 -1
  221. package/src/assets/icons/detailed/no-prerequisites.svg +13 -1
  222. package/src/assets/icons/detailed/notes.svg +14 -1
  223. package/src/assets/icons/detailed/number-code.svg +34 -1
  224. package/src/assets/icons/detailed/numbered-list.svg +18 -1
  225. package/src/assets/icons/detailed/on-site.svg +22 -1
  226. package/src/assets/icons/detailed/order-down.svg +12 -1
  227. package/src/assets/icons/detailed/order-up.svg +12 -1
  228. package/src/assets/icons/detailed/paste.svg +14 -1
  229. package/src/assets/icons/detailed/pausa.svg +8 -1
  230. package/src/assets/icons/detailed/pdf.svg +12 -1
  231. package/src/assets/icons/detailed/phone.svg +10 -1
  232. package/src/assets/icons/detailed/pin-map.svg +12 -1
  233. package/src/assets/icons/detailed/pin.svg +15 -1
  234. package/src/assets/icons/detailed/pizza.svg +17 -1
  235. package/src/assets/icons/detailed/play.svg +11 -1
  236. package/src/assets/icons/detailed/plug-in.svg +10 -1
  237. package/src/assets/icons/detailed/pointer.svg +12 -1
  238. package/src/assets/icons/detailed/printer.svg +26 -1
  239. package/src/assets/icons/detailed/profile-add.svg +20 -1
  240. package/src/assets/icons/detailed/profile.svg +10 -1
  241. package/src/assets/icons/detailed/push-pin-off.svg +11 -1
  242. package/src/assets/icons/detailed/push-pin-on.svg +9 -1
  243. package/src/assets/icons/detailed/qrcode.svg +28 -1
  244. package/src/assets/icons/detailed/question-badge.svg +10 -1
  245. package/src/assets/icons/detailed/radio.svg +8 -1
  246. package/src/assets/icons/detailed/redo.svg +9 -1
  247. package/src/assets/icons/detailed/relations.svg +32 -1
  248. package/src/assets/icons/detailed/reload.svg +13 -1
  249. package/src/assets/icons/detailed/remove-circle.svg +10 -1
  250. package/src/assets/icons/detailed/remove.svg +5 -1
  251. package/src/assets/icons/detailed/reorder.svg +12 -1
  252. package/src/assets/icons/detailed/repeat.svg +12 -1
  253. package/src/assets/icons/detailed/repository.svg +18 -1
  254. package/src/assets/icons/detailed/request-form.svg +18 -1
  255. package/src/assets/icons/detailed/resize-100%.svg +15 -1
  256. package/src/assets/icons/detailed/resize-height.svg +12 -1
  257. package/src/assets/icons/detailed/resize-width.svg +12 -1
  258. package/src/assets/icons/detailed/search.svg +12 -1
  259. package/src/assets/icons/detailed/sequential-prerequisites.svg +20 -1
  260. package/src/assets/icons/detailed/settings.svg +14 -1
  261. package/src/assets/icons/detailed/share.svg +20 -1
  262. package/src/assets/icons/detailed/sketch.svg +12 -1
  263. package/src/assets/icons/detailed/skills.svg +20 -1
  264. package/src/assets/icons/detailed/skip-back.svg +12 -1
  265. package/src/assets/icons/detailed/skip-forward.svg +13 -1
  266. package/src/assets/icons/detailed/sms.svg +18 -1
  267. package/src/assets/icons/detailed/sso-access.svg +18 -1
  268. package/src/assets/icons/detailed/star-active.svg +6 -1
  269. package/src/assets/icons/detailed/star.svg +6 -1
  270. package/src/assets/icons/detailed/success.svg +10 -1
  271. package/src/assets/icons/detailed/sun.svg +24 -1
  272. package/src/assets/icons/detailed/sunrise.svg +18 -1
  273. package/src/assets/icons/detailed/support.svg +18 -1
  274. package/src/assets/icons/detailed/survey.svg +24 -1
  275. package/src/assets/icons/detailed/table.svg +11 -1
  276. package/src/assets/icons/detailed/tematic-channels.svg +12 -1
  277. package/src/assets/icons/detailed/test.svg +14 -1
  278. package/src/assets/icons/detailed/text-body.svg +8 -1
  279. package/src/assets/icons/detailed/text-edit.svg +11 -1
  280. package/src/assets/icons/detailed/text-style.svg +10 -1
  281. package/src/assets/icons/detailed/time.svg +10 -1
  282. package/src/assets/icons/detailed/toilet-piper.svg +15 -1
  283. package/src/assets/icons/detailed/training-points.svg +16 -1
  284. package/src/assets/icons/detailed/trash.svg +19 -1
  285. package/src/assets/icons/detailed/underline.svg +8 -1
  286. package/src/assets/icons/detailed/undo.svg +9 -1
  287. package/src/assets/icons/detailed/unlock.svg +13 -1
  288. package/src/assets/icons/detailed/upload.svg +10 -1
  289. package/src/assets/icons/detailed/user-add.svg +16 -1
  290. package/src/assets/icons/detailed/user-badge.svg +11 -1
  291. package/src/assets/icons/detailed/user.svg +8 -1
  292. package/src/assets/icons/detailed/video-off.svg +17 -1
  293. package/src/assets/icons/detailed/video-on.svg +16 -1
  294. package/src/assets/icons/detailed/video-rec.svg +19 -1
  295. package/src/assets/icons/detailed/view-card.svg +12 -1
  296. package/src/assets/icons/detailed/view-list.svg +20 -1
  297. package/src/assets/icons/detailed/view.svg +7 -1
  298. package/src/assets/icons/detailed/voice-off.svg +14 -1
  299. package/src/assets/icons/detailed/voice-on.svg +16 -1
  300. package/src/assets/icons/detailed/volume-down.svg +14 -1
  301. package/src/assets/icons/detailed/volume-off.svg +19 -1
  302. package/src/assets/icons/detailed/volume-up.svg +16 -1
  303. package/src/assets/icons/detailed/warning.svg +16 -1
  304. package/src/assets/icons/detailed/webinar.svg +57 -1
  305. package/src/assets/icons/detailed/whiteboard.svg +16 -1
  306. package/src/assets/icons/detailed/wine.svg +22 -1
  307. package/src/assets/icons/detailed/zip.svg +17 -1
  308. package/src/assets/icons/detailed/zoom-in.svg +18 -1
  309. package/src/assets/icons/detailed/zoom-out.svg +16 -1
  310. package/src/assets/icons/detailed.json +1 -1
  311. package/src/assets/icons/normal/add-circle.svg +12 -1
  312. package/src/assets/icons/normal/add.svg +4 -1
  313. package/src/assets/icons/normal/align-center.svg +11 -1
  314. package/src/assets/icons/normal/align-justify.svg +11 -1
  315. package/src/assets/icons/normal/align-left.svg +11 -1
  316. package/src/assets/icons/normal/align-right.svg +11 -1
  317. package/src/assets/icons/normal/analysis-2.svg +18 -1
  318. package/src/assets/icons/normal/analysis-3.svg +8 -1
  319. package/src/assets/icons/normal/analysis.svg +14 -1
  320. package/src/assets/icons/normal/apple.svg +16 -1
  321. package/src/assets/icons/normal/arrow-down.svg +8 -1
  322. package/src/assets/icons/normal/arrow-left.svg +8 -1
  323. package/src/assets/icons/normal/arrow-right.svg +8 -1
  324. package/src/assets/icons/normal/arrow-up.svg +8 -1
  325. package/src/assets/icons/normal/attachment.svg +6 -1
  326. package/src/assets/icons/normal/back-to-front.svg +15 -1
  327. package/src/assets/icons/normal/bell-active.svg +14 -1
  328. package/src/assets/icons/normal/bell.svg +14 -1
  329. package/src/assets/icons/normal/bold.svg +8 -1
  330. package/src/assets/icons/normal/bookmark active.svg +12 -1
  331. package/src/assets/icons/normal/bookmark.svg +10 -1
  332. package/src/assets/icons/normal/building.svg +21 -1
  333. package/src/assets/icons/normal/bulleted-list.svg +23 -1
  334. package/src/assets/icons/normal/calendar.svg +20 -1
  335. package/src/assets/icons/normal/camera-off.svg +17 -1
  336. package/src/assets/icons/normal/camera-on.svg +16 -1
  337. package/src/assets/icons/normal/catalog.svg +13 -1
  338. package/src/assets/icons/normal/certificate.svg +12 -1
  339. package/src/assets/icons/normal/chat.svg +6 -1
  340. package/src/assets/icons/normal/check-badge.svg +9 -1
  341. package/src/assets/icons/normal/check-circle.svg +10 -1
  342. package/src/assets/icons/normal/check.svg +4 -1
  343. package/src/assets/icons/normal/checkbox.svg +8 -1
  344. package/src/assets/icons/normal/chevron-down-circle.svg +10 -1
  345. package/src/assets/icons/normal/chevron-down.svg +6 -1
  346. package/src/assets/icons/normal/chevron-left-circle.svg +10 -1
  347. package/src/assets/icons/normal/chevron-left.svg +6 -1
  348. package/src/assets/icons/normal/chevron-right-circle.svg +10 -1
  349. package/src/assets/icons/normal/chevron-right.svg +7 -1
  350. package/src/assets/icons/normal/chevron-up-circle.svg +10 -1
  351. package/src/assets/icons/normal/chevron-up.svg +6 -1
  352. package/src/assets/icons/normal/circle.svg +8 -0
  353. package/src/assets/icons/normal/classroom.svg +36 -1
  354. package/src/assets/icons/normal/clear-field.svg +14 -1
  355. package/src/assets/icons/normal/clear-style.svg +18 -1
  356. package/src/assets/icons/normal/close-circle.svg +14 -1
  357. package/src/assets/icons/normal/close-loader.svg +6 -1
  358. package/src/assets/icons/normal/close.svg +8 -1
  359. package/src/assets/icons/normal/coffee.svg +26 -1
  360. package/src/assets/icons/normal/color.svg +18 -1
  361. package/src/assets/icons/normal/contact-us.svg +29 -1
  362. package/src/assets/icons/normal/copy.svg +10 -1
  363. package/src/assets/icons/normal/courses.svg +22 -1
  364. package/src/assets/icons/normal/dashboard.svg +18 -1
  365. package/src/assets/icons/normal/download.svg +10 -1
  366. package/src/assets/icons/normal/drag.svg +5 -1
  367. package/src/assets/icons/normal/dulicate.svg +22 -1
  368. package/src/assets/icons/normal/edit.svg +16 -1
  369. package/src/assets/icons/normal/elearning.svg +16 -1
  370. package/src/assets/icons/normal/email.svg +11 -1
  371. package/src/assets/icons/normal/error-2.svg +8 -1
  372. package/src/assets/icons/normal/error.svg +12 -1
  373. package/src/assets/icons/normal/exercise.svg +26 -1
  374. package/src/assets/icons/normal/external-link.svg +11 -1
  375. package/src/assets/icons/normal/extract.svg +14 -1
  376. package/src/assets/icons/normal/eye-off.svg +14 -1
  377. package/src/assets/icons/normal/eye-on.svg +16 -1
  378. package/src/assets/icons/normal/fail.svg +11 -1
  379. package/src/assets/icons/normal/fast-back.svg +19 -1
  380. package/src/assets/icons/normal/fast-forward.svg +17 -1
  381. package/src/assets/icons/normal/file-add.svg +16 -1
  382. package/src/assets/icons/normal/file-duplicate.svg +22 -1
  383. package/src/assets/icons/normal/file-remove.svg +14 -1
  384. package/src/assets/icons/normal/file-required.svg +24 -1
  385. package/src/assets/icons/normal/file.svg +13 -1
  386. package/src/assets/icons/normal/filter-2.svg +20 -1
  387. package/src/assets/icons/normal/filter-active.svg +12 -1
  388. package/src/assets/icons/normal/filter.svg +12 -1
  389. package/src/assets/icons/normal/flag.svg +10 -1
  390. package/src/assets/icons/normal/folder.svg +12 -1
  391. package/src/assets/icons/normal/full-width.svg +9 -1
  392. package/src/assets/icons/normal/go-to-back.svg +19 -1
  393. package/src/assets/icons/normal/grid.svg +20 -1
  394. package/src/assets/icons/normal/group-add.svg +18 -1
  395. package/src/assets/icons/normal/group.svg +14 -1
  396. package/src/assets/icons/normal/heart-active.svg +10 -1
  397. package/src/assets/icons/normal/heart.svg +10 -1
  398. package/src/assets/icons/normal/highlighter.svg +11 -1
  399. package/src/assets/icons/normal/home.svg +12 -1
  400. package/src/assets/icons/normal/hourglass.svg +8 -1
  401. package/src/assets/icons/normal/image.svg +15 -1
  402. package/src/assets/icons/normal/info-badge.svg +9 -1
  403. package/src/assets/icons/normal/information.svg +12 -1
  404. package/src/assets/icons/normal/italic.svg +10 -1
  405. package/src/assets/icons/normal/key.svg +8 -1
  406. package/src/assets/icons/normal/language.svg +14 -1
  407. package/src/assets/icons/normal/learning-path.svg +7 -1
  408. package/src/assets/icons/normal/light-off.svg +10 -1
  409. package/src/assets/icons/normal/light-on.svg +17 -1
  410. package/src/assets/icons/normal/link.svg +12 -1
  411. package/src/assets/icons/normal/lock.svg +12 -1
  412. package/src/assets/icons/normal/login.svg +10 -1
  413. package/src/assets/icons/normal/logout.svg +10 -1
  414. package/src/assets/icons/normal/maximize.svg +10 -1
  415. package/src/assets/icons/normal/menu.svg +8 -1
  416. package/src/assets/icons/normal/merge.svg +20 -1
  417. package/src/assets/icons/normal/minimize.svg +12 -1
  418. package/src/assets/icons/normal/mixed-class.svg +36 -1
  419. package/src/assets/icons/normal/more-horizontal.svg +7 -1
  420. package/src/assets/icons/normal/more-vertical.svg +7 -1
  421. package/src/assets/icons/normal/news.svg +9 -1
  422. package/src/assets/icons/normal/no-prerequisites.svg +12 -1
  423. package/src/assets/icons/normal/notes.svg +15 -1
  424. package/src/assets/icons/normal/number-code.svg +34 -1
  425. package/src/assets/icons/normal/numbered-list.svg +19 -1
  426. package/src/assets/icons/normal/on-site.svg +18 -1
  427. package/src/assets/icons/normal/order-down.svg +12 -1
  428. package/src/assets/icons/normal/order-up.svg +11 -1
  429. package/src/assets/icons/normal/paste.svg +14 -1
  430. package/src/assets/icons/normal/pausa.svg +7 -1
  431. package/src/assets/icons/normal/pdf.svg +12 -1
  432. package/src/assets/icons/normal/phone.svg +10 -1
  433. package/src/assets/icons/normal/pin-map.svg +10 -1
  434. package/src/assets/icons/normal/pin.svg +12 -1
  435. package/src/assets/icons/normal/pizza.svg +17 -1
  436. package/src/assets/icons/normal/play.svg +9 -1
  437. package/src/assets/icons/normal/plug-in.svg +10 -1
  438. package/src/assets/icons/normal/pointer.svg +12 -1
  439. package/src/assets/icons/normal/printer.svg +28 -1
  440. package/src/assets/icons/normal/profile-add.svg +28 -1
  441. package/src/assets/icons/normal/profile.svg +15 -1
  442. package/src/assets/icons/normal/push pin on.svg +9 -1
  443. package/src/assets/icons/normal/push-pin-off.svg +23 -1
  444. package/src/assets/icons/normal/qrcode.svg +26 -1
  445. package/src/assets/icons/normal/question-badge.svg +10 -1
  446. package/src/assets/icons/normal/radio.svg +8 -1
  447. package/src/assets/icons/normal/redo.svg +9 -1
  448. package/src/assets/icons/normal/relations.svg +28 -1
  449. package/src/assets/icons/normal/reload.svg +12 -1
  450. package/src/assets/icons/normal/remove-circle.svg +10 -1
  451. package/src/assets/icons/normal/remove.svg +4 -1
  452. package/src/assets/icons/normal/reorder.svg +12 -1
  453. package/src/assets/icons/normal/repeat.svg +12 -1
  454. package/src/assets/icons/normal/repository.svg +18 -1
  455. package/src/assets/icons/normal/request-form.svg +18 -1
  456. package/src/assets/icons/normal/resize-100%.svg +17 -1
  457. package/src/assets/icons/normal/resize-height.svg +12 -1
  458. package/src/assets/icons/normal/resize-width.svg +12 -1
  459. package/src/assets/icons/normal/search.svg +10 -1
  460. package/src/assets/icons/normal/sequential-prerequisites.svg +20 -1
  461. package/src/assets/icons/normal/settings.svg +14 -1
  462. package/src/assets/icons/normal/share.svg +20 -1
  463. package/src/assets/icons/normal/sketch.svg +11 -1
  464. package/src/assets/icons/normal/skills.svg +16 -1
  465. package/src/assets/icons/normal/skip-back.svg +12 -1
  466. package/src/assets/icons/normal/skip-forward.svg +13 -1
  467. package/src/assets/icons/normal/sms.svg +20 -1
  468. package/src/assets/icons/normal/sso-access.svg +20 -1
  469. package/src/assets/icons/normal/star-active.svg +4 -1
  470. package/src/assets/icons/normal/star.svg +4 -1
  471. package/src/assets/icons/normal/success.svg +10 -1
  472. package/src/assets/icons/normal/sun.svg +24 -1
  473. package/src/assets/icons/normal/sunrise.svg +18 -1
  474. package/src/assets/icons/normal/support.svg +18 -1
  475. package/src/assets/icons/normal/survey.svg +24 -1
  476. package/src/assets/icons/normal/table.svg +11 -1
  477. package/src/assets/icons/normal/tematic-channels.svg +10 -1
  478. package/src/assets/icons/normal/test.svg +15 -1
  479. package/src/assets/icons/normal/text-body.svg +8 -1
  480. package/src/assets/icons/normal/text-edit.svg +11 -1
  481. package/src/assets/icons/normal/text-style.svg +10 -1
  482. package/src/assets/icons/normal/time.svg +10 -1
  483. package/src/assets/icons/normal/toilet-paper.svg +15 -1
  484. package/src/assets/icons/normal/training-points.svg +16 -1
  485. package/src/assets/icons/normal/trash.svg +19 -1
  486. package/src/assets/icons/normal/underline.svg +8 -1
  487. package/src/assets/icons/normal/undo.svg +9 -1
  488. package/src/assets/icons/normal/unlock.svg +13 -1
  489. package/src/assets/icons/normal/upload.svg +10 -1
  490. package/src/assets/icons/normal/user-add.svg +14 -1
  491. package/src/assets/icons/normal/user-badge.svg +11 -1
  492. package/src/assets/icons/normal/user.svg +5 -1
  493. package/src/assets/icons/normal/video-off.svg +11 -1
  494. package/src/assets/icons/normal/video-on.svg +20 -1
  495. package/src/assets/icons/normal/video-rec.svg +23 -1
  496. package/src/assets/icons/normal/view-card.svg +10 -1
  497. package/src/assets/icons/normal/view-list.svg +18 -1
  498. package/src/assets/icons/normal/view.svg +8 -1
  499. package/src/assets/icons/normal/voice-off.svg +18 -1
  500. package/src/assets/icons/normal/voice-on.svg +15 -1
  501. package/src/assets/icons/normal/volume-down.svg +14 -1
  502. package/src/assets/icons/normal/volume-off.svg +18 -1
  503. package/src/assets/icons/normal/volume-up.svg +16 -1
  504. package/src/assets/icons/normal/warning.svg +16 -1
  505. package/src/assets/icons/normal/webinar.svg +36 -1
  506. package/src/assets/icons/normal/whiteboard.svg +17 -1
  507. package/src/assets/icons/normal/wine.svg +22 -1
  508. package/src/assets/icons/normal/zip.svg +19 -1
  509. package/src/assets/icons/normal/zoom-in.svg +16 -1
  510. package/src/assets/icons/normal/zoom-out.svg +14 -1
  511. package/src/assets/icons/normal.json +1 -1
  512. package/src/assets/icons/simple/add-circle.svg +12 -1
  513. package/src/assets/icons/simple/add.svg +8 -1
  514. package/src/assets/icons/simple/align-center.svg +12 -1
  515. package/src/assets/icons/simple/align-justify.svg +12 -1
  516. package/src/assets/icons/simple/align-left.svg +12 -1
  517. package/src/assets/icons/simple/align-right.svg +12 -1
  518. package/src/assets/icons/simple/analysis-2.svg +21 -1
  519. package/src/assets/icons/simple/analysis-3.svg +8 -1
  520. package/src/assets/icons/simple/analysis.svg +16 -1
  521. package/src/assets/icons/simple/apple.svg +18 -1
  522. package/src/assets/icons/simple/arrow-down.svg +8 -1
  523. package/src/assets/icons/simple/arrow-left.svg +8 -1
  524. package/src/assets/icons/simple/arrow-right.svg +8 -1
  525. package/src/assets/icons/simple/arrow-up.svg +8 -1
  526. package/src/assets/icons/simple/attachment.svg +10 -1
  527. package/src/assets/icons/simple/bck-to-front.svg +19 -1
  528. package/src/assets/icons/simple/bell-active.svg +14 -1
  529. package/src/assets/icons/simple/bell.svg +14 -1
  530. package/src/assets/icons/simple/bold.svg +8 -1
  531. package/src/assets/icons/simple/bookmark-active.svg +12 -1
  532. package/src/assets/icons/simple/bookmark.svg +12 -1
  533. package/src/assets/icons/simple/building.svg +25 -1
  534. package/src/assets/icons/simple/bulleted-list.svg +22 -1
  535. package/src/assets/icons/simple/calendar.svg +22 -1
  536. package/src/assets/icons/simple/camera-off.svg +12 -1
  537. package/src/assets/icons/simple/camera-on.svg +16 -1
  538. package/src/assets/icons/simple/catalog.svg +14 -1
  539. package/src/assets/icons/simple/certificate.svg +15 -1
  540. package/src/assets/icons/simple/chat.svg +9 -1
  541. package/src/assets/icons/simple/check-badge.svg +9 -1
  542. package/src/assets/icons/simple/check-circle.svg +10 -1
  543. package/src/assets/icons/simple/check.svg +6 -1
  544. package/src/assets/icons/simple/checkbox.svg +6 -1
  545. package/src/assets/icons/simple/chevron-down-circle.svg +10 -1
  546. package/src/assets/icons/simple/chevron-down.svg +6 -1
  547. package/src/assets/icons/simple/chevron-left-circle.svg +10 -1
  548. package/src/assets/icons/simple/chevron-left.svg +6 -1
  549. package/src/assets/icons/simple/chevron-right-circle.svg +10 -1
  550. package/src/assets/icons/simple/chevron-right.svg +7 -1
  551. package/src/assets/icons/simple/chevron-up-circle.svg +10 -1
  552. package/src/assets/icons/simple/chevron-up.svg +6 -1
  553. package/src/assets/icons/simple/circle.svg +8 -0
  554. package/src/assets/icons/simple/classroom.svg +38 -1
  555. package/src/assets/icons/simple/clear-field.svg +11 -1
  556. package/src/assets/icons/simple/clear-style.svg +15 -1
  557. package/src/assets/icons/simple/close-circle.svg +14 -1
  558. package/src/assets/icons/simple/close-loader.svg +6 -1
  559. package/src/assets/icons/simple/close.svg +10 -1
  560. package/src/assets/icons/simple/coffee.svg +28 -1
  561. package/src/assets/icons/simple/color.svg +20 -1
  562. package/src/assets/icons/simple/contact-us.svg +26 -1
  563. package/src/assets/icons/simple/copy.svg +10 -1
  564. package/src/assets/icons/simple/courses.svg +21 -1
  565. package/src/assets/icons/simple/dashboard.svg +20 -1
  566. package/src/assets/icons/simple/download.svg +10 -1
  567. package/src/assets/icons/simple/drag.svg +10 -1
  568. package/src/assets/icons/simple/duplicate.svg +24 -1
  569. package/src/assets/icons/simple/edit.svg +17 -1
  570. package/src/assets/icons/simple/elearning.svg +17 -1
  571. package/src/assets/icons/simple/email.svg +11 -1
  572. package/src/assets/icons/simple/error-2.svg +8 -1
  573. package/src/assets/icons/simple/error.svg +12 -1
  574. package/src/assets/icons/simple/exercise.svg +30 -1
  575. package/src/assets/icons/simple/external-link.svg +13 -1
  576. package/src/assets/icons/simple/extract.svg +17 -1
  577. package/src/assets/icons/simple/eye-off.svg +13 -1
  578. package/src/assets/icons/simple/eye-on.svg +11 -1
  579. package/src/assets/icons/simple/fail.svg +11 -1
  580. package/src/assets/icons/simple/fast-back.svg +20 -1
  581. package/src/assets/icons/simple/fast-forward.svg +19 -1
  582. package/src/assets/icons/simple/file-add.svg +20 -1
  583. package/src/assets/icons/simple/file-duplicate.svg +22 -1
  584. package/src/assets/icons/simple/file-remove.svg +18 -1
  585. package/src/assets/icons/simple/file-required.svg +24 -1
  586. package/src/assets/icons/simple/file.svg +14 -1
  587. package/src/assets/icons/simple/filter-2.svg +24 -1
  588. package/src/assets/icons/simple/filter-active.svg +13 -1
  589. package/src/assets/icons/simple/filter.svg +12 -1
  590. package/src/assets/icons/simple/flag.svg +12 -1
  591. package/src/assets/icons/simple/folder.svg +14 -1
  592. package/src/assets/icons/simple/full-width.svg +11 -1
  593. package/src/assets/icons/simple/go-to-back.svg +18 -1
  594. package/src/assets/icons/simple/grid.svg +20 -1
  595. package/src/assets/icons/simple/group-add.svg +24 -1
  596. package/src/assets/icons/simple/group.svg +18 -1
  597. package/src/assets/icons/simple/heart-active.svg +12 -1
  598. package/src/assets/icons/simple/heart.svg +12 -1
  599. package/src/assets/icons/simple/highlighter.svg +12 -1
  600. package/src/assets/icons/simple/home.svg +13 -1
  601. package/src/assets/icons/simple/hourglass.svg +11 -1
  602. package/src/assets/icons/simple/image.svg +15 -1
  603. package/src/assets/icons/simple/info-badge.svg +9 -1
  604. package/src/assets/icons/simple/information.svg +12 -1
  605. package/src/assets/icons/simple/italic.svg +12 -1
  606. package/src/assets/icons/simple/key.svg +11 -1
  607. package/src/assets/icons/simple/language.svg +12 -1
  608. package/src/assets/icons/simple/learning-path.svg +9 -1
  609. package/src/assets/icons/simple/light-off.svg +7 -1
  610. package/src/assets/icons/simple/light-on.svg +18 -1
  611. package/src/assets/icons/simple/link.svg +14 -1
  612. package/src/assets/icons/simple/lock.svg +13 -1
  613. package/src/assets/icons/simple/login.svg +11 -1
  614. package/src/assets/icons/simple/logout.svg +11 -1
  615. package/src/assets/icons/simple/maximaze.svg +12 -1
  616. package/src/assets/icons/simple/menu.svg +10 -1
  617. package/src/assets/icons/simple/merge.svg +20 -1
  618. package/src/assets/icons/simple/minimaze.svg +12 -1
  619. package/src/assets/icons/simple/mixed-class.svg +40 -1
  620. package/src/assets/icons/simple/more-horizontal.svg +8 -1
  621. package/src/assets/icons/simple/more-vertical.svg +8 -1
  622. package/src/assets/icons/simple/news.svg +12 -1
  623. package/src/assets/icons/simple/no-prerequisites.svg +17 -1
  624. package/src/assets/icons/simple/notes.svg +14 -1
  625. package/src/assets/icons/simple/number-code.svg +29 -1
  626. package/src/assets/icons/simple/numbered-list.svg +18 -1
  627. package/src/assets/icons/simple/on-site.svg +18 -1
  628. package/src/assets/icons/simple/order-down.svg +12 -1
  629. package/src/assets/icons/simple/order-up.svg +12 -1
  630. package/src/assets/icons/simple/paste.svg +14 -1
  631. package/src/assets/icons/simple/pausa.svg +8 -1
  632. package/src/assets/icons/simple/pdf.svg +12 -1
  633. package/src/assets/icons/simple/phone.svg +10 -1
  634. package/src/assets/icons/simple/pin-map.svg +13 -1
  635. package/src/assets/icons/simple/pin.svg +14 -1
  636. package/src/assets/icons/simple/pizza.svg +17 -1
  637. package/src/assets/icons/simple/play.svg +10 -1
  638. package/src/assets/icons/simple/plug-in.svg +10 -1
  639. package/src/assets/icons/simple/pointer.svg +6 -1
  640. package/src/assets/icons/simple/printer.svg +28 -1
  641. package/src/assets/icons/simple/profile-add.svg +28 -1
  642. package/src/assets/icons/simple/profile.svg +13 -1
  643. package/src/assets/icons/simple/push-pin-off.svg +11 -1
  644. package/src/assets/icons/simple/push-pin-on.svg +12 -1
  645. package/src/assets/icons/simple/qrcode.svg +26 -1
  646. package/src/assets/icons/simple/question-badge.svg +10 -1
  647. package/src/assets/icons/simple/radio.svg +8 -1
  648. package/src/assets/icons/simple/redo.svg +9 -1
  649. package/src/assets/icons/simple/relations.svg +28 -1
  650. package/src/assets/icons/simple/reload.svg +12 -1
  651. package/src/assets/icons/simple/remove-circle.svg +10 -1
  652. package/src/assets/icons/simple/remove.svg +6 -1
  653. package/src/assets/icons/simple/repeart.svg +14 -1
  654. package/src/assets/icons/simple/repository.svg +18 -1
  655. package/src/assets/icons/simple/request-form.svg +20 -1
  656. package/src/assets/icons/simple/resize-100%.svg +15 -1
  657. package/src/assets/icons/simple/resize-height.svg +12 -1
  658. package/src/assets/icons/simple/resize-width.svg +14 -1
  659. package/src/assets/icons/simple/search.svg +10 -1
  660. package/src/assets/icons/simple/sequential-prerequisites.svg +22 -1
  661. package/src/assets/icons/simple/settings.svg +17 -1
  662. package/src/assets/icons/simple/share.svg +21 -1
  663. package/src/assets/icons/simple/sketch.svg +13 -1
  664. package/src/assets/icons/simple/skills.svg +17 -1
  665. package/src/assets/icons/simple/skip-back.svg +14 -1
  666. package/src/assets/icons/simple/skip-forward.svg +14 -1
  667. package/src/assets/icons/simple/sms.svg +22 -1
  668. package/src/assets/icons/simple/sso-access.svg +20 -1
  669. package/src/assets/icons/simple/star-active.svg +6 -1
  670. package/src/assets/icons/simple/star.svg +6 -1
  671. package/src/assets/icons/simple/success.svg +12 -1
  672. package/src/assets/icons/simple/sun.svg +22 -1
  673. package/src/assets/icons/simple/sunrise.svg +18 -1
  674. package/src/assets/icons/simple/support.svg +18 -1
  675. package/src/assets/icons/simple/survey.svg +32 -1
  676. package/src/assets/icons/simple/table.svg +11 -1
  677. package/src/assets/icons/simple/tematic-channels.svg +15 -1
  678. package/src/assets/icons/simple/test.svg +23 -1
  679. package/src/assets/icons/simple/text-body.svg +7 -1
  680. package/src/assets/icons/simple/text-edit.svg +11 -1
  681. package/src/assets/icons/simple/text-style.svg +10 -1
  682. package/src/assets/icons/simple/time.svg +10 -1
  683. package/src/assets/icons/simple/toilet-paper.svg +17 -1
  684. package/src/assets/icons/simple/training-points.svg +18 -1
  685. package/src/assets/icons/simple/trash.svg +20 -1
  686. package/src/assets/icons/simple/underline.svg +9 -1
  687. package/src/assets/icons/simple/undo.svg +9 -1
  688. package/src/assets/icons/simple/unlock.svg +15 -1
  689. package/src/assets/icons/simple/upload.svg +10 -1
  690. package/src/assets/icons/simple/user-add.svg +18 -1
  691. package/src/assets/icons/simple/user-badge.svg +12 -1
  692. package/src/assets/icons/simple/user.svg +8 -1
  693. package/src/assets/icons/simple/video-off.svg +17 -1
  694. package/src/assets/icons/simple/video-on.svg +17 -1
  695. package/src/assets/icons/simple/video-rec.svg +20 -1
  696. package/src/assets/icons/simple/view-card.svg +12 -1
  697. package/src/assets/icons/simple/view-list.svg +20 -1
  698. package/src/assets/icons/simple/view.svg +17 -1
  699. package/src/assets/icons/simple/voice-off.svg +16 -1
  700. package/src/assets/icons/simple/voice-on.svg +16 -1
  701. package/src/assets/icons/simple/volume-down.svg +15 -1
  702. package/src/assets/icons/simple/volume-off.svg +16 -1
  703. package/src/assets/icons/simple/volume-up.svg +16 -1
  704. package/src/assets/icons/simple/warning.svg +14 -1
  705. package/src/assets/icons/simple/webinar.svg +19 -1
  706. package/src/assets/icons/simple/whiteboard.svg +16 -1
  707. package/src/assets/icons/simple/wine.svg +24 -1
  708. package/src/assets/icons/simple/zip.svg +22 -1
  709. package/src/assets/icons/simple/zoom-in.svg +18 -1
  710. package/src/assets/icons/simple/zoom-out.svg +17 -1
  711. package/src/assets/icons/simple.json +1 -1
  712. package/src/components/VvAccordion/VvAccordion.vue +16 -9
  713. package/src/components/VvAccordion/index.ts +5 -3
  714. package/src/components/VvAccordionGroup/VvAccordionGroup.vue +16 -11
  715. package/src/components/VvBadge/VvBadge.vue +3 -3
  716. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +5 -5
  717. package/src/components/VvButton/VvButton.vue +82 -46
  718. package/src/components/VvButton/index.ts +20 -20
  719. package/src/components/VvButtonGroup/VvButtonGroup.vue +7 -10
  720. package/src/components/VvCard/VvCard.vue +6 -3
  721. package/src/components/VvCheckbox/VvCheckbox.vue +17 -12
  722. package/src/components/VvCheckbox/index.ts +7 -5
  723. package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +21 -19
  724. package/src/components/VvCombobox/VvCombobox.vue +318 -101
  725. package/src/components/VvCombobox/index.ts +59 -5
  726. package/src/components/VvDialog/VvDialog.vue +14 -6
  727. package/src/components/VvDialog/index.ts +18 -1
  728. package/src/components/VvDropdown/VvDropdown.vue +344 -95
  729. package/src/components/VvDropdown/VvDropdownItem.vue +32 -0
  730. package/src/components/VvDropdown/index.ts +25 -23
  731. package/src/components/VvIcon/VvIcon.vue +16 -16
  732. package/src/components/VvInputText/VvInputText.vue +45 -34
  733. package/src/components/VvProgress/VvProgress.vue +7 -5
  734. package/src/components/VvRadio/VvRadio.vue +16 -14
  735. package/src/components/VvRadio/index.ts +6 -3
  736. package/src/components/VvRadioGroup/VvRadioGroup.vue +20 -16
  737. package/src/components/VvSelect/VvSelect.vue +69 -56
  738. package/src/components/VvSelect/index.ts +2 -2
  739. package/src/components/VvTextarea/VvTextarea.vue +46 -33
  740. package/src/components/VvTooltip/VvTooltip.vue +16 -10
  741. package/src/components/VvTooltip/index.ts +8 -11
  742. package/src/components/common/HintSlot.ts +5 -4
  743. package/src/composables/dropdown/useInjectDropdown.ts +51 -0
  744. package/src/composables/dropdown/useProvideDropdown.ts +97 -0
  745. package/src/composables/group/useInjectedGroupState.ts +7 -7
  746. package/src/composables/group/useProvideGroupState.ts +3 -3
  747. package/src/composables/useComponentIcon.ts +41 -0
  748. package/src/composables/useModifiers.ts +31 -91
  749. package/src/composables/useOptions.ts +11 -3
  750. package/src/composables/useUniqueId.ts +5 -0
  751. package/src/composables/useVolver.ts +6 -0
  752. package/src/constants.ts +38 -5
  753. package/src/directives/index.ts +5 -0
  754. package/src/directives/v-tooltip.ts +15 -0
  755. package/src/index.ts +1 -1
  756. package/src/props/index.ts +117 -13
  757. package/src/resolvers/unplugin.ts +4 -1
  758. package/src/shims.d.ts +1 -1
  759. package/src/stories/Accordion/Accordion.stories.mdx +9 -7
  760. package/src/stories/Accordion/Accordion.test.ts +1 -1
  761. package/src/stories/AccordionGroup/AccordionGroup.stories.mdx +6 -4
  762. package/src/stories/AccordionGroup/AccordionGroupSlots.stories.mdx +10 -8
  763. package/src/stories/Badge/Badge.stories.mdx +4 -3
  764. package/src/stories/Breadcrumb/Breadcrumb.stories.mdx +4 -3
  765. package/src/stories/Breadcrumb/Breadcrumb.test.ts +14 -12
  766. package/src/stories/Breadcrumb/BreadcrumbSlots.stories.mdx +8 -8
  767. package/src/stories/Button/Button.stories.mdx +7 -7
  768. package/src/stories/Button/Button.test.ts +6 -6
  769. package/src/stories/Button/ButtonModifiers.stories.mdx +2 -2
  770. package/src/stories/Button/ButtonSlots.stories.mdx +15 -11
  771. package/src/stories/ButtonGroup/ButtonGroup.stories.mdx +2 -2
  772. package/src/stories/ButtonGroup/ButtonGroupSlots.stories.mdx +2 -2
  773. package/src/stories/Card/Card.stories.mdx +2 -2
  774. package/src/stories/Card/Card.test.ts +1 -1
  775. package/src/stories/Card/CardSlots.stories.mdx +2 -2
  776. package/src/stories/Checkbox/Checkbox.stories.mdx +7 -7
  777. package/src/stories/CheckboxGroup/CheckboxGroup.stories.mdx +7 -7
  778. package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.mdx +9 -9
  779. package/src/stories/Combobox/Combobox.settings.ts +111 -4
  780. package/src/stories/Combobox/Combobox.stories.mdx +85 -4
  781. package/src/stories/Combobox/Combobox.test.ts +2 -2
  782. package/src/stories/Combobox/ComboboxIconPosition.stories.mdx +78 -0
  783. package/src/stories/Combobox/ComboboxMultiple.stories.mdx +1 -2
  784. package/src/stories/Combobox/ComboboxSlots.stories.mdx +107 -2
  785. package/src/stories/Dialog/Dialog.stories.mdx +2 -2
  786. package/src/stories/Dialog/Dialog.test.ts +4 -4
  787. package/src/stories/Dropdown/Dropdown.settings.ts +55 -37
  788. package/src/stories/Dropdown/Dropdown.stories.mdx +57 -58
  789. package/src/stories/Dropdown/Dropdown.test.ts +10 -32
  790. package/src/stories/Dropdown/DropdownSlots.stories.mdx +113 -0
  791. package/src/stories/Icon/Icon.stories.mdx +1 -1
  792. package/src/stories/Icon/IconsCollection.stories.mdx +2 -2
  793. package/src/stories/InputText/InputText.settings.ts +2 -1
  794. package/src/stories/InputText/InputText.stories.mdx +7 -4
  795. package/src/stories/InputText/InputTextIconPosition.stories.mdx +2 -2
  796. package/src/stories/InputText/InputTextSlots.stories.mdx +2 -2
  797. package/src/stories/Progress/Progress.stories.mdx +3 -1
  798. package/src/stories/Progress/Progress.test.ts +1 -1
  799. package/src/stories/Radio/Radio.stories.mdx +1 -1
  800. package/src/stories/RadioGroup/RadioGroup.stories.mdx +7 -7
  801. package/src/stories/RadioGroup/RadioGroupSlots.stories.mdx +9 -9
  802. package/src/stories/Select/Select.settings.ts +2 -2
  803. package/src/stories/Select/Select.stories.mdx +3 -3
  804. package/src/stories/Select/SelectIconPosition.stories.mdx +78 -0
  805. package/src/stories/Select/SelectSlots.stories.mdx +2 -2
  806. package/src/stories/Textarea/Textarea.settings.ts +2 -1
  807. package/src/stories/Textarea/Textarea.stories.mdx +4 -4
  808. package/src/stories/Textarea/TextareaSlots.stories.mdx +2 -2
  809. package/src/stories/Textarea/TextareatIconPosition.stories.mdx +2 -2
  810. package/src/stories/Tooltip/Tooltip.settings.ts +13 -13
  811. package/src/stories/Tooltip/Tooltip.stories.mdx +24 -21
  812. package/src/stories/Tooltip/Tooltip.test.ts +22 -13
  813. package/src/stories/Tooltip/TooltipDirective.stories.mdx +98 -0
  814. package/src/stories/argTypes.ts +153 -4
  815. package/src/types/floating-ui.d.ts +7 -0
  816. package/src/types/generic.d.ts +0 -1
  817. package/src/types/group.d.ts +37 -0
  818. package/src/utils/ObjectUtilities.ts +4 -1
  819. package/dist/composables/group/types/IAccordionGroupState.d.ts +0 -9
  820. package/dist/composables/group/types/IButtonGroupState.d.ts +0 -13
  821. package/dist/composables/group/types/IGroupState.d.ts +0 -8
  822. package/dist/composables/group/types/IInputGroup.d.ts +0 -8
  823. package/dist/composables/useComponentIcons.d.ts +0 -27
  824. package/src/composables/group/types/IAccordionGroupState.ts +0 -10
  825. package/src/composables/group/types/IButtonGroupState.ts +0 -14
  826. package/src/composables/group/types/IGroupState.ts +0 -10
  827. package/src/composables/group/types/IInputGroup.ts +0 -9
  828. package/src/composables/useComponentIcons.ts +0 -96
  829. package/src/directives/.gitkeep +0 -0
  830. package/src/stories/Dropdown/DropdownOptions.stories.mdx +0 -96
@@ -1 +1,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.733 0.734)"><g transform="translate(-0.733 -0.734)" 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><path d="M0,0H9" transform="translate(2.767 7.266)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line y2="9" transform="translate(7.267 2.766)" 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(0.733 0.734)">
3
+ <g transform="translate(-0.733 -0.734)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
4
+ <circle cx="8" cy="8" r="8" stroke="none" />
5
+ <circle cx="8" cy="8" r="7.5" fill="none" />
6
+ </g>
7
+ <path d="M0,0H9" transform="translate(2.767 7.266)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-width="1" />
9
+ <line y2="9" transform="translate(7.267 2.766)" fill="none" stroke="#000" stroke-linecap="round"
10
+ stroke-miterlimit="10" stroke-width="1" />
11
+ </g>
12
+ </svg>
@@ -1 +1,8 @@
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)"><line x2="15" transform="translate(-0.167 7.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line y2="15" transform="translate(7.333 -0.166)" fill="none" stroke="#000" stroke-linecap="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.666)">
3
+ <line x2="15" transform="translate(-0.167 7.334)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-width="1" />
5
+ <line y2="15" transform="translate(7.333 -0.166)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-width="1" />
7
+ </g>
8
+ </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(2.667 4)"><line x1="9" transform="translate(0.833 2.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="15" transform="translate(-2.167 -0.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="11" transform="translate(-0.167 5.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="5" transform="translate(2.833 8.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(2.667 4)">
3
+ <line x1="9" transform="translate(0.833 2.5)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="1" />
5
+ <line x1="15" transform="translate(-2.167 -0.5)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="1" />
7
+ <line x1="11" transform="translate(-0.167 5.5)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-linejoin="round" stroke-width="1" />
9
+ <line x1="5" transform="translate(2.833 8.5)" fill="none" stroke="#000" stroke-linecap="round"
10
+ stroke-linejoin="round" stroke-width="1" />
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(2.667 3)"><line x1="15" transform="translate(-2.167 3.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="15" transform="translate(-2.167 0.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="15" transform="translate(-2.167 6.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="15" transform="translate(-2.167 9.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(2.667 3)">
3
+ <line x1="15" transform="translate(-2.167 3.5)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="1" />
5
+ <line x1="15" transform="translate(-2.167 0.5)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="1" />
7
+ <line x1="15" transform="translate(-2.167 6.5)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-linejoin="round" stroke-width="1" />
9
+ <line x1="15" transform="translate(-2.167 9.5)" fill="none" stroke="#000" stroke-linecap="round"
10
+ stroke-linejoin="round" stroke-width="1" />
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(1.667 4)"><line x1="10" transform="translate(-1.167 2.501)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="15" transform="translate(-1.167 -0.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="12" transform="translate(-1.167 5.501)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="8" transform="translate(-1.167 8.501)" 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(1.667 4)">
3
+ <line x1="10" transform="translate(-1.167 2.501)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="1" />
5
+ <line x1="15" transform="translate(-1.167 -0.5)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="1" />
7
+ <line x1="12" transform="translate(-1.167 5.501)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-linejoin="round" stroke-width="1" />
9
+ <line x1="8" transform="translate(-1.167 8.501)" fill="none" stroke="#000" stroke-linecap="round"
10
+ stroke-linejoin="round" stroke-width="1" />
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(2.667 4)"><line x1="10" transform="translate(2.833 2.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="15" transform="translate(-2.167 -0.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="12" transform="translate(0.833 5.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="8" transform="translate(4.833 8.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(2.667 4)">
3
+ <line x1="10" transform="translate(2.833 2.5)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="1" />
5
+ <line x1="15" transform="translate(-2.167 -0.5)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="1" />
7
+ <line x1="12" transform="translate(0.833 5.5)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-linejoin="round" stroke-width="1" />
9
+ <line x1="8" transform="translate(4.833 8.5)" fill="none" stroke="#000" stroke-linecap="round"
10
+ stroke-linejoin="round" stroke-width="1" />
11
+ </g>
12
+ </svg>
@@ -1 +1,21 @@
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(1.333 1.334)"><g transform="translate(-68.958 365.042)" fill="none" stroke-miterlimit="10"><path d="M76.121-365.377a.579.579,0,0,0-.346.15.58.58,0,0,0-.15.348v6.5h-6.5a.59.59,0,0,0-.35.15.585.585,0,0,0-.15.35,7.629,7.629,0,0,0,7.66,7.5,7.215,7.215,0,0,0,7.34-7.335A7.635,7.635,0,0,0,76.121-365.377Z" stroke="none"/><path d="M 76.625 -364.3569030761719 L 76.625 -357.376953125 L 69.64471435546875 -357.376953125 C 69.76639556884766 -355.8387451171875 70.44825744628906 -354.4019775390625 71.59546661376953 -353.2872924804688 C 72.86415863037109 -352.0546264648438 74.52944946289062 -351.375732421875 76.28457641601562 -351.375732421875 C 78.02548980712891 -351.375732421875 79.63063049316406 -352.0216369628906 80.8043212890625 -353.1944885253906 C 81.97795104980469 -354.3672790527344 82.62429809570312 -355.9712829589844 82.62429809570312 -357.7110290527344 C 82.62429809570312 -359.4670715332031 81.94513702392578 -361.1336975097656 80.71192932128906 -362.4039306640625 C 79.59770965576172 -363.5516052246094 78.161865234375 -364.2341918945312 76.625 -364.3569030761719 M 76.12108612060547 -365.376953125 C 80.27236175537109 -365.376953125 83.62429809570312 -361.8617553710938 83.62429809570312 -357.7110290527344 C 83.62429809570312 -353.56103515625 80.43586730957031 -350.375732421875 76.28457641601562 -350.375732421875 C 72.13475799560547 -350.375732421875 68.625 -353.7269592285156 68.625 -357.876953125 C 68.625 -357.9871520996094 68.69651031494141 -358.1490783691406 68.77500152587891 -358.2269592285156 C 68.85276031494141 -358.3046875 69.01483154296875 -358.376953125 69.125 -358.376953125 L 75.625 -358.376953125 L 75.625 -364.87890625 C 75.625 -364.9897766113281 75.69651031494141 -365.1483459472656 75.77500152587891 -365.2269592285156 C 75.85277557373047 -365.3046264648438 76.01092529296875 -365.376953125 76.12108612060547 -365.376953125 Z" stroke="none" fill="#000"/></g><g transform="translate(-67.833 366.166)" fill="none" stroke-miterlimit="10"><path d="M73.382-360.618a.405.405,0,0,0,.118-.285V-367.1a.407.407,0,0,0-.118-.285.405.405,0,0,0-.284-.118,6.6,6.6,0,0,0-6.6,6.6.406.406,0,0,0,.118.285.405.405,0,0,0,.284.118h6.2A.405.405,0,0,0,73.382-360.618Z" stroke="none"/><path d="M 72.49999237060547 -361.5 L 72.49999237060547 -366.4682922363281 C 69.89032745361328 -366.1898803710938 67.81065368652344 -364.1100158691406 67.53180694580078 -361.5 L 72.49999237060547 -361.5 M 73.09787750244141 -360.5 L 66.90280914306641 -360.5 C 66.79691314697266 -360.5 66.69310760498047 -360.5429077148438 66.61834716796875 -360.6176147460938 C 66.54360961914062 -360.6923828125 66.5 -360.7962036132812 66.5 -360.9021606445312 C 66.50068664550781 -364.5457763671875 69.45393371582031 -367.5 73.09787750244141 -367.5 C 73.20377349853516 -367.5 73.30758666992188 -367.4570922851562 73.38233184814453 -367.38232421875 C 73.45707702636719 -367.306884765625 73.49999237060547 -367.2037353515625 73.49999237060547 -367.0971069335938 L 73.49999237060547 -360.9021606445312 C 73.49999237060547 -360.7962036132812 73.45707702636719 -360.6923828125 73.38233184814453 -360.6176147460938 C 73.30758666992188 -360.5429077148438 73.20377349853516 -360.5 73.09787750244141 -360.5 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(1.333 1.334)">
4
+ <g transform="translate(-68.958 365.042)" fill="none" stroke-miterlimit="10">
5
+ <path
6
+ d="M76.121-365.377a.579.579,0,0,0-.346.15.58.58,0,0,0-.15.348v6.5h-6.5a.59.59,0,0,0-.35.15.585.585,0,0,0-.15.35,7.629,7.629,0,0,0,7.66,7.5,7.215,7.215,0,0,0,7.34-7.335A7.635,7.635,0,0,0,76.121-365.377Z"
7
+ stroke="none" />
8
+ <path
9
+ d="M 76.625 -364.3569030761719 L 76.625 -357.376953125 L 69.64471435546875 -357.376953125 C 69.76639556884766 -355.8387451171875 70.44825744628906 -354.4019775390625 71.59546661376953 -353.2872924804688 C 72.86415863037109 -352.0546264648438 74.52944946289062 -351.375732421875 76.28457641601562 -351.375732421875 C 78.02548980712891 -351.375732421875 79.63063049316406 -352.0216369628906 80.8043212890625 -353.1944885253906 C 81.97795104980469 -354.3672790527344 82.62429809570312 -355.9712829589844 82.62429809570312 -357.7110290527344 C 82.62429809570312 -359.4670715332031 81.94513702392578 -361.1336975097656 80.71192932128906 -362.4039306640625 C 79.59770965576172 -363.5516052246094 78.161865234375 -364.2341918945312 76.625 -364.3569030761719 M 76.12108612060547 -365.376953125 C 80.27236175537109 -365.376953125 83.62429809570312 -361.8617553710938 83.62429809570312 -357.7110290527344 C 83.62429809570312 -353.56103515625 80.43586730957031 -350.375732421875 76.28457641601562 -350.375732421875 C 72.13475799560547 -350.375732421875 68.625 -353.7269592285156 68.625 -357.876953125 C 68.625 -357.9871520996094 68.69651031494141 -358.1490783691406 68.77500152587891 -358.2269592285156 C 68.85276031494141 -358.3046875 69.01483154296875 -358.376953125 69.125 -358.376953125 L 75.625 -358.376953125 L 75.625 -364.87890625 C 75.625 -364.9897766113281 75.69651031494141 -365.1483459472656 75.77500152587891 -365.2269592285156 C 75.85277557373047 -365.3046264648438 76.01092529296875 -365.376953125 76.12108612060547 -365.376953125 Z"
10
+ stroke="none" fill="#000" />
11
+ </g>
12
+ <g transform="translate(-67.833 366.166)" fill="none" stroke-miterlimit="10">
13
+ <path
14
+ d="M73.382-360.618a.405.405,0,0,0,.118-.285V-367.1a.407.407,0,0,0-.118-.285.405.405,0,0,0-.284-.118,6.6,6.6,0,0,0-6.6,6.6.406.406,0,0,0,.118.285.405.405,0,0,0,.284.118h6.2A.405.405,0,0,0,73.382-360.618Z"
15
+ stroke="none" />
16
+ <path
17
+ d="M 72.49999237060547 -361.5 L 72.49999237060547 -366.4682922363281 C 69.89032745361328 -366.1898803710938 67.81065368652344 -364.1100158691406 67.53180694580078 -361.5 L 72.49999237060547 -361.5 M 73.09787750244141 -360.5 L 66.90280914306641 -360.5 C 66.79691314697266 -360.5 66.69310760498047 -360.5429077148438 66.61834716796875 -360.6176147460938 C 66.54360961914062 -360.6923828125 66.5 -360.7962036132812 66.5 -360.9021606445312 C 66.50068664550781 -364.5457763671875 69.45393371582031 -367.5 73.09787750244141 -367.5 C 73.20377349853516 -367.5 73.30758666992188 -367.4570922851562 73.38233184814453 -367.38232421875 C 73.45707702636719 -367.306884765625 73.49999237060547 -367.2037353515625 73.49999237060547 -367.0971069335938 L 73.49999237060547 -360.9021606445312 C 73.49999237060547 -360.7962036132812 73.45707702636719 -360.6923828125 73.38233184814453 -360.6176147460938 C 73.30758666992188 -360.5429077148438 73.20377349853516 -360.5 73.09787750244141 -360.5 Z"
18
+ stroke="none" fill="#000" />
19
+ </g>
20
+ </g>
21
+ </svg>
@@ -1 +1,8 @@
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 2.6)"><path d="M128.781-351.936h0l7-6,3,2,3-3" transform="translate(-128.781 361.338)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M144-353H129v-9" transform="translate(-129.5 362.9)" 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(1 2.6)">
3
+ <path d="M128.781-351.936h0l7-6,3,2,3-3" transform="translate(-128.781 361.338)" fill="none" stroke="#000"
4
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
5
+ <path d="M144-353H129v-9" transform="translate(-129.5 362.9)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-miterlimit="10" stroke-width="1" />
7
+ </g>
8
+ </svg>
@@ -1 +1,16 @@
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.833 1.666)"><g transform="translate(-1.833 6.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="4" height="8" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="3" height="7" rx="0.5" fill="none"/></g><g transform="translate(4.167 -1.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="4" height="16" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="3" height="15" rx="0.5" fill="none"/></g><g transform="translate(10.167 3.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="4" height="11" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="3" height="10" 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(1.833 1.666)">
3
+ <g transform="translate(-1.833 6.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
4
+ <rect width="4" height="8" rx="1" stroke="none" />
5
+ <rect x="0.5" y="0.5" width="3" height="7" rx="0.5" fill="none" />
6
+ </g>
7
+ <g transform="translate(4.167 -1.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
8
+ <rect width="4" height="16" rx="1" stroke="none" />
9
+ <rect x="0.5" y="0.5" width="3" height="15" rx="0.5" fill="none" />
10
+ </g>
11
+ <g transform="translate(10.167 3.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
12
+ <rect width="4" height="11" rx="1" stroke="none" />
13
+ <rect x="0.5" y="0.5" width="3" height="10" rx="0.5" fill="none" />
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -1 +1,18 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.14" viewBox="0 0 16 16.14"><g transform="translate(0 0.14)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0.667 0.466)"><g transform="translate(-4.465 -5.565)" fill="none" stroke-miterlimit="10"><path d="M11.809,20.416a3.9,3.9,0,0,1,.8.1,4.318,4.318,0,0,1,.8.314l.019.009c.1.047.2.1.3.139a1.345,1.345,0,0,0,.539.124,2.029,2.029,0,0,0,.834-.248,3.537,3.537,0,0,0,1.324-1.129,11.185,11.185,0,0,0,1.456-2.447c.077-.172.136-.315.186-.446a8.9,8.9,0,0,0,.529-5.47,4.23,4.23,0,0,0-1.694-2.514.386.386,0,0,1-.037-.026,2.886,2.886,0,0,0-.582-.363,3.523,3.523,0,0,0-1.52-.356h-.086a5.038,5.038,0,0,0-1.73.454l-.342.132c-.149.056-.495.176-.5.177a.4.4,0,0,1-.136.024h-.128l-.025,0H11.79l-.026,0h-.129a.4.4,0,0,1-.136-.023s-.347-.121-.5-.179l-.337-.13A5.076,5.076,0,0,0,8.927,8.1H8.834a3.562,3.562,0,0,0-1.512.356,2.91,2.91,0,0,0-.584.363.339.339,0,0,1-.035.026,4.3,4.3,0,0,0-1.684,2.474A8.9,8.9,0,0,0,5.524,16.8c.073.192.139.343.2.477a11.141,11.141,0,0,0,1.455,2.447,3.51,3.51,0,0,0,1.276,1.109,2.208,2.208,0,0,0,.885.267,1.35,1.35,0,0,0,.535-.123c.1-.043.2-.091.3-.137l.018-.009a4.419,4.419,0,0,1,.8-.317,3.706,3.706,0,0,1,.8-.1h.014Z" stroke="none"/><path d="M 14.260986328125 20.09961318969727 C 14.32536697387695 20.09961318969727 14.50913619995117 20.01754379272461 14.68877696990967 19.93733406066895 C 15.00012683868408 19.7990837097168 15.25736618041992 19.57120323181152 15.63781642913818 19.09665298461914 C 16.13151741027832 18.48062324523926 16.57657623291016 17.73093414306641 16.96085739135742 16.8679141998291 C 17.0268669128418 16.71989440917969 17.07902717590332 16.5946044921875 17.1250171661377 16.47362327575684 L 17.14455604553223 16.42595481872559 C 18.23100662231445 13.95873355865479 17.62941741943359 11.64108371734619 17.62321662902832 11.61796379089355 L 17.61015701293945 11.5631742477417 C 17.36825752258301 10.4043436050415 16.43461799621582 9.741438865661621 16.35490608215332 9.686763763427734 C 16.31573867797852 9.66197395324707 16.28406715393066 9.638636589050293 16.25646591186523 9.617584228515625 L 16.22528648376465 9.593124389648438 C 16.12227630615234 9.508934020996094 15.99695682525635 9.43182373046875 15.8407564163208 9.356674194335938 C 15.49393653869629 9.189173698425293 15.11858654022217 9.10063362121582 14.75527667999268 9.10063362121582 C 14.73395347595215 9.100632667541504 14.71262550354004 9.100553512573242 14.69343662261963 9.100974082946777 C 14.26431655883789 9.111443519592285 13.83969688415527 9.277084350585938 13.2977466583252 9.488473892211914 L 12.95023632049561 9.622143745422363 C 12.79885864257812 9.679323196411133 12.4832010269165 9.789033889770508 12.42975902557373 9.807562828063965 C 12.27939224243164 9.860764503479004 12.12204647064209 9.887733459472656 11.96197700500488 9.887733459472656 L 11.63514614105225 9.887733459472656 C 11.47371673583984 9.887733459472656 11.31545639038086 9.860584259033203 11.16475677490234 9.80704402923584 L 11.1370964050293 9.797313690185547 C 10.98491668701172 9.743893623352051 10.76855659484863 9.667583465576172 10.64699649810791 9.621773719787598 L 10.63960647583008 9.618964195251465 L 10.29893684387207 9.487483978271484 C 9.758896827697754 9.277624130249023 9.33234691619873 9.11185359954834 8.906126976013184 9.101043701171875 C 8.882996559143066 9.100553512573242 8.858916282653809 9.100004196166992 8.834336280822754 9.100004196166992 C 8.488106727600098 9.100004196166992 8.095166206359863 9.193683624267578 7.7546067237854 9.357833862304688 C 7.602083206176758 9.43099308013916 7.476366519927979 9.508245468139648 7.370387077331543 9.593930244445801 C 7.33384895324707 9.623902320861816 7.29572868347168 9.651962280273438 7.256727695465088 9.677605628967285 C 7.195810317993164 9.720224380493164 6.225821495056152 10.4150915145874 5.99812650680542 11.52038383483887 L 5.985506534576416 11.57410430908203 C 5.959956645965576 11.67080402374268 5.371976375579834 13.97023391723633 6.439456462860107 16.39472389221191 L 6.458856582641602 16.44202423095703 C 6.524376392364502 16.61422348022461 6.582476615905762 16.74697303771973 6.637466430664062 16.86920356750488 C 7.01992654800415 17.73015403747559 7.46463680267334 18.47954368591309 7.9591965675354 19.09651374816895 C 8.334726333618164 19.56493377685547 8.587996482849121 19.7951545715332 8.860456466674805 19.91673469543457 L 8.865276336669922 19.91886329650879 C 9.064207077026367 20.00709342956543 9.269916534423828 20.09833335876465 9.339886665344238 20.09833335876465 C 9.349576950073242 20.09833335876465 9.38858699798584 20.09519386291504 9.484686851501465 20.05437469482422 C 9.567099571228027 20.01944732666016 9.654199600219727 19.97832870483398 9.736672401428223 19.9389591217041 L 9.773836135864258 19.92097473144531 C 10.05079650878906 19.79001426696777 10.36470699310303 19.64157485961914 10.74653625488281 19.54405403137207 C 11.03658676147461 19.46997451782227 11.3695764541626 19.42821311950684 11.76453685760498 19.41637420654297 L 11.82625675201416 19.41592407226562 L 11.84363651275635 19.41652297973633 C 12.09560680389404 19.42529487609863 12.47415637969971 19.44802474975586 12.8513069152832 19.54392433166504 C 13.2381067276001 19.64249420166016 13.56612682342529 19.79865455627441 13.82985687255859 19.92420387268066 L 13.86786651611328 19.94228363037109 C 13.95346641540527 19.98296356201172 14.03431701660156 20.02139472961426 14.11122703552246 20.05385398864746 L 14.11623668670654 20.05598449707031 C 14.18092632293701 20.08371353149414 14.23368644714355 20.09961318969727 14.260986328125 20.09961318969727 M 14.260986328125 21.09961318969727 C 14.09163665771484 21.09961318969727 13.92041683197021 21.06003379821777 13.72231674194336 20.97513389587402 C 13.6179666519165 20.93108367919922 13.51672649383545 20.88256454467773 13.41861629486084 20.83596420288086 L 13.39986705780029 20.82703399658203 C 13.15178680419922 20.70893478393555 12.89494705200195 20.58700370788574 12.60436630249023 20.51295471191406 C 12.32066631317139 20.4408130645752 12.01071643829346 20.42294311523438 11.80887699127197 20.41592407226562 L 11.79449653625488 20.41592407226562 C 11.47517681121826 20.42549324035645 11.21396636962891 20.45677375793457 10.99400615692139 20.51295471191406 C 10.70154666900635 20.58764457702637 10.44408702850342 20.71021461486816 10.19162654876709 20.8295841217041 L 10.17350673675537 20.83852386474609 C 10.07726669311523 20.88448333740234 9.977286338806152 20.93171310424805 9.87480640411377 20.97513389587402 C 9.677956581115723 21.05875396728516 9.507356643676758 21.09833335876465 9.339886665344238 21.09833335876465 C 9.056806564331055 21.09833335876465 8.806216239929199 20.98661422729492 8.455026626586914 20.83085441589355 C 7.955726623535156 20.60807418823242 7.583286762237549 20.22633361816406 7.178976535797119 19.72202301025391 C 6.630936622619629 19.03833389282227 6.141016483306885 18.21485328674316 5.723586559295654 17.27518463134766 C 5.662966728210449 17.14048385620117 5.597356796264648 16.98983383178711 5.524236679077148 16.79768371582031 C 4.340676784515381 14.109543800354 4.946836471557617 11.59056377410889 5.018696784973145 11.31862354278564 C 5.336146831512451 9.777613639831543 6.641566753387451 8.885824203491211 6.70280647277832 8.844964027404785 C 6.715926647186279 8.836673736572266 6.72779655456543 8.827733993530273 6.737796783447266 8.81943416595459 C 6.905276775360107 8.683464050292969 7.095866680145264 8.564723968505859 7.322086811065674 8.456203460693359 C 7.798886775970459 8.226393699645996 8.336297035217285 8.100004196166992 8.834336280822754 8.100004196166992 C 8.866216659545898 8.100004196166992 8.897456169128418 8.10063362121582 8.927456855773926 8.101273536682129 C 9.532356262207031 8.116603851318359 10.05602645874023 8.320234298706055 10.66217708587646 8.555793762207031 L 10.99962615966797 8.686014175415039 C 11.15210628509521 8.743474006652832 11.4982967376709 8.864124298095703 11.49954700469971 8.864753723144531 C 11.5426664352417 8.880073547363281 11.58828639984131 8.887733459472656 11.63514614105225 8.887733459472656 L 11.76387691497803 8.887733459472656 C 11.77324676513672 8.885824203491211 11.78262615203857 8.885184288024902 11.79012680053711 8.884544372558594 C 11.79262638092041 8.884544372558594 11.80511665344238 8.884544372558594 11.80887699127197 8.885184288024902 C 11.81824684143066 8.885184288024902 11.82636642456055 8.88646411895752 11.83386707305908 8.887733459472656 L 11.96197700500488 8.887733459472656 C 12.00821685791016 8.887733459472656 12.05383682250977 8.880073547363281 12.09820652008057 8.864124298095703 C 12.10194683074951 8.86284351348877 12.44814682006836 8.742834091186523 12.59687614440918 8.686654090881348 L 12.93869686126709 8.555153846740723 C 13.54421615600586 8.318953514099121 14.0672664642334 8.115954399108887 14.66904640197754 8.101273536682129 C 15.20958518981934 8.089235305786133 15.76615619659424 8.21012020111084 16.27566719055176 8.456203460693359 C 16.50125694274902 8.564723968505859 16.69247627258301 8.683464050292969 16.85807609558105 8.818794250488281 C 16.86994743347168 8.827733993530273 16.88181686401367 8.83730411529541 16.89494705200195 8.844964027404785 C 16.9086856842041 8.853903770446777 18.24472618103027 9.709314346313477 18.58905601501465 11.3588342666626 C 18.6334171295166 11.52417373657227 19.27581596374512 14.06740379333496 18.05975723266602 16.82896423339844 C 18.00976753234863 16.96046447753906 17.95102691650391 17.10282325744629 17.87416648864746 17.27518463134766 C 17.45547676086426 18.21548461914062 16.96555709838867 19.03897476196289 16.41814613342285 19.72202301025391 C 16.01383590698242 20.22633361816406 15.63514614105225 20.61126327514648 15.09460639953613 20.85128402709961 C 14.77152633666992 20.99555397033691 14.53781700134277 21.09961318969727 14.260986328125 21.09961318969727 Z" stroke="none" fill="#000"/></g><path d="M16.026,7.035a2.771,2.771,0,0,1,2-3.5" transform="translate(-8.693 -3.501)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M20.1,12.249s2.075,1.039,2,3" transform="translate(-10.769 -6.715)" 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.14" viewBox="0 0 16 16.14">
2
+ <g transform="translate(0 0.14)">
3
+ <g transform="translate(0.667 0.466)">
4
+ <g transform="translate(-4.465 -5.565)" fill="none" stroke-miterlimit="10">
5
+ <path
6
+ d="M11.809,20.416a3.9,3.9,0,0,1,.8.1,4.318,4.318,0,0,1,.8.314l.019.009c.1.047.2.1.3.139a1.345,1.345,0,0,0,.539.124,2.029,2.029,0,0,0,.834-.248,3.537,3.537,0,0,0,1.324-1.129,11.185,11.185,0,0,0,1.456-2.447c.077-.172.136-.315.186-.446a8.9,8.9,0,0,0,.529-5.47,4.23,4.23,0,0,0-1.694-2.514.386.386,0,0,1-.037-.026,2.886,2.886,0,0,0-.582-.363,3.523,3.523,0,0,0-1.52-.356h-.086a5.038,5.038,0,0,0-1.73.454l-.342.132c-.149.056-.495.176-.5.177a.4.4,0,0,1-.136.024h-.128l-.025,0H11.79l-.026,0h-.129a.4.4,0,0,1-.136-.023s-.347-.121-.5-.179l-.337-.13A5.076,5.076,0,0,0,8.927,8.1H8.834a3.562,3.562,0,0,0-1.512.356,2.91,2.91,0,0,0-.584.363.339.339,0,0,1-.035.026,4.3,4.3,0,0,0-1.684,2.474A8.9,8.9,0,0,0,5.524,16.8c.073.192.139.343.2.477a11.141,11.141,0,0,0,1.455,2.447,3.51,3.51,0,0,0,1.276,1.109,2.208,2.208,0,0,0,.885.267,1.35,1.35,0,0,0,.535-.123c.1-.043.2-.091.3-.137l.018-.009a4.419,4.419,0,0,1,.8-.317,3.706,3.706,0,0,1,.8-.1h.014Z"
7
+ stroke="none" />
8
+ <path
9
+ d="M 14.260986328125 20.09961318969727 C 14.32536697387695 20.09961318969727 14.50913619995117 20.01754379272461 14.68877696990967 19.93733406066895 C 15.00012683868408 19.7990837097168 15.25736618041992 19.57120323181152 15.63781642913818 19.09665298461914 C 16.13151741027832 18.48062324523926 16.57657623291016 17.73093414306641 16.96085739135742 16.8679141998291 C 17.0268669128418 16.71989440917969 17.07902717590332 16.5946044921875 17.1250171661377 16.47362327575684 L 17.14455604553223 16.42595481872559 C 18.23100662231445 13.95873355865479 17.62941741943359 11.64108371734619 17.62321662902832 11.61796379089355 L 17.61015701293945 11.5631742477417 C 17.36825752258301 10.4043436050415 16.43461799621582 9.741438865661621 16.35490608215332 9.686763763427734 C 16.31573867797852 9.66197395324707 16.28406715393066 9.638636589050293 16.25646591186523 9.617584228515625 L 16.22528648376465 9.593124389648438 C 16.12227630615234 9.508934020996094 15.99695682525635 9.43182373046875 15.8407564163208 9.356674194335938 C 15.49393653869629 9.189173698425293 15.11858654022217 9.10063362121582 14.75527667999268 9.10063362121582 C 14.73395347595215 9.100632667541504 14.71262550354004 9.100553512573242 14.69343662261963 9.100974082946777 C 14.26431655883789 9.111443519592285 13.83969688415527 9.277084350585938 13.2977466583252 9.488473892211914 L 12.95023632049561 9.622143745422363 C 12.79885864257812 9.679323196411133 12.4832010269165 9.789033889770508 12.42975902557373 9.807562828063965 C 12.27939224243164 9.860764503479004 12.12204647064209 9.887733459472656 11.96197700500488 9.887733459472656 L 11.63514614105225 9.887733459472656 C 11.47371673583984 9.887733459472656 11.31545639038086 9.860584259033203 11.16475677490234 9.80704402923584 L 11.1370964050293 9.797313690185547 C 10.98491668701172 9.743893623352051 10.76855659484863 9.667583465576172 10.64699649810791 9.621773719787598 L 10.63960647583008 9.618964195251465 L 10.29893684387207 9.487483978271484 C 9.758896827697754 9.277624130249023 9.33234691619873 9.11185359954834 8.906126976013184 9.101043701171875 C 8.882996559143066 9.100553512573242 8.858916282653809 9.100004196166992 8.834336280822754 9.100004196166992 C 8.488106727600098 9.100004196166992 8.095166206359863 9.193683624267578 7.7546067237854 9.357833862304688 C 7.602083206176758 9.43099308013916 7.476366519927979 9.508245468139648 7.370387077331543 9.593930244445801 C 7.33384895324707 9.623902320861816 7.29572868347168 9.651962280273438 7.256727695465088 9.677605628967285 C 7.195810317993164 9.720224380493164 6.225821495056152 10.4150915145874 5.99812650680542 11.52038383483887 L 5.985506534576416 11.57410430908203 C 5.959956645965576 11.67080402374268 5.371976375579834 13.97023391723633 6.439456462860107 16.39472389221191 L 6.458856582641602 16.44202423095703 C 6.524376392364502 16.61422348022461 6.582476615905762 16.74697303771973 6.637466430664062 16.86920356750488 C 7.01992654800415 17.73015403747559 7.46463680267334 18.47954368591309 7.9591965675354 19.09651374816895 C 8.334726333618164 19.56493377685547 8.587996482849121 19.7951545715332 8.860456466674805 19.91673469543457 L 8.865276336669922 19.91886329650879 C 9.064207077026367 20.00709342956543 9.269916534423828 20.09833335876465 9.339886665344238 20.09833335876465 C 9.349576950073242 20.09833335876465 9.38858699798584 20.09519386291504 9.484686851501465 20.05437469482422 C 9.567099571228027 20.01944732666016 9.654199600219727 19.97832870483398 9.736672401428223 19.9389591217041 L 9.773836135864258 19.92097473144531 C 10.05079650878906 19.79001426696777 10.36470699310303 19.64157485961914 10.74653625488281 19.54405403137207 C 11.03658676147461 19.46997451782227 11.3695764541626 19.42821311950684 11.76453685760498 19.41637420654297 L 11.82625675201416 19.41592407226562 L 11.84363651275635 19.41652297973633 C 12.09560680389404 19.42529487609863 12.47415637969971 19.44802474975586 12.8513069152832 19.54392433166504 C 13.2381067276001 19.64249420166016 13.56612682342529 19.79865455627441 13.82985687255859 19.92420387268066 L 13.86786651611328 19.94228363037109 C 13.95346641540527 19.98296356201172 14.03431701660156 20.02139472961426 14.11122703552246 20.05385398864746 L 14.11623668670654 20.05598449707031 C 14.18092632293701 20.08371353149414 14.23368644714355 20.09961318969727 14.260986328125 20.09961318969727 M 14.260986328125 21.09961318969727 C 14.09163665771484 21.09961318969727 13.92041683197021 21.06003379821777 13.72231674194336 20.97513389587402 C 13.6179666519165 20.93108367919922 13.51672649383545 20.88256454467773 13.41861629486084 20.83596420288086 L 13.39986705780029 20.82703399658203 C 13.15178680419922 20.70893478393555 12.89494705200195 20.58700370788574 12.60436630249023 20.51295471191406 C 12.32066631317139 20.4408130645752 12.01071643829346 20.42294311523438 11.80887699127197 20.41592407226562 L 11.79449653625488 20.41592407226562 C 11.47517681121826 20.42549324035645 11.21396636962891 20.45677375793457 10.99400615692139 20.51295471191406 C 10.70154666900635 20.58764457702637 10.44408702850342 20.71021461486816 10.19162654876709 20.8295841217041 L 10.17350673675537 20.83852386474609 C 10.07726669311523 20.88448333740234 9.977286338806152 20.93171310424805 9.87480640411377 20.97513389587402 C 9.677956581115723 21.05875396728516 9.507356643676758 21.09833335876465 9.339886665344238 21.09833335876465 C 9.056806564331055 21.09833335876465 8.806216239929199 20.98661422729492 8.455026626586914 20.83085441589355 C 7.955726623535156 20.60807418823242 7.583286762237549 20.22633361816406 7.178976535797119 19.72202301025391 C 6.630936622619629 19.03833389282227 6.141016483306885 18.21485328674316 5.723586559295654 17.27518463134766 C 5.662966728210449 17.14048385620117 5.597356796264648 16.98983383178711 5.524236679077148 16.79768371582031 C 4.340676784515381 14.109543800354 4.946836471557617 11.59056377410889 5.018696784973145 11.31862354278564 C 5.336146831512451 9.777613639831543 6.641566753387451 8.885824203491211 6.70280647277832 8.844964027404785 C 6.715926647186279 8.836673736572266 6.72779655456543 8.827733993530273 6.737796783447266 8.81943416595459 C 6.905276775360107 8.683464050292969 7.095866680145264 8.564723968505859 7.322086811065674 8.456203460693359 C 7.798886775970459 8.226393699645996 8.336297035217285 8.100004196166992 8.834336280822754 8.100004196166992 C 8.866216659545898 8.100004196166992 8.897456169128418 8.10063362121582 8.927456855773926 8.101273536682129 C 9.532356262207031 8.116603851318359 10.05602645874023 8.320234298706055 10.66217708587646 8.555793762207031 L 10.99962615966797 8.686014175415039 C 11.15210628509521 8.743474006652832 11.4982967376709 8.864124298095703 11.49954700469971 8.864753723144531 C 11.5426664352417 8.880073547363281 11.58828639984131 8.887733459472656 11.63514614105225 8.887733459472656 L 11.76387691497803 8.887733459472656 C 11.77324676513672 8.885824203491211 11.78262615203857 8.885184288024902 11.79012680053711 8.884544372558594 C 11.79262638092041 8.884544372558594 11.80511665344238 8.884544372558594 11.80887699127197 8.885184288024902 C 11.81824684143066 8.885184288024902 11.82636642456055 8.88646411895752 11.83386707305908 8.887733459472656 L 11.96197700500488 8.887733459472656 C 12.00821685791016 8.887733459472656 12.05383682250977 8.880073547363281 12.09820652008057 8.864124298095703 C 12.10194683074951 8.86284351348877 12.44814682006836 8.742834091186523 12.59687614440918 8.686654090881348 L 12.93869686126709 8.555153846740723 C 13.54421615600586 8.318953514099121 14.0672664642334 8.115954399108887 14.66904640197754 8.101273536682129 C 15.20958518981934 8.089235305786133 15.76615619659424 8.21012020111084 16.27566719055176 8.456203460693359 C 16.50125694274902 8.564723968505859 16.69247627258301 8.683464050292969 16.85807609558105 8.818794250488281 C 16.86994743347168 8.827733993530273 16.88181686401367 8.83730411529541 16.89494705200195 8.844964027404785 C 16.9086856842041 8.853903770446777 18.24472618103027 9.709314346313477 18.58905601501465 11.3588342666626 C 18.6334171295166 11.52417373657227 19.27581596374512 14.06740379333496 18.05975723266602 16.82896423339844 C 18.00976753234863 16.96046447753906 17.95102691650391 17.10282325744629 17.87416648864746 17.27518463134766 C 17.45547676086426 18.21548461914062 16.96555709838867 19.03897476196289 16.41814613342285 19.72202301025391 C 16.01383590698242 20.22633361816406 15.63514614105225 20.61126327514648 15.09460639953613 20.85128402709961 C 14.77152633666992 20.99555397033691 14.53781700134277 21.09961318969727 14.260986328125 21.09961318969727 Z"
10
+ stroke="none" fill="#000" />
11
+ </g>
12
+ <path d="M16.026,7.035a2.771,2.771,0,0,1,2-3.5" transform="translate(-8.693 -3.501)" fill="none"
13
+ stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
14
+ <path d="M20.1,12.249s2.075,1.039,2,3" transform="translate(-10.769 -6.715)" fill="none" stroke="#000"
15
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
16
+ </g>
17
+ </g>
18
+ </svg>
@@ -1 +1,8 @@
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(12 13.334) rotate(180)"><path d="M11,6,5.5,0,0,6" transform="translate(-1.5 -2.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y2="15" transform="translate(4 -2.167)" 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" height="16.001" viewBox="0 0 16 16.001">
2
+ <g transform="translate(12 13.334) rotate(180)">
3
+ <path d="M11,6,5.5,0,0,6" transform="translate(-1.5 -2.166)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="1" />
5
+ <line y2="15" transform="translate(4 -2.167)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="1" />
7
+ </g>
8
+ </svg>
@@ -1 +1,8 @@
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.667 12) rotate(-90)"><path d="M11,6,5.5,0,0,6" transform="translate(-1.5 -2.167)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y2="15" transform="translate(4 -2.167)" 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.667 12) rotate(-90)">
3
+ <path d="M11,6,5.5,0,0,6" transform="translate(-1.5 -2.167)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-linejoin="round" stroke-width="1" />
5
+ <line y2="15" transform="translate(4 -2.167)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="1" />
7
+ </g>
8
+ </svg>
@@ -1 +1,8 @@
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(16 2.5) rotate(90)"><path d="M-725.49,73l-5.5-6-5.5,6" transform="translate(736.491 -66.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y2="15" transform="translate(5.501 0.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(16 2.5) rotate(90)">
3
+ <path d="M-725.49,73l-5.5-6-5.5,6" transform="translate(736.491 -66.5)" fill="none" stroke="#000"
4
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
5
+ <line y2="15" transform="translate(5.501 0.5)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="1" />
7
+ </g>
8
+ </svg>
@@ -1 +1,8 @@
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.5)"><path d="M-725.49,73l-5.5-6-5.5,6" transform="translate(736.491 -66.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y2="15" transform="translate(5.501 0.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(2.5)">
3
+ <path d="M-725.49,73l-5.5-6-5.5,6" transform="translate(736.491 -66.5)" fill="none" stroke="#000"
4
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
5
+ <line y2="15" transform="translate(5.501 0.5)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-linejoin="round" stroke-width="1" />
7
+ </g>
8
+ </svg>
@@ -1 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16.207" height="16.202" viewBox="0 0 16.207 16.202"><g transform="translate(0 0.202)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0.5 0.5)"><path d="M-475.375,74.032l-7.091,6.688a4.832,4.832,0,0,1-6.552,0,4.2,4.2,0,0,1,0-6.179l7.092-6.689a3.223,3.223,0,0,1,4.368,0,2.8,2.8,0,0,1,0,4.119l-7.1,6.688a1.609,1.609,0,0,1-2.183,0,1.4,1.4,0,0,1,0-2.059l6.551-6.172" transform="translate(490.375 -67)" 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.207" height="16.202" viewBox="0 0 16.207 16.202">
2
+ <g transform="translate(0 0.202)">
3
+ <g transform="translate(0.5 0.5)">
4
+ <path
5
+ d="M-475.375,74.032l-7.091,6.688a4.832,4.832,0,0,1-6.552,0,4.2,4.2,0,0,1,0-6.179l7.092-6.689a3.223,3.223,0,0,1,4.368,0,2.8,2.8,0,0,1,0,4.119l-7.1,6.688a1.609,1.609,0,0,1-2.183,0,1.4,1.4,0,0,1,0-2.059l6.551-6.172"
6
+ transform="translate(490.375 -67)" fill="none" stroke="#000" stroke-linecap="round"
7
+ stroke-linejoin="round" stroke-width="1" />
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -1 +1,19 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.207" viewBox="0 0 16 16.207"><g transform="translate(0 0.207)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2 2)"><path d="M0,0,2,2,4,0" transform="translate(10.5 -1.5) rotate(90)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><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.582a1.568,1.568,0,0,0-.417-1.25,1.568,1.568,0,0,0-1.25-.417h-2.5" transform="translate(56.5 -68.414)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><g transform="translate(55.101 -73.416)" 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></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.207" viewBox="0 0 16 16.207">
2
+ <g transform="translate(0 0.207)">
3
+ <g transform="translate(2 2)">
4
+ <path d="M0,0,2,2,4,0" transform="translate(10.5 -1.5) rotate(90)" fill="none" stroke="#000"
5
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
6
+ <path
7
+ 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.582a1.568,1.568,0,0,0-.417-1.25,1.568,1.568,0,0,0-1.25-.417h-2.5"
8
+ transform="translate(56.5 -68.414)" fill="none" stroke="#000" stroke-linecap="round"
9
+ stroke-miterlimit="10" stroke-width="1" />
10
+ <g transform="translate(55.101 -73.416)" fill="none" stroke-miterlimit="10">
11
+ <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"
12
+ stroke="none" />
13
+ <path
14
+ 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"
15
+ stroke="none" fill="#000" />
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </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(2 2.334)"><path d="M-296.033,87.573a1.949,1.949,0,0,0,2,1.894,1.949,1.949,0,0,0,2-1.894v-.106h-4Z" transform="translate(300.032 -75.802)"/><g transform="translate(303.673 -68.833)" stroke-miterlimit="10"><path d="M -291.4987182617188 79 L -292.5100708007812 79 L -293.0681762695312 79 L -301.6728515625 79 L -302.6728515625 79 L -303.8472290039062 79 C -304.0268859863281 79 -304.1730346679688 78.85713958740234 -304.1730346679688 78.68154907226562 C -304.1730346679688 78.60665130615234 -304.1457824707031 78.53497314453125 -304.0958862304688 78.47779846191406 C -304.0814514160156 78.46543121337891 -304.0670776367188 78.45291900634766 -304.0527038574219 78.44036865234375 L -304.016357421875 78.40885162353516 C -302.38232421875 77.00411224365234 -302.1728515625 75.04761505126953 -302.1728515625 73.5 L -302.1728515625 71.5 C -302.1728515625 69.71942901611328 -300.6119689941406 67.70323181152344 -298.8325805664062 67.18534851074219 L -298.822509765625 67.18243408203125 L -298.8125915527344 67.17908477783203 C -298.8083190917969 67.17767333984375 -298.2648620605469 66.99999237060547 -297.6012878417969 66.99999237060547 C -297.2536315917969 66.99999237060547 -296.9361877441406 67.04836273193359 -296.6578063964844 67.14374542236328 L -296.6402282714844 67.14976501464844 L -296.6222839355469 67.15446472167969 C -295.7676391601562 67.37804412841797 -294.89697265625 67.97749328613281 -294.2334899902344 68.79910278320312 C -293.5594482421875 69.63384246826172 -293.1728515625 70.61827850341797 -293.1728515625 71.5 L -293.1728515625 73.5 C -293.1728515625 76.44650268554688 -292.1880798339844 77.67091369628906 -291.3301696777344 78.40843200683594 L -291.2943725585938 78.43947601318359 C -291.2796325683594 78.45229339599609 -291.2649230957031 78.46509552001953 -291.2501831054688 78.47774505615234 C -291.2002868652344 78.53489685058594 -291.1730346679688 78.60659790039062 -291.1730346679688 78.68154907226562 C -291.1730346679688 78.85713958740234 -291.3191223144531 79 -291.4987182617188 79 Z" stroke="none"/><path d="M -297.6012878417969 67.49999237060547 C -298.1766967773438 67.49999237060547 -298.6528625488281 67.65291595458984 -298.6529235839844 67.65290069580078 L -298.6928405761719 67.66543579101562 C -300.2524719238281 68.11935424804688 -301.6728515625 69.94704437255859 -301.6728515625 71.5 L -301.6728515625 73.5 C -301.6728515625 75.05319213867188 -301.8749389648438 76.99569702148438 -303.379638671875 78.5 L -291.9664916992188 78.5 C -293.4706726074219 76.99653625488281 -293.6728515625 75.05354309082031 -293.6728515625 73.5 L -293.6728515625 71.5 C -293.6728515625 69.9000244140625 -295.1389770507812 68.05934143066406 -296.7488098144531 67.63818359375 L -296.7847595214844 67.6287841796875 L -296.8198547363281 67.61675262451172 C -297.0459594726562 67.53926849365234 -297.3088989257812 67.49999237060547 -297.6012878417969 67.49999237060547 M -297.6012878417969 66.49999237060547 C -297.2503356933594 66.49999237060547 -296.8670043945312 66.54352569580078 -296.4957275390625 66.67074584960938 C -294.52294921875 67.18684387207031 -292.6728515625 69.38286590576172 -292.6728515625 71.5 L -292.6728515625 73.5 C -292.6728515625 75.29393005371094 -292.347412109375 76.87459564208984 -291.0042114257812 78.02927398681641 C -290.9708251953125 78.05795288085938 -290.9379272460938 78.08724975585938 -290.904541015625 78.11529541015625 C -290.7615356445312 78.26190185546875 -290.6730346679688 78.46131896972656 -290.6730346679688 78.68154907226562 C -290.6730346679688 79.1337890625 -291.0429077148438 79.5 -291.4987182617188 79.5 L -303.8472290039062 79.5 C -304.3030395507812 79.5 -304.6730346679688 79.1337890625 -304.6730346679688 78.68154907226562 C -304.6730346679688 78.46131896972656 -304.58447265625 78.26190185546875 -304.4414672851562 78.11529541015625 C -304.4080200195312 78.08724975585938 -304.375244140625 78.05795288085938 -304.341796875 78.02927398681641 C -302.9986572265625 76.87459564208984 -302.6728515625 75.29393005371094 -302.6728515625 73.5 L -302.6728515625 71.5 C -302.6728515625 69.42715454101562 -300.8821411132812 67.26112365722656 -298.9722900390625 66.70526885986328 C -298.9722900390625 66.70526885986328 -298.3631896972656 66.49999237060547 -297.6012878417969 66.49999237060547 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(2 2.334)">
3
+ <path d="M-296.033,87.573a1.949,1.949,0,0,0,2,1.894,1.949,1.949,0,0,0,2-1.894v-.106h-4Z"
4
+ transform="translate(300.032 -75.802)" />
5
+ <g transform="translate(303.673 -68.833)" stroke-miterlimit="10">
6
+ <path
7
+ d="M -291.4987182617188 79 L -292.5100708007812 79 L -293.0681762695312 79 L -301.6728515625 79 L -302.6728515625 79 L -303.8472290039062 79 C -304.0268859863281 79 -304.1730346679688 78.85713958740234 -304.1730346679688 78.68154907226562 C -304.1730346679688 78.60665130615234 -304.1457824707031 78.53497314453125 -304.0958862304688 78.47779846191406 C -304.0814514160156 78.46543121337891 -304.0670776367188 78.45291900634766 -304.0527038574219 78.44036865234375 L -304.016357421875 78.40885162353516 C -302.38232421875 77.00411224365234 -302.1728515625 75.04761505126953 -302.1728515625 73.5 L -302.1728515625 71.5 C -302.1728515625 69.71942901611328 -300.6119689941406 67.70323181152344 -298.8325805664062 67.18534851074219 L -298.822509765625 67.18243408203125 L -298.8125915527344 67.17908477783203 C -298.8083190917969 67.17767333984375 -298.2648620605469 66.99999237060547 -297.6012878417969 66.99999237060547 C -297.2536315917969 66.99999237060547 -296.9361877441406 67.04836273193359 -296.6578063964844 67.14374542236328 L -296.6402282714844 67.14976501464844 L -296.6222839355469 67.15446472167969 C -295.7676391601562 67.37804412841797 -294.89697265625 67.97749328613281 -294.2334899902344 68.79910278320312 C -293.5594482421875 69.63384246826172 -293.1728515625 70.61827850341797 -293.1728515625 71.5 L -293.1728515625 73.5 C -293.1728515625 76.44650268554688 -292.1880798339844 77.67091369628906 -291.3301696777344 78.40843200683594 L -291.2943725585938 78.43947601318359 C -291.2796325683594 78.45229339599609 -291.2649230957031 78.46509552001953 -291.2501831054688 78.47774505615234 C -291.2002868652344 78.53489685058594 -291.1730346679688 78.60659790039062 -291.1730346679688 78.68154907226562 C -291.1730346679688 78.85713958740234 -291.3191223144531 79 -291.4987182617188 79 Z"
8
+ stroke="none" />
9
+ <path
10
+ d="M -297.6012878417969 67.49999237060547 C -298.1766967773438 67.49999237060547 -298.6528625488281 67.65291595458984 -298.6529235839844 67.65290069580078 L -298.6928405761719 67.66543579101562 C -300.2524719238281 68.11935424804688 -301.6728515625 69.94704437255859 -301.6728515625 71.5 L -301.6728515625 73.5 C -301.6728515625 75.05319213867188 -301.8749389648438 76.99569702148438 -303.379638671875 78.5 L -291.9664916992188 78.5 C -293.4706726074219 76.99653625488281 -293.6728515625 75.05354309082031 -293.6728515625 73.5 L -293.6728515625 71.5 C -293.6728515625 69.9000244140625 -295.1389770507812 68.05934143066406 -296.7488098144531 67.63818359375 L -296.7847595214844 67.6287841796875 L -296.8198547363281 67.61675262451172 C -297.0459594726562 67.53926849365234 -297.3088989257812 67.49999237060547 -297.6012878417969 67.49999237060547 M -297.6012878417969 66.49999237060547 C -297.2503356933594 66.49999237060547 -296.8670043945312 66.54352569580078 -296.4957275390625 66.67074584960938 C -294.52294921875 67.18684387207031 -292.6728515625 69.38286590576172 -292.6728515625 71.5 L -292.6728515625 73.5 C -292.6728515625 75.29393005371094 -292.347412109375 76.87459564208984 -291.0042114257812 78.02927398681641 C -290.9708251953125 78.05795288085938 -290.9379272460938 78.08724975585938 -290.904541015625 78.11529541015625 C -290.7615356445312 78.26190185546875 -290.6730346679688 78.46131896972656 -290.6730346679688 78.68154907226562 C -290.6730346679688 79.1337890625 -291.0429077148438 79.5 -291.4987182617188 79.5 L -303.8472290039062 79.5 C -304.3030395507812 79.5 -304.6730346679688 79.1337890625 -304.6730346679688 78.68154907226562 C -304.6730346679688 78.46131896972656 -304.58447265625 78.26190185546875 -304.4414672851562 78.11529541015625 C -304.4080200195312 78.08724975585938 -304.375244140625 78.05795288085938 -304.341796875 78.02927398681641 C -302.9986572265625 76.87459564208984 -302.6728515625 75.29393005371094 -302.6728515625 73.5 L -302.6728515625 71.5 C -302.6728515625 69.42715454101562 -300.8821411132812 67.26112365722656 -298.9722900390625 66.70526885986328 C -298.9722900390625 66.70526885986328 -298.3631896972656 66.49999237060547 -297.6012878417969 66.49999237060547 Z"
11
+ stroke="none" fill="#000" />
12
+ </g>
13
+ </g>
14
+ </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(2 2.334)"><path d="M-296.033,87.573a1.949,1.949,0,0,0,2,1.894,1.949,1.949,0,0,0,2-1.894v-.106h-4Z" transform="translate(300.032 -75.802)"/><g transform="translate(303.673 -68.833)" fill="none" stroke-miterlimit="10"><path d="M-296.5,66.671a5.454,5.454,0,0,1,3.823,4.829v2A5.518,5.518,0,0,0-291,78.029l.1.086a.808.808,0,0,1,.232.566.822.822,0,0,1-.826.818h-12.349a.822.822,0,0,1-.826-.818.808.808,0,0,1,.232-.566l.1-.086a5.519,5.519,0,0,0,1.669-4.529v-2a5.471,5.471,0,0,1,3.7-4.795A4.359,4.359,0,0,1-296.5,66.671Z" stroke="none"/><path d="M -297.6012878417969 67.49999237060547 C -298.1766967773438 67.49999237060547 -298.6528625488281 67.65291595458984 -298.6529235839844 67.65290069580078 L -298.6928405761719 67.66543579101562 C -300.2524719238281 68.11935424804688 -301.6728515625 69.94704437255859 -301.6728515625 71.5 L -301.6728515625 73.5 C -301.6728515625 75.05319213867188 -301.8749389648438 76.99569702148438 -303.379638671875 78.5 L -291.9664916992188 78.5 C -293.4706726074219 76.99653625488281 -293.6728515625 75.05354309082031 -293.6728515625 73.5 L -293.6728515625 71.5 C -293.6728515625 69.9000244140625 -295.1389770507812 68.05934143066406 -296.7488098144531 67.63818359375 L -296.7847595214844 67.6287841796875 L -296.8198547363281 67.61675262451172 C -297.0459594726562 67.53926849365234 -297.3088989257812 67.49999237060547 -297.6012878417969 67.49999237060547 M -297.6012878417969 66.49999237060547 C -297.2503356933594 66.49999237060547 -296.8670043945312 66.54352569580078 -296.4957275390625 66.67074584960938 C -294.52294921875 67.18684387207031 -292.6728515625 69.38286590576172 -292.6728515625 71.5 L -292.6728515625 73.5 C -292.6728515625 75.29393005371094 -292.347412109375 76.87459564208984 -291.0042114257812 78.02927398681641 C -290.9708251953125 78.05795288085938 -290.9379272460938 78.08724975585938 -290.904541015625 78.11529541015625 C -290.7615356445312 78.26190185546875 -290.6730346679688 78.46131896972656 -290.6730346679688 78.68154907226562 C -290.6730346679688 79.1337890625 -291.0429077148438 79.5 -291.4987182617188 79.5 L -303.8472290039062 79.5 C -304.3030395507812 79.5 -304.6730346679688 79.1337890625 -304.6730346679688 78.68154907226562 C -304.6730346679688 78.46131896972656 -304.58447265625 78.26190185546875 -304.4414672851562 78.11529541015625 C -304.4080200195312 78.08724975585938 -304.375244140625 78.05795288085938 -304.341796875 78.02927398681641 C -302.9986572265625 76.87459564208984 -302.6728515625 75.29393005371094 -302.6728515625 73.5 L -302.6728515625 71.5 C -302.6728515625 69.42715454101562 -300.8821411132812 67.26112365722656 -298.9722900390625 66.70526885986328 C -298.9722900390625 66.70526885986328 -298.3631896972656 66.49999237060547 -297.6012878417969 66.49999237060547 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(2 2.334)">
3
+ <path d="M-296.033,87.573a1.949,1.949,0,0,0,2,1.894,1.949,1.949,0,0,0,2-1.894v-.106h-4Z"
4
+ transform="translate(300.032 -75.802)" />
5
+ <g transform="translate(303.673 -68.833)" fill="none" stroke-miterlimit="10">
6
+ <path
7
+ d="M-296.5,66.671a5.454,5.454,0,0,1,3.823,4.829v2A5.518,5.518,0,0,0-291,78.029l.1.086a.808.808,0,0,1,.232.566.822.822,0,0,1-.826.818h-12.349a.822.822,0,0,1-.826-.818.808.808,0,0,1,.232-.566l.1-.086a5.519,5.519,0,0,0,1.669-4.529v-2a5.471,5.471,0,0,1,3.7-4.795A4.359,4.359,0,0,1-296.5,66.671Z"
8
+ stroke="none" />
9
+ <path
10
+ d="M -297.6012878417969 67.49999237060547 C -298.1766967773438 67.49999237060547 -298.6528625488281 67.65291595458984 -298.6529235839844 67.65290069580078 L -298.6928405761719 67.66543579101562 C -300.2524719238281 68.11935424804688 -301.6728515625 69.94704437255859 -301.6728515625 71.5 L -301.6728515625 73.5 C -301.6728515625 75.05319213867188 -301.8749389648438 76.99569702148438 -303.379638671875 78.5 L -291.9664916992188 78.5 C -293.4706726074219 76.99653625488281 -293.6728515625 75.05354309082031 -293.6728515625 73.5 L -293.6728515625 71.5 C -293.6728515625 69.9000244140625 -295.1389770507812 68.05934143066406 -296.7488098144531 67.63818359375 L -296.7847595214844 67.6287841796875 L -296.8198547363281 67.61675262451172 C -297.0459594726562 67.53926849365234 -297.3088989257812 67.49999237060547 -297.6012878417969 67.49999237060547 M -297.6012878417969 66.49999237060547 C -297.2503356933594 66.49999237060547 -296.8670043945312 66.54352569580078 -296.4957275390625 66.67074584960938 C -294.52294921875 67.18684387207031 -292.6728515625 69.38286590576172 -292.6728515625 71.5 L -292.6728515625 73.5 C -292.6728515625 75.29393005371094 -292.347412109375 76.87459564208984 -291.0042114257812 78.02927398681641 C -290.9708251953125 78.05795288085938 -290.9379272460938 78.08724975585938 -290.904541015625 78.11529541015625 C -290.7615356445312 78.26190185546875 -290.6730346679688 78.46131896972656 -290.6730346679688 78.68154907226562 C -290.6730346679688 79.1337890625 -291.0429077148438 79.5 -291.4987182617188 79.5 L -303.8472290039062 79.5 C -304.3030395507812 79.5 -304.6730346679688 79.1337890625 -304.6730346679688 78.68154907226562 C -304.6730346679688 78.46131896972656 -304.58447265625 78.26190185546875 -304.4414672851562 78.11529541015625 C -304.4080200195312 78.08724975585938 -304.375244140625 78.05795288085938 -304.341796875 78.02927398681641 C -302.9986572265625 76.87459564208984 -302.6728515625 75.29393005371094 -302.6728515625 73.5 L -302.6728515625 71.5 C -302.6728515625 69.42715454101562 -300.8821411132812 67.26112365722656 -298.9722900390625 66.70526885986328 C -298.9722900390625 66.70526885986328 -298.3631896972656 66.49999237060547 -297.6012878417969 66.49999237060547 Z"
11
+ stroke="none" fill="#000" />
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -1 +1,8 @@
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.5 1.301)"><path d="M319.6,70h6.722a3.772,3.772,0,0,1,0,7.5H319.6Z" transform="translate(-319.6 -70.801)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M319.6,78h7.615a3.77,3.77,0,0,1,0,7.5H319.6Z" transform="translate(-319.6 -71.301)" 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.5 1.301)">
3
+ <path d="M319.6,70h6.722a3.772,3.772,0,0,1,0,7.5H319.6Z" transform="translate(-319.6 -70.801)" fill="none"
4
+ stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
5
+ <path d="M319.6,78h7.615a3.77,3.77,0,0,1,0,7.5H319.6Z" transform="translate(-319.6 -71.301)" fill="none"
6
+ stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
7
+ </g>
8
+ </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(4.667 2)"><g transform="translate(299.333 -68.233)" stroke-miterlimit="10"><path d="M -293 79.9810791015625 L -295.1638793945312 77.62306976318359 C -295.3768920898438 77.38973999023438 -295.6824035644531 77.25482940673828 -296.0003356933594 77.25482940673828 C -296.318359375 77.25482940673828 -296.6239013671875 77.38978576660156 -296.8386535644531 77.62510681152344 L -299 79.98079681396484 L -299 67.59067535400391 C -299 67.39345550537109 -298.8513793945312 67.23300933837891 -298.6686706542969 67.23300933837891 L -293.3313293457031 67.23300933837891 C -293.1486206054688 67.23300933837891 -293 67.39345550537109 -293 67.59067535400391 L -293 79.9810791015625 Z" stroke="none"/><path d="M -298 68.23300933837891 L -298 77.41169738769531 L -297.5736999511719 76.94707489013672 L -297.5736999511719 76.94708251953125 C -297.1701354980469 76.50706481933594 -296.5970153808594 76.25482940673828 -296.0003356933594 76.25482940673828 C -295.4021606445312 76.25482940673828 -294.8275146484375 76.50843048095703 -294.4270935058594 76.94693756103516 L -294 77.412353515625 L -294 68.23300933837891 L -298 68.23300933837891 M -298.6686706542969 66.23300933837891 L -293.3313293457031 66.23300933837891 C -292.5960083007812 66.23300933837891 -292 66.84080505371094 -292 67.59067535400391 L -292 82.02552032470703 C -292.0000305175781 82.21319580078125 -292.2254333496094 82.30421447753906 -292.3513488769531 82.16693115234375 L -295.9006652832031 78.29920196533203 C -295.9547119140625 78.23999786376953 -296.0460815429688 78.24005889892578 -296.1000061035156 78.29920196533203 L -299.6486511230469 82.16693115234375 C -299.774658203125 82.30426025390625 -300 82.21317291259766 -300 82.02552032470703 L -300 67.59067535400391 C -300 66.84080505371094 -299.4040222167969 66.23300933837891 -298.6686706542969 66.23300933837891 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(4.667 2)">
3
+ <g transform="translate(299.333 -68.233)" stroke-miterlimit="10">
4
+ <path
5
+ d="M -293 79.9810791015625 L -295.1638793945312 77.62306976318359 C -295.3768920898438 77.38973999023438 -295.6824035644531 77.25482940673828 -296.0003356933594 77.25482940673828 C -296.318359375 77.25482940673828 -296.6239013671875 77.38978576660156 -296.8386535644531 77.62510681152344 L -299 79.98079681396484 L -299 67.59067535400391 C -299 67.39345550537109 -298.8513793945312 67.23300933837891 -298.6686706542969 67.23300933837891 L -293.3313293457031 67.23300933837891 C -293.1486206054688 67.23300933837891 -293 67.39345550537109 -293 67.59067535400391 L -293 79.9810791015625 Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M -298 68.23300933837891 L -298 77.41169738769531 L -297.5736999511719 76.94707489013672 L -297.5736999511719 76.94708251953125 C -297.1701354980469 76.50706481933594 -296.5970153808594 76.25482940673828 -296.0003356933594 76.25482940673828 C -295.4021606445312 76.25482940673828 -294.8275146484375 76.50843048095703 -294.4270935058594 76.94693756103516 L -294 77.412353515625 L -294 68.23300933837891 L -298 68.23300933837891 M -298.6686706542969 66.23300933837891 L -293.3313293457031 66.23300933837891 C -292.5960083007812 66.23300933837891 -292 66.84080505371094 -292 67.59067535400391 L -292 82.02552032470703 C -292.0000305175781 82.21319580078125 -292.2254333496094 82.30421447753906 -292.3513488769531 82.16693115234375 L -295.9006652832031 78.29920196533203 C -295.9547119140625 78.23999786376953 -296.0460815429688 78.24005889892578 -296.1000061035156 78.29920196533203 L -299.6486511230469 82.16693115234375 C -299.774658203125 82.30426025390625 -300 82.21317291259766 -300 82.02552032470703 L -300 67.59067535400391 C -300 66.84080505371094 -299.4040222167969 66.23300933837891 -298.6686706542969 66.23300933837891 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(4)"><g transform="translate(300 -66.233)" fill="none" stroke-miterlimit="10"><path d="M-300,67.591V82.026a.2.2,0,0,0,.351.141L-296.1,78.3a.134.134,0,0,1,.2,0l3.549,3.868a.2.2,0,0,0,.351-.141V67.591a1.345,1.345,0,0,0-1.331-1.358h-5.337A1.345,1.345,0,0,0-300,67.591Z" stroke="none"/><path d="M -298.668701171875 67.23300933837891 C -298.8513793945312 67.23300933837891 -299 67.39345550537109 -299 67.59067535400391 L -299 79.98077392578125 L -296.8387145996094 77.62516784667969 C -296.6239624023438 77.38980865478516 -296.3183898925781 77.25482940673828 -296.0003356933594 77.25482940673828 C -295.6824340820312 77.25482940673828 -295.3769226074219 77.38971710205078 -295.1638488769531 77.62307739257812 L -293 79.98108673095703 L -293 67.59067535400391 C -293 67.39345550537109 -293.1486206054688 67.23300933837891 -293.331298828125 67.23300933837891 L -298.668701171875 67.23300933837891 M -298.668701171875 66.23300933837891 L -293.331298828125 66.23300933837891 C -292.5960083007812 66.23300933837891 -292 66.84080505371094 -292 67.59067535400391 L -292 82.02552032470703 C -292 82.21314239501953 -292.2253112792969 82.30426788330078 -292.3513793945312 82.16693878173828 L -295.900634765625 78.29920196533203 C -295.9546508789062 78.24002838134766 -296.0460510253906 78.24002838134766 -296.1000061035156 78.29920196533203 L -299.648681640625 82.16693878173828 C -299.774658203125 82.30422973632812 -300 82.21319580078125 -300 82.02552032470703 L -300 67.59067535400391 C -300 66.84080505371094 -299.404052734375 66.23300933837891 -298.668701171875 66.23300933837891 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(4)">
3
+ <g transform="translate(300 -66.233)" fill="none" stroke-miterlimit="10">
4
+ <path
5
+ d="M-300,67.591V82.026a.2.2,0,0,0,.351.141L-296.1,78.3a.134.134,0,0,1,.2,0l3.549,3.868a.2.2,0,0,0,.351-.141V67.591a1.345,1.345,0,0,0-1.331-1.358h-5.337A1.345,1.345,0,0,0-300,67.591Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M -298.668701171875 67.23300933837891 C -298.8513793945312 67.23300933837891 -299 67.39345550537109 -299 67.59067535400391 L -299 79.98077392578125 L -296.8387145996094 77.62516784667969 C -296.6239624023438 77.38980865478516 -296.3183898925781 77.25482940673828 -296.0003356933594 77.25482940673828 C -295.6824340820312 77.25482940673828 -295.3769226074219 77.38971710205078 -295.1638488769531 77.62307739257812 L -293 79.98108673095703 L -293 67.59067535400391 C -293 67.39345550537109 -293.1486206054688 67.23300933837891 -293.331298828125 67.23300933837891 L -298.668701171875 67.23300933837891 M -298.668701171875 66.23300933837891 L -293.331298828125 66.23300933837891 C -292.5960083007812 66.23300933837891 -292 66.84080505371094 -292 67.59067535400391 L -292 82.02552032470703 C -292 82.21314239501953 -292.2253112792969 82.30426788330078 -292.3513793945312 82.16693878173828 L -295.900634765625 78.29920196533203 C -295.9546508789062 78.24002838134766 -296.0460510253906 78.24002838134766 -296.1000061035156 78.29920196533203 L -299.648681640625 82.16693878173828 C -299.774658203125 82.30422973632812 -300 82.21319580078125 -300 82.02552032470703 L -300 67.59067535400391 C -300 66.84080505371094 -299.404052734375 66.23300933837891 -298.668701171875 66.23300933837891 Z"
9
+ stroke="none" fill="#000" />
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -1 +1,25 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.001" viewBox="0 0 16 16.001"><g transform="translate(0 0.001)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(-2 -2.627)"><line x2="15" transform="translate(2.5 18.127)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M13.125,5.126v-2h-5v2" transform="translate(-0.625)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y1="2" transform="translate(10 15.627)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><path d="M0,0H1" transform="translate(7 7.627)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x2="1" transform="translate(7 10.627)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x2="1" transform="translate(12 7.627)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x2="1" transform="translate(12 10.627)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><g transform="translate(4 4.627)" fill="none" stroke="#000" stroke-width="1"><path d="M2,0h8a2,2,0,0,1,2,2V14a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V2A2,2,0,0,1,2,0Z" stroke="none"/><path d="M2,.5h8A1.5,1.5,0,0,1,11.5,2V13.5a0,0,0,0,1,0,0H.5a0,0,0,0,1,0,0V2A1.5,1.5,0,0,1,2,.5Z" fill="none"/></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 0.001)">
3
+ <g transform="translate(-2 -2.627)">
4
+ <line x2="15" transform="translate(2.5 18.127)" fill="none" stroke="#000" stroke-linecap="round"
5
+ stroke-linejoin="round" stroke-width="1" />
6
+ <path d="M13.125,5.126v-2h-5v2" transform="translate(-0.625)" fill="none" stroke="#000"
7
+ stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
8
+ <line y1="2" transform="translate(10 15.627)" fill="none" stroke="#000" stroke-linecap="round"
9
+ stroke-width="1" />
10
+ <path d="M0,0H1" transform="translate(7 7.627)" fill="none" stroke="#000" stroke-linecap="round"
11
+ stroke-width="1" />
12
+ <line x2="1" transform="translate(7 10.627)" fill="none" stroke="#000" stroke-linecap="round"
13
+ stroke-width="1" />
14
+ <line x2="1" transform="translate(12 7.627)" fill="none" stroke="#000" stroke-linecap="round"
15
+ stroke-width="1" />
16
+ <line x2="1" transform="translate(12 10.627)" fill="none" stroke="#000" stroke-linecap="round"
17
+ stroke-width="1" />
18
+ <g transform="translate(4 4.627)" fill="none" stroke="#000" stroke-width="1">
19
+ <path d="M2,0h8a2,2,0,0,1,2,2V14a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V2A2,2,0,0,1,2,0Z" stroke="none" />
20
+ <path d="M2,.5h8A1.5,1.5,0,0,1,11.5,2V13.5a0,0,0,0,1,0,0H.5a0,0,0,0,1,0,0V2A1.5,1.5,0,0,1,2,.5Z"
21
+ fill="none" />
22
+ </g>
23
+ </g>
24
+ </g>
25
+ </svg>
@@ -1 +1,22 @@
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 4.166)"><line x2="5" transform="translate(3.5 7.833)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="10" transform="translate(3.5 3.834)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="7" transform="translate(3.5 -0.167)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><g transform="translate(-2 -1.667)" fill="none" stroke="#000" stroke-width="1"><circle cx="1.5" cy="1.5" r="1.5" stroke="none"/><circle cx="1.5" cy="1.5" r="1" fill="none"/></g><g transform="translate(-2 2.333)" fill="none" stroke="#000" stroke-width="1"><circle cx="1.5" cy="1.5" r="1.5" stroke="none"/><circle cx="1.5" cy="1.5" r="1" fill="none"/></g><g transform="translate(-2 6.333)" fill="none" stroke="#000" stroke-width="1"><circle cx="1.5" cy="1.5" r="1.5" stroke="none"/><circle cx="1.5" cy="1.5" r="1" fill="none"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(2 4.166)">
3
+ <line x2="5" transform="translate(3.5 7.833)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-miterlimit="10" stroke-width="1" />
5
+ <line x2="10" transform="translate(3.5 3.834)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-miterlimit="10" stroke-width="1" />
7
+ <line x2="7" transform="translate(3.5 -0.167)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-miterlimit="10" stroke-width="1" />
9
+ <g transform="translate(-2 -1.667)" fill="none" stroke="#000" stroke-width="1">
10
+ <circle cx="1.5" cy="1.5" r="1.5" stroke="none" />
11
+ <circle cx="1.5" cy="1.5" r="1" fill="none" />
12
+ </g>
13
+ <g transform="translate(-2 2.333)" fill="none" stroke="#000" stroke-width="1">
14
+ <circle cx="1.5" cy="1.5" r="1.5" stroke="none" />
15
+ <circle cx="1.5" cy="1.5" r="1" fill="none" />
16
+ </g>
17
+ <g transform="translate(-2 6.333)" fill="none" stroke="#000" stroke-width="1">
18
+ <circle cx="1.5" cy="1.5" r="1.5" stroke="none" />
19
+ <circle cx="1.5" cy="1.5" r="1" fill="none" />
20
+ </g>
21
+ </g>
22
+ </svg>
@@ -1 +1,22 @@
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.167)"><line y2="2" transform="translate(5.167 0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line y2="2" transform="translate(12.167 0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="14" transform="translate(1.667 5.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="2" transform="translate(4.167 8.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="2" transform="translate(11.167 8.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="2" transform="translate(4.167 12.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="2" transform="translate(11.167 12.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><g transform="translate(0.667 0.833)" fill="none" stroke="#000" stroke-width="1"><rect width="16" height="15" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="15" height="14" 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.667 0.167)">
3
+ <line y2="2" transform="translate(5.167 0.334)" fill="none" stroke="#000" stroke-linecap="round"
4
+ stroke-miterlimit="10" stroke-width="1" />
5
+ <line y2="2" transform="translate(12.167 0.334)" fill="none" stroke="#000" stroke-linecap="round"
6
+ stroke-miterlimit="10" stroke-width="1" />
7
+ <line x2="14" transform="translate(1.667 5.333)" fill="none" stroke="#000" stroke-linecap="round"
8
+ stroke-miterlimit="10" stroke-width="1" />
9
+ <line x2="2" transform="translate(4.167 8.333)" fill="none" stroke="#000" stroke-linecap="round"
10
+ stroke-miterlimit="10" stroke-width="1" />
11
+ <line x2="2" transform="translate(11.167 8.333)" fill="none" stroke="#000" stroke-linecap="round"
12
+ stroke-miterlimit="10" stroke-width="1" />
13
+ <line x2="2" transform="translate(4.167 12.333)" fill="none" stroke="#000" stroke-linecap="round"
14
+ stroke-miterlimit="10" stroke-width="1" />
15
+ <line x2="2" transform="translate(11.167 12.333)" fill="none" stroke="#000" stroke-linecap="round"
16
+ stroke-miterlimit="10" stroke-width="1" />
17
+ <g transform="translate(0.667 0.833)" fill="none" stroke="#000" stroke-width="1">
18
+ <rect width="16" height="15" rx="2" stroke="none" />
19
+ <rect x="0.5" y="0.5" width="15" height="14" rx="1.5" fill="none" />
20
+ </g>
21
+ </g>
22
+ </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(-1 1.5)"><path d="M13163.5,18685h-9.882l1-1h8.883c.747,0,1-.252,1-1v-7c0-.713-.231-.975-.884-1l.84-.84a1.8,1.8,0,0,1,1.043,1.838v7A1.789,1.789,0,0,1,13163.5,18685Zm-13.547-.576v0a2.083,2.083,0,0,1-.451-1.426v-7a1.789,1.789,0,0,1,2-2h1l1-1h4l1,1h1.88l-1,1h-1.29l-1-1h-3.17l-1,1h-1.417c-.747,0-1,.252-1,1v7a1.2,1.2,0,0,0,.164.719l-.709.707Z" transform="translate(-13148.5 -18672.5)"/><path d="M13156.731,18681.891h0l1.662-1.664A2.494,2.494,0,0,1,13156.731,18681.891Zm-2.968-1.275v0a2.468,2.468,0,0,1-.262-1.113,2.5,2.5,0,0,1,3.615-2.236l-.775.775a1.488,1.488,0,0,0-.34-.041,1.5,1.5,0,0,0-1.5,1.5,1.457,1.457,0,0,0,.039.34l-.774.773Z" transform="translate(-13148.5 -18672.5)"/><line y1="14" x2="14" transform="translate(2 -0.5)" 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(-1 1.5)">
3
+ <path
4
+ d="M13163.5,18685h-9.882l1-1h8.883c.747,0,1-.252,1-1v-7c0-.713-.231-.975-.884-1l.84-.84a1.8,1.8,0,0,1,1.043,1.838v7A1.789,1.789,0,0,1,13163.5,18685Zm-13.547-.576v0a2.083,2.083,0,0,1-.451-1.426v-7a1.789,1.789,0,0,1,2-2h1l1-1h4l1,1h1.88l-1,1h-1.29l-1-1h-3.17l-1,1h-1.417c-.747,0-1,.252-1,1v7a1.2,1.2,0,0,0,.164.719l-.709.707Z"
5
+ transform="translate(-13148.5 -18672.5)" />
6
+ <path
7
+ d="M13156.731,18681.891h0l1.662-1.664A2.494,2.494,0,0,1,13156.731,18681.891Zm-2.968-1.275v0a2.468,2.468,0,0,1-.262-1.113,2.5,2.5,0,0,1,3.615-2.236l-.775.775a1.488,1.488,0,0,0-.34-.041,1.5,1.5,0,0,0-1.5,1.5,1.457,1.457,0,0,0,.039.34l-.774.773Z"
8
+ transform="translate(-13148.5 -18672.5)" />
9
+ <line y1="14" x2="14" transform="translate(2 -0.5)" fill="none" stroke="#000" stroke-linecap="round"
10
+ stroke-miterlimit="10" stroke-width="1" />
11
+ </g>
12
+ </svg>
@@ -1 +1,16 @@
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 1.5)"><g transform="translate(-251 -6.281)" fill="none" stroke-miterlimit="10"><path d="M266,7.781h-5l-1-1h-4l-1,1h-1a1.8,1.8,0,0,0-2,2v7a1.794,1.794,0,0,0,2,2h12a1.8,1.8,0,0,0,2-2v-7A1.8,1.8,0,0,0,266,7.781Z" stroke="none"/><path d="M 256.4142150878906 7.78125 L 255.4142150878906 8.78125 L 254 8.78125 C 253.2523498535156 8.78125 253 9.033590316772461 253 9.78125 L 253 16.78125 C 253 17.52890968322754 253.2523498535156 17.78125 254 17.78125 L 266 17.78125 C 266.7476806640625 17.78125 267 17.52890968322754 267 16.78125 L 267 9.78125 C 267 9.033590316772461 266.7476806640625 8.78125 266 8.78125 L 260.5857849121094 8.78125 L 259.5857849121094 7.78125 L 256.4142150878906 7.78125 M 256 6.78125 L 260 6.78125 L 261 7.78125 L 266 7.78125 C 267.2962341308594 7.78125 268 8.476490020751953 268 9.78125 L 268 16.78125 C 268 18.08267974853516 267.2978515625 18.78125 266 18.78125 L 254 18.78125 C 252.6979370117188 18.78125 252 18.08216094970703 252 16.78125 L 252 9.78125 C 252 8.484369277954102 252.7000732421875 7.78125 254 7.78125 L 255 7.78125 L 256 6.78125 Z" stroke="none" fill="#000"/></g><g transform="translate(5 4.501)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><circle cx="2.5" cy="2.5" r="2.5" stroke="none"/><circle cx="2.5" cy="2.5" r="2" fill="none"/></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
2
+ <g transform="translate(-1 1.5)">
3
+ <g transform="translate(-251 -6.281)" fill="none" stroke-miterlimit="10">
4
+ <path
5
+ d="M266,7.781h-5l-1-1h-4l-1,1h-1a1.8,1.8,0,0,0-2,2v7a1.794,1.794,0,0,0,2,2h12a1.8,1.8,0,0,0,2-2v-7A1.8,1.8,0,0,0,266,7.781Z"
6
+ stroke="none" />
7
+ <path
8
+ d="M 256.4142150878906 7.78125 L 255.4142150878906 8.78125 L 254 8.78125 C 253.2523498535156 8.78125 253 9.033590316772461 253 9.78125 L 253 16.78125 C 253 17.52890968322754 253.2523498535156 17.78125 254 17.78125 L 266 17.78125 C 266.7476806640625 17.78125 267 17.52890968322754 267 16.78125 L 267 9.78125 C 267 9.033590316772461 266.7476806640625 8.78125 266 8.78125 L 260.5857849121094 8.78125 L 259.5857849121094 7.78125 L 256.4142150878906 7.78125 M 256 6.78125 L 260 6.78125 L 261 7.78125 L 266 7.78125 C 267.2962341308594 7.78125 268 8.476490020751953 268 9.78125 L 268 16.78125 C 268 18.08267974853516 267.2978515625 18.78125 266 18.78125 L 254 18.78125 C 252.6979370117188 18.78125 252 18.08216094970703 252 16.78125 L 252 9.78125 C 252 8.484369277954102 252.7000732421875 7.78125 254 7.78125 L 255 7.78125 L 256 6.78125 Z"
9
+ stroke="none" fill="#000" />
10
+ </g>
11
+ <g transform="translate(5 4.501)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
12
+ <circle cx="2.5" cy="2.5" r="2.5" stroke="none" />
13
+ <circle cx="2.5" cy="2.5" r="2" fill="none" />
14
+ </g>
15
+ </g>
16
+ </svg>