@volverjs/ui-vue 0.0.1-beta.11

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 (958) hide show
  1. package/README.md +91 -0
  2. package/dist/Volver.d.ts +58 -0
  3. package/dist/components/VvAccordion/VvAccordion.d.ts +32 -0
  4. package/dist/components/VvAccordion/VvAccordion.es.js +260 -0
  5. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -0
  6. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +104 -0
  7. package/dist/components/VvAccordion/useAccordionProps.d.ts +16 -0
  8. package/dist/components/VvAccordionGroup/VvAccordionGroup.d.ts +50 -0
  9. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +313 -0
  10. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -0
  11. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +170 -0
  12. package/dist/components/VvBadge/VvBadge.d.ts +4 -0
  13. package/dist/components/VvBadge/VvBadge.es.js +18 -0
  14. package/dist/components/VvBadge/VvBadge.umd.js +1 -0
  15. package/dist/components/VvBadge/VvBadge.vue.d.ts +56 -0
  16. package/dist/components/VvBreadcrumb/VvBreadcrumb.d.ts +26 -0
  17. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +206 -0
  18. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -0
  19. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +118 -0
  20. package/dist/components/VvButton/VvButton.d.ts +115 -0
  21. package/dist/components/VvButton/VvButton.es.js +420 -0
  22. package/dist/components/VvButton/VvButton.umd.js +1 -0
  23. package/dist/components/VvButton/VvButton.vue.d.ts +228 -0
  24. package/dist/components/VvButton/useButtonGroupProps.d.ts +23 -0
  25. package/dist/components/VvButtonGroup/VvButtonGroup.d.ts +57 -0
  26. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +210 -0
  27. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -0
  28. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +210 -0
  29. package/dist/components/VvCard/VvCard.d.ts +4 -0
  30. package/dist/components/VvCard/VvCard.es.js +188 -0
  31. package/dist/components/VvCard/VvCard.umd.js +1 -0
  32. package/dist/components/VvCard/VvCard.vue.d.ts +63 -0
  33. package/dist/components/VvCheck/VvCheck.d.ts +47 -0
  34. package/dist/components/VvCheck/VvCheck.es.js +318 -0
  35. package/dist/components/VvCheck/VvCheck.umd.js +1 -0
  36. package/dist/components/VvCheck/VvCheck.vue.d.ts +165 -0
  37. package/dist/components/VvCheck/useCheckProps.d.ts +16 -0
  38. package/dist/components/VvCheckGroup/VvCheckGroup.d.ts +65 -0
  39. package/dist/components/VvCheckGroup/VvCheckGroup.es.js +451 -0
  40. package/dist/components/VvCheckGroup/VvCheckGroup.umd.js +2 -0
  41. package/dist/components/VvCheckGroup/VvCheckGroup.vue.d.ts +272 -0
  42. package/dist/components/VvDialog/VvDialog.d.ts +22 -0
  43. package/dist/components/VvDialog/VvDialog.es.js +315 -0
  44. package/dist/components/VvDialog/VvDialog.umd.js +1 -0
  45. package/dist/components/VvDialog/VvDialog.vue.d.ts +153 -0
  46. package/dist/components/VvDialog/constants.d.ts +5 -0
  47. package/dist/components/VvDropdown/VvDropdown.d.ts +52 -0
  48. package/dist/components/VvDropdown/VvDropdown.es.js +236 -0
  49. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -0
  50. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +166 -0
  51. package/dist/components/VvIcon/VvIcon.d.ts +92 -0
  52. package/dist/components/VvIcon/VvIcon.es.js +229 -0
  53. package/dist/components/VvIcon/VvIcon.umd.js +1 -0
  54. package/dist/components/VvIcon/VvIcon.vue.d.ts +183 -0
  55. package/dist/components/VvInputText/VvInputText.d.ts +73 -0
  56. package/dist/components/VvInputText/VvInputText.es.js +727 -0
  57. package/dist/components/VvInputText/VvInputText.umd.js +2 -0
  58. package/dist/components/VvInputText/VvInputText.vue.d.ts +327 -0
  59. package/dist/components/VvInputText/VvInputTextActions.d.ts +3 -0
  60. package/dist/components/VvInputText/constants.d.ts +55 -0
  61. package/dist/components/VvNativeSelect/VvNativeSelect.d.ts +70 -0
  62. package/dist/components/VvNativeSelect/VvNativeSelect.es.js +416 -0
  63. package/dist/components/VvNativeSelect/VvNativeSelect.umd.js +2 -0
  64. package/dist/components/VvNativeSelect/VvNativeSelect.vue.d.ts +228 -0
  65. package/dist/components/VvProgress/VvProgress.d.ts +29 -0
  66. package/dist/components/VvProgress/VvProgress.es.js +188 -0
  67. package/dist/components/VvProgress/VvProgress.umd.js +1 -0
  68. package/dist/components/VvProgress/VvProgress.vue.d.ts +117 -0
  69. package/dist/components/VvRadio/VvRadio.d.ts +22 -0
  70. package/dist/components/VvRadio/VvRadio.es.js +307 -0
  71. package/dist/components/VvRadio/VvRadio.umd.js +1 -0
  72. package/dist/components/VvRadio/VvRadio.vue.d.ts +136 -0
  73. package/dist/components/VvRadio/useRadioProps.d.ts +15 -0
  74. package/dist/components/VvRadioGroup/VvRadioGroup.d.ts +54 -0
  75. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +441 -0
  76. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +2 -0
  77. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +264 -0
  78. package/dist/components/VvSelect/VvSelect.d.ts +99 -0
  79. package/dist/components/VvSelect/VvSelect.es.js +447 -0
  80. package/dist/components/VvSelect/VvSelect.umd.js +2 -0
  81. package/dist/components/VvSelect/VvSelect.vue.d.ts +294 -0
  82. package/dist/components/VvTextarea/VvTextarea.d.ts +88 -0
  83. package/dist/components/VvTextarea/VvTextarea.es.js +550 -0
  84. package/dist/components/VvTextarea/VvTextarea.umd.js +2 -0
  85. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +369 -0
  86. package/dist/components/VvTextarea/constants.d.ts +19 -0
  87. package/dist/components/common/HintSlot.d.ts +25 -0
  88. package/dist/components/index.d.ts +12 -0
  89. package/dist/components/index.es.js +1120 -0
  90. package/dist/components/index.umd.js +2 -0
  91. package/dist/composables/debouncedInput/useDebouncedInput.d.ts +2 -0
  92. package/dist/composables/focus/useComponentFocus.d.ts +7 -0
  93. package/dist/composables/group/types/IAccordionGroupState.d.ts +10 -0
  94. package/dist/composables/group/types/IButtonGroupState.d.ts +19 -0
  95. package/dist/composables/group/types/IGroupState.d.ts +11 -0
  96. package/dist/composables/group/types/IInputGroup.d.ts +11 -0
  97. package/dist/composables/group/useInjectedGroupState.d.ts +10 -0
  98. package/dist/composables/group/useProvideGroupState.d.ts +6 -0
  99. package/dist/composables/icons/useComponentIcons.d.ts +26 -0
  100. package/dist/composables/options/useOptions.d.ts +5 -0
  101. package/dist/composables/textLimit/useTextLimit.d.ts +14 -0
  102. package/dist/composables/useModifiers.d.ts +10 -0
  103. package/dist/constants.d.ts +4 -0
  104. package/dist/icons.es.js +1885 -0
  105. package/dist/icons.umd.js +1 -0
  106. package/dist/index.d.ts +9 -0
  107. package/dist/index.es.js +1156 -0
  108. package/dist/index.umd.js +2 -0
  109. package/dist/props/index.d.ts +92 -0
  110. package/dist/stories/Button/Button.test.d.ts +11 -0
  111. package/dist/stories/Icon/IconList.vue.d.ts +44 -0
  112. package/dist/stories/RadioGroup/RadioProperty.test.d.ts +12 -0
  113. package/dist/stories/utils.d.ts +5 -0
  114. package/dist/test/expect.d.ts +13 -0
  115. package/dist/utils/ObjectUtilities.d.ts +96 -0
  116. package/package.json +216 -0
  117. package/src/Volver.ts +114 -0
  118. package/src/assets/icons/detailed/add-circle.svg +1 -0
  119. package/src/assets/icons/detailed/add.svg +1 -0
  120. package/src/assets/icons/detailed/align-center.svg +1 -0
  121. package/src/assets/icons/detailed/align-justify.svg +1 -0
  122. package/src/assets/icons/detailed/align-left.svg +1 -0
  123. package/src/assets/icons/detailed/align-right.svg +1 -0
  124. package/src/assets/icons/detailed/analysis-2.svg +1 -0
  125. package/src/assets/icons/detailed/analysis-3.svg +1 -0
  126. package/src/assets/icons/detailed/analysis.svg +1 -0
  127. package/src/assets/icons/detailed/apple.svg +1 -0
  128. package/src/assets/icons/detailed/arrow-down.svg +1 -0
  129. package/src/assets/icons/detailed/arrow-left.svg +1 -0
  130. package/src/assets/icons/detailed/arrow-right.svg +1 -0
  131. package/src/assets/icons/detailed/arrow-up.svg +1 -0
  132. package/src/assets/icons/detailed/attachment.svg +1 -0
  133. package/src/assets/icons/detailed/back-to-front.svg +1 -0
  134. package/src/assets/icons/detailed/bell-active.svg +1 -0
  135. package/src/assets/icons/detailed/bell.svg +1 -0
  136. package/src/assets/icons/detailed/bold.svg +1 -0
  137. package/src/assets/icons/detailed/bookmark-active.svg +1 -0
  138. package/src/assets/icons/detailed/bookmark.svg +1 -0
  139. package/src/assets/icons/detailed/building.svg +1 -0
  140. package/src/assets/icons/detailed/bullet-list.svg +1 -0
  141. package/src/assets/icons/detailed/calendar.svg +1 -0
  142. package/src/assets/icons/detailed/camera-off.svg +1 -0
  143. package/src/assets/icons/detailed/camera-on.svg +1 -0
  144. package/src/assets/icons/detailed/catalog.svg +1 -0
  145. package/src/assets/icons/detailed/certificate.svg +1 -0
  146. package/src/assets/icons/detailed/chat.svg +1 -0
  147. package/src/assets/icons/detailed/check-badge.svg +1 -0
  148. package/src/assets/icons/detailed/check-circle.svg +1 -0
  149. package/src/assets/icons/detailed/check.svg +1 -0
  150. package/src/assets/icons/detailed/checkbox.svg +1 -0
  151. package/src/assets/icons/detailed/chevron-down-circle.svg +1 -0
  152. package/src/assets/icons/detailed/chevron-down.svg +1 -0
  153. package/src/assets/icons/detailed/chevron-left-circle.svg +1 -0
  154. package/src/assets/icons/detailed/chevron-left.svg +1 -0
  155. package/src/assets/icons/detailed/chevron-right-circle.svg +1 -0
  156. package/src/assets/icons/detailed/chevron-up-circle.svg +1 -0
  157. package/src/assets/icons/detailed/chevron-up.svg +1 -0
  158. package/src/assets/icons/detailed/classroom.svg +1 -0
  159. package/src/assets/icons/detailed/clear-field.svg +1 -0
  160. package/src/assets/icons/detailed/clear-style.svg +1 -0
  161. package/src/assets/icons/detailed/close-circle.svg +1 -0
  162. package/src/assets/icons/detailed/close-loader.svg +1 -0
  163. package/src/assets/icons/detailed/close.svg +1 -0
  164. package/src/assets/icons/detailed/coffee.svg +1 -0
  165. package/src/assets/icons/detailed/color.svg +1 -0
  166. package/src/assets/icons/detailed/contact-us.svg +1 -0
  167. package/src/assets/icons/detailed/copy.svg +1 -0
  168. package/src/assets/icons/detailed/courses.svg +1 -0
  169. package/src/assets/icons/detailed/dashboard.svg +1 -0
  170. package/src/assets/icons/detailed/download.svg +1 -0
  171. package/src/assets/icons/detailed/drag.svg +1 -0
  172. package/src/assets/icons/detailed/duplicate.svg +1 -0
  173. package/src/assets/icons/detailed/edit.svg +1 -0
  174. package/src/assets/icons/detailed/elearning.svg +1 -0
  175. package/src/assets/icons/detailed/email.svg +1 -0
  176. package/src/assets/icons/detailed/error-2.svg +1 -0
  177. package/src/assets/icons/detailed/error.svg +1 -0
  178. package/src/assets/icons/detailed/exercise.svg +1 -0
  179. package/src/assets/icons/detailed/external-link.svg +1 -0
  180. package/src/assets/icons/detailed/extract.svg +1 -0
  181. package/src/assets/icons/detailed/eye-off.svg +1 -0
  182. package/src/assets/icons/detailed/eye-on.svg +1 -0
  183. package/src/assets/icons/detailed/fail.svg +1 -0
  184. package/src/assets/icons/detailed/fast-back.svg +1 -0
  185. package/src/assets/icons/detailed/fast-forward.svg +1 -0
  186. package/src/assets/icons/detailed/file-add.svg +1 -0
  187. package/src/assets/icons/detailed/file-duplicate.svg +1 -0
  188. package/src/assets/icons/detailed/file-remove.svg +1 -0
  189. package/src/assets/icons/detailed/file-required.svg +1 -0
  190. package/src/assets/icons/detailed/file.svg +1 -0
  191. package/src/assets/icons/detailed/filter-2.svg +1 -0
  192. package/src/assets/icons/detailed/filter-active.svg +1 -0
  193. package/src/assets/icons/detailed/filter.svg +1 -0
  194. package/src/assets/icons/detailed/flag.svg +1 -0
  195. package/src/assets/icons/detailed/folder.svg +1 -0
  196. package/src/assets/icons/detailed/full-width.svg +1 -0
  197. package/src/assets/icons/detailed/go-to-back.svg +1 -0
  198. package/src/assets/icons/detailed/grid.svg +1 -0
  199. package/src/assets/icons/detailed/group-add.svg +1 -0
  200. package/src/assets/icons/detailed/group.svg +1 -0
  201. package/src/assets/icons/detailed/heart-active.svg +1 -0
  202. package/src/assets/icons/detailed/heart.svg +1 -0
  203. package/src/assets/icons/detailed/highlighter.svg +1 -0
  204. package/src/assets/icons/detailed/home.svg +1 -0
  205. package/src/assets/icons/detailed/hourglass.svg +1 -0
  206. package/src/assets/icons/detailed/image.svg +1 -0
  207. package/src/assets/icons/detailed/info-badge.svg +1 -0
  208. package/src/assets/icons/detailed/information.svg +1 -0
  209. package/src/assets/icons/detailed/italic.svg +1 -0
  210. package/src/assets/icons/detailed/key.svg +1 -0
  211. package/src/assets/icons/detailed/language.svg +1 -0
  212. package/src/assets/icons/detailed/learning-path.svg +1 -0
  213. package/src/assets/icons/detailed/light-off.svg +1 -0
  214. package/src/assets/icons/detailed/light-on.svg +1 -0
  215. package/src/assets/icons/detailed/link.svg +1 -0
  216. package/src/assets/icons/detailed/lock.svg +1 -0
  217. package/src/assets/icons/detailed/login.svg +1 -0
  218. package/src/assets/icons/detailed/logout.svg +1 -0
  219. package/src/assets/icons/detailed/maximaze.svg +1 -0
  220. package/src/assets/icons/detailed/menu.svg +1 -0
  221. package/src/assets/icons/detailed/merge.svg +1 -0
  222. package/src/assets/icons/detailed/minimize.svg +1 -0
  223. package/src/assets/icons/detailed/mixed-class.svg +1 -0
  224. package/src/assets/icons/detailed/more-horizontal.svg +1 -0
  225. package/src/assets/icons/detailed/more-vertical.svg +1 -0
  226. package/src/assets/icons/detailed/news.svg +1 -0
  227. package/src/assets/icons/detailed/no-prerequisites.svg +1 -0
  228. package/src/assets/icons/detailed/notes.svg +1 -0
  229. package/src/assets/icons/detailed/number-code.svg +1 -0
  230. package/src/assets/icons/detailed/numbered-list.svg +1 -0
  231. package/src/assets/icons/detailed/on-site.svg +1 -0
  232. package/src/assets/icons/detailed/order-down.svg +1 -0
  233. package/src/assets/icons/detailed/order-up.svg +1 -0
  234. package/src/assets/icons/detailed/paste.svg +1 -0
  235. package/src/assets/icons/detailed/pausa.svg +1 -0
  236. package/src/assets/icons/detailed/pdf.svg +1 -0
  237. package/src/assets/icons/detailed/phone.svg +1 -0
  238. package/src/assets/icons/detailed/pin-map.svg +1 -0
  239. package/src/assets/icons/detailed/pin.svg +1 -0
  240. package/src/assets/icons/detailed/pizza.svg +1 -0
  241. package/src/assets/icons/detailed/play.svg +1 -0
  242. package/src/assets/icons/detailed/plug-in.svg +1 -0
  243. package/src/assets/icons/detailed/pointer.svg +1 -0
  244. package/src/assets/icons/detailed/printer.svg +1 -0
  245. package/src/assets/icons/detailed/profile-add.svg +1 -0
  246. package/src/assets/icons/detailed/profile.svg +1 -0
  247. package/src/assets/icons/detailed/push-pin-off.svg +1 -0
  248. package/src/assets/icons/detailed/push-pin-on.svg +1 -0
  249. package/src/assets/icons/detailed/qrcode.svg +1 -0
  250. package/src/assets/icons/detailed/question-badge.svg +1 -0
  251. package/src/assets/icons/detailed/radio.svg +1 -0
  252. package/src/assets/icons/detailed/redo.svg +1 -0
  253. package/src/assets/icons/detailed/relations.svg +1 -0
  254. package/src/assets/icons/detailed/reload.svg +1 -0
  255. package/src/assets/icons/detailed/remove-circle.svg +1 -0
  256. package/src/assets/icons/detailed/remove.svg +1 -0
  257. package/src/assets/icons/detailed/reorder.svg +1 -0
  258. package/src/assets/icons/detailed/repeat.svg +1 -0
  259. package/src/assets/icons/detailed/repository.svg +1 -0
  260. package/src/assets/icons/detailed/request-form.svg +1 -0
  261. package/src/assets/icons/detailed/resize-100%.svg +1 -0
  262. package/src/assets/icons/detailed/resize-height.svg +1 -0
  263. package/src/assets/icons/detailed/resize-width.svg +1 -0
  264. package/src/assets/icons/detailed/search.svg +1 -0
  265. package/src/assets/icons/detailed/sequential-prerequisites.svg +1 -0
  266. package/src/assets/icons/detailed/settings.svg +1 -0
  267. package/src/assets/icons/detailed/share.svg +1 -0
  268. package/src/assets/icons/detailed/sketch.svg +1 -0
  269. package/src/assets/icons/detailed/skills.svg +1 -0
  270. package/src/assets/icons/detailed/skip-back.svg +1 -0
  271. package/src/assets/icons/detailed/skip-forward.svg +1 -0
  272. package/src/assets/icons/detailed/sms.svg +1 -0
  273. package/src/assets/icons/detailed/sso-access.svg +1 -0
  274. package/src/assets/icons/detailed/star-active.svg +1 -0
  275. package/src/assets/icons/detailed/star.svg +1 -0
  276. package/src/assets/icons/detailed/success.svg +1 -0
  277. package/src/assets/icons/detailed/sun.svg +1 -0
  278. package/src/assets/icons/detailed/sunrise.svg +1 -0
  279. package/src/assets/icons/detailed/support.svg +1 -0
  280. package/src/assets/icons/detailed/survey.svg +1 -0
  281. package/src/assets/icons/detailed/table.svg +1 -0
  282. package/src/assets/icons/detailed/tematic-channels.svg +1 -0
  283. package/src/assets/icons/detailed/test.svg +1 -0
  284. package/src/assets/icons/detailed/text-body.svg +1 -0
  285. package/src/assets/icons/detailed/text-edit.svg +1 -0
  286. package/src/assets/icons/detailed/text-style.svg +1 -0
  287. package/src/assets/icons/detailed/time.svg +1 -0
  288. package/src/assets/icons/detailed/toilet-piper.svg +1 -0
  289. package/src/assets/icons/detailed/training-points.svg +1 -0
  290. package/src/assets/icons/detailed/trash.svg +1 -0
  291. package/src/assets/icons/detailed/underline.svg +1 -0
  292. package/src/assets/icons/detailed/undo.svg +1 -0
  293. package/src/assets/icons/detailed/unlock.svg +1 -0
  294. package/src/assets/icons/detailed/upload.svg +1 -0
  295. package/src/assets/icons/detailed/user-add.svg +1 -0
  296. package/src/assets/icons/detailed/user-badge.svg +1 -0
  297. package/src/assets/icons/detailed/user.svg +1 -0
  298. package/src/assets/icons/detailed/video-off.svg +1 -0
  299. package/src/assets/icons/detailed/video-on.svg +1 -0
  300. package/src/assets/icons/detailed/video-rec.svg +1 -0
  301. package/src/assets/icons/detailed/view-card.svg +1 -0
  302. package/src/assets/icons/detailed/view-list.svg +1 -0
  303. package/src/assets/icons/detailed/view.svg +1 -0
  304. package/src/assets/icons/detailed/voice-off.svg +1 -0
  305. package/src/assets/icons/detailed/voice-on.svg +1 -0
  306. package/src/assets/icons/detailed/volume-down.svg +1 -0
  307. package/src/assets/icons/detailed/volume-off.svg +1 -0
  308. package/src/assets/icons/detailed/volume-up.svg +1 -0
  309. package/src/assets/icons/detailed/warning.svg +1 -0
  310. package/src/assets/icons/detailed/webinar.svg +1 -0
  311. package/src/assets/icons/detailed/whiteboard.svg +1 -0
  312. package/src/assets/icons/detailed/wine.svg +1 -0
  313. package/src/assets/icons/detailed/zip.svg +1 -0
  314. package/src/assets/icons/detailed/zoom-in.svg +1 -0
  315. package/src/assets/icons/detailed/zoom-out.svg +1 -0
  316. package/src/assets/icons/detailed.json +1 -0
  317. package/src/assets/icons/index.js +7 -0
  318. package/src/assets/icons/normal/add-circle.svg +1 -0
  319. package/src/assets/icons/normal/add.svg +1 -0
  320. package/src/assets/icons/normal/align-center.svg +1 -0
  321. package/src/assets/icons/normal/align-justify.svg +1 -0
  322. package/src/assets/icons/normal/align-left.svg +1 -0
  323. package/src/assets/icons/normal/align-right.svg +1 -0
  324. package/src/assets/icons/normal/analysis-2.svg +1 -0
  325. package/src/assets/icons/normal/analysis-3.svg +1 -0
  326. package/src/assets/icons/normal/analysis.svg +1 -0
  327. package/src/assets/icons/normal/apple.svg +1 -0
  328. package/src/assets/icons/normal/arrow-down.svg +1 -0
  329. package/src/assets/icons/normal/arrow-left.svg +1 -0
  330. package/src/assets/icons/normal/arrow-right.svg +1 -0
  331. package/src/assets/icons/normal/arrow-up.svg +1 -0
  332. package/src/assets/icons/normal/attachment.svg +1 -0
  333. package/src/assets/icons/normal/back-to-front.svg +1 -0
  334. package/src/assets/icons/normal/bell-active.svg +1 -0
  335. package/src/assets/icons/normal/bell.svg +1 -0
  336. package/src/assets/icons/normal/bold.svg +1 -0
  337. package/src/assets/icons/normal/bookmark active.svg +1 -0
  338. package/src/assets/icons/normal/bookmark.svg +1 -0
  339. package/src/assets/icons/normal/building.svg +1 -0
  340. package/src/assets/icons/normal/bulleted-list.svg +1 -0
  341. package/src/assets/icons/normal/calendar.svg +1 -0
  342. package/src/assets/icons/normal/camera-off.svg +1 -0
  343. package/src/assets/icons/normal/camera-on.svg +1 -0
  344. package/src/assets/icons/normal/catalog.svg +1 -0
  345. package/src/assets/icons/normal/certificate.svg +1 -0
  346. package/src/assets/icons/normal/chat.svg +1 -0
  347. package/src/assets/icons/normal/check-badge.svg +1 -0
  348. package/src/assets/icons/normal/check-circle.svg +1 -0
  349. package/src/assets/icons/normal/check.svg +1 -0
  350. package/src/assets/icons/normal/checkbox.svg +1 -0
  351. package/src/assets/icons/normal/chevron-down-circle.svg +1 -0
  352. package/src/assets/icons/normal/chevron-down.svg +1 -0
  353. package/src/assets/icons/normal/chevron-left-circle.svg +1 -0
  354. package/src/assets/icons/normal/chevron-left.svg +1 -0
  355. package/src/assets/icons/normal/chevron-right-circle.svg +1 -0
  356. package/src/assets/icons/normal/chevron-right.svg +1 -0
  357. package/src/assets/icons/normal/chevron-up-circle.svg +1 -0
  358. package/src/assets/icons/normal/chevron-up.svg +1 -0
  359. package/src/assets/icons/normal/classroom.svg +1 -0
  360. package/src/assets/icons/normal/clear-field.svg +1 -0
  361. package/src/assets/icons/normal/clear-style.svg +1 -0
  362. package/src/assets/icons/normal/close-circle.svg +1 -0
  363. package/src/assets/icons/normal/close-loader.svg +1 -0
  364. package/src/assets/icons/normal/close.svg +1 -0
  365. package/src/assets/icons/normal/coffee.svg +1 -0
  366. package/src/assets/icons/normal/color.svg +1 -0
  367. package/src/assets/icons/normal/contact-us.svg +1 -0
  368. package/src/assets/icons/normal/copy.svg +1 -0
  369. package/src/assets/icons/normal/courses.svg +1 -0
  370. package/src/assets/icons/normal/dashboard.svg +1 -0
  371. package/src/assets/icons/normal/download.svg +1 -0
  372. package/src/assets/icons/normal/drag.svg +1 -0
  373. package/src/assets/icons/normal/dulicate.svg +1 -0
  374. package/src/assets/icons/normal/edit.svg +1 -0
  375. package/src/assets/icons/normal/elearning.svg +1 -0
  376. package/src/assets/icons/normal/email.svg +1 -0
  377. package/src/assets/icons/normal/error-2.svg +1 -0
  378. package/src/assets/icons/normal/error.svg +1 -0
  379. package/src/assets/icons/normal/exercise.svg +1 -0
  380. package/src/assets/icons/normal/external-link.svg +1 -0
  381. package/src/assets/icons/normal/extract.svg +1 -0
  382. package/src/assets/icons/normal/eye-off.svg +1 -0
  383. package/src/assets/icons/normal/eye-on.svg +1 -0
  384. package/src/assets/icons/normal/fail.svg +1 -0
  385. package/src/assets/icons/normal/fast-back.svg +1 -0
  386. package/src/assets/icons/normal/fast-forward.svg +1 -0
  387. package/src/assets/icons/normal/file-add.svg +1 -0
  388. package/src/assets/icons/normal/file-duplicate.svg +1 -0
  389. package/src/assets/icons/normal/file-remove.svg +1 -0
  390. package/src/assets/icons/normal/file-required.svg +1 -0
  391. package/src/assets/icons/normal/file.svg +1 -0
  392. package/src/assets/icons/normal/filter-2.svg +1 -0
  393. package/src/assets/icons/normal/filter-active.svg +1 -0
  394. package/src/assets/icons/normal/filter.svg +1 -0
  395. package/src/assets/icons/normal/flag.svg +1 -0
  396. package/src/assets/icons/normal/folder.svg +1 -0
  397. package/src/assets/icons/normal/full-width.svg +1 -0
  398. package/src/assets/icons/normal/go-to-back.svg +1 -0
  399. package/src/assets/icons/normal/grid.svg +1 -0
  400. package/src/assets/icons/normal/group-add.svg +1 -0
  401. package/src/assets/icons/normal/group.svg +1 -0
  402. package/src/assets/icons/normal/heart-active.svg +1 -0
  403. package/src/assets/icons/normal/heart.svg +1 -0
  404. package/src/assets/icons/normal/highlighter.svg +1 -0
  405. package/src/assets/icons/normal/home.svg +1 -0
  406. package/src/assets/icons/normal/hourglass.svg +1 -0
  407. package/src/assets/icons/normal/image.svg +1 -0
  408. package/src/assets/icons/normal/info-badge.svg +1 -0
  409. package/src/assets/icons/normal/information.svg +1 -0
  410. package/src/assets/icons/normal/italic.svg +1 -0
  411. package/src/assets/icons/normal/key.svg +1 -0
  412. package/src/assets/icons/normal/language.svg +1 -0
  413. package/src/assets/icons/normal/learning-path.svg +1 -0
  414. package/src/assets/icons/normal/light-off.svg +1 -0
  415. package/src/assets/icons/normal/light-on.svg +1 -0
  416. package/src/assets/icons/normal/link.svg +1 -0
  417. package/src/assets/icons/normal/lock.svg +1 -0
  418. package/src/assets/icons/normal/login.svg +1 -0
  419. package/src/assets/icons/normal/logout.svg +1 -0
  420. package/src/assets/icons/normal/maximize.svg +1 -0
  421. package/src/assets/icons/normal/menu.svg +1 -0
  422. package/src/assets/icons/normal/merge.svg +1 -0
  423. package/src/assets/icons/normal/minimize.svg +1 -0
  424. package/src/assets/icons/normal/mixed-class.svg +1 -0
  425. package/src/assets/icons/normal/more-horizontal.svg +1 -0
  426. package/src/assets/icons/normal/more-vertical.svg +1 -0
  427. package/src/assets/icons/normal/news.svg +1 -0
  428. package/src/assets/icons/normal/no-prerequisites.svg +1 -0
  429. package/src/assets/icons/normal/notes.svg +1 -0
  430. package/src/assets/icons/normal/number-code.svg +1 -0
  431. package/src/assets/icons/normal/numbered-list.svg +1 -0
  432. package/src/assets/icons/normal/on-site.svg +1 -0
  433. package/src/assets/icons/normal/order-down.svg +1 -0
  434. package/src/assets/icons/normal/order-up.svg +1 -0
  435. package/src/assets/icons/normal/paste.svg +1 -0
  436. package/src/assets/icons/normal/pausa.svg +1 -0
  437. package/src/assets/icons/normal/pdf.svg +1 -0
  438. package/src/assets/icons/normal/phone.svg +1 -0
  439. package/src/assets/icons/normal/pin-map.svg +1 -0
  440. package/src/assets/icons/normal/pin.svg +1 -0
  441. package/src/assets/icons/normal/pizza.svg +1 -0
  442. package/src/assets/icons/normal/play.svg +1 -0
  443. package/src/assets/icons/normal/plug-in.svg +1 -0
  444. package/src/assets/icons/normal/pointer.svg +1 -0
  445. package/src/assets/icons/normal/printer.svg +1 -0
  446. package/src/assets/icons/normal/profile-add.svg +1 -0
  447. package/src/assets/icons/normal/profile.svg +1 -0
  448. package/src/assets/icons/normal/push pin on.svg +1 -0
  449. package/src/assets/icons/normal/push-pin-off.svg +1 -0
  450. package/src/assets/icons/normal/qrcode.svg +1 -0
  451. package/src/assets/icons/normal/question-badge.svg +1 -0
  452. package/src/assets/icons/normal/radio.svg +1 -0
  453. package/src/assets/icons/normal/redo.svg +1 -0
  454. package/src/assets/icons/normal/relations.svg +1 -0
  455. package/src/assets/icons/normal/reload.svg +1 -0
  456. package/src/assets/icons/normal/remove-circle.svg +1 -0
  457. package/src/assets/icons/normal/remove.svg +1 -0
  458. package/src/assets/icons/normal/reorder.svg +1 -0
  459. package/src/assets/icons/normal/repeat.svg +1 -0
  460. package/src/assets/icons/normal/repository.svg +1 -0
  461. package/src/assets/icons/normal/request-form.svg +1 -0
  462. package/src/assets/icons/normal/resize-100%.svg +1 -0
  463. package/src/assets/icons/normal/resize-height.svg +1 -0
  464. package/src/assets/icons/normal/resize-width.svg +1 -0
  465. package/src/assets/icons/normal/search.svg +1 -0
  466. package/src/assets/icons/normal/sequential-prerequisites.svg +1 -0
  467. package/src/assets/icons/normal/settings.svg +1 -0
  468. package/src/assets/icons/normal/share.svg +1 -0
  469. package/src/assets/icons/normal/sketch.svg +1 -0
  470. package/src/assets/icons/normal/skills.svg +1 -0
  471. package/src/assets/icons/normal/skip-back.svg +1 -0
  472. package/src/assets/icons/normal/skip-forward.svg +1 -0
  473. package/src/assets/icons/normal/sms.svg +1 -0
  474. package/src/assets/icons/normal/sso-access.svg +1 -0
  475. package/src/assets/icons/normal/star-active.svg +1 -0
  476. package/src/assets/icons/normal/star.svg +1 -0
  477. package/src/assets/icons/normal/success.svg +1 -0
  478. package/src/assets/icons/normal/sun.svg +1 -0
  479. package/src/assets/icons/normal/sunrise.svg +1 -0
  480. package/src/assets/icons/normal/support.svg +1 -0
  481. package/src/assets/icons/normal/survey.svg +1 -0
  482. package/src/assets/icons/normal/table.svg +1 -0
  483. package/src/assets/icons/normal/tematic-channels.svg +1 -0
  484. package/src/assets/icons/normal/test.svg +1 -0
  485. package/src/assets/icons/normal/text-body.svg +1 -0
  486. package/src/assets/icons/normal/text-edit.svg +1 -0
  487. package/src/assets/icons/normal/text-style.svg +1 -0
  488. package/src/assets/icons/normal/time.svg +1 -0
  489. package/src/assets/icons/normal/toilet-paper.svg +1 -0
  490. package/src/assets/icons/normal/training-points.svg +1 -0
  491. package/src/assets/icons/normal/trash.svg +1 -0
  492. package/src/assets/icons/normal/underline.svg +1 -0
  493. package/src/assets/icons/normal/undo.svg +1 -0
  494. package/src/assets/icons/normal/unlock.svg +1 -0
  495. package/src/assets/icons/normal/upload.svg +1 -0
  496. package/src/assets/icons/normal/user-add.svg +1 -0
  497. package/src/assets/icons/normal/user-badge.svg +1 -0
  498. package/src/assets/icons/normal/user.svg +1 -0
  499. package/src/assets/icons/normal/video-off.svg +1 -0
  500. package/src/assets/icons/normal/video-on.svg +1 -0
  501. package/src/assets/icons/normal/video-rec.svg +1 -0
  502. package/src/assets/icons/normal/view-card.svg +1 -0
  503. package/src/assets/icons/normal/view-list.svg +1 -0
  504. package/src/assets/icons/normal/view.svg +1 -0
  505. package/src/assets/icons/normal/voice-off.svg +1 -0
  506. package/src/assets/icons/normal/voice-on.svg +1 -0
  507. package/src/assets/icons/normal/volume-down.svg +1 -0
  508. package/src/assets/icons/normal/volume-off.svg +1 -0
  509. package/src/assets/icons/normal/volume-up.svg +1 -0
  510. package/src/assets/icons/normal/warning.svg +1 -0
  511. package/src/assets/icons/normal/webinar.svg +1 -0
  512. package/src/assets/icons/normal/whiteboard.svg +1 -0
  513. package/src/assets/icons/normal/wine.svg +1 -0
  514. package/src/assets/icons/normal/zip.svg +1 -0
  515. package/src/assets/icons/normal/zoom-in.svg +1 -0
  516. package/src/assets/icons/normal/zoom-out.svg +1 -0
  517. package/src/assets/icons/normal.json +1 -0
  518. package/src/assets/icons/simple/add-circle.svg +1 -0
  519. package/src/assets/icons/simple/add.svg +1 -0
  520. package/src/assets/icons/simple/align-center.svg +1 -0
  521. package/src/assets/icons/simple/align-justify.svg +1 -0
  522. package/src/assets/icons/simple/align-left.svg +1 -0
  523. package/src/assets/icons/simple/align-right.svg +1 -0
  524. package/src/assets/icons/simple/analysis-2.svg +1 -0
  525. package/src/assets/icons/simple/analysis-3.svg +1 -0
  526. package/src/assets/icons/simple/analysis.svg +1 -0
  527. package/src/assets/icons/simple/apple.svg +1 -0
  528. package/src/assets/icons/simple/arrow-down.svg +1 -0
  529. package/src/assets/icons/simple/arrow-left.svg +1 -0
  530. package/src/assets/icons/simple/arrow-right.svg +1 -0
  531. package/src/assets/icons/simple/arrow-up.svg +1 -0
  532. package/src/assets/icons/simple/attachment.svg +1 -0
  533. package/src/assets/icons/simple/bck-to-front.svg +1 -0
  534. package/src/assets/icons/simple/bell-active.svg +1 -0
  535. package/src/assets/icons/simple/bell.svg +1 -0
  536. package/src/assets/icons/simple/bold.svg +1 -0
  537. package/src/assets/icons/simple/bookmark-active.svg +1 -0
  538. package/src/assets/icons/simple/bookmark.svg +1 -0
  539. package/src/assets/icons/simple/building.svg +1 -0
  540. package/src/assets/icons/simple/bulleted-list.svg +1 -0
  541. package/src/assets/icons/simple/calendar.svg +1 -0
  542. package/src/assets/icons/simple/camera-off.svg +1 -0
  543. package/src/assets/icons/simple/camera-on.svg +1 -0
  544. package/src/assets/icons/simple/catalog.svg +1 -0
  545. package/src/assets/icons/simple/certificate.svg +1 -0
  546. package/src/assets/icons/simple/chat.svg +1 -0
  547. package/src/assets/icons/simple/check-badge.svg +1 -0
  548. package/src/assets/icons/simple/check-circle.svg +1 -0
  549. package/src/assets/icons/simple/check.svg +1 -0
  550. package/src/assets/icons/simple/checkbox.svg +1 -0
  551. package/src/assets/icons/simple/chevron-down-circle.svg +1 -0
  552. package/src/assets/icons/simple/chevron-down.svg +1 -0
  553. package/src/assets/icons/simple/chevron-left-circle.svg +1 -0
  554. package/src/assets/icons/simple/chevron-left.svg +1 -0
  555. package/src/assets/icons/simple/chevron-right-circle.svg +1 -0
  556. package/src/assets/icons/simple/chevron-right.svg +1 -0
  557. package/src/assets/icons/simple/chevron-up-circle.svg +1 -0
  558. package/src/assets/icons/simple/chevron-up.svg +1 -0
  559. package/src/assets/icons/simple/classroom.svg +1 -0
  560. package/src/assets/icons/simple/clear-field.svg +1 -0
  561. package/src/assets/icons/simple/clear-style.svg +1 -0
  562. package/src/assets/icons/simple/close-circle.svg +1 -0
  563. package/src/assets/icons/simple/close-loader.svg +1 -0
  564. package/src/assets/icons/simple/close.svg +1 -0
  565. package/src/assets/icons/simple/coffee.svg +1 -0
  566. package/src/assets/icons/simple/color.svg +1 -0
  567. package/src/assets/icons/simple/contact-us.svg +1 -0
  568. package/src/assets/icons/simple/copy.svg +1 -0
  569. package/src/assets/icons/simple/courses.svg +1 -0
  570. package/src/assets/icons/simple/dashboard.svg +1 -0
  571. package/src/assets/icons/simple/download.svg +1 -0
  572. package/src/assets/icons/simple/drag.svg +1 -0
  573. package/src/assets/icons/simple/duplicate.svg +1 -0
  574. package/src/assets/icons/simple/edit.svg +1 -0
  575. package/src/assets/icons/simple/elearning.svg +1 -0
  576. package/src/assets/icons/simple/email.svg +1 -0
  577. package/src/assets/icons/simple/error-2.svg +1 -0
  578. package/src/assets/icons/simple/error.svg +1 -0
  579. package/src/assets/icons/simple/exercise.svg +1 -0
  580. package/src/assets/icons/simple/external-link.svg +1 -0
  581. package/src/assets/icons/simple/extract.svg +1 -0
  582. package/src/assets/icons/simple/eye-off.svg +1 -0
  583. package/src/assets/icons/simple/eye-on.svg +1 -0
  584. package/src/assets/icons/simple/fail.svg +1 -0
  585. package/src/assets/icons/simple/fast-back.svg +1 -0
  586. package/src/assets/icons/simple/fast-forward.svg +1 -0
  587. package/src/assets/icons/simple/file-add.svg +1 -0
  588. package/src/assets/icons/simple/file-duplicate.svg +1 -0
  589. package/src/assets/icons/simple/file-remove.svg +1 -0
  590. package/src/assets/icons/simple/file-required.svg +1 -0
  591. package/src/assets/icons/simple/file.svg +1 -0
  592. package/src/assets/icons/simple/filter-2.svg +1 -0
  593. package/src/assets/icons/simple/filter-active.svg +1 -0
  594. package/src/assets/icons/simple/filter.svg +1 -0
  595. package/src/assets/icons/simple/flag.svg +1 -0
  596. package/src/assets/icons/simple/folder.svg +1 -0
  597. package/src/assets/icons/simple/full-width.svg +1 -0
  598. package/src/assets/icons/simple/go-to-back.svg +1 -0
  599. package/src/assets/icons/simple/grid.svg +1 -0
  600. package/src/assets/icons/simple/group-add.svg +1 -0
  601. package/src/assets/icons/simple/group.svg +1 -0
  602. package/src/assets/icons/simple/heart-active.svg +1 -0
  603. package/src/assets/icons/simple/heart.svg +1 -0
  604. package/src/assets/icons/simple/highlighter.svg +1 -0
  605. package/src/assets/icons/simple/home.svg +1 -0
  606. package/src/assets/icons/simple/hourglass.svg +1 -0
  607. package/src/assets/icons/simple/image.svg +1 -0
  608. package/src/assets/icons/simple/info-badge.svg +1 -0
  609. package/src/assets/icons/simple/information.svg +1 -0
  610. package/src/assets/icons/simple/italic.svg +1 -0
  611. package/src/assets/icons/simple/key.svg +1 -0
  612. package/src/assets/icons/simple/language.svg +1 -0
  613. package/src/assets/icons/simple/learning-path.svg +1 -0
  614. package/src/assets/icons/simple/light-off.svg +1 -0
  615. package/src/assets/icons/simple/light-on.svg +1 -0
  616. package/src/assets/icons/simple/link.svg +1 -0
  617. package/src/assets/icons/simple/lock.svg +1 -0
  618. package/src/assets/icons/simple/login.svg +1 -0
  619. package/src/assets/icons/simple/logout.svg +1 -0
  620. package/src/assets/icons/simple/maximaze.svg +1 -0
  621. package/src/assets/icons/simple/menu.svg +1 -0
  622. package/src/assets/icons/simple/merge.svg +1 -0
  623. package/src/assets/icons/simple/minimaze.svg +1 -0
  624. package/src/assets/icons/simple/mixed-class.svg +1 -0
  625. package/src/assets/icons/simple/more-horizontal.svg +1 -0
  626. package/src/assets/icons/simple/more-vertical.svg +1 -0
  627. package/src/assets/icons/simple/news.svg +1 -0
  628. package/src/assets/icons/simple/no-prerequisites.svg +1 -0
  629. package/src/assets/icons/simple/notes.svg +1 -0
  630. package/src/assets/icons/simple/number-code.svg +1 -0
  631. package/src/assets/icons/simple/numbered-list.svg +1 -0
  632. package/src/assets/icons/simple/on-site.svg +1 -0
  633. package/src/assets/icons/simple/order-down.svg +1 -0
  634. package/src/assets/icons/simple/order-up.svg +1 -0
  635. package/src/assets/icons/simple/paste.svg +1 -0
  636. package/src/assets/icons/simple/pausa.svg +1 -0
  637. package/src/assets/icons/simple/pdf.svg +1 -0
  638. package/src/assets/icons/simple/phone.svg +1 -0
  639. package/src/assets/icons/simple/pin-map.svg +1 -0
  640. package/src/assets/icons/simple/pin.svg +1 -0
  641. package/src/assets/icons/simple/pizza.svg +1 -0
  642. package/src/assets/icons/simple/play.svg +1 -0
  643. package/src/assets/icons/simple/plug-in.svg +1 -0
  644. package/src/assets/icons/simple/pointer.svg +1 -0
  645. package/src/assets/icons/simple/printer.svg +1 -0
  646. package/src/assets/icons/simple/profile-add.svg +1 -0
  647. package/src/assets/icons/simple/profile.svg +1 -0
  648. package/src/assets/icons/simple/push-pin-off.svg +1 -0
  649. package/src/assets/icons/simple/push-pin-on.svg +1 -0
  650. package/src/assets/icons/simple/qrcode.svg +1 -0
  651. package/src/assets/icons/simple/question-badge.svg +1 -0
  652. package/src/assets/icons/simple/radio.svg +1 -0
  653. package/src/assets/icons/simple/redo.svg +1 -0
  654. package/src/assets/icons/simple/relations.svg +1 -0
  655. package/src/assets/icons/simple/reload.svg +1 -0
  656. package/src/assets/icons/simple/remove-circle.svg +1 -0
  657. package/src/assets/icons/simple/remove.svg +1 -0
  658. package/src/assets/icons/simple/repeart.svg +1 -0
  659. package/src/assets/icons/simple/repository.svg +1 -0
  660. package/src/assets/icons/simple/request-form.svg +1 -0
  661. package/src/assets/icons/simple/resize-100%.svg +1 -0
  662. package/src/assets/icons/simple/resize-height.svg +1 -0
  663. package/src/assets/icons/simple/resize-width.svg +1 -0
  664. package/src/assets/icons/simple/search.svg +1 -0
  665. package/src/assets/icons/simple/sequential-prerequisites.svg +1 -0
  666. package/src/assets/icons/simple/settings.svg +1 -0
  667. package/src/assets/icons/simple/share.svg +1 -0
  668. package/src/assets/icons/simple/sketch.svg +1 -0
  669. package/src/assets/icons/simple/skills.svg +1 -0
  670. package/src/assets/icons/simple/skip-back.svg +1 -0
  671. package/src/assets/icons/simple/skip-forward.svg +1 -0
  672. package/src/assets/icons/simple/sms.svg +1 -0
  673. package/src/assets/icons/simple/sso-access.svg +1 -0
  674. package/src/assets/icons/simple/star-active.svg +1 -0
  675. package/src/assets/icons/simple/star.svg +1 -0
  676. package/src/assets/icons/simple/success.svg +1 -0
  677. package/src/assets/icons/simple/sun.svg +1 -0
  678. package/src/assets/icons/simple/sunrise.svg +1 -0
  679. package/src/assets/icons/simple/support.svg +1 -0
  680. package/src/assets/icons/simple/survey.svg +1 -0
  681. package/src/assets/icons/simple/table.svg +1 -0
  682. package/src/assets/icons/simple/tematic-channels.svg +1 -0
  683. package/src/assets/icons/simple/test.svg +1 -0
  684. package/src/assets/icons/simple/text-body.svg +1 -0
  685. package/src/assets/icons/simple/text-edit.svg +1 -0
  686. package/src/assets/icons/simple/text-style.svg +1 -0
  687. package/src/assets/icons/simple/time.svg +1 -0
  688. package/src/assets/icons/simple/toilet-paper.svg +1 -0
  689. package/src/assets/icons/simple/training-points.svg +1 -0
  690. package/src/assets/icons/simple/trash.svg +1 -0
  691. package/src/assets/icons/simple/underline.svg +1 -0
  692. package/src/assets/icons/simple/undo.svg +1 -0
  693. package/src/assets/icons/simple/unlock.svg +1 -0
  694. package/src/assets/icons/simple/upload.svg +1 -0
  695. package/src/assets/icons/simple/user-add.svg +1 -0
  696. package/src/assets/icons/simple/user-badge.svg +1 -0
  697. package/src/assets/icons/simple/user.svg +1 -0
  698. package/src/assets/icons/simple/video-off.svg +1 -0
  699. package/src/assets/icons/simple/video-on.svg +1 -0
  700. package/src/assets/icons/simple/video-rec.svg +1 -0
  701. package/src/assets/icons/simple/view-card.svg +1 -0
  702. package/src/assets/icons/simple/view-list.svg +1 -0
  703. package/src/assets/icons/simple/view.svg +1 -0
  704. package/src/assets/icons/simple/voice-off.svg +1 -0
  705. package/src/assets/icons/simple/voice-on.svg +1 -0
  706. package/src/assets/icons/simple/volume-down.svg +1 -0
  707. package/src/assets/icons/simple/volume-off.svg +1 -0
  708. package/src/assets/icons/simple/volume-up.svg +1 -0
  709. package/src/assets/icons/simple/warning.svg +1 -0
  710. package/src/assets/icons/simple/webinar.svg +1 -0
  711. package/src/assets/icons/simple/whiteboard.svg +1 -0
  712. package/src/assets/icons/simple/wine.svg +1 -0
  713. package/src/assets/icons/simple/zip.svg +1 -0
  714. package/src/assets/icons/simple/zoom-in.svg +1 -0
  715. package/src/assets/icons/simple/zoom-out.svg +1 -0
  716. package/src/assets/icons/simple.json +1 -0
  717. package/src/components/VvAccordion/VvAccordion.ts +34 -0
  718. package/src/components/VvAccordion/VvAccordion.vue +92 -0
  719. package/src/components/VvAccordion/useAccordionProps.ts +45 -0
  720. package/src/components/VvAccordionGroup/VvAccordionGroup.ts +36 -0
  721. package/src/components/VvAccordionGroup/VvAccordionGroup.vue +63 -0
  722. package/src/components/VvBadge/VvBadge.ts +4 -0
  723. package/src/components/VvBadge/VvBadge.vue +12 -0
  724. package/src/components/VvBreadcrumb/VvBreadcrumb.ts +14 -0
  725. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +52 -0
  726. package/src/components/VvButton/VvButton.ts +117 -0
  727. package/src/components/VvButton/VvButton.vue +189 -0
  728. package/src/components/VvButton/useButtonGroupProps.ts +51 -0
  729. package/src/components/VvButtonGroup/VvButtonGroup.ts +37 -0
  730. package/src/components/VvButtonGroup/VvButtonGroup.vue +55 -0
  731. package/src/components/VvCard/VvCard.ts +4 -0
  732. package/src/components/VvCard/VvCard.vue +37 -0
  733. package/src/components/VvCheck/VvCheck.ts +48 -0
  734. package/src/components/VvCheck/VvCheck.vue +147 -0
  735. package/src/components/VvCheck/useCheckProps.ts +41 -0
  736. package/src/components/VvCheckGroup/VvCheckGroup.ts +34 -0
  737. package/src/components/VvCheckGroup/VvCheckGroup.vue +84 -0
  738. package/src/components/VvDialog/VvDialog.ts +17 -0
  739. package/src/components/VvDialog/VvDialog.vue +91 -0
  740. package/src/components/VvDialog/constants.ts +5 -0
  741. package/src/components/VvDropdown/VvDropdown.ts +46 -0
  742. package/src/components/VvDropdown/VvDropdown.vue +130 -0
  743. package/src/components/VvIcon/VvIcon.ts +94 -0
  744. package/src/components/VvIcon/VvIcon.vue +124 -0
  745. package/src/components/VvInputText/VvInputText.ts +66 -0
  746. package/src/components/VvInputText/VvInputText.vue +249 -0
  747. package/src/components/VvInputText/VvInputTextActions.ts +151 -0
  748. package/src/components/VvInputText/constants.ts +34 -0
  749. package/src/components/VvNativeSelect/VvNativeSelect.ts +70 -0
  750. package/src/components/VvNativeSelect/VvNativeSelect.vue +106 -0
  751. package/src/components/VvProgress/VvProgress.ts +28 -0
  752. package/src/components/VvProgress/VvProgress.vue +34 -0
  753. package/src/components/VvRadio/VvRadio.ts +25 -0
  754. package/src/components/VvRadio/VvRadio.vue +130 -0
  755. package/src/components/VvRadio/useRadioProps.ts +40 -0
  756. package/src/components/VvRadioGroup/VvRadioGroup.ts +25 -0
  757. package/src/components/VvRadioGroup/VvRadioGroup.vue +80 -0
  758. package/src/components/VvSelect/VvSelect.ts +91 -0
  759. package/src/components/VvSelect/VvSelect.vue +194 -0
  760. package/src/components/VvTextarea/VvTextarea.ts +64 -0
  761. package/src/components/VvTextarea/VvTextarea.vue +184 -0
  762. package/src/components/VvTextarea/constants.ts +14 -0
  763. package/src/components/common/HintSlot.ts +187 -0
  764. package/src/components/index.ts +12 -0
  765. package/src/composables/debouncedInput/useDebouncedInput.ts +19 -0
  766. package/src/composables/focus/useComponentFocus.ts +22 -0
  767. package/src/composables/group/types/IAccordionGroupState.ts +12 -0
  768. package/src/composables/group/types/IButtonGroupState.ts +21 -0
  769. package/src/composables/group/types/IGroupState.ts +12 -0
  770. package/src/composables/group/types/IInputGroup.ts +13 -0
  771. package/src/composables/group/useInjectedGroupState.ts +62 -0
  772. package/src/composables/group/useProvideGroupState.ts +22 -0
  773. package/src/composables/icons/useComponentIcons.ts +87 -0
  774. package/src/composables/options/useOptions.ts +27 -0
  775. package/src/composables/textLimit/useTextLimit.ts +44 -0
  776. package/src/composables/useModifiers.ts +100 -0
  777. package/src/constants.ts +7 -0
  778. package/src/directives/.README +0 -0
  779. package/src/index.ts +15 -0
  780. package/src/props/index.ts +84 -0
  781. package/src/stories/Accordion/Accordion.stories.mdx +37 -0
  782. package/src/stories/Accordion/AccordionBordered.stories.mdx +26 -0
  783. package/src/stories/Accordion/AccordionIconRight.stories.mdx +32 -0
  784. package/src/stories/Accordion/AccordionSlots.stories.mdx +82 -0
  785. package/src/stories/Accordion/accordionTest.js +36 -0
  786. package/src/stories/AccordionGroup/Accordion.stories.mdx +42 -0
  787. package/src/stories/AccordionGroup/AccordionGroup.stories.mdx +43 -0
  788. package/src/stories/AccordionGroup/AccordionItems.stories.mdx +51 -0
  789. package/src/stories/AccordionGroup/accordionGroupTest.js +51 -0
  790. package/src/stories/Badge/Badge.stories.mdx +38 -0
  791. package/src/stories/Badge/BadgeColor.stories.mdx +54 -0
  792. package/src/stories/Badge/BadgeDot.stories.mdx +20 -0
  793. package/src/stories/Badge/BadgeTest.js +21 -0
  794. package/src/stories/Breadcrumb/Breadcrumb.stories.mdx +45 -0
  795. package/src/stories/Breadcrumb/BreadcrumbMultiline.stories.mdx +41 -0
  796. package/src/stories/Button/Button.stories.mdx +65 -0
  797. package/src/stories/Button/Button.test.ts +61 -0
  798. package/src/stories/Button/ButtonBadge.stories.mdx +34 -0
  799. package/src/stories/Button/ButtonIcon.stories.mdx +43 -0
  800. package/src/stories/Button/ButtonIconPosition.stories.mdx +106 -0
  801. package/src/stories/Button/ButtonLink.stories.mdx +125 -0
  802. package/src/stories/Button/ButtonLoading.stories.mdx +81 -0
  803. package/src/stories/Button/ButtonModifiers.stories.mdx +180 -0
  804. package/src/stories/Button/ButtonSlots.stories.mdx +123 -0
  805. package/src/stories/Button/ButtonVariant.stories.mdx +205 -0
  806. package/src/stories/Button/test.js +41 -0
  807. package/src/stories/ButtonGroup/ButtonGroup.stories.mdx +39 -0
  808. package/src/stories/ButtonGroup/ButtonGroupAction.stories.mdx +83 -0
  809. package/src/stories/ButtonGroup/ButtonGroupActionQuiet.stories.mdx +50 -0
  810. package/src/stories/ButtonGroup/ButtonGroupBlock.stories.mdx +40 -0
  811. package/src/stories/ButtonGroup/ButtonGroupCompact.stories.mdx +38 -0
  812. package/src/stories/ButtonGroup/ButtonGroupRounded.stories.mdx +77 -0
  813. package/src/stories/ButtonGroup/ButtonGroupTest.js +61 -0
  814. package/src/stories/ButtonGroup/ButtonGroupToggle.stories.mdx +131 -0
  815. package/src/stories/ButtonGroup/ButtonGroupVertical.stories.mdx +38 -0
  816. package/src/stories/Card/Card.stories.mdx +23 -0
  817. package/src/stories/Card/CardSlots.stories.mdx +42 -0
  818. package/src/stories/Card/CardVariant.stories.mdx +37 -0
  819. package/src/stories/Check/Check.stories.mdx +62 -0
  820. package/src/stories/Check/CheckBinary.stories.mdx +75 -0
  821. package/src/stories/Check/CheckDisabled.stories.mdx +30 -0
  822. package/src/stories/Check/CheckError.stories.mdx +64 -0
  823. package/src/stories/Check/CheckErrorTests.js +74 -0
  824. package/src/stories/Check/CheckHintLabel.stories.mdx +30 -0
  825. package/src/stories/Check/CheckPropertyTest.js +102 -0
  826. package/src/stories/Check/CheckReadonly.stories.mdx +30 -0
  827. package/src/stories/Check/CheckSlots.stories.mdx +51 -0
  828. package/src/stories/Check/CheckSwitch.stories.mdx +30 -0
  829. package/src/stories/CheckGroup/CheckGroup.stories.mdx +69 -0
  830. package/src/stories/CheckGroup/CheckGroupDisabled.stories.mdx +26 -0
  831. package/src/stories/CheckGroup/CheckGroupError.stories.mdx +28 -0
  832. package/src/stories/CheckGroup/CheckGroupHintLabel.stories.mdx +27 -0
  833. package/src/stories/CheckGroup/CheckGroupLabel.stories.mdx +26 -0
  834. package/src/stories/CheckGroup/CheckGroupOptionLabel.stories.mdx +48 -0
  835. package/src/stories/CheckGroup/CheckGroupOptionValue.stories.mdx +48 -0
  836. package/src/stories/CheckGroup/CheckGroupOptions.stories.mdx +40 -0
  837. package/src/stories/CheckGroup/CheckGroupReadonly.stories.mdx +26 -0
  838. package/src/stories/CheckGroup/CheckGroupSlots.stories.mdx +152 -0
  839. package/src/stories/CheckGroup/CheckGroupValid.stories.mdx +28 -0
  840. package/src/stories/CheckGroup/CheckGroupVertical.stories.mdx +26 -0
  841. package/src/stories/Dialog/Dialog.stories.mdx +29 -0
  842. package/src/stories/Dialog/DialogAutoClose.stories.mdx +18 -0
  843. package/src/stories/Dialog/DialogSize.stories.mdx +36 -0
  844. package/src/stories/Dropdown/Dropdown.stories.mdx +50 -0
  845. package/src/stories/Dropdown/DropdownDisabled.stories.mdx +25 -0
  846. package/src/stories/Dropdown/DropdownLabelNoResults.stories.mdx +25 -0
  847. package/src/stories/Dropdown/DropdownMaxValues.stories.mdx +26 -0
  848. package/src/stories/Dropdown/DropdownMultiple.stories.mdx +56 -0
  849. package/src/stories/Dropdown/DropdownOptions.stories.mdx +76 -0
  850. package/src/stories/Dropdown/DropdownUseObject.stories.mdx +58 -0
  851. package/src/stories/Icon/Icon.stories.mdx +73 -0
  852. package/src/stories/Icon/IconList.vue +34 -0
  853. package/src/stories/Icon/IconPrefix.stories.mdx +79 -0
  854. package/src/stories/Icon/IconRemote.stories.mdx +39 -0
  855. package/src/stories/Icon/IconTest.js +27 -0
  856. package/src/stories/Icon/IconsList.stories.mdx +35 -0
  857. package/src/stories/InputText/InputText.stories.mdx +94 -0
  858. package/src/stories/InputText/InputTextAutocomplete.stories.mdx +15 -0
  859. package/src/stories/InputText/InputTextAutofocus.stories.mdx +20 -0
  860. package/src/stories/InputText/InputTextDisabled.stories.mdx +19 -0
  861. package/src/stories/InputText/InputTextError.stories.mdx +19 -0
  862. package/src/stories/InputText/InputTextFloating.stories.mdx +20 -0
  863. package/src/stories/InputText/InputTextHintLabel.stories.mdx +18 -0
  864. package/src/stories/InputText/InputTextIcon.stories.mdx +18 -0
  865. package/src/stories/InputText/InputTextIconPosition.stories.mdx +31 -0
  866. package/src/stories/InputText/InputTextLabel.stories.mdx +15 -0
  867. package/src/stories/InputText/InputTextLoading.stories.mdx +19 -0
  868. package/src/stories/InputText/InputTextMax.stories.mdx +31 -0
  869. package/src/stories/InputText/InputTextMaxLength.stories.mdx +36 -0
  870. package/src/stories/InputText/InputTextMin.stories.mdx +31 -0
  871. package/src/stories/InputText/InputTextMinLength.stories.mdx +15 -0
  872. package/src/stories/InputText/InputTextPlaceholder.stories.mdx +15 -0
  873. package/src/stories/InputText/InputTextReadonly.stories.mdx +19 -0
  874. package/src/stories/InputText/InputTextSlots.stories.mdx +30 -0
  875. package/src/stories/InputText/InputTextStep.stories.mdx +31 -0
  876. package/src/stories/InputText/InputTextType.stories.mdx +81 -0
  877. package/src/stories/InputText/InputTextValid.stories.mdx +19 -0
  878. package/src/stories/NativeSelect/NativeSelect.stories.mdx +53 -0
  879. package/src/stories/NativeSelect/NativeSelectDisabled.stories.mdx +32 -0
  880. package/src/stories/NativeSelect/NativeSelectError.stories.mdx +36 -0
  881. package/src/stories/NativeSelect/NativeSelectHintLabel.stories.mdx +34 -0
  882. package/src/stories/NativeSelect/NativeSelectIconLeftRight.stories.mdx +42 -0
  883. package/src/stories/NativeSelect/NativeSelectLoading.stories.mdx +27 -0
  884. package/src/stories/NativeSelect/NativeSelectOptions.stories.mdx +78 -0
  885. package/src/stories/NativeSelect/NativeSelectReadonly.stories.mdx +34 -0
  886. package/src/stories/NativeSelect/NativeSelectUseObject.stories.mdx +66 -0
  887. package/src/stories/NativeSelect/NativeSelectValid.stories.mdx +36 -0
  888. package/src/stories/NativeSelect/NativeSelectValueKey.stories.mdx +66 -0
  889. package/src/stories/Progress/Progress.stories.mdx +40 -0
  890. package/src/stories/Progress/ProgressDeterminate.stories.mdx +19 -0
  891. package/src/stories/Progress/ProgressTest.js +28 -0
  892. package/src/stories/Radio/Radio.stories.mdx +67 -0
  893. package/src/stories/Radio/RadioDisabled.stories.mdx +30 -0
  894. package/src/stories/Radio/RadioError.stories.mdx +64 -0
  895. package/src/stories/Radio/RadioHintLabel.stories.mdx +30 -0
  896. package/src/stories/Radio/RadioSlots.stories.mdx +29 -0
  897. package/src/stories/Radio/RadioTest.js +90 -0
  898. package/src/stories/RadioGroup/RadioGroup.stories.mdx +73 -0
  899. package/src/stories/RadioGroup/RadioGroupDisabled.stories.mdx +33 -0
  900. package/src/stories/RadioGroup/RadioGroupError.stories.mdx +35 -0
  901. package/src/stories/RadioGroup/RadioGroupHintLabel.stories.mdx +33 -0
  902. package/src/stories/RadioGroup/RadioGroupLabel.stories.mdx +29 -0
  903. package/src/stories/RadioGroup/RadioGroupOptionLabel.stories.mdx +65 -0
  904. package/src/stories/RadioGroup/RadioGroupOptionValue.stories.mdx +65 -0
  905. package/src/stories/RadioGroup/RadioGroupOptions.stories.mdx +58 -0
  906. package/src/stories/RadioGroup/RadioGroupReadonly.stories.mdx +29 -0
  907. package/src/stories/RadioGroup/RadioGroupSlots.stories.mdx +162 -0
  908. package/src/stories/RadioGroup/RadioGroupValid.stories.mdx +35 -0
  909. package/src/stories/RadioGroup/RadioGroupVertical.stories.mdx +33 -0
  910. package/src/stories/RadioGroup/RadioOptionsTest.js +78 -0
  911. package/src/stories/RadioGroup/RadioProperty.test.ts +87 -0
  912. package/src/stories/RadioGroup/RadioPropertyTest.js +131 -0
  913. package/src/stories/RadioGroup/RadioSlotsTest.js +20 -0
  914. package/src/stories/Select/Select.stories.mdx +55 -0
  915. package/src/stories/Select/SelectDisabled.stories.mdx +32 -0
  916. package/src/stories/Select/SelectMaxValues.stories.mdx +33 -0
  917. package/src/stories/Select/SelectMultiple.stories.mdx +64 -0
  918. package/src/stories/Select/SelectOptions.stories.mdx +78 -0
  919. package/src/stories/Select/SelectSearchable.stories.mdx +80 -0
  920. package/src/stories/Select/SelectSeparator.stories.mdx +64 -0
  921. package/src/stories/Select/SelectUseObject.stories.mdx +66 -0
  922. package/src/stories/Textarea/Textarea.stories.mdx +66 -0
  923. package/src/stories/Textarea/TextareaAutoclear.stories.mdx +23 -0
  924. package/src/stories/Textarea/TextareaAutocomplete.stories.mdx +23 -0
  925. package/src/stories/Textarea/TextareaAutofocus.stories.mdx +24 -0
  926. package/src/stories/Textarea/TextareaDebounce.stories.mdx +23 -0
  927. package/src/stories/Textarea/TextareaDisabled.stories.mdx +23 -0
  928. package/src/stories/Textarea/TextareaError.stories.mdx +22 -0
  929. package/src/stories/Textarea/TextareaErrorLabel.stories.mdx +37 -0
  930. package/src/stories/Textarea/TextareaFloating.stories.mdx +25 -0
  931. package/src/stories/Textarea/TextareaHintLabel.stories.mdx +22 -0
  932. package/src/stories/Textarea/TextareaIcon.stories.mdx +22 -0
  933. package/src/stories/Textarea/TextareaIconPosition.stories.mdx +39 -0
  934. package/src/stories/Textarea/TextareaId.stories.mdx +19 -0
  935. package/src/stories/Textarea/TextareaLabel.stories.mdx +19 -0
  936. package/src/stories/Textarea/TextareaLimit.stories.mdx +50 -0
  937. package/src/stories/Textarea/TextareaLoading.stories.mdx +22 -0
  938. package/src/stories/Textarea/TextareaLoadingLabel.stories.mdx +23 -0
  939. package/src/stories/Textarea/TextareaMaxLength.stories.mdx +19 -0
  940. package/src/stories/Textarea/TextareaMinLength.stories.mdx +19 -0
  941. package/src/stories/Textarea/TextareaModifiers.stories.mdx +24 -0
  942. package/src/stories/Textarea/TextareaName.stories.mdx +23 -0
  943. package/src/stories/Textarea/TextareaPlaceholder.stories.mdx +19 -0
  944. package/src/stories/Textarea/TextareaReadonly.stories.mdx +23 -0
  945. package/src/stories/Textarea/TextareaRequired.stories.mdx +22 -0
  946. package/src/stories/Textarea/TextareaResizable.stories.mdx +22 -0
  947. package/src/stories/Textarea/TextareaRowsCols.stories.mdx +39 -0
  948. package/src/stories/Textarea/TextareaSlots.stories.mdx +31 -0
  949. package/src/stories/Textarea/TextareaValid.stories.mdx +22 -0
  950. package/src/stories/Textarea/TextareaValidLabel.stories.mdx +35 -0
  951. package/src/stories/stories.scss +35 -0
  952. package/src/stories/utils.ts +12 -0
  953. package/src/stories/volver-ui-vue.stories.mdx +77 -0
  954. package/src/test/expect.ts +52 -0
  955. package/src/test/types.d.ts +4 -0
  956. package/src/types/.README +0 -0
  957. package/src/types/generic.d.ts +1 -0
  958. package/src/utils/ObjectUtilities.ts +275 -0
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16.005" height="16" viewBox="0 0 16.005 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2 2)"><path d="M763.833,4.5h3.5a1.664,1.664,0,0,1,1.5,1.5V18a1.668,1.668,0,0,1-1.5,1.5h-3.5" transform="translate(-755.333 -6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M757.444,16.611l4-3.5-4-3.5" transform="translate(-751.945 -7.11)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="10" transform="translate(-1.5 6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(4.5 2)"><path d="M768.833,4.5h-3.5a1.661,1.661,0,0,0-1.5,1.5l0,12a1.659,1.659,0,0,0,1.5,1.5h3.5" transform="translate(-767.833 -6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M757.444,16.611l4-3.5-4-3.5" transform="translate(-750.445 -7.11)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="10" transform="translate(0 6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0.654 2.268)"><g transform="translate(-0.654 -0.268)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"><rect width="16" height="12" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="15" height="11" rx="1.5" fill="none"/></g><path d="M21.05,6.008v3h3" transform="translate(-19.204 0.225)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M0,0V3H3" transform="translate(12.846 5.232) rotate(180)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2.333 5.334)"><line x2="11" transform="translate(-0.833 5.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="7.5" transform="translate(-0.833 2.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="13" transform="translate(-0.833 -0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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 2.666)"><g transform="translate(-1.667 8.334)" fill="none" stroke="#000" stroke-linecap="round" 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 transform="translate(7.333 8.334)" fill="none" stroke="#000" stroke-linecap="round" 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><path d="M79.125,7.588l-3-3-3,3" transform="translate(-70.791 -6.754)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y2="7.5" transform="translate(5.333 -1.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M73.091,19.977l3-3,3,3" transform="translate(-70.758 -10.644)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.333 1.334)"><rect width="7" height="5" rx="1" transform="translate(-0.833 7.166)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><path d="M23.05,9.008v-3h-5" transform="translate(-8.883 -4.842)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M3,5V0H0" transform="translate(14.167 9.165) rotate(90)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M0,0V5H3" transform="translate(4.167 1.166) rotate(90)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16.001" height="16.002" viewBox="0 0 16.001 16.002"><g transform="translate(0 0.001)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2 2)"><g transform="translate(0.5 2)"><path d="M0,0A2,2,0,0,1,2,2,2,2,0,0,1,0,4" transform="translate(0 4.001) rotate(-90)" fill="none" stroke="#000" stroke-width="1"/><g transform="translate(-22 -16.679)" fill="none" stroke-miterlimit="10"><path d="M22,16.679a2,2,0,1,1,.586,1.414A2,2,0,0,1,22,16.679Z" stroke="none"/><path d="M 24.0000057220459 15.67900466918945 C 23.73304557800293 15.67900466918945 23.48165512084961 15.78308486938477 23.29408645629883 15.97013473510742 C 23.10444641113281 16.16030502319336 23.0000057220459 16.41204452514648 23.0000057220459 16.67900466918945 C 23.0000057220459 16.94531440734863 23.10444641113281 17.19670486450195 23.29213523864746 17.38492584228516 C 23.4823055267334 17.57456588745117 23.73369598388672 17.67900466918945 24.0000057220459 17.67900466918945 C 24.26631546020508 17.67900466918945 24.5177059173584 17.57456588745117 24.70687484741211 17.38591384887695 C 24.89590644836426 17.19688415527344 25.0000057220459 16.94582557678223 25.0000057220459 16.67900466918945 C 25.0000057220459 16.41153526306152 24.89590644836426 16.16012382507324 24.70787620544434 15.97208404541016 C 24.51835632324219 15.78308486938477 24.26696586608887 15.67900466918945 24.0000057220459 15.67900466918945 M 24.0000057220459 14.67900466918945 C 24.55300521850586 14.67900466918945 25.05100631713867 14.90200424194336 25.41400527954102 15.26400375366211 C 25.77699661254883 15.62700462341309 26.0000057220459 16.12600517272949 26.0000057220459 16.67900466918945 C 26.0000057220459 17.23200416564941 25.77699661254883 17.72999572753906 25.41400527954102 18.09300422668457 C 25.05100631713867 18.45500564575195 24.55300521850586 18.67900466918945 24.0000057220459 18.67900466918945 C 23.44700622558594 18.67900466918945 22.94900512695312 18.45500564575195 22.58600616455078 18.09300422668457 C 22.22400665283203 17.72999572753906 22.0000057220459 17.23200416564941 22.0000057220459 16.67900466918945 C 22.0000057220459 16.12600517272949 22.22400665283203 15.62700462341309 22.58600616455078 15.26400375366211 C 22.94900512695312 14.90200424194336 23.44700622558594 14.67900466918945 24.0000057220459 14.67900466918945 Z" stroke="none" fill="#000"/></g></g><g transform="translate(4 10)"><path d="M0,0A2,2,0,0,1,2,2,2,2,0,0,1,0,4" transform="translate(0 4.001) rotate(-90)" fill="none" stroke="#000" stroke-width="1"/><g transform="translate(-22 -16.679)" fill="none" stroke-miterlimit="10"><path d="M22,16.679a2,2,0,1,1,.586,1.414A2,2,0,0,1,22,16.679Z" stroke="none"/><path d="M 24.0000057220459 15.67900466918945 C 23.73304557800293 15.67900466918945 23.48165512084961 15.78308486938477 23.29408645629883 15.97013473510742 C 23.10444641113281 16.16030502319336 23.0000057220459 16.41204452514648 23.0000057220459 16.67900466918945 C 23.0000057220459 16.94531440734863 23.10444641113281 17.19670486450195 23.29213523864746 17.38492584228516 C 23.4823055267334 17.57456588745117 23.73369598388672 17.67900466918945 24.0000057220459 17.67900466918945 C 24.26631546020508 17.67900466918945 24.5177059173584 17.57456588745117 24.70687484741211 17.38591384887695 C 24.89590644836426 17.19688415527344 25.0000057220459 16.94582557678223 25.0000057220459 16.67900466918945 C 25.0000057220459 16.41153526306152 24.89590644836426 16.16012382507324 24.70787620544434 15.97208404541016 C 24.51835632324219 15.78308486938477 24.26696586608887 15.67900466918945 24.0000057220459 15.67900466918945 M 24.0000057220459 14.67900466918945 C 24.55300521850586 14.67900466918945 25.05100631713867 14.90200424194336 25.41400527954102 15.26400375366211 C 25.77699661254883 15.62700462341309 26.0000057220459 16.12600517272949 26.0000057220459 16.67900466918945 C 26.0000057220459 17.23200416564941 25.77699661254883 17.72999572753906 25.41400527954102 18.09300422668457 C 25.05100631713867 18.45500564575195 24.55300521850586 18.67900466918945 24.0000057220459 18.67900466918945 C 23.44700622558594 18.67900466918945 22.94900512695312 18.45500564575195 22.58600616455078 18.09300422668457 C 22.22400665283203 17.72999572753906 22.0000057220459 17.23200416564941 22.0000057220459 16.67900466918945 C 22.0000057220459 16.12600517272949 22.22400665283203 15.62700462341309 22.58600616455078 15.26400375366211 C 22.94900512695312 14.90200424194336 23.44700622558594 14.67900466918945 24.0000057220459 14.67900466918945 Z" stroke="none" fill="#000"/></g></g><g transform="translate(7.5 2)"><path d="M0,0A2,2,0,0,1,2,2,2,2,0,0,1,0,4" transform="translate(0 4.001) rotate(-90)" fill="none" stroke="#000" stroke-width="1"/><g transform="translate(-22 -16.679)" fill="none" stroke-miterlimit="10"><path d="M22,16.679a2,2,0,1,1,.586,1.414A2,2,0,0,1,22,16.679Z" stroke="none"/><path d="M 24.0000057220459 15.67900466918945 C 23.73304557800293 15.67900466918945 23.48165512084961 15.78308486938477 23.29408645629883 15.97013473510742 C 23.10444641113281 16.16030502319336 23.0000057220459 16.41204452514648 23.0000057220459 16.67900466918945 C 23.0000057220459 16.94531440734863 23.10444641113281 17.19670486450195 23.29213523864746 17.38492584228516 C 23.4823055267334 17.57456588745117 23.73369598388672 17.67900466918945 24.0000057220459 17.67900466918945 C 24.26631546020508 17.67900466918945 24.5177059173584 17.57456588745117 24.70687484741211 17.38591384887695 C 24.89590644836426 17.19688415527344 25.0000057220459 16.94582557678223 25.0000057220459 16.67900466918945 C 25.0000057220459 16.41153526306152 24.89590644836426 16.16012382507324 24.70787620544434 15.97208404541016 C 24.51835632324219 15.78308486938477 24.26696586608887 15.67900466918945 24.0000057220459 15.67900466918945 M 24.0000057220459 14.67900466918945 C 24.55300521850586 14.67900466918945 25.05100631713867 14.90200424194336 25.41400527954102 15.26400375366211 C 25.77699661254883 15.62700462341309 26.0000057220459 16.12600517272949 26.0000057220459 16.67900466918945 C 26.0000057220459 17.23200416564941 25.77699661254883 17.72999572753906 25.41400527954102 18.09300422668457 C 25.05100631713867 18.45500564575195 24.55300521850586 18.67900466918945 24.0000057220459 18.67900466918945 C 23.44700622558594 18.67900466918945 22.94900512695312 18.45500564575195 22.58600616455078 18.09300422668457 C 22.22400665283203 17.72999572753906 22.0000057220459 17.23200416564941 22.0000057220459 16.67900466918945 C 22.0000057220459 16.12600517272949 22.22400665283203 15.62700462341309 22.58600616455078 15.26400375366211 C 22.94900512695312 14.90200424194336 23.44700622558594 14.67900466918945 24.0000057220459 14.67900466918945 Z" stroke="none" fill="#000"/></g></g><path d="M67.666,14.487A1.537,1.537,0,0,1,66,12.82V6.154a1.537,1.537,0,0,1,1.667-1.667H79.333A1.537,1.537,0,0,1,81,6.154V12.82a1.537,1.537,0,0,1-1.667,1.667" transform="translate(-67.499 -5.988)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></g></svg>
@@ -0,0 +1 @@
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(16.333 6.066) rotate(90)"><circle cx="2" cy="2" r="2" transform="translate(-0.066 0.333)"/><circle cx="2" cy="2" r="2" transform="translate(-0.066 6.333)"/><circle cx="2" cy="2" r="2" transform="translate(-0.066 12.333)"/></g></svg>
@@ -0,0 +1 @@
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" transform="translate(0 0.001)" fill="#fff" opacity="0"/><g transform="translate(5.991 -0.713)"><circle cx="2" cy="2" r="2" transform="translate(0.009 0.713)"/><circle cx="2" cy="2" r="2" transform="translate(0.009 6.713)"/><circle cx="2" cy="2" r="2" transform="translate(0.009 12.713)"/></g></svg>
@@ -0,0 +1 @@
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.488 1.99)"><path d="M13.012,12.508h-3v8c0,1.2.544,2,1.5,2s1.5-.8,1.5-2v-12h12v12.5c0,1.3-.2,1.5-1.5,1.5h-12" transform="translate(-10 -9)" fill="none" stroke="#000" stroke-width="1"/><line x2="6" transform="translate(6.012 3.51)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x2="6" transform="translate(6.012 6.51)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x2="3" transform="translate(6.012 9.51)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.666 4.334)"><g transform="translate(5.334 -3.334)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"><rect width="8" height="5" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="7" height="4" rx="0.5" fill="none"/></g><g transform="translate(5.334 4.666)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"><rect width="8" height="5" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="7" height="4" rx="0.5" fill="none"/></g><path d="M812.988,73.812h.944V70.946L812.9,71.2v-.976l2.165-.5v4.091h.835v.909h-2.911Z" transform="translate(-813.565 -73.055)"/><path d="M812.708,80.3a1.333,1.333,0,0,1,.858-1.385l.908-.456a.481.481,0,0,0,.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231,0-.341.112-.341.373v.533h-.93v-.479a1.2,1.2,0,0,1,1.318-1.384h.341a1.2,1.2,0,0,1,1.317,1.367v.264a1.322,1.322,0,0,1-.857,1.368l-.9.458a.446.446,0,0,0-.279.456v.16H815.7v.926h-2.988Z" transform="translate(-813.362 -71.684)"/></g></svg>
@@ -0,0 +1 @@
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.256 0.256)"><line x2="9" transform="translate(3.244 4.244)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x2="6" transform="translate(3.244 7.244)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><g transform="translate(-0.256 -0.256)" fill="none" stroke="#000" stroke-width="1"><rect width="16" height="16" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="15" height="15" rx="1.5" fill="none"/></g><path d="M5.031,25.932c2,0,3-4,3-4l9,4Z" transform="translate(-3.287 -10.687)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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(3 2)"><g transform="translate(-0.611 -2)"><g transform="translate(-0.389 3)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="12" height="8" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="11" height="7" rx="1.5" fill="none"/></g><path d="M259.1,7.268A2.393,2.393,0,0,1,261.6,5h0a2.392,2.392,0,0,1,2.5,2.268" transform="translate(-255.983 -4.5)" fill="none" stroke="#000" stroke-linecap="square" stroke-linejoin="round" stroke-width="1"/></g><g transform="translate(0 10.667)"><line y2="3" transform="translate(1.5 -0.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x1="3" y2="2" transform="translate(0 0.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x1="3" y1="2" transform="translate(0 0.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/></g><g transform="translate(7 10.667)"><line y2="3" transform="translate(1.5 -0.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x1="3" y2="2" transform="translate(0 0.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x1="3" y1="2" transform="translate(0 0.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2.666 3.334)"><line x2="5" transform="translate(2.834 8.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="10" transform="translate(2.834 4.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="7" transform="translate(2.834 0.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><path d="M812.943,72.176h.472v-1.72l-.516.151v-.585l1.083-.3v2.455h.417v.545h-1.456Z" transform="translate(-814.565 -70.555)" stroke="rgba(0,0,0,0)" stroke-width="1"/><path d="M812.7,78.718a.824.824,0,0,1,.429-.831l.454-.274c.1-.063.135-.14.135-.308v-.158c0-.154-.055-.224-.169-.224h-.22c-.116,0-.171.067-.171.224v.32H812.7V77.18c0-.558.235-.83.659-.83h.171c.427,0,.658.276.658.82v.159a.816.816,0,0,1-.428.821l-.452.275a.277.277,0,0,0-.139.274v.1H814.2v.556H812.7Z" transform="translate(-814.362 -73.184)" stroke="rgba(0,0,0,0)" stroke-width="1"/><path d="M814.187,85.026v.09c0,.545-.225.817-.649.817h-.2c-.425,0-.65-.271-.65-.806v-.242h.456v.276c0,.14.057.21.169.21h.245c.111,0,.17-.073.17-.22v-.257c0-.142-.05-.215-.158-.215h-.363v-.519h.337c.107,0,.157-.07.157-.214v-.236c0-.145-.057-.215-.165-.215h-.206c-.107,0-.163.068-.163.205v.251h-.458v-.216c0-.533.224-.8.648-.8h.157c.423,0,.647.269.647.817v.074c0,.314-.118.531-.344.59C814.063,84.458,814.187,84.7,814.187,85.026Z" transform="translate(-814.354 -75.766)" stroke="rgba(0,0,0,0)" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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)"><path d="M67.666,14.487A1.537,1.537,0,0,1,66,12.82V6.154a1.537,1.537,0,0,1,1.667-1.667H79.333A1.537,1.537,0,0,1,81,6.154V12.82a1.537,1.537,0,0,1-1.667,1.667" transform="translate(-67.499 -5.987)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><path d="M69.452,10.375l2-2h3l2-2" transform="translate(-66.952 -4.874)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M0,0A2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1,0,5" transform="translate(3.5 14) rotate(-90)" fill="none" stroke="#000" stroke-width="1"/><g transform="translate(-18.5 -8.68)" fill="none" stroke-miterlimit="10"><path d="M22,17.179a2.5,2.5,0,1,1,.732,1.767A2.5,2.5,0,0,1,22,17.179Z" stroke="none"/><path d="M 24.50000190734863 18.67900085449219 C 24.8995418548584 18.67900085449219 25.27646255493164 18.52253150939941 25.56038284301758 18.2393913269043 C 25.8438720703125 17.95590019226074 26.00000190734863 17.57931137084961 26.00000190734863 17.17900085449219 C 26.00000190734863 16.77788162231445 25.8438720703125 16.40085029602051 25.56135177612305 16.11832046508789 C 25.27727127075195 15.83502101898193 24.90034103393555 15.67900085449219 24.50000190734863 15.67900085449219 C 24.09966278076172 15.67900085449219 23.72272109985352 15.83502101898193 23.44058227539062 16.11638069152832 C 23.15647125244141 16.40128135681152 23.00000190734863 16.77866172790527 23.00000190734863 17.17900085449219 C 23.00000190734863 17.57854080200195 23.15647125244141 17.95547103881836 23.43863105773926 18.2384204864502 C 23.72353172302246 18.52253150939941 24.10046195983887 18.67900085449219 24.50000190734863 18.67900085449219 M 24.50000190734863 19.67900085449219 C 23.80875205993652 19.67900085449219 23.18625259399414 19.39900016784668 22.73250198364258 18.94650077819824 C 22.28000259399414 18.49275016784668 22.00000190734863 17.8702507019043 22.00000190734863 17.17900085449219 C 22.00000190734863 16.48775100708008 22.28000259399414 15.86400127410889 22.73250198364258 15.41025066375732 C 23.18625259399414 14.95775127410889 23.80875205993652 14.67900085449219 24.50000190734863 14.67900085449219 C 25.19125175476074 14.67900085449219 25.81375122070312 14.95775127410889 26.26749229431152 15.41025066375732 C 26.72124099731445 15.86400127410889 27.00000190734863 16.48775100708008 27.00000190734863 17.17900085449219 C 27.00000190734863 17.8702507019043 26.72124099731445 18.49275016784668 26.26749229431152 18.94650077819824 C 25.81375122070312 19.39900016784668 25.19125175476074 19.67900085449219 24.50000190734863 19.67900085449219 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
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.333 2)"><line x2="13" transform="translate(0.167 1.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="9" transform="translate(0.167 4.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="7" transform="translate(0.167 7.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="3" transform="translate(0.167 10.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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 2.5)"><line x2="13" transform="translate(-0.333 10)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="9" transform="translate(-0.333 7)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="5" transform="translate(-0.333 4)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="3" transform="translate(-0.333 1)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.5" viewBox="0 0 16 16.5"><g transform="translate(0 0.5)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(3.333 1.334)"><line x2="5" transform="translate(3.167 4.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x2="5" transform="translate(3.167 7.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><rect width="10" height="14" rx="2" transform="translate(0.667 -1.334)" fill="none" stroke="#000" stroke-width="1"/><path d="M9.5,18.5H4c-1.1,0-1.5-.4-1.5-1.5V8.5" transform="translate(-3.333 -4.334)" fill="none" stroke="#000" stroke-width="1"/></g></g></svg>
@@ -0,0 +1 @@
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(6 2.029)"><line y2="13" transform="translate(-0.5 -0.529)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line y2="13" transform="translate(4.5 -0.529)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.666)"><line x1="7" transform="translate(6.5 -0.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x1="7" transform="translate(6.5 2.833)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x1="15" transform="translate(-1.5 6.834)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><rect width="5" height="5" transform="translate(-1.5 -1.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2.333 -0.167)"><g transform="translate(0.667 0.167)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="10" height="16" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="9" height="15" rx="1.5" fill="none"/></g><circle cx="1" cy="1" r="1" transform="translate(4.667 12.167)"/><rect width="4" height="2" rx="1" transform="translate(3.667 0.167)"/></g></svg>
@@ -0,0 +1 @@
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" transform="translate(0 0.001)" fill="#fff" opacity="0"/><g transform="translate(2.707 -0.127)"><g transform="translate(-0.706 0.127)"><path d="M 5.999536514282227 15.30169868469238 C 5.479208469390869 14.78049564361572 4.440342426300049 13.68923950195312 3.39965033531189 12.30195331573486 C 1.003060221672058 9.107213020324707 0.5000002980232239 6.894423007965088 0.5000002980232239 5.600693225860596 C 0.5000002980232239 2.788152933120728 2.967020273208618 0.4999929964542389 5.99940013885498 0.4999929964542389 C 9.032279968261719 0.4999929964542389 11.49970054626465 2.788152933120728 11.49970054626465 5.600693225860596 C 11.49970054626465 6.895173072814941 10.9965705871582 9.108733177185059 8.599650382995605 12.302903175354 C 7.55824613571167 13.6906909942627 6.519756317138672 14.78095531463623 5.999536514282227 15.30169868469238 Z M 6.001200199127197 1.500692963600159 C 4.07096004486084 1.500692963600159 2.500600337982178 3.070652961730957 2.500600337982178 5.000392913818359 C 2.500600337982178 6.930132865905762 4.07096004486084 8.500093460083008 6.001200199127197 8.500093460083008 C 7.9309401512146 8.500093460083008 9.500900268554688 6.930132865905762 9.500900268554688 5.000392913818359 C 9.500900268554688 3.070652961730957 7.9309401512146 1.500692963600159 6.001200199127197 1.500692963600159 Z" stroke="none"/><path d="M 5.999643325805664 14.58690547943115 C 6.553726196289062 14.00939655303955 7.374898910522461 13.10197067260742 8.199729919433594 12.00279331207275 C 10.51393032073975 8.918852806091309 10.99970054626465 6.819112777709961 10.99970054626465 5.600693225860596 C 10.99970054626465 3.063863039016724 8.756569862365723 0.9999930262565613 5.99940013885498 0.9999930262565613 C 3.242720365524292 0.9999930262565613 1.000000238418579 3.063863039016724 1.000000238418579 5.600693225860596 C 1.000000238418579 6.81838321685791 1.485710263252258 8.917383193969727 3.799620389938354 12.00191307067871 C 4.623931884765625 13.10075664520264 5.44540548324585 14.0089054107666 5.999643325805664 14.58690547943115 M 6.001200199127197 1.000692963600159 C 8.206640243530273 1.000692963600159 10.00090026855469 2.794953107833862 10.00090026855469 5.000392913818359 C 10.00090026855469 7.205832958221436 8.206640243530273 9.000093460083008 6.001200199127197 9.000093460083008 C 3.795260190963745 9.000093460083008 2.000600337982178 7.205832958221436 2.000600337982178 5.000392913818359 C 2.000600337982178 2.794953107833862 3.795260190963745 1.000692963600159 6.001200199127197 1.000692963600159 M 5.99940013885498 16.00021362304688 L 5.998720169067383 15.99956321716309 C 5.936860084533691 15.94162273406982 4.466890335083008 14.55785274505615 2.999680280685425 12.6019926071167 C 1.631240248680115 10.77781295776367 2.731323149873788e-07 8.082383155822754 2.731323149873788e-07 5.600693225860596 C 2.731323149873788e-07 2.512463092803955 2.691320180892944 -7.003173777775373e-06 5.99940013885498 -7.003173777775373e-06 C 9.307980537414551 -7.003173777775373e-06 11.99970054626465 2.512463092803955 11.99970054626465 5.600693225860596 C 11.99970054626465 8.083772659301758 10.36822032928467 10.77912330627441 8.999569892883301 12.60300254821777 C 7.530570507049561 14.56061267852783 6.061890125274658 15.94172286987305 6.000080108642578 15.99956321716309 L 5.99940013885498 16.00021362304688 Z M 6.001200199127197 2.000693082809448 C 4.346660137176514 2.000693082809448 3.000600337982178 3.346353054046631 3.000600337982178 5.000392913818359 C 3.000600337982178 6.654432773590088 4.346660137176514 8.000093460083008 6.001200199127197 8.000093460083008 C 7.655240058898926 8.000093460083008 9.000900268554688 6.654432773590088 9.000900268554688 5.000392913818359 C 9.000900268554688 3.346353054046631 7.655240058898926 2.000693082809448 6.001200199127197 2.000693082809448 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
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.335 -0.667)"><g transform="translate(0.667 0.667)" fill="none"><path d="M6,0a5.81,5.81,0,0,1,6,5.6C12,10.405,6,16,6,16S0,10.4,0,5.6A5.81,5.81,0,0,1,6,0Z" stroke="none"/><path d="M 5.999406814575195 1.000003814697266 C 3.242727279663086 1.000003814697266 0.9999971389770508 3.063163757324219 0.9999971389770508 5.599123954772949 C 0.9999971389770508 7.338594436645508 1.961506843566895 9.543024063110352 3.780587196350098 11.9741039276123 C 4.605518817901611 13.07657241821289 5.439213752746582 13.99809551239014 5.999834060668945 14.58317279815674 C 6.554970264434814 14.00419330596924 7.378316879272461 13.09447288513184 8.199256896972656 12.00042343139648 C 10.03074645996094 9.55964469909668 10.99881649017334 7.346103668212891 10.99881649017334 5.599123954772949 C 10.99881649017334 3.063163757324219 8.756086349487305 1.000003814697266 5.999406814575195 1.000003814697266 M 5.999406814575195 3.814697265625e-06 C 9.312787055969238 3.814697265625e-06 11.99881649017334 2.506814002990723 11.99881649017334 5.599123954772949 C 11.99881649017334 10.40528392791748 5.999406814575195 15.99748420715332 5.999406814575195 15.99748420715332 C 5.999406814575195 15.99748420715332 -2.86102294921875e-06 10.40262413024902 -2.86102294921875e-06 5.599123954772949 C -2.86102294921875e-06 2.506814002990723 2.686026573181152 3.814697265625e-06 5.999406814575195 3.814697265625e-06 Z" stroke="none" fill="#000"/></g><g transform="translate(3.665 3.667)" fill="none" stroke="#000" stroke-width="1"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16.024" height="16" viewBox="0 0 16.024 16"><g transform="translate(0.024)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(-0.461 -0.461)"><path d="M14.1,4.869l5.347,15L4.476,14.512S3.407,4.869,14.1,4.869Z" transform="translate(-3.485 -3.908)" fill="rgba(0,0,0,0)" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M6.2,15.023a19.678,19.678,0,0,1,.054-2.608,6.888,6.888,0,0,1,.676-1.409,7,7,0,0,1,.7-1.4,7.217,7.217,0,0,1,1.231-.982,7.113,7.113,0,0,1,1.247-.962,7.311,7.311,0,0,1,1.543-.359A21.912,21.912,0,0,1,14.4,6.918" transform="translate(-3.239 -4.012)" fill="rgba(0,0,0,0)" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M7.438,21.09c.33-1.464,2.091-1.417,3.208-.949a2.6,2.6,0,0,1,1.792,2.949" transform="translate(-1.476 -9.128)" fill="rgba(0,0,0,0)" stroke="#000" stroke-width="1"/><path d="M15.73,12.664A1.413,1.413,0,0,0,13.8,14.6a.47.47,0,0,0,.348.228.483.483,0,0,0,.4-.138l.108-.093.608.873L16.6,14.132l-.874-.623.092-.1a.483.483,0,0,0,.138-.4.47.47,0,0,0-.228-.348Z" transform="translate(-5.141 -7.011)"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2 -0.4)"><g transform="translate(14 0.4) rotate(90)" fill="none"><path d="M7.132,1.519a1,1,0,0,1,1.736,0l6,10.984A1,1,0,0,1,14,14H2a1,1,0,0,1-.868-1.5Z" stroke="none"/><path d="M 8 2.015949249267578 L 2 12.99999523162842 L 13.9999885559082 12.99999523162842 L 13.99063014984131 12.98323535919189 L 8 2.015949249267578 M 8 1.015560150146484 C 8.33814811706543 1.015560150146484 8.676294326782227 1.183515548706055 8.868240356445312 1.519425392150879 L 14.86824035644531 12.50386524200439 C 15.24919033050537 13.1705150604248 14.76782035827637 13.99999523162842 14 13.99999523162842 L 2 13.99999523162842 C 1.232179641723633 13.99999523162842 0.7508096694946289 13.1705150604248 1.131759643554688 12.50386524200439 L 7.131759643554688 1.519425392150879 C 7.323704719543457 1.183515548706055 7.661852836608887 1.015560150146484 8 1.015560150146484 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16.002" height="16" viewBox="0 0 16.002 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(-17899.998 -20482.602)" fill="none"><path d="M17902,20495.6a2,2,0,0,1-2-2v-5a2,2,0,0,1,2-2v-1a1,1,0,0,1,1-1h3a1,1,0,0,1,1,1v1h2v-1a1,1,0,0,1,1-1h3a1,1,0,0,1,1,1v1a2,2,0,0,1,2,2v5a2,2,0,0,1-2,2Z" stroke="none"/><path d="M 17914 20494.6015625 C 17914.55078125 20494.6015625 17915 20494.15234375 17915 20493.599609375 L 17915 20488.599609375 C 17915 20488.048828125 17914.55078125 20487.599609375 17914 20487.599609375 L 17913 20487.599609375 L 17913.001953125 20485.60546875 L 17912.99609375 20485.603515625 L 17910 20485.6015625 L 17910 20487.599609375 L 17905.998046875 20487.599609375 L 17905.99609375 20485.603515625 L 17902.998046875 20485.6015625 L 17902.998046875 20487.599609375 L 17901.998046875 20487.599609375 C 17901.447265625 20487.599609375 17900.998046875 20488.048828125 17900.998046875 20488.599609375 L 17900.998046875 20493.599609375 C 17900.998046875 20494.15234375 17901.447265625 20494.6015625 17901.998046875 20494.6015625 L 17914 20494.6015625 M 17914 20495.6015625 L 17901.998046875 20495.6015625 C 17900.892578125 20495.6015625 17899.998046875 20494.705078125 17899.998046875 20493.599609375 L 17899.998046875 20488.599609375 C 17899.998046875 20487.494140625 17900.892578125 20486.599609375 17901.998046875 20486.599609375 L 17901.998046875 20485.6015625 C 17901.998046875 20485.05078125 17902.447265625 20484.603515625 17902.99609375 20484.603515625 L 17905.99609375 20484.603515625 C 17906.55078125 20484.603515625 17906.998046875 20485.05078125 17906.998046875 20485.6015625 L 17906.998046875 20486.599609375 L 17909 20486.599609375 L 17909 20485.6015625 C 17909 20485.05078125 17909.447265625 20484.603515625 17909.998046875 20484.603515625 L 17912.99609375 20484.603515625 C 17913.55078125 20484.603515625 17914 20485.05078125 17914 20485.6015625 L 17914 20486.599609375 C 17915.10546875 20486.599609375 17916 20487.494140625 17916 20488.599609375 L 17916 20493.599609375 C 17916 20494.705078125 17915.10546875 20495.6015625 17914 20495.6015625 Z" stroke="none" fill="#000"/></g></svg>
@@ -0,0 +1 @@
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)"><circle cx="7" cy="7" r="7" transform="translate(0.333 0.334)" fill="none" stroke="#000" stroke-width="1"/><circle cx="3" cy="3" r="3" transform="translate(4.333 4.334)" stroke="#000" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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 0.777)"><g transform="translate(-4 -7.019)" fill="none" stroke-miterlimit="10"><path d="M18,10.242H6a2,2,0,0,0-2,2v5a2.008,2.008,0,0,0,2,2H7v2a1.073,1.073,0,0,0,1,1h8a1.074,1.074,0,0,0,1-1v-2h1a2,2,0,0,0,2-2v-5A2.011,2.011,0,0,0,18,10.242Z" stroke="none"/><path d="M 6 11.2421875 C 5.448600769042969 11.2421875 5 11.69078826904297 5 12.2421875 L 5 17.2421875 C 5 17.78424835205078 5.457939147949219 18.2421875 6 18.2421875 L 8 18.2421875 L 8 21.20050811767578 C 8.01015567779541 21.21502685546875 8.026595115661621 21.23179626464844 8.040849685668945 21.2421875 L 15.95835113525391 21.2421875 C 15.97286891937256 21.23184585571289 15.98962688446045 21.21512794494629 16 21.20064163208008 L 16 18.2421875 L 18 18.2421875 C 18.55139923095703 18.2421875 19 17.79358673095703 19 17.2421875 L 19 12.2421875 C 19 11.70012664794922 18.54206085205078 11.2421875 18 11.2421875 L 6 11.2421875 M 6 10.2421875 L 18 10.2421875 C 19.09766006469727 10.2421875 20 11.14711761474609 20 12.2421875 L 20 17.2421875 C 20 18.34375762939453 19.10369110107422 19.2421875 18 19.2421875 L 17 19.2421875 L 17 21.2421875 C 17 21.74394607543945 16.50030899047852 22.2421875 16 22.2421875 L 8 22.2421875 C 7.492429733276367 22.2421875 7 21.73750686645508 7 21.2421875 L 7 19.2421875 L 6 19.2421875 C 4.901899337768555 19.2421875 4 18.34020614624023 4 17.2421875 L 4 12.2421875 C 4 11.14028739929199 4.896770477294922 10.2421875 6 10.2421875 Z" stroke="none" fill="#000"/></g><g transform="translate(-4.635 -7.762)" fill="none" stroke-miterlimit="10"><path d="M7.635,16.984h10v4.9a1.125,1.125,0,0,1-1.146,1.1H8.781a1.125,1.125,0,0,1-1.146-1.1Z" stroke="none"/><path d="M 8.635000228881836 17.98399925231934 L 8.635000228881836 21.8811092376709 C 8.635000228881836 21.92977905273438 8.694900512695312 21.98399925231934 8.780849456787109 21.98399925231934 L 16.48915100097656 21.98399925231934 C 16.57509994506836 21.98399925231934 16.63500022888184 21.92977905273438 16.63500022888184 21.8811092376709 L 16.63500022888184 17.98399925231934 L 8.635000228881836 17.98399925231934 M 7.635000228881836 16.98399925231934 L 17.63500022888184 16.98399925231934 L 17.63500022888184 21.8811092376709 C 17.63500022888184 22.49037933349609 17.12215042114258 22.98399925231934 16.48915100097656 22.98399925231934 L 8.780849456787109 22.98399925231934 C 8.147850036621094 22.98399925231934 7.635000228881836 22.49037933349609 7.635000228881836 21.8811092376709 L 7.635000228881836 16.98399925231934 Z" stroke="none" fill="#000"/></g><line x2="2" transform="translate(10.5 6.723)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><g transform="translate(4.5 -0.277)"><path d="M19.627,5.587h-1v-1Z" transform="translate(-13.126 -4.087)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><path d="M10.726,8.585V5.542a1.011,1.011,0,0,1,1.059-.955h4.3L17.725,6.04V8.585" transform="translate(-10.726 -4.585)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"/></g></g></svg>
@@ -0,0 +1 @@
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.334 2)"><g transform="translate(9.166 -1)"><line x2="6" transform="translate(-1 2.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line y2="6" transform="translate(2 -0.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g><g transform="translate(-12548 -19572)" fill="rgba(0,0,0,0)"><path d="M 12551.6650390625 19581.501953125 C 12550.3359375 19581.501953125 12549.1005859375 19580.7265625 12548.515625 19579.529296875 L 12548.4404296875 19579.375 L 12548.287109375 19579.298828125 C 12547.5966796875 19578.958984375 12547.1669921875 19578.26953125 12547.1669921875 19577.5 C 12547.1669921875 19576.439453125 12547.9921875 19575.5625 12549.046875 19575.501953125 L 12549.21875 19575.490234375 L 12549.3486328125 19575.376953125 C 12549.9892578125 19574.810546875 12550.8115234375 19574.5 12551.6650390625 19574.5 C 12552.5205078125 19574.5 12553.34375 19574.810546875 12553.9833984375 19575.376953125 L 12554.1123046875 19575.490234375 L 12554.28515625 19575.501953125 C 12555.3408203125 19575.564453125 12556.16796875 19576.44140625 12556.16796875 19577.5 C 12556.16796875 19578.26953125 12555.7373046875 19578.958984375 12555.0439453125 19579.298828125 L 12554.890625 19579.375 L 12554.8154296875 19579.529296875 C 12554.22265625 19580.74609375 12553.015625 19581.501953125 12551.6650390625 19581.501953125 Z" stroke="none"/><path d="M 12551.6650390625 19581.001953125 C 12552.8232421875 19581.001953125 12553.857421875 19580.353515625 12554.365234375 19579.310546875 L 12554.515625 19579.001953125 L 12554.82421875 19578.849609375 C 12555.3447265625 19578.59375 12555.66796875 19578.078125 12555.66796875 19577.5 C 12555.66796875 19576.70703125 12555.046875 19576.046875 12554.2548828125 19576 L 12553.9111328125 19575.98046875 L 12553.65234375 19575.751953125 C 12553.1044921875 19575.267578125 12552.3984375 19575 12551.6650390625 19575 C 12550.93359375 19575 12550.228515625 19575.267578125 12549.6796875 19575.751953125 L 12549.419921875 19575.98046875 L 12549.0751953125 19576 C 12548.2861328125 19576.046875 12547.6669921875 19576.705078125 12547.6669921875 19577.5 C 12547.6669921875 19578.078125 12547.9892578125 19578.595703125 12548.5078125 19578.8515625 L 12548.8154296875 19579.001953125 L 12548.96484375 19579.310546875 C 12549.466796875 19580.337890625 12550.5263671875 19581.001953125 12551.6650390625 19581.001953125 M 12551.6650390625 19582.001953125 C 12550.0849609375 19582.001953125 12548.7158203125 19581.080078125 12548.06640625 19579.748046875 C 12547.2373046875 19579.33984375 12546.6669921875 19578.486328125 12546.6669921875 19577.5 C 12546.6669921875 19576.16796875 12547.705078125 19575.078125 12549.017578125 19575.001953125 C 12549.7236328125 19574.37890625 12550.650390625 19574 12551.6650390625 19574 C 12552.6826171875 19574 12553.609375 19574.37890625 12554.314453125 19575.001953125 C 12555.626953125 19575.080078125 12556.66796875 19576.16796875 12556.66796875 19577.5 C 12556.66796875 19578.486328125 12556.095703125 19579.33984375 12555.2646484375 19579.748046875 C 12554.6162109375 19581.080078125 12553.25 19582.001953125 12551.6650390625 19582.001953125 Z" stroke="none" fill="#000"/></g><path d="M-2,5.5a3.5,3.5,0,0,1,7,0" transform="translate(2.166 8.5)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><g transform="translate(-1.334 3)" fill="none" stroke="#000" stroke-width="1"><rect width="5" height="5" rx="2.5" stroke="none"/><rect x="0.5" y="0.5" width="4" height="4" rx="2" fill="none"/></g><g transform="translate(3.666 3)" fill="none" stroke="#000" stroke-width="1"><rect width="5" height="5" rx="2.5" stroke="none"/><rect x="0.5" y="0.5" width="4" height="4" rx="2" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
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 2.666)"><path d="M12669.5,19582.334a4.472,4.472,0,0,1-3.83-2.141,2.5,2.5,0,1,0,0-4.721,4.5,4.5,0,0,1,7.659,0,2.5,2.5,0,1,0,0,4.721A4.479,4.479,0,0,1,12669.5,19582.334Z" transform="translate(-12665.5 -19574.5)" fill="rgba(0,0,0,0)" stroke="#000" stroke-width="1"/><path d="M0,0A4.5,4.5,0,0,1,4.5,4.5,4.5,4.5,0,0,1,0,9" transform="translate(-0.5 13.334) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><circle cx="2.5" cy="2.5" r="2.5" transform="translate(-1.5 0.834)" fill="rgba(0,0,0,0)" stroke="#000" stroke-width="1"/><circle cx="2.5" cy="2.5" r="2.5" transform="translate(4.5 0.834)" fill="rgba(0,0,0,0)" stroke="#000" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.834 1.834)"><path d="M13034.654,17664.666a1.257,1.257,0,0,1-.967-.449,6.8,6.8,0,0,1-1.521-2.93l.885-.885a5.35,5.35,0,0,0,1.4,3.172.262.262,0,0,0,.2.094.272.272,0,0,0,.19-.08l6.743-6.738a.27.27,0,0,0,.075-.209.251.251,0,0,0-.093-.191,5.347,5.347,0,0,0-3.174-1.393l.89-.889a6.818,6.818,0,0,1,2.932,1.52,1.291,1.291,0,0,1,.447.914,1.27,1.27,0,0,1-.372.953l-6.739,6.738A1.247,1.247,0,0,1,13034.654,17664.666Zm-3.356-6.752v0l-2.632-2.627a.244.244,0,0,0-.187-.08l-.944-.006a.885.885,0,0,1-.8-.541.873.873,0,0,1,.19-.947l4.784-4.789a.878.878,0,0,1,1.494.617l0,.939a.257.257,0,0,0,.075.186l2.634,2.635-.707.707-2.631-2.633a1.274,1.274,0,0,1-.373-.891v-.639l-4.357,4.359.638,0a1.268,1.268,0,0,1,.892.367l2.631,2.633-.706.705Z" transform="translate(-13028.5 -17650.5)"/><line x2="3" y2="3" transform="translate(10.166 10.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line y1="14" x2="14" transform="translate(-0.834 -0.834)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16.01" height="16.01" viewBox="0 0 16.01 16.01"><g transform="translate(0.01 0.01)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(1.834 1.834)"><path d="M21.5,13.676c-2.14-1.8-3.949-1.594-4.728-1.374a.767.767,0,0,1-.756-.193L12.536,8.627a.765.765,0,0,1-.225-.538l0-.943a.373.373,0,0,0-.637-.261L6.885,11.67a.373.373,0,0,0,.261.637l.943,0a.765.765,0,0,1,.538.225l3.482,3.482a.767.767,0,0,1,.193.756c-.22.78-.426,2.589,1.374,4.728a.772.772,0,0,0,1.132.046l6.741-6.741A.772.772,0,0,0,21.5,13.676Z" transform="translate(-8.108 -8.108)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"/><line x2="3" y2="3" transform="translate(10.166 10.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></g></svg>
@@ -0,0 +1 @@
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.666 -0.666)"><g transform="translate(0.666 0.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="5" height="5" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="4" height="4" rx="0.5" fill="none"/></g><g transform="translate(0.666 11.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="5" height="5" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="4" height="4" rx="0.5" fill="none"/></g><g transform="translate(11.666 0.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="5" height="5" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="4" height="4" rx="0.5" fill="none"/></g><path d="M128.927,78h7v3" transform="translate(-127.761 -69.833)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M143.5,78h4v2" transform="translate(-131.334 -69.833)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M143.5,78h4" transform="translate(-133.334 -64.833)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M143.5,78h4v2" transform="translate(-69.834 148.667) rotate(-90)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M0,0V7H3" transform="translate(9.166 16.166) rotate(-90)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.004 0.005)"><circle cx="8" cy="8" r="8" transform="translate(-0.004 -0.005)"/><path d="M10.943,9.447a3.631,3.631,0,0,1,4.594-2.139,3.5,3.5,0,0,1,2.406,3.3c0,2.331-3.6,3.5-3.6,3.5" transform="translate(-6.447 -4.614)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y1="1" transform="translate(7.496 12.496)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.359 0.361)"><g transform="translate(-0.359 -0.361)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
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.5 2.998)"><path d="M15.834,10.7H5.113a3.39,3.39,0,0,0-3.279,3.49v.019A3.39,3.39,0,0,0,5.113,17.7H7.706" transform="translate(-1.834 -7.698)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><path d="M6.127,7.285l3,3-3,3" transform="translate(5.873 -7.285)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.666)"><g transform="translate(-1 0.333)"><line x2="2" y2="2" transform="translate(1.5 0.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><circle cx="1" cy="1" r="1" transform="translate(-0.5 -1.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g><g transform="translate(9.5 -1.166)"><line x1="2" y2="2" transform="translate(0 1.999)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><circle cx="1" cy="1" r="1" transform="translate(2 -0.001)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g><g transform="translate(5.333 -0.5)"><line y2="3" transform="translate(0.667 0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><circle cx="1" cy="1" r="1" transform="translate(-0.333 -1.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g><path d="M0,0A3,3,0,0,1,3,3,3,3,0,0,1,0,6" transform="translate(3 13.334) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><g transform="translate(3 4.334)" fill="none" stroke="#000" stroke-width="1"><rect width="6" height="6" rx="3" stroke="none"/><rect x="0.5" y="0.5" width="5" height="5" rx="2.5" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
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 2.668)"><line x2="13" transform="translate(-1.167 6.834)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="13" transform="translate(-1.167 3.834)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><path d="M74.813,4.868l-2.5-2-2.5,2" transform="translate(-66.979 -5.034)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M74.813,2.868l-2.5,2-2.5-2" transform="translate(-66.979 7.965)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.741 0.742)"><g transform="translate(-0.741 -0.742)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><circle cx="8" cy="8" r="8" stroke="none"/><circle cx="8" cy="8" r="7.5" fill="none"/></g><line x2="9" transform="translate(2.759 7.258)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.167 8)"><line x2="15" transform="translate(0.333 -0.001)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16.001" height="16.414" viewBox="0 0 16.001 16.414"><g transform="translate(0 0.206)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0.668 0.667)"><path d="M-351,67l3,3-3,3" transform="translate(362.832 -67.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M-348,73l-3-3,3-3" transform="translate(350.832 -58.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M-365,75V73a2.184,2.184,0,0,1,2.332-2H-351" transform="translate(364.832 -68.167)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M-351,71v2a2.184,2.184,0,0,1-2.332,2H-365" transform="translate(365.832 -63.167)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></g></svg>
@@ -0,0 +1 @@
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.332 2.666)"><g transform="translate(-1.332 -0.666)" fill="none"><path d="M2,12a2,2,0,0,1-2-2V3c0-.02,0-.04,0-.06V.6A1.638,1.638,0,0,1,1.43-1l5,0,.693,0L8.559,1H14a2,2,0,0,1,2,2v7a2,2,0,0,1-2,2Z" stroke="none"/><path d="M 14.00040054321289 10.99970054626465 C 14.55169010162354 10.99970054626465 15.00020027160645 10.55079078674316 15.00020027160645 9.999000549316406 L 15.00020027160645 2.999700307846069 C 15.00020027160645 2.447910308837891 14.55169010162354 1.999000310897827 14.00040054321289 1.999000310897827 L 8.046740531921387 1.999000310897827 L 6.609145641326904 0.000567753566429019 L 6.429960250854492 0.0001003410361590795 L 1.435529828071594 0.001898515853099525 C 1.313629150390625 0.01016018912196159 1.001800298690796 0.3027100265026093 1.001800298690796 0.6039003133773804 L 1.001370310783386 2.969350337982178 C 1.001080274581909 2.979450225830078 1.000900268554688 2.989530324935913 1.000900268554688 2.999700307846069 L 1.000900268554688 9.999000549316406 C 1.000900268554688 10.55079078674316 1.449410319328308 10.99970054626465 2.000700235366821 10.99970054626465 L 14.00040054321289 10.99970054626465 M 14.00040054321289 11.99970054626465 L 2.000700235366821 11.99970054626465 C 0.8964002728462219 11.99970054626465 0.0009002700680866838 11.10420036315918 0.0009002700680866838 9.999000549316406 L 0.0009002700680866838 2.999700307846069 C 0.0009002700680866838 2.979730367660522 0.001220270060002804 2.959940433502197 0.001800270052626729 2.940110445022583 C 0.001800270052626729 2.634180307388306 0.001800270052626729 1.307190299034119 0.001800270052626729 0.6039003133773804 C 0.001800270052626729 -0.1970996558666229 0.7128002643585205 -0.994499683380127 1.430100321769714 -0.998099684715271 L 6.429600238800049 -0.999899685382843 L 7.122600078582764 -0.998099684715271 L 8.559240341186523 0.9990003705024719 L 14.00040054321289 0.9990003705024719 C 15.10470008850098 0.9990003705024719 16.00020027160645 1.894500374794006 16.00020027160645 2.999700307846069 L 16.00020027160645 9.999000549316406 C 16.00020027160645 11.10420036315918 15.10470008850098 11.99970054626465 14.00040054321289 11.99970054626465 Z" stroke="none" fill="#000"/></g><g transform="translate(7.335 4.334)"><path d="M0,0,1.5,2,3,0" transform="translate(3.333 0.999) rotate(180)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y2="4" transform="translate(1.833 -0.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></g></svg>
@@ -0,0 +1 @@
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.5 0.5)"><path d="M1222.934,8.321a3.643,3.643,0,0,1-2.507,2.507m0-7a3.644,3.644,0,0,1,2.507,2.509m-7,0a3.645,3.645,0,0,1,2.508-2.509m0,7a3.641,3.641,0,0,1-2.509-2.507" transform="translate(-1211.934 0.169)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><path d="M1224.807,8.054c-.481,3.218-1.954,4.146-4.643,4.643m0-13a5.358,5.358,0,0,1,4.643,4.643m-13,0A5.364,5.364,0,0,1,1216.449-.3m0,13a5.227,5.227,0,0,1-4.643-4.643" transform="translate(-1210.807 1.304)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><rect width="3" height="4" rx="1" transform="translate(6 11)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"/><rect width="4" height="3" rx="1.333" transform="translate(11 6)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"/><rect width="4" height="3" rx="1" transform="translate(0 6)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"/><rect width="3" height="4" rx="1" transform="translate(6)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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 3.332)"><path d="M-2872.324,224.505v-3h-3" transform="translate(2885.824 -222.339)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M-2875.273,238.905h3v-3" transform="translate(2885.773 -228.736)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M-2893.122,221.558h-3v3" transform="translate(2894.623 -222.392)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M-2896.071,235.958v3h3" transform="translate(2894.572 -228.791)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M-2891.321,231.973h3v-1h-1v-5l-2,1v1l1-.5v3.5h-1Z" transform="translate(2892.322 -224.306)"/><path d="M-2891.321,231.973h3v-1h-1v-5l-2,1v1l1-.5v3.5h-1Z" transform="translate(2899.322 -224.306)"/><path d="M-2884.453,228.574h1v-1h-1Zm0,3h1v-1h-1Z" transform="translate(2889.453 -224.905)"/></g></svg>
@@ -0,0 +1 @@
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 2)"><path d="M-2075.62,160.412l-2-2-2,2" transform="translate(2082.953 -156.911)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M-2079.594,167.06l2,2,2-2" transform="translate(2082.927 -158.558)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x2="15" transform="translate(-2.167 -1.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x2="15" transform="translate(-2.167 13.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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(14 2.666) rotate(90)"><path d="M-2075.62,160.412l-2-2-2,2" transform="translate(2082.955 -156.914)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M-2079.594,167.06l2,2,2-2" transform="translate(2082.928 -158.559)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x2="15" transform="translate(-2.167 -1.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x2="15" transform="translate(-2.167 13.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/></g></g></svg>
@@ -0,0 +1 @@
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.374 0.374)"><line x2="6" y2="6" transform="translate(8.626 8.625)" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><g transform="translate(-0.374 -0.374)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><circle cx="5.5" cy="5.5" r="5.5" stroke="none"/><circle cx="5.5" cy="5.5" r="5" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
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.666 2.666)"><g transform="translate(5.334 -1.666)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"><rect width="8" height="5" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="7" height="4" rx="0.5" fill="none"/></g><g transform="translate(7.333 5.333)"><g transform="translate(-0.999 2)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="6" height="5" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="5" height="4" rx="0.5" fill="none"/></g><path d="M259.1,7V6.133A1.356,1.356,0,0,1,260.6,5h0a1.356,1.356,0,0,1,1.5,1.133V7" transform="translate(-258.594 -4.999)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g><path d="M812.988,73.812h.944V70.946L812.9,71.2v-.976l2.165-.5v4.091h.835v.909h-2.911Z" transform="translate(-813.565 -71.387)"/><path d="M812.708,80.3a1.333,1.333,0,0,1,.858-1.385l.908-.456a.481.481,0,0,0,.271-.514v-.263c0-.257-.109-.373-.338-.373h-.44c-.231,0-.341.112-.341.373v.533h-.93v-.479a1.2,1.2,0,0,1,1.318-1.384h.341a1.2,1.2,0,0,1,1.317,1.367v.264a1.322,1.322,0,0,1-.857,1.368l-.9.458a.446.446,0,0,0-.279.456v.16H815.7v.926h-2.988Z" transform="translate(-813.362 -70.016)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(-0.334 -0.334)"><g transform="translate(-3.666 -3.682)" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M11.112,19.016h1.775l.217-1.743.3-.083a5.315,5.315,0,0,0,1.256-.521l.272-.157,1.387,1.082,1.257-1.257L16.5,14.95l.158-.273a5.331,5.331,0,0,0,.521-1.256l.083-.3L19,12.9V11.128l-1.742-.216-.083-.3a5.322,5.322,0,0,0-.521-1.257L16.5,9.081l1.082-1.387L16.343,6.457l-.021-.021L14.934,7.519l-.272-.158a5.326,5.326,0,0,0-1.256-.521l-.3-.083-.217-1.742H11.112L10.9,6.758l-.3.083a5.327,5.327,0,0,0-1.256.521l-.272.158L7.678,6.436,6.421,7.694,7.5,9.081l-.157.273a5.312,5.312,0,0,0-.521,1.256l-.083.3L5,11.128V12.9l1.742.217.083.3a5.312,5.312,0,0,0,.521,1.256l.157.273L6.421,16.338l1.257,1.257,1.387-1.082.272.157a5.326,5.326,0,0,0,1.256.521l.3.083Z" stroke="none"/><path d="M 12.88772583007812 19.01599502563477 L 13.10472583770752 17.27298545837402 L 13.40572643280029 17.19026565551758 C 13.85371589660645 17.06744575500488 14.27690601348877 16.8924446105957 14.66190624237061 16.66971588134766 L 14.93426609039307 16.51253509521484 L 16.32153701782227 17.59499549865723 L 17.5789966583252 16.3375358581543 L 16.49653625488281 14.9502649307251 L 16.65435600280762 14.67726516723633 C 16.87644577026367 14.29226493835449 17.05208587646484 13.86972522735596 17.17490577697754 13.42108535766602 L 17.25762557983398 13.12072467803955 L 18.99999618530273 12.90371513366699 L 18.99999618530273 11.12763500213623 L 17.25762557983398 10.91126537322998 L 17.17490577697754 10.61026477813721 C 17.05208587646484 10.16163539886475 16.87644577026367 9.73908519744873 16.65371704101562 9.35345458984375 L 16.49653625488281 9.081085205078125 L 17.5789966583252 7.693815231323242 L 16.32153701782227 6.436365127563477 L 14.93426609039307 7.519454956054688 L 14.66190624237061 7.361635208129883 C 14.27626609802246 7.138905048370361 13.85371589660645 6.963904857635498 13.40572643280029 6.841084957122803 L 13.10472583770752 6.758365154266357 L 12.88772583007812 5.016005039215088 L 11.11226654052734 5.016005039215088 L 10.89526653289795 6.758365154266357 L 10.59426593780518 6.841084957122803 C 10.14626598358154 6.963904857635498 9.723726272583008 7.138905048370361 9.338086128234863 7.361635208129883 L 9.065726280212402 7.519454956054688 L 7.67845630645752 6.436365127563477 L 6.420996189117432 7.693815231323242 L 7.503456115722656 9.081085205078125 L 7.346266269683838 9.354084968566895 C 7.123546123504639 9.73908519744873 6.947906017303467 10.16163539886475 6.825086116790771 10.60963535308838 L 6.742356300354004 10.91126537322998 L 4.999996185302734 11.12763500213623 L 4.999996185302734 12.90371513366699 L 6.742356300354004 13.12072467803955 L 6.825086116790771 13.42172527313232 C 6.947906017303467 13.86972522735596 7.123546123504639 14.29226493835449 7.346266269683838 14.67726516723633 L 7.503456115722656 14.9502649307251 L 6.420996189117432 16.3375358581543 L 7.67845630645752 17.59499549865723 L 9.065726280212402 16.51253509521484 L 9.338086128234863 16.66971588134766 C 9.723726272583008 16.8924446105957 10.14626598358154 17.06744575500488 10.59426593780518 17.19026565551758 L 10.89526653289795 17.27298545837402 L 11.11226654052734 19.01599502563477 L 12.88772583007812 19.01599502563477 M 12.88772583007812 20.01599502563477 L 11.11226654052734 20.01599502563477 C 10.60775661468506 20.01599502563477 10.18225574493408 19.64018440246582 10.11992645263672 19.13953590393066 L 9.984247207641602 18.04972457885742 C 9.698749542236328 17.95437240600586 9.422785758972168 17.84021377563477 9.158840179443359 17.70827484130859 L 8.293625831604004 18.38338470458984 C 7.895555973052979 18.69399642944336 7.328375816345215 18.65913581848145 6.971346378326416 18.30210494995117 L 5.713886260986328 17.04464530944824 C 5.356856346130371 16.68761444091797 5.321996212005615 16.12043571472168 5.632606029510498 15.7223653793335 L 6.307712078094482 14.85715579986572 C 6.175585269927979 14.59335899353027 6.061211585998535 14.31736087799072 5.965704441070557 14.03171634674072 L 4.876406192779541 13.89604473114014 C 4.375776290893555 13.83369541168213 3.999996185302734 13.40820503234863 3.999996185302734 12.90371513366699 L 3.999996185302734 11.12763500213623 C 3.999996185302734 10.62300491333008 4.375976085662842 10.19744491577148 4.876756191253662 10.13525485992432 L 5.965573787689209 10.00004291534424 C 6.061025619506836 9.714530944824219 6.175402641296387 9.438493728637695 6.307747840881348 9.174239158630371 L 5.632606029510498 8.308984756469727 C 5.321986198425293 7.910904884338379 5.356856346130371 7.343735218048096 5.71389627456665 6.98670482635498 L 6.971356391906738 5.729255199432373 C 7.328456401824951 5.372154712677002 7.895776748657227 5.337355613708496 8.293846130371094 5.648145198822021 L 9.158564567565918 6.32326078414917 C 9.422760963439941 6.191184043884277 9.698747634887695 6.077009677886963 9.984280586242676 5.981636047363281 L 10.11993598937988 4.892415046691895 C 10.18228626251221 4.391785144805908 10.6077766418457 4.016005039215088 11.11226654052734 4.016005039215088 L 12.88772583007812 4.016005039215088 C 13.39221572875977 4.016005039215088 13.81770610809326 4.391785144805908 13.88005638122559 4.892415046691895 L 14.01570987701416 5.98161792755127 C 14.30133724212646 6.077014923095703 14.57741451263428 6.191224098205566 14.84146308898926 6.323233127593994 L 15.70614624023438 5.648145198822021 C 16.10421562194824 5.337356090545654 16.67153358459473 5.372154235839844 17.02864646911621 5.729255199432373 L 18.28609657287598 6.98670482635498 C 18.64313697814941 7.343735218048096 18.67800712585449 7.910904884338379 18.36738586425781 8.308984756469727 L 17.69232940673828 9.174130439758301 C 17.82462120056152 9.438538551330566 17.93893432617188 9.714608192443848 18.0343074798584 10.00003147125244 L 19.12322616577148 10.13525485992432 C 19.62401580810547 10.19744491577148 19.99999618530273 10.62300491333008 19.99999618530273 11.12763500213623 L 19.99999618530273 12.90371513366699 C 19.99999618530273 13.40820503234863 19.62421607971191 13.83369541168213 19.12358665466309 13.89604473114014 L 18.03422737121582 14.03172302246094 C 17.93899536132812 14.31673431396484 17.82472991943359 14.59275817871094 17.69241905212402 14.85733413696289 L 18.36738586425781 15.7223653793335 C 18.6779956817627 16.12043571472168 18.64313697814941 16.68761444091797 18.28610610961914 17.04464530944824 L 17.02864646911621 18.30210494995117 C 16.67161560058594 18.65913200378418 16.10443878173828 18.69399833679199 15.70636653900146 18.38338470458984 L 14.84128475189209 17.7083797454834 C 14.57789993286133 17.840087890625 14.3018970489502 17.95422554016113 14.01574230194092 18.04974174499512 L 13.88006591796875 19.13953590393066 C 13.81773662567139 19.64018440246582 13.39223575592041 20.01599502563477 12.88772583007812 20.01599502563477 Z" stroke="none" fill="#000"/></g><g transform="translate(5.333 5.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16.001" height="16" viewBox="0 0 16.001 16"><rect width="16" height="16" transform="translate(0)" fill="#fff" opacity="0"/><g transform="translate(1.195 0.234)"><g transform="translate(-1.195 4.766)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g><g transform="translate(8.806 9.766)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g><g transform="translate(8.806 -0.234)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g><line x1="5" y1="2" transform="translate(4.306 9.266)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="5" y2="1.998" transform="translate(3.806 3.766)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" transform="translate(0)" fill="#fff" opacity="0"/><g transform="translate(0 1)"><g transform="translate(-0.304 0)" fill="none"><path d="M11.255,0a2.1,2.1,0,0,1,1.8,1.008l2.97,5a1.934,1.934,0,0,1,0,1.985l-2.97,5A2.1,2.1,0,0,1,11.255,14h-5.9a2.1,2.1,0,0,1-1.8-1.008l-2.97-5a1.934,1.934,0,0,1,0-1.985l2.97-5A2.1,2.1,0,0,1,5.352,0Z" stroke="none"/><path d="M 5.352182388305664 1 C 4.959092140197754 1 4.596921920776367 1.198630332946777 4.406991958618164 1.518389701843262 L 1.437182426452637 6.51839017868042 C 1.258071899414062 6.819960117340088 1.258071899414062 7.180039882659912 1.437182426452637 7.48160982131958 L 4.407002449035645 12.48161029815674 C 4.596921920776367 12.80136966705322 4.959092140197754 13 5.352182388305664 13 L 11.25482177734375 13 C 11.64791202545166 13 12.01008224487305 12.80136966705322 12.20001220703125 12.48161029815674 L 15.16982173919678 7.481619834899902 C 15.34894180297852 7.180039882659912 15.34894180297852 6.819960117340088 15.16983222961426 6.51839017868042 L 12.20000267028809 1.518389701843262 C 12.01008224487305 1.198630332946777 11.64791202545166 1 11.25482177734375 1 L 5.352182388305664 1 M 5.352182388305664 0 L 11.25482177734375 0 C 12.00084209442139 0 12.68966197967529 0.3845701217651367 13.05978202819824 1.007719993591309 L 16.02960205078125 6.007719993591309 C 16.39480209350586 6.622590065002441 16.39480209350586 7.377409934997559 16.02960205078125 7.992280006408691 L 13.05978202819824 12.99228000640869 C 12.68966197967529 13.61542987823486 12.00084209442139 14 11.25482177734375 14 L 5.352182388305664 14 C 4.606162071228027 14 3.917342185974121 13.61542987823486 3.547222137451172 12.99228000640869 L 0.5774116516113281 7.992280006408691 C 0.2122020721435547 7.377409934997559 0.2122020721435547 6.622590065002441 0.5774116516113281 6.007719993591309 L 3.547222137451172 1.007719993591309 C 3.917342185974121 0.3845701217651367 4.606162071228027 0 5.352182388305664 0 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
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.333 1.334)"><path d="M0,0A3,3,0,0,1,3,3,3,3,0,0,1,0,6" transform="translate(3.667 14.665) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><g transform="translate(3.667 5.666)" fill="none" stroke="#000" stroke-width="1"><rect width="6" height="6" rx="3" stroke="none"/><rect x="0.5" y="0.5" width="5" height="5" rx="2.5" fill="none"/></g><rect width="4" height="4" rx="1" transform="translate(-1.333 1.666)"/><path d="M2.152,1.422a1.017,1.017,0,0,1,1.726,0L5.12,3.45a.986.986,0,0,1-.863,1.493H1.773A.986.986,0,0,1,.91,3.45Z" transform="translate(9.402 0.723)"/><path d="M1.393.464a1,1,0,0,1,1.214,0l.839.641a1,1,0,0,1,.348,1.09l-.34,1.1A1,1,0,0,1,2.5,4h-1a1,1,0,0,1-.955-.7l-.34-1.1A1,1,0,0,1,.554,1.1Z" transform="translate(4.667 -1.334)"/></g></svg>
@@ -0,0 +1 @@
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 2)"><g transform="translate(11.891 0) rotate(90)" fill="none"><path d="M4.947,10.318a1.255,1.255,0,0,0,2.106,0l4.8-8.693A1.1,1.1,0,0,0,10.8,0H1.2A1.1,1.1,0,0,0,.148,1.625Z" stroke="none"/><path d="M 6.000000953674316 9.890628814697266 C 6.023303031921387 9.890628814697266 6.139097213745117 9.886807441711426 6.189573287963867 9.813249588012695 L 10.99264049530029 1.113249063491821 C 10.99741554260254 1.105224370956421 10.99929237365723 1.100311040878296 10.9998607635498 1.099903464317322 C 10.99519348144531 1.076210975646973 10.93906497955322 0.9999990463256836 10.79864120483398 0.9999990463256836 L 1.201360940933228 0.9999990463256836 C 1.058610916137695 0.9999990463256836 1.002970933914185 1.078759074211121 0.9997709393501282 1.097339034080505 C 0.9997809529304504 1.097389101982117 1.001001000404358 1.102559089660645 1.007360935211182 1.113249063491821 L 1.023651003837585 1.141649127006531 L 5.810414791107178 9.813224792480469 C 5.860899448394775 9.886800765991211 5.976698875427246 9.890628814697266 6.000000953674316 9.890628814697266 M 6.000004768371582 10.89062690734863 C 5.587088584899902 10.89062690734863 5.174170970916748 10.6997537612915 4.946820735931396 10.31800937652588 L 0.1481809467077255 1.624919056892395 C -0.2878690361976624 0.8927190899848938 0.290740966796875 -9.269714382753591e-07 1.201360940933228 -9.269714382753591e-07 L 10.79864120483398 -9.269714382753591e-07 C 11.70926094055176 -9.269714382753591e-07 12.28787136077881 0.8927190899848938 11.85182094573975 1.624919056892395 L 7.053181171417236 10.31800937652588 C 6.825836181640625 10.6997537612915 6.412920951843262 10.89062690734863 6.000004768371582 10.89062690734863 Z" stroke="none" fill="#000"/></g><line y2="11" transform="translate(14.401 0.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.563 1.051)"><g transform="translate(14.526 -0.049) rotate(90)" fill="none"><path d="M5.945,1.666a1.249,1.249,0,0,1,2.106,0l4.8,8.772a1.113,1.113,0,0,1-1.053,1.64H2.2a1.113,1.113,0,0,1-1.053-1.64Z" stroke="none"/><path d="M 6.998587131500244 2.088330268859863 C 6.966475963592529 2.088330268859863 6.860489368438721 2.094168663024902 6.811100482940674 2.167316436767578 L 2.007977485656738 10.94659042358398 C 1.996546745300293 10.96596050262451 1.994787216186523 10.96894073486328 2.006787300109863 10.98996067047119 C 2.01518726348877 11.00467014312744 2.063966751098633 11.07804012298584 2.199947357177734 11.07804012298584 L 11.79722690582275 11.07804012298584 C 11.93320655822754 11.07804012298584 11.98198699951172 11.00467014312744 11.99038696289062 10.98996067047119 C 12.00238704681396 10.96894073486328 12.0006275177002 10.96596050262451 11.98919677734375 10.94659042358398 L 11.97309684753418 10.91826057434082 L 7.186087608337402 2.167341232299805 C 7.13668966293335 2.094175338745117 7.030698299407959 2.088330268859863 6.998587131500244 2.088330268859863 M 6.998587131500244 1.088330268859863 C 7.411504745483398 1.088330268859863 7.824422359466553 1.280940055847168 8.051767349243164 1.666160583496094 L 12.85040664672852 10.43834018707275 C 13.28645706176758 11.17720031738281 12.70784759521484 12.07804012298584 11.79722690582275 12.07804012298584 L 2.199947357177734 12.07804012298584 C 1.289326667785645 12.07804012298584 0.7107172012329102 11.17720031738281 1.146766662597656 10.43834018707275 L 5.945406913757324 1.666160583496094 C 6.172751903533936 1.280940055847168 6.58566951751709 1.088330268859863 6.998587131500244 1.088330268859863 Z" stroke="none" fill="#000"/></g><line y2="11" transform="translate(-0.063 1.449)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.001)"><g transform="translate(0.667 2)" fill="none"><path d="M3,0H13a3,3,0,0,1,3,3V7a3,3,0,0,1-3,3H3A3,3,0,0,1,0,7V3A3,3,0,0,1,3,0Z" stroke="none"/><path d="M 3 1 C 1.897199630737305 1 1 1.897199630737305 1 3 L 1 7 C 1 8.102800369262695 1.897199630737305 9 3 9 L 13 9 C 14.1028003692627 9 15 8.102800369262695 15 7 L 15 3 C 15 1.897199630737305 14.1028003692627 1 13 1 L 3 1 M 3 0 L 13 0 C 14.65684986114502 0 16 1.34315013885498 16 3 L 16 7 C 16 8.65684986114502 14.65684986114502 10 13 10 L 3 10 C 1.34315013885498 10 0 8.65684986114502 0 7 L 0 3 C 0 1.34315013885498 1.34315013885498 0 3 0 Z" stroke="none" fill="#000"/></g><line x2="9" transform="translate(4.167 5.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x2="5" transform="translate(4.167 8.501)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><g transform="translate(1.798 10.594)" stroke-linecap="round"><path d="M 2.368659257888794 3.199211835861206 L 2.368653535842896 0.90631103515625 L 4.661554336547852 0.90631103515625 L 2.368659257888794 3.199211835861206 Z" stroke="none"/><path d="M 2.868655204772949 1.40631103515625 L 2.868656635284424 1.992092847824097 L 3.454436779022217 1.40631103515625 L 2.868655204772949 1.40631103515625 M 1.86865234375 0.40631103515625 L 5.86865234375 0.40631103515625 L 1.868662357330322 4.40631103515625 L 1.86865234375 0.40631103515625 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
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(-1072 -1899)"><g transform="translate(1071.877 1901.375)" fill="none" stroke-linecap="round"><path d="M13.124,10.624h-10A3,3,0,0,1,2.14,4.789,3.5,3.5,0,0,1,7.135,1.966a4,4,0,0,1,6.989,2.659q0,.085,0,.169a3,3,0,0,1-.969,5.83h-.026Z" stroke="none"/><path d="M 13.12470054626465 9.623600006103516 L 13.14201068878174 9.623470306396484 C 14.23461055755615 9.613849639892578 15.12350082397461 8.716850280761719 15.12350082397461 7.623899936676025 C 15.12350082397461 6.776319980621338 14.58685111999512 6.017970085144043 13.78812122344971 5.736850261688232 L 13.09018039703369 5.491209983825684 L 13.12098121643066 4.751950263977051 C 13.12278079986572 4.708559989929199 13.12370109558105 4.665580272674561 13.12370109558105 4.624199867248535 C 13.12370109558105 2.969720125198364 11.77809047698975 1.623700022697449 10.12410068511963 1.623700022697449 C 9.268450736999512 1.623700022697449 8.451120376586914 1.990650057792664 7.881690979003906 2.630460023880005 L 7.381270885467529 3.192730188369751 L 6.70249080657959 2.867410182952881 C 6.364940643310547 2.70563006401062 6.002120971679688 2.623600006103516 5.624100685119629 2.623600006103516 C 4.327390670776367 2.623600006103516 3.257470846176147 3.59522008895874 3.13537073135376 4.883679866790771 L 3.074750900268555 5.523360252380371 L 2.467730760574341 5.734050273895264 C 1.66412079334259 6.012969970703125 1.124200820922852 6.772439956665039 1.124200820922852 7.623899936676025 C 1.124200820922852 8.726539611816406 2.021260738372803 9.623600006103516 3.12480092048645 9.623600006103516 L 13.12470054626465 9.623600006103516 M 13.12470054626465 10.62360000610352 L 3.12480092048645 10.62360000610352 C 3.124560594558716 10.62360000610352 3.124140739440918 10.62360000610352 3.123900890350342 10.62360000610352 C 1.467000842094421 10.62360000610352 0.1242008209228516 9.280799865722656 0.1242008209228516 7.623899936676025 C 0.1242008209228516 6.311749935150146 0.9664608240127563 5.196599960327148 2.139830827713013 4.789340019226074 C 2.308160781860352 3.013040065765381 3.803700923919678 1.623600125312805 5.624100685119629 1.623600125312805 C 6.164960861206055 1.623600125312805 6.67733097076416 1.746430039405823 7.134690761566162 1.965630054473877 C 7.867420673370361 1.142340064048767 8.935200691223145 0.6237000823020935 10.12410068511963 0.6237000823020935 C 12.33270072937012 0.6237000823020935 14.12370109558105 2.414700031280518 14.12370109558105 4.624199867248535 C 14.12370109558105 4.680950164794922 14.12245082855225 4.737390041351318 14.12011051177979 4.793570041656494 C 15.28711128234863 5.204299926757812 16.12350082397461 6.316299915313721 16.12350082397461 7.623899936676025 C 16.12350082397461 9.27180004119873 14.79529094696045 10.60894966125488 13.15081119537354 10.6234302520752 C 13.14214038848877 10.62353992462158 13.13339042663574 10.62360000610352 13.12470054626465 10.62360000610352 Z" stroke="none" fill="#000"/></g><g transform="translate(1066.75 1907.125)"><line y2="2" transform="translate(13.25 -0.125)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><g transform="translate(12.25 -1.125)" fill="none" stroke="#000" stroke-width="1"><circle cx="1" cy="1" r="1" stroke="none"/><circle cx="1" cy="1" r="0.5" fill="none"/></g></g></g></svg>
@@ -0,0 +1 @@
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.372 0.371)"><path d="M7.5,0,9.271,5.729H15L10.365,9.271,12.135,15,7.5,11.459,2.865,15,4.635,9.271,0,5.729H5.729Z" transform="translate(0.128 0.129)" stroke="#000" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.167 0.166)"><path d="M7.5,0,9.271,5.729H15L10.365,9.271,12.135,15,7.5,11.459,2.865,15,4.635,9.271,0,5.729H5.729Z" transform="translate(0.333 0.334)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.009" viewBox="0 0 16 16.009"><g transform="translate(0 0.009)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0.001 -0.998)"><rect width="3" height="8" rx="1" transform="translate(0.499 7.499)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><path d="M21.784,11.34h-.749l.059-.4h.69a.978.978,0,1,0,0-1.956h-1.5L16.786,9s.918-3.613-1.3-4.8c-1.424-.687-1.7.6-1.7.6V7.5l-1,.5s-1.992,1.2-2,2.5v6a1.314,1.314,0,0,0,1.5,1.5h8a1.1,1.1,0,0,0,1.12-.978.993.993,0,0,0-1-.978h-.068l.059-.4h.7a.978.978,0,1,0,0-1.955h-.408l.059-.4h1.039a.978.978,0,1,0,0-1.956Z" transform="translate(-7.287 -2.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></g></svg>
@@ -0,0 +1 @@
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.574 0.574)"><circle cx="4" cy="4" r="4" transform="translate(3.426 3.426)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"/><line y1="2" transform="translate(7.426 -0.074)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line y1="2" transform="translate(7.426 12.926)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="2" transform="translate(12.926 7.426)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="2" transform="translate(-0.074 7.426)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="2" y2="2" transform="translate(0.926 0.926)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x1="2" y2="2" transform="translate(2.926 14.426) rotate(180)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line y1="2" x2="2" transform="translate(11.926 0.926)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x1="2" y1="2" transform="translate(13.926 14.426) rotate(180)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.286 4.572)"><g transform="translate(-566.893 47.888)" fill="none" stroke-miterlimit="10"><path d="M567.607-41.461a5,5,0,0,1,5-5,5,5,0,0,1,5,5Z" stroke="none"/><path d="M 576.4801635742188 -42.46113586425781 C 576.0349731445312 -44.18438339233398 574.4672241210938 -45.46099853515625 572.6068115234375 -45.46099853515625 C 570.7463989257812 -45.46099853515625 569.1786499023438 -44.18438339233398 568.7334594726562 -42.46113586425781 L 576.4801635742188 -42.46113586425781 M 577.606689453125 -41.46113586425781 L 567.60693359375 -41.46113586425781 C 567.60693359375 -44.22301864624023 569.844970703125 -46.46099853515625 572.6068115234375 -46.46099853515625 C 575.3687744140625 -46.46099853515625 577.606689453125 -44.22301864624023 577.606689453125 -41.46113586425781 Z" stroke="none" fill="#000"/></g><line y1="1" transform="translate(5.714 -1.072)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="15" transform="translate(-1.786 5.928)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x2="1" y2="1" transform="translate(0.214 -0.072)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line x1="1" y2="1" transform="translate(10.214 -0.072)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
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.568)"><path d="M9,8.872a4.272,4.272,0,0,1,4.5-4,4.272,4.272,0,0,1,4.5,4" transform="translate(-6.167 -4.938)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><g transform="translate(0.333 3.433)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"><rect width="5" height="7" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="4" height="6" rx="1.5" fill="none"/></g><g transform="translate(9.333 3.433)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"><rect width="5" height="7" rx="2.004" stroke="none"/><rect x="0.5" y="0.5" width="4" height="6" rx="1.504" fill="none"/></g><path d="M21.161,19.35l0,2c0,1.394-.451,2-1.5,2l-1.5,0" transform="translate(-9.331 -9.418)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><circle cx="1" cy="1" r="1" transform="translate(6.833 12.931)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17"><g transform="translate(0.5 0.5)"><rect width="16" height="16" fill="#fff" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1" opacity="0"/><g transform="translate(2.667 1.334)"><g transform="translate(-434.167 362.936)" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M445.5-364.27h-7a2.006,2.006,0,0,0-2,2v4a2.011,2.011,0,0,0,2,2h1v1c0,1,.4,1.2,1,.8l2-1.8h3a2.009,2.009,0,0,0,2-2v-4A2,2,0,0,0,445.5-364.27Z" stroke="none"/><path d="M 438.5 -363.26953125 C 437.9486083984375 -363.26953125 437.5 -362.8202514648438 437.5 -362.2680053710938 L 437.5 -358.2657165527344 C 437.5 -357.7228393554688 437.9579467773438 -357.2641906738281 438.5 -357.2641906738281 L 439.5 -357.2641906738281 C 440.0522766113281 -357.2641906738281 440.5 -356.8164672851562 440.5 -356.2641906738281 L 440.5 -355.8081359863281 L 441.8305969238281 -357.0071105957031 C 442.0142822265625 -357.172607421875 442.2527465820312 -357.2641906738281 442.5 -357.2641906738281 L 445.5 -357.2641906738281 C 446.0420532226562 -357.2641906738281 446.5 -357.7228393554688 446.5 -358.2657165527344 L 446.5 -362.2680053710938 C 446.5 -362.8202514648438 446.0513916015625 -363.26953125 445.5 -363.26953125 L 438.5 -363.26953125 M 438.5 -364.26953125 L 445.5 -364.26953125 C 446.6003112792969 -364.26953125 447.5 -363.3728637695312 447.5 -362.2680053710938 L 447.5 -358.2657165527344 C 447.5 -357.1671752929688 446.5980529785156 -356.2641906738281 445.5 -356.2641906738281 L 442.5 -356.2641906738281 L 440.5 -354.4620361328125 C 439.9000549316406 -354.0624694824219 439.5000305175781 -354.263916015625 439.5 -355.263427734375 L 439.5 -356.2641906738281 L 438.5 -356.2641906738281 C 437.4026184082031 -356.2641906738281 436.5 -357.1697082519531 436.5 -358.2657165527344 L 436.5 -362.2680053710938 C 436.5 -363.3669738769531 437.3970642089844 -364.26953125 438.5 -364.26953125 Z" stroke="none" fill="#000"/></g><g transform="translate(434.333 -65.833)" fill="none" stroke-miterlimit="10"><path d="M-427.017,67.611a.184.184,0,0,0-.073-.079.263.263,0,0,0-.1-.033l-.631-.1a.3.3,0,0,1-.127-.06.317.317,0,0,1-.094-.108l-.282-.6a.278.278,0,0,0-.068-.093.169.169,0,0,0-.11-.043.169.169,0,0,0-.11.043.275.275,0,0,0-.068.093l-.282.6a.319.319,0,0,1-.094.108.3.3,0,0,1-.127.06l-.632.1a.244.244,0,0,0-.125.054.18.18,0,0,0-.045.059.175.175,0,0,0-.017.075.205.205,0,0,0,.023.092.292.292,0,0,0,.054.074l.457.466a.31.31,0,0,1,.061.1.393.393,0,0,1,.025.132.217.217,0,0,1,0,.035l-.108.657h0a.316.316,0,0,0,0,.055.214.214,0,0,0,.043.137.162.162,0,0,0,.06.046.168.168,0,0,0,.07.015.249.249,0,0,0,.119-.034l.565-.31a.3.3,0,0,1,.137-.03.3.3,0,0,1,.137.03l.565.31a.248.248,0,0,0,.119.034.169.169,0,0,0,.071-.015.169.169,0,0,0,.08-.078.233.233,0,0,0,.023-.1.347.347,0,0,0,0-.055l-.108-.658h0a.221.221,0,0,1,0-.035.394.394,0,0,1,.026-.132.3.3,0,0,1,.062-.1l.457-.466a.291.291,0,0,0,.054-.074.2.2,0,0,0,.023-.092A.177.177,0,0,0-427.017,67.611Z" stroke="none"/><path d="M -428.5009765625 66.49995422363281 C -428.5004272460938 66.49996185302734 -428.4998168945312 66.49996185302734 -428.499267578125 66.49995422363281 C -428.4575805664062 66.49995422363281 -428.4186706542969 66.51787567138672 -428.3900146484375 66.54286956787109 C -428.36083984375 66.56806182861328 -428.339111328125 66.59986114501953 -428.3218994140625 66.63601684570312 L -428.0394897460938 67.23430633544922 C -428.0244750976562 67.26717376708984 -427.98876953125 67.30982971191406 -427.945556640625 67.34217071533203 C -427.90283203125 67.37505340576172 -427.852783203125 67.39748382568359 -427.8182373046875 67.40230560302734 L -427.186767578125 67.49817657470703 C -427.152099609375 67.50339508056641 -427.11962890625 67.51358032226562 -427.08984375 67.53130340576172 C -427.0604248046875 67.54878234863281 -427.0331420898438 67.57552337646484 -427.0166625976562 67.61075592041016 C -427.0056762695312 67.63408660888672 -426.9998779296875 67.66057586669922 -427 67.68601226806641 C -427 67.71953582763672 -427.009033203125 67.75083160400391 -427.0228271484375 67.77808380126953 C -427.0364990234375 67.80558013916016 -427.0548095703125 67.82971954345703 -427.0767822265625 67.85218048095703 L -427.53369140625 68.31782531738281 C -427.5552978515625 68.33948516845703 -427.5791625976562 68.37835693359375 -427.59521484375 68.42243194580078 C -427.61181640625 68.46640014648438 -427.6209716796875 68.51544189453125 -427.6209106445312 68.55471038818359 C -427.6209106445312 68.56789398193359 -427.619873046875 68.57973480224609 -427.6182861328125 68.58953094482422 L -427.6182861328125 68.58980560302734 L -427.5103149414062 69.24730682373047 C -427.50732421875 69.26594543457031 -427.505615234375 69.28423309326172 -427.505615234375 69.30222320556641 C -427.505859375 69.33782196044922 -427.5118408203125 69.37371063232422 -427.5286865234375 69.40708160400391 C -427.545166015625 69.44049072265625 -427.5745849609375 69.46994018554688 -427.60888671875 69.48522186279297 C -427.6319885253906 69.49567413330078 -427.6573486328125 69.50021362304688 -427.6795043945312 69.49995422363281 C -427.7216796875 69.49981689453125 -427.7607421875 69.48667144775391 -427.7984619140625 69.46603393554688 L -428.36328125 69.15574645996094 C -428.3940124511719 69.13840484619141 -428.444580078125 69.12541961669922 -428.5001220703125 69.12614440917969 C -428.5530090332031 69.12569427490234 -428.6063232421875 69.13841247558594 -428.6367797851562 69.15574645996094 L -429.2014770507812 69.46603393554688 C -429.2397155761719 69.48685455322266 -429.2781677246094 69.49957275390625 -429.3215637207031 69.49995422363281 C -429.344482421875 69.49995422363281 -429.3683776855469 69.49550628662109 -429.3909912109375 69.48522186279297 C -429.4138793945312 69.47505187988281 -429.4349365234375 69.45870971679688 -429.4508666992188 69.43877410888672 C -429.4832763671875 69.39835357666016 -429.4942626953125 69.34916687011719 -429.4942626953125 69.30222320556641 C -429.4942626953125 69.28396606445312 -429.492919921875 69.26557159423828 -429.4896240234375 69.24691009521484 L -429.4896850585938 69.24730682373047 L -429.3819580078125 68.58992004394531 C -429.3802490234375 68.57973480224609 -429.3794555664062 68.56789398193359 -429.3794555664062 68.55457305908203 C -429.3790283203125 68.51544189453125 -429.3885498046875 68.46640014648438 -429.40478515625 68.42243194580078 C -429.4210205078125 68.37835693359375 -429.44482421875 68.33948516845703 -429.4662475585938 68.31782531738281 L -429.9232788085938 67.85218048095703 C -429.9452514648438 67.82987976074219 -429.963623046875 67.80558013916016 -429.9774169921875 67.77808380126953 C -429.9910888671875 67.75083160400391 -430 67.71953582763672 -430 67.68601226806641 C -430.0001831054688 67.66057586669922 -429.9945068359375 67.63408660888672 -429.9833984375 67.61075592041016 C -429.972412109375 67.58740997314453 -429.95654296875 67.56742095947266 -429.9386596679688 67.55193328857422 C -429.902099609375 67.52062225341797 -429.859375 67.50531005859375 -429.813232421875 67.49817657470703 L -429.1817016601562 67.40230560302734 C -429.1470947265625 67.39748382568359 -429.0971069335938 67.37505340576172 -429.0545654296875 67.34217071533203 C -429.0114135742188 67.30982971191406 -428.9754638671875 67.26705169677734 -428.96044921875 67.23418426513672 L -428.6781005859375 66.63614654541016 C -428.6609497070312 66.59986114501953 -428.6392822265625 66.56806182861328 -428.6099853515625 66.54286956787109 C -428.5813293457031 66.51787567138672 -428.5425415039062 66.49995422363281 -428.5009765625 66.49995422363281 Z" stroke="none" fill="#000"/></g><path d="M-427.017,67.611a.184.184,0,0,0-.073-.079.263.263,0,0,0-.1-.033l-.631-.1a.3.3,0,0,1-.127-.06.317.317,0,0,1-.094-.108l-.282-.6a.278.278,0,0,0-.068-.093.169.169,0,0,0-.11-.043.169.169,0,0,0-.11.043.275.275,0,0,0-.068.093l-.282.6a.319.319,0,0,1-.094.108.3.3,0,0,1-.127.06l-.632.1a.244.244,0,0,0-.125.054.18.18,0,0,0-.045.059.175.175,0,0,0-.017.075.205.205,0,0,0,.023.092.292.292,0,0,0,.054.074l.457.466a.31.31,0,0,1,.061.1.393.393,0,0,1,.025.132.217.217,0,0,1,0,.035l-.108.657h0a.316.316,0,0,0,0,.055.214.214,0,0,0,.043.137.162.162,0,0,0,.06.046.168.168,0,0,0,.07.015.249.249,0,0,0,.119-.034l.565-.31a.3.3,0,0,1,.137-.03.3.3,0,0,1,.137.03l.565.31a.248.248,0,0,0,.119.034.169.169,0,0,0,.071-.015.169.169,0,0,0,.08-.078.233.233,0,0,0,.023-.1.347.347,0,0,0,0-.055l-.108-.658h0a.221.221,0,0,1,0-.035.394.394,0,0,1,.026-.132.3.3,0,0,1,.062-.1l.457-.466a.291.291,0,0,0,.054-.074.2.2,0,0,0,.023-.092A.177.177,0,0,0-427.017,67.611Z" transform="translate(438.333 -65.833)"/><path d="M0,0A2.5,2.5,0,0,1,2.5,2.5,2.5,2.5,0,0,1,0,5" transform="translate(-1.167 14.667) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/><g transform="translate(-0.667 7.666)" fill="none" stroke="#000" stroke-width="1"><rect width="4" height="4" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="3" height="3" rx="1.5" fill="none"/></g></g></g></svg>
@@ -0,0 +1 @@
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.667)"><g transform="translate(1 0.333)" fill="none" stroke="#000" stroke-width="1"><rect width="16" height="12" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="15" height="11" rx="1.5" fill="none"/></g><line y2="10" transform="translate(5.5 1.333)" fill="none" stroke="#000" stroke-width="1"/><path d="M0,0H16" transform="translate(1 3.833)" fill="none" stroke="#000" stroke-width="1"/><path d="M0,0H16" transform="translate(1 7.833)" fill="none" stroke="#000" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17"><g transform="translate(0.5 0.5)"><rect width="16" height="16" fill="#fff" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1" opacity="0"/><g transform="translate(2.667 2.666)"><line y2="15" transform="translate(5.333 -2.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x1="7" transform="translate(1.833 12.834)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><path d="M0,0H4.408L5.5,1.375,4.408,3H0Z" transform="translate(5.333 -0.165)" fill="none" stroke="#000" stroke-width="1"/><path d="M0,0H4.408L5.5,1.375,4.408,3H0Z" transform="translate(4.833 4.833) rotate(180)" fill="none" stroke="#000" stroke-width="1"/></g></g></svg>
@@ -0,0 +1 @@
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 0)" fill="#fff" opacity="0"/><g transform="translate(2 2.666)"><g transform="translate(-2 -0.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="5" height="5" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="4" height="4" rx="0.5" fill="none"/></g><g transform="translate(-2 6.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="5" height="5" rx="1" stroke="none"/><rect x="0.5" y="0.5" width="4" height="4" rx="0.5" fill="none"/></g><g transform="matrix(0.966, 0.259, -0.259, 0.966, 8.641, -3.631)"><g transform="translate(-42.668 4.723)" fill="none" stroke-miterlimit="10"><path d="M45.668,11.046a.658.658,0,0,1-1,0,10.824,10.824,0,0,1-2-3.481v-10A1.366,1.366,0,0,1,44.1-3.725h2.141a1.366,1.366,0,0,1,1.43,1.292v10A10.824,10.824,0,0,1,45.668,11.046Z" stroke="none"/><path d="M 45.16794204711914 10.08951759338379 C 45.76348495483398 9.322798728942871 46.54817962646484 7.921795845031738 46.66796493530273 7.498260974884033 L 46.66800308227539 -2.433186292648315 C 46.66800308227539 -2.571206331253052 46.49140548706055 -2.724996328353882 46.23799514770508 -2.724996328353882 L 44.09728240966797 -2.724996328353882 C 43.85159301757812 -2.724996328353882 43.66800308227539 -2.57093620300293 43.66800308227539 -2.433186292648315 L 43.66796493530273 7.498252868652344 C 43.78776550292969 7.921847343444824 44.57265853881836 9.323164939880371 45.16794204711914 10.08951759338379 M 45.16769790649414 11.27656078338623 C 44.98974990844727 11.27656078338623 44.81189346313477 11.19975852966309 44.66796493530273 11.0461540222168 C 43.93225479125977 10.25998401641846 42.66796493530273 8.062573432922363 42.66796493530273 7.565143585205078 L 42.66800308227539 -2.433186292648315 C 42.66800308227539 -3.146836280822754 43.3079948425293 -3.724996328353882 44.09728240966797 -3.724996328353882 L 46.23799514770508 -3.724996328353882 C 47.02799224853516 -3.724996328353882 47.66800308227539 -3.146836280822754 47.66800308227539 -2.433186292648315 L 47.66796493530273 7.565143585205078 C 47.66796493530273 8.062573432922363 46.40368270874023 10.25998401641846 45.66796493530273 11.0461540222168 C 45.52367782592773 11.19975852966309 45.34564590454102 11.27656078338623 45.16769790649414 11.27656078338623 Z" stroke="none" fill="#000"/></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" transform="translate(0)" fill="#fff" opacity="0"/><g transform="translate(0 1.668)"><path d="M8.689,20.35h2.017l-.017-9.5-3,1v-2l5-1.5v12h2v2h-6Z" transform="translate(-7.69 -9.016)"/><path d="M8.689,20.35h2.017l-.017-9.5-3,1v-2l5-1.5v12h2v2h-6Z" transform="translate(0.31 -9.016)"/></g></svg>
@@ -0,0 +1 @@
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.333 2.668)"><path d="M10.453,16.572H7.727l-.64,2h-1.5l2.368-8h2.269l2.363,8h-1.5Zm-.332-1-.482-1.763c-.183-.675-.352-1.453-.551-2.237-.193.784-.367,1.562-.546,2.237L8.06,15.572Z" transform="translate(-6.921 -9.24)"/><path d="M19.152,14.541v4.013h-.96l-.117-.481-.76.32a2.871,2.871,0,0,1-1.1.244,1.511,1.511,0,0,1-1.559-1.71v-.1c0-1.009.639-1.591,2.068-1.591h1.164V14.4c0-.439-.156-.684-.647-.684h-.421c-.417,0-.643.134-.643.517v.421H14.888v-.347c0-1.068.717-1.669,1.945-1.669h.382C18.414,12.637,19.152,13.15,19.152,14.541Zm-1.268,1.641H16.69c-.5,0-.734.148-.734.514v.346c0,.366.186.546.5.546a1.512,1.512,0,0,0,.577-.125l.843-.255Z" transform="translate(-7.987 -9.304)"/><path d="M25.077,9.238h1v14h-1Z" transform="translate(-11.41 -10.906)"/></g></svg>
@@ -0,0 +1 @@
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 3)"><path d="M9.908,16.074H6.6L5.984,18.35H4l2.876-10H9.631l2.869,10H10.517Zm-.4-1.5L8.919,12.4c-.223-.844-.428-1.622-.669-2.6-.235.979-.446,1.756-.663,2.6L7,14.574Z" transform="translate(-4 -8.35)"/><path d="M24.4,14.168v5.351H23.123l-.156-.642-1.014.426a3.817,3.817,0,0,1-1.471.326,2.015,2.015,0,0,1-2.079-2.28V17.22c0-1.344.852-2.121,2.757-2.121h1.552V13.977c0-.585-.208-.912-.863-.912h-.561c-.556,0-.857.179-.857.69v.56H18.717v-.461c0-1.424.956-2.225,2.595-2.225h.509C23.419,11.629,24.4,12.314,24.4,14.168Zm-1.691,2.189H21.12c-.666,0-.979.2-.979.684V17.5c0,.487.249.728.672.728a2.011,2.011,0,0,0,.77-.167l1.124-.339Z" transform="translate(-8.405 -9.627)"/></g></svg>
@@ -0,0 +1 @@
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.802 0.803)"><g transform="translate(-0.802 -0.803)" 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="M11.5,7.887,9.5,9.387l4,3.5" transform="translate(-2.802 -2.189)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.001" viewBox="0 0 16 16.001"><g transform="translate(0)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(-0.512 0.154)"><ellipse cx="2.5" cy="6" rx="2.5" ry="6" transform="translate(11.011 0.346)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"/><path d="M17.457,4.814H6.952a1.8,1.8,0,0,0-2,2v13h10v-9.5" transform="translate(-3.946 -4.468)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x2="1.5" transform="translate(9.012 10.346)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x2="2" transform="translate(5.012 10.346)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><line x2="1.5" transform="translate(1.512 10.346)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><ellipse cx="1" cy="1.5" rx="1" ry="1.5" transform="translate(12.512 4.846)"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16.156" height="16.207" viewBox="0 0 16.156 16.207"><g transform="translate(0 0.207)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(1.333 2)"><g transform="translate(-1.333 2)" fill="none" stroke="#000" stroke-width="1"><circle cx="6" cy="6" r="6" stroke="none"/><circle cx="6" cy="6" r="5.5" fill="none"/></g><g transform="translate(1.667 5)" fill="none" stroke="#000" stroke-width="1"><circle cx="3" cy="3" r="3" stroke="none"/><circle cx="3" cy="3" r="2.5" fill="none"/></g><line y1="5" x2="5" transform="translate(5.167 2.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="1"/><path d="M0,0V2.667L1.5,4,3,2.667V0Z" transform="translate(11.994 -1.5) rotate(45)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="1"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0.667 0.999)"><g transform="translate(1.333 1)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><path d="M0,0H12a0,0,0,0,1,0,0V12a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V0A0,0,0,0,1,0,0Z" stroke="none"/><path d="M.5.5h11a0,0,0,0,1,0,0V12A1.5,1.5,0,0,1,10,13.5H2A1.5,1.5,0,0,1,.5,12V.5A0,0,0,0,1,.5.5Z" fill="none"/></g><line x2="15" transform="translate(-0.167 1.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line y2="5" transform="translate(5.833 5.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><line y2="5" transform="translate(8.833 5.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><g transform="translate(10.333 1.001) rotate(-180)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><path d="M0,0H6A0,0,0,0,1,6,0V1A1,1,0,0,1,5,2H1A1,1,0,0,1,0,1V0A0,0,0,0,1,0,0Z" stroke="none"/><path d="M.5.5h5a0,0,0,0,1,0,0V1a.5.5,0,0,1-.5.5H1A.5.5,0,0,1,.5,1V.5A0,0,0,0,1,.5.5Z" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
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 3)"><path d="M445.2,71v7.222c0,3.682,2.463,5.778,5.5,5.778s5.5-2.1,5.5-5.778V71" transform="translate(-446.699 -73.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x2="15" transform="translate(-3.5 12.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16.001" height="16" viewBox="0 0 16.001 16"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(2.667 3.334)"><path d="M1.834,10.7H12.555a3.39,3.39,0,0,1,3.279,3.49v.019A3.39,3.39,0,0,1,12.555,17.7H9.962" transform="translate(-3 -8.532)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><path d="M9.127,7.285l-3,3,3,3" transform="translate(-8.293 -8.119)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.185" viewBox="0 0 16 16.185"><g transform="translate(0 0.185)"><rect width="16" height="16" fill="#fff" opacity="0"/><g transform="translate(0.667 -0.332)"><path d="M318.7,9.582a2.842,2.842,0,0,1,0-4.134h0a3.049,3.049,0,0,1,4.257,0l.851.827" transform="translate(-314.371 -3.74)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y2="3" transform="translate(7.333 9.332)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1"/><g transform="translate(-0.667 5.333)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1"><rect width="16" height="11" rx="2" stroke="none"/><rect x="0.5" y="0.5" width="15" height="10" rx="1.5" fill="none"/></g></g></g></svg>
@@ -0,0 +1 @@
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 2.666)"><path d="M141.648,27.4l-3-3-3,3" transform="translate(-133.315 -25.564)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line y1="10" transform="translate(5.333 -1.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path d="M16-3V0H1V-3" transform="translate(-3.167 11.834)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>