Compare commits
12 Commits
test/2025.
...
test/2025.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86b266a579 | ||
|
|
a9c9caaeb5 | ||
|
|
85fa291e3e | ||
|
|
082403f506 | ||
|
|
af8b4a99a9 | ||
|
|
d5e0919079 | ||
|
|
d736fa2399 | ||
|
|
ed796c1ffe | ||
|
|
71142c794b | ||
|
|
1bfc448af4 | ||
|
|
d4bb911fe2 | ||
|
|
36b8da5aec |
@@ -1,8 +0,0 @@
|
||||
name: dco
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: codeberg-tiny
|
||||
steps:
|
||||
- uses: https://github.com/KineticCafe/actions-dco@v1
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
LANG: en_US.UTF-8 # Fastlane complains that the terminal is using ASCII.
|
||||
LANGUAGE: en_US.UTF-8
|
||||
LC_ALL: en_US.UTF-8
|
||||
TEST_RESULTS_BUNDLE_NAME: CoMaps-Test-Results
|
||||
TEST_RESULTS_BUNDLE_NAME: OMaps-Test-Results
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
run: |
|
||||
xcodebuild test \
|
||||
-workspace xcode/omim.xcworkspace \
|
||||
-scheme CoMaps \
|
||||
-scheme OMaps \
|
||||
-configuration Debug \
|
||||
-sdk iphonesimulator \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest' \
|
||||
@@ -98,7 +98,7 @@ jobs:
|
||||
run: |
|
||||
xcodebuild build \
|
||||
-workspace xcode/omim.xcworkspace \
|
||||
-scheme CoMaps \
|
||||
-scheme OMaps \
|
||||
-configuration Release \
|
||||
-destination 'generic/platform=iOS' \
|
||||
-quiet \
|
||||
|
||||
10
.github/workflows/ios-check.yaml
vendored
@@ -15,7 +15,6 @@ jobs:
|
||||
LANGUAGE: en_US.UTF-8
|
||||
LC_ALL: en_US.UTF-8
|
||||
TEST_RESULTS_BUNDLE_NAME: CoMaps-Test-Results
|
||||
SIMULATOR_DEVICE: 'iPhone 16 Pro Max'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -51,15 +50,12 @@ jobs:
|
||||
if: matrix.buildType == 'Debug'
|
||||
shell: bash
|
||||
run: |
|
||||
# Start sim before the build to make sure it's booted when tests start.
|
||||
xcrun simctl boot "${{ env.SIMULATOR_DEVICE }}" || true
|
||||
xcrun simctl bootstatus "${{ env.SIMULATOR_DEVICE }}" -b
|
||||
xcodebuild test \
|
||||
-workspace xcode/omim.xcworkspace \
|
||||
-scheme CoMaps \
|
||||
-scheme OMaps \
|
||||
-configuration Debug \
|
||||
-sdk iphonesimulator \
|
||||
-destination "platform=iOS Simulator,name=${{ env.SIMULATOR_DEVICE }},OS=latest" \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest' \
|
||||
-quiet \
|
||||
-resultBundlePath ${{ env.TEST_RESULTS_BUNDLE_NAME }}.xcresult \
|
||||
CODE_SIGNING_REQUIRED=NO \
|
||||
@@ -79,7 +75,7 @@ jobs:
|
||||
run: |
|
||||
xcodebuild build \
|
||||
-workspace xcode/omim.xcworkspace \
|
||||
-scheme CoMaps \
|
||||
-scheme OMaps \
|
||||
-configuration Release \
|
||||
-destination 'generic/platform=iOS' \
|
||||
-quiet \
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
Yhteisövetoinen, ilmainen ja avoimeen lähdekoodiin perustuva karttasovellus, jonka pohjalla käytetään OpenStreetMapin avointa karttadataa. Sovelluksen kehityksessä on sitouduttu läpinäkyvyyteen, yksityisyyteen ja voittoa tavoittelemattomuuteen. CoMapsin projekti on haarautunut Organic Mapsista, joka taas on haarautunut aiemmin Maps.ME:stä
|
||||
|
||||
Lue lisää projektin tavotteista ja suunnasta osoitteesta <b><i>codeberg.org/comaps</i></b>.
|
||||
Liity yhteisöön ja auta kehittämään paras saatavilla oleva karttasovellus
|
||||
• Käytä sovellusta ja kerro siitä myös muille
|
||||
• Anna palautetta ja raportoi ongelmia
|
||||
• Päivitä karttoja, joko sovelluksessa tai OpenStreetMapin verkkosivuilla
|
||||
|
||||
‣ <b>Offline-painotteinen</b>: Suunnittele ja navigoi ulkomailla ilman mobiiliverkkoja. Kaikki sovelluksen toiminnot on suunniteltu käytettäväksi ilman verkkoyhteyttä.
|
||||
‣ <b>Kunnioittaa yksityisyyttä</b>: Sovellus on suunniteltu yksilön yksityisyys silmälläpitäen. Sovellus ei tunnista tai kerää tietoja sinusta. Mainosvapaa.
|
||||
‣ <b>Yksinkertainen ja viimeistelty</b>: Olennaiset ominaisuudet, joita on helppo käyttää.
|
||||
‣ <b>Säästä akkua ja tallennustilaa</b>: Ei kuluta akkua, kuten muut navigointisovellukset. Kompaktit kartat säästävät arvokasta tallennustilaa puhelimessasi.
|
||||
‣ <b>Ilmainen ja yhteisön luoma</b>: Vapaaehtoiset, kuten sinä olette auttaneet sovelluksen kehityksessä lisäämällä paikkoja OpenStreetMap:iin, testaamalla sovellusta ja antamalla palautetta. Voit myös auttaa kehittämällä ominaisuuksia ja lahjoittamalla sovelluskehitykseen
|
||||
‣ <b>Avoin ja läpinäkyvä päätöksenteko sekä rahoitus. Voittoa tavoittelematon ja täysin avoimeen lähdekoodiin perustuva.</b>
|
||||
|
||||
<b>Tärkeimmät ominaisuudet</b>:
|
||||
• Ladattavat yksityiskohtaiset kartat paikoista, joita ei löydy edes Google Maps:sta
|
||||
• Ulkoilutila, josta löytyy korostettuna reitit, leirintäpaikat, vesipisteet, huiput ja korkeuserot yms.
|
||||
• Kävely- ja pyörätiet
|
||||
• Kiinnostavat paikat, kuten ravintolat, huoltoasemat, hotellit, kaupat, nähtävyydet ja monta muuta
|
||||
• Etsi nimellä, osoitteella tai kiinnostavan paikan kategorialla
|
||||
• Navigointi ääni-ilmoituksilla kävellessä, pyöräillessä tai ajaessa
|
||||
• Tallenna suosikkipaikkasi yhdellä napautuksella
|
||||
• Offline Wikipedia-artikkelit
|
||||
• Maanalaisen liikenteen tasot ja ohjeet
|
||||
• Reittien tallennus
|
||||
• Tuo ja vie kirjanmerkkejä ja reittejä KML-, KMZ- ja GPX-formaateissa
|
||||
• Tumma tila iltaa ja yötä varten
|
||||
• Paranna karttadataa kaikille sisäänrakennetulla editorilla
|
||||
|
||||
<b>Vapaus on täällä</b>
|
||||
Löydä matkasi ja navigoi maailmalla yksityisyyden ja yhteisön tukemana!
|
||||
@@ -1 +1 @@
|
||||
CoMaps - Navigoi ilman verkkoyhteyttä yksityisesti
|
||||
CoMaps - Vaella, pyöräile, autoile ilman verkkoyhteyttä, yksityisesti
|
||||
|
||||
@@ -1,32 +1,2 @@
|
||||
OpenStreetMap'in verilerine ve kar amacı gütmeyen olma taahhüdündeki topluluk liderliğine dayanan şeffaflık, gizlilik, ücretsiz ve açık kaynaklı haritalar uygulaması. Comaps, Organic Maps çatalı/düzenlemesidir, bu da bir Maps.ME çatalıdır.
|
||||
|
||||
Projenin sebepleri ve rotası hakkında <b><i>codeberg.org/comaps</i></b> adresinden bilgi edinebilirsiniz.
|
||||
Oradaki topluluğa katılın ve en iyi harita uygulamasını yapmanıza yardımcı olun
|
||||
• Uygulamayı kullanın ve bu bilgiyi yayın
|
||||
• Geri bildirim verin ve sorunları bildirin
|
||||
• Uygulamada veya OpenStreetMap internet sitesinde harita verilerini güncelleyin
|
||||
|
||||
‣ <b>Çevrimdışı odaklı</b>: Hücresel veriye ihtiyaç duymadan yurt dışında seyahatinizi planlayın ve gezin, uzak bir yürüyüş sırasında durak noktaları arama, vb. Tüm uygulama işlevleri çevrimdışı çalışacak şekilde tasarlanmıştır.
|
||||
‣ <b>Gizliliğe saygı gösterir</b>: Uygulama gizlilik göz önünde bulundurularak tasarlanmıştır - insanları fişlemez, izlemez ve kişisel bilgileri toplamaz. Reklamsızdır.
|
||||
‣ <b>Basit ve parlak</b>: Sadece işe yarayan kullanımı kolay özellikler.
|
||||
‣ <b>Pilinizi ve hafızanızı kurtarın</b>: Pilinizi diğer gezinme uygulamaları gibi boşaltmaz. Sıkıştırılmış haritalar telefonunuzdaki değerli hafızadan tasarruf eder.
|
||||
‣ <b>Özgür ve topluluk tarafından inşa edilmiştir</b>: Sizin gibi insanlar, OpenStreetMap'e yerler ekleyerek, özellikleri test edip hakkında geri bildirim vererek, geliştirme becerileri ve paralarıyla katkıda bulunarak uygulamanın oluşturulmasına yardımcı oldu.
|
||||
‣ <b>Açık, şeffaf finans ve karar verme, kar amacı gütmeyen ve tamamen açık kaynaklı.</b>
|
||||
|
||||
<b>Ana Özellikler</b>:
|
||||
• Google Haritalarda mevcut olmayan yerlerle, indirilebilir ve ayrıntılı haritalar
|
||||
• Vurgulanmış yürüyüş parkurları, kamp alanları, su kaynakları, zirveler, yükseklik çizgileri, vb.
|
||||
• Yürüyüş ve bisiklet yolları
|
||||
• Lokantalar, benzin istasyonları, oteller, mağazalar, şahin tepeleri ve daha fazla ilgi çekici nokta
|
||||
• Ada, adrese veya ilgi alanına göre arayın
|
||||
• Yürüyüş, bisiklete binme veya sürüş için sesli bildirimlerle gezinme
|
||||
• En sevdiğiniz yerlere tek bir dokunuşla yer işareti koyun
|
||||
• Çevrimdışı Vikipedi makaleleri
|
||||
• Metro katmanı ve tarifler
|
||||
• Rota kaydı
|
||||
• KML, KMZ, GPX biçimlerindeki yer imlerini ve izlerini dışa veya içe aktarın
|
||||
• Gece boyunca kullanılacak karanlık kip
|
||||
• Temel yerleşik bir arayüz kullanan herkes için harita verilerini geliştirin
|
||||
|
||||
<b>Özgürlük Burada</b>
|
||||
Yolculuğunuzu keşfedin, dünyayı gizlilik ve topluluk desteğiyle gezin!
|
||||
Gönüllüler tarafından yürütülen, OpenStreetMap harita verisini kullanan, şeffaf, mahremiyete saygılı, kamu yararına olma kararlılığıyla güçlendirilmiş bir özgür yazılım. CoMaps OrganicMaps isimli, esasen Maps.ME'nin çatalı olan bir özgür yazılımın çatalıdır.
|
||||
Projenin ortaya çıkma sebebini ve gidişatını <b><i>codeberg.org/comaps</i></b>'den okuyabilirsiniz.
|
||||
|
||||
@@ -1 +1 @@
|
||||
CoMaps
|
||||
CoMaps: Navigation Datenschutz
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Бесплатна апликација за мапе отвореног кода коју води заједница заснована на OpenStreetMap подацима и ојачана посвећеношћу транспарентности, приватности и непрофитности.
|
||||
|
||||
Придружите се заједници и помозите да направимо најбољу навигацију
|
||||
Придружите се заједници и помозите да направите најбољу навигацију
|
||||
• Користите апликацију и ширите информације о њој
|
||||
• Оставите повратне информације и пријавите проблеме
|
||||
• Ажурирајте мапе из апликације или на сајту OpenStreetMap
|
||||
|
||||
@@ -1 +1 @@
|
||||
CoMaps - Gizlilikle Gezin
|
||||
CoMaps - Mahremiyetli Seyahat
|
||||
|
||||
@@ -482,10 +482,7 @@ public class MapButtonsController extends Fragment
|
||||
.build();
|
||||
ViewCompat.setOnApplyWindowInsetsListener(mFrame, insetsListener);
|
||||
// Fixes insets on older Androids and with a search opened via API on all Androids.
|
||||
if (android.os.Build.VERSION.SDK_INT <= android.os.Build.VERSION_CODES.Q)
|
||||
mFrame.postDelayed(() -> ViewCompat.requestApplyInsets(mFrame), 1250);
|
||||
else
|
||||
mFrame.post(() -> ViewCompat.requestApplyInsets(mFrame));
|
||||
mFrame.post(() -> ViewCompat.requestApplyInsets(mFrame));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -38,17 +38,15 @@ public class RoutingErrorDialogFragment extends BaseRoutingErrorDialogFragment
|
||||
ResultCodesHelper.getDialogTitleSubtitle(requireContext(), mResultCode, mMissingMaps.size());
|
||||
Pair<String, String> titleMessage = resHolder.getTitleMessage();
|
||||
|
||||
if (!TextUtils.isEmpty(titleMessage.first))
|
||||
{
|
||||
TextView titleView = new TextView(requireContext());
|
||||
titleView.setText(titleMessage.first);
|
||||
titleView.setPadding(65, 32, 32, 16);
|
||||
titleView.setTextSize(18);
|
||||
titleView.setMaxLines(4);
|
||||
titleView.setEllipsize(TextUtils.TruncateAt.END);
|
||||
titleView.setTypeface(null, Typeface.BOLD);
|
||||
builder.setCustomTitle(titleView);
|
||||
}
|
||||
TextView titleView = new TextView(requireContext());
|
||||
titleView.setText(titleMessage.first);
|
||||
titleView.setPadding(65, 32, 32, 16);
|
||||
titleView.setTextSize(18);
|
||||
titleView.setMaxLines(4);
|
||||
titleView.setEllipsize(TextUtils.TruncateAt.END);
|
||||
titleView.setTypeface(null, Typeface.BOLD);
|
||||
builder.setCustomTitle(titleView);
|
||||
|
||||
mMessage = titleMessage.second;
|
||||
builder.setNegativeButton(resHolder.getCancelBtnResId(), null);
|
||||
if (ResultCodesHelper.isDownloadable(mResultCode, mMissingMaps.size()))
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
android:paddingEnd="@dimen/margin_base_plus"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body2"
|
||||
android:visibility="gone"
|
||||
tools:text="Select maps to download"
|
||||
tools:visibility="visible"/>
|
||||
|
||||
<View
|
||||
|
||||
@@ -1391,12 +1391,11 @@
|
||||
<string name="type.piste_type.downhill.intermediate.area">Středně těžká sjezdovka</string>
|
||||
<string name="type.piste_type.sled">Sáňkařská dráha</string>
|
||||
<string name="type.piste_type.sled.area">Sáňkařská dráha</string>
|
||||
<string name="type.sport.diving">Skoky do vody z velkých výšek</string>
|
||||
<string name="type.sport.diving">Potápění se</string>
|
||||
<string name="type.amenity.studio">Studio</string>
|
||||
<string name="type.barrier.guard_rail">Svodidla</string>
|
||||
<string name="type.amenity.love_hotel">Love Hotel</string>
|
||||
<string name="type.highway.ladder">Žebřík</string>
|
||||
<string name="type.landuse.plant_nursery">Pěstitelská školka</string>
|
||||
<string name="type.leisure.firepit">Ohniště</string>
|
||||
<string name="type.man_made.crane">Jeřáb</string>
|
||||
</resources>
|
||||
|
||||
@@ -1392,12 +1392,11 @@
|
||||
<string name="type.boundary.administrative.3">Regionale Grenze</string>
|
||||
<string name="type.power.pole">Strommast</string>
|
||||
<string name="type.man_made.pipeline.overground">Oberirdische Rohrleitung</string>
|
||||
<string name="type.sport.diving">Turmspringen</string>
|
||||
<string name="type.sport.diving">Tauchen</string>
|
||||
<string name="type.amenity.love_hotel">Stundenhotel</string>
|
||||
<string name="type.landuse.plant_nursery">Gartenbau</string>
|
||||
<string name="type.leisure.firepit">Feuerstelle</string>
|
||||
<string name="type.barrier.guard_rail">Leitplanke</string>
|
||||
<string name="type.highway.ladder">Leiter</string>
|
||||
<string name="type.amenity.studio">Studio</string>
|
||||
<string name="type.man_made.crane">Kran</string>
|
||||
</resources>
|
||||
|
||||
@@ -43,10 +43,4 @@
|
||||
<string name="downloader_no_space_message">Please delete any unnecessary data</string>
|
||||
<string name="login_osm">Login to OpenStreetMap</string>
|
||||
<string name="dialog_routing_location_turn_on">Enable location services</string>
|
||||
<string name="back">Back</string>
|
||||
<string name="download_has_failed">Download has failed. Tap to try again.</string>
|
||||
<string name="downloading">Downloading…</string>
|
||||
<string name="cancel">Cancel</string>
|
||||
<string name="delete">Delete</string>
|
||||
<string name="download_maps">Download Maps</string>
|
||||
</resources>
|
||||
|
||||
@@ -895,7 +895,4 @@
|
||||
<string name="telegram_url">https://t.me/CoMapsApp/</string>
|
||||
<string name="pref_left_button_title">Configurar botón izquierdo</string>
|
||||
<string name="pref_left_button_disable">Desactivar</string>
|
||||
<string name="editor_level">Planta (0 es la planta baja)</string>
|
||||
<string name="editor_building_levels">Plantas (incl. planta baja, excl. tejado)</string>
|
||||
<string name="error_enter_correct_level">Introduce un número de planta válido</string>
|
||||
</resources>
|
||||
|
||||
@@ -1399,8 +1399,7 @@
|
||||
<string name="type.amenity.studio">Estudio</string>
|
||||
<string name="type.landuse.plant_nursery">Vivero de plantas</string>
|
||||
<string name="type.barrier.guard_rail">Guardarraíl</string>
|
||||
<string name="type.sport.diving">Salto de trampolín</string>
|
||||
<string name="type.sport.diving">Buceo</string>
|
||||
<string name="type.leisure.firepit">Fogón</string>
|
||||
<string name="type.amenity.love_hotel">Hotel del amor</string>
|
||||
<string name="type.man_made.crane">Grúa</string>
|
||||
</resources>
|
||||
|
||||
@@ -1394,7 +1394,7 @@
|
||||
<string name="type.hwtag.toll">hwtag-toll</string>
|
||||
<string name="type.hwtag.yescar">hwtag-yescar</string>
|
||||
<string name="type.hwtag.nobicycle">hwtag-nobicycle</string>
|
||||
<string name="type.sport.diving">Vettehüpped</string>
|
||||
<string name="type.sport.diving">Sukeldumine</string>
|
||||
<string name="type.leisure.firepit">Tulease</string>
|
||||
<string name="type.amenity.love_hotel">Armuhotell</string>
|
||||
<string name="type.landuse.plant_nursery">Puukool</string>
|
||||
|
||||
@@ -1301,7 +1301,7 @@
|
||||
<string name="type.railway.subway.bridge">Metrolinjan silta</string>
|
||||
<string name="type.attraction.bumper_car">Törmäilyauto</string>
|
||||
<string name="type.railway.tram">Raitiovaunulinja</string>
|
||||
<string name="type.sport.diving">Korkeasukellus</string>
|
||||
<string name="type.sport.diving">Sukellus</string>
|
||||
<string name="type.power.line.underground">Maanalainen sähkölinja</string>
|
||||
<string name="type.railway">Rautatie</string>
|
||||
<string name="type.railway.abandoned.bridge">Hylätty rautatiesilta</string>
|
||||
@@ -1313,7 +1313,7 @@
|
||||
<string name="type.boundary.administrative.3">Alueellinen raja</string>
|
||||
<string name="type.boundary.administrative.4">Alueellinen raja</string>
|
||||
<string name="type.aeroway">Airspace Infrastructure</string>
|
||||
<string name="type.aeroway.apron">Lentokentän asemataso</string>
|
||||
<string name="type.aeroway.apron">Apron</string>
|
||||
<string name="type.amenity.vending_machine.excrement_bags">Koirankakkapussiautomaatti</string>
|
||||
<string name="type.hwtag.yescar">hwtag-yescar</string>
|
||||
<string name="type.amenity.biergarten">Olutpuutarha</string>
|
||||
@@ -1353,52 +1353,4 @@
|
||||
<string name="type.man_made">Man Made</string>
|
||||
<string name="type.fee.yes">$</string>
|
||||
<string name="type.psurface.paved_bad">psurface-paved_bad</string>
|
||||
<string name="type.mapswithme.grid">mapswithme-grid</string>
|
||||
<string name="type.organic.yes">Luomu</string>
|
||||
<string name="type.mapswithme">mapswithme</string>
|
||||
<string name="type.psurface.paved_good">psurface-paved_good</string>
|
||||
<string name="type.psurface.unpaved_bad">psurface-unpaved_bad</string>
|
||||
<string name="type.psurface">psurface</string>
|
||||
<string name="type.route.shuttle_train">route-shuttle_train</string>
|
||||
<string name="type.psurface.unpaved_good">psurface-unpaved_good</string>
|
||||
<string name="type.leisure.common">Julkinen paikka</string>
|
||||
<string name="type.leisure.track">Juoksurata</string>
|
||||
<string name="type.leisure.track.area">Juoksurata</string>
|
||||
<string name="type.man_made.survey_point">Maanmittauspiste</string>
|
||||
<string name="type.man_made.wastewater_plant">Jätevedenpuhdistamo</string>
|
||||
<string name="type.power.station">Voimalaitos</string>
|
||||
<string name="type.power.pole">Sähköpylväs</string>
|
||||
<string name="type.man_made.crane">Nosturi</string>
|
||||
<string name="type.man_made.works">Tehdas</string>
|
||||
<string name="type.organic.only">Luomu</string>
|
||||
<string name="type.power">Virta</string>
|
||||
<string name="type.power.minor_line">Pienjännitelinja</string>
|
||||
<string name="type.man_made.utility_pole">Pylväs</string>
|
||||
<string name="type.public_transport.platform">Joukkoliikenteen pysäkki/laituri</string>
|
||||
<string name="type.railway.construction">Ratatyö</string>
|
||||
<string name="type.railway.crossing">Raiteiden risteyskohta</string>
|
||||
<string name="type.railway.disused">Käytöstä poistettu rautatie</string>
|
||||
<string name="type.railway.funicular.tunnel">Köysiradan tunneli</string>
|
||||
<string name="type.railway.funicular.bridge">Köysiradan silta</string>
|
||||
<string name="type.railway.light_rail">Pikaraitiotie</string>
|
||||
<string name="type.railway.light_rail.bridge">Pikaraitiotien silta</string>
|
||||
<string name="type.railway.light_rail.tunnel">Pikaraitiotien tunneli</string>
|
||||
<string name="type.railway.monorail.bridge">Yksikiskoisen rautatien silta</string>
|
||||
<string name="type.railway.monorail.tunnel">Yksikiskoisen rautatien tunneli</string>
|
||||
<string name="type.railway.narrow_gauge">Kapearaiteinen rata</string>
|
||||
<string name="type.railway.narrow_gauge.tunnel">Kapearaiteisen radan tunneli</string>
|
||||
<string name="type.railway.preserved">Museorata</string>
|
||||
<string name="type.railway.preserved.bridge">Museoradan silta</string>
|
||||
<string name="type.railway.preserved.tunnel">Museoradan tunneli</string>
|
||||
<string name="type.waterway.drain">Sadevesikaivo</string>
|
||||
<string name="type.natural.water.drain">Sadevesikaivo</string>
|
||||
<string name="type.waterway.weir">Pohjapato</string>
|
||||
<string name="type.aerialway.j.bar">J-tanko vetohissi</string>
|
||||
<string name="type.aerialway.magic_carpet">Mattohissi</string>
|
||||
<string name="type.power.generator">Generaattori</string>
|
||||
<string name="type.railway.narrow_gauge.bridge">Kapearaiteisen radan silta</string>
|
||||
<string name="type.traffic_calming">Hidaste</string>
|
||||
<string name="type.traffic_calming.hump">Hidastustöyssy</string>
|
||||
<string name="type.mountain_pass">Vuoristosola</string>
|
||||
<string name="type.attraction.big_wheel">Maailmanpyörä</string>
|
||||
</resources>
|
||||
|
||||
@@ -781,7 +781,7 @@
|
||||
<!-- App tip #01 -->
|
||||
<string name="app_tip_01">あなたの寄付とサポートがあれば、世界で最高の地図を作成できます!</string>
|
||||
<!-- App tip #02 -->
|
||||
<string name="app_tip_02">私たちのアプリは気に入っていますか? 開発をサポートするために寄付をお願いします! まだ気に入らないですか? お知らせください。修正させていただきます!</string>
|
||||
<string name="app_tip_02">私たちのアプリは気に入っていますか?開発をサポートするために寄付をお願いします! まだ気に入らないですか? お知らせください。修正させていただきます!</string>
|
||||
<!-- App tip #03 -->
|
||||
<string name="app_tip_03">ソフトウェア開発者を知っている場合は、必要な機能を実装するように依頼できます。</string>
|
||||
<!-- App tip #04 -->
|
||||
@@ -799,7 +799,7 @@
|
||||
<!-- Text on the Android Auto or CarPlay placeholder screen that maps are displayed on the phone screen -->
|
||||
<string name="car_used_on_the_phone_screen">端末の画面でCoMapsを使用している</string>
|
||||
<!-- Text on the phone placeholder screen that maps are displayed on the car screen -->
|
||||
<string name="car_used_on_the_car_screen">あなたは今、車の画面でオCoMapsを使用している</string>
|
||||
<string name="car_used_on_the_car_screen">あなたは今、車の画面でオーガニック・マップを使用している</string>
|
||||
<!-- Displayed on the phone screen. Android Auto connected -->
|
||||
<string name="aa_connected_title">アンドロイド・オートに接続している</string>
|
||||
<!-- Displayed on the phone screen. Button to display maps on the phone screen instead of a car -->
|
||||
|
||||
@@ -628,7 +628,7 @@
|
||||
<string name="type.leisure.water_park">ウォーターパーク</string>
|
||||
<string name="type.man_made">構造物</string>
|
||||
<string name="type.man_made.breakwater">防波堤</string>
|
||||
<string name="type.man_made.cairn">ケアン</string>
|
||||
<string name="type.man_made.cairn">ケルン</string>
|
||||
<string name="type.man_made.chimney">工場煙突</string>
|
||||
<string name="type.man_made.cutline">森林の切れ目</string>
|
||||
<string name="type.man_made.survey_point">測量標</string>
|
||||
@@ -673,7 +673,7 @@
|
||||
<string name="type.natural.earth_bank">崖</string>
|
||||
<string name="type.man_made.embankment">盛土</string>
|
||||
<string name="type.natural.coastline">海岸線</string>
|
||||
<string name="type.natural.desert">砂漠</string>
|
||||
<string name="type.natural.desert">荒野</string>
|
||||
<string name="type.natural.geyser">間欠泉</string>
|
||||
<string name="type.natural.glacier">氷河</string>
|
||||
<string name="type.natural.grassland">草原</string>
|
||||
@@ -787,7 +787,7 @@
|
||||
<string name="type.railway.monorail.tunnel">モノレール(トンネル)</string>
|
||||
<string name="type.railway.narrow_gauge">狭軌鉄道</string>
|
||||
<string name="type.railway.narrow_gauge.bridge">狭軌鉄道(橋)</string>
|
||||
<string name="type.railway.narrow_gauge.tunnel">狭軌鉄道(トンネル)</string>
|
||||
<string name="type.railway.narrow_gauge.tunnel">ja = 狭軌鉄道(トンネル)</string>
|
||||
<string name="type.railway.platform">プラットホーム</string>
|
||||
<string name="type.railway.preserved">保存鉄道</string>
|
||||
<string name="type.railway.preserved.bridge">保存鉄道(橋)</string>
|
||||
@@ -1327,7 +1327,7 @@
|
||||
<string name="type.barrier.guard_rail">防護柵</string>
|
||||
<string name="type.highway.ladder">階子</string>
|
||||
<string name="type.attraction.bumper_car">バンパーカー</string>
|
||||
<string name="type.sport.diving">ハイダイビング</string>
|
||||
<string name="type.sport.diving">飛込</string>
|
||||
<string name="type.recycling.cartons">紙箱</string>
|
||||
<string name="type.organic.only">有機</string>
|
||||
<string name="type.organic.yes">有機</string>
|
||||
@@ -1336,10 +1336,4 @@
|
||||
<string name="type.amenity.vending_machine.excrement_bags">うんち袋の自販機</string>
|
||||
<string name="type.amenity.parcel_locker">宅配ロッカー</string>
|
||||
<string name="type.amenity.waste_transfer_station">ゴミ処理場</string>
|
||||
<string name="type.mapswithme">mapswithme</string>
|
||||
<string name="type.man_made.utility_pole">ユーティリティポール</string>
|
||||
<string name="type.route.shuttle_train">シャトル列車</string>
|
||||
<string name="type.attraction.big_wheel">観覧車</string>
|
||||
<string name="type.man_made.crane">クレーン</string>
|
||||
<string name="type.mapswithme.grid">mapswithme-グリッド</string>
|
||||
</resources>
|
||||
|
||||
@@ -1373,7 +1373,4 @@
|
||||
<string name="type.psurface.unpaved_bad">psurface-unpaved_bad</string>
|
||||
<string name="type.psurface.unpaved_good">psurface-unpaved_good</string>
|
||||
<string name="type.route.shuttle_train">route-shuttle_train</string>
|
||||
<string name="type.man_made.crane">Dźwig</string>
|
||||
<string name="type.highway.ladder">Drabina</string>
|
||||
<string name="type.leisure.firepit">Ognisko</string>
|
||||
</resources>
|
||||
|
||||
@@ -866,7 +866,4 @@
|
||||
<string name="prefs_languages_information_off">Para alguns idiomas, você precisará instalar um sintetizador de voz ou um pacote de idiomas adicional da loja de aplicativos (Google Play, Galaxy Store, App Gallery, FDroid).\nAbra as configurações do seu dispositivo → Idioma e entrada → Fala → Saída de texto para fala.\nAqui, você pode gerenciar as configurações de síntese de voz (por exemplo, baixar o pacote de idiomas para uso offline) e selecionar outro mecanismo de conversão de texto para fala.</string>
|
||||
<string name="codeberg">Codeberg</string>
|
||||
<string name="instagram_url">https://www.instagram.com/comapscommunity/</string>
|
||||
<string name="editor_building_levels">Andares (incl. térreo, excl. sótão)</string>
|
||||
<string name="error_enter_correct_level">Digite um número de andares válido</string>
|
||||
<string name="editor_level">Andar (0 é o térreo)</string>
|
||||
</resources>
|
||||
|
||||
@@ -1206,9 +1206,8 @@
|
||||
<string name="type.amenity.love_hotel">Motel</string>
|
||||
<string name="type.leisure.firepit">Fogueira</string>
|
||||
<string name="type.landuse.plant_nursery">Viveiro de plantas</string>
|
||||
<string name="type.sport.diving">Mergulho em altura</string>
|
||||
<string name="type.sport.diving">Mergulho</string>
|
||||
<string name="type.amenity.studio">Estúdio de gravação</string>
|
||||
<string name="type.barrier.guard_rail">Guarda-corpo</string>
|
||||
<string name="type.highway.ladder">Escada</string>
|
||||
<string name="type.man_made.crane">Guindaste</string>
|
||||
</resources>
|
||||
|
||||
@@ -38,15 +38,15 @@
|
||||
<string name="try_again">Tentar novamente</string>
|
||||
<string name="about_menu_title">Sobre o CoMaps</string>
|
||||
<!-- Text in About screen -->
|
||||
<string name="about_headline">Projeto aberto alimentado pela comunidade</string>
|
||||
<string name="about_headline">Grátis para todos, feito com amor</string>
|
||||
<!-- Text in About screen -->
|
||||
<string name="about_proposition_1">• Fácil de usar e polido</string>
|
||||
<string name="about_proposition_1">• Sem anúncios, rastreamento ou coleta de dados</string>
|
||||
<!-- Text in About screen -->
|
||||
<string name="about_proposition_2">• Focado na privacidade e sem anúncios</string>
|
||||
<string name="about_proposition_2">• Não gasta a bateria, funciona offline</string>
|
||||
<!-- Text in About screen -->
|
||||
<string name="about_proposition_3">• Offline, rápido e compacto</string>
|
||||
<string name="about_proposition_3">• Rápido, minimalista, desenvolvido pela comunidade</string>
|
||||
<!-- Text in About screen -->
|
||||
<string name="about_developed_by_enthusiasts">Totalmente open source, sem fins lucrativos, decisões e finanças transparentes.</string>
|
||||
<string name="about_developed_by_enthusiasts">Aplicativo de código aberto criado por entusiastas e voluntários.</string>
|
||||
<!-- The button that opens system location settings -->
|
||||
<string name="location_settings">Definições de localização</string>
|
||||
<string name="close">Fechar</string>
|
||||
@@ -288,9 +288,9 @@
|
||||
<!-- Item in context menu. -->
|
||||
<string name="downloader_update_map">Atualizar mapa</string>
|
||||
<!-- Preference title -->
|
||||
<string name="google_play_services">Serviços de localização fundidos da Google</string>
|
||||
<string name="google_play_services">Serviços de localização do Google Play</string>
|
||||
<!-- Preference text -->
|
||||
<string name="pref_use_google_play">Um serviço proprietário que combina GPS, Wi-Fi, Dados moveis etc. para determinar a tua localização com maior exatidão. Pode conectar-se aos Servidores da Google.</string>
|
||||
<string name="pref_use_google_play">Determina rapidamente a tua localização aproximada através de Bluetooth, WiFi ou rede móvel</string>
|
||||
<!-- Preference title -->
|
||||
<!-- Preference description -->
|
||||
<!-- Text for routing error dialog -->
|
||||
@@ -828,35 +828,4 @@
|
||||
<string name="uri_open_location_failed">Nenhuma aplicação instalada que possa abrir a localização</string>
|
||||
<!-- preference string for using auto theme only in navigation mode -->
|
||||
<string name="nav_auto">Auto na navegação</string>
|
||||
<string name="menu">Menu</string>
|
||||
<string name="app_site_url">https://comaps.app/</string>
|
||||
<string name="maps_storage_external">Armazenamento externo partilhado</string>
|
||||
<string name="mb">MB</string>
|
||||
<string name="editor_level">Piso (0 é o rés de chão)</string>
|
||||
<string name="maps_storage_internal">Armazenamento interno privado</string>
|
||||
<string name="instagram">Instagram</string>
|
||||
<string name="gb">GB</string>
|
||||
<string name="maps_storage_shared">Armazenamento interno partilhado</string>
|
||||
<string name="maps_storage_removable">Cartão SD</string>
|
||||
<string name="maps_storage_free_size">%1$s disponíveis de %2$s</string>
|
||||
<string name="move_maps_error">Erro ao mover os ficheiros dos mapas</string>
|
||||
<string name="github">GitHub</string>
|
||||
<string name="telegram">Telegram</string>
|
||||
<string name="matrix">[Matrix]</string>
|
||||
<string name="mastodon">Mastodon</string>
|
||||
<string name="facebook">Facebook</string>
|
||||
<string name="twitter">X (Twitter)</string>
|
||||
<string name="vk">VK</string>
|
||||
<string name="bluesky">Bluesky</string>
|
||||
<string name="editor_line_social_network">LINE</string>
|
||||
<string name="openstreetmap">OpenStreetMap</string>
|
||||
<string name="wikimedia_commons">Wikimedia Commons</string>
|
||||
<string name="opens_in">Abre em %s</string>
|
||||
<string name="closes_in">Fecha em %s</string>
|
||||
<string name="empty_street_name_error">Por favor introduza o nome da rua</string>
|
||||
<string name="editor_add_phone">Adicionar Telefone</string>
|
||||
<string name="level_value_generic">Piso: %s</string>
|
||||
<string name="delete_place_empty_comment_error">Por favor indique a razão para apagar este local</string>
|
||||
<string name="editor_building_levels">Pisos (inc. rés de chão, excl. telhado)</string>
|
||||
<string name="error_enter_correct_level">Introduza um número de piso válido</string>
|
||||
</resources>
|
||||
|
||||
@@ -1394,7 +1394,7 @@
|
||||
<string name="type.shop.hearing_aids">Продавница слушног апарата</string>
|
||||
<string name="type.railway.funicular.tunnel">Тунел успињаче</string>
|
||||
<string name="type.railway.narrow_gauge.tunnel">Тунел уског колосека</string>
|
||||
<string name="type.sport.diving">Слободни скокови</string>
|
||||
<string name="type.sport.diving">Роњење</string>
|
||||
<string name="type.amenity.love_hotel">Ljubavni hotel</string>
|
||||
<string name="type.leisure.firepit">Ognjište</string>
|
||||
<string name="type.landuse.plant_nursery">Расадник</string>
|
||||
|
||||
@@ -892,6 +892,4 @@
|
||||
<string name="saved">Kaydedildi</string>
|
||||
<string name="bluesky">Bluesky</string>
|
||||
<string name="error_enter_correct_bluesky_page">Gireceğiniz Bluesky kullanıcı adı ve adresi halihazırda mevcut olmalı</string>
|
||||
<string name="editor_building_levels">Katlar (zemin kat dahil, çatı hariç)</string>
|
||||
<string name="editor_level">Giriş (0 zemin kattır)</string>
|
||||
</resources>
|
||||
|
||||
@@ -1282,5 +1282,4 @@
|
||||
<string name="type.leisure.sports_hall">體育館</string>
|
||||
<string name="type.attraction.bumper_car">碰碰車</string>
|
||||
<string name="type.leisure.track">賽道</string>
|
||||
<string name="type.mapswithme">mapswithme</string>
|
||||
</resources>
|
||||
|
||||
@@ -168,7 +168,7 @@
|
||||
<string name="share_bookmarks_email_subject">已與您分享 CoMaps 書籤</string>
|
||||
<string name="share_bookmarks_email_body">您好!\n\n附件是我的書籤,請在 CoMaps 中打開。如果您沒有安裝 CoMaps,可以在這裡下載: https://www.comaps.app/download/\n\n祝您使用 CoMaps 旅行愉快!</string>
|
||||
<!-- message title of loading file -->
|
||||
<string name="load_kmz_title">正在載入書籤</string>
|
||||
<string name="load_kmz_title">正在載入書籤…</string>
|
||||
<!-- Kmz file successful loading -->
|
||||
<string name="load_kmz_successful">書籤載入成功! 您可以在地圖或書籤管理畫面中找到它們。</string>
|
||||
<!-- Kml file loading failed -->
|
||||
@@ -675,7 +675,7 @@
|
||||
<!-- Speed camera settings menu option - Never warn (about speedcams) -->
|
||||
<string name="pref_tts_speedcams_never">永遠不會對測速照相機發出警告</string>
|
||||
<string name="power_managment_title">省電模式</string>
|
||||
<string name="power_managment_description">如果開啟省電模式,應用程序將根據手機的當前電量關閉耗電功能。</string>
|
||||
<string name="power_managment_description">如果開啟省電模式,本應用將根據手機的當前電量關閉耗電功能。</string>
|
||||
<string name="power_managment_setting_never">從不</string>
|
||||
<string name="power_managment_setting_auto">當電量低時</string>
|
||||
<string name="power_managment_setting_manual_max">最大程度省電</string>
|
||||
@@ -690,7 +690,7 @@
|
||||
<string name="avoid_ferry">避開渡輪</string>
|
||||
<string name="avoid_motorways">避開高速公路</string>
|
||||
<string name="unable_to_calc_alert_title">無法規劃路線</string>
|
||||
<string name="unable_to_calc_alert_subtitle">很遺憾,我們無法使用所選的繞行設定規劃路線。請更改設定,然後重試。</string>
|
||||
<string name="unable_to_calc_alert_subtitle">很遺憾,我們無法使用所選的繞行設定規劃路線。這可能是由於您的繞行設定或 OpenStreetMap 資料不完整所造成的。請更改設定,然後重試。</string>
|
||||
<string name="define_to_avoid_btn">選擇要避開的道路</string>
|
||||
<string name="change_driving_options_btn">繞行設定已開啟</string>
|
||||
<string name="toll_road">收費公路</string>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<string name="type.landuse.plant_nursery">苗圃</string>
|
||||
<string name="type.leisure.bowling_alley">保齡球館</string>
|
||||
<string name="type.amenity.clinic">診所</string>
|
||||
<string name="type.sport.diving">高台跳水</string>
|
||||
<string name="type.sport.diving">跳水</string>
|
||||
<string name="type.railway.narrow_gauge.bridge">窄軌鐵路軌道</string>
|
||||
<string name="type.craft.photographer">攝影棚</string>
|
||||
<string name="type.amenity.parking.lane.private">私人車道停車場</string>
|
||||
@@ -35,90 +35,4 @@
|
||||
<string name="type.amenity.waste_transfer_station">垃圾轉運站</string>
|
||||
<string name="type.amenity.vending_machine.excrement_bags">撿便袋販賣機</string>
|
||||
<string name="type.amenity.parcel_locker">智取櫃</string>
|
||||
<string name="type.mapswithme">mapswithme</string>
|
||||
<string name="type.hwtag.nocar">禁止汽車標籤</string>
|
||||
<string name="type.hwtag.yesfoot">允許行人標籤</string>
|
||||
<string name="type.hwtag">交通屬性標籤</string>
|
||||
<string name="type.hwtag.bidir_bicycle">雙向自行車道標籤</string>
|
||||
<string name="type.noexit">死胡同</string>
|
||||
<string name="type.railway.subway">捷運路線</string>
|
||||
<string name="type.railway.platform">鐵路月台</string>
|
||||
<string name="type.route.ferry">航線</string>
|
||||
<string name="type.leisure">休閒元素</string>
|
||||
<string name="type.power">電力元素</string>
|
||||
<string name="type.power.line.underground">地下輸電線</string>
|
||||
<string name="type.psurface.unpaved_bad">未鋪築路面—較差</string>
|
||||
<string name="type.railway.funicular.bridge">纜索鐵路橋軌道</string>
|
||||
<string name="type.traffic_calming">交通寧靜化</string>
|
||||
<string name="type.piste_type.downhill.area">速降滑雪區</string>
|
||||
<string name="type.hwtag.onedir_bicycle">單向自行車道標籤</string>
|
||||
<string name="type.hwtag.nobicycle">禁止自行車標籤</string>
|
||||
<string name="type.hwtag.nofoot">禁止行人標籤</string>
|
||||
<string name="type.hwtag.oneway">單行道標籤</string>
|
||||
<string name="type.hwtag.private">私人道路標籤</string>
|
||||
<string name="type.hwtag.toll">收費道路標籤</string>
|
||||
<string name="type.hwtag.yesbicycle">允許自行車標籤</string>
|
||||
<string name="type.hwtag.yescar">允許汽車標籤</string>
|
||||
<string name="type.hwtag.lit">照明設備標籤</string>
|
||||
<string name="type.leisure.slipway">船坡道</string>
|
||||
<string name="type.leisure.track">賽道</string>
|
||||
<string name="type.man_made.breakwater">防波堤</string>
|
||||
<string name="type.man_made">人造元素</string>
|
||||
<string name="type.man_made.cairn">人造石堆</string>
|
||||
<string name="type.man_made.cutline">樹林界線</string>
|
||||
<string name="type.man_made.survey_point">測量點</string>
|
||||
<string name="type.man_made.mast">桅杆</string>
|
||||
<string name="type.man_made.pier">碼頭</string>
|
||||
<string name="type.man_made.pipeline">管線</string>
|
||||
<string name="type.man_made.pipeline.overground">地上管線</string>
|
||||
<string name="type.man_made.storage_tank">儲槽</string>
|
||||
<string name="type.man_made.wastewater_plant">污水處理廠</string>
|
||||
<string name="type.military">軍事</string>
|
||||
<string name="type.power.minor_line">小型輸電線</string>
|
||||
<string name="type.piste_type.downhill">速降滑雪道</string>
|
||||
<string name="type.man_made.crane">起重機</string>
|
||||
<string name="type.man_made.works">工廠</string>
|
||||
<string name="type.mapswithme.grid">mapswithme-網格</string>
|
||||
<string name="type.natural.desert">沙漠</string>
|
||||
<string name="type.power.generator">發電機</string>
|
||||
<string name="type.power.line">輸電線</string>
|
||||
<string name="type.power.station">發電廠</string>
|
||||
<string name="type.man_made.utility_pole">公共設施桿</string>
|
||||
<string name="type.railway.light_rail">輕軌軌道</string>
|
||||
<string name="type.railway.light_rail.bridge">輕軌軌道橋</string>
|
||||
<string name="type.railway.light_rail.tunnel">輕軌隧道</string>
|
||||
<string name="type.public_transport.platform">大眾運輸月台</string>
|
||||
<string name="type.psurface">路面</string>
|
||||
<string name="type.psurface.paved_bad">鋪築路面—較差</string>
|
||||
<string name="type.psurface.paved_good">鋪築路面—良好</string>
|
||||
<string name="type.psurface.unpaved_good">未鋪築路面—良好</string>
|
||||
<string name="type.railway">鐵路元素</string>
|
||||
<string name="type.railway.abandoned">鐵路遺跡</string>
|
||||
<string name="type.railway.abandoned.bridge">鐵路橋遺跡</string>
|
||||
<string name="type.railway.abandoned.tunnel">鐵路隧道遺跡</string>
|
||||
<string name="type.railway.construction">鐵路在建</string>
|
||||
<string name="type.railway.crossing">鐵路平交道</string>
|
||||
<string name="type.railway.disused">鐵路廢線</string>
|
||||
<string name="type.railway.funicular.tunnel">纜索鐵路隧道軌道</string>
|
||||
<string name="type.railway.narrow_gauge">窄軌鐵路軌道</string>
|
||||
<string name="type.railway.narrow_gauge.tunnel">窄軌鐵路隧道軌道</string>
|
||||
<string name="type.railway.preserved">保留鐵路</string>
|
||||
<string name="type.railway.preserved.bridge">保留鐵路橋</string>
|
||||
<string name="type.railway.preserved.tunnel">保留鐵路隧道</string>
|
||||
<string name="type.railway.subway.bridge">捷運線橋</string>
|
||||
<string name="type.railway.subway.tunnel">捷運線路隧道</string>
|
||||
<string name="type.route.shuttle_train">巡迴列車</string>
|
||||
<string name="type.tourism">観光元素</string>
|
||||
<string name="type.attraction.big_wheel">摩天輪</string>
|
||||
<string name="type.traffic_calming.bump">減速帶</string>
|
||||
<string name="type.traffic_calming.hump">減速丘</string>
|
||||
<string name="type.waterway">水域元素</string>
|
||||
<string name="type.waterway.dock">船塢</string>
|
||||
<string name="type.waterway.drain">渠</string>
|
||||
<string name="type.natural.water.drain">渠</string>
|
||||
<string name="type.waterway.weir">堰</string>
|
||||
<string name="type.wheelchair">輪椅</string>
|
||||
<string name="type.piste_type.nordic">北歐滑雪道</string>
|
||||
<string name="type.piste_type.sled.area">雪橇滑道區</string>
|
||||
<string name="type.piste_type.sled">雪橇滑道</string>
|
||||
</resources>
|
||||
|
||||
@@ -651,7 +651,7 @@
|
||||
<string name="type.leisure.stadium">体育场</string>
|
||||
<string name="type.leisure.swimming_pool">游泳池</string>
|
||||
<string name="type.leisure.swimming_pool.private">游泳池</string>
|
||||
<string name="type.leisure.track">赛道</string>
|
||||
<string name="type.leisure.track">賽道</string>
|
||||
<string name="type.leisure.track.area">赛道</string>
|
||||
<string name="type.leisure.water_park">水上乐园</string>
|
||||
<string name="type.leisure.beach_resort">海滨度假区</string>
|
||||
@@ -794,24 +794,24 @@
|
||||
<string name="type.public_transport.platform">公共交通站台</string>
|
||||
<string name="type.railway">铁路要素</string>
|
||||
<string name="type.railway.abandoned">铁路遗迹</string>
|
||||
<string name="type.railway.abandoned.bridge">铁路桥遗迹</string>
|
||||
<string name="type.railway.abandoned.tunnel">铁路隧道遗迹</string>
|
||||
<string name="type.railway.abandoned.bridge">铁路遗迹</string>
|
||||
<string name="type.railway.abandoned.tunnel">铁路遗迹</string>
|
||||
<string name="type.railway.construction">在建铁路</string>
|
||||
<string name="type.railway.disused">废弃铁路</string>
|
||||
<string name="type.railway.funicular">缆车</string>
|
||||
<string name="type.railway.funicular.bridge">缆索铁路桥轨道</string>
|
||||
<string name="type.railway.funicular.tunnel">缆索铁路隧道轨道</string>
|
||||
<string name="type.railway.funicular.bridge">缆索铁路轨道</string>
|
||||
<string name="type.railway.funicular.tunnel">缆索铁路轨道</string>
|
||||
<string name="type.railway.halt">小站</string>
|
||||
<string name="type.railway.level_crossing">铁路道口</string>
|
||||
<string name="type.railway.light_rail">轻轨轨道</string>
|
||||
<string name="type.railway.light_rail.bridge">轻轨轨道桥</string>
|
||||
<string name="type.railway.light_rail.tunnel">轻轨隧道</string>
|
||||
<string name="type.railway.light_rail.bridge">轻轨轨道</string>
|
||||
<string name="type.railway.light_rail.tunnel">轻轨轨道</string>
|
||||
<string name="type.railway.monorail">单轨轨道</string>
|
||||
<string name="type.railway.monorail.bridge">单轨轨道</string>
|
||||
<string name="type.railway.monorail.tunnel">单轨轨道</string>
|
||||
<string name="type.railway.narrow_gauge">窄轨铁路轨道</string>
|
||||
<string name="type.railway.narrow_gauge.bridge">窄轨铁路轨道</string>
|
||||
<string name="type.railway.narrow_gauge.tunnel">窄轨铁路隧道轨道</string>
|
||||
<string name="type.railway.narrow_gauge.tunnel">窄轨铁路轨道</string>
|
||||
<string name="type.railway.platform">火车站台</string>
|
||||
<string name="type.railway.rail">铁路轨道</string>
|
||||
<string name="type.railway.rail.highspeed">高速铁路</string>
|
||||
@@ -1277,7 +1277,7 @@
|
||||
<string name="type.tourism.wilderness_hut">野外住宿小屋</string>
|
||||
<string name="type.tourism.zoo">动物园</string>
|
||||
<string name="type.tourism.zoo.petting">宠物动物园</string>
|
||||
<string name="type.waterway">水域要素</string>
|
||||
<string name="type.waterway">航道要素</string>
|
||||
<string name="type.waterway.canal">运河</string>
|
||||
<string name="type.waterway.canal.tunnel">运河</string>
|
||||
<string name="type.waterway.fish_pass">鱼梯</string>
|
||||
@@ -1385,7 +1385,7 @@
|
||||
<string name="type.railway.preserved">保留铁路</string>
|
||||
<string name="type.railway.preserved.bridge">保留铁路桥</string>
|
||||
<string name="type.railway.subway">地铁线路</string>
|
||||
<string name="type.traffic_calming">交通稳静化</string>
|
||||
<string name="type.traffic_calming">交通静化</string>
|
||||
<string name="type.piste_type.downhill">速降滑雪道</string>
|
||||
<string name="type.highway.world_level">高速公路—世界级</string>
|
||||
<string name="type.hwtag">交通属性标签</string>
|
||||
@@ -1395,7 +1395,7 @@
|
||||
<string name="type.man_made.utility_pole">公共设施杆</string>
|
||||
<string name="type.route.shuttle_train">穿梭列车</string>
|
||||
<string name="type.attraction.bumper_car">碰碰车</string>
|
||||
<string name="type.sport.diving">高台跳水</string>
|
||||
<string name="type.sport.diving">跳水</string>
|
||||
<string name="type.landuse.plant_nursery">苗圃</string>
|
||||
<string name="type.amenity.love_hotel">情侣酒店</string>
|
||||
<string name="type.barrier.guard_rail">交通护栏</string>
|
||||
|
||||
@@ -54,13 +54,11 @@
|
||||
<item name="android:fontFamily">@string/robotoMedium</item>
|
||||
<item name="android:textAllCaps">true</item>
|
||||
<item name="android:letterSpacing">0.04</item>
|
||||
<item name="backgroundTint">@null</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmWidget.Button.Accent">
|
||||
<item name="android:background">?accentButtonBackground</item>
|
||||
<item name="android:textColor">?accentButtonTextColor</item>
|
||||
<item name="backgroundTint">@null</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmWidget.Button.StackedButtonsDialog">
|
||||
@@ -102,7 +100,6 @@
|
||||
<item name="android:paddingEnd">@dimen/margin_base</item>
|
||||
<item name="textAllCaps">true</item>
|
||||
<item name="android:gravity">center</item>
|
||||
<item name="backgroundTint">@null</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmWidget.ProgressWheel.RoutingPlan">
|
||||
|
||||
@@ -190,12 +190,10 @@
|
||||
8487025
|
||||
8505220
|
||||
8550167
|
||||
8561591
|
||||
8916559
|
||||
8947848
|
||||
9099495
|
||||
9145087
|
||||
9153470
|
||||
9163744
|
||||
9211020
|
||||
9326109
|
||||
@@ -215,7 +213,6 @@
|
||||
10395294
|
||||
10426903
|
||||
10592406
|
||||
10597310
|
||||
10790054
|
||||
11053224
|
||||
11057133
|
||||
@@ -240,16 +237,21 @@
|
||||
12105912
|
||||
12504182
|
||||
12517551
|
||||
12699589
|
||||
12837073
|
||||
12895428
|
||||
12896712
|
||||
12898689
|
||||
13028554
|
||||
13031851
|
||||
13161612
|
||||
13163437
|
||||
13229526
|
||||
13357519
|
||||
13407549
|
||||
13420474
|
||||
13538264
|
||||
13554898
|
||||
13555607
|
||||
13685196
|
||||
13947850
|
||||
@@ -275,7 +277,6 @@
|
||||
15260347
|
||||
15263452
|
||||
15263939
|
||||
15265772
|
||||
15592411
|
||||
15592899
|
||||
15656370
|
||||
@@ -287,9 +288,9 @@
|
||||
15898392
|
||||
15900208
|
||||
15902016
|
||||
15920357
|
||||
15921870
|
||||
16027569
|
||||
16049608
|
||||
16056407
|
||||
16064048
|
||||
16087552
|
||||
@@ -297,22 +298,22 @@
|
||||
16103246
|
||||
16113596
|
||||
16115926
|
||||
16116442
|
||||
16117459
|
||||
16118756
|
||||
16119285
|
||||
16169823
|
||||
16173957
|
||||
16180686
|
||||
16182236
|
||||
16248287
|
||||
16372627
|
||||
16391736
|
||||
16431936
|
||||
16433750
|
||||
16440736
|
||||
16445666
|
||||
16557154
|
||||
16579778
|
||||
16579836
|
||||
16704429
|
||||
16728450
|
||||
16733986
|
||||
16740096
|
||||
@@ -461,6 +462,7 @@
|
||||
1295523604
|
||||
1295527997
|
||||
1295658816
|
||||
1295720469
|
||||
1295727419
|
||||
1295853079
|
||||
1295855912
|
||||
@@ -525,9 +527,9 @@
|
||||
1307504366
|
||||
1307744024
|
||||
1307747648
|
||||
1307933184
|
||||
1307948878
|
||||
1307961558
|
||||
1307962074
|
||||
1307964388
|
||||
1308015455
|
||||
1308019589
|
||||
@@ -682,7 +684,6 @@
|
||||
3006477107
|
||||
3006694172
|
||||
3007595588
|
||||
3008054851
|
||||
3008113177
|
||||
3009559935
|
||||
3012069512
|
||||
@@ -691,7 +692,6 @@
|
||||
3018761472
|
||||
3019640347
|
||||
3019870528
|
||||
3019898622
|
||||
3019898879
|
||||
3226034505
|
||||
3226891606
|
||||
|
||||
@@ -26,8 +26,7 @@
|
||||
|
||||
/* 1.BASEMAP */
|
||||
|
||||
@background0: #000000;
|
||||
@background1: #000000;
|
||||
@background: #000000;
|
||||
|
||||
/* 2.BOUNDARY */
|
||||
|
||||
|
||||
@@ -38,13 +38,9 @@ area|z10-[place=islet]
|
||||
area|z0-[natural=coastline]
|
||||
{fill-color: @water;}
|
||||
|
||||
area|z0-15[natural=land],
|
||||
area|z10-15[place=islet],
|
||||
{fill-color: @background0;}
|
||||
|
||||
area|z16-[natural=land],
|
||||
area|z16-[place=islet],
|
||||
{fill-color: @background1;}
|
||||
area|z0-[natural=land],
|
||||
area|z10-[place=islet]
|
||||
{fill-color: @background;}
|
||||
|
||||
/* 3.BOUNDARIES */
|
||||
|
||||
@@ -95,11 +91,11 @@ line|z10-[boundary=administrative][admin_level=4]
|
||||
|
||||
area|z10-[landuse=forest],
|
||||
area|z10-[leisure=park],
|
||||
area|z12-[natural=heath],
|
||||
area|z12-[leisure=garden],
|
||||
area|z12-[landuse=grass],
|
||||
area|z12-[natural=grassland],
|
||||
area|z12-[leisure=golf_course],
|
||||
area|z12-[natural=heath],
|
||||
area|z12-[landuse=allotments],
|
||||
area|z12-[natural=bare_rock],
|
||||
area|z12-[natural=shingle],
|
||||
@@ -120,9 +116,8 @@ area|z10-12[leisure=park],
|
||||
{fill-color: @green0;}
|
||||
area|z13-15[leisure=park],
|
||||
{fill-color: @green1;}
|
||||
area|z14-15[natural=scrub],
|
||||
{fill-color: @green1;}
|
||||
area|z16-[leisure=park],
|
||||
area|z14-15[natural=scrub],
|
||||
{fill-color: @green2;}
|
||||
area|z16-[natural=scrub],
|
||||
{fill-color: @green3;}
|
||||
@@ -366,7 +361,7 @@ area|z15-[landuse=education],
|
||||
area|z16-[public_transport=platform],
|
||||
area|z16-[amenity=place_of_worship],
|
||||
area|z16-[railway=platform],
|
||||
area|z16-[leisure=playground],
|
||||
area|z15-[leisure=playground],
|
||||
{fill-opacity: 1;}
|
||||
|
||||
area|z15-[amenity=university],
|
||||
@@ -401,7 +396,7 @@ area|z15-[leisure=pitch],
|
||||
area|z15-[leisure=track][area?],
|
||||
{fill-color: @sport2;}
|
||||
|
||||
area|z16-[leisure=playground],
|
||||
area|z15-[leisure=playground],
|
||||
{fill-color: @playground;}
|
||||
|
||||
area|z15-[leisure=stadium]
|
||||
@@ -470,11 +465,8 @@ area|z15-19[aeroway=aerodrome]
|
||||
|
||||
/* 7.7 Religion */
|
||||
|
||||
area|z15[landuse=churchyard],
|
||||
{fill-color: @background0;}
|
||||
|
||||
area|z16-[landuse=churchyard],
|
||||
{fill-color: @background1;}
|
||||
area|z15-[landuse=churchyard]
|
||||
{fill-color: @background;}
|
||||
|
||||
/* 7.8 Agricultural */
|
||||
area|z10-[landuse=farmland],
|
||||
@@ -498,24 +490,17 @@ area|z15-16[amenity=parking][parking=street_side],
|
||||
|
||||
/* 8.1 Pier, dam, areal bridge, cutline */
|
||||
|
||||
area|z12-15[man_made=pier],
|
||||
area|z12-15[man_made=breakwater],
|
||||
{fill-opacity: 1; fill-color: @background0;}
|
||||
|
||||
area|z16-[man_made=pier],
|
||||
area|z16-[man_made=breakwater],
|
||||
{fill-opacity: 1; fill-color: @background1;}
|
||||
area|z12-[man_made=pier],
|
||||
area|z12-[man_made=breakwater],
|
||||
{fill-opacity: 1; fill-color: @background;}
|
||||
|
||||
area|z14-[man_made=bridge],
|
||||
{fill-color: @bridge_background; fill-opacity: 0.8;}
|
||||
|
||||
line|z14-15[man_made=pier],
|
||||
line|z14-15[man_made=breakwater],
|
||||
{width: 1.5;color: @background0; opacity: 0.7;}
|
||||
|
||||
line|z16-[man_made=pier],
|
||||
line|z16-[man_made=breakwater],
|
||||
{width: 1.5;color: @background1; opacity: 0.7;}
|
||||
line|z14-[man_made=pier],
|
||||
line|z14-[man_made=breakwater],
|
||||
{width: 1.5;color: @background; opacity: 0.7;}
|
||||
|
||||
line|z14-[waterway=dam],
|
||||
line|z14-[waterway=weir],
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
8.7 Footway 15-22 ZOOM
|
||||
8.8 Steps 15-22 ZOOM
|
||||
8.9 Bridleway 14-22 ZOOM
|
||||
8.10 Runway 12-22 ZOOM
|
||||
8.11 Runway 12-22 ZOOM
|
||||
9.RAIL 11-22 ZOOM
|
||||
9.1 RAIL 11-22 ZOOM
|
||||
9.2 Rail tunnel 14-22 ZOOM
|
||||
@@ -73,15 +73,14 @@ line|z9[highway=world_level]
|
||||
|
||||
/* 3.TRUNK & MOTORWAY 6-22 ZOOM */
|
||||
|
||||
line|z6-9[highway=motorway],
|
||||
line|z6-9[highway=trunk],
|
||||
{color: @trunk0; opacity: 0.6;}
|
||||
line|z7-9[highway=motorway],
|
||||
line|z7-9[highway=trunk],
|
||||
{opacity: 0.8;}
|
||||
|
||||
line|z10-13[highway=motorway],
|
||||
line|z6[highway=motorway],
|
||||
{color: @motorway0; opacity: 1;}
|
||||
line|z6[highway=trunk],
|
||||
{color: @trunk0; opacity: 0.6;}
|
||||
line|z7-13[highway=motorway],
|
||||
{color: @motorway0; opacity: 1;}
|
||||
line|z7-9[highway=trunk],
|
||||
{color: @trunk0; opacity: 0.8;}
|
||||
line|z10-13[highway=trunk],
|
||||
{color: @trunk1; opacity: 1;}
|
||||
line|z14-[highway=motorway],
|
||||
@@ -114,14 +113,22 @@ line|z14-[highway=trunk_link][bridge?]::bridgeblack,
|
||||
|
||||
/* 3.1 Trunk & Motorway 6-22 ZOOM */
|
||||
|
||||
line|z10[highway=motorway],
|
||||
{width: 2.6;}
|
||||
line|z11[highway=motorway],
|
||||
{width: 3.0;}
|
||||
line|z12[highway=motorway],
|
||||
{width: 3.6;}
|
||||
line|z6[highway=motorway],
|
||||
{width: 1.7;}
|
||||
line|z7[highway=motorway]
|
||||
{width: 1.8;}
|
||||
line|z8[highway=motorway]
|
||||
{width: 1.9;}
|
||||
line|z9[highway=motorway]
|
||||
{width: 2.0;}
|
||||
line|z10[highway=motorway]
|
||||
{width: 2.2;}
|
||||
line|z11[highway=motorway]
|
||||
{width: 2.4;}
|
||||
line|z12[highway=motorway]
|
||||
{width: 2.7;}
|
||||
line|z13[highway=motorway],
|
||||
{width: 4.0;}
|
||||
{width: 3.6;}
|
||||
line|z14[highway=motorway],
|
||||
{width: 4.4;}
|
||||
line|z15[highway=motorway],
|
||||
@@ -135,26 +142,22 @@ line|z18[highway=motorway],
|
||||
line|z19-[highway=motorway],
|
||||
{width: 16.0;}
|
||||
|
||||
line|z6[highway=motorway],
|
||||
line|z6[highway=trunk],
|
||||
{width: 0.8;}
|
||||
line|z7[highway=motorway],
|
||||
line|z7[highway=trunk],
|
||||
{width: 0.9;}
|
||||
line|z8[highway=motorway],
|
||||
line|z8[highway=trunk],
|
||||
{width: 1.2;}
|
||||
line|z9[highway=motorway],
|
||||
line|z9[highway=trunk],
|
||||
{width: 1.3;}
|
||||
line|z10[highway=trunk],
|
||||
{width: 2.2;}
|
||||
{width: 1.9;}
|
||||
line|z11[highway=trunk],
|
||||
{width: 2.5;}
|
||||
{width: 2.1;}
|
||||
line|z12[highway=trunk],
|
||||
{width: 3.0;}
|
||||
{width: 2.4;}
|
||||
line|z13[highway=trunk],
|
||||
{width: 3.6;}
|
||||
{width: 3.2;}
|
||||
line|z14[highway=trunk],
|
||||
{width: 4.0;}
|
||||
line|z15[highway=trunk],
|
||||
@@ -169,36 +172,47 @@ line|z19-[highway=trunk],
|
||||
{width: 13.5;}
|
||||
|
||||
line|z10[highway=motorway_link],
|
||||
line|z10[highway=trunk_link]
|
||||
{width: 0.9;}
|
||||
line|z11[highway=motorway_link],
|
||||
line|z11[highway=trunk_link]
|
||||
{width: 1.1;}
|
||||
line|z12[highway=motorway_link],
|
||||
line|z12[highway=trunk_link]
|
||||
{width: 1.4;}
|
||||
line|z13[highway=motorway_link],
|
||||
line|z13[highway=trunk_link]
|
||||
{width: 1.9;}
|
||||
line|z14[highway=motorway_link],
|
||||
line|z14[highway=trunk_link]
|
||||
{width: 2.7;}
|
||||
line|z15[highway=motorway_link],
|
||||
line|z15[highway=trunk_link]
|
||||
{width: 3.7;}
|
||||
line|z16[highway=motorway_link],
|
||||
line|z16[highway=trunk_link]
|
||||
{width: 5.1;}
|
||||
line|z17[highway=motorway_link],
|
||||
line|z17[highway=trunk_link]
|
||||
{width: 6.7;}
|
||||
line|z18[highway=motorway_link],
|
||||
line|z18[highway=trunk_link]
|
||||
{width: 9.5;}
|
||||
line|z19-[highway=motorway_link],
|
||||
line|z19-[highway=trunk_link]
|
||||
{width: 11.7;}
|
||||
|
||||
line|z10[highway=trunk_link]
|
||||
{width: 0.8;}
|
||||
line|z11[highway=trunk_link]
|
||||
{width: 1.0;}
|
||||
line|z12[highway=trunk_link]
|
||||
{width: 1.3;}
|
||||
line|z13[highway=trunk_link]
|
||||
{width: 1.8;}
|
||||
line|z14[highway=trunk_link]
|
||||
{width: 2.6;}
|
||||
line|z15[highway=trunk_link]
|
||||
{width: 3.6;}
|
||||
line|z16[highway=trunk_link]
|
||||
{width: 5;}
|
||||
line|z17[highway=trunk_link]
|
||||
{width: 6.6;}
|
||||
line|z18[highway=trunk_link]
|
||||
{width: 9.4;}
|
||||
line|z19-[highway=trunk_link]
|
||||
{width: 11.6;}
|
||||
|
||||
/* 3.2 Trunk & Motorway tunnel 12-22 ZOOM */
|
||||
|
||||
line|z12-[highway=motorway][tunnel?],
|
||||
@@ -284,13 +298,13 @@ line|z8[highway=primary],
|
||||
line|z9[highway=primary],
|
||||
{width: 0.8;}
|
||||
line|z10[highway=primary],
|
||||
{width: 1.8;}
|
||||
{width: 1.6;}
|
||||
line|z11[highway=primary],
|
||||
{width: 2.3;}
|
||||
{width: 2.0;}
|
||||
line|z12[highway=primary],
|
||||
{width: 2.7;}
|
||||
{width: 2.2;}
|
||||
line|z13[highway=primary],
|
||||
{width: 3.0;}
|
||||
{width: 2.6;}
|
||||
line|z14[highway=primary],
|
||||
{width: 3.8;}
|
||||
line|z15[highway=primary],
|
||||
@@ -362,7 +376,6 @@ line|z18-[highway=primary_link][bridge?]::bridgeblack,
|
||||
/* 5.SECONDARY 10-22 ZOOM */
|
||||
|
||||
line|z10-13[highway=secondary],
|
||||
line|z13[highway=secondary_link],
|
||||
{color: @secondary0; opacity: 1;}
|
||||
line|z14-[highway=secondary],
|
||||
line|z14-[highway=secondary_link],
|
||||
@@ -380,11 +393,11 @@ line|z14-[highway=secondary_link][bridge?]::bridgeblack,
|
||||
line|z10[highway=secondary],
|
||||
{width: 1.4;}
|
||||
line|z11[highway=secondary],
|
||||
{width: 2.2;}
|
||||
{width: 1.8;}
|
||||
line|z12[highway=secondary],
|
||||
{width: 2.5;}
|
||||
{width: 2.0;}
|
||||
line|z13[highway=secondary],
|
||||
{width: 2.7;}
|
||||
{width: 2.4;}
|
||||
line|z14[highway=secondary],
|
||||
{width: 3.2;}
|
||||
line|z15[highway=secondary],
|
||||
@@ -443,19 +456,23 @@ line|z18-[highway=secondary_link][bridge?]::bridgeblack
|
||||
|
||||
/* 6.TERTIARY & UNCLASSIFIED 11-22 ZOOM */
|
||||
|
||||
line|z11-[highway=tertiary],
|
||||
line|z11-[highway=tertiary]
|
||||
{color: @tertiary; opacity: 1;}
|
||||
line|z12-13[highway=tertiary],
|
||||
{opacity: 0.95;}
|
||||
line|z14-[highway=tertiary_link],
|
||||
{color: @tertiary; opacity: 1;}
|
||||
line|z11-[highway=unclassified],
|
||||
{color: @tertiary;}
|
||||
line|z11-[highway=unclassified]
|
||||
{color: @tertiary; opacity: 0.95;}
|
||||
line|z12-15[highway=unclassified],
|
||||
line|z12[highway=unclassified]
|
||||
{opacity: 0.8;}
|
||||
line|z13[highway=unclassified]
|
||||
{opacity: 0.58;}
|
||||
line|z14-15[highway=tertiary],
|
||||
line|z15-16[highway=tertiary_link],
|
||||
{opacity: 0.9;}
|
||||
{color: @tertiary; opacity: 0.9;}
|
||||
line|z13-15[highway=unclassified]
|
||||
{opacity: 0.8;}
|
||||
line|z16-[highway=tertiary],
|
||||
line|z17-[highway=tertiary_link],
|
||||
{opacity: 1;}
|
||||
@@ -641,7 +658,12 @@ line|z18-[highway=residential][bridge?]::bridgeblack,
|
||||
line|z15-[highway=service],
|
||||
line|z15-[highway=service][service=busway],
|
||||
line|z15-[highway=busway],
|
||||
{color: @residential; opacity: 0.9;}
|
||||
{color: @residential; opacity: 0.95;}
|
||||
|
||||
line|z13-[highway=service],
|
||||
line|z13-[highway=service][service=busway],
|
||||
line|z13-[highway=busway],
|
||||
{opacity: 0.9;}
|
||||
|
||||
line|z15[highway=service],
|
||||
line|z15[highway=service][service=busway],
|
||||
@@ -1086,7 +1108,7 @@ line|z15-[highway=bridleway][bridge?]::bridgewhite
|
||||
line|z17-[highway=bridleway][bridge?]::bridgeblack
|
||||
{casing-width-add: 1;}
|
||||
|
||||
/* 8.10 Runway 12-22 ZOOM */
|
||||
/* 8.11 Runway 12-22 ZOOM */
|
||||
|
||||
line|z12-[aeroway=runway],
|
||||
line|z14-[aeroway=taxiway],
|
||||
@@ -1103,10 +1125,8 @@ line|z16-[aeroway=runway]
|
||||
|
||||
line|z14[aeroway=taxiway]
|
||||
{width: 0.6; opacity: 0.4;}
|
||||
line|z15[aeroway=taxiway]
|
||||
{width: 1.2; opacity: 0.3;}
|
||||
line|z16-[aeroway=taxiway]
|
||||
{width: 1.2; opacity: 0.4;}
|
||||
line|z15-[aeroway=taxiway]
|
||||
{width: 1.2; opacity: 0.5;}
|
||||
|
||||
/* 9.RAIL 11-22 ZOOM */
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ leisure-swimming_pool-private # area z13- (also has icon z
|
||||
landuse-landfill # area z15- (also has icon z15-, caption(optional) z15-)
|
||||
=== 220
|
||||
|
||||
leisure-playground # area z16- (also has icon z17-, caption(optional) z17-)
|
||||
leisure-playground # area z15- (also has icon z17-, caption(optional) z17-)
|
||||
=== 200
|
||||
|
||||
amenity-fountain # area z16- (also has icon z16-, caption(optional) z16-)
|
||||
|
||||
@@ -668,6 +668,10 @@ highway-residential-bridge::shield # shield::shield z15- (also
|
||||
highway-residential-tunnel::shield # shield::shield z15- (also has pathtext z13-, line z12-, line(casing) z16-)
|
||||
=== 2955
|
||||
|
||||
highway-footway-bicycle # pathtext z15- (also has line z15-, line::cycleline z15-)
|
||||
highway-path-bicycle # pathtext z15- (also has line z14-, line::cycleline z14-)
|
||||
=== 2954
|
||||
|
||||
highway-cycleway # pathtext z15- (also has line z13-)
|
||||
highway-cycleway-bridge # pathtext z15- (also has line z13-, line::bridgeblack z17-, line::bridgewhite z15-)
|
||||
highway-cycleway-tunnel # pathtext z15- (also has line z13-, line::tunnelBackground z17-, line::tunnelCasing z17-)
|
||||
@@ -676,7 +680,6 @@ highway-cycleway-tunnel # pathtext z15- (also has li
|
||||
area:highway-footway # caption z15- (also has area z14-)
|
||||
highway-footway # pathtext z15- (also has line z15-)
|
||||
highway-footway-area # pathtext z15- (also has line z15-, area z14-)
|
||||
highway-footway-bicycle # pathtext z15- (also has line z15-, line::cycleline z15-)
|
||||
highway-footway-bridge # pathtext z15- (also has line z15-, line::bridgeblack z17-, line::bridgewhite z15-)
|
||||
highway-footway-tunnel # pathtext z15- (also has line z15-, line::tunnelBackground z17-, line::tunnelCasing z17-)
|
||||
highway-tertiary_link # pathtext z18- (also has line z14-)
|
||||
@@ -706,7 +709,6 @@ highway-bridleway # pathtext z15- (also has li
|
||||
highway-bridleway-bridge # pathtext z15- (also has line z14-, line::bridgeblack z17-, line::bridgewhite z15-)
|
||||
highway-bridleway-tunnel # pathtext z15- (also has line z14-, line::tunnelBackground z17-, line::tunnelCasing z17-)
|
||||
highway-path # pathtext z15- (also has line z14-)
|
||||
highway-path-bicycle # pathtext z15- (also has line z14-, line::cycleline z14-)
|
||||
highway-path-bridge # pathtext z15- (also has line z14-, line::bridgeblack z17-, line::bridgewhite z15-)
|
||||
highway-path-difficult # pathtext z15- (also has line z14-)
|
||||
highway-path-expert # pathtext z15- (also has line z14-)
|
||||
@@ -1005,7 +1007,7 @@ amenity-shelter # icon z17- (also has captio
|
||||
amenity-shelter-public_transport # icon z17- (also has caption(optional) z17-)
|
||||
emergency-lifeguard # icon z17- (also has caption(optional) z18-)
|
||||
leisure-fitness_station # icon z17- (also has caption(optional) z17-)
|
||||
leisure-playground # icon z17- (also has caption(optional) z17-, area z16-)
|
||||
leisure-playground # icon z17- (also has caption(optional) z17-, area z15-)
|
||||
natural-cliff # pathtext z16- (also has line z14-)
|
||||
=== 1500
|
||||
|
||||
@@ -1958,7 +1960,7 @@ leisure-swimming_pool-private # icon z17- (also has captio
|
||||
# amenity-shelter-public_transport # caption(optional) z17- (also has icon z17-)
|
||||
# emergency-lifeguard # caption(optional) z18- (also has icon z17-)
|
||||
# leisure-fitness_station # caption(optional) z17- (also has icon z17-)
|
||||
# leisure-playground # caption(optional) z17- (also has icon z17-, area z16-)
|
||||
# leisure-playground # caption(optional) z17- (also has icon z17-, area z15-)
|
||||
# === -8500
|
||||
|
||||
# sport-american_football # caption(optional) z17- (also has icon z17-)
|
||||
|
||||
@@ -26,8 +26,7 @@
|
||||
|
||||
/* 1.BASEMAP */
|
||||
|
||||
@background0: #F5E8D6;
|
||||
@background1: #F5EADA;
|
||||
@background: #F5E8D6;
|
||||
|
||||
/* 2.BOUNDARY */
|
||||
|
||||
@@ -43,10 +42,10 @@
|
||||
@water_bad: #95C5B8;
|
||||
@river: #5FB4C5;
|
||||
@wetland: #C3E0D1;
|
||||
@beach: #FADDA0;
|
||||
@beach: #FEE3AD;
|
||||
@barerock: #D9D2BF;
|
||||
@scree: #CCC7BA;
|
||||
@desert: #F4E5C8;
|
||||
@desert: #F6E5CE;
|
||||
|
||||
/*3.2 Vegetation*/
|
||||
|
||||
@@ -65,8 +64,8 @@
|
||||
/* 4.LANDUSE */
|
||||
/*4.1 Main landuse*/
|
||||
|
||||
@pedestrian_area: #F7EDDF;
|
||||
@pedestrian_area_light: #FAF0E2;
|
||||
@pedestrian_area: #F6EBDC;
|
||||
@pedestrian_area_light: #F7EDDF;
|
||||
@university: #F5DFBC;
|
||||
@hospital: #FFDAD6;
|
||||
@industrial: #E5E5E4;
|
||||
@@ -74,7 +73,7 @@
|
||||
@sport1: #E8E8C3;
|
||||
@sport2: #D4E796;
|
||||
@playground: #E4E7A2;
|
||||
@parking: #E8EFEC;
|
||||
@parking: #F2ECE5;
|
||||
@military: #DE2D28;
|
||||
@prison: #727272;
|
||||
@farmland: #E4E0AD;
|
||||
@@ -82,12 +81,12 @@
|
||||
|
||||
/*4.2 Aerodrome*/
|
||||
|
||||
@aerodrome0: #A1B3BE;
|
||||
@aerodrome1: #A1B3BE;
|
||||
@aerodrome2: #A1B3BE;
|
||||
@aerodrome3: #A1B3BE;
|
||||
@aerodrome4: #8BABBE;
|
||||
@aerodrome5: #82A3B7;
|
||||
@aerodrome0: #CED4D2;
|
||||
@aerodrome1: #CED4D2;
|
||||
@aerodrome2: #CBD1CF;
|
||||
@aerodrome3: #C6CCCA;
|
||||
@aerodrome4: #C4C9C8;
|
||||
@aerodrome5: #C1C7C5;
|
||||
|
||||
/* 4.3 Barriers */
|
||||
@fence: #888888;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>aircraft-m</title>
|
||||
<path fill="#9C6136" opacity="1" d="m19 15.1v-1.3l-5.4737-3.25v-3.575c0-0.5395-0.45842-0.975-1.0263-0.975s-1.0263 0.4355-1.0263 0.975v3.575l-5.4737 3.25v1.3l5.4737-1.625v3.575l-1.3684 0.975v0.975l2.3947-0.65 2.3947 0.65v-0.975l-1.3684-0.975v-3.575l5.4737 1.625z"/>
|
||||
<path fill="#7f5933" opacity="1" d="m19 15.1v-1.3l-5.4737-3.25v-3.575c0-0.5395-0.45842-0.975-1.0263-0.975s-1.0263 0.4355-1.0263 0.975v3.575l-5.4737 3.25v1.3l5.4737-1.625v3.575l-1.3684 0.975v0.975l2.3947-0.65 2.3947 0.65v-0.975l-1.3684-0.975v-3.575l5.4737 1.625z"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 437 B After Width: | Height: | Size: 437 B |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="gate-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#747E86"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#717065"/>
|
||||
<path id="Shape" d="m18.263 17.295h-12.526c-0.40526 0-0.73684 0.33158-0.73684 0.73684 0 0.40526 0.33158 0.73684 0.73684 0.73684h12.526c0.40526 0 0.73684-0.33158 0.73684-0.73684 0-0.40526-0.33158-0.73684-0.73684-0.73684zm-12.519-5.4453 11.664 3.1242c0.58947 0.15474 1.1937-0.19158 1.3558-0.78105 0.15474-0.58947-0.19158-1.1937-0.78105-1.3558l-3.9126-1.0463-1.9011-6.2263c-0.081053-0.26526-0.28737-0.46421-0.55263-0.53789-0.50105-0.13263-0.99474 0.24316-0.99474 0.76632v5.0695l-3.6695-0.97263-0.55263-1.3705c-0.088421-0.21368-0.26526-0.37579-0.49368-0.43474l-0.24316-0.066316c-0.23579-0.066316-0.46421 0.11053-0.46421 0.35368v2.7632c0 0.33895 0.22105 0.62632 0.54526 0.71474z" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="alcohol-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<g id="Group" transform="translate(6 6)" fill="#fff">
|
||||
<path id="Shape" d="m0 7.2c0 0.78 0.53053 1.44 1.2632 1.692v1.908h-1.2632v1.2h3.7895v-1.2h-1.2632v-1.908c0.73263-0.252 1.2632-0.912 1.2632-1.692v-4.8h-3.7895v4.8zm1.2632-3.6h1.2632v1.8h-1.2632v-1.8z"/>
|
||||
<path id="Shape" d="m11.135 3.924-0.6-0.192c-0.25263-0.078-0.42947-0.306-0.42947-0.564v-2.568c0-0.33-0.28421-0.6-0.63158-0.6h-1.8947c-0.34737 0-0.63158 0.27-0.63158 0.6v2.568c0 0.258-0.17684 0.486-0.42947 0.57l-0.6 0.192c-0.51789 0.162-0.86526 0.618-0.86526 1.134v5.736c0 0.66 0.56842 1.2 1.2632 1.2h4.4211c0.69474 0 1.2632-0.54 1.2632-1.2v-5.736c0-0.516-0.34737-0.972-0.86526-1.14zm-2.9242-2.724h0.63158v0.6h-0.63158v-0.6zm-1.8947 3.864 0.6-0.192c0.77684-0.24 1.2947-0.93 1.2947-1.704v-0.168h0.63158v0.168c0 0.774 0.51789 1.464 1.2947 1.71l0.6 0.186v0.936h-4.4211v-0.936zm4.4211 5.736h-4.4211v-1.2h4.4211v1.2z"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="alpine_hut-m">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" fill-rule="nonzero" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#6D544C" fill-rule="nonzero"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#664E42" fill-rule="nonzero"/>
|
||||
<polygon id="Path" points="10 13.357 10 18 6 18 6 9.6429 12 5 18 9.6429 18 18 14 18 14 13.357" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 492 B After Width: | Height: | Size: 492 B |
@@ -3,7 +3,7 @@
|
||||
<g transform="scale(.66667)" fill="none" fill-rule="evenodd">
|
||||
<g id="alpine_hut-s">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" fill-rule="nonzero" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#6D544C" fill-rule="nonzero"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#664E42" fill-rule="nonzero"/>
|
||||
<polygon id="Path" points="10 13.357 10 18 6 18 6 9.6429 12 5 18 9.6429 18 18 14 18 14 13.357" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 518 B |
@@ -2,7 +2,7 @@
|
||||
<title>alternative-m</title>
|
||||
<g>
|
||||
<circle id="outer" r="12" cx="12" cy="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="inner" r="11" cx="12" cy="12" fill="#D85961"/>
|
||||
<circle id="inner" r="11" cx="12" cy="12" fill="#c15746"/>
|
||||
<g fill="#fff">
|
||||
<path id="leaf_left" d="M 7.38389,13.5905 C 7.49978,12.4415 7.20637,11.2481 6.47407,10.2397 5.74178,9.23122 4.69389,8.58276 3.56463,8.33373 3.44874,9.48518 3.74215,10.6761 4.47445,11.6845 c 0.72982,1.0085 1.77772,1.6545 2.90944,1.906 z"/>
|
||||
<path id="leaf_center" d="M 6.90802,9.92407 C 7.09541,10.183 7.25814,10.4566 7.39622,10.7427 7.53676,10.4566 7.69703,10.183 7.88441,9.92407 8.09892,9.62819 8.34302,9.3619 8.60931,9.1178 8.49342,8.08717 8.06194,7.1527 7.40608,6.41547 6.74776,7.15516 6.31381,8.09457 6.20285,9.1326 6.46174,9.37176 6.69845,9.63559 6.90802,9.92407 Z"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@@ -2,7 +2,7 @@
|
||||
<title>america-football-m</title>
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="america-football-m" fill-rule="nonzero">
|
||||
<g id="Group" transform="translate(6 9.6071)" fill="#747E86">
|
||||
<g id="Group" transform="translate(6 9.6071)" fill="#717065">
|
||||
<path id="Path" d="m-3 2.3929c0.56652 1.4062 1.4545 2.6518 2.5714 3.6402v-7.2804c-1.117 0.98839-2.0049 2.2339-2.5714 3.6402z"/>
|
||||
<path d="m15 2.3929c-0.56652-1.4063-1.4545-2.6518-2.5714-3.6402v7.2804c1.117-0.98839 2.0049-2.2339 2.5714-3.6402z"/>
|
||||
<path id="Shape" transform="translate(-6 -9.6071)" d="m12 5.935c-1.8924 0-3.6562 0.53839-5.1429 1.4665v9.1969c1.4866 0.92812 3.2504 1.4665 5.1429 1.4665s3.6562-0.53839 5.1429-1.4665v-9.1969c-1.4866-0.92812-3.2504-1.4665-5.1429-1.4665zm3.8571 5.4241v2.5714h-1.2857v-1.2857h-1.9286v1.2857h-1.2857v-1.2857h-1.9286v1.2857h-1.2857v-3.8571h1.2857v1.2857h1.9286v-1.2857h1.2857v1.2857h1.9286v-1.2857h1.2857z"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 973 B After Width: | Height: | Size: 973 B |
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 20 20" width="15" height="15" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m10 18.127q-1.2393 0-2.5396-0.44697-1.3003-0.44696-2.3567-1.219t-1.7371-1.8082-0.68061-2.2145v-2.438l3.2507 2.438-1.2596 1.2596q0.58918 1.0362 1.8691 1.7879 1.2799 0.75172 2.6412 0.95488v-7.253h-2.438v-1.6253h2.438v-0.95488q-0.71108-0.26411-1.1682-0.88377t-0.45712-1.412q0-1.0158 0.71108-1.7269 0.71108-0.71108 1.7269-0.71108 1.0158 0 1.7269 0.71108 0.71108 0.71109 0.71108 1.7269 0 0.79234-0.45712 1.412t-1.1682 0.88377v0.95488h2.438v1.6253h-2.438v7.253q1.3612-0.20316 2.6412-0.95488 1.2799-0.75171 1.8691-1.7879l-1.2596-1.2596 3.2507-2.438v2.438q0 1.1784-0.68061 2.2145t-1.7371 1.8082-2.3567 1.219q-1.3003 0.44697-2.5396 0.44697zm0-13.003q0.34538 0 0.57902-0.23364t0.23364-0.57902-0.23364-0.57902-0.57902-0.23364-0.57902 0.23364-0.23364 0.57902 0.23364 0.57902 0.57902 0.23364z" fill="#9C6136"/>
|
||||
<path d="m10 18.127q-1.2393 0-2.5396-0.44697-1.3003-0.44696-2.3567-1.219t-1.7371-1.8082-0.68061-2.2145v-2.438l3.2507 2.438-1.2596 1.2596q0.58918 1.0362 1.8691 1.7879 1.2799 0.75172 2.6412 0.95488v-7.253h-2.438v-1.6253h2.438v-0.95488q-0.71108-0.26411-1.1682-0.88377t-0.45712-1.412q0-1.0158 0.71108-1.7269 0.71108-0.71108 1.7269-0.71108 1.0158 0 1.7269 0.71108 0.71108 0.71109 0.71108 1.7269 0 0.79234-0.45712 1.412t-1.1682 0.88377v0.95488h2.438v1.6253h-2.438v7.253q1.3612-0.20316 2.6412-0.95488 1.2799-0.75171 1.8691-1.7879l-1.2596-1.2596 3.2507-2.438v2.438q0 1.1784-0.68061 2.2145t-1.7371 1.8082-2.3567 1.219q-1.3003 0.44697-2.5396 0.44697zm0-13.003q0.34538 0 0.57902-0.23364t0.23364-0.57902-0.23364-0.57902-0.57902-0.23364-0.57902 0.23364-0.23364 0.57902 0.23364 0.57902 0.57902 0.23364z" fill="#7f5933"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 952 B After Width: | Height: | Size: 952 B |
@@ -14,6 +14,6 @@
|
||||
<path
|
||||
id="Path"
|
||||
d="M 16.069622,1.670709 C 13.882633,4.8501398 13.571882,7.5052255 11.149025,9.6194413 8.8344727,11.63888 4.5882073,10.945616 4.5882073,13.858771 v 1.059733 c 0,1.059883 1.0934782,2.068306 1.0934782,3.179442 v 1.059883 c 0,1.589704 -0.5467534,1.589704 -1.0934782,3.179426 h 1.0934782 l 2.1869842,-3.179426 v 3.179426 h 1.640192 v -6.359018 h 1.6402033 v 6.359018 h 1.640205 v -4.769297 l 1.640205,4.769297 h 1.093492 l -1.674454,-6.657053 c 0.644611,-0.381233 0.58092,-1.085969 0.58092,-1.821488 v -3.179419 l 2.460359,-5.8292145 2.460373,0.7948732 c 0,-0.074715 -8.44e-4,-0.734467 0,-0.7948732 0,0 -0.399405,-0.3871019 -0.546738,-0.5298655 L 16.069669,1.670589 Z"
|
||||
fill="#9C6136"
|
||||
fill="#7f5933"
|
||||
style="stroke-width:1.47601" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -3,7 +3,7 @@
|
||||
<title>antiques-m</title>
|
||||
<g id="alcohol-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<path d="m9.054 3.7417c-0.53095 0-0.79495 0.64599-0.41591 1.0147l0.48376 0.48376c-0.41444 0.5752-0.66221 1.2787-0.66221 2.0383 0 0.76693 0.24778 1.4704 0.66221 2.0456l-0.32742 0.32889c-0.41444 0.35692-0.32889 0.62829-0.32889 1.1696v7.513c-0.2935 0.2522-0.68581 0.61059-0.88197 0.93211-0.2581 0.38052-0.23008 0.57667-0.3053 0.99111h1.4011s0.51178-0.44393 0.68581-0.83477c0.033922-0.09292 0.067844-0.22565 0.10324-0.34659h5.0691c0.0354 0.12094 0.06342 0.25368 0.10472 0.34659 0.17256 0.39084 0.67991 0.83477 0.67991 0.83477h1.3996c-0.07522-0.41444-0.04572-0.61059-0.3053-0.99111-0.19616-0.32152-0.58847-0.67991-0.88197-0.93211v-7.513c0-0.54128 0.08702-0.81265-0.32889-1.1696l-0.32742-0.32889c0.41444-0.5752 0.66221-1.2787 0.66221-2.0456 0-0.75955-0.24778-1.4631-0.66221-2.0383l0.48376-0.48376c0.38641-0.37462 0.10914-1.0324-0.42624-1.0147h-0.0059c-0.15044 0.0059-0.2935 0.069319-0.40264 0.17846l-0.48523 0.48376c-0.5752-0.41444-1.2787-0.66221-2.0383-0.66221-0.76693 0-1.4704 0.24778-2.0456 0.66221l-0.48376-0.48376c-0.10914-0.11504-0.26548-0.17846-0.42034-0.17846zm2.9497 1.0147c1.3996 0 2.5235 1.1224 2.5235 2.522 0 1.407-1.1238 2.5294-2.5235 2.5294-1.407 0-2.5294-1.1224-2.5294-2.5294 0-1.3996 1.1224-2.522 2.5294-2.522zm-0.12684 0.61059c-0.0295 0.00442-0.05752 0.010324-0.08112 0.016224-0.17846 0.041296-0.3053 0.20206-0.2994 0.38051v1.7049l0.15486 0.11061 1.0147 0.75955c0.41444 0.44983 0.99701-0.33332 0.44393-0.59879l-0.85394-0.64599v-1.3303c0.0059-0.21238-0.16666-0.39674-0.37904-0.39674zm-0.66811 6.1871h0.49408v2.8686c-0.49998 0.13274-0.88049 0.57077-0.88049 1.1179 0 0.65042 0.52948 1.1814 1.1814 1.1814 0.65042 0 1.174-0.53095 1.174-1.1814 0-0.54717-0.37904-0.98521-0.88049-1.1179v-2.8686h0.49555c1.9807 0 1.8259 4.3037 1.2035 5.6281-0.18436 0.36282-0.60469 0.59437-0.99701 0.72121-0.63272 0.20058-1.3642 0.20058-1.9984 0-0.39231-0.12684-0.81265-0.35839-0.99701-0.72121-0.60469-2.1887-0.75513-5.6281 1.205-5.6281z" fill="#fff" fill-rule="nonzero"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="apartment-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#6D544C"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#664E42"/>
|
||||
<path id="Shape" d="m15.333 11.333v-5.3333h-6.6667v2.6667h-2.6667v9.3333h5.3333v-2.6667h1.3333v2.6667h5.3333v-6.6667h-2.6667zm-6.6667 5.3333h-1.3333v-1.3333h1.3333v1.3333zm0-2.6667h-1.3333v-1.3333h1.3333v1.3333zm0-2.6667h-1.3333v-1.3333h1.3333v1.3333zm2.6667 2.6667h-1.3333v-1.3333h1.3333v1.3333zm0-2.6667h-1.3333v-1.3333h1.3333v1.3333zm0-2.6667h-1.3333v-1.3333h1.3333v1.3333zm2.6667 5.3333h-1.3333v-1.3333h1.3333v1.3333zm0-2.6667h-1.3333v-1.3333h1.3333v1.3333zm0-2.6667h-1.3333v-1.3333h1.3333v1.3333zm2.6667 8h-1.3333v-1.3333h1.3333v1.3333zm0-2.6667h-1.3333v-1.3333h1.3333v1.3333z" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 958 B After Width: | Height: | Size: 958 B |
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#9C6136"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#7f5933"/>
|
||||
<path d="m12.95 8c-2.1868 0-4.0964 1.3312-5.1593 2.4702l-2.1226-1.6054c-0.29483-0.22312-0.735 0.014583-0.65965 0.35632l0.58771 2.6678-0.58795 2.668c-0.075347 0.34174 0.36483 0.5792 0.65965 0.35632l2.1226-1.6054c1.0629 1.1387 2.9728 2.4699 5.1596 2.4699 3.341 0 6.0496-3.1111 6.0496-3.8889s-2.7086-3.8889-6.0496-3.8889zm2.125 4.4722c-0.32205 0-0.58333-0.26128-0.58333-0.58333 0-0.32229 0.26128-0.58333 0.58333-0.58333 0.32229 0 0.58333 0.26104 0.58333 0.58333 0 0.32205-0.26128 0.58333-0.58333 0.58333z" fill="#fff"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 770 B After Width: | Height: | Size: 770 B |
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#9C6136"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#7f5933"/>
|
||||
<path d="m4.4472 4.9836v2.158h4.3159v-2.158zm10.79 0v2.158h4.3159v-2.158zm-6.4738 2.1622v2.1579h2.1579v-2.1579zm4.3159 0v2.1579h2.1579v-2.1579zm-6.4738 2.16v2.1579h-2.1579v7.5528h2.1579v-2.1579h2.1579v2.1579h2.1579v-2.1579h2.1579v2.1579h2.1579v-2.1579h2.1579v2.1579h2.1579v-7.5528h-2.1579v-2.1579zm2.1579 2.1579h2.1579v2.1579h-2.1579zm4.3159 0h2.1579v2.1579h-2.1579z" fill="#fff"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 635 B After Width: | Height: | Size: 635 B |
@@ -1,6 +1,6 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>wayside_shrine-m</title>
|
||||
<g transform="matrix(1.1429 0 0 1.1429 2.8815 2.8583)">
|
||||
<path id="archaeological-site" d="m3.4787 0.12402v1.125h1.125c0.67373 0 0.94628 1.1735 1.0547 2.1445-1.0938-0.85089-2.1516-1.155-3.0586-0.98438-1.1591 0.21803-1.9336 1.2859-1.9336 2.4961 0 0.94716 0.35113 1.7762 0.94922 2.6367 0.5227 0.75204 1.2598 1.6201 2.1797 2.6719 0.41226 1.5289 1.1712 2.929 1.9336 3.6914v0.84375l-1.125 0.5625v0.5625h6.75v-0.5625l-1.125-0.5625v-0.84375c0.76241-0.76241 1.5213-2.1625 1.9336-3.6914 0.91986-1.0518 1.657-1.9198 2.1797-2.6719 0.59809-0.86051 0.94922-1.6896 0.94922-2.6367 0-1.2102-0.7745-2.2781-1.9336-2.4961-0.90701-0.17061-1.9648 0.13348-3.0586 0.98438 0.1084-0.97108 0.38096-2.1445 1.0547-2.1445h1.125v-1.125zm-0.70312 3.4102c0.57357-0.10789 1.5305 0.1139 2.6367 1.125-1.2544 0.15568-1.9336 1.2581-1.9336 3.3398 0 0.035096-5.431e-4 0.070242 0 0.10547-0.38309-0.4451-0.70179-0.83932-0.94922-1.1953-0.52691-0.7581-0.73828-1.3145-0.73828-2.0039 0-0.78786 0.34979-1.2517 0.98438-1.3711zm9.8438 0c0.21162-0.030504 0.40385-0.029842 0.5625 0 0.63458 0.11937 0.98437 0.58323 0.98437 1.3711 0 0.68937-0.21137 1.2458-0.73828 2.0039-0.24743 0.35599-0.56613 0.75021-0.94922 1.1953 5.44e-4 -0.035226 0-0.070374 0-0.10547 0-2.0817-0.67921-3.1842-1.9336-3.3398 0.80028-0.73143 1.5207-1.0452 2.0742-1.125z" fill="#9C6136" stroke-width="1.125"/>
|
||||
<path id="archaeological-site" d="m3.4787 0.12402v1.125h1.125c0.67373 0 0.94628 1.1735 1.0547 2.1445-1.0938-0.85089-2.1516-1.155-3.0586-0.98438-1.1591 0.21803-1.9336 1.2859-1.9336 2.4961 0 0.94716 0.35113 1.7762 0.94922 2.6367 0.5227 0.75204 1.2598 1.6201 2.1797 2.6719 0.41226 1.5289 1.1712 2.929 1.9336 3.6914v0.84375l-1.125 0.5625v0.5625h6.75v-0.5625l-1.125-0.5625v-0.84375c0.76241-0.76241 1.5213-2.1625 1.9336-3.6914 0.91986-1.0518 1.657-1.9198 2.1797-2.6719 0.59809-0.86051 0.94922-1.6896 0.94922-2.6367 0-1.2102-0.7745-2.2781-1.9336-2.4961-0.90701-0.17061-1.9648 0.13348-3.0586 0.98438 0.1084-0.97108 0.38096-2.1445 1.0547-2.1445h1.125v-1.125zm-0.70312 3.4102c0.57357-0.10789 1.5305 0.1139 2.6367 1.125-1.2544 0.15568-1.9336 1.2581-1.9336 3.3398 0 0.035096-5.431e-4 0.070242 0 0.10547-0.38309-0.4451-0.70179-0.83932-0.94922-1.1953-0.52691-0.7581-0.73828-1.3145-0.73828-2.0039 0-0.78786 0.34979-1.2517 0.98438-1.3711zm9.8438 0c0.21162-0.030504 0.40385-0.029842 0.5625 0 0.63458 0.11937 0.98437 0.58323 0.98437 1.3711 0 0.68937-0.21137 1.2458-0.73828 2.0039-0.24743 0.35599-0.56613 0.75021-0.94922 1.1953 5.44e-4 -0.035226 0-0.070374 0-0.10547 0-2.0817-0.67921-3.1842-1.9336-3.3398 0.80028-0.73143 1.5207-1.0452 2.0742-1.125z" fill="#7f5933" stroke-width="1.125"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -2,7 +2,7 @@
|
||||
<title>archery-m</title>
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="archery-m" fill-rule="nonzero">
|
||||
<path id="Shape" d="m12 3c-4.9706 0-9 4.0295-9 9s4.0294 9 9 9c4.9705 0 9-4.0295 9-9s-4.0295-9-9-9zm0 1.8c3.9765 0 7.2 3.2235 7.2 7.2s-3.2235 7.2-7.2 7.2c-3.9765 0-7.2-3.2235-7.2-7.2s3.2235-7.2 7.2-7.2zm0 1.8c-2.9823 0-5.4 2.4177-5.4 5.4s2.4177 5.4 5.4 5.4c2.9823 0 5.4-2.4177 5.4-5.4s-2.4177-5.4-5.4-5.4zm0 1.8c1.9882 0 3.6 1.6118 3.6 3.6s-1.6118 3.6-3.6 3.6c-1.9882 0-3.6-1.6118-3.6-3.6s1.6118-3.6 3.6-3.6zm0 1.8c-0.99414 0-1.8 0.80586-1.8 1.8s0.80586 1.8 1.8 1.8 1.8-0.80586 1.8-1.8-0.80586-1.8-1.8-1.8z" fill="#747E86"/>
|
||||
<path id="Shape" d="m12 3c-4.9706 0-9 4.0295-9 9s4.0294 9 9 9c4.9705 0 9-4.0295 9-9s-4.0295-9-9-9zm0 1.8c3.9765 0 7.2 3.2235 7.2 7.2s-3.2235 7.2-7.2 7.2c-3.9765 0-7.2-3.2235-7.2-7.2s3.2235-7.2 7.2-7.2zm0 1.8c-2.9823 0-5.4 2.4177-5.4 5.4s2.4177 5.4 5.4 5.4c2.9823 0 5.4-2.4177 5.4-5.4s-2.4177-5.4-5.4-5.4zm0 1.8c1.9882 0 3.6 1.6118 3.6 3.6s-1.6118 3.6-3.6 3.6c-1.9882 0-3.6-1.6118-3.6-3.6s1.6118-3.6 3.6-3.6zm0 1.8c-0.99414 0-1.8 0.80586-1.8 1.8s0.80586 1.8 1.8 1.8 1.8-0.80586 1.8-1.8-0.80586-1.8-1.8-1.8z" fill="#717065"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 749 B |
@@ -1,3 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 21 8" width="16" height="6" xmlns="http://www.w3.org/2000/svg">
|
||||
<path transform="matrix(-1 0 0 1 21 0)" d="m8.4108 3h12.589v2h-12.611l0.61119 3-9-4 9-4-0.58921 3z" fill="#747E86" fill-rule="evenodd"/>
|
||||
<path transform="matrix(-1 0 0 1 21 0)" d="m8.4108 3h12.589v2h-12.611l0.61119 3-9-4 9-4-0.58921 3z" fill="#717065" fill-rule="evenodd"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 241 B After Width: | Height: | Size: 241 B |
@@ -1,3 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 15 5" width="11" height="4" xmlns="http://www.w3.org/2000/svg">
|
||||
<path transform="matrix(-1 0 0 1 15 0)" d="m6.1036 2h8.8964v1h-8.9041l0.2134 2-6.3093-2.5 6.3093-2.5-0.20572 2z" fill="#747E86" fill-rule="evenodd"/>
|
||||
<path transform="matrix(-1 0 0 1 15 0)" d="m6.1036 2h8.8964v1h-8.9041l0.2134 2-6.3093-2.5 6.3093-2.5-0.20572 2z" fill="#717065" fill-rule="evenodd"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 254 B |
@@ -1,3 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 9 3" width="7" height="2" xmlns="http://www.w3.org/2000/svg">
|
||||
<path transform="matrix(-1 0 0 1 9 0)" d="m2.5 1h6.5v1h-6.5v-1zm-2.5 0.5 2.5-1.5v3l-2.5-1.5z" fill="#747E86" fill-rule="evenodd"/>
|
||||
<path transform="matrix(-1 0 0 1 9 0)" d="m2.5 1h6.5v1h-6.5v-1zm-2.5 0.5 2.5-1.5v3l-2.5-1.5z" fill="#717065" fill-rule="evenodd"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B |
@@ -3,7 +3,7 @@
|
||||
<title>art-m</title>
|
||||
<g id="alcohol-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<path d="m12 5c-3.8656 0-7 3.1344-7 7 0 3.8656 3.1344 7 7 7 0.64556 0 1.166-0.52046 1.166-1.166 0-0.30333-0.11218-0.57709-0.30273-0.7832-0.18278-0.20611-0.29102-0.47399-0.29102-0.77344 0-0.64556 0.52046-1.166 1.166-1.166h1.373c2.1467 0 3.8887-1.742 3.8887-3.8887 0-3.4378-3.1344-6.2227-7-6.2227zm1.9336 1.3047a1.3892 1.3892 0 0 1 1.3887 1.3887 1.3892 1.3892 0 0 1-1.3887 1.3906 1.3892 1.3892 0 0 1-1.3887-1.3906 1.3892 1.3892 0 0 1 1.3887-1.3887zm-3.8945 0.019531a1.3892 1.3892 0 0 1 1.3906 1.3906 1.3892 1.3892 0 0 1-1.3906 1.3887 1.3892 1.3892 0 0 1-1.3887-1.3887 1.3892 1.3892 0 0 1 1.3887-1.3906zm-2.332 3.123a1.3892 1.3892 0 0 1 1.3887 1.3906 1.3892 1.3892 0 0 1-1.3887 1.3887 1.3892 1.3892 0 0 1-1.3887-1.3887 1.3892 1.3892 0 0 1 1.3887-1.3906zm8.5586 0a1.3892 1.3892 0 0 1 1.3887 1.3906 1.3892 1.3892 0 0 1-1.3887 1.3887 1.3892 1.3892 0 0 1-1.3887-1.3887 1.3892 1.3892 0 0 1 1.3887-1.3906z" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m7.9987 18h8.0023" stroke-linecap="round" stroke-width="1.333" stroke="#9C6136"/>
|
||||
<path d="m9.332 20.666h5.3357" stroke-linecap="round" stroke-width="1.333" stroke="#9C6136"/>
|
||||
<path d="m10.84 3.3379-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#9C6136"/>
|
||||
<path d="m10.844 8.004-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#9C6136"/>
|
||||
<path d="m10.844 12.671-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#9C6136"/>
|
||||
<path d="m7.9987 18h8.0023" stroke-linecap="round" stroke-width="1.333" stroke="#7f5933"/>
|
||||
<path d="m9.332 20.666h5.3357" stroke-linecap="round" stroke-width="1.333" stroke="#7f5933"/>
|
||||
<path d="m10.84 3.3379-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#7f5933"/>
|
||||
<path d="m10.844 8.004-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#7f5933"/>
|
||||
<path d="m10.844 12.671-1.1621 1.9961 1.1621 1.9961h2.3203l1.1621-1.9961-1.1621-1.9961z" fill="#7f5933"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 650 B |
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<g transform="scale(.5)">
|
||||
<circle class="cls-1" cx="24" cy="24" r="5" fill="#D85961"/>
|
||||
<path class="cls-1" d="m46 22h-8.1714l1.5854-1.5859a1.9998 1.9998 0 0 0-2.8281-2.8281l-5 5a1.9821 1.9821 0 0 0-0.3161 0.42724c-0.02106 0.03711-0.04 0.07349-0.05866 0.11158a1.9901 1.9901 0 0 0-0.16907 0.47485l-0.0038 0.01269a2.0036 2.0036 0 0 0-0.02612 0.51514c0.0026 0.04126 0.0066 0.0813 0.01178 0.12256a1.9877 1.9877 0 0 0 0.12738 0.51172l1e-3 0.0039 0.0086 0.01438a1.9895 1.9895 0 0 0 0.25958 0.43164c0.02869 0.03735 0.05719 0.073 0.08832 0.10815 0.02716 0.03052 0.04767 0.06495 0.077 0.09424l5 5a1.9998 1.9998 0 0 0 2.8281-2.8281l-1.5858-1.5859h8.1719a2 2 0 0 0 0-4z" fill="#D85961"/>
|
||||
<path class="cls-1" d="m16.988 24.127a2.0036 2.0036 0 0 0-0.02612-0.51514l-0.0038-0.01269a1.9901 1.9901 0 0 0-0.16907-0.47485c-0.01862-0.03809-0.0376-0.07447-0.05866-0.11158a1.9821 1.9821 0 0 0-0.3161-0.42724l-5-5a1.9998 1.9998 0 0 0-2.8281 2.8281l1.5854 1.5859h-8.1714a2 2 0 0 0 0 4h8.1719l-1.5859 1.5859a1.9998 1.9998 0 1 0 2.8281 2.8281l5-5c0.02936-0.02929 0.04987-0.06372 0.077-0.09424 0.03113-0.03515 0.05963-0.0708 0.08832-0.10815a1.9895 1.9895 0 0 0 0.25962-0.43167l0.0087-0.01441 1e-3 -0.0039a1.9877 1.9877 0 0 0 0.1273-0.51169c0.0052-0.04126 0.0092-0.0813 0.01179-0.12256z" fill="#D85961"/>
|
||||
<path class="cls-1" d="m22.586 16.414a1.9961 1.9961 0 0 0 0.31036 0.25366 1.9473 1.9473 0 0 0 0.28021 0.14844c0.02259 0.01026 0.043 0.02539 0.06586 0.03467a1.9767 1.9767 0 0 0 0.31549 0.09473c0.01929 0.0044 0.03742 0.01294 0.05683 0.01684a2.0057 2.0057 0 0 0 0.38531 0.0376h4.9e-4c0.0087 0 0.01733-0.0024 0.026-0.0024a2.0124 2.0124 0 0 0 0.3587-0.03516c0.01593-0.0032 0.03107-0.0105 0.047-0.01391a1.9972 1.9972 0 0 0 0.32971-0.09986l0.0032-1e-3 0.0097-0.0059a1.987 1.987 0 0 0 0.43829-0.26343c0.03644-0.02808 0.07111-0.05591 0.10535-0.08618 0.03107-0.02735 0.06586-0.04834 0.09558-0.07813l5-5a1.9998 1.9998 0 0 0-2.8281-2.8281l-1.5859 1.586v-8.1719a2 2 0 0 0-4 0v8.1719l-1.5859-1.5859a1.9998 1.9998 0 0 0-2.8281 2.8281z" fill="#D85961"/>
|
||||
<path class="cls-1" d="m25.414 31.586c-0.02972-0.02979-0.06451-0.05078-0.09564-0.07813-0.03418-0.03027-0.06885-0.0581-0.10516-0.08593a1.9838 1.9838 0 0 0-0.43921-0.26417l-0.0089-0.0054-0.0024-4.8e-4a1.9829 1.9829 0 0 0-0.50971-0.12769c-0.04358-0.0056-0.08587-0.0095-0.12958-0.01245a2.0145 2.0145 0 0 0-0.50836 0.02588c-0.0093 0.0017-0.01788 0.0059-0.02722 0.0078a1.9933 1.9933 0 0 0-0.46 0.16406c-0.0401 0.01953-0.07843 0.03931-0.11725 0.06153a1.9789 1.9789 0 0 0-0.42468 0.31494l-5 5a1.9998 1.9998 0 0 0 2.8281 2.8281l1.5859-1.5859v8.1719a2 2 0 0 0 4 0v-8.1719l1.5859 1.5859a1.9998 1.9998 0 0 0 2.8281-2.8281z" fill="#D85961"/>
|
||||
<circle class="cls-1" cx="24" cy="24" r="5" fill="#C15746"/>
|
||||
<path class="cls-1" d="m46 22h-8.1714l1.5854-1.5859a1.9998 1.9998 0 0 0-2.8281-2.8281l-5 5a1.9821 1.9821 0 0 0-0.3161 0.42724c-0.02106 0.03711-0.04 0.07349-0.05866 0.11158a1.9901 1.9901 0 0 0-0.16907 0.47485l-0.0038 0.01269a2.0036 2.0036 0 0 0-0.02612 0.51514c0.0026 0.04126 0.0066 0.0813 0.01178 0.12256a1.9877 1.9877 0 0 0 0.12738 0.51172l1e-3 0.0039 0.0086 0.01438a1.9895 1.9895 0 0 0 0.25958 0.43164c0.02869 0.03735 0.05719 0.073 0.08832 0.10815 0.02716 0.03052 0.04767 0.06495 0.077 0.09424l5 5a1.9998 1.9998 0 0 0 2.8281-2.8281l-1.5858-1.5859h8.1719a2 2 0 0 0 0-4z" fill="#C15746"/>
|
||||
<path class="cls-1" d="m16.988 24.127a2.0036 2.0036 0 0 0-0.02612-0.51514l-0.0038-0.01269a1.9901 1.9901 0 0 0-0.16907-0.47485c-0.01862-0.03809-0.0376-0.07447-0.05866-0.11158a1.9821 1.9821 0 0 0-0.3161-0.42724l-5-5a1.9998 1.9998 0 0 0-2.8281 2.8281l1.5854 1.5859h-8.1714a2 2 0 0 0 0 4h8.1719l-1.5859 1.5859a1.9998 1.9998 0 1 0 2.8281 2.8281l5-5c0.02936-0.02929 0.04987-0.06372 0.077-0.09424 0.03113-0.03515 0.05963-0.0708 0.08832-0.10815a1.9895 1.9895 0 0 0 0.25962-0.43167l0.0087-0.01441 1e-3 -0.0039a1.9877 1.9877 0 0 0 0.1273-0.51169c0.0052-0.04126 0.0092-0.0813 0.01179-0.12256z" fill="#C15746"/>
|
||||
<path class="cls-1" d="m22.586 16.414a1.9961 1.9961 0 0 0 0.31036 0.25366 1.9473 1.9473 0 0 0 0.28021 0.14844c0.02259 0.01026 0.043 0.02539 0.06586 0.03467a1.9767 1.9767 0 0 0 0.31549 0.09473c0.01929 0.0044 0.03742 0.01294 0.05683 0.01684a2.0057 2.0057 0 0 0 0.38531 0.0376h4.9e-4c0.0087 0 0.01733-0.0024 0.026-0.0024a2.0124 2.0124 0 0 0 0.3587-0.03516c0.01593-0.0032 0.03107-0.0105 0.047-0.01391a1.9972 1.9972 0 0 0 0.32971-0.09986l0.0032-1e-3 0.0097-0.0059a1.987 1.987 0 0 0 0.43829-0.26343c0.03644-0.02808 0.07111-0.05591 0.10535-0.08618 0.03107-0.02735 0.06586-0.04834 0.09558-0.07813l5-5a1.9998 1.9998 0 0 0-2.8281-2.8281l-1.5859 1.586v-8.1719a2 2 0 0 0-4 0v8.1719l-1.5859-1.5859a1.9998 1.9998 0 0 0-2.8281 2.8281z" fill="#C15746"/>
|
||||
<path class="cls-1" d="m25.414 31.586c-0.02972-0.02979-0.06451-0.05078-0.09564-0.07813-0.03418-0.03027-0.06885-0.0581-0.10516-0.08593a1.9838 1.9838 0 0 0-0.43921-0.26417l-0.0089-0.0054-0.0024-4.8e-4a1.9829 1.9829 0 0 0-0.50971-0.12769c-0.04358-0.0056-0.08587-0.0095-0.12958-0.01245a2.0145 2.0145 0 0 0-0.50836 0.02588c-0.0093 0.0017-0.01788 0.0059-0.02722 0.0078a1.9933 1.9933 0 0 0-0.46 0.16406c-0.0401 0.01953-0.07843 0.03931-0.11725 0.06153a1.9789 1.9789 0 0 0-0.42468 0.31494l-5 5a1.9998 1.9998 0 0 0 2.8281 2.8281l1.5859-1.5859v8.1719a2 2 0 0 0 4 0v-8.1719l1.5859 1.5859a1.9998 1.9998 0 0 0 2.8281-2.8281z" fill="#C15746"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="atm-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#747E86"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#717065"/>
|
||||
<g id="bx-credit-card" transform="translate(7 8)" fill="#fff">
|
||||
<path id="Shape" d="m9 0h-8c-0.5515 0-1 0.4485-1 1v6c0 0.5515 0.4485 1 1 1h8c0.5515 0 1-0.4485 1-1v-6c0-0.5515-0.4485-1-1-1zm-8 1h8v1h-8v-1zm0 6v-3h8.0005l5e-4 3h-8.001z"/>
|
||||
<polygon id="Path" points="2 5 5 5 5 6 2 6"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 647 B After Width: | Height: | Size: 647 B |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="auction-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<path id="Shape" d="m5.6868 17.168h6.8678c0.37773 0 0.68678 0.30905 0.68678 0.68678 0 0.37773-0.30905 0.68678-0.68678 0.68678h-6.8678c-0.37773 0-0.68678-0.30905-0.68678-0.68678 0-0.37773 0.30905-0.68678 0.68678-0.68678zm2.2252-8.8801 1.9436-1.9436 8.7427 8.7427c0.53569 0.53569 0.53569 1.4079 0 1.9436s-1.4079 0.53569-1.9436 0l-8.7427-8.7427zm5.8308-3.8872 1.9436 1.9436c0.53569 0.53569 0.53569 1.4079 0 1.9436l-0.97523 0.97523-3.8803-3.8872 0.96836-0.96836c0.53569-0.54256 1.4079-0.54256 1.9436-0.0068678zm-6.7991 4.8555 3.8872 3.8872-0.96836 0.96836c-0.53569 0.53569-1.4079 0.53569-1.9436 0l-1.9436-1.9436c-0.53569-0.53569-0.53569-1.4079 0-1.9436l0.96836-0.96836z" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -2,7 +2,7 @@
|
||||
<title>audiologist-m</title>
|
||||
<g>
|
||||
<circle id="outer" r="12" cx="12" cy="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="inner" r="11" cx="12" cy="12" fill="#D85961"/>
|
||||
<circle id="inner" r="11" cx="12" cy="12" fill="#c15746"/>
|
||||
<g stroke="#fff" stroke-linecap="round" fill="none">
|
||||
<path d="M 15.729487,14.689004 C 17.3844,13.564632 18.61704,11.832386 18.61704,9.6980126 a 5.7549639,5.7549639 0 0 0 -11.5099277,0 V 17.12803 c 0,1.591967 1.2855145,2.928919 2.8774816,2.928919 v 0 c 1.5919681,0 2.4037781,-0.933024 2.7800081,-1.43874 0.531255,-0.712537 1.500246,-2.933594 2.964885,-3.929205 z"/>
|
||||
<path d="M 9.4090978,13.726488 V 9.4102656 c 0,-1.7408758 1.5538392,-3.1652311 3.4529782,-3.1652311 v 0 c 1.89914,0 3.452978,1.4243553 3.452978,3.1652311"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 1021 B After Width: | Height: | Size: 1021 B |
@@ -2,7 +2,7 @@
|
||||
<title>australian-football-m</title>
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="australian-football-m" fill-rule="nonzero">
|
||||
<path id="Shape" d="m20.474 4.898c-0.17419-0.66048-0.69314-1.1794-1.3536-1.3573-0.86734-0.23226-2.221-0.50806-3.8032-0.54073l5.6831 5.6903c-0.029025-1.5786-0.29758-2.925-0.52621-3.7923zm-16.948 14.204c0.17419 0.66048 0.69315 1.1794 1.3536 1.3573 0.86734 0.23226 2.221 0.50806 3.8032 0.54073l-5.6831-5.6903c0.029033 1.5786 0.29758 2.925 0.52621 3.7923zm-0.37379-6.1077 7.846 7.8605c4.8085-0.70403 9.029-4.3077 9.8528-9.8492l-7.8496-7.8605c-4.8085 0.70403-9.029 4.3077-9.8492 9.8492zm11.515-4.4855c0.1125-0.1125 0.29758-0.1125 0.41008 0l0.41008 0.41008c0.1125 0.1125 0.1125 0.29758 0 0.41008l-1.027 1.027 1.027 1.027c0.1125 0.1125 0.1125 0.29758 0 0.41008l-0.41008 0.41008c-0.1125 0.1125-0.29758 0.1125-0.41008 0l-1.027-1.027-0.82016 0.82379 1.027 1.027c0.1125 0.1125 0.1125 0.29758 0 0.41008l-0.41008 0.41008c-0.1125 0.1125-0.29758 0.1125-0.41008 0l-1.027-1.027-0.82016 0.82016 1.027 1.027c0.1125 0.1125 0.1125 0.29758 0 0.41008l-0.41008 0.41008c-0.1125 0.1125-0.29758 0.1125-0.41008 0l-1.027-1.027-1.027 1.027c-0.1125 0.1125-0.29758 0.1125-0.41008 0l-0.41008-0.41008c-0.1125-0.1125-0.1125-0.29758 0-0.41008l1.027-1.027-1.027-1.0234c-0.1125-0.1125-0.1125-0.29758 0-0.41008l0.41008-0.41008c0.1125-0.1125 0.29758-0.1125 0.41008 0l1.027 1.027 0.82016-0.82016-1.027-1.027c-0.1125-0.1125-0.1125-0.29758 0-0.41008l0.41008-0.41008c0.1125-0.1125 0.29758-0.1125 0.41008 0l1.027 1.027 0.82016-0.82016-1.027-1.027c-0.1125-0.1125-0.1125-0.29758 0-0.41008l0.41008-0.41008c0.1125-0.1125 0.29758-0.1125 0.41008 0l1.027 1.027z" fill="#747E86"/>
|
||||
<path id="Shape" d="m20.474 4.898c-0.17419-0.66048-0.69314-1.1794-1.3536-1.3573-0.86734-0.23226-2.221-0.50806-3.8032-0.54073l5.6831 5.6903c-0.029025-1.5786-0.29758-2.925-0.52621-3.7923zm-16.948 14.204c0.17419 0.66048 0.69315 1.1794 1.3536 1.3573 0.86734 0.23226 2.221 0.50806 3.8032 0.54073l-5.6831-5.6903c0.029033 1.5786 0.29758 2.925 0.52621 3.7923zm-0.37379-6.1077 7.846 7.8605c4.8085-0.70403 9.029-4.3077 9.8528-9.8492l-7.8496-7.8605c-4.8085 0.70403-9.029 4.3077-9.8492 9.8492zm11.515-4.4855c0.1125-0.1125 0.29758-0.1125 0.41008 0l0.41008 0.41008c0.1125 0.1125 0.1125 0.29758 0 0.41008l-1.027 1.027 1.027 1.027c0.1125 0.1125 0.1125 0.29758 0 0.41008l-0.41008 0.41008c-0.1125 0.1125-0.29758 0.1125-0.41008 0l-1.027-1.027-0.82016 0.82379 1.027 1.027c0.1125 0.1125 0.1125 0.29758 0 0.41008l-0.41008 0.41008c-0.1125 0.1125-0.29758 0.1125-0.41008 0l-1.027-1.027-0.82016 0.82016 1.027 1.027c0.1125 0.1125 0.1125 0.29758 0 0.41008l-0.41008 0.41008c-0.1125 0.1125-0.29758 0.1125-0.41008 0l-1.027-1.027-1.027 1.027c-0.1125 0.1125-0.29758 0.1125-0.41008 0l-0.41008-0.41008c-0.1125-0.1125-0.1125-0.29758 0-0.41008l1.027-1.027-1.027-1.0234c-0.1125-0.1125-0.1125-0.29758 0-0.41008l0.41008-0.41008c0.1125-0.1125 0.29758-0.1125 0.41008 0l1.027 1.027 0.82016-0.82016-1.027-1.027c-0.1125-0.1125-0.1125-0.29758 0-0.41008l0.41008-0.41008c0.1125-0.1125 0.29758-0.1125 0.41008 0l1.027 1.027 0.82016-0.82016-1.027-1.027c-0.1125-0.1125-0.1125-0.29758 0-0.41008l0.41008-0.41008c0.1125-0.1125 0.29758-0.1125 0.41008 0l1.027 1.027z" fill="#717065"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1,3 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(.84005 0 0 .84005 -30.981 -1.1458)" fill="#747E86"><path d="m54.633 4.9941c-0.63366-0.00271-1.2975 0.089825-1.9785 0.28906-0.37703 0.1103-0.67179 0.21016-0.89453 0.30469-0.35711 0.15322-0.66043 0.33892-0.91992 0.47852-0.50752 0.29262-0.66844 0.43639-0.80664 0.53125-0.22008 0.15106-0.49996 0.39261-0.85156 0.72852-2.754 2.6311-3.3918 6.7647-1.4121 9.1543 0.08238 0.09944 0.14844 0.19649 0.14844 0.21484 0 0.01836-0.66626 0.70121-1.4824 1.5176l-1.4844 1.4844-0.17969-0.08984c-0.44992-0.22778-0.51682-0.18634-1.9492 1.2441-0.57055 0.57351-1.129 1.1393-1.7168 1.7402-0.49623 0.51618-0.9043 1.0116-0.9043 1.1758 0 0.31862 0.5329 0.98688 0.86328 1.082 0.19315 0.05563 0.33057 0.0511 0.49219-0.01563 0.16382-0.06764 3.828-3.6954 3.9336-3.8945 0.09273-0.17492 0.07992-0.49051-0.02734-0.66406l-0.08984-0.14453 1.498-1.4961 1.4961-1.4961 0.28906 0.2168c3.9647 2.9827 10.486-0.39139 11.346-5.8691 0.5793-3.6919-1.9474-6.4776-5.3691-6.4922zm-0.21484 1.4629c0.09331-0.0029 0.18539-0.0023 0.27734 0 2.1503 0.052538 3.9034 1.4933 3.9062 3.9961 0.0041 3.6011-3.5896 6.9082-7.0879 6.5234-3.8903-0.42792-4.67-5.3532-1.3574-8.5723 1.3216-1.2843 2.8621-1.9045 4.2617-1.9473z" stroke-width=".038977"/><path d="m59.336 18.35c-0.16204-0.09052-0.34102-0.0894-0.55664 0.0039-0.42282 0.18297-0.95002 0.77095-1.8926 1.627-1.8246 1.657-1.8506 1.6838-2.1816 1.8281-1.4777 0.64466-2.1192 1.7339-1.6562 3.0039 0.49051 1.3457 1.7598 1.8039 3.1738 1.1953l0.47852-0.20508 2.4824-0.19336c1.8068-0.13958 2.4393-0.18043 2.707-0.24414 0.29682-0.07063 0.33065-0.28438 0.33008-0.2832l0.12891-0.25976-1.373-3.209c-0.80945-1.8959-1.1545-2.9921-1.6406-3.2637zm-0.47461 1.4492c0.07646 0.15536 0.1824 0.3887 0.35938 0.79883l0.38086 0.88477-1.6582 0.7168-1.6562 0.71289-0.10742-0.25-0.13477-0.3125 1.418-1.2871c0.75068-0.68216 1.2596-1.1386 1.3984-1.2637zm1.2266 2.8086 0.37891 0.88086c0.14357 0.33271 0.25641 0.60261 0.32812 0.78906 0.0019 0.0049 4e-3 0.0089 0.0059 0.01367-0.23363 0.01817-0.86052 0.0678-1.8594 0.14648l-1.9297 0.15234-0.13281-0.30469-0.10742-0.24805 1.6582-0.71484zm-5.0898 0.4043 0.4082 0.94726 0.4082 0.94531-0.11719 0.05078c-0.17594 0.07593-0.38507 0.13533-0.50195 0.14453-1.2078 0.09558-1.5025-1.521-0.35547-2.0195z" stroke-width=".048325"/></g>
|
||||
<g transform="matrix(.84005 0 0 .84005 -30.981 -1.1458)" fill="#717065"><path d="m54.633 4.9941c-0.63366-0.00271-1.2975 0.089825-1.9785 0.28906-0.37703 0.1103-0.67179 0.21016-0.89453 0.30469-0.35711 0.15322-0.66043 0.33892-0.91992 0.47852-0.50752 0.29262-0.66844 0.43639-0.80664 0.53125-0.22008 0.15106-0.49996 0.39261-0.85156 0.72852-2.754 2.6311-3.3918 6.7647-1.4121 9.1543 0.08238 0.09944 0.14844 0.19649 0.14844 0.21484 0 0.01836-0.66626 0.70121-1.4824 1.5176l-1.4844 1.4844-0.17969-0.08984c-0.44992-0.22778-0.51682-0.18634-1.9492 1.2441-0.57055 0.57351-1.129 1.1393-1.7168 1.7402-0.49623 0.51618-0.9043 1.0116-0.9043 1.1758 0 0.31862 0.5329 0.98688 0.86328 1.082 0.19315 0.05563 0.33057 0.0511 0.49219-0.01563 0.16382-0.06764 3.828-3.6954 3.9336-3.8945 0.09273-0.17492 0.07992-0.49051-0.02734-0.66406l-0.08984-0.14453 1.498-1.4961 1.4961-1.4961 0.28906 0.2168c3.9647 2.9827 10.486-0.39139 11.346-5.8691 0.5793-3.6919-1.9474-6.4776-5.3691-6.4922zm-0.21484 1.4629c0.09331-0.0029 0.18539-0.0023 0.27734 0 2.1503 0.052538 3.9034 1.4933 3.9062 3.9961 0.0041 3.6011-3.5896 6.9082-7.0879 6.5234-3.8903-0.42792-4.67-5.3532-1.3574-8.5723 1.3216-1.2843 2.8621-1.9045 4.2617-1.9473z" stroke-width=".038977"/><path d="m59.336 18.35c-0.16204-0.09052-0.34102-0.0894-0.55664 0.0039-0.42282 0.18297-0.95002 0.77095-1.8926 1.627-1.8246 1.657-1.8506 1.6838-2.1816 1.8281-1.4777 0.64466-2.1192 1.7339-1.6562 3.0039 0.49051 1.3457 1.7598 1.8039 3.1738 1.1953l0.47852-0.20508 2.4824-0.19336c1.8068-0.13958 2.4393-0.18043 2.707-0.24414 0.29682-0.07063 0.33065-0.28438 0.33008-0.2832l0.12891-0.25976-1.373-3.209c-0.80945-1.8959-1.1545-2.9921-1.6406-3.2637zm-0.47461 1.4492c0.07646 0.15536 0.1824 0.3887 0.35938 0.79883l0.38086 0.88477-1.6582 0.7168-1.6562 0.71289-0.10742-0.25-0.13477-0.3125 1.418-1.2871c0.75068-0.68216 1.2596-1.1386 1.3984-1.2637zm1.2266 2.8086 0.37891 0.88086c0.14357 0.33271 0.25641 0.60261 0.32812 0.78906 0.0019 0.0049 4e-3 0.0089 0.0059 0.01367-0.23363 0.01817-0.86052 0.0678-1.8594 0.14648l-1.9297 0.15234-0.13281-0.30469-0.10742-0.24805 1.6582-0.71484zm-5.0898 0.4043 0.4082 0.94726 0.4082 0.94531-0.11719 0.05078c-0.17594 0.07593-0.38507 0.13533-0.50195 0.14453-1.2078 0.09558-1.5025-1.521-0.35547-2.0195z" stroke-width=".048325"/></g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="bakery-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<path id="Shape" d="m18.48 16.308c-1.0762-0.79162-1.6188-1.1919-1.6188-1.1919s0.28463-0.52478 0.85388-1.5832c0.33799-0.52478 1.0851-0.52478 1.4231 0l0.72046 1.1207c0.169 0.26684 0.18679 0.60483 0.053367 0.88946l-0.19568 0.41804c-0.22236 0.48031-0.8094 0.64041-1.2363 0.34689zm-12.95 0c-0.42694 0.29352-1.0051 0.13342-1.2363-0.33799l-0.20457-0.41804c-0.13342-0.28463-0.11563-0.62262 0.053367-0.88946l0.72046-1.1207c0.33799-0.52478 1.0851-0.52478 1.4231 0 0.57815 1.0496 0.86277 1.5743 0.86277 1.5743s-0.54257 0.40026-1.6188 1.1919zm9.4638-6.1995c0.080051-0.60483 0.6493-0.94282 1.1296-0.66709l1.4142 0.80051c0.40915 0.23126 0.56036 0.8094 0.3202 1.2541l-1.8501 3.6201h-1.601l0.58704-5.0076zm-5.986 0 0.59594 5.0076h-1.601l-1.859-3.629c-0.24015-0.44473-0.088946-1.0229 0.3202-1.2541l1.4142-0.80051c0.47141-0.26684 1.0496 0.071156 1.1296 0.67599zm4.5985 5.0076h-3.202l-0.6582-6.1195c-0.062262-0.52478 0.31131-0.99619 0.78272-0.99619h2.9352c0.47141 0 0.83609 0.47141 0.78272 0.99619l-0.64041 6.1195z" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@@ -1,7 +1,7 @@
|
||||
<svg viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill-rule="evenodd">
|
||||
<circle cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#747E86"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#717065"/>
|
||||
<path d="m6 7.7692 6-2.7692 6 2.7692v0.92308h-0.92308v6.9231h0.92308v1.3846h-12v-1.3846h0.92308v-6.9231h-0.92308zm8.3077 4.9242c0-1.0203-1.0379-1.847-2.3097-1.847-0.42256 0-0.77128-0.27557-0.77128-0.61675s0.34462-0.61675 0.77128-0.61675c0.42667 0 0.77128 0.27885 0.77128 0.61675h1.5385c0-0.80046-0.6441-1.4763-1.5385-1.7322v-0.72829h-1.5385v0.72829c-0.89436 0.25589-1.5385 0.93169-1.5385 1.7322 0 1.0203 1.0379 1.847 2.3097 1.847 0.42667 0 0.77128 0.27557 0.77128 0.61675s-0.34462 0.61675-0.77128 0.61675c-0.42667 0-0.77128-0.27885-0.77128-0.61675h-1.5385c0 0.80046 0.6441 1.4763 1.5385 1.7322v0.72829h1.5385v-0.72829c0.89436-0.25589 1.5385-0.93169 1.5385-1.7322z" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 913 B After Width: | Height: | Size: 913 B |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="banknote-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11.143" fill="#747E86"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11.143" fill="#717065"/>
|
||||
<path id="Shape" d="m18.286 8.8571h-0.81943l-1.548-2.58c-0.082286-0.136-0.21714-0.23257-0.37314-0.26514-0.15486-0.032-0.31886 0.0022857-0.44857 0.094286l-3.8509 2.7509h1.9663l2.0451-1.4606 0.87657 1.4606h-2.4194v1.1429h4v4.5714h-6.8571v-1.1429h-1.1429v1.7143c0 0.316 0.256 0.57143 0.57143 0.57143h3.9326l-0.128 0.256c-0.097143 0.19486-0.29257 0.31543-0.51029 0.31543h-3.6291l-1.3794-1.3794v-2.9549l1.3794-1.38h2.0491v0.57143c0 0.31486-0.256 0.57143-0.57143 0.57143h-1.1429v1.1429h1.1429c0.94514 0 1.7143-0.76914 1.7143-1.7143v-1.1429c0-0.31543-0.25543-0.57143-0.57143-0.57143h-2.8571c-0.15143 0-0.29714 0.059429-0.404 0.168l-1.0474 1.0469c-0.08-0.041714-0.16629-0.072-0.26286-0.072h-2.2857c-0.31543 0-0.57143 0.256-0.57143 0.57143v4.5714c0 0.316 0.256 0.57143 0.57143 0.57143h2.2857c0.096571 0 0.18286-0.029714 0.26286-0.072l1.0474 1.048c0.10686 0.10629 0.25257 0.16686 0.404 0.16686h3.8657c0.65371 0 1.2411-0.36286 1.5331-0.948l0.38286-0.76629h2.7897c0.316 0 0.57143-0.25543 0.57143-0.57143v-5.7143c0-0.31543-0.25543-0.57143-0.57143-0.57143zm-10.857 6.2857h-1.1429v-3.4286h1.1429v3.4286z" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -2,7 +2,7 @@
|
||||
<title>baseball-m</title>
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="baseball-m" fill-rule="nonzero">
|
||||
<g id="Group" transform="translate(5 5)" fill="#747E86" stroke-width="1.2854">
|
||||
<g id="Group" transform="translate(5 5)" fill="#717065" stroke-width="1.2854">
|
||||
<path id="Path" d="m-0.3717 1.852c-1.0256 1.458-1.6283 3.231-1.6283 5.148s0.60274 3.69 1.6283 5.148c2.1771-0.693 3.7694-2.736 3.7694-5.148s-1.5923-4.455-3.7694-5.148z"/>
|
||||
<path d="m14.372 1.852c-2.1771 0.693-3.7694 2.736-3.7694 5.148s1.5923 4.455 3.7694 5.148c1.0256-1.458 1.6283-3.231 1.6283-5.148s-0.60274-3.69-1.6283-5.148z"/>
|
||||
<path d="m8.7992 7c0-2.952 1.7722-5.481 4.3092-6.597-1.6013-1.485-3.7424-2.403-6.1084-2.403s-4.5071 0.918-6.1084 2.403c2.5369 1.116 4.3092 3.645 4.3092 6.597s-1.7722 5.481-4.3092 6.597c1.6013 1.485 3.7424 2.403 6.1084 2.403s4.5071-0.918 6.1084-2.403c-2.5369-1.116-4.3092-3.645-4.3092-6.597z"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 949 B After Width: | Height: | Size: 949 B |
@@ -2,7 +2,7 @@
|
||||
<title>basketball-m</title>
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="basketball-m" fill-rule="nonzero">
|
||||
<g id="Group" transform="matrix(1.2922 0 0 1.2922 2.9548 2.9548)" fill="#747E86">
|
||||
<g id="Group" transform="matrix(1.2922 0 0 1.2922 2.9548 2.9548)" fill="#717065">
|
||||
<path id="Path" d="m10.563 6.3h3.402c-0.112-1.127-0.497-2.177-1.078-3.08-1.211 0.581-2.093 1.715-2.324 3.08z"/>
|
||||
<path d="m3.437 6.3c-0.231-1.365-1.113-2.499-2.324-3.08-0.581 0.903-0.966 1.953-1.078 3.08z"/>
|
||||
<path d="m9.149 6.3c0.224-1.813 1.316-3.353 2.842-4.2-1.12-1.141-2.618-1.897-4.291-2.065v6.265z"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m13.587 8.5h0.7c0.105-0.805 0.161-1.148-0.623-2.072-0.294-0.35-0.476-0.539-0.322-1.428h-0.693c-0.147 0.777 0.021 1.435 0.623 2.072 0.154 0.168 0.553 0.469 0.315 1.428zm-1.764 0h0.7c0.105-0.805 0.161-1.148-0.623-2.072-0.294-0.35-0.476-0.546-0.322-1.428h-0.693c-0.147 0.777 0.021 1.435 0.623 2.072 0.161 0.168 0.56 0.469 0.315 1.428zm-1.736 0h0.7c0.105-0.805 0.161-1.148-0.623-2.072-0.294-0.35-0.476-0.539-0.322-1.428h-0.693c-0.147 0.777 0.021 1.435 0.623 2.072 0.154 0.168 0.553 0.469 0.315 1.428zm5.313 10.5c1.162 0 2.1-0.938 2.1-2.1s-0.938-2.1-2.1-2.1c-0.91 0-1.68 0.588-1.974 1.4h-3.528l1.393-2.142c0.203 0.028 0.406 0.042 0.609 0.042s0.406-0.014 0.609-0.042l0.714 1.099c0.294-0.371 0.672-0.665 1.12-0.847l-0.42-0.651c1.694-0.77 2.877-2.471 2.877-4.459h-9.8c0 1.988 1.183 3.689 2.884 4.459l-2.765 4.256c-0.21 0.322-0.119 0.756 0.203 0.966s0.756 0.119 0.966-0.203l0.7-1.085h4.438c0.294 0.819 1.064 1.407 1.974 1.407zm0-2.8c0.385 0 0.7 0.315 0.7 0.7s-0.315 0.7-0.7 0.7-0.7-0.315-0.7-0.7 0.315-0.7 0.7-0.7z" fill="#747E86"/>
|
||||
<path d="m13.587 8.5h0.7c0.105-0.805 0.161-1.148-0.623-2.072-0.294-0.35-0.476-0.539-0.322-1.428h-0.693c-0.147 0.777 0.021 1.435 0.623 2.072 0.154 0.168 0.553 0.469 0.315 1.428zm-1.764 0h0.7c0.105-0.805 0.161-1.148-0.623-2.072-0.294-0.35-0.476-0.546-0.322-1.428h-0.693c-0.147 0.777 0.021 1.435 0.623 2.072 0.161 0.168 0.56 0.469 0.315 1.428zm-1.736 0h0.7c0.105-0.805 0.161-1.148-0.623-2.072-0.294-0.35-0.476-0.539-0.322-1.428h-0.693c-0.147 0.777 0.021 1.435 0.623 2.072 0.154 0.168 0.553 0.469 0.315 1.428zm5.313 10.5c1.162 0 2.1-0.938 2.1-2.1s-0.938-2.1-2.1-2.1c-0.91 0-1.68 0.588-1.974 1.4h-3.528l1.393-2.142c0.203 0.028 0.406 0.042 0.609 0.042s0.406-0.014 0.609-0.042l0.714 1.099c0.294-0.371 0.672-0.665 1.12-0.847l-0.42-0.651c1.694-0.77 2.877-2.471 2.877-4.459h-9.8c0 1.988 1.183 3.689 2.884 4.459l-2.765 4.256c-0.21 0.322-0.119 0.756 0.203 0.966s0.756 0.119 0.966-0.203l0.7-1.085h4.438c0.294 0.819 1.064 1.407 1.974 1.407zm0-2.8c0.385 0 0.7 0.315 0.7 0.7s-0.315 0.7-0.7 0.7-0.7-0.315-0.7-0.7 0.315-0.7 0.7-0.7z" fill="#717065"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="bcontrol-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#747E86"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#717065"/>
|
||||
<path id="Shape" d="m10.286 17.133v0.93333h3.4286v-11.2h-3.4286v10.267 0.93333l1.7143-0.93333 1.7143 0.93333v-1.8667l-1.7143-0.93333-1.7143 0.93333v0.93333zm4.5714 0.93333 1.1429 0.93333h-8l1.1429-0.93333v-11.2l2.8571-1.8667 2.8571 1.8667v11.2zm-4.5714-9.3333 1.7143-0.93333 1.7143 0.93333v1.8667l-1.7143-0.93333-1.7143 0.93333v-1.8667zm0 3.7333 1.7143-0.93333 1.7143 0.93333v1.8667l-1.7143-0.93333-1.7143 0.93333v-1.8667z" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 797 B |
@@ -1,7 +1,7 @@
|
||||
<svg viewBox="0 0 16 16" width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<circle id="Oval" cx="8" cy="8" r="8" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="8" cy="8" r="7" fill="#747E86"/>
|
||||
<circle id="Oval" cx="8" cy="8" r="7" fill="#717065"/>
|
||||
<path d="M6.8573 11.4219V12.0441H9.14303V4.57747H6.8573V11.4219V12.0441L8.00016 11.4221L9.14303 12.0441V10.7999L8.00016 10.1777L6.8573 10.7999V11.4219ZM9.9049 12.0441L10.6668 12.6664H5.3335L6.09543 12.0441V4.57747L8.00016 3.33301L9.9049 4.57747V12.0441ZM6.8573 5.82194L8.00016 5.19972L9.14303 5.82194V7.06641L8.00016 6.44419L6.8573 7.06641V5.82194ZM6.8573 8.31081L8.00016 7.68859L9.14303 8.31081V9.55527L8.00016 8.93305L6.8573 9.55527V8.31081Z" fill="white"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 708 B |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="beach-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#747E86"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#717065"/>
|
||||
<path id="Shape" d="m12.877 13.991 1.1125-1.1123 5.0101 5.0116-1.1102 1.11-5.0124-5.0092zm3.3398-4.457 2.225-2.2246c-3.0729-3.0724-8.0519-3.0802-11.125-0.015557 3.0574-1.0112 6.4649-0.19446 8.8999 2.2402zm-8.9232-2.2168c-3.0652 3.0724-3.0574 8.0506 0.015559 11.123l2.225-2.2246c-2.435-2.4346-3.2519-5.8415-2.2405-8.8984zm0.015559-0.015557-0.0077796 0.0077783c-0.29563 2.3413 0.91021 5.3515 3.3452 7.7939l4.4577-4.457c-2.435-2.4346-5.4535-3.6403-7.7952-3.3447z" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 828 B After Width: | Height: | Size: 828 B |
@@ -2,7 +2,7 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
<g opacity="1">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<path d="m13.469 4.3867c-0.092224 0.0013998-0.18374 0.03451-0.26562 0.099609l-2.6504 2.0996c-0.16006 0.1267-0.25781 0.35587-0.25781 0.60156v4.3125h3.7109v-6.4121c0-0.25199-0.10364-0.48479-0.26953-0.60938-0.082946-0.0623-0.17535-0.093197-0.26758-0.091797zm-4.7031 8.1133v4h6.7676v-4h-6.7676zm0 5v0.43945c0 0.91944 0.67451 1.668 1.5039 1.668h3.7598c0.82936 0 1.5039-0.74848 1.5039-1.668v-0.43945h-6.7676z" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 728 B After Width: | Height: | Size: 728 B |
@@ -2,7 +2,7 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
<g opacity="1">
|
||||
<circle cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<path d="m8.7793 3.5527-0.42383 0.42383-0.42578 0.42383 1.7461 1.75c-0.30791 0.35129-0.54092 0.75567-0.69922 1.2168-0.19425 0.56584-0.17202 1.1453 0.058594 1.7383l0.095703 0.24414 2.8613-1.0078 2.9023 0.9707 0.072266-0.27734c0.17553-0.65417 0.17628-1.2439-0.029297-1.7578-0.15692-0.39225-0.3816-0.75007-0.66406-1.0762l1.7969-1.8008-0.42578-0.42383-0.42383-0.42383-1.8809 1.8848c-0.41314-0.21581-0.87309-0.32422-1.3867-0.32422-0.48309 1e-7 -0.92392 0.10036-1.3223 0.29492l-1.8516-1.8555zm3.0527 5.9258s-3.4697 1.1955-4.4687 1.666c-0.99908 0.47052-1.4656 1.0767-1.6582 1.7129-0.24708 0.63952 0.012657 1.2548 0.38477 1.627 0.36513 0.3651 1.0132 0.70427 1.7793 0.53711 0.76007-0.16583 1.4524-0.56602 2.1113-1.2285 0.52525-0.52518 0.94732-1.355 1.2422-2.2012 0.28737-0.82465 0.46828-1.4059 0.5332-1.7305l0.076172-0.38281zm0.33594 0 0.076172 0.38281c0.06492 0.32459 0.24584 0.90582 0.5332 1.7305 0.29486 0.84615 0.71694 1.676 1.2422 2.2012 0.65896 0.6625 1.3513 1.0627 2.1113 1.2285 0.76614 0.16716 1.4142-0.17201 1.7793-0.53711 0.37211-0.37213 0.63184-0.98743 0.38477-1.627-0.19263-0.63623-0.65912-1.2424-1.6582-1.7129-0.99908-0.47052-4.4688-1.666-4.4688-1.666zm-0.16797 2.6465c-0.20461 0.67674-0.39347 1.1835-0.82031 1.7852-0.28707 0.37547-0.59242 0.76378-0.96484 1.0625-0.14229 0.11958-0.28868 0.22136-0.4375 0.3125h4.5195c-0.16494-0.092973-0.3145-0.19036-0.46484-0.30859-0.33436-0.28315-0.69887-0.69528-0.96289-1.0938-0.29132-0.5025-0.62864-1.1279-0.86914-1.7578zm-3.9512 4.1602c0.19439 0.39663 0.41526 0.75984 0.65625 1.0898h6.5898c0.24102-0.32994 0.46192-0.69335 0.65625-1.0898h-7.9023zm1.5762 2.0898c0.53884 0.45196 1.1388 0.75512 1.7754 0.87695v1.7559h0.59961 0.59961v-1.7559c0.63593-0.12187 1.2345-0.425 1.7734-0.87695h-4.748z" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -1,7 +1,7 @@
|
||||
<svg version="1.1" viewBox="0 0 15 12" width="11.25" height="9" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>bench</title>
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="bench" fill="#747E86" fill-rule="nonzero">
|
||||
<g id="bench" fill="#717065" fill-rule="nonzero">
|
||||
<path id="Shape" d="m15 6.0004h-1.7592v-1.0008h0.87958v-2.9992h-0.87958v-1.0004h-0.87891v1.0004h-9.7238v-1.0004h-0.87891v1.0004h-0.87961v2.9992h0.87958v1.0008h-1.7592v2.9992h0.87961v3.0004h0.87891v-1.0004h11.483v1.0004h0.87891v-3.0004h0.87964v-2.9992zm-12.362-1.0008h9.7238v1.0008h-9.7238v-1.0008zm10.603 5.0008h-11.483v-1.0008h11.483v1.0008z"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 580 B |
@@ -1,4 +1,4 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m5.9809 1.9476c-1.0045 5.734e-4 -1.9378 0.5998-2.4667 1.4569h3.3507l0.88119 1.4569-0.88119 1.4569h-3.348c0.5285 0.85626 1.4604 1.4554 2.464 1.4569 1.0724 0 1.9972-0.58891 2.4999-1.4569h6.5992c0.50268 0.86817 1.4302 1.4569 2.5026 1.4569 1.6034 0 2.9032-1.3045 2.9032-2.9137s-1.2998-2.9137-2.9032-2.9137c-1.0726-4e-7 -2 0.58869-2.5026 1.4569h-6.5992c-0.50273-0.86795-1.4275-1.4569-2.4999-1.4569zm10.718 1.4569h1.7679l0.88119 1.4569-0.88119 1.4569h-1.7679l-0.88119-1.4569z" fill="#747E86"/>
|
||||
<path d="m12 8.8037c-0.85705-0.012723-0.85705 1.2845 0 1.2723h1.9015v1.6102l-3.5528 2.9695-1.2355-3.3075h0.35164c0.85705 0.01272 0.85705-1.2845 0-1.2723h-2.5353c-0.85705-0.01272-0.85705 1.2845 0 1.2723h0.82688l1.1291 3.0217c-0.593-0.29594-1.2513-0.47712-1.9559-0.47712-2.4429 0-4.4368 2.0012-4.4368 4.453s1.9939 4.453 4.4368 4.453 4.4368-2.0012 4.4368-4.453c0-0.85231-0.2539-1.6426-0.67096-2.321l3.5751-2.9894 0.58679 1.4762c-1.3216 0.77267-2.2233 2.1945-2.2233 3.8342 0 2.4518 1.9939 4.453 4.4368 4.453s4.4368-2.0012 4.4368-4.453-1.9939-4.453-4.4368-4.453c-0.35887 0-0.70278 0.05521-1.0375 0.13665l-0.86402-2.1694v-2.4203c0-0.35128-0.28383-0.63615-0.63382-0.63615zm-5.0705 6.3615c0.75082 0 1.4294 0.2696 1.9708 0.7032l-2.3769 1.988c-0.64764 0.54365 0.162 1.5197 0.81205 0.97904l2.3769-1.988c0.23857 0.4476 0.38625 0.95278 0.38625 1.4985 0 1.7642-1.4114 3.1808-3.1691 3.1808s-3.1691-1.4166-3.1691-3.1808 1.4112-3.1808 3.1691-3.1808zm10.141 0c1.7577 0 3.1691 1.4166 3.1691 3.1808s-1.4114 3.1808-3.1691 3.1808-3.1691-1.4166-3.1691-3.1808c0-1.1158 0.56638-2.0892 1.4261-2.6564l1.1538 2.8925c0.31184 0.79277 1.4963 0.3182 1.1786-0.47215l-1.1512-2.8875c0.1828-0.03257 0.36939-0.05713 0.56194-0.05713z" fill="#747E86"/>
|
||||
<path d="m5.9809 1.9476c-1.0045 5.734e-4 -1.9378 0.5998-2.4667 1.4569h3.3507l0.88119 1.4569-0.88119 1.4569h-3.348c0.5285 0.85626 1.4604 1.4554 2.464 1.4569 1.0724 0 1.9972-0.58891 2.4999-1.4569h6.5992c0.50268 0.86817 1.4302 1.4569 2.5026 1.4569 1.6034 0 2.9032-1.3045 2.9032-2.9137s-1.2998-2.9137-2.9032-2.9137c-1.0726-4e-7 -2 0.58869-2.5026 1.4569h-6.5992c-0.50273-0.86795-1.4275-1.4569-2.4999-1.4569zm10.718 1.4569h1.7679l0.88119 1.4569-0.88119 1.4569h-1.7679l-0.88119-1.4569z" fill="#717065"/>
|
||||
<path d="m12 8.8037c-0.85705-0.012723-0.85705 1.2845 0 1.2723h1.9015v1.6102l-3.5528 2.9695-1.2355-3.3075h0.35164c0.85705 0.01272 0.85705-1.2845 0-1.2723h-2.5353c-0.85705-0.01272-0.85705 1.2845 0 1.2723h0.82688l1.1291 3.0217c-0.593-0.29594-1.2513-0.47712-1.9559-0.47712-2.4429 0-4.4368 2.0012-4.4368 4.453s1.9939 4.453 4.4368 4.453 4.4368-2.0012 4.4368-4.453c0-0.85231-0.2539-1.6426-0.67096-2.321l3.5751-2.9894 0.58679 1.4762c-1.3216 0.77267-2.2233 2.1945-2.2233 3.8342 0 2.4518 1.9939 4.453 4.4368 4.453s4.4368-2.0012 4.4368-4.453-1.9939-4.453-4.4368-4.453c-0.35887 0-0.70278 0.05521-1.0375 0.13665l-0.86402-2.1694v-2.4203c0-0.35128-0.28383-0.63615-0.63382-0.63615zm-5.0705 6.3615c0.75082 0 1.4294 0.2696 1.9708 0.7032l-2.3769 1.988c-0.64764 0.54365 0.162 1.5197 0.81205 0.97904l2.3769-1.988c0.23857 0.4476 0.38625 0.95278 0.38625 1.4985 0 1.7642-1.4114 3.1808-3.1691 3.1808s-3.1691-1.4166-3.1691-3.1808 1.4112-3.1808 3.1691-3.1808zm10.141 0c1.7577 0 3.1691 1.4166 3.1691 3.1808s-1.4114 3.1808-3.1691 3.1808-3.1691-1.4166-3.1691-3.1808c0-1.1158 0.56638-2.0892 1.4261-2.6564l1.1538 2.8925c0.31184 0.79277 1.4963 0.3182 1.1786-0.47215l-1.1512-2.8875c0.1828-0.03257 0.36939-0.05713 0.56194-0.05713z" fill="#717065"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -2,7 +2,7 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
<g opacity="1">
|
||||
<circle cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<path d="m8.1094 4.2692-0.93172 3.4792a0.39995 0.39995 59.988 0 0 0.28292 0.48981l2.3503 0.62909a0.40048 0.40048 150.02 0 0 0.49029-0.28285l0.17307-0.64347a0.40037 0.40037 150.03 0 1 0.49026-0.28274l5.153 1.3808a0.39587 0.39587 149.7 0 0 0.48589-0.28389l0.1662-0.64703a0.40416 0.40416 59.702 0 0-0.28686-0.49094l-5.1394-1.3769a0.40013 0.40013 59.99 0 1-0.28298-0.48992l0.17211-0.64321a0.40026 0.40026 59.999 0 0-0.28294-0.49006l-2.3504-0.63059a0.39982 0.39982 150.01 0 0-0.48981 0.28273zm1.5586 6.9218v0.09258a0.4 0.4 135 0 1-0.4 0.4h-3.7957c-0.22091 0-0.40013 0.17995-0.36889 0.39847 0.1296 0.90626 0.68265 2.3106 2.0042 2.5892 0.21573 0.04548 0.57545 0.04748 0.79636 0.04748h2.0789c0.22091 0 0.40047 0.17909 0.39908 0.4-0.01175 1.8714-0.1716 2.6553-2.2986 2.7373-0.22064 0.0085-0.39974 0.18634-0.39974 0.40725v1.4539a0.4 0.4 45 0 0 0.4 0.4h2.4559a0.4 0.4 135 0 0 0.4-0.4 0.36954 0.36954 139.94 0 1 0.4-0.33633h2.3465a0.4 0.4 45 0 1 0.4 0.4 0.36954 0.36954 40.058 0 0 0.4 0.33633h2.3016a0.4 0.4 135 0 0 0.4-0.4v-1.409a0.4 0.4 45 0 0-0.4-0.4h-0.07109c-0.22091 0-0.58149 0.0054-0.79726-0.04008-1.8741-0.39502-1.8741-3.5854-1.7e-5 -3.9804 0.21578-0.04548 0.57637-0.04008 0.79728-0.04008h1.8113a0.4 0.4 135 0 0 0.4-0.4v-1.2977a0.55355 0.55355 54.148 0 0-0.37978-0.52557l-2.1408-0.70784a2.484 2.484 9.148 0 0-0.77978-0.12557h-5.5594a0.4 0.4 135 0 0-0.4 0.4z" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -2,7 +2,7 @@
|
||||
<title>blood_donation-m</title>
|
||||
<g>
|
||||
<circle id="outer" r="12" cx="12" cy="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="inner" r="11" cx="12" cy="12" fill="#D85961"/>
|
||||
<circle id="inner" r="11" cx="12" cy="12" fill="#c15746"/>
|
||||
<path id="drop" fill="#fff" d="m 12.00141,4.6031315 4.36204,6.8276635 c 0.532573,0.834086 0.814358,1.80061 0.814358,2.786859 0,1.375112 -0.546663,2.69105 -1.516005,3.663211 -0.972158,0.969342 -2.288098,1.516003 -3.660393,1.516003 -1.375113,0 -2.6910517,-0.546661 -3.6632112,-1.516003 -0.9693424,-0.972161 -1.5160067,-2.288099 -1.5160067,-3.660395 0,-0.989065 0.2817863,-1.95559 0.8143607,-2.789676 z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 695 B After Width: | Height: | Size: 695 B |
@@ -8,5 +8,5 @@
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<path d="m0 0v14h1v-3h12v3h1v-14h-14zm1 1h12v9h-12zm3 2v1h6v-1zm-2 2v1h10v-1zm0 2v1h10v-1z" fill="#747E86" fill-rule="evenodd" style="paint-order:markers stroke fill"/>
|
||||
<path d="m0 0v14h1v-3h12v3h1v-14h-14zm1 1h12v9h-12zm3 2v1h6v-1zm-2 2v1h10v-1zm0 2v1h10v-1z" fill="#717065" fill-rule="evenodd" style="paint-order:markers stroke fill"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 633 B After Width: | Height: | Size: 633 B |
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<path d="m12 8.2813s-3-2.5714-6-0.42857v9.4286c3-2.1429 6 0 6 0s3-2.1429 6 0v-9.4286c-3-2.1429-6 0.42857-6 0.42857zm0 0v9" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M 21.1429,7.7741 12,3.3407 2.8571,7.7741" fill="none" stroke="#747E86" stroke-linecap="round" stroke-width="2"/>
|
||||
<path d="m11.937 11.052s-3-2.5714-6-0.42857v9.4286c3-2.1429 6 0 6 0s3-2.1429 6 0v-9.4286c-3-2.1429-6 0.42857-6 0.42857zm0 0v9" fill="none" stroke="#747E86" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path d="M 21.1429,7.7741 12,3.3407 2.8571,7.7741" fill="none" stroke="#717065" stroke-linecap="round" stroke-width="2"/>
|
||||
<path d="m11.937 11.052s-3-2.5714-6-0.42857v9.4286c3-2.1429 6 0 6 0s3-2.1429 6 0v-9.4286c-3-2.1429-6 0.42857-6 0.42857zm0 0v9" fill="none" stroke="#717065" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 490 B |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="bookmaker-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#747E86"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#717065"/>
|
||||
<path id="Shape" d="m15.8 5h-8.4c-0.77 0-1.4 0.63-1.4 1.4v11.2c0 0.77 0.63 1.4 1.4 1.4h8.4c0.77 0 1.4-0.63 1.4-1.4v-11.2c0-0.77-0.63-1.4-1.4-1.4zm-8.4 1.4h3.5v5.6l-1.75-1.05-1.75 1.05v-5.6z" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 566 B After Width: | Height: | Size: 566 B |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="bowls-m" fill-rule="nonzero">
|
||||
<g id="Group" transform="translate(6 5)" fill="#fff">
|
||||
<g transform="matrix(1.2857 0 0 1.2857 -1.8253 -2)" fill="#747E86">
|
||||
<g transform="matrix(1.2857 0 0 1.2857 -1.8253 -2)" fill="#717065">
|
||||
<path id="Shape" d="m7.9124 5.4783c-0.91974 0-1.7695 0.29522-2.4664 0.79313-0.32809-0.73957-0.57704-1.2369-0.57704-2.0105v-2.4348c0-1.0068-0.8193-1.8261-1.8261-1.8261s-1.8261 0.8193-1.8261 1.8261v2.4348c0 0.71765-0.21609 1.2003-0.49 1.8115-0.34087 0.76087-0.72739 1.6234-0.72739 3.0581 0 2.6229 1.3385 4.8696 2.4348 4.8696h1.2174c0.60139 0 1.0926-0.56548 1.4231-1.0914 0.75417 0.67565 1.747 1.0914 2.8377 1.0914 2.3496 0 4.2609-1.9113 4.2609-4.2609 0-2.3496-1.9119-4.2609-4.2609-4.2609zm-5.4783-3.6522c0-0.33539 0.2733-0.6087 0.6087-0.6087s0.6087 0.2733 0.6087 0.6087v1.8261h-1.2174zm1.1638 10.957h-1.1127c-0.32443-0.18139-1.2691-1.5564-1.2691-3.6522 0-1.1748 0.30191-1.8474 0.62087-2.5602 0.22887-0.51009 0.46261-1.0323 0.55574-1.7007h1.3002c0.092522 0.66835 0.32687 1.1912 0.55513 1.7007 0.08887 0.19783 0.17652 0.40478 0.2593 0.61843-0.53504 0.71217-0.85583 1.5936-0.85583 2.5504 0 0.79009 0.21974 1.5272 0.59591 2.1621-0.29096 0.58009-0.55757 0.82478-0.64948 0.88139zm4.3144 0c-1.6782 0-3.0435-1.3653-3.0435-3.0435 0-1.6782 1.3653-3.0435 3.0435-3.0435s3.0435 1.3653 3.0435 3.0435c0 1.6782-1.3659 3.0435-3.0435 3.0435z"/>
|
||||
<circle cx="7.9124" cy="9.7391" r="1"/>
|
||||
<circle cx="9.1298" cy="8.5217" r="1"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -1,5 +1,5 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#ffffff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#8c5f93"/>
|
||||
<path d="m17.814453 3.8535156c-.603341-.0348572-1.292607.2159125-1.726562.7011719-1.070067 1.1965695-.839929 1.9874104-.775391 3.5136719.02518.16606.05859.5019531.05859.5019531l3.320312.6835937s.165185-.2948914.253906-.4375c.662226-1.3766255 1.18416-2.0131914.673833-3.5351562-.236532-.7053955-.89885-1.2598998-1.552735-1.3945312-.081735-.016829-.165761-.0282236-.251953-.0332032zm-7.400391 3.3710938c-2.8975029-.0408224-5.6930185 1.8219273-6.7910151 4.4999996-1.146727 2.630925-.5519058 5.899022 1.4570312 7.951172 1.6254447 1.748763 4.1338307 2.557928 6.4765629 2.195313-.321854-.982015-.590771-2.383672-.416016-3.56836.366972-2.487752 2.212752-5.362092 3-6.921875.353016-.702272.721364-1.5366287.652344-2.7128902-.323073-.2396476-.663199-.4562423-1.025391-.6367188-1.032783-.5308062-2.19257-.8082401-3.353516-.8066406zm-2.0839839 2.5585937c.8368725-.078164 1.3385167 1.0530239.75 1.6308589-.5026045.609137-1.6070395.269157-1.6796875-.517578-.0940179-.556561.3641095-1.107381.9296875-1.1132809zm6.9941409.1191407-.208985.8750002 2.941407.605468.152343-.884765zm-.867188 2.0820312s-2.464867 4.071428-2.732422 6.365234c-.155335 1.331731.148701 2.916223.69336 3.962891 2.507839-.246004 4.359101-1.105793 5.849609-2.160156.904451-2.336395-.083984-7.402344-.083984-7.402344zm-8.4824216.621094c.8360984-.07468 1.338813 1.054191.75 1.632812-.5020198.608577-1.6071071.2708-1.6796875-.515625-.093664-.555925.364611-1.108905.9296875-1.117187zm3.0117187.160156c.8367309-.07827 1.3388649 1.053328.75 1.630859-.5032491.607309-1.6068595.266135-1.6796875-.519531-.094269-.556267.3644171-1.105487.9296875-1.111328z" fill="#fff"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -2,7 +2,7 @@
|
||||
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
<g opacity="1">
|
||||
<circle cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<path d="m7.3403 4.5911c-0.33792 0.52218-0.62345 1.2577-0.88003 2.0534h1.1658c0.17111-0.70659 0.33873-1.4156 0.57729-2.0534zm1.8579 0c-0.24683 0.61583-0.39422 1.3518-0.57165 2.0534h1.2411c0.07024-0.69344 0.11314-1.3791 0.23129-2.0534zm1.8673 0c-0.12095 0.66044-0.15715 1.3586-0.22941 2.0534h2.328c-0.072254-0.69479-0.10846-1.393-0.22941-2.0534h-0.93456zm2.8357 0c0.11815 0.67436 0.16105 1.36 0.23129 2.0534h1.2317c-0.17743-0.70166-0.3248-1.4376-0.57165-2.0534zm1.886 0c0.23857 0.63777 0.40617 1.3468 0.5773 2.0534h1.1753c-0.2566-0.79572-0.54212-1.5312-0.88004-2.0534zm-9.6089 3.0163c-0.37652 1.4728-0.61302 3.0844-0.61302 4.3926 0 1.3084 0.23651 2.9197 0.61302 4.3926h1.2298c-0.56317-2.9406-0.5744-6.0256-0.052646-8.7852zm2.1813 0c-0.53578 2.7358-0.53401 5.8486 0.047012 8.7852h1.352c-0.12955-1.7041-0.18992-3.3179-0.18992-4.3926 0-1.0747 0.060375-2.6886 0.18992-4.3926zm2.3675 0c-0.13169 1.693-0.19556 3.3125-0.19556 4.3926 0 1.0802 0.06388 2.6996 0.19556 4.3926h2.5461c0.13168-1.693 0.19556-3.3125 0.19556-4.3926 0-1.0802-0.06387-2.6996-0.19556-4.3926h-1.2731zm3.5145 0c0.12957 1.7041 0.18992 3.3179 0.18992 4.3926 0 1.0747-0.06035 2.6886-0.18992 4.3926h1.3407c0.58105-2.9366 0.58466-6.0494 0.04889-8.7852zm2.3938 0c0.52177 2.7598 0.50866 5.8446-0.05454 8.7852h1.2411c0.37652-1.4728 0.61302-3.0844 0.61302-4.3926 0-1.3084-0.23651-2.9197-0.61302-4.3926zm-10.175 9.7481c0.2566 0.79572 0.54211 1.5313 0.88003 2.0534h0.86875c-0.2356-0.6592-0.37887-1.3604-0.54532-2.0534zm2.2001 0c0.17256 0.69046 0.29443 1.4066 0.53968 2.0534h0.89883c-0.11815-0.67436-0.16105-1.36-0.23129-2.0534zm2.1756 0c0.07226 0.69479 0.10846 1.393 0.22941 2.0534h1.8691c0.12096-0.66043 0.15715-1.3586 0.22941-2.0534h-1.164zm3.2964 0c-0.07024 0.69344-0.11314 1.3791-0.23129 2.0534h0.88943c0.24527-0.64691 0.36709-1.3628 0.53968-2.0534zm2.1926 0c-0.16645 0.69301-0.30971 1.3942-0.54532 2.0534h0.88004c0.33792-0.52217 0.62345-1.2577 0.88004-2.0534z" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="buddhist-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#9C6136"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#7F5933"/>
|
||||
<path id="Shape" d="m11.3 5v0.7c-1.211 0.14-2.317 0.63-3.22 1.358l-0.532-0.532-0.994 0.994 0.546 0.525c-0.77 0.931-1.253 2.065-1.4 3.255h-0.7v1.4h0.7c0.147 1.176 0.63 2.282 1.4 3.192l-0.546 0.532 0.994 0.994 0.525-0.518c0.924 0.749 2.037 1.239 3.227 1.4v0.7h1.4v-0.7c1.183-0.161 2.303-0.651 3.22-1.4l0.532 0.518 0.994-0.994-0.546-0.525c0.77-0.91 1.253-2.023 1.4-3.199h0.7v-1.4h-0.7c-0.147-1.19-0.63-2.317-1.4-3.248l0.546-0.532-0.994-0.994-0.525 0.532c-0.924-0.749-2.044-1.218-3.227-1.358v-0.7h-1.4m0 2.1v2.1l-0.7 0.35-1.533-1.505c0.637-0.476 1.4-0.826 2.233-0.945m1.4 0c0.812 0.126 1.582 0.448 2.24 0.945l-1.54 1.505-0.7-0.35v-2.1m-4.62 1.932 1.47 1.568-0.35 0.7h-2.1c0.112-0.812 0.49-1.61 0.973-2.275l7e-3 7e-3m7.84 0c0.511 0.665 0.847 1.442 0.98 2.268h-2.1l-0.35-0.7 1.477-1.568h-7e-3m-3.92 1.568c0.784 0 1.4 0.616 1.4 1.4s-0.616 1.4-1.4 1.4-1.4-0.616-1.4-1.4 0.616-1.4 1.4-1.4m-4.9 2.1h2.1l0.399 0.7-1.526 1.505c-0.504-0.637-0.84-1.393-0.973-2.205m7.7 0h2.1c-0.133 0.805-0.469 1.568-0.973 2.212l-1.477-1.512 0.35-0.7m-4.2 1.75 0.7 0.35v2.1c-0.819-0.14-1.589-0.483-2.24-1.001l1.54-1.449m2.8 0 1.533 1.449c-0.637 0.476-1.4 0.882-2.233 1.001v-2.1l0.7-0.35z" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="buddhist-s" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="8" cy="8" r="8" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="8" cy="8" r="7.3333" fill="#9C6136"/>
|
||||
<circle id="Oval" cx="8" cy="8" r="7.3333" fill="#7F5933"/>
|
||||
<path id="Shape" d="m7.5333 3.3333v0.46667c-0.80733 0.093333-1.5447 0.42-2.1467 0.90533l-0.35467-0.35467-0.66267 0.66267 0.364 0.35c-0.51333 0.62067-0.83533 1.3767-0.93333 2.17h-0.46667v0.93333h0.46667c0.098 0.784 0.42 1.5213 0.93333 2.128l-0.364 0.35467 0.66267 0.66267 0.35-0.34533c0.616 0.49933 1.358 0.826 2.1513 0.93333v0.46667h0.93333v-0.46667c0.78867-0.10733 1.5353-0.434 2.1467-0.93333l0.35467 0.34533 0.66267-0.66267-0.364-0.35c0.51333-0.60667 0.83533-1.3487 0.93333-2.1327h0.46667v-0.93333h-0.46667c-0.098-0.79333-0.42-1.5447-0.93333-2.1653l0.364-0.35467-0.66267-0.66267-0.35 0.35467c-0.616-0.49933-1.3627-0.812-2.1513-0.90533v-0.46667h-0.93333m0 1.4v1.4l-0.46667 0.23333-1.022-1.0033c0.42467-0.31733 0.93333-0.55067 1.4887-0.63m0.93333 0c0.54133 0.084 1.0547 0.29867 1.4933 0.63l-1.0267 1.0033-0.46667-0.23333v-1.4m-3.08 1.288 0.98 1.0453-0.23333 0.46667h-1.4c0.074667-0.54133 0.32667-1.0733 0.64867-1.5167l0.0046667 0.0046667m5.2267 0c0.34067 0.44333 0.56467 0.96133 0.65333 1.512h-1.4l-0.23333-0.46667 0.98467-1.0453h-0.0046667m-2.6133 1.0453c0.52267 0 0.93333 0.41067 0.93333 0.93333s-0.41067 0.93333-0.93333 0.93333-0.93333-0.41067-0.93333-0.93333 0.41067-0.93333 0.93333-0.93333m-3.2667 1.4h1.4l0.266 0.46667-1.0173 1.0033c-0.336-0.42467-0.56-0.92867-0.64867-1.47m5.1333 0h1.4c-0.088667 0.53667-0.31267 1.0453-0.64867 1.4747l-0.98467-1.008 0.23333-0.46667m-2.8 1.1667 0.46667 0.23333v1.4c-0.546-0.093333-1.0593-0.322-1.4933-0.66733l1.0267-0.966m1.8667 0 1.022 0.966c-0.42467 0.31733-0.93333 0.588-1.4887 0.66733v-1.4l0.46667-0.23333z" fill="#fff"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@@ -3,7 +3,7 @@
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g id="butcher-m" fill-rule="nonzero">
|
||||
<circle id="Oval" cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#BE75A3"/>
|
||||
<circle id="Oval" cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<g id="cleaver" transform="translate(6 5)" fill="#fff">
|
||||
<path id="Shape" d="m11.03 9.1439-5.59-5.5905-3.165 3.165c0.58609 1.003 1.8368 2.5884 2.9784 3.73 0.7732 0.7732 1.5949 1.452 2.4424 2.0297l-0.37843 0.37843c-0.84593-0.58398-1.665-1.2634-2.4366-2.0355-0.974-0.974-2.2664-2.4904-2.9932-3.7152l-0.55447 0.55447c0.65197 1.1179 1.9074 2.6395 2.9884 3.72 1.0805 1.0805 2.2295 1.9633 3.3474 2.6158l3.3611-3.3611c0.41216-0.41216 0.41216-1.0794 0-1.491zm-1.1179 1.1179c-0.20608 0.20608-0.53971 0.20608-0.74526 0-0.20608-0.20608-0.20608-0.53971 0-0.74526 0.20608-0.20608 0.53971-0.20608 0.74526 0 0.20608 0.20608 0.20608 0.53971 0 0.74526z"/>
|
||||
<path id="Shape" d="m2.2715 0.38581c-0.51441-0.51441-1.3487-0.51441-1.8637 0-0.51441 0.51441-0.51441 1.3487 0 1.8637 0.30411 0.30359 0.71944 0.42323 1.1142 0.36841l2.054 2.0539 1.4905-1.4905-2.795-2.7955zm-0.65197 1.2064c-0.15443 0.15443-0.40478 0.15443-0.55921 0-0.15443-0.15443-0.15443-0.40478 0-0.55921 0.15443-0.15443 0.40478-0.15443 0.55921 0 0.15443 0.15443 0.15443 0.40478 0 0.55921z"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |