Render themes: add SVG symbols collection, closes #68
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 23 KiB |
@ -12,7 +12,7 @@
|
||||
<style-text style="bold" fill="#101010" id="major-road" k="name" priority="1" size="16"
|
||||
stroke="#eeeeee" stroke-width="2.0" />
|
||||
|
||||
<style-text caption="true" dy="16" fill="#777744" id="poi" k="name" size="16" stroke="#aaffffff"
|
||||
<style-text caption="true" dy="20" fill="#777744" id="poi" k="name" size="16" stroke="#aaffffff"
|
||||
stroke-width="2.0" />
|
||||
|
||||
<style-area fade="11" fill="#e8e7e3" id="residential" />
|
||||
@ -21,10 +21,10 @@
|
||||
|
||||
|
||||
<!-- fade out at z=7, blend over to 'blend-fill' in z=11 -->
|
||||
<!-- src="textures/wood.png" -->
|
||||
<!-- src="assets:textures/wood.png" -->
|
||||
<!-- <style-area id="wood" fill="#d1dbc7" fade="8" blend="11" blend-fill="#9ac56e" /> -->
|
||||
|
||||
<style-area id="tex1" src="textures/rough.png" />
|
||||
<style-area id="tex1" src="assets:textures/rough.png" />
|
||||
|
||||
<!-- meadow|garden -->
|
||||
<style-area fade="10" fill="#c9dc91" id="greens" use="tex1" />
|
||||
@ -96,7 +96,7 @@
|
||||
<style-line fix="false" id="river" stroke="#a4bbcc" use="water" />
|
||||
|
||||
<!--<style-area id="water" fill="#97b7e5" afc5e3 /> -->
|
||||
<!-- src="textures/water.png" -->
|
||||
<!-- src="assets:textures/water.png" -->
|
||||
<style-area fade="-1" fill="#99badf" id="water" use="tex1" />
|
||||
|
||||
<!-- no-go area boundary -->
|
||||
@ -110,51 +110,6 @@
|
||||
<style-line fade="15" id="building" stroke="#eeb7b6b3" use="fix" />
|
||||
<style-area fade="15" fill="#f2f0eb" id="building" stroke="#b7b6b3" stroke-width="1.0" />
|
||||
|
||||
<atlas img="icons/osm.png">
|
||||
<rect id="airport" pos="1 40 16 16" />
|
||||
<rect id="atm" pos="19 40 16 16" />
|
||||
<rect id="bar" pos="1 80 20 20" />
|
||||
<rect id="cafe" pos="67 88 16 16" />
|
||||
<rect id="camping" pos="71 110 16 16" />
|
||||
<rect id="cinema" pos="1 102 24 24" />
|
||||
<rect id="city" pos="55 11 10 10" />
|
||||
<rect id="department_store" pos="67 70 16 16" />
|
||||
<rect id="fast_food" pos="67 52 16 16" />
|
||||
<rect id="florist" pos="67 34 16 16" />
|
||||
<rect id="food_bar" pos="1 22 16 16" />
|
||||
<rect id="food_drinkingtap" pos="23 80 20 20" />
|
||||
<rect id="hospital" pos="19 22 16 16" />
|
||||
<rect id="hostel" pos="27 106 20 20" />
|
||||
<rect id="hotel" pos="45 84 20 20" />
|
||||
<rect id="information" pos="37 22 16 16" />
|
||||
<rect id="library" pos="49 106 20 20" />
|
||||
<rect id="museum" pos="67 16 16 16" />
|
||||
<rect id="parking" pos="1 4 16 16" />
|
||||
<rect id="pharmacy" pos="19 4 16 16" />
|
||||
<rect id="place_of_worship" pos="37 4 16 16" />
|
||||
<rect id="playground" pos="45 62 20 20" />
|
||||
<rect id="police" pos="85 92 16 16" />
|
||||
<rect id="pub" pos="89 110 16 16" />
|
||||
<rect id="rental_bicycle" pos="1 58 20 20" />
|
||||
<rect id="restaurant" pos="85 74 16 16" />
|
||||
<rect id="school" pos="85 56 16 16" />
|
||||
<rect id="shop_bakery" pos="85 38 16 16" />
|
||||
<rect id="shop_butcher" pos="85 20 16 16" />
|
||||
<rect id="shop_clothes" pos="85 2 16 16" />
|
||||
<rect id="shop_convenience" pos="103 92 16 16" />
|
||||
<rect id="shop_diy" pos="107 110 16 16" />
|
||||
<rect id="shop_hairdresser" pos="103 74 16 16" />
|
||||
<rect id="shop_supermarket" pos="103 56 16 16" />
|
||||
<rect id="shopping_bicycle" pos="103 38 16 16" />
|
||||
<rect id="telephone" pos="103 20 16 16" />
|
||||
<rect id="theatre" pos="23 58 20 20" />
|
||||
<rect id="toilets" pos="45 40 20 20" />
|
||||
<rect id="town" pos="67 3 11 11" />
|
||||
<rect id="view_point" pos="103 2 16 16" />
|
||||
<rect id="volcano" pos="55 1 9 8" />
|
||||
<rect id="windmill" pos="55 23 10 15" />
|
||||
</atlas>
|
||||
|
||||
<m e="way" k="natural" v="issea|sea">
|
||||
<area use="water" />
|
||||
</m>
|
||||
@ -597,10 +552,10 @@
|
||||
<extrusion line-color="#ffd9d8d6" side-color="#eaecebe9" top-color="#eaf9f8f6" />
|
||||
</m>
|
||||
<m zoom-min="17">
|
||||
<caption style="bold" fill="#4040ff" k="name" size="14" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
<caption style="bold" fill="#606060" k="addr:housenumber" size="10" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
<caption style="bold" fill="#4040ff" k="name" priority="9" size="14"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
<caption style="bold" fill="#606060" k="addr:housenumber" priority="10" size="10"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@ -1002,10 +957,10 @@
|
||||
|
||||
<m k="highway">
|
||||
<m v="traffic_signals">
|
||||
<circle fill="#ff0000" radius="1.5" />
|
||||
<symbol src="assets:symbols/traffic_signal.svg" />
|
||||
</m>
|
||||
<m v="bus_stop">
|
||||
<circle fill="#ff0000" radius="1.5" />
|
||||
<symbol src="assets:symbols/transport/bus_stop.svg" />
|
||||
</m>
|
||||
<m v="turning_circle">
|
||||
<circle fill="#ffffff" radius="1.4" scale-radius="true" />
|
||||
@ -1013,10 +968,13 @@
|
||||
</m>
|
||||
|
||||
<!-- historic -->
|
||||
<!-- <m k="historic"> <circle radius="3" fill="#4040ff" stroke="#606060"
|
||||
stroke-width="1.5" /> <m zoom-min="17"> <caption
|
||||
k="name" dy="-10" style="bold" size="10" fill="#4040ff" stroke="#ffffff"
|
||||
width="2.0" /> </m> </m> -->
|
||||
<m k="historic">
|
||||
<symbol src="assets:symbols/tourist/monument.svg" />
|
||||
|
||||
<m zoom-min="17">
|
||||
<text use="poi" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<!-- house numbers -->
|
||||
<!-- <m k="addr:housenumber" zoom-min="18"> <caption
|
||||
@ -1038,17 +996,17 @@
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
<m v="town">
|
||||
<caption dy="20" fill="#000000" k="name" priority="2" size="19" stroke="#ffffff"
|
||||
stroke-width="2.0" symbol="town" />
|
||||
<caption dy="14" fill="#000000" k="name" priority="2" size="19" stroke="#ffffff"
|
||||
stroke-width="2.0" symbol="assets:symbols/dot_white.svg" />
|
||||
</m>
|
||||
<m v="city">
|
||||
<m zoom-min="7">
|
||||
<caption style="bold" dy="14" fill="#000000" k="name" priority="1" size="19"
|
||||
stroke="#ffffff" stroke-width="2.0" symbol="city" />
|
||||
stroke="#ffffff" stroke-width="2.0" symbol="assets:symbols/dot_black.svg" />
|
||||
</m>
|
||||
<m zoom-max="6">
|
||||
<caption dy="14" fill="#000000" k="name" priority="1" size="19" stroke="#ffffff"
|
||||
stroke-width="2.0" symbol="city" />
|
||||
stroke-width="2.0" symbol="assets:symbols/dot_black.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="country">
|
||||
@ -1060,28 +1018,28 @@
|
||||
<!-- railway -->
|
||||
<m k="railway">
|
||||
<m v="station" zoom-min="14">
|
||||
<circle fill="#ec2d2d" radius="6" stroke="#606060" stroke-width="1.5" />
|
||||
<caption style="bold" dy="-10" fill="#ec2d2d" k="name" size="13" stroke="#ffffff"
|
||||
<symbol src="assets:symbols/transport/train_station.svg" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="14" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
|
||||
<m v="halt|tram_stop">
|
||||
<circle fill="#ec2d2d" radius="4" stroke="#606060" stroke-width="1.5" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="12" stroke="#ffffff"
|
||||
<symbol src="assets:symbols/transport/train_station2.svg" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="13" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
<m v="level_crossing">
|
||||
<circle fill="#ff0000" radius="1.5" />
|
||||
<symbol src="assets:symbols/railway-crossing.svg" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<!-- aeroway -->
|
||||
<m k="aeroway">
|
||||
<m k="aeroway" v="helipad" zoom-min="16">
|
||||
<symbol src="heliport" />
|
||||
<symbol src="assets:symbols/transport/helicopter_pad.svg" />
|
||||
</m>
|
||||
<m k="aeroway" v="aerodrome|airport">
|
||||
<symbol src="airport" />
|
||||
<symbol src="assets:symbols/transport/airport.svg" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@ -1089,19 +1047,19 @@
|
||||
|
||||
<m select="first" zoom-min="15">
|
||||
<m v="hospital">
|
||||
<symbol src="hospital" />
|
||||
<symbol src="assets:symbols/health/hospital.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="school">
|
||||
<symbol src="school" />
|
||||
<symbol src="assets:symbols/education/school.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="university|college">
|
||||
<symbol src="university" />
|
||||
<symbol src="assets:symbols/education/university.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="library">
|
||||
<symbol src="library" />
|
||||
<symbol src="assets:symbols/amenity/library.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="cinema">
|
||||
<symbol src="cinema" />
|
||||
<symbol src="assets:symbols/tourist/cinema2.svg" />
|
||||
</m>
|
||||
|
||||
<m select="when-matched">
|
||||
@ -1111,25 +1069,25 @@
|
||||
|
||||
<m select="first" zoom-min="16">
|
||||
<m v="atm" zoom-min="17">
|
||||
<symbol src="atm" />
|
||||
<symbol src="assets:symbols/money/atm2.svg" />
|
||||
</m>
|
||||
<m v="cafe">
|
||||
<symbol src="cafe" />
|
||||
<symbol src="assets:symbols/food/cafe.svg" />
|
||||
</m>
|
||||
<m v="pub">
|
||||
<symbol src="pub" />
|
||||
<symbol src="assets:symbols/food/pub.svg" />
|
||||
</m>
|
||||
<m v="bar">
|
||||
<symbol src="bar" />
|
||||
<symbol src="assets:symbols/food/bar.svg" />
|
||||
</m>
|
||||
<m v="fast_food">
|
||||
<symbol src="fast_food" />
|
||||
<symbol src="assets:symbols/food/fastfood.svg" />
|
||||
</m>
|
||||
<m v="restaurant">
|
||||
<symbol src="restaurant" />
|
||||
<symbol src="assets:symbols/food/restaurant.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="bus_station">
|
||||
<symbol src="bus_station" />
|
||||
<symbol src="assets:symbols/transport/bus_station.svg" />
|
||||
</m>
|
||||
<m select="when-matched">
|
||||
<text use="poi" />
|
||||
@ -1138,63 +1096,63 @@
|
||||
|
||||
<m select="first" zoom-min="17">
|
||||
<m k="amenity" v="bank">
|
||||
<symbol src="bank" />
|
||||
<symbol src="assets:symbols/money/bank2.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="bench">
|
||||
<symbol src="bench" />
|
||||
<symbol src="assets:symbols/amenity/bench.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="bicycle_rental">
|
||||
<symbol src="bicycle_rental" />
|
||||
<symbol src="assets:symbols/transport/rental_bicycle.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="drinking_water">
|
||||
<symbol src="drinking_water" />
|
||||
<symbol src="assets:symbols/food/drinkingtap.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="fire_station">
|
||||
<symbol src="fire_station" />
|
||||
<symbol src="assets:symbols/amenity/firestation3.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="fountain">
|
||||
<symbol src="fountain" />
|
||||
<symbol src="assets:symbols/amenity/fountain.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="fuel">
|
||||
<symbol src="petrolStation" />
|
||||
<symbol src="assets:symbols/transport/fuel.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="kindergarten">
|
||||
<symbol src="kindergarten" />
|
||||
<symbol src="assets:symbols/education/nursery2.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="parking">
|
||||
<symbol src="parking" />
|
||||
<symbol src="assets:symbols/transport/parking.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="pharmacy">
|
||||
<symbol src="pharmacy" />
|
||||
<symbol src="assets:symbols/health/pharmacy.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="place_of_worship">
|
||||
<m k="denomination|religion" v="jewish">
|
||||
<symbol src="synagogue" />
|
||||
<symbol src="assets:symbols/place_of_worship/jewish3.svg" />
|
||||
</m>
|
||||
<m k="denomination|religion" v="muslim|moslem">
|
||||
<symbol src="mosque" />
|
||||
<symbol src="assets:symbols/place_of_worship/islamic3.svg" />
|
||||
</m>
|
||||
<m k="denomination|religion" v="christian">
|
||||
<symbol src="church" />
|
||||
<symbol src="assets:symbols/place_of_worship/christian3.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m k="amenity" v="post_box">
|
||||
<symbol src="postbox" />
|
||||
<symbol src="assets:symbols/amenity/post_box.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="post_office">
|
||||
<symbol src="postoffice" />
|
||||
<symbol src="assets:symbols/amenity/post_office.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="recycling">
|
||||
<symbol src="recycling" />
|
||||
<symbol src="assets:symbols/amenity/recycling.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="shelter">
|
||||
<symbol src="shelter" />
|
||||
<symbol src="assets:symbols/accommodation/shelter2.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="telephone">
|
||||
<symbol src="telephone" />
|
||||
<symbol src="assets:symbols/amenity/telephone.svg" />
|
||||
</m>
|
||||
<m k="amenity" v="theatre">
|
||||
<symbol src="theatre" />
|
||||
<symbol src="assets:symbols/tourist/theatre.svg" />
|
||||
</m>
|
||||
<m select="when-matched">
|
||||
<text use="poi" />
|
||||
@ -1203,7 +1161,7 @@
|
||||
|
||||
<m zoom-min="17">
|
||||
<m k="amenity" v="toilets">
|
||||
<symbol src="toilets" />
|
||||
<symbol src="assets:symbols/amenity/toilets.svg" />
|
||||
</m>
|
||||
</m>
|
||||
</m>
|
||||
@ -1211,20 +1169,20 @@
|
||||
<m k="shop">
|
||||
<m select="first" zoom-min="15">
|
||||
<m v="bakery">
|
||||
<symbol src="shop_bakery" />
|
||||
<symbol src="assets:symbols/shopping/bakery.svg" />
|
||||
</m>
|
||||
<m v="florist">
|
||||
<symbol src="florist" />
|
||||
<symbol src="assets:symbols/shopping/florist.svg" />
|
||||
</m>
|
||||
<m v="hairdresser" zoom-min="16">
|
||||
<symbol src="shop_hairdresser" />
|
||||
<symbol src="assets:symbols/shopping/hairdresser.svg" />
|
||||
</m>
|
||||
<m v="supermarket|organic">
|
||||
<symbol src="shop_supermarket" />
|
||||
<symbol src="assets:symbols/shopping/supermarket.svg" />
|
||||
</m>
|
||||
|
||||
<m zoom-min="17">
|
||||
<symbol src="city" />
|
||||
<symbol src="assets:symbols/dot_magenta.svg" />
|
||||
</m>
|
||||
|
||||
<m select="when-matched" zoom-min="17">
|
||||
@ -1236,16 +1194,16 @@
|
||||
<m k="tourism">
|
||||
<m select="first" zoom-min="15">
|
||||
<m v="alpine_hut">
|
||||
<symbol src="triangle-stroked" />
|
||||
<symbol src="assets:symbols/accommodation/alpinehut.svg" />
|
||||
</m>
|
||||
<m v="camp_site">
|
||||
<symbol src="camping" />
|
||||
<symbol src="assets:symbols/accommodation/camping.svg" />
|
||||
</m>
|
||||
<m v="hostel">
|
||||
<symbol src="hostel" />
|
||||
<symbol src="assets:symbols/accommodation/hostel.svg" />
|
||||
</m>
|
||||
<m v="hotel">
|
||||
<symbol src="hotel" />
|
||||
<symbol src="assets:symbols/accommodation/hotel2.svg" />
|
||||
</m>
|
||||
|
||||
<m select="when-matched">
|
||||
@ -1256,7 +1214,7 @@
|
||||
<!-- <m zoom-min="16" select="first">
|
||||
<m v="information" select="first">
|
||||
<m k="name">
|
||||
<symbol src="information" />
|
||||
<symbol src="assets:symbols/tourist/information.svg" />
|
||||
<text use="poi" />
|
||||
</m>
|
||||
<m>
|
||||
@ -1266,10 +1224,10 @@
|
||||
</m>
|
||||
-->
|
||||
<m v="viewpoint">
|
||||
<symbol src="view_point" />
|
||||
<symbol src="assets:symbols/tourist/view_point.svg" />
|
||||
</m>
|
||||
<m v="museum">
|
||||
<symbol src="museum" />
|
||||
<symbol src="assets:symbols/tourist/museum.svg" />
|
||||
</m>
|
||||
|
||||
</m>
|
||||
|
@ -3,7 +3,7 @@
|
||||
version="1" xmlns="http://opensciencemap.org/rendertheme"
|
||||
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">
|
||||
|
||||
<style-text style="italic" caption="true" dy="12" fill="#ee000000" id="caption-small-blue"
|
||||
<style-text style="italic" caption="true" dy="20" fill="#ee000000" id="caption-small-blue"
|
||||
k="name" size="14" stroke="#9930cfee" stroke-width="3.0" />
|
||||
|
||||
<style-text style="bold" fill="#eeffee" id="road" k="name" size="18" stroke="#606050"
|
||||
@ -79,67 +79,6 @@
|
||||
<style-line cap="butt" fix="true" id="building" stroke="#303030" width="1.0" />
|
||||
<style-area fade="15" fill="#ee202020" id="building" />
|
||||
|
||||
<atlas img="icons/osmarender.png">
|
||||
<rect id="airport" pos="226 38 24 24" />
|
||||
<rect id="alpine_hut" pos="198 41 26 21" />
|
||||
<rect id="atm" pos="279 2 14 16" />
|
||||
<rect id="bakery" pos="305 46 22 16" />
|
||||
<rect id="bank" pos="395 43 19 19" />
|
||||
<rect id="bench" pos="213 29 8 10" />
|
||||
<rect id="bicycle_rental" pos="295 2 13 16" />
|
||||
<rect id="bus" pos="130 32 23 9" />
|
||||
<rect id="bus_sta" pos="36 30 31 32" />
|
||||
<rect id="cable_car" pos="2 2 29 26" />
|
||||
<rect id="cafe" pos="216 2 14 14" />
|
||||
<rect id="campSite" pos="329 42 20 20" />
|
||||
<rect id="cave_entrance" pos="297 23 16 10" />
|
||||
<rect id="chair_lift" pos="130 2 13 28" />
|
||||
<rect id="church" pos="61 9 9 19" />
|
||||
<rect id="cinema" pos="145 8 16 22" />
|
||||
<rect id="drinking_water" pos="416 43 19 19" />
|
||||
<rect id="fastfood" pos="351 42 20 20" />
|
||||
<rect id="firebrigade" pos="130 43 36 19" />
|
||||
<rect id="florist" pos="342 24 12 16" />
|
||||
<rect id="fountain" pos="500 46 10 16" />
|
||||
<rect id="gondola" pos="252 38 21 24" />
|
||||
<rect id="helipad" pos="69 31 31 31" />
|
||||
<rect id="hospital" pos="437 43 19 19" />
|
||||
<rect id="hostel" pos="168 44 28 18" />
|
||||
<rect id="hotel" pos="93 11 18 17" />
|
||||
<rect id="information" pos="458 43 19 19" />
|
||||
<rect id="kindergarten" pos="184 2 14 19" />
|
||||
<rect id="library" pos="372 22 9 18" />
|
||||
<rect id="mosque" pos="248 2 17 15" />
|
||||
<rect id="oneway" pos="275 38 25 7" />
|
||||
<rect id="parking" pos="373 42 20 20" />
|
||||
<rect id="peak" pos="267 9 9 8" />
|
||||
<rect id="petrolStation" pos="263 19 14 17" />
|
||||
<rect id="pharmacy" pos="479 43 19 19" />
|
||||
<rect id="playground" pos="223 18 18 18" />
|
||||
<rect id="postbox" pos="232 2 14 14" />
|
||||
<rect id="postoffice" pos="172 23 19 19" />
|
||||
<rect id="pub" pos="326 26 14 14" />
|
||||
<rect id="railway-crossing" pos="275 47 28 15" />
|
||||
<rect id="railway-crossing-small" pos="155 32 15 9" />
|
||||
<rect id="recycling" pos="72 11 19 18" />
|
||||
<rect id="restaurant" pos="356 28 14 12" />
|
||||
<rect id="school" pos="200 2 14 19" />
|
||||
<rect id="shelter" pos="33 4 26 24" />
|
||||
<rect id="soccer-borderless" pos="102 30 26 32" />
|
||||
<rect id="supermarket" pos="193 23 18 16" />
|
||||
<rect id="synagogue" pos="113 11 15 17" />
|
||||
<rect id="telephone" pos="383 21 7 19" />
|
||||
<rect id="tennis" pos="2 30 32 32" />
|
||||
<rect id="theatre" pos="243 19 18 17" />
|
||||
<rect id="toilets" pos="163 2 19 19" />
|
||||
<rect id="traffic_signal" pos="392 21 7 19" />
|
||||
<rect id="tree" pos="145 2 4 4" />
|
||||
<rect id="university" pos="302 35 19 9" />
|
||||
<rect id="viewpoint" pos="279 20 16 16" />
|
||||
<rect id="vulcan" pos="315 25 9 8" />
|
||||
<rect id="windmill" pos="310 2 13 19" />
|
||||
</atlas>
|
||||
|
||||
<m e="way" k="natural" v="issea|sea">
|
||||
<area use="water" />
|
||||
</m>
|
||||
@ -563,9 +502,9 @@
|
||||
</m>
|
||||
<!-- <m zoom-min="17">
|
||||
<caption k="name" style="bold" size="10" fill="#4040ff"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
priority="9" stroke="#ffffff" stroke-width="2.0" />
|
||||
<caption k="addr:housenumber" style="bold" size="10" fill="#606060"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
priority="10" stroke="#ffffff" stroke-width="2.0" />
|
||||
</m> -->
|
||||
</m>
|
||||
|
||||
@ -903,9 +842,9 @@
|
||||
<!-- aerial ways -->
|
||||
<!-- <m k="aerialway"> <line stroke="#202020" width="0.4"
|
||||
cap="butt" /> <m k="aerialway" v="cable_car"> <lineSymbol
|
||||
src="jar:/org/mapsforge/android/maps/rendertheme/osmarender/symbols/cable_car.png"
|
||||
/> </m> <m k="aerialway" v="chair_lift"> <lineSymbol src="jar:/org/mapsforge/android/maps/rendertheme/osmarender/symbols/chair_lift_2.png"
|
||||
/> </m> <m k="aerialway" v="gondola"> <lineSymbol src="jar:/org/mapsforge/android/maps/rendertheme/osmarender/symbols/gondola.png"
|
||||
src="assets:symbols/cable_car.svg"
|
||||
/> </m> <m k="aerialway" v="chair_lift"> <lineSymbol src="assets:symbols/chair_lift_2.svg"
|
||||
/> </m> <m k="aerialway" v="gondola"> <lineSymbol src="assets:symbols/gondola.svg"
|
||||
/> </m> <m zoom-min="14"> <text k="name" style="bold"
|
||||
size="10" fill="#606060" stroke="#ffffff" width="2.0" /> </m>
|
||||
</m> -->
|
||||
@ -1044,10 +983,12 @@
|
||||
<circle radius="1.4" scale-radius="true" fill="#ffffff" /> </m> </m>
|
||||
|
||||
historic
|
||||
<m k="historic"> <circle radius="3" fill="#4040ff" stroke="#606060"
|
||||
stroke-width="1.5" /> <m zoom-min="17"> <caption
|
||||
k="name" dy="-10" style="bold" size="10" fill="#4040ff" stroke="#ffffff"
|
||||
width="2.0" /> </m> </m>
|
||||
<m k="historic">
|
||||
<symbol src="assets:symbols/tourist/monument.svg" />
|
||||
<m zoom-min="17">
|
||||
<caption k="name" dy="-10" style="bold" size="10" fill="#4040ff" stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
house numbers
|
||||
<m k="addr:housenumber" zoom-min="18"> <caption
|
||||
@ -1078,13 +1019,13 @@
|
||||
railway
|
||||
<m k="railway">
|
||||
<m v="station" zoom-min="14">
|
||||
<circle radius="6" fill="#ec2d2d" stroke="#606060" stroke-width="1.5" />
|
||||
<caption k="name" dy="-10" style="bold" size="13" fill="#ec2d2d"
|
||||
<symbol src="assets:symbols/transport/train_station.svg" />
|
||||
<caption k="name" dy="-15" style="bold" size="14" fill="#ec2d2d"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
<m v="halt|tram_stop" zoom-min="17">
|
||||
<circle radius="4" fill="#ec2d2d" stroke="#606060" stroke-width="1.5" />
|
||||
<caption k="name" dy="-15" style="bold" size="11" fill="#ec2d2d"
|
||||
<symbol src="assets:symbols/transport/train_station2.svg" />
|
||||
<caption k="name" dy="-15" style="bold" size="13" fill="#ec2d2d"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
@ -1100,109 +1041,109 @@
|
||||
|
||||
<m k="aeroway">
|
||||
<m k="aeroway" v="helipad" zoom-min="17">
|
||||
<symbol src="helipad" />
|
||||
<symbol src="assets:symbols/transport/helicopter_pad.svg" />
|
||||
</m>
|
||||
<m k="aeroway" v="aerodrome|airport" zoom-max="13">
|
||||
<symbol src="airport" />
|
||||
<symbol src="assets:symbols/transport/airport.svg" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<m k="amenity">
|
||||
<m select="first">
|
||||
<m v="atm" zoom-min="17">
|
||||
<symbol src="atm" />
|
||||
<symbol src="assets:symbols/money/atm2.svg" />
|
||||
</m>
|
||||
<m v="bank" zoom-min="17">
|
||||
<symbol src="bank" />
|
||||
<symbol src="assets:symbols/money/bank2.svg" />
|
||||
</m>
|
||||
<m v="bench" zoom-min="17">
|
||||
<symbol src="bench" />
|
||||
<symbol src="assets:symbols/amenity/bench.svg" />
|
||||
</m>
|
||||
<m v="bicycle_rental" zoom-min="17">
|
||||
<symbol src="bicycle_rental" />
|
||||
<symbol src="assets:symbols/transport/rental_bicycle.svg" />
|
||||
</m>
|
||||
<m v="bus_station" zoom-min="17">
|
||||
<symbol src="bus_sta" />
|
||||
<symbol src="assets:symbols/transport/bus_station.svg" />
|
||||
</m>
|
||||
<m v="cafe" zoom-min="17">
|
||||
<symbol src="cafe" />
|
||||
<symbol src="assets:symbols/food/cafe.svg" />
|
||||
</m>
|
||||
<m v="cinema" zoom-min="17">
|
||||
<symbol src="cinema" />
|
||||
<symbol src="assets:symbols/tourist/cinema2.svg" />
|
||||
</m>
|
||||
<m v="drinking_water" zoom-min="17">
|
||||
<symbol src="drinking_water" />
|
||||
<symbol src="assets:symbols/food/drinkingtap.svg" />
|
||||
</m>
|
||||
<m v="fast_food" zoom-min="17">
|
||||
<symbol src="fastfood" />
|
||||
<symbol src="assets:symbols/food/fastfood.svg" />
|
||||
</m>
|
||||
<m v="fire_station" zoom-min="17">
|
||||
<symbol src="firebrigade" />
|
||||
<symbol src="assets:symbols/amenity/firestation3.svg" />
|
||||
</m>
|
||||
<m v="fountain" zoom-min="17">
|
||||
<symbol src="fountain" />
|
||||
<symbol src="assets:symbols/amenity/fountain.svg" />
|
||||
</m>
|
||||
<m v="fuel" zoom-min="17">
|
||||
<symbol src="petrolStation" />
|
||||
<symbol src="assets:symbols/transport/fuel.svg" />
|
||||
</m>
|
||||
<m v="hospital" zoom-min="15">
|
||||
<symbol src="hospital" />
|
||||
<symbol src="assets:symbols/health/hospital.svg" />
|
||||
</m>
|
||||
<m v="kindergarten" zoom-min="17">
|
||||
<symbol src="kindergarten" />
|
||||
<symbol src="assets:symbols/education/nursery2.svg" />
|
||||
</m>
|
||||
<m v="library" zoom-min="17">
|
||||
<symbol src="library" />
|
||||
<symbol src="assets:symbols/amenity/library.svg" />
|
||||
</m>
|
||||
<m v="parking" zoom-min="17">
|
||||
<symbol src="parking" />
|
||||
<symbol src="assets:symbols/transport/parking.svg" />
|
||||
</m>
|
||||
<m v="pharmacy" zoom-min="17">
|
||||
<symbol src="pharmacy" />
|
||||
<symbol src="assets:symbols/health/pharmacy.svg" />
|
||||
</m>
|
||||
<m v="place_of_worship" zoom-min="17">
|
||||
<m k="denomination|religion" v="jewish">
|
||||
<symbol src="synagogue" />
|
||||
<symbol src="assets:symbols/place_of_worship/jewish3.svg" />
|
||||
</m>
|
||||
<m k="denomination|religion" v="muslim|moslem">
|
||||
<symbol src="mosque" />
|
||||
<symbol src="assets:symbols/place_of_worship/islamic3.svg" />
|
||||
</m>
|
||||
<m k="denomination|religion" v="christian">
|
||||
<symbol src="church" />
|
||||
<symbol src="assets:symbols/place_of_worship/christian3.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="post_box" zoom-min="17">
|
||||
<symbol src="postbox" />
|
||||
<symbol src="assets:symbols/amenity/post_box.svg" />
|
||||
</m>
|
||||
<m v="post_office" zoom-min="17">
|
||||
<symbol src="postoffice" />
|
||||
<symbol src="assets:symbols/amenity/post_office.svg" />
|
||||
</m>
|
||||
<m v="pub|bar" zoom-min="17">
|
||||
<symbol src="pub" />
|
||||
<symbol src="assets:symbols/food/bar.svg" />
|
||||
</m>
|
||||
<m v="recycling" zoom-min="17">
|
||||
<symbol src="recycling" />
|
||||
<symbol src="assets:symbols/amenity/recycling.svg" />
|
||||
</m>
|
||||
<m v="restaurant" zoom-min="17">
|
||||
<symbol src="restaurant" />
|
||||
<symbol src="assets:symbols/food/restaurant.svg" />
|
||||
</m>
|
||||
<m v="school" zoom-min="17">
|
||||
<symbol src="school" />
|
||||
<symbol src="assets:symbols/education/school.svg" />
|
||||
</m>
|
||||
<m v="shelter" zoom-min="17">
|
||||
<symbol src="shelter" />
|
||||
<symbol src="assets:symbols/accommodation/shelter2.svg" />
|
||||
</m>
|
||||
<m v="telephone" zoom-min="17">
|
||||
<symbol src="telephone" />
|
||||
<symbol src="assets:symbols/amenity/telephone.svg" />
|
||||
</m>
|
||||
<m v="theatre" zoom-min="17">
|
||||
<symbol src="theatre" />
|
||||
<symbol src="assets:symbols/tourist/theatre.svg" />
|
||||
</m>
|
||||
<m v="toilets" zoom-min="17">
|
||||
<symbol src="toilets" />
|
||||
<symbol src="assets:symbols/amenity/toilets.svg" />
|
||||
</m>
|
||||
<m v="university|college" zoom-min="17">
|
||||
<symbol src="university" />
|
||||
<symbol src="assets:symbols/education/university.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m zoom-min="17">
|
||||
@ -1217,10 +1158,10 @@
|
||||
|
||||
<m k="highway">
|
||||
<m k="highway" v="bus_stop" zoom-min="16">
|
||||
<symbol src="bus" />
|
||||
<symbol src="assets:symbols/transport/bus_stop.svg" />
|
||||
</m>
|
||||
<m k="highway" v="traffic_signals" zoom-min="17">
|
||||
<symbol src="traffic_signal" />
|
||||
<symbol src="assets:symbols/traffic_signal.svg" />
|
||||
</m>
|
||||
<m k="highway" v="turning_circle">
|
||||
<circle fill="#ffffff" radius="1.4" scale-radius="true" />
|
||||
@ -1229,7 +1170,7 @@
|
||||
|
||||
|
||||
<m k="historic">
|
||||
<circle fill="#4040ff" radius="3" stroke="#606060" stroke-width="1.5" />
|
||||
<symbol src="assets:symbols/tourist/monument.svg" />
|
||||
|
||||
<m zoom-min="17">
|
||||
<text use="caption-small-blue" />
|
||||
@ -1244,29 +1185,29 @@
|
||||
|
||||
|
||||
<m k="leisure" v="playground" zoom-min="17">
|
||||
<symbol src="playground" />
|
||||
<symbol src="assets:symbols/amenity/playground.svg" />
|
||||
</m>
|
||||
|
||||
|
||||
<m k="man_made" v="windmill" zoom-min="17">
|
||||
<symbol src="windmill" />
|
||||
<symbol src="assets:symbols/tourist/windmill.svg" />
|
||||
</m>
|
||||
|
||||
|
||||
<!-- <m k="natural">
|
||||
<m select="first">
|
||||
<m v="cave_entrance" zoom-min="15">
|
||||
<symbol src="cave_entrance" />
|
||||
<symbol src="assets:symbols/poi/cave.svg" />
|
||||
</m>
|
||||
<m v="peak" zoom-min="12">
|
||||
<symbol src="peak" />
|
||||
<caption k="ele" dy="20" style="bold" size="10" fill="#000000" stroke="#ffffff" stroke-width="2.0" />
|
||||
<symbol src="assets:symbols/peak1.svg" />
|
||||
<caption k="ele" dy="12" style="bold" size="10" fill="#000000" stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
<m v="tree" zoom-min="16">
|
||||
<symbol src="tree" />
|
||||
<circle radius="10" />
|
||||
</m>
|
||||
<m v="volcano" zoom-min="12">
|
||||
<symbol src="vulcan" />
|
||||
<symbol src="assets:symbols/volcano.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m zoom-min="17">
|
||||
@ -1301,20 +1242,20 @@
|
||||
|
||||
<m k="railway">
|
||||
<m k="railway" v="crossing" zoom-min="16">
|
||||
<symbol src="railway-crossing-small" />
|
||||
<symbol src="assets:symbols/railway-crossing-small.svg" />
|
||||
</m>
|
||||
<!-- in Bremen this is also used for crossings between tram-lines and roads... -->
|
||||
<m k="railway" v="level_crossing" zoom-min="14">
|
||||
<symbol src="railway-crossing" />
|
||||
<symbol src="assets:symbols/railway-crossing.svg" />
|
||||
</m>
|
||||
<m k="railway" v="station" zoom-min="14">
|
||||
<circle fill="#ec2d2d" radius="6" stroke="#606060" stroke-width="1.5" />
|
||||
<caption style="bold" dy="-10" fill="#ec2d2d" k="name" size="13" stroke="#ffffff"
|
||||
<symbol src="assets:symbols/transport/train_station.svg" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="14" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
<m k="railway" v="halt|tram_stop" zoom-min="15">
|
||||
<circle fill="#ec2d2d" radius="4" stroke="#606060" stroke-width="1.5" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="12" stroke="#ffffff"
|
||||
<symbol src="assets:symbols/transport/train_station2.svg" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="13" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
@ -1322,13 +1263,13 @@
|
||||
|
||||
<m k="shop">
|
||||
<m v="bakery" zoom-min="17">
|
||||
<symbol src="bakery" />
|
||||
<symbol src="assets:symbols/shopping/bakery.svg" />
|
||||
</m>
|
||||
<m v="florist" zoom-min="17">
|
||||
<symbol src="florist" />
|
||||
<symbol src="assets:symbols/shopping/florist.svg" />
|
||||
</m>
|
||||
<m v="supermarket|organic" zoom-min="17">
|
||||
<symbol src="supermarket" />
|
||||
<symbol src="assets:symbols/shopping/supermarket.svg" />
|
||||
</m>
|
||||
|
||||
<m zoom-min="17">
|
||||
@ -1339,24 +1280,24 @@
|
||||
|
||||
<m k="tourism">
|
||||
<m v="alpine_hut" zoom-min="16">
|
||||
<symbol src="alpine_hut" />
|
||||
<symbol src="assets:symbols/accommodation/alpinehut.svg" />
|
||||
</m>
|
||||
<m v="camp_site" zoom-min="17">
|
||||
<symbol src="campSite" />
|
||||
<symbol src="assets:symbols/accommodation/camping.svg" />
|
||||
</m>
|
||||
<m v="hostel" zoom-min="17">
|
||||
<symbol src="hostel" />
|
||||
<symbol src="assets:symbols/accommodation/hostel.svg" />
|
||||
</m>
|
||||
<m v="hotel" zoom-min="17">
|
||||
<symbol src="hotel" />
|
||||
<symbol src="assets:symbols/accommodation/hotel2.svg" />
|
||||
</m>
|
||||
<!-- <m v="information" zoom-min="17">
|
||||
<m k="name" v="*">
|
||||
<symbol src="information" />
|
||||
<symbol src="assets:symbols/tourist/information.svg" />
|
||||
</m>
|
||||
</m>-->
|
||||
<m v="viewpoint" zoom-min="15">
|
||||
<symbol src="viewpoint" />
|
||||
<symbol src="assets:symbols/tourist/viewpoint.svg" />
|
||||
</m>
|
||||
|
||||
<m zoom-min="17">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rendertheme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" map-background="#fffcfa"
|
||||
version="1" xmlns="http://opensciencemap.org/rendertheme"
|
||||
<rendertheme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" base-text-scale="1.25"
|
||||
map-background="#fffcfa" version="1" xmlns="http://opensciencemap.org/rendertheme"
|
||||
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">
|
||||
|
||||
<style-line id="trunk" stroke="#7fc97f" width="1.5" />
|
||||
@ -9,7 +9,7 @@
|
||||
<style-line id="secondary" stroke="#fdbf6f" width="1.4" />
|
||||
<style-line id="tertiary" stroke="#ffff90" width="1.15" />
|
||||
|
||||
<style-text style="bold" caption="true" dy="12" fill="#4040ff" id="caption-small-blue" k="name"
|
||||
<style-text style="bold" caption="true" dy="20" fill="#4040ff" id="caption-small-blue" k="name"
|
||||
size="14" stroke="#ffffff" stroke-width="2.0" />
|
||||
|
||||
<style-text style="bold" id="highway-road" k="name" size="16" stroke="#d0d0d0"
|
||||
@ -17,67 +17,6 @@
|
||||
<style-text style="bold" id="highway-track" k="name" size="16" stroke="#fff2de"
|
||||
stroke-width="2.0" />
|
||||
|
||||
<atlas img="icons/osmarender.png">
|
||||
<rect id="airport" pos="226 38 24 24" />
|
||||
<rect id="alpine_hut" pos="198 41 26 21" />
|
||||
<rect id="atm" pos="279 2 14 16" />
|
||||
<rect id="bakery" pos="305 46 22 16" />
|
||||
<rect id="bank" pos="395 43 19 19" />
|
||||
<rect id="bench" pos="213 29 8 10" />
|
||||
<rect id="bicycle_rental" pos="295 2 13 16" />
|
||||
<rect id="bus" pos="130 32 23 9" />
|
||||
<rect id="bus_sta" pos="36 30 31 32" />
|
||||
<rect id="cable_car" pos="2 2 29 26" />
|
||||
<rect id="cafe" pos="216 2 14 14" />
|
||||
<rect id="campSite" pos="329 42 20 20" />
|
||||
<rect id="cave_entrance" pos="297 23 16 10" />
|
||||
<rect id="chair_lift" pos="130 2 13 28" />
|
||||
<rect id="church" pos="61 9 9 19" />
|
||||
<rect id="cinema" pos="145 8 16 22" />
|
||||
<rect id="drinking_water" pos="416 43 19 19" />
|
||||
<rect id="fastfood" pos="351 42 20 20" />
|
||||
<rect id="firebrigade" pos="130 43 36 19" />
|
||||
<rect id="florist" pos="342 24 12 16" />
|
||||
<rect id="fountain" pos="500 46 10 16" />
|
||||
<rect id="gondola" pos="252 38 21 24" />
|
||||
<rect id="helipad" pos="69 31 31 31" />
|
||||
<rect id="hospital" pos="437 43 19 19" />
|
||||
<rect id="hostel" pos="168 44 28 18" />
|
||||
<rect id="hotel" pos="93 11 18 17" />
|
||||
<rect id="information" pos="458 43 19 19" />
|
||||
<rect id="kindergarten" pos="184 2 14 19" />
|
||||
<rect id="library" pos="372 22 9 18" />
|
||||
<rect id="mosque" pos="248 2 17 15" />
|
||||
<rect id="oneway" pos="275 38 25 7" />
|
||||
<rect id="parking" pos="373 42 20 20" />
|
||||
<rect id="peak" pos="267 9 9 8" />
|
||||
<rect id="petrolStation" pos="263 19 14 17" />
|
||||
<rect id="pharmacy" pos="479 43 19 19" />
|
||||
<rect id="playground" pos="223 18 18 18" />
|
||||
<rect id="postbox" pos="232 2 14 14" />
|
||||
<rect id="postoffice" pos="172 23 19 19" />
|
||||
<rect id="pub" pos="326 26 14 14" />
|
||||
<rect id="railway-crossing" pos="275 47 28 15" />
|
||||
<rect id="railway-crossing-small" pos="155 32 15 9" />
|
||||
<rect id="recycling" pos="72 11 19 18" />
|
||||
<rect id="restaurant" pos="356 28 14 12" />
|
||||
<rect id="school" pos="200 2 14 19" />
|
||||
<rect id="shelter" pos="33 4 26 24" />
|
||||
<rect id="soccer-borderless" pos="102 30 26 32" />
|
||||
<rect id="supermarket" pos="193 23 18 16" />
|
||||
<rect id="synagogue" pos="113 11 15 17" />
|
||||
<rect id="telephone" pos="383 21 7 19" />
|
||||
<rect id="tennis" pos="2 30 32 32" />
|
||||
<rect id="theatre" pos="243 19 18 17" />
|
||||
<rect id="toilets" pos="163 2 19 19" />
|
||||
<rect id="traffic_signal" pos="392 21 7 19" />
|
||||
<rect id="tree" pos="145 2 4 4" />
|
||||
<rect id="university" pos="302 35 19 9" />
|
||||
<rect id="viewpoint" pos="279 20 16 16" />
|
||||
<rect id="vulcan" pos="315 25 9 8" />
|
||||
<rect id="windmill" pos="310 2 13 19" />
|
||||
</atlas>
|
||||
|
||||
<m e="way" k="natural" v="issea|sea">
|
||||
<area fill="#b5d6f1" />
|
||||
</m>
|
||||
@ -92,7 +31,7 @@
|
||||
<m k="landuse">
|
||||
<m select="first">
|
||||
<m v="military">
|
||||
<area src="patterns/military.png" stroke="#e4e4e4" stroke-width="0.2" />
|
||||
<area src="assets:patterns/military.png" stroke="#e4e4e4" stroke-width="0.2" />
|
||||
</m>
|
||||
<m v="residential|farmyard">
|
||||
<area fill="#e4e4e4" />
|
||||
@ -117,7 +56,7 @@
|
||||
<area fill="#e9dd72" stroke="#556b2f" stroke-width="0.2" />
|
||||
</m>
|
||||
<m v="cemetery">
|
||||
<area src="patterns/cemetery.png" stroke="#e4e4e4" stroke-width="0.2" />
|
||||
<area src="assets:patterns/cemetery.png" stroke="#e4e4e4" stroke-width="0.2" />
|
||||
</m>
|
||||
<m v="field|farm|farmland|meadow|grass">
|
||||
<area fill="#ebfff2" stroke="#9ee673" stroke-width="0.1" />
|
||||
@ -138,13 +77,13 @@
|
||||
<m k="natural|landuse" v="forest|wood|scrub">
|
||||
<m k="wood">
|
||||
<m k="wood" v="coniferous">
|
||||
<area src="patterns/wood-coniferous.png" />
|
||||
<area src="assets:patterns/wood-coniferous.png" />
|
||||
</m>
|
||||
<m k="wood" v="deciduous">
|
||||
<area src="patterns/wood-deciduous.png" />
|
||||
<area src="assets:patterns/wood-deciduous.png" />
|
||||
</m>
|
||||
<m k="wood" v="mixed">
|
||||
<area src="patterns/wood-mixed.png" />
|
||||
<area src="assets:patterns/wood-mixed.png" />
|
||||
</m>
|
||||
</m>
|
||||
<m k="wood" v="~">
|
||||
@ -164,31 +103,31 @@
|
||||
<area fill="#cdabde" stroke="#e9dd72" stroke-width="0.2" />
|
||||
</m>
|
||||
<m v="grave_yard">
|
||||
<area src="patterns/cemetery.png" stroke="#e4e4e4" stroke-width="0.2" />
|
||||
<area src="assets:patterns/cemetery.png" stroke="#e4e4e4" stroke-width="0.2" />
|
||||
</m>
|
||||
<m v="parking">
|
||||
<area fill="#ffffc0" stroke="#e9dd72" stroke-width="0.2" />
|
||||
<m k="access" v="private" zoom-min="15">
|
||||
<area src="patterns/access-private.png" />
|
||||
<area src="assets:patterns/access-private.png" />
|
||||
</m>
|
||||
<m zoom-min="17">
|
||||
<symbol src="parking" />
|
||||
<symbol src="assets:symbols/transport/parking.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m closed="yes" v="fountain">
|
||||
<area fill="#b5d6f1" stroke="#000080" stroke-width="0.15" />
|
||||
<m zoom-min="17">
|
||||
<symbol src="fountain" />
|
||||
<symbol src="assets:symbols/amenity/fountain/svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="hospital" zoom-min="15">
|
||||
<symbol src="hospital" />
|
||||
<symbol src="assets:symbols/health/hospital.svg" />
|
||||
</m>
|
||||
<m v="theatre" zoom-min="17">
|
||||
<symbol src="theatre" />
|
||||
<symbol src="assets:symbols/tourist/theatre.svg" />
|
||||
</m>
|
||||
<m v="toilets" zoom-min="17">
|
||||
<symbol src="toilets" />
|
||||
<symbol src="assets:symbols/amenity/toilets.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m k="name" zoom-min="17">
|
||||
@ -221,7 +160,7 @@
|
||||
<area fill="#ffffc0" stroke="#ffff90" stroke-width="0.2" />
|
||||
</m>
|
||||
<m v="marsh|wetland">
|
||||
<area src="patterns/marsh.png" />
|
||||
<area src="assets:patterns/marsh.png" />
|
||||
</m>
|
||||
</m>
|
||||
<m k="name" zoom-min="16">
|
||||
@ -239,11 +178,12 @@
|
||||
<m v="playground|playing_fields|pitch|dog_park">
|
||||
<area fill="#c7f1a3" stroke="#6fc18e" stroke-width="0.2" />
|
||||
<m v="playground" zoom-min="17">
|
||||
<symbol src="playground" />
|
||||
<symbol src="assets:symbols/amenity/playground.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="nature_reserve">
|
||||
<area src="patterns/nature-reserve.png" stroke="#6fc18e" stroke-width="0.2" />
|
||||
<area src="assets:patterns/nature-reserve.png" stroke="#6fc18e"
|
||||
stroke-width="0.2" />
|
||||
</m>
|
||||
|
||||
<m v="stadium|sports_centre|water_park">
|
||||
@ -317,14 +257,14 @@
|
||||
|
||||
<!-- military -->
|
||||
<m k="military">
|
||||
<area src="patterns/military.png" stroke="#e4e4e4" stroke-width="0.2" />
|
||||
<area src="assets:patterns/military.png" stroke="#e4e4e4" stroke-width="0.2" />
|
||||
</m>
|
||||
|
||||
|
||||
<!-- sport -->
|
||||
<m k="sport">
|
||||
<m v="soccer" zoom-min="17">
|
||||
<symbol src="soccer-borderless" />
|
||||
<symbol src="assets:symbols/sport/soccer.svg" />
|
||||
</m>
|
||||
<m v="swimming|canoe|diving|scuba_diving">
|
||||
<area fill="#b5d6f1" stroke="#6060ff" stroke-width="0.2" />
|
||||
@ -332,7 +272,7 @@
|
||||
<m v="tennis">
|
||||
<area fill="#d18a6a" stroke="#b36c4c" stroke-width="0.2" />
|
||||
<m zoom-min="17">
|
||||
<symbol src="tennis" />
|
||||
<symbol src="assets:symbols/sport/tennis.svg" />
|
||||
</m>
|
||||
</m>
|
||||
</m>
|
||||
@ -802,10 +742,10 @@
|
||||
<line width="1.0" stroke="#ff0000" />
|
||||
|
||||
<m k="access" v="destination">
|
||||
<line src="patterns/access-destination.png" width="1.5" />
|
||||
<line src="assets:patterns/access-destination.png" width="1.5" />
|
||||
</m>
|
||||
<m k="access" v="private">
|
||||
<line src="patterns/access-private.png" width="1.5" />
|
||||
<line src="assets:patterns/access-private.png" width="1.5" />
|
||||
</m>
|
||||
</m> -->
|
||||
|
||||
@ -984,7 +924,7 @@
|
||||
<m k="area" v="~|false|no">
|
||||
<m k="highway">
|
||||
<m k="oneway" v="yes|true" zoom-min="16">
|
||||
<lineSymbol src="oneway" align-center="true"
|
||||
<lineSymbol src="assets:symbols/oneway.svg" align-center="true"
|
||||
repeat="true" />
|
||||
</m>
|
||||
</m>
|
||||
@ -996,13 +936,13 @@
|
||||
<line cap="butt" stroke="#202020" width="0.4" />
|
||||
<line cap="butt" dasharray="2,200" stroke="#202020" width="4.0" />
|
||||
<m k="aerialway" v="cable_car">
|
||||
<lineSymbol src="cable_car" />
|
||||
<lineSymbol src="assets:symbols/cable_car.svg" />
|
||||
</m>
|
||||
<m k="aerialway" v="chair_lift">
|
||||
<lineSymbol src="chair_lift_2" />
|
||||
<lineSymbol src="assets:symbols/chair_lift_2.svg" />
|
||||
</m>
|
||||
<m k="aerialway" v="gondola">
|
||||
<lineSymbol src="gondola" />
|
||||
<lineSymbol src="assets:symbols/gondola.svg" />
|
||||
</m>
|
||||
<m zoom-min="14">
|
||||
<text style="bold" fill="#606060" k="name" size="16" stroke="#ffffff"
|
||||
@ -1125,109 +1065,109 @@
|
||||
|
||||
<m k="aeroway">
|
||||
<m k="aeroway" v="helipad" zoom-min="17">
|
||||
<symbol src="helipad" />
|
||||
<symbol src="assets:symbols/transport/helicopter_pad.svg" />
|
||||
</m>
|
||||
<m k="aeroway" v="aerodrome|airport" zoom-max="13">
|
||||
<symbol src="airport" />
|
||||
<symbol src="assets:symbols/transport/airport.svg" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<m k="amenity">
|
||||
<m select="first">
|
||||
<m v="atm" zoom-min="17">
|
||||
<symbol src="atm" />
|
||||
<symbol src="assets:symbols/money/atm2.svg" />
|
||||
</m>
|
||||
<m v="bank" zoom-min="17">
|
||||
<symbol src="bank" />
|
||||
<symbol src="assets:symbols/money/bank2.svg" />
|
||||
</m>
|
||||
<m v="bench" zoom-min="17">
|
||||
<symbol src="bench" />
|
||||
<symbol src="assets:symbols/amenity/bench.svg" />
|
||||
</m>
|
||||
<m v="bicycle_rental" zoom-min="17">
|
||||
<symbol src="bicycle_rental" />
|
||||
<symbol src="assets:symbols/transport/rental_bicycle.svg" />
|
||||
</m>
|
||||
<m v="bus_station" zoom-min="17">
|
||||
<symbol src="bus_sta" />
|
||||
<symbol src="assets:symbols/transport/bus_station.svg" />
|
||||
</m>
|
||||
<m v="cafe" zoom-min="17">
|
||||
<symbol src="cafe" />
|
||||
<symbol src="assets:symbols/food/cafe.svg" />
|
||||
</m>
|
||||
<m v="cinema" zoom-min="17">
|
||||
<symbol src="cinema" />
|
||||
<symbol src="assets:symbols/tourist/cinema2.svg" />
|
||||
</m>
|
||||
<m v="drinking_water" zoom-min="17">
|
||||
<symbol src="drinking_water" />
|
||||
<symbol src="assets:symbols/food/drinkingtap.svg" />
|
||||
</m>
|
||||
<m v="fast_food" zoom-min="17">
|
||||
<symbol src="fastfood" />
|
||||
<symbol src="assets:symbols/food/fastfood.svg" />
|
||||
</m>
|
||||
<m v="fire_station" zoom-min="17">
|
||||
<symbol src="firebrigade" />
|
||||
<symbol src="assets:symbols/amenity/firestation3.svg" />
|
||||
</m>
|
||||
<m v="fountain" zoom-min="17">
|
||||
<symbol src="fountain" />
|
||||
<symbol src="assets:symbols/amenity/fountain.svg" />
|
||||
</m>
|
||||
<m v="fuel" zoom-min="17">
|
||||
<symbol src="petrolStation" />
|
||||
<symbol src="assets:symbols/transport/fuel.svg" />
|
||||
</m>
|
||||
<m v="hospital" zoom-min="15">
|
||||
<symbol src="hospital" />
|
||||
<symbol src="assets:symbols/health/hospital.svg" />
|
||||
</m>
|
||||
<m v="kindergarten" zoom-min="17">
|
||||
<symbol src="kindergarten" />
|
||||
<symbol src="assets:symbols/education/nursery2.svg" />
|
||||
</m>
|
||||
<m v="library" zoom-min="17">
|
||||
<symbol src="library" />
|
||||
<symbol src="assets:symbols/amenity/library.svg" />
|
||||
</m>
|
||||
<m v="parking" zoom-min="17">
|
||||
<symbol src="parking" />
|
||||
<symbol src="assets:symbols/transport/parking.svg" />
|
||||
</m>
|
||||
<m v="pharmacy" zoom-min="17">
|
||||
<symbol src="pharmacy" />
|
||||
<symbol src="assets:symbols/health/pharmacy.svg" />
|
||||
</m>
|
||||
<m v="place_of_worship" zoom-min="17">
|
||||
<m k="denomination|religion" v="jewish">
|
||||
<symbol src="synagogue" />
|
||||
<symbol src="assets:symbols/place_of_worship/jewish3.svg" />
|
||||
</m>
|
||||
<m k="denomination|religion" v="muslim|moslem">
|
||||
<symbol src="mosque" />
|
||||
<symbol src="assets:symbols/place_of_worship/islamic3.svg" />
|
||||
</m>
|
||||
<m k="denomination|religion" v="christian">
|
||||
<symbol src="church" />
|
||||
<symbol src="assets:symbols/place_of_worship/christian3.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="post_box" zoom-min="17">
|
||||
<symbol src="postbox" />
|
||||
<symbol src="assets:symbols/amenity/post_box.svg" />
|
||||
</m>
|
||||
<m v="post_office" zoom-min="17">
|
||||
<symbol src="postoffice" />
|
||||
<symbol src="assets:symbols/amenity/post_office.svg" />
|
||||
</m>
|
||||
<m v="pub|bar" zoom-min="17">
|
||||
<symbol src="pub" />
|
||||
<symbol src="assets:symbols/food/bar.svg" />
|
||||
</m>
|
||||
<m v="recycling" zoom-min="17">
|
||||
<symbol src="recycling" />
|
||||
<symbol src="assets:symbols/amenity/recycling.svg" />
|
||||
</m>
|
||||
<m v="restaurant" zoom-min="17">
|
||||
<symbol src="restaurant" />
|
||||
<symbol src="assets:symbols/food/restaurant.svg" />
|
||||
</m>
|
||||
<m v="school" zoom-min="17">
|
||||
<symbol src="school" />
|
||||
<symbol src="assets:symbols/education/school.svg" />
|
||||
</m>
|
||||
<m v="shelter" zoom-min="17">
|
||||
<symbol src="shelter" />
|
||||
<symbol src="assets:symbols/accommodation/shelter2.svg" />
|
||||
</m>
|
||||
<m v="telephone" zoom-min="17">
|
||||
<symbol src="telephone" />
|
||||
<symbol src="assets:symbols/amenity/telephone.svg" />
|
||||
</m>
|
||||
<m v="theatre" zoom-min="17">
|
||||
<symbol src="theatre" />
|
||||
<symbol src="assets:symbols/tourist/theatre.svg" />
|
||||
</m>
|
||||
<m v="toilets" zoom-min="17">
|
||||
<symbol src="toilets" />
|
||||
<symbol src="assets:symbols/amenity/toilets.svg" />
|
||||
</m>
|
||||
<m v="university|college" zoom-min="17">
|
||||
<symbol src="university" />
|
||||
<symbol src="assets:symbols/education/university.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m zoom-min="17">
|
||||
@ -1242,10 +1182,10 @@
|
||||
|
||||
<m k="highway">
|
||||
<m k="highway" v="bus_stop" zoom-min="16">
|
||||
<symbol src="bus" />
|
||||
<symbol src="assets:symbols/transport/bus_stop.svg" />
|
||||
</m>
|
||||
<m k="highway" v="traffic_signals" zoom-min="17">
|
||||
<symbol src="traffic_signal" />
|
||||
<symbol src="assets:symbols/traffic_signal.svg" />
|
||||
</m>
|
||||
<m k="highway" v="turning_circle">
|
||||
<circle fill="#ffffff" radius="1.4" scale-radius="true" />
|
||||
@ -1254,7 +1194,7 @@
|
||||
|
||||
|
||||
<m k="historic">
|
||||
<circle fill="#4040ff" radius="3" stroke="#606060" stroke-width="1.5" />
|
||||
<symbol src="assets:symbols/tourist/monument.svg" />
|
||||
|
||||
<m zoom-min="17">
|
||||
<text use="caption-small-blue" />
|
||||
@ -1269,30 +1209,30 @@
|
||||
|
||||
|
||||
<m k="leisure" v="playground" zoom-min="17">
|
||||
<symbol src="playground" />
|
||||
<symbol src="assets:symbols/amenity/playground.svg" />
|
||||
</m>
|
||||
|
||||
|
||||
<m k="man_made" v="windmill" zoom-min="17">
|
||||
<symbol src="windmill" />
|
||||
<symbol src="assets:symbols/tourist/windmill.svg" />
|
||||
</m>
|
||||
|
||||
|
||||
<m k="natural">
|
||||
<m select="first">
|
||||
<m v="cave_entrance" zoom-min="15">
|
||||
<symbol src="cave_entrance" />
|
||||
<symbol src="assets:symbols/poi/cave.svg" />
|
||||
</m>
|
||||
<m v="peak" zoom-min="12">
|
||||
<symbol src="peak" />
|
||||
<caption style="bold" dy="20" fill="#000000" k="ele" size="12" stroke="#ffffff"
|
||||
<symbol src="assets:symbols/peak1.svg" />
|
||||
<caption style="bold" dy="12" fill="#000000" k="ele" size="12" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
<m v="tree" zoom-min="16">
|
||||
<symbol src="tree" />
|
||||
<circle radius="10" />
|
||||
</m>
|
||||
<m v="volcano" zoom-min="12">
|
||||
<symbol src="vulcan" />
|
||||
<symbol src="assets:symbols/volcano.svg" />
|
||||
</m>
|
||||
|
||||
<m select="when-matched" zoom-min="17">
|
||||
@ -1329,20 +1269,20 @@
|
||||
|
||||
<m k="railway">
|
||||
<m k="railway" v="crossing" zoom-min="16">
|
||||
<symbol src="railway-crossing-small" />
|
||||
<symbol src="assets:symbols/railway-crossing-small.svg" />
|
||||
</m>
|
||||
<!-- in Bremen this is also used for crossings between tram-lines and roads... -->
|
||||
<m k="railway" v="level_crossing" zoom-min="14">
|
||||
<symbol src="railway-crossing" />
|
||||
<symbol src="assets:symbols/railway-crossing.svg" />
|
||||
</m>
|
||||
<m k="railway" v="station" zoom-min="14">
|
||||
<circle fill="#ec2d2d" radius="6" stroke="#606060" stroke-width="1.5" />
|
||||
<caption style="bold" dy="-10" fill="#ec2d2d" k="name" size="13" stroke="#ffffff"
|
||||
<symbol src="assets:symbols/transport/train_station.svg" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="14" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
<m k="railway" v="halt|tram_stop" zoom-min="15">
|
||||
<circle fill="#ec2d2d" radius="4" stroke="#606060" stroke-width="1.5" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="12" stroke="#ffffff"
|
||||
<symbol src="assets:symbols/transport/train_station2.svg" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="13" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
@ -1350,13 +1290,13 @@
|
||||
|
||||
<m k="shop">
|
||||
<m v="bakery" zoom-min="17">
|
||||
<symbol src="bakery" />
|
||||
<symbol src="assets:symbols/shopping/bakery.svg" />
|
||||
</m>
|
||||
<m v="florist" zoom-min="17">
|
||||
<symbol src="florist" />
|
||||
<symbol src="assets:symbols/shopping/florist.svg" />
|
||||
</m>
|
||||
<m v="supermarket|organic" zoom-min="17">
|
||||
<symbol src="supermarket" />
|
||||
<symbol src="assets:symbols/shopping/supermarket.svg" />
|
||||
</m>
|
||||
|
||||
<m zoom-min="17">
|
||||
@ -1367,22 +1307,22 @@
|
||||
|
||||
<m k="tourism">
|
||||
<m v="alpine_hut" zoom-min="16">
|
||||
<symbol src="alpine_hut" />
|
||||
<symbol src="assets:symbols/accommodation/alpinehut.svg" />
|
||||
</m>
|
||||
<m v="camp_site" zoom-min="17">
|
||||
<symbol src="campSite" />
|
||||
<symbol src="assets:symbols/accommodation/camping.svg" />
|
||||
</m>
|
||||
<m v="hostel" zoom-min="17">
|
||||
<symbol src="hostel" />
|
||||
<symbol src="assets:symbols/accommodation/hostel.svg" />
|
||||
</m>
|
||||
<m v="hotel" zoom-min="17">
|
||||
<symbol src="hotel" />
|
||||
<symbol src="assets:symbols/accommodation/hotel2.svg" />
|
||||
</m>
|
||||
<!-- <m v="information" zoom-min="17">
|
||||
<symbol src="information" />
|
||||
<symbol src="assets:symbols/tourist/information.svg" />
|
||||
</m> -->
|
||||
<m v="viewpoint" zoom-min="15">
|
||||
<symbol src="viewpoint" />
|
||||
<symbol src="assets:symbols/tourist/view_point.svg" />
|
||||
</m>
|
||||
|
||||
<m zoom-min="17">
|
||||
|
@ -3,7 +3,7 @@
|
||||
version="1" xmlns="http://opensciencemap.org/rendertheme"
|
||||
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">
|
||||
|
||||
<style-text style="bold" caption="true" dy="12" fill="#4040ff" id="caption-small-blue" k="name"
|
||||
<style-text style="bold" caption="true" dy="20" fill="#4040ff" id="caption-small-blue" k="name"
|
||||
size="16" stroke="#ffffff" stroke-width="2.0" />
|
||||
|
||||
<style-text style="bold" fill="#eeffee" id="road" k="name" size="18" stroke="#606050"
|
||||
@ -79,67 +79,6 @@
|
||||
<style-line cap="butt" fix="true" id="building" stroke="#dd888888" width="1.5" />
|
||||
<style-area fade="15" fill="#ee202020" id="building" />
|
||||
|
||||
<atlas img="icons/osmarender.png">
|
||||
<rect id="airport" pos="226 38 24 24" />
|
||||
<rect id="alpine_hut" pos="198 41 26 21" />
|
||||
<rect id="atm" pos="279 2 14 16" />
|
||||
<rect id="bakery" pos="305 46 22 16" />
|
||||
<rect id="bank" pos="395 43 19 19" />
|
||||
<rect id="bench" pos="213 29 8 10" />
|
||||
<rect id="bicycle_rental" pos="295 2 13 16" />
|
||||
<rect id="bus" pos="130 32 23 9" />
|
||||
<rect id="bus_sta" pos="36 30 31 32" />
|
||||
<rect id="cable_car" pos="2 2 29 26" />
|
||||
<rect id="cafe" pos="216 2 14 14" />
|
||||
<rect id="campSite" pos="329 42 20 20" />
|
||||
<rect id="cave_entrance" pos="297 23 16 10" />
|
||||
<rect id="chair_lift" pos="130 2 13 28" />
|
||||
<rect id="church" pos="61 9 9 19" />
|
||||
<rect id="cinema" pos="145 8 16 22" />
|
||||
<rect id="drinking_water" pos="416 43 19 19" />
|
||||
<rect id="fastfood" pos="351 42 20 20" />
|
||||
<rect id="firebrigade" pos="130 43 36 19" />
|
||||
<rect id="florist" pos="342 24 12 16" />
|
||||
<rect id="fountain" pos="500 46 10 16" />
|
||||
<rect id="gondola" pos="252 38 21 24" />
|
||||
<rect id="helipad" pos="69 31 31 31" />
|
||||
<rect id="hospital" pos="437 43 19 19" />
|
||||
<rect id="hostel" pos="168 44 28 18" />
|
||||
<rect id="hotel" pos="93 11 18 17" />
|
||||
<rect id="information" pos="458 43 19 19" />
|
||||
<rect id="kindergarten" pos="184 2 14 19" />
|
||||
<rect id="library" pos="372 22 9 18" />
|
||||
<rect id="mosque" pos="248 2 17 15" />
|
||||
<rect id="oneway" pos="275 38 25 7" />
|
||||
<rect id="parking" pos="373 42 20 20" />
|
||||
<rect id="peak" pos="267 9 9 8" />
|
||||
<rect id="petrolStation" pos="263 19 14 17" />
|
||||
<rect id="pharmacy" pos="479 43 19 19" />
|
||||
<rect id="playground" pos="223 18 18 18" />
|
||||
<rect id="postbox" pos="232 2 14 14" />
|
||||
<rect id="postoffice" pos="172 23 19 19" />
|
||||
<rect id="pub" pos="326 26 14 14" />
|
||||
<rect id="railway-crossing" pos="275 47 28 15" />
|
||||
<rect id="railway-crossing-small" pos="155 32 15 9" />
|
||||
<rect id="recycling" pos="72 11 19 18" />
|
||||
<rect id="restaurant" pos="356 28 14 12" />
|
||||
<rect id="school" pos="200 2 14 19" />
|
||||
<rect id="shelter" pos="33 4 26 24" />
|
||||
<rect id="soccer-borderless" pos="102 30 26 32" />
|
||||
<rect id="supermarket" pos="193 23 18 16" />
|
||||
<rect id="synagogue" pos="113 11 15 17" />
|
||||
<rect id="telephone" pos="383 21 7 19" />
|
||||
<rect id="tennis" pos="2 30 32 32" />
|
||||
<rect id="theatre" pos="243 19 18 17" />
|
||||
<rect id="toilets" pos="163 2 19 19" />
|
||||
<rect id="traffic_signal" pos="392 21 7 19" />
|
||||
<rect id="tree" pos="145 2 4 4" />
|
||||
<rect id="university" pos="302 35 19 9" />
|
||||
<rect id="viewpoint" pos="279 20 16 16" />
|
||||
<rect id="vulcan" pos="315 25 9 8" />
|
||||
<rect id="windmill" pos="310 2 13 19" />
|
||||
</atlas>
|
||||
|
||||
<m e="way" k="natural" v="issea|sea">
|
||||
<area use="water" />
|
||||
</m>
|
||||
@ -563,9 +502,9 @@
|
||||
</m>
|
||||
<!-- <m zoom-min="17">
|
||||
<caption k="name" style="bold" size="10" fill="#4040ff"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
priority="9" stroke="#ffffff" stroke-width="2.0" />
|
||||
<caption k="addr:housenumber" style="bold" size="10" fill="#606060"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
priority="10" stroke="#ffffff" stroke-width="2.0" />
|
||||
</m> -->
|
||||
</m>
|
||||
|
||||
@ -896,9 +835,9 @@
|
||||
<!-- aerial ways -->
|
||||
<!-- <m k="aerialway"> <line stroke="#202020" width="0.4"
|
||||
cap="butt" /> <m k="aerialway" v="cable_car"> <lineSymbol
|
||||
src="jar:/org/mapsforge/android/maps/rendertheme/osmarender/symbols/cable_car.png"
|
||||
/> </m> <m k="aerialway" v="chair_lift"> <lineSymbol src="jar:/org/mapsforge/android/maps/rendertheme/osmarender/symbols/chair_lift_2.png"
|
||||
/> </m> <m k="aerialway" v="gondola"> <lineSymbol src="jar:/org/mapsforge/android/maps/rendertheme/osmarender/symbols/gondola.png"
|
||||
src="assets:symbols/cable_car.svg"
|
||||
/> </m> <m k="aerialway" v="chair_lift"> <lineSymbol src="assets:symbols/chair_lift_2.svg"
|
||||
/> </m> <m k="aerialway" v="gondola"> <lineSymbol src="assets:symbols/gondola.svg"
|
||||
/> </m> <m zoom-min="14"> <text k="name" style="bold"
|
||||
size="10" fill="#606060" stroke="#ffffff" width="2.0" /> </m>
|
||||
</m> -->
|
||||
@ -1037,10 +976,12 @@
|
||||
<circle radius="1.4" scale-radius="true" fill="#ffffff" /> </m> </m>
|
||||
|
||||
historic
|
||||
<m k="historic"> <circle radius="3" fill="#4040ff" stroke="#606060"
|
||||
stroke-width="1.5" /> <m zoom-min="17"> <caption
|
||||
k="name" dy="-10" style="bold" size="10" fill="#4040ff" stroke="#ffffff"
|
||||
width="2.0" /> </m> </m>
|
||||
<m k="historic">
|
||||
<symbol src="assets:symbols/tourist/monument.svg" />
|
||||
<m zoom-min="17">
|
||||
<caption k="name" dy="-10" style="bold" size="10" fill="#4040ff" stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
house numbers
|
||||
<m k="addr:housenumber" zoom-min="18"> <caption
|
||||
@ -1071,13 +1012,13 @@
|
||||
railway
|
||||
<m k="railway">
|
||||
<m v="station" zoom-min="14">
|
||||
<circle radius="6" fill="#ec2d2d" stroke="#606060" stroke-width="1.5" />
|
||||
<caption k="name" dy="-10" style="bold" size="13" fill="#ec2d2d"
|
||||
<symbol src="assets:symbols/transport/train_station.svg" />
|
||||
<caption k="name" dy="-15" style="bold" size="14" fill="#ec2d2d"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
<m v="halt|tram_stop" zoom-min="17">
|
||||
<circle radius="4" fill="#ec2d2d" stroke="#606060" stroke-width="1.5" />
|
||||
<caption k="name" dy="-15" style="bold" size="11" fill="#ec2d2d"
|
||||
<symbol src="assets:symbols/transport/train_station2.svg" />
|
||||
<caption k="name" dy="-15" style="bold" size="13" fill="#ec2d2d"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
@ -1093,109 +1034,109 @@
|
||||
|
||||
<m k="aeroway">
|
||||
<m k="aeroway" v="helipad" zoom-min="17">
|
||||
<symbol src="helipad" />
|
||||
<symbol src="assets:symbols/transport/helicopter_pad.svg" />
|
||||
</m>
|
||||
<m k="aeroway" v="aerodrome|airport" zoom-max="13">
|
||||
<symbol src="airport" />
|
||||
<symbol src="assets:symbols/transport/airport.svg" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<m k="amenity">
|
||||
<m select="first">
|
||||
<m v="atm" zoom-min="17">
|
||||
<symbol src="atm" />
|
||||
<symbol src="assets:symbols/money/atm2.svg" />
|
||||
</m>
|
||||
<m v="bank" zoom-min="17">
|
||||
<symbol src="bank" />
|
||||
<symbol src="assets:symbols/money/bank2.svg" />
|
||||
</m>
|
||||
<m v="bench" zoom-min="17">
|
||||
<symbol src="bench" />
|
||||
<symbol src="assets:symbols/amenity/bench.svg" />
|
||||
</m>
|
||||
<m v="bicycle_rental" zoom-min="17">
|
||||
<symbol src="bicycle_rental" />
|
||||
<symbol src="assets:symbols/transport/rental_bicycle.svg" />
|
||||
</m>
|
||||
<m v="bus_station" zoom-min="17">
|
||||
<symbol src="bus_sta" />
|
||||
<symbol src="assets:symbols/transport/bus_station.svg" />
|
||||
</m>
|
||||
<m v="cafe" zoom-min="17">
|
||||
<symbol src="cafe" />
|
||||
<symbol src="assets:symbols/food/cafe.svg" />
|
||||
</m>
|
||||
<m v="cinema" zoom-min="17">
|
||||
<symbol src="cinema" />
|
||||
<symbol src="assets:symbols/tourist/cinema2.svg" />
|
||||
</m>
|
||||
<m v="drinking_water" zoom-min="17">
|
||||
<symbol src="drinking_water" />
|
||||
<symbol src="assets:symbols/food/drinkingtap.svg" />
|
||||
</m>
|
||||
<m v="fast_food" zoom-min="17">
|
||||
<symbol src="fastfood" />
|
||||
<symbol src="assets:symbols/food/fastfood.svg" />
|
||||
</m>
|
||||
<m v="fire_station" zoom-min="17">
|
||||
<symbol src="firebrigade" />
|
||||
<symbol src="assets:symbols/amenity/firestation3.svg" />
|
||||
</m>
|
||||
<m v="fountain" zoom-min="17">
|
||||
<symbol src="fountain" />
|
||||
<symbol src="assets:symbols/amenity/fountain.svg" />
|
||||
</m>
|
||||
<m v="fuel" zoom-min="17">
|
||||
<symbol src="petrolStation" />
|
||||
<symbol src="assets:symbols/transport/fuel.svg" />
|
||||
</m>
|
||||
<m v="hospital" zoom-min="15">
|
||||
<symbol src="hospital" />
|
||||
<symbol src="assets:symbols/health/hospital.svg" />
|
||||
</m>
|
||||
<m v="kindergarten" zoom-min="17">
|
||||
<symbol src="kindergarten" />
|
||||
<symbol src="assets:symbols/education/nursery2.svg" />
|
||||
</m>
|
||||
<m v="library" zoom-min="17">
|
||||
<symbol src="library" />
|
||||
<symbol src="assets:symbols/amenity/library.svg" />
|
||||
</m>
|
||||
<m v="parking" zoom-min="17">
|
||||
<symbol src="parking" />
|
||||
<symbol src="assets:symbols/transport/parking.svg" />
|
||||
</m>
|
||||
<m v="pharmacy" zoom-min="17">
|
||||
<symbol src="pharmacy" />
|
||||
<symbol src="assets:symbols/health/pharmacy.svg" />
|
||||
</m>
|
||||
<m v="place_of_worship" zoom-min="17">
|
||||
<m k="denomination|religion" v="jewish">
|
||||
<symbol src="synagogue" />
|
||||
<symbol src="assets:symbols/place_of_worship/jewish3.svg" />
|
||||
</m>
|
||||
<m k="denomination|religion" v="muslim|moslem">
|
||||
<symbol src="mosque" />
|
||||
<symbol src="assets:symbols/place_of_worship/islamic3.svg" />
|
||||
</m>
|
||||
<m k="denomination|religion" v="christian">
|
||||
<symbol src="church" />
|
||||
<symbol src="assets:symbols/place_of_worship/christian3.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="post_box" zoom-min="17">
|
||||
<symbol src="postbox" />
|
||||
<symbol src="assets:symbols/amenity/post_box.svg" />
|
||||
</m>
|
||||
<m v="post_office" zoom-min="17">
|
||||
<symbol src="postoffice" />
|
||||
<symbol src="assets:symbols/amenity/post_office.svg" />
|
||||
</m>
|
||||
<m v="pub|bar" zoom-min="17">
|
||||
<symbol src="pub" />
|
||||
<symbol src="assets:symbols/food/bar.svg" />
|
||||
</m>
|
||||
<m v="recycling" zoom-min="17">
|
||||
<symbol src="recycling" />
|
||||
<symbol src="assets:symbols/amenity/recycling.svg" />
|
||||
</m>
|
||||
<m v="restaurant" zoom-min="17">
|
||||
<symbol src="restaurant" />
|
||||
<symbol src="assets:symbols/food/restaurant.svg" />
|
||||
</m>
|
||||
<m v="school" zoom-min="17">
|
||||
<symbol src="school" />
|
||||
<symbol src="assets:symbols/education/school.svg" />
|
||||
</m>
|
||||
<m v="shelter" zoom-min="17">
|
||||
<symbol src="shelter" />
|
||||
<symbol src="assets:symbols/accommodation/shelter2.svg" />
|
||||
</m>
|
||||
<m v="telephone" zoom-min="17">
|
||||
<symbol src="telephone" />
|
||||
<symbol src="assets:symbols/amenity/telephone.svg" />
|
||||
</m>
|
||||
<m v="theatre" zoom-min="17">
|
||||
<symbol src="theatre" />
|
||||
<symbol src="assets:symbols/tourist/theatre.svg" />
|
||||
</m>
|
||||
<m v="toilets" zoom-min="17">
|
||||
<symbol src="toilets" />
|
||||
<symbol src="assets:symbols/amenity/toilets.svg" />
|
||||
</m>
|
||||
<m v="university|college" zoom-min="17">
|
||||
<symbol src="university" />
|
||||
<symbol src="assets:symbols/education/university.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m zoom-min="17">
|
||||
@ -1210,10 +1151,10 @@
|
||||
|
||||
<m k="highway">
|
||||
<m k="highway" v="bus_stop" zoom-min="16">
|
||||
<symbol src="bus" />
|
||||
<symbol src="assets:symbols/transport/bus_stop.svg" />
|
||||
</m>
|
||||
<m k="highway" v="traffic_signals" zoom-min="17">
|
||||
<symbol src="traffic_signal" />
|
||||
<symbol src="assets:symbols/traffic_signal.svg" />
|
||||
</m>
|
||||
<m k="highway" v="turning_circle">
|
||||
<circle fill="#ffffff" radius="1.4" scale-radius="true" />
|
||||
@ -1222,7 +1163,7 @@
|
||||
|
||||
|
||||
<m k="historic">
|
||||
<circle fill="#4040ff" radius="3" stroke="#606060" stroke-width="1.5" />
|
||||
<symbol src="assets:symbols/tourist/monument.svg" />
|
||||
|
||||
<m zoom-min="17">
|
||||
<text use="caption-small-blue" />
|
||||
@ -1237,30 +1178,30 @@
|
||||
|
||||
|
||||
<m k="leisure" v="playground" zoom-min="17">
|
||||
<symbol src="playground" />
|
||||
<symbol src="assets:symbols/amenity/playground.svg" />
|
||||
</m>
|
||||
|
||||
|
||||
<m k="man_made" v="windmill" zoom-min="17">
|
||||
<symbol src="windmill" />
|
||||
<symbol src="assets:symbols/tourist/windmill.svg" />
|
||||
</m>
|
||||
|
||||
|
||||
<m k="natural">
|
||||
<m select="first">
|
||||
<m v="cave_entrance" zoom-min="15">
|
||||
<symbol src="cave_entrance" />
|
||||
<symbol src="assets:symbols/poi/cave.svg" />
|
||||
</m>
|
||||
<m v="peak" zoom-min="12">
|
||||
<symbol src="peak" />
|
||||
<caption style="bold" dy="20" fill="#000000" k="ele" size="12" stroke="#ffffff"
|
||||
<symbol src="assets:symbols/peak1.svg" />
|
||||
<caption style="bold" dy="12" fill="#000000" k="ele" size="12" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
<m v="tree" zoom-min="16">
|
||||
<symbol src="tree" />
|
||||
<circle radius="10" />
|
||||
</m>
|
||||
<m v="volcano" zoom-min="12">
|
||||
<symbol src="vulcan" />
|
||||
<symbol src="assets:symbols/volcano.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m zoom-min="17">
|
||||
@ -1296,20 +1237,20 @@
|
||||
|
||||
<m k="railway">
|
||||
<m k="railway" v="crossing" zoom-min="16">
|
||||
<symbol src="railway-crossing-small" />
|
||||
<symbol src="assets:symbols/railway-crossing-small.svg" />
|
||||
</m>
|
||||
<!-- in Bremen this is also used for crossings between tram-lines and roads... -->
|
||||
<m k="railway" v="level_crossing" zoom-min="14">
|
||||
<symbol src="railway-crossing" />
|
||||
<symbol src="assets:symbols/railway-crossing.svg" />
|
||||
</m>
|
||||
<m k="railway" v="station" zoom-min="14">
|
||||
<circle fill="#ec2d2d" radius="6" stroke="#606060" stroke-width="1.5" />
|
||||
<caption style="bold" dy="-10" fill="#ec2d2d" k="name" size="13" stroke="#ffffff"
|
||||
<symbol src="assets:symbols/transport/train_station.svg" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="14" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
<m k="railway" v="halt|tram_stop" zoom-min="15">
|
||||
<circle fill="#ec2d2d" radius="4" stroke="#606060" stroke-width="1.5" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="12" stroke="#ffffff"
|
||||
<symbol src="assets:symbols/transport/train_station2.svg" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="13" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
@ -1317,13 +1258,13 @@
|
||||
|
||||
<m k="shop">
|
||||
<m v="bakery" zoom-min="17">
|
||||
<symbol src="bakery" />
|
||||
<symbol src="assets:symbols/shopping/bakery.svg" />
|
||||
</m>
|
||||
<m v="florist" zoom-min="17">
|
||||
<symbol src="florist" />
|
||||
<symbol src="assets:symbols/shopping/florist.svg" />
|
||||
</m>
|
||||
<m v="supermarket|organic" zoom-min="17">
|
||||
<symbol src="supermarket" />
|
||||
<symbol src="assets:symbols/shopping/supermarket.svg" />
|
||||
</m>
|
||||
|
||||
<m zoom-min="17">
|
||||
@ -1334,22 +1275,22 @@
|
||||
|
||||
<m k="tourism" select="first">
|
||||
<m v="alpine_hut" zoom-min="16">
|
||||
<symbol src="alpine_hut" />
|
||||
<symbol src="assets:symbols/accommodation/alpinehut.svg" />
|
||||
</m>
|
||||
<m v="camp_site" zoom-min="17">
|
||||
<symbol src="campSite" />
|
||||
<symbol src="assets:symbols/accommodation/camping.svg" />
|
||||
</m>
|
||||
<m v="hostel" zoom-min="17">
|
||||
<symbol src="hostel" />
|
||||
<symbol src="assets:symbols/accommodation/hostel.svg" />
|
||||
</m>
|
||||
<m v="hotel" zoom-min="17">
|
||||
<symbol src="hotel" />
|
||||
<symbol src="assets:symbols/accommodation/hotel2.svg" />
|
||||
</m>
|
||||
<!-- <m v="information" zoom-min="17">
|
||||
<symbol src="information" />
|
||||
<symbol src="assets:symbols/tourist/information.svg" />
|
||||
</m> -->
|
||||
<m v="viewpoint" zoom-min="15">
|
||||
<symbol src="viewpoint" />
|
||||
<symbol src="assets:symbols/tourist/viewpoint.svg" />
|
||||
</m>
|
||||
|
||||
<m select="when-matched" zoom-min="17">
|
||||
|
22
vtm-themes/resources/assets/symbols/accommodation/alpinehut.svg
Executable file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#0092DA" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 292.5262,455.65339 L 302.89454,540.80137 C 304.14266,550.0975 309.72218,555.51628 319.63318,557.05772 C 326.45137,557.99397 332.41627,556.06004 337.52792,551.25594 C 342.63911,546.45188 344.73145,540.64065 343.8049,533.82221 L 331.56409,437.07068 C 330.32503,429.94032 326.00325,425.62529 321.87774,419.87263 L 290.14433,375.62306 L 320.8271,322.17291 L 336.16139,341.69185 C 337.40003,343.55503 339.26302,344.94992 341.75038,345.87653 L 376.21612,362.61516 C 377.75733,363.23001 379.14748,363.53734 380.38661,363.5372 C 384.72702,363.53734 388.44828,361.83275 391.55043,358.42341 C 394.65198,355.01437 396.2029,351.13942 396.2032,346.79856 C 396.2029,339.05357 392.48164,333.94215 385.03936,331.46426 L 358.47484,316.59809 L 320.35898,270.56683 C 315.09133,264.37284 307.6535,260.50027 298.04553,258.94909 C 281.31618,256.47165 268.76696,262.35854 260.39777,276.60977 L 218.09726,349.59306 C 215.30739,354.24601 214.06854,359.97684 214.38069,366.78563 L 215.77087,459.28787 L 183.69795,528.08652 C 182.45904,530.87627 181.6883,533.19792 181.38573,535.0515 C 180.44945,540.94308 181.68594,546.13489 185.09519,550.62694 C 188.50433,555.11889 193.15474,557.83301 199.04641,558.76928 C 208.95713,560.3107 215.92681,556.90151 219.95553,548.54169 L 255.29108,473.23201 C 256.52978,470.44228 257.14922,467.5012 257.14934,464.40876 L 256.68123,407.22788 L 292.5262,455.65339 z M 317.11053,254.76443 C 325.47967,254.76469 332.76143,251.74323 338.95589,245.70003 C 345.14992,239.65738 348.24704,232.29994 348.24725,223.62772 C 348.24704,215.2587 345.14992,207.97457 338.95589,201.77529 C 332.76143,195.57664 325.47967,192.47717 317.11053,192.47684 C 308.42897,192.47717 301.06681,195.57664 295.02407,201.77529 C 288.98096,207.97457 285.9595,215.2587 285.95964,223.62772 C 285.9595,232.29994 288.98096,239.65738 295.02407,245.70003 C 301.06681,251.74323 308.42897,254.76469 317.11053,254.76443 L 317.11053,254.76443 z M 208.33779,339.83357 L 254.82297,259.88531 C 257.92469,254.61811 256.84187,250.5895 251.57453,247.79947 L 236.69415,238.96201 C 231.42659,235.8699 227.39797,236.95743 224.60829,242.22464 L 178.12313,322.17291 C 175.0307,327.44057 176.11822,331.46918 181.38573,334.25878 L 196.25192,343.08201 C 201.5193,346.18402 205.54793,345.10123 208.33779,339.83357 L 208.33779,339.83357 z" id="flowRoot3192" sodipodi:nodetypes="cccsccscccccsssccccccccccscccccccsscsssscccccccccccc" fill="#ffffff"/>
|
||||
<path d="M 378.7668,360.28972 L 378.7668,540.66063" id="path2770" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="12.867"/>
|
||||
<g id="g3548" transform="translate(0,-94)">
|
||||
<path d="M 31.672085,267.24336 L 288.29972,130.37529 L 544.92735,267.24336 L 527.74447,284.74081 L 441.94873,250.13486 L 288.20798,231.63196 L 134.11608,249.86754 L 48.769323,284.35596 L 31.672085,267.24336 z" id="path7057" sodipodi:nodetypes="ccccccccc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="22.944"/>
|
||||
<rect id="rect7061" width="31.996" height="308.13" x="456.8" y="266.58" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="25.17" rx="0"/>
|
||||
<rect y="266.58" x="84.8" height="308.13" width="31.996" id="rect3546" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="25.17" rx="0"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
18
vtm-themes/resources/assets/symbols/accommodation/bed_and_breakfast.svg
Executable file
After Width: | Height: | Size: 7.1 KiB |
16
vtm-themes/resources/assets/symbols/accommodation/bed_and_breakfast2.svg
Executable file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol id="symbol-university" viewBox="244.5 110 489 219.9">
|
||||
<path d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z" id="path4460"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="20" d="M94,176l-21,39" id="path4462"/>
|
||||
<path d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z" id="path4464"/>
|
||||
<path ill="none" stroke="#000000" stroke-width="20" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" id="path4466"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#0092DA" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="m 20.798111,209.9188 99.932659,0 c 16.65531,1.7e-4 29.44148,4.12474 38.35859,12.37373 8.91679,8.24932 13.37525,18.46254 13.37541,30.63973 -1.6e-4,10.21337 -3.18199,18.97318 -9.54545,26.27947 -4.24257,4.87101 -10.44909,8.72062 -18.61954,11.54882 12.41288,2.98549 21.54588,8.11174 27.399,15.37877 5.8528,7.2672 8.77929,16.40018 8.77947,27.39901 -1.8e-4,8.95626 -2.08211,17.009 -6.24579,24.15823 -4.16404,7.14931 -9.85987,12.80586 -17.08755,16.96971 -4.47826,2.59261 -11.23471,4.47812 -20.26935,5.65657 -12.02032,1.57125 -19.99452,2.35689 -23.92255,2.35689 l -92.154899,0 0,-172.76093 z m 53.855232,67.76093 23.215476,0 c 8.327621,1.1e-4 14.121661,-1.43367 17.382151,-4.30134 3.26028,-2.86744 4.89047,-7.01167 4.89057,-12.43266 -1e-4,-5.02794 -1.63029,-8.95608 -4.89057,-11.7845 -3.26049,-2.82816 -8.93669,-4.2423 -17.02862,-4.24243 l -23.569007,0 0,32.76093 z m 0,67.87879 27.222197,0 c 9.19182,4e-5 15.6733,-1.63014 19.44445,-4.89058 3.77092,-3.26031 5.65644,-7.64023 5.65657,-13.13972 -1.3e-4,-5.10656 -1.86602,-9.2115 -5.59764,-12.31482 -3.73188,-3.10318 -10.27228,-4.6548 -19.62121,-4.65487 l -27.104367,0 0,34.99999 z m 261.685917,-46.90235 37.47476,8.36701 c -1.96428,6.91365 -3.84981,12.45236 -5.65657,16.61616 -1.80715,4.16391 -4.36045,9.07411 -7.65993,14.73063 l 18.0303,12.37374 c 2.19958,1.41417 5.02786,3.10327 8.48484,5.06734 l -25.80807,29.69697 c -4.71398,-2.51402 -9.60456,-5.42086 -14.67174,-8.72053 -5.06749,-3.29966 -9.60453,-6.12794 -13.61109,-8.48486 -8.32786,5.49945 -16.65558,9.50617 -24.98317,12.02021 -11.54893,3.45678 -24.66901,5.18518 -39.36025,5.18518 -23.01916,0 -40.14597,-4.79236 -51.38048,-14.37709 -11.2346,-9.58473 -16.85188,-21.21212 -16.85185,-34.88217 -3e-5,-9.82038 3.29963,-19.11048 9.89897,-27.87036 6.5993,-8.75974 17.40175,-16.16434 32.40743,-22.21382 -6.28514,-7.62054 -10.60612,-14.23949 -12.96299,-19.85689 -2.35693,-5.61716 -3.53539,-11.33266 -3.53534,-17.14646 -5e-5,-12.25577 4.67447,-22.35115 14.02355,-30.2862 9.349,-7.93475 23.52968,-11.90219 42.54211,-11.90237 19.40503,1.8e-4 33.66428,3.77123 42.77777,11.31313 9.1132,7.54226 13.66988,16.57704 13.67003,27.1044 -1.5e-4,5.89237 -1.39465,11.54893 -4.1835,16.96968 -2.78914,5.42099 -6.14773,9.82055 -10.07576,13.19866 -3.92829,3.37832 -10.95972,8.40637 -21.09427,15.08418 8.40616,8.40636 17.16598,16.22342 26.27947,23.45118 2.43532,-4.87087 4.51723,-10.01676 6.24578,-15.43772 l 0,0 z m -55.15151,-30.28618 c 6.20641,-3.37813 10.99878,-7.05096 14.37711,-11.01853 3.3781,-3.96732 5.06723,-7.71873 5.06735,-11.25423 -1.2e-4,-3.69232 -1.41427,-6.81522 -4.24243,-9.36868 -2.8284,-2.55315 -6.71729,-3.82981 -11.66667,-3.82996 -4.87104,1.5e-4 -8.83848,1.4143 -11.90236,4.24242 -3.06406,2.82843 -4.59605,6.16736 -4.59597,10.01685 -8e-5,4.87104 4.32091,11.94175 12.96297,21.21213 l 0,0 z m -17.08754,41.95284 c -6.5994,4.63531 -10.97931,8.60277 -13.13972,11.90236 -2.16056,3.29971 -3.24083,6.79579 -3.24076,10.48821 -7e-5,5.73518 2.4747,10.84179 7.42424,15.31988 4.94943,4.47814 11.39162,6.71717 19.3266,6.71716 8.56332,10e-6 18.18734,-3.3389 28.87206,-10.01682 -10.21334,-7.85631 -23.29415,-19.32655 -39.24242,-34.41079 l 0,0 z m 140.19097,-100.40403 99.93267,0 c 16.65531,1.7e-4 29.44149,4.12474 38.35858,12.37373 8.91679,8.24932 13.37527,18.46254 13.37543,30.63973 -1.6e-4,10.21337 -3.18199,18.97318 -9.54545,26.27947 -4.24258,4.87101 -10.44909,8.72062 -18.61953,11.54882 12.41286,2.98549 21.54586,8.11174 27.39899,15.37877 5.85279,7.2672 8.77929,16.40018 8.77945,27.39901 -1.6e-4,8.95626 -2.08209,17.009 -6.24577,24.15823 -4.16405,7.14931 -9.85988,12.80586 -17.08756,16.96971 -4.47827,2.59261 -11.23469,4.47812 -20.26934,5.65657 -12.02033,1.57125 -19.99452,2.35689 -23.92257,2.35689 l -92.1549,0 0,-172.76093 z m 53.85524,67.76093 23.21548,0 c 8.32763,1.1e-4 14.12166,-1.43367 17.38216,-4.30134 3.26027,-2.86744 4.89045,-7.01167 4.89057,-12.43266 -1.2e-4,-5.02794 -1.6303,-8.95608 -4.89057,-11.7845 -3.2605,-2.82816 -8.93669,-4.2423 -17.02862,-4.24243 l -23.56902,0 0,32.76093 z m 0,67.87879 27.22221,0 c 9.19182,4e-5 15.6733,-1.63014 19.44446,-4.89058 3.7709,-3.26031 5.65642,-7.64023 5.65656,-13.13972 -1.4e-4,-5.10656 -1.86602,-9.2115 -5.59765,-12.31482 -3.73188,-3.10318 -10.27226,-4.6548 -19.62121,-4.65487 l -27.10437,0 0,34.99999 z" id="text9544" sodipodi:nodetypes="ccssscssscccccccssscccccssscccccsccccsccsssscsssssssscccccsssssscccsssscccccssscssscccccccssscccccsssccc" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 5.5 KiB |
12
vtm-themes/resources/assets/symbols/accommodation/camping.svg
Executable file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#0092DA" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 288.27197,138.47099 C 286.76224,146.8004 92.8253,507.19334 92.8253,507.19334 L 483.17348,506.5467 L 288.27197,138.47099 z" id="path2443" sodipodi:nodetypes="cccc" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-width="26.28"/>
|
||||
<path sodipodi:nodetypes="csccc" id="path2383" d="M 288.27197,162.58083 C 287.53256,166.66023 275.50214,187.26222 301.10443,277.13002 C 327.77756,370.75661 399.37636,507.19334 399.37636,507.19334 L 483.17348,506.5467 L 288.27197,162.58083 z" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="26.28"/>
|
||||
<path d="M 291.6525,162.58083 C 292.3919,166.66023 304.42233,187.26222 278.82004,277.13002 C 252.14691,370.75661 180.54811,507.19334 180.54811,507.19334 L 96.75099,506.5467 L 291.6525,162.58083 z" id="path3155" sodipodi:nodetypes="csccc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="26.28"/>
|
||||
<path sodipodi:nodetypes="ccc" id="path3157" d="M 249.69622,63.73048 L 483.17348,506.5467 L 249.69622,63.73048 z" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-width="26.28"/>
|
||||
<path d="M 328.51443,66.14146 L 95.393229,506.5467 L 328.51443,66.14146 z" id="path3161" sodipodi:nodetypes="ccc" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-width="26.28"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
16
vtm-themes/resources/assets/symbols/accommodation/caravan_park.svg
Executable file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#0092DA" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path transform="matrix(14.685839,0,0,14.685839,565.76584,1146.0639)" d="M -8.7426758,-60.988525 C -8.7427061,-60.215399 -9.115834,-59.828844 -9.8620605,-59.828857 L -13.822021,-59.828857 C -14.569116,-59.828844 -14.942651,-60.215399 -14.942627,-60.988525 L -14.942627,-62.868408 C -14.942651,-63.615461 -14.569116,-63.988996 -13.822021,-63.989014 L -9.8620605,-63.989014 C -9.115834,-63.988996 -8.7427061,-63.615461 -8.7426758,-62.868408 L -8.7426758,-60.988525 z M -20.021973,-60.948242 C -20.021992,-60.201972 -20.408954,-59.828844 -21.182861,-59.828857 L -29.742432,-59.828857 C -30.489511,-59.828844 -30.863045,-60.201972 -30.863037,-60.948242 L -30.863037,-62.868408 C -30.863045,-63.615461 -30.489511,-63.988996 -29.742432,-63.989014 L -21.182861,-63.989014 C -20.408954,-63.988996 -20.021992,-63.615461 -20.021973,-62.868408 L -20.021973,-60.948242 z M -2.4621582,-51.947998 L -5.3430176,-51.947998 L -5.3430176,-61.947998 C -5.3430513,-63.495018 -5.8830084,-64.80178 -6.9628906,-65.868286 C -8.042837,-66.934753 -9.3428845,-67.467996 -10.863037,-67.468018 L -29.58252,-67.468018 C -31.129565,-67.467996 -32.436327,-66.934753 -33.502808,-65.868286 C -34.5693,-64.80178 -35.102543,-63.495018 -35.102539,-61.947998 L -35.102539,-54.86792 C -35.102543,-53.748121 -34.70256,-52.788242 -33.902588,-51.988281 C -33.102626,-51.188309 -32.142748,-50.788325 -31.022949,-50.78833 L -24.58252,-50.78833 C -24.502781,-51.934971 -24.049494,-52.908278 -23.222656,-53.708252 C -22.39585,-54.508211 -21.395688,-54.908194 -20.222168,-54.908203 C -19.075541,-54.908194 -18.082296,-54.508211 -17.242432,-53.708252 C -16.402611,-52.908278 -15.955834,-51.948399 -15.9021,-50.828613 L -1.3427734,-50.828613 C -1.3428112,-51.574864 -1.715939,-51.947992 -2.4621582,-51.947998 L -2.4621582,-51.947998 z M -20.222168,-49.148926 C -20.595722,-49.148923 -20.915749,-49.282183 -21.182251,-49.548706 C -21.448789,-49.815223 -21.582049,-50.13525 -21.582031,-50.508789 C -21.582049,-50.908361 -21.448789,-51.234899 -21.182251,-51.488403 C -20.915749,-51.741897 -20.595722,-51.868647 -20.222168,-51.868652 C -19.849466,-51.868647 -19.529642,-51.741897 -19.262695,-51.488403 C -18.995788,-51.234899 -18.862325,-50.908361 -18.862305,-50.508789 C -18.862325,-50.13525 -18.995788,-49.815223 -19.262695,-49.548706 C -19.529642,-49.282183 -19.849466,-49.148923 -20.222168,-49.148926 L -20.222168,-49.148926 z M -20.222168,-53.667969 C -21.10272,-53.667961 -21.849586,-53.361362 -22.462769,-52.748169 C -23.075984,-52.134963 -23.382584,-51.388504 -23.382568,-50.508789 C -23.382584,-49.655107 -23.075984,-48.921669 -22.462769,-48.308472 C -21.849586,-47.69527 -21.10272,-47.388671 -20.222168,-47.388672 C -19.369323,-47.388671 -18.636088,-47.69527 -18.022461,-48.308472 C -17.408876,-48.921669 -17.102073,-49.655107 -17.102051,-50.508789 C -17.102073,-51.388504 -17.408876,-52.134963 -18.022461,-52.748169 C -18.636088,-53.361362 -19.369323,-53.667961 -20.222168,-53.667969 L -20.222168,-53.667969 z" id="flowRoot3192" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.1 KiB |
24
vtm-themes/resources/assets/symbols/accommodation/chalet.svg
Executable file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#0092DA" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g3757" transform="matrix(3.2822464,0,0,3.2822464,-751.11276,-1010.2429)" opacity=".5">
|
||||
<path id="path3734" d="m 348.78208,372.60284 c -6.88742,14.60266 -13.78726,29.19945 -20.71875,43.78125 -3.83966,-5.29946 -7.70451,-10.58057 -11.59375,-15.84375 -11.91853,19.07569 -23.7213,38.22363 -35.71875,57.25 37.43746,0.31752 74.87509,0.61481 112.3125,0.9375 -14.10629,-30.01312 -28.29628,-59.98684 -42.46875,-89.96875 -0.60417,1.28125 -1.20833,2.5625 -1.8125,3.84375 z" fill="none" stroke="#ffffff" stroke-width="5"/>
|
||||
<path id="path3744" d="m 350.59375,362.90625 -2.25,4.78125 -1.8125,3.84375 c -6.29252,13.34135 -12.61036,26.67706 -18.9375,40 -3.0311,-4.16567 -6.06341,-8.3256 -9.125,-12.46875 l -2.1875,-2.96875 -1.9375,3.125 c -11.92389,19.08426 -23.73037,38.23802 -35.71875,57.25 l -2.375,3.78125 4.46875,0.0312 c 37.43836,0.31753 74.87622,0.61482 112.3125,0.9375 l 4,0.0312 -1.71875,-3.59375 C 381.20423,427.63902 367.0158,397.66853 352.84375,367.6875 l -2.25,-4.78125 z m 0,42.34375 c 0.75716,0.002 1.50495,0.37027 1.96875,0.96875 2.23609,2.81658 4.41247,5.11927 5.28125,5.46875 0.43439,0.17479 0.32832,0.20284 0.78125,-0.0937 0.45293,-0.29659 1.36745,-1.25512 2.375,-3.21875 0.42481,-0.81769 1.32863,-1.35665 2.25,-1.34375 0.92136,0.0129 1.81697,0.577 2.21875,1.40625 l 20.375,43.125 c 0.74253,1.52641 -0.58397,3.61605 -2.28125,3.59375 L 291.5,454.375 c -0.87906,-0.0121 -1.73306,-0.51067 -2.15625,-1.28125 -0.42315,-0.77058 -0.399,-1.78298 0.0625,-2.53125 l 18.125,-29.09375 c 0.7864,-1.26885 2.80873,-1.51348 3.875,-0.46875 1.6156,1.60179 3.01438,2.44959 4.6875,2.5625 1.67312,0.11291 4.01716,-0.51385 7.46875,-3.0625 1.05857,-0.79816 2.75437,-0.54304 3.53125,0.53125 l 1.59375,2.1875 6.5625,-13.875 c 0.3838,-0.83866 1.26576,-1.43655 2.1875,-1.46875 0.92174,-0.0322 1.83981,0.5027 2.28125,1.3125 0.64944,1.17852 1.29638,1.8353 1.78125,2.125 0.48487,0.28965 0.79816,0.34143 1.375,0.21875 1.15368,-0.24536 3.37836,-1.82644 5.6875,-5.1875 0.44955,-0.66088 1.23205,-1.08225 2.03125,-1.09375 z" color="#000000" stroke-width="5" fill="#ffffff"/>
|
||||
</g>
|
||||
<path d="M 184.57113,66.176498 22.127529,206.5523 l 32.488502,0 0,210.56359 97.466389,0 0,-107.00635 67.20514,0 2.2e-4,107.00635 95.23845,0 0,-210.56359 32.4887,0 -162.4438,-140.375802 0,0 0,0 z" id="path645" sodipodi:nodetypes="ccccccccccccc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width=".852"/>
|
||||
<g transform="matrix(3.2822464,0,0,3.2822464,-751.11276,-1010.2429)" id="g5238" opacity=".25">
|
||||
<path d="m 348.78208,372.60284 c -6.88742,14.60266 -13.78726,29.19945 -20.71875,43.78125 -3.83966,-5.29946 -7.70451,-10.58057 -11.59375,-15.84375 -11.91853,19.07569 -23.7213,38.22363 -35.71875,57.25 37.43746,0.31752 74.87509,0.61481 112.3125,0.9375 -14.10629,-30.01312 -28.29628,-59.98684 -42.46875,-89.96875 -0.60417,1.28125 -1.20833,2.5625 -1.8125,3.84375 z" id="path5240" fill="none" stroke="#ffffff" stroke-width="5"/>
|
||||
<path d="m 350.59375,362.90625 -2.25,4.78125 -1.8125,3.84375 c -6.29252,13.34135 -12.61036,26.67706 -18.9375,40 -3.0311,-4.16567 -6.06341,-8.3256 -9.125,-12.46875 l -2.1875,-2.96875 -1.9375,3.125 c -11.92389,19.08426 -23.73037,38.23802 -35.71875,57.25 l -2.375,3.78125 4.46875,0.0312 c 37.43836,0.31753 74.87622,0.61482 112.3125,0.9375 l 4,0.0312 -1.71875,-3.59375 C 381.20423,427.63902 367.0158,397.66853 352.84375,367.6875 l -2.25,-4.78125 z" id="path5242" sodipodi:nodetypes="ccccccccccccccc" color="#000000" stroke-width="5" fill="#ffffff"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.6 KiB |
17
vtm-themes/resources/assets/symbols/accommodation/chalet2.svg
Executable file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#0092DA" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 186.10552,37.023059 23.661921,177.39886 l 32.488502,0 0,210.56359 97.466387,0 0,-107.00635 67.20514,0 2.2e-4,107.00635 95.23845,0 0,-210.56359 32.4887,0 -162.4438,-140.375801 0,0 0,0 z" id="path645" sodipodi:nodetypes="ccccccccccccc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width=".852"/>
|
||||
<path d="m 274.25778,537.33885 136.8958,-237.11047 137.0225,237.32103 -273.9183,-0.21056 z" id="path4355" sodipodi:nodetypes="cccc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="1.353"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
25
vtm-themes/resources/assets/symbols/accommodation/hostel.svg
Executable file
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#0092DA" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 47.545774,43.393944 44.346778,538.12088" id="path2157" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="35.829"/>
|
||||
<path d="m 50.744772,485.34997 479.849548,3.19899" id="path2159" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="35.829"/>
|
||||
<path d="m 533.79332,528.52389 3.19899,-384.4845" id="path2161" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="35.829"/>
|
||||
<rect id="rect2163" width="207.97" height="38.605" x="237.13" y="393.63" fill="#ffffff" stroke="#ffffff" stroke-width="34.702" rx="19.303"/>
|
||||
<path sodipodi:type="arc" id="path2167" sodipodi:cx="7.7678571" sodipodi:cy="16.017857" sodipodi:rx="1.5178572" sodipodi:ry="1.3392857" d="m 9.2857143,16.017857 a 1.5178572,1.3392857 0 1 1 -3.0357144,0 1.5178572,1.3392857 0 1 1 3.0357144,0 z" transform="matrix(18.921389,0,0,19.889185,29.572525,29.582841)" fill="#ffffff" stroke="#ffffff" stroke-width="2.3"/>
|
||||
<rect id="rect2169" width="80.29" height="6.894" x="119.98" y="423.96" fill="#ffffff" stroke="#ffffff" stroke-width="30.18" rx="3.447"/>
|
||||
<path d="m 55.503588,249.65197 479.849542,3.19899" id="path2159-3" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="35.829"/>
|
||||
<rect id="rect2163-5" width="207.97" height="38.605" x="241.67" y="159.19" fill="#ffffff" stroke="#ffffff" stroke-width="34.702" rx="19.303"/>
|
||||
<path sodipodi:type="arc" id="path2167-9" sodipodi:cx="7.7678571" sodipodi:cy="16.017857" sodipodi:rx="1.5178572" sodipodi:ry="1.3392857" d="m 9.2857143,16.017857 a 1.5178572,1.3392857 0 1 1 -3.0357144,0 1.5178572,1.3392857 0 1 1 3.0357144,0 z" transform="matrix(18.921389,0,0,19.889185,34.117797,-204.86148)" fill="#ffffff" stroke="#ffffff" stroke-width="2.3"/>
|
||||
<rect id="rect2169-6" width="80.29" height="6.894" x="124.52" y="189.52" fill="#ffffff" stroke="#ffffff" stroke-width="30.18" rx="3.447"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
22
vtm-themes/resources/assets/symbols/accommodation/hotel.svg
Executable file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#0092DA" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 294.85436,40.131123 L 107.80768,232.10728 L 145.21677,232.10728 L 145.21677,520.07136 L 257.44503,520.07136 L 257.44503,373.73085 L 334.8288,373.73085 L 334.82906,520.07136 L 444.49196,520.07136 L 444.49196,232.10728 L 481.9013,232.10728 L 294.85436,40.131123 L 294.85436,40.131123 L 294.85436,40.131123 z" id="path645" sodipodi:nodetypes="ccccccccccccc" opacity=".351" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="1.07"/>
|
||||
<path d="M 62.520056,279.24853 L 59.51809,513.40195" id="path2157" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="33.622"/>
|
||||
<path d="M 65.522024,426.34491 L 515.81707,429.34687" id="path2159" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="33.622"/>
|
||||
<path d="M 518.81904,504.39605 L 521.821,351.29573" id="path2161" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="33.622"/>
|
||||
<rect id="rect2163" width="237.16" height="42.03" x="236.64" y="340.79" fill="#ffffff" stroke="#ffffff" stroke-width="38.665" rx="21.01"/>
|
||||
<path sodipodi:type="arc" id="path2167" sodipodi:cx="7.7678571" sodipodi:cy="16.017857" sodipodi:rx="1.5178572" sodipodi:ry="1.3392857" d="M 9.2857143,16.017857 A 1.5178572,1.3392857 0 1 1 6.2499999,16.017857 A 1.5178572,1.3392857 0 1 1 9.2857143,16.017857 z" transform="matrix(21.577091,0,0,21.652201,2.2326209,-48.06054)" fill="#ffffff" stroke="#ffffff" stroke-width="2.3"/>
|
||||
<rect id="rect2169" width="91.56" height="7.505" x="103.05" y="373.81" fill="#ffffff" stroke="#ffffff" stroke-width="33.622" rx="3.752"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
21
vtm-themes/resources/assets/symbols/accommodation/hotel2.svg
Executable file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#0092DA" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 47.545774,192.59912 L 44.346778,442.12088" id="path2157" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="35.829"/>
|
||||
<path d="M 50.744772,349.34997 L 530.59432,352.54896" id="path2159" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="35.829"/>
|
||||
<path d="M 533.79332,432.52389 L 536.99231,269.37504" id="path2161" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="35.829"/>
|
||||
<rect id="rect2163" width="252.72" height="44.786" x="233.09" y="258.18" fill="#ffffff" stroke="#ffffff" stroke-width="41.2" rx="22.393"/>
|
||||
<path sodipodi:type="arc" id="path2167" sodipodi:cx="7.7678571" sodipodi:cy="16.017857" sodipodi:rx="1.5178572" sodipodi:ry="1.3392857" d="M 9.2857143,16.017857 A 1.5178572,1.3392857 0 1 1 6.2499999,16.017857 A 1.5178572,1.3392857 0 1 1 9.2857143,16.017857 z" transform="matrix(22.993274,0,0,23.073314,-16.698545,-171.11131)" fill="#ffffff" stroke="#ffffff" stroke-width="2.3"/>
|
||||
<rect id="rect2169" width="97.57" height="7.997" x="90.73" y="293.37" fill="#ffffff" stroke="#ffffff" stroke-width="35.829" rx="3.999"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
29
vtm-themes/resources/assets/symbols/accommodation/motel.svg
Executable file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#0092DA" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g2913" transform="matrix(0.77452064,0,0,0.77452064,65.539985,24.712453)">
|
||||
<path id="path2157" d="M 47.545774,72.59912 44.346778,322.12088" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="35.829"/>
|
||||
<path id="path2159" d="m 50.744772,229.34997 479.849548,3.19899" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="35.829"/>
|
||||
<path id="path2161" d="m 533.79332,312.52389 3.19899,-163.14885" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="35.829"/>
|
||||
<rect y="138.18" x="233.09" height="44.786" width="252.72" id="rect2163" fill="#ffffff" stroke="#ffffff" stroke-width="41.2" rx="22.393"/>
|
||||
<path transform="matrix(22.993274,0,0,23.073314,-16.698545,-291.11131)" d="m 9.2857143,16.017857 c 0,0.739667 -0.6795678,1.339285 -1.5178572,1.339285 -0.8382894,0 -1.5178572,-0.599618 -1.5178572,-1.339285 0,-0.739667 0.6795678,-1.339286 1.5178572,-1.339286 0.8382894,0 1.5178572,0.599619 1.5178572,1.339286 z" sodipodi:ry="1.3392857" sodipodi:rx="1.5178572" sodipodi:cy="16.017857" sodipodi:cx="7.7678571" id="path2167" sodipodi:type="arc" fill="#ffffff" stroke="#ffffff" stroke-width="2.3"/>
|
||||
<rect y="173.37" x="90.73" height="7.997" width="97.57" id="rect2169" fill="#ffffff" stroke="#ffffff" stroke-width="35.829" rx="3.999"/>
|
||||
</g>
|
||||
<g id="g6173">
|
||||
<rect y="340.71" x="30.866" height="184.56" width="519.82" id="rect2911" opacity=".2" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10.973"/>
|
||||
<path id="path2921" d="m 21.699573,336.96478 537.064437,0" fill="none" stroke="#ffffff" stroke-width="20"/>
|
||||
<path d="m 21.699573,524.96478 537.064437,0" id="path3695" fill="none" stroke="#ffffff" stroke-width="20"/>
|
||||
<path id="path3697" d="m 37.173702,428.96478 508.821758,0" stroke-dasharray="38.934 38.934" fill="none" stroke="#ffffff" stroke-width="19.467"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
36
vtm-themes/resources/assets/symbols/accommodation/shelter.svg
Executable file
@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#0092DA" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="layer5" inkscape:label="Rain" transform="matrix(59.652201,0,0,59.652201,-72.304986,-50.562035)" stroke="#ffffff">
|
||||
<path d="M 3.25,2.25 L 2.25,3.25" id="path12890" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 3.6,3.4 L 2.3679807,4.6320194" id="path15803" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 5.1320193,3.1179806 L 3.9,4.35" id="path15805" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 3.1,4.9 L 2.1331457,5.8668544" id="path15807" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 6.3820193,2.8679806 L 5.15,4.1" id="path15809" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 8.1320193,2.1179806 L 6.9,3.35" id="path15811" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 8.6320193,3.6179806 L 7.4,4.85" id="path15813" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 10.029592,3.5035534 L 9.1179807,4.3820194" id="path15815" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 10.029592,2.0035534 L 9.1179802,2.8820194" id="path15817" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 10.062738,4.7093592 L 9.1179803,5.6320194" id="path15819" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 8.5434563,4.9896893 L 8.1179807,5.3820194" id="path15821" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 7.2633009,4.0087961 L 6.65,4.6" id="path15823" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
<path d="M 4.841767,2.1361359 L 4.1179807,2.8820194" id="path15825" sodipodi:nodetypes="cc" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-width=".3"/>
|
||||
</g>
|
||||
<g id="layer2" inkscape:label="Frame" transform="matrix(59.652201,0,0,59.652201,-72.304986,-50.562035)" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width=".335">
|
||||
<path d="M 2.25,6.5 L 6,4.5 L 9.75,6.5 L 9.4989134,6.7556834 L 8.2452133,6.25 L 5.9986595,5.9796244 L 3.7469743,6.2460938 L 2.4998353,6.7500598 L 2.25,6.5 z" id="path7057" sodipodi:nodetypes="ccccccccc" fill-rule="evenodd" stroke-width=".335"/>
|
||||
<rect id="rect7059" width=".5" height="3.5" x="3.75" y="6" stroke-width=".335"/>
|
||||
<rect id="rect7061" width=".5" height="3.5" x="7.75" y="6" stroke-width=".335" rx="0"/>
|
||||
</g>
|
||||
<path sodipodi:nodetypes="csc" id="path10943" d="M 346.16505,531.70599 C 329.84989,478.72847 241.94165,478.81245 225.71046,531.70599 C 225.71046,531.70599 346.16505,531.70599 346.16505,531.70599 z" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.3 KiB |
30
vtm-themes/resources/assets/symbols/accommodation/shelter2.svg
Executable file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#0092DA" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path sodipodi:nodetypes="cc" id="path15803" d="M 134.69281,73.992992 L 55.840019,152.84578" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="19.2"/>
|
||||
<path sodipodi:nodetypes="cc" id="path15805" d="M 241.42628,44.008171 L 162.5735,122.86096" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="19.2"/>
|
||||
<path sodipodi:nodetypes="cc" id="path15807" d="M 114.62614,184.10203 L 52.744667,245.98349" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="19.2"/>
|
||||
<path sodipodi:nodetypes="cc" id="path15809" d="M 275.86078,105.04094 L 197.008,183.89373" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="19.2"/>
|
||||
<path sodipodi:nodetypes="cc" id="path15813" d="M 456.75653,87.944376 L 377.90375,166.79717" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="19.2"/>
|
||||
<path sodipodi:nodetypes="cc" id="path15815" d="M 546.20521,80.62071 L 487.85946,136.84506" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="19.2"/>
|
||||
<path sodipodi:nodetypes="cc" id="path15819" d="M 548.32665,157.79575 L 487.85944,216.84866" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="19.2"/>
|
||||
<path sodipodi:nodetypes="cc" id="path15821" d="M 446.74834,185.50249 L 419.51667,210.61275" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="19.2"/>
|
||||
<path sodipodi:nodetypes="cc" id="path15823" d="M 353.96491,119.46757 L 314.71189,157.30632" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="19.2"/>
|
||||
<path sodipodi:nodetypes="cc" id="path15825" d="M 370.55596,33.1566 L 324.23155,80.89529" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="19.2"/>
|
||||
<g id="g5417" transform="matrix(0.8724801,0,0,0.8724801,43.27383,78.888966)">
|
||||
<path d="M 48.288912,272.40193 L 288.29972,144.39616 L 528.31052,272.40193 L 512.24025,288.7664 L 431.99984,256.40121 L 288.21392,239.09639 L 144.09958,256.1512 L 64.279091,288.40647 L 48.288912,272.40193 z" id="path7057" sodipodi:nodetypes="ccccccccc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="21.459"/>
|
||||
<rect id="rect7061" width="30.829" height="258.64" x="415" y="255.09" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="22.631" rx="0"/>
|
||||
<rect y="255.09" x="129" height="258.64" width="30.829" id="rect2747" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="22.631" rx="0"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
18
vtm-themes/resources/assets/symbols/accommodation/youth_hostel.svg
Executable file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol id="symbol-university" viewBox="244.5 110 489 219.9">
|
||||
<path d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z" id="path4460"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="20" d="M94,176l-21,39" id="path4462"/>
|
||||
<path d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z" id="path4464"/>
|
||||
<path ill="none" stroke="#000000" stroke-width="20" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" id="path4466"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#0092DA" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 139.89087,116.7585 L 50.997556,308.51789 L 70.55941,308.51789 L 39.420133,365.07427 L 62.574981,365.07427 L 25.580455,426.28823 L 117.93369,412.44856 L 117.93369,510.65704 L 139.89087,510.65704 L 139.89087,116.7585 z M 140.15702,116.7585 L 140.15702,510.65704 L 162.1142,510.65704 L 162.1142,412.44856 L 254.60052,426.28823 L 217.60599,365.07427 L 240.62777,365.07427 L 209.48849,308.51789 L 229.18342,308.51789 L 140.15702,116.7585 z" id="path8893" sodipodi:nodetypes="cccccccccccccccccccc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="4.258"/>
|
||||
<path d="M 372.18138,65.671684 L 185.1347,257.64784 L 222.54379,257.64784 L 222.54379,505.61192 L 334.77205,505.61192 L 334.77205,359.27141 L 412.15582,359.27141 L 412.15608,505.61192 L 521.81898,505.61192 L 521.81898,257.64784 L 559.22832,257.64784 L 372.18138,65.671684 L 372.18138,65.671684 L 372.18138,65.671684 z" id="path645" sodipodi:nodetypes="cccccccccccccc" opacity=".351" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="1.07"/>
|
||||
<path sodipodi:nodetypes="cccccccccccccc" id="path9518" d="M 372.18138,65.671684 L 185.1347,257.64784 L 222.54379,257.64784 L 222.54379,505.61192 L 334.77205,505.61192 L 334.77205,359.27141 L 412.15582,359.27141 L 412.15608,505.61192 L 521.81898,505.61192 L 521.81898,257.64784 L 559.22832,257.64784 L 372.18138,65.671684 L 372.18138,65.671684 L 372.18138,65.671684 z" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
83
vtm-themes/resources/assets/symbols/amenity/bench.svg
Executable file
@ -0,0 +1,83 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker id="Arrow2Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Lend">
|
||||
<path transform="scale(1.1) rotate(180) translate(1,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4137" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Mend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Mend">
|
||||
<path transform="scale(0.4) rotate(180) translate(10,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4125" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutL" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutL">
|
||||
<path transform="scale(0.8)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4214" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Lend">
|
||||
<path transform="scale(0.8) rotate(180) translate(12.5,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4119" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Tail" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Tail">
|
||||
<g transform="scale(-1.2)" id="g4152">
|
||||
<path d="M -3.8048674,-3.9585227 L 0.54352094,0" id="path4154" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,-3.9585227 L 3.0617053,0" id="path4156" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,-3.9585227 L 5.6537466,0" id="path4158" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -3.8048674,4.1775838 L 0.54352094,0.21974226" id="path4160" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,4.1775838 L 3.0617053,0.21974226" id="path4162" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,4.1775838 L 5.6537466,0.21974226" id="path4164" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="Arrow1Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Sstart">
|
||||
<path transform="scale(0.2) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4128" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Send">
|
||||
<path transform="scale(0.2) rotate(180) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4131" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="SemiCircleOut" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="SemiCircleOut">
|
||||
<path transform="scale(0.6) translate(7.125493,0.763446)" d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z " id="path4235" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Send">
|
||||
<path transform="scale(0.3) rotate(180) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4149" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutS">
|
||||
<path transform="scale(0.2)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4220" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="CurveIn" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="CurveIn">
|
||||
<path transform="scale(0.6)" d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074" id="path4238" fill="none" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="InfiniteLineStart" inkscape:stockid="InfiniteLineStart">
|
||||
<g transform="translate(-13,0)" id="g4298">
|
||||
<circle cx="3" r=".8" id="circle4300"/>
|
||||
<circle cx="6.5" r=".8" id="circle4302"/>
|
||||
<circle cx="10" r=".8" id="circle4304"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="StopS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="StopS">
|
||||
<path transform="scale(0.2)" d="M 0.0,5.65 L 0.0,-5.65" id="path4229" fill="none" fill-rule="evenodd" stroke="#000000" fill-opacity=".75" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Sstart">
|
||||
<path transform="scale(0.3) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4146" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="DiamondS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="DiamondS">
|
||||
<path transform="scale(0.2)" d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z " id="path4202" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="RazorWire" inkscape:stockid="RazorWire">
|
||||
style="overflow:visible">
|
||||
<path d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z " transform="scale(0.8,0.8)" id="path4286" fill="#808080" fill-rule="evenodd" stroke="#000000" stroke-width=".125"/></marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path1968" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path1965" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 62.928762,241.77508 L 529.46958,241.77508" id="path4381" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-width="40"/>
|
||||
<path d="M 147.5571,241.48666 L 147.5571,365.17423" id="path4383" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-width="30"/>
|
||||
<path id="path4389" d="M 444.84124,241.48666 L 444.84124,365.17423" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-width="30"/>
|
||||
</svg>
|
After Width: | Height: | Size: 7.9 KiB |
102
vtm-themes/resources/assets/symbols/amenity/court.svg
Executable file
@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol id="symbol-university" viewBox="244.5 110 489 219.9">
|
||||
<path d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z" id="path4460"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="20" d="M94,176l-21,39" id="path4462"/>
|
||||
<path d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z" id="path4464"/>
|
||||
<path ill="none" stroke="#000000" stroke-width="20" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" id="path4466"/>
|
||||
</symbol>
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol9807">
|
||||
<path id="path9809" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path9811" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path9813" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path9815" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<linearGradient id="linearGradient2936">
|
||||
<stop id="stop2938" stop-color="#8acf6b"/>
|
||||
<stop offset="1" id="stop2940" stop-color="#368912"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="linearGradient2952">
|
||||
<stop id="stop2954" stop-color="#c0d50d"/>
|
||||
<stop offset="1" id="stop2956" stop-color="#eef2cd"/>
|
||||
</linearGradient>
|
||||
<marker inkscape:stockid="RazorWire" id="RazorWire" orient="auto">
|
||||
style="overflow:visible">
|
||||
<path id="path4286" transform="scale(0.8,0.8)" d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z " fill="#808080" fill-rule="evenodd" stroke="#000000" stroke-width=".125"/></marker>
|
||||
<marker inkscape:stockid="DiamondS" orient="auto" refY="0.0" refX="0.0" id="DiamondS">
|
||||
<path id="path4202" d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z " transform="scale(0.2)" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="Arrow2Sstart" orient="auto" refY="0.0" refX="0.0" id="Arrow2Sstart">
|
||||
<path id="path4146" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " transform="scale(0.3) translate(-2.3,0)" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="StopS" orient="auto" refY="0.0" refX="0.0" id="StopS">
|
||||
<path id="path4229" d="M 0.0,5.65 L 0.0,-5.65" transform="scale(0.2)" fill="none" fill-rule="evenodd" stroke="#000000" fill-opacity=".75" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="InfiniteLineStart" id="InfiniteLineStart" orient="auto">
|
||||
<g id="g4298" transform="translate(-13,0)">
|
||||
<circle id="circle4300" r=".8" cx="3"/>
|
||||
<circle id="circle4302" r=".8" cx="6.5"/>
|
||||
<circle id="circle4304" r=".8" cx="10"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker inkscape:stockid="CurveIn" orient="auto" refY="0.0" refX="0.0" id="CurveIn">
|
||||
<path id="path4238" d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074" transform="scale(0.6)" fill="none" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="TriangleOutS" orient="auto" refY="0.0" refX="0.0" id="TriangleOutS">
|
||||
<path id="path4220" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " transform="scale(0.2)" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="Arrow2Send" orient="auto" refY="0.0" refX="0.0" id="Arrow2Send">
|
||||
<path id="path4149" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " transform="scale(0.3) rotate(180) translate(-2.3,0)" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="SemiCircleOut" orient="auto" refY="0.0" refX="0.0" id="SemiCircleOut">
|
||||
<path id="path4235" d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z " transform="scale(0.6) translate(7.125493,0.763446)" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="Arrow1Send" orient="auto" refY="0.0" refX="0.0" id="Arrow1Send">
|
||||
<path id="path4131" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " transform="scale(0.2) rotate(180) translate(6,0)" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="Arrow1Sstart" orient="auto" refY="0.0" refX="0.0" id="Arrow1Sstart">
|
||||
<path id="path4128" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " transform="scale(0.2) translate(6,0)" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="Tail" orient="auto" refY="0.0" refX="0.0" id="Tail">
|
||||
<g id="g4152" transform="scale(-1.2)">
|
||||
<path id="path4154" d="M -3.8048674,-3.9585227 L 0.54352094,0" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path id="path4156" d="M -1.2866832,-3.9585227 L 3.0617053,0" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path id="path4158" d="M 1.3053582,-3.9585227 L 5.6537466,0" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path id="path4160" d="M -3.8048674,4.1775838 L 0.54352094,0.21974226" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path id="path4162" d="M -1.2866832,4.1775838 L 3.0617053,0.21974226" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path id="path4164" d="M 1.3053582,4.1775838 L 5.6537466,0.21974226" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker inkscape:stockid="Arrow1Lend" orient="auto" refY="0.0" refX="0.0" id="Arrow1Lend">
|
||||
<path id="path4119" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " transform="scale(0.8) rotate(180) translate(12.5,0)" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="TriangleOutL" orient="auto" refY="0.0" refX="0.0" id="TriangleOutL">
|
||||
<path id="path4214" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " transform="scale(0.8)" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="Arrow1Mend" orient="auto" refY="0.0" refX="0.0" id="Arrow1Mend">
|
||||
<path id="path4125" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " transform="scale(0.4) rotate(180) translate(10,0)" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker inkscape:stockid="Arrow2Lend" orient="auto" refY="0.0" refX="0.0" id="Arrow2Lend">
|
||||
<path id="path4137" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " transform="scale(1.1) rotate(180) translate(1,0)" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<symbol id="symbol14628" viewBox="244.5 110 489 219.9">
|
||||
<path d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z" id="path14630"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="20" d="M94,176l-21,39" id="path14632"/>
|
||||
<path d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z" id="path14634"/>
|
||||
<path ill="none" stroke="#000000" stroke-width="20" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" id="path14636"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 290.72462,56.635294 L 274.15558,495.07736 L 161.99598,495.07736 L 161.99598,519.29364 L 293.27369,519.29364 L 290.72462,56.635294 z" id="path2530" sodipodi:nodetypes="cccccc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10.829"/>
|
||||
<path d="M 58.129612,137.95623 C 72.471306,151.94201 108.23813,167.91685 129.49519,166.24581 C 154.10833,166.10079 179.6555,156.61549 205.96764,139.48046 C 230.3105,123.16461 258.95836,115.4587 290.08734,112.7151 L 289.45007,133.10775 C 256.221,129.45111 233.11466,148.57061 205.96764,158.59857 C 186.08086,169.09013 167.49204,180.28967 129.49519,180.90304 C 90.185727,176.77524 72.020119,157.00736 58.129612,137.95623 z" id="path2534" sodipodi:nodetypes="cccccccc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="5.415"/>
|
||||
<path d="M 37.728248,384.58495 L 121.84795,182.17757 L 204.69311,384.58495 L 37.728248,384.58495 z" id="path3429" sodipodi:nodetypes="cccc" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10.829"/>
|
||||
<path d="M 35.139336,379.0259 C 40.109268,412.00699 76.756716,437.65478 121.21067,437.65478 C 165.66464,437.65478 202.31208,412.00699 207.28201,379.0259 L 35.139336,379.0259 z" id="path3431" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10.829"/>
|
||||
<path sodipodi:nodetypes="cccccc" id="path3446" d="M 291.09268,56.635294 L 307.66172,495.07736 L 419.82132,495.07736 L 419.82132,519.29364 L 288.54362,519.29364 L 291.09268,56.635294 z" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10.829"/>
|
||||
<path sodipodi:nodetypes="cccccccc" id="path3448" d="M 523.68769,137.95623 C 509.346,151.94201 473.57917,167.91685 452.32211,166.24581 C 427.70897,166.10079 402.1618,156.61549 375.84966,139.48046 C 351.5068,123.16461 322.85894,115.4587 291.72996,112.7151 L 292.36723,133.10775 C 325.59631,129.45111 348.70264,148.57061 375.84966,158.59857 C 395.73644,169.09013 414.32526,180.28967 452.32211,180.90304 C 491.63157,176.77524 509.79719,157.00736 523.68769,137.95623 z" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="5.415"/>
|
||||
<path sodipodi:nodetypes="cccc" id="path3450" d="M 544.08905,384.58495 L 459.96935,182.17757 L 377.12419,384.58495 L 544.08905,384.58495 z" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10.829"/>
|
||||
<path id="path3452" d="M 546.67797,379.0259 C 541.70804,412.00699 505.06059,437.65478 460.60663,437.65478 C 416.15266,437.65478 379.50522,412.00699 374.53529,379.0259 L 546.67797,379.0259 z" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10.829"/>
|
||||
</svg>
|
After Width: | Height: | Size: 11 KiB |
17
vtm-themes/resources/assets/symbols/amenity/firestation.svg
Executable file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata1976"/>
|
||||
<defs id="defs4">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path2111" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path2108" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.6,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.842 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 170.84645,479.71764 C 134.26479,459.08465 111.96923,410.84242 128.43193,338.74121 C 139.98073,288.16121 173.63315,225.7375 147.84207,173.75941 C 179.12805,195.38395 211.6556,246.80618 244.46049,304.88437 C 246.72251,242.07667 214.13127,200.92511 237.55918,115.09824 C 253.63467,221.27702 318.11863,227.8581 350.85571,324.43808 C 364.7804,279.02904 393.74644,264.08309 379.61117,151.33015 C 521.95367,345.72774 440.82571,414.78419 412.39237,484.31853 L 421.59417,387.70014 C 376.95048,516.74999 341.18167,540.55802 308.87272,569.43472 C 326.92995,508.85654 334.05033,448.27833 297.3705,387.70014 C 288.46535,487.16243 263.33162,466.46438 258.26309,546.43034 C 208.00879,508.50069 197.68748,469.5924 188.67484,406.10364 C 181.83766,413.53277 170.29289,444.58439 170.84645,479.71764 z" id="path4356" sodipodi:nodetypes="cscccccccccccc" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path d="M 274.94127,15.604315 C 237.71543,166.76262 305.68075,165.43455 343.37933,254.27475 C 369.82192,117.28646 290.71622,148.10885 274.94127,15.604315 z" id="path4358" sodipodi:nodetypes="ccc" fill="#ffffff" fill-rule="evenodd"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
21
vtm-themes/resources/assets/symbols/amenity/firestation2.svg
Executable file
After Width: | Height: | Size: 14 KiB |
21
vtm-themes/resources/assets/symbols/amenity/firestation3.svg
Executable file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata1976"/>
|
||||
<defs id="defs4">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path2111" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path2108" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.6,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.842 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="m 287.54752,24.82936 c -24.5642,0.06768 -44.92229,15.567008 -65.52354,26.987265 -23.6266,12.365832 -50.62737,17.687102 -77.22099,16.180484 -8.00914,0.305743 -20.08645,0.324417 -22.53392,9.886424 -2.15787,9.897214 7.83419,15.915256 12.76404,22.905207 11.45648,13.41133 23.07625,26.52693 35.15395,39.32286 1.82819,-2.55786 9.43787,-4.26659 4.7588,-7.46361 -13.46471,-16.05758 -28.7322,-30.82111 -40.62307,-48.084441 -1.04162,-7.231398 7.6892,-8.790534 13.09269,-8.177775 20.58788,-0.158094 42.23864,1.050276 60.8922,-9.1012 27.49688,-12.521769 52.84281,-33.892662 84.49479,-34.171994 30.38666,0.588659 55.36729,20.333943 81.25868,33.786037 18.35049,10.37796 38.78565,17.893659 60.09046,17.16022 6.97194,0.550013 15.773,-1.034926 20.84165,4.690856 2.87596,7.13959 -5.66769,10.852295 -9.18145,15.653647 -11.7667,11.78781 -23.58354,23.52236 -35.41137,35.23323 2.9898,1.25929 5.99773,7.36385 8.65624,4.72247 16.12086,-16.62216 33.67318,-31.88907 48.28719,-49.849689 2.29368,-6.32431 -0.55094,-15.255652 -8.28454,-15.638991 C 441.06622,74.794223 422.07122,76.909676 404.28451,71.322273 370.47919,62.297039 344.54784,34.736063 310.4674,26.610697 302.99921,25.016955 295.24308,24.686109 287.54752,24.82936 z M 86.939209,111.3133 c -7.480359,-0.10892 -9.42973,8.79164 -9.365986,14.63106 -1.74212,17.58642 -1.18225,35.93733 -8.565617,52.31922 -12.430588,34.66836 -41.044731,62.89874 -44.79943,100.6102 -2.552721,26.14426 10.564347,49.89374 22.505126,72.18771 13.453163,25.22346 25.051864,53.10611 22.323464,82.31766 -0.379358,8.12228 -0.29675,19.85888 8.372287,23.45428 7.600494,2.07507 12.74036,-5.647 18.644668,-8.877 15.058949,-11.14712 28.974229,-23.48771 42.841169,-36.0424 -2.82391,-2.3273 -4.80551,-10.40584 -8.45925,-4.86144 -15.04154,12.38722 -29.14242,26.10343 -45.069945,37.2521 -7.002255,1.01076 -8.498645,-7.66615 -7.659752,-12.82563 0.49503,-17.5436 0.175452,-35.66235 -8.045709,-51.51035 -13.134565,-30.46259 -35.800093,-58.28599 -37.259646,-92.68893 -0.07709,-31.58405 20.166541,-57.80352 34.647018,-84.1979 10.455182,-18.12728 18.315784,-38.22984 17.605553,-59.4373 0.619876,-6.21604 -1.35145,-15.1109 4.839301,-18.88218 7.453385,-2.05341 11.07661,6.79784 16.26955,10.33176 11.6531,11.40284 22.69484,23.27382 34.64702,34.40951 2.69949,-3.46275 8.27333,-6.92192 2.19535,-10.04834 -16.36459,-16.41676 -31.74328,-33.8695 -50.113335,-48.05296 -1.845609,-0.16378 -3.701492,-0.12879 -5.551836,-0.0891 z m 407.421611,11.3115 c -7.35395,3.57028 -11.69328,11.1389 -18.43645,15.64292 -11.53353,10.66344 -23.31673,21.05092 -34.64741,31.91879 2.70845,1.84416 4.59348,9.76923 7.77213,5.39132 15.1099,-13.23809 29.08548,-28.1614 45.4008,-40.00865 6.86617,-1.56278 8.89515,6.98407 7.89726,12.05372 -0.43005,18.62403 0.45963,37.86428 9.22682,54.71696 13.0417,31.06158 34.53943,60.16856 35.72227,94.9451 -0.83228,30.28543 -20.72727,55.03345 -34.82515,80.3977 -10.19431,17.1618 -17.7315,36.52991 -16.92271,56.85436 -0.69502,6.52265 1.09037,15.72452 -5.28463,19.77285 -7.27002,2.38507 -11.53184,-6.10985 -16.437,-9.71802 -10.90632,-10.40093 -21.81604,-20.79828 -32.72792,-31.19337 -1.24026,2.86873 -7.84194,5.8402 -3.35486,8.31291 17.02487,15.734 32.42127,33.41155 51.00564,47.02732 7.70962,1.2974 13.22536,-6.475 13.06314,-13.53817 2.43855,-16.4053 1.1859,-33.65916 7.77851,-49.28368 10.40368,-32.05008 35.33582,-57.40908 43.76153,-90.16537 5.32885,-23.21576 -0.24145,-47.67258 -11.34119,-68.37368 -14.68592,-30.88062 -33.06529,-62.6132 -31.41092,-98.09233 -0.41235,-8.64176 0.68502,-19.2053 -5.96748,-25.71064 -3.21457,-1.3148 -6.8931,-0.84761 -10.27238,-0.95004 z M 156.38169,440.5045 c -14.42676,16.34815 -32.17238,29.66881 -44.41469,47.79923 -2.41602,7.88733 5.31381,15.11765 12.9903,14.61794 16.48463,2.15517 33.7904,0.89995 49.44559,7.55971 30.51758,9.87269 55.22918,33.16025 86.13153,42.20025 26.66016,7.00514 55.22902,1.12873 78.64851,-12.65283 29.06686,-14.16175 59.6492,-29.8491 92.97915,-27.70364 8.02831,-0.40369 17.63905,0.23055 23.89998,-5.25801 2.97274,-5.84104 1.25082,-13.02853 -4.01377,-16.95623 -13.3288,-15.82981 -27.88544,-30.90815 -41.44003,-46.60783 -1.37399,2.31848 -9.79202,4.42475 -5.19557,6.56126 12.84137,14.87015 27.72134,28.63501 39.42695,44.68189 2.58939,6.57768 -5.79706,9.97262 -11.07399,9.11451 -22.49335,-1.60489 -45.15583,2.26282 -65.28602,12.6178 -28.67962,13.3844 -57.45313,32.64058 -90.55133,30.69839 -33.26122,-2.25785 -59.17506,-25.66237 -88.02777,-39.63476 -15.51146,-7.85626 -32.70407,-11.49812 -50.0259,-11.3115 -5.50746,-0.008 -15.09661,0.40621 -15.31951,-7.15504 1.11914,-6.84299 8.58545,-10.01724 12.24261,-15.41228 10.40026,-10.75101 20.75797,-21.53492 31.16265,-32.26819 -3.31886,-1.71288 -6.56929,-8.6647 -9.44451,-3.09113 -0.71139,0.73349 -1.42279,1.46698 -2.13418,2.20046 z" id="path3575" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="9.5"/>
|
||||
<g id="g5215" transform="matrix(1.0478814,0,0,1.0478814,-14.016475,-23.016508)">
|
||||
<path sodipodi:nodetypes="cscccccccccccc" id="path4356" d="m 198.67153,429.13471 c -27.9052,-15.73923 -44.91267,-52.53932 -32.35461,-107.5395 8.80965,-38.58338 34.48036,-86.20137 14.80642,-125.85126 23.86554,16.49562 48.67818,55.72148 73.70237,100.02462 1.72552,-47.91091 -23.1357,-79.3021 -5.26444,-144.77247 12.26268,80.9952 61.45228,86.01536 86.42474,159.68842 10.62203,-34.63889 32.71786,-46.03994 21.93521,-132.05003 108.58157,148.29018 46.69562,200.96776 25.00613,254.00987 l 7.0193,-73.70234 c -34.05505,98.44168 -61.34018,116.60289 -85.98606,138.63059 13.7744,-46.21019 19.20596,-92.4204 -8.77412,-138.63059 -6.79301,75.87173 -25.9655,60.08286 -29.83187,121.08241 -38.33494,-28.93346 -46.20823,-58.61344 -53.08324,-107.04388 -5.21553,5.66709 -14.0221,29.35386 -13.59983,56.15416 z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path sodipodi:nodetypes="ccc" id="path4358" d="M 278.07704,75.100248 C 249.68045,190.40668 301.5257,189.3936 330.28289,257.16259 350.4538,152.66532 290.11046,176.17723 278.07704,75.100248 z" fill="#ffffff" fill-rule="evenodd"/>
|
||||
</g>
|
||||
<path d="m 83.620844,116.43162 -5.563986,44.51188 -15.102245,38.9479 -27.025072,50.07587 -10.333115,37.35818 17.486811,49.28102 24.640506,48.48616 10.333115,66.76782 56.434712,-43.71703 29.40963,31.7942 -48.48615,50.87073 8.7434,7.94855 32.58905,3.17941 30.2045,7.94856 51.66557,30.20448 36.56334,11.12798 34.97362,-4.76913 44.51188,-19.87138 38.9479,-15.10225 42.12732,-5.56398 18.28166,-11.12797 -45.30673,-46.89644 32.58905,-30.2045 48.48616,46.10159 8.74341,-14.30739 4.76913,-42.92217 21.46109,-41.33246 23.05079,-43.71703 5.56399,-30.99935 -14.30739,-39.74274 -23.84565,-44.51189 -9.53826,-45.30674 -3.97429,-34.97362 -27.81992,20.66623 -28.61478,25.43536 -28.61478,-30.99935 45.30674,-49.281008 -9.53826,-10.333115 -42.92218,-4.76913 -40.53761,-15.897101 -44.51188,-24.640506 -32.58906,-7.153696 -38.94789,8.743406 -37.35819,22.255941 -34.17877,10.333116 -54.05014,3.974275 0,9.53826 46.1016,52.460428 -33.38392,28.61479 -56.434706,-48.48616 z" id="path6053" opacity=".1" fill="#ffffff" fill-rule="evenodd"/>
|
||||
</svg>
|
After Width: | Height: | Size: 7.9 KiB |
15
vtm-themes/resources/assets/symbols/amenity/fountain.svg
Executable file
After Width: | Height: | Size: 35 KiB |
37
vtm-themes/resources/assets/symbols/amenity/fountain2.svg
Executable file
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734a08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g3903" transform="matrix(31.324341,0,0,31.324341,37.064868,-32426.481)" fill="#ffffff">
|
||||
<g id="g3890" transform="matrix(1.0752098,0,0,1.1328229,-44.033537,-140.05992)">
|
||||
<path inkscape:connector-curvature="0" id="path2853" d="m 45.15625,1043.2973 c -0.409367,-0.086 -0.845035,0.032 -1.21875,0.2867 -0.373715,0.2542 -0.704782,0.6543 -1.03125,1.1757 -0.652935,1.0429 -1.243941,2.8667 -1.424583,3.6942 -0.180642,0.8276 -0.389137,1.7889 -0.476559,2.5026 0.155401,-0.6834 0.443128,-1.7111 0.682113,-2.499 0.238984,-0.788 0.965501,-2.574 1.590238,-3.4681 0.330229,-0.4725 0.6827,-0.8352 0.972541,-1.0323 0.289841,-0.1972 0.529512,-0.2533 0.78125,-0.2008 0.503476,0.105 1.373689,0.6712 1.912038,2.0587 0.538349,1.3874 1.118533,3.4851 1.413995,6.3035 l 0.142717,0.039 c -0.297953,-2.8423 -0.751198,-4.948 -1.3125,-6.3947 -0.561302,-1.4465 -1.212516,-2.2953 -2.03125,-2.466 l 0,-5e-4 0,-10e-5 0,5e-4 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="path2857" d="m 47.321232,1038.5625 c -0.111416,-0.068 -0.2879,-0.036 -0.394168,0.031 -0.212539,0.1349 -0.356502,0.3299 -0.464022,0.625 -0.08661,0.2377 -0.28025,0.861 -0.437941,1.6327 -0.15769,0.7717 -0.158855,1.2135 -0.211834,1.8834 0.08208,-0.6739 0.232192,-1.1009 0.418407,-1.8384 0.208593,-0.7179 0.529922,-1.2927 0.669269,-1.5105 0.09744,-0.1523 0.159428,-0.2601 0.208048,-0.261 0.130879,0 0.278134,0.6184 0.371201,1.0335 0.381554,1.7019 0.706663,5.2951 0.852646,11.8213 l 0.292168,-0.011 c -0.146227,-6.5371 -0.43595,-10.3842 -0.788329,-12.1563 -0.08809,-0.443 -0.189334,-0.7475 -0.303202,-0.9687 -0.05694,-0.1107 -0.100822,-0.2133 -0.212243,-0.2813 l 0,10e-5 0,2e-4 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="use3670" d="m 45.687498,1043.2973 c -0.369195,-0.091 -0.773732,0.029 -1.093748,0.2867 -0.320016,0.2585 -0.600622,0.6554 -0.875,1.1757 -0.548755,1.0407 -0.928739,2.4195 -1.142608,3.6341 -0.213869,1.2145 -0.317812,2.6173 -0.317812,2.6173 0,0 0.263321,-1.3631 0.508059,-2.5715 0.244738,-1.2083 0.739287,-2.5054 1.252513,-3.4788 0.256613,-0.4867 0.679824,-0.8108 0.918596,-1.0036 0.238772,-0.1929 0.437471,-0.2472 0.625,-0.2008 0.187529,0.047 0.500041,0.1701 0.743442,0.5229 0.243401,0.3528 0.662303,0.9037 0.889532,1.5991 0.454459,1.3908 0.796724,3.4731 1.045698,6.2934 l 0.290078,-0.013 c -0.250747,-2.8404 -0.653431,-4.9513 -1.125,-6.3945 -0.235784,-0.7217 -0.468602,-1.284 -0.75,-1.6918 -0.281398,-0.4079 -0.599555,-0.6829 -0.96875,-0.7744 l 0,-3e-4 0,-2e-4 0,-4e-4 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="use3672" d="m 45.90625,1043.3259 c -0.155576,0.06 -0.284523,0.1552 -0.40625,0.2868 -0.243454,0.2633 -0.452347,0.6578 -0.65625,1.1757 -0.407806,1.0357 -0.748827,2.5203 -0.949467,3.7665 -0.20064,1.2462 -0.235254,2.2685 -0.235254,2.2685 0,0 0.199903,-0.9721 0.492186,-2.2308 0.292283,-1.259 0.73188,-2.6534 1.117091,-3.6317 0.192606,-0.4892 0.432883,-0.8443 0.606694,-1.0323 0.08691,-0.094 0.164685,-0.1513 0.21875,-0.1721 0.05407,-0.021 0.07729,-0.015 0.125,0 0.09543,0.032 0.398818,0.1449 0.581783,0.5001 0.182965,0.3552 0.456591,0.9136 0.626943,1.6118 0.340704,1.3963 0.711467,3.4806 0.89755,6.3035 l 0.237474,-0.012 c -0.187076,-2.8379 -0.492958,-4.9282 -0.84375,-6.3659 -0.175396,-0.7188 -0.353579,-1.2864 -0.5625,-1.6919 -0.208921,-0.4055 -0.429704,-0.668 -0.75,-0.7742 -0.160148,-0.053 -0.344424,-0.06 -0.5,0 l 0,-7e-4 0,-10e-5 0,-4e-4 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="use3674" d="m 47.1875,1043.2686 c -0.08892,0.01 -0.161002,0.045 -0.21875,0.087 -0.115497,0.083 -0.185339,0.1853 -0.25,0.3154 -0.129323,0.2601 -0.235257,0.6346 -0.34375,1.147 -0.216986,1.0247 -0.438374,2.5935 -0.59375,4.6168 l -0.0096,1.3525 0.29781,-1.3242 c 0.154544,-2.0124 0.463433,-3.5698 0.672986,-4.5593 0.104777,-0.4948 0.318721,-0.841 0.413832,-1.0324 0.01818,-0.036 0.0156,-0.035 0.03125,-0.057 0.01153,0.017 0.0186,0 0.03125,0.029 0.04519,0.092 0.163081,0.2496 0.248731,0.4211 0.172696,0.3458 0.300294,0.8834 0.392509,1.5861 0.18443,1.4053 0.398714,3.501 0.498925,6.3272 l 0.234835,-0.018 c -0.100499,-2.8344 -0.249996,-4.937 -0.4375,-6.3658 -0.09375,-0.7145 -0.202483,-1.2375 -0.3125,-1.6346 -0.05501,-0.1985 -0.09209,-0.3855 -0.15625,-0.5161 -0.06416,-0.1306 -0.153501,-0.2367 -0.28125,-0.3155 -0.06388,-0.039 -0.129827,-0.062 -0.21875,-0.057 l 0,-8e-4 -2.8e-5,0 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="use3678" d="m 47.712764,1038.6562 c -0.07788,0.082 -0.186925,0.4033 -0.271629,0.6573 -0.0847,0.254 -0.275193,1.0681 -0.327523,1.514 -0.05233,0.4459 -0.105675,1.7017 -0.09913,1.7017 0,0 0.221347,-1.388 0.275207,-1.6965 0.05386,-0.3085 0.207936,-0.9201 0.336609,-1.2563 0.107193,-0.2801 0.249003,-0.4256 0.329478,-0.4258 0.08047,-2e-4 0.177845,0.2335 0.257127,1.3257 0.07928,1.0923 0.06389,5.2513 0.11832,11.4766 l 0.188682,0.016 c -0.05712,-6.5336 -0.01996,-11.1392 -0.09319,-12.125 -0.07323,-0.9858 -0.353625,-1.3128 -0.486766,-1.3126 -0.133141,2e-4 -0.149311,0.043 -0.227188,0.1249 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="path3680" d="m 49.351947,1050.9606 c -3.21981,-0.3605 -4.972634,1.3107 -7.440408,1.2353 0,0 0,0.4153 0,0.4153 0.930051,0 1.860102,0 6.510357,0"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="g3903-1" transform="matrix(-31.324341,0,0,31.324341,539.66897,-32426.481)" fill="#ffffff">
|
||||
<g id="g3890-7" transform="matrix(1.0752098,0,0,1.1328229,-44.033537,-140.05992)">
|
||||
<path inkscape:connector-curvature="0" id="path2853-4" d="m 45.15625,1043.2973 c -0.409367,-0.086 -0.845035,0.032 -1.21875,0.2867 -0.373715,0.2542 -0.704782,0.6543 -1.03125,1.1757 -0.652935,1.0429 -1.243941,2.8667 -1.424583,3.6942 -0.180642,0.8276 -0.389137,1.7889 -0.476559,2.5026 0.155401,-0.6834 0.443128,-1.7111 0.682113,-2.499 0.238984,-0.788 0.965501,-2.574 1.590238,-3.4681 0.330229,-0.4725 0.6827,-0.8352 0.972541,-1.0323 0.289841,-0.1972 0.529512,-0.2533 0.78125,-0.2008 0.503476,0.105 1.373689,0.6712 1.912038,2.0587 0.538349,1.3874 1.118533,3.4851 1.413995,6.3035 l 0.142717,0.039 c -0.297953,-2.8423 -0.751198,-4.948 -1.3125,-6.3947 -0.561302,-1.4465 -1.212516,-2.2953 -2.03125,-2.466 l 0,-5e-4 0,-10e-5 0,5e-4 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="path2857-0" d="m 47.321232,1038.5625 c -0.111416,-0.068 -0.2879,-0.036 -0.394168,0.031 -0.212539,0.1349 -0.356502,0.3299 -0.464022,0.625 -0.08661,0.2377 -0.28025,0.861 -0.437941,1.6327 -0.15769,0.7717 -0.158855,1.2135 -0.211834,1.8834 0.08208,-0.6739 0.232192,-1.1009 0.418407,-1.8384 0.208593,-0.7179 0.529922,-1.2927 0.669269,-1.5105 0.09744,-0.1523 0.159428,-0.2601 0.208048,-0.261 0.130879,0 0.278134,0.6184 0.371201,1.0335 0.381554,1.7019 0.706663,5.2951 0.852646,11.8213 l 0.292168,-0.011 c -0.146227,-6.5371 -0.43595,-10.3842 -0.788329,-12.1563 -0.08809,-0.443 -0.189334,-0.7475 -0.303202,-0.9687 -0.05694,-0.1107 -0.100822,-0.2133 -0.212243,-0.2813 l 0,10e-5 0,2e-4 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="use3670-9" d="m 45.687498,1043.2973 c -0.369195,-0.091 -0.773732,0.029 -1.093748,0.2867 -0.320016,0.2585 -0.600622,0.6554 -0.875,1.1757 -0.548755,1.0407 -0.928739,2.4195 -1.142608,3.6341 -0.213869,1.2145 -0.317812,2.6173 -0.317812,2.6173 0,0 0.263321,-1.3631 0.508059,-2.5715 0.244738,-1.2083 0.739287,-2.5054 1.252513,-3.4788 0.256613,-0.4867 0.679824,-0.8108 0.918596,-1.0036 0.238772,-0.1929 0.437471,-0.2472 0.625,-0.2008 0.187529,0.047 0.500041,0.1701 0.743442,0.5229 0.243401,0.3528 0.662303,0.9037 0.889532,1.5991 0.454459,1.3908 0.796724,3.4731 1.045698,6.2934 l 0.290078,-0.013 c -0.250747,-2.8404 -0.653431,-4.9513 -1.125,-6.3945 -0.235784,-0.7217 -0.468602,-1.284 -0.75,-1.6918 -0.281398,-0.4079 -0.599555,-0.6829 -0.96875,-0.7744 l 0,-3e-4 0,-2e-4 0,-4e-4 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="use3672-4" d="m 45.90625,1043.3259 c -0.155576,0.06 -0.284523,0.1552 -0.40625,0.2868 -0.243454,0.2633 -0.452347,0.6578 -0.65625,1.1757 -0.407806,1.0357 -0.748827,2.5203 -0.949467,3.7665 -0.20064,1.2462 -0.235254,2.2685 -0.235254,2.2685 0,0 0.199903,-0.9721 0.492186,-2.2308 0.292283,-1.259 0.73188,-2.6534 1.117091,-3.6317 0.192606,-0.4892 0.432883,-0.8443 0.606694,-1.0323 0.08691,-0.094 0.164685,-0.1513 0.21875,-0.1721 0.05407,-0.021 0.07729,-0.015 0.125,0 0.09543,0.032 0.398818,0.1449 0.581783,0.5001 0.182965,0.3552 0.456591,0.9136 0.626943,1.6118 0.340704,1.3963 0.711467,3.4806 0.89755,6.3035 l 0.237474,-0.012 c -0.187076,-2.8379 -0.492958,-4.9282 -0.84375,-6.3659 -0.175396,-0.7188 -0.353579,-1.2864 -0.5625,-1.6919 -0.208921,-0.4055 -0.429704,-0.668 -0.75,-0.7742 -0.160148,-0.053 -0.344424,-0.06 -0.5,0 l 0,-7e-4 0,-10e-5 0,-4e-4 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="use3674-8" d="m 47.1875,1043.2686 c -0.08892,0.01 -0.161002,0.045 -0.21875,0.087 -0.115497,0.083 -0.185339,0.1853 -0.25,0.3154 -0.129323,0.2601 -0.235257,0.6346 -0.34375,1.147 -0.216986,1.0247 -0.438374,2.5935 -0.59375,4.6168 l -0.0096,1.3525 0.29781,-1.3242 c 0.154544,-2.0124 0.463433,-3.5698 0.672986,-4.5593 0.104777,-0.4948 0.318721,-0.841 0.413832,-1.0324 0.01818,-0.036 0.0156,-0.035 0.03125,-0.057 0.01153,0.017 0.0186,0 0.03125,0.029 0.04519,0.092 0.163081,0.2496 0.248731,0.4211 0.172696,0.3458 0.300294,0.8834 0.392509,1.5861 0.18443,1.4053 0.398714,3.501 0.498925,6.3272 l 0.234835,-0.018 c -0.100499,-2.8344 -0.249996,-4.937 -0.4375,-6.3658 -0.09375,-0.7145 -0.202483,-1.2375 -0.3125,-1.6346 -0.05501,-0.1985 -0.09209,-0.3855 -0.15625,-0.5161 -0.06416,-0.1306 -0.153501,-0.2367 -0.28125,-0.3155 -0.06388,-0.039 -0.129827,-0.062 -0.21875,-0.057 l 0,-8e-4 -2.8e-5,0 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="use3678-8" d="m 47.712764,1038.6562 c -0.07788,0.082 -0.186925,0.4033 -0.271629,0.6573 -0.0847,0.254 -0.275193,1.0681 -0.327523,1.514 -0.05233,0.4459 -0.105675,1.7017 -0.09913,1.7017 0,0 0.221347,-1.388 0.275207,-1.6965 0.05386,-0.3085 0.207936,-0.9201 0.336609,-1.2563 0.107193,-0.2801 0.249003,-0.4256 0.329478,-0.4258 0.08047,-2e-4 0.177845,0.2335 0.257127,1.3257 0.07928,1.0923 0.06389,5.2513 0.11832,11.4766 l 0.188682,0.016 c -0.05712,-6.5336 -0.01996,-11.1392 -0.09319,-12.125 -0.07323,-0.9858 -0.353625,-1.3128 -0.486766,-1.3126 -0.133141,2e-4 -0.149311,0.043 -0.227188,0.1249 z" color="#000000" stroke-width="0.507"/>
|
||||
<path inkscape:connector-curvature="0" id="path3680-2" d="m 49.351947,1050.9606 c -3.21981,-0.3605 -4.972634,1.3107 -7.440408,1.2353 0,0 0,0.4153 0,0.4153 0.930051,0 1.860102,0 6.510357,0"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
12
vtm-themes/resources/assets/symbols/amenity/library.svg
Executable file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 73.931354,159.8883 L 302.43289,419.37306 L 521.25215,293.50359 L 298.56009,35.95529 L 73.931354,159.8883 z" id="path3470" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
<path d="M 61.6534,188.60064 L 286.28195,444.21251 L 287.2502,541.03514 L 60.685154,284.9392 L 61.6534,188.60064 z" id="path3474" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
<path d="M 519.50933,327.13704 L 313.25992,447.99014 L 313.11567,451.17546 L 519.19198,330.40891 L 519.50933,327.13704 z" id="path3476" sodipodi:nodetypes="ccccc" opacity=".75" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="16.477"/>
|
||||
<path sodipodi:nodetypes="ccccc" id="path3505" d="M 519.50933,367.13704 L 313.25992,487.99014 L 313.11567,491.17546 L 519.19198,370.40891 L 519.50933,367.13704 z" opacity=".75" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="16.477"/>
|
||||
<path d="M 519.50933,407.13704 L 313.25992,527.99014 L 313.11567,531.17546 L 519.19198,410.40891 L 519.50933,407.13704 z" id="path3507" sodipodi:nodetypes="ccccc" opacity=".75" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="16.477"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
34
vtm-themes/resources/assets/symbols/amenity/library2.svg
Executable file
@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<radialGradient gradientUnits="userSpaceOnUse" gradientTransform="scale(0.79354273,1.2601716)" xlink:href="#linearGradient829" id="radialGradient874" cx="180.25" cy="198.42" r="101.58"/>
|
||||
<linearGradient id="linearGradient829">
|
||||
<stop id="stop830" stop-color="#ffffff" stop-opacity=".342"/>
|
||||
<stop offset="1" id="stop831" stop-color="#ffffff" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<radialGradient gradientUnits="userSpaceOnUse" gradientTransform="scale(1.007004,0.99304475)" xlink:href="#linearGradient829" id="radialGradient832" cx="360.85" cy="167.47" r="46.39"/>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" gradientTransform="scale(0.74491357,1.3424376)" xlink:href="#linearGradient855" id="linearGradient850" x1="465.29" y1="248.24" x2="463.27" y2="405.77"/>
|
||||
<linearGradient id="linearGradient855">
|
||||
<stop id="stop856" stop-color="#ffffff" stop-opacity="0"/>
|
||||
<stop offset="1" id="stop857" stop-color="#ffa617" stop-opacity=".733"/>
|
||||
</linearGradient>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" gradientTransform="scale(1.4586159,0.68558144)" xlink:href="#linearGradient855" id="linearGradient854" x1="157.81" y1="120.96" x2="155.41" y2="231.63"/>
|
||||
<clipPath id="clipoutline2">
|
||||
<path d="m 55.8,12 0.76,0.16 c 8.84,-2.94 28.68,8.64 24.26,18.96 -1.12,1.62 -0.93,4.5 0.42,6.31 L 56.43,62.25 c -1.39,-1.39 -4.48,-1.36 -5.9,0 L 9.5,101.63 c -3.74,3.59 -0.8,6.64 0.78,8.25 l 7.36,7.36 c 1.61,1.6 5.86,3.76 8.88,0.56 L 65.24,76.99 c 1.35,-1.42 1.36,-4.47 0,-5.87 0,0 0.01,-0.02 0,-0.02 L 90.15,46.2 c 2.63,2.37 5.113827,2.574854 7.47,1.93 4.55057,-1.245432 7.08725,3.206643 9.81,6.46 l -1.23,1.21 c -1.82,1.84 -1.65,4.94 0.39,6.98 2.04,2.04 5.15,2.21 6.97,0.39 l 8.14,-8.13 c 1.82,-1.84 1.65,-4.94 -0.4,-6.97 -1.84,-1.85 -4.51,-2.09 -6.37,-0.77 -5.58,-6.26 -2.65,-7.2 -10.01,-15.35 L 91.13,17.86 C 81.2,8.12 68.3,8.13 55.8,12 z" id="outline2"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<circle transform="matrix(67.641957,0,0,67.641957,-1282.0203,-13246.677)" cx="23.316" cy="197.47" r="1.086" id="circle2193" fill="#ffffff"/>
|
||||
<path inkscape:connector-curvature="0" d="m 366.48188,201.8298 c 33.61805,1.21755 47.68758,28.07141 47.68758,28.07141 l 108.43006,148.60938 c 4.46437,6.69655 7.1024,14.6783 7.1024,23.40412 0,23.13354 -18.73682,41.87037 -41.87037,41.87037 -5.479,0 -10.55214,-1.21756 -15.42236,-3.04389 L 406.99941,422.5455 v 65.27449 H 180.06065 V 422.5455 l -65.40977,18.19569 c -4.6673,1.82633 -9.87573,3.04389 -15.422372,3.04389 -23.133549,0 -41.870371,-18.73683 -41.870371,-41.87037 0,-8.72582 2.638036,-16.70757 7.237689,-23.40412 L 172.8906,229.90121 c 0,0 14.27245,-26.85386 47.68758,-28.07141 h 145.9037 z m -72.91803,240.39951 0,0 84.75537,-28.07141 -1.89397,-0.40585 c -58.37501,-17.18106 -35.71495,-94.42817 22.66006,-77.24712 l 7.98175,2.77332 v -87.19048 l -113.50321,37.06779 -113.5032,-37.06779 v 87.19048 l 7.98175,-2.77332 c 58.37501,-17.2487 81.23799,60.06606 22.66006,77.24712 l -1.89398,0.40585 84.75537,28.07141 0,0 z" id="path2195" fill="#ffffff"/>
|
||||
<path inkscape:connector-curvature="0" d="m 526.79332,539.22788 c 5.81721,0 10.41686,-4.59965 10.41686,-10.41686 l 0,0 c 0,-5.81721 -4.59965,-10.41686 -10.41686,-10.41686 H 68.586702 c -5.614283,0 -10.416862,4.59965 -10.416862,10.41686 l 0,0 c 0,5.81721 4.802579,10.41686 10.416862,10.41686 H 526.79332 z" id="path2197" fill="#ffffff"/>
|
||||
<path id="path17688" d="m 366.48188,201.8298 c 33.61805,1.21755 47.68758,28.07141 47.68758,28.07141 l 108.43006,148.60938 c 4.46437,6.69655 7.1024,14.6783 7.1024,23.40412 0,23.13354 -18.73682,41.87037 -41.87037,41.87037 -5.479,0 -10.55214,-1.21756 -15.42236,-3.04389 l -65.40978,-18.19569 0,65.27449 -226.93876,0 0,-65.27449 -65.40977,18.19569 c -4.6673,1.82633 -9.87573,3.04389 -15.422372,3.04389 -23.133549,0 -41.870371,-18.73683 -41.870371,-41.87037 0,-8.72582 2.638036,-16.70757 7.237689,-23.40412 L 172.8906,229.90121 c 0,0 14.27245,-26.85386 47.68758,-28.07141 z" inkscape:connector-curvature="0" sodipodi:nodetypes="cccssccccccsscccc" opacity=".001" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 5.1 KiB |
17
vtm-themes/resources/assets/symbols/amenity/playground.svg
Executable file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 44.421016,269.96274 540.35091,367.8097" id="path2383" fill="#ffffff" stroke="#ffffff" stroke-linecap="round" stroke-width="34.524" stroke-miterlimit="1.1"/>
|
||||
<path d="m 292.38579,322.02486 -52.29327,109.83729 104.58725,0 -52.29398,-109.83729 z" id="path2385" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="2.023"/>
|
||||
<g transform="matrix(2.1357106,0.90429401,-0.84164613,2.2946826,-206.63356,-1194.9871)" id="g3185" fill="#ffffff" stroke="#ffffff">
|
||||
<path d="m 338.53918,463.22191 c -8.9525,1.66739 -20.95672,48.62705 -20.95672,48.62705 l 34.61374,-4.78652 c 0,0 -4.32951,15.51183 -8.18502,27.01742 -2.40466,7.17586 5.60707,9.49056 9.63988,1.52914 7.449,-14.70555 13.0522,-30.95967 13.0522,-30.95967 0,0 -18.70966,-43.18825 -28.16408,-41.42742 z" id="path3181" fill-rule="evenodd" stroke-width="1.335"/>
|
||||
<path d="m 286.86472,449.50504 c 0.004,5.13117 -3.71051,9.29292 -8.29328,9.29292 -4.58277,0 -8.29684,-4.16175 -8.29328,-9.29292 -0.004,-5.13117 3.71051,-9.29292 8.29328,-9.29292 4.58277,0 8.29684,4.16175 8.29328,9.29292 z" transform="matrix(-1.664894,-0.163643,-0.2881576,1.3383147,941.37379,-110.14043)" id="path3183" stroke-width="5.9"/>
|
||||
</g>
|
||||
<g transform="matrix(-2.3075369,-0.23175279,-0.36219803,2.4172678,1457.3558,-786.99777)" id="g3193" fill="#ffffff" stroke="#ffffff">
|
||||
<path d="m 338.53918,463.22191 c -8.9525,1.66739 -20.95672,48.62705 -20.95672,48.62705 l 34.61374,-4.78652 c 0,0 -4.32951,15.51183 -8.18502,27.01742 -2.40466,7.17586 5.60707,9.49056 9.63988,1.52914 7.449,-14.70555 13.0522,-30.95967 13.0522,-30.95967 0,0 -18.70966,-43.18825 -28.16408,-41.42742 z" id="path3195" fill-rule="evenodd" stroke-width="1.335"/>
|
||||
<path d="m 286.86472,449.50504 c 0.004,5.13117 -3.71051,9.29292 -8.29328,9.29292 -4.58277,0 -8.29684,-4.16175 -8.29328,-9.29292 -0.004,-5.13117 3.71051,-9.29292 8.29328,-9.29292 4.58277,0 8.29684,4.16175 8.29328,9.29292 z" transform="matrix(-1.664894,-0.163643,-0.2881576,1.3383147,941.37379,-110.14043)" id="path3197" stroke-width="5.9"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
40
vtm-themes/resources/assets/symbols/amenity/police.svg
Executable file
@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata1976"/>
|
||||
<defs id="defs4">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path2111" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path2108" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.6,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.842 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 154.33108,234.5254 C 155.91879,246.92618 166.20942,256.11628 176.96544,254.73917 L 187.29911,253.41609 C 198.05519,252.03898 205.6985,240.55273 204.11081,228.15191 L 198.69076,185.81874 C 197.10305,173.41796 186.81246,164.22775 176.05634,165.60501 L 165.72272,166.92806 C 154.96664,168.30517 147.32331,179.79143 148.91101,192.19222 L 154.33108,234.5254 z M 174.41182,231.46264 C 168.88882,226.53034 165.01343,196.26176 169.11569,190.0971 C 173.21784,183.93241 173.08702,183.94914 178.61002,188.8815 C 184.133,193.8138 188.00839,224.08238 183.90614,230.24705 C 179.80398,236.41175 179.93481,236.39499 174.41182,231.46264 z" id="rect3389" sodipodi:nodetypes="cccccccccczzzz" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="12"/>
|
||||
<path sodipodi:nodetypes="cccccccccczzzz" id="path3395" d="M 273.77804,116.07164 C 284.4482,123.70833 298.63573,122.91741 304.98367,114.33194 L 311.08236,106.08365 C 317.43032,97.49817 313.827,83.97426 303.15685,76.337477 L 266.73157,50.26758 C 256.06138,42.630886 241.87384,43.421704 235.52592,52.007289 L 229.42726,60.255549 C 223.07924,68.841023 226.68257,82.364936 237.35277,90.001729 L 273.77804,116.07164 z M 285.24947,99.6958 C 277.63508,100.12028 251.59066,81.480165 249.65679,74.221749 C 247.72287,66.963489 247.64567,67.067888 255.26011,66.643397 C 262.87457,66.218895 288.91893,84.859052 290.85283,92.11743 C 292.78671,99.37573 292.86396,99.27133 285.24947,99.6958 z" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="12"/>
|
||||
<path d="M 234.81968,84.678421 C 247.27573,83.607412 256.88558,73.707612 255.95669,62.903662 L 255.44931,72.772969 C 254.5204,61.968937 243.36172,53.854793 230.90565,54.92574 L 188.3838,58.58171 C 175.92777,59.652675 166.31776,69.552409 167.24681,80.356477 L 167.75417,70.48713 C 168.68308,81.291161 179.84172,89.405248 192.29781,88.334337 L 234.81968,84.678421 z M 232.59416,64.487705 C 227.43654,69.800896 197.03312,72.414968 191.0442,68.060031 C 185.05537,63.705236 185.4517,84.085625 190.60932,78.772403 C 195.7669,73.459205 226.17039,70.845129 232.15923,75.200048 C 238.14811,79.554893 237.75176,59.174464 232.59416,64.487705 z" id="path3397" sodipodi:nodetypes="cccccccccczzzz" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="12"/>
|
||||
<path d="M 194.68473,94.10195 C 202.5421,83.593248 202.047,69.392321 193.59569,62.866846 L 185.47627,56.597606 C 177.02494,50.072111 163.42887,53.392833 155.57141,63.901529 L 128.74812,99.77564 C 120.89074,110.28436 121.38573,124.4853 129.83718,131.01076 L 137.95657,137.27997 C 146.40789,143.80552 160.00396,140.48478 167.86144,129.97605 L 194.68473,94.10195 z M 178.55149,82.291768 C 178.8172,89.913344 159.63842,115.56367 152.34127,117.34587 C 145.0443,119.12812 145.14706,119.20748 144.88133,111.58584 C 144.6156,103.96421 163.79443,78.313937 171.09153,76.531711 C 178.38856,74.749493 178.28578,74.670092 178.55149,82.291768 z" id="path3534" sodipodi:nodetypes="cccccccccczzzz" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="12"/>
|
||||
<path sodipodi:nodetypes="cccccccccczzzz" id="path3536" d="M 153.74729,177.13535 C 157.88687,188.93215 169.86815,195.77351 180.10029,192.18306 L 170.41561,194.14971 C 180.64784,190.55922 185.72709,177.73126 181.58756,165.93442 L 167.45627,125.6631 C 163.31675,113.86632 151.33549,107.02478 141.10328,110.61541 L 150.78798,108.64873 C 140.55576,112.23924 135.47655,125.06713 139.61604,136.86399 L 153.74729,177.13535 z M 172.74747,169.95125 C 166.31715,166.27946 156.21314,137.48518 158.93924,130.60035 C 161.66522,123.71562 142.02577,129.17543 148.45612,132.8472 C 154.88644,136.51895 164.99047,165.31328 162.26438,172.19805 C 159.53835,179.08283 179.17783,173.623 172.74747,169.95125 z" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="12"/>
|
||||
<g id="g3540" transform="matrix(1.041287,0,0,1.041287,-1.536076,-18.650451)">
|
||||
<g transform="matrix(1.0907181,-0.2914957,0.2914957,1.0907181,-98.8285,72.452649)" id="g3490">
|
||||
<g transform="matrix(0.9826633,-0.1853992,0.1853992,0.9826633,-60.17152,31.061258)" id="g3500">
|
||||
<path sodipodi:nodetypes="cccsszzzssc" id="path3313" d="M 137.92957,221.66212 C 130.34415,222.2667 126.60838,235.47657 124.93633,242.57743 C 124.13778,254.31856 134.69668,274.42507 140.34751,273.21238 C 181.06953,273.21235 206.36934,300.9301 206.36934,341.65216 C 206.36938,382.37417 179.2561,411.90538 138.53405,411.90538 C 122.34607,411.90535 114.07404,397.51255 97.946223,400.08676 C 82.272891,402.58842 74.283757,409.84955 69.694921,418.15407 C 64.83756,426.94454 59.768435,441.01796 75.822997,453.24061 C 92.310741,465.79305 107.08409,466.98406 128.86236,466.98403 C 196.48491,466.98409 256.00775,409.2748 256.00767,341.65216 C 256.00763,274.02951 205.55215,221.66222 137.92957,221.66212 z" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="12.826"/>
|
||||
<path sodipodi:nodetypes="csccssccc" id="path3325" d="M 133.09373,224.64754 C 68.689878,224.6475 15.99053,277.24837 15.990626,341.65216 C 15.990657,389.02719 39.668639,433.57589 80.392364,451.94232 L 106.99421,405.66982 C 76.884615,399.86602 61.098464,380.21274 61.098464,344.01588 C 61.098402,300.07494 91.607693,266.05709 135.54867,266.05709 C 147.78326,266.05712 152.26401,270.97781 164.61012,275.46772 L 175.93632,232.8221 C 162.65812,227.56334 148.19465,224.64754 133.09373,224.64754 z" opacity=".8" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="9.757"/>
|
||||
<path sodipodi:nodetypes="ccsccscc" d="M 156.75706,289.14862 L 171.99551,299.83551 C 202.41677,323.02609 221.37127,321.69856 239.62793,296.11091 C 257.88459,270.52322 220.19025,213.5544 220.19025,213.5544 C 220.19025,213.5544 219.63037,213.1549 219.63037,213.1549 C 219.63037,213.1549 153.49775,196.04384 135.24113,221.63149 C 116.98447,247.21918 121.89535,265.57451 153.72102,286.79678 L 168.78391,297.72971" id="path3374" fill="#ffffff" fill-rule="evenodd"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M 187.12038,514.0683 A 35.163559,35.163559 0 1 1 116.79326,514.0683 A 35.163559,35.163559 0 1 1 187.12038,514.0683 z" sodipodi:ry="35.163559" sodipodi:rx="35.163559" sodipodi:cy="514.0683" sodipodi:cx="151.95682" id="path3538" sodipodi:type="arc" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="12"/>
|
||||
</g>
|
||||
<g id="g3548" transform="matrix(-0.7603739,0.7114142,0.7114142,0.7603739,248.51272,-206.4392)">
|
||||
<g id="g3550" transform="matrix(1.0907181,-0.2914957,0.2914957,1.0907181,-98.8285,72.452649)">
|
||||
<g id="g3552" transform="matrix(0.9826633,-0.1853992,0.1853992,0.9826633,-60.17152,31.061258)">
|
||||
<path d="M 137.92957,221.66212 C 130.34415,222.2667 126.60838,235.47657 124.93633,242.57743 C 124.13778,254.31856 134.69668,274.42507 140.34751,273.21238 C 181.06953,273.21235 206.36934,300.9301 206.36934,341.65216 C 206.36938,382.37417 179.2561,411.90538 138.53405,411.90538 C 122.34607,411.90535 114.07404,397.51255 97.946223,400.08676 C 82.272891,402.58842 74.283757,409.84955 69.694921,418.15407 C 64.83756,426.94454 59.768435,441.01796 75.822997,453.24061 C 92.310741,465.79305 107.08409,466.98406 128.86236,466.98403 C 196.48491,466.98409 256.00775,409.2748 256.00767,341.65216 C 256.00763,274.02951 205.55215,221.66222 137.92957,221.66212 z" id="path3554" sodipodi:nodetypes="cccsszzzssc" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="12.826"/>
|
||||
<path d="M 133.09373,224.64754 C 68.689878,224.6475 15.99053,277.24837 15.990626,341.65216 C 15.990657,389.02719 39.668639,433.57589 80.392364,451.94232 L 106.99421,405.66982 C 76.884615,399.86602 61.098464,380.21274 61.098464,344.01588 C 61.098402,300.07494 91.607693,266.05709 135.54867,266.05709 C 147.78326,266.05712 152.26401,270.97781 164.61012,275.46772 L 175.93632,232.8221 C 162.65812,227.56334 148.19465,224.64754 133.09373,224.64754 z" id="path3556" sodipodi:nodetypes="csccssccc" opacity=".8" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="9.757"/>
|
||||
<path id="path3558" d="M 156.75706,289.14862 L 171.99551,299.83551 C 202.41677,323.02609 221.37127,321.69856 239.62793,296.11091 C 257.88459,270.52322 220.19025,213.5544 220.19025,213.5544 C 220.19025,213.5544 219.63037,213.1549 219.63037,213.1549 C 219.63037,213.1549 153.49775,196.04384 135.24113,221.63149 C 116.98447,247.21918 121.89535,265.57451 153.72102,286.79678 L 168.78391,297.72971" sodipodi:nodetypes="ccsccscc" fill="#ffffff" fill-rule="evenodd"/>
|
||||
</g>
|
||||
</g>
|
||||
<path sodipodi:type="arc" id="path3560" sodipodi:cx="151.95682" sodipodi:cy="514.0683" sodipodi:rx="35.163559" sodipodi:ry="35.163559" d="M 187.12038,514.0683 A 35.163559,35.163559 0 1 1 116.79326,514.0683 A 35.163559,35.163559 0 1 1 187.12038,514.0683 z" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="12"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.7 KiB |
42
vtm-themes/resources/assets/symbols/amenity/police2.svg
Executable file
@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata1976"/>
|
||||
<defs id="defs4">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path2111" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path2108" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.6,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.842 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="m 178.55078,226.45042 c 1.13144,8.8371 8.46479,15.38618 16.12978,14.40482 l 7.36403,-0.94286 c 7.66503,-0.98136 13.11183,-9.16674 11.9804,-18.00385 l -3.86245,-30.16762 c -1.13144,-8.8371 -8.46476,-15.38626 -16.12983,-14.40479 l -7.36398,0.94284 c -7.66503,0.98135 -13.11185,9.16674 -11.98042,18.00383 l 3.86247,30.16763 z m 14.31001,-2.18259 c -3.93581,-3.51488 -6.69751,-25.08498 -3.77415,-29.47806 2.9233,-4.39311 2.83007,-4.38119 6.76589,-0.86627 3.93581,3.51487 6.6975,25.08498 3.77414,29.47807 -2.92329,4.39311 -2.83006,4.38116 -6.76588,0.86626 z" id="rect3389" sodipodi:nodetypes="cccccccccczzzz" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="cccccccccczzzz" id="path3395" d="m 259.93524,142.03746 c 7.60381,5.44209 17.71418,4.87846 22.23787,-1.23975 l 4.34607,-5.87792 c 4.52371,-6.11823 1.9559,-15.75568 -5.64791,-21.19783 L 254.91376,95.143927 c -7.60384,-5.44209 -17.71421,-4.878534 -22.23789,1.239758 l -4.34605,5.877905 c -4.52375,6.11821 -1.95593,15.75568 5.64791,21.19784 l 25.95751,18.57803 z m 8.17482,-11.66981 c -5.4262,0.30249 -23.98607,-12.98089 -25.3642,-18.15341 -1.37815,-5.17241 -1.43317,-5.09802 3.99307,-5.40052 5.42623,-0.30251 23.98606,12.98091 25.36421,18.1534 1.37813,5.17244 1.43318,5.09804 -3.99308,5.40053 z" fill="#ffffff"/>
|
||||
<path d="m 235.90887,119.66591 c 8.87648,-0.76323 15.72468,-7.81806 15.06273,-15.51721 l -0.36157,7.0331 c -0.66197,-7.69921 -8.6139,-13.48154 -17.49039,-12.718358 l -30.30208,2.605328 c -8.87647,0.7632 -15.72479,7.81798 -15.06272,15.51722 l 0.36155,-7.03313 c 0.66196,7.69921 8.61388,13.4815 17.49038,12.71834 l 30.3021,-2.60529 z m -1.58597,-14.38838 c -3.67543,3.7863 -25.34163,5.64915 -29.60948,2.54572 -4.26778,-3.10333 -3.98535,11.42022 -0.30991,7.63389 3.67542,-3.78631 25.34167,-5.64916 29.60946,-2.54574 4.26781,3.10336 3.98537,-11.42022 0.30993,-7.63387 z" id="path3397" sodipodi:nodetypes="cccccccccczzzz" fill="#ffffff"/>
|
||||
<path d="m 207.30775,126.38134 c 5.59935,-7.48875 5.24652,-17.60867 -0.77608,-22.25888 l -5.78609,-4.467607 c -6.02262,-4.650222 -15.7115,-2.283797 -21.31091,5.204947 l -19.11491,25.56475 c -5.59936,7.48876 -5.24662,17.60868 0.77609,22.25888 l 5.78606,4.46759 c 6.02262,4.65026 15.7115,2.28382 21.31092,-5.20494 l 19.11492,-25.56474 z m -11.49693,-8.41621 c 0.18935,5.43131 -13.4779,23.71034 -18.67803,24.98038 -5.19999,1.27007 -5.12676,1.32662 -5.31613,-4.10473 -0.18936,-5.43136 13.47793,-23.71035 18.67801,-24.98041 5.20004,-1.27005 5.1268,-1.32663 5.31615,4.10476 z" id="path3534" sodipodi:nodetypes="cccccccccczzzz" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="cccccccccczzzz" id="path3536" d="m 178.13476,185.55291 c 2.94996,8.40668 11.48811,13.28199 18.77977,10.72335 l -6.90153,1.40149 c 7.29173,-2.55867 10.91132,-11.70018 7.96139,-20.10689 L 187.9041,148.87257 c -2.94992,-8.40667 -11.48805,-13.28211 -18.77976,-10.72335 l 6.90154,-1.4015 c -7.29172,2.55868 -10.91128,11.70014 -7.96139,20.10687 l 10.07027,28.69832 z m 13.53998,-5.11956 c -4.5824,-2.61661 -11.78276,-23.13609 -9.84008,-28.04238 1.9426,-4.90622 -12.05293,-1.01544 -7.47052,1.60115 4.5824,2.61658 11.78277,23.1361 9.8401,28.04235 -1.94264,4.90626 12.05292,1.01546 7.4705,-1.60112 z" fill="#ffffff"/>
|
||||
<g id="g3540" transform="matrix(0.74204582,0,0,0.74204582,67.476143,46.031302)">
|
||||
<g transform="matrix(1.0907181,-0.2914957,0.2914957,1.0907181,-98.8285,72.452649)" id="g3490">
|
||||
<g transform="matrix(0.9826633,-0.1853992,0.1853992,0.9826633,-60.17152,31.061258)" id="g3500">
|
||||
<path sodipodi:nodetypes="cccsszzzssc" id="path3313" d="m 137.92957,221.66212 c -7.58542,0.60458 -11.32119,13.81445 -12.99324,20.91531 -0.79855,11.74113 9.76035,31.84764 15.41118,30.63495 40.72202,-3e-5 66.02183,27.71772 66.02183,68.43978 4e-5,40.72201 -27.11324,70.25322 -67.83529,70.25322 -16.18798,-3e-5 -24.46001,-14.39283 -40.587827,-11.81862 -15.673332,2.50166 -23.662466,9.76279 -28.251302,18.06731 -4.857361,8.79047 -9.926486,22.86389 6.128076,35.08654 16.487744,12.55244 31.261093,13.74345 53.039363,13.74342 67.62255,6e-5 127.14539,-57.70923 127.14531,-125.33187 -4e-5,-67.62265 -50.45552,-119.98994 -118.0781,-119.99004 z" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="csccssccc" id="path3325" d="m 133.09373,224.64754 c -64.403852,-4e-5 -117.1032,52.60083 -117.103104,117.00462 3.1e-5,47.37503 23.678013,91.92373 64.401738,110.29016 l 26.601846,-46.2725 c -30.109595,-5.8038 -45.895746,-25.45708 -45.895746,-61.65394 -6.2e-5,-43.94094 30.509229,-77.95879 74.450206,-77.95879 12.23459,3e-5 16.71534,4.92072 29.06145,9.41063 l 11.3262,-42.64562 c -13.2782,-5.25876 -27.74167,-8.17456 -42.84259,-8.17456 z" opacity=".8" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="ccsccscc" d="m 156.75706,289.14862 15.23845,10.68689 c 30.42126,23.19058 49.37576,21.86305 67.63242,-3.7246 18.25666,-25.58769 -19.43768,-82.55651 -19.43768,-82.55651 0,0 -0.55988,-0.3995 -0.55988,-0.3995 0,0 -66.13262,-17.11106 -84.38924,8.47659 -18.25666,25.58769 -13.34578,43.94302 18.47989,65.16529 l 15.06289,10.93293" id="path3374" fill="#ffffff" fill-rule="evenodd"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="m 187.12038,514.0683 c 0,19.4203 -15.74327,35.16356 -35.16356,35.16356 -19.4203,0 -35.16356,-15.74326 -35.16356,-35.16356 0,-19.4203 15.74326,-35.16356 35.16356,-35.16356 19.42029,0 35.16356,15.74326 35.16356,35.16356 z" sodipodi:ry="35.163559" sodipodi:rx="35.163559" sodipodi:cy="514.0683" sodipodi:cx="151.95682" id="path3538" sodipodi:type="arc" fill="#ffffff"/>
|
||||
</g>
|
||||
<g id="g3548" transform="matrix(-0.54186052,0.50697067,0.50697067,0.54186052,241.93057,-91.527701)">
|
||||
<g id="g3550" transform="matrix(1.0907181,-0.2914957,0.2914957,1.0907181,-98.8285,72.452649)">
|
||||
<g id="g3552" transform="matrix(0.9826633,-0.1853992,0.1853992,0.9826633,-60.17152,31.061258)">
|
||||
<path d="m 137.92957,221.66212 c -7.58542,0.60458 -11.32119,13.81445 -12.99324,20.91531 -0.79855,11.74113 9.76035,31.84764 15.41118,30.63495 40.72202,-3e-5 66.02183,27.71772 66.02183,68.43978 4e-5,40.72201 -27.11324,70.25322 -67.83529,70.25322 -16.18798,-3e-5 -24.46001,-14.39283 -40.587827,-11.81862 -15.673332,2.50166 -23.662466,9.76279 -28.251302,18.06731 -4.857361,8.79047 -9.926486,22.86389 6.128076,35.08654 16.487744,12.55244 31.261093,13.74345 53.039363,13.74342 67.62255,6e-5 127.14539,-57.70923 127.14531,-125.33187 -4e-5,-67.62265 -50.45552,-119.98994 -118.0781,-119.99004 z" id="path3554" sodipodi:nodetypes="cccsszzzssc" fill="#ffffff"/>
|
||||
<path d="m 133.09373,224.64754 c -64.403852,-4e-5 -117.1032,52.60083 -117.103104,117.00462 3.1e-5,47.37503 23.678013,91.92373 64.401738,110.29016 l 26.601846,-46.2725 c -30.109595,-5.8038 -45.895746,-25.45708 -45.895746,-61.65394 -6.2e-5,-43.94094 30.509229,-77.95879 74.450206,-77.95879 12.23459,3e-5 16.71534,4.92072 29.06145,9.41063 l 11.3262,-42.64562 c -13.2782,-5.25876 -27.74167,-8.17456 -42.84259,-8.17456 z" id="path3556" sodipodi:nodetypes="csccssccc" opacity=".8" fill="#ffffff"/>
|
||||
<path id="path3558" d="m 156.75706,289.14862 15.23845,10.68689 c 30.42126,23.19058 49.37576,21.86305 67.63242,-3.7246 18.25666,-25.58769 -19.43768,-82.55651 -19.43768,-82.55651 0,0 -0.55988,-0.3995 -0.55988,-0.3995 0,0 -66.13262,-17.11106 -84.38924,8.47659 -18.25666,25.58769 -13.34578,43.94302 18.47989,65.16529 l 15.06289,10.93293" sodipodi:nodetypes="ccsccscc" fill="#ffffff" fill-rule="evenodd"/>
|
||||
</g>
|
||||
</g>
|
||||
<path sodipodi:type="arc" id="path3560" sodipodi:cx="151.95682" sodipodi:cy="514.0683" sodipodi:rx="35.163559" sodipodi:ry="35.163559" d="m 187.12038,514.0683 c 0,19.4203 -15.74327,35.16356 -35.16356,35.16356 -19.4203,0 -35.16356,-15.74326 -35.16356,-35.16356 0,-19.4203 15.74326,-35.16356 35.16356,-35.16356 19.42029,0 35.16356,15.74326 35.16356,35.16356 z" fill="#ffffff"/>
|
||||
</g>
|
||||
<path d="M 287.6875,25.0625 C 272.41161,37.008643 256.01475,48.391322 237.11047,53.712259 201.20204,65.107791 160.7002,60.414033 127.75,42.4375 119.76442,41.891892 115.58812,50.31637 109.23306,53.702178 94.143447,66.235988 78.306382,78.103405 64.125,91.59375 c -2.587389,5.722936 3.816552,10.18596 4.764815,15.5784 13.563158,29.81377 28.3726,62.13252 22.391435,95.7341 -6.105692,42.81579 -32.442664,79.65745 -40.080591,122.14596 -8.492787,54.88025 16.152824,114.42702 63.657481,144.18714 55.0913,38.30318 122.89175,51.32536 180.01686,85.76065 7.67782,3.62806 13.56669,-4.8136 20.00415,-7.38842 54.4043,-32.98846 118.58948,-48.56028 168.99585,-88.64283 28.88568,-21.5948 48.32841,-54.80724 53.78039,-90.48785 5.74572,-33.51024 -0.65606,-68.54754 -16.90555,-98.2645 -15.51203,-33.18508 -33.4428,-68.04724 -30.00081,-105.80243 2.68903,-27.36665 15.23092,-52.46165 24.84472,-77.85147 0.10994,-6.795344 -8.17884,-8.262472 -11.77613,-12.651977 C 486.81365,61.01643 470.13483,46.86311 451.66745,36.163247 c -11.4803,2.505969 -20.74452,11.507531 -32.47995,13.618003 -43.525,14.40095 -94.32737,5.198662 -129.5625,-24.5 -0.59909,-0.283146 -1.28983,-0.348406 -1.9375,-0.21875 z" id="path3610" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="16"/>
|
||||
<path sodipodi:nodetypes="cccscccccsccc" d="m 299.36814,552.79365 0,0 c 87.57849,-60.48622 234.86567,-71.30416 236.1719,-209.53289 0.62341,-61.98162 -36.26078,-81.56678 -49.04661,-158.18473 -5.84658,-35.03514 25.93859,-99.834935 25.93859,-99.834935 l -61.067,-46.035909 C 414.77305,62.373172 346.03301,76.290957 288.27326,28.720954 232.49025,78.52803 163.23714,67.171581 125.73251,45.378908 L 66.579838,93.646237 c 0,0 34.391022,63.571493 29.9707,98.797203 -9.666746,77.03468 -45.728329,97.97381 -42.58992,159.88557 6.915079,138.07616 154.530342,143.42038 244.497622,200.61111 l 0,0" id="path4295" opacity=".1" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="9.548"/>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
8
vtm-themes/resources/assets/symbols/amenity/post_box.svg
Executable file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 126.19975,188.66899 L 226.02765,288.98257 L 126.19975,388.81046 L 126.19975,188.66899 z M 436.76562,169.86019 L 313.80202,292.35284 C 307.68915,298.46559 299.97235,301.52189 290.6516,301.52176 C 281.0066,301.52189 272.96602,298.3037 266.52985,291.86715 L 144.52289,169.86019 L 436.76562,169.86019 z M 456.06009,388.81046 L 356.23219,288.98257 L 456.06009,188.66899 L 456.06009,388.81046 z M 144.03721,407.61925 L 244.35077,307.79135 L 248.69241,312.13298 C 260.26985,323.38697 274.25623,329.01391 290.6516,329.0138 C 307.04649,329.01391 320.87099,323.38697 332.12515,312.13298 L 336.46676,307.79135 L 436.76562,407.61925 L 144.03721,407.61925 z M 99.193389,434.62562 L 484.0378,434.62562 L 484.0378,142.36816 L 99.193389,142.36816 L 99.193389,434.62562 z" id="flowRoot3192" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
10
vtm-themes/resources/assets/symbols/amenity/post_office.svg
Executable file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 131.79596,192.04629 L 228.24657,288.96614 L 131.79596,385.41673 L 131.79596,192.04629 z M 431.85502,173.87381 L 313.05143,292.22239 C 307.14536,298.12834 299.68963,301.08124 290.68421,301.08111 C 281.36551,301.08124 273.59696,297.97192 267.37853,291.75313 L 149.49921,173.87381 L 431.85502,173.87381 z M 450.49674,385.41673 L 354.04613,288.96614 L 450.49674,192.04629 L 450.49674,385.41673 z M 149.02996,403.5892 L 245.9498,307.1386 L 250.14455,311.33334 C 261.33031,322.2066 274.84352,327.64317 290.68421,327.64306 C 306.52444,327.64317 319.88125,322.2066 330.75466,311.33334 L 334.94939,307.1386 L 431.85502,403.5892 L 149.02996,403.5892 z M 105.70326,429.68191 L 477.52793,429.68191 L 477.52793,147.31187 L 105.70326,147.31187 L 105.70326,429.68191 z" id="flowRoot3192" fill="#ffffff"/>
|
||||
<path sodipodi:type="arc" id="path2207" sodipodi:cx="217.14285" sodipodi:cy="305.71429" sodipodi:rx="288.57144" sodipodi:ry="288.57144" d="M 505.71429,305.71429 A 288.57144,288.57144 0 1 1 -71.428589,305.71429 A 288.57144,288.57144 0 1 1 505.71429,305.71429 z" transform="matrix(0.9469422,0,0,0.9469422,85.693279,2.9720757)" fill="none" stroke="#ffffff" stroke-width="25.14"/>
|
||||
<path transform="matrix(0.9469422,0,0,0.9469422,85.693279,2.9720757)" d="M 505.71429,305.71429 A 288.57144,288.57144 0 1 1 -71.428589,305.71429 A 288.57144,288.57144 0 1 1 505.71429,305.71429 z" sodipodi:ry="288.57144" sodipodi:rx="288.57144" sodipodi:cy="305.71429" sodipodi:cx="217.14285" id="path3267" sodipodi:type="arc" opacity=".1" fill="#ffffff" stroke="#ffffff" stroke-width="25.14"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
24
vtm-themes/resources/assets/symbols/amenity/prison.svg
Executable file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata10"/>
|
||||
<defs id="defs4">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path2295" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path2292" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g8776" transform="matrix(1.871692,0,0,1.871692,79.48837,-14.535408)" opacity=".5">
|
||||
<path d="M 291.78125,122.54565 C 274.64206,122.54628 259.6956,128.76454 247,141.1394 C 234.30554,153.51548 227.96936,168.53674 227.96875,186.29565 C 227.96935,204.07506 234.30555,219.20194 247,231.5769 C 259.6956,243.95287 274.64205,250.10865 291.78125,250.10815 C 292.41322,250.10816 293.0311,250.09255 293.65625,250.0769 C 294.28848,250.09291 294.9233,250.10817 295.5625,250.10815 C 312.70171,250.10865 327.58565,243.95288 340.28125,231.5769 C 352.97571,219.20194 359.3119,204.07506 359.3125,186.29565 C 359.31192,168.53674 352.9757,153.51548 340.28125,141.1394 C 327.58566,128.76454 312.7017,122.54628 295.5625,122.54565 C 294.92349,122.54567 294.28829,122.59211 293.65625,122.60815 C 293.0313,122.59247 292.41303,122.54567 291.78125,122.54565 z M 243.21875,254 C 239.36197,254.0001 235.84975,254.41303 232.71875,255.25 C 230.65895,255.06201 228.58871,254.9819 226.5,255.03125 C 196.49512,255.74056 172.71737,280.65091 173.40625,310.65625 L 174.53125,437.4375 C 174.41804,457.05116 184.88118,475.19811 201.90625,484.9375 C 205.38791,486.92922 209.03987,488.49405 212.78125,489.65625 L 212.78125,506.25 L 212.78125,511.0625 L 293.65625,508.6875 L 374.5625,511.0625 L 374.5625,506.25 L 374.5625,487.21875 C 376.37867,486.3931 378.13726,485.47284 379.875,484.4375 C 396.72503,474.39835 406.86656,456.07734 406.40625,436.46875 L 405.3125,309.65625 C 405.3897,294.96441 399.51504,280.8555 389.03125,270.5625 C 379.58668,261.28982 367.11676,255.83412 354,255.09375 C 351.02528,254.36008 347.73592,254.00009 344.125,254 L 243.21875,254 z" transform="matrix(0.6171011,0,0,0.6171011,-62.206059,-26.591585)" id="flowRoot3192" sodipodi:nodetypes="cccsscssccsccccsccscccccccsccsccc" fill="#ffffff"/>
|
||||
</g>
|
||||
<path d="M 384.53125 47.71875 C 382.2818 47.735165 380.29579 48.009157 378.9375 49.03125 C 378.9375 170.52566 378.9375 292.03684 378.9375 413.53125 C 380.08839 403.25162 385.54703 392.90953 396.03125 390.6875 C 396.03125 276.43234 396.03125 162.16141 396.03125 47.90625 C 392.71378 48.420696 388.28033 47.691392 384.53125 47.71875 z M 378.9375 421.875 C 378.9375 461.74816 378.9375 501.62684 378.9375 541.5 C 384.24545 540.67689 392.40912 543.10058 396.03125 540.375 C 396.03125 508.60563 396.03125 476.83187 396.03125 445.0625 C 385.88583 443.46109 379.44908 431.63095 378.9375 421.875 z " id="path8836" opacity="1" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="13.245"/>
|
||||
<path d="M 211.84375 47.71875 C 209.5943 47.735165 207.6083 48.009157 206.25 49.03125 C 206.25 162.8906 206.25 276.76566 206.25 390.625 C 215.22499 391.91586 221.18648 401.3026 222.8125 409.8125 C 223.03979 410.82753 223.2041 411.87292 223.34375 412.9375 C 223.34375 291.26602 223.34375 169.57773 223.34375 47.90625 C 220.02628 48.420696 215.59283 47.691392 211.84375 47.71875 z M 223.34375 423.09375 C 222.0255 433.03104 216.79986 442.45072 206.6875 445.0625 C 206.54072 445.08382 206.39561 445.07654 206.25 445.09375 C 206.25 477.22769 206.25 509.36606 206.25 541.5 C 211.55795 540.67689 219.72163 543.10058 223.34375 540.375 C 223.34375 501.28305 223.34375 462.1857 223.34375 423.09375 z " id="path9418" opacity="1" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="13.245"/>
|
||||
<path id="path9497" d="M 510.92768,541.48712 C 516.23562,540.66401 524.42166,543.08888 528.04379,540.3633 C 528.04379,376.2146 528.04379,212.0659 528.04379,47.917207 C 522.73584,48.740319 514.5498,46.315451 510.92768,49.041032 C 510.92768,213.18973 510.92768,377.33843 510.92768,541.48712 z" opacity="1" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="13.245"/>
|
||||
<path id="path9499" d="M 54.23746,541.48712 C 59.54541,540.66401 67.73145,543.08888 71.35357,540.3633 C 71.35357,376.2146 71.35357,212.0659 71.35357,47.917207 C 66.04563,48.740319 57.85959,46.315451 54.23746,49.041032 C 54.23746,213.18973 54.23746,377.33843 54.23746,541.48712 z" opacity="1" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="13.245"/>
|
||||
<path d="M 528.30897,46.566526 C 527.51807,41.199686 529.84805,32.922824 527.22912,29.260518 C 369.50361,29.260518 211.77809,29.260518 54.052584,29.260518 C 54.843486,34.627348 52.513502,42.90421 55.132429,46.566526 C 212.85795,46.566526 370.58346,46.566526 528.30897,46.566526 z" id="path9518" opacity="1" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="13.05"/>
|
||||
<path id="path9520" d="M 528.30897,552.56653 C 527.51807,547.19969 529.84805,538.92282 527.22912,535.26052 C 369.50361,535.26052 211.77809,535.26052 54.052584,535.26052 C 54.843486,540.62735 52.513502,548.90421 55.132429,552.56653 C 212.85795,552.56653 370.58346,552.56653 528.30897,552.56653 z" opacity="1" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="13.05"/>
|
||||
</svg>
|
After Width: | Height: | Size: 5.9 KiB |
44
vtm-themes/resources/assets/symbols/amenity/public_building.svg
Executable file
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 286.94406,44.001595 L 34.884618,235.90902 L 85.296174,235.90902 L 85.296174,543.77001 L 236.53218,543.77001 L 340.81297,543.77001 L 488.59196,543.77001 L 488.59196,235.90902 L 539.00386,235.90902 L 286.94406,44.001595 L 286.94406,44.001595 L 286.94406,44.001595 z" id="path645" sodipodi:nodetypes="cccccccccccc" opacity=".2" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="1.241"/>
|
||||
<path sodipodi:nodetypes="cccccccccccc" id="path3198" d="M 286.94406,34.001595 L 34.884618,225.90902 L 85.296174,225.90902 L 85.296174,543.77001 L 236.53218,543.77001 L 340.81297,543.77001 L 488.59196,543.77001 L 488.59196,225.90902 L 539.00386,225.90902 L 286.94406,34.001595 L 286.94406,34.001595 L 286.94406,34.001595 z" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-width="20"/>
|
||||
<g id="g8776" transform="matrix(0.87658488,0,0,0.87658488,99.682021,266.47073)">
|
||||
<path inkscape:connector-curvature="0" sodipodi:nodetypes="ccssssssscssccccccccccc" id="flowRoot3192" d="m 117.84375,42.625 c -10.57662,3.9e-4 -19.790529,3.83221 -27.625,11.46875 -7.83376,7.63729 -11.749626,16.915957 -11.75,27.875 3.7e-4,10.97169 3.916241,20.3009 11.75,27.9375 7.83447,7.63723 17.04838,11.43781 27.625,11.4375 0.38998,1e-5 0.77047,-0.0216 1.15625,-0.0312 0.39015,0.01 0.79305,0.0313 1.1875,0.0312 10.57662,3.1e-4 19.75928,-3.80027 27.59375,-11.4375 7.83376,-7.6366 11.74963,-16.96581 11.75,-27.9375 -3.6e-4,-10.959043 -3.91624,-20.23771 -11.75,-27.875 -7.83447,-7.63654 -17.01713,-11.46836 -27.59375,-11.46875 -0.39434,1.4e-5 -0.79747,0.02135 -1.1875,0.03125 -0.38566,-0.0097 -0.76638,-0.03124 -1.15625,-0.03125 z M 87.875,130.15625 c -11.35344,2.9e-4 -17.609638,5.8771 -18.78125,17.625 l 0,138.03125 0,2.96875 L 119,287.3125 l 49.9375,1.46875 0,-2.96875 0,-138.03125 c -1.1716,-11.7479 -7.42781,-17.62471 -18.78125,-17.625 l -62.28125,0 z" fill="#ffffff"/>
|
||||
<path inkscape:connector-curvature="0" sodipodi:nodetypes="cc" d="m 79.060779,243.05446 -0.7002,-78.24513" id="path3239" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
<path inkscape:connector-curvature="0" id="path8774" d="m 155.06078,243.05446 -0.7002,-78.24513" sodipodi:nodetypes="cc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
</g>
|
||||
<g transform="matrix(0.87658488,0,0,0.87658488,266.23315,266.47073)" id="g8789">
|
||||
<path inkscape:connector-curvature="0" d="m 117.84375,42.625 c -10.57662,3.9e-4 -19.790529,3.83221 -27.625,11.46875 -7.83376,7.63729 -11.749626,16.915957 -11.75,27.875 3.7e-4,10.97169 3.916241,20.3009 11.75,27.9375 7.83447,7.63723 17.04838,11.43781 27.625,11.4375 0.38998,1e-5 0.77047,-0.0216 1.15625,-0.0312 0.39015,0.01 0.79305,0.0313 1.1875,0.0312 10.57662,3.1e-4 19.75928,-3.80027 27.59375,-11.4375 7.83376,-7.6366 11.74963,-16.96581 11.75,-27.9375 -3.6e-4,-10.959043 -3.91624,-20.23771 -11.75,-27.875 -7.83447,-7.63654 -17.01713,-11.46836 -27.59375,-11.46875 -0.39434,1.4e-5 -0.79747,0.02135 -1.1875,0.03125 -0.38566,-0.0097 -0.76638,-0.03124 -1.15625,-0.03125 z M 87.875,130.15625 c -11.35344,2.9e-4 -17.609638,5.8771 -18.78125,17.625 l 0,138.03125 0,2.96875 L 119,287.3125 l 49.9375,1.46875 0,-2.96875 0,-138.03125 c -1.1716,-11.7479 -7.42781,-17.62471 -18.78125,-17.625 l -62.28125,0 z" id="path8791" sodipodi:nodetypes="ccssssssscssccccccccccc" fill="#ffffff"/>
|
||||
<path inkscape:connector-curvature="0" id="path8793" d="m 79.060779,243.05446 -0.7002,-78.24513" sodipodi:nodetypes="cc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
<path inkscape:connector-curvature="0" sodipodi:nodetypes="cc" d="m 155.06078,243.05446 -0.7002,-78.24513" id="path8795" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
</g>
|
||||
<g id="g7680" transform="translate(20,0)">
|
||||
<g transform="matrix(0.48931467,0,0,0.48931467,107.15615,142.64262)" id="g7614">
|
||||
<path inkscape:connector-curvature="0" d="m 117.84375,42.625 c -10.57662,3.9e-4 -19.790529,3.83221 -27.625,11.46875 -7.83376,7.63729 -11.749626,16.915957 -11.75,27.875 3.7e-4,10.97169 3.916241,20.3009 11.75,27.9375 7.83447,7.63723 17.04838,11.43781 27.625,11.4375 0.38998,1e-5 0.77047,-0.0216 1.15625,-0.0312 0.39015,0.01 0.79305,0.0313 1.1875,0.0312 10.57662,3.1e-4 19.75928,-3.80027 27.59375,-11.4375 7.83376,-7.6366 11.74963,-16.96581 11.75,-27.9375 -3.6e-4,-10.959043 -3.91624,-20.23771 -11.75,-27.875 -7.83447,-7.63654 -17.01713,-11.46836 -27.59375,-11.46875 -0.39434,1.4e-5 -0.79747,0.02135 -1.1875,0.03125 -0.38566,-0.0097 -0.76638,-0.03124 -1.15625,-0.03125 z M 87.875,130.15625 c -11.35344,2.9e-4 -17.609638,5.8771 -18.78125,17.625 l 0,138.03125 0,2.96875 L 119,287.3125 l 49.9375,1.46875 0,-2.96875 0,-138.03125 c -1.1716,-11.7479 -7.42781,-17.62471 -18.78125,-17.625 l -62.28125,0 z" id="path7616" sodipodi:nodetypes="ccssssssscssccccccccccc" fill="#ffffff"/>
|
||||
<path inkscape:connector-curvature="0" id="path7618" d="m 79.060779,243.05446 -0.7002,-78.24513" sodipodi:nodetypes="cc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
<path inkscape:connector-curvature="0" sodipodi:nodetypes="cc" d="m 155.06078,243.05446 -0.7002,-78.24513" id="path7620" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
</g>
|
||||
<g id="g7622" transform="matrix(0.48931467,0,0,0.48931467,207.15615,142.64262)">
|
||||
<path sodipodi:nodetypes="ccssssssscssccccccccccc" id="path7624" d="m 117.84375,42.625 c -10.57662,3.9e-4 -19.790529,3.83221 -27.625,11.46875 -7.83376,7.63729 -11.749626,16.915957 -11.75,27.875 3.7e-4,10.97169 3.916241,20.3009 11.75,27.9375 7.83447,7.63723 17.04838,11.43781 27.625,11.4375 0.38998,1e-5 0.77047,-0.0216 1.15625,-0.0312 0.39015,0.01 0.79305,0.0313 1.1875,0.0312 10.57662,3.1e-4 19.75928,-3.80027 27.59375,-11.4375 7.83376,-7.6366 11.74963,-16.96581 11.75,-27.9375 -3.6e-4,-10.959043 -3.91624,-20.23771 -11.75,-27.875 -7.83447,-7.63654 -17.01713,-11.46836 -27.59375,-11.46875 -0.39434,1.4e-5 -0.79747,0.02135 -1.1875,0.03125 -0.38566,-0.0097 -0.76638,-0.03124 -1.15625,-0.03125 z M 87.875,130.15625 c -11.35344,2.9e-4 -17.609638,5.8771 -18.78125,17.625 l 0,138.03125 0,2.96875 L 119,287.3125 l 49.9375,1.46875 0,-2.96875 0,-138.03125 c -1.1716,-11.7479 -7.42781,-17.62471 -18.78125,-17.625 l -62.28125,0 z" inkscape:connector-curvature="0" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="cc" d="m 79.060779,243.05446 -0.7002,-78.24513" id="path7626" inkscape:connector-curvature="0" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
<path id="path7628" d="m 155.06078,243.05446 -0.7002,-78.24513" sodipodi:nodetypes="cc" inkscape:connector-curvature="0" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
</g>
|
||||
<g transform="matrix(0.48931467,0,0,0.48931467,307.15615,142.64262)" id="g7630">
|
||||
<path inkscape:connector-curvature="0" d="m 117.84375,42.625 c -10.57662,3.9e-4 -19.790529,3.83221 -27.625,11.46875 -7.83376,7.63729 -11.749626,16.915957 -11.75,27.875 3.7e-4,10.97169 3.916241,20.3009 11.75,27.9375 7.83447,7.63723 17.04838,11.43781 27.625,11.4375 0.38998,1e-5 0.77047,-0.0216 1.15625,-0.0312 0.39015,0.01 0.79305,0.0313 1.1875,0.0312 10.57662,3.1e-4 19.75928,-3.80027 27.59375,-11.4375 7.83376,-7.6366 11.74963,-16.96581 11.75,-27.9375 -3.6e-4,-10.959043 -3.91624,-20.23771 -11.75,-27.875 -7.83447,-7.63654 -17.01713,-11.46836 -27.59375,-11.46875 -0.39434,1.4e-5 -0.79747,0.02135 -1.1875,0.03125 -0.38566,-0.0097 -0.76638,-0.03124 -1.15625,-0.03125 z M 87.875,130.15625 c -11.35344,2.9e-4 -17.609638,5.8771 -18.78125,17.625 l 0,138.03125 0,2.96875 L 119,287.3125 l 49.9375,1.46875 0,-2.96875 0,-138.03125 c -1.1716,-11.7479 -7.42781,-17.62471 -18.78125,-17.625 l -62.28125,0 z" id="path7632" sodipodi:nodetypes="ccssssssscssccccccccccc" fill="#ffffff"/>
|
||||
<path inkscape:connector-curvature="0" id="path7634" d="m 79.060779,243.05446 -0.7002,-78.24513" sodipodi:nodetypes="cc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
<path inkscape:connector-curvature="0" sodipodi:nodetypes="cc" d="m 155.06078,243.05446 -0.7002,-78.24513" id="path7636" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.4 KiB |
32
vtm-themes/resources/assets/symbols/amenity/public_building2.svg
Executable file
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g transform="matrix(1.0956406,0,0,1.0956406,340.53653,248.08152)" id="g8789">
|
||||
<path inkscape:connector-curvature="0" d="m 117.84375,42.625 c -10.57662,3.9e-4 -19.790529,3.83221 -27.625,11.46875 -7.83376,7.63729 -11.749626,16.915957 -11.75,27.875 3.7e-4,10.97169 3.916241,20.3009 11.75,27.9375 7.83447,7.63723 17.04838,11.43781 27.625,11.4375 0.38998,1e-5 0.77047,-0.0216 1.15625,-0.0312 0.39015,0.01 0.79305,0.0313 1.1875,0.0312 10.57662,3.1e-4 19.75928,-3.80027 27.59375,-11.4375 7.83376,-7.6366 11.74963,-16.96581 11.75,-27.9375 -3.6e-4,-10.959043 -3.91624,-20.23771 -11.75,-27.875 -7.83447,-7.63654 -17.01713,-11.46836 -27.59375,-11.46875 -0.39434,1.4e-5 -0.79747,0.02135 -1.1875,0.03125 -0.38566,-0.0097 -0.76638,-0.03124 -1.15625,-0.03125 z M 87.875,130.15625 c -11.35344,2.9e-4 -17.609638,5.8771 -18.78125,17.625 l 0,138.03125 0,2.96875 L 119,287.3125 l 49.9375,1.46875 0,-2.96875 0,-138.03125 c -1.1716,-11.7479 -7.42781,-17.62471 -18.78125,-17.625 l -62.28125,0 z" id="path8791" sodipodi:nodetypes="ccssssssscssccccccccccc" fill="#ffffff"/>
|
||||
<path inkscape:connector-curvature="0" id="path8793" d="m 79.060779,243.05446 -0.7002,-78.24513" sodipodi:nodetypes="cc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
<path inkscape:connector-curvature="0" sodipodi:nodetypes="cc" d="m 155.06078,243.05446 -0.7002,-78.24513" id="path8795" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
</g>
|
||||
<g id="g7740" transform="matrix(0.74946434,0,0,0.74946434,73.640832,-2.8037989)">
|
||||
<path sodipodi:nodetypes="cccccccccccc" id="path645" d="M 286.94406,44.001595 34.884618,235.90902 l 50.411556,0 0,307.86099 151.236006,0 104.28079,0 147.77899,0 0,-307.86099 50.4119,0 -252.0598,-191.907425 0,0 0,0 z" inkscape:connector-curvature="0" opacity=".2" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="1.241"/>
|
||||
<path d="M 286.94406,34.001595 34.884618,225.90902 l 50.411556,0 0,317.86099 151.236006,0 104.28079,0 147.77899,0 0,-317.86099 50.4119,0 -252.0598,-191.907425 0,0 0,0 z" id="path3198" sodipodi:nodetypes="cccccccccccc" inkscape:connector-curvature="0" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-width="20"/>
|
||||
</g>
|
||||
<path d="m 358.27006,356.19173 c -21.85149,-27.09249 -43.68976,-54.19564 -65.5371,-81.29148 -23.21702,28.67021 -46.45052,57.32713 -69.64945,86.01201 12.98386,0 25.96771,0 38.95157,0 0,32.15555 0,64.3111 0,96.46666 20.23357,0 40.46715,0 60.70073,0 0.37629,-32.72465 0.6949,-65.45003 1.01361,-98.17532 12.31777,0 24.63553,0 36.9533,0 -0.81088,-1.00395 -1.62177,-2.00792 -2.43266,-3.01187 z" id="path8535" inkscape:connector-curvature="0" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="9.267"/>
|
||||
<path inkscape:connector-curvature="0" id="path7850" d="m 358.27006,450.22574 c -21.85149,27.09248 -43.68976,54.19564 -65.5371,81.29148 -23.21702,-28.67022 -46.45052,-57.32713 -69.64945,-86.01201 12.98386,0 25.96771,0 38.95157,0 0,-32.15556 0,-64.31111 0,-96.46667 20.23357,0 40.46715,0 60.70073,0 0.37629,32.72466 0.6949,65.45003 1.01361,98.17533 12.31777,0 24.63553,0 36.9533,0 -0.81088,1.00395 -1.62177,2.00791 -2.43266,3.01187 z" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="9.267"/>
|
||||
<path d="m 220.71831,391.9905 c 47.08941,1.11015 94.17881,2.22029 141.26821,3.33043 0,-63.01755 0,-126.0351 0,-189.05265 -47.0894,0 -94.1788,0 -141.26821,0 0,61.9074 0,123.81482 0,185.72222 z" id="path7856" inkscape:connector-curvature="0" opacity=".5" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="27.802"/>
|
||||
<g id="g8439" transform="matrix(1.0956406,0,0,1.0956406,-15.46347,248.08152)">
|
||||
<path sodipodi:nodetypes="ccssssssscssccccccccccc" id="path8441" d="m 117.84375,42.625 c -10.57662,3.9e-4 -19.790529,3.83221 -27.625,11.46875 -7.83376,7.63729 -11.749626,16.915957 -11.75,27.875 3.7e-4,10.97169 3.916241,20.3009 11.75,27.9375 7.83447,7.63723 17.04838,11.43781 27.625,11.4375 0.38998,1e-5 0.77047,-0.0216 1.15625,-0.0312 0.39015,0.01 0.79305,0.0313 1.1875,0.0312 10.57662,3.1e-4 19.75928,-3.80027 27.59375,-11.4375 7.83376,-7.6366 11.74963,-16.96581 11.75,-27.9375 -3.6e-4,-10.959043 -3.91624,-20.23771 -11.75,-27.875 -7.83447,-7.63654 -17.01713,-11.46836 -27.59375,-11.46875 -0.39434,1.4e-5 -0.79747,0.02135 -1.1875,0.03125 -0.38566,-0.0097 -0.76638,-0.03124 -1.15625,-0.03125 z M 87.875,130.15625 c -11.35344,2.9e-4 -17.609638,5.8771 -18.78125,17.625 l 0,138.03125 0,2.96875 L 119,287.3125 l 49.9375,1.46875 0,-2.96875 0,-138.03125 c -1.1716,-11.7479 -7.42781,-17.62471 -18.78125,-17.625 l -62.28125,0 z" inkscape:connector-curvature="0" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="cc" d="m 79.060779,243.05446 -0.7002,-78.24513" id="path8443" inkscape:connector-curvature="0" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
<path id="path8445" d="m 155.06078,243.05446 -0.7002,-78.24513" sodipodi:nodetypes="cc" inkscape:connector-curvature="0" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="67.1"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.3 KiB |
16
vtm-themes/resources/assets/symbols/amenity/recycling.svg
Executable file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 215.29767,353.28001 L 153.07069,244.8576 L 27.922348,244.8576 L 78.794486,274.30668 L 47.344036,328.50767 C 44.661797,333.4228 43.320736,338.55563 43.320819,343.90613 C 43.320736,349.25693 44.661797,354.38976 47.344036,359.3046 L 96.847881,445.63 C 99.080577,439.3808 101.31344,434.02333 103.54642,429.5576 L 165.11988,323.83094 L 215.29767,353.28001 z M 122.29416,440.27934 C 118.71329,446.07933 116.92292,452.32177 116.92307,459.00667 C 116.92292,469.27234 120.60575,477.97226 127.97157,485.10646 C 135.33707,492.24067 144.14591,495.80778 154.39813,495.80779 L 277.54508,495.80779 L 277.54508,396.10574 L 147.72002,396.10574 C 146.82124,397.88939 143.47198,403.68933 137.6722,413.5056 L 122.29416,440.27934 z M 288.92035,193.33194 L 413.39474,193.33194 L 476.29567,84.929954 L 425.44395,114.37903 L 393.97307,60.157607 C 388.17267,49.906007 379.25493,44.779997 367.21976,44.779546 L 268.1712,44.779546 C 272.1873,49.232072 275.53656,53.690954 278.21902,58.156212 L 339.09813,163.88287 L 329.07074,169.90746 L 288.92035,193.33194 z M 228.02081,50.130223 C 213.7385,50.130657 203.03039,56.373094 195.89641,68.857531 L 133.66943,175.93207 C 157.30473,189.76511 186.07983,206.27318 219.99482,225.45634 C 240.06293,191.1062 261.69701,153.63117 284.89713,113.03113 L 260.14522,68.857531 C 253.0107,56.373094 242.30259,50.130657 228.02081,50.130223 L 228.02081,50.130223 z M 387.96889,394.75786 L 387.96889,382.70866 L 387.96889,336.55408 L 325.72148,444.95607 L 387.96889,552.70454 L 387.96889,494.48033 L 450.19588,494.48033 C 462.24457,494.48033 471.38698,489.34751 477.62313,479.08186 L 527.14739,392.75646 C 520.46191,394.54011 514.88661,395.43188 510.42147,395.43179 L 387.96889,394.75786 z M 480.31888,211.40574 C 478.08551,212.74027 449.3036,229.24835 393.97307,260.93001 C 421.63812,308.6641 443.50366,346.36377 459.56974,374.02915 L 509.74753,374.02915 C 524.47831,374.02926 535.41108,367.78001 542.54588,355.2814 C 549.2302,343.23233 549.00556,330.96531 541.87193,318.48028 L 480.31888,211.40574 z" id="flowRoot3192" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
12
vtm-themes/resources/assets/symbols/amenity/survey_point.svg
Executable file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata1976"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.6,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.842 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 293.41477,110.48793 C 319.40337,110.48793 340.49222,132.51195 340.49222,159.65122 C 340.49222,186.79048 319.40173,208.8145 293.41477,208.8145 C 267.42781,208.8145 246.33563,186.79048 246.33563,159.65122 C 246.33563,132.51195 267.42613,110.48793 293.41477,110.48793" i:knockout="Off" id="path117" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path d="M 222.50836,105.59421 L 368.48164,105.59421" id="path4758" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="45.09"/>
|
||||
<path d="M 143.14404,440.28564 L 263.09481,187.45446" id="path5269" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="35.825"/>
|
||||
<path d="M 442.99353,434.28901 L 323.04276,181.45783" id="path5271" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="35.825"/>
|
||||
<path d="M 292.60524,513.80679 L 293.5323,201.19958" id="path5273" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="35.927"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
32
vtm-themes/resources/assets/symbols/amenity/telephone.svg
Executable file
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3634" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3631" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2611">
|
||||
<path id="path1325" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2608">
|
||||
<path id="path1322" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g1331" transform="matrix(0.9537247,0.6649405,-0.6649405,0.9537247,190.65781,-211.89377)">
|
||||
<path d="M 309.337,64.0439 C 286.958,66.5479 205.583,103.742 203.208,295.523 C 200.708,497.548 286.958,540.048 309.578,539.59 L 309.578,406.154 C 290.958,406.154 287.212,385.879 282.958,344.048 C 280.144,316.369 279.324,282.106 282.958,248.048 C 285.51,224.151 289.958,200.825 309.458,200.825 L 309.337,64.0439 z" id="path1333" fill="#ffffff"/>
|
||||
<path d="M 357.583,539.825 C 366.208,539.825 372.394,532.798 372.394,524.923 L 372.456,524.861 C 372.456,524.861 372.394,420.861 372.394,420.798 C 372.394,412.548 365.708,406.044 357.583,406.044 L 319.784,406.044 L 319.784,539.825 C 319.784,539.825 357.491,539.883 357.522,539.852 L 357.583,539.825 z" id="path1335" fill="#ffffff"/>
|
||||
<path d="M 357.583,200.825 C 366.208,200.825 372.394,193.798 372.394,185.923 L 372.456,185.861 C 372.456,185.861 372.394,78.8609 372.394,78.7979 C 372.394,70.5479 365.708,64.0439 357.583,64.0439 L 319.784,64.0439 L 319.784,200.825 C 319.784,200.825 357.491,200.883 357.522,200.852 L 357.583,200.825 z" id="path1337" fill="#ffffff"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
16
vtm-themes/resources/assets/symbols/amenity/toilets.svg
Executable file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 282.64529,512.4583 L 318.45711,512.4583 L 318.45711,61.17178 L 282.64529,61.17178 L 282.64529,512.4583 z M 174.96393,143.59872 L 102.68057,143.59872 C 91.409786,143.59908 81.273089,147.65375 72.270419,155.76278 C 65.507937,162.05819 61.006552,169.04048 58.766246,176.7097 L 27.675745,280.06296 C 26.782291,282.3173 26.335581,284.34465 26.335632,286.14498 C 26.335581,296.50868 31.510451,301.69043 41.860261,301.69023 C 49.076158,301.69043 53.811209,297.63574 56.065415,289.52617 L 84.434463,194.93518 L 99.959105,194.93518 L 53.343962,363.14964 L 98.618995,363.14964 L 98.618995,494.21221 C 98.61888,505.92269 104.24733,511.77792 115.50436,511.77794 C 126.76111,511.77792 132.38957,505.92269 132.38972,494.21221 L 132.38972,362.4899 L 149.29569,362.4899 L 149.29569,494.89257 C 149.29553,506.14948 154.92397,511.77792 166.18106,511.77794 C 177.43776,511.77792 183.06622,506.14948 183.06641,494.89257 L 183.06641,363.14964 L 228.32083,363.14964 L 181.04594,194.93518 L 197.25095,194.93518 L 225.62,289.52617 C 227.87388,297.63574 232.60206,301.69043 239.80454,301.69023 C 250.16776,301.69043 255.34951,296.50868 255.34978,286.14498 C 255.34951,283.89107 254.9028,281.86372 254.00968,280.06296 L 222.91917,176.7097 C 220.66479,169.49405 215.48992,162.51175 207.39454,155.76278 C 197.4844,147.65375 186.6742,143.59908 174.96393,143.59872 L 174.96393,143.59872 z M 140.51284,136.15597 C 150.86243,136.15632 159.64183,132.55522 166.85111,125.35263 C 174.06002,118.1508 177.66455,109.59472 177.66475,99.68441 C 177.66455,89.32131 174.06002,80.53845 166.85111,73.33581 C 159.64183,66.13403 150.86243,62.53293 140.51284,62.5325 C 130.60277,62.53293 122.04326,66.13403 114.8343,73.33581 C 107.62508,80.53845 104.02054,89.32131 104.02065,99.68441 C 104.02054,109.59472 107.62508,118.1508 114.8343,125.35263 C 122.04326,132.55522 130.60277,136.15632 140.51284,136.15597 L 140.51284,136.15597 z M 456.528,135.49621 C 466.43739,135.49658 474.9969,131.89203 482.20653,124.68258 C 489.41507,117.47387 493.01961,108.91436 493.02017,99.00405 C 493.01961,88.65469 489.41507,79.98867 482.20653,73.00595 C 474.9969,66.02408 466.43739,62.53293 456.528,62.5325 C 446.61756,62.53293 438.06149,66.02408 430.85977,73.00595 C 423.65706,79.98867 420.05596,88.65469 420.05644,99.00405 C 420.05596,108.91436 423.65706,117.47387 430.85977,124.68258 C 438.06149,131.89203 446.61756,135.49658 456.528,135.49621 L 456.528,135.49621 z M 504.50386,142.91837 L 407.89239,142.91837 C 394.83447,142.9187 383.68753,147.53693 374.45153,156.77301 C 365.21467,166.00978 360.59646,177.3835 360.59688,190.89423 L 360.59688,303.03034 C 360.59646,313.8476 365.55141,319.25613 375.46177,319.25595 C 384.91767,319.25613 389.64585,313.8476 389.64631,303.03034 L 389.64631,193.59506 L 407.21203,193.59506 L 407.21203,490.85163 C 407.21155,504.36266 413.96707,511.11818 427.47858,511.1182 C 440.98911,511.11818 447.74462,504.36266 447.74513,490.85163 L 447.74513,318.57559 L 465.31086,318.57559 L 465.31086,490.85163 C 465.31033,504.36266 472.06584,511.11818 485.57741,511.1182 C 499.54147,511.11818 506.52377,504.36266 506.52433,490.85163 L 506.52433,193.59506 L 523.4097,193.59506 L 523.4097,303.03034 C 523.40911,314.28743 528.13728,319.91587 537.59423,319.91571 C 547.06371,319.91587 551.79875,314.28743 551.79936,303.03034 L 551.79936,191.55397 C 551.79875,178.49682 547.40733,167.12653 538.62508,157.44307 C 529.84162,147.76028 518.4679,142.9187 504.50386,142.91837 L 504.50386,142.91837 z" id="flowRoot3192" sodipodi:nodetypes="ccccccccccssccccccsccccsccccccssccccccssssssscccsccssscccccsccsccccsccccsccccsccccc" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.7 KiB |
19
vtm-themes/resources/assets/symbols/amenity/toilets_disabled.svg
Executable file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g transform="matrix(1.1036393,0,0,1.0674681,-199.60691,-196.49434)" inkscape:label="Ebene 1" id="layer1" fill="#ffffff">
|
||||
<path sodipodi:nodetypes="cccccccccccccccccccccccccccc" id="path1631" d="M 475.14239,512.18475 C 455.98022,507.82608 355.63011,511.46176 326.61273,511.45765 C 325.71817,448.40152 325.49175,385.33666 324.95769,322.27616 C 306.90185,303.3047 316.35912,268.99957 341.47238,261.63101 C 366.33467,251.38896 397.00821,274.41644 392.9612,301.45924 C 394.05008,322.82207 369.20964,328.02258 360.82849,339.80159 C 360.22642,364.7506 359.67445,389.78618 361.1968,414.70072 C 394.99835,417.41822 429.25883,415.41662 463.26461,415.88181 C 463.26461,426.84659 463.26461,437.81138 463.26461,448.77616 C 429.95472,448.77616 396.64484,448.77616 363.33495,448.77616 C 355.12082,467.7601 363.27055,483.41896 361.46514,481.67273 C 399.06092,481.85538 460.65743,481.74632 498.25356,481.77616 C 519.8184,526.09655 540.56669,571.03397 562.33619,615.10231 C 585.20389,612.33784 601.8056,599.41482 610.49782,598.85868 C 620.02186,598.03601 620.26631,628.40996 619.21194,627.50546 C 598.78942,634.85834 566.55746,650.7486 546.02023,657.77617 C 540.84192,649.38539 494.42324,551.84326 475.14239,512.18475 z M 358.74924,701.28513 C 313.89925,696.29491 282.53144,682.88945 258.60122,661.39393 C 224.38105,631.56517 204.61044,585.48831 209.87972,539.92978 C 212.43349,488.27629 246.91682,441.52959 292.5749,418.84829 C 299.82092,425.55951 294.94651,442.87901 296.24292,454.29174 C 298.17472,464.19329 285.0523,466.91187 280.24747,473.7567 C 246.33625,506.2488 238.90725,561.67428 260.34286,603.08127 C 283.01946,650.13041 340.39421,679.64452 391.57378,665.24716 C 429.9463,655.60354 460.34575,626.64192 480.54345,593.67296 C 488.98781,600.44577 506.98711,629.12461 488.76424,641.77672 C 457.9627,680.46369 408.61325,704.72754 358.74924,701.28513 z"/>
|
||||
</g>
|
||||
<path d="M 248.38977,29.174988 L 285.41589,29.174988 L 298.76252,99.696835 L 318.22276,29.174988 L 355.16277,29.174988 L 374.70912,99.696835 L 388.05575,29.174988 L 424.90965,29.174988 L 397.09701,155.40823 L 358.86539,155.40823 L 336.73582,75.931231 L 314.69236,155.40823 L 276.46074,155.40823 L 248.38977,29.174988 z M 521.78032,103.82998 L 555.96491,114.16286 C 553.66858,123.7495 550.05208,131.75746 545.11539,138.18678 C 540.17846,144.61613 534.0505,149.46684 526.73149,152.73891 C 519.41228,156.01098 510.09835,157.64702 498.78968,157.64702 C 485.06987,157.64702 473.86158,155.6522 465.1648,151.66257 C 456.46793,147.67294 448.96226,140.6552 442.64775,130.60934 C 436.33321,120.56353 433.17594,107.70486 433.17595,92.033289 C 433.17594,71.138011 438.72986,55.079023 449.83771,43.856276 C 460.94551,32.633753 476.66007,27.022435 496.98143,27.022307 C 512.88249,27.022435 525.38238,30.237103 534.48114,36.66632 C 543.57969,43.095775 550.33911,52.969397 554.7594,66.287218 L 520.3165,73.950764 C 519.1109,70.104725 517.848,67.291891 516.52778,65.512253 C 514.34631,62.527294 511.67698,60.231102 508.51981,58.623672 C 505.36246,57.016435 501.83206,56.212768 497.92861,56.212668 C 489.0882,56.212768 482.31444,59.771864 477.6073,66.889969 C 474.04815,72.171297 472.2686,80.466289 472.26865,91.774967 C 472.2686,105.7818 474.39258,115.38275 478.64059,120.57785 C 482.88849,125.77301 488.85858,128.37058 496.5509,128.37055 C 504.01345,128.37058 509.65347,126.27531 513.47097,122.08472 C 517.2883,117.89421 520.05808,111.8093 521.78032,103.82998 L 521.78032,103.82998 z" id="text5207" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.6 KiB |
17
vtm-themes/resources/assets/symbols/amenity/toilets_men.svg
Executable file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 150.76817,118.23459 C 161.97126,118.235 171.64823,114.15987 179.7991,106.0092 C 187.94873,97.859376 192.02385,88.182403 192.02449,76.978274 C 192.02385,65.277782 187.94873,55.480385 179.7991,47.586057 C 171.64823,39.69268 161.97126,35.745757 150.76817,35.745263 C 139.56389,35.745757 129.89081,39.69268 121.74888,47.586057 C 113.60584,55.480385 109.53461,65.277782 109.53515,76.978274 C 109.53461,88.182403 113.60584,97.859376 121.74888,106.0092 C 129.89081,114.15987 139.56389,118.235 150.76817,118.23459 L 150.76817,118.23459 z M 205.0074,126.62572 L 95.783046,126.62572 C 81.020389,126.62609 68.418186,131.84725 57.9764,142.28912 C 47.533638,152.73178 42.312511,165.59037 42.312992,180.86495 L 42.312992,307.64073 C 42.312511,319.87021 47.914348,325.98484 59.11853,325.98463 C 69.808926,325.98484 75.154378,319.87021 75.154898,307.64073 L 75.154898,183.91838 L 95.013864,183.91838 L 95.013864,519.98259 C 95.013331,535.25751 102.65079,542.89499 117.92627,542.89501 C 133.20064,542.89499 140.8381,535.25751 140.83867,519.98259 L 140.83867,325.21545 L 160.69765,325.21545 L 160.69765,519.98259 C 160.69705,535.25751 168.33451,542.89499 183.61006,542.89501 C 199.39715,542.89499 207.29101,535.25751 207.29165,519.98259 L 207.29165,183.91838 L 226.38145,183.91838 L 226.38145,307.64073 C 226.38079,320.36747 231.72622,326.73071 242.4178,326.73053 C 253.12356,326.73071 258.47677,320.36747 258.47746,307.64073 L 258.47746,181.61082 C 258.47677,166.84904 253.51203,153.99432 243.58323,143.04666 C 233.65307,132.09976 220.79449,126.62609 205.0074,126.62572 L 205.0074,126.62572 z" id="flowRoot3192" sodipodi:nodetypes="csscssssccccsccsccccsccccsccccsccccc" fill="#ffffff"/>
|
||||
<path d="M 243.31462,414.85233 L 280.34074,414.85233 L 293.68737,485.37417 L 313.14761,414.85233 L 350.08762,414.85233 L 369.63397,485.37417 L 382.9806,414.85233 L 419.83451,414.85233 L 392.02186,541.08557 L 353.79024,541.08557 L 331.66067,461.60857 L 309.61721,541.08557 L 271.38559,541.08557 L 243.31462,414.85233 z M 516.70517,489.50732 L 550.88976,499.84019 C 548.59343,509.42683 544.97693,517.4348 540.04024,523.86412 C 535.10331,530.29347 528.97535,535.14418 521.65634,538.41625 C 514.33713,541.68832 505.0232,543.32436 493.71454,543.32436 C 479.99472,543.32436 468.78643,541.32954 460.08965,537.33991 C 451.39278,533.35028 443.88711,526.33254 437.5726,516.28668 C 431.25806,506.24087 428.10079,493.3822 428.1008,477.71063 C 428.10079,456.81535 433.65471,440.75636 444.76256,429.53361 C 455.87036,418.31109 471.58492,412.69977 491.90628,412.69964 C 507.80734,412.69977 520.30723,415.91444 529.406,422.34366 C 538.50454,428.77311 545.26396,438.64673 549.68426,451.96456 L 515.24135,459.6281 C 514.03575,455.78206 512.77285,452.96923 511.45263,451.18959 C 509.27116,448.20463 506.60184,445.90844 503.44466,444.30101 C 500.28731,442.69377 496.75692,441.89011 492.85346,441.89001 C 484.01305,441.89011 477.23929,445.4492 472.53215,452.56731 C 468.973,457.84864 467.19345,466.14363 467.1935,477.45231 C 467.19345,491.45914 469.31743,501.06009 473.56544,506.25518 C 477.81334,511.45035 483.78343,514.04792 491.47575,514.04789 C 498.9383,514.04792 504.57832,511.95264 508.39582,507.76206 C 512.21315,503.57155 514.98293,497.48664 516.70517,489.50732 L 516.70517,489.50732 z" id="text5207" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
17
vtm-themes/resources/assets/symbols/amenity/toilets_women.svg
Executable file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 195.92952,122.3386 L 111.16049,122.3386 C 97.942884,122.33902 86.055248,127.09406 75.497532,136.60379 C 67.566952,143.98662 62.288031,152.17498 59.660743,161.16891 L 23.199916,282.37462 C 22.152135,285.01836 21.628258,287.3959 21.628325,289.50721 C 21.628258,301.66105 27.696993,307.73785 39.834557,307.73762 C 48.296863,307.73785 53.849813,302.9828 56.493393,293.47244 L 89.7627,182.54252 L 107.96894,182.54252 L 53.301862,379.81306 L 106.39735,379.81306 L 106.39735,533.51438 C 106.39722,547.24763 112.99788,554.11425 126.19937,554.11428 C 139.40052,554.11425 146.0012,547.24763 146.00138,533.51438 L 146.00138,379.03936 L 165.82755,379.03936 L 165.82755,534.31226 C 165.82736,547.5136 172.42802,554.11425 185.62957,554.11428 C 198.83066,554.11425 205.43134,547.5136 205.43157,534.31226 L 205.43157,379.81306 L 258.50288,379.81306 L 203.0621,182.54252 L 222.06624,182.54252 L 255.33554,293.47244 C 257.97874,302.9828 263.52362,307.73785 271.9702,307.73762 C 284.12349,307.73785 290.20029,301.66105 290.20062,289.50721 C 290.20029,286.86397 289.67643,284.48643 288.62904,282.37462 L 252.16819,161.16891 C 249.5244,152.70689 243.45567,144.51852 233.96195,136.60379 C 222.34001,127.09406 209.66254,122.33902 195.92952,122.3386 L 195.92952,122.3386 z M 155.52762,113.61024 C 167.66492,113.61066 177.96081,109.38753 186.41536,100.94081 C 194.86948,92.495 199.09663,82.461009 199.09687,70.838866 C 199.09663,58.685724 194.86948,48.385782 186.41536,39.939013 C 177.96081,31.493256 167.66492,27.270127 155.52762,27.269615 C 143.90576,27.270127 133.86775,31.493256 125.41356,39.939013 C 116.95908,48.385782 112.73192,58.685724 112.73205,70.838866 C 112.73192,82.461009 116.95908,92.495 125.41356,100.94081 C 133.86775,109.38753 143.90576,113.61066 155.52762,113.61024 L 155.52762,113.61024 z" id="flowRoot3192" sodipodi:nodetypes="cccccssccccccsccccsccccccssccccccssssssscc" fill="#ffffff"/>
|
||||
<path d="M 245.48457,418.10727 L 282.51069,418.10727 L 295.85732,488.62912 L 315.31756,418.10727 L 352.25758,418.10727 L 371.80392,488.62912 L 385.15055,418.10727 L 422.00446,418.10727 L 394.19181,544.34052 L 355.96019,544.34052 L 333.83062,464.86351 L 311.78716,544.34052 L 273.55554,544.34052 L 245.48457,418.10727 z M 518.87513,492.76227 L 553.05971,503.09514 C 550.76339,512.68178 547.14689,520.68974 542.21019,527.11906 C 537.27326,533.54842 531.1453,538.39912 523.82629,541.67119 C 516.50708,544.94327 507.19316,546.5793 495.88449,546.5793 C 482.16467,546.5793 470.95639,544.58449 462.2596,540.59485 C 453.56274,536.60522 446.05706,529.58749 439.74255,519.54162 C 433.42801,509.49581 430.27075,496.63714 430.27075,480.96557 C 430.27075,460.07029 435.82466,444.0113 446.93251,432.78856 C 458.04031,421.56603 473.75487,415.95472 494.07624,415.95459 C 509.97729,415.95472 522.47718,419.16938 531.57595,425.5986 C 540.6745,432.02806 547.43391,441.90168 551.85421,455.2195 L 517.4113,462.88305 C 516.20571,459.03701 514.9428,456.22417 513.62258,454.44453 C 511.44111,451.45958 508.77179,449.16338 505.61461,447.55595 C 502.45726,445.94872 498.92687,445.14505 495.02342,445.14495 C 486.18301,445.14505 479.40924,448.70415 474.7021,455.82225 C 471.14295,461.10358 469.3634,469.39857 469.36345,480.70725 C 469.3634,494.71408 471.48738,504.31503 475.73539,509.51013 C 479.98329,514.7053 485.95339,517.30286 493.6457,517.30284 C 501.10825,517.30286 506.74827,515.20759 510.56578,511.017 C 514.38311,506.82649 517.15289,500.74158 518.87513,492.76227 L 518.87513,492.76227 z" id="text5207" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.6 KiB |
35
vtm-themes/resources/assets/symbols/amenity/town_hall.svg
Executable file
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 286.94406,44.001595 L 34.884618,235.90902 L 85.296174,235.90902 L 85.296174,543.77001 L 236.53218,543.77001 L 340.81297,543.77001 L 488.59196,543.77001 L 488.59196,235.90902 L 539.00386,235.90902 L 286.94406,44.001595 L 286.94406,44.001595 L 286.94406,44.001595 z" id="path645" sodipodi:nodetypes="cccccccccccc" opacity=".2" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="1.241"/>
|
||||
<g id="g7376">
|
||||
<path d="M 286.94406,34.001595 L 34.884618,225.90902 L 85.296174,225.90902 L 85.296174,543.77001 L 236.53218,543.77001 L 340.81297,543.77001 L 488.59196,543.77001 L 488.59196,225.90902 L 539.00386,225.90902 L 286.94406,34.001595 L 286.94406,34.001595 L 286.94406,34.001595 z" id="path3198" sodipodi:nodetypes="cccccccccccc" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-width="20"/>
|
||||
</g>
|
||||
<g id="g7429" transform="translate(20.714286,6.9047619)">
|
||||
<g transform="matrix(0.72874211,0.31791172,-0.31791172,0.72874211,171.56325,-23.649792)" id="g7395">
|
||||
<path d="m 266.3125,331.0625 c -4.37763,5.92064 -29.89848,10.46875 -60.71875,10.46875 -30.39471,0 -55.61015,-4.41796 -60.5,-10.21875 l 0,74.25 c -0.11729,0.31171 -0.1875,0.61972 -0.1875,0.9375 0,6.77937 27.16141,12.28125 60.6875,12.28125 33.31348,0 60.34581,-5.43622 60.6875,-12.15625 l 0.0312,0 0,-0.125 0,-75.4375 z" id="path7344" inkscape:connector-curvature="0" fill="#ffffff"/>
|
||||
<path sodipodi:type="arc" id="path7364" sodipodi:cx="205.60846" sodipodi:cy="279.25925" sodipodi:rx="61.37566" sodipodi:ry="12.275132" d="m 266.98412,279.25925 c 0,6.77937 -27.47882,12.27513 -61.37566,12.27513 -33.89684,0 -61.37566,-5.49576 -61.37566,-12.27513 0,-6.77937 27.47882,-12.27514 61.37566,-12.27514 33.89684,0 61.37566,5.49577 61.37566,12.27514 z" transform="translate(0,32)" fill="#ffffff" stroke="#000000" stroke-linecap="round" stroke-width=".5"/>
|
||||
<path id="path7391" d="m 266.3125,417.0625 c -4.37763,5.92064 -29.89848,10.46875 -60.71875,10.46875 -30.39471,0 -55.61015,-4.41796 -60.5,-10.21875 l 0,8.25 c -0.11729,0.31171 -0.1875,0.61972 -0.1875,0.9375 0,6.77937 27.16141,12.28125 60.6875,12.28125 33.31348,0 60.34581,-5.43622 60.6875,-12.15625 l 0.0312,0 0,-0.125 0,-9.4375 z" inkscape:connector-curvature="0" sodipodi:nodetypes="csccssccccc" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="csccssccccc" inkscape:connector-curvature="0" d="m 266.3125,311.0625 c -4.37763,5.92064 -29.89848,10.46875 -60.71875,10.46875 -30.39471,0 -55.61015,-4.41796 -60.5,-10.21875 l 0,8.25 c -0.11729,0.31171 -0.1875,0.61972 -0.1875,0.9375 0,6.77937 27.16141,12.28125 60.6875,12.28125 33.31348,0 60.34581,-5.43622 60.6875,-12.15625 l 0.0312,0 0,-0.125 0,-9.4375 z" id="path7393" fill="#ffffff"/>
|
||||
</g>
|
||||
<g transform="translate(-6,-2)" id="g7407">
|
||||
<path sodipodi:type="arc" id="path7403" sodipodi:cx="418.50528" sodipodi:cy="367.10318" sodipodi:rx="18.796297" sodipodi:ry="15.727513" d="m 437.30158,367.10318 c 0,8.68607 -8.41539,15.72751 -18.7963,15.72751 -10.38091,0 -18.7963,-7.04144 -18.7963,-15.72751 0,-8.68607 8.41539,-15.72751 18.7963,-15.72751 10.38091,0 18.7963,7.04144 18.7963,15.72751 z" transform="matrix(0.72141853,-0.57837093,0.51147444,0.81577391,-63.840382,365.49477)" fill="#ffffff"/>
|
||||
<path d="M 422.72486,421.19048 230.15873,323.75662" id="path7405" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="35.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="g7425" transform="matrix(1.7367305,0,0,1.7367305,-173.92643,-301.91227)">
|
||||
<path sodipodi:type="arc" id="path7415" sodipodi:cx="205.60846" sodipodi:cy="279.25925" sodipodi:rx="61.37566" sodipodi:ry="12.275132" d="m 266.98412,279.25925 c 0,6.77937 -27.47882,12.27513 -61.37566,12.27513 -33.89684,0 -61.37566,-5.49576 -61.37566,-12.27513 0,-6.77937 27.47882,-12.27514 61.37566,-12.27514 33.89684,0 61.37566,5.49577 61.37566,12.27514 z" transform="matrix(0.7950588,-0.00379775,0.00379775,0.7950588,51.761692,201.63857)" fill="#ffffff" stroke="#000000" stroke-linecap="round" stroke-width=".5"/>
|
||||
<path sodipodi:nodetypes="csccssccccc" inkscape:connector-curvature="0" d="m 264.5556,422.49828 c -3.45799,4.72388 -23.73129,8.43682 -48.23522,8.55387 -24.16558,0.11543 -44.23012,-3.30135 -48.13987,-7.89475 l 0.0313,6.55924 c -0.0921,0.24827 -0.14672,0.49342 -0.14552,0.74608 0.0258,5.39 21.64156,9.66116 48.29677,9.53384 26.48618,-0.12652 47.95783,-4.5513 48.20397,-9.89541 l 0.0248,-1.2e-4 -4.7e-4,-0.0994 -0.0358,-7.50337 z" id="path7419" fill="#ffffff"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.6 KiB |
23
vtm-themes/resources/assets/symbols/amenity/town_hall2.svg
Executable file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 286.94406,44.001595 L 34.884618,235.90902 L 85.296174,235.90902 L 85.296174,543.77001 L 236.53218,543.77001 L 340.81297,543.77001 L 488.59196,543.77001 L 488.59196,235.90902 L 539.00386,235.90902 L 286.94406,44.001595 L 286.94406,44.001595 L 286.94406,44.001595 z" id="path645" sodipodi:nodetypes="cccccccccccc" opacity=".2" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-width="1.241"/>
|
||||
<g id="g7376">
|
||||
<path d="M 286.94406,34.001595 L 34.884618,225.90902 L 85.296174,225.90902 L 85.296174,543.77001 L 236.53218,543.77001 L 340.81297,543.77001 L 488.59196,543.77001 L 488.59196,225.90902 L 539.00386,225.90902 L 286.94406,34.001595 L 286.94406,34.001595 L 286.94406,34.001595 z" id="path3198" sodipodi:nodetypes="cccccccccccc" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-width="20"/>
|
||||
</g>
|
||||
<path d="m 160.09524,353.29101 257.25925,0 46.05731,39.7736 -349.86683,0 z" id="path7610" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" opacity=".5" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
<path sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" id="path7612" d="m 114.09524,515.29101 349.25925,0 0.0573,-100.2264 -349.86683,0 z" opacity=".5" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
<path d="m 209.3125,161.96875 c -9.562,3.6e-4 -17.85459,3.43978 -24.9375,10.34375 -7.08226,6.90464 -10.65591,15.31102 -10.65625,25.21875 3.4e-4,9.91919 3.57399,18.34598 10.65625,25.25 7.08291,6.90459 15.3755,10.34403 24.9375,10.34375 0.35257,0 0.71373,-0.0228 1.0625,-0.0312 0.35271,0.01 0.70589,0.0316 1.0625,0.0312 9.562,2.8e-4 17.88586,-3.43916 24.96875,-10.34375 7.08228,-6.90402 10.59341,-15.33081 10.59375,-25.25 -3.2e-4,-9.90773 -3.51147,-18.31411 -10.59375,-25.21875 -7.08289,-6.90397 -15.40675,-10.34339 -24.96875,-10.34375 -0.3565,1e-5 -0.7099,-0.009 -1.0625,0 -0.34867,-0.008 -0.71003,0 -1.0625,0 z m -27.0625,79.125 c -2.16279,6e-5 -4.1213,0.21573 -5.875,0.6875 -1.1526,-0.10781 -2.31138,-0.14957 -3.46875,-0.125 -7.93484,0.19136 -15.74218,3.6462 -21.21998,9.39007 -5.47779,5.74387 -8.5587,13.70619 -8.37377,21.64118 l 0.65625,70.75 c -5e-5,0.0312 -5e-5,0.0625 0,0.0937 3.22118,-2.31265 6.58636,-4.42 10.21875,-6.1875 39.64445,-1.16447 79.34295,-1.26054 119.0625,-1.15625 l -0.59375,-64.0625 c 0.0245,-7.65168 -2.97678,-15.27235 -8.21239,-20.85241 -5.23562,-5.58007 -12.64988,-9.06017 -20.28761,-9.52259 -1.68805,-0.42747 -3.53502,-0.6562 -5.59375,-0.65625 z" id="path8791-2" inkscape:connector-curvature="0" sodipodi:nodetypes="cccscccsccccccccsccccccsccc" stroke-width="1.389" stroke-linecap="round" fill="#ffffff" stroke-linejoin="round" stroke="#ffffff"/>
|
||||
<path sodipodi:nodetypes="cccscccsccccccccsccccccsccc" inkscape:connector-curvature="0" id="path21180" d="m 367.24213,161.96875 c 9.562,3.6e-4 17.85459,3.43978 24.9375,10.34375 7.08226,6.90464 10.65591,15.31102 10.65625,25.21875 -3.4e-4,9.91919 -3.57399,18.34598 -10.65625,25.25 -7.08291,6.90459 -15.3755,10.34403 -24.9375,10.34375 -0.35257,0 -0.71373,-0.0228 -1.0625,-0.0312 -0.35271,0.01 -0.70589,0.0316 -1.0625,0.0312 -9.562,2.8e-4 -17.88586,-3.43916 -24.96875,-10.34375 -7.08228,-6.90402 -10.59341,-15.33081 -10.59375,-25.25 3.2e-4,-9.90773 3.51147,-18.31411 10.59375,-25.21875 7.08289,-6.90397 15.40675,-10.34339 24.96875,-10.34375 0.3565,1e-5 0.7099,-0.009 1.0625,0 0.34867,-0.008 0.71003,0 1.0625,0 z m 27.0625,79.125 c 2.16279,6e-5 4.1213,0.21573 5.875,0.6875 1.1526,-0.10781 2.31138,-0.14957 3.46875,-0.125 7.93484,0.19136 15.74218,3.6462 21.21998,9.39007 5.47779,5.74387 8.5587,13.70619 8.37377,21.64118 l -0.65625,70.75 c 5e-5,0.0312 5e-5,0.0625 0,0.0937 -3.22118,-2.31265 -6.58636,-4.42 -10.21875,-6.1875 -39.64445,-1.16447 -79.34295,-1.26054 -119.0625,-1.15625 l 0.59375,-64.0625 c -0.0245,-7.65168 2.97678,-15.27235 8.21239,-20.85241 5.23562,-5.58007 12.64988,-9.06017 20.28761,-9.52259 1.68805,-0.42747 3.53502,-0.6562 5.59375,-0.65625 z" stroke-width="1.389" stroke-linecap="round" fill="#ffffff" stroke-linejoin="round" stroke="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 5.2 KiB |
47
vtm-themes/resources/assets/symbols/amenity/waste_bin.svg
Executable file
@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3077">
|
||||
<path id="path3298" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3074">
|
||||
<path id="path3295" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g3300" transform="translate(106.14938,44.19308)" fill="#ffffff">
|
||||
<g id="g3302">
|
||||
<path id="path3304" d="M 268.409,81.671 C 290.959,81.671 309.243,63.387 309.243,40.836 C 309.243,18.284 290.959,0 268.409,0 C 245.857,0 227.575,18.284 227.575,40.836 C 227.575,63.387 245.857,81.671 268.409,81.671 z"/>
|
||||
<path id="path3306" d="M 215.941,156.723 L 216.191,468.473 C 216.191,499.657 262.049,499.372 262.049,467.759 L 262.076,286.393 L 271.002,286.307 L 270.974,467.674 C 270.974,499.286 317.367,500.085 317.367,468.473 L 317.394,155.416 L 325.452,155.416 L 325.452,267.211 C 325.452,294.049 361.872,294.049 361.872,267.691 L 361.872,145.393 C 361.872,112.517 337.403,93.156 311.524,93.156 L 238.913,93.156 C 221.691,93.156 209.191,99.973 198.691,114.973 L 161.941,168.527 L 98.171,168.527 C 72.547,168.527 73.985,204.867 97.691,204.867 L 171.191,204.867 C 176.942,204.867 183.941,202.723 187.964,196.719 L 215.941,156.723 z"/>
|
||||
</g>
|
||||
<g id="g3308">
|
||||
<g id="g3310">
|
||||
<g id="g3312">
|
||||
<path id="path3314" d="M 96.123,347.927 L 96.123,318.064 L 66.26,318.064 L 66.26,347.927 L 96.123,347.927 z"/>
|
||||
</g>
|
||||
<g id="g3318">
|
||||
<path id="path3320" d="M 112.332,281.652 L 90.581,259.9 L 68.831,281.652 L 90.581,303.401 L 112.332,281.652 z"/>
|
||||
</g>
|
||||
<g id="g3324">
|
||||
<path id="path3326" d="M 92.042,240.571 L 70.29,218.822 L 48.539,240.571 L 70.29,262.323 L 92.042,240.571 z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path id="path3330" d="M 137.191,491.561 L 175.967,285.4 L 146.795,285.4 L 112.811,462.847 L 62.428,462.847 L 29.172,285.473 L 0,285.473 L 38.048,491.561 L 137.191,491.561 z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
19
vtm-themes/resources/assets/symbols/barrier/blocks.svg
Executable file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g transform="translate(9.478562,-37.590682)" id="g2325" fill="#ffffff" stroke="#ffffff" stroke-width="5.2">
|
||||
<path d="m 235.146,477.418 c 0,14.09 -11.422,25.512 -25.512,25.512 l -121.976,0 c -14.09,0 -25.512,-11.422 -25.512,-25.512 l 0,-260.974 c 0,-14.09 9.252043,-29.85191 25.512,-25.512 l 115.06098,37.77455 C 220.6064,234.67394 227.146,242.841 227.146,256.931 l 8,220.487 z" id="path6056" sodipodi:nodetypes="ccccccccc"/>
|
||||
<path d="m 522.145,477.418 c 0,14.09 -11.422,25.512 -25.512,25.512 l -121.976,1 c -14.09,0 -25.512,-11.422 -25.512,-25.512 l 14.488,-186.975 c 0,-14.09 11.422,-25.512 25.512,-25.512 l 105.488,7.487 c 14.09,0 25.512,11.422 25.512,25.512 l 2,178.488 z" id="path6058"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
30
vtm-themes/resources/assets/symbols/barrier/bollard.svg
Executable file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3077">
|
||||
<path id="path3298" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3074">
|
||||
<path id="path3295" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 290,109.625 C 267.00676,109.97494 244.29858,119.7799 228.27689,136.27588 C 212.2552,152.77185 203.11669,175.75633 203.4375,198.75 L 203.4375,433.53125 C 222.81381,454.75952 359.10328,456.65758 379.21875,433.53125 L 379.21875,198.75 C 379.54566,175.3137 370.02902,151.8952 353.44673,135.33033 C 336.86444,118.76547 313.43595,109.27345 290,109.625 z" id="path4689" sodipodi:nodetypes="csccccsc" color="#000000" stroke-width="175.8" fill="#ffffff"/>
|
||||
<path d="M 293.09375,407.82285 C 259.66039,408.11377 223.34681,407.4427 194.125,415.46045 C 184.39475,418.23702 180.32117,422.97243 180.15538,427.85232 C 179.97524,433.15469 180.68429,448.12305 180.38851,460.9171 C 181.15967,469.35513 250.85878,446.48184 277.561,447.51498 C 313.91784,447.97152 403.73843,469.07255 403.32856,461.81048 C 403.31787,450.18896 403.4126,439.16108 403.26436,427.95697 C 403.22474,424.96229 401.82055,422.00164 397.40625,419.47885 C 384.65837,411.42986 359.97963,409.82547 338.91317,408.70425 C 323.7189,407.92177 308.38624,407.7491 293.09375,407.82285 z" id="path4725" sodipodi:nodetypes="ccscccsccc" color="#000000" stroke-width="35" fill="#ffffff"/>
|
||||
<path id="path4739" d="M 293.09375,441.82285 C 259.66039,442.11377 223.34681,441.4427 194.125,449.46045 C 173.80517,455.25881 176.02811,470.40474 198.1875,474.94133 C 221.58608,481.25804 250.85878,480.48184 277.561,481.51498 C 313.91784,481.97152 352.03125,481.68257 385.5625,475.12761 C 401.67721,470.7495 409.51982,460.40181 397.40625,453.47885 C 384.65837,445.42986 359.97963,443.82547 338.91317,442.70425 C 323.7189,441.92177 308.38624,441.7491 293.09375,441.82285 z" color="#000000" stroke-width="35" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
21
vtm-themes/resources/assets/symbols/barrier/cattle_grid.svg
Executable file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g transform="translate(6.968199,6.3098278)" id="g2325">
|
||||
<line x1="60.15" y1="478.93" x2="516.15" y2="478.93" id="line5891" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="30"/>
|
||||
<line x1="80.15" y1="421.43" x2="496.14" y2="421.43" id="line5893" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="25"/>
|
||||
<line x1="100.15" y1="370.43" x2="476.14" y2="370.43" id="line5895" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="20"/>
|
||||
<line x1="120.15" y1="323.94" x2="456.14" y2="323.94" id="line5897" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="18"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
23
vtm-themes/resources/assets/symbols/barrier/cycle_barrier.svg
Executable file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g transform="translate(-9.2012672,4.4650424)" id="g2325">
|
||||
<line x1="221.75" y1="147" x2="155.75" y2="491.86" id="line6215" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="50"/>
|
||||
<line x1="79.945" y1="499.45" x2="79.945" y2="211.91" id="line6217" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="35"/>
|
||||
<line x1="82.15" y1="255.08" x2="207.54" y2="255.08" id="line6219" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="35"/>
|
||||
<line x1="382.55" y1="147" x2="448.55" y2="491.86" id="line6221" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="50"/>
|
||||
<line x1="524.35" y1="499.45" x2="524.35" y2="211.91" id="line6223" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="35"/>
|
||||
<line x1="522.15" y1="255.08" x2="396.75" y2="255.08" id="line6225" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="35"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
33
vtm-themes/resources/assets/symbols/barrier/entrance.svg
Executable file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3077">
|
||||
<path id="path3298" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3074">
|
||||
<path id="path3295" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g8391" transform="matrix(1.0712215,0,0,1.0712215,211.01045,-120.68715)">
|
||||
<path sodipodi:nodetypes="cccc" id="path8372" d="m 68.688522,524.16393 0,-280.32785 190.622948,0 0,280.32785" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="37.38"/>
|
||||
<rect y="263.22" x="82.02" height="257.39" width="161.22" id="rect8376" opacity=".1" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="40"/>
|
||||
</g>
|
||||
<path d="m 53.457112,288.64978 160.583208,0 -39.38834,-75.7468" id="path8395" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="42.849"/>
|
||||
<path id="path8397" d="m 53.457112,294.31581 160.583208,0 -39.38834,75.7468" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="42.849"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
35
vtm-themes/resources/assets/symbols/barrier/exit.svg
Executable file
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3077">
|
||||
<path id="path3298" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3074">
|
||||
<path id="path3295" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g8391" transform="matrix(1.0712215,0,0,1.0712215,11.01045,-120.68715)">
|
||||
<path sodipodi:nodetypes="cccc" id="path8372" d="m 68.688522,524.16393 0,-280.32785 190.622948,0 0,280.32785" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="37.38"/>
|
||||
<rect y="263.22" x="82.02" height="257.39" width="161.22" id="rect8376" opacity=".1" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="40"/>
|
||||
</g>
|
||||
<g id="g8450" transform="translate(306,0)">
|
||||
<path id="path8395" d="m 53.457112,288.64978 160.583208,0 -39.38834,-75.7468" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="42.849"/>
|
||||
<path d="m 53.457112,294.31581 160.583208,0 -39.38834,75.7468" id="path8397" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="42.849"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
30
vtm-themes/resources/assets/symbols/barrier/gate.svg
Executable file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3077">
|
||||
<path id="path3298" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3074">
|
||||
<path id="path3295" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="m 68.690452,226.50324 451.760378,0" id="path2900" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="54.685"/>
|
||||
<path sodipodi:nodetypes="cc" id="path3730" d="m 68.690452,360.07403 451.760378,0" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="54.685"/>
|
||||
<path sodipodi:nodetypes="cc" d="M 132.37824,443.67778 452.51615,144.52914" id="path3732" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="54.685"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
31
vtm-themes/resources/assets/symbols/barrier/kissing_gate.svg
Executable file
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g transform="translate(-6.5446793,11.806088)" id="g2325">
|
||||
<path d="m 71.146,445.933 c 0,-35.346 88.647,-64 198,-64" id="path5473" fill="none" stroke="#7f7f7f" stroke-width="20"/>
|
||||
<polygon points="519.152,442.928 328.149,507.928 328.149,185.931 519.152,120.931 " id="polygon5475" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="30"/>
|
||||
<path d="m 71.146,348.933 c 0,-35.346 88.647,-64.001 198,-64.001" id="path5477" fill="none" stroke="#7f7f7f" stroke-width="20"/>
|
||||
<path d="m 71.146,252.931 c 0,-35.346 88.647,-64 198,-64" id="path5479" fill="none" stroke="#7f7f7f" stroke-width="20"/>
|
||||
<path d="m 269.146,509.928 c -109.353,0 -198,-28.654 -198,-64" id="path5481" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="30"/>
|
||||
<line x1="71.15" y1="121.93" x2="71.15" y2="446.93" id="line5483" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="30"/>
|
||||
<line x1="268.15" y1="188.93" x2="268.15" y2="509.93" id="line5485" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="30"/>
|
||||
<line x1="268.15" y1="58.931" x2="268.15" y2="188.93" id="line5487" fill="none" stroke="#7f7f7f" stroke-width="30"/>
|
||||
<path d="m 268.146,395.933 c -109.353,0 -198,-28.654 -198,-64" id="path5489" fill="none" stroke="#ffffff" stroke-width="20"/>
|
||||
<path d="m 270.146,292.932 c -109.353,0 -198,-28.655 -198,-64" id="path5491" fill="none" stroke="#ffffff" stroke-width="20"/>
|
||||
<path d="m 269.146,185.931 c -109.353,0 -198,-28.654 -198,-64 0,-35.346 88.647,-64 198,-64" id="path5493" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="30"/>
|
||||
<line x1="328.15" y1="292.94" x2="519.15" y2="227.93" id="line5495" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="30"/>
|
||||
<line x1="328.15" y1="396.94" x2="519.15" y2="331.94" id="line5497" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="30"/>
|
||||
<line x1="329.15" y1="503.93" x2="515.15" y2="122.93" id="line5499" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="20"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
30
vtm-themes/resources/assets/symbols/barrier/lift_gate.svg
Executable file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3077">
|
||||
<path id="path3298" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3074">
|
||||
<path id="path3295" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path sodipodi:nodetypes="cc" d="M 124.72631,239.07157 494.25422,156.69163" id="path3732" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="54.685"/>
|
||||
<path d="m 458.25,264.90625 c -3.72291,-0.002 -7.42352,1.53023 -10.05602,4.16273 -2.6325,2.6325 -4.16438,6.33311 -4.16273,10.05602 l 0,170.53125 c -0.002,3.72291 1.53023,7.42352 4.16273,10.05602 2.6325,2.6325 6.33311,4.16438 10.05602,4.16273 l 51.84375,0 c 3.72291,0.002 7.42352,-1.53023 10.05602,-4.16273 2.6325,-2.6325 4.16438,-6.33311 4.16273,-10.05602 l 0,-170.53125 c 0.002,-3.72291 -1.53023,-7.42352 -4.16273,-10.05602 -2.6325,-2.6325 -6.33311,-4.16438 -10.05602,-4.16273 l -51.84375,0 z" id="rect3827" sodipodi:nodetypes="csccsccsccscc" opacity=".75" color="#000000" stroke-width="28.422" fill="#ffffff"/>
|
||||
<path d="M 81.75 121.90625 C 77.111289 121.90642 72.498814 123.81369 69.21875 127.09375 C 65.938686 130.37382 64.031422 134.98629 64.03125 139.625 L 64.03125 446.15625 C 64.031422 450.79496 65.938686 455.40743 69.21875 458.6875 C 72.498814 461.96756 77.111289 463.87483 81.75 463.875 L 126.59375 463.875 C 131.23246 463.87483 135.84493 461.96756 139.125 458.6875 C 142.40506 455.40743 144.31233 450.79496 144.3125 446.15625 L 144.3125 291.6875 C 121.89709 298.56987 95.011402 292.47356 80.53125 273.4375 C 58.570596 247.16863 69.775915 200.74817 102.15625 188.5 C 116.20582 185.24621 130.2603 182.02206 144.3125 178.78125 L 144.3125 139.625 C 144.31233 134.98629 142.40506 130.37382 139.125 127.09375 C 135.84493 123.81369 131.23246 121.90642 126.59375 121.90625 L 81.75 121.90625 z " id="rect3925" opacity=".75" color="#000000" stroke-width="35.435" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
47
vtm-themes/resources/assets/symbols/barrier/steps.svg
Executable file
@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3077">
|
||||
<path id="path3298" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3074">
|
||||
<path id="path3295" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g7837" transform="matrix(1.3165145,0,0,1.3165145,-93.609169,-108.58088)">
|
||||
<path d="m 156.21875,420.6875 0,74.03125 37,0 205.0625,0 37,0 0,-74.03125 -37,0 -205.0625,0 -37,0 z" id="path4403" color="#000000" stroke-width="74" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="ccccc" id="path7289" d="m 157.5,420.5 44.49999,-39.24999 187.75,0 L 433.99999,421 157.5,420.5 z" opacity=".2" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="1.7"/>
|
||||
</g>
|
||||
<g id="g7847" transform="matrix(0.9018774,0,0,0.9018774,29.019758,-50.908024)">
|
||||
<path d="m 156.21875,420.6875 0,74.03125 37,0 205.0625,0 37,0 0,-74.03125 -37,0 -205.0625,0 -37,0 z" id="path7849" color="#000000" stroke-width="74" fill="#ffffff"/>
|
||||
<path d="m 157.5,420.5 44.49999,-39.24999 187.75,0 L 433.99999,421 157.5,420.5 z" id="path7851" sodipodi:nodetypes="ccccc" opacity=".2" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="1.7"/>
|
||||
</g>
|
||||
<g id="g7853" transform="matrix(0.61088171,0,0,0.61088171,115.08174,-10.956045)">
|
||||
<path d="m 156.21875,420.6875 0,74.03125 37,0 205.0625,0 37,0 0,-74.03125 -37,0 -205.0625,0 -37,0 z" id="path7855" color="#000000" stroke-width="74" fill="#ffffff"/>
|
||||
<path d="m 157.5,420.5 44.49999,-39.24999 187.75,0 L 433.99999,421 157.5,420.5 z" id="path7857" sodipodi:nodetypes="ccccc" opacity=".2" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="1.7"/>
|
||||
</g>
|
||||
<g transform="matrix(0.41848412,0,0,0.41848412,171.98332,15.804992)" id="g7859">
|
||||
<path d="m 156.21875,420.6875 0,74.03125 37,0 205.0625,0 37,0 0,-74.03125 -37,0 -205.0625,0 -37,0 z" id="path7861" color="#000000" stroke-width="74" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="ccccc" id="path7863" d="m 157.5,420.5 44.49999,-39.24999 187.75,0 L 433.99999,421 157.5,420.5 z" opacity=".2" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="1.7"/>
|
||||
</g>
|
||||
<g id="g7865" transform="matrix(0.28027175,0,0,0.28027175,212.85964,36.784637)">
|
||||
<path d="m 156.21875,420.6875 0,74.03125 37,0 205.0625,0 37,0 0,-74.03125 -37,0 -205.0625,0 -37,0 z" id="path7867" color="#000000" stroke-width="74" fill="#ffffff"/>
|
||||
<path d="m 157.5,420.5 44.49999,-39.24999 187.75,0 L 433.99999,421 157.5,420.5 z" id="path7869" sodipodi:nodetypes="ccccc" opacity=".2" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="1.7"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.3 KiB |
30
vtm-themes/resources/assets/symbols/barrier/stile.svg
Executable file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3077">
|
||||
<path id="path3298" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3074">
|
||||
<path id="path3295" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 97.6875,138.375 C 92.456765,138.45674 87.300035,140.68383 83.65625,144.4375 C 80.012464,148.19118 77.926326,153.4254 78,158.65625 L 78,178.65625 L 78,187.5 L 68.6875,187.5 C 62.083592,187.4066 55.484286,190.0505 50.78125,194.6875 C 46.078213,199.3245 43.34375,205.89543 43.34375,212.5 C 43.34375,219.10457 46.078213,225.6755 50.78125,230.3125 C 55.484286,234.9495 62.083592,237.5934 68.6875,237.5 L 78,237.5 L 78,313.0625 L 68.6875,313.0625 C 62.083592,312.9691 55.484286,315.613 50.78125,320.25 C 46.078213,324.887 43.34375,331.45793 43.34375,338.0625 C 43.34375,344.66707 46.078213,351.238 50.78125,355.875 C 55.484286,360.512 62.083592,363.1559 68.6875,363.0625 L 78,363.0625 L 78,409.34375 L 78,429.34375 L 78,449.34375 L 118,449.34375 L 118,429.34375 L 118,409.34375 L 118,363.0625 L 212.3125,363.0625 L 212.3125,335 L 212.3125,334 L 212.3125,333 L 387.6875,333 L 387.6875,363.0625 L 474,363.0625 L 474,409.34375 L 474,429.34375 L 474,449.34375 L 514,449.34375 L 514,429.34375 L 514,409.34375 L 514,363.0625 L 520.4375,363.0625 C 527.04141,363.1559 533.64071,360.512 538.34375,355.875 C 543.04679,351.238 545.78125,344.66707 545.78125,338.0625 C 545.78125,331.45793 543.04679,324.887 538.34375,320.25 C 533.64071,315.613 527.04141,312.9691 520.4375,313.0625 L 514,313.0625 L 514,237.5 L 520.4375,237.5 C 527.04141,237.5934 533.64071,234.9495 538.34375,230.3125 C 543.04679,225.6755 545.78125,219.10457 545.78125,212.5 C 545.78125,205.89543 543.04679,199.3245 538.34375,194.6875 C 533.64071,190.0505 527.04141,187.4066 520.4375,187.5 L 514,187.5 L 514,178.65625 L 514,158.65625 C 514.07514,153.32123 511.9007,147.98864 508.125,144.21875 C 504.3493,140.44885 499.02239,138.29164 493.6875,138.375 C 488.45677,138.45674 483.30004,140.68383 479.65625,144.4375 C 476.01247,148.19118 473.92633,153.4254 474,158.65625 L 474,178.65625 L 474,187.5 L 118,187.5 L 118,178.65625 L 118,158.65625 C 118.07514,153.32123 115.9007,147.98864 112.125,144.21875 C 108.3493,140.44885 103.02239,138.29164 97.6875,138.375 z M 118,237.5 L 474,237.5 L 474,313.0625 L 118,313.0625 L 118,237.5 z" id="path2900" sodipodi:nodetypes="csccccsssccccsssccccccccccccccccccccccccsssccccsssccccsssccccccscccccc" opacity=".75" color="#000000" stroke-width="50" fill="#ffffff"/>
|
||||
<path d="M 232,468 L 372,468" id="path4403" fill="none" stroke="#ffffff" stroke-linecap="square" stroke-width="50"/>
|
||||
<path id="path4405" d="M 240.31579,386 L 359.68421,386" fill="none" stroke="#ffffff" stroke-width="50"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.3 KiB |
38
vtm-themes/resources/assets/symbols/barrier/toll_booth.svg
Executable file
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3077">
|
||||
<path id="path3298" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker3074">
|
||||
<path id="path3295" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#666666" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g4612" transform="matrix(1.0163086,0,0,1.0163086,0.469459,123.26955)">
|
||||
<g transform="matrix(1.0527164,0,0,1.0527164,-190.87716,75.290519)" id="g5004" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="3.434">
|
||||
<path sodipodi:nodetypes="ccccsccccsccsccssscccccccsccccssscccssscc" transform="scale(1.0867055,0.9202125)" d="m 424.47661,167.17928 c 0.21028,0.10532 0.99921,0.3157 2.36679,0.63114 21.56392,4.20775 41.55535,11.88665 52.39011,23.03672 10.83446,11.15029 16.25177,25.77175 16.25193,43.86443 -1.6e-4,18.51357 -5.94342,34.55511 -17.82979,48.12465 -11.88666,13.56957 -32.14106,20.9329 -53.17904,22.09 l -8.84825,13.78964 -4.24271,0 0,-13.47407 c -21.45892,-2.41938 -37.92122,-9.38825 -49.38694,-20.90661 -11.46578,-11.51833 -17.93499,-27.63875 -19.40764,-48.36132 l 28.40143,-5.04915 c 2.20896,15.56825 6.67955,27.55995 13.41179,35.97515 6.73213,8.41526 15.72591,13.20143 26.98136,14.3585 l 0,-90.41122 c -21.35373,-4.62827 -37.34267,-12.35976 -47.96686,-23.1945 -10.62427,-10.83448 -15.93638,-24.77221 -15.93636,-41.81322 -2e-5,-16.93548 5.2595,-31.478049 15.77857,-43.627756 10.51901,-12.149271 26.56054,-19.170729 48.12465,-21.064395 l 0,-13.569573 13.09096,0 0,13.569573 c 17.88227,1.788476 35.76989,7.468756 46.07869,17.040859 10.30851,9.572546 16.77772,22.984322 19.40764,40.235362 l -29.50593,4.26021 C 458.77383,111.95446 455.24996,103.46034 449.88537,97.201308 444.52054,90.942683 433.52289,86.919151 424.47661,85.1307 l 0,82.04858 z m -13.09096,-3.47129 0,-78.892862 c -11.46584,1.998833 -20.24923,6.600912 -26.35022,13.806251 -6.1011,7.205741 -9.15162,15.542081 -9.15157,25.009041 -5e-5,10.83478 3.15566,19.3815 9.46714,25.64018 6.31137,6.25898 14.98958,11.07144 26.03465,14.43739 l 0,0 z m 13.09096,117.55037 c 11.04489,-1.68303 23.93597,-6.49549 31.08904,-14.43739 7.15282,-7.94184 10.72929,-17.96123 10.72943,-30.05819 -1.4e-4,-10.62416 -2.70879,-19.17088 -8.12596,-25.64018 -5.41744,-6.46912 -19.17634,-11.96531 -33.69251,-16.4886 l 0,86.62436 z" id="text2413" stroke-width="3.434" fill="#ffffff"/>
|
||||
</g>
|
||||
<path sodipodi:nodetypes="cc" id="path4370" d="m 289.0938,123.75241 0,261.95693" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="33.378"/>
|
||||
</g>
|
||||
<g id="g2855" transform="translate(0,20)">
|
||||
<path id="path3732" d="M 121.78907,156.82856 491.31698,74.448623" sodipodi:nodetypes="cc" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="54.685"/>
|
||||
<path sodipodi:nodetypes="csccsccsccscc" id="rect3827" d="m 455.31276,182.66324 c -3.72291,-0.002 -7.42352,1.53023 -10.05602,4.16273 -2.6325,2.6325 -4.16438,6.33311 -4.16273,10.05602 l 0,170.53125 c -0.002,3.72291 1.53023,7.42352 4.16273,10.05602 2.6325,2.6325 6.33311,4.16438 10.05602,4.16273 l 51.84375,0 c 3.72291,0.002 7.42352,-1.53023 10.05602,-4.16273 2.6325,-2.6325 4.16438,-6.33311 4.16273,-10.05602 l 0,-170.53125 c 0.002,-3.72291 -1.53023,-7.42352 -4.16273,-10.05602 -2.6325,-2.6325 -6.33311,-4.16438 -10.05602,-4.16273 l -51.84375,0 z" opacity=".75" color="#000000" stroke-width="28.422" fill="#ffffff"/>
|
||||
<path id="rect3925" d="m 78.81276,39.663243 c -4.63871,1.7e-4 -9.25119,1.90744 -12.53125,5.1875 -3.28007,3.28007 -5.18733,7.89254 -5.1875,12.53125 l 0,306.531247 c 1.7e-4,4.63871 1.90743,9.25118 5.1875,12.53125 3.28006,3.28006 7.89254,5.18733 12.53125,5.1875 l 44.84375,0 c 4.63871,-1.7e-4 9.25118,-1.90744 12.53125,-5.1875 3.28006,-3.28007 5.18733,-7.89254 5.1875,-12.53125 l 0,-154.46875 c -22.41541,6.88237 -49.3011,0.78606 -63.78125,-18.25 -21.96066,-26.26887 -10.75534,-72.68933 21.625,-84.9375 14.04957,-3.25379 28.10405,-6.477937 42.15625,-9.718747 l 0,-39.15625 c -1.7e-4,-4.63871 -1.90744,-9.25118 -5.1875,-12.53125 -3.28007,-3.28006 -7.89254,-5.18733 -12.53125,-5.1875 l -44.84375,0 z" opacity=".75" color="#000000" stroke-width="35.435" fill="#ffffff"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.6 KiB |
11
vtm-themes/resources/assets/symbols/cable_car.svg
Executable file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="204.29" height="239.29" version="1.0">
|
||||
<metadata id="metadata7"/>
|
||||
<g inkscape:label="Ebene 1" inkscape:groupmode="layer" id="layer1" transform="translate(-287.67859,-355.57647)">
|
||||
<path id="path3161" d="m 391.42857,358.07647 0,145.71428" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-width="5"/>
|
||||
<rect id="rect3195" width="204.29" height="160" x="287.68" y="434.86" stroke-width="15" rx="43.33"/>
|
||||
<rect ry="32.857" y="449.86" x="431.96" height="91.43" width="51.43" id="rect2989" fill="#ffffff" stroke-width="15" rx="25.714"/>
|
||||
<rect id="rect2991" width="68.57" height="131.43" x="356.25" y="449.86" ry="47.23" fill="#ffffff" stroke-width="15" rx="34.29"/>
|
||||
<rect id="rect2993" width="51.43" height="91.43" x="296.25" y="449.86" ry="32.857" fill="#ffffff" stroke-width="15" rx="25.714"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
9
vtm-themes/resources/assets/symbols/chair_lift_2.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="120.72" height="214.97" version="1.0">
|
||||
<metadata id="metadata7"/>
|
||||
<g inkscape:label="Ebene 1" inkscape:groupmode="layer" id="layer1" transform="translate(-343.74564,-365.25068)">
|
||||
<path id="path3161" d="m 374.28571,367.36557 0,104.27894" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-width="4.23"/>
|
||||
<path d="m 409.10714,403.4336 0,68.57143 -62.85714,104.28572 0,-58.57144 62.85714,-114.28571 z" id="path3275" sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" fill="#d40000" fill-rule="evenodd" stroke="#000000" stroke-width="5"/>
|
||||
<path d="m 409.56325,470.57211 52.40537,-1.42855 -63.36064,108.58011 -52.36234,0 63.31761,-107.15156 z" id="path3277" sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" fill="#d40000" fill-rule="evenodd" stroke="#000000" stroke-width="5"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
13
vtm-themes/resources/assets/symbols/dot_black.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata1976"/>
|
||||
<defs id="defs4">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path2111" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path2108" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<circle id="path4175" cx="290" cy="290" r="91.4" fill="#333" stroke="#fff" stroke-linejoin="bevel" stroke-linecap="square" stroke-width="36"/>
|
||||
</svg>
|
After Width: | Height: | Size: 867 B |
15
vtm-themes/resources/assets/symbols/dot_magenta.svg
Executable file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="580" width="580" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<title>other</title>
|
||||
<metadata>
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||||
<dc:title>other</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<circle opacity=".8" cx="290" cy="290" r="145" fill="#fff"/>
|
||||
<circle cy="290" cx="290" r="116" fill="#AC39AC"/>
|
||||
</svg>
|
After Width: | Height: | Size: 651 B |
13
vtm-themes/resources/assets/symbols/dot_white.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata1976"/>
|
||||
<defs id="defs4">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path2111" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path2108" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<circle id="path4175" cx="290" cy="290" r="91.4" fill="#fff" stroke="#000" stroke-linejoin="bevel" stroke-linecap="square" stroke-width="36"/>
|
||||
</svg>
|
After Width: | Height: | Size: 867 B |
33
vtm-themes/resources/assets/symbols/education/college.svg
Executable file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3634" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3631" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2611">
|
||||
<path id="path1325" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2608">
|
||||
<path id="path1322" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<clipPath id="clipoutline1">
|
||||
<path d="m 22.42,17.2 12.96,12.95 -2.5,8.78 -8.78,2.5 -12.96,-12.96 -5.86,5.86 14.89,21.46 17.56,-3.34 61.63,65.62 c 9.44,9.51 22.17,-4.75 13.34,-12.87 L 46.85,42.92 50.86,25.16 28.72,10.89 22.42,17.2 z m 81.06,91.97 c 1.68,-1.68 4.4,-1.68 6.08,0 1.68,1.68 1.68,4.4 0,6.08 -1.68,1.67 -4.4,1.67 -6.08,0 -1.68,-1.68 -1.68,-4.4 0,-6.08 z" id="outline1"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#39AC39" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 288.875 46.5 A 15.394957 15.394957 0 0 0 274.875 56.09375 L 235.28125 149.8125 L 268.71875 149.8125 L 290.65625 97.875 L 312.65625 149.8125 L 346.09375 149.8125 L 306.375 56.09375 A 15.394957 15.394957 0 0 0 290.5625 46.59375 A 15.394957 15.394957 0 0 0 288.875 46.5 z M 127.96875 423.8125 L 95.3125 502.8125 A 15.394957 15.394957 0 1 0 123.75 514.5625 L 161.25 423.8125 L 127.96875 423.8125 z M 418 423.8125 L 424.09375 433.6875 L 457.46875 514.5625 A 15.399125 15.399125 0 1 0 485.9375 502.8125 L 453.28125 423.8125 L 418 423.8125 z " id="path3526" opacity=".75" color="#000000" stroke-width="30.787" fill="#ffffff"/>
|
||||
<path d="m 71.654879,152.91997 5.063952,270.67799 435.065989,-4.51986 -2.35096,-267.78613 -437.778981,1.628 z m 318.482771,40.38298 c 1.1537,-0.006 2.31537,0.009 3.46747,0.0488 7.88726,-0.11941 15.96255,0.30671 23.68621,1.36745 36.18418,4.93808 67.52904,35.08881 71.84002,71.547 5.19228,28.67854 -4.01296,61.16539 -29.74206,77.45635 l 36.62816,0 0,35.6514 -83.85406,0 0,-38.2398 c 28.16775,-18.29131 36.78867,-58.17527 23.19783,-88.05409 -9.46122,-27.14063 -48.59941,-34.08038 -68.51908,-14.50467 -26.12217,29.01687 -19.46324,81.36082 13.528,102.55885 l 0,38.23979 -69.78884,0 c -13.02705,3.22698 -16.41409,-3.18604 -14.06522,-15.33499 1.3679,-8.3996 -5.04116,-24.57617 8.98611,-20.31641 8.42664,-0.36229 20.85442,0.72956 26.76298,-0.53722 -29.90421,-19.67126 -36.42736,-60.92804 -24.90715,-92.79133 10.89695,-35.13803 47.01461,-56.90107 82.77963,-57.0911 l 0,-3e-5 z m -299.276464,3.32094 46.981714,0 c 0.0125,14.94432 -0.0347,29.88872 0.0488,44.83287 -1.16558,21.33163 3.29572,45.07651 21.68387,58.31203 0.57786,-34.37897 0.21692,-68.76367 0.29303,-103.1449 l 47.03055,0 0,103.29141 c 6.70866,-5.30038 12.22465,-11.74705 15.96987,-19.43734 10.56784,-26.48967 4.63771,-56.04708 6.1047,-83.85407 l 46.98172,0 c -0.93206,28.71522 3.39029,58.19748 -4.78609,86.14944 -8.94346,28.26485 -32.78537,56.11869 -64.12368,58.89807 -0.23849,12.5662 -0.11784,25.13501 -0.14644,37.70259 l -47.03056,0 0,-37.65375 C 138.40572,340.29945 120.79819,325.60022 108.63806,308.99909 85.141109,277.81677 91.673366,236.46518 90.958869,199.94486 c -0.03256,-1.10699 -0.06511,-2.21398 -0.09766,-3.32097 l -2.3e-5,0 z" id="rect3530" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccc" fill="#ffffff"/>
|
||||
<rect y="149.82" x="73.26" height="273.99" width="437.75" id="rect3544" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="20.525"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.8 KiB |
33
vtm-themes/resources/assets/symbols/education/college_vocational.svg
Executable file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3634" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3631" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2611">
|
||||
<path id="path1325" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2608">
|
||||
<path id="path1322" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<clipPath id="clipoutline1">
|
||||
<path d="m 22.42,17.2 12.96,12.95 -2.5,8.78 -8.78,2.5 -12.96,-12.96 -5.86,5.86 14.89,21.46 17.56,-3.34 61.63,65.62 c 9.44,9.51 22.17,-4.75 13.34,-12.87 L 46.85,42.92 50.86,25.16 28.72,10.89 22.42,17.2 z m 81.06,91.97 c 1.68,-1.68 4.4,-1.68 6.08,0 1.68,1.68 1.68,4.4 0,6.08 -1.68,1.67 -4.4,1.67 -6.08,0 -1.68,-1.68 -1.68,-4.4 0,-6.08 z" id="outline1"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#39AC39" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 288.875 46.5 A 15.394957 15.394957 0 0 0 274.875 56.09375 L 235.28125 149.8125 L 268.71875 149.8125 L 290.65625 97.875 L 312.65625 149.8125 L 346.09375 149.8125 L 306.375 56.09375 A 15.394957 15.394957 0 0 0 290.5625 46.59375 A 15.394957 15.394957 0 0 0 288.875 46.5 z M 127.96875 423.8125 L 95.3125 502.8125 A 15.394957 15.394957 0 1 0 123.75 514.5625 L 161.25 423.8125 L 127.96875 423.8125 z M 418 423.8125 L 424.09375 433.6875 L 457.46875 514.5625 A 15.399125 15.399125 0 1 0 485.9375 502.8125 L 453.28125 423.8125 L 418 423.8125 z " id="path3526" opacity=".75" color="#000000" stroke-width="30.787" fill="#ffffff"/>
|
||||
<path d="m 75.589915,152.52897 0,268.56706 429.070175,0 0,-268.56706 -429.070175,0 z m 93.024425,67.35618 c 1.69835,0.0412 3.34729,0.99707 4.22699,2.45043 l 15.65211,25.88266 0.24505,0.36756 c 4.78146,6.64604 7.56875,13.56155 11.3026,17.64309 89.82523,-0.87913 179.62795,-1.76877 269.45533,-2.63421 0.0837,-0.005 0.16154,0.004 0.24505,0 16.92664,-0.82745 30.13192,14.31025 29.74208,30.44659 l 0.0306,0 c 0.005,0.0932 -0.004,0.18265 0,0.27567 -0.002,0.0718 0.003,0.14266 0,0.21441 l -0.0306,0 c 0.57941,16.08438 -12.60726,30.50197 -29.03758,30.50785 -0.0715,0.002 -0.14296,0.002 -0.21442,0 -65.13349,-2.59913 -130.20371,-6.36323 -195.23795,-9.40353 -0.0102,-3.8e-4 -0.0204,4e-4 -0.0306,0 -25.28242,-0.95992 -50.58417,-3.0031 -75.3507,-3.33871 -10.12741,12.78879 -19.26749,27.15782 -29.37452,40.89154 -1.13787,1.56225 -3.22069,2.37293 -5.11527,1.99098 L 91.425814,340.44627 c -2.310209,-0.46827 -4.120652,-2.72791 -4.073839,-5.08464 L 87.71954,314.3492 c 0.04789,-2.64171 2.473173,-5.00892 5.115271,-4.99275 17.206489,0.025 34.423389,1.04105 50.938299,0.55135 4.28276,-6.4769 8.32938,-13.39659 11.7008,-20.24668 -3.0979,-6.98411 -6.98248,-14.08994 -11.02693,-20.67549 -16.99259,-1.05278 -34.57622,-0.64877 -52.194146,-1.22522 -2.641712,-0.0793 -4.980272,-2.53407 -4.931489,-5.17653 l 0.367564,-23.0034 c 0.04312,-2.3123 1.863041,-4.46924 4.1351,-4.90086 l 75.687631,-14.70258 c 0.36278,-0.0706 0.73325,-0.10169 1.1027,-0.0919 z m 302.26045,64.84449 c -0.22207,-0.002 -0.44805,0.0122 -0.67387,0.0306 -0.13226,0.0154 -0.26512,0.0257 -0.39819,0.0306 -6.21112,0.0169 -11.03765,7.03242 -8.91344,12.86475 0.0345,0.11122 0.0651,0.22362 0.0919,0.33693 2.00971,6.95647 13.27682,8.55131 17.12238,2.38917 0.0946,-0.1481 0.19688,-0.2913 0.3063,-0.42882 4.31272,-5.5182 -0.65092,-15.16322 -7.53507,-15.22329 z" id="rect3530" fill="#ffffff"/>
|
||||
<rect y="149.82" x="73.26" height="273.99" width="437.75" id="rect3544" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="20.525"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.9 KiB |
29
vtm-themes/resources/assets/symbols/education/nursery.svg
Executable file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#39AC39" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g2632" transform="matrix(1.2138666,0,0,1.2138666,-90.422903,-76.181271)">
|
||||
<g id="g2634">
|
||||
<path d="M 307.999,210.063 C 341.012,210.063 367.776,183.298 367.776,150.285 C 367.776,117.271 341.012,90.5059 307.999,90.5059 C 274.985,90.5059 248.223,117.271 248.223,150.285 C 248.223,183.298 274.985,210.063 307.999,210.063 z" id="path2636" fill="#ffffff"/>
|
||||
</g>
|
||||
<path d="M 307.901,335.023 L 244.712,335.023 L 244.712,289.396 L 196.387,338.042 C 174.555,359.874 144.963,331.88 166.831,310.009 L 246.847,229.84 C 253.337,223.396 260.44,219.296 271.712,219.296 L 307.901,219.296 L 307.961,219.296 L 343.462,219.296 C 354.734,219.296 362.337,223.271 369.016,229.84 L 449.845,310.795 C 470.664,331.614 440.273,359.874 420.304,338.841 L 370.712,289.146 L 370.712,335.023 L 307.961,335.023 L 307.901,335.023 z" id="path2640" fill="#ffffff"/>
|
||||
<path d="M 370.451,358.686 L 322.962,406.179 L 357.828,440.979 L 322.102,476.705 C 301.017,497.792 330.105,527.95 351.91,506.145 L 408.411,447.396 C 420.537,435.022 423.89,412.166 410.89,399.166 C 410.846,399.122 370.451,358.686 370.451,358.686 z" id="path2642" fill="#ffffff"/>
|
||||
<path d="M 244.722,358.686 L 292.212,406.179 L 257.346,440.979 L 293.072,476.705 C 314.157,497.792 285.069,527.95 263.264,506.145 L 206.763,447.396 C 194.637,435.022 191.284,412.166 204.284,399.166 C 204.328,399.122 244.722,358.686 244.722,358.686 z" id="path2644" fill="#ffffff"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
41
vtm-themes/resources/assets/symbols/education/nursery2.svg
Executable file
@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#39AC39" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g4022" transform="translate(0.35355339,0)">
|
||||
<path id="path3945" d="m 118.18483,230.29577 a 8.260921,8.260921 0 0 0 -5.31744,1.85852 l -87.608634,71.29495 a 8.260921,8.260921 0 0 0 3.149162,14.40354 l 145.480922,36.80905 a 8.260921,8.260921 0 0 0 8.00197,-2.32315 l 41.24885,-43.159 -15.95231,-7.22758 -33.91802,35.46678 -124.830682,-31.54324 71.759572,-58.33692 54.15525,11.82226 -1.08414,-17.1397 -53.43249,-11.71901 a 8.260921,8.260921 0 0 0 -1.65201,-0.2065 z" color="#000000" stroke-width="10" fill="#ffffff"/>
|
||||
<path id="path3947" d="M 186.99209,476.88333 176.47871,346.63417 29.291318,309.83733 52.654402,439.5024 186.99209,476.88333 z" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="16.52"/>
|
||||
<path id="path3949" d="m 208.16824,302.3651 -37.58344,38.51269 a 8.260921,8.260921 0 0 0 -2.32315,6.4532 l 11.0995,130.25138 a 8.260921,8.260921 0 0 0 14.76492,4.33655 l 65.97751,-85.85337 a 8.260921,8.260921 0 0 0 1.75527,-5.16256 l -0.87763,-64.63524 -16.62344,-7.53734 0.92926,69.53968 -51.26422,66.64864 -8.98285,-105.21296 39.1322,-40.06146 -16.00393,-7.27921 z" color="#000000" stroke-width="10" fill="#ffffff"/>
|
||||
</g>
|
||||
<path d="M 389.0827,498.9863 399.59609,364.6486 549.70385,327.85176 527.50893,458.10091 389.0827,498.9863 z" id="path3951" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="16.52"/>
|
||||
<path d="m 461.49502,244.84321 c -0.60744,0.002 -1.21463,0.0715 -1.80689,0.2065 l -45.75278,10.36892 -1.18739,17.24295 46.57879,-10.57542 73.25672,61.64096 -130.71601,32.31762 -47.23262,-45.80907 -5.95424,4.14418 44.20401,56.37818 c 1.99028,2.19986 5.22505,3.18884 8.10522,2.47803 l 151.26299,-37.37693 c 2.92586,-0.73167 5.34936,-3.19071 6.03836,-6.12692 0.689,-2.9362 -0.3877,-6.21658 -2.6827,-8.17337 l -88.79602,-74.80548 c -1.47769,-1.22928 -3.3953,-1.91813 -5.31744,-1.91015 z" id="path3953" sodipodi:nodetypes="ccccccccccccsccc" color="#000000" stroke-width="10" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="ccccccccccscccc" d="m 361.30072,312.05506 -13.7324,9.44749 43.50939,46.62258 -8.51822,108.00074 -52.86461,-69.69455 2.63291,-75.26381 -16.9332,11.66739 -2.32315,65.86795 c -0.0805,1.8914 0.51393,3.80461 1.65202,5.31743 l 67.78441,89.36391 c 2.00793,2.64714 5.71344,3.8692 8.90218,2.93591 3.18874,-0.93329 5.65058,-3.96043 5.91436,-7.27246 l 10.53162,-133.14241 c 0.17592,-2.2608 -0.62946,-4.58109 -2.16827,-6.2467 l -44.38704,-47.60347 z" id="path3955" color="#000000" stroke-width="10" fill="#ffffff"/>
|
||||
<path d="m 174.72646,142.03018 135.50585,44.38983 -2.3363,160.62115 -123.82431,-56.65544 -9.34524,-148.35554 z" id="path3933" sodipodi:nodetypes="ccccc" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="16.52"/>
|
||||
<path d="m 416.53432,131.5168 -106.30201,54.90321 -1.75223,161.20524 97.54086,-67.16885 10.51338,-148.9396 z" id="path3935" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="16.52"/>
|
||||
<path d="M 285.70109,94.135869 176.04065,140.71602 310.23231,185.83594 415.36616,130.49464 285.70109,94.135869 z" id="path3937" sodipodi:nodetypes="ccccc" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="16.52"/>
|
||||
<path d="M 174.875 133.78125 C 172.59872 133.73665 170.32438 134.66788 168.75 136.3125 C 167.17561 137.95712 166.32491 140.29033 166.46875 142.5625 L 175.8125 290.90625 C 175.99757 293.87451 177.91985 296.67054 180.625 297.90625 L 304.46875 354.5625 C 306.95577 355.69653 310.00367 355.49434 312.3125 354.03125 C 314.62133 352.56817 316.1198 349.88937 316.15625 347.15625 L 318.5 186.53125 C 318.5501 183.03869 316.13173 179.65025 312.8125 178.5625 L 177.3125 134.1875 C 176.52644 133.93112 175.70172 133.79367 174.875 133.78125 z M 212.25 189.625 C 214.81726 189.56681 218.00916 190.02833 221.84375 191 C 226.95648 192.29567 232.53325 194.27402 238.53125 196.96875 C 248.15951 201.29469 255.88873 205.39501 261.78125 209.25 C 267.67362 213.10515 272.65937 217.84705 276.71875 223.5 C 279.56941 227.43186 281.89845 232.21111 283.6875 237.875 C 285.47636 243.53896 286.46473 248.65197 286.65625 253.15625 L 288.4375 295.375 C 288.6288 299.87928 289.04781 303.5667 289.65625 306.34375 C 290.26445 309.12074 291.49159 312.84218 293.34375 317.5625 L 263.1875 304.03125 C 261.87266 301.02513 261.01685 298.80041 260.59375 297.34375 C 260.1705 295.88692 259.70438 293.67817 259.21875 290.75 C 255.20612 293.48334 251.16596 294.88558 247.09375 295 C 241.52372 295.0895 234.99247 293.4741 227.46875 290.09375 C 217.4721 285.60241 209.75076 279.55097 204.34375 271.9375 C 198.9367 264.32399 196.0792 256.62245 195.75 248.875 C 195.4412 241.60803 197.05723 236.47493 200.59375 233.46875 C 204.13025 230.46264 210.86022 230.07971 220.8125 232.3125 C 232.74363 234.96313 240.46943 236.53493 244 237.03125 C 247.53047 237.52766 251.26536 237.78649 255.1875 237.78125 C 254.99604 233.27698 254.05128 229.7533 252.34375 227.21875 C 250.63609 224.68427 247.72883 222.50012 243.625 220.65625 C 238.36359 218.29243 234.45525 217.47889 231.90625 218.21875 C 229.91807 218.79833 228.36786 220.86089 227.28125 224.4375 L 196.4375 206.9375 C 197.33468 201.33175 198.77832 197.28245 200.8125 194.75 C 202.84668 192.21773 205.88084 190.58249 209.875 189.84375 C 210.59181 189.70928 211.39425 189.6444 212.25 189.625 z M 234.5 254.15625 C 232.47658 254.20656 231.04602 254.52287 230.21875 255.09375 C 228.51406 256.27194 227.73652 258.13385 227.84375 260.65625 C 227.9662 263.53902 228.9408 266.28262 230.78125 268.90625 C 232.6216 271.52993 235.23631 273.61973 238.65625 275.15625 C 242.23395 276.76368 245.5375 277.25526 248.53125 276.65625 C 251.52488 276.05711 253.58211 274.61731 254.75 272.34375 C 255.91775 270.07014 256.41265 266.65814 256.21875 262.09375 L 255.96875 256.25 C 251.6257 256.06608 247.10409 255.55103 242.375 254.78125 C 239.15503 254.30661 236.52342 254.10594 234.5 254.15625 z " id="path4040" opacity=".9" color="#000000" stroke-width="16.52" fill="#ffffff"/>
|
||||
<path id="path4042" d="m 416.53432,131.5168 -106.30201,54.90321 -1.75223,161.20524 97.54086,-67.16885 10.51338,-148.9396 z" opacity=".6" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="16.52"/>
|
||||
<path sodipodi:nodetypes="ccccc" id="path4044" d="M 285.70109,94.135869 176.04065,140.71602 310.23231,185.83594 415.36616,130.49464 285.70109,94.135869 z" opacity=".75" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="16.52"/>
|
||||
<path sodipodi:nodetypes="cccsccccccccc" id="path4048" d="m 118.53838,230.29577 c -1.91591,-0.0224 -3.83259,0.64755 -5.31744,1.85852 l -87.608631,71.29495 c -2.354223,1.91725 -3.502227,5.20388 -2.853728,8.16997 0.648498,2.96608 3.063356,5.47374 6.00289,6.23357 l 145.480919,36.80905 c 2.82348,0.70907 5.99717,-0.21232 8.00197,-2.32315 l 41.24885,-43.159 -15.95231,-7.22758 -23.77787,-15.75483 -10.14015,-43.97599 -53.43249,-11.71901 c -0.54185,-0.12418 -1.09626,-0.19348 -1.65201,-0.2065 z" opacity=".75" color="#000000" stroke-width="10" fill="#ffffff"/>
|
||||
<path d="M 29.1875 301.59375 C 26.860878 301.72707 24.598384 302.88812 23.15625 304.71875 C 21.714116 306.54937 21.116174 309.01932 21.53125 311.3125 L 44.875 440.96875 C 45.418838 444.00706 47.808761 446.63724 50.78125 447.46875 L 185.125 484.84375 C 187.67818 485.56135 190.57811 484.96765 192.625 483.28125 C 194.67189 481.59486 195.80956 478.86206 195.59375 476.21875 L 185.0625 345.96875 C 184.78578 342.55589 182.16438 339.46026 178.84375 338.625 L 31.65625 301.8125 C 30.850542 301.61622 30.015167 301.5422 29.1875 301.59375 z M 50.65625 331.21875 L 84.1875 338.96875 L 90.625 373.25 C 93.403022 371.13357 96.742255 369.84444 100.6875 369.375 C 104.6327 368.90565 109.1688 369.25986 114.28125 370.4375 C 124.83231 372.86814 134.13538 378.00476 142.21875 385.875 C 150.30193 393.74529 155.45572 403.5645 157.65625 415.3125 C 159.12311 423.14451 158.81852 429.70013 156.78125 434.9375 C 154.74376 440.17485 151.20987 443.6171 146.1875 445.28125 C 141.16492 446.94527 135.26709 447.00359 128.46875 445.4375 C 122.64924 444.09691 117.13446 441.81059 111.90625 438.625 C 107.95876 436.16521 103.44369 432.22719 98.3125 426.78125 L 100.28125 437.375 L 69.1875 430.21875 L 50.65625 331.21875 z M 103.3125 388.125 C 101.00546 388.20994 99.11676 388.89976 97.65625 390.21875 C 95.319401 392.32925 94.66487 396.21733 95.71875 401.84375 C 96.873734 408.01036 99.118027 412.77408 102.4375 416.1875 C 105.7569 419.60096 109.5471 421.82273 113.84375 422.8125 C 117.81395 423.7271 120.88034 423.10303 123.0625 421 C 125.24454 418.89698 125.76802 414.65542 124.5625 408.21875 C 123.50015 402.5473 121.41638 398.07585 118.28125 394.8125 C 115.14599 391.5492 111.65892 389.48953 107.90625 388.625 C 106.21344 388.23505 104.69672 388.07404 103.3125 388.125 z " id="path4050" opacity=".9" color="#000000" stroke-width="16.52" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="ccccsccccc" id="path4052" d="m 208.52179,302.3651 -37.58344,38.51269 c -1.64732,1.68654 -2.51749,4.10367 -2.32315,6.4532 l 11.0995,130.25138 c 0.28624,3.28715 2.73596,6.27965 5.90183,7.20948 3.16586,0.92984 6.84474,-0.26266 8.86309,-2.87293 l 65.97751,-85.85337 c 1.14165,-1.45868 1.77121,-3.3103 1.75527,-5.16256 l -0.87763,-64.63524 -52.81298,-23.90265 z" opacity=".6" color="#000000" stroke-width="10" fill="#ffffff"/>
|
||||
<path d="M 549.1875 319.59375 C 548.70221 319.63445 548.22055 319.71826 547.75 319.84375 L 397.625 356.625 C 394.28379 357.45244 391.64321 360.56832 391.375 364 L 380.84375 498.34375 C 380.63527 501.00451 381.79932 503.72856 383.875 505.40625 C 385.95068 507.08394 388.87963 507.66809 391.4375 506.90625 L 529.84375 466.03125 C 532.79016 465.16508 535.1379 462.52703 535.65625 459.5 L 557.84375 329.25 C 558.2684 326.80124 557.50269 324.16309 555.84375 322.3125 C 554.18481 320.46192 551.66794 319.43827 549.1875 319.59375 z M 493.84375 362.78125 C 498.00504 362.72945 501.46806 363.34807 504.21875 364.65625 C 510.50586 367.64659 514.26277 373.65855 515.4375 382.71875 L 484.46875 396.125 C 484.17466 392.63715 482.94849 390.31554 480.78125 389.15625 C 478.61382 387.99716 475.42676 388.03979 471.21875 389.3125 C 465.90601 390.91948 461.26477 394.23161 457.28125 399.25 C 453.29763 404.26852 450.59868 410.87213 449.1875 419.03125 C 447.92982 426.30241 448.57901 431.30591 451.1875 434.09375 C 453.7959 436.88169 457.63774 437.5274 462.6875 436 C 466.89549 434.72725 470.64583 432.51783 473.90625 429.375 C 477.16653 426.23226 479.91993 422.08502 482.15625 416.9375 L 512.03125 411.375 C 509.18628 418.60024 505.40813 425.23897 500.71875 431.3125 C 496.02918 437.3861 490.47179 442.69322 484.03125 447.21875 C 477.59058 451.74422 469.79885 455.37203 460.59375 458.15625 C 451.70416 460.84504 444.45891 462.20855 438.84375 462.25 C 433.22853 462.2915 428.61508 461.03066 425.03125 458.40625 C 421.44734 455.78192 418.88261 452.19735 417.375 447.65625 C 415.86737 443.11519 415.86737 436.46439 417.375 427.75 C 418.94942 418.64729 421.72665 410.65978 425.71875 403.71875 C 428.64337 398.62616 432.2807 393.74798 436.625 389.09375 C 440.96926 384.43967 445.28854 380.63273 449.53125 377.71875 C 456.26112 373.10583 464.49742 369.3031 474.28125 366.34375 C 481.97408 364.01699 488.49352 362.84785 493.84375 362.78125 z " id="path4056" opacity=".9" color="#000000" stroke-width="16.52" fill="#ffffff"/>
|
||||
<path sodipodi:nodetypes="cccccccccsccc" id="path4058" d="m 461.49502,244.84321 c -0.60744,0.002 -1.21463,0.0715 -1.80689,0.2065 l -43.98501,10.01537 -6.84424,17.95006 -48.92074,36.15987 -9.48977,14.39723 42.43624,47.18579 c 1.99028,2.19986 5.22505,3.18884 8.10522,2.47803 l 151.26299,-37.37693 c 2.92586,-0.73167 5.34936,-3.19071 6.03836,-6.12692 0.689,-2.9362 -0.3877,-6.21658 -2.6827,-8.17337 l -88.79602,-74.80548 c -1.47769,-1.22928 -3.3953,-1.91813 -5.31744,-1.91015 z" opacity=".75" color="#000000" stroke-width="10" fill="#ffffff"/>
|
||||
<path id="path4060" d="m 361.30072,312.05506 -45.90613,30.77984 -2.32315,65.86795 c -0.0805,1.8914 0.51393,3.80461 1.65202,5.31743 l 67.78441,89.36391 c 2.00793,2.64714 5.71344,3.8692 8.90218,2.93591 3.18874,-0.93329 5.65058,-3.96043 5.91436,-7.27246 l 10.53162,-133.14241 c 0.17592,-2.2608 -0.62946,-4.58109 -2.16827,-6.2467 l -44.38704,-47.60347 z" sodipodi:nodetypes="cccccscccc" opacity=".6" color="#000000" stroke-width="10" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 14 KiB |
27
vtm-themes/resources/assets/symbols/education/nursery3.svg
Executable file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<defs id="defs22">
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3568" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3565" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2959">
|
||||
<path id="path2626" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2956">
|
||||
<path id="path2623" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#39AC39" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 68.564095,150.51046 318.30511,232.32214 313.99924,528.35134 85.78763,423.9338 68.564095,150.51046 z" id="path3933" sodipodi:nodetypes="ccccc" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="30.447"/>
|
||||
<path d="M 514.22263,131.13401 318.30511,232.32214 315.0757,529.42783 494.84619,405.63379 514.22263,131.13401 z" id="path3935" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="30.447"/>
|
||||
<path d="M 273.09339,62.239925 70.986184,148.08842 318.30511,231.24568 512.06968,129.25014 273.09339,62.239925 z" id="path3937" sodipodi:nodetypes="ccccc" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="30.447"/>
|
||||
<path d="m 68.837859,135.30745 c -4.195247,-0.0822 -8.386918,1.63409 -11.288544,4.66517 -2.901644,3.03108 -4.469507,7.33125 -4.204406,11.51892 l 17.220788,273.40161 c 0.341089,5.47059 3.883904,10.62375 8.86957,12.9012 L 307.68271,542.21337 c 4.58364,2.09005 10.20101,1.71741 14.45624,-0.9791 4.25524,-2.6965 7.01696,-7.6336 7.08414,-12.67082 l 4.3196,-296.03629 c 0.0923,-6.43689 -4.36479,-12.68188 -10.48222,-14.68663 L 73.330238,136.05618 c -1.44873,-0.47251 -2.968712,-0.72584 -4.492379,-0.74873 z m 68.883151,102.92157 c 4.73153,-0.10724 10.61429,0.74335 17.68155,2.53417 9.4229,2.38795 19.70104,6.03411 30.75552,11.00057 17.74515,7.97282 31.99031,15.52983 42.85039,22.63468 10.8598,7.10515 20.04867,15.8446 27.53022,26.26314 5.25385,7.24653 9.54633,16.05482 12.8436,26.49352 3.29692,10.43883 5.11851,19.86225 5.47149,28.16377 l 3.28289,77.81031 c 0.35257,8.30151 1.12482,15.09753 2.24619,20.21571 1.12093,5.11807 3.38258,11.97679 6.79616,20.67647 l -55.57879,-24.93847 c -2.42329,-5.54036 -4.00057,-9.64058 -4.78036,-12.32525 -0.78006,-2.68497 -1.63913,-6.75576 -2.53416,-12.15246 -7.39539,5.03762 -14.84151,7.62199 -22.34671,7.83287 -10.26572,0.16495 -22.30299,-2.81228 -36.16941,-9.04236 -18.4241,-8.27766 -32.65475,-19.43063 -42.62001,-33.46246 -9.96535,-14.03191 -15.2318,-28.22606 -15.83852,-42.50483 -0.56913,-13.39322 2.40926,-22.85367 8.92716,-28.39414 6.51787,-5.54034 18.92139,-6.24609 37.26372,-2.131 21.9894,4.88518 36.22826,7.78205 42.7352,8.69679 6.50675,0.91489 13.39025,1.39192 20.61887,1.38227 -0.35287,-8.3015 -2.09409,-14.79574 -5.24111,-19.46698 -3.14727,-4.67112 -8.50543,-8.69657 -16.0689,-12.09487 -9.69692,-4.35658 -16.9001,-5.85596 -21.59798,-4.49238 -3.66427,1.06818 -6.52135,4.86954 -8.524,11.46133 l -56.84588,-32.25298 c 1.65353,-10.33155 4.3142,-17.79453 8.06325,-22.4619 3.74905,-4.66704 9.34109,-7.68084 16.70243,-9.04235 1.3211,-0.24784 2.80002,-0.36741 4.37719,-0.40317 z m 41.00736,118.93287 c -3.72921,0.0927 -6.36578,0.67569 -7.89046,1.72784 -3.14179,2.17144 -4.57481,5.60299 -4.37719,10.25184 0.22568,5.31303 2.0219,10.36956 5.4139,15.20498 3.39181,4.83551 8.21079,8.68707 14.51384,11.51892 6.5938,2.96254 12.68233,3.86853 18.19989,2.76454 5.51735,-1.10423 9.30888,-3.75782 11.46133,-7.94805 2.1522,-4.19033 3.06431,-10.47874 2.70695,-18.89104 l -0.46076,-10.77019 c -8.00436,-0.33897 -16.33781,-1.28822 -25.05365,-2.70695 -5.9345,-0.87477 -10.78463,-1.24461 -14.51385,-1.15189 z" id="path4040" opacity=".9" color="#000000" stroke-width="16.52" fill="#ffffff"/>
|
||||
<path d="M 513.3125 115.9375 C 511.20609 116.0615 509.12687 116.62954 507.25 117.59375 L 311.3125 218.78125 C 306.4314 221.31096 303.14522 226.65881 303.09375 232.15625 L 299.84375 529.25 C 299.77435 534.8007 303.00695 540.26503 307.90625 542.875 C 312.80556 545.48497 319.15082 545.12297 323.71875 541.96875 L 503.46875 418.1875 C 507.22329 415.60673 509.70863 411.26329 510.03125 406.71875 L 529.40625 132.21875 C 529.71345 127.91179 528.09798 123.50835 525.0625 120.4375 C 522.02702 117.36665 517.62273 115.68021 513.3125 115.9375 z M 461.5625 269.53125 C 462.25094 269.52983 462.915 269.54579 463.5625 269.59375 C 473.92225 270.36154 480.77761 276.20573 484.03125 287.21875 L 437.34375 319.40625 C 436.34014 315.08976 434.0598 312.71018 430.46875 312.28125 C 426.87744 311.85265 421.86377 313.51522 415.4375 317.1875 C 407.32415 321.82408 400.52348 328.27279 395.03125 336.625 C 389.53887 344.97748 386.30011 354.72607 385.34375 365.84375 C 384.49134 375.75152 386.33691 381.85958 390.875 384.15625 C 395.41293 386.45311 401.56952 385.40699 409.28125 381 C 415.7075 377.32766 421.23019 372.6653 425.875 367.0625 C 430.51961 361.45985 434.21548 354.82445 436.9375 347.15625 L 483.09375 325.5 C 479.73578 336.12048 474.84597 346.48689 468.40625 356.53125 C 461.96625 366.57577 454.06108 376.05257 444.625 384.96875 C 435.18869 393.88494 423.43257 402.34162 409.375 410.375 C 395.79924 418.13306 384.61333 423.37433 375.78125 426.15625 C 366.94909 428.93826 359.48545 429.55123 353.4375 427.9375 C 347.38945 426.32392 342.82704 422.97961 339.75 417.90625 C 336.67293 412.83298 335.63473 404.34292 336.65625 392.46875 C 337.72328 380.06531 340.85484 368.47086 346.0625 357.65625 C 349.87648 349.72378 354.85217 341.7182 360.96875 333.65625 C 367.08529 325.59445 373.27355 318.6626 379.5 312.875 C 389.37796 303.70646 401.77739 294.85106 416.71875 286.3125 C 436.29897 275.12323 451.23586 269.55251 461.5625 269.53125 z " id="path4042" opacity=".6" color="#000000" stroke-width="30.447" fill="#ffffff"/>
|
||||
<path d="M 272.6875 47.03125 C 270.79129 47.07792 268.90452 47.482987 267.15625 48.21875 L 65.03125 134.0625 C 59.373254 136.44928 55.514248 142.55121 55.75 148.6875 C 55.985752 154.82379 60.300556 160.58562 66.125 162.53125 L 313.46875 245.6875 C 317.35931 246.99091 321.77677 246.63243 325.40625 244.71875 L 519.15625 142.71875 C 524.50425 139.90126 527.82203 133.66764 527.1875 127.65625 C 526.55296 121.64487 522.00589 116.23257 516.1875 114.59375 L 277.21875 47.59375 C 275.74798 47.180323 274.21472 46.989986 272.6875 47.03125 z M 315.15625 111.25 C 316.30703 111.25571 317.47734 111.28437 318.65625 111.3125 C 337.51877 111.76271 357.44413 115.62593 378.4375 122.9375 C 392.43299 127.81202 403.01991 132.89652 410.1875 138.1875 C 417.35489 143.47859 420.49283 148.43682 419.59375 153.0625 C 418.69437 157.68824 414.49029 161.72165 406.96875 165.125 C 400.53017 168.03834 392.77409 170.05297 383.71875 171.1875 C 376.7916 172.00325 366.96664 172.09121 354.25 171.46875 L 373.21875 178.0625 L 338.8125 193.625 L 161.9375 132.03125 L 199.03125 115.25 L 260.34375 136.59375 C 258.86662 133.14006 259.16056 129.91284 261.25 126.90625 C 263.33953 123.8997 267.21881 121.12195 272.875 118.5625 C 283.81904 113.61065 297.8945 111.16428 315.15625 111.25 z M 313.21875 134.03125 C 306.8919 133.98402 301.88295 134.79371 298.25 136.4375 C 293.25566 138.69738 291.64996 141.37903 293.4375 144.53125 C 295.2252 147.68357 301.16452 151.02956 311.21875 154.53125 C 322.23824 158.36919 331.76691 160.42938 339.8125 160.75 C 347.85812 161.07074 354.24633 160.18222 359 158.03125 C 363.39262 156.0437 364.63768 153.5114 362.75 150.46875 C 360.86228 147.42622 354.18956 143.9123 342.6875 139.90625 C 332.55278 136.37654 323.66401 134.45737 316 134.125 C 315.042 134.08347 314.12259 134.038 313.21875 134.03125 z " id="path4044" opacity=".75" color="#000000" stroke-width="30.447" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 8.4 KiB |
30
vtm-themes/resources/assets/symbols/education/school.svg
Executable file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3634" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3631" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2611">
|
||||
<path id="path1325" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2608">
|
||||
<path id="path1322" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#39AC39" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path id="path3526" d="M 109.53419,508.69651 L 154.37168,400.14257 L 221.63981,361.34754 L 223.27508,214.21996 L 241.78563,173.98248 L 289.0426,62.097177 M 471.71115,508.69651 L 437.81131,426.6232 L 329.70819,251.33902 L 333.85002,160.40114 L 292.20274,62.097177" sodipodi:nodetypes="ccccccccccc" opacity=".75" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="30.787"/>
|
||||
<path d="M 73.249534,149.81914 L 73.249534,423.82196 L 510.99983,423.82196 L 510.99983,149.81914 L 73.249534,149.81914 z M 143.22544,175.69932 C 155.48659,175.69942 165.32433,176.41043 172.76156,177.78385 C 180.19859,179.15747 186.40374,182.02353 191.36194,186.37851 C 194.84589,189.39366 197.59367,193.64677 199.60383,199.17429 C 201.61375,204.70197 202.61825,209.99166 202.61838,215.01668 L 202.61838,262.12694 C 202.61825,267.15205 202.94382,271.11311 203.58046,273.96064 C 204.21686,276.80821 205.60535,280.44218 207.74951,284.86431 L 169.36218,284.86431 C 167.82105,282.11721 166.81655,280.01918 166.34763,278.57867 C 165.87853,277.13804 165.4055,274.86202 164.93658,271.7799 C 159.57642,276.93901 154.22685,280.63292 148.93383,282.84392 C 141.69764,285.79195 133.30825,287.26953 123.72712,287.26953 C 110.99685,287.26953 101.33578,284.3144 94.736179,278.41832 C 88.136549,272.52217 84.826659,265.25415 84.826667,256.61097 C 84.826657,248.50385 87.221095,241.82567 91.978192,236.59953 C 96.735261,231.37349 105.51008,227.50436 118.30735,224.95826 C 133.65058,221.87626 143.57595,219.71979 148.13209,218.4802 C 152.6881,217.24074 157.53539,215.61572 162.62756,213.60561 C 162.62748,208.58061 161.59376,205.06483 159.51681,203.05471 C 157.43967,201.04476 153.77502,200.04025 148.549,200.04016 C 141.84883,200.04024 136.82629,201.10317 133.47627,203.24713 C 130.86318,204.92224 128.73448,208.08465 127.12649,212.70767 L 88.033629,208.57068 C 89.507642,201.73664 91.634918,196.35934 94.415483,192.43967 C 97.196016,188.5202 101.21547,185.12267 106.44159,182.24153 C 110.19362,180.1646 115.33299,178.5702 121.89915,177.43109 C 128.46522,176.29217 135.58725,175.69943 143.22544,175.69932 z M 424.18737,175.69932 C 441.6076,175.69943 454.87206,178.83264 464.01784,185.06365 C 473.16339,191.29486 479.60649,200.39383 483.29168,212.38697 L 444.77607,217.51811 C 443.56996,212.96209 441.38426,209.53538 438.2018,207.22376 C 435.01915,204.91231 430.73397,203.76033 425.37395,203.76024 C 418.60677,203.76032 413.14181,206.18253 408.9543,211.04004 C 404.76667,215.8977 402.66861,223.25482 402.66866,233.10394 C 402.6686,241.88114 404.73603,248.52728 408.89017,253.08331 C 413.04419,257.63943 418.36451,259.94624 424.7967,259.94621 C 430.1567,259.94624 434.64636,258.55631 438.298,255.80923 C 441.94948,253.0622 444.69871,248.83688 446.50782,243.14174 L 485.37621,247.56734 C 483.23204,255.67452 479.71627,262.70749 474.8253,268.63708 C 469.9341,274.56667 463.70117,279.17598 456.09664,282.45909 C 448.49191,285.74209 438.83084,287.36574 427.10571,287.36574 C 415.78245,287.36574 406.35789,286.30139 398.8203,284.19084 C 391.28263,282.08031 384.78112,278.68426 379.35405,273.96064 C 373.92691,269.23708 369.67237,263.68164 366.59033,257.31651 C 363.50826,250.95142 361.9723,242.50074 361.97232,231.9815 C 361.97232,220.99336 363.83241,211.86519 367.58449,204.56198 C 370.33151,199.20198 374.08382,194.38532 378.84093,190.13066 C 383.598,185.87615 388.50369,182.71519 393.52881,180.63805 C 401.50191,177.35509 411.72509,175.69943 424.18737,175.69932 z M 162.62756,234.19431 C 156.99938,236.20439 151.11837,237.97688 145.02134,239.51786 C 136.71313,241.72896 131.45408,243.91607 129.24309,246.06007 C 126.96498,248.27115 125.84366,250.78241 125.84371,253.59643 C 125.84367,256.81252 126.96642,259.44205 129.21102,261.48555 C 131.4555,263.52911 134.73332,264.56426 139.08846,264.56424 C 143.64448,264.56426 147.90045,263.44006 151.8201,261.229 C 155.73958,259.01799 158.51659,256.33004 160.1582,253.14746 C 161.79965,249.96493 162.62748,245.82865 162.62756,240.73651 L 162.62756,234.19431 z M 240.42845,255.13577 L 281.73413,255.13577 L 281.73413,306.1906 C 285.82115,301.90263 290.45969,298.68179 295.65234,296.53765 C 300.84488,294.3937 306.57553,293.3308 312.87373,293.33068 C 325.87187,293.3308 336.62649,297.99854 345.13576,307.34511 C 353.64479,316.69185 357.89934,330.10523 357.89947,347.59248 C 357.89934,359.25073 355.94874,369.53376 352.0628,378.41138 C 348.1766,387.28906 342.79929,393.90588 335.93178,398.29455 C 329.06404,402.68312 321.4412,404.90089 313.06614,404.90089 C 305.89693,404.90089 299.33843,403.33287 293.3754,400.2508 C 288.88626,397.83885 284.01261,393.31853 278.71958,386.68535 L 278.71958,402.4636 L 240.42845,402.4636 L 240.42845,255.13577 z M 300.30244,323.89303 C 294.74129,323.8931 290.22243,325.92991 286.70491,330.0504 C 283.18732,334.17104 281.41338,340.43603 281.41343,348.81113 C 281.41338,357.99034 283.15809,364.6379 286.60871,368.75843 C 290.05922,372.87903 294.39995,374.9479 299.69311,374.94787 C 304.58412,374.9479 308.6912,372.90824 312.00784,368.85464 C 315.32432,364.8011 317.01062,357.97544 317.01071,348.39422 C 317.01063,339.95211 315.38559,333.77905 312.13612,329.82592 C 308.88648,325.87292 304.92545,323.89311 300.30244,323.89303 z" id="rect3530" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="20"/>
|
||||
<rect y="149.82" x="73.26" height="273.99" width="437.75" id="rect3544" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="20.525"/>
|
||||
</svg>
|
After Width: | Height: | Size: 7.3 KiB |
30
vtm-themes/resources/assets/symbols/education/school_primary.svg
Executable file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3634" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3631" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2611">
|
||||
<path id="path1325" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2608">
|
||||
<path id="path1322" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#39AC39" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path id="path3526" d="M 109.53419,508.69651 L 154.37168,400.14257 L 221.63981,361.34754 L 223.27508,214.21996 L 241.78563,173.98248 L 289.0426,62.097177 M 471.71115,508.69651 L 437.81131,426.6232 L 329.70819,251.33902 L 333.85002,160.40114 L 292.20274,62.097177" sodipodi:nodetypes="ccccccccccc" opacity=".75" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="30.787"/>
|
||||
<path d="M 73.249534,149.81914 L 73.249534,423.82196 L 510.99983,423.82196 L 510.99983,149.81914 L 73.249534,149.81914 z M 143.22544,175.69932 C 155.48659,175.69942 165.32433,176.41043 172.76156,177.78385 C 180.19859,179.15747 186.40374,182.02353 191.36194,186.37851 C 194.84589,189.39366 197.59367,193.64677 199.60383,199.17429 C 201.61375,204.70197 202.61825,209.99166 202.61838,215.01668 L 202.61838,262.12694 C 202.61825,267.15205 202.94382,271.11311 203.58046,273.96064 C 204.21686,276.80821 205.60535,280.44218 207.74951,284.86431 L 169.36218,284.86431 C 167.82105,282.11721 166.81655,280.01918 166.34763,278.57867 C 165.87853,277.13804 165.4055,274.86202 164.93658,271.7799 C 159.57642,276.93901 154.22685,280.63292 148.93383,282.84392 C 141.69764,285.79195 133.30825,287.26953 123.72712,287.26953 C 110.99685,287.26953 101.33578,284.3144 94.736179,278.41832 C 88.136549,272.52217 84.826659,265.25415 84.826667,256.61097 C 84.826657,248.50385 87.221095,241.82567 91.978192,236.59953 C 96.735261,231.37349 105.51008,227.50436 118.30735,224.95826 C 133.65058,221.87626 143.57595,219.71979 148.13209,218.4802 C 152.6881,217.24074 157.53539,215.61572 162.62756,213.60561 C 162.62748,208.58061 161.59376,205.06483 159.51681,203.05471 C 157.43967,201.04476 153.77502,200.04025 148.549,200.04016 C 141.84883,200.04024 136.82629,201.10317 133.47627,203.24713 C 130.86318,204.92224 128.73448,208.08465 127.12649,212.70767 L 88.033629,208.57068 C 89.507642,201.73664 91.634918,196.35934 94.415483,192.43967 C 97.196016,188.5202 101.21547,185.12267 106.44159,182.24153 C 110.19362,180.1646 115.33299,178.5702 121.89915,177.43109 C 128.46522,176.29217 135.58725,175.69943 143.22544,175.69932 z M 424.18737,175.69932 C 441.6076,175.69943 454.87206,178.83264 464.01784,185.06365 C 473.16339,191.29486 479.60649,200.39383 483.29168,212.38697 L 444.77607,217.51811 C 443.56996,212.96209 441.38426,209.53538 438.2018,207.22376 C 435.01915,204.91231 430.73397,203.76033 425.37395,203.76024 C 418.60677,203.76032 413.14181,206.18253 408.9543,211.04004 C 404.76667,215.8977 402.66861,223.25482 402.66866,233.10394 C 402.6686,241.88114 404.73603,248.52728 408.89017,253.08331 C 413.04419,257.63943 418.36451,259.94624 424.7967,259.94621 C 430.1567,259.94624 434.64636,258.55631 438.298,255.80923 C 441.94948,253.0622 444.69871,248.83688 446.50782,243.14174 L 485.37621,247.56734 C 483.23204,255.67452 479.71627,262.70749 474.8253,268.63708 C 469.9341,274.56667 463.70117,279.17598 456.09664,282.45909 C 448.49191,285.74209 438.83084,287.36574 427.10571,287.36574 C 415.78245,287.36574 406.35789,286.30139 398.8203,284.19084 C 391.28263,282.08031 384.78112,278.68426 379.35405,273.96064 C 373.92691,269.23708 369.67237,263.68164 366.59033,257.31651 C 363.50826,250.95142 361.9723,242.50074 361.97232,231.9815 C 361.97232,220.99336 363.83241,211.86519 367.58449,204.56198 C 370.33151,199.20198 374.08382,194.38532 378.84093,190.13066 C 383.598,185.87615 388.50369,182.71519 393.52881,180.63805 C 401.50191,177.35509 411.72509,175.69943 424.18737,175.69932 z M 162.62756,234.19431 C 156.99938,236.20439 151.11837,237.97688 145.02134,239.51786 C 136.71313,241.72896 131.45408,243.91607 129.24309,246.06007 C 126.96498,248.27115 125.84366,250.78241 125.84371,253.59643 C 125.84367,256.81252 126.96642,259.44205 129.21102,261.48555 C 131.4555,263.52911 134.73332,264.56426 139.08846,264.56424 C 143.64448,264.56426 147.90045,263.44006 151.8201,261.229 C 155.73958,259.01799 158.51659,256.33004 160.1582,253.14746 C 161.79965,249.96493 162.62748,245.82865 162.62756,240.73651 L 162.62756,234.19431 z M 240.42845,255.13577 L 281.73413,255.13577 L 281.73413,306.1906 C 285.82115,301.90263 290.45969,298.68179 295.65234,296.53765 C 300.84488,294.3937 306.57553,293.3308 312.87373,293.33068 C 325.87187,293.3308 336.62649,297.99854 345.13576,307.34511 C 353.64479,316.69185 357.89934,330.10523 357.89947,347.59248 C 357.89934,359.25073 355.94874,369.53376 352.0628,378.41138 C 348.1766,387.28906 342.79929,393.90588 335.93178,398.29455 C 329.06404,402.68312 321.4412,404.90089 313.06614,404.90089 C 305.89693,404.90089 299.33843,403.33287 293.3754,400.2508 C 288.88626,397.83885 284.01261,393.31853 278.71958,386.68535 L 278.71958,402.4636 L 240.42845,402.4636 L 240.42845,255.13577 z M 300.30244,323.89303 C 294.74129,323.8931 290.22243,325.92991 286.70491,330.0504 C 283.18732,334.17104 281.41338,340.43603 281.41343,348.81113 C 281.41338,357.99034 283.15809,364.6379 286.60871,368.75843 C 290.05922,372.87903 294.39995,374.9479 299.69311,374.94787 C 304.58412,374.9479 308.6912,372.90824 312.00784,368.85464 C 315.32432,364.8011 317.01062,357.97544 317.01071,348.39422 C 317.01063,339.95211 315.38559,333.77905 312.13612,329.82592 C 308.88648,325.87292 304.92545,323.89311 300.30244,323.89303 z" id="rect3530" fill="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="20"/>
|
||||
<rect y="149.82" x="73.26" height="273.99" width="437.75" id="rect3544" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="20.525"/>
|
||||
</svg>
|
After Width: | Height: | Size: 7.3 KiB |
30
vtm-themes/resources/assets/symbols/education/school_secondary.svg
Executable file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3634" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3631" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2611">
|
||||
<path id="path1325" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2608">
|
||||
<path id="path1322" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#39AC39" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 288.875 46.5 A 15.394957 15.394957 0 0 0 274.875 56.09375 L 235.28125 149.8125 L 268.71875 149.8125 L 290.65625 97.875 L 312.65625 149.8125 L 346.09375 149.8125 L 306.375 56.09375 A 15.394957 15.394957 0 0 0 290.5625 46.59375 A 15.394957 15.394957 0 0 0 288.875 46.5 z M 127.96875 423.8125 L 95.3125 502.8125 A 15.394957 15.394957 0 1 0 123.75 514.5625 L 161.25 423.8125 L 127.96875 423.8125 z M 418 423.8125 L 424.09375 433.6875 L 457.46875 514.5625 A 15.399125 15.399125 0 1 0 485.9375 502.8125 L 453.28125 423.8125 L 418 423.8125 z " id="path3526" opacity=".75" color="#000000" stroke-width="30.787" fill="#ffffff"/>
|
||||
<path d="m 73.167106,152.23698 -0.413796,263.99105 436.52956,1.47975 1.12888,-266.40515 -437.244644,0.93435 z m 24.192414,59.39776 40.28404,0 c 6.70504,12.19548 13.43144,24.37922 20.12233,36.58248 7.69725,-12.19907 15.41111,-24.38766 23.11509,-36.58248 l 40.52031,0 c -13.8083,21.30392 -27.61951,42.60595 -41.42601,63.91104 14.93851,23.80192 29.81061,47.64546 44.77317,71.43231 l -39.96902,0 c -8.76273,-14.33012 -17.74972,-28.52106 -26.46224,-42.88301 -8.528,14.31236 -17.08171,28.60953 -25.67468,42.88301 l -38.866419,0 c 14.010939,-23.40841 28.083099,-46.78086 42.056069,-70.21158 -9.6424,-16.41862 -19.37244,-32.8028 -29.06122,-49.18354 l -9.41142,-15.94823 z m 271.90744,0 37.13377,0 c 8.90513,26.3422 17.76103,52.70109 26.69852,79.03233 8.37096,-26.34522 16.7683,-52.68206 25.12338,-79.03233 l 37.56693,0 -38.82704,107.89665 c -7.88329,16.10376 -9.0995,34.43583 -15.86947,50.91619 -8.50945,22.51405 -35.94795,33.9087 -58.59497,26.22598 -1.90194,-7.70081 -1.70849,-17.25061 -2.83524,-25.6353 -3.01157,-8.18267 3.06352,-5.21995 8.19069,-4.371 11.30327,2.73428 27.82621,-1.42202 29.53376,-14.76688 -12.59393,-44.50359 -30.28259,-87.67734 -45.12758,-131.60241 l -2.99275,-8.66323 z m -90.49143,5.04043 33.23532,0 0,45.24571 45.28509,0 0,32.80215 -45.28509,0 0,45.87577 -33.23532,0 0,-45.87577 -45.28509,0 0,-32.80215 23.86327,0 c 6.50899,-1.47169 19.03546,3.07409 21.42182,-2.52022 l 0,-42.72549 z" id="rect3530" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccc" fill="#ffffff"/>
|
||||
<rect y="149.82" x="73.26" height="273.99" width="437.75" id="rect3544" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="20.525"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.2 KiB |
36
vtm-themes/resources/assets/symbols/education/university.svg
Executable file
@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
|
||||
<path id="path3634" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
|
||||
<path id="path3631" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2611">
|
||||
<path id="path1325" d="M 10 0 L 0 5 L 10 10 z"/>
|
||||
</marker>
|
||||
<marker viewBox="0 0 10 10" refY="5" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="marker2608">
|
||||
<path id="path1322" d="M 0 0 L 10 5 L 0 10 z"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#39AC39" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 272.88678,135.49087 L 24.554768,260.20708 L 334.04076,264.35727 L 559.5004,146.80474 L 272.88678,135.49087 z" id="path2662" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
<path d="M 127.2667,365.3754 L 154.09984,286.09352 L 341.09332,291.42596 L 465.59678,223.64726 L 515.40623,281.48345 C 515.40623,281.48345 452.5225,288.41485 425.1209,305.43773 C 397.7193,322.4606 362.17606,363.44383 362.17606,363.44383 C 362.17606,363.44383 284.79228,336.638 249.00949,336.03614 C 180.69074,334.88703 131.50867,364.45854 127.2667,365.3754 z" id="path2664" sodipodi:nodetypes="cccccscsc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
<path d="M 134.25,280.09375 L 104.21875,280.53125 C 100.02835,287.5158 97.009988,296.28576 93.78125,306.71875 C 89.128683,321.75255 85.191392,339.76671 82.875,357.71875 C 74.146268,425.36641 74.125,456.65625 74.125,456.65625 L 94.125,456.65625 C 94.125,456.65625 94.08782,427.17095 102.71875,360.28125 C 104.88395,343.50095 108.62408,326.36097 112.875,312.625 C 117.12592,298.88903 123.05253,288.10333 124.5625,286.625 C 128.09983,283.16179 131.17852,281.42336 133.1875,280.53125 C 133.63538,280.33236 133.96818,280.20769 134.25,280.09375 z" id="path2666" fill="#ffffff" fill-rule="evenodd" stroke-width="20"/>
|
||||
<path d="M 106.46373,433.24868 C 106.46373,446.35545 91.82635,480.99284 78.719573,480.99284 C 65.612797,480.99284 58.975414,446.35545 58.975414,433.24868 C 58.975414,420.1419 69.612797,409.50452 82.719573,409.50452 C 95.82635,409.50452 106.46373,420.1419 106.46373,433.24868 z" id="path3462" sodipodi:nodetypes="csssc" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-width="15.475"/>
|
||||
<path id="path3466" d="M 81.949709,438.15162 L 69.214311,492.79019 L 81.949709,438.15162 z" sodipodi:nodetypes="ccc" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
<path d="M 106.41283,437.87281 L 88.618917,496.4658 L 106.41283,437.87281 z" id="path3468" sodipodi:nodetypes="ccc" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
<path sodipodi:nodetypes="ccc" id="path3471" d="M 56.079496,432.50244 L 51.793515,485.72506 L 56.079496,432.50244 z" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
<path sodipodi:nodetypes="ccc" id="path3482" d="M 65.682673,436.61091 L 61.396692,489.83353 L 65.682673,436.61091 z" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
<path sodipodi:nodetypes="ccc" d="M 91.949709,440.15162 L 79.214311,494.79019 L 91.949709,440.15162 z" id="path3484" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="10"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.9 KiB |
15
vtm-themes/resources/assets/symbols/example/blank.svg
Executable file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#111" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
21
vtm-themes/resources/assets/symbols/example/font.svg
Executable file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#111" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<flowRoot id="flowRoot3192" transform="matrix(14.685839,0,0,14.685839,565.76584,1146.0639)" font-family="NPSPICT3" text-align="start" writing-mode="lr" fill="#ffffff" line-height="125%" font-size="40">
|
||||
<flowRegion id="flowRegion3194">
|
||||
<rect id="rect3196" width="141.05" height="269.07" x="-39.06" y="-86.18"/>
|
||||
</flowRegion>
|
||||
<flowPara id="flowPara3198">&</flowPara>
|
||||
</flowRoot>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
8
vtm-themes/resources/assets/symbols/food/bar.svg
Executable file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.894,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.316 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.522,-65.036 -0.003,0 -448.494,-0.143 -448.352,0 z" id="path1329" inkscape:connector-curvature="0" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="m 468.232,97.93 -0.251,0 c 0.287,-0.248 0.445,-0.498 0.445,-0.75 0,-5.937 -81.067,-10.75 -181.07,-10.75 -100.002,0 -181.07,4.813 -181.07,10.75 0,0.252 0.158,0.502 0.446,0.75 l -0.446,0 160.474,148.535 0,168.073 -103.962,74.32 0.255,0 c -0.5,0.27 -0.765,0.544 -0.765,0.821 0,4.102 55.996,7.425 125.07,7.425 69.075,0 125.07,-3.323 125.07,-7.425 0,-0.277 -0.266,-0.552 -0.765,-0.821 l 0.06,0 -103.962,-74.32 0,-168.072 L 468.232,97.93 z m -175.71,119.639 c -2.895,2.679 -7.631,2.679 -10.526,0 l -77.535,-71.768 c -2.895,-2.679 -2.036,-4.872 1.909,-4.872 l 161.779,0 c 3.944,0 4.804,2.192 1.909,4.872 l -77.536,71.768 z" id="path2209" inkscape:connector-curvature="0" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
14
vtm-themes/resources/assets/symbols/food/biergarten.svg
Executable file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="m 116.54107,83.44698 119.71194,-21.335331 132.2871,13.796881 8.04386,363.39512 18.58841,29.06501 c 0,0 -60.31626,57.03706 -152.88947,58.17487 C 149.7097,527.68134 96.478545,469.75328 96.478545,469.75328 L 119.96006,433.80197 116.54107,83.44698 z" id="path2381" sodipodi:nodetypes="ccccczccc" opacity=".1" fill="#ffffff" fill-rule="evenodd"/>
|
||||
<path d="m 236.0545,60.223867 c -40.46871,0.891164 -80.28965,3.700653 -119.25773,17.024737 l 4.51683,354.207986 -0.31085,0.003 c -14.38283,9.26374 -22.611953,25.14847 -22.502276,36.74159 0.308947,32.65614 67.030646,58.51127 148.992656,57.73585 81.96211,-0.77541 148.1049,-27.88751 147.79595,-60.54364 -0.0969,-10.24616 -6.75576,-24.79773 -18.34426,-33.0909 l -2.89526,-2.07107 2.15553,-355.436922 C 328.6489,61.788933 281.91903,59.213884 236.0545,60.223867 z" id="path3839" sodipodi:nodetypes="ccccssscccc" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="35"/>
|
||||
<path d="m 380.69607,125.54711 93.65276,-3.97915 c 15.19172,2.89537 23.02298,11.79419 23.60885,26.60258 l -23.30581,194.30227 c -0.64884,14.16236 -9.75565,20.02526 -22.23803,22.57588 l -69.37862,7.74857" id="path3841" sodipodi:nodetypes="cccccc" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="24.869"/>
|
||||
<path d="m 120.54369,427.06113 c 28.30307,37.63947 80.60541,47.8991 127.81719,46.37248 45.92112,-1.48489 100.95684,-11.12188 126.58999,-44.12023" id="path3931" sodipodi:nodetypes="csc" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="22.06"/>
|
||||
<path sodipodi:nodetypes="csc" id="path3933" d="m 116.33786,427.88444 c 28.30307,37.63946 84.81124,47.8991 132.02302,46.37248 45.92112,-1.48489 102.95684,-13.12188 128.58999,-46.12023" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="30"/>
|
||||
<path sodipodi:nodetypes="cccccc" id="path3935" d="m 380.69607,134.37041 87.03527,-3.97914 c 15.19172,2.89537 23.02298,11.79419 23.60886,26.60258 L 470.24022,335.6495 c -0.64884,14.16236 -9.75566,20.02526 -22.23804,22.57588 l -64.96696,7.9544" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="30"/>
|
||||
<path d="m 245.74265,64.718609 c -85.4416,0 -132.63699,21.786771 -132.63699,26.859331 0,0.21533 0.10677,0.41537 0.35283,0.62725 l -0.35283,0 -5.55379,108.31282 18.58344,0 -2.7062,-76.48516 c 81.23408,56.30948 134.6429,-7.65863 241.05961,-2.15618 l 0.067,78.64134 19.18158,0 -7.72041,-114.9303 -0.23522,0 c 0.24521,-0.21188 0.39203,-0.41193 0.39203,-0.62725 0,-5.07256 -44.98869,-20.241851 -130.43116,-20.241851 l 6e-5,0 z" id="path2209" sodipodi:nodetypes="csccccccccccscc" opacity=".75" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
9
vtm-themes/resources/assets/symbols/food/cafe.svg
Executable file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 85.437235,125.05685 C 85.437236,125.05685 41.418849,463.35286 234.35797,462.61634 C 239.06615,462.87529 243.54307,462.94955 247.80099,462.87822 C 252.05891,462.94955 256.53583,462.87529 261.24401,462.61634 C 454.18314,463.35286 410.16476,125.05685 410.16475,125.05685 L 247.80099,125.72609 L 85.437235,125.05685 z" id="path3407" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="18.622"/>
|
||||
<path d="M 387.14691,197.01015 C 387.14691,197.01015 432.10304,162.99107 467.64668,162.99107 C 503.19055,162.99107 519.49033,218.37096 518.73421,255.55454 C 517.97787,292.73815 490.75292,383.71961 358.40927,385.30186 C 226.06585,386.88412 387.90303,197.01015 387.14691,197.01015 z" id="path3409" sodipodi:nodetypes="csssc" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-width="45.627"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
24
vtm-themes/resources/assets/symbols/food/drinkingtap.svg
Executable file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g3353" transform="translate(20,12)">
|
||||
<path sodipodi:nodetypes="csscc" id="path3340" d="M 391.67731,24.490931 C 380.01379,28.852545 364.03205,35.340717 358.04297,35.340717 C 352.05389,35.340717 347.19318,30.480013 347.19318,24.490931 C 347.19318,18.501848 352.05389,13.641144 358.04297,13.641144 C 363.75134,13.860335 380.34891,20.605806 391.67731,24.490931 z" transform="translate(15.189701,15.189701)" opacity=".985" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="15"/>
|
||||
<path d="M 396.38288,39.680632 C 408.0464,44.042246 424.02814,50.530418 430.01722,50.530418 C 436.0063,50.530418 440.86701,45.669714 440.86701,39.680632 C 440.86701,33.691549 436.0063,28.830845 430.01722,28.830845 C 424.30885,29.050036 407.71128,35.795507 396.38288,39.680632 z" id="path3345" sodipodi:nodetypes="csscc" opacity=".985" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="15"/>
|
||||
<path id="path3347" d="M 401.4421,39.138141 L 401.4421,105.32184 L 402.25584,131.09008" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-linecap="round" stroke-width="30"/>
|
||||
<path d="M 424.22666,125.39394 A 22.784552,45.569103 0 1 1 378.65756,125.39394 A 22.784552,45.569103 0 1 1 424.22666,125.39394 z" sodipodi:ry="45.569103" sodipodi:rx="22.784552" sodipodi:cy="125.39394" sodipodi:cx="401.44211" id="path3349" sodipodi:type="arc" opacity=".985" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="30"/>
|
||||
<path sodipodi:nodetypes="cccc" id="path3351" d="M 522.95971,130.81884 L 345.02276,129.81355 L 330.91849,129.73386 C 261.47986,128.64888 265.81977,193.7476 265.81977,193.7476" fill="none" fill-rule="evenodd" stroke="#ffffff" stroke-width="50"/>
|
||||
</g>
|
||||
<path d="M 401.20335,264.66519 L 401.04559,264.66519 C 401.22597,264.50932 401.32527,264.3522 401.32527,264.19382 C 401.32527,260.46245 350.37519,257.43751 287.52395,257.43751 C 224.67334,257.43751 173.72263,260.46245 173.72263,264.19382 C 173.72263,264.3522 173.82193,264.50932 174.00293,264.66519 L 173.72263,264.66519 L 209.24005,535.50065 L 209.40032,535.50065 C 209.08607,535.67034 208.91952,535.84255 208.91952,536.01664 C 208.91952,538.59472 244.11264,540.68321 287.52521,540.68321 C 330.9384,540.68321 366.13089,538.59472 366.13089,536.01664 C 366.13089,535.84255 365.96371,535.66971 365.6501,535.50065 L 401.20335,264.66519 z M 342.84592,515.69968 C 341.02644,517.38341 233.11052,516.59439 231.29103,514.91066 L 197.55212,281.06395 C 255.13772,281.25585 296.60788,284.11814 374.88771,279.48591 L 342.84592,515.69968 z" id="path2209" sodipodi:nodetypes="ccsssccccsssccccccc" fill="#ffffff"/>
|
||||
<path d="M 188.1914,276.64338 L 383.07881,278.22142 L 351.5181,527.7707 L 218.17408,529.34874 L 188.1914,276.64338 z" id="path2381" sodipodi:nodetypes="ccccc" opacity=".1" fill="#ffffff" fill-rule="evenodd"/>
|
||||
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
16
vtm-themes/resources/assets/symbols/food/fastfood.svg
Executable file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path transform="matrix(14.685839,0,0,14.685839,577.76584,1150.0639)" d="M -4.9023438,-73.108887 L -7.0227051,-65.628418 L -17.822266,-65.628418 L -15.222168,-44.98877 L -6.3830566,-44.98877 L -3.7426758,-65.628418 L -5.7421875,-65.628418 L -3.6621094,-72.748779 L -4.9023438,-73.108887 z M -19.102783,-53.588623 C -18.889587,-55.455476 -20.302753,-56.468658 -23.342285,-56.628174 L -30.662842,-56.628174 C -33.702398,-56.468658 -35.128992,-55.455476 -34.942627,-53.588623 L -19.102783,-53.588623 z M -34.942627,-47.988037 C -35.128992,-46.121989 -33.702398,-45.122234 -30.662842,-44.98877 L -23.342285,-44.98877 C -20.302753,-45.122234 -18.889587,-46.121989 -19.102783,-47.988037 L -34.942627,-47.988037 z M -19.782715,-52.148193 L -34.302979,-52.148193 C -34.675704,-52.148187 -34.995528,-52.014927 -35.262451,-51.748413 C -35.529382,-51.481888 -35.662845,-51.175288 -35.662842,-50.828613 C -35.662845,-50.428218 -35.529382,-50.101477 -35.262451,-49.848389 C -34.995528,-49.595293 -34.675704,-49.468747 -34.302979,-49.46875 L -19.782715,-49.46875 C -19.409199,-49.468747 -19.089172,-49.595293 -18.822632,-49.848389 C -18.556132,-50.101477 -18.422872,-50.428218 -18.422852,-50.828613 C -18.422872,-51.175288 -18.556132,-51.481888 -18.822632,-51.748413 C -19.089172,-52.014927 -19.409199,-52.148187 -19.782715,-52.148193 L -19.782715,-52.148193 z" id="flowRoot3192" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
76
vtm-themes/resources/assets/symbols/food/fastfood2.svg
Executable file
After Width: | Height: | Size: 17 KiB |
84
vtm-themes/resources/assets/symbols/food/fastfood_pizza.svg
Executable file
@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" ill="none"/>
|
||||
</symbol>
|
||||
<marker id="Arrow2Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Lend">
|
||||
<path transform="scale(1.1) rotate(180) translate(1,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4137" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Mend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Mend">
|
||||
<path transform="scale(0.4) rotate(180) translate(10,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4125" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutL" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutL">
|
||||
<path transform="scale(0.8)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4214" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Lend">
|
||||
<path transform="scale(0.8) rotate(180) translate(12.5,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4119" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Tail" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Tail">
|
||||
<g transform="scale(-1.2)" id="g4152">
|
||||
<path d="M -3.8048674,-3.9585227 L 0.54352094,0" id="path4154" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,-3.9585227 L 3.0617053,0" id="path4156" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,-3.9585227 L 5.6537466,0" id="path4158" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -3.8048674,4.1775838 L 0.54352094,0.21974226" id="path4160" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,4.1775838 L 3.0617053,0.21974226" id="path4162" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,4.1775838 L 5.6537466,0.21974226" id="path4164" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="Arrow1Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Sstart">
|
||||
<path transform="scale(0.2) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4128" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Send">
|
||||
<path transform="scale(0.2) rotate(180) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4131" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="SemiCircleOut" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="SemiCircleOut">
|
||||
<path transform="scale(0.6) translate(7.125493,0.763446)" d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z " id="path4235" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Send">
|
||||
<path transform="scale(0.3) rotate(180) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4149" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutS">
|
||||
<path transform="scale(0.2)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4220" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="CurveIn" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="CurveIn">
|
||||
<path transform="scale(0.6)" d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074" id="path4238" fill="none" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="InfiniteLineStart" inkscape:stockid="InfiniteLineStart">
|
||||
<g transform="translate(-13,0)" id="g4298">
|
||||
<circle cx="3" r=".8" id="circle4300"/>
|
||||
<circle cx="6.5" r=".8" id="circle4302"/>
|
||||
<circle cx="10" r=".8" id="circle4304"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="StopS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="StopS">
|
||||
<path transform="scale(0.2)" d="M 0.0,5.65 L 0.0,-5.65" id="path4229" fill="none" fill-rule="evenodd" stroke="#000000" fill-opacity=".75" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Sstart">
|
||||
<path transform="scale(0.3) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4146" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="DiamondS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="DiamondS">
|
||||
<path transform="scale(0.2)" d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z " id="path4202" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="RazorWire" inkscape:stockid="RazorWire">
|
||||
style="overflow:visible">
|
||||
<path d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z " transform="scale(0.8,0.8)" id="path4286" fill="#808080" fill-rule="evenodd" stroke="#000000" stroke-width=".125"/></marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path sodipodi:type="arc" id="path3935" sodipodi:cx="280.79364" sodipodi:cy="299.97354" sodipodi:rx="224.02116" sodipodi:ry="214.04762" d="m 153.13506,124.08026 a 224.02116,214.04762 0 0 1 261.33384,4.12898 l -133.67526,171.7643 z" sodipodi:start="4.106065" sodipodi:end="5.3517816" transform="matrix(-1.7339231,0,0,-2.4049143,778.19436,744.44854)" fill="#ffffff" fill-opacity=".39"/>
|
||||
<path sodipodi:type="arc" id="path3937" sodipodi:cx="309.94708" sodipodi:cy="336.03174" sodipodi:rx="122.75132" sodipodi:ry="234.7619" d="m 239.99717,143.11653 a 122.75132,234.7619 0 0 1 143.19663,4.52856 l -73.24672,188.38665 z" sodipodi:start="4.106065" sodipodi:end="5.3517816" transform="matrix(-3.0466179,0,0,-2.1176467,1237.1249,734.61229)" fill="#ffffff" fill-opacity=".39"/>
|
||||
<path sodipodi:type="arc" id="path3939" sodipodi:cx="276.19046" sodipodi:cy="223.25397" sodipodi:rx="39.89418" sodipodi:ry="37.592594" d="m 316.08464,223.25397 a 39.89418,37.592594 0 1 1 -79.78836,0 39.89418,37.592594 0 1 1 79.78836,0 z" transform="matrix(0.67307693,0,0,0.65306124,51.16605,141.13271)" fill-opacity=".39"/>
|
||||
<path sodipodi:type="arc" id="path3939-7" sodipodi:cx="276.19046" sodipodi:cy="223.25397" sodipodi:rx="39.89418" sodipodi:ry="37.592594" d="m 316.08464,223.25397 a 39.89418,37.592594 0 1 1 -79.78836,0 39.89418,37.592594 0 1 1 79.78836,0 z" transform="matrix(0.67307693,0,0,0.65306124,145.53115,216.31787)" fill-opacity=".39"/>
|
||||
<path sodipodi:type="arc" id="path3939-72" sodipodi:cx="276.19046" sodipodi:cy="223.25397" sodipodi:rx="39.89418" sodipodi:ry="37.592594" d="m 316.08464,223.25397 a 39.89418,37.592594 0 1 1 -79.78836,0 l 39.89418,0 z" transform="matrix(0.30430257,0.60036031,-0.58250704,0.29525334,472.27177,48.793046)" sodipodi:start="0" sodipodi:end="3.1415927" inkscape:transform-center-x="22.347555" inkscape:transform-center-y="-4.6245202" fill-opacity=".39"/>
|
||||
<path sodipodi:type="arc" id="path3939-1" sodipodi:cx="276.19046" sodipodi:cy="223.25397" sodipodi:rx="39.89418" sodipodi:ry="37.592594" d="m 316.08464,223.25397 a 39.89418,37.592594 0 1 1 -79.78836,0 39.89418,37.592594 0 1 1 79.78836,0 z" transform="matrix(0.67307693,0,0,0.65306124,137.85918,47.534821)" fill-opacity=".39"/>
|
||||
<path sodipodi:type="arc" id="path3939-6" sodipodi:cx="276.19046" sodipodi:cy="223.25397" sodipodi:rx="39.89418" sodipodi:ry="37.592594" d="m 316.08464,223.25397 a 39.89418,37.592594 0 1 1 -79.78836,0 l 39.89418,0 z" transform="matrix(0.32483698,-0.58950275,0.57197235,0.31517711,15.80532,220.0184)" sodipodi:start="0" sodipodi:end="3.1415927" fill-opacity=".39"/>
|
||||
<path sodipodi:type="arc" id="path3939-5" sodipodi:cx="276.19046" sodipodi:cy="223.25397" sodipodi:rx="39.89418" sodipodi:ry="37.592594" d="M 316.08464,223.25397 A 39.89418,37.592594 0 1 1 236.468,219.76972 l 39.72246,3.48425 z" transform="matrix(0.2898748,-0.60745794,0.58939361,0.28125462,-106.61737,462.6994)" sodipodi:start="0" sodipodi:end="3.2344103" fill-opacity=".39"/>
|
||||
<path sodipodi:type="arc" id="path3939-4" sodipodi:cx="276.19046" sodipodi:cy="223.25397" sodipodi:rx="39.89418" sodipodi:ry="37.592594" d="m 316.08464,223.25397 a 39.89418,37.592594 0 1 1 -79.78836,0 39.89418,37.592594 0 1 1 79.78836,0 z" transform="matrix(0.67307693,0,0,0.65306124,28.917387,268.4872)" fill-opacity=".39"/>
|
||||
<path sodipodi:type="arc" id="path3939-9" sodipodi:cx="276.19046" sodipodi:cy="223.25397" sodipodi:rx="39.89418" sodipodi:ry="37.592594" d="m 316.08464,223.25397 a 39.89418,37.592594 0 1 1 -79.78836,0 39.89418,37.592594 0 1 1 79.78836,0 z" transform="matrix(0.67307693,0,0,0.65306124,208.4412,303.77821)" fill-opacity=".39"/>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
81
vtm-themes/resources/assets/symbols/food/ice_cream.svg
Executable file
@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker id="Arrow2Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Lend">
|
||||
<path transform="scale(1.1) rotate(180) translate(1,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4137" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Mend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Mend">
|
||||
<path transform="scale(0.4) rotate(180) translate(10,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4125" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutL" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutL">
|
||||
<path transform="scale(0.8)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4214" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Lend">
|
||||
<path transform="scale(0.8) rotate(180) translate(12.5,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4119" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Tail" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Tail">
|
||||
<g transform="scale(-1.2)" id="g4152">
|
||||
<path d="M -3.8048674,-3.9585227 L 0.54352094,0" id="path4154" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,-3.9585227 L 3.0617053,0" id="path4156" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,-3.9585227 L 5.6537466,0" id="path4158" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -3.8048674,4.1775838 L 0.54352094,0.21974226" id="path4160" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,4.1775838 L 3.0617053,0.21974226" id="path4162" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,4.1775838 L 5.6537466,0.21974226" id="path4164" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="Arrow1Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Sstart">
|
||||
<path transform="scale(0.2) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4128" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Send">
|
||||
<path transform="scale(0.2) rotate(180) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4131" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="SemiCircleOut" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="SemiCircleOut">
|
||||
<path transform="scale(0.6) translate(7.125493,0.763446)" d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z " id="path4235" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Send">
|
||||
<path transform="scale(0.3) rotate(180) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4149" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutS">
|
||||
<path transform="scale(0.2)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4220" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="CurveIn" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="CurveIn">
|
||||
<path transform="scale(0.6)" d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074" id="path4238" fill="none" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="InfiniteLineStart" inkscape:stockid="InfiniteLineStart">
|
||||
<g transform="translate(-13,0)" id="g4298">
|
||||
<circle cx="3" r=".8" id="circle4300"/>
|
||||
<circle cx="6.5" r=".8" id="circle4302"/>
|
||||
<circle cx="10" r=".8" id="circle4304"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="StopS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="StopS">
|
||||
<path transform="scale(0.2)" d="M 0.0,5.65 L 0.0,-5.65" id="path4229" fill="none" fill-rule="evenodd" stroke="#000000" fill-opacity=".75" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Sstart">
|
||||
<path transform="scale(0.3) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4146" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="DiamondS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="DiamondS">
|
||||
<path transform="scale(0.2)" d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z " id="path4202" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="RazorWire" inkscape:stockid="RazorWire">
|
||||
style="overflow:visible">
|
||||
<path d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z " transform="scale(0.8,0.8)" id="path4286" fill="#808080" fill-rule="evenodd" stroke="#000000" stroke-width=".125"/></marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#734A08" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<g id="g4412">
|
||||
<path inkscape:connector-curvature="0" id="path3064" d="M 224.65337,174.21563 91.408346,539.01003 397.34274,308.59723 z" fill="none" stroke="#ffffff" stroke-linejoin="round" stroke-width="27.988"/>
|
||||
<path transform="matrix(0.99560657,-0.09363524,0.09363524,0.99560657,7.9025115,17.722104)" d="m 371.32275,145.7672 c 0,44.06589 -35.72246,79.78836 -79.78836,79.78836 -44.06589,0 -79.78836,-35.72247 -79.78836,-79.78836 0,-44.0659 35.72247,-79.788364 79.78836,-79.788364 44.0659,0 79.78836,35.722464 79.78836,79.788364 z" sodipodi:ry="79.788361" sodipodi:rx="79.788361" sodipodi:cy="145.7672" sodipodi:cx="291.53439" id="path3957" sodipodi:type="arc" opacity=".25" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" color="#000000" stroke-width="35"/>
|
||||
<path d="m 371.32275,145.7672 c 0,44.06589 -35.72246,79.78836 -79.78836,79.78836 -44.06589,0 -79.78836,-35.72247 -79.78836,-79.78836 0,-44.0659 35.72247,-79.788364 79.78836,-79.788364 44.0659,0 79.78836,35.722464 79.78836,79.788364 z" sodipodi:ry="79.788361" sodipodi:rx="79.788361" sodipodi:cy="145.7672" sodipodi:cx="291.53439" id="path3957-9" sodipodi:type="arc" transform="matrix(0.99560657,-0.09363524,0.09363524,0.99560657,115.017,97.119426)" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" color="#000000" stroke-width="35"/>
|
||||
<path d="m 371.32275,145.7672 c 0,44.06589 -35.72246,79.78836 -79.78836,79.78836 -44.06589,0 -79.78836,-35.72247 -79.78836,-79.78836 0,-44.0659 35.72247,-79.788364 79.78836,-79.788364 44.0659,0 79.78836,35.722464 79.78836,79.788364 z" sodipodi:ry="79.788361" sodipodi:rx="79.788361" sodipodi:cy="145.7672" sodipodi:cx="291.53439" id="path3957-9-9" sodipodi:type="arc" transform="matrix(1.1545687,-0.10858538,0.10858538,1.1545687,-40.61965,-1.0908779)" fill="none" stroke="#ffffff" stroke-linejoin="round" color="#000000" stroke-width="10"/>
|
||||
<path d="M 224.65337,174.21563 91.408346,539.01003 397.34274,308.59723 z" id="path3519" inkscape:connector-curvature="0" opacity=".001" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-width="27.988"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 9.1 KiB |
90
vtm-themes/resources/assets/symbols/food/pizza.svg
Executable file
@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata71"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path d="m 79,43 57,119 c 0,0 21,-96 104,-96 83,0 124,106 124,106 L 407,39 489,22 0,17 79,43 z" id="path4460"/>
|
||||
<path d="M 94,176 73,215" id="path4462" fill="none" stroke="#000000" stroke-width="20"/>
|
||||
<path d="M 300,19 C 300,29.5 277.4,38 249.5,38 221.6,38 199,29.5 199,19 199,8.5 221.6,0 249.5,0 277.4,0 300,8.5 300,19 z" id="path4464"/>
|
||||
<path d="M 112,216 96,178 64,88 C 64,88 55,80 60,53 65,26 76,29 76,29" id="path4466" stroke="#000000" stroke-width="20"/>
|
||||
</symbol>
|
||||
<marker orient="auto" id="Arrow2Lend">
|
||||
<path d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" transform="matrix(-1.1,0,0,-1.1,-1.1,0)" id="path4137" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="Arrow1Mend">
|
||||
<path d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" transform="matrix(-0.4,0,0,-0.4,-4,0)" id="path4125" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="TriangleOutL">
|
||||
<path d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" transform="scale(0.8,0.8)" id="path4214" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="Arrow1Lend">
|
||||
<path d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" transform="matrix(-0.8,0,0,-0.8,-10,0)" id="path4119" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="Tail">
|
||||
<g transform="scale(-1.2,-1.2)" id="g4152">
|
||||
<path d="M -3.8048674,-3.9585227 0.54352094,0" id="path4154" fill="none" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,-3.9585227 3.0617053,0" id="path4156" fill="none" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,-3.9585227 5.6537466,0" id="path4158" fill="none" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -3.8048674,4.1775838 0.54352094,0.21974226" id="path4160" fill="none" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,4.1775838 3.0617053,0.21974226" id="path4162" fill="none" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,4.1775838 5.6537466,0.21974226" id="path4164" fill="none" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker orient="auto" id="Arrow1Sstart">
|
||||
<path d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" transform="matrix(0.2,0,0,0.2,1.2,0)" id="path4128" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="Arrow1Send">
|
||||
<path d="M 0,0 5,-5 -12.5,0 5,5 0,0 z" transform="matrix(-0.2,0,0,-0.2,-1.2,0)" id="path4131" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="SemiCircleOut">
|
||||
<path d="m -2.5,-0.80913858 c 0,2.75999998 -2.24,4.99999998 -5,4.99999998 l 0,-10 c 2.76,0 5,2.24 5,5.00000002 z" transform="matrix(0.6,0,0,0.6,4.2752958,0.4580676)" id="path4235" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="Arrow2Send">
|
||||
<path d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" transform="matrix(-0.3,0,0,-0.3,0.69,0)" id="path4149" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="TriangleOutS">
|
||||
<path d="m 5.77,0 -8.65,5 0,-10 8.65,5 z" transform="scale(0.2,0.2)" id="path4220" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="CurveIn">
|
||||
<path d="m 4.625493,-5.0456926 c -2.76,0 -5.00000002,2.24 -5.00000002,5.00000002 0,2.75999998 2.24000002,4.99999998 5.00000002,4.99999998" transform="scale(0.6,0.6)" id="path4238" fill="none" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="InfiniteLineStart">
|
||||
<g transform="translate(-13,0)" id="g4298">
|
||||
<circle cx="3" r=".8" id="circle4300"/>
|
||||
<circle cx="6.5" r=".8" id="circle4302"/>
|
||||
<circle cx="10" r=".8" id="circle4304"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker orient="auto" id="StopS">
|
||||
<path d="M 0,5.65 0,-5.65" transform="scale(0.2,0.2)" id="path4229" fill="none" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="Arrow2Sstart">
|
||||
<path d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" transform="matrix(0.3,0,0,0.3,-0.69,0)" id="path4146" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="DiamondS">
|
||||
<path d="M 0,-7.0710768 -7.0710894,0 0,7.0710589 7.0710462,0 0,-7.0710768 z" transform="scale(0.2,0.2)" id="path4202" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="RazorWire">
|
||||
style="overflow:visible">
|
||||
<path d="m 0.02272727,-0.74009011 0,1.4375 -7.78124997,2.31250001 18.4374997,0 -7.1874997,-2.31250001 0,-1.4375 7.2499997,-2.15624999 -18.4687497,0 7.74999997,2.15624999 z" transform="scale(0.8,0.8)" id="path4286" fill="#808080" fill-rule="evenodd" stroke="#000000" stroke-width=".125"/></marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z" id="path1329" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 551.05327,209.31641 A 220.89232,210.97884 0 1 1 400.20094,76.260452 L 342.93649,280.02646 z" transform="matrix(1.2190813,0,0,1.2472727,-130.95215,-68.62914)" id="path2870" fill="#ffffff" fill-opacity=".477"/>
|
||||
<path d="M 556.58759,221.14844 A 192.56613,173.38625 0 1 1 426.26688,112.09118 l -51.10816,167.16807 z" transform="matrix(1.2827915,-9.4044201e-5,9.1839458e-5,1.4158724,-195.87921,-111.50756)" id="path3767" fill="#ffffff" fill-opacity=".477"/>
|
||||
<path d="m 217.73233,284.82711 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6" fill-opacity=".39"/>
|
||||
<path d="m 260.25105,84.937238 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6-6" fill-opacity=".39"/>
|
||||
<path d="m 168.03347,152.88703 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6-3" fill-opacity=".39"/>
|
||||
<path d="m 250.54393,189.2887 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6-4" fill-opacity=".39"/>
|
||||
<path d="m 117.07113,262.09205 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6-2" fill-opacity=".39"/>
|
||||
<path d="m 153.4728,366.44351 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6-7" fill-opacity=".39"/>
|
||||
<path d="m 284.51882,344.60252 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6-43" fill-opacity=".39"/>
|
||||
<path d="m 384.01674,344.60251 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6-78" fill-opacity=".39"/>
|
||||
<path d="m 493.22176,303.34728 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6-8" fill-opacity=".39"/>
|
||||
<path d="m 449.53975,417.40586 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6-431" fill-opacity=".39"/>
|
||||
<path d="m 342.76151,456.23431 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6-20" fill-opacity=".39"/>
|
||||
<path d="m 214.14226,451.38075 a 20,20 0 0 1 -40,0 20,20 0 1 1 40,0 z" id="path3771-6-9" fill-opacity=".39"/>
|
||||
<path sodipodi:type="arc" id="path3939-6" sodipodi:cx="276.19046" sodipodi:cy="223.25397" sodipodi:rx="39.89418" sodipodi:ry="37.592594" d="m 316.08464,223.25397 a 39.89418,37.592594 0 1 1 -79.78836,0 l 39.89418,0 z" transform="matrix(0.63488974,-0.22348954,0.21684349,0.61600964,175.75323,165.23619)" sodipodi:start="0" sodipodi:end="3.1415927" fill-opacity=".39"/>
|
||||
<path sodipodi:type="arc" id="path3939-6-7" sodipodi:cx="276.19046" sodipodi:cy="223.25397" sodipodi:rx="39.89418" sodipodi:ry="37.592594" d="m 316.08464,223.25397 a 39.89418,37.592594 0 1 1 -79.78836,0 l 39.89418,0 z" transform="matrix(-0.1864801,0.64672848,-0.62749633,-0.18093463,518.83158,-5.192875)" sodipodi:start="0" sodipodi:end="3.1415927" fill-opacity=".39"/>
|
||||
</svg>
|
After Width: | Height: | Size: 8.3 KiB |
9
vtm-themes/resources/assets/symbols/food/pub.svg
Executable file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata10"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.598,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.84 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.627,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z" id="path1329" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 468.232,77.93 L 467.981,77.93 C 468.268,77.682 468.426,77.432 468.426,77.18 C 468.426,71.243 387.359,66.43 287.356,66.43 C 187.354,66.43 106.286,71.243 106.286,77.18 C 106.286,77.432 106.444,77.682 106.732,77.93 L 106.286,77.93 L 162.798,508.858 L 163.053,508.858 C 162.553,509.128 162.288,509.402 162.288,509.679 C 162.288,513.781 218.284,517.104 287.358,517.104 C 356.433,517.104 412.428,513.781 412.428,509.679 C 412.428,509.402 412.162,509.127 411.663,508.858 L 468.232,77.93 z M 375.37914,477.35255 C 372.48414,480.03155 200.77845,478.77614 197.88345,476.09714 L 144.20126,135.84429 C 239.2787,201.74966 301.8095,126.89331 426.36103,133.33347 L 375.37914,477.35255 z" id="path2209" sodipodi:nodetypes="ccsssccccsssccccccc" fill="#ffffff"/>
|
||||
<path d="M 129.30736,119.26407 L 439.39394,121.77489 L 389.17749,493.37662 L 177.01299,495.88745 L 129.30736,119.26407 z" id="path2381" opacity=".1" fill="#ffffff" fill-rule="evenodd"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
9
vtm-themes/resources/assets/symbols/food/restaurant.svg
Executable file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.894,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.316 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.522,-65.036 -0.003,0 -448.494,-0.143 -448.352,0 z" id="path1329" inkscape:connector-curvature="0" fill="#734A08" stroke="#eeeeee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="m 203.725,338.602 c 37.643,-17.466 64.864,-67.996 64.864,-127.642 0,-74.115 -61.834,-155.247 -93.849,-155.247 -32.014,0 -93.85,81.132 -93.85,155.247 0,59.646 27.223,110.176 64.865,127.642 l -7.792,176.545 73.553,0 -7.791,-176.545 z" id="path2110" inkscape:connector-curvature="0" fill="#ffffff"/>
|
||||
<path d="m 430.231,368.602 c 37.642,-17.466 51.389,-39.928 51.389,-99.574 L 471.839,66.214 c 0,-3.875 -3.142,-7.017 -7.018,-7.017 l -4.607,0 c -3.873,0 -7.016,3.141 -7.016,7.017 l 3.26,202.814 -20.259,0 -5.132,-204.789 c 0,-3.875 -3.142,-7.017 -7.018,-7.017 l -5.995,0 c -3.874,0 -7.016,3.142 -7.016,7.017 l 2.775,204.789 -25.137,0 2.775,-204.789 c 0,-3.875 -3.142,-7.017 -7.017,-7.017 l -5.996,0 c -3.875,0 -7.016,3.142 -7.016,7.017 l -5.132,204.789 -19.835,0 3.26,-202.789 c 0,-3.875 -3.142,-7.017 -7.017,-7.017 l -4.606,0 c -3.875,0 -7.018,3.142 -7.018,7.017 L 320.9,269.028 c 0,59.646 13.715,82.108 51.356,99.574 l -7.791,146.545 73.554,0 -7.788,-146.545 z" id="path2112" inkscape:connector-curvature="0" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
9
vtm-themes/resources/assets/symbols/gondola.svg
Executable file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="134.29" height="239.29" version="1.0">
|
||||
<metadata id="metadata7"/>
|
||||
<g inkscape:label="Ebene 1" inkscape:groupmode="layer" id="layer1" transform="translate(-324.82144,-355.57647)">
|
||||
<path id="path3161" d="m 391.42857,358.07647 0,145.71428" inkscape:connector-curvature="0" fill="none" stroke="#000000" stroke-width="5"/>
|
||||
<rect id="rect3195" width="134.29" height="160" x="324.82" y="434.86" stroke-width="15" rx="43.33"/>
|
||||
<rect id="rect3199" width="114.29" height="91.43" x="334.82" y="446.29" fill="#ffffff" stroke-width="15" rx="32.857"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 790 B |
96
vtm-themes/resources/assets/symbols/health/dentist.svg
Executable file
After Width: | Height: | Size: 16 KiB |
75
vtm-themes/resources/assets/symbols/health/doctors.svg
Executable file
After Width: | Height: | Size: 13 KiB |
80
vtm-themes/resources/assets/symbols/health/doctors2.svg
Executable file
@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker id="Arrow2Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Lend">
|
||||
<path transform="scale(1.1) rotate(180) translate(1,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4137" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Mend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Mend">
|
||||
<path transform="scale(0.4) rotate(180) translate(10,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4125" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutL" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutL">
|
||||
<path transform="scale(0.8)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4214" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Lend">
|
||||
<path transform="scale(0.8) rotate(180) translate(12.5,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4119" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Tail" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Tail">
|
||||
<g transform="scale(-1.2)" id="g4152">
|
||||
<path d="M -3.8048674,-3.9585227 L 0.54352094,0" id="path4154" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,-3.9585227 L 3.0617053,0" id="path4156" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,-3.9585227 L 5.6537466,0" id="path4158" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -3.8048674,4.1775838 L 0.54352094,0.21974226" id="path4160" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,4.1775838 L 3.0617053,0.21974226" id="path4162" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,4.1775838 L 5.6537466,0.21974226" id="path4164" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="Arrow1Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Sstart">
|
||||
<path transform="scale(0.2) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4128" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Send">
|
||||
<path transform="scale(0.2) rotate(180) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4131" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="SemiCircleOut" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="SemiCircleOut">
|
||||
<path transform="scale(0.6) translate(7.125493,0.763446)" d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z " id="path4235" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Send">
|
||||
<path transform="scale(0.3) rotate(180) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4149" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutS">
|
||||
<path transform="scale(0.2)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4220" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="CurveIn" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="CurveIn">
|
||||
<path transform="scale(0.6)" d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074" id="path4238" fill="none" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="InfiniteLineStart" inkscape:stockid="InfiniteLineStart">
|
||||
<g transform="translate(-13,0)" id="g4298">
|
||||
<circle cx="3" r=".8" id="circle4300"/>
|
||||
<circle cx="6.5" r=".8" id="circle4302"/>
|
||||
<circle cx="10" r=".8" id="circle4304"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="StopS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="StopS">
|
||||
<path transform="scale(0.2)" d="M 0.0,5.65 L 0.0,-5.65" id="path4229" fill="none" fill-rule="evenodd" stroke="#000000" fill-opacity=".75" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Sstart">
|
||||
<path transform="scale(0.3) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4146" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="DiamondS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="DiamondS">
|
||||
<path transform="scale(0.2)" d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z " id="path4202" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="RazorWire" inkscape:stockid="RazorWire">
|
||||
style="overflow:visible">
|
||||
<path d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z " transform="scale(0.8,0.8)" id="path4286" fill="#808080" fill-rule="evenodd" stroke="#000000" stroke-width=".125"/></marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#DA0092" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="m -732.625,360.28125 c -3.15679,0.0498 -5.96241,1.58503 -8.34375,5.375 9.92802,97.45851 14.02511,234.3311 15.75,387.15625 l -6.1875,-7.65625 c -11.5498,-7.26223 -44.05826,-6.14705 -34.875,15.8125 7.60119,18.17637 28.79619,73.09169 42.03125,132 0.34476,88.63854 0.29544,180.00725 0.40625,270.21875 -1.90669,-1.6483 -17.84053,-2.2788 -14.15625,6.5313 2.59156,6.1971 9.03813,22.8648 14.25,42.1874 0.1447,67.2248 0.41897,133.4029 1.125,196.8438 0,0 65.77787,-30.8072 49,-46.9375 -4.47247,-4.2999 -3.29845,-145.101 0.71875,-318.1563 6.82883,-36.2012 20.67953,-72.14009 25.3125,-83.2187 5.03871,-12.04886 -17.26786,-10.9609 -19.125,-8.65625 l -4,4.96875 c 1.5252,-56.6314 3.28085,-114.67006 5.1875,-171.125 5.78164,-16.19006 10.80185,-28.82523 13.75,-35.875 4.45304,-10.64837 -2.81737,-15.65681 -11.875,-17.53125 6.61255,-182.73455 14.55117,-335.76846 20.65625,-342.0625 4.51271,-20.09519 -22.64946,-9.48434 -43.9375,-8.28125 -15.80912,0.89345 -33.30318,-21.78931 -45.6875,-21.59375 z" id="path2885" sodipodi:nodetypes="ccccsccsccscscccsccsc" opacity=".716" fill="#6800ff" stroke="#000000"/>
|
||||
<path id="path3807" d="m -704.25,435.0625 c -54.95052,-0.0687 -99.68039,31.03352 -101.03125,101.0625 1.23723,94.2574 170.3066,118.99012 171.46875,213.3125 1.16215,94.32239 -162.20132,152.83791 -163.3125,245.96875 -1.11118,93.13085 159.41746,117.11685 161.28125,175.53125 1.86379,58.4144 -114.78196,113.0786 -187.8125,153.0937 7.74238,14.0876 225.7718,-67.3607 230.65625,-150.0312 4.88444,-82.6705 -149.36999,-121.1772 -152.0625,-183.71875 -2.69251,-62.54155 165.66636,-126.66989 164.3125,-253.09375 -1.35386,-126.42386 -157.39343,-135.66566 -163.28125,-202.09375 -2.29607,-17.64831 8.6114,-34.12367 25.5,-33.6875 16.8886,0.43617 20.94605,11.58271 37.59375,27.34375 8.70077,8.23736 23.84742,12.64826 32.84375,15.03125 8.99633,2.38299 12.97123,1.23561 20.15625,-0.875 4.79208,-1.40768 -5.3163,-18.96908 -1.34375,-22.09375 3.39472,-2.67017 21.03982,9.33449 23,5.34375 2.24636,-4.57338 3.17435,-10.0965 2.0625,-16.59375 2.71835,-29.24031 -45.08073,-74.4313 -100.03125,-74.5 z m 49.78125,31.15625 c 6.81017,0.10238 12.48229,6.54591 11.28125,13.4375 -0.80708,9.21346 -13.70166,13.40323 -19.8125,6.53125 -7.07698,-6.40673 -2.34923,-19.46521 7.15625,-19.90625 0.46243,-0.0513 0.92099,-0.0693 1.375,-0.0625 z" opacity=".644" fill="#6800ff" stroke="#000000" stroke-width="10.2"/>
|
||||
<g id="g3968" transform="matrix(0.78859506,0,0,0.69871963,-395.86191,-81.602608)">
|
||||
<path d="m 851.53939,136.02034 c -7.2794,0.7683 -10.241,9.42997 -7.8438,15.5625 0.649,8.42856 1.2521,16.86793 1.8125,25.3125 9.2386,-1.66742 18.5775,-2.62175 27.875,-2.8125 13.1446,-0.32648 26.5743,0.0939 39.8437,1.6875 0.0939,-1.14643 0.1855,-2.29126 0.2813,-3.4375 0.5744,-6.60122 5.5164,-15.90252 -1.5,-20.8125 -10.9233,-6.91295 -24.0583,4.54804 -35.1875,-0.78125 -8.6126,-4.53785 -14.6296,-14.84694 -25.2812,-14.71875 z m 14.1874,136.40625 c -5.2173,0.13046 -10.4053,0.91388 -15.4062,2.34375 0.4434,13.11965 0.8052,26.23059 1.125,39.34375 7.0777,4.1154 14.6739,7.5153 22.0312,10.7187 10.2474,4.3589 20.7672,8.3836 31.3126,12.4063 0.5106,-14.8585 1.0526,-29.7091 1.6562,-44.5625 -6.4412,-6.79634 -12.9773,-13.46027 -21.4062,-17.75 -6.1838,-1.82287 -12.7567,-2.66393 -19.3126,-2.5 z m -23.9374,151.8438 c -6.7184,0.1614 -13.3014,3.0662 -15.75,9.5312 -2.4296,10.4945 5.1443,19.8377 7.0312,29.8125 4.1554,13.2777 8.2467,26.6333 11.8438,40.0937 18.4977,-6.6035 37.3536,-12.3287 55.2187,-20.3124 0.3032,-7.5589 0.6303,-15.1084 1.0625,-22.6563 1.2729,-5.5242 3.5894,-10.9183 5.5938,-16.375 -3.8385,-1.5928 -7.7213,-3.0528 -11.4376,-4.5625 -13.843,-5.1668 -28.0928,-9.885 -42.2187,-14.9375 0.006,0.6348 0.0257,1.2715 0.0313,1.9063 -3.264,-1.7119 -7.3441,-2.5969 -11.375,-2.5 z m 55.75,155.8124 c -14.6061,5.5037 -29.2011,10.9927 -43.3438,17.5626 0.022,9.1885 0.0424,18.3734 0.0625,27.5624 14.0792,7.6653 28.9132,13.9054 43.875,19.9063 3.8011,-18.0074 9.7386,-35.5459 14.75,-53.1875 -0.049,-7.4384 -9.2099,-10.5162 -15.4375,-8.9062 0.0308,-0.9793 0.0642,-1.9582 0.0938,-2.9376 z m -43.3126,144.25 c -0.0237,6.2325 -0.0571,12.4574 -0.0937,18.6876 -6.1947,-0.2789 -11.9955,6.3962 -8.5,12.2812 4.8981,14.0989 9.8051,28.5053 9.0313,43.5312 13.2997,-4.5583 26.462,-9.4574 39.125,-15.5 0.2202,-14.4943 0.4872,-28.9768 0.6562,-43.4687 -6.8026,-2.8947 -13.7839,-5.4643 -20.6875,-8 -6.446,-2.5374 -12.978,-5.0297 -19.5313,-7.5313 z m 39.5,138.5938 c -12.8216,4.1797 -25.8438,7.7842 -39,10.8438 0.1288,20.3445 0.2848,40.6871 0.4688,61.0312 15.1416,-9.3449 33.1646,-17.3789 41.4375,-34.125 2.1524,-6.1532 -3.4687,-11.4544 -2.25,-17.6875 -0.2808,-6.6903 -0.5014,-13.3704 -0.6563,-20.0625 z" id="path3964" fill="#ffffff" stroke="#ffffff" stroke-width=".705"/>
|
||||
<path d="M 298.21875 53.875 C 245.30728 53.825688 195.0259 81.279455 194.09375 124.09375 C 197.484 209.92112 349.0874 200.55153 352 237.8125 C 355.81972 286.67837 199.51039 272.06577 202.09375 349.96875 C 204.05033 409.97989 349.58609 415.57646 349.6875 447.09375 C 349.80051 483.62386 244.99782 493.94691 187.40625 521.90625 C 193.51187 531.74953 392.39879 508.87487 393.03125 445.40625 C 393.60779 387.54437 245.65566 380.03901 245.9375 344.5625 C 246.2057 310.80072 400.59885 308.16089 399.53125 236.625 C 398.46365 165.08911 247.01809 169.78959 242.375 123.375 C 242.17407 99.633569 276.20249 92.405189 301.59375 95.5625 C 314.78718 97.203052 326.18421 110.0812 339.3125 121.09375 C 346.17383 126.84936 358.12431 129.92874 365.21875 131.59375 C 372.31319 133.2588 375.42762 132.44354 381.09375 130.96875 C 384.8727 129.98521 376.89856 117.71452 380.03125 115.53125 C 382.70829 113.66555 396.6417 122.06966 398.1875 119.28125 C 399.959 116.08574 400.68934 112.22726 399.8125 107.6875 C 401.95622 87.256721 364.23994 55.673002 320.90625 55.625 C 313.37674 54.460151 305.77753 53.882045 298.21875 53.875 z M 359.40625 71.9375 C 368.17508 71.9375 375.28125 79.043675 375.28125 87.8125 C 375.28125 96.581325 368.17508 103.6875 359.40625 103.6875 C 350.63743 103.6875 343.53125 96.581325 343.53125 87.8125 C 343.53125 79.043675 350.63743 71.9375 359.40625 71.9375 z " transform="matrix(1.2680779,0,0,1.4311892,501.98376,116.78877)" id="path3966" fill="#ffffff" stroke="#ffffff" stroke-width="7.571"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 13 KiB |
77
vtm-themes/resources/assets/symbols/health/hospital.svg
Executable file
@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker id="Arrow2Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Lend">
|
||||
<path transform="scale(1.1) rotate(180) translate(1,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4137" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Mend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Mend">
|
||||
<path transform="scale(0.4) rotate(180) translate(10,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4125" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutL" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutL">
|
||||
<path transform="scale(0.8)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4214" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Lend">
|
||||
<path transform="scale(0.8) rotate(180) translate(12.5,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4119" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Tail" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Tail">
|
||||
<g transform="scale(-1.2)" id="g4152">
|
||||
<path d="M -3.8048674,-3.9585227 L 0.54352094,0" id="path4154" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,-3.9585227 L 3.0617053,0" id="path4156" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,-3.9585227 L 5.6537466,0" id="path4158" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -3.8048674,4.1775838 L 0.54352094,0.21974226" id="path4160" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,4.1775838 L 3.0617053,0.21974226" id="path4162" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,4.1775838 L 5.6537466,0.21974226" id="path4164" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="Arrow1Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Sstart">
|
||||
<path transform="scale(0.2) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4128" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Send">
|
||||
<path transform="scale(0.2) rotate(180) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4131" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="SemiCircleOut" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="SemiCircleOut">
|
||||
<path transform="scale(0.6) translate(7.125493,0.763446)" d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z " id="path4235" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Send">
|
||||
<path transform="scale(0.3) rotate(180) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4149" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutS">
|
||||
<path transform="scale(0.2)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4220" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="CurveIn" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="CurveIn">
|
||||
<path transform="scale(0.6)" d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074" id="path4238" fill="none" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="InfiniteLineStart" inkscape:stockid="InfiniteLineStart">
|
||||
<g transform="translate(-13,0)" id="g4298">
|
||||
<circle cx="3" r=".8" id="circle4300"/>
|
||||
<circle cx="6.5" r=".8" id="circle4302"/>
|
||||
<circle cx="10" r=".8" id="circle4304"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="StopS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="StopS">
|
||||
<path transform="scale(0.2)" d="M 0.0,5.65 L 0.0,-5.65" id="path4229" fill="none" fill-rule="evenodd" stroke="#000000" fill-opacity=".75" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Sstart">
|
||||
<path transform="scale(0.3) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4146" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="DiamondS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="DiamondS">
|
||||
<path transform="scale(0.2)" d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z " id="path4202" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="RazorWire" inkscape:stockid="RazorWire">
|
||||
style="overflow:visible">
|
||||
<path d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z " transform="scale(0.8,0.8)" id="path4286" fill="#808080" fill-rule="evenodd" stroke="#000000" stroke-width=".125"/></marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#DA0092" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path sodipodi:type="arc" id="path2207" sodipodi:cx="217.14285" sodipodi:cy="305.71429" sodipodi:rx="288.57144" sodipodi:ry="288.57144" d="m 505.71429,305.71429 a 288.57144,288.57144 0 1 1 -577.142879,0 288.57144,288.57144 0 1 1 577.142879,0 z" transform="matrix(0.86047263,0,0,0.86047263,100.67386,22.912007)" fill="none" stroke="#ffffff" stroke-width="25.14"/>
|
||||
<rect transform="scale(-1,-1)" id="rect3180" width="362.27" height="81.84" x="-468.66" y="-326.89" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-width="20"/>
|
||||
<rect y="246.6" x="-467.11" height="81.84" width="362.27" id="rect3182" transform="matrix(0,-1,1,0,0,0)" fill="#ffffff" stroke="#ffffff" stroke-linejoin="round" stroke-width="20"/>
|
||||
</svg>
|
After Width: | Height: | Size: 7.8 KiB |
78
vtm-themes/resources/assets/symbols/health/hospital_emergency.svg
Executable file
@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker id="Arrow2Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Lend">
|
||||
<path transform="scale(1.1) rotate(180) translate(1,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4137" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Mend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Mend">
|
||||
<path transform="scale(0.4) rotate(180) translate(10,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4125" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutL" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutL">
|
||||
<path transform="scale(0.8)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4214" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Lend">
|
||||
<path transform="scale(0.8) rotate(180) translate(12.5,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4119" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Tail" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Tail">
|
||||
<g transform="scale(-1.2)" id="g4152">
|
||||
<path d="M -3.8048674,-3.9585227 L 0.54352094,0" id="path4154" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,-3.9585227 L 3.0617053,0" id="path4156" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,-3.9585227 L 5.6537466,0" id="path4158" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -3.8048674,4.1775838 L 0.54352094,0.21974226" id="path4160" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,4.1775838 L 3.0617053,0.21974226" id="path4162" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,4.1775838 L 5.6537466,0.21974226" id="path4164" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="Arrow1Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Sstart">
|
||||
<path transform="scale(0.2) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4128" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Send">
|
||||
<path transform="scale(0.2) rotate(180) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4131" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="SemiCircleOut" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="SemiCircleOut">
|
||||
<path transform="scale(0.6) translate(7.125493,0.763446)" d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z " id="path4235" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Send">
|
||||
<path transform="scale(0.3) rotate(180) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4149" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutS">
|
||||
<path transform="scale(0.2)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4220" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="CurveIn" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="CurveIn">
|
||||
<path transform="scale(0.6)" d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074" id="path4238" fill="none" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="InfiniteLineStart" inkscape:stockid="InfiniteLineStart">
|
||||
<g transform="translate(-13,0)" id="g4298">
|
||||
<circle cx="3" r=".8" id="circle4300"/>
|
||||
<circle cx="6.5" r=".8" id="circle4302"/>
|
||||
<circle cx="10" r=".8" id="circle4304"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="StopS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="StopS">
|
||||
<path transform="scale(0.2)" d="M 0.0,5.65 L 0.0,-5.65" id="path4229" fill="none" fill-rule="evenodd" stroke="#000000" fill-opacity=".75" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Sstart">
|
||||
<path transform="scale(0.3) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4146" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="DiamondS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="DiamondS">
|
||||
<path transform="scale(0.2)" d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z " id="path4202" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="RazorWire" inkscape:stockid="RazorWire">
|
||||
style="overflow:visible">
|
||||
<path d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z " transform="scale(0.8,0.8)" id="path4286" fill="#808080" fill-rule="evenodd" stroke="#000000" stroke-width=".125"/></marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#DA0092" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path sodipodi:type="arc" id="path2207" sodipodi:cx="217.14285" sodipodi:cy="305.71429" sodipodi:rx="288.57144" sodipodi:ry="288.57144" d="M 505.71429,305.71429 A 288.57144,288.57144 0 1 1 -71.428589,305.71429 A 288.57144,288.57144 0 1 1 505.71429,305.71429 z" transform="matrix(0.7674698,0,0,0.7674698,122.86876,55.344305)" fill="none" stroke="#ffffff" stroke-width="25.14"/>
|
||||
<rect transform="scale(-1,-1)" id="rect3180" width="351.49" height="79.4" x="-465.27" y="-329.67" fill="#ffffff" stroke="#ffffff" stroke-width="9.702"/>
|
||||
<rect y="249.82" x="-465.72" height="79.4" width="351.49" id="rect3182" transform="matrix(0,-1,1,0,0,0)" fill="#ffffff" stroke="#ffffff" stroke-width="9.702"/>
|
||||
<path transform="matrix(0.8891097,0,0,0.8891097,96.455544,18.15727)" d="M 505.71429,305.71429 A 288.57144,288.57144 0 1 1 -71.428589,305.71429 A 288.57144,288.57144 0 1 1 505.71429,305.71429 z" sodipodi:ry="288.57144" sodipodi:rx="288.57144" sodipodi:cy="305.71429" sodipodi:cx="217.14285" id="path2438" sodipodi:type="arc" fill="none" stroke="#ffffff" stroke-width="21.699"/>
|
||||
</svg>
|
After Width: | Height: | Size: 8.2 KiB |
78
vtm-themes/resources/assets/symbols/health/hospital_emergency2.svg
Executable file
@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker id="Arrow2Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Lend">
|
||||
<path transform="scale(1.1) rotate(180) translate(1,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4137" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Mend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Mend">
|
||||
<path transform="scale(0.4) rotate(180) translate(10,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4125" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutL" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutL">
|
||||
<path transform="scale(0.8)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4214" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Lend">
|
||||
<path transform="scale(0.8) rotate(180) translate(12.5,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4119" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Tail" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Tail">
|
||||
<g transform="scale(-1.2)" id="g4152">
|
||||
<path d="M -3.8048674,-3.9585227 L 0.54352094,0" id="path4154" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,-3.9585227 L 3.0617053,0" id="path4156" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,-3.9585227 L 5.6537466,0" id="path4158" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -3.8048674,4.1775838 L 0.54352094,0.21974226" id="path4160" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,4.1775838 L 3.0617053,0.21974226" id="path4162" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,4.1775838 L 5.6537466,0.21974226" id="path4164" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="Arrow1Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Sstart">
|
||||
<path transform="scale(0.2) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4128" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Send">
|
||||
<path transform="scale(0.2) rotate(180) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4131" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="SemiCircleOut" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="SemiCircleOut">
|
||||
<path transform="scale(0.6) translate(7.125493,0.763446)" d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z " id="path4235" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Send">
|
||||
<path transform="scale(0.3) rotate(180) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4149" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutS">
|
||||
<path transform="scale(0.2)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4220" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="CurveIn" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="CurveIn">
|
||||
<path transform="scale(0.6)" d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074" id="path4238" fill="none" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="InfiniteLineStart" inkscape:stockid="InfiniteLineStart">
|
||||
<g transform="translate(-13,0)" id="g4298">
|
||||
<circle cx="3" r=".8" id="circle4300"/>
|
||||
<circle cx="6.5" r=".8" id="circle4302"/>
|
||||
<circle cx="10" r=".8" id="circle4304"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="StopS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="StopS">
|
||||
<path transform="scale(0.2)" d="M 0.0,5.65 L 0.0,-5.65" id="path4229" fill="none" fill-rule="evenodd" stroke="#000000" fill-opacity=".75" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Sstart">
|
||||
<path transform="scale(0.3) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4146" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="DiamondS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="DiamondS">
|
||||
<path transform="scale(0.2)" d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z " id="path4202" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="RazorWire" inkscape:stockid="RazorWire">
|
||||
style="overflow:visible">
|
||||
<path d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z " transform="scale(0.8,0.8)" id="path4286" fill="#808080" fill-rule="evenodd" stroke="#000000" stroke-width=".125"/></marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#DA0092" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path sodipodi:type="arc" id="path2207" sodipodi:cx="217.14285" sodipodi:cy="305.71429" sodipodi:rx="288.57144" sodipodi:ry="288.57144" d="M 505.71429,305.71429 A 288.57144,288.57144 0 1 1 -71.428589,305.71429 A 288.57144,288.57144 0 1 1 505.71429,305.71429 z" transform="matrix(0.626284,0,0,0.626284,91.52624,94.506809)" fill="none" stroke="#ffffff" stroke-width="25.14"/>
|
||||
<rect transform="scale(-1,-1)" id="rect3180" width="285.17" height="64.42" x="-370.1" y="-318.18" fill="#ffffff" stroke="#ffffff" stroke-width="7.872"/>
|
||||
<rect y="195.31" x="-428.56" height="64.42" width="285.17" id="rect3182" transform="matrix(0,-1,1,0,0,0)" fill="#ffffff" stroke="#ffffff" stroke-width="7.872"/>
|
||||
<path d="M 489.22,385.42242 C 486.65472,385.8008 484.73085,385.98997 483.44835,385.98989 C 481.65264,385.98997 478.9592,385.70622 475.36806,385.13871 L 463.05523,221.71356 C 462.28559,210.36483 460.10518,195.89492 456.51399,178.30376 C 451.38359,154.84951 448.81847,138.01522 448.81852,127.80083 C 448.81847,117.58712 452.02489,109.87926 458.43791,104.6773 C 464.85077,99.476063 472.67456,96.875262 481.90924,96.874899 C 491.91334,96.875262 500.37839,99.476063 507.3045,104.6773 C 514.23033,109.87926 517.6933,117.20882 517.69341,126.66593 C 517.6933,135.36713 515.12813,156.07899 509.99789,188.80155 C 499.99363,251.59938 494.73501,292.36104 494.22208,311.0867 L 491.14387,379.18051 C 490.88727,380.69378 490.24596,382.77441 489.22,385.42242 L 489.22,385.42242 z M 443.81639,445.28824 C 443.81634,437.344 447.72826,430.48733 455.55206,424.71822 C 463.3758,418.94923 472.93105,416.06468 484.21787,416.06464 C 494.99155,416.06468 504.03377,418.85465 511.34464,424.43451 C 518.65524,430.01445 522.31062,436.39824 522.31073,443.58588 C 522.31062,450.7736 518.07807,457.77211 509.61313,464.58149 C 501.14797,471.39087 492.68287,474.79556 484.21787,474.79556 C 474.98319,474.79556 465.94097,471.48545 457.09116,464.8652 C 448.2413,458.24499 443.81634,451.71932 443.81639,445.28824 L 443.81639,445.28824 z" id="flowRoot2438" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 9.1 KiB |
96
vtm-themes/resources/assets/symbols/health/opticians.svg
Executable file
After Width: | Height: | Size: 16 KiB |
77
vtm-themes/resources/assets/symbols/health/pharmacy.svg
Executable file
@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker id="Arrow2Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Lend">
|
||||
<path transform="scale(1.1) rotate(180) translate(1,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4137" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Mend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Mend">
|
||||
<path transform="scale(0.4) rotate(180) translate(10,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4125" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutL" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutL">
|
||||
<path transform="scale(0.8)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4214" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Lend">
|
||||
<path transform="scale(0.8) rotate(180) translate(12.5,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4119" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Tail" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Tail">
|
||||
<g transform="scale(-1.2)" id="g4152">
|
||||
<path d="M -3.8048674,-3.9585227 L 0.54352094,0" id="path4154" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,-3.9585227 L 3.0617053,0" id="path4156" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,-3.9585227 L 5.6537466,0" id="path4158" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -3.8048674,4.1775838 L 0.54352094,0.21974226" id="path4160" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,4.1775838 L 3.0617053,0.21974226" id="path4162" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,4.1775838 L 5.6537466,0.21974226" id="path4164" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="Arrow1Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Sstart">
|
||||
<path transform="scale(0.2) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4128" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Send">
|
||||
<path transform="scale(0.2) rotate(180) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4131" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="SemiCircleOut" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="SemiCircleOut">
|
||||
<path transform="scale(0.6) translate(7.125493,0.763446)" d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z " id="path4235" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Send">
|
||||
<path transform="scale(0.3) rotate(180) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4149" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutS">
|
||||
<path transform="scale(0.2)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4220" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="CurveIn" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="CurveIn">
|
||||
<path transform="scale(0.6)" d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074" id="path4238" fill="none" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="InfiniteLineStart" inkscape:stockid="InfiniteLineStart">
|
||||
<g transform="translate(-13,0)" id="g4298">
|
||||
<circle cx="3" r=".8" id="circle4300"/>
|
||||
<circle cx="6.5" r=".8" id="circle4302"/>
|
||||
<circle cx="10" r=".8" id="circle4304"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="StopS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="StopS">
|
||||
<path transform="scale(0.2)" d="M 0.0,5.65 L 0.0,-5.65" id="path4229" fill="none" fill-rule="evenodd" stroke="#000000" fill-opacity=".75" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Sstart">
|
||||
<path transform="scale(0.3) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4146" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="DiamondS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="DiamondS">
|
||||
<path transform="scale(0.2)" d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z " id="path4202" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="RazorWire" inkscape:stockid="RazorWire">
|
||||
style="overflow:visible">
|
||||
<path d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z " transform="scale(0.8,0.8)" id="path4286" fill="#808080" fill-rule="evenodd" stroke="#000000" stroke-width=".125"/></marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#DA0092" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<rect id="rect2160" width="285.71" height="122.86" x="154.19" y="223.46" fill="#ffffff" stroke-width="10"/>
|
||||
<rect id="rect3184" width="371.96" height="371.96" x="111.07" y="98.91" fill="none" stroke="#ffffff" stroke-width="21.17"/>
|
||||
<rect y="-358.48" x="142.03" height="122.86" width="285.71" id="rect3186" transform="matrix(0,1,-1,0,0,0)" fill="#ffffff" stroke-width="10"/>
|
||||
</svg>
|
After Width: | Height: | Size: 7.5 KiB |
78
vtm-themes/resources/assets/symbols/health/pharmacy_dispencing.svg
Executable file
@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol-university">
|
||||
<path id="path4460" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path4462" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path4464" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path4466" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
<marker id="Arrow2Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Lend">
|
||||
<path transform="scale(1.1) rotate(180) translate(1,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4137" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Mend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Mend">
|
||||
<path transform="scale(0.4) rotate(180) translate(10,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4125" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutL" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutL">
|
||||
<path transform="scale(0.8)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4214" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Lend" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Lend">
|
||||
<path transform="scale(0.8) rotate(180) translate(12.5,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4119" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Tail" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Tail">
|
||||
<g transform="scale(-1.2)" id="g4152">
|
||||
<path d="M -3.8048674,-3.9585227 L 0.54352094,0" id="path4154" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,-3.9585227 L 3.0617053,0" id="path4156" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,-3.9585227 L 5.6537466,0" id="path4158" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -3.8048674,4.1775838 L 0.54352094,0.21974226" id="path4160" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M -1.2866832,4.1775838 L 3.0617053,0.21974226" id="path4162" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
<path d="M 1.3053582,4.1775838 L 5.6537466,0.21974226" id="path4164" fill="none" fill-rule="evenodd" stroke="#000000" stroke-linecap="round" stroke-width=".8"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="Arrow1Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Sstart">
|
||||
<path transform="scale(0.2) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4128" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow1Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow1Send">
|
||||
<path transform="scale(0.2) rotate(180) translate(6,0)" d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " id="path4131" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="SemiCircleOut" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="SemiCircleOut">
|
||||
<path transform="scale(0.6) translate(7.125493,0.763446)" d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z " id="path4235" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Send" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Send">
|
||||
<path transform="scale(0.3) rotate(180) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4149" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="TriangleOutS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="TriangleOutS">
|
||||
<path transform="scale(0.2)" d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z " id="path4220" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="CurveIn" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="CurveIn">
|
||||
<path transform="scale(0.6)" d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074" id="path4238" fill="none" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="InfiniteLineStart" inkscape:stockid="InfiniteLineStart">
|
||||
<g transform="translate(-13,0)" id="g4298">
|
||||
<circle cx="3" r=".8" id="circle4300"/>
|
||||
<circle cx="6.5" r=".8" id="circle4302"/>
|
||||
<circle cx="10" r=".8" id="circle4304"/>
|
||||
</g>
|
||||
</marker>
|
||||
<marker id="StopS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="StopS">
|
||||
<path transform="scale(0.2)" d="M 0.0,5.65 L 0.0,-5.65" id="path4229" fill="none" fill-rule="evenodd" stroke="#000000" fill-opacity=".75" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker id="Arrow2Sstart" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="Arrow2Sstart">
|
||||
<path transform="scale(0.3) translate(-2.3,0)" d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " id="path4146" fill-rule="evenodd" stroke-linejoin="round" stroke-width=".625"/>
|
||||
</marker>
|
||||
<marker id="DiamondS" refX="0.0" refY="0.0" orient="auto" inkscape:stockid="DiamondS">
|
||||
<path transform="scale(0.2)" d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z " id="path4202" fill-rule="evenodd" stroke="#000000" stroke-width="1.25"/>
|
||||
</marker>
|
||||
<marker orient="auto" id="RazorWire" inkscape:stockid="RazorWire">
|
||||
style="overflow:visible">
|
||||
<path d="M 0.022727273,-0.74009011 L 0.022727273,0.69740989 L -7.7585227,3.0099099 L 10.678977,3.0099099 L 3.4914773,0.69740989 L 3.4914773,-0.74009011 L 10.741477,-2.8963401 L -7.7272727,-2.8963401 L 0.022727273,-0.74009011 z " transform="scale(0.8,0.8)" id="path4286" fill="#808080" fill-rule="evenodd" stroke="#000000" stroke-width=".125"/></marker>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#DA0092" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<rect id="rect2160" width="285.71" height="122.86" x="154.19" y="223.46" fill="#ffffff" stroke-width="10"/>
|
||||
<rect id="rect3184" width="351.43" height="351.43" x="121.33" y="109.17" fill="none" stroke="#ffffff" stroke-width="20"/>
|
||||
<rect y="-358.48" x="142.03" height="122.86" width="285.71" id="rect3186" transform="matrix(0,1,-1,0,0,0)" fill="#ffffff" stroke-width="10"/>
|
||||
<rect id="rect5583" width="417.13" height="417.13" x="87.81" y="76.22" fill="none" stroke="#ffffff" stroke-width="20"/>
|
||||
</svg>
|
After Width: | Height: | Size: 7.6 KiB |
102
vtm-themes/resources/assets/symbols/health/veterinary.svg
Executable file
After Width: | Height: | Size: 18 KiB |
22
vtm-themes/resources/assets/symbols/landuse/coniferous.svg
Executable file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol id="symbol-university" viewBox="244.5 110 489 219.9">
|
||||
<path d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z" id="path4460"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="20" d="M94,176l-21,39" id="path4462"/>
|
||||
<path d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z" id="path4464"/>
|
||||
<path ill="none" stroke="#000000" stroke-width="20" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" id="path4466"/>
|
||||
</symbol>
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol9807">
|
||||
<path id="path9809" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path9811" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path9813" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path9815" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#999999" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 295.87458,82.814272 L 206.98127,274.57366 L 236.54312,266.57366 L 195.40384,331.13004 L 228.55869,323.13004 L 181.56417,392.344 L 273.9174,378.50433 L 273.9174,476.71281 L 295.87458,476.71281 L 295.87458,82.814272 z M 296.14073,82.814272 L 296.14073,476.71281 L 318.09791,476.71281 L 318.09791,378.50433 L 410.58423,392.344 L 363.5897,323.13004 L 396.61148,331.13004 L 357.4722,266.57366 L 385.16713,274.57366 L 296.14073,82.814272 z" id="path8893" sodipodi:nodetypes="cccccccccccccccccccc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="4.258"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
23
vtm-themes/resources/assets/symbols/landuse/coniferous_and_deciduous.svg
Executable file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol id="symbol-university" viewBox="244.5 110 489 219.9">
|
||||
<path d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z" id="path4460"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="20" d="M94,176l-21,39" id="path4462"/>
|
||||
<path d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z" id="path4464"/>
|
||||
<path ill="none" stroke="#000000" stroke-width="20" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" id="path4466"/>
|
||||
</symbol>
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol9807">
|
||||
<path id="path9809" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path9811" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path9813" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path9815" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#999999" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 406.8826,97.87318 C 381.09763,97.43733 353.95641,111.70565 348.47068,140.94717 C 346.14803,153.3279 344.20796,157.30914 329.5539,157.56326 C 284.41142,158.3461 265.21328,224.7052 303.35162,255.98159 C 307.1306,259.08071 304.9536,261.77225 292.23163,271.44733 C 227.48588,320.68656 297.20141,418.93839 363.42515,371.78291 C 373.12064,364.87912 374.65808,364.80358 376.84583,370.50475 C 381.46373,382.5388 379.41139,440.32236 373.65043,459.4647 L 367.89871,478.50928 L 402.53686,478.50928 C 405.96604,478.50928 407.68128,478.52126 410.46145,478.50928 C 413.27634,478.5218 415.02937,478.50928 418.51385,478.50928 L 453.152,478.50928 L 447.5281,459.4647 C 441.76713,440.32236 439.58693,382.5388 444.20488,370.50475 C 446.39263,364.80358 447.93007,364.87912 457.62556,371.78291 C 523.84931,418.93839 593.56483,320.68656 528.81908,271.44733 C 516.09711,261.77225 513.26406,257.73253 517.82691,255.98159 C 555.96524,241.34651 535.52985,165.00264 491.49681,157.56326 C 477.04533,155.12171 475.0305,153.3279 472.70785,140.94717 C 466.96239,110.32135 437.40486,96.22105 410.58926,98.1288 C 409.3671,98.04127 408.11352,97.89399 406.8826,97.87318 z" id="path9696" fill="#ffffff"/>
|
||||
<path d="M 145.87458,82.814272 L 56.981267,274.57366 L 76.543117,274.57366 L 45.403841,331.13004 L 68.558687,331.13004 L 31.564171,392.344 L 123.9174,378.50433 L 123.9174,476.71281 L 145.87458,476.71281 L 145.87458,82.814272 z M 146.14073,82.814272 L 146.14073,476.71281 L 168.09791,476.71281 L 168.09791,378.50433 L 260.58423,392.344 L 223.5897,331.13004 L 246.61148,331.13004 L 215.4722,274.57366 L 235.16713,274.57366 L 146.14073,82.814272 z" id="path8893" sodipodi:nodetypes="cccccccccccccccccccc" fill="#ffffff" fill-rule="evenodd" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="4.258"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
22
vtm-themes/resources/assets/symbols/landuse/deciduous.svg
Executable file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="580" height="580">
|
||||
<metadata id="metadata2975"/>
|
||||
<defs id="defs4">
|
||||
<symbol id="symbol-university" viewBox="244.5 110 489 219.9">
|
||||
<path d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z" id="path4460"/>
|
||||
<path fill="none" stroke="#000000" stroke-width="20" d="M94,176l-21,39" id="path4462"/>
|
||||
<path d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z" id="path4464"/>
|
||||
<path ill="none" stroke="#000000" stroke-width="20" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" id="path4466"/>
|
||||
</symbol>
|
||||
<symbol viewBox="244.5 110 489 219.9" id="symbol9807">
|
||||
<path id="path9809" d="M79,43l57,119c0,0,21-96,104-96s124,106,124,106l43-133l82-17L0,17L79,43z"/>
|
||||
<path id="path9811" d="M94,176l-21,39" stroke-width="20" stroke="#000000" fill="none"/>
|
||||
<path id="path9813" d="M300,19c0,10.5-22.6,19-50.5,19S199,29.5,199,19s22.6-19,50.5-19S300,8.5,300,19z"/>
|
||||
<path id="path9815" d="M112,216l-16-38L64,88c0,0-9-8-4-35s16-24,16-24" stroke-width="20" stroke="#000000" ill="none"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<g id="g1327">
|
||||
<path d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 L 1.704,516.927 C 1.704,557.771 22.599,579.156 63.896,579.156 L 515.92,579.156 C 557.227,579.156 578.149,558.841 578.149,516.927 L 578.149,66.804 C 578.149,24.203 557.227,1.768 514.628,1.768 C 514.624,1.768 66.133,1.625 66.275,1.768 z " id="path1329" fill="#999999" stroke="#eee" stroke-width="3.408"/>
|
||||
</g>
|
||||
<path d="M 286.8826,97.87318 C 261.09763,97.43733 233.95641,111.70565 228.47068,140.94717 C 226.14803,153.3279 224.20796,157.30914 209.5539,157.56326 C 164.41142,158.3461 145.21328,224.7052 183.35162,255.98159 C 187.1306,259.08071 184.9536,261.77225 172.23163,271.44733 C 107.48588,320.68656 177.20141,418.93839 243.42515,371.78291 C 253.12064,364.87912 254.65808,364.80358 256.84583,370.50475 C 261.46373,382.5388 259.41139,440.32236 253.65043,459.4647 L 247.89871,478.50928 L 282.53686,478.50928 C 285.96604,478.50928 287.68128,478.52126 290.46145,478.50928 C 293.27634,478.5218 295.02937,478.50928 298.51385,478.50928 L 333.152,478.50928 L 327.5281,459.4647 C 321.76713,440.32236 319.58693,382.5388 324.20488,370.50475 C 326.39263,364.80358 327.93007,364.87912 337.62556,371.78291 C 403.84931,418.93839 473.56483,320.68656 408.81908,271.44733 C 396.09711,261.77225 393.26406,257.73253 397.82691,255.98159 C 435.96524,241.34651 415.52985,165.00264 371.49681,157.56326 C 357.04533,155.12171 355.0305,153.3279 352.70785,140.94717 C 346.96239,110.32135 317.40486,96.22105 290.58926,98.1288 C 289.3671,98.04127 288.11352,97.89399 286.8826,97.87318 z" id="path9696" fill="#ffffff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.8 KiB |