kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
feat: add support for Device Hardware json and svg graphics (#1449)
* feat: add support for Device Hardware json and svg graphics Allows for better hardware device display names, graphics, and indication of support. * make detekt happy * Fix: Use first image name to find vector drawable Use the first image name from the `images` list (after removing the ".svg" suffix) to find the corresponding vector drawable resource. * Refactor: Update device detail layout Updated the device detail layout to group device-specific information under a "Device" category. Added a circular background with device-specific color behind the device icon. Moved hardware, support status details to the Device section. * Refactor: Move device hardware logic to MetricsViewModel Moves the logic for retrieving device hardware information and image resources from NodeDetail to MetricsViewModel. Also replaces id lookup with when statement for image resource id mapping. * fix: cache deviceHardwareList, add exception handling * refactor: mutable list unnecessary * default to hw_unknown device imagepull/1454/head
rodzic
f08916764c
commit
993f659742
|
@ -0,0 +1,764 @@
|
|||
[
|
||||
{
|
||||
"hwModel": 1,
|
||||
"hwModelSlug": "TLORA_V2",
|
||||
"platformioTarget": "tlora-v2",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": false,
|
||||
"displayName": "LILYGO T-LoRa V2",
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 2,
|
||||
"hwModelSlug": "TLORA_V1",
|
||||
"platformioTarget": "tlora-v1",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": false,
|
||||
"displayName": "LILYGO T-LoRa V1",
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 3,
|
||||
"hwModelSlug": "TLORA_V2_1_1P6",
|
||||
"platformioTarget": "tlora-v2-1-1_6",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "LILYGO T-LoRa V2.1-1.6",
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
],
|
||||
"images": [
|
||||
"tlora-v2-1-1_6.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 4,
|
||||
"hwModelSlug": "TBEAM",
|
||||
"platformioTarget": "tbeam",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "LILYGO T-Beam",
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
],
|
||||
"images": [
|
||||
"tbeam.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 5,
|
||||
"hwModelSlug": "HELTEC_V2_0",
|
||||
"platformioTarget": "heltec-v2_0",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": false,
|
||||
"displayName": "Heltec V2.0",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 6,
|
||||
"hwModelSlug": "TBEAM_V0P7",
|
||||
"platformioTarget": "tbeam0_7",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": false,
|
||||
"displayName": "LILYGO T-Beam V0.7",
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 7,
|
||||
"hwModelSlug": "T_ECHO",
|
||||
"platformioTarget": "t-echo",
|
||||
"architecture": "nrf52840",
|
||||
"supportLevel": 1,
|
||||
"activelySupported": true,
|
||||
"displayName": "LILYGO T-Echo",
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
],
|
||||
"images": [
|
||||
"t-echo.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 8,
|
||||
"hwModelSlug": "TLORA_V1_1P3",
|
||||
"platformioTarget": "tlora-v1_3",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": false,
|
||||
"displayName": "LILYGO T-LoRa V1.1-1.3",
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 9,
|
||||
"hwModelSlug": "RAK4631",
|
||||
"platformioTarget": "rak4631",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "RAK WisBlock 4631",
|
||||
"tags": [
|
||||
"RAK"
|
||||
],
|
||||
"images": [
|
||||
"rak4631.svg",
|
||||
"rak4631_case.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 10,
|
||||
"hwModelSlug": "HELTEC_V2_1",
|
||||
"platformioTarget": "heltec-v2_1",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": false,
|
||||
"displayName": "Heltec V2.1",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 11,
|
||||
"hwModelSlug": "HELTEC_V1",
|
||||
"platformioTarget": "heltec-v1",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": false,
|
||||
"displayName": "Heltec V1",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 12,
|
||||
"hwModelSlug": "TBEAM_S3_CORE",
|
||||
"platformioTarget": "tbeam-s3-core",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "LILYGO T-Beam Supreme",
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
],
|
||||
"images": [
|
||||
"tbeam-s3-core.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 13,
|
||||
"hwModelSlug": "RAK11200",
|
||||
"platformioTarget": "rak11200",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": false,
|
||||
"displayName": "RAK WisBlock 11200",
|
||||
"tags": [
|
||||
"RAK"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 14,
|
||||
"hwModelSlug": "NANO_G1",
|
||||
"platformioTarget": "nano-g1",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "Nano G1",
|
||||
"tags": [
|
||||
"B&Q"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 15,
|
||||
"hwModelSlug": "TLORA_V2_1_1P8",
|
||||
"platformioTarget": "tlora-v2-1-1_8",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 2,
|
||||
"displayName": "LILYGO T-LoRa V2.1-1.8",
|
||||
"tags": [
|
||||
"LilyGo",
|
||||
"2.4G LoRA"
|
||||
],
|
||||
"images": [
|
||||
"tlora-v2-1-1_8.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 16,
|
||||
"hwModelSlug": "TLORA_T3_S3",
|
||||
"platformioTarget": "tlora-t3s3-v1",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"displayName": "LILYGO T-LoRa T3-S3",
|
||||
"supportLevel": 1,
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
],
|
||||
"images": [
|
||||
"tlora-t3s3-v1.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 16,
|
||||
"hwModelSlug": "TLORA_T3_S3",
|
||||
"platformioTarget": "tlora-t3s3-epaper",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "LILYGO T-LoRa T3-S3 E-Ink",
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
],
|
||||
"images": [
|
||||
"tlora-t3s3-epaper.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 17,
|
||||
"hwModelSlug": "NANO_G1_EXPLORER",
|
||||
"platformioTarget": "nano-g1-explorer",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "Nano G1 Explorer",
|
||||
"tags": [
|
||||
"B&Q"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 18,
|
||||
"hwModelSlug": "NANO_G2_ULTRA",
|
||||
"platformioTarget": "nano-g2-ultra",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 2,
|
||||
"displayName": "Nano G2 Ultra",
|
||||
"tags": [
|
||||
"B&Q"
|
||||
],
|
||||
"requiresDfu": true,
|
||||
"images": [
|
||||
"nano-g2-ultra.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 21,
|
||||
"hwModelSlug": "WIO_WM1110",
|
||||
"platformioTarget": "wio-tracker-wm1110",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Seeed Wio WM1110 Tracker",
|
||||
"tags": [
|
||||
"Seeed"
|
||||
],
|
||||
"images": [
|
||||
"wio-tracker-wm1110.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 25,
|
||||
"hwModelSlug": "STATION_G1",
|
||||
"platformioTarget": "station-g1",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "Station G1",
|
||||
"tags": [
|
||||
"B&Q"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 26,
|
||||
"hwModelSlug": "RAK11310",
|
||||
"platformioTarget": "rak11310",
|
||||
"architecture": "rp2040",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 2,
|
||||
"displayName": "RAK WisBlock 11310",
|
||||
"tags": [
|
||||
"RAK"
|
||||
],
|
||||
"images": [
|
||||
"rak11310.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 29,
|
||||
"hwModelSlug": "CANARYONE",
|
||||
"platformioTarget": "canaryone",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "Canary One",
|
||||
"tags": [
|
||||
"Canary"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 30,
|
||||
"hwModelSlug": "RP2040_LORA",
|
||||
"platformioTarget": "rp2040-lora",
|
||||
"architecture": "rp2040",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 2,
|
||||
"displayName": "RP2040 LoRa",
|
||||
"tags": [
|
||||
"Waveshare"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 31,
|
||||
"hwModelSlug": "STATION_G2",
|
||||
"platformioTarget": "station-g2",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 2,
|
||||
"displayName": "Station G2",
|
||||
"tags": [
|
||||
"B&Q"
|
||||
],
|
||||
"requiresDfu": true,
|
||||
"images": [
|
||||
"station-g2.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 39,
|
||||
"hwModelSlug": "DIY_V1",
|
||||
"platformioTarget": "meshtastic-diy-v1",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "DIY V1",
|
||||
"tags": [
|
||||
"DIY"
|
||||
],
|
||||
"images": [
|
||||
"diy.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 39,
|
||||
"hwModelSlug": "HYDRA",
|
||||
"platformioTarget": "hydra",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "Hydra",
|
||||
"tags": [
|
||||
"DIY"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 41,
|
||||
"hwModelSlug": "DR_DEV",
|
||||
"platformioTarget": "meshtastic-dr-dev",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": false,
|
||||
"displayName": "DR-DEV",
|
||||
"tags": [
|
||||
"DIY"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 42,
|
||||
"hwModelSlug": "M5STACK",
|
||||
"platformioTarget": "m5stack-core",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "M5 Stack",
|
||||
"tags": [
|
||||
"M5Stack"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 43,
|
||||
"hwModelSlug": "HELTEC_V3",
|
||||
"platformioTarget": "heltec-v3",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Heltec V3",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
],
|
||||
"images": [
|
||||
"heltec-v3.svg",
|
||||
"heltec-v3-case.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 44,
|
||||
"hwModelSlug": "HELTEC_WSL_V3",
|
||||
"platformioTarget": "heltec-wsl-v3",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Heltec Wireless Stick Lite V3",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
],
|
||||
"images": [
|
||||
"heltec-wsl-v3.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 47,
|
||||
"hwModelSlug": "RPI_PICO",
|
||||
"platformioTarget": "pico",
|
||||
"architecture": "rp2040",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "Raspberry Pi Pico",
|
||||
"tags": [
|
||||
"RPi",
|
||||
"DIY"
|
||||
],
|
||||
"requiresDfu": true,
|
||||
"images": [
|
||||
"pico.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 47,
|
||||
"hwModelSlug": "RPI_PICO",
|
||||
"platformioTarget": "picow",
|
||||
"architecture": "rp2040",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "Raspberry Pi Pico W",
|
||||
"tags": [
|
||||
"RPi",
|
||||
"DIY"
|
||||
],
|
||||
"requiresDfu": true,
|
||||
"images": [
|
||||
"rpipicow.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 48,
|
||||
"hwModelSlug": "HELTEC_WIRELESS_TRACKER",
|
||||
"platformioTarget": "heltec-wireless-tracker",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Heltec Wireless Tracker V1.1",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
],
|
||||
"images": [
|
||||
"heltec-wireless-tracker.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 58,
|
||||
"hwModelSlug": "HELTEC_WIRELESS_TRACKER_V1_0",
|
||||
"platformioTarget": "heltec-wireless-tracker-V1-0",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": false,
|
||||
"supportLevel": 3,
|
||||
"displayName": "Heltec Wireless Tracker V1.0",
|
||||
"images": [
|
||||
"heltec-wireless-tracker.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 49,
|
||||
"hwModelSlug": "HELTEC_WIRELESS_PAPER",
|
||||
"platformioTarget": "heltec-wireless-paper",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Heltec Wireless Paper",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
],
|
||||
"images": [
|
||||
"heltec-wireless-paper.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 50,
|
||||
"hwModelSlug": "T_DECK",
|
||||
"platformioTarget": "t-deck",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "LILYGO T-Deck",
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
],
|
||||
"images": [
|
||||
"t-deck.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 51,
|
||||
"hwModelSlug": "T_WATCH_S3",
|
||||
"platformioTarget": "t-watch-s3",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "LILYGO T-Watch S3",
|
||||
"tags": [
|
||||
"LilyGo"
|
||||
],
|
||||
"images": [
|
||||
"t-watch-s3.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 52,
|
||||
"hwModelSlug": "PICOMPUTER_S3",
|
||||
"platformioTarget": "picomputer-s3",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "Pi Computer S3"
|
||||
},
|
||||
{
|
||||
"hwModel": 53,
|
||||
"hwModelSlug": "HELTEC_HT62",
|
||||
"platformioTarget": "heltec-ht62-esp32c3-sx1262",
|
||||
"architecture": "esp32-c3",
|
||||
"supportLevel": 1,
|
||||
"activelySupported": true,
|
||||
"displayName": "Heltec HT62",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
],
|
||||
"images": [
|
||||
"heltec-ht62-esp32c3-sx1262.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 57,
|
||||
"hwModelSlug": "HELTEC_WIRELESS_PAPER_V1_0",
|
||||
"platformioTarget": "heltec-wireless-paper-v1_0",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": false,
|
||||
"supportLevel": 3,
|
||||
"tags": [
|
||||
"Heltec"
|
||||
],
|
||||
"displayName": "Heltec Wireless Paper V1.0",
|
||||
"images": [
|
||||
"heltec-wireless-paper-v1_0.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 59,
|
||||
"hwModelSlug": "UNPHONE",
|
||||
"platformioTarget": "unphone",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "unPhone",
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 48,
|
||||
"hwModelSlug": "HELTEC_WIRELESS_TRACKER",
|
||||
"platformioTarget": "tracksenger",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "TrackSenger (small TFT)",
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 48,
|
||||
"hwModelSlug": "HELTEC_WIRELESS_TRACKER",
|
||||
"platformioTarget": "tracksenger-lcd",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "TrackSenger (big TFT)",
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 48,
|
||||
"hwModelSlug": "HELTEC_WIRELESS_TRACKER",
|
||||
"platformioTarget": "tracksenger-oled",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "TrackSenger (big OLED)"
|
||||
},
|
||||
{
|
||||
"hwModel": 61,
|
||||
"hwModelSlug": "CDEBYTE_EORA_S3",
|
||||
"platformioTarget": "CDEBYTE_EoRa-S3",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 3,
|
||||
"displayName": "EBYTE EoRa-S3",
|
||||
"tags": [
|
||||
"EByte"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 64,
|
||||
"hwModelSlug": "RADIOMASTER_900_BANDIT_NANO",
|
||||
"platformioTarget": "radiomaster_900_bandit_nano",
|
||||
"architecture": "esp32",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 2,
|
||||
"displayName": "RadioMaster 900 Bandit Nano",
|
||||
"tags": [
|
||||
"RadioMaster"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 66,
|
||||
"hwModelSlug": "HELTEC_VISION_MASTER_T190",
|
||||
"platformioTarget": "heltec-vision-master-t190",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Heltec Vision Master T190",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
],
|
||||
"images": [
|
||||
"heltec-vision-master-t190.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 67,
|
||||
"hwModelSlug": "HELTEC_VISION_MASTER_E213",
|
||||
"platformioTarget": "heltec-vision-master-e213",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Heltec Vision Master E213",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
],
|
||||
"images": [
|
||||
"heltec-vision-master-e213.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 68,
|
||||
"hwModelSlug": "HELTEC_VISION_MASTER_E290",
|
||||
"platformioTarget": "heltec-vision-master-e290",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Heltec Vision Master E290",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
],
|
||||
"images": [
|
||||
"heltec-vision-master-e290.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 69,
|
||||
"hwModelSlug": "HELTEC_MESH_NODE_T114",
|
||||
"platformioTarget": "heltec-mesh-node-t114",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Heltec Mesh Node T114",
|
||||
"tags": [
|
||||
"Heltec"
|
||||
],
|
||||
"images": [
|
||||
"heltec-mesh-node-t114.svg",
|
||||
"heltec-mesh-node-t114-case.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 70,
|
||||
"hwModelSlug": "SENSECAP_INDICATOR",
|
||||
"platformioTarget": "seeed-sensecap-indicator",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Seeed SenseCAP Indicator",
|
||||
"tags": [
|
||||
"Seeed"
|
||||
],
|
||||
"images": [
|
||||
"seeed-sensecap-indicator.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"hwModel": 71,
|
||||
"hwModelSlug": "TRACKER_T1000_E",
|
||||
"platformioTarget": "tracker-t1000-e",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Seeed Card Tracker T1000-E",
|
||||
"tags": [
|
||||
"Seeed"
|
||||
],
|
||||
"images": [
|
||||
"tracker-t1000-e.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 72,
|
||||
"hwModelSlug": "Seeed_XIAO_S3",
|
||||
"platformioTarget": "seeed-xiao-s3",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "Seeed Xiao ESP32-S3",
|
||||
"tags": [
|
||||
"Seeed"
|
||||
],
|
||||
"images": [
|
||||
"seeed-xiao-s3.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
},
|
||||
{
|
||||
"hwModel": 84,
|
||||
"hwModelSlug": "WISMESH_TAP",
|
||||
"platformioTarget": "rak_wismeshtap",
|
||||
"architecture": "nrf52840",
|
||||
"activelySupported": false,
|
||||
"supportLevel": 1,
|
||||
"displayName": "RAK WisMesh Tap",
|
||||
"tags": [
|
||||
"RAK"
|
||||
],
|
||||
"images": [
|
||||
"rak-wismeshtap.svg"
|
||||
],
|
||||
"requiresDfu": true
|
||||
}
|
||||
]
|
|
@ -0,0 +1,17 @@
|
|||
package com.geeksville.mesh.model
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
data class DeviceHardware(
|
||||
val hwModel: Int,
|
||||
val hwModelSlug: String,
|
||||
val platformioTarget: String,
|
||||
val architecture: String,
|
||||
val activelySupported: Boolean,
|
||||
val supportLevel: Int? = null,
|
||||
val displayName: String,
|
||||
val tags: List<String>? = listOf(),
|
||||
val images: List<String>? = listOf(),
|
||||
val requiresDfu: Boolean? = null
|
||||
)
|
|
@ -20,6 +20,7 @@ package com.geeksville.mesh.model
|
|||
import android.app.Application
|
||||
import android.content.SharedPreferences
|
||||
import android.net.Uri
|
||||
import androidx.annotation.DrawableRes
|
||||
import androidx.annotation.StringRes
|
||||
import androidx.compose.ui.unit.Dp
|
||||
import androidx.compose.ui.unit.dp
|
||||
|
@ -29,6 +30,7 @@ import androidx.lifecycle.viewModelScope
|
|||
import androidx.navigation.toRoute
|
||||
import com.geeksville.mesh.ConfigProtos.Config.DisplayConfig.DisplayUnits
|
||||
import com.geeksville.mesh.CoroutineDispatchers
|
||||
import com.geeksville.mesh.MeshProtos.HardwareModel
|
||||
import com.geeksville.mesh.MeshProtos.MeshPacket
|
||||
import com.geeksville.mesh.MeshProtos.Position
|
||||
import com.geeksville.mesh.Portnums.PortNum
|
||||
|
@ -56,9 +58,11 @@ import kotlinx.coroutines.flow.toList
|
|||
import kotlinx.coroutines.flow.update
|
||||
import kotlinx.coroutines.launch
|
||||
import kotlinx.coroutines.withContext
|
||||
import kotlinx.serialization.json.Json
|
||||
import java.io.BufferedWriter
|
||||
import java.io.FileNotFoundException
|
||||
import java.io.FileWriter
|
||||
import java.io.IOException
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
@ -75,6 +79,8 @@ data class MetricsState(
|
|||
val tracerouteRequests: List<MeshLog> = emptyList(),
|
||||
val tracerouteResults: List<MeshPacket> = emptyList(),
|
||||
val positionLogs: List<Position> = emptyList(),
|
||||
val deviceHardware: DeviceHardware? = null,
|
||||
@DrawableRes val deviceImageRes: Int = R.drawable.hw_unknown,
|
||||
) {
|
||||
fun hasDeviceMetrics() = deviceMetrics.isNotEmpty()
|
||||
fun hasEnvironmentMetrics() = environmentMetrics.isNotEmpty()
|
||||
|
@ -212,7 +218,17 @@ class MetricsViewModel @Inject constructor(
|
|||
radioConfigRepository.nodeDBbyNum
|
||||
.mapLatest { nodes -> nodes[destNum] }
|
||||
.distinctUntilChanged()
|
||||
.onEach { node -> _state.update { state -> state.copy(node = node) } }
|
||||
.onEach { node ->
|
||||
_state.update { state -> state.copy(node = node) }
|
||||
node?.user?.hwModel?.let { hwModel ->
|
||||
_state.update { state ->
|
||||
state.copy(
|
||||
deviceHardware = getDeviceHardwareFromHardwareModel(hwModel),
|
||||
deviceImageRes = getDeviceVectorImageFromHardwareModel(hwModel)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
.launchIn(viewModelScope)
|
||||
|
||||
radioConfigRepository.deviceProfileFlow.onEach { profile ->
|
||||
|
@ -316,4 +332,59 @@ class MetricsViewModel @Inject constructor(
|
|||
errormsg("Can't write file error: ${ex.message}")
|
||||
}
|
||||
}
|
||||
|
||||
private var deviceHardwareList: List<DeviceHardware> = listOf()
|
||||
private fun getDeviceHardwareFromHardwareModel(
|
||||
hwModel: HardwareModel
|
||||
): DeviceHardware? {
|
||||
if (deviceHardwareList.isEmpty()) {
|
||||
try {
|
||||
val json =
|
||||
app.assets.open("device_hardware.json").bufferedReader().use { it.readText() }
|
||||
deviceHardwareList = Json.decodeFromString<List<DeviceHardware>>(json)
|
||||
} catch (ex: IOException) {
|
||||
errormsg("Can't read device_hardware.json error: ${ex.message}")
|
||||
}
|
||||
}
|
||||
return deviceHardwareList.find { it.hwModel == hwModel.number }
|
||||
}
|
||||
|
||||
@Suppress("CyclomaticComplexMethod")
|
||||
private fun getDeviceVectorImageFromHardwareModel(hwModel: HardwareModel): Int {
|
||||
return when (hwModel) {
|
||||
HardwareModel.DIY_V1 -> R.drawable.hw_diy
|
||||
HardwareModel.HELTEC_HT62 -> R.drawable.hw_heltec_ht62_esp32c3_sx1262
|
||||
HardwareModel.HELTEC_MESH_NODE_T114 -> R.drawable.hw_heltec_mesh_node_t114
|
||||
HardwareModel.HELTEC_V3 -> R.drawable.hw_heltec_v3
|
||||
HardwareModel.HELTEC_VISION_MASTER_E213 -> R.drawable.hw_heltec_vision_master_e213
|
||||
HardwareModel.HELTEC_VISION_MASTER_E290 -> R.drawable.hw_heltec_vision_master_e290
|
||||
HardwareModel.HELTEC_VISION_MASTER_T190 -> R.drawable.hw_heltec_vision_master_t190
|
||||
HardwareModel.HELTEC_WIRELESS_PAPER -> R.drawable.hw_heltec_wireless_paper
|
||||
HardwareModel.HELTEC_WIRELESS_TRACKER -> R.drawable.hw_heltec_wireless_tracker
|
||||
HardwareModel.HELTEC_WIRELESS_TRACKER_V1_0 -> R.drawable.hw_heltec_wireless_tracker_v1_0
|
||||
HardwareModel.HELTEC_WSL_V3 -> R.drawable.hw_heltec_wsl_v3
|
||||
HardwareModel.NANO_G2_ULTRA -> R.drawable.hw_nano_g2_ultra
|
||||
HardwareModel.RPI_PICO -> R.drawable.hw_pico
|
||||
HardwareModel.NRF52_PROMICRO_DIY -> R.drawable.hw_promicro
|
||||
HardwareModel.RAK11310 -> R.drawable.hw_rak11310
|
||||
HardwareModel.RAK4631 -> R.drawable.hw_rak4631
|
||||
HardwareModel.RPI_PICO2 -> R.drawable.hw_rpipicow
|
||||
HardwareModel.SENSECAP_INDICATOR -> R.drawable.hw_seeed_sensecap_indicator
|
||||
HardwareModel.SEEED_XIAO_S3 -> R.drawable.hw_seeed_xiao_s3
|
||||
HardwareModel.STATION_G2 -> R.drawable.hw_station_g2
|
||||
HardwareModel.T_DECK -> R.drawable.hw_t_deck
|
||||
HardwareModel.T_ECHO -> R.drawable.hw_t_echo
|
||||
HardwareModel.T_WATCH_S3 -> R.drawable.hw_t_watch_s3
|
||||
HardwareModel.TBEAM -> R.drawable.hw_tbeam
|
||||
HardwareModel.LILYGO_TBEAM_S3_CORE -> R.drawable.hw_tbeam_s3_core
|
||||
HardwareModel.TLORA_C6 -> R.drawable.hw_tlora_c6
|
||||
HardwareModel.TLORA_T3_S3 -> R.drawable.hw_tlora_t3s3_v1
|
||||
HardwareModel.TLORA_V2_1_1P6 -> R.drawable.hw_tlora_v2_1_1_6
|
||||
HardwareModel.TLORA_V2_1_1P8 -> R.drawable.hw_tlora_v2_1_1_8
|
||||
HardwareModel.TRACKER_T1000_E -> R.drawable.hw_tracker_t1000_e
|
||||
HardwareModel.WIO_WM1110 -> R.drawable.hw_wio_tracker_wm1110
|
||||
HardwareModel.WISMESH_TAP -> R.drawable.hw_rak_wismeshtap
|
||||
else -> R.drawable.hw_unknown
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,10 +15,12 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
@file:Suppress("TooManyFunctions")
|
||||
@file:Suppress("TooManyFunctions", "LongMethod")
|
||||
|
||||
package com.geeksville.mesh.ui
|
||||
|
||||
import androidx.compose.foundation.Image
|
||||
import androidx.compose.foundation.background
|
||||
import androidx.compose.foundation.layout.Arrangement
|
||||
import androidx.compose.foundation.layout.Box
|
||||
import androidx.compose.foundation.layout.Column
|
||||
|
@ -36,6 +38,7 @@ import androidx.compose.foundation.layout.size
|
|||
import androidx.compose.foundation.layout.width
|
||||
import androidx.compose.foundation.layout.widthIn
|
||||
import androidx.compose.foundation.lazy.LazyColumn
|
||||
import androidx.compose.foundation.shape.CircleShape
|
||||
import androidx.compose.foundation.shape.RoundedCornerShape
|
||||
import androidx.compose.material.Card
|
||||
import androidx.compose.material.CircularProgressIndicator
|
||||
|
@ -64,6 +67,7 @@ import androidx.compose.material.icons.filled.Settings
|
|||
import androidx.compose.material.icons.filled.SignalCellularAlt
|
||||
import androidx.compose.material.icons.filled.Speed
|
||||
import androidx.compose.material.icons.filled.Thermostat
|
||||
import androidx.compose.material.icons.filled.Verified
|
||||
import androidx.compose.material.icons.filled.WaterDrop
|
||||
import androidx.compose.material.icons.filled.Work
|
||||
import androidx.compose.material.icons.outlined.Navigation
|
||||
|
@ -71,6 +75,7 @@ import androidx.compose.runtime.Composable
|
|||
import androidx.compose.runtime.getValue
|
||||
import androidx.compose.ui.Alignment
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.draw.clip
|
||||
import androidx.compose.ui.draw.rotate
|
||||
import androidx.compose.ui.graphics.Color
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
|
@ -98,8 +103,8 @@ import kotlin.math.ln
|
|||
|
||||
@Composable
|
||||
fun NodeDetailScreen(
|
||||
viewModel: MetricsViewModel = hiltViewModel(),
|
||||
modifier: Modifier = Modifier,
|
||||
viewModel: MetricsViewModel = hiltViewModel(),
|
||||
onNavigate: (Any) -> Unit,
|
||||
) {
|
||||
val state by viewModel.state.collectAsStateWithLifecycle()
|
||||
|
@ -124,15 +129,20 @@ fun NodeDetailScreen(
|
|||
|
||||
@Composable
|
||||
private fun NodeDetailList(
|
||||
modifier: Modifier = Modifier,
|
||||
node: NodeEntity,
|
||||
metricsState: MetricsState,
|
||||
modifier: Modifier = Modifier,
|
||||
onNavigate: (Any) -> Unit = {},
|
||||
) {
|
||||
LazyColumn(
|
||||
modifier = modifier.fillMaxSize(),
|
||||
contentPadding = PaddingValues(horizontal = 16.dp),
|
||||
) {
|
||||
item {
|
||||
PreferenceCategory("Device") {
|
||||
DeviceDetailsContent(metricsState)
|
||||
}
|
||||
}
|
||||
item {
|
||||
PreferenceCategory("Details") {
|
||||
NodeDetailsContent(node)
|
||||
|
@ -176,7 +186,12 @@ private fun NodeDetailList(
|
|||
}
|
||||
|
||||
@Composable
|
||||
private fun NodeDetailRow(label: String, icon: ImageVector, value: String) {
|
||||
private fun NodeDetailRow(
|
||||
label: String,
|
||||
icon: ImageVector,
|
||||
value: String,
|
||||
iconTint: Color = MaterialTheme.colors.onSurface
|
||||
) {
|
||||
Row(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
|
@ -186,7 +201,8 @@ private fun NodeDetailRow(label: String, icon: ImageVector, value: String) {
|
|||
Icon(
|
||||
imageVector = icon,
|
||||
contentDescription = label,
|
||||
modifier = Modifier.size(24.dp)
|
||||
modifier = Modifier.size(24.dp),
|
||||
tint = iconTint
|
||||
)
|
||||
Spacer(modifier = Modifier.width(8.dp))
|
||||
Text(label)
|
||||
|
@ -196,7 +212,50 @@ private fun NodeDetailRow(label: String, icon: ImageVector, value: String) {
|
|||
}
|
||||
|
||||
@Composable
|
||||
private fun NodeDetailsContent(node: NodeEntity) {
|
||||
private fun DeviceDetailsContent(
|
||||
state: MetricsState,
|
||||
) {
|
||||
val node = state.node ?: return
|
||||
val deviceHardware = state.deviceHardware ?: return
|
||||
val deviceImageRes = state.deviceImageRes
|
||||
val hwModelName = deviceHardware.displayName
|
||||
val isSupported = deviceHardware.activelySupported
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.size(100.dp)
|
||||
.padding(4.dp)
|
||||
.clip(CircleShape)
|
||||
.background(
|
||||
color = Color(node.colors.second).copy(alpha = .5f),
|
||||
shape = CircleShape
|
||||
),
|
||||
contentAlignment = Alignment.Center
|
||||
) {
|
||||
Image(
|
||||
modifier = Modifier.padding(16.dp),
|
||||
imageVector = ImageVector.vectorResource(deviceImageRes),
|
||||
contentDescription = hwModelName,
|
||||
)
|
||||
}
|
||||
NodeDetailRow(
|
||||
label = "Hardware",
|
||||
icon = Icons.Default.Router,
|
||||
value = hwModelName
|
||||
)
|
||||
if (isSupported) {
|
||||
NodeDetailRow(
|
||||
label = "Supported",
|
||||
icon = Icons.Default.Verified,
|
||||
value = "",
|
||||
iconTint = Color.Green
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@Composable
|
||||
private fun NodeDetailsContent(
|
||||
node: NodeEntity,
|
||||
) {
|
||||
if (node.mismatchKey) {
|
||||
Row(verticalAlignment = Alignment.CenterVertically) {
|
||||
Icon(
|
||||
|
@ -232,11 +291,6 @@ private fun NodeDetailsContent(node: NodeEntity) {
|
|||
icon = Icons.Default.Work,
|
||||
value = node.user.role.name
|
||||
)
|
||||
NodeDetailRow(
|
||||
label = "Hardware",
|
||||
icon = Icons.Default.Router,
|
||||
value = node.user.hwModel.name
|
||||
)
|
||||
if (node.deviceMetrics.uptimeSeconds > 0) {
|
||||
NodeDetailRow(
|
||||
label = "Uptime",
|
||||
|
@ -541,6 +595,9 @@ private fun NodeDetailsPreview(
|
|||
node: NodeEntity
|
||||
) {
|
||||
AppTheme {
|
||||
NodeDetailList(node, MetricsState.Empty)
|
||||
NodeDetailList(
|
||||
node = node,
|
||||
metricsState = MetricsState.Empty,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
|
@ -0,0 +1,277 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1000.1dp"
|
||||
android:height="433.4dp"
|
||||
android:viewportWidth="1000.1"
|
||||
android:viewportHeight="433.4">
|
||||
<path
|
||||
android:pathData="M51.6,8.3h907.3a0,0 0,0 1,0 0v415.1a0,0 0,0 1,0 0L51.6,423.4a32.5,32.5 0,0 1,-32.5 -32.5v-350A32.5,32.5 0,0 1,51.6 8.3Z"
|
||||
android:fillColor="#8e8d8e"/>
|
||||
<path
|
||||
android:pathData="M860.3,220v82.4a8.4,8.4 0,0 0,8.4 8.4h75.4a18.6,18.6 0,0 1,18.6 18.6v82.2a20.8,20.8 0,0 1,-20.8 20.8h-37.1a15,15 0,0 1,-15 -15v-40.5a23.5,23.5 0,0 0,-23.5 -23.5h-22.3a4.6,4.6 0,0 0,-4.6 4.6h0a4.6,4.6 0,0 0,4.6 4.6h22.3a15.2,15.2 0,0 1,15.2 15.2L881.6,415.3a17.1,17.1 0,0 1,-17.1 17.1L46.4,432.4a45.5,45.5 0,0 1,-45.3 -42h37.4a57.2,57.2 0,0 0,57.2 -57.2L95.6,99a57.2,57.2 0,0 0,-57.2 -57.2L1.1,41.7A45.5,45.5 0,0 1,46.4 1h818.2a17.1,17.1 0,0 1,17.1 17.1v37.5a15.2,15.2 0,0 1,-15.2 15.2h-22.3a4.6,4.6 0,0 0,-4.6 4.6h0a4.6,4.6 0,0 0,4.6 4.6h22.3a23.5,23.5 0,0 0,23.5 -23.5L889.9,15.9a15,15 0,0 1,15 -15h37.1a20.8,20.8 0,0 1,20.8 20.8v82.2a18.6,18.6 0,0 1,-18.6 18.6h-75.4a8.4,8.4 0,0 0,-8.4 8.4v89Z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M860.3,131.7h130.9a8,8 0,0 1,8 8v155.4a8,8 0,0 1,-8 8L860.3,303.1a0,0 0,0 1,0 0L860.3,131.7A0,0 0,0 1,860.3 131.7Z"
|
||||
android:fillColor="#ddd"/>
|
||||
<path
|
||||
android:pathData="M902,171.7h10v22.4h-10z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M902,238.1h10v22.4h-10z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M860.4,235.9h23.6v34.2h-23.6z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M860.4,164.4h23.6v34.2h-23.6z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M95.7,99v234.2a57.2,57.2 0,0 1,-57.2 57.2L19.1,390.4L19.1,41.7h19.4A57.2,57.2 0,0 1,95.7 99Z"
|
||||
android:fillColor="#383839"/>
|
||||
<path
|
||||
android:pathData="M225.6,51.5h158.2v330.4h-158.2z"
|
||||
android:fillColor="#383839"/>
|
||||
<path
|
||||
android:pathData="M69.6,381.2v-26.5a1.3,1.3 0,0 0,-1.3 -1.3L37.6,353.3a1.3,1.3 0,0 0,-1.3 1.3v35.7a43.9,43.9 0,0 0,15.1 -1.5C58.8,386.7 69.6,381.2 69.6,381.2Z"
|
||||
android:fillColor="#599cbd"/>
|
||||
<path
|
||||
android:pathData="M36.3,390.4v-35.7a1.3,1.3 0,0 1,1.3 -1.3h30.7a1.3,1.3 0,0 1,1.3 1.3v26.5"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M25.9,71.8h3.6a0,0 0,0 1,0 0v38.2a0,0 0,0 1,0 0h-3.6a3,3 0,0 1,-3 -3L22.9,74.7A3,3 0,0 1,25.9 71.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M1,390.4h37.4a57.2,57.2 0,0 0,57.2 -57.2L95.7,99a57.2,57.2 0,0 0,-57.2 -57.2L1.1,41.7"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M19.1,41.7L19.1,390.4"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M860.3,213.4L860.3,131a8.4,8.4 0,0 1,8.4 -8.4h75.4a18.6,18.6 0,0 0,18.6 -18.6L962.8,21.8a20.8,20.8 0,0 0,-20.8 -20.8h-37.1a15,15 0,0 0,-15 15v40.5a23.5,23.5 0,0 1,-23.5 23.5h-22.3a4.6,4.6 0,0 1,-4.6 -4.6h0a4.6,4.6 0,0 1,4.6 -4.6h22.3a15.2,15.2 0,0 0,15.2 -15.2L881.6,18.1a17.1,17.1 0,0 0,-17.1 -17.1L46.4,1a45.5,45.5 0,0 0,-45.2 40.7"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M860.3,220v82.4a8.4,8.4 0,0 0,8.4 8.4h75.4a18.6,18.6 0,0 1,18.6 18.6v82.2a20.8,20.8 0,0 1,-20.8 20.8h-37.1a15,15 0,0 1,-15 -15v-40.5a23.5,23.5 0,0 0,-23.5 -23.5h-22.3a4.6,4.6 0,0 0,-4.6 4.6h0a4.6,4.6 0,0 0,4.6 4.6h22.3a15.2,15.2 0,0 1,15.2 15.2L881.6,415.3a17.1,17.1 0,0 1,-17.1 17.1L46.4,432.4a45.5,45.5 0,0 1,-45.3 -42"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M116.3,216.1L116.3,96.5a6.2,6.2 0,0 1,6.2 -6.2h87.5A10.5,10.5 0,0 0,220.4 79.8v-28a7.1,7.1 0,0 1,7.1 -7.1L331.2,44.7A14.5,14.5 0,0 0,341.4 40.6l23.2,-22.5a15.9,15.9 0,0 1,11.1 -4.5h273.8a16,16 0,0 1,11.7 5.1l19.7,21.3a14.6,14.6 0,0 0,10.7 4.7h122.4a5.8,5.8 0,0 1,5.9 5.8v331.5a5.9,5.9 0,0 1,-5.9 5.9L227.5,388a7.1,7.1 0,0 1,-7.1 -7.1v-74A10.5,10.5 0,0 0,209.9 296.3L122.4,296.3a6.2,6.2 0,0 1,-6.2 -6.2L116.3,216.6"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M510,410.8m-15.9,0a15.9,15.9 0,1 1,31.9 0a15.9,15.9 0,1 1,-31.9 0"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M845.2,399.5m-15.9,0a15.9,15.9 0,1 1,31.9 0a15.9,15.9 0,1 1,-31.9 0"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M845.2,36.2m-15.9,0a15.9,15.9 0,1 1,31.9 0a15.9,15.9 0,1 1,-31.9 0"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M925.2,344.1L925.2,344.1A21.6,21.6 0,0 1,946.8 365.7L946.8,386A21.6,21.6 0,0 1,925.2 407.6L925.2,407.6A21.6,21.6 0,0 1,903.6 386L903.6,365.7A21.6,21.6 0,0 1,925.2 344.1z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M925.2,30.8L925.2,30.8A21.6,21.6 0,0 1,946.8 52.3L946.8,72.6A21.6,21.6 0,0 1,925.2 94.2L925.2,94.2A21.6,21.6 0,0 1,903.6 72.6L903.6,52.3A21.6,21.6 0,0 1,925.2 30.8z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M860.3,131.7h130.9a8,8 0,0 1,8 8v155.4a8,8 0,0 1,-8 8L860.3,303.1a0,0 0,0 1,0 0L860.3,131.7A0,0 0,0 1,860.3 131.7Z"
|
||||
android:strokeWidth="1.67"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M902,171.7h10v22.4h-10z"
|
||||
android:strokeWidth="1.67"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M902,238.1h10v22.4h-10z"
|
||||
android:strokeWidth="1.67"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M860.4,235.9h23.6v34.2h-23.6z"
|
||||
android:strokeWidth="1.67"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M860.4,164.4h23.6v34.2h-23.6z"
|
||||
android:strokeWidth="1.67"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M958.8,115.4L958.8,131.7"
|
||||
android:strokeWidth="1.67"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M958.8,303.2L958.8,318"
|
||||
android:strokeWidth="1.67"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M878.7,8.4L891.6,8.4"
|
||||
android:strokeWidth="1.67"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M879.6,423.5L891.6,423.5"
|
||||
android:strokeWidth="1.67"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M32.3,66.3L75.8,66.3A2.8,2.8 0,0 1,78.6 69.1L78.6,112.6A2.8,2.8 0,0 1,75.8 115.4L32.3,115.4A2.8,2.8 0,0 1,29.5 112.6L29.5,69.1A2.8,2.8 0,0 1,32.3 66.3z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M32.3,66.3L75.8,66.3A2.8,2.8 0,0 1,78.6 69.1L78.6,112.6A2.8,2.8 0,0 1,75.8 115.4L32.3,115.4A2.8,2.8 0,0 1,29.5 112.6L29.5,69.1A2.8,2.8 0,0 1,32.3 66.3z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M54,90.9m-9.6,0a9.6,9.6 0,1 1,19.3 0a9.6,9.6 0,1 1,-19.3 0"
|
||||
android:fillColor="#eecc42"/>
|
||||
<path
|
||||
android:pathData="M54,90.9m-19.1,0a19.1,19.1 0,1 1,38.2 0a19.1,19.1 0,1 1,-38.2 0"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#eecc42"/>
|
||||
<path
|
||||
android:pathData="M25.9,71.8h3.6a0,0 0,0 1,0 0v38.2a0,0 0,0 1,0 0h-3.6a3,3 0,0 1,-3 -3L22.9,74.7A3,3 0,0 1,25.9 71.8Z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M82.2,110l-3.6,-0a0,0 0,0 1,-0 -0l-0,-38.2a0,0 0,0 1,-0 -0l3.6,-0a3,3 0,0 1,3 3L85.2,107A3,3 0,0 1,82.2 110Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M82.2,110l-3.6,-0a0,0 0,0 1,-0 -0l-0,-38.2a0,0 0,0 1,-0 -0l3.6,-0a3,3 0,0 1,3 3L85.2,107A3,3 0,0 1,82.2 110Z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M23.7,195.4L53.3,195.4A0.8,0.8 0,0 1,54 196.2L54,212.6A0.8,0.8 0,0 1,53.3 213.4L23.7,213.4A0.8,0.8 0,0 1,22.9 212.6L22.9,196.2A0.8,0.8 0,0 1,23.7 195.4z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M23.7,220L53.3,220A0.8,0.8 0,0 1,54 220.8L54,237.2A0.8,0.8 0,0 1,53.3 238L23.7,238A0.8,0.8 0,0 1,22.9 237.2L22.9,220.8A0.8,0.8 0,0 1,23.7 220z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M74,213.3h-2L72,196.3h2ZM82.7,205.7L72.9,205.7v-1.9h9.7ZM84,213.3h-2L82,196.3h2Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M66.7,213.3h-9.5L57.2,211.3h9.5ZM66.7,205.5h-8.2v-1.9h8.2ZM67.8,213.3h-2L65.8,196.3h2Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M82.8,223.3h-9.7L73.1,221.3h9.7ZM84,238.3h-2L82,221.3h2Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M69.2,238.3h-9.5L59.7,236.3h9.5ZM69.2,230.5h-8.2v-1.9h8.2ZM70.3,238.3h-2L68.3,221.3h2Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M29.1,224.1L32.6,224.1A1,1 0,0 1,33.6 225.2L33.6,232.8A1,1 0,0 1,32.6 233.8L29.1,233.8A1,1 0,0 1,28.1 232.8L28.1,225.2A1,1 0,0 1,29.1 224.1z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M44.4,224.1L47.9,224.1A1,1 0,0 1,48.9 225.2L48.9,232.8A1,1 0,0 1,47.9 233.8L44.4,233.8A1,1 0,0 1,43.4 232.8L43.4,225.2A1,1 0,0 1,44.4 224.1z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M29.1,199.6L32.6,199.6A1,1 0,0 1,33.6 200.6L33.6,208.2A1,1 0,0 1,32.6 209.3L29.1,209.3A1,1 0,0 1,28.1 208.2L28.1,200.6A1,1 0,0 1,29.1 199.6z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M55.1,147.5L58.6,147.5A1,1 0,0 1,59.6 148.6L59.6,156.1A1,1 0,0 1,58.6 157.2L55.1,157.2A1,1 0,0 1,54 156.1L54,148.6A1,1 0,0 1,55.1 147.5z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M81.5,147.5L85,147.5A1,1 0,0 1,86.1 148.6L86.1,156.1A1,1 0,0 1,85 157.2L81.5,157.2A1,1 0,0 1,80.5 156.1L80.5,148.6A1,1 0,0 1,81.5 147.5z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M44.4,199.6L47.9,199.6A1,1 0,0 1,48.9 200.6L48.9,208.2A1,1 0,0 1,47.9 209.3L44.4,209.3A1,1 0,0 1,43.4 208.2L43.4,200.6A1,1 0,0 1,44.4 199.6z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M49.6,148v-5.5a1.4,1.4 0,0 1,1.4 -1.4L88.1,141.1a1.4,1.4 0,0 1,1.4 1.4v5.5"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M63.3,157.2v5.6a1.4,1.4 0,0 1,-1.4 1.4L51,164.2a1.4,1.4 0,0 1,-1.4 -1.4v-5.6"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M46.3,323.8L43.8,326.3A1,1 90,0 1,42.3 326.3L37,320.9A1,1 90,0 1,37 319.4L39.4,316.9A1,1 90,0 1,40.9 316.9L46.3,322.3A1,1 90,0 1,46.3 323.8z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M33.7,322.7l-4,-4a1.4,1.4 0,0 1,0 -1.9l7.7,-7.7a1.4,1.4 0,0 1,1.9 0l4,4"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M76.8,291.8L74.3,294.2A1,1 90,0 1,72.8 294.2L67.4,288.9A1,1 90,0 1,67.4 287.4L69.9,284.9A1,1 90,0 1,71.4 284.9L76.8,290.3A1,1 90,0 1,76.8 291.8z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M88.6,301L86.2,303.5A1,1 0,0 1,84.7 303.5L79.3,298.1A1,1 90,0 1,79.3 296.6L81.8,294.2A1,1 90,0 1,83.3 294.2L88.6,299.5A1,1 90,0 1,88.6 301z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M79.4,310.2L77,312.7A1,1 0,0 1,75.5 312.7L70.1,307.3A1,1 0,0 1,70.1 305.8L72.6,303.4A1,1 0,0 1,74.1 303.4L79.4,308.7A1,1 0,0 1,79.4 310.2z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M65.8,325L63.4,327.5A1,1 90,0 1,61.9 327.5L56.5,322.1A1,1 90,0 1,56.5 320.6L59,318.1A1,1 90,0 1,60.5 318.1L65.8,323.5A1,1 90,0 1,65.8 325z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M56.6,334.2L54.1,336.7A1,1 90,0 1,52.7 336.7L47.3,331.3A1,1 90,0 1,47.3 329.8L49.8,327.4A1,1 90,0 1,51.2 327.4L56.6,332.7A1,1 90,0 1,56.6 334.2z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M64.1,290.7l-4,-4a1.4,1.4 0,0 1,0 -1.9l7.7,-7.7a1.4,1.4 0,0 1,1.9 0l4,4"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M89.4,157.2v5.6a1.4,1.4 0,0 1,-1.4 1.4L78.4,164.2a1.4,1.4 0,0 1,-1.4 -1.4v-5.6"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M63.3,153L77,153"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M48.4,337.6l3.7,3.2a3.2,3.2 0,0 0,4.3 -0.2l35.7,-36.8a3.2,3.2 0,0 0,0 -4.4l-3.8,-3.8"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M70.7,299.4L51.2,318.6"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M66.8,351.1L66.8,349.3a1.9,1.9 0,0 0,-1.9 -1.9h-23.2a1.9,1.9 0,0 0,-1.9 1.9v1.8"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M39.8,355.7h26.1v7.8h-26.1z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M288.3,51.5h522.5v330.4h-522.5z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
</vector>
|
|
@ -0,0 +1,179 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="409.5dp"
|
||||
android:height="1319.3dp"
|
||||
android:viewportWidth="409.5"
|
||||
android:viewportHeight="1319.3">
|
||||
<path
|
||||
android:pathData="M120.3,1.2h22.6a35,35 0,0 1,35 35L178,438.6a0,0 0,0 1,0 0L85.3,438.6a0,0 0,0 1,0 0L85.3,36.2A35,35 0,0 1,120.3 1.2Z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M85.3,63h92.7v7.5h-92.7z"
|
||||
android:fillColor="#1e1e1d"/>
|
||||
<path
|
||||
android:pathData="M85.3,79.5h92.7v7.5h-92.7z"
|
||||
android:fillColor="#1e1e1d"/>
|
||||
<path
|
||||
android:pathData="M90.5,567.2h84.1v19h-84.1z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M85.3,541.9h92.7v25.2h-92.7z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M90.5,513.5h84.1v28.4h-84.1z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M85.3,445.9h92.7v67.6h-92.7z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M90.5,438.6h84.1v7.3h-84.1z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M90.5,567.2h84.1v19h-84.1z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M85.3,541.9h92.7v25.2h-92.7z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M90.5,513.5h84.1v28.4h-84.1z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M85.3,445.9h92.7v67.6h-92.7z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M90.5,438.6h84.1v7.3h-84.1z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M120.3,1.2h22.6a35,35 0,0 1,35 35L178,438.6a0,0 0,0 1,0 0L85.3,438.6a0,0 0,0 1,0 0L85.3,36.2A35,35 0,0 1,120.3 1.2Z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M85.3,63h92.7v7.5h-92.7z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M85.3,79.5h92.7v7.5h-92.7z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M48.9,579.2L360.5,579.2A47.7,47.7 0,0 1,408.3 626.9L408.3,1270.4A47.7,47.7 0,0 1,360.5 1318.2L48.9,1318.2A47.7,47.7 0,0 1,1.2 1270.4L1.2,626.9A47.7,47.7 0,0 1,48.9 579.2z"
|
||||
android:fillColor="#30c2db"/>
|
||||
<path
|
||||
android:pathData="M121.2,696.1L290.4,696.1A16.4,16.4 0,0 1,306.8 712.5L306.8,1034.3A16.4,16.4 0,0 1,290.4 1050.7L121.2,1050.7A16.4,16.4 0,0 1,104.8 1034.3L104.8,712.5A16.4,16.4 0,0 1,121.2 696.1z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M121.2,696.1L290.4,696.1A16.4,16.4 0,0 1,306.8 712.5L306.8,1034.3A16.4,16.4 0,0 1,290.4 1050.7L121.2,1050.7A16.4,16.4 0,0 1,104.8 1034.3L104.8,712.5A16.4,16.4 0,0 1,121.2 696.1z"
|
||||
android:strokeWidth="3.91"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M91.8,613.3L116.1,613.3A15.6,15.6 0,0 1,131.7 628.8L131.7,628.8A15.6,15.6 0,0 1,116.1 644.4L91.8,644.4A15.6,15.6 0,0 1,76.2 628.8L76.2,628.8A15.6,15.6 0,0 1,91.8 613.3z"
|
||||
android:fillColor="#dcf0f2"/>
|
||||
<path
|
||||
android:pathData="M290.4,613.3L314.8,613.3A15.6,15.6 0,0 1,330.3 628.8L330.3,628.8A15.6,15.6 0,0 1,314.8 644.4L290.4,644.4A15.6,15.6 0,0 1,274.9 628.8L274.9,628.8A15.6,15.6 0,0 1,290.4 613.3z"
|
||||
android:fillColor="#dcf0f2"/>
|
||||
<path
|
||||
android:pathData="M91.8,613.3L116.1,613.3A15.6,15.6 0,0 1,131.7 628.8L131.7,628.8A15.6,15.6 0,0 1,116.1 644.4L91.8,644.4A15.6,15.6 0,0 1,76.2 628.8L76.2,628.8A15.6,15.6 0,0 1,91.8 613.3z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M290.4,613.3L314.8,613.3A15.6,15.6 0,0 1,330.3 628.8L330.3,628.8A15.6,15.6 0,0 1,314.8 644.4L290.4,644.4A15.6,15.6 0,0 1,274.9 628.8L274.9,628.8A15.6,15.6 0,0 1,290.4 613.3z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M46.4,1259.9m-16.3,0a16.3,16.3 0,1 1,32.5 0a16.3,16.3 0,1 1,-32.5 0"
|
||||
android:strokeWidth="1.81"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#dcf0f2"/>
|
||||
<path
|
||||
android:pathData="M46.4,636.1m-16.3,0a16.3,16.3 0,1 1,32.5 0a16.3,16.3 0,1 1,-32.5 0"
|
||||
android:strokeWidth="1.81"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#dcf0f2"/>
|
||||
<path
|
||||
android:pathData="M362,636.1m-16.3,0a16.3,16.3 0,1 1,32.5 0a16.3,16.3 0,1 1,-32.5 0"
|
||||
android:strokeWidth="1.81"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#dcf0f2"/>
|
||||
<path
|
||||
android:pathData="M362,1227.4m-16.3,0a16.3,16.3 0,1 1,32.5 0a16.3,16.3 0,1 1,-32.5 0"
|
||||
android:strokeWidth="1.81"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#dcf0f2"/>
|
||||
<path
|
||||
android:pathData="M147.2,1315.3L147.2,1104.4"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="7.23"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#17afbf"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M171.3,1315.3L171.3,1104.4"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="7.23"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#17afbf"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M195.3,1315.3L195.3,1104.4"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="7.23"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#17afbf"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M219.3,1315.3L219.3,1104.4"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="7.23"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#17afbf"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M243.4,1315.3L243.4,1104.4"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="7.23"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#17afbf"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M267.4,1315.3L267.4,1104.4"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="7.23"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#17afbf"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M48.9,579.2L360.5,579.2A47.7,47.7 0,0 1,408.3 626.9L408.3,1270.4A47.7,47.7 0,0 1,360.5 1318.2L48.9,1318.2A47.7,47.7 0,0 1,1.2 1270.4L1.2,626.9A47.7,47.7 0,0 1,48.9 579.2z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M244.8,670.6L165.4,670.6A13.9,13.9 0,0 1,151.7 659.5l-10.2,-49.2a13.9,13.9 0,0 1,13.6 -16.8h97.7a13.9,13.9 0,0 1,13.8 16.2l-8,49.2A13.9,13.9 0,0 1,244.8 670.6Z"
|
||||
android:strokeWidth="1.78"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#dcf0f2"/>
|
||||
<path
|
||||
android:pathData="M53.4,593.5L354.2,593.5A32.4,32.4 0,0 1,386.6 625.9L386.6,1264.3A32.4,32.4 0,0 1,354.2 1296.7L53.4,1296.7A32.4,32.4 0,0 1,21.1 1264.3L21.1,625.9A32.4,32.4 0,0 1,53.4 593.5z"
|
||||
android:strokeWidth="1.81"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#dcf0f2"/>
|
||||
<path
|
||||
android:pathData="M118.7,686.7L291.5,686.7A25.2,25.2 0,0 1,316.7 711.9L316.7,1036.2A25.2,25.2 0,0 1,291.5 1061.4L118.7,1061.4A25.2,25.2 0,0 1,93.5 1036.2L93.5,711.9A25.2,25.2 0,0 1,118.7 686.7z"
|
||||
android:strokeWidth="1.81"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#dcf0f2"/>
|
||||
</vector>
|
Plik diff jest za duży
Load Diff
|
@ -0,0 +1,49 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1217.2dp"
|
||||
android:height="959.3dp"
|
||||
android:viewportWidth="1217.2"
|
||||
android:viewportHeight="959.3">
|
||||
<path
|
||||
android:pathData="M1113.1,2h0a102.1,102.1 0,0 0,-102.1 102.1L1011,379.7A40.6,40.6 0,0 1,970.3 420.4L50.5,420.4a48.5,48.5 0,0 0,-48.5 48.5v126a11.9,11.9 0,0 0,3.5 8.4l15.3,15.3a11.8,11.8 0,0 1,3.5 8.4v137.2a11.8,11.8 0,0 1,-3.5 8.4l-15.3,15.3a11.9,11.9 0,0 0,-3.5 8.4v112.7a48.5,48.5 0,0 0,48.5 48.5L1166.7,957.3a48.5,48.5 0,0 0,48.5 -48.5L1215.1,104.1A102.1,102.1 0,0 0,1113.1 2ZM1002.4,817L1002.4,563.3a33.1,33.1 0,0 1,66.3 0v253.6a33.1,33.1 0,0 1,-66.3 0Z"
|
||||
android:fillColor="#dfeaf7"/>
|
||||
<path
|
||||
android:pathData="M1111.3,48.5c-30.2,0.9 -53.9,26.5 -53.9,56.8L1057.4,379.7A87.1,87.1 0,0 1,970.3 466.8L327.6,466.8A27.5,27.5 0,0 0,300.1 494.4v388.9a27.5,27.5 0,0 0,27.5 27.5h828.4a12.7,12.7 0,0 0,12.6 -12.6v-794A55.7,55.7 0,0 0,1111.3 48.5ZM1002.4,817L1002.4,563.3a33.1,33.1 0,0 1,66.3 0v253.6a33.1,33.1 0,0 1,-66.3 0Z"
|
||||
android:fillColor="#17907f"/>
|
||||
<path
|
||||
android:pathData="M382.5,552.7h429.5v224.4h-429.5z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M1073.9,524.7A54.2,54.2 0,0 0,981.3 563v254.2a54.2,54.2 0,1 0,108.4 0L1089.8,563A54,54 0,0 0,1073.9 524.7ZM1068.7,817a33.1,33.1 0,0 1,-66.3 0L1002.4,563.3a33.1,33.1 0,0 1,66.3 0Z"
|
||||
android:fillColor="#dfeaf7"/>
|
||||
<path
|
||||
android:pathData="M1168.7,104.1v794a12.7,12.7 0,0 1,-12.6 12.6L327.6,910.8a27.5,27.5 0,0 1,-27.5 -27.5L300.1,494.4a27.5,27.5 0,0 1,27.5 -27.5L970.3,466.8a87.1,87.1 0,0 0,87.1 -87.1L1057.4,105.4c0,-30.3 23.7,-55.9 53.9,-56.8A55.7,55.7 0,0 1,1168.7 104.1Z"
|
||||
android:strokeWidth="2.25"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M5.5,787.7 L20.8,772.3a11.8,11.8 0,0 0,3.5 -8.4L24.3,626.8a11.8,11.8 0,0 0,-3.5 -8.4l-15.4,-15.4a11.8,11.8 0,0 1,-3.5 -8.4v-126A48.5,48.5 0,0 1,50.5 420.4L970.3,420.4a40.6,40.6 0,0 0,40.6 -40.6L1011,104.1a102.1,102.1 0,0 1,102.1 -102.1h0a102.1,102.1 0,0 1,102.1 102.1v804.7a48.5,48.5 0,0 1,-48.5 48.5L50.5,957.3a48.5,48.5 0,0 1,-48.5 -48.5L2,796.1A11.8,11.8 0,0 1,5.5 787.7Z"
|
||||
android:strokeWidth="4"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1035.6,530.2L1035.6,530.2A33.1,33.1 0,0 1,1068.7 563.3L1068.7,817A33.1,33.1 0,0 1,1035.6 850.1L1035.6,850.1A33.1,33.1 0,0 1,1002.4 817L1002.4,563.3A33.1,33.1 0,0 1,1035.6 530.2z"
|
||||
android:strokeWidth="2.25"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1035.6,508.8L1035.6,508.8A54.2,54.2 0,0 1,1089.8 563L1089.8,817.3A54.2,54.2 0,0 1,1035.6 871.5L1035.6,871.5A54.2,54.2 0,0 1,981.4 817.3L981.4,563A54.2,54.2 0,0 1,1035.6 508.8z"
|
||||
android:strokeWidth="2.25"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M235.1,679.9a2.9,2.9 0,0 1,-2.9 -2.9v-30.5a5.4,5.4 0,0 0,-1.6 -3.9l-32.4,-32.4a11.9,11.9 0,0 1,-3.5 -8.4L194.6,510.4a12.5,12.5 0,0 0,-12.5 -12.5L79.2,497.8a12.7,12.7 0,0 0,-12.7 12.7v76.8a24.1,24.1 0,0 0,7.1 17.2l14.3,14.3a24.1,24.1 0,0 0,17.2 7.1h50.8a11.9,11.9 0,0 1,8.4 3.5l24.3,24.3a12.5,12.5 0,0 1,3.7 8.9v14.5a2.9,2.9 0,1 1,-5.8 0v-14.5a6.7,6.7 0,0 0,-2 -4.8l-24.3,-24.3a6.1,6.1 0,0 0,-4.3 -1.8L105.2,631.7a29.9,29.9 0,0 1,-21.3 -8.8l-14.3,-14.3a29.9,29.9 0,0 1,-8.8 -21.3L60.8,510.5a18.5,18.5 0,0 1,18.5 -18.5L182.1,492A18.3,18.3 0,0 1,200.4 510.4v91.4a6.1,6.1 0,0 0,1.8 4.3l32.4,32.4a11.2,11.2 0,0 1,3.3 8v30.5A2.9,2.9 0,0 1,235.1 679.9Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M182.1,898.8L79.2,898.8a18.5,18.5 0,0 1,-18.5 -18.5v-76.8a29.9,29.9 0,0 1,8.8 -21.3l14.3,-14.3a29.9,29.9 0,0 1,21.3 -8.8h50.8a6.1,6.1 0,0 0,4.3 -1.8l24.3,-24.3a6.7,6.7 0,0 0,2 -4.8v-14.5a2.9,2.9 0,0 1,5.8 0v14.5a12.5,12.5 0,0 1,-3.7 8.9l-24.3,24.3a11.9,11.9 0,0 1,-8.4 3.5L105.2,764.9a24.2,24.2 0,0 0,-17.2 7.1L73.7,786.3a24.1,24.1 0,0 0,-7.1 17.2L66.6,880.3a12.7,12.7 0,0 0,12.7 12.7L182.1,893a12.5,12.5 0,0 0,12.5 -12.5v-91.4a11.8,11.8 0,0 1,3.5 -8.4l32.4,-32.4a5.5,5.5 0,0 0,1.6 -3.9v-30.5a2.9,2.9 0,0 1,5.8 0L238,744.3a11.2,11.2 0,0 1,-3.3 8l-32.4,32.5a6.1,6.1 0,0 0,-1.8 4.3v91.4A18.4,18.4 0,0 1,182.1 898.8Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M382.5,552.7h429.5v224.4h-429.5z"
|
||||
android:strokeWidth="2.25"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
</vector>
|
|
@ -0,0 +1,117 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="942.22dp"
|
||||
android:height="446.84dp"
|
||||
android:viewportWidth="942.22"
|
||||
android:viewportHeight="446.84">
|
||||
<path
|
||||
android:pathData="M941.01,20.64v390.94a19.43,19.43 0,0 1,-19.43 19.43L20.64,431.01a19.43,19.43 0,0 1,-19.43 -19.43L1.21,20.64a19.42,19.42 0,0 1,19.43 -19.42h900.94A19.42,19.42 0,0 1,941.01 20.64Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M45.34,1.22v429.79h-24.7a19.43,19.43 0,0 1,-19.43 -19.43L1.21,20.64a19.42,19.42 0,0 1,19.43 -19.42Z"
|
||||
android:fillColor="#dbdddb"/>
|
||||
<path
|
||||
android:pathData="M941.01,20.64v390.94a19.43,19.43 0,0 1,-19.43 19.43h-37.56L884.02,1.22h37.56A19.42,19.42 0,0 1,941.01 20.64Z"
|
||||
android:fillColor="#dbdddb"/>
|
||||
<path
|
||||
android:pathData="M45.34,323.76h-7.47a4.55,4.55 0,0 1,-4.55 -4.54L33.32,113.01a4.55,4.55 0,0 1,4.55 -4.55h7.47"
|
||||
android:fillColor="#c6842a"/>
|
||||
<path
|
||||
android:pathData="M20.64,1.22L921.58,1.22A19.42,19.42 0,0 1,941 20.64L941,411.59A19.42,19.42 0,0 1,921.58 431.01L20.64,431.01A19.42,19.42 0,0 1,1.22 411.59L1.22,20.64A19.42,19.42 0,0 1,20.64 1.22z"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M45.34,1.22L45.34,431.01"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M45.34,323.76h-7.47a4.55,4.55 0,0 1,-4.55 -4.54L33.32,113.01a4.55,4.55 0,0 1,4.55 -4.55h7.47"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M70.12,164.06h11.52v104.11h-11.52z"
|
||||
android:fillColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M70.12,164.06h11.52v104.11h-11.52z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M81.64,10.74L81.64,129.28l38.37,11.55a7.85,7.85 0,0 1,5.6 7.53L125.61,300.96a7.87,7.87 0,0 1,-7.87 7.87h-36.1v110.58L877.11,419.41L877.11,10.74ZM857.05,395.49L102.54,395.49a3.66,3.66 0,0 1,-3.66 -3.66L98.88,331.96a3.65,3.65 0,0 1,3.66 -3.65h28.3a14.7,14.7 0,0 0,14.71 -14.71L145.55,124.96a14.7,14.7 0,0 0,-14.71 -14.71h-28.3a3.65,3.65 0,0 1,-3.66 -3.66L98.88,38.07a3.66,3.66 0,0 1,3.66 -3.66h754.51Z"
|
||||
android:fillColor="#dbdddb"/>
|
||||
<path
|
||||
android:pathData="M857.05,34.41v361.08L102.54,395.49a3.66,3.66 0,0 1,-3.66 -3.66L98.88,331.96a3.65,3.65 0,0 1,3.66 -3.65h28.3a14.7,14.7 0,0 0,14.71 -14.71L145.55,124.96a14.7,14.7 0,0 0,-14.71 -14.71h-28.3a3.65,3.65 0,0 1,-3.66 -3.66L98.88,38.07a3.66,3.66 0,0 1,3.66 -3.66Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M81.64,10.74L81.64,129.28l38.37,11.55a7.85,7.85 0,0 1,5.6 7.53L125.61,300.96a7.87,7.87 0,0 1,-7.87 7.87h-36.1v110.58L877.11,419.41L877.11,10.74ZM857.05,395.49L102.54,395.49a3.66,3.66 0,0 1,-3.66 -3.66L98.88,331.96a3.65,3.65 0,0 1,3.66 -3.65h28.3a14.7,14.7 0,0 0,14.71 -14.71L145.55,124.96a14.7,14.7 0,0 0,-14.71 -14.71h-28.3a3.65,3.65 0,0 1,-3.66 -3.66L98.88,38.07a3.66,3.66 0,0 1,3.66 -3.66h754.51Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M857.05,34.41v361.08L102.54,395.49a3.66,3.66 0,0 1,-3.66 -3.66L98.88,331.96a3.65,3.65 0,0 1,3.66 -3.65h28.3a14.7,14.7 0,0 0,14.71 -14.71L145.55,124.96a14.7,14.7 0,0 0,-14.71 -14.71h-28.3a3.65,3.65 0,0 1,-3.66 -3.66L98.88,38.07a3.66,3.66 0,0 1,3.66 -3.66Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M857.05,34.41v361.08L102.54,395.49a3.66,3.66 0,0 1,-3.66 -3.66L98.88,331.96a3.65,3.65 0,0 1,3.66 -3.65h28.3a14.7,14.7 0,0 0,14.71 -14.71L145.55,124.96a14.7,14.7 0,0 0,-14.71 -14.71h-28.3a3.65,3.65 0,0 1,-3.66 -3.66L98.88,38.07a3.66,3.66 0,0 1,3.66 -3.66Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M137.51,326.75L137.51,395.49"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M134.77,110.82L134.77,34.41"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M116.1,72.62m-10.7,0a10.7,10.7 0,1 1,21.4 0a10.7,10.7 0,1 1,-21.4 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M116.1,365.51m-10.7,0a10.7,10.7 0,1 1,21.4 0a10.7,10.7 0,1 1,-21.4 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M116.1,72.62m-10.7,0a10.7,10.7 0,1 1,21.4 0a10.7,10.7 0,1 1,-21.4 0"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M116.1,365.51m-10.7,0a10.7,10.7 0,1 1,21.4 0a10.7,10.7 0,1 1,-21.4 0"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M696.11,431.01l2.23,11.19a4.25,4.25 0,0 0,4.17 3.42L720.11,445.62a4.26,4.26 0,0 0,4.18 -3.42l2.22,-11.19"
|
||||
android:fillColor="#434543"/>
|
||||
<path
|
||||
android:pathData="M777.98,431.01l2.22,11.19a4.26,4.26 0,0 0,4.18 3.42h17.62a4.25,4.25 0,0 0,4.17 -3.42l2.22,-11.19"
|
||||
android:fillColor="#434543"/>
|
||||
<path
|
||||
android:pathData="M859.88,431.01l2.23,11.19a4.24,4.24 0,0 0,4.17 3.42h17.62a4.25,4.25 0,0 0,4.17 -3.42l2.23,-11.19"
|
||||
android:fillColor="#434543"/>
|
||||
<path
|
||||
android:pathData="M696.11,431.01l2.23,11.19a4.25,4.25 0,0 0,4.17 3.42L720.11,445.62a4.26,4.26 0,0 0,4.18 -3.42l2.22,-11.19"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M777.98,431.01l2.22,11.19a4.26,4.26 0,0 0,4.18 3.42h17.62a4.25,4.25 0,0 0,4.17 -3.42l2.22,-11.19"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M859.88,431.01l2.23,11.19a4.24,4.24 0,0 0,4.17 3.42h17.62a4.25,4.25 0,0 0,4.17 -3.42l2.23,-11.19"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M884.01,1.22L884.01,431.01"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
</vector>
|
|
@ -0,0 +1,162 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1073.5dp"
|
||||
android:height="452.4dp"
|
||||
android:viewportWidth="1073.5"
|
||||
android:viewportHeight="452.4">
|
||||
<path
|
||||
android:pathData="M61.5,1.2h950.5v441.8h-950.5z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M1032,1.2h-20L1012,167.8h13.9a4.8,4.8 0,1 1,0 9.6h-13.9v87h13.9a4.8,4.8 0,0 1,4.8 4.8,4.8 4.8,0 0,1 -4.8,4.8h-13.9v168.8h20a40.3,40.3 0,0 0,40.3 -40.3L1072.2,41.5A40.3,40.3 0,0 0,1032 1.2ZM1054.9,401.9a10.7,10.7 0,0 1,-21.4 0v-17.4a10.7,10.7 0,1 1,21.4 0ZM1054.9,58.6a10.7,10.7 0,1 1,-21.4 0v-17.4a10.7,10.7 0,0 1,21.4 0Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M1032,443l-20,-0a0,0 0,0 1,-0 -0l-0,-441.8a0,0 0,0 1,-0 -0l20,-0a40.3,40.3 0,0 1,40.3 40.3L1072.2,402.7a40.3,40.3 0,0 1,-40.3 40.3Z"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1028.5,41.2L1028.5,58.6a15.9,15.9 0,0 0,31.8 0L1060.3,41.2a15.9,15.9 0,1 0,-31.8 0ZM1033.5,41.2a10.7,10.7 0,0 1,21.4 0v17.4a10.7,10.7 0,1 1,-21.4 0Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M1028.5,384.5v17.4a15.9,15.9 0,1 0,31.8 0v-17.4a15.9,15.9 0,0 0,-31.8 0ZM1033.5,384.5a10.7,10.7 0,1 1,21.4 0v17.4a10.7,10.7 0,0 1,-21.4 0Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M1044.2,69.3L1044.2,69.3A10.7,10.7 0,0 1,1033.5 58.6L1033.5,41.2A10.7,10.7 0,0 1,1044.2 30.6L1044.2,30.6A10.7,10.7 0,0 1,1054.9 41.2L1054.9,58.6A10.7,10.7 0,0 1,1044.2 69.3z"
|
||||
android:strokeWidth="1.73"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1044.4,74.5L1044.4,74.5A15.9,15.9 0,0 1,1028.5 58.6L1028.5,41.2A15.9,15.9 0,0 1,1044.4 25.3L1044.4,25.3A15.9,15.9 0,0 1,1060.3 41.2L1060.3,58.6A15.9,15.9 0,0 1,1044.4 74.5z"
|
||||
android:strokeWidth="1.73"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1044.2,412.5L1044.2,412.5A10.7,10.7 0,0 1,1033.5 401.9L1033.5,384.5A10.7,10.7 0,0 1,1044.2 373.8L1044.2,373.8A10.7,10.7 0,0 1,1054.9 384.5L1054.9,401.9A10.7,10.7 0,0 1,1044.2 412.5z"
|
||||
android:strokeWidth="1.73"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1044.4,417.8L1044.4,417.8A15.9,15.9 0,0 1,1028.5 401.9L1028.5,384.5A15.9,15.9 0,0 1,1044.4 368.6L1044.4,368.6A15.9,15.9 0,0 1,1060.3 384.5L1060.3,401.9A15.9,15.9 0,0 1,1044.4 417.8z"
|
||||
android:strokeWidth="1.73"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1033.3,172.6a6.9,6.9 0,0 1,-7 7h-14.3v-2.2h13.9a4.8,4.8 0,0 0,0 -9.6h-13.9v-2.1h14.3A7,7 0,0 1,1033.3 172.6Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M1033.3,269.3a6.9,6.9 0,0 1,-7 7h-14.3v-2.2h13.9a4.8,4.8 0,0 0,0 -9.6h-13.9L1011.9,262.3h14.3A7,7 0,0 1,1033.3 269.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M41.5,1.2a40.3,40.3 0,0 0,-40.3 40.3L1.2,402.7a40.3,40.3 0,0 0,40.3 40.3h20L61.5,1.2ZM39.9,401.9a10.7,10.7 0,0 1,-21.4 0v-17.4a10.7,10.7 0,1 1,21.4 0ZM18.6,41.2a10.7,10.7 0,0 1,21.4 0v17.4a10.7,10.7 0,1 1,-21.4 0Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M61.5,1.2h950.5v441.8h-950.5z"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M41.5,1.2h20a0,0 0,0 1,0 0v441.8a0,0 0,0 1,0 0h-20a40.3,40.3 0,0 1,-40.3 -40.3L1.2,41.5A40.3,40.3 0,0 1,41.5 1.2Z"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M40.3,30a15.9,15.9 0,0 0,-27.1 11.2L13.2,58.6a15.9,15.9 0,0 0,31.8 0L45,41.2A15.9,15.9 0,0 0,40.3 30ZM39.9,58.6a10.7,10.7 0,1 1,-21.4 0v-17.4a10.7,10.7 0,0 1,21.4 0Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M40.3,373.2a15.9,15.9 0,0 0,-27.1 11.2v17.4a15.9,15.9 0,1 0,31.8 0v-17.4A15.9,15.9 0,0 0,40.3 373.2ZM39.9,401.9a10.7,10.7 0,0 1,-21.4 0v-17.4a10.7,10.7 0,1 1,21.4 0Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M29.2,30.6L29.2,30.6A10.7,10.7 0,0 1,39.9 41.2L39.9,58.6A10.7,10.7 0,0 1,29.2 69.3L29.2,69.3A10.7,10.7 0,0 1,18.6 58.6L18.6,41.2A10.7,10.7 0,0 1,29.2 30.6z"
|
||||
android:strokeWidth="1.73"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M29.1,25.3L29.1,25.3A15.9,15.9 0,0 1,45 41.2L45,58.6A15.9,15.9 0,0 1,29.1 74.5L29.1,74.5A15.9,15.9 0,0 1,13.2 58.6L13.2,41.2A15.9,15.9 0,0 1,29.1 25.3z"
|
||||
android:strokeWidth="1.73"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M29.2,373.8L29.2,373.8A10.7,10.7 0,0 1,39.9 384.5L39.9,401.9A10.7,10.7 0,0 1,29.2 412.5L29.2,412.5A10.7,10.7 0,0 1,18.6 401.9L18.6,384.5A10.7,10.7 0,0 1,29.2 373.8z"
|
||||
android:strokeWidth="1.73"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M29.1,368.6L29.1,368.6A15.9,15.9 0,0 1,45 384.5L45,401.9A15.9,15.9 0,0 1,29.1 417.8L29.1,417.8A15.9,15.9 0,0 1,13.2 401.9L13.2,384.5A15.9,15.9 0,0 1,29.1 368.6z"
|
||||
android:strokeWidth="1.73"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M28.9,120.2L28.9,120.2A7.2,7.2 0,0 1,36.1 127.3L36.1,311.8A7.2,7.2 0,0 1,28.9 319L28.9,319A7.2,7.2 0,0 1,21.8 311.8L21.8,127.3A7.2,7.2 0,0 1,28.9 120.2z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M28.9,120.2L28.9,120.2A7.2,7.2 0,0 1,36.1 127.3L36.1,311.8A7.2,7.2 0,0 1,28.9 319L28.9,319A7.2,7.2 0,0 1,21.8 311.8L21.8,127.3A7.2,7.2 0,0 1,28.9 120.2z"
|
||||
android:strokeWidth="1.73"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M48.4,130h13.1a0,0 0,0 1,0 0v179.1a0,0 0,0 1,0 0L48.4,309.1a3.5,3.5 0,0 1,-3.5 -3.5L45,133.5A3.5,3.5 0,0 1,48.4 130Z"
|
||||
android:fillColor="#434543"/>
|
||||
<path
|
||||
android:pathData="M48.4,130h13.1a0,0 0,0 1,0 0v179.1a0,0 0,0 1,0 0L48.4,309.1a3.5,3.5 0,0 1,-3.5 -3.5L45,133.5A3.5,3.5 0,0 1,48.4 130Z"
|
||||
android:strokeWidth="1.73"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M733.9,443h22.8a0,0 0,0 1,0 0v6.2a2,2 0,0 1,-2 2h-18.8a2,2 0,0 1,-2 -2v-6.2A0,0 0,0 1,733.9 443Z"
|
||||
android:fillColor="#434543"/>
|
||||
<path
|
||||
android:pathData="M817.5,443h22.8a0,0 0,0 1,0 0v6.2a2,2 0,0 1,-2 2h-18.8a2,2 0,0 1,-2 -2v-6.2A0,0 0,0 1,817.5 443Z"
|
||||
android:fillColor="#434543"/>
|
||||
<path
|
||||
android:pathData="M901.1,443h22.8a0,0 0,0 1,0 0v6.2a2,2 0,0 1,-2 2L903.1,451.1a2,2 0,0 1,-2 -2v-6.2A0,0 0,0 1,901.1 443Z"
|
||||
android:fillColor="#434543"/>
|
||||
<path
|
||||
android:pathData="M733.9,443h22.8a0,0 0,0 1,0 0v6.2a2,2 0,0 1,-2 2h-18.8a2,2 0,0 1,-2 -2v-6.2A0,0 0,0 1,733.9 443Z"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M817.5,443h22.8a0,0 0,0 1,0 0v6.2a2,2 0,0 1,-2 2h-18.8a2,2 0,0 1,-2 -2v-6.2A0,0 0,0 1,817.5 443Z"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M901.1,443h22.8a0,0 0,0 1,0 0v6.2a2,2 0,0 1,-2 2L903.1,451.1a2,2 0,0 1,-2 -2v-6.2A0,0 0,0 1,901.1 443Z"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M985.9,38v370.2L157.4,408.2L157.4,91.8a9.2,9.2 0,0 0,-9.2 -9.2L125.9,82.6a4.3,4.3 0,0 1,-4.3 -4.3L121.5,42.3a4.3,4.3 0,0 1,4.3 -4.3Z"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M157.4,91.8L157.4,38"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M992.9,26.5L108.7,26.5a2.3,2.3 0,0 0,-2.3 2.3v63.5a2.3,2.3 0,0 0,2.3 2.3h29.9a4.7,4.7 0,0 1,4.7 4.7v312.7a5.6,5.6 0,0 0,5.6 5.6h844a4.9,4.9 0,0 0,4.9 -4.9L997.8,31.4A4.9,4.9 0,0 0,992.9 26.5ZM985.9,408.2L157.4,408.2L157.4,91.8a9.2,9.2 0,0 0,-9.2 -9.2L125.9,82.6a4.3,4.3 0,0 1,-4.3 -4.3L121.5,42.3a4.3,4.3 0,0 1,4.3 -4.3h860Z"
|
||||
android:fillColor="#dbdddb"/>
|
||||
<path
|
||||
android:pathData="M140.7,58.5m-8.4,0a8.4,8.4 0,1 1,16.8 0a8.4,8.4 0,1 1,-16.8 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M140.7,58.5m-8.4,0a8.4,8.4 0,1 1,16.8 0a8.4,8.4 0,1 1,-16.8 0"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M87.2,165.8L94.4,165.8A2.3,2.3 0,0 1,96.7 168.1L96.7,278A2.3,2.3 0,0 1,94.4 280.3L87.2,280.3A2.3,2.3 0,0 1,84.9 278L84.9,168.1A2.3,2.3 0,0 1,87.2 165.8z"
|
||||
android:fillColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M87.2,165.8L94.4,165.8A2.3,2.3 0,0 1,96.7 168.1L96.7,278A2.3,2.3 0,0 1,94.4 280.3L87.2,280.3A2.3,2.3 0,0 1,84.9 278L84.9,168.1A2.3,2.3 0,0 1,87.2 165.8z"
|
||||
android:strokeWidth="1.73"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M992.9,26.5L108.7,26.5a2.3,2.3 0,0 0,-2.3 2.3v63.5a2.3,2.3 0,0 0,2.3 2.3h29.9a4.7,4.7 0,0 1,4.7 4.7v312.7a5.6,5.6 0,0 0,5.6 5.6h844a4.9,4.9 0,0 0,4.9 -4.9L997.8,31.4A4.9,4.9 0,0 0,992.9 26.5ZM985.9,408.2L157.4,408.2L157.4,91.8a9.2,9.2 0,0 0,-9.2 -9.2L125.9,82.6a4.3,4.3 0,0 1,-4.3 -4.3L121.5,42.3a4.3,4.3 0,0 1,4.3 -4.3h860Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
</vector>
|
|
@ -0,0 +1,146 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1040.8dp"
|
||||
android:height="433.2dp"
|
||||
android:viewportWidth="1040.8"
|
||||
android:viewportHeight="433.2">
|
||||
<path
|
||||
android:pathData="M115.4,136.9L40,136.9A10.5,10.5 0,0 1,29.6 126.4L29.6,16.1a15.3,15.3 0,0 1,15.3 -15.3h979.9a15.3,15.3 0,0 1,15.3 15.3v400.9a15.3,15.3 0,0 1,-15.3 15.3L44.8,432.3a15.3,15.3 0,0 1,-15.3 -15.3L29.6,315.5a10.5,10.5 0,0 1,10.5 -10.5L115.4,305.1"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M131.8,9.9h819.8v411.5h-819.8z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M962.4,0.8L962.4,432.3"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M141.3,65.1v302.8a1.9,1.9 0,0 1,-1.9 1.9h-13.8a8.7,8.7 0,0 1,-0.9 0,10.2 10.2,0 0,1 -9.4,-10.2v-286a10.2,10.2 0,0 1,9.4 -10.2,8.7 8.7,0 0,1 0.9,0L139.4,63.4A1.9,1.9 0,0 1,141.3 65.1Z"
|
||||
android:fillColor="#40403f"/>
|
||||
<path
|
||||
android:pathData="M0.8,155.8h114.6v127.6h-114.6z"
|
||||
android:fillColor="#ddd"/>
|
||||
<path
|
||||
android:pathData="M0.8,155.8h114.6v127.6h-114.6z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M115.4,136.9L40,136.9A10.5,10.5 0,0 1,29.6 126.4L29.6,16.1a15.3,15.3 0,0 1,15.3 -15.3h979.9a15.3,15.3 0,0 1,15.3 15.3v400.9a15.3,15.3 0,0 1,-15.3 15.3L44.8,432.3a15.3,15.3 0,0 1,-15.3 -15.3L29.6,315.5a10.5,10.5 0,0 1,10.5 -10.5L115.4,305.1"
|
||||
android:strokeWidth="1.62"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M105.1,183.6L115.4,183.6a0,0 0,0 1,0 0v24.4a0,0 0,0 1,0 0L105.1,208a3,3 0,0 1,-3 -3L102.1,186.5A3,3 0,0 1,105.1 183.6Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M83.7,189.9L87.3,189.9A2.7,2.7 0,0 1,90 192.6L90,203.8A2.7,2.7 0,0 1,87.3 206.5L83.7,206.5A2.7,2.7 0,0 1,81 203.8L81,192.6A2.7,2.7 0,0 1,83.7 189.9z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M105.1,240L115.4,240a0,0 0,0 1,0 0v24.4a0,0 0,0 1,0 0L105.1,264.5a3,3 0,0 1,-3 -3v-18.5A3,3 0,0 1,105.1 240Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M83.7,242.3L87.3,242.3A2.7,2.7 0,0 1,90 245L90,256.2A2.7,2.7 0,0 1,87.3 258.9L83.7,258.9A2.7,2.7 0,0 1,81 256.2L81,245A2.7,2.7 0,0 1,83.7 242.3z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M105.1,183.6L115.4,183.6a0,0 0,0 1,0 0v24.4a0,0 0,0 1,0 0L105.1,208a3,3 0,0 1,-3 -3L102.1,186.5A3,3 0,0 1,105.1 183.6Z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M83.7,189.9L87.3,189.9A2.7,2.7 0,0 1,90 192.6L90,203.8A2.7,2.7 0,0 1,87.3 206.5L83.7,206.5A2.7,2.7 0,0 1,81 203.8L81,192.6A2.7,2.7 0,0 1,83.7 189.9z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M105.1,240L115.4,240a0,0 0,0 1,0 0v24.4a0,0 0,0 1,0 0L105.1,264.5a3,3 0,0 1,-3 -3v-18.5A3,3 0,0 1,105.1 240Z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M83.7,242.3L87.3,242.3A2.7,2.7 0,0 1,90 245L90,256.2A2.7,2.7 0,0 1,87.3 258.9L83.7,258.9A2.7,2.7 0,0 1,81 256.2L81,245A2.7,2.7 0,0 1,83.7 242.3z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M131.8,369.8l0,51.6l819.8,0l0,-411.5l-819.8,0l0,53.4"
|
||||
android:strokeWidth="1.64"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M131.8,421.4L131.8,432.4"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M131.8,9.9L131.8,0.8"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M85.9,320.6L94.5,320.6A4.9,4.9 0,0 1,99.4 325.5L99.4,357.4A4.9,4.9 0,0 1,94.5 362.3L85.9,362.3A4.9,4.9 0,0 1,81 357.4L81,325.5A4.9,4.9 0,0 1,85.9 320.6z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M53.8,320.6L62.4,320.6A4.9,4.9 0,0 1,67.3 325.5L67.3,357.4A4.9,4.9 0,0 1,62.4 362.3L53.8,362.3A4.9,4.9 0,0 1,48.9 357.4L48.9,325.5A4.9,4.9 0,0 1,53.8 320.6z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M85.9,379.7L94.5,379.7A4.9,4.9 0,0 1,99.4 384.6L99.4,416.5A4.9,4.9 0,0 1,94.5 421.4L85.9,421.4A4.9,4.9 0,0 1,81 416.5L81,384.6A4.9,4.9 0,0 1,85.9 379.7z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M53.8,379.7L62.4,379.7A4.9,4.9 0,0 1,67.3 384.6L67.3,416.5A4.9,4.9 0,0 1,62.4 421.4L53.8,421.4A4.9,4.9 0,0 1,48.9 416.5L48.9,384.6A4.9,4.9 0,0 1,53.8 379.7z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M85.9,17.9L94.5,17.9A4.9,4.9 0,0 1,99.4 22.8L99.4,54.6A4.9,4.9 0,0 1,94.5 59.5L85.9,59.5A4.9,4.9 0,0 1,81 54.6L81,22.8A4.9,4.9 0,0 1,85.9 17.9z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M53.8,17.9L62.4,17.9A4.9,4.9 0,0 1,67.3 22.8L67.3,54.6A4.9,4.9 0,0 1,62.4 59.5L53.8,59.5A4.9,4.9 0,0 1,48.9 54.6L48.9,22.8A4.9,4.9 0,0 1,53.8 17.9z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M85.9,77L94.5,77A4.9,4.9 0,0 1,99.4 81.9L99.4,113.8A4.9,4.9 0,0 1,94.5 118.7L85.9,118.7A4.9,4.9 0,0 1,81 113.8L81,81.9A4.9,4.9 0,0 1,85.9 77z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M53.8,77L62.4,77A4.9,4.9 0,0 1,67.3 81.9L67.3,113.8A4.9,4.9 0,0 1,62.4 118.7L53.8,118.7A4.9,4.9 0,0 1,48.9 113.8L48.9,81.9A4.9,4.9 0,0 1,53.8 77z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M997.1,45.2m-27.1,0a27.1,27.1 0,1 1,54.3 0a27.1,27.1 0,1 1,-54.3 0"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M997.1,386.9m-27.1,0a27.1,27.1 0,1 1,54.3 0a27.1,27.1 0,1 1,-54.3 0"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M196.6,18h742.8v396h-742.8z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M124.8,63.3v306.4a10.2,10.2 0,0 1,-9.4 -10.2v-286A10.2,10.2 0,0 1,124.8 63.3Z"
|
||||
android:fillColor="#c08c2d"/>
|
||||
<path
|
||||
android:pathData="M125.7,63.3L139.4,63.3a1.9,1.9 0,0 1,1.9 1.9v302.8a1.9,1.9 0,0 1,-1.9 1.9h-13.8A10.2,10.2 0,0 1,115.4 359.5v-286A10.2,10.2 0,0 1,125.7 63.3Z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M196.6,18h742.8v396h-742.8z"
|
||||
android:strokeWidth="1.62"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
</vector>
|
|
@ -0,0 +1,428 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1040.9dp"
|
||||
android:height="427dp"
|
||||
android:viewportWidth="1040.9"
|
||||
android:viewportHeight="427">
|
||||
<path
|
||||
android:pathData="M916.2,1.2h91.1A22.4,22.4 0,0 1,1029.7 23.7v379.6a22.5,22.5 0,0 1,-22.4 22.5h-91.1"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M935.4,220.5L950.5,220.5A5.7,5.7 0,0 1,956.2 226.2L956.2,226.2A5.7,5.7 0,0 1,950.5 231.8L935.4,231.8A5.7,5.7 0,0 1,929.8 226.2L929.8,226.2A5.7,5.7 0,0 1,935.4 220.5z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M994.9,220.5L1010,220.5A5.7,5.7 0,0 1,1015.6 226.2L1015.6,226.2A5.7,5.7 0,0 1,1010 231.8L994.9,231.8A5.7,5.7 0,0 1,989.2 226.2L989.2,226.2A5.7,5.7 0,0 1,994.9 220.5z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M935.4,343.9L950.5,343.9A5.7,5.7 0,0 1,956.2 349.6L956.2,349.6A5.7,5.7 0,0 1,950.5 355.2L935.4,355.2A5.7,5.7 0,0 1,929.8 349.6L929.8,349.6A5.7,5.7 0,0 1,935.4 343.9z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M994.9,343.9L1010,343.9A5.7,5.7 0,0 1,1015.6 349.6L1015.6,349.6A5.7,5.7 0,0 1,1010 355.2L994.9,355.2A5.7,5.7 0,0 1,989.2 349.6L989.2,349.6A5.7,5.7 0,0 1,994.9 343.9z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M1.2,74.4h88.6v276.5h-88.6z"
|
||||
android:fillColor="#d3d3d3"/>
|
||||
<path
|
||||
android:pathData="M74.3,1.2h191.6v424.5h-191.6z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M89.8,425.7L23.3,425.7a22.1,22.1 0,0 1,-22.1 -22.1v-65.8l52.7,-22.8 -1.8,-192.4L1.2,99.5L1.2,23.4a22.1,22.1 0,0 1,22.1 -22.1h66.5Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M89.8,116.9L66.4,116.9a20,20 0,0 0,-13.9 5.5,58.9 58.9,0 0,1 -20,12.6 7,7 0,0 0,-4.5 6.6v153a7,7 0,0 0,4.5 6.6,58.9 58.9,0 0,1 20,12.6 20,20 0,0 0,13.9 5.5h23.5"
|
||||
android:fillColor="#c6842a"/>
|
||||
<path
|
||||
android:pathData="M1029.7,229.6h5.3a4.8,4.8 0,0 1,4.8 4.8v104.7a4.8,4.8 0,0 1,-4.8 4.8L1029.7,343.9a0,0 0,0 1,0 0L1029.7,229.6A0,0 0,0 1,1029.7 229.6Z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M924.3,1.2v424.5L127.5,425.7L127.5,312.9a4.7,4.7 0,0 1,4.7 -4.7h28.2a11.7,11.7 0,0 0,11.7 -11.7L172,132.4a12.8,12.8 0,0 0,-12.2 -12.7l-27.8,-7.4a4.7,4.7 0,0 1,-4.5 -4.6L127.5,1.2Z"
|
||||
android:fillColor="#dbdddb"/>
|
||||
<path
|
||||
android:pathData="M52.1,122.6 L1.2,99.5L1.2,23.4a22.1,22.1 0,0 1,22.1 -22.1h66.5"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M53.9,315l-52.7,22.8v65.8a22.1,22.1 0,0 0,22.1 22.1h66.5"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M24.3,57.3h22.9a5.1,5.1 0,0 0,4.4 -2.6l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.6h-22.9a5.1,5.1 0,0 0,-4.4 2.6l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,24.3 57.3Z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M24.3,57.3h22.9a5.1,5.1 0,0 0,4.4 -2.6l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.6h-22.9a5.1,5.1 0,0 0,-4.4 2.6l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,24.3 57.3Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M35.7,32.4m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:fillColor="#ffe091"/>
|
||||
<path
|
||||
android:pathData="M35.7,32.4m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M24.3,417.5h22.9a5.1,5.1 0,0 0,4.4 -2.5l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.5h-22.9a5.1,5.1 0,0 0,-4.4 2.5l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,24.3 417.5Z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M24.3,417.5h22.9a5.1,5.1 0,0 0,4.4 -2.5l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.5h-22.9a5.1,5.1 0,0 0,-4.4 2.5l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,24.3 417.5Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M35.7,392.5m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:fillColor="#ffe091"/>
|
||||
<path
|
||||
android:pathData="M35.7,392.5m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M988.8,57.3L1011.7,57.3a5.1,5.1 0,0 0,4.4 -2.6l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8A5.1,5.1 0,0 0,1011.7 7.5h-22.9a5.1,5.1 0,0 0,-4.4 2.6l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,988.8 57.3Z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M988.8,57.3L1011.7,57.3a5.1,5.1 0,0 0,4.4 -2.6l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8A5.1,5.1 0,0 0,1011.7 7.5h-22.9a5.1,5.1 0,0 0,-4.4 2.6l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,988.8 57.3Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1000.3,32.4m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:fillColor="#ffe091"/>
|
||||
<path
|
||||
android:pathData="M1000.3,32.4m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M988.8,417.5L1011.7,417.5a5.1,5.1 0,0 0,4.4 -2.5l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.5h-22.9a5.1,5.1 0,0 0,-4.4 2.5l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,988.8 417.5Z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M988.8,417.5L1011.7,417.5a5.1,5.1 0,0 0,4.4 -2.5l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.5h-22.9a5.1,5.1 0,0 0,-4.4 2.5l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,988.8 417.5Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1000.3,392.5m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:fillColor="#ffe091"/>
|
||||
<path
|
||||
android:pathData="M1000.3,392.5m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M907.3,31.6v360.2h-755a2.5,2.5 0,0 1,-2.5 -2.5v-64.3a2.5,2.5 0,0 1,2.5 -2.5h30.5a12.8,12.8 0,0 0,12.8 -12.8L195.6,109.7a12.8,12.8 0,0 0,-12.8 -12.8L152.3,96.9a2.5,2.5 0,0 1,-2.5 -2.5L149.7,34.1a2.5,2.5 0,0 1,2.5 -2.5Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M166.7,370.4m-8.9,0a8.9,8.9 0,1 1,17.8 0a8.9,8.9 0,1 1,-17.8 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M166.7,370.4m-8.9,0a8.9,8.9 0,1 1,17.8 0a8.9,8.9 0,1 1,-17.8 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M166.7,54.4m-8.9,0a8.9,8.9 0,1 1,17.8 0a8.9,8.9 0,1 1,-17.8 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M166.7,54.4m-8.9,0a8.9,8.9 0,1 1,17.8 0a8.9,8.9 0,1 1,-17.8 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M1.2,99.5L1.2,337.8"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M89.8,116.9L66.4,116.9a20,20 0,0 0,-13.9 5.5,58.9 58.9,0 0,1 -20,12.6 7,7 0,0 0,-4.5 6.6v153a7,7 0,0 0,4.5 6.6,58.9 58.9,0 0,1 20,12.6 20,20 0,0 0,13.9 5.5h23.5"
|
||||
android:strokeWidth="2.36"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M116,150.7h11.5v113.5h-11.5z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M116,150.7h11.5v113.5h-11.5z"
|
||||
android:strokeWidth="1.25"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M207.5,42.4h685.8v336.4h-685.8z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M916.2,1.2h91.1A22.4,22.4 0,0 1,1029.7 23.7v379.6a22.5,22.5 0,0 1,-22.4 22.5h-91.1"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M935.4,220.5L950.5,220.5A5.7,5.7 0,0 1,956.2 226.2L956.2,226.2A5.7,5.7 0,0 1,950.5 231.8L935.4,231.8A5.7,5.7 0,0 1,929.8 226.2L929.8,226.2A5.7,5.7 0,0 1,935.4 220.5z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M994.9,220.5L1010,220.5A5.7,5.7 0,0 1,1015.6 226.2L1015.6,226.2A5.7,5.7 0,0 1,1010 231.8L994.9,231.8A5.7,5.7 0,0 1,989.2 226.2L989.2,226.2A5.7,5.7 0,0 1,994.9 220.5z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M935.4,343.9L950.5,343.9A5.7,5.7 0,0 1,956.2 349.6L956.2,349.6A5.7,5.7 0,0 1,950.5 355.2L935.4,355.2A5.7,5.7 0,0 1,929.8 349.6L929.8,349.6A5.7,5.7 0,0 1,935.4 343.9z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M994.9,343.9L1010,343.9A5.7,5.7 0,0 1,1015.6 349.6L1015.6,349.6A5.7,5.7 0,0 1,1010 355.2L994.9,355.2A5.7,5.7 0,0 1,989.2 349.6L989.2,349.6A5.7,5.7 0,0 1,994.9 343.9z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1029.7,229.6h5.3a4.8,4.8 0,0 1,4.8 4.8v104.7a4.8,4.8 0,0 1,-4.8 4.8L1029.7,343.9a0,0 0,0 1,0 0L1029.7,229.6A0,0 0,0 1,1029.7 229.6Z"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M948.5,247.9m-5.6,0a5.6,5.6 0,1 1,11.1 0a5.6,5.6 0,1 1,-11.1 0"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M948.5,329.8m-5.6,0a5.6,5.6 0,1 1,11.1 0a5.6,5.6 0,1 1,-11.1 0"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M182.7,322.4L182.7,391.7"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M182.7,96.9L182.7,31.6"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M207.5,42.4h685.8v336.4h-685.8z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M33.1,144.4L62.9,144.4"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,148.9L62.9,148.9"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,153.3L62.9,153.3"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,157.8L62.9,157.8"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,162.3L62.9,162.3"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,166.8L62.9,166.8"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,171.3L62.9,171.3"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,175.8L62.9,175.8"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,180.3L62.9,180.3"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,184.7L62.9,184.7"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,189.2L62.9,189.2"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,193.7L62.9,193.7"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,198.2L62.9,198.2"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,202.7L62.9,202.7"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,207.2L62.9,207.2"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,211.7L62.9,211.7"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,216.2L62.9,216.2"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,220.6L62.9,220.6"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,225.1L62.9,225.1"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,229.6L62.9,229.6"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,234.1L62.9,234.1"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,238.6L62.9,238.6"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,243.1L62.9,243.1"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,247.5L62.9,247.5"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,252L62.9,252"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,256.5L62.9,256.5"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,261L62.9,261"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,265.5L62.9,265.5"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,270L62.9,270"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,274.5L62.9,274.5"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,279L62.9,279"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,283.4L62.9,283.4"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,287.9L62.9,287.9"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,292.4L62.9,292.4"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M127.5,425.7L127.5,312.9a4.7,4.7 0,0 1,4.7 -4.7h28.2a11.7,11.7 0,0 0,11.7 -11.7L172,132.4c0,-6.8 -5.1,-10.2 -12.2,-12.7l-27.8,-7.4a4.7,4.7 0,0 1,-4.5 -4.6L127.5,1.2"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M907.3,31.6v360.2h-755a2.5,2.5 0,0 1,-2.5 -2.5v-64.3a2.5,2.5 0,0 1,2.5 -2.5h30.5a12.8,12.8 0,0 0,12.8 -12.8L195.6,109.7a12.8,12.8 0,0 0,-12.8 -12.8L152.3,96.9a2.5,2.5 0,0 1,-2.5 -2.5L149.7,34.1a2.5,2.5 0,0 1,2.5 -2.5Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M127.5,1.2l796.8,0l0,424.5l-796.8,0"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M127.5,425.7l-37.7,0l0,-424.5l37.7,0"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
</vector>
|
|
@ -0,0 +1,428 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1040.9dp"
|
||||
android:height="427dp"
|
||||
android:viewportWidth="1040.9"
|
||||
android:viewportHeight="427">
|
||||
<path
|
||||
android:pathData="M916.2,1.2h91.1A22.4,22.4 0,0 1,1029.7 23.7v379.6a22.5,22.5 0,0 1,-22.4 22.5h-91.1"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M935.4,220.5L950.5,220.5A5.7,5.7 0,0 1,956.2 226.2L956.2,226.2A5.7,5.7 0,0 1,950.5 231.8L935.4,231.8A5.7,5.7 0,0 1,929.8 226.2L929.8,226.2A5.7,5.7 0,0 1,935.4 220.5z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M994.9,220.5L1010,220.5A5.7,5.7 0,0 1,1015.6 226.2L1015.6,226.2A5.7,5.7 0,0 1,1010 231.8L994.9,231.8A5.7,5.7 0,0 1,989.2 226.2L989.2,226.2A5.7,5.7 0,0 1,994.9 220.5z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M935.4,343.9L950.5,343.9A5.7,5.7 0,0 1,956.2 349.6L956.2,349.6A5.7,5.7 0,0 1,950.5 355.2L935.4,355.2A5.7,5.7 0,0 1,929.8 349.6L929.8,349.6A5.7,5.7 0,0 1,935.4 343.9z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M994.9,343.9L1010,343.9A5.7,5.7 0,0 1,1015.6 349.6L1015.6,349.6A5.7,5.7 0,0 1,1010 355.2L994.9,355.2A5.7,5.7 0,0 1,989.2 349.6L989.2,349.6A5.7,5.7 0,0 1,994.9 343.9z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M1.2,74.4h88.6v276.5h-88.6z"
|
||||
android:fillColor="#d3d3d3"/>
|
||||
<path
|
||||
android:pathData="M74.3,1.2h191.6v424.5h-191.6z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M89.8,425.7L23.3,425.7a22.1,22.1 0,0 1,-22.1 -22.1v-65.8l52.7,-22.8 -1.8,-192.4L1.2,99.5L1.2,23.4a22.1,22.1 0,0 1,22.1 -22.1h66.5Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M89.8,116.9L66.4,116.9a20,20 0,0 0,-13.9 5.5,58.9 58.9,0 0,1 -20,12.6 7,7 0,0 0,-4.5 6.6v153a7,7 0,0 0,4.5 6.6,58.9 58.9,0 0,1 20,12.6 20,20 0,0 0,13.9 5.5h23.5"
|
||||
android:fillColor="#c6842a"/>
|
||||
<path
|
||||
android:pathData="M1029.7,229.6h5.3a4.8,4.8 0,0 1,4.8 4.8v104.7a4.8,4.8 0,0 1,-4.8 4.8L1029.7,343.9a0,0 0,0 1,0 0L1029.7,229.6A0,0 0,0 1,1029.7 229.6Z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M924.3,1.2v424.5L127.5,425.7L127.5,312.9a4.7,4.7 0,0 1,4.7 -4.7h28.2a11.7,11.7 0,0 0,11.7 -11.7L172,132.4a12.8,12.8 0,0 0,-12.2 -12.7l-27.8,-7.4a4.7,4.7 0,0 1,-4.5 -4.6L127.5,1.2Z"
|
||||
android:fillColor="#dbdddb"/>
|
||||
<path
|
||||
android:pathData="M52.1,122.6 L1.2,99.5L1.2,23.4a22.1,22.1 0,0 1,22.1 -22.1h66.5"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M53.9,315l-52.7,22.8v65.8a22.1,22.1 0,0 0,22.1 22.1h66.5"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M24.3,57.3h22.9a5.1,5.1 0,0 0,4.4 -2.6l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.6h-22.9a5.1,5.1 0,0 0,-4.4 2.6l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,24.3 57.3Z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M24.3,57.3h22.9a5.1,5.1 0,0 0,4.4 -2.6l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.6h-22.9a5.1,5.1 0,0 0,-4.4 2.6l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,24.3 57.3Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M35.7,32.4m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:fillColor="#ffe091"/>
|
||||
<path
|
||||
android:pathData="M35.7,32.4m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M24.3,417.5h22.9a5.1,5.1 0,0 0,4.4 -2.5l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.5h-22.9a5.1,5.1 0,0 0,-4.4 2.5l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,24.3 417.5Z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M24.3,417.5h22.9a5.1,5.1 0,0 0,4.4 -2.5l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.5h-22.9a5.1,5.1 0,0 0,-4.4 2.5l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,24.3 417.5Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M35.7,392.5m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:fillColor="#ffe091"/>
|
||||
<path
|
||||
android:pathData="M35.7,392.5m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M988.8,57.3L1011.7,57.3a5.1,5.1 0,0 0,4.4 -2.6l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8A5.1,5.1 0,0 0,1011.7 7.5h-22.9a5.1,5.1 0,0 0,-4.4 2.6l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,988.8 57.3Z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M988.8,57.3L1011.7,57.3a5.1,5.1 0,0 0,4.4 -2.6l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8A5.1,5.1 0,0 0,1011.7 7.5h-22.9a5.1,5.1 0,0 0,-4.4 2.6l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,988.8 57.3Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1000.3,32.4m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:fillColor="#ffe091"/>
|
||||
<path
|
||||
android:pathData="M1000.3,32.4m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M988.8,417.5L1011.7,417.5a5.1,5.1 0,0 0,4.4 -2.5l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.5h-22.9a5.1,5.1 0,0 0,-4.4 2.5l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,988.8 417.5Z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M988.8,417.5L1011.7,417.5a5.1,5.1 0,0 0,4.4 -2.5l11.4,-19.8a5.1,5.1 0,0 0,0 -5.1l-11.4,-19.8a5.1,5.1 0,0 0,-4.4 -2.5h-22.9a5.1,5.1 0,0 0,-4.4 2.5l-11.4,19.8a5.1,5.1 0,0 0,0 5.1l11.4,19.8A5.1,5.1 0,0 0,988.8 417.5Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1000.3,392.5m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:fillColor="#ffe091"/>
|
||||
<path
|
||||
android:pathData="M1000.3,392.5m-14.1,0a14.1,14.1 0,1 1,28.2 0a14.1,14.1 0,1 1,-28.2 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M907.3,31.6v360.2h-755a2.5,2.5 0,0 1,-2.5 -2.5v-64.3a2.5,2.5 0,0 1,2.5 -2.5h30.5a12.8,12.8 0,0 0,12.8 -12.8L195.6,109.7a12.8,12.8 0,0 0,-12.8 -12.8L152.3,96.9a2.5,2.5 0,0 1,-2.5 -2.5L149.7,34.1a2.5,2.5 0,0 1,2.5 -2.5Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M166.7,370.4m-8.9,0a8.9,8.9 0,1 1,17.8 0a8.9,8.9 0,1 1,-17.8 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M166.7,370.4m-8.9,0a8.9,8.9 0,1 1,17.8 0a8.9,8.9 0,1 1,-17.8 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M166.7,54.4m-8.9,0a8.9,8.9 0,1 1,17.8 0a8.9,8.9 0,1 1,-17.8 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M166.7,54.4m-8.9,0a8.9,8.9 0,1 1,17.8 0a8.9,8.9 0,1 1,-17.8 0"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M1.2,99.5L1.2,337.8"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M89.8,116.9L66.4,116.9a20,20 0,0 0,-13.9 5.5,58.9 58.9,0 0,1 -20,12.6 7,7 0,0 0,-4.5 6.6v153a7,7 0,0 0,4.5 6.6,58.9 58.9,0 0,1 20,12.6 20,20 0,0 0,13.9 5.5h23.5"
|
||||
android:strokeWidth="2.36"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M116,150.7h11.5v113.5h-11.5z"
|
||||
android:fillColor="#c5c9c9"/>
|
||||
<path
|
||||
android:pathData="M116,150.7h11.5v113.5h-11.5z"
|
||||
android:strokeWidth="1.25"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M207.5,42.4h685.8v336.4h-685.8z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M916.2,1.2h91.1A22.4,22.4 0,0 1,1029.7 23.7v379.6a22.5,22.5 0,0 1,-22.4 22.5h-91.1"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M935.4,220.5L950.5,220.5A5.7,5.7 0,0 1,956.2 226.2L956.2,226.2A5.7,5.7 0,0 1,950.5 231.8L935.4,231.8A5.7,5.7 0,0 1,929.8 226.2L929.8,226.2A5.7,5.7 0,0 1,935.4 220.5z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M994.9,220.5L1010,220.5A5.7,5.7 0,0 1,1015.6 226.2L1015.6,226.2A5.7,5.7 0,0 1,1010 231.8L994.9,231.8A5.7,5.7 0,0 1,989.2 226.2L989.2,226.2A5.7,5.7 0,0 1,994.9 220.5z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M935.4,343.9L950.5,343.9A5.7,5.7 0,0 1,956.2 349.6L956.2,349.6A5.7,5.7 0,0 1,950.5 355.2L935.4,355.2A5.7,5.7 0,0 1,929.8 349.6L929.8,349.6A5.7,5.7 0,0 1,935.4 343.9z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M994.9,343.9L1010,343.9A5.7,5.7 0,0 1,1015.6 349.6L1015.6,349.6A5.7,5.7 0,0 1,1010 355.2L994.9,355.2A5.7,5.7 0,0 1,989.2 349.6L989.2,349.6A5.7,5.7 0,0 1,994.9 343.9z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1029.7,229.6h5.3a4.8,4.8 0,0 1,4.8 4.8v104.7a4.8,4.8 0,0 1,-4.8 4.8L1029.7,343.9a0,0 0,0 1,0 0L1029.7,229.6A0,0 0,0 1,1029.7 229.6Z"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M948.5,247.9m-5.6,0a5.6,5.6 0,1 1,11.1 0a5.6,5.6 0,1 1,-11.1 0"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M948.5,329.8m-5.6,0a5.6,5.6 0,1 1,11.1 0a5.6,5.6 0,1 1,-11.1 0"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M182.7,322.4L182.7,391.7"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M182.7,96.9L182.7,31.6"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M207.5,42.4h685.8v336.4h-685.8z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M33.1,144.4L62.9,144.4"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,148.9L62.9,148.9"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,153.3L62.9,153.3"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,157.8L62.9,157.8"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,162.3L62.9,162.3"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,166.8L62.9,166.8"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,171.3L62.9,171.3"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,175.8L62.9,175.8"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,180.3L62.9,180.3"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,184.7L62.9,184.7"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,189.2L62.9,189.2"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,193.7L62.9,193.7"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,198.2L62.9,198.2"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,202.7L62.9,202.7"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,207.2L62.9,207.2"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,211.7L62.9,211.7"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,216.2L62.9,216.2"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,220.6L62.9,220.6"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,225.1L62.9,225.1"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,229.6L62.9,229.6"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,234.1L62.9,234.1"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,238.6L62.9,238.6"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,243.1L62.9,243.1"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,247.5L62.9,247.5"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,252L62.9,252"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,256.5L62.9,256.5"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,261L62.9,261"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,265.5L62.9,265.5"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,270L62.9,270"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,274.5L62.9,274.5"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,279L62.9,279"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,283.4L62.9,283.4"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,287.9L62.9,287.9"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M33.1,292.4L62.9,292.4"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#ffe091"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M127.5,425.7L127.5,312.9a4.7,4.7 0,0 1,4.7 -4.7h28.2a11.7,11.7 0,0 0,11.7 -11.7L172,132.4c0,-6.8 -5.1,-10.2 -12.2,-12.7l-27.8,-7.4a4.7,4.7 0,0 1,-4.5 -4.6L127.5,1.2"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M907.3,31.6v360.2h-755a2.5,2.5 0,0 1,-2.5 -2.5v-64.3a2.5,2.5 0,0 1,2.5 -2.5h30.5a12.8,12.8 0,0 0,12.8 -12.8L195.6,109.7a12.8,12.8 0,0 0,-12.8 -12.8L152.3,96.9a2.5,2.5 0,0 1,-2.5 -2.5L149.7,34.1a2.5,2.5 0,0 1,2.5 -2.5Z"
|
||||
android:strokeWidth="1.22"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M127.5,1.2l796.8,0l0,424.5l-796.8,0"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M127.5,425.7l-37.7,0l0,-424.5l37.7,0"
|
||||
android:strokeWidth="2.44"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
</vector>
|
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
|
@ -0,0 +1,185 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="263.8dp"
|
||||
android:height="451.32dp"
|
||||
android:viewportWidth="263.8"
|
||||
android:viewportHeight="451.32">
|
||||
<path
|
||||
android:pathData="M27.93,0.5L235.87,0.5A27.43,27.43 0,0 1,263.3 27.93L263.3,423.39A27.43,27.43 0,0 1,235.87 450.82L27.93,450.82A27.43,27.43 0,0 1,0.5 423.39L0.5,27.93A27.43,27.43 0,0 1,27.93 0.5z"
|
||||
android:fillColor="#434143"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M27.93,0.5L235.87,0.5A27.43,27.43 0,0 1,263.3 27.93L263.3,423.39A27.43,27.43 0,0 1,235.87 450.82L27.93,450.82A27.43,27.43 0,0 1,0.5 423.39L0.5,27.93A27.43,27.43 0,0 1,27.93 0.5z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M24.19,23.01m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M24.19,23.01m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M31.58,23a2.39,2.39 0,0 1,-2.39 2.38h-2.61L26.58,28a2.38,2.38 0,1 1,-4.76 0v-2.62h-2.63a2.39,2.39 0,1 1,0 -4.77h2.63L21.82,18a2.38,2.38 0,0 1,2.37 -2.38,2.39 2.39,0 0,1 2.39,2.38v2.62h2.61A2.4,2.4 0,0 1,31.58 23Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M238.94,23.01m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M238.94,23.01m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M246.32,23a2.39,2.39 0,0 1,-2.38 2.38h-2.62L241.32,28a2.38,2.38 0,1 1,-4.76 0v-2.62h-2.62a2.39,2.39 0,1 1,0 -4.77L236.53,20.61L236.53,18a2.38,2.38 0,0 1,4.76 0v2.62h2.62A2.39,2.39 0,0 1,246.32 23Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M24.19,425.6m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M24.19,425.6m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M31.58,425.61a2.39,2.39 0,0 1,-2.39 2.38h-2.61v2.62a2.38,2.38 0,1 1,-4.76 0L21.82,428h-2.63a2.39,2.39 0,1 1,0 -4.77h2.63L21.82,420.6a2.38,2.38 0,0 1,2.37 -2.38,2.39 2.39,0 0,1 2.39,2.38v2.62h2.61A2.4,2.4 0,0 1,31.58 425.61Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M238.94,425.6m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M238.94,425.6m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M246.32,425.61a2.39,2.39 0,0 1,-2.38 2.38h-2.62v2.62a2.38,2.38 0,0 1,-4.76 0L236.56,428h-2.62a2.39,2.39 0,1 1,0 -4.77L236.53,423.23L236.53,420.6a2.38,2.38 0,0 1,4.76 0v2.62h2.62A2.39,2.39 0,0 1,246.32 425.61Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M238.94,199.79m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M238.94,199.79m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M246.32,199.79a2.39,2.39 0,0 1,-2.38 2.38h-2.62v2.62a2.38,2.38 0,1 1,-4.76 0v-2.62h-2.62a2.39,2.39 0,1 1,0 -4.77L236.53,197.4v-2.62a2.38,2.38 0,0 1,4.76 0v2.62h2.62A2.39,2.39 0,0 1,246.32 199.79Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M20.66,201.81m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M20.66,201.81m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M28.04,201.81a2.39,2.39 0,0 1,-2.38 2.38h-2.62v2.62a2.38,2.38 0,1 1,-4.76 0v-2.62h-2.62a2.39,2.39 0,1 1,0 -4.77h2.62L18.28,196.8a2.38,2.38 0,0 1,4.76 0v2.62h2.62A2.39,2.39 0,0 1,28.04 201.81Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M118.26,353.72l5.34,3.71l-31.16,44.86l-5.34,-3.71z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M180.92,398.18l-5.34,3.71L148.53,363.34l-26.94,39 -5.34,-3.71 28.32,-41 1.06,-1.53a3.53,3.53 0,0 1,5.8 0l1.06,1.53Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M70.69,270.78L199.5,270.78A3.52,3.52 0,0 1,203.02 274.3L203.02,334.53A3.52,3.52 0,0 1,199.5 338.05L70.69,338.05A3.52,3.52 0,0 1,67.17 334.53L67.17,274.3A3.52,3.52 0,0 1,70.69 270.78z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M70.69,270.78L199.5,270.78A3.52,3.52 0,0 1,203.02 274.3L203.02,334.53A3.52,3.52 0,0 1,199.5 338.05L70.69,338.05A3.52,3.52 0,0 1,67.17 334.53L67.17,274.3A3.52,3.52 0,0 1,70.69 270.78z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M246.46,238.19m-9.9,0a9.9,9.9 0,1 1,19.8 0a9.9,9.9 0,1 1,-19.8 0"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M241.47,237.38L248.92,237.38A0.82,0.81 0,0 1,249.74 238.2L249.74,238.2A0.82,0.81 0,0 1,248.92 239.01L241.47,239.01A0.82,0.81 0,0 1,240.65 238.2L240.65,238.2A0.82,0.81 0,0 1,241.47 237.38z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M251.44,238.19m-0.83,0a0.83,0.83 0,1 1,1.66 0a0.83,0.83 0,1 1,-1.66 0"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M252.37,388.48a7.9,7.9 0,1 1,-0.29 -6.3"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M246.31,385.67L253.96,385.67"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M68.41,414.16h3.51l4.58,7.29v-7.29h3.55v13.18L76.53,427.34l-4.56,-7.24v7.24h-3.53Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M85.4,420.88l-3.23,-0.37a4.06,4.06 0,0 1,0.53 -1.44,3 3,0 0,1 1,-0.91 3.82,3.82 0,0 1,1.28 -0.43,8.86 8.86,0 0,1 1.76,-0.16 13.09,13.09 0,0 1,2.44 0.19,3 3,0 0,1 1.54,0.77 2.86,2.86 0,0 1,0.68 1.14,4.67 4.67,0 0,1 0.25,1.42v4.22a5.74,5.74 0,0 0,0.07 1.05,5.4 5.4,0 0,0 0.35,1h-3.17a3.65,3.65 0,0 1,-0.25 -0.56,4.32 4.32,0 0,1 -0.12,-0.61 4.38,4.38 0,0 1,-1.32 1,5.18 5.18,0 0,1 -2.08,0.39 3.32,3.32 0,0 1,-2.4 -0.79,2.61 2.61,0 0,1 -0.81,-2A2.71,2.71 0,0 1,82.53 423a3.89,3.89 0,0 1,2.18 -1c1.27,-0.28 2.09,-0.47 2.47,-0.58a11.09,11.09 0,0 0,1.19 -0.44,1.35 1.35,0 0,0 -0.26,-0.94 1.21,1.21 0,0 0,-0.9 -0.27,2.22 2.22,0 0,0 -1.25,0.29A1.6,1.6 0,0 0,85.4 420.88ZM88.33,422.81a12.94,12.94 0,0 1,-1.45 0.47,3.35 3.35,0 0,0 -1.31,0.59 1,1 0,0 0,0 1.38,1.14 1.14,0 0,0 0.82,0.27 2,2 0,0 0,1.05 -0.3,1.7 1.7,0 0,0 0.69,-0.72 2.66,2.66 0,0 0,0.2 -1.11Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M93.66,417.79h3.15v1.55A5,5 0,0 1,98.23 418a3.58,3.58 0,0 1,1.76 -0.41,2.75 2.75,0 0,1 2.2,0.91 4.13,4.13 0,0 1,0.79 2.79v6.07h-3.39v-5.25a2,2 0,0 0,-0.31 -1.27,1 1,0 0,0 -0.86,-0.38 1.2,1.2 0,0 0,-1 0.51,3.12 3.12,0 0,0 -0.38,1.8v4.59h-3.38Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M104.59,422.59a5,5 0,0 1,1.36 -3.6,5.55 5.55,0 0,1 7.68,0.25 5.08,5.08 0,0 1,1.08 3.3,5 5,0 0,1 -1.35,3.61 5.64,5.64 0,0 1,-7.16 0.23A4.81,4.81 0,0 1,104.59 422.59ZM107.97,422.59a3.06,3.06 0,0 0,0.48 1.89,1.49 1.49,0 0,0 2.4,0 3.18,3.18 0,0 0,0.47 -1.93,3 3,0 0,0 -0.47,-1.85 1.43,1.43 0,0 0,-1.17 -0.61,1.51 1.51,0 0,0 -1.23,0.62A3,3 0,0 0,107.97 422.58Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M128.35,422.56v-2.74h5.81v5.62a11.64,11.64 0,0 1,-2.95 1.68,9.47 9.47,0 0,1 -3,0.44 6.86,6.86 0,0 1,-3.53 -0.8,5.31 5.31,0 0,1 -2.12,-2.38 8.38,8.38 0,0 1,-0.75 -3.63,8.11 8.11,0 0,1 0.82,-3.76 5.53,5.53 0,0 1,2.41 -2.42,7.36 7.36,0 0,1 3.33,-0.64 8.56,8.56 0,0 1,3 0.4,3.89 3.89,0 0,1 1.66,1.23 5.54,5.54 0,0 1,1 2.1l-3.63,0.71a2.15,2.15 0,0 0,-0.76 -1.15,2.26 2.26,0 0,0 -1.36,-0.39 2.39,2.39 0,0 0,-2 0.93,4.74 4.74,0 0,0 -0.73,2.94 4.94,4.94 0,0 0,0.74 3.06,2.53 2.53,0 0,0 2.07,0.92 3.74,3.74 0,0 0,1.21 -0.2,6.12 6.12,0 0,0 1.31,-0.68v-1.24Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M145.75,427.34L135.6,427.34a7.23,7.23 0,0 1,1.06 -3.06,14.61 14.61,0 0,1 3.32,-3.39 10.56,10.56 0,0 0,1.9 -1.81,2.21 2.21,0 0,0 0.41,-1.18 1.4,1.4 0,0 0,-0.41 -1,1.35 1.35,0 0,0 -1,-0.43 1.39,1.39 0,0 0,-1.06 0.44,2.84 2.84,0 0,0 -0.55,1.56l-3.39,-0.3a6.13,6.13 0,0 1,0.73 -2.41,3.41 3.41,0 0,1 1.5,-1.33 6.28,6.28 0,0 1,2.68 -0.47,7.05 7.05,0 0,1 2.77,0.44 3.44,3.44 0,0 1,1.56 1.36,3.76 3.76,0 0,1 0.57,2 4.36,4.36 0,0 1,-0.65 2.3,9.09 9.09,0 0,1 -2.37,2.41c-0.68,0.51 -1.13,0.87 -1.36,1.07s-0.5,0.47 -0.81,0.8h5.28Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M161.33,414.16h3.75L165.08,422a7,7 0,0 1,-0.34 2.21,4.76 4.76,0 0,1 -1,1.81 4.16,4.16 0,0 1,-1.51 1.09,6.89 6.89,0 0,1 -2.63,0.44 15.27,15.27 0,0 1,-1.94 -0.13,4.69 4.69,0 0,1 -1.75,-0.54 4.38,4.38 0,0 1,-1.29 -1.13,4.22 4.22,0 0,1 -0.8,-1.52 8.17,8.17 0,0 1,-0.35 -2.23v-7.85h3.75v8a2.38,2.38 0,0 0,0.55 1.68,2 2,0 0,0 1.53,0.61 2,2 0,0 0,1.53 -0.6,2.44 2.44,0 0,0 0.55,-1.69Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M167.46,414.16h3.39v13.18h-3.39Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M177.09,414.16v3.63h1.86v2.68h-1.86v3.38a2,2 0,0 0,0.1 0.81,0.61 0.61,0 0,0 0.58,0.3 3.33,3.33 0,0 0,1 -0.23l0.25,2.53a10.1,10.1 0,0 1,-2.34 0.29,3.74 3.74,0 0,1 -1.86,-0.35 2,2 0,0 1,-0.88 -1.06,6.52 6.52,0 0,1 -0.29,-2.31v-3.36h-1.25v-2.68h1.25L173.65,416Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M180.59,417.79h3.16v1.56a3.81,3.81 0,0 1,0.94 -1.39,1.88 1.88,0 0,1 1.2,-0.39 3.33,3.33 0,0 1,1.64 0.51l-1,2.6a2.43,2.43 0,0 0,-0.94 -0.26,1.12 1.12,0 0,0 -1,0.59 6.43,6.43 0,0 0,-0.53 3.13v3.2h-3.39Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M191.47,420.88l-3.23,-0.37a4.06,4.06 0,0 1,0.53 -1.44,3 3,0 0,1 1,-0.91 3.82,3.82 0,0 1,1.28 -0.43,8.86 8.86,0 0,1 1.76,-0.16 13.09,13.09 0,0 1,2.44 0.19,3 3,0 0,1 1.54,0.77 2.86,2.86 0,0 1,0.68 1.14,4.67 4.67,0 0,1 0.25,1.42v4.22a4.85,4.85 0,0 0,0.08 1.05,4.6 4.6,0 0,0 0.34,1h-3.17a3.65,3.65 0,0 1,-0.25 -0.56,4.32 4.32,0 0,1 -0.12,-0.61 4.38,4.38 0,0 1,-1.32 1,5.15 5.15,0 0,1 -2.08,0.39 3.28,3.28 0,0 1,-2.39 -0.79,2.58 2.58,0 0,1 -0.82,-2A2.67,2.67 0,0 1,188.53 423a3.86,3.86 0,0 1,2.17 -1c1.27,-0.28 2.09,-0.47 2.47,-0.58a11.09,11.09 0,0 0,1.19 -0.44,1.36 1.36,0 0,0 -0.25,-0.94 1.25,1.25 0,0 0,-0.91 -0.27,2.18 2.18,0 0,0 -1.24,0.29A1.6,1.6 0,0 0,191.47 420.88ZM194.4,422.81a12.94,12.94 0,0 1,-1.45 0.47,3.21 3.21,0 0,0 -1.3,0.59 1,1 0,0 0,-0.29 0.67,1 1,0 0,0 0.28,0.71 1.14,1.14 0,0 0,0.82 0.27,1.94 1.94,0 0,0 1.05,-0.3 1.7,1.7 0,0 0,0.69 -0.72,2.51 2.51,0 0,0 0.2,-1.11Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M239.41,342.57v16l0.41,-0.47a7.4,7.4 0,0 1,5.54 -2.48h0.24a8.27,8.27 0,0 0,6.37 -3l0.18,-0.21a3.11,3.11 0,0 0,0.14 -3.78l-0.24,-0.34a8.29,8.29 0,0 0,-6.76 -3.49h-0.57a7.4,7.4 0,0 1,-4.87 -1.83Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M239.4,353.24a2.68,2.68 0,1 1,0 -5.35"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M248.22,306.89a6.85,6.85 0,0 0,-3.84 1.17l-0.15,0.11 -8,5.63 8,5.63 0.15,0.11a6.91,6.91 0,1 0,3.84 -12.65ZM248.22,316.61a2.81,2.81 0,1 1,2.81 -2.81A2.81,2.81 0,0 1,248.22 316.61Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M242.08,279.31l5.51,8.54l-11.03,0l0,-17.07l11.03,0l-5.51,8.53z"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M253.58,279.03l-5.99,8.82l-5.51,-8.54l5.51,-8.53l5.99,8.25z"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
|
@ -0,0 +1,263 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="554dp"
|
||||
android:height="1466.5dp"
|
||||
android:viewportWidth="554"
|
||||
android:viewportHeight="1466.5">
|
||||
<path
|
||||
android:pathData="M126.2,541.6h84.3v27.6h-84.3z"
|
||||
android:fillColor="#e2d299"/>
|
||||
<path
|
||||
android:pathData="M132.8,512.4h71.7v29.2h-71.7z"
|
||||
android:fillColor="#e2d299"/>
|
||||
<path
|
||||
android:pathData="M137,448.4L199.7,448.4A15.6,15.6 0,0 1,215.3 463.9L215.3,496.8A15.6,15.6 0,0 1,199.7 512.4L137,512.4A15.6,15.6 0,0 1,121.4 496.8L121.4,463.9A15.6,15.6 0,0 1,137 448.4z"
|
||||
android:fillColor="#e2d299"/>
|
||||
<path
|
||||
android:pathData="M137.2,436.3h62.5v12.1h-62.5z"
|
||||
android:fillColor="#2d2d2d"/>
|
||||
<path
|
||||
android:pathData="M168.3,2h0a42.2,42.2 0,0 1,42.2 42.2L210.5,432.8a3.5,3.5 0,0 1,-3.5 3.5L129.6,436.3a3.5,3.5 0,0 1,-3.5 -3.5L126.2,44.2a42.2,42.2 0,0 1,42.2 -42.2Z"
|
||||
android:fillColor="#2d2d2d"/>
|
||||
<path
|
||||
android:pathData="M41.6,569.2L512.4,569.2A39.5,39.5 0,0 1,551.9 608.8L551.9,1424.9A39.5,39.5 0,0 1,512.4 1464.5L41.6,1464.5A39.5,39.5 0,0 1,2 1424.9L2,608.8A39.5,39.5 0,0 1,41.6 569.2z"
|
||||
android:fillColor="#e6e8e8"/>
|
||||
<path
|
||||
android:pathData="M520,475.2h-62.3a31.9,31.9 0,0 0,-31.9 31.9v62.1l126.1,51.2L551.9,507.1A31.9,31.9 0,0 0,520 475.2ZM523.9,535a13.9,13.9 0,0 1,-13.9 13.9h-43.7a13.9,13.9 0,0 1,-13.9 -13.9L452.4,514.1a13.9,13.9 0,0 1,13.9 -13.9h43.7a13.9,13.9 0,0 1,13.9 13.9Z"
|
||||
android:fillColor="#e6e8e8"/>
|
||||
<path
|
||||
android:pathData="M55.5,597.9l-14.6,0l-7.3,12.6l7.3,12.7l14.6,0l7.3,-12.7l-7.3,-12.6z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M498.4,597.9l14.6,0l7.3,12.6l-7.3,12.7l-14.6,0l-7.3,-12.7l7.3,-12.6z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M55.5,1435.8l-14.6,0l-7.3,-12.6l7.3,-12.7l14.6,0l7.3,12.7l-7.3,12.6z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M498.4,1435.8l14.6,0l7.3,-12.6l-7.3,-12.7l-14.6,0l-7.3,12.7l7.3,12.6z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M135.4,958.9L422.2,958.9A17.1,17.1 0,0 1,439.3 976L439.3,1102.7A17.1,17.1 0,0 1,422.2 1119.8L135.4,1119.8A17.1,17.1 0,0 1,118.3 1102.7L118.3,976A17.1,17.1 0,0 1,135.4 958.9z"
|
||||
android:fillColor="#2d2d2d"/>
|
||||
<path
|
||||
android:pathData="M75.6,681.8L75.6,681.8A18.6,18.6 0,0 1,94.2 700.5L94.2,1337.4A18.6,18.6 0,0 1,75.6 1356L75.6,1356A18.6,18.6 0,0 1,57 1337.4L57,700.5A18.6,18.6 0,0 1,75.6 681.8z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M175.6,667.9v169.1a18.6,18.6 0,0 1,-18.6 18.6h0A18.6,18.6 0,0 1,138.4 837L138.4,668.5c0,-10.2 8.4,-19.2 18.6,-19.2a18.6,18.6 0,0 1,18.6 18.6Z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M157,1150.8h0a18.6,18.6 0,0 1,18.6 18.6v198.5c0,10.1 -7.7,18.7 -17.8,19.2A18.6,18.6 0,0 1,138.4 1368.5L138.4,1169.5A18.6,18.6 0,0 1,157 1150.8Z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M257.4,636.5L257.4,785.5a18.6,18.6 0,0 1,-18.6 18.6h0a18.6,18.6 0,0 1,-18.6 -18.6L220.2,637c0,-10.2 8.4,-19.2 18.6,-19.2A18.6,18.6 0,0 1,257.4 636.5Z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M238.8,1150.8h0a18.6,18.6 0,0 1,18.6 18.6v231.5c0,10 -7.7,18.7 -17.8,19.2a18.6,18.6 0,0 1,-19.4 -18.6v-232A18.6,18.6 0,0 1,238.8 1150.8Z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M482.7,1356L482.7,1356A18.6,18.6 0,0 1,464.1 1337.4L464.1,700.5A18.6,18.6 0,0 1,482.7 681.8L482.7,681.8A18.6,18.6 0,0 1,501.3 700.5L501.3,1337.4A18.6,18.6 0,0 1,482.7 1356z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M382.7,667.9v169.1a18.6,18.6 0,0 0,18.6 18.6h0a18.6,18.6 0,0 0,18.6 -18.6L419.9,668.5c0,-10.2 -8.4,-19.2 -18.6,-19.2a18.6,18.6 0,0 0,-18.6 18.6Z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M401.3,1150.8h0a18.6,18.6 0,0 0,-18.6 18.6v198.5c0,10.1 7.7,18.7 17.8,19.2a18.6,18.6 0,0 0,19.4 -18.6L419.9,1169.5A18.6,18.6 0,0 0,401.3 1150.8Z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M300.9,636.5L300.9,785.5a18.6,18.6 0,0 0,18.6 18.6h0a18.6,18.6 0,0 0,18.6 -18.6L338.1,637c0,-10.2 -8.4,-19.2 -18.6,-19.2a18.6,18.6 0,0 0,-18.6 18.6Z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M319.5,1150.8h0a18.6,18.6 0,0 0,-18.6 18.6v231.5c0,10 7.7,18.7 17.8,19.2a18.6,18.6 0,0 0,19.5 -18.6v-232A18.6,18.6 0,0 0,319.5 1150.8Z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M539.8,669.5v694.7a14.9,14.9 0,0 1,-14.9 14.9h-27.5a35.8,35.8 0,0 0,-35.8 35.8v22.6a14.9,14.9 0,0 1,-14.9 14.9L107.1,1452.3a14.9,14.9 0,0 1,-14.9 -14.9v-22.6a35.7,35.7 0,0 0,-35.8 -35.8L29.1,1379.1a14.9,14.9 0,0 1,-14.9 -14.9L14.2,669.5A14.9,14.9 0,0 1,29.1 654.6h27.5a35.8,35.8 0,0 0,35.8 -35.8L92.3,596.2a14.9,14.9 0,0 1,14.9 -14.9h339.7a14.9,14.9 0,0 1,14.9 14.9v22.6A35.8,35.8 0,0 0,497.4 654.6h27.5A14.9,14.9 0,0 1,539.8 669.5Z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#999"/>
|
||||
<path
|
||||
android:pathData="M248.2,822.4L256.9,828.6A1.3,1.3 80.4,0 1,257.2 830.4L185.2,931.7A1.3,1.3 80.4,0 1,183.4 932L174.7,925.8A1.3,1.3 80.4,0 1,174.4 924L246.4,822.7A1.3,1.3 80.4,0 1,248.2 822.4z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M389.7,925.8l-8.7,6.2a1.3,1.3 0,0 1,-1.8 -0.3l-64.5,-90.7 -64.5,90.7a1.3,1.3 0,0 1,-1.8 0.3l-8.7,-6.2a1.3,1.3 0,0 1,-0.3 -1.8l67.1,-94.4 4,-5.7a5,5 0,0 1,8.2 0l4,5.7 67.1,94.4A1.3,1.3 0,0 1,389.7 925.8Z"
|
||||
android:fillColor="#c8cccb"/>
|
||||
<path
|
||||
android:pathData="M41.6,569.2L512.4,569.2A39.5,39.5 0,0 1,551.9 608.8L551.9,1424.9A39.5,39.5 0,0 1,512.4 1464.5L41.6,1464.5A39.5,39.5 0,0 1,2 1424.9L2,608.8A39.5,39.5 0,0 1,41.6 569.2z"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M425.8,569.2L425.8,507.1a31.9,31.9 0,0 1,31.9 -31.9h62.3a31.9,31.9 0,0 1,31.9 31.9L551.9,620.4"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M80.1,569.2v47.3a25.9,25.9 0,0 1,-25.9 25.9L2,642.4"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M48.3,610.5m-27.3,0a27.3,27.3 0,1 1,54.7 0a27.3,27.3 0,1 1,-54.7 0"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M55.5,597.9l-14.6,0l-7.3,12.6l7.3,12.7l14.6,0l7.3,-12.7l-7.3,-12.6z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M551.9,642.5h-52.1a25.9,25.9 0,0 1,-25.9 -25.9v-47.3"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M505.7,610.5m-27.3,0a27.3,27.3 0,1 1,54.7 0a27.3,27.3 0,1 1,-54.7 0"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M498.4,597.9l14.6,0l7.3,12.6l-7.3,12.7l-14.6,0l-7.3,-12.7l7.3,-12.6z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M2,1391.2L54.2,1391.2a25.9,25.9 0,0 1,25.9 25.9v47.3"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M48.3,1423.2m-27.3,0a27.3,27.3 0,1 1,54.7 0a27.3,27.3 0,1 1,-54.7 0"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M55.5,1435.8l-14.6,0l-7.3,-12.6l7.3,-12.7l14.6,0l7.3,12.7l-7.3,12.6z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M473.8,1464.5v-47.3a25.9,25.9 0,0 1,25.9 -25.9h52.1"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M505.7,1423.2m-27.3,0a27.3,27.3 0,1 1,54.7 0a27.3,27.3 0,1 1,-54.7 0"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M498.4,1435.8l14.6,0l7.3,-12.6l-7.3,-12.7l-14.6,0l-7.3,12.7l7.3,12.6z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M135.4,958.9L422.2,958.9A17.1,17.1 0,0 1,439.3 976L439.3,1102.7A17.1,17.1 0,0 1,422.2 1119.8L135.4,1119.8A17.1,17.1 0,0 1,118.3 1102.7L118.3,976A17.1,17.1 0,0 1,135.4 958.9z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M75.6,681.8L75.6,681.8A18.6,18.6 0,0 1,94.2 700.5L94.2,1337.4A18.6,18.6 0,0 1,75.6 1356L75.6,1356A18.6,18.6 0,0 1,57 1337.4L57,700.5A18.6,18.6 0,0 1,75.6 681.8z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M175.6,667.9v169.1a18.6,18.6 0,0 1,-18.6 18.6h0A18.6,18.6 0,0 1,138.4 837L138.4,668.5c0,-10.2 8.4,-19.2 18.6,-19.2a18.6,18.6 0,0 1,18.6 18.6Z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M157,1150.8h0a18.6,18.6 0,0 1,18.6 18.6v198.5c0,10.1 -7.7,18.7 -17.8,19.2A18.6,18.6 0,0 1,138.4 1368.5L138.4,1169.5A18.6,18.6 0,0 1,157 1150.8Z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M257.4,636.5L257.4,785.5a18.6,18.6 0,0 1,-18.6 18.6h0a18.6,18.6 0,0 1,-18.6 -18.6L220.2,637c0,-10.2 8.4,-19.2 18.6,-19.2A18.6,18.6 0,0 1,257.4 636.5Z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M238.8,1150.8h0a18.6,18.6 0,0 1,18.6 18.6v231.5c0,10 -7.7,18.7 -17.8,19.2a18.6,18.6 0,0 1,-19.4 -18.6v-232A18.6,18.6 0,0 1,238.8 1150.8Z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M482.7,1356L482.7,1356A18.6,18.6 0,0 1,464.1 1337.4L464.1,700.5A18.6,18.6 0,0 1,482.7 681.8L482.7,681.8A18.6,18.6 0,0 1,501.3 700.5L501.3,1337.4A18.6,18.6 0,0 1,482.7 1356z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M382.7,667.9v169.1a18.6,18.6 0,0 0,18.6 18.6h0a18.6,18.6 0,0 0,18.6 -18.6L419.9,668.5c0,-10.2 -8.4,-19.2 -18.6,-19.2a18.6,18.6 0,0 0,-18.6 18.6Z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M401.3,1150.8h0a18.6,18.6 0,0 0,-18.6 18.6v198.5c0,10.1 7.7,18.7 17.8,19.2a18.6,18.6 0,0 0,19.4 -18.6L419.9,1169.5A18.6,18.6 0,0 0,401.3 1150.8Z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M300.9,636.5L300.9,785.5a18.6,18.6 0,0 0,18.6 18.6h0a18.6,18.6 0,0 0,18.6 -18.6L338.1,637c0,-10.2 -8.4,-19.2 -18.6,-19.2a18.6,18.6 0,0 0,-18.6 18.6Z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M319.5,1150.8h0a18.6,18.6 0,0 0,-18.6 18.6v231.5c0,10 7.7,18.7 17.8,19.2a18.6,18.6 0,0 0,19.5 -18.6v-232A18.6,18.6 0,0 0,319.5 1150.8Z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M466.3,500.2L510,500.2A13.9,13.9 0,0 1,523.9 514.1L523.9,535A13.9,13.9 0,0 1,510 548.9L466.3,548.9A13.9,13.9 0,0 1,452.4 535L452.4,514.1A13.9,13.9 0,0 1,466.3 500.2z"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M466.3,493.5L510,493.5A20.4,20.4 0,0 1,530.3 513.8L530.3,535A20.4,20.4 0,0 1,510 555.4L466.3,555.4A20.4,20.4 0,0 1,446 535L446,513.8A20.4,20.4 0,0 1,466.3 493.5z"
|
||||
android:strokeWidth="1.33"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M126.2,541.6h84.3v27.6h-84.3z"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M132.8,512.4h71.7v29.2h-71.7z"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M137,448.4L199.7,448.4A15.6,15.6 0,0 1,215.3 463.9L215.3,496.8A15.6,15.6 0,0 1,199.7 512.4L137,512.4A15.6,15.6 0,0 1,121.4 496.8L121.4,463.9A15.6,15.6 0,0 1,137 448.4z"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M137.2,436.3h62.5v12.1h-62.5z"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M168.3,2h0a42.2,42.2 0,0 1,42.2 42.2L210.5,432.8a3.5,3.5 0,0 1,-3.5 3.5L129.6,436.3a3.5,3.5 0,0 1,-3.5 -3.5L126.2,44.2a42.2,42.2 0,0 1,42.2 -42.2Z"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M126.2,79L210.5,79"
|
||||
android:strokeWidth="2.66"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M126.2,88L210.5,88"
|
||||
android:strokeWidth="2.66"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M248.2,822.4L256.9,828.6A1.3,1.3 80.4,0 1,257.2 830.4L185.2,931.7A1.3,1.3 80.4,0 1,183.4 932L174.7,925.8A1.3,1.3 80.4,0 1,174.4 924L246.4,822.7A1.3,1.3 80.4,0 1,248.2 822.4z"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M389.7,925.8l-8.7,6.2a1.3,1.3 0,0 1,-1.8 -0.3l-64.5,-90.7 -64.5,90.7a1.3,1.3 0,0 1,-1.8 0.3l-8.7,-6.2a1.3,1.3 0,0 1,-0.3 -1.8l67.1,-94.4 4,-5.7a5,5 0,0 1,8.2 0l4,5.7 67.1,94.4A1.3,1.3 0,0 1,389.7 925.8Z"
|
||||
android:strokeWidth="1.31"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
</vector>
|
|
@ -0,0 +1,180 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="640.3dp"
|
||||
android:height="1015.7dp"
|
||||
android:viewportWidth="640.3"
|
||||
android:viewportHeight="1015.7">
|
||||
<path
|
||||
android:pathData="M415.9,508.2h56.5v10h-56.5z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M411.9,475h63.8v33.3h-63.8z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M416.3,475v-5.3a2.8,2.8 0,0 1,2.8 -2.8h50.5a2.8,2.8 0,0 1,2.8 2.8v5.3"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M416.6,392.3L472.3,392.3A3.5,3.5 0,0 1,475.8 395.8L475.8,459.6A3.5,3.5 0,0 1,472.3 463L416.6,463A3.5,3.5 0,0 1,413.1 459.6L413.1,395.8A3.5,3.5 0,0 1,416.6 392.3z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M419.2,463h50.7v3.9h-50.7z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M421.6,369.9s-2.8,-3.8 -4.5,-3.3 -3.9,0.3 -1.5,2.7l12.9,13s0.8,0.8 0.6,3.4 0.1,5.6 0.6,5.9 30.4,1.6 30.6,-0.8 0.7,-6.3 -0.7,-5.7 -11.4,4.4 -19.5,0.1S421.6,369.9 421.6,369.9Z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M618.4,612.3v321.6a59.8,59.8 0,0 1,-59.8 59.8L81.8,993.7a59.8,59.8 0,0 1,-59.8 -59.8L22,612.3a59.8,59.8 0,0 1,59.8 -59.8h476.8A59.8,59.8 0,0 1,618.4 612.3Z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M558.6,531.5L81.8,531.5a80.8,80.8 0,0 0,-80.8 80.8v321.6a80.8,80.8 0,0 0,80.8 80.8h476.8a80.8,80.8 0,0 0,80.8 -80.8L639.4,612.3A80.8,80.8 0,0 0,558.6 531.5ZM618.4,933.9a59.8,59.8 0,0 1,-59.8 59.8L81.8,993.7a59.8,59.8 0,0 1,-59.8 -59.8L22,612.3a59.8,59.8 0,0 1,59.8 -59.8h476.8A59.8,59.8 0,0 1,618.4 612.3Z"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M155.7,645.2h328.9v250.9h-328.9z"
|
||||
android:fillColor="#434343"/>
|
||||
<path
|
||||
android:pathData="M558.6,552.5a59.8,59.8 0,0 1,59.8 59.8v321.6a59.8,59.8 0,0 1,-59.8 59.8L81.8,993.7a59.8,59.8 0,0 1,-59.8 -59.8L22,612.3a59.8,59.8 0,0 1,59.8 -59.8h476.8m0,-21L81.8,531.5a80.8,80.8 0,0 0,-80.8 80.8v321.6a80.8,80.8 0,0 0,80.8 80.8h476.8a80.8,80.8 0,0 0,80.8 -80.8L639.3,612.3a80.8,80.8 0,0 0,-80.8 -80.8Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M155.7,645.2h328.9v250.9h-328.9z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M416.9,521.9h55.5v9.6h-55.5z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M416.9,521.9h55.5v9.6h-55.5z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M415.9,508.2h56.5v10h-56.5z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M411.9,475h63.8v33.3h-63.8z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M416.3,475v-5.3a2.8,2.8 0,0 1,2.8 -2.8h50.5a2.8,2.8 0,0 1,2.8 2.8v5.3"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M416.6,392.3L472.3,392.3A3.5,3.5 0,0 1,475.8 395.8L475.8,459.6A3.5,3.5 0,0 1,472.3 463L416.6,463A3.5,3.5 0,0 1,413.1 459.6L413.1,395.8A3.5,3.5 0,0 1,416.6 392.3z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M419.2,463h50.7v3.9h-50.7z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M429.4,392.3L429.4,377.2"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M461,392.3L461,384.6"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M120.8,7.9l363.9,355.8 -18.1,16.9a24.6,24.6 0,0 1,-33.7 0l-14.9,-14a0.4,0.4 0,0 0,-0.5 -0.1h0a13.4,13.4 0,0 1,-14.9 -2.9L86.7,42.1a24.1,24.1 0,0 1,1.2 -35h0A24.1,24.1 0,0 1,120.8 7.9Z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M154.8,41.2c-2.3,-2.1 -11.9,3.6 -21.1,13.4s-15.3,19.5 -13.1,21.7l-2.5,-2.8c-2.3,-2.1 3.9,-11.8 13.1,-21.7s18.8,-15.5 21.1,-13.4l-4.2,-3.6c-2.3,-2.1 -11.9,3.6 -21.1,13.4s-15.3,19.6 -13.1,21.7l-2.5,-2.8c-2.3,-2.1 3.9,-11.9 13.1,-21.7s18.8,-15.5 21.1,-13.4"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M120.8,7.9l363.9,355.8 -18.1,16.9a24.6,24.6 0,0 1,-33.7 0l-14.9,-14a0.4,0.4 0,0 0,-0.5 -0.1h0a13.4,13.4 0,0 1,-14.9 -2.9L86.7,42.1a24.1,24.1 0,0 1,1.2 -35h0A24.1,24.1 0,0 1,120.8 7.9Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M413.8,367.5L429.4,383.3"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M447.6,361.3m-6,0a6,6 0,1 1,12 0a6,6 0,1 1,-12 0"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M447.6,361.3m-6,0a6,6 0,1 1,12 0a6,6 0,1 1,-12 0"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M111.3,67.1c-2.3,-2.1 3.9,-11.9 13.1,-21.7s18.8,-15.5 21.1,-13.4"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M113.8,69.9c-2.3,-2.1 3.9,-11.9 13.1,-21.7s18.8,-15.5 21.1,-13.4"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M118.1,73.5c-2.3,-2.1 3.9,-11.8 13.1,-21.7s18.8,-15.5 21.1,-13.4"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M120.6,76.3c-2.3,-2.1 3.9,-11.8 13.1,-21.7s18.8,-15.5 21.1,-13.4"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M422.9,518.2h41.6v3.8h-41.6z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M422.9,518.2h41.6v3.8h-41.6z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M415.9,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M420.1,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M424.3,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M428.6,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M432.8,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M437,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M441.2,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M445.5,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M449.7,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M453.9,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M458.1,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M462.4,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M466.6,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M470.8,479.5h1.6v25h-1.6z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
</vector>
|
Plik diff jest za duży
Load Diff
|
@ -0,0 +1,292 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="677dp"
|
||||
android:height="692.34dp"
|
||||
android:viewportWidth="677"
|
||||
android:viewportHeight="692.34">
|
||||
<path
|
||||
android:pathData="M29.16,646.01c-19.75,-8.13 -31.52,-23.69 -26.5,-40.61l69.29,-233.38a11,11 0,0 1,2.09 4.35l4.07,19.26"
|
||||
android:fillColor="#d3d3d3"/>
|
||||
<path
|
||||
android:pathData="M76.38,387.63l-65.73,221.37a30.26,30.26 0,0 0,33.33 38.56L128.78,635.39"
|
||||
android:fillColor="#bfbfbe"/>
|
||||
<path
|
||||
android:pathData="M93.67,469.25l-30.5,104.26 -18.71,2.1 30,-98.73a3,3 0,0 0,-2.87 -3.87,6.45 6.45,0 0,1 -6.16,-8.36l16.23,-52.36Z"
|
||||
android:fillColor="#b0b0af"/>
|
||||
<path
|
||||
android:pathData="M114.5,567.76l-44.25,4.97l26.09,-90.85l18.16,85.88z"
|
||||
android:fillColor="#b0b0af"/>
|
||||
<path
|
||||
android:pathData="M61.65,578.73 L48.29,624.39a3.68,3.68 0,0 1,0 -2.11,5.17 5.17,0 0,0 -5,-6.53h-2.43a6.34,6.34 0,0 1,-6.07 -8.19l8.14,-26.82Z"
|
||||
android:fillColor="#b0b0af"/>
|
||||
<path
|
||||
android:pathData="M125.41,619.38l-70.66,7.29l13.99,-48.7l46.84,-5.06l9.83,46.47z"
|
||||
android:fillColor="#b0b0af"/>
|
||||
<path
|
||||
android:pathData="M661.38,603.47c-9.54,7.22 -39,20.08 -59.5,23.23l-414.72,63.57A48.48,48.48 0,0 1,132.38 652.39l-7,-33L81.63,412.29 74.04,376.39a10,10 0,0 0,-2.09 -4.35l-9.8,-11.87a10,10 0,0 1,-2.09 -4.35L4.77,94.26c-0.1,-0.45 -0.18,-0.91 -0.26,-1.36a26.13,26.13 0,0 1,14.41 -27.36l36.79,-18.33c11.15,-5.55 21.79,-6.71 34.35,-7.73Z"
|
||||
android:fillColor="#e5e5e3"/>
|
||||
<path
|
||||
android:pathData="M521.64,1.61a28.15,28.15 0,0 1,29.92 21.84l123.06,543.61a35.82,35.82 0,0 1,-29.51 43.32L230.38,673.95a48.48,48.48 0,0 1,-54.77 -37.89L57.13,75.56A29.51,29.51 0,0 1,83.38 40.06Z"
|
||||
android:fillColor="#d3d3d3"/>
|
||||
<path
|
||||
android:pathData="M89.29,82.64 L202.43,619.89a17,17 0,0 0,19.22 13.33l426,-64.41a14.6,14.6 0,0 0,12 -17.67L543.86,40.85a14.27,14.27 0,0 0,-15.18 -11.05L100.03,68.12A12.07,12.07 0,0 0,89.29 82.64Z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M89.29,82.64 L202.43,619.89a17,17 0,0 0,19.22 13.33l426,-64.41a14.6,14.6 0,0 0,12 -17.67L543.86,40.85a14.27,14.27 0,0 0,-15.18 -11.05L100.03,68.12A12.07,12.07 0,0 0,89.29 82.64Z"
|
||||
android:strokeWidth="1.65"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M521.64,1.61a28.15,28.15 0,0 1,29.92 21.84l123.06,543.61a35.82,35.82 0,0 1,-29.51 43.32L230.38,673.95a48.48,48.48 0,0 1,-54.77 -37.89L57.13,75.56A29.51,29.51 0,0 1,83.38 40.06Z"
|
||||
android:strokeWidth="3"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M90.06,39.48c-12.56,1 -23.2,2.18 -34.35,7.73l-36.79,18.33a26.12,26.12 0,0 0,-14.41 27.36c0.08,0.46 0.16,0.91 0.26,1.36l55.29,261.54a10,10 0,0 0,2.09 4.35l9.8,11.87a10,10 0,0 1,2.09 4.35L132.38,652.39a48.48,48.48 0,0 0,54.77 37.89l414.72,-63.57c20.54,-3.15 50,-16 59.5,-23.22"
|
||||
android:strokeWidth="3"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M29.16,646.01c-19.75,-8.13 -31.52,-23.69 -26.5,-40.61l69.29,-233.38"
|
||||
android:strokeWidth="3"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M76.38,387.63l-65.73,221.37a30.26,30.26 0,0 0,33.33 38.56L128.78,635.39"
|
||||
android:strokeWidth="3"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M121.4,496.22a3.34,2.7 83.28,1 0,5.36 -0.63a3.34,2.7 83.28,1 0,-5.36 0.63z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M60.62,319.3a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M67.85,316.17a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M75.09,313.05a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M82.32,309.92a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M89.55,306.79a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M58.56,309.35a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M65.79,306.23a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M73.02,303.1a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M80.25,299.97a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M87.48,296.85a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M56.49,299.4a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M63.73,296.28a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M70.96,293.15a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M78.19,290.03a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M85.42,286.9a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M54.43,289.46a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M61.66,286.33a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M68.89,283.2a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M76.12,280.08a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M83.35,276.95a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M52.37,279.51a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M59.6,276.38a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M66.83,273.26a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M74.06,270.13a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M81.29,267a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M50.3,269.56a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M57.53,266.44a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M64.76,263.31a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M71.99,260.18a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M79.22,257.06a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M48.24,259.62a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M55.47,256.49a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M62.7,253.36a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M69.93,250.24a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M77.16,247.11a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M46.17,249.67a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M53.4,246.54a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M60.63,243.42a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M67.86,240.29a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M75.09,237.16a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M44.11,239.72a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M51.34,236.6a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M58.57,233.47a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M65.8,230.34a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M73.03,227.22a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M42.04,229.77a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M49.27,226.65a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M56.5,223.52a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M63.74,220.4a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M70.97,217.27a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M39.98,219.83a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M47.21,216.7a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M54.44,213.57a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M61.67,210.45a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M68.9,207.32a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M37.91,209.88a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M45.14,206.75a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M52.38,203.63a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M59.61,200.5a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M66.84,197.37a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M35.85,199.93a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M43.08,196.81a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M50.31,193.68a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M57.54,190.55a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M64.77,187.43a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M33.79,189.99a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M41.02,186.86a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M48.25,183.73a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M55.48,180.61a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M62.71,177.48a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M31.72,180.04a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M38.95,176.91a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M46.18,173.79a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M53.41,170.66a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M60.64,167.53a2.21,2.73 0,1 0,4.42 0a2.21,2.73 0,1 0,-4.42 0z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M124.91,510.05a3.34,2.7 83.28,1 0,5.36 -0.63a3.34,2.7 83.28,1 0,-5.36 0.63z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M128.4,523.88a3.34,2.7 83.28,1 0,5.36 -0.63a3.34,2.7 83.28,1 0,-5.36 0.63z"
|
||||
android:fillColor="#cccccb"/>
|
||||
</vector>
|
|
@ -0,0 +1,711 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1268.1dp"
|
||||
android:height="1270.6dp"
|
||||
android:viewportWidth="1268.1"
|
||||
android:viewportHeight="1270.6">
|
||||
<path
|
||||
android:pathData="M1127.4,0.9L1256.9,0.9A10.3,10.3 0,0 1,1267.2 11.2L1267.2,943.5A10.3,10.3 0,0 1,1256.9 953.8L1127.4,953.8A10.3,10.3 0,0 1,1117.2 943.5L1117.2,11.2A10.3,10.3 0,0 1,1127.4 0.9z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M1127.4,0.9L1256.9,0.9A10.3,10.3 0,0 1,1267.2 11.2L1267.2,943.5A10.3,10.3 0,0 1,1256.9 953.8L1127.4,953.8A10.3,10.3 0,0 1,1117.2 943.5L1117.2,11.2A10.3,10.3 0,0 1,1127.4 0.9z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M15.9,127.6L394.6,127.6A15,15 0,0 1,409.6 142.6L409.6,998.9A15,15 0,0 1,394.6 1013.9L15.9,1013.9A15,15 0,0 1,0.9 998.9L0.9,142.6A15,15 0,0 1,15.9 127.6z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M15.9,127.6L394.6,127.6A15,15 0,0 1,409.6 142.6L409.6,998.9A15,15 0,0 1,394.6 1013.9L15.9,1013.9A15,15 0,0 1,0.9 998.9L0.9,142.6A15,15 0,0 1,15.9 127.6z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1187.9,798.9L1224.5,798.9A5.8,5.8 0,0 1,1230.2 804.6L1230.2,841.2A5.8,5.8 0,0 1,1224.5 847L1187.9,847A5.8,5.8 0,0 1,1182.2 841.2L1182.2,804.6A5.8,5.8 0,0 1,1187.9 798.9z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M1185.4,876.6L1227,876.6A5.8,5.8 0,0 1,1232.8 882.4L1232.8,924A5.8,5.8 0,0 1,1227 929.7L1185.4,929.7A5.8,5.8 0,0 1,1179.6 924L1179.6,882.4A5.8,5.8 0,0 1,1185.4 876.6z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M1187.9,798.9L1224.5,798.9A5.8,5.8 0,0 1,1230.2 804.6L1230.2,841.2A5.8,5.8 0,0 1,1224.5 847L1187.9,847A5.8,5.8 0,0 1,1182.2 841.2L1182.2,804.6A5.8,5.8 0,0 1,1187.9 798.9z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1185.4,876.6L1227,876.6A5.8,5.8 0,0 1,1232.8 882.4L1232.8,924A5.8,5.8 0,0 1,1227 929.7L1185.4,929.7A5.8,5.8 0,0 1,1179.6 924L1179.6,882.4A5.8,5.8 0,0 1,1185.4 876.6z"
|
||||
android:strokeWidth="1.98"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M189.8,525.4L231.4,525.4A5.8,5.8 0,0 1,237.2 531.2L237.2,572.8A5.8,5.8 0,0 1,231.4 578.5L189.8,578.5A5.8,5.8 0,0 1,184.1 572.8L184.1,531.2A5.8,5.8 0,0 1,189.8 525.4z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M189.8,525.4L231.4,525.4A5.8,5.8 0,0 1,237.2 531.2L237.2,572.8A5.8,5.8 0,0 1,231.4 578.5L189.8,578.5A5.8,5.8 0,0 1,184.1 572.8L184.1,531.2A5.8,5.8 0,0 1,189.8 525.4z"
|
||||
android:strokeWidth="1.98"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M220.8,430.3L262.4,430.3A5.8,5.8 0,0 1,268.2 436L268.2,477.6A5.8,5.8 0,0 1,262.4 483.4L220.8,483.4A5.8,5.8 0,0 1,215.1 477.6L215.1,436A5.8,5.8 0,0 1,220.8 430.3z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M220.8,430.3L262.4,430.3A5.8,5.8 0,0 1,268.2 436L268.2,477.6A5.8,5.8 0,0 1,262.4 483.4L220.8,483.4A5.8,5.8 0,0 1,215.1 477.6L215.1,436A5.8,5.8 0,0 1,220.8 430.3z"
|
||||
android:strokeWidth="1.98"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1216.7,941.4L1187.8,941.4c4.3,-46.3 4.8,-85.4 4.7,-105.3a14.4,14.4 0,0 1,13.9 -14.4h0.5a14.4,14.4 0,0 1,14.4 14.3C1221.4,856.1 1220.9,894.9 1216.7,941.4Z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M1216.7,941.4L1187.8,941.4c4.3,-46.3 4.8,-85.4 4.7,-105.3a14.4,14.4 0,0 1,13.9 -14.4h0.5a14.4,14.4 0,0 1,14.4 14.3C1221.4,856.1 1220.9,894.9 1216.7,941.4Z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M1216.7,941.4c-2.5,28.1 -6.4,59 -12.3,90.3 -11.8,62.7 -29.3,114 -52,152.3 -29.7,50.1 -68.5,78.5 -115.3,84.5a143.9,143.9 0,0 1,-18.7 1.2c-31.3,0 -59.9,-10.6 -85.2,-31.6 -103,-85.6 -117.1,-318 -117.6,-327.8l28.7,-1.6c0.1,2.3 13.9,229.7 107.3,307.3 24.2,20.1 51,28 81.9,24 86.8,-11.1 125.5,-122.1 142.6,-213.2 5.5,-29.4 9.2,-58.6 11.7,-85.4Z"
|
||||
android:fillColor="#282828"/>
|
||||
<path
|
||||
android:pathData="M1216.7,941.4c-2.5,28.1 -6.4,59 -12.3,90.3 -11.8,62.7 -29.3,114 -52,152.3 -29.7,50.1 -68.5,78.5 -115.3,84.5a143.9,143.9 0,0 1,-18.7 1.2c-31.3,0 -59.9,-10.6 -85.2,-31.6 -103,-85.6 -117.1,-318 -117.6,-327.8l28.7,-1.6c0.1,2.3 13.9,229.7 107.3,307.3 24.2,20.1 51,28 81.9,24 86.8,-11.1 125.5,-122.1 142.6,-213.2 5.5,-29.4 9.2,-58.6 11.7,-85.4Z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M254.1,461.1c-5.5,11.5 -17.9,43.3 -38.4,126.3l-24.7,-4.8c16.2,-65.8 30.2,-111.3 40.9,-133a10.4,10.4 0,0 1,9 -5.8C249.1,443.6 258,452.9 254.1,461.1Z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M254.1,461.1c-5.5,11.5 -17.9,43.3 -38.4,126.3l-24.7,-4.8c16.2,-65.8 30.2,-111.3 40.9,-133a10.4,10.4 0,0 1,9 -5.8C249.1,443.6 258,452.9 254.1,461.1Z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M522.5,1154.1C474.7,1200.9 416.2,1225.3 352.3,1225.3q-10,0 -20.2,-0.8c-68.6,-5.4 -120.4,-30.8 -154,-75.5 -57.2,-76.1 -64.2,-206.5 -22.1,-410.2 12.4,-60.2 24.2,-112.6 34.9,-156.2l24.7,4.8c-9.8,39.5 -21.4,90.5 -35,156.4 -19.8,95.5 -28.3,172.9 -26.1,236.5 2.3,67.4 16.6,117.6 43.6,153.6 29.5,39.2 73.9,60.7 135.9,65.6 64.3,5.1 123.3,-16.8 170.9,-63.3 64.6,-63.2 99.7,-164.3 93.7,-270.5L623.8,864.3C630.1,977.6 592.2,1086 522.5,1154.1Z"
|
||||
android:fillColor="#282828"/>
|
||||
<path
|
||||
android:pathData="M522.5,1154.1C474.7,1200.9 416.2,1225.3 352.3,1225.3q-10,0 -20.2,-0.8c-68.6,-5.4 -120.4,-30.8 -154,-75.5 -57.2,-76.1 -64.2,-206.5 -22.1,-410.2 12.4,-60.2 24.2,-112.6 34.9,-156.2l24.7,4.8c-9.8,39.5 -21.4,90.5 -35,156.4 -19.8,95.5 -28.3,172.9 -26.1,236.5 2.3,67.4 16.6,117.6 43.6,153.6 29.5,39.2 73.9,60.7 135.9,65.6 64.3,5.1 123.3,-16.8 170.9,-63.3 64.6,-63.2 99.7,-164.3 93.7,-270.5L623.8,864.3C630.1,977.6 592.2,1086 522.5,1154.1Z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M566,323L893.3,323A50.3,50.3 0,0 1,943.7 373.3L943.7,794.3A50.3,50.3 0,0 1,893.3 844.6L566,844.6A50.3,50.3 0,0 1,515.6 794.3L515.6,373.3A50.3,50.3 0,0 1,566 323z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M601.4,555h255.2a5.3,5.3 0,0 1,5.3 5.3v284.3a0,0 0,0 1,0 0L596.1,844.6a0,0 0,0 1,0 0L596.1,560.3A5.3,5.3 0,0 1,601.4 555Z"
|
||||
android:fillColor="#599cbd"/>
|
||||
<path
|
||||
android:pathData="M848.3,579.3v157.1a11.2,11.2 0,0 1,-11.2 11.2h-72.1a14.4,14.4 0,0 0,-14.4 14.4v62.5a7.3,7.3 0,0 1,-7.3 7.3L620.5,831.8a10.9,10.9 0,0 1,-10.9 -10.9L609.6,579.3a10.9,10.9 0,0 1,10.9 -10.9h216.9A10.9,10.9 0,0 1,848.3 579.3Z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M608.2,555h242.6v6.8h-242.6z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M851.6,725.7v27a5.5,5.5 0,0 1,-5.5 5.5h-75.8a5.3,5.3 0,0 1,-5.3 -5.3v-5.3h72a11.2,11.2 0,0 0,11.2 -11.2v-10.7Z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M682.2,479.7L775.1,479.7A1.9,1.9 0,0 1,777 481.7L777,550.1A1.9,1.9 0,0 1,775.1 552L682.2,552A1.9,1.9 0,0 1,680.3 550.1L680.3,481.7A1.9,1.9 0,0 1,682.2 479.7z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M682,483.3L775.9,483.3A3.4,3.4 0,0 1,779.3 486.7L779.3,544.4A3.4,3.4 0,0 1,775.9 547.8L682,547.8A3.4,3.4 0,0 1,678.6 544.4L678.6,486.7A3.4,3.4 0,0 1,682 483.3z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M682,483.3L775.9,483.3A3.4,3.4 0,0 1,779.3 486.7L779.3,544.4A3.4,3.4 0,0 1,775.9 547.8L682,547.8A3.4,3.4 0,0 1,678.6 544.4L678.6,486.7A3.4,3.4 0,0 1,682 483.3z"
|
||||
android:strokeWidth="1.58"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M516.3,365h54.6a5.8,5.8 0,0 1,5.8 5.8v422.3a5.8,5.8 0,0 1,-5.8 5.8L515.9,798.9"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M566,323L893.3,323A50.3,50.3 0,0 1,943.7 373.3L943.7,794.3A50.3,50.3 0,0 1,893.3 844.6L566,844.6A50.3,50.3 0,0 1,515.6 794.3L515.6,373.3A50.3,50.3 0,0 1,566 323z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M641,279.3L832.5,279.3a8.4,8.4 0,0 1,8.4 8.4v35.3a0,0 0,0 1,0 0L632.6,323a0,0 0,0 1,0 0L632.6,287.6A8.4,8.4 0,0 1,641 279.3Z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M641,279.3L832.5,279.3a8.4,8.4 0,0 1,8.4 8.4v35.3a0,0 0,0 1,0 0L632.6,323a0,0 0,0 1,0 0L632.6,287.6A8.4,8.4 0,0 1,641 279.3Z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.7,414.7m-43.1,0a43.1,43.1 0,1 1,86.3 0a43.1,43.1 0,1 1,-86.3 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M729.7,414.7m-27,0a27,27 0,1 1,54 0a27,27 0,1 1,-54 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M729.7,414.7m-27,0a27,27 0,1 1,54 0a27,27 0,1 1,-54 0"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.7,414.7m-43.1,0a43.1,43.1 0,1 1,86.3 0a43.1,43.1 0,1 1,-86.3 0"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,459.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M544.7,459.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M544.7,459.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,459.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,522.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M544.7,522.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M544.7,522.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,522.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,585.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M544.7,585.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M544.7,585.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,585.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,648.2m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M544.7,648.2m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M544.7,648.2m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,648.2m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,711.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M544.7,711.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M544.7,711.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,711.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,774.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M544.7,774.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M544.7,774.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,774.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M544.7,396.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M544.7,396.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M526.6,375.5L562.8,375.5A2.5,2.5 0,0 1,565.3 378.1L565.3,414.2A2.5,2.5 0,0 1,562.8 416.7L526.6,416.7A2.5,2.5 0,0 1,524.1 414.2L524.1,378.1A2.5,2.5 0,0 1,526.6 375.5z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M544.7,396.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M544.7,396.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M526.6,375.5L562.8,375.5A2.5,2.5 0,0 1,565.3 378.1L565.3,414.2A2.5,2.5 0,0 1,562.8 416.7L526.6,416.7A2.5,2.5 0,0 1,524.1 414.2L524.1,378.1A2.5,2.5 0,0 1,526.6 375.5z"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M943.7,798.9h-55.1a5.8,5.8 0,0 1,-5.8 -5.8L882.8,370.8a5.8,5.8 0,0 1,5.8 -5.8h54.6"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M914.8,459.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M914.8,459.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M914.8,459.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,459.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,522.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M914.8,522.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M914.8,522.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,522.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,585.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M914.8,585.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M914.8,585.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,585.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,648.2m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M914.8,648.2m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M914.8,648.2m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,648.2m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,711.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M914.8,711.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M914.8,711.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,711.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,774.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M914.8,774.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M914.8,774.1m-20.6,0a20.6,20.6 0,1 1,41.2 0a20.6,20.6 0,1 1,-41.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,774.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M914.8,396.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M914.8,396.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M932.9,416.7L896.8,416.7A2.5,2.5 0,0 1,894.2 414.2L894.2,378.1A2.5,2.5 0,0 1,896.8 375.5L932.9,375.5A2.5,2.5 0,0 1,935.4 378.1L935.4,414.2A2.5,2.5 0,0 1,932.9 416.7z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M914.8,396.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M914.8,396.1m-12.8,0a12.8,12.8 0,1 1,25.5 0a12.8,12.8 0,1 1,-25.5 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M932.9,416.7L896.8,416.7A2.5,2.5 0,0 1,894.2 414.2L894.2,378.1A2.5,2.5 0,0 1,896.8 375.5L932.9,375.5A2.5,2.5 0,0 1,935.4 378.1L935.4,414.2A2.5,2.5 0,0 1,932.9 416.7z"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M804,491.3L822.7,491.3A1.4,1.4 0,0 1,824.1 492.7L824.1,532.5A1.4,1.4 0,0 1,822.7 533.8L804,533.8A1.4,1.4 0,0 1,802.6 532.5L802.6,492.7A1.4,1.4 0,0 1,804 491.3z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M809,495.7h9a1.9,1.9 0,0 1,1.9 1.9v7.2a0,0 0,0 1,0 0h-12.9a0,0 0,0 1,0 0v-7.2A1.9,1.9 0,0 1,809 495.7Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M818.1,529.5l-9,-0a1.9,1.9 0,0 1,-1.9 -1.9l-0,-7.2a0,0 0,0 1,-0 -0l12.9,-0a0,0 0,0 1,-0 -0L820,527.5A1.9,1.9 0,0 1,818.1 529.5Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M807.1,506.1h12.9v12.9h-12.9z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M646,486.3L646,505A1.4,1.4 0,0 1,644.6 506.4L604.8,506.4A1.4,1.4 0,0 1,603.5 505L603.5,486.3A1.4,1.4 0,0 1,604.8 485L644.6,485A1.4,1.4 0,0 1,646 486.3z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M641.6,491.3l-0,9a1.9,1.9 0,0 1,-1.9 1.9l-7.2,0a0,0 0,0 1,-0 0l-0,-12.9a0,0 0,0 1,-0 0l7.2,0A1.9,1.9 0,0 1,641.6 491.3Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M607.8,500.4l0,-9a1.9,1.9 0,0 1,1.9 -1.9l7.2,-0a0,0 0,0 1,0 -0l0,12.9a0,0 0,0 1,0 -0l-7.2,-0A1.9,1.9 0,0 1,607.8 500.4Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M596.1,530.6l0,-12.4a2.6,2.6 0,0 1,2.6 -2.6l9.5,-0a0,0 0,0 1,0 -0L608.2,533.2a0,0 0,0 1,0 -0l-9.5,-0A2.6,2.6 0,0 1,596.1 530.6Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M639.1,533.2l0,-17.6a0,0 0,0 1,0 -0l9.5,-0a2.6,2.6 0,0 1,2.6 2.6L651.2,530.6a2.6,2.6 0,0 1,-2.6 2.6L639.1,533.2A0,0 0,0 1,639.1 533.2Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M631.2,489.4l-0,12.9l-12.9,0l-0,-12.9z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M825.4,491.3L844.1,491.3A1.4,1.4 0,0 1,845.5 492.7L845.5,532.5A1.4,1.4 0,0 1,844.1 533.8L825.4,533.8A1.4,1.4 0,0 1,824.1 532.5L824.1,492.7A1.4,1.4 0,0 1,825.4 491.3z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M830.5,495.7h9a1.9,1.9 0,0 1,1.9 1.9v7.2a0,0 0,0 1,0 0h-12.9a0,0 0,0 1,0 0v-7.2A1.9,1.9 0,0 1,830.5 495.7Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M839.5,529.5l-9,-0a1.9,1.9 0,0 1,-1.9 -1.9l-0,-7.2a0,0 0,0 1,-0 -0l12.9,-0a0,0 0,0 1,-0 -0L841.5,527.5A1.9,1.9 0,0 1,839.5 529.5Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M828.5,506.1h12.9v12.9h-12.9z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M728.6,515.8m-22.6,0a22.6,22.6 0,1 1,45.2 0a22.6,22.6 0,1 1,-45.2 0"
|
||||
android:fillColor="#484949"/>
|
||||
<path
|
||||
android:pathData="M728.6,515.8m-22.6,0a22.6,22.6 0,1 1,45.2 0a22.6,22.6 0,1 1,-45.2 0"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M681.5,508.5v16.3a2.4,2.4 0,0 0,2.4 2.4h0.5a2.2,2.2 0,0 1,2.2 2.2v2.4a2.2,2.2 0,0 1,-2.2 2.2h-16.9a4.1,4.1 0,0 1,-4.1 -4.1L663.4,503.5a4.1,4.1 0,0 1,4.1 -4.1h16.9a2.2,2.2 0,0 1,2.2 2.2v2.3a2.2,2.2 0,0 1,-2.2 2.2h-0.5A2.4,2.4 0,0 0,681.5 508.5Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M681.5,508.5v16.3a2.4,2.4 0,0 0,2.4 2.4h0.5a2.2,2.2 0,0 1,2.2 2.2v2.4a2.2,2.2 0,0 1,-2.2 2.2h-16.9a4.1,4.1 0,0 1,-4.1 -4.1L663.4,503.5a4.1,4.1 0,0 1,4.1 -4.1h16.9a2.2,2.2 0,0 1,2.2 2.2v2.3a2.2,2.2 0,0 1,-2.2 2.2h-0.5A2.4,2.4 0,0 0,681.5 508.5Z"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M776.1,524.8L776.1,508.5a2.4,2.4 0,0 0,-2.4 -2.4h-0.5a2.2,2.2 0,0 1,-2.2 -2.2L771.1,501.6a2.2,2.2 0,0 1,2.2 -2.2h16.9a4.1,4.1 0,0 1,4.1 4.1v26.2a4.1,4.1 0,0 1,-4.1 4.1h-16.9a2.2,2.2 0,0 1,-2.2 -2.2L771.1,529.3a2.2,2.2 0,0 1,2.2 -2.2h0.5A2.4,2.4 0,0 0,776.1 524.8Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M776.1,524.8L776.1,508.5a2.4,2.4 0,0 0,-2.4 -2.4h-0.5a2.2,2.2 0,0 1,-2.2 -2.2L771.1,501.6a2.2,2.2 0,0 1,2.2 -2.2h16.9a4.1,4.1 0,0 1,4.1 4.1v26.2a4.1,4.1 0,0 1,-4.1 4.1h-16.9a2.2,2.2 0,0 1,-2.2 -2.2L771.1,529.3a2.2,2.2 0,0 1,2.2 -2.2h0.5A2.4,2.4 0,0 0,776.1 524.8Z"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M591.5,507.8L653.7,507.8A2.9,2.9 0,0 1,656.6 510.7L656.6,538.4A2.9,2.9 0,0 1,653.7 541.3L591.5,541.3A2.9,2.9 0,0 1,588.6 538.4L588.6,510.7A2.9,2.9 0,0 1,591.5 507.8z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M611.8,515.5L635.6,515.5A2.2,2.2 0,0 1,637.8 517.7L637.8,531A2.2,2.2 0,0 1,635.6 533.2L611.8,533.2A2.2,2.2 0,0 1,609.6 531L609.6,517.7A2.2,2.2 0,0 1,611.8 515.5z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M601.4,555h255.2a5.3,5.3 0,0 1,5.3 5.3v284.3a0,0 0,0 1,0 0L596.1,844.6a0,0 0,0 1,0 0L596.1,560.3A5.3,5.3 0,0 1,601.4 555Z"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M588.5,585.1L598.7,585.1A1.9,1.9 0,0 1,600.6 587.1L600.6,593.4A1.9,1.9 0,0 1,598.7 595.3L588.5,595.3A1.9,1.9 0,0 1,586.6 593.4L586.6,587.1A1.9,1.9 0,0 1,588.5 585.1z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M588.5,614.3L598.7,614.3A1.9,1.9 0,0 1,600.6 616.3L600.6,622.6A1.9,1.9 0,0 1,598.7 624.5L588.5,624.5A1.9,1.9 0,0 1,586.6 622.6L586.6,616.3A1.9,1.9 0,0 1,588.5 614.3z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M588.5,643.5L598.7,643.5A1.9,1.9 0,0 1,600.6 645.5L600.6,651.8A1.9,1.9 0,0 1,598.7 653.7L588.5,653.7A1.9,1.9 0,0 1,586.6 651.8L586.6,645.5A1.9,1.9 0,0 1,588.5 643.5z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M588.5,672.7L598.7,672.7A1.9,1.9 0,0 1,600.6 674.7L600.6,681A1.9,1.9 0,0 1,598.7 682.9L588.5,682.9A1.9,1.9 0,0 1,586.6 681L586.6,674.7A1.9,1.9 0,0 1,588.5 672.7z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M588.5,702L598.7,702A1.9,1.9 0,0 1,600.6 703.9L600.6,710.2A1.9,1.9 0,0 1,598.7 712.1L588.5,712.1A1.9,1.9 0,0 1,586.6 710.2L586.6,703.9A1.9,1.9 0,0 1,588.5 702z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M856.8,614.3L867,614.3A1.9,1.9 0,0 1,868.9 616.3L868.9,622.6A1.9,1.9 0,0 1,867 624.5L856.8,624.5A1.9,1.9 0,0 1,854.9 622.6L854.9,616.3A1.9,1.9 0,0 1,856.8 614.3z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M856.8,643.5L867,643.5A1.9,1.9 0,0 1,868.9 645.5L868.9,651.8A1.9,1.9 0,0 1,867 653.7L856.8,653.7A1.9,1.9 0,0 1,854.9 651.8L854.9,645.5A1.9,1.9 0,0 1,856.8 643.5z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M856.8,672.7L867,672.7A1.9,1.9 0,0 1,868.9 674.7L868.9,681A1.9,1.9 0,0 1,867 682.9L856.8,682.9A1.9,1.9 0,0 1,854.9 681L854.9,674.7A1.9,1.9 0,0 1,856.8 672.7z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M856.8,702L867,702A1.9,1.9 0,0 1,868.9 703.9L868.9,710.2A1.9,1.9 0,0 1,867 712.1L856.8,712.1A1.9,1.9 0,0 1,854.9 710.2L854.9,703.9A1.9,1.9 0,0 1,856.8 702z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M588.5,731.1L598.7,731.1A1.9,1.9 0,0 1,600.6 733.1L600.6,739.4A1.9,1.9 0,0 1,598.7 741.3L588.5,741.3A1.9,1.9 0,0 1,586.6 739.4L586.6,733.1A1.9,1.9 0,0 1,588.5 731.1z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M588.5,760.4L598.7,760.4A1.9,1.9 0,0 1,600.6 762.3L600.6,768.6A1.9,1.9 0,0 1,598.7 770.5L588.5,770.5A1.9,1.9 0,0 1,586.6 768.6L586.6,762.3A1.9,1.9 0,0 1,588.5 760.4z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M588.5,789.5L598.7,789.5A1.9,1.9 0,0 1,600.6 791.5L600.6,797.8A1.9,1.9 0,0 1,598.7 799.7L588.5,799.7A1.9,1.9 0,0 1,586.6 797.8L586.6,791.5A1.9,1.9 0,0 1,588.5 789.5z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M848.3,579.3v157.1a11.2,11.2 0,0 1,-11.2 11.2h-72.1a14.4,14.4 0,0 0,-14.4 14.4v62.5a7.3,7.3 0,0 1,-7.3 7.3L620.5,831.8a10.9,10.9 0,0 1,-10.9 -10.9L609.6,579.3a10.9,10.9 0,0 1,10.9 -10.9h216.9A10.9,10.9 0,0 1,848.3 579.3Z"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M774.8,763.4L843.7,763.4A4.6,4.6 0,0 1,848.3 768L848.3,825.2A4.6,4.6 0,0 1,843.7 829.8L774.8,829.8A4.6,4.6 0,0 1,770.2 825.2L770.2,768A4.6,4.6 0,0 1,774.8 763.4z"
|
||||
android:fillColor="#ffe5af"/>
|
||||
<path
|
||||
android:pathData="M774.8,763.4L843.7,763.4A4.6,4.6 0,0 1,848.3 768L848.3,825.2A4.6,4.6 0,0 1,843.7 829.8L774.8,829.8A4.6,4.6 0,0 1,770.2 825.2L770.2,768A4.6,4.6 0,0 1,774.8 763.4z"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M780.8,797.8a20.8,20.8 0,0 1,-0.2 -3.1,26.2 26.2,0 0,1 49.4,-12.1"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M783.7,796.1l60.2,-6.7a4.2,4.2 0,0 1,4.7 3.8l4.6,54.8a15.9,15.9 0,0 1,-4.4 12.4h0a15.8,15.8 0,0 0,-4.3 13.6l5.9,35.8a7.3,7.3 0,0 1,-5.8 8.3l-23.9,4.6a7.3,7.3 0,0 1,-8.6 -5.9l-6.7,-38.8a15.9,15.9 0,0 0,-6 -9.9l-4.9,-3.8a15.9,15.9 0,0 1,-6 -10.1l-8.4,-53.1A4.3,4.3 0,0 1,783.7 796.1Z"
|
||||
android:fillColor="#f3d8a5"/>
|
||||
<path
|
||||
android:pathData="M785,796l1.5,-5.3a4.8,4.8 0,0 1,4.1 -3.5l44,-5.1a4,4 0,0 1,3.8 1.8l3.7,5.7"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M783.7,796.1l60.2,-6.7a4.2,4.2 0,0 1,4.7 3.8l4.6,54.8a15.9,15.9 0,0 1,-4.4 12.4h0a15.8,15.8 0,0 0,-4.3 13.6l5.9,35.8a7.3,7.3 0,0 1,-5.8 8.3l-23.9,4.6a7.3,7.3 0,0 1,-8.6 -5.9l-6.7,-38.8a15.9,15.9 0,0 0,-6 -9.9l-4.9,-3.8a15.9,15.9 0,0 1,-6 -10.1l-8.4,-53.1A4.3,4.3 0,0 1,783.7 796.1Z"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M785,796l1.5,-5.3a4.8,4.8 0,0 1,4.1 -3.5l44,-5.1a4,4 0,0 1,3.8 1.8l3.7,5.7"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M593.8,786.9L601.2,786.9A1.1,1.1 0,0 1,602.3 788L602.3,801.1A1.1,1.1 0,0 1,601.2 802.1L593.8,802.1A1.1,1.1 0,0 1,592.8 801.1L592.8,788A1.1,1.1 0,0 1,593.8 786.9z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M593.8,757.8L601.2,757.8A1.1,1.1 0,0 1,602.3 758.9L602.3,772A1.1,1.1 0,0 1,601.2 773L593.8,773A1.1,1.1 0,0 1,592.8 772L592.8,758.9A1.1,1.1 0,0 1,593.8 757.8z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M593.8,728.7L601.2,728.7A1.1,1.1 0,0 1,602.3 729.8L602.3,742.9A1.1,1.1 0,0 1,601.2 743.9L593.8,743.9A1.1,1.1 0,0 1,592.8 742.9L592.8,729.8A1.1,1.1 0,0 1,593.8 728.7z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M593.8,699.6L601.2,699.6A1.1,1.1 0,0 1,602.3 700.7L602.3,713.8A1.1,1.1 0,0 1,601.2 714.8L593.8,714.8A1.1,1.1 0,0 1,592.8 713.8L592.8,700.7A1.1,1.1 0,0 1,593.8 699.6z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M593.8,670.5L601.2,670.5A1.1,1.1 0,0 1,602.3 671.6L602.3,684.7A1.1,1.1 0,0 1,601.2 685.7L593.8,685.7A1.1,1.1 0,0 1,592.8 684.7L592.8,671.6A1.1,1.1 0,0 1,593.8 670.5z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M593.8,641.4L601.2,641.4A1.1,1.1 0,0 1,602.3 642.5L602.3,655.6A1.1,1.1 0,0 1,601.2 656.6L593.8,656.6A1.1,1.1 0,0 1,592.8 655.6L592.8,642.5A1.1,1.1 0,0 1,593.8 641.4z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M593.8,612.3L601.2,612.3A1.1,1.1 0,0 1,602.3 613.4L602.3,626.5A1.1,1.1 0,0 1,601.2 627.5L593.8,627.5A1.1,1.1 0,0 1,592.8 626.5L592.8,613.4A1.1,1.1 0,0 1,593.8 612.3z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M855.9,699.6L863.3,699.6A1.1,1.1 0,0 1,864.4 700.7L864.4,713.8A1.1,1.1 0,0 1,863.3 714.8L855.9,714.8A1.1,1.1 0,0 1,854.9 713.8L854.9,700.7A1.1,1.1 0,0 1,855.9 699.6z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M855.9,670.5L863.3,670.5A1.1,1.1 0,0 1,864.4 671.6L864.4,684.7A1.1,1.1 0,0 1,863.3 685.7L855.9,685.7A1.1,1.1 0,0 1,854.9 684.7L854.9,671.6A1.1,1.1 0,0 1,855.9 670.5z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M855.9,641.4L863.3,641.4A1.1,1.1 0,0 1,864.4 642.5L864.4,655.6A1.1,1.1 0,0 1,863.3 656.6L855.9,656.6A1.1,1.1 0,0 1,854.9 655.6L854.9,642.5A1.1,1.1 0,0 1,855.9 641.4z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M855.9,612.3L863.3,612.3A1.1,1.1 0,0 1,864.4 613.4L864.4,626.5A1.1,1.1 0,0 1,863.3 627.5L855.9,627.5A1.1,1.1 0,0 1,854.9 626.5L854.9,613.4A1.1,1.1 0,0 1,855.9 612.3z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M593.8,583.2L601.2,583.2A1.1,1.1 0,0 1,602.3 584.3L602.3,597.4A1.1,1.1 0,0 1,601.2 598.4L593.8,598.4A1.1,1.1 0,0 1,592.8 597.4L592.8,584.3A1.1,1.1 0,0 1,593.8 583.2z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M617.9,835.4L747.7,835.4A2.9,2.9 0,0 1,750.5 838.2L750.5,838.2A2.9,2.9 0,0 1,747.7 841.1L617.9,841.1A2.9,2.9 0,0 1,615 838.2L615,838.2A2.9,2.9 0,0 1,617.9 835.4z"
|
||||
android:fillColor="#e0c28c"/>
|
||||
<path
|
||||
android:pathData="M627,608.7l4.6,-0.8a3.6,3.6 0,0 0,1.2 2.2,3.9 3.9,0 0,0 2.5,0.8 4.3,4.3 0,0 0,2.7 -0.7,1.6 1.6,0 0,0 0.6,-1.3 1.4,1.4 0,0 0,-0.3 -0.9,3.6 3.6,0 0,0 -1.5,-0.6c-3.7,-0.9 -6.1,-1.7 -7.1,-2.4a4.9,4.9 0,0 1,-2.1 -4.2,5.3 5.3,0 0,1 1.8,-4q1.8,-1.6 5.5,-1.6a9.1,9.1 0,0 1,5.3 1.2,6.4 6.4,0 0,1 2.4,3.7l-4.3,0.9a2.9,2.9 0,0 0,-1.1 -1.7,3.7 3.7,0 0,0 -2.2,-0.6 4.7,4.7 0,0 0,-2.6 0.5,1.2 1.2,0 0,0 -0.5,1 1.1,1.1 0,0 0,0.5 0.9,16.9 16.9,0 0,0 4.3,1.4 12.4,12.4 0,0 1,5.1 2.2,4.7 4.7,0 0,1 1.4,3.7 5.7,5.7 0,0 1,-2 4.4q-2,1.8 -5.9,1.8a9.2,9.2 0,0 1,-5.6 -1.5A7.1,7.1 0,0 1,627 608.7Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M657.3,608.1l4.6,0.8a8.1,8.1 0,0 1,-2.8 4.1,7.9 7.9,0 0,1 -4.8,1.4q-4.5,0 -6.7,-3.2a11.1,11.1 0,0 1,-1.7 -6.4,10.7 10.7,0 0,1 2.3,-7.2 7.2,7.2 0,0 1,5.7 -2.6,7.5 7.5,0 0,1 6.1,2.7c1.5,1.8 2.2,4.6 2.1,8.4h-11.5a5.1,5.1 0,0 0,1.1 3.4,3.4 3.4,0 0,0 2.7,1.2 2.7,2.7 0,0 0,1.8 -0.6A4,4 0,0 0,657.3 608.1ZM657.6,603.1a4.9,4.9 0,0 0,-1 -3.2,3.1 3.1,0 0,0 -2.4,-1.1 3.1,3.1 0,0 0,-2.5 1.2,4.7 4.7,0 0,0 -1,3.2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M676.5,608.1l4.6,0.8a8.1,8.1 0,0 1,-2.8 4.1,7.9 7.9,0 0,1 -4.8,1.4q-4.5,0 -6.7,-3.2a11.1,11.1 0,0 1,-1.7 -6.4,10.7 10.7,0 0,1 2.3,-7.2 7.2,7.2 0,0 1,5.7 -2.6,7.5 7.5,0 0,1 6.1,2.7c1.5,1.8 2.2,4.6 2.1,8.4L669.8,606.2a5.1,5.1 0,0 0,1.1 3.4,3.4 3.4,0 0,0 2.7,1.2 2.7,2.7 0,0 0,1.8 -0.6A4,4 0,0 0,676.5 608.1ZM676.8,603.1a4.9,4.9 0,0 0,-1 -3.2,3.1 3.1,0 0,0 -2.4,-1.1 3.1,3.1 0,0 0,-2.5 1.2,4.7 4.7,0 0,0 -1,3.2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M696.4,608.1l4.6,0.8a8.1,8.1 0,0 1,-2.8 4.1,7.9 7.9,0 0,1 -4.8,1.4q-4.5,0 -6.7,-3.2a11.1,11.1 0,0 1,-1.7 -6.4,10.7 10.7,0 0,1 2.3,-7.2 7.2,7.2 0,0 1,5.7 -2.6,7.5 7.5,0 0,1 6.1,2.7c1.5,1.8 2.2,4.6 2.1,8.4h-11.5a5.1,5.1 0,0 0,1.1 3.4,3.4 3.4,0 0,0 2.7,1.2 2.7,2.7 0,0 0,1.8 -0.6A4,4 0,0 0,696.4 608.1ZM696.7,603.1a4.9,4.9 0,0 0,-1 -3.2,3.1 3.1,0 0,0 -2.4,-1.1 3.1,3.1 0,0 0,-2.5 1.2,4.7 4.7,0 0,0 -1,3.2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M721.9,614h-4.3L717.6,611.3a7,7 0,0 1,-2.5 2.4,6.1 6.1,0 0,1 -2.9,0.8 6.5,6.5 0,0 1,-5.1 -2.6q-2.1,-2.6 -2.1,-7.2t2.1,-7.2a6.6,6.6 0,0 1,5.3 -2.5,6.3 6.3,0 0,1 5,2.6v-9.2h4.6ZM709.6,604.3a9,9 0,0 0,0.8 4.3,3.4 3.4,0 0,0 3.1,1.9 3.3,3.3 0,0 0,2.7 -1.4,7 7,0 0,0 1.1,-4.3 7.6,7.6 0,0 0,-1.1 -4.6,3.3 3.3,0 0,0 -2.8,-1.4 3.4,3.4 0,0 0,-2.7 1.4A6.6,6.6 0,0 0,709.6 604.3Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M738.3,608.7l4.6,-0.8a3.6,3.6 0,0 0,1.2 2.2,3.8 3.8,0 0,0 2.5,0.8 4.4,4.4 0,0 0,2.7 -0.7,1.6 1.6,0 0,0 0.6,-1.3 1.4,1.4 0,0 0,-0.3 -0.9,3.6 3.6,0 0,0 -1.5,-0.6c-3.7,-0.9 -6.1,-1.7 -7.1,-2.4a4.9,4.9 0,0 1,-2.1 -4.2,5.3 5.3,0 0,1 1.8,-4q1.8,-1.6 5.5,-1.6a9.1,9.1 0,0 1,5.3 1.2,6.3 6.3,0 0,1 2.4,3.7l-4.3,0.9a2.9,2.9 0,0 0,-1 -1.7,3.7 3.7,0 0,0 -2.2,-0.6 4.7,4.7 0,0 0,-2.6 0.5,1.2 1.2,0 0,0 -0.5,1 1.1,1.1 0,0 0,0.5 0.9,16.9 16.9,0 0,0 4.3,1.4 12.4,12.4 0,0 1,5.1 2.2,4.7 4.7,0 0,1 1.4,3.7 5.7,5.7 0,0 1,-2 4.4q-2,1.8 -5.9,1.8a9.2,9.2 0,0 1,-5.6 -1.5A7.1,7.1 0,0 1,738.3 608.7Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M764.5,595.5v3.9h-3.2v7.5a19.8,19.8 0,0 0,0.1 2.7,1.1 1.1,0 0,0 0.4,0.6 1.3,1.3 0,0 0,0.8 0.2,5.5 5.5,0 0,0 1.9,-0.5l0.4,3.8a8.7,8.7 0,0 1,-3.7 0.7,5.6 5.6,0 0,1 -2.3,-0.4 3.3,3.3 0,0 1,-1.5 -1.2,4.7 4.7,0 0,1 -0.6,-1.9 25.4,25.4 0,0 1,-0.1 -3.5v-8.1h-2.1v-3.9h2.1v-3.7l4.6,-2.9v6.6Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M779.2,614v-2.8a6.8,6.8 0,0 1,-2.5 2.3,6.7 6.7,0 0,1 -3.3,0.9 6.1,6.1 0,0 1,-3.2 -0.8,4.8 4.8,0 0,1 -2,-2.3 11,11 0,0 1,-0.6 -4.1L767.6,595.5h4.6v8.5a24.8,24.8 0,0 0,0.3 4.8,2.6 2.6,0 0,0 0.9,1.4 2.8,2.8 0,0 0,1.7 0.5,3.6 3.6,0 0,0 3.4,-2.4 21.1,21.1 0,0 0,0.3 -5v-7.8h4.6L783.5,614Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M804.3,614h-4.3L800,611.3a7,7 0,0 1,-2.5 2.4,6.1 6.1,0 0,1 -2.9,0.8 6.5,6.5 0,0 1,-5.2 -2.6,10.9 10.9,0 0,1 -2.2,-7.2q0,-4.7 2.1,-7.2a6.6,6.6 0,0 1,5.3 -2.5,6.4 6.4,0 0,1 5.1,2.6v-9.2h4.6ZM792,604.3a9,9 0,0 0,0.8 4.3,3.5 3.5,0 0,0 3.1,1.9 3.3,3.3 0,0 0,2.7 -1.4,6.9 6.9,0 0,0 1.1,-4.3 7.7,7.7 0,0 0,-1.1 -4.6,3.4 3.4,0 0,0 -2.8,-1.4 3.4,3.4 0,0 0,-2.8 1.4A6.6,6.6 0,0 0,792 604.3Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M808.8,593v-4.5h4.6v4.5ZM808.8,614L808.8,595.5h4.6L813.4,614Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M817.1,604.5a10.5,10.5 0,0 1,1.1 -4.7,7.9 7.9,0 0,1 3.2,-3.5 9,9 0,0 1,4.6 -1.2,8.5 8.5,0 0,1 6.5,2.7 10.7,10.7 0,0 1,0 13.9,8.4 8.4,0 0,1 -6.4,2.8 9.6,9.6 0,0 1,-4.6 -1.1,7.7 7.7,0 0,1 -3.3,-3.4A11.8,11.8 0,0 1,817.1 604.5ZM821.9,604.7a6.4,6.4 0,0 0,1.2 4.2,3.9 3.9,0 0,0 6.1,0 6.5,6.5 0,0 0,1.2 -4.3,6.4 6.4,0 0,0 -1.2,-4.2 3.9,3.9 0,0 0,-6.1 0A6.4,6.4 0,0 0,821.9 604.7Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M637.2,645.4l-4.8,-18.8h2.6l2.2,9.5c0.6,2.3 1.1,4.7 1.4,6.5h0.1c0.3,-1.9 0.9,-4.1 1.5,-6.5l2.5,-9.5h2.5l2.3,9.5c0.5,2.2 1,4.5 1.3,6.4h0c0.4,-2.1 0.9,-4.2 1.5,-6.5l2.5,-9.5h2.5l-5.3,18.8h-2.5l-2.4,-9.8a57.9,57.9 0,0 1,-1.2 -6.1h-0.1a56.4,56.4 0,0 1,-1.5 6.1l-2.7,9.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M659.9,628.1a1.5,1.5 0,0 1,-3 0,1.5 1.5,0 0,1 1.5,-1.5A1.5,1.5 0,0 1,659.9 628.1ZM657.2,645.4L657.2,631.9h2.5v13.5Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M675.9,638.5c0,5 -3.5,7.2 -6.7,7.2 -3.7,0 -6.5,-2.7 -6.5,-6.9 0,-4.5 3,-7.2 6.7,-7.2C673.3,631.6 675.9,634.4 675.9,638.5ZM665.2,638.7c0,3 1.7,5.2 4.1,5.2s4.1,-2.2 4.1,-5.2c0,-2.3 -1.1,-5.2 -4,-5.2S665.2,636.1 665.2,638.7Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M685.1,636.9v1.8h-6.9v-1.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M687.7,642.4a8.6,8.6 0,0 0,4.3 1.2c2.5,0 3.9,-1.3 3.9,-3.2s-1,-2.8 -3.5,-3.7c-3.1,-1.1 -5,-2.7 -5,-5.3 0,-2.9 2.4,-5.1 6.1,-5.1a8.6,8.6 0,0 1,4.2 0.9l-0.7,2a7.6,7.6 0,0 0,-3.6 -0.9c-2.6,0 -3.5,1.5 -3.5,2.8 0,1.8 1.1,2.6 3.7,3.6 3.2,1.2 4.8,2.8 4.8,5.5s-2.2,5.4 -6.6,5.4a9.7,9.7 0,0 1,-4.8 -1.2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M712.1,645.4l-2.4,-4.2c-1,-1.6 -1.6,-2.6 -2.2,-3.7h0c-0.5,1.1 -1.1,2.1 -2,3.7l-2.3,4.1h-2.8l5.7,-9.5 -5.5,-9.3h2.8l2.5,4.4c0.7,1.2 1.2,2.2 1.7,3.2h0.1c0.5,-1.1 1,-2 1.7,-3.2l2.6,-4.4L714.8,626.6l-5.7,9.1 5.8,9.6Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M722.2,629.5h-0.1l-3.2,1.7 -0.5,-1.9 4,-2.1h2.1v18.1h-2.4Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M731.2,645.4v-1.5l1.9,-1.9c4.6,-4.4 6.7,-6.7 6.7,-9.5a3.2,3.2 0,0 0,-3.6 -3.5,6.2 6.2,0 0,0 -3.8,1.5l-0.8,-1.7a7.9,7.9 0,0 1,5.1 -1.8c3.9,0 5.5,2.7 5.5,5.3 0,3.3 -2.4,6.1 -6.2,9.7l-1.5,1.3v0.1h8.1v2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M755.8,629a8.8,8.8 0,0 0,-1.8 0.1,7.3 7.3,0 0,0 -6.3,6.4h0.1a5.4,5.4 0,0 1,4.4 -2.1c3.2,0 5.5,2.3 5.5,5.8 0,3.3 -2.3,6.4 -6,6.4s-6.4,-3 -6.4,-7.7a11.4,11.4 0,0 1,3.1 -8.2,9.9 9.9,0 0,1 5.8,-2.7 12.1,12.1 0,0 1,1.8 -0.1ZM755.1,639.5c0,-2.6 -1.5,-4.2 -3.7,-4.2a4,4 0,0 0,-3.5 2.2,2.1 2.1,0 0,0 -0.3,1.1c0.1,3 1.4,5.2 4,5.2C753.7,643.8 755.1,642 755.1,639.5Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M759.8,645.4v-1.5l1.9,-1.9c4.6,-4.4 6.7,-6.7 6.7,-9.5a3.2,3.2 0,0 0,-3.6 -3.5,6.2 6.2,0 0,0 -3.8,1.5l-0.8,-1.7a8,8 0,0 1,5.1 -1.8c3.9,0 5.6,2.7 5.6,5.3 0,3.3 -2.4,6.1 -6.3,9.7l-1.5,1.3v0.1h8.1v2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M633.5,659L640.8,659v2h-5.5L635.3,667.3h5.1v2h-5.1v8.5h-1.7Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M652.7,677.2a6.5,6.5 0,0 1,-3.6 0.9c-3.8,0 -6.7,-3.3 -6.7,-9.5 0,-5.9 2.9,-9.9 7,-9.9a5.6,5.6 0,0 1,3.2 0.8l-0.4,2a4.9,4.9 0,0 0,-2.7 -0.8c-3.2,0 -5.3,2.8 -5.3,7.8 0,4.6 1.9,7.6 5.2,7.6a5.4,5.4 0,0 0,2.8 -0.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M663.8,677.2a6.5,6.5 0,0 1,-3.5 0.9c-3.8,0 -6.7,-3.3 -6.7,-9.5 0,-5.9 2.9,-9.9 7,-9.9a5.6,5.6 0,0 1,3.2 0.8l-0.4,2a4.9,4.9 0,0 0,-2.7 -0.8c-3.2,0 -5.3,2.8 -5.3,7.8 0,4.6 1.9,7.6 5.2,7.6a5.3,5.3 0,0 0,2.8 -0.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M672,659v18.8h-1.7v-18.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M675,659.3a18.3,18.3 0,0 1,3.7 -0.4,6.4 6.4,0 0,1 5.4,2.3 10.6,10.6 0,0 1,1.9 6.8,12.4 12.4,0 0,1 -1.9,7.3 7,7 0,0 1,-5.9 2.7,20.2 20.2,0 0,1 -3.2,-0.2ZM676.8,675.9a8,8 0,0 0,1.8 0.1c3.7,0 5.7,-2.9 5.7,-8 0,-4.4 -1.8,-7.2 -5.4,-7.2a7.2,7.2 0,0 0,-2 0.3Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M691.7,676.4l7.5,-15.3v-0.1h-6.8v-2h9.1v1.5l-7.4,15.2v0.1h7.5v2h-9.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M708.5,677.8v-4.9h-6L702.5,671.3l5.8,-11.6h1.9v11.3h1.8v1.9h-1.8v4.9ZM708.5,671v-6.1c0,-0.9 0,-1.9 0.1,-2.8h-0.1c-0.4,1.1 -0.7,1.8 -1.1,2.7l-3.2,6.2v0.1Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M719.9,661.1L715.8,661.1v-2.1h10v2.1h-4.1v16.7h-1.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M730.2,669.4v1.8h-4.9v-1.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M734.3,677.8l-3.4,-18.8L732.8,659l1.6,9.5c0.4,2.3 0.8,4.7 1,6.5h0c0.2,-1.9 0.6,-4.1 1.1,-6.5l1.8,-9.5h1.8l1.6,9.5c0.4,2.2 0.7,4.5 0.9,6.4h0c0.3,-2.1 0.7,-4.2 1.1,-6.5l1.8,-9.5h1.8l-3.8,18.8h-1.8l-1.7,-9.8c-0.4,-2.4 -0.7,-4.2 -0.9,-6.1h0c-0.2,1.9 -0.5,3.7 -1,6.1l-1.9,9.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M750.8,659v18.8h-1.7v-18.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M765.3,668.2c0,6.5 -2.8,9.9 -6.3,9.9s-6.1,-3.8 -6.1,-9.5c0,-6 2.7,-9.9 6.3,-9.9S765.3,662.6 765.3,668.2ZM754.9,668.5c0,4 1.6,7.6 4.3,7.6s4.3,-3.5 4.3,-7.8c0,-3.7 -1.4,-7.6 -4.3,-7.6S754.9,664.4 754.9,668.5Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M771.9,669.4v1.8h-4.9v-1.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M773.8,674.9a5,5 0,0 0,3.1 1.2c1.8,0 2.8,-1.3 2.8,-3.2 0,-1.8 -0.7,-2.8 -2.5,-3.7 -2.2,-1.1 -3.6,-2.7 -3.6,-5.3 0,-2.9 1.7,-5.1 4.4,-5.1a4.7,4.7 0,0 1,3 0.9l-0.5,2a4.2,4.2 0,0 0,-2.5 -0.9,2.6 2.6,0 0,0 -2.5,2.8c0,1.8 0.8,2.6 2.7,3.6a5.7,5.7 0,0 1,3.4 5.5c0,2.9 -1.5,5.4 -4.7,5.4a5.5,5.5 0,0 1,-3.4 -1.2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M791.2,677.8l-1.7,-4.2c-0.7,-1.6 -1.1,-2.6 -1.6,-3.7h0c-0.4,1.1 -0.8,2.1 -1.5,3.7l-1.6,4.1h-2l4.1,-9.5 -4,-9.3h2l1.8,4.4c0.5,1.2 0.9,2.2 1.2,3.2h0.1c0.4,-1.1 0.7,-2 1.2,-3.2l1.8,-4.4h2l-4.1,9.1 4.2,9.6Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M798.5,662h0l-2.3,1.7 -0.3,-1.9 2.8,-2.1h1.5v18.1h-1.7Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M804.9,677.8L804.9,676.3l1.4,-1.9c3.3,-4.4 4.8,-6.7 4.8,-9.5 0,-1.8 -0.6,-3.5 -2.6,-3.5a3.9,3.9 0,0 0,-2.8 1.5l-0.6,-1.7a4.9,4.9 0,0 1,3.7 -1.8c2.8,0 4,2.7 4,5.3 0,3.3 -1.7,6.1 -4.5,9.7l-1,1.3v0h5.8v2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M822.6,661.4a4.6,4.6 0,0 0,-1.3 0.1c-2.8,0.6 -4.2,3.5 -4.5,6.4h0.1a3.6,3.6 0,0 1,3.1 -2.1c2.3,0 3.9,2.3 3.9,5.8 0,3.3 -1.6,6.4 -4.3,6.4s-4.6,-3 -4.6,-7.7a14.1,14.1 0,0 1,2.2 -8.2,6.4 6.4,0 0,1 4.2,-2.7 6.2,6.2 0,0 1,1.3 -0.1ZM822.1,671.9c0,-2.6 -1.1,-4.2 -2.7,-4.2a3,3 0,0 0,-2.5 2.2,2.7 2.7,0 0,0 -0.2,1.1c0,3 1,5.2 2.8,5.2C821.1,676.2 822.1,674.5 822.1,671.9Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M825.4,677.8L825.4,676.3l1.4,-1.9c3.3,-4.4 4.8,-6.7 4.8,-9.5 0,-1.8 -0.6,-3.5 -2.6,-3.5a3.9,3.9 0,0 0,-2.8 1.5l-0.6,-1.7a4.9,4.9 0,0 1,3.7 -1.8c2.8,0 4,2.7 4,5.3 0,3.3 -1.7,6.1 -4.5,9.7l-1,1.3v0h5.8v2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M622.2,885.3L600.3,885.3a4.5,4.5 0,0 1,-4.4 -4.2l-2.2,-36.5h35.3l-2.2,36.5A4.4,4.4 0,0 1,622.2 885.3Z"
|
||||
android:fillColor="#f3d8a5"/>
|
||||
<path
|
||||
android:pathData="M622.2,885.3L600.3,885.3a4.5,4.5 0,0 1,-4.4 -4.2l-2.2,-36.5h35.3l-2.2,36.5A4.4,4.4 0,0 1,622.2 885.3Z"
|
||||
android:strokeWidth="1.54"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
</vector>
|
|
@ -0,0 +1,437 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="263.8dp"
|
||||
android:height="485.94dp"
|
||||
android:viewportWidth="263.8"
|
||||
android:viewportHeight="485.94">
|
||||
<path
|
||||
android:pathData="M27.93,35.12L235.87,35.12A27.43,27.43 0,0 1,263.3 62.55L263.3,458.01A27.43,27.43 0,0 1,235.87 485.44L27.93,485.44A27.43,27.43 0,0 1,0.5 458.01L0.5,62.55A27.43,27.43 0,0 1,27.93 35.12z"
|
||||
android:fillColor="#434143"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M27.93,35.12L235.87,35.12A27.43,27.43 0,0 1,263.3 62.55L263.3,458.01A27.43,27.43 0,0 1,235.87 485.44L27.93,485.44A27.43,27.43 0,0 1,0.5 458.01L0.5,62.55A27.43,27.43 0,0 1,27.93 35.12z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M24.19,57.63m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M24.19,57.63m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M31.58,57.63a2.39,2.39 0,0 1,-2.39 2.38h-2.61v2.62a2.38,2.38 0,1 1,-4.76 0L21.82,60.01h-2.63a2.39,2.39 0,1 1,0 -4.77h2.63v-2.62a2.38,2.38 0,0 1,2.37 -2.38,2.39 2.39,0 0,1 2.39,2.38v2.62h2.61A2.4,2.4 0,0 1,31.58 57.63Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M238.94,57.63m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M238.94,57.63m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M246.32,57.63a2.39,2.39 0,0 1,-2.38 2.38h-2.62v2.62a2.38,2.38 0,1 1,-4.76 0L236.56,60.01h-2.62a2.39,2.39 0,1 1,0 -4.77L236.53,55.24v-2.62a2.38,2.38 0,0 1,4.76 0v2.62h2.62A2.39,2.39 0,0 1,246.32 57.63Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M24.19,460.22m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M24.19,460.22m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M31.58,460.23a2.39,2.39 0,0 1,-2.39 2.38h-2.61v2.62a2.38,2.38 0,1 1,-4.76 0L21.82,462.61h-2.63a2.39,2.39 0,1 1,0 -4.77h2.63v-2.62a2.38,2.38 0,0 1,2.37 -2.38,2.39 2.39,0 0,1 2.39,2.38v2.62h2.61A2.4,2.4 0,0 1,31.58 460.23Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M238.94,460.22m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M238.94,460.22m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M246.32,460.23a2.39,2.39 0,0 1,-2.38 2.38h-2.62v2.62a2.38,2.38 0,0 1,-4.76 0L236.56,462.61h-2.62a2.39,2.39 0,1 1,0 -4.77L236.53,457.84v-2.62a2.38,2.38 0,0 1,4.76 0v2.62h2.62A2.39,2.39 0,0 1,246.32 460.23Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M220.63,288.57m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M220.63,288.57m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M228.02,288.57a2.39,2.39 0,0 1,-2.38 2.38h-2.62v2.62a2.38,2.38 0,1 1,-4.76 0v-2.62h-2.62a2.39,2.39 0,1 1,0 -4.77h2.62v-2.62a2.38,2.38 0,0 1,4.76 0v2.62h2.62A2.39,2.39 0,0 1,228.02 288.57Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M138.37,182.68m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M138.37,182.68m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M145.75,182.68a2.39,2.39 0,0 1,-2.38 2.38h-2.62v2.62a2.38,2.38 0,1 1,-4.76 0v-2.62h-2.62a2.39,2.39 0,1 1,0 -4.77h2.62v-2.62a2.38,2.38 0,0 1,4.76 0L140.75,180.31h2.62A2.39,2.39 0,0 1,145.75 182.68Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M41.29,78.37L43.24,78.37A1.75,1.75 0,0 1,44.99 80.12L44.99,149.1A1.75,1.75 0,0 1,43.24 150.85L41.29,150.85A1.75,1.75 0,0 1,39.54 149.1L39.54,80.12A1.75,1.75 0,0 1,41.29 78.37z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M60.52,78.37L62.47,78.37A1.75,1.75 0,0 1,64.22 80.12L64.22,149.1A1.75,1.75 0,0 1,62.47 150.85L60.52,150.85A1.75,1.75 0,0 1,58.77 149.1L58.77,80.12A1.75,1.75 0,0 1,60.52 78.37z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M79.75,78.37L81.7,78.37A1.75,1.75 0,0 1,83.45 80.12L83.45,149.1A1.75,1.75 0,0 1,81.7 150.85L79.75,150.85A1.75,1.75 0,0 1,78 149.1L78,80.12A1.75,1.75 0,0 1,79.75 78.37z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M118.25,222.6l5.34,3.71l-31.16,44.86l-5.34,-3.71z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M180.92,267.07l-5.34,3.71L148.53,232.23 121.53,271.21l-5.34,-3.71 28.32,-41 1.06,-1.53a3.53,3.53 0,0 1,5.8 0l1.06,1.53Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M98.98,78.37L100.93,78.37A1.75,1.75 0,0 1,102.68 80.12L102.68,149.1A1.75,1.75 0,0 1,100.93 150.85L98.98,150.85A1.75,1.75 0,0 1,97.23 149.1L97.23,80.12A1.75,1.75 0,0 1,98.98 78.37z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M153.79,78.37L155.74,78.37A1.75,1.75 0,0 1,157.49 80.12L157.49,149.1A1.75,1.75 0,0 1,155.74 150.85L153.79,150.85A1.75,1.75 0,0 1,152.04 149.1L152.04,80.12A1.75,1.75 0,0 1,153.79 78.37z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M173.02,78.37L174.97,78.37A1.75,1.75 0,0 1,176.72 80.12L176.72,149.1A1.75,1.75 0,0 1,174.97 150.85L173.02,150.85A1.75,1.75 0,0 1,171.27 149.1L171.27,80.12A1.75,1.75 0,0 1,173.02 78.37z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M192.25,78.37L194.2,78.37A1.75,1.75 0,0 1,195.95 80.12L195.95,149.1A1.75,1.75 0,0 1,194.2 150.85L192.25,150.85A1.75,1.75 0,0 1,190.5 149.1L190.5,80.12A1.75,1.75 0,0 1,192.25 78.37z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M211.48,78.37L213.43,78.37A1.75,1.75 0,0 1,215.18 80.12L215.18,149.1A1.75,1.75 0,0 1,213.43 150.85L211.48,150.85A1.75,1.75 0,0 1,209.73 149.1L209.73,80.12A1.75,1.75 0,0 1,211.48 78.37z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M126.47,78.37L128.42,78.37A1.75,1.75 0,0 1,130.17 80.12L130.17,149.1A1.75,1.75 0,0 1,128.42 150.85L126.47,150.85A1.75,1.75 0,0 1,124.72 149.1L124.72,80.12A1.75,1.75 0,0 1,126.47 78.37z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M80.32,296.08l4,-0.25a3.13,3.13 0,0 0,0.53 1.48,2.21 2.21,0 0,0 1.85,0.82 2,2 0,0 0,1.38 -0.42,1.24 1.24,0 0,0 0.49,-1 1.29,1.29 0,0 0,-0.46 -0.95,5.44 5.44,0 0,0 -2.15,-0.78 9.1,9.1 0,0 1,-3.93 -1.65,3.31 3.31,0 0,1 -1.19,-2.62 3.59,3.59 0,0 1,0.61 -2,4 4,0 0,1 1.82,-1.46 8.43,8.43 0,0 1,3.34 -0.54,6.85 6.85,0 0,1 4,1 4.17,4.17 0,0 1,1.62 3.08l-3.95,0.23a2.06,2.06 0,0 0,-0.66 -1.33,2.1 2.1,0 0,0 -1.39,-0.42 1.66,1.66 0,0 0,-1.1 0.31,1 1,0 0,0 -0.37,0.75 0.76,0.76 0,0 0,0.31 0.59,3.42 3.42,0 0,0 1.4,0.5 17.67,17.67 0,0 1,3.94 1.19,4.19 4.19,0 0,1 1.73,1.51 3.8,3.8 0,0 1,0.54 2,4.31 4.31,0 0,1 -0.72,2.41 4.57,4.57 0,0 1,-2 1.67,8.13 8.13,0 0,1 -3.27,0.57c-2.3,0 -3.9,-0.45 -4.79,-1.33A5.26,5.26 0,0 1,80.32 296.08Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M99.02,287.01v3.73h2.07v2.76h-2.07v3.48a1.85,1.85 0,0 0,0.12 0.83,0.69 0.69,0 0,0 0.65,0.32 4.09,4.09 0,0 0,1.16 -0.24l0.28,2.59a11.86,11.86 0,0 1,-2.61 0.31,4.54 4.54,0 0,1 -2.07,-0.36 2.2,2.2 0,0 1,-1 -1.1,6.25 6.25,0 0,1 -0.32,-2.37v-3.46h-1.39v-2.76h1.39v-1.8Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M106.32,293.93l-3.6,-0.38a4.06,4.06 0,0 1,0.59 -1.49,3.23 3.23,0 0,1 1.1,-0.94 4.57,4.57 0,0 1,1.43 -0.44,11 11,0 0,1 2,-0.16 15.27,15.27 0,0 1,2.72 0.19,3.56 3.56,0 0,1 1.71,0.79 2.84,2.84 0,0 1,0.76 1.18,4.43 4.43,0 0,1 0.28,1.46v4.34a5.16,5.16 0,0 0,0.08 1.08,4.81 4.81,0 0,0 0.39,1h-3.54a3.68,3.68 0,0 1,-0.27 -0.58,3.18 3.18,0 0,1 -0.13,-0.63 4.9,4.9 0,0 1,-1.47 1,6.18 6.18,0 0,1 -2.33,0.41 3.86,3.86 0,0 1,-2.66 -0.81,2.76 2.76,0 0,1 -0.26,-3.85 4.52,4.52 0,0 1,2.42 -1.08c1.42,-0.28 2.33,-0.48 2.75,-0.59s0.86,-0.27 1.33,-0.45a1.32,1.32 0,0 0,-0.28 -1,1.42 1.42,0 0,0 -1,-0.28 2.59,2.59 0,0 0,-1.39 0.3A1.6,1.6 0,0 0,106.32 293.93ZM109.58,295.93c-0.51,0.18 -1.05,0.34 -1.62,0.49a3.72,3.72 0,0 0,-1.45 0.6,1 1,0 0,0 0,1.42 1.34,1.34 0,0 0,0.91 0.28,2.28 2.28,0 0,0 1.17,-0.31 1.84,1.84 0,0 0,0.77 -0.74,2.49 2.49,0 0,0 0.22,-1.14Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M119.74,287.01v3.73h2.07v2.76h-2.07v3.48a1.85,1.85 0,0 0,0.12 0.83,0.69 0.69,0 0,0 0.65,0.32 4.09,4.09 0,0 0,1.16 -0.24l0.28,2.59a11.86,11.86 0,0 1,-2.61 0.31,4.57 4.57,0 0,1 -2.07,-0.36 2.2,2.2 0,0 1,-1 -1.1,6.25 6.25,0 0,1 -0.32,-2.37v-3.46h-1.39v-2.76h1.39v-1.8Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M123.75,287.01L127.53,287.01v2.56h-3.76ZM123.75,290.74L127.53,290.74v9.83h-3.76Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M129.45,295.68a4.91,4.91 0,0 1,1.52 -3.7,6.58 6.58,0 0,1 8.56,0.25 5.36,5.36 0,0 1,-0.29 7.11,5.74 5.74,0 0,1 -4.16,1.45 5.83,5.83 0,0 1,-3.83 -1.2A4.84,4.84 0,0 1,129.45 295.68ZM133.23,295.68a3,3 0,0 0,0.53 1.95,1.74 1.74,0 0,0 2.67,0 3.08,3.08 0,0 0,0.53 -2,2.89 2.89,0 0,0 -0.53,-1.9 1.64,1.64 0,0 0,-1.31 -0.63,1.67 1.67,0 0,0 -1.35,0.64A2.89,2.89 0,0 0,133.23 295.67Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M142.53,290.74h3.51L146.04,292.31a5.16,5.16 0,0 1,1.59 -1.4,4.2 4.2,0 0,1 2,-0.42 3.23,3.23 0,0 1,2.45 0.93,4 4,0 0,1 0.88,2.87v6.25h-3.78v-5.41a2,2 0,0 0,-0.34 -1.3,1.22 1.22,0 0,0 -1,-0.39 1.37,1.37 0,0 0,-1.11 0.52,3.07 3.07,0 0,0 -0.42,1.86v4.72L142.53,300.54Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M168.53,295.66v-2.83h6.48v5.79a13.27,13.27 0,0 1,-3.29 1.72,11 11,0 0,1 -3.39,0.46 8.38,8.38 0,0 1,-3.94 -0.82,5.6 5.6,0 0,1 -2.35,-2.46 8,8 0,0 1,-0.84 -3.73,7.85 7.85,0 0,1 0.91,-3.87 6,6 0,0 1,2.69 -2.49,8.68 8.68,0 0,1 3.71,-0.66 10.45,10.45 0,0 1,3.36 0.41,4.37 4.37,0 0,1 1.85,1.26 5.63,5.63 0,0 1,1.1 2.17l-4,0.73a2.16,2.16 0,0 0,-0.84 -1.18,2.68 2.68,0 0,0 -1.53,-0.41 2.72,2.72 0,0 0,-2.19 1,4.59 4.59,0 0,0 -0.82,3 4.72,4.72 0,0 0,0.83 3.15,2.93 2.93,0 0,0 2.3,0.94 4.64,4.64 0,0 0,1.35 -0.2,7.55 7.55,0 0,0 1.46,-0.7v-1.27Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M187.95,300.57h-11.3a7,7 0,0 1,1.18 -3.15,16 16,0 0,1 3.69,-3.49 11.11,11.11 0,0 0,2.12 -1.86,2.11 2.11,0 0,0 0.47,-1.22 1.42,1.42 0,0 0,-0.46 -1,1.58 1.58,0 0,0 -1.15,-0.44 1.61,1.61 0,0 0,-1.18 0.45,2.75 2.75,0 0,0 -0.62,1.6l-3.77,-0.31a6,6 0,0 1,0.81 -2.48,3.85 3.85,0 0,1 1.67,-1.37 7.49,7.49 0,0 1,3 -0.48,8.47 8.47,0 0,1 3.1,0.46 3.71,3.71 0,0 1,2.37 3.5,4.32 4.32,0 0,1 -0.72,2.36 9.93,9.93 0,0 1,-2.65 2.48c-0.75,0.53 -1.26,0.89 -1.52,1.1s-0.55,0.49 -0.9,0.83h5.88Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M70.69,334.58L199.5,334.58A3.52,3.52 0,0 1,203.02 338.1L203.02,398.33A3.52,3.52 0,0 1,199.5 401.85L70.69,401.85A3.52,3.52 0,0 1,67.17 398.33L67.17,338.1A3.52,3.52 0,0 1,70.69 334.58z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M70.69,334.58L199.5,334.58A3.52,3.52 0,0 1,203.02 338.1L203.02,398.33A3.52,3.52 0,0 1,199.5 401.85L70.69,401.85A3.52,3.52 0,0 1,67.17 398.33L67.17,338.1A3.52,3.52 0,0 1,70.69 334.58z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M246.46,289.75m-9.9,0a9.9,9.9 0,1 1,19.8 0a9.9,9.9 0,1 1,-19.8 0"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M241.47,288.93L248.92,288.93A0.82,0.81 0,0 1,249.74 289.74L249.74,289.74A0.82,0.81 0,0 1,248.92 290.56L241.47,290.56A0.82,0.81 0,0 1,240.65 289.74L240.65,289.74A0.82,0.81 0,0 1,241.47 288.93z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M251.44,289.75m-0.83,0a0.83,0.83 0,1 1,1.66 0a0.83,0.83 0,1 1,-1.66 0"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M255.07,380.71v-2a3.26,3.26 0,0 0,-3.27 -3.27L239.39,375.44a3.26,3.26 0,0 0,-3.27 3.27v14.63a3.26,3.26 0,0 0,3.27 3.27h12.41a3.26,3.26 0,0 0,3.27 -3.27v-1.57h-6.38L248.69,380.71ZM243.53,391.8h-5.05L238.48,380.71L243.53,380.71Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M252.88,386.75L255.89,386.75A0.91,0.91 0,0 1,256.8 387.66L256.8,389.48A0.91,0.91 0,0 1,255.89 390.39L252.88,390.39A0.91,0.91 0,0 1,251.97 389.48L251.97,387.66A0.91,0.91 0,0 1,252.88 386.75z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M238.53,432.17a9.88,9.88 0,0 0,15.29 -1"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M255.1,428.62a9.9,9.9 0,1 0,-19.26 -3.19"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M231.35,425.42l8.99,0l-4.31,4.02l-4.68,-4.02z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M173.36,172.15l-10,18.22a1.21,1.21 0,0 0,1.06 1.79L184.53,192.16a1.21,1.21 0,0 0,1.06 -1.8L175.53,172.14A1.21,1.21 0,0 0,173.36 172.15Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M167.84,189.3L181.28,189.3"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M171.43,187.6s1.88,-2 0.68,-3.24 -2.34,-2.69 -0.68,-4.1"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M174.43,187.6s1.88,-2 0.69,-3.24 -2.35,-2.69 -0.69,-4.1"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M177.44,187.6s1.87,-2 0.68,-3.24 -2.35,-2.69 -0.68,-4.1"
|
||||
android:strokeLineJoin="round"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#e8eae8"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M157.5,29.84h25.55v5.28h-25.55z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M161.95,0.5h17a1.73,1.73 0,0 1,1.73 1.73v27.61a0,0 0,0 1,0 0L160.22,29.84a0,0 0,0 1,0 0L160.22,2.23A1.73,1.73 0,0 1,161.95 0.5Z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M159.05,6.56L181.5,6.56A1.55,1.55 0,0 1,183.05 8.11L183.05,24.99A1.55,1.55 0,0 1,181.5 26.54L159.05,26.54A1.55,1.55 0,0 1,157.5 24.99L157.5,8.11A1.55,1.55 0,0 1,159.05 6.56z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M157.5,29.84h25.55v5.28h-25.55z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M180.64,2.23v4.33L160.21,6.56v-4.33a1.73,1.73 0,0 1,1.74 -1.73h16.95A1.73,1.73 0,0 1,180.64 2.23Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M160.21,26.53h20.43v3.31h-20.43z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M183.04,8.11v16.87a1.54,1.54 0,0 1,-1.55 1.55L159.05,26.53a1.55,1.55 0,0 1,-1.56 -1.55L157.49,8.11a1.55,1.55 0,0 1,1.56 -1.55L181.53,6.56A1.54,1.54 0,0 1,183.04 8.11Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M42.21,43.05L42.53,43.05c0.17,0 0.27,0.07 0.28,0.19l0.31,3.68c0,0.35 0.11,0.53 0.18,0.53s0.2,-0.17 0.31,-0.5l0.34,-1a0.2,0.2 0,0 1,0.2 -0.11,0.23 0.23,0 0,1 0.2,0.11l0.33,1c0.11,0.33 0.21,0.5 0.29,0.5s0.15,-0.18 0.18,-0.53l0.32,-3.68c0,-0.12 0.1,-0.19 0.28,-0.19h0.38c0.18,0 0.28,0.08 0.28,0.21l-0.55,6.79c0,0.12 -0.12,0.19 -0.29,0.19h-0.45c-0.14,0 -0.26,-0.06 -0.28,-0.16l-0.42,-1.45c-0.09,-0.28 -0.19,-0.43 -0.28,-0.43s-0.19,0.15 -0.27,0.43l-0.41,1.45c0,0.1 -0.14,0.16 -0.29,0.16h-0.46c-0.17,0 -0.27,-0.07 -0.28,-0.19l-0.55,-6.79C41.92,43.13 42.03,43.05 42.21,43.05Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M50.29,50.07l-0.28,-1.33c0,-0.11 -0.14,-0.17 -0.28,-0.17h-1.29a0.27,0.27 0,0 0,-0.28 0.17l-0.26,1.33a0.29,0.29 0,0 1,-0.29 0.17h-0.34c-0.19,0 -0.29,-0.07 -0.29,-0.19a1.58,1.58 0,0 1,0 -0.21l1.42,-6.62c0,-0.11 0.14,-0.17 0.28,-0.17h0.75c0.14,0 0.26,0.06 0.28,0.17l1.41,6.62a1.58,1.58 0,0 1,0 0.21c0,0.12 -0.11,0.19 -0.29,0.19h-0.33A0.28,0.28 0,0 1,50.29 50.07ZM49.08,45.07c-0.1,0 -0.19,0.2 -0.28,0.6l-0.36,1.78a1,1 0,0 0,0 0.24c0,0.11 0.1,0.18 0.27,0.18L49.53,47.87c0.16,0 0.28,-0.06 0.28,-0.18a1,1 0,0 0,0 -0.24l-0.37,-1.78C49.28,45.31 49.19,45.09 49.08,45.09Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M52.73,50.24h-0.4c-0.16,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.12,-0.2 0.28,-0.2h1.68c1,0 1.91,0.52 1.91,1.54v0.78a1.42,1.42 0,0 1,-0.85 1.32,0.19 0.19,0 0,0 -0.13,0.19 0.49,0.49 0,0 0,0 0.15l0.87,2.69a1.13,1.13 0,0 1,0.09 0.33c0,0.12 -0.09,0.19 -0.28,0.19h-0.41c-0.15,0 -0.26,-0.06 -0.29,-0.16l-0.93,-3c0,-0.09 -0.14,-0.15 -0.28,-0.15h-0.44c-0.17,0 -0.28,0.08 -0.28,0.2v2.92C53.02,50.16 52.9,50.24 52.73,50.24ZM53.3,43.73c-0.17,0 -0.28,0.08 -0.28,0.2v2.1c0,0.12 0.11,0.21 0.28,0.21h0.71c0.53,0 1,-0.28 1,-0.8v-0.91c0,-0.53 -0.43,-0.8 -1,-0.8Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M60.53,50.24h-0.46a0.3,0.3 0,0 1,-0.29 -0.15L58.53,46.81c-0.16,-0.41 -0.29,-0.61 -0.4,-0.61s-0.15,0.22 -0.15,0.67v3.17c0,0.12 -0.12,0.2 -0.28,0.2h-0.38c-0.17,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.11,-0.2 0.28,-0.2h0.54c0.13,0 0.25,0.05 0.27,0.15l1.24,3.19c0.17,0.42 0.3,0.64 0.4,0.64s0.16,-0.23 0.16,-0.69v-3.09c0,-0.12 0.11,-0.2 0.28,-0.2L60.53,43.05c0.17,0 0.28,0.08 0.28,0.2v6.79C60.83,50.16 60.72,50.24 60.53,50.24Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M65.87,49.76v0.28c0,0.12 -0.12,0.2 -0.29,0.2h-3.47c-0.16,0 -0.28,-0.08 -0.28,-0.2v-0.28c0,-0.12 0.12,-0.2 0.28,-0.2h0.95c0.16,0 0.28,-0.08 0.28,-0.2v-5.43c0,-0.12 -0.12,-0.2 -0.28,-0.2h-0.95c-0.16,0 -0.28,-0.08 -0.28,-0.2v-0.28c0,-0.12 0.12,-0.2 0.28,-0.2h3.47c0.17,0 0.29,0.08 0.29,0.2v0.28c0,0.12 -0.12,0.2 -0.29,0.2h-1c-0.17,0 -0.28,0.08 -0.28,0.2v5.43c0,0.12 0.11,0.2 0.28,0.2h1C65.75,49.56 65.87,49.64 65.87,49.76Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M70.38,50.24h-0.46a0.3,0.3 0,0 1,-0.29 -0.15l-1.29,-3.28c-0.16,-0.41 -0.29,-0.61 -0.39,-0.61s-0.16,0.22 -0.16,0.67v3.17c0,0.12 -0.12,0.2 -0.28,0.2h-0.38c-0.17,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.11,-0.2 0.28,-0.2h0.54a0.27,0.27 0,0 1,0.28 0.15l1.23,3.19c0.17,0.42 0.3,0.64 0.4,0.64s0.16,-0.23 0.16,-0.69v-3.09c0,-0.12 0.11,-0.2 0.28,-0.2h0.36c0.17,0 0.29,0.08 0.29,0.2v6.79C70.67,50.16 70.53,50.24 70.38,50.24Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M74.63,47.85c0,-0.12 -0.12,-0.2 -0.29,-0.2h-0.33c-0.17,0 -0.29,-0.08 -0.29,-0.2v-0.28c0,-0.12 0.12,-0.2 0.29,-0.2h1.29c0.16,0 0.28,0.08 0.28,0.2v1.59a2,2 0,0 1,-3.82 0v-4.23a2,2 0,0 1,3.82 0v0.19c0,0.12 -0.12,0.2 -0.27,0.2h-0.37c-0.17,0 -0.29,-0.08 -0.29,-0.2v-0.25c0,-0.53 -0.44,-0.81 -1,-0.81s-1,0.28 -1,0.81v4.36c0,0.52 0.41,0.8 0.94,0.8s1,-0.28 1,-0.8Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M77.53,45.52h-0.4c-0.17,0 -0.28,-0.08 -0.28,-0.2v-0.38c0,-0.12 0.11,-0.2 0.28,-0.2h0.4c0.17,0 0.28,0.08 0.28,0.2L77.81,45.31C77.85,45.44 77.74,45.52 77.53,45.52ZM77.53,48.6h-0.4c-0.17,0 -0.28,-0.09 -0.28,-0.21v-0.37c0,-0.12 0.11,-0.2 0.28,-0.2h0.4c0.17,0 0.28,0.08 0.28,0.2v0.37C77.85,48.51 77.74,48.6 77.53,48.6Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M84.03,44.22c0,-0.78 0.5,-1.17 1.51,-1.17h0.81c1,0 1.5,0.39 1.5,1.17v4.85c0,0.78 -0.49,1.17 -1.5,1.17L85.53,50.24c-1,0 -1.51,-0.39 -1.51,-1.17ZM85.03,49.13c0,0.29 0.18,0.43 0.54,0.43h0.81c0.36,0 0.55,-0.14 0.55,-0.43v-5c0,-0.29 -0.19,-0.43 -0.55,-0.43L85.53,43.7c-0.36,0 -0.54,0.14 -0.54,0.43Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M89.63,50.24h-0.4c-0.17,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.11,-0.2 0.28,-0.2h1.57c1,0 1.93,0.52 1.93,1.54v0.82c0,1 -1,1.54 -1.93,1.54h-0.6c-0.17,0 -0.29,0.08 -0.29,0.2v2.89C89.91,50.16 89.8,50.24 89.63,50.24ZM90.2,43.73c-0.17,0 -0.29,0.08 -0.29,0.2v2.14c0,0.12 0.12,0.2 0.29,0.2h0.6c0.53,0 1,-0.27 1,-0.8v-0.94c0,-0.53 -0.42,-0.8 -1,-0.8Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M97.06,46.47v0.28c0,0.12 -0.12,0.2 -0.28,0.2h-1.67c-0.16,0 -0.28,0.08 -0.28,0.2v2.21c0,0.12 0.12,0.2 0.28,0.2L97.53,49.56c0.17,0 0.28,0.08 0.28,0.2v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-3.36c-0.17,0 -0.29,-0.08 -0.29,-0.2v-6.79c0,-0.12 0.12,-0.2 0.29,-0.2L97.53,43.05c0.17,0 0.28,0.08 0.28,0.2v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-2.4c-0.16,0 -0.28,0.08 -0.28,0.2v2.14c0,0.12 0.12,0.2 0.28,0.2h1.67C96.94,46.31 97.06,46.31 97.06,46.47Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M99.41,50.24h-0.4c-0.17,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.11,-0.2 0.28,-0.2h1.68c0.95,0 1.9,0.52 1.9,1.54v0.78a1.42,1.42 0,0 1,-0.85 1.32,0.19 0.19,0 0,0 -0.13,0.19 1.31,1.31 0,0 0,0 0.15l0.88,2.69a1.65,1.65 0,0 1,0.09 0.33c0,0.12 -0.09,0.19 -0.29,0.19h-0.41c-0.14,0 -0.26,-0.06 -0.28,-0.16l-0.93,-3a0.28,0.28 0,0 0,-0.29 -0.15h-0.43c-0.17,0 -0.29,0.08 -0.29,0.2v2.92C99.69,50.16 99.58,50.24 99.41,50.24ZM99.98,43.73c-0.17,0 -0.29,0.08 -0.29,0.2v2.1c0,0.12 0.12,0.21 0.29,0.21h0.71c0.52,0 0.95,-0.28 0.95,-0.8v-0.91c0,-0.53 -0.43,-0.8 -0.95,-0.8Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M106.8,50.07l-0.28,-1.33a0.28,0.28 0,0 0,-0.29 -0.17h-1.29a0.28,0.28 0,0 0,-0.28 0.17l-0.26,1.33a0.27,0.27 0,0 1,-0.28 0.17h-0.35c-0.18,0 -0.28,-0.07 -0.28,-0.19a1.58,1.58 0,0 1,0 -0.21l1.41,-6.62c0,-0.11 0.14,-0.17 0.29,-0.17h0.74c0.15,0 0.26,0.06 0.29,0.17l1.4,6.62a1.58,1.58 0,0 1,0 0.21c0,0.12 -0.1,0.19 -0.28,0.19h-0.34A0.26,0.26 0,0 1,106.8 50.07ZM105.59,45.07c-0.1,0 -0.2,0.2 -0.29,0.6l-0.36,1.78a1.66,1.66 0,0 0,0 0.24c0,0.11 0.1,0.18 0.27,0.18h0.82c0.17,0 0.28,-0.06 0.28,-0.18a1.66,1.66 0,0 0,0 -0.24l-0.38,-1.78C105.78,45.31 105.69,45.09 105.59,45.09Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M112.09,43.25v0.28c0,0.12 -0.12,0.2 -0.28,0.2h-1c-0.16,0 -0.28,0.08 -0.28,0.2v6.11c0,0.12 -0.12,0.2 -0.29,0.2h-0.39c-0.17,0 -0.29,-0.08 -0.29,-0.2v-6.11c0,-0.12 -0.11,-0.2 -0.28,-0.2h-0.94c-0.17,0 -0.29,-0.08 -0.29,-0.2v-0.28c0,-0.12 0.12,-0.2 0.29,-0.2h3.47C111.97,43.05 112.09,43.13 112.09,43.25Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M117,49.76v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-3.47c-0.17,0 -0.28,-0.08 -0.28,-0.2v-0.28c0,-0.12 0.11,-0.2 0.28,-0.2h0.94c0.17,0 0.29,-0.08 0.29,-0.2v-5.43c0,-0.12 -0.12,-0.2 -0.29,-0.2h-0.94c-0.17,0 -0.28,-0.08 -0.28,-0.2v-0.28c0,-0.12 0.11,-0.2 0.28,-0.2h3.47c0.17,0 0.28,0.08 0.28,0.2v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-1c-0.17,0 -0.29,0.08 -0.29,0.2v5.43c0,0.12 0.12,0.2 0.29,0.2h1C116.89,49.56 117,49.64 117,49.76Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M117.88,44.22c0,-0.78 0.51,-1.17 1.51,-1.17h0.81c1,0 1.5,0.39 1.5,1.17v4.85c0,0.78 -0.49,1.17 -1.5,1.17h-0.81c-1,0 -1.51,-0.39 -1.51,-1.17ZM118.88,49.13c0,0.29 0.18,0.43 0.54,0.43h0.81c0.37,0 0.55,-0.14 0.55,-0.43v-5c0,-0.29 -0.18,-0.43 -0.55,-0.43h-0.81c-0.36,0 -0.54,0.14 -0.54,0.43Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M126.33,50.24h-0.46a0.3,0.3 0,0 1,-0.29 -0.15l-1.29,-3.28c-0.16,-0.41 -0.29,-0.61 -0.39,-0.61s-0.16,0.22 -0.16,0.67v3.17c0,0.12 -0.12,0.2 -0.28,0.2h-0.38c-0.17,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.11,-0.2 0.28,-0.2h0.54a0.27,0.27 0,0 1,0.28 0.15l1.23,3.19c0.17,0.42 0.3,0.64 0.4,0.64s0.16,-0.23 0.16,-0.69v-3.09c0,-0.12 0.11,-0.2 0.28,-0.2h0.36c0.17,0 0.29,0.08 0.29,0.2v6.79C126.62,50.16 126.53,50.24 126.33,50.24Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M130.1,43.05h0.36c0.17,0 0.27,0.07 0.29,0.19l0.31,3.68c0,0.35 0.1,0.53 0.18,0.53s0.19,-0.17 0.3,-0.5l0.34,-1a0.22,0.22 0,0 1,0.21 -0.11,0.21 0.21,0 0,1 0.19,0.11l0.33,1c0.11,0.33 0.21,0.5 0.29,0.5s0.15,-0.18 0.18,-0.53l0.32,-3.68c0,-0.12 0.1,-0.19 0.29,-0.19h0.37c0.18,0 0.28,0.08 0.28,0.21l-0.55,6.79c0,0.12 -0.12,0.19 -0.29,0.19h-0.45a0.27,0.27 0,0 1,-0.28 -0.16l-0.41,-1.45c-0.09,-0.28 -0.2,-0.43 -0.29,-0.43s-0.19,0.15 -0.27,0.43l-0.41,1.45a0.27,0.27 0,0 1,-0.28 0.16h-0.47c-0.17,0 -0.27,-0.07 -0.28,-0.19l-0.54,-6.79C129.82,43.13 129.92,43.05 130.1,43.05Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M139.01,49.76v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-3.47c-0.17,0 -0.28,-0.08 -0.28,-0.2v-0.28c0,-0.12 0.11,-0.2 0.28,-0.2h0.94c0.17,0 0.29,-0.08 0.29,-0.2v-5.43c0,-0.12 -0.12,-0.2 -0.29,-0.2h-0.94c-0.17,0 -0.28,-0.08 -0.28,-0.2v-0.28c0,-0.12 0.11,-0.2 0.28,-0.2h3.47c0.17,0 0.28,0.08 0.28,0.2v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-1c-0.17,0 -0.29,0.08 -0.29,0.2v5.43c0,0.12 0.12,0.2 0.29,0.2h1C138.9,49.56 139.01,49.64 139.01,49.76Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M143.93,43.25v0.28c0,0.12 -0.12,0.2 -0.29,0.2h-1c-0.17,0 -0.28,0.08 -0.28,0.2v6.11c0,0.12 -0.12,0.2 -0.29,0.2h-0.4c-0.16,0 -0.28,-0.08 -0.28,-0.2v-6.11c0,-0.12 -0.12,-0.2 -0.28,-0.2h-0.94c-0.17,0 -0.29,-0.08 -0.29,-0.2v-0.28c0,-0.12 0.12,-0.2 0.29,-0.2h3.46C143.81,43.05 143.93,43.13 143.93,43.25Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M145.88,43.25v2.82c0,0.12 0.11,0.2 0.28,0.2L147.53,46.27c0.17,0 0.28,-0.08 0.28,-0.2v-2.82c0,-0.12 0.12,-0.2 0.29,-0.2h0.38c0.17,0 0.29,0.08 0.29,0.2v6.79c0,0.12 -0.12,0.2 -0.29,0.2h-0.38c-0.17,0 -0.29,-0.08 -0.29,-0.2v-2.89c0,-0.12 -0.11,-0.2 -0.28,-0.2h-1.33c-0.17,0 -0.28,0.08 -0.28,0.2v2.89c0,0.12 -0.12,0.2 -0.29,0.2h-0.4c-0.16,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.12,-0.2 0.28,-0.2h0.4C145.76,43.05 145.88,43.13 145.88,43.25Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M149.83,44.22q0,-1.17 1.5,-1.17h0.82c1,0 1.49,0.39 1.49,1.17v4.85c0,0.78 -0.49,1.17 -1.49,1.17h-0.82q-1.5,0 -1.5,-1.17ZM150.83,49.13c0,0.29 0.18,0.43 0.54,0.43h0.82c0.36,0 0.54,-0.14 0.54,-0.43v-5c0,-0.29 -0.18,-0.43 -0.54,-0.43h-0.82c-0.36,0 -0.54,0.14 -0.54,0.43Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M154.74,43.25c0,-0.12 0.12,-0.2 0.29,-0.2h0.39c0.17,0 0.29,0.08 0.29,0.2v5.58c0,0.52 0.41,0.8 0.94,0.8s0.95,-0.28 0.95,-0.8v-5.58c0,-0.12 0.12,-0.2 0.29,-0.2h0.38c0.17,0 0.29,0.08 0.29,0.2v5.51a2,2 0,0 1,-3.82 0Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M163.59,43.25v0.28c0,0.12 -0.12,0.2 -0.28,0.2h-1c-0.16,0 -0.28,0.08 -0.28,0.2v6.11c0,0.12 -0.12,0.2 -0.29,0.2h-0.39c-0.17,0 -0.29,-0.08 -0.29,-0.2v-6.11c0,-0.12 -0.11,-0.2 -0.28,-0.2h-0.94c-0.17,0 -0.29,-0.08 -0.29,-0.2v-0.28c0,-0.12 0.12,-0.2 0.29,-0.2h3.47C163.47,43.05 163.59,43.13 163.59,43.25Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M170.13,50.07l-0.28,-1.33a0.28,0.28 0,0 0,-0.29 -0.17h-1.29a0.28,0.28 0,0 0,-0.28 0.17l-0.26,1.33a0.27,0.27 0,0 1,-0.28 0.17h-0.35c-0.18,0 -0.28,-0.07 -0.28,-0.19a1.58,1.58 0,0 1,0 -0.21l1.41,-6.62c0,-0.11 0.14,-0.17 0.29,-0.17h0.74c0.15,0 0.26,0.06 0.29,0.17l1.4,6.62a1.58,1.58 0,0 1,0 0.21c0,0.12 -0.1,0.19 -0.28,0.19h-0.34A0.26,0.26 0,0 1,170.13 50.07ZM168.92,45.07c-0.1,0 -0.2,0.2 -0.29,0.6l-0.36,1.78a1.66,1.66 0,0 0,0 0.24c0,0.11 0.1,0.18 0.27,0.18h0.82c0.17,0 0.28,-0.06 0.28,-0.18a1.66,1.66 0,0 0,0 -0.24l-0.38,-1.78C169.11,45.31 169.02,45.09 168.92,45.09Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M175.47,50.24h-0.46a0.3,0.3 0,0 1,-0.29 -0.15l-1.29,-3.28c-0.16,-0.41 -0.29,-0.61 -0.4,-0.61s-0.15,0.22 -0.15,0.67v3.17c0,0.12 -0.12,0.2 -0.28,0.2h-0.38c-0.17,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.11,-0.2 0.28,-0.2h0.54c0.13,0 0.25,0.05 0.27,0.15l1.24,3.19c0.17,0.42 0.3,0.64 0.4,0.64s0.16,-0.23 0.16,-0.69v-3.09c0,-0.12 0.11,-0.2 0.28,-0.2h0.36c0.17,0 0.28,0.08 0.28,0.2v6.79C175.75,50.16 175.64,50.24 175.47,50.24Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M182.41,50.07l-0.28,-1.33c0,-0.11 -0.14,-0.17 -0.29,-0.17L180.53,48.57a0.28,0.28 0,0 0,-0.28 0.17l-0.26,1.33a0.27,0.27 0,0 1,-0.28 0.17h-0.35c-0.18,0 -0.28,-0.07 -0.28,-0.19a1.58,1.58 0,0 1,0 -0.21l1.41,-6.62a0.28,0.28 0,0 1,0.29 -0.17h0.75a0.26,0.26 0,0 1,0.28 0.17l1.41,6.62a2.07,2.07 0,0 1,0 0.21c0,0.12 -0.1,0.19 -0.28,0.19h-0.33C182.53,50.24 182.44,50.18 182.41,50.07ZM181.2,45.07c-0.1,0 -0.19,0.2 -0.28,0.6l-0.37,1.78a1.66,1.66 0,0 0,0 0.24c0,0.11 0.1,0.18 0.27,0.18h0.82c0.17,0 0.29,-0.06 0.29,-0.18a2.28,2.28 0,0 0,0 -0.24l-0.38,-1.78C181.39,45.31 181.3,45.09 181.2,45.09Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M187.75,50.24h-0.46a0.3,0.3 0,0 1,-0.29 -0.15l-1.29,-3.28c-0.16,-0.41 -0.29,-0.61 -0.39,-0.61s-0.16,0.22 -0.16,0.67v3.17c0,0.12 -0.12,0.2 -0.28,0.2L184.53,50.24c-0.17,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.11,-0.2 0.28,-0.2h0.54a0.27,0.27 0,0 1,0.28 0.15l1.23,3.19c0.17,0.42 0.3,0.64 0.4,0.64s0.16,-0.23 0.16,-0.69v-3.09c0,-0.12 0.11,-0.2 0.28,-0.2h0.36c0.17,0 0.29,0.08 0.29,0.2v6.79C188.04,50.16 187.92,50.24 187.75,50.24Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M193.07,43.25v0.28c0,0.12 -0.12,0.2 -0.29,0.2h-1c-0.17,0 -0.28,0.08 -0.28,0.2v6.11c0,0.12 -0.12,0.2 -0.29,0.2h-0.4c-0.16,0 -0.28,-0.08 -0.28,-0.2v-6.11c0,-0.12 -0.12,-0.2 -0.28,-0.2h-1c-0.16,0 -0.28,-0.08 -0.28,-0.2v-0.28c0,-0.12 0.12,-0.2 0.28,-0.2h3.47C192.95,43.05 193.07,43.13 193.07,43.25Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M197.25,46.47v0.28c0,0.12 -0.12,0.2 -0.29,0.2h-1.66c-0.17,0 -0.28,0.08 -0.28,0.2v2.21c0,0.12 0.11,0.2 0.28,0.2h2.4c0.17,0 0.28,0.08 0.28,0.2v0.28c0,0.12 -0.11,0.2 -0.28,0.2L194.33,50.24c-0.17,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.11,-0.2 0.28,-0.2h3.37c0.17,0 0.28,0.08 0.28,0.2v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-2.4c-0.17,0 -0.28,0.08 -0.28,0.2v2.14c0,0.12 0.11,0.2 0.28,0.2h1.66C197.13,46.31 197.25,46.31 197.25,46.47Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M202.53,50.24h-0.47a0.29,0.29 0,0 1,-0.28 -0.15l-1.29,-3.28c-0.17,-0.41 -0.3,-0.61 -0.4,-0.61s-0.15,0.22 -0.15,0.67v3.17c0,0.12 -0.12,0.2 -0.29,0.2h-0.37c-0.17,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.11,-0.2 0.28,-0.2h0.54a0.26,0.26 0,0 1,0.27 0.15l1.24,3.19c0.17,0.42 0.3,0.64 0.4,0.64s0.15,-0.23 0.15,-0.69v-3.09c0,-0.12 0.12,-0.2 0.29,-0.2L202.53,43.05c0.17,0 0.28,0.08 0.28,0.2v6.79C202.78,50.16 202.67,50.24 202.53,50.24Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M207.41,50.24h-0.46a0.3,0.3 0,0 1,-0.29 -0.15l-1.28,-3.28c-0.17,-0.41 -0.3,-0.61 -0.4,-0.61s-0.16,0.22 -0.16,0.67v3.17c0,0.12 -0.11,0.2 -0.28,0.2h-0.38c-0.16,0 -0.28,-0.08 -0.28,-0.2v-6.79c0,-0.12 0.12,-0.2 0.28,-0.2h0.55a0.27,0.27 0,0 1,0.27 0.15l1.23,3.19c0.17,0.42 0.3,0.64 0.4,0.64s0.16,-0.23 0.16,-0.69v-3.09c0,-0.12 0.11,-0.2 0.28,-0.2h0.36c0.17,0 0.29,0.08 0.29,0.2v6.79C207.7,50.16 207.58,50.24 207.41,50.24Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M211.9,50.07l-0.28,-1.33a0.26,0.26 0,0 0,-0.28 -0.17h-1.29a0.28,0.28 0,0 0,-0.29 0.17l-0.26,1.33a0.27,0.27 0,0 1,-0.28 0.17h-0.35c-0.18,0 -0.28,-0.07 -0.28,-0.19a1.58,1.58 0,0 1,0 -0.21l1.42,-6.62c0,-0.11 0.14,-0.17 0.28,-0.17h0.75c0.14,0 0.26,0.06 0.28,0.17l1.41,6.62a1.58,1.58 0,0 1,0 0.21c0,0.12 -0.11,0.19 -0.29,0.19h-0.33C212.04,50.24 211.93,50.18 211.9,50.07ZM210.69,45.07c-0.1,0 -0.19,0.2 -0.28,0.6l-0.36,1.78a1,1 0,0 0,0 0.24c0,0.11 0.1,0.18 0.27,0.18h0.82c0.17,0 0.29,-0.06 0.29,-0.18a2.28,2.28 0,0 0,0 -0.24l-0.38,-1.78C210.88,45.31 210.79,45.09 210.69,45.09Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M55.3,61.31h-0.36c-0.17,0 -0.28,-0.08 -0.28,-0.2v-3.55c0,-0.36 -0.06,-0.54 -0.13,-0.54s-0.17,0.16 -0.3,0.5l-0.37,1a0.25,0.25 0,0 1,-0.25 0.13,0.26 0.26,0 0,1 -0.26,-0.13l-0.37,-1c-0.13,-0.34 -0.23,-0.5 -0.31,-0.5s-0.12,0.18 -0.12,0.54v3.55c0,0.12 -0.11,0.2 -0.28,0.2h-0.36c-0.17,0 -0.28,-0.08 -0.28,-0.2L51.63,54.31c0,-0.12 0.11,-0.2 0.28,-0.2h0.49a0.27,0.27 0,0 1,0.27 0.15l0.66,1.8c0.08,0.23 0.18,0.34 0.27,0.34s0.18,-0.11 0.27,-0.34l0.67,-1.81a0.28,0.28 0,0 1,0.27 -0.14h0.49c0.17,0 0.28,0.08 0.28,0.2v6.79C55.58,61.19 55.47,61.31 55.3,61.31Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M59.71,61.09l-0.28,-1.32a0.26,0.26 0,0 0,-0.28 -0.17h-1.29a0.28,0.28 0,0 0,-0.29 0.17l-0.26,1.32a0.26,0.26 0,0 1,-0.28 0.18h-0.35c-0.18,0 -0.28,-0.07 -0.28,-0.19a1.79,1.79 0,0 1,0 -0.22l1.42,-6.61c0,-0.11 0.14,-0.17 0.28,-0.17h0.75c0.14,0 0.26,0.06 0.28,0.17l1.41,6.61c0,0.2 0,0.21 0,0.22s-0.1,0.19 -0.28,0.19h-0.33A0.28,0.28 0,0 1,59.71 61.09ZM58.5,56.09c-0.1,0 -0.19,0.2 -0.28,0.6l-0.36,1.78a1,1 0,0 0,0 0.24c0,0.11 0.1,0.18 0.27,0.18h0.82c0.17,0 0.29,-0.06 0.29,-0.18a1.93,1.93 0,0 0,0 -0.24l-0.38,-1.78C58.69,56.31 58.6,56.12 58.53,56.12Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M62.22,57.52l-1.33,-3.07a0.6,0.6 0,0 1,-0.08 -0.22c0,-0.11 0.1,-0.15 0.3,-0.15h0.4c0.14,0 0.23,0 0.27,0.14l0.72,1.74c0.08,0.2 0.17,0.29 0.27,0.29s0.18,-0.09 0.27,-0.29l0.75,-1.74c0,-0.1 0.13,-0.14 0.27,-0.14h0.39c0.19,0 0.29,0.05 0.29,0.15a0.7,0.7 0,0 1,-0.07 0.22l-1.33,3.07a1,1 0,0 0,-0.08 0.39v3.16c0,0.13 -0.09,0.2 -0.28,0.2h-0.4c-0.2,0 -0.29,-0.07 -0.29,-0.2L62.29,57.91A1,1 0,0 0,62.22 57.52Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M68.92,61.31L68.53,61.31c-0.17,0 -0.29,-0.08 -0.29,-0.2L68.24,54.31c0,-0.12 0.12,-0.2 0.29,-0.2h1.57a1.72,1.72 0,0 1,1.92 1.54v0.82a1.72,1.72 0,0 1,-1.92 1.54L69.53,58.01c-0.17,0 -0.28,0.08 -0.28,0.2v2.89C69.21,61.19 69.09,61.31 68.92,61.31ZM69.49,54.8c-0.17,0 -0.28,0.08 -0.28,0.2v2.14c0,0.12 0.11,0.2 0.28,0.2h0.61c0.53,0 0.94,-0.27 0.94,-0.8v-0.94c0,-0.53 -0.41,-0.8 -0.94,-0.8Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M76.35,57.5v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-1.66c-0.17,0 -0.29,0.08 -0.29,0.2v2.21c0,0.12 0.12,0.2 0.29,0.2h2.4c0.16,0 0.28,0.08 0.28,0.2v0.28c0,0.12 -0.12,0.2 -0.28,0.2h-3.37c-0.17,0 -0.28,-0.08 -0.28,-0.2L73.16,54.31c0,-0.12 0.11,-0.2 0.28,-0.2h3.37c0.16,0 0.28,0.08 0.28,0.2v0.27c0,0.12 -0.12,0.21 -0.28,0.21h-2.4c-0.17,0 -0.29,0.08 -0.29,0.2v2.14c0,0.12 0.12,0.2 0.29,0.2h1.66C76.24,57.31 76.35,57.38 76.35,57.5Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M78.7,61.31h-0.4c-0.16,0 -0.28,-0.08 -0.28,-0.2L78.02,54.31c0,-0.12 0.12,-0.2 0.28,-0.2h1.68c0.95,0 1.91,0.52 1.91,1.54v0.78a1.41,1.41 0,0 1,-0.85 1.31,0.19 0.19,0 0,0 -0.13,0.2 1,1 0,0 0,0 0.15l0.88,2.69a1.65,1.65 0,0 1,0.09 0.33c0,0.12 -0.09,0.19 -0.28,0.19h-0.42a0.28,0.28 0,0 1,-0.28 -0.16l-0.93,-3a0.27,0.27 0,0 0,-0.28 -0.16h-0.44c-0.17,0 -0.28,0.09 -0.28,0.21v2.92C78.99,61.19 78.87,61.31 78.7,61.31ZM79.27,54.8c-0.17,0 -0.28,0.08 -0.28,0.2v2.1c0,0.12 0.11,0.2 0.28,0.2h0.71c0.53,0 0.95,-0.27 0.95,-0.8v-0.9c0,-0.53 -0.42,-0.8 -0.95,-0.8Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M86.6,61.31h-0.36c-0.17,0 -0.29,-0.08 -0.29,-0.2v-3.55c0,-0.36 -0.05,-0.54 -0.13,-0.54s-0.16,0.16 -0.29,0.5l-0.38,1c0,0.08 -0.13,0.13 -0.24,0.13a0.26,0.26 0,0 1,-0.26 -0.13l-0.37,-1c-0.13,-0.34 -0.24,-0.5 -0.31,-0.5s-0.12,0.18 -0.12,0.54v3.55c0,0.12 -0.12,0.2 -0.28,0.2h-0.36c-0.17,0 -0.29,-0.08 -0.29,-0.2L82.92,54.31c0,-0.12 0.12,-0.2 0.29,-0.2h0.49a0.28,0.28 0,0 1,0.27 0.15l0.65,1.8c0.08,0.23 0.18,0.34 0.28,0.34s0.17,-0.11 0.27,-0.34l0.67,-1.81c0,-0.08 0.14,-0.14 0.27,-0.14h0.49c0.16,0 0.28,0.08 0.28,0.2v6.79C86.88,61.19 86.76,61.31 86.6,61.31Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M91.01,61.09l-0.28,-1.32a0.28,0.28 0,0 0,-0.29 -0.17h-1.29a0.28,0.28 0,0 0,-0.28 0.17l-0.26,1.32a0.26,0.26 0,0 1,-0.28 0.18h-0.35c-0.18,0 -0.28,-0.07 -0.28,-0.19a1.79,1.79 0,0 1,0 -0.22l1.41,-6.61c0,-0.11 0.14,-0.17 0.29,-0.17h0.74c0.15,0 0.26,0.06 0.29,0.17l1.4,6.61a1.79,1.79 0,0 1,0 0.22c0,0.12 -0.1,0.19 -0.28,0.19h-0.34A0.27,0.27 0,0 1,91.01 61.09ZM89.8,56.09c-0.1,0 -0.2,0.2 -0.29,0.6l-0.36,1.78a1.93,1.93 0,0 0,0 0.24c0,0.11 0.11,0.18 0.28,0.18h0.82c0.17,0 0.28,-0.06 0.28,-0.18a1.52,1.52 0,0 0,0 -0.24l-0.38,-1.78C89.99,56.31 89.9,56.12 89.8,56.12Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M96.35,61.31h-0.46a0.31,0.31 0,0 1,-0.29 -0.15l-1.29,-3.28c-0.16,-0.41 -0.29,-0.61 -0.4,-0.61s-0.15,0.22 -0.15,0.67v3.17c0,0.12 -0.12,0.2 -0.28,0.2h-0.38c-0.17,0 -0.28,-0.08 -0.28,-0.2L92.82,54.31c0,-0.12 0.11,-0.2 0.28,-0.2h0.54c0.13,0 0.25,0.05 0.27,0.14l1.24,3.2c0.17,0.42 0.3,0.63 0.4,0.63s0.16,-0.23 0.16,-0.68L95.71,54.31c0,-0.12 0.11,-0.2 0.28,-0.2h0.36c0.17,0 0.28,0.08 0.28,0.2v6.79C96.63,61.19 96.53,61.31 96.35,61.31Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M100.93,57.5v0.28c0,0.12 -0.12,0.2 -0.28,0.2h-1.67c-0.16,0 -0.28,0.08 -0.28,0.2v2.21c0,0.12 0.12,0.2 0.28,0.2h2.4c0.17,0 0.28,0.08 0.28,0.2v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-3.36c-0.17,0 -0.29,-0.08 -0.29,-0.2L97.73,54.31c0,-0.12 0.12,-0.2 0.29,-0.2h3.36c0.17,0 0.28,0.08 0.28,0.2v0.27c0,0.12 -0.11,0.21 -0.28,0.21h-2.4c-0.16,0 -0.28,0.08 -0.28,0.2v2.14c0,0.12 0.12,0.2 0.28,0.2h1.67C100.81,57.31 100.93,57.38 100.93,57.5Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M106.18,61.31h-0.46a0.31,0.31 0,0 1,-0.29 -0.15l-1.29,-3.28c-0.16,-0.41 -0.29,-0.61 -0.4,-0.61s-0.15,0.22 -0.15,0.67v3.17c0,0.12 -0.12,0.2 -0.28,0.2h-0.38c-0.17,0 -0.28,-0.08 -0.28,-0.2L102.65,54.31c0,-0.12 0.11,-0.2 0.28,-0.2h0.54c0.13,0 0.25,0.05 0.27,0.14l1.24,3.2c0.17,0.42 0.3,0.63 0.4,0.63s0.16,-0.23 0.16,-0.68L105.54,54.31c0,-0.12 0.11,-0.2 0.28,-0.2h0.36c0.17,0 0.28,0.08 0.28,0.2v6.79C106.46,61.19 106.35,61.31 106.18,61.31Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M111.53,54.31v0.27c0,0.12 -0.11,0.21 -0.28,0.21h-1c-0.17,0 -0.28,0.08 -0.28,0.2v6.11c0,0.12 -0.12,0.2 -0.29,0.2h-0.4c-0.17,0 -0.28,-0.08 -0.28,-0.2v-6.11c0,-0.12 -0.12,-0.2 -0.29,-0.2h-0.94c-0.16,0 -0.28,-0.09 -0.28,-0.21L107.49,54.31c0,-0.12 0.12,-0.2 0.28,-0.2h3.47C111.38,54.08 111.53,54.16 111.53,54.31Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M116.41,60.79v0.28c0,0.12 -0.12,0.2 -0.28,0.2h-3.37c-0.17,0 -0.28,-0.08 -0.28,-0.2L112.48,54.31c0,-0.12 0.11,-0.2 0.28,-0.2h0.4c0.17,0 0.29,0.08 0.29,0.2v6.11c0,0.12 0.11,0.2 0.28,0.2h2.4C116.29,60.59 116.41,60.67 116.41,60.79Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M117.83,57.52 L116.53,54.45a0.7,0.7 0,0 1,-0.07 -0.22c0,-0.11 0.1,-0.15 0.29,-0.15h0.4c0.14,0 0.23,0 0.27,0.14l0.72,1.74c0.08,0.2 0.17,0.29 0.28,0.29s0.18,-0.09 0.27,-0.29l0.74,-1.74c0,-0.1 0.13,-0.14 0.28,-0.14h0.38q0.3,0 0.3,0.15a0.6,0.6 0,0 1,-0.08 0.22l-1.33,3.07a1,1 0,0 0,-0.07 0.39v3.16c0,0.13 -0.09,0.2 -0.29,0.2h-0.4c-0.19,0 -0.28,-0.07 -0.28,-0.2L117.94,57.91A1,1 0,0 0,117.83 57.52Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M123.95,61.31c-0.17,0 -0.29,-0.08 -0.29,-0.2v-0.32c0,-0.24 0.47,-0.08 0.47,-0.33v-5.5c0,-0.25 -0.47,-0.08 -0.47,-0.33L123.66,54.31c0,-0.12 0.12,-0.2 0.29,-0.2h2a1.7,1.7 0,0 1,1.9 1.54v4.11a1.7,1.7 0,0 1,-1.9 1.54ZM125.36,54.8c-0.16,0 -0.28,0.08 -0.28,0.2v5.43c0,0.12 0.12,0.2 0.28,0.2h0.59c0.52,0 0.94,-0.28 0.94,-0.8v-4.23c0,-0.53 -0.42,-0.8 -0.94,-0.8Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M131.62,61.09l-0.28,-1.32c0,-0.11 -0.14,-0.17 -0.29,-0.17h-1.29a0.28,0.28 0,0 0,-0.28 0.17l-0.26,1.32a0.26,0.26 0,0 1,-0.28 0.18h-0.35c-0.18,0 -0.28,-0.07 -0.28,-0.19a1.79,1.79 0,0 1,0 -0.22l1.41,-6.61a0.28,0.28 0,0 1,0.29 -0.17h0.75a0.26,0.26 0,0 1,0.28 0.17l1.41,6.61c0,0.2 0,0.21 0,0.22s-0.1,0.19 -0.28,0.19h-0.33A0.28,0.28 0,0 1,131.62 61.09ZM130.41,56.09c-0.1,0 -0.19,0.2 -0.28,0.6l-0.37,1.78a1.52,1.52 0,0 0,0 0.24c0,0.11 0.1,0.18 0.27,0.18h0.82c0.17,0 0.29,-0.06 0.29,-0.18a1.93,1.93 0,0 0,0 -0.24l-0.38,-1.78C130.6,56.31 130.53,56.12 130.41,56.12Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M137.04,61.31h-0.36c-0.17,0 -0.29,-0.08 -0.29,-0.2v-3.55c0,-0.36 -0.05,-0.54 -0.12,-0.54s-0.17,0.16 -0.3,0.5l-0.37,1a0.25,0.25 0,0 1,-0.25 0.13,0.26 0.26,0 0,1 -0.26,-0.13l-0.37,-1c-0.13,-0.34 -0.23,-0.5 -0.31,-0.5s-0.12,0.18 -0.12,0.54v3.55c0,0.12 -0.11,0.2 -0.28,0.2h-0.36c-0.17,0 -0.29,-0.08 -0.29,-0.2L133.36,54.31c0,-0.12 0.12,-0.2 0.29,-0.2h0.49a0.27,0.27 0,0 1,0.27 0.15l0.66,1.8c0.07,0.23 0.18,0.34 0.27,0.34s0.18,-0.11 0.27,-0.34l0.67,-1.81c0,-0.08 0.14,-0.14 0.27,-0.14h0.49c0.17,0 0.28,0.08 0.28,0.2v6.79C137.32,61.19 137.21,61.31 137.04,61.31Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M141.45,61.09l-0.28,-1.32c0,-0.11 -0.14,-0.17 -0.29,-0.17h-1.29a0.28,0.28 0,0 0,-0.28 0.17l-0.26,1.32a0.26,0.26 0,0 1,-0.28 0.18h-0.35c-0.18,0 -0.28,-0.07 -0.28,-0.19a1.79,1.79 0,0 1,0 -0.22l1.41,-6.61a0.28,0.28 0,0 1,0.29 -0.17h0.75a0.26,0.26 0,0 1,0.28 0.17l1.41,6.61c0,0.2 0,0.21 0,0.22s-0.1,0.19 -0.28,0.19h-0.33A0.28,0.28 0,0 1,141.45 61.09ZM140.24,56.09c-0.1,0 -0.19,0.2 -0.28,0.6l-0.37,1.78a1.52,1.52 0,0 0,0 0.24c0,0.11 0.1,0.18 0.27,0.18h0.82c0.17,0 0.29,-0.06 0.29,-0.18a1.93,1.93 0,0 0,0 -0.24l-0.38,-1.78C140.43,56.31 140.34,56.12 140.24,56.12Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M145.86,58.88c0,-0.12 -0.11,-0.2 -0.28,-0.2h-0.34c-0.16,0 -0.28,-0.08 -0.28,-0.2v-0.28c0,-0.12 0.12,-0.2 0.28,-0.2L146.53,58c0.17,0 0.29,0.08 0.29,0.2v1.59c0,1 -1,1.54 -1.91,1.54a1.71,1.71 0,0 1,-1.91 -1.54v-4.23a2,2 0,0 1,3.82 0v0.19c0,0.12 -0.12,0.2 -0.27,0.2h-0.38c-0.16,0 -0.28,-0.08 -0.28,-0.2v-0.25c0,-0.53 -0.44,-0.81 -1,-0.81s-0.95,0.28 -0.95,0.81v4.35c0,0.53 0.41,0.8 0.94,0.8s0.95,-0.27 0.95,-0.8Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M151.11,57.5v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-1.66c-0.17,0 -0.29,0.08 -0.29,0.2v2.21c0,0.12 0.12,0.2 0.29,0.2L151.53,60.59c0.16,0 0.28,0.08 0.28,0.2v0.28c0,0.12 -0.12,0.2 -0.28,0.2h-3.37c-0.17,0 -0.28,-0.08 -0.28,-0.2L147.88,54.31c0,-0.12 0.11,-0.2 0.28,-0.2L151.53,54.11c0.16,0 0.28,0.08 0.28,0.2v0.27c0,0.12 -0.12,0.21 -0.28,0.21h-2.4c-0.17,0 -0.29,0.08 -0.29,0.2v2.14c0,0.12 0.12,0.2 0.29,0.2h1.66C151,57.31 151.11,57.38 151.11,57.5Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M159.21,54.31v0.27c0,0.12 -0.11,0.21 -0.28,0.21h-1c-0.17,0 -0.28,0.08 -0.28,0.2v6.11c0,0.12 -0.12,0.2 -0.29,0.2h-0.4c-0.17,0 -0.28,-0.08 -0.28,-0.2v-6.11c0,-0.12 -0.12,-0.2 -0.29,-0.2h-0.94c-0.16,0 -0.28,-0.09 -0.28,-0.21L155.17,54.31c0,-0.12 0.12,-0.2 0.28,-0.2h3.47C159.1,54.08 159.21,54.16 159.21,54.31Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M161.17,54.31v2.82c0,0.12 0.11,0.2 0.28,0.2h1.33c0.17,0 0.28,-0.08 0.28,-0.2L163.06,54.31c0,-0.12 0.12,-0.2 0.28,-0.2h0.39c0.17,0 0.29,0.08 0.29,0.2v6.79c0,0.12 -0.12,0.2 -0.29,0.2h-0.39c-0.16,0 -0.28,-0.08 -0.28,-0.2v-2.89c0,-0.12 -0.11,-0.2 -0.28,-0.2h-1.33c-0.17,0 -0.28,0.08 -0.28,0.2v2.89c0,0.12 -0.12,0.2 -0.29,0.2L160.53,61.3c-0.17,0 -0.28,-0.08 -0.28,-0.2L160.25,54.31c0,-0.12 0.11,-0.2 0.28,-0.2h0.4C161.05,54.08 161.17,54.16 161.17,54.31Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M168.31,57.5v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-1.67c-0.16,0 -0.28,0.08 -0.28,0.2v2.21c0,0.12 0.12,0.2 0.28,0.2h2.4c0.17,0 0.29,0.08 0.29,0.2v0.28c0,0.12 -0.12,0.2 -0.29,0.2h-3.36c-0.17,0 -0.29,-0.08 -0.29,-0.2L165.11,54.31c0,-0.12 0.12,-0.2 0.29,-0.2h3.36c0.17,0 0.29,0.08 0.29,0.2v0.27c0,0.12 -0.12,0.21 -0.29,0.21h-2.4c-0.16,0 -0.28,0.08 -0.28,0.2v2.14c0,0.12 0.12,0.2 0.28,0.2h1.67C168.2,57.31 168.31,57.38 168.31,57.5Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M172.53,61.31c-0.17,0 -0.28,-0.08 -0.28,-0.2v-0.32c0,-0.24 0.46,-0.08 0.46,-0.33v-5.5c0,-0.25 -0.46,-0.08 -0.46,-0.33L172.25,54.31c0,-0.12 0.11,-0.2 0.28,-0.2h2a1.71,1.71 0,0 1,1.91 1.54v4.11A1.71,1.71 0,0 1,174.53 61.31ZM173.95,54.8c-0.17,0 -0.29,0.08 -0.29,0.2v5.43c0,0.12 0.12,0.2 0.29,0.2L174.53,60.63c0.53,0 0.94,-0.28 0.94,-0.8v-4.23c0,-0.53 -0.41,-0.8 -0.94,-0.8Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M180.59,57.5v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-1.66c-0.17,0 -0.29,0.08 -0.29,0.2v2.21c0,0.12 0.12,0.2 0.29,0.2h2.39c0.17,0 0.29,0.08 0.29,0.2v0.28c0,0.12 -0.12,0.2 -0.29,0.2h-3.36c-0.17,0 -0.28,-0.08 -0.28,-0.2L177.4,54.31c0,-0.12 0.11,-0.2 0.28,-0.2h3.36c0.17,0 0.29,0.08 0.29,0.2v0.27c0,0.12 -0.12,0.21 -0.29,0.21h-2.39c-0.17,0 -0.29,0.08 -0.29,0.2v2.14c0,0.12 0.12,0.2 0.29,0.2h1.66C180.53,57.31 180.59,57.38 180.59,57.5Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M183.04,54.25l0.89,4.33c0.08,0.4 0.17,0.6 0.29,0.6s0.19,-0.2 0.28,-0.6l0.89,-4.33c0,-0.12 0.12,-0.17 0.29,-0.17h0.36c0.19,0 0.28,0.06 0.28,0.19a0.75,0.75 0,0 1,0 0.17l-1.41,6.65c0,0.12 -0.12,0.18 -0.29,0.18h-0.75c-0.16,0 -0.25,-0.06 -0.28,-0.18l-1.43,-6.65a1.55,1.55 0,0 1,0 -0.17c0,-0.13 0.09,-0.19 0.29,-0.19h0.37C182.93,54.08 183.02,54.13 183.04,54.25Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M191.16,60.79v0.28c0,0.12 -0.12,0.2 -0.29,0.2h-3.46c-0.17,0 -0.29,-0.08 -0.29,-0.2v-0.28c0,-0.12 0.12,-0.2 0.29,-0.2h0.94c0.16,0 0.28,-0.08 0.28,-0.2v-5.43c0,-0.12 -0.12,-0.2 -0.28,-0.2h-0.94c-0.17,0 -0.29,-0.09 -0.29,-0.21L187.12,54.31c0,-0.12 0.12,-0.2 0.29,-0.2h3.46c0.17,0 0.29,0.08 0.29,0.2v0.27c0,0.12 -0.12,0.21 -0.29,0.21h-1c-0.17,0 -0.28,0.08 -0.28,0.2v5.43c0,0.12 0.11,0.2 0.28,0.2h1C191.04,60.59 191.16,60.67 191.16,60.79Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M192.01,55.56a2,2 0,0 1,3.82 0v0.19c0,0.12 -0.12,0.2 -0.27,0.2h-0.38c-0.16,0 -0.28,-0.08 -0.28,-0.2v-0.25a0.84,0.84 0,0 0,-1 -0.81c-0.55,0 -1,0.28 -1,0.81v4.35c0,0.53 0.42,0.8 1,0.8s1,-0.27 1,-0.8v-0.35c0,-0.12 0.12,-0.21 0.28,-0.21L195.53,59.29c0.17,0 0.29,0.09 0.29,0.21v0.29c0,1 -1,1.54 -1.91,1.54a1.71,1.71 0,0 1,-1.91 -1.54Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M200.12,57.5v0.28c0,0.12 -0.11,0.2 -0.28,0.2h-1.66c-0.17,0 -0.29,0.08 -0.29,0.2v2.21c0,0.12 0.12,0.2 0.29,0.2h2.4c0.16,0 0.28,0.08 0.28,0.2v0.28c0,0.12 -0.12,0.2 -0.28,0.2h-3.37c-0.17,0 -0.28,-0.08 -0.28,-0.2L196.93,54.31c0,-0.12 0.11,-0.2 0.28,-0.2h3.37c0.16,0 0.28,0.08 0.28,0.2v0.27c0,0.12 -0.12,0.21 -0.28,0.21h-2.4c-0.17,0 -0.29,0.08 -0.29,0.2v2.14c0,0.12 0.12,0.2 0.29,0.2h1.66C200.01,57.31 200.12,57.38 200.12,57.5Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
<path
|
||||
android:pathData="M202.73,61.31h-0.4c-0.17,0 -0.28,-0.08 -0.28,-0.2v-0.38c0,-0.12 0.11,-0.2 0.28,-0.2h0.4c0.17,0 0.29,0.08 0.29,0.2v0.38C203.02,61.19 202.9,61.31 202.73,61.31Z"
|
||||
android:fillColor="#e8eae8"/>
|
||||
</vector>
|
|
@ -0,0 +1,658 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="622.29dp"
|
||||
android:height="968.69dp"
|
||||
android:viewportWidth="622.29"
|
||||
android:viewportHeight="968.69">
|
||||
<path
|
||||
android:pathData="M596.26,530.44v287.34c0,51.3 -17,98.13 -78.62,120.23 -33.78,12.13 -72.45,17.21 -107.88,19.81 -23.07,1.7 -66.69,2.55 -98.62,2.85 -31.93,-0.3 -75.55,-1.15 -98.62,-2.85 -35.43,-2.6 -74.1,-7.68 -107.88,-19.81 -61.6,-22.1 -78.62,-68.93 -78.62,-120.23L26.02,530.44Z"
|
||||
android:fillColor="#2d2d2d"/>
|
||||
<path
|
||||
android:pathData="M610.53,709.98c-3,2.5 -2.35,7.42 -6.33,11.56 -2,2.07 -5.21,2.65 -7.94,2.72v93.52c0,51.3 -17,98.13 -78.62,120.23 -33.78,12.13 -72.45,17.21 -107.88,19.81 -23.07,1.7 -66.69,2.55 -98.62,2.85 -31.93,-0.3 -75.55,-1.15 -98.62,-2.85 -35.43,-2.6 -74.1,-7.68 -107.88,-19.81 -61.6,-22.1 -78.62,-68.93 -78.62,-120.23v-94.29a17.44,17.44 0,0 1,-7.13 -1.4c-5.08,-2.35 -3.9,-7.73 -7.43,-11.92a8.73,8.73 0,0 0,-3.92 -2.65v110.83c0,52.75 17,100.9 78.62,123.63 33.79,12.47 72.21,18 107.6,21.08 21,1.85 69.3,3.79 117.26,3.59h0.24c48,0.2 96.28,-1.74 117.26,-3.59 35.39,-3.12 73.81,-8.61 107.6,-21.08 61.59,-22.73 78.62,-70.88 78.62,-123.63L614.74,707.81A13.09,13.09 0,0 0,610.53 709.98Z"
|
||||
android:fillColor="#383838"/>
|
||||
<path
|
||||
android:pathData="M26.49,831.99h0a25.91,25.91 0,0 0,25.92 -25.92L52.41,637.51h530.2v186.39a12.8,12.8 0,0 0,12.81 12.8h0v-29l0.84,-277.22L26.02,530.48Z"
|
||||
android:fillColor="#474649"/>
|
||||
<path
|
||||
android:pathData="M596.26,89.93v440.51L26.02,530.44L26.02,89.93a74.74,74.74 0,0 1,74.75 -74.75h420.74A74.74,74.74 0,0 1,596.26 89.93Z"
|
||||
android:fillColor="#2d2d2d"/>
|
||||
<path
|
||||
android:pathData="M252.78,47.25L371.1,47.25A6.95,6.95 0,0 1,378.05 54.2L378.05,54.2A6.95,6.95 0,0 1,371.1 61.14L252.78,61.14A6.95,6.95 0,0 1,245.83 54.2L245.83,54.2A6.95,6.95 0,0 1,252.78 47.25z"
|
||||
android:fillColor="#939696"/>
|
||||
<path
|
||||
android:pathData="M54.4,699.44L580.82,699.44A6.82,6.82 0,0 1,587.64 706.26L587.64,706.27A6.82,6.82 0,0 1,580.82 713.09L54.4,713.09A6.82,6.82 0,0 1,47.58 706.27L47.58,706.26A6.82,6.82 0,0 1,54.4 699.44z"
|
||||
android:fillColor="#e6e8e8"/>
|
||||
<path
|
||||
android:pathData="M54.4,633.17L580.82,633.17A6.82,6.82 0,0 1,587.64 639.99L587.64,640A6.82,6.82 0,0 1,580.82 646.82L54.4,646.82A6.82,6.82 0,0 1,47.58 640L47.58,639.99A6.82,6.82 0,0 1,54.4 633.17z"
|
||||
android:fillColor="#e6e8e8"/>
|
||||
<path
|
||||
android:pathData="M54.4,765.72L580.82,765.72A6.82,6.82 0,0 1,587.64 772.54L587.64,772.55A6.82,6.82 0,0 1,580.82 779.37L54.4,779.37A6.82,6.82 0,0 1,47.58 772.55L47.58,772.54A6.82,6.82 0,0 1,54.4 765.72z"
|
||||
android:fillColor="#e6e8e8"/>
|
||||
<path
|
||||
android:pathData="M54.4,831.99L580.82,831.99A6.82,6.82 0,0 1,587.64 838.81L587.64,838.82A6.82,6.82 0,0 1,580.82 845.64L54.4,845.64A6.82,6.82 0,0 1,47.58 838.82L47.58,838.81A6.82,6.82 0,0 1,54.4 831.99z"
|
||||
android:fillColor="#e6e8e8"/>
|
||||
<path
|
||||
android:pathData="M325.12,534.36v9.87a34.52,34.52 0,0 1,27 27.08h9.86"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#939696"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M311.24,534.39v9.88a34.5,34.5 0,0 0,-26.79 27h-9.86"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#939696"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M274.7,585.2h9.89a34.53,34.53 0,0 0,26.69 26.57L311.28,621.63"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#939696"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M325.12,621.68v-9.87a34.53,34.53 0,0 0,26.86 -26.61h9.89"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#939696"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M318.27,578.02m-26.4,0a26.4,26.4 0,1 1,52.8 0a26.4,26.4 0,1 1,-52.8 0"
|
||||
android:fillColor="#e6e8e8"/>
|
||||
<path
|
||||
android:pathData="M59.35,133.27h500.52v377.46h-500.52z"
|
||||
android:fillColor="#383838"/>
|
||||
<path
|
||||
android:pathData="M620.26,117.4v408.74a6.22,6.22 0,0 1,-1.81 4.39l-3.71,3.71v173.57a13.09,13.09 0,0 0,-4.21 2.17c-3,2.5 -2.35,7.42 -6.33,11.56 -2,2.07 -5.21,2.65 -7.94,2.72L596.26,89.93a74.74,74.74 0,0 0,-74.75 -74.75L100.77,15.18a74.74,74.74 0,0 0,-74.75 74.75v633.56a17.44,17.44 0,0 1,-7.13 -1.4c-5.08,-2.35 -3.9,-7.73 -7.43,-11.92a8.73,8.73 0,0 0,-3.92 -2.65L7.54,534.24l-3.71,-3.71 -0.08,-0.09a6.2,6.2 0,0 1,-1.73 -4.3L2.02,117.4a6.23,6.23 0,0 1,1.59 -4.15l3.93,-4.38L7.54,94.44a92.42,92.42 0,0 1,92.42 -92.42h422.36A92.38,92.38 0,0 1,614.7 94.44v14.43l3.93,4.38A6.23,6.23 0,0 1,620.26 117.4Z"
|
||||
android:fillColor="#515153"/>
|
||||
<path
|
||||
android:pathData="M47.58,561.03a14.6,14.6 0,1 1,14.6 -14.6A14.62,14.62 0,0 1,47.58 561.03ZM47.58,535.03a11.36,11.36 0,1 0,11.36 11.36A11.38,11.38 0,0 0,47.58 535.07Z"
|
||||
android:fillColor="#e2d299"/>
|
||||
<path
|
||||
android:pathData="M196.49,938.18v-19.42h4v16.13h9.83v3.29Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M212.98,938.18L212.98,918.63h4v19.58Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M220.8,938.18v-19.42h4v16.13h9.83v3.29Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M240.04,938.18v-8.24L232.87,918.63h4.63l4.61,7.75 4.51,-7.75h4.56l-7.2,11.37v8.21Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M262.25,930.99v-3.3h8.53v7.8a10.79,10.79 0,0 1,-3.6 2.11,13.17 13.17,0 0,1 -4.78,0.92 10.74,10.74 0,0 1,-5.36 -1.29,8.23 8.23,0 0,1 -3.43,-3.69 11.83,11.83 0,0 1,-1.15 -5.21,11.35 11.35,0 0,1 1.28,-5.44 8.72,8.72 0,0 1,3.76 -3.65,10.12 10.12,0 0,1 4.69,-1 9.32,9.32 0,0 1,5.69 1.53,6.89 6.89,0 0,1 2.64,4.23l-3.93,0.73a4.14,4.14 0,0 0,-1.55 -2.28,4.74 4.74,0 0,0 -2.85,-0.83 5.37,5.37 0,0 0,-4.12 1.64,6.93 6.93,0 0,0 -1.53,4.88 7.65,7.65 0,0 0,1.55 5.23,5.16 5.16,0 0,0 4.06,1.74 6.77,6.77 0,0 0,2.49 -0.49,8.55 8.55,0 0,0 2.14,-1.18v-2.48Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M273.62,928.51a12.38,12.38 0,0 1,0.9 -5,9 9,0 0,1 1.82,-2.68 7.61,7.61 0,0 1,2.53 -1.77,10.88 10.88,0 0,1 4.22,-0.77 9.2,9.2 0,0 1,6.93 2.68q2.59,2.68 2.59,7.47a10.24,10.24 0,0 1,-2.57 7.42,10.29 10.29,0 0,1 -13.84,0A10.09,10.09 0,0 1,273.62 928.51ZM277.69,928.38a7.34,7.34 0,0 0,1.54 5,5.28 5.28,0 0,0 7.78,0 7.5,7.5 0,0 0,1.52 -5.11,7.35 7.35,0 0,0 -1.48,-5 5,5 0,0 0,-3.92 -1.65,5 5,0 0,0 -3.94,1.67A7.41,7.41 0,0 0,277.7 928.38Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M307.7,938.18v-16.26L301.9,921.92L301.9,918.63h15.56v3.32L311.7,921.95v16.26Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M318.05,932.96v-3.75h7.37v3.75Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M327.7,938.18L327.7,918.63h4v8.7l8,-8.7h5.31l-7.37,7.63 7.77,12h-5.11l-5.38,-9.19 -3.21,3.28v5.91Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M355.56,933.63l3.74,0.63a6.13,6.13 0,0 1,-2.28 3.13,6.68 6.68,0 0,1 -3.89,1.08 6.35,6.35 0,0 1,-5.48 -2.42,8.08 8.08,0 0,1 -1.4,-4.89 7.82,7.82 0,0 1,1.84 -5.52,6 6,0 0,1 4.66,-2 6.32,6.32 0,0 1,5 2.09c1.22,1.39 1.8,3.53 1.75,6.4h-9.41a3.8,3.8 0,0 0,0.91 2.6,2.84 2.84,0 0,0 2.17,0.93 2.31,2.31 0,0 0,1.48 -0.48A3,3 0,0 0,355.56 933.63ZM355.77,929.84a3.64,3.64 0,0 0,-0.84 -2.48,2.7 2.7,0 0,0 -4,0 3.41,3.41 0,0 0,-0.79 2.43Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M360.78,924h4l3.4,10.07 3.31,-10.07h3.89l-5,13.65 -0.9,2.47a10.12,10.12 0,0 1,-0.94 1.9,4.17 4.17,0 0,1 -1,1.06 4.48,4.48 0,0 1,-1.43 0.63,7 7,0 0,1 -1.91,0.23 9.46,9.46 0,0 1,-2.13 -0.23l-0.33,-2.93a8.72,8.72 0,0 0,1.59 0.17,2.34 2.34,0 0,0 1.93,-0.77 5.37,5.37 0,0 0,1 -2Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M377.61,938.18L377.61,918.63h3.75L381.36,925.63a5.32,5.32 0,0 1,4.12 -2,5.52 5.52,0 0,1 4.29,1.88 7.75,7.75 0,0 1,1.69 5.38,8.21 8.21,0 0,1 -1.73,5.6 5.39,5.39 0,0 1,-4.2 2,5.28 5.28,0 0,1 -2.4,-0.61 5.87,5.87 0,0 1,-2 -1.8v2.08ZM381.34,930.78a6.06,6.06 0,0 0,0.69 3.26,3 3,0 0,0 2.59,1.5 2.65,2.65 0,0 0,2.12 -1.06,5.27 5.27,0 0,0 0.87,-3.35 5.49,5.49 0,0 0,-0.88 -3.5,2.77 2.77,0 0,0 -2.25,-1.08 2.84,2.84 0,0 0,-2.25 1A4.79,4.79 0,0 0,381.34 930.78Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M393.61,930.89a7.75,7.75 0,0 1,0.92 -3.62,6.31 6.31,0 0,1 2.62,-2.67 7.76,7.76 0,0 1,3.77 -0.92,7.09 7.09,0 0,1 5.27,2.09 7.18,7.18 0,0 1,2.06 5.28,7.29 7.29,0 0,1 -2.08,5.34 7,7 0,0 1,-5.22 2.12,8.22 8.22,0 0,1 -3.72,-0.89 6.07,6.07 0,0 1,-2.7 -2.58A8.69,8.69 0,0 1,393.61 930.89ZM397.46,931.09a4.66,4.66 0,0 0,1 3.23,3.26 3.26,0 0,0 4.94,0 5.76,5.76 0,0 0,0 -6.46,3.28 3.28,0 0,0 -4.94,0A4.68,4.68 0,0 0,397.46 931.09Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M414,928.33l-3.41,-0.62a5.26,5.26 0,0 1,2 -3,7.19 7.19,0 0,1 4.16,-1 9.08,9.08 0,0 1,3.74 0.59,3.73 3.73,0 0,1 1.73,1.51 7.65,7.65 0,0 1,0.5 3.36l0,4.38a14.16,14.16 0,0 0,0.19 2.76,7.9 7.9,0 0,0 0.67,1.9h-3.71a11,11 0,0 1,-0.36 -1.1c-0.07,-0.23 -0.11,-0.37 -0.14,-0.44a6.79,6.79 0,0 1,-2.06 1.4,5.88 5.88,0 0,1 -2.33,0.47 4.88,4.88 0,0 1,-3.46 -1.19,4.23 4.23,0 0,1 -0.68,-5.15 3.78,3.78 0,0 1,1.61 -1.45,12.77 12.77,0 0,1 3,-0.87 21,21 0,0 0,3.65 -0.92v-0.38a1.93,1.93 0,0 0,-0.54 -1.54,3.15 3.15,0 0,0 -2,-0.46 2.74,2.74 0,0 0,-1.57 0.39A2.8,2.8 0,0 0,414 928.33ZM419,931.33c-0.48,0.16 -1.24,0.35 -2.29,0.58a6.93,6.93 0,0 0,-2 0.65,1.56 1.56,0 0,0 -0.73,1.32 1.86,1.86 0,0 0,0.58 1.37,2.08 2.08,0 0,0 1.5,0.57 3.24,3.24 0,0 0,1.94 -0.67,2.35 2.35,0 0,0 0.89,-1.24 7.26,7.26 0,0 0,0.15 -1.83Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M430,938.18h-3.76v-14.18L429.7,924v2a6.1,6.1 0,0 1,1.61 -1.89,3 3,0 0,1 1.62,-0.45 4.67,4.67 0,0 1,2.47 0.71l-1.16,3.27a3.3,3.3 0,0 0,-1.76 -0.62,2.1 2.1,0 0,0 -1.34,0.44 3,3 0,0 0,-0.86 1.57,22.25 22.25,0 0,0 -0.31,4.75Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M450.06,938.18h-3.48v-2.08a5.69,5.69 0,0 1,-2.06 1.81,5.18 5.18,0 0,1 -2.38,0.6 5.39,5.39 0,0 1,-4.19 -2,8 8,0 0,1 -1.74,-5.49 7.86,7.86 0,0 1,1.7 -5.48,5.5 5.5,0 0,1 4.28,-1.88 5.32,5.32 0,0 1,4.12 2L446.31,918.63h3.75ZM440.06,930.78a6.49,6.49 0,0 0,0.63 3.29,2.84 2.84,0 0,0 2.54,1.47 2.76,2.76 0,0 0,2.2 -1.1,5.06 5.06,0 0,0 0.91,-3.29 5.54,5.54 0,0 0,-0.88 -3.52,2.79 2.79,0 0,0 -2.26,-1.08 2.83,2.83 0,0 0,-2.24 1.06A4.81,4.81 0,0 0,440.04 930.78Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M59.35,133.27h500.52v377.46h-500.52z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M387.75,530.44a84.23,84.23 0,0 1,-5.85 102.73"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M248.78,530.44a84.23,84.23 0,0 0,5.85 102.73"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M359.8,530.44a63.17,63.17 0,0 1,-10.75 102.73"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M276.7,530.44a63.15,63.15 0,0 0,10.75 102.73"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M318.27,578.02m-26.4,0a26.4,26.4 0,1 1,52.8 0a26.4,26.4 0,1 1,-52.8 0"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M7.54,707.97a10.08,10.08 0,0 1,7.37 8.09c1.15,6.75 7.53,8.15 11.11,7.13"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M618.7,113.25l-3.93,-4.38L614.77,94.44a92.42,92.42 0,0 0,-92.42 -92.42L99.96,2.02a92.42,92.42 0,0 0,-92.42 92.42v14.43l-3.93,4.38a6.23,6.23 0,0 0,-1.59 4.15v408.74a6.22,6.22 0,0 0,1.81 4.39l3.71,3.71v284.11c0,52.75 17,100.9 78.62,123.63 33.79,12.47 72.21,18 107.6,21.08 21,1.85 69.3,3.79 117.26,3.59h0.24c48,0.2 96.28,-1.74 117.26,-3.59 35.39,-3.12 73.81,-8.61 107.6,-21.08 61.59,-22.73 78.62,-70.88 78.62,-123.63L614.74,534.24l3.71,-3.71a6.22,6.22 0,0 0,1.81 -4.39L620.26,117.4A6.23,6.23 0,0 0,618.7 113.25ZM596.29,817.78c0,51.3 -17,98.13 -78.62,120.23 -33.78,12.13 -72.45,17.21 -107.88,19.81 -23.07,1.7 -66.69,2.55 -98.62,2.85 -31.93,-0.3 -75.55,-1.15 -98.62,-2.85 -35.43,-2.6 -74.1,-7.68 -107.88,-19.81 -61.6,-22.1 -78.62,-68.93 -78.62,-120.23L26.05,89.93a74.74,74.74 0,0 1,74.75 -74.75h420.74a74.74,74.74 0,0 1,74.75 74.75Z"
|
||||
android:strokeWidth="4.05"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M614.75,707.97a10.08,10.08 0,0 0,-7.37 8.09c-1.15,6.75 -7.53,8.15 -11.11,7.13"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M252.78,47.25L371.1,47.25A6.95,6.95 0,0 1,378.05 54.2L378.05,54.2A6.95,6.95 0,0 1,371.1 61.14L252.78,61.14A6.95,6.95 0,0 1,245.83 54.2L245.83,54.2A6.95,6.95 0,0 1,252.78 47.25z"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M26.02,530.44L596.27,530.44"
|
||||
android:strokeWidth="1.35"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M52.41,646.82h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M52.41,699.44h45.08L97.49,674.63a27.9,27.9 0,0 0,-28 -27.8L52.41,646.83"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M105.43,646.82h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M105.43,699.44h45.08L150.51,674.63a27.9,27.9 0,0 0,-28 -27.8L105.43,646.83"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M158.45,646.82h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M158.45,699.44h45.08L203.53,674.63a27.9,27.9 0,0 0,-28 -27.8L158.45,646.83"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M211.47,646.82h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M211.47,699.44h45.08L256.55,674.63a27.9,27.9 0,0 0,-28 -27.8L211.47,646.83"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M264.49,646.82h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M264.49,699.44h45.08L309.57,674.63a27.9,27.9 0,0 0,-28 -27.8L264.49,646.83"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M582.61,699.44l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M582.61,646.82h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M529.59,699.44l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M529.59,646.82h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M476.57,699.44l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M476.57,646.82L459.5,646.82a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M423.55,699.44l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M423.55,646.82h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M370.53,699.44l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M370.53,646.82h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M52.41,713.09h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M52.41,765.71h45.08v-24.82a27.9,27.9 0,0 0,-28 -27.8L52.41,713.09"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M105.43,713.09h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M105.43,765.71h45.08v-24.82a27.9,27.9 0,0 0,-28 -27.8L105.43,713.09"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M158.45,713.09h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M158.45,765.71h45.08v-24.82a27.9,27.9 0,0 0,-28 -27.8L158.45,713.09"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M211.47,713.09h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M211.47,765.71h45.08v-24.82a27.9,27.9 0,0 0,-28 -27.8L211.47,713.09"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M264.49,713.09h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M264.49,765.71h45.08v-24.82a27.9,27.9 0,0 0,-28 -27.8L264.49,713.09"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M582.61,765.71l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M582.61,713.09h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M529.59,765.71l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M529.59,713.09h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M476.57,765.71l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M476.57,713.09L459.5,713.09a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M423.55,765.71l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M423.55,713.09h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M370.53,765.71l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M370.53,713.09h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M52.41,779.36h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M52.41,831.98h45.08v-24.82a27.9,27.9 0,0 0,-28 -27.8L52.41,779.36"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M105.43,779.36h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M105.43,831.98h45.08v-24.82a27.9,27.9 0,0 0,-28 -27.8L105.43,779.36"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M116.25,845.63h17.07a27.9,27.9 0,0 1,28 27.8L161.32,893.63"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M175.85,845.63h17.07a27.9,27.9 0,0 1,28 27.8v24.6"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M158.45,779.36h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M158.45,831.98h45.08v-24.82a27.9,27.9 0,0 0,-28 -27.8L158.45,779.36"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M211.47,779.36h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M211.47,831.98h45.08v-24.82a27.9,27.9 0,0 0,-28 -27.8L211.47,779.36"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M264.49,779.36h53.02v52.62h-53.02z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M264.49,831.98h45.08v-24.82a27.9,27.9 0,0 0,-28 -27.8L264.49,779.36"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M582.61,831.99l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M582.61,779.36h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M529.59,831.99l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M529.59,779.36h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M476.57,831.99l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M476.57,779.36L459.5,779.36a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M423.55,831.99l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M423.55,779.36h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M370.53,831.99l-53.02,-0l-0,-52.62l53.02,-0z"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M370.53,779.36h-17.07a27.91,27.91 0,0 0,-28 27.8v24.82h45.08"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M54.4,699.44L580.82,699.44A6.82,6.82 0,0 1,587.64 706.26L587.64,706.27A6.82,6.82 0,0 1,580.82 713.09L54.4,713.09A6.82,6.82 0,0 1,47.58 706.27L47.58,706.26A6.82,6.82 0,0 1,54.4 699.44z"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M54.4,633.17L580.82,633.17A6.82,6.82 0,0 1,587.64 639.99L587.64,640A6.82,6.82 0,0 1,580.82 646.82L54.4,646.82A6.82,6.82 0,0 1,47.58 640L47.58,639.99A6.82,6.82 0,0 1,54.4 633.17z"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M54.4,765.72L580.82,765.72A6.82,6.82 0,0 1,587.64 772.54L587.64,772.55A6.82,6.82 0,0 1,580.82 779.37L54.4,779.37A6.82,6.82 0,0 1,47.58 772.55L47.58,772.54A6.82,6.82 0,0 1,54.4 765.72z"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M54.4,831.99L580.82,831.99A6.82,6.82 0,0 1,587.64 838.81L587.64,838.82A6.82,6.82 0,0 1,580.82 845.64L54.4,845.64A6.82,6.82 0,0 1,47.58 838.82L47.58,838.81A6.82,6.82 0,0 1,54.4 831.99z"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M105.77,845.63c0,26.61 14.41,41.86 40.7,46 40.67,6.37 101.92,8.23 181.39,8"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M228.55,898.33L228.55,845.64"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M168.23,894.41L168.23,845.64"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M474.03,893.63L474.03,873.43a27.9,27.9 0,0 1,28 -27.8h17.07"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M414.43,898.03v-24.6a27.9,27.9 0,0 1,28 -27.8h17.07"
|
||||
android:strokeWidth="1.8"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M529.59,845.63c0,26.61 -14.41,41.86 -40.7,46 -40.67,6.37 -101.92,8.23 -181.39,8"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M406.81,845.64L406.81,898.33"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M467.13,845.64L467.13,894.41"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M47.58,546.43m-7.19,0a7.19,7.19 0,1 1,14.38 0a7.19,7.19 0,1 1,-14.38 0"
|
||||
android:fillColor="#2d2d2d"/>
|
||||
<path
|
||||
android:pathData="M40.39,603.63a5.93,5.93 0,1 1,5.93 -5.93A5.94,5.94 0,0 1,40.39 603.63ZM40.39,593.56a4.14,4.14 0,1 0,4.14 4.14A4.15,4.15 0,0 0,40.39 593.63Z"
|
||||
android:fillColor="#e2d299"/>
|
||||
<path
|
||||
android:pathData="M40.39,619.82a5.94,5.94 0,1 1,5.93 -5.93A5.94,5.94 0,0 1,40.39 619.82ZM40.39,609.75a4.14,4.14 0,1 0,4.14 4.14A4.14,4.14 0,0 0,40.39 609.75Z"
|
||||
android:fillColor="#e2d299"/>
|
||||
<path
|
||||
android:pathData="M40.39,635.98a5.93,5.93 0,1 1,5.93 -5.93A5.94,5.94 0,0 1,40.39 635.98ZM40.39,625.91a4.14,4.14 0,1 0,4.14 4.14A4.15,4.15 0,0 0,40.39 625.91Z"
|
||||
android:fillColor="#e2d299"/>
|
||||
<path
|
||||
android:pathData="M40.39,668.31a5.93,5.93 0,1 1,5.93 -5.93A5.94,5.94 0,0 1,40.39 668.31ZM40.39,658.24a4.14,4.14 0,1 0,4.14 4.14A4.15,4.15 0,0 0,40.39 658.24Z"
|
||||
android:fillColor="#e2d299"/>
|
||||
<path
|
||||
android:pathData="M40.39,684.48a5.94,5.94 0,1 1,5.93 -5.93A5.94,5.94 0,0 1,40.39 684.48ZM40.39,674.41a4.14,4.14 0,1 0,4.14 4.14A4.14,4.14 0,0 0,40.39 674.41Z"
|
||||
android:fillColor="#e2d299"/>
|
||||
<path
|
||||
android:pathData="M221.75,577.28a0.77,0.77 0,0 1,0 0.95l-8.88,11.19L206.7,597.23a0.76,0.76 0,0 1,-0.6 0.29L189.54,597.52a0.76,0.76 0,0 1,-0.6 -1.24l14.31,-18.05a0.77,0.77 0,0 0,0 -0.95l-14.32,-18.05a0.76,0.76 0,0 1,0.6 -1.24h16.55a0.76,0.76 0,0 1,0.6 0.29l6.19,7.81Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#939696"/>
|
||||
<path
|
||||
android:pathData="M188.7,577.28a0.77,0.77 0,0 1,0 0.95l-8.88,11.19L173.7,597.23a0.76,0.76 0,0 1,-0.6 0.29L156.51,597.52a0.76,0.76 0,0 1,-0.6 -1.24l14.31,-18.05a0.77,0.77 0,0 0,0 -0.95L155.9,559.23a0.76,0.76 0,0 1,0.6 -1.24h16.55a0.76,0.76 0,0 1,0.6 0.29l6.19,7.81Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#939696"/>
|
||||
<path
|
||||
android:pathData="M155.7,577.28a0.77,0.77 0,0 1,0 0.95l-8.88,11.19 -6.19,7.81a0.76,0.76 0,0 1,-0.6 0.29L123.48,597.52a0.76,0.76 0,0 1,-0.6 -1.24l14.31,-18.05a0.77,0.77 0,0 0,0 -0.95l-14.32,-18.05a0.76,0.76 0,0 1,0.6 -1.24h16.55a0.76,0.76 0,0 1,0.6 0.29l6.19,7.81Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#939696"/>
|
||||
<path
|
||||
android:pathData="M415.58,577.28a0.77,0.77 0,0 0,0 0.95l8.87,11.19 6.19,7.81a0.79,0.79 0,0 0,0.6 0.29h16.55a0.77,0.77 0,0 0,0.6 -1.24l-14.31,-18.05a0.77,0.77 0,0 1,0 -0.95l14.32,-18.05a0.77,0.77 0,0 0,-0.6 -1.24h-16.56a0.79,0.79 0,0 0,-0.6 0.29l-6.19,7.81Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#939696"/>
|
||||
<path
|
||||
android:pathData="M448.61,577.28a0.77,0.77 0,0 0,0 0.95l8.87,11.19 6.19,7.81a0.79,0.79 0,0 0,0.6 0.29h16.55a0.77,0.77 0,0 0,0.6 -1.24l-14.31,-18.05a0.77,0.77 0,0 1,0 -0.95l14.32,-18.05a0.77,0.77 0,0 0,-0.6 -1.24h-16.56a0.79,0.79 0,0 0,-0.6 0.29l-6.19,7.81Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#939696"/>
|
||||
<path
|
||||
android:pathData="M481.64,577.28a0.77,0.77 0,0 0,0 0.95l8.87,11.19 6.19,7.81a0.79,0.79 0,0 0,0.6 0.29h16.55a0.77,0.77 0,0 0,0.6 -1.24l-14.31,-18.05a0.77,0.77 0,0 1,0 -0.95l14.32,-18.05a0.77,0.77 0,0 0,-0.6 -1.24L497.3,557.99a0.79,0.79 0,0 0,-0.6 0.29l-6.19,7.81Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#939696"/>
|
||||
<path
|
||||
android:pathData="M248.52,108.54L248.52,82.3h3.47v23.14h12.92v3.1Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M269.64,108.54L269.64,82.3h3.47v26.24Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M279.09,108.54L279.09,82.3h3.47v23.14h12.93v3.1Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M304.3,108.54L304.3,97.42l-10.12,-15.12h4.23l5.17,7.91q1.43,2.22 2.67,4.44c0.78,-1.37 1.74,-2.92 2.86,-4.64l5.08,-7.71h4l-10.47,15.12v11.12Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M333.63,98.25v-3.08l11.12,0v9.74a19.85,19.85 0,0 1,-5.28 3.07,15.79 15.79,0 0,1 -5.58,1 14.85,14.85 0,0 1,-7 -1.66,10.88 10.88,0 0,1 -4.77,-4.79 15,15 0,0 1,-1.61 -7,16.24 16.24,0 0,1 1.6,-7.15 10.63,10.63 0,0 1,4.61 -4.93,14.47 14.47,0 0,1 6.93,-1.61 13.8,13.8 0,0 1,5.14 0.92,8.53 8.53,0 0,1 3.61,2.57 11.52,11.52 0,0 1,2 4.3l-3.14,0.86a9.81,9.81 0,0 0,-1.46 -3.16,6.07 6.07,0 0,0 -2.51,-1.83 9.2,9.2 0,0 0,-3.62 -0.69,10.48 10.48,0 0,0 -4.11,0.73 7.58,7.58 0,0 0,-2.8 1.9,9.12 9.12,0 0,0 -1.66,2.6 13.68,13.68 0,0 0,-1 5.28,12.86 12.86,0 0,0 1.2,5.87 7.72,7.72 0,0 0,3.52 3.51,11 11,0 0,0 4.91,1.14 11.61,11.61 0,0 0,4.4 -0.86,11.35 11.35,0 0,0 3.26,-1.86v-4.88Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M348.81,95.76q0,-6.54 3.51,-10.23a11.92,11.92 0,0 1,9.06 -3.7,12.53 12.53,0 0,1 6.55,1.74 11.32,11.32 0,0 1,4.45 4.84,15.73 15.73,0 0,1 1.53,7 15.52,15.52 0,0 1,-1.61 7.15,11 11,0 0,1 -4.56,4.77 13.07,13.07 0,0 1,-6.38 1.62,12.42 12.42,0 0,1 -6.62,-1.79 11.48,11.48 0,0 1,-4.42 -4.89A14.84,14.84 0,0 1,348.81 95.76ZM352.39,95.76a10.54,10.54 0,0 0,2.56 7.48,8.89 8.89,0 0,0 12.85,0q2.54,-2.76 2.53,-7.82a13.51,13.51 0,0 0,-1.08 -5.6,8.28 8.28,0 0,0 -3.17,-3.7 8.57,8.57 0,0 0,-4.68 -1.32,8.93 8.93,0 0,0 -6.35,2.53Q352.4,89.88 352.39,95.81Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M293.75,920.73v-4.57h2a2.75,2.75 0,0 1,0.93 0.12,1 1,0 0,1 0.51,0.44 1.23,1.23 0,0 1,0.19 0.69,1.16 1.16,0 0,1 -0.31,0.82 1.62,1.62 0,0 1,-1 0.42,1.32 1.32,0 0,1 0.37,0.23 2.86,2.86 0,0 1,0.5 0.61l0.8,1.24h-0.76l-0.61,-0.95c-0.18,-0.27 -0.32,-0.48 -0.44,-0.63a1.27,1.27 0,0 0,-0.3 -0.31,1.13 1.13,0 0,0 -0.28,-0.12l-0.34,0h-0.7v2ZM294.35,918.18L295.7,918.18a1.84,1.84 0,0 0,0.65 -0.09,0.72 0.72,0 0,0 0.36,-0.27 0.78,0.78 0,0 0,0.12 -0.41,0.68 0.68,0 0,0 -0.24,-0.54 1.07,1.07 0,0 0,-0.74 -0.21h-1.45Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M295.5,922.34a3.74,3.74 0,1 1,3.74 -3.74A3.74,3.74 0,0 1,295.5 922.34ZM295.5,915.4A3.21,3.21 0,1 0,298.7 918.63,3.21 3.21,0 0,0 295.5,915.4Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M405.26,565.02l9.94,0l11.7,-13.4l94.11,0l28.2,41.93l40.76,0"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M231.4,565.02l-9.95,0l-11.69,-13.4l-94.11,0l-28.2,41.93l-19.31,0"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M289.64,865.54l0,7.89l56.61,0l0,-7.89"
|
||||
android:strokeWidth="1.79"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M570.12,746.85L556.2,746.85a1.86,1.86 0,0 1,-1.19 -0.44l-5.61,-4.67a3,3 0,0 1,0 -4.67l5.61,-4.68a1.85,1.85 0,0 1,1.19 -0.43h13.92a1.72,1.72 0,0 1,1.71 1.72v11.45A1.72,1.72 0,0 1,570.12 746.85Z"
|
||||
android:strokeWidth="1.37"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M558.21,735.34L566.35,743.47"
|
||||
android:strokeWidth="1.37"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M566.35,735.34L558.21,743.47"
|
||||
android:strokeWidth="1.37"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M565.5,796.24v6.25a7.19,7.19 0,0 1,-7.19 7.19h-7.39l2.9,-3.14v6.23l-2.9,-3.09"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.37"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M553.54,807.63s0.34,3.83 0,3.83a9.67,9.67 0,0 1,-2 -1.42v-0.91Z"
|
||||
android:fillColor="#fff"/>
|
||||
</vector>
|
|
@ -0,0 +1,247 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="206.97dp"
|
||||
android:height="481.72dp"
|
||||
android:viewportWidth="206.97"
|
||||
android:viewportHeight="481.72">
|
||||
<path
|
||||
android:pathData="M97.84,232.81h91.76c9.14,0 16.62,7.48 16.62,16.62v214.92c0,9.14 -7.48,16.62 -16.62,16.62H17.37c-9.14,0 -16.62,-7.48 -16.62,-16.62v-154.84c0,-9.14 7.48,-16.62 16.62,-16.62h51.48c8.68,0 12.45,-2.57 12.45,-14.56v-28.98c0,-9.14 7.4,-16.54 16.54,-16.54Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M135.52,201.13h66.32v21.47c0,0.38 -0.31,0.69 -0.69,0.69h-64.94c-0.38,0 -0.69,-0.31 -0.69,-0.69v-21.47Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#242424"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M201.84,201.13l-7.55,-19.08l-50.82,0l-7.95,19.08l66.32,0z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#242424"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M168.68,182.05l25.65,0l0,-181.3l-51.3,0l0,181.3l25.65,0z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#242424"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M168.68,19.05c-8.57,0.07 -22.61,0.49 -25.65,2.54 0,0 -1.61,6.89 0,11.41 0,0 13.59,-1.34 25.65,-1.34s25.65,1.34 25.65,1.34c1.61,-4.52 0,-11.41 0,-11.41 -3.05,-2.04 -17.08,-2.47 -25.65,-2.54Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#242424"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M29.83,305.93L177.42,305.93A22.77,22.77 0,0 1,200.19 328.7L200.19,454.42A22.77,22.77 0,0 1,177.42 477.19L29.83,477.19A22.77,22.77 0,0 1,7.06 454.42L7.06,328.7A22.77,22.77 0,0 1,29.83 305.93z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#000"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M60.81,330.36L162.55,330.36A10.5,10.5 0,0 1,173.05 340.86L173.05,441.62A10.5,10.5 0,0 1,162.55 452.12L60.81,452.12A10.5,10.5 0,0 1,50.31 441.62L50.31,340.86A10.5,10.5 0,0 1,60.81 330.36z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth=".5"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#000"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M66.49,335.98h90.38c5.2,0 9.41,4.22 9.41,9.41v91.69c0,5.2 -4.22,9.41 -9.41,9.41h-90.38c-5.2,0 -9.41,-4.22 -9.41,-9.41v-91.69c0,-5.2 4.22,-9.41 9.41,-9.41Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth=".5"
|
||||
android:fillColor="#999"
|
||||
android:strokeColor="#000"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M96.65,232.86h19.83v-2.85c0,-0.4 -0.32,-0.72 -0.72,-0.72h-18.38c-0.4,0 -0.72,0.32 -0.72,0.72v2.85Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M95.49,239.37L192.56,239.37A2.83,2.83 0,0 1,195.39 242.2L195.39,295.37A2.83,2.83 0,0 1,192.56 298.2L95.49,298.2A2.83,2.83 0,0 1,92.66 295.37L92.66,242.2A2.83,2.83 0,0 1,95.49 239.37z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth=".22"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#000"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M99.69,245.56h88.66v46.46h-88.66z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.5"
|
||||
android:strokeColor="#000"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M138.06,232.81h51.53c3.1,0 6,0.86 8.49,2.35v-7.04c0,-2 -1.02,-3.78 -2.56,-4.83h-54.9c-1.54,1.06 -2.56,2.83 -2.56,4.83v4.69Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M67.74,292.89H29.51v-2.73c0,-1.5 1.23,-2.73 2.73,-2.73h32.76c1.5,0 2.73,1.23 2.73,2.73v2.73Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.5"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M44.05,329.75c3.68,0 6.68,-3 6.68,-6.68s-3,-6.68 -6.68,-6.68 -6.68,3 -6.68,6.68 3,6.68 6.68,6.68Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#999"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M181.27,329.75c3.68,0 6.68,-3 6.68,-6.68s-3,-6.68 -6.68,-6.68 -6.68,3 -6.68,6.68 3,6.68 6.68,6.68Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#999"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M44.05,466.27c3.68,0 6.68,-3 6.68,-6.68s-3,-6.68 -6.68,-6.68 -6.68,3 -6.68,6.68 3,6.68 6.68,6.68Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#999"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M181.27,459.59m-6.68,0a6.68,6.68 0,1 1,13.36 0a6.68,6.68 0,1 1,-13.36 0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#999"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M108.38,262.94l0,11.86l6.56,0l0,2.14l-9.13,0l0,-14l2.57,0z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#00afef"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M117.34,262.94h2.57v14h-2.57z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#00afef"/>
|
||||
<path
|
||||
android:pathData="M125.83,262.94l0,11.86l6.55,0l0,2.14l-9.13,0l0,-14l2.58,0z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#00afef"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M137.09,268.97l3.74,-6.03l2.84,0l-5.31,8.36l0,5.64l-2.57,0l0,-5.64l-5.31,-8.36l2.85,0l3.73,6.03l0.03,0z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#00afef"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M153.84,271.58h-3.14v-2.14h5.71v7.07c-0.21,0.08 -0.47,0.16 -0.8,0.24 -0.33,0.08 -0.69,0.16 -1.09,0.23 -0.4,0.07 -0.81,0.12 -1.24,0.16 -0.43,0.04 -0.85,0.06 -1.26,0.06 -1.26,0 -2.35,-0.17 -3.29,-0.51 -0.94,-0.34 -1.72,-0.82 -2.34,-1.43 -0.63,-0.61 -1.09,-1.35 -1.4,-2.19 -0.31,-0.85 -0.46,-1.79 -0.46,-2.81 0,-0.73 0.08,-1.42 0.25,-2.08 0.16,-0.66 0.41,-1.27 0.73,-1.83 0.32,-0.56 0.71,-1.07 1.16,-1.52 0.45,-0.45 0.98,-0.84 1.56,-1.16 0.58,-0.32 1.22,-0.56 1.92,-0.74 0.69,-0.17 1.44,-0.26 2.23,-0.26 0.7,0 1.38,0.05 2.01,0.15 0.63,0.1 1.15,0.23 1.56,0.37v2.16c-0.54,-0.17 -1.09,-0.3 -1.65,-0.38 -0.55,-0.09 -1.11,-0.13 -1.68,-0.13 -0.76,0 -1.47,0.11 -2.14,0.34 -0.66,0.23 -1.24,0.56 -1.72,1.01 -0.49,0.44 -0.87,0.99 -1.15,1.64 -0.28,0.65 -0.42,1.4 -0.42,2.25 0,1.65 0.44,2.9 1.29,3.73 0.86,0.83 2.07,1.24 3.64,1.24 0.29,0 0.6,-0.01 0.91,-0.05 0.31,-0.03 0.59,-0.07 0.83,-0.12v-3.28Z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#00afef"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M169.93,269.93c0,-0.85 -0.1,-1.6 -0.31,-2.24 -0.21,-0.64 -0.5,-1.17 -0.87,-1.6 -0.37,-0.43 -0.81,-0.74 -1.31,-0.95s-1.06,-0.31 -1.67,-0.31 -1.16,0.1 -1.67,0.31 -0.95,0.53 -1.31,0.95c-0.37,0.43 -0.66,0.96 -0.87,1.6 -0.21,0.64 -0.31,1.38 -0.31,2.24s0.1,1.6 0.31,2.24c0.21,0.64 0.5,1.17 0.87,1.59 0.37,0.42 0.81,0.74 1.31,0.95 0.51,0.21 1.06,0.32 1.67,0.32s1.17,-0.11 1.67,-0.32c0.51,-0.21 0.95,-0.53 1.31,-0.95 0.37,-0.43 0.66,-0.95 0.87,-1.59 0.21,-0.64 0.31,-1.39 0.31,-2.24h0ZM172.58,269.93c0,1.07 -0.15,2.05 -0.45,2.94 -0.3,0.89 -0.75,1.66 -1.33,2.3 -0.58,0.64 -1.3,1.14 -2.15,1.5 -0.85,0.35 -1.81,0.53 -2.89,0.53s-2.05,-0.18 -2.89,-0.53c-0.85,-0.36 -1.57,-0.86 -2.15,-1.5 -0.58,-0.64 -1.03,-1.41 -1.33,-2.3 -0.3,-0.89 -0.46,-1.87 -0.46,-2.94s0.15,-2.05 0.46,-2.94c0.3,-0.89 0.75,-1.66 1.33,-2.3 0.58,-0.64 1.3,-1.14 2.15,-1.5 0.85,-0.35 1.81,-0.53 2.89,-0.53s2.05,0.18 2.89,0.53c0.85,0.36 1.57,0.86 2.15,1.5 0.58,0.64 1.03,1.41 1.33,2.3 0.3,0.89 0.45,1.87 0.45,2.94Z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#00afef"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M180.07,263.91c0,0.22 -0.06,0.4 -0.18,0.55 -0.12,0.15 -0.3,0.26 -0.56,0.33h0s0.93,1.28 0.93,1.28h-0.68l-0.84,-1.2h-0.39v1.2h-0.57v-3.1h0.94c0.16,0 0.3,0 0.44,0.03 0.13,0.02 0.25,0.04 0.34,0.08 0.18,0.07 0.32,0.17 0.42,0.31 0.1,0.14 0.15,0.31 0.15,0.52h0ZM179.02,261.32c-0.89,0 -1.69,0.36 -2.27,0.94 -0.58,0.58 -0.94,1.39 -0.94,2.27s0.35,1.67 0.92,2.25l0.02,0.02c0.58,0.58 1.39,0.94 2.27,0.94s1.69,-0.36 2.27,-0.94c0.58,-0.58 0.94,-1.39 0.94,-2.27s-0.36,-1.69 -0.94,-2.27c-0.58,-0.58 -1.39,-0.94 -2.27,-0.94h0ZM180.75,262.81c-0.44,-0.44 -1.05,-0.71 -1.73,-0.71s-1.29,0.27 -1.73,0.71c-0.44,0.44 -0.71,1.05 -0.71,1.73s0.27,1.27 0.7,1.71l0.02,0.02c0.44,0.44 1.05,0.71 1.73,0.71s1.28,-0.27 1.73,-0.71c0.44,-0.44 0.71,-1.05 0.71,-1.73s-0.27,-1.28 -0.71,-1.73h0ZM178.63,264.41c0.13,0 0.24,0 0.33,-0.02 0.09,-0.01 0.17,-0.03 0.23,-0.05 0.11,-0.04 0.19,-0.1 0.24,-0.18 0.04,-0.07 0.07,-0.16 0.07,-0.26 0,-0.08 -0.02,-0.16 -0.05,-0.22 -0.03,-0.06 -0.09,-0.11 -0.18,-0.15 -0.05,-0.03 -0.12,-0.04 -0.2,-0.05 -0.08,-0.01 -0.18,-0.02 -0.3,-0.02h-0.4v0.95h0.28Z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#00afef"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M22.89,342.21l19.93,0l0,2.64l-17.59,0l0,9.8l-2.34,0l0,-12.44z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#b7b7b7"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M22.89,359.51h19.94v2.65h-19.94z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M22.89,367.95l19.93,0l0,2.65l-17.59,0l0,9.8l-2.34,0l0,-12.45z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#b7b7b7"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M22.89,388.37h8.45l11.49,-7.69v3.17l-6.03,3.94c-1.12,0.73 -2.24,1.42 -3.36,2.04 1.04,0.61 2.21,1.35 3.51,2.2l5.88,3.86v3.08l-11.49,-7.96h-8.45v-2.65Z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#b7b7b7"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M30.71,411.91h2.34v8.44h-7.39c-1.03,-1.29 -1.81,-2.63 -2.33,-4.01 -0.52,-1.38 -0.78,-2.79 -0.78,-4.24 0,-1.96 0.42,-3.74 1.26,-5.34 0.84,-1.6 2.05,-2.81 3.63,-3.62 1.59,-0.82 3.36,-1.23 5.31,-1.23s3.75,0.4 5.43,1.22c1.68,0.81 2.93,1.98 3.74,3.5 0.82,1.52 1.23,3.28 1.23,5.26 0,1.44 -0.23,2.74 -0.7,3.91 -0.47,1.16 -1.12,2.08 -1.95,2.74 -0.83,0.66 -1.93,1.16 -3.27,1.51l-0.65,-2.38c1.01,-0.3 1.81,-0.67 2.39,-1.11 0.58,-0.45 1.04,-1.08 1.39,-1.9 0.35,-0.82 0.52,-1.74 0.52,-2.74 0,-1.2 -0.19,-2.24 -0.55,-3.12 -0.37,-0.88 -0.85,-1.58 -1.45,-2.13 -0.6,-0.54 -1.26,-0.96 -1.97,-1.25 -1.24,-0.51 -2.58,-0.76 -4.02,-0.76 -1.78,0 -3.27,0.31 -4.47,0.91 -1.2,0.61 -2.09,1.5 -2.67,2.67 -0.58,1.17 -0.87,2.41 -0.87,3.72 0,1.14 0.22,2.26 0.66,3.34 0.45,1.09 0.91,1.91 1.42,2.47h3.74v-5.85Z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#b7b7b7"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M32.59,424.69c3.3,0 5.89,0.89 7.76,2.67 1.87,1.78 2.8,4.07 2.8,6.88 0,1.84 -0.44,3.5 -1.32,4.98 -0.88,1.48 -2.1,2.6 -3.68,3.38 -1.57,0.77 -3.35,1.16 -5.34,1.16s-3.83,-0.41 -5.42,-1.23c-1.6,-0.82 -2.8,-1.97 -3.62,-3.47 -0.82,-1.5 -1.23,-3.11 -1.23,-4.84 0,-1.88 0.45,-3.55 1.36,-5.04 0.91,-1.48 2.14,-2.6 3.71,-3.36 1.56,-0.76 3.22,-1.14 4.97,-1.14h0ZM32.55,427.42c-2.4,0 -4.29,0.65 -5.67,1.94 -1.38,1.29 -2.07,2.91 -2.07,4.86s0.7,3.62 2.09,4.9c1.39,1.28 3.37,1.92 5.93,1.92 1.62,0 3.03,-0.27 4.24,-0.82 1.21,-0.55 2.14,-1.35 2.81,-2.4 0.66,-1.06 1,-2.24 1,-3.56 0,-1.87 -0.64,-3.47 -1.92,-4.82 -1.28,-1.35 -3.42,-2.02 -6.41,-2.02Z"
|
||||
android:strokeWidth="0"
|
||||
android:fillColor="#b7b7b7"
|
||||
android:fillType="evenOdd"/>
|
||||
<path
|
||||
android:pathData="M7.06,338.45h-1.67c-0.92,0 -1.67,0.75 -1.67,1.67v11.46c0,0.92 0.75,1.67 1.67,1.67h1.67v-14.79Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M7.06,438.01h-1.67c-0.92,0 -1.67,0.75 -1.67,1.67v11.46c0,0.92 0.75,1.67 1.67,1.67h1.67v-14.79Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M200.2,338.45h1.67c0.92,0 1.67,0.75 1.67,1.67v11.46c0,0.92 -0.75,1.67 -1.67,1.67h-1.67v-14.79Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M200.2,438.01h1.67c0.92,0 1.67,0.75 1.67,1.67v11.46c0,0.92 -0.75,1.67 -1.67,1.67h-1.67v-14.79Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1"
|
||||
android:fillColor="#ccc"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M181.07,394.74c1.93,0 3.51,-1.57 3.51,-3.51s-1.57,-3.51 -3.51,-3.51 -3.51,1.57 -3.51,3.51 1.57,3.51 3.51,3.51Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth=".75"
|
||||
android:fillColor="#fff"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M190.07,394.74c1.93,0 3.51,-1.57 3.51,-3.51s-1.57,-3.51 -3.51,-3.51 -3.51,1.57 -3.51,3.51 1.57,3.51 3.51,3.51Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth=".75"
|
||||
android:fillColor="#fff"
|
||||
android:strokeColor="#000"
|
||||
android:fillType="evenOdd"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
|
@ -0,0 +1,80 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="573.87dp"
|
||||
android:height="931.48dp"
|
||||
android:viewportWidth="573.87"
|
||||
android:viewportHeight="931.48">
|
||||
<path
|
||||
android:pathData="M543.85,395.77h4.35a8.09,8.09 0,0 1,8.09 8.08v138a8.09,8.09 0,0 1,-8.09 8.09h-4.35"
|
||||
android:fillColor="#8e8d8e"/>
|
||||
<path
|
||||
android:pathData="M543.85,280.91h18a10.14,10.14 0,0 1,10.14 10.14v43A10.14,10.14 0,0 1,561.84 344.18h-18a0,0 0,0 1,0 0L543.84,280.91A0,0 0,0 1,543.85 280.91Z"
|
||||
android:fillColor="#8e8d8e"/>
|
||||
<path
|
||||
android:pathData="M523.07,748.78h0a14.19,14.19 0,0 1,-2.83 12.5c-8.13,9.86 -19.94,18.58 -46,30.75 -19.15,9 -28.65,16 -38.35,29.6a93.15,93.15 0,0 0,-8.7 14.61c-6.95,15.17 -11.77,44.44 -11.77,65.66v3.61a24.09,24.09 0,0 1,-24.1 24.09L154.41,929.6a24.09,24.09 0,0 1,-24.1 -24.09v-3.61c0,-21.22 -4.82,-50.49 -11.77,-65.66a93.15,93.15 0,0 0,-8.7 -14.61c-9.7,-13.63 -19.2,-20.65 -38.35,-29.6 -26.06,-12.17 -37.87,-20.89 -46,-30.75a14.22,14.22 0,0 1,-2.82 -12.5h0"
|
||||
android:fillColor="#383839"/>
|
||||
<path
|
||||
android:pathData="M22.67,182.71h0a14.19,14.19 0,0 1,2.83 -12.5c8.12,-9.86 19.93,-18.58 46,-30.75 19.15,-8.95 28.65,-16 38.35,-29.6a93.15,93.15 0,0 0,8.7 -14.61c6.95,-15.17 11.77,-44.44 11.77,-65.66L130.32,25.98a24.09,24.09 0,0 1,24.1 -24.09h236.92a24.09,24.09 0,0 1,24.1 24.09v3.61c0,21.22 4.82,50.49 11.77,65.66a93.15,93.15 0,0 0,8.7 14.61c9.7,13.63 19.2,20.65 38.35,29.6 26,12.17 37.86,20.89 46,30.75a14.19,14.19 0,0 1,2.83 12.5h0"
|
||||
android:fillColor="#383839"/>
|
||||
<path
|
||||
android:pathData="M98.33,146.43L447.41,146.43A96.44,96.44 0,0 1,543.85 242.87L543.85,688.98A96.44,96.44 0,0 1,447.41 785.42L98.33,785.42A96.44,96.44 0,0 1,1.89 688.98L1.89,242.87A96.44,96.44 0,0 1,98.33 146.43z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:pathData="M513.96,242.86v446.11a66.63,66.63 0,0 1,-66.54 66.56L98.33,755.53a66.62,66.62 0,0 1,-66.56 -66.56L31.77,242.86a66.63,66.63 0,0 1,66.56 -66.55h349.09A66.64,66.64 0,0 1,513.96 242.86Z"
|
||||
android:fillColor="#383839"/>
|
||||
<path
|
||||
android:pathData="M84.29,269.94h379.03v388.6h-379.03z"
|
||||
android:fillColor="#222226"/>
|
||||
<path
|
||||
android:pathData="M513.96,242.86v446.11a66.63,66.63 0,0 1,-66.54 66.56L98.33,755.53a66.62,66.62 0,0 1,-66.56 -66.56L31.77,242.86a66.63,66.63 0,0 1,66.56 -66.55h349.09A66.64,66.64 0,0 1,513.96 242.86Z"
|
||||
android:strokeWidth="1.87"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M98.33,146.43L447.41,146.43A96.44,96.44 0,0 1,543.85 242.87L543.85,688.98A96.44,96.44 0,0 1,447.41 785.42L98.33,785.42A96.44,96.44 0,0 1,1.89 688.98L1.89,242.87A96.44,96.44 0,0 1,98.33 146.43z"
|
||||
android:strokeWidth="3.77"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M523.07,748.78h0a14.19,14.19 0,0 1,-2.83 12.5c-8.13,9.86 -19.94,18.58 -46,30.75 -19.15,9 -28.65,16 -38.35,29.6a93.15,93.15 0,0 0,-8.7 14.61c-6.95,15.17 -11.77,44.44 -11.77,65.66v3.61a24.09,24.09 0,0 1,-24.1 24.09L154.41,929.6a24.09,24.09 0,0 1,-24.1 -24.09v-3.61c0,-21.22 -4.82,-50.49 -11.77,-65.66a93.15,93.15 0,0 0,-8.7 -14.61c-9.7,-13.63 -19.2,-20.65 -38.35,-29.6 -26.06,-12.17 -37.87,-20.89 -46,-30.75a14.22,14.22 0,0 1,-2.82 -12.5h0"
|
||||
android:strokeWidth="3.77"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M22.67,182.71h0a14.19,14.19 0,0 1,2.83 -12.5c8.12,-9.86 19.93,-18.58 46,-30.75 19.15,-8.95 28.65,-16 38.35,-29.6a93.15,93.15 0,0 0,8.7 -14.61c6.95,-15.17 11.77,-44.44 11.77,-65.66L130.32,25.98a24.09,24.09 0,0 1,24.1 -24.09h236.92a24.09,24.09 0,0 1,24.1 24.09v3.61c0,21.22 4.82,50.49 11.77,65.66a93.15,93.15 0,0 0,8.7 14.61c9.7,13.63 19.2,20.65 38.35,29.6 26,12.17 37.86,20.89 46,30.75a14.19,14.19 0,0 1,2.83 12.5h0"
|
||||
android:strokeWidth="3.77"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M84.29,269.94h379.03v388.6h-379.03z"
|
||||
android:strokeWidth="1.87"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M543.85,395.77h4.35a8.09,8.09 0,0 1,8.09 8.08v138a8.09,8.09 0,0 1,-8.09 8.09h-4.35"
|
||||
android:strokeWidth="3.77"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M543.85,280.91h18a10.14,10.14 0,0 1,10.14 10.14v43A10.14,10.14 0,0 1,561.84 344.18h-18a0,0 0,0 1,0 0L543.84,280.91A0,0 0,0 1,543.85 280.91Z"
|
||||
android:strokeWidth="3.77"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M349.66,725.53m-16.6,0a16.6,16.6 0,1 1,33.2 0a16.6,16.6 0,1 1,-33.2 0"
|
||||
android:fillColor="#4c4c4d"/>
|
||||
<path
|
||||
android:pathData="M549.11,287.95L561.3,287.95A2.29,2.29 0,0 1,563.59 290.24L563.59,290.25A2.29,2.29 0,0 1,561.3 292.54L549.11,292.54A2.29,2.29 0,0 1,546.82 290.25L546.82,290.24A2.29,2.29 0,0 1,549.11 287.95z"
|
||||
android:fillColor="#383839"/>
|
||||
<path
|
||||
android:pathData="M549.11,299.09L561.3,299.09A2.29,2.29 0,0 1,563.59 301.38L563.59,301.39A2.29,2.29 0,0 1,561.3 303.68L549.11,303.68A2.29,2.29 0,0 1,546.82 301.39L546.82,301.38A2.29,2.29 0,0 1,549.11 299.09z"
|
||||
android:fillColor="#383839"/>
|
||||
<path
|
||||
android:pathData="M549.11,310.24L561.3,310.24A2.29,2.29 0,0 1,563.59 312.53L563.59,312.54A2.29,2.29 0,0 1,561.3 314.83L549.11,314.83A2.29,2.29 0,0 1,546.82 312.54L546.82,312.53A2.29,2.29 0,0 1,549.11 310.24z"
|
||||
android:fillColor="#383839"/>
|
||||
<path
|
||||
android:pathData="M549.11,321.38L561.3,321.38A2.29,2.29 0,0 1,563.59 323.67L563.59,323.68A2.29,2.29 0,0 1,561.3 325.97L549.11,325.97A2.29,2.29 0,0 1,546.82 323.68L546.82,323.67A2.29,2.29 0,0 1,549.11 321.38z"
|
||||
android:fillColor="#383839"/>
|
||||
<path
|
||||
android:pathData="M549.11,332.52L561.3,332.52A2.29,2.29 0,0 1,563.59 334.81L563.59,334.82A2.29,2.29 0,0 1,561.3 337.11L549.11,337.11A2.29,2.29 0,0 1,546.82 334.82L546.82,334.81A2.29,2.29 0,0 1,549.11 332.52z"
|
||||
android:fillColor="#383839"/>
|
||||
</vector>
|
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
|
@ -0,0 +1,515 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="404.28dp"
|
||||
android:height="462.85dp"
|
||||
android:viewportWidth="404.28"
|
||||
android:viewportHeight="462.85">
|
||||
<path
|
||||
android:pathData="M42.02,19.38h312.56v442.97h-312.56z"
|
||||
android:fillColor="#1b1b1b"/>
|
||||
<path
|
||||
android:pathData="M403.78,26.13L403.78,455.61a6.75,6.75 0,0 1,-6.75 6.74L7.29,462.35a6.62,6.62 0,0 1,-1.95 -0.29,3.57 3.57,0 0,1 -0.46,-0.16 5.87,5.87 0,0 1,-1.46 -0.78,3 3,0 0,1 -0.42,-0.31 4.17,4.17 0,0 1,-0.38 -0.34,5.77 5.77,0 0,1 -0.42,-0.44l0,0a3.25,3.25 0,0 1,-0.23 -0.29,3.43 3.43,0 0,1 -0.24,-0.33h0a3.15,3.15 0,0 1,-0.3 -0.48,1.71 1.71,0 0,1 -0.12,-0.23 2.7,2.7 0,0 1,-0.17 -0.34,2.44 2.44,0 0,1 -0.1,-0.24c-0.05,-0.13 -0.1,-0.26 -0.14,-0.39a2,2 0,0 1,-0.07 -0.23c0,-0.13 -0.07,-0.27 -0.1,-0.41a1.55,1.55 0,0 1,0 -0.21,3.11 3.11,0 0,1 -0.07,-0.44 2.64,2.64 0,0 1,0 -0.28,1.64 1.64,0 0,1 0,-0.22 2.81,2.81 0,0 1,0 -0.29L0.66,26.13a6.75,6.75 0,0 1,6.75 -6.75h44.73v28a8.34,8.34 0,0 0,2.44 5.9l21,21 5,5a7.1,7.1 0,0 0,0.71 0.63,5.09 5.09,0 0,0 0.47,0.34l0.19,0.13c0.14,0.09 0.28,0.18 0.43,0.26a8.16,8.16 0,0 0,2.06 0.83l0.61,0.13h0l0.56,0.08L85.78,81.68q0.33,0 0.66,0h59.05a3.44,3.44 0,0 0,3.44 -3.44L148.93,76.05a3.44,3.44 0,0 0,-3.44 -3.44L92,72.61a4.62,4.62 0,0 1,-0.65 -0.07h0q-0.31,0 -0.63,-0.12a6.29,6.29 0,0 1,-0.62 -0.17l-0.34,-0.11 -0.1,0 -0.36,-0.14 -0.51,-0.24 -0.18,-0.1a5.45,5.45 0,0 1,-0.66 -0.39,6.26 6.26,0 0,1 -0.66,-0.49 8,8 0,0 1,-0.61 -0.55l-22.07,-22.07a6.89,6.89 0,0 1,-0.62 -0.7,6.55 6.55,0 0,1 -0.39,-0.53l-0.06,-0.09c-0.11,-0.16 -0.21,-0.34 -0.31,-0.51s-0.1,-0.17 -0.14,-0.26a5.59,5.59 0,0 1,-0.38 -0.87,6.69 6.69,0 0,1 -0.31,-1 5.35,5.35 0,0 1,-0.11 -0.55v-0.06c0,-0.22 -0.06,-0.44 -0.08,-0.66s0,-0.45 0,-0.68L62.21,19.38L344.44,19.38v22.86a8.31,8.31 0,0 1,-2.45 5.9l-22.06,22.07a5.22,5.22 0,0 1,-0.43 0.39l-0.05,0 -0.32,0.26a4.29,4.29 0,0 1,-0.55 0.4h0c-0.16,0.1 -0.31,0.2 -0.47,0.28s-0.22,0.13 -0.34,0.18l0,0 -0.12,0.06 -0.11,0.05 -0.07,0 -0.35,0.15 -0.08,0 -0.12,0 -0.38,0.13 -0.64,0.17 -0.56,0.1h0a4.6,4.6 0,0 1,-0.52 0.06c-0.23,0 -0.45,0 -0.68,0L261.16,72.44a3.44,3.44 0,0 0,-3.44 3.44v2.19c0,0.12 0,0.24 0,0.35a3.55,3.55 0,0 0,0.08 0.47,1.7 1.7,0 0,0 0.1,0.32 0.09,0.09 0,0 0,0 0.05,1.42 1.42,0 0,0 0.08,0.18s0,0.11 0.08,0.17a0.91,0.91 0,0 0,0.09 0.17,2.05 2.05,0 0,0 0.24,0.36h0a0.94,0.94 0,0 0,0.09 0.12,0.52 0.52,0 0,0 0.1,0.11 2.72,2.72 0,0 0,0.39 0.37l0.23,0.17a4.08,4.08 0,0 0,0.58 0.32h0l0.19,0.07a1.58,1.58 0,0 0,0.31 0.09l0.23,0.05 0.23,0 0.35,0h59a8.36,8.36 0,0 0,5.9 -2.44l26,-26a8.31,8.31 0,0 0,2.45 -5.9v-28h42.44a4.58,4.58 0,0 1,0.53 0l0.35,0a1.19,1.19 0,0 1,0.32 0.05,3 3,0 0,1 0.52,0.11l0.57,0.18a0.17,0.17 0,0 1,0.1 0l0.37,0.16a2.6,2.6 0,0 1,0.34 0.16,0.72 0.72,0 0,1 0.19,0.11 4.09,4.09 0,0 1,0.48 0.29,5.2 5.2,0 0,1 0.47,0.35l0.09,0.06 0.44,0.41c0.15,0.15 0.3,0.31 0.44,0.48a5,5 0,0 1,0.39 0.52q0.15,0.22 0.3,0.48a0.27,0.27 0,0 0,0.06 0.1c0.06,0.12 0.12,0.25 0.17,0.38a3.79,3.79 0,0 1,0.18 0.42,3.57 3.57,0 0,1 0.16,0.46A6.82,6.82 0,0 1,403.78 26.13Z"
|
||||
android:fillColor="#434143"/>
|
||||
<path
|
||||
android:pathData="M0.54,417.11h33.53a8.5,8.5 0,0 0,8.5 -8.5L42.57,79.47a8.5,8.5 0,0 0,-8.5 -8.5L0.54,70.97"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M403.78,417.11L370.24,417.11a8.51,8.51 0,0 1,-8.5 -8.5L361.74,79.47a8.5,8.5 0,0 1,8.5 -8.5L403.78,70.97"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M361.78,139.31v19.3l-26.29,33a5.89,5.89 0,0 1,-8.39 0.89,6.16 6.16,0 0,1 -0.87,-8.56Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M288.62,183.96 L361.78,92.12v19.31l-63.85,80.2a5.89,5.89 0,0 1,-8.39 0.89A6.17,6.17 0,0 1,288.62 183.96Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M400.81,62.36l-6.86,8.61l-15.37,0l6.85,-8.61l15.38,0z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M363.24,62.36 L260.32,191.63a5.89,5.89 0,0 1,-8.39 0.89,6.16 6.16,0 0,1 -0.87,-8.56L357.69,50.05v12.32Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M294.9,81.72h15.36L222.78,191.63a5.89,5.89 0,0 1,-8.39 0.89,6.16 6.16,0 0,1 -0.87,-8.56Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M344.44,19.49v19.3l-25.88,32.52h0c-0.16,0.1 -0.31,0.2 -0.47,0.28s-0.22,0.13 -0.34,0.18l0,0 -0.12,0.06 -0.11,0.05 -0.07,0 -0.35,0.15 -0.08,0 -0.12,0 -0.38,0.13 -0.64,0.17 -0.56,0.1h0a4.6,4.6 0,0 1,-0.52 0.06c-0.23,0 -0.45,0 -0.68,0L302.12,72.49Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M357.69,19.38l0,2.76l-3.11,3.91l0,-6.67l3.11,0z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M261.16,81.72h11.54L185.19,191.63a5.89,5.89 0,0 1,-8.39 0.89,6.16 6.16,0 0,1 -0.87,-8.56L258.42,80.35h0a0.94,0.94 0,0 0,0.09 0.12,0.52 0.52,0 0,0 0.1,0.11 2.72,2.72 0,0 0,0.39 0.37l0.23,0.17a4.08,4.08 0,0 0,0.58 0.32h0l0.19,0.07a1.58,1.58 0,0 0,0.31 0.09l0.23,0.05 0.23,0Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M322.33,19.38l-42.41,53.27l-15.37,0l42.42,-53.27l15.36,0z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M284.78,19.38 L147.63,191.63a5.89,5.89 0,0 1,-8.39 0.89,6.16 6.16,0 0,1 -0.87,-8.56l131,-164.58Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M247.2,19.38 L110.06,191.63a5.89,5.89 0,0 1,-8.39 0.89,6.18 6.18,0 0,1 -0.87,-8.56l131,-164.58Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M209.64,19.38 L72.5,191.63a5.89,5.89 0,0 1,-8.39 0.89,6.16 6.16,0 0,1 -0.87,-8.56l81.4,-102.24 4.24,-5.33 45.39,-57Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M107.07,81.72l15.37,0l-79.87,100.33l0,-19.32l64.5,-81.01z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M172.07,19.38l-42.41,53.27l-15.37,0l42.42,-53.27l15.36,0z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M84.96,81.6h0l-42.41,53.26v-19.3l32.89,-41.31 5,5a7.1,7.1 0,0 0,0.71 0.63,5.09 5.09,0 0,0 0.47,0.34l0.19,0.13a3.78,3.78 0,0 0,0.43 0.26,8.16 8.16,0 0,0 2.06,0.83Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M134.51,19.38l-42.4,53.26h-0.11a4.62,4.62 0,0 1,-0.65 -0.07h0q-0.31,0 -0.63,-0.12a6.29,6.29 0,0 1,-0.62 -0.17l-0.34,-0.11 -0.1,0 -0.36,-0.14 -0.51,-0.24 -0.18,-0.1a5.45,5.45 0,0 1,-0.66 -0.39,6.26 6.26,0 0,1 -0.66,-0.49 8,8 0,0 1,-0.61 -0.55l-4.45,-4.45 36.92,-46.38Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M54.53,53.32l8.56,8.56 -20.52,25.78v-8.19a8.45,8.45 0,0 0,-3.43 -6.82Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M96.92,19.38l-27.07,34 -5.25,-5.25a6.89,6.89 0,0 1,-0.62 -0.7,6.55 6.55,0 0,1 -0.39,-0.53l-0.06,-0.09c-0.11,-0.16 -0.21,-0.34 -0.31,-0.51s-0.1,-0.17 -0.14,-0.26a5.59,5.59 0,0 1,-0.38 -0.87,6.69 6.69,0 0,1 -0.31,-1 5.35,5.35 0,0 1,-0.11 -0.55v0l19.29,-24.22Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M9.76,62.36l15.37,0l-6.86,8.61l-15.37,0l6.86,-8.61z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M52.02,19.38l0,9.2l-5.4,6.78l0,-15.98l5.4,0z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M361.78,332.51v19.31L273.78,462.35h-11.5a6.14,6.14 0,0 1,0.93 -6Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M361.78,376.65v19.3l-52.87,66.4h-11.5a6.14,6.14 0,0 1,0.93 -6Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M333.44,456.33l24.25,-30.46v19.31L344.02,462.35h-11.5A6.16,6.16 0,0 1,333.44 456.33Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M380.04,417.11l-1.9,2.39L362.78,419.5l2.95,-3.7a8.45,8.45 0,0 0,4.53 1.31Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M361.78,285.33v19.3L236.16,462.35h-11.5a6.18,6.18 0,0 1,0.93 -6Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M336.99,286.38a6.17,6.17 0,0 1,-1.33 3.83L198.6,462.35h-11.5a6.14,6.14 0,0 1,0.93 -6L326.39,282.54a5.9,5.9 0,0 1,8.4 -0.88A6.1,6.1 0,0 1,336.99 286.38Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M299.43,286.38a6.14,6.14 0,0 1,-1.34 3.83l-137,172.14L149.53,462.35a6.18,6.18 0,0 1,0.93 -6L288.83,282.54a5.89,5.89 0,0 1,8.39 -0.88A6.11,6.11 0,0 1,299.43 286.38Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M261.86,286.38a6.17,6.17 0,0 1,-1.33 3.83L123.47,462.35h-11.5a6.14,6.14 0,0 1,0.93 -6L251.27,282.54a5.89,5.89 0,0 1,8.39 -0.88A6.1,6.1 0,0 1,261.86 286.38Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M224.3,286.38a6.14,6.14 0,0 1,-1.34 3.83l-137,172.14h-11.5a6.16,6.16 0,0 1,0.92 -6L213.7,282.54a5.89,5.89 0,0 1,8.39 -0.88A6.11,6.11 0,0 1,224.3 286.38Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M186.78,286.38a6.17,6.17 0,0 1,-1.33 3.83L48.34,462.35h-1.72L46.62,445.21L176.14,282.54a5.89,5.89 0,0 1,8.39 -0.88A6.1,6.1 0,0 1,186.78 286.38Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M149.17,286.38a6.14,6.14 0,0 1,-1.34 3.83L44.9,419.5L29.53,419.5l109,-137a5.89,5.89 0,0 1,8.39 -0.88A6.11,6.11 0,0 1,149.17 286.38Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M9.23,417.11l-1.9,2.39l-6.79,0l0,-2.39l8.69,0z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M111.61,286.38a6.14,6.14 0,0 1,-1.34 3.83l-67.7,85v-19.3l58.44,-73.4a5.89,5.89 0,0 1,8.39 -0.88A6.11,6.11 0,0 1,111.61 286.38Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M74.04,286.38a6.14,6.14 0,0 1,-1.34 3.83L42.57,328.05v-19.3l20.87,-26.22a5.89,5.89 0,0 1,8.39 -0.88A6.11,6.11 0,0 1,74.04 286.38Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M152.56,12.78 L160.47,2.05a3.83,3.83 0,0 1,3.07 -1.55h75.52a3.8,3.8 0,0 1,3.22 1.78l6.64,10.51"
|
||||
android:fillColor="#434143"/>
|
||||
<path
|
||||
android:pathData="M42.49,86.43a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,92.7a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,77.49a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M31.18,85.08m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M42.49,86.43a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,92.7a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,77.49a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M9.7,85.05a8.36,8.36 0,0 1,-8.36 8.36,7 7,0 0,1 -0.8,0L0.54,76.76a7,7 0,0 1,0.8 0A8.36,8.36 0,0 1,9.7 85.05Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M42.49,121.59a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,127.86a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,112.65a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M31.18,120.24m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M42.49,121.59a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,127.86a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,112.65a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M9.7,120.24a8.36,8.36 0,0 1,-8.36 8.36,7 7,0 0,1 -0.8,0L0.54,111.92a7,7 0,0 1,0.8 0A8.36,8.36 0,0 1,9.7 120.24Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M42.49,156.75a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,163.02a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84L0.54,144.05c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,147.81a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M31.18,155.4m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M42.49,156.75a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,163.02a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84L0.54,144.05c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,147.81a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M9.7,155.4a8.36,8.36 0,0 1,-8.36 8.36,7 7,0 0,1 -0.8,0L0.54,147.05a7,7 0,0 1,0.8 0A8.36,8.36 0,0 1,9.7 155.4Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M42.49,191.9A11.38,11.38 0,0 1,23.63 199.05a3.51,3.51 0,0 0,-2.33 -0.89L11.23,198.16a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,182.95a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M31.18,190.55m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M42.49,191.9A11.38,11.38 0,0 1,23.63 199.05a3.51,3.51 0,0 0,-2.33 -0.89L11.23,198.16a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,182.95a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M9.7,190.55a8.36,8.36 0,0 1,-8.36 8.36,7 7,0 0,1 -0.8,0L0.54,182.23a7,7 0,0 1,0.8 0A8.36,8.36 0,0 1,9.7 190.55Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M42.49,227.05a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,233.32a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,218.11a2.31,2.31 0,0 0,1.6 -0.62A11.39,11.39 0,0 1,42.49 227.05Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M31.18,225.71m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M42.49,227.05a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,233.32a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,218.11a2.31,2.31 0,0 0,1.6 -0.62A11.39,11.39 0,0 1,42.49 227.05Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M9.7,225.71a8.36,8.36 0,0 1,-8.36 8.36,7 7,0 0,1 -0.8,0L0.54,217.39a7,7 0,0 1,0.8 0A8.36,8.36 0,0 1,9.7 225.71Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M42.49,262.22a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,268.49a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,253.28a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M31.18,260.87m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M42.49,262.22a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,268.49a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,253.28a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M9.7,260.87a8.36,8.36 0,0 1,-8.36 8.36,7 7,0 0,1 -0.8,0L0.54,252.55a7,7 0,0 1,0.8 0A8.36,8.36 0,0 1,9.7 260.87Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M42.49,297.37a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,303.64a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,288.43a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M31.18,296.02m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M42.49,297.37a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,303.64a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,288.43a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M9.7,296.05a8.36,8.36 0,0 1,-8.36 8.36,7 7,0 0,1 -0.8,0L0.54,287.7a7,7 0,0 1,0.8 0A8.36,8.36 0,0 1,9.7 296.05Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M42.49,332.53a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,338.8a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,323.59a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M31.18,331.18m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M42.49,332.53a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,338.8a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,323.59a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M9.7,331.18a8.36,8.36 0,0 1,-8.36 8.36,7 7,0 0,1 -0.8,0L0.54,322.86a7,7 0,0 1,0.8 0A8.36,8.36 0,0 1,9.7 331.18Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M42.49,367.68a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,373.95a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,358.74a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M31.18,366.33m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M42.49,367.68a11.38,11.38 0,0 1,-18.86 7.16,3.51 3.51,0 0,0 -2.33,-0.89L11.23,373.95a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62L21.78,358.74a2.31,2.31 0,0 0,1.6 -0.62,11.39 11.39,0 0,1 19.16,9.59Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M9.7,366.33a8.36,8.36 0,0 1,-8.36 8.36,7 7,0 0,1 -0.8,0L0.54,358.05a7,7 0,0 1,0.8 0A8.36,8.36 0,0 1,9.7 366.33Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M42.02,391.97v19a1.86,1.86 0,0 1,-1.86 1.86L22.78,412.83a1.86,1.86 0,0 1,-1.86 -1.86v-1.9h-9.73a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62h10.16v-1.9a1.86,1.86 0,0 1,1.86 -1.86h17.34A1.86,1.86 0,0 1,42.02 391.97Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M31.18,401.49m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M9.7,401.49a8.36,8.36 0,0 1,-8.36 8.36,7 7,0 0,1 -0.8,0L0.54,393.17a7,7 0,0 1,0.8 0A8.36,8.36 0,0 1,9.7 401.49Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M22.7,38.58m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M22.7,38.58m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M30.09,38.58a2.39,2.39 0,0 1,-2.38 2.38h-2.62v2.62a2.38,2.38 0,0 1,-4.76 0v-2.62h-2.62a2.39,2.39 0,1 1,0 -4.77h2.62v-2.62a2.38,2.38 0,0 1,4.76 0v2.62h2.62A2.39,2.39 0,0 1,30.09 38.58Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M383.03,38.58m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M383.03,38.58m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M390.42,38.58a2.39,2.39 0,0 1,-2.38 2.38h-2.62v2.62a2.38,2.38 0,0 1,-4.76 0v-2.62h-2.62a2.39,2.39 0,1 1,0 -4.77h2.62v-2.62a2.38,2.38 0,0 1,4.76 0v2.62h2.62A2.39,2.39 0,0 1,390.42 38.58Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M22.7,439.64m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M22.7,439.64m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M30.09,439.64a2.39,2.39 0,0 1,-2.38 2.38h-2.62v2.62a2.38,2.38 0,0 1,-4.76 0L20.33,442.05h-2.62a2.39,2.39 0,1 1,0 -4.77h2.62v-2.62a2.38,2.38 0,0 1,4.76 0v2.62h2.62A2.39,2.39 0,0 1,30.09 439.64Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:pathData="M383.03,439.64m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M383.03,439.64m-10.92,0a10.92,10.92 0,1 1,21.84 0a10.92,10.92 0,1 1,-21.84 0"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M390.42,439.64a2.39,2.39 0,0 1,-2.38 2.38h-2.62v2.62a2.38,2.38 0,0 1,-4.76 0L380.66,442.05h-2.62a2.39,2.39 0,1 1,0 -4.77h2.62v-2.62a2.38,2.38 0,0 1,4.76 0v2.62h2.62A2.39,2.39 0,0 1,390.42 439.64Z"
|
||||
android:fillColor="#181818"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M0.54,417.11h33.53a8.5,8.5 0,0 0,8.5 -8.5L42.57,79.47a8.5,8.5 0,0 0,-8.5 -8.5L0.54,70.97"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M62.16,19.38v22.86a8.34,8.34 0,0 0,2.44 5.9l22.07,22.07a8.34,8.34 0,0 0,5.9 2.44h52.87A3.44,3.44 0,0 1,148.88 76.05v2.19a3.44,3.44 0,0 1,-3.44 3.44L86.39,81.68a8.34,8.34 0,0 1,-5.9 -2.44l-26,-26a8.34,8.34 0,0 1,-2.44 -5.9v-28"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M344.44,19.38v22.86a8.31,8.31 0,0 1,-2.45 5.9l-22.06,22.07a5.22,5.22 0,0 1,-0.43 0.39l-0.05,0a1.92,1.92 0,0 1,-0.32 0.26,4.29 4.29,0 0,1 -0.55,0.4h0c-0.16,0.1 -0.31,0.2 -0.47,0.28a2.21,2.21 0,0 1,-0.34 0.18l0,0 -0.12,0.06 -0.11,0.05 -0.07,0 -0.35,0.15 -0.08,0 -0.12,0 -0.38,0.13 -0.64,0.17 -0.56,0.1h0a4.35,4.35 0,0 1,-0.52 0.06c-0.23,0 -0.45,0 -0.68,0L261.16,72.44a3.44,3.44 0,0 0,-3.44 3.44v2.19c0,0.12 0,0.24 0,0.35a3.55,3.55 0,0 0,0.08 0.47,1.7 1.7,0 0,0 0.1,0.32 0.09,0.09 0,0 0,0 0.05,1.42 1.42,0 0,0 0.08,0.18s0,0.11 0.08,0.17a0.56,0.56 0,0 0,0.09 0.17,2.05 2.05,0 0,0 0.24,0.36h0a0.94,0.94 0,0 0,0.09 0.12,0.52 0.52,0 0,0 0.1,0.11 2.72,2.72 0,0 0,0.39 0.37l0.23,0.17a3.28,3.28 0,0 0,0.58 0.32h0l0.19,0.07a1.58,1.58 0,0 0,0.31 0.09l0.23,0.05 0.23,0 0.35,0h59a8.36,8.36 0,0 0,5.9 -2.44l26,-26a8.31,8.31 0,0 0,2.45 -5.9v-28"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M42.02,391.97v19a1.86,1.86 0,0 1,-1.86 1.86L22.78,412.83a1.86,1.86 0,0 1,-1.86 -1.86v-1.9h-9.73a3.51,3.51 0,0 0,-2.33 0.89,11.36 11.36,0 0,1 -8.36,2.84v-22.7c0.27,0 0.53,0 0.8,0a11.35,11.35 0,0 1,7.86 3.14,2.31 2.31,0 0,0 1.6,0.62h10.16v-1.9a1.86,1.86 0,0 1,1.86 -1.86h17.34A1.86,1.86 0,0 1,42.02 391.97Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M361.78,86.43a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,92.7a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,77.49a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 86.43Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M373.12,85.08m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M361.78,86.43a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,92.7a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,77.49a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 86.43Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M394.61,85.05a8.36,8.36 0,0 0,8.36 8.36,7 7,0 0,0 0.8,0L403.77,76.76a7,7 0,0 0,-0.8 0A8.36,8.36 0,0 0,394.61 85.05Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M361.78,121.59a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,127.86a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,112.65a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 121.59Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M373.12,120.24m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M361.78,121.59a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,127.86a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,112.65a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 121.59Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M394.61,120.24a8.36,8.36 0,0 0,8.36 8.36,7 7,0 0,0 0.8,0L403.77,111.92a7,7 0,0 0,-0.8 0A8.36,8.36 0,0 0,394.61 120.24Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M361.78,156.75a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,163.02a3.51,3.51 0,0 1,2.33 0.89A11.36,11.36 0,0 0,403.78 166.75L403.78,144.05c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,147.81a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 156.75Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M373.12,155.4m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M361.78,156.75a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,163.02a3.51,3.51 0,0 1,2.33 0.89A11.36,11.36 0,0 0,403.78 166.75L403.78,144.05c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,147.81a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 156.75Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M394.61,155.4a8.36,8.36 0,0 0,8.36 8.36,7 7,0 0,0 0.8,0L403.77,147.05a7,7 0,0 0,-0.8 0A8.36,8.36 0,0 0,394.61 155.4Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M361.78,191.9A11.38,11.38 0,0 0,380.68 199.05a3.51,3.51 0,0 1,2.33 -0.89L393.08,198.16a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,182.95a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 191.9Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M373.12,190.55m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M361.78,191.9A11.38,11.38 0,0 0,380.68 199.05a3.51,3.51 0,0 1,2.33 -0.89L393.08,198.16a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,182.95a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 191.9Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M394.61,190.55a8.36,8.36 0,0 0,8.36 8.36,7 7,0 0,0 0.8,0L403.77,182.23a7,7 0,0 0,-0.8 0A8.36,8.36 0,0 0,394.61 190.55Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M361.78,227.05a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,233.32a3.51,3.51 0,0 1,2.33 0.89A11.36,11.36 0,0 0,403.78 237.05v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,218.11a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 227.05Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M373.12,225.71m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M361.78,227.05a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,233.32a3.51,3.51 0,0 1,2.33 0.89A11.36,11.36 0,0 0,403.78 237.05v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,218.11a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 227.05Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M394.61,225.71a8.36,8.36 0,0 0,8.36 8.36,7 7,0 0,0 0.8,0L403.77,217.39a7,7 0,0 0,-0.8 0A8.36,8.36 0,0 0,394.61 225.71Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M361.78,262.22a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,268.49a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,253.28a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 262.22Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M373.12,260.87m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M361.78,262.22a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,268.49a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,253.28a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 262.22Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M394.61,260.87a8.36,8.36 0,0 0,8.36 8.36,7 7,0 0,0 0.8,0L403.77,252.55a7,7 0,0 0,-0.8 0A8.36,8.36 0,0 0,394.61 260.87Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M361.78,297.37a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,303.64a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,288.43a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 297.37Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M373.12,296.02m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M361.78,297.37a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,303.64a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,288.43a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 297.37Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M394.61,296.05a8.36,8.36 0,0 0,8.36 8.36,7 7,0 0,0 0.8,0L403.77,287.7a7,7 0,0 0,-0.8 0A8.36,8.36 0,0 0,394.61 296.05Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M361.78,332.53a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,338.8a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,323.59a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 332.53Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M373.12,331.18m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M361.78,332.53a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,338.8a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,323.59a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 332.53Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M394.61,331.18a8.36,8.36 0,0 0,8.36 8.36,7 7,0 0,0 0.8,0L403.77,322.86a7,7 0,0 0,-0.8 0A8.36,8.36 0,0 0,394.61 331.18Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M361.78,367.68a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,373.95a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,358.74a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 367.68Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M373.12,366.33m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M361.78,367.68a11.38,11.38 0,0 0,18.86 7.16,3.51 3.51,0 0,1 2.33,-0.89L393.08,373.95a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L382.58,358.74a2.31,2.31 0,0 1,-1.6 -0.62A11.39,11.39 0,0 0,361.78 367.68Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M394.61,366.33a8.36,8.36 0,0 0,8.36 8.36,7 7,0 0,0 0.8,0L403.77,358.05a7,7 0,0 0,-0.8 0A8.36,8.36 0,0 0,394.61 366.33Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M362.29,391.97v19a1.86,1.86 0,0 0,1.86 1.86h17.34a1.86,1.86 0,0 0,1.86 -1.86v-1.9h9.73a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L383.35,393.86v-1.9a1.86,1.86 0,0 0,-1.86 -1.86L364.15,390.1A1.86,1.86 0,0 0,362.29 391.97Z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M373.12,401.49m-8.36,0a8.36,8.36 0,1 1,16.72 0a8.36,8.36 0,1 1,-16.72 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M394.61,401.49a8.36,8.36 0,0 0,8.36 8.36,7 7,0 0,0 0.8,0L403.77,393.17a7,7 0,0 0,-0.8 0A8.36,8.36 0,0 0,394.61 401.49Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M403.78,417.11L370.24,417.11a8.51,8.51 0,0 1,-8.5 -8.5L361.74,79.47a8.5,8.5 0,0 1,8.5 -8.5L403.78,70.97"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M362.29,391.97v19a1.86,1.86 0,0 0,1.86 1.86h17.34a1.86,1.86 0,0 0,1.86 -1.86v-1.9h9.73a3.51,3.51 0,0 1,2.33 0.89,11.36 11.36,0 0,0 8.36,2.84v-22.7c-0.27,0 -0.53,0 -0.8,0a11.35,11.35 0,0 0,-7.86 3.14,2.31 2.31,0 0,1 -1.6,0.62L383.35,393.86v-1.9a1.86,1.86 0,0 0,-1.86 -1.86L364.15,390.1A1.86,1.86 0,0 0,362.29 391.97Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M403.78,26.13L403.78,455.61a6.75,6.75 0,0 1,-6.75 6.74L7.29,462.35a6.62,6.62 0,0 1,-1.95 -0.29,3.57 3.57,0 0,1 -0.46,-0.16 5.87,5.87 0,0 1,-1.46 -0.78,3 3,0 0,1 -0.42,-0.31 4.17,4.17 0,0 1,-0.38 -0.34,5.77 5.77,0 0,1 -0.42,-0.44l0,0a3.25,3.25 0,0 1,-0.23 -0.29,3.43 3.43,0 0,1 -0.24,-0.33h0a3.15,3.15 0,0 1,-0.3 -0.48,1.71 1.71,0 0,1 -0.12,-0.23 2.7,2.7 0,0 1,-0.17 -0.34,2.44 2.44,0 0,1 -0.1,-0.24c-0.05,-0.13 -0.1,-0.26 -0.14,-0.39a2,2 0,0 1,-0.07 -0.23c0,-0.13 -0.07,-0.27 -0.1,-0.41a1.55,1.55 0,0 1,0 -0.21,3.11 3.11,0 0,1 -0.07,-0.44 2.64,2.64 0,0 1,0 -0.28,4.36 4.36,0 0,1 0,-0.51L0.66,26.13a6.75,6.75 0,0 1,6.75 -6.75h44.73v28a8.34,8.34 0,0 0,2.44 5.9l21,21 5,5a7.1,7.1 0,0 0,0.71 0.63,5.09 5.09,0 0,0 0.47,0.34l0.19,0.13a3.78,3.78 0,0 0,0.43 0.26,8.16 8.16,0 0,0 2.06,0.83l0.61,0.13h0l0.56,0.08L85.78,81.68q0.33,0 0.66,0h59.05a3.44,3.44 0,0 0,3.44 -3.44L148.93,76.05a3.44,3.44 0,0 0,-3.44 -3.44L92,72.61a4.62,4.62 0,0 1,-0.65 -0.07h0q-0.31,0 -0.63,-0.12a6.29,6.29 0,0 1,-0.62 -0.17l-0.34,-0.11 -0.1,0 -0.36,-0.14 -0.51,-0.24 -0.18,-0.1a5.45,5.45 0,0 1,-0.66 -0.39,6.26 6.26,0 0,1 -0.66,-0.49 8,8 0,0 1,-0.61 -0.55l-22.07,-22.07a6.89,6.89 0,0 1,-0.62 -0.7,6.55 6.55,0 0,1 -0.39,-0.53l-0.06,-0.09c-0.11,-0.16 -0.21,-0.34 -0.31,-0.51s-0.1,-0.17 -0.14,-0.26a5.59,5.59 0,0 1,-0.38 -0.87,6.69 6.69,0 0,1 -0.31,-1 5.35,5.35 0,0 1,-0.11 -0.55v-0.06c0,-0.22 -0.06,-0.44 -0.08,-0.66s0,-0.45 0,-0.68L62.21,19.38L344.44,19.38v22.86a8.31,8.31 0,0 1,-2.45 5.9l-22.06,22.07a5.22,5.22 0,0 1,-0.43 0.39l-0.05,0 -0.32,0.26a4.29,4.29 0,0 1,-0.55 0.4h0c-0.16,0.1 -0.31,0.2 -0.47,0.28s-0.22,0.13 -0.34,0.18l0,0 -0.12,0.06 -0.11,0.05 -0.07,0 -0.35,0.15 -0.08,0 -0.12,0 -0.38,0.13 -0.64,0.17 -0.56,0.1h0a4.6,4.6 0,0 1,-0.52 0.06c-0.23,0 -0.45,0 -0.68,0L261.16,72.44a3.44,3.44 0,0 0,-3.44 3.44v2.19c0,0.12 0,0.24 0,0.35a3.55,3.55 0,0 0,0.08 0.47,1.7 1.7,0 0,0 0.1,0.32 0.09,0.09 0,0 0,0 0.05,1.42 1.42,0 0,0 0.08,0.18s0,0.11 0.08,0.17a0.91,0.91 0,0 0,0.09 0.17,2.05 2.05,0 0,0 0.24,0.36h0a0.94,0.94 0,0 0,0.09 0.12,0.52 0.52,0 0,0 0.1,0.11 2.72,2.72 0,0 0,0.39 0.37,1.24 1.24,0 0,0 0.23,0.17 4.08,4.08 0,0 0,0.58 0.32h0l0.19,0.07a1.58,1.58 0,0 0,0.31 0.09l0.23,0.05 0.23,0 0.35,0h59a8.36,8.36 0,0 0,5.9 -2.44l26,-26a8.31,8.31 0,0 0,2.45 -5.9v-28h42.44a4.58,4.58 0,0 1,0.53 0l0.35,0a1.19,1.19 0,0 1,0.32 0.05,3 3,0 0,1 0.52,0.11l0.57,0.18a0.17,0.17 0,0 1,0.1 0l0.37,0.16a2.6,2.6 0,0 1,0.34 0.16,0.72 0.72,0 0,1 0.19,0.11 4.09,4.09 0,0 1,0.48 0.29,5.2 5.2,0 0,1 0.47,0.35l0.09,0.06 0.44,0.41c0.15,0.15 0.3,0.31 0.44,0.48a5,5 0,0 1,0.39 0.52q0.15,0.22 0.3,0.48a0.27,0.27 0,0 0,0.06 0.1c0.06,0.12 0.12,0.25 0.17,0.38a3.79,3.79 0,0 1,0.18 0.42,3.57 3.57,0 0,1 0.16,0.46A6.82,6.82 0,0 1,403.78 26.13Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M164.61,5.45h3.3v7.33h-3.3z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M183.59,5.45h3.3v7.33h-3.3z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M218.61,5.45h3.3v7.33h-3.3z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M237.59,5.45h3.3v7.33h-3.3z"
|
||||
android:fillColor="#f9d498"/>
|
||||
<path
|
||||
android:pathData="M143.07,12.78L259.92,12.78a1.51,1.51 0,0 1,1.51 1.51v5.09a0,0 0,0 1,0 0L141.56,19.38a0,0 0,0 1,0 0v-5.09A1.51,1.51 0,0 1,143.07 12.78Z"
|
||||
android:fillColor="#cccccb"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M143.07,12.78L259.92,12.78a1.51,1.51 0,0 1,1.51 1.51v5.09a0,0 0,0 1,0 0L141.56,19.38a0,0 0,0 1,0 0v-5.09A1.51,1.51 0,0 1,143.07 12.78Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M152.56,12.78 L160.47,2.05a3.83,3.83 0,0 1,3.07 -1.55h75.52a3.8,3.8 0,0 1,3.22 1.78l6.64,10.51"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M67.98,265.17L67.98,209.05h7.6L75.58,258.55h28.29v6.62Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M114.21,265.17L114.21,209.05L121.78,209.05v56.13Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M134.9,265.17L134.9,209.05h7.6L142.5,258.55L170.78,258.55v6.62Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M190.07,265.17L190.07,241.4L167.93,209.05h9.24l11.33,16.93q3.13,4.74 5.84,9.49 2.58,-4.4 6.27,-9.91L211.78,209.05h8.86l-22.92,32.36v23.77Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M254.29,243.16v-6.59l24.33,0v20.83a43.38,43.38 0,0 1,-11.56 6.57,35 35,0 0,1 -12.23,2.2 33.22,33.22 0,0 1,-15.37 -3.54,23.71 23.71,0 0,1 -10.44,-10.24 31.56,31.56 0,0 1,-3.53 -15,34.06 34.06,0 0,1 3.51,-15.3 23,23 0,0 1,10.08 -10.55A32.22,32.22 0,0 1,254.25 208.05a30.52,30.52 0,0 1,11.26 2,18.62 18.62,0 0,1 7.9,5.49 24.34,24.34 0,0 1,4.35 9.19l-6.86,1.84a20.45,20.45 0,0 0,-3.21 -6.74,13.16 13.16,0 0,0 -5.49,-3.92 20.38,20.38 0,0 0,-7.91 -1.48,23.82 23.82,0 0,0 -9,1.55 17,17 0,0 0,-6.14 4.08,19.44 19.44,0 0,0 -3.62,5.55 28.86,28.86 0,0 0,-2.2 11.3,26.93 26.93,0 0,0 2.65,12.56 16.74,16.74 0,0 0,7.7 7.5,24.34 24.34,0 0,0 10.73,2.45 25.94,25.94 0,0 0,9.64 -1.86,25.09 25.09,0 0,0 7.13,-4L271.18,243.16Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
<path
|
||||
android:pathData="M287.51,237.84q0,-14 7.68,-21.89t19.83,-7.9a28.07,28.07 0,0 1,14.34 3.71,24.45 24.45,0 0,1 9.73,10.36 32.91,32.91 0,0 1,3.35 15.06,32.44 32.44,0 0,1 -3.52,15.28 23.85,23.85 0,0 1,-10 10.21,29.07 29.07,0 0,1 -13.95,3.46 27.68,27.68 0,0 1,-14.5 -3.83A24.89,24.89 0,0 1,290.78 251.85,31.15 31.15,0 0,1 287.51,237.84ZM295.35,237.95q0,10.16 5.58,16a19.81,19.81 0,0 0,28.13 -0.06q5.55,-5.9 5.55,-16.73a28.22,28.22 0,0 0,-2.37 -12,17.83 17.83,0 0,0 -6.94,-7.92 19.09,19.09 0,0 0,-10.24 -2.82,19.69 19.69,0 0,0 -13.89,5.42Q295.35,225.28 295.35,237.95Z"
|
||||
android:fillColor="#2b2b2b"/>
|
||||
</vector>
|
|
@ -0,0 +1,226 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="1018dp"
|
||||
android:height="1044.4dp"
|
||||
android:viewportWidth="1018"
|
||||
android:viewportHeight="1044.4">
|
||||
<path
|
||||
android:pathData="M79,616.4h29.5v404.5h-29.5z"
|
||||
android:fillColor="#383838"/>
|
||||
<path
|
||||
android:pathData="M996.3,846.8l20.7,0l0,132.6l-20.7,0"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M996.3,633h4.7a5.7,5.7 0,0 1,5.7 5.7v84.7a5.7,5.7 0,0 1,-5.7 5.7h-4.7"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M110.5,602.3L984.6,602.3A11.7,11.7 0,0 1,996.3 614L996.3,1031.7A11.7,11.7 0,0 1,984.6 1043.4L110.5,1043.4A11.7,11.7 0,0 1,98.8 1031.7L98.8,614A11.7,11.7 0,0 1,110.5 602.3z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M132.2,602.3L132.2,715.7a3.7,3.7 0,0 0,3.7 3.7h41a2.3,2.3 0,0 1,2.3 2.3v321.6h789.5L968.7,602.3ZM943.8,1018.4L204.3,1018.4L204.3,711.5a17.1,17.1 0,0 0,-17.1 -17.1h-27.5a2.5,2.5 0,0 1,-2.5 -2.5L157.2,629.8a2.5,2.5 0,0 1,2.5 -2.5h784Z"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M943.8,627.3v391.1L204.3,1018.4L204.3,711.5a17,17 0,0 0,-7.2 -13.9L197.1,627.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M197.1,627.3v70.3a17,17 0,0 0,-9.9 -3.1h-27.5a2.5,2.5 0,0 1,-2.5 -2.5L157.2,629.8a2.5,2.5 0,0 1,2.5 -2.5Z"
|
||||
android:fillColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M123.2,750.9h13.5v148.4h-13.5z"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M25.5,608.2a24.5,24.5 0,0 0,-24.5 24.5L1,697.6h23.9v28.7L45.5,704.1h44.5L90,608.2ZM45.5,678.7a13.4,13.4 0,1 1,13.4 -13.4A13.4,13.4 0,0 1,45.5 678.7Z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M30.3,924h59.6v102.8L25.5,1026.8a24.5,24.5 0,0 1,-24.5 -24.5v-60.9h23.9v-25.7Z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M724,487.9L820.1,487.9A3.9,3.9 0,0 1,824 491.8L824,548.6A3.9,3.9 0,0 1,820.1 552.5L724,552.5A3.9,3.9 0,0 1,720.1 548.6L720.1,491.8A3.9,3.9 0,0 1,724 487.9z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M736.8,593.2L808.5,593.2a2.5,2.5 0,0 1,2.5 2.5v6.5a0,0 0,0 1,0 0h-76.8a0,0 0,0 1,0 0v-6.5A2.5,2.5 0,0 1,736.8 593.2Z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M725.4,552.5h92.4a0,0 0,0 1,0 0v28.1a2.5,2.5 0,0 1,-2.5 2.5h-87.3a2.5,2.5 0,0 1,-2.5 -2.5L725.4,552.5A0,0 0,0 1,725.4 552.5Z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M739.4,583.2h66v10h-66z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M813.4,487.9l0,-4.3l-82.7,0l0,4.3"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M772.1,1h0a44,44 0,0 1,44 44L816.1,483.6a0,0 0,0 1,0 0h-88a0,0 0,0 1,0 0L728.1,45.1a44,44 0,0 1,44 -44Z"
|
||||
android:fillColor="#383838"/>
|
||||
<path
|
||||
android:pathData="M728,65.7h88v6h-88z"
|
||||
android:fillColor="#2c2d2d"/>
|
||||
<path
|
||||
android:pathData="M728,92.9h88v6h-88z"
|
||||
android:fillColor="#2c2d2d"/>
|
||||
<path
|
||||
android:pathData="M943.8,627.3v391.1L204.3,1018.4L204.3,711.5a17.1,17.1 0,0 0,-17.1 -17.1h-27.5a2.5,2.5 0,0 1,-2.5 -2.5L157.2,629.8a2.5,2.5 0,0 1,2.5 -2.5h784m25,-25L132.2,602.3L132.2,715.7a3.7,3.7 0,0 0,3.7 3.7h41a2.3,2.3 0,0 1,2.3 2.3v321.6h789.5L968.7,602.3Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M197.1,697.5L197.1,627.3"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M123.2,750.9h13.5v148.4h-13.5z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M90,608.2L90,704.1L45.5,704.1l-20.6,22.3L24.9,697.6L1,697.6L1,632.6A24.5,24.5 0,0 1,25.5 608.2Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M30.3,924h59.6v102.8L25.5,1026.8a24.5,24.5 0,0 1,-24.5 -24.5v-60.9h23.9v-25.7Z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M45.5,995.2m-13.4,0a13.4,13.4 0,1 1,26.9 0a13.4,13.4 0,1 1,-26.9 0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M45.5,665.3m-13.4,0a13.4,13.4 0,1 1,26.9 0a13.4,13.4 0,1 1,-26.9 0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M24.9,697.6L90,697.6"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M24.9,941.4L90,941.4"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M996.3,846.8l20.7,0l0,132.6l-20.7,0"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M996.3,633h4.7a5.7,5.7 0,0 1,5.7 5.7v84.7a5.7,5.7 0,0 1,-5.7 5.7h-4.7"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M772.1,1h0a44,44 0,0 1,44 44L816.1,483.6a0,0 0,0 1,0 0h-88a0,0 0,0 1,0 0L728.1,45.1a44,44 0,0 1,44 -44Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M724,487.9L820.1,487.9A3.9,3.9 0,0 1,824 491.8L824,548.6A3.9,3.9 0,0 1,820.1 552.5L724,552.5A3.9,3.9 0,0 1,720.1 548.6L720.1,491.8A3.9,3.9 0,0 1,724 487.9z"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M736.8,593.2L808.5,593.2a2.5,2.5 0,0 1,2.5 2.5v6.5a0,0 0,0 1,0 0h-76.8a0,0 0,0 1,0 0v-6.5A2.5,2.5 0,0 1,736.8 593.2Z"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M725.4,552.5h92.4a0,0 0,0 1,0 0v28.1a2.5,2.5 0,0 1,-2.5 2.5h-87.3a2.5,2.5 0,0 1,-2.5 -2.5L725.4,552.5A0,0 0,0 1,725.4 552.5Z"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M739.4,583.2h66v10h-66z"
|
||||
android:strokeWidth="1.99"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M813.4,487.9l0,-4.3l-82.7,0l0,4.3"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M728,65.7h88v6h-88z"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M728,92.9h88v6h-88z"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M176.4,649.8a14,14 0,1 0,14 14A13.9,13.9 0,0 0,176.4 649.8ZM176.4,671.3a7.6,7.6 0,1 1,7.5 -7.6A7.6,7.6 0,0 1,176.4 671.3Z"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M176.4,663.8m-7.6,0a7.6,7.6 0,1 1,15.1 0a7.6,7.6 0,1 1,-15.1 0"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M176.4,663.8m-13.9,0a13.9,13.9 0,1 1,27.9 0a13.9,13.9 0,1 1,-27.9 0"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M98.8,924l-8.8,0l-59.6,0l-5.5,-8.3l-8.9,0l0,-189.5l8.9,0l20.6,-22.3l44.5,0l8.8,0"
|
||||
android:fillColor="#c08c2d"/>
|
||||
<path
|
||||
android:pathData="M90,1020.9L98.8,1020.9"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M90,616.4L98.8,616.4"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M16,857.9h82.8v10.3h-82.8z"
|
||||
android:fillColor="#af7a2b"/>
|
||||
<path
|
||||
android:pathData="M16,832.2h82.8v1.1h-82.8z"
|
||||
android:fillColor="#af7a2b"/>
|
||||
<path
|
||||
android:pathData="M16,775.2h82.8v4.3h-82.8z"
|
||||
android:fillColor="#af7a2b"/>
|
||||
<path
|
||||
android:pathData="M16,750.9h82.5v2.3h-82.5z"
|
||||
android:fillColor="#af7a2b"/>
|
||||
<path
|
||||
android:pathData="M16,736.3h82.8v4.6h-82.8z"
|
||||
android:fillColor="#af7a2b"/>
|
||||
<path
|
||||
android:pathData="M16,802.5h82.8v6h-82.8z"
|
||||
android:fillColor="#af7a2b"/>
|
||||
<path
|
||||
android:pathData="M17.2,892.7h81.6v6.6h-81.6z"
|
||||
android:fillColor="#af7a2b"/>
|
||||
<path
|
||||
android:pathData="M98.8,924l-8.8,0l-59.6,0l-5.5,-8.3l-8.9,0l0,-189.5l8.9,0l20.6,-22.3l44.5,0l8.8,0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M110.5,602.3L984.6,602.3A11.7,11.7 0,0 1,996.3 614L996.3,1031.7A11.7,11.7 0,0 1,984.6 1043.4L110.5,1043.4A11.7,11.7 0,0 1,98.8 1031.7L98.8,614A11.7,11.7 0,0 1,110.5 602.3z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
</vector>
|
|
@ -0,0 +1,932 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="847.2dp"
|
||||
android:height="1027.6dp"
|
||||
android:viewportWidth="847.2"
|
||||
android:viewportHeight="1027.6">
|
||||
<path
|
||||
android:pathData="M697.9,46.6L697.9,510.3a3.2,3.2 0,0 1,-3.2 3.2h-86.3a3.2,3.2 0,0 1,-3.2 -3.2L605.2,46.6a46.3,46.3 0,0 1,92.7 0Z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M605.3,72.9h92.7v8.8h-92.7z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M605.3,101.8h92.7v8.8h-92.7z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M601.3,520.9L703.3,520.9A3.2,3.2 0,0 1,706.5 524.1L706.5,588.4A3.2,3.2 0,0 1,703.3 591.6L601.3,591.6A3.2,3.2 0,0 1,598.1 588.4L598.1,524.1A3.2,3.2 0,0 1,601.3 520.9z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M602.5,591.6h102a0,0 0,0 1,0 0v24.8a4.2,4.2 0,0 1,-4.2 4.2L606.7,620.6a4.2,4.2 0,0 1,-4.2 -4.2L602.5,591.6A0,0 0,0 1,602.5 591.6Z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M609.7,620.6h85.5v31.4h-85.5z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M610.5,513.4h81.7v7.5h-81.7z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M19.5,652L811.9,652A18.5,18.5 0,0 1,830.4 670.5L830.4,976.8A18.5,18.5 0,0 1,811.9 995.3L19.5,995.3A18.5,18.5 0,0 1,1 976.8L1,670.5A18.5,18.5 0,0 1,19.5 652z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M674,1001.4h17.5a0,0 0,0 1,0 0v21.8a3.3,3.3 0,0 1,-3.3 3.3h-10.8a3.3,3.3 0,0 1,-3.3 -3.3v-21.8A0,0 0,0 1,674 1001.4Z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M535.7,995.3h23.8a0,0 0,0 1,0 0v4.8a3.3,3.3 0,0 1,-3.3 3.3h-17.1a3.3,3.3 0,0 1,-3.3 -3.3v-4.8A0,0 0,0 1,535.7 995.3Z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M640.6,995.3h111.4v6.1h-111.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M34.3,665.6a21.7,21.7 0,1 0,21.7 21.7A21.7,21.7 0,0 0,34.3 665.6ZM34.3,702.3a14.9,14.9 0,1 1,14.9 -14.9A14.9,14.9 0,0 1,34.3 702.3Z"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M49.2,687.3a14.9,14.9 0,1 1,-14.9 -14.9A14.9,14.9 0,0 1,49.2 687.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M34.3,687.4m-21.7,0a21.7,21.7 0,1 1,43.4 0a21.7,21.7 0,1 1,-43.4 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M34.3,687.4m-14.9,0a14.9,14.9 0,1 1,29.8 0a14.9,14.9 0,1 1,-29.8 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M34.3,939.7a21.7,21.7 0,1 0,21.7 21.7A21.7,21.7 0,0 0,34.3 939.7ZM34.3,976.3a14.9,14.9 0,1 1,14.9 -14.9A14.9,14.9 0,0 1,34.3 976.3Z"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M49.2,961.4a14.9,14.9 0,1 1,-14.9 -14.9A14.9,14.9 0,0 1,49.2 961.4Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M34.3,961.4m-21.7,0a21.7,21.7 0,1 1,43.4 0a21.7,21.7 0,1 1,-43.4 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M34.3,961.4m-14.9,0a14.9,14.9 0,1 1,29.8 0a14.9,14.9 0,1 1,-29.8 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M82.6,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M82.6,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M116.3,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M116.3,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M150,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M150,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M183.7,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M183.7,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M217.4,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M217.4,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M251.1,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M251.1,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M284.8,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M284.8,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M318.4,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M318.4,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M352.1,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M352.1,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M385.8,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M385.8,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M419.5,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M419.5,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M453.2,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M453.2,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M486.9,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M486.9,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M82.6,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M82.6,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M116.3,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M116.3,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M150,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M150,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M183.7,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M183.7,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M217.4,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M217.4,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M251.1,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M251.1,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M284.8,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M284.8,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M318.4,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M318.4,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M352.1,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M352.1,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M385.8,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M385.8,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M419.5,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M419.5,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M453.2,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M453.2,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M486.9,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M486.9,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M114.2,716.7h455.9v228.2h-455.9z"
|
||||
android:fillColor="#2c2d2d"/>
|
||||
<path
|
||||
android:pathData="M114.2,716.7h455.9v228.2h-455.9z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M397.7,928.4v46.1a5.4,5.4 0,0 1,-5.4 5.4L291.5,980a5.4,5.4 0,0 1,-5.4 -5.4L286,928.4Z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M19.5,652L811.9,652A18.5,18.5 0,0 1,830.4 670.5L830.4,976.8A18.5,18.5 0,0 1,811.9 995.3L19.5,995.3A18.5,18.5 0,0 1,1 976.8L1,670.5A18.5,18.5 0,0 1,19.5 652z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M697.9,46.6L697.9,510.3a3.2,3.2 0,0 1,-3.2 3.2h-86.3a3.2,3.2 0,0 1,-3.2 -3.2L605.2,46.6a46.3,46.3 0,0 1,92.7 0Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M601.3,520.9L703.3,520.9A3.2,3.2 0,0 1,706.5 524.1L706.5,588.4A3.2,3.2 0,0 1,703.3 591.6L601.3,591.6A3.2,3.2 0,0 1,598.1 588.4L598.1,524.1A3.2,3.2 0,0 1,601.3 520.9z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M602.5,591.6h102a0,0 0,0 1,0 0v24.8a4.2,4.2 0,0 1,-4.2 4.2L606.7,620.6a4.2,4.2 0,0 1,-4.2 -4.2L602.5,591.6A0,0 0,0 1,602.5 591.6Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M609.7,620.6h85.5v31.4h-85.5z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M610.5,513.4h81.7v7.5h-81.7z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M799.9,958.3l-44,0l0,-98.8l44,0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M846.2,944.2v-68.7a1.4,1.4 0,0 0,-0.7 -1.2l-4.8,-2.8a1.4,1.4 0,0 1,0.3 -2.5l4.2,-1.3a1.4,1.4 0,0 0,1 -1.3v-2.9h-72.7L773.5,954.8h72.7v-1.5a1.4,1.4 0,0 0,-1 -1.3l-4.2,-1.3a1.4,1.4 0,0 1,-0.3 -2.5l4.8,-2.8A1.4,1.4 0,0 0,846.2 944.2Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M846.2,944.2v-68.7a1.4,1.4 0,0 0,-0.7 -1.2l-4.8,-2.8a1.4,1.4 0,0 1,0.3 -2.5l4.2,-1.3a1.4,1.4 0,0 0,1 -1.3v-2.9h-72.7L773.5,954.8h72.7v-1.5a1.4,1.4 0,0 0,-1 -1.3l-4.2,-1.3a1.4,1.4 0,0 1,-0.3 -2.5l4.8,-2.8A1.4,1.4 0,0 0,846.2 944.2Z"
|
||||
android:strokeWidth="1.93"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M821.8,932.8a6,6 0,0 1,6 6,6.2 6.2,0 0,1 -6.4,6 6,6 0,0 1,-4.7 -2.7h-9.8a1.7,1.7 0,0 1,-1.7 -1.7v-3.4a1.7,1.7 0,0 1,1.7 -1.7h9.8A6,6 0,0 1,821.8 932.8Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M821.8,872.5a6,6 0,0 1,6 6,6.2 6.2,0 0,1 -6.4,6 6,6 0,0 1,-4.7 -2.7h-9.8a1.7,1.7 0,0 1,-1.7 -1.7L805.3,876.8a1.7,1.7 0,0 1,1.7 -1.7h9.8A6,6 0,0 1,821.8 872.5Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M777.6,917.4h8.6a1.7,1.7 0,0 1,1.7 1.7v3.1a1.7,1.7 0,0 1,-1 1.5l-2,0.9a1.7,1.7 0,0 0,-1 1.5v8.6a1.7,1.7 0,0 1,-1.7 1.7h0a1.6,1.6 0,0 1,-1.2 -0.5l-4.7,-4.7a1.7,1.7 0,0 1,-0.5 -1.2v-10.9A1.7,1.7 0,0 1,777.6 917.4Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M777.6,898.8h8.6a1.7,1.7 0,0 0,1.7 -1.7v-3.1a1.7,1.7 0,0 0,-1 -1.5l-2,-0.9a1.6,1.6 0,0 1,-1 -1.5v-8.6a1.7,1.7 0,0 0,-1.7 -1.7h0a1.6,1.6 0,0 0,-1.2 0.5l-4.7,4.7a1.7,1.7 0,0 0,-0.5 1.2v10.9A1.7,1.7 0,0 0,777.6 898.8Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M761.1,927.2L761.1,924.5A0.8,0.8 0,0 1,761.9 923.7L768,923.7A0.8,0.8 0,0 1,768.9 924.5L768.9,927.2A0.8,0.8 0,0 1,768 928L761.9,928A0.8,0.8 0,0 1,761.1 927.2z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,919.6L761.1,917A0.8,0.8 0,0 1,761.9 916.1L768,916.1A0.8,0.8 0,0 1,768.9 917L768.9,919.6A0.8,0.8 0,0 1,768 920.4L761.9,920.4A0.8,0.8 0,0 1,761.1 919.6z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,912L761.1,909.4A0.8,0.8 0,0 1,761.9 908.5L768,908.5A0.8,0.8 0,0 1,768.9 909.4L768.9,912A0.8,0.8 0,0 1,768 912.9L761.9,912.9A0.8,0.8 0,0 1,761.1 912z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,904.4L761.1,901.8A0.8,0.8 0,0 1,761.9 901L768,901A0.8,0.8 0,0 1,768.9 901.8L768.9,904.4A0.8,0.8 0,0 1,768 905.3L761.9,905.3A0.8,0.8 0,0 1,761.1 904.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,896.9L761.1,894.2A0.8,0.8 0,0 1,761.9 893.4L768.1,893.4A0.8,0.8 0,0 1,768.9 894.2L768.9,896.9A0.8,0.8 0,0 1,768.1 897.7L761.9,897.7A0.8,0.8 0,0 1,761.1 896.9z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,675.3h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,677.3h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,677.3h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 677.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,684l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 684Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M713,654.7l-0,26.6l-10.9,0l-0,-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M711,663.2l-0,9.7l-6.8,0l-0,-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M711.1,659l-0,2.6a0,0 0,0 1,-0 0l-6.8,0a0,0 0,0 1,-0 0l-0,-2.6a0.8,0.8 0,0 1,0.8 -0.8l5.2,0A0.8,0.8 0,0 1,711.1 659Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M704.3,676.9l0,-2.6a0,0 0,0 1,0 -0l6.8,-0a0,0 0,0 1,0 -0l0,2.6a0.8,0.8 0,0 1,-0.8 0.8l-5.2,-0A0.8,0.8 0,0 1,704.3 676.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,686.2h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,688.1h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,688.1h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 688.1Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,694.9l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 694.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,697.1h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,699h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,699h2.6a0,0 0,0 1,0 0L732.4,705.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8L729,699.8A0.8,0.8 0,0 1,729.8 699Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,705.8l-2.6,-0a0,0 0,0 1,-0 -0L745.1,699a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8L748.5,705A0.8,0.8 0,0 1,747.7 705.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,708h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,709.9h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,709.9h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 709.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,716.7l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 716.7Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,718.8h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,720.8h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,720.8h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 720.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,727.5l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 727.5Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,729.7h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,731.7h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,731.7h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 731.7Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,738.4l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 738.4Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,740.6h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,742.6h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,742.6h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 742.6Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,749.3l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 749.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,751.5h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,753.5h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,753.5h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 753.5Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,760.2l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 760.2Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,762.4h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,764.3h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,764.3h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 764.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,771.1l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 771.1Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,773.3h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,775.2h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,775.2h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 775.2Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,782l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,784.1h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,786.1h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,786.1h2.6a0,0 0,0 1,0 0L732.4,792.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 786.1Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,792.9l-2.6,-0a0,0 0,0 1,-0 -0L745.1,786.1a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 792.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,795h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,797h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,797h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 797Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,803.8l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 803.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,805.9h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,807.9h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,807.8h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 807.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,814.7l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 814.7Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,816.8h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,818.8h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,818.8h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 818.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,825.5l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 825.5Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,827.7h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M734,829.6h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,829.6h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 829.6Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,836.4l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M717.9,875.8l0,-10.9l26.6,0l0,10.9"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M726.4,866.9h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M722.3,866.8h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,722.3 866.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M740.2,873.7l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,740.2 873.7Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M717.9,890l0,-10.9l26.6,0l0,10.9"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M726.4,881.1h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M722.3,881.1h2.6a0,0 0,0 1,0 0L724.9,887.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8L721.5,881.8A0.8,0.8 0,0 1,722.3 881.1Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M740.2,887.9l-2.6,-0a0,0 0,0 1,-0 -0L737.6,881.1a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8L741,887.1A0.8,0.8 0,0 1,740.2 887.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M717.9,904.2l0,-10.9l26.6,0l0,10.9"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M726.4,895.3h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M722.3,895.3h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,722.3 895.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M740.2,902.1l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M744.5,938.6l0,10.9l-26.6,0l0,-10.9"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M736,947.6l-9.7,-0l-0,-6.8l9.7,-0z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M740.2,947.5l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,740.2 947.5Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M722.3,940.8h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,722.3 940.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M663.1,970.7m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M663.1,970.7m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M533.3,980m-6.9,0a6.9,6.9 0,1 1,13.7 0a6.9,6.9 0,1 1,-13.7 0"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M533.3,980m-3.3,0a3.3,3.3 0,1 1,6.5 0a3.3,3.3 0,1 1,-6.5 0"
|
||||
android:fillColor="#434343"/>
|
||||
<path
|
||||
android:pathData="M561,980m-6.9,0a6.9,6.9 0,1 1,13.7 0a6.9,6.9 0,1 1,-13.7 0"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M561,980m-3.3,0a3.3,3.3 0,1 1,6.5 0a3.3,3.3 0,1 1,-6.5 0"
|
||||
android:fillColor="#434343"/>
|
||||
<path
|
||||
android:pathData="M674.8,745.9m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M674.8,745.9m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M674.8,677.3m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M674.8,677.3m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M610.3,677.3m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M610.3,677.3m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M610.3,744m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M610.3,744m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M643.1,713.3m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M643.1,713.3m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M696.5,970.7m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M696.5,970.7m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M730,970.7m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M730,970.7m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M714,906.5L748.4,906.5A2.2,2.2 0,0 1,750.6 908.7L750.6,934.5A2.2,2.2 0,0 1,748.4 936.7L714,936.7A2.2,2.2 0,0 1,711.8 934.5L711.8,908.7A2.2,2.2 0,0 1,714 906.5z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.12"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M717.8,910.1L724.4,910.1A2.2,2.2 0,0 1,726.6 912.3L726.6,915.4A2.2,2.2 0,0 1,724.4 917.6L717.8,917.6A2.2,2.2 0,0 1,715.6 915.4L715.6,912.3A2.2,2.2 0,0 1,717.8 910.1z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M738.9,910.1L745.4,910.1A2.2,2.2 0,0 1,747.7 912.3L747.7,915.4A2.2,2.2 0,0 1,745.4 917.6L738.9,917.6A2.2,2.2 0,0 1,736.6 915.4L736.6,912.3A2.2,2.2 0,0 1,738.9 910.1z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M717.8,924.8L724.4,924.8A2.2,2.2 0,0 1,726.6 927L726.6,930A2.2,2.2 0,0 1,724.4 932.2L717.8,932.2A2.2,2.2 0,0 1,715.6 930L715.6,927A2.2,2.2 0,0 1,717.8 924.8z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M738.9,924.8L745.4,924.8A2.2,2.2 0,0 1,747.7 927L747.7,930A2.2,2.2 0,0 1,745.4 932.2L738.9,932.2A2.2,2.2 0,0 1,736.6 930L736.6,927A2.2,2.2 0,0 1,738.9 924.8z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M182.8,713.4h317.2v180h-317.2z"
|
||||
android:fillColor="#434343"/>
|
||||
<path
|
||||
android:pathData="M182.8,713.4h317.2v180h-317.2z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M182.8,893.4v17.1A17.9,17.9 0,0 0,200.7 928.4h281.4a17.9,17.9 0,0 0,17.9 -17.9v-17.1"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M182.8,893.4v17.1A17.9,17.9 0,0 0,200.7 928.4h281.4a17.9,17.9 0,0 0,17.9 -17.9v-17.1"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M250.8,893.4L250.8,928.4"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M413.3,893.4L413.3,928.4"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M286,928.4v46.1a5.4,5.4 0,0 0,5.4 5.4L392.3,980a5.4,5.4 0,0 0,5.4 -5.4L397.7,928.4"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M294.6,928.4L294.6,980"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M376.3,928.4L376.3,980"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M294.7,928.4v51.5h-3.2a5.4,5.4 0,0 1,-5.4 -5.4L286.1,928.4Z"
|
||||
android:fillColor="#c08c2d"/>
|
||||
<path
|
||||
android:pathData="M397.7,928.4v46.1a5.4,5.4 0,0 1,-5.4 5.4h-16L376.3,928.4Z"
|
||||
android:fillColor="#c08c2d"/>
|
||||
<path
|
||||
android:pathData="M13.7,739.6h59.7v185.5h-59.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M640.6,995.3h111.4v6.1h-111.4z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M674,1001.4h17.5a0,0 0,0 1,0 0v21.8a3.3,3.3 0,0 1,-3.3 3.3h-10.8a3.3,3.3 0,0 1,-3.3 -3.3v-21.8A0,0 0,0 1,674 1001.4Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M535.7,995.3h23.8a0,0 0,0 1,0 0v4.8a3.3,3.3 0,0 1,-3.3 3.3h-17.1a3.3,3.3 0,0 1,-3.3 -3.3v-4.8A0,0 0,0 1,535.7 995.3Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M825.3,675.3v146.8h-60.5v-29.1a3.6,3.6 0,0 0,-3.6 -3.6h-6.8v-77.9h6.8a3.6,3.6 0,0 0,3.6 -3.6v-32.7Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M825.3,675.3v146.8h-60.5v-29.1a3.6,3.6 0,0 0,-3.6 -3.6h-6.8v-77.9h6.8a3.6,3.6 0,0 0,3.6 -3.6v-32.7Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M780.5,677.9h19.3v4.7h-19.3z"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M717.1,653.6v14.4s75.4,0.3 75.4,0v-16"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M721.6,654.7L724.4,654.7A1.5,1.5 0,0 1,725.9 656.2L725.9,663.1A1.5,1.5 0,0 1,724.4 664.6L721.6,664.6A1.5,1.5 0,0 1,720 663.1L720,656.2A1.5,1.5 0,0 1,721.6 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M745.4,654.7L748.2,654.7A1.5,1.5 0,0 1,749.7 656.2L749.7,663.1A1.5,1.5 0,0 1,748.2 664.6L745.4,664.6A1.5,1.5 0,0 1,743.9 663.1L743.9,656.2A1.5,1.5 0,0 1,745.4 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M729.6,654.7L739.7,654.7A1.6,1.6 0,0 1,741.2 656.2L741.2,663A1.6,1.6 0,0 1,739.7 664.6L729.6,664.6A1.6,1.6 0,0 1,728 663L728,656.2A1.6,1.6 0,0 1,729.6 654.7z"
|
||||
android:fillColor="#a19e97"/>
|
||||
<path
|
||||
android:pathData="M761.3,654.7L764.1,654.7A1.5,1.5 0,0 1,765.6 656.2L765.6,663.1A1.5,1.5 0,0 1,764.1 664.6L761.3,664.6A1.5,1.5 0,0 1,759.8 663.1L759.8,656.2A1.5,1.5 0,0 1,761.3 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M785.2,654.7L787.9,654.7A1.5,1.5 0,0 1,789.5 656.2L789.5,663.1A1.5,1.5 0,0 1,787.9 664.6L785.2,664.6A1.5,1.5 0,0 1,783.6 663.1L783.6,656.2A1.5,1.5 0,0 1,785.2 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M769.4,654.7L779.4,654.7A1.6,1.6 0,0 1,781 656.2L781,663A1.6,1.6 0,0 1,779.4 664.6L769.4,664.6A1.6,1.6 0,0 1,767.8 663L767.8,656.2A1.6,1.6 0,0 1,769.4 654.7z"
|
||||
android:fillColor="#a19e97"/>
|
||||
<path
|
||||
android:pathData="M754.4,654.7L754.4,666.2"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M810,655.4v10.9h3.3v1.5h-7.9v-1.5h3.3v-10.9Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M804,655.4v12.3h-6.7v-1.5h5.4v-3.8h-4.7v-1.5L802.7,661v-5.6Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M605.3,72.9h92.7v8.8h-92.7z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M605.3,101.8h92.7v8.8h-92.7z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M55.7,898L28.5,898v-3.7h24v-13.9L55.7,880.4Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M55.7,875.4L28.5,875.4v-3.7L55.7,871.6Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M55.7,865.2L28.5,865.2v-3.7h24v-13.9L55.7,847.7Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M55.7,838.2L44.2,838.2l-15.7,10.8v-4.5l8.2,-5.5q2.3,-1.5 4.6,-2.9 -2.1,-1.3 -4.8,-3.1l-8,-5.4v-4.3l15.7,11.2L55.7,834.5Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M45,806.8h-3.2l0,-11.9h10.1a21.1,21.1 0,0 1,3.2 5.7,17.3 17.3,0 0,1 1.1,6 16.5,16.5 0,0 1,-1.7 7.5,11.6 11.6,0 0,1 -5,5.1 15.2,15.2 0,0 1,-7.3 1.7,16.3 16.3,0 0,1 -7.4,-1.7 11.2,11.2 0,0 1,-5.1 -4.9,15.9 15.9,0 0,1 -1.7,-7.4 15.1,15.1 0,0 1,1 -5.5,9 9,0 0,1 2.7,-3.9 11.7,11.7 0,0 1,4.4 -2.1l0.9,3.4a9.8,9.8 0,0 0,-3.3 1.6,6.5 6.5,0 0,0 -1.9,2.7 10.3,10.3 0,0 0,-0.7 3.9,11.8 11.8,0 0,0 0.8,4.4 8.3,8.3 0,0 0,2 3,9.5 9.5,0 0,0 2.7,1.8 13.9,13.9 0,0 0,5.5 1.1,12.9 12.9,0 0,0 6.1,-1.3 8.2,8.2 0,0 0,3.6 -3.8,12 12,0 0,0 1.2,-5.3 12.9,12.9 0,0 0,-0.9 -4.7,12.4 12.4,0 0,0 -1.9,-3.5h-5.1Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M42.5,790.5q-6.8,0 -10.6,-3.8a13,13 0,0 1,-3.8 -9.7,13.8 13.8,0 0,1 1.8,-7 11.9,11.9 0,0 1,5 -4.8,15.8 15.8,0 0,1 7.3,-1.6 15.5,15.5 0,0 1,7.4 1.7,11.5 11.5,0 0,1 4.9,4.9 14.4,14.4 0,0 1,1.7 6.8,13.7 13.7,0 0,1 -1.9,7.1 12,12 0,0 1,-5.1 4.7A14.9,14.9 0,0 1,42.5 790.5ZM42.5,786.7a10.6,10.6 0,0 0,7.7 -2.7,9.8 9.8,0 0,0 0,-13.8q-2.8,-2.7 -8.1,-2.7a13.4,13.4 0,0 0,-5.8 1.2,8.7 8.7,0 0,0 -3.8,3.4 9.4,9.4 0,0 0,-1.4 5,9.7 9.7,0 0,0 2.6,6.8Q36.4,786.7 42.5,786.7Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M195.8,724.3h291.1v156.7h-291.1z"
|
||||
android:fillColor="#2c2d2d"/>
|
||||
<path
|
||||
android:pathData="M195.8,724.3h291.1v156.7h-291.1z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M656.7,836.2L656.7,897.3A1.3,1.3 0,0 1,655.4 898.5L610.5,898.5A1.3,1.3 0,0 1,609.2 897.3L609.2,836.2A1.3,1.3 0,0 1,610.5 835L655.4,835A1.3,1.3 0,0 1,656.7 836.2z"
|
||||
android:strokeWidth="1.18"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M654.4,836.1L654.4,897.8A2.2,2.2 0,0 1,652.1 900L614.2,900A2.2,2.2 0,0 1,612 897.8L612,836.1A2.2,2.2 0,0 1,614.2 833.9L652.1,833.9A2.2,2.2 0,0 1,654.4 836.1z"
|
||||
android:fillColor="#c2c1c0"/>
|
||||
<path
|
||||
android:pathData="M654.4,836.1L654.4,897.8A2.2,2.2 0,0 1,652.1 900L614.2,900A2.2,2.2 0,0 1,612 897.8L612,836.1A2.2,2.2 0,0 1,614.2 833.9L652.1,833.9A2.2,2.2 0,0 1,654.4 836.1z"
|
||||
android:strokeWidth="1.03"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M633,866.8m-14.8,0a14.8,14.8 0,1 1,29.7 0a14.8,14.8 0,1 1,-29.7 0"
|
||||
android:fillColor="#484949"/>
|
||||
<path
|
||||
android:pathData="M633,866.8m-14.8,0a14.8,14.8 0,1 1,29.7 0a14.8,14.8 0,1 1,-29.7 0"
|
||||
android:strokeWidth="1.01"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M637.8,835.8h-10.7a1.6,1.6 0,0 0,-1.6 1.6v0.3a1.4,1.4 0,0 1,-1.4 1.4h-1.5a1.4,1.4 0,0 1,-1.4 -1.4v-11.1a2.7,2.7 0,0 1,2.7 -2.7h17.2a2.7,2.7 0,0 1,2.7 2.7v11.1a1.4,1.4 0,0 1,-1.4 1.4h-1.5a1.4,1.4 0,0 1,-1.4 -1.4v-0.3A1.6,1.6 0,0 0,637.8 835.8Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M637.8,835.8h-10.7a1.6,1.6 0,0 0,-1.6 1.6v0.3a1.4,1.4 0,0 1,-1.4 1.4h-1.5a1.4,1.4 0,0 1,-1.4 -1.4v-11.1a2.7,2.7 0,0 1,2.7 -2.7h17.2a2.7,2.7 0,0 1,2.7 2.7v11.1a1.4,1.4 0,0 1,-1.4 1.4h-1.5a1.4,1.4 0,0 1,-1.4 -1.4v-0.3A1.6,1.6 0,0 0,637.8 835.8Z"
|
||||
android:strokeWidth="1.01"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M627.1,898h10.7a1.6,1.6 0,0 0,1.6 -1.6v-0.3a1.4,1.4 0,0 1,1.4 -1.4h1.5a1.4,1.4 0,0 1,1.4 1.4v11.1a2.7,2.7 0,0 1,-2.7 2.7h-17.2a2.7,2.7 0,0 1,-2.7 -2.7v-11.1a1.4,1.4 0,0 1,1.4 -1.4h1.5a1.4,1.4 0,0 1,1.4 1.4v0.3A1.6,1.6 0,0 0,627.1 898Z"
|
||||
android:fillColor="#999"/>
|
||||
<path
|
||||
android:pathData="M627.1,898h10.7a1.6,1.6 0,0 0,1.6 -1.6v-0.3a1.4,1.4 0,0 1,1.4 -1.4h1.5a1.4,1.4 0,0 1,1.4 1.4v11.1a2.7,2.7 0,0 1,-2.7 2.7h-17.2a2.7,2.7 0,0 1,-2.7 -2.7v-11.1a1.4,1.4 0,0 1,1.4 -1.4h1.5a1.4,1.4 0,0 1,1.4 1.4v0.3A1.6,1.6 0,0 0,627.1 898Z"
|
||||
android:strokeWidth="1.01"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M603.3,872.2l-10.9,0l0,-26.6l10.9,0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M594.4,863.7l0,-9.7l6.8,-0l0,9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M594.4,867.9l0,-2.6a0,0 0,0 1,0 -0l6.8,-0a0,0 0,0 1,0 -0l0,2.6a0.8,0.8 0,0 1,-0.8 0.8l-5.2,-0A0.8,0.8 0,0 1,594.4 867.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M601.2,850l-0,2.6a0,0 0,0 1,-0 0l-6.8,0a0,0 0,0 1,-0 0l-0,-2.6a0.8,0.8 0,0 1,0.8 -0.8l5.2,0A0.8,0.8 0,0 1,601.2 850Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M675,885.2L662.7,885.2L662.7,879.8a7.7,7.7 0,0 1,0.4 -2.7,3.3 3.3,0 0,1 1.1,-1.6 2.8,2.8 0,0 1,1.6 -0.6,2.5 2.5,0 0,1 1.5,0.5 3.5,3.5 0,0 1,1.1 1.5,3.9 3.9,0 0,1 1.1,-2 2.8,2.8 0,0 1,1.9 -0.7,3.1 3.1,0 0,1 1.6,0.4 3.2,3.2 0,0 1,1.1 1.1,4.5 4.5,0 0,1 0.6,1.6 10.9,10.9 0,0 1,0.2 2.3ZM667.8,883.3v-3.1a8.4,8.4 0,0 0,-0.1 -1.8,2.1 2.1,0 0,0 -0.6,-1.1 1.6,1.6 0,0 0,-1.1 -0.4,1.8 1.8,0 0,0 -1.1,0.3 1.7,1.7 0,0 0,-0.6 1,9.8 9.8,0 0,0 -0.2,2.2v2.9ZM673.5,883.3v-3.6a9.3,9.3 0,0 0,-0.1 -1.3,3.4 3.4,0 0,0 -0.3,-1.1 2,2 0,0 0,-1.7 -1,1.8 1.8,0 0,0 -1.2,0.4 2.2,2.2 0,0 0,-0.7 1.1,8.2 8.2,0 0,0 -0.2,2.1v3.3Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M670.5,872.6a4.3,4.3 0,0 1,-3.7 -1.6,5.3 5.3,0 0,1 -1,-3.3 5.1,5.1 0,0 1,1.2 -3.5,4.3 4.3,0 0,1 3.3,-1.4 5.3,5.3 0,0 1,2.7 0.6,4 4,0 0,1 1.5,1.8 5.7,5.7 0,0 1,0.6 2.5,5.1 5.1,0 0,1 -1.2,3.5A4.4,4.4 0,0 1,670.5 872.6ZM670.5,870.8a3.5,3.5 0,0 0,2.6 -0.9,3.3 3.3,0 0,0 0,-4.4 3.5,3.5 0,0 0,-2.6 -0.9,3.4 3.4,0 0,0 -2.5,0.9 3.3,3.3 0,0 0,0 4.4A3.4,3.4 0,0 0,670.5 870.8Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M670.5,861.4a4.3,4.3 0,0 1,-3.7 -1.6,5.3 5.3,0 0,1 -1,-3.3 5.1,5.1 0,0 1,1.2 -3.5,4.2 4.2,0 0,1 3.3,-1.4 5.2,5.2 0,0 1,2.7 0.6,3.9 3.9,0 0,1 1.5,1.8 5.7,5.7 0,0 1,0.6 2.5,5.1 5.1,0 0,1 -1.2,3.5A4.4,4.4 0,0 1,670.5 861.4ZM670.5,859.6a3.5,3.5 0,0 0,2.6 -0.9,3.3 3.3,0 0,0 0,-4.4 3.5,3.5 0,0 0,-2.6 -0.9,3.3 3.3,0 0,0 -2.5,0.9 3,3 0,0 0,-0.9 2.2,3 3,0 0,0 0.9,2.2A3.4,3.4 0,0 0,670.5 859.6Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M673.7,845.7l1.3,-0.3a7.6,7.6 0,0 1,0.1 1.3,3.5 3.5,0 0,1 -0.3,1.5 1.6,1.6 0,0 1,-0.7 0.7,4.5 4.5,0 0,1 -1.8,0.2h-5.2v1.3h-1.2v-1.3h-2.2l-0.9,-1.8h3.1v-1.8h1.2v1.8h5.2a2.4,2.4 0,0 0,0.8 -0.1,0.6 0.6,0 0,0 0.3,-0.3 1.2,1.2 0,0 0,0.1 -0.6A6.9,6.9 0,0 0,673.7 845.7Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M34.4,757.1h-6.2v-2.8a3.6,3.6 0,0 1,0.2 -1.3,1.4 1.4,0 0,1 0.6,-0.7 1.7,1.7 0,0 1,0.9 -0.3,1.6 1.6,0 0,1 1.1,0.4 2.3,2.3 0,0 1,0.6 1.3,2 2,0 0,1 0.3,-0.5 4.1,4.1 0,0 1,0.8 -0.7l1.7,-1.1v1l-1.3,0.8c-0.4,0.2 -0.7,0.4 -0.9,0.6a2,2 0,0 0,-0.4 0.4,1.3 1.3,0 0,0 -0.2,0.4 2.4,2.4 0,0 0,0 0.5v1h2.8ZM30.9,756.3v-1.8a2.9,2.9 0,0 0,-0.1 -0.9,1 1,0 0,0 -0.4,-0.5 1,1 0,0 0,-0.6 -0.2,0.9 0.9,0 0,0 -0.7,0.3 1.5,1.5 0,0 0,-0.3 1v2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M36.4,754.8a5.3,5.3 0,1 1,-5.3 -5.3A5.3,5.3 0,0 1,36.4 754.8ZM26.6,754.8a4.6,4.6 0,1 0,4.6 -4.6A4.6,4.6 0,0 0,26.6 754.8Z"
|
||||
android:fillColor="#231f20"/>
|
||||
</vector>
|
|
@ -0,0 +1,880 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="847.2dp"
|
||||
android:height="1027.6dp"
|
||||
android:viewportWidth="847.2"
|
||||
android:viewportHeight="1027.6">
|
||||
<path
|
||||
android:pathData="M697.9,46.6L697.9,510.3a3.2,3.2 0,0 1,-3.2 3.2h-86.3a3.2,3.2 0,0 1,-3.2 -3.2L605.3,46.6a46.3,46.3 0,0 1,92.7 0Z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M605.3,72.9h92.7v8.8h-92.7z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M605.3,101.8h92.7v8.8h-92.7z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M601.3,520.9L703.3,520.9A3.2,3.2 0,0 1,706.5 524.1L706.5,588.4A3.2,3.2 0,0 1,703.3 591.6L601.3,591.6A3.2,3.2 0,0 1,598.1 588.4L598.1,524.1A3.2,3.2 0,0 1,601.3 520.9z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M602.5,591.6h102a0,0 0,0 1,0 0v24.8a4.2,4.2 0,0 1,-4.2 4.2h-93.6a4.2,4.2 0,0 1,-4.2 -4.2L602.5,591.6A0,0 0,0 1,602.5 591.6Z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M609.7,620.6h85.5v31.4h-85.5z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M610.5,513.4h81.7v7.5h-81.7z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M19.5,652L811.9,652A18.5,18.5 0,0 1,830.4 670.5L830.4,976.8A18.5,18.5 0,0 1,811.9 995.3L19.5,995.3A18.5,18.5 0,0 1,1 976.8L1,670.5A18.5,18.5 0,0 1,19.5 652z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M674,1001.4h17.5a0,0 0,0 1,0 0v21.8a3.3,3.3 0,0 1,-3.3 3.3h-10.8a3.3,3.3 0,0 1,-3.3 -3.3v-21.8A0,0 0,0 1,674 1001.4Z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M535.7,995.3h23.8a0,0 0,0 1,0 0v4.8a3.3,3.3 0,0 1,-3.3 3.3h-17.1a3.3,3.3 0,0 1,-3.3 -3.3v-4.8A0,0 0,0 1,535.7 995.3Z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M640.6,995.3h111.4v6.1h-111.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M595.2,980.9h38.8v14.4h-38.8z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M34.4,665.7a21.7,21.7 0,1 0,21.7 21.7A21.7,21.7 0,0 0,34.4 665.7ZM34.4,702.3a14.9,14.9 0,1 1,14.9 -14.9A14.9,14.9 0,0 1,34.4 702.3Z"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M49.2,687.3a14.9,14.9 0,1 1,-14.9 -14.9A14.9,14.9 0,0 1,49.2 687.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M34.3,687.4m-21.7,0a21.7,21.7 0,1 1,43.4 0a21.7,21.7 0,1 1,-43.4 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M34.3,687.4m-14.9,0a14.9,14.9 0,1 1,29.8 0a14.9,14.9 0,1 1,-29.8 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M34.4,939.7a21.7,21.7 0,1 0,21.7 21.7A21.7,21.7 0,0 0,34.4 939.7ZM34.4,976.3a14.9,14.9 0,1 1,14.9 -14.9A14.9,14.9 0,0 1,34.4 976.3Z"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M49.2,961.4a14.9,14.9 0,1 1,-14.9 -14.9A14.9,14.9 0,0 1,49.2 961.4Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M34.3,961.4m-21.7,0a21.7,21.7 0,1 1,43.4 0a21.7,21.7 0,1 1,-43.4 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M34.3,961.4m-14.9,0a14.9,14.9 0,1 1,29.8 0a14.9,14.9 0,1 1,-29.8 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M82.6,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M82.6,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M116.3,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M116.3,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M150,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M150,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M183.7,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M183.7,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M217.4,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M217.4,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M251.1,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M251.1,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M284.8,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M284.8,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M318.4,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M318.4,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M352.1,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M352.1,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M385.8,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M385.8,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M419.5,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M419.5,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M453.2,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M453.2,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M486.9,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M486.9,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M82.6,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M82.6,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M116.3,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M116.3,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M150,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M150,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M183.7,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M183.7,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M217.4,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M217.4,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M251.1,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M251.1,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M284.8,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M284.8,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M318.4,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M318.4,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M352.1,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M352.1,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M385.8,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M385.8,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M419.5,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M419.5,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M453.2,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M453.2,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M486.9,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M486.9,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M114.2,716.7h455.9v228.2h-455.9z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M397.7,928.4v46.1a5.4,5.4 0,0 1,-5.4 5.4L291.5,980a5.4,5.4 0,0 1,-5.4 -5.4v-46.1Z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M19.5,652L811.9,652A18.5,18.5 0,0 1,830.4 670.5L830.4,976.8A18.5,18.5 0,0 1,811.9 995.3L19.5,995.3A18.5,18.5 0,0 1,1 976.8L1,670.5A18.5,18.5 0,0 1,19.5 652z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M697.9,46.6L697.9,510.3a3.2,3.2 0,0 1,-3.2 3.2h-86.3a3.2,3.2 0,0 1,-3.2 -3.2L605.3,46.6a46.3,46.3 0,0 1,92.7 0Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M601.3,520.9L703.3,520.9A3.2,3.2 0,0 1,706.5 524.1L706.5,588.4A3.2,3.2 0,0 1,703.3 591.6L601.3,591.6A3.2,3.2 0,0 1,598.1 588.4L598.1,524.1A3.2,3.2 0,0 1,601.3 520.9z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M602.5,591.6h102a0,0 0,0 1,0 0v24.8a4.2,4.2 0,0 1,-4.2 4.2h-93.6a4.2,4.2 0,0 1,-4.2 -4.2L602.5,591.6A0,0 0,0 1,602.5 591.6Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M609.7,620.6h85.5v31.4h-85.5z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M610.5,513.4h81.7v7.5h-81.7z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M799.9,958.3l-44,0l0,-98.8l44,0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M846.2,944.2L846.2,875.5a1.4,1.4 0,0 0,-0.7 -1.2l-4.8,-2.8a1.4,1.4 0,0 1,0.3 -2.5l4.2,-1.3a1.4,1.4 0,0 0,1 -1.3v-2.9h-72.7v91.4h72.7v-1.5a1.4,1.4 0,0 0,-1 -1.3l-4.2,-1.3a1.4,1.4 0,0 1,-0.3 -2.5l4.8,-2.8A1.4,1.4 0,0 0,846.2 944.2Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M846.2,944.2L846.2,875.5a1.4,1.4 0,0 0,-0.7 -1.2l-4.8,-2.8a1.4,1.4 0,0 1,0.3 -2.5l4.2,-1.3a1.4,1.4 0,0 0,1 -1.3v-2.9h-72.7v91.4h72.7v-1.5a1.4,1.4 0,0 0,-1 -1.3l-4.2,-1.3a1.4,1.4 0,0 1,-0.3 -2.5l4.8,-2.8A1.4,1.4 0,0 0,846.2 944.2Z"
|
||||
android:strokeWidth="1.93"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M821.8,932.9a6,6 0,0 1,6 6,6.2 6.2,0 0,1 -6.4,6 6.1,6.1 0,0 1,-4.7 -2.7h-9.8a1.7,1.7 0,0 1,-1.7 -1.7v-3.4a1.7,1.7 0,0 1,1.7 -1.7h9.8A6,6 0,0 1,821.8 932.9Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M821.8,872.5a6,6 0,0 1,6 6,6.2 6.2,0 0,1 -6.4,6 6,6 0,0 1,-4.7 -2.7h-9.8a1.7,1.7 0,0 1,-1.7 -1.7v-3.4a1.7,1.7 0,0 1,1.7 -1.7h9.8A6,6 0,0 1,821.8 872.5Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M777.6,917.4h8.6a1.7,1.7 0,0 1,1.7 1.7v3.1a1.7,1.7 0,0 1,-1 1.5l-2,0.9a1.7,1.7 0,0 0,-1 1.5L783.9,934.7a1.7,1.7 0,0 1,-1.7 1.7h0a1.7,1.7 0,0 1,-1.2 -0.5l-4.7,-4.7a1.7,1.7 0,0 1,-0.5 -1.2v-10.9A1.7,1.7 0,0 1,777.6 917.4Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M777.6,898.8h8.6a1.7,1.7 0,0 0,1.7 -1.7v-3.1a1.6,1.6 0,0 0,-1 -1.5l-2,-0.9a1.7,1.7 0,0 1,-1 -1.5v-8.6a1.7,1.7 0,0 0,-1.7 -1.7h0a1.7,1.7 0,0 0,-1.2 0.5l-4.7,4.7a1.7,1.7 0,0 0,-0.5 1.2v10.9A1.7,1.7 0,0 0,777.6 898.8Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M761.1,927.2L761.1,924.5A0.8,0.8 0,0 1,761.9 923.7L768,923.7A0.8,0.8 0,0 1,768.9 924.5L768.9,927.2A0.8,0.8 0,0 1,768 928L761.9,928A0.8,0.8 0,0 1,761.1 927.2z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,919.6L761.1,917A0.8,0.8 0,0 1,761.9 916.1L768,916.1A0.8,0.8 0,0 1,768.9 917L768.9,919.6A0.8,0.8 0,0 1,768 920.4L761.9,920.4A0.8,0.8 0,0 1,761.1 919.6z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,912L761.1,909.4A0.8,0.8 0,0 1,761.9 908.5L768,908.5A0.8,0.8 0,0 1,768.9 909.4L768.9,912A0.8,0.8 0,0 1,768 912.9L761.9,912.9A0.8,0.8 0,0 1,761.1 912z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,904.5L761.1,901.8A0.8,0.8 0,0 1,761.9 901L768,901A0.8,0.8 0,0 1,768.9 901.8L768.9,904.5A0.8,0.8 0,0 1,768 905.3L761.9,905.3A0.8,0.8 0,0 1,761.1 904.5z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,896.9L761.1,894.3A0.8,0.8 0,0 1,761.9 893.4L768,893.4A0.8,0.8 0,0 1,768.9 894.3L768.9,896.9A0.8,0.8 0,0 1,768 897.7L761.9,897.7A0.8,0.8 0,0 1,761.1 896.9z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,675.3h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,677.3h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,677.3h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 677.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,684l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 684Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M713,654.7l-0,26.6l-10.9,0l-0,-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M711,663.2l-0,9.7l-6.8,0l-0,-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M711.1,659l-0,2.6a0,0 0,0 1,-0 0l-6.8,0a0,0 0,0 1,-0 0l-0,-2.6a0.8,0.8 0,0 1,0.8 -0.8l5.2,0A0.8,0.8 0,0 1,711.1 659Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M704.3,676.9l0,-2.6a0,0 0,0 1,0 -0l6.8,-0a0,0 0,0 1,0 -0l0,2.6a0.8,0.8 0,0 1,-0.8 0.8l-5.2,-0A0.8,0.8 0,0 1,704.3 676.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,686.2h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,688.2h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,688.2h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 688.2Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,694.9l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 694.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,697.1h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,699h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,699h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 699Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,705.8l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,708h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,709.9h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,709.9h2.6a0,0 0,0 1,0 0L732.4,716.7a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8L729,710.7A0.8,0.8 0,0 1,729.8 709.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,716.7l-2.6,-0a0,0 0,0 1,-0 -0L745.1,709.9a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8L748.5,715.9A0.8,0.8 0,0 1,747.7 716.7Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,718.8h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,720.8h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,720.8h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 720.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,727.6l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 727.6Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,729.7h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,731.7h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,731.7h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 731.7Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,738.4l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,740.6h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,742.6h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,742.6h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 742.6Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,749.3l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 749.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,751.5h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,753.5h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,753.5h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 753.5Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,760.2l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 760.2Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,762.4h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,764.3h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,764.3h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 764.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,771.1l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,773.3h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,775.2h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,775.2h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 775.2Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,782l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,784.1h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,786.1h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,786.1h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 786.1Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,792.9l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,795h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,797h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,797h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 797Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,803.8l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 803.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,805.9h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,807.9h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,807.9h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8L729,808.7A0.8,0.8 0,0 1,729.8 807.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,814.6l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8L748.5,813.8a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,816.8h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,818.8h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,818.8h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 818.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,825.5l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,827.7h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,829.6h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,829.6h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 829.6Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,836.4l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 836.4Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M717.9,875.8l0,-10.9l26.6,0l0,10.9"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M726.4,866.9h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M722.3,866.9h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8L721.5,867.7A0.8,0.8 0,0 1,722.3 866.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M740.2,873.6l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8L740.9,872.8a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M744.5,909.5l0,10.9l-26.6,0l0,-10.9"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M736,918.5l-9.7,-0l-0,-6.8l9.7,-0z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M740.2,918.5l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,740.2 918.5Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M722.3,911.7h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,722.3 911.7Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M605.9,977.5l0,-10.9l26.6,0l0,10.9"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M614.4,968.6h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M610.2,968.6h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,610.2 968.6Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M628.1,975.4l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,628.1 975.4Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M582.1,801.5h32.4v20.8h-32.4z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M589.1,792.4L591.9,792.4A1.1,1.1 0,0 1,592.9 793.5L592.9,803.3A1.1,1.1 0,0 1,591.9 804.3L589.1,804.3A1.1,1.1 0,0 1,588 803.3L588,793.5A1.1,1.1 0,0 1,589.1 792.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M596.9,792.4L599.7,792.4A1.1,1.1 0,0 1,600.8 793.5L600.8,803.3A1.1,1.1 0,0 1,599.7 804.3L596.9,804.3A1.1,1.1 0,0 1,595.8 803.3L595.8,793.5A1.1,1.1 0,0 1,596.9 792.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M604.7,792.4L607.5,792.4A1.1,1.1 0,0 1,608.6 793.5L608.6,803.3A1.1,1.1 0,0 1,607.5 804.3L604.7,804.3A1.1,1.1 0,0 1,603.7 803.3L603.7,793.5A1.1,1.1 0,0 1,604.7 792.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M589.1,819.6L591.9,819.6A1.1,1.1 0,0 1,592.9 820.6L592.9,830.4A1.1,1.1 0,0 1,591.9 831.5L589.1,831.5A1.1,1.1 0,0 1,588 830.4L588,820.6A1.1,1.1 0,0 1,589.1 819.6z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M596.9,819.6L599.7,819.6A1.1,1.1 0,0 1,600.8 820.6L600.8,830.4A1.1,1.1 0,0 1,599.7 831.5L596.9,831.5A1.1,1.1 0,0 1,595.8 830.4L595.8,820.6A1.1,1.1 0,0 1,596.9 819.6z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M604.7,819.6L607.5,819.6A1.1,1.1 0,0 1,608.6 820.6L608.6,830.4A1.1,1.1 0,0 1,607.5 831.5L604.7,831.5A1.1,1.1 0,0 1,603.7 830.4L603.7,820.6A1.1,1.1 0,0 1,604.7 819.6z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M585.7,805.9h24.7v12h-24.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M691.4,939.9h13.4v15h-13.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M719.4,939.9h13.4v15h-13.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M708.9,939.9h5.8v15h-5.8z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M716.6,936.3h19.8a2,2 0,0 1,2 2v18.5a2,2 0,0 1,-2 2L716.6,958.8"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.12"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M707.3,958.8h-19.6a2,2 0,0 1,-2 -2v-18.5a2,2 0,0 1,2 -2h19.6"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.12"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M663.1,970.7m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M663.1,970.7m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M674.8,746m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M674.8,746m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M674.8,677.3m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M674.8,677.3m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M610.3,677.3m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M610.3,677.3m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M610.3,744m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M610.3,744m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M643.1,713.3m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M643.1,713.3m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M696.5,970.7m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M696.5,970.7m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M730,970.7m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M730,970.7m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M714,877.4L748.4,877.4A2.2,2.2 0,0 1,750.6 879.6L750.6,905.4A2.2,2.2 0,0 1,748.4 907.6L714,907.6A2.2,2.2 0,0 1,711.8 905.4L711.8,879.6A2.2,2.2 0,0 1,714 877.4z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.12"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M717.8,881L724.4,881A2.2,2.2 0,0 1,726.6 883.2L726.6,886.3A2.2,2.2 0,0 1,724.4 888.5L717.8,888.5A2.2,2.2 0,0 1,715.6 886.3L715.6,883.2A2.2,2.2 0,0 1,717.8 881z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M738.9,881L745.4,881A2.2,2.2 0,0 1,747.7 883.2L747.7,886.3A2.2,2.2 0,0 1,745.4 888.5L738.9,888.5A2.2,2.2 0,0 1,736.6 886.3L736.6,883.2A2.2,2.2 0,0 1,738.9 881z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M717.8,895.7L724.4,895.7A2.2,2.2 0,0 1,726.6 897.9L726.6,900.9A2.2,2.2 0,0 1,724.4 903.1L717.8,903.1A2.2,2.2 0,0 1,715.6 900.9L715.6,897.9A2.2,2.2 0,0 1,717.8 895.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M738.9,895.7L745.4,895.7A2.2,2.2 0,0 1,747.7 897.9L747.7,900.9A2.2,2.2 0,0 1,745.4 903.1L738.9,903.1A2.2,2.2 0,0 1,736.6 900.9L736.6,897.9A2.2,2.2 0,0 1,738.9 895.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M182.8,713.4h317.2v180h-317.2z"
|
||||
android:fillColor="#434343"/>
|
||||
<path
|
||||
android:pathData="M182.8,713.4h317.2v180h-317.2z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M182.8,893.4v17.1a17.9,17.9 0,0 0,17.9 17.9h281.4a17.9,17.9 0,0 0,17.9 -17.9v-17.1"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M182.8,893.4v17.1a17.9,17.9 0,0 0,17.9 17.9h281.4a17.9,17.9 0,0 0,17.9 -17.9v-17.1"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M250.8,893.4L250.8,928.4"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M413.3,893.4L413.3,928.4"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M286,928.4v46.1a5.4,5.4 0,0 0,5.4 5.4L392.3,980a5.4,5.4 0,0 0,5.4 -5.4v-46.1"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M294.6,928.4L294.6,980"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M376.3,928.4L376.3,980"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M294.6,928.4v51.6h-3.2a5.4,5.4 0,0 1,-5.4 -5.4v-46.1Z"
|
||||
android:fillColor="#c08c2d"/>
|
||||
<path
|
||||
android:pathData="M397.7,928.4v46.1a5.4,5.4 0,0 1,-5.4 5.4h-16v-51.6Z"
|
||||
android:fillColor="#c08c2d"/>
|
||||
<path
|
||||
android:pathData="M13.7,739.6h59.7v185.5h-59.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M640.6,995.3h111.4v6.1h-111.4z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M674,1001.4h17.5a0,0 0,0 1,0 0v21.8a3.3,3.3 0,0 1,-3.3 3.3h-10.8a3.3,3.3 0,0 1,-3.3 -3.3v-21.8A0,0 0,0 1,674 1001.4Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M535.7,995.3h23.8a0,0 0,0 1,0 0v4.8a3.3,3.3 0,0 1,-3.3 3.3h-17.1a3.3,3.3 0,0 1,-3.3 -3.3v-4.8A0,0 0,0 1,535.7 995.3Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M825.3,675.3v146.9h-60.5v-29.1a3.6,3.6 0,0 0,-3.6 -3.6h-6.9v-77.9h6.9a3.6,3.6 0,0 0,3.6 -3.6L764.8,675.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M825.3,675.3v146.9h-60.5v-29.1a3.6,3.6 0,0 0,-3.6 -3.6h-6.9v-77.9h6.9a3.6,3.6 0,0 0,3.6 -3.6L764.8,675.3Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M780.5,677.9h19.3v4.7h-19.3z"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M717.1,653.7v14.4s75.4,0.3 75.4,0v-16"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M721.6,654.7L724.4,654.7A1.5,1.5 0,0 1,725.9 656.2L725.9,663.1A1.5,1.5 0,0 1,724.4 664.6L721.6,664.6A1.5,1.5 0,0 1,720 663.1L720,656.2A1.5,1.5 0,0 1,721.6 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M745.4,654.7L748.2,654.7A1.5,1.5 0,0 1,749.7 656.2L749.7,663.1A1.5,1.5 0,0 1,748.2 664.6L745.4,664.6A1.5,1.5 0,0 1,743.9 663.1L743.9,656.2A1.5,1.5 0,0 1,745.4 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M729.6,654.7L739.7,654.7A1.6,1.6 0,0 1,741.2 656.2L741.2,663A1.6,1.6 0,0 1,739.7 664.6L729.6,664.6A1.6,1.6 0,0 1,728 663L728,656.2A1.6,1.6 0,0 1,729.6 654.7z"
|
||||
android:fillColor="#a19e97"/>
|
||||
<path
|
||||
android:pathData="M761.3,654.7L764.1,654.7A1.5,1.5 0,0 1,765.6 656.2L765.6,663.1A1.5,1.5 0,0 1,764.1 664.6L761.3,664.6A1.5,1.5 0,0 1,759.8 663.1L759.8,656.2A1.5,1.5 0,0 1,761.3 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M785.2,654.7L787.9,654.7A1.5,1.5 0,0 1,789.5 656.2L789.5,663.1A1.5,1.5 0,0 1,787.9 664.6L785.2,664.6A1.5,1.5 0,0 1,783.6 663.1L783.6,656.2A1.5,1.5 0,0 1,785.2 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M769.4,654.7L779.4,654.7A1.6,1.6 0,0 1,781 656.2L781,663A1.6,1.6 0,0 1,779.4 664.6L769.4,664.6A1.6,1.6 0,0 1,767.8 663L767.8,656.2A1.6,1.6 0,0 1,769.4 654.7z"
|
||||
android:fillColor="#a19e97"/>
|
||||
<path
|
||||
android:pathData="M754.4,654.7L754.4,666.2"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M810,655.4v10.9h3.3v1.5h-7.9v-1.5h3.3L808.7,655.4Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M804,655.4v12.4h-6.7v-1.5h5.4v-3.8h-4.7v-1.5h4.7v-5.6Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M605.3,72.9h92.7v8.8h-92.7z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M605.3,101.8h92.7v8.8h-92.7z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M55.7,898L28.5,898v-3.7h24v-13.9h3.2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M55.7,875.4L28.5,875.4L28.5,871.7h27.2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M55.7,865.2L28.5,865.2v-3.7h24L52.5,847.7h3.2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M55.7,838.2L44.2,838.2l-15.7,10.8v-4.5l8.2,-5.5c1.5,-1 3.1,-2 4.6,-2.9 -1.4,-0.8 -3,-1.9 -4.8,-3.1l-8,-5.4v-4.3l15.7,11.2h11.5Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M45,806.8h-3.2l0,-11.9h10.1a21.3,21.3 0,0 1,3.2 5.7,17.3 17.3,0 0,1 1.1,6 16.3,16.3 0,0 1,-1.7 7.5,11.5 11.5,0 0,1 -5,5.1 15,15 0,0 1,-7.2 1.7,16.3 16.3,0 0,1 -7.4,-1.7 11.2,11.2 0,0 1,-5.1 -4.9,15.9 15.9,0 0,1 -1.7,-7.4 15.3,15.3 0,0 1,0.9 -5.5,9.3 9.3,0 0,1 2.7,-3.9 11.8,11.8 0,0 1,4.4 -2.1l0.9,3.4a10,10 0,0 0,-3.3 1.6,6.4 6.4,0 0,0 -1.9,2.7 10,10 0,0 0,-0.7 3.9,11.7 11.7,0 0,0 0.8,4.4 8.3,8.3 0,0 0,2 3,9.2 9.2,0 0,0 2.7,1.8 13.7,13.7 0,0 0,5.5 1.1,12.9 12.9,0 0,0 6.1,-1.3 8.2,8.2 0,0 0,3.6 -3.8,12 12,0 0,0 1.2,-5.3 12.8,12.8 0,0 0,-0.9 -4.7,12.2 12.2,0 0,0 -1.9,-3.5h-5.1Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M42.5,790.5q-6.8,0 -10.6,-3.8a13,13 0,0 1,-3.8 -9.7,13.8 13.8,0 0,1 1.8,-7 12,12 0,0 1,5 -4.8,15.9 15.9,0 0,1 7.3,-1.6 15.6,15.6 0,0 1,7.4 1.7,11.6 11.6,0 0,1 4.9,4.9 14.4,14.4 0,0 1,1.7 6.8,13.6 13.6,0 0,1 -1.9,7.1 12.1,12.1 0,0 1,-5.1 4.7A14.9,14.9 0,0 1,42.5 790.5ZM42.5,786.7a10.7,10.7 0,0 0,7.7 -2.7,9.8 9.8,0 0,0 0,-13.8q-2.9,-2.7 -8.1,-2.7a13.6,13.6 0,0 0,-5.8 1.2,8.7 8.7,0 0,0 -3.8,3.4 9.4,9.4 0,0 0,-1.4 5,9.7 9.7,0 0,0 2.6,6.8C35.5,785.7 38.4,786.7 42.5,786.7Z"
|
||||
android:fillColor="#231f20"/>
|
||||
</vector>
|
|
@ -0,0 +1,880 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="847.2dp"
|
||||
android:height="1027.6dp"
|
||||
android:viewportWidth="847.2"
|
||||
android:viewportHeight="1027.6">
|
||||
<path
|
||||
android:pathData="M697.9,46.6L697.9,510.3a3.2,3.2 0,0 1,-3.2 3.2h-86.3a3.2,3.2 0,0 1,-3.2 -3.2L605.3,46.6a46.3,46.3 0,0 1,92.7 0Z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M605.3,72.9h92.7v8.8h-92.7z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M605.3,101.8h92.7v8.8h-92.7z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M601.3,520.9L703.3,520.9A3.2,3.2 0,0 1,706.5 524.1L706.5,588.4A3.2,3.2 0,0 1,703.3 591.6L601.3,591.6A3.2,3.2 0,0 1,598.1 588.4L598.1,524.1A3.2,3.2 0,0 1,601.3 520.9z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M602.5,591.6h102a0,0 0,0 1,0 0v24.8a4.2,4.2 0,0 1,-4.2 4.2h-93.6a4.2,4.2 0,0 1,-4.2 -4.2L602.5,591.6A0,0 0,0 1,602.5 591.6Z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M609.7,620.6h85.5v31.4h-85.5z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M610.5,513.4h81.7v7.5h-81.7z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M19.5,652L811.9,652A18.5,18.5 0,0 1,830.4 670.5L830.4,976.8A18.5,18.5 0,0 1,811.9 995.3L19.5,995.3A18.5,18.5 0,0 1,1 976.8L1,670.5A18.5,18.5 0,0 1,19.5 652z"
|
||||
android:fillColor="#353535"/>
|
||||
<path
|
||||
android:pathData="M674,1001.4h17.5a0,0 0,0 1,0 0v21.8a3.3,3.3 0,0 1,-3.3 3.3h-10.8a3.3,3.3 0,0 1,-3.3 -3.3v-21.8A0,0 0,0 1,674 1001.4Z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M535.7,995.3h23.8a0,0 0,0 1,0 0v4.8a3.3,3.3 0,0 1,-3.3 3.3h-17.1a3.3,3.3 0,0 1,-3.3 -3.3v-4.8A0,0 0,0 1,535.7 995.3Z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M640.6,995.3h111.4v6.1h-111.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M595.2,980.9h38.8v14.4h-38.8z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M34.4,665.7a21.7,21.7 0,1 0,21.7 21.7A21.7,21.7 0,0 0,34.4 665.7ZM34.4,702.3a14.9,14.9 0,1 1,14.9 -14.9A14.9,14.9 0,0 1,34.4 702.3Z"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M49.2,687.3a14.9,14.9 0,1 1,-14.9 -14.9A14.9,14.9 0,0 1,49.2 687.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M34.3,687.4m-21.7,0a21.7,21.7 0,1 1,43.4 0a21.7,21.7 0,1 1,-43.4 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M34.3,687.4m-14.9,0a14.9,14.9 0,1 1,29.8 0a14.9,14.9 0,1 1,-29.8 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M34.4,939.7a21.7,21.7 0,1 0,21.7 21.7A21.7,21.7 0,0 0,34.4 939.7ZM34.4,976.3a14.9,14.9 0,1 1,14.9 -14.9A14.9,14.9 0,0 1,34.4 976.3Z"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M49.2,961.4a14.9,14.9 0,1 1,-14.9 -14.9A14.9,14.9 0,0 1,49.2 961.4Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M34.3,961.4m-21.7,0a21.7,21.7 0,1 1,43.4 0a21.7,21.7 0,1 1,-43.4 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M34.3,961.4m-14.9,0a14.9,14.9 0,1 1,29.8 0a14.9,14.9 0,1 1,-29.8 0"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M82.6,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M82.6,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M116.3,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M116.3,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M150,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M150,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M183.7,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M183.7,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M217.4,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M217.4,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M251.1,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M251.1,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M284.8,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M284.8,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M318.4,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M318.4,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M352.1,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M352.1,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M385.8,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M385.8,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M419.5,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M419.5,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M453.2,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M453.2,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M486.9,974.9m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M486.9,974.9m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M82.6,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M82.6,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M116.3,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M116.3,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M150,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M150,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M183.7,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M183.7,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M217.4,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M217.4,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M251.1,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M251.1,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M284.8,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M284.8,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M318.4,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M318.4,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M352.1,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M352.1,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M385.8,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M385.8,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M419.5,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M419.5,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M453.2,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M453.2,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M486.9,675.3m-12.1,0a12.1,12.1 0,1 1,24.1 0a12.1,12.1 0,1 1,-24.1 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M486.9,675.3m-8.3,0a8.3,8.3 0,1 1,16.5 0a8.3,8.3 0,1 1,-16.5 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M114.2,716.7h455.9v228.2h-455.9z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M397.7,928.4v46.1a5.4,5.4 0,0 1,-5.4 5.4L291.5,980a5.4,5.4 0,0 1,-5.4 -5.4v-46.1Z"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M19.5,652L811.9,652A18.5,18.5 0,0 1,830.4 670.5L830.4,976.8A18.5,18.5 0,0 1,811.9 995.3L19.5,995.3A18.5,18.5 0,0 1,1 976.8L1,670.5A18.5,18.5 0,0 1,19.5 652z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M697.9,46.6L697.9,510.3a3.2,3.2 0,0 1,-3.2 3.2h-86.3a3.2,3.2 0,0 1,-3.2 -3.2L605.3,46.6a46.3,46.3 0,0 1,92.7 0Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M601.3,520.9L703.3,520.9A3.2,3.2 0,0 1,706.5 524.1L706.5,588.4A3.2,3.2 0,0 1,703.3 591.6L601.3,591.6A3.2,3.2 0,0 1,598.1 588.4L598.1,524.1A3.2,3.2 0,0 1,601.3 520.9z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M602.5,591.6h102a0,0 0,0 1,0 0v24.8a4.2,4.2 0,0 1,-4.2 4.2h-93.6a4.2,4.2 0,0 1,-4.2 -4.2L602.5,591.6A0,0 0,0 1,602.5 591.6Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M609.7,620.6h85.5v31.4h-85.5z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M610.5,513.4h81.7v7.5h-81.7z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M799.9,958.3l-44,0l0,-98.8l44,0"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M846.2,944.2L846.2,875.5a1.4,1.4 0,0 0,-0.7 -1.2l-4.8,-2.8a1.4,1.4 0,0 1,0.3 -2.5l4.2,-1.3a1.4,1.4 0,0 0,1 -1.3v-2.9h-72.7v91.4h72.7v-1.5a1.4,1.4 0,0 0,-1 -1.3l-4.2,-1.3a1.4,1.4 0,0 1,-0.3 -2.5l4.8,-2.8A1.4,1.4 0,0 0,846.2 944.2Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M846.2,944.2L846.2,875.5a1.4,1.4 0,0 0,-0.7 -1.2l-4.8,-2.8a1.4,1.4 0,0 1,0.3 -2.5l4.2,-1.3a1.4,1.4 0,0 0,1 -1.3v-2.9h-72.7v91.4h72.7v-1.5a1.4,1.4 0,0 0,-1 -1.3l-4.2,-1.3a1.4,1.4 0,0 1,-0.3 -2.5l4.8,-2.8A1.4,1.4 0,0 0,846.2 944.2Z"
|
||||
android:strokeWidth="1.93"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M821.8,932.9a6,6 0,0 1,6 6,6.2 6.2,0 0,1 -6.4,6 6.1,6.1 0,0 1,-4.7 -2.7h-9.8a1.7,1.7 0,0 1,-1.7 -1.7v-3.4a1.7,1.7 0,0 1,1.7 -1.7h9.8A6,6 0,0 1,821.8 932.9Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M821.8,872.5a6,6 0,0 1,6 6,6.2 6.2,0 0,1 -6.4,6 6,6 0,0 1,-4.7 -2.7h-9.8a1.7,1.7 0,0 1,-1.7 -1.7v-3.4a1.7,1.7 0,0 1,1.7 -1.7h9.8A6,6 0,0 1,821.8 872.5Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M777.6,917.4h8.6a1.7,1.7 0,0 1,1.7 1.7v3.1a1.7,1.7 0,0 1,-1 1.5l-2,0.9a1.7,1.7 0,0 0,-1 1.5L783.9,934.7a1.7,1.7 0,0 1,-1.7 1.7h0a1.7,1.7 0,0 1,-1.2 -0.5l-4.7,-4.7a1.7,1.7 0,0 1,-0.5 -1.2v-10.9A1.7,1.7 0,0 1,777.6 917.4Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M777.6,898.8h8.6a1.7,1.7 0,0 0,1.7 -1.7v-3.1a1.6,1.6 0,0 0,-1 -1.5l-2,-0.9a1.7,1.7 0,0 1,-1 -1.5v-8.6a1.7,1.7 0,0 0,-1.7 -1.7h0a1.7,1.7 0,0 0,-1.2 0.5l-4.7,4.7a1.7,1.7 0,0 0,-0.5 1.2v10.9A1.7,1.7 0,0 0,777.6 898.8Z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M761.1,927.2L761.1,924.5A0.8,0.8 0,0 1,761.9 923.7L768,923.7A0.8,0.8 0,0 1,768.9 924.5L768.9,927.2A0.8,0.8 0,0 1,768 928L761.9,928A0.8,0.8 0,0 1,761.1 927.2z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,919.6L761.1,917A0.8,0.8 0,0 1,761.9 916.1L768,916.1A0.8,0.8 0,0 1,768.9 917L768.9,919.6A0.8,0.8 0,0 1,768 920.4L761.9,920.4A0.8,0.8 0,0 1,761.1 919.6z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,912L761.1,909.4A0.8,0.8 0,0 1,761.9 908.5L768,908.5A0.8,0.8 0,0 1,768.9 909.4L768.9,912A0.8,0.8 0,0 1,768 912.9L761.9,912.9A0.8,0.8 0,0 1,761.1 912z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,904.5L761.1,901.8A0.8,0.8 0,0 1,761.9 901L768,901A0.8,0.8 0,0 1,768.9 901.8L768.9,904.5A0.8,0.8 0,0 1,768 905.3L761.9,905.3A0.8,0.8 0,0 1,761.1 904.5z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M761.1,896.9L761.1,894.3A0.8,0.8 0,0 1,761.9 893.4L768,893.4A0.8,0.8 0,0 1,768.9 894.3L768.9,896.9A0.8,0.8 0,0 1,768 897.7L761.9,897.7A0.8,0.8 0,0 1,761.1 896.9z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,675.3h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,677.3h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,677.3h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 677.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,684l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 684Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M713,654.7l-0,26.6l-10.9,0l-0,-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M711,663.2l-0,9.7l-6.8,0l-0,-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M711.1,659l-0,2.6a0,0 0,0 1,-0 0l-6.8,0a0,0 0,0 1,-0 0l-0,-2.6a0.8,0.8 0,0 1,0.8 -0.8l5.2,0A0.8,0.8 0,0 1,711.1 659Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M704.3,676.9l0,-2.6a0,0 0,0 1,0 -0l6.8,-0a0,0 0,0 1,0 -0l0,2.6a0.8,0.8 0,0 1,-0.8 0.8l-5.2,-0A0.8,0.8 0,0 1,704.3 676.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,686.2h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,688.2h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,688.2h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 688.2Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,694.9l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 694.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,697.1h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,699h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,699h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 699Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,705.8l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,708h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,709.9h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,709.9h2.6a0,0 0,0 1,0 0L732.4,716.7a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8L729,710.7A0.8,0.8 0,0 1,729.8 709.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,716.7l-2.6,-0a0,0 0,0 1,-0 -0L745.1,709.9a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8L748.5,715.9A0.8,0.8 0,0 1,747.7 716.7Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,718.8h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,720.8h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,720.8h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 720.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,727.6l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 727.6Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,729.7h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,731.7h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,731.7h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 731.7Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,738.4l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,740.6h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,742.6h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,742.6h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 742.6Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,749.3l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 749.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,751.5h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,753.5h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,753.5h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 753.5Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,760.2l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 760.2Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,762.4h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,764.3h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,764.3h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 764.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,771.1l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,773.3h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,775.2h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,775.2h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 775.2Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,782l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,784.1h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,786.1h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,786.1h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 786.1Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,792.9l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,795h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,797h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,797h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 797Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,803.8l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 803.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,805.9h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,807.9h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,807.9h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8L729,808.7A0.8,0.8 0,0 1,729.8 807.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,814.6l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8L748.5,813.8a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,816.8h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,818.8h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,818.8h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 818.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,825.5l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M725.4,827.7h26.6v10.9h-26.6z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M733.9,829.6h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M729.8,829.6h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,729.8 829.6Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M747.7,836.4l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,747.7 836.4Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M717.9,875.8l0,-10.9l26.6,0l0,10.9"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M726.4,866.9h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M722.3,866.9h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8L721.5,867.7A0.8,0.8 0,0 1,722.3 866.9Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M740.2,873.6l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8L740.9,872.8a0.8,0.8 0,0 1,-0.8 0.8Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M744.5,909.5l0,10.9l-26.6,0l0,-10.9"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M736,918.5l-9.7,-0l-0,-6.8l9.7,-0z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M740.2,918.5l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,740.2 918.5Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M722.3,911.7h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,722.3 911.7Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M605.9,977.5l0,-10.9l26.6,0l0,10.9"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M614.4,968.6h9.7v6.8h-9.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M610.2,968.6h2.6a0,0 0,0 1,0 0v6.8a0,0 0,0 1,0 0h-2.6a0.8,0.8 0,0 1,-0.8 -0.8v-5.2A0.8,0.8 0,0 1,610.2 968.6Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M628.1,975.4l-2.6,-0a0,0 0,0 1,-0 -0l-0,-6.8a0,0 0,0 1,-0 -0l2.6,-0a0.8,0.8 0,0 1,0.8 0.8l-0,5.2A0.8,0.8 0,0 1,628.1 975.4Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M582.1,801.5h32.4v20.8h-32.4z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M589.1,792.4L591.9,792.4A1.1,1.1 0,0 1,592.9 793.5L592.9,803.3A1.1,1.1 0,0 1,591.9 804.3L589.1,804.3A1.1,1.1 0,0 1,588 803.3L588,793.5A1.1,1.1 0,0 1,589.1 792.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M596.9,792.4L599.7,792.4A1.1,1.1 0,0 1,600.8 793.5L600.8,803.3A1.1,1.1 0,0 1,599.7 804.3L596.9,804.3A1.1,1.1 0,0 1,595.8 803.3L595.8,793.5A1.1,1.1 0,0 1,596.9 792.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M604.7,792.4L607.5,792.4A1.1,1.1 0,0 1,608.6 793.5L608.6,803.3A1.1,1.1 0,0 1,607.5 804.3L604.7,804.3A1.1,1.1 0,0 1,603.7 803.3L603.7,793.5A1.1,1.1 0,0 1,604.7 792.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M589.1,819.6L591.9,819.6A1.1,1.1 0,0 1,592.9 820.6L592.9,830.4A1.1,1.1 0,0 1,591.9 831.5L589.1,831.5A1.1,1.1 0,0 1,588 830.4L588,820.6A1.1,1.1 0,0 1,589.1 819.6z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M596.9,819.6L599.7,819.6A1.1,1.1 0,0 1,600.8 820.6L600.8,830.4A1.1,1.1 0,0 1,599.7 831.5L596.9,831.5A1.1,1.1 0,0 1,595.8 830.4L595.8,820.6A1.1,1.1 0,0 1,596.9 819.6z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M604.7,819.6L607.5,819.6A1.1,1.1 0,0 1,608.6 820.6L608.6,830.4A1.1,1.1 0,0 1,607.5 831.5L604.7,831.5A1.1,1.1 0,0 1,603.7 830.4L603.7,820.6A1.1,1.1 0,0 1,604.7 819.6z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M585.7,805.9h24.7v12h-24.7z"
|
||||
android:fillColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M691.4,939.9h13.4v15h-13.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M719.4,939.9h13.4v15h-13.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M708.9,939.9h5.8v15h-5.8z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M716.6,936.3h19.8a2,2 0,0 1,2 2v18.5a2,2 0,0 1,-2 2L716.6,958.8"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.12"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M707.3,958.8h-19.6a2,2 0,0 1,-2 -2v-18.5a2,2 0,0 1,2 -2h19.6"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.12"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M663.1,970.7m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M663.1,970.7m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M674.8,746m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M674.8,746m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M674.8,677.3m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M674.8,677.3m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M610.3,677.3m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M610.3,677.3m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M610.3,744m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M610.3,744m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M643.1,713.3m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M643.1,713.3m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M696.5,970.7m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M696.5,970.7m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M730,970.7m-9.3,0a9.3,9.3 0,1 1,18.6 0a9.3,9.3 0,1 1,-18.6 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M730,970.7m-4.4,0a4.4,4.4 0,1 1,8.9 0a4.4,4.4 0,1 1,-8.9 0"
|
||||
android:fillColor="#ab9d72"/>
|
||||
<path
|
||||
android:pathData="M714,877.4L748.4,877.4A2.2,2.2 0,0 1,750.6 879.6L750.6,905.4A2.2,2.2 0,0 1,748.4 907.6L714,907.6A2.2,2.2 0,0 1,711.8 905.4L711.8,879.6A2.2,2.2 0,0 1,714 877.4z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.12"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M717.8,881L724.4,881A2.2,2.2 0,0 1,726.6 883.2L726.6,886.3A2.2,2.2 0,0 1,724.4 888.5L717.8,888.5A2.2,2.2 0,0 1,715.6 886.3L715.6,883.2A2.2,2.2 0,0 1,717.8 881z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M738.9,881L745.4,881A2.2,2.2 0,0 1,747.7 883.2L747.7,886.3A2.2,2.2 0,0 1,745.4 888.5L738.9,888.5A2.2,2.2 0,0 1,736.6 886.3L736.6,883.2A2.2,2.2 0,0 1,738.9 881z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M717.8,895.7L724.4,895.7A2.2,2.2 0,0 1,726.6 897.9L726.6,900.9A2.2,2.2 0,0 1,724.4 903.1L717.8,903.1A2.2,2.2 0,0 1,715.6 900.9L715.6,897.9A2.2,2.2 0,0 1,717.8 895.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M738.9,895.7L745.4,895.7A2.2,2.2 0,0 1,747.7 897.9L747.7,900.9A2.2,2.2 0,0 1,745.4 903.1L738.9,903.1A2.2,2.2 0,0 1,736.6 900.9L736.6,897.9A2.2,2.2 0,0 1,738.9 895.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M182.8,713.4h317.2v180h-317.2z"
|
||||
android:fillColor="#434343"/>
|
||||
<path
|
||||
android:pathData="M182.8,713.4h317.2v180h-317.2z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M182.8,893.4v17.1a17.9,17.9 0,0 0,17.9 17.9h281.4a17.9,17.9 0,0 0,17.9 -17.9v-17.1"
|
||||
android:fillColor="#1d1e1e"/>
|
||||
<path
|
||||
android:pathData="M182.8,893.4v17.1a17.9,17.9 0,0 0,17.9 17.9h281.4a17.9,17.9 0,0 0,17.9 -17.9v-17.1"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M250.8,893.4L250.8,928.4"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M413.3,893.4L413.3,928.4"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M286,928.4v46.1a5.4,5.4 0,0 0,5.4 5.4L392.3,980a5.4,5.4 0,0 0,5.4 -5.4v-46.1"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M294.6,928.4L294.6,980"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M376.3,928.4L376.3,980"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M294.6,928.4v51.6h-3.2a5.4,5.4 0,0 1,-5.4 -5.4v-46.1Z"
|
||||
android:fillColor="#c08c2d"/>
|
||||
<path
|
||||
android:pathData="M397.7,928.4v46.1a5.4,5.4 0,0 1,-5.4 5.4h-16v-51.6Z"
|
||||
android:fillColor="#c08c2d"/>
|
||||
<path
|
||||
android:pathData="M13.7,739.6h59.7v185.5h-59.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M640.6,995.3h111.4v6.1h-111.4z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M674,1001.4h17.5a0,0 0,0 1,0 0v21.8a3.3,3.3 0,0 1,-3.3 3.3h-10.8a3.3,3.3 0,0 1,-3.3 -3.3v-21.8A0,0 0,0 1,674 1001.4Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M535.7,995.3h23.8a0,0 0,0 1,0 0v4.8a3.3,3.3 0,0 1,-3.3 3.3h-17.1a3.3,3.3 0,0 1,-3.3 -3.3v-4.8A0,0 0,0 1,535.7 995.3Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M825.3,675.3v146.9h-60.5v-29.1a3.6,3.6 0,0 0,-3.6 -3.6h-6.9v-77.9h6.9a3.6,3.6 0,0 0,3.6 -3.6L764.8,675.3Z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M825.3,675.3v146.9h-60.5v-29.1a3.6,3.6 0,0 0,-3.6 -3.6h-6.9v-77.9h6.9a3.6,3.6 0,0 0,3.6 -3.6L764.8,675.3Z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M780.5,677.9h19.3v4.7h-19.3z"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M717.1,653.7v14.4s75.4,0.3 75.4,0v-16"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M721.6,654.7L724.4,654.7A1.5,1.5 0,0 1,725.9 656.2L725.9,663.1A1.5,1.5 0,0 1,724.4 664.6L721.6,664.6A1.5,1.5 0,0 1,720 663.1L720,656.2A1.5,1.5 0,0 1,721.6 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M745.4,654.7L748.2,654.7A1.5,1.5 0,0 1,749.7 656.2L749.7,663.1A1.5,1.5 0,0 1,748.2 664.6L745.4,664.6A1.5,1.5 0,0 1,743.9 663.1L743.9,656.2A1.5,1.5 0,0 1,745.4 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M729.6,654.7L739.7,654.7A1.6,1.6 0,0 1,741.2 656.2L741.2,663A1.6,1.6 0,0 1,739.7 664.6L729.6,664.6A1.6,1.6 0,0 1,728 663L728,656.2A1.6,1.6 0,0 1,729.6 654.7z"
|
||||
android:fillColor="#a19e97"/>
|
||||
<path
|
||||
android:pathData="M761.3,654.7L764.1,654.7A1.5,1.5 0,0 1,765.6 656.2L765.6,663.1A1.5,1.5 0,0 1,764.1 664.6L761.3,664.6A1.5,1.5 0,0 1,759.8 663.1L759.8,656.2A1.5,1.5 0,0 1,761.3 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M785.2,654.7L787.9,654.7A1.5,1.5 0,0 1,789.5 656.2L789.5,663.1A1.5,1.5 0,0 1,787.9 664.6L785.2,664.6A1.5,1.5 0,0 1,783.6 663.1L783.6,656.2A1.5,1.5 0,0 1,785.2 654.7z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M769.4,654.7L779.4,654.7A1.6,1.6 0,0 1,781 656.2L781,663A1.6,1.6 0,0 1,779.4 664.6L769.4,664.6A1.6,1.6 0,0 1,767.8 663L767.8,656.2A1.6,1.6 0,0 1,769.4 654.7z"
|
||||
android:fillColor="#a19e97"/>
|
||||
<path
|
||||
android:pathData="M754.4,654.7L754.4,666.2"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="1.19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M810,655.4v10.9h3.3v1.5h-7.9v-1.5h3.3L808.7,655.4Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M804,655.4v12.4h-6.7v-1.5h5.4v-3.8h-4.7v-1.5h4.7v-5.6Z"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M605.3,72.9h92.7v8.8h-92.7z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M605.3,101.8h92.7v8.8h-92.7z"
|
||||
android:strokeWidth="1.96"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M55.7,898L28.5,898v-3.7h24v-13.9h3.2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M55.7,875.4L28.5,875.4L28.5,871.7h27.2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M55.7,865.2L28.5,865.2v-3.7h24L52.5,847.7h3.2Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M55.7,838.2L44.2,838.2l-15.7,10.8v-4.5l8.2,-5.5c1.5,-1 3.1,-2 4.6,-2.9 -1.4,-0.8 -3,-1.9 -4.8,-3.1l-8,-5.4v-4.3l15.7,11.2h11.5Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M45,806.8h-3.2l0,-11.9h10.1a21.3,21.3 0,0 1,3.2 5.7,17.3 17.3,0 0,1 1.1,6 16.3,16.3 0,0 1,-1.7 7.5,11.5 11.5,0 0,1 -5,5.1 15,15 0,0 1,-7.2 1.7,16.3 16.3,0 0,1 -7.4,-1.7 11.2,11.2 0,0 1,-5.1 -4.9,15.9 15.9,0 0,1 -1.7,-7.4 15.3,15.3 0,0 1,0.9 -5.5,9.3 9.3,0 0,1 2.7,-3.9 11.8,11.8 0,0 1,4.4 -2.1l0.9,3.4a10,10 0,0 0,-3.3 1.6,6.4 6.4,0 0,0 -1.9,2.7 10,10 0,0 0,-0.7 3.9,11.7 11.7,0 0,0 0.8,4.4 8.3,8.3 0,0 0,2 3,9.2 9.2,0 0,0 2.7,1.8 13.7,13.7 0,0 0,5.5 1.1,12.9 12.9,0 0,0 6.1,-1.3 8.2,8.2 0,0 0,3.6 -3.8,12 12,0 0,0 1.2,-5.3 12.8,12.8 0,0 0,-0.9 -4.7,12.2 12.2,0 0,0 -1.9,-3.5h-5.1Z"
|
||||
android:fillColor="#231f20"/>
|
||||
<path
|
||||
android:pathData="M42.5,790.5q-6.8,0 -10.6,-3.8a13,13 0,0 1,-3.8 -9.7,13.8 13.8,0 0,1 1.8,-7 12,12 0,0 1,5 -4.8,15.9 15.9,0 0,1 7.3,-1.6 15.6,15.6 0,0 1,7.4 1.7,11.6 11.6,0 0,1 4.9,4.9 14.4,14.4 0,0 1,1.7 6.8,13.6 13.6,0 0,1 -1.9,7.1 12.1,12.1 0,0 1,-5.1 4.7A14.9,14.9 0,0 1,42.5 790.5ZM42.5,786.7a10.7,10.7 0,0 0,7.7 -2.7,9.8 9.8,0 0,0 0,-13.8q-2.9,-2.7 -8.1,-2.7a13.6,13.6 0,0 0,-5.8 1.2,8.7 8.7,0 0,0 -3.8,3.4 9.4,9.4 0,0 0,-1.4 5,9.7 9.7,0 0,0 2.6,6.8C35.5,785.7 38.4,786.7 42.5,786.7Z"
|
||||
android:fillColor="#231f20"/>
|
||||
</vector>
|
|
@ -0,0 +1,259 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="665dp"
|
||||
android:height="1035.5dp"
|
||||
android:viewportWidth="665"
|
||||
android:viewportHeight="1035.5">
|
||||
<path
|
||||
android:pathData="M605.9,1.2L59,1.2a57.8,57.8 0,0 0,-57.8 57.9v917.4a57.8,57.8 0,0 0,57.8 57.8h546.9a57.9,57.9 0,0 0,57.9 -57.8L663.8,59.1A57.9,57.9 0,0 0,605.9 1.2ZM425.1,59.4a17.7,17.7 0,0 1,-12.6 5.2L254.4,64.6a17.8,17.8 0,0 1,0 -35.7L412.5,28.9a17.8,17.8 0,0 1,12.6 30.4Z"
|
||||
android:fillColor="#333"/>
|
||||
<path
|
||||
android:pathData="M607.9,13.5L57.1,13.5A43.6,43.6 0,0 0,13.5 57.2v921.2a43.7,43.7 0,0 0,43.6 43.6h550.9a43.6,43.6 0,0 0,43.6 -43.6L651.6,57.2A43.6,43.6 0,0 0,607.9 13.5ZM425.1,59.4a17.7,17.7 0,0 1,-12.6 5.2L254.4,64.6a17.8,17.8 0,0 1,0 -35.7L412.5,28.9a17.8,17.8 0,0 1,12.6 30.4Z"
|
||||
android:strokeAlpha="0.49"
|
||||
android:fillColor="#cbcccb"
|
||||
android:fillAlpha="0.49"/>
|
||||
<path
|
||||
android:pathData="M571.6,605.3L607.8,605.3A12.7,12.7 0,0 1,620.5 618L620.5,961.5A12.7,12.7 0,0 1,607.8 974.2L571.6,974.2A12.7,12.7 0,0 1,558.9 961.5L558.9,618A12.7,12.7 0,0 1,571.6 605.3z"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M46.5,594.5L615.8,594.5A14.9,14.9 0,0 1,630.7 609.4L630.7,971.2A14.9,14.9 0,0 1,615.8 986L46.5,986A14.9,14.9 0,0 1,31.7 971.2L31.7,609.4A14.9,14.9 0,0 1,46.5 594.5z"
|
||||
android:strokeAlpha="0.33"
|
||||
android:fillColor="#cbcccb"
|
||||
android:fillAlpha="0.33"/>
|
||||
<path
|
||||
android:pathData="M69.5,605.3L525.5,605.3A20.7,20.7 0,0 1,546.2 626L546.2,953.5A20.7,20.7 0,0 1,525.5 974.2L69.5,974.2A20.7,20.7 0,0 1,48.9 953.5L48.9,626A20.7,20.7 0,0 1,69.5 605.3z"
|
||||
android:strokeAlpha="0.49"
|
||||
android:fillColor="#cbcccb"
|
||||
android:fillAlpha="0.49"/>
|
||||
<path
|
||||
android:pathData="M444.8,635.4A119.8,119.8 0,1 1,325 515.6,119.8 119.8,0 0,1 444.8,635.4Z"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M325,635.4m-150.8,0a150.8,150.8 0,1 1,301.6 0a150.8,150.8 0,1 1,-301.6 0"
|
||||
android:strokeAlpha="0.49"
|
||||
android:fillColor="#cbcccb"
|
||||
android:fillAlpha="0.49"/>
|
||||
<path
|
||||
android:pathData="M325,524a111.4,111.4 0,1 0,111.4 111.4A111.4,111.4 0,0 0,325 524ZM325,723.6a88.3,88.3 0,1 1,88.3 -88.3A88.3,88.3 0,0 1,325 723.7Z"
|
||||
android:fillColor="#373838"/>
|
||||
<path
|
||||
android:pathData="M413.2,635.4a88.3,88.3 0,1 1,-88.3 -88.3A88.3,88.3 0,0 1,413.2 635.4Z"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M57.1,13.5L607.9,13.5A43.6,43.6 0,0 1,651.6 57.2L651.6,978.4A43.6,43.6 0,0 1,607.9 1022L57.1,1022A43.6,43.6 0,0 1,13.5 978.4L13.5,57.2A43.6,43.6 0,0 1,57.1 13.5z"
|
||||
android:strokeWidth="2.34"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M59,1.2L605.9,1.2A57.8,57.8 0,0 1,663.8 59.1L663.8,976.5A57.8,57.8 0,0 1,605.9 1034.3L59,1034.3A57.8,57.8 0,0 1,1.2 976.5L1.2,59.1A57.8,57.8 0,0 1,59 1.2z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M325,635.4m-150.8,0a150.8,150.8 0,1 1,301.6 0a150.8,150.8 0,1 1,-301.6 0"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M332.5,225.2m-103.2,0a103.2,103.2 0,1 1,206.4 0a103.2,103.2 0,1 1,-206.4 0"
|
||||
android:strokeAlpha="0.43"
|
||||
android:fillColor="#373838"
|
||||
android:fillAlpha="0.43"/>
|
||||
<path
|
||||
android:pathData="M332.5,225.2m-117.4,0a117.4,117.4 0,1 1,234.7 0a117.4,117.4 0,1 1,-234.7 0"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M325,524a111.4,111.4 0,1 0,111.4 111.4A111.4,111.4 0,0 0,325 524ZM325,723.6a88.3,88.3 0,1 1,88.3 -88.3A88.3,88.3 0,0 1,325 723.7Z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M254.4,28.9L412.5,28.9A17.8,17.8 0,0 1,430.3 46.8L430.3,46.8A17.8,17.8 0,0 1,412.5 64.6L254.4,64.6A17.8,17.8 0,0 1,236.6 46.8L236.6,46.8A17.8,17.8 0,0 1,254.4 28.9z"
|
||||
android:strokeWidth="2.1"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M413.2,635.4a88.3,88.3 0,1 1,-88.3 -88.3A88.3,88.3 0,0 1,413.2 635.4Z"
|
||||
android:strokeWidth="2.41"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M332.5,452.2m-63.4,0a63.4,63.4 0,1 1,126.8 0a63.4,63.4 0,1 1,-126.8 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M332.5,452.2m-35.3,0a35.3,35.3 0,1 1,70.5 0a35.3,35.3 0,1 1,-70.5 0"
|
||||
android:fillColor="#fff"/>
|
||||
<path
|
||||
android:pathData="M332.5,225.2m-25.2,0a25.2,25.2 0,1 1,50.5 0a25.2,25.2 0,1 1,-50.5 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M301.7,195.2L361.8,195.2A4.2,4.2 0,0 1,365.9 199.4L365.9,250.7A4.2,4.2 0,0 1,361.8 254.9L301.7,254.9A4.2,4.2 0,0 1,297.6 250.7L297.6,199.4A4.2,4.2 0,0 1,301.7 195.2z"
|
||||
android:strokeWidth="1.26"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M305.5,204.1m-5.7,0a5.7,5.7 0,1 1,11.4 0a5.7,5.7 0,1 1,-11.4 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M305.5,246.2m-5.7,0a5.7,5.7 0,1 1,11.4 0a5.7,5.7 0,1 1,-11.4 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M358.5,204.1m-5.7,0a5.7,5.7 0,1 1,11.4 0a5.7,5.7 0,1 1,-11.4 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M358.5,246.2m-5.7,0a5.7,5.7 0,1 1,11.4 0a5.7,5.7 0,1 1,-11.4 0"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M343,221.8l-0,6.4l-22.6,0l-0,-6.4z"
|
||||
android:fillColor="#b7802b"/>
|
||||
<path
|
||||
android:pathData="M328.5,213.8h6.4v22.6h-6.4z"
|
||||
android:fillColor="#b7802b"/>
|
||||
<path
|
||||
android:pathData="M165.6,201.8m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M165.6,270.3m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M165.6,232.2m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M527.4,207.4m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M581,305m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M581,336.2m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M540.1,354.7m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M581,367.4m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M581,398.6m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M581,429.8m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M395.9,392.3m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M152.8,379.2m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M243.1,438.5m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M172,403.9m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M202.6,452.2m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M202.6,287.8m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M227.3,314.2m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M159.2,438.5m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M152.8,406.6m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M205.1,207.4m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M188.2,298.7m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M469.4,307.9m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M514.6,425.7m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M538,400.3m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M527.4,285.9m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M544.4,307.9m-6.4,0a6.4,6.4 0,1 1,12.7 0a6.4,6.4 0,1 1,-12.7 0"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M220.9,342.6h9.1v9.1h-9.1z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M463,440.3h9.1v9.1h-9.1z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M229.1,398h9.1v9.1h-9.1z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M445.3,362.9h9.1v9.1h-9.1z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M499.1,338h9.1v9.1h-9.1z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M121.2,122m-12.5,0a12.5,12.5 0,1 1,25.1 0a12.5,12.5 0,1 1,-25.1 0"
|
||||
android:fillColor="#373838"/>
|
||||
<path
|
||||
android:pathData="M521,81.7m-12.5,0a12.5,12.5 0,1 1,25.1 0a12.5,12.5 0,1 1,-25.1 0"
|
||||
android:fillColor="#373838"/>
|
||||
<path
|
||||
android:pathData="M533.7,517.8m-12.5,0a12.5,12.5 0,1 1,25.1 0a12.5,12.5 0,1 1,-25.1 0"
|
||||
android:fillColor="#373838"/>
|
||||
<path
|
||||
android:pathData="M96.3,484.6m-12.5,0a12.5,12.5 0,1 1,25.1 0a12.5,12.5 0,1 1,-25.1 0"
|
||||
android:fillColor="#373838"/>
|
||||
<path
|
||||
android:pathData="M80.3,160.9l0,283.9l-42.1,0l0,-283.9l17.6,0l0,258.4l8.1,0l0,-258.4l16.4,0z"
|
||||
android:strokeAlpha="0.5"
|
||||
android:fillColor="#cbcccb"
|
||||
android:fillAlpha="0.5"/>
|
||||
<path
|
||||
android:pathData="M48.9,986h183.4v10.8h-183.4z"
|
||||
android:fillColor="#373838"/>
|
||||
<path
|
||||
android:pathData="M413.2,986h62.5v10.8h-62.5z"
|
||||
android:fillColor="#373838"/>
|
||||
<path
|
||||
android:pathData="M116.8,155.8h4.4v391.3h-4.4z"
|
||||
android:strokeAlpha="0.44"
|
||||
android:fillColor="#cbcccb"
|
||||
android:fillAlpha="0.44"/>
|
||||
<path
|
||||
android:pathData="M552,155.8h4.4v391.3h-4.4z"
|
||||
android:strokeAlpha="0.44"
|
||||
android:fillColor="#cbcccb"
|
||||
android:fillAlpha="0.44"/>
|
||||
<path
|
||||
android:pathData="M85.2,395.2h11.1v41h-11.1z"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M134.7,458.6h7.3v18.1h-7.3z"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M132.3,533.7h4.8v4.8h-4.8z"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M163.6,517.8h6.3v6.3h-6.3z"
|
||||
android:fillColor="#dfac52"/>
|
||||
<path
|
||||
android:pathData="M146.5,622.9h6.4v323.3h-6.4z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="M607.9,13.5L57.1,13.5A43.6,43.6 0,0 0,13.5 57.2v921.2a43.7,43.7 0,0 0,43.6 43.6h550.9a43.6,43.6 0,0 0,43.6 -43.6L651.6,57.2A43.6,43.6 0,0 0,607.9 13.5ZM425.1,59.4a17.7,17.7 0,0 1,-12.6 5.2L254.4,64.6a17.8,17.8 0,0 1,0 -35.7L412.5,28.9a17.8,17.8 0,0 1,12.6 30.4Z"
|
||||
android:strokeAlpha="0.19"
|
||||
android:fillColor="#cbcccb"
|
||||
android:fillAlpha="0.19"/>
|
||||
</vector>
|
|
@ -0,0 +1,138 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="909.9dp"
|
||||
android:height="1044.4dp"
|
||||
android:viewportWidth="909.9"
|
||||
android:viewportHeight="1044.4">
|
||||
<path
|
||||
android:pathData="m898.5,633h4.7a5.7,5.7 0,0 1,5.7 5.7v84.6a5.7,5.7 0,0 1,-5.7 5.7h-4.7"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M12.7,602.3L886.8,602.3A11.7,11.7 0,0 1,898.5 614L898.5,1031.7A11.7,11.7 0,0 1,886.8 1043.4L12.7,1043.4A11.7,11.7 0,0 1,1 1031.7L1,614A11.7,11.7 0,0 1,12.7 602.3z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="m34.5,602.3v113.5a3.7,3.7 0,0 0,3.7 3.7h41a2.3,2.3 0,0 1,2.3 2.3L81.5,1043.4L870.9,1043.4L870.9,602.3ZM846,1018.4L106.5,1018.4L106.5,711.5a17.1,17.1 0,0 0,-17.1 -17.1h-27.5a2.5,2.5 0,0 1,-2.5 -2.5v-62.1a2.5,2.5 0,0 1,2.5 -2.5h784z"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M846,627.3L846,1018.4L106.5,1018.4L106.5,711.5a17,17 0,0 0,-7.2 -13.9v-70.3z"
|
||||
android:fillColor="#cbcccb"/>
|
||||
<path
|
||||
android:pathData="m99.3,627.3v70.3a17,17 0,0 0,-9.9 -3.1h-27.5a2.5,2.5 0,0 1,-2.5 -2.5v-62.1a2.5,2.5 0,0 1,2.5 -2.5z"
|
||||
android:fillColor="#b7b7b7"/>
|
||||
<path
|
||||
android:pathData="M25.4,750.9h13.5v148.4h-13.5z"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M417.9,487.9L513.9,487.9A3.9,3.9 0,0 1,517.9 491.8L517.9,548.6A3.9,3.9 0,0 1,513.9 552.5L417.9,552.5A3.9,3.9 0,0 1,413.9 548.6L413.9,491.8A3.9,3.9 0,0 1,417.9 487.9z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="m430.6,593.2h71.7a2.5,2.5 0,0 1,2.5 2.5v6.5h-76.8v-6.5a2.5,2.5 0,0 1,2.5 -2.5z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="m419.2,552.5h92.4v28.1a2.5,2.5 0,0 1,-2.5 2.5h-87.3a2.5,2.5 0,0 1,-2.5 -2.5v-28.1z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M433.3,583.2h66v10h-66z"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="M507.2,487.9l0,-4.3l-82.7,0l0,4.3"
|
||||
android:fillColor="#b1a368"/>
|
||||
<path
|
||||
android:pathData="m465.9,1v0a44,44 0,0 1,44 44v438.6h-88v-438.5a44,44 0,0 1,44 -44z"
|
||||
android:fillColor="#383838"/>
|
||||
<path
|
||||
android:pathData="M421.9,65.7h88v6h-88z"
|
||||
android:fillColor="#2c2d2d"/>
|
||||
<path
|
||||
android:pathData="M421.9,92.9h88v6h-88z"
|
||||
android:fillColor="#2c2d2d"/>
|
||||
<path
|
||||
android:pathData="M846,627.3L846,1018.4L106.5,1018.4L106.5,711.5a17.1,17.1 0,0 0,-17.1 -17.1h-27.5a2.5,2.5 0,0 1,-2.5 -2.5v-62.1a2.5,2.5 0,0 1,2.5 -2.5h784m25,-25L34.5,602.3v113.5a3.7,3.7 0,0 0,3.7 3.7h41a2.3,2.3 0,0 1,2.3 2.3L81.5,1043.4L870.9,1043.4L870.9,602.3Z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M99.3,697.5L99.3,627.3"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M25.4,750.9h13.5v148.4h-13.5z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="m898.5,633h4.7a5.7,5.7 0,0 1,5.7 5.7v84.6a5.7,5.7 0,0 1,-5.7 5.7h-4.7"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="m465.9,1v0a44,44 0,0 1,44 44v438.6h-88v-438.5a44,44 0,0 1,44 -44z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M417.9,487.9L513.9,487.9A3.9,3.9 0,0 1,517.9 491.8L517.9,548.6A3.9,3.9 0,0 1,513.9 552.5L417.9,552.5A3.9,3.9 0,0 1,413.9 548.6L413.9,491.8A3.9,3.9 0,0 1,417.9 487.9z"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="m430.6,593.2h71.7a2.5,2.5 0,0 1,2.5 2.5v6.5h-76.8v-6.5a2.5,2.5 0,0 1,2.5 -2.5z"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="m419.2,552.5h92.4v28.1a2.5,2.5 0,0 1,-2.5 2.5h-87.3a2.5,2.5 0,0 1,-2.5 -2.5v-28.1z"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M433.3,583.2h66v10h-66z"
|
||||
android:strokeWidth="1.99"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M507.2,487.9l0,-4.3l-82.7,0l0,4.3"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M421.9,65.7h88v6h-88z"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M421.9,92.9h88v6h-88z"
|
||||
android:strokeWidth="2.04"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="m78.6,649.8a14,14 0,1 0,14 14,13.9 13.9,0 0,0 -14,-14zM78.6,671.3a7.6,7.6 0,1 1,7.5 -7.6,7.6 7.6,0 0,1 -7.5,7.6z"
|
||||
android:fillColor="#9f9f9e"/>
|
||||
<path
|
||||
android:pathData="M78.6,663.8m-7.6,0a7.6,7.6 0,1 1,15.1 0a7.6,7.6 0,1 1,-15.1 0"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M78.6,663.8m-13.9,0a13.9,13.9 0,1 1,27.9 0a13.9,13.9 0,1 1,-27.9 0"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="M12.7,602.3L886.8,602.3A11.7,11.7 0,0 1,898.5 614L898.5,1031.7A11.7,11.7 0,0 1,886.8 1043.4L12.7,1043.4A11.7,11.7 0,0 1,1 1031.7L1,614A11.7,11.7 0,0 1,12.7 602.3z"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#050606"/>
|
||||
<path
|
||||
android:pathData="m445.4,937.6c0,11.5 10.4,20.9 23.2,20.9 12.8,0 23.2,-9.3 23.2,-20.9 0,-11.5 -10.4,-20.9 -23.2,-20.9 -12.8,0 -23.2,9.3 -23.2,20.9z"
|
||||
android:strokeWidth="0.458227"
|
||||
android:fillColor="#4d4d4d"/>
|
||||
<path
|
||||
android:pathData="m469.4,1035.9c-119.8,0 -217.3,-93.4 -217.3,-208.2 0,-114.8 97.5,-208.2 217.3,-208.2 119.8,0 217.3,93.4 217.3,208.2 0,114.8 -97.5,208.2 -217.3,208.2zM469.4,649.3c-102.6,0 -186.1,80 -186.1,178.3 0,98.3 83.5,178.3 186.1,178.3 102.6,0 186.1,-80 186.1,-178.3 0,-98.3 -83.5,-178.3 -186.1,-178.3z"
|
||||
android:strokeWidth="0.474832"
|
||||
android:fillColor="#4d4d4d"/>
|
||||
<path
|
||||
android:pathData="m468.6,889.5c-8.5,0 -15.5,-6.2 -15.5,-13.9v-23.5c0,-22.8 19.3,-40.1 36.4,-55.5 12.5,-11.3 25.5,-22.9 25.5,-32.2 0,-23.2 -20.8,-42 -46.4,-42 -26,0 -46.4,18 -46.4,41.1 0,7.7 -6.9,13.9 -15.5,13.9 -8.5,0 -15.5,-6.2 -15.5,-13.9 0,-38 34.7,-68.9 77.3,-68.9 42.6,0 77.3,31.3 77.3,69.8 0,20.8 -17.5,36.6 -34.5,51.8 -13.5,12.1 -27.3,24.6 -27.3,35.8v23.5c0,7.7 -6.9,13.9 -15.5,13.9z"
|
||||
android:strokeWidth="0.458227"
|
||||
android:fillColor="#4d4d4d"/>
|
||||
</vector>
|
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
Ładowanie…
Reference in New Issue