@vidro/map-handler 1.0.6 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +187 -10
- package/dist/map-handler.js +1 -1
- package/doc/giswater.png +0 -0
- package/doc/giswaterInfo.png +0 -0
- package/doc/giswaterInfoApi.png +0 -0
- package/doc/giswatergeojson.png +0 -0
- package/doc/multiTile.png +0 -0
- package/doc/multiTileNoGutter.png +0 -0
- package/doc/togglelayergiswater.png +0 -0
- package/doc/vidromaps-basic.png +0 -0
- package/examples/externalwms/index.js +20 -0
- package/examples/externalwms/index.php +88 -0
- package/examples/full/apidemo.js +43 -1
- package/examples/full/cachedToken.dat +1 -1
- package/examples/full/cachedTokenData.dat +1 -1
- package/examples/full/index.php +31 -16
- package/examples/full/tester.js +172 -12
- package/examples/integration/tool/css/dist/home.css.min.css +0 -0
- package/examples/integration/tool/css/dist/home.min.css +1 -0
- package/examples/integration/tool/css/dist/home.min.css.map +10 -0
- package/examples/integration/tool/css/dist/style-login.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style-login.min.css +1 -0
- package/examples/integration/tool/css/dist/style-login.min.css.map +10 -0
- package/examples/integration/tool/css/dist/style.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style.min.css +1 -0
- package/examples/integration/tool/css/dist/style.min.css.map +23 -0
- package/examples/integration/tool/css/master/_bottom-sheet-2.scss +103 -0
- package/examples/integration/tool/css/master/_bottom-sheet.scss +142 -0
- package/examples/integration/tool/css/master/_colors.scss +35 -0
- package/examples/integration/tool/css/master/_dropdown-form.scss +167 -0
- package/examples/integration/tool/css/master/_forms.scss +416 -0
- package/examples/integration/tool/css/master/_header.scss +134 -0
- package/examples/integration/tool/css/master/_menu-toc.scss +135 -0
- package/examples/integration/tool/css/master/_menu-tools.scss +187 -0
- package/examples/integration/tool/css/master/_mixins.scss +42 -0
- package/examples/integration/tool/css/master/_notifyjs.scss +39 -0
- package/examples/integration/tool/css/master/_ol-map-controls.scss +117 -0
- package/examples/integration/tool/css/master/_simplelightbox.scss +287 -0
- package/examples/integration/tool/css/master/_toc-config.scss +28 -0
- package/examples/integration/tool/css/master/_toc-layouts.scss +173 -0
- package/examples/integration/tool/css/master/_tooltip.scss +34 -0
- package/examples/integration/tool/css/master/home.scss +266 -0
- package/examples/integration/tool/css/master/style-login.scss +240 -0
- package/examples/integration/tool/css/master/style.scss +166 -0
- package/examples/integration/tool/img/doc-gallery-placeholder.svg +3 -0
- package/examples/integration/tool/img/home/ic_calendar-clock.svg +1 -0
- package/examples/integration/tool/img/home/ic_caret-down.svg +1 -0
- package/examples/integration/tool/img/home/ic_cog.svg +1 -0
- package/examples/integration/tool/img/home/ic_marker.svg +1 -0
- package/examples/integration/tool/img/home/ic_play-circle.svg +1 -0
- package/examples/integration/tool/img/home/ic_power.svg +1 -0
- package/examples/integration/tool/img/home/ic_squares.svg +1 -0
- package/examples/integration/tool/img/home/ic_user-pointer.svg +1 -0
- package/examples/integration/tool/img/home/ic_user-square.svg +1 -0
- package/examples/integration/tool/img/home/logo_footer.svg +1 -0
- package/examples/integration/tool/img/ic/accessControl.svg +1 -0
- package/examples/integration/tool/img/ic/account-location.svg +1 -0
- package/examples/integration/tool/img/ic/actionDelete.svg +64 -0
- package/examples/integration/tool/img/ic/actionOpen.svg +64 -0
- package/examples/integration/tool/img/ic/addFile.svg +100 -0
- package/examples/integration/tool/img/ic/addFile_off.svg +102 -0
- package/examples/integration/tool/img/ic/arrow-left.svg +1 -0
- package/examples/integration/tool/img/ic/arrow-right-drop-circle-outline.svg +1 -0
- package/examples/integration/tool/img/ic/bt_add_photo.svg +3 -0
- package/examples/integration/tool/img/ic/bug.svg +1 -0
- package/examples/integration/tool/img/ic/caret-down-bottomsheet.svg +3 -0
- package/examples/integration/tool/img/ic/checkbox-blank-outline-grey.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-blank-outline-white.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-blank-outline.svg +1 -0
- package/examples/integration/tool/img/ic/checkbox-marked-outline-grey.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-marked-outline-white.svg +8 -0
- package/examples/integration/tool/img/ic/checkbox-marked-outline.svg +1 -0
- package/examples/integration/tool/img/ic/chevron-down-grey.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-down-white.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-down.svg +1 -0
- package/examples/integration/tool/img/ic/chevron-right-grey.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-right-white.svg +7 -0
- package/examples/integration/tool/img/ic/chevron-right.svg +1 -0
- package/examples/integration/tool/img/ic/comment-text-outline.svg +1 -0
- package/examples/integration/tool/img/ic/cookie.svg +1 -0
- package/examples/integration/tool/img/ic/delete.svg +1 -0
- package/examples/integration/tool/img/ic/dot.svg +1 -0
- package/examples/integration/tool/img/ic/dump.svg +1 -0
- package/examples/integration/tool/img/ic/e.svg +9 -0
- package/examples/integration/tool/img/ic/eye-off.svg +1 -0
- package/examples/integration/tool/img/ic/eye.svg +1 -0
- package/examples/integration/tool/img/ic/forbidden.svg +1 -0
- package/examples/integration/tool/img/ic/form-title-1.svg +3 -0
- package/examples/integration/tool/img/ic/group.svg +1 -0
- package/examples/integration/tool/img/ic/hamburger.svg +1 -0
- package/examples/integration/tool/img/ic/ic-users.svg +1 -0
- package/examples/integration/tool/img/ic/ic_dropdown-form-close.svg +3 -0
- package/examples/integration/tool/img/ic/ic_dropdown-form-link.svg +3 -0
- package/examples/integration/tool/img/ic/ic_feature-edit-cancel.svg +14 -0
- package/examples/integration/tool/img/ic/ic_feature-edit-save.svg +14 -0
- package/examples/integration/tool/img/ic/ic_gallery-item-delete.svg +3 -0
- package/examples/integration/tool/img/ic/ic_gallery-item-view.svg +3 -0
- package/examples/integration/tool/img/ic/ic_gps.svg +3 -0
- package/examples/integration/tool/img/ic/ic_search.svg +5 -0
- package/examples/integration/tool/img/ic/ic_selector_fechas.svg +63 -0
- package/examples/integration/tool/img/ic/ic_zoom-to-extent.svg +3 -0
- package/examples/integration/tool/img/ic/icon_reminder.png +0 -0
- package/examples/integration/tool/img/ic/image-gallery-placeholder.svg +55 -0
- package/examples/integration/tool/img/ic/imaqua.svg +87 -0
- package/examples/integration/tool/img/ic/incidencia.svg +77 -0
- package/examples/integration/tool/img/ic/info_multi_selection.svg +230 -0
- package/examples/integration/tool/img/ic/layers.svg +1 -0
- package/examples/integration/tool/img/ic/map-marker.svg +3 -0
- package/examples/integration/tool/img/ic/map.svg +1 -0
- package/examples/integration/tool/img/ic/measure_area.svg +111 -0
- package/examples/integration/tool/img/ic/minus.svg +7 -0
- package/examples/integration/tool/img/ic/notification.svg +1 -0
- package/examples/integration/tool/img/ic/offline.svg +3 -0
- package/examples/integration/tool/img/ic/online.svg +1 -0
- package/examples/integration/tool/img/ic/pencil.svg +3 -0
- package/examples/integration/tool/img/ic/plus.svg +1 -0
- package/examples/integration/tool/img/ic/polygon_selection.svg +68 -0
- package/examples/integration/tool/img/ic/power.svg +1 -0
- package/examples/integration/tool/img/ic/remoteLocalized.svg +4 -0
- package/examples/integration/tool/img/ic/remoteStartLocalize.svg +4 -0
- package/examples/integration/tool/img/ic/ruler.svg +125 -0
- package/examples/integration/tool/img/ic/selection-plus.svg +10 -0
- package/examples/integration/tool/img/ic/selection.svg +1 -0
- package/examples/integration/tool/img/ic/settings.svg +1 -0
- package/examples/integration/tool/img/ic/sort.svg +1 -0
- package/examples/integration/tool/img/ic/sort_asc.svg +1 -0
- package/examples/integration/tool/img/ic/sort_desc.svg +1 -0
- package/examples/integration/tool/img/ic/spreadsheet.svg +3 -0
- package/examples/integration/tool/img/ic/times.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/AB3.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/AB4.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/IC1.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB1.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB11.svg +5 -0
- package/examples/integration/tool/img/ic/toolbar/TB2.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB20.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB21.svg +54 -0
- package/examples/integration/tool/img/ic/toolbar/TB3.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB31.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB32.svg +57 -0
- package/examples/integration/tool/img/ic/toolbar/TB4.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB5.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB6.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB7.svg +1 -0
- package/examples/integration/tool/img/ic/toolbar/TB8.svg +1 -0
- package/examples/integration/tool/img/ic/tools.svg +28 -0
- package/examples/integration/tool/img/ic/user.svg +1 -0
- package/examples/integration/tool/img/ic/vector-polygon.svg +1 -0
- package/examples/integration/tool/img/ic/visit_manager.svg +135 -0
- package/examples/integration/tool/img/logo-footer-login.png +0 -0
- package/examples/integration/tool/img/logo-footer.png +0 -0
- package/examples/integration/tool/img/logo-header-login.png +0 -0
- package/examples/integration/tool/img/logo-header-login@2x.png +0 -0
- package/examples/integration/tool/img/logo-header-login@3x.png +0 -0
- package/examples/integration/tool/img/logo-header.png +0 -0
- package/examples/integration/tool/img/logo-header@2x.png +0 -0
- package/examples/integration/tool/img/logo-header@3x.png +0 -0
- package/examples/integration/tool/img/logo_project.png +0 -0
- package/examples/integration/tool/img/photo-gallery-placeholder.svg +3 -0
- package/examples/integration/tool/img/pixel.png +0 -0
- package/examples/integration/tool/index.html +228 -0
- package/examples/integration/tool/js/demo.js +238 -0
- package/examples/integration/tool/js/interface.js +147 -0
- package/examples/integration/tool/js/jquery.js +4 -0
- package/examples/integration/vanguardia.html +6636 -0
- package/examples/multipleIframes/index.js +82 -0
- package/examples/multipleIframes/index.php +52 -0
- package/examples/serverLess/dist/index.23420cfa.js +120 -117
- package/examples/serverLess/dist/index.23420cfa.js.map +1 -1
- package/examples/serverLess/dist/index.html +38 -1
- package/examples/serverLess/index.html +2 -1
- package/examples/serverLess/main.js +2 -2
- package/examples/simple/index.html +1 -1
- package/examples/taigua/index.html +15 -0
- package/examples/taigua/main.js +44 -0
- package/examples/vidromap/index.js +12 -79
- package/examples/vidromap/index.php +63 -48
- package/examples/xavi/index.html +37 -0
- package/examples/xavi/main.js +160 -0
- package/flows.md +73 -0
- package/package.json +1 -1
- package/src/index.js +160 -44
- package/src/shared/iframe-communicator.js +12 -5
- package/examples/vidromap/vidromap.js +0 -13
- package/examples/vidromap/vidromap.php +0 -59
@@ -0,0 +1,230 @@
|
|
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="24"
|
13
|
+
height="24"
|
14
|
+
viewBox="0 0 6.3499999 6.3500002"
|
15
|
+
version="1.1"
|
16
|
+
id="svg8"
|
17
|
+
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
18
|
+
sodipodi:docname="info_multi_selecction.svg">
|
19
|
+
<defs
|
20
|
+
id="defs2" />
|
21
|
+
<sodipodi:namedview
|
22
|
+
id="base"
|
23
|
+
pagecolor="#ffffff"
|
24
|
+
bordercolor="#666666"
|
25
|
+
borderopacity="1.0"
|
26
|
+
inkscape:pageopacity="0.0"
|
27
|
+
inkscape:pageshadow="2"
|
28
|
+
inkscape:zoom="5.0566025"
|
29
|
+
inkscape:cx="30.25338"
|
30
|
+
inkscape:cy="39.81455"
|
31
|
+
inkscape:document-units="mm"
|
32
|
+
inkscape:current-layer="layer1"
|
33
|
+
showgrid="false"
|
34
|
+
units="px"
|
35
|
+
inkscape:window-width="1920"
|
36
|
+
inkscape:window-height="1001"
|
37
|
+
inkscape:window-x="-9"
|
38
|
+
inkscape:window-y="-9"
|
39
|
+
inkscape:window-maximized="1" />
|
40
|
+
<metadata
|
41
|
+
id="metadata5">
|
42
|
+
<rdf:RDF>
|
43
|
+
<cc:Work
|
44
|
+
rdf:about="">
|
45
|
+
<dc:format>image/svg+xml</dc:format>
|
46
|
+
<dc:type
|
47
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
48
|
+
<dc:title></dc:title>
|
49
|
+
</cc:Work>
|
50
|
+
</rdf:RDF>
|
51
|
+
</metadata>
|
52
|
+
<g
|
53
|
+
inkscape:label="Layer 1"
|
54
|
+
inkscape:groupmode="layer"
|
55
|
+
id="layer1"
|
56
|
+
transform="translate(0,-290.64998)">
|
57
|
+
<text
|
58
|
+
xml:space="preserve"
|
59
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332;"
|
60
|
+
x="2.1024926"
|
61
|
+
y="293.55093"
|
62
|
+
id="text41"><tspan
|
63
|
+
sodipodi:role="line"
|
64
|
+
id="tspan39"
|
65
|
+
x="2.1024926"
|
66
|
+
y="303.08392"
|
67
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';stroke-width:0.26458332;" /></text>
|
68
|
+
<text
|
69
|
+
xml:space="preserve"
|
70
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332;"
|
71
|
+
x="3.1634047"
|
72
|
+
y="292.94861"
|
73
|
+
id="text45"><tspan
|
74
|
+
sodipodi:role="line"
|
75
|
+
id="tspan43"
|
76
|
+
x="3.1634047"
|
77
|
+
y="302.4816"
|
78
|
+
style="stroke-width:0.26458332;-inkscape-font-specification:'Segoe Script Bold';font-family:'Segoe Script';font-weight:bold;font-style:normal;font-stretch:normal;font-variant:normal;" /></text>
|
79
|
+
<text
|
80
|
+
xml:space="preserve"
|
81
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
82
|
+
x="11.877623"
|
83
|
+
y="300.08713"
|
84
|
+
id="text49"><tspan
|
85
|
+
sodipodi:role="line"
|
86
|
+
id="tspan47"
|
87
|
+
x="11.877623"
|
88
|
+
y="300.08713"
|
89
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Segoe Print';-inkscape-font-specification:'Segoe Print Bold';stroke-width:0.26458332">i</tspan></text>
|
90
|
+
<text
|
91
|
+
xml:space="preserve"
|
92
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.59638262px;line-height:1.25;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11490957"
|
93
|
+
x="3.0602937"
|
94
|
+
y="336.74289"
|
95
|
+
id="text53"
|
96
|
+
transform="scale(1.1455111,0.87297276)"><tspan
|
97
|
+
sodipodi:role="line"
|
98
|
+
id="tspan51"
|
99
|
+
x="3.0602937"
|
100
|
+
y="340.79086"
|
101
|
+
style="stroke-width:0.11490957" /></text>
|
102
|
+
<text
|
103
|
+
xml:space="preserve"
|
104
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:8.80542088px;line-height:1.25;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.22013552"
|
105
|
+
x="2.5685227"
|
106
|
+
y="356.75806"
|
107
|
+
id="text57"
|
108
|
+
transform="scale(1.2019111,0.8320083)"><tspan
|
109
|
+
sodipodi:role="line"
|
110
|
+
id="tspan55"
|
111
|
+
x="2.5685227"
|
112
|
+
y="364.51288"
|
113
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Amiri;-inkscape-font-specification:'Amiri Bold';stroke-width:0.22013552" /></text>
|
114
|
+
<text
|
115
|
+
xml:space="preserve"
|
116
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.36701155px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.13417527"
|
117
|
+
x="14.75293"
|
118
|
+
y="344.8457"
|
119
|
+
id="text61"
|
120
|
+
transform="scale(1.1747829,0.8512211)"><tspan
|
121
|
+
sodipodi:role="line"
|
122
|
+
id="tspan59"
|
123
|
+
x="14.75293"
|
124
|
+
y="344.8457"
|
125
|
+
style="stroke-width:0.13417527">?</tspan></text>
|
126
|
+
<g
|
127
|
+
id="g124"
|
128
|
+
transform="translate(-9.0521089,-13.65665)">
|
129
|
+
<text
|
130
|
+
transform="scale(1.1683711,0.85589245)"
|
131
|
+
id="text53-5-5"
|
132
|
+
y="339.41174"
|
133
|
+
x="-5.0825677"
|
134
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.1406908px;line-height:1.25;font-family:'Segoe Script';-inkscape-font-specification:'Segoe Script Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.12851726"
|
135
|
+
xml:space="preserve"><tspan
|
136
|
+
style="stroke-width:0.12851726"
|
137
|
+
y="339.41174"
|
138
|
+
x="-5.0825677"
|
139
|
+
id="tspan51-8-8"
|
140
|
+
sodipodi:role="line">i</tspan></text>
|
141
|
+
<path
|
142
|
+
style="stroke-width:0.26458332"
|
143
|
+
inkscape:connector-curvature="0"
|
144
|
+
d="m -7.1980517,286.77304 v 0.79375 h 0.5291701 v -0.79375 h -0.5291701 m 1.32292,0 h -0.7937499 c 0,0 0,0 0,0 h -0.5291701 c 0,-0.29368 0.23813,-0.52916 0.5291701,-0.52916 h 0.7937499 v 0.52916 m 3.9687501,0 v 0.79375 h -0.5291701 v -0.79375 h 0.5291701 m -1.3229201,0 h 0.79375 c 0,0 0,0 0,0 h 0.5291701 c 0,-0.29368 -0.23813,-0.52916 -0.5291701,-0.52916 h -0.79375 v 0.52916 m 1.3229201,4.23334 v -0.79375 h -0.5291701 v 0.79375 h 0.5291701 m -1.3229201,0 h 0.79375 c 0,0 0,0 0,0 h 0.5291701 c 0,0.29368 -0.23813,0.52916 -0.5291701,0.52916 h -0.79375 v -0.52916 m -3.96875,0 v -0.79375 h 0.5291701 v 0.79375 h -0.5291701 m 1.32292,0 h -0.7937499 c 0,0 0,0 0,0 h -0.5291701 c 0,0.29368 0.23813,0.52916 0.5291701,0.52916 h 0.7937499 v -0.52916 m 0.7937501,-4.7625 h 1.0583299 v 0.52916 h -1.0583299 v -0.52916 m 0,4.7625 h 1.0583299 v 0.52916 h -1.0583299 v -0.52916 m 2.6458299,-2.64584 h 0.5291701 v 1.05834 h -0.5291701 v -1.05834 m -4.7625,0 h 0.5291701 v 1.05834 h -0.5291701 z"
|
145
|
+
id="path3791-1" />
|
146
|
+
</g>
|
147
|
+
<g
|
148
|
+
id="g254">
|
149
|
+
<path
|
150
|
+
style="stroke-width:0.26458332"
|
151
|
+
inkscape:connector-curvature="0"
|
152
|
+
d="m 0.52916499,291.70831 v 0.79375 H 1.058335 v -0.79375 H 0.52916499 m 1.32292001,0 h -0.79375 c 0,0 0,0 0,0 H 0.52916499 c 0,-0.29368 0.23813,-0.52916 0.52917001,-0.52916 h 0.79375 v 0.52916 m 3.96875,0 v 0.79375 h -0.52917 v -0.79375 h 0.52917 m -1.32292,0 h 0.79375 c 0,0 0,0 0,0 h 0.52917 c 0,-0.29368 -0.23813,-0.52916 -0.52917,-0.52916 h -0.79375 v 0.52916 m 1.32292,4.23334 v -0.79375 h -0.52917 v 0.79375 h 0.52917 m -1.32292,0 h 0.79375 c 0,0 0,0 0,0 h 0.52917 c 0,0.29368 -0.23813,0.52916 -0.52917,0.52916 h -0.79375 v -0.52916 m -3.96875001,0 V 295.1479 H 1.058335 v 0.79375 H 0.52916499 m 1.32292001,0 h -0.79375 c 0,0 0,0 0,0 H 0.52916499 c 0,0.29368 0.23813,0.52916 0.52917001,0.52916 h 0.79375 v -0.52916 m 0.79375,-4.7625 h 1.05833 v 0.52916 h -1.05833 v -0.52916 m 0,4.7625 h 1.05833 v 0.52916 h -1.05833 v -0.52916 m 2.64583,-2.64584 h 0.52917 v 1.05834 h -0.52917 v -1.05834 m -4.76250001,0 H 1.058335 v 1.05834 H 0.52916499 Z"
|
153
|
+
id="path3791" />
|
154
|
+
<text
|
155
|
+
transform="scale(1.3361194,0.7484361)"
|
156
|
+
id="text128"
|
157
|
+
y="394.68152"
|
158
|
+
x="1.3465227"
|
159
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.92094851px;line-height:1.25;font-family:Gabriola;-inkscape-font-specification:Gabriola;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.19802369"
|
160
|
+
xml:space="preserve"><tspan
|
161
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Gabriola;-inkscape-font-specification:Gabriola;stroke-width:0.19802369"
|
162
|
+
y="394.68152"
|
163
|
+
x="1.3465227"
|
164
|
+
id="tspan126"
|
165
|
+
sodipodi:role="line">i</tspan></text>
|
166
|
+
</g>
|
167
|
+
<path
|
168
|
+
style="fill:#1c1c1b;fill-rule:evenodd;stroke-width:0.26458332"
|
169
|
+
d="m -14.302312,292.27302 v 2.11666 h 0.52916 v 1.05834 h 2.64584 v -2.11667 h -0.79375 v -1.05833 z m 0.52916,0.52916 h 1.32292 v 1.05834 h -1.32292 z m 1.85209,1.05834 h 0.26458 v 1.05833 h -1.5875 v -0.52917 h 1.32292 z"
|
170
|
+
id="path3749"
|
171
|
+
inkscape:connector-curvature="0" />
|
172
|
+
<path
|
173
|
+
id="path3791-4"
|
174
|
+
d="m -15.360647,291.74385 v 0.79375 h 0.52917 v -0.79375 h -0.52917 m 1.32292,0 h -0.79375 c 0,0 0,0 0,0 h -0.52917 c 0,-0.29368 0.238129,-0.52916 0.52917,-0.52916 h 0.79375 v 0.52916 m 3.96875,0 v 0.79375 h -0.52917 v -0.79375 h 0.52917 m -1.32292,0 h 0.79375 c 0,0 0,0 0,0 h 0.52917 c 0,-0.29368 -0.23813,-0.52916 -0.52917,-0.52916 h -0.79375 v 0.52916 m 1.32292,4.23334 v -0.79375 h -0.52917 v 0.79375 h 0.52917 m -1.32292,0 h 0.79375 c 0,0 0,0 0,0 h 0.52917 c 0,0.29368 -0.23813,0.52916 -0.52917,0.52916 h -0.79375 v -0.52916 m -3.96875,0 v -0.79375 h 0.52917 v 0.79375 h -0.52917 m 1.32292,0 h -0.79375 c 0,0 0,0 0,0 h -0.52917 c 0,0.29368 0.238129,0.52916 0.52917,0.52916 h 0.79375 v -0.52916 m 0.79375,-4.7625 h 1.05833 v 0.52916 h -1.05833 v -0.52916 m 0,4.7625 h 1.05833 v 0.52916 h -1.05833 v -0.52916 m 2.64583,-2.64584 h 0.52917 v 1.05834 h -0.52917 v -1.05834 m -4.7625,0 h 0.52917 v 1.05834 h -0.52917 z"
|
175
|
+
inkscape:connector-curvature="0"
|
176
|
+
style="stroke-width:0.26458332" />
|
177
|
+
<g
|
178
|
+
transform="translate(-7.3504708,-18.596585)"
|
179
|
+
id="g176">
|
180
|
+
<g
|
181
|
+
id="g246"
|
182
|
+
transform="translate(1.6743785,-0.26162165)">
|
183
|
+
<text
|
184
|
+
transform="matrix(1.5839501,0,0,0.63133301,7.0365248,-0.08319775)"
|
185
|
+
id="text132"
|
186
|
+
y="465.07144"
|
187
|
+
x="2.3454204"
|
188
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.68160772px;line-height:4.25;font-family:Gabriola;-inkscape-font-specification:'Gabriola Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.16704018"
|
189
|
+
xml:space="preserve"><tspan
|
190
|
+
style="stroke-width:0.16704018"
|
191
|
+
y="465.07144"
|
192
|
+
x="2.3454204"
|
193
|
+
id="tspan130"
|
194
|
+
sodipodi:role="line">i</tspan></text>
|
195
|
+
<path
|
196
|
+
inkscape:transform-center-y="1.0464866"
|
197
|
+
inkscape:transform-center-x="-0.15697299"
|
198
|
+
style="fill:#1c1c1b;fill-rule:evenodd;stroke-width:0.30128151"
|
199
|
+
d="m 7.3800889,293.34097 v 2.11666 h 0.686131 v 1.05834 h 3.4307071 v -2.11667 h -1.029209 v -1.05833 z m 0.686131,0.52916 h 1.7153534 v 1.05834 H 8.0662199 Z m 2.4014981,1.05834 h 0.343065 v 1.05833 H 8.7523639 v -0.52917 h 1.7153541 z"
|
200
|
+
id="path3749-3"
|
201
|
+
inkscape:connector-curvature="0" />
|
202
|
+
</g>
|
203
|
+
</g>
|
204
|
+
<g
|
205
|
+
id="g228"
|
206
|
+
transform="translate(9.1044332,-18.418164)">
|
207
|
+
<path
|
208
|
+
style="stroke-width:0.16512677"
|
209
|
+
inkscape:connector-curvature="0"
|
210
|
+
d="m 0.17967815,291.30723 v 0.49152 h 0.3328437 v -0.49152 h -0.3328437 m 0.83210545,0 H 0.51252185 c 0,0 0,0 0,0 h -0.3328437 c 0,-0.18187 0.14978104,-0.32768 0.3328437,-0.32768 H 1.0117836 v 0.32768 m 2.4963097,0 v 0.49152 H 3.17525 v -0.49152 h 0.3328433 m -0.8321053,0 H 3.17525 c 0,0 0,0 0,0 h 0.3328433 c 0,-0.18187 -0.149781,-0.32768 -0.3328433,-0.32768 H 2.675988 v 0.32768 m 0.8321053,2.62148 v -0.49152 H 3.17525 v 0.49152 h 0.3328433 m -0.8321053,0 H 3.17525 c 0,0 0,0 0,0 h 0.3328433 c 0,0.18187 -0.149781,0.32768 -0.3328433,0.32768 H 2.675988 v -0.32768 m -2.49630985,0 v -0.49152 h 0.3328437 v 0.49152 h -0.3328437 m 0.83210545,0 H 0.51252185 c 0,0 0,0 0,0 h -0.3328437 c 0,0.18187 0.14978104,0.32768 0.3328437,0.32768 H 1.0117836 v -0.32768 m 0.499262,-2.94916 H 2.176726 v 0.32768 H 1.5110456 v -0.32768 m 0,2.94916 H 2.176726 v 0.32768 H 1.5110456 v -0.32768 M 3.17525,292.29029 h 0.3328433 v 0.65536 H 3.17525 v -0.65536 m -2.99557185,0 h 0.3328437 v 0.65536 h -0.3328437 z"
|
211
|
+
id="path3791-4-1" />
|
212
|
+
<g
|
213
|
+
id="g176-3"
|
214
|
+
transform="translate(-7.205361,2.5919023)">
|
215
|
+
<text
|
216
|
+
transform="matrix(1.5839501,0,0,0.63133301,7.0365248,-0.08319775)"
|
217
|
+
id="text132-8"
|
218
|
+
y="465.07144"
|
219
|
+
x="2.3454204"
|
220
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.68160772px;line-height:4.25;font-family:Gabriola;-inkscape-font-specification:'Gabriola Bold';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.16704018"
|
221
|
+
xml:space="preserve"><tspan
|
222
|
+
style="stroke-width:0.16704018"
|
223
|
+
y="465.07144"
|
224
|
+
x="2.3454204"
|
225
|
+
id="tspan130-5"
|
226
|
+
sodipodi:role="line">i</tspan></text>
|
227
|
+
</g>
|
228
|
+
</g>
|
229
|
+
</g>
|
230
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M12,16L19.36,10.27L21,9L12,2L3,9L4.63,10.27M12,18.54L4.62,12.81L3,14.07L12,21.07L21,14.07L19.37,12.8L12,18.54Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M15,19L9,16.89V5L15,7.11M20.5,3C20.44,3 20.39,3 20.34,3L15,5.1L9,3L3.36,4.9C3.15,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21C3.55,21 3.61,21 3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19 21,18.85 21,18.62V3.5A0.5,0.5 0 0,0 20.5,3Z" /></svg>
|
@@ -0,0 +1,111 @@
|
|
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="24"
|
13
|
+
height="24"
|
14
|
+
viewBox="0 0 6.3499999 6.3500002"
|
15
|
+
version="1.1"
|
16
|
+
id="svg1143"
|
17
|
+
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
18
|
+
sodipodi:docname="measure_area.svg">
|
19
|
+
<defs
|
20
|
+
id="defs1137" />
|
21
|
+
<sodipodi:namedview
|
22
|
+
id="base"
|
23
|
+
pagecolor="#ffffff"
|
24
|
+
bordercolor="#666666"
|
25
|
+
borderopacity="1.0"
|
26
|
+
inkscape:pageopacity="0.0"
|
27
|
+
inkscape:pageshadow="2"
|
28
|
+
inkscape:zoom="11.2"
|
29
|
+
inkscape:cx="-12.803704"
|
30
|
+
inkscape:cy="-3.2339824"
|
31
|
+
inkscape:document-units="mm"
|
32
|
+
inkscape:current-layer="layer1"
|
33
|
+
showgrid="false"
|
34
|
+
units="px"
|
35
|
+
inkscape:window-width="1920"
|
36
|
+
inkscape:window-height="1001"
|
37
|
+
inkscape:window-x="-9"
|
38
|
+
inkscape:window-y="-9"
|
39
|
+
inkscape:window-maximized="1"
|
40
|
+
inkscape:measure-start="2.17814,10.3225"
|
41
|
+
inkscape:measure-end="2.14657,7.98652" />
|
42
|
+
<metadata
|
43
|
+
id="metadata1140">
|
44
|
+
<rdf:RDF>
|
45
|
+
<cc:Work
|
46
|
+
rdf:about="">
|
47
|
+
<dc:format>image/svg+xml</dc:format>
|
48
|
+
<dc:type
|
49
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
50
|
+
<dc:title />
|
51
|
+
</cc:Work>
|
52
|
+
</rdf:RDF>
|
53
|
+
</metadata>
|
54
|
+
<g
|
55
|
+
inkscape:label="Layer 1"
|
56
|
+
inkscape:groupmode="layer"
|
57
|
+
id="layer1"
|
58
|
+
transform="translate(0,-290.64998)">
|
59
|
+
<g
|
60
|
+
id="g854">
|
61
|
+
<path
|
62
|
+
sodipodi:nodetypes="ccccc"
|
63
|
+
inkscape:connector-curvature="0"
|
64
|
+
id="path1123"
|
65
|
+
d="M 0.30919977,293.98484 H 6.0772575 v -2.99234 l -5.77971947,1.55807 z"
|
66
|
+
style="opacity:0.965;fill:#ffffff;stroke:#ffffff;stroke-width:0.35975236;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
67
|
+
<g
|
68
|
+
style="opacity:0.96499999"
|
69
|
+
transform="translate(-0.04921923,0.2451928)"
|
70
|
+
id="g4530">
|
71
|
+
<rect
|
72
|
+
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.37909788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
73
|
+
id="rect842"
|
74
|
+
width="5.5936856"
|
75
|
+
height="1.6561381"
|
76
|
+
x="0.4392122"
|
77
|
+
y="294.63373" />
|
78
|
+
<path
|
79
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
80
|
+
d="m 2.8718966,294.63452 v 1.00652"
|
81
|
+
id="path844"
|
82
|
+
inkscape:connector-curvature="0" />
|
83
|
+
<path
|
84
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
85
|
+
d="m 2.0176667,294.63452 v 0.57677"
|
86
|
+
id="path846"
|
87
|
+
inkscape:connector-curvature="0" />
|
88
|
+
<path
|
89
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
90
|
+
d="m 1.1634366,294.63452 v 1.00652"
|
91
|
+
id="path844-5"
|
92
|
+
inkscape:connector-curvature="0" />
|
93
|
+
<path
|
94
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
95
|
+
d="m 5.4345863,294.63452 v 0.57677"
|
96
|
+
id="path846-8"
|
97
|
+
inkscape:connector-curvature="0" />
|
98
|
+
<path
|
99
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
100
|
+
d="m 4.5803567,294.63452 v 1.00652"
|
101
|
+
id="path844-5-4"
|
102
|
+
inkscape:connector-curvature="0" />
|
103
|
+
<path
|
104
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
105
|
+
d="m 3.7261265,294.63452 v 0.57677"
|
106
|
+
id="path846-8-7"
|
107
|
+
inkscape:connector-curvature="0" />
|
108
|
+
</g>
|
109
|
+
</g>
|
110
|
+
</g>
|
111
|
+
</svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
6
|
+
<path d="M19,13H5v-2h14V13z"/>
|
7
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" ?><svg height="32" id="svg8" version="1.1" viewBox="0 0 8.4666665 8.4666669" width="32" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs2"/><g id="layer1" transform="translate(0,-288.53332)"><path d="M 15.982422 0.98828125 C 14.337427 0.98828125 12.984396 2.3413266 12.984375 3.9863281 C 12.984369 4.8776981 13.390157 5.6756992 14.015625 6.2285156 C 10.002634 7.1340307 7 10.714284 7 15 C 7 17.877413 6.9691061 21.482984 5.3085938 25.091797 C 3.9933572 25.408793 2.9960938 26.594502 2.9960938 28 C 2.9960938 29.644699 4.3572505 31.003906 6.0019531 31.003906 L 25.998047 31.003906 C 27.64275 31.003906 29.003906 29.644699 29.003906 28 C 29.003906 26.594502 28.006643 25.408793 26.691406 25.091797 C 25.030887 21.482954 25 17.877413 25 15 C 25 10.70441 21.983987 7.1158758 17.957031 6.2207031 C 18.577529 5.6681006 18.978521 4.8736001 18.978516 3.9863281 C 18.978495 2.3413266 17.627417 0.98828125 15.982422 0.98828125 z M 15.982422 2.9882812 C 16.546546 2.9882812 16.986321 3.4221958 16.986328 3.9863281 C 16.986332 4.5504604 16.546554 4.9902344 15.982422 4.9902344 C 15.41829 4.9902344 14.984371 4.5504604 14.984375 3.9863281 C 14.984382 3.4221958 15.418298 2.9882812 15.982422 2.9882812 z M 16 8 C 19.895295 8 23 11.104706 23 15 C 23 17.655912 23.076891 21.267414 24.544922 25 L 7.4550781 25 C 8.9231128 21.267414 9 17.655912 9 15 C 9 11.104706 12.104703 8 16 8 z M 6.0019531 27.001953 L 25.998047 27.001953 C 26.569344 27.001953 27.003906 27.428687 27.003906 28 C 27.003906 28.571276 26.569344 29.003906 25.998047 29.003906 L 6.0019531 29.003906 C 5.430656 29.003906 4.9980469 28.571276 4.9980469 28 C 4.9980469 27.428687 5.430656 27.001953 6.0019531 27.001953 z " id="path893" style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" transform="matrix(0.26458333,0,0,0.26458333,0,288.53332)"/></g></svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" viewBox="0 0 23 24">
|
2
|
+
<path fill="#000" fill-rule="nonzero" d="M4.113 6.064l-.99.983L4.26 8.186c-.333.2-.666.425-.983.665l1.394 1.858c.41-.31.836-.58 1.285-.828l1.726 1.727a8.492 8.492 0 0 0-1.618.96l1.394 1.858a6.88 6.88 0 0 1 2.013-1.03l1.974 1.959a4.784 4.784 0 0 0-2.594.929L11.64 20l1.904-2.532L16.083 20l.975-.991L4.113 6.064zm7.526 0c-1.665 0-3.252.294-4.723.829l1.85 1.858c.937-.24 1.882-.364 2.873-.364 2.616 0 5.032.86 6.967 2.322L20 8.851a13.863 13.863 0 0 0-8.361-2.787zm0 4.645c-.295 0-.581 0-.868.04l2.47 2.477a6.855 6.855 0 0 1 2.578 1.2l1.394-1.858a9.225 9.225 0 0 0-5.574-1.859z"/>
|
3
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg height="512px" id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path d="M256.1,96L256.1,96c-79.9,0-155.7,29.9-213.9,84.1L32,189.6l9.9,9.8l32.3,32l9.3,9.2l9.6-8.8 c44.5-40.9,102.3-63.5,162.8-63.5c60.5,0,118.4,22.6,162.8,63.5l9.6,8.8l9.3-9.2l32.3-32l9.9-9.8l-10.2-9.5 C411.6,125.9,335.7,96,256.1,96z"/><path d="M397.4,256.4c-38.8-35.1-88.9-54.4-141.1-54.4h-0.1h-0.3h-8.5l-0.1,0.2c-49.2,2-96,21.1-132.6,54.2l-10.5,9.5l10.1,10 l32.7,32.4l9.1,9l9.6-8.4c25.3-22.2,57.4-34.5,90.3-34.5c33.1,0,65.2,12.3,90.5,34.5l9.6,8.4l9.1-9l32.7-32.4l10.1-10L397.4,256.4z "/><path d="M256.2,416l9.6-9.5l52.8-52.2l10.6-10.5l-11.6-9.5c-15.4-11.4-32.4-20-61.5-20c-29,0-44.9,9.4-61.5,20l-11.5,9.5l10.6,10.5 l52.8,52.2L256.2,416z"/></g></svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38">
|
2
|
+
<path fill="#1C1C1B" fill-rule="evenodd" d="M26.62 8.5c-.51 0-1.02.19-1.41.59l-6.46 6.46 4.2 4.19 6.46-6.45c.79-.79.79-2.05 0-2.83l-1.37-1.37c-.39-.4-.9-.59-1.42-.59m-8.82 8l-6.57 6.57.7.7c-.53.47-1.04 1.01-1.55 1.52-.78.79-.78 2.05 0 2.83.78.78 2.04.78 2.83 0 .51-.49 1.04-1.04 1.52-1.54l.7.69L22 20.7"/>
|
3
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" /></svg>
|
@@ -0,0 +1,68 @@
|
|
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="24"
|
13
|
+
height="24"
|
14
|
+
viewBox="0 0 6.3499999 6.3500002"
|
15
|
+
version="1.1"
|
16
|
+
id="svg8"
|
17
|
+
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
18
|
+
sodipodi:docname="icon_polygon_selection.svg">
|
19
|
+
<defs
|
20
|
+
id="defs2" />
|
21
|
+
<sodipodi:namedview
|
22
|
+
id="base"
|
23
|
+
pagecolor="#ffffff"
|
24
|
+
bordercolor="#666666"
|
25
|
+
borderopacity="1.0"
|
26
|
+
inkscape:pageopacity="0.0"
|
27
|
+
inkscape:pageshadow="2"
|
28
|
+
inkscape:zoom="7.9195959"
|
29
|
+
inkscape:cx="27.443383"
|
30
|
+
inkscape:cy="-1.4440563"
|
31
|
+
inkscape:document-units="mm"
|
32
|
+
inkscape:current-layer="layer1"
|
33
|
+
showgrid="false"
|
34
|
+
units="px"
|
35
|
+
inkscape:window-width="1920"
|
36
|
+
inkscape:window-height="1001"
|
37
|
+
inkscape:window-x="-9"
|
38
|
+
inkscape:window-y="-9"
|
39
|
+
inkscape:window-maximized="1" />
|
40
|
+
<metadata
|
41
|
+
id="metadata5">
|
42
|
+
<rdf:RDF>
|
43
|
+
<cc:Work
|
44
|
+
rdf:about="">
|
45
|
+
<dc:format>image/svg+xml</dc:format>
|
46
|
+
<dc:type
|
47
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
48
|
+
<dc:title></dc:title>
|
49
|
+
</cc:Work>
|
50
|
+
</rdf:RDF>
|
51
|
+
</metadata>
|
52
|
+
<g
|
53
|
+
inkscape:label="Layer 1"
|
54
|
+
inkscape:groupmode="layer"
|
55
|
+
id="layer1"
|
56
|
+
transform="translate(0,-290.64998)">
|
57
|
+
<path
|
58
|
+
style="fill-rule:evenodd;stroke-width:0.26458332"
|
59
|
+
d="m 1.6293483,292.18982 v 2.11666 h 0.52916 v 1.05834 h 2.64584 v -2.11667 h -0.79375 v -1.05833 z m 0.52916,0.52916 h 1.32292 v 1.05834 h -1.32292 z m 1.85209,1.05834 h 0.26458 v 1.05833 h -1.5875 v -0.52917 h 1.32292 z"
|
60
|
+
id="path3749"
|
61
|
+
inkscape:connector-curvature="0" />
|
62
|
+
<path
|
63
|
+
id="path3791"
|
64
|
+
d="m 0.57101328,291.66065 v 0.79375 H 1.1001833 v -0.79375 H 0.57101328 m 1.32292002,0 h -0.79375 c 0,0 0,0 0,0 H 0.57101328 c 0,-0.29368 0.23813,-0.52916 0.52917002,-0.52916 h 0.79375 v 0.52916 m 3.96875,0 v 0.79375 h -0.52917 v -0.79375 h 0.52917 m -1.32292,0 h 0.79375 c 0,0 0,0 0,0 h 0.52917 c 0,-0.29368 -0.23813,-0.52916 -0.52917,-0.52916 h -0.79375 v 0.52916 m 1.32292,4.23334 v -0.79375 h -0.52917 v 0.79375 h 0.52917 m -1.32292,0 h 0.79375 c 0,0 0,0 0,0 h 0.52917 c 0,0.29368 -0.23813,0.52916 -0.52917,0.52916 h -0.79375 v -0.52916 m -3.96875002,0 v -0.79375 H 1.1001833 v 0.79375 H 0.57101328 m 1.32292002,0 h -0.79375 c 0,0 0,0 0,0 H 0.57101328 c 0,0.29368 0.23813,0.52916 0.52917002,0.52916 h 0.79375 v -0.52916 m 0.79375,-4.7625 h 1.05833 v 0.52916 h -1.05833 v -0.52916 m 0,4.7625 h 1.05833 v 0.52916 h -1.05833 v -0.52916 m 2.64583,-2.64584 h 0.52917 v 1.05834 h -0.52917 v -1.05834 m -4.76250002,0 H 1.1001833 v 1.05834 H 0.57101328 Z"
|
65
|
+
inkscape:connector-curvature="0"
|
66
|
+
style="stroke-width:0.26458332" />
|
67
|
+
</g>
|
68
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M16.56,5.44L15.11,6.89C16.84,7.94 18,9.83 18,12A6,6 0 0,1 12,18A6,6 0 0,1 6,12C6,9.83 7.16,7.94 8.88,6.88L7.44,5.44C5.36,6.88 4,9.28 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12C20,9.28 18.64,6.88 16.56,5.44M13,3H11V13H13" /></svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="18" height="18" viewBox="0 0 24 24">
|
3
|
+
<path stroke="#00ff21" fill="#00ff21" d="M11,2V4.07C7.38,4.53 4.53,7.38 4.07,11H2V13H4.07C4.53,16.62 7.38,19.47 11,19.93V22H13V19.93C16.62,19.47 19.47,16.62 19.93,13H22V11H19.93C19.47,7.38 16.62,4.53 13,4.07V2M11,6.08V8H13V6.09C15.5,6.5 17.5,8.5 17.92,11H16V13H17.91C17.5,15.5 15.5,17.5 13,17.92V16H11V17.91C8.5,17.5 6.5,15.5 6.08,13H8V11H6.09C6.5,8.5 8.5,6.5 11,6.08M12,11A1,1 0 0,0 11,12A1,1 0 0,0 12,13A1,1 0 0,0 13,12A1,1 0 0,0 12,11Z" />
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="18" height="18" viewBox="0 0 24 24">
|
3
|
+
<path d="M11,2V4.07C7.38,4.53 4.53,7.38 4.07,11H2V13H4.07C4.53,16.62 7.38,19.47 11,19.93V22H13V19.93C16.62,19.47 19.47,16.62 19.93,13H22V11H19.93C19.47,7.38 16.62,4.53 13,4.07V2M11,6.08V8H13V6.09C15.5,6.5 17.5,8.5 17.92,11H16V13H17.91C17.5,15.5 15.5,17.5 13,17.92V16H11V17.91C8.5,17.5 6.5,15.5 6.08,13H8V11H6.09C6.5,8.5 8.5,6.5 11,6.08M12,11A1,1 0 0,0 11,12A1,1 0 0,0 12,13A1,1 0 0,0 13,12A1,1 0 0,0 12,11Z" />
|
4
|
+
</svg>
|
@@ -0,0 +1,125 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
6
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
7
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
8
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
9
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="24"
|
14
|
+
height="24"
|
15
|
+
viewBox="0 0 6.3499999 6.3500002"
|
16
|
+
version="1.1"
|
17
|
+
id="svg1143"
|
18
|
+
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
19
|
+
sodipodi:docname="measure_distance.svg">
|
20
|
+
<defs
|
21
|
+
id="defs1137">
|
22
|
+
<linearGradient
|
23
|
+
id="linearGradient986"
|
24
|
+
osb:paint="solid">
|
25
|
+
<stop
|
26
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
27
|
+
offset="0"
|
28
|
+
id="stop984" />
|
29
|
+
</linearGradient>
|
30
|
+
</defs>
|
31
|
+
<sodipodi:namedview
|
32
|
+
id="base"
|
33
|
+
pagecolor="#ffffff"
|
34
|
+
bordercolor="#666666"
|
35
|
+
borderopacity="1.0"
|
36
|
+
inkscape:pageopacity="0.0"
|
37
|
+
inkscape:pageshadow="2"
|
38
|
+
inkscape:zoom="11.2"
|
39
|
+
inkscape:cx="24.78882"
|
40
|
+
inkscape:cy="-2.1719436"
|
41
|
+
inkscape:document-units="mm"
|
42
|
+
inkscape:current-layer="layer1"
|
43
|
+
showgrid="false"
|
44
|
+
units="px"
|
45
|
+
inkscape:window-width="1920"
|
46
|
+
inkscape:window-height="1001"
|
47
|
+
inkscape:window-x="-9"
|
48
|
+
inkscape:window-y="-9"
|
49
|
+
inkscape:window-maximized="1" />
|
50
|
+
<metadata
|
51
|
+
id="metadata1140">
|
52
|
+
<rdf:RDF>
|
53
|
+
<cc:Work
|
54
|
+
rdf:about="">
|
55
|
+
<dc:format>image/svg+xml</dc:format>
|
56
|
+
<dc:type
|
57
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
58
|
+
<dc:title />
|
59
|
+
</cc:Work>
|
60
|
+
</rdf:RDF>
|
61
|
+
</metadata>
|
62
|
+
<g
|
63
|
+
inkscape:label="Layer 1"
|
64
|
+
inkscape:groupmode="layer"
|
65
|
+
id="layer1"
|
66
|
+
transform="translate(0,-290.64998)">
|
67
|
+
<g
|
68
|
+
id="g2501">
|
69
|
+
<path
|
70
|
+
inkscape:connector-curvature="0"
|
71
|
+
id="path957-4"
|
72
|
+
d="M 5.7996972,292.62852 H 0.67991748"
|
73
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
74
|
+
<circle
|
75
|
+
r="0.12961468"
|
76
|
+
cy="292.62851"
|
77
|
+
cx="0.55030251"
|
78
|
+
id="path959-5"
|
79
|
+
style="opacity:1;fill:#ffffff;fill-opacity:0.94509804;stroke:#ffffff;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
80
|
+
<circle
|
81
|
+
r="0.12961468"
|
82
|
+
cy="292.62851"
|
83
|
+
cx="5.944664"
|
84
|
+
id="path959-7-1"
|
85
|
+
style="fill:#ffffff;fill-opacity:0.94509804;stroke:#ffffff;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
86
|
+
<rect
|
87
|
+
y="293.70883"
|
88
|
+
x="0.40302718"
|
89
|
+
height="1.6561381"
|
90
|
+
width="5.5936856"
|
91
|
+
id="rect842"
|
92
|
+
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.37909788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
93
|
+
<path
|
94
|
+
inkscape:connector-curvature="0"
|
95
|
+
id="path844"
|
96
|
+
d="m 2.8357117,293.70961 v 1.00652"
|
97
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
98
|
+
<path
|
99
|
+
inkscape:connector-curvature="0"
|
100
|
+
id="path846"
|
101
|
+
d="m 1.9814818,293.70961 v 0.57677"
|
102
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
103
|
+
<path
|
104
|
+
inkscape:connector-curvature="0"
|
105
|
+
id="path844-5"
|
106
|
+
d="m 1.1272517,293.70961 v 1.00652"
|
107
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
108
|
+
<path
|
109
|
+
inkscape:connector-curvature="0"
|
110
|
+
id="path846-8"
|
111
|
+
d="m 5.3984014,293.70961 v 0.57677"
|
112
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
113
|
+
<path
|
114
|
+
inkscape:connector-curvature="0"
|
115
|
+
id="path844-5-4"
|
116
|
+
d="m 4.5441718,293.70961 v 1.00652"
|
117
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
118
|
+
<path
|
119
|
+
inkscape:connector-curvature="0"
|
120
|
+
id="path846-8-7"
|
121
|
+
d="m 3.6899416,293.70961 v 0.57677"
|
122
|
+
style="fill:none;stroke:#ffffff;stroke-width:0.35100001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
123
|
+
</g>
|
124
|
+
</g>
|
125
|
+
</svg>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
|
6
|
+
<path d="M2,4v3h2V4H2 M7,4H4l0,0H2c0-1.11,0.9-2,2-2h3V4 M22,4v3h-2V4H22 M17,4h3l0,0h2c0-1.11-0.9-2-2-2h-3V4 M22,20v-3h-2v3H22
|
7
|
+
M17,20h3l0,0h2c0,1.109-0.9,2-2,2h-3V20 M2,20v-3h2v3H2 M7,20H4l0,0H2c0,1.109,0.9,2,2,2h3V20 M10,2h4v2h-4V2 M10,20h4v2h-4V20
|
8
|
+
M20,10h2v4h-2V10 M2,10h2v4H2V10z"/>
|
9
|
+
<path d="M17,13h-4v4h-2v-4H7v-2h4V7h2v4h4V13z"/>
|
10
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M2,4V7H4V4H2M7,4H4C4,4 4,4 4,4H2C2,2.89 2.9,2 4,2H7V4M22,4V7H20V4H22M17,4H20C20,4 20,4 20,4H22C22,2.89 21.1,2 20,2H17V4M22,20V17H20V20H22M17,20H20C20,20 20,20 20,20H22C22,21.11 21.1,22 20,22H17V20M2,20V17H4V20H2M7,20H4C4,20 4,20 4,20H2C2,21.11 2.9,22 4,22H7V20M10,2H14V4H10V2M10,20H14V22H10V20M20,10H22V14H20V10M2,10H4V14H2V10Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" ?><svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45zm0-384q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/></svg>
|