@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
package/src/Volver.ts ADDED
@@ -0,0 +1,114 @@
1
+ import {
2
+ addCollection,
3
+ addIcon,
4
+ type IconifyIcon,
5
+ type IconifyJSON
6
+ } from '@iconify/vue'
7
+ import type { App, Plugin } from 'vue'
8
+
9
+ export const VOLVER_PREFIX = 'ds'
10
+
11
+ interface IVolverParams {
12
+ /**
13
+ * If true set "fetchOptions" with credentials: 'include'
14
+ */
15
+ fetchWithCredentials?: boolean
16
+ /**
17
+ * Optional fetch params
18
+ */
19
+ fetchOptions?: RequestInit
20
+ /**
21
+ * Array of https://docs.iconify.design/types/iconify-json.html
22
+ * This collections will be added during plugin install
23
+ */
24
+ iconsCollections?: IconifyJSON[]
25
+ }
26
+
27
+ export interface IVolver extends IVolverParams {
28
+ /**
29
+ * @param {String} src Icon source path (url)
30
+ * @param {RequestInit} options
31
+ * @returns {Promise<string | undefined>} String SVG if exist
32
+ */
33
+ fetchIcon(src: string, options?: RequestInit): Promise<string | undefined>
34
+ /**
35
+ * Add iconify collection to library https://docs.iconify.design/icon-components/vue/add-collection.html
36
+ * @param {IconifyJSON} collection
37
+ * @param {String} providerName Optional provider name
38
+ */
39
+ addCollection(collection: IconifyJSON, providerName?: string): boolean
40
+ /**
41
+ * Add icon to collection https://docs.iconify.design/icon-components/vue/add-icon.html
42
+ * @param {String} name
43
+ * @param {IconifyIcon} data
44
+ * @returns {Boolean} true on success, false if something is wrong with data
45
+ */
46
+ addIcon(name: string, data: IconifyIcon): boolean
47
+ /**
48
+ * Current provider
49
+ */
50
+ provider: string
51
+ /**
52
+ * Icon collections
53
+ */
54
+ iconsCollections: IconifyJSON[]
55
+ }
56
+
57
+ export class Volver implements IVolver {
58
+ fetchOptions: RequestInit
59
+ iconsCollections: IconifyJSON[]
60
+ provider: string
61
+
62
+ constructor({
63
+ fetchWithCredentials = false,
64
+ fetchOptions = {},
65
+ iconsCollections = []
66
+ }: IVolverParams = {}) {
67
+ if (fetchWithCredentials) {
68
+ fetchOptions = { ...fetchOptions, credentials: 'include' }
69
+ }
70
+ this.provider = VOLVER_PREFIX
71
+ this.fetchOptions = fetchOptions
72
+ this.iconsCollections = iconsCollections
73
+ // Add default icons collection (simple, normal, detailed)
74
+ // and others custom collections
75
+ this.iconsCollections.forEach((iconsCollection) => {
76
+ this.addCollection(iconsCollection, this.provider)
77
+ })
78
+ }
79
+
80
+ addCollection(collection: IconifyJSON, providerName?: string): boolean {
81
+ return addCollection(collection, providerName)
82
+ }
83
+
84
+ addIcon(name: string, data: IconifyIcon): boolean {
85
+ return addIcon(name, data)
86
+ }
87
+
88
+ fetchIcon(src: string, options?: RequestInit): Promise<string | undefined> {
89
+ return new Promise((resolve, reject) => {
90
+ fetch(src, { ...this.fetchOptions, ...options })
91
+ .catch((e) => reject(e))
92
+ .then((response) => response?.text())
93
+ .then((svg?: string) => resolve(svg))
94
+ })
95
+ }
96
+ }
97
+
98
+ const VolverPlugin: Plugin = {
99
+ /**
100
+ * Vue.use() hook
101
+ * @param {App} Vue
102
+ * @param {Object} options
103
+ */
104
+ install(app: App, options: IVolverParams) {
105
+ const volver = new Volver(options)
106
+
107
+ // register global methods
108
+ app.config.globalProperties.$ds = volver
109
+
110
+ app.provide(VOLVER_PREFIX, volver)
111
+ }
112
+ }
113
+
114
+ export default VolverPlugin
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2 2)"><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g><line x2="10" transform="translate(9 14)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line y2="10" transform="translate(14 9)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4.333 4.636)"><line x2="24" transform="translate(-0.333 11.363)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line y2="24" transform="translate(11.667 -0.637)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.333 8)"><line x1="14" transform="translate(3.667 5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="22" transform="translate(-0.333 -1)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="22" transform="translate(-0.333 11)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="14" transform="translate(3.667 17)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.333 8)"><line x1="22" transform="translate(-0.333 5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="22" transform="translate(-0.333 -1)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="22" transform="translate(-0.333 11)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="22" transform="translate(-0.333 17)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.333 7)"><line x1="16" transform="translate(-0.333 6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="22" transform="translate(-0.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="22" transform="translate(-0.333 12)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="16" transform="translate(-0.333 18)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.333 8)"><line x1="16" transform="translate(5.666 5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="22" transform="translate(-0.333 -1)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="22" transform="translate(-0.333 11)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="16" transform="translate(5.666 17)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2 2)"><g transform="translate(-64.63 369.37)" fill="none" stroke-miterlimit="10"><path d="M80.287-365.369a.674.674,0,0,0-.473.2.671.671,0,0,0-.2.474l.012,10.331-10.331,0a.673.673,0,0,0-.473.2.67.67,0,0,0-.2.473,12.284,12.284,0,0,0,12,12.328,12,12,0,0,0,12-12A12.3,12.3,0,0,0,80.287-365.369Z" stroke="none"/><path d="M 81.62060546875 -363.2827453613281 L 81.63316345214844 -352.369873046875 L 70.71707916259766 -352.3659057617188 C 70.83403778076172 -351.46923828125 71.06963348388672 -350.5902099609375 71.421630859375 -349.7400512695312 C 71.93170928955078 -348.508056640625 72.65972137451172 -347.3962707519531 73.58543395996094 -346.4354858398438 C 75.49069976806641 -344.4580688476562 77.99251556396484 -343.3690490722656 80.6300048828125 -343.3690490722656 C 83.30183410644531 -343.3690490722656 85.81329345703125 -344.4092712402344 87.70175170898438 -346.2980651855469 C 89.59006500244141 -348.1867065429688 90.62998962402344 -350.6981201171875 90.62998962402344 -353.36962890625 C 90.62998962402344 -356.0064697265625 89.53903198242188 -358.5081481933594 87.55808258056641 -360.4138488769531 C 86.59563446044922 -361.3397521972656 85.48202514648438 -362.0679321289062 84.24819946289062 -362.5782165527344 C 83.39729309082031 -362.9301147460938 82.51763153076172 -363.1657104492188 81.62060546875 -363.2827453613281 M 80.287109375 -365.369140625 C 86.91672515869141 -365.369140625 92.62998962402344 -359.9983825683594 92.62998962402344 -353.36962890625 C 92.62998962402344 -346.7420043945312 87.25960540771484 -341.3690490722656 80.6300048828125 -341.3690490722656 C 74.002685546875 -341.3690490722656 68.630859375 -347.0696411132812 68.630859375 -353.697265625 C 68.630859375 -353.8732604980469 68.7021484375 -354.045654296875 68.8275146484375 -354.1699829101562 C 68.95169067382812 -354.2941284179688 69.12419891357422 -354.3653869628906 69.30014038085938 -354.3653869628906 L 79.630859375 -354.369140625 L 79.61897277832031 -364.6997985839844 C 79.61897277832031 -364.876953125 79.68910980224609 -365.0482177734375 79.81446838378906 -365.1736755371094 C 79.93867492675781 -365.2978210449219 80.11116027832031 -365.369140625 80.287109375 -365.369140625 Z" stroke="none" fill="#000"/></g><g transform="translate(-65.5 368.5)" fill="none" stroke-miterlimit="10"><path d="M78.3-355.7a.7.7,0,0,0,.2-.488v-10.62a.7.7,0,0,0-.2-.489.7.7,0,0,0-.488-.2A11.312,11.312,0,0,0,66.5-356.189a.7.7,0,0,0,.2.488.7.7,0,0,0,.488.2h10.62A.7.7,0,0,0,78.3-355.7Z" stroke="none"/><path d="M 76.49998474121094 -357.5 L 76.49998474121094 -365.4080200195312 C 72.41349029541016 -364.8294372558594 69.17098236083984 -361.587158203125 68.5921630859375 -357.5 L 76.49998474121094 -357.5 M 77.81065368652344 -355.5 L 67.19051361083984 -355.5 C 67.00898742675781 -355.5 66.83101654052734 -355.5735778808594 66.70287322998047 -355.7017211914062 C 66.57474517822266 -355.8298950195312 66.49998474121094 -356.0078430175781 66.49998474121094 -356.1894226074219 C 66.50116729736328 -362.4356384277344 71.56385803222656 -367.5 77.81065368652344 -367.5 C 77.9921875 -367.5 78.17015838623047 -367.4264221191406 78.29830169677734 -367.2982482910156 C 78.42643737792969 -367.1690063476562 78.49998474121094 -366.9921569824219 78.49998474121094 -366.8094177246094 L 78.49998474121094 -356.1894226074219 C 78.49998474121094 -356.0078430175781 78.42643737792969 -355.8298950195312 78.29830169677734 -355.7017211914062 C 78.17015838623047 -355.5735778808594 77.9921875 -355.5 77.81065368652344 -355.5 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4 8)"><path d="M128.781-347.937l10-10,4,4,7-6" transform="translate(-128.781 363.937)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M155-345H129v-18" transform="translate(-130 361.999)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2 10)"><g transform="translate(0 6)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="7" height="12" rx="2" stroke="none"/><rect x="1" y="1" width="5" height="10" rx="1" fill="none"/></g><g transform="translate(10 -4)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="8" height="22" rx="2" stroke="none"/><rect x="1" y="1" width="6" height="20" rx="1" fill="none"/></g><g transform="translate(21 2)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="7" height="16" rx="2" stroke="none"/><rect x="1" y="1" width="5" height="14" rx="1" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.333 5.333)"><g transform="translate(-6.133 -5.433)" fill="none" stroke-miterlimit="10"><path d="M16.817,28.943a6.762,6.762,0,0,1,1.364.164,7.462,7.462,0,0,1,1.364.532l.032.015c.168.079.342.161.521.236a2.332,2.332,0,0,0,.924.211,3.513,3.513,0,0,0,1.429-.42,6.044,6.044,0,0,0,2.269-1.911,18.881,18.881,0,0,0,2.5-4.141c.132-.292.232-.533.318-.755a14.883,14.883,0,0,0,.907-9.257,7.167,7.167,0,0,0-2.9-4.254.662.662,0,0,1-.063-.044,4.959,4.959,0,0,0-1-.614,6.1,6.1,0,0,0-2.607-.6h-.148a8.727,8.727,0,0,0-2.967.768l-.586.223c-.255.1-.849.3-.855.3a.694.694,0,0,1-.234.04h-.22a.25.25,0,0,0-.043,0h-.032a.388.388,0,0,0-.045.005h-.221a.7.7,0,0,1-.232-.039s-.6-.205-.857-.3l-.579-.22A8.794,8.794,0,0,0,11.877,8.1l-.16,0a6.174,6.174,0,0,0-2.593.6,5,5,0,0,0-1,.615.581.581,0,0,1-.06.043,7.289,7.289,0,0,0-2.887,4.186,14.879,14.879,0,0,0,.867,9.273c.125.325.238.58.342.808a18.805,18.805,0,0,0,2.5,4.141,6,6,0,0,0,2.188,1.877,3.823,3.823,0,0,0,1.517.453,2.339,2.339,0,0,0,.917-.209c.176-.073.347-.153.512-.231l.031-.015a7.634,7.634,0,0,1,1.376-.536,6.433,6.433,0,0,1,1.372-.164h.025Z" stroke="none"/><path d="M 21.02216339111328 28.09856224060059 C 21.12759017944336 28.07705879211426 21.42460632324219 27.94613456726074 21.64729499816895 27.84798049926758 C 22.1352653503418 27.63409996032715 22.5471363067627 27.27085113525391 23.1667366027832 26.50798988342285 C 23.99640655517578 25.48611068725586 24.74532508850098 24.2403507232666 25.39311599731445 22.8043098449707 C 25.50381660461426 22.55926132202148 25.59103584289551 22.35254096984863 25.66759490966797 22.15374946594238 L 25.6862850189209 22.10521125793457 L 25.70747566223145 22.05771064758301 C 27.52203559875488 17.9902400970459 26.52179527282715 14.17781066894531 26.5114860534668 14.13980007171631 L 26.49651527404785 14.08474063873291 L 26.48470497131348 14.02891063690186 C 26.09665679931641 12.1938943862915 24.58590507507324 11.1318416595459 24.46488761901855 11.04943370819092 C 24.37748527526855 10.99457550048828 24.31293869018555 10.94598770141602 24.28074645996094 10.92174053192139 L 24.21795654296875 10.87312030792236 C 24.05901527404785 10.74491024017334 23.86251640319824 10.62596035003662 23.61445617675781 10.50817012786865 C 23.05582618713379 10.24185085296631 22.45205497741699 10.1010799407959 21.86841583251953 10.1010799407959 C 21.833740234375 10.10108089447021 21.79906463623047 10.10092067718506 21.76872634887695 10.10158061981201 C 21.07897567749023 10.11819076538086 20.37002563476562 10.39115047454834 19.47247505187988 10.73672008514404 L 19.46388626098633 10.74000072479248 L 18.86650657653809 10.96682071685791 C 18.60623741149902 11.0638542175293 18.08055686950684 11.24428749084473 17.97027397155762 11.2820291519165 C 17.68367767333984 11.38230800628662 17.38398933410645 11.43314075469971 17.07927513122559 11.43314075469971 L 16.51893615722656 11.43314075469971 C 16.21232604980469 11.43314075469971 15.91144561767578 11.38215065002441 15.62465572357178 11.28157997131348 L 15.57466602325439 11.26421070098877 C 15.31332588195801 11.17364025115967 14.94164562225342 11.04421997070312 14.73212623596191 10.96629047393799 L 14.71736621856689 10.9607400894165 L 14.13249588012695 10.73793029785156 C 13.19659233093262 10.37893676757812 12.5200309753418 10.11943244934082 11.82894706726074 10.10160064697266 C 11.79278087615967 10.10083198547363 11.75521755218506 10.10000038146973 11.7169361114502 10.10000038146973 C 11.16138553619385 10.10000038146973 10.52953624725342 10.24902057647705 9.98011589050293 10.51041030883789 C 9.738740921020508 10.62471389770508 9.541544914245605 10.74392127990723 9.377471923828125 10.87474250793457 C 9.308310508728027 10.93070411682129 9.236137390136719 10.98320960998535 9.162239074707031 11.03133583068848 C 9.055426597595215 11.10564231872559 7.495382785797119 12.21834182739258 7.132815837860107 13.95565032958984 L 7.121405601501465 14.01032066345215 L 7.106966018676758 14.06427001953125 C 7.064375877380371 14.22334003448486 6.084545612335205 18.00592994689941 7.868285655975342 22.00486946105957 L 7.889325618743896 22.05204010009766 L 7.907905578613281 22.10024070739746 C 8.017155647277832 22.3836498260498 8.114456176757812 22.60309982299805 8.203326225280762 22.79803085327148 L 8.207335472106934 22.80688095092773 C 8.851945877075195 24.23919105529785 9.600215911865234 25.48437118530273 10.43126583099365 26.50772094726562 C 11.0430154800415 27.26091957092285 11.44717597961426 27.62739944458008 11.86868572235107 27.81306076049805 L 11.87689590454102 27.816650390625 C 12.13865089416504 27.93124961853027 12.46178245544434 28.07271003723145 12.5813684463501 28.0960807800293 C 12.60169410705566 28.09126281738281 12.64846801757812 28.07803535461426 12.72928619384766 28.04415130615234 C 12.86509799957275 27.98736000061035 13.01091003417969 27.91939353942871 13.14929485321045 27.85418510437012 L 13.21434593200684 27.82314109802246 C 13.7003059387207 27.59630012512207 14.25109577178955 27.33918952941895 14.93080615997314 27.1678409576416 C 15.44693565368652 27.0377311706543 16.03642654418945 26.9644603729248 16.73295593261719 26.94384002685547 L 16.85110664367676 26.94296073913574 L 16.88540649414062 26.94413948059082 C 17.32941627502441 26.95938110351562 17.99722671508789 26.99909973144531 18.66854667663574 27.1675910949707 C 19.35687637329102 27.34073066711426 19.93254661560059 27.61122131347656 20.39594650268555 27.82896041870117 L 20.4603157043457 27.85919952392578 C 20.6042652130127 27.9267406463623 20.74023628234863 27.99053001403809 20.86651611328125 28.04313087463379 L 20.87664604187012 28.04738998413086 C 20.9575138092041 28.08160018920898 21.00337409973145 28.09424209594727 21.02216339111328 28.09856224060059 M 21.02094650268555 30.10000038146973 C 20.7305965423584 30.10000038146973 20.43703651428223 30.03302001953125 20.0974063873291 29.88933944702148 C 19.91847610473633 29.81480026245117 19.74491500854492 29.73269081115723 19.57670593261719 29.6538200378418 L 19.54456520080566 29.63870048522949 C 19.11921501159668 29.43884086608887 18.67887496948242 29.23249053955078 18.18066596984863 29.10717010498047 C 17.69425582885742 28.9850902557373 17.16284561157227 28.9548397064209 16.81678581237793 28.94296073913574 L 16.79214668273926 28.94296073913574 C 16.24465560913086 28.95917129516602 15.79681587219238 29.01210021972656 15.41968536376953 29.10717010498047 C 14.91827583312988 29.23357009887695 14.47685623168945 29.44099044799805 14.04401588439941 29.64302062988281 L 14.01293563842773 29.65814971923828 C 13.84794616699219 29.73592948913574 13.67652606964111 29.81587028503418 13.50081539154053 29.88933944702148 C 13.16332626342773 30.03086090087891 12.87083625793457 30.09784126281738 12.58369541168213 30.09784126281738 C 12.09835624694824 30.09784126281738 11.66872596740723 29.90878105163574 11.06660556793213 29.64517974853516 C 10.21055603027344 29.26814079284668 9.572006225585938 28.62210083007812 8.878815650939941 27.76863098144531 C 7.93919563293457 26.6115894317627 7.099225997924805 25.21795082092285 6.383525848388672 23.6276912689209 C 6.279605865478516 23.39974975585938 6.167105674743652 23.1447811126709 6.041755676269531 22.81960105895996 C 4.01252555847168 18.27029991149902 5.051785945892334 14.00729084014893 5.174995899200439 13.54706001281738 C 5.719265937805176 10.93912029266357 7.957415580749512 9.429900169372559 8.062405586242676 9.360750198364258 C 8.084905624389648 9.346710205078125 8.105265617370605 9.33159065246582 8.122406005859375 9.317540168762207 C 8.40953540802002 9.087430000305176 8.736315727233887 8.886490821838379 9.124165534973145 8.70283031463623 C 9.941636085510254 8.313910484313965 10.86303615570068 8.100000381469727 11.7169361114502 8.100000381469727 C 11.77158546447754 8.100000381469727 11.82515621185303 8.101079940795898 11.8765754699707 8.102160453796387 C 12.91368579864502 8.128089904785156 13.81151580810547 8.472720146179199 14.85077571868896 8.871360778808594 L 15.42932605743408 9.091750144958496 C 15.69074535369873 9.188980102539062 16.28430557250977 9.393160820007324 16.28644561767578 9.39424991607666 C 16.36036491394043 9.420170783996582 16.43858528137207 9.433140754699707 16.51893615722656 9.433140754699707 L 16.73964500427246 9.433140754699707 C 16.75571632385254 9.429900169372559 16.77178573608398 9.428820610046387 16.78464508056641 9.427740097045898 C 16.78893661499023 9.427740097045898 16.81035614013672 9.427740097045898 16.81678581237793 9.428820610046387 C 16.83285522460938 9.428820610046387 16.84678649902344 9.430980682373047 16.8596363067627 9.433140754699707 L 17.07927513122559 9.433140754699707 C 17.15855598449707 9.433140754699707 17.23677635192871 9.420170783996582 17.31284523010254 9.393160820007324 C 17.31927490234375 9.391000747680664 17.91282653808594 9.187900543212891 18.16781616210938 9.092830657958984 L 18.75386619567871 8.870280265808105 C 19.79205513000488 8.470560073852539 20.68881607055664 8.127010345458984 21.72056579589844 8.102160453796387 C 21.76985549926758 8.101079940795898 21.81913566589355 8.101079940795898 21.86841583251953 8.101079940795898 C 22.74589538574219 8.101079940795898 23.64800643920898 8.308510780334473 24.47512626647949 8.70283031463623 C 24.86189651489258 8.886490821838379 25.18974494934082 9.087430000305176 25.47366523742676 9.316460609436035 C 25.49402618408203 9.33159065246582 25.51437568664551 9.347790718078613 25.53688621520996 9.360750198364258 C 25.56045532226562 9.375880241394043 27.85109519958496 10.82353019714355 28.44143486022949 13.61511993408203 C 28.51750564575195 13.89493083953857 29.61890602111816 18.19900131225586 27.53396606445312 22.87253952026367 C 27.44825553894043 23.09509086608887 27.34753608703613 23.33600044250488 27.21576499938965 23.6276912689209 C 26.49791526794434 25.21903038024902 25.65794563293457 26.6126708984375 24.71940612792969 27.76863098144531 C 24.02621650695801 28.62210083007812 23.37694549560547 29.27354049682617 22.45018577575684 29.67975044250488 C 21.89627647399902 29.92391014099121 21.49557495117188 30.10000038146973 21.02094650268555 30.10000038146973 Z" stroke="none" fill="#000"/></g><path d="M16.2,9.536s-1.01-4.452,1.825-6" transform="translate(-5.36 -4.868)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M21.1,12.248a4.786,4.786,0,0,1,2,4" transform="translate(-6.436 -3.582)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(24 25.667) rotate(180)"><path d="M20,10,10,0,0,10" transform="translate(-2 -2.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y2="22" transform="translate(8 -0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4.333 24) rotate(-90)"><path d="M20,10,10,0,0,10" transform="translate(-2 -0.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y2="22" transform="translate(8 1.667)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(26.667 8) rotate(90)"><path d="M20,10,10,0,0,10" transform="translate(-2 -1.333)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y2="22" transform="translate(8 0.667)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(8 6.333)"><path d="M-716.489,77l-10-10-10,10" transform="translate(734.49 -69.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y2="22" transform="translate(8 -0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4.001 4)"><path d="M-466.373,78.252l-11.347,10.7a7.732,7.732,0,0,1-10.484,0,6.714,6.714,0,0,1,0-9.886l11.348-10.7a5.156,5.156,0,0,1,6.989,0,4.477,4.477,0,0,1,0,6.592l-11.361,10.7a2.574,2.574,0,0,1-3.493,0,2.235,2.235,0,0,1,0-3.295l10.483-9.875" transform="translate(490.375 -67.001)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(3 3)"><path d="M0,0,4,4,8,0" transform="translate(21 0) rotate(90)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M-51,68.914h-4a3.008,3.008,0,0,0-2.278.709A2.636,2.636,0,0,0-58,71.748V83.082a2.64,2.64,0,0,0,.722,2.125A3.007,3.007,0,0,0-55,85.914h20a3.007,3.007,0,0,0,2.278-.707A2.634,2.634,0,0,0-32,83.082V71.748a2.634,2.634,0,0,0-.722-2.125A3.008,3.008,0,0,0-35,68.914h-4" transform="translate(58 -64.914)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><g transform="translate(60.101 -62.416)" fill="none" stroke-miterlimit="10"><path d="M-51.306,84.416h8.4l.719,1.594c.306.678-.28,1.406-1.132,1.406h-7.572c-.85,0-1.436-.726-1.134-1.4Z" stroke="none"/><path d="M -51.30584335327148 84.41600036621094 L -42.90125274658203 84.41600036621094 L -42.18243026733398 86.00969696044922 C -41.87671279907227 86.68733215332031 -42.46275329589844 87.41600036621094 -43.31435012817383 87.41600036621094 L -50.88618087768555 87.41600036621094 C -51.73614120483398 87.41600036621094 -52.32218170166016 86.69011688232422 -52.01974105834961 86.01249694824219 L -51.30584335327148 84.41600036621094 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4 2.666)"><path d="M-296.033,87.626a2.924,2.924,0,0,0,3,2.841,2.924,2.924,0,0,0,3-2.841v-.159h-6Z" transform="translate(305.033 -64.132)"/><g transform="translate(304.673 -66.166)" stroke-miterlimit="10"><path d="M -282.0885314941406 86.5 L -283.8222045898438 86.5 L -284.7789916992188 86.5 L -300.5669250488281 86.5 L -301.6743469238281 86.5 L -303.2573547363281 86.5 C -303.482666015625 86.5 -303.6730041503906 86.35249328613281 -303.6730041503906 86.17788696289062 C -303.6730041503906 86.10459136962891 -303.6386413574219 86.046142578125 -303.6029968261719 86.00523376464844 C -303.58154296875 85.98782348632812 -303.5601196289062 85.97026062011719 -303.5386657714844 85.95265960693359 C -303.5181274414062 85.935791015625 -303.49755859375 85.91888427734375 -303.476806640625 85.90212249755859 C -300.9185485839844 83.82973480224609 -299.5669250488281 81.05021667480469 -299.5669250488281 77.86316680908203 L -299.5669250488281 73.90423583984375 C -299.5669250488281 72.51234436035156 -299.08935546875 71.19005584716797 -298.1858825683594 70.080322265625 C -297.2998962402344 68.99210357666016 -296.0391235351562 68.18083953857422 -294.6357727050781 67.79598236083984 L -294.6165771484375 67.79071044921875 L -294.5975952148438 67.78468322753906 C -294.5908813476562 67.78260040283203 -293.6716918945312 67.49999237060547 -292.5499877929688 67.49999237060547 C -291.9637145996094 67.49999237060547 -291.4294128417969 67.57652282714844 -290.9619750976562 67.72743988037109 L -290.9283752441406 67.73829650878906 L -290.8940734863281 67.74674224853516 C -287.8823852539062 68.48917388916016 -285.7789916992188 71.02122497558594 -285.7789916992188 73.90423583984375 L -285.7789916992188 77.86316680908203 C -285.7789916992188 81.05030059814453 -284.4273376464844 83.829833984375 -281.8701782226562 85.90125274658203 C -281.849853515625 85.91769409179688 -281.8299560546875 85.93405151367188 -281.81005859375 85.95037078857422 C -281.7876892089844 85.96875762939453 -281.7652893066406 85.98709869384766 -281.7428588867188 86.00527954101562 C -281.7073059082031 86.04612731933594 -281.6730041503906 86.10454559326172 -281.6730041503906 86.17788696289062 C -281.6730041503906 86.35249328613281 -281.86328125 86.5 -282.0885314941406 86.5 Z" stroke="none"/><path d="M -292.5499877929688 68.49999237060547 C -293.4636840820312 68.49999237060547 -294.2278137207031 68.71820831298828 -294.299560546875 68.73933410644531 L -294.3224487304688 68.74698638916016 L -294.3713073730469 68.7603759765625 C -295.5754699707031 69.09061431884766 -296.65478515625 69.78359985351562 -297.410400390625 70.71169281005859 C -298.1669921875 71.64101409912109 -298.5669250488281 72.74497222900391 -298.5669250488281 73.90423583984375 L -298.5669250488281 77.86316680908203 C -298.5669250488281 79.60787963867188 -298.9400939941406 81.25534057617188 -299.676025390625 82.75978088378906 C -300.1607055664062 83.75053405761719 -300.797119140625 84.66738891601562 -301.5771484375 85.5 L -283.7689514160156 85.5 C -284.5485534667969 84.66779327392578 -285.1851806640625 83.75072479248047 -285.669921875 82.75977325439453 C -286.4058532714844 81.25536346435547 -286.7789916992188 79.60790252685547 -286.7789916992188 77.86316680908203 L -286.7789916992188 73.90423583984375 C -286.7789916992188 71.48249053955078 -288.5696105957031 69.34970092773438 -291.1334228515625 68.71768188476562 L -291.2019958496094 68.70077514648438 L -291.2692260742188 68.67906951904297 C -291.6372680664062 68.56024169921875 -292.0681762695312 68.49999237060547 -292.5499877929688 68.49999237060547 M -292.5499877929688 66.49999237060547 C -291.9483337402344 66.49999237060547 -291.2912292480469 66.5703125 -290.6547241210938 66.77581024169922 C -287.2728271484375 67.60950469970703 -284.7789916992188 70.48424530029297 -284.7789916992188 73.90423583984375 L -284.7789916992188 77.86316680908203 C -284.7789916992188 80.76107025146484 -283.5433959960938 83.25894165039062 -281.24072265625 85.12420654296875 C -281.1834716796875 85.17053985595703 -281.1271362304688 85.21788024902344 -281.0698547363281 85.26316070556641 C -280.82470703125 85.5 -280.6730041503906 85.82212066650391 -280.6730041503906 86.17788696289062 C -280.6730041503906 86.90843963623047 -281.3070678710938 87.5 -282.0885314941406 87.5 L -303.2573547363281 87.5 C -304.0388488769531 87.5 -304.6730041503906 86.90843963623047 -304.6730041503906 86.17788696289062 C -304.6730041503906 85.82212066650391 -304.5211791992188 85.5 -304.2760620117188 85.26316070556641 C -304.2187805175781 85.21788024902344 -304.1625366210938 85.17053985595703 -304.1051635742188 85.12420654296875 C -301.8026123046875 83.25894165039062 -300.5669250488281 80.76107025146484 -300.5669250488281 77.86316680908203 L -300.5669250488281 73.90423583984375 C -300.5669250488281 70.55580139160156 -298.17431640625 67.72948455810547 -294.9002685546875 66.83159637451172 C -294.9002685546875 66.83159637451172 -293.8561096191406 66.49999237060547 -292.5499877929688 66.49999237060547 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4 2.667)"><path d="M-296.033,87.626a2.924,2.924,0,0,0,3,2.841,2.924,2.924,0,0,0,3-2.841v-.159h-6Z" transform="translate(305.033 -64.132)"/><g transform="translate(304.673 -66.166)" fill="none" stroke-miterlimit="10"><path d="M-290.655,66.776a7.483,7.483,0,0,1,5.876,7.128v3.959a9.094,9.094,0,0,0,3.538,7.261c.057.046.114.094.171.139a1.268,1.268,0,0,1,.4.915,1.371,1.371,0,0,1-1.416,1.322h-21.169a1.371,1.371,0,0,1-1.416-1.322,1.269,1.269,0,0,1,.4-.915c.057-.045.114-.093.171-.139a9.1,9.1,0,0,0,3.538-7.261V73.9a7.464,7.464,0,0,1,5.667-7.073A7.909,7.909,0,0,1-290.655,66.776Z" stroke="none"/><path d="M -292.5499877929688 68.49999237060547 C -293.4636840820312 68.49999237060547 -294.2278137207031 68.71820831298828 -294.299560546875 68.73933410644531 L -294.3224487304688 68.74698638916016 L -294.3713073730469 68.7603759765625 C -295.5754699707031 69.09061431884766 -296.65478515625 69.78359985351562 -297.410400390625 70.71169281005859 C -298.1669921875 71.64101409912109 -298.5669250488281 72.74497222900391 -298.5669250488281 73.90423583984375 L -298.5669250488281 77.86316680908203 C -298.5669250488281 79.60787963867188 -298.9400939941406 81.25534057617188 -299.676025390625 82.75978088378906 C -300.1607055664062 83.75053405761719 -300.797119140625 84.66738891601562 -301.5771484375 85.5 L -283.7689514160156 85.5 C -284.5485534667969 84.66779327392578 -285.1851806640625 83.75072479248047 -285.669921875 82.75977325439453 C -286.4058532714844 81.25536346435547 -286.7789916992188 79.60790252685547 -286.7789916992188 77.86316680908203 L -286.7789916992188 73.90423583984375 C -286.7789916992188 71.48249053955078 -288.5696105957031 69.34970092773438 -291.1334228515625 68.71768188476562 L -291.2019958496094 68.70077514648438 L -291.2692260742188 68.67906951904297 C -291.6372680664062 68.56024169921875 -292.0681762695312 68.49999237060547 -292.5499877929688 68.49999237060547 M -292.5499877929688 66.49999237060547 C -291.9483337402344 66.49999237060547 -291.2912292480469 66.5703125 -290.6547241210938 66.77581024169922 C -287.2728271484375 67.60950469970703 -284.7789916992188 70.48424530029297 -284.7789916992188 73.90423583984375 L -284.7789916992188 77.86316680908203 C -284.7789916992188 80.76107025146484 -283.5433959960938 83.25894165039062 -281.24072265625 85.12420654296875 C -281.1834716796875 85.17053985595703 -281.1271362304688 85.21788024902344 -281.0698547363281 85.26316070556641 C -280.82470703125 85.5 -280.6730041503906 85.82212066650391 -280.6730041503906 86.17788696289062 C -280.6730041503906 86.90843963623047 -281.3070678710938 87.5 -282.0885314941406 87.5 L -303.2573547363281 87.5 C -304.0388488769531 87.5 -304.6730041503906 86.90843963623047 -304.6730041503906 86.17788696289062 C -304.6730041503906 85.82212066650391 -304.5211791992188 85.5 -304.2760620117188 85.26316070556641 C -304.2187805175781 85.21788024902344 -304.1625366210938 85.17053985595703 -304.1051635742188 85.12420654296875 C -301.8026123046875 83.25894165039062 -300.5669250488281 80.76107025146484 -300.5669250488281 77.86316680908203 L -300.5669250488281 73.90423583984375 C -300.5669250488281 70.55580139160156 -298.17431640625 67.72948455810547 -294.9002685546875 66.83159637451172 C -294.9002685546875 66.83159637451172 -293.8561096191406 66.49999237060547 -292.5499877929688 66.49999237060547 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(8 4.969)"><path d="M319.6,70h10a5.525,5.525,0,0,1,0,11h-10Z" transform="translate(-319.6 -69.969)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M319.6,78h11.076a5.534,5.534,0,0,1,0,11H319.6Z" transform="translate(-319.6 -66.969)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(10.333 3)"><g transform="translate(299.667 -66.233)" stroke-miterlimit="10"><path d="M -289 90.0201416015625 L -293.0879821777344 85.19422912597656 C -293.3153076171875 84.92440795898438 -293.6485290527344 84.76848602294922 -294.0005187988281 84.76848602294922 C -294.3525695800781 84.76848602294922 -294.6858825683594 84.92446899414062 -294.9148864746094 85.19644927978516 L -299 90.01987457275391 L -299 68.43923950195312 C -299 67.77412414550781 -298.552734375 67.23301696777344 -298.0029907226562 67.23301696777344 L -289.9969787597656 67.23301696777344 C -289.4472351074219 67.23301696777344 -289 67.77412414550781 -289 68.43923950195312 L -289 90.0201416015625 Z" stroke="none"/><path d="M -297.9419860839844 68.23301696777344 C -297.9658203125 68.26531219482422 -298 68.33324432373047 -298 68.43923950195312 L -298 87.29183197021484 L -295.6761779785156 84.54801940917969 C -295.2568054199219 84.05252075195312 -294.6463928222656 83.76847839355469 -294.0005187988281 83.76847839355469 C -293.354736328125 83.76847839355469 -292.7443542480469 84.052490234375 -292.324951171875 84.54786682128906 L -290 87.29249572753906 L -290 68.43923950195312 C -290 68.333251953125 -290.0341796875 68.26531982421875 -290.0580139160156 68.23301696777344 L -297.9419860839844 68.23301696777344 M -298.0029907226562 66.23301696777344 L -289.9969787597656 66.23301696777344 C -288.8939819335938 66.23301696777344 -288 67.22069549560547 -288 68.43923950195312 L -288 91.89584350585938 C -288 92.20079040527344 -288.3379821777344 92.34882354736328 -288.5270080566406 92.12564849853516 L -293.8510131835938 85.84058380126953 C -293.9320068359375 85.74445343017578 -294.0690002441406 85.74445343017578 -294.1499938964844 85.84058380126953 L -299.4729919433594 92.12564849853516 C -299.6620788574219 92.34884643554688 -300 92.20075225830078 -300 91.89584350585938 L -300 68.43923950195312 C -300 67.22069549560547 -299.1060180664062 66.23301696777344 -298.0029907226562 66.23301696777344 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(10 3)"><g transform="translate(300 -66.233)" fill="none" stroke-miterlimit="10"><path d="M-300,68.439V91.9a.3.3,0,0,0,.527.23l5.323-6.285a.191.191,0,0,1,.3,0l5.324,6.285A.3.3,0,0,0-288,91.9V68.439a2.109,2.109,0,0,0-2-2.206H-298A2.109,2.109,0,0,0-300,68.439Z" stroke="none"/><path d="M -297.9419860839844 68.23301696777344 C -297.9658203125 68.26531982421875 -298 68.333251953125 -298 68.43923187255859 L -298 87.29183959960938 L -295.679443359375 84.55184173583984 C -295.2599487304688 84.05398559570312 -294.6480102539062 83.76845550537109 -294.0005187988281 83.76845550537109 C -293.353271484375 83.76845550537109 -292.741455078125 84.05381774902344 -292.3249206542969 84.54785919189453 L -290 87.29247283935547 L -290 68.43923187255859 C -290 68.33324432373047 -290.0341796875 68.26531219482422 -290.0580139160156 68.23301696777344 L -297.9419860839844 68.23301696777344 M -298.0030212402344 66.23301696777344 L -289.9970397949219 66.23301696777344 C -288.8940124511719 66.23301696777344 -288 67.22068023681641 -288 68.43923187255859 L -288 91.89583587646484 C -288 92.20077514648438 -288.3379821777344 92.34879302978516 -288.5270080566406 92.12564849853516 L -293.8509826660156 85.84056854248047 C -293.9320068359375 85.74444580078125 -294.0689697265625 85.74440002441406 -294.1499938964844 85.84056854248047 L -299.4729614257812 92.12564849853516 C -299.6619873046875 92.34878540039062 -300 92.20079803466797 -300 91.89583587646484 L -300 68.43923187255859 C -300 67.22068023681641 -299.1060180664062 66.23301696777344 -298.0030212402344 66.23301696777344 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.333 3.999)"><line x2="24" transform="translate(-1.333 25.002)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M12.125,4.127v-1h-4v1" transform="translate(0.542 -4.126)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y1="3" transform="translate(10.667 21.002)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line x2="2" transform="translate(5.667 6.002)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line x2="2" transform="translate(5.667 10.002)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line x2="2" transform="translate(5.667 14.002)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line x2="2" transform="translate(13.667 6.002)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line x2="2" transform="translate(13.667 10.002)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line x2="2" transform="translate(13.667 14.002)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><g transform="translate(0.667 0.002)" fill="none" stroke="#000" stroke-width="2"><rect width="20" height="26" rx="2" stroke="none"/><rect x="1" y="1" width="18" height="24" rx="1" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4 8.334)"><line x2="6" transform="translate(8 13.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="15" transform="translate(8 7.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="10" transform="translate(8 1.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><g transform="translate(0 -0.334)" fill="none" stroke="#000" stroke-width="2"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1" fill="none"/></g><g transform="translate(0 5.666)" fill="none" stroke="#000" stroke-width="2"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1" fill="none"/></g><g transform="translate(0 11.666)" fill="none" stroke="#000" stroke-width="2"><circle cx="2" cy="2" r="2" stroke="none"/><circle cx="2" cy="2" r="1" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2 5)"><line y2="4" transform="translate(8 -1)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line y2="4" transform="translate(20 -1)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="26" transform="translate(1 6)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="2" transform="translate(6 11)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="2" transform="translate(13 11)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="2" transform="translate(6 18)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="2" transform="translate(13 18)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="2" transform="translate(20 11)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="2" transform="translate(20 18)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><g fill="none" stroke="#000" stroke-width="2"><rect width="28" height="24" rx="3" stroke="none"/><rect x="1" y="1" width="26" height="22" rx="2" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2.666 5.334)"><path d="M8539.532,18700.666h-17.955l2-2h15.955a.927.927,0,0,0,.8-.752v-13.744a.929.929,0,0,0-.8-.756h-.7l1.768-1.768a2.9,2.9,0,0,1,1.739,2.518v13.75A2.9,2.9,0,0,1,8539.532,18700.666Zm-24.887-1.555v0a2.54,2.54,0,0,1-.311-1.193v-13.75a2.884,2.884,0,0,1,2.8-2.75h2.8l2.8-2.752h8.4l2.392,1.566-1.445,1.445-1.543-1.012h-6.984l-2.8,2.752h-3.614a.925.925,0,0,0-.8.75v13.258l-1.687,1.686Z" transform="translate(-8515 -18679)"/><path d="M8527.332,18696.668a6.021,6.021,0,0,1-1.552-.2l1.8-1.8a4.007,4.007,0,0,0,3.738-3.74l1.809-1.809a6,6,0,0,1-5.8,7.557Zm-5.8-4.447v0a6,6,0,0,1,7.353-7.35l-1.8,1.8a4,4,0,0,0-3.744,3.744l-1.8,1.8Z" transform="translate(-8515 -18679)"/><line y1="24" x2="24" transform="translate(1.334 -1.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="none"/><g transform="translate(2.667 5.334)"><g transform="translate(-252.667 -7.115)" fill="none" stroke-miterlimit="10"><path d="M277.2,9.531H273l-4.2-2.75h-8.4l-2.8,2.75h-2.8a2.9,2.9,0,0,0-2.8,2.75v13.75a2.9,2.9,0,0,0,2.8,2.75h22.4a2.9,2.9,0,0,0,2.8-2.75V12.281A2.9,2.9,0,0,0,277.2,9.531Z" stroke="none"/><path d="M 261.2178955078125 8.78118896484375 L 258.4179382324219 11.53118896484375 L 254.8033142089844 11.53118896484375 C 254.4509887695312 11.53175926208496 254.0005493164062 11.95414924621582 254.0000305175781 12.28118896484375 L 254.0000305175781 26.02793884277344 C 254.0005493164062 26.35822868347168 254.4509887695312 26.78061866760254 254.800048828125 26.78118896484375 L 277.1967468261719 26.78118896484375 C 277.549072265625 26.78061866760254 277.99951171875 26.35820770263672 278.0000305175781 26.03118896484375 L 278.0000305175781 12.28447914123535 C 277.99951171875 11.95416831970215 277.549072265625 11.53175926208496 277.2000122070312 11.53118896484375 L 272.4035339355469 11.53118896484375 L 268.2034912109375 8.78118896484375 L 261.2178955078125 8.78118896484375 M 260.3999938964844 6.78118896484375 L 268.8000183105469 6.78118896484375 L 273.0000305175781 9.53118896484375 L 277.2000122070312 9.53118896484375 C 278.6478271484375 9.533548355102539 279.9976501464844 10.83507919311523 280.0000305175781 12.28118896484375 L 280.0000305175781 26.03118896484375 C 279.9976501464844 27.47729873657227 278.6478271484375 28.77882957458496 277.2000122070312 28.78118896484375 L 254.800048828125 28.78118896484375 C 253.3521728515625 28.77882957458496 252.0023803710938 27.47729873657227 252.0000305175781 26.03118896484375 L 252.0000305175781 12.28118896484375 C 252.0023803710938 10.83507919311523 253.3521728515625 9.533548355102539 254.800048828125 9.53118896484375 L 257.6000366210938 9.53118896484375 L 260.3999938964844 6.78118896484375 Z" stroke="none" fill="#000"/></g><g transform="translate(6.333 5.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="6" cy="6" r="6" stroke="none"/><circle cx="6" cy="6" r="5" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.333 2.666)"><g transform="translate(-0.333 -0.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="M3,0H19a1,1,0,0,1,1,1V27a1,1,0,0,1-1,1H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0Z" stroke="none"/><path d="M3,1H19a0,0,0,0,1,0,0V27a0,0,0,0,1,0,0H3a2,2,0,0,1-2-2V3A2,2,0,0,1,3,1Z" fill="none"/></g><line x2="10" transform="translate(4.667 10.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="10" transform="translate(4.667 14.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="5" transform="translate(4.667 18.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="18" transform="translate(0.667 5.334)" fill="none" stroke="#000" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.335 5)"><path d="M208.4,447.9a8,8,0,1,1-8,8,8,8,0,0,1,8-8Z" transform="translate(-197.734 -448.902)" fill="none" stroke="#000" stroke-miterlimit="22.926" stroke-width="2"/><path d="M206.557,451.061a3,3,0,1,1-3,3,3,3,0,0,1,3-3Z" transform="translate(-195.892 -447.06)" fill="none" stroke="#000" stroke-miterlimit="22.926" stroke-width="2"/><path d="M202.417,457.68l-4,4h3v3h3v3l5-5,5,5v-3h3v-3h3l-4-4" transform="translate(-198.752 -444.68)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(3.001 7.276)"><path d="M12857,24055.992h-3c-4.9,0-9-3.238-9-8,0-4.738,4.1-8,9-8h8c4.9,0,9,3.262,9,8,0,4.762-4.7,8-9,8l-1,4Z" transform="translate(-12845.003 -24040.266)" fill="none" stroke="#000" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2 2.001)"><path d="M76.873,2.858,79.024,1.03a1.365,1.365,0,0,1,2.212.752l.713,2.8a1.394,1.394,0,0,0,1.413,1.075L86.13,5.5A1.439,1.439,0,0,1,87.5,7.47l-1,2.7a1.485,1.485,0,0,0,.54,1.738l2.327,1.575a1.486,1.486,0,0,1,0,2.433L87.04,17.5a1.485,1.485,0,0,0-.54,1.738l1,2.7a1.439,1.439,0,0,1-1.368,1.969l-2.768-.157a1.394,1.394,0,0,0-1.413,1.075l-.713,2.8a1.365,1.365,0,0,1-2.212.752l-2.152-1.828a1.337,1.337,0,0,0-1.746,0l-2.152,1.828a1.365,1.365,0,0,1-2.212-.752l-.713-2.8a1.394,1.394,0,0,0-1.413-1.075l-2.768.157A1.439,1.439,0,0,1,64.5,21.939l1-2.7a1.485,1.485,0,0,0-.54-1.738l-2.327-1.575a1.486,1.486,0,0,1,0-2.433l2.327-1.575a1.485,1.485,0,0,0,.54-1.738l-1-2.7A1.439,1.439,0,0,1,65.869,5.5l2.768.157A1.394,1.394,0,0,0,70.05,4.583l.713-2.8a1.365,1.365,0,0,1,2.212-.752l2.152,1.828A1.337,1.337,0,0,0,76.873,2.858Z" transform="translate(-62 -0.705)"/><path d="M10.894,16.871l3,3,7-7" transform="translate(-1.894 -1.873)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2 2)"><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g><path d="M10.744,16.773l3,3,6-6" transform="translate(-0.744 -2.773)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(7.331 11.356)"><path d="M-426.328,78.145l7,7,12-12" transform="translate(425.997 -74.5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2 2)"><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="28" height="28" rx="3" stroke="none"/><rect x="1" y="1" width="26" height="26" rx="2" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(1.667 1.667)"><g transform="translate(0.333 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g><path d="M11,13.5l5,5,5-5" transform="translate(-1.667 -1.167)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(6 11)"><path d="M10,0,0,10,10,20" transform="translate(0 10) rotate(-90)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(1.667 1.666)"><g transform="translate(0.333 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g><path d="M204.5,11l-5,5,5,5" transform="translate(-188.166 -1.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(11 6)"><path d="M136-49,126-39l10,10" transform="translate(-126 49)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" transform="translate(0 32) rotate(-90)" fill="#fff" opacity="0"/><g transform="translate(12 26) rotate(-90)"><path d="M0,0,10,10,20,0" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(1.667 1.667)"><g transform="translate(0.333 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g><path d="M-609,80.5l5-5,5,5" transform="translate(618.334 -64.167)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(6 10)"><path d="M10,0,0,10,10,20" transform="translate(20) rotate(90)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4 3.666)"><line x2="24" transform="translate(0 10.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line x2="24" transform="translate(0 24.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><g transform="translate(-5 -14.666)"><path d="M0,0A3,3,0,0,1,3,3,3,3,0,0,1,0,6" transform="translate(9 24) rotate(-90)" fill="none" stroke="#000" stroke-width="2"/><g transform="translate(-13 -0.68)" fill="none" stroke-miterlimit="10"><path d="M22,17.679a3,3,0,1,1,.879,2.121A2.994,2.994,0,0,1,22,17.679Z" stroke="none"/><path d="M 25.00000381469727 16.67900276184082 C 24.65928649902344 16.67900276184082 24.42787170410156 16.8371467590332 24.29323959350586 16.97069931030273 C 24.18279647827148 17.08208084106445 24.00000381469727 17.32065200805664 24.00000381469727 17.67900276184082 C 24.00000381469727 18.01902770996094 24.15946578979492 18.25118827819824 24.29384994506836 18.38641357421875 C 24.42925453186035 18.52052688598633 24.66101837158203 18.67900276184082 25.00000381469727 18.67900276184082 C 25.34115409851074 18.67900276184082 25.57370376586914 18.51850318908691 25.70676422119141 18.38580322265625 C 25.84054374694824 18.25202369689941 26.00000381469727 18.02081298828125 26.00000381469727 17.67900276184082 C 26.00000381469727 17.33595275878906 25.84054374694824 17.10448265075684 25.7087230682373 16.97265243530273 C 25.57439422607422 16.83869361877441 25.34239387512207 16.67900276184082 25.00000381469727 16.67900276184082 M 25.00000381469727 14.67900276184082 C 25.82950401306152 14.67900276184082 26.57650375366211 15.01350212097168 27.12099456787109 15.55650329589844 C 27.66549301147461 16.10100364685059 28.00000381469727 16.84950256347656 28.00000381469727 17.67900276184082 C 28.00000381469727 18.50850296020508 27.66549301147461 19.2554931640625 27.12099456787109 19.80000305175781 C 26.57650375366211 20.34300231933594 25.82950401306152 20.67900276184082 25.00000381469727 20.67900276184082 C 24.17050361633301 20.67900276184082 23.42350387573242 20.34300231933594 22.87900352478027 19.80000305175781 C 22.33600425720215 19.2554931640625 22.00000381469727 18.50850296020508 22.00000381469727 17.67900276184082 C 22.00000381469727 16.84950256347656 22.33600425720215 16.10100364685059 22.87900352478027 15.55650329589844 C 23.42350387573242 15.01350212097168 24.17050361633301 14.67900276184082 25.00000381469727 14.67900276184082 Z" stroke="none" fill="#000"/></g></g><g transform="translate(0 -0.666)"><path d="M0,0A3,3,0,0,1,3,3,3,3,0,0,1,0,6" transform="translate(9 24) rotate(-90)" fill="none" stroke="#000" stroke-width="2"/><g transform="translate(-13 -0.68)" fill="none" stroke-miterlimit="10"><path d="M22,17.679a3,3,0,1,1,.879,2.121A2.994,2.994,0,0,1,22,17.679Z" stroke="none"/><path d="M 25.00000381469727 16.67900276184082 C 24.65928649902344 16.67900276184082 24.42787170410156 16.8371467590332 24.29323959350586 16.97069931030273 C 24.18279647827148 17.08208084106445 24.00000381469727 17.32065200805664 24.00000381469727 17.67900276184082 C 24.00000381469727 18.01902770996094 24.15946578979492 18.25118827819824 24.29384994506836 18.38641357421875 C 24.42925453186035 18.52052688598633 24.66101837158203 18.67900276184082 25.00000381469727 18.67900276184082 C 25.34115409851074 18.67900276184082 25.57370376586914 18.51850318908691 25.70676422119141 18.38580322265625 C 25.84054374694824 18.25202369689941 26.00000381469727 18.02081298828125 26.00000381469727 17.67900276184082 C 26.00000381469727 17.33595275878906 25.84054374694824 17.10448265075684 25.7087230682373 16.97265243530273 C 25.57439422607422 16.83869361877441 25.34239387512207 16.67900276184082 25.00000381469727 16.67900276184082 M 25.00000381469727 14.67900276184082 C 25.82950401306152 14.67900276184082 26.57650375366211 15.01350212097168 27.12099456787109 15.55650329589844 C 27.66549301147461 16.10100364685059 28.00000381469727 16.84950256347656 28.00000381469727 17.67900276184082 C 28.00000381469727 18.50850296020508 27.66549301147461 19.2554931640625 27.12099456787109 19.80000305175781 C 26.57650375366211 20.34300231933594 25.82950401306152 20.67900276184082 25.00000381469727 20.67900276184082 C 24.17050361633301 20.67900276184082 23.42350387573242 20.34300231933594 22.87900352478027 19.80000305175781 C 22.33600425720215 19.2554931640625 22.00000381469727 18.50850296020508 22.00000381469727 17.67900276184082 C 22.00000381469727 16.84950256347656 22.33600425720215 16.10100364685059 22.87900352478027 15.55650329589844 C 23.42350387573242 15.01350212097168 24.17050361633301 14.67900276184082 25.00000381469727 14.67900276184082 Z" stroke="none" fill="#000"/></g></g><g transform="translate(5 -14.666)"><path d="M0,0A3,3,0,0,1,3,3,3,3,0,0,1,0,6" transform="translate(9 24) rotate(-90)" fill="none" stroke="#000" stroke-width="2"/><g transform="translate(-13 -0.68)" fill="none" stroke-miterlimit="10"><path d="M22,17.679a3,3,0,1,1,.879,2.121A2.994,2.994,0,0,1,22,17.679Z" stroke="none"/><path d="M 25.00000381469727 16.67900276184082 C 24.65928649902344 16.67900276184082 24.42787170410156 16.8371467590332 24.29323959350586 16.97069931030273 C 24.18279647827148 17.08208084106445 24.00000381469727 17.32065200805664 24.00000381469727 17.67900276184082 C 24.00000381469727 18.01902770996094 24.15946578979492 18.25118827819824 24.29384994506836 18.38641357421875 C 24.42925453186035 18.52052688598633 24.66101837158203 18.67900276184082 25.00000381469727 18.67900276184082 C 25.34115409851074 18.67900276184082 25.57370376586914 18.51850318908691 25.70676422119141 18.38580322265625 C 25.84054374694824 18.25202369689941 26.00000381469727 18.02081298828125 26.00000381469727 17.67900276184082 C 26.00000381469727 17.33595275878906 25.84054374694824 17.10448265075684 25.7087230682373 16.97265243530273 C 25.57439422607422 16.83869361877441 25.34239387512207 16.67900276184082 25.00000381469727 16.67900276184082 M 25.00000381469727 14.67900276184082 C 25.82950401306152 14.67900276184082 26.57650375366211 15.01350212097168 27.12099456787109 15.55650329589844 C 27.66549301147461 16.10100364685059 28.00000381469727 16.84950256347656 28.00000381469727 17.67900276184082 C 28.00000381469727 18.50850296020508 27.66549301147461 19.2554931640625 27.12099456787109 19.80000305175781 C 26.57650375366211 20.34300231933594 25.82950401306152 20.67900276184082 25.00000381469727 20.67900276184082 C 24.17050361633301 20.67900276184082 23.42350387573242 20.34300231933594 22.87900352478027 19.80000305175781 C 22.33600425720215 19.2554931640625 22.00000381469727 18.50850296020508 22.00000381469727 17.67900276184082 C 22.00000381469727 16.84950256347656 22.33600425720215 16.10100364685059 22.87900352478027 15.55650329589844 C 23.42350387573242 15.01350212097168 24.17050361633301 14.67900276184082 25.00000381469727 14.67900276184082 Z" stroke="none" fill="#000"/></g></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(3.362 3.362)"><g transform="translate(-0.362 -0.362)" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="13" cy="13" r="13" stroke="none"/><circle cx="13" cy="13" r="12" fill="none"/></g><g transform="translate(8.638 8.638)"><line y1="8" x2="8" transform="translate(0 0)" fill="none" stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="8" y2="8" transform="translate(0 0)" fill="none" stroke="#fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(-464 -5346)"><path d="M6316,22388h-4a1,1,0,0,1,0-2h1v-4.76l2-2v6.76h1a1,1,0,1,1,0,2Zm-3-15.244V22368h-7v1a1,1,0,0,1-2,0v-4a.99.99,0,0,1,1-1,1,1,0,0,1,1,1v1h13.75l-2,2H6315v2.754l-2,2Z" transform="translate(-5834 -17014)"/><line y1="22" x2="22" transform="translate(469 5351)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(1.823 1.823)"><g transform="translate(0.177 0.178)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g><g transform="translate(8.946 8.946)"><line y1="10" x2="10" transform="translate(0.231 0.232)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="10" y2="10" transform="translate(0.231 0.232)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(12 12)"><line y1="8" x2="8" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="8" y2="8" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(7.533 7.533)"><line y1="16" x2="16" transform="translate(0.467 0.467)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line x2="16" y2="16" transform="translate(0.467 0.467)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.267 4.333)"><g transform="translate(0.733 6.666)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><path d="M1,0H17a1,1,0,0,1,1,1V8a8,8,0,0,1-8,8H8A8,8,0,0,1,0,8V1A1,1,0,0,1,1,0Z" stroke="none"/><path d="M1,1H17a0,0,0,0,1,0,0V8a7,7,0,0,1-7,7H8A7,7,0,0,1,1,8V1A0,0,0,0,1,1,1Z" fill="none"/></g><g transform="translate(16.733 14.666) rotate(-90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><path d="M0,0H8A0,0,0,0,1,8,0V3A3,3,0,0,1,5,6H3A3,3,0,0,1,0,3V0A0,0,0,0,1,0,0Z" stroke="none"/><path d="M1,1H7A0,0,0,0,1,7,1V3A2,2,0,0,1,5,5H3A2,2,0,0,1,1,3V1A0,0,0,0,1,1,1Z" fill="none"/></g><line x2="22" transform="translate(-1.267 22.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y1="2" transform="translate(4.733 1.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line y1="2" transform="translate(9.733 1.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line y1="2" transform="translate(14.733 1.666)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"><defs><radialGradient id="a" cx="0.5" cy="0.5" r="0.5" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="red"/><stop offset="0.148" stop-color="#ff9d00"/><stop offset="0.32" stop-color="#ffe200"/><stop offset="0.493" stop-color="#00ff27"/><stop offset="0.66" stop-color="blue"/><stop offset="0.833" stop-color="#f0f"/><stop offset="1" stop-color="red"/></radialGradient></defs><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(3.667 3.666)"><g transform="translate(0.333 0.334)" stroke="#fff" stroke-width="1" fill="url(#a)"><circle cx="12" cy="12" r="12" stroke="none"/><circle cx="12" cy="12" r="11.5" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(9.001 8)"><path d="M1291.177,10.648V6.84c0-3.934-3.513-8.192-8-8.192s-8,4.257-8,8.192v1.8" transform="translate(-1276.178 -2.647)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1289.251,8.8v3.912a7.6,7.6,0,0,1-2,5.588" transform="translate(-1277.252 -4.799)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1280.029,1.387c0,2.143,7.7,5,11,5" transform="translate(-1279.031 -2.386)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1279.58,4.471c-.862.606-1.949,3.279-2,4.889v1.222a6.65,6.65,0,0,0,2,4.889" transform="translate(-1275.581 -1.971)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1285.752,19.12a1.113,1.113,0,0,1-1.2,1h-.6a1.113,1.113,0,0,1-1.2-1h0a1.112,1.112,0,0,1,1.2-1h.6a1.114,1.114,0,0,1,1.2,1Z" transform="translate(-1275.754 -0.119)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1286.128,23.7h.469c2.493.021,4.522-4.31,4.531-9.671,0-.11,0-.218,0-.328" transform="translate(-1276.128 -4.702)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1293.193,8.08h-1v4h1a.95.95,0,0,0,1-.889V8.968A.951.951,0,0,0,1293.193,8.08Z" transform="translate(-1277.194 -2.08)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M1273.685,8.08h1v4h-1a.949.949,0,0,1-1-.887V8.97a.949.949,0,0,1,1-.89h0Z" transform="translate(-1275.686 -2.078)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.667 2.666)"><g transform="translate(4.334 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="16" height="22" rx="2" stroke="none"/><rect x="1" y="1" width="14" height="20" rx="1" fill="none"/></g><path d="M14.5,26.5h-9a2.665,2.665,0,0,1-3-3V8.5" transform="translate(-1.167 -1.166)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4 6.662)"><path d="M0,0H2A0,0,0,0,1,2,0V7A1,1,0,0,1,1,8H1A1,1,0,0,1,0,7V0A0,0,0,0,1,0,0Z" transform="translate(24 6.338)"/><g transform="translate(-8034 -17771.004)" fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M 8052.00048828125 17790.337890625 L 8039.99853515625 17790.337890625 C 8038.8955078125 17790.337890625 8037.998046875 17789.44140625 8037.998046875 17788.337890625 L 8037.998046875 17780.58984375 L 8037.998046875 17779.994140625 L 8037.4736328125 17779.7109375 L 8033.0869140625 17777.337890625 L 8045.9990234375 17770.353515625 L 8058.91162109375 17777.337890625 L 8054.525390625 17779.7109375 L 8054.0009765625 17779.994140625 L 8054.0009765625 17780.58984375 L 8054.0009765625 17788.337890625 C 8054.0009765625 17789.44140625 8053.103515625 17790.337890625 8052.00048828125 17790.337890625 Z" stroke="none"/><path d="M 8052.00048828125 17789.337890625 C 8052.55224609375 17789.337890625 8053.0009765625 17788.888671875 8053.0009765625 17788.337890625 L 8053.0009765625 17779.3984375 L 8054.0498046875 17778.830078125 L 8056.80908203125 17777.337890625 L 8045.9990234375 17771.490234375 L 8035.189453125 17777.337890625 L 8038.998046875 17779.3984375 L 8038.998046875 17788.337890625 C 8038.998046875 17788.888671875 8039.44677734375 17789.337890625 8039.99853515625 17789.337890625 L 8052.00048828125 17789.337890625 M 8052.00048828125 17791.337890625 L 8039.99853515625 17791.337890625 C 8038.341796875 17791.337890625 8036.998046875 17789.994140625 8036.998046875 17788.337890625 L 8036.998046875 17780.58984375 L 8032.474609375 17778.14453125 C 8031.8408203125 17777.80078125 8031.8408203125 17776.876953125 8032.474609375 17776.533203125 L 8045.583984375 17769.44140625 C 8045.8427734375 17769.3046875 8046.15576171875 17769.3046875 8046.41455078125 17769.44140625 L 8059.52392578125 17776.533203125 C 8060.158203125 17776.876953125 8060.158203125 17777.80078125 8059.52392578125 17778.14453125 L 8055.0009765625 17780.58984375 L 8055.0009765625 17788.337890625 C 8055.0009765625 17789.994140625 8053.65673828125 17791.337890625 8052.00048828125 17791.337890625 Z" stroke="none" fill="#000"/></g><g transform="translate(51.001 -9.328)" fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M -39.00025939941406 22.6452579498291 L -51.91369247436523 15.66250991821289 L -39.00027465820312 8.679754257202148 L -26.08683204650879 15.66250133514404 L -39.00025939941406 22.6452579498291 Z" stroke="none"/><path d="M -39.00026702880859 21.50841903686523 L -28.1892204284668 15.66250610351562 L -39.00026702880859 9.816591262817383 L -49.81130599975586 15.66250514984131 L -39.00026702880859 21.50841903686523 M -39.00026702880859 23.66250228881836 C -39.14347076416016 23.66250228881836 -39.28667831420898 23.62729454040527 -39.41675567626953 23.55688095092773 L -52.52513885498047 16.46870994567871 C -53.15862655639648 16.12618064880371 -53.15862655639648 15.19883060455322 -52.52513885498047 14.85630035400391 L -39.41675567626953 7.768130302429199 C -39.15660095214844 7.627290725708008 -38.84393310546875 7.627290725708008 -38.58377838134766 7.768130302429199 L -25.47538757324219 14.85630035400391 C -24.84189796447754 15.19883060455322 -24.84189796447754 16.12618064880371 -25.47538757324219 16.46870994567871 L -38.58377838134766 23.55688095092773 C -38.7138557434082 23.62729454040527 -38.85706329345703 23.66250228881836 -39.00026702880859 23.66250228881836 Z" stroke="none" fill="#000"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(10 3)"><g transform="translate(-5)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="10" height="10" rx="2" stroke="none"/><rect x="1" y="1" width="8" height="8" rx="1" fill="none"/></g><g transform="translate(7 16)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="10" height="10" rx="2" stroke="none"/><rect x="1" y="1" width="8" height="8" rx="1" fill="none"/></g><g transform="translate(7)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="10" height="14" rx="2" stroke="none"/><rect x="1" y="1" width="8" height="12" rx="1" fill="none"/></g><g transform="translate(-5 12)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="10" height="14" rx="2" stroke="none"/><rect x="1" y="1" width="8" height="12" rx="1" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.333 6.334)"><path d="M135.648,24.4l4,4,4-4" transform="translate(-128.981 -15.734)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y1="14" transform="translate(10.667 -1.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M25-3V1H1V-3" transform="translate(-2.333 19.667)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(10.667 4.333)"><line y2="24" transform="translate(10.333 -0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line y2="24" transform="translate(5.333 -0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line y2="24" transform="translate(0.333 -0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(1.667 1.669)"><g transform="translate(-8274 -20866)" fill="rgba(0,0,0,0)" stroke-miterlimit="10"><path d="M 8289.3310546875 20893.330078125 L 8277.3330078125 20893.330078125 C 8276.23046875 20893.330078125 8275.333984375 20892.43359375 8275.333984375 20891.33203125 L 8275.333984375 20879.328125 C 8275.333984375 20878.224609375 8276.23046875 20877.328125 8277.3330078125 20877.328125 L 8284.333984375 20877.328125 L 8285.333984375 20877.328125 L 8285.333984375 20876.328125 L 8285.333984375 20869.333984375 C 8285.333984375 20868.23046875 8286.23046875 20867.333984375 8287.3330078125 20867.333984375 L 8299.3310546875 20867.333984375 C 8300.43359375 20867.333984375 8301.3310546875 20868.23046875 8301.3310546875 20869.333984375 L 8301.3310546875 20881.33203125 C 8301.3310546875 20882.43359375 8300.43359375 20883.330078125 8299.3310546875 20883.330078125 L 8292.3310546875 20883.330078125 L 8291.3310546875 20883.330078125 L 8291.3310546875 20884.330078125 L 8291.3310546875 20891.33203125 C 8291.3310546875 20892.43359375 8290.43359375 20893.330078125 8289.3310546875 20893.330078125 Z" stroke="none"/><path d="M 8289.3310546875 20892.330078125 C 8289.8828125 20892.330078125 8290.3310546875 20891.8828125 8290.3310546875 20891.33203125 L 8290.3310546875 20882.330078125 L 8299.3310546875 20882.330078125 C 8299.8828125 20882.330078125 8300.3310546875 20881.8828125 8300.3310546875 20881.33203125 L 8300.3310546875 20869.333984375 C 8300.3310546875 20868.783203125 8299.8828125 20868.333984375 8299.3310546875 20868.333984375 L 8287.3330078125 20868.333984375 C 8286.7822265625 20868.333984375 8286.333984375 20868.783203125 8286.333984375 20869.333984375 L 8286.333984375 20878.328125 L 8277.3330078125 20878.328125 C 8276.7822265625 20878.328125 8276.333984375 20878.77734375 8276.333984375 20879.328125 L 8276.333984375 20891.33203125 C 8276.333984375 20891.8828125 8276.7822265625 20892.330078125 8277.3330078125 20892.330078125 L 8289.3310546875 20892.330078125 M 8289.3310546875 20894.330078125 L 8277.3330078125 20894.330078125 C 8275.6767578125 20894.330078125 8274.333984375 20892.98828125 8274.333984375 20891.33203125 L 8274.333984375 20879.328125 C 8274.333984375 20877.67578125 8275.6767578125 20876.328125 8277.3330078125 20876.328125 L 8284.333984375 20876.328125 L 8284.333984375 20869.333984375 C 8284.333984375 20867.67578125 8285.6767578125 20866.333984375 8287.3330078125 20866.333984375 L 8299.3310546875 20866.333984375 C 8300.98828125 20866.333984375 8302.3310546875 20867.67578125 8302.3310546875 20869.333984375 L 8302.3310546875 20881.33203125 C 8302.3310546875 20882.98828125 8300.98828125 20884.330078125 8299.3310546875 20884.330078125 L 8292.3310546875 20884.330078125 L 8292.3310546875 20891.33203125 C 8292.3310546875 20892.98828125 8290.98828125 20894.330078125 8289.3310546875 20894.330078125 Z" stroke="none" fill="#000"/></g><g transform="translate(10.333 0.332)" fill="rgba(0,0,0,0)" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="18" height="18" rx="3" stroke="none"/><rect x="1" y="1" width="16" height="16" rx="2" fill="none"/></g><g transform="translate(16.985 7.639)"><line x2="6" transform="translate(-0.652 1.693)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line y2="6" transform="translate(2.348 -1.307)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(3 3)"><g transform="translate(181.318 -66.664)" fill="none" stroke-miterlimit="10"><path d="M-159.189,67.336l3.175,3.169a2.371,2.371,0,0,1,.008,3.348l-16.735,16.88a2.369,2.369,0,0,1-1.2.654l-6,1.254a1.143,1.143,0,0,1-1.354-1.354l1.3-6.114a2.37,2.37,0,0,1,.656-1.2l16.911-16.65A2.3,2.3,0,0,1-159.189,67.336Z" stroke="none"/><path d="M -160.8125 68.66448974609375 C -160.8687286376953 68.66448974609375 -160.9509582519531 68.67945098876953 -161.0223999023438 68.74967956542969 L -177.9334259033203 85.39939117431641 C -177.9854583740234 85.45060729980469 -178.0209045410156 85.51518249511719 -178.0362396240234 85.58756256103516 L -179.0625305175781 90.41334533691406 L -174.3513336181641 89.42839050292969 C -174.2795867919922 89.41341400146484 -174.2148895263672 89.37837982177734 -174.1615753173828 89.32440948486328 L -157.4260864257812 72.44399261474609 C -157.282470703125 72.29917907714844 -157.2833251953125 72.063720703125 -157.4268493652344 71.92024993896484 L -160.6018981933594 68.75127410888672 C -160.6737365722656 68.67954254150391 -160.7560729980469 68.66448974609375 -160.8125 68.66448974609375 M -160.8125 66.66448974609375 C -160.2245635986328 66.66448974609375 -159.6370697021484 66.88836669921875 -159.1887664794922 67.33598327636719 L -156.0139770507812 70.50467681884766 C -155.0893402099609 71.42902374267578 -155.0859222412109 72.92450714111328 -156.0059661865234 73.85227966308594 L -172.7412719726562 90.73251342773438 C -173.0686340332031 91.06394958496094 -173.4867248535156 91.29103088378906 -173.9427185058594 91.38619995117188 L -179.9384765625 92.63971710205078 C -180.7482604980469 92.80831146240234 -181.4638824462891 92.09152221679688 -181.2926788330078 91.28530120849609 L -179.9924926757812 85.17153167724609 C -179.8960113525391 84.71621704101562 -179.6674346923828 84.29994201660156 -179.3366241455078 83.97422790527344 L -162.4255523681641 67.32450103759766 C -161.9779510498047 66.88445281982422 -161.3950042724609 66.66448974609375 -160.8125 66.66448974609375 Z" stroke="none" fill="#000"/></g><line x2="4" y2="4" transform="translate(17 5)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><line x2="5" y2="5" transform="translate(5 16)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(4.001 5.332)"><g transform="translate(-2 -3.332)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="28" height="18" rx="3" stroke="none"/><rect x="1" y="1" width="26" height="16" rx="2" fill="none"/></g><line x2="24" transform="translate(-0.001 20.668)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="3" cy="3" r="3" transform="translate(3 17.668)"/><path d="M3.106,1.789a1,1,0,0,1,1.789,0L7.276,6.553A1,1,0,0,1,6.382,8H1.618A1,1,0,0,1,.724,6.553Z" transform="translate(16.999 1.668) rotate(90)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2.667 6.667)"><g transform="translate(27.333 -0.666) rotate(90)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><rect width="20" height="28" rx="3" stroke="none"/><rect x="1" y="1" width="18" height="26" rx="2" fill="none"/></g><path d="M376.438-363.477l12,9,12-9" transform="translate(-375.105 364.811)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2.667 2.666)"><line y2="13" transform="translate(13.333 2.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y2="3" transform="translate(13.333 21.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(2.667 2.666)"><line y2="7" transform="translate(13.333 6.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y2="2" transform="translate(13.333 18.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><g transform="translate(-0.667 -0.666)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13" fill="none"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(6.333 4)"><g transform="translate(-44.001 1.726)" fill="none" stroke-miterlimit="10"><path d="M47.547,23.846a1.115,1.115,0,0,1-1.758,0c-1.177-1.462-3.121-4.014-3.121-4.939V-1.322a2.347,2.347,0,0,1,2.287-2.4H48.38a2.347,2.347,0,0,1,2.288,2.4V18.907C50.668,19.832,48.724,22.384,47.547,23.846Z" stroke="none"/><path d="M 46.66799163818359 21.73119354248047 C 47.975830078125 20.03742599487305 48.52814865112305 19.08638191223145 48.66800308227539 18.73761940002441 L 48.66800308227539 -1.322219133377075 C 48.66800308227539 -1.559579133987427 48.51623153686523 -1.724999189376831 48.38001251220703 -1.724999189376831 L 44.95485305786133 -1.724999189376831 C 44.81917190551758 -1.724999189376831 44.66800308227539 -1.559579133987427 44.66800308227539 -1.322219133377075 L 44.66800308227539 18.73761940002441 C 44.80786514282227 19.08640480041504 45.36041641235352 20.03777313232422 46.66799163818359 21.73119354248047 M 46.66757202148438 24.2744255065918 C 46.34342956542969 24.2744255065918 46.01942825317383 24.13157081604004 45.78914260864258 23.84586143493652 C 44.61200332641602 22.38358116149902 42.66800308227539 19.83190155029297 42.66800308227539 18.90667152404785 L 42.66800308227539 -1.322219133377075 C 42.66800308227539 -2.649609088897705 43.69200134277344 -3.724999189376831 44.95485305786133 -3.724999189376831 L 48.38001251220703 -3.724999189376831 C 49.64400482177734 -3.724999189376831 50.66800308227539 -2.649609088897705 50.66800308227539 -1.322219133377075 L 50.66800308227539 18.90667152404785 C 50.66800308227539 19.83190155029297 48.72400283813477 22.38358116149902 47.5468635559082 23.84586143493652 C 47.31600189208984 24.13157081604004 46.99171447753906 24.2744255065918 46.66757202148438 24.2744255065918 Z" stroke="none" fill="#000"/></g><line x2="6" transform="translate(-0.333 5)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><g transform="translate(10.667 -2)"><g transform="translate(0)" fill="none"><path d="M0,0H10V28H0Z" stroke="none"/><path d="M 2 2 L 2 26 L 8 26 L 8 2 L 2 2 M 0 0 L 10 0 L 10 28 L 0 28 L 0 0 Z" stroke="none" fill="#000"/></g><line x2="3" transform="translate(1 7)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line x2="3" transform="translate(1 14)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line x2="3" transform="translate(1 21)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(6.667 1)"><path d="M-533,82.1V87.81a3,3,0,0,1-2.857,2.857h-14.286A3,3,0,0,1-553,87.81V73.524a3,3,0,0,1,2.857-2.857h5.714" transform="translate(550.333 -63.667)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M-538.333,67h8v8" transform="translate(550.666 -63)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line y1="12" x2="12" transform="translate(7.333 5)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33"><g transform="translate(0.5 0.5)"><rect width="32" height="32" fill="#fff" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1" opacity="0"/><g transform="translate(5.333 6.666)"><line x2="14" transform="translate(3.667 6.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><line x2="8" transform="translate(3.667 12.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/><path d="M-2868.324,228.505v-7h-7" transform="translate(2890.992 -223.171)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M-2875.273,242.9h7v-7" transform="translate(2890.941 -222.569)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M-2889.122,221.558h-7v7" transform="translate(2894.79 -223.223)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M-2896.072,235.958v7h7" transform="translate(2894.739 -222.62)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><circle cx="3" cy="3" r="3" transform="translate(18.667 17.334)"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(5.333 5.333)"><g transform="translate(0 2.668)"><path d="M16,1.167A16.765,16.765,0,0,0,13.723,1h-.017A15.052,15.052,0,0,0,7.594,2.207,12.771,12.771,0,0,0,2.462,6.3,10.707,10.707,0,0,0,1.038,8.792a.64.64,0,0,0,0,.423A11.254,11.254,0,0,0,3.479,13" transform="translate(-2.333 -1)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/><path d="M8.353,15.858a17.331,17.331,0,0,0,2.32.167,15.265,15.265,0,0,0,6.188-1.207,12.343,12.343,0,0,0,5.093-4.1A10.208,10.208,0,0,0,23.32,8.207a.652.652,0,0,0,0-.424,11.887,11.887,0,0,0-2.494-3.758" transform="translate(-0.686 -0.026)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/></g><line y1="22" x2="22" transform="translate(-0.333 -0.334)" fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="#fff" opacity="0"/><g transform="translate(3 7.333)"><path d="M30.465,17.254a13.5,13.5,0,0,0-2.712-4.4,13.06,13.06,0,0,0-3.993-3A14.206,14.206,0,0,0,17.5,8.5a14.2,14.2,0,0,0-6.257,1.356A13.386,13.386,0,0,0,6,14.452a12.391,12.391,0,0,0-1.455,2.8.793.793,0,0,0-.006.475,12.89,12.89,0,0,0,2.634,4.415,12.747,12.747,0,0,0,3.987,3A14.5,14.5,0,0,0,17.5,26.5a14.5,14.5,0,0,0,6.345-1.355,12.986,12.986,0,0,0,5.221-4.6,11.871,11.871,0,0,0,1.4-2.812A.793.793,0,0,0,30.465,17.254Z" transform="translate(-4.504 -8.834)" fill="none" stroke="#000" stroke-width="2"/><circle cx="5" cy="5" r="5" transform="translate(8 3.667)" fill="none" stroke="#000" stroke-width="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" transform="translate(32 32) rotate(180)" fill="#fff" opacity="0"/><g transform="translate(4 4)"><rect width="6" height="14" rx="2.005" transform="translate(18 0)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/><path d="M12.426,15.423h1.226l-.1.678h-1.13a1.677,1.677,0,0,0,0,3.354h2.715l3.951.083s-.855,6.084,2.775,8.125c2.33,1.177,2.764-1.065,2.764-1.065V22.361l1.385-1.412s2.771-2.62,2.771-4.264l0-9.857A2.622,2.622,0,0,0,26.015,4H14.682a1.678,1.678,0,0,0,0,3.354h.111l-.1.679H13.555a1.677,1.677,0,0,0,0,3.353h.668l-.1.679h-1.7a1.677,1.677,0,0,0,0,3.354Z" transform="translate(-10.786 -4.003)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>