@vidro/map-handler 1.1.4 → 1.1.15
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +39 -101
- package/dist/map-handler.js +1 -1
- package/examples/full/cachedToken.dat +1 -1
- package/examples/full/cachedTokenData.dat +1 -1
- package/examples/full/index.php +9 -78
- package/examples/full/tester.js +12 -177
- package/examples/serverLess/dist/index.23420cfa.js +117 -120
- package/examples/serverLess/dist/index.23420cfa.js.map +1 -1
- package/examples/serverLess/dist/index.html +1 -38
- package/examples/serverLess/index.html +1 -2
- package/examples/serverLess/main.js +2 -2
- package/examples/simple/index.html +1 -1
- package/examples/taigua/index.html +46 -8
- package/examples/taigua/main.js +467 -18
- package/examples/vidromap/index.php +1 -1
- package/package.json +1 -1
- package/src/index.js +178 -321
- package/examples/externalwms/index.js +0 -20
- package/examples/externalwms/index.php +0 -88
- package/examples/integration/tool/css/dist/home.css.min.css +0 -0
- package/examples/integration/tool/css/dist/home.min.css +0 -1
- package/examples/integration/tool/css/dist/home.min.css.map +0 -10
- package/examples/integration/tool/css/dist/style-login.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style-login.min.css +0 -1
- package/examples/integration/tool/css/dist/style-login.min.css.map +0 -10
- package/examples/integration/tool/css/dist/style.css.min.css +0 -0
- package/examples/integration/tool/css/dist/style.min.css +0 -1
- package/examples/integration/tool/css/dist/style.min.css.map +0 -23
- package/examples/integration/tool/css/master/_bottom-sheet-2.scss +0 -103
- package/examples/integration/tool/css/master/_bottom-sheet.scss +0 -142
- package/examples/integration/tool/css/master/_colors.scss +0 -35
- package/examples/integration/tool/css/master/_dropdown-form.scss +0 -167
- package/examples/integration/tool/css/master/_forms.scss +0 -416
- package/examples/integration/tool/css/master/_header.scss +0 -134
- package/examples/integration/tool/css/master/_menu-toc.scss +0 -135
- package/examples/integration/tool/css/master/_menu-tools.scss +0 -187
- package/examples/integration/tool/css/master/_mixins.scss +0 -42
- package/examples/integration/tool/css/master/_notifyjs.scss +0 -39
- package/examples/integration/tool/css/master/_ol-map-controls.scss +0 -117
- package/examples/integration/tool/css/master/_simplelightbox.scss +0 -287
- package/examples/integration/tool/css/master/_toc-config.scss +0 -28
- package/examples/integration/tool/css/master/_toc-layouts.scss +0 -173
- package/examples/integration/tool/css/master/_tooltip.scss +0 -34
- package/examples/integration/tool/css/master/home.scss +0 -266
- package/examples/integration/tool/css/master/style-login.scss +0 -240
- package/examples/integration/tool/css/master/style.scss +0 -166
- package/examples/integration/tool/img/doc-gallery-placeholder.svg +0 -3
- package/examples/integration/tool/img/home/ic_calendar-clock.svg +0 -1
- package/examples/integration/tool/img/home/ic_caret-down.svg +0 -1
- package/examples/integration/tool/img/home/ic_cog.svg +0 -1
- package/examples/integration/tool/img/home/ic_marker.svg +0 -1
- package/examples/integration/tool/img/home/ic_play-circle.svg +0 -1
- package/examples/integration/tool/img/home/ic_power.svg +0 -1
- package/examples/integration/tool/img/home/ic_squares.svg +0 -1
- package/examples/integration/tool/img/home/ic_user-pointer.svg +0 -1
- package/examples/integration/tool/img/home/ic_user-square.svg +0 -1
- package/examples/integration/tool/img/home/logo_footer.svg +0 -1
- package/examples/integration/tool/img/ic/accessControl.svg +0 -1
- package/examples/integration/tool/img/ic/account-location.svg +0 -1
- package/examples/integration/tool/img/ic/actionDelete.svg +0 -64
- package/examples/integration/tool/img/ic/actionOpen.svg +0 -64
- package/examples/integration/tool/img/ic/addFile.svg +0 -100
- package/examples/integration/tool/img/ic/addFile_off.svg +0 -102
- package/examples/integration/tool/img/ic/arrow-left.svg +0 -1
- package/examples/integration/tool/img/ic/arrow-right-drop-circle-outline.svg +0 -1
- package/examples/integration/tool/img/ic/bt_add_photo.svg +0 -3
- package/examples/integration/tool/img/ic/bug.svg +0 -1
- package/examples/integration/tool/img/ic/caret-down-bottomsheet.svg +0 -3
- package/examples/integration/tool/img/ic/checkbox-blank-outline-grey.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-blank-outline-white.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-blank-outline.svg +0 -1
- package/examples/integration/tool/img/ic/checkbox-marked-outline-grey.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-marked-outline-white.svg +0 -8
- package/examples/integration/tool/img/ic/checkbox-marked-outline.svg +0 -1
- package/examples/integration/tool/img/ic/chevron-down-grey.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-down-white.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-down.svg +0 -1
- package/examples/integration/tool/img/ic/chevron-right-grey.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-right-white.svg +0 -7
- package/examples/integration/tool/img/ic/chevron-right.svg +0 -1
- package/examples/integration/tool/img/ic/comment-text-outline.svg +0 -1
- package/examples/integration/tool/img/ic/cookie.svg +0 -1
- package/examples/integration/tool/img/ic/delete.svg +0 -1
- package/examples/integration/tool/img/ic/dot.svg +0 -1
- package/examples/integration/tool/img/ic/dump.svg +0 -1
- package/examples/integration/tool/img/ic/e.svg +0 -9
- package/examples/integration/tool/img/ic/eye-off.svg +0 -1
- package/examples/integration/tool/img/ic/eye.svg +0 -1
- package/examples/integration/tool/img/ic/forbidden.svg +0 -1
- package/examples/integration/tool/img/ic/form-title-1.svg +0 -3
- package/examples/integration/tool/img/ic/group.svg +0 -1
- package/examples/integration/tool/img/ic/hamburger.svg +0 -1
- package/examples/integration/tool/img/ic/ic-users.svg +0 -1
- package/examples/integration/tool/img/ic/ic_dropdown-form-close.svg +0 -3
- package/examples/integration/tool/img/ic/ic_dropdown-form-link.svg +0 -3
- package/examples/integration/tool/img/ic/ic_feature-edit-cancel.svg +0 -14
- package/examples/integration/tool/img/ic/ic_feature-edit-save.svg +0 -14
- package/examples/integration/tool/img/ic/ic_gallery-item-delete.svg +0 -3
- package/examples/integration/tool/img/ic/ic_gallery-item-view.svg +0 -3
- package/examples/integration/tool/img/ic/ic_gps.svg +0 -3
- package/examples/integration/tool/img/ic/ic_search.svg +0 -5
- package/examples/integration/tool/img/ic/ic_selector_fechas.svg +0 -63
- package/examples/integration/tool/img/ic/ic_zoom-to-extent.svg +0 -3
- package/examples/integration/tool/img/ic/icon_reminder.png +0 -0
- package/examples/integration/tool/img/ic/image-gallery-placeholder.svg +0 -55
- package/examples/integration/tool/img/ic/imaqua.svg +0 -87
- package/examples/integration/tool/img/ic/incidencia.svg +0 -77
- package/examples/integration/tool/img/ic/info_multi_selection.svg +0 -230
- package/examples/integration/tool/img/ic/layers.svg +0 -1
- package/examples/integration/tool/img/ic/map-marker.svg +0 -3
- package/examples/integration/tool/img/ic/map.svg +0 -1
- package/examples/integration/tool/img/ic/measure_area.svg +0 -111
- package/examples/integration/tool/img/ic/minus.svg +0 -7
- package/examples/integration/tool/img/ic/notification.svg +0 -1
- package/examples/integration/tool/img/ic/offline.svg +0 -3
- package/examples/integration/tool/img/ic/online.svg +0 -1
- package/examples/integration/tool/img/ic/pencil.svg +0 -3
- package/examples/integration/tool/img/ic/plus.svg +0 -1
- package/examples/integration/tool/img/ic/polygon_selection.svg +0 -68
- package/examples/integration/tool/img/ic/power.svg +0 -1
- package/examples/integration/tool/img/ic/remoteLocalized.svg +0 -4
- package/examples/integration/tool/img/ic/remoteStartLocalize.svg +0 -4
- package/examples/integration/tool/img/ic/ruler.svg +0 -125
- package/examples/integration/tool/img/ic/selection-plus.svg +0 -10
- package/examples/integration/tool/img/ic/selection.svg +0 -1
- package/examples/integration/tool/img/ic/settings.svg +0 -1
- package/examples/integration/tool/img/ic/sort.svg +0 -1
- package/examples/integration/tool/img/ic/sort_asc.svg +0 -1
- package/examples/integration/tool/img/ic/sort_desc.svg +0 -1
- package/examples/integration/tool/img/ic/spreadsheet.svg +0 -3
- package/examples/integration/tool/img/ic/times.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/AB3.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/AB4.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/IC1.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB1.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB11.svg +0 -5
- package/examples/integration/tool/img/ic/toolbar/TB2.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB20.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB21.svg +0 -54
- package/examples/integration/tool/img/ic/toolbar/TB3.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB31.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB32.svg +0 -57
- package/examples/integration/tool/img/ic/toolbar/TB4.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB5.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB6.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB7.svg +0 -1
- package/examples/integration/tool/img/ic/toolbar/TB8.svg +0 -1
- package/examples/integration/tool/img/ic/tools.svg +0 -28
- package/examples/integration/tool/img/ic/user.svg +0 -1
- package/examples/integration/tool/img/ic/vector-polygon.svg +0 -1
- package/examples/integration/tool/img/ic/visit_manager.svg +0 -135
- 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 +0 -3
- package/examples/integration/tool/img/pixel.png +0 -0
- package/examples/integration/tool/index.html +0 -228
- package/examples/integration/tool/js/demo.js +0 -238
- package/examples/integration/tool/js/interface.js +0 -147
- package/examples/integration/tool/js/jquery.js +0 -4
- package/examples/integration/vanguardia.html +0 -6636
- package/examples/taigua/global.css +0 -10
- package/examples/xavi/index.html +0 -37
- package/examples/xavi/main.js +0 -168
@@ -1,111 +0,0 @@
|
|
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>
|
@@ -1,7 +0,0 @@
|
|
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>
|
@@ -1 +0,0 @@
|
|
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>
|
@@ -1,3 +0,0 @@
|
|
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>
|
@@ -1 +0,0 @@
|
|
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>
|
@@ -1,3 +0,0 @@
|
|
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>
|
@@ -1 +0,0 @@
|
|
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>
|
@@ -1,68 +0,0 @@
|
|
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>
|
@@ -1 +0,0 @@
|
|
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>
|
@@ -1,4 +0,0 @@
|
|
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>
|
@@ -1,4 +0,0 @@
|
|
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>
|
@@ -1,125 +0,0 @@
|
|
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>
|
@@ -1,10 +0,0 @@
|
|
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>
|
@@ -1 +0,0 @@
|
|
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>
|
@@ -1 +0,0 @@
|
|
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>
|
@@ -1 +0,0 @@
|
|
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>
|
@@ -1 +0,0 @@
|
|
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 704q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/></svg>
|
@@ -1 +0,0 @@
|
|
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 45z"/></svg>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="24" viewBox="0 0 23 24">
|
2
|
-
<path fill="#005CB8" fill-rule="nonzero" d="M10 5.5v3h3v-3h-3zm4.5 0v3h3v-3h-3zm0 4.5v3h3v-3h-3zm0 4.5v3h3v-3h-3zm-1.5 3v-3h-3v3h3zm-4.5 0v-3h-3v3h3zm0-4.5v-3h-3v3h3zm0-4.5v-3h-3v3h3zM10 13h3v-3h-3v3zM5.5 4h12A1.5 1.5 0 0 1 19 5.5v12a1.5 1.5 0 0 1-1.5 1.5h-12c-.81 0-1.5-.675-1.5-1.5v-12A1.5 1.5 0 0 1 5.5 4z"/>
|
3
|
-
</svg>
|
@@ -1 +0,0 @@
|
|
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,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>
|
@@ -1 +0,0 @@
|
|
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="M18,3H6V7H18M19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12M16,19H8V14H16M19,8H5A3,3 0 0,0 2,11V17H6V21H18V17H22V11A3,3 0 0,0 19,8Z" /></svg>
|
@@ -1 +0,0 @@
|
|
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="M3,2H21V2H21V4H20.92L14,10.92V22.91L10,18.91V10.91L3.09,4H3V2Z" /></svg>
|
@@ -1 +0,0 @@
|
|
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="M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z" /></svg>
|
@@ -1 +0,0 @@
|
|
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="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" /></svg>
|
@@ -1,5 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 6.3499999 6.35">
|
2
|
-
<path d="M.94038736.70340222c-.1465792 0-.2645833.11801-.2645833.26459v4.39559c0 .14658.1180041.26459.2645833.26459h.018087v-4.3894c0-.14658.11800393-.26458.26458333-.26458h4.4364217v-.006c0-.14658-.1180044-.26459-.2645833-.26459z"/>
|
3
|
-
<path d="M.52816775.32619222c-.1465792 0-.2645834.11801-.2645834.26459v4.39559c0 .14658.1180042.26459.2645834.26459h.018087v-4.3894c0-.14658.1180039-.26458.2645833-.26458h4.43642164v-.006c0-.14658-.1180044-.26459-.2645833-.26459z"/>
|
4
|
-
<path stroke="" stroke-width=".25185075" d="M1.46360999 1.21519222c-.139677 0-.2521247.1122-.2521248.25158v4.17952c0 .13938.1124478.25159.2521248.25159h4.2447557c.139677 0 .2521244-.11221.2521244-.25159v-4.17952c0-.13938-.1124474-.25158-.2521244-.25158h-4.2447557zm.4550063.77243h1.127667l.2560641.93014.2900421.94538.3289438-1.03725.2388292-.83827h1.0931968l-1.1995619 3.13783h-.9597483l-1.1754328-3.13783z"/>
|
5
|
-
</svg>
|
@@ -1 +0,0 @@
|
|
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="M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z" /></svg>
|
@@ -1 +0,0 @@
|
|
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="M3,4V12.5L6,9.5L9,13C10,14 10,15 10,15V21H14V14C14,14 14,13 13.47,12C12.94,11 12,10 12,10L9,6.58L11.5,4M18,4L13.54,8.47L14,9C14,9 14.93,10 15.47,11C15.68,11.4 15.8,11.79 15.87,12.13L21,7" /></svg>
|
@@ -1,54 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<svg
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
10
|
-
version="1.1"
|
11
|
-
width="24"
|
12
|
-
height="24"
|
13
|
-
viewBox="0 0 24 24"
|
14
|
-
id="svg2"
|
15
|
-
inkscape:version="0.91 r13725"
|
16
|
-
sodipodi:docname="directions-fork - copia.svg">
|
17
|
-
<metadata
|
18
|
-
id="metadata10">
|
19
|
-
<rdf:RDF>
|
20
|
-
<cc:Work
|
21
|
-
rdf:about="">
|
22
|
-
<dc:format>image/svg+xml</dc:format>
|
23
|
-
<dc:type
|
24
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
25
|
-
</cc:Work>
|
26
|
-
</rdf:RDF>
|
27
|
-
</metadata>
|
28
|
-
<defs
|
29
|
-
id="defs8" />
|
30
|
-
<sodipodi:namedview
|
31
|
-
pagecolor="#ffffff"
|
32
|
-
bordercolor="#666666"
|
33
|
-
borderopacity="1"
|
34
|
-
objecttolerance="10"
|
35
|
-
gridtolerance="10"
|
36
|
-
guidetolerance="10"
|
37
|
-
inkscape:pageopacity="0"
|
38
|
-
inkscape:pageshadow="2"
|
39
|
-
inkscape:window-width="1920"
|
40
|
-
inkscape:window-height="1017"
|
41
|
-
id="namedview6"
|
42
|
-
showgrid="false"
|
43
|
-
inkscape:zoom="9.8333333"
|
44
|
-
inkscape:cx="12"
|
45
|
-
inkscape:cy="12"
|
46
|
-
inkscape:window-x="-8"
|
47
|
-
inkscape:window-y="-8"
|
48
|
-
inkscape:window-maximized="1"
|
49
|
-
inkscape:current-layer="svg2" />
|
50
|
-
<path
|
51
|
-
d="m 21,21 0,-8.5 -3,3 -3,-3.5 c -1,-1 -1,-2 -1,-2 l 0,-6 -4,0 0,7 c 0,0 0,1 0.53,2 0.53,1 1.47,2 1.47,2 L 15,18.42 12.5,21 M 6,21 10.46,16.53 10,16 C 10,16 9.07,15 8.53,14 8.32,13.6 8.2,13.21 8.13,12.87 L 3,18"
|
52
|
-
id="path4"
|
53
|
-
inkscape:connector-curvature="0" />
|
54
|
-
</svg>
|
@@ -1 +0,0 @@
|
|
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.5,14L20.5,19L19,20.5L14,15.5V14.71L13.73,14.43C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.43,13.73L14.71,14H15.5M9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14M12,10H10V12H9V10H7V9H9V7H10V9H12V10Z" /></svg>
|
@@ -1 +0,0 @@
|
|
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="M14.59,6L12,8.59L9.41,6L8,7.41L10.59,10L8,12.59L9.41,14L12,11.41L14.59,14L16,12.59L13.41,10L16,7.41L14.59,6M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17Z" /></svg>
|
@@ -1,57 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<svg
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
8
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
9
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
10
|
-
version="1.1"
|
11
|
-
width="24"
|
12
|
-
height="24"
|
13
|
-
viewBox="0 0 24 24"
|
14
|
-
id="svg2"
|
15
|
-
inkscape:version="0.91 r13725"
|
16
|
-
sodipodi:docname="calendar-blank.svg">
|
17
|
-
<metadata
|
18
|
-
id="metadata10">
|
19
|
-
<rdf:RDF>
|
20
|
-
<cc:Work
|
21
|
-
rdf:about="">
|
22
|
-
<dc:format>image/svg+xml</dc:format>
|
23
|
-
<dc:type
|
24
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
25
|
-
</cc:Work>
|
26
|
-
</rdf:RDF>
|
27
|
-
</metadata>
|
28
|
-
<defs
|
29
|
-
id="defs8" />
|
30
|
-
<sodipodi:namedview
|
31
|
-
pagecolor="#ffffff"
|
32
|
-
bordercolor="#666666"
|
33
|
-
borderopacity="1"
|
34
|
-
objecttolerance="10"
|
35
|
-
gridtolerance="10"
|
36
|
-
guidetolerance="10"
|
37
|
-
inkscape:pageopacity="0"
|
38
|
-
inkscape:pageshadow="2"
|
39
|
-
inkscape:window-width="1920"
|
40
|
-
inkscape:window-height="1017"
|
41
|
-
id="namedview6"
|
42
|
-
showgrid="false"
|
43
|
-
inkscape:zoom="9.8333333"
|
44
|
-
inkscape:cx="12"
|
45
|
-
inkscape:cy="12"
|
46
|
-
inkscape:window-x="-8"
|
47
|
-
inkscape:window-y="-8"
|
48
|
-
inkscape:window-maximized="1"
|
49
|
-
inkscape:current-layer="svg2" />
|
50
|
-
<path
|
51
|
-
d="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1"
|
52
|
-
id="path4" />
|
53
|
-
<path
|
54
|
-
id="path4151"
|
55
|
-
d="M 13.128187,10.950848 12,12.079034 l -1.128186,-1.128186 -0.614187,0.614186 1.128187,1.128186 -1.128187,1.128187 0.614187,0.614186 L 12,13.307407 l 1.128187,1.128186 0.614186,-0.614186 -1.128186,-1.128187 1.128186,-1.128186 -0.614186,-0.614186 m 1.049779,-1.30678 a 0.87118644,0.87118644 0 0 1 0.871187,0.871186 l 0,4.355933 a 0.87118644,0.87118644 0 0 1 -0.871187,0.871186 l -1.742373,0 0,0.871186 0.435594,0 a 0.43559322,0.43559322 0 0 1 0.435593,0.435594 l 3.049152,0 0,0.871186 -3.049152,0 a 0.43559322,0.43559322 0 0 1 -0.435593,0.435593 l -1.742373,0 a 0.43559322,0.43559322 0 0 1 -0.435593,-0.435593 l -3.0491528,0 0,-0.871186 3.0491528,0 a 0.43559322,0.43559322 0 0 1 0.435593,-0.435594 l 0.435593,0 0,-0.871186 -1.7423727,0 c -0.4835081,0 -0.871186,-0.392034 -0.871186,-0.871186 l 0,-4.355933 a 0.87118644,0.87118644 0 0 1 0.871186,-0.871186 l 4.3559317,0 z"
|
56
|
-
inkscape:connector-curvature="0" />
|
57
|
-
</svg>
|
@@ -1 +0,0 @@
|
|
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.5,14H14.71L14.43,13.73C15.41,12.59 16,11.11 16,9.5A6.5,6.5 0 0,0 9.5,3A6.5,6.5 0 0,0 3,9.5A6.5,6.5 0 0,0 9.5,16C11.11,16 12.59,15.41 13.73,14.43L14,14.71V15.5L19,20.5L20.5,19L15.5,14M9.5,14C7,14 5,12 5,9.5C5,7 7,5 9.5,5C12,5 14,7 14,9.5C14,12 12,14 9.5,14M7,9H12V10H7V9Z" /></svg>
|
@@ -1 +0,0 @@
|
|
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="M13,6V11H18V7.75L22.25,12L18,16.25V13H13V18H16.25L12,22.25L7.75,18H11V13H6V16.25L1.75,12L6,7.75V11H11V6H7.75L12,1.75L16.25,6H13Z" /></svg>
|
@@ -1 +0,0 @@
|
|
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="M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z" /></svg>
|
@@ -1 +0,0 @@
|
|
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,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M19,19H15V21H19A2,2 0 0,0 21,19V15H19M19,3H15V5H19V9H21V5A2,2 0 0,0 19,3M5,5H9V3H5A2,2 0 0,0 3,5V9H5M5,15H3V19A2,2 0 0,0 5,21H9V19H5V15Z" /></svg>
|
@@ -1 +0,0 @@
|
|
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,3V7.59L7.59,15H3V21H9V16.42L16.42,9H21V3M17,5H19V7H17M5,17H7V19H5" /></svg>
|
@@ -1,28 +0,0 @@
|
|
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
|
-
<g>
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.616,5.632c0.369,0.37,1.984,1.979,2.44,2.45
|
8
|
-
c0.125,0.13,0.248,0.163,0.416,0.122C6.106,8.049,6.59,7.664,7.013,7.192c0.32-0.357,0.583-0.751,0.679-1.237
|
9
|
-
C7.722,5.8,7.687,5.695,7.573,5.583C6.817,4.837,5.201,3.21,5.127,3.131c0.527-0.198,1.051-0.257,1.582-0.217
|
10
|
-
c2.294,0.173,3.923,2.022,3.809,4.333c-0.034,0.693,0.191,1.26,0.68,1.748c2.926,2.918,5.847,5.84,8.767,8.763
|
11
|
-
c0.951,0.951,0.767,2.452-0.375,3.096c-0.746,0.421-1.69,0.288-2.309-0.33c-2.895-2.894-5.795-5.781-8.677-8.688
|
12
|
-
c-0.575-0.58-1.215-0.838-2.03-0.804c-2.741,0.114-4.792-2.52-4.042-5.158C2.552,5.807,2.578,5.743,2.616,5.632z M17.779,19.057
|
13
|
-
c0.001,0.428,0.346,0.779,0.771,0.785c0.426,0.007,0.794-0.359,0.793-0.79c-0.001-0.428-0.373-0.794-0.798-0.786
|
14
|
-
C18.121,18.274,17.777,18.629,17.779,19.057z"/>
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.967,10.872l-0.799-0.794c0,0,2.959-2.967,4.356-4.365
|
16
|
-
c0.056-0.055,0.114-0.108,0.161-0.17c0.106-0.146,0.099-0.3-0.027-0.425c-0.133-0.13-0.292-0.141-0.446-0.026
|
17
|
-
c-0.05,0.037-0.09,0.087-0.134,0.131c-1.403,1.403-4.342,4.399-4.342,4.399l-0.814-0.817l5.426-5.425l3.275,3.273l-5.419,5.418
|
18
|
-
l-0.813-0.82c0,0,2.982-2.915,4.385-4.318c0.05-0.05,0.104-0.097,0.146-0.153c0.107-0.148,0.092-0.297-0.036-0.423
|
19
|
-
c-0.126-0.125-0.276-0.139-0.426-0.037c-0.057,0.04-0.103,0.095-0.152,0.145C17.903,7.868,14.967,10.872,14.967,10.872z"/>
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.291,13.39l0.811,0.785c0,0-2.091,2.102-3.046,3.058
|
21
|
-
c-0.066,0.066-0.134,0.133-0.188,0.208c-0.106,0.15-0.083,0.3,0.042,0.425c0.128,0.125,0.279,0.134,0.425,0.026
|
22
|
-
c0.062-0.045,0.115-0.104,0.17-0.16c0.956-0.955,3.003-3.051,3.003-3.051l0.784,0.792c0,0-2.062,2.067-3.028,3.034
|
23
|
-
c-0.05,0.05-0.104,0.096-0.146,0.151c-0.116,0.151-0.115,0.311,0.019,0.444s0.292,0.137,0.444,0.021
|
24
|
-
c0.055-0.043,0.102-0.098,0.151-0.146c0.961-0.961,3.021-3.088,3.021-3.088l0.871,0.893c0,0-2.389,2.351-3.4,3.35
|
25
|
-
c-0.092,0.091-0.232,0.16-0.36,0.184c-1.226,0.236-3.963,0.729-3.963,0.729s0.529-2.686,0.785-3.908
|
26
|
-
c0.021-0.102,0.062-0.216,0.133-0.287C5.946,15.711,8.291,13.39,8.291,13.39z"/>
|
27
|
-
</g>
|
28
|
-
</svg>
|