@smart-factor/gem-ui-components 0.0.57 → 0.0.58

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 (363) hide show
  1. package/dist/{Drawer-D8kHnT0B.js → Drawer-d8461jqd.js} +115 -115
  2. package/dist/SignEditor.js +72298 -0
  3. package/dist/{Stack-Dr1yNuib.js → Stack-ThmeJzqr.js} +65 -65
  4. package/dist/{Tree-B4Bd33fe.js → Tree-D_Zjc1fk.js} +711 -774
  5. package/dist/assets/SignEditor.css +1 -0
  6. package/dist/components/Drawer/index.js +1 -1
  7. package/dist/components/SignEditor/SignEditor.d.ts +8 -0
  8. package/dist/components/SignEditor/SignEditor.stories.d.ts +6 -0
  9. package/dist/components/SignEditor/SignEditor.styles.d.ts +33 -0
  10. package/dist/components/SignEditor/SignEditorCanvas.d.ts +7 -0
  11. package/dist/components/SignEditor/SignEditorCanvasHeader.d.ts +7 -0
  12. package/dist/components/SignEditor/SignEditorContext.d.ts +9 -0
  13. package/dist/components/SignEditor/SignEditorContextProvider.d.ts +7 -0
  14. package/dist/components/SignEditor/SignEditorEditDialog.d.ts +12 -0
  15. package/dist/components/SignEditor/SignEditorImage.d.ts +16 -0
  16. package/dist/components/SignEditor/SignEditorImagesList.d.ts +11 -0
  17. package/dist/components/SignEditor/SignEditorPicker.d.ts +1 -0
  18. package/dist/components/SignEditor/SignEditorPickerSigns.d.ts +1 -0
  19. package/dist/components/SignEditor/SignEditorPickerStencils.d.ts +1 -0
  20. package/dist/components/SignEditor/SignEditorSaveDialog.d.ts +10 -0
  21. package/dist/components/SignEditor/index.d.ts +3 -0
  22. package/dist/components/SignEditor/useIsNameUnique.d.ts +1 -0
  23. package/dist/components/SignEditor/useOnSvgSelected.d.ts +3 -0
  24. package/dist/components/SignEditor/useSaveStencil.d.ts +9 -0
  25. package/dist/components/SignEditor/useSvgMount.d.ts +2 -0
  26. package/dist/components/Tree/index.js +1 -1
  27. package/dist/extensions/ext-connector/ext-connector.js +11 -0
  28. package/dist/extensions/ext-connector/ext-connector.js.map +1 -0
  29. package/dist/extensions/ext-eyedropper/ext-eyedropper.js +11 -0
  30. package/dist/extensions/ext-eyedropper/ext-eyedropper.js.map +1 -0
  31. package/dist/extensions/ext-grid/ext-grid.js +10 -0
  32. package/dist/extensions/ext-grid/ext-grid.js.map +1 -0
  33. package/dist/extensions/ext-helloworld/ext-helloworld.js +10 -0
  34. package/dist/extensions/ext-helloworld/ext-helloworld.js.map +1 -0
  35. package/dist/extensions/ext-layer_view/ext-layer_view.js +9 -0
  36. package/dist/extensions/ext-layer_view/ext-layer_view.js.map +1 -0
  37. package/dist/extensions/ext-markers/ext-markers.js +30 -0
  38. package/dist/extensions/ext-markers/ext-markers.js.map +1 -0
  39. package/dist/extensions/ext-opensave/ext-opensave.js +2 -0
  40. package/dist/extensions/ext-opensave/ext-opensave.js.map +1 -0
  41. package/dist/extensions/ext-overview_window/ext-overview_window.js +11 -0
  42. package/dist/extensions/ext-overview_window/ext-overview_window.js.map +1 -0
  43. package/dist/extensions/ext-panning/ext-panning.js +10 -0
  44. package/dist/extensions/ext-panning/ext-panning.js.map +1 -0
  45. package/dist/extensions/ext-polystar/ext-polystar.js +11 -0
  46. package/dist/extensions/ext-polystar/ext-polystar.js.map +1 -0
  47. package/dist/extensions/ext-shapes/ext-shapes.js +10 -0
  48. package/dist/extensions/ext-shapes/ext-shapes.js.map +1 -0
  49. package/dist/extensions/ext-shapes/shapelib/animal.json +21 -0
  50. package/dist/extensions/ext-shapes/shapelib/arrow.json +28 -0
  51. package/dist/extensions/ext-shapes/shapelib/basic.json +32 -0
  52. package/dist/extensions/ext-shapes/shapelib/dialog_balloon.json +9 -0
  53. package/dist/extensions/ext-shapes/shapelib/electronics.json +20 -0
  54. package/dist/extensions/ext-shapes/shapelib/flowchart.json +25 -0
  55. package/dist/extensions/ext-shapes/shapelib/game.json +13 -0
  56. package/dist/extensions/ext-shapes/shapelib/index.json +18 -0
  57. package/dist/extensions/ext-shapes/shapelib/license-MIT-raphael.txt +12 -0
  58. package/dist/extensions/ext-shapes/shapelib/math.json +9 -0
  59. package/dist/extensions/ext-shapes/shapelib/misc.json +37 -0
  60. package/dist/extensions/ext-shapes/shapelib/music.json +21 -0
  61. package/dist/extensions/ext-shapes/shapelib/object.json +18 -0
  62. package/dist/extensions/ext-shapes/shapelib/raphael_1.json +65 -0
  63. package/dist/extensions/ext-shapes/shapelib/raphael_2.json +64 -0
  64. package/dist/extensions/ext-shapes/shapelib/symbol.json +28 -0
  65. package/dist/extensions/ext-storage/ext-storage.js +23 -0
  66. package/dist/extensions/ext-storage/ext-storage.js.map +1 -0
  67. package/dist/fonts/roadsign-condensed.ttf +0 -0
  68. package/dist/fonts/roadsign-normal.ttf +0 -0
  69. package/dist/licenses.txt +1034 -172
  70. package/dist/main.js +2402 -38744
  71. package/dist/svgedit-assets/images/add_subpath.svg +16 -0
  72. package/dist/svgedit-assets/images/align.svg +5 -0
  73. package/dist/svgedit-assets/images/align_bottom.svg +1 -0
  74. package/dist/svgedit-assets/images/align_center.svg +1 -0
  75. package/dist/svgedit-assets/images/align_distrib_horiz.svg +1 -0
  76. package/dist/svgedit-assets/images/align_distrib_verti.svg +1 -0
  77. package/dist/svgedit-assets/images/align_left.svg +1 -0
  78. package/dist/svgedit-assets/images/align_middle.svg +1 -0
  79. package/dist/svgedit-assets/images/align_right.svg +1 -0
  80. package/dist/svgedit-assets/images/align_top.svg +1 -0
  81. package/dist/svgedit-assets/images/anchor_end.svg +8 -0
  82. package/dist/svgedit-assets/images/anchor_middle.svg +8 -0
  83. package/dist/svgedit-assets/images/anchor_start.svg +8 -0
  84. package/dist/svgedit-assets/images/angle.svg +1 -0
  85. package/dist/svgedit-assets/images/arrow_down.svg +3 -0
  86. package/dist/svgedit-assets/images/arrow_right.svg +3 -0
  87. package/dist/svgedit-assets/images/arrow_right_big.svg +3 -0
  88. package/dist/svgedit-assets/images/blur.svg +1 -0
  89. package/dist/svgedit-assets/images/bold.svg +8 -0
  90. package/dist/svgedit-assets/images/box.svg +3 -0
  91. package/dist/svgedit-assets/images/box_o.svg +3 -0
  92. package/dist/svgedit-assets/images/c_radius.svg +5 -0
  93. package/dist/svgedit-assets/images/cancel.svg +9 -0
  94. package/dist/svgedit-assets/images/circle.svg +1 -0
  95. package/dist/svgedit-assets/images/clone.svg +1 -0
  96. package/dist/svgedit-assets/images/close_path.svg +14 -0
  97. package/dist/svgedit-assets/images/closepath_icons.svg +41 -0
  98. package/dist/svgedit-assets/images/config.svg +1 -0
  99. package/dist/svgedit-assets/images/conn.svg +1 -0
  100. package/dist/svgedit-assets/images/context_menu.svg +9 -0
  101. package/dist/svgedit-assets/images/cursors/circle_cursor.svg +14 -0
  102. package/dist/svgedit-assets/images/cursors/ellipse_cursor.svg +14 -0
  103. package/dist/svgedit-assets/images/cursors/rect_cursor.svg +14 -0
  104. package/dist/svgedit-assets/images/cursors/square_cursor.svg +13 -0
  105. package/dist/svgedit-assets/images/delete.svg +1 -0
  106. package/dist/svgedit-assets/images/docprop.svg +1 -0
  107. package/dist/svgedit-assets/images/docprops.svg +19 -0
  108. package/dist/svgedit-assets/images/editPref.svg +1 -0
  109. package/dist/svgedit-assets/images/edit_foreign.svg +57 -0
  110. package/dist/svgedit-assets/images/ellipse.svg +1 -0
  111. package/dist/svgedit-assets/images/export.svg +1 -0
  112. package/dist/svgedit-assets/images/eye.svg +12 -0
  113. package/dist/svgedit-assets/images/eye_dropper.svg +1 -0
  114. package/dist/svgedit-assets/images/fh_ellipse.svg +1 -0
  115. package/dist/svgedit-assets/images/fh_rect.svg +1 -0
  116. package/dist/svgedit-assets/images/fill.svg +8 -0
  117. package/dist/svgedit-assets/images/fontsize.svg +4 -0
  118. package/dist/svgedit-assets/images/forwardslash.svg +3 -0
  119. package/dist/svgedit-assets/images/globe_link.svg +1 -0
  120. package/dist/svgedit-assets/images/go_down.svg +9 -0
  121. package/dist/svgedit-assets/images/go_up.svg +9 -0
  122. package/dist/svgedit-assets/images/grid.svg +1 -0
  123. package/dist/svgedit-assets/images/group_elements.svg +1 -0
  124. package/dist/svgedit-assets/images/handle.svg +1 -0
  125. package/dist/svgedit-assets/images/height.svg +3 -0
  126. package/dist/svgedit-assets/images/hello_world.svg +11 -0
  127. package/dist/svgedit-assets/images/image.svg +1 -0
  128. package/dist/svgedit-assets/images/imagelib.svg +10 -0
  129. package/dist/svgedit-assets/images/import.svg +10 -0
  130. package/dist/svgedit-assets/images/importImg.svg +1 -0
  131. package/dist/svgedit-assets/images/italic.svg +8 -0
  132. package/dist/svgedit-assets/images/layer_view.svg +6 -0
  133. package/dist/svgedit-assets/images/leftarrow.svg +3 -0
  134. package/dist/svgedit-assets/images/leftarrow_o.svg +3 -0
  135. package/dist/svgedit-assets/images/letter_spacing.svg +17 -0
  136. package/dist/svgedit-assets/images/library.svg +1 -0
  137. package/dist/svgedit-assets/images/linecap_butt.svg +1 -0
  138. package/dist/svgedit-assets/images/linecap_round.svg +1 -0
  139. package/dist/svgedit-assets/images/linecap_square.svg +1 -0
  140. package/dist/svgedit-assets/images/linejoin_bevel.svg +1 -0
  141. package/dist/svgedit-assets/images/linejoin_miter.svg +1 -0
  142. package/dist/svgedit-assets/images/linejoin_round.svg +1 -0
  143. package/dist/svgedit-assets/images/link_controls.svg +7 -0
  144. package/dist/svgedit-assets/images/logo.svg +25 -0
  145. package/dist/svgedit-assets/images/mcircle.svg +3 -0
  146. package/dist/svgedit-assets/images/mcircle_o.svg +3 -0
  147. package/dist/svgedit-assets/images/mkr_markers_dimension.svg +7 -0
  148. package/dist/svgedit-assets/images/mkr_markers_label.svg +5 -0
  149. package/dist/svgedit-assets/images/mkr_markers_off.svg +3 -0
  150. package/dist/svgedit-assets/images/move_bottom.svg +1 -0
  151. package/dist/svgedit-assets/images/move_top.svg +1 -0
  152. package/dist/svgedit-assets/images/netlify-dark.svg +17 -0
  153. package/dist/svgedit-assets/images/new.svg +1 -0
  154. package/dist/svgedit-assets/images/no_color.svg +4 -0
  155. package/dist/svgedit-assets/images/node_clone.svg +8 -0
  156. package/dist/svgedit-assets/images/node_delete.svg +10 -0
  157. package/dist/svgedit-assets/images/nomarker.svg +3 -0
  158. package/dist/svgedit-assets/images/ok.svg +9 -0
  159. package/dist/svgedit-assets/images/opacity.svg +12 -0
  160. package/dist/svgedit-assets/images/open.svg +1 -0
  161. package/dist/svgedit-assets/images/open_path.svg +17 -0
  162. package/dist/svgedit-assets/images/openpath.png +0 -0
  163. package/dist/svgedit-assets/images/panning.svg +1 -0
  164. package/dist/svgedit-assets/images/path.svg +1 -0
  165. package/dist/svgedit-assets/images/pen.svg +1 -0
  166. package/dist/svgedit-assets/images/pencil.svg +1 -0
  167. package/dist/svgedit-assets/images/polygon.svg +1 -0
  168. package/dist/svgedit-assets/images/rect.svg +1 -0
  169. package/dist/svgedit-assets/images/redo.svg +1 -0
  170. package/dist/svgedit-assets/images/reorient.svg +1 -0
  171. package/dist/svgedit-assets/images/reverseslash.svg +3 -0
  172. package/dist/svgedit-assets/images/rightarrow.svg +3 -0
  173. package/dist/svgedit-assets/images/rightarrow_o.svg +3 -0
  174. package/dist/svgedit-assets/images/rotate.svg +4 -0
  175. package/dist/svgedit-assets/images/save.svg +16 -0
  176. package/dist/svgedit-assets/images/saveImg.svg +1 -0
  177. package/dist/svgedit-assets/images/select.svg +1 -0
  178. package/dist/svgedit-assets/images/select_node.svg +4 -0
  179. package/dist/svgedit-assets/images/shapelib.svg +1 -0
  180. package/dist/svgedit-assets/images/source.svg +1 -0
  181. package/dist/svgedit-assets/images/square.svg +1 -0
  182. package/dist/svgedit-assets/images/star.svg +1 -0
  183. package/dist/svgedit-assets/images/star_o.svg +3 -0
  184. package/dist/svgedit-assets/images/stroke.svg +3 -0
  185. package/dist/svgedit-assets/images/svg-edit-home.svg +26 -0
  186. package/dist/svgedit-assets/images/text.svg +1 -0
  187. package/dist/svgedit-assets/images/text_decoration_linethrough.svg +6 -0
  188. package/dist/svgedit-assets/images/text_decoration_overline.svg +6 -0
  189. package/dist/svgedit-assets/images/text_decoration_underline.svg +6 -0
  190. package/dist/svgedit-assets/images/text_length.svg +19 -0
  191. package/dist/svgedit-assets/images/textmarker.svg +3 -0
  192. package/dist/svgedit-assets/images/textmarker_bottom.svg +3 -0
  193. package/dist/svgedit-assets/images/textmarker_top.svg +3 -0
  194. package/dist/svgedit-assets/images/to_path.svg +1 -0
  195. package/dist/svgedit-assets/images/tool_add_subpath.svg +1 -0
  196. package/dist/svgedit-assets/images/tool_foreign.svg +30 -0
  197. package/dist/svgedit-assets/images/tool_imagelib.svg +10 -0
  198. package/dist/svgedit-assets/images/tool_node_clone.svg +1 -0
  199. package/dist/svgedit-assets/images/tool_node_delete.svg +1 -0
  200. package/dist/svgedit-assets/images/tool_node_link.svg +1 -0
  201. package/dist/svgedit-assets/images/tool_openclose_path.svg +1 -0
  202. package/dist/svgedit-assets/images/tool_placemark.svg +11 -0
  203. package/dist/svgedit-assets/images/triangle.svg +3 -0
  204. package/dist/svgedit-assets/images/triangle_o.svg +3 -0
  205. package/dist/svgedit-assets/images/undo.svg +1 -0
  206. package/dist/svgedit-assets/images/ungroup.svg +21 -0
  207. package/dist/svgedit-assets/images/unlink_use.svg +14 -0
  208. package/dist/svgedit-assets/images/verticalslash.svg +3 -0
  209. package/dist/svgedit-assets/images/warning.svg +11 -0
  210. package/dist/svgedit-assets/images/webappfind.svg +23 -0
  211. package/dist/svgedit-assets/images/width.svg +3 -0
  212. package/dist/svgedit-assets/images/wireframe.svg +1 -0
  213. package/dist/svgedit-assets/images/word_spacing.svg +15 -0
  214. package/dist/svgedit-assets/images/xmark.svg +3 -0
  215. package/dist/svgedit-assets/images/zoom.svg +1 -0
  216. package/dist/theme-BzEoBwfH.js +37291 -0
  217. package/dist/useFormControl-Cj8rSR6R.js +68 -0
  218. package/package.json +29 -5
  219. package/dist/components/AccordionSummary/AccordionSummary.d.ts +0 -7
  220. package/dist/components/AccordionSummary/AccordionSummary.stories.d.ts +0 -8
  221. package/dist/components/AccordionSummary/AccordionSummary.styles.d.ts +0 -7
  222. package/dist/components/Button/Button.d.ts +0 -8
  223. package/dist/components/Button/Button.stories.d.ts +0 -8
  224. package/dist/components/Button/Button.styles.d.ts +0 -6
  225. package/dist/components/Button/ButtonAdd.d.ts +0 -3
  226. package/dist/components/ButtonWithIcon/ButtonWithIcon.d.ts +0 -10
  227. package/dist/components/ButtonWithIcon/ButtonWithIcon.stories.d.ts +0 -7
  228. package/dist/components/Dialog/Dialog.d.ts +0 -3
  229. package/dist/components/Dialog/Dialog.stories.d.ts +0 -7
  230. package/dist/components/Dialog/Dialog.styles.d.ts +0 -11
  231. package/dist/components/Dialog/index.d.ts +0 -2
  232. package/dist/components/Dialog/types.d.ts +0 -9
  233. package/dist/components/Drawer/Drawer.d.ts +0 -15
  234. package/dist/components/Drawer/Drawer.stories.d.ts +0 -8
  235. package/dist/components/Drawer/DrawerContent.d.ts +0 -6
  236. package/dist/components/Drawer/DrawerFooter.d.ts +0 -6
  237. package/dist/components/Drawer/DrawerHeader.d.ts +0 -7
  238. package/dist/components/Drawer/index.d.ts +0 -1
  239. package/dist/components/Dropzone/Dropzone.d.ts +0 -7
  240. package/dist/components/Dropzone/Dropzone.stories.d.ts +0 -9
  241. package/dist/components/Dropzone/Dropzone.styles.d.ts +0 -17
  242. package/dist/components/Dropzone/DropzoneField.d.ts +0 -12
  243. package/dist/components/Dropzone/const.d.ts +0 -12
  244. package/dist/components/Dropzone/index.d.ts +0 -3
  245. package/dist/components/ElementsPicker/ElementsPicker.d.ts +0 -8
  246. package/dist/components/ElementsPicker/ElementsPicker.stories.d.ts +0 -8
  247. package/dist/components/ElementsPicker/ElementsPickerElement.d.ts +0 -9
  248. package/dist/components/ElementsPicker/index.d.ts +0 -2
  249. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.d.ts +0 -18
  250. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.stories.d.ts +0 -13
  251. package/dist/components/FixedActionsBottomPanel/FixedActionsBottomPanel.styles.d.ts +0 -6
  252. package/dist/components/FormComponents/Autocomplete/Autocomplete.d.ts +0 -4
  253. package/dist/components/FormComponents/Autocomplete/Autocomplete.stories.d.ts +0 -11
  254. package/dist/components/FormComponents/Autocomplete/Autocomplete.styles.d.ts +0 -7
  255. package/dist/components/FormComponents/Autocomplete/index.d.ts +0 -2
  256. package/dist/components/FormComponents/Autocomplete/types.d.ts +0 -27
  257. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.d.ts +0 -40
  258. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.stories.d.ts +0 -15
  259. package/dist/components/FormComponents/ContextualSearch/ContextualSearch.styles.d.ts +0 -4
  260. package/dist/components/FormComponents/ContextualSearch/ContextualSearchControlled.d.ts +0 -9
  261. package/dist/components/FormComponents/ContextualSearch/ContextualSearchListListbox.d.ts +0 -7
  262. package/dist/components/FormComponents/ContextualSearch/index.d.ts +0 -2
  263. package/dist/components/FormComponents/ContextualSearch/mock.d.ts +0 -13
  264. package/dist/components/FormComponents/DatePicker/DatePicker.d.ts +0 -12
  265. package/dist/components/FormComponents/DatePicker/DatePicker.stories.d.ts +0 -9
  266. package/dist/components/FormComponents/DatePicker/DatePicker.styles.d.ts +0 -7
  267. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.d.ts +0 -12
  268. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.stories.d.ts +0 -9
  269. package/dist/components/FormComponents/DateTimePicker/DateTimePicker.styles.d.ts +0 -7
  270. package/dist/components/FormComponents/Input/Input.d.ts +0 -11
  271. package/dist/components/FormComponents/Input/Input.stories.d.ts +0 -11
  272. package/dist/components/FormComponents/Input/Input.styles.d.ts +0 -3
  273. package/dist/components/FormComponents/RadioChips/RadioChips.d.ts +0 -21
  274. package/dist/components/FormComponents/RadioChips/RadioChips.stories.d.ts +0 -9
  275. package/dist/components/FormComponents/RadioChips/RadioChips.styles.d.ts +0 -10
  276. package/dist/components/FormComponents/SearchInput/SearchInput.d.ts +0 -11
  277. package/dist/components/FormComponents/SearchInput/SearchInput.stories.d.ts +0 -9
  278. package/dist/components/FormComponents/SearchInput/SearchInput.styles.d.ts +0 -1
  279. package/dist/components/FormComponents/Select/Select.d.ts +0 -30
  280. package/dist/components/FormComponents/Select/Select.stories.d.ts +0 -11
  281. package/dist/components/FormComponents/Select/Select.styles.d.ts +0 -4
  282. package/dist/components/FormComponents/index.d.ts +0 -9
  283. package/dist/components/Grid/Grid.d.ts +0 -4
  284. package/dist/components/Grid/index.d.ts +0 -2
  285. package/dist/components/Grid/types.d.ts +0 -40
  286. package/dist/components/Grid/useGridInitialState.d.ts +0 -6
  287. package/dist/components/LoadingBackdrop/LoadingBackdrop.d.ts +0 -7
  288. package/dist/components/LoadingBackdrop/LoadingBackdrop.stories.d.ts +0 -7
  289. package/dist/components/LoadingBackdrop/index.d.ts +0 -1
  290. package/dist/components/ResizableWrapper/ResizableWrapper.d.ts +0 -11
  291. package/dist/components/ResizableWrapper/ResizableWrapper.stories.d.ts +0 -7
  292. package/dist/components/ResizableWrapper/ResizableWrapper.styles.d.ts +0 -10
  293. package/dist/components/SimpleAutocomplete/SimpleAutocomplete.d.ts +0 -3
  294. package/dist/components/SimpleAutocomplete/SimpleAutocomplete.stories.d.ts +0 -11
  295. package/dist/components/SimpleAutocomplete/index.d.ts +0 -1
  296. package/dist/components/SimpleInput/SimpleInput.d.ts +0 -6
  297. package/dist/components/SimpleInput/SimpleInput.stories.d.ts +0 -7
  298. package/dist/components/SimpleSelect/SimpleSelect.d.ts +0 -14
  299. package/dist/components/SimpleSelect/SimpleSelect.stories.d.ts +0 -7
  300. package/dist/components/Stepper/Stepper.d.ts +0 -13
  301. package/dist/components/Stepper/Stepper.stories.d.ts +0 -7
  302. package/dist/components/Stepper/Stepper.styles.d.ts +0 -9
  303. package/dist/components/StickyContainer/StickyContainer.d.ts +0 -7
  304. package/dist/components/StickyContainer/StickyContainer.stories.d.ts +0 -7
  305. package/dist/components/StickyContainer/StickyContainer.styles.d.ts +0 -7
  306. package/dist/components/TableComponents/ContextMenu/ContextMenu.d.ts +0 -6
  307. package/dist/components/TableComponents/ContextMenu/ContextMenu.stories.d.ts +0 -7
  308. package/dist/components/TableComponents/ContextMenu/ContextMenu.styles.d.ts +0 -1
  309. package/dist/components/TableComponents/ContextMenu/ContextMenuContext.d.ts +0 -7
  310. package/dist/components/TableComponents/ContextMenu/ContextMenuItem.d.ts +0 -8
  311. package/dist/components/TableComponents/ContextMenu/ContextMenuPropsContext/ContextMenuPropsContext.d.ts +0 -6
  312. package/dist/components/TableComponents/ContextMenu/ContextMenuPropsContext/useContextMenuProps.d.ts +0 -3
  313. package/dist/components/TableComponents/ContextMenu/index.d.ts +0 -2
  314. package/dist/components/TableComponents/TableActions/TableActions.d.ts +0 -7
  315. package/dist/components/TableComponents/TableActions/TableActions.stories.d.ts +0 -7
  316. package/dist/components/TableComponents/TableActions/index.d.ts +0 -2
  317. package/dist/components/TableComponents/TableCustomToolbar/TableCustomToolbar.d.ts +0 -10
  318. package/dist/components/TableComponents/TableCustomToolbar/index.d.ts +0 -1
  319. package/dist/components/TableComponents/TableExportButton/TableExportButton.d.ts +0 -9
  320. package/dist/components/TableComponents/TableExportButton/index.d.ts +0 -1
  321. package/dist/components/TableComponents/TableRecord/TableRecord.d.ts +0 -8
  322. package/dist/components/TableComponents/TableRecord/index.d.ts +0 -1
  323. package/dist/components/TableComponents/TableWithPagination/TableWithPagination.d.ts +0 -4
  324. package/dist/components/TableComponents/TableWithPagination/TableWithPagination.stories.d.ts +0 -13
  325. package/dist/components/TableComponents/TableWithPagination/TableWithPaginationExport.d.ts +0 -0
  326. package/dist/components/TableComponents/TableWithPagination/TableWrapper.d.ts +0 -8
  327. package/dist/components/TableComponents/TableWithPagination/types.d.ts +0 -53
  328. package/dist/components/TableComponents/index.d.ts +0 -5
  329. package/dist/components/TabsPanel/TabsPanel.d.ts +0 -14
  330. package/dist/components/TabsPanel/TabsPanel.stories.d.ts +0 -7
  331. package/dist/components/TabsPanel/TabsPanel.styles.d.ts +0 -8
  332. package/dist/components/Toast/Toast.stories.d.ts +0 -7
  333. package/dist/components/Toast/Toast.styles.d.ts +0 -12
  334. package/dist/components/Toast/ToastContent.d.ts +0 -4
  335. package/dist/components/Toast/errorToast.d.ts +0 -1
  336. package/dist/components/Toast/index.d.ts +0 -2
  337. package/dist/components/Toast/successToast.d.ts +0 -1
  338. package/dist/components/Tree/Tree.d.ts +0 -18
  339. package/dist/components/Tree/Tree.stories.d.ts +0 -7
  340. package/dist/components/Tree/index.d.ts +0 -1
  341. package/dist/consts/data-grid.d.ts +0 -122
  342. package/dist/helpers/columns/getBooleanColumn.d.ts +0 -6
  343. package/dist/helpers/columns/getDateColumn.d.ts +0 -6
  344. package/dist/helpers/columns/getDateTimeColumn.d.ts +0 -6
  345. package/dist/helpers/columns/getNumericColumn.d.ts +0 -6
  346. package/dist/helpers/columns/getStaticColumn.d.ts +0 -6
  347. package/dist/helpers/columns/getStringColumn.d.ts +0 -6
  348. package/dist/helpers/columns/index.d.ts +0 -6
  349. package/dist/helpers/date/formatDate.d.ts +0 -3
  350. package/dist/helpers/date/formatDateTime.d.ts +0 -3
  351. package/dist/helpers/date/index.d.ts +0 -2
  352. package/dist/helpers/index.d.ts +0 -2
  353. package/dist/hooks/index.d.ts +0 -4
  354. package/dist/hooks/useContextMenu.d.ts +0 -8
  355. package/dist/hooks/useDataGridInitialState.d.ts +0 -6
  356. package/dist/hooks/useDataGridState.d.ts +0 -9
  357. package/dist/hooks/useGetFileUrl.d.ts +0 -5
  358. package/dist/hooks/useKeepDefinedValue.d.ts +0 -1
  359. package/dist/hooks/useScrollPosition.d.ts +0 -2
  360. package/dist/providers/GemUIComponentsProvider.d.ts +0 -4
  361. package/dist/providers/ToasterProvider.d.ts +0 -1
  362. package/dist/theme/theme.d.ts +0 -19
  363. package/dist/types/function.d.ts +0 -1
@@ -0,0 +1,16 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 124 124" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <defs>
3
+ <linearGradient id="svg_4" x1="0.33594" y1="0.28125" x2="1" y2="1">
4
+ <stop offset="0" stop-color="#ffffff" stop-opacity="1"/>
5
+ <stop offset="1" stop-color="#fddb8c" stop-opacity="1"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <g>
9
+ <path d="m6,103l55,-87c85,33.64 -26,37.12 55,87l-110,0z" id="svg_1" fill="url(#svg_4)" stroke="#000000" stroke-width="4" stroke-dasharray="null"/>
10
+ <g id="svg_7">
11
+ <circle stroke-dasharray="null" stroke-width="5" stroke="#000000" fill="#ffffff" id="svg_6" r="22.63281" cy="88.5" cx="45.5"/>
12
+ <line stroke-dasharray="null" stroke-width="7" stroke="#000000" id="svg_2" y2="104.03768" x2="45.5" y1="72.96232" x1="45.5"/>
13
+ <line stroke-dasharray="null" stroke-width="7" stroke="#000000" id="svg_3" y2="88.5" x2="61.03768" y1="88.5" x1="29.96232"/>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="22" height="22" xmlns="http://www.w3.org/2000/svg">
2
+ <rect stroke="#606060" fill="#fddb8c" id="svg_4" height="7" width="12" y="7.5" x="4.5"/>
3
+ <rect stroke="#c15909" fill="#f9bc01" id="svg_2" height="40" width="2" y="-10" x="9.5"/>
4
+ <rect stroke="#ffffff" fill="none" id="svg_5" height="5" width="10" y="8.5" x="5.5"/>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-3{fill:none;}.cls-2{fill:#fff;stroke:#fff;stroke-linejoin:round;}.cls-2,.cls-3{stroke-linecap:round;stroke-width:2px;}.cls-3{stroke:#f9ba00;stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><rect class="cls-2" x="7.25" y="19.12" width="20.5" height="11.59" transform="translate(42.42 7.42) rotate(90)"/><rect class="cls-2" x="19.11" y="14.94" width="28.87" height="11.59" transform="translate(54.28 -12.81) rotate(90)"/><line class="cls-3" x1="5.6" y1="43.17" x2="45.44" y2="43.17"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-3{fill:none;}.cls-2{fill:#fff;stroke:#fff;stroke-linejoin:round;}.cls-2,.cls-3{stroke-linecap:round;stroke-width:2px;}.cls-3{stroke:#f9ba00;stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><rect class="cls-2" x="15.27" y="10.91" width="20.5" height="11.59" transform="translate(51.04 33.42) rotate(-180)"/><rect class="cls-2" x="11.09" y="26.96" width="28.87" height="11.59" transform="translate(51.04 65.52) rotate(-180)"/><line class="cls-3" x1="25.52" y1="4.81" x2="25.52" y2="44.66"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-3{fill:none;}.cls-2{fill:#fff;stroke:#fff;stroke-linejoin:round;}.cls-2,.cls-3{stroke-linecap:round;stroke-width:2px;}.cls-3{stroke:#f9ba00;stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><rect class="cls-2" height="17" id="svg_3" width="11.59" x="30.16" y="16.23"/><rect class="cls-2" height="24.34" id="svg_1" width="11.59" x="9.29" y="12.56"/><line class="cls-3" x1="36.21" x2="36.21" y1="4.81" y2="44.66"/><line class="cls-3" x1="14.96" x2="14.96" y1="4.81" y2="44.66"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-3{fill:none;}.cls-2{fill:#fff;stroke:#fff;stroke-linejoin:round;}.cls-2,.cls-3{stroke-linecap:round;stroke-width:2px;}.cls-3{stroke:#f9ba00;stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><rect class="cls-2" height="17" width="11.59" x="20.2" y="6.28" transform="rotate(-90 26 14.7767)"/><rect class="cls-2" height="24.34" width="11.59" x="20.21" y="23.48" transform="rotate(-90 26 35.6533)"/><line class="cls-3" x1="26" x2="26" y1="-5.4" y2="34.45" transform="rotate(-90 26 14.5226)"/><line class="cls-3" x1="26" x2="26" y1="15.85" y2="55.7" transform="rotate(-90 26 35.7734)"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-3{fill:none;}.cls-2{fill:#fff;stroke:#fff;stroke-linejoin:round;}.cls-2,.cls-3{stroke-linecap:round;stroke-width:2px;}.cls-3{stroke:#f9ba00;stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><rect class="cls-2" x="15.6" y="10.91" width="20.5" height="11.59" transform="translate(51.71 33.42) rotate(-180)"/><rect class="cls-2" x="15.6" y="26.96" width="28.87" height="11.59" transform="translate(60.07 65.52) rotate(-180)"/><line class="cls-3" x1="7.61" y1="4.81" x2="7.61" y2="44.66"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-3{fill:none;}.cls-2{fill:#fff;stroke:#fff;stroke-linejoin:round;}.cls-2,.cls-3{stroke-linecap:round;stroke-width:2px;}.cls-3{stroke:#f9ba00;stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><rect class="cls-2" x="7.25" y="18.94" width="20.5" height="11.59" transform="translate(42.23 7.24) rotate(90)"/><rect class="cls-2" x="19.11" y="18.94" width="28.87" height="11.59" transform="translate(58.28 -8.81) rotate(90)"/><line class="cls-3" x1="5.6" y1="24.74" x2="45.44" y2="24.74"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-3{fill:none;}.cls-2{fill:#fff;stroke:#fff;stroke-linejoin:round;}.cls-2,.cls-3{stroke-linecap:round;stroke-width:2px;}.cls-3{stroke:#f9ba00;stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><rect class="cls-2" x="15.46" y="10.91" width="20.5" height="11.59"/><rect class="cls-2" x="7.09" y="26.96" width="28.87" height="11.59"/><line class="cls-3" x1="43.95" y1="4.81" x2="43.95" y2="44.66"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-3{fill:none;}.cls-2{fill:#fff;stroke:#fff;stroke-linejoin:round;}.cls-2,.cls-3{stroke-linecap:round;stroke-width:2px;}.cls-3{stroke:#f9ba00;stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><rect class="cls-2" x="6.73" y="18.75" width="20.5" height="11.59" transform="translate(-7.57 41.53) rotate(-90)"/><rect class="cls-2" x="18.6" y="22.94" width="28.87" height="11.59" transform="translate(4.3 61.76) rotate(-90)"/><line class="cls-3" x1="5.08" y1="6.3" x2="44.93" y2="6.3"/></g></g></svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
2
+ <!-- Created with SVG-edit - https://github.com/SVG-Edit/svgedit-->
3
+ <g class="layer">
4
+ <title>Layer 1</title>
5
+ <text fill="#000000" font-family="serif" font-size="9" id="svg_2" stroke="#000000" stroke-width="0" text-anchor="middle" x="12" xml:space="preserve" y="14.66667">abcd</text>
6
+ <line fill="none" id="svg_1" stroke="#f9bc01" stroke-width="2" x1="21.46429" x2="21.46429" y1="4.95685" y2="18.62351"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
2
+ <!-- Created with SVG-edit - https://github.com/SVG-Edit/svgedit-->
3
+ <g class="layer">
4
+ <title>Layer 1</title>
5
+ <text fill="#000000" font-family="serif" font-size="9" id="svg_2" stroke="#000000" stroke-width="0" text-anchor="middle" x="12" xml:space="preserve" y="14.66667">abcd</text>
6
+ <line fill="none" id="svg_1" stroke="#f9bc01" stroke-width="2" x1="11.75" x2="11.75" y1="4.38542" y2="18.05208"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
2
+ <!-- Created with SVG-edit - https://github.com/SVG-Edit/svgedit-->
3
+ <g class="layer">
4
+ <title>Layer 1</title>
5
+ <text fill="#000000" font-family="serif" font-size="9" id="svg_2" stroke="#000000" stroke-width="0" text-anchor="middle" x="12" xml:space="preserve" y="14.66667">abcd</text>
6
+ <line fill="none" id="svg_1" stroke="#f9bc01" stroke-width="2" x1="1.5" x2="1.5" y1="5.63542" y2="19.30208"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-3{fill:none;}.cls-2{fill:#fff;stroke:#fff;}.cls-2,.cls-3{stroke-linecap:round;stroke-width:2px;}.cls-2,.cls-3,.cls-4{stroke-linejoin:round;}.cls-3,.cls-4{stroke:#f9ba00;}.cls-4{fill:#f9ba00;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><line class="cls-2" x1="44.2" y1="37.01" x2="6.85" y2="37.01"/><line class="cls-2" x1="30.11" y1="12.46" x2="6.85" y2="37.01"/><path class="cls-3" d="M28.12,21.07c3.34,4.44,5.19,7.37,5.19,13.35"/><polygon class="cls-4" points="26.66 19 27.24 24.45 31.64 21.28 26.66 19"/></g></g></svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 50 40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <path transform="rotate(90, 26, 13)" d="m14,-12l0,50l25,-25l-25,-25z" fill="#000000" stroke="#000000"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 50">
2
+ <path stroke="#000000" fill="#000000" d="m0,0l0,50l25,-25l-25,-25z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 50">
2
+ <path stroke="#000000" fill="#000000" d="m0,0l0,50l25,-25l-25,-25z"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2{fill:#f9ba00;}.cls-2{opacity:0.2;}.cls-3{fill:none;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><path class="cls-1" d="M24.78,39.73a15.16,15.16,0,0,1-15.32-15,15.16,15.16,0,0,1,15.32-15"/><path class="cls-2" d="M24.88,7.58A17.34,17.34,0,0,1,42.4,24.74,17.34,17.34,0,0,1,24.88,41.89"/><path class="cls-2" d="M24.88,9.74A15.25,15.25,0,0,1,40.29,24.82,15.25,15.25,0,0,1,24.88,39.9"/><path class="cls-2" d="M24.88,11.77A13.19,13.19,0,0,1,38.21,24.82a13.19,13.19,0,0,1-13.33,13"/><path class="cls-2" d="M24.88,13.81a11,11,0,1,1,0,22"/><path class="cls-2" d="M24.88,15.85a9,9,0,1,1,0,17.94"/><path class="cls-2" d="M24.78,17.88a6.94,6.94,0,1,1,0,13.88"/><path class="cls-2" d="M24.78,19.92a4.91,4.91,0,1,1,0,9.81"/><path class="cls-2" d="M24.78,21.64a3.1,3.1,0,1,1,0,6.2"/><polyline class="cls-3" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/></g></g></svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0"?>
2
+ <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
3
+ <!-- Created with SVG-edit - https://github.com/SVG-Edit/svgedit-->
4
+ <g class="layer">
5
+ <title>Layer 1</title>
6
+ <text fill="#000000" font-family="serif" font-size="18" font-style="normal" font-weight="bold" id="svg_1" stroke="#000000" stroke-width="0" text-anchor="middle" x="11.511492" xml:space="preserve" y="18.011461">B</text>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-60 -60 120 120">
2
+ <path stroke-width="10" stroke="#f9bc01" fill="#f9bc01" d="m-30,-30l0,60l60,0l0,-60z"/>
3
+ </svg></svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-60 -60 120 120">
2
+ <path stroke-width="10" stroke="#f9bc01" fill="none" d="m-30,-30l0,60l60,0l0,-60z"/>
3
+ </svg></svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
2
+ <rect stroke="#404040" fill="none" stroke-width="0.5" x="2.37501" y="2.4375" width="43.9375" height="43.9375" id="svg_1" rx="13" ry="13"/>
3
+ <path fill="none" stroke="#000000" d="m2.43674,15.88952l13.73722,0l0.08978,-13.46483m0.08978,14.08493" id="svg_3"/>
4
+ <line fill="none" stroke="#000000" x1="16.35107" y1="15.88934" x2="5.20504" y2="5.20504" id="svg_4" stroke-dasharray="2,2"/>
5
+ </svg></svg>
@@ -0,0 +1,9 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <defs>
3
+ <linearGradient y2="0.65625" x2="0.94141" y1="0.43359" x1="0.42969" id="svg_9">
4
+ <stop stop-opacity="1" stop-color="#ff3838" offset="0"/>
5
+ <stop stop-opacity="1" stop-color="#7a0c0c" offset="1"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <path stroke="#550000" fill="url(#svg_9)" id="svg_101" d="m2.10526,10.52632l7.36842,0l0,-7.36842l3.68421,0l0,7.36842l7.36842,0l0,3.68421l-7.36842,0l0,7.36842l-3.68421,0l0,-7.36842l-7.36842,0l0,-3.68421z" transform="rotate(45, 11.3, 12.3)"/>
9
+ </svg></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2{fill:none;}.cls-2{stroke:#f9ba00;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><ellipse class="cls-2" cx="25.41" cy="24.81" rx="13.99" ry="14.28"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2,.cls-4{fill:none;}.cls-2,.cls-4{stroke:#fff;}.cls-2,.cls-3{stroke-linecap:round;stroke-linejoin:round;}.cls-2,.cls-3,.cls-4{stroke-width:2px;}.cls-3{fill:#f9ba00;stroke:#f9ba00;}.cls-4{stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><path class="cls-2" d="M38.92,33.18s-9.39-5.22-9.39-9,2.35-11.83,2.35-11.83v-.58a6.87,6.87,0,0,0-13.7,0l0,.58s2.35,8,2.35,11.83-9.39,9-9.39,9"/><rect class="cls-3" x="6.72" y="42.58" width="36.59" height="2.45"/><rect class="cls-4" x="4.84" y="33.18" width="40.35" height="8.4"/></g></g></svg>
@@ -0,0 +1,14 @@
1
+ <svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <g>
3
+ <path stroke="#000" stroke-width="15" fill="#fddb8c" d="m121.5,40l-84,106l27,115l166,2l29,-111"/>
4
+ <line x1="240" y1="136" x2="169.5" y2="74" stroke="#A00" stroke-width="25" fill="none"/>
5
+ <path stroke="none" fill ="#A00" d="m158,65l31,74l-3,-50l51,-3z"/>
6
+ <g stroke-width="15" stroke="#00f" fill="#0ff">
7
+ <circle r="30" cy="41" cx="123"/>
8
+ <circle r="30" cy="146" cx="40"/>
9
+ <circle r="30" cy="260" cx="69"/>
10
+ <circle r="30" cy="260" cx="228"/>
11
+ <circle r="30" cy="148" cx="260"/>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,41 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg">
2
+ <g id="tool_closepath">
3
+ <svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+ <g>
5
+ <title>Layer 1</title>
6
+ <path stroke="#000" stroke-width="15" fill="#fddb8c" d="m121.5,40l-84,106l27,115l166,2l29,-111"/>
7
+ <line x1="240" y1="136" x2="169.5" y2="74" stroke="#A00" stroke-width="25" fill="none"/>
8
+ <path stroke="none" fill ="#A00" d="m158,65l31,74l-3,-50l51,-3z"/>
9
+ <g stroke-width="15" stroke="#00f" fill="#0ff">
10
+ <circle r="30" cy="41" cx="123"/>
11
+ <circle r="30" cy="146" cx="40"/>
12
+ <circle r="30" cy="260" cx="69"/>
13
+ <circle r="30" cy="260" cx="228"/>
14
+ <circle r="30" cy="148" cx="260"/>
15
+ </g>
16
+ </g>
17
+ </svg>
18
+ </g>
19
+ <g id="tool_openpath">
20
+ <svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
21
+ <g>
22
+ <title>Layer 1</title>
23
+ <path stroke="#000" stroke-width="15" fill="#fddb8c" d="m123.5,38l-84,106l27,115l166,2l29,-111"/>
24
+ <line x1="276.5" y1="153" x2="108.5" y2="24" stroke="#000" stroke-width="10" fill="none"/>
25
+ <g stroke-width="15" stroke="#00f" fill="#0ff">
26
+ <circle r="30" cy="41" cx="123"/>
27
+ <circle r="30" cy="146" cx="40"/>
28
+ <circle r="30" cy="260" cx="69"/>
29
+ <circle r="30" cy="260" cx="228"/>
30
+ <circle r="30" cy="148" cx="260"/>
31
+ </g>
32
+ <g stroke="#A00" stroke-width="15" fill="none">
33
+ <line x1="168" y1="24" x2="210" y2="150"/>
34
+ <line x1="210" y1="24" x2="168" y2="150"/>
35
+ </g>
36
+ </g>
37
+ </svg>
38
+ </g>
39
+
40
+ <g id="svg_eof"/>
41
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="64" height="64" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M655.872 960a61.952 61.952 0 0 1-45.376-19.136c-14.912-16.192-62.272-58.24-100.992-58.24-38.464 0-86.528 42.304-100.352 57.216a62.144 62.144 0 0 1-68.224 14.144l-1.28-0.576-117.76-65.088-1.088-0.832a55.552 55.552 0 0 1-18.944-67.52c0.064-0.192 10.816-24.768 10.816-47.168 0-67.968-56-123.392-124.8-123.392h-4.16l-0.768 0.064c-19.712 0-35.776-17.344-40.896-44.096C41.6 603.264 32 552.448 32 512.384c0-40 9.6-90.88 10.048-92.992 5.184-27.136 21.568-44.48 41.664-44.096h4.16c68.8 0 124.8-55.296 124.8-123.328 0-22.4-10.752-46.976-10.88-47.232a55.424 55.424 0 0 1 19.136-67.456l1.216-0.832 124.224-67.456 1.344-0.576a63.36 63.36 0 0 1 67.968 13.952c14.656 15.232 61.184 54.784 98.816 54.784 37.312 0 83.52-38.784 98.112-53.76a63.616 63.616 0 0 1 68.032-13.376l1.28 0.576 120 65.92 1.216 0.832a55.424 55.424 0 0 1 19.072 67.456c-0.128 0.192-10.88 24.768-10.88 47.168 0 67.968 56 123.328 124.8 123.328h4.16c19.968-0.384 36.416 17.024 41.6 44.096 0.512 2.112 10.112 52.992 10.112 92.992 0 40.064-9.6 90.88-10.048 92.992-5.184 27.136-21.632 44.48-41.6 44.032h-4.16c-68.8 0-124.8 55.36-124.8 123.392 0 22.464 10.752 46.976 10.88 47.232a55.36 55.36 0 0 1-19.072 67.392l-1.28 0.896-122.048 66.688-1.344 0.512a56.32 56.32 0 0 1-22.656 4.48z m-6.016-64.832a8.192 8.192 0 0 0 3.648 0.96h0.192l112.128-61.056c-2.688-6.208-15.04-36.16-15.04-67.584 0-93.76 75.008-170.56 169.024-175.296 1.344-7.36 8.704-48.832 8.704-79.808s-7.296-72.384-8.704-79.744c-94.016-4.864-169.024-81.664-169.024-175.36 0-31.424 12.416-61.44 15.104-67.648l-110.4-60.352h-0.448a8.448 8.448 0 0 0-4.16 1.088 309.12 309.12 0 0 1-40.832 33.728c-33.984 23.552-66.176 35.456-95.552 35.456-29.76 0-62.144-12.16-96.384-36.16a312.064 312.064 0 0 1-41.024-34.432 9.088 9.088 0 0 0-4.224-1.024H372.48l-114.304 61.76c2.752 6.272 15.104 36.288 15.104 67.584 0 93.696-75.008 170.496-169.024 175.36-1.408 7.36-8.704 48.704-8.704 79.744s7.36 72.384 8.704 79.744c94.016 4.8 169.024 81.6 169.024 175.36 0 31.424-12.48 61.632-15.104 67.712l108.16 59.52h0.256a8 8 0 0 0 3.584-0.896c2.048-2.112 18.176-19.008 41.408-35.776 34.688-25.088 67.648-37.76 97.92-37.76 30.656 0 63.872 12.928 98.752 38.464 23.36 17.152 39.616 34.24 41.6 36.416z m-137.984-223.104c-88.32 0-160.192-71.68-160.192-159.808s71.872-159.744 160.192-159.744c88.384 0 160.256 71.616 160.256 159.744s-71.872 159.808-160.256 159.808z m0-255.744a96 96 0 0 0 0 191.808 95.936 95.936 0 0 0 0-191.808z"></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2{fill:none;}.cls-2{stroke:#f9ba00;stroke-miterlimit:10;}.cls-2,.cls-3{stroke-linecap:round;stroke-width:2px;}.cls-3{fill:#fff;stroke:#fff;stroke-linejoin:round;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><line class="cls-2" x1="14.25" y1="16.23" x2="37.11" y2="33.52"/><rect class="cls-3" x="9.19" y="-0.56" width="10.12" height="22.9" transform="matrix(0, 1, -1, 0, 25.14, -3.36)"/><rect class="cls-3" x="31.73" y="27.13" width="10.12" height="22.9" transform="matrix(0, 1, -1, 0, 75.37, 1.79)"/></g></g></svg>
@@ -0,0 +1,9 @@
1
+ <svg width="120" height="120" xmlns="http://www.w3.org/2000/svg">
2
+ <path stroke-width="0" id="svg_11" d="m4.5,46.5l52,0l-26,38l-26,-38z" stroke="#000" fill="#000"/>
3
+ <g id="svg_16">
4
+ <line stroke-width="10" id="svg_12" y2="27.5" x2="117.5" y1="27.5" x1="59.5" stroke="#000" fill="#000"/>
5
+ <line id="svg_13" stroke-width="10" y2="51.5" x2="117.5" y1="51.5" x1="59.5" stroke="#000" fill="#000"/>
6
+ <line id="svg_14" stroke-width="10" y2="73.5" x2="117.5" y1="73.5" x1="59.5" stroke="#000" fill="#000"/>
7
+ <line id="svg_15" stroke-width="10" y2="97.5" x2="117.5" y1="97.5" x1="59.5" stroke="#000" fill="#000"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0"?>
2
+ <svg width="20" height="16" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
3
+ <title>circle_cursor</title>
4
+ <g class="layer">
5
+ <title>Layer 1</title>
6
+ <g id="layer2">
7
+ <path d="m0.1,7.76l7.7,-7.66l-7.7,0l0,7.66z" fill="#2b3c45" id="path9" stroke="#2b3c45"
8
+ stroke-dashoffset="0" stroke-width="0.19" />
9
+ </g>
10
+
11
+ <circle cx="9.44" cy="9.06" display="inline" fill="#ffffff" id="path10" r="5.98" stroke="#2b3c45"
12
+ stroke-dashoffset="0" stroke-width="1" />
13
+ </g>
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0"?>
2
+ <svg width="20" height="16" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
3
+ <title>circle_cursor</title>
4
+ <g class="layer">
5
+ <title>Layer 1</title>
6
+ <g class="layer" id="svg_2">
7
+ <g id="layer2">
8
+ <path d="m0.1,6.37l6.3,-6.27l-6.3,0l0,6.27z" fill="#2b3c45" id="path9" stroke="#2b3c45"
9
+ stroke-dashoffset="0" stroke-width="0.2" />
10
+ </g>
11
+ <ellipse cx="11.0" cy="7" fill="#ffffff" id="svg_1" rx="7.5" ry="3.43" stroke="#2b3c45" stroke-width="1" />
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0"?>
2
+ <svg width="20" height="16" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
3
+ <title>circle_cursor</title>
4
+ <g class="layer">
5
+ <title>Layer 1</title>
6
+ <g class="layer" id="svg_2">
7
+
8
+ <path d="m0.1,6.37l6.3,-6.27l-6.3,0l0,6.27z" fill="#2b3c45" id="path9" stroke="#2b3c45"
9
+ stroke-dashoffset="0" stroke-width="0.2" />
10
+
11
+ </g>
12
+ <rect fill="#ffffff" height="6.4" id="svg_3" stroke="#2b3c45" width="13.6" x="4.54" y="4.53" />
13
+ </g>
14
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0"?>
2
+ <svg width="20" height="16" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
3
+ <title>circle_cursor</title>
4
+ <g class="layer">
5
+ <title>Layer 1</title>
6
+ <g class="layer" id="svg_2">
7
+ <g id="layer2">
8
+ <path d="m0.1,6.37l6.3,-6.27l-6.3,0l0,6.27z" fill="#2b3c45" id="path9" stroke="#2b3c45" stroke-dashoffset="0" stroke-width="0.2"/>
9
+ </g>
10
+ </g>
11
+ <rect fill="#ffffff" height="8" id="svg_3" stroke="#2b3c45" width="8" x="5.04" y="4.43"/>
12
+ </g>
13
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2,.cls-3,.cls-4{fill:none;}.cls-2,.cls-3,.cls-4{stroke:#fff;stroke-width:2px;}.cls-2,.cls-4{stroke-linejoin:round;}.cls-3,.cls-4{stroke-linecap:round;}.cls-3{stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><polygon class="cls-2" points="41.06 11.05 36.34 43.08 14.71 43.08 9.99 11.05 41.06 11.05"/><line class="cls-3" x1="18.2" y1="16.01" x2="19.71" y2="38.01"/><line class="cls-3" x1="25.43" y1="16.06" x2="25.43" y2="38.06"/><line class="cls-3" x1="32.68" y1="16.06" x2="31.17" y2="38.06"/><line class="cls-4" x1="6.94" y1="11.05" x2="44.1" y2="11.05"/><rect class="cls-2" x="19.69" y="6.4" width="11.66" height="4.65"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2{fill:none;}.cls-2{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}.cls-3{fill:#f9ba00;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><polyline class="cls-2" points="37.26 21.1 37.26 14.03 27.02 3.91 7.31 3.91 7.31 40.98 23.79 40.98"/><polyline class="cls-2" points="27.02 3.91 27.02 14.03 37.26 14.03"/><path class="cls-3" d="M36.41,46.73a1.79,1.79,0,0,1-1.34-.57c-.45-.48-1.85-1.72-3-1.72s-2.57,1.25-3,1.69a1.83,1.83,0,0,1-2,.42h0l-3.49-1.93,0,0a1.64,1.64,0,0,1-.56-2,4.18,4.18,0,0,0,.32-1.4,3.69,3.69,0,0,0-3.7-3.66h-.15c-.58,0-1.06-.51-1.21-1.3a16.62,16.62,0,0,1-.3-2.76,16.47,16.47,0,0,1,.3-2.76c.15-.8.64-1.32,1.23-1.31h.13a3.68,3.68,0,0,0,3.7-3.65,3.77,3.77,0,0,0-.33-1.4,1.66,1.66,0,0,1,.57-2l0,0,3.68-2,0,0a1.89,1.89,0,0,1,2,.42,5.23,5.23,0,0,0,2.93,1.62,5.31,5.31,0,0,0,2.91-1.59,1.88,1.88,0,0,1,2-.4l0,0,3.56,1.95,0,0a1.64,1.64,0,0,1,.56,2,4.1,4.1,0,0,0-.32,1.4,3.68,3.68,0,0,0,3.7,3.65h.12c.6,0,1.08.51,1.24,1.31a17.7,17.7,0,0,1,.3,2.76,17.88,17.88,0,0,1-.3,2.76c-.15.8-.64,1.32-1.23,1.3h-.13A3.68,3.68,0,0,0,41,41.18a3.84,3.84,0,0,0,.33,1.4,1.64,1.64,0,0,1-.57,2l0,0-3.62,2,0,0A1.54,1.54,0,0,1,36.41,46.73Zm-.18-1.92a.23.23,0,0,0,.11,0h0L39.67,43a5.57,5.57,0,0,1-.44-2,5.24,5.24,0,0,1,5-5.19,15.57,15.57,0,0,0,.26-2.37,15.57,15.57,0,0,0-.26-2.37,5.25,5.25,0,0,1-5-5.2,5.49,5.49,0,0,1,.44-2L36.4,22.1h0a.28.28,0,0,0-.13,0,8.93,8.93,0,0,1-1.21,1,5.07,5.07,0,0,1-2.83,1.05,5.12,5.12,0,0,1-2.86-1.07,10.81,10.81,0,0,1-1.22-1,.27.27,0,0,0-.12,0h0l-3.39,1.83a5.61,5.61,0,0,1,.44,2,5.25,5.25,0,0,1-5,5.2,15.57,15.57,0,0,0-.26,2.37,15.4,15.4,0,0,0,.26,2.36,5.25,5.25,0,0,1,5,5.2,5.73,5.73,0,0,1-.44,2l3.2,1.77h0a.2.2,0,0,0,.11,0,9.88,9.88,0,0,1,1.23-1.06,5.09,5.09,0,0,1,2.9-1.12A5.07,5.07,0,0,1,35,43.73,10.1,10.1,0,0,1,36.23,44.81Zm-4.09-6.62a4.74,4.74,0,1,1,4.75-4.74A4.75,4.75,0,0,1,32.14,38.19Zm0-7.58a2.85,2.85,0,1,0,2.77,2.77A2.85,2.85,0,0,0,32.14,30.61Z"/></g></g></svg>
@@ -0,0 +1,19 @@
1
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <defs>
3
+ <linearGradient y2="1" x2="1" y1="0.5" x1="1" id="svg_53">
4
+ <stop stop-opacity="1" stop-color="#606060" offset="0"/>
5
+ <stop stop-opacity="0" stop-color="#5e5e5e" offset="1"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <rect stroke="#606060" fill="#eaeaea" id="svg_55" height="21" width="18" y="1.6692" x="2.42792"/>
9
+ <line fill="none" stroke="#a0a0a0" id="svg_56" y2="4.37757" x2="14.89023" y1="4.37757" x1="6.696"/>
10
+ <line fill="none" stroke="#a0a0a0" id="svg_57" y2="7.10804" x2="12.92026" y1="7.10804" x1="6.6948"/>
11
+ <line fill="none" stroke="#a0a0a0" id="svg_58" y2="9.84241" x2="15.64716" y1="9.84241" x1="6.6942"/>
12
+ <line fill="none" stroke="#a0a0a0" id="svg_59" y2="12.36585" x2="13.21805" y1="12.36585" x1="6.69691"/>
13
+ <line fill="none" stroke="#a0a0a0" id="svg_60" y2="15.06507" x2="14.43591" y1="15.06507" x1="6.69691"/>
14
+ <line fill="none" stroke="#a0a0a0" id="svg_61" y2="17.84241" x2="13.36979" y1="17.84241" x1="6.69691"/>
15
+ <g id="svg_54">
16
+ <path transform="rotate(-45, 12.5448, 11.7085)" stroke="none" fill="#606060" id="svg_31" d="m11.24329,8.73944l0,2.79974l2.53499,0.07777l0,-2.95528c1.78134,0.07777 2.26093,1.39987 2.12391,2.95528c-0.06851,1.63318 -1.30175,3.49967 -3.49418,3.26636c-2.19242,-0.31108 -2.87755,-1.39987 -3.15161,-2.72197c-0.27406,-1.39987 0.41108,-3.34413 1.98689,-3.4219z"/>
17
+ <rect opacity="0.95" transform="rotate(-45, 16.2485, 15.1732)" stroke="none" fill="url(#svg_53)" id="svg_50" height="4.85445" width="2.57974" y="12.746" x="15.04047"/>
18
+ </g>
19
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2,.cls-4{fill:none;}.cls-2,.cls-4{stroke:#fff;stroke-width:2px;}.cls-2{stroke-linecap:round;stroke-linejoin:round;}.cls-3{fill:#fff;}.cls-4{stroke-miterlimit:10;}.cls-5{fill:#f9ba00;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><line class="cls-2" x1="26.12" y1="13.74" x2="12.11" y2="31"/><line class="cls-2" x1="29.45" y1="18.86" x2="34.43" y2="12.69"/><polyline class="cls-2" points="25.36 5.39 8.01 26.93 5.95 38.81 16.9 34.44 18.7 32.2"/><path class="cls-3" d="M6.8,33.94a3.51,3.51,0,0,1,2.62.51,3.18,3.18,0,0,1,1.42,2.41L6,38.81Z"/><path class="cls-4" d="M8.73,26.63A14.26,14.26,0,0,0,12.11,31a16.56,16.56,0,0,0,5.12,2.63"/><path class="cls-4" d="M22.29,8.36A15,15,0,0,0,25.91,13a18.2,18.2,0,0,0,5.49,2.78"/><path class="cls-2" d="M34.62,12.39A16.56,16.56,0,0,1,29.5,9.76a29.86,29.86,0,0,1-4.14-4.37S29.26,6.45,31,7.8A22.22,22.22,0,0,1,34.62,12.39Z"/><path class="cls-5" d="M36.67,44.08a1.84,1.84,0,0,1-1.35-.56c-.44-.48-1.85-1.73-3-1.73s-2.57,1.25-3,1.69a1.82,1.82,0,0,1-2,.42h0L23.8,42l0,0a1.65,1.65,0,0,1-.56-2,4.18,4.18,0,0,0,.32-1.4,3.69,3.69,0,0,0-3.7-3.66h-.14c-.59,0-1.06-.51-1.22-1.3a18.42,18.42,0,0,1-.29-2.76,18.23,18.23,0,0,1,.29-2.76c.16-.8.64-1.32,1.24-1.31h.12a3.68,3.68,0,0,0,3.7-3.65,4.1,4.1,0,0,0-.32-1.4,1.64,1.64,0,0,1,.57-2l0,0,3.69-2,0,0a1.88,1.88,0,0,1,2,.42,5.3,5.3,0,0,0,2.93,1.62,5.24,5.24,0,0,0,2.91-1.59,1.89,1.89,0,0,1,2-.4l0,0L41,19.66l0,0a1.64,1.64,0,0,1,.57,2,4.1,4.1,0,0,0-.32,1.4A3.68,3.68,0,0,0,45,26.74h.12c.59,0,1.08.51,1.23,1.31a16.47,16.47,0,0,1,.3,2.76,18.42,18.42,0,0,1-.29,2.76c-.16.8-.64,1.32-1.24,1.3H45a3.68,3.68,0,0,0-3.7,3.66,4.18,4.18,0,0,0,.32,1.4,1.64,1.64,0,0,1-.56,2l0,0-3.62,2,0,0A1.54,1.54,0,0,1,36.67,44.08Zm-.18-1.92a.2.2,0,0,0,.11,0h0l3.33-1.81a5.5,5.5,0,0,1-.45-2,5.24,5.24,0,0,1,5-5.19,15.57,15.57,0,0,0,.26-2.37,14.35,14.35,0,0,0-.26-2.37,5.25,5.25,0,0,1-5-5.2,5.43,5.43,0,0,1,.45-2l-3.27-1.79h0a.27.27,0,0,0-.12,0,9.59,9.59,0,0,1-1.21,1,5.07,5.07,0,0,1-2.84,1.05,5.07,5.07,0,0,1-2.85-1.07,9.29,9.29,0,0,1-1.22-1,.28.28,0,0,0-.13,0h0l-3.39,1.83a5.55,5.55,0,0,1,.45,2,5.25,5.25,0,0,1-5,5.2,15.57,15.57,0,0,0-.26,2.37,15.23,15.23,0,0,0,.26,2.36,5.25,5.25,0,0,1,5,5.2,5.44,5.44,0,0,1-.45,2l3.21,1.77h0a.17.17,0,0,0,.1,0,10.82,10.82,0,0,1,1.23-1.06,5.11,5.11,0,0,1,2.91-1.12,5,5,0,0,1,2.92,1.14A9.75,9.75,0,0,1,36.49,42.16ZM32.4,35.54a4.74,4.74,0,1,1,4.75-4.74A4.75,4.75,0,0,1,32.4,35.54Zm0-7.58a2.85,2.85,0,1,0,2.77,2.77A2.85,2.85,0,0,0,32.4,28Z"/></g></g></svg>
@@ -0,0 +1,57 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="34 38 170 170" overflow="hidden">
2
+ <g fill="#000088">
3
+ <path d="M30.1,63.9v-4.3l30.2-14.9V50L36.5,61.7l23.8,11.7v5.3L30.1,63.9z"/>
4
+ <path d="M106.1,79.7v-1.1c4.2-0.5,4.8-1.1,4.8-5.2V58.2c0-6-1.3-7.9-5.4-7.9c-3.3,0-5.7,1.3-7.8,4.4v18.1
5
+ c0,4.5,1.1,5.7,5.2,5.8v1.1H86.8v-1.1c4.1-0.3,4.9-1.1,4.9-5.1V57.9c0-5-1.6-7.6-4.8-7.6c-2.5,0-5.6,1.2-7.4,2.9
6
+ c-0.5,0.5-1.1,1.4-1.1,1.4v20.3c0,2.8,1.1,3.6,4.9,3.7v1.1h-16v-1.1c4-0.1,5-1.2,5-5V55.4c0-3.5-0.6-4.6-2.5-4.6
7
+ c-0.8,0-1.4,0.1-2.3,0.3v-1.2c4-1.1,6.4-1.9,10.1-3.2l0.5,0.1v5.4c6-4.5,8-5.5,11.2-5.5c3.9,0,6.3,1.9,7.6,6c3.9-4.2,7.6-6,11.7-6
8
+ c5.5,0,8.4,4.3,8.4,12.8v14.8c0,2.8,0.9,4.1,3.1,4.2l1.9,0.1v1.1H106.1z"/>
9
+ <path d="M147.3,80.5c-3,0-4.2-1.4-4.6-5.3c-4.4,3.7-7.3,5.3-10.5,5.3c-4.5,0-7.6-3.2-7.6-7.7c0-2.4,1-4.8,2.6-6.3
10
+ c3.1-2.7,4.3-3.3,15.4-7.8v-4.4c0-3.9-1.9-6-5.5-6c-2.9,0-5.2,1.6-5.2,3.5c0,0.5,0.1,1.1,0.2,1.7c0.1,0.5,0.1,0.9,0.1,1.2
11
+ c0,1.6-1.5,3-3.2,3s-3.1-1.4-3.1-3.1c0-1.8,1.2-3.9,3-5.4c2-1.7,5.5-2.7,9.1-2.7c4.4,0,7.5,1.4,9,4.2c1,1.7,1.4,3.7,1.4,7.3v14
12
+ c0,3.2,0.5,4.2,2.2,4.2c1.1,0,1.9-0.4,3.2-1.4v1.9C151.3,79.6,149.8,80.5,147.3,80.5z M142.6,60.5c-8.7,3.2-11.7,5.8-11.7,10v0.3
13
+ c0,3.1,2,5.5,4.5,5.5c1.5,0,3.5-0.6,5.3-1.6c1.5-0.9,1.9-1.6,1.9-3.8V60.5z"/>
14
+ <path d="M165.3,80.5c-4.2,0-6.3-3.1-6.3-9.1V49.7h-3.8c-0.2-0.1-0.3-0.3-0.3-0.5c0-0.4,0.4-0.9,1.2-1.4
15
+ c1.9-1.1,4.3-3.7,7-7.7c0.5-0.6,1-1.3,1.4-2c0.4,0,0.5,0.2,0.5,0.9v8.4h7.3v2.3h-7.3v20.6c0,4.6,1.1,6.5,3.7,6.5
16
+ c1.6,0,2.7-0.6,4.3-2.5l0.9,0.8C171.8,78.7,169,80.5,165.3,80.5z"/>
17
+ <path d="M193.8,79.7v-1.1c4.1-0.4,4.9-1.3,4.9-6.2V58.1c0-5-1.8-7.6-5.4-7.6c-2.8,0-5,1.2-8,4.5v17.4
18
+ c0,5,0.7,5.8,4.9,6.3v1.1h-15.6v-1.1c4.2-0.6,4.6-1.2,4.6-6.3V38.5c0-3.1-0.6-3.7-3.7-3.7c-0.4,0-0.6,0-0.9,0.1v-1.2l1.9-0.6
19
+ c4-1.2,5.8-1.7,8.3-2.6l0.4,0.2v21.9c3.3-4.3,6.3-6,10.6-6c5.9,0,8.9,3.9,8.9,11.5v14.3c0,5,0.4,5.5,4.3,6.3v1.1h-15.2V79.7z"/>
20
+ <path d="M59.1,116.1v-4.3l30.2-14.9v5.3l-23.8,11.7l23.8,11.7v5.3L59.1,116.1z"/>
21
+ <path d="M135.1,131.9v-1.1c4.2-0.5,4.8-1.1,4.8-5.2v-15.1c0-6-1.3-7.9-5.4-7.9c-3.3,0-5.7,1.3-7.8,4.4v18.1
22
+ c0,4.5,1.1,5.7,5.2,5.8v1.1h-16.1v-1.1c4.1-0.3,4.9-1.1,4.9-5.1v-15.7c0-5-1.6-7.6-4.8-7.6c-2.5,0-5.6,1.2-7.4,2.9
23
+ c-0.5,0.5-1.1,1.4-1.1,1.4v20.3c0,2.8,1.1,3.6,4.9,3.7v1.1h-16v-1.1c4-0.1,5-1.2,5-5v-18.2c0-3.5-0.6-4.6-2.5-4.6
24
+ c-0.8,0-1.4,0.1-2.3,0.3v-1.2c4-1.1,6.4-1.9,10.1-3.2l0.5,0.1v5.4c6-4.5,8-5.5,11.2-5.5c3.9,0,6.3,1.9,7.6,6c3.9-4.2,7.6-6,11.7-6
25
+ c5.5,0,8.4,4.3,8.4,12.8v14.8c0,2.8,0.9,4.1,3.1,4.2l1.9,0.1v1.1H135.1z"/>
26
+ <path d="M152.1,131.9v-1.1c5-0.3,5.7-1.1,5.7-6.3v-16.6c0-3.2-0.6-4.3-2.4-4.3c-0.6,0-1.6,0.1-2.4,0.2l-0.6,0.1v-1.1
27
+ l11.2-4L164,99v25.6c0,5.2,0.6,5.9,5.3,6.3v1.1L152.1,131.9L152.1,131.9z M160.8,93.1c-2,0-3.7-1.6-3.7-3.7c0-2,1.7-3.7,3.7-3.7
28
+ c2.1,0,3.7,1.7,3.7,3.7C164.6,91.6,163,93.1,160.8,93.1z"/>
29
+ <path d="M175.8,131v-5.3l23.7-11.8l-23.7-11.7v-5.3l30.1,14.9v4.3L175.8,131z"/>
30
+ <path d="M31.1,169.5v-4.3l30.2-14.9v5.3l-23.8,11.7L61.3,179v5.3L31.1,169.5z"/>
31
+ <path d="M71.3,186.4h-4.9l16.5-49.7h4.8L71.3,186.4z"/>
32
+ <path d="M127.1,185.3v-1.1c4.2-0.5,4.8-1.1,4.8-5.2v-15.2c0-6-1.3-7.9-5.4-7.9c-3.3,0-5.7,1.3-7.8,4.4v18.1
33
+ c0,4.5,1.1,5.7,5.2,5.8v1.1h-16.1v-1.1c4.1-0.3,4.9-1.1,4.9-5.1v-15.6c0-5-1.6-7.6-4.8-7.6c-2.5,0-5.6,1.2-7.4,2.9
34
+ c-0.5,0.5-1.1,1.4-1.1,1.4v20.3c0,2.8,1.1,3.6,4.9,3.7v1.1h-16v-1.1c4-0.1,5-1.2,5-5V161c0-3.5-0.6-4.6-2.5-4.6
35
+ c-0.8,0-1.4,0.1-2.3,0.3v-1.2c4-1.1,6.4-1.9,10.1-3.2l0.5,0.1v5.4c6-4.5,8-5.5,11.2-5.5c3.9,0,6.3,1.9,7.6,6c3.9-4.2,7.6-6,11.7-6
36
+ c5.5,0,8.4,4.3,8.4,12.8v14.8c0,2.8,0.9,4.1,3.1,4.2l1.9,0.1v1.1H127.1L127.1,185.3z"/>
37
+ <path d="M168.3,186.1c-3,0-4.2-1.4-4.6-5.3c-4.4,3.7-7.3,5.3-10.5,5.3c-4.5,0-7.6-3.2-7.6-7.7c0-2.4,1-4.8,2.6-6.3
38
+ c3.1-2.7,4.3-3.3,15.4-7.8v-4.4c0-3.9-1.9-6-5.5-6c-2.9,0-5.2,1.6-5.2,3.5c0,0.5,0.1,1.1,0.2,1.7c0.1,0.5,0.1,0.9,0.1,1.2
39
+ c0,1.6-1.5,3-3.2,3s-3.1-1.4-3.1-3.1c0-1.8,1.2-3.9,3-5.4c2-1.7,5.5-2.7,9.1-2.7c4.4,0,7.5,1.4,9,4.2c1,1.7,1.4,3.7,1.4,7.3v14
40
+ c0,3.2,0.5,4.2,2.2,4.2c1.1,0,1.9-0.4,3.2-1.4v1.9C172.3,185.2,170.8,186.1,168.3,186.1z M163.8,166.1c-8.7,3.2-11.7,5.8-11.7,10
41
+ v0.3c0,3.1,2,5.5,4.5,5.5c1.5,0,3.5-0.6,5.3-1.6c1.5-0.9,1.9-1.6,1.9-3.8V166.1z"/>
42
+ <path d="M186.3,186.1c-4.2,0-6.3-3.1-6.3-9.1v-21.7h-3.8c-0.2-0.1-0.3-0.3-0.3-0.5c0-0.4,0.4-0.9,1.2-1.4
43
+ c1.9-1.1,4.3-3.7,7-7.7c0.5-0.6,1-1.3,1.4-2c0.4,0,0.5,0.2,0.5,0.9v8.4h7.3v2.3h-7.3v20.6c0,4.6,1.1,6.5,3.7,6.5
44
+ c1.6,0,2.7-0.6,4.3-2.5l0.9,0.8C192.8,184.3,190,186.1,186.3,186.1z"/>
45
+ <path d="M209.1,185.3h-13.4v-1.1c4.2-0.6,4.6-1.2,4.6-6.3V144c0-3.1-0.6-3.7-3.7-3.7c-0.4,0-0.6,0-0.9,0.1v-1.2
46
+ l1.9-0.6c4-1.2,5.8-1.7,8.3-2.6l0.4,0.2v21.9c0.9-1.2,1.9-2.2,2.8-3.1"/>
47
+ <path d="M209.1,157.9c-0.8,0.7-1.7,1.5-2.7,2.6v17.4c0,4,0.4,5.3,2.7,5.9"/>
48
+ </g>
49
+ <g>
50
+ <polyline opacity="0.2" fill="#231F20" points="209.1,76.4 118.7,186.5 139.1,186.4 209.1,121 209.1,76.4 "/>
51
+ <polyline opacity="0.4" fill="#231F20" points="209.1,76.2 118.5,186.5 129.7,186.4 200.2,120.3 209.1,100.8 209.1,76.4 "/>
52
+ <path fill="#FFD761" d="M121.6,88.7l0.8,87.5l62.3-56.7c0,0-15.3-25.8-24.8-30C151.1,85.6,121.6,88.7,121.6,88.7z"/>
53
+ <path fill="#FEA01E" d="M209.1,19.5h-54l-33.5,69.2c0,0,29.7-3.4,38.3,0.8c8.9,4.4,25,30.8,25,30.8l24.2-50V19.5z"/>
54
+ <path d="M120.4,153.7l-0.6,25l23.8-16.9c0,0-8-7-11.2-8.1C129.4,152.8,120.4,153.7,120.4,153.7z"/>
55
+ <polyline fill="none" stroke="#231F20" stroke-width="5" points="153.9,19.5 121.6,88.7 120.7,181.2 186.6,120.3 209.1,70.3 "/>
56
+ </g>
57
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2{fill:none;}.cls-2{stroke:#f9ba00;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><ellipse class="cls-2" cx="25.93" cy="28.94" rx="18.79" ry="10.15"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2{fill:none;}.cls-2{stroke:#fff;stroke-width:2px;}.cls-2,.cls-4{stroke-linecap:round;}.cls-2,.cls-3,.cls-4{stroke-linejoin:round;}.cls-3{fill:#f9ba00;}.cls-3,.cls-4{stroke:#f9ba00;}.cls-4{fill:#fff;stroke-width:5px;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><path class="cls-2" d="M37.19,34.36a6.93,6.93,0,0,1-6.35,4.16H17.12a6.93,6.93,0,0,1-6.93-6.93V17.88A6.93,6.93,0,0,1,17.12,11H30.84a6.93,6.93,0,0,1,6.26,4"/><polygon class="cls-3" points="44.65 24.74 32.88 18.03 32.88 31.44 44.65 24.74"/><line class="cls-4" x1="36.49" y1="24.74" x2="20.18" y2="24.74"/></g></g></svg>
@@ -0,0 +1,12 @@
1
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17">
2
+ <defs>
3
+ <linearGradient y2="0.79688" x2="0.5625" y1="0.19141" x1="0.42969" id="svg_91">
4
+ <stop stop-opacity="1" stop-color="#d3a16b" offset="0"/>
5
+ <stop stop-opacity="1" stop-color="#a37c53" offset="1"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <path stroke="none" fill="url(#svg_91)" id="svg_9" d="m0.12852,8.18338c3.59931,-7.71208 13.19749,-7.36932 16.75236,0.08569c-3.02165,7.5407 -13.59741,7.66924 -16.75236,-0.08569z"/>
9
+ <path id="svg_76" stroke="none" fill="#ffffff" d="m0.33033,8.2557c3.5173,-4.97159 12.89675,-4.75063 16.37062,0.05524c-2.95279,4.86111 -13.28756,4.94397 -16.37062,-0.05524z"/>
10
+ <circle stroke="none" fill="#4f92c1" id="svg_88" r="3.08008" cy="7.71116" cx="8.45861"/>
11
+ <circle stroke="none" fill="#000000" id="svg_89" r="1.27539" cy="7.6539" cx="8.43159"/>
12
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-4{fill:none;}.cls-2{fill:#fff;}.cls-3{fill:#f9ba00;}.cls-4{stroke:#fff;stroke-miterlimit:10;stroke-width:2px;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><path class="cls-2" d="M40.3,17.49,38,15.66l4.6-5.88A2.72,2.72,0,0,0,41.82,6l-1.2-.94a2.74,2.74,0,0,0-3.84.17l-4.6,5.88L29.84,9.3a.55.55,0,0,0-.77,0l-2.8,3.58a.55.55,0,0,0,.15.75l10.47,8.19a.53.53,0,0,0,.76,0l2.8-3.57A.55.55,0,0,0,40.3,17.49Z"/><polygon class="cls-3" points="15.05 31.59 25.81 31.59 18.73 40.38 14.36 42.43 13.65 44.51 11.43 45.52 9.08 44.34 9.08 40.84 11.19 39.65 15.05 31.59"/><path class="cls-4" d="M30.62,12.26,12.84,34.33l-1.65,5.33a2.94,2.94,0,1,0,3.18,2.92s0-.1,0-.15l4.37-2L36.51,18.31"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2,.cls-3,.cls-5{fill:none;}.cls-1{stroke:#f9ba00;stroke-linecap:round;}.cls-1,.cls-2{stroke-linejoin:round;}.cls-1,.cls-2,.cls-5{stroke-width:2px;}.cls-2,.cls-5{stroke:#fff;}.cls-4{fill:#fff;}.cls-5{stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><path class="cls-1" d="M40.52,22.58c3.59,1.85,5.82,4.45,5.82,7.34,0,5.61-8.42,10.16-18.79,10.16S8.75,35.53,8.75,29.92s8.42-10.15,18.8-10.15"/><line class="cls-2" x1="44.72" y1="8.14" x2="29.2" y2="27.42"/><polyline class="cls-2" points="40.44 4.14 22.66 26.21 20.6 38.09 31.55 33.72 49.33 11.65"/><polyline class="cls-3" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><path class="cls-4" d="M21.45,33.22s1.72-1.35,3.16-.48.88,3.4.88,3.4l-4.89,2Z"/><path class="cls-5" d="M22.66,26.21s4.38-.55,6.54,1.21,2.35,6.3,2.35,6.3"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2,.cls-3,.cls-5{fill:none;}.cls-1{stroke:#f9ba00;stroke-linecap:round;}.cls-1,.cls-2{stroke-linejoin:round;}.cls-1,.cls-2,.cls-5{stroke-width:2px;}.cls-2,.cls-5{stroke:#fff;}.cls-4{fill:#fff;}.cls-5{stroke-miterlimit:10;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="44.72 18.78 44.72 39.09 7.14 39.09 7.14 18.78 28.64 18.78"/><line class="cls-2" x1="44.72" y1="8.14" x2="29.2" y2="27.42"/><polyline class="cls-2" points="40.44 4.14 22.66 26.21 20.6 38.09 31.55 33.72 49.33 11.65"/><polyline class="cls-3" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><path class="cls-4" d="M21.45,33.22s1.72-1.35,3.16-.48.88,3.4.88,3.4l-4.89,2Z"/><path class="cls-5" d="M22.66,26.21s4.38-.55,6.54,1.21,2.35,6.3,2.35,6.3"/></g></g></svg>
@@ -0,0 +1,8 @@
1
+ <svg width="32" height="33" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="svg_5">
3
+ <path id="svg_4" d="m17.49167,10.97621c6.9875,-0.325 12.1875,2.70833 12.13333,7.36667l-0.325,10.075c-0.75833,4.0625 -2.275,3.0875 -3.03333,0.10833l0.21667,-9.64166c-0.43333,-0.975 -1.08333,-1.625 -1.95,-1.51667" stroke-linejoin="round" stroke="#606060" fill="#fddb8c"/>
4
+ <path id="svg_1" d="m2.00055,17.1309l10.72445,-10.72445l12.67445,12.13279l-3.52056,0.05389l-9.15389,9.26223l-10.72445,-10.72445z" stroke-linejoin="round" stroke="#000000" fill="#fddb8c"/>
5
+ <path id="svg_3" d="m14.35,13.57621c-0.1625,-3.95417 0.86667,-11.7 -1.84167,-11.59167c-2.70833,0.10833 -2.6,2.05833 -2.16667,6.93333" stroke-linejoin="round" stroke="#000000" fill="none"/>
6
+ <circle id="svg_2" r="1.60938" cy="15.20121" cx="14.45833" stroke-linejoin="round" stroke="#000000" fill="none"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
2
+ <text fill="#606060" stroke="none" x="14.451" y="41.4587" id="svg_2" font-size="26" font-family="serif" text-anchor="middle">T</text>
3
+ <text fill="#000000" stroke="none" x="28.853" y="41.8685" font-size="52" font-family="serif" text-anchor="middle" xml:space="preserve" id="svg_3">T</text>
4
+ </svg></svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-60 -60 120 120">
2
+ <path stroke-width="10" stroke="#f9bc01" fill="none" d="m-20,50l40,-100"/>
3
+ </svg></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2,.cls-3{fill:none;}.cls-2{stroke:#fff;}.cls-2,.cls-3{stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px;}.cls-3{stroke:#f9ba00;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><path class="cls-2" d="M27.7,20.76l.53.53a6.77,6.77,0,0,1,0,9.57h0a6.77,6.77,0,0,1-9.57,0L9.77,22a6.75,6.75,0,0,1,0-9.57h0a6.76,6.76,0,0,1,9.56,0l2.18,2.18"/><path class="cls-3" d="M23.56,28.08a6.77,6.77,0,0,1,0-9.57h0a6.77,6.77,0,0,1,9.57,0l8.9,8.9A6.77,6.77,0,0,1,42,37h0a6.77,6.77,0,0,1-9.57,0l-2.24-2.25"/></g></g></svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
2
+ <defs>
3
+ <linearGradient y2="0" x2="0.7" y1="0" x1="0" id="svg_75">
4
+ <stop stop-opacity="1" stop-color="#ffbb00" offset="0"/>
5
+ <stop stop-opacity="1" stop-color="#fddb8c" offset="1"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <path stroke="#ffbb00" fill="url(#svg_75)" id="svg_33" d="m5.3015,1.69202l6.93483,0l0,5.07323l4.07045,0l-7.53786,9.84803l-7.53786,-9.84803l4.07045,0l0,-5.07323z"/>
9
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
2
+ <defs>
3
+ <linearGradient y2="0" x2="0.7" y1="0" x1="0" id="svg_74">
4
+ <stop stop-opacity="1" stop-color="#ffbb00" offset="0"/>
5
+ <stop stop-opacity="1" stop-color="#fddb8c" offset="1"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <path stroke="#ffbb00" fill="url(#svg_74)" id="svg_33" d="m5.38492,16.77043l7.07692,0l0,-5.23077l4.15385,0l-7.69231,-10.15385l-7.69231,10.15385l4.15385,0l0,5.23077z"/>
9
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2,.cls-3,.cls-4{fill:none;}.cls-1{stroke:#f9ba00;}.cls-1,.cls-2,.cls-3{stroke-miterlimit:10;stroke-width:2px;}.cls-2,.cls-3{stroke:#fff;}.cls-3{stroke-dasharray:2.89 2.89;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><line class="cls-1" x1="11.78" y1="2.3" x2="11.78" y2="41.73"/><line class="cls-1" x1="22.55" y1="2.88" x2="22.51" y2="31.55"/><line class="cls-1" x1="33.32" y1="2.98" x2="33.3" y2="20.51"/><line class="cls-1" x1="44.1" y1="3.08" x2="44.09" y2="9.7"/><line class="cls-1" x1="44.09" y1="9.7" x2="4.62" y2="9.71"/><line class="cls-1" x1="32.91" y1="20.65" x2="4.52" y2="20.62"/><line class="cls-1" x1="22.51" y1="31.57" x2="4.42" y2="31.53"/><line class="cls-1" x1="11.07" y1="42.45" x2="4.32" y2="42.44"/><line class="cls-2" x1="47.76" y1="5.37" x2="46.71" y2="6.44"/><line class="cls-3" x1="44.69" y1="8.5" x2="9.26" y2="44.5"/><line class="cls-2" x1="8.25" y1="45.53" x2="7.19" y2="46.6"/><rect class="cls-4" width="51.04" height="49.47"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-4,.cls-5,.cls-6{fill:none;}.cls-2{fill:#fff;}.cls-2,.cls-4,.cls-5,.cls-6{stroke:#fff;}.cls-2,.cls-3,.cls-4,.cls-5,.cls-6{stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}.cls-3{fill:#f9ba00;stroke:#f9ba00;}.cls-5{stroke-dasharray:2.98 2.98;}.cls-6{stroke-dasharray:3.17 3.17;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><rect class="cls-2" x="10.76" y="12.5" width="18.91" height="18.91"/><circle class="cls-3" cx="30.43" cy="28.04" r="10.21"/><polyline class="cls-4" points="46.39 42.15 46.39 43.65 44.89 43.65"/><line class="cls-5" x1="41.91" y1="43.65" x2="7.64" y2="43.65"/><polyline class="cls-4" points="6.15 43.65 4.65 43.65 4.65 42.15"/><line class="cls-6" x1="4.65" y1="38.99" x2="4.65" y2="8.9"/><polyline class="cls-4" points="4.65 7.32 4.65 5.82 6.15 5.82"/><line class="cls-5" x1="9.13" y1="5.82" x2="43.4" y2="5.82"/><polyline class="cls-4" points="44.89 5.82 46.39 5.82 46.39 7.32"/><line class="cls-6" x1="46.39" y1="10.48" x2="46.39" y2="40.57"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.76 14.3"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:none;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><path class="cls-1" d="M9.14,8.5l-.36-5A1.62,1.62,0,0,1,8.83,3a1.33,1.33,0,0,1,.28-.42,1.23,1.23,0,0,1,.59-.34.52.52,0,0,1,.49.1.88.88,0,0,1,.14.51l.52,7.42L3.43,9.69a.9.9,0,0,1-.51-.13.52.52,0,0,1-.1-.49,1.26,1.26,0,0,1,.35-.59,1.18,1.18,0,0,1,.42-.29,1.63,1.63,0,0,1,.58,0Z"/><polyline class="cls-2" points="1.97 0 14.76 0 14.76 14.3 0 14.3 0 0 1.97 0"/></g></g></svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink" class="svg_icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
2
+ <path transform="rotate(90, 50, 50)" fill="#000000" stroke="#000000" stroke-width="8" d="m19,42.5l-7.5,7.5l7.5,7.5l0,-15zm0,7.5l62,0l0,-7.5l7.5,7.5l-7.5,7.5l0,-7.5" id="svg_6"/>
3
+ </svg></svg>
@@ -0,0 +1,11 @@
1
+
2
+ <svg width="102" height="102" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Created with SVG-edit - https://github.com/SVG-Edit/svgedit -->
4
+ <g>
5
+ <title>Layer 1</title>
6
+ <rect ry="30" rx="30" x="2.5" y="2.5" width="97" height="97" id="svg_3" fill="#008000" stroke="#000000" stroke-width="5"/>
7
+ <text x="52.668" y="42.5" id="svg_1" fill="#ffffff" stroke="#000000" stroke-width="0" font-size="24" font-family="Monospace" text-anchor="middle" xml:space="preserve">Hello</text>
8
+ <text x="52.668" y="71.5" fill="#ffffff" stroke="#000000" stroke-width="0" font-size="24" font-family="Monospace" text-anchor="middle" xml:space="preserve" id="svg_2">World!</text>
9
+ </g>
10
+ </svg>
11
+
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.04 49.47"><defs><style>.cls-1,.cls-2{fill:none;}.cls-2{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}.cls-3{fill:#fff;}.cls-4{fill:#f9ba00;}</style></defs><g id="Calque_2" data-name="Calque 2"><g id="Calque_1-2" data-name="Calque 1"><polyline class="cls-1" points="6.8 0 51.04 0 51.04 49.47 0 49.47 0 0 6.8 0"/><rect class="cls-2" x="2.64" y="10.73" width="44.67" height="27.85"/><circle class="cls-3" cx="13.71" cy="23.94" r="4.46"/><polygon class="cls-4" points="6.6 34.82 15.15 24.61 22.14 29.71 33.63 19.27 43.52 27.05 43.52 34.82 6.6 34.82"/></g></g></svg>