@vidro/map-handler 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +87 -8
- 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/full/apidemo.js +43 -1
- package/examples/full/cachedToken.dat +1 -1
- package/examples/full/cachedTokenData.dat +1 -1
- package/examples/full/index.php +32 -16
- package/examples/full/tester.js +122 -20
- 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/simple/index.html +1 -1
- package/examples/vidromap/index.js +2 -2
- package/examples/vidromap/index.php +18 -3
- package/flows.md +73 -0
- package/package.json +1 -1
- package/src/index.js +75 -2
@@ -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 fill="#FFFFFF" d="M7.41,8.58L12,13.17l4.59-4.59L18,10l-6,6l-6-6L7.41,8.58z"/>
|
7
|
+
</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="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></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 fill="#888888" d="M8.59,16.58L13.17,12L8.59,7.41L10,6l6,6l-6,6L8.59,16.58z"/>
|
7
|
+
</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 fill="#FFFFFF" d="M8.59,16.58L13.17,12L8.59,7.41L10,6l6,6l-6,6L8.59,16.58z"/>
|
7
|
+
</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="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></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="M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,16V19.08L13.08,16H20V4H4V16H10M6,7H18V9H6V7M6,11H15V13H6V11Z" /></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 enable-background="new 0 0 64 64" height="64px" id="COOKIE" version="1.1" viewBox="0 0 64 64" width="64px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="COOKIE_1_"><path d="M32,16c-0.396,0-0.801,0.019-1.233,0.058c0.137,0.588,0.206,1.189,0.206,1.799 c0.001,2.135-0.83,4.144-2.342,5.656c-1.078,1.078-2.4,1.811-3.86,2.143c-0.898,3.892-4.672,6.653-8.769,6.14 C16.001,31.863,16,31.932,16,32c0,8.822,7.178,16,16,16s16-7.178,16-16S40.822,16,32,16z" fill="#D5944B"/><circle cx="35.709" cy="22.973" fill="#443017" r="2"/><circle cx="41.875" cy="29.417" fill="#443017" r="2"/><circle cx="31.709" cy="31.417" fill="#443017" r="2"/><circle cx="24.001" cy="37.25" fill="#443017" r="2"/><circle cx="32" cy="42.292" fill="#443017" r="2"/><circle cx="38.875" cy="37.25" fill="#443017" r="2"/><path d="M32,50c-9.925,0-18-8.075-18-18c0-0.505,0.034-1.001,0.074-1.494c0.024-0.298,0.181-0.569,0.427-0.74 c0.245-0.17,0.552-0.221,0.842-0.142c3.594,1.016,7.107-1.47,7.578-4.963c0.061-0.446,0.412-0.798,0.858-0.857 c1.308-0.175,2.496-0.765,3.438-1.705c1.133-1.134,1.757-2.641,1.756-4.241c0-0.78-0.15-1.542-0.447-2.266 c-0.117-0.284-0.097-0.606,0.055-0.873s0.417-0.45,0.721-0.496C30.309,14.071,31.166,14,32,14c9.925,0,18,8.075,18,18 S41.925,50,32,50z M16.002,31.795C16.001,31.863,16,31.932,16,32c0,8.822,7.178,16,16,16s16-7.178,16-16s-7.178-16-16-16 c-0.396,0-0.801,0.019-1.233,0.058c0.137,0.588,0.206,1.189,0.206,1.799c0.001,2.135-0.83,4.144-2.342,5.656 c-1.078,1.078-2.4,1.811-3.86,2.143C23.872,29.547,20.099,32.309,16.002,31.795z" fill="#26251D"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="38" height="38" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg"><title>EA4624E8-9DE0-41ED-8AFF-E51597CCD1DB</title><path d="M27.94 8.086h-3.755a1.865 1.865 0 0 0-1.858-1.881h-5.654c-1.05 0-1.858.859-1.858 1.881H11.06c-1.05 0-1.858.86-1.858 1.882v1.882c0 1.064.848 1.882 1.858 1.882v17.1c0 1.063.848 1.882 1.857 1.882h13.125c1.05 0 1.858-.86 1.858-1.882V13.814c1.05 0 1.858-.86 1.858-1.882V10.05c.04-1.105-.808-1.964-1.818-1.964zm-1.857 22.828H12.958v-17.1h1.857V28.99h1.858V13.814h1.858V28.99h1.857V13.814h1.939V28.99h1.858V13.814h1.857v17.1h.04zM27.94 11.89H11.06v-1.882h16.88v1.882z" fill="#1C1C1B" fill-rule="evenodd"/></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="M1152 896q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm-256-544q-148 0-273 73t-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273-73-273-198-198-273-73zm768 544q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" ?><svg id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g><polygon id="XMLID_3_" points="276,354.3 185.3,239.6 94.6,354.3 141.6,354.3 141.6,490.4 229,490.4 229,354.3 "/><polygon id="XMLID_2_" points="370.4,375.6 370.4,239.6 283,239.6 283,375.6 236,375.6 326.7,490.4 417.4,375.6 "/></g><path d="M432.9,183.1c0-0.3,0-0.7,0-1c0-39.9-32.3-72.2-72.2-72.2c-5,0-9.9,0.5-14.6,1.5 c-7.9-50.8-51.8-89.7-104.8-89.7c-49,0-90.3,33.3-102.4,78.5c-1.2-0.1-2.4-0.1-3.6-0.1c-39.9,0-72.2,32.3-72.2,72.2 c0,5,0.5,9.8,1.4,14.5C30.5,198.4,6,230.6,6,268.5c0,33.4,18.9,66.4,46.6,81.7c5.7,3.1,12,4.8,18.5,4.8h10.3l103.9-131.6l87.7,111 V229.6h107.4V355h37.4c47.8,0,88.4-39.1,88.2-86.8C505.8,225.1,474.2,189.5,432.9,183.1z" id="XMLID_1_"/></g></svg>
|
@@ -0,0 +1,9 @@
|
|
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="#010002" d="M15.143,17.457H8.857V6.543h6.285v1.896h-3.971v2.396h3.695v1.896h-3.695v2.814h3.971V17.457z"/>
|
8
|
+
</g>
|
9
|
+
</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="M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z" /></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,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z" /></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'><svg enable-background="new 0 0 24 24" id="Layer_1" version="1.0" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path d="M12,4c4.4,0,8,3.6,8,8s-3.6,8-8,8s-8-3.6-8-8S7.6,4,12,4 M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10s10-4.5,10-10 C22,6.5,17.5,2,12,2L12,2z"/></g><line fill="none" stroke="#000000" stroke-miterlimit="10" stroke-width="2" x1="18.2" x2="5.8" y1="18.2" y2="5.8"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg"><title>923815D1-A88D-418B-9A09-B40EC6BC5FF2</title><path d="M15 15v4h5v-4h-5zM8 8h4v1h14V8h4v4h-1v14h1v4h-4v-1H12v1H8v-4h1V12H8V8zm4 18v1h14v-1h1V12h-1v-1H12v1h-1v14h1zm1-13h9v4h3v8H15v-4h-2v-8zm9 8h-5v2h6v-4h-1v2z" fill="#1C1C1B" fill-rule="evenodd"/></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="30" height="30" viewBox="0 0 24 24"><path fill="#5d94e8" d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" /></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 enable-background="new -0.288 -24.675 141.732 141.732" height="141.732px" id="Livello_1" version="1.1" viewBox="-0.288 -24.675 141.732 141.732" width="141.732px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Livello_98"><path d="M37.164,60.964C17.418,61.378,1.395,74.75,0,91.622h18.693l0.009-0.104c0.9-10.901,6.48-21.019,15.712-28.487 C35.305,62.312,36.223,61.622,37.164,60.964 M44.62,27.247c0-2.408,0.255-4.747,0.731-6.98c-2.211-1.199-4.662-1.872-7.244-1.872 c-9.761,0-17.673,9.526-17.673,21.279c0,11.395,7.437,20.695,16.78,21.253c4.202-2.928,8.886-5.22,13.868-6.815 c1.054-1.366,1.952-2.902,2.681-4.568C48.203,44.364,44.62,36.296,44.62,27.247 M92.995,26.994C92.995,12.085,82.958,0,70.578,0 C58.197,0,48.161,12.085,48.161,26.994c0,13.36,8.063,24.457,18.651,26.61C42.957,55.19,23.947,71.714,22.238,92.38h96.68 c-1.71-20.666-20.719-37.19-44.576-38.775C84.93,51.451,92.995,40.357,92.995,26.994 M120.72,40.436 c0-11.753-7.912-21.28-17.674-21.28c-2.583,0-5.031,0.676-7.243,1.872c0.479,2.233,0.729,4.573,0.729,6.98 c0,9.05-3.582,17.117-9.144,22.293c0.726,1.666,1.627,3.202,2.678,4.571c4.984,1.596,9.667,3.888,13.868,6.813 C113.285,61.13,120.72,51.829,120.72,40.436 M141.156,92.383c-1.396-16.872-17.418-30.243-37.164-30.657 c0.94,0.657,1.857,1.346,2.749,2.066c9.23,7.469,14.812,17.586,15.713,28.484l0.009,0.104L141.156,92.383L141.156,92.383z"/></g><g id="Livello_1_1_"/></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="#1C1C1B" fill-rule="nonzero" d="M19 3H5a2 2 0 0 0-2 2V19a2 2 0 0 0 2 2H19a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-3.4 14L12 13.4 8.4 17 7 15.6l3.6-3.6L7 8.4 8.4 7l3.6 3.6L15.6 7 17 8.4 13.4 12l3.6 3.6-1.4 1.4z"/>
|
3
|
+
</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="#1C1C1B" fill-rule="nonzero" d="M16 6h-3v1.9h3a4.1 4.1 0 1 1 0 8.2h-3V18h3a6 6 0 1 0 0-12zM3.9 12A4.1 4.1 0 0 1 8 7.9h3V6H8a6 6 0 1 0 0 12h3v-1.9H8c-2.26 0-4.1-1.84-4.1-4.1zM8 13h8v-2H8v2z"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23">
|
2
|
+
<defs>
|
3
|
+
<filter id="a" width="114.1%" height="118.4%" x="-7%" y="-7.8%" filterUnits="objectBoundingBox">
|
4
|
+
<feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"/>
|
5
|
+
<feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="2"/>
|
6
|
+
<feColorMatrix in="shadowBlurOuter1" result="shadowMatrixOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"/>
|
7
|
+
<feMerge>
|
8
|
+
<feMergeNode in="shadowMatrixOuter1"/>
|
9
|
+
<feMergeNode in="SourceGraphic"/>
|
10
|
+
</feMerge>
|
11
|
+
</filter>
|
12
|
+
</defs>
|
13
|
+
<path fill="#1C1C1B" fill-rule="nonzero" d="M11 1.108L9.892 0 5.5 4.392 1.108 0 0 1.108 4.392 5.5 0 9.892 1.108 11 5.5 6.608 9.892 11 11 9.892 6.608 5.5z" filter="url(#a)" transform="translate(6 6)"/>
|
14
|
+
</svg>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23">
|
2
|
+
<defs>
|
3
|
+
<filter id="a" width="114.1%" height="118.4%" x="-7%" y="-7.8%" filterUnits="objectBoundingBox">
|
4
|
+
<feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"/>
|
5
|
+
<feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="2"/>
|
6
|
+
<feColorMatrix in="shadowBlurOuter1" result="shadowMatrixOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"/>
|
7
|
+
<feMerge>
|
8
|
+
<feMergeNode in="shadowMatrixOuter1"/>
|
9
|
+
<feMergeNode in="SourceGraphic"/>
|
10
|
+
</feMerge>
|
11
|
+
</filter>
|
12
|
+
</defs>
|
13
|
+
<path fill="#FFF" fill-rule="nonzero" d="M14 1.571L4.667 11 .389 6.679 1.486 5.57l3.18 3.205L12.904.464z" filter="url(#a)" transform="translate(5 6)"/>
|
14
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="22" viewBox="0 0 23 22">
|
2
|
+
<path fill="#FFF" fill-rule="evenodd" d="M11.444 8.333c-1.422 0-2.575 1.095-2.575 2.445 0 1.35 1.153 2.444 2.575 2.444 1.423 0 2.576-1.094 2.576-2.444 0-1.35-1.153-2.445-2.576-2.445zm0 6.519c-2.37 0-4.292-1.824-4.292-4.074s1.922-4.074 4.292-4.074c2.371 0 4.293 1.824 4.293 4.074s-1.922 4.074-4.293 4.074zm0-10.185C7.152 4.667 3.485 7.2 2 10.777c1.485 3.578 5.152 6.112 9.444 6.112 4.293 0 7.96-2.534 9.445-6.111-1.485-3.577-5.152-6.111-9.445-6.111z"/>
|
3
|
+
</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="M19 14a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-8.95 5H8v-2h2.05c.45-4.17 3.78-7.5 7.95-7.95V7h2v2.05c4.17.45 7.5 3.78 7.95 7.95H30v2h-2.05c-.45 4.17-3.78 7.5-7.95 7.95V29h-2v-2.05c-4.17-.45-7.5-3.78-7.95-7.95zM19 11a7 7 0 1 0 0 14 7 7 0 0 0 0-14z"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
3
|
+
<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">
|
4
|
+
<path fill="#000000" d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.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,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z" />
|
5
|
+
</svg>
|
@@ -0,0 +1,63 @@
|
|
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="svg1818"
|
17
|
+
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
18
|
+
sodipodi:docname="selector_fechas.svg">
|
19
|
+
<defs
|
20
|
+
id="defs1812" />
|
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="-2.8615477"
|
30
|
+
inkscape:cy="15.400565"
|
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="metadata1815">
|
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
|
+
id="path1549"
|
59
|
+
d="m 2.2851202,294.14942 h -0.4508 c -0.0744,0 -0.13524,-0.0609 -0.13524,-0.13524 v -0.45079 c 0,-0.0744 0.0609,-0.13525 0.13524,-0.13525 h 0.4508 c 0.0744,0 0.13524,0.0608 0.13524,0.13525 v 0.45079 c 0,0.0744 -0.0609,0.13524 -0.13524,0.13524 z m 1.21715,-0.13524 v -0.45079 c 0,-0.0744 -0.0609,-0.13525 -0.13524,-0.13525 h -0.4508 c -0.0744,0 -0.13523,0.0608 -0.13523,0.13525 v 0.45079 c 0,0.0744 0.0608,0.13524 0.13523,0.13524 h 0.4508 c 0.0744,0 0.13524,-0.0609 0.13524,-0.13524 z m 1.08192,0 v -0.45079 c 0,-0.0744 -0.0609,-0.13525 -0.13524,-0.13525 h -0.4508 c -0.0744,0 -0.13524,0.0608 -0.13524,0.13525 v 0.45079 c 0,0.0744 0.0609,0.13524 0.13524,0.13524 h 0.4508 c 0.0744,0 0.13524,-0.0609 0.13524,-0.13524 z m -1.08192,1.08192 v -0.4508 c 0,-0.0744 -0.0609,-0.13524 -0.13524,-0.13524 h -0.4508 c -0.0744,0 -0.13523,0.0609 -0.13523,0.13524 v 0.4508 c 0,0.0744 0.0608,0.13524 0.13523,0.13524 h 0.4508 c 0.0744,0 0.13524,-0.0609 0.13524,-0.13524 z m -1.08191,0 v -0.4508 c 0,-0.0744 -0.0609,-0.13524 -0.13524,-0.13524 h -0.4508 c -0.0744,0 -0.13524,0.0609 -0.13524,0.13524 v 0.4508 c 0,0.0744 0.0609,0.13524 0.13524,0.13524 h 0.4508 c 0.0744,0 0.13524,-0.0609 0.13524,-0.13524 z m 2.16383,0 v -0.4508 c 0,-0.0744 -0.0609,-0.13524 -0.13524,-0.13524 h -0.4508 c -0.0744,0 -0.13524,0.0609 -0.13524,0.13524 v 0.4508 c 0,0.0744 0.0609,0.13524 0.13524,0.13524 h 0.4508 c 0.0744,0 0.13524,-0.0609 0.13524,-0.13524 z m 1.08191,-2.93019 v 3.96703 c 0,0.29865 -0.2423,0.54095 -0.54096,0.54095 h -3.96702 c -0.29865002,0 -0.54095002,-0.2423 -0.54095002,-0.54095 v -3.96703 c 0,-0.29865 0.2423,-0.54096 0.54095002,-0.54096 h 0.54096 v -0.58603 c 0,-0.0744 0.0609,-0.13524 0.13524,-0.13524 h 0.4508 c 0.0744,0 0.13524,0.0609 0.13524,0.13524 v 0.58603 h 1.44255 v -0.58603 c 0,-0.0744 0.0609,-0.13524 0.13524,-0.13524 h 0.4508 c 0.0744,0 0.13524,0.0609 0.13524,0.13524 v 0.58603 h 0.54095 c 0.29866,0 0.54096,0.24231 0.54096,0.54096 z m -0.54096,3.8994 v -3.35844 h -3.96702 v 3.35844 c 0,0.0372 0.0304,0.0676 0.0676,0.0676 h 3.83178 c 0.0372,0 0.0676,-0.0304 0.0676,-0.0676 z"
|
60
|
+
inkscape:connector-curvature="0"
|
61
|
+
style="stroke-width:0.01126994" />
|
62
|
+
</g>
|
63
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,55 @@
|
|
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
|
+
width="24"
|
11
|
+
height="24"
|
12
|
+
viewBox="0 0 24 24"
|
13
|
+
version="1.1"
|
14
|
+
id="svg917"
|
15
|
+
sodipodi:docname="image-gallery-placeholder.svg"
|
16
|
+
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
17
|
+
<metadata
|
18
|
+
id="metadata923">
|
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="defs921" />
|
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="1001"
|
41
|
+
id="namedview919"
|
42
|
+
showgrid="false"
|
43
|
+
inkscape:zoom="8"
|
44
|
+
inkscape:cx="-24.644356"
|
45
|
+
inkscape:cy="1.6601114"
|
46
|
+
inkscape:window-x="-9"
|
47
|
+
inkscape:window-y="-9"
|
48
|
+
inkscape:window-maximized="1"
|
49
|
+
inkscape:current-layer="svg917" />
|
50
|
+
<path
|
51
|
+
d="M 11.362,2 C 15.518,2 14,8 14,8 c 0,0 6,-1.65 6,2.457 V 22 H 4 V 2 Z M 12.189,0 H 2.3085938 L 2.1523437,0.01171875 2.046875,0.046875 2.015625,0.140625 2,0.25390625 V 23.714844 l 0.015625,0.171875 0.046875,0.07813 0.097656,0.02734 L 2.2734375,24 H 21.710937 l 0.125,-0.0078 0.113282,-0.02734 0.03906,-0.07422 L 22,23.773437 V 9.614 C 22,7.223 15.352,0 12.189,0 Z M 7,12.5 C 7,11.672 7.672,11 8.501,11 9.328,11 10,11.672 10,12.5 10,13.328 9.328,14 8.501,14 7.672,14 7,13.328 7,12.5 Z M 13.5,13 11.407,15.968 10.097,15 7,19 h 10 z"
|
52
|
+
id="path915"
|
53
|
+
inkscape:connector-curvature="0"
|
54
|
+
sodipodi:nodetypes="scscccsscccccccccccccccssssssscccccc" />
|
55
|
+
</svg>
|
@@ -0,0 +1,87 @@
|
|
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="imaqua.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="22.4"
|
29
|
+
inkscape:cx="14.526005"
|
30
|
+
inkscape:cy="12.806003"
|
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
|
+
<g
|
58
|
+
id="g235"
|
59
|
+
transform="matrix(1.2609046,0,0,1.2609046,-0.88648586,-76.570637)">
|
60
|
+
<path
|
61
|
+
inkscape:connector-curvature="0"
|
62
|
+
id="path25-8"
|
63
|
+
d="m 3.1481283,291.37685 a 2.32608,2.32608 0 0 0 -1.7187582,0.76222 l 0.6583577,0.61547 a 1.4240453,1.4240453 0 0 1 1.0604005,-0.47542 1.4240453,1.4240453 0 0 1 1.4236856,1.4242 1.4240453,1.4240453 0 0 1 -0.1095541,0.5457 l 0.6971151,0.6165 a 2.32608,2.32608 0 0 0 0.3147095,-1.1622 2.32608,2.32608 0 0 0 -2.3259561,-2.32647 z m -1.9425172,1.04748 a 2.32608,2.32608 0 0 0 -0.38395582,1.27899 2.32608,2.32608 0 0 0 2.32647302,2.32596 2.32608,2.32608 0 0 0 1.7218586,-0.76585 l -0.6754108,-0.59738 a 1.4240453,1.4240453 0 0 1 -1.0464478,0.46095 1.4240453,1.4240453 0 0 1 -1.4242025,-1.42368 1.4240453,1.4240453 0 0 1 0.1570963,-0.64751 z"
|
64
|
+
style="fill:#FFFFF;fill-rule:evenodd;stroke-width:0.43217862" />
|
65
|
+
<rect
|
66
|
+
transform="matrix(0.70912518,-0.7050826,0.72250011,0.69137081,0,0)"
|
67
|
+
y="208.04553"
|
68
|
+
x="-210.30829"
|
69
|
+
height="1.3421773"
|
70
|
+
width="0.49015227"
|
71
|
+
id="rect65"
|
72
|
+
style="fill:#FFFFFF;fill-rule:evenodd;stroke-width:0.30407754" />
|
73
|
+
<rect
|
74
|
+
transform="matrix(0.69819472,-0.7159079,0.73305022,0.68017451,0,0)"
|
75
|
+
y="208.0407"
|
76
|
+
x="-213.70143"
|
77
|
+
height="2.4058335"
|
78
|
+
width="0.79900265"
|
79
|
+
id="rect65-7"
|
80
|
+
style="fill:#FFFFFF;fill-rule:evenodd;stroke-width:0.37387663" />
|
81
|
+
</g>
|
82
|
+
</g>
|
83
|
+
<g
|
84
|
+
inkscape:groupmode="layer"
|
85
|
+
id="layer2"
|
86
|
+
inkscape:label="Layer 2" />
|
87
|
+
</svg>
|
@@ -0,0 +1,77 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="24"
|
13
|
+
height="24"
|
14
|
+
viewBox="0 0 6.3499998 6.3500002"
|
15
|
+
version="1.1"
|
16
|
+
id="svg8"
|
17
|
+
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
18
|
+
sodipodi:docname="incidencia.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="15.839192"
|
29
|
+
inkscape:cx="9.422803"
|
30
|
+
inkscape:cy="10.626736"
|
31
|
+
inkscape:document-units="mm"
|
32
|
+
inkscape:current-layer="layer1"
|
33
|
+
showgrid="false"
|
34
|
+
inkscape:window-width="1920"
|
35
|
+
inkscape:window-height="1001"
|
36
|
+
inkscape:window-x="-9"
|
37
|
+
inkscape:window-y="-9"
|
38
|
+
inkscape:window-maximized="1"
|
39
|
+
units="px" />
|
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
|
+
<g
|
58
|
+
id="g885"
|
59
|
+
transform="translate(-11.830128,147.95223)">
|
60
|
+
<path
|
61
|
+
inkscape:connector-curvature="0"
|
62
|
+
id="rect3774-8"
|
63
|
+
d="m 12.757376,143.40081 c -0.146579,0 -0.264583,0.11801 -0.264583,0.26459 v 4.39559 c 0,0.14658 0.118004,0.26459 0.264583,0.26459 h 0.01809 v -4.3894 c 0,-0.14658 0.118004,-0.26458 0.264583,-0.26458 h 4.436422 v -0.006 c 0,-0.14658 -0.118004,-0.26459 -0.264583,-0.26459 z"
|
64
|
+
style="fill:#ffffff;stroke-width:0.26458332" />
|
65
|
+
<path
|
66
|
+
inkscape:connector-curvature="0"
|
67
|
+
id="rect3774-8-6"
|
68
|
+
d="m 12.345156,143.0236 c -0.146579,0 -0.264583,0.11801 -0.264583,0.26459 v 4.39559 c 0,0.14658 0.118004,0.26459 0.264583,0.26459 h 0.01809 v -4.3894 c 0,-0.14658 0.118004,-0.26458 0.264584,-0.26458 h 4.436421 v -0.006 c 0,-0.14658 -0.118004,-0.26459 -0.264583,-0.26459 z"
|
69
|
+
style="fill:#ffffff;stroke-width:0.26458332" />
|
70
|
+
<path
|
71
|
+
inkscape:connector-curvature="0"
|
72
|
+
id="rect3774-2"
|
73
|
+
d="m 13.306799,143.91298 c -0.139677,0 -0.251664,0.11228 -0.251664,0.25166 v 4.17959 c 0,0.13938 0.111987,0.25166 0.251664,0.25166 h 4.245219 c 0.139677,0 0.251665,-0.11228 0.251665,-0.25166 v -4.17959 c 0,-0.13938 -0.111988,-0.25166 -0.251665,-0.25166 z m 1.629358,0.40617 h 0.986503 v 0.72657 h -0.986503 z m 0,1.08469 h 0.986503 v 2.78639 h -0.986503 z"
|
74
|
+
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.252;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
|
75
|
+
</g>
|
76
|
+
</g>
|
77
|
+
</svg>
|