kitchen-simulator 11.30.3 → 11.32.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.
- package/es/assets/img/svg/accessories.svg +4 -4
- package/es/assets/img/svg/bottombar/elevation-back.svg +6 -6
- package/es/assets/img/svg/bottombar/elevation-front.svg +6 -6
- package/es/assets/img/svg/bottombar/elevation-left.svg +6 -6
- package/es/assets/img/svg/bottombar/elevation-right.svg +7 -7
- package/es/assets/img/svg/bottombar/elevation.svg +13 -13
- package/es/assets/img/svg/detail.svg +77 -77
- package/es/assets/img/svg/filtersActive.svg +19 -19
- package/es/assets/img/svg/invert.svg +12 -12
- package/es/assets/img/svg/menubar/login.svg +84 -84
- package/es/assets/img/svg/menubar/my_projects.svg +85 -85
- package/es/assets/img/svg/menubar/new_project.svg +110 -110
- package/es/assets/img/svg/menubar/save_project.svg +84 -84
- package/es/assets/img/svg/options.svg +3 -3
- package/es/assets/img/svg/positioning.svg +3 -3
- package/es/assets/img/svg/toggleFilters.svg +19 -19
- package/es/assets/img/svg/toolbar/shopping-cart.svg +13 -13
- package/es/assets/img/svg/wizardstep/detail_view.svg +87 -87
- package/es/assets/img/svg/wizardstep/tile_view.svg +95 -95
- package/es/catalog/utils/exporter.js +2 -0
- package/es/catalog/utils/item-loader.js +9 -4
- package/es/class/item.js +1 -0
- package/es/components/viewer3d/camera-controls-module/camera-controls.module.js +556 -556
- package/es/components/viewer3d/scene-creator.js +5 -5
- package/es/constants.js +1 -0
- package/es/engine/2d/viewer-utils.js +11 -11
- package/es/events/external/handleExternalEvent.util.js +80 -66
- package/es/events/external/handlers.changeDoorStyle.js +8 -15
- package/es/events/external/handlers.loadProject.js +8 -15
- package/es/mappings/external-events/mapExternalEventPayload.js +4 -4
- package/es/mappings/external-events/mappers/addItemMapper.js +9 -9
- package/es/mappings/external-events/mappers/ccdfMapper.js +7 -13
- package/es/models.js +2 -0
- package/es/shared/concurrency/async-pool.js +71 -0
- package/es/shared/domain/asset/sanitize-asset-url.js +5 -5
- package/es/shared/math/line-metrics.js +11 -11
- package/es/utils/geometry.js +6 -4
- package/es/utils/skinPanelEngine.js +14 -14
- package/lib/assets/img/svg/accessories.svg +4 -4
- package/lib/assets/img/svg/bottombar/elevation-back.svg +6 -6
- package/lib/assets/img/svg/bottombar/elevation-front.svg +6 -6
- package/lib/assets/img/svg/bottombar/elevation-left.svg +6 -6
- package/lib/assets/img/svg/bottombar/elevation-right.svg +7 -7
- package/lib/assets/img/svg/bottombar/elevation.svg +13 -13
- package/lib/assets/img/svg/detail.svg +77 -77
- package/lib/assets/img/svg/filtersActive.svg +19 -19
- package/lib/assets/img/svg/invert.svg +12 -12
- package/lib/assets/img/svg/menubar/login.svg +84 -84
- package/lib/assets/img/svg/menubar/my_projects.svg +85 -85
- package/lib/assets/img/svg/menubar/new_project.svg +110 -110
- package/lib/assets/img/svg/menubar/save_project.svg +84 -84
- package/lib/assets/img/svg/options.svg +3 -3
- package/lib/assets/img/svg/positioning.svg +3 -3
- package/lib/assets/img/svg/toggleFilters.svg +19 -19
- package/lib/assets/img/svg/toolbar/shopping-cart.svg +13 -13
- package/lib/assets/img/svg/wizardstep/detail_view.svg +87 -87
- package/lib/assets/img/svg/wizardstep/tile_view.svg +95 -95
- package/lib/catalog/utils/exporter.js +2 -0
- package/lib/catalog/utils/item-loader.js +9 -4
- package/lib/class/item.js +1 -0
- package/lib/components/viewer3d/camera-controls-module/camera-controls.module.js +556 -556
- package/lib/components/viewer3d/scene-creator.js +5 -5
- package/lib/constants.js +5 -4
- package/lib/engine/2d/viewer-utils.js +11 -11
- package/lib/events/external/handleExternalEvent.util.js +80 -66
- package/lib/events/external/handlers.changeDoorStyle.js +8 -15
- package/lib/events/external/handlers.loadProject.js +8 -15
- package/lib/mappings/external-events/mapExternalEventPayload.js +4 -4
- package/lib/mappings/external-events/mappers/addItemMapper.js +9 -9
- package/lib/mappings/external-events/mappers/ccdfMapper.js +7 -13
- package/lib/models.js +2 -0
- package/lib/shared/concurrency/async-pool.js +78 -0
- package/lib/shared/domain/asset/sanitize-asset-url.js +5 -5
- package/lib/shared/math/line-metrics.js +11 -11
- package/lib/utils/geometry.js +5 -3
- package/lib/utils/skinPanelEngine.js +14 -14
- package/package.json +1 -1
|
@@ -1,85 +1,85 @@
|
|
|
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="19"
|
|
14
|
-
id="svg60766"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="New document 2">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs60768">
|
|
20
|
-
<clipPath
|
|
21
|
-
id="clip2179_0_1">
|
|
22
|
-
<rect
|
|
23
|
-
style="fill:#ffffff"
|
|
24
|
-
y="0"
|
|
25
|
-
x="0"
|
|
26
|
-
width="24"
|
|
27
|
-
height="24"
|
|
28
|
-
transform="translate(3832,3486.86)"
|
|
29
|
-
id="rect50600" />
|
|
30
|
-
</clipPath>
|
|
31
|
-
</defs>
|
|
32
|
-
<sodipodi:namedview
|
|
33
|
-
id="base"
|
|
34
|
-
pagecolor="#ffffff"
|
|
35
|
-
bordercolor="#666666"
|
|
36
|
-
borderopacity="1.0"
|
|
37
|
-
inkscape:pageopacity="0.0"
|
|
38
|
-
inkscape:pageshadow="2"
|
|
39
|
-
inkscape:zoom="11.197802"
|
|
40
|
-
inkscape:cx="16"
|
|
41
|
-
inkscape:cy="19.181516"
|
|
42
|
-
inkscape:current-layer="g21724"
|
|
43
|
-
showgrid="true"
|
|
44
|
-
inkscape:grid-bbox="true"
|
|
45
|
-
inkscape:document-units="px"
|
|
46
|
-
showborder="true"
|
|
47
|
-
inkscape:window-width="1084"
|
|
48
|
-
inkscape:window-height="670"
|
|
49
|
-
inkscape:window-x="104"
|
|
50
|
-
inkscape:window-y="104"
|
|
51
|
-
inkscape:window-maximized="0" />
|
|
52
|
-
<metadata
|
|
53
|
-
id="metadata60771">
|
|
54
|
-
<rdf:RDF>
|
|
55
|
-
<cc:Work
|
|
56
|
-
rdf:about="">
|
|
57
|
-
<dc:format>image/svg+xml</dc:format>
|
|
58
|
-
<dc:type
|
|
59
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
60
|
-
<dc:title></dc:title>
|
|
61
|
-
</cc:Work>
|
|
62
|
-
</rdf:RDF>
|
|
63
|
-
</metadata>
|
|
64
|
-
<g
|
|
65
|
-
id="layer1"
|
|
66
|
-
inkscape:label="Layer 1"
|
|
67
|
-
inkscape:groupmode="layer"
|
|
68
|
-
transform="translate(0,-13)">
|
|
69
|
-
<g
|
|
70
|
-
transform="translate(-3834,-3476.86)"
|
|
71
|
-
clip-path="url(#clip2179_0_1)"
|
|
72
|
-
id="g21724">
|
|
73
|
-
<path
|
|
74
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
75
|
-
inkscape:connector-curvature="0"
|
|
76
|
-
d="m 3841,3490.86 h 3 l 2,2 h 5 c 0.53,0 1.04,0.21 1.41,0.59 0.38,0.37 0.59,0.88 0.59,1.41 v 7 c 0,0.53 -0.21,1.04 -0.59,1.42 -0.37,0.37 -0.88,0.58 -1.41,0.58 h -10 c -0.53,0 -1.04,-0.21 -1.41,-0.58 -0.38,-0.38 -0.59,-0.89 -0.59,-1.42 v -9 c 0,-0.53 0.21,-1.04 0.59,-1.41 0.37,-0.38 0.88,-0.59 1.41,-0.59 z"
|
|
77
|
-
id="path21726" />
|
|
78
|
-
<path
|
|
79
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
80
|
-
inkscape:connector-curvature="0"
|
|
81
|
-
d="m 3849,3503.86 v 2 c 0,0.53 -0.21,1.04 -0.59,1.42 -0.37,0.37 -0.88,0.58 -1.41,0.58 h -10 c -0.53,0 -1.04,-0.21 -1.41,-0.58 -0.38,-0.38 -0.59,-0.89 -0.59,-1.42 v -9 c 0,-0.53 0.21,-1.04 0.59,-1.41 0.37,-0.38 0.88,-0.59 1.41,-0.59 h 2"
|
|
82
|
-
id="path21728" />
|
|
83
|
-
</g>
|
|
84
|
-
</g>
|
|
85
|
-
</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="20"
|
|
13
|
+
height="19"
|
|
14
|
+
id="svg60766"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.4 r9939"
|
|
17
|
+
sodipodi:docname="New document 2">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs60768">
|
|
20
|
+
<clipPath
|
|
21
|
+
id="clip2179_0_1">
|
|
22
|
+
<rect
|
|
23
|
+
style="fill:#ffffff"
|
|
24
|
+
y="0"
|
|
25
|
+
x="0"
|
|
26
|
+
width="24"
|
|
27
|
+
height="24"
|
|
28
|
+
transform="translate(3832,3486.86)"
|
|
29
|
+
id="rect50600" />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
<sodipodi:namedview
|
|
33
|
+
id="base"
|
|
34
|
+
pagecolor="#ffffff"
|
|
35
|
+
bordercolor="#666666"
|
|
36
|
+
borderopacity="1.0"
|
|
37
|
+
inkscape:pageopacity="0.0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:zoom="11.197802"
|
|
40
|
+
inkscape:cx="16"
|
|
41
|
+
inkscape:cy="19.181516"
|
|
42
|
+
inkscape:current-layer="g21724"
|
|
43
|
+
showgrid="true"
|
|
44
|
+
inkscape:grid-bbox="true"
|
|
45
|
+
inkscape:document-units="px"
|
|
46
|
+
showborder="true"
|
|
47
|
+
inkscape:window-width="1084"
|
|
48
|
+
inkscape:window-height="670"
|
|
49
|
+
inkscape:window-x="104"
|
|
50
|
+
inkscape:window-y="104"
|
|
51
|
+
inkscape:window-maximized="0" />
|
|
52
|
+
<metadata
|
|
53
|
+
id="metadata60771">
|
|
54
|
+
<rdf:RDF>
|
|
55
|
+
<cc:Work
|
|
56
|
+
rdf:about="">
|
|
57
|
+
<dc:format>image/svg+xml</dc:format>
|
|
58
|
+
<dc:type
|
|
59
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
60
|
+
<dc:title></dc:title>
|
|
61
|
+
</cc:Work>
|
|
62
|
+
</rdf:RDF>
|
|
63
|
+
</metadata>
|
|
64
|
+
<g
|
|
65
|
+
id="layer1"
|
|
66
|
+
inkscape:label="Layer 1"
|
|
67
|
+
inkscape:groupmode="layer"
|
|
68
|
+
transform="translate(0,-13)">
|
|
69
|
+
<g
|
|
70
|
+
transform="translate(-3834,-3476.86)"
|
|
71
|
+
clip-path="url(#clip2179_0_1)"
|
|
72
|
+
id="g21724">
|
|
73
|
+
<path
|
|
74
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
75
|
+
inkscape:connector-curvature="0"
|
|
76
|
+
d="m 3841,3490.86 h 3 l 2,2 h 5 c 0.53,0 1.04,0.21 1.41,0.59 0.38,0.37 0.59,0.88 0.59,1.41 v 7 c 0,0.53 -0.21,1.04 -0.59,1.42 -0.37,0.37 -0.88,0.58 -1.41,0.58 h -10 c -0.53,0 -1.04,-0.21 -1.41,-0.58 -0.38,-0.38 -0.59,-0.89 -0.59,-1.42 v -9 c 0,-0.53 0.21,-1.04 0.59,-1.41 0.37,-0.38 0.88,-0.59 1.41,-0.59 z"
|
|
77
|
+
id="path21726" />
|
|
78
|
+
<path
|
|
79
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
80
|
+
inkscape:connector-curvature="0"
|
|
81
|
+
d="m 3849,3503.86 v 2 c 0,0.53 -0.21,1.04 -0.59,1.42 -0.37,0.37 -0.88,0.58 -1.41,0.58 h -10 c -0.53,0 -1.04,-0.21 -1.41,-0.58 -0.38,-0.38 -0.59,-0.89 -0.59,-1.42 v -9 c 0,-0.53 0.21,-1.04 0.59,-1.41 0.37,-0.38 0.88,-0.59 1.41,-0.59 h 2"
|
|
82
|
+
id="path21728" />
|
|
83
|
+
</g>
|
|
84
|
+
</g>
|
|
85
|
+
</svg>
|
|
@@ -1,110 +1,110 @@
|
|
|
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="18"
|
|
14
|
-
id="svg61595"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="New document 6">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs61597">
|
|
20
|
-
<clipPath
|
|
21
|
-
id="clip63_0_1">
|
|
22
|
-
<rect
|
|
23
|
-
style="fill:#ffffff"
|
|
24
|
-
y="0"
|
|
25
|
-
x="0"
|
|
26
|
-
width="24"
|
|
27
|
-
height="24"
|
|
28
|
-
transform="translate(4192,771.725)"
|
|
29
|
-
id="rect44252" />
|
|
30
|
-
</clipPath>
|
|
31
|
-
<clipPath
|
|
32
|
-
id="clip137_0_1">
|
|
33
|
-
<rect
|
|
34
|
-
style="fill:#ffffff"
|
|
35
|
-
y="0"
|
|
36
|
-
x="0"
|
|
37
|
-
width="24"
|
|
38
|
-
height="24"
|
|
39
|
-
transform="translate(1632,1139.73)"
|
|
40
|
-
id="rect44474" />
|
|
41
|
-
</clipPath>
|
|
42
|
-
</defs>
|
|
43
|
-
<sodipodi:namedview
|
|
44
|
-
id="base"
|
|
45
|
-
pagecolor="#ffffff"
|
|
46
|
-
bordercolor="#666666"
|
|
47
|
-
borderopacity="1.0"
|
|
48
|
-
inkscape:pageopacity="0.0"
|
|
49
|
-
inkscape:pageshadow="2"
|
|
50
|
-
inkscape:zoom="11.197802"
|
|
51
|
-
inkscape:cx="2.0686946"
|
|
52
|
-
inkscape:cy="16"
|
|
53
|
-
inkscape:current-layer="g1228"
|
|
54
|
-
showgrid="true"
|
|
55
|
-
inkscape:grid-bbox="true"
|
|
56
|
-
inkscape:document-units="px"
|
|
57
|
-
inkscape:window-width="1920"
|
|
58
|
-
inkscape:window-height="1017"
|
|
59
|
-
inkscape:window-x="-8"
|
|
60
|
-
inkscape:window-y="-8"
|
|
61
|
-
inkscape:window-maximized="1" />
|
|
62
|
-
<metadata
|
|
63
|
-
id="metadata61600">
|
|
64
|
-
<rdf:RDF>
|
|
65
|
-
<cc:Work
|
|
66
|
-
rdf:about="">
|
|
67
|
-
<dc:format>image/svg+xml</dc:format>
|
|
68
|
-
<dc:type
|
|
69
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
70
|
-
<dc:title></dc:title>
|
|
71
|
-
</cc:Work>
|
|
72
|
-
</rdf:RDF>
|
|
73
|
-
</metadata>
|
|
74
|
-
<g
|
|
75
|
-
id="layer1"
|
|
76
|
-
inkscape:label="Layer 1"
|
|
77
|
-
inkscape:groupmode="layer"
|
|
78
|
-
transform="translate(0,-14)">
|
|
79
|
-
<g
|
|
80
|
-
transform="translate(-4195,-760.725)"
|
|
81
|
-
clip-path="url(#clip63_0_1)"
|
|
82
|
-
id="g592">
|
|
83
|
-
<path
|
|
84
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
85
|
-
inkscape:connector-curvature="0"
|
|
86
|
-
d="m 4200,781.725 c 0,-0.53 0.21,-1.039 0.59,-1.414 0.37,-0.375 0.88,-0.586 1.41,-0.586 h 8 c 0.53,0 1.04,0.211 1.41,0.586 0.38,0.375 0.59,0.884 0.59,1.414 v 8 c 0,0.531 -0.21,1.039 -0.59,1.414 -0.37,0.375 -0.88,0.586 -1.41,0.586 h -8 c -0.53,0 -1.04,-0.211 -1.41,-0.586 -0.38,-0.375 -0.59,-0.883 -0.59,-1.414 v -8 z"
|
|
87
|
-
id="path594" />
|
|
88
|
-
<path
|
|
89
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
90
|
-
inkscape:connector-curvature="0"
|
|
91
|
-
d="m 4208,779.725 v -2 c 0,-0.53 -0.21,-1.039 -0.59,-1.414 -0.37,-0.375 -0.88,-0.586 -1.41,-0.586 h -8 c -0.53,0 -1.04,0.211 -1.41,0.586 -0.38,0.375 -0.59,0.884 -0.59,1.414 v 8 c 0,0.531 0.21,1.039 0.59,1.414 0.37,0.375 0.88,0.586 1.41,0.586 h 2"
|
|
92
|
-
id="path596" />
|
|
93
|
-
<g
|
|
94
|
-
transform="translate(2560.4014,-369.40147)"
|
|
95
|
-
clip-path="url(#clip137_0_1)"
|
|
96
|
-
id="g1228">
|
|
97
|
-
<path
|
|
98
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
99
|
-
inkscape:connector-curvature="0"
|
|
100
|
-
d="m 1642.5721,1154.9096 h 6"
|
|
101
|
-
id="path1232" />
|
|
102
|
-
<path
|
|
103
|
-
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
104
|
-
inkscape:connector-curvature="0"
|
|
105
|
-
d="m 1645.5721,1151.9989 v 6"
|
|
106
|
-
id="path1234" />
|
|
107
|
-
</g>
|
|
108
|
-
</g>
|
|
109
|
-
</g>
|
|
110
|
-
</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="18"
|
|
14
|
+
id="svg61595"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.4 r9939"
|
|
17
|
+
sodipodi:docname="New document 6">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs61597">
|
|
20
|
+
<clipPath
|
|
21
|
+
id="clip63_0_1">
|
|
22
|
+
<rect
|
|
23
|
+
style="fill:#ffffff"
|
|
24
|
+
y="0"
|
|
25
|
+
x="0"
|
|
26
|
+
width="24"
|
|
27
|
+
height="24"
|
|
28
|
+
transform="translate(4192,771.725)"
|
|
29
|
+
id="rect44252" />
|
|
30
|
+
</clipPath>
|
|
31
|
+
<clipPath
|
|
32
|
+
id="clip137_0_1">
|
|
33
|
+
<rect
|
|
34
|
+
style="fill:#ffffff"
|
|
35
|
+
y="0"
|
|
36
|
+
x="0"
|
|
37
|
+
width="24"
|
|
38
|
+
height="24"
|
|
39
|
+
transform="translate(1632,1139.73)"
|
|
40
|
+
id="rect44474" />
|
|
41
|
+
</clipPath>
|
|
42
|
+
</defs>
|
|
43
|
+
<sodipodi:namedview
|
|
44
|
+
id="base"
|
|
45
|
+
pagecolor="#ffffff"
|
|
46
|
+
bordercolor="#666666"
|
|
47
|
+
borderopacity="1.0"
|
|
48
|
+
inkscape:pageopacity="0.0"
|
|
49
|
+
inkscape:pageshadow="2"
|
|
50
|
+
inkscape:zoom="11.197802"
|
|
51
|
+
inkscape:cx="2.0686946"
|
|
52
|
+
inkscape:cy="16"
|
|
53
|
+
inkscape:current-layer="g1228"
|
|
54
|
+
showgrid="true"
|
|
55
|
+
inkscape:grid-bbox="true"
|
|
56
|
+
inkscape:document-units="px"
|
|
57
|
+
inkscape:window-width="1920"
|
|
58
|
+
inkscape:window-height="1017"
|
|
59
|
+
inkscape:window-x="-8"
|
|
60
|
+
inkscape:window-y="-8"
|
|
61
|
+
inkscape:window-maximized="1" />
|
|
62
|
+
<metadata
|
|
63
|
+
id="metadata61600">
|
|
64
|
+
<rdf:RDF>
|
|
65
|
+
<cc:Work
|
|
66
|
+
rdf:about="">
|
|
67
|
+
<dc:format>image/svg+xml</dc:format>
|
|
68
|
+
<dc:type
|
|
69
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
70
|
+
<dc:title></dc:title>
|
|
71
|
+
</cc:Work>
|
|
72
|
+
</rdf:RDF>
|
|
73
|
+
</metadata>
|
|
74
|
+
<g
|
|
75
|
+
id="layer1"
|
|
76
|
+
inkscape:label="Layer 1"
|
|
77
|
+
inkscape:groupmode="layer"
|
|
78
|
+
transform="translate(0,-14)">
|
|
79
|
+
<g
|
|
80
|
+
transform="translate(-4195,-760.725)"
|
|
81
|
+
clip-path="url(#clip63_0_1)"
|
|
82
|
+
id="g592">
|
|
83
|
+
<path
|
|
84
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
85
|
+
inkscape:connector-curvature="0"
|
|
86
|
+
d="m 4200,781.725 c 0,-0.53 0.21,-1.039 0.59,-1.414 0.37,-0.375 0.88,-0.586 1.41,-0.586 h 8 c 0.53,0 1.04,0.211 1.41,0.586 0.38,0.375 0.59,0.884 0.59,1.414 v 8 c 0,0.531 -0.21,1.039 -0.59,1.414 -0.37,0.375 -0.88,0.586 -1.41,0.586 h -8 c -0.53,0 -1.04,-0.211 -1.41,-0.586 -0.38,-0.375 -0.59,-0.883 -0.59,-1.414 v -8 z"
|
|
87
|
+
id="path594" />
|
|
88
|
+
<path
|
|
89
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
90
|
+
inkscape:connector-curvature="0"
|
|
91
|
+
d="m 4208,779.725 v -2 c 0,-0.53 -0.21,-1.039 -0.59,-1.414 -0.37,-0.375 -0.88,-0.586 -1.41,-0.586 h -8 c -0.53,0 -1.04,0.211 -1.41,0.586 -0.38,0.375 -0.59,0.884 -0.59,1.414 v 8 c 0,0.531 0.21,1.039 0.59,1.414 0.37,0.375 0.88,0.586 1.41,0.586 h 2"
|
|
92
|
+
id="path596" />
|
|
93
|
+
<g
|
|
94
|
+
transform="translate(2560.4014,-369.40147)"
|
|
95
|
+
clip-path="url(#clip137_0_1)"
|
|
96
|
+
id="g1228">
|
|
97
|
+
<path
|
|
98
|
+
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
99
|
+
inkscape:connector-curvature="0"
|
|
100
|
+
d="m 1642.5721,1154.9096 h 6"
|
|
101
|
+
id="path1232" />
|
|
102
|
+
<path
|
|
103
|
+
style="stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
|
|
104
|
+
inkscape:connector-curvature="0"
|
|
105
|
+
d="m 1645.5721,1151.9989 v 6"
|
|
106
|
+
id="path1234" />
|
|
107
|
+
</g>
|
|
108
|
+
</g>
|
|
109
|
+
</g>
|
|
110
|
+
</svg>
|
|
@@ -1,84 +1,84 @@
|
|
|
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="18"
|
|
14
|
-
id="svg62835"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="New document 17">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs62837">
|
|
20
|
-
<clipPath
|
|
21
|
-
id="clip1647_0_1">
|
|
22
|
-
<rect
|
|
23
|
-
style="fill:#ffffff"
|
|
24
|
-
y="0"
|
|
25
|
-
x="0"
|
|
26
|
-
width="24"
|
|
27
|
-
height="24"
|
|
28
|
-
transform="translate(120,3035.73)"
|
|
29
|
-
id="rect49004" />
|
|
30
|
-
</clipPath>
|
|
31
|
-
</defs>
|
|
32
|
-
<sodipodi:namedview
|
|
33
|
-
id="base"
|
|
34
|
-
pagecolor="#ffffff"
|
|
35
|
-
bordercolor="#666666"
|
|
36
|
-
borderopacity="1.0"
|
|
37
|
-
inkscape:pageopacity="0.0"
|
|
38
|
-
inkscape:pageshadow="2"
|
|
39
|
-
inkscape:zoom="11.197802"
|
|
40
|
-
inkscape:cx="16"
|
|
41
|
-
inkscape:cy="16"
|
|
42
|
-
inkscape:current-layer="layer1"
|
|
43
|
-
showgrid="true"
|
|
44
|
-
inkscape:grid-bbox="true"
|
|
45
|
-
inkscape:document-units="px"
|
|
46
|
-
inkscape:window-width="1920"
|
|
47
|
-
inkscape:window-height="1017"
|
|
48
|
-
inkscape:window-x="-8"
|
|
49
|
-
inkscape:window-y="-8"
|
|
50
|
-
inkscape:window-maximized="1" />
|
|
51
|
-
<metadata
|
|
52
|
-
id="metadata62840">
|
|
53
|
-
<rdf:RDF>
|
|
54
|
-
<cc:Work
|
|
55
|
-
rdf:about="">
|
|
56
|
-
<dc:format>image/svg+xml</dc:format>
|
|
57
|
-
<dc:type
|
|
58
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
59
|
-
<dc:title></dc:title>
|
|
60
|
-
</cc:Work>
|
|
61
|
-
</rdf:RDF>
|
|
62
|
-
</metadata>
|
|
63
|
-
<g
|
|
64
|
-
id="layer1"
|
|
65
|
-
inkscape:label="Layer 1"
|
|
66
|
-
inkscape:groupmode="layer"
|
|
67
|
-
transform="translate(0,-14)">
|
|
68
|
-
<path
|
|
69
|
-
id="path16222"
|
|
70
|
-
d="m 3,15 h 10 l 4,4 v 10 c 0,0.53 -0.211,1.03 -0.586,1.41 C 16.039,30.78 15.53,31 15,31 H 3 C 2.47,31 1.961,30.78 1.586,30.41 1.211,30.03 1,29.53 1,29 V 17 C 1,16.46 1.211,15.96 1.586,15.58 1.961,15.21 2.47,15 3,15 z"
|
|
71
|
-
inkscape:connector-curvature="0"
|
|
72
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
73
|
-
<path
|
|
74
|
-
id="path16224"
|
|
75
|
-
d="m 7,25 c 0,0.53 0.211,1.03 0.586,1.41 C 7.961,26.78 8.47,27 9,27 9.53,27 10.039,26.78 10.414,26.41 10.789,26.03 11,25.53 11,25 11,24.46 10.789,23.96 10.414,23.58 10.039,23.21 9.53,23 9,23 8.47,23 7.961,23.21 7.586,23.58 7.211,23.96 7,24.46 7,25 z"
|
|
76
|
-
inkscape:connector-curvature="0"
|
|
77
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
78
|
-
<path
|
|
79
|
-
id="path16226"
|
|
80
|
-
d="m 11,15 v 4 H 5 v -4"
|
|
81
|
-
inkscape:connector-curvature="0"
|
|
82
|
-
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
83
|
-
</g>
|
|
84
|
-
</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="18"
|
|
14
|
+
id="svg62835"
|
|
15
|
+
version="1.1"
|
|
16
|
+
inkscape:version="0.48.4 r9939"
|
|
17
|
+
sodipodi:docname="New document 17">
|
|
18
|
+
<defs
|
|
19
|
+
id="defs62837">
|
|
20
|
+
<clipPath
|
|
21
|
+
id="clip1647_0_1">
|
|
22
|
+
<rect
|
|
23
|
+
style="fill:#ffffff"
|
|
24
|
+
y="0"
|
|
25
|
+
x="0"
|
|
26
|
+
width="24"
|
|
27
|
+
height="24"
|
|
28
|
+
transform="translate(120,3035.73)"
|
|
29
|
+
id="rect49004" />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
<sodipodi:namedview
|
|
33
|
+
id="base"
|
|
34
|
+
pagecolor="#ffffff"
|
|
35
|
+
bordercolor="#666666"
|
|
36
|
+
borderopacity="1.0"
|
|
37
|
+
inkscape:pageopacity="0.0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:zoom="11.197802"
|
|
40
|
+
inkscape:cx="16"
|
|
41
|
+
inkscape:cy="16"
|
|
42
|
+
inkscape:current-layer="layer1"
|
|
43
|
+
showgrid="true"
|
|
44
|
+
inkscape:grid-bbox="true"
|
|
45
|
+
inkscape:document-units="px"
|
|
46
|
+
inkscape:window-width="1920"
|
|
47
|
+
inkscape:window-height="1017"
|
|
48
|
+
inkscape:window-x="-8"
|
|
49
|
+
inkscape:window-y="-8"
|
|
50
|
+
inkscape:window-maximized="1" />
|
|
51
|
+
<metadata
|
|
52
|
+
id="metadata62840">
|
|
53
|
+
<rdf:RDF>
|
|
54
|
+
<cc:Work
|
|
55
|
+
rdf:about="">
|
|
56
|
+
<dc:format>image/svg+xml</dc:format>
|
|
57
|
+
<dc:type
|
|
58
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
59
|
+
<dc:title></dc:title>
|
|
60
|
+
</cc:Work>
|
|
61
|
+
</rdf:RDF>
|
|
62
|
+
</metadata>
|
|
63
|
+
<g
|
|
64
|
+
id="layer1"
|
|
65
|
+
inkscape:label="Layer 1"
|
|
66
|
+
inkscape:groupmode="layer"
|
|
67
|
+
transform="translate(0,-14)">
|
|
68
|
+
<path
|
|
69
|
+
id="path16222"
|
|
70
|
+
d="m 3,15 h 10 l 4,4 v 10 c 0,0.53 -0.211,1.03 -0.586,1.41 C 16.039,30.78 15.53,31 15,31 H 3 C 2.47,31 1.961,30.78 1.586,30.41 1.211,30.03 1,29.53 1,29 V 17 C 1,16.46 1.211,15.96 1.586,15.58 1.961,15.21 2.47,15 3,15 z"
|
|
71
|
+
inkscape:connector-curvature="0"
|
|
72
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
73
|
+
<path
|
|
74
|
+
id="path16224"
|
|
75
|
+
d="m 7,25 c 0,0.53 0.211,1.03 0.586,1.41 C 7.961,26.78 8.47,27 9,27 9.53,27 10.039,26.78 10.414,26.41 10.789,26.03 11,25.53 11,25 11,24.46 10.789,23.96 10.414,23.58 10.039,23.21 9.53,23 9,23 8.47,23 7.961,23.21 7.586,23.58 7.211,23.96 7,24.46 7,25 z"
|
|
76
|
+
inkscape:connector-curvature="0"
|
|
77
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
78
|
+
<path
|
|
79
|
+
id="path16226"
|
|
80
|
+
d="m 11,15 v 4 H 5 v -4"
|
|
81
|
+
inkscape:connector-curvature="0"
|
|
82
|
+
style="fill:none;stroke:#4c12a1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" />
|
|
83
|
+
</g>
|
|
84
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6 10V10.01M10 10V10.01M14 10V10.01M1 10C1 11.1819 1.23279 12.3522 1.68508 13.4442C2.13738 14.5361 2.80031 15.5282 3.63604 16.364C4.47177 17.1997 5.46392 17.8626 6.55585 18.3149C7.64778 18.7672 8.8181 19 10 19C11.1819 19 12.3522 18.7672 13.4442 18.3149C14.5361 17.8626 15.5282 17.1997 16.364 16.364C17.1997 15.5282 17.8626 14.5361 18.3149 13.4442C18.7672 12.3522 19 11.1819 19 10C19 8.8181 18.7672 7.64778 18.3149 6.55585C17.8626 5.46392 17.1997 4.47177 16.364 3.63604C15.5282 2.80031 14.5361 2.13738 13.4442 1.68508C12.3522 1.23279 11.1819 1 10 1C8.8181 1 7.64778 1.23279 6.55585 1.68508C5.46392 2.13738 4.47177 2.80031 3.63604 3.63604C2.80031 4.47177 2.13738 5.46392 1.68508 6.55585C1.23279 7.64778 1 8.8181 1 10Z" stroke="#000F33" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 10V10.01M10 10V10.01M14 10V10.01M1 10C1 11.1819 1.23279 12.3522 1.68508 13.4442C2.13738 14.5361 2.80031 15.5282 3.63604 16.364C4.47177 17.1997 5.46392 17.8626 6.55585 18.3149C7.64778 18.7672 8.8181 19 10 19C11.1819 19 12.3522 18.7672 13.4442 18.3149C14.5361 17.8626 15.5282 17.1997 16.364 16.364C17.1997 15.5282 17.8626 14.5361 18.3149 13.4442C18.7672 12.3522 19 11.1819 19 10C19 8.8181 18.7672 7.64778 18.3149 6.55585C17.8626 5.46392 17.1997 4.47177 16.364 3.63604C15.5282 2.80031 14.5361 2.13738 13.4442 1.68508C12.3522 1.23279 11.1819 1 10 1C8.8181 1 7.64778 1.23279 6.55585 1.68508C5.46392 2.13738 4.47177 2.80031 3.63604 3.63604C2.80031 4.47177 2.13738 5.46392 1.68508 6.55585C1.23279 7.64778 1 8.8181 1 10Z" stroke="#000F33" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7 10V12M4 10V13M10 10V13M16 10V13M13 10V12M1 1V5M1 3H19M19 1V5M17.875 10C18.496 10 19 10.512 19 11.143V16.857C19 17.488 18.496 18 17.875 18H2C1.73478 18 1.48043 17.8946 1.29289 17.7071C1.10536 17.5196 1 17.2652 1 17V11.143C1 10.512 1.504 10 2.125 10H17.875Z" stroke="#000F33" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 10V12M4 10V13M10 10V13M16 10V13M13 10V12M1 1V5M1 3H19M19 1V5M17.875 10C18.496 10 19 10.512 19 11.143V16.857C19 17.488 18.496 18 17.875 18H2C1.73478 18 1.48043 17.8946 1.29289 17.7071C1.10536 17.5196 1 17.2652 1 17V11.143C1 10.512 1.504 10 2.125 10H17.875Z" stroke="#000F33" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="40" height="40" rx="6" fill="white"/>
|
|
3
|
-
<g clip-path="url(#clip0_2782_264268)">
|
|
4
|
-
<path d="M20 14C20 14.5304 20.2107 15.0391 20.5858 15.4142C20.9609 15.7893 21.4696 16 22 16C22.5304 16 23.0391 15.7893 23.4142 15.4142C23.7893 15.0391 24 14.5304 24 14C24 13.4696 23.7893 12.9609 23.4142 12.5858C23.0391 12.2107 22.5304 12 22 12C21.4696 12 20.9609 12.2107 20.5858 12.5858C20.2107 12.9609 20 13.4696 20 14Z" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M12 14H20" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
<path d="M24 14H28" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
-
<path d="M14 20C14 20.5304 14.2107 21.0391 14.5858 21.4142C14.9609 21.7893 15.4696 22 16 22C16.5304 22 17.0391 21.7893 17.4142 21.4142C17.7893 21.0391 18 20.5304 18 20C18 19.4696 17.7893 18.9609 17.4142 18.5858C17.0391 18.2107 16.5304 18 16 18C15.4696 18 14.9609 18.2107 14.5858 18.5858C14.2107 18.9609 14 19.4696 14 20Z" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
-
<path d="M12 20H14" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
<path d="M18 20H28" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
-
<path d="M23 26C23 26.5304 23.2107 27.0391 23.5858 27.4142C23.9609 27.7893 24.4696 28 25 28C25.5304 28 26.0391 27.7893 26.4142 27.4142C26.7893 27.0391 27 26.5304 27 26C27 25.4696 26.7893 24.9609 26.4142 24.5858C26.0391 24.2107 25.5304 24 25 24C24.4696 24 23.9609 24.2107 23.5858 24.5858C23.2107 24.9609 23 25.4696 23 26Z" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
-
<path d="M12 26H23" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
-
<path d="M27 26H28" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
13
|
-
</g>
|
|
14
|
-
<defs>
|
|
15
|
-
<clipPath id="clip0_2782_264268">
|
|
16
|
-
<rect width="24" height="24" fill="white" transform="translate(8 8)"/>
|
|
17
|
-
</clipPath>
|
|
18
|
-
</defs>
|
|
19
|
-
</svg>
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="40" height="40" rx="6" fill="white"/>
|
|
3
|
+
<g clip-path="url(#clip0_2782_264268)">
|
|
4
|
+
<path d="M20 14C20 14.5304 20.2107 15.0391 20.5858 15.4142C20.9609 15.7893 21.4696 16 22 16C22.5304 16 23.0391 15.7893 23.4142 15.4142C23.7893 15.0391 24 14.5304 24 14C24 13.4696 23.7893 12.9609 23.4142 12.5858C23.0391 12.2107 22.5304 12 22 12C21.4696 12 20.9609 12.2107 20.5858 12.5858C20.2107 12.9609 20 13.4696 20 14Z" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M12 14H20" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M24 14H28" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M14 20C14 20.5304 14.2107 21.0391 14.5858 21.4142C14.9609 21.7893 15.4696 22 16 22C16.5304 22 17.0391 21.7893 17.4142 21.4142C17.7893 21.0391 18 20.5304 18 20C18 19.4696 17.7893 18.9609 17.4142 18.5858C17.0391 18.2107 16.5304 18 16 18C15.4696 18 14.9609 18.2107 14.5858 18.5858C14.2107 18.9609 14 19.4696 14 20Z" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M12 20H14" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M18 20H28" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M23 26C23 26.5304 23.2107 27.0391 23.5858 27.4142C23.9609 27.7893 24.4696 28 25 28C25.5304 28 26.0391 27.7893 26.4142 27.4142C26.7893 27.0391 27 26.5304 27 26C27 25.4696 26.7893 24.9609 26.4142 24.5858C26.0391 24.2107 25.5304 24 25 24C24.4696 24 23.9609 24.2107 23.5858 24.5858C23.2107 24.9609 23 25.4696 23 26Z" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
<path d="M12 26H23" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
12
|
+
<path d="M27 26H28" stroke="#4C12A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
13
|
+
</g>
|
|
14
|
+
<defs>
|
|
15
|
+
<clipPath id="clip0_2782_264268">
|
|
16
|
+
<rect width="24" height="24" fill="white" transform="translate(8 8)"/>
|
|
17
|
+
</clipPath>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|