New style from Designer
|
@ -29,7 +29,9 @@ node|z16[tourism=zoo],
|
|||
node|z16[amenity=school],
|
||||
node|z16[amenity=college],
|
||||
node|z16[amenity=university],
|
||||
node|z16[amenity=hospital] {
|
||||
node|z16[amenity=hospital],
|
||||
node|z16[leisure=stadium]
|
||||
{
|
||||
text-offset: 8;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
|
@ -47,6 +49,13 @@ node|z16[amenity=school] { icon-image: school-m.svg; }
|
|||
node|z16[amenity=university] { icon-image: college-m.svg; }
|
||||
node|z16[amenity=college] { icon-image: college-m.svg; }
|
||||
node|z16[amenity=hospital] { icon-image: hospital-m.svg; }
|
||||
node|z16[leisure=stadium] { icon-image: pitch-m.svg; }
|
||||
|
||||
node|z16[highway=speed_camera] {
|
||||
icon-image: speedcam-m.svg;
|
||||
z-index: 8000;
|
||||
}
|
||||
|
||||
|
||||
/* ZOOM 17+ */
|
||||
|
||||
|
@ -67,7 +76,11 @@ node|z17-[amenity=mail],
|
|||
node|z17-[amenity=embassy],
|
||||
node|z17-[amenity=toilets],
|
||||
node|z17-[amenity=hospital],
|
||||
node|z17-[amenity=bicycle_rental]
|
||||
node|z17-[amenity=bicycle_rental],
|
||||
node|z17-[tourism=attraction],
|
||||
node|z17-[leisure=stadium],
|
||||
node|z17-[amenity=fuel],
|
||||
node|z17-[tourism=hotel]
|
||||
{
|
||||
text-offset: 8;
|
||||
font-size: 10;
|
||||
|
@ -95,7 +108,14 @@ node|z17-[amenity=toilets] { icon-image: toilets-m.svg; }
|
|||
node|z17-[amenity=embassy] { icon-image: embassy-m.svg; }
|
||||
node|z17-[amenity=hospital] { icon-image: hospital-m.svg; }
|
||||
node|z17-[amenity=bicycle_rental] { icon-image: bicycle-m.svg; }
|
||||
node|z17-[tourism=attraction] { icon-image: tourism-m.svg; }
|
||||
node|z17-[leisure=stadium] { icon-image: pitch-m.svg; }
|
||||
node|z17-[amenity=fuel] { icon-image: fuel-m.svg; }
|
||||
node|z17-[tourism=hotel] { icon-image: hotel-m.svg; }
|
||||
|
||||
node|z17-[highway=speed_camera] {
|
||||
icon-image: speedcam-l.svg;
|
||||
z-index: 8000; }
|
||||
|
||||
|
||||
/* ZOOM 18+ */
|
||||
|
@ -104,7 +124,8 @@ node|z18-[amenity=fast_food],
|
|||
node|z18-[amenity=restaurant],
|
||||
node|z18-[amenity=bar],
|
||||
node|z18-[amenity=pub],
|
||||
node|z18-[amenity=pharmacy] {
|
||||
node|z18-[amenity=pharmacy],
|
||||
node|z18-[amenity=atm] {
|
||||
text-offset: 8;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
|
@ -118,3 +139,6 @@ node|z18-[amenity=restaurant] { icon-image: restaurant-m.svg; }
|
|||
node|z18-[amenity=bar] { icon-image: bar-m.svg; }
|
||||
node|z18-[amenity=pub] { icon-image: beer-m.svg; }
|
||||
node|z18-[amenity=pharmacy] { icon-image: pharmacy-m.svg; }
|
||||
node|z18-[amenity=atm] { icon-image: atm-m.svg; }
|
||||
node|z18-[amenity=parking] { icon-image: parking-m.svg; }
|
||||
node|z18-[leisure=pitch] { icon-image: pitch-m.svg; }
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
/*area|z14[building]
|
||||
area|z14[building]
|
||||
{
|
||||
fill-color: @building;
|
||||
fill-opacity: 0.4;
|
||||
z-index: 200;
|
||||
}*/
|
||||
}
|
||||
area|z15[building]
|
||||
{
|
||||
fill-color: @building;
|
||||
|
@ -18,9 +18,16 @@ area|z16[building]
|
|||
z-index: 200;
|
||||
}
|
||||
|
||||
area|z17-[building]
|
||||
area|z17[building]
|
||||
{
|
||||
fill-color: @building;
|
||||
opacity: 0.8;
|
||||
opacity: 1;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
area|z18-[building]
|
||||
{
|
||||
fill-color: @building_dark;
|
||||
opacity: 1;
|
||||
z-index: 200;
|
||||
}
|
||||
|
|
|
@ -95,9 +95,10 @@ node|z4[place=city][capital=2] {
|
|||
text-offset: 2.8;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
|
||||
|
||||
|
@ -108,20 +109,22 @@ node|z5[place=city][capital=2] {
|
|||
text-offset: 3;
|
||||
font-size: 11;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
|
||||
node|z5[place=city][capital=3],
|
||||
node|z5[place=city][capital=4] {
|
||||
icon-image: dot-s.svg;
|
||||
/* text-offset: 3;
|
||||
text-offset: 3;
|
||||
font-size: 9;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo;*/
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 1;
|
||||
text-halo-opacity: 0.3;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
|
||||
/* CITIES ZOOM 6*/
|
||||
|
@ -131,9 +134,10 @@ node|z6[place=city][capital=2] {
|
|||
text-offset: 4;
|
||||
font-size: 12;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
|
||||
node|z6[place=city][capital=3],
|
||||
|
@ -142,9 +146,10 @@ node|z6[place=city][capital=4] {
|
|||
text-offset: 3;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-halo-opacity: 0.3;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
|
||||
|
||||
|
@ -155,9 +160,10 @@ node|z7[place=city] {
|
|||
text-offset: 3;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-halo-opacity: 0.3;
|
||||
text-halo-color: @label_halo_medium;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
|
@ -167,9 +173,10 @@ node|z7[place=city][capital=4] {
|
|||
text-offset: 3;
|
||||
font-size: 12;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-halo-opacity: 0.3;
|
||||
text-halo-color: @label_halo_bg;
|
||||
}
|
||||
|
||||
node|z7[place=city][capital=2] {
|
||||
|
@ -177,9 +184,10 @@ node|z7[place=city][capital=2] {
|
|||
text-offset: 5;
|
||||
font-size: 14;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-halo-opacity: 0.3;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z7[place=state]
|
||||
|
@ -195,11 +203,12 @@ node|z7[place=state]
|
|||
node|z8[place=city] {
|
||||
icon-image: dot-m.svg;
|
||||
text-offset: 3;
|
||||
font-size: 12;
|
||||
font-size: 11;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-halo-opacity: 0.3;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
|
||||
node|z8[place=city][capital=2] {
|
||||
|
@ -207,9 +216,10 @@ node|z8[place=city][capital=2] {
|
|||
text-offset: 5;
|
||||
font-size: 15;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
z-index: 3900;
|
||||
}
|
||||
node|z8[place=state]
|
||||
|
@ -221,13 +231,13 @@ node|z8[place=state]
|
|||
}
|
||||
/* ZOOM 9 */
|
||||
|
||||
|
||||
node|z9[place=town] {
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @city_label_light;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_bg;
|
||||
}
|
||||
|
||||
node|z9[place=city] {
|
||||
|
@ -235,9 +245,10 @@ node|z9[place=city] {
|
|||
text-offset: 4;
|
||||
font-size: 13;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 0.5;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
|
||||
node|z9[place=city][capital=2] {
|
||||
|
@ -245,9 +256,10 @@ node|z9[place=city][capital=2] {
|
|||
text-offset: 3;
|
||||
font-size: 15;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 0.5;
|
||||
text-halo-color: @city_halo_light;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
z-index: 3900;
|
||||
}
|
||||
node|z9[place=state]
|
||||
|
@ -257,23 +269,26 @@ node|z9[place=state]
|
|||
text-color: @state_name;
|
||||
z-index: -10;
|
||||
}
|
||||
|
||||
|
||||
/* ZOOM 10 */
|
||||
|
||||
node|z10[place=town] {
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_light;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0;
|
||||
text-halo-color: @label_halo_bg;
|
||||
}
|
||||
|
||||
node|z10[place=city] {
|
||||
font-size: 13;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-halo-radius: 1;
|
||||
text-halo-opacity: 0;
|
||||
text-halo-color: @city_halo;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius:1;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z10[place=city][capital=2] {
|
||||
|
@ -281,9 +296,10 @@ node|z10[place=city][capital=2] {
|
|||
text-offset: 3;
|
||||
font-size: 15;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius:1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
z-index: 3900;
|
||||
}
|
||||
|
||||
|
@ -292,9 +308,10 @@ node|z10[place=city][capital=2] {
|
|||
node|z11-12[place=town] {
|
||||
font-size: 14;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
|
||||
node|z11-12[place=village] {
|
||||
|
@ -307,10 +324,10 @@ node|z11-12[place=village] {
|
|||
node|z11-12[place=city] {
|
||||
font-size: 14;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 1;
|
||||
text-halo-opacity: 0;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
|
||||
node|z11-12[place=city][capital=2] {
|
||||
|
@ -318,9 +335,10 @@ node|z11-12[place=city][capital=2] {
|
|||
text-offset: 4;
|
||||
font-size: 16;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-halo-radius:1;
|
||||
text-halo-color: @city_halo;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
z-index: 3900;
|
||||
}
|
||||
/* ZOOM 13 */
|
||||
|
@ -328,26 +346,28 @@ node|z11-12[place=city][capital=2] {
|
|||
node|z13-[place=town] {
|
||||
font-size: 14;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
|
||||
node|z13[place=village] {
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
node|z13[place=city] {
|
||||
font-size: 16;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 1;
|
||||
text-halo-opacity: 0;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z13[place=city][capital=2] {
|
||||
|
@ -355,18 +375,20 @@ node|z13[place=city][capital=2] {
|
|||
text-offset: 4;
|
||||
font-size: 18;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-halo-radius:1;
|
||||
text-halo-color: @city_halo;
|
||||
text-color: @label_medium;
|
||||
text-halo-radius: 1;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
z-index: 3900;
|
||||
}
|
||||
|
||||
node|z13[place=hamlet] {
|
||||
node|z13-[place=hamlet] {
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_light;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.3;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
/* ROADS */
|
||||
|
@ -376,272 +398,239 @@ line[highway]
|
|||
text-position: line;
|
||||
}
|
||||
|
||||
line|z10-[highway=motorway],
|
||||
line|z10-[highway=trunk],
|
||||
line|z10-[highway=motorway_link],
|
||||
line|z10-[highway=trunk_link] {
|
||||
font-size: 7;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
/* ZOOMS 10-11 */
|
||||
|
||||
line|z10-[highway=primary],
|
||||
line|z10-[highway=primary_link] {
|
||||
font-size: 6;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0.5;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z10-[highway=secondary] {
|
||||
font-size: 6;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0.5;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
line|z12-[highway=motorway],
|
||||
line|z12-[highway=trunk],
|
||||
line|z12-[highway=motorway_link],
|
||||
line|z12-[highway=trunk_link] {
|
||||
line|z10-11[highway=motorway],
|
||||
line|z10-11[highway=trunk],
|
||||
line|z10-11[highway=motorway_link],
|
||||
line|z10-11[highway=trunk_link] {
|
||||
font-size: 9;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-color: @label_halo_medium;
|
||||
shield-font-size: 9;
|
||||
shield-text-color: @shield;
|
||||
shield-text-halo-radius: 1;
|
||||
shield-text-halo-color: @shield_halo;
|
||||
shield-text-halo-opacity: 1;
|
||||
|
||||
}
|
||||
|
||||
line|z12-[highway=primary],
|
||||
line|z12-[highway=primary_link] {
|
||||
font-size: 8;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0.5;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z12-[highway=secondary] {
|
||||
font-size: 7;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z12-[highway=residential],
|
||||
line|z12-[highway=tertiary],
|
||||
line|z12-[highway=unclassified],
|
||||
line|z12-[highway=living_street],
|
||||
line|z12-[highway=pedestrian] {
|
||||
font-size: 7;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
line|z14-[highway=motorway],
|
||||
line|z14-[highway=trunk],
|
||||
line|z14-[highway=motorway_link],
|
||||
line|z14-[highway=trunk_link] {
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z14-[highway=primary],
|
||||
line|z14-[highway=primary_link] {
|
||||
font-size: 8.8;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0.5;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z14-[highway=secondary] {
|
||||
font-size: 7.6;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z14-[highway=residential],
|
||||
line|z14-[highway=tertiary],
|
||||
line|z14-[highway=unclassified],
|
||||
line|z14-[highway=living_street],
|
||||
line|z14-[highway=pedestrian] {
|
||||
font-size: 7.6;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
line|z16-[highway=motorway],
|
||||
line|z16-[highway=trunk],
|
||||
line|z16-[highway=motorway_link],
|
||||
line|z16-[highway=trunk_link] {
|
||||
font-size: 11.4;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z16-[highway=primary],
|
||||
line|z16-[highway=primary_link] {
|
||||
font-size: 9.4;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0.5;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z16-[highway=secondary] {
|
||||
line|z10-11[highway=primary],
|
||||
line|z10-11[highway=primary_link] {
|
||||
font-size: 9;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo;
|
||||
text-color: @label_medium;
|
||||
text-halo-opacity: 0.3;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @label_halo_medium;
|
||||
|
||||
}
|
||||
|
||||
line|z16-[highway=residential],
|
||||
line|z16-[highway=tertiary],
|
||||
line|z16-[highway=unclassified],
|
||||
line|z16-[highway=living_street],
|
||||
line|z16-[highway=pedestrian] {
|
||||
font-size: 8;
|
||||
line|z10-11[highway=secondary] {
|
||||
font-size: 9;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo;
|
||||
text-color: @label_light;
|
||||
text-halo-opacity: 0.3;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
line|z17-[highway=motorway],
|
||||
line|z17-[highway=trunk],
|
||||
line|z17-[highway=motorway_link],
|
||||
line|z17-[highway=trunk_link] {
|
||||
|
||||
/* ZOOMS 12-13 */
|
||||
|
||||
line|z12-13[highway=motorway],
|
||||
line|z12-13[highway=trunk],
|
||||
line|z12-13[highway=motorway_link],
|
||||
line|z12-13[highway=trunk_link],
|
||||
line|z12-13[highway=primary],
|
||||
line|z12-13[highway=primary_link] {
|
||||
shield-font-size: 9;
|
||||
shield-text-color: @shield;
|
||||
shield-text-halo-radius: 1;
|
||||
shield-text-halo-color: @shield_halo;
|
||||
shield-text-halo-opacity: 1;
|
||||
}
|
||||
|
||||
line|z12-13[highway=motorway],
|
||||
line|z12-13[highway=trunk],
|
||||
line|z12-13[highway=motorway_link],
|
||||
line|z12-13[highway=trunk_link] {
|
||||
font-size: 12;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
line|z17-[highway=primary],
|
||||
line|z17-[highway=primary_link] {
|
||||
font-size: 11.8;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0.5;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z17-[highway=secondary] {
|
||||
font-size: 11;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z17-[highway=residential],
|
||||
line|z17-[highway=tertiary],
|
||||
line|z17-[highway=unclassified],
|
||||
line|z17-[highway=living_street],
|
||||
line|z17-[highway=pedestrian] {
|
||||
line|z12-13[highway=primary],
|
||||
line|z12-13[highway=primary_link] {
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo;
|
||||
text-color: @label_dark;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
|
||||
line|z12-13[highway=secondary] {
|
||||
font-size: 9;
|
||||
text: name;
|
||||
text-color: @label_light;
|
||||
text-halo-opacity: 0.3;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @road_label_halo;
|
||||
}
|
||||
|
||||
line|z12-13[highway=residential],
|
||||
line|z12-13[highway=tertiary] {
|
||||
font-size: 8;
|
||||
text: name;
|
||||
text-color: @label_light;
|
||||
text-halo-opacity: 0;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @road_label_halo;
|
||||
}
|
||||
|
||||
/* ZOOMS 14-15 */
|
||||
|
||||
/*SHIELDS FOR TRUNKS */
|
||||
|
||||
|
||||
line|z14-15[highway=motorway],
|
||||
line|z14-15[highway=trunk],
|
||||
line|z14-15[highway=motorway_link],
|
||||
line|z14-15[highway=trunk_link],
|
||||
line|z14-15[highway=primary],
|
||||
line|z14-15[highway=primary_link] {
|
||||
shield-font-size: 9;
|
||||
shield-text-color: @shield;
|
||||
shield-text-halo-radius: 1;
|
||||
shield-text-halo-color: @shield_halo;
|
||||
shield-text-halo-opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
/* MAJOR LABELS */
|
||||
line|z14-15[highway=motorway],
|
||||
line|z14-15[highway=trunk],
|
||||
line|z14-15[highway=primary] {
|
||||
font-size: 13;
|
||||
text: name;
|
||||
text-color: @label_dark;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
|
||||
line|z14-15[highway=primary_link],
|
||||
line|z14-15[highway=secondary],
|
||||
line|z14-15[highway=motorway_link],
|
||||
line|z14-15[highway=trunk_link],
|
||||
line|z14-15[highway=residential],
|
||||
line|z14-15[highway=tertiary],
|
||||
line|z14-15[highway=unclassified],
|
||||
line|z14-15[highway=living_street],
|
||||
line|z14-15[highway=pedestrian] {
|
||||
font-size: 9;
|
||||
text: name;
|
||||
text-color: @label_medium;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @label_halo_medium;
|
||||
}
|
||||
|
||||
/* ZOOMS 16-17 */
|
||||
|
||||
/*SHIELDS FOR TRUNKS */
|
||||
line|z16-17[highway=motorway],
|
||||
line|z16-17[highway=trunk] {
|
||||
shield-font-size: 9;
|
||||
shield-text-color: @shield;
|
||||
shield-text-halo-radius: 1;
|
||||
shield-text-halo-color: @shield_halo;
|
||||
shield-text-halo-opacity: 1;
|
||||
}
|
||||
|
||||
/* PRIMARY LABELS */
|
||||
line|z16-17[highway=motorway],
|
||||
line|z16-17[highway=trunk],
|
||||
line|z16-17[highway=primary],
|
||||
line|z16-17[highway=secondary] {
|
||||
font-size: 13;
|
||||
text: name;
|
||||
text-color: @label_dark;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
/* SECONDARY LABELS */
|
||||
line|z16-17[highway=primary_link],
|
||||
line|z16-17[highway=motorway_link],
|
||||
line|z16-17[highway=trunk_link],
|
||||
line|z16-17[highway=residential],
|
||||
line|z16-17[highway=tertiary],
|
||||
line|z16-17[highway=unclassified],
|
||||
line|z16-17[highway=living_street],
|
||||
line|z16-17[highway=pedestrian],
|
||||
line|z16-17[highway=path] {
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @label_medium;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
/* ZOOM 18+ */
|
||||
|
||||
/*SHIELDS FOR TRUNKS */
|
||||
line|z18-[highway=motorway],
|
||||
line|z18-[highway=trunk] {
|
||||
shield-font-size: 10;
|
||||
shield-text-color: @shield;
|
||||
shield-text-halo-radius: 1;
|
||||
shield-text-halo-color: @shield_halo;
|
||||
shield-text-halo-opacity: 1;
|
||||
}
|
||||
|
||||
/* PRIMARY LABELS */
|
||||
line|z18-[highway=motorway],
|
||||
line|z18-[highway=trunk],
|
||||
line|z18-[highway=motorway_link],
|
||||
line|z18-[highway=trunk_link] {
|
||||
font-size: 17;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z18-[highway=primary],
|
||||
line|z18-[highway=primary_link] {
|
||||
font-size:14;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0.5;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z18-[highway=secondary] {
|
||||
font-size: 12;
|
||||
font-size: 14;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo;
|
||||
text-color: @label_dark;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
|
||||
line|z18-[highway=primary_link],
|
||||
line|z18-[highway=motorway_link],
|
||||
line|z18-[highway=trunk_link],
|
||||
line|z18-[highway=residential],
|
||||
line|z18-[highway=tertiary],
|
||||
line|z18-[highway=unclassified],
|
||||
line|z18-[highway=living_street],
|
||||
line|z18-[highway=pedestrian] {
|
||||
line|z18-[highway=pedestrian],
|
||||
line|z18-[highway=path] {
|
||||
font-size: 12;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
line|z19-[highway=motorway],
|
||||
line|z19-[highway=trunk],
|
||||
line|z19-[highway=motorway_link],
|
||||
line|z19-[highway=trunk_link] {
|
||||
font-size: 20;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-color: @label_medium;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
line|z19-[highway=primary],
|
||||
line|z19-[highway=primary_link] {
|
||||
font-size:18;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z19-[highway=secondary] {
|
||||
font-size: 17;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
line|z19-[highway=residential],
|
||||
line|z19-[highway=tertiary],
|
||||
line|z19-[highway=unclassified],
|
||||
line|z19-[highway=living_street],
|
||||
line|z19-[highway=pedestrian] {
|
||||
font-size: 15;
|
||||
text: name;
|
||||
text-color: @primary_road_label;
|
||||
text-halo-radius: 0;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
|
||||
/* DISTRICTS */
|
||||
|
||||
|
||||
node|z10[place=suburb]
|
||||
{
|
||||
text: name;
|
||||
|
@ -681,6 +670,7 @@ node|z8-9[place=region],
|
|||
|
||||
/* BUILDINGS LABELS */
|
||||
|
||||
|
||||
area|z16[building],
|
||||
node|z16[building],
|
||||
area|z16[addr:housenumber][addr:street],
|
||||
|
@ -688,7 +678,7 @@ node|z16[addr:housenumber][addr:street]
|
|||
{
|
||||
text: "addr:housenumber";
|
||||
font-size: 8;
|
||||
text-color: #7F7F7F;
|
||||
text-color: @housename;
|
||||
text-position: center;
|
||||
z-index: 100;
|
||||
}
|
||||
|
@ -755,7 +745,7 @@ node|z16[addr:housenumber][addr:street]
|
|||
}
|
||||
*/
|
||||
|
||||
/* NATURAL LABELS - курсив*/
|
||||
/* NATURAL LABELS - курсив бы */
|
||||
|
||||
node|z1-2[place=ocean]{
|
||||
text: name;
|
||||
|
@ -763,21 +753,27 @@ node|z1-2[place=ocean]{
|
|||
text-color: @water_label;
|
||||
z-index: 3000;
|
||||
}
|
||||
node|z3-4[place=ocean]{
|
||||
node|z3[place=ocean]{
|
||||
text: name;
|
||||
font-size: 18;
|
||||
font-size: 16;
|
||||
text-color: @water_label;
|
||||
z-index: 3000;
|
||||
}
|
||||
node|z4[place=ocean]{
|
||||
text: name;
|
||||
font-size: 17;
|
||||
text-color: @water_label;
|
||||
z-index: 3000;
|
||||
}
|
||||
node|z5-[place=ocean]{
|
||||
text: name;
|
||||
font-size: 18;
|
||||
font-size: 19;
|
||||
text-color: @water_label;
|
||||
z-index: 3000;
|
||||
}
|
||||
node|z4-[place=sea]{
|
||||
text: name;
|
||||
font-size: 13;
|
||||
font-size: 14;
|
||||
text-color: @water_label;
|
||||
z-index: 3000;
|
||||
}
|
||||
|
@ -798,26 +794,68 @@ node|z14-15[natural=bay]
|
|||
text: name;
|
||||
font-size: 8;
|
||||
text-color: @water_label;
|
||||
text-halo-opacity: 0.1;
|
||||
text-halo-color: @halo_water_lable;
|
||||
text-halo-radius: 0.5;
|
||||
|
||||
}
|
||||
node|z16-[natural=water],
|
||||
node|z16-[natural=bay]
|
||||
{
|
||||
text: name;
|
||||
font-size: 12;
|
||||
font-size: 11;
|
||||
text-color: @water_label;
|
||||
text-halo-opacity: 0.1;
|
||||
text-halo-color: @halo_water_lable;
|
||||
text-halo-radius: 0.5;
|
||||
}
|
||||
|
||||
/* RIVERS LABELS */
|
||||
|
||||
line[waterway] {
|
||||
text-position: line;
|
||||
}
|
||||
|
||||
line|z11-[waterway=river] {
|
||||
text: name;
|
||||
font-size: 11;
|
||||
text-color: @water_label;
|
||||
text-halo-opacity: 0.1;
|
||||
text-halo-color: @halo_water_lable;
|
||||
text-halo-radius: 0.5;
|
||||
}
|
||||
|
||||
line|z11-[waterway=riverbank] {
|
||||
text: name;
|
||||
font-size: 11;
|
||||
text-color: @water_label;
|
||||
text-halo-opacity: 0.1;
|
||||
text-halo-color: @halo_water_lable;
|
||||
text-halo-radius: 0.5;
|
||||
}
|
||||
|
||||
line|z13-[waterway=stream] {
|
||||
text: name;
|
||||
font-size: 11;
|
||||
text-color: @water_label;
|
||||
text-halo-opacity: 0.1;
|
||||
text-halo-color: @halo_water_lable;
|
||||
text-halo-radius: 0.5;
|
||||
}
|
||||
|
||||
/* PARKS LABELS */
|
||||
|
||||
area|z14[leisure=park] {
|
||||
text: name;
|
||||
font-size: 10;
|
||||
text-color: @park_label;
|
||||
}
|
||||
|
||||
area|z15-[leisure=park] {
|
||||
area|z15[leisure=park] {
|
||||
icon-image: park-s.svg;
|
||||
text-offset: 8;
|
||||
text: name;
|
||||
font-size: 12;
|
||||
font-size: 11;
|
||||
text-color: @park_label;
|
||||
}
|
||||
|
||||
|
@ -827,4 +865,7 @@ area|z16-[leisure=park] {
|
|||
text: name;
|
||||
font-size: 14;
|
||||
text-color: @park_label;
|
||||
text-halo-opacity: 0.3;
|
||||
text-halo-color: @label_halo_light;
|
||||
text-halo-radius: 1;
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@ area|z16-[area:highway=footway],
|
|||
area|z15-[landuse=industrial] {
|
||||
fill-color: @industrial;
|
||||
fill-opacity: 1;
|
||||
z-index: 150;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
||||
|
@ -51,12 +51,14 @@ area|z12-[landuse=cemetery] {
|
|||
/* UNIVERSITY */
|
||||
area|z14-[amenity=university] {
|
||||
fill-color: @unversity;
|
||||
fill-opacity: 0.5;
|
||||
z-index: 150;
|
||||
fill-opacity: 1;
|
||||
z-index: -100;
|
||||
}
|
||||
|
||||
/*
|
||||
area|z14-[amenity=hospital] {
|
||||
fill-color: @hospital;
|
||||
fill-opacity: 1;
|
||||
z-index: 150;
|
||||
z-index: 10;
|
||||
}
|
||||
*/
|
||||
|
|
|
@ -94,7 +94,7 @@ line|z15-[waterway=riverbank] {
|
|||
|
||||
line|z13-14[waterway=stream] {
|
||||
width: 0.5;
|
||||
opacity: 0.5;
|
||||
opacity: 1;
|
||||
color: @river;
|
||||
z-index: 50;
|
||||
}
|
||||
|
@ -170,5 +170,5 @@ area|z14-[landuse=grass]
|
|||
{
|
||||
fill-color: @park;
|
||||
fill-opacity: 0.45;
|
||||
z-index: 30;
|
||||
z-index: 15;
|
||||
}
|
||||
|
|
|
@ -46,18 +46,21 @@ line|z7-[highway=motorway_link],
|
|||
line|z7-[highway=primary_link],
|
||||
line|z7-[highway=secondary_link],
|
||||
line|z7-[highway=tertiary_link],
|
||||
line|z7-[highway=residential_link] {
|
||||
line|z7-[highway=residential_link],
|
||||
line|z7-[highway=track],
|
||||
line|z7-[highway=bridleway] {
|
||||
z-index: 500;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ZOOM 7 */
|
||||
|
||||
line|z7[highway=trunk],
|
||||
line|z7[highway=motorway] {
|
||||
color: @trunk;
|
||||
width: 0.3;
|
||||
opacity: 0.4;
|
||||
|
||||
}
|
||||
|
||||
/* ZOOM 8 */
|
||||
|
@ -87,13 +90,18 @@ line|z9[highway=primary]
|
|||
opacity: 0.4;
|
||||
}
|
||||
|
||||
|
||||
line|z7-[highway=cycleway] {
|
||||
z-index: 950;
|
||||
}
|
||||
|
||||
/* ZOOM 10 */
|
||||
|
||||
|
||||
line|z10[highway=trunk],
|
||||
line|z10[highway=motorway]
|
||||
{
|
||||
color: @trunk_hard;
|
||||
color: @trunk_yellow;
|
||||
width: 1.2;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
@ -118,18 +126,36 @@ line|z10[highway=secondary]
|
|||
line|z11[highway=trunk],
|
||||
line|z11[highway=motorway]
|
||||
{
|
||||
color: @trunk_medium;
|
||||
color: @trunk_yellow;
|
||||
width: 1.8;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
line|z11[highway=trunk]::case,
|
||||
line|z11[highway=motorway]::case
|
||||
{
|
||||
color: @trunk_yellow_case;
|
||||
width: 2.8;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z11[highway=primary]
|
||||
{
|
||||
color: @primary_medium;
|
||||
width: 1.1;
|
||||
color: @primary_yellow;
|
||||
width: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z11[highway=primary]::case
|
||||
{
|
||||
color: @primary_yellow_case;
|
||||
width: 2;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
|
||||
line|z11[highway=secondary]
|
||||
{
|
||||
color: @secondary;
|
||||
|
@ -151,11 +177,21 @@ line|z11[highway=tertiary]
|
|||
line|z12[highway=trunk],
|
||||
line|z12[highway=motorway]
|
||||
{
|
||||
color: @trunk_light;
|
||||
width: 2.5;
|
||||
color: @trunk_yellow;
|
||||
width: 2;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
line|z12[highway=trunk]::case,
|
||||
line|z12[highway=motorway]::case
|
||||
{
|
||||
color: @trunk_yellow_case;
|
||||
width: 3.2;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
|
||||
line|z12[highway=motorway][tunnel?],
|
||||
line|z12[highway=trunk][tunnel?] {
|
||||
color: @trunk_tunnel;
|
||||
|
@ -168,11 +204,19 @@ line|z12[highway=trunk][tunnel?] {
|
|||
|
||||
line|z12[highway=primary]
|
||||
{
|
||||
color: @primary_medium;
|
||||
width: 1.8;
|
||||
color: @primary_yellow;
|
||||
width: 1.5;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
line|z12[highway=primary]::case
|
||||
{
|
||||
color: @primary_yellow_case;
|
||||
width: 2.5;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z12[highway=secondary]
|
||||
{
|
||||
color: @secondary;
|
||||
|
@ -197,9 +241,19 @@ line|z13[highway=motorway]
|
|||
{
|
||||
width: 2.8;
|
||||
opacity: 0.9;
|
||||
color: @trunk_light;
|
||||
color: @trunk_yellow;
|
||||
}
|
||||
|
||||
line|z13[highway=trunk]::case,
|
||||
line|z13[highway=motorway]::case
|
||||
{
|
||||
color: @trunk_yellow_case;
|
||||
width: 4;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
|
||||
line|z13[highway=motorway][tunnel?],
|
||||
line|z13[highway=trunk][tunnel?] {
|
||||
color: @trunk_tunnel_medium;
|
||||
|
@ -218,11 +272,19 @@ line|z13[highway=trunk_link]
|
|||
|
||||
line|z13[highway=primary]
|
||||
{
|
||||
color: @primary_ligth;
|
||||
width: 2.1;
|
||||
color: @primary_yellow;
|
||||
width: 2.5;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z13[highway=primary]::case
|
||||
{
|
||||
color: @primary_yellow_case;
|
||||
width: 3.5;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z13[highway=secondary]
|
||||
{
|
||||
color: @secondary;
|
||||
|
@ -255,6 +317,15 @@ line|z13[highway=pedestrian]
|
|||
opacity: 0.7;
|
||||
}
|
||||
|
||||
line|z13[highway=cycleway]
|
||||
{
|
||||
color: @cycleway;
|
||||
width: 0.1;
|
||||
opacity: 0.6;
|
||||
z-index: 1000;
|
||||
/* dashes: 1,1;
|
||||
opacity: 0.8;*/
|
||||
}
|
||||
|
||||
line|z13[highway=construction]
|
||||
{
|
||||
|
@ -264,7 +335,6 @@ line|z13[highway=construction]
|
|||
dashes: 4,4;
|
||||
}
|
||||
|
||||
|
||||
/* ZOOM 14 */
|
||||
|
||||
line|z14[highway=trunk],
|
||||
|
@ -272,7 +342,16 @@ line|z14[highway=motorway]
|
|||
{
|
||||
width: 3.8;
|
||||
opacity: 1;
|
||||
color: @primary;
|
||||
color: @trunk_yellow;
|
||||
}
|
||||
|
||||
line|z14[highway=trunk]::case,
|
||||
line|z14[highway=motorway]::case
|
||||
{
|
||||
color: @trunk_yellow_case;
|
||||
width: 5;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z14[highway=motorway_link],
|
||||
|
@ -293,11 +372,19 @@ line|z14[highway=trunk][tunnel?] {
|
|||
|
||||
line|z14[highway=primary]
|
||||
{
|
||||
color: @primary_ligth;
|
||||
color: @primary_yellow;
|
||||
width: 2.8;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z14[highway=primary]::case
|
||||
{
|
||||
color: @primary_yellow_case;
|
||||
width: 4;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z14[highway=primary_link]
|
||||
{
|
||||
color: @primary_link;
|
||||
|
@ -349,6 +436,21 @@ line|z14[highway=service]
|
|||
z-index: 600;
|
||||
}
|
||||
|
||||
line|z14[highway=track]
|
||||
{
|
||||
color: @track;
|
||||
opacity: 0.5;
|
||||
width: 1;
|
||||
}
|
||||
|
||||
line|z14[highway=bridleway]
|
||||
{
|
||||
color: @bridleway;
|
||||
opacity: 0.5;
|
||||
width: 1;
|
||||
dashes: 0.5,0.5;
|
||||
}
|
||||
|
||||
line|z14[highway=pedestrian]
|
||||
{
|
||||
color: @pedestrian;
|
||||
|
@ -366,23 +468,12 @@ line|z14[highway=path]
|
|||
opacity: 1;
|
||||
z-index: 600;
|
||||
}
|
||||
/*
|
||||
line|z14[highway=cycleway]
|
||||
{
|
||||
color: @cycleway;
|
||||
width: 0.1;
|
||||
opacity: 0.5;
|
||||
z-index: 1000;
|
||||
dashes: 1,1;
|
||||
opacity: 0.8;
|
||||
}
|
||||
*/
|
||||
|
||||
line|z14[highway=construction]
|
||||
{
|
||||
color: @construction;
|
||||
opacity: 0.5;
|
||||
width: 1.6;
|
||||
width: 1.4;
|
||||
dashes: 5,5;
|
||||
}
|
||||
|
||||
|
@ -393,10 +484,19 @@ line|z15[highway=motorway]
|
|||
{
|
||||
width: 4.8;
|
||||
opacity: 1;
|
||||
color: @primary;
|
||||
color: @trunk_yellow;
|
||||
z-index: 900;
|
||||
}
|
||||
|
||||
line|z15[highway=trunk]::case,
|
||||
line|z15[highway=motorway]::case
|
||||
{
|
||||
color: @trunk_yellow_case;
|
||||
width: 6;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z15[highway=motorway_link],
|
||||
line|z15[highway=trunk_link]
|
||||
{
|
||||
|
@ -415,12 +515,20 @@ line|z15[highway=trunk][tunnel?] {
|
|||
|
||||
line|z15[highway=primary]
|
||||
{
|
||||
color: @primary_ligth;
|
||||
color: @primary_yellow;
|
||||
width: 3.8;
|
||||
opacity: 1;
|
||||
z-index: 850;
|
||||
}
|
||||
|
||||
line|z15[highway=primary]::case
|
||||
{
|
||||
color: @primary_yellow_case;
|
||||
width: 5.5;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z15[highway=primary_link]
|
||||
{
|
||||
color: @primary_link;
|
||||
|
@ -478,10 +586,25 @@ line|z15[highway=service]
|
|||
{
|
||||
color: @unclassified;
|
||||
width: 0.6;
|
||||
opacity: 0.7;
|
||||
opacity: 0.9;
|
||||
z-index: 600;
|
||||
}
|
||||
|
||||
line|z15[highway=track]
|
||||
{
|
||||
color: @track;
|
||||
opacity: 0.5;
|
||||
width: 1;
|
||||
}
|
||||
|
||||
line|z15[highway=bridleway]
|
||||
{
|
||||
color: @bridleway;
|
||||
opacity: 0.5;
|
||||
width: 1;
|
||||
dashes: 1,1;
|
||||
}
|
||||
|
||||
line|z15[highway=pedestrian]
|
||||
{
|
||||
color: @pedestrian;
|
||||
|
@ -496,7 +619,7 @@ line|z15[highway=path]
|
|||
color: @footway;
|
||||
width: 0.8;
|
||||
dashes: 0.5,0.5;
|
||||
opacity: 0.8;
|
||||
opacity: 0.6;
|
||||
z-index: 600;
|
||||
}
|
||||
|
||||
|
@ -513,7 +636,7 @@ line|z15[highway=cycleway]
|
|||
line|z15[highway=construction]
|
||||
{
|
||||
color: @construction;
|
||||
opacity: 0.6;
|
||||
opacity: 0.5;
|
||||
width: 2;
|
||||
dashes: 5,5;
|
||||
}
|
||||
|
@ -524,11 +647,21 @@ line|z15[highway=construction]
|
|||
line|z16[highway=trunk],
|
||||
line|z16[highway=motorway]
|
||||
{
|
||||
color: @primary;
|
||||
color: @trunk_yellow;
|
||||
width: 6.8;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
line|z16[highway=trunk]::case,
|
||||
line|z16[highway=motorway]::case
|
||||
{
|
||||
color: @trunk_yellow_case;
|
||||
width: 8.8;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z16[highway=motorway_link],
|
||||
line|z16[highway=trunk_link]
|
||||
{
|
||||
|
@ -547,11 +680,20 @@ line|z16[highway=trunk][tunnel?] {
|
|||
|
||||
line|z16[highway=primary]
|
||||
{
|
||||
color: @primary_ligth;
|
||||
color: @primary_yellow;
|
||||
width: 6;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z16[highway=primary]::case
|
||||
{
|
||||
color: @primary_yellow_case;
|
||||
width: 7.2;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
|
||||
line|z16[highway=primary_link]
|
||||
{
|
||||
color: @primary_link;
|
||||
|
@ -622,6 +764,21 @@ line|z16[highway=service]
|
|||
opacity: 0.8;
|
||||
}
|
||||
|
||||
line|z16[highway=track]
|
||||
{
|
||||
color: @track;
|
||||
opacity: 1;
|
||||
width: 1.4;
|
||||
}
|
||||
|
||||
line|z16[highway=bridleway]
|
||||
{
|
||||
color: @bridleway;
|
||||
opacity: 1;
|
||||
width: 1.4;
|
||||
dashes: 1,1;
|
||||
}
|
||||
|
||||
line|z16[highway=pedestrian]
|
||||
{
|
||||
color: @pedestrian;
|
||||
|
@ -678,16 +835,25 @@ line|z16[highway=cycleway]
|
|||
line|z17[highway=trunk],
|
||||
line|z17[highway=motorway]
|
||||
{
|
||||
color: @primary;
|
||||
width: 10.6;
|
||||
color: @trunk_yellow;
|
||||
width: 9;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z17[highway=trunk]::case,
|
||||
line|z17[highway=motorway]::case
|
||||
{
|
||||
color: @trunk_yellow_case;
|
||||
width: 10.5;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z17[highway=trunk_link],
|
||||
line|z17[highway=motorway_link]
|
||||
{
|
||||
color: @trunk_link;
|
||||
width: 5;
|
||||
width: 4.5;
|
||||
}
|
||||
|
||||
line|z17[highway=trunk][tunnel?],
|
||||
|
@ -701,15 +867,23 @@ line|z17[highway=motorway][tunnel?] {
|
|||
|
||||
line|z17[highway=primary]
|
||||
{
|
||||
color: @primary_ligth;
|
||||
width: 9.2;
|
||||
color: @primary_light;
|
||||
width: 9;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z17[highway=primary]::case
|
||||
{
|
||||
color: @primary_yellow_case;
|
||||
width: 10.5;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z17[highway=primary_link]
|
||||
{
|
||||
color: @primary_link;
|
||||
width: 4.6;
|
||||
width: 4.5;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
@ -724,14 +898,14 @@ line|z17[highway=primary][tunnel?] {
|
|||
line|z17[highway=secondary]
|
||||
{
|
||||
color: @secondary;
|
||||
width: 8.6;
|
||||
width: 9;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z17[highway=secondary_link]
|
||||
{
|
||||
color: @secondary_link;
|
||||
width: 4.3;
|
||||
width: 4.5;
|
||||
}
|
||||
|
||||
line|z17[highway=secondary][tunnel?] {
|
||||
|
@ -753,7 +927,7 @@ line|z17[highway=tertiary],
|
|||
line|z17[highway=tertiary_link],
|
||||
{
|
||||
color: @tertiary_link;
|
||||
width: 3.1;
|
||||
width: 3.6;
|
||||
}
|
||||
|
||||
line|z17[highway=tertiary][tunnel?],
|
||||
|
@ -769,7 +943,7 @@ line|z17[highway=unclassified],
|
|||
line|z17[highway=living_street]
|
||||
{
|
||||
color: @unclassified;
|
||||
width: 7.6;
|
||||
width: 7.2;
|
||||
}
|
||||
|
||||
line|z17[highway=pedestrian]
|
||||
|
@ -794,7 +968,7 @@ line|z17[highway=path]
|
|||
{
|
||||
color: @footway;
|
||||
width: 1.2;
|
||||
dashes: 3,2;
|
||||
dashes: 2,2;
|
||||
opacity: 1;
|
||||
z-index: 600;
|
||||
}
|
||||
|
@ -822,6 +996,21 @@ line|z17[highway=service]
|
|||
width: 2.4;
|
||||
}
|
||||
|
||||
line|z17[highway=track]
|
||||
{
|
||||
color: @track;
|
||||
opacity: 1;
|
||||
width: 2.4;
|
||||
}
|
||||
|
||||
line|z17[highway=bridleway]
|
||||
{
|
||||
color: @bridleway;
|
||||
opacity: 1;
|
||||
width: 2.4;
|
||||
dashes: 1,1;
|
||||
}
|
||||
|
||||
line|z17[highway=steps]
|
||||
{
|
||||
color: @steps;
|
||||
|
@ -833,7 +1022,7 @@ line|z17[highway=construction]
|
|||
{
|
||||
color: @construction;
|
||||
opacity: 1;
|
||||
width: 2;
|
||||
width: 3;
|
||||
dashes: 6,6;
|
||||
}
|
||||
|
||||
|
@ -846,25 +1035,34 @@ line|z17[highway=cycleway]
|
|||
}
|
||||
|
||||
|
||||
/* ZOOM 18 */
|
||||
/* ZOOM 18+ */
|
||||
|
||||
line|z18-[highway=trunk],
|
||||
line|z18-[highway=motorway]
|
||||
line|z18[highway=trunk],
|
||||
line|z18[highway=motorway]
|
||||
{
|
||||
color: @primary;
|
||||
width: 16;
|
||||
color: @trunk_yellow;
|
||||
width: 14;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z18-[highway=trunk_link],
|
||||
line|z18-[highway=motorway_link]
|
||||
line|z18[highway=trunk]::case,
|
||||
line|z18[highway=motorway]::case
|
||||
{
|
||||
color: @trunk_link;
|
||||
width: 8;
|
||||
color: @trunk_yellow_case;
|
||||
width: 16;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z18-[highway=trunk][tunnel?],
|
||||
line|z18-[highway=motorway][tunnel?] {
|
||||
line|z18[highway=trunk_link],
|
||||
line|z18[highway=motorway_link]
|
||||
{
|
||||
color: @trunk_link;
|
||||
width: 7;
|
||||
}
|
||||
|
||||
line|z18[highway=trunk][tunnel?],
|
||||
line|z18[highway=motorway][tunnel?] {
|
||||
color: @trunk_tunnel_light;
|
||||
casing-width: 1;
|
||||
casing-linecap: butt;
|
||||
|
@ -872,21 +1070,30 @@ line|z18-[highway=motorway][tunnel?] {
|
|||
casing-dashes: 5,5;
|
||||
}
|
||||
|
||||
line|z18-[highway=primary]
|
||||
line|z18[highway=primary]
|
||||
{
|
||||
color: @primary_ligth;
|
||||
width: 13;
|
||||
color: @primary_yellow;
|
||||
width: 14;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z18-[highway=primary_link]
|
||||
line|z18[highway=primary]::case
|
||||
{
|
||||
color: @primary_yellow_case;
|
||||
width: 16;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
|
||||
line|z18[highway=primary_link]
|
||||
{
|
||||
color: @primary_link;
|
||||
width: 7.5;
|
||||
width: 7;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z18-[highway=primary][tunnel?] {
|
||||
line|z18[highway=primary][tunnel?] {
|
||||
color: @primary_tunnel_ligth;
|
||||
casing-width: 1;
|
||||
casing-linecap: butt;
|
||||
|
@ -894,20 +1101,20 @@ line|z18-[highway=primary][tunnel?] {
|
|||
casing-dashes: 5,5;
|
||||
}
|
||||
|
||||
line|z18-[highway=secondary]
|
||||
line|z18[highway=secondary]
|
||||
{
|
||||
color: @secondary;
|
||||
width: 13;
|
||||
width: 12;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z18-[highway=secondary_link]
|
||||
line|z18[highway=secondary_link]
|
||||
{
|
||||
color: @secondary_link;
|
||||
width: 7.5;
|
||||
width: 6;
|
||||
}
|
||||
|
||||
line|z18-[highway=secondary][tunnel?] {
|
||||
line|z18[highway=secondary][tunnel?] {
|
||||
color: @secondary_tunnel;
|
||||
casing-width: 1;
|
||||
casing-linecap: butt;
|
||||
|
@ -915,22 +1122,22 @@ line|z18-[highway=secondary][tunnel?] {
|
|||
casing-dashes: 5,5;
|
||||
}
|
||||
|
||||
line|z18-[highway=residential],
|
||||
line|z18-[highway=tertiary],
|
||||
line|z18[highway=residential],
|
||||
line|z18[highway=tertiary],
|
||||
{
|
||||
color: @residential;
|
||||
width: 11;
|
||||
width: 9;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z18-[highway=tertiary_link],
|
||||
line|z18[highway=tertiary_link],
|
||||
{
|
||||
color: @tertiary_link;
|
||||
width: 5.5;
|
||||
width: 4.5;
|
||||
}
|
||||
|
||||
line|z18-[highway=tertiary][tunnel?],
|
||||
line|z18-[highway=residential][tunnel?] {
|
||||
line|z18[highway=tertiary][tunnel?],
|
||||
line|z18[highway=residential][tunnel?] {
|
||||
color: @tertiary_tunnel;
|
||||
casing-width: 1;
|
||||
casing-linecap: butt;
|
||||
|
@ -938,23 +1145,23 @@ line|z18-[highway=residential][tunnel?] {
|
|||
casing-dashes: 5,5;
|
||||
}
|
||||
|
||||
line|z18-[highway=unclassified],
|
||||
line|z18-[highway=living_street]
|
||||
line|z18[highway=unclassified],
|
||||
line|z18[highway=living_street]
|
||||
{
|
||||
color: @unclassified;
|
||||
width: 11;
|
||||
width: 9;
|
||||
}
|
||||
|
||||
line|z18-[highway=pedestrian]
|
||||
line|z18[highway=pedestrian]
|
||||
{
|
||||
color: @pedestrian;
|
||||
width: 4.6;
|
||||
dashes: 10,5;
|
||||
dashes: 5,2;
|
||||
}
|
||||
|
||||
line|z18-[highway=unclassified][tunnel?],
|
||||
line|z18-[highway=living_street][tunnel?],
|
||||
line|z18-[highway=pedestrian][tunnel?] {
|
||||
line|z18[highway=unclassified][tunnel?],
|
||||
line|z18[highway=living_street][tunnel?],
|
||||
line|z18[highway=pedestrian][tunnel?] {
|
||||
color: @unclassified_tunnel;
|
||||
casing-width: 1;
|
||||
casing-linecap: butt;
|
||||
|
@ -967,7 +1174,7 @@ line|z18[highway=path]
|
|||
{
|
||||
color: @footway;
|
||||
width: 1.8;
|
||||
dashes: 6,3;
|
||||
dashes: 3,1.5;
|
||||
opacity: 1;
|
||||
z-index: 600;
|
||||
}
|
||||
|
@ -989,20 +1196,33 @@ line|z18[highway=path][tunnel?]::tunnelCasing {
|
|||
casing-dashes: 2,2;
|
||||
}
|
||||
|
||||
line|z18-[highway=service]
|
||||
line|z18[highway=service]
|
||||
{
|
||||
color: @unclassified;
|
||||
width: 4;
|
||||
width: 3;
|
||||
}
|
||||
|
||||
line|z18-[highway=steps]
|
||||
line|z18[highway=track]
|
||||
{
|
||||
color: @track;
|
||||
width: 3;
|
||||
}
|
||||
|
||||
line|z18[highway=bridleway]
|
||||
{
|
||||
color: @bridleway;
|
||||
width: 3;
|
||||
dashes: 1,1;
|
||||
}
|
||||
|
||||
line|z18[highway=steps]
|
||||
{
|
||||
color: @steps;
|
||||
width: 5;
|
||||
dashes: 1,1;
|
||||
}
|
||||
|
||||
line|z18-[highway=construction]
|
||||
line|z18[highway=construction]
|
||||
{
|
||||
color: @construction;
|
||||
opacity: 1;
|
||||
|
@ -1010,30 +1230,41 @@ line|z18-[highway=construction]
|
|||
dashes: 6,6;
|
||||
}
|
||||
|
||||
line|z18-[highway=cycleway]
|
||||
line|z18[highway=cycleway]
|
||||
{
|
||||
color: @cycleway;
|
||||
width: 2;
|
||||
opacity: 1;
|
||||
z-index: 700;
|
||||
}
|
||||
/* ZOOM 19 */
|
||||
|
||||
/* ZOOM 19+ */
|
||||
|
||||
line|z19-[highway=trunk],
|
||||
line|z19-[highway=motorway]
|
||||
{
|
||||
color: @primary;
|
||||
width: 26;
|
||||
color: @trunk_yellow;
|
||||
width: 14;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z19-[highway=trunk]::case,
|
||||
line|z19-[highway=motorway]::case
|
||||
{
|
||||
color: @trunk_yellow_case;
|
||||
width: 16;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
line|z19-[highway=trunk_link],
|
||||
line|z19-[highway=motorway_link]
|
||||
{
|
||||
color: @trunk_link;
|
||||
width: 13;
|
||||
width: 7;
|
||||
}
|
||||
|
||||
|
||||
line|z19-[highway=trunk][tunnel?],
|
||||
line|z19-[highway=motorway][tunnel?] {
|
||||
color: @trunk_tunnel_light;
|
||||
|
@ -1045,15 +1276,24 @@ line|z19-[highway=motorway][tunnel?] {
|
|||
|
||||
line|z19-[highway=primary]
|
||||
{
|
||||
color: @primary_ligth;
|
||||
width: 23;
|
||||
color: @primary_yellow;
|
||||
width: 14;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z19-[highway=primary]::case
|
||||
{
|
||||
color: @primary_yellow_case;
|
||||
width: 16;
|
||||
opacity: 1;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
|
||||
line|z19-[highway=primary_link]
|
||||
{
|
||||
color: @primary_link;
|
||||
width: 11.5;
|
||||
width: 7;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
@ -1068,14 +1308,14 @@ line|z19-[highway=primary][tunnel?] {
|
|||
line|z19-[highway=secondary]
|
||||
{
|
||||
color: @secondary;
|
||||
width: 18;
|
||||
width: 12;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z19-[highway=secondary_link]
|
||||
{
|
||||
color: @secondary_link;
|
||||
width: 9;
|
||||
width: 6;
|
||||
}
|
||||
|
||||
line|z19-[highway=secondary][tunnel?] {
|
||||
|
@ -1090,14 +1330,14 @@ line|z19-[highway=residential],
|
|||
line|z19-[highway=tertiary],
|
||||
{
|
||||
color: @residential;
|
||||
width: 21;
|
||||
width: 9;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
line|z19-[highway=tertiary_link],
|
||||
{
|
||||
color: @tertiary_link;
|
||||
width: 10.5;
|
||||
width: 4.5;
|
||||
}
|
||||
|
||||
line|z19-[highway=tertiary][tunnel?],
|
||||
|
@ -1113,14 +1353,14 @@ line|z19-[highway=unclassified],
|
|||
line|z19-[highway=living_street]
|
||||
{
|
||||
color: @unclassified;
|
||||
width: 21;
|
||||
width: 9;
|
||||
}
|
||||
|
||||
line|z19-[highway=pedestrian]
|
||||
{
|
||||
color: @pedestrian;
|
||||
width: 7;
|
||||
dashes: 16,8;
|
||||
width: 5;
|
||||
dashes: 5,2;
|
||||
}
|
||||
|
||||
line|z19-[highway=unclassified][tunnel?],
|
||||
|
@ -1137,8 +1377,8 @@ line|z19-[highway=footway],
|
|||
line|z19-[highway=path]
|
||||
{
|
||||
color: @footway;
|
||||
width: 2.6;
|
||||
dashes: 8,4;
|
||||
width: 2;
|
||||
dashes: 3,1.5;
|
||||
opacity: 1;
|
||||
z-index: 600;
|
||||
}
|
||||
|
@ -1160,35 +1400,49 @@ line|z19-[highway=path][tunnel?]::tunnelCasing {
|
|||
casing-dashes: 2,2;
|
||||
}
|
||||
|
||||
|
||||
line|z19-[highway=service]
|
||||
{
|
||||
color: @unclassified;
|
||||
width: 6;
|
||||
width: 3;
|
||||
}
|
||||
|
||||
line|z19-[highway=track]
|
||||
{
|
||||
color: @track;
|
||||
width: 3;
|
||||
}
|
||||
|
||||
line|z19-[highway=bridleway]
|
||||
{
|
||||
color: @bridleway;
|
||||
width: 3;
|
||||
dashes: 1,1;
|
||||
}
|
||||
|
||||
line|z19-[highway=steps]
|
||||
{
|
||||
color: @steps;
|
||||
width: 6;
|
||||
dashes: 1.5,1.5;
|
||||
dashes: 0.5,0.5;
|
||||
}
|
||||
|
||||
line|z19-[highway=construction]
|
||||
{
|
||||
color: @construction;
|
||||
opacity: 1;
|
||||
width: 5;
|
||||
width: 6;
|
||||
dashes: 6,6;
|
||||
}
|
||||
|
||||
line|z19-[highway=cycleway]
|
||||
{
|
||||
color: @cycleway;
|
||||
width: 3;
|
||||
width: 2;
|
||||
opacity: 1;
|
||||
z-index: 700;
|
||||
}
|
||||
|
||||
|
||||
/* BRIDGES */
|
||||
|
||||
/* CASING FOR PRIMARY ROADS */
|
||||
|
@ -1283,6 +1537,7 @@ line|z16[hwtag=oneway]::arrows
|
|||
z-index: 1000;
|
||||
pattern-image: arrow-s.svg;
|
||||
pattern-spacing: 160;
|
||||
z-index: 500;
|
||||
}
|
||||
|
||||
line|z17[hwtag=oneway]::arrows
|
||||
|
|
1587
data/styles/clear/include/roads_orange.mapcss
Normal file
|
@ -1,22 +1,65 @@
|
|||
|
||||
/* RAILWAY LINES */
|
||||
|
||||
|
||||
line|z11-12[railway=rail]
|
||||
{
|
||||
color: #BBBBAA;
|
||||
width: 1;
|
||||
color: @railway_light;
|
||||
width: 0.5;
|
||||
z-index: 760;
|
||||
}
|
||||
|
||||
line|z13-14[railway=rail]
|
||||
{
|
||||
color: @railway_light;
|
||||
opacity: 0.8;
|
||||
width: 0.5;
|
||||
z-index: 760;
|
||||
}
|
||||
|
||||
line|z13-[railway=rail]
|
||||
line|z15-16[railway=rail]
|
||||
{
|
||||
color: @railway;
|
||||
opacity: 0.6;
|
||||
width: 0.8;
|
||||
z-index: 760;
|
||||
}
|
||||
|
||||
line|z17[railway=rail]
|
||||
{
|
||||
color: @railway;
|
||||
opacity: 0.8;
|
||||
width: 1;
|
||||
width: 2;
|
||||
z-index: 760;
|
||||
}
|
||||
|
||||
line|z17[railway=rail]::dash
|
||||
{
|
||||
color: white;
|
||||
opacity: 1;
|
||||
width: 1;
|
||||
z-index: 770;
|
||||
dashes: 5,5;
|
||||
}
|
||||
|
||||
line|z18-[railway=rail]
|
||||
{
|
||||
color: @railway;
|
||||
opacity: 0.8;
|
||||
width: 3;
|
||||
z-index: 760;
|
||||
}
|
||||
|
||||
line|z18-[railway=rail]::dash
|
||||
{
|
||||
color: white;
|
||||
opacity: 1;
|
||||
width: 1.5;
|
||||
z-index: 770;
|
||||
dashes: 7,7;
|
||||
}
|
||||
|
||||
|
||||
/* TRAM LINES */
|
||||
|
||||
|
||||
|
@ -85,9 +128,10 @@ node|z12[railway=station][building] {
|
|||
z-index: 5000;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @railway_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
|
||||
|
@ -97,9 +141,10 @@ node|z14[railway=station] {
|
|||
z-index: 5000;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @railway_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z15[railway=station] {
|
||||
|
@ -108,9 +153,10 @@ node|z15[railway=station] {
|
|||
z-index: 5000;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @railway_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z16[railway=station] {
|
||||
|
@ -119,9 +165,10 @@ node|z16[railway=station] {
|
|||
font-size: 10;
|
||||
z-index: 5000;
|
||||
text: name;
|
||||
text-color: @railway_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z17-[railway=station] {
|
||||
|
@ -130,56 +177,53 @@ node|z17-[railway=station] {
|
|||
font-size: 12;
|
||||
z-index: 5000;
|
||||
text: name;
|
||||
text-color: @railway_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
/* SUBWAY STATIONS */
|
||||
|
||||
node|z13[railway=station][transport=subway] {
|
||||
icon-image: subway-entrance.svg;
|
||||
icon-image: subway-s.svg;
|
||||
z-index: 5000;
|
||||
text-offset: 6;
|
||||
z-index: 5000;
|
||||
font-size: 9;
|
||||
text: name;
|
||||
text-color: @subway_label;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
}
|
||||
|
||||
node|z14[railway=station][transport=subway] {
|
||||
icon-image: mtro.svg;
|
||||
icon-image: subway-s.svg;
|
||||
text-offset: 6;
|
||||
z-index: 5000;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @subway_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z15[railway=station][transport=subway] {
|
||||
icon-image: mtro.svg;
|
||||
icon-image: subway-m.svg;
|
||||
text-offset: 8;
|
||||
z-index: 5000;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @subway_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z16[railway=station][transport=subway] {
|
||||
icon-image: mtro.svg;
|
||||
icon-image: none.svg;
|
||||
text-offset: 8;
|
||||
font-size: 11;
|
||||
font-size: 12;
|
||||
z-index: 5000;
|
||||
text: name;
|
||||
text-color: @subway_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z17-[railway=station][transport=subway] {
|
||||
|
@ -187,38 +231,46 @@ node|z17-[railway=station][transport=subway] {
|
|||
font-size: 14;
|
||||
z-index: 5000;
|
||||
text: name;
|
||||
text-color: @subway_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
/*
|
||||
node|z16[railway=subway_entrance] {
|
||||
icon-image: subway-entrance.svg;
|
||||
z-index: 5000;
|
||||
}
|
||||
*/
|
||||
|
||||
node|z17[railway=subway_entrance] {
|
||||
icon-image: mtro.svg;
|
||||
icon-image: subway-m.svg;
|
||||
text-offset: 8;
|
||||
font-size: 12;
|
||||
z-index: 6000;
|
||||
text: name;
|
||||
text-color: @subway_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z17[railway=subway_entrance] {
|
||||
icon-image: subway-l.svg;
|
||||
text-offset: 8;
|
||||
font-size: 12;
|
||||
z-index: 6000;
|
||||
text: name;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z18-[railway=subway_entrance] {
|
||||
icon-image: mtro-l.svg;
|
||||
icon-image: subway-l.svg;
|
||||
text-offset: 8;
|
||||
font-size: 14;
|
||||
z-index: 6000;
|
||||
text: name;
|
||||
text-color: @subway_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
/* TRAM STOPS */
|
||||
|
@ -239,9 +291,10 @@ area|z17[railway=tram_stop]
|
|||
font-size: 10;
|
||||
z-index: 5000;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z18-[railway=tram_stop],
|
||||
|
@ -253,9 +306,10 @@ area|z18-[railway=tram_stop]
|
|||
font-size: 10;
|
||||
z-index: 5000;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
/* BUS STOPS */
|
||||
|
@ -276,9 +330,10 @@ area|z18-[highway=bus_stop]
|
|||
font-size: 10;
|
||||
z-index: 5000;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
/* FERRY */
|
||||
|
@ -295,7 +350,10 @@ node|z16-[amenity=ferry_terminal] {
|
|||
text-offset: 8;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
node|z17-[amenity=ferry_terminal] {
|
||||
|
@ -304,7 +362,10 @@ node|z17-[amenity=ferry_terminal] {
|
|||
text-offset: 10;
|
||||
font-size: 12;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
|
||||
|
@ -331,9 +392,10 @@ node|z11-12[aeroway=aerodrome]
|
|||
text-offset: 7;
|
||||
font-size: 10;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
area|z13-14[aeroway=airport],
|
||||
|
@ -345,9 +407,10 @@ node|z13-14[aeroway=aerodrome]
|
|||
text-offset: 5;
|
||||
font-size: 12;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
||||
area|z15-[aeroway=airport],
|
||||
|
@ -359,7 +422,8 @@ node|z15-[aeroway=aerodrome]
|
|||
text-offset: 8;
|
||||
font-size: 14;
|
||||
text: name;
|
||||
text-color: @city_label;
|
||||
text-color: @label_dark;
|
||||
text-halo-radius: 1;
|
||||
text-halo-color: @city_halo;
|
||||
text-halo-opacity: 0.5;
|
||||
text-halo-color: @label_halo_light;
|
||||
}
|
||||
|
|
|
@ -8,16 +8,35 @@
|
|||
@border_country_light: #73736D;
|
||||
@border_region: #73736D;
|
||||
|
||||
|
||||
/* ROADS */
|
||||
/* ROADS */
|
||||
@trunk: #FF5102;
|
||||
@trunk: #FF8800;
|
||||
@trunk_hard: #F7632C;
|
||||
@trunk_medium: #F86B39;
|
||||
@trunk_light: #F87C4A;
|
||||
@primary: #FF864E;
|
||||
@primary_medium: #FC9757;
|
||||
@primary_ligth: #FCA462;
|
||||
@primary: #E5B643;
|
||||
|
||||
/* YELLOW ROADS BUNDLE */
|
||||
@primary_yellow: #FCD767;
|
||||
@primary_yellow_case: #E5A643;
|
||||
@trunk_yellow: #FF8800;
|
||||
@trunk_yellow_case: #CD764C;
|
||||
|
||||
/* ORANGE ROADS BUNDLE */
|
||||
@trunk_orange: #FF5102;
|
||||
@trunk_orange_hard: #F7632C;
|
||||
@trunk_orange_medium: #F86B39;
|
||||
@trunk_orange_light: #F87C4A;
|
||||
@trunk_orange_case: #DDDDCC;
|
||||
@primary_orange: #FF864E;
|
||||
@primary_orange_medium: #FC9757;
|
||||
@primary_orange_light: #FCA462;
|
||||
@primary_orange_case: #DDDDCC;
|
||||
|
||||
|
||||
|
||||
@primary_medium: #FCE757;
|
||||
@primary_light: #FCD757;
|
||||
@secondary: #FFFFFF;
|
||||
@residential: #F8F8F8;
|
||||
@tertiary: #F8F8F8;
|
||||
|
@ -27,19 +46,23 @@
|
|||
@cycleway: #FF87AD;
|
||||
@steps: #FFFFFF;
|
||||
@construction: #BBBBAA;
|
||||
@track: #FFFFFF;
|
||||
@bridleway: #FFFFFF;
|
||||
|
||||
|
||||
|
||||
/* bridges */
|
||||
@bridge_background: #EEEEDD;
|
||||
@bridge_casing: #808080;
|
||||
|
||||
/* tunnels */
|
||||
@trunk_tunnel: #FF5102;
|
||||
@trunk_tunnel_medium: #F86B39;
|
||||
@trunk_tunnel_light: #F87C4A;
|
||||
@trunk_tunnel: #FF8800;
|
||||
@trunk_tunnel_medium: #FF8800;
|
||||
@trunk_tunnel_light: #FF8800;
|
||||
@trunk_tunnel_casing: #808080;
|
||||
@primary_tunnel: #FF864E;
|
||||
@primary_tunnel_medium: #FC9757;
|
||||
@primary_tunnel_ligth: #FCA462;
|
||||
@primary_tunnel: #FCD767;
|
||||
@primary_tunnel_medium: #FCD767;
|
||||
@primary_tunnel_ligth: #FCD767;
|
||||
@primary_tunnel_casing: #808080;
|
||||
@secondary_tunnel: #FFFFFF;
|
||||
@secondary_tunnel_casing: #808080;
|
||||
|
@ -55,6 +78,7 @@
|
|||
|
||||
|
||||
/* TRANSPORT */
|
||||
@railway_light: #BBBBAA;
|
||||
@railway: #999988;
|
||||
@tram: #555555;
|
||||
@ferry: #3B9AB8;
|
||||
|
@ -62,24 +86,37 @@
|
|||
/* NATURAL */
|
||||
@glacier: #FFFFFF;
|
||||
@water: #83C6D2;
|
||||
@water1: #83c5d1;
|
||||
@water2: #83d8e5;
|
||||
@river: #83C6D2;
|
||||
@forest: #A4B265;
|
||||
@park: #A4B265; /* #BCCC74*/
|
||||
@river: #65A4C3;
|
||||
@forest: #A4B275;
|
||||
@park: #A4B275; /* #BCCC74*/
|
||||
|
||||
/* BUILDINGS */
|
||||
@housename: #7F7F7F;
|
||||
@building: #CCCCBE;
|
||||
@building_dark: #BBBBAA;
|
||||
|
||||
/* LANDUSE */
|
||||
@pedestrian_area: #FFFFFF;
|
||||
@unversity: #DDCCAA;
|
||||
@hospital: #FFcccc;
|
||||
@hospital: #FFAAAA;
|
||||
@industrial: #D1D1D1;
|
||||
|
||||
/* BARRIERS */
|
||||
@fence: #BBBBAA;
|
||||
|
||||
/* LABELS COLORS */
|
||||
@label_extra_dark: #000000;
|
||||
@label_dark: #222222;
|
||||
@label_medium: #333333;
|
||||
@label_light: #444444;
|
||||
@label_extra_light: #7F7F7F;
|
||||
|
||||
@label_halo_bg: #DDDDCC;
|
||||
@label_halo_dark: #DDDDCC;
|
||||
@label_halo_medium: #EEEEDD;
|
||||
@label_halo_light: #FFFFFF;
|
||||
|
||||
|
||||
/* PLACE LABELS */
|
||||
@city_label: #595959;
|
||||
@city_label_light: #7F7F7F;
|
||||
|
@ -88,6 +125,7 @@
|
|||
@country_label: #595957;
|
||||
@state_name: #8C8C8C;
|
||||
@district_label: #7F7F7F;
|
||||
|
||||
@poi_label: #444444;
|
||||
@subway_label: #333333;
|
||||
@railway_label: #333333;
|
||||
|
@ -95,11 +133,22 @@
|
|||
/* ROADS LABELS */
|
||||
@primary_road_label: #2E2E2E;
|
||||
@secondary_road_label: #333333;
|
||||
@road_label_halo: #FFFFFF;
|
||||
@shield: #fff;
|
||||
@shield_halo: #2E89B0;
|
||||
|
||||
@label_dark: #333333;
|
||||
@label_light: #444444;
|
||||
|
||||
|
||||
/* NATURAL LABELS */
|
||||
@water_label: #238daf;
|
||||
@water_label: #3B9AB8;
|
||||
@park_label: #3A7921;
|
||||
@halo_park_lable: #fff;
|
||||
@halo_water_lable: #fff;
|
||||
|
||||
/* UNIVERSAL HALO */
|
||||
@label_halo: #FFFFFF;
|
||||
|
||||
/* OTHER LABELS */
|
||||
@building_label: #7F7F7F;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@import("colors.mapcss");
|
||||
@import("../include/defaults.mapcss");
|
||||
@import("../include/roads.mapcss");
|
||||
@import("../include/roads.mapcss");
|
||||
/* @import("../include/roads_orange.mapcss"); */
|
||||
@import("../include/transport.mapcss");
|
||||
@import("../include/boundaries.mapcss");
|
||||
@import("../include/natural.mapcss");
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup">
|
||||
<g id="airport-l" sketch:type="MSShapeGroup">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-146.000000, 0.000000)">
|
||||
<g id="airport-l" transform="translate(146.000000, 0.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-45" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-44" fill="#3C3E38" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<g id="g6678" transform="translate(5.000000, 4.000000)" fill="#FFFFFF">
|
||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-36.000000, -2.000000)">
|
||||
<g id="airport-m" transform="translate(36.000000, 2.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-182.000000, -2.000000)">
|
||||
<g id="airport-m" transform="translate(182.000000, 2.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-47" fill="#FFFFFF" cx="11.5" cy="11.5" r="11.5"></circle>
|
||||
<circle id="Oval-1-Copy-46" fill="#3C3E38" cx="11.5" cy="11.5" r="10.5"></circle>
|
||||
<path d="M18.5,12.3622 L18.5,13.3622 L13,12.3622 L13,15.3622 L15,16.5844 L15,17.3622 L9,17.3622 L9,16.5844 L11,15.3622 L11,12.3622 L5.5,13.3622 L5.5,12.3622 L11,9.3622 L11,6.3622 C11,5.5845 11.22222,4.3622 12,4.3622 C12.77777,4.3622 13,5.5845 13,6.3622 L13,9.3622 L18.5,12.3622 Z" id="path7712-0" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-69.000000, -5.000000)">
|
||||
<g id="airport-s" transform="translate(69.000000, 5.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-215.000000, -5.000000)">
|
||||
<g id="airport-s" transform="translate(215.000000, 5.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-51" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-50" fill="#3C3E38" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M13,8.7908 L13,9.3622 L10,9.36219979 L10,10.8622 L11,11.9178 L11,12.3622 L7,12.3622 L7,11.9178 L8,10.8622 L8,9.36219979 L5,9.3622 L5,8.7908 L8,7.3622 L8,5.3622 C8,4.9178 8.55369837,4.06827451 8.99809837,4.06827451 C9.44253837,4.06827451 10,4.9178 10,5.3622 L10,7.3622 L13,8.7908 Z" id="path7712-0-5" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
14
data/styles/clear/style-clear/symbols/america-football-l.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="27px" height="27px" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>america-football-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="america-football-l" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M13.5,7 C7,7 4,13.5 4,13.5 C4,13.5 7,20 13.5,20 C20,20 23,13.5 23,13.5 C23,13.5 20,7 13.5,7 L13.5,7 Z M10.5,12 C10.777,12 11,12.223 11,12.5 L11,13 L13,13 L13,12.5 C13,12.223 13.223,12 13.5,12 C13.777,12 14,12.223 14,12.5 L14,13 L16,13 L16,12.5 C16,12.223 16.223,12 16.5,12 C16.777,12 17,12.223 17,12.5 L17,13 L18.5,13 C18.777,13 19,13.223 19,13.5 C19,13.777 18.777,14 18.5,14 L17,14 L17,14.5 C17,14.777 16.777,15 16.5,15 C16.223,15 16,14.777 16,14.5 L16,14 L14,14 L14,14.5 C14,14.777 13.777,15 13.5,15 C13.223,15 13,14.777 13,14.5 L13,14 L11,14 L11,14.5 C11,14.777 10.777,15 10.5,15 C10.223,15 10,14.777 10,14.5 L10,14 L8.5,14 C8.223,14 8,13.777 8,13.5 C8,13.223 8.223,13 8.5,13 L10,13 L10,12.5 C10,12.223 10.223,12 10.5,12 L10.5,12 Z" id="path14961-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
14
data/styles/clear/style-clear/symbols/america-football-m.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>america-football-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="america-football-m" sketch:type="MSLayerGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M11.5,7 C6.71053,7 5,11.5 5,11.5 C5,11.5 6.71053,16 11.5,16 C16.28947,16 18,11.5 18,11.5 C18,11.5 16.28947,7 11.5,7 L11.5,7 Z M9.25,10 C9.3885,10 9.5,10.1115 9.5,10.25 L9.5,11 L11.25,11 L11.25,10.25 C11.25,10.1115 11.3615,10 11.5,10 C11.6385,10 11.75,10.1115 11.75,10.25 L11.75,11 L13.5,11 L13.5,10.25 C13.5,10.1115 13.6115,10 13.75,10 C13.8885,10 14.03359,10.1156 14,10.25 L14,11 L14.5625,11 C14.80872,11 15,11.223 15,11.5 C15,11.777 14.80872,12 14.5625,12 L14,12 L14,12.75 C14,12.8885 13.8885,13 13.75,13 C13.6115,13 13.53359,12.8844 13.5,12.75 L13.5,12 L11.75,12 L11.75,12.75 C11.75,12.8885 11.6385,13 11.5,13 C11.3615,13 11.25,12.8885 11.25,12.75 L11.25,12 L9.5,12 L9.5,12.75 C9.5,12.8885 9.3885,13 9.25,13 C9.1115,13 9,12.8885 9,12.75 L9,12 L8.4375,12 C8.19128,12 8,11.777 8,11.5 C8,11.223 8.19128,11 8.4375,11 L9,11 L9,10.25 C9,10.1115 9.1115,10 9.25,10 L9.25,10 Z" id="path11300-2-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
16
data/styles/clear/style-clear/symbols/atm-l.svg
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="27px" height="27px" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>atm-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(0.000000, -370.000000)">
|
||||
<g id="atm-l" transform="translate(0.000000, 370.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M6,9 C5.446,9 5,9.446 5,10 L5,19 C5,19.554 5.446,20 6,20 L21,20 C21.554,20 22,19.554 22,19 L22,10 C22,9.446 21.554,9 21,9 L6,9 Z M5.5,11 L21,11 L21,13 L5.5,13 L5.5,11 Z M6,16 L9,16 L9,18 L6,18 L6,16 Z M14,17 L21,17 L21,18 L14,18 L14,17 Z" id="rect10401-copy" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
16
data/styles/clear/style-clear/symbols/atm-m.svg
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>atm-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -372.000000)">
|
||||
<g id="atm-m" transform="translate(37.000000, 372.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M5.72222,8 C5.32211,8 5,8.3221 5,8.7223 L5,15.2778 C5,15.6779 5.32211,16 5.72222,16 L17.27778,16 C17.67789,16 18,15.6779 18,15.2778 L18,8.7223 C18,8.3221 17.67789,8 17.27778,8 L5.72222,8 Z M5.5,9.5 L17.5,9.5 L17.5,11 L5.5,11 L5.5,9.5 Z M6,13.5 L8,13.5 L8,15 L6,15 L6,13.5 Z M12,14.2777 L17,14.2777 L17,15 L12,15 L12,14.2777 Z" id="rect10401-9-copy" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
16
data/styles/clear/style-clear/symbols/atm-s.svg
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>atm-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-71.000000, -375.000000)">
|
||||
<g id="atm-s" transform="translate(71.000000, 375.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M4.5,5 C4.223,5 4,5.223 4,5.5 L4,10.5 C4,10.777 4.223,11 4.5,11 L12.5,11 C12.777,11 13,10.777 13,10.5 L13,5.5 C13,5.223 12.777,5 12.5,5 L4.5,5 Z M4.5,6 L12.5,6 L12.5,7 L4.5,7 L4.5,6 Z M4.5,9 L6,9 L6,10 L4.5,10 L4.5,9 Z M9,9.5 L12,9.5 L12,10 L9,10 L9,9.5 Z" id="rect10401-7-copy" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
14
data/styles/clear/style-clear/symbols/bank-2-l.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="27px" height="27px" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>bank-2-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="bank-2-l" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M21.4018182,7.39104762 L14,4 L6.59818182,7.39104762 C6.23090909,7.52404762 6.005,7.86921429 6.00318182,8.23654762 L6,9 L22,9 L22,8.24107143 C21.995,7.86921429 21.7690909,7.52404762 21.4018182,7.39104762 Z M19.5,18 L19,10 L17,10 L16.5,18 L15.5,18 L14.9090909,10 L13.0909091,10 L12.5,18 L11.5,18 L11,10 L9,10 L8.5,18 L7.00244075,18 C6.44880801,18 6,18.4426603 6,18.9989566 L6,21 L22,21 L22,18.9989566 C22,18.4472481 21.5530501,18 20.9975592,18 L19.5,18 Z" id="Imported-Layers" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
14
data/styles/clear/style-clear/symbols/bank-2-m.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>bank-2-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="bank-2-m" sketch:type="MSLayerGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M11.5,4 C11.5,4 4.505,6.86921429 4.50318182,7.23654762 L4.5,8 L18.5,8 L18.5,7.24107143 C18.495,6.86921429 11.5,4 11.5,4 Z M16.0365553,16 L15.0112953,9 L13.9175005,9 L13.4600668,16 L12.5553169,16 L12,9 L11,9 L10.4870887,16 L9.55106163,16 L9.0292325,9 L7.91749907,9 L7.04839683,16 L6.00019572,16 C5.44780288,16 5,16.4438648 5,17 L5,18 L18,18 L18,17 C18,16.4477153 17.5446112,16 16.9952704,16 L16.0365553,16 Z" id="Imported-Layers-Copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
17
data/styles/clear/style-clear/symbols/bank-2-s.svg
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>bank-2-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="maki-icons" sketch:type="MSLayerGroup" transform="translate(-5.000000, -1571.000000)">
|
||||
<g id="swimming-24" transform="translate(1.000000, 379.637800)"></g>
|
||||
</g>
|
||||
<g id="bank-2-s" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M8.5,4 C8.5,4 4.0045,5.86921429 4.00286364,6.23654762 L4,7 L13,7 L13,6.24107143 C12.9955,5.86921429 8.5,4 8.5,4 Z M11.5365553,11.5 L9.9600668,11.5 L9.05531693,11.5 L7.98708868,11.5 L7.05106163,11.5 L5.54839683,11.5 L5.25077269,11.5 C4.83613238,11.5 4.5,11.8328986 4.5,12.25 L4.5,13 L12.5,13 L12.5,12.25 C12.5,11.8357864 12.1738216,11.5 11.7408771,11.5 L11.5365553,11.5 Z M6,7.5 L7,7.5 L7,11 L6,11 L6,7.5 Z M8,7.5 L9,7.5 L9,11 L8,11 L8,7.5 Z M10,7.5 L11,7.5 L11,11 L10,11 L10,7.5 Z" id="Imported-Layers-Copy-2" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -5,12 +5,10 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-19.000000, -370.000000)">
|
||||
<g id="bank-l" transform="translate(19.000000, 370.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M6,9 C5.446,9 5,9.446 5,10 L5,19 C5,19.554 5.446,20 6,20 L21,20 C21.554,20 22,19.554 22,19 L22,10 C22,9.446 21.554,9 21,9 L6,9 Z M5.5,11 L21,11 L21,13 L5.5,13 L5.5,11 Z M6,16 L9,16 L9,18 L6,18 L6,16 Z M14,17 L21,17 L21,18 L14,18 L14,17 Z" id="rect10401-copy" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
<g id="bank-l" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M21.4018182,7.39104762 L14,4 L6.59818182,7.39104762 C6.23090909,7.52404762 6.005,7.86921429 6.00318182,8.23654762 L6,9 L22,9 L22,8.24107143 C21.995,7.86921429 21.7690909,7.52404762 21.4018182,7.39104762 Z M19.5,18 L19,10 L17,10 L16.5,18 L15.5,18 L14.9090909,10 L13.0909091,10 L12.5,18 L11.5,18 L11,10 L9,10 L8.5,18 L7.00244075,18 C6.44880801,18 6,18.4426603 6,18.9989566 L6,21 L22,21 L22,18.9989566 C22,18.4472481 21.5530501,18 20.9975592,18 L19.5,18 Z" id="Imported-Layers" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -5,12 +5,10 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -372.000000)">
|
||||
<g id="bank-m" transform="translate(56.000000, 372.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M5.72222,8 C5.32211,8 5,8.3221 5,8.7223 L5,15.2778 C5,15.6779 5.32211,16 5.72222,16 L17.27778,16 C17.67789,16 18,15.6779 18,15.2778 L18,8.7223 C18,8.3221 17.67789,8 17.27778,8 L5.72222,8 Z M5.5,9.5 L17.5,9.5 L17.5,11 L5.5,11 L5.5,9.5 Z M6,13.5 L8,13.5 L8,15 L6,15 L6,13.5 Z M12,14.2777 L17,14.2777 L17,15 L12,15 L12,14.2777 Z" id="rect10401-9-copy" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
<g id="bank-m" sketch:type="MSLayerGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M11.5,4 C11.5,4 4.505,6.86921429 4.50318182,7.23654762 L4.5,8 L18.5,8 L18.5,7.24107143 C18.495,6.86921429 11.5,4 11.5,4 Z M16.0365553,16 L15.0112953,9 L13.9175005,9 L13.4600668,16 L12.5553169,16 L12,9 L11,9 L10.4870887,16 L9.55106163,16 L9.0292325,9 L7.91749907,9 L7.04839683,16 L6.00019572,16 C5.44780288,16 5,16.4438648 5,17 L5,18 L18,18 L18,17 C18,16.4477153 17.5446112,16 16.9952704,16 L16.0365553,16 Z" id="Imported-Layers-Copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
14
data/styles/clear/style-clear/symbols/bank-s copy 5.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>bank-s copy 5</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="bank-s-copy-5" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M8.5,6 C5.25,6 4,9 4,9 C4,9 5.25,12 8.5,12 C11.75,12 13,9 13,9 C13,9 11.75,6 8.5,6 L8.5,6 Z M7.5,8.5 L8.5,8.5 L9,8.5 L10,8.5 L10.5,8.5 L11,8.5 C11.1385,8.5 11.25,8.6115 11.25,8.75 C11.25,8.8885 11.1385,9 11,9 L10.5,9 L10,9 L9,9 L8.5,9 L7.5,9 L7,9 L6.25,9 C6.1115,9 6,8.8885 6,8.75 C6,8.6115 6.1115,8.5 6.25,8.5 L7,8.5 L7.5,8.5 Z" id="path11300-6-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
|
@ -5,12 +5,10 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-90.000000, -375.000000)">
|
||||
<g id="bank-s" transform="translate(90.000000, 375.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M4.5,5 C4.223,5 4,5.223 4,5.5 L4,10.5 C4,10.777 4.223,11 4.5,11 L12.5,11 C12.777,11 13,10.777 13,10.5 L13,5.5 C13,5.223 12.777,5 12.5,5 L4.5,5 Z M4.5,6 L12.5,6 L12.5,7 L4.5,7 L4.5,6 Z M4.5,9 L6,9 L6,10 L4.5,10 L4.5,9 Z M9,9.5 L12,9.5 L12,10 L9,10 L9,9.5 Z" id="rect10401-7-copy" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
<g id="bank-s" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M8.5,4 C8.5,4 4.0045,5.86921429 4.00286364,6.23654762 L4,7 L13,7 L13,6.24107143 C12.9955,5.86921429 8.5,4 8.5,4 Z M11.5365553,11.5 L9.9600668,11.5 L9.05531693,11.5 L7.98708868,11.5 L7.05106163,11.5 L5.54839683,11.5 L5.25077269,11.5 C4.83613238,11.5 4.5,11.8328986 4.5,12.25 L4.5,13 L12.5,13 L12.5,12.25 C12.5,11.8357864 12.1738216,11.5 11.7408771,11.5 L11.5365553,11.5 Z M6,7.5 L7,7.5 L7,11 L6,11 L6,7.5 Z M8,7.5 L9,7.5 L9,11 L8,11 L8,7.5 Z M10,7.5 L11,7.5 L11,11 L10,11 L10,7.5 Z" id="Imported-Layers-Copy-2" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-19.000000, -333.000000)">
|
||||
<g id="bar-l" transform="translate(19.000000, 333.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(0.000000, -333.000000)">
|
||||
<g id="bar-l" transform="translate(0.000000, 333.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M7,7 C6.5,7 6,7.0006 6,7.25 C6,7.5006 6.34281,7.7979 6.5,8 L13,14.8125 L13,21 L10,22 C9.5,22.1667 9,22.5 9,23 L18,23 C18,22.5 17.5,22.1667 17,22 L14,21 L14,14.8125 L20.5,8 C20.65719,7.7979 21,7.5006 21,7.25 C21,7.0006 20.5,7 20,7 L7,7 Z" id="path15601-4" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -335.000000)">
|
||||
<g id="bar-m" transform="translate(56.000000, 335.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -335.000000)">
|
||||
<g id="bar-m" transform="translate(37.000000, 335.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M6,6 C5.59375,6 5,6.047 5,6.25 C5,6.4536 5.37228,6.8358 5.5,7 L11,13 L11,17 L8.1875,18.1875 C7.78125,18.3229 7.5,18.5 7.5,19 L15.5,19 C15.5,18.5 15.09375,18.3229 14.6875,18.1875 L12,17 L12,13 L17.5,7 C17.62772,6.8358 18,6.4536 18,6.25 C18,6.0474 17.40625,6 17,6 L6,6 Z" id="path15601-4-0" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-90.000000, -338.000000)">
|
||||
<g id="bar-s" transform="translate(90.000000, 338.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-71.000000, -338.000000)">
|
||||
<g id="bar-s" transform="translate(71.000000, 338.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M4.5,5 C4.21875,5 4,5.0003 4,5.1406 C4,5.2816 4.19283,5.4488 4.28125,5.5625 L8,10 L8,12.5 C7,13 5.5,13.5 5.5,14 L11.5,14 C11.5,13.5 10,13 9,12.5 L9,10 L12.71875,5.5625 C12.80715,5.4488 13,5.2816 13,5.1406 C13,5.0003 12.78125,5 12.5,5 L4.5,5 Z" id="path15601-4-2" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
14
data/styles/clear/style-clear/symbols/baseball-l.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="27px" height="27px" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>baseball-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="baseball-l" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M6,6 C5,7 5,8 5,8 L15,18 L16.5,17.5 L20.5,21.5 C20.81628,21.8163 21.00625,22 21.40625,22 C21.53125,22 21.6875,22 21.84375,21.8438 C22.00005,21.6875 22,21.5313 22,21.4063 C22,21.0063 21.78212,20.7821 21.5,20.5 L17.5,16.5 L18,15 L8,5 C8,5 7,5 6,6 L6,6 Z M9.5,15 C8.67157,15 8,15.6716 8,16.5 C8,17.3284 8.67157,18 9.5,18 C10.32843,18 11,17.3284 11,16.5 C11,15.6716 10.32843,15 9.5,15 L9.5,15 Z" id="path9336-3-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
14
data/styles/clear/style-clear/symbols/baseball-m.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>baseball-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="baseball-m" sketch:type="MSLayerGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M8,5 C8,5 7,5 6.5,5.5 C6,6 6,7 6,7 C8.5,10.5 13.07972,13.1418 14,14 L16.59375,16.4063 L16,17 L16,18 L17,18 L18,17 L19,16 L19,15 L18,15 L17.40625,15.5938 L15,13 C12.63789,10.4672 11.5,7.5 8,5 L8,5 Z M9.75,14 C9.05964,14 8.5,14.5596 8.5,15.25 C8.5,15.9404 9.05964,16.5 9.75,16.5 C10.44036,16.5 11,15.9404 11,15.25 C11,14.5596 10.44036,14 9.75,14 L9.75,14 Z" id="path20837-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
14
data/styles/clear/style-clear/symbols/baseball-s.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>baseball-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="baseball-s" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M4,4 L4,5.5 C5.5,7.5 8.58739,9.0874 10.5,11 L11.5,12 L11.5,13 L12.5,13 L13,12.5 L13,11.5 L12,11.5 L11,10.5 C9.21569,8.7157 7.5,5.5 5.5,4 L4,4 Z M6,9.5 C5.44772,9.5 5,9.9477 5,10.5 C5,11.0523 5.44772,11.5 6,11.5 C6.55228,11.5 7,11.0523 7,10.5 C7,9.9477 6.55228,9.5 6,9.5 L6,9.5 Z" id="path20839-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
14
data/styles/clear/style-clear/symbols/basketball-l.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="27px" height="27px" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>basketball-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="basketball-l" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M9.5,6 L5,10 L5,18 C5,18.5 5.5,19 6,19 L9.5625,19 L11.5,22.5 C11.77778,23 12,23 12.5,23 L14.5,23 C15,23 15.22222,23 15.5,22.5 L17.4375,19 L21,19 C21.5,19 22,18.5 22,18 L22,10 L17.5,6 L9.5,6 L9.5,6 Z M9,10 L18,10 L18,16 L9,16 L9,10 L9,10 Z M10,11 L10,15 L17,15 L17,11 L10,11 L10,11 Z M10.5625,19 L12,19 L12,20 L13,20 L13,19 L14,19 L14,20 L15,20 L15,19 L16.4375,19 L15.875,20 L15,20 L15,21 L15.34375,21 L15,21.625 L15,21 L14,21 L14,22 L13,22 L13,21 L12,21 L12,21.625 L11.65625,21 L12,21 L12,20 L11.125,20 L10.5625,19 L10.5625,19 Z M13,21 L14,21 L14,20 L13,20 L13,21 L13,21 Z" id="rect5769-7-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
14
data/styles/clear/style-clear/symbols/basketball-m.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>basketball-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="basketball-m" sketch:type="MSLayerGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M8,6 L5,8 L5,15 C5,15.5 5.5,16 6,16 L8.5,16 L10.5,19 L11.5,19 L12.5,19 L14.5,16 L17,16 C17.5,16 18,15.5 18,15 L18,8.5 L15,6 L8,6 L8,6 Z M8,9 L15,9 L15,14 L8,14 L8,9 L8,9 Z M9,10 L9,13 L14,13 L14,10 L9,10 L9,10 Z M9.5,16 L11,16 L11,17 L12,17 L12,16 L13.5,16 L12.8125,17 L12,17 L12,18 L11,18 L11,17 L10.1875,17 L9.5,16 L9.5,16 Z" id="rect5769-7-5-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
14
data/styles/clear/style-clear/symbols/basketball-s.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>basketball-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="basketball-s" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M6,4.3622 L4,6.3622 L4,10.8622 C4,11.1122 4.25,11.3622 4.5,11.3622 L6,11.3622 L7,12.3622 L8,13.3622 L9,13.3622 L10,12.3622 L11,11.3622 L12.5,11.3622 C12.75,11.3622 13,11.1122 13,10.8622 L13,6.3622 L11,4.3622 L6,4.3622 L6,4.3622 Z M6,6.3622 L11,6.3622 L11,9.3622 L6,9.3622 L6,6.3622 L6,6.3622 Z M6.6875,7.0497 L6.6875,8.6747 L10.3125,8.6747 L10.3125,7.0497 L6.6875,7.0497 L6.6875,7.0497 Z M7,10.3622 L8,10.3622 L8,11.3622 L9,11.3622 L9,10.3622 L10,10.3622 L10,11.3622 L9,12.3622 L8,12.3622 L7,11.3622 L7,10.3622 L7,10.3622 Z" id="rect5769-7-3-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
16
data/styles/clear/style-clear/symbols/beer-m.svg
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>beer-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -819.000000)">
|
||||
<g id="beer-m" transform="translate(37.000000, 819.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M6,5 L7.5,18 C7.5577,18.5 8,19 8.5,19 L14.5,19 C15,19 15.44231,18.5 15.5,18 L17,5 L6,5 Z M8,7 L15,7 L14.6,10 L8.4,10 L8,7 Z" id="path10185-copy" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(0.000000, -108.000000)">
|
||||
<g id="bus-l" transform="translate(0.000000, 108.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-146.000000, -108.000000)">
|
||||
<g id="bus-l" transform="translate(146.000000, 108.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#3C3E38" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M24.1791951,7 L7.99456145,7 C6.90234375,7 6,7.89111747 6,8.99036657 L6,14.6514969 L5.87738037,14.7172421 C5.39522648,14.9757597 5,15.6350152 5,16.1868445 L5,20.0008247 C5,20.5439162 5.44881738,21 6.00246167,21 L15.0354444,21 L15.0354444,21 C15.012086,20.8366985 15,20.6697607 15,20.5 C15,18.5670034 16.5670034,17 18.5,17 C20.4329966,17 22,18.5670034 22,20.5 C22,20.6697607 21.987914,20.8366985 21.9645556,21 L23.5009155,21 C24.9767568,19.0351697 25.8870676,16.6212813 25.9901828,14 L25.0029293,14 C24.4490268,14 24,13.5562834 24,13.0001925 L24,9.99980749 C24,9.44762906 24.4378814,9 25.0029293,9 L25.1655114,9 C24.8956127,8.30079625 24.5646621,7.63195111 24.1791951,7 Z M15,9.99980749 C15,9.44762906 15.4378814,9 16.0029293,9 L20.9970707,9 C21.5509732,9 22,9.44371665 22,9.99980749 L22,13.0001925 C22,13.5523709 21.5621186,14 20.9970707,14 L16.0029293,14 C15.4490268,14 15,13.5562834 15,13.0001925 L15,9.99980749 Z M8,9.99539757 C8,9.44565467 8.44371665,9 8.99980749,9 L12.0001925,9 C12.5523709,9 13,9.4556644 13,9.99539757 L13,19 L8,19 L8,9.99539757 Z M18.5,23 C19.8807119,23 21,21.8807119 21,20.5 C21,19.1192881 19.8807119,18 18.5,18 C17.1192881,18 16,19.1192881 16,20.5 C16,21.8807119 17.1192881,23 18.5,23 Z" id="Mask" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-36.000000, -111.000000)">
|
||||
<g id="bus-m" transform="translate(36.000000, 111.000000)">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-182.000000, -111.000000)">
|
||||
<g id="bus-m" transform="translate(182.000000, 111.000000)">
|
||||
<circle id="Oval-1-Copy-41" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" r="11.5"></circle>
|
||||
<circle id="Oval-1-Copy-40" fill="#3C3E38" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" r="10.5"></circle>
|
||||
<g id="Oval-72" transform="translate(4.000000, 6.000000)"></g>
|
||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-69.000000, -114.000000)">
|
||||
<g id="bus-s" transform="translate(69.000000, 114.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-215.000000, -114.000000)">
|
||||
<g id="bus-s" transform="translate(215.000000, 114.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#3C3E38" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M14.5005493,13 L13.9499909,13 C13.9827849,12.838445 14,12.6712329 14,12.5 C14,11.1192881 12.8807119,10 11.5,10 C10.1192881,10 9,11.1192881 9,12.5 C9,12.6712329 9.01721513,12.838445 9.05000906,13 L4,13 L4,7.65149687 L4,5.99668948 C4,4.89394833 4.89821238,4 5.99079514,4 L14.5005493,4 C14.9532572,4.60270312 15.3172777,5.27582819 15.5732357,6 L15.0093689,6 C14.4433532,6 14,6.44724809 14,6.99895656 L14,8.00104344 C14,8.55733967 14.4519098,9 15.0093689,9 L15.9835977,9 C15.8851642,10.495487 15.3483904,11.8712446 14.5005493,13 Z M9,6.99895656 C9,6.44724809 9.44335318,6 10.0093689,6 L11.9906311,6 C12.5480902,6 13,6.44266033 13,6.99895656 L13,8.00104344 C13,8.55275191 12.5566468,9 11.9906311,9 L10.0093689,9 C9.45190985,9 9,8.55733967 9,8.00104344 L9,6.99895656 Z M5,6.49100518 C5,6.21983051 5.2157526,6 5.49538898,6 L7.50461102,6 C7.7782068,6 8,6.22788048 8,6.49100518 L8,12 L5,12 L5,6.49100518 Z M11.5,14 C12.3284271,14 13,13.3284271 13,12.5 C13,11.6715729 12.3284271,11 11.5,11 C10.6715729,11 10,11.6715729 10,12.5 C10,13.3284271 10.6715729,14 11.5,14 Z" id="Mask" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-19.000000, -74.000000)">
|
||||
<g id="cafe-l" transform="translate(19.000000, 74.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(0.000000, -74.000000)">
|
||||
<g id="cafe-l" transform="translate(0.000000, 74.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M8,7 C7.44599,7 7,7.446 7,8 L7,17 C7,17.554 7.44599,18 8,18 L19,18 C19.55401,18 20,17.554 20,17 L20,16 L20.5,16 C21,16 21,15.5 21,15.5 L21,15 L22,15 C23,15 24,14 24,13 L24,12 L24,10 C24,9.5 23.5,9 23,9 L20,9 L20,8 C20,7.446 19.55401,7 19,7 L8,7 Z M20,10 L22.5,10 C23,10 23,10.5 23,10.5 L23,13 C23,13.5 22.5,14 22,14 L21,14 L20,14 L20,10 Z M5,19 L6,20 L7,21 L20,21 L21,20 L22,19 L5,19 Z" id="rect9826-2-1" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -76.000000)">
|
||||
<g id="cafe-m" transform="translate(56.000000, 76.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -76.000000)">
|
||||
<g id="cafe-m" transform="translate(37.000000, 76.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M7,6.3622 C6.5,6.3622 6,6.8622 6,7.3622 L6,13.3622 C6,13.8622 6.5,14.3622 7,14.3622 L14,14.3622 C14.40011,14.3622 15,13.8622 15,13.3622 L15,12.9178 L15.36111,12.9178 C15.72222,12.9178 15.72222,12.5567 15.72222,12.5567 L15.72222,12.1956 L16.16667,12.1956 C16.88889,12.1956 18,11.8622 18,10.7512 L18,8.8622 C18,8.3622 17.75,7.8622 17.25,7.8622 L15,7.8622 L15,7.3622 C15,6.8622 14.5,6.3622 14,6.3622 L7,6.3622 Z M15,8.5845 L16.88889,8.5845 C17.25,8.5845 17.25,8.8622 17.25,8.8622 L17.25,10.7512 C17.25,11.3232 16.52775,11.3576 16.16667,11.3622 L15.72222,11.3622 L15,11.3622 L15,8.5845 Z M5,15.3622 L7,17.3622 L14,17.3622 L16,15.3622 L5,15.3622 Z" id="rect9826-2-1-5-9" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-90.000000, -79.000000)">
|
||||
<g id="cafe-s" transform="translate(90.000000, 79.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-71.000000, -79.000000)">
|
||||
<g id="cafe-s" transform="translate(71.000000, 79.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M5.5,5 C5.22299,5 5,5.223 5,5.5 L5,10 C5,10.277 5.22299,10.5 5.5,10.5 L11.5,10.5 C11.777,10.5 12,10.277 12,10 L12,9.5 L12.25,9.5 C12.5,9.5 12.5,9.25 12.5,9.25 L12.5,9 L13,9 C13.5,9 14,8.5 14,8 L14,7.5 L14,6.5 C14,6.25 13.75,6 13.5,6 L12,6 L12,5.5 C12,5.223 11.777,5 11.5,5 L5.5,5 Z M12,6.5 L13.25,6.5 C13.5,6.5 13.5,6.75 13.5,6.75 L13.5,8 C13.5,8.25 13.25,8.5 13,8.5 L12.5,8.5 L12,8.5 L12,6.5 Z M4,11 L6,12 L11,12 L13,11 L4,11 Z" id="rect9826-2-1-5" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-19.000000, -444.000000)">
|
||||
<g id="cinema-l" transform="translate(19.000000, 444.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(0.000000, -444.000000)">
|
||||
<g id="cinema-l" transform="translate(0.000000, 444.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M19,5 L16.75,5.6563 L17.84375,8.625 L20,8 L19,5 Z M15.375,6.0313 L12.4375,6.875 L12.5,7 L13.0625,8.5313 L13.5625,9.8438 L16.5,9 L15.375,6.0313 Z M11.09375,7.25 L8.5,8 L9.625,10.9688 L12.21875,10.2188 L11.5625,8.5313 L11.09375,7.25 Z M7.15625,8.375 L5,9 L6,12 L8.25,11.3438 L7.15625,8.375 Z M6,12 L6,21 C6,21.554 6.44599,22 7,22 L20,22 C20.55401,22 21,21.554 21,21 L21,12 L6,12 Z M8,14 L19,14 L19,17 L8,17 L8,14 Z" id="rect7568-8-4-copy" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -446.000000)">
|
||||
<g id="cinema-m" transform="translate(56.000000, 446.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -446.000000)">
|
||||
<g id="cinema-m" transform="translate(37.000000, 446.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M16.23529,4.65997314 L14.5147,5.16177314 L15.3511,7.43207314 L17,6.95407314 L16.23529,4.65997314 Z M13.46323,5.44857314 L11.21691,6.09377314 L12.0772,8.36397314 L14.32353,7.71877314 L13.46323,5.44857314 Z M10.18933,6.38057314 L8.20588,6.95407314 L9.06617,9.22427314 L11.04963,8.65077314 L10.18933,6.38057314 Z M7.17831,7.24087314 L5,8.01107314 L6,10.0110731 L8.0147,9.51107314 L7.17831,7.24087314 Z M6,10.0110731 L6,17.0110731 C6,17.5110731 6.5,18.0110731 7,18.0110731 L17,18.0110731 C17.5,18.0110731 18,17.5110731 18,17.0110731 L18,10.0110731 L6,10.0110731 Z M8,12.0110731 L16,12.0110731 L16,14.0110731 L8,14.0110731 L8,12.0110731 Z" id="rect7568-8-4-7-copy" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-90.000000, -449.000000)">
|
||||
<g id="cinema-s" transform="translate(90.000000, 449.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-71.000000, -449.000000)">
|
||||
<g id="cinema-s" transform="translate(71.000000, 449.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M11.5,4.5 L4.5,6.5 L5,8 L12,6 L11.5,4.5 L11.5,4.5 Z M5,8 L5,12.5 C5,12.8077 5.19231,13 5.5,13 L11.5,13 C11.80769,13 12,12.8077 12,12.5 L12,8 L5,8 L5,8 Z M6,9 L11,9 L11,10 L6,10 L6,9 L6,9 Z" id="rect7568-8-4-7-5-copy" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -520.000000)">
|
||||
<g id="college-m" transform="translate(56.000000, 520.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -520.000000)">
|
||||
<g id="college-m" transform="translate(37.000000, 520.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M11.5,6 L5,9.5 L11.5,13 L16,10.6563 L16,14.2188 C16,16 17.5,15.75 17.5,15.75 L17.5,15 C17.5,15 16.71875,15 16.71875,14.2188 L16.71875,10.25 L18,9.5 L11.5,6 Z M8,12.5 L8,13.9375 C8,14.2963 8.51257,14.7562 9,15 L11.5,16 L14,15 C14.48743,14.7562 15,14.2963 15,13.9375 L15,12.5 L11.5,14 L8,12.5 Z" id="path7442-0-copy" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
24
data/styles/clear/style-clear/symbols/dot-m.svg
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="6px" height="6px" viewBox="0 0 6 6" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>dot-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-67.000000, -42.000000)"></g>
|
||||
<g id="City-points" sketch:type="MSLayerGroup" transform="translate(-15.497608, -14.101200)">
|
||||
<g id="dot-m" transform="translate(16.000000, 15.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="Page-1">
|
||||
<g id="dot-m">
|
||||
<g id="Page-1">
|
||||
<g id="cities">
|
||||
<circle id="Oval-1-Copy-3" fill="#EEEEDD" cx="2.5" cy="2.5" r="2.5"></circle>
|
||||
<circle id="Oval-1-Copy-2" fill="#555555" cx="2.5" cy="2.5" r="1.66666667"></circle>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
27
data/styles/clear/style-clear/symbols/dot-s-light.svg
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="4px" height="4px" viewBox="0 0 4 4" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>dot-s-light</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-75.000000, -50.000000)"></g>
|
||||
<g id="City-points" sketch:type="MSLayerGroup" transform="translate(-23.497608, -22.101200)" fill-opacity="0.5" fill="#000000">
|
||||
<g id="dot-s-light" transform="translate(24.000000, 23.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="Page-1">
|
||||
<g id="dot-s">
|
||||
<g id="Page-1">
|
||||
<g id="dot-s">
|
||||
<g id="Page-1">
|
||||
<g id="cities">
|
||||
<circle id="Oval-1-Copy" cx="1.5" cy="1.5" r="1.5"></circle>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
27
data/styles/clear/style-clear/symbols/dot-s.svg
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="4px" height="4px" viewBox="0 0 4 4" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>dot-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-75.000000, -43.000000)"></g>
|
||||
<g id="City-points" sketch:type="MSLayerGroup" transform="translate(-23.497608, -15.101200)" fill-opacity="0.65" fill="#000003">
|
||||
<g id="dot-s" transform="translate(24.000000, 16.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="Page-1">
|
||||
<g id="dot-s">
|
||||
<g id="Page-1">
|
||||
<g id="dot-s">
|
||||
<g id="Page-1">
|
||||
<g id="cities">
|
||||
<circle id="Oval-1-Copy" cx="1.5" cy="1.5" r="1.5"></circle>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-19.000000, -296.000000)">
|
||||
<g id="fastfood-l" transform="translate(19.000000, 296.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(0.000000, -296.000000)">
|
||||
<g id="fastfood-l" transform="translate(0.000000, 296.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<g id="g16674-copy" transform="translate(4.000000, 7.000000)" fill="#FFFFFF">
|
||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -298.000000)">
|
||||
<g id="fastfood-m" transform="translate(56.000000, 298.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -298.000000)">
|
||||
<g id="fastfood-m" transform="translate(37.000000, 298.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M11,7 C8.94737,7 5.5,7.7895 5.5,9.5 L5.5,11 L17.5,11 L17.5,9.5 C17.5,7.7895 14.05263,7 12,7 L11,7 Z M9,8.125 C9.20711,8.125 9.375,8.2929 9.375,8.5 C9.375,8.7071 9.20711,8.875 9,8.875 C8.79289,8.875 8.625,8.7071 8.625,8.5 C8.625,8.2929 8.79289,8.125 9,8.125 L9,8.125 Z M14,8.125 C14.20711,8.125 14.375,8.2929 14.375,8.5 C14.375,8.7071 14.20711,8.875 14,8.875 C13.79289,8.875 13.625,8.7071 13.625,8.5 C13.625,8.2929 13.79289,8.125 14,8.125 L14,8.125 Z M7,9.125 C7.20711,9.125 7.375,9.2929 7.375,9.5 C7.375,9.7071 7.20711,9.875 7,9.875 C6.79289,9.875 6.625,9.7071 6.625,9.5 C6.625,9.2929 6.79289,9.125 7,9.125 L7,9.125 Z M11.375,9.125 C11.58211,9.125 11.75,9.2929 11.75,9.5 C11.75,9.7071 11.58211,9.875 11.375,9.875 C11.16789,9.875 11,9.7071 11,9.5 C11,9.2929 11.16789,9.125 11.375,9.125 L11.375,9.125 Z M16,9.125 C16.20711,9.125 16.375,9.2929 16.375,9.5 C16.375,9.7071 16.20711,9.875 16,9.875 C15.79289,9.875 15.625,9.7071 15.625,9.5 C15.625,9.2929 15.79289,9.125 16,9.125 L16,9.125 Z M5.5,12 C5.15787,12 4.99999,12.1579 5,12.5 C5.00001,12.8422 5.15787,13 5.5,13 L17.5,13 C17.84211,13 17.99999,12.8422 18,12.5 C18.00001,12.1579 17.84211,12 17.5,12 L6.5,12 L5.5,12 Z M5.5,14.625 C5.5,15.3092 6.19079,16 6.875,16 L16.125,16 C16.80921,16 17.5,15.3092 17.5,14.625 L17.5,14 L5.5,14 L5.5,14.625 Z" id="rect13326-2-5-2-3-6-copy" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-90.000000, -301.000000)">
|
||||
<g id="fastfood-s" transform="translate(90.000000, 301.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-71.000000, -301.000000)">
|
||||
<g id="fastfood-s" transform="translate(71.000000, 301.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M8.05044132,5 C6.62939132,5 4.3512,5.8723 4.44736,7.0526 L4.44736,8.25 L12.5,8.25 L12.5,7.0526 C12.5,5.8684 10.4050722,5 8.98402216,5 L8.05044132,5 Z M4,9 L4,10 L13,10 L13,9 L4,9 Z M4.49996,10.75 C4.49996,11.2237 5.02628,12 5.49996,12 L11.49996,12 C11.97364,12 12.49996,11.2237 12.49996,10.75 L4.49996,10.75 Z" id="rect13326-2-5-2-3-1-copy" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
14
data/styles/clear/style-clear/symbols/fuel-l.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="27px" height="27px" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>fuel-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="fuel-l" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M8,4.5 C7.4459904,4.5 7,4.946 7,5.5 L7,21.5 C7,22 7.5,22.5 8,22.5 L17,22.5 C17.5,22.5 18,22 18,21.5 L18,16.5 L18.5,16.5 C19,16.5 19,17 19,17 L19,19 C19,20 19.5,20.5 20.5,20.5 C21.5,20.5 22,20 22,19 L22,13.5 C22,12.5 20,11.5 20,10.5 L20,7.5 L19,7.5 L18,6.5 L18,5.5 C18,4.946 17.55401,4.5 17,4.5 L8,4.5 Z M9,6.5 L16,6.5 L16,10.5 L9,10.5 L9,6.5 Z M18,9.5 L19,9.5 L19,11 C19,12 21,13 21,14 L21,19 C21,19.5 20.5,19.5 20.5,19.5 C20.5,19.5 20,19.5 20,19 L20,16.5 C20,16 19.5,15.5 19,15.5 L18,15.5 L18,9.5 Z" id="rect7223-2-4-9-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
14
data/styles/clear/style-clear/symbols/fuel-m.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>fuel-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="fuel-m" sketch:type="MSLayerGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M8,5 C7.5,5 7,5.5 7,6 L7,17 C7,17.5 7.5,18 8,18 L14,18 C14.5,18 15,17.5 15,17 L15,14 L15.25,14 C15.38687,14 15.5,14.096 15.5,14.25 L15.5,15 C15.5,15.5 16,16 16.5,16 L17,16 C17.5,16 18,15.5928 18,15 L18,11.5 C18,10.5 17,10.5 17,9.5002 L17,8.0002 L16,8.0002 L15,7 L15,6.0002 C15,5.5002 14.5,5.0002 14,5.0002 L8,5 Z M8,6.5 L14,6.5 L14,9 L8,9 L8,6.5 Z M15,10 L16,10 C16,11 17,11 17,12 L17,14.75 C17,15 16.75002,15 16.75002,15 C16.75002,15 16.5,15 16.50002,14.75 L16.50002,14 C16.50002,13.4094 16.00064,12.9986 15.50002,13 L14.99993,12.9998 L15,10 Z" id="rect7223-2-4-9-4-2-3-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
14
data/styles/clear/style-clear/symbols/fuel-s.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>fuel-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="fuel-s" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M5.5,4 C5.22299,4 5,4.223 5,4.5 L5,12.5 C5,12.75 5.25,13 5.5,13 L9.5,13 C9.75,13 10,12.75 10,12.5 L10,12 L11.25,12 C11.75,12 12,11.75 12,11.25 L12,8.5 C12,8 11,7.5 11,7 L11,6.75 L11,6 L10,5 L10,4.5 C10,4.223 9.777,4 9.5,4 L5.5,4 L5.5,4 Z M6,5 L9,5 L9,7 L6,7 L6,5 L6,5 Z M10,6.5 L10.5,6.5 L10.5,7.25 C10.5,7.75 11.5,8.25 11.5,8.75 L11.5,11 L11.5,11.25 C11.5,11.5 11.25,11.5 11.25,11.5 L10.5,11.5 L10.5,10 L10,10 L10,6.5 L10,6.5 Z" id="rect7223-2-4-9-3-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-19.000000, -111.000000)">
|
||||
<g id="art-gallery-l" transform="translate(19.000000, 111.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(0.000000, -111.000000)">
|
||||
<g id="art-gallery-l" transform="translate(0.000000, 111.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M12,6 C7,6 4,10 4,12 C4,14 5,15.5 7,15.5 C9,15.5 10,16 10,17.5 C10,19.5 11.5,21 13.5,21 C20,21 23,17.5 23,14 C23,8 18,6 12,6 L12,6 Z M10.75,8 C11.44034,8 12,8.55966 12,9.25 C12,9.94034 11.44034,10.5 10.75,10.5 C10.05966,10.5 9.5,9.94034 9.5,9.25 C9.5,8.55966 10.05966,8 10.75,8 L10.75,8 Z M14.75,8 C15.44033,8 16,8.55967 16,9.25 C16,9.94033 15.44033,10.5 14.75,10.5 C14.05967,10.5 13.5,9.94033 13.5,9.25 C13.5,8.55967 14.05967,8 14.75,8 L14.75,8 Z M18.75,10 C19.44034,10 20,10.55966 20,11.25 C20,11.94034 19.44034,12.5 18.75,12.5 C18.05966,12.5 17.5,11.94034 17.5,11.25 C17.5,10.55966 18.05966,10 18.75,10 L18.75,10 Z M7.25,11 C7.94034,11 8.5,11.55966 8.5,12.25 C8.5,12.94034 7.94034,13.5 7.25,13.5 C6.55966,13.5 6,12.94034 6,12.25 C6,11.55966 6.55966,11 7.25,11 L7.25,11 Z M13.5,16 C14.32843,16 15,16.67157 15,17.5 C15,18.32843 14.32843,19 13.5,19 C12.67157,19 12,18.32843 12,17.5 C12,16.67157 12.67157,16 13.5,16 L13.5,16 Z" id="path6511" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -113.000000)">
|
||||
<g id="art-gallery-m" transform="translate(56.000000, 113.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -113.000000)">
|
||||
<g id="art-gallery-m" transform="translate(37.000000, 113.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M10.5000045,7 C6.61111446,7 4.00000442,10.44444 4.00000442,12.0000001 C4.00000442,13.5000001 4.99999444,14.5000001 6.50000446,14.5000001 C8.05556448,14.5000001 9.5000045,14.8333301 9.5000045,16.0000001 C9.5000045,17.5555601 10.9444445,18.5000002 12.5000045,18.5000002 C17.0000046,18.5000002 19.0000046,15.7222201 19.0000046,13.0000001 C19.0000046,7.50000001 14.3660046,7 10.5000045,7 L10.5000045,7 Z M9.00000449,8.50000002 C9.5522845,8.50000002 10.0000045,8.94772003 10.0000045,9.50000003 C10.0000045,10.05228 9.5522845,10.5 9.00000449,10.5 C8.44772449,10.5 8.00000448,10.05228 8.00000448,9.50000003 C8.00000448,8.94772003 8.44772449,8.50000002 9.00000449,8.50000002 L9.00000449,8.50000002 Z M12.0000045,8.50000002 C12.5522745,8.50000002 13.0000046,8.94773003 13.0000046,9.50000003 C13.0000046,10.05227 12.5522745,10.5 12.0000045,10.5 C11.4477345,10.5 11.0000045,10.05227 11.0000045,9.50000003 C11.0000045,8.94773003 11.4477345,8.50000002 12.0000045,8.50000002 L12.0000045,8.50000002 Z M15.0000046,10 C15.5446246,10 15.9687546,10.45538 15.9687546,11.0000001 C15.9687546,11.5446201 15.5446246,11.9687501 15.0000046,11.9687501 C14.4553846,11.9687501 14.0000046,11.5446201 14.0000046,11.0000001 C14.0000046,10.45538 14.4553846,10 15.0000046,10 L15.0000046,10 Z M7.00000447,11.0000001 C7.55229447,11.0000001 8.00000448,11.4477101 8.00000448,12.0000001 C8.00000448,12.5522901 7.55229447,13.0000001 7.00000447,13.0000001 C6.44771446,13.0000001 6.00000445,12.5522901 6.00000445,12.0000001 C6.00000445,11.4477101 6.44771446,11.0000001 7.00000447,11.0000001 L7.00000447,11.0000001 Z M12.2500045,14.5000001 C12.9403545,14.5000001 13.5000046,15.0596501 13.5000046,15.7500001 C13.5000046,16.4403501 12.9403545,17.0000001 12.2500045,17.0000001 C11.5596545,17.0000001 11.0000045,16.4403501 11.0000045,15.7500001 C11.0000045,15.0596501 11.5596545,14.5000001 12.2500045,14.5000001 L12.2500045,14.5000001 Z" id="path6511-1" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-90.000000, -116.000000)">
|
||||
<g id="art-gallery-s" transform="translate(90.000000, 116.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-71.000000, -116.000000)">
|
||||
<g id="art-gallery-s" transform="translate(71.000000, 116.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M8,5 C5.5,5 4,6.5 4,8 C4,9 4.5,10 6,10 C7,10 7,10.25 7,11 C7,12.5 8.5,13 9.5,13 C12,13 13,10.75 13,9 C13,5.5 10.48528,5 8,5 L8,5 Z M7.375,6 C7.72017,6 8,6.2798 8,6.625 C8,6.9702 7.72017,7.25 7.375,7.25 C7.02983,7.25 6.75,6.9702 6.75,6.625 C6.75,6.2798 7.02983,6 7.375,6 L7.375,6 Z M9.375,6 C9.72017,6 10,6.2798 10,6.625 C10,6.9702 9.72017,7.25 9.375,7.25 C9.02983,7.25 8.75,6.9702 8.75,6.625 C8.75,6.2798 9.02983,6 9.375,6 L9.375,6 Z M5.625,6.75 C5.97017,6.75 6.25,7.0298 6.25,7.375 C6.25,7.7202 5.97017,8 5.625,8 C5.27983,8 5,7.7202 5,7.375 C5,7.0298 5.27983,6.75 5.625,6.75 L5.625,6.75 Z M11.375,7 C11.72017,7 12,7.2798 12,7.625 C12,7.9702 11.72017,8.25 11.375,8.25 C11.02983,8.25 10.75,7.9702 10.75,7.625 C10.75,7.2798 11.02983,7 11.375,7 L11.375,7 Z M9,9.5 C9.55228,9.5 10,9.9477 10,10.5 C10,11.0523 9.55228,11.5 9,11.5 C8.44772,11.5 8,11.0523 8,10.5 C8,9.9477 8.44772,9.5 9,9.5 L9,9.5 Z" id="path6558" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
14
data/styles/clear/style-clear/symbols/golf-l.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="27px" height="27px" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>golf-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="golf-l" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M10,5.5 L10,17.9375 C8,17.9995 7,19.5 7,20.5 C7,21 7.5,21 7.5,21 L19.5,21 C19.5,21 20,21 20,20.5 C20,18 18.5,16 17,16 C15.42767,16 14.55691,18.7803 13,19 C12.31729,19.096 11.6576,18.6547 11,18.3125 L11,11 L18,8 L11.50162,5.215 C11.12515,5.0537 10.75012,5 10.5,5 C10.15852,5 10,5 10,5.5 Z" id="rect8138-7-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
14
data/styles/clear/style-clear/symbols/golf-m.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>golf-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="golf-m" sketch:type="MSLayerGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M9,5.3823 L9,14.6581 C7.47058,14.7051 7,15.7353 7,16.5 C7,16.8823 7.5,17 7.5,17 L15.5,17 C15.5,17 16,16.8823 16,16.5 C16,14.5882 15.14706,13 14,13 C12.79763,13 12.48469,15.3025 11.29411,15.4706 C10.77204,15.5446 10.26758,15.2065 9.7647,14.9449 L9.7647,9.5882 L15.11765,7.2941 L10.1483,5.1644 C9.86043,5.041 9.57362,5 9.38235,5 C9.12122,5 9,5 9,5.3823 Z" id="rect8138-7-4-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
14
data/styles/clear/style-clear/symbols/golf-s.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>golf-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="golf-s" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M7,4 C6.80487,4 6.5,4.2143 6.5,4.5 L6.5,11.25 C5.35714,11.285 5,12.1429 5,12.7143 C5,13 5.28571,13 5.28571,13 L11.71429,13 C11.71429,13 12,13 12,12.7143 C12,11.2857 11.35714,10.1429 10.5,10.1429 C9.60152,10.1429 9.31823,11.7316 8.42857,11.8571 C8.03845,11.9121 7.37578,11.6598 7,11.4643 L7,7.5 L11,6 L7,4 Z" id="rect8138-7-8-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-19.000000, -407.000000)">
|
||||
<g id="grocery-l" transform="translate(19.000000, 407.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(0.000000, -407.000000)">
|
||||
<g id="grocery-l" transform="translate(0.000000, 407.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M21,5.999983 C20.416667,5.999983 19.899101,6.163382 19.53125,6.531233 C19.163399,6.899084 19,7.41665 19,7.999983 L5,7.999983 L7,16.999983 L19,16.999983 L19,17.999983 L8,17.999983 C7,17.999983 7,18.999983 8,18.999983 L9.5,18.999983 L17.5,18.999983 L19,18.999983 C19.5,18.999983 20,18.499983 20,17.999983 L20,16.999983 L20,8.999983 L20,7.999983 C20,7.999983 20.0866,7.350882 20.21875,7.218733 C20.350899,7.086584 20.583333,6.999983 21,6.999983 L21.4,6.999983 C21.9,6.999983 22,6.75131 22,6.499983 C22,6.252562 21.9,5.999983 21.4,5.999983 L21,5.999983 L21,5.999983 Z M17.5,18.999983 C16.671573,18.999983 16,19.671556 16,20.499983 C16,21.32841 16.671573,21.999983 17.5,21.999983 C18.328427,21.999983 19,21.32841 19,20.499983 C19,19.671556 18.328427,18.999983 17.5,18.999983 L17.5,18.999983 Z M9.5,18.999983 C8.6715729,18.999983 8,19.671556 8,20.499983 C8,21.32841 8.6715729,21.999983 9.5,21.999983 C10.328427,21.999983 11,21.32841 11,20.499983 C11,19.671556 10.328427,18.999983 9.5,18.999983 L9.5,18.999983 Z" id="rect7842-copy" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
@ -5,12 +5,12 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -409.000000)">
|
||||
<g id="grocery-m" transform="translate(56.000000, 409.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -409.000000)">
|
||||
<g id="grocery-m" transform="translate(37.000000, 409.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
</g>
|
||||
<g id="g21554-copy" transform="translate(61.000000, 416.000000)" fill="#FFFFFF" sketch:type="MSShapeGroup">
|
||||
<g id="g21554-copy" transform="translate(42.000000, 416.000000)" fill="#FFFFFF" sketch:type="MSShapeGroup">
|
||||
<path d="M11.5,0 C10.5,0 10,0.5 10,1.5 L0,1.5 L1.05882,7.5 L10.23529,7.5 L10.23529,8.5 L1.82353,8.5 C1.05882,8.5 1.05918,9.2411 1.82353,9.2647 L2.97059,9.2647 L9.08823,9.2647 L10.23529,9.2647 C10.61765,9.2647 11,8.8823 11,8.5 L11,7.5 L11,2.5588 L11,1.5 C11,1 11.23836,0.7647 11.7647,0.7647 L13,0.7647 L13,0 L11.5,0 Z M9,9.2059 C8.3665,9.2059 7.85294,9.7195 7.85294,10.3529 C7.85294,10.9864 8.3665,11.5 9,11.5 C9.63351,11.5 10.14706,10.9864 10.14706,10.3529 C10.14706,9.7195 9.63351,9.2059 9,9.2059 L9,9.2059 Z M3,9.2059 C2.36649,9.2059 1.85294,9.7195 1.85294,10.3529 C1.85294,10.9864 2.36649,11.5 3,11.5 C3.6335,11.5 4.14706,10.9864 4.14706,10.3529 C4.14706,9.7195 3.6335,9.2059 3,9.2059 L3,9.2059 Z" id="rect7842-0"></path>
|
||||
</g>
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-90.000000, -412.000000)">
|
||||
<g id="grocery-s" transform="translate(90.000000, 412.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-71.000000, -412.000000)">
|
||||
<g id="grocery-s" transform="translate(71.000000, 412.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M12.5,5.3622 C12.20834,5.3622 11.94955,5.4442 11.76562,5.6279 C11.5817,5.8118 11.5,6.0706 11.5,6.3622 L4,6.3622 L5,10.3622 L11.5,10.3622 L11.5,11.3622 L5.36742,11.3622 C4.86742,11.3622 4.86742,11.8622 5.36742,11.8622 L6.25,11.8622 L10.75,11.8622 L11.5,11.8622 C11.75,11.8622 12,11.6122 12,11.3622 L12,10.8622 L12,6.8622 L12,6.3622 C12,6.3622 12.0433,6.0377 12.10937,5.9716 C12.17547,5.9056 12.29166,5.8622 12.5,5.8622 L13,5.8622 L13,5.3622 L12.5,5.3622 L12.5,5.3622 Z M10.75,11.8622 C10.33578,11.8622 10,12.198 10,12.6122 C10,13.0264 10.33578,13.3622 10.75,13.3622 C11.16422,13.3622 11.5,13.0264 11.5,12.6122 C11.5,12.198 11.16422,11.8622 10.75,11.8622 L10.75,11.8622 Z M6.25,11.8622 C5.83578,11.8622 5.5,12.198 5.5,12.6122 C5.5,13.0264 5.83578,13.3622 6.25,13.3622 C6.66422,13.3622 7,13.0264 7,12.6122 C7,12.198 6.66422,11.8622 6.25,11.8622 L6.25,11.8622 Z" id="rect7842-7" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-19.000000, -185.000000)">
|
||||
<g id="hotel-l" transform="translate(19.000000, 185.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(0.000000, -185.000000)">
|
||||
<g id="hotel-l" transform="translate(0.000000, 185.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M7,8 C5.89543,8 5,8.8954 5,10 C5,11.1046 5.89543,12 7,12 C8.10457,12 9,11.1046 9,10 C9,8.8954 8.10457,8 7,8 L7,8 Z M10,10 C10,11.6569 8.65686,13 7,13 L5.5,13 C5.24741,13 4.9987,13 5,13.5 C5.00035,13.636 5,14.1157 5,14.5 C5,15 5.38857,15 5.5,15 L22,15 L22,13 C22,12 22,10 17,10 L10,10 Z M6,16 C5.5,16 5,16.5 5,17 C4.99976,17.9907 5,19.1445 5,20 C5,20.5 5.5,21 6,21 C6.5,21 7,20.5 7,20 L7,18 L20,18 L20,20 C20,20.5 20.5,21 21,21 C21.5,21 22,20.5 22,20 L22,17 C22,16.5 21.5,16 21,16 L6,16 Z" id="path4536" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -187.000000)">
|
||||
<g id="hotel-m" transform="translate(56.000000, 187.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -187.000000)">
|
||||
<g id="hotel-m" transform="translate(37.000000, 187.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M6.49999,7.75 C5.67157,7.75 5,8.4215 5,9.25 C5,10.0784 5.67157,10.7499 6.49999,10.7499 C7.32842,10.7499 7.99998,10.0784 7.99998,9.25 C7.99998,8.4215 7.32842,7.75 6.49999,7.75 L6.49999,7.75 Z M9,8.9999 C9,10.9999 8,11.9999 6.5,11.9999 L5.5,11.9999 C5,11.9999 5,12.4999 5,12.4999 C5,12.4999 5,12.9999 5.5,12.9999 L18,12.9999 L18,11.2498 C18,10.4998 18,8.9999 14.25003,8.9999 L9,8.9999 Z M5.74999,13.9999 C5.37499,13.9999 4.99999,14.3749 4.99999,14.7499 C4.99981,15.4929 4.99999,15.6083 4.99999,16.2499 C4.99999,16.6249 5.37499,16.9999 5.74999,16.9999 C6.12499,16.9999 6.49998,16.6249 6.49998,16.2499 L6.5,14.9999 L16.50002,14.9999 L16.5,16.2499 C16.49999,16.6249 16.875,16.9999 17.25,16.9999 C17.625,16.9999 17.99999,16.6249 17.99999,16.2499 L17.99999,14.7499 C17.99999,14.3749 17.625,13.9999 17.25,13.9999 L5.74999,13.9999 Z" id="path4536-7" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-90.000000, -190.000000)">
|
||||
<g id="hotel-s" transform="translate(90.000000, 190.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-71.000000, -190.000000)">
|
||||
<g id="hotel-s" transform="translate(71.000000, 190.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M5,6 C4.44771,6 4,6.4477 4,7 C4,7.5523 4.44771,8 5,8 C5.55228,8 6,7.5523 6,7 C6,6.4477 5.55228,6 5,6 L5,6 Z M7,7 C7,8 6.5,9 5,9 L4.25,9 C4.1237,9 3.99935,9 4,9.25 C4.00017,9.318 4,9.5579 4,9.75 C4,10 4.19428,10 4.25,10 L13,10 L13,8.5 C13,8 13,7 10.5,7 L7,7 Z M4.5,11 C4.25,11 4,11.25 4,11.5 C3.99988,11.9954 4,12.0723 4,12.5 C4,12.75 4.25,13 4.5,13 C4.75,13 5,12.75 5,12.5 L5,12 L12,12 L12,12.5 C12,12.75 12.25,13 12.5,13 C12.75,13 13,12.75 13,12.5 L13,11.5 C13,11.25 12.75,11 12.5,11 L4.5,11 Z" id="path4536-6" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 826 KiB |
|
@ -5,11 +5,13 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="london-tube-l" sketch:type="MSLayerGroup" transform="translate(0.000000, 3.000000)">
|
||||
<rect id="Rectangle-326-Copy" fill="#FFFFFF" sketch:type="MSShapeGroup" x="0" y="7" width="27" height="7"></rect>
|
||||
<path d="M13.5,21 C19.2989899,21 24,16.2989899 24,10.5 C24,4.70101013 19.2989899,0 13.5,0 C7.70101013,0 3,4.70101013 3,10.5 C3,16.2989899 7.70101013,21 13.5,21 Z M13.5,15 C15.9852814,15 18,12.9852814 18,10.5 C18,8.01471863 15.9852814,6 13.5,6 C11.0147186,6 9,8.01471863 9,10.5 C9,12.9852814 11.0147186,15 13.5,15 Z" id="Oval-198" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M13.5,20 C18.7467051,20 23,15.7467051 23,10.5 C23,5.25329488 18.7467051,1 13.5,1 C8.25329488,1 4,5.25329488 4,10.5 C4,15.7467051 8.25329488,20 13.5,20 Z M13.5,16 C16.5375661,16 19,13.5375661 19,10.5 C19,7.46243388 16.5375661,5 13.5,5 C10.4624339,5 8,7.46243388 8,10.5 C8,13.5375661 10.4624339,16 13.5,16 Z" id="Oval-196" fill="#E12524" sketch:type="MSShapeGroup"></path>
|
||||
<rect id="Rectangle-326" fill="#043A86" sketch:type="MSShapeGroup" x="1" y="8" width="25" height="5"></rect>
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(-77.000000, -87.000000)">
|
||||
<g id="london-tube-l" transform="translate(77.000000, 90.000000)" sketch:type="MSShapeGroup">
|
||||
<rect id="Rectangle-326-Copy" fill="#FFFFFF" x="0" y="7" width="27" height="7"></rect>
|
||||
<path d="M13.5,21 C19.2989899,21 24,16.2989899 24,10.5 C24,4.70101013 19.2989899,0 13.5,0 C7.70101013,0 3,4.70101013 3,10.5 C3,16.2989899 7.70101013,21 13.5,21 Z M13.5,15 C15.9852814,15 18,12.9852814 18,10.5 C18,8.01471863 15.9852814,6 13.5,6 C11.0147186,6 9,8.01471863 9,10.5 C9,12.9852814 11.0147186,15 13.5,15 Z" id="Oval-198" fill="#FFFFFF"></path>
|
||||
<path d="M13.5,20 C18.7467051,20 23,15.7467051 23,10.5 C23,5.25329488 18.7467051,1 13.5,1 C8.25329488,1 4,5.25329488 4,10.5 C4,15.7467051 8.25329488,20 13.5,20 Z M13.5,16 C16.5375661,16 19,13.5375661 19,10.5 C19,7.46243388 16.5375661,5 13.5,5 C10.4624339,5 8,7.46243388 8,10.5 C8,13.5375661 10.4624339,16 13.5,16 Z" id="Oval-196" fill="#E12524"></path>
|
||||
<rect id="Rectangle-326" fill="#043A86" x="1" y="8" width="25" height="5"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -5,10 +5,12 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="london-tube-m" sketch:type="MSLayerGroup" transform="translate(0.000000, 3.000000)">
|
||||
<path d="M3.75173932,5 L0,5 L0,12 L3.75173932,12 C5.08572869,14.9485251 8.05329052,17 11.5,17 C14.9467095,17 17.9142713,14.9485251 19.2482607,12 L23,12 L23,5 L19.2482607,5 C17.9142713,2.05147494 14.9467095,0 11.5,0 C8.05329052,0 5.08572869,2.05147494 3.75173932,5 Z" id="Rectangle-326-Copy-3" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M11.5,16 C15.6421356,16 19,12.6421356 19,8.5 C19,4.35786438 15.6421356,1 11.5,1 C7.35786438,1 4,4.35786438 4,8.5 C4,12.6421356 7.35786438,16 11.5,16 Z M11.5,13 C13.9852814,13 16,10.9852814 16,8.5 C16,6.01471863 13.9852814,4 11.5,4 C9.01471863,4 7,6.01471863 7,8.5 C7,10.9852814 9.01471863,13 11.5,13 Z" id="Oval-199-Copy-2" fill="#E12524" sketch:type="MSShapeGroup"></path>
|
||||
<rect id="Rectangle-326-Copy-2" fill="#043A86" sketch:type="MSShapeGroup" x="1" y="6" width="21" height="5"></rect>
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(-114.000000, -89.000000)">
|
||||
<g id="london-tube-m" transform="translate(114.000000, 92.000000)" sketch:type="MSShapeGroup">
|
||||
<path d="M3.75173932,5 L0,5 L0,12 L3.75173932,12 C5.08572869,14.9485251 8.05329052,17 11.5,17 C14.9467095,17 17.9142713,14.9485251 19.2482607,12 L23,12 L23,5 L19.2482607,5 C17.9142713,2.05147494 14.9467095,0 11.5,0 C8.05329052,0 5.08572869,2.05147494 3.75173932,5 Z" id="Rectangle-326-Copy-3" fill="#FFFFFF"></path>
|
||||
<path d="M11.5,16 C15.6421356,16 19,12.6421356 19,8.5 C19,4.35786438 15.6421356,1 11.5,1 C7.35786438,1 4,4.35786438 4,8.5 C4,12.6421356 7.35786438,16 11.5,16 Z M11.5,13 C13.9852814,13 16,10.9852814 16,8.5 C16,6.01471863 13.9852814,4 11.5,4 C9.01471863,4 7,6.01471863 7,8.5 C7,10.9852814 9.01471863,13 11.5,13 Z" id="Oval-199-Copy-2" fill="#E12524"></path>
|
||||
<rect id="Rectangle-326-Copy-2" fill="#043A86" x="1" y="6" width="21" height="5"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
|
@ -5,9 +5,13 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<rect id="Rectangle-330-Copy" fill="#FFFFFF" sketch:type="MSShapeGroup" x="0" y="6" width="17" height="5"></rect>
|
||||
<circle id="Oval-203-Copy-2" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="6.5"></circle>
|
||||
<path d="M8.5,14 C11.5375661,14 14,11.5375661 14,8.5 C14,5.46243388 11.5375661,3 8.5,3 C5.46243388,3 3,5.46243388 3,8.5 C3,11.5375661 5.46243388,14 8.5,14 Z M8.5,12 C10.4329966,12 12,10.4329966 12,8.5 C12,6.56700338 10.4329966,5 8.5,5 C6.56700338,5 5,6.56700338 5,8.5 C5,10.4329966 6.56700338,12 8.5,12 Z" id="Oval-203" fill="#E12524" sketch:type="MSShapeGroup"></path>
|
||||
<rect id="Rectangle-330" fill="#043A86" sketch:type="MSShapeGroup" x="1" y="7" width="15" height="3"></rect>
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(-149.000000, -91.000000)">
|
||||
<rect id="Rectangle-330-Copy" fill="#FFFFFF" sketch:type="MSShapeGroup" x="149" y="97" width="17" height="5"></rect>
|
||||
<circle id="Oval-203-Copy-2" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="157.5" cy="99.5" r="6.5"></circle>
|
||||
<g id="Oval-203-+-Rectangle-330" transform="translate(150.000000, 94.000000)" sketch:type="MSShapeGroup">
|
||||
<path d="M7.5,11 C10.5375661,11 13,8.53756612 13,5.5 C13,2.46243388 10.5375661,0 7.5,0 C4.46243388,0 2,2.46243388 2,5.5 C2,8.53756612 4.46243388,11 7.5,11 Z M7.5,9 C9.43299662,9 11,7.43299662 11,5.5 C11,3.56700338 9.43299662,2 7.5,2 C5.56700338,2 4,3.56700338 4,5.5 C4,7.43299662 5.56700338,9 7.5,9 Z" id="Oval-203" fill="#E12524"></path>
|
||||
<rect id="Rectangle-330" fill="#043A86" x="0" y="4" width="15" height="3"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.5 KiB |
14
data/styles/clear/style-clear/symbols/metro-barcelona-l.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="33px" height="23px" viewBox="0 0 33 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>metro-barcelona-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="metro-barcelona-l" sketch:type="MSLayerGroup" transform="translate(0.000000, -5.000000)">
|
||||
<path d="M5.29289322,5.29289322 L24.5809505,8.41904951 L27.7071068,27.7071068 L8.41904951,24.5809505 L5.29289322,5.29289322 Z" id="Rectangle-339-Copy-3" fill="#FFFFFF" sketch:type="MSShapeGroup" transform="translate(16.500000, 16.500000) rotate(-45.000000) translate(-16.500000, -16.500000) "></path>
|
||||
<path d="M6,6 L23.8738437,9.1261563 L27,27 L9.1261563,23.8738437 L6,6 Z" id="Rectangle-339-Copy" fill="#ED1B2D" sketch:type="MSShapeGroup" transform="translate(16.500000, 16.500000) rotate(-45.000000) translate(-16.500000, -16.500000) "></path>
|
||||
<path d="M21,21 L21,18.4285714 L15.1693544,16.5 L21,14.5714286 L21,12 L12,12 L12,13.9998447 L17.1618043,14 L12,15.8571429 L12,17.1428571 L17.1618043,19.0001554 L12,19.0001553 L12,21 L21,21 Z" id="path4854-copy" fill="#FFFFFF" sketch:type="MSShapeGroup" transform="translate(16.500000, 16.500000) rotate(-90.000000) translate(-16.500000, -16.500000) "></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
14
data/styles/clear/style-clear/symbols/metro-barcelona-m.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="27px" height="19px" viewBox="0 0 27 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>metro-barcelona-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="metro-barcelona-m" sketch:type="MSLayerGroup" transform="translate(0.000000, -4.000000)">
|
||||
<path d="M4.29289322,4.29289322 L20.1764088,6.82359117 L22.7071068,22.7071068 L6.82359117,20.1764088 L4.29289322,4.29289322 Z" id="Rectangle-339-Copy-2" fill="#FFFFFF" sketch:type="MSShapeGroup" transform="translate(13.500000, 13.500000) rotate(-45.000000) translate(-13.500000, -13.500000) "></path>
|
||||
<path d="M5,5 L19.469302,7.53069795 L22,22 L7.53069795,19.469302 L5,5 Z" id="Rectangle-339" fill="#ED1B2D" sketch:type="MSShapeGroup" transform="translate(13.500000, 13.500000) rotate(-45.000000) translate(-13.500000, -13.500000) "></path>
|
||||
<path d="M17,17 L17,15 L12.6347826,13.498913 L17,12 L17,10 L10,10 L10,11.5554348 L14.0147367,11.525 L10,13 L10,14 L14.0147367,15.4445653 L12.3717391,15.4445652 L10,15.4445652 L10,17 L17,17 Z" id="path4854" fill="#FFFFFF" sketch:type="MSShapeGroup" transform="translate(13.500000, 13.500000) rotate(-90.000000) translate(-13.500000, -13.500000) "></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
14
data/styles/clear/style-clear/symbols/metro-barcelona-s.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="21px" height="15px" viewBox="0 0 21 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>metro-barcelona-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="metro-barcelona-s" sketch:type="MSLayerGroup" transform="translate(-1.000000, -4.000000)">
|
||||
<path d="M4.0753788,4.0753788 L16.8033009,6.19669914 L18.9246212,18.9246212 L6.19669914,16.8033009 L4.0753788,4.0753788 Z" id="Rectangle-339-Copy-4" fill="#FFFFFF" sketch:type="MSShapeGroup" transform="translate(11.500000, 11.500000) rotate(-45.000000) translate(-11.500000, -11.500000) "></path>
|
||||
<path d="M4.78248558,4.78248558 L16.0961941,6.90380592 L18.2175144,18.2175144 L6.90380592,16.0961941 L4.78248558,4.78248558 Z" id="Rectangle-339" fill="#ED1B2D" sketch:type="MSShapeGroup" transform="translate(11.500000, 11.500000) rotate(-45.000000) translate(-11.500000, -11.500000) "></path>
|
||||
<path d="M14,14 L14,12.5714286 L10.8819876,11.4992236 L14,10.4285714 L14,9 L9,9 L9,10.1110248 L11.867669,10.0892857 L9,11.1428571 L9,11.8571429 L11.867669,12.8889752 L10.6940994,12.8889752 L9,12.8889752 L9,14 L14,14 Z" id="path4854" fill="#FFFFFF" sketch:type="MSShapeGroup" transform="translate(11.500000, 11.500000) rotate(-90.000000) translate(-11.500000, -11.500000) "></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -5,13 +5,13 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-19.000000, -222.000000)">
|
||||
<g id="monument-l" transform="translate(19.000000, 222.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(0.000000, -222.000000)">
|
||||
<g id="monument-l" transform="translate(0.000000, 222.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M11,7 L11,16 L9,16 C8.44599,16 8,16.446 8,17 L8,19 L7,19 C6.44601,19 6,19.446 6,20 L6,21 L21,21 L21,20 C21,19.446 20.55399,19 20,19 L19,19 L19,17 C19,16.446 18.55401,16 18,16 L16,16 L16,7 C16,6 13.5,4 13.5,4 C13.5,4 10.90946,6.0041 11,7 Z" id="path11719" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
<g id="monument-l-copy-2" transform="translate(19.000000, 222.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="monument-l-copy-2" transform="translate(0.000000, 222.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M11,7 L11,16 L9,16 C8.44599,16 8,16.446 8,17 L8,19 L7,19 C6.44601,19 6,19.446 6,20 L6,21 L21,21 L21,20 C21,19.446 20.55399,19 20,19 L19,19 L19,17 C19,16.446 18.55401,16 18,16 L16,16 L16,7 C16,6 13.5,4 13.5,4 C13.5,4 10.90946,6.0041 11,7 Z" id="path11719" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.8 KiB |
|
@ -5,13 +5,13 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -224.000000)">
|
||||
<g id="monument-m" transform="translate(56.000000, 224.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -224.000000)">
|
||||
<g id="monument-m" transform="translate(37.000000, 224.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M10,6.5 L10,14 L9,14 C8.56908,14 8,14.5136 8,14.9445 L8,16.5 L7,16.5 C6.5,16.5 6,17 6,17.5 L6,18 L17,18 L17,17.5 C17,17 16.5,16.5 16,16.5 L15,16.5 L15,15 C15,14.5 14.5,14 14,14 L13,14 L13,6.5 C13,5.7223 11.44444,4 11.44444,4 C11.44444,4 10,5.7223 10,6.5 Z" id="path11719-5" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
<g id="monument-m-copy-2" transform="translate(56.000000, 224.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="monument-m-copy-2" transform="translate(37.000000, 224.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M10,6.5 L10,14 L9,14 C8.56908,14 8,14.5136 8,14.9445 L8,16.5 L7,16.5 C6.5,16.5 6,17 6,17.5 L6,18 L17,18 L17,17.5 C17,17 16.5,16.5 16,16.5 L15,16.5 L15,15 C15,14.5 14.5,14 14,14 L13,14 L13,6.5 C13,5.7223 11.44444,4 11.44444,4 C11.44444,4 10,5.7223 10,6.5 Z" id="path11719-5" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -5,13 +5,13 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-90.000000, -227.000000)">
|
||||
<g id="monument-s" transform="translate(90.000000, 227.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-71.000000, -227.000000)">
|
||||
<g id="monument-s" transform="translate(71.000000, 227.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M8.5,4 C8.5,4 7,5.5 7,6 L7,10 L6.5,10 C6.22299,10 6.03629,10.2254 6,10.5 L6,12 L5.5,12 C5.223,12 5,12.223 5,12.5 L5,13 L12,13 L12,12.5 C12,12.223 11.77699,12 11.5,12 L11,12 L11,10.5 C11,10.223 10.777,10 10.5,10 L10,10 L10,6 C10,5.5 8.5,4 8.5,4 L8.5,4 Z" id="path11719-7" fill="#FFFFFF"></path>
|
||||
</g>
|
||||
<g id="monument-s-copy-2" transform="translate(90.000000, 227.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="monument-s-copy-2" transform="translate(71.000000, 227.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M8.5,4 C8.5,4 7,5.5 7,6 L7,10 L6.5,10 C6.22299,10 6.03629,10.2254 6,10.5 L6,12 L5.5,12 C5.223,12 5,12.223 5,12.5 L5,13 L12,13 L12,12.5 C12,12.223 11.77699,12 11.5,12 L11,12 L11,10.5 C11,10.223 10.777,10 10.5,10 L10,10 L10,6 C10,5.5 8.5,4 8.5,4 L8.5,4 Z" id="path11719-7" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
14
data/styles/clear/style-clear/symbols/mosmetro-border-l.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="28px" height="27px" viewBox="0 0 28 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>mosmetro-border-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(-76.000000, 0.000000)">
|
||||
<circle id="Oval-184" stroke="#000000" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="90.0023924" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-184-Copy-2" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="90.0023924" cy="13.5" r="12.5"></circle>
|
||||
<path d="M93.1623961,14.0878868 L94.5023924,18.1011996 L93.5023924,18.1011996 L93.5023924,20.1011996 L99.5047849,20.1011996 L99.5047847,18.1011992 L98.5023924,18.1011992 L93.9956153,6 L90.0035887,13.0954298 L86.011562,6 L81.5047849,18.1011992 L80.5023927,18.1011992 L80.5023924,20.1011996 L86.5047849,20.1011996 L86.5047849,18.1011996 L85.5047849,18.1011996 L86.8447812,14.0878868 L90.0003425,20.0888528 L93.1623961,14.0878868 Z" id="Rectangle-60-Copy-3" fill="#F03838" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
14
data/styles/clear/style-clear/symbols/mosmetro-border-m.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="24px" height="23px" viewBox="0 0 24 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>mosmetro-border-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(-113.000000, -3.000000)">
|
||||
<circle id="Oval-184-Copy" stroke="#000000" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="125.002392" cy="14.5" r="11.5"></circle>
|
||||
<circle id="Oval-184-Copy-4" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="125.002392" cy="14.5" r="10.5"></circle>
|
||||
<path d="M127.162396,15.0878868 L128.502392,18.1011996 L127.502392,18.1011996 L127.502392,20.1011996 L133.504785,20.1011996 L133.504785,18.1011992 L132.502392,18.1011992 L127.995615,8 L125.003589,14.0954298 L122.011562,8 L117.504785,18.1011992 L116.502393,18.1011992 L116.502392,20.1011996 L122.504785,20.1011996 L122.504785,18.1011996 L121.504785,18.1011996 L122.844781,15.0878868 L125.000342,20.0888528 L127.162396,15.0878868 Z" id="Rectangle-60-Copy-5" fill="#F03838" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
14
data/styles/clear/style-clear/symbols/mosmetro-border-s.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="18px" height="17px" viewBox="0 0 18 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>mosmetro-border-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(-146.000000, -6.000000)">
|
||||
<circle id="Oval-184-Copy-3" fill="#000000" sketch:type="MSShapeGroup" cx="155.002392" cy="14.5" r="8.5"></circle>
|
||||
<circle id="Oval-184-Copy-5" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="155.002392" cy="14.5" r="7.5"></circle>
|
||||
<path d="M156.027542,15.0035076 L156.973477,17.1306766 L156.267554,17.1306766 L156.267554,18.5425241 L160.504785,18.5425241 L160.504785,17.1306763 L159.797172,17.1306763 L156.615731,10 L154.503589,14.3029086 L152.391446,10 L149.210005,17.1306763 L148.502393,17.1306763 L148.502392,18.5425241 L152.739624,18.5425241 L152.739624,17.1306766 L152.0337,17.1306766 L152.979635,15.0035076 L154.501297,18.5338082 L156.027542,15.0035076 Z" id="Rectangle-60-Copy-6" fill="#F03838" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
|
@ -1,12 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="27px" height="27px" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<svg width="27px" height="23px" viewBox="0 0 27 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>mosmetro-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<circle id="Oval-184" stroke="#000000" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-184-Copy-2" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M16.6600037,13.9866872 L18,18 L17,18 L17,20 L23.0023924,20 L23.0023922,17.9999995 L22,17.9999995 L17.4932229,5.8988004 L13.5011962,12.9942302 L9.50916957,5.8988004 L5.00239245,17.9999995 L4.00000023,17.9999995 L4,20 L10.0023924,20 L10.0023924,18 L9.00239245,18 L10.3423888,13.9866872 L13.49795,19.9876532 L16.6600037,13.9866872 Z" id="Rectangle-60-Copy-3" fill="#F03838" sketch:type="MSShapeGroup"></path>
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(0.000000, -68.000000)">
|
||||
<g id="mosmetro-l" transform="translate(0.502392, 68.000000)" sketch:type="MSShapeGroup">
|
||||
<path d="M13.8873628,20.441419 L12.9972655,22.1701425 L12.1087926,20.4405835 L10.040179,16.0000001 L10.0401791,17 L10.0401791,19.9965827 L10.0401791,20.9965827 L9.0401792,20.9965827 L1.00239269,20.9965832 L0.00239266667,20.9965833 L0.00239263259,19.9965832 L0.00239253044,17 L0.00239249635,16 L1.00239253,16 L2.38592526,16.0000001 L7.73077125,2.49092478 L8.5713604,0.371397077 L9.56119444,2.4254702 L12.9972655,9.62509352 L16.4438759,2.42487862 L17.4341746,0.373287993 L18.2740138,2.49092478 L23.6834361,16.0000001 L25.0023925,16 L26.0023926,16 L26.0023925,17 L26.0023924,19.9965832 L26.0023924,20.9965833 L25.0023924,20.9965832 L16.9646059,20.9965827 L15.9646059,20.9965827 L15.9646059,19.9965827 L15.9646059,17 L15.9646059,16 L13.8873628,20.441419 Z" id="Shape" fill="#FFFFFF"></path>
|
||||
<path d="M16.5525404,13.0806815 L18.0443176,17 L16.9646059,17 L16.9646059,19.9965827 L25.0023924,19.9965832 L25.0023925,17 L22.9524346,17 L17.344449,2.85958339 L12.9987483,11.8625228 L8.66033611,2.85958339 L3.0523505,17 L1.00239253,17 L1.00239263,19.9965832 L9.04017914,19.9965827 L9.04017914,17 L7.96046747,17 L9.45224468,13.0806815 L12.9982925,19.9836482 L16.5525404,13.0806815 Z" id="Path" fill="#D73535"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2 KiB |
|
@ -1,12 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<svg width="23px" height="19px" viewBox="0 0 23 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>mosmetro-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<circle id="Oval-184-Copy" stroke="#000000" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" r="11.5"></circle>
|
||||
<circle id="Oval-184-Copy-4" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" r="10.5"></circle>
|
||||
<path d="M13.6600037,11.9866872 L15,15 L14,15 L14,17 L20.0023924,17 L20.0023922,14.9999995 L19,14.9999995 L14.4932229,4.8988004 L11.5011962,10.9942302 L8.50916957,4.8988004 L4.00239245,14.9999995 L3.00000023,14.9999995 L3,17 L9.00239245,17 L9.00239245,15 L8.00239245,15 L9.34238879,11.9866872 L11.49795,16.9876532 L13.6600037,11.9866872 Z" id="Rectangle-60-Copy-5" fill="#F03838" sketch:type="MSShapeGroup"></path>
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(-2.000000, -36.000000)">
|
||||
<g id="mosmetro-m" transform="translate(2.502392, 36.000000)" sketch:type="MSShapeGroup">
|
||||
<path d="M11,19.0210339 L11,8.1499939 L13.7203656,2.5600347 L14.714791,0.5303093 L15.5479603,2.63137952 L19.9924927,13.785091 L21,13.785091 L22,13.785091 L22,14.7850911 L21.9999999,17.0699997 L21.9999999,18.0699998 L20.9999999,18.0699997 L14.3018444,18.0699993 L13.3018445,18.0699993 L13.3018445,17.0699993 L13.3018445,14.699118 L11.8808374,17.4670062 L11,19.0210339 Z M11,19 L11,8.1499939 L8.27963446,2.5600347 L7.28520902,0.5303093 L6.4520397,2.63137952 L2.00750736,13.785091 L1.00000004,13.785091 L-3.55271368e-15,13.785091 L3.72533044e-08,14.7850911 L1.22373709e-07,17.0699997 L1.59627017e-07,18.0699998 L1.00000018,18.0699997 L7.6981556,18.0699993 L8.69815555,18.0699993 L8.69815555,17.0699993 L8.69815555,14.699118 L10.1191627,17.4670062 L11,19 Z" id="Shape" fill="#FFFFFF"></path>
|
||||
<path d="M11.0034167,16.9870613 L13.9584565,11.3918334 L15.2016042,14.699118 L14.3018445,14.699118 L14.3018445,17.0699993 L20.9999999,17.0699997 L21,14.785091 L19.2917017,14.785091 L14.6183804,3 L11,10.3854894 L7.38161965,3 L2.70829831,14.785091 L1,14.785091 L1.00000009,17 L7.69815551,17 L7.69815551,14.699118 L6.79839578,14.699118 L8.04154346,11.3918334 L10.9965833,16.9870613 L10.9965833,17 L11,16.9935307 L11.0034167,17 L11.0034167,16.9870613 Z" id="Rectangle-60-Copy-11" fill="#D83535"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2 KiB |
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="27px" height="27px" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<svg width="28px" height="27px" viewBox="0 0 28 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>mosmetro-mono-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<circle id="Oval-184-Copy-11" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-184-Copy-6" fill="#3C3E38" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M16.6600037,13.9866872 L18,18 L17,18 L17,20 L23.0023924,20 L23.0023922,17.9999995 L22,17.9999995 L17.4932229,5.8988004 L13.5011962,12.9942302 L9.50916957,5.8988004 L5.00239245,17.9999995 L4.00000023,17.9999995 L4,20 L10.0023924,20 L10.0023924,18 L9.00239245,18 L10.3423888,13.9866872 L13.49795,19.9876532 L16.6600037,13.9866872 Z" id="Rectangle-60-Copy-7" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(-76.000000, -50.000000)">
|
||||
<circle id="Oval-184-Copy-11" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="90.0023924" cy="63.5" r="13.5"></circle>
|
||||
<circle id="Oval-184-Copy-6" fill="#3C3E38" sketch:type="MSShapeGroup" cx="90.0023924" cy="63.5" r="12.5"></circle>
|
||||
<path d="M93.1623961,64.0878868 L94.5023924,68.1011996 L93.5023924,68.1011996 L93.5023924,70.1011996 L99.5047849,70.1011996 L99.5047847,68.1011992 L98.5023924,68.1011992 L93.9956153,56 L90.0035887,63.0954298 L86.011562,56 L81.5047849,68.1011992 L80.5023927,68.1011992 L80.5023924,70.1011996 L86.5047849,70.1011996 L86.5047849,68.1011996 L85.5047849,68.1011996 L86.8447812,64.0878868 L90.0003425,70.0888528 L93.1623961,64.0878868 Z" id="Rectangle-60-Copy-7" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<svg width="24px" height="23px" viewBox="0 0 24 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>mosmetro-mono-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<circle id="Oval-184-Copy-7" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" r="11.5"></circle>
|
||||
<circle id="Oval-184-Copy-8" fill="#3C3E38" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" r="10.5"></circle>
|
||||
<path d="M13.6600037,11.9866872 L15,15 L14,15 L14,17 L20.0023924,17 L20.0023922,14.9999995 L19,14.9999995 L14.4932229,4.8988004 L11.5011962,10.9942302 L8.50916957,4.8988004 L4.00239245,14.9999995 L3.00000023,14.9999995 L3,17 L9.00239245,17 L9.00239245,15 L8.00239245,15 L9.34238879,11.9866872 L11.49795,16.9876532 L13.6600037,11.9866872 Z" id="Rectangle-60-Copy-8" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(-113.000000, -52.000000)">
|
||||
<circle id="Oval-184-Copy-7" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="125.002392" cy="63.5" r="11.5"></circle>
|
||||
<circle id="Oval-184-Copy-8" fill="#3C3E38" sketch:type="MSShapeGroup" cx="125.002392" cy="63.5" r="10.5"></circle>
|
||||
<path d="M127.162396,64.0878868 L128.502392,67.1011996 L127.502392,67.1011996 L127.502392,69.1011996 L133.504785,69.1011996 L133.504785,67.1011992 L132.502392,67.1011992 L127.995615,57 L125.003589,63.0954298 L122.011562,57 L117.504785,67.1011992 L116.502393,67.1011992 L116.502392,69.1011996 L122.504785,69.1011996 L122.504785,67.1011996 L121.504785,67.1011996 L122.844781,64.0878868 L125.000342,69.0888528 L127.162396,64.0878868 Z" id="Rectangle-60-Copy-8" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<svg width="18px" height="17px" viewBox="0 0 18 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>mosmetro-mono-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<circle id="Oval-184-Copy-9" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-184-Copy-10" fill="#3C3E38" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M10.0251496,8.68164572 L10.9710849,10.8088148 L10.2651611,10.8088148 L10.2651611,12.2206622 L14.5023924,12.2206622 L14.5023923,10.8088144 L13.7947798,10.8088144 L10.6133389,3.67813816 L8.50119622,7.98104673 L6.38905358,3.67813816 L3.20761263,10.8088144 L2.50000017,10.8088144 L2.5,12.2206622 L6.73723132,12.2206622 L6.73723132,10.8088148 L6.03130758,10.8088148 L6.97724281,8.68164572 L8.49890464,12.2119464 L10.0251496,8.68164572 Z" id="Rectangle-60-Copy-9" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(-146.000000, -55.000000)">
|
||||
<circle id="Oval-184-Copy-9" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="155.002392" cy="63.5" r="8.5"></circle>
|
||||
<circle id="Oval-184-Copy-10" fill="#3C3E38" sketch:type="MSShapeGroup" cx="155.002392" cy="63.5" r="7.5"></circle>
|
||||
<path d="M156.027542,64.0035076 L156.973477,66.1306766 L156.267554,66.1306766 L156.267554,67.5425241 L160.504785,67.5425241 L160.504785,66.1306763 L159.797172,66.1306763 L156.615731,59 L154.503589,63.3029086 L152.391446,59 L149.210005,66.1306763 L148.502393,66.1306763 L148.502392,67.5425241 L152.739624,67.5425241 L152.739624,66.1306766 L152.0337,66.1306766 L152.979635,64.0035076 L154.501297,67.5338082 L156.027542,64.0035076 Z" id="Rectangle-60-Copy-9" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -1,12 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<svg width="21px" height="17px" viewBox="0 0 21 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>mosmetro-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<circle id="Oval-184-Copy-3" fill="#000000" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-184-Copy-5" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M10.0251496,8.68164572 L10.9710849,10.8088148 L10.2651611,10.8088148 L10.2651611,12.2206622 L14.5023924,12.2206622 L14.5023923,10.8088144 L13.7947798,10.8088144 L10.6133389,3.67813816 L8.50119622,7.98104673 L6.38905358,3.67813816 L3.20761263,10.8088144 L2.50000017,10.8088144 L2.5,12.2206622 L6.73723132,12.2206622 L6.73723132,10.8088148 L6.03130758,10.8088148 L6.97724281,8.68164572 L8.49890464,12.2119464 L10.0251496,8.68164572 Z" id="Rectangle-60-Copy-6" fill="#F03838" sketch:type="MSShapeGroup"></path>
|
||||
<g id="Subways" sketch:type="MSLayerGroup" transform="translate(-3.000000, -11.000000)">
|
||||
<g id="mosmetro-s" transform="translate(3.502392, 10.000000)" sketch:type="MSShapeGroup">
|
||||
<path d="M10.8899994,16.3054708 L10,17.9552619 L10,7.3926004 L10.7718685,5.81325094 C11.3009882,4.73059903 12.3592275,2.56529523 12.3592275,2.56529523 L13.2779667,0.990007698 L14.1912371,2.63609626 L18.1306763,12.7683795 L19.0047851,12.7683793 L20.0047851,12.7683793 L20.0047851,13.7683794 L20.004785,15.8561666 L20.0047849,16.8561667 L19.0047849,16.8561666 L12.9748425,16.8561662 L11.9748425,16.8561662 L11.9748425,15.8561662 L11.9748425,14.7507324 L11.9748425,14.3456421 L10.8899994,16.3054708 L10.8899994,16.3054708 Z M9.11635029,16.3154631 L10,17.9652542 L10,7.4025927 L7.64555756,2.57528753 L6.72681836,1 L5.81354798,2.64608856 L1.87410883,12.7783718 L1.00000004,12.7783716 L0,12.7783716 L3.67033266e-08,13.7783717 L1.13332057e-07,15.8661589 L1.50035383e-07,16.866159 L1.00000017,16.8661589 L7.02994261,16.8661585 L8.02994255,16.8661585 L8.02994255,15.8661585 L8.02994255,14.7607247 L8.02994255,14.3556344 L9.11635029,16.3154631 L9.11635029,16.3154631 Z" id="Shape" fill="#FFFFFF"></path>
|
||||
<path d="M10.0054684,15.8358423 L12.6657112,10.6678614 L13.7848416,13.6898233 L12.9748425,13.6898233 L12.9748425,15.8561662 L19.004785,15.8561666 L19.0047851,13.7683793 L17.4669079,13.7683793 L13.2598006,3 L10.0023925,9.74833576 L6.7449845,3 L2.53787719,13.7683793 L1,13.7683793 L1.00000008,15.8561666 L7.02994251,15.8561662 L7.02994251,13.6898233 L6.21994349,13.6898233 L7.33907382,10.6678614 L9.99931669,15.8358423 L9.99931669,15.8477929 L10.0023925,15.8418176 L10.0054684,15.8477929 L10.0054684,15.8358423 Z" id="Rectangle-60-Copy-4" fill="#D73535"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="26px" height="26px" viewBox="0 0 26 26" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>mtro-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<path d="M13.8873628,22.441419 L12.9972655,24.1701425 L12.1087926,22.4405835 L10.040179,18.0000001 L10.0401791,19 L10.0401791,21.9965827 L10.0401791,22.9965827 L9.0401792,22.9965827 L1.00239269,22.9965832 L0.00239266667,22.9965833 L0.00239263259,21.9965832 L0.00239253044,19 L0.00239249635,18 L1.00239253,18 L2.38592526,18.0000001 L7.73077125,4.49092478 L8.5713604,2.37139708 L9.56119444,4.4254702 L12.9972655,11.6250935 L16.4438759,4.42487862 L17.4341746,2.37328799 L18.2740138,4.49092478 L23.6834361,18.0000001 L25.0023925,18 L26.0023926,18 L26.0023925,19 L26.0023924,21.9965832 L26.0023924,22.9965833 L25.0023924,22.9965832 L16.9646059,22.9965827 L15.9646059,22.9965827 L15.9646059,21.9965827 L15.9646059,19 L15.9646059,18 L13.8873628,22.441419 Z" id="Shape" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M16.5525404,15.0806815 L18.0443176,19 L16.9646059,19 L16.9646059,21.9965827 L25.0023924,21.9965832 L25.0023925,19 L22.9524346,19 L17.344449,4.85958339 L12.9987483,13.8625228 L8.66033611,4.85958339 L3.0523505,19 L1.00239253,19 L1.00239263,21.9965832 L9.04017914,21.9965827 L9.04017914,19 L7.96046747,19 L9.45224468,15.0806815 L12.9982925,21.9836482 L16.5525404,15.0806815 Z" id="Path" fill="#F03838" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.8 KiB |
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="20px" height="17px" viewBox="0 0 20 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>mtro</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<path d="M10.8899994,15.3054708 L10,16.9552619 L10,6.3926004 L10.7718685,4.81325094 C11.3009882,3.73059903 12.3592275,1.56529523 12.3592275,1.56529523 L13.2779667,-0.00999230236 L14.1912371,1.63609626 L18.1306763,11.7683795 L19.0047851,11.7683793 L20.0047851,11.7683793 L20.0047851,12.7683794 L20.004785,14.8561666 L20.0047849,15.8561667 L19.0047849,15.8561666 L12.9748425,15.8561662 L11.9748425,15.8561662 L11.9748425,14.8561662 L11.9748425,13.7507324 L11.9748425,13.3456421 L10.8899994,15.3054708 L10.8899994,15.3054708 Z M9.11635029,15.3154631 L10,16.9652542 L10,6.4025927 L7.64555756,1.57528753 L6.72681836,0 L5.81354798,1.64608856 L1.87410883,11.7783718 L1.00000004,11.7783716 L0,11.7783716 L3.67033266e-08,12.7783717 L1.13332057e-07,14.8661589 L1.50035383e-07,15.866159 L1.00000017,15.8661589 L7.02994261,15.8661585 L8.02994255,15.8661585 L8.02994255,14.8661585 L8.02994255,13.7607247 L8.02994255,13.3556344 L9.11635029,15.3154631 L9.11635029,15.3154631 Z" id="Shape" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M10.0054684,14.8358423 L12.6657112,9.66786143 L13.7848416,12.6898233 L12.9748425,12.6898233 L12.9748425,14.8561662 L19.004785,14.8561666 L19.0047851,12.7683793 L17.4669079,12.7683793 L13.2598006,2 L10.0023925,8.74833576 L6.7449845,2 L2.53787719,12.7683793 L1,12.7683793 L1.00000008,14.8561666 L7.02994251,14.8561662 L7.02994251,12.6898233 L6.21994349,12.6898233 L7.33907382,9.66786143 L9.99931669,14.8358423 L9.99931669,14.8477929 L10.0023925,14.8418176 L10.0054684,14.8477929 L10.0054684,14.8358423 Z" id="Rectangle-60-Copy-4" fill="#F03838" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.1 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-19.000000, -37.000000)">
|
||||
<g id="museum-l" transform="translate(19.000000, 37.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(0.000000, -37.000000)">
|
||||
<g id="museum-l" transform="translate(0.000000, 37.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M13.5,3.3622 L7,8.3622 L20,8.3622 L13.5,3.3622 Z M8,9.3622 C7.44599,9.3622 7.07835,9.8138 7,10.3622 L7,17.3622 L5.25,20.3622 C5.10167,20.6165 5,20.7189 5,20.8622 C5,21.3622 5.63165,21.3622 6,21.3622 L21,21.3622 C21.35499,21.3622 22,21.3622 22,20.8622 C22,20.716 21.9134,20.6423 21.75,20.3622 L20,17.3622 L20,10.3622 C20,9.8082 19.55401,9.3622 19,9.3622 L8,9.3622 Z M10,11.3622 L11.5,11.3622 C12,11.3622 12.5,12.3622 12.5,12.3622 L13.5,14.8622 L14.5,12.3622 C14.72318,11.8042 15,11.3622 15.5,11.3622 L17,11.3622 C17.554,11.3622 18,11.8082 18,12.3622 L18,17.3622 C18,17.8622 17.5,18.3622 17,18.3622 C16.5,18.3622 16,17.8622 16,17.3622 L16,13.3622 L14.5,16.3622 C14.5,16.3622 14,17.3622 13.5,17.3622 C13,17.3622 12.5,16.3622 12.5,16.3622 L11,13.3622 L11,17.3622 C11,17.8622 10.5,18.3622 10,18.3622 C9.5,18.3622 9,17.8622 9,17.3622 L9,16.3622 L9,12.3622 C9,11.8082 9.446,11.3622 10,11.3622 L10,11.3622 Z" id="rect7645-6-5-0" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -39.000000)">
|
||||
<g id="museum-m" transform="translate(56.000000, 39.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -39.000000)">
|
||||
<g id="museum-m" transform="translate(37.000000, 39.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M11.5,5.3622 L7,8.3622 L16,8.3622 L11.5,5.3622 Z M8,9.3622 C7.5,9.3622 7,9.8622 7,10.3067 L7,15.3622 L6,16.8622 C6,17.2233 6.23397,17.3622 6.5,17.3622 L16.5,17.3622 C16.75638,17.3622 17,17.2233 17,16.8622 L16,15.3622 L16,10.3067 C16,9.8622 15.5,9.3622 15,9.3622 L8,9.3622 Z M10,10.8622 C10.5,10.8622 10.5,10.8622 11,11.8622 L11.5,12.8622 L12,11.8622 C12.5,10.8622 12.5,10.8622 13,10.8622 C13.5,10.8622 14,11.3622 14,11.8622 L14,15.3622 C14,15.7233 13.86111,15.8622 13.5,15.8622 C13.13889,15.8622 13,15.7233 13,15.3622 L13,12.4733 L12,14.3622 C11.7353,14.8622 11.2647,14.8622 11,14.3622 L10,12.4733 L10,15.3622 C10,15.7233 9.86111,15.8622 9.5,15.8622 C9.13889,15.8622 8.99995,15.7233 8.99995,15.3622 L8.99995,14.64 L9,11.8622 C9.00001,11.3622 9.5,10.8622 10,10.8622 L10,10.8622 Z" id="rect7645-6-5-0-1" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-90.000000, -42.000000)">
|
||||
<g id="museum-s" transform="translate(90.000000, 42.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-71.000000, -42.000000)">
|
||||
<g id="museum-s" transform="translate(71.000000, 42.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<g id="museum-12-copy" transform="translate(2.000000, 2.000000)">
|
||||
|
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
15
data/styles/clear/style-clear/symbols/parking-l.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="21px" height="21px" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>parking-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-17.000000, -85.000000)"></g>
|
||||
<g id="parking-l" sketch:type="MSLayerGroup">
|
||||
<rect id="Rectangle-346-Copy-3" fill="#FFFFFF" sketch:type="MSShapeGroup" x="0" y="0" width="21" height="21" rx="2"></rect>
|
||||
<rect id="Rectangle-346" fill="#2E77C0" sketch:type="MSShapeGroup" x="1" y="1" width="19" height="19" rx="2"></rect>
|
||||
<path d="M9.42187501,10.3749332 L10.2187499,10.3749332 C10.9635366,10.3749332 11.5208272,10.2291999 11.8906245,9.93746654 C12.2604099,9.64066655 12.4453059,9.21093323 12.4453125,8.64839991 C12.4453059,8.08066659 12.2890552,7.6614666 11.9765619,7.39053327 C11.6692645,7.11973328 11.1848899,6.98439995 10.5234374,6.98439995 L9.42187501,6.98439995 L9.42187501,10.3749332 M14.8906245,8.56253324 C14.8906151,9.79159988 14.5051991,10.7317332 13.7343752,11.3827998 C12.9687419,12.0338665 11.8775979,12.3593331 10.4609374,12.3593331 L9.42187501,12.3593331 L9.42187501,16.4218664 L7,16.4218664 L7,5 L10.6484374,5 C12.0338472,5 13.0859298,5.29946666 13.8046872,5.89839998 C14.5286365,6.4921333 14.8906151,7.38013327 14.8906245,8.56253324" id="path15189-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
15
data/styles/clear/style-clear/symbols/parking-m.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>parking-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-47.000000, -87.000000)"></g>
|
||||
<g id="parking-m" sketch:type="MSLayerGroup">
|
||||
<rect id="Rectangle-346-Copy-4" fill="#FFFFFF" sketch:type="MSShapeGroup" x="0" y="0" width="17" height="17" rx="2"></rect>
|
||||
<rect id="Rectangle-346-Copy" fill="#2E77C0" sketch:type="MSShapeGroup" x="1" y="1" width="15" height="15" rx="2"></rect>
|
||||
<path d="M5.046875,4 L5.046875,14 L7.171875,14 L7.171875,10.4375 L8.078125,10.4375 C9.317705,10.4375 10.283195,10.1635 10.953125,9.5938 C11.627595,9.0241 11.953115,8.2006 11.953125,7.125 C11.953115,6.0905 11.649085,5.3008 11.015625,4.7813 C10.386715,4.2572 9.446615,4.0001 8.234375,4 L5.046875,4 Z M7.171875,5.75 L8.140625,5.75 C8.719395,5.75 9.121745,5.8569 9.390625,6.0938 C9.664055,6.3308 9.796865,6.6908 9.796875,7.1875 C9.796865,7.6797 9.651685,8.0527 9.328125,8.3125 C9.004545,8.5677 8.511055,8.7188 7.859375,8.7188 L7.171875,8.7188 L7.171875,5.75 Z" id="path8599-0-copy-2" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
14
data/styles/clear/style-clear/symbols/parking-rounded.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="21px" height="21px" viewBox="0 0 21 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>parking-rounded</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="parking-rounded" sketch:type="MSLayerGroup">
|
||||
<rect id="Rectangle-346-Copy-3" fill="#FFFFFF" sketch:type="MSShapeGroup" x="0" y="0" width="21" height="21" rx="40"></rect>
|
||||
<rect id="Rectangle-346" fill="#2E77C0" sketch:type="MSShapeGroup" x="1" y="1" width="19" height="19" rx="40"></rect>
|
||||
<path d="M9.42187501,10.3749332 L10.2187499,10.3749332 C10.9635366,10.3749332 11.5208272,10.2291999 11.8906245,9.93746654 C12.2604099,9.64066655 12.4453059,9.21093323 12.4453125,8.64839991 C12.4453059,8.08066659 12.2890552,7.6614666 11.9765619,7.39053327 C11.6692645,7.11973328 11.1848899,6.98439995 10.5234374,6.98439995 L9.42187501,6.98439995 L9.42187501,10.3749332 M14.8906245,8.56253324 C14.8906151,9.79159988 14.5051991,10.7317332 13.7343752,11.3827998 C12.9687419,12.0338665 11.8775979,12.3593331 10.4609374,12.3593331 L9.42187501,12.3593331 L9.42187501,16.4218664 L7,16.4218664 L7,5 L10.6484374,5 C12.0338472,5 13.0859298,5.29946666 13.8046872,5.89839998 C14.5286365,6.4921333 14.8906151,7.38013327 14.8906245,8.56253324" id="path15189-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
15
data/styles/clear/style-clear/symbols/parking-s.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="13px" height="13px" viewBox="0 0 13 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>parking-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="transport" sketch:type="MSLayerGroup" transform="translate(-76.000000, -89.000000)"></g>
|
||||
<g id="parking-s" sketch:type="MSLayerGroup">
|
||||
<rect id="Rectangle-346-Copy-5" fill="#FFFFFF" sketch:type="MSShapeGroup" x="0" y="0" width="13" height="13" rx="2"></rect>
|
||||
<rect id="Rectangle-346-Copy-2" fill="#2E77C0" sketch:type="MSShapeGroup" x="1" y="1" width="11" height="11" rx="2"></rect>
|
||||
<path d="M6.0776,6.1354 C6.51206,6.1354 6.83715,6.0504 7.05286,5.8802 C7.26857,5.707 7.37642,5.4564 7.37643,5.1283 C7.37642,4.7971 7.28533,4.5525 7.10299,4.3945 C6.92373,4.2365 6.64118,4.1576 6.25533,4.1575 L5.41276,4.1575 L5.41276,6.1354 L6.0776,6.1354 Z M8.02838,6.7233 C7.58176,7.1031 6.94526,7.293 6.11888,7.293 L5.41276,7.293 L5.41276,10 L4,10 L4,3 L6.22825,3 C7.03641,3 7.65012,3.1747 8.0694,3.5241 C8.4917,3.8704 8.70285,4.3885 8.70286,5.0781 C8.70285,5.7951 8.47803,6.3435 8.02838,6.7233 Z" id="path5034-copy-2" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
14
data/styles/clear/style-clear/symbols/pitch-l.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="27px" height="27px" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>pitch-l</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="pitch-l" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" sketch:type="MSShapeGroup" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M13,4 C11.89543,4 11,4.8954 11,6 C11,7.1046 11.89543,8 13,8 C14.10457,8 15,7.1046 15,6 C15,4.8954 14.10457,4 13,4 L13,4 Z M7.25,8 L7.75,10 C8,11 8.59716,11 9.34375,11 L11,11 C11.59375,12 11.31467,13.4718 11.5,15 L10.59375,15 C9.59375,15 8,16 9,18 L10.5,21 C11.5,23 13,21.5 12.5,20.5 L11,17.5 C10.75,17 11.2643,17 11.5,17 L13.96793,17 C13.96793,17 15.15167,19.6276 16.54603,21.4285 C17.06075,22.0933 17.63089,23 18.34453,23 C18.84453,23 19.70137,22.2273 18.78944,21.139 C17.0817,19.101 16,17 16,16 C16,14.8368 15.79566,12.3873 15.5,11 L17,11 C17.488,11.9781 18.25,13.5 18.25,13.5 C18.80274,14.4574 20,14.3851 20,13.5 C20,13.3785 20,13.1111 19.86048,12.8232 L18.25,9.5 C18.14722,9.2879 17.99658,9 17.25,9 L9.5,9 L8.75,6.5 C8.45,5.5 7,5.5 7,6.5 C7,7 7.17716,7.6071 7.25,8 L7.25,8 Z" id="path10527-1-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
14
data/styles/clear/style-clear/symbols/pitch-m.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>pitch-m</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="pitch-m" sketch:type="MSLayerGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" sketch:type="MSShapeGroup" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M11.224255,5 C10.468495,5 9.855835,5.6126 9.855835,6.3684 C9.855835,7.1242 10.468495,7.7368 11.224255,7.7368 C11.980015,7.7368 12.592675,7.1242 12.592675,6.3684 C12.592675,5.6126 11.980015,5 11.224255,5 L11.224255,5 Z M7.290045,7.7368 L7.632155,9.1053 C7.803205,9.7895 8.211785,9.7895 8.722615,9.7895 L9.855835,9.7895 C10.262085,10.4737 10.071135,11.586 10.197945,12.6316 L9.577875,12.6316 C8.893665,12.6316 7.803225,13.3158 8.487415,14.6842 L9.513735,16.7369 C10.197925,18.1053 11.224245,17.079 10.882155,16.3948 L9.855835,14.3421 C9.684785,14 10.036675,14 10.197945,14 L11.886525,14 C11.886525,14 12.696455,15.6926 13.650485,16.9248 C14.002665,17.3796 14.392765,18 14.881045,18 C15.223145,18 15.809405,17.4713 15.185455,16.7267 C14.017005,15.3323 13.276885,13.8947 13.276885,13.2105 C13.276885,12.4147 13.137075,10.7387 12.934785,9.7895 L13.961105,9.7895 C14.294995,10.4587 14.881045,11.5 14.881045,11.5 C15.259235,12.1551 15.881045,12.1056 15.881045,11.5 C15.881045,11.417 15.871045,11.2383 15.785545,11.0369 L14.816325,8.7632 C14.753025,8.6148 14.642935,8.4211 14.132115,8.4211 L8.829485,8.4211 L8.316325,6.7105 C8.111065,6.0263 7.118955,6.0263 7.118955,6.7105 C7.118955,7.0526 7.240165,7.468 7.290005,7.7368 L7.290045,7.7368 Z" id="path10527-1-3-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
14
data/styles/clear/style-clear/symbols/pitch-s.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.3 (12072) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>pitch-s</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="pitch-s" sketch:type="MSLayerGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" sketch:type="MSShapeGroup" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M7.99993334,3.5 C7.44765334,3.5 6.99993334,3.9477 6.99993334,4.5 C6.99993334,5.0523 7.44765334,5.5 7.99993334,5.5 C8.55221334,5.5 8.99993334,5.0523 8.99993334,4.5 C8.99993334,3.9477 8.55221334,3.5 7.99993334,3.5 L7.99993334,3.5 Z M5.40618334,4.7188 C5.18754334,4.7188 4.99993334,4.8517 4.99993334,5.125 C4.99993334,5.3982 5.08503334,5.7541 5.12493334,5.9688 L5.40618334,6.9688 C5.55469334,7.5123 5.87307334,7.5 6.28118334,7.5 L7.18743334,7.5 C7.51198334,8.0467 7.39862334,8.6646 7.49993334,9.5 L6.99993334,9.5 C6.45332334,9.5 5.54710334,9.8131 6.09368334,10.9063 L6.90618334,12.5625 C7.10253334,12.9552 7.30084334,12.9977 7.49993334,13 C7.85502334,13 8.15100334,12.6426 7.99993334,12.2813 L7.37493334,10.7813 C7.25706334,10.4994 7.52734334,10.5 7.65618334,10.5 L8.99993334,10.5 C8.99993334,10.5 9.45651334,11.7032 10.2186833,12.6875 C10.5000333,13.0509 10.7973433,13.5 11.1874333,13.5 C11.4607333,13.5 11.9359033,13.1261 11.4374333,12.5313 C10.5039533,11.4172 9.99993334,10.0466 9.99993334,9.5 C9.99993334,8.8643 9.81778334,8.2583 9.65618334,7.5 L10.4686833,7.5 C10.7354333,8.0347 11.1874333,8.875 11.1874333,8.875 C11.4895733,9.3983 11.9999333,9.3588 11.9999333,8.875 C11.9999333,8.808 12.0059333,8.6608 11.9374333,8.5 L11.1874333,6.7813 C11.1371333,6.6627 11.0642833,6.5 10.6561833,6.5 L6.37493334,6.5 L5.96868334,5.125 C5.88668334,4.8517 5.62482334,4.7188 5.40618334,4.7188 L5.40618334,4.7188 Z" id="path10527-1-3-2-copy" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-19.000000, -259.000000)">
|
||||
<g id="restaurant-l" transform="translate(19.000000, 259.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(0.000000, -259.000000)">
|
||||
<g id="restaurant-l" transform="translate(0.000000, 259.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-39" fill="#FFFFFF" cx="13.5" cy="13.5" r="13.5"></circle>
|
||||
<circle id="Oval-1-Copy-38" fill="#777871" cx="13.5" cy="13.5" r="12.5"></circle>
|
||||
<path d="M8.5,4 C8,4 8,4.5 8,4.5 L8,10.5 C8,11 8.5,11.5 9,12 C9.5,12.5 9.5,13 9.5,13.5 L9.5,15 C9.5,15.5 9,21.5 9,21.5 C8.9617,21.9985 9.5,23 10.5,23 C11.5,23 12.03846,22 12,21.5 C12,21.5 11.5,15.5 11.5,15 L11.5,13.5 C11.5,13 11.5,12.5 12,12 C12.46054,11.539461 13,11 13,10.5 L13,4.5 C13,4.5 13,4 12.5,4 C12,4 12,4.5 12,4.5 L12,9 C12,9 12,9.5 11.5,9.5 C11,9.5 11,9 11,9 L11,4.5 C11,4.5 11,4 10.5,4 C10,4 10,4.5 10,4.5 L10,9 C10,9 10,9.5 9.5,9.5 C9,9.5 9,9 9,9 L9,4.5 C9,4.5 9,4 8.5,4 L8.5,4 Z M19,4 C18,4 16.13246,4.2351 15.5,5.5 C15,6.5 15,9 15,10 L15,15 C15,15.5 15.5,16 16,16 L17,16 L17,22 C17,22.5 17.5,23 18,23 C18.5,23 19,22.5 19,22 L19,4 Z" id="path5304" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-56.000000, -261.000000)">
|
||||
<g id="restaurant-m" transform="translate(56.000000, 261.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-37.000000, -261.000000)">
|
||||
<g id="restaurant-m" transform="translate(37.000000, 261.000000)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Oval-1-Copy-41" fill="#FFFFFF" cx="11.5" cy="11.5" rx="11.5" ry="11.5"></ellipse>
|
||||
<ellipse id="Oval-1-Copy-40" fill="#777871" cx="11.5" cy="11.5" rx="10.5" ry="10.5"></ellipse>
|
||||
<path d="M8,5 L7,5 L7,9.5 C7,10.2777 8,10.2222 8,11 L8,18 C8,18.3889 8.5,19 9,19 C9.5,19 10,18.5 10,18 L10,11 C10,10.2222 11,10.2777 11,9.5 L11,5 L10,5 L10,8 L9.5,8 L9.5,5 L8.5,5 L8.5,8 L8,8 L8,5 Z M16,5 C15.22222,5 13.99192,5.5162 13.5,6.5 C13.11111,7.2777 13,9 13,10 L13,13 C13,13.5 13.61111,14 14,14 L14,18 C14,18.5 14.5,19 15,19 C15.5,19 16,18.5 16,18 L16,5 Z" id="rect6396-83" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -5,8 +5,8 @@
|
|||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-90.000000, -264.000000)">
|
||||
<g id="restaurant-s" transform="translate(90.000000, 264.000000)" sketch:type="MSShapeGroup">
|
||||
<g id="POI" sketch:type="MSLayerGroup" transform="translate(-71.000000, -264.000000)">
|
||||
<g id="restaurant-s" transform="translate(71.000000, 264.000000)" sketch:type="MSShapeGroup">
|
||||
<circle id="Oval-1-Copy-43" fill="#FFFFFF" cx="8.5" cy="8.5" r="8.5"></circle>
|
||||
<circle id="Oval-1-Copy-42" fill="#777871" cx="8.5" cy="8.5" r="7.5"></circle>
|
||||
<path d="M5.5,4 L5,4 L5,7 C5,7.5 6,7.5 6,8 L6,14 L7,14 L7,8 C7,7.5 8,7.5 8,7 L8,4 L7.5,4 L7.5,6 L6.75,6 L6.75,4 L6.25,4 L6.25,6 L5.5,6 L5.5,4 Z M12,4 C11.5,4 10.56623,4.1176 10.25,4.75 C10,5.25 10,6 10,7 L10,9.5 L11,9.5 L11,14 L12,14 L12,4 Z" id="rect6396-8-copy" fill="#FFFFFF"></path>
|
||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |