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

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 (254) 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/AuthDecorator/AuthDecorator.d.ts +1 -0
  7. package/dist/components/Dialogs/ConfirmDialog/ConfirmDialog.d.ts +11 -0
  8. package/dist/components/Dialogs/ConfirmDialog/ConfirmDialog.styles.d.ts +2 -0
  9. package/dist/components/Dialogs/ConfirmDialog/index.d.ts +1 -0
  10. package/dist/components/Dialogs/EditDialog/EditDialog.d.ts +13 -0
  11. package/dist/components/Dialogs/EditDialog/EditDialog.styles.d.ts +2 -0
  12. package/dist/components/Dialogs/EditDialog/index.d.ts +1 -0
  13. package/dist/components/Drawer/index.js +1 -1
  14. package/dist/components/Dropzone/Dropzone.d.ts +2 -1
  15. package/dist/components/Dropzone/DropzoneField.d.ts +2 -1
  16. package/dist/components/Dropzone/const.d.ts +1 -0
  17. package/dist/components/SignEditor/SignEditor.d.ts +7 -0
  18. package/dist/components/SignEditor/SignEditor.stories.d.ts +6 -0
  19. package/dist/components/SignEditor/SignEditor.styles.d.ts +33 -0
  20. package/dist/components/SignEditor/SignEditorCanvas.d.ts +7 -0
  21. package/dist/components/SignEditor/SignEditorCanvasHeader.d.ts +7 -0
  22. package/dist/components/SignEditor/SignEditorContext.d.ts +9 -0
  23. package/dist/components/SignEditor/SignEditorContextProvider.d.ts +7 -0
  24. package/dist/components/SignEditor/SignEditorEditDialog.d.ts +12 -0
  25. package/dist/components/SignEditor/SignEditorImage.d.ts +16 -0
  26. package/dist/components/SignEditor/SignEditorImagesList.d.ts +11 -0
  27. package/dist/components/SignEditor/SignEditorPicker.d.ts +1 -0
  28. package/dist/components/SignEditor/SignEditorPickerSigns.d.ts +1 -0
  29. package/dist/components/SignEditor/SignEditorPickerStencils.d.ts +1 -0
  30. package/dist/components/SignEditor/SignEditorSaveDialog.d.ts +10 -0
  31. package/dist/components/SignEditor/useIsNameUnique.d.ts +1 -0
  32. package/dist/components/SignEditor/useOnSvgSelected.d.ts +3 -0
  33. package/dist/components/SignEditor/useSaveStencil.d.ts +9 -0
  34. package/dist/components/SignEditor/useSvgMount.d.ts +2 -0
  35. package/dist/components/SvgImage/SvgImage.d.ts +10 -0
  36. package/dist/components/SvgImage/SvgImage.styles.d.ts +5 -0
  37. package/dist/components/SvgImage/convertFontToBase64.d.ts +1 -0
  38. package/dist/components/SvgImage/index.d.ts +0 -0
  39. package/dist/components/Tree/index.js +1 -1
  40. package/dist/extensions/ext-connector/ext-connector.js +11 -0
  41. package/dist/extensions/ext-connector/ext-connector.js.map +1 -0
  42. package/dist/extensions/ext-eyedropper/ext-eyedropper.js +11 -0
  43. package/dist/extensions/ext-eyedropper/ext-eyedropper.js.map +1 -0
  44. package/dist/extensions/ext-grid/ext-grid.js +10 -0
  45. package/dist/extensions/ext-grid/ext-grid.js.map +1 -0
  46. package/dist/extensions/ext-helloworld/ext-helloworld.js +10 -0
  47. package/dist/extensions/ext-helloworld/ext-helloworld.js.map +1 -0
  48. package/dist/extensions/ext-layer_view/ext-layer_view.js +9 -0
  49. package/dist/extensions/ext-layer_view/ext-layer_view.js.map +1 -0
  50. package/dist/extensions/ext-markers/ext-markers.js +30 -0
  51. package/dist/extensions/ext-markers/ext-markers.js.map +1 -0
  52. package/dist/extensions/ext-opensave/ext-opensave.js +2 -0
  53. package/dist/extensions/ext-opensave/ext-opensave.js.map +1 -0
  54. package/dist/extensions/ext-overview_window/ext-overview_window.js +11 -0
  55. package/dist/extensions/ext-overview_window/ext-overview_window.js.map +1 -0
  56. package/dist/extensions/ext-panning/ext-panning.js +10 -0
  57. package/dist/extensions/ext-panning/ext-panning.js.map +1 -0
  58. package/dist/extensions/ext-polystar/ext-polystar.js +11 -0
  59. package/dist/extensions/ext-polystar/ext-polystar.js.map +1 -0
  60. package/dist/extensions/ext-shapes/ext-shapes.js +10 -0
  61. package/dist/extensions/ext-shapes/ext-shapes.js.map +1 -0
  62. package/dist/extensions/ext-shapes/shapelib/animal.json +21 -0
  63. package/dist/extensions/ext-shapes/shapelib/arrow.json +28 -0
  64. package/dist/extensions/ext-shapes/shapelib/basic.json +32 -0
  65. package/dist/extensions/ext-shapes/shapelib/dialog_balloon.json +9 -0
  66. package/dist/extensions/ext-shapes/shapelib/electronics.json +20 -0
  67. package/dist/extensions/ext-shapes/shapelib/flowchart.json +25 -0
  68. package/dist/extensions/ext-shapes/shapelib/game.json +13 -0
  69. package/dist/extensions/ext-shapes/shapelib/index.json +18 -0
  70. package/dist/extensions/ext-shapes/shapelib/license-MIT-raphael.txt +12 -0
  71. package/dist/extensions/ext-shapes/shapelib/math.json +9 -0
  72. package/dist/extensions/ext-shapes/shapelib/misc.json +37 -0
  73. package/dist/extensions/ext-shapes/shapelib/music.json +21 -0
  74. package/dist/extensions/ext-shapes/shapelib/object.json +18 -0
  75. package/dist/extensions/ext-shapes/shapelib/raphael_1.json +65 -0
  76. package/dist/extensions/ext-shapes/shapelib/raphael_2.json +64 -0
  77. package/dist/extensions/ext-shapes/shapelib/symbol.json +28 -0
  78. package/dist/extensions/ext-storage/ext-storage.js +23 -0
  79. package/dist/extensions/ext-storage/ext-storage.js.map +1 -0
  80. package/dist/helpers/getErrorMessage.d.ts +1 -0
  81. package/dist/helpers/sanitizeSvgString.d.ts +5 -0
  82. package/dist/helpers/zodTransforms.d.ts +11 -0
  83. package/dist/hooks/useKeyOnChange.d.ts +1 -0
  84. package/dist/licenses.txt +1034 -172
  85. package/dist/main.js +2402 -38744
  86. package/dist/providers/QueryClientProvider.d.ts +7 -0
  87. package/dist/services/api.d.ts +4 -0
  88. package/dist/services/generated/api-candidate.d.ts +22942 -0
  89. package/dist/services/generated/api.d.ts +22898 -0
  90. package/dist/services/mutations/roadSigns/useCreateRoadSignFile.d.ts +9 -0
  91. package/dist/services/mutations/roadSigns/useCreateRoadSignTemplate.d.ts +9 -0
  92. package/dist/services/mutations/stencils/useCreateStencil.d.ts +9 -0
  93. package/dist/services/mutations/stencils/useCreateStencilFile.d.ts +11 -0
  94. package/dist/services/mutations/stencils/useDeleteStencil.d.ts +8 -0
  95. package/dist/services/mutations/stencils/useUpdateStencil.d.ts +10 -0
  96. package/dist/services/mutations/stencils/useUpdateStencilFile.d.ts +11 -0
  97. package/dist/services/queries/roadSigns/useGetRoadSignNameUnique.d.ts +5 -0
  98. package/dist/services/queries/roadSigns/useGetRoadSignsByGroupName.d.ts +6 -0
  99. package/dist/services/queries/roadSigns/useGetRoadSignsGroups.d.ts +5 -0
  100. package/dist/services/queries/stencils/useGetStencilById.d.ts +0 -0
  101. package/dist/services/queries/stencils/useGetStencilGroups.d.ts +5 -0
  102. package/dist/services/queries/stencils/useGetStencils.d.ts +5 -0
  103. package/dist/services/queryKeys.d.ts +8 -0
  104. package/dist/svgedit-assets/fonts/roadsign-condensed.ttf +0 -0
  105. package/dist/svgedit-assets/fonts/roadsign-normal.ttf +0 -0
  106. package/dist/svgedit-assets/images/add_subpath.svg +16 -0
  107. package/dist/svgedit-assets/images/align.svg +5 -0
  108. package/dist/svgedit-assets/images/align_bottom.svg +1 -0
  109. package/dist/svgedit-assets/images/align_center.svg +1 -0
  110. package/dist/svgedit-assets/images/align_distrib_horiz.svg +1 -0
  111. package/dist/svgedit-assets/images/align_distrib_verti.svg +1 -0
  112. package/dist/svgedit-assets/images/align_left.svg +1 -0
  113. package/dist/svgedit-assets/images/align_middle.svg +1 -0
  114. package/dist/svgedit-assets/images/align_right.svg +1 -0
  115. package/dist/svgedit-assets/images/align_top.svg +1 -0
  116. package/dist/svgedit-assets/images/anchor_end.svg +8 -0
  117. package/dist/svgedit-assets/images/anchor_middle.svg +8 -0
  118. package/dist/svgedit-assets/images/anchor_start.svg +8 -0
  119. package/dist/svgedit-assets/images/angle.svg +1 -0
  120. package/dist/svgedit-assets/images/arrow_down.svg +3 -0
  121. package/dist/svgedit-assets/images/arrow_right.svg +3 -0
  122. package/dist/svgedit-assets/images/arrow_right_big.svg +3 -0
  123. package/dist/svgedit-assets/images/blur.svg +1 -0
  124. package/dist/svgedit-assets/images/bold.svg +8 -0
  125. package/dist/svgedit-assets/images/box.svg +3 -0
  126. package/dist/svgedit-assets/images/box_o.svg +3 -0
  127. package/dist/svgedit-assets/images/c_radius.svg +5 -0
  128. package/dist/svgedit-assets/images/cancel.svg +9 -0
  129. package/dist/svgedit-assets/images/circle.svg +1 -0
  130. package/dist/svgedit-assets/images/clone.svg +1 -0
  131. package/dist/svgedit-assets/images/close_path.svg +14 -0
  132. package/dist/svgedit-assets/images/closepath_icons.svg +41 -0
  133. package/dist/svgedit-assets/images/config.svg +1 -0
  134. package/dist/svgedit-assets/images/conn.svg +1 -0
  135. package/dist/svgedit-assets/images/context_menu.svg +9 -0
  136. package/dist/svgedit-assets/images/cursors/circle_cursor.svg +14 -0
  137. package/dist/svgedit-assets/images/cursors/ellipse_cursor.svg +14 -0
  138. package/dist/svgedit-assets/images/cursors/rect_cursor.svg +14 -0
  139. package/dist/svgedit-assets/images/cursors/square_cursor.svg +13 -0
  140. package/dist/svgedit-assets/images/delete.svg +1 -0
  141. package/dist/svgedit-assets/images/docprop.svg +1 -0
  142. package/dist/svgedit-assets/images/docprops.svg +19 -0
  143. package/dist/svgedit-assets/images/editPref.svg +1 -0
  144. package/dist/svgedit-assets/images/edit_foreign.svg +57 -0
  145. package/dist/svgedit-assets/images/ellipse.svg +1 -0
  146. package/dist/svgedit-assets/images/export.svg +1 -0
  147. package/dist/svgedit-assets/images/eye.svg +12 -0
  148. package/dist/svgedit-assets/images/eye_dropper.svg +1 -0
  149. package/dist/svgedit-assets/images/fh_ellipse.svg +1 -0
  150. package/dist/svgedit-assets/images/fh_rect.svg +1 -0
  151. package/dist/svgedit-assets/images/fill.svg +8 -0
  152. package/dist/svgedit-assets/images/fontsize.svg +4 -0
  153. package/dist/svgedit-assets/images/forwardslash.svg +3 -0
  154. package/dist/svgedit-assets/images/globe_link.svg +1 -0
  155. package/dist/svgedit-assets/images/go_down.svg +9 -0
  156. package/dist/svgedit-assets/images/go_up.svg +9 -0
  157. package/dist/svgedit-assets/images/grid.svg +1 -0
  158. package/dist/svgedit-assets/images/group_elements.svg +1 -0
  159. package/dist/svgedit-assets/images/handle.svg +1 -0
  160. package/dist/svgedit-assets/images/height.svg +3 -0
  161. package/dist/svgedit-assets/images/hello_world.svg +11 -0
  162. package/dist/svgedit-assets/images/image.svg +1 -0
  163. package/dist/svgedit-assets/images/imagelib.svg +10 -0
  164. package/dist/svgedit-assets/images/import.svg +10 -0
  165. package/dist/svgedit-assets/images/importImg.svg +1 -0
  166. package/dist/svgedit-assets/images/italic.svg +8 -0
  167. package/dist/svgedit-assets/images/layer_view.svg +6 -0
  168. package/dist/svgedit-assets/images/leftarrow.svg +3 -0
  169. package/dist/svgedit-assets/images/leftarrow_o.svg +3 -0
  170. package/dist/svgedit-assets/images/letter_spacing.svg +17 -0
  171. package/dist/svgedit-assets/images/library.svg +1 -0
  172. package/dist/svgedit-assets/images/linecap_butt.svg +1 -0
  173. package/dist/svgedit-assets/images/linecap_round.svg +1 -0
  174. package/dist/svgedit-assets/images/linecap_square.svg +1 -0
  175. package/dist/svgedit-assets/images/linejoin_bevel.svg +1 -0
  176. package/dist/svgedit-assets/images/linejoin_miter.svg +1 -0
  177. package/dist/svgedit-assets/images/linejoin_round.svg +1 -0
  178. package/dist/svgedit-assets/images/link_controls.svg +7 -0
  179. package/dist/svgedit-assets/images/logo.svg +25 -0
  180. package/dist/svgedit-assets/images/mcircle.svg +3 -0
  181. package/dist/svgedit-assets/images/mcircle_o.svg +3 -0
  182. package/dist/svgedit-assets/images/mkr_markers_dimension.svg +7 -0
  183. package/dist/svgedit-assets/images/mkr_markers_label.svg +5 -0
  184. package/dist/svgedit-assets/images/mkr_markers_off.svg +3 -0
  185. package/dist/svgedit-assets/images/move_bottom.svg +1 -0
  186. package/dist/svgedit-assets/images/move_top.svg +1 -0
  187. package/dist/svgedit-assets/images/netlify-dark.svg +17 -0
  188. package/dist/svgedit-assets/images/new.svg +1 -0
  189. package/dist/svgedit-assets/images/no_color.svg +4 -0
  190. package/dist/svgedit-assets/images/node_clone.svg +8 -0
  191. package/dist/svgedit-assets/images/node_delete.svg +10 -0
  192. package/dist/svgedit-assets/images/nomarker.svg +3 -0
  193. package/dist/svgedit-assets/images/ok.svg +9 -0
  194. package/dist/svgedit-assets/images/opacity.svg +12 -0
  195. package/dist/svgedit-assets/images/open.svg +1 -0
  196. package/dist/svgedit-assets/images/open_path.svg +17 -0
  197. package/dist/svgedit-assets/images/openpath.png +0 -0
  198. package/dist/svgedit-assets/images/panning.svg +1 -0
  199. package/dist/svgedit-assets/images/path.svg +1 -0
  200. package/dist/svgedit-assets/images/pen.svg +1 -0
  201. package/dist/svgedit-assets/images/pencil.svg +1 -0
  202. package/dist/svgedit-assets/images/polygon.svg +1 -0
  203. package/dist/svgedit-assets/images/rect.svg +1 -0
  204. package/dist/svgedit-assets/images/redo.svg +1 -0
  205. package/dist/svgedit-assets/images/reorient.svg +1 -0
  206. package/dist/svgedit-assets/images/reverseslash.svg +3 -0
  207. package/dist/svgedit-assets/images/rightarrow.svg +3 -0
  208. package/dist/svgedit-assets/images/rightarrow_o.svg +3 -0
  209. package/dist/svgedit-assets/images/rotate.svg +4 -0
  210. package/dist/svgedit-assets/images/save.svg +16 -0
  211. package/dist/svgedit-assets/images/saveImg.svg +1 -0
  212. package/dist/svgedit-assets/images/select.svg +1 -0
  213. package/dist/svgedit-assets/images/select_node.svg +4 -0
  214. package/dist/svgedit-assets/images/shapelib.svg +1 -0
  215. package/dist/svgedit-assets/images/source.svg +1 -0
  216. package/dist/svgedit-assets/images/square.svg +1 -0
  217. package/dist/svgedit-assets/images/star.svg +1 -0
  218. package/dist/svgedit-assets/images/star_o.svg +3 -0
  219. package/dist/svgedit-assets/images/stroke.svg +3 -0
  220. package/dist/svgedit-assets/images/svg-edit-home.svg +26 -0
  221. package/dist/svgedit-assets/images/text.svg +1 -0
  222. package/dist/svgedit-assets/images/text_decoration_linethrough.svg +6 -0
  223. package/dist/svgedit-assets/images/text_decoration_overline.svg +6 -0
  224. package/dist/svgedit-assets/images/text_decoration_underline.svg +6 -0
  225. package/dist/svgedit-assets/images/text_length.svg +19 -0
  226. package/dist/svgedit-assets/images/textmarker.svg +3 -0
  227. package/dist/svgedit-assets/images/textmarker_bottom.svg +3 -0
  228. package/dist/svgedit-assets/images/textmarker_top.svg +3 -0
  229. package/dist/svgedit-assets/images/to_path.svg +1 -0
  230. package/dist/svgedit-assets/images/tool_add_subpath.svg +1 -0
  231. package/dist/svgedit-assets/images/tool_foreign.svg +30 -0
  232. package/dist/svgedit-assets/images/tool_imagelib.svg +10 -0
  233. package/dist/svgedit-assets/images/tool_node_clone.svg +1 -0
  234. package/dist/svgedit-assets/images/tool_node_delete.svg +1 -0
  235. package/dist/svgedit-assets/images/tool_node_link.svg +1 -0
  236. package/dist/svgedit-assets/images/tool_openclose_path.svg +1 -0
  237. package/dist/svgedit-assets/images/tool_placemark.svg +11 -0
  238. package/dist/svgedit-assets/images/triangle.svg +3 -0
  239. package/dist/svgedit-assets/images/triangle_o.svg +3 -0
  240. package/dist/svgedit-assets/images/undo.svg +1 -0
  241. package/dist/svgedit-assets/images/ungroup.svg +21 -0
  242. package/dist/svgedit-assets/images/unlink_use.svg +14 -0
  243. package/dist/svgedit-assets/images/verticalslash.svg +3 -0
  244. package/dist/svgedit-assets/images/warning.svg +11 -0
  245. package/dist/svgedit-assets/images/webappfind.svg +23 -0
  246. package/dist/svgedit-assets/images/width.svg +3 -0
  247. package/dist/svgedit-assets/images/wireframe.svg +1 -0
  248. package/dist/svgedit-assets/images/word_spacing.svg +15 -0
  249. package/dist/svgedit-assets/images/xmark.svg +3 -0
  250. package/dist/svgedit-assets/images/zoom.svg +1 -0
  251. package/dist/theme-BzEoBwfH.js +37291 -0
  252. package/dist/types/generic.d.ts +1 -0
  253. package/dist/useFormControl-Cj8rSR6R.js +68 -0
  254. package/package.json +29 -5
@@ -0,0 +1,9 @@
1
+ import { MutationOptions, UseMutationResult } from '@tanstack/react-query';
2
+
3
+ interface Variables {
4
+ templateId: string;
5
+ payload: FormData;
6
+ }
7
+ export declare const createRoadSignFile: (templateId: string, payload: FormData) => Promise<string>;
8
+ declare const useCreateRoadSignFile: (mutationOptions?: MutationOptions<string, Error, Variables, MutationOptions>) => UseMutationResult<string, Error, Variables, MutationOptions>;
9
+ export default useCreateRoadSignFile;
@@ -0,0 +1,9 @@
1
+ import { RoadSignTemplate } from '../../generated/api';
2
+ import { MutationOptions, UseMutationResult } from '@tanstack/react-query';
3
+
4
+ interface Variables {
5
+ payload: RoadSignTemplate;
6
+ }
7
+ export declare const createRoadSignTemplate: (payload: RoadSignTemplate) => Promise<RoadSignTemplate>;
8
+ declare const useCreateRoadSignTemplate: (mutationOptions?: MutationOptions<RoadSignTemplate, Error, Variables, MutationOptions>) => UseMutationResult<RoadSignTemplate, Error, Variables, MutationOptions>;
9
+ export default useCreateRoadSignTemplate;
@@ -0,0 +1,9 @@
1
+ import { Stencil, StencilDTO } from '../../generated/api';
2
+ import { MutationOptions, UseMutationResult } from '@tanstack/react-query';
3
+
4
+ interface Variables {
5
+ payload: StencilDTO;
6
+ }
7
+ export declare const createStencil: (payload: StencilDTO) => Promise<Stencil>;
8
+ declare const useCreateStencil: (mutationOptions?: MutationOptions<StencilDTO, Error, Variables, MutationOptions>) => UseMutationResult<StencilDTO, Error, Variables, MutationOptions>;
9
+ export default useCreateStencil;
@@ -0,0 +1,11 @@
1
+ import { MutationOptions, UseMutationResult } from '@tanstack/react-query';
2
+
3
+ interface Variables {
4
+ id: string;
5
+ payload: {
6
+ file: File;
7
+ };
8
+ }
9
+ export declare const createStencilFile: (id: string, file: File) => Promise<string>;
10
+ declare const useCreateStencilFile: (mutationOptions?: MutationOptions<string, Error, Variables, MutationOptions>) => UseMutationResult<string, Error, Variables, MutationOptions>;
11
+ export default useCreateStencilFile;
@@ -0,0 +1,8 @@
1
+ import { MutationOptions, UseMutationResult } from '@tanstack/react-query';
2
+
3
+ interface Variables {
4
+ payload: string;
5
+ }
6
+ export declare const deleteStencil: (id: string) => Promise<string>;
7
+ declare const useDeleteStencil: (mutationOptions?: MutationOptions<string, Error, Variables, MutationOptions>) => UseMutationResult<string, Error, Variables, MutationOptions>;
8
+ export default useDeleteStencil;
@@ -0,0 +1,10 @@
1
+ import { Stencil, StencilDTO } from '../../generated/api';
2
+ import { MutationOptions, UseMutationResult } from '@tanstack/react-query';
3
+
4
+ interface Variables {
5
+ id: string;
6
+ payload: StencilDTO;
7
+ }
8
+ export declare const updateStencil: (id: string, payload: StencilDTO) => Promise<Stencil>;
9
+ declare const useUpdateStencil: (mutationOptions?: MutationOptions<StencilDTO, Error, Variables, MutationOptions>) => UseMutationResult<StencilDTO, Error, Variables, MutationOptions>;
10
+ export default useUpdateStencil;
@@ -0,0 +1,11 @@
1
+ import { MutationOptions, UseMutationResult } from '@tanstack/react-query';
2
+
3
+ interface Variables {
4
+ id: string;
5
+ payload: {
6
+ file: File;
7
+ };
8
+ }
9
+ export declare const updateStencilFile: (id: string, file: File) => Promise<string>;
10
+ declare const useUpdateStencilFile: (mutationOptions?: MutationOptions<string, Error, Variables, MutationOptions>) => UseMutationResult<string, Error, Variables, MutationOptions>;
11
+ export default useUpdateStencilFile;
@@ -0,0 +1,5 @@
1
+ import { UseQueryOptions } from '@tanstack/react-query';
2
+
3
+ export declare const getRoadSignNameUnique: (name: string) => Promise<boolean>;
4
+ declare const useGetRoadSignNameUnique: (name: string, options?: Omit<UseQueryOptions<boolean, Error, boolean>, 'queryKey' | 'queryFn'>) => import('@tanstack/react-query').UseQueryResult<boolean, Error>;
5
+ export default useGetRoadSignNameUnique;
@@ -0,0 +1,6 @@
1
+ import { RoadSignTemplateViewDTO } from '../../generated/api';
2
+ import { UseQueryOptions } from '@tanstack/react-query';
3
+
4
+ export declare const getRoadSignByGroupName: (name: string) => Promise<RoadSignTemplateViewDTO[]>;
5
+ declare const useGetRoadSignsByGroupName: (name: string, options?: Omit<UseQueryOptions<RoadSignTemplateViewDTO[], Error, RoadSignTemplateViewDTO[]>, 'queryKey' | 'queryFn'>) => import('@tanstack/react-query').UseQueryResult<RoadSignTemplateViewDTO[], Error>;
6
+ export default useGetRoadSignsByGroupName;
@@ -0,0 +1,5 @@
1
+ import { RequestParams, RoadSignGroupDTO } from '../../generated/api';
2
+ import { UseQueryOptions } from '@tanstack/react-query';
3
+
4
+ declare const useGetRoadSignsGroups: (options?: Omit<UseQueryOptions<RoadSignGroupDTO[], Error, RoadSignGroupDTO[]>, 'queryKey' | 'queryFn'>, params?: RequestParams) => import('@tanstack/react-query').UseQueryResult<RoadSignGroupDTO[], Error>;
5
+ export default useGetRoadSignsGroups;
@@ -0,0 +1,5 @@
1
+ import { RequestParams, StencilGroupDTO } from '../../generated/api';
2
+ import { UseQueryOptions } from '@tanstack/react-query';
3
+
4
+ declare const useGetStencilGroups: (options?: Omit<UseQueryOptions<StencilGroupDTO[], Error, StencilGroupDTO[]>, 'queryKey' | 'queryFn'>, params?: RequestParams) => import('@tanstack/react-query').UseQueryResult<StencilGroupDTO[], Error>;
5
+ export default useGetStencilGroups;
@@ -0,0 +1,5 @@
1
+ import { FindAllParams, PageStencilDTO } from '../../generated/api';
2
+ import { UseQueryOptions } from '@tanstack/react-query';
3
+
4
+ declare const useGetStencils: (options?: Omit<UseQueryOptions<PageStencilDTO, Error, PageStencilDTO>, 'queryKey' | 'queryFn'>, params?: FindAllParams) => import('@tanstack/react-query').UseQueryResult<PageStencilDTO, Error>;
5
+ export default useGetStencils;
@@ -0,0 +1,8 @@
1
+ declare const QueryKeys: {
2
+ roadSigns: string;
3
+ roadSignsGroups: string;
4
+ roadSignNameUnique: string;
5
+ stencils: string;
6
+ stencilGroups: string;
7
+ };
8
+ export default QueryKeys;
@@ -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>