kitchen-simulator 11.28.2 → 11.29.0

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 (87) hide show
  1. package/es/actions/items-actions.js +1 -12
  2. package/es/assets/img/svg/3d_item_move.svg +105 -9
  3. package/es/assets/img/svg/3d_item_rotation.svg +75 -3
  4. package/es/assets/img/svg/accessories.svg +4 -4
  5. package/es/assets/img/svg/bottombar/elevation-back.svg +6 -6
  6. package/es/assets/img/svg/bottombar/elevation-front.svg +6 -6
  7. package/es/assets/img/svg/bottombar/elevation-left.svg +6 -6
  8. package/es/assets/img/svg/bottombar/elevation-right.svg +7 -7
  9. package/es/assets/img/svg/bottombar/elevation.svg +13 -13
  10. package/es/assets/img/svg/delete.svg +2 -6
  11. package/es/assets/img/svg/detail.svg +77 -77
  12. package/es/assets/img/svg/duplicate.svg +6 -6
  13. package/es/assets/img/svg/filtersActive.svg +19 -19
  14. package/es/assets/img/svg/invert.svg +127 -12
  15. package/es/assets/img/svg/menubar/login.svg +84 -84
  16. package/es/assets/img/svg/menubar/my_projects.svg +85 -85
  17. package/es/assets/img/svg/menubar/new_project.svg +110 -110
  18. package/es/assets/img/svg/menubar/save_project.svg +84 -84
  19. package/es/assets/img/svg/options.svg +3 -3
  20. package/es/assets/img/svg/positioning.svg +3 -3
  21. package/es/assets/img/svg/toggleFilters.svg +19 -19
  22. package/es/assets/img/svg/toolbar/shopping-cart.svg +13 -13
  23. package/es/assets/img/svg/wizardstep/detail_view.svg +87 -87
  24. package/es/assets/img/svg/wizardstep/tile_view.svg +95 -95
  25. package/es/catalog/utils/exporter.js +0 -4
  26. package/es/catalog/utils/item-loader.js +8 -18
  27. package/es/class/item.js +12 -39
  28. package/es/components/viewer2d/item.js +125 -139
  29. package/es/components/viewer2d/viewer2d.js +2 -5
  30. package/es/components/viewer3d/camera-controls-module/camera-controls.module.js +556 -556
  31. package/es/components/viewer3d/scene-creator.js +0 -18
  32. package/es/components/viewer3d/viewer3d.js +49 -137
  33. package/es/constants.js +0 -4
  34. package/es/events/external/handleExternalEvent.js +33 -36
  35. package/es/events/external/handlers.elementOps.js +0 -8
  36. package/es/mappings/external-events/mapExternalEventPayload.js +4 -4
  37. package/es/mappings/external-events/mappers/addItemMapper.js +9 -9
  38. package/es/mappings/external-events/mappers/ccdfMapper.js +1 -1
  39. package/es/models.js +0 -4
  40. package/es/reducers/items-reducer.js +1 -8
  41. package/es/shared/domain/asset/sanitize-asset-url.js +5 -5
  42. package/es/utils/skinPanelEngine.js +14 -14
  43. package/lib/actions/items-actions.js +0 -12
  44. package/lib/assets/img/svg/3d_item_move.svg +105 -9
  45. package/lib/assets/img/svg/3d_item_rotation.svg +75 -3
  46. package/lib/assets/img/svg/accessories.svg +4 -4
  47. package/lib/assets/img/svg/bottombar/elevation-back.svg +6 -6
  48. package/lib/assets/img/svg/bottombar/elevation-front.svg +6 -6
  49. package/lib/assets/img/svg/bottombar/elevation-left.svg +6 -6
  50. package/lib/assets/img/svg/bottombar/elevation-right.svg +7 -7
  51. package/lib/assets/img/svg/bottombar/elevation.svg +13 -13
  52. package/lib/assets/img/svg/delete.svg +2 -6
  53. package/lib/assets/img/svg/detail.svg +77 -77
  54. package/lib/assets/img/svg/duplicate.svg +6 -6
  55. package/lib/assets/img/svg/filtersActive.svg +19 -19
  56. package/lib/assets/img/svg/invert.svg +127 -12
  57. package/lib/assets/img/svg/menubar/login.svg +84 -84
  58. package/lib/assets/img/svg/menubar/my_projects.svg +85 -85
  59. package/lib/assets/img/svg/menubar/new_project.svg +110 -110
  60. package/lib/assets/img/svg/menubar/save_project.svg +84 -84
  61. package/lib/assets/img/svg/options.svg +3 -3
  62. package/lib/assets/img/svg/positioning.svg +3 -3
  63. package/lib/assets/img/svg/toggleFilters.svg +19 -19
  64. package/lib/assets/img/svg/toolbar/shopping-cart.svg +13 -13
  65. package/lib/assets/img/svg/wizardstep/detail_view.svg +87 -87
  66. package/lib/assets/img/svg/wizardstep/tile_view.svg +95 -95
  67. package/lib/catalog/utils/exporter.js +0 -4
  68. package/lib/catalog/utils/item-loader.js +8 -18
  69. package/lib/class/item.js +11 -38
  70. package/lib/components/viewer2d/item.js +124 -138
  71. package/lib/components/viewer2d/viewer2d.js +2 -5
  72. package/lib/components/viewer3d/camera-controls-module/camera-controls.module.js +556 -556
  73. package/lib/components/viewer3d/scene-creator.js +0 -18
  74. package/lib/components/viewer3d/viewer3d.js +49 -137
  75. package/lib/constants.js +4 -8
  76. package/lib/events/external/handleExternalEvent.js +31 -34
  77. package/lib/events/external/handlers.elementOps.js +0 -9
  78. package/lib/mappings/external-events/mapExternalEventPayload.js +4 -4
  79. package/lib/mappings/external-events/mappers/addItemMapper.js +9 -9
  80. package/lib/mappings/external-events/mappers/ccdfMapper.js +1 -1
  81. package/lib/models.js +0 -4
  82. package/lib/reducers/items-reducer.js +0 -7
  83. package/lib/shared/domain/asset/sanitize-asset-url.js +5 -5
  84. package/lib/utils/skinPanelEngine.js +14 -14
  85. package/package.json +1 -1
  86. package/es/shared/domain/cabinet-mirror.js +0 -7
  87. package/lib/shared/domain/cabinet-mirror.js +0 -13
package/es/models.js CHANGED
@@ -208,8 +208,6 @@ export var Item = /*#__PURE__*/function (_Record7) {
208
208
  uri: ''
209
209
  },
210
210
  molding: [],
211
- can_be_mirrored: false,
212
- mirrored: false,
213
211
  isInitialPos: false,
214
212
  //current {x,y} is the initial position from host?
215
213
  backsplashVisible: false,
@@ -358,8 +356,6 @@ export var CatalogElement = /*#__PURE__*/function (_Record1) {
358
356
  type: '',
359
357
  cds: new Map(),
360
358
  ccdf_list: new List(),
361
- can_be_mirrored: false,
362
- mirrored: false,
363
359
  structure_json: {},
364
360
  gltf: ''
365
361
  }, 'CatalogElement'));
@@ -1,7 +1,6 @@
1
1
  import { Item, Area } from "../class/export";
2
2
  import { history } from "../utils/export";
3
- import { canMirrorCabinet } from "../shared/domain/cabinet-mirror";
4
- import { TOGGLE_LOADING_CABINET, SELECT_TOOL_DRAWING_ITEM, UPDATE_DRAWING_ITEM, END_DRAWING_ITEM, BEGIN_DRAGGING_ITEM, BEGIN_DRAGGING_ITEM_3D, UPDATE_DRAGGING_ITEM, UPDATE_DRAGGING_ITEM_CHANGED, UPDATE_DRAGGING_ITEM_3DX, UPDATE_DRAGGING_ITEM_3DY, END_DRAGGING_ITEM, END_DRAGGING_ITEM_3D, BEGIN_ROTATING_ITEM, BEGIN_ROTATING_ITEM_3D, UPDATE_ROTATING_ITEM, UPDATE_ROTATING_ITEM_CHANGED, END_ROTATING_ITEM, END_ROTATING_ITEM_3D, REPLACE_SUBMODULE, SELECT_ITEM, ANIMATE_OBJECT, REMOVE_REPLACE_SUBMODULE, ITEM_MOVE_UP, SELECT_TOOL_DRAWING_ITEM_3D, SET_DOOR_STYLE, SET_HANDLE_MATERIAL, SET_INITIAL_DOOR_STYLE, UPDATE_ITEM_POSITION, SET_DOOR_HANDLE, SET_WALL_COLOR, END_CREATING_CABINET, UPDATE_POPUP_OPEN, SET_MODELLING, SET_COUNTER_TOP, SET_BACKSPLASH, SET_BACKSPLASH_VISIBLE, SET_APPLIANCE_MATERIAL, DUPLICATE_SELECTED, TOGGLE_ITEM_MIRROR, EDIT_WIDTH, END_LOADING, SET_MOLDING, UPDATE_MOLDING, STORE_DIST_ARRAY, VALIDATE_ITEM_POSTIONS, REPLACE_ITEM, SET_ITEMS_CCDF, SET_MOLDINGS_CCDF
3
+ import { TOGGLE_LOADING_CABINET, SELECT_TOOL_DRAWING_ITEM, UPDATE_DRAWING_ITEM, END_DRAWING_ITEM, BEGIN_DRAGGING_ITEM, BEGIN_DRAGGING_ITEM_3D, UPDATE_DRAGGING_ITEM, UPDATE_DRAGGING_ITEM_CHANGED, UPDATE_DRAGGING_ITEM_3DX, UPDATE_DRAGGING_ITEM_3DY, END_DRAGGING_ITEM, END_DRAGGING_ITEM_3D, BEGIN_ROTATING_ITEM, BEGIN_ROTATING_ITEM_3D, UPDATE_ROTATING_ITEM, UPDATE_ROTATING_ITEM_CHANGED, END_ROTATING_ITEM, END_ROTATING_ITEM_3D, REPLACE_SUBMODULE, SELECT_ITEM, ANIMATE_OBJECT, REMOVE_REPLACE_SUBMODULE, ITEM_MOVE_UP, SELECT_TOOL_DRAWING_ITEM_3D, SET_DOOR_STYLE, SET_HANDLE_MATERIAL, SET_INITIAL_DOOR_STYLE, UPDATE_ITEM_POSITION, SET_DOOR_HANDLE, SET_WALL_COLOR, END_CREATING_CABINET, UPDATE_POPUP_OPEN, SET_MODELLING, SET_COUNTER_TOP, SET_BACKSPLASH, SET_BACKSPLASH_VISIBLE, SET_APPLIANCE_MATERIAL, DUPLICATE_SELECTED, EDIT_WIDTH, END_LOADING, SET_MOLDING, UPDATE_MOLDING, STORE_DIST_ARRAY, VALIDATE_ITEM_POSTIONS, REPLACE_ITEM, SET_ITEMS_CCDF, SET_MOLDINGS_CCDF
5
4
  // SET_MOVE_STATUS,
6
5
  // SET_ROTATE_STATUS
7
6
  } from "../constants";
@@ -19,12 +18,6 @@ export default function (state, action) {
19
18
  return Item.editWidth(state, action.newWidth, action.layerID, action.itemID).updatedState;
20
19
  case DUPLICATE_SELECTED:
21
20
  return Item.duplicateSelected(state, action.currentObject, action.onInternalEvent).updatedState;
22
- case TOGGLE_ITEM_MIRROR:
23
- if (!canMirrorCabinet(state.getIn(['scene', 'layers', action.layerID, 'items', action.itemID]))) return state;
24
- state = state.merge({
25
- sceneHistory: history.historyPush(state.sceneHistory, state.scene)
26
- });
27
- return Item.toggleItemMirror(state, action.layerID, action.itemID, action.mirrored, action.onInternalEvent).updatedState;
28
21
  case END_CREATING_CABINET:
29
22
  return Item.endCreatingCabinet(state).updatedState;
30
23
  case UPDATE_POPUP_OPEN:
@@ -1,8 +1,8 @@
1
- /**
2
- * Strip stray dots from the **path portion** of a GLTF/BIN URL.
3
- * e.g. `…/B36_36x34.5x24.gltf` → `…/B36_36x345x24.gltf`
4
- *
5
- * Leaves the protocol/domain and the final file extension untouched.
1
+ /**
2
+ * Strip stray dots from the **path portion** of a GLTF/BIN URL.
3
+ * e.g. `…/B36_36x34.5x24.gltf` → `…/B36_36x345x24.gltf`
4
+ *
5
+ * Leaves the protocol/domain and the final file extension untouched.
6
6
  */
7
7
  export var sanitizeAssetUrl = function sanitizeAssetUrl(url) {
8
8
  if (!url) return url;
@@ -137,10 +137,10 @@ function isSnappedWithCornerCabient(srcItem, desItem) {
137
137
  } else return false;
138
138
  }
139
139
 
140
- /**
141
- * @param {*} faceSegs
142
- * @param {*} otherFaces
143
- * @returns
140
+ /**
141
+ * @param {*} faceSegs
142
+ * @param {*} otherFaces
143
+ * @returns
144
144
  */
145
145
  function getTrimmedFaceSegs(faceSegs, otherFaces, cnt) {
146
146
  try {
@@ -301,8 +301,8 @@ function applyGroupingRules(faces) {
301
301
  };
302
302
  }
303
303
 
304
- /**
305
- * Horizontal Grouping (for base cabinets back-to-back : BSV48 48" x 34.5")
304
+ /**
305
+ * Horizontal Grouping (for base cabinets back-to-back : BSV48 48" x 34.5")
306
306
  */
307
307
  function applyHorizontalGrouping(faces) {
308
308
  var removeIdxs = [];
@@ -344,8 +344,8 @@ function applyHorizontalGrouping(faces) {
344
344
  };
345
345
  }
346
346
 
347
- /**
348
- * Vertical Grouping (For CT3DR or CT2DR SKUs + stacked wall cabinets)
347
+ /**
348
+ * Vertical Grouping (For CT3DR or CT2DR SKUs + stacked wall cabinets)
349
349
  */
350
350
  function applyVerticalGrouping(faces) {
351
351
  var removeIdxs = [];
@@ -436,8 +436,8 @@ function buildMP3SkinPanelArray(bottomHeight, topHeight, mp3SkinPanelArray) {
436
436
  return skinPanelTypeArray;
437
437
  }
438
438
 
439
- /**
440
- * Decide which skin panel pieces are needed for a tall cabinet.
439
+ /**
440
+ * Decide which skin panel pieces are needed for a tall cabinet.
441
441
  */
442
442
  function resolveTallCabinetBundle(face) {
443
443
  var item = face.itemInfo;
@@ -457,8 +457,8 @@ function resolveTallCabinetBundle(face) {
457
457
  return face !== null && face !== void 0 && face.skinPanelSKU ? [face.skinPanelSKU] : [];
458
458
  }
459
459
 
460
- /**
461
- * Converts a face → list of SKUs
460
+ /**
461
+ * Converts a face → list of SKUs
462
462
  */
463
463
  function resolveSkinPanelSKU(face) {
464
464
  var layout = face.itemInfo.layoutpos;
@@ -468,8 +468,8 @@ function resolveSkinPanelSKU(face) {
468
468
  return [face.skinPanelSKU];
469
469
  }
470
470
 
471
- /**
472
- * Make skin panel data with grouping skinPanelSKU & doorStyle
471
+ /**
472
+ * Make skin panel data with grouping skinPanelSKU & doorStyle
473
473
  */
474
474
  function buildSkinPanelData(faces) {
475
475
  var tempResult = [];
@@ -39,7 +39,6 @@ exports.setMoveStatus = setMoveStatus;
39
39
  exports.setRotateStatus = setRotateStatus;
40
40
  exports.setWallColor = setWallColor;
41
41
  exports.storeDistArray = storeDistArray;
42
- exports.toggleItemMirror = toggleItemMirror;
43
42
  exports.toggleLoadingCabinet = toggleLoadingCabinet;
44
43
  exports.updateDraggingItem = updateDraggingItem;
45
44
  exports.updateDraggingItem3DX = updateDraggingItem3DX;
@@ -93,17 +92,6 @@ function duplicateSelected(currentObject) {
93
92
  onInternalEvent: onInternalEvent
94
93
  };
95
94
  }
96
- function toggleItemMirror(layerID, itemID) {
97
- var mirrored = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
98
- var onInternalEvent = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;
99
- return {
100
- type: _constants.TOGGLE_ITEM_MIRROR,
101
- layerID: layerID,
102
- itemID: itemID,
103
- mirrored: mirrored,
104
- onInternalEvent: onInternalEvent
105
- };
106
- }
107
95
  function replaceItem(selectedPos, currentObject, selectedObject) {
108
96
  return {
109
97
  type: _constants.REPLACE_ITEM,
@@ -1,10 +1,106 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 6L14 8L12 10" stroke="#3A0B80" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M10 8H14" stroke="#3A0B80" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M4 6L2 8L4 10" stroke="#3A0B80" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M2 8H6" stroke="#3A0B80" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M6 12L8 14L10 12" stroke="#3A0B80" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M8 10V14" stroke="#3A0B80" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="M10 4L8 2L6 4" stroke="#3A0B80" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
9
- <path d="M8 2V6" stroke="#3A0B80" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="20"
13
+ height="20"
14
+ id="svg2985"
15
+ version="1.1"
16
+ inkscape:version="0.48.4 r9939"
17
+ sodipodi:docname="New document 2">
18
+ <defs
19
+ id="defs2987" />
20
+ <sodipodi:namedview
21
+ id="base"
22
+ pagecolor="#ffffff"
23
+ bordercolor="#666666"
24
+ borderopacity="1.0"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pageshadow="2"
27
+ inkscape:zoom="11.197802"
28
+ inkscape:cx="16"
29
+ inkscape:cy="16"
30
+ inkscape:current-layer="layer1"
31
+ showgrid="true"
32
+ inkscape:grid-bbox="true"
33
+ inkscape:document-units="px"
34
+ inkscape:window-width="1920"
35
+ inkscape:window-height="1017"
36
+ inkscape:window-x="-8"
37
+ inkscape:window-y="-8"
38
+ inkscape:window-maximized="1" />
39
+ <metadata
40
+ id="metadata2990">
41
+ <rdf:RDF>
42
+ <cc:Work
43
+ rdf:about="">
44
+ <dc:format>image/svg+xml</dc:format>
45
+ <dc:type
46
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
+ <dc:title></dc:title>
48
+ </cc:Work>
49
+ </rdf:RDF>
50
+ </metadata>
51
+ <g
52
+ id="layer1"
53
+ inkscape:label="Layer 1"
54
+ inkscape:groupmode="layer"
55
+ transform="translate(0,-12)">
56
+ <g
57
+ style="fill:none"
58
+ id="g3059"
59
+ transform="translate(-645,-367)">
60
+ <g
61
+ id="g3035"
62
+ clip-path="url(#clip29_0_1)">
63
+ <path
64
+ id="path3037"
65
+ d="m 661,386 3,3 -3,3"
66
+ inkscape:connector-curvature="0"
67
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
68
+ <path
69
+ id="path3039"
70
+ d="m 658,389 h 6"
71
+ inkscape:connector-curvature="0"
72
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
73
+ <path
74
+ id="path3041"
75
+ d="m 649,386 -3,3 3,3"
76
+ inkscape:connector-curvature="0"
77
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
78
+ <path
79
+ id="path3043"
80
+ d="m 646,389 h 6"
81
+ inkscape:connector-curvature="0"
82
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
83
+ <path
84
+ id="path3045"
85
+ d="m 652,395 3,3 3,-3"
86
+ inkscape:connector-curvature="0"
87
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
88
+ <path
89
+ id="path3047"
90
+ d="m 655,392 v 6"
91
+ inkscape:connector-curvature="0"
92
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
93
+ <path
94
+ id="path3049"
95
+ d="m 658,383 -3,-3 -3,3"
96
+ inkscape:connector-curvature="0"
97
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
98
+ <path
99
+ id="path3051"
100
+ d="m 655,380 v 6"
101
+ inkscape:connector-curvature="0"
102
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
103
+ </g>
104
+ </g>
105
+ </g>
10
106
  </svg>
@@ -1,4 +1,76 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.3333 10.2188C12.9427 9.74016 14 8.9255 14 8.00016C14 6.52683 11.3133 5.3335 8 5.3335C4.68667 5.3335 2 6.52683 2 8.00016C2 9.4735 4.68667 10.6668 8 10.6668" stroke="#3A0B80" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M6 8.6665L8 10.6665L6 12.6665" stroke="#3A0B80" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="20"
13
+ height="20"
14
+ id="svg2985"
15
+ version="1.1"
16
+ inkscape:version="0.48.4 r9939"
17
+ sodipodi:docname="item_rotation.svg">
18
+ <defs
19
+ id="defs2987" />
20
+ <sodipodi:namedview
21
+ id="base"
22
+ pagecolor="#ffffff"
23
+ bordercolor="#666666"
24
+ borderopacity="1.0"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pageshadow="2"
27
+ inkscape:zoom="7"
28
+ inkscape:cx="24"
29
+ inkscape:cy="24"
30
+ inkscape:current-layer="layer1"
31
+ showgrid="true"
32
+ inkscape:grid-bbox="true"
33
+ inkscape:document-units="px"
34
+ inkscape:window-width="995"
35
+ inkscape:window-height="660"
36
+ inkscape:window-x="368"
37
+ inkscape:window-y="198"
38
+ inkscape:window-maximized="0" />
39
+ <metadata
40
+ id="metadata2990">
41
+ <rdf:RDF>
42
+ <cc:Work
43
+ rdf:about="">
44
+ <dc:format>image/svg+xml</dc:format>
45
+ <dc:type
46
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
+ <dc:title />
48
+ </cc:Work>
49
+ </rdf:RDF>
50
+ </metadata>
51
+ <g
52
+ id="layer1"
53
+ inkscape:label="Layer 1"
54
+ inkscape:groupmode="layer"
55
+ transform="translate(0,-28)">
56
+ <g
57
+ style="fill:none"
58
+ id="g3009"
59
+ transform="translate(-645,-307.5)">
60
+ <g
61
+ id="g2995"
62
+ clip-path="url(#clip30_0_1)">
63
+ <path
64
+ id="path2999"
65
+ d="m 660,347.328 c 2.414,-0.718 4,-1.94 4,-3.328 0,-2.21 -4.03,-4 -9,-4 -4.97,0 -9,1.79 -9,4 0,2.21 4.03,4 9,4"
66
+ inkscape:connector-curvature="0"
67
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
68
+ <path
69
+ id="path3001"
70
+ d="m 652,345 3,3 -3,3"
71
+ inkscape:connector-curvature="0"
72
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
73
+ </g>
74
+ </g>
75
+ </g>
4
76
  </svg>
@@ -1,4 +1,4 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.05 5.47V20.18L8 20.96" stroke="#000F33" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M16.02 3V17.32L14.13 17.76" stroke="#000F33" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.05 5.47V20.18L8 20.96" stroke="#000F33" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M16.02 3V17.32L14.13 17.76" stroke="#000F33" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.5564 21L20.2416 14.9342L21.0051 2.53973L14.8952 6.34589" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
3
- <path d="M8.91868 1L9.14126 12.3969L1.90534 17.3692L0.994629 4.08224L8.91868 1Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
4
- <path d="M8.9187 1L21.0053 2.53972L20.2418 14.9342L9.14128 12.3969L8.9187 1Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
5
- <path d="M14.5566 21L1.90534 17.3692L0.994629 4.08224L14.8953 6.34588L14.5566 21Z" fill="#4C12A1" fill-opacity="0.5" stroke="#4C12A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
1
+ <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.5564 21L20.2416 14.9342L21.0051 2.53973L14.8952 6.34589" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
3
+ <path d="M8.91868 1L9.14126 12.3969L1.90534 17.3692L0.994629 4.08224L8.91868 1Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
4
+ <path d="M8.9187 1L21.0053 2.53972L20.2418 14.9342L9.14128 12.3969L8.9187 1Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
5
+ <path d="M14.5566 21L1.90534 17.3692L0.994629 4.08224L14.8953 6.34588L14.5566 21Z" fill="#4C12A1" fill-opacity="0.5" stroke="#4C12A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.9187 1L21.0053 2.53972L20.2418 14.9342L9.14128 12.3969L8.9187 1Z" fill="#4C12A1" fill-opacity="0.5" stroke="#4C12A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M14.5566 21L1.90534 17.3692L0.994629 4.08224L14.8953 6.34588L14.5566 21Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
4
- <path d="M14.5564 21L20.2416 14.9342M21.0051 2.53973L14.8952 6.34589" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
5
- <path d="M8.91868 1L0.994629 4.08224L1.90534 17.3692L9.14126 12.3969" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
6
- </svg>
1
+ <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.9187 1L21.0053 2.53972L20.2418 14.9342L9.14128 12.3969L8.9187 1Z" fill="#4C12A1" fill-opacity="0.5" stroke="#4C12A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M14.5566 21L1.90534 17.3692L0.994629 4.08224L14.8953 6.34588L14.5566 21Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
4
+ <path d="M14.5564 21L20.2416 14.9342M21.0051 2.53973L14.8952 6.34589" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
5
+ <path d="M8.91868 1L0.994629 4.08224L1.90534 17.3692L9.14126 12.3969" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
6
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.91868 1L9.14126 12.3969L1.90534 17.3692L0.994629 4.08224L8.91868 1Z" fill="#4C12A1" fill-opacity="0.5" stroke="#4C12A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M14.5564 21L20.2416 14.9342L21.0051 2.53973L14.8952 6.34589" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
4
- <path d="M8.9187 1L21.0053 2.53972L20.2418 14.9342L9.14128 12.3969" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
5
- <path d="M1.90534 17.3692L14.5566 21L14.8953 6.34588L0.994629 4.08224" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
6
- </svg>
1
+ <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.91868 1L9.14126 12.3969L1.90534 17.3692L0.994629 4.08224L8.91868 1Z" fill="#4C12A1" fill-opacity="0.5" stroke="#4C12A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M14.5564 21L20.2416 14.9342L21.0051 2.53973L14.8952 6.34589" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
4
+ <path d="M8.9187 1L21.0053 2.53972L20.2418 14.9342L9.14128 12.3969" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
5
+ <path d="M1.90534 17.3692L14.5566 21L14.8953 6.34588L0.994629 4.08224" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
6
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.5566 21L1.90534 17.3692L0.994629 4.08224L14.8953 6.34588L14.5566 21Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
3
- <path d="M8.91868 1L9.14126 12.3969L1.90534 17.3692L0.994629 4.08224L8.91868 1Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
4
- <path d="M8.9187 1L21.0053 2.53972L20.2418 14.9342L9.14128 12.3969L8.9187 1Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
5
- <path d="M14.5564 21L20.2416 14.9342L21.0051 2.53973L14.8952 6.34589" fill="#4C12A1" fill-opacity="0.5"/>
6
- <path d="M14.5564 21L20.2416 14.9342L21.0051 2.53973L14.8952 6.34589L14.5564 21Z" stroke="#4C12A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>
1
+ <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.5566 21L1.90534 17.3692L0.994629 4.08224L14.8953 6.34588L14.5566 21Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
3
+ <path d="M8.91868 1L9.14126 12.3969L1.90534 17.3692L0.994629 4.08224L8.91868 1Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
4
+ <path d="M8.9187 1L21.0053 2.53972L20.2418 14.9342L9.14128 12.3969L8.9187 1Z" stroke="#C1CAE4" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="5 3"/>
5
+ <path d="M14.5564 21L20.2416 14.9342L21.0051 2.53973L14.8952 6.34589" fill="#4C12A1" fill-opacity="0.5"/>
6
+ <path d="M14.5564 21L20.2416 14.9342L21.0051 2.53973L14.8952 6.34589L14.5564 21Z" stroke="#4C12A1" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_1516_100789)">
3
- <path d="M4.25 6L2 7.125L8 10.125L14 7.125L11.75 6" stroke="rgba(58, 11, 128, 1)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M2 10.125L8 13.125L14 10.125" stroke="rgba(58, 11, 128, 1)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M8 7.125V1.875" stroke="rgba(58, 11, 128, 1)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M5.75 4.125L8 1.875L10.25 4.125" stroke="rgba(58, 11, 128, 1)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0_1516_100789">
10
- <rect width="16" height="16" fill="white"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1516_100789)">
3
+ <path d="M4.25 6L2 7.125L8 10.125L14 7.125L11.75 6" stroke="rgba(58, 11, 128, 1)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M2 10.125L8 13.125L14 10.125" stroke="rgba(58, 11, 128, 1)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M8 7.125V1.875" stroke="rgba(58, 11, 128, 1)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M5.75 4.125L8 1.875L10.25 4.125" stroke="rgba(58, 11, 128, 1)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_1516_100789">
10
+ <rect width="16" height="16" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -1,7 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.66667 4.6665H13.3333" stroke="#D50000" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M6.66667 7.3335V11.3335" stroke="#D50000" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M9.33333 7.3335V11.3335" stroke="#D50000" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M3.33333 4.6665L3.99999 12.6665C3.99999 13.0201 4.14047 13.3593 4.39052 13.6093C4.64057 13.8594 4.97971 13.9998 5.33333 13.9998H10.6667C11.0203 13.9998 11.3594 13.8594 11.6095 13.6093C11.8595 13.3593 12 13.0201 12 12.6665L12.6667 4.6665" stroke="#D50000" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M6 4.66667V2.66667C6 2.48986 6.07024 2.32029 6.19526 2.19526C6.32029 2.07024 6.48986 2 6.66667 2H9.33333C9.51014 2 9.67971 2.07024 9.80474 2.19526C9.92976 2.32029 10 2.48986 10 2.66667V4.66667" stroke="#D50000" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.3335 5.83333H16.6668M4.16683 5.83333L5.00016 15.8333C5.00016 16.2754 5.17576 16.6993 5.48832 17.0118C5.80088 17.3244 6.2248 17.5 6.66683 17.5H13.3335C13.7755 17.5 14.1994 17.3244 14.512 17.0118C14.8246 16.6993 15.0002 16.2754 15.0002 15.8333L15.8335 5.83333M7.50016 5.83333V3.33333C7.50016 3.11232 7.58796 2.90036 7.74424 2.74408C7.90052 2.5878 8.11248 2.5 8.3335 2.5H11.6668C11.8878 2.5 12.0998 2.5878 12.2561 2.74408C12.4124 2.90036 12.5002 3.11232 12.5002 3.33333V5.83333M8.3335 10L11.6668 13.3333M11.6668 10L8.3335 13.3333" stroke="#FF0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
3
  </svg>
@@ -1,77 +1,77 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
-
4
- <svg
5
- xmlns:dc="http://purl.org/dc/elements/1.1/"
6
- xmlns:cc="http://creativecommons.org/ns#"
7
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
- xmlns:svg="http://www.w3.org/2000/svg"
9
- xmlns="http://www.w3.org/2000/svg"
10
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
- width="18"
13
- height="14"
14
- id="svg3049"
15
- version="1.1"
16
- inkscape:version="0.48.4 r9939"
17
- sodipodi:docname="New document 5">
18
- <defs
19
- id="defs3051" />
20
- <sodipodi:namedview
21
- id="base"
22
- pagecolor="#ffffff"
23
- bordercolor="#666666"
24
- borderopacity="1.0"
25
- inkscape:pageopacity="0.0"
26
- inkscape:pageshadow="2"
27
- inkscape:zoom="11.197802"
28
- inkscape:cx="16"
29
- inkscape:cy="16"
30
- inkscape:current-layer="layer1"
31
- showgrid="true"
32
- inkscape:grid-bbox="true"
33
- inkscape:document-units="px"
34
- inkscape:window-width="1920"
35
- inkscape:window-height="1017"
36
- inkscape:window-x="-8"
37
- inkscape:window-y="-8"
38
- inkscape:window-maximized="1" />
39
- <metadata
40
- id="metadata3054">
41
- <rdf:RDF>
42
- <cc:Work
43
- rdf:about="">
44
- <dc:format>image/svg+xml</dc:format>
45
- <dc:type
46
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
- <dc:title></dc:title>
48
- </cc:Work>
49
- </rdf:RDF>
50
- </metadata>
51
- <g
52
- id="layer1"
53
- inkscape:label="Layer 1"
54
- inkscape:groupmode="layer"
55
- transform="translate(0,-18)">
56
- <g
57
- transform="translate(-867,-822.725)"
58
- clip-path="url(#clip77_0_1)"
59
- id="g4">
60
- <path
61
- style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
62
- inkscape:connector-curvature="0"
63
- d="m 868,841.725 h 16"
64
- id="path6" />
65
- <path
66
- style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
67
- inkscape:connector-curvature="0"
68
- d="m 868,847.725 h 16"
69
- id="path8" />
70
- <path
71
- style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
72
- inkscape:connector-curvature="0"
73
- d="m 868,853.725 h 16"
74
- id="path10" />
75
- </g>
76
- </g>
77
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="18"
13
+ height="14"
14
+ id="svg3049"
15
+ version="1.1"
16
+ inkscape:version="0.48.4 r9939"
17
+ sodipodi:docname="New document 5">
18
+ <defs
19
+ id="defs3051" />
20
+ <sodipodi:namedview
21
+ id="base"
22
+ pagecolor="#ffffff"
23
+ bordercolor="#666666"
24
+ borderopacity="1.0"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pageshadow="2"
27
+ inkscape:zoom="11.197802"
28
+ inkscape:cx="16"
29
+ inkscape:cy="16"
30
+ inkscape:current-layer="layer1"
31
+ showgrid="true"
32
+ inkscape:grid-bbox="true"
33
+ inkscape:document-units="px"
34
+ inkscape:window-width="1920"
35
+ inkscape:window-height="1017"
36
+ inkscape:window-x="-8"
37
+ inkscape:window-y="-8"
38
+ inkscape:window-maximized="1" />
39
+ <metadata
40
+ id="metadata3054">
41
+ <rdf:RDF>
42
+ <cc:Work
43
+ rdf:about="">
44
+ <dc:format>image/svg+xml</dc:format>
45
+ <dc:type
46
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
+ <dc:title></dc:title>
48
+ </cc:Work>
49
+ </rdf:RDF>
50
+ </metadata>
51
+ <g
52
+ id="layer1"
53
+ inkscape:label="Layer 1"
54
+ inkscape:groupmode="layer"
55
+ transform="translate(0,-18)">
56
+ <g
57
+ transform="translate(-867,-822.725)"
58
+ clip-path="url(#clip77_0_1)"
59
+ id="g4">
60
+ <path
61
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
62
+ inkscape:connector-curvature="0"
63
+ d="m 868,841.725 h 16"
64
+ id="path6" />
65
+ <path
66
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
67
+ inkscape:connector-curvature="0"
68
+ d="m 868,847.725 h 16"
69
+ id="path8" />
70
+ <path
71
+ style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
72
+ inkscape:connector-curvature="0"
73
+ d="m 868,853.725 h 16"
74
+ id="path10" />
75
+ </g>
76
+ </g>
77
+ </svg>