updated
@ -45,9 +45,11 @@ model User {
|
|||||||
confirmedSchedules Schedule[] @relation("ConfirmedSchedules")
|
confirmedSchedules Schedule[] @relation("ConfirmedSchedules")
|
||||||
|
|
||||||
mapVoteChoices MapVoteStep[] @relation("VoteStepChooser")
|
mapVoteChoices MapVoteStep[] @relation("VoteStepChooser")
|
||||||
|
|
||||||
status UserStatus @default(offline) // 👈 neu
|
status UserStatus @default(offline) // 👈 neu
|
||||||
lastActiveAt DateTime? // optional: wann zuletzt aktiv
|
lastActiveAt DateTime? // optional: wann zuletzt aktiv
|
||||||
|
|
||||||
|
readyAcceptances MatchReady[] @relation("MatchReadyUser")
|
||||||
}
|
}
|
||||||
|
|
||||||
enum UserStatus {
|
enum UserStatus {
|
||||||
@ -56,7 +58,6 @@ enum UserStatus {
|
|||||||
offline
|
offline
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
model Team {
|
model Team {
|
||||||
id String @id @default(uuid())
|
id String @id @default(uuid())
|
||||||
name String @unique
|
name String @unique
|
||||||
@ -148,12 +149,14 @@ model Match {
|
|||||||
|
|
||||||
bestOf Int @default(3) // 1 | 3 | 5 – app-seitig validieren
|
bestOf Int @default(3) // 1 | 3 | 5 – app-seitig validieren
|
||||||
matchDate DateTime? // geplante Startzeit (separat von demoDate)
|
matchDate DateTime? // geplante Startzeit (separat von demoDate)
|
||||||
mapVote MapVote?
|
mapVote MapVote?
|
||||||
|
|
||||||
createdAt DateTime @default(now())
|
createdAt DateTime @default(now())
|
||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
|
|
||||||
schedule Schedule?
|
schedule Schedule?
|
||||||
|
|
||||||
|
readyAcceptances MatchReady[] @relation("MatchReadyMatch")
|
||||||
}
|
}
|
||||||
|
|
||||||
model MatchPlayer {
|
model MatchPlayer {
|
||||||
@ -318,13 +321,13 @@ model MapVote {
|
|||||||
matchId String @unique
|
matchId String @unique
|
||||||
match Match @relation(fields: [matchId], references: [id])
|
match Match @relation(fields: [matchId], references: [id])
|
||||||
|
|
||||||
bestOf Int @default(3)
|
bestOf Int @default(3)
|
||||||
mapPool String[]
|
mapPool String[]
|
||||||
currentIdx Int @default(0)
|
currentIdx Int @default(0)
|
||||||
locked Boolean @default(false)
|
locked Boolean @default(false)
|
||||||
opensAt DateTime?
|
opensAt DateTime?
|
||||||
|
|
||||||
leadMinutes Int @default(60)
|
leadMinutes Int @default(60)
|
||||||
|
|
||||||
adminEditingBy String?
|
adminEditingBy String?
|
||||||
adminEditingSince DateTime?
|
adminEditingSince DateTime?
|
||||||
@ -356,3 +359,14 @@ model MapVoteStep {
|
|||||||
@@index([chosenBy])
|
@@index([chosenBy])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
model MatchReady {
|
||||||
|
matchId String
|
||||||
|
steamId String
|
||||||
|
acceptedAt DateTime @default(now())
|
||||||
|
|
||||||
|
match Match @relation("MatchReadyMatch", fields: [matchId], references: [id])
|
||||||
|
user User @relation("MatchReadyUser", fields: [steamId], references: [steamId])
|
||||||
|
|
||||||
|
@@id([matchId, steamId])
|
||||||
|
@@index([steamId])
|
||||||
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
202
public/assets/img/mapicons/map_icon_ar_baggage.svg
Normal file
|
After Width: | Height: | Size: 39 KiB |
82
public/assets/img/mapicons/map_icon_ar_pool_day.svg
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_90_69)">
|
||||||
|
<path d="M23.4 3H7.99C6.89 3 6 3.93 6 5.09V27.75C6 28.9 6.89 29.84 7.99 29.84H23.4C24.5 29.84 25.39 28.91 25.39 27.75V5.09C25.39 3.94 24.5 3 23.4 3ZM15.47 6.8C14.8 6.8 14.26 6.23 14.26 5.53C14.26 4.83 14.8 4.26 15.47 4.26C16.14 4.26 16.68 4.83 16.68 5.53C16.68 6.23 16.14 6.8 15.47 6.8Z" fill="url(#paint0_linear_90_69)"/>
|
||||||
|
<path d="M23.34 3.06H8.08C6.99 3.06 6.11 3.99 6.11 5.14V27.64C6.11 28.78 6.99 29.71 8.08 29.71H23.35C24.44 29.71 25.32 28.78 25.32 27.64V5.14C25.32 4 24.44 3.07 23.35 3.07L23.34 3.06ZM15.49 6.84C14.83 6.84 14.29 6.28 14.29 5.58C14.29 4.88 14.83 4.32 15.49 4.32C16.15 4.32 16.69 4.88 16.69 5.58C16.69 6.28 16.15 6.84 15.49 6.84Z" fill="url(#paint1_linear_90_69)"/>
|
||||||
|
<path d="M6.07 27.77C6.07 28.86 6.92 29.74 7.97 29.74H23.37C24.42 29.74 25.27 28.86 25.27 27.77V18.01H6.07V27.77Z" fill="#7B8BBF"/>
|
||||||
|
<path d="M23.35 3.13H8.08C6.99 3.13 6.11 4.01 6.11 5.1V6H14.34C14.27 5.83 14.24 5.67 14.24 5.49C14.24 4.8 14.8 4.24 15.49 4.24C16.18 4.24 16.74 4.8 16.74 5.49C16.74 5.67 16.7 5.83 16.64 5.98H25.32V5.1C25.32 4.01 24.44 3.13 23.35 3.13Z" fill="#7B8BBF"/>
|
||||||
|
<path d="M21.37 6.44L21.11 6.97H21.03L21.27 6.48H20.94V6.42H21.36V6.44H21.37Z" fill="#444549"/>
|
||||||
|
<path d="M21.47 6.95V6.88C21.47 6.88 21.56 6.92 21.62 6.92C21.67 6.92 21.7 6.92 21.73 6.89C21.76 6.87 21.77 6.85 21.77 6.81C21.77 6.74 21.71 6.7 21.59 6.7H21.54V6.65H21.59C21.7 6.65 21.75 6.62 21.75 6.55C21.75 6.49 21.71 6.46 21.63 6.46C21.58 6.46 21.54 6.47 21.5 6.5V6.44C21.5 6.44 21.59 6.41 21.65 6.41C21.71 6.41 21.75 6.42 21.78 6.45C21.81 6.47 21.83 6.51 21.83 6.54C21.83 6.61 21.79 6.66 21.7 6.68C21.7 6.68 21.78 6.7 21.81 6.72C21.84 6.74 21.85 6.77 21.85 6.81C21.85 6.86 21.83 6.9 21.79 6.93C21.75 6.96 21.69 6.98 21.62 6.98C21.56 6.98 21.51 6.98 21.47 6.95Z" fill="#444549"/>
|
||||||
|
<path d="M21.99 6.96V6.89C21.99 6.89 22.08 6.93 22.13 6.93C22.18 6.93 22.21 6.92 22.24 6.9C22.27 6.88 22.28 6.85 22.28 6.81C22.28 6.77 22.27 6.75 22.24 6.73C22.21 6.71 22.17 6.7 22.12 6.7C22.1 6.7 22.07 6.7 22.02 6.7V6.43H22.34V6.49H22.09V6.65C22.09 6.65 22.13 6.65 22.15 6.65C22.22 6.65 22.27 6.66 22.31 6.69C22.35 6.72 22.37 6.76 22.37 6.81C22.37 6.86 22.35 6.91 22.31 6.94C22.27 6.97 22.21 6.99 22.14 6.99C22.08 6.99 22.03 6.99 22 6.97L21.99 6.96Z" fill="#444549"/>
|
||||||
|
<path d="M22.49 6.96V6.89C22.49 6.89 22.58 6.93 22.63 6.93C22.68 6.93 22.71 6.92 22.74 6.9C22.77 6.88 22.78 6.85 22.78 6.81C22.78 6.77 22.77 6.75 22.74 6.73C22.71 6.71 22.67 6.7 22.62 6.7C22.6 6.7 22.57 6.7 22.52 6.7V6.43H22.84V6.49H22.59V6.65C22.59 6.65 22.63 6.65 22.65 6.65C22.72 6.65 22.77 6.66 22.81 6.69C22.85 6.72 22.87 6.76 22.87 6.81C22.87 6.86 22.85 6.91 22.81 6.94C22.77 6.97 22.71 6.99 22.64 6.99C22.58 6.99 22.53 6.99 22.5 6.97L22.49 6.96Z" fill="#444549"/>
|
||||||
|
<path d="M23.34 6.43V6.49C23.34 6.49 23.27 6.47 23.23 6.47C23.17 6.47 23.13 6.49 23.09 6.53C23.06 6.57 23.04 6.63 23.04 6.7C23.07 6.65 23.12 6.62 23.19 6.62C23.25 6.62 23.29 6.64 23.33 6.67C23.36 6.7 23.38 6.74 23.38 6.79C23.38 6.84 23.36 6.89 23.32 6.92C23.28 6.95 23.23 6.97 23.17 6.97C23.1 6.97 23.05 6.95 23.02 6.9C22.98 6.86 22.96 6.8 22.96 6.72C22.96 6.62 22.98 6.55 23.03 6.49C23.08 6.43 23.14 6.4 23.22 6.4C23.27 6.4 23.3 6.4 23.33 6.42L23.34 6.43ZM23.18 6.68C23.18 6.68 23.11 6.69 23.09 6.71C23.07 6.73 23.05 6.76 23.05 6.79C23.05 6.83 23.06 6.86 23.09 6.89C23.11 6.92 23.15 6.93 23.18 6.93C23.21 6.93 23.25 6.92 23.27 6.9C23.29 6.88 23.3 6.85 23.3 6.81C23.3 6.77 23.29 6.74 23.27 6.72C23.25 6.7 23.22 6.69 23.18 6.69V6.68Z" fill="#444549"/>
|
||||||
|
<path d="M23.66 6.98C23.6 6.98 23.55 6.96 23.51 6.91C23.47 6.86 23.46 6.8 23.46 6.71C23.46 6.61 23.48 6.54 23.52 6.49C23.56 6.44 23.61 6.42 23.68 6.42C23.82 6.42 23.88 6.51 23.88 6.7C23.88 6.79 23.86 6.86 23.82 6.91C23.78 6.96 23.73 6.98 23.66 6.98ZM23.67 6.47C23.58 6.47 23.53 6.55 23.53 6.71C23.53 6.86 23.58 6.93 23.67 6.93C23.76 6.93 23.81 6.85 23.81 6.7C23.81 6.55 23.77 6.47 23.68 6.47H23.67Z" fill="#444549"/>
|
||||||
|
<path d="M24.11 6.68C24.03 6.65 23.99 6.6 23.99 6.55C23.99 6.51 24.01 6.48 24.04 6.45C24.08 6.42 24.12 6.41 24.18 6.41C24.23 6.41 24.27 6.42 24.31 6.45C24.34 6.47 24.36 6.5 24.36 6.54C24.36 6.6 24.32 6.65 24.24 6.68C24.34 6.71 24.38 6.76 24.38 6.83C24.38 6.88 24.36 6.91 24.32 6.94C24.28 6.97 24.23 6.98 24.16 6.98C24.1 6.98 24.06 6.97 24.02 6.94C23.98 6.91 23.97 6.88 23.97 6.84C23.97 6.77 24.02 6.72 24.11 6.69V6.68ZM24.17 6.71C24.09 6.74 24.05 6.78 24.05 6.83C24.05 6.86 24.06 6.88 24.09 6.9C24.11 6.92 24.15 6.93 24.19 6.93C24.23 6.93 24.26 6.93 24.28 6.9C24.3 6.88 24.32 6.86 24.32 6.84C24.32 6.79 24.28 6.74 24.19 6.72L24.17 6.71ZM24.28 6.55C24.28 6.55 24.28 6.51 24.25 6.49C24.22 6.47 24.21 6.47 24.17 6.47C24.14 6.47 24.11 6.47 24.09 6.49C24.07 6.51 24.06 6.52 24.06 6.55C24.06 6.6 24.1 6.63 24.17 6.66C24.24 6.64 24.28 6.6 24.28 6.55Z" fill="#444549"/>
|
||||||
|
<path d="M20.39 29.64H21.87L22.77 27.79H21.28L20.39 29.64Z" fill="#EEE4D7"/>
|
||||||
|
<path d="M9.02 29.64H9.41L10.3 27.79H9.91L9.02 29.64Z" fill="#EEE4D7"/>
|
||||||
|
<path d="M14.08 29.64H14.27L15.17 27.79H14.97L14.08 29.64Z" fill="#EEE4D7"/>
|
||||||
|
<path d="M13.71 29.64H13.9L14.79 27.79H14.6L13.71 29.64Z" fill="#EEE4D7"/>
|
||||||
|
<path d="M12.4 29.64H12.59L13.49 27.79H13.3L12.4 29.64Z" fill="#EEE4D7"/>
|
||||||
|
<path d="M25.26 27.79H24.49L23.6 29.63C24.5 29.51 25.2 28.74 25.26 27.79Z" fill="#EEE4D7"/>
|
||||||
|
<path d="M7.71 29.56L8.56 27.78H7.08L6.63 28.71C6.87 29.11 7.25 29.42 7.7 29.56H7.71Z" fill="#EEE4D7"/>
|
||||||
|
<path d="M17.77 29.64H19.25L20.14 27.79H18.66L17.77 29.64Z" fill="#EEE4D7"/>
|
||||||
|
<path d="M14.91 29.64H17.42L18.32 27.79H15.81L14.91 29.64Z" fill="#EEE4D7"/>
|
||||||
|
<path d="M24.23 15.89H24.06V17.77H24.23V15.89Z" fill="#444549"/>
|
||||||
|
<path d="M23.81 15.89H23.64V17.77H23.81V15.89Z" fill="#444549"/>
|
||||||
|
<path d="M23.37 15.89H23.2V17.77H23.37V15.89Z" fill="#444549"/>
|
||||||
|
<path d="M12.71 4.43C12.71 4.43 12.69 4.41 12.69 4.4C12.69 4.4 12.67 4.38 12.66 4.38C12.66 4.38 12.64 4.37 12.63 4.36C12.63 4.36 12.68 4.34 12.7 4.33C12.72 4.32 12.74 4.3 12.75 4.29C12.76 4.27 12.77 4.26 12.78 4.23C12.78 4.21 12.79 4.19 12.79 4.16C12.79 4.13 12.79 4.1 12.77 4.08C12.76 4.06 12.74 4.04 12.72 4.02C12.7 4 12.68 3.99 12.65 3.98C12.62 3.98 12.59 3.97 12.56 3.97H12.35V4.69H12.43V4.39H12.5C12.5 4.39 12.53 4.39 12.54 4.39C12.55 4.39 12.56 4.39 12.57 4.41C12.58 4.41 12.59 4.43 12.6 4.44C12.61 4.45 12.62 4.47 12.63 4.49L12.75 4.69H12.85L12.72 4.47C12.72 4.47 12.7 4.44 12.69 4.43H12.71ZM12.61 4.3C12.61 4.3 12.57 4.3 12.55 4.3H12.44V4.04H12.55C12.55 4.04 12.63 4.05 12.66 4.07C12.68 4.09 12.7 4.12 12.7 4.16C12.7 4.18 12.7 4.2 12.69 4.22C12.69 4.24 12.67 4.25 12.66 4.26C12.65 4.27 12.63 4.28 12.61 4.29V4.3Z" fill="#515153"/>
|
||||||
|
<path d="M11.03 4.36H11.29V4.28H11.03V4.04H11.31V3.97H10.95V4.68H11.33V4.61H11.03V4.36Z" fill="#515153"/>
|
||||||
|
<path d="M9.45 4.04H9.66V4.68H9.74V4.04H9.95V3.97H9.45V4.04Z" fill="#515153"/>
|
||||||
|
<path d="M8.37 4.47C8.37 4.47 8.37 4.55 8.37 4.58C8.37 4.58 8.36 4.56 8.34 4.53L7.98 3.97H7.87V4.69H7.95V4.17C7.95 4.12 7.95 4.09 7.95 4.07C7.95 4.07 7.96 4.1 7.97 4.11L8.34 4.68H8.44V3.96H8.36V4.46L8.37 4.47Z" fill="#515153"/>
|
||||||
|
<path d="M15.68 4.25L15.73 4.1C15.73 4.1 15.73 4.07 15.74 4.05C15.74 4.05 15.74 4.09 15.75 4.1L15.82 4.29C15.82 4.29 15.89 4.32 15.93 4.33L15.79 3.96H15.7L15.6 4.23C15.6 4.23 15.65 4.23 15.68 4.25Z" fill="#515153"/>
|
||||||
|
<path d="M6.79 3.97H6.71V4.69H6.79V3.97Z" fill="#515153"/>
|
||||||
|
<path d="M19.87 3.95C19.76 3.95 19.68 3.98 19.62 4.05C19.56 4.12 19.53 4.21 19.53 4.33C19.53 4.44 19.56 4.52 19.62 4.59C19.68 4.66 19.76 4.69 19.86 4.69C19.96 4.69 20.05 4.66 20.11 4.59C20.17 4.52 20.2 4.43 20.2 4.31C20.2 4.2 20.17 4.12 20.11 4.05C20.05 3.98 19.97 3.95 19.87 3.95ZM20.04 4.54C19.99 4.59 19.93 4.62 19.85 4.62C19.78 4.62 19.72 4.59 19.67 4.54C19.62 4.49 19.6 4.42 19.6 4.33C19.6 4.24 19.62 4.17 19.67 4.12C19.72 4.07 19.78 4.04 19.85 4.04C19.92 4.04 19.99 4.07 20.03 4.12C20.07 4.17 20.1 4.24 20.1 4.34C20.1 4.44 20.08 4.5 20.03 4.56L20.04 4.54Z" fill="#515153"/>
|
||||||
|
<path d="M23.08 3.97L22.81 4.69H22.9L22.97 4.49H23.27L23.35 4.69H23.44L23.16 3.97H23.07H23.08ZM23 4.41L23.11 4.11C23.11 4.11 23.11 4.08 23.12 4.06C23.12 4.06 23.12 4.1 23.13 4.11L23.24 4.41H22.99H23Z" fill="#515153"/>
|
||||||
|
<path d="M24.52 4.61V3.97H24.44V4.68H24.81V4.61H24.52Z" fill="#515153"/>
|
||||||
|
<path d="M21.73 4.47C21.73 4.47 21.73 4.55 21.73 4.58C21.73 4.58 21.72 4.56 21.7 4.53L21.34 3.97H21.23V4.69H21.31V4.17C21.31 4.12 21.31 4.09 21.31 4.07C21.31 4.07 21.32 4.1 21.33 4.11L21.7 4.68H21.8V3.96H21.72V4.46L21.73 4.47Z" fill="#515153"/>
|
||||||
|
<path d="M18.49 3.97H18.41V4.69H18.49V3.97Z" fill="#515153"/>
|
||||||
|
<path d="M13.96 4.11L14.33 4.68H14.43V3.96H14.35V4.46C14.35 4.46 14.35 4.54 14.35 4.57C14.35 4.57 14.34 4.55 14.32 4.52L13.96 3.96H13.85V4.68H13.93V4.16C13.93 4.11 13.93 4.08 13.93 4.06C13.93 4.06 13.94 4.09 13.95 4.1L13.96 4.11Z" fill="#515153"/>
|
||||||
|
<path d="M16.91 4.04H17.12V4.68H17.2V4.04H17.41V3.97H16.91V4.04Z" fill="#515153"/>
|
||||||
|
<path d="M15.48 4.31C14.79 4.31 14.23 4.88 14.23 5.57C14.23 6.26 14.79 6.83 15.48 6.83C16.17 6.83 16.73 6.26 16.73 5.57C16.73 4.88 16.17 4.31 15.48 4.31ZM15.48 6.78C14.82 6.78 14.29 6.24 14.29 5.57C14.29 4.9 14.82 4.36 15.48 4.36C16.14 4.36 16.67 4.9 16.67 5.57C16.67 6.24 16.14 6.78 15.48 6.78Z" fill="url(#paint2_linear_90_69)"/>
|
||||||
|
<path d="M10.44 24.84L9.93 22.79L9.95 26.89H8.8V20.05H10.11L10.87 22.78L11.62 20.05H12.89V26.89L11.79 26.92L11.75 22.9L11.26 24.83H10.43L10.44 24.84Z" fill="#EDE2D5"/>
|
||||||
|
<path d="M16.88 26.89L16.64 25.26H15.34L15.06 26.89H13.82L15.12 20.05H16.88L18.19 26.89H16.89H16.88ZM16.46 24.08L16.03 21.2L15.54 24.08H16.46Z" fill="#EDE2D5"/>
|
||||||
|
<path d="M19.05 26.89V20.05H20.99C21.58 20.05 22.04 20.2 22.37 20.51C22.7 20.82 22.87 21.28 22.87 21.91V22.99C22.87 23.61 22.71 24.06 22.39 24.34C22.07 24.63 21.61 24.77 21 24.77H20.4V26.9H19.06L19.05 26.89ZM20.39 23.6H20.9C21.09 23.6 21.23 23.55 21.32 23.44C21.41 23.33 21.46 23.13 21.46 22.83V22.03C21.46 21.72 21.41 21.51 21.32 21.4C21.23 21.29 21.09 21.23 20.9 21.23H20.39V23.6Z" fill="#EDE2D5"/>
|
||||||
|
<path d="M9.1 19.74C8.98 19.74 8.9 19.71 8.84 19.65C8.78 19.59 8.75 19.51 8.75 19.39V19.04C8.75 18.92 8.78 18.84 8.84 18.78C8.9 18.72 8.98 18.69 9.1 18.69C9.22 18.69 9.29 18.72 9.35 18.78C9.4 18.84 9.43 18.93 9.44 19.06H9.2C9.2 18.99 9.19 18.94 9.18 18.91C9.17 18.88 9.14 18.87 9.1 18.87C9.06 18.87 9.03 18.88 9.02 18.91C9 18.94 9 18.99 9 19.06V19.36C9 19.43 9 19.48 9.02 19.51C9.03 19.54 9.06 19.55 9.1 19.55C9.14 19.55 9.16 19.54 9.17 19.51C9.18 19.49 9.19 19.43 9.2 19.35H9.44C9.44 19.49 9.41 19.58 9.35 19.64C9.3 19.7 9.21 19.72 9.1 19.72V19.74Z" fill="#EDE2D5"/>
|
||||||
|
<path d="M10.71 19.74C10.61 19.74 10.52 19.71 10.47 19.65C10.41 19.59 10.39 19.51 10.39 19.41V19.04C10.39 18.93 10.42 18.85 10.47 18.79C10.53 18.73 10.61 18.7 10.71 18.7C10.81 18.7 10.9 18.73 10.95 18.79C11 18.85 11.03 18.93 11.03 19.04V19.41C11.03 19.51 11 19.6 10.95 19.65C10.89 19.71 10.81 19.74 10.71 19.74ZM10.71 19.56C10.71 19.56 10.77 19.55 10.78 19.52C10.79 19.5 10.8 19.45 10.8 19.38V19.05C10.8 18.98 10.8 18.93 10.78 18.9C10.77 18.87 10.74 18.86 10.71 18.86C10.68 18.86 10.65 18.87 10.64 18.9C10.63 18.93 10.62 18.97 10.62 19.05V19.38C10.62 19.45 10.62 19.5 10.64 19.52C10.65 19.54 10.68 19.56 10.71 19.56Z" fill="#EDE2D5"/>
|
||||||
|
<path d="M12.27 19.43L12.18 19.08L12.21 19.74H12V18.72H12.21L12.34 19.19L12.47 18.72H12.67V19.74H12.46L12.49 19.1L12.41 19.44H12.27V19.43Z" fill="#EDE2D5"/>
|
||||||
|
<path d="M13.9 19.43L13.81 19.08L13.84 19.74H13.63V18.72H13.84L13.97 19.19L14.1 18.72H14.3V19.74H14.09L14.12 19.1L14.04 19.44H13.9V19.43Z" fill="#EDE2D5"/>
|
||||||
|
<path d="M15.6 19.74C15.49 19.74 15.4 19.71 15.35 19.65C15.3 19.59 15.27 19.5 15.27 19.37V18.71H15.51V19.37C15.51 19.44 15.51 19.49 15.53 19.51C15.54 19.54 15.57 19.55 15.6 19.55C15.63 19.55 15.66 19.54 15.67 19.51C15.68 19.48 15.69 19.44 15.69 19.37V18.71H15.93V19.37C15.93 19.49 15.9 19.59 15.85 19.65C15.8 19.71 15.71 19.74 15.6 19.74Z" fill="#EDE2D5"/>
|
||||||
|
<path d="M17.29 19.73L17.1 19.04V19.73H16.9V18.71H17.15L17.36 19.43V18.71H17.56V19.73H17.29Z" fill="#EDE2D5"/>
|
||||||
|
<path d="M18.53 19.73V19.55H18.74V18.89H18.53V18.71H19.19V18.89H18.98V19.55H19.19V19.73H18.53Z" fill="#EDE2D5"/>
|
||||||
|
<path d="M20.37 19.73V18.89H20.14V18.71H20.84V18.89H20.61V19.73H20.37Z" fill="#EDE2D5"/>
|
||||||
|
<path d="M22.24 19.73H22V19.35L21.75 18.72H21.98L22.11 19.12L22.25 18.72H22.48L22.23 19.35V19.73H22.24Z" fill="#EDE2D5"/>
|
||||||
|
<path opacity="0.61" d="M23.22 3.64H8.25C7.18 3.64 6.31 4.55 6.31 5.68V19.27C11.2 19.93 8.03 20.64 10.37 20.89C16.56 21.56 14.01 23.68 17.67 23.58C17.78 23.58 17.89 23.58 18 23.57L18.11 23.07C18.11 22.99 18.48 22.79 18.55 22.79L19.25 22.62C19.33 22.62 19.39 22.68 19.39 22.76V23.43C22.17 22.95 21.1 21.62 23.48 22.3L23.59 22.33V20.06C23.59 19.66 23.91 19.3 24.31 19.26L25.09 19.18L25.15 5.67C25.15 4.55 24.28 3.64 23.22 3.64ZM15.52 7.34C14.87 7.34 14.35 6.79 14.35 6.11C14.35 5.43 14.88 4.88 15.52 4.88C16.16 4.88 16.69 5.43 16.69 6.11C16.69 6.79 16.16 7.34 15.52 7.34Z" fill="url(#paint3_linear_90_69)"/>
|
||||||
|
<path d="M17.95 11.1C18.25 10.78 18.35 10.44 18 10.09C17.97 10.06 17.92 10.03 17.89 9.99C17.87 9.97 17.85 9.94 17.83 9.92C17.84 9.91 17.86 9.9 17.87 9.89C17.98 10.01 18.1 10.14 18.23 10.28C18.18 10.17 18.14 10.06 18.09 9.98C17.96 9.77 17.74 9.67 17.52 9.59C17.36 9.53 17.19 9.48 17.02 9.43C17 9.43 16.96 9.47 16.91 9.51C16.74 9.47 16.53 9.43 16.33 9.36C16.27 9.34 16.23 9.27 16.18 9.22C16.18 9.21 16.2 9.2 16.2 9.19C16.73 9.21 17.21 9.43 17.71 9.61C17.71 9.61 17.71 9.59 17.72 9.58C17.59 9.51 17.47 9.45 17.34 9.38C17.34 9.38 17.34 9.36 17.35 9.35C17.4 9.37 17.46 9.39 17.51 9.4C17.5 9.37 17.48 9.35 17.45 9.34C17.12 9.22 16.79 9.09 16.46 8.98C16.39 8.95 16.32 8.94 16.38 8.84C16.32 8.84 16.27 8.84 16.23 8.85C16.1 8.9 15.97 8.93 15.83 8.91C15.73 8.9 15.64 8.99 15.66 9.09C15.68 9.2 15.63 9.28 15.58 9.37C15.54 9.45 15.51 9.54 15.48 9.63C15.47 9.67 15.45 9.7 15.43 9.74C15.39 9.68 15.37 9.63 15.33 9.59C15.12 9.39 14.88 9.25 14.59 9.22C14.57 9.22 14.55 9.21 14.53 9.2C14.48 9.17 14.44 9.13 14.39 9.11C14.34 9.08 14.28 9.06 14.22 9.04C14.22 9.02 14.22 9.01 14.23 8.99C14.47 9.04 14.71 9.09 14.94 9.14C14.86 9.1 14.77 9.04 14.68 9C14.33 8.86 13.96 8.82 13.58 8.86C13.24 8.9 12.92 9.01 12.82 9.4C12.82 9.41 12.81 9.42 12.8 9.43C12.72 9.65 12.61 9.87 12.58 10.09C12.5 10.62 12.57 11.13 13.03 11.5C13.14 11.59 13.23 11.69 13.35 11.75C13.66 11.89 13.98 11.89 14.28 11.73C14.69 11.53 15.07 11.3 15.28 10.87C15.28 10.86 15.31 10.85 15.32 10.83C15.33 10.85 15.35 10.86 15.35 10.87C15.44 11.12 15.61 11.3 15.82 11.47C16.11 11.7 16.41 11.82 16.78 11.71C16.86 11.68 16.94 11.66 17.02 11.63C17.35 11.5 17.67 11.36 17.91 11.1H17.95ZM13.47 9.3C13.7 9.13 13.98 9.12 14.25 9.16C14.26 9.16 14.27 9.17 14.27 9.2C14.21 9.2 14.15 9.2 14.08 9.21C13.95 9.23 13.81 9.23 13.69 9.27C13.5 9.33 13.36 9.44 13.31 9.65C13.26 9.48 13.36 9.37 13.46 9.3H13.47ZM14.37 9.37C14.28 9.38 14.19 9.39 14.1 9.4C14.01 9.41 13.92 9.42 13.83 9.45C13.74 9.48 13.66 9.52 13.56 9.56C13.63 9.39 14.07 9.29 14.37 9.37ZM13.15 11C13.03 10.66 13.02 10.32 13.2 9.99C13.18 10.33 13.17 10.66 13.15 11ZM14.93 9.94C14.88 10.39 14.69 10.76 14.29 11C14.06 11.13 13.83 11.26 13.56 11.26C13.31 11.26 13.26 11.2 13.24 10.96C13.24 10.9 13.24 10.84 13.23 10.78C13.24 10.43 13.29 10.09 13.5 9.78C13.67 9.53 13.82 9.49 14.09 9.63C14.13 9.65 14.2 9.65 14.25 9.63C14.27 9.63 14.26 9.56 14.28 9.53C14.3 9.5 14.33 9.46 14.36 9.46C14.55 9.49 14.74 9.53 14.87 9.67C14.93 9.73 14.95 9.85 14.94 9.94H14.93ZM15.71 10.38C15.71 10.38 15.7 10.38 15.69 10.38V10.03C15.69 10.03 15.7 10.03 15.71 10.03V10.38ZM15.88 10.43C15.9 10.38 15.92 10.32 15.93 10.27C15.97 10.11 16 9.95 16.04 9.79C16.06 9.73 16.11 9.69 16.14 9.64L16.17 9.66C15.99 10.05 15.94 10.47 15.94 10.91C15.84 10.79 15.81 10.56 15.87 10.43H15.88ZM16.3 11.15C16.09 11.15 15.99 11.09 15.98 10.89C15.96 10.53 16.02 10.18 16.17 9.85C16.19 9.81 16.22 9.77 16.24 9.73C16.3 9.62 16.37 9.58 16.5 9.63C16.81 9.74 17.13 9.83 17.44 9.94C17.64 10.01 17.66 10.08 17.61 10.29C17.55 10.53 17.39 10.7 17.18 10.83C16.89 11.01 16.5 11.15 16.29 11.16L16.3 11.15Z" fill="#282828"/>
|
||||||
|
<path d="M16.14 13.18C16.18 13.31 16.23 13.44 16.27 13.57C16.26 13.57 16.24 13.58 16.23 13.59C16.21 13.56 16.19 13.53 16.18 13.5C16.1 13.21 15.9 12.98 15.71 12.76C15.53 12.55 15.36 12.55 15.16 12.74C15.14 12.76 15.12 12.78 15.1 12.81C14.82 13.11 14.67 13.48 14.58 13.88C14.49 14.31 14.43 14.74 14.38 15.18C14.35 15.47 14.38 15.75 14.44 16.04C14.5 16.28 14.85 16.46 15.05 16.44C15.05 16.35 15.05 16.27 15.03 16.18C14.96 15.79 15.02 15.41 15.03 15.02C15.03 14.98 15.05 14.91 15.09 14.89C15.36 14.72 15.64 14.59 15.98 14.61C16.07 14.61 16.11 14.64 16.12 14.73C16.15 14.97 16.2 15.2 16.2 15.44C16.2 15.74 16.54 15.91 16.79 15.91C16.73 15.44 16.78 14.97 16.67 14.5C16.54 13.95 16.29 13.27 16.14 13.19V13.18ZM15.81 13.99C15.66 13.99 15.5 13.99 15.35 13.99C15.27 13.99 15.22 13.98 15.25 13.88C15.32 13.67 15.42 13.47 15.58 13.31C15.63 13.26 15.68 13.25 15.71 13.31C15.8 13.52 15.88 13.74 15.98 13.98C15.89 13.98 15.85 13.98 15.81 13.98V13.99ZM16.3 15.57C16.28 15.48 16.34 15.41 16.47 15.37C16.4 15.45 16.36 15.5 16.3 15.57Z" fill="#282828"/>
|
||||||
|
<path d="M11.8 9.97C11.67 10.02 11.54 10.06 11.42 10.11C11.19 10.2 10.96 10.29 10.7 10.3C10.66 10.3 10.62 10.3 10.59 10.29C10.8 10.2 11.03 10.19 11.19 10.03C11.12 10.06 11.05 10.08 10.97 10.11C10.97 10.1 10.95 10.08 10.94 10.07C11.55 9.8 12.04 9.38 12.49 8.86V9.02C12.71 8.82 12.85 8.61 12.85 8.34C12.85 8.24 12.76 8.09 12.67 8.06C12.55 8.02 12.52 7.95 12.47 7.86C12.44 7.8 12.39 7.75 12.34 7.7C12.05 7.43 11.68 7.41 11.31 7.41C11.29 7.41 11.27 7.41 11.26 7.42C11.18 7.45 11.11 7.49 11.03 7.5C10.79 7.54 10.58 7.64 10.47 7.87C10.4 8.02 10.36 8.19 10.3 8.35C10.29 8.38 10.27 8.44 10.25 8.44C10.21 8.44 10.16 8.42 10.12 8.41C10.12 8.41 10.11 8.39 10.1 8.38C10.03 8.31 10 8.32 9.94 8.41C9.88 8.51 9.96 8.57 9.98 8.65C10.1 9.03 10.23 9.4 10.36 9.77C10.42 9.95 10.38 10.01 10.19 10C10.17 10 10.15 9.99 10.13 10C10.09 10 10.05 10.02 10.01 10.03C10.02 10.07 10.03 10.12 10.06 10.15C10.11 10.22 10.19 10.27 10.23 10.35C10.29 10.46 10.38 10.5 10.49 10.5C10.6 10.5 10.64 10.55 10.66 10.65C10.73 10.96 10.81 11.28 10.89 11.59C10.89 11.63 10.91 11.68 10.93 11.69C11.06 11.78 11.19 11.86 11.33 11.93C11.36 11.95 11.41 11.93 11.44 11.91C11.53 11.85 11.53 11.75 11.42 11.62C11.42 11.66 11.42 11.71 11.41 11.75C11.41 11.75 11.39 11.75 11.38 11.75C11.36 11.6 11.31 11.44 11.33 11.3C11.34 11.19 11.32 11.11 11.28 11.02C11.24 10.9 11.19 10.78 11.15 10.66C11.14 10.63 11.15 10.59 11.15 10.56C11.15 10.53 11.18 10.49 11.16 10.47C11.14 10.45 11.1 10.43 11.06 10.43C10.98 10.43 10.91 10.44 10.84 10.45C11.16 10.3 11.47 10.16 11.79 10.01C11.79 10 11.78 9.98 11.77 9.97H11.8ZM10.91 8.24C10.91 8.24 10.99 8.19 11.01 8.15C11.08 8.05 11.17 8.01 11.29 7.98C11.58 7.91 11.85 7.96 12.13 8.03C12.22 8.05 12.27 8.12 12.26 8.2C12.26 8.3 12.23 8.41 12.19 8.5C11.99 8.97 11.6 9.28 11.19 9.57C11.1 9.63 11.01 9.69 10.88 9.66C10.73 9.19 10.77 8.71 10.91 8.24Z" fill="#282828"/>
|
||||||
|
<path d="M13.05 12.69C12.84 12.57 12.44 12.66 12.32 12.94C12.28 13.02 12.23 13.11 12.22 13.2C12.19 13.42 12.18 13.64 12.15 13.86C12.15 13.91 12.15 13.97 12.12 14C12.05 14.1 12.04 14.21 12.07 14.33C12.17 14.68 12.26 15.03 12.36 15.37C12.39 15.49 12.41 15.59 12.38 15.72C12.35 15.83 12.35 15.95 12.35 16.06C12.35 16.12 12.38 16.21 12.43 16.24C12.54 16.33 12.67 16.41 12.8 16.46C12.88 16.49 13 16.5 13.07 16.46C13.25 16.35 13.35 16.17 13.47 15.98C13.32 16.12 13.19 16.24 13.04 16.38C13 16.28 12.97 16.21 12.96 16.15C12.96 16.11 12.96 16.04 13 16.01C13.25 15.77 13.46 15.51 13.63 15.21C13.69 15.1 13.75 14.99 13.81 14.88C13.82 14.88 13.83 14.89 13.84 14.9C13.78 15.05 13.72 15.2 13.66 15.35H13.69C13.78 15.17 13.87 14.97 13.96 14.77C13.98 14.81 13.99 14.83 14.01 14.88C14.02 14.8 14.01 14.75 14.04 14.71C14.15 14.42 14.14 14.12 14.06 13.83C13.91 13.29 13.51 12.96 13.04 12.7L13.05 12.69ZM13.21 15.09C13.15 15.21 13.07 15.32 13 15.44C12.98 15.44 12.97 15.44 12.95 15.43C12.92 15.32 12.89 15.21 12.87 15.1C12.82 14.77 12.78 14.45 12.75 14.12C12.72 13.83 12.77 13.55 12.96 13.31C13.07 13.17 13.2 13.16 13.31 13.31C13.39 13.44 13.47 13.59 13.49 13.74C13.57 14.22 13.43 14.67 13.21 15.09Z" fill="#282828"/>
|
||||||
|
<path d="M21.3 10.88C21.23 10.87 21.15 10.85 21.08 10.86C20.73 10.91 20.39 10.95 20.05 11.01C19.76 11.07 19.47 11.16 19.18 11.22C19.04 11.25 19 11.22 19.02 11.07C19.05 10.85 19.09 10.63 19.12 10.41C19.18 9.96 19.24 9.51 19.29 9.06C19.29 8.98 19.26 8.88 19.22 8.8C19.16 8.69 19.08 8.59 19 8.5C18.98 8.47 18.91 8.46 18.88 8.47C18.79 8.51 18.72 8.56 18.71 8.68C18.68 9.02 18.63 9.35 18.58 9.69C18.52 10.13 18.47 10.57 18.42 11.01C18.44 11.11 18.44 11.2 18.47 11.29C18.56 11.54 18.79 11.67 18.98 11.83C19.02 11.87 19.1 11.88 19.16 11.88C19.29 11.88 19.43 11.88 19.56 11.84C20.21 11.68 20.84 11.48 21.51 11.41C21.59 11.41 21.64 11.34 21.64 11.26C21.64 11.05 21.51 10.9 21.3 10.87V10.88ZM20.36 11.18C20.6 11.13 20.84 11.07 21.1 11.14C20.84 11.15 20.6 11.16 20.36 11.18Z" fill="#282828"/>
|
||||||
|
<path d="M19.1 12.76C19.04 12.72 19 12.65 18.95 12.61C18.92 12.59 18.87 12.56 18.84 12.57C18.65 12.65 18.6 12.82 18.68 13.01C18.7 13.06 18.72 13.13 18.7 13.17C18.6 13.43 18.51 13.7 18.38 13.94C18.29 14.13 18.1 14.15 17.93 14.04C17.89 14.01 17.84 13.98 17.81 13.95C17.62 13.71 17.39 13.51 17.24 13.24C17.23 13.22 17.22 13.2 17.2 13.18C17.15 13.13 17.1 13.04 17.01 13.1C16.88 13.18 16.84 13.28 16.9 13.37C17.02 13.58 17.14 13.79 17.29 13.98C17.5 14.24 17.75 14.45 18.07 14.57C18.16 14.6 18.29 14.6 18.34 14.67C18.39 14.74 18.36 14.86 18.36 14.96C18.36 14.96 18.36 14.96 18.35 14.96C18.36 15.11 18.37 15.27 18.39 15.42C18.41 15.68 18.43 15.93 18.46 16.19C18.48 16.36 18.58 16.48 18.76 16.53C18.93 16.57 19.03 16.51 18.97 16.34C18.91 16.17 18.94 16.01 18.94 15.84C18.94 15.68 18.94 15.53 18.95 15.37C18.95 15.19 18.96 15.02 18.96 14.84C18.96 14.79 18.98 14.73 18.96 14.69C18.83 14.47 18.94 14.3 19.06 14.12C19.07 14.1 19.08 14.09 19.09 14.07C19.23 13.79 19.32 13.5 19.31 13.19C19.31 13.03 19.25 12.88 19.11 12.77L19.1 12.76Z" fill="#282828"/>
|
||||||
|
<path d="M12.18 9.59C12.44 9.47 12.49 9.42 12.68 9.18C12.84 8.97 12.95 8.69 12.9 8.55C12.76 8.98 12.5 9.31 12.18 9.59Z" fill="#282828"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_90_69" x1="24.75" y1="3.53" x2="6.64" y2="29.3" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FDFAF1"/>
|
||||||
|
<stop offset="1" stop-color="#A29885"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear_90_69" x1="24.7" y1="3.6" x2="6.72" y2="29.18" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#F8F3EB"/>
|
||||||
|
<stop offset="1" stop-color="#EDE2D5"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint2_linear_90_69" x1="14.69" y1="6.87" x2="16.28" y2="4.26" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FDFAF1"/>
|
||||||
|
<stop offset="1" stop-color="#A29885"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint3_linear_90_69" x1="15.69" y1="24.74" x2="15.72" y2="10.47" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FFFBEC" stop-opacity="0.7"/>
|
||||||
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath id="clip0_90_69">
|
||||||
|
<rect width="19.39" height="26.83" fill="white" transform="translate(6 3)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 22 KiB |
170
public/assets/img/mapicons/map_icon_ar_shoots.svg
Normal file
|
After Width: | Height: | Size: 328 KiB |
178
public/assets/img/mapicons/map_icon_ar_shoots_night.svg
Normal file
|
After Width: | Height: | Size: 253 KiB |
78
public/assets/img/mapicons/map_icon_cs_agency.svg
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32">
|
||||||
|
<!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) -->
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="linear-gradient" x1="24.98" y1="30.989" x2="6.893" y2="5.211" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#fdf9f0"/>
|
||||||
|
<stop offset="1" stop-color="#a29884"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient1" x1="24.947" y1="30.941" x2="7.018" y2="5.311" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#ede8d9"/>
|
||||||
|
<stop offset=".36" stop-color="#f4eee0"/>
|
||||||
|
<stop offset="1" stop-color="#fff7eb"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient2" x1="6.723" y1="5.927" x2="25.36" y2="5.927" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#c9c5b8"/>
|
||||||
|
<stop offset="1" stop-color="#e4dfd0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient3" x1="14.936" y1="27.627" x2="16.526" y2="30.243" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#fdf9f0"/>
|
||||||
|
<stop offset="1" stop-color="#a29884"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient4" x1="15.85" y1="12.58" x2="16.196" y2="20.16" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset=".05" stop-color="#fffaeb" stop-opacity=".7"/>
|
||||||
|
<stop offset=".68" stop-color="#ffedcf" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path d="M23.648,2.5h-15.423c-1.099,0-1.989.93-1.989,2.085v22.629c0,1.147.889,2.085,1.989,2.085h15.423c1.099,0,1.989-.93,1.989-2.085V4.585c0-1.147-.89-2.085-1.989-2.085ZM15.719,6.294c-.671,0-1.208-.57-1.208-1.265s.545-1.265,1.208-1.265,1.208.569,1.208,1.265-.545,1.265-1.208,1.265Z" style="fill: url(#linear-gradient);"/>
|
||||||
|
<path d="M23.643,2.567h-15.32c-1.094,0-1.977.921-1.977,2.069v22.478c0,1.139.883,2.069,1.977,2.069h15.32c1.094,0,1.977-.93,1.977-2.069V4.636c0-1.139-.883-2.069-1.977-2.069ZM15.76,6.336c-.665,0-1.203-.561-1.203-1.256s.538-1.256,1.203-1.256,1.203.561,1.203,1.256-.538,1.256-1.203,1.256Z" style="fill: url(#linear-gradient1);"/>
|
||||||
|
<path d="M6.312,27.24c0,1.089.856,1.968,1.905,1.968h15.414c1.049,0,1.905-.879,1.905-1.968v-9.749H6.312v9.749Z" style="fill: #4b7dc4;"/>
|
||||||
|
<path d="M23.598,2.626h-15.28c-1.091,0-1.972.888-1.972,1.977v.896l8.232-.017c-.067-.151-.101-.318-.101-.494,0-.687.562-1.248,1.25-1.248s1.25.561,1.25,1.248c0,.176-.034.343-.101.494l8.693.017v-.896c0-1.089-.881-1.968-1.972-1.968v-.008Z" style="fill: #4b7dc4;"/>
|
||||||
|
<path d="M21.618,5.942l-.26.528h-.076l.243-.486h-.327v-.059h.42v.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M21.718,6.445v-.067c.042.034.092.042.151.042.042,0,.084-.008.109-.025.025-.017.042-.042.042-.075,0-.067-.059-.109-.185-.109h-.05v-.05h.05c.109,0,.159-.033.159-.1,0-.059-.042-.092-.126-.092-.042,0-.092.017-.134.042v-.059s.092-.034.151-.034.101.008.134.034c.034.025.05.059.05.092,0,.075-.042.117-.134.142.05,0,.084.017.109.042.025.025.042.05.042.092,0,.05-.017.092-.067.117-.042.034-.101.042-.168.042-.059,0-.109-.008-.151-.025l.017-.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M22.238,6.453v-.067c.042.025.092.033.134.033s.084-.008.109-.033c.025-.025.042-.05.042-.084s-.017-.067-.042-.084c-.025-.017-.067-.034-.125-.034h-.1v-.276h.318v.059h-.243v.159h.059c.067,0,.126.017.159.042.034.033.059.067.059.117s-.017.092-.059.126c-.042.034-.1.05-.167.05-.059,0-.109,0-.134-.025l-.008.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M22.742,6.453v-.067c.042.025.092.033.134.033s.084-.008.109-.033c.025-.025.042-.05.042-.084s-.017-.067-.042-.084c-.025-.017-.067-.034-.125-.034h-.1v-.276h.318v.059h-.243v.159h.059c.067,0,.126.017.159.042.033.033.059.067.059.117s-.017.092-.059.126c-.042.034-.101.05-.167.05-.059,0-.109,0-.134-.025l-.008.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.589,5.925v.059s-.067-.025-.109-.025c-.059,0-.101.025-.143.067-.034.042-.05.101-.05.176.034-.05.084-.075.151-.075.059,0,.101.017.134.042.034.033.05.067.05.126s-.017.101-.059.134c-.042.034-.084.05-.143.05-.067,0-.118-.025-.151-.067-.034-.042-.059-.101-.059-.184,0-.092.025-.176.076-.226.05-.059.109-.084.193-.084.042,0,.084,0,.109.017v-.008ZM23.43,6.177s-.067.008-.092.033c-.025.025-.034.05-.034.075,0,.033.008.067.034.092.025.025.059.042.092.042s.067-.008.092-.033c.025-.025.033-.05.033-.084,0-.042-.008-.067-.033-.092-.025-.025-.05-.033-.092-.033Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.917,6.47c-.067,0-.118-.025-.151-.067-.034-.05-.05-.117-.05-.201,0-.1.017-.168.059-.218.042-.05.092-.075.168-.075.134,0,.201.092.201.276,0,.092-.017.159-.059.209-.042.05-.092.075-.16.075h-.008ZM23.925,5.959c-.092,0-.143.075-.143.234,0,.151.042.218.134.218s.134-.075.134-.226-.042-.234-.134-.234l.008.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M24.361,6.177c-.076-.034-.118-.075-.118-.134,0-.042.017-.075.05-.101.034-.025.084-.034.143-.034.05,0,.092.008.126.034.034.025.05.05.05.092,0,.059-.042.109-.118.142.092.034.143.075.143.151,0,.042-.017.084-.059.109-.042.025-.092.042-.16.042-.059,0-.101-.017-.134-.042-.034-.025-.05-.059-.05-.101,0-.067.05-.117.143-.151l-.017-.008ZM24.42,6.21c-.084.025-.126.067-.126.117,0,.025.008.05.034.067s.059.025.092.025.067-.008.092-.025.034-.042.034-.067c0-.059-.042-.092-.134-.126l.008.008ZM24.529,6.043s-.008-.042-.025-.059c-.017-.017-.042-.025-.076-.025s-.059,0-.075.025c-.017.017-.034.033-.034.059,0,.05.034.084.109.109.076-.025.109-.059.109-.109h-.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M21.383,27.148h1.485l-.898,1.859h-1.485l.898-1.859ZM9.107,28.999h.386l.898-1.859h-.386l-.898,1.859ZM14.175,28.999h.193l.898-1.859h-.193l-.898,1.859ZM13.797,28.999h.193l.898-1.859h-.193l-.898,1.859ZM12.497,28.999h.193l.898-1.859h-.193l-.898,1.859ZM25.36,27.148h-.772l-.889,1.843c.898-.117,1.603-.888,1.661-1.843ZM7.798,28.923l.856-1.775h-1.485l-.445.93c.243.402.621.712,1.074.846ZM17.858,28.999h1.485l.898-1.859h-1.485l-.898,1.859ZM15.005,28.999h2.509l.898-1.859h-2.509l-.898,1.859Z" style="fill: url(#linear-gradient2);"/>
|
||||||
|
<path d="M24.479,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M24.059,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.615,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M12.95,3.924s-.017-.025-.025-.034c0-.008-.017-.017-.025-.025-.008,0-.017-.017-.034-.017,0,0,.05-.017.067-.025.017-.008.034-.025.05-.042.017-.017.025-.034.033-.059,0-.017.008-.042.008-.067,0-.033,0-.059-.017-.084-.008-.025-.025-.042-.042-.059-.017-.017-.042-.025-.067-.033-.025,0-.059-.008-.084-.008h-.21v.712h.084v-.301h.109c.008,0,.025.008.033.017.008,0,.025.017.034.033.008.017.025.025.034.05l.117.201h.101l-.134-.218s-.017-.033-.025-.042h-.008ZM12.857,3.79s-.034.008-.059.008h-.118v-.26h.118c.05,0,.084.008.109.033.025.025.034.05.034.092,0,.025,0,.042-.008.059,0,.017-.017.034-.034.042-.017.008-.025.017-.05.025h.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M11.28,3.857h.251v-.075h-.251v-.243h.276v-.075h-.36v.72h.377v-.075h-.293v-.251Z" style="fill: #515253;"/>
|
||||||
|
<path d="M9.694,3.539h.201v.645h.084v-.645h.21v-.075h-.495v.075Z" style="fill: #515253;"/>
|
||||||
|
<path d="M8.603,3.966v.109s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042l.369.569h.101v-.712h-.084v.511Z" style="fill: #515253;"/>
|
||||||
|
<path d="M15.92,3.748l.05-.151s0-.025.008-.05c0,0,0,.042.008.05l.067.193s.067.025.109.042l-.142-.368h-.084l-.1.268s.05.008.075.017h.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M7.034,3.463h-.084v.712h.084v-.712Z" style="fill: #515253;"/>
|
||||||
|
<path d="M20.124,3.455c-.109,0-.193.033-.252.1-.059.067-.092.159-.092.276,0,.109.034.193.092.26.059.067.143.101.243.101s.185-.034.252-.101c.067-.067.092-.159.092-.276,0-.109-.033-.193-.092-.26-.059-.067-.143-.1-.235-.1h-.008ZM20.292,4.041c-.042.05-.109.075-.185.075s-.134-.025-.176-.084c-.042-.05-.067-.126-.067-.209s.025-.159.067-.209c.05-.05.109-.084.185-.084s.134.025.185.075c.042.05.067.126.067.218s-.025.168-.067.218h-.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M23.329,3.463l-.277.712h.092l.076-.201h.302l.075.201h.092l-.277-.712h-.084ZM23.245,3.907l.109-.301s0-.025.008-.05c0,0,0,.042.008.05l.109.301h-.252.017Z" style="fill: #515253;"/>
|
||||||
|
<path d="M24.772,4.108v-.645h-.084v.72h.368v-.075h-.285Z" style="fill: #515253;"/>
|
||||||
|
<path d="M21.978,3.966v.109s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042l.369.569h.101v-.712h-.084v.511Z" style="fill: #515253;"/>
|
||||||
|
<path d="M18.74,3.463h-.084v.712h.084v-.712Z" style="fill: #515253;"/>
|
||||||
|
<path d="M14.208,3.614l.369.569h.101v-.712h-.084v.611s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042v.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M17.162,3.539h.201v.645h.084v-.645h.21v-.075h-.495v.075Z" style="fill: #515253;"/>
|
||||||
|
<path d="M15.727,3.806c-.688,0-1.25.561-1.25,1.265s.562,1.265,1.25,1.265,1.25-.561,1.25-1.265-.562-1.265-1.25-1.265ZM15.727,6.269c-.663,0-1.192-.536-1.192-1.206s.537-1.206,1.192-1.206,1.192.536,1.192,1.206-.537,1.206-1.192,1.206Z" style="fill: url(#linear-gradient3);"/>
|
||||||
|
<path d="M25.284,19.149v5.854c-.604-.268-1.997-5.151-2.819-5.544-1.309-.628-3.172,3.501-4.514,1.399-1.729-2.697-3.667-3.007-4.674-3.007-.831,0-1.922,3.526-3.113,3.107-2.266-.796-3.189.084-3.692-.201v-4.095c0-1.315.864-2.32,1.93-2.253l14.944,2.245c1.066.067,1.93,1.189,1.93,2.496h.008Z" style="fill: url(#linear-gradient4); isolation: isolate; opacity: .31;"/>
|
||||||
|
<path d="M10.684,24.317l-.503-2.044.017,4.095h-1.15v-6.834h1.309l.764,2.73.755-2.73h1.276v6.834l-1.099.034-.034-4.012-.487,1.935h-.831l-.017-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M17.128,26.36l-.243-1.625h-1.309l-.277,1.625h-1.242l1.309-6.834h1.754l1.309,6.834h-1.309.008ZM16.709,23.563l-.428-2.881-.487,2.881h.923-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M19.302,26.36v-6.834h1.938c.587,0,1.049.151,1.384.461.336.302.495.771.495,1.399v1.08c0,.611-.159,1.064-.487,1.348-.319.285-.789.427-1.384.427h-.604v2.127h-1.343v-.008ZM20.644,23.077h.512c.185,0,.327-.05.42-.159.092-.109.143-.31.143-.603v-.804c0-.31-.05-.519-.143-.628-.092-.109-.235-.168-.42-.168h-.512v2.37-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M9.341,19.225c-.117,0-.201-.025-.26-.084-.059-.059-.084-.142-.084-.26v-.343c0-.117.025-.201.084-.26.059-.059.143-.092.26-.092s.193.025.243.084c.05.059.084.151.084.276h-.235c0-.067-.008-.126-.025-.151-.017-.025-.042-.042-.076-.042-.042,0-.067.017-.084.042-.017.025-.025.084-.025.151v.302c0,.067,0,.117.025.151.025.034.042.042.084.042.034,0,.059-.017.076-.034.017-.025.025-.075.025-.159l.235.017c0,.126-.034.218-.084.276-.05.059-.134.084-.252.084h.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M10.953,19.225c-.101,0-.185-.033-.243-.092-.059-.059-.084-.142-.084-.243v-.368c0-.109.025-.193.084-.251.059-.059.134-.092.243-.092s.185.034.243.092c.059.059.084.142.084.251v.368c0,.101-.025.184-.084.243-.059.059-.134.092-.243.092ZM10.953,19.049s.059-.017.067-.034c.017-.025.017-.075.017-.142v-.327c0-.067,0-.117-.017-.142-.017-.025-.034-.042-.067-.042s-.059.008-.067.042c-.017.025-.017.075-.017.142v.327c0,.067,0,.117.017.142.017.025.034.034.067.034Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M12.513,18.907l-.084-.352.025.653h-.21v-1.013h.21l.126.469.126-.469h.201v1.013h-.21l.025-.636-.084.335h-.143.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M14.141,18.907l-.084-.352.025.653h-.21v-1.013h.21l.126.469.126-.469h.201v1.013h-.21l.025-.636-.084.335h-.143.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M15.844,19.225c-.117,0-.193-.034-.252-.092-.05-.059-.084-.151-.084-.276v-.662h.235v.662c0,.067,0,.117.017.142.017.025.033.034.075.034s.059-.008.076-.034c.017-.025.017-.075.017-.142v-.662h.235v.662c0,.126-.025.218-.084.276-.059.059-.134.092-.252.092h.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M17.531,19.217l-.193-.687v.687h-.201v-1.013h.252l.21.72v-.72h.201v1.013h-.269Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M18.773,19.217v-.176h.21v-.662h-.21v-.176h.663v.176h-.21v.662h.21v.176h-.663Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M20.619,19.217v-.837h-.235v-.176h.705v.176h-.235v.837h-.235Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M22.482,19.217h-.235v-.377l-.252-.636h.235l.134.402.134-.402h.235l-.252.636v.377Z" style="fill: #e4dfd0;"/>
|
||||||
|
<g>
|
||||||
|
<path d="M9.382,11.134c.145.021.331-.152.456-.061.179.131.11.549.101.743-.062.086-.304.223-.289.321l.523.975c.005.086-.033.025-.054-.005-.138-.204-.245-.435-.357-.654-.061-.003-.017.082-.006.109.071.177.232.433.334.603.216.358.459.736.775,1.012.128.025.319-.421.488-.373.06.017.104.131.107.189.005.126-.032.347-.096.457-.167.287-.41.211-.664.097-.594-.268-1.184-1.537-1.486-2.116-.024-.047-.086-.048-.067-.154-.321.075-.678.184-1.011.147-.115-.013-.211-.094-.317-.062-.049.038-.083.268-.109.332-.157.387-.123.384-.183.79-.068.452-.245.134-.513.048-.027-.148.012-.291.039-.435.051-.27.271-.832.278-1.043.003-.078-.064-.123-.053-.195.013-.088.158-.245.202-.357.201-.52.315-1.197.482-1.745.101-.332.302-1.066.512-1.305.319-.364.407.1.534.317.09.154.261.285.258.475-.001.077-.05.137-.056.207-.05.545.187,1.136.174,1.682ZM8.766,11.427c-.034-.07-.14-.487-.219-.468-.066.036-.051.169-.082.199-.012.012-.057-.001-.081.025-.056.062-.103.245-.123.266-.026.026-.13.008-.109.095l.615-.117Z"/>
|
||||||
|
<path d="M14.739,10.69c-.006.012-.172.113-.141.209.325-.099.646-.209.995-.174.038.178.146.32.027.507-.07.109-.527.238-.68.316-.175.088-.31.21-.483.293l-.004.376.1-.025.115.11c.21-.181,1.132-.712,1.367-.599.152.073.095.431-.029.528-.097.075-.434.193-.576.273-.168.094-.584.342-.711.461-.1.094-.125.314-.248.306-.046-.003-.337-.153-.37-.19-.055-.063-.065-.163-.079-.243-.115-.66-.142-1.49-.127-2.161.003-.123.051-.244.032-.381-.021-.156-.218-.202-.095-.414.03-.052.17-.24.211-.287.044-.05.144-.158.203-.177.132-.043.22.032.331.011.147-.028.503-.234.703-.295.183-.056.807-.227.944-.079.007.007.093.158.096.167.022.062.008.149.025.216.03.119.152.356.039.42-.257.071-.518.134-.768.229-.147.056-.804.352-.869.45-.052.078-.002.143-.008.154Z"/>
|
||||||
|
<path d="M23.714,11.578l-.035.978c-.014.078.163.405,0,.382-.326-.216-.557-.222-.681-.638-.032-.109-.06-.479-.092-.523-.028-.039-.092-.026-.133-.028l.085-.106c-.1-.142-.046-.287-.085-.45-.111.164-.434-.1-.483-.206-.043-.092.028-.171.009-.27-.024-.127-.191-.307-.204-.458-.256.036-.161-.194-.178-.332-.029-.233-.155-.21.036-.447.352-.439.514.158.69.392.156.207.289.403.447.608.054.07.046.184.132.152.083-.031.284-.366.333-.458.26-.494.427-1.442.873-1.765.243-.176.268.157.331.285.067.137.155.281.236.411.009.033-.021.206-.033.249-.164.608-.657,1.513-1.003,2.044l-.245.18Z"/>
|
||||||
|
<path d="M21.609,9.308c.042.033.104.035.137.083-.095.084-.161.048-.185.195-.042.253.241.433.052.639-.097.106-.249.074-.376.122-.363.136-.945.671-1.189.979-.152.192-.277.273-.045.483.252.228.344.141.615.144.107.001.222.06.323.061.234.003.62-.128.82-.119.023.001.295.094.308.104.094.069-.028.23-.048.3-.054.19.008.222-.226.336-.244.12-.855.074-1.148.053-.542-.039-1.576-.277-1.598-.954-.003-.096.069-.501.096-.607.126-.509.742-1.279,1.214-1.511.264-.13.523-.265.801-.371.099-.038.128-.134.261-.087.088.03.136.111.187.151Z"/>
|
||||||
|
<path d="M17.703,11.925l-.351-.439c.052.205.201.397.338.555.055.064.147-.146.165-.184.298-.617.256-1.225.321-1.877.022-.227.068-.525.335-.574.288-.053.192.164.225.329.025.124.202.305.193.409-.237.556-.238,1.158-.449,1.721-.047.127-.34.769-.426.807-.026.011-.037.013-.065.009-.059-.008-.473-.233-.541-.282-.243-.173-.341-.389-.506-.622l-.152,1.064-.043.046c-.188-.016-.454-.045-.452-.276.003-.327.099-.739.119-1.084.038-.64.045-1.235.11-1.883.005-.047-.021-.089-.015-.132.01-.068.162-.251.226-.272.381-.126.357.25.465.506.033.079.131.179.145.236.023.088.087.53.084.614-.01.318-.129.613.064.938l.21.39Z"/>
|
||||||
|
<path d="M11.744,11.065c-.04.054-.142.109-.179.158-.106.142-.339.748-.303.916.063.287.594.585.881.541.226-.035.611-.373.681-.374.197-.002.09.432.042.534-.098.206-.493.381-.716.377-.355-.007-1.152-.441-1.319-.764-.297-.573.105-1.518.371-2.062.181-.37.602-1.072.984-1.242.538-.24.645.41.669.784-.223.081-.355.2-.515.365-.239.246-.397.497-.596.766Z"/>
|
||||||
|
<path d="M13.022,12.856c-.155-.133.235-.883.139-1.106-.325.057-.652.209-.974.08-.079-.031-.376-.204-.398-.277-.057-.193.17-.403.36-.391.092.006.162.062.263.061.264-.004,1.063-.302,1.243.017.055.098.043.724.029.872-.026.269-.126.447-.224.684-.025.061-.029.193-.083.212-.095.019-.16-.065-.236-.111-.037-.023-.1-.025-.119-.041Z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 16 KiB |
118
public/assets/img/mapicons/map_icon_cs_italy.svg
Normal file
|
After Width: | Height: | Size: 75 KiB |
196
public/assets/img/mapicons/map_icon_cs_office.svg
Normal file
@ -0,0 +1,196 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
|
||||||
|
<g id="Shape_34">
|
||||||
|
<g>
|
||||||
|
<rect x="4.09" y="0.689" fill-rule="evenodd" clip-rule="evenodd" fill="#282622" width="24.203" height="31.029"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Rectangle_1">
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#303535" d="M9.312,8.763l2.339,2.345l2.339-2.345L11.65,6.418L9.312,8.763z
|
||||||
|
M4.628,8.763l2.339,2.345l2.339-2.345L6.967,6.418L4.628,8.763z M9.312,4.037l2.339,2.345l2.339-2.345L11.65,1.692L9.312,4.037z
|
||||||
|
M18.678,8.763l2.338,2.345l2.34-2.345l-2.34-2.345L18.678,8.763z M13.995,4.037l2.339,2.345l2.338-2.345l-2.338-2.345
|
||||||
|
L13.995,4.037z M4.628,4.037l2.339,2.345l2.339-2.345L6.967,1.692L4.628,4.037z M28.033,4.037l-2.338-2.345l-2.34,2.345
|
||||||
|
l2.34,2.345L28.033,4.037z M18.678,4.037l2.338,2.345l2.34-2.345l-2.34-2.345L18.678,4.037z M23.355,8.763l2.34,2.345l2.338-2.345
|
||||||
|
l-2.338-2.345L23.355,8.763z M13.995,8.763l2.339,2.345l2.338-2.345l-2.338-2.345L13.995,8.763z M4.628,13.488l2.339,2.346
|
||||||
|
l2.339-2.346l-2.339-2.345L4.628,13.488z M13.995,18.215l2.339,2.345l2.338-2.345l-2.338-2.345L13.995,18.215z M9.312,18.215
|
||||||
|
l2.339,2.345l2.339-2.345L11.65,15.87L9.312,18.215z M9.312,13.488l2.339,2.345l2.339-2.345l-2.339-2.345L9.312,13.488z
|
||||||
|
M4.628,18.215l2.339,2.345l2.339-2.345L6.967,15.87L4.628,18.215z M13.995,13.488l2.339,2.345l2.338-2.345l-2.338-2.345
|
||||||
|
L13.995,13.488z M23.355,13.488l2.34,2.345l2.338-2.345l-2.338-2.345L23.355,13.488z M18.678,13.488l2.338,2.345l2.34-2.345
|
||||||
|
l-2.34-2.345L18.678,13.488z M23.355,18.215l2.34,2.345l2.338-2.345l-2.338-2.345L23.355,18.215z M18.678,18.215l2.338,2.345
|
||||||
|
l2.34-2.345l-2.34-2.345L18.678,18.215z M4.628,27.737l2.339,2.345l2.339-2.345l-2.339-2.345L4.628,27.737z M4.628,23.011
|
||||||
|
l2.339,2.346l2.339-2.346l-2.339-2.345L4.628,23.011z M9.312,23.011l2.339,2.346l2.339-2.346l-2.339-2.345L9.312,23.011z
|
||||||
|
M18.678,23.011l2.338,2.346l2.34-2.346l-2.34-2.345L18.678,23.011z M23.355,27.737l2.34,2.345l2.338-2.345l-2.338-2.345
|
||||||
|
L23.355,27.737z M23.355,23.011l2.34,2.346l2.338-2.346l-2.338-2.345L23.355,23.011z M13.995,23.011l2.339,2.346l2.338-2.346
|
||||||
|
l-2.338-2.345L13.995,23.011z M13.995,27.737l2.339,2.345l2.338-2.345l-2.338-2.345L13.995,27.737z M18.678,27.737l2.338,2.345
|
||||||
|
l2.34-2.345l-2.34-2.345L18.678,27.737z M9.312,27.737l2.339,2.345l2.339-2.345l-2.339-2.345L9.312,27.737z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shape_36">
|
||||||
|
<g>
|
||||||
|
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#A9BDC4" points="22.635,11.858 22.314,11.674 20.676,12.62 20.68,12.296
|
||||||
|
20.357,12.111 20.037,12.296 20.031,12.992 18.678,13.774 18.684,13.062 18.363,12.877 18.043,13.062 18.033,14.146
|
||||||
|
17.348,14.542 16.439,14.018 16.439,13.223 17.369,12.676 17.369,12.306 17.049,12.121 16.439,12.479 16.439,10.915
|
||||||
|
17.033,10.564 17.033,10.194 16.713,10.01 16.439,10.171 16.439,8.281 16.119,8.097 15.799,8.281 15.798,10.174 15.52,10.01
|
||||||
|
15.199,10.194 15.199,10.564 15.798,10.918 15.798,12.481 15.185,12.121 14.864,12.306 14.864,12.676 15.798,13.226
|
||||||
|
15.799,14.018 14.891,14.542 14.202,14.145 14.193,13.066 13.873,12.881 13.552,13.066 13.558,13.772 12.204,12.99 12.197,12.301
|
||||||
|
11.877,12.116 11.557,12.301 11.56,12.618 9.923,11.674 9.603,11.858 9.603,12.229 11.242,13.175 10.96,13.335 10.96,13.704
|
||||||
|
11.28,13.89 11.886,13.547 13.24,14.329 12.621,14.68 12.621,15.05 12.941,15.234 13.884,14.7 14.571,15.097 14.571,16.145
|
||||||
|
13.881,16.543 12.943,16.012 12.623,16.196 12.623,16.566 13.238,16.915 11.883,17.697 11.283,17.357 10.962,17.542
|
||||||
|
10.962,17.912 11.239,18.068 9.603,19.014 9.603,19.383 9.923,19.568 11.563,18.621 11.559,18.945 11.88,19.131 12.2,18.945
|
||||||
|
12.206,18.25 13.561,17.468 13.555,18.18 13.875,18.365 14.195,18.18 14.204,17.097 14.891,16.7 15.798,17.224 15.799,18.02
|
||||||
|
14.87,18.566 14.869,18.937 15.19,19.121 15.799,18.763 15.798,20.327 15.205,20.678 15.204,21.047 15.525,21.232 15.799,21.07
|
||||||
|
15.798,22.96 16.119,23.146 16.439,22.961 16.439,21.067 16.718,21.232 17.039,21.047 17.039,20.677 16.439,20.324 16.439,18.76
|
||||||
|
17.053,19.121 17.373,18.937 17.373,18.566 16.439,18.017 16.439,17.224 17.348,16.7 18.037,17.098 18.045,18.176 18.365,18.36
|
||||||
|
18.686,18.176 18.68,17.47 20.035,18.251 20.041,18.941 20.361,19.126 20.682,18.941 20.678,18.623 22.314,19.568 22.635,19.383
|
||||||
|
22.635,19.014 20.996,18.067 21.277,17.907 21.277,17.537 20.957,17.353 20.352,17.695 18.998,16.913 19.617,16.563
|
||||||
|
19.617,16.192 19.297,16.008 18.354,16.542 17.668,16.146 17.668,15.097 18.357,14.699 19.295,15.23 19.615,15.045 19.615,14.676
|
||||||
|
19,14.327 20.355,13.545 20.955,13.885 21.275,13.7 21.275,13.33 20.998,13.174 22.635,12.229 "/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shape_36_copy">
|
||||||
|
<g>
|
||||||
|
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#A9BDC4" points="21.84,15.621 21.699,15.378 20.26,15.378 20.385,15.165
|
||||||
|
20.244,14.922 19.963,14.922 19.695,15.378 18.506,15.378 18.781,14.91 18.641,14.667 18.359,14.667 17.941,15.378 17.338,15.378
|
||||||
|
16.939,14.687 17.242,14.163 18.061,14.156 18.203,13.912 18.061,13.669 17.523,13.674 18.119,12.644 18.643,12.639
|
||||||
|
18.783,12.396 18.643,12.151 18.402,12.154 19.121,10.909 18.98,10.666 18.699,10.666 17.979,11.912 17.857,11.698 17.576,11.698
|
||||||
|
17.436,11.941 17.695,12.402 17.102,13.432 16.834,12.961 16.553,12.961 16.413,13.204 16.819,13.922 16.517,14.443 15.72,14.443
|
||||||
|
15.417,13.919 15.822,13.206 15.681,12.963 15.4,12.963 15.135,13.43 14.541,12.4 14.799,11.943 14.658,11.7 14.377,11.7
|
||||||
|
14.258,11.91 13.539,10.666 13.258,10.666 13.118,10.909 13.837,12.156 13.591,12.153 13.45,12.397 13.591,12.641 14.12,12.646
|
||||||
|
14.714,13.676 14.173,13.671 14.032,13.914 14.173,14.158 14.997,14.165 15.298,14.688 14.9,15.377 14.295,15.378 13.879,14.671
|
||||||
|
13.598,14.671 13.457,14.914 13.729,15.378 12.541,15.378 12.274,14.926 11.993,14.926 11.852,15.169 11.975,15.378
|
||||||
|
10.538,15.378 10.397,15.621 10.538,15.864 11.977,15.864 11.852,16.076 11.993,16.32 12.274,16.32 12.542,15.864 13.732,15.864
|
||||||
|
13.457,16.331 13.598,16.575 13.879,16.575 14.297,15.864 14.9,15.864 15.298,16.555 14.996,17.079 14.176,17.086 14.035,17.329
|
||||||
|
14.176,17.573 14.713,17.568 14.119,18.599 13.594,18.603 13.454,18.847 13.594,19.09 13.836,19.088 13.118,20.332 13.258,20.576
|
||||||
|
13.539,20.576 14.259,19.33 14.38,19.544 14.662,19.544 14.802,19.301 14.542,18.84 15.136,17.81 15.403,18.281 15.685,18.281
|
||||||
|
15.825,18.037 15.419,17.32 15.72,16.799 16.517,16.799 16.82,17.322 16.417,18.035 16.556,18.279 16.837,18.279 17.104,17.812
|
||||||
|
17.697,18.842 17.439,19.299 17.58,19.542 17.861,19.542 17.98,19.331 18.699,20.576 18.98,20.576 19.121,20.332 18.4,19.086
|
||||||
|
18.646,19.088 18.787,18.845 18.646,18.601 18.117,18.597 17.523,17.566 18.064,17.571 18.205,17.327 18.064,17.084 17.24,17.077
|
||||||
|
16.939,16.555 17.338,15.864 17.943,15.864 18.359,16.571 18.641,16.571 18.781,16.327 18.508,15.864 19.697,15.864
|
||||||
|
19.963,16.316 20.244,16.316 20.385,16.073 20.264,15.864 21.699,15.864 "/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shape_34_copy_3">
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#5A6568" d="M4.623,1.225v29.895H27.76V1.224L4.623,1.225z M27.201,30.517
|
||||||
|
H5.16V1.827h22.041V30.517z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shape_34_copy_5">
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#A9BDC4" d="M5.667,2.351v27.643h21.05V2.351H5.667z M26.389,29.641H5.975
|
||||||
|
V2.73h20.414V29.641z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="office" opacity="0.6392">
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#E0E4CD" d="M9.336,25.35c-0.482,0-0.873,0.159-1.171,0.479
|
||||||
|
c-0.299,0.319-0.448,0.692-0.448,1.118c0,0.434,0.15,0.808,0.451,1.123c0.3,0.314,0.69,0.472,1.168,0.472
|
||||||
|
c0.473,0,0.86-0.158,1.162-0.474c0.302-0.317,0.453-0.69,0.453-1.121c0-0.425-0.148-0.797-0.446-1.117
|
||||||
|
C10.207,25.51,9.817,25.35,9.336,25.35z M9.981,27.634c-0.163,0.174-0.378,0.262-0.645,0.262c-0.268,0-0.484-0.088-0.648-0.262
|
||||||
|
c-0.164-0.175-0.246-0.404-0.246-0.688c0-0.285,0.082-0.515,0.246-0.688s0.38-0.261,0.648-0.261c0.267,0,0.482,0.087,0.645,0.261
|
||||||
|
c0.163,0.174,0.244,0.403,0.244,0.688C10.225,27.229,10.144,27.459,9.981,27.634z M11.771,28.501h0.703v-1.276h1.241v-0.57h-1.241
|
||||||
|
V25.96h1.241v-0.57h-1.944V28.501z M14.582,28.501h0.703v-1.276h1.242v-0.57h-1.242V25.96h1.242v-0.57h-1.945V28.501z
|
||||||
|
M17.418,28.501h0.703V25.39h-0.703V28.501z M20.691,27.896c-0.295,0-0.535-0.09-0.723-0.27s-0.283-0.408-0.283-0.685
|
||||||
|
c0-0.274,0.096-0.5,0.287-0.678s0.436-0.267,0.736-0.267c0.307,0,0.631,0.106,0.973,0.319v-0.693
|
||||||
|
c-0.279-0.183-0.619-0.273-1.023-0.273c-0.504,0-0.914,0.155-1.229,0.468c-0.313,0.312-0.469,0.691-0.469,1.138
|
||||||
|
c0,0.447,0.148,0.823,0.445,1.129c0.297,0.305,0.697,0.457,1.197,0.457c0.387,0,0.758-0.103,1.111-0.31v-0.679
|
||||||
|
c-0.268,0.144-0.469,0.236-0.604,0.279C20.977,27.874,20.836,27.896,20.691,27.896z M23.295,27.931v-0.748h1.289v-0.57h-1.289
|
||||||
|
V25.96h1.352v-0.57h-2.055v3.111h2.082v-0.57H23.295z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="_x35_2375">
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#2F657A" d="M11.447,4.979c-0.068,0-0.142,0.002-0.221,0.007V4.244h0.976
|
||||||
|
V3.983h-1.257v1.269c0.199-0.015,0.335-0.021,0.408-0.021c0.213,0,0.378,0.047,0.493,0.14s0.172,0.223,0.172,0.388
|
||||||
|
c0,0.167-0.056,0.302-0.168,0.402c-0.112,0.102-0.26,0.152-0.444,0.152s-0.364-0.057-0.542-0.168v0.307
|
||||||
|
c0.118,0.069,0.298,0.104,0.538,0.104c0.285,0,0.509-0.074,0.673-0.225c0.164-0.148,0.245-0.346,0.245-0.591
|
||||||
|
c0-0.236-0.076-0.422-0.228-0.559C11.939,5.046,11.725,4.979,11.447,4.979z M13.38,6.073c0.019-0.053,0.051-0.104,0.098-0.157
|
||||||
|
s0.109-0.108,0.188-0.169c0.079-0.06,0.18-0.132,0.301-0.217c0.098-0.068,0.183-0.135,0.256-0.201
|
||||||
|
c0.072-0.065,0.132-0.135,0.18-0.206c0.048-0.071,0.083-0.148,0.107-0.229c0.023-0.081,0.035-0.172,0.035-0.271
|
||||||
|
c0-0.109-0.019-0.207-0.057-0.291c-0.038-0.085-0.09-0.156-0.157-0.214s-0.145-0.102-0.235-0.132
|
||||||
|
c-0.091-0.029-0.189-0.045-0.295-0.045c-0.148,0-0.274,0.021-0.377,0.063c-0.104,0.041-0.197,0.102-0.28,0.181v0.311
|
||||||
|
c0.042-0.046,0.088-0.088,0.137-0.126c0.049-0.037,0.1-0.069,0.152-0.097c0.053-0.027,0.107-0.048,0.162-0.063
|
||||||
|
c0.056-0.016,0.112-0.022,0.17-0.022c0.068,0,0.13,0.009,0.188,0.027c0.058,0.02,0.108,0.048,0.151,0.086
|
||||||
|
c0.043,0.038,0.077,0.086,0.102,0.144c0.025,0.058,0.037,0.126,0.037,0.203c0,0.069-0.008,0.135-0.024,0.197
|
||||||
|
c-0.016,0.062-0.043,0.122-0.082,0.183c-0.039,0.06-0.09,0.119-0.153,0.18c-0.063,0.06-0.142,0.123-0.236,0.188
|
||||||
|
c-0.13,0.093-0.241,0.177-0.331,0.251s-0.163,0.147-0.218,0.222s-0.095,0.152-0.12,0.235c-0.024,0.082-0.036,0.178-0.036,0.285
|
||||||
|
v0.126h1.603v-0.26h-1.293C13.352,6.186,13.361,6.125,13.38,6.073z M16.249,5.193V5.187c0.349-0.096,0.522-0.31,0.522-0.643
|
||||||
|
c0-0.176-0.066-0.321-0.197-0.434c-0.131-0.113-0.306-0.17-0.524-0.17c-0.227,0-0.423,0.049-0.59,0.145v0.283
|
||||||
|
c0.162-0.121,0.333-0.182,0.516-0.182c0.327,0,0.491,0.143,0.491,0.43c0,0.311-0.215,0.466-0.643,0.466h-0.205v0.245h0.216
|
||||||
|
c0.481,0,0.723,0.166,0.723,0.496c0,0.149-0.055,0.269-0.162,0.356c-0.108,0.089-0.253,0.133-0.435,0.133
|
||||||
|
c-0.223,0-0.423-0.068-0.601-0.205V6.42c0.146,0.091,0.342,0.136,0.589,0.136c0.273,0,0.494-0.069,0.661-0.209
|
||||||
|
c0.168-0.14,0.251-0.322,0.251-0.55c0-0.165-0.055-0.302-0.165-0.412C16.584,5.275,16.436,5.211,16.249,5.193z M17.557,4.244
|
||||||
|
h1.309l-0.973,2.27h0.309l1.027-2.438V3.983h-1.672V4.244z M21.203,5.182c-0.152-0.136-0.367-0.203-0.645-0.203
|
||||||
|
c-0.068,0-0.143,0.002-0.221,0.007V4.244h0.975V3.983h-1.256v1.269c0.199-0.015,0.334-0.021,0.408-0.021
|
||||||
|
c0.213,0,0.377,0.047,0.492,0.14s0.172,0.223,0.172,0.388c0,0.167-0.057,0.302-0.168,0.402c-0.113,0.102-0.262,0.152-0.445,0.152
|
||||||
|
c-0.182,0-0.363-0.057-0.541-0.168v0.307c0.119,0.069,0.299,0.104,0.539,0.104c0.283,0,0.508-0.075,0.672-0.225
|
||||||
|
c0.164-0.148,0.246-0.346,0.246-0.591C21.432,5.504,21.355,5.318,21.203,5.182z"/>
|
||||||
|
<path fill="#A9BDC4" d="M16.049,3.94c0.219,0,0.394,0.057,0.524,0.17c0.131,0.112,0.197,0.258,0.197,0.434
|
||||||
|
c0,0.333-0.174,0.547-0.522,0.643v0.007c0.188,0.018,0.336,0.082,0.447,0.191c0.11,0.11,0.165,0.247,0.165,0.412
|
||||||
|
c0,0.228-0.083,0.41-0.251,0.55c-0.167,0.14-0.388,0.209-0.661,0.209c-0.247,0-0.443-0.045-0.589-0.136V6.107
|
||||||
|
c0.177,0.137,0.378,0.205,0.601,0.205c0.182,0,0.326-0.044,0.435-0.133c0.107-0.088,0.162-0.207,0.162-0.356
|
||||||
|
c0-0.33-0.241-0.496-0.723-0.496h-0.216V5.082h0.205c0.428,0,0.643-0.155,0.643-0.466c0-0.287-0.164-0.43-0.491-0.43
|
||||||
|
c-0.182,0-0.354,0.061-0.516,0.182V4.085C15.626,3.989,15.823,3.94,16.049,3.94 M13.801,3.94c0.106,0,0.205,0.016,0.295,0.045
|
||||||
|
c0.09,0.03,0.169,0.074,0.235,0.132s0.119,0.129,0.157,0.214c0.038,0.084,0.057,0.182,0.057,0.291c0,0.1-0.012,0.19-0.035,0.271
|
||||||
|
c-0.024,0.081-0.06,0.158-0.107,0.229c-0.047,0.071-0.107,0.141-0.18,0.206c-0.073,0.066-0.158,0.133-0.256,0.201
|
||||||
|
c-0.122,0.085-0.222,0.157-0.301,0.217c-0.079,0.061-0.142,0.116-0.188,0.169s-0.079,0.104-0.098,0.157
|
||||||
|
c-0.019,0.052-0.028,0.112-0.028,0.181h1.293v0.26h-1.603V6.388c0-0.107,0.012-0.203,0.036-0.285
|
||||||
|
c0.024-0.083,0.064-0.161,0.12-0.235s0.128-0.147,0.218-0.222s0.2-0.158,0.331-0.251c0.094-0.065,0.173-0.129,0.236-0.188
|
||||||
|
c0.063-0.061,0.114-0.12,0.153-0.18c0.039-0.061,0.066-0.121,0.082-0.183c0.017-0.063,0.024-0.128,0.024-0.197
|
||||||
|
c0-0.077-0.012-0.146-0.037-0.203c-0.024-0.058-0.059-0.105-0.102-0.144c-0.042-0.038-0.093-0.066-0.151-0.086
|
||||||
|
c-0.058-0.019-0.121-0.027-0.188-0.027c-0.058,0-0.115,0.007-0.17,0.022c-0.055,0.016-0.109,0.036-0.162,0.063
|
||||||
|
C13.38,4.3,13.329,4.332,13.28,4.369c-0.049,0.038-0.095,0.08-0.137,0.126V4.185c0.083-0.079,0.176-0.14,0.28-0.181
|
||||||
|
C13.526,3.962,13.652,3.94,13.801,3.94 M21.313,3.983v0.261h-0.975v0.741c0.078-0.005,0.152-0.007,0.221-0.007
|
||||||
|
c0.277,0,0.492,0.067,0.645,0.203c0.152,0.137,0.229,0.322,0.229,0.559c0,0.245-0.082,0.442-0.246,0.591
|
||||||
|
c-0.164,0.149-0.389,0.225-0.672,0.225c-0.24,0-0.42-0.035-0.539-0.104V6.145c0.178,0.111,0.359,0.168,0.541,0.168
|
||||||
|
c0.184,0,0.332-0.051,0.445-0.152c0.111-0.101,0.168-0.235,0.168-0.402c0-0.165-0.057-0.295-0.172-0.388s-0.279-0.14-0.492-0.14
|
||||||
|
c-0.074,0-0.209,0.007-0.408,0.021V3.983H21.313 M19.229,3.983v0.092l-1.027,2.438h-0.309l0.973-2.27h-1.309V3.983H19.229
|
||||||
|
M12.202,3.983v0.261h-0.976v0.741c0.08-0.005,0.153-0.007,0.221-0.007c0.277,0,0.492,0.067,0.645,0.203
|
||||||
|
c0.152,0.137,0.228,0.322,0.228,0.559c0,0.245-0.082,0.442-0.245,0.591c-0.164,0.15-0.388,0.225-0.673,0.225
|
||||||
|
c-0.24,0-0.42-0.035-0.538-0.104V6.145c0.178,0.111,0.358,0.168,0.542,0.168s0.332-0.051,0.444-0.152
|
||||||
|
c0.112-0.101,0.168-0.235,0.168-0.402c0-0.165-0.057-0.295-0.172-0.388s-0.279-0.14-0.493-0.14c-0.073,0-0.208,0.007-0.408,0.021
|
||||||
|
V3.983H12.202 M16.049,3.721c-0.265,0-0.5,0.059-0.701,0.174c-0.068,0.039-0.11,0.112-0.11,0.19v0.283
|
||||||
|
c0,0.083,0.047,0.159,0.122,0.196c0.031,0.017,0.065,0.023,0.099,0.023c0.046,0,0.093-0.015,0.132-0.044
|
||||||
|
c0.124-0.093,0.25-0.138,0.384-0.138c0.251,0,0.271,0.087,0.271,0.21c0,0.092,0,0.246-0.422,0.246h-0.205
|
||||||
|
c-0.122,0-0.22,0.099-0.22,0.22v0.246c0,0.121,0.099,0.22,0.22,0.22h0.216c0.502,0,0.502,0.187,0.502,0.275
|
||||||
|
c0,0.084-0.024,0.14-0.081,0.186c-0.067,0.055-0.166,0.083-0.295,0.083c-0.175,0-0.327-0.052-0.466-0.159
|
||||||
|
c-0.04-0.03-0.087-0.046-0.134-0.046c-0.033,0-0.067,0.008-0.098,0.023c-0.075,0.037-0.123,0.113-0.123,0.197V6.42
|
||||||
|
c0,0.076,0.04,0.146,0.104,0.188c0.181,0.111,0.417,0.169,0.705,0.169c0.325,0,0.596-0.088,0.803-0.261
|
||||||
|
c0.219-0.183,0.331-0.425,0.331-0.719c0-0.225-0.078-0.416-0.231-0.568c-0.029-0.028-0.06-0.055-0.092-0.079
|
||||||
|
c0.151-0.152,0.231-0.357,0.231-0.605c0-0.239-0.094-0.447-0.272-0.601C16.546,3.795,16.322,3.721,16.049,3.721L16.049,3.721z
|
||||||
|
M13.801,3.721c-0.176,0-0.331,0.026-0.46,0.078c-0.128,0.052-0.245,0.128-0.348,0.226c-0.044,0.041-0.069,0.1-0.069,0.16v0.311
|
||||||
|
c0,0.091,0.056,0.172,0.14,0.205c0.026,0.01,0.053,0.015,0.08,0.015c0.061,0,0.12-0.024,0.163-0.07
|
||||||
|
c0.033-0.036,0.07-0.07,0.109-0.101c0.038-0.029,0.078-0.055,0.119-0.075c0.038-0.021,0.079-0.036,0.119-0.047
|
||||||
|
c0.036-0.011,0.074-0.016,0.112-0.016c0.044,0,0.084,0.006,0.12,0.018c0.029,0.01,0.053,0.022,0.073,0.041
|
||||||
|
c0.019,0.017,0.034,0.038,0.046,0.065c0.013,0.03,0.019,0.069,0.019,0.116c0,0.05-0.006,0.098-0.017,0.141
|
||||||
|
c-0.01,0.039-0.029,0.079-0.055,0.119c-0.029,0.045-0.069,0.092-0.119,0.14c-0.055,0.052-0.126,0.108-0.211,0.168
|
||||||
|
c-0.136,0.097-0.251,0.185-0.344,0.262c-0.103,0.084-0.189,0.172-0.254,0.26C12.95,5.83,12.898,5.933,12.867,6.04
|
||||||
|
c-0.03,0.103-0.045,0.219-0.045,0.348v0.126c0,0.121,0.099,0.22,0.22,0.22h1.603c0.122,0,0.22-0.099,0.22-0.22v-0.26
|
||||||
|
c0-0.122-0.099-0.221-0.22-0.221H13.67c0.034-0.033,0.077-0.07,0.129-0.11c0.076-0.058,0.175-0.129,0.294-0.211
|
||||||
|
c0.105-0.073,0.198-0.147,0.278-0.22c0.085-0.077,0.158-0.161,0.215-0.247c0.06-0.09,0.105-0.188,0.135-0.29
|
||||||
|
c0.029-0.101,0.044-0.213,0.044-0.333c0-0.141-0.025-0.269-0.076-0.382c-0.051-0.113-0.123-0.211-0.213-0.289
|
||||||
|
c-0.088-0.077-0.193-0.136-0.311-0.175C14.053,3.739,13.93,3.721,13.801,3.721L13.801,3.721z M21.313,3.763h-1.256
|
||||||
|
c-0.121,0-0.221,0.099-0.221,0.221v1.269c0,0.061,0.025,0.119,0.07,0.161c0.041,0.038,0.094,0.059,0.15,0.059
|
||||||
|
c0.006,0,0.01,0,0.016,0c0.24-0.018,0.346-0.021,0.393-0.021c0.16,0,0.279,0.03,0.354,0.09c0.041,0.034,0.09,0.09,0.09,0.217
|
||||||
|
c0,0.104-0.031,0.18-0.096,0.239c-0.07,0.063-0.168,0.095-0.297,0.095c-0.141,0-0.281-0.044-0.424-0.134
|
||||||
|
c-0.035-0.022-0.076-0.034-0.117-0.034c-0.037,0-0.072,0.01-0.105,0.027c-0.07,0.039-0.115,0.113-0.115,0.193v0.307
|
||||||
|
c0,0.078,0.043,0.151,0.109,0.19c0.154,0.091,0.367,0.135,0.65,0.135c0.34,0,0.615-0.095,0.82-0.282
|
||||||
|
c0.211-0.192,0.318-0.445,0.318-0.754c0-0.301-0.102-0.544-0.303-0.723c-0.193-0.172-0.459-0.26-0.791-0.26c0,0,0,0-0.002,0V4.465
|
||||||
|
h0.756c0.123,0,0.221-0.099,0.221-0.221V3.983C21.533,3.861,21.436,3.763,21.313,3.763L21.313,3.763z M19.229,3.763h-1.672
|
||||||
|
c-0.123,0-0.221,0.099-0.221,0.221v0.261c0,0.122,0.098,0.221,0.221,0.221h0.975l-0.842,1.962
|
||||||
|
c-0.029,0.067-0.021,0.146,0.02,0.208s0.109,0.099,0.184,0.099h0.309c0.088,0,0.168-0.053,0.203-0.135l1.027-2.438
|
||||||
|
c0.012-0.026,0.018-0.056,0.018-0.085V3.983C19.449,3.861,19.352,3.763,19.229,3.763L19.229,3.763z M12.202,3.763h-1.257
|
||||||
|
c-0.122,0-0.22,0.099-0.22,0.221v1.269c0,0.061,0.025,0.119,0.07,0.161c0.041,0.038,0.095,0.059,0.15,0.059
|
||||||
|
c0.005,0,0.01,0,0.016,0c0.24-0.018,0.346-0.021,0.392-0.021c0.161,0,0.28,0.03,0.354,0.09c0.042,0.034,0.091,0.09,0.091,0.217
|
||||||
|
c0,0.104-0.031,0.18-0.096,0.239c-0.071,0.063-0.168,0.095-0.296,0.095c-0.142,0-0.281-0.044-0.424-0.134
|
||||||
|
c-0.036-0.022-0.076-0.034-0.117-0.034c-0.037,0-0.073,0.01-0.106,0.027c-0.07,0.039-0.114,0.113-0.114,0.193v0.307
|
||||||
|
c0,0.078,0.042,0.151,0.109,0.19c0.154,0.091,0.366,0.135,0.649,0.135c0.34,0,0.617-0.095,0.821-0.282
|
||||||
|
c0.21-0.192,0.317-0.445,0.317-0.754c0-0.301-0.102-0.544-0.302-0.723c-0.193-0.172-0.459-0.26-0.792-0.26c0,0,0,0-0.001,0V4.465
|
||||||
|
h0.756c0.122,0,0.221-0.099,0.221-0.221V3.983C12.423,3.861,12.324,3.763,12.202,3.763L12.202,3.763z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 18 KiB |
435
public/assets/img/mapicons/map_icon_de_ancient.svg
Normal file
@ -0,0 +1,435 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
|
||||||
|
<path fill="#30302F" d="M31.361,13.876L31.361,13.876c-0.036-0.042-0.079-0.078-0.129-0.107c-0.25-0.145-0.521-0.223-0.824-0.239
|
||||||
|
c-0.169-0.439-0.139-0.992-0.106-1.583c0.024-0.42,0.051-0.896-0.007-1.356c-0.017-0.122-0.076-0.233-0.17-0.314
|
||||||
|
c-0.342-0.294-0.755-0.365-1.131-0.194c-0.159,0.073-0.294,0.182-0.407,0.306c-0.021-0.068-0.039-0.135-0.056-0.198
|
||||||
|
c0.344-0.092,0.65-0.267,0.914-0.52c0.666-0.641,0.927-1.688,0.633-2.547c-0.255-0.741-0.867-1.243-1.694-1.405
|
||||||
|
c0.118-0.129,0.246-0.298,0.264-0.529c0.012-0.142-0.039-0.283-0.138-0.385c-0.1-0.104-0.263-0.167-0.378-0.153
|
||||||
|
c-0.393,0.014-0.798,0.154-1.173,0.4c0-0.012,0-0.023,0-0.035c-0.003-0.403-0.006-0.819,0.159-1.131
|
||||||
|
c0.136-0.426-0.014-0.657-0.162-0.774c-0.097-0.077-0.359-0.229-0.747-0.001c-0.401,0.239-1.059,0.982-1.477,1.88
|
||||||
|
c0-0.004-0.001-0.009-0.001-0.014c-0.108-0.498-0.562-0.607-0.78-0.66c-0.037-0.009-0.149-0.036-0.167-0.046
|
||||||
|
c-0.001-0.002-0.006-0.012-0.021-0.072c-0.308-0.837-1.066-0.797-1.521-0.773c-0.339,0.013-0.506,0.007-0.577-0.077
|
||||||
|
c-0.023-0.028-0.051-0.053-0.081-0.075c-0.001-0.014-0.003-0.027-0.007-0.042c-0.137-0.648-0.52-1.2-1.023-1.474
|
||||||
|
c-0.417-0.23-0.884-0.257-1.348-0.08c-0.166,0.063-0.283,0.208-0.314,0.376C18.579,1.967,18.215,1.947,17.811,2
|
||||||
|
c-0.135,0.018-0.258,0.091-0.336,0.198c-0.066,0.089-0.101,0.199-0.099,0.311c-0.143-0.024-0.287-0.031-0.432-0.021
|
||||||
|
c-0.169-0.503-0.593-0.912-1.12-1.074c-0.489-0.149-0.994-0.063-1.337,0.223c-0.209,0.14-0.33,0.311-0.403,0.469
|
||||||
|
c-0.065-0.03-0.138-0.058-0.22-0.083c-0.729-0.132-1.096,0.148-1.274,0.405c-0.075,0.108-0.119,0.225-0.146,0.33
|
||||||
|
c-0.08-0.001-0.187-0.005-0.322-0.013c-0.459-0.022-1.126-0.054-1.473,0.326c-0.055-0.013-0.109-0.016-0.166-0.01
|
||||||
|
c-0.674,0.08-1.319,0.347-1.895,0.795C8.572,3.812,8.55,3.772,8.523,3.734C7.958,2.957,7.321,3.118,7.14,3.186
|
||||||
|
C6.576,3.399,6.201,4.095,6.267,4.804c0.008,0.09,0.026,0.177,0.053,0.265C5.851,5.111,5.48,5.487,5.399,6.021
|
||||||
|
C5.346,6.366,5.437,6.691,5.64,6.918C5.4,7.195,5.416,7.462,5.484,7.653C5.39,7.745,5.292,7.845,5.2,7.952
|
||||||
|
C4.829,7.803,4.344,8.001,4.155,8.38C4.087,8.516,4.01,8.767,4.146,9.077C3.998,9.148,3.869,9.259,3.767,9.406
|
||||||
|
c-0.285,0.409-0.328,1.018-0.221,1.422c0.134,0.392,0.463,0.549,0.688,0.626c-0.002,0-0.004,0-0.006,0
|
||||||
|
c-0.525,0-1.048,0.489-1.377,0.974c-0.155,0.229-0.48,0.784-0.35,1.278c-0.009,0.014-0.018,0.028-0.025,0.045
|
||||||
|
c-0.478,1.008-0.354,1.956-0.243,2.811c0.005,0.038,0.01,0.076,0.015,0.114c-0.095-0.042-0.196-0.073-0.304-0.091
|
||||||
|
c-0.559-0.092-1.121,0.174-1.399,0.659c-0.271,0.522-0.246,1.104,0.067,1.597c0.354,0.557,0.998,0.903,1.68,0.903l0.075-0.001
|
||||||
|
c0.324-0.01,0.606-0.082,0.845-0.214c0.065,0.531,0.307,0.9,0.689,1.038c-0.036,0.361,0.179,0.739,0.32,0.986l0.038,0.065
|
||||||
|
c0.021,0.036,0.041,0.065,0.036,0.048c0.039,0.171,0.122,0.317,0.243,0.428C4.41,22.275,4.335,22.49,4.328,22.7
|
||||||
|
c-0.007,0.199,0.047,0.872,1.085,1.138l0.066,0.001c0.163,0,0.326-0.031,0.481-0.092c0.059,0.116,0.148,0.218,0.267,0.306
|
||||||
|
c0,0.001,0.001,0.001,0.001,0.001c-0.028,0.299,0.045,0.58,0.213,0.836l0.056,0.141c0.114,0.292,0.314,0.807,0.695,1.008
|
||||||
|
c0.01,0.075,0.036,0.148,0.079,0.213c0.38,0.575,0.918,1.036,1.568,1.343c-0.203,0.239-0.314,0.568-0.285,0.894
|
||||||
|
c0.042,0.462,0.398,0.979,1.293,1.047c0.754-0.013,1.438-0.64,1.563-1.461c0.23,0.496,0.76,0.881,1.666,1.211
|
||||||
|
c0.054,0.02,0.111,0.029,0.17,0.029s0.17-0.021,0.216-0.036c0.146-0.049,0.26-0.162,0.312-0.304c0.29,0.212,0.69,0.236,1.001,0.255
|
||||||
|
c0.083,0.005,0.254,0.015,0.329,0.035c0.086,0.021,0.174,0.021,0.252,0.001c0.002-0.001,0.004-0.001,0.006-0.002
|
||||||
|
c0.039,0.12,0.094,0.231,0.162,0.325c0.167,0.229,0.415,0.365,0.663,0.365c0.032,0,0.063-0.003,0.054-0.006
|
||||||
|
c0.457,0.037,0.87-0.175,1.118-0.566c0.228-0.359,0.268-0.825,0.114-1.225c0.007-0.002,0.014-0.003,0.021-0.005
|
||||||
|
c0.35,0.96,1.188,1.027,2.073,1.099l0.252,0.018c0.343-0.012,0.523-0.167,0.615-0.295c0.202-0.286,0.111-0.626,0.035-0.863
|
||||||
|
c0.047-0.013,0.092-0.033,0.134-0.06c-0.01,0.062-0.014,0.125-0.012,0.19c0.017,0.486,0.359,0.934,0.796,1.04
|
||||||
|
c0.076,0.019,0.163,0.02,0.225,0.003c1.012-0.215,1.238-0.758,1.283-1.063c0.074-0.506-0.243-1.034-0.812-1.346
|
||||||
|
c-0.003-0.001-0.005-0.003-0.008-0.004c0.196-0.101,0.398-0.208,0.604-0.326c0.127,0.059,0.256,0.076,0.373,0.064
|
||||||
|
c0.264-0.012,0.493-0.145,0.652-0.372c0.03,0.014,0.062,0.026,0.095,0.037c0.107,0.035,0.217,0.033,0.325-0.006
|
||||||
|
c1.211-0.44,1.671-0.776,1.762-1.284c0.036-0.206-0.016-0.383-0.085-0.523c0.257-0.248,0.415-0.594,0.565-0.934
|
||||||
|
c0.238,0.323,0.653,0.438,1.115,0.304c0.394-0.112,0.729-0.463,0.853-0.894c0.115-0.401,0.031-0.796-0.229-1.082
|
||||||
|
c-0.042-0.047-0.094-0.086-0.156-0.117l-0.113-0.055c0.073-0.116,0.143-0.252,0.177-0.414c0.003-0.016,0.005-0.03,0.006-0.044
|
||||||
|
c0.646-0.297,1.117-0.976,1.437-1.437c0.12-0.176,0.116-0.41-0.011-0.582c-0.024-0.033-0.05-0.062-0.075-0.086
|
||||||
|
c0.384-0.654,0.325-1.374,0.274-1.961c0.102,0.029,0.2,0.036,0.276,0.021c0.486-0.001,0.886-0.295,1.044-0.766
|
||||||
|
c0.059-0.174,0.079-0.359,0.063-0.545c0.277-0.073,0.492-0.266,0.602-0.544C31.821,14.836,31.644,14.205,31.361,13.876z
|
||||||
|
M21.716,21.769c-0.169-0.178-0.444-0.208-0.64-0.074c-0.079,0.053-0.267,0.176-0.301,0.424c-0.024,0.182,0.043,0.314,0.112,0.41
|
||||||
|
c-0.09,0.06-0.182,0.115-0.273,0.172c-0.096,0.058-0.19,0.116-0.283,0.177c-0.036,0.023-0.069,0.053-0.098,0.086
|
||||||
|
c-0.472-0.057-0.974,0.199-1.382,0.413c-0.28,0.146-0.597,0.312-0.782,0.315c-0.111-0.179-0.3-0.407-0.646-0.362
|
||||||
|
c-0.174,0.03-0.374,0.16-0.44,0.434c-0.194,0.03-0.39,0.057-0.586,0.08c-0.051,0.006-0.1,0.021-0.147,0.045
|
||||||
|
c-0.341-0.176-0.89-0.234-1.778-0.279l-0.076-0.004c-0.118-0.006-0.271-0.014-0.389-0.022c-0.007-0.093-0.031-0.179-0.074-0.258
|
||||||
|
c-0.056-0.104-0.194-0.285-0.485-0.332c-0.194-0.035-0.387,0.046-0.501,0.217c-0.003,0.004-0.006,0.009-0.009,0.014
|
||||||
|
c-0.139-0.028-0.268-0.069-0.384-0.123c0.004-0.114-0.031-0.228-0.101-0.318c-0.306-0.406-0.801-0.707-1.303-1.013
|
||||||
|
c-0.23-0.141-0.45-0.274-0.619-0.403c0.009-0.057,0.008-0.113-0.003-0.167c-0.069-0.333-0.305-0.447-0.42-0.484
|
||||||
|
c0.375-0.09,0.648-0.332,0.757-0.687c0.138-0.451-0.05-0.986-0.438-1.245c-0.202-0.136-0.432-0.184-0.66-0.153
|
||||||
|
c0.473-0.171,0.644-0.479,0.705-0.676c0.13-0.42-0.048-0.904-0.445-1.205c-0.292-0.222-0.64-0.299-0.969-0.225
|
||||||
|
C9.013,16.068,9.004,15.563,9,15.298c0-0.054-0.001-0.103-0.002-0.151c0.753-0.016,1.096-0.425,1.172-0.827
|
||||||
|
c0.039,0.009,0.08,0.016,0.123,0.022c0.529-0.002,0.951-0.306,1.1-0.793c0.176-0.575-0.042-1.248-0.508-1.566
|
||||||
|
c-0.095-0.065-0.296-0.175-0.565-0.178c0.09-0.109,0.214-0.215,0.386-0.301c0.155,0.172,0.428,0.214,0.632,0.091
|
||||||
|
c0.02-0.012,0.039-0.025,0.059-0.04l0.004,0.004l0.089-0.079c0.012-0.011,0.024-0.021,0.036-0.032l0.018-0.016
|
||||||
|
c0.121,0.039,0.243,0.058,0.377,0.058c0,0,0,0,0.001,0c0.267-0.009,0.832-0.18,1.159-0.51c0.011,0.003,0.022,0.006,0.033,0.009
|
||||||
|
c0.443,0.093,0.945-0.227,1.177-0.546c0.269-0.37,0.15-0.668,0.087-0.78c-0.088-0.153-0.223-0.254-0.396-0.301
|
||||||
|
c0.21-0.115,0.426-0.22,0.646-0.315c0.199,0.255,0.491,0.355,0.759,0.27c0.041-0.014,0.08-0.033,0.117-0.057
|
||||||
|
c0.066-0.044,0.122-0.095,0.166-0.152c0.341,0.191,0.7,0.273,1.072,0.274c-0.331,0.296-0.587,0.641-0.728,0.992
|
||||||
|
c-0.133,0.184-0.122,0.447,0.026,0.624c0.09,0.108,0.227,0.171,0.347,0.171c0.002,0,0.005,0,0.007,0l0.128-0.005
|
||||||
|
c0.12-0.018,0.231-0.07,0.332-0.118c0.251-0.119,0.737-0.34,1.229-0.307c-0.122,0.113-0.225,0.23-0.307,0.349
|
||||||
|
c-0.3,0.431-0.407,0.91-0.313,1.384c0.036,0.178,0.165,0.323,0.341,0.38c0.174,0.051,0.364,0.009,0.494-0.116
|
||||||
|
c0.368-0.351,0.849-0.565,1.351-0.61c-0.042,0.183-0.04,0.359,0.003,0.517c0.012,0.155,0.1,0.299,0.235,0.385
|
||||||
|
c0.206,0.132,0.513,0.076,0.664-0.12c0.287-0.367,0.742-0.608,1.18-0.615c0.328,0,0.625,0.148,0.858,0.428
|
||||||
|
c0,0.001,0.001,0.002,0.002,0.002c-0.051,0.311,0.048,0.581,0.194,0.81c-0.232,0.038-0.436,0.139-0.585,0.298
|
||||||
|
c-0.166,0.176-0.408,0.57-0.165,1.238c0.025,0.067,0.063,0.127,0.114,0.179c0.535,0.536,1.064,0.443,1.356,0.201
|
||||||
|
c0.018-0.015,0.035-0.031,0.052-0.047c0.044,0.091,0.067,0.163,0.071,0.206c0.001,0.012,0.003,0.024,0.005,0.036
|
||||||
|
c-0.085,0.087-0.149,0.185-0.193,0.292l-0.025,0.073c-0.046,0.182-0.054,0.366-0.024,0.563c-0.089-0.019-0.174-0.023-0.252-0.017
|
||||||
|
c-0.261,0.012-0.748,0.138-1.088,0.869c-0.139,0.426-0.039,0.833,0.273,1.117c0.316,0.285,0.799,0.372,1.177,0.21
|
||||||
|
c0.005-0.002,0.009-0.004,0.014-0.006c-0.006,0.021-0.01,0.043-0.012,0.065c-0.061,0.062-0.105,0.14-0.127,0.22
|
||||||
|
c-0.038,0.127-0.021,0.267,0.042,0.38c0.034,0.063,0.081,0.116,0.143,0.16c-0.045,0.12-0.101,0.239-0.166,0.356
|
||||||
|
c-0.012,0.022-0.021,0.044-0.026,0.065c-0.005,0.002-0.009,0.004-0.014,0.007c-0.486,0.271-0.787,0.709-1.078,1.134
|
||||||
|
c-0.172,0.251-0.337,0.49-0.523,0.674C21.738,21.793,21.727,21.78,21.716,21.769z"/>
|
||||||
|
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.0335" y1="5.4208" x2="16.0335" y2="27.5461">
|
||||||
|
<stop offset="0" style="stop-color:#FFF7C4"/>
|
||||||
|
<stop offset="0.2318" style="stop-color:#D6BE77"/>
|
||||||
|
<stop offset="0.3855" style="stop-color:#FFF7C4"/>
|
||||||
|
<stop offset="0.6006" style="stop-color:#A5935C"/>
|
||||||
|
<stop offset="0.7402" style="stop-color:#423B27"/>
|
||||||
|
<stop offset="0.7667" style="stop-color:#48402A"/>
|
||||||
|
<stop offset="0.8025" style="stop-color:#595033"/>
|
||||||
|
<stop offset="0.8435" style="stop-color:#766943"/>
|
||||||
|
<stop offset="0.8882" style="stop-color:#9D8C58"/>
|
||||||
|
<stop offset="0.8966" style="stop-color:#A5935C"/>
|
||||||
|
<stop offset="1" style="stop-color:#A8A66A"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path fill="url(#SVGID_1_)" d="M14.463,8.571c-0.606,0.253-1.219,0.552-1.714,0.986c-0.111-0.159-0.289-0.287-0.483-0.348
|
||||||
|
c0.532-0.356,1.193-0.517,1.579-1.058c0.059-0.083,0.213-0.329,0.176-0.403c-0.461-0.925-0.783-1.969-1.226-2.922
|
||||||
|
c0.099,0.015,0.293-0.165,0.373,0.012c0.306,0.944,0.662,1.91,1.058,2.871C14.226,7.709,14.514,8.55,14.463,8.571z M12.812,10.386
|
||||||
|
c-0.173-0.435-0.441-1.081-0.956-0.861c-0.608,0.481,0.081,1.285,0.234,0.696c-0.005-0.114-0.273-0.081-0.244-0.241
|
||||||
|
c0.291-0.546,0.843,0.42,0.344,0.662c-0.565,0.36-1.109-0.479-0.809-0.959c0.427-0.972,1.869-1,2.29-1.944l-0.227-0.548
|
||||||
|
c-0.45,1.086-2.05,1.367-2.628,2.306c0.167,0.156,0.08,0.434-0.128,0.525c0.341,0.42,0.724,0.976,1.216,0.971
|
||||||
|
C12.14,10.983,12.911,10.706,12.812,10.386z M13.214,10.5c0.53,0.176,1.257-0.853,0.457-0.773c-0.091-0.03-0.279,0.209-0.135,0.204
|
||||||
|
c0.154-0.111,0.344,0.145,0.175,0.252c-0.339,0.243-0.75-0.259-0.436-0.541l-0.042-0.077c-0.12,0.081-0.232,0.173-0.336,0.263
|
||||||
|
c0.077,0.188,0.211,0.405,0.233,0.61C13.17,10.478,13.125,10.498,13.214,10.5z M12.578,26.658c0.315-0.781,0.431-1.647,0.729-2.434
|
||||||
|
c0.029-0.212,0.404-0.684,0.058-0.74c-0.266,0.402-0.294,1.026-0.444,1.489C12.873,25.531,12.439,26.114,12.578,26.658z
|
||||||
|
M12.054,23.083c-0.406-0.537-1.357-0.935-1.896-1.376c-0.177,0.193-0.632,0.614-0.886,0.852c0.633,0.67,1.263,1.12,2.052,1.239
|
||||||
|
C11.787,23.874,12.025,23.258,12.054,23.083z M12.841,27.639c0.092,0.015,0.109-0.037,0.129-0.147
|
||||||
|
c0.181-0.65,0.167-1.398,0.603-1.946c-0.107-0.027-0.213-0.056-0.319-0.088c-0.201,0.404-0.155,1.563-0.74,1.507
|
||||||
|
C12.462,27.36,12.323,27.604,12.841,27.639z M8.128,21.69c-0.039,0.07-0.087,0.135-0.144,0.193l0.146,0.178
|
||||||
|
C8.166,21.948,8.143,21.814,8.128,21.69z M16.157,24.414c-0.204-0.342-2.105-0.271-2.454-0.37c-0.095,0.25-0.335,0.964-0.368,1.119
|
||||||
|
c0.712,0.203,1.183,0.276,1.898,0.276C16.118,25.48,16.393,25.293,16.157,24.414z M8.421,20.497
|
||||||
|
c0.044,0.001,0.069-0.008,0.082-0.004l0.011-0.018c0.192-0.032,0.48-0.157,0.54-0.371c-0.424-0.683-0.871-1.374-1.139-2.152
|
||||||
|
c-0.137,0.039-1.045,0.29-1.114,0.309C6.873,18.934,7.583,20.319,8.421,20.497z M7.936,22.307L7.725,22.05
|
||||||
|
c-0.126,0.05-0.279,0.067-0.416,0.044c-0.06,0.027-0.175,0.042-0.206,0.044c-0.046,0.19-0.153,0.358-0.256,0.504
|
||||||
|
c0.082,0.106,0.178,0.202,0.251,0.316C7.331,22.761,7.659,22.523,7.936,22.307z M7.381,16.293c0.238-0.004,0.486-0.015,0.439-0.371
|
||||||
|
c-0.053-0.862-0.059-1.672,0.1-2.404c-0.207-0.039-0.911-0.159-1.127-0.195C6.646,14.142,6.29,16.172,7.381,16.293z M7.208,16.586
|
||||||
|
c0.009,0.241,0.036,0.479,0.08,0.712c0.175-0.052,0.36-0.104,0.537-0.154l-0.097-0.581C7.556,16.6,7.379,16.61,7.208,16.586z
|
||||||
|
M8.513,22.081L8.46,22.017c-0.008,0.064-0.026,0.126-0.054,0.188C8.442,22.164,8.478,22.123,8.513,22.081z M8.976,21.569
|
||||||
|
c-0.133-0.144-0.521-0.571-0.159-0.654c0.193,0.039,0.211,0.331,0.369,0.433c0.1-0.106,0.203-0.213,0.315-0.311L9.104,20.55
|
||||||
|
c-0.009,0.002-0.02,0.003-0.033,0.003c-0.626,0.472-1.202,0.16-1.655-0.362c0.278,0.394,0.661,0.939,1.303,1.66
|
||||||
|
C8.799,21.759,8.883,21.669,8.976,21.569z M9.134,21.346l-0.037,0.032v0.001L9.134,21.346z M22.36,6.95
|
||||||
|
c-0.097,0.211-0.168,0.448-0.298,0.573c0.142,0.118,0.256,0.252,0.409,0.388C22.665,7.588,22.565,7.069,22.36,6.95z M6.493,6.91
|
||||||
|
C6.255,7.05,5.83,7.259,5.96,7.506c0.311,0.49,0.968,0.659,1.398,1.036c1.687,1.04-0.338,2.666-0.288,4.124
|
||||||
|
c0.072,0.014,0.328,0.068,0.328,0.068c0.03-0.212,0.057-0.432,0.154-0.624c-0.554-1.33,1.983-2.572,0.424-3.495
|
||||||
|
c-0.729-0.618-2.51-1.386-0.475-1.732c0.633,0.106,1.314,1.091,1.837,1.452c0.03-0.037,0.061-0.073,0.092-0.109
|
||||||
|
C8.42,7.708,7.797,5.816,6.493,6.91z M23.268,7.222c-0.119,0.337-0.348,0.607-0.598,0.85c0.247,0.129,0.48,0.233,0.771,0.27
|
||||||
|
C23.527,7.969,23.458,7.566,23.268,7.222z M22.106,6.533c0.01-0.044,0.017-0.098,0.011-0.143c-0.225-0.004-0.45-0.007-0.674-0.011
|
||||||
|
C21.374,6.837,22.025,6.923,22.106,6.533z M21.431,6.957c-0.065,0.054-0.095,0.185-0.123,0.321c0.102,0.051,0.567,0.171,0.567,0.171
|
||||||
|
C22.09,6.98,21.715,6.718,21.431,6.957z M22.936,7.204c0.111-0.148,0.29-0.452,0.27-0.857c-0.21-0.003-0.421-0.006-0.631-0.008
|
||||||
|
C22.674,6.492,22.743,7.359,22.936,7.204z M23.913,7.221c0.156-0.234,0.182-0.538,0.18-0.811c-0.188-0.01-0.369-0.01-0.555-0.012
|
||||||
|
c0.149,0.309,0.22,0.691,0.215,1.034C23.815,7.385,23.871,7.284,23.913,7.221z M24.495,6.058c-0.243,0.018-1.021,0.016-2.165,0.016
|
||||||
|
c-1.244,0-1.881-0.074-1.969,0.109c-0.147,0.305-0.304,0.853-0.604,0.981c-0.3,0.128-1.801-0.016-2.139-0.027
|
||||||
|
C17.376,7.13,17.518,6.804,17.09,6.78s-0.445,0.221-0.456,0.358c-0.011,0.125,0.055,0.42,0.419,0.45
|
||||||
|
c0.336,0.028,0.287-0.225,0.658-0.216c0.371,0.009,1.619,0.155,1.925,0.159c0.213,0.003,1.363,0.04,1.786,0.225
|
||||||
|
c0.373,0.163,0.426,0.315,0.797,0.537c0.36,0.215,0.878,0.575,2.057,0.561c-0.013-0.041-0.021-0.081-0.038-0.121
|
||||||
|
c-0.866,0.115-1.652-0.241-2.213-0.893c-0.431-0.555-2.058-0.155-1.8-0.848c0.353-0.669,0.192-0.961,1.148-0.839
|
||||||
|
C21.818,6.061,24.447,6.398,24.495,6.058z M23.949,7.531c-0.112,0.448-0.146,0.748-0.209,0.921c0.15,0.018,0.33,0.025,0.454,0.043
|
||||||
|
c0,0,0.091-0.216,0.092-0.216C24.377,8.033,24.198,7.697,23.949,7.531z M20.906,4.343c0.368,0.376,0.444,1.082,0.192,1.456
|
||||||
|
c-0.104,0-0.13,0.003-0.233,0.001c0-0.001-0.026-0.001-0.026-0.002C20.752,5.808,20.572,5.8,20.441,5.8
|
||||||
|
c-0.05,0.007-0.257,0.012-0.377,0.114c-0.048,0.034-0.103,0.138-0.1,0.138c-0.044,0.082-0.067,0.142-0.084,0.24
|
||||||
|
c-1.125-0.27-1.18-1.631-0.385-2.108c0.053-0.032,0.481-0.134,0.852-0.01C20.551,4.242,20.743,4.288,20.906,4.343z M20.645,5.192
|
||||||
|
c0-0.294-0.238-0.533-0.533-0.533c-0.294,0-0.533,0.238-0.533,0.533c0,0.294,0.238,0.533,0.533,0.533S20.646,5.486,20.645,5.192z
|
||||||
|
M15.609,2.983c-0.072-0.071-0.161,0.044-0.152,0.12c0.042,0.151,0.294,0.098,0.416,0.103c0.517-0.415-0.702-1.17-0.956-0.381
|
||||||
|
c-0.183,0.568,0.268,0.677,1.165,0.901s1.118,2.062,2.592,0.787c-0.119-0.052-0.195-0.165-0.258-0.28
|
||||||
|
c-0.172,0.116-0.615,0.368-0.662,0.331c-0.795,0.062-0.752-1.336-1.925-1.141c-0.997,0.151-0.487-1.114-0.05-0.532
|
||||||
|
C15.783,2.977,15.685,3.058,15.609,2.983z M24.701,8.616c0.081,0.256,0.141,0.554-0.09,0.752c-0.004,0.003-0.008,0.004-0.011,0.007
|
||||||
|
c0.704,0.601,1.316,1.307,1.763,2.109c0.162,0.291,0.245,0.218,0.165-0.114c-0.033-0.136-0.011-0.335-0.051-0.462
|
||||||
|
C26.196,10.012,25.711,9.326,24.701,8.616z M24.791,10.859c0.307-0.075,0.591,0.015,0.841,0.178c0.177,0.116,0.217,0.01,0.072-0.185
|
||||||
|
c-0.378-0.506-0.826-0.96-1.308-1.371c-0.189,0.093-0.234,0.374-0.299,0.55C24.372,10.267,24.624,10.54,24.791,10.859z
|
||||||
|
M26.654,10.262c-0.016-0.182-0.024-0.365-0.029-0.547c-0.188-0.1-0.367-0.216-0.54-0.345c0.012,0.101,0.036,0.202,0.041,0.303
|
||||||
|
c0.147,0.187,0.278,0.386,0.388,0.596C26.59,10.415,26.668,10.414,26.654,10.262z M17.341,8.741
|
||||||
|
c3.163-0.959,1.529,0.828,2.879,1.292c-0.306-0.512-0.362-1.342-0.772-1.749c-0.771-0.175-1.528-0.127-2.221,0.257
|
||||||
|
c-2.432,0.407-2.673-3.595-0.029-2.867c0.581,0.327,1.151,0.469,1.824,0.433c-0.262-0.301-0.443-0.717-0.413-1.12
|
||||||
|
c0.004-0.053-0.076-0.076-0.128-0.037c-0.1,0.076-0.205,0.143-0.327,0.182c-0.029,0.159,0.313,0.625-0.042,0.522
|
||||||
|
c-0.803-0.805-1.764-0.636-2.715,0.147C14.101,7.098,15.596,9.485,17.341,8.741z M18.501,10.312
|
||||||
|
c0.148,0.044,0.296,0.087,0.433,0.156c0.269-0.171,0.673-0.068,0.365-0.474c-0.13-0.299-0.144-0.898-0.518-1.007
|
||||||
|
c-0.98,0.034-2.002,0.743-2.351,1.666c-0.006,0.005-0.012,0.01-0.018,0.015c0.003,0.003,0.005,0.006,0.008,0.008
|
||||||
|
c0.006-0.004,0.013-0.007,0.019-0.011C16.495,10.726,17.474,10.004,18.501,10.312z M18.972,28.031
|
||||||
|
c0.198,0.042-0.026-0.391-0.224-0.936c-0.055-0.15-0.095-0.117-0.116,0.034c-0.022,0.155-0.086,0.286-0.217,0.375
|
||||||
|
C18.45,27.894,18.589,28.028,18.972,28.031z M17.256,24.834c-0.042-0.152-0.066-0.445-0.129-0.588
|
||||||
|
c-0.222,0.036-0.446,0.066-0.669,0.093c0.065,0.159,0.091,0.297,0.083,0.436c0,0.02-0.001,0.04-0.002,0.061L17.256,24.834z
|
||||||
|
M18.517,26.098c-0.006-0.222,0.035-0.427,0.153-0.594c-0.105,0.031-0.21,0.063-0.315,0.088c0.007,0.137,0.057,0.321,0.114,0.522
|
||||||
|
C18.498,26.217,18.52,26.207,18.517,26.098z M20.502,23.638c-0.576-0.636-1.681,0.57-2.456,0.554
|
||||||
|
c0.051,0.234,0.196,0.894,0.242,1.102C19.032,24.974,21.086,24.882,20.502,23.638z M10.039,21.301
|
||||||
|
c-0.148-0.706-2.152,2.069-2.442,2.367c0.011,0.025,0.015,0.053,0.018,0.08C8.353,22.892,9.392,22.207,10.039,21.301z M7.414,21.8
|
||||||
|
c0.253-0.004,0.491-0.174,0.503-0.448c-0.636-0.586-1.087-2.191-2.141-1.532C6.247,20.533,6.592,21.532,7.414,21.8z M5.384,19.996
|
||||||
|
c0.233,0.797,1.148,1.418,1.348,2.253c0.3-0.597-0.977-1.422-1.235-2.302C5.459,19.963,5.421,19.98,5.384,19.996z M7.413,24.048
|
||||||
|
c-0.029,0.212,0.02,0.417,0.136,0.569c0.505-0.583,0.896-1.447,1.692-1.645c-0.065-0.066-0.129-0.133-0.19-0.202
|
||||||
|
C8.514,23.113,8.073,24.107,7.413,24.048z M27.674,20.378c1.198-1.046-1.476-0.614-1.735-1.284c-0.02,0.058-0.097,0.26-0.097,0.26
|
||||||
|
c0.43,0.219,1.909,0.25,1.596,0.959C27.515,20.341,27.6,20.379,27.674,20.378z M28.501,11.87c0.084,0.654,0.241,1.353,0.479,2.138
|
||||||
|
c0.177-0.044,0.783-0.185,0.991-0.225c-0.398-0.919-0.041-2.091-0.172-3.128C29.097,10.049,28.498,11.257,28.501,11.87z
|
||||||
|
M22.931,23.414c0.259,0.457,1.265,1.022,0.82,1.589c0.065,0.069,0.164,0.108,0.273,0.108c1.035-0.29-0.998-1.308-0.823-1.97
|
||||||
|
C23.115,23.233,23.021,23.325,22.931,23.414z M23.853,19.33c1.079,0.306,2.07,0.57,3.128,0.892c0.888-0.196-2.862-0.938-3.12-1.07
|
||||||
|
L23.853,19.33z M25.45,20.694c0.086,0.036,0.175,0.072,0.26,0.109l0.144-0.238C25.693,20.521,25.481,20.511,25.45,20.694z
|
||||||
|
M26.316,21.518c0.276-0.108,0.689,0.027,0.942,0.124c0.102-0.149,0.23-0.303,0.268-0.478c-0.603-0.14-0.144-0.025-1.377-0.494
|
||||||
|
l-0.179,0.296C26.069,21.055,26.289,21.254,26.316,21.518z M25.318,20.965c-0.185,0.35-0.443,0.765-0.786,1.19
|
||||||
|
c-0.508,0.548-0.634,0.879,0.21,1.463C25.166,22.838,26.913,21.436,25.318,20.965z M3.887,13.157
|
||||||
|
c0.829,0.252,1.746,0.062,2.549,0.349c0.014-0.061,0.054-0.231,0.054-0.231c-0.467-0.203-2.109,0.102-1.767-0.737
|
||||||
|
C4.313,12.359,4.033,12.84,3.887,13.157z M7.762,7.316c-0.263-0.272-0.605-0.01-0.896,0.093c0.663,0.565,1.379,0.985,1.935,1.696
|
||||||
|
c0.045-0.058,0.091-0.119,0.145-0.17C8.67,8.587,7.098,7.567,7.762,7.316z M7.698,12.796c0.085,0.017,0.459,0.092,0.459,0.092
|
||||||
|
l0.04-0.292c-0.154-0.035-0.279-0.107-0.42-0.218C7.739,12.521,7.716,12.666,7.698,12.796z M8.62,11.986
|
||||||
|
c0.351-0.881,0.779-1.608,1.306-2.22C9.843,9.691,9.733,9.585,9.643,9.507L9.64,9.51C9.51,9.403,9.32,9.227,9.183,9.122
|
||||||
|
c-0.401,0.661-2.248,2.726-0.893,3.176C8.454,12.298,8.561,12.122,8.62,11.986z M10.13,10.527c-0.079-0.076-0.166-0.145-0.251-0.212
|
||||||
|
c-0.614,0.629-0.727,1.735-1.374,2.248c-0.005,0.145-0.042,0.29-0.055,0.435c0.193,0.119,0.156,0.436-0.053,0.517
|
||||||
|
c0.026,0.437,0.11,0.954,0.498,1.131c1.565,0.047,0.371-1.809,0.098-0.96c-0.13,0.289,0.218,0.513,0.267,0.251
|
||||||
|
c-0.154-0.058-0.087-0.297,0.064-0.292c0.241,0.026,0.351,0.37,0.181,0.543c-0.463,0.371-0.866-0.084-0.826-0.766
|
||||||
|
C8.77,12.233,9.31,11.156,10.13,10.527z M11.218,11.051c-0.324-0.275-0.586-0.613-0.849-0.938c-0.084-0.011-0.163-0.073-0.223-0.132
|
||||||
|
c-0.027,0.032-0.054,0.064-0.081,0.097c0.408,0.289,0.702,0.707,1.011,1.091C11.125,11.139,11.172,11.092,11.218,11.051z
|
||||||
|
M9.761,20.253c1.163,0.007,0.574-1.65-0.257-0.967c0.025,0.176,0.421,0.601,0.483,0.23c-0.007-0.03-0.026-0.03-0.049-0.028
|
||||||
|
c-0.275,0.081-0.257-0.356,0.015-0.312c1.035,0.288-0.514,1.93-1.019-0.634c-0.177-0.03-0.342-0.124-0.498-0.287
|
||||||
|
c-0.05-0.052-0.092-0.017-0.057,0.063c0.247,0.573,0.703,1.152,0.976,1.766C9.479,20.223,9.644,20.253,9.761,20.253z M8.12,17.063
|
||||||
|
c0.475-0.151,0.792,0.435,0.324,0.706c0.208,0.327,0.419,0.486,0.644,0.486c1.713-0.081,0.674-1.674-0.13-1.154
|
||||||
|
c0.041,0.264,0.251,0.617,0.46,0.406c0.016-0.017-0.003-0.039-0.029-0.041c-0.129-0.006-0.233-0.195-0.087-0.277
|
||||||
|
c0.282-0.181,0.591,0.186,0.407,0.447c-1.382,1.093-1.16-2.042-1.228-2.91c-0.161-0.214-0.276-0.46-0.337-0.715
|
||||||
|
C7.945,14.792,8.3,15.662,8.01,16.405L8.12,17.063z M9.857,12.493c-0.331,0.83,0.471,0.65,0.5,0.482
|
||||||
|
c0.006-0.033-0.078-0.029-0.101-0.01c-0.119,0.094-0.336-0.079-0.26-0.211c0.142-0.338,0.761-0.171,0.667,0.219
|
||||||
|
c-0.855,1.543-1.9-1.159-0.098-1.955c-0.072-0.09-0.146-0.18-0.223-0.267c-0.687,0.506-1.171,1.391-1.338,2.445
|
||||||
|
c0.294-0.11,0.649,0.066,0.794,0.334c0.167,0.09,0.3,0.282,0.492,0.313C11.478,13.838,10.899,11.666,9.857,12.493z M9.846,7.641
|
||||||
|
c0.644-0.154,1.137-0.734,1.707-1.081c0.364-0.263,0.084-0.686-0.069-0.978C10.994,5.961,8.502,7.038,9.846,7.641z M7.999,7.536
|
||||||
|
C7.95,7.578,7.896,7.598,7.841,7.621C8.66,8.393,9.64,8.999,10.409,9.814c0.053-0.04,0.123-0.056,0.106-0.118
|
||||||
|
C10.421,9.36,8.917,8.406,7.999,7.536z M8.226,13.079c-0.735-0.144-2.373-0.304-3.203-0.443c-0.067,0.077-0.079,0.158,0.013,0.219
|
||||||
|
c0.144,0.072,0.292,0.101,0.509,0.117c1.113,0.082,2.66,0.398,2.698,0.322C8.288,13.204,8.304,13.185,8.226,13.079z M7.945,6.413
|
||||||
|
c0.466,0.395,0.899,1.042,1.424,1.401c0.075,0.051,0.114,0.042,0.03-0.032C9.193,7.6,9.094,7.294,9.184,7.028
|
||||||
|
C8.724,6.928,8.438,5.872,7.945,6.413z M4.731,18.423c-0.196,0.057-0.41,0.128-0.372,0.365c0.01,0.14-0.026,0.339,0.04,0.418
|
||||||
|
c0.745-0.097,1.372-0.593,2.13-0.67c-0.002-0.013-0.026-0.17-0.028-0.188C5.879,18.374,4.901,19.339,4.731,18.423z M5.035,18.317
|
||||||
|
c0.011,0.06,0.015,0.131,0.028,0.189C9.361,17.249,9.322,16.922,5.035,18.317z M8.651,6.127c0.197,0.262,0.377,0.419,0.611,0.606
|
||||||
|
h0.003L9.27,6.734V6.732c0.02,0.001,0.049-0.005,0.063,0.006c0.534-0.646,1.328-0.974,2.012-1.426
|
||||||
|
c-0.127-0.25-0.22-0.473-0.375-0.724C10.165,5.034,9.268,5.416,8.651,6.127z M6.218,12.041c0.084,0.02,0.163,0.04,0.255,0.043
|
||||||
|
c0.103,0.003,0.234-0.013,0.286-0.095c-0.173,0.005-0.336-0.05-0.492-0.147L6.218,12.041z M7.376,10.663
|
||||||
|
c0.251-0.449,0.515-0.929,0.265-1.39L7.64,9.275C7.541,9.067,7.363,8.946,7.194,8.8c-0.34,0.677-1.594,2.556-0.503,2.88
|
||||||
|
C7.131,11.667,7.107,10.956,7.376,10.663z M5.106,20.111c-0.014,0.005-0.118,0.042-0.118,0.042c-0.222-0.066-0.466,0.184-0.565,0.35
|
||||||
|
c-0.183,0.242,0.314,0.879,0.359,1.054c0.071,0.315,0.451,0.29,0.707,0.249c0.695,0.131,0.723,1.175,0.044,1.202
|
||||||
|
C5.354,23.02,4.993,22.8,5.07,22.553c0.061-0.098,0.233-0.094,0.278,0.019c0.123,0.247,0.465,0.083,0.37-0.159
|
||||||
|
c-0.393-0.89-1.623,0.565-0.279,0.923c0.353,0.019,0.671-0.197,0.842-0.483C6.838,21.819,5.314,21.105,5.106,20.111z M6.655,22.887
|
||||||
|
c-0.21,0.22-0.454,0.524-0.133,0.763c0.104-0.175,0.216-0.343,0.362-0.489C6.789,23.087,6.73,22.978,6.655,22.887z M8.237,25.008
|
||||||
|
c1.135-2.393,2.666-0.635,4.389-0.114c0.054-0.214,0.229-0.91,0.289-1.166c-0.253-0.044-0.485-0.122-0.69-0.232
|
||||||
|
c-0.617,1.341-1.995,0.112-2.847-0.24c-0.771,0.054-1.205,1.355-1.817,1.745c-1.076-0.625-0.033-1.82,0.522-2.417
|
||||||
|
c-0.666,0.505-1.795,1.152-1.179,2.118c0.145,0.352,0.335,0.974,0.681,0.937C7.819,25.649,8.075,25.371,8.237,25.008z M7.08,19.736
|
||||||
|
c-0.2-0.311-0.361-0.638-0.472-0.9c-0.674-0.104-2.318,1.319-2.543,0.31c-0.072-0.425,0.003-0.898,0.5-0.993
|
||||||
|
c0.597-0.208,1.21-0.392,1.807-0.579c-0.031-0.062-0.059-0.124-0.084-0.187c-0.587,0.453-1.517,0.264-2.14,0.677
|
||||||
|
c-0.492,0.142-0.682,1.833-0.069,2.035C6.271,19.34,6.574,19.125,7.08,19.736z M7.917,25.804c-0.068,0.061-0.143,0.118-0.229,0.172
|
||||||
|
c0.363,0.551,0.906,0.993,1.534,1.247c0.606,0.126,1.553,0.813,0.838,1.407c-0.284,0.27-1.044-0.289-0.561-0.493
|
||||||
|
c0.066,0,0.138,0.041,0.15,0.133c0.068,0.245,0.411,0.057,0.353-0.121c-0.567-1.237-1.739,0.762-0.164,0.885
|
||||||
|
c0.517-0.009,0.994-0.454,1.073-0.967C10.895,26.882,8.517,26.89,7.917,25.804z M4.013,17.308c-0.002,0.147,0.044,0.294,0.098,0.432
|
||||||
|
c0.067-0.032,0.136-0.059,0.205-0.086c-0.026-0.093-0.106-0.352-0.139-0.475C4.104,17.19,4.053,17.267,4.013,17.308z M11.166,25.25
|
||||||
|
c0.238-0.026,0.503-0.148,0.615-0.355c-0.775-0.247-2.01-1.451-2.664-0.581C9.772,24.672,10.433,25.09,11.166,25.25z M10.464,26.861
|
||||||
|
c0.253,0.014,0.329-0.265,0.328-0.348c-0.072-0.824-1.596-1.052-2.168-1.536C7.706,26.139,9.671,26.591,10.464,26.861z
|
||||||
|
M4.608,17.561c0.08-0.022,0.16-0.042,0.24-0.061c-0.043-0.179-0.079-0.36-0.106-0.54c-0.078,0.075-0.166,0.13-0.263,0.164
|
||||||
|
L4.608,17.561z M5,11.757c0.067,0.014,0.685,0.138,0.921,0.211c0.033-0.125,0.063-0.296,0.11-0.397
|
||||||
|
c-0.034-0.1-0.055-0.197-0.065-0.291c-0.272,0.128-0.626,0.208-0.94,0.149C5.017,11.538,5.02,11.648,5,11.757z M3.439,14.174
|
||||||
|
c-0.175-0.023-0.381-0.015-0.511-0.209c-0.774,1.634,0.286,3.207-0.309,4.329c-0.536,0.793-1.784-0.079-1.058-0.761
|
||||||
|
c0.103-0.08,0.255-0.022,0.296,0.099c0.069,0.138-0.148,0.224-0.129,0.348c0.089,0.568,0.851,0.073,0.708-0.324
|
||||||
|
c-0.152-0.778-1.134-0.724-1.447-0.181c-0.474,0.915,0.42,1.807,1.362,1.77C4.747,19.173,2.524,15.647,3.439,14.174z M4.61,11.049
|
||||||
|
c0.229,0.048,0.472,0.093,0.702,0.093C6.318,11.221,6.22,9.37,6.943,8.623c-0.2-0.135-0.402-0.256-0.615-0.384
|
||||||
|
c-0.875,0.548-0.658,2.484-1.519,2.522c-0.503,0.053-0.813-0.798-0.218-0.867c0.266-0.017,0.248,0.368-0.011,0.318
|
||||||
|
c-0.055,0.127,0.12,0.254,0.217,0.24c0.248-0.001,0.282-0.287,0.342-0.474C5.27,9.726,4.755,9.495,4.504,9.483
|
||||||
|
c-0.461,0.045-0.579,0.825-0.484,1.184C4.115,10.946,4.447,10.986,4.61,11.049z M3.93,17.027c0.192,0.01,0.423-0.176,0.575-0.218
|
||||||
|
c0.414-0.581-0.072-1.861,0.069-2.622c-0.948-0.306-1.037,0.468-0.934,1.19C3.75,15.784,3.511,16.884,3.93,17.027z M5.28,9.497
|
||||||
|
c0.149-0.495,0.362-1.038,0.783-1.429C6.01,8.031,5.954,7.99,5.903,7.942c-0.183,0.18-0.371,0.365-0.49,0.56
|
||||||
|
c0.043,0.301-0.427,0.521-0.599,0.241c-0.06-0.148,0.125-0.286,0.254-0.176C5.222,8.136,3.733,8.597,5.28,9.497z M6.667,17.483
|
||||||
|
l0.327-0.098c-0.059-0.271-0.089-0.564-0.092-0.893c-0.735-0.58-0.576-1.795-0.524-2.66c-0.8-0.41-2.074,0.014-2.768-0.522
|
||||||
|
c-0.104-0.657,0.782-1.43,1.435-0.982c0.579,0.081,1.158,0.176,1.723,0.281c0.008-0.092,0.019-0.183,0.033-0.275
|
||||||
|
c-0.8,0.183-1.71-0.38-2.522-0.377c-0.664-0.111-2.105,2.012-0.756,1.863C7.505,13.783,5.6,14.853,6.667,17.483z M4.848,14.221
|
||||||
|
c-0.026,1.026,0.137,2.104,0.297,3.209c0.267-0.113,0.895-0.002,0.936-0.414c0,0-0.089-1.196-0.125-1.567
|
||||||
|
c-0.04-0.386,0.066-1.165-0.467-1.145v-0.002C5.355,14.28,4.988,14.237,4.848,14.221z M11.892,25.257
|
||||||
|
c-0.927,0.753-2.046-0.258-2.962-0.697c-0.045,0.057-0.089,0.115-0.131,0.174c4.036,1.765,1.13,1.885,2.701,2.602
|
||||||
|
C11.448,26.679,12.222,25.832,11.892,25.257z M21.972,24.377c0.4,1.163-1.512,1.601-2.24,2.088c0.02,0.079,0.043,0.158,0.067,0.236
|
||||||
|
c0.683-0.27,1.38-0.622,2.187-1.105c0.265-0.177,0.489-0.004,0.643,0.232c0.191,0.35,0.561,0.396,0.728,0.017
|
||||||
|
c-0.517-0.455-0.94-1.031-1.298-1.544C22.03,24.327,22.001,24.352,21.972,24.377z M20.251,27.465l0.086,0.162
|
||||||
|
c0.461-0.356,1.718-0.188,1.687,0.515c-0.106,0.242-0.609,0.388-0.635-0.1c-0.015-0.059,0.019-0.187-0.019-0.225
|
||||||
|
c-0.487,0.155-0.263,0.879,0.139,0.977C23.604,28.347,21.547,26.346,20.251,27.465z M23.948,23.323
|
||||||
|
c-0.625-0.84,1.31-2.168,1.449-3.338c-0.198-0.075-0.38-0.142-0.566-0.196c-0.154,0.275-0.292,0.555-0.419,0.857
|
||||||
|
c0.417,1.206-1.687,2.062-0.561,3.118c0.537,0.442,1.362,1.482,0.158,1.664c-0.734-0.152-1.088-1.001-1.614-1.476
|
||||||
|
c-0.031,0.05-0.076,0.088-0.116,0.13c0.563,0.7,0.91,1.463,1.676,1.717C26.395,24.912,25.292,24.568,23.948,23.323z M22.235,25.822
|
||||||
|
c-0.764,0.411-1.523,0.859-2.342,1.172l0.091,0.26c0.809-0.285,1.616-0.662,2.463-1.152C22.39,26.019,22.31,25.831,22.235,25.822z
|
||||||
|
M26.582,21.779c-0.579,0.152-1.062,1.662-1.537,2.074c0.094,0.078,0.217,0.187,0.336,0.313c0.591-0.447,0.662-1.937,1.548-1.943
|
||||||
|
c0.26-0.02,0.542,0.066,0.63,0.339c0.218,0.725-1.066,0.58-0.504,0.179c0.134,0.075,0.298,0.01,0.176-0.152
|
||||||
|
c-0.688-0.25-0.793,1.026,0.116,0.761c0.434-0.123,0.732-0.781,0.389-1.159C27.362,22.013,27.012,21.82,26.582,21.779z
|
||||||
|
M30.982,14.203c-0.805-0.464-1.802,0.101-2.812,0.412c-0.341,0.141-0.422,0.491-0.253,1.106c0.21,1.002,0.157,2.041,0.065,3.017
|
||||||
|
c0.084,0.009,0.169,0.021,0.253,0.033l0.082,0.012c0.601-1.341-1.021-4.602,1.653-3.956c0.077-0.537,0.843-0.638,0.997-0.072
|
||||||
|
c0.083,0.192-0.066,0.53-0.281,0.331c-0.044-0.104-0.003-0.255-0.078-0.362c-0.106-0.091-0.264-0.04-0.316,0.085
|
||||||
|
c-0.046,0.23,0.34,0.542,0.543,0.588C31.363,15.338,31.255,14.52,30.982,14.203z M17.447,25.699c0,0-0.099-0.44-0.125-0.562
|
||||||
|
c-0.205,0.008-0.618,0.003-0.828,0.003c-0.259,1.155-1.851,0.322-2.674,0.579c-0.422,0.542-0.361,1.31-0.58,1.938
|
||||||
|
c-0.117,0.441-0.609,0.274-0.922,0.14c-0.43-0.357,0.107-2.098,0.24-2.606c-0.162-0.059-0.322-0.12-0.482-0.182
|
||||||
|
c0.917,1.396-1.867,2.697,1.171,3.803c0.027,0,0.049-0.008,0.058-0.011C14.104,24.799,13.671,26.074,17.447,25.699z M26.284,17.999
|
||||||
|
c-0.131-1.284,0.251-2.755-0.611-3.851c-0.549-0.747-1.811-2.851-2.572-1.432c-0.264,0.823,1.498,1.384,1.639,2.835
|
||||||
|
c1.389,0.398,1.487,1.625,1.341,2.939c-0.057,1.059,1.565,0.554,2.097,1.092c0.229,0.36-0.024,1.092-0.494,1.112
|
||||||
|
c-0.204-0.022-0.428-0.131-0.62-0.169c-0.493-0.014-0.931-0.268-1.383-0.429c-0.016,0.047-0.031,0.093-0.048,0.14
|
||||||
|
c0.698,0.009,1.302,0.568,1.987,0.624c0.607-0.157,1.074-0.848,1.424-1.352C28.374,18.599,26.427,19.505,26.284,17.999z
|
||||||
|
M28.631,15.655c-0.015,1.069,0.385,2.142-0.016,3.196c0.088,0.027,0.175,0.063,0.264,0.109c0.672-0.983-0.048-2.216,0.363-3.199
|
||||||
|
c0.408-0.62,1.336,0.049,0.81,0.578c-0.141,0.141-0.358-0.096-0.208-0.225c0.207-0.231-0.193-0.42-0.342-0.192
|
||||||
|
c-0.302,0.322,0.106,0.812,0.417,0.759c0.688-0.002,0.802-0.968,0.326-1.328C29.833,14.916,28.733,14.879,28.631,15.655z
|
||||||
|
M14.028,27.682c-0.112,0.02-0.15,0.171-0.15,0.171c-0.042,0.181,0.012,0.44,0.095,0.615c0.199,0.325,0.912,0.217,1.258,0.313
|
||||||
|
c0.343-0.089,0.182-0.62,0.862-0.633c0.805-0.015,0.944,0.99,0.128,1.011c-0.269,0.042-0.253-0.353,0.027-0.3
|
||||||
|
c0.232-0.009,0.279-0.343,0.034-0.4c-0.139-0.024-0.35-0.014-0.434,0.106c-0.14,0.295-0.003,0.939,0.42,0.884
|
||||||
|
c0.67,0.031,0.972-0.683,0.692-1.212C16.441,27.211,14.899,28.054,14.028,27.682z M13.969,26.929c0.21,0.009,0.42,0.013,0.63,0.013
|
||||||
|
c0.664-0.006,1.36-0.032,2.027-0.136c0.173-0.139,0.027-0.53,0.034-0.739C15.79,26.255,14.075,25.632,13.969,26.929z M17.017,26.761
|
||||||
|
c0.116-0.012,0.223-0.021,0.339-0.035c-0.027-0.145-0.101-0.563-0.124-0.701c-0.071,0-0.173,0.011-0.267,0.021
|
||||||
|
C16.98,26.227,17.011,26.613,17.017,26.761z M21.724,24.571c-0.598,0.564-1.823,0.76-2.058,1.582
|
||||||
|
C20.297,25.782,21.89,25.245,21.724,24.571z M22.196,23.727l-0.366-0.415c-0.291,0.228-0.595,0.444-0.905,0.643
|
||||||
|
c0.112,1.231-1.518,0.97-2.003,1.72c-0.418,0.898,0.524,1.675,0.428,2.509c-0.216,0.279-0.771,0.138-1.041-0.033
|
||||||
|
c-0.131-0.171-0.135-0.396-0.197-0.594c-0.153-0.037-0.235-0.162-0.286-0.301c0.088,1.437,0.697,1.405,1.978,1.511
|
||||||
|
c0.306-0.009,0.292-0.194,0.193-0.504C18.473,24.748,20.202,25.765,22.196,23.727z M13.937,27.233l-0.021,0.264
|
||||||
|
c0.989,0.124,2.213-0.352,3.071,0.204c0.203,0.006,0.428-0.021,0.611-0.091c-0.042-0.184-0.094-0.376-0.158-0.585
|
||||||
|
C16.294,27.157,15.133,27.303,13.937,27.233z M21.625,23.082c-0.079-0.089-0.174-0.219-0.25-0.283
|
||||||
|
c-0.247,0.185-0.516,0.331-0.773,0.497c0.115,0.109,0.185,0.203,0.243,0.342C21.108,23.464,21.369,23.277,21.625,23.082z
|
||||||
|
M22.501,14.896c0.78,0.784,1.125-0.573,0.506-0.225c0.302,0.281-0.309,0.418-0.328,0.058c-0.009-1.237,1.399,0.339,1.444,0.833
|
||||||
|
c0.1-0.033,0.2-0.05,0.297-0.052C24.09,13.674,21.918,13.574,22.501,14.896z M24.173,18.922c0.594-0.961-0.982-2.761-1.649-1.344
|
||||||
|
c-0.26,0.796,0.98,1.026,0.983,0.383c-0.16,0.033-0.433,0.111-0.544-0.044c-0.089-0.158-0.064-0.406,0.07-0.48
|
||||||
|
c0.697-0.194,1.176,0.977,0.96,1.443L24.173,18.922z M23.898,16.13c-0.238,0.935,1.15,1.845,0.575,2.864
|
||||||
|
c0.213,0.054,0.881,0.226,1.074,0.278c0.326-0.834,0.528-2.254-0.219-3.025C25.116,15.931,24.138,15.546,23.898,16.13z
|
||||||
|
M24.523,19.705c-0.147-0.039-0.294-0.078-0.439-0.125c-0.062,0.2-0.148,0.399-0.255,0.591c0.148,0.058,0.277,0.152,0.36,0.223
|
||||||
|
C24.287,20.159,24.414,19.932,24.523,19.705z M23.733,11.955c-0.024-0.026-0.054-0.047-0.083-0.069
|
||||||
|
c-1.2,0.186-1.596-0.78-2.707-0.662c-0.409,0.334-0.975,0.812-0.791,1.376c-0.002,0.004-0.004,0.007-0.006,0.011
|
||||||
|
c0.003-0.003,0.006-0.006,0.008-0.01c0.638-0.82,1.967-1.22,2.816-0.199C23.145,12.161,23.426,11.95,23.733,11.955z M24.592,10.929
|
||||||
|
c-0.154-0.246-0.342-0.47-0.555-0.667c-0.121,0.47-0.016,0.964,0.063,1.18C24.151,11.326,24.303,11.051,24.592,10.929z
|
||||||
|
M23.923,9.121c-0.774-0.049-1.558-0.172-2.081-0.803c-0.734-0.615-1.768-0.428-2.657-0.532c-0.511,0.01-1.056-0.163-1.55-0.084
|
||||||
|
c-0.546,0.44-1.411,0.106-1.348-0.644c0.062-0.673,1.091-0.756,1.411-0.223c0.657-0.04,1.734,0.389,2.127-0.297
|
||||||
|
c-0.656-0.317-1.45-0.132-2.113-0.361c-0.406-0.261-0.855-0.46-1.349-0.351c-1.787,0.431-0.507,3.13,1.011,2.441
|
||||||
|
c0.594-0.428,1.302-0.278,1.983-0.222c0.352,0.003,0.451,0.353,0.571,0.623c0.274,0.631,0.65,2.339,1.546,1.944
|
||||||
|
c-0.015-0.368-0.03-0.955,0.218-1.242c0.069-0.127,0.391-0.468,0.433-0.162c-0.284,1.26,0.179,2.402,1.443,2.196
|
||||||
|
c-0.159-0.715-0.025-1.487,0.336-2.122C23.918,9.23,23.925,9.176,23.923,9.121z M21.081,7.253c-0.009-0.407-0.491-0.256-0.523,0.003
|
||||||
|
C20.691,7.255,20.882,7.255,21.081,7.253z M18.597,4.113c0.044,0.068,0.092,0.154,0.143,0.194c0.002,0,0.009,0.003,0.012,0.004
|
||||||
|
c1.287-0.994,2.348,0.218,2.306-0.427c0.004-0.026,0.007-0.053,0.009-0.079c-0.405-0.107-0.843-0.252-1.265-0.207
|
||||||
|
C19.367,3.673,18.967,3.878,18.597,4.113z M23.596,20.436c-0.711,0.397-0.995,1.351-1.678,1.888
|
||||||
|
c0.163,0.166,0.651,0.685,0.812,0.862C23.231,22.597,25.042,20.812,23.596,20.436z M17.951,12.374
|
||||||
|
c0.568-0.541,1.378-0.852,2.193-0.752c0.054-0.23,0.608-0.323,0.448-0.555c-0.489-0.197-0.495-0.483-0.899-0.618
|
||||||
|
C18.79,10.595,17.758,11.41,17.951,12.374z M20.986,6.341c-0.174,0-0.298,0.115-0.361,0.267c-0.013,0.031-0.027,0.061-0.034,0.095
|
||||||
|
c0.004,0.002,0.007,0.004,0.011,0.006C20.624,6.766,21.081,6.584,20.986,6.341z M17.737,24.197l-0.041,0.027
|
||||||
|
c0.003-0.032,0.008-0.121,0.017-0.148c-0.719-1.345,0.286,3.069,0.489,3.175C18.625,27.259,17.742,24.636,17.737,24.197z
|
||||||
|
M23.633,24.731c-0.416-0.842-1.409-1.57-1.981-2.239c-0.079-0.098-0.212-0.287-0.3-0.38c-0.106,0.07-0.103,0.076-0.02,0.171
|
||||||
|
c0.741,0.796,1.444,1.726,2.211,2.472L23.633,24.731z M26.511,15.383c0.237-0.294,0.722-0.327,1.01-0.174
|
||||||
|
c-0.237-1.431-0.987-3.687-2.521-4.097c-0.529-0.036-0.864,0.579-0.679,1.032C25.336,12.985,26.308,14.173,26.511,15.383z
|
||||||
|
M25.903,7.36c0.002-0.104,0.003-0.207,0.004-0.239c0.031-0.242,0.237-0.871,0.475-1.145c0.186-0.61-0.071-1.658,0.259-2.243
|
||||||
|
c0.266-0.832-1.298,0.607-1.702,2.119c-0.028,0.103,0.094,0.143,0.018,0.31c-0.025,0.054-0.1,0.118-0.105,0.177
|
||||||
|
c-0.014,0.17-0.008,0.339,0.021,0.501C25.247,6.952,25.585,7.138,25.903,7.36z M14.937,8.625c0.045,0.103,0.158,0.26,0.288,0.217
|
||||||
|
c0.034-0.022,0.031-0.103,0-0.23c-0.055-0.225-0.322-0.568-0.508-1.015c-0.145-0.35-0.211-0.898-0.394-1.305
|
||||||
|
c-0.779-1.724-1.425-3.32-0.875-3.469c0.384-0.104,0.527,0.32,0.19,0.227c-0.009,0.014-0.022,0.026-0.04,0.032
|
||||||
|
c0.106,0.871,1.205-0.225,0.179-0.568c-1.392-0.242-0.839,1.377-0.438,2.07c0.393,0.981,0.683,1.862,1.034,2.795
|
||||||
|
C14.533,7.802,14.784,8.2,14.937,8.625z M17.726,4.237c0.992-0.766,2.112-1.304,3.36-0.902c-0.166-0.794-0.839-1.519-1.704-1.19
|
||||||
|
c0.008,0.184,0.469,1.278,0.027,0.976c-0.215-0.628-0.946-0.703-1.533-0.625c0.034,0.2,0.732,1.193,0.232,1.015
|
||||||
|
c-0.316-0.455-0.945-0.653-1.463-0.453c-0.007-0.003-0.021,0.015-0.025,0.019c-0.004,0.009-0.006,0.018-0.006,0.027
|
||||||
|
c0.001,0.002,0.003,0.008,0.003,0.012c0.066,0.145,0.355,0.425,0.582,0.7c0.14,0.17,0.252,0.341,0.333,0.432
|
||||||
|
C17.57,4.292,17.692,4.263,17.726,4.237z M14.952,2.439c0.608-0.429,1.306,0.026,1.24,0.725c-0.005,0.013,0.239,0.057,0.227,0.022
|
||||||
|
c0.022-0.019,0.035-0.05,0.044-0.078c0,0,0.001,0,0.002,0.001c0.052-0.141,0.06-0.297,0.02-0.422
|
||||||
|
c-0.206-0.7-1.125-1.121-1.719-0.634c-0.527,0.35-0.194,1.118-0.605,1.476c-0.202,0.131-0.472,0.089-0.652-0.061
|
||||||
|
c0.425,1.105,0.725,1.714,1.108,2.792c0.138-1.085,1.14-1.307,2.216-1.456c0,0-0.498-0.754-0.833-0.854
|
||||||
|
c-0.335-0.1-1.081-0.2-1.241-0.497C14.583,3.127,14.606,2.641,14.952,2.439z M16.638,3.059c0.002-0.001,0.005,0,0.007-0.001
|
||||||
|
c0,0,0.001-0.001,0.001-0.001C16.644,3.058,16.642,3.058,16.638,3.059z M9.631,8.459c0.53,0.397,0.652,0.488,0.984,0.8
|
||||||
|
c0.52-1.017,2.78-1.287,2.562-2.71l-0.664-1.608c-0.179-0.299,0.153-0.453,0.377-0.423c0.029-0.012,0.058-0.034,0.052-0.108
|
||||||
|
l0.021-0.034c-0.168-0.306-0.301-0.803-0.372-1.128c-0.408,0.055-1.545-0.191-1.664,0.263c0.119,0.871,0.874,1.75,1.115,2.614
|
||||||
|
C11.922,7.261,10.219,7.54,9.631,8.459z M16.636,3.059L16.634,3.06L16.636,3.059L16.636,3.059z M7.607,5.624
|
||||||
|
c1.112-0.334,1.759-1.591,2.986-1.787c-0.025-0.089-0.041-0.182-0.051-0.281C9.886,3.633,9.247,3.921,8.739,4.368
|
||||||
|
C8.348,4.847,7.328,5.4,7.105,4.485c-0.088-0.358,0.63-0.784,0.708-0.324c-0.022,0.123-0.139,0.146-0.24,0.113
|
||||||
|
C6.927,4.679,8.371,4.991,8.119,4.028C7.088,2.609,5.93,5.328,7.607,5.624z M8.011,5.996c0.121-0.055,0.253-0.078,0.378-0.042
|
||||||
|
c0.654-0.76,1.583-1.171,2.442-1.639c-0.035-0.075-0.063-0.145-0.084-0.21C9.723,4.643,8.838,5.232,7.979,5.939
|
||||||
|
C7.852,6.044,7.87,6.06,8.011,5.996z M28.096,11.132c-0.059-0.416-0.36-0.602-0.631-0.602c-1.544,0.385,0.182,3.04,0.253,4.035
|
||||||
|
c0.255-0.29,0.747-0.409,0.968-0.468C28.273,12.821,28.073,11.15,28.096,11.132z M27.353,9.995
|
||||||
|
c-0.175-0.036-0.347-0.099-0.509-0.171c0.007,0.169,0.018,0.338,0.035,0.507c0.005,0.051,0.089,0.093,0.129,0.069
|
||||||
|
c0.132-0.082,0.289-0.133,0.442-0.131C27.446,10.256,27.392,10.104,27.353,9.995z M27.679,18.711
|
||||||
|
c-0.013-0.701,0.386-3.119-0.454-3.269c-0.258,0.012-0.547,0.052-0.685,0.395C26.756,16.922,25.93,18.565,27.679,18.711z
|
||||||
|
M28.001,10.094c-0.175-0.01-0.23-0.024-0.402-0.061c0.03,0.083,0.059,0.166,0.089,0.249c0.151,0.021,0.176,0.071,0.297,0.162
|
||||||
|
c0.049,0.037,0.096-0.002,0.079-0.067C28.039,10.284,28.019,10.189,28.001,10.094z M22.211,4.727
|
||||||
|
c-0.181,0.105-0.538,0.039-0.726-0.068c0.247,0.43,0.12,0.858-0.045,1.14c0.931-0.003,1.861-0.004,2.792-0.011
|
||||||
|
c-0.15-0.205,0.007-0.482,0.011-0.705c-0.092-0.42-0.823-0.125-0.951-0.712c-0.326-0.896-1.485-0.07-2.013-0.702
|
||||||
|
c-0.005,0.136-0.005,0.334-0.098,0.447c-0.022,0.027,0.283,0.209,0.362,0.243C21.938,4.531,22.242,4.371,22.211,4.727z M6.211,6.72
|
||||||
|
C6.317,6.653,6.439,6.581,6.56,6.515c-0.015-0.012-0.03-0.026-0.043-0.04C6.163,6.481,5.996,5.876,6.374,5.788
|
||||||
|
c0.113-0.03,0.23,0.178,0.111,0.266c-0.061,0.04,0.014,0.132,0.074,0.119C7.004,6.11,6.702,5.555,6.416,5.565
|
||||||
|
C5.844,5.54,5.67,6.576,6.211,6.72z M26.29,7.649c-0.041-0.61,0.226-1.215,0.744-1.574c0.215-0.149,0.451-0.234,0.693-0.275
|
||||||
|
c0.016-0.25,0.406-0.441,0.421-0.65C27.068,5.19,26,6.436,26.113,7.512C26.172,7.557,26.232,7.602,26.29,7.649z M26.828,7.956
|
||||||
|
c0.421,0.673,1.942,0.285,1.503-0.601c-0.139-0.352-0.81-0.081-0.615,0.214c0.116,0.077-0.023,0.243-0.138,0.167
|
||||||
|
c-0.144-0.095-0.18-0.242-0.149-0.381c0.104-0.475,0.806-0.56,1.072-0.19c0.676,0.979-0.553,1.699-1.353,1.35
|
||||||
|
C26.203,8.2,25.551,7.31,24.185,7.163c-0.001,0.002-0.001,0.004-0.002,0.005c0.335,0.323,0.411,0.746,0.418,0.845
|
||||||
|
c0.669,0.12,2.208,1.441,2.592,1.604c2.557,0.991,3.663-3.148,0.856-3.444C27.121,6.038,26.302,7.148,26.828,7.956z"/>
|
||||||
|
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.6016" y1="13.4223" x2="16.8244" y2="8.3431" gradientTransform="matrix(1 0 0 -1 0 34)">
|
||||||
|
<stop offset="0" style="stop-color:#FFF7C4"/>
|
||||||
|
<stop offset="0.5223" style="stop-color:#A5935C"/>
|
||||||
|
<stop offset="1" style="stop-color:#FFF7C4"/>
|
||||||
|
</linearGradient>
|
||||||
|
<rect x="2.26" y="20.143" fill="url(#SVGID_2_)" width="28.845" height="4.556"/>
|
||||||
|
<g>
|
||||||
|
<rect x="2.64" y="20.552" fill="#30302F" width="3.781" height="3.781"/>
|
||||||
|
<rect x="6.662" y="20.552" fill="#30302F" width="3.781" height="3.781"/>
|
||||||
|
<rect x="10.703" y="20.552" fill="#30302F" width="3.781" height="3.781"/>
|
||||||
|
<rect x="14.74" y="20.552" fill="#30302F" width="3.781" height="3.781"/>
|
||||||
|
<rect x="18.781" y="20.552" fill="#30302F" width="3.781" height="3.781"/>
|
||||||
|
<rect x="22.799" y="20.552" fill="#30302F" width="3.781" height="3.781"/>
|
||||||
|
<rect x="26.84" y="20.552" fill="#30302F" width="3.781" height="3.781"/>
|
||||||
|
</g>
|
||||||
|
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="16.5495" y1="9.7871" x2="16.5495" y2="13.2217" gradientTransform="matrix(1 0 0 -1 0 34)">
|
||||||
|
<stop offset="0" style="stop-color:#3B3421;stop-opacity:0"/>
|
||||||
|
<stop offset="0.2211" style="stop-color:#353229;stop-opacity:0.3006"/>
|
||||||
|
<stop offset="0.5223" style="stop-color:#30302F;stop-opacity:0.71"/>
|
||||||
|
<stop offset="0.9709" style="stop-color:#3A3422;stop-opacity:0.0432"/>
|
||||||
|
<stop offset="1" style="stop-color:#3B3421;stop-opacity:0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<rect x="2.797" y="20.732" opacity="0.77" fill="url(#SVGID_3_)" enable-background="new " width="27.505" height="3.515"/>
|
||||||
|
<g>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="8.666" y1="12.0149" x2="8.666" y2="9.359" gradientTransform="matrix(1 0 0 -1 0 34)">
|
||||||
|
<stop offset="0" style="stop-color:#FFF7C4"/>
|
||||||
|
<stop offset="0.5223" style="stop-color:#A5935C"/>
|
||||||
|
<stop offset="1" style="stop-color:#FFF7C4"/>
|
||||||
|
</linearGradient>
|
||||||
|
<polygon fill="url(#SVGID_4_)" points="9.325,23.149 7.974,21.014 7.61,21.014 7.61,23.871 8.007,23.871 8.007,21.768
|
||||||
|
9.354,23.871 9.722,23.871 9.722,21.014 9.325,21.014 "/>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.6815" y1="12.0149" x2="4.6815" y2="9.359" gradientTransform="matrix(1 0 0 -1 0 34)">
|
||||||
|
<stop offset="0" style="stop-color:#FFF7C4"/>
|
||||||
|
<stop offset="0.5223" style="stop-color:#A5935C"/>
|
||||||
|
<stop offset="1" style="stop-color:#FFF7C4"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path fill="url(#SVGID_5_)" d="M4.511,21.013l-1.054,2.859H3.89l0.215-0.627h1.154l0.215,0.627h0.432l-1.054-2.859H4.511z
|
||||||
|
M4.236,22.914l0.446-1.298l0.446,1.298H4.236z"/>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="12.6932" y1="12.0149" x2="12.6932" y2="9.359" gradientTransform="matrix(1 0 0 -1 0 34)">
|
||||||
|
<stop offset="0" style="stop-color:#FFF7C4"/>
|
||||||
|
<stop offset="0.5223" style="stop-color:#A5935C"/>
|
||||||
|
<stop offset="1" style="stop-color:#FFF7C4"/>
|
||||||
|
</linearGradient>
|
||||||
|
<path fill="url(#SVGID_6_)" d="M13.274,21.811h0.411c-0.12-0.919-1.439-1.176-1.856-0.342c-0.188,0.304-0.108,0.993-0.124,1.345
|
||||||
|
c-0.048,1.291,1.746,1.458,1.98,0.216h-0.411c-0.2,0.724-1.208,0.535-1.158-0.216c0.018-0.247-0.053-0.924,0.073-1.139
|
||||||
|
C12.403,21.175,13.161,21.303,13.274,21.811z"/>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="28.7335" y1="12.0149" x2="28.7335" y2="9.359" gradientTransform="matrix(1 0 0 -1 0 34)">
|
||||||
|
<stop offset="0" style="stop-color:#FFF7C4"/>
|
||||||
|
<stop offset="0.5223" style="stop-color:#A5935C"/>
|
||||||
|
<stop offset="1" style="stop-color:#FFF7C4"/>
|
||||||
|
</linearGradient>
|
||||||
|
<polygon fill="url(#SVGID_7_)" points="27.725,21.013 27.725,21.394 28.533,21.394 28.533,23.872 28.934,23.872 28.934,21.394
|
||||||
|
29.742,21.394 29.742,21.013 "/>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.6395" y1="12.0149" x2="16.6395" y2="9.359" gradientTransform="matrix(1 0 0 -1 0 34)">
|
||||||
|
<stop offset="0" style="stop-color:#FFF7C4"/>
|
||||||
|
<stop offset="0.5223" style="stop-color:#A5935C"/>
|
||||||
|
<stop offset="1" style="stop-color:#FFF7C4"/>
|
||||||
|
</linearGradient>
|
||||||
|
<polygon fill="url(#SVGID_8_)" points="16.022,21.394 16.439,21.394 16.439,23.49 16.022,23.49 16.022,23.872 17.257,23.872
|
||||||
|
17.257,23.49 16.84,23.49 16.84,21.394 17.257,21.394 17.257,21.013 16.022,21.013 "/>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="24.688" y1="12.0149" x2="24.688" y2="9.359" gradientTransform="matrix(1 0 0 -1 0 34)">
|
||||||
|
<stop offset="0" style="stop-color:#FFF7C4"/>
|
||||||
|
<stop offset="0.5223" style="stop-color:#A5935C"/>
|
||||||
|
<stop offset="1" style="stop-color:#FFF7C4"/>
|
||||||
|
</linearGradient>
|
||||||
|
<polygon fill="url(#SVGID_9_)" points="25.346,23.149 23.996,21.014 23.632,21.014 23.632,23.871 24.029,23.871 24.029,21.768
|
||||||
|
25.376,23.871 25.744,23.871 25.744,21.014 25.346,21.014 "/>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="20.7125" y1="12.0149" x2="20.7125" y2="9.359" gradientTransform="matrix(1 0 0 -1 0 34)">
|
||||||
|
<stop offset="0" style="stop-color:#FFF7C4"/>
|
||||||
|
<stop offset="0.5223" style="stop-color:#A5935C"/>
|
||||||
|
<stop offset="1" style="stop-color:#FFF7C4"/>
|
||||||
|
</linearGradient>
|
||||||
|
<polygon fill="url(#SVGID_10_)" points="19.794,23.872 21.631,23.872 21.631,23.49 20.195,23.49 20.195,22.643 21.414,22.643
|
||||||
|
21.414,22.261 20.195,22.261 20.195,21.394 21.631,21.394 21.631,21.013 19.794,21.013 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 43 KiB |
230
public/assets/img/mapicons/map_icon_de_ancient_night.svg
Normal file
|
After Width: | Height: | Size: 233 KiB |
331
public/assets/img/mapicons/map_icon_de_anubis.svg
Normal file
|
After Width: | Height: | Size: 58 KiB |
83
public/assets/img/mapicons/map_icon_de_brewery.svg
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32">
|
||||||
|
<!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) -->
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="linear-gradient" x1="24.98" y1="30.989" x2="6.893" y2="5.211" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#fdf9f0"/>
|
||||||
|
<stop offset="1" stop-color="#a29884"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient1" x1="24.947" y1="30.941" x2="7.018" y2="5.311" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#ede8d9"/>
|
||||||
|
<stop offset=".36" stop-color="#f4eee0"/>
|
||||||
|
<stop offset="1" stop-color="#fff7eb"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient2" x1="6.723" y1="5.927" x2="25.36" y2="5.927" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#c9c5b8"/>
|
||||||
|
<stop offset="1" stop-color="#e4dfd0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient3" x1="14.936" y1="27.627" x2="16.526" y2="30.243" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#fdf9f0"/>
|
||||||
|
<stop offset="1" stop-color="#a29884"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient4" x1="15.85" y1="12.58" x2="16.196" y2="20.16" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset=".05" stop-color="#fffaeb" stop-opacity=".7"/>
|
||||||
|
<stop offset=".68" stop-color="#ffedcf" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path d="M23.648,2.5h-15.423c-1.099,0-1.989.93-1.989,2.085v22.629c0,1.147.889,2.085,1.989,2.085h15.423c1.099,0,1.989-.93,1.989-2.085V4.585c0-1.147-.89-2.085-1.989-2.085ZM15.719,6.294c-.671,0-1.208-.57-1.208-1.265s.545-1.265,1.208-1.265,1.208.569,1.208,1.265-.545,1.265-1.208,1.265Z" style="fill: url(#linear-gradient);"/>
|
||||||
|
<path d="M23.643,2.567h-15.32c-1.094,0-1.977.921-1.977,2.069v22.478c0,1.139.883,2.069,1.977,2.069h15.32c1.094,0,1.977-.93,1.977-2.069V4.636c0-1.139-.883-2.069-1.977-2.069ZM15.76,6.336c-.665,0-1.203-.561-1.203-1.256s.538-1.256,1.203-1.256,1.203.561,1.203,1.256-.538,1.256-1.203,1.256Z" style="fill: url(#linear-gradient1);"/>
|
||||||
|
<path d="M6.312,27.24c0,1.089.856,1.968,1.905,1.968h15.414c1.049,0,1.905-.879,1.905-1.968v-9.749H6.312v9.749Z" style="fill: #ce862a;"/>
|
||||||
|
<path d="M23.598,2.626h-15.28c-1.091,0-1.972.888-1.972,1.977v.896l8.232-.017c-.067-.151-.101-.318-.101-.494,0-.687.562-1.248,1.25-1.248s1.25.561,1.25,1.248c0,.176-.034.343-.101.494l8.693.017v-.896c0-1.089-.881-1.968-1.972-1.968v-.008Z" style="fill: #ce862a;"/>
|
||||||
|
<path d="M21.618,5.942l-.26.528h-.076l.243-.486h-.327v-.059h.42v.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M21.718,6.445v-.067c.042.034.092.042.151.042.042,0,.084-.008.109-.025.025-.017.042-.042.042-.075,0-.067-.059-.109-.185-.109h-.05v-.05h.05c.109,0,.159-.033.159-.1,0-.059-.042-.092-.126-.092-.042,0-.092.017-.134.042v-.059s.092-.034.151-.034.101.008.134.034c.034.025.05.059.05.092,0,.075-.042.117-.134.142.05,0,.084.017.109.042.025.025.042.05.042.092,0,.05-.017.092-.067.117-.042.034-.101.042-.168.042-.059,0-.109-.008-.151-.025l.017-.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M22.238,6.453v-.067c.042.025.092.033.134.033s.084-.008.109-.033c.025-.025.042-.05.042-.084s-.017-.067-.042-.084c-.025-.017-.067-.034-.125-.034h-.1v-.276h.318v.059h-.243v.159h.059c.067,0,.126.017.159.042.034.033.059.067.059.117s-.017.092-.059.126c-.042.034-.1.05-.167.05-.059,0-.109,0-.134-.025l-.008.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M22.742,6.453v-.067c.042.025.092.033.134.033s.084-.008.109-.033c.025-.025.042-.05.042-.084s-.017-.067-.042-.084c-.025-.017-.067-.034-.125-.034h-.1v-.276h.318v.059h-.243v.159h.059c.067,0,.126.017.159.042.033.033.059.067.059.117s-.017.092-.059.126c-.042.034-.101.05-.167.05-.059,0-.109,0-.134-.025l-.008.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.589,5.925v.059s-.067-.025-.109-.025c-.059,0-.101.025-.143.067-.034.042-.05.101-.05.176.034-.05.084-.075.151-.075.059,0,.101.017.134.042.034.033.05.067.05.126s-.017.101-.059.134c-.042.034-.084.05-.143.05-.067,0-.118-.025-.151-.067-.034-.042-.059-.101-.059-.184,0-.092.025-.176.076-.226.05-.059.109-.084.193-.084.042,0,.084,0,.109.017v-.008ZM23.43,6.177s-.067.008-.092.033c-.025.025-.034.05-.034.075,0,.033.008.067.034.092.025.025.059.042.092.042s.067-.008.092-.033c.025-.025.033-.05.033-.084,0-.042-.008-.067-.033-.092-.025-.025-.05-.033-.092-.033Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.917,6.47c-.067,0-.118-.025-.151-.067-.034-.05-.05-.117-.05-.201,0-.1.017-.168.059-.218.042-.05.092-.075.168-.075.134,0,.201.092.201.276,0,.092-.017.159-.059.209-.042.05-.092.075-.16.075h-.008ZM23.925,5.959c-.092,0-.143.075-.143.234,0,.151.042.218.134.218s.134-.075.134-.226-.042-.234-.134-.234l.008.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M24.361,6.177c-.076-.034-.118-.075-.118-.134,0-.042.017-.075.05-.101.034-.025.084-.034.143-.034.05,0,.092.008.126.034.034.025.05.05.05.092,0,.059-.042.109-.118.142.092.034.143.075.143.151,0,.042-.017.084-.059.109-.042.025-.092.042-.16.042-.059,0-.101-.017-.134-.042-.034-.025-.05-.059-.05-.101,0-.067.05-.117.143-.151l-.017-.008ZM24.42,6.21c-.084.025-.126.067-.126.117,0,.025.008.05.034.067s.059.025.092.025.067-.008.092-.025.034-.042.034-.067c0-.059-.042-.092-.134-.126l.008.008ZM24.529,6.043s-.008-.042-.025-.059c-.017-.017-.042-.025-.076-.025s-.059,0-.075.025c-.017.017-.034.033-.034.059,0,.05.034.084.109.109.076-.025.109-.059.109-.109h-.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M21.383,27.148h1.485l-.898,1.859h-1.485l.898-1.859ZM9.107,28.999h.386l.898-1.859h-.386l-.898,1.859ZM14.175,28.999h.193l.898-1.859h-.193l-.898,1.859ZM13.797,28.999h.193l.898-1.859h-.193l-.898,1.859ZM12.497,28.999h.193l.898-1.859h-.193l-.898,1.859ZM25.36,27.148h-.772l-.889,1.843c.898-.117,1.603-.888,1.661-1.843ZM7.798,28.923l.856-1.775h-1.485l-.445.93c.243.402.621.712,1.074.846ZM17.858,28.999h1.485l.898-1.859h-1.485l-.898,1.859ZM15.005,28.999h2.509l.898-1.859h-2.509l-.898,1.859Z" style="fill: url(#linear-gradient2);"/>
|
||||||
|
<path d="M24.479,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M24.059,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.615,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M12.95,3.924s-.017-.025-.025-.034c0-.008-.017-.017-.025-.025-.008,0-.017-.017-.034-.017,0,0,.05-.017.067-.025.017-.008.034-.025.05-.042.017-.017.025-.034.033-.059,0-.017.008-.042.008-.067,0-.033,0-.059-.017-.084-.008-.025-.025-.042-.042-.059-.017-.017-.042-.025-.067-.033-.025,0-.059-.008-.084-.008h-.21v.712h.084v-.301h.109c.008,0,.025.008.033.017.008,0,.025.017.034.033.008.017.025.025.034.05l.117.201h.101l-.134-.218s-.017-.033-.025-.042h-.008ZM12.857,3.79s-.034.008-.059.008h-.118v-.26h.118c.05,0,.084.008.109.033.025.025.034.05.034.092,0,.025,0,.042-.008.059,0,.017-.017.034-.034.042-.017.008-.025.017-.05.025h.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M11.28,3.857h.251v-.075h-.251v-.243h.276v-.075h-.36v.72h.377v-.075h-.293v-.251Z" style="fill: #515253;"/>
|
||||||
|
<path d="M9.694,3.539h.201v.645h.084v-.645h.21v-.075h-.495v.075Z" style="fill: #515253;"/>
|
||||||
|
<path d="M8.603,3.966v.109s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042l.369.569h.101v-.712h-.084v.511Z" style="fill: #515253;"/>
|
||||||
|
<path d="M15.92,3.748l.05-.151s0-.025.008-.05c0,0,0,.042.008.05l.067.193s.067.025.109.042l-.142-.368h-.084l-.1.268s.05.008.075.017h.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M7.034,3.463h-.084v.712h.084v-.712Z" style="fill: #515253;"/>
|
||||||
|
<path d="M20.124,3.455c-.109,0-.193.033-.252.1-.059.067-.092.159-.092.276,0,.109.034.193.092.26.059.067.143.101.243.101s.185-.034.252-.101c.067-.067.092-.159.092-.276,0-.109-.033-.193-.092-.26-.059-.067-.143-.1-.235-.1h-.008ZM20.292,4.041c-.042.05-.109.075-.185.075s-.134-.025-.176-.084c-.042-.05-.067-.126-.067-.209s.025-.159.067-.209c.05-.05.109-.084.185-.084s.134.025.185.075c.042.05.067.126.067.218s-.025.168-.067.218h-.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M23.329,3.463l-.277.712h.092l.076-.201h.302l.075.201h.092l-.277-.712h-.084ZM23.245,3.907l.109-.301s0-.025.008-.05c0,0,0,.042.008.05l.109.301h-.252.017Z" style="fill: #515253;"/>
|
||||||
|
<path d="M24.772,4.108v-.645h-.084v.72h.368v-.075h-.285Z" style="fill: #515253;"/>
|
||||||
|
<path d="M21.978,3.966v.109s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042l.369.569h.101v-.712h-.084v.511Z" style="fill: #515253;"/>
|
||||||
|
<path d="M18.74,3.463h-.084v.712h.084v-.712Z" style="fill: #515253;"/>
|
||||||
|
<path d="M14.208,3.614l.369.569h.101v-.712h-.084v.611s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042v.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M17.162,3.539h.201v.645h.084v-.645h.21v-.075h-.495v.075Z" style="fill: #515253;"/>
|
||||||
|
<path d="M15.727,3.806c-.688,0-1.25.561-1.25,1.265s.562,1.265,1.25,1.265,1.25-.561,1.25-1.265-.562-1.265-1.25-1.265ZM15.727,6.269c-.663,0-1.192-.536-1.192-1.206s.537-1.206,1.192-1.206,1.192.536,1.192,1.206-.537,1.206-1.192,1.206Z" style="fill: url(#linear-gradient3);"/>
|
||||||
|
<path d="M25.284,19.149v5.854c-.604-.268-1.997-5.151-2.819-5.544-1.309-.628-3.172,3.501-4.514,1.399-1.729-2.697-3.667-3.007-4.674-3.007-.831,0-1.922,3.526-3.113,3.107-2.266-.796-3.189.084-3.692-.201v-4.095c0-1.315.864-2.32,1.93-2.253l14.944,2.245c1.066.067,1.93,1.189,1.93,2.496h.008Z" style="fill: url(#linear-gradient4); isolation: isolate; opacity: .31;"/>
|
||||||
|
<path d="M10.684,24.317l-.503-2.044.017,4.095h-1.15v-6.834h1.309l.764,2.73.755-2.73h1.276v6.834l-1.099.034-.034-4.012-.487,1.935h-.831l-.017-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M17.128,26.36l-.243-1.625h-1.309l-.277,1.625h-1.242l1.309-6.834h1.754l1.309,6.834h-1.309.008ZM16.709,23.563l-.428-2.881-.487,2.881h.923-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M19.302,26.36v-6.834h1.938c.587,0,1.049.151,1.384.461.336.302.495.771.495,1.399v1.08c0,.611-.159,1.064-.487,1.348-.319.285-.789.427-1.384.427h-.604v2.127h-1.343v-.008ZM20.644,23.077h.512c.185,0,.327-.05.42-.159.092-.109.143-.31.143-.603v-.804c0-.31-.05-.519-.143-.628-.092-.109-.235-.168-.42-.168h-.512v2.37-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M9.341,19.225c-.117,0-.201-.025-.26-.084-.059-.059-.084-.142-.084-.26v-.343c0-.117.025-.201.084-.26.059-.059.143-.092.26-.092s.193.025.243.084c.05.059.084.151.084.276h-.235c0-.067-.008-.126-.025-.151-.017-.025-.042-.042-.076-.042-.042,0-.067.017-.084.042-.017.025-.025.084-.025.151v.302c0,.067,0,.117.025.151.025.034.042.042.084.042.034,0,.059-.017.076-.034.017-.025.025-.075.025-.159l.235.017c0,.126-.034.218-.084.276-.05.059-.134.084-.252.084h.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M10.953,19.225c-.101,0-.185-.033-.243-.092-.059-.059-.084-.142-.084-.243v-.368c0-.109.025-.193.084-.251.059-.059.134-.092.243-.092s.185.034.243.092c.059.059.084.142.084.251v.368c0,.101-.025.184-.084.243-.059.059-.134.092-.243.092ZM10.953,19.049s.059-.017.067-.034c.017-.025.017-.075.017-.142v-.327c0-.067,0-.117-.017-.142-.017-.025-.034-.042-.067-.042s-.059.008-.067.042c-.017.025-.017.075-.017.142v.327c0,.067,0,.117.017.142.017.025.034.034.067.034Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M12.513,18.907l-.084-.352.025.653h-.21v-1.013h.21l.126.469.126-.469h.201v1.013h-.21l.025-.636-.084.335h-.143.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M14.141,18.907l-.084-.352.025.653h-.21v-1.013h.21l.126.469.126-.469h.201v1.013h-.21l.025-.636-.084.335h-.143.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M15.844,19.225c-.117,0-.193-.034-.252-.092-.05-.059-.084-.151-.084-.276v-.662h.235v.662c0,.067,0,.117.017.142.017.025.033.034.075.034s.059-.008.076-.034c.017-.025.017-.075.017-.142v-.662h.235v.662c0,.126-.025.218-.084.276-.059.059-.134.092-.252.092h.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M17.531,19.217l-.193-.687v.687h-.201v-1.013h.252l.21.72v-.72h.201v1.013h-.269Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M18.773,19.217v-.176h.21v-.662h-.21v-.176h.663v.176h-.21v.662h.21v.176h-.663Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M20.619,19.217v-.837h-.235v-.176h.705v.176h-.235v.837h-.235Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M22.482,19.217h-.235v-.377l-.252-.636h.235l.134.402.134-.402h.235l-.252.636v.377Z" style="fill: #e4dfd0;"/>
|
||||||
|
<g>
|
||||||
|
<path d="M7.456,9.224c.029.017.28-.042.346-.045.26-.013.797-.011,1.006.159.021.017.171.192.191.221.14.192-.055.377-.19.506h.097c-.118.195-.396.303-.532.437-.02.02-.034.022-.026.059.165.061.365.145.484.28.054.061.289.386.304.447.071.28-.071.543-.255.74-.299.322-1.082.646-1.509.769-.101.029-.613.15-.68.135-.071-.016-.108-.131-.09-.197.007-.024.049-.023.059-.042.019-.034.014-.077.037-.11.045-.064.181-.054.196-.144l.145-2.702-.145.014c-.165-.172.111-.271.14-.37.019-.063-.012-.186.009-.221.026-.042.217-.019.19-.174.044-.003.016.061.035.099.009.017.071.008.108.034.044.031.072.101.079.105ZM8.563,9.692c-.37-.175-.799-.136-1.184-.028-.019.069.069.087.074.132.013.102-.027.195-.028.292-.006.727-.064,1.388-.096,2.108-.002.056-.012.122.037.157.306-.128,1.169-.423,1.278-.757.192-.586-.666-.592-.944-.788-.099-.069-.164-.156-.08-.261.214-.265.55-.344.789-.568.057-.054.206-.204.153-.288ZM8.809,10.101c-.121.045-.241.137-.315.242l.217-.135.098-.107ZM7.403,10.464c-.014-.056.032-.186-.024-.218.014.056-.032.184.024.218ZM7.113,12.766c.485-.109,1.219-.31,1.593-.649.026-.024.068-.026.055-.078l-1.648.727Z"/>
|
||||||
|
<path d="M15.692,11.337l.222-.565c.065-.058.164-.244.264-.225.04.007.261.344.294.411l.189.622c.052-.211.097-.425.153-.635.068-.258.23-.986.36-1.167.036-.05.189-.211.252-.164.01.007.121.201.125.212.002.008.005.149.003.16-.036.192-.167.49-.226.697-.07.248-.133.498-.182.751l-.048-.097c-.029.322-.144.645-.192.959-.015.101.084-.081.095-.063.004.06-.033.189-.073.229-.027.027-.268.124-.308.129-.206.028-.246-.301-.29-.45-.059-.2-.106-.408-.153-.611l-.049.036-.072.207.072-.388c-.072-.013-.038.019-.051.057-.048.141-.094.304-.094.452l.047-.014c-.037.133-.054.222-.197.264-.04.012-.2.056-.229.058-.186.019-.258-.43-.292-.57-.109-.457-.24-1.13-.274-1.592-.004-.048-.01-.359.003-.372.009-.009.056,0,.08-.028.022-.025.017-.086.061-.11.118-.063.107.056.145.098.024.026.064.036.084.061.054.065.087.684.112.833.006.037.038.064.044.101.041.237.082.475.124.712ZM17.218,10.391l.024-.169c-.037.001-.074.168-.024.169ZM16.879,11.773l.242-1.115c-.036-.006-.032.042-.041.068-.098.286-.179.642-.223.941-.004.025-.022.111.021.106ZM16.806,12.136l.024-.242c-.036.011-.046.126-.048.158-.002.027-.018.09.024.084Z"/>
|
||||||
|
<path d="M11.886,12.597c-.08-.061-.139-.007-.157-.007-.079-.004-.334-.386-.401-.465-.108-.127-.726-.834-.835-.837l-.059,1.245c-.074.046-.154.074-.243.066v.07c-.126-.02-.139-.096-.147-.205-.041-.521.048-1.057.073-1.576.019-.381.03-.757.002-1.137-.331-.121.099-.51.276-.572.304-.108.96.117,1.201.328.04.035.295.344.305.375.04.131-.137.298-.232.377-.11.092-.885.555-.896.608.33.391.732.733,1.012,1.165.123.189.245.353.101.565ZM11.394,9.914c-.097-.117-.578-.356-.731-.371-.108-.011-.234-.011-.255.121.009.009.094-.071.12.086.045.275.017.58.026.859.035.039.85-.525.869-.599.006-.036-.005-.069-.028-.097Z"/>
|
||||||
|
<path d="M21.823,10.998c-.003.078.042.065.097.048.012.01-.039.04-.041.06-.003.027.289.384.333.436.132.156.566.544.622.687.119.301-.177.315-.383.19-.34-.207-.603-.619-.893-.888l-.073.945-.048-.072c.077.189-.257.414-.31.176-.013-.06-.031-.333-.032-.407-.001-.676.17-1.429.149-2.108-.006-.185-.128-.155.047-.365.243-.291.651-.395,1.001-.248.247.103.251.285.395.478.196.407-.529.943-.862,1.068ZM21.581,10.706c.095.084.652-.347.677-.498.038-.229-.094-.374-.313-.413-.1-.018-.338.094-.378.184-.009.02.036.06.039.108.009.133.027.366.024.487-.001.064-.051.076-.05.132Z"/>
|
||||||
|
<path d="M14.186,9.595c.013.021-.003.07.004.101.005.021.076.02.048.089-.096-.024-.266.011-.345-.026-.138-.065-.356-.11-.568-.11-.095,0-.354.005-.372.112l-.036-.048c-.105.043-.155,1.031-.182,1.187.192.034.378.116.572.143.275.037.574.005.848.047.331.303-.086.354-.341.369-.372.022-.741-.022-1.104-.098.062.112-.027.186-.027.254,0,.052.045.081.05.122.046.335-.047.446.334.587.378.14.695.091,1.034-.114l.13.208c-.035.121-.048.197-.156.271-.553.38-1.596.208-1.742-.528-.061-.305.023-.537-.01-.814-.01-.081-.09-.194-.075-.261.005-.022.048-.024.06-.042.105-.165.092-1.082.179-1.374.01-.034.161-.205.189-.222.156-.089.63-.049.818-.024.083.011.672.14.691.17Z"/>
|
||||||
|
<path d="M19.891,9.876c.013.02.103.034.053.079-.45-.273-1.133-.073-1.476.293-.151.161-.159.327-.184.543-.009.08.016.197,0,.263-.007.029-.059,0-.049.04.271-.078.55-.008.837-.023.113-.006.719-.106.763-.074-.053.113.098.111.011.241-.184.274-1.097.218-1.405.268-.029.005-.043.012-.06.036.083.227.123.704.356.831.177.096.543.067.697-.067.098-.085.143-.328.298-.237-.026.087.077.17.078.18.001.013-.007.244-.01.259-.038.206-.352.355-.542.398-.697.156-.917-.079-1.127-.702-.165-.488-.371-1.328-.144-1.804.261-.546,1.081-.966,1.672-.791.253.075.146.135.23.268Z"/>
|
||||||
|
<path d="M24.32,10.61c.04.04.041-.012.05-.034.084-.187.125-.374.236-.564.082-.139.235-.371.414-.321-.016.118.066.183.052.301-.008.073-.251.378-.305.496-.093.205-.103.434-.169.631-.027.08-.112.156-.128.235-.036.173-.017.502-.03.697-.014.219-.044.433-.049.653-.008.308.152.71-.013,1.005-.095.171-.171.042-.18.05l-.048.073c.013-.069-.06-.099-.072-.158-.12-.564-.103-1.66-.074-2.254.005-.094.055-.202.048-.287-.025-.336-.332-.835-.383-1.188-.01-.125.03-.101.079-.162.037-.047.068-.176.174-.097.036.027.164.303.192.366.035.079.186.536.207.557Z"/>
|
||||||
|
<path d="M14.213,9.859c0,.031-.094.063-.115.067-.359.059-.753-.193-1.122-.104l.038-.109,1.198.146Z"/>
|
||||||
|
<path d="M19.933,10.028c-.227.092-.37-.014-.581-.037-.23-.025-.436.043-.624.177-.111.079-.187.193-.297.272-.011-.045.025-.058.048-.085.165-.196.402-.35.649-.417.257-.069.592-.085.805.09ZM19.569,9.931c-.052.001-.105-.003-.158,0-.03.001-.09-.018-.084.024.052-.001.105.003.158,0,.03-.001.09.018.084-.024Z"/>
|
||||||
|
<path d="M11.087,10.755c-.044.051-.132.104-.192.135-.024.013-.052.058-.075-.002-.005-.014.235-.122.266-.133Z"/>
|
||||||
|
<path d="M22.09,10.949c-.018.045-.078.075-.121.072.018-.045.078-.075.121-.072Z"/>
|
||||||
|
<path d="M24.634,11.215s-.016-.001-.024,0c-.009-.02.016-.134.048-.121.006.013-.017.113-.024.121Z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 18 KiB |
80
public/assets/img/mapicons/map_icon_de_dogtown.svg
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
<svg width="285" height="285" viewBox="0 0 285 285" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M210.615 22.2656H73.2541C63.4661 22.2656 55.5396 30.5484 55.5396 40.8352V242.375C55.5396 252.59 63.4572 260.944 73.2541 260.944H210.615C220.403 260.944 228.33 252.661 228.33 242.375V40.8352C228.33 30.6197 220.403 22.2656 210.615 22.2656ZM139.998 56.0559C134.021 56.0559 129.239 50.9794 129.239 44.7895C129.239 38.5997 134.093 33.5231 139.998 33.5231C145.902 33.5231 150.756 38.5908 150.756 44.7895C150.756 50.9883 145.902 56.0559 139.998 56.0559Z" fill="url(#paint0_linear_98_219)"/>
|
||||||
|
<path d="M210.57 22.8623H74.1267C64.3833 22.8623 56.519 31.065 56.519 41.2893V241.484C56.519 251.628 64.3833 259.911 74.1267 259.911H210.57C220.314 259.911 228.178 251.628 228.178 241.484V41.2893C228.178 31.1451 220.314 22.8623 210.57 22.8623ZM140.362 56.43C134.44 56.43 129.648 51.4336 129.648 45.2437C129.648 39.0539 134.44 34.0575 140.362 34.0575C146.285 34.0575 151.077 39.0539 151.077 45.2437C151.077 51.4336 146.285 56.43 140.362 56.43Z" fill="url(#paint1_linear_98_219)"/>
|
||||||
|
<g clip-path="url(#clip0_98_219)">
|
||||||
|
<path d="M66.3772 73C67.3867 73.0887 68.2349 73.1589 69.0815 73.2409C69.953 73.3245 70.3298 74.0137 70.5112 74.7848C70.6849 75.5259 71.1176 75.8855 71.699 76.195C75.1229 78.025 78.6057 79.7429 81.9349 81.7569C84.9881 83.6053 87.9313 85.6694 90.2169 88.6637C92.9135 92.1965 92.0498 96.1677 89.5315 99.09C85.4611 103.812 80.4695 106.703 74.8763 108.638C73.7661 109.023 72.7861 109.836 71.6866 110.272C70.8291 110.614 69.8817 110.737 68.9637 110.833C68.6039 110.869 68.1791 110.62 67.8441 110.396C67.4534 110.135 67.151 109.727 66.7726 109.439C66.1167 108.939 65.7663 108.372 66.0547 107.455C66.1524 107.144 66.0361 106.746 65.9911 106.393C65.6251 103.447 65.1801 100.51 64.8979 97.5544C64.4823 93.1851 64.1675 88.8042 63.8388 84.4266C63.7287 82.9579 63.6992 81.4825 63.6419 80.0088C63.6 78.9266 63.2433 78.6455 62.2494 78.868C61.3655 79.0654 60.477 79.2394 59.5854 79.3866C58.9031 79.5003 58.3107 79.2477 58.0688 78.5318C57.8083 77.7607 58.3681 77.401 58.9108 77.1819C60.063 76.7169 61.2275 76.2769 62.4075 75.8989C62.9286 75.7316 63.2852 75.6262 63.2108 74.8835C63.1162 73.9535 63.6605 73.4316 64.4622 73.2676C65.1429 73.1288 65.8391 73.0719 66.3772 73ZM72.234 94.4665L72.1999 94.4698C72.1999 94.8328 72.1999 95.1941 72.1999 95.5571C72.1999 95.6959 72.1968 95.8348 72.1953 95.9753C72.1766 95.8465 72.1534 95.716 72.1425 95.5872C71.8355 91.872 71.5316 88.1568 71.2199 84.4433C71.2059 84.276 71.1222 84.1171 71.071 83.9549C71.0307 84.1088 70.9501 84.2643 70.9563 84.4166C70.9997 85.5005 71.0292 86.5861 71.1207 87.6667C71.5068 92.1949 71.2556 96.7816 72.2247 101.261C72.5116 102.586 72.6263 103.954 72.8279 105.301C72.9551 106.149 73.3769 106.279 74.0359 105.88C74.9368 105.336 75.8517 104.819 76.7542 104.282C79.412 102.701 81.8574 100.784 83.4499 97.9659C85.8472 93.7221 85.4657 91.4421 81.9861 88.7992C79.0879 86.5961 75.8827 84.8582 72.7814 82.973C71.561 82.2319 71.4416 82.3674 71.5424 83.888C71.775 87.4158 72.003 90.942 72.2325 94.4698L72.234 94.4665ZM86.3682 102.178C86.3481 102.119 86.3279 102.061 86.3077 102.002C86.1294 102.077 85.9418 102.134 85.7759 102.233C84.0112 103.268 82.2745 104.366 80.4757 105.331C79.4895 105.861 78.401 106.171 77.3636 106.591C77.2612 106.632 77.1884 106.756 77.1015 106.843C77.2194 106.848 77.3481 106.89 77.4551 106.855C80.5005 105.833 83.4204 104.525 86.0209 102.486C86.1418 102.39 86.2535 102.282 86.3682 102.178Z" fill="black"/>
|
||||||
|
<path d="M179.098 87.8624C179.103 89.0116 178.987 90.1775 179.139 91.305C179.529 94.2239 180.035 97.1245 180.505 100.032C180.581 100.502 180.708 100.962 180.813 101.427C181.021 100.942 181.309 100.477 181.424 99.9682C181.936 97.6966 182.378 95.4066 182.887 93.1333C183.062 92.3521 183.397 91.6127 183.583 90.8332C183.806 89.8998 184.389 89.6105 185.189 89.6088C186.144 89.6071 187.101 89.5988 188.056 89.6071C189.253 89.6172 189.875 90.0705 190.22 91.3317C190.713 93.1467 191.131 94.985 191.593 96.81C191.643 97.0057 191.767 97.178 191.857 97.362C191.916 97.1696 192.034 96.9739 192.026 96.7849C191.859 92.8656 191.696 88.9464 191.485 85.0305C191.424 83.9147 191.635 83.4447 192.67 83.3259C193.767 83.2005 194.881 83.1202 195.982 83.1603C196.7 83.1871 197.242 83.6923 197.351 84.5169C197.57 86.1679 197.833 87.8206 197.922 89.4817C198.137 93.4779 198.343 97.4791 198.39 101.482C198.415 103.556 198.108 105.639 197.919 107.713C197.829 108.707 197.056 109.06 196.343 109.371C195.461 109.755 194.526 109.996 193.64 110.378C192.18 111.007 191.041 110.488 190.167 109.237C189.255 107.929 188.442 106.539 187.582 105.189C187.427 104.946 187.245 104.722 187.076 104.49C186.963 104.751 186.821 105.001 186.74 105.274C186.276 106.838 185.82 108.406 185.375 109.976C185.051 111.119 184.222 111.686 183.263 111.992C182.231 112.321 181.161 112.549 180.094 112.715C178.694 112.93 177.884 112.397 177.191 111.06C175.755 108.295 175.067 105.269 174.53 102.198C173.71 97.4958 172.938 92.7837 172.144 88.0765C171.968 87.0344 172.475 86.0843 173.451 85.994C174.778 85.8719 176.127 85.8618 177.451 85.9856C177.881 86.0257 178.295 86.6079 178.659 87.0026C178.866 87.2251 178.959 87.5697 179.103 87.8591L179.1 87.8624H179.098ZM196.221 95.2744C196.267 95.2627 196.312 95.2527 196.359 95.241C196.014 92.2417 195.67 89.2425 195.329 86.2432C195.304 86.0241 195.281 85.8049 195.275 85.5841C195.268 85.3583 195.282 85.1325 195.287 84.9067C195.192 84.9351 195.037 84.9368 195.013 84.9987C194.927 85.2094 194.825 85.4486 194.842 85.6661C195.062 88.5148 195.327 91.3618 195.527 94.2122C195.636 95.7645 195.639 97.3252 195.695 98.8809C195.698 98.9862 195.737 99.09 195.76 99.1953C195.791 99.1017 195.839 99.0113 195.85 98.916C195.977 97.7032 196.1 96.4905 196.224 95.2761L196.221 95.2744ZM192.936 97.8521C192.888 97.8521 192.842 97.8521 192.794 97.8521C192.794 95.8515 192.853 93.8475 192.775 91.8486C192.711 90.1859 192.501 88.5282 192.327 86.8722C192.297 86.5878 192.122 86.3218 192.014 86.0492C192.015 86.3335 191.995 86.6212 192.024 86.9023C192.065 87.2887 192.184 87.6684 192.2 88.0548C192.376 92.4424 192.539 96.8301 192.704 101.218C192.715 101.524 192.702 101.83 192.719 102.134C192.724 102.226 192.795 102.315 192.835 102.404C192.87 102.305 192.932 102.205 192.932 102.106C192.938 100.689 192.936 99.2706 192.936 97.8521ZM194.344 89.015C194.251 88.6704 194.163 88.3358 194.073 88.0029C194.045 88.1284 193.978 88.2589 193.994 88.3776C194.042 88.7574 194.119 89.1321 194.185 89.5101C194.236 89.3529 194.285 89.1956 194.344 89.0166V89.015Z" fill="black"/>
|
||||||
|
<path d="M206.027 106.579C206.027 108.164 206.016 109.752 206.036 111.338C206.041 111.664 206.075 112.047 206.233 112.306C206.81 113.25 206.371 113.761 205.582 113.947C204.257 114.258 202.911 114.486 201.564 114.64C200.976 114.707 200.216 113.534 200.129 112.477C199.889 109.538 199.657 106.599 199.491 103.653C199.376 101.626 199.291 99.5882 199.348 97.5609C199.399 95.7024 199.66 93.8507 199.826 91.9973C199.922 90.9133 200.601 90.3847 201.483 90.3396C202.631 90.2794 203.806 90.3128 204.935 90.5236C205.721 90.6708 206.241 91.3499 206.341 92.3051C206.377 92.6363 206.506 92.9926 206.689 93.2602C207.534 94.5031 208.568 95.6272 209.25 96.962C210.724 99.8509 212.169 102.735 214.406 105.043C214.613 105.256 214.898 105.376 215.148 105.538C215.196 105.245 215.306 104.948 215.282 104.663C215.016 101.42 214.718 98.1798 214.448 94.938C214.251 92.5827 214.093 90.2242 213.898 87.8689C213.75 86.0991 213.572 84.3327 213.406 82.5646C213.33 81.755 213.543 81.1143 214.337 80.8902C215.918 80.4452 217.48 80.8015 218.841 81.561C219.896 82.1498 220.091 83.5315 220.133 84.7961C220.192 86.5959 220.182 88.4009 220.311 90.194C220.503 92.8554 220.641 95.5385 221.068 98.1614C221.944 103.544 222.031 108.961 221.995 114.395C221.987 115.546 221.801 115.826 220.75 116.001C219.423 116.224 218.094 116.451 216.759 116.585C216.483 116.614 215.917 116.242 215.917 116.053C215.906 113.9 214.358 112.954 213.096 111.833C210.711 109.718 208.52 107.422 206.718 104.705C206.552 104.454 206.269 104.295 206.039 104.093C205.974 104.419 205.873 104.744 205.853 105.073C205.82 105.572 205.845 106.075 205.845 106.577C205.907 106.577 205.968 106.577 206.03 106.577L206.027 106.579Z" fill="black"/>
|
||||||
|
<path d="M136.238 95.808C136.238 97.924 136.238 100.042 136.238 102.158C136.238 102.268 136.229 102.38 136.224 102.491C136.215 102.389 136.201 102.287 136.199 102.185C136.191 101.822 136.199 101.459 136.181 101.097C136.164 100.766 136.123 100.438 136.094 100.107C135.999 100.43 135.835 100.749 135.819 101.077C135.515 107.117 135.435 113.154 136.219 119.166C136.303 119.804 136.173 120.326 135.607 120.535C134.182 121.06 132.752 121.605 131.288 121.97C130.603 122.14 130.038 121.558 129.914 120.791C129.603 118.879 129.258 116.963 129.11 115.033C128.942 112.872 128.958 110.692 128.933 108.519C128.924 107.701 128.71 107.594 127.954 107.767C125.968 108.218 123.958 108.693 121.941 108.819C119.393 108.978 116.794 106.815 115.766 104.291C114.425 100.997 114.399 97.5978 114.724 94.1218C115.033 90.8349 115.772 87.7169 117.503 84.9384C118.626 83.1385 120.266 82.2403 122.203 82.1148C123.594 82.0245 125.052 81.7485 126.376 82.5932C127.097 83.0532 127.157 83.3677 126.461 83.8411C125.856 84.2526 125.143 84.4751 124.52 84.8598C124.05 85.1509 123.532 85.4821 123.24 85.9454C122.722 86.7684 122.296 87.6767 121.946 88.6001C121.268 90.3916 120.485 92.1714 120.083 94.0416C119.452 96.9705 119.905 99.8494 121.083 102.593C121.704 104.035 122.749 104.98 124.101 105.385C124.729 105.572 125.532 105.354 126.187 105.108C128.485 104.242 128.922 103.519 128.922 100.952C128.922 99.836 128.919 98.7219 128.914 97.6062C128.911 96.9271 128.677 96.8384 128.086 97.086C126.748 97.6463 125.394 98.2084 124 98.5429C123.506 98.6617 122.736 98.2753 122.343 97.8504C121.845 97.3118 122.166 96.6226 122.6 96.0572C123.823 94.4597 125.501 93.5882 127.154 92.6699C127.864 92.2751 128.55 91.8118 129.289 91.499C129.9 91.2414 130.572 91.0574 131.225 91.0239C132.723 90.9486 134.303 90.512 135.635 91.6361C135.99 91.9356 136.298 92.4892 136.356 92.966C136.469 93.8977 136.388 94.8562 136.388 95.8046C136.337 95.8046 136.286 95.8046 136.236 95.8046L136.238 95.808ZM115.163 100.544C115.079 99.8594 115.023 99.3408 114.947 98.8256C114.932 98.7169 114.85 98.6182 114.797 98.5145C114.766 98.6132 114.701 98.7152 114.707 98.8122C114.741 99.3325 114.774 99.8544 114.847 100.37C114.878 100.597 115 100.81 115.081 101.027C115.117 100.815 115.152 100.6 115.161 100.542L115.163 100.544Z" fill="black"/>
|
||||||
|
<path d="M99.7405 109.744C97.5727 109.612 95.6142 109.138 94.0062 107.469C93.0665 106.494 92.6463 105.324 92.6354 103.956C92.6044 100.104 93.2123 96.345 94.3024 92.7001C94.9815 90.4318 95.8794 88.2338 96.7632 86.0442C97.6673 83.8027 99.4428 82.9245 101.594 82.7488C102.235 82.697 102.879 82.6267 103.523 82.6067C103.904 82.5949 104.377 82.5264 104.656 82.7271C106.073 83.7508 107.65 84.6474 108.778 85.9756C110.857 88.4262 111.439 91.6445 111.884 94.8362C112.234 97.347 112.146 99.8327 111.288 102.243C110.009 105.841 107.345 107.735 104.129 108.83C102.718 109.312 101.207 109.448 99.742 109.742L99.7405 109.744ZM98.1216 101.362C98.1216 101.945 98.0735 102.536 98.1309 103.113C98.3263 105.125 100.407 106.559 102.175 105.937C103.69 105.403 104.378 104.046 104.872 102.603C106.562 97.6447 105.382 93.0848 103.09 88.7038C103.077 88.6804 103.059 88.6587 103.045 88.6369C102.671 88.0414 102.335 87.9478 102.026 88.7022C101.818 89.2107 101.58 89.7058 101.355 90.2077C101.223 90.5004 101.093 90.7931 100.962 91.0875C101.062 90.7747 101.18 90.4669 101.251 90.1458C101.296 89.9467 101.268 89.7309 101.273 89.5218C101.156 89.654 100.997 89.766 100.933 89.9233C99.4521 93.5816 98.0131 97.255 98.1232 101.362H98.1216Z" fill="black"/>
|
||||||
|
<path d="M160.242 112.382C157.465 112.378 155.282 110.625 154.706 107.577C154.404 105.977 154.345 104.229 154.595 102.623C154.999 100.027 155.651 97.4606 156.384 94.9448C156.939 93.0462 157.668 91.1777 158.532 89.418C159.867 86.6997 161.301 86.1461 164.157 86.4421C167.037 86.7399 168.781 88.6217 170.152 91.0389C171.681 93.737 172.371 96.8015 172.306 99.8995C172.199 104.983 170.019 108.837 165.632 111.047C163.923 111.906 162.135 112.393 160.242 112.383V112.382ZM165.826 100.277C165.888 97.8955 165.393 95.664 164.537 93.5179C164.433 93.2586 164.212 93.0529 164.044 92.8237C163.892 93.0328 163.681 93.2185 163.598 93.456C162.883 95.4834 162.191 97.5208 161.492 99.5549C161.456 99.6586 161.416 99.7606 161.377 99.8643C161.377 99.7439 161.359 99.6168 161.385 99.503C161.61 98.5311 161.847 97.5626 162.066 96.5891C162.103 96.4218 162.069 96.2361 162.067 96.0605C161.968 96.2127 161.825 96.3499 161.777 96.5188C161.292 98.22 160.712 99.8995 160.377 101.636C159.995 103.613 159.937 105.615 161.002 107.46C161.728 108.715 162.259 108.802 163.176 107.688C164.92 105.568 165.95 103.148 165.823 100.281L165.826 100.277Z" fill="black"/>
|
||||||
|
<path d="M156.391 80.6279C157.935 80.8203 159.495 81.0076 161.052 81.2167C161.263 81.2452 161.463 81.3807 161.667 81.466C161.523 81.6784 161.421 81.9962 161.229 82.0849C160.094 82.6135 158.972 83.2558 157.78 83.5469C154.713 84.298 151.616 84.9152 148.521 85.5224C147.662 85.6914 147.539 86.1631 147.584 86.9777C147.769 90.2279 147.905 93.483 148.057 96.7349C148.064 96.8721 148.047 97.0109 148.04 97.1481C148.022 96.9992 147.994 96.852 147.984 96.7031C147.895 95.2043 147.814 93.7039 147.715 92.2051C147.699 91.9709 147.605 91.7434 147.546 91.5125C147.498 91.7701 147.401 92.0294 147.411 92.2854C147.459 93.6487 147.527 95.0103 147.598 96.3719C147.733 98.9212 147.891 101.47 148 104.021C148.026 104.642 147.893 105.271 147.839 105.897C147.828 106.02 147.797 106.219 147.853 106.263C148.741 106.935 147.924 107.111 147.569 107.404C146.38 108.382 144.927 108.456 143.539 108.687C142.587 108.846 142.055 108.379 141.945 107.323C141.604 104.065 141.297 100.803 141.025 97.5378C140.878 95.7647 140.779 93.9849 140.746 92.2051C140.718 90.6494 140.799 89.0887 140.864 87.5314C140.901 86.6666 140.62 86.3906 139.808 86.5846C137.465 87.1433 135.111 87.6485 132.759 88.1603C132.486 88.2189 132.166 88.2774 131.923 88.1787C131.589 88.0433 131.115 87.8074 131.051 87.523C130.966 87.14 131.084 86.4976 131.343 86.2718C132.016 85.6847 132.777 85.1745 133.57 84.7948C137.097 83.1086 140.853 82.3191 144.651 81.8357C148.54 81.3405 152.449 81.026 156.384 80.6279H156.391ZM156.304 83.5703C156.522 83.5034 156.76 83.4315 156.997 83.3579C156.891 83.3227 156.783 83.2458 156.684 83.2575C156.358 83.2926 156.035 83.3595 155.713 83.4131C155.897 83.4616 156.082 83.5101 156.305 83.5703H156.304Z" fill="black"/>
|
||||||
|
<path d="M179.101 87.8606C179.325 89.4447 179.548 91.0271 179.77 92.6112C179.781 92.6898 179.77 92.7718 179.77 92.8504C179.734 92.75 179.678 92.653 179.666 92.551C179.473 90.9886 179.286 89.4263 179.097 87.8622L179.1 87.8589L179.101 87.8606Z" fill="black"/>
|
||||||
|
</g>
|
||||||
|
<path d="M56.2163 242.606C56.2163 252.305 63.8401 260.134 73.1827 260.134H210.464C219.806 260.134 227.43 252.305 227.43 242.606V155.779H56.2163V242.606Z" fill="#FA5647"/>
|
||||||
|
<path d="M210.17 23.3877H74.0822C64.3654 23.3877 56.519 31.2964 56.519 40.9954V48.9754L129.835 48.8239C129.239 47.4791 128.936 45.9918 128.936 44.4243C128.936 38.3057 133.941 33.3093 140.069 33.3093C146.196 33.3093 151.201 38.3057 151.201 44.4243C151.201 45.9918 150.899 47.4791 150.302 48.8239L227.724 48.9754V40.9954C227.724 31.2964 219.877 23.4679 210.161 23.4679V23.3966L210.17 23.3877Z" fill="#FA5647"/>
|
||||||
|
<path d="M192.536 52.9209L190.22 57.6234H189.543L191.707 53.295H188.795V52.7695H192.536V52.9209Z" fill="#434549"/>
|
||||||
|
<path d="M193.426 57.4006V56.8039C193.8 57.1067 194.245 57.178 194.771 57.178C195.145 57.178 195.519 57.1067 195.742 56.9553C195.964 56.8039 196.116 56.5812 196.116 56.2873C196.116 55.6906 195.59 55.3166 194.468 55.3166H194.023V54.8712H194.468C195.439 54.8712 195.884 54.5773 195.884 53.9806C195.884 53.4552 195.51 53.1612 194.762 53.1612C194.388 53.1612 193.942 53.3127 193.568 53.5353V53.0098C193.568 53.0098 194.388 52.707 194.913 52.707C195.439 52.707 195.813 52.7783 196.107 53.0098C196.41 53.2325 196.552 53.5353 196.552 53.8292C196.552 54.4972 196.178 54.8712 195.359 55.0939C195.804 55.0939 196.107 55.2453 196.329 55.468C196.552 55.6906 196.703 55.9133 196.703 56.2873C196.703 56.7327 196.552 57.1067 196.107 57.3294C195.733 57.6322 195.207 57.7034 194.61 57.7034C194.085 57.7034 193.64 57.6322 193.266 57.4808L193.417 57.4095L193.426 57.4006Z" fill="#434549"/>
|
||||||
|
<path d="M198.057 57.4721V56.8754C198.431 57.098 198.876 57.1693 199.251 57.1693C199.625 57.1693 199.999 57.098 200.221 56.8754C200.444 56.6527 200.595 56.43 200.595 56.1272C200.595 55.8244 200.444 55.5305 200.221 55.3791C199.999 55.2277 199.625 55.0763 199.108 55.0763H198.217V52.6182H201.05V53.1436H198.885V54.5597H199.411C200.008 54.5597 200.533 54.7111 200.827 54.9338C201.13 55.2277 201.352 55.5305 201.352 55.9758C201.352 56.4211 201.201 56.7952 200.827 57.098C200.453 57.4008 199.936 57.5433 199.34 57.5433C198.814 57.5433 198.369 57.5433 198.146 57.3207L198.075 57.4721H198.057Z" fill="#434549"/>
|
||||||
|
<path d="M202.546 57.4721V56.8754C202.92 57.098 203.365 57.1693 203.739 57.1693C204.113 57.1693 204.487 57.098 204.71 56.8754C204.933 56.6527 205.084 56.43 205.084 56.1272C205.084 55.8244 204.933 55.5305 204.71 55.3791C204.487 55.2277 204.113 55.0763 203.597 55.0763H202.706V52.6182H205.538V53.1436H203.374V54.5597H203.9C204.496 54.5597 205.022 54.7111 205.316 54.9338C205.61 55.2277 205.841 55.5305 205.841 55.9758C205.841 56.4211 205.69 56.7952 205.316 57.098C204.942 57.4008 204.416 57.5433 203.828 57.5433C203.303 57.5433 202.858 57.5433 202.635 57.3207L202.564 57.4721H202.546Z" fill="#434549"/>
|
||||||
|
<path d="M210.089 52.7694V53.2948C210.089 53.2948 209.493 53.0722 209.119 53.0722C208.593 53.0722 208.219 53.2948 207.845 53.6689C207.542 54.043 207.4 54.5684 207.4 55.2364C207.702 54.7911 208.148 54.5684 208.744 54.5684C209.27 54.5684 209.644 54.7198 209.938 54.9425C210.241 55.2364 210.383 55.5392 210.383 56.0647C210.383 56.5902 210.232 56.9642 209.858 57.2581C209.484 57.5609 209.11 57.7034 208.584 57.7034C207.987 57.7034 207.533 57.4808 207.239 57.1067C206.937 56.7327 206.714 56.2072 206.714 55.468C206.714 54.6486 206.937 53.9005 207.391 53.4552C207.836 52.9297 208.362 52.707 209.11 52.707C209.484 52.707 209.858 52.707 210.08 52.8584V52.7872L210.089 52.7694ZM208.673 55.0137C208.673 55.0137 208.077 55.085 207.854 55.3077C207.631 55.5303 207.551 55.753 207.551 55.9756C207.551 56.2695 207.622 56.5723 207.854 56.795C208.077 57.0177 208.379 57.1691 208.673 57.1691C208.967 57.1691 209.27 57.0978 209.493 56.8752C209.715 56.6525 209.787 56.4298 209.787 56.127C209.787 55.753 209.715 55.5303 209.493 55.3077C209.27 55.085 209.047 55.0137 208.673 55.0137Z" fill="#434549"/>
|
||||||
|
<path d="M213.011 57.6234C212.414 57.6234 211.96 57.4007 211.666 57.0266C211.363 56.5813 211.221 55.9846 211.221 55.2365C211.221 54.3459 211.372 53.7402 211.746 53.2949C212.12 52.8496 212.566 52.627 213.242 52.627C214.436 52.627 215.033 53.4463 215.033 55.0851C215.033 55.9045 214.881 56.5012 214.507 56.9465C214.133 57.3918 213.688 57.6145 213.082 57.6145L213.011 57.6234ZM213.082 53.0723C212.263 53.0723 211.809 53.7402 211.809 55.1563C211.809 56.5012 212.183 57.0979 213.002 57.0979C213.821 57.0979 214.195 56.4299 214.195 55.0851C214.195 53.7402 213.821 53.001 213.002 53.001L213.082 53.0723Z" fill="#434549"/>
|
||||||
|
<path d="M216.965 55.0139C216.288 54.7111 215.914 54.346 215.914 53.8205C215.914 53.4464 216.066 53.1525 216.359 52.921C216.662 52.6983 217.108 52.6182 217.633 52.6182C218.078 52.6182 218.452 52.6894 218.755 52.921C219.058 53.1436 219.201 53.3663 219.201 53.7404C219.201 54.2658 218.826 54.7111 218.15 55.005C218.969 55.3079 219.423 55.673 219.423 56.3499C219.423 56.7239 219.272 57.098 218.898 57.3207C218.524 57.5433 218.078 57.6947 217.473 57.6947C216.947 57.6947 216.573 57.5433 216.279 57.3207C215.976 57.098 215.834 56.7952 215.834 56.4211C215.834 55.8244 216.279 55.3791 217.108 55.0763L216.956 55.005L216.965 55.0139ZM217.491 55.3079C216.742 55.5305 216.368 55.9046 216.368 56.3499C216.368 56.5725 216.44 56.7952 216.671 56.9466C216.903 57.098 217.197 57.1693 217.491 57.1693C217.784 57.1693 218.087 57.098 218.31 56.9466C218.533 56.7952 218.613 56.5725 218.613 56.3499C218.613 55.8244 218.239 55.5305 217.419 55.2277L217.491 55.3079ZM218.461 53.8205C218.461 53.8205 218.39 53.4464 218.239 53.295C218.087 53.1436 217.865 53.0724 217.562 53.0724C217.259 53.0724 217.036 53.0724 216.894 53.295C216.742 53.4464 216.591 53.5889 216.591 53.8205C216.591 54.2658 216.894 54.5686 217.562 54.7913C218.239 54.5686 218.533 54.2658 218.533 53.8205H218.461Z" fill="#434549"/>
|
||||||
|
<path d="M190.442 241.787H203.668L195.67 258.344H182.445L190.442 241.787ZM81.1093 258.273H84.5471L92.545 241.716H89.1071L81.1093 258.273ZM126.246 258.273H127.965L135.963 241.716H134.244L126.246 258.273ZM122.88 258.273H124.599L132.596 241.716H130.877L122.88 258.273ZM111.302 258.273H113.02L121.018 241.716H119.299L111.302 258.273ZM225.863 241.787H218.987L211.069 258.201C219.067 257.159 225.346 250.293 225.863 241.787ZM69.4511 257.596L77.0748 241.787H63.849L59.8857 250.07C62.05 253.65 65.4165 256.402 69.4511 257.596ZM159.048 258.273H172.274L180.272 241.716H167.046L159.048 258.273ZM133.638 258.273H155.984L163.982 241.716H141.636L133.638 258.273Z" fill="url(#paint2_linear_98_219)"/>
|
||||||
|
<path d="M218.016 136.907H216.52V153.615H218.016V136.907Z" fill="#434549"/>
|
||||||
|
<path d="M214.276 136.907H212.779V153.615H214.276V136.907Z" fill="#434549"/>
|
||||||
|
<path d="M210.321 136.907H208.825V153.615H210.321V136.907Z" fill="#434549"/>
|
||||||
|
<path d="M115.336 34.9481C115.336 34.9481 115.185 34.7255 115.113 34.6453C115.113 34.574 114.962 34.4939 114.891 34.4226C114.819 34.4226 114.739 34.2712 114.588 34.2712C114.588 34.2712 115.033 34.1198 115.185 34.0486C115.336 33.9773 115.487 33.8259 115.63 33.6745C115.781 33.5231 115.853 33.3717 115.924 33.149C115.924 32.9976 115.995 32.775 115.995 32.5523C115.995 32.2584 115.995 32.0269 115.844 31.8042C115.772 31.5815 115.621 31.4301 115.47 31.2787C115.318 31.1273 115.095 31.0561 114.873 30.9848C114.65 30.9848 114.347 30.9136 114.125 30.9136H112.254V37.2548H113.003V34.574H113.973C114.045 34.574 114.196 34.6453 114.267 34.7254C114.338 34.7254 114.49 34.8769 114.57 35.0194C114.641 35.1708 114.793 35.242 114.873 35.4647L115.915 37.2548H116.814L115.621 35.3133C115.621 35.3133 115.47 35.0194 115.398 34.9392H115.327L115.336 34.9481ZM114.508 33.7547C114.508 33.7547 114.205 33.8259 113.982 33.8259H112.931V31.5103H113.982C114.428 31.5103 114.73 31.5815 114.953 31.8042C115.176 32.0269 115.256 32.2495 115.256 32.6236C115.256 32.8462 115.256 32.9976 115.185 33.149C115.185 33.3004 115.033 33.4519 114.882 33.5231C114.73 33.5944 114.659 33.6745 114.436 33.7458L114.508 33.7547Z" fill="#515253"/>
|
||||||
|
<path d="M100.462 34.3512H102.698V33.6833H100.462V31.519H102.921V30.8511H99.7144V37.2636H103.072V36.5956H100.462V34.3512Z" fill="#515253"/>
|
||||||
|
<path d="M86.3374 31.519H88.1276V37.2636H88.8757V31.519H90.746V30.8511H86.3374V31.519Z" fill="#515253"/>
|
||||||
|
<path d="M76.6205 35.3221V36.2929C76.6205 36.2929 76.4691 36.0702 76.3979 35.8476L73.1827 30.8512H72.2119V37.1924H72.96V31.6705C72.96 31.6705 73.1114 31.9644 73.1827 32.0446L76.4691 37.1122H77.3686V30.771H76.6205V35.3221Z" fill="#515253"/>
|
||||||
|
<path d="M141.788 33.3804L142.233 32.0356C142.233 32.0356 142.233 31.8129 142.304 31.5903C142.304 31.5903 142.304 31.9644 142.375 32.0356L142.972 33.7545C142.972 33.7545 143.569 33.9772 143.943 34.1286L142.678 30.8511H141.93L141.04 33.238C141.04 33.238 141.485 33.3092 141.708 33.3894H141.779L141.788 33.3804Z" fill="#515253"/>
|
||||||
|
<path d="M62.6466 30.8423H61.8984V37.1835H62.6466V30.8423Z" fill="#515253"/>
|
||||||
|
<path d="M179.229 30.771C178.258 30.771 177.51 31.0649 176.985 31.6616C176.459 32.2583 176.166 33.0777 176.166 34.1197C176.166 35.0905 176.468 35.8387 176.985 36.4354C177.51 37.0321 178.258 37.3349 179.149 37.3349C180.04 37.3349 180.797 37.0321 181.393 36.4354C181.99 35.8387 182.213 35.0193 182.213 33.9772C182.213 33.0065 181.919 32.2583 181.393 31.6616C180.868 31.0649 180.12 30.771 179.301 30.771H179.229ZM180.726 35.9901C180.351 36.4354 179.755 36.658 179.078 36.658C178.401 36.658 177.884 36.4354 177.51 35.9099C177.136 35.4646 176.914 34.7877 176.914 34.0485C176.914 33.3093 177.136 32.6324 177.51 32.1871C177.956 31.7418 178.481 31.439 179.158 31.439C179.835 31.439 180.351 31.6616 180.806 32.1069C181.18 32.5522 181.402 33.2291 181.402 34.0485C181.402 34.8679 181.18 35.5447 180.806 35.9901H180.726Z" fill="#515253"/>
|
||||||
|
<path d="M207.774 30.8423L205.307 37.1835H206.126L206.803 35.3934H209.493L210.161 37.1835H210.98L208.513 30.8423H207.765H207.774ZM207.026 34.7967L207.996 32.1159C207.996 32.1159 207.996 31.8932 208.068 31.6706C208.068 31.6706 208.068 32.0446 208.139 32.1159L209.11 34.7967H206.865H207.017H207.026Z" fill="#515253"/>
|
||||||
|
<path d="M220.626 36.5868V30.8423H219.877V37.2548H223.155V36.5868H220.626Z" fill="#515253"/>
|
||||||
|
<path d="M195.742 35.3221V36.2929C195.742 36.2929 195.59 36.0702 195.519 35.8476L192.304 30.8512H191.333V37.1924H192.081V31.6705C192.081 31.6705 192.233 31.9644 192.304 32.0446L195.59 37.1122H196.49V30.771H195.742V35.3221Z" fill="#515253"/>
|
||||||
|
<path d="M166.903 30.8423H166.155V37.1835H166.903V30.8423Z" fill="#515253"/>
|
||||||
|
<path d="M126.54 32.1872L129.827 37.2548H130.726V30.9136H129.978V36.3553C129.978 36.3553 129.827 36.1326 129.755 35.91L126.54 30.9136H125.569V37.2548H126.317V31.7329C126.317 31.7329 126.469 32.0269 126.54 32.107V32.1783V32.1872Z" fill="#515253"/>
|
||||||
|
<path d="M152.849 31.519H154.639V37.2636H155.387V31.519H157.258V30.8511H152.849V31.519Z" fill="#515253"/>
|
||||||
|
<path d="M140.068 33.897C133.941 33.897 128.936 38.8934 128.936 45.1634C128.936 51.4334 133.941 56.4298 140.068 56.4298C146.196 56.4298 151.201 51.4334 151.201 45.1634C151.201 38.8934 146.196 33.897 140.068 33.897ZM140.068 55.8331C134.164 55.8331 129.452 51.0593 129.452 45.0921C129.452 39.1249 134.235 34.3512 140.068 34.3512C145.902 34.3512 150.685 39.1249 150.685 45.0921C150.685 51.0593 145.902 55.8331 140.068 55.8331Z" fill="url(#paint3_linear_98_219)"/>
|
||||||
|
<path opacity="0.31" d="M225.186 170.546V222.683C219.806 220.296 207.4 176.807 200.079 173.306C188.421 167.713 171.828 204.487 159.876 185.766C144.477 161.746 127.217 158.985 118.248 158.985C110.847 158.985 101.13 190.389 90.523 186.657C70.3414 179.568 62.121 187.405 57.6411 184.867V148.396C57.6411 136.684 65.3361 127.733 74.8302 128.33L207.925 148.324C217.419 148.921 225.114 158.914 225.114 170.554L225.186 170.546Z" fill="url(#paint4_linear_98_219)"/>
|
||||||
|
<path d="M95.1546 216.573L90.6748 198.369L90.8262 234.84H80.584V173.975H92.2423L99.0466 198.289L105.771 173.975H117.135V234.84L107.347 235.143L107.044 199.411L102.707 216.644H95.306L95.1546 216.573Z" fill="#E4DFD0"/>
|
||||||
|
<path d="M152.546 234.769L150.382 220.296H138.724L136.257 234.769H125.195L136.854 173.903H152.475L164.133 234.769H152.475H152.546ZM148.815 209.858L145.003 184.199L140.665 209.858H148.886H148.815Z" fill="#E4DFD0"/>
|
||||||
|
<path d="M171.908 234.769V173.903H189.169C194.397 173.903 198.511 175.248 201.495 178.009C204.487 180.699 205.903 184.876 205.903 190.469V200.088C205.903 205.529 204.487 209.564 201.566 212.093C198.725 214.632 194.539 215.896 189.24 215.896H183.86V234.84H171.899L171.908 234.769ZM183.86 205.529H188.421C190.068 205.529 191.333 205.084 192.161 204.113C192.981 203.143 193.435 201.352 193.435 198.743V191.582C193.435 188.821 192.989 186.96 192.161 185.989C191.342 185.018 190.068 184.493 188.421 184.493H183.86V205.601V205.529Z" fill="#E4DFD0"/>
|
||||||
|
<path d="M83.1931 171.223C82.1511 171.223 81.403 171 80.8775 170.475C80.3521 169.949 80.1294 169.21 80.1294 168.159V165.104C80.1294 164.062 80.3521 163.314 80.8775 162.789C81.403 162.263 82.1511 161.969 83.1931 161.969C84.2352 161.969 84.912 162.192 85.3574 162.717C85.8027 163.243 86.1055 164.062 86.1055 165.175H84.0125C84.0125 164.579 83.9413 164.053 83.7899 163.831C83.6385 163.608 83.4158 163.457 83.113 163.457C82.7389 163.457 82.5163 163.608 82.3649 163.831C82.2135 164.053 82.1422 164.579 82.1422 165.175V167.865C82.1422 168.462 82.1422 168.907 82.3649 169.21C82.5875 169.513 82.7389 169.584 83.113 169.584C83.4158 169.584 83.6385 169.433 83.7899 169.281C83.9413 169.059 84.0125 168.613 84.0125 167.865L86.1055 168.017C86.1055 169.139 85.8027 169.958 85.3574 170.475C84.912 171 84.1639 171.223 83.113 171.223H83.1931Z" fill="#E4DFD0"/>
|
||||||
|
<path d="M97.55 171.223C96.6505 171.223 95.9024 170.929 95.3858 170.403C94.8603 169.878 94.6377 169.139 94.6377 168.239V164.962C94.6377 163.991 94.8603 163.243 95.3858 162.726C95.9113 162.201 96.5793 161.907 97.55 161.907C98.5208 161.907 99.1977 162.21 99.7143 162.726C100.24 163.252 100.462 163.991 100.462 164.962V168.239C100.462 169.139 100.24 169.878 99.7143 170.403C99.1888 170.929 98.5208 171.223 97.55 171.223ZM97.55 169.655C97.55 169.655 98.0755 169.504 98.1468 169.352C98.2982 169.13 98.2982 168.684 98.2982 168.088V165.175C98.2982 164.579 98.2982 164.133 98.1468 163.911C97.9954 163.688 97.8439 163.537 97.55 163.537C97.2561 163.537 97.0246 163.608 96.9533 163.911C96.8019 164.133 96.8019 164.579 96.8019 165.175V168.088C96.8019 168.684 96.8019 169.13 96.9533 169.352C97.1047 169.575 97.2561 169.655 97.55 169.655Z" fill="#E4DFD0"/>
|
||||||
|
<path d="M111.444 168.391L110.696 165.256L110.919 171.071H109.048V162.049H110.919L112.041 166.226L113.163 162.049H114.953V171.071H113.083L113.306 165.407L112.557 168.391H111.284H111.444Z" fill="#E4DFD0"/>
|
||||||
|
<path d="M125.943 168.391L125.195 165.256L125.418 171.071H123.547V162.049H125.418L126.54 166.226L127.662 162.049H129.452V171.071H127.582L127.805 165.407L127.056 168.391H125.783H125.943Z" fill="#E4DFD0"/>
|
||||||
|
<path d="M141.111 171.223C140.069 171.223 139.392 170.92 138.866 170.403C138.421 169.878 138.118 169.059 138.118 167.945V162.049H140.211V167.945C140.211 168.542 140.211 168.987 140.363 169.21C140.514 169.433 140.656 169.513 141.031 169.513C141.405 169.513 141.556 169.442 141.707 169.21C141.859 168.987 141.859 168.542 141.859 167.945V162.049H143.952V167.945C143.952 169.067 143.729 169.887 143.204 170.403C142.678 170.929 142.01 171.223 140.959 171.223H141.111Z" fill="#E4DFD0"/>
|
||||||
|
<path d="M156.136 171.151L154.417 165.033V171.151H152.626V162.129H154.871L156.741 168.542V162.129H158.531V171.151H156.136Z" fill="#E4DFD0"/>
|
||||||
|
<path d="M167.197 171.152V169.584H169.068V163.688H167.197V162.121H173.102V163.688H171.232V169.584H173.102V171.152H167.197Z" fill="#E4DFD0"/>
|
||||||
|
<path d="M183.638 171.151V163.697H181.545V162.129H187.824V163.697H185.731V171.151H183.638Z" fill="#E4DFD0"/>
|
||||||
|
<path d="M200.23 171.151H198.137V167.794L195.893 162.129H197.986L199.179 165.71L200.373 162.129H202.466L200.222 167.794L200.23 171.151Z" fill="#E4DFD0"/>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_98_219" x1="222.478" y1="26.8167" x2="61.3909" y2="256.402" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FDF9F0"/>
|
||||||
|
<stop offset="1" stop-color="#A29884"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear_98_219" x1="222.184" y1="27.2442" x2="62.504" y2="255.511" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#EDE8D9"/>
|
||||||
|
<stop offset="0.36" stop-color="#F4EEE0"/>
|
||||||
|
<stop offset="1" stop-color="#FFF7EB"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint2_linear_98_219" x1="59.8768" y1="250.025" x2="225.863" y2="250.025" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#C9C5B8"/>
|
||||||
|
<stop offset="1" stop-color="#E4DFD0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint3_linear_98_219" x1="133.024" y1="56.7593" x2="147.184" y2="33.4606" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FDF9F0"/>
|
||||||
|
<stop offset="1" stop-color="#A29884"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint4_linear_98_219" x1="141.164" y1="190.772" x2="144.246" y2="123.262" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0.05" stop-color="#FFFAEB" stop-opacity="0.7"/>
|
||||||
|
<stop offset="0.68" stop-color="#FFEDCF" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath id="clip0_98_219">
|
||||||
|
<rect width="164" height="49" fill="white" transform="translate(58 73)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 31 KiB |
266
public/assets/img/mapicons/map_icon_de_dust.svg
Normal file
@ -0,0 +1,266 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
|
||||||
|
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#998C67" cx="16.102" cy="15.996" r="15.387"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#5E3C2A" d="M24.516,22.446c-1.043,0.243-1.286,0.208-1.877,0.486
|
||||||
|
c-0.591,0.278-0.765,0.226-1.042-0.139c-0.278-0.365-0.227-0.539-0.07-1.043s0.14-0.539,0.104-0.765
|
||||||
|
c-0.034-0.226-0.069-0.348,0.174-0.66c0.243-0.313,0.504-0.521,0.486-0.973c-0.017-0.452,0.174-0.626-0.243-0.904
|
||||||
|
s-0.504,0.208-0.66-0.521c-0.156-0.729-3.875-5.561-4.345-6.743c-0.469-1.182-0.972-2.672-0.799-3.649
|
||||||
|
c0.101-0.574,0.729-1.147,0.66-1.529s-0.869-0.956-0.729-1.147c0.139-0.191,9.939-1.182,11.261,6.708
|
||||||
|
C28.756,19.457,25.559,22.202,24.516,22.446z M14.854,26.13c0.087,0.678-4.709,1.147-7.021,0.278
|
||||||
|
c-2.312-0.869-2.276-2.224-3.268-5.491c-0.99-3.267,1.061-6.273,1.738-6.569s1.13,0.243,2.085,0.417
|
||||||
|
c0.956,0.174,0.748-0.243,1.529-0.348c0.782-0.104,0.817,0.208,1.772,0.73c0.956,0.521,1.355,1.286,1.564,1.564
|
||||||
|
c0.209,0.278,0.782,0.938,1.217,1.355c0.434,0.417,0.399,0.625,0.625,1.321c0.227,0.695-0.104,0.73-0.277,1.599
|
||||||
|
c-0.174,0.869,0.243,0.678,0.451,1.39c0.209,0.713-0.174,1.373-0.417,2.329C14.61,25.661,14.767,25.452,14.854,26.13z"/>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#281F15" d="M7.115,12.451c0.201-0.128,0.294-0.349,0.294-0.477
|
||||||
|
s0.036-0.128,0.11-0.037c0.073,0.092,0.128,0.128,0.293,0.037s0.349-0.386,0.404-0.514c0.055-0.129-0.147-0.294-0.221-0.404
|
||||||
|
c-0.073-0.11-0.258-0.055-0.331-0.147c-0.072-0.092,0.073-0.331,0-0.441c-0.072-0.11-0.22-0.202-0.366-0.367
|
||||||
|
c-0.147-0.166-0.238,0.055-0.368,0c-0.128-0.055-0.164-0.404-0.513-0.441c-0.349-0.037-0.275,0.606-0.331,0.771
|
||||||
|
c-0.055,0.166,0,0.074,0.146,0.331c0.147,0.257,0.294,0.257,0.404,0.477c0.11,0.221-0.056,0.367-0.184,0.698
|
||||||
|
s0.018,0.293,0.147,0.477C6.729,12.598,6.913,12.58,7.115,12.451z M19.12,7.458c0.11-0.238,0.146-0.11,0.366-0.22
|
||||||
|
c0.221-0.11,0-0.184,0-0.331c0-0.146,0.184-0.202,0.073-0.514c-0.109-0.312-0.312,0.128-0.587-0.037
|
||||||
|
c-0.275-0.166-0.165-0.239-0.221-0.551c-0.055-0.312-0.349-0.238-0.697-0.331c-0.349-0.092-0.55,0.019-0.771,0.184
|
||||||
|
s-0.073,0.11,0,0.331s-0.147,0.128-0.184,0.331c-0.037,0.202,0,0.092,0.33,0.33c0.33,0.239,0.698,0.257,1.065,0.918
|
||||||
|
C18.862,8.229,19.01,7.697,19.12,7.458z M24.736,9.037c0.019-0.22,0.093-0.293,0-0.514c-0.091-0.221-0.146-0.459-0.366-0.661
|
||||||
|
c-0.221-0.202-1.34-0.808-1.249-0.33c0.092,0.477,0.11,0.715,0.11,1.028c0,0.312,0.018,0.184,0.221,0.514
|
||||||
|
c0.201,0.331-0.037,0.551,0.439,0.478c0.479-0.074,0.35,0.165,0.551-0.11C24.646,9.166,24.719,9.258,24.736,9.037z M26.462,15.278
|
||||||
|
c-0.128-0.275-0.221-0.257-0.44-0.22c-0.22,0.037-0.165,0.055-0.367,0.661c-0.201,0.605-0.037,0.275-0.184,0.624
|
||||||
|
c-0.147,0.349,0,0.129,0.073,0.22c0.073,0.092,0.019,0.055,0,0.22c-0.018,0.166-0.11,0.129-0.073,0.367
|
||||||
|
c0.036,0.239,0.073,0.055,0.331-0.11c0.257-0.165,0.055-0.037,0.477-0.293s0.11-0.019,0.331-0.881
|
||||||
|
C26.829,15.003,26.591,15.554,26.462,15.278z M21.665,21.569c-0.238-0.037-0.495-0.203-0.294,0.183
|
||||||
|
c0.202,0.385,0.238,0.477,0.404,0.625c0.165,0.146,0.275-0.019,0.183-0.367C21.867,21.66,21.903,21.605,21.665,21.569z
|
||||||
|
M24.59,17.701c-0.11,0.202-0.367,0.349-0.11,0.478c0.257,0.128,0.33,0.128,0.515,0.037c0.184-0.092,0.293-0.055,0.257-0.331
|
||||||
|
C25.214,17.609,24.699,17.499,24.59,17.701z M9.354,20.271c-0.22-0.239-0.146-0.202-0.44-0.551s-0.386-0.624-0.551-0.991
|
||||||
|
c-0.166-0.367-0.184-0.11-0.221-0.587c-0.036-0.477-0.165-0.587-0.33-0.514c-0.165,0.073-0.386,0.055-0.478,0.367
|
||||||
|
c-0.092,0.312,0,0.459-0.22,0.551c-0.221,0.092-0.258-0.055-0.331,0.367c-0.072,0.422,0,0.422,0.221,0.661
|
||||||
|
c0.221,0.239,0.202,0.569,0.404,0.734c0.201,0.165,0.733,0.073,0.954,0.11c0.22,0.037,0.386,0.239,0.587,0.221
|
||||||
|
C9.152,20.62,9.574,20.51,9.354,20.271z M13.393,25.337c-0.165-0.257-0.349-0.221-0.588-0.184
|
||||||
|
c-0.238,0.037-0.22,0.275-0.293,0.697c-0.073,0.422,0.496,0.184,0.734,0.184s0.11-0.037,0.33-0.293
|
||||||
|
C13.796,25.484,13.558,25.594,13.393,25.337z M9.024,24.016c-0.459,0.22,0.459,0.587,0.66,0.587c0.202,0,0.037-0.018,0.147-0.183
|
||||||
|
c0.11-0.166,0.11-0.184-0.074-0.587C9.574,23.428,9.483,23.795,9.024,24.016z M20.185,8.009c-0.367-0.496-0.331-0.092-0.515,0.11
|
||||||
|
c-0.184,0.202-0.275,0.22-0.514,0.22s-0.238-0.074-0.404,0.11c-0.165,0.183,0.037,0.128,0.294,0.44
|
||||||
|
c0.258,0.312,0.734,0.202,0.845,0.257s0.184,0.055,0.403,0.11c0.221,0.055,0.203,0.037,0.441,0
|
||||||
|
c0.238-0.037,0.018-0.11-0.037-0.294S20.552,8.505,20.185,8.009z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#AA998D" d="M18.445,6.784c-0.124-0.143-0.159-0.32-0.249-0.391
|
||||||
|
c-0.089-0.071-0.355,0.017-0.461,0.142c-0.106,0.124-0.035,0.124-0.214,0.319c-0.177,0.195-0.496,0.018-0.496,0.106
|
||||||
|
c0,0,0.319,0.125,0.425,0.178c0.107,0.054,0.107,0.054,0.144,0.143c0.035,0.088-0.036,0.159-0.036,0.249
|
||||||
|
c0,0.087,0.071,0.176,0.071,0.176s0.071,0.036,0.143,0.142c0.069,0.107,0.052,0.107,0.069,0.214
|
||||||
|
c0.019,0.106-0.035,0.124,0.107,0.212c0.141,0.089,0.159,0.036,0.354,0.107c0.195,0.071,0.284-0.195,0.391-0.426
|
||||||
|
c0.105-0.23,0.178-0.71,0.178-0.71l-0.035-0.143C18.836,7.102,18.571,6.925,18.445,6.784z M20.596,7.991
|
||||||
|
c-0.088-0.142-0.158,0-0.142,0.178c0.019,0.177-0.141,0.354-0.354,0.426c-0.214,0.071-0.229-0.196-0.391-0.356
|
||||||
|
c-0.16-0.159-0.124-0.053-0.177,0.072c-0.054,0.125-0.108,0.159-0.143,0.355c-0.035,0.194,0.958,0.728,1.137,0.674
|
||||||
|
c0.177-0.053,0.213-0.23,0.39-0.461c0.177-0.231,0.07-0.231,0.034-0.391C20.916,8.329,20.685,8.133,20.596,7.991z M23.697,8.026
|
||||||
|
c-0.158,0.018-0.408,0.248-0.566,0.461c-0.159,0.213-0.196,0.32-0.319,0.426c-0.125,0.107-0.195,0.071-0.214,0.355
|
||||||
|
c-0.019,0.284,0,0.515,0.036,0.639c0.035,0.124,0.142,0.302,0.248,0.142c0.105-0.159,0.212-0.213,0.212-0.213
|
||||||
|
s0.108-0.07,0.179-0.035c0.071,0.035,0.122,0.106,0.247,0.106c0.124,0,0.249,0.142,0.249-0.106c0-0.249-0.018-0.568,0.071-0.853
|
||||||
|
c0.09-0.283,0.266-0.443,0.178-0.674C23.93,8.043,23.857,8.007,23.697,8.026z M7.513,11.469c0-0.107,0-0.143,0.07-0.249
|
||||||
|
c0.072-0.107,0.019-0.178-0.07-0.213c-0.088-0.035-0.105-0.035-0.247-0.035c-0.143,0-0.161-0.036-0.284-0.143
|
||||||
|
c-0.124-0.107-0.124-0.195-0.354-0.461C6.396,10.102,6.2,10.759,6.2,10.9s0.337,0.267,0.462,0.355
|
||||||
|
c0.123,0.089,0.106,0.16,0.106,0.284c0,0.124-0.302,0.55-0.355,0.745c-0.054,0.196-0.107,0.178,0,0.32
|
||||||
|
c0.106,0.142,0.089,0.213,0.215,0.249c0.121,0.036,0.086,0.071,0.282-0.071c0.194-0.143,0.515-0.479,0.673-0.639
|
||||||
|
c0.161-0.16,0.072-0.319,0.037-0.426C7.583,11.61,7.513,11.575,7.513,11.469z M20.239,24.689
|
||||||
|
c-0.143-0.195-0.213-0.088-0.285-0.035c-0.069,0.054,0.072,0.089-0.036,0.249c-0.104,0.159,0.036,0.212-0.211,0.355
|
||||||
|
c-0.25,0.142-0.284,0.159-0.284,0.283c0,0.125-0.019,0.302,0,0.355c0.018,0.054,0.248-0.071,0.319-0.106s0.052-0.053,0.143,0
|
||||||
|
c0.087,0.054,0.195,0.071,0.247-0.071c0.054-0.142,0.054-0.159,0.107-0.248c0.053-0.088,0.07,0.106,0.213-0.106
|
||||||
|
c0.143-0.213,0.354-0.125,0.105-0.355C20.31,24.779,20.382,24.885,20.239,24.689z M26.608,17.29
|
||||||
|
c-0.194-0.498-0.089-0.089-0.318-0.036c-0.232,0.053-0.25,0.301-0.391,0.567c-0.141,0.267-0.515,0.071-0.64,0.32
|
||||||
|
c-0.124,0.249,0.231,0.284,0.284,0.498c0.053,0.212-0.088,0.231-0.213,0.461c-0.125,0.23-0.035,0.178,0.105,0.284
|
||||||
|
c0.143,0.107,0.035,0.036,0.143,0.178c0.107,0.142,0.088,0.124,0.391,0.07c0.302-0.053,0.392-0.39,0.746-1.064
|
||||||
|
C27.07,17.892,26.804,17.786,26.608,17.29z M8.542,19.986c-0.017,0.107,0.072,0.391,0.249,0.284
|
||||||
|
c0.178-0.106,0.124-0.177,0.32-0.141c0.194,0.035,0.337,0.106,0.532,0.177c0.194,0.071,0.283,0,0.105-0.177
|
||||||
|
c-0.177-0.178-0.285-0.214-0.391-0.533c-0.105-0.319,0.019-0.302-0.105-0.639c-0.125-0.338-0.249-0.355-0.392-0.497
|
||||||
|
c-0.142-0.143-0.265-0.125-0.319,0.071c-0.053,0.195-0.088,0.372-0.249,0.567c-0.158,0.195-0.373,0.195-0.249,0.391
|
||||||
|
c0.126,0.194,0.162,0.301,0.321,0.319C8.525,19.827,8.56,19.879,8.542,19.986z M9.43,23.536c-0.338-0.337-0.088-0.302-0.283-0.532
|
||||||
|
c-0.195-0.231-0.159-0.036-0.641,0.212c-0.478,0.249,1.102,1.296,1.28,1.349c0.176,0.054,0.105,0,0.211-0.213
|
||||||
|
c0.107-0.211,0-0.124-0.07-0.354S9.768,23.873,9.43,23.536z M12.942,25.346c-0.318-0.16-0.211-0.053-0.602,0.248
|
||||||
|
c-0.393,0.302,0.62,0.337,0.922,0.426c0.302,0.089,0.089,0.018,0.071-0.248C13.315,25.506,13.263,25.506,12.942,25.346z
|
||||||
|
M22.302,21.587c-0.147-0.08-0.108,0.026-0.269-0.026c-0.16-0.054-0.055-0.147-0.241-0.027c-0.188,0.12-0.04,0.133,0,0.24
|
||||||
|
c0.039,0.107,0.026,0.013,0.081,0.16c0.054,0.147,0.013,0.054-0.055,0.241c-0.066,0.187-0.12,0.027-0.268,0.133
|
||||||
|
c-0.146,0.107,0.016,0.094,0.135,0.214c0.12,0.12,0.039,0.054,0.429-0.347c0.387-0.4,0.119-0.121,0.319-0.375
|
||||||
|
C22.635,21.548,22.449,21.667,22.302,21.587z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#232323" d="M16.102,0.609c-8.498,0-15.387,6.889-15.387,15.387
|
||||||
|
s6.889,15.387,15.387,15.387s15.387-6.889,15.387-15.387S24.6,0.609,16.102,0.609z M16.258,26.611
|
||||||
|
c-5.811,0-10.521-4.711-10.521-10.521S10.447,5.569,16.258,5.569s10.521,4.71,10.521,10.521S22.068,26.611,16.258,26.611z"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#F4DA6E" d="M18.469,18.948c-0.109,0-0.21-0.018-0.309-0.055l-0.063-0.023
|
||||||
|
c-0.512-0.193-0.779-0.301-0.779-0.45c0-0.085,0.143-0.208,1.143-0.905c0.283-0.198,0.551-0.385,0.634-0.456
|
||||||
|
c0.212-0.184,0.425-0.295,0.709-0.371c0.206-0.056,0.741-0.175,0.999-0.175c0.077,0,0.16,0.009,0.193,0.066
|
||||||
|
c0.067,0.118,0.085,0.22,0.086,0.225l0.002,0.017l-0.005,0.017c-0.042,0.12-0.415,1.18-0.609,1.344
|
||||||
|
c-0.198,0.168-0.701,0.56-1.108,0.593c-0.129,0.011-0.256,0.046-0.39,0.084C18.811,18.902,18.643,18.948,18.469,18.948z
|
||||||
|
M13.479,18.932c-0.185,0-0.313-0.012-0.394-0.038c-0.218-0.068-0.88-0.276-1.12-0.614c-0.084-0.118-0.205-0.258-0.322-0.395
|
||||||
|
c-0.206-0.238-0.4-0.464-0.462-0.628c-0.103-0.272-0.003-0.493,0.001-0.503l0.004-0.006l0.004-0.006
|
||||||
|
c0.112-0.148,0.348-0.18,0.561-0.197c0.023-0.001,0.052-0.002,0.084-0.002c0.243,0,0.723,0.061,0.983,0.292
|
||||||
|
c0.271,0.24,0.933,0.718,1.142,0.837c0.031,0.018,0.75,0.423,0.848,0.501c0.09,0.071,0.082,0.117,0.048,0.199
|
||||||
|
c-0.007,0.018-0.017,0.04-0.026,0.068c-0.056,0.156-0.323,0.456-0.544,0.456l0,0c-0.049,0-0.136,0.006-0.239,0.013
|
||||||
|
C13.877,18.919,13.668,18.932,13.479,18.932z"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#D6D6D6" d="M22.645,13.033l-0.467-2.368c-0.711-1.771-3.912-3.572-6.35-3.572
|
||||||
|
c-0.025,0-0.051,0-0.077,0.001l-1.312,0.308c-1.467,0.571-3.507,1.52-4.315,3.149l-0.192,1.004l-0.349,1.663
|
||||||
|
c0.06,0.474,0.282,1.026,0.497,1.561c0.227,0.563,0.441,1.093,0.436,1.473v0.017l-0.23,0.425l0.155,1.479l-0.384,0.766
|
||||||
|
c0.15,0.297,0.301,0.396,0.524,0.545c0.077,0.051,0.163,0.107,0.259,0.18c0.074,0.057,0.145,0.11,0.212,0.161
|
||||||
|
c0.502,0.384,0.805,0.615,1.192,0.615c0.303,0,0.676-0.136,1.287-0.47l0.061-0.033l0.078,0.156l-0.001,0.018
|
||||||
|
c-0.024,0.395-0.208,0.761-0.403,1.148c-0.308,0.612-0.626,1.246-0.308,2.039c0.05,0.048,0.091,0.082,0.129,0.112
|
||||||
|
c0.082,0.067,0.149,0.122,0.229,0.261l0.398-0.239l0.213,0.595c0.049,0.021,0.086,0.03,0.116,0.03c0.051,0,0.091-0.026,0.179-0.085
|
||||||
|
l0.104-0.07l0.034,0.065c0.18,0.34,1.008,0.597,1.926,0.597c0.856,0,1.473-0.229,1.57-0.583L17.88,23.9l0.341,0.17l0.01-0.011
|
||||||
|
l0.006-0.003c0.141-0.09,0.221-0.252,0.242-0.495l0.003-0.037l0.149-0.073l0.293,0.22c0.031-0.039,0.053-0.073,0.072-0.104
|
||||||
|
c0.066-0.106,0.117-0.173,0.307-0.243c0.102-0.645,0.025-1.405-0.197-1.948c-0.056-0.137-0.129-0.258-0.199-0.375
|
||||||
|
c-0.149-0.248-0.305-0.506-0.312-0.934l-0.001-0.104l1.102,0.466c0.078,0.018,0.162,0.027,0.247,0.027
|
||||||
|
c0.938,0,2.009-1.058,2.264-1.557c-0.405-0.72-0.368-0.988-0.245-1.849l0.021-0.147c0.022-0.167-0.049-0.263-0.125-0.365
|
||||||
|
c-0.046-0.063-0.089-0.12-0.107-0.192l-0.005-0.019l0.473-1.575c0.04-0.125,0.096-0.256,0.154-0.394
|
||||||
|
C22.536,13.973,22.723,13.537,22.645,13.033z M14.771,18.318c-0.047,0.133-0.295,0.413-0.481,0.413
|
||||||
|
c-0.186-0.001-0.931,0.077-1.179,0c-0.248-0.079-0.863-0.277-1.086-0.59c-0.223-0.313-0.682-0.761-0.775-1.008
|
||||||
|
c-0.094-0.249,0-0.45,0-0.45c0.094-0.124,0.311-0.155,0.512-0.171c0.202-0.016,0.748,0.033,1.018,0.273
|
||||||
|
c0.27,0.238,0.938,0.722,1.154,0.845c0.217,0.122,0.76,0.433,0.838,0.495C14.849,18.187,14.818,18.187,14.771,18.318z M20.434,18.03
|
||||||
|
c-0.188,0.157-0.684,0.546-1.07,0.576c-0.389,0.031-0.762,0.28-1.172,0.125c-0.411-0.155-0.799-0.296-0.799-0.413
|
||||||
|
c0-0.115,1.521-1.108,1.753-1.31c0.232-0.202,0.45-0.295,0.683-0.357c0.232-0.062,1.055-0.247,1.117-0.139
|
||||||
|
c0.062,0.108,0.077,0.201,0.077,0.201S20.619,17.872,20.434,18.03z"/>
|
||||||
|
<path opacity="0.7" fill="#282621" d="M16.273,24.827c-0.75,0-1.645-0.175-2.03-0.563c-0.384,0.207-0.639-0.097-0.683-0.438
|
||||||
|
l-0.323,0.077c-0.319-0.044-0.306-0.245-0.489-0.427c-0.524-1.226,0.303-2.003,0.596-3.117c-0.686,0.346-1.309,0.486-1.98,0.034
|
||||||
|
c-0.535-0.36-1.332-0.804-1.596-1.414l0.001-0.089l0.397-0.796c-0.089-0.69-0.284-1.298,0.082-1.918
|
||||||
|
c-0.062-1.017-0.875-1.535-0.932-2.781c-0.043-0.933,0.357-1.986,0.534-2.903c0.964-1.975,3.782-3.525,5.966-3.666
|
||||||
|
c2.578,0,5.85,1.864,6.604,3.764c0.156,0.786,0.476,1.737,0.551,2.535c0.152,0.979-0.676,2.253-0.964,3.216
|
||||||
|
c0.046-0.072,0.235,0.537,0.227,0.599c-0.104,0.72-0.157,1.26,0.234,1.903l0.004,0.092c-0.329,0.71-1.098,1.331-1.808,1.626
|
||||||
|
c-0.674,0.279-1.15,0.086-1.771-0.176c0.142,0.515,0.501,0.91,0.614,1.451c0.113,0.533,0.125,1.094,0.029,1.631
|
||||||
|
c-0.201,0.107-0.414,0.283-0.527,0.498l-0.135,0.014l-0.189-0.142c-0.059,0.201-0.183,0.361-0.353,0.479l-0.138,0.047l-0.196-0.098
|
||||||
|
C17.744,24.624,17.125,24.827,16.273,24.827z M14.378,23.949c0.394,0.744,3.178,0.95,3.435,0.021l0.033-0.117l0.363,0.182
|
||||||
|
c0.154-0.133,0.23-0.33,0.229-0.531l0.185-0.09l0.282,0.212c0.107-0.151,0.169-0.253,0.355-0.325
|
||||||
|
c0.104-0.683,0.047-1.489-0.291-2.104c-0.23-0.423-0.443-0.78-0.422-1.283c0.418,0.177,0.92,0.512,1.383,0.512
|
||||||
|
c0.85,0,1.896-0.812,2.248-1.568c-0.416-0.647-0.352-1.224-0.242-1.957c0.034-0.239-0.176-0.336-0.23-0.544
|
||||||
|
c0.259-0.964,1.041-2.365,0.893-3.318c-0.061-0.786-0.314-1.596-0.467-2.37c-0.695-1.745-3.886-3.541-6.314-3.541
|
||||||
|
c-2.108,0.456-4.66,1.38-5.68,3.448c-0.168,0.89-0.352,1.775-0.537,2.662c0.137,1.032,0.949,1.968,0.937,3.016
|
||||||
|
c-0.078,0.16-0.16,0.319-0.245,0.476c0.062,0.474,0.117,0.946,0.167,1.421c-0.131,0.279-0.259,0.56-0.399,0.834
|
||||||
|
c0.325,0.479,1.225,1.076,1.743,1.321c0.603,0.284,1.274-0.124,1.791-0.415c0.04,0.071,0.071,0.146,0.096,0.223
|
||||||
|
c-0.069,1.144-1.206,1.97-0.708,3.186c0.13,0.079,0.256,0.198,0.334,0.328l0.406-0.243l0.234,0.66
|
||||||
|
c0.004-0.031,0.266-0.116,0.332-0.164L14.378,23.949z"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#282828" d="M15.73,7.026c2.572-0.043,5.795,1.852,6.499,3.62
|
||||||
|
c0.155,0.791,0.312,1.583,0.468,2.374c0.109,0.708-0.277,1.28-0.429,1.751c-0.155,0.52-0.312,1.038-0.467,1.558
|
||||||
|
c0.044,0.166,0.275,0.284,0.233,0.583c-0.139,0.987-0.202,1.222,0.233,1.985c-0.263,0.566-1.573,1.836-2.607,1.596
|
||||||
|
c-0.337-0.143-0.675-0.285-1.013-0.429c0.01,0.61,0.328,0.851,0.506,1.285c0.239,0.585,0.303,1.388,0.195,2.024
|
||||||
|
c-0.309,0.104-0.248,0.187-0.428,0.389c-0.104-0.078-0.208-0.155-0.312-0.233c-0.026,0.013-0.052,0.025-0.078,0.039
|
||||||
|
c-0.022,0.248-0.105,0.438-0.272,0.544c-0.014,0.014-0.025,0.026-0.039,0.039c-0.104-0.052-0.207-0.104-0.312-0.155
|
||||||
|
c-0.254,0.922-3.219,0.759-3.62,0c-0.176,0.117-0.224,0.171-0.428,0.078c-0.064-0.182-0.13-0.363-0.194-0.545
|
||||||
|
c-0.13,0.078-0.259,0.155-0.39,0.233c-0.129-0.253-0.209-0.252-0.389-0.429c-0.545-1.328,0.638-2.221,0.7-3.229
|
||||||
|
c-0.013-0.026-0.026-0.053-0.039-0.079c-1.472,0.806-1.66,0.522-2.763-0.311c-0.372-0.281-0.601-0.329-0.818-0.778
|
||||||
|
c0.131-0.26,0.26-0.519,0.39-0.778c-0.052-0.493-0.104-0.986-0.155-1.479c0.077-0.143,0.155-0.285,0.232-0.429
|
||||||
|
c0.01-0.72-0.815-2.05-0.934-3.035c0.117-0.558,0.234-1.116,0.35-1.674c0.066-0.338,0.131-0.675,0.195-1.012
|
||||||
|
c0.779-1.579,2.662-2.53,4.359-3.191C14.848,7.234,15.289,7.129,15.73,7.026z M15.846,7.259c-0.479,0.117-0.959,0.233-1.439,0.351
|
||||||
|
c-1.889,0.686-3.345,1.614-4.087,3.464c-0.274,0.684-0.707,1.788-0.351,2.725c0.247,0.7,0.493,1.401,0.74,2.102
|
||||||
|
c0.025-0.013,0.052-0.025,0.078-0.038c0.16-1.139,0.221-1.928-0.117-2.959c0.052,0.039,0.104,0.078,0.156,0.117
|
||||||
|
c0.234,0.612,0.477,2.005,0.155,2.802c-0.169,0.312-0.338,0.623-0.506,0.935c0.038,0.493,0.077,0.986,0.116,1.479
|
||||||
|
c-0.063,0.319-0.266,0.536-0.272,0.817c0.169,0.18,0.308,0.354,0.584,0.429c0-0.014,0-0.026,0-0.039
|
||||||
|
c-0.065-0.168-0.13-0.338-0.194-0.506c0.052,0.026,0.104,0.052,0.155,0.078c0.987,2.605,1.743,0.387,3.659,0.7
|
||||||
|
c0.039,0.052,0.077,0.104,0.116,0.155c0.093,0.303-0.046,0.63-0.272,0.74c0.121-0.228,0.24-0.435,0.117-0.701
|
||||||
|
c-0.159,0.079-0.445,0.121-0.545,0.272c-0.334,0.604-0.686,1.132-0.856,1.868c0.207,0.107,0.181,0.286,0.272,0.507
|
||||||
|
c0.064,0,0.13,0,0.194,0c0.039,0.116,0.077,0.232,0.117,0.35c0.026-0.013,0.052-0.026,0.077-0.039
|
||||||
|
c0.064-0.091,0.131-0.182,0.195-0.271c0.064,0.012,0.13,0.025,0.194,0.038c0.11,0.154,0.177,0.239,0.233,0.468
|
||||||
|
c0.025-0.014,0.053-0.026,0.078-0.039c0.064-0.091,0.129-0.183,0.194-0.273c0.065,0.014,0.13,0.026,0.195,0.039
|
||||||
|
c0.128,0.178,0.216,0.385,0.35,0.584c0.013,0,0.026,0,0.039,0c0.054-0.214,0.141-0.264,0.272-0.389
|
||||||
|
c0.359-0.01,0.438,0.059,0.623,0.194c0.127-0.13,0.363-0.278,0.622-0.155c0.171,0.087,0.201,0.211,0.312,0.35
|
||||||
|
c0.014,0,0.026,0,0.039,0c0.037-0.353,0.191-0.442,0.389-0.623c0.053,0.026,0.104,0.053,0.156,0.078
|
||||||
|
c0.078,0.078,0.156,0.156,0.234,0.234c0.043-0.285,0.141-0.391,0.35-0.506c0.179,0.09,0.215,0.191,0.351,0.311
|
||||||
|
c0.052-0.13,0.104-0.259,0.155-0.39c0.064,0.027,0.13,0.052,0.195,0.079c0-0.336,0.094-0.441,0.232-0.624
|
||||||
|
c-0.383-0.606-0.472-1.383-0.934-1.907c-0.156-0.052-0.312-0.104-0.467-0.155c-0.058,0.097-0.07,0.132-0.078,0.312
|
||||||
|
c0.052,0.13,0.104,0.259,0.156,0.39c-0.053-0.039-0.104-0.078-0.156-0.117c-0.076-0.241-0.121-0.436-0.078-0.739
|
||||||
|
c0.026-0.013,0.053-0.026,0.078-0.039c2.105-0.364,2.518,2.077,3.775-0.817c0.013,0,0.025,0,0.039,0
|
||||||
|
c-0.053,0.194-0.104,0.39-0.156,0.584c0.264-0.068,0.463-0.252,0.584-0.467c-0.09-0.246-0.182-0.493-0.271-0.74
|
||||||
|
c0.039-0.506,0.077-1.012,0.116-1.518c-0.155-0.272-0.312-0.545-0.468-0.817c-0.307-0.641-0.287-2.568,0.234-2.997
|
||||||
|
c-0.216,0.671-0.553,2.329,0,2.958c0.013,0,0.025,0,0.039,0c0.271-0.855,0.545-1.713,0.816-2.569
|
||||||
|
c0.125-0.665-0.139-1.211-0.271-1.635C21.191,8.758,19.036,7.817,15.846,7.259z M19.115,23.217c-0.012-0.22-0.025-0.441-0.038-0.661
|
||||||
|
c0.155,0.12,0.176,0.455,0.194,0.7C19.22,23.243,19.168,23.23,19.115,23.217z M18.648,23.451c-0.04-0.213,0.058-0.464,0.117-0.7
|
||||||
|
c0.202,0.197,0.192,0.468,0.156,0.817C18.83,23.529,18.74,23.49,18.648,23.451z M18.221,23.996c-0.215-0.413-0.33-0.767-0.078-1.207
|
||||||
|
c0.039,0,0.078,0,0.117,0c0.188,0.323,0.133,0.702,0.078,1.13C18.299,23.944,18.26,23.97,18.221,23.996z M17.559,24.268
|
||||||
|
c-0.064-0.013-0.129-0.026-0.193-0.039c-0.09-0.352-0.138-0.551-0.117-0.973c0.077-0.091,0.155-0.182,0.232-0.273
|
||||||
|
c0.039,0,0.078,0,0.117,0c0.099,0.25,0.319,0.723,0.156,1.091C17.689,24.187,17.648,24.19,17.559,24.268z M17.014,24.424
|
||||||
|
c-0.259,0.038-0.519,0.077-0.777,0.116c-0.159-0.325-0.076-0.852,0-1.207c0.09-0.052,0.182-0.104,0.271-0.155
|
||||||
|
c0.065,0.013,0.13,0.026,0.195,0.039c0.158,0.234,0.532,0.674,0.35,1.09C17.04,24.346,17.027,24.385,17.014,24.424z M15.262,24.462
|
||||||
|
c-0.038-0.038-0.077-0.077-0.115-0.116c-0.006-0.607,0.183-0.833,0.428-1.168c0.117,0.026,0.233,0.052,0.35,0.078
|
||||||
|
c0.148,0.266,0.113,0.742,0.156,1.168c0,0.013,0,0.025,0,0.038C15.827,24.581,15.592,24.486,15.262,24.462z M14.718,24.268
|
||||||
|
c-0.078-0.039-0.155-0.078-0.233-0.117c-0.092-0.446,0.006-0.866,0.155-1.168c0.039,0,0.078,0,0.117,0
|
||||||
|
c0.309,0.415,0.224,0.705,0.116,1.246C14.821,24.242,14.77,24.255,14.718,24.268z M13.979,23.996
|
||||||
|
c-0.187-0.348-0.164-0.825-0.039-1.207c0.064,0.014,0.13,0.026,0.194,0.039c0.14,0.506,0.066,0.647-0.077,1.129
|
||||||
|
C14.03,23.97,14.004,23.983,13.979,23.996z M13.316,23.568c-0.041-0.348-0.02-0.577,0.117-0.817
|
||||||
|
c0.064,0.194,0.129,0.389,0.193,0.583C13.535,23.459,13.495,23.518,13.316,23.568z M12.966,23.256c0.04-0.233,0.078-0.468,0.117-0.7
|
||||||
|
c0.097,0.111,0.036,0.39,0.077,0.583c-0.051,0.039-0.104,0.078-0.154,0.117C12.992,23.256,12.979,23.256,12.966,23.256z
|
||||||
|
M15.652,19.13c0.116,0.013,0.232,0.026,0.35,0.039c0.022,0.173,0.03,0.182,0.117,0.272c0.052-0.104,0.104-0.207,0.155-0.312
|
||||||
|
c0.274,0.003,0.349,0.058,0.507,0.156c0.156,0.406,0.572,1.405,0.389,1.867c-0.078,0.091-0.156,0.183-0.233,0.273
|
||||||
|
c-0.065-0.013-0.13-0.026-0.195-0.039c-0.155-0.312-0.312-0.623-0.467-0.934c-0.13,0.024-0.259,0.052-0.39,0.077
|
||||||
|
c-0.088,0.334-0.245,0.754-0.545,0.896c-0.104-0.078-0.207-0.156-0.311-0.234C15.008,20.423,15.277,19.544,15.652,19.13z
|
||||||
|
M11.526,16.368c0.39-0.008,0.934-0.061,1.206,0.077c0.428,0.377,0.857,0.753,1.285,1.129c0.519,0.272,1.037,0.545,1.557,0.817
|
||||||
|
c-0.438-0.023-0.58-0.072-0.779,0.194c-0.609,0.284-0.826,0.696-1.789,0.701c0.012-0.026,0.025-0.052,0.038-0.078
|
||||||
|
c0.356-0.039,0.7-0.145,0.896-0.351c0-0.013,0-0.025,0-0.038c-0.742,0.023-1.469,0.06-1.947-0.273
|
||||||
|
c-0.219-0.233-0.44-0.467-0.661-0.7c0,0.013,0,0.025,0,0.038c0.165,0.435,0.413,0.684,0.584,1.052c-0.013,0-0.026,0-0.038,0
|
||||||
|
c-0.438-0.304-0.732-0.792-0.857-1.401c-0.012-0.233-0.025-0.468-0.038-0.7c-0.067-0.108-0.146-0.043-0.233-0.039
|
||||||
|
c-0.014-0.013-0.026-0.025-0.039-0.039c0-0.013,0-0.025,0-0.039C10.981,16.6,11.254,16.484,11.526,16.368z M11.487,16.639
|
||||||
|
c-0.026,0.013-0.052,0.026-0.078,0.039c0.18,1.13,2.168,2.855,3.23,1.557c-0.013-0.025-0.026-0.052-0.039-0.077
|
||||||
|
c-0.739-0.454-1.479-0.908-2.218-1.362C12.084,16.744,11.785,16.691,11.487,16.639z M19.699,16.368
|
||||||
|
c0.864-0.021,1.299,0.131,1.83,0.35c0,0.026,0,0.053,0,0.078c-0.092,0-0.182,0-0.273,0c0.021,0.981-0.297,1.805-0.934,2.141
|
||||||
|
c0.133-0.356,0.406-0.666,0.584-1.052c-0.013-0.013-0.025-0.025-0.039-0.038c-0.922,0.775-0.885,1.011-2.607,0.974
|
||||||
|
c0.025,0.038,0.052,0.077,0.078,0.116c0.299,0.116,0.596,0.234,0.895,0.351c-0.924,0.022-1.6-0.414-1.984-0.935
|
||||||
|
c-0.195,0.013-0.39,0.025-0.584,0.039c0.013-0.026,0.025-0.052,0.039-0.078C17.978,18.093,18.779,16.997,19.699,16.368z
|
||||||
|
M20.712,16.639c-0.325,0.064-0.649,0.131-0.974,0.195c-0.713,0.467-1.427,0.934-2.141,1.4c0.621,0.797,2.33,0.145,2.725-0.389
|
||||||
|
c0.169-0.39,0.338-0.779,0.506-1.168C20.789,16.666,20.75,16.652,20.712,16.639z M17.326,13.642
|
||||||
|
c-0.004,0.419-1.005,1.074-1.363,1.323c0.053,0.065,0.104,0.131,0.156,0.195c0.195,0.182,0.389,0.363,0.584,0.545
|
||||||
|
c-0.285-0.207-0.572-0.415-0.857-0.623c-0.287,0.204-0.725,0.608-1.051,0.623c0.273-0.26,0.545-0.519,0.818-0.779
|
||||||
|
c-0.247-0.245-0.493-0.492-0.74-0.739c0.014-0.013,0.025-0.026,0.039-0.039c0.272,0.221,0.545,0.442,0.818,0.662
|
||||||
|
C16.25,14.662,16.986,14.024,17.326,13.642z"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#AA998D" d="M16.193,31.532c-8.609,0-15.588-6.979-15.588-15.587
|
||||||
|
S7.584,0.358,16.193,0.358c8.607,0,15.586,6.979,15.586,15.587S24.801,31.532,16.193,31.532z M16.161,1.039
|
||||||
|
c-8.233,0-14.908,6.675-14.908,14.908s6.675,14.908,14.908,14.908s14.908-6.675,14.908-14.908S24.395,1.039,16.161,1.039z
|
||||||
|
M16.203,30.374c-7.895,0-14.328-6.543-14.328-14.438c0-7.896,6.258-14.47,14.328-14.47s14.232,6.587,14.232,14.482
|
||||||
|
C30.436,23.843,24.1,30.374,16.203,30.374z M16.193,1.979c-7.714,0-13.893,6.252-13.893,13.966s6.179,13.967,13.893,13.967
|
||||||
|
c7.713,0,13.741-6.253,13.741-13.967S23.906,1.979,16.193,1.979z M16.193,26.765c-5.977,0-10.821-4.845-10.821-10.82
|
||||||
|
s4.845-10.82,10.821-10.82c5.976,0,10.82,4.845,10.82,10.82S22.169,26.765,16.193,26.765z M16.171,5.597
|
||||||
|
c-5.716,0-10.35,4.633-10.35,10.349s4.634,10.35,10.35,10.35s10.349-4.634,10.349-10.35S21.887,5.597,16.171,5.597z M21.23,5.147
|
||||||
|
c-0.077,0.243-0.338,0.376-0.58,0.299l-1.189-0.383c-0.242-0.078-0.375-0.339-0.298-0.58l0.331-1.029
|
||||||
|
c0.077-0.241,0.338-0.374,0.58-0.296l1.189,0.382c0.242,0.077,0.376,0.338,0.298,0.58L21.23,5.147z M19.93,3.502l-0.385,1.198
|
||||||
|
l1.248,0.401l0.386-1.198L19.93,3.502z M16.918,4.216l1.393,0.159l0.049-0.435l-0.662-0.075c-0.043-0.005-0.189-0.031-0.271-0.162
|
||||||
|
c-0.063-0.102-0.074-0.175-0.074-0.215l1.472,0.168l-0.085,0.755c-0.05,0.226-0.266,0.38-0.502,0.354l-1.328-0.151
|
||||||
|
c-0.252-0.028-0.435-0.258-0.405-0.511l0.122-1.072c0.029-0.253,0.258-0.436,0.51-0.407l1.328,0.151
|
||||||
|
c0.226,0.026,0.398,0.213,0.408,0.438l-1.814-0.207L16.918,4.216z M15.145,4.645l-1.27,0.148c-0.248,0.029-0.474-0.136-0.525-0.376
|
||||||
|
l1.738-0.202L15.046,3.86l-1.265,0.148c-0.248,0.028-0.474-0.136-0.525-0.375l-0.034-0.297c-0.031-0.262,0.157-0.503,0.421-0.532
|
||||||
|
l1.234-0.144c0.246-0.03,0.473,0.135,0.525,0.373l0.002-0.001l-1.703,0.2l0.04,0.344l1.267-0.147
|
||||||
|
c0.247-0.029,0.473,0.135,0.523,0.374l0.035,0.309C15.598,4.375,15.408,4.615,15.145,4.645z M12.625,5.077l-1.149,0.404
|
||||||
|
c-0.251,0.087-0.524-0.045-0.612-0.295l-0.345-0.983c-0.088-0.25,0.044-0.525,0.294-0.613l1.15-0.401
|
||||||
|
c0.232-0.083,0.484,0.024,0.59,0.24l0.008,0.023l-1.549,0.542l0.364,1.04l1.551-0.544l0.008,0.023
|
||||||
|
C12.992,4.75,12.859,4.995,12.625,5.077z M11.276,28.264l0.688-1.718l-0.263-0.105l0.067-0.167l1.053,0.423
|
||||||
|
c0.367,0.148,0.614,0.348,0.739,0.603c0.124,0.254,0.12,0.546-0.014,0.876c-0.132,0.333-0.332,0.548-0.599,0.647
|
||||||
|
c-0.266,0.097-0.583,0.072-0.951-0.075l-1.052-0.422l0.066-0.167L11.276,28.264z M11.996,28.553
|
||||||
|
c0.214,0.085,0.398,0.081,0.553-0.016c0.155-0.098,0.293-0.296,0.413-0.596c0.117-0.298,0.156-0.535,0.112-0.711
|
||||||
|
c-0.045-0.177-0.175-0.309-0.388-0.395l-0.191-0.076l-0.69,1.718L11.996,28.553z M13.955,27.069l1.133,0.083l-0.013,0.178
|
||||||
|
l-0.281-0.02l-0.079,1.102c-0.021,0.275,0.009,0.47,0.086,0.586c0.077,0.116,0.22,0.182,0.428,0.196
|
||||||
|
c0.202,0.016,0.351-0.029,0.443-0.135c0.094-0.104,0.15-0.292,0.17-0.565l0.079-1.104l-0.28-0.019l0.012-0.18l0.77,0.055
|
||||||
|
l-0.014,0.18l-0.282-0.021l-0.081,1.133c-0.025,0.337-0.115,0.572-0.271,0.704c-0.156,0.133-0.405,0.188-0.749,0.163
|
||||||
|
c-0.342-0.025-0.582-0.115-0.717-0.271c-0.135-0.155-0.191-0.401-0.167-0.737l0.081-1.131l-0.279-0.02L13.955,27.069z
|
||||||
|
M18.061,28.561c-0.061-0.042-0.178-0.072-0.352-0.092l-0.339-0.037c-0.223-0.027-0.382-0.082-0.481-0.168
|
||||||
|
c-0.102-0.086-0.164-0.219-0.188-0.398c-0.026-0.219,0.021-0.396,0.148-0.537c0.129-0.14,0.324-0.226,0.584-0.262
|
||||||
|
c0.128-0.017,0.263-0.024,0.403-0.021c0.143,0.002,0.29,0.017,0.443,0.04l0.066,0.484l-0.188,0.025
|
||||||
|
c-0.048-0.148-0.126-0.25-0.231-0.307c-0.104-0.057-0.244-0.074-0.421-0.051c-0.146,0.02-0.252,0.059-0.318,0.12
|
||||||
|
c-0.067,0.061-0.094,0.14-0.082,0.24c0.013,0.091,0.047,0.157,0.104,0.197c0.058,0.041,0.189,0.073,0.394,0.099l0.339,0.037
|
||||||
|
c0.211,0.023,0.369,0.084,0.475,0.179c0.106,0.096,0.172,0.237,0.197,0.426c0.028,0.222-0.026,0.399-0.163,0.534
|
||||||
|
c-0.138,0.136-0.355,0.223-0.649,0.262c-0.145,0.02-0.288,0.027-0.432,0.02c-0.144-0.005-0.292-0.024-0.445-0.055l-0.068-0.519
|
||||||
|
l0.187-0.024c0.051,0.16,0.135,0.273,0.249,0.34c0.117,0.069,0.269,0.089,0.454,0.064c0.154-0.02,0.265-0.064,0.336-0.132
|
||||||
|
c0.072-0.068,0.101-0.159,0.085-0.271C18.156,28.667,18.122,28.602,18.061,28.561z M20.858,26.756l-0.187,0.069l-0.118-0.329
|
||||||
|
l-0.574,0.208l0.621,1.718l0.276-0.1l0.061,0.168l-1.091,0.395l-0.061-0.169l0.275-0.099l-0.621-1.721l-0.569,0.207l0.118,0.329
|
||||||
|
L18.8,27.5l-0.189-0.519l2.061-0.745L20.858,26.756z"/>
|
||||||
|
<path fill="#5B4D35" d="M16.12,30.957c-8.248,0-14.958-6.71-14.958-14.958S7.872,1.041,16.12,1.041s14.958,6.71,14.958,14.958
|
||||||
|
S24.368,30.957,16.12,30.957z M16.12,1.14c-8.192,0-14.858,6.666-14.858,14.858S7.928,30.857,16.12,30.857
|
||||||
|
s14.858-6.666,14.858-14.858S24.313,1.14,16.12,1.14z M16.162,30.475c-3.824,0-7.434-1.518-10.16-4.272
|
||||||
|
c-2.72-2.749-4.217-6.377-4.217-10.215c0-3.86,1.474-7.494,4.151-10.231c2.706-2.766,6.337-4.288,10.226-4.288
|
||||||
|
c3.883,0,7.497,1.525,10.179,4.296c2.646,2.733,4.104,6.369,4.104,10.236C30.444,23.982,24.037,30.475,16.162,30.475z M16.162,1.568
|
||||||
|
c-7.873,0-14.277,6.469-14.277,14.42c0,7.934,6.404,14.388,14.277,14.388c7.82,0,14.183-6.448,14.183-14.375
|
||||||
|
C30.345,7.908,24.115,1.568,16.162,1.568z M16.152,30.013c-3.74,0-7.246-1.458-9.875-4.105c-2.623-2.643-4.066-6.162-4.066-9.911
|
||||||
|
s1.443-7.269,4.066-9.911c2.629-2.646,6.135-4.104,9.875-4.104c3.73,0,7.21,1.458,9.799,4.105c2.574,2.633,3.992,6.152,3.992,9.91
|
||||||
|
s-1.418,7.278-3.992,9.911C23.362,28.555,19.883,30.013,16.152,30.013z M16.152,2.081c-7.633,0-13.842,6.243-13.842,13.916
|
||||||
|
c0,7.674,6.209,13.917,13.842,13.917c7.678,0,13.691-6.113,13.691-13.917S23.83,2.081,16.152,2.081z M16.152,26.667
|
||||||
|
c-5.885,0-10.67-4.786-10.67-10.67s4.785-10.67,10.67-10.67c5.883,0,10.669,4.786,10.669,10.67S22.035,26.667,16.152,26.667z
|
||||||
|
M16.152,5.458c-5.812,0-10.539,4.729-10.539,10.539s4.728,10.539,10.539,10.539c5.811,0,10.538-4.729,10.538-10.539
|
||||||
|
S21.963,5.458,16.152,5.458z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 27 KiB |
2851
public/assets/img/mapicons/map_icon_de_dust2.svg
Normal file
|
After Width: | Height: | Size: 231 KiB |
77
public/assets/img/mapicons/map_icon_de_grail.svg
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32">
|
||||||
|
<!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) -->
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="linear-gradient" x1="24.98" y1="30.989" x2="6.893" y2="5.211" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#fdf9f0"/>
|
||||||
|
<stop offset="1" stop-color="#a29884"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient1" x1="24.947" y1="30.941" x2="7.018" y2="5.311" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#ede8d9"/>
|
||||||
|
<stop offset=".36" stop-color="#f4eee0"/>
|
||||||
|
<stop offset="1" stop-color="#fff7eb"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient2" x1="6.723" y1="5.927" x2="25.36" y2="5.927" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#c9c5b8"/>
|
||||||
|
<stop offset="1" stop-color="#e4dfd0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient3" x1="14.936" y1="27.627" x2="16.526" y2="30.243" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#fdf9f0"/>
|
||||||
|
<stop offset="1" stop-color="#a29884"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient4" x1="15.85" y1="12.58" x2="16.196" y2="20.16" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset=".05" stop-color="#fffaeb" stop-opacity=".7"/>
|
||||||
|
<stop offset=".68" stop-color="#ffedcf" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path d="M23.648,2.5h-15.423c-1.099,0-1.989.93-1.989,2.085v22.629c0,1.147.889,2.085,1.989,2.085h15.423c1.099,0,1.989-.93,1.989-2.085V4.585c0-1.147-.89-2.085-1.989-2.085ZM15.719,6.294c-.671,0-1.208-.57-1.208-1.265s.545-1.265,1.208-1.265,1.208.569,1.208,1.265-.545,1.265-1.208,1.265Z" style="fill: url(#linear-gradient);"/>
|
||||||
|
<path d="M23.643,2.567h-15.32c-1.094,0-1.977.921-1.977,2.069v22.478c0,1.139.883,2.069,1.977,2.069h15.32c1.094,0,1.977-.93,1.977-2.069V4.636c0-1.139-.883-2.069-1.977-2.069ZM15.76,6.336c-.665,0-1.203-.561-1.203-1.256s.538-1.256,1.203-1.256,1.203.561,1.203,1.256-.538,1.256-1.203,1.256Z" style="fill: url(#linear-gradient1);"/>
|
||||||
|
<path d="M6.312,27.24c0,1.089.856,1.968,1.905,1.968h15.414c1.049,0,1.905-.879,1.905-1.968v-9.749H6.312v9.749Z" style="fill: #a261b5;"/>
|
||||||
|
<path d="M23.598,2.626h-15.28c-1.091,0-1.972.888-1.972,1.977v.896l8.232-.017c-.067-.151-.101-.318-.101-.494,0-.687.562-1.248,1.25-1.248s1.25.561,1.25,1.248c0,.176-.034.343-.101.494l8.693.017v-.896c0-1.089-.881-1.968-1.972-1.968v-.008Z" style="fill: #a261b5;"/>
|
||||||
|
<path d="M21.618,5.942l-.26.528h-.076l.243-.486h-.327v-.059h.42v.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M21.718,6.445v-.067c.042.034.092.042.151.042.042,0,.084-.008.109-.025.025-.017.042-.042.042-.075,0-.067-.059-.109-.185-.109h-.05v-.05h.05c.109,0,.159-.033.159-.1,0-.059-.042-.092-.126-.092-.042,0-.092.017-.134.042v-.059s.092-.034.151-.034.101.008.134.034c.034.025.05.059.05.092,0,.075-.042.117-.134.142.05,0,.084.017.109.042.025.025.042.05.042.092,0,.05-.017.092-.067.117-.042.034-.101.042-.168.042-.059,0-.109-.008-.151-.025l.017-.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M22.238,6.453v-.067c.042.025.092.033.134.033s.084-.008.109-.033c.025-.025.042-.05.042-.084s-.017-.067-.042-.084c-.025-.017-.067-.034-.125-.034h-.1v-.276h.318v.059h-.243v.159h.059c.067,0,.126.017.159.042.034.033.059.067.059.117s-.017.092-.059.126c-.042.034-.1.05-.167.05-.059,0-.109,0-.134-.025l-.008.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M22.742,6.453v-.067c.042.025.092.033.134.033s.084-.008.109-.033c.025-.025.042-.05.042-.084s-.017-.067-.042-.084c-.025-.017-.067-.034-.125-.034h-.1v-.276h.318v.059h-.243v.159h.059c.067,0,.126.017.159.042.033.033.059.067.059.117s-.017.092-.059.126c-.042.034-.101.05-.167.05-.059,0-.109,0-.134-.025l-.008.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.589,5.925v.059s-.067-.025-.109-.025c-.059,0-.101.025-.143.067-.034.042-.05.101-.05.176.034-.05.084-.075.151-.075.059,0,.101.017.134.042.034.033.05.067.05.126s-.017.101-.059.134c-.042.034-.084.05-.143.05-.067,0-.118-.025-.151-.067-.034-.042-.059-.101-.059-.184,0-.092.025-.176.076-.226.05-.059.109-.084.193-.084.042,0,.084,0,.109.017v-.008ZM23.43,6.177s-.067.008-.092.033c-.025.025-.034.05-.034.075,0,.033.008.067.034.092.025.025.059.042.092.042s.067-.008.092-.033c.025-.025.033-.05.033-.084,0-.042-.008-.067-.033-.092-.025-.025-.05-.033-.092-.033Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.917,6.47c-.067,0-.118-.025-.151-.067-.034-.05-.05-.117-.05-.201,0-.1.017-.168.059-.218.042-.05.092-.075.168-.075.134,0,.201.092.201.276,0,.092-.017.159-.059.209-.042.05-.092.075-.16.075h-.008ZM23.925,5.959c-.092,0-.143.075-.143.234,0,.151.042.218.134.218s.134-.075.134-.226-.042-.234-.134-.234l.008.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M24.361,6.177c-.076-.034-.118-.075-.118-.134,0-.042.017-.075.05-.101.034-.025.084-.034.143-.034.05,0,.092.008.126.034.034.025.05.05.05.092,0,.059-.042.109-.118.142.092.034.143.075.143.151,0,.042-.017.084-.059.109-.042.025-.092.042-.16.042-.059,0-.101-.017-.134-.042-.034-.025-.05-.059-.05-.101,0-.067.05-.117.143-.151l-.017-.008ZM24.42,6.21c-.084.025-.126.067-.126.117,0,.025.008.05.034.067s.059.025.092.025.067-.008.092-.025.034-.042.034-.067c0-.059-.042-.092-.134-.126l.008.008ZM24.529,6.043s-.008-.042-.025-.059c-.017-.017-.042-.025-.076-.025s-.059,0-.075.025c-.017.017-.034.033-.034.059,0,.05.034.084.109.109.076-.025.109-.059.109-.109h-.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M21.383,27.148h1.485l-.898,1.859h-1.485l.898-1.859ZM9.107,28.999h.386l.898-1.859h-.386l-.898,1.859ZM14.175,28.999h.193l.898-1.859h-.193l-.898,1.859ZM13.797,28.999h.193l.898-1.859h-.193l-.898,1.859ZM12.497,28.999h.193l.898-1.859h-.193l-.898,1.859ZM25.36,27.148h-.772l-.889,1.843c.898-.117,1.603-.888,1.661-1.843ZM7.798,28.923l.856-1.775h-1.485l-.445.93c.243.402.621.712,1.074.846ZM17.858,28.999h1.485l.898-1.859h-1.485l-.898,1.859ZM15.005,28.999h2.509l.898-1.859h-2.509l-.898,1.859Z" style="fill: url(#linear-gradient2);"/>
|
||||||
|
<path d="M24.479,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M24.059,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.615,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M12.95,3.924s-.017-.025-.025-.034c0-.008-.017-.017-.025-.025-.008,0-.017-.017-.034-.017,0,0,.05-.017.067-.025.017-.008.034-.025.05-.042.017-.017.025-.034.033-.059,0-.017.008-.042.008-.067,0-.033,0-.059-.017-.084-.008-.025-.025-.042-.042-.059-.017-.017-.042-.025-.067-.033-.025,0-.059-.008-.084-.008h-.21v.712h.084v-.301h.109c.008,0,.025.008.033.017.008,0,.025.017.034.033.008.017.025.025.034.05l.117.201h.101l-.134-.218s-.017-.033-.025-.042h-.008ZM12.857,3.79s-.034.008-.059.008h-.118v-.26h.118c.05,0,.084.008.109.033.025.025.034.05.034.092,0,.025,0,.042-.008.059,0,.017-.017.034-.034.042-.017.008-.025.017-.05.025h.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M11.28,3.857h.251v-.075h-.251v-.243h.276v-.075h-.36v.72h.377v-.075h-.293v-.251Z" style="fill: #515253;"/>
|
||||||
|
<path d="M9.694,3.539h.201v.645h.084v-.645h.21v-.075h-.495v.075Z" style="fill: #515253;"/>
|
||||||
|
<path d="M8.603,3.966v.109s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042l.369.569h.101v-.712h-.084v.511Z" style="fill: #515253;"/>
|
||||||
|
<path d="M15.92,3.748l.05-.151s0-.025.008-.05c0,0,0,.042.008.05l.067.193s.067.025.109.042l-.142-.368h-.084l-.1.268s.05.008.075.017h.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M7.034,3.463h-.084v.712h.084v-.712Z" style="fill: #515253;"/>
|
||||||
|
<path d="M20.124,3.455c-.109,0-.193.033-.252.1-.059.067-.092.159-.092.276,0,.109.034.193.092.26.059.067.143.101.243.101s.185-.034.252-.101c.067-.067.092-.159.092-.276,0-.109-.033-.193-.092-.26-.059-.067-.143-.1-.235-.1h-.008ZM20.292,4.041c-.042.05-.109.075-.185.075s-.134-.025-.176-.084c-.042-.05-.067-.126-.067-.209s.025-.159.067-.209c.05-.05.109-.084.185-.084s.134.025.185.075c.042.05.067.126.067.218s-.025.168-.067.218h-.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M23.329,3.463l-.277.712h.092l.076-.201h.302l.075.201h.092l-.277-.712h-.084ZM23.245,3.907l.109-.301s0-.025.008-.05c0,0,0,.042.008.05l.109.301h-.252.017Z" style="fill: #515253;"/>
|
||||||
|
<path d="M24.772,4.108v-.645h-.084v.72h.368v-.075h-.285Z" style="fill: #515253;"/>
|
||||||
|
<path d="M21.978,3.966v.109s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042l.369.569h.101v-.712h-.084v.511Z" style="fill: #515253;"/>
|
||||||
|
<path d="M18.74,3.463h-.084v.712h.084v-.712Z" style="fill: #515253;"/>
|
||||||
|
<path d="M14.208,3.614l.369.569h.101v-.712h-.084v.611s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042v.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M17.162,3.539h.201v.645h.084v-.645h.21v-.075h-.495v.075Z" style="fill: #515253;"/>
|
||||||
|
<path d="M15.727,3.806c-.688,0-1.25.561-1.25,1.265s.562,1.265,1.25,1.265,1.25-.561,1.25-1.265-.562-1.265-1.25-1.265ZM15.727,6.269c-.663,0-1.192-.536-1.192-1.206s.537-1.206,1.192-1.206,1.192.536,1.192,1.206-.537,1.206-1.192,1.206Z" style="fill: url(#linear-gradient3);"/>
|
||||||
|
<path d="M25.284,19.149v5.854c-.604-.268-1.997-5.151-2.819-5.544-1.309-.628-3.172,3.501-4.514,1.399-1.729-2.697-3.667-3.007-4.674-3.007-.831,0-1.922,3.526-3.113,3.107-2.266-.796-3.189.084-3.692-.201v-4.095c0-1.315.864-2.32,1.93-2.253l14.944,2.245c1.066.067,1.93,1.189,1.93,2.496h.008Z" style="fill: url(#linear-gradient4); isolation: isolate; opacity: .31;"/>
|
||||||
|
<path d="M10.684,24.317l-.503-2.044.017,4.095h-1.15v-6.834h1.309l.764,2.73.755-2.73h1.276v6.834l-1.099.034-.034-4.012-.487,1.935h-.831l-.017-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M17.128,26.36l-.243-1.625h-1.309l-.277,1.625h-1.242l1.309-6.834h1.754l1.309,6.834h-1.309.008ZM16.709,23.563l-.428-2.881-.487,2.881h.923-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M19.302,26.36v-6.834h1.938c.587,0,1.049.151,1.384.461.336.302.495.771.495,1.399v1.08c0,.611-.159,1.064-.487,1.348-.319.285-.789.427-1.384.427h-.604v2.127h-1.343v-.008ZM20.644,23.077h.512c.185,0,.327-.05.42-.159.092-.109.143-.31.143-.603v-.804c0-.31-.05-.519-.143-.628-.092-.109-.235-.168-.42-.168h-.512v2.37-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M9.341,19.225c-.117,0-.201-.025-.26-.084-.059-.059-.084-.142-.084-.26v-.343c0-.117.025-.201.084-.26.059-.059.143-.092.26-.092s.193.025.243.084c.05.059.084.151.084.276h-.235c0-.067-.008-.126-.025-.151-.017-.025-.042-.042-.076-.042-.042,0-.067.017-.084.042-.017.025-.025.084-.025.151v.302c0,.067,0,.117.025.151.025.034.042.042.084.042.034,0,.059-.017.076-.034.017-.025.025-.075.025-.159l.235.017c0,.126-.034.218-.084.276-.05.059-.134.084-.252.084h.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M10.953,19.225c-.101,0-.185-.033-.243-.092-.059-.059-.084-.142-.084-.243v-.368c0-.109.025-.193.084-.251.059-.059.134-.092.243-.092s.185.034.243.092c.059.059.084.142.084.251v.368c0,.101-.025.184-.084.243-.059.059-.134.092-.243.092ZM10.953,19.049s.059-.017.067-.034c.017-.025.017-.075.017-.142v-.327c0-.067,0-.117-.017-.142-.017-.025-.034-.042-.067-.042s-.059.008-.067.042c-.017.025-.017.075-.017.142v.327c0,.067,0,.117.017.142.017.025.034.034.067.034Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M12.513,18.907l-.084-.352.025.653h-.21v-1.013h.21l.126.469.126-.469h.201v1.013h-.21l.025-.636-.084.335h-.143.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M14.141,18.907l-.084-.352.025.653h-.21v-1.013h.21l.126.469.126-.469h.201v1.013h-.21l.025-.636-.084.335h-.143.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M15.844,19.225c-.117,0-.193-.034-.252-.092-.05-.059-.084-.151-.084-.276v-.662h.235v.662c0,.067,0,.117.017.142.017.025.033.034.075.034s.059-.008.076-.034c.017-.025.017-.075.017-.142v-.662h.235v.662c0,.126-.025.218-.084.276-.059.059-.134.092-.252.092h.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M17.531,19.217l-.193-.687v.687h-.201v-1.013h.252l.21.72v-.72h.201v1.013h-.269Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M18.773,19.217v-.176h.21v-.662h-.21v-.176h.663v.176h-.21v.662h.21v.176h-.663Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M20.619,19.217v-.837h-.235v-.176h.705v.176h-.235v.837h-.235Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M22.482,19.217h-.235v-.377l-.252-.636h.235l.134.402.134-.402h.235l-.252.636v.377Z" style="fill: #e4dfd0;"/>
|
||||||
|
<g>
|
||||||
|
<path d="M10.248,9.046c-.008.007-.191.044-.22.045-.356.011-.575-.216-.943.013-.709.441-1.057,2.181-.955,2.953.136,1.028.847,1.676,1.894,1.706.377.011.819-.285.834-.688.018-.482-.514-1.34-1.009-1.433-.2-.037-.37.092-.551.087-.207-.007-.342-.222-.141-.331.151-.082.5-.21.673-.269.33-.113,1.031-.26,1.35-.121.029.012.007.056.019.068.01.01.141.019.178.077.054.084-.142.107-.187.128-.149.071-.221.133-.405.126.137.151.322.315.434.484.047.07.24.43.256.495.016.066-.02.151-.026.217-.08-.065-.053-.159-.106-.255-.013-.024-.006-.075-.051-.022l.121.507-.024.109-.024-.121v.362l.036-.169c.083-.071.045.187.037.226-.003.014-.096.026-.049.064.115.091.12-.3.193-.314-.025.435-.256.783-.67.937-1,.373-2.465.267-3.184-.598-.72-.866-.584-2.138-.206-3.13.403-1.056.936-1.508,2.089-1.535.336-.008.695.017.979.206l-.275.063c-.055.011-.053.1-.068.113ZM10.495,13.786c.169-.056.323-.246.386-.41-.092.052-.13.192-.2.258-.043.041-.16.067-.186.152Z"/>
|
||||||
|
<path d="M16.124,9.147c.005.006.086-.068.133-.063.008,0,.145.063.151.069.011.011.093.225.122.276.293.518.586.905.956,1.363.089.11.187.294.279.39.079.083.226.143.322.216.295.223.803.654.994.963.031.05.035.085.041.141l.069.003c-.043.15.167.28.235.405.025.045.107.259.077.294-.054-.002-.119.037-.166.039-.037.001-.056-.036-.062-.036-.022.001-.038.069-.059.082-.054.033-.288-.031-.338-.073-.028-.023-.089-.173-.133-.229-.103-.132-.298-.264-.424-.397-.302-.319-.89-1.095-1.364-1.096-.176,0-.335.137-.448.254l.048.866c.081.221.062.472.003.697-.077.073-.232-.012-.283-.003-.026.004-.025.063-.05.068-.03.006-.078-.019-.117-.021-.024-.001-.052.018-.073.016-.053-.005-.086-.055-.132-.077-.023-.011-.069.015-.099-.025-.145-.669-.275-1.349-.336-2.033-.049-.546-.029-1.098-.074-1.642l.025-.666c.092.049.148-.076.254-.074.048,0,.161.084.251.088.056.002.151-.079.216.052l-.021.152ZM16.293,11.249l-.048-.64-.048-.23c.004.277.014.559.048.834.004.033.017.077.048.036ZM17.646,11.153l-.7-.773c0,.049.044.095.073.132.138.181.3.347.446.521.056.067.033.129.182.119ZM16.293,10.645v-.169h-.024v.169h.024ZM16.84,10.92c-.077-.084-.253-.248-.342-.322-.022-.018-.14-.115-.156-.097,0,.137.12.66.061.75-.016.024-.068.009-.061.047.205-.018.41-.145.604-.218.006-.008-.087-.14-.105-.16Z"/>
|
||||||
|
<path d="M12.035,8.769c.006.003.005.036.023.04.142.032.328-.004.469.085v.057c.149.073.569.165.674.257.046.04.042.085.075.119.067.07.196.119.276.183.285.23.591.557.689.917l.072-.072c.032.07,0,.142.006.199.002.02.038.042.041.077.003.044-.058.108.026.134l.024-.072v.145s.048-.048.048-.048l-.024.169.072-.072c0,.326-.07.518-.393.633-.051.018-.184.004-.162.055.623.637,1.314,1.221,1.897,1.897.137.159.505.597.552.779.016.06-.016.18-.06.081-.223-.504-.509-.839-.917-1.21-.257-.319-.578-.582-.881-.858l-.036.012.62.601c.313.406.733.772,1,1.211.051.083.121.176.11.278-.018.036-.218.105-.262.093-.036-.01-.069-.068-.102-.094-.025-.02-.071-.017-.087-.039-.019-.026-.022-.103-.042-.146-.281-.62-1.317-1.503-1.849-1.956-.189-.161-.387-.315-.584-.467l.036.096c-.071.051-.239-.223-.278-.072-.027-.011-.072-.186-.085-.084.133.292.228.597.315.906.061.019-.045-.178.036-.097.076.075.065.197.106.25.021.028.111.018.099.076-.019.086-.139.04-.17.05-.037.012-.085.094-.158.106-.136.024-.161-.056-.219-.065-.036-.006-.101.034-.128.016-.032-.021-.021-.197-.031-.247-.035-.176-.215-.804-.308-.942-.02-.03-.062-.01-.093-.057-.126-.194-.258-.596-.378-.83-.231-.45-.8-1.276-.868-1.722-.011-.075-.104-.14.057-.199.084-.031.751-.192.791-.173ZM12.379,9.316c-.073-.083-.234-.092-.338-.12.073.083.234.092.338.12ZM12.862,9.534l-.845-.265c-.028.023.292.607.328.651.064.077.186.116.223.188.057.11.035.266.059.376.04.184.118.378.141.572.086.044.171-.07.181-.071.23-.007.456.21.693.214.223-.156.291-.449.257-.707-.059-.44-.742-.924-1.133-1.066-.023-.008-.079-.032-.073.013l.169.097ZM12.645,9.365l-.169-.024.137.069c.041.022.041-.035.032-.044ZM14.046,10.67c.02-.199-.075-.421-.217-.556l.217.556Z"/>
|
||||||
|
<path d="M25.112,12.095c-.003.029.009.065-.005.091-.041.074-.711.204-.831.219-.127.016-.275.041-.395.003l.344-.072.042-.072c-.078-.013-.152.022-.229.025-.747.032-1.622-.159-2.325.14-.077.033-.146.124-.247.099-.026-.148-.056-.3-.073-.449-.01-.086-.012-.169-.024-.264-.124-1.023-.537-2.114-.812-3.126-.023-.084-.097-.315-.062-.376.076-.131.144-.078.22-.098.05-.013.076-.098.157-.01l.024-.048.084.097.015-.072c.173.057.019-.178.034-.194l.145.048-.012-.072.09.104c.442,1.328.772,2.689,1.033,4.065.184-.021.383-.112.569-.112.542-.001,1.136.126,1.667.125.09,0,.55-.095.592-.05Z"/>
|
||||||
|
<path d="M20.352,13.472c-.07-.005-.137.031-.157-.048-.024.024-.05.05-.084.061-.215.068-.297.071-.481-.065.041-.146-.02-.271-.058-.412-.222-.814-.556-1.587-.797-2.393-.174-.583-.251-1.199-.522-1.747.003-.025.259-.097.289-.097.067,0,.106.055.167.061l-.024-.096c.346-.058.432.355.514.61.133.41.218.838.344,1.251.209.685.461,1.362.652,2.054.074.268.175.539.157.821Z"/>
|
||||||
|
<path d="M23.058,12.385l-.61.103c-.145.135-.302.121-.454.174-.052.018-.077.076-.133.086-.066.012-.391-.003-.422-.061-.023-.042.045-.044.068-.052.173-.062.353-.161.53-.195.326-.063.69-.052,1.02-.054Z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 17 KiB |
81
public/assets/img/mapicons/map_icon_de_inferno.svg
Normal file
|
After Width: | Height: | Size: 34 KiB |
75
public/assets/img/mapicons/map_icon_de_jura.svg
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32">
|
||||||
|
<!-- Generator: Adobe Illustrator 29.5.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 137) -->
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="linear-gradient" x1="24.98" y1="30.989" x2="6.893" y2="5.211" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#fdf9f0"/>
|
||||||
|
<stop offset="1" stop-color="#a29884"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient1" x1="24.947" y1="30.941" x2="7.018" y2="5.311" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#ede8d9"/>
|
||||||
|
<stop offset=".36" stop-color="#f4eee0"/>
|
||||||
|
<stop offset="1" stop-color="#fff7eb"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient2" x1="6.723" y1="5.927" x2="25.36" y2="5.927" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#c9c5b8"/>
|
||||||
|
<stop offset="1" stop-color="#e4dfd0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient3" x1="14.936" y1="27.627" x2="16.526" y2="30.243" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#fdf9f0"/>
|
||||||
|
<stop offset="1" stop-color="#a29884"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="linear-gradient4" x1="15.85" y1="12.58" x2="16.196" y2="20.16" gradientTransform="translate(0 34) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset=".05" stop-color="#fffaeb" stop-opacity=".7"/>
|
||||||
|
<stop offset=".68" stop-color="#ffedcf" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path d="M23.648,2.5h-15.423c-1.099,0-1.989.93-1.989,2.085v22.629c0,1.147.889,2.085,1.989,2.085h15.423c1.099,0,1.989-.93,1.989-2.085V4.585c0-1.147-.89-2.085-1.989-2.085ZM15.719,6.294c-.671,0-1.208-.57-1.208-1.265s.545-1.265,1.208-1.265,1.208.569,1.208,1.265-.545,1.265-1.208,1.265Z" style="fill: url(#linear-gradient);"/>
|
||||||
|
<path d="M23.643,2.567h-15.32c-1.094,0-1.977.921-1.977,2.069v22.478c0,1.139.883,2.069,1.977,2.069h15.32c1.094,0,1.977-.93,1.977-2.069V4.636c0-1.139-.883-2.069-1.977-2.069ZM15.76,6.336c-.665,0-1.203-.561-1.203-1.256s.538-1.256,1.203-1.256,1.203.561,1.203,1.256-.538,1.256-1.203,1.256Z" style="fill: url(#linear-gradient1);"/>
|
||||||
|
<path d="M6.312,27.24c0,1.089.856,1.968,1.905,1.968h15.414c1.049,0,1.905-.879,1.905-1.968v-9.749H6.312v9.749Z" style="fill: #7fc244;"/>
|
||||||
|
<path d="M23.598,2.626h-15.28c-1.091,0-1.972.888-1.972,1.977v.896l8.232-.017c-.067-.151-.101-.318-.101-.494,0-.687.562-1.248,1.25-1.248s1.25.561,1.25,1.248c0,.176-.034.343-.101.494l8.693.017v-.896c0-1.089-.881-1.968-1.972-1.968v-.008Z" style="fill: #7fc244;"/>
|
||||||
|
<path d="M21.618,5.942l-.26.528h-.076l.243-.486h-.327v-.059h.42v.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M21.718,6.445v-.067c.042.034.092.042.151.042.042,0,.084-.008.109-.025.025-.017.042-.042.042-.075,0-.067-.059-.109-.185-.109h-.05v-.05h.05c.109,0,.159-.033.159-.1,0-.059-.042-.092-.126-.092-.042,0-.092.017-.134.042v-.059s.092-.034.151-.034.101.008.134.034c.034.025.05.059.05.092,0,.075-.042.117-.134.142.05,0,.084.017.109.042.025.025.042.05.042.092,0,.05-.017.092-.067.117-.042.034-.101.042-.168.042-.059,0-.109-.008-.151-.025l.017-.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M22.238,6.453v-.067c.042.025.092.033.134.033s.084-.008.109-.033c.025-.025.042-.05.042-.084s-.017-.067-.042-.084c-.025-.017-.067-.034-.125-.034h-.1v-.276h.318v.059h-.243v.159h.059c.067,0,.126.017.159.042.034.033.059.067.059.117s-.017.092-.059.126c-.042.034-.1.05-.167.05-.059,0-.109,0-.134-.025l-.008.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M22.742,6.453v-.067c.042.025.092.033.134.033s.084-.008.109-.033c.025-.025.042-.05.042-.084s-.017-.067-.042-.084c-.025-.017-.067-.034-.125-.034h-.1v-.276h.318v.059h-.243v.159h.059c.067,0,.126.017.159.042.033.033.059.067.059.117s-.017.092-.059.126c-.042.034-.101.05-.167.05-.059,0-.109,0-.134-.025l-.008.017Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.589,5.925v.059s-.067-.025-.109-.025c-.059,0-.101.025-.143.067-.034.042-.05.101-.05.176.034-.05.084-.075.151-.075.059,0,.101.017.134.042.034.033.05.067.05.126s-.017.101-.059.134c-.042.034-.084.05-.143.05-.067,0-.118-.025-.151-.067-.034-.042-.059-.101-.059-.184,0-.092.025-.176.076-.226.05-.059.109-.084.193-.084.042,0,.084,0,.109.017v-.008ZM23.43,6.177s-.067.008-.092.033c-.025.025-.034.05-.034.075,0,.033.008.067.034.092.025.025.059.042.092.042s.067-.008.092-.033c.025-.025.033-.05.033-.084,0-.042-.008-.067-.033-.092-.025-.025-.05-.033-.092-.033Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.917,6.47c-.067,0-.118-.025-.151-.067-.034-.05-.05-.117-.05-.201,0-.1.017-.168.059-.218.042-.05.092-.075.168-.075.134,0,.201.092.201.276,0,.092-.017.159-.059.209-.042.05-.092.075-.16.075h-.008ZM23.925,5.959c-.092,0-.143.075-.143.234,0,.151.042.218.134.218s.134-.075.134-.226-.042-.234-.134-.234l.008.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M24.361,6.177c-.076-.034-.118-.075-.118-.134,0-.042.017-.075.05-.101.034-.025.084-.034.143-.034.05,0,.092.008.126.034.034.025.05.05.05.092,0,.059-.042.109-.118.142.092.034.143.075.143.151,0,.042-.017.084-.059.109-.042.025-.092.042-.16.042-.059,0-.101-.017-.134-.042-.034-.025-.05-.059-.05-.101,0-.067.05-.117.143-.151l-.017-.008ZM24.42,6.21c-.084.025-.126.067-.126.117,0,.025.008.05.034.067s.059.025.092.025.067-.008.092-.025.034-.042.034-.067c0-.059-.042-.092-.134-.126l.008.008ZM24.529,6.043s-.008-.042-.025-.059c-.017-.017-.042-.025-.076-.025s-.059,0-.075.025c-.017.017-.034.033-.034.059,0,.05.034.084.109.109.076-.025.109-.059.109-.109h-.008Z" style="fill: #434549;"/>
|
||||||
|
<path d="M21.383,27.148h1.485l-.898,1.859h-1.485l.898-1.859ZM9.107,28.999h.386l.898-1.859h-.386l-.898,1.859ZM14.175,28.999h.193l.898-1.859h-.193l-.898,1.859ZM13.797,28.999h.193l.898-1.859h-.193l-.898,1.859ZM12.497,28.999h.193l.898-1.859h-.193l-.898,1.859ZM25.36,27.148h-.772l-.889,1.843c.898-.117,1.603-.888,1.661-1.843ZM7.798,28.923l.856-1.775h-1.485l-.445.93c.243.402.621.712,1.074.846ZM17.858,28.999h1.485l.898-1.859h-1.485l-.898,1.859ZM15.005,28.999h2.509l.898-1.859h-2.509l-.898,1.859Z" style="fill: url(#linear-gradient2);"/>
|
||||||
|
<path d="M24.479,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M24.059,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M23.615,15.372h-.168v1.876h.168v-1.876Z" style="fill: #434549;"/>
|
||||||
|
<path d="M12.95,3.924s-.017-.025-.025-.034c0-.008-.017-.017-.025-.025-.008,0-.017-.017-.034-.017,0,0,.05-.017.067-.025.017-.008.034-.025.05-.042.017-.017.025-.034.033-.059,0-.017.008-.042.008-.067,0-.033,0-.059-.017-.084-.008-.025-.025-.042-.042-.059-.017-.017-.042-.025-.067-.033-.025,0-.059-.008-.084-.008h-.21v.712h.084v-.301h.109c.008,0,.025.008.033.017.008,0,.025.017.034.033.008.017.025.025.034.05l.117.201h.101l-.134-.218s-.017-.033-.025-.042h-.008ZM12.857,3.79s-.034.008-.059.008h-.118v-.26h.118c.05,0,.084.008.109.033.025.025.034.05.034.092,0,.025,0,.042-.008.059,0,.017-.017.034-.034.042-.017.008-.025.017-.05.025h.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M11.28,3.857h.251v-.075h-.251v-.243h.276v-.075h-.36v.72h.377v-.075h-.293v-.251Z" style="fill: #515253;"/>
|
||||||
|
<path d="M9.694,3.539h.201v.645h.084v-.645h.21v-.075h-.495v.075Z" style="fill: #515253;"/>
|
||||||
|
<path d="M8.603,3.966v.109s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042l.369.569h.101v-.712h-.084v.511Z" style="fill: #515253;"/>
|
||||||
|
<path d="M15.92,3.748l.05-.151s0-.025.008-.05c0,0,0,.042.008.05l.067.193s.067.025.109.042l-.142-.368h-.084l-.1.268s.05.008.075.017h.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M7.034,3.463h-.084v.712h.084v-.712Z" style="fill: #515253;"/>
|
||||||
|
<path d="M20.124,3.455c-.109,0-.193.033-.252.1-.059.067-.092.159-.092.276,0,.109.034.193.092.26.059.067.143.101.243.101s.185-.034.252-.101c.067-.067.092-.159.092-.276,0-.109-.033-.193-.092-.26-.059-.067-.143-.1-.235-.1h-.008ZM20.292,4.041c-.042.05-.109.075-.185.075s-.134-.025-.176-.084c-.042-.05-.067-.126-.067-.209s.025-.159.067-.209c.05-.05.109-.084.185-.084s.134.025.185.075c.042.05.067.126.067.218s-.025.168-.067.218h-.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M23.329,3.463l-.277.712h.092l.076-.201h.302l.075.201h.092l-.277-.712h-.084ZM23.245,3.907l.109-.301s0-.025.008-.05c0,0,0,.042.008.05l.109.301h-.252.017Z" style="fill: #515253;"/>
|
||||||
|
<path d="M24.772,4.108v-.645h-.084v.72h.368v-.075h-.285Z" style="fill: #515253;"/>
|
||||||
|
<path d="M21.978,3.966v.109s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042l.369.569h.101v-.712h-.084v.511Z" style="fill: #515253;"/>
|
||||||
|
<path d="M18.74,3.463h-.084v.712h.084v-.712Z" style="fill: #515253;"/>
|
||||||
|
<path d="M14.208,3.614l.369.569h.101v-.712h-.084v.611s-.017-.025-.025-.05l-.361-.561h-.109v.712h.084v-.62s.017.033.025.042v.008Z" style="fill: #515253;"/>
|
||||||
|
<path d="M17.162,3.539h.201v.645h.084v-.645h.21v-.075h-.495v.075Z" style="fill: #515253;"/>
|
||||||
|
<path d="M15.727,3.806c-.688,0-1.25.561-1.25,1.265s.562,1.265,1.25,1.265,1.25-.561,1.25-1.265-.562-1.265-1.25-1.265ZM15.727,6.269c-.663,0-1.192-.536-1.192-1.206s.537-1.206,1.192-1.206,1.192.536,1.192,1.206-.537,1.206-1.192,1.206Z" style="fill: url(#linear-gradient3);"/>
|
||||||
|
<path d="M25.284,19.149v5.854c-.604-.268-1.997-5.151-2.819-5.544-1.309-.628-3.172,3.501-4.514,1.399-1.729-2.697-3.667-3.007-4.674-3.007-.831,0-1.922,3.526-3.113,3.107-2.266-.796-3.189.084-3.692-.201v-4.095c0-1.315.864-2.32,1.93-2.253l14.944,2.245c1.066.067,1.93,1.189,1.93,2.496h.008Z" style="fill: url(#linear-gradient4); isolation: isolate; opacity: .31;"/>
|
||||||
|
<path d="M10.684,24.317l-.503-2.044.017,4.095h-1.15v-6.834h1.309l.764,2.73.755-2.73h1.276v6.834l-1.099.034-.034-4.012-.487,1.935h-.831l-.017-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M17.128,26.36l-.243-1.625h-1.309l-.277,1.625h-1.242l1.309-6.834h1.754l1.309,6.834h-1.309.008ZM16.709,23.563l-.428-2.881-.487,2.881h.923-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M19.302,26.36v-6.834h1.938c.587,0,1.049.151,1.384.461.336.302.495.771.495,1.399v1.08c0,.611-.159,1.064-.487,1.348-.319.285-.789.427-1.384.427h-.604v2.127h-1.343v-.008ZM20.644,23.077h.512c.185,0,.327-.05.42-.159.092-.109.143-.31.143-.603v-.804c0-.31-.05-.519-.143-.628-.092-.109-.235-.168-.42-.168h-.512v2.37-.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M9.341,19.225c-.117,0-.201-.025-.26-.084-.059-.059-.084-.142-.084-.26v-.343c0-.117.025-.201.084-.26.059-.059.143-.092.26-.092s.193.025.243.084c.05.059.084.151.084.276h-.235c0-.067-.008-.126-.025-.151-.017-.025-.042-.042-.076-.042-.042,0-.067.017-.084.042-.017.025-.025.084-.025.151v.302c0,.067,0,.117.025.151.025.034.042.042.084.042.034,0,.059-.017.076-.034.017-.025.025-.075.025-.159l.235.017c0,.126-.034.218-.084.276-.05.059-.134.084-.252.084h.008Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M10.953,19.225c-.101,0-.185-.033-.243-.092-.059-.059-.084-.142-.084-.243v-.368c0-.109.025-.193.084-.251.059-.059.134-.092.243-.092s.185.034.243.092c.059.059.084.142.084.251v.368c0,.101-.025.184-.084.243-.059.059-.134.092-.243.092ZM10.953,19.049s.059-.017.067-.034c.017-.025.017-.075.017-.142v-.327c0-.067,0-.117-.017-.142-.017-.025-.034-.042-.067-.042s-.059.008-.067.042c-.017.025-.017.075-.017.142v.327c0,.067,0,.117.017.142.017.025.034.034.067.034Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M12.513,18.907l-.084-.352.025.653h-.21v-1.013h.21l.126.469.126-.469h.201v1.013h-.21l.025-.636-.084.335h-.143.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M14.141,18.907l-.084-.352.025.653h-.21v-1.013h.21l.126.469.126-.469h.201v1.013h-.21l.025-.636-.084.335h-.143.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M15.844,19.225c-.117,0-.193-.034-.252-.092-.05-.059-.084-.151-.084-.276v-.662h.235v.662c0,.067,0,.117.017.142.017.025.033.034.075.034s.059-.008.076-.034c.017-.025.017-.075.017-.142v-.662h.235v.662c0,.126-.025.218-.084.276-.059.059-.134.092-.252.092h.017Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M17.531,19.217l-.193-.687v.687h-.201v-1.013h.252l.21.72v-.72h.201v1.013h-.269Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M18.773,19.217v-.176h.21v-.662h-.21v-.176h.663v.176h-.21v.662h.21v.176h-.663Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M20.619,19.217v-.837h-.235v-.176h.705v.176h-.235v.837h-.235Z" style="fill: #e4dfd0;"/>
|
||||||
|
<path d="M22.482,19.217h-.235v-.377l-.252-.636h.235l.134.402.134-.402h.235l-.252.636v.377Z" style="fill: #e4dfd0;"/>
|
||||||
|
<g>
|
||||||
|
<path d="M22.324,9.456c.33-.263.375-.063.604-.009.169.039.289-.045.408-.029.11.015.31.181.456.188.109.399-.358.798-.324,1.154l1.123,2.407-.281.349-.177.013c-.265-.176-1.134-2.074-1.263-2.072-.658.696-1.748,1.671-2.761,1.669-.677-.001-1.189-.657-1.119-1.313.073-.686,1.203-2.523,1.76-2.952.704-.542,1.281-.103,1.573.596ZM22.323,9.599l-.318.377c-.287-.003-.459-.511-.704-.515-.547-.009-1.39,1.564-1.536,2.031-.309.988.191,1.318,1.099.909.674-.304,1.396-.992,1.741-1.635-.118-.388-.342-.748-.283-1.166Z"/>
|
||||||
|
<path d="M10.554,7.227c.519-.124,1,.857,1.162,1.244.788,1.881.418,3.643-.959,5.104-.643.682-2.321,1.959-3.193,1.096-.475-.47-.891-1.378-.38-1.955.573-.647.354.402.386.664.053.422.495,1.198.995,1.102.855-.165,2.099-1.524,2.47-2.294.558-1.155.343-2.588-.336-3.651-.188-.294-.715-.718-.421-1.104.04-.053.217-.191.275-.204ZM10.994,13.026c.158-.119.338-.33.38-.524l-.38.524ZM10.661,13.407c.102-.079.274-.192.285-.333-.102.079-.274.192-.285.333Z"/>
|
||||||
|
<path d="M14.659,9.171c-.167-.612.956-.894,1.166-.428.158.351-.168,1.63-.308,2.023-.298.835-1.308,2.715-2.426,1.948-.726-.498-.432-1.053-.384-1.759.023-.347-.014-.995.08-1.301.107-.35.544-.488.804-.198.042.607-.5,2.228-.123,2.691.177.217.323.117.502-.024.768-.602,1.084-1.901,1.205-2.824-.043-.186-.371-.12-.516-.128Z"/>
|
||||||
|
<path d="M16.435,12.487c-.326-.266-.087-1.009.01-1.365.077-.283.27-.664.305-.932.037-.284-.063-1.225.048-1.38.216-.299.528-.162.807-.062l.029.184c.394-.353.867-.577,1.39-.39.136.049.659.349.681.461.135.687-.56.253-.838.218-.431-.053-1.208.504-1.339.89-.156.46-.081,1.052-.305,1.599-.091.223-.51,1.004-.789.776Z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 14 KiB |
20
public/assets/img/mapicons/map_icon_de_mirage.svg
Normal file
|
After Width: | Height: | Size: 14 KiB |
712
public/assets/img/mapicons/map_icon_de_nuke.svg
Normal file
@ -0,0 +1,712 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
|
||||||
|
<g id="Shape_10">
|
||||||
|
<g>
|
||||||
|
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#140F21" cx="15.882" cy="16.224" r="15.039"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shape_10_copy_3_2_">
|
||||||
|
<g>
|
||||||
|
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#92B5BD" cx="15.882" cy="16.224" r="14.491"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shape_10_copy_3">
|
||||||
|
<g>
|
||||||
|
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#9FDCF0" cx="15.882" cy="16.223" r="14.384"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#010101" d="M16.017,2.581l0.432,0.684c0.033,0.054,0.086,0.085,0.148,0.088
|
||||||
|
c0.063,0.004,0.118-0.021,0.158-0.069l0.507-0.63c0.042-0.053,0.102-0.077,0.168-0.069c0.066,0.007,0.119,0.045,0.148,0.104
|
||||||
|
l0.351,0.729c0.027,0.056,0.075,0.093,0.138,0.104c0.062,0.011,0.12-0.008,0.164-0.052l0.576-0.567
|
||||||
|
c0.048-0.048,0.11-0.065,0.175-0.05c0.065,0.015,0.114,0.059,0.135,0.121l0.266,0.764c0.021,0.06,0.064,0.102,0.125,0.119
|
||||||
|
s0.12,0.006,0.169-0.032l0.637-0.499c0.052-0.041,0.117-0.051,0.179-0.029c0.063,0.022,0.106,0.071,0.121,0.136l0.177,0.79
|
||||||
|
c0.014,0.061,0.053,0.107,0.111,0.132c0.058,0.025,0.118,0.02,0.171-0.013l0.689-0.423c0.057-0.035,0.122-0.038,0.182-0.008
|
||||||
|
c0.06,0.029,0.097,0.082,0.104,0.147l0.086,0.805c0.006,0.063,0.04,0.113,0.095,0.145c0.054,0.03,0.115,0.033,0.172,0.007
|
||||||
|
l0.733-0.342c0.06-0.028,0.125-0.024,0.182,0.013c0.056,0.035,0.087,0.093,0.086,0.159l-0.007,0.81
|
||||||
|
c0,0.063,0.027,0.117,0.078,0.153c0.051,0.037,0.111,0.046,0.17,0.026l0.768-0.256c0.063-0.021,0.127-0.01,0.179,0.033
|
||||||
|
c0.052,0.042,0.076,0.102,0.068,0.169L24.56,6.582c-0.007,0.062,0.014,0.119,0.06,0.161c0.047,0.043,0.105,0.059,0.167,0.046
|
||||||
|
l0.792-0.167c0.065-0.014,0.128,0.005,0.174,0.053c0.046,0.048,0.063,0.111,0.048,0.176L25.61,7.637
|
||||||
|
c-0.015,0.062,0,0.12,0.041,0.168c0.041,0.047,0.098,0.07,0.16,0.063l0.804-0.075c0.067-0.006,0.127,0.021,0.167,0.073
|
||||||
|
c0.041,0.052,0.05,0.117,0.028,0.179l-0.278,0.761c-0.021,0.059-0.014,0.118,0.021,0.17c0.036,0.053,0.089,0.081,0.151,0.083
|
||||||
|
l0.809,0.017c0.066,0.001,0.124,0.034,0.158,0.091c0.035,0.057,0.037,0.122,0.007,0.182l-0.362,0.723
|
||||||
|
c-0.028,0.057-0.027,0.117,0.002,0.173s0.079,0.091,0.141,0.099l0.801,0.109c0.066,0.009,0.119,0.048,0.146,0.108
|
||||||
|
c0.027,0.06,0.022,0.126-0.014,0.181l-0.442,0.678c-0.035,0.052-0.041,0.112-0.019,0.171c0.023,0.059,0.068,0.099,0.129,0.114
|
||||||
|
l0.784,0.199c0.065,0.018,0.112,0.062,0.133,0.125c0.021,0.063,0.008,0.128-0.034,0.178l-0.517,0.623
|
||||||
|
c-0.04,0.048-0.053,0.107-0.037,0.168s0.057,0.106,0.115,0.128l0.756,0.288c0.062,0.023,0.104,0.073,0.118,0.139
|
||||||
|
c0.013,0.064-0.006,0.128-0.055,0.173l-0.584,0.56c-0.045,0.044-0.065,0.102-0.056,0.163c0.009,0.063,0.044,0.111,0.1,0.141
|
||||||
|
l0.718,0.372c0.059,0.03,0.095,0.085,0.101,0.151s-0.021,0.126-0.074,0.166l-0.644,0.489c-0.05,0.037-0.077,0.092-0.075,0.155
|
||||||
|
c0.002,0.063,0.031,0.115,0.083,0.15l0.671,0.451c0.055,0.038,0.085,0.096,0.083,0.162c-0.001,0.066-0.035,0.122-0.092,0.157
|
||||||
|
l-0.696,0.412c-0.054,0.032-0.086,0.083-0.091,0.146s0.018,0.119,0.065,0.16l0.615,0.524c0.05,0.044,0.074,0.104,0.064,0.171
|
||||||
|
c-0.009,0.065-0.048,0.117-0.109,0.145l-0.738,0.33c-0.057,0.025-0.095,0.073-0.107,0.135c-0.013,0.062,0.003,0.12,0.046,0.165
|
||||||
|
l0.552,0.592c0.045,0.049,0.061,0.112,0.044,0.177c-0.017,0.064-0.062,0.111-0.125,0.132l-0.771,0.244
|
||||||
|
c-0.06,0.02-0.103,0.062-0.123,0.121s-0.01,0.12,0.027,0.171l0.48,0.649c0.04,0.055,0.048,0.119,0.024,0.181
|
||||||
|
c-0.024,0.063-0.075,0.104-0.14,0.117l-0.794,0.154c-0.062,0.012-0.109,0.049-0.136,0.106c-0.025,0.058-0.023,0.117,0.008,0.173
|
||||||
|
l0.403,0.7c0.033,0.058,0.035,0.124,0.004,0.183c-0.031,0.059-0.086,0.095-0.152,0.1l-0.806,0.063
|
||||||
|
c-0.063,0.005-0.114,0.037-0.147,0.091c-0.032,0.054-0.036,0.114-0.011,0.172l0.32,0.742c0.026,0.062,0.02,0.126-0.018,0.182
|
||||||
|
c-0.038,0.055-0.096,0.084-0.162,0.081l-0.808-0.029c-0.063-0.001-0.118,0.024-0.156,0.074c-0.038,0.05-0.049,0.109-0.031,0.17
|
||||||
|
l0.234,0.773c0.019,0.063,0.005,0.128-0.039,0.178c-0.043,0.051-0.104,0.073-0.17,0.063l-0.8-0.122
|
||||||
|
c-0.062-0.009-0.12,0.01-0.163,0.056c-0.044,0.045-0.062,0.103-0.051,0.165l0.145,0.796c0.012,0.065-0.009,0.127-0.059,0.172
|
||||||
|
c-0.049,0.045-0.112,0.061-0.176,0.044l-0.78-0.213c-0.061-0.016-0.12-0.003-0.168,0.037c-0.049,0.039-0.074,0.095-0.069,0.157
|
||||||
|
l0.053,0.807c0.004,0.066-0.023,0.126-0.077,0.165c-0.054,0.039-0.119,0.047-0.181,0.023l-0.751-0.3
|
||||||
|
c-0.058-0.023-0.119-0.018-0.171,0.017c-0.053,0.033-0.083,0.087-0.086,0.148l-0.04,0.809c-0.003,0.066-0.038,0.122-0.096,0.154
|
||||||
|
c-0.058,0.033-0.124,0.034-0.182,0.002l-0.712-0.383c-0.056-0.029-0.116-0.031-0.172-0.003c-0.056,0.028-0.092,0.077-0.103,0.138
|
||||||
|
l-0.131,0.799c-0.011,0.065-0.051,0.117-0.113,0.143c-0.061,0.026-0.126,0.019-0.181-0.019l-0.664-0.462
|
||||||
|
c-0.052-0.036-0.112-0.044-0.171-0.022c-0.059,0.021-0.101,0.065-0.118,0.126l-0.222,0.777c-0.018,0.064-0.064,0.11-0.128,0.129
|
||||||
|
s-0.128,0.005-0.178-0.039l-0.607-0.534c-0.047-0.042-0.106-0.057-0.167-0.042c-0.061,0.014-0.107,0.054-0.132,0.111l-0.309,0.747
|
||||||
|
c-0.025,0.062-0.076,0.103-0.142,0.114c-0.066,0.011-0.128-0.01-0.172-0.06l-0.543-0.601c-0.042-0.046-0.099-0.067-0.161-0.061
|
||||||
|
c-0.062,0.007-0.113,0.041-0.143,0.096l-0.392,0.707c-0.033,0.059-0.087,0.094-0.154,0.097c-0.066,0.004-0.125-0.024-0.164-0.078
|
||||||
|
l-0.47-0.657c-0.037-0.052-0.09-0.079-0.153-0.079c-0.063,0-0.117,0.027-0.153,0.079l-0.47,0.657
|
||||||
|
c-0.039,0.054-0.098,0.082-0.164,0.078c-0.066-0.003-0.122-0.038-0.154-0.097l-0.392-0.707c-0.031-0.055-0.082-0.089-0.144-0.096
|
||||||
|
c-0.063-0.007-0.119,0.015-0.161,0.061l-0.542,0.601c-0.044,0.05-0.106,0.07-0.172,0.06c-0.065-0.012-0.117-0.053-0.142-0.114
|
||||||
|
l-0.31-0.747c-0.024-0.058-0.07-0.098-0.131-0.111c-0.061-0.015-0.12,0-0.167,0.042l-0.607,0.534
|
||||||
|
c-0.05,0.044-0.114,0.058-0.178,0.039c-0.064-0.019-0.11-0.064-0.128-0.129l-0.222-0.777c-0.017-0.061-0.059-0.105-0.118-0.126
|
||||||
|
c-0.059-0.021-0.12-0.014-0.171,0.022l-0.664,0.462c-0.055,0.037-0.12,0.045-0.181,0.019c-0.061-0.025-0.102-0.077-0.113-0.143
|
||||||
|
l-0.132-0.799c-0.01-0.061-0.046-0.109-0.103-0.138s-0.117-0.026-0.172,0.003l-0.712,0.383c-0.059,0.032-0.124,0.031-0.182-0.002
|
||||||
|
c-0.058-0.032-0.092-0.088-0.096-0.154l-0.04-0.809c-0.003-0.062-0.034-0.115-0.087-0.148c-0.052-0.034-0.113-0.04-0.171-0.017
|
||||||
|
l-0.751,0.3c-0.063,0.023-0.127,0.016-0.181-0.023s-0.082-0.099-0.078-0.165l0.053-0.807c0.004-0.063-0.02-0.118-0.069-0.157
|
||||||
|
c-0.048-0.04-0.108-0.053-0.168-0.037l-0.78,0.213c-0.064,0.017-0.128,0.001-0.177-0.044c-0.049-0.045-0.07-0.106-0.059-0.172
|
||||||
|
l0.144-0.796c0.012-0.063-0.006-0.12-0.05-0.165C6.52,25.276,6.462,25.258,6.4,25.267l-0.8,0.122
|
||||||
|
c-0.065,0.01-0.127-0.013-0.17-0.063c-0.043-0.05-0.057-0.114-0.038-0.178l0.234-0.773c0.018-0.061,0.007-0.12-0.031-0.17
|
||||||
|
s-0.093-0.075-0.156-0.074L4.63,24.159c-0.066,0.003-0.125-0.026-0.163-0.081c-0.037-0.056-0.043-0.12-0.017-0.182l0.321-0.742
|
||||||
|
c0.024-0.058,0.021-0.118-0.012-0.172s-0.084-0.086-0.146-0.091l-0.807-0.063c-0.066-0.005-0.121-0.041-0.152-0.1
|
||||||
|
c-0.031-0.059-0.03-0.125,0.003-0.183l0.403-0.7c0.031-0.056,0.034-0.115,0.008-0.173c-0.026-0.058-0.074-0.095-0.135-0.106
|
||||||
|
L3.14,21.413C3.075,21.399,3.024,21.358,3,21.296c-0.024-0.062-0.016-0.126,0.024-0.181l0.48-0.649
|
||||||
|
c0.038-0.051,0.047-0.111,0.028-0.171S3.47,20.193,3.41,20.174L2.639,19.93c-0.063-0.021-0.109-0.067-0.125-0.132
|
||||||
|
c-0.017-0.064-0.001-0.128,0.044-0.177l0.551-0.592c0.042-0.045,0.06-0.104,0.047-0.165s-0.05-0.109-0.108-0.135l-0.738-0.33
|
||||||
|
c-0.061-0.027-0.1-0.079-0.109-0.145c-0.009-0.067,0.014-0.127,0.064-0.171L2.88,17.56c0.047-0.041,0.07-0.098,0.065-0.16
|
||||||
|
c-0.005-0.063-0.037-0.113-0.091-0.146l-0.696-0.412c-0.057-0.035-0.09-0.091-0.092-0.157c-0.001-0.066,0.028-0.124,0.083-0.162
|
||||||
|
l0.671-0.451c0.052-0.035,0.081-0.088,0.083-0.15c0.002-0.063-0.024-0.118-0.075-0.155l-0.644-0.489
|
||||||
|
c-0.053-0.04-0.079-0.1-0.074-0.166c0.006-0.066,0.042-0.121,0.101-0.151l0.718-0.372c0.056-0.029,0.091-0.078,0.1-0.141
|
||||||
|
c0.009-0.062-0.011-0.119-0.056-0.163l-0.584-0.56c-0.048-0.045-0.068-0.108-0.055-0.173c0.013-0.065,0.056-0.115,0.118-0.139
|
||||||
|
l0.756-0.288c0.059-0.021,0.099-0.067,0.115-0.128s0.003-0.12-0.037-0.168L2.77,12.205c-0.042-0.05-0.055-0.115-0.034-0.178
|
||||||
|
c0.021-0.063,0.068-0.107,0.133-0.125l0.784-0.199c0.061-0.016,0.106-0.056,0.129-0.114c0.022-0.059,0.016-0.119-0.018-0.171
|
||||||
|
L3.321,10.74c-0.037-0.055-0.042-0.121-0.014-0.181c0.027-0.061,0.08-0.1,0.146-0.108l0.801-0.109
|
||||||
|
c0.062-0.008,0.112-0.043,0.141-0.099s0.03-0.116,0.002-0.173L4.035,9.348c-0.03-0.06-0.027-0.125,0.007-0.182
|
||||||
|
s0.091-0.09,0.157-0.091l0.809-0.017c0.063-0.002,0.116-0.03,0.151-0.083c0.036-0.052,0.043-0.111,0.022-0.17L4.903,8.045
|
||||||
|
C4.881,7.983,4.891,7.918,4.932,7.866c0.04-0.053,0.1-0.079,0.167-0.073l0.805,0.075c0.063,0.007,0.119-0.017,0.16-0.063
|
||||||
|
c0.041-0.048,0.055-0.106,0.041-0.168L5.915,6.851C5.899,6.786,5.917,6.723,5.963,6.675C6.01,6.627,6.072,6.608,6.137,6.622
|
||||||
|
l0.792,0.167c0.062,0.013,0.12-0.003,0.167-0.046c0.046-0.042,0.067-0.1,0.06-0.161L7.056,5.779
|
||||||
|
C7.048,5.712,7.072,5.652,7.124,5.61c0.051-0.043,0.116-0.055,0.179-0.033L8.07,5.833c0.06,0.02,0.119,0.011,0.17-0.026
|
||||||
|
c0.051-0.036,0.078-0.091,0.078-0.153l-0.006-0.81c0-0.066,0.031-0.124,0.087-0.159C8.454,4.647,8.519,4.644,8.58,4.672
|
||||||
|
l0.733,0.342C9.369,5.04,9.43,5.037,9.485,5.007C9.54,4.976,9.573,4.925,9.579,4.862l0.086-0.805C9.672,3.992,9.71,3.939,9.77,3.91
|
||||||
|
c0.06-0.03,0.125-0.027,0.182,0.008l0.689,0.423c0.054,0.032,0.114,0.038,0.172,0.013c0.058-0.024,0.097-0.071,0.11-0.132
|
||||||
|
l0.177-0.79c0.015-0.064,0.058-0.113,0.121-0.136c0.063-0.021,0.127-0.012,0.18,0.029l0.636,0.499
|
||||||
|
c0.049,0.038,0.109,0.05,0.169,0.032c0.061-0.018,0.104-0.06,0.125-0.119l0.266-0.764c0.022-0.063,0.071-0.106,0.135-0.121
|
||||||
|
c0.065-0.016,0.128,0.002,0.175,0.05l0.575,0.567c0.045,0.044,0.103,0.063,0.165,0.052c0.062-0.011,0.11-0.048,0.137-0.104
|
||||||
|
l0.352-0.729c0.029-0.06,0.082-0.098,0.148-0.104c0.066-0.008,0.127,0.017,0.168,0.069l0.507,0.63
|
||||||
|
c0.04,0.049,0.095,0.073,0.158,0.069c0.063-0.003,0.115-0.034,0.148-0.088l0.432-0.684c0.035-0.056,0.093-0.087,0.159-0.087
|
||||||
|
C15.924,2.494,15.981,2.525,16.017,2.581L16.017,2.581z M15.857,4.822c3.167,0,6.034,1.283,8.109,3.358
|
||||||
|
c2.075,2.076,3.359,4.943,3.359,8.109c0,3.168-1.284,6.034-3.359,8.109s-4.943,3.359-8.109,3.359s-6.034-1.284-8.109-3.359
|
||||||
|
c-2.076-2.075-3.359-4.941-3.359-8.109c0-3.166,1.283-6.033,3.359-8.109C9.823,6.105,12.69,4.822,15.857,4.822L15.857,4.822z"/>
|
||||||
|
<path fill="#92B5BD" d="M15.857,2.494c0.067,0,0.124,0.031,0.16,0.087l0.432,0.684c0.033,0.054,0.086,0.085,0.148,0.088
|
||||||
|
c0.004,0,0.008,0,0.012,0c0.058,0,0.109-0.023,0.146-0.069l0.507-0.63c0.037-0.046,0.088-0.071,0.146-0.071
|
||||||
|
c0.007,0,0.015,0.001,0.023,0.002c0.066,0.007,0.119,0.045,0.148,0.104l0.351,0.729c0.027,0.056,0.075,0.093,0.138,0.104
|
||||||
|
c0.011,0.002,0.023,0.003,0.034,0.003c0.049,0,0.094-0.019,0.13-0.055l0.576-0.567c0.037-0.036,0.082-0.056,0.13-0.056
|
||||||
|
c0.015,0,0.03,0.002,0.045,0.006c0.065,0.015,0.114,0.059,0.135,0.121l0.266,0.764c0.021,0.06,0.064,0.102,0.125,0.119
|
||||||
|
c0.019,0.006,0.037,0.008,0.055,0.008c0.041,0,0.08-0.013,0.114-0.04l0.637-0.499c0.034-0.026,0.074-0.041,0.114-0.041
|
||||||
|
c0.021,0,0.043,0.004,0.065,0.012c0.063,0.022,0.106,0.071,0.121,0.136l0.177,0.79c0.014,0.061,0.053,0.107,0.111,0.132
|
||||||
|
c0.024,0.011,0.049,0.017,0.074,0.017c0.034,0,0.067-0.01,0.098-0.029l0.689-0.423c0.031-0.019,0.064-0.028,0.098-0.028
|
||||||
|
c0.028,0,0.056,0.006,0.083,0.021c0.06,0.029,0.097,0.082,0.104,0.147l0.086,0.805c0.006,0.063,0.04,0.113,0.095,0.145
|
||||||
|
c0.029,0.017,0.061,0.024,0.092,0.024c0.026,0,0.054-0.005,0.08-0.018l0.733-0.342c0.026-0.013,0.053-0.018,0.08-0.018
|
||||||
|
c0.035,0,0.07,0.01,0.102,0.03c0.056,0.035,0.087,0.093,0.086,0.159l-0.007,0.81c0,0.063,0.027,0.117,0.078,0.153
|
||||||
|
c0.033,0.023,0.071,0.036,0.109,0.036c0.02,0,0.041-0.003,0.061-0.01l0.768-0.256c0.021-0.007,0.041-0.011,0.062-0.011
|
||||||
|
c0.042,0,0.083,0.016,0.117,0.044c0.052,0.042,0.076,0.102,0.068,0.169L24.56,6.582c-0.007,0.062,0.014,0.119,0.06,0.161
|
||||||
|
c0.036,0.033,0.08,0.05,0.126,0.05c0.013,0,0.027-0.002,0.041-0.004l0.792-0.167c0.014-0.003,0.027-0.005,0.041-0.005
|
||||||
|
c0.05,0,0.097,0.021,0.133,0.058c0.046,0.048,0.063,0.111,0.048,0.176L25.61,7.637c-0.015,0.062,0,0.12,0.041,0.168
|
||||||
|
c0.037,0.042,0.085,0.064,0.141,0.064c0.006,0,0.013,0,0.02-0.001l0.804-0.075c0.007-0.001,0.013-0.001,0.02-0.001
|
||||||
|
c0.059,0,0.111,0.025,0.148,0.074c0.041,0.052,0.05,0.117,0.028,0.179l-0.278,0.761c-0.021,0.059-0.014,0.118,0.021,0.17
|
||||||
|
c0.036,0.053,0.089,0.081,0.151,0.083l0.809,0.017c0.066,0.001,0.124,0.034,0.158,0.091c0.035,0.057,0.037,0.122,0.007,0.182
|
||||||
|
l-0.362,0.723c-0.028,0.057-0.027,0.117,0.002,0.173s0.079,0.091,0.141,0.099l0.801,0.109c0.066,0.009,0.119,0.048,0.146,0.108
|
||||||
|
c0.027,0.06,0.022,0.126-0.014,0.181l-0.442,0.678c-0.035,0.052-0.041,0.112-0.019,0.171c0.023,0.059,0.068,0.099,0.129,0.114
|
||||||
|
l0.784,0.199c0.065,0.018,0.112,0.062,0.133,0.125c0.021,0.063,0.008,0.128-0.034,0.178l-0.517,0.623
|
||||||
|
c-0.04,0.048-0.053,0.107-0.037,0.168s0.057,0.106,0.115,0.128l0.756,0.288c0.062,0.023,0.104,0.073,0.118,0.139
|
||||||
|
c0.013,0.064-0.006,0.128-0.055,0.173l-0.584,0.56c-0.045,0.044-0.065,0.102-0.056,0.163c0.009,0.063,0.044,0.111,0.1,0.141
|
||||||
|
l0.718,0.372c0.059,0.03,0.095,0.085,0.101,0.151s-0.021,0.126-0.074,0.166l-0.644,0.489c-0.05,0.037-0.077,0.092-0.075,0.155
|
||||||
|
c0.002,0.063,0.031,0.115,0.083,0.15l0.671,0.451c0.055,0.038,0.085,0.096,0.083,0.162c-0.001,0.066-0.035,0.122-0.092,0.157
|
||||||
|
l-0.696,0.412c-0.054,0.032-0.086,0.083-0.091,0.146s0.018,0.119,0.065,0.16l0.615,0.524c0.05,0.044,0.074,0.104,0.064,0.171
|
||||||
|
c-0.009,0.065-0.048,0.117-0.109,0.145l-0.738,0.33c-0.057,0.025-0.095,0.073-0.107,0.135c-0.013,0.062,0.003,0.12,0.046,0.165
|
||||||
|
l0.552,0.592c0.045,0.049,0.061,0.112,0.044,0.177c-0.017,0.064-0.062,0.111-0.125,0.132l-0.771,0.244
|
||||||
|
c-0.06,0.02-0.103,0.062-0.123,0.121s-0.01,0.12,0.027,0.171l0.48,0.649c0.04,0.055,0.048,0.119,0.024,0.181
|
||||||
|
c-0.024,0.063-0.075,0.104-0.14,0.117l-0.794,0.154c-0.062,0.012-0.109,0.049-0.136,0.106c-0.025,0.058-0.023,0.117,0.008,0.173
|
||||||
|
l0.403,0.7c0.033,0.058,0.035,0.124,0.004,0.183c-0.031,0.059-0.086,0.095-0.152,0.1l-0.806,0.063
|
||||||
|
c-0.063,0.005-0.114,0.037-0.147,0.091c-0.032,0.054-0.036,0.114-0.011,0.172l0.32,0.742c0.026,0.062,0.02,0.126-0.018,0.182
|
||||||
|
c-0.036,0.053-0.091,0.082-0.155,0.082c-0.002,0-0.005-0.001-0.007-0.001l-0.808-0.029c-0.003,0-0.005,0-0.008,0
|
||||||
|
c-0.06,0-0.112,0.026-0.148,0.074c-0.038,0.05-0.049,0.109-0.031,0.17l0.234,0.773c0.019,0.063,0.005,0.128-0.039,0.178
|
||||||
|
c-0.037,0.043-0.086,0.065-0.14,0.065c-0.01,0-0.02-0.001-0.03-0.002l-0.8-0.122c-0.01-0.001-0.02-0.001-0.03-0.001
|
||||||
|
c-0.05,0-0.097,0.02-0.133,0.057c-0.044,0.045-0.062,0.103-0.051,0.165l0.145,0.796c0.012,0.065-0.009,0.127-0.059,0.172
|
||||||
|
c-0.035,0.033-0.079,0.05-0.125,0.05c-0.017,0-0.034-0.002-0.051-0.006l-0.78-0.213c-0.017-0.004-0.035-0.007-0.051-0.007
|
||||||
|
c-0.042,0-0.083,0.015-0.117,0.044c-0.049,0.039-0.074,0.095-0.069,0.157l0.053,0.807c0.004,0.066-0.023,0.126-0.077,0.165
|
||||||
|
c-0.034,0.024-0.071,0.036-0.11,0.036c-0.023,0-0.047-0.004-0.071-0.013l-0.751-0.3c-0.023-0.01-0.047-0.014-0.071-0.014
|
||||||
|
c-0.035,0-0.069,0.01-0.101,0.03c-0.053,0.033-0.083,0.087-0.086,0.148l-0.04,0.809c-0.003,0.066-0.038,0.122-0.096,0.154
|
||||||
|
c-0.029,0.017-0.061,0.025-0.092,0.025c-0.031,0-0.061-0.008-0.09-0.023l-0.712-0.383c-0.028-0.015-0.059-0.023-0.089-0.023
|
||||||
|
c-0.028,0-0.056,0.008-0.083,0.021c-0.056,0.028-0.092,0.077-0.103,0.138l-0.131,0.799c-0.011,0.065-0.051,0.117-0.113,0.143
|
||||||
|
c-0.024,0.011-0.05,0.016-0.075,0.016c-0.037,0-0.074-0.012-0.106-0.034l-0.664-0.462c-0.033-0.022-0.069-0.034-0.106-0.034
|
||||||
|
c-0.021,0-0.043,0.003-0.064,0.012c-0.059,0.021-0.101,0.065-0.118,0.126l-0.222,0.777c-0.018,0.064-0.064,0.11-0.128,0.129
|
||||||
|
c-0.019,0.006-0.037,0.008-0.055,0.008c-0.044,0-0.087-0.016-0.123-0.047l-0.607-0.534c-0.035-0.031-0.078-0.048-0.122-0.048
|
||||||
|
c-0.015,0-0.029,0.002-0.045,0.006c-0.061,0.014-0.107,0.054-0.132,0.111l-0.309,0.747c-0.025,0.062-0.076,0.103-0.142,0.114
|
||||||
|
c-0.012,0.001-0.023,0.002-0.034,0.002c-0.053,0-0.102-0.021-0.138-0.062l-0.543-0.601c-0.037-0.041-0.084-0.063-0.138-0.063
|
||||||
|
c-0.008,0-0.016,0.001-0.023,0.002c-0.062,0.007-0.113,0.041-0.143,0.096l-0.392,0.707c-0.033,0.059-0.087,0.094-0.154,0.097
|
||||||
|
c-0.004,0-0.008,0-0.012,0c-0.062,0-0.116-0.027-0.152-0.078l-0.47-0.657c-0.037-0.052-0.09-0.079-0.153-0.079
|
||||||
|
c-0.063,0-0.117,0.027-0.153,0.079l-0.47,0.657c-0.036,0.051-0.091,0.078-0.152,0.078c-0.004,0-0.008,0-0.012,0
|
||||||
|
c-0.066-0.003-0.122-0.038-0.154-0.097l-0.392-0.707c-0.031-0.055-0.082-0.089-0.144-0.096c-0.008-0.001-0.016-0.002-0.023-0.002
|
||||||
|
c-0.053,0-0.101,0.021-0.138,0.063l-0.542,0.601c-0.037,0.041-0.085,0.062-0.138,0.062c-0.011,0-0.023-0.001-0.034-0.002
|
||||||
|
c-0.065-0.012-0.117-0.053-0.142-0.114l-0.31-0.747c-0.024-0.058-0.07-0.098-0.131-0.111c-0.015-0.004-0.03-0.006-0.045-0.006
|
||||||
|
c-0.044,0-0.087,0.017-0.122,0.048l-0.607,0.534c-0.036,0.031-0.078,0.047-0.123,0.047c-0.018,0-0.037-0.002-0.055-0.008
|
||||||
|
c-0.064-0.019-0.11-0.064-0.128-0.129l-0.222-0.777c-0.017-0.061-0.059-0.105-0.118-0.126c-0.022-0.009-0.043-0.012-0.065-0.012
|
||||||
|
c-0.037,0-0.073,0.012-0.106,0.034l-0.664,0.462c-0.033,0.022-0.07,0.034-0.106,0.034c-0.025,0-0.05-0.005-0.075-0.016
|
||||||
|
c-0.061-0.025-0.102-0.077-0.113-0.143l-0.132-0.799c-0.01-0.061-0.046-0.109-0.103-0.138c-0.027-0.013-0.056-0.021-0.083-0.021
|
||||||
|
c-0.03,0-0.061,0.009-0.089,0.023l-0.712,0.383c-0.029,0.016-0.06,0.023-0.09,0.023c-0.031,0-0.063-0.009-0.092-0.025
|
||||||
|
c-0.058-0.032-0.092-0.088-0.096-0.154l-0.04-0.809c-0.003-0.062-0.034-0.115-0.087-0.148c-0.031-0.021-0.065-0.03-0.101-0.03
|
||||||
|
c-0.023,0-0.047,0.004-0.071,0.014l-0.751,0.3c-0.024,0.009-0.048,0.013-0.071,0.013c-0.039,0-0.076-0.012-0.109-0.036
|
||||||
|
c-0.054-0.039-0.082-0.099-0.078-0.165l0.053-0.807c0.004-0.063-0.02-0.118-0.069-0.157c-0.035-0.029-0.075-0.044-0.117-0.044
|
||||||
|
c-0.017,0-0.034,0.003-0.051,0.007l-0.78,0.213c-0.018,0.004-0.035,0.006-0.052,0.006c-0.046,0-0.09-0.017-0.125-0.05
|
||||||
|
c-0.049-0.045-0.07-0.106-0.059-0.172l0.144-0.796c0.012-0.063-0.006-0.12-0.05-0.165c-0.036-0.037-0.083-0.057-0.133-0.057
|
||||||
|
c-0.01,0-0.02,0-0.03,0.001l-0.8,0.122c-0.01,0.001-0.021,0.002-0.03,0.002c-0.054,0-0.104-0.022-0.14-0.065
|
||||||
|
c-0.043-0.05-0.057-0.114-0.038-0.178l0.234-0.773c0.018-0.061,0.007-0.12-0.031-0.17c-0.037-0.048-0.089-0.074-0.148-0.074
|
||||||
|
c-0.002,0-0.005,0-0.008,0L4.63,24.159c-0.002,0-0.005,0.001-0.007,0.001c-0.063,0-0.119-0.029-0.155-0.082
|
||||||
|
c-0.037-0.056-0.043-0.12-0.017-0.182l0.321-0.742c0.024-0.058,0.021-0.118-0.012-0.172s-0.084-0.086-0.146-0.091l-0.807-0.063
|
||||||
|
c-0.066-0.005-0.121-0.041-0.152-0.1c-0.031-0.059-0.03-0.125,0.003-0.183l0.403-0.7c0.031-0.056,0.034-0.115,0.008-0.173
|
||||||
|
c-0.026-0.058-0.074-0.095-0.135-0.106L3.14,21.413C3.075,21.399,3.024,21.358,3,21.296c-0.024-0.062-0.016-0.126,0.024-0.181
|
||||||
|
l0.48-0.649c0.038-0.051,0.047-0.111,0.028-0.171S3.47,20.193,3.41,20.174L2.639,19.93c-0.063-0.021-0.109-0.067-0.125-0.132
|
||||||
|
c-0.017-0.064-0.001-0.128,0.044-0.177l0.551-0.592c0.042-0.045,0.06-0.104,0.047-0.165s-0.05-0.109-0.108-0.135l-0.738-0.33
|
||||||
|
c-0.061-0.027-0.1-0.079-0.109-0.145c-0.009-0.067,0.014-0.127,0.064-0.171L2.88,17.56c0.047-0.041,0.07-0.098,0.065-0.16
|
||||||
|
c-0.005-0.063-0.037-0.113-0.091-0.146l-0.696-0.412c-0.057-0.035-0.09-0.091-0.092-0.157c-0.001-0.066,0.028-0.124,0.083-0.162
|
||||||
|
l0.671-0.451c0.052-0.035,0.081-0.088,0.083-0.15c0.002-0.063-0.024-0.118-0.075-0.155l-0.644-0.489
|
||||||
|
c-0.053-0.04-0.079-0.1-0.074-0.166c0.006-0.066,0.042-0.121,0.101-0.151l0.718-0.372c0.056-0.029,0.091-0.078,0.1-0.141
|
||||||
|
c0.009-0.062-0.011-0.119-0.056-0.163l-0.584-0.56c-0.048-0.045-0.068-0.108-0.055-0.173c0.013-0.065,0.056-0.115,0.118-0.139
|
||||||
|
l0.756-0.288c0.059-0.021,0.099-0.067,0.115-0.128s0.003-0.12-0.037-0.168L2.77,12.205c-0.042-0.05-0.055-0.115-0.034-0.178
|
||||||
|
c0.021-0.063,0.068-0.107,0.133-0.125l0.784-0.199c0.061-0.016,0.106-0.056,0.129-0.114c0.022-0.059,0.016-0.119-0.018-0.171
|
||||||
|
L3.321,10.74c-0.037-0.055-0.042-0.121-0.014-0.181c0.027-0.061,0.08-0.1,0.146-0.108l0.801-0.109
|
||||||
|
c0.062-0.008,0.112-0.043,0.141-0.099s0.03-0.116,0.002-0.173L4.035,9.348c-0.03-0.06-0.027-0.125,0.007-0.182
|
||||||
|
s0.091-0.09,0.157-0.091l0.809-0.017c0.063-0.002,0.116-0.03,0.151-0.083c0.036-0.052,0.043-0.111,0.022-0.17L4.903,8.045
|
||||||
|
C4.881,7.983,4.891,7.918,4.932,7.866c0.036-0.049,0.089-0.074,0.147-0.074c0.006,0,0.013,0,0.019,0.001l0.805,0.075
|
||||||
|
C5.91,7.869,5.917,7.869,5.922,7.869c0.055,0,0.104-0.022,0.141-0.064c0.041-0.048,0.055-0.106,0.041-0.168L5.915,6.851
|
||||||
|
C5.899,6.786,5.917,6.723,5.963,6.675C6,6.638,6.046,6.617,6.096,6.617c0.013,0,0.027,0.002,0.041,0.005l0.792,0.167
|
||||||
|
c0.014,0.002,0.027,0.004,0.041,0.004c0.046,0,0.089-0.017,0.125-0.05c0.046-0.042,0.067-0.1,0.06-0.161L7.056,5.779
|
||||||
|
C7.048,5.712,7.072,5.652,7.124,5.61c0.035-0.028,0.076-0.044,0.117-0.044c0.021,0,0.042,0.004,0.062,0.011L8.07,5.833
|
||||||
|
C8.09,5.84,8.11,5.843,8.131,5.843c0.039,0,0.076-0.013,0.109-0.036c0.051-0.036,0.078-0.091,0.078-0.153l-0.006-0.81
|
||||||
|
c0-0.066,0.031-0.124,0.087-0.159c0.032-0.021,0.066-0.03,0.101-0.03c0.027,0,0.054,0.005,0.081,0.018l0.733,0.342
|
||||||
|
c0.026,0.013,0.053,0.018,0.08,0.018c0.031,0,0.063-0.008,0.092-0.024C9.54,4.976,9.573,4.925,9.579,4.862l0.086-0.805
|
||||||
|
C9.672,3.992,9.71,3.939,9.77,3.91C9.797,3.896,9.825,3.89,9.854,3.89c0.033,0,0.067,0.01,0.098,0.028l0.689,0.423
|
||||||
|
c0.03,0.02,0.064,0.029,0.098,0.029c0.025,0,0.05-0.006,0.074-0.017c0.058-0.024,0.097-0.071,0.11-0.132l0.177-0.79
|
||||||
|
c0.015-0.064,0.058-0.113,0.121-0.136c0.021-0.008,0.043-0.012,0.065-0.012c0.041,0,0.081,0.015,0.115,0.041l0.636,0.499
|
||||||
|
c0.035,0.027,0.074,0.04,0.114,0.04c0.018,0,0.037-0.002,0.055-0.008c0.061-0.018,0.104-0.06,0.125-0.119l0.266-0.764
|
||||||
|
c0.022-0.063,0.071-0.106,0.135-0.121c0.015-0.004,0.03-0.006,0.044-0.006c0.049,0,0.094,0.02,0.131,0.056l0.575,0.567
|
||||||
|
c0.037,0.036,0.082,0.055,0.131,0.055c0.011,0,0.022-0.001,0.034-0.003c0.062-0.011,0.11-0.048,0.137-0.104l0.352-0.729
|
||||||
|
c0.029-0.06,0.082-0.098,0.148-0.104c0.008-0.001,0.016-0.002,0.023-0.002c0.057,0,0.108,0.025,0.145,0.071l0.507,0.63
|
||||||
|
c0.037,0.046,0.088,0.069,0.146,0.069c0.004,0,0.008,0,0.012,0c0.063-0.003,0.115-0.034,0.148-0.088l0.432-0.684
|
||||||
|
C15.733,2.525,15.791,2.494,15.857,2.494 M15.857,27.759c3.167,0,6.034-1.284,8.109-3.359s3.359-4.941,3.359-8.109
|
||||||
|
c0-3.166-1.284-6.033-3.359-8.109c-2.075-2.075-4.943-3.358-8.109-3.358S9.823,6.105,7.748,8.181
|
||||||
|
c-2.076,2.076-3.359,4.943-3.359,8.109c0,3.168,1.283,6.034,3.359,8.109C9.823,26.475,12.69,27.759,15.857,27.759 M15.857,2.337
|
||||||
|
c-0.121,0-0.227,0.059-0.292,0.161l-0.432,0.684c-0.007,0.01-0.013,0.014-0.024,0.015c-0.001,0-0.002,0-0.003,0
|
||||||
|
c-0.009,0-0.016-0.002-0.023-0.012l-0.507-0.63c-0.066-0.083-0.162-0.13-0.267-0.13c-0.014,0-0.028,0.001-0.041,0.003
|
||||||
|
c-0.12,0.014-0.219,0.084-0.272,0.193L13.643,3.35c-0.005,0.011-0.01,0.015-0.023,0.017c-0.003,0.001-0.005,0.001-0.007,0.001
|
||||||
|
c-0.006,0-0.012-0.001-0.021-0.009L13.018,2.79c-0.065-0.064-0.151-0.101-0.241-0.101c-0.026,0-0.053,0.004-0.08,0.01
|
||||||
|
c-0.118,0.027-0.208,0.108-0.249,0.223l-0.266,0.764c-0.004,0.012-0.009,0.017-0.021,0.02c-0.004,0.002-0.008,0.002-0.011,0.002
|
||||||
|
c-0.004,0-0.009-0.001-0.017-0.007l-0.637-0.498c-0.062-0.049-0.135-0.074-0.211-0.074c-0.04,0-0.08,0.007-0.118,0.02
|
||||||
|
c-0.114,0.041-0.194,0.132-0.221,0.251L10.77,4.187c-0.002,0.013-0.007,0.018-0.018,0.022c-0.005,0.002-0.009,0.004-0.013,0.004
|
||||||
|
c-0.002,0-0.007,0-0.016-0.006l-0.689-0.424C9.978,3.75,9.916,3.732,9.854,3.732C9.8,3.732,9.749,3.744,9.7,3.769
|
||||||
|
C9.592,3.822,9.522,3.921,9.509,4.042L9.423,4.846C9.422,4.858,9.418,4.863,9.407,4.87l0,0l0,0
|
||||||
|
C9.399,4.875,9.394,4.875,9.393,4.875c-0.004,0-0.009-0.002-0.014-0.004L8.646,4.529C8.599,4.508,8.55,4.497,8.499,4.497
|
||||||
|
c-0.065,0-0.13,0.019-0.186,0.055c-0.102,0.065-0.16,0.172-0.159,0.293l0.006,0.809c0,0.013-0.003,0.02-0.013,0.026
|
||||||
|
C8.14,5.685,8.135,5.686,8.131,5.686c-0.003,0-0.007,0-0.012-0.002L7.352,5.429c-0.036-0.013-0.074-0.02-0.111-0.02
|
||||||
|
c-0.079,0-0.154,0.028-0.217,0.079C6.931,5.565,6.885,5.678,6.9,5.798l0.099,0.803C7,6.613,6.997,6.619,6.988,6.628
|
||||||
|
C6.98,6.635,6.975,6.636,6.969,6.636c-0.003,0-0.005,0-0.009-0.001L6.169,6.468C6.145,6.463,6.12,6.46,6.096,6.46
|
||||||
|
c-0.093,0-0.18,0.038-0.246,0.105C5.766,6.652,5.734,6.77,5.762,6.888l0.189,0.786c0.003,0.012,0.001,0.019-0.007,0.027
|
||||||
|
S5.931,7.712,5.922,7.712c-0.001,0-0.002,0-0.004,0L5.113,7.637C5.102,7.636,5.09,7.635,5.079,7.635
|
||||||
|
c-0.107,0-0.206,0.049-0.272,0.135C4.733,7.865,4.714,7.985,4.756,8.1l0.277,0.759C5.038,8.87,5.037,8.877,5.03,8.887
|
||||||
|
C5.023,8.897,5.017,8.9,5.005,8.901L4.196,8.918C4.076,8.92,3.97,8.981,3.908,9.085l0,0l0,0C3.845,9.188,3.841,9.31,3.895,9.418
|
||||||
|
l0.362,0.723c0.006,0.011,0.006,0.019,0,0.028c-0.006,0.012-0.012,0.016-0.023,0.018l-0.801,0.108
|
||||||
|
c-0.12,0.017-0.218,0.089-0.268,0.199s-0.041,0.231,0.025,0.332l0.442,0.678c0.006,0.01,0.007,0.017,0.003,0.028
|
||||||
|
c-0.004,0.011-0.01,0.016-0.021,0.019l-0.784,0.2c-0.117,0.029-0.206,0.112-0.243,0.228c-0.038,0.115-0.015,0.235,0.063,0.328
|
||||||
|
l0.517,0.622c0.007,0.009,0.009,0.016,0.006,0.027v0.001l0,0c-0.003,0.011-0.008,0.017-0.019,0.021l-0.756,0.287
|
||||||
|
C2.284,13.309,2.205,13.4,2.181,13.52s0.012,0.234,0.1,0.318l0.584,0.56c0.009,0.008,0.011,0.015,0.009,0.026
|
||||||
|
c-0.002,0.013-0.006,0.019-0.017,0.023L2.14,14.819c-0.107,0.056-0.175,0.156-0.185,0.277l0,0l0,0
|
||||||
|
c-0.01,0.121,0.039,0.231,0.135,0.305l0.645,0.488c0.009,0.008,0.012,0.015,0.012,0.025v0.001l0,0c0,0.012-0.003,0.019-0.014,0.025
|
||||||
|
l-0.671,0.451c-0.101,0.067-0.156,0.176-0.153,0.296c0.003,0.121,0.065,0.226,0.169,0.288l0.695,0.412
|
||||||
|
c0.011,0.006,0.015,0.013,0.016,0.024s-0.001,0.02-0.011,0.026l-0.615,0.524c-0.092,0.079-0.135,0.193-0.118,0.313
|
||||||
|
c0.018,0.119,0.091,0.217,0.201,0.266l0.739,0.33C2.996,18.878,3,18.883,3.002,18.896c0.002,0.012,0,0.019-0.008,0.027
|
||||||
|
l-0.551,0.592c-0.083,0.088-0.112,0.206-0.081,0.323s0.114,0.205,0.229,0.241l0.771,0.244c0.012,0.004,0.017,0.009,0.021,0.02
|
||||||
|
c0.004,0.013,0.003,0.02-0.004,0.029l-0.48,0.65c-0.072,0.098-0.088,0.219-0.044,0.331s0.137,0.19,0.256,0.213l0.793,0.154
|
||||||
|
c0.012,0.003,0.018,0.008,0.022,0.019c0.005,0.012,0.004,0.019-0.001,0.028l0,0v0.001l-0.403,0.7
|
||||||
|
c-0.061,0.104-0.063,0.227-0.006,0.334c0.057,0.106,0.158,0.173,0.279,0.183l0.806,0.063c0.012,0.001,0.019,0.004,0.024,0.015
|
||||||
|
c0.006,0.01,0.007,0.019,0.002,0.028l-0.32,0.743c-0.048,0.11-0.036,0.232,0.032,0.332l0,0c0.065,0.096,0.169,0.149,0.285,0.149
|
||||||
|
c0.004,0,0.009,0,0.013,0l0.808-0.029c0.001,0,0.001,0,0.002,0c0.01,0,0.016,0.002,0.024,0.013c0.007,0.01,0.009,0.017,0.005,0.028
|
||||||
|
l-0.234,0.773c-0.035,0.116-0.01,0.235,0.069,0.327c0.067,0.077,0.159,0.119,0.259,0.119c0.018,0,0.036-0.001,0.054-0.004
|
||||||
|
l0.8-0.122c0.002,0,0.005,0,0.007,0c0.005,0,0.012,0,0.021,0.01c0.008,0.009,0.01,0.016,0.008,0.028l-0.144,0.795
|
||||||
|
c-0.021,0.119,0.018,0.234,0.106,0.316c0.064,0.059,0.146,0.091,0.231,0.091c0.031,0,0.062-0.004,0.093-0.013l0.78-0.211
|
||||||
|
c0.003-0.001,0.007-0.002,0.01-0.002c0.004,0,0.01,0.001,0.018,0.008c0.009,0.007,0.012,0.015,0.012,0.025l-0.053,0.808
|
||||||
|
c-0.008,0.121,0.043,0.23,0.142,0.302c0.06,0.044,0.13,0.066,0.202,0.066c0.044,0,0.087-0.008,0.129-0.024l0.751-0.3
|
||||||
|
c0.005-0.001,0.009-0.002,0.013-0.002c0.002,0,0.007,0,0.016,0.005c0.011,0.007,0.014,0.014,0.015,0.025l0.04,0.808
|
||||||
|
c0.006,0.121,0.07,0.225,0.176,0.283c0.052,0.03,0.111,0.046,0.169,0.046c0.057,0,0.112-0.015,0.164-0.042l0.712-0.383
|
||||||
|
c0.005-0.003,0.01-0.005,0.014-0.005s0.009,0.001,0.014,0.004c0.011,0.005,0.015,0.012,0.017,0.023l0.132,0.798
|
||||||
|
c0.02,0.119,0.095,0.215,0.207,0.262c0.044,0.019,0.089,0.028,0.136,0.028c0.069,0,0.137-0.021,0.196-0.063l0.664-0.462
|
||||||
|
c0.008-0.005,0.014-0.006,0.017-0.006c0.003,0,0.007,0.001,0.012,0.002c0.011,0.004,0.016,0.01,0.02,0.021l0,0l0,0l0.222,0.778
|
||||||
|
c0.033,0.116,0.119,0.202,0.235,0.237c0.033,0.01,0.066,0.014,0.099,0.014c0.084,0,0.162-0.03,0.227-0.087l0.607-0.533
|
||||||
|
c0.008-0.008,0.014-0.009,0.019-0.009c0.003,0,0.006,0,0.009,0.001c0.012,0.003,0.017,0.008,0.022,0.019l0.309,0.747
|
||||||
|
c0.046,0.112,0.142,0.188,0.26,0.209c0.021,0.004,0.042,0.005,0.062,0.005c0.098,0,0.188-0.04,0.254-0.114l0.542-0.6
|
||||||
|
c0.008-0.009,0.014-0.011,0.021-0.011c0.002,0,0.004,0,0.006,0c0.012,0.002,0.018,0.007,0.024,0.018l0.392,0.706
|
||||||
|
c0.059,0.106,0.161,0.171,0.282,0.178c0.007,0,0.014,0,0.021,0c0.113,0,0.215-0.052,0.28-0.145l0.47-0.657
|
||||||
|
c0.007-0.011,0.013-0.013,0.025-0.013s0.019,0.002,0.026,0.012l0.47,0.658c0.065,0.093,0.168,0.145,0.28,0.145
|
||||||
|
c0.007,0,0.014,0,0.021,0c0.121-0.007,0.224-0.071,0.283-0.178l0.392-0.706c0.006-0.011,0.012-0.016,0.024-0.018
|
||||||
|
c0.001,0,0.003,0,0.005,0c0.007,0,0.014,0.002,0.021,0.011l0.542,0.6l0,0c0.066,0.074,0.157,0.114,0.255,0.114
|
||||||
|
c0.02,0,0.04-0.001,0.061-0.005c0.119-0.021,0.214-0.097,0.261-0.208l0.309-0.748c0.004-0.011,0.01-0.016,0.021-0.019
|
||||||
|
c0.004-0.001,0.007-0.001,0.01-0.001c0.005,0,0.01,0.001,0.019,0.009l0.607,0.533c0.064,0.057,0.143,0.087,0.227,0.087
|
||||||
|
c0.033,0,0.067-0.004,0.099-0.014c0.116-0.035,0.202-0.121,0.235-0.237l0.222-0.778c0.003-0.011,0.008-0.017,0.02-0.021
|
||||||
|
c0.004-0.001,0.008-0.002,0.012-0.002c0.002,0,0.008,0,0.017,0.006l0.664,0.462c0.059,0.041,0.127,0.063,0.196,0.063
|
||||||
|
c0.047,0,0.092-0.01,0.136-0.028c0.111-0.047,0.187-0.143,0.206-0.262l0.132-0.798c0.002-0.012,0.006-0.019,0.017-0.023
|
||||||
|
c0.005-0.003,0.01-0.004,0.014-0.004s0.009,0.002,0.015,0.005l0.712,0.383c0.052,0.027,0.107,0.042,0.164,0.042
|
||||||
|
c0.059,0,0.117-0.016,0.17-0.046c0.105-0.06,0.169-0.162,0.175-0.284l0.04-0.807c0.001-0.013,0.004-0.019,0.015-0.025
|
||||||
|
c0.007-0.005,0.013-0.005,0.016-0.005c0.004,0,0.008,0.001,0.013,0.002l0.751,0.3c0.042,0.017,0.085,0.024,0.129,0.024
|
||||||
|
c0.072,0,0.142-0.022,0.202-0.066c0.098-0.071,0.149-0.181,0.142-0.302l-0.052-0.808c-0.001-0.011,0.001-0.019,0.011-0.025l0,0
|
||||||
|
v-0.001c0.008-0.006,0.013-0.007,0.018-0.007c0.003,0,0.006,0.001,0.01,0.002l0.781,0.211c0.031,0.009,0.062,0.013,0.092,0.013
|
||||||
|
c0.085,0,0.167-0.032,0.232-0.091c0.089-0.082,0.127-0.197,0.106-0.316l-0.144-0.796c-0.002-0.012,0-0.019,0.008-0.027
|
||||||
|
c0.008-0.01,0.015-0.01,0.02-0.01c0.002,0,0.004,0,0.006,0l0.8,0.122c0.018,0.003,0.036,0.004,0.054,0.004
|
||||||
|
c0.1,0,0.192-0.042,0.259-0.119c0.079-0.092,0.104-0.211,0.069-0.327l-0.234-0.773c-0.003-0.012-0.002-0.019,0.005-0.028
|
||||||
|
c0.009-0.011,0.015-0.013,0.024-0.013c0,0,0.001,0,0.002,0l0.808,0.029c0.004,0,0.009,0,0.013,0c0.116,0,0.219-0.054,0.284-0.149
|
||||||
|
l0,0c0.068-0.1,0.081-0.222,0.033-0.332l-0.321-0.743c-0.005-0.01-0.004-0.019,0.002-0.028c0.006-0.011,0.012-0.014,0.024-0.015
|
||||||
|
l0.806-0.063c0.121-0.01,0.223-0.076,0.279-0.183c0.057-0.107,0.054-0.229-0.006-0.334l-0.403-0.7
|
||||||
|
c-0.006-0.011-0.006-0.018-0.001-0.029c0.005-0.011,0.011-0.016,0.023-0.019l0.793-0.154c0.119-0.022,0.212-0.101,0.256-0.213
|
||||||
|
s0.028-0.233-0.044-0.331l-0.48-0.65c-0.007-0.01-0.008-0.017-0.004-0.028c0.003-0.012,0.009-0.017,0.021-0.021l0.771-0.244
|
||||||
|
c0.116-0.036,0.2-0.124,0.23-0.241c0.03-0.116,0.001-0.234-0.082-0.323l-0.551-0.592c-0.009-0.009-0.01-0.016-0.008-0.027v-0.001
|
||||||
|
l0,0c0.003-0.012,0.007-0.017,0.018-0.021l0.738-0.33c0.11-0.05,0.184-0.146,0.201-0.267c0.017-0.119-0.026-0.233-0.118-0.313
|
||||||
|
l-0.615-0.524c-0.009-0.008-0.012-0.015-0.011-0.026s0.005-0.019,0.016-0.024l0.695-0.412c0.104-0.063,0.166-0.167,0.169-0.288
|
||||||
|
c0.003-0.12-0.052-0.229-0.153-0.296l-0.671-0.451c-0.01-0.007-0.013-0.014-0.014-0.026c0-0.011,0.003-0.018,0.013-0.025
|
||||||
|
l0.644-0.488c0.096-0.073,0.146-0.184,0.135-0.305c-0.01-0.121-0.078-0.222-0.185-0.278l-0.718-0.371
|
||||||
|
c-0.011-0.005-0.015-0.011-0.017-0.023c-0.001-0.012,0.001-0.019,0.009-0.026l0.584-0.56c0.087-0.084,0.124-0.2,0.1-0.318
|
||||||
|
c-0.024-0.119-0.103-0.211-0.216-0.255l-0.756-0.287c-0.011-0.004-0.016-0.01-0.019-0.021c-0.003-0.012-0.001-0.02,0.006-0.028
|
||||||
|
l0.517-0.622c0.077-0.093,0.101-0.212,0.063-0.328c-0.038-0.115-0.126-0.198-0.244-0.228l-0.784-0.2
|
||||||
|
c-0.012-0.003-0.017-0.008-0.021-0.019c-0.004-0.012-0.003-0.019,0.003-0.028l0.442-0.678c0.066-0.101,0.076-0.223,0.025-0.333
|
||||||
|
c-0.05-0.109-0.147-0.182-0.268-0.198l-0.801-0.108c-0.012-0.002-0.018-0.006-0.024-0.017c-0.005-0.011-0.005-0.019,0-0.029
|
||||||
|
l0.362-0.723c0.055-0.108,0.05-0.229-0.013-0.333c-0.063-0.104-0.167-0.165-0.289-0.167l-0.809-0.017
|
||||||
|
C26.697,8.9,26.69,8.897,26.684,8.888V8.887l0,0c-0.006-0.01-0.007-0.017-0.003-0.028L26.958,8.1
|
||||||
|
C27,7.985,26.981,7.865,26.907,7.77c-0.066-0.086-0.165-0.135-0.272-0.135c-0.011,0-0.022,0.001-0.034,0.002l-0.804,0.075
|
||||||
|
c-0.002,0-0.003,0-0.005,0c-0.008,0-0.014-0.002-0.022-0.011c-0.007-0.009-0.009-0.016-0.006-0.027l0.189-0.786
|
||||||
|
c0.028-0.118-0.003-0.235-0.088-0.322l0,0C25.798,6.498,25.71,6.46,25.618,6.46c-0.024,0-0.049,0.003-0.073,0.008l-0.791,0.167
|
||||||
|
c-0.003,0.001-0.006,0.001-0.008,0.001c-0.005,0-0.011-0.001-0.02-0.008c-0.009-0.009-0.011-0.015-0.01-0.027l0.099-0.803
|
||||||
|
c0.015-0.12-0.031-0.232-0.125-0.31c-0.063-0.051-0.138-0.079-0.217-0.079c-0.037,0-0.075,0.007-0.111,0.02l-0.767,0.255
|
||||||
|
c-0.004,0.002-0.008,0.002-0.011,0.002c-0.002,0-0.008,0-0.018-0.006c-0.009-0.007-0.013-0.014-0.013-0.026l0,0l0.006-0.809
|
||||||
|
c0.001-0.121-0.057-0.228-0.159-0.293c-0.056-0.036-0.121-0.055-0.186-0.055c-0.05,0-0.1,0.011-0.146,0.032L22.335,4.87
|
||||||
|
c-0.005,0.003-0.01,0.005-0.014,0.005c-0.002,0-0.007,0-0.015-0.005c-0.011-0.006-0.014-0.012-0.016-0.024l-0.086-0.804
|
||||||
|
c-0.013-0.121-0.083-0.22-0.191-0.273c-0.049-0.024-0.1-0.036-0.153-0.036c-0.063,0-0.125,0.018-0.18,0.051l-0.689,0.424
|
||||||
|
c-0.009,0.006-0.014,0.006-0.016,0.006c-0.004,0-0.008-0.002-0.013-0.004l0,0h0c-0.011-0.005-0.016-0.011-0.018-0.022l-0.177-0.788
|
||||||
|
c-0.026-0.118-0.107-0.21-0.221-0.251c-0.039-0.013-0.078-0.02-0.118-0.02c-0.076,0-0.149,0.025-0.211,0.074L19.58,3.7
|
||||||
|
c-0.009,0.007-0.015,0.007-0.017,0.007c-0.003,0-0.006,0-0.011-0.002c-0.012-0.003-0.017-0.008-0.021-0.02l-0.266-0.764
|
||||||
|
c-0.04-0.114-0.13-0.195-0.248-0.223c-0.026-0.006-0.054-0.01-0.081-0.01c-0.09,0-0.175,0.036-0.24,0.101l-0.576,0.568
|
||||||
|
c-0.009,0.008-0.015,0.009-0.02,0.009c-0.002,0-0.004,0-0.007-0.001c-0.012-0.002-0.018-0.006-0.023-0.017L17.72,2.621
|
||||||
|
c-0.053-0.109-0.151-0.179-0.272-0.193c-0.014-0.002-0.028-0.003-0.041-0.003c-0.104,0-0.202,0.047-0.268,0.13l-0.506,0.63
|
||||||
|
c-0.008,0.01-0.015,0.012-0.024,0.012c-0.001,0-0.002,0-0.003,0c-0.012-0.001-0.018-0.005-0.025-0.015l-0.432-0.684
|
||||||
|
C16.085,2.396,15.978,2.337,15.857,2.337L15.857,2.337z M15.857,27.602c-3.021,0-5.862-1.177-7.998-3.313s-3.313-4.976-3.313-7.998
|
||||||
|
c0-3.021,1.177-5.861,3.313-7.997c2.136-2.137,4.977-3.313,7.998-3.313c3.021,0,5.862,1.177,7.998,3.313s3.313,4.977,3.313,7.997
|
||||||
|
c0,3.021-1.177,5.861-3.313,7.998S18.878,27.602,15.857,27.602L15.857,27.602z"/>
|
||||||
|
</g>
|
||||||
|
<g id="Shape_10_copy">
|
||||||
|
<g>
|
||||||
|
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#CFCCCC" cx="15.882" cy="16.224" r="12.215"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shape_10_copy_2_">
|
||||||
|
<g>
|
||||||
|
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#919191" cx="15.882" cy="16.223" r="12.087"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shape_10_copy_4_">
|
||||||
|
<g>
|
||||||
|
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#CFCCCC" cx="15.882" cy="16.224" r="11.48"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shape_10_copy_4">
|
||||||
|
<g>
|
||||||
|
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#140F21" cx="15.882" cy="16.223" r="11.341"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Shape_10_copy_4_2_">
|
||||||
|
<g>
|
||||||
|
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#1D536C" cx="15.882" cy="16.223" r="11.026"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill="#EDE730" d="M12.818,16.058c0.002-0.544,0.152-1.052,0.411-1.487c0.259-0.437,0.627-0.8,1.067-1.052l0,0
|
||||||
|
c0,0,0,0,0-0.001c0.003-0.001,0.006-0.003,0.009-0.005c0.002-0.003,0.006-0.005,0.008-0.006c0.003-0.003,0.005-0.006,0.007-0.009
|
||||||
|
c0.002-0.002,0.005-0.005,0.007-0.008c0.002-0.003,0.004-0.006,0.006-0.01c0.001-0.002,0.003-0.004,0.004-0.007
|
||||||
|
c0.002-0.004,0.003-0.008,0.004-0.012c0.001-0.003,0.002-0.005,0.003-0.008c0.001-0.004,0.002-0.008,0.002-0.013
|
||||||
|
c0-0.003,0.001-0.004,0.001-0.007c0-0.005,0-0.01,0-0.015c0-0.002,0-0.004,0-0.006c0-0.006-0.001-0.011-0.003-0.016
|
||||||
|
c0-0.001-0.001-0.003-0.001-0.005c-0.002-0.005-0.004-0.01-0.007-0.015c0-0.002-0.001-0.003-0.001-0.005h0l0,0l0,0l-3.574-6.19
|
||||||
|
c-0.014-0.023-0.037-0.042-0.064-0.05c-0.026-0.007-0.056-0.002-0.08,0.011c-1.542,0.89-2.831,2.168-3.735,3.699
|
||||||
|
C5.979,12.376,5.46,14.162,5.46,16.07c0,0.028,0.011,0.055,0.031,0.074c0.02,0.021,0.046,0.031,0.074,0.031l7.147-0.014
|
||||||
|
C12.771,16.162,12.818,16.115,12.818,16.058z M13.924,14.975c-0.199,0.333-0.302,0.715-0.302,1.099c0,0.119,0.01,0.239,0.03,0.357
|
||||||
|
c0.083,0.486,0.337,0.934,0.71,1.256c0.378,0.327,0.865,0.513,1.365,0.52l0,0c0.01,0,0.02,0,0.031,0c0.501,0,0.991-0.178,1.375-0.5
|
||||||
|
c0.377-0.316,0.637-0.761,0.727-1.245c0.023-0.129,0.036-0.259,0.036-0.388c0-0.374-0.098-0.747-0.287-1.073
|
||||||
|
c-0.245-0.424-0.634-0.755-1.092-0.929c-0.243-0.092-0.5-0.138-0.758-0.138c-0.248,0-0.496,0.042-0.73,0.128
|
||||||
|
C14.568,14.229,14.175,14.555,13.924,14.975z M20.073,23.338l0.873,1.507c0.014,0.024,0.018,0.053,0.011,0.08
|
||||||
|
s-0.025,0.05-0.049,0.064c-1.621,0.936-3.393,1.382-5.14,1.382c-1.812,0-3.599-0.479-5.167-1.385
|
||||||
|
c-0.024-0.015-0.042-0.037-0.049-0.063c-0.007-0.028-0.003-0.057,0.011-0.081l0.904-1.566L20.073,23.338z M18.288,20.258
|
||||||
|
l-0.926-1.596c-0.029-0.051-0.093-0.067-0.144-0.039c-0.43,0.247-0.927,0.388-1.459,0.388c-0.539,0-1.043-0.146-1.478-0.398
|
||||||
|
c-0.024-0.015-0.053-0.019-0.08-0.011c-0.027,0.007-0.05,0.024-0.064,0.049l-0.934,1.617L18.288,20.258z M24.708,11.007
|
||||||
|
c-0.875-1.55-2.162-2.893-3.814-3.846c-0.024-0.015-0.053-0.019-0.08-0.011c-0.027,0.008-0.05,0.024-0.064,0.05l-3.554,6.182
|
||||||
|
c-0.029,0.05-0.012,0.114,0.039,0.145c0.438,0.254,0.804,0.618,1.062,1.056c0.257,0.436,0.404,0.944,0.404,1.488
|
||||||
|
c0,0.001,0,0.009,0,0.02c0,0.028,0.011,0.055,0.031,0.074s0.047,0.031,0.075,0.031h7.134c0.028,0,0.055-0.012,0.075-0.031
|
||||||
|
c0.02-0.02,0.031-0.046,0.031-0.074C26.044,14.31,25.582,12.556,24.708,11.007z"/>
|
||||||
|
<path fill="#1F4654" d="M10.67,7.131c0.009,0,0.018,0.001,0.027,0.003c0.027,0.008,0.05,0.026,0.064,0.05l3.574,6.19l0,0l0,0h0
|
||||||
|
c0,0.002,0.001,0.003,0.001,0.005c0.002,0.005,0.005,0.01,0.007,0.015c0,0.002,0.001,0.004,0.001,0.005
|
||||||
|
c0.001,0.005,0.002,0.01,0.003,0.016c0,0.002,0,0.004,0,0.006c0,0.005,0,0.01,0,0.015c0,0.003-0.001,0.004-0.001,0.007
|
||||||
|
c0,0.005-0.001,0.009-0.002,0.013c-0.001,0.003-0.002,0.005-0.003,0.008c-0.001,0.004-0.002,0.008-0.004,0.012
|
||||||
|
c-0.001,0.003-0.003,0.005-0.004,0.007c-0.002,0.004-0.004,0.007-0.006,0.01c-0.002,0.003-0.005,0.006-0.007,0.008
|
||||||
|
c-0.002,0.003-0.004,0.006-0.007,0.009c-0.002,0.001-0.006,0.003-0.008,0.006c-0.003,0.002-0.006,0.004-0.009,0.005
|
||||||
|
c0,0.001,0,0.001,0,0.001l0,0c-0.44,0.252-0.809,0.615-1.067,1.052c-0.259,0.436-0.409,0.943-0.411,1.487
|
||||||
|
c0,0.058-0.048,0.104-0.106,0.104l-7.147,0.014l0,0c-0.028,0-0.055-0.012-0.074-0.031c-0.02-0.02-0.031-0.046-0.031-0.074
|
||||||
|
c0-1.908,0.519-3.694,1.422-5.227c0.904-1.531,2.193-2.81,3.735-3.699C10.633,7.136,10.651,7.131,10.67,7.131 M20.841,7.146
|
||||||
|
c0.018,0,0.037,0.005,0.053,0.015c1.652,0.953,2.939,2.296,3.814,3.846c0.875,1.549,1.336,3.303,1.336,5.083
|
||||||
|
c0,0.028-0.011,0.055-0.031,0.074c-0.02,0.02-0.047,0.031-0.075,0.031h-7.134c-0.027,0-0.055-0.012-0.075-0.031
|
||||||
|
s-0.031-0.046-0.031-0.074c0-0.011,0-0.019,0-0.02c0-0.544-0.147-1.053-0.404-1.488c-0.257-0.438-0.624-0.802-1.062-1.056
|
||||||
|
c-0.05-0.03-0.067-0.095-0.039-0.145L20.749,7.2c0.014-0.025,0.037-0.042,0.064-0.05C20.823,7.148,20.832,7.146,20.841,7.146
|
||||||
|
M15.758,13.934c0.258,0,0.516,0.046,0.758,0.138c0.458,0.174,0.847,0.505,1.092,0.929c0.189,0.326,0.287,0.699,0.287,1.073
|
||||||
|
c0,0.129-0.012,0.259-0.036,0.388c-0.09,0.484-0.35,0.929-0.727,1.245c-0.383,0.322-0.874,0.5-1.375,0.5c-0.011,0-0.021,0-0.031,0
|
||||||
|
l0,0c-0.5-0.007-0.987-0.192-1.365-0.52c-0.373-0.322-0.627-0.77-0.71-1.256c-0.021-0.118-0.03-0.238-0.03-0.357
|
||||||
|
c0-0.384,0.103-0.766,0.302-1.099c0.251-0.42,0.645-0.746,1.104-0.913C15.263,13.976,15.511,13.934,15.758,13.934 M14.228,18.598
|
||||||
|
c0.019,0,0.037,0.005,0.053,0.015c0.435,0.253,0.939,0.398,1.478,0.398c0.532,0,1.029-0.141,1.459-0.388
|
||||||
|
c0.017-0.009,0.035-0.014,0.052-0.014c0.037,0,0.072,0.019,0.092,0.053l0.926,1.596l-5.085,0.01l0.934-1.617
|
||||||
|
c0.014-0.024,0.037-0.042,0.064-0.049C14.209,18.599,14.219,18.598,14.228,18.598 M11.466,23.275l8.607,0.063l0.873,1.507
|
||||||
|
c0.014,0.024,0.018,0.053,0.011,0.08s-0.025,0.05-0.049,0.064c-1.621,0.936-3.393,1.382-5.14,1.382
|
||||||
|
c-1.812,0-3.599-0.479-5.167-1.385c-0.024-0.015-0.042-0.037-0.049-0.063c-0.007-0.028-0.003-0.057,0.011-0.081L11.466,23.275
|
||||||
|
M10.67,6.966c-0.048,0-0.094,0.013-0.135,0.037c-1.564,0.902-2.875,2.202-3.793,3.758c-0.465,0.787-0.824,1.632-1.067,2.512
|
||||||
|
c-0.251,0.907-0.378,1.849-0.378,2.798c0,0.071,0.029,0.14,0.08,0.19s0.119,0.079,0.19,0.079l0,0h0l7.147-0.014
|
||||||
|
c0.148,0,0.269-0.12,0.27-0.269c0.002-0.495,0.136-0.98,0.388-1.403c0.242-0.407,0.585-0.747,0.994-0.985l0,0l0.015-0.009
|
||||||
|
c0,0,0,0,0.001,0l0.017-0.01l0,0l0.033-0.019l0.005-0.015c0.002-0.003,0.005-0.005,0.006-0.008c0.004-0.004,0.01-0.01,0.017-0.019
|
||||||
|
l0-0.001l0,0c0.007-0.01,0.012-0.019,0.016-0.023c0.002-0.005,0.007-0.012,0.012-0.021c0.005-0.011,0.008-0.021,0.011-0.026
|
||||||
|
c0.002-0.004,0.005-0.012,0.007-0.022c0.004-0.012,0.005-0.022,0.006-0.029c0.001-0.005,0.002-0.012,0.003-0.02
|
||||||
|
c0.001-0.015,0.001-0.025,0-0.033c0-0.006,0-0.012-0.001-0.02v-0.001l0,0c-0.002-0.014-0.004-0.024-0.007-0.034
|
||||||
|
c0-0.005-0.002-0.011-0.005-0.019l0,0v-0.019l-0.017-0.024L14.45,13.21h-0.02l-3.527-6.108c-0.036-0.062-0.096-0.107-0.164-0.126
|
||||||
|
C10.717,6.97,10.693,6.966,10.67,6.966L10.67,6.966z M20.841,6.982c-0.023,0-0.047,0.003-0.07,0.01
|
||||||
|
c-0.069,0.019-0.128,0.063-0.164,0.126l-3.554,6.183c-0.074,0.127-0.029,0.293,0.099,0.367c0.413,0.239,0.76,0.585,1.002,0.997
|
||||||
|
c0.25,0.424,0.381,0.909,0.381,1.403v0.001c0,0.003,0,0.011,0,0.021c0,0.07,0.029,0.141,0.079,0.19
|
||||||
|
c0.05,0.051,0.119,0.079,0.19,0.079h7.134c0.071,0,0.141-0.029,0.191-0.079s0.079-0.12,0.079-0.19c0-1.806-0.47-3.592-1.358-5.164
|
||||||
|
c-0.449-0.797-1.001-1.53-1.642-2.181c-0.66-0.671-1.411-1.251-2.233-1.727C20.935,6.995,20.888,6.982,20.841,6.982L20.841,6.982z
|
||||||
|
M15.758,13.77L15.758,13.77L15.758,13.77c-0.271,0-0.535,0.046-0.786,0.138c-0.496,0.18-0.918,0.529-1.19,0.983
|
||||||
|
c-0.212,0.355-0.325,0.764-0.325,1.183c0,0.129,0.011,0.259,0.032,0.385c0.089,0.523,0.361,1.004,0.765,1.354
|
||||||
|
c0.408,0.353,0.93,0.551,1.47,0.56h0.001h0c0.011,0,0.021,0,0.032,0c0.542,0,1.066-0.192,1.48-0.539
|
||||||
|
c0.408-0.343,0.686-0.82,0.783-1.342c0.025-0.136,0.038-0.277,0.038-0.417c0-0.407-0.107-0.807-0.309-1.156
|
||||||
|
c-0.265-0.457-0.683-0.813-1.175-1C16.315,13.819,16.041,13.77,15.758,13.77L15.758,13.77z M14.228,18.434
|
||||||
|
c-0.023,0-0.047,0.003-0.069,0.009c-0.07,0.019-0.128,0.063-0.165,0.126l-0.933,1.616l-0.143,0.247h0.285l5.084-0.01h0.285
|
||||||
|
l-0.143-0.246l-0.926-1.597c-0.048-0.082-0.138-0.134-0.234-0.134c-0.046,0-0.093,0.013-0.134,0.035
|
||||||
|
c-0.418,0.239-0.894,0.366-1.378,0.366c-0.491,0-0.973-0.131-1.395-0.377C14.322,18.446,14.275,18.434,14.228,18.434L14.228,18.434
|
||||||
|
z M11.372,23.11l-0.048,0.083L10.42,24.76c-0.036,0.062-0.045,0.136-0.027,0.205c0.019,0.068,0.064,0.128,0.126,0.163
|
||||||
|
c1.594,0.921,3.409,1.407,5.25,1.407c0.898,0,1.793-0.116,2.659-0.346c0.894-0.236,1.755-0.592,2.563-1.059
|
||||||
|
c0.063-0.036,0.107-0.094,0.125-0.164c0.019-0.069,0.009-0.142-0.027-0.205l-0.874-1.506l-0.047-0.081l-0.093-0.001l-8.607-0.063
|
||||||
|
L11.372,23.11L11.372,23.11z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<path fill="#1D536C" d="M22.25,13.139h-0.48v-0.341h0.345c0.237,0,0.429-0.192,0.429-0.428v-1.037
|
||||||
|
c0-0.236-0.192-0.429-0.429-0.429h-0.345v-0.176h0.398c0.237,0,0.429-0.191,0.429-0.429V9.21c0-0.237-0.192-0.429-0.429-0.429
|
||||||
|
h-2.064c-0.112,0-0.214,0.044-0.291,0.114c-0.079-0.072-0.182-0.114-0.291-0.114h-1.162c-0.104,0-0.201,0.037-0.276,0.101
|
||||||
|
c-0.074-0.063-0.171-0.101-0.275-0.101h-1.238c-0.174,0-0.323,0.104-0.391,0.252c-0.067-0.148-0.216-0.252-0.39-0.252H14.55
|
||||||
|
c-0.063,0-0.124,0.015-0.178,0.039c-0.054-0.024-0.114-0.039-0.177-0.039h-1.238c-0.174,0-0.323,0.104-0.391,0.252
|
||||||
|
c-0.067-0.148-0.216-0.252-0.39-0.252h-1.035c-0.143,0-0.27,0.07-0.348,0.178c-0.078-0.109-0.206-0.178-0.347-0.178H9.411
|
||||||
|
c-0.237,0-0.429,0.191-0.429,0.429v5.447c0,0.237,0.192,0.429,0.429,0.429h1.035c0.128,0,0.244-0.057,0.322-0.146
|
||||||
|
c0.079,0.091,0.195,0.146,0.322,0.146h1.085c0.237,0,0.429-0.191,0.429-0.429v-0.723c0.043,0.167,0.113,0.328,0.209,0.482
|
||||||
|
c0.15,0.24,0.373,0.435,0.662,0.577c0.276,0.137,0.593,0.206,0.943,0.206c0.32,0,0.608-0.06,0.854-0.178
|
||||||
|
c0.26-0.126,0.472-0.312,0.63-0.552c0.112-0.171,0.191-0.342,0.238-0.514v0.7c0,0.237,0.192,0.429,0.429,0.429h1.238
|
||||||
|
c0.094,0,0.18-0.03,0.251-0.081c0.07,0.051,0.157,0.081,0.25,0.081h1.28c0.094,0,0.183-0.031,0.256-0.086
|
||||||
|
c0.072,0.054,0.162,0.086,0.258,0.086h2.147c0.237,0,0.429-0.191,0.429-0.429v-1.09C22.678,13.33,22.486,13.139,22.25,13.139z
|
||||||
|
M12.176,14.657H11.09l-0.644-2.477v2.477H9.411V9.21h1.035l0.694,2.453V9.21h1.035V14.657z M15.789,12.851
|
||||||
|
c0,0.412-0.012,0.703-0.036,0.87s-0.093,0.338-0.208,0.515c-0.116,0.176-0.268,0.309-0.458,0.4
|
||||||
|
c-0.189,0.091-0.412,0.136-0.669,0.136c-0.285,0-0.536-0.054-0.753-0.161c-0.218-0.107-0.38-0.248-0.488-0.421
|
||||||
|
c-0.107-0.173-0.171-0.354-0.191-0.546c-0.02-0.192-0.029-0.596-0.029-1.21V9.21h1.238v4.085c0,0.237,0.011,0.39,0.034,0.456
|
||||||
|
c0.022,0.066,0.068,0.099,0.137,0.099c0.078,0,0.129-0.036,0.151-0.108c0.022-0.073,0.034-0.245,0.034-0.518V9.21h1.238V12.851z
|
||||||
|
M18.309,14.657l-0.501-2.335v2.335h-1.238V9.21h1.238v2.116l0.551-2.116h1.162l-0.71,2.459l0.778,2.988H18.309z M22.25,14.657
|
||||||
|
h-2.147V9.21h2.064v1.09h-0.826v1.033h0.773v1.037h-0.773v1.197h0.909V14.657z"/>
|
||||||
|
<polygon fill="#F0EFEF" points="11.141,11.663 10.446,9.21 9.411,9.21 9.411,14.657 10.446,14.657 10.446,12.181 11.09,14.657
|
||||||
|
12.176,14.657 12.176,9.21 11.141,9.21 "/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill="#F0EFEF" d="M14.55,13.224c0,0.272-0.011,0.444-0.034,0.518c-0.022,0.072-0.073,0.108-0.151,0.108
|
||||||
|
c-0.069,0-0.115-0.032-0.137-0.099c-0.023-0.066-0.034-0.219-0.034-0.456V9.21h-1.238v3.224c0,0.614,0.01,1.018,0.029,1.21
|
||||||
|
c0.02,0.191,0.083,0.373,0.191,0.546c0.108,0.173,0.271,0.313,0.488,0.421c0.217,0.107,0.468,0.161,0.753,0.161
|
||||||
|
c0.257,0,0.48-0.045,0.669-0.136c0.189-0.092,0.342-0.225,0.458-0.4c0.115-0.177,0.185-0.348,0.208-0.515s0.036-0.458,0.036-0.87
|
||||||
|
V9.21H14.55V13.224z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<polygon fill="#F0EFEF" points="19.521,9.21 18.359,9.21 17.808,11.326 17.808,9.21 16.569,9.21 16.569,14.657 17.808,14.657
|
||||||
|
17.808,12.322 18.309,14.657 19.588,14.657 18.811,11.669 "/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<polygon fill="#F0EFEF" points="21.341,13.567 21.341,12.37 22.114,12.37 22.114,11.333 21.341,11.333 21.341,10.3 22.167,10.3
|
||||||
|
22.167,9.21 20.103,9.21 20.103,14.657 22.25,14.657 22.25,13.567 "/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#010101" cx="8.699" cy="21.521" r="0.107"/>
|
||||||
|
<path fill="#1D4654" d="M8.699,21.771c-0.138,0-0.25-0.111-0.25-0.249c0-0.139,0.112-0.251,0.25-0.251
|
||||||
|
c0.138,0,0.25,0.112,0.25,0.251C8.949,21.659,8.837,21.771,8.699,21.771z M8.699,21.486c-0.02,0-0.036,0.016-0.036,0.035
|
||||||
|
c0,0.019,0.016,0.034,0.036,0.034s0.035-0.016,0.035-0.034C8.734,21.502,8.719,21.486,8.699,21.486z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill="#010101" d="M10.958,21.1c-0.188,0-0.346,0.058-0.474,0.172c-0.128,0.115-0.207,0.263-0.238,0.441
|
||||||
|
c-0.033,0.193-0.002,0.343,0.091,0.452c0.093,0.108,0.23,0.163,0.409,0.163c0.146,0,0.276-0.037,0.39-0.111
|
||||||
|
c0.113-0.074,0.192-0.183,0.236-0.325l-0.304-0.017c-0.055,0.149-0.147,0.226-0.279,0.226c-0.081,0-0.139-0.027-0.175-0.08
|
||||||
|
c-0.036-0.054-0.041-0.154-0.016-0.305c0.044-0.259,0.149-0.388,0.314-0.388c0.145,0,0.205,0.084,0.181,0.252l0.335-0.019
|
||||||
|
C11.439,21.254,11.282,21.1,10.958,21.1L10.958,21.1z"/>
|
||||||
|
<path fill="#1D4654" d="M10.746,22.472c-0.222,0-0.396-0.072-0.517-0.213c-0.122-0.143-0.164-0.334-0.124-0.569
|
||||||
|
c0.036-0.212,0.131-0.388,0.283-0.524c0.154-0.139,0.346-0.208,0.569-0.208c0.207,0,0.365,0.056,0.471,0.166
|
||||||
|
c0.102,0.104,0.149,0.255,0.143,0.443c-0.003,0.074-0.062,0.134-0.135,0.138l-0.335,0.019c-0.043,0.002-0.084-0.015-0.113-0.046
|
||||||
|
c-0.029-0.032-0.042-0.074-0.036-0.117c0.008-0.055,0.001-0.078-0.001-0.084c-0.005-0.002-0.017-0.005-0.038-0.005
|
||||||
|
c-0.031,0-0.128,0-0.173,0.27c-0.026,0.149-0.009,0.196-0.006,0.201c0.003,0.005,0.014,0.016,0.056,0.016
|
||||||
|
c0.034,0,0.097,0,0.145-0.131c0.021-0.059,0.079-0.097,0.142-0.094l0.305,0.017c0.043,0.002,0.084,0.025,0.109,0.061
|
||||||
|
c0.025,0.037,0.033,0.082,0.019,0.125c-0.054,0.174-0.153,0.31-0.294,0.402C11.077,22.426,10.92,22.472,10.746,22.472z
|
||||||
|
M10.55,21.405c-0.087,0.089-0.141,0.198-0.164,0.332c-0.025,0.15-0.006,0.259,0.059,0.335c0.022,0.025,0.047,0.046,0.077,0.063
|
||||||
|
c-0.01-0.012-0.019-0.022-0.027-0.034c-0.059-0.087-0.07-0.217-0.038-0.409C10.477,21.576,10.507,21.481,10.55,21.405z
|
||||||
|
M11.154,21.275c0.004,0.004,0.008,0.008,0.011,0.012c0.034,0.039,0.056,0.087,0.067,0.142l0.042-0.002
|
||||||
|
c-0.01-0.045-0.028-0.08-0.053-0.106C11.205,21.302,11.182,21.287,11.154,21.275z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<polygon fill="#010101" points="12.754,21.118 11.787,21.118 11.584,22.31 12.551,22.31 12.591,22.074 11.947,22.074
|
||||||
|
11.991,21.814 12.498,21.814 12.536,21.59 12.029,21.59 12.071,21.345 12.715,21.345 "/>
|
||||||
|
<path fill="#1D4654" d="M12.551,22.453h-0.966c-0.042,0-0.082-0.019-0.109-0.051c-0.027-0.032-0.039-0.074-0.031-0.116
|
||||||
|
l0.203-1.191c0.012-0.068,0.071-0.119,0.141-0.119h0.967c0.042,0,0.082,0.019,0.109,0.051c0.027,0.031,0.039,0.074,0.031,0.116
|
||||||
|
l-0.039,0.226c-0.011,0.069-0.071,0.119-0.141,0.119h-0.079c0.003,0.004,0.006,0.007,0.009,0.01
|
||||||
|
c0.027,0.032,0.039,0.075,0.032,0.116l-0.038,0.226c-0.007,0.038-0.029,0.071-0.06,0.093h0.012c0.042,0,0.082,0.019,0.109,0.051
|
||||||
|
s0.039,0.074,0.032,0.116l-0.04,0.235C12.68,22.402,12.621,22.453,12.551,22.453z M11.753,22.167h0.085c0,0,0,0,0-0.001
|
||||||
|
c-0.027-0.032-0.039-0.074-0.032-0.115l0.044-0.261c0.007-0.045,0.036-0.082,0.075-0.103c-0.001-0.002-0.003-0.004-0.005-0.006
|
||||||
|
c-0.027-0.032-0.039-0.074-0.031-0.116l0.042-0.245c0.003-0.021,0.013-0.042,0.025-0.06h-0.047L11.753,22.167z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill="#010101" d="M14.014,21.374c-0.05-0.089-0.113-0.153-0.189-0.194c-0.075-0.041-0.198-0.062-0.366-0.062h-0.413
|
||||||
|
l-0.203,1.191h0.465c0.201,0,0.368-0.057,0.501-0.171c0.134-0.114,0.215-0.257,0.244-0.428
|
||||||
|
C14.078,21.575,14.063,21.463,14.014,21.374z M13.729,21.704c-0.018,0.103-0.061,0.192-0.13,0.268
|
||||||
|
c-0.069,0.076-0.161,0.113-0.276,0.113h-0.131l0.127-0.747h0.134c0.066,0,0.121,0.011,0.165,0.036
|
||||||
|
c0.044,0.024,0.076,0.068,0.098,0.13C13.737,21.564,13.742,21.632,13.729,21.704z"/>
|
||||||
|
<path fill="#1D4654" d="M13.309,22.453h-0.465c-0.042,0-0.083-0.019-0.109-0.051s-0.039-0.074-0.032-0.116l0.203-1.191
|
||||||
|
c0.012-0.068,0.071-0.119,0.141-0.119h0.413c0.194,0,0.336,0.025,0.434,0.079c0.099,0.053,0.181,0.138,0.245,0.249
|
||||||
|
c0.067,0.118,0.086,0.263,0.058,0.432c-0.035,0.203-0.133,0.376-0.292,0.512C13.744,22.384,13.543,22.453,13.309,22.453z
|
||||||
|
M13.012,22.167h0.063c-0.021-0.03-0.03-0.068-0.023-0.105l0.127-0.748c0.003-0.02,0.01-0.037,0.02-0.053h-0.033L13.012,22.167z
|
||||||
|
M13.764,21.31c0.037,0.039,0.066,0.088,0.086,0.146c0.03,0.085,0.037,0.176,0.02,0.272c-0.015,0.087-0.045,0.168-0.09,0.239
|
||||||
|
c0.071-0.08,0.115-0.172,0.133-0.28c0.017-0.103,0.009-0.184-0.024-0.242C13.854,21.382,13.813,21.338,13.764,21.31z
|
||||||
|
M13.44,21.479l-0.078,0.461c0.055-0.006,0.098-0.027,0.132-0.064c0.05-0.057,0.082-0.12,0.095-0.195
|
||||||
|
c0.008-0.049,0.005-0.091-0.008-0.13c-0.005-0.016-0.017-0.044-0.033-0.053c-0.021-0.012-0.053-0.019-0.094-0.019H13.44z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill="#010101" d="M15.083,21.118h-0.367l-0.637,1.191h0.278l0.127-0.245h0.438l0.042,0.245h0.34L15.083,21.118z
|
||||||
|
M14.597,21.845l0.216-0.418l0.071,0.418H14.597z"/>
|
||||||
|
<path fill="#1D4654" d="M15.303,22.453h-0.34c-0.07,0-0.129-0.051-0.141-0.119L14.8,22.208h-0.23l-0.086,0.168
|
||||||
|
c-0.024,0.047-0.074,0.077-0.127,0.077h-0.278c-0.05,0-0.097-0.027-0.123-0.069c-0.025-0.044-0.027-0.097-0.003-0.142l0.637-1.191
|
||||||
|
c0.025-0.046,0.073-0.075,0.126-0.075h0.367c0.068,0,0.128,0.049,0.141,0.116l0.22,1.192c0.008,0.042-0.003,0.084-0.03,0.117
|
||||||
|
C15.386,22.435,15.346,22.453,15.303,22.453z M15.083,22.167h0.048l-0.167-0.906h-0.163l-0.013,0.024
|
||||||
|
c0.015-0.003,0.031-0.003,0.046,0c0.061,0.01,0.109,0.057,0.119,0.117l0.071,0.418c0.007,0.042-0.005,0.085-0.032,0.116
|
||||||
|
c-0.001,0.001-0.002,0.002-0.003,0.003c0.037,0.021,0.064,0.057,0.072,0.102L15.083,22.167z M14.463,21.895l-0.018,0.032
|
||||||
|
c0.01-0.002,0.021-0.004,0.032-0.005c-0.001-0.001-0.002-0.002-0.002-0.003C14.47,21.911,14.466,21.902,14.463,21.895z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#010101" d="M16.751,21.275c-0.034-0.061-0.082-0.102-0.145-0.123
|
||||||
|
c-0.063-0.023-0.148-0.034-0.258-0.034h-0.595l-0.202,1.191h0.318l0.081-0.472h0.227l0.127,0.472h0.35l-0.16-0.526
|
||||||
|
c0.167-0.063,0.263-0.165,0.288-0.308C16.795,21.401,16.784,21.335,16.751,21.275z M16.455,21.477
|
||||||
|
c-0.006,0.035-0.022,0.066-0.05,0.094c-0.027,0.026-0.055,0.044-0.085,0.053c-0.03,0.008-0.077,0.011-0.141,0.011h-0.194
|
||||||
|
l0.051-0.304h0.188c0.073,0,0.122,0.003,0.147,0.009c0.025,0.007,0.047,0.022,0.065,0.049S16.46,21.444,16.455,21.477z"/>
|
||||||
|
<path fill="#1D4654" d="M16.655,22.453h-0.35c-0.064,0-0.121-0.044-0.138-0.105l-0.097-0.361l-0.059,0.348
|
||||||
|
c-0.012,0.068-0.072,0.119-0.142,0.119h-0.318c-0.042,0-0.082-0.019-0.109-0.051s-0.039-0.074-0.032-0.116l0.204-1.191
|
||||||
|
c0.012-0.068,0.071-0.119,0.14-0.119h0.595c0.127,0,0.228,0.013,0.307,0.041c0.096,0.035,0.17,0.098,0.221,0.188
|
||||||
|
c0.05,0.089,0.065,0.188,0.047,0.294c-0.019,0.112-0.08,0.257-0.256,0.359l0.125,0.41c0.013,0.043,0.005,0.09-0.022,0.127
|
||||||
|
C16.743,22.432,16.7,22.453,16.655,22.453z M16.414,22.167h0.048l-0.104-0.343c-0.006-0.021-0.008-0.043-0.004-0.063
|
||||||
|
c-0.015,0.004-0.032,0.008-0.05,0.01c0.005,0.01,0.009,0.02,0.012,0.029L16.414,22.167z M15.719,22.167h0.03l0.06-0.354
|
||||||
|
c0.007-0.04,0.03-0.072,0.061-0.094c-0.023-0.031-0.033-0.071-0.026-0.109l0.052-0.304c0.003-0.017,0.009-0.032,0.016-0.046
|
||||||
|
h-0.038L15.719,22.167z M16.531,21.278c0.008,0.009,0.016,0.018,0.023,0.028c0.04,0.058,0.054,0.124,0.042,0.194
|
||||||
|
c-0.004,0.026-0.012,0.052-0.023,0.075c0.048-0.043,0.063-0.09,0.069-0.125c0.007-0.042,0.002-0.075-0.016-0.106
|
||||||
|
c-0.017-0.03-0.037-0.048-0.067-0.059C16.551,21.283,16.542,21.28,16.531,21.278z M16.154,21.491h0.025
|
||||||
|
c0.072,0,0.098-0.005,0.104-0.007c0.003-0.001,0.008-0.004,0.015-0.01c-0.017-0.001-0.042-0.002-0.075-0.002h-0.066L16.154,21.491
|
||||||
|
z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill="#010101" d="M18.344,21.1c-0.188,0-0.345,0.058-0.473,0.172c-0.128,0.115-0.208,0.263-0.238,0.441
|
||||||
|
c-0.032,0.193-0.002,0.343,0.092,0.452c0.093,0.108,0.229,0.163,0.409,0.163c0.146,0,0.276-0.037,0.389-0.111
|
||||||
|
c0.114-0.074,0.192-0.183,0.236-0.325l-0.304-0.017c-0.055,0.149-0.148,0.226-0.279,0.226c-0.081,0-0.14-0.027-0.176-0.08
|
||||||
|
c-0.036-0.054-0.041-0.154-0.015-0.305c0.044-0.259,0.148-0.388,0.314-0.388c0.145,0,0.205,0.084,0.181,0.252l0.335-0.019
|
||||||
|
C18.826,21.254,18.669,21.1,18.344,21.1L18.344,21.1z"/>
|
||||||
|
<path fill="#1D4654" d="M18.133,22.472c-0.222,0-0.396-0.072-0.518-0.213c-0.122-0.143-0.164-0.334-0.124-0.569
|
||||||
|
c0.036-0.212,0.131-0.388,0.283-0.524c0.155-0.139,0.346-0.208,0.569-0.208c0.207,0,0.365,0.056,0.471,0.166
|
||||||
|
c0.102,0.104,0.149,0.255,0.143,0.443c-0.003,0.074-0.061,0.134-0.135,0.138l-0.335,0.019c-0.043,0.002-0.084-0.015-0.113-0.046
|
||||||
|
c-0.029-0.032-0.042-0.074-0.036-0.117c0.008-0.055,0.001-0.078-0.001-0.084c-0.005-0.002-0.017-0.005-0.039-0.005
|
||||||
|
c-0.031,0-0.127,0-0.173,0.27c-0.026,0.149-0.008,0.196-0.006,0.201c0.004,0.005,0.014,0.016,0.057,0.016
|
||||||
|
c0.034,0,0.097,0,0.144-0.131c0.022-0.059,0.08-0.097,0.142-0.094l0.305,0.017c0.044,0.002,0.084,0.025,0.109,0.061
|
||||||
|
c0.025,0.037,0.032,0.082,0.02,0.125c-0.054,0.174-0.153,0.31-0.295,0.402C18.464,22.426,18.307,22.472,18.133,22.472z
|
||||||
|
M17.937,21.405c-0.087,0.089-0.141,0.198-0.164,0.332c-0.025,0.15-0.006,0.259,0.059,0.335c0.022,0.025,0.047,0.046,0.077,0.063
|
||||||
|
c-0.011-0.012-0.02-0.022-0.027-0.034c-0.059-0.087-0.071-0.217-0.039-0.409C17.863,21.576,17.894,21.481,17.937,21.405z
|
||||||
|
M18.541,21.275c0.004,0.004,0.007,0.008,0.011,0.012c0.034,0.039,0.056,0.087,0.067,0.142l0.042-0.002
|
||||||
|
c-0.01-0.045-0.028-0.08-0.053-0.106C18.591,21.302,18.568,21.287,18.541,21.275z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill="#010101" d="M20.171,21.275c-0.033-0.061-0.082-0.102-0.144-0.123c-0.063-0.023-0.148-0.034-0.259-0.034h-0.595
|
||||||
|
l-0.203,1.191h0.319l0.08-0.472h0.227l0.127,0.472h0.35l-0.16-0.526c0.167-0.063,0.263-0.165,0.287-0.308
|
||||||
|
C20.215,21.401,20.205,21.335,20.171,21.275z M19.875,21.477c-0.006,0.035-0.022,0.066-0.049,0.094
|
||||||
|
c-0.027,0.026-0.056,0.044-0.085,0.053c-0.03,0.008-0.077,0.011-0.141,0.011h-0.194l0.052-0.304h0.188
|
||||||
|
c0.073,0,0.122,0.003,0.147,0.009c0.025,0.007,0.047,0.022,0.065,0.049C19.875,21.414,19.881,21.444,19.875,21.477z"/>
|
||||||
|
<path fill="#1D4654" d="M20.075,22.453h-0.35c-0.064,0-0.121-0.044-0.138-0.105l-0.097-0.361l-0.059,0.348
|
||||||
|
c-0.012,0.068-0.071,0.119-0.141,0.119h-0.319c-0.042,0-0.082-0.019-0.109-0.051c-0.027-0.032-0.039-0.074-0.032-0.116
|
||||||
|
l0.203-1.191c0.012-0.068,0.071-0.119,0.141-0.119h0.595c0.128,0,0.228,0.013,0.307,0.041c0.096,0.035,0.17,0.098,0.221,0.188
|
||||||
|
c0.05,0.089,0.066,0.188,0.048,0.294c-0.02,0.112-0.081,0.257-0.256,0.359l0.124,0.41c0.013,0.043,0.005,0.09-0.021,0.127
|
||||||
|
C20.163,22.432,20.121,22.453,20.075,22.453z M19.835,22.167h0.048l-0.104-0.343c-0.007-0.021-0.008-0.043-0.004-0.063
|
||||||
|
c-0.015,0.004-0.032,0.008-0.051,0.01c0.005,0.01,0.009,0.02,0.012,0.029L19.835,22.167z M19.14,22.167h0.03l0.06-0.354
|
||||||
|
c0.007-0.04,0.029-0.072,0.061-0.094c-0.023-0.031-0.033-0.071-0.026-0.109l0.052-0.304c0.003-0.017,0.008-0.032,0.016-0.046
|
||||||
|
h-0.038L19.14,22.167z M19.952,21.278c0.008,0.009,0.015,0.018,0.022,0.028c0.04,0.058,0.054,0.124,0.042,0.194
|
||||||
|
c-0.004,0.026-0.012,0.052-0.023,0.075c0.048-0.043,0.063-0.09,0.069-0.125c0.007-0.042,0.002-0.075-0.016-0.106
|
||||||
|
c-0.016-0.03-0.037-0.048-0.067-0.059C19.972,21.283,19.963,21.28,19.952,21.278z M19.575,21.491H19.6
|
||||||
|
c0.071,0,0.098-0.005,0.104-0.007c0.003-0.001,0.008-0.004,0.015-0.01c-0.017-0.001-0.041-0.002-0.074-0.002h-0.067L19.575,21.491
|
||||||
|
z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<polygon fill="#010101" points="21.577,21.118 20.61,21.118 20.407,22.31 21.374,22.31 21.414,22.074 20.77,22.074 20.814,21.814
|
||||||
|
21.32,21.814 21.358,21.59 20.852,21.59 20.894,21.345 21.538,21.345 "/>
|
||||||
|
<path fill="#1D4654" d="M21.374,22.453h-0.966c-0.042,0-0.082-0.019-0.109-0.051s-0.039-0.074-0.032-0.116l0.203-1.191
|
||||||
|
c0.012-0.068,0.071-0.119,0.141-0.119h0.967c0.042,0,0.082,0.019,0.109,0.051c0.027,0.031,0.039,0.074,0.032,0.116l-0.039,0.226
|
||||||
|
c-0.012,0.069-0.071,0.119-0.141,0.119h-0.079c0.003,0.004,0.006,0.007,0.009,0.01c0.027,0.032,0.039,0.075,0.032,0.116
|
||||||
|
l-0.039,0.226c-0.006,0.038-0.029,0.071-0.06,0.093h0.012c0.042,0,0.082,0.019,0.109,0.051c0.027,0.032,0.039,0.074,0.031,0.116
|
||||||
|
l-0.04,0.235C21.503,22.402,21.443,22.453,21.374,22.453z M20.576,22.167h0.085c0,0,0,0-0.001-0.001
|
||||||
|
c-0.027-0.032-0.039-0.074-0.032-0.115l0.044-0.261c0.008-0.045,0.036-0.082,0.075-0.103c-0.001-0.002-0.003-0.004-0.005-0.006
|
||||||
|
c-0.027-0.032-0.039-0.074-0.032-0.116l0.042-0.245c0.004-0.021,0.013-0.042,0.026-0.06H20.73L20.576,22.167z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<polygon fill="#010101" points="22.835,21.118 21.868,21.118 21.666,22.31 22.632,22.31 22.672,22.074 22.028,22.074
|
||||||
|
22.072,21.814 22.579,21.814 22.617,21.59 22.11,21.59 22.152,21.345 22.797,21.345 "/>
|
||||||
|
<path fill="#1D4654" d="M22.632,22.453h-0.967c-0.042,0-0.082-0.019-0.109-0.051c-0.027-0.032-0.039-0.074-0.032-0.116
|
||||||
|
l0.203-1.191c0.012-0.068,0.071-0.119,0.141-0.119h0.967c0.042,0,0.082,0.019,0.109,0.051c0.027,0.031,0.039,0.074,0.032,0.116
|
||||||
|
l-0.039,0.226c-0.012,0.069-0.072,0.119-0.141,0.119h-0.08c0.003,0.004,0.006,0.007,0.009,0.01
|
||||||
|
c0.027,0.032,0.039,0.075,0.032,0.116l-0.039,0.226c-0.006,0.038-0.028,0.071-0.059,0.093h0.012c0.042,0,0.082,0.019,0.109,0.051
|
||||||
|
c0.027,0.032,0.039,0.074,0.031,0.116l-0.041,0.235C22.761,22.402,22.702,22.453,22.632,22.453z M21.834,22.167h0.085
|
||||||
|
c0,0,0,0,0-0.001c-0.027-0.032-0.039-0.074-0.032-0.115l0.044-0.261c0.008-0.045,0.037-0.082,0.075-0.103
|
||||||
|
c-0.002-0.002-0.003-0.004-0.005-0.006c-0.027-0.032-0.039-0.074-0.031-0.116l0.042-0.245c0.004-0.021,0.013-0.042,0.025-0.06
|
||||||
|
h-0.047L21.834,22.167z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<polygon fill="#010101" points="23.127,21.118 22.924,22.31 23.235,22.31 23.282,22.036 23.513,21.792 23.695,22.31
|
||||||
|
24.044,22.31 23.769,21.544 24.166,21.118 23.863,21.118 23.343,21.679 23.438,21.118 "/>
|
||||||
|
<path fill="#1D4654" d="M24.044,22.453L24.044,22.453h-0.349c-0.061,0-0.115-0.038-0.135-0.096l-0.104-0.297l-0.041,0.042
|
||||||
|
l-0.04,0.231c-0.011,0.068-0.071,0.119-0.141,0.119h-0.312c-0.042,0-0.082-0.019-0.109-0.051
|
||||||
|
c-0.027-0.032-0.039-0.074-0.032-0.116l0.203-1.191c0.012-0.068,0.071-0.119,0.141-0.119h0.312c0.042,0,0.082,0.019,0.109,0.051
|
||||||
|
c0.027,0.031,0.039,0.074,0.032,0.116l-0.015,0.088l0.194-0.21c0.027-0.028,0.065-0.045,0.105-0.045h0.303
|
||||||
|
c0.057,0,0.108,0.033,0.131,0.086c0.022,0.052,0.013,0.112-0.026,0.153l-0.338,0.362l0.244,0.678
|
||||||
|
c0.006,0.017,0.011,0.035,0.011,0.055C24.188,22.389,24.124,22.453,24.044,22.453z M23.796,22.167h0.045l-0.208-0.575
|
||||||
|
c-0.001-0.005-0.002-0.009-0.004-0.014l-0.072,0.078c0.042,0.015,0.076,0.046,0.091,0.089L23.796,22.167z M23.093,22.167h0.021
|
||||||
|
l0.026-0.154c0.004-0.027,0.018-0.054,0.037-0.074l0.119-0.125c-0.006-0.003-0.011-0.004-0.017-0.007
|
||||||
|
c-0.057-0.028-0.088-0.09-0.078-0.153l0.067-0.393h-0.021L23.093,22.167z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#010101" d="M9.466,22.581c-0.271,0.245-0.976,0.266-1.419-0.273
|
||||||
|
c0.012-0.131,0.049-0.223,0.097-0.324c0.021,0.04,0.064,0.103,0.09,0.133c0.114,0.137,0.569,0.668,1.165,0.353
|
||||||
|
c0.2-0.105,0.293-0.419,0.34-0.551c0.01-0.028,0.021-0.023,0.021-0.001C9.75,22.048,9.725,22.347,9.466,22.581z"/>
|
||||||
|
<path fill="#1D4654" d="M8.952,22.889c-0.389,0-0.759-0.179-1.016-0.491c-0.024-0.029-0.036-0.066-0.032-0.104
|
||||||
|
c0.015-0.158,0.063-0.269,0.11-0.37c0.023-0.049,0.072-0.081,0.126-0.082c0.054-0.002,0.105,0.028,0.13,0.076
|
||||||
|
C8.285,21.946,8.322,22,8.343,22.024c0.275,0.331,0.521,0.4,0.681,0.4c0.102,0,0.206-0.028,0.308-0.082
|
||||||
|
c0.132-0.07,0.217-0.315,0.258-0.434c0.005-0.014,0.009-0.027,0.014-0.039c0.039-0.106,0.124-0.114,0.149-0.114
|
||||||
|
c0.041,0,0.079,0.017,0.107,0.046c0.021,0.022,0.045,0.063,0.042,0.125c-0.007,0.118-0.03,0.479-0.339,0.76
|
||||||
|
C9.42,22.815,9.197,22.889,8.952,22.889z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#010101" d="M9.491,20.786c0.053,0.083,0.07,0.124,0.098,0.188
|
||||||
|
c0.039,0.084,0.006,0.063-0.022,0.019c-0.042-0.065-0.076-0.108-0.15-0.19C9.44,20.794,9.469,20.788,9.491,20.786z"/>
|
||||||
|
<path fill="#1D4654" d="M9.604,21.175c-0.09,0-0.141-0.08-0.157-0.105c-0.035-0.056-0.063-0.092-0.135-0.171
|
||||||
|
c-0.032-0.036-0.044-0.085-0.032-0.131c0.011-0.046,0.045-0.084,0.09-0.1c0.033-0.012,0.073-0.021,0.108-0.024
|
||||||
|
c0.054-0.005,0.106,0.02,0.135,0.066c0.053,0.083,0.074,0.131,0.099,0.188l0.008,0.019c0.019,0.041,0.054,0.119,0.006,0.192
|
||||||
|
C9.699,21.15,9.653,21.175,9.604,21.175z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill="#010101" d="M9.28,20.478c-0.342-0.368-0.918-0.34-1.259-0.094c-0.348,0.25-0.513,0.711-0.313,1.293
|
||||||
|
c0.053-0.122,0.143-0.299,0.266-0.451c-0.015-0.252,0.021-0.372,0.121-0.514c0.26-0.365,0.707-0.404,0.99-0.199
|
||||||
|
C9.153,20.494,9.247,20.483,9.28,20.478z"/>
|
||||||
|
<path fill="#1D4654" d="M7.708,21.819c-0.002,0-0.004,0-0.005,0c-0.059-0.002-0.111-0.04-0.13-0.097
|
||||||
|
c-0.105-0.306-0.122-0.594-0.051-0.854c0.067-0.245,0.21-0.453,0.416-0.601c0.186-0.134,0.432-0.212,0.676-0.212
|
||||||
|
c0.304,0,0.578,0.116,0.771,0.323c0.037,0.039,0.048,0.096,0.03,0.146s-0.061,0.086-0.113,0.094
|
||||||
|
c-0.006,0.001-0.014,0.002-0.023,0.004c-0.038,0.005-0.108,0.015-0.156,0.027c-0.042,0.012-0.086,0.003-0.122-0.022
|
||||||
|
c-0.085-0.063-0.194-0.097-0.305-0.097c-0.189,0-0.366,0.096-0.484,0.264c-0.077,0.107-0.109,0.194-0.095,0.422
|
||||||
|
c0.002,0.036-0.009,0.071-0.031,0.099c-0.125,0.154-0.208,0.328-0.246,0.418C7.817,21.786,7.765,21.819,7.708,21.819z
|
||||||
|
M8.043,20.548c-0.202,0.176-0.296,0.427-0.276,0.721c0.02-0.029,0.04-0.059,0.062-0.088c-0.008-0.239,0.033-0.388,0.15-0.552
|
||||||
|
C8,20.601,8.021,20.574,8.043,20.548z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#010101" d="M8.926,22.494c0.072-0.05,0.108-0.091,0.165-0.131
|
||||||
|
c0.038-0.027,0.051-0.059-0.019-0.011c-0.063,0.044-0.11,0.078-0.193,0.123C8.891,22.483,8.912,22.492,8.926,22.494z"/>
|
||||||
|
<path fill="#1D4654" d="M8.926,22.637c-0.006,0-0.012,0-0.018-0.001c-0.045-0.005-0.089-0.028-0.113-0.046
|
||||||
|
c-0.04-0.028-0.061-0.075-0.058-0.125c0.004-0.049,0.032-0.093,0.075-0.116c0.066-0.035,0.106-0.063,0.157-0.099l0.022-0.015
|
||||||
|
c0.044-0.03,0.083-0.051,0.128-0.051c0.064,0,0.12,0.041,0.139,0.102c0.013,0.041,0.02,0.12-0.084,0.193
|
||||||
|
c-0.021,0.016-0.039,0.03-0.06,0.048c-0.029,0.025-0.061,0.053-0.107,0.085C8.983,22.628,8.955,22.637,8.926,22.637z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#010101" d="M9.821,20.665c-0.241-0.282-1.185-0.117-1.694,0.53
|
||||||
|
c-0.51,0.646-0.628,1.273-0.229,1.555c0.192,0.136,0.413,0.106,0.652-0.01c-0.044-0.021-0.089-0.031-0.148-0.067
|
||||||
|
c-0.185,0.045-0.289,0.015-0.386-0.146c-0.197-0.322,0.179-0.907,0.451-1.187c0.185-0.188,0.96-0.816,1.32-0.58
|
||||||
|
c0.118,0.077,0.13,0.245,0.113,0.387c-0.012,0.092,0,0.092,0.021,0.005C9.957,21.007,9.948,20.813,9.821,20.665z"/>
|
||||||
|
<path fill="#1D4654" d="M8.181,22.983c-0.134,0-0.257-0.039-0.365-0.116c-0.161-0.113-0.262-0.278-0.291-0.479
|
||||||
|
c-0.052-0.359,0.121-0.814,0.489-1.282c0.176-0.224,0.413-0.41,0.685-0.539c0.242-0.114,0.5-0.178,0.726-0.178
|
||||||
|
c0.228,0,0.402,0.063,0.504,0.183c0.137,0.16,0.186,0.39,0.13,0.613c-0.006,0.026-0.012,0.047-0.018,0.063
|
||||||
|
c-0.037,0.1-0.112,0.11-0.144,0.11l0,0c-0.041,0-0.08-0.019-0.108-0.049c-0.048-0.055-0.04-0.121-0.032-0.181
|
||||||
|
c0.016-0.126-0.003-0.22-0.049-0.251c-0.03-0.02-0.067-0.028-0.115-0.028c-0.32,0-0.856,0.417-1.025,0.59
|
||||||
|
c-0.114,0.117-0.272,0.32-0.374,0.537c-0.097,0.208-0.117,0.377-0.057,0.476c0.055,0.09,0.089,0.096,0.131,0.096
|
||||||
|
c0.027,0,0.06-0.005,0.101-0.015c0.036-0.009,0.074-0.002,0.106,0.017c0.026,0.015,0.048,0.024,0.075,0.034
|
||||||
|
c0.021,0.008,0.041,0.017,0.064,0.027c0.049,0.025,0.079,0.075,0.079,0.129c0,0.055-0.032,0.104-0.08,0.128
|
||||||
|
C8.454,22.945,8.313,22.983,8.181,22.983z M9.036,20.741c-0.277,0.088-0.578,0.266-0.797,0.542
|
||||||
|
c-0.314,0.399-0.471,0.787-0.431,1.064c0.005,0.032,0.013,0.063,0.023,0.093c-0.034-0.163,0.001-0.361,0.105-0.583
|
||||||
|
c0.099-0.213,0.259-0.442,0.429-0.616c0.093-0.096,0.289-0.26,0.5-0.396C8.923,20.807,8.98,20.771,9.036,20.741z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<circle fill-rule="evenodd" clip-rule="evenodd" fill="#C52A29" cx="8.699" cy="21.521" r="0.107"/>
|
||||||
|
</g>
|
||||||
|
<path fill="#C52A29" d="M10.958,21.1c-0.188,0-0.346,0.058-0.474,0.172c-0.128,0.115-0.207,0.263-0.238,0.441
|
||||||
|
c-0.033,0.193-0.002,0.343,0.091,0.452c0.093,0.108,0.23,0.163,0.409,0.163c0.146,0,0.276-0.037,0.39-0.111
|
||||||
|
c0.113-0.074,0.192-0.183,0.236-0.325l-0.304-0.017c-0.055,0.149-0.147,0.226-0.279,0.226c-0.081,0-0.139-0.027-0.175-0.08
|
||||||
|
c-0.036-0.054-0.041-0.154-0.016-0.305c0.044-0.259,0.149-0.388,0.314-0.388c0.145,0,0.205,0.084,0.181,0.252l0.335-0.019
|
||||||
|
C11.439,21.254,11.282,21.1,10.958,21.1L10.958,21.1z"/>
|
||||||
|
<polygon fill="#C52A29" points="12.754,21.118 11.787,21.118 11.584,22.31 12.551,22.31 12.591,22.074 11.947,22.074
|
||||||
|
11.991,21.814 12.498,21.814 12.536,21.59 12.029,21.59 12.071,21.345 12.715,21.345 "/>
|
||||||
|
<path fill="#C52A29" d="M14.014,21.374c-0.05-0.089-0.113-0.153-0.189-0.194c-0.075-0.041-0.198-0.062-0.366-0.062h-0.413
|
||||||
|
l-0.203,1.191h0.465c0.201,0,0.368-0.057,0.501-0.171c0.134-0.114,0.215-0.257,0.244-0.428
|
||||||
|
C14.078,21.575,14.063,21.463,14.014,21.374z M13.729,21.704c-0.018,0.103-0.061,0.192-0.13,0.268
|
||||||
|
c-0.069,0.076-0.161,0.113-0.276,0.113h-0.131l0.127-0.747h0.134c0.066,0,0.121,0.011,0.165,0.036
|
||||||
|
c0.044,0.024,0.076,0.068,0.098,0.13C13.737,21.564,13.742,21.632,13.729,21.704z"/>
|
||||||
|
<path fill="#C52A29" d="M15.083,21.118h-0.367l-0.637,1.191h0.278l0.127-0.245h0.438l0.042,0.245h0.34L15.083,21.118z
|
||||||
|
M14.597,21.845l0.216-0.418l0.071,0.418H14.597z"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#C52A29" d="M16.751,21.275c-0.034-0.061-0.082-0.102-0.145-0.123
|
||||||
|
c-0.063-0.023-0.148-0.034-0.258-0.034h-0.595l-0.202,1.191h0.318l0.081-0.472h0.227l0.127,0.472h0.35l-0.16-0.526
|
||||||
|
c0.167-0.063,0.263-0.165,0.288-0.308C16.795,21.401,16.784,21.335,16.751,21.275z M16.455,21.477
|
||||||
|
c-0.006,0.035-0.022,0.066-0.05,0.094c-0.027,0.026-0.055,0.044-0.085,0.053c-0.03,0.008-0.077,0.011-0.141,0.011h-0.194
|
||||||
|
l0.051-0.304h0.188c0.073,0,0.122,0.003,0.147,0.009c0.025,0.007,0.047,0.022,0.065,0.049S16.46,21.444,16.455,21.477z"/>
|
||||||
|
<path fill="#C52A29" d="M18.344,21.1c-0.188,0-0.345,0.058-0.473,0.172c-0.128,0.115-0.208,0.263-0.238,0.441
|
||||||
|
c-0.032,0.193-0.002,0.343,0.092,0.452c0.093,0.108,0.229,0.163,0.409,0.163c0.146,0,0.276-0.037,0.389-0.111
|
||||||
|
c0.114-0.074,0.192-0.183,0.236-0.325l-0.304-0.017c-0.055,0.149-0.148,0.226-0.279,0.226c-0.081,0-0.14-0.027-0.176-0.08
|
||||||
|
c-0.036-0.054-0.041-0.154-0.015-0.305c0.044-0.259,0.148-0.388,0.314-0.388c0.145,0,0.205,0.084,0.181,0.252l0.335-0.019
|
||||||
|
C18.826,21.254,18.669,21.1,18.344,21.1L18.344,21.1z"/>
|
||||||
|
<path fill="#C52A29" d="M20.171,21.275c-0.033-0.061-0.082-0.102-0.144-0.123c-0.063-0.023-0.148-0.034-0.259-0.034h-0.595
|
||||||
|
l-0.203,1.191h0.319l0.08-0.472h0.227l0.127,0.472h0.35l-0.16-0.526c0.167-0.063,0.263-0.165,0.287-0.308
|
||||||
|
C20.215,21.401,20.205,21.335,20.171,21.275z M19.875,21.477c-0.006,0.035-0.022,0.066-0.049,0.094
|
||||||
|
c-0.027,0.026-0.056,0.044-0.085,0.053c-0.03,0.008-0.077,0.011-0.141,0.011h-0.194l0.052-0.304h0.188
|
||||||
|
c0.073,0,0.122,0.003,0.147,0.009c0.025,0.007,0.047,0.022,0.065,0.049C19.875,21.414,19.881,21.444,19.875,21.477z"/>
|
||||||
|
<polygon fill="#C52A29" points="21.577,21.118 20.61,21.118 20.407,22.31 21.374,22.31 21.414,22.074 20.77,22.074 20.814,21.814
|
||||||
|
21.32,21.814 21.358,21.59 20.852,21.59 20.894,21.345 21.538,21.345 "/>
|
||||||
|
<polygon fill="#C52A29" points="22.835,21.118 21.868,21.118 21.666,22.31 22.632,22.31 22.672,22.074 22.028,22.074
|
||||||
|
22.072,21.814 22.579,21.814 22.617,21.59 22.11,21.59 22.152,21.345 22.797,21.345 "/>
|
||||||
|
<g>
|
||||||
|
<polygon fill="#C52A29" points="23.127,21.118 22.924,22.31 23.235,22.31 23.282,22.036 23.513,21.792 23.695,22.31 24.044,22.31
|
||||||
|
23.769,21.544 24.166,21.118 23.863,21.118 23.343,21.679 23.438,21.118 "/>
|
||||||
|
</g>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#C52A29" d="M9.466,22.581c-0.271,0.245-0.976,0.266-1.419-0.273
|
||||||
|
c0.012-0.131,0.049-0.223,0.097-0.324c0.021,0.04,0.064,0.103,0.09,0.133c0.114,0.137,0.569,0.668,1.165,0.353
|
||||||
|
c0.2-0.105,0.293-0.419,0.34-0.551c0.01-0.028,0.021-0.023,0.021-0.001C9.75,22.048,9.725,22.347,9.466,22.581z"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#C52A29" d="M9.491,20.786c0.053,0.083,0.07,0.124,0.098,0.188
|
||||||
|
c0.039,0.084,0.006,0.063-0.022,0.019c-0.042-0.065-0.076-0.108-0.15-0.19C9.44,20.794,9.469,20.788,9.491,20.786z"/>
|
||||||
|
<path fill="#C52A29" d="M9.28,20.478c-0.342-0.368-0.918-0.34-1.259-0.094c-0.348,0.25-0.513,0.711-0.313,1.293
|
||||||
|
c0.053-0.122,0.143-0.299,0.266-0.451c-0.015-0.252,0.021-0.372,0.121-0.514c0.26-0.365,0.707-0.404,0.99-0.199
|
||||||
|
C9.153,20.494,9.247,20.483,9.28,20.478z"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#C52A29" d="M8.926,22.494c0.072-0.05,0.108-0.091,0.165-0.131
|
||||||
|
c0.038-0.027,0.051-0.059-0.019-0.011c-0.063,0.044-0.11,0.078-0.193,0.123C8.891,22.483,8.912,22.492,8.926,22.494z"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" fill="#C52A29" d="M9.821,20.665c-0.241-0.282-1.185-0.117-1.694,0.53
|
||||||
|
c-0.51,0.646-0.628,1.273-0.229,1.555c0.192,0.136,0.413,0.106,0.652-0.01c-0.044-0.021-0.089-0.031-0.148-0.067
|
||||||
|
c-0.185,0.045-0.289,0.015-0.386-0.146c-0.197-0.322,0.179-0.907,0.451-1.187c0.185-0.188,0.96-0.816,1.32-0.58
|
||||||
|
c0.118,0.077,0.13,0.245,0.113,0.387c-0.012,0.092,0,0.092,0.021,0.005C9.957,21.007,9.948,20.813,9.821,20.665z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 69 KiB |
97
public/assets/img/mapicons/map_icon_de_overpass.svg
Normal file
@ -0,0 +1,97 @@
|
|||||||
|
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_22_35)">
|
||||||
|
<path d="M16.0004 31.2194C24.4056 31.2194 31.2194 24.4056 31.2194 16.0004C31.2194 7.59521 24.4056 0.781448 16.0004 0.781448C7.5952 0.781448 0.781441 7.59521 0.781441 16.0004C0.781441 24.4056 7.5952 31.2194 16.0004 31.2194Z" fill="url(#paint0_radial_22_35)"/>
|
||||||
|
<path d="M29.0168 15.8374L16.4909 15.9548L28.8278 13.7808L28.7683 13.4613L16.4323 15.8741L28.1343 11.2849L28.0129 10.9834L16.3907 15.7943L26.9349 8.93565L26.7548 8.66512L16.3492 15.7144L25.3199 6.91075L25.0893 6.68096L16.3149 15.6207L23.5011 5.36009L23.233 5.17593L16.2172 15.6052L21.2464 4.08566L20.9466 3.95855L16.1308 15.5783L18.7367 3.27244L18.4181 3.20807L16.0452 15.5514L16.1626 2.98317H15.8374L15.9548 15.5091L13.7808 3.17221L13.4613 3.2317L15.8741 15.5669L11.2849 3.86565L10.9834 3.98707L15.7943 15.6093L8.93565 5.06511L8.66512 5.2452L15.7144 15.6508L6.91075 6.68096L6.68096 6.91075L15.6207 15.6851L5.36009 8.49889L5.17593 8.76698L15.6052 15.7828L4.08566 10.7544L3.95855 11.0534L15.5775 15.8692L3.27244 13.2633L3.20807 13.5819L15.5514 15.9556L2.98317 15.8374V16.1626L15.5091 16.0452L3.17221 18.2192L3.2317 18.5387L15.5669 16.1259L3.86565 20.7151L3.98707 21.0166L15.6093 16.2058L5.06511 23.0643L5.2452 23.3349L15.6508 16.2856L6.68096 25.0893L6.91075 25.3199L15.6851 16.3793L8.49889 26.6399L8.76698 26.8241L15.7828 16.3956L10.7544 27.9143L11.0534 28.0415L15.8692 16.4225L13.2633 28.7276L13.5819 28.7919L15.9556 16.4486L15.8374 29.0168H16.1626L16.0452 16.4909L18.2192 28.8278L18.5387 28.7683L16.1259 16.4323L20.7151 28.1343L21.0166 28.0129L16.2058 16.3907L23.0643 26.9349L23.3349 26.7548L16.2856 16.3492L25.0893 25.3199L25.3199 25.0893L16.3793 16.3149L26.6399 23.5011L26.8241 23.233L16.3948 16.2172L27.9143 21.2464L28.0415 20.9466L16.4217 16.1308L28.7276 18.7367L28.7919 18.4181L16.4486 16.0452L29.0168 16.1626V15.8374Z" fill="#AADBCD"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.1708 7.40619C29.2597 8.03281 29.3061 8.67247 29.3061 9.32109C29.3061 17.6277 21.7728 24.3616 12.4794 24.3616C8.58771 24.3616 5.00563 23.1801 2.15446 21.1975C4.43034 26.7336 9.87599 30.6327 16.2326 30.6327C24.6362 30.6327 31.4483 23.8205 31.4483 15.417C31.4483 12.4778 30.6139 9.7334 29.1708 7.407V7.40619Z" fill="url(#paint1_radial_22_35)"/>
|
||||||
|
<path d="M15.9817 8.22919H14.792L12.886 12.9504H15.6525L15.9817 8.22919Z" fill="#729B8F"/>
|
||||||
|
<path d="M8.50134 24.6981H14.8596L15.223 18.4792H10.8473L8.50134 24.6981Z" fill="#729B8F"/>
|
||||||
|
<path d="M19.6428 12.9504L17.7377 8.22919H16.5496L16.8902 12.9504H19.6428Z" fill="#729B8F"/>
|
||||||
|
<path d="M17.3099 18.4792L17.7002 24.6981H24.0226L21.6824 18.4792H17.3099Z" fill="#729B8F"/>
|
||||||
|
<path d="M6.10242 13.67V16.9204H7.46648V18.1247H8.52578V16.9204L10.6159 16.7827C11.6736 16.7134 12.7353 16.7142 13.793 16.7851L15.8 16.9204V18.1247H16.8593V16.9204L19.5507 16.7672C20.5896 16.7085 21.631 16.7167 22.6691 16.7933L24.395 16.9204V18.1247H25.4543V16.9204H26.6782V13.67H6.10242Z" fill="#729B8F"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.979 18.0636L17.3702 24.2825H23.6926L21.3523 18.0636H16.9799H16.979ZM8.17132 24.2825H14.5288L14.893 18.0636H10.5173L8.17132 24.2825ZM5.7724 13.2544V16.5048H7.13646V17.7091H8.19577V16.5048L10.2859 16.3671C11.3435 16.2978 12.4053 16.2986 13.463 16.3695L15.4699 16.5048V17.7091H16.5292V16.5048L19.2207 16.3516C20.2596 16.2929 21.301 16.3011 22.3391 16.3777L24.065 16.5048V17.7091H25.1243V16.5048H26.3482V13.2544H5.7724ZM19.3128 12.5348L17.4077 7.8136H16.2188L16.5594 12.5348H19.312H19.3128ZM15.6508 7.8136H14.4612L12.5552 12.5348H15.3224L15.6508 7.8136Z" fill="#2D2D2D"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0004 0C7.16335 0 0 7.16335 0 16.0004C0 24.8375 7.16335 32.0008 16.0004 32.0008C24.8375 32.0008 32.0008 24.8375 32.0008 16.0004C32.0008 7.16335 24.8366 0 16.0004 0ZM16.0004 31.4907C7.44529 31.4907 0.510097 24.5555 0.510097 16.0004C0.510097 7.44529 7.44448 0.509282 16.0004 0.509282C24.5563 0.509282 31.4907 7.44448 31.4907 15.9996C31.4907 24.5547 24.5555 31.4899 16.0004 31.4899V31.4907Z" fill="#2D2D2D"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.1406 3.28548C8.88513 3.28548 3.00354 9.16707 3.00354 16.4225C3.00354 23.6779 8.88513 29.5595 16.1406 29.5595C23.396 29.5595 29.2776 23.6779 29.2776 16.4225C29.2776 9.16707 23.396 3.28548 16.1406 3.28548ZM16.1406 29.1407C9.11655 29.1407 3.42237 23.4465 3.42237 16.4225C3.42237 9.39849 9.11655 3.7035 16.1406 3.7035C23.1646 3.7035 28.8587 9.39767 28.8587 16.4217C28.8587 23.4457 23.1646 29.1399 16.1406 29.1399V29.1407Z" fill="url(#paint2_radial_22_35)"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0004 2.7933C8.70668 2.7933 2.7933 8.70668 2.7933 16.0004C2.7933 23.2941 8.70668 29.2075 16.0004 29.2075C23.2941 29.2075 29.2075 23.2941 29.2075 16.0004C29.2075 8.70668 23.2941 2.7933 16.0004 2.7933ZM16.0004 28.787C8.93891 28.787 3.21377 23.0627 3.21377 16.0004C3.21377 8.93809 8.93809 3.21377 16.0004 3.21377C23.0627 3.21377 28.787 8.93809 28.787 16.0004C28.787 23.0627 23.0627 28.787 16.0004 28.787Z" fill="white"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0004 0.935455C7.67997 0.935455 0.935448 7.67997 0.935448 16.0004C0.935448 24.3209 7.67997 31.0646 15.9996 31.0646C24.3192 31.0646 31.0637 24.32 31.0637 16.0004C31.0637 7.68079 24.32 0.935455 16.0004 0.935455ZM16.0004 30.5838C7.94561 30.5838 1.41621 24.0544 1.41621 15.9996C1.41621 7.9448 7.94561 1.4154 16.0004 1.4154C24.0552 1.4154 30.5846 7.9448 30.5846 15.9996C30.5846 24.0544 24.0552 30.5838 16.0004 30.5838Z" fill="#FFCE09"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0004 0.485657C7.43144 0.485657 0.485649 7.43144 0.485649 16.0004C0.485649 24.5694 7.43144 31.5152 16.0004 31.5152C24.5694 31.5152 31.5152 24.5694 31.5152 16.0004C31.5152 7.43144 24.5686 0.485657 16.0004 0.485657ZM16.0004 31.0206C7.70522 31.0206 0.980263 24.2956 0.980263 16.0004C0.980263 7.70523 7.70441 0.979456 16.0004 0.979456C24.2964 0.979456 31.0205 7.70442 31.0205 15.9996C31.0205 24.2948 24.2956 31.0197 16.0004 31.0197V31.0206Z" fill="#C02328"/>
|
||||||
|
<path d="M7.42981 13.8753C7.13646 13.8753 6.91075 13.9649 6.75185 14.1442C6.59377 14.3234 6.5131 14.5475 6.5131 14.8164C6.5131 15.0853 6.59133 15.3053 6.74778 15.4903C6.90504 15.6761 7.12831 15.769 7.41351 15.769C7.71256 15.769 7.9399 15.6777 8.09635 15.4952C8.25118 15.3127 8.3294 15.087 8.3294 14.8213C8.3294 14.5744 8.25281 14.3544 8.10287 14.1637C7.95131 13.9722 7.72804 13.8769 7.43062 13.8769L7.42981 13.8753ZM7.42736 15.4178C7.16498 15.4178 7.03623 15.219 7.03623 14.8213C7.03623 14.4237 7.16498 14.2265 7.42736 14.2265C7.68974 14.2265 7.80545 14.4253 7.80545 14.8221C7.80545 15.219 7.67834 15.4178 7.42736 15.4178Z" fill="#FFCE09"/>
|
||||||
|
<path d="M9.94851 15.2173L9.52316 13.903H8.99269L9.63153 15.7405H10.1677L10.8098 13.903H10.3918L9.94851 15.2173Z" fill="#FFCE09"/>
|
||||||
|
<path d="M11.5766 15.7405H13.0946V15.3771H12.0802V14.9761H12.8763V14.6298H12.0802V14.2534H13.0946V13.903H11.5766V15.7405Z" fill="#FFCE09"/>
|
||||||
|
<path d="M15.6802 14.4538C15.6802 14.3406 15.6459 14.2379 15.5767 14.145C15.5091 14.0529 15.421 13.9894 15.3176 13.9543C15.2124 13.9201 15.0731 13.903 14.9012 13.903H13.9665V15.7388H14.4685V15.0112H14.8246L15.1521 15.7388H15.703L15.3102 14.9273C15.5563 14.8327 15.6794 14.6738 15.6794 14.453L15.6802 14.4538ZM15.1138 14.5997C15.078 14.6412 15.0389 14.6681 14.9932 14.6804C14.9476 14.6926 14.8751 14.6983 14.7749 14.6983H14.4693V14.2297H14.7626C14.8767 14.2297 14.955 14.2338 14.9973 14.2436C15.0381 14.2534 15.0772 14.2778 15.1122 14.3186C15.1481 14.3585 15.166 14.4049 15.166 14.4555C15.166 14.5092 15.1489 14.5573 15.113 14.5997H15.1138Z" fill="#FFCE09"/>
|
||||||
|
<path d="M17.9055 13.9559C17.8069 13.9201 17.6635 13.9046 17.4769 13.9046H16.6393V15.7405H17.1445V15.0576H17.4948C17.6472 15.0576 17.758 15.0503 17.8306 15.034C17.9006 15.0177 17.9748 14.9859 18.0498 14.9362C18.1264 14.8865 18.1842 14.8189 18.2258 14.7333C18.2673 14.6469 18.2893 14.5589 18.2893 14.4677C18.2893 14.3389 18.2502 14.2297 18.172 14.1409C18.0938 14.0521 18.0049 13.9893 17.9055 13.9559ZM17.7124 14.6502C17.6619 14.6999 17.5771 14.7243 17.4533 14.7243H17.129V14.2362H17.4525C17.5641 14.2362 17.6505 14.2591 17.7051 14.3031C17.7597 14.3471 17.7866 14.4066 17.7866 14.4815C17.7866 14.5451 17.7621 14.6005 17.7124 14.6502Z" fill="#FFCE09"/>
|
||||||
|
<path d="M19.6061 13.903L18.9249 15.7388H19.3617L19.4953 15.3608H20.183L20.3134 15.7388H20.8488L20.183 13.903H19.6069H19.6061ZM19.6151 15.0218L19.8408 14.3764L20.0657 15.0218H19.6151Z" fill="#FFCE09"/>
|
||||||
|
<path d="M22.8207 14.6828C22.7197 14.6445 22.5616 14.6054 22.3456 14.5679C22.2145 14.5451 22.133 14.5198 22.0963 14.488C22.0596 14.4571 22.0401 14.4204 22.0401 14.3764C22.0401 14.2656 22.1387 14.211 22.3351 14.211C22.52 14.211 22.639 14.2827 22.6977 14.4294L23.1222 14.3071C23.0032 14.0187 22.7351 13.8761 22.3171 13.8761C22.0816 13.8761 21.895 13.9323 21.7581 14.0439C21.6204 14.1556 21.552 14.2933 21.552 14.4571C21.552 14.6208 21.6098 14.7406 21.7247 14.8262C21.8388 14.9101 22.0319 14.9753 22.3033 15.0242C22.4483 15.0503 22.5461 15.078 22.5966 15.1081C22.6471 15.1375 22.6716 15.179 22.6716 15.2336C22.6716 15.2882 22.6447 15.3314 22.5877 15.3689C22.5314 15.4064 22.4475 15.4267 22.3342 15.4267C22.0979 15.4267 21.9537 15.3404 21.9024 15.1701L21.4412 15.2605C21.4909 15.4292 21.5903 15.5563 21.7435 15.6419C21.8975 15.7282 22.0825 15.7698 22.3 15.7698C22.5917 15.7698 22.8109 15.7095 22.9568 15.5881C23.1051 15.4667 23.1792 15.3232 23.1792 15.1578C23.1792 15.0511 23.145 14.9557 23.0749 14.871C23.0065 14.7846 22.9226 14.7227 22.8215 14.6836L22.8207 14.6828Z" fill="#FFCE09"/>
|
||||||
|
<path d="M25.5016 14.8693C25.4331 14.783 25.3476 14.721 25.249 14.6836C25.1471 14.6453 24.989 14.6062 24.7731 14.5687C24.6427 14.5459 24.5604 14.5206 24.5237 14.4888C24.4863 14.4578 24.4692 14.4212 24.4692 14.3772C24.4692 14.2664 24.5669 14.2118 24.7625 14.2118C24.9581 14.2118 25.0681 14.2835 25.1259 14.4301L25.548 14.3079C25.4307 14.0195 25.1618 13.8769 24.7438 13.8769C24.5091 13.8769 24.3217 13.9331 24.1848 14.0447C24.0471 14.1564 23.9786 14.2941 23.9786 14.4578C23.9786 14.6216 24.0365 14.7414 24.1514 14.827C24.2654 14.9109 24.4586 14.9761 24.7299 15.025C24.8758 15.0511 24.9735 15.0788 25.0232 15.1089C25.0746 15.1383 25.0982 15.1798 25.0982 15.2344C25.0982 15.289 25.0713 15.3322 25.0143 15.3697C24.9581 15.4072 24.8741 15.4275 24.7609 15.4275C24.5246 15.4275 24.3803 15.3411 24.329 15.1708L23.8678 15.2613C23.9159 15.43 24.0169 15.5571 24.1701 15.6426C24.3241 15.729 24.5091 15.7706 24.7266 15.7706C25.0184 15.7706 25.2376 15.7103 25.3834 15.5889C25.5325 15.4674 25.6059 15.324 25.6059 15.1586C25.6051 15.0511 25.57 14.9557 25.5016 14.8702V14.8693Z" fill="#FFCE09"/>
|
||||||
|
<path d="M7.42736 14.2265C7.16498 14.2265 7.03623 14.4253 7.03623 14.8213C7.03623 15.2173 7.16498 15.4178 7.42736 15.4178C7.68974 15.4178 7.80545 15.219 7.80545 14.8221C7.80545 14.4253 7.67996 14.2265 7.42736 14.2265ZM7.42736 15.3314C7.34262 15.3314 7.12098 15.3314 7.12098 14.8197C7.12098 14.308 7.34262 14.3104 7.42736 14.3104C7.50559 14.3104 7.71989 14.3104 7.71989 14.8213C7.72071 15.3322 7.50559 15.3322 7.42736 15.3322V15.3314Z" fill="#C02328"/>
|
||||||
|
<path d="M7.42981 13.7889C7.11283 13.7889 6.86185 13.8891 6.68829 14.0863C6.51636 14.2811 6.42917 14.5263 6.42917 14.814C6.42917 15.1016 6.51391 15.3428 6.68422 15.5433C6.85697 15.7486 7.10386 15.8529 7.41432 15.8529C7.72478 15.8529 7.98961 15.7494 8.16073 15.549C8.3294 15.351 8.41333 15.1057 8.41333 14.8197C8.41333 14.5541 8.33266 14.3153 8.16887 14.1091C8.00102 13.8965 7.75249 13.7889 7.43062 13.7889H7.42981ZM8.09554 15.4936C7.9399 15.6761 7.71256 15.7674 7.41269 15.7674C7.11283 15.7674 6.90423 15.6753 6.74696 15.4887C6.59132 15.3029 6.51228 15.078 6.51228 14.8148C6.51228 14.5516 6.59214 14.3226 6.75103 14.1426C6.90993 13.9633 7.13564 13.8737 7.42899 13.8737C7.72234 13.8737 7.94968 13.969 8.10124 14.1605C8.25199 14.352 8.32777 14.5712 8.32777 14.8181C8.32777 15.0845 8.24954 15.3094 8.09472 15.4919L8.09554 15.4936Z" fill="#C02328"/>
|
||||||
|
<path d="M10.3918 13.8182H10.3307L10.3111 13.8761L9.95014 14.9444L9.60383 13.8769L9.58427 13.8174H8.87291L8.91365 13.9307L9.5525 15.7666L9.57205 15.8244H10.2296L10.25 15.7674L10.8921 13.9299L10.9304 13.8166H10.3918V13.8182ZM10.1685 15.7397H9.63235L8.99351 13.9038H9.52316L9.94851 15.2173L10.3918 13.9038H10.8098L10.1677 15.7397H10.1685Z" fill="#C02328"/>
|
||||||
|
<path d="M12.1665 15.2915V15.0617H12.9618V14.5443H12.1665V14.3381H13.1786V13.8191H11.491V15.8277H13.1802V15.2923H12.1673L12.1665 15.2915ZM13.093 15.7405H11.5749V13.903H13.0938V14.2526H12.0802V14.6298H12.8755V14.9761H12.0802V15.3771H13.093V15.7405Z" fill="#C02328"/>
|
||||||
|
<path d="M14.9973 14.2452C14.9558 14.2355 14.8784 14.2314 14.7626 14.2314H14.4693V14.6991H14.7749C14.8751 14.6991 14.9468 14.6926 14.9916 14.6812C15.0364 14.6698 15.0764 14.6429 15.1122 14.6005C15.1481 14.559 15.166 14.5109 15.166 14.4579C15.166 14.4049 15.1481 14.3609 15.1122 14.321C15.0764 14.2803 15.0381 14.2558 14.9973 14.2461V14.2452ZM15.047 14.5451C15.0234 14.5728 14.9973 14.5915 14.9696 14.5989C14.9435 14.6062 14.8889 14.6152 14.7741 14.6152H14.554V14.3161H14.7635C14.8971 14.3161 14.955 14.3226 14.9786 14.3284C15.0014 14.3324 15.0258 14.3495 15.0487 14.3756C15.0698 14.4001 15.0796 14.4269 15.0796 14.4571C15.0796 14.4913 15.069 14.5198 15.047 14.5451Z" fill="#C02328"/>
|
||||||
|
<path d="M15.4243 14.9696C15.703 14.8295 15.7641 14.6152 15.7641 14.4538C15.7641 14.3226 15.7234 14.2012 15.6451 14.0945C15.5669 13.9877 15.4659 13.9136 15.3453 13.8728C15.2312 13.8362 15.0861 13.8182 14.902 13.8182H13.8826V15.8268H14.5549V15.0976H14.7708L15.0739 15.7747L15.0967 15.8252H15.8399L15.7796 15.703L15.4251 14.9696H15.4243ZM15.1521 15.7397L14.8246 15.012H14.4685V15.7397H13.9665V13.9038H14.902C15.0739 13.9038 15.2124 13.9209 15.3184 13.9551C15.4227 13.9894 15.5099 14.0529 15.5775 14.1458C15.6451 14.2371 15.681 14.3406 15.681 14.4546C15.681 14.6746 15.5588 14.8344 15.311 14.9289L15.7038 15.7405H15.153L15.1521 15.7397Z" fill="#C02328"/>
|
||||||
|
<path d="M17.9324 13.8745C17.8249 13.837 17.6741 13.8182 17.4769 13.8182H16.5537V15.8268H17.23V15.144H17.4957C17.6546 15.144 17.7719 15.135 17.8485 15.1179C17.93 15.1 18.0131 15.0617 18.097 15.0071C18.185 14.9492 18.2543 14.8694 18.3032 14.7692C18.3496 14.6714 18.3732 14.5695 18.3732 14.466C18.3732 14.3153 18.326 14.1874 18.2355 14.0831C18.1475 13.9828 18.0449 13.9136 17.9332 13.8736L17.9324 13.8745ZM18.2249 14.7317C18.1834 14.8181 18.1247 14.8857 18.0489 14.9346C17.974 14.9843 17.8998 15.0177 17.8297 15.0324C17.7589 15.0487 17.6472 15.056 17.494 15.056H17.1445V15.7388H16.6384V13.9038H17.4769C17.6651 13.9038 17.8077 13.9209 17.9055 13.9551C18.0058 13.9894 18.0938 14.0505 18.1712 14.1393C18.2494 14.2289 18.2885 14.3381 18.2885 14.466C18.2885 14.5573 18.2673 14.6453 18.2249 14.7317Z" fill="#C02328"/>
|
||||||
|
<path d="M17.4517 14.2363H17.1282V14.7244H17.4525C17.5763 14.7244 17.6611 14.7007 17.7116 14.6502C17.7621 14.6005 17.7857 14.5451 17.7857 14.4815C17.7857 14.4074 17.7589 14.3471 17.7043 14.3031C17.648 14.2591 17.5633 14.2363 17.4517 14.2363ZM17.6537 14.5899C17.6309 14.6127 17.5788 14.6396 17.4525 14.6396H17.2129V14.3226H17.4517C17.5429 14.3226 17.6122 14.3389 17.6513 14.3699C17.6871 14.3976 17.7026 14.4326 17.7026 14.4815C17.7026 14.5223 17.6863 14.5565 17.6529 14.5899H17.6537Z" fill="#C02328"/>
|
||||||
|
<path d="M20.2621 13.8745L20.2425 13.8182H19.5466L19.5254 13.8728L18.8442 15.7103L18.8027 15.8252H19.4211L19.4415 15.7682L19.5548 15.4471H20.1211L20.2327 15.7674L20.2531 15.8252H20.9702L20.9294 15.7111L20.2629 13.8736L20.2621 13.8745ZM20.3126 15.7397L20.1822 15.3616H19.4945L19.3608 15.7397H18.9241L19.6053 13.9038H20.1814L20.8471 15.7397H20.3118H20.3126Z" fill="#C02328"/>
|
||||||
|
<path d="M19.6143 15.0226H20.0649L19.84 14.3772L19.6143 15.0226ZM19.7332 14.9387L19.84 14.638L19.9443 14.9387H19.7332Z" fill="#C02328"/>
|
||||||
|
<path d="M22.8492 14.6029C22.7417 14.5614 22.5811 14.5231 22.3579 14.484C22.1933 14.4563 22.1533 14.4277 22.1485 14.4228C22.1273 14.4049 22.124 14.3902 22.124 14.378C22.124 14.3242 22.1941 14.2974 22.3334 14.2974C22.529 14.2974 22.5893 14.3911 22.617 14.462L22.6447 14.5337L22.7189 14.5108L23.1426 14.3894L23.2347 14.3625L23.198 14.2745C23.066 13.9535 22.7694 13.7897 22.3155 13.7897C22.0621 13.7897 21.8543 13.8533 21.7035 13.9771C21.5455 14.1059 21.4648 14.2672 21.4648 14.4563C21.4648 14.6453 21.5349 14.7928 21.6726 14.8938C21.7997 14.9859 21.9993 15.056 22.2862 15.1081C22.4614 15.1391 22.5282 15.1676 22.5526 15.1815C22.5795 15.1978 22.5852 15.2124 22.5852 15.2328C22.5852 15.2418 22.5852 15.267 22.5388 15.298C22.5094 15.3175 22.4516 15.3412 22.3326 15.3412C22.0702 15.3412 22.0067 15.2295 21.9814 15.1448L21.9586 15.0706L21.8836 15.0853L21.4224 15.1758L21.3312 15.1937L21.3572 15.2833C21.4118 15.474 21.5267 15.6199 21.6995 15.7152C21.8649 15.8073 22.0662 15.8554 22.2984 15.8554C22.608 15.8554 22.8476 15.7877 23.0098 15.6541C23.1776 15.5164 23.2624 15.3485 23.2624 15.157C23.2624 15.0315 23.2208 14.9158 23.1409 14.8164C23.0627 14.7194 22.9649 14.6477 22.8492 14.6037V14.6029ZM22.956 15.5856C22.8085 15.707 22.5893 15.7673 22.2992 15.7673C22.0816 15.7673 21.8959 15.7242 21.7427 15.6394C21.5887 15.553 21.4901 15.4267 21.4404 15.2581L21.9016 15.1676C21.9545 15.3387 22.0979 15.4243 22.3334 15.4243C22.4475 15.4243 22.5323 15.4039 22.5868 15.3664C22.6439 15.329 22.6708 15.2825 22.6708 15.2312C22.6708 15.1798 22.6463 15.1358 22.5958 15.1057C22.5445 15.0755 22.4467 15.0478 22.3025 15.0218C22.0319 14.9737 21.838 14.9077 21.7239 14.8237C21.609 14.739 21.5512 14.616 21.5512 14.4546C21.5512 14.2933 21.6196 14.1539 21.7573 14.0415C21.8942 13.9307 22.0808 13.8753 22.3163 13.8753C22.7343 13.8753 23.0024 14.0195 23.1214 14.3063L22.6969 14.4285C22.639 14.2835 22.5192 14.2102 22.3342 14.2102C22.1379 14.2102 22.0393 14.2648 22.0393 14.3756C22.0393 14.4196 22.0588 14.4563 22.0955 14.4872C22.1322 14.5174 22.2136 14.5443 22.3448 14.5671C22.5608 14.6046 22.7197 14.6437 22.8199 14.682C22.9209 14.7203 23.0049 14.7822 23.0733 14.8678C23.1418 14.9525 23.1776 15.0486 23.1776 15.1546C23.1776 15.32 23.1035 15.4642 22.9552 15.5848L22.956 15.5856Z" fill="#C02328"/>
|
||||||
|
<path d="M25.5684 14.8156C25.4902 14.7186 25.3924 14.6469 25.2767 14.6029C25.1691 14.5614 25.0086 14.5231 24.7853 14.484C24.6207 14.4563 24.5824 14.4277 24.5759 14.4228C24.5547 14.4049 24.5514 14.3902 24.5514 14.378C24.5514 14.3242 24.6215 14.2974 24.7609 14.2974C24.9572 14.2974 25.0167 14.3911 25.0436 14.462L25.073 14.5337L25.1471 14.5108L25.5716 14.3894L25.6621 14.3625L25.6262 14.2745C25.4926 13.9535 25.1952 13.7897 24.7421 13.7897C24.4895 13.7897 24.2817 13.8533 24.1294 13.9771C23.9721 14.1059 23.8914 14.2672 23.8914 14.4563C23.8914 14.6453 23.9615 14.7928 24.0992 14.8938C24.2263 14.9859 24.4268 15.056 24.712 15.1081C24.888 15.1391 24.9564 15.1676 24.9776 15.1815C25.007 15.1978 25.0118 15.2124 25.0118 15.2328C25.0118 15.2418 25.0118 15.267 24.9654 15.298C24.9377 15.3175 24.8782 15.3412 24.7592 15.3412C24.4977 15.3412 24.4349 15.2295 24.4089 15.1448L24.386 15.0706L24.3119 15.0853L23.8507 15.1758L23.7594 15.1937L23.7839 15.2833C23.8385 15.474 23.9533 15.6199 24.1261 15.7152C24.2915 15.8073 24.4936 15.8554 24.725 15.8554C25.0347 15.8554 25.2742 15.7877 25.4364 15.6541C25.6042 15.5164 25.689 15.3485 25.689 15.157C25.689 15.0315 25.6474 14.9158 25.5676 14.8164L25.5684 14.8156ZM25.3826 15.5856C25.2351 15.707 25.0167 15.7673 24.7258 15.7673C24.5083 15.7673 24.3225 15.7242 24.1693 15.6394C24.0153 15.553 23.9159 15.4267 23.867 15.2581L24.3282 15.1676C24.3811 15.3387 24.5246 15.4243 24.7601 15.4243C24.8741 15.4243 24.9589 15.4039 25.0135 15.3664C25.0705 15.329 25.0974 15.2825 25.0974 15.2312C25.0974 15.1798 25.0738 15.1358 25.0224 15.1057C24.9719 15.0755 24.8741 15.0478 24.7291 15.0218C24.4586 14.9737 24.2646 14.9077 24.1505 14.8237C24.0357 14.739 23.9778 14.616 23.9778 14.4546C23.9778 14.2933 24.0462 14.1539 24.184 14.0415C24.3208 13.9307 24.5083 13.8753 24.7429 13.8753C25.161 13.8753 25.4299 14.0195 25.5472 14.3063L25.1243 14.4285C25.0664 14.2835 24.9467 14.2102 24.7609 14.2102C24.5645 14.2102 24.4675 14.2648 24.4675 14.3756C24.4675 14.4196 24.4846 14.4563 24.5221 14.4872C24.5588 14.5174 24.6411 14.5443 24.7715 14.5671C24.9874 14.6046 25.1463 14.6437 25.2473 14.682C25.3476 14.7203 25.4315 14.7822 25.4999 14.8678C25.5684 14.9525 25.6042 15.0486 25.6042 15.1546C25.6042 15.32 25.5309 15.4642 25.3818 15.5848L25.3826 15.5856Z" fill="#C02328"/>
|
||||||
|
<path opacity="0.67" d="M6.46095 16.3329C6.46095 10.9801 11.2433 6.64103 17.142 6.64103C17.9968 6.64103 18.8288 6.7331 19.6257 6.90504C17.2259 4.33663 12.8803 3.98054 9.35856 6.23686C5.45705 8.73601 4.04329 13.4931 6.20183 16.8625C6.30042 17.0165 6.40472 17.164 6.51391 17.3066C6.47888 16.9864 6.46013 16.6612 6.46013 16.332L6.46095 16.3329Z" fill="url(#paint3_radial_22_35)"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<radialGradient id="paint0_radial_22_35" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(16.0004 16.0004) scale(15.219)">
|
||||||
|
<stop stop-color="#E0F1E5"/>
|
||||||
|
<stop offset="0.46" stop-color="#DEEFE3"/>
|
||||||
|
<stop offset="0.62" stop-color="#D7EADE"/>
|
||||||
|
<stop offset="0.74" stop-color="#CBE2D5"/>
|
||||||
|
<stop offset="0.83" stop-color="#BAD6C9"/>
|
||||||
|
<stop offset="0.9" stop-color="#A9CABC"/>
|
||||||
|
<stop offset="0.92" stop-color="#90BDAD"/>
|
||||||
|
<stop offset="0.95" stop-color="#72AD9A"/>
|
||||||
|
<stop offset="0.98" stop-color="#5FA38F"/>
|
||||||
|
<stop offset="1" stop-color="#59A08B"/>
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient id="paint1_radial_22_35" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(14.7492 15.2954) rotate(-24.83) scale(16.6466 15.4813)">
|
||||||
|
<stop stop-color="#E0F1E5" stop-opacity="0"/>
|
||||||
|
<stop offset="0.67" stop-color="#D1E6D9" stop-opacity="0"/>
|
||||||
|
<stop offset="0.79" stop-color="#C2DACD" stop-opacity="0"/>
|
||||||
|
<stop offset="0.8" stop-color="#C1D9CC" stop-opacity="0.04"/>
|
||||||
|
<stop offset="0.81" stop-color="#BED7CA" stop-opacity="0.15"/>
|
||||||
|
<stop offset="0.83" stop-color="#BAD4C7" stop-opacity="0.32"/>
|
||||||
|
<stop offset="0.85" stop-color="#B3D1C3" stop-opacity="0.56"/>
|
||||||
|
<stop offset="0.88" stop-color="#ACCCBE" stop-opacity="0.87"/>
|
||||||
|
<stop offset="0.89" stop-color="#A9CABC"/>
|
||||||
|
<stop offset="0.91" stop-color="#90BDAD"/>
|
||||||
|
<stop offset="0.95" stop-color="#72AD9A"/>
|
||||||
|
<stop offset="0.98" stop-color="#5FA38F"/>
|
||||||
|
<stop offset="1" stop-color="#59A08B"/>
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient id="paint2_radial_22_35" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(15.9026 15.7071) scale(12.8078)">
|
||||||
|
<stop stop-color="#E0F1E5" stop-opacity="0"/>
|
||||||
|
<stop offset="0.67" stop-color="#D1E6D9" stop-opacity="0"/>
|
||||||
|
<stop offset="0.79" stop-color="#C2DACD" stop-opacity="0"/>
|
||||||
|
<stop offset="0.8" stop-color="#C1D9CC" stop-opacity="0.04"/>
|
||||||
|
<stop offset="0.81" stop-color="#BED7CA" stop-opacity="0.15"/>
|
||||||
|
<stop offset="0.83" stop-color="#BAD4C7" stop-opacity="0.32"/>
|
||||||
|
<stop offset="0.85" stop-color="#B3D1C3" stop-opacity="0.56"/>
|
||||||
|
<stop offset="0.88" stop-color="#ACCCBE" stop-opacity="0.87"/>
|
||||||
|
<stop offset="0.89" stop-color="#A9CABC"/>
|
||||||
|
<stop offset="0.91" stop-color="#90BDAD"/>
|
||||||
|
<stop offset="0.95" stop-color="#72AD9A"/>
|
||||||
|
<stop offset="0.98" stop-color="#5FA38F"/>
|
||||||
|
<stop offset="1" stop-color="#59A08B"/>
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient id="paint3_radial_22_35" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(9.91539 9.09919) rotate(-37.36) scale(6.76571 4.60068)">
|
||||||
|
<stop stop-color="white"/>
|
||||||
|
<stop offset="0.1" stop-color="white" stop-opacity="0.98"/>
|
||||||
|
<stop offset="0.22" stop-color="white" stop-opacity="0.92"/>
|
||||||
|
<stop offset="0.36" stop-color="white" stop-opacity="0.82"/>
|
||||||
|
<stop offset="0.5" stop-color="white" stop-opacity="0.69"/>
|
||||||
|
<stop offset="0.65" stop-color="white" stop-opacity="0.51"/>
|
||||||
|
<stop offset="0.81" stop-color="white" stop-opacity="0.3"/>
|
||||||
|
<stop offset="0.97" stop-color="white" stop-opacity="0.05"/>
|
||||||
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath id="clip0_22_35">
|
||||||
|
<rect width="32" height="32" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 23 KiB |
98
public/assets/img/mapicons/map_icon_de_train.svg
Normal file
|
After Width: | Height: | Size: 20 KiB |
782
public/assets/img/mapicons/map_icon_de_vertigo.svg
Normal file
@ -0,0 +1,782 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<path id="SVGID_1_" d="M2.091,11.219C1.576,12.718,1.295,14.326,1.295,16c0,8.121,6.583,14.704,14.704,14.704
|
||||||
|
S30.703,24.121,30.703,16c0-1.674-0.28-3.282-0.796-4.781H2.091z"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_2_">
|
||||||
|
<use xlink:href="#SVGID_1_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-579.1855" y1="1.0928" x2="-579.1227" y2="1.0928" gradientTransform="matrix(0 -314.7325 314.7325 0 -327.9141 -182260.5625)">
|
||||||
|
<stop offset="0" style="stop-color:#31427B"/>
|
||||||
|
<stop offset="0.1696" style="stop-color:#2F417C"/>
|
||||||
|
<stop offset="1" style="stop-color:#273C80"/>
|
||||||
|
</linearGradient>
|
||||||
|
<rect x="1.295" y="11.219" clip-path="url(#SVGID_2_)" fill="url(#SVGID_3_)" width="29.408" height="19.485"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<path id="SVGID_4_" d="M2.091,11.219h27.816c-1.984-5.774-7.46-9.923-13.908-9.923C9.553,1.296,4.075,5.445,2.091,11.219"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_5_">
|
||||||
|
<use xlink:href="#SVGID_4_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="-579.1865" y1="1.0928" x2="-579.1223" y2="1.0928" gradientTransform="matrix(0 -314.7325 314.7325 0 -327.9141 -182260.5625)">
|
||||||
|
<stop offset="0" style="stop-color:#31427B"/>
|
||||||
|
<stop offset="0.1696" style="stop-color:#2F417C"/>
|
||||||
|
<stop offset="1" style="stop-color:#273C80"/>
|
||||||
|
</linearGradient>
|
||||||
|
<rect x="2.091" y="1.296" clip-path="url(#SVGID_5_)" fill="url(#SVGID_6_)" width="27.816" height="9.923"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<path id="SVGID_7_" d="M2.091,11.219h27.816c-1.984-5.774-7.46-9.923-13.908-9.923C9.553,1.296,4.075,5.445,2.091,11.219"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_8_">
|
||||||
|
<use xlink:href="#SVGID_7_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="-576.7046" y1="-1.501" x2="-576.6429" y2="-1.501" gradientTransform="matrix(0 228.9541 -228.9541 0 -327.6797 132035.4688)">
|
||||||
|
<stop offset="0" style="stop-color:#A8A8A8"/>
|
||||||
|
<stop offset="1" style="stop-color:#E2E0FF"/>
|
||||||
|
</linearGradient>
|
||||||
|
<rect x="2.091" y="1.296" clip-path="url(#SVGID_8_)" fill="url(#SVGID_9_)" width="27.816" height="9.923"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_10_" x="6.535" y="4.977" width="18.929" height="0.167"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_11_">
|
||||||
|
<use xlink:href="#SVGID_10_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="-577.3911" y1="1.3398" x2="-577.3291" y2="1.3398" gradientTransform="matrix(301.4798 0 0 301.4798 174078.4063 -398.9141)">
|
||||||
|
<stop offset="0" style="stop-color:#31427B"/>
|
||||||
|
<stop offset="1" style="stop-color:#34407D"/>
|
||||||
|
</linearGradient>
|
||||||
|
<rect x="6.535" y="4.977" clip-path="url(#SVGID_11_)" fill="url(#SVGID_12_)" width="18.929" height="0.167"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_13_" x="2.421" y="10.349" width="27.157" height="0.167"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_14_">
|
||||||
|
<use xlink:href="#SVGID_13_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="-577.4048" y1="1.3574" x2="-577.3156" y2="1.3574" gradientTransform="matrix(301.4798 0 0 301.4798 174078.4063 -398.9141)">
|
||||||
|
<stop offset="0" style="stop-color:#31427B"/>
|
||||||
|
<stop offset="1" style="stop-color:#34407D"/>
|
||||||
|
</linearGradient>
|
||||||
|
<rect x="2.421" y="10.349" clip-path="url(#SVGID_14_)" fill="url(#SVGID_15_)" width="27.157" height="0.167"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_16_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_17_">
|
||||||
|
<use xlink:href="#SVGID_16_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_17_)" fill="#282C63" d="M11.642,18.251c-0.459,0-1.493,0.278-2.225,0.548l-0.155,0.059l0.03-0.162
|
||||||
|
c0.196-1.068,0.48-2.79,0.593-3.48l0.013-0.079h4.416l0.493-1.253l-0.094,0.026H9.524c-0.219,1.585-0.624,4.155-0.896,5.586
|
||||||
|
c0.462-0.155,1.083-0.323,1.867-0.323c2.023,0,3.231,1.115,3.231,2.983c0,1.446-0.763,2.905-2.467,2.905
|
||||||
|
c-1.273,0-1.995-0.646-2.473-1.076c-0.132-0.104-0.25-0.104-0.418,0.008c-0.224,0.173-0.362,0.432-0.362,0.572L8.005,24.58
|
||||||
|
c-0.033,0.213,0.027,0.334,0.277,0.566c0.171,0.17,0.808,0.722,1.926,0.722c1.02,0,2.326-0.519,3.327-1.318
|
||||||
|
c1.067-0.876,1.609-1.933,1.609-3.141C15.144,19.839,13.941,18.251,11.642,18.251"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_18_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_19_">
|
||||||
|
<use xlink:href="#SVGID_18_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_19_)" fill="#282C63" d="M22.049,24.936c-0.347-0.254-0.363-0.699-0.363-1.403v-9.805
|
||||||
|
c-0.854,0.35-1.992,0.651-3.313,0.875v0.314l0.854,0.086c0.899,0.083,1.061,0.177,1.061,1.185v7.345
|
||||||
|
c0,1.47-0.169,1.618-2.238,1.753v0.354h5.895v-0.354C22.863,25.215,22.354,25.157,22.049,24.936"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_20_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_21_">
|
||||||
|
<use xlink:href="#SVGID_20_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_21_)" fill="#64699B" d="M10.237,26.051c-0.803,0-1.572-0.289-2.056-0.773
|
||||||
|
c-0.25-0.231-0.378-0.418-0.333-0.723c0.004-0.222,0.191-0.527,0.438-0.719l0.005-0.004c0.235-0.157,0.447-0.155,0.647,0.004
|
||||||
|
c0.607,0.545,1.242,1.031,2.351,1.031c1.574,0,2.278-1.365,2.278-2.719c0-1.774-1.109-2.793-3.043-2.793
|
||||||
|
c-0.8,0-1.426,0.182-1.882,0.34l-0.064,0.021l-0.124-0.165l0.007-0.042c0.277-1.439,0.698-4.118,0.917-5.714l0.011-0.081h5.447
|
||||||
|
l0.214,0.133l-0.579,1.47h-4.384c-0.114,0.699-0.364,2.211-0.55,3.245c0.733-0.256,1.687-0.504,2.135-0.504
|
||||||
|
c1.41,0,2.272,0.574,2.748,1.058c0.599,0.608,0.943,1.442,0.943,2.286c0,1.27-0.565,2.375-1.68,3.287
|
||||||
|
C12.65,25.518,11.297,26.051,10.237,26.051 M8.398,23.986c-0.224,0.174-0.362,0.433-0.362,0.574l-0.001,0.014
|
||||||
|
c-0.033,0.213,0.027,0.335,0.277,0.566c0.171,0.172,0.809,0.721,1.926,0.721c1.02,0,2.326-0.518,3.327-1.316
|
||||||
|
c1.068-0.877,1.61-1.934,1.61-3.143c0-1.567-1.203-3.156-3.502-3.156c-0.459,0-1.492,0.279-2.225,0.549l-0.155,0.059l0.03-0.164
|
||||||
|
c0.196-1.065,0.48-2.789,0.593-3.479l0.013-0.079h4.416l0.494-1.253l-0.094,0.026H9.554c-0.22,1.586-0.624,4.155-0.897,5.587
|
||||||
|
c0.463-0.156,1.083-0.324,1.867-0.324c2.023,0,3.231,1.115,3.231,2.981c0,1.447-0.763,2.906-2.467,2.906
|
||||||
|
c-1.272,0-1.995-0.646-2.473-1.074C8.685,23.874,8.566,23.875,8.398,23.986"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_22_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_23_">
|
||||||
|
<use xlink:href="#SVGID_22_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_23_)" fill="#64699B" d="M24.161,25.82h-6.271v-0.719l0.086-0.004
|
||||||
|
c0.974-0.063,1.584-0.113,1.866-0.326c0.257-0.191,0.285-0.543,0.285-1.246v-7.344c0-0.916-0.084-0.924-0.89-0.996l-1.024-0.105
|
||||||
|
v-0.643l0.079-0.013c1.407-0.235,2.611-0.557,3.479-0.932l0.131-0.057v10.09c0,1.395,0.062,1.438,2.17,1.57l0.089,0.006V25.82z
|
||||||
|
M18.077,25.633h5.896V25.28c-1.078-0.069-1.59-0.128-1.895-0.351c-0.346-0.255-0.363-0.699-0.363-1.404v-9.804
|
||||||
|
c-0.854,0.35-1.992,0.651-3.313,0.875v0.314l0.854,0.086c0.9,0.083,1.061,0.178,1.061,1.185v7.344
|
||||||
|
c0,1.473-0.168,1.619-2.238,1.754L18.077,25.633L18.077,25.633z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_24_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_25_">
|
||||||
|
<use xlink:href="#SVGID_24_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_25_)" fill="#64699B" d="M9.484,13.018c-0.036,0.255-0.076,0.536-0.119,0.832
|
||||||
|
c-0.23,1.564-0.035,1.538,0.191-0.007c0.043-0.294,0.083-0.571,0.118-0.825C9.674,13.018,9.49,12.972,9.484,13.018"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_26_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_27_">
|
||||||
|
<use xlink:href="#SVGID_26_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_27_)" fill="#64699B" d="M10.232,13.033c-0.223,1.606-0.631,4.199-0.902,5.609l0.196-0.021
|
||||||
|
c0.272-1.433,0.677-4.001,0.896-5.587C10.422,13.036,10.237,12.998,10.232,13.033"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_28_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_29_">
|
||||||
|
<use xlink:href="#SVGID_28_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<polygon clip-path="url(#SVGID_29_)" fill="#64699B" points="11.152,15.137 15.568,15.137 15.575,15.325 11.313,15.325 "/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_30_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_31_">
|
||||||
|
<use xlink:href="#SVGID_30_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<polygon clip-path="url(#SVGID_31_)" fill="#64699B" points="10.615,13.722 15.97,13.722 15.968,13.91 10.779,13.91 "/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_32_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_33_">
|
||||||
|
<use xlink:href="#SVGID_32_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<polyline clip-path="url(#SVGID_33_)" fill="#64699B" points="20.128,20.286 20.128,12.94 20.316,12.94 20.316,20.286 "/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_34_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_35_">
|
||||||
|
<use xlink:href="#SVGID_34_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<polyline clip-path="url(#SVGID_35_)" fill="#64699B" points="21.695,20.386 21.695,13.041 21.884,13.041 21.884,20.386 "/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_36_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_37_">
|
||||||
|
<use xlink:href="#SVGID_36_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_37_)" fill="#64699B" d="M30.521,19.854h0.063c0.009-0.037,0.02-0.076,0.027-0.113h-0.09V19.854z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_38_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_39_">
|
||||||
|
<use xlink:href="#SVGID_38_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="16.447" y="29.37" clip-path="url(#SVGID_39_)" fill="#64699B" width="0.981" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_40_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_41_">
|
||||||
|
<use xlink:href="#SVGID_40_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="12.52" y="29.37" clip-path="url(#SVGID_41_)" fill="#64699B" width="0.982" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_42_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_43_">
|
||||||
|
<use xlink:href="#SVGID_42_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_43_)" fill="#64699B" d="M8.871,29.484h0.703V29.37H8.665C8.733,29.408,8.802,29.445,8.871,29.484"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_44_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_45_">
|
||||||
|
<use xlink:href="#SVGID_44_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="18.411" y="29.37" clip-path="url(#SVGID_45_)" fill="#64699B" width="0.981" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_46_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_47_">
|
||||||
|
<use xlink:href="#SVGID_46_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_47_)" fill="#64699B" d="M30.521,18.759h0.287c0.006-0.039,0.012-0.077,0.02-0.114h-0.307V18.759z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_48_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_49_">
|
||||||
|
<use xlink:href="#SVGID_48_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_49_)" fill="#64699B" d="M29.622,13.485h1.136c-0.007-0.038-0.014-0.076-0.021-0.114h-1.113h-2.859
|
||||||
|
v0.114H29.622z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_50_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_51_">
|
||||||
|
<use xlink:href="#SVGID_50_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="26.643" y="12.94" clip-path="url(#SVGID_51_)" fill="#64699B" width="0.119" height="0.432"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_52_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_53_">
|
||||||
|
<use xlink:href="#SVGID_52_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_53_)" fill="#64699B" d="M22.303,29.896c0.041-0.019,0.081-0.037,0.121-0.057v-0.349h-0.121V29.896z"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_54_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_55_">
|
||||||
|
<use xlink:href="#SVGID_54_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="28.17" y="22.96" clip-path="url(#SVGID_55_)" fill="#64699B" width="0.957" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_56_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_57_">
|
||||||
|
<use xlink:href="#SVGID_56_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="22.305" y="28.148" clip-path="url(#SVGID_57_)" fill="#64699B" width="0.119" height="0.672"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_58_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_59_">
|
||||||
|
<use xlink:href="#SVGID_58_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="7.13" y="22.96" clip-path="url(#SVGID_59_)" fill="#64699B" width="0.957" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_60_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_61_">
|
||||||
|
<use xlink:href="#SVGID_60_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="16.693" y="22.96" clip-path="url(#SVGID_61_)" fill="#64699B" width="0.955" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_62_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_63_">
|
||||||
|
<use xlink:href="#SVGID_62_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="16.896" y="19.739" clip-path="url(#SVGID_63_)" fill="#64699B" width="0.974" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_64_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_65_">
|
||||||
|
<use xlink:href="#SVGID_64_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="9.043" y="22.96" clip-path="url(#SVGID_65_)" fill="#64699B" width="0.957" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_66_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_67_">
|
||||||
|
<use xlink:href="#SVGID_66_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_67_)" fill="#64699B" d="M12.869,23.074h0.681c0.01-0.037,0.019-0.075,0.027-0.114h-0.708V23.074z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_68_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_69_">
|
||||||
|
<use xlink:href="#SVGID_68_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="16.896" y="18.645" clip-path="url(#SVGID_69_)" fill="#64699B" width="0.974" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_70_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_71_">
|
||||||
|
<use xlink:href="#SVGID_70_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="10.956" y="22.96" clip-path="url(#SVGID_71_)" fill="#64699B" width="0.957" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_72_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_73_">
|
||||||
|
<use xlink:href="#SVGID_72_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_73_)" fill="#64699B" d="M18.91,25.119c0.042-0.006,0.081-0.01,0.121-0.016v-0.139h0.643
|
||||||
|
c0.084-0.031,0.157-0.068,0.219-0.113H18.91V25.119z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_74_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_75_">
|
||||||
|
<use xlink:href="#SVGID_74_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="22.432" y="22.96" clip-path="url(#SVGID_75_)" fill="#64699B" width="0.957" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_76_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_77_">
|
||||||
|
<use xlink:href="#SVGID_76_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_77_)" fill="#64699B" d="M15.737,22.96H14.94c-0.017,0.039-0.035,0.077-0.053,0.114h0.85V22.96z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_78_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_79_">
|
||||||
|
<use xlink:href="#SVGID_78_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="24.346" y="22.96" clip-path="url(#SVGID_79_)" fill="#64699B" width="0.956" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_80_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_81_">
|
||||||
|
<use xlink:href="#SVGID_80_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="18.843" y="19.739" clip-path="url(#SVGID_81_)" fill="#64699B" width="0.974" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_82_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_83_">
|
||||||
|
<use xlink:href="#SVGID_82_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="22.305" y="25.729" clip-path="url(#SVGID_83_)" fill="#64699B" width="0.119" height="0.406"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_84_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_85_">
|
||||||
|
<use xlink:href="#SVGID_84_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="18.843" y="18.645" clip-path="url(#SVGID_85_)" fill="#64699B" width="0.974" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_86_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_87_">
|
||||||
|
<use xlink:href="#SVGID_86_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_87_)" fill="#64699B" d="M19.148,22.632v0.328h-0.543v0.114h0.543v0.684h1.07
|
||||||
|
c0-0.037,0.002-0.074,0.002-0.113H19.27v-0.569h0.295V22.96H19.27v-0.214h0.953v-0.114H19.148z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_88_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_89_">
|
||||||
|
<use xlink:href="#SVGID_88_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="24.682" y="18.645" clip-path="url(#SVGID_89_)" fill="#64699B" width="0.973" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_90_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_91_">
|
||||||
|
<use xlink:href="#SVGID_90_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="28.574" y="18.645" clip-path="url(#SVGID_91_)" fill="#64699B" width="0.973" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_92_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_93_">
|
||||||
|
<use xlink:href="#SVGID_92_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_93_)" fill="#64699B" d="M31.016,16.264c0-0.428-0.019-0.85-0.054-1.268v1.049h-4.2v-1.204v-0.653
|
||||||
|
h1.15v-0.115h-1.15v-0.588h-0.119v0.588h-1.475h-2.736v0.115h2.736h1.475v0.653v1.204h-4.235v-1.464h0.024v-0.393h-0.024v-0.115
|
||||||
|
h0.024v-0.588h0.791h3.42v-0.114h-3.42h-0.791v-0.623h-0.146v0.623h-1.011v0.114h1.011v0.588h-0.478v0.115h0.478v0.393v1.464
|
||||||
|
h-0.478v0.114h0.478v0.554h-0.478v0.114h0.478v0.51h-0.478v0.114h0.478v0.482h-0.478v0.114h0.478v2.701h4.356v0.81h-4.834v0.113
|
||||||
|
h4.834v0.318h-4.834v0.115h4.834v0.524h-4.834v0.114h4.834v0.214h-0.385v0.114h0.385v0.568h-4.834
|
||||||
|
c0.002,0.039,0.002,0.077,0.002,0.114h4.832v0.381h-4.813c0.002,0.04,0.006,0.078,0.012,0.114h4.802v0.025h-1.004h-3.795
|
||||||
|
c0.014,0.084,0.029,0.158,0.051,0.227h0.41v0.287h0.12v-0.287h0.302h0.746h0.745h0.746h0.675v0.348h-3.011v0.193
|
||||||
|
c0.038,0.008,0.078,0.016,0.12,0.021v-0.103h2.891v1.326h-2.891v-0.563h-0.12v0.563h-0.394v-0.563h-0.121v0.563H21.42v-0.563H21.3
|
||||||
|
v0.563h-0.093v-0.563h-0.121v0.563h-0.395v-0.563h-2.709v-0.537c0.076-0.004,0.146-0.01,0.215-0.014v-0.785h1.969
|
||||||
|
c0.008-0.035,0.016-0.072,0.021-0.113h-2.002V24.25h2.006c0.004-0.036,0.009-0.074,0.013-0.114h-2.019v-1.512h-0.1v-0.521h2.137
|
||||||
|
v-0.115h-2.137V21.67h2.137v-0.113h-2.137v-3.511h2.137v-0.114h-2.137v-0.482h2.137v-0.114h-2.137v-0.51h2.137v-0.114h-2.137
|
||||||
|
v-0.554h2.137c0-0.04-0.002-0.078-0.002-0.114h-2.135V14.92v-0.734h1.43h0.414c0.148-0.037,0.295-0.075,0.438-0.115h-0.854h-1.429
|
||||||
|
v-1.385h-0.121v1.385h-0.912v0.115h0.912v0.734v1.123H9.873c-0.006,0.038-0.012,0.076-0.019,0.114h8.111v0.554H9.761
|
||||||
|
c-0.006,0.039-0.013,0.076-0.019,0.114h8.223v0.51H9.656c-0.006,0.038-0.013,0.075-0.02,0.114h8.329v0.482H9.553
|
||||||
|
c-0.007,0.039-0.014,0.075-0.02,0.114h8.432v3.511h-2.7c-0.001,0.036-0.003,0.075-0.006,0.113h2.706v0.318h-2.741
|
||||||
|
c-0.005,0.037-0.012,0.076-0.019,0.115h2.759v0.521H15.07c-0.013,0.038-0.026,0.075-0.041,0.112h2.935v1.398h-0.912v-0.801h-2.308
|
||||||
|
c-0.022,0.038-0.046,0.077-0.069,0.114h2.257v0.687h-2.793c-0.036,0.038-0.073,0.077-0.111,0.114h2.905v1.433h-0.841v-1.293
|
||||||
|
h-1.406v1.293h-0.802v-1.291c-0.039,0.035-0.079,0.071-0.121,0.107v1.188H11.69c-0.136,0.047-0.271,0.088-0.404,0.123v0.158h-3.57
|
||||||
|
V25.8h1.532c-0.103-0.034-0.201-0.071-0.294-0.114H7.716v-1.433h0.327c0.022-0.037,0.047-0.076,0.075-0.114H7.596v1.547H7.103
|
||||||
|
v-1.838H6.545v-0.404h4.741v0.695H9.143c0.046,0.038,0.093,0.077,0.141,0.114h2.002v0.709c0.001,0,0.002,0,0.003,0
|
||||||
|
c0.04,0,0.078-0.001,0.117-0.004v-0.705h1.54c0.033-0.036,0.065-0.075,0.097-0.114h-1.637v-0.81H6.545V22.74h7.071
|
||||||
|
c0.006-0.038,0.011-0.075,0.016-0.113H6.545v-0.521h7.115c0-0.039-0.001-0.076-0.002-0.114H6.545v-0.318h7.087
|
||||||
|
c-0.005-0.038-0.01-0.077-0.017-0.114h-7.07v-3.51h2.273c0.006-0.039,0.013-0.076,0.02-0.113H6.425v3.623H5.801v-4.73h0.624v0.624
|
||||||
|
h2.493c0.006-0.039,0.012-0.076,0.019-0.114H6.545v-0.51h2.474c0.006-0.038,0.012-0.075,0.018-0.114H6.545V16.16h2.579
|
||||||
|
c0.006-0.039,0.012-0.077,0.019-0.114H6.545H5.801v-1.123h-0.12v1.123H4.262v-1.857v-1.5H5.14v-0.115H4.262v-1.562h-0.12v1.562
|
||||||
|
H2.534H1.439c-0.01,0.038-0.019,0.077-0.028,0.115h1.123h1.607v1.5v1.857H0.985c0,0.039-0.001,0.076-0.001,0.114h3.158v0.554
|
||||||
|
H0.989c0.001,0.039,0.003,0.076,0.004,0.114h3.148v4.73H1.943c0.014,0.037,0.029,0.076,0.044,0.114h2.155v0.318H2.114
|
||||||
|
c0.016,0.038,0.031,0.075,0.046,0.114h1.981v0.521H2.394c0.018,0.037,0.035,0.075,0.053,0.113h1.695v0.22H3.304v0.114h0.837v0.255
|
||||||
|
H2.745c0.021,0.037,0.041,0.076,0.061,0.114h1.335v0.404H3.037c0.022,0.037,0.044,0.076,0.067,0.113h1.038v1.518
|
||||||
|
c0.04,0.051,0.08,0.103,0.12,0.151v-1.669h1.419v1.725H4.306c0.03,0.037,0.061,0.076,0.092,0.113h1.283v0.167H4.538
|
||||||
|
c0.032,0.037,0.063,0.076,0.096,0.113H5.68v0.203H4.814c0.034,0.038,0.068,0.075,0.103,0.114h0.764v0.405H5.304
|
||||||
|
c0.038,0.039,0.075,0.077,0.113,0.114h0.264v0.256c0.04,0.037,0.08,0.075,0.121,0.112v-0.368h0.624v0.915
|
||||||
|
c0.04,0.033,0.08,0.065,0.12,0.099v-1.014h0.436v1.354c0.041,0.03,0.081,0.062,0.121,0.09v-1.443h0.493v1.793
|
||||||
|
c0.04,0.027,0.081,0.053,0.121,0.079v-1.872h3.57v0.561h-0.383v1.893h-0.348v0.113h0.348v0.908c0.04,0.017,0.08,0.029,0.12,0.043
|
||||||
|
v-0.951h0.263v1.041c0.04,0.014,0.08,0.025,0.12,0.039v-1.08h0.132V29.37h-0.132v-1.777h2.362v3.523
|
||||||
|
c0.04,0.006,0.08,0.01,0.121,0.017v-3.54h0.797v1.777h-0.203v0.114h0.203v1.738c0.04,0.004,0.08,0.008,0.121,0.01v-1.748h0.659
|
||||||
|
V29.37h-0.659v-1.777h1.165v3.688c0.009,0,0.018,0,0.027,0c0.031,0,0.062-0.001,0.093-0.001v-3.688h1.897v3.556
|
||||||
|
c0.07-0.008,0.14-0.018,0.208-0.027v-3.527H21.3v1.777h-0.925v0.113H21.3v0.834c0.04-0.017,0.079-0.03,0.12-0.045v-2.681h0.693
|
||||||
|
v2.39c0.041-0.018,0.08-0.035,0.121-0.053v-2.337h0.393v1.777h-0.289v0.114h0.289v0.258c0.039-0.021,0.08-0.04,0.12-0.061v-0.197
|
||||||
|
h0.38c0.064-0.035,0.129-0.072,0.193-0.107V29.37h-0.573v-1.777h2.892v0.188c0.038-0.034,0.079-0.067,0.118-0.103v-0.085h0.099
|
||||||
|
c0.045-0.036,0.086-0.075,0.129-0.114h-0.228v-0.561h0.823c0.039-0.037,0.076-0.075,0.113-0.113h-0.938v-0.397h1.006v-1.44h1.149
|
||||||
|
v0.439c0.04-0.053,0.082-0.104,0.12-0.157v-0.282h0.205c0.027-0.037,0.054-0.076,0.08-0.113h-0.285v-0.348h0.521
|
||||||
|
c0.049-0.074,0.098-0.148,0.146-0.227H26.76v-0.025h1.954c0.022-0.037,0.048-0.076,0.071-0.113H26.76v-0.382h2.254
|
||||||
|
c0.021-0.038,0.043-0.077,0.063-0.114H26.76v-0.568h0.453V22.96H26.76v-0.214h2.787c0.018-0.037,0.035-0.077,0.053-0.114h-2.84
|
||||||
|
v-0.524h3.075c0.017-0.039,0.031-0.077,0.047-0.115H26.76v-0.318h3.25c0.016-0.038,0.028-0.076,0.043-0.113H26.76V20.75h3.572
|
||||||
|
c0.012-0.037,0.021-0.075,0.034-0.114H26.76v-0.782h0.84V19.74h-0.84v-0.98h0.84v-0.115h-0.84V18.05h4.147
|
||||||
|
c0.006-0.039,0.01-0.077,0.013-0.114h-4.16v-0.482h4.2v0.081C30.997,17.114,31.016,16.691,31.016,16.264 M5.801,16.334v-0.175
|
||||||
|
h0.624v0.554H5.801V16.334z M5.681,23.848H4.262v-0.404h1.419V23.848z M5.681,22.96H5.217v0.114H5.68v0.255H4.262V22.74h1.419
|
||||||
|
V22.96z M5.681,22.627H4.262v-0.521h1.419V22.627z M5.681,21.991H4.262v-0.318h1.419V21.991z M5.681,21.559H4.262v-4.73h1.419
|
||||||
|
V21.559z M5.681,16.334v0.378H4.262v-0.554h1.419V16.334z M6.425,26.805H5.801v-0.406h0.624V26.805z M6.425,26.283H5.801V26.08
|
||||||
|
h0.624V26.283z M6.425,25.967H5.801V25.8h0.624V25.967z M6.425,25.686H5.801v-1.724h0.624V25.686z M6.425,23.848H5.801v-0.404
|
||||||
|
h0.624V23.848z M6.425,23.329H5.801v-0.255h0.373V22.96H5.801v-0.22h0.624V23.329z M6.425,22.627H5.801v-0.521h0.624V22.627z
|
||||||
|
M6.425,21.991H5.801v-0.318h0.624V21.991z M6.981,26.805H6.545v-0.406h0.436V26.805z M6.981,26.283H6.545V26.08h0.436V26.283z
|
||||||
|
M6.981,25.967H6.545V25.8h0.436V25.967z M6.981,25.686H6.545v-1.724h0.436V25.686z M7.596,26.805H7.103v-0.406h0.493V26.805z
|
||||||
|
M7.596,26.283H7.103V26.08h0.493V26.283z M7.596,25.967H7.103V25.8h0.493V25.967z M11.286,29.37h-0.263v-1.777h0.263V29.37z
|
||||||
|
M11.286,26.805h-3.57v-0.406h3.57V26.805z M11.286,26.283h-3.57V26.08h3.57V26.283z M11.406,25.8h2.357v0.167h-2.357V25.8z
|
||||||
|
M11.406,26.08h2.357v0.203h-2.357V26.08z M13.769,27.479h-2.362v-0.561h2.362V27.479z M13.769,26.805h-2.362v-0.406h2.357v0.059
|
||||||
|
h0.005V26.805z M14.686,27.479h-0.797v-0.561h0.797V27.479z M14.686,26.805h-0.797v-0.349h0.797V26.805z M14.686,26.283h-0.797
|
||||||
|
v-0.316h-0.005V25.8h0.802V26.283z M15.972,27.479h-1.165v-0.561h1.165V27.479z M15.972,26.805h-1.165v-0.349h1.165V26.805z
|
||||||
|
M15.972,26.283h-1.165V25.8h1.165V26.283z M15.972,25.686h-1.165v-1.181h1.165V25.686z M17.053,24.253h0.912v1.433h-0.912V24.253
|
||||||
|
z M17.053,25.8h0.912v0.483h-0.912V25.8z M16.092,25.8h0.84v0.483h-0.84V25.8z M17.988,27.479h-1.896v-0.561h1.896V27.479z
|
||||||
|
M17.988,26.805h-1.896v-0.349h0.961v-0.06h0.912v0.01h0.023V26.805z M19.031,25.8h1.539v0.483h-1.539V25.8z M19.031,26.406h2.055
|
||||||
|
v0.396h-2.055V26.406z M18.197,25.8h0.713v0.483h-0.713V25.8z M18.197,26.406h0.713v0.396h-0.713V26.406z M21.3,27.479h-3.103
|
||||||
|
v-0.561h0.713v0.111h2.297v-0.111H21.3V27.479z M21.3,26.805h-0.093v-0.397H21.3V26.805z M22.113,27.479H21.42v-0.561h0.693
|
||||||
|
V27.479z M22.113,26.805H21.42v-0.397h0.693V26.805z M22.627,27.479h-0.393v-0.561h0.067v0.561h0.121v-0.561h0.203L22.627,27.479
|
||||||
|
L22.627,27.479z M22.627,26.805h-0.393v-0.397h0.393V26.805z M25.639,27.479h-2.892v-0.561h2.892V27.479z M25.639,26.805h-2.892
|
||||||
|
v-0.397h2.892V26.805z M26.643,26.292h-0.886v-1.326h0.886V26.292z M26.643,24.852h-0.886v-0.347h0.697h0.188V24.852z
|
||||||
|
M26.643,18.645h-0.016v0.114h0.016v0.98h-0.016v0.114h0.016v0.781h-4.235v-2.587h4.235V18.645z M26.643,17.936h-4.235v-0.483
|
||||||
|
h4.235V17.936z M26.643,17.337h-4.235v-0.51h4.235V17.337z M26.643,16.713h-4.235v-0.554h4.235V16.713z M27.2,24.505h0.712v0.347
|
||||||
|
h-1.15v-0.347H27.2z M26.762,16.159h4.2v0.554h-4.2V16.159z M26.762,16.827h4.2v0.51h-4.2V16.827z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_94_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_95_">
|
||||||
|
<use xlink:href="#SVGID_94_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="14.95" y="19.739" clip-path="url(#SVGID_95_)" fill="#64699B" width="0.973" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_96_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_97_">
|
||||||
|
<use xlink:href="#SVGID_96_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="28.574" y="19.739" clip-path="url(#SVGID_97_)" fill="#64699B" width="0.973" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_98_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_99_">
|
||||||
|
<use xlink:href="#SVGID_98_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="24.682" y="19.739" clip-path="url(#SVGID_99_)" fill="#64699B" width="0.973" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_100_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_101_">
|
||||||
|
<use xlink:href="#SVGID_100_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="22.734" y="19.739" clip-path="url(#SVGID_101_)" fill="#64699B" width="0.975" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_102_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_103_">
|
||||||
|
<use xlink:href="#SVGID_102_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="22.734" y="18.645" clip-path="url(#SVGID_103_)" fill="#64699B" width="0.975" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_104_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_105_">
|
||||||
|
<use xlink:href="#SVGID_104_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="9.111" y="19.739" clip-path="url(#SVGID_105_)" fill="#64699B" width="0.974" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_106_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_107_">
|
||||||
|
<use xlink:href="#SVGID_106_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_107_)" fill="#64699B" d="M9.415,18.706c0.057-0.021,0.116-0.041,0.176-0.063H9.426
|
||||||
|
C9.422,18.664,9.418,18.688,9.415,18.706"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_108_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_109_">
|
||||||
|
<use xlink:href="#SVGID_108_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="14.95" y="18.645" clip-path="url(#SVGID_109_)" fill="#64699B" width="0.973" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_110_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_111_">
|
||||||
|
<use xlink:href="#SVGID_110_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_111_)" fill="#64699B" d="M13.838,18.759h0.139v-0.114h-0.326
|
||||||
|
C13.715,18.682,13.777,18.718,13.838,18.759"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_112_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_113_">
|
||||||
|
<use xlink:href="#SVGID_112_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<polygon clip-path="url(#SVGID_113_)" fill="#64699B" points="7.596,19.339 7.596,19.854 8.138,19.854 8.138,19.739 7.716,19.739
|
||||||
|
7.716,19.339 "/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_114_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_115_">
|
||||||
|
<use xlink:href="#SVGID_114_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<polygon clip-path="url(#SVGID_115_)" fill="#64699B" points="8.138,18.645 7.595,18.645 7.595,19.158 7.716,19.158 7.716,18.759
|
||||||
|
8.138,18.759 "/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_116_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_117_">
|
||||||
|
<use xlink:href="#SVGID_116_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<rect x="11.057" y="19.739" clip-path="url(#SVGID_117_)" fill="#64699B" width="0.974" height="0.114"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_118_" x="0.224" y="0.224" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_119_">
|
||||||
|
<use xlink:href="#SVGID_118_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_119_)" fill="#282C63" d="M15.999,0.287C7.322,0.287,0.287,7.322,0.287,16
|
||||||
|
c0,8.68,7.035,15.712,15.712,15.712c8.679,0,15.713-7.032,15.713-15.712C31.712,7.322,24.678,0.287,15.999,0.287 M15.999,30.359
|
||||||
|
c-7.931,0-14.36-6.43-14.36-14.359c0-7.931,6.429-14.361,14.36-14.361c7.933,0,14.36,6.43,14.36,14.361
|
||||||
|
C30.359,23.932,23.932,30.359,15.999,30.359"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<path id="SVGID_120_" d="M1.702,16c0-7.884,6.414-14.298,14.297-14.298c7.884,0,14.298,6.414,14.298,14.298
|
||||||
|
s-6.414,14.298-14.298,14.298C8.116,30.298,1.702,23.884,1.702,16 M5.801,5.801C3.077,8.525,1.576,12.147,1.576,16
|
||||||
|
c0,3.854,1.5,7.475,4.225,10.198c2.724,2.725,6.346,4.225,10.198,4.225c3.854,0,7.476-1.5,10.199-4.225
|
||||||
|
c2.725-2.724,4.225-6.347,4.225-10.198c0-3.852-1.5-7.475-4.225-10.199c-2.726-2.724-6.347-4.225-10.199-4.225
|
||||||
|
C12.147,1.577,8.525,3.077,5.801,5.801 M0.349,16c0-8.63,7.021-15.65,15.65-15.65c8.63,0,15.649,7.021,15.649,15.65
|
||||||
|
s-7.021,15.65-15.649,15.65S0.349,24.629,0.349,16 M15.999,0.224c-4.214,0-8.175,1.641-11.155,4.621
|
||||||
|
C1.865,7.825,0.224,11.786,0.224,16s1.641,8.176,4.62,11.154c2.98,2.979,6.941,4.621,11.155,4.621
|
||||||
|
c4.215,0,8.176-1.643,11.155-4.621c2.979-2.979,4.621-6.94,4.621-11.154s-1.643-8.175-4.621-11.155
|
||||||
|
C24.175,1.865,20.214,0.224,15.999,0.224z"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_121_">
|
||||||
|
<use xlink:href="#SVGID_120_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_122_" gradientUnits="userSpaceOnUse" x1="-578.73" y1="0.8037" x2="-578.6672" y2="0.8037" gradientTransform="matrix(174.7801 -471.4253 471.4253 174.7801 100782.4063 -272937.6875)">
|
||||||
|
<stop offset="0" style="stop-color:#A8A8A8"/>
|
||||||
|
<stop offset="1" style="stop-color:#E2E0FF"/>
|
||||||
|
</linearGradient>
|
||||||
|
<polygon clip-path="url(#SVGID_121_)" fill="url(#SVGID_122_)" points="-10.06,27.963 4.037,-10.06 42.059,4.037 27.963,42.061
|
||||||
|
"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<rect id="SVGID_123_" x="0.223" y="0.146" width="31.551" height="31.551"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_124_">
|
||||||
|
<use xlink:href="#SVGID_123_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
<path clip-path="url(#SVGID_124_)" fill="#282C63" d="M25.952,6.275c-0.414-0.41-0.934-0.618-1.542-0.618
|
||||||
|
c-0.38,0-0.737,0.096-1.063,0.285s-0.59,0.454-0.777,0.788c-0.137,0.24-0.223,0.498-0.262,0.769h-0.146h-1.454h-0.368v0.369v0.326
|
||||||
|
v0.368h0.367h0.525C21.2,8.6,21.164,8.635,21.123,8.669c-0.174,0.141-0.388,0.21-0.647,0.21c-0.226,0-0.426-0.05-0.611-0.151
|
||||||
|
c-0.184-0.099-0.322-0.231-0.426-0.403c-0.103-0.172-0.15-0.348-0.15-0.535c0-0.183,0.048-0.352,0.146-0.518
|
||||||
|
c0.097-0.166,0.231-0.294,0.412-0.393c0.188-0.101,0.377-0.15,0.58-0.15c0.162,0,0.334,0.038,0.512,0.114
|
||||||
|
c0.18,0.077,0.35,0.193,0.504,0.344l0.254,0.25l0.258-0.245l0.262-0.248l0.282-0.268l-0.282-0.267
|
||||||
|
c-0.271-0.259-0.559-0.451-0.852-0.57c-0.297-0.121-0.615-0.183-0.947-0.183c-0.415,0-0.795,0.094-1.129,0.279
|
||||||
|
c-0.337,0.187-0.605,0.45-0.801,0.782c-0.076,0.131-0.137,0.268-0.184,0.408V6.111V5.742h-0.369h-0.336h-0.07h-0.301h-0.068H15.31
|
||||||
|
h-0.369v0.369v0.021c-0.166-0.167-0.371-0.279-0.612-0.335c-0.104-0.023-0.303-0.055-0.844-0.055h-0.672h-0.232h-0.137h-0.232
|
||||||
|
h-1.934h-0.006H9.91h-0.2H9.343H9.102L9.005,5.964L8.209,7.788L7.428,5.965L7.332,5.742H7.089H6.722h-0.56l0.221,0.514L7.83,9.629
|
||||||
|
l0.096,0.224h0.243h0.074h0.242l0.096-0.222l1.33-3.056v2.908v0.369h0.369h1.92h0.246h0.123h0.246h0.337h0.368V9.484V8.751
|
||||||
|
l0.744,0.959l0.111,0.143h0.181h0.417h0.723h0.029h0.339h0.345h0.367V9.484V6.81h0.385h0.068v2.674v0.369h0.369h0.338h0.367V9.484
|
||||||
|
V8.47c0.084,0.252,0.219,0.487,0.402,0.702c0.434,0.509,1.027,0.767,1.761,0.767c0.612,0,1.115-0.191,1.491-0.568
|
||||||
|
c0.219-0.219,0.375-0.481,0.469-0.784c0.104,0.268,0.266,0.513,0.484,0.73c0.415,0.413,0.928,0.622,1.527,0.622
|
||||||
|
c0.593,0,1.104-0.21,1.518-0.625c0.413-0.414,0.623-0.924,0.623-1.517C26.578,7.198,26.368,6.687,25.952,6.275 M12.444,8.785
|
||||||
|
h-0.246h-1.213V8.197h1.213h0.246V8.785z M12.444,7.13h-0.246h-1.213V6.81h1.227h0.232V7.13z M13.519,6.81h0.227
|
||||||
|
c0.268,0,0.351,0.03,0.359,0.033c0.029,0.012,0.05,0.03,0.07,0.06c0.021,0.032,0.031,0.064,0.031,0.105
|
||||||
|
c0,0.045-0.01,0.081-0.032,0.116c-0.019,0.029-0.042,0.048-0.079,0.062c-0.022,0.009-0.115,0.039-0.362,0.039l-0.214-0.003V6.81z
|
||||||
|
M15.694,9.484v0.331l-0.432-0.557l-0.823-1.062c0.047-0.015,0.091-0.032,0.133-0.05c0.229-0.102,0.409-0.255,0.535-0.458
|
||||||
|
c0.123-0.198,0.185-0.426,0.185-0.679c0-0.068-0.005-0.135-0.015-0.199h0.033h0.383L15.694,9.484L15.694,9.484z M23.513,7.257
|
||||||
|
c0.094-0.164,0.221-0.291,0.389-0.389c0.166-0.098,0.338-0.146,0.523-0.146c0.19,0,0.366,0.048,0.538,0.146
|
||||||
|
c0.17,0.098,0.298,0.224,0.392,0.384c0.093,0.162,0.138,0.338,0.138,0.543c0,0.206-0.045,0.387-0.14,0.553
|
||||||
|
c-0.092,0.163-0.219,0.288-0.383,0.382c-0.168,0.096-0.347,0.142-0.545,0.142c-0.294,0-0.537-0.101-0.744-0.308
|
||||||
|
c-0.207-0.206-0.309-0.452-0.309-0.753C23.372,7.604,23.417,7.422,23.513,7.257"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<defs>
|
||||||
|
<path id="SVGID_125_" d="M11.047,8.26h1.333v0.462h-1.333V8.26z M10.922,8.848h1.585V8.134h-1.585V8.848z M11.047,6.873h1.333
|
||||||
|
v0.194h-1.333V6.873z M10.922,7.193h1.585V6.747h-1.585V7.193z M13.582,7.159V6.873h0.164c0.258,0,0.335,0.028,0.336,0.029
|
||||||
|
c0.015,0.006,0.027,0.014,0.042,0.036c0.014,0.021,0.02,0.042,0.02,0.07c0,0.034-0.006,0.057-0.022,0.082
|
||||||
|
c-0.01,0.015-0.021,0.027-0.049,0.038c-0.009,0.004-0.092,0.034-0.339,0.034L13.582,7.159z M13.456,6.747v0.537l0.276,0.002
|
||||||
|
c0.251,0,0.354-0.029,0.385-0.042c0.049-0.021,0.083-0.046,0.108-0.086c0.029-0.044,0.042-0.092,0.042-0.15
|
||||||
|
c0-0.053-0.013-0.097-0.041-0.14c-0.026-0.04-0.058-0.067-0.1-0.083c-0.022-0.009-0.115-0.038-0.382-0.038H13.456z M23.724,8.521
|
||||||
|
c-0.193-0.193-0.289-0.425-0.289-0.709c0-0.197,0.043-0.368,0.133-0.523c0.086-0.156,0.207-0.275,0.365-0.367
|
||||||
|
c0.156-0.092,0.318-0.136,0.492-0.136c0.18,0,0.346,0.045,0.506,0.138c0.161,0.092,0.281,0.21,0.368,0.361
|
||||||
|
c0.087,0.151,0.13,0.318,0.13,0.511c0,0.195-0.043,0.366-0.131,0.521c-0.087,0.152-0.205,0.27-0.359,0.359
|
||||||
|
c-0.157,0.09-0.326,0.134-0.514,0.134C24.149,8.81,23.919,8.715,23.724,8.521 M23.869,6.814
|
||||||
|
c-0.179,0.104-0.313,0.238-0.412,0.413c-0.101,0.175-0.147,0.366-0.147,0.585c0,0.318,0.106,0.58,0.326,0.798
|
||||||
|
c0.221,0.219,0.479,0.325,0.789,0.325c0.211,0,0.398-0.049,0.575-0.15c0.176-0.1,0.31-0.233,0.406-0.406
|
||||||
|
c0.1-0.175,0.147-0.366,0.147-0.583c0-0.215-0.049-0.403-0.146-0.574c-0.098-0.17-0.232-0.304-0.413-0.407
|
||||||
|
c-0.183-0.104-0.368-0.155-0.569-0.155C24.228,6.66,24.047,6.71,23.869,6.814 M14.543,8.226c0.019-0.007,0.037-0.015,0.055-0.023
|
||||||
|
c0.241-0.106,0.43-0.269,0.563-0.483c0.129-0.208,0.194-0.447,0.194-0.712c0-0.045-0.002-0.09-0.006-0.136h0.283v2.759
|
||||||
|
L14.543,8.226z M22.46,6.8c-0.102,0.201-0.17,0.414-0.206,0.636h-0.466L22.46,6.8z M19.894,8.673
|
||||||
|
c-0.172-0.094-0.303-0.218-0.399-0.381c-0.097-0.162-0.144-0.326-0.144-0.502c0-0.171,0.045-0.33,0.137-0.485
|
||||||
|
c0.092-0.155,0.22-0.277,0.391-0.37c0.178-0.096,0.357-0.142,0.551-0.142c0.152,0,0.315,0.036,0.485,0.108
|
||||||
|
c0.172,0.074,0.336,0.186,0.483,0.332l0.207,0.203h-1.33v1.189h0.804c-0.161,0.129-0.356,0.191-0.603,0.191
|
||||||
|
C20.261,8.817,20.069,8.769,19.894,8.673 M20.399,7.561h1.963l0.008-0.054c0.036-0.264,0.122-0.516,0.252-0.747
|
||||||
|
c0.186-0.324,0.438-0.581,0.755-0.764c0.315-0.184,0.664-0.276,1.033-0.276c0.591,0,1.096,0.202,1.498,0.6
|
||||||
|
c0.403,0.399,0.606,0.896,0.606,1.477c0,0.575-0.203,1.071-0.604,1.473c-0.401,0.402-0.897,0.606-1.474,0.606
|
||||||
|
c-0.582,0-1.08-0.203-1.481-0.603c-0.212-0.21-0.37-0.449-0.472-0.709l-0.064-0.168l-0.053,0.172
|
||||||
|
c-0.092,0.293-0.243,0.548-0.454,0.758c-0.363,0.365-0.851,0.55-1.446,0.55c-0.714,0-1.29-0.251-1.714-0.745
|
||||||
|
c-0.178-0.207-0.308-0.436-0.39-0.681l-0.121-0.366V9.79h-0.95V6.747h-0.578V9.79h-0.957V6.747h-0.551l0.01,0.071
|
||||||
|
c0.009,0.066,0.013,0.128,0.013,0.19c0,0.241-0.059,0.458-0.175,0.646c-0.119,0.192-0.289,0.338-0.506,0.435
|
||||||
|
c-0.04,0.018-0.082,0.034-0.126,0.047l-0.085,0.027l1.26,1.626h-1.191l-0.948-1.224v1.224H9.973V6.274L8.443,9.79H7.967
|
||||||
|
l-1.71-3.985H7.29l0.918,2.141l0.934-2.141h4.342c0.535,0,0.73,0.03,0.83,0.053c0.229,0.052,0.425,0.16,0.583,0.318l0.107,0.108
|
||||||
|
V5.805h3.237v1.712l0.121-0.37c0.046-0.138,0.104-0.272,0.179-0.396c0.188-0.322,0.449-0.578,0.776-0.759
|
||||||
|
c0.324-0.18,0.693-0.271,1.099-0.271c0.325,0,0.635,0.06,0.924,0.178c0.285,0.117,0.566,0.305,0.832,0.558l0.234,0.222
|
||||||
|
l-0.71,0.673l-0.211-0.207c-0.16-0.157-0.336-0.277-0.524-0.357c-0.185-0.079-0.362-0.119-0.534-0.119
|
||||||
|
c-0.214,0-0.412,0.052-0.609,0.157c-0.189,0.104-0.334,0.24-0.438,0.416c-0.104,0.176-0.154,0.356-0.154,0.55
|
||||||
|
c0,0.199,0.053,0.385,0.16,0.567c0.109,0.182,0.256,0.321,0.447,0.427c0.195,0.107,0.407,0.159,0.645,0.159
|
||||||
|
c0.276,0,0.5-0.074,0.687-0.225c0.045-0.035,0.083-0.074,0.118-0.114l0.089-0.104h-0.97V7.561H20.399z M23.313,5.887
|
||||||
|
c-0.315,0.184-0.573,0.437-0.766,0.752l-0.29-0.275c-0.276-0.264-0.571-0.46-0.872-0.583c-0.304-0.124-0.631-0.187-0.971-0.187
|
||||||
|
c-0.426,0-0.816,0.097-1.159,0.287c-0.348,0.193-0.624,0.464-0.823,0.806c-0.023,0.041-0.047,0.082-0.067,0.124V5.679h-3.487
|
||||||
|
v0.313c-0.153-0.123-0.333-0.208-0.536-0.256c-0.106-0.024-0.311-0.057-0.858-0.057H9.06L8.21,7.63L7.373,5.679H6.066
|
||||||
|
l1.818,4.237h0.641l1.322-3.039v3.039h3.734V8.934l0.761,0.982h1.35l0.064,0.083V9.916h1.082V6.873h0.327v3.043h1.2V8.78
|
||||||
|
c0.079,0.152,0.175,0.297,0.292,0.432c0.447,0.523,1.056,0.789,1.809,0.789c0.631,0,1.146-0.197,1.535-0.586
|
||||||
|
c0.188-0.187,0.332-0.407,0.432-0.657c0.105,0.219,0.252,0.421,0.435,0.604c0.427,0.424,0.955,0.64,1.571,0.64
|
||||||
|
c0.608,0,1.136-0.217,1.562-0.643c0.426-0.426,0.642-0.952,0.642-1.562c0-0.615-0.218-1.143-0.644-1.566
|
||||||
|
c-0.427-0.422-0.961-0.637-1.587-0.637C24.019,5.594,23.651,5.693,23.313,5.887"/>
|
||||||
|
</defs>
|
||||||
|
<clipPath id="SVGID_126_">
|
||||||
|
<use xlink:href="#SVGID_125_" overflow="visible"/>
|
||||||
|
</clipPath>
|
||||||
|
|
||||||
|
<linearGradient id="SVGID_127_" gradientUnits="userSpaceOnUse" x1="-577.4985" y1="1.0854" x2="-577.435" y2="1.0854" gradientTransform="matrix(327.6787 0 0 327.6787 189239.9844 -347.7188)">
|
||||||
|
<stop offset="0" style="stop-color:#A8A8A8"/>
|
||||||
|
<stop offset="1" style="stop-color:#E2E0FF"/>
|
||||||
|
</linearGradient>
|
||||||
|
<rect x="6.066" y="5.594" clip-path="url(#SVGID_126_)" fill="url(#SVGID_127_)" width="20.574" height="4.407"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 41 KiB |
239
public/assets/img/mapicons/map_icon_lobby_mapveto.svg
Normal file
@ -0,0 +1,239 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||||
|
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#030303;" d="M28.8,0.9L4,0.9l0.3,19.9c0,0.1,0,0.2,0,0.3
|
||||||
|
c0,5.7,5.5,10.1,12.4,10.1c6.6,0,12-4.2,12.3-9.6h0L28.8,0.9z"/>
|
||||||
|
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#5F4F12;" d="M27.5,2.1l-22.4,0l0.3,18.3c0,0.1,0,0.2,0,0.3
|
||||||
|
c0,5.2,5,9.3,11.1,9.3c6,0,10.8-3.8,11.1-8.8h0L27.5,2.1z"/>
|
||||||
|
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#030303;" d="M26.2,25.1L5.5,2.2l0,18.2c0,0.1,0,0.2,0,0.3
|
||||||
|
c0,5.2,5,9.3,11.1,9.3c6,0,10.8-3.8,11.1-8.8l-1.3,3.9H26.2z"/>
|
||||||
|
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#0C1529;" d="M27.4,2.1l-22.2,0l0.3,18.2c0,0.1,0,0.2,0,0.3
|
||||||
|
c0,5.2,4.9,9.2,11,9.2c5.9,0,10.7-3.8,11-8.8h0L27.4,2.1z M16.5,29.4c-5.9,0-10.7-4.1-10.7-9c0-0.1,0-0.2,0-0.3L5.6,2.4l21.5,0
|
||||||
|
l0.2,18.5C27,25.7,22.3,29.4,16.5,29.4z"/>
|
||||||
|
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#EFE4B1;" d="M27.6,1.9l-22.5,0l0.3,18.5c0,0.1,0,0.2,0,0.3
|
||||||
|
c0,5.2,5,9.4,11.2,9.4c6,0,10.9-3.8,11.2-8.9v0L27.6,1.9z M16.5,29.6c-6,0-10.9-4.1-10.9-9.2c0-0.1,0-0.2,0-0.3l-0.3-18l21.9,0
|
||||||
|
L27.4,21C27.1,25.8,22.4,29.6,16.5,29.6z"/>
|
||||||
|
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#D4BF64;" d="M27.6,1.9l-22.5,0l0.3,18.5c0,0.1,0,0.2,0,0.3
|
||||||
|
c0,5.2,5,9.4,11.2,9.4c6,0,10.9-3.8,11.2-8.9v0L27.6,1.9z M16.5,29.6c-6,0-10.9-4.1-10.9-9.2c0-0.1,0-0.2,0-0.3l-0.3-18l21.9,0
|
||||||
|
L27.4,21C27.1,25.8,22.4,29.6,16.5,29.6z"/>
|
||||||
|
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#D7C265;" d="M29.1,0.6l-25.4,0L4,21c0,0.1,0,0.2,0,0.3
|
||||||
|
c0,5.8,5.7,10.4,12.6,10.4c6.8,0,12.3-4.2,12.7-9.8v0L29.1,0.6z M16.6,31.2c-6.8,0-12.3-4.6-12.3-10.1c0-0.1,0-0.2,0-0.3L4.1,0.9
|
||||||
|
l24.6,0l0.2,20.8C28.6,27.1,23.2,31.2,16.6,31.2z"/>
|
||||||
|
<path d="M8.1,22.2c0.1-0.1,0.3-0.3,0.4-0.4c0,0,0-0.1,0-0.1c0,0,0-0.1,0.1-0.1c0-0.1,0-0.3,0-0.3c-0.1-0.3-0.3-0.4-0.4-0.7
|
||||||
|
c0,0,0.1-0.1,0.1-0.1c0-0.1,0.1-0.2,0-0.3c-0.1-0.3-0.3-0.5-0.4-0.9c0-0.2,0-0.5,0-0.7c0-0.1,0.2-0.2,0.1-0.3c0-0.1-0.1-0.1-0.2-0.2
|
||||||
|
c0.1-0.1,0.4-0.2,0.3-0.4c-0.1-0.1-0.3-0.1-0.3-0.2c0,0,0.1-0.1,0.1-0.2c0-0.1,0-0.3,0-0.3c0-0.1-0.1-0.2-0.2-0.3c0-0.5,0-1,0-1.6
|
||||||
|
l0-2.6c0-0.5,0-1,0-1.6c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0.1-0.2,0-0.3c0,0-0.1-0.1-0.1-0.2C7.7,10,8,10,8,9.9c0.1-0.2-0.2-0.3-0.3-0.4
|
||||||
|
c0.1,0,0.1-0.1,0.2-0.2c0-0.2-0.1-0.2-0.1-0.3c-0.1-0.2,0-0.5,0-0.7C7.8,8,8.1,7.8,8.2,7.4c0-0.1,0-0.3,0-0.3C8.1,7.1,8.1,7,8,7
|
||||||
|
c0.2-0.2,0.3-0.4,0.4-0.7c0-0.1,0.1-0.2,0-0.3c0,0,0-0.1-0.1-0.1c0,0,0-0.1,0-0.1C8.4,5.5,8.2,5.4,8.1,5.3C8,5.2,7.9,5.1,7.9,5
|
||||||
|
c0-0.1,0-0.2,0-0.1c0,0.1-0.1,0.3,0,0.4C7.9,5.4,8,5.4,8,5.5c0,0,0,0,0,0c-0.1,0-0.2,0-0.3,0C7.4,5.6,7.3,5.7,7.3,5.9
|
||||||
|
c0,0,0,0.1,0,0.2c0,0.1,0.1,0.2,0.2,0.3l0,0c-0.1,0-0.3,0.2-0.2,0.4c0,0.1,0.1,0.1,0.2,0.2c0,0,0,0.1-0.1,0.1
|
||||||
|
C7.3,7.2,7.2,7.3,7.2,7.4C7.1,7.6,7.1,7.7,7.1,7.9C7,8,7,8.1,7,8.2c0,0.4,0,0.6,0.2,0.9c0,0.1,0.1,0.2,0.2,0.3c0,0,0,0.1,0,0.1
|
||||||
|
C7,9.5,7.1,9.8,7.3,9.9c0,0,0.1,0.1,0.1,0.1c0,0-0.1,0.1-0.1,0.2c0,0.1-0.1,0.3,0,0.4c0,0.1,0.2,0.2,0.2,0.3c0,0.5,0,1.1,0,1.6
|
||||||
|
c0,0.5,0,1.9,0,2.4c0,0.5,0,1.1,0,1.6c0,0.1-0.2,0.2-0.2,0.3c0,0.1,0,0.3,0,0.4c0,0,0.1,0.1,0.1,0.2c0,0-0.1,0.1-0.1,0.1
|
||||||
|
C7.1,17.8,7,18,7.3,18.1c0,0,0,0,0,0.1c0,0.1-0.1,0.2-0.2,0.3C7.1,18.7,7,18.9,7,19.3c0,0.1,0,0.2,0,0.3c0,0.2,0.1,0.3,0.1,0.5
|
||||||
|
c0,0.1,0.1,0.2,0.2,0.3c0,0,0.1,0.1,0.1,0.1c-0.1,0.1-0.1,0.1-0.2,0.2c-0.1,0.2,0.1,0.3,0.2,0.4l0,0c-0.1,0.1-0.2,0.1-0.2,0.3
|
||||||
|
c0,0.1,0,0.2,0,0.2c0.1,0.2,0.1,0.3,0.4,0.3c0.1,0,0.2,0,0.3,0c0,0,0,0,0,0c0,0.1-0.1,0.1-0.2,0.2c-0.1,0.1,0,0.3,0,0.4
|
||||||
|
c0,0,0-0.1,0-0.1C7.9,22.4,8,22.3,8.1,22.2z M7.6,6.8c0-0.1,0.1-0.1,0.1-0.2c0,0,0,0,0,0c0,0,0,0,0,0C7.7,6.6,7.6,6.8,7.6,6.8
|
||||||
|
l-0.1,0c-0.1,0-0.1-0.1-0.1-0.1c0-0.1,0.1-0.1,0.2-0.2C7.8,6.5,7.9,6.4,8,6.3C8.1,6.2,8.1,6,7.9,6C7.8,6,7.8,6,7.8,6.1c0,0,0,0,0,0
|
||||||
|
c0,0,0.1,0,0.1,0c0,0,0,0,0,0c0,0.1-0.2,0.2-0.4,0.1C7.4,6.3,7.4,6,7.5,5.9c0.3-0.3,0.8,0,0.8,0.3c0,0.2-0.3,0.5-0.4,0.6
|
||||||
|
C7.8,6.9,7.7,6.9,7.6,6.8z M8,7.1c0.1,0.4-0.2,0.6-0.3,0.9c0,0.1-0.1,0.3-0.1,0.4c0,0,0,0.1,0,0.2c0,0,0,0,0,0l0,0
|
||||||
|
C7.5,8.5,7.5,8.3,7.5,8.2c0-0.1,0-0.2,0-0.3c0.1-0.2,0.2-0.4,0.3-0.6C7.8,7.2,7.9,7.2,8,7.1C7.9,7.1,8,7.1,8,7.1z M7.1,8.2
|
||||||
|
c0-0.1,0-0.2,0-0.3c0.1-0.2,0.1-0.4,0.2-0.6C7.4,7.2,7.4,7,7.5,7c0,0,0.2,0,0.2,0c0,0,0,0,0,0c0,0.1-0.1,0.1-0.1,0.2
|
||||||
|
C7.6,7.3,7.5,7.4,7.5,7.4C7.4,7.7,7.4,7.9,7.3,8.2c0,0.3,0.1,0.7,0.2,0.8C7.6,9,7.8,9.2,7.7,9.3c0,0-0.1,0-0.1,0
|
||||||
|
C7.3,9.2,7.1,8.6,7.1,8.2z M7.3,9.6C7.3,9.5,7.4,9.5,7.3,9.6c0.1,0,0.1,0,0.1,0c0,0,0.3,0.3,0.3,0.3c0,0-0.1,0-0.1,0.1
|
||||||
|
C7.6,9.8,7.4,9.6,7.3,9.6z M7.4,10.4c0-0.1,0-0.1,0.1-0.1c0,0,0,0,0.1,0c0,0.1,0.1,0.2,0,0.3c0,0-0.1,0-0.1,0
|
||||||
|
C7.5,10.5,7.4,10.5,7.4,10.4z M7.5,17.3c-0.1,0-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0.1-0.2c0,0,0.1,0,0.1,0C7.7,17.1,7.6,17.2,7.5,17.3
|
||||||
|
C7.6,17.3,7.6,17.3,7.5,17.3z M7.4,18C7.4,18,7.4,18,7.4,18c0-0.1,0.2-0.3,0.3-0.3c0,0,0.1,0,0.1,0.1C7.7,17.7,7.5,17.9,7.4,18
|
||||||
|
C7.4,18,7.4,18,7.4,18z M7.6,18.9c0,0,0,0.1,0,0.2c0,0.1,0,0.3,0.1,0.4C7.8,19.7,8.1,20,8,20.4c0,0,0,0,0,0c-0.1,0-0.1-0.1-0.2-0.2
|
||||||
|
c-0.1-0.2-0.2-0.3-0.3-0.6c0-0.1,0-0.2,0-0.3C7.5,19.1,7.5,19,7.6,18.9L7.6,18.9C7.6,18.9,7.6,18.9,7.6,18.9z M7.4,20.3
|
||||||
|
c-0.1-0.2-0.2-0.4-0.2-0.6c0-0.1,0-0.2,0-0.3c0-0.4,0.2-1,0.4-1.2c0,0,0.1,0,0.1,0c0.1,0.1-0.1,0.3-0.1,0.4
|
||||||
|
c-0.1,0.1-0.2,0.5-0.2,0.8c0,0.3,0.1,0.5,0.2,0.7c0,0.1,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0,0,0,0,0,0c0,0-0.2,0.1-0.2,0
|
||||||
|
C7.5,20.5,7.4,20.3,7.4,20.3z M7.5,21.6c-0.1-0.1-0.1-0.3,0.1-0.4c0.2-0.1,0.4,0,0.4,0.1c0,0,0,0,0,0c-0.1,0-0.1,0-0.1,0
|
||||||
|
c0,0,0,0,0,0c0,0.1,0,0.1,0.1,0.1c0.2,0,0.2-0.2,0.1-0.4C7.9,21.1,7.8,21,7.6,21c-0.1,0-0.2-0.1-0.2-0.2c0-0.1,0.1-0.1,0.1-0.1h0
|
||||||
|
c0,0,0.1,0.2,0.1,0.2c0,0,0,0,0,0c0,0,0,0,0,0c0-0.1-0.1-0.1-0.1-0.2c0,0,0.1,0,0.2,0C8,20.8,8.2,21,8.3,21.2
|
||||||
|
C8.4,21.6,7.8,21.9,7.5,21.6z M8.4,5C8.3,5,8.3,5,8.4,5c0,0.1,0.2,0.3,0.3,0.3c0,0,0,0,0,0C8.7,5.2,8.5,5,8.4,5z M24.8,5.3
|
||||||
|
c-0.1,0.1-0.3,0.3-0.4,0.4c0,0,0,0.1,0,0.1c0,0,0,0.1-0.1,0.1c0,0.1,0,0.3,0,0.3c0.1,0.3,0.3,0.4,0.4,0.7c-0.1,0-0.1,0.1-0.1,0.1
|
||||||
|
c0,0.1-0.1,0.2,0,0.3C24.7,7.7,25,8,25,8.3c0,0.2,0,0.5,0,0.7c0,0.1-0.2,0.2-0.1,0.3c0,0.1,0.1,0.1,0.2,0.2
|
||||||
|
c-0.1,0.1-0.4,0.2-0.3,0.4c0.1,0.1,0.3,0.1,0.3,0.2c0,0-0.1,0.1-0.1,0.2c0,0.1,0,0.3,0,0.3c0,0.1,0.1,0.2,0.2,0.3c0,0.5,0,1,0,1.6
|
||||||
|
l0,2.6c0,0.5,0,1,0,1.6c0,0.1-0.1,0.2-0.2,0.3c0,0.1-0.1,0.2,0,0.3c0,0,0.1,0.1,0.1,0.2c0,0.1-0.3,0.1-0.3,0.2
|
||||||
|
c-0.1,0.2,0.2,0.3,0.3,0.4c-0.1,0-0.1,0.1-0.2,0.2c0,0.2,0.1,0.2,0.1,0.3c0.1,0.2,0,0.5,0,0.7c-0.1,0.3-0.3,0.5-0.4,0.9
|
||||||
|
c0,0.1,0,0.3,0,0.3c0,0,0.1,0.1,0.1,0.1c-0.2,0.2-0.3,0.4-0.4,0.7c0,0.1-0.1,0.2,0,0.3c0,0,0,0.1,0.1,0.1c0,0,0,0.1,0,0.1
|
||||||
|
c0.1,0.2,0.3,0.3,0.4,0.4c0.1,0.1,0.1,0.2,0.1,0.2c0,0.1,0,0.2,0.1,0.1c0-0.1,0.1-0.3,0-0.4c0-0.1-0.2-0.1-0.2-0.2c0,0,0,0,0,0
|
||||||
|
c0.1,0,0.2,0,0.3,0c0.3-0.1,0.4-0.2,0.4-0.3c0,0,0-0.2,0-0.2c0-0.1-0.1-0.2-0.2-0.3v0c0.1,0,0.3-0.2,0.2-0.4c0-0.1-0.1-0.1-0.2-0.2
|
||||||
|
c0,0,0-0.1,0.1-0.1c0.1-0.1,0.1-0.2,0.1-0.3c0.1-0.2,0.1-0.3,0.1-0.5c0-0.1,0-0.2,0-0.3c0-0.4,0-0.6-0.2-0.9c0-0.1-0.1-0.2-0.2-0.3
|
||||||
|
c0,0,0-0.1,0-0.1c0.3-0.1,0.2-0.3,0-0.5c0,0-0.1-0.1-0.1-0.1c0,0,0.1-0.1,0.1-0.2c0-0.1,0.1-0.3,0-0.4c0-0.1-0.2-0.2-0.2-0.3
|
||||||
|
c0-0.5,0-1.1,0-1.6c0-0.5,0-1.9,0-2.4c0-0.5,0-1.1,0-1.6c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0-0.3,0-0.4c0,0-0.1-0.1-0.1-0.2
|
||||||
|
c0,0,0.1-0.1,0.1-0.1c0.1-0.2,0.3-0.4,0-0.5c0,0,0,0,0-0.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.3,0.2-0.5,0.1-0.9c0-0.1,0-0.2,0-0.3
|
||||||
|
c0-0.2-0.1-0.3-0.1-0.5c0-0.1-0.1-0.2-0.2-0.3c0,0-0.1-0.1-0.1-0.1c0.1-0.1,0.1-0.1,0.2-0.2c0.1-0.2-0.1-0.3-0.2-0.4v0
|
||||||
|
c0.1-0.1,0.2-0.1,0.2-0.3c0-0.1,0-0.2,0-0.2c-0.1-0.2-0.1-0.3-0.4-0.3c-0.1,0-0.2,0-0.3,0c0,0,0,0,0,0c0-0.1,0.1-0.1,0.2-0.2
|
||||||
|
C25,5.2,25,5,25,4.9c0,0,0,0.1,0,0.1C24.9,5.1,24.8,5.2,24.8,5.3z M25.2,20.6c0,0.1-0.1,0.1-0.1,0.2c0,0,0,0,0,0c0,0,0,0,0,0
|
||||||
|
C25.2,20.8,25.2,20.7,25.2,20.6l0.1,0c0.1,0,0.1,0.1,0.1,0.1c0,0.1-0.1,0.1-0.2,0.2c-0.2,0.1-0.3,0.1-0.4,0.2
|
||||||
|
c-0.1,0.1-0.1,0.4,0.1,0.4c0.1,0,0.1,0,0.1-0.1c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0-0.1,0.2-0.2,0.4-0.1
|
||||||
|
c0.2,0.1,0.2,0.3,0.1,0.4c-0.3,0.3-0.8,0-0.8-0.3c0-0.2,0.3-0.5,0.4-0.6C25.1,20.6,25.2,20.6,25.2,20.6z M24.9,20.3
|
||||||
|
c-0.1-0.4,0.2-0.6,0.3-0.9c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2c0,0,0,0,0,0c0,0,0,0,0,0c0.1,0.1,0.1,0.3,0.1,0.4
|
||||||
|
c0,0.1,0,0.2,0,0.3c-0.1,0.2-0.2,0.4-0.3,0.6C25,20.2,24.9,20.3,24.9,20.3C24.9,20.4,24.9,20.4,24.9,20.3z M25.7,19.3
|
||||||
|
c0,0.1,0,0.2,0,0.3c-0.1,0.2-0.1,0.4-0.2,0.6c0,0.1-0.1,0.2-0.1,0.2c0,0-0.2,0-0.2,0c0,0,0,0,0,0c0-0.1,0.1-0.1,0.1-0.2
|
||||||
|
c0.1-0.1,0.1-0.2,0.1-0.2c0.1-0.2,0.1-0.5,0.2-0.7c0-0.3-0.1-0.7-0.2-0.8c-0.1-0.1-0.2-0.3-0.1-0.4c0,0,0.1,0,0.1,0
|
||||||
|
C25.5,18.3,25.7,18.8,25.7,19.3z M25.5,17.9C25.5,17.9,25.5,17.9,25.5,17.9c-0.1,0-0.1,0-0.1,0c0,0-0.3-0.3-0.3-0.3c0,0,0.1,0,0.1,0
|
||||||
|
C25.3,17.7,25.5,17.8,25.5,17.9z M25.4,17.1c0,0.1,0,0.1-0.1,0.1c0,0,0,0-0.1,0c0-0.1-0.1-0.2,0-0.3c0,0,0.1,0,0.1,0
|
||||||
|
C25.4,17,25.4,17,25.4,17.1z M25.3,10.2c0.1,0,0.1,0.1,0.1,0.1c0,0.1,0,0.1-0.1,0.2c0,0-0.1,0-0.1,0C25.1,10.4,25.2,10.3,25.3,10.2
|
||||||
|
C25.2,10.2,25.3,10.2,25.3,10.2z M25.4,9.5C25.5,9.5,25.5,9.5,25.4,9.5c0,0.1-0.2,0.3-0.3,0.3c0,0-0.1,0-0.1,0
|
||||||
|
C25.1,9.8,25.3,9.5,25.4,9.5C25.4,9.5,25.4,9.5,25.4,9.5z M25.2,8.6c0,0,0-0.1,0-0.2c0-0.1,0-0.3-0.1-0.4c-0.1-0.3-0.4-0.5-0.3-0.9
|
||||||
|
c0,0,0,0,0,0c0,0,0.1,0.1,0.2,0.2c0.1,0.2,0.2,0.3,0.3,0.6c0,0.1,0,0.2,0,0.3C25.4,8.3,25.3,8.5,25.2,8.6
|
||||||
|
C25.2,8.6,25.2,8.6,25.2,8.6C25.2,8.6,25.2,8.6,25.2,8.6z M25.5,7.2c0.1,0.2,0.2,0.4,0.2,0.6c0,0.1,0,0.2,0,0.3c0,0.4-0.2,1-0.4,1.2
|
||||||
|
c0,0-0.1,0-0.1,0c-0.1-0.1,0.1-0.3,0.1-0.4c0.1-0.1,0.2-0.5,0.2-0.8c0-0.3-0.1-0.5-0.2-0.7c0-0.1-0.1-0.2-0.1-0.2
|
||||||
|
c0-0.1-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0,0.2-0.1,0.2,0C25.4,7,25.4,7.1,25.5,7.2z M25.3,5.9c0.1,0.1,0.1,0.3-0.1,0.4
|
||||||
|
c-0.2,0.1-0.4,0-0.4-0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0,0,0,0,0,0C25,6,25,6,24.9,6c-0.2,0-0.2,0.2-0.1,0.4c0.1,0.1,0.3,0.1,0.4,0.2
|
||||||
|
c0.1,0,0.2,0.1,0.2,0.2c0,0.1-0.1,0.1-0.1,0.1l0,0c0,0-0.1-0.2-0.1-0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1,0.1,0.1,0.1,0.2
|
||||||
|
c0,0-0.1,0-0.2,0c-0.1-0.2-0.4-0.4-0.4-0.6C24.5,5.9,25,5.6,25.3,5.9z M8.3,22.4C8.3,22.5,8.3,22.5,8.3,22.4c0.1,0,0.3-0.2,0.3-0.3
|
||||||
|
c0,0,0,0,0,0C8.5,22.2,8.3,22.4,8.3,22.4z M24.5,22.4C24.5,22.4,24.5,22.4,24.5,22.4c0-0.1-0.2-0.3-0.3-0.3c0,0,0,0,0,0
|
||||||
|
C24.2,22.2,24.4,22.4,24.5,22.4z M24.5,5C24.5,5,24.5,5,24.5,5c-0.1,0-0.3,0.2-0.3,0.3c0,0,0,0,0,0C24.3,5.3,24.5,5.1,24.5,5z
|
||||||
|
M19.7,4c-0.1,0-0.2,0.1-0.3,0.1c0,0-0.1,0-0.1,0c-0.1-0.3-0.4-0.2-0.6,0c0,0-0.1,0.1-0.1,0.1c-0.1,0-0.1-0.1-0.2-0.1
|
||||||
|
c-0.1,0-0.4-0.1-0.5,0c-0.1,0-0.2,0.1-0.4,0.2c-1.4,0-1.4,0-1.2,0c0,0,0,0.1,0.1,0.1l1.3,0c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.3,0,0.4,0
|
||||||
|
c0.1,0,0.1,0,0.2-0.1c0.1,0,0.2,0.2,0.2,0.3c0.2,0.1,0.4-0.2,0.5-0.2c0,0.1,0.1,0.1,0.2,0.1c0.2,0,0.3-0.1,0.4-0.1
|
||||||
|
c0.2,0,0.6,0,0.8,0c0.4,0.1,0.6,0.3,1,0.3c0.1,0,0.3,0,0.4,0c0,0,0.1-0.1,0.2-0.1C22.5,4.9,22.6,5,23,5.1c0.1,0,0.3,0.1,0.4,0
|
||||||
|
c0.1,0,0.1,0,0.2-0.1c0,0,0.1,0,0.1,0C23.9,5,24,4.9,24.2,4.8c0.1-0.1,0.2-0.1,0.3-0.1c0.1,0,0.2,0,0.1,0c-0.2,0-0.3-0.1-0.5,0
|
||||||
|
c-0.1,0-0.2,0.1-0.3,0.1c0,0,0,0,0,0c0-0.1,0-0.2,0-0.3c-0.1-0.2-0.2-0.3-0.4-0.3c-0.1,0-0.2,0-0.3,0c-0.2,0-0.2,0.1-0.3,0.2h0
|
||||||
|
c-0.1-0.1-0.2-0.3-0.4-0.2c-0.1,0-0.1,0.1-0.2,0.2c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.3-0.1-0.4-0.1c-0.2,0-0.4-0.1-0.6-0.1
|
||||||
|
c-0.1,0-0.3,0-0.4,0C20.3,3.9,20,4,19.7,4z M18,4.4C17.9,4.4,17.9,4.4,18,4.4c0-0.1,0-0.2,0.2-0.2c0.1,0,0.1,0,0.2,0.1
|
||||||
|
c0,0,0,0,0,0.1C18.2,4.4,18.1,4.5,18,4.4z M18.7,4.4c0-0.1,0.3-0.2,0.4-0.2c0,0,0,0,0,0c0,0,0,0,0,0.1C19.1,4.3,18.8,4.5,18.7,4.4
|
||||||
|
C18.8,4.5,18.7,4.5,18.7,4.4z M20.9,4.5c-0.1,0-0.3-0.1-0.5-0.1c-0.1,0-0.1,0-0.2,0c0,0,0,0,0,0c0,0,0,0,0,0
|
||||||
|
c0.1-0.1,0.3-0.1,0.5-0.1c0.1,0,0.2,0,0.4,0c0.3,0.1,0.5,0.1,0.7,0.2c0.1,0,0.2,0.1,0.2,0.1c0,0,0,0,0,0C21.5,4.8,21.2,4.6,20.9,4.5
|
||||||
|
z M22.6,4.2c0.1,0,0.1,0.1,0.2,0.2c0.1,0.1,0.1,0.3,0.2,0.3c0.2,0.1,0.5,0.1,0.4-0.1c0,0-0.1-0.1-0.1-0.1c0,0,0,0-0.1,0
|
||||||
|
c0,0,0,0.1,0,0.1c0,0,0,0,0,0c-0.1,0-0.2-0.2-0.2-0.3c0.1-0.1,0.3-0.2,0.5-0.1C23.8,4.5,23.5,5,23,5c-0.2,0-0.6-0.3-0.7-0.4
|
||||||
|
c0-0.1,0-0.1,0.1-0.2c0.1,0,0.1,0.1,0.2,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1-0.1-0.2-0.1v0C22.4,4.3,22.5,4.2,22.6,4.2z M21.1,4
|
||||||
|
c0.3,0,0.5,0.1,0.8,0.2c0.1,0,0.2,0.1,0.3,0.1c0,0,0,0.1,0,0.2c0,0,0,0,0,0c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.2-0.1-0.3-0.1
|
||||||
|
c-0.3-0.1-0.5-0.1-0.9-0.1c-0.3,0-0.8,0.1-0.9,0.2c-0.1,0.1-0.3,0.2-0.5,0.1c0,0,0-0.1,0-0.1C19.5,4.1,20.2,4,20.7,4
|
||||||
|
C20.9,4,21,4,21.1,4z M12.1,3.9c-0.1,0-0.3,0-0.4,0c-0.2,0-0.4,0.1-0.6,0.1c-0.1,0-0.3,0.1-0.4,0.1c0,0-0.1,0-0.2,0.1
|
||||||
|
c-0.1-0.1-0.1-0.1-0.2-0.2C10.2,4,10,4.2,10,4.3l0,0C9.8,4.2,9.8,4.1,9.6,4.1c-0.1,0-0.2,0-0.3,0C9.1,4.2,9,4.2,8.9,4.5
|
||||||
|
c0,0.1,0,0.2,0,0.3c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.3-0.1c-0.1-0.1-0.3,0-0.5,0c0,0,0.1,0,0.1,0c0.1,0,0.2,0.1,0.3,0.1
|
||||||
|
C8.8,4.9,8.9,5,9.1,5.1c0.1,0,0.1,0,0.1,0c0.1,0,0.1,0,0.2,0.1c0.1,0,0.3,0,0.4,0c0.3-0.1,0.5-0.2,0.8-0.4c0,0,0.1,0.1,0.2,0.1
|
||||||
|
c0.1,0,0.3,0,0.4,0c0.4-0.1,0.6-0.3,1-0.3c0.2,0,0.6,0,0.8,0c0.1,0,0.2,0.1,0.4,0.1c0.1,0,0.2-0.1,0.2-0.1c0.1,0,0.3,0.4,0.5,0.2
|
||||||
|
c0.1,0,0.2-0.2,0.2-0.3c0,0,0.1,0.1,0.2,0.1c0.1,0,0.3,0,0.4,0c0.1,0,0.2-0.1,0.3-0.1l2.4,0c0,0,0.1-0.1,0.1-0.1c0.1,0-0.9,0-2.3,0
|
||||||
|
c-0.2,0-0.3-0.1-0.4-0.2c-0.1,0-0.4,0-0.5,0c-0.1,0-0.1,0.1-0.2,0.1c0,0-0.1-0.1-0.1-0.1c-0.2-0.1-0.5-0.2-0.6,0c0,0,0,0-0.1,0
|
||||||
|
c-0.1,0-0.2-0.1-0.3-0.1C12.8,4,12.5,3.9,12.1,3.9z M14.5,4.4C14.5,4.4,14.5,4.4,14.5,4.4c0-0.1,0.1-0.1,0.2-0.1
|
||||||
|
c0.1,0,0.2,0,0.2,0.1c0,0,0,0.1,0,0.1C14.8,4.5,14.6,4.4,14.5,4.4z M14,4.5c0,0-0.3-0.2-0.3-0.2c0,0,0,0,0-0.1c0,0,0,0,0,0
|
||||||
|
C13.8,4.2,14,4.4,14,4.5C14.1,4.5,14,4.5,14,4.5z M10.8,4.7C10.8,4.7,10.8,4.7,10.8,4.7C10.9,4.6,11,4.6,11,4.5
|
||||||
|
c0.2-0.1,0.4-0.2,0.7-0.2c0.1,0,0.2,0,0.4,0c0.2,0,0.4,0,0.5,0.1c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.4,0-0.5,0.1
|
||||||
|
C11.6,4.6,11.3,4.8,10.8,4.7z M10.4,4.3L10.4,4.3c-0.1,0.1-0.2,0.1-0.2,0.1c0,0,0,0,0,0c0,0,0,0,0,0C10.4,4.5,10.4,4.4,10.4,4.3
|
||||||
|
c0.1,0.1,0.1,0.2,0.1,0.3C10.3,4.7,10,4.9,9.8,5C9.3,5,9,4.5,9.4,4.3c0.1-0.1,0.4-0.1,0.5,0.1c0.1,0.1,0,0.3-0.2,0.3c0,0,0,0,0,0
|
||||||
|
c0,0,0-0.1,0-0.1c0,0,0,0-0.1,0c-0.1,0-0.1,0-0.1,0.1c0,0.2,0.3,0.2,0.4,0.1C10,4.7,10,4.5,10.1,4.4c0-0.1,0.1-0.2,0.2-0.2
|
||||||
|
C10.3,4.2,10.4,4.3,10.4,4.3z M12.1,4c0.5,0,1.2,0.1,1.4,0.4c0,0,0,0.1,0,0.1c-0.2,0.1-0.4-0.1-0.5-0.1c-0.2-0.1-0.6-0.2-0.9-0.2
|
||||||
|
c-0.3,0-0.6,0.1-0.9,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.1,0.1-0.2,0.1c0,0,0,0,0,0c0,0-0.1-0.1,0-0.2c0-0.1,0.2-0.1,0.3-0.1
|
||||||
|
c0.2-0.1,0.5-0.1,0.8-0.2C11.9,4,12,4,12.1,4z M20.7,23.4c0.1,0,0.3,0,0.4,0c0.2,0,0.4-0.1,0.6-0.1c0.1,0,0.3-0.1,0.4-0.1
|
||||||
|
c0,0,0.1,0,0.2-0.1c0.1,0.1,0.1,0.1,0.2,0.2c0.2,0.1,0.4-0.1,0.4-0.2h0c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0,0.2,0,0.3,0
|
||||||
|
c0.2,0,0.3-0.1,0.4-0.3c0-0.1,0-0.2,0-0.3c0,0,0,0,0,0c0.1,0,0.2,0.1,0.3,0.1c0.1,0.1,0.3,0,0.5,0c0,0-0.1,0-0.1,0
|
||||||
|
c-0.1,0-0.2-0.1-0.3-0.1c-0.2-0.1-0.3-0.3-0.5-0.3c-0.1,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.3,0-0.4,0
|
||||||
|
c-0.3,0.1-0.5,0.2-0.8,0.4c0,0-0.1-0.1-0.2-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0.1-0.6,0.3-1,0.3c-0.2,0-0.6,0-0.8,0
|
||||||
|
c-0.1,0-0.2-0.1-0.4-0.1c-0.1,0-0.2,0.1-0.2,0.1c-0.1,0-0.3-0.4-0.5-0.2c-0.1,0-0.2,0.2-0.2,0.3c0,0-0.1-0.1-0.2-0.1
|
||||||
|
c-0.1,0-0.3,0-0.4,0c-0.1,0-0.2,0.1-0.3,0.1l-1.3,0c0,0-0.1,0.1-0.1,0.1c-0.1,0-0.2,0,1.2,0c0.2,0,0.3,0.1,0.4,0.2
|
||||||
|
c0.1,0,0.4,0,0.5,0c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1,0.1,0.1,0.1c0.2,0.1,0.5,0.2,0.6,0c0,0,0,0,0.1,0c0.1,0,0.2,0.1,0.3,0.1
|
||||||
|
C20,23.4,20.3,23.4,20.7,23.4z M18.3,23C18.3,23,18.3,23,18.3,23c0,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.2,0-0.2-0.1c0,0,0-0.1,0-0.1
|
||||||
|
C18.1,22.9,18.2,22.9,18.3,23z M18.8,22.8c0,0,0.3,0.2,0.3,0.2c0,0,0,0,0,0.1c0,0,0,0,0,0C19,23.2,18.8,23,18.8,22.8
|
||||||
|
C18.8,22.9,18.8,22.9,18.8,22.8z M22,22.7C22,22.7,22,22.7,22,22.7c0,0.1-0.1,0.1-0.2,0.2c-0.2,0.1-0.4,0.2-0.7,0.2
|
||||||
|
c-0.1,0-0.2,0-0.4,0c-0.2,0-0.4,0-0.5-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0c0.1,0,0.4,0,0.5-0.1
|
||||||
|
C21.3,22.8,21.5,22.5,22,22.7z M22.4,23L22.4,23c0.1-0.1,0.2-0.1,0.2-0.1c0,0,0,0,0,0c0,0,0,0,0,0C22.5,22.8,22.4,22.9,22.4,23
|
||||||
|
c-0.1-0.1-0.1-0.2-0.1-0.3c0.2-0.1,0.5-0.3,0.7-0.4c0.5-0.1,0.7,0.4,0.4,0.6c-0.1,0.1-0.4,0.1-0.5-0.1c-0.1-0.1,0-0.3,0.2-0.3
|
||||||
|
c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0,0.1,0c0.1,0,0.1,0,0.1-0.1c0-0.2-0.3-0.2-0.4-0.1c-0.1,0.1-0.1,0.2-0.2,0.3
|
||||||
|
c0,0.1-0.1,0.2-0.2,0.2C22.5,23.1,22.4,23.1,22.4,23z M20.7,23.4c-0.5,0-1.2-0.1-1.4-0.4c0,0,0-0.1,0-0.1c0.2-0.1,0.4,0.1,0.5,0.1
|
||||||
|
c0.2,0.1,0.6,0.2,0.9,0.2c0.3,0,0.6-0.1,0.9-0.1c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.1-0.1,0.2-0.1c0,0,0,0,0,0c0,0,0.1,0.1,0,0.2
|
||||||
|
c0,0.1-0.2,0.1-0.3,0.1c-0.2,0.1-0.5,0.1-0.8,0.2C21,23.3,20.9,23.4,20.7,23.4z M13.1,23.3c0.1,0,0.2-0.1,0.3-0.1c0,0,0.1,0,0.1,0
|
||||||
|
c0.1,0.3,0.4,0.2,0.6,0c0,0,0.1-0.1,0.1-0.1c0.1,0,0.1,0.1,0.2,0.1c0.1,0,0.4,0.1,0.5,0c0.1,0,0.2-0.1,0.4-0.2c1.4,0,2.5,0,2.3,0
|
||||||
|
c0,0,0-0.1-0.1-0.1l-2.4,0c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.3-0.1-0.4,0c-0.1,0-0.1,0-0.2,0.1c-0.1,0-0.2-0.2-0.2-0.3
|
||||||
|
c-0.2-0.1-0.4,0.2-0.5,0.2c0,0-0.1-0.1-0.2-0.1c-0.2,0-0.3,0.1-0.4,0.1c-0.2,0-0.6,0-0.8,0c-0.4-0.1-0.6-0.3-1-0.3
|
||||||
|
c-0.1,0-0.3,0-0.4,0c0,0-0.1,0.1-0.2,0.1c-0.3-0.1-0.5-0.3-0.8-0.4c-0.1,0-0.3-0.1-0.4,0c-0.1,0-0.1,0-0.2,0.1c0,0-0.1,0-0.1,0
|
||||||
|
c-0.2,0.1-0.4,0.2-0.5,0.3c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.1,0c0.2,0,0.3,0.1,0.5,0c0.1,0,0.2-0.1,0.3-0.1c0,0,0,0,0,0
|
||||||
|
c0,0.1,0,0.2,0,0.3c0.1,0.2,0.2,0.3,0.4,0.3c0.1,0,0.2,0,0.3,0c0.2,0,0.2-0.1,0.3-0.2h0c0.1,0.1,0.2,0.3,0.4,0.2
|
||||||
|
c0.1,0,0.1-0.1,0.2-0.2c0.1,0,0.1,0,0.2,0.1c0.1,0,0.3,0.1,0.4,0.1c0.2,0,0.4,0.1,0.6,0.1c0.1,0,0.3,0,0.4,0
|
||||||
|
C12.6,23.5,12.8,23.4,13.1,23.3z M14.8,22.9C14.9,22.9,14.9,23,14.8,22.9c0,0.1,0,0.2-0.2,0.2c-0.1,0-0.1,0-0.2-0.1c0,0,0,0,0-0.1
|
||||||
|
C14.6,22.9,14.8,22.9,14.8,22.9z M14.1,22.9c0,0.1-0.3,0.2-0.4,0.2c0,0,0,0,0,0c0,0,0,0,0-0.1C13.7,23.1,14,22.9,14.1,22.9
|
||||||
|
C14.1,22.9,14.1,22.9,14.1,22.9z M12,22.9c0.1,0,0.3,0.1,0.5,0.1c0.1,0,0.1,0,0.2,0c0,0,0,0,0,0c0,0,0,0,0,0
|
||||||
|
c-0.1,0.1-0.3,0.1-0.5,0.1c-0.1,0-0.2,0-0.4,0c-0.3-0.1-0.5-0.1-0.7-0.2c-0.1,0-0.2-0.1-0.2-0.1c0,0,0,0,0,0
|
||||||
|
C11.3,22.5,11.6,22.8,12,22.9z M10.3,23.1c-0.1,0-0.1-0.1-0.2-0.2c-0.1-0.1-0.1-0.3-0.2-0.3c-0.2-0.1-0.5-0.1-0.4,0.1
|
||||||
|
c0,0,0.1,0.1,0.1,0.1c0,0,0,0,0.1,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0.1,0,0.2,0.2,0.2,0.3c-0.1,0.1-0.3,0.2-0.5,0.1
|
||||||
|
c-0.3-0.2-0.1-0.7,0.4-0.6c0.2,0,0.6,0.3,0.7,0.4c0,0.1,0,0.1-0.1,0.2c-0.1,0-0.1-0.1-0.2-0.1c0,0,0,0,0,0c0,0,0,0,0,0
|
||||||
|
c0,0,0.1,0.1,0.2,0.1l0,0C10.4,23.1,10.3,23.1,10.3,23.1z M11.7,23.3c-0.3,0-0.5-0.1-0.8-0.2c-0.1,0-0.2-0.1-0.3-0.1
|
||||||
|
c0,0,0-0.1,0-0.2c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0.1c0.1,0,0.2,0.1,0.3,0.1c0.3,0.1,0.5,0.1,0.9,0.1c0.3,0,0.8-0.1,0.9-0.2
|
||||||
|
c0.1-0.1,0.3-0.2,0.5-0.1c0,0,0,0.1,0,0.1c-0.2,0.2-0.9,0.4-1.4,0.4C12,23.4,11.9,23.4,11.7,23.3z"/>
|
||||||
|
<path style="fill:#D7C265;" d="M8.1,23.2c0.1-0.1,0.3-0.3,0.4-0.4c0,0,0-0.1,0-0.1c0,0,0-0.1,0.1-0.1c0-0.1,0-0.3,0-0.3
|
||||||
|
c-0.1-0.3-0.3-0.4-0.4-0.7c0,0,0.1-0.1,0.1-0.1c0-0.1,0.1-0.2,0-0.3c-0.1-0.3-0.3-0.5-0.4-0.9c0-0.2,0-0.5,0-0.7
|
||||||
|
c0-0.1,0.2-0.2,0.1-0.3c0-0.1-0.1-0.1-0.2-0.2c0.1-0.1,0.4-0.2,0.3-0.4c-0.1-0.1-0.3-0.1-0.3-0.2c0,0,0.1-0.1,0.1-0.2
|
||||||
|
c0-0.1,0-0.3,0-0.3c0-0.1-0.1-0.2-0.2-0.3c0-0.5,0-1,0-1.6l0-2.6c0-0.5,0-1,0-1.6c0-0.1,0.1-0.2,0.2-0.3c0-0.1,0.1-0.2,0-0.3
|
||||||
|
c0,0-0.1-0.1-0.1-0.2C7.7,11,8,11,8,10.9c0.1-0.2-0.2-0.3-0.3-0.4c0.1,0,0.1-0.1,0.2-0.2c0-0.2-0.1-0.2-0.1-0.3
|
||||||
|
c-0.1-0.2,0-0.5,0-0.7C7.8,9,8.1,8.8,8.2,8.4c0-0.1,0-0.3,0-0.3C8.1,8.1,8.1,8,8,8c0.2-0.2,0.3-0.4,0.4-0.7c0-0.1,0.1-0.2,0-0.3
|
||||||
|
c0,0,0-0.1-0.1-0.1c0,0,0-0.1,0-0.1C8.4,6.5,8.2,6.4,8.1,6.3C8,6.2,7.9,6.1,7.9,6c0-0.1,0-0.2,0-0.1c0,0.1-0.1,0.3,0,0.4
|
||||||
|
C7.9,6.4,8,6.4,8,6.5c0,0,0,0,0,0c-0.1,0-0.2,0-0.3,0C7.4,6.6,7.3,6.7,7.3,6.9c0,0,0,0.1,0,0.2c0,0.1,0.1,0.2,0.2,0.3l0,0
|
||||||
|
c-0.1,0-0.3,0.2-0.2,0.4c0,0.1,0.1,0.1,0.2,0.2c0,0,0,0.1-0.1,0.1C7.3,8.2,7.2,8.3,7.2,8.4C7.1,8.6,7.1,8.7,7.1,8.9C7,9,7,9.1,7,9.2
|
||||||
|
c0,0.4,0,0.6,0.2,0.9c0,0.1,0.1,0.2,0.2,0.3c0,0,0,0.1,0,0.1c-0.3,0.1-0.2,0.3-0.1,0.5c0,0,0.1,0.1,0.1,0.1c0,0-0.1,0.1-0.1,0.2
|
||||||
|
c0,0.1-0.1,0.3,0,0.4c0,0.1,0.2,0.2,0.2,0.3c0,0.5,0,1.1,0,1.6c0,0.5,0,1.9,0,2.4c0,0.5,0,1.1,0,1.6c0,0.1-0.2,0.2-0.2,0.3
|
||||||
|
c0,0.1,0,0.3,0,0.4c0,0,0.1,0.1,0.1,0.2c0,0-0.1,0.1-0.1,0.1C7.1,18.8,7,19,7.3,19.1c0,0,0,0,0,0.1c0,0.1-0.1,0.2-0.2,0.3
|
||||||
|
C7.1,19.7,7,19.9,7,20.3c0,0.1,0,0.2,0,0.3c0,0.2,0.1,0.3,0.1,0.5c0,0.1,0.1,0.2,0.2,0.3c0,0,0.1,0.1,0.1,0.1
|
||||||
|
c-0.1,0.1-0.1,0.1-0.2,0.2c-0.1,0.2,0.1,0.3,0.2,0.4l0,0c-0.1,0.1-0.2,0.1-0.2,0.3c0,0.1,0,0.2,0,0.2c0.1,0.2,0.1,0.3,0.4,0.3
|
||||||
|
c0.1,0,0.2,0,0.3,0c0,0,0,0,0,0c0,0.1-0.1,0.1-0.2,0.2c-0.1,0.1,0,0.3,0,0.4c0,0,0-0.1,0-0.1C7.9,23.4,8,23.3,8.1,23.2z M7.6,7.8
|
||||||
|
c0-0.1,0.1-0.1,0.1-0.2c0,0,0,0,0,0c0,0,0,0,0,0C7.7,7.6,7.6,7.8,7.6,7.8l-0.1,0c-0.1,0-0.1-0.1-0.1-0.1c0-0.1,0.1-0.1,0.2-0.2
|
||||||
|
C7.8,7.5,7.9,7.4,8,7.3C8.1,7.2,8.1,7,7.9,7C7.8,7,7.8,7,7.8,7.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0,0,0,0,0,0c0,0.1-0.2,0.2-0.4,0.1
|
||||||
|
C7.4,7.3,7.4,7,7.5,6.9c0.3-0.3,0.8,0,0.8,0.3c0,0.2-0.3,0.5-0.4,0.6C7.8,7.9,7.7,7.9,7.6,7.8z M8,8.1c0.1,0.4-0.2,0.6-0.3,0.9
|
||||||
|
c0,0.1-0.1,0.3-0.1,0.4c0,0,0,0.1,0,0.2c0,0,0,0,0,0l0,0C7.5,9.5,7.5,9.3,7.5,9.2c0-0.1,0-0.2,0-0.3c0.1-0.2,0.2-0.4,0.3-0.6
|
||||||
|
C7.8,8.2,7.9,8.2,8,8.1C7.9,8.1,8,8.1,8,8.1z M7.1,9.2c0-0.1,0-0.2,0-0.3c0.1-0.2,0.1-0.4,0.2-0.6C7.4,8.2,7.4,8,7.5,8
|
||||||
|
c0,0,0.2,0,0.2,0c0,0,0,0,0,0c0,0.1-0.1,0.1-0.1,0.2C7.6,8.3,7.5,8.4,7.5,8.4C7.4,8.7,7.4,8.9,7.3,9.2c0,0.3,0.1,0.7,0.2,0.8
|
||||||
|
c0.1,0.1,0.2,0.3,0.1,0.4c0,0-0.1,0-0.1,0C7.3,10.2,7.1,9.6,7.1,9.2z M7.3,10.6C7.3,10.5,7.4,10.5,7.3,10.6c0.1,0,0.1,0,0.1,0
|
||||||
|
c0,0,0.3,0.3,0.3,0.3c0,0-0.1,0-0.1,0.1C7.6,10.8,7.4,10.6,7.3,10.6z M7.4,11.4c0-0.1,0-0.1,0.1-0.1c0,0,0,0,0.1,0
|
||||||
|
c0,0.1,0.1,0.2,0,0.3c0,0-0.1,0-0.1,0C7.5,11.5,7.4,11.5,7.4,11.4z M7.5,18.3c-0.1,0-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0.1-0.2
|
||||||
|
c0,0,0.1,0,0.1,0C7.7,18.1,7.6,18.2,7.5,18.3C7.6,18.3,7.6,18.3,7.5,18.3z M7.4,19C7.4,19,7.4,19,7.4,19c0-0.1,0.2-0.3,0.3-0.3
|
||||||
|
c0,0,0.1,0,0.1,0.1C7.7,18.7,7.5,18.9,7.4,19C7.4,19,7.4,19,7.4,19z M7.6,19.9c0,0,0,0.1,0,0.2c0,0.1,0,0.3,0.1,0.4
|
||||||
|
C7.8,20.7,8.1,21,8,21.4c0,0,0,0,0,0c-0.1,0-0.1-0.1-0.2-0.2c-0.1-0.2-0.2-0.3-0.3-0.6c0-0.1,0-0.2,0-0.3C7.5,20.1,7.5,20,7.6,19.9
|
||||||
|
L7.6,19.9C7.6,19.9,7.6,19.9,7.6,19.9z M7.4,21.3c-0.1-0.2-0.2-0.4-0.2-0.6c0-0.1,0-0.2,0-0.3c0-0.4,0.2-1,0.4-1.2c0,0,0.1,0,0.1,0
|
||||||
|
c0.1,0.1-0.1,0.3-0.1,0.4c-0.1,0.1-0.2,0.5-0.2,0.8c0,0.3,0.1,0.5,0.2,0.7c0,0.1,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0,0,0,0,0,0
|
||||||
|
c0,0-0.2,0.1-0.2,0C7.5,21.5,7.4,21.3,7.4,21.3z M7.5,22.6c-0.1-0.1-0.1-0.3,0.1-0.4c0.2-0.1,0.4,0,0.4,0.1c0,0,0,0,0,0
|
||||||
|
c-0.1,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0.1,0,0.1,0.1,0.1c0.2,0,0.2-0.2,0.1-0.4C7.9,22.1,7.8,22,7.6,22c-0.1,0-0.2-0.1-0.2-0.2
|
||||||
|
c0-0.1,0.1-0.1,0.1-0.1h0c0,0,0.1,0.2,0.1,0.2c0,0,0,0,0,0c0,0,0,0,0,0c0-0.1-0.1-0.1-0.1-0.2c0,0,0.1,0,0.2,0
|
||||||
|
C8,21.8,8.2,22,8.3,22.2C8.4,22.6,7.8,22.9,7.5,22.6z M8.3,23.4C8.3,23.5,8.3,23.5,8.3,23.4c0.1,0,0.3-0.2,0.3-0.3c0,0,0,0,0,0
|
||||||
|
C8.5,23.2,8.3,23.4,8.3,23.4z M24.5,23.4C24.5,23.4,24.5,23.4,24.5,23.4c0-0.1-0.2-0.3-0.3-0.3c0,0,0,0,0,0
|
||||||
|
C24.2,23.2,24.4,23.4,24.5,23.4z M20.7,24.4c0.1,0,0.3,0,0.4,0c0.2,0,0.4-0.1,0.6-0.1c0.1,0,0.3-0.1,0.4-0.1c0,0,0.1,0,0.2-0.1
|
||||||
|
c0.1,0.1,0.1,0.1,0.2,0.2c0.2,0.1,0.4-0.1,0.4-0.2h0c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0,0.2,0,0.3,0c0.2,0,0.3-0.1,0.4-0.3
|
||||||
|
c0-0.1,0-0.2,0-0.3c0,0,0,0,0,0c0.1,0,0.2,0.1,0.3,0.1c0.1,0.1,0.3,0,0.5,0c0,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.3-0.1
|
||||||
|
c-0.2-0.1-0.3-0.3-0.5-0.3c-0.1,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.3,0-0.4,0c-0.3,0.1-0.5,0.2-0.8,0.4
|
||||||
|
c0,0-0.1-0.1-0.2-0.1c-0.1,0-0.3,0-0.4,0c-0.4,0.1-0.6,0.3-1,0.3c-0.2,0-0.6,0-0.8,0c-0.1,0-0.2-0.1-0.4-0.1c-0.1,0-0.2,0.1-0.2,0.1
|
||||||
|
c-0.1,0-0.3-0.4-0.5-0.2c-0.1,0-0.2,0.2-0.2,0.3c0,0-0.1-0.1-0.2-0.1c-0.1,0-0.3,0-0.4,0c-0.1,0-0.2,0.1-0.3,0.1l-1.3,0
|
||||||
|
c0,0-0.1,0.1-0.1,0.1c-0.1,0-0.2,0,1.2,0c0.2,0,0.3,0.1,0.4,0.2c0.1,0,0.4,0,0.5,0c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1,0.1,0.1,0.1
|
||||||
|
c0.2,0.1,0.5,0.2,0.6,0c0,0,0,0,0.1,0c0.1,0,0.2,0.1,0.3,0.1C20,24.4,20.3,24.4,20.7,24.4z M18.3,24C18.3,24,18.3,24,18.3,24
|
||||||
|
c0,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.2,0-0.2-0.1c0,0,0-0.1,0-0.1C18.1,23.9,18.2,23.9,18.3,24z M18.8,23.8c0,0,0.3,0.2,0.3,0.2
|
||||||
|
c0,0,0,0,0,0.1c0,0,0,0,0,0C19,24.2,18.8,24,18.8,23.8C18.8,23.9,18.8,23.9,18.8,23.8z M22,23.7C22,23.7,22,23.7,22,23.7
|
||||||
|
c0,0.1-0.1,0.1-0.2,0.2c-0.2,0.1-0.4,0.2-0.7,0.2c-0.1,0-0.2,0-0.4,0c-0.2,0-0.4,0-0.5-0.1c0,0,0,0,0,0c0,0,0,0,0,0
|
||||||
|
c0.1,0,0.1,0,0.2,0c0.1,0,0.4,0,0.5-0.1C21.3,23.8,21.5,23.5,22,23.7z M22.4,24L22.4,24c0.1-0.1,0.2-0.1,0.2-0.1c0,0,0,0,0,0
|
||||||
|
c0,0,0,0,0,0C22.5,23.8,22.4,23.9,22.4,24c-0.1-0.1-0.1-0.2-0.1-0.3c0.2-0.1,0.5-0.3,0.7-0.4c0.5-0.1,0.7,0.4,0.4,0.6
|
||||||
|
c-0.1,0.1-0.4,0.1-0.5-0.1c-0.1-0.1,0-0.3,0.2-0.3c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0,0.1,0c0.1,0,0.1,0,0.1-0.1
|
||||||
|
c0-0.2-0.3-0.2-0.4-0.1c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.1-0.1,0.2-0.2,0.2C22.5,24.1,22.4,24.1,22.4,24z M20.7,24.4
|
||||||
|
c-0.5,0-1.2-0.1-1.4-0.4c0,0,0-0.1,0-0.1c0.2-0.1,0.4,0.1,0.5,0.1c0.2,0.1,0.6,0.2,0.9,0.2c0.3,0,0.6-0.1,0.9-0.1
|
||||||
|
c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.1-0.1,0.2-0.1c0,0,0,0,0,0c0,0,0.1,0.1,0,0.2c0,0.1-0.2,0.1-0.3,0.1c-0.2,0.1-0.5,0.1-0.8,0.2
|
||||||
|
C21,24.3,20.9,24.4,20.7,24.4z M13.1,24.3c0.1,0,0.2-0.1,0.3-0.1c0,0,0.1,0,0.1,0c0.1,0.3,0.4,0.2,0.6,0c0,0,0.1-0.1,0.1-0.1
|
||||||
|
c0.1,0,0.1,0.1,0.2,0.1c0.1,0,0.4,0.1,0.5,0c0.1,0,0.2-0.1,0.4-0.2c1.4,0,2.5,0,2.3,0c0,0,0-0.1-0.1-0.1l-2.4,0
|
||||||
|
c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.3-0.1-0.4,0c-0.1,0-0.1,0-0.2,0.1c-0.1,0-0.2-0.2-0.2-0.3c-0.2-0.1-0.4,0.2-0.5,0.2
|
||||||
|
c0,0-0.1-0.1-0.2-0.1c-0.2,0-0.3,0.1-0.4,0.1c-0.2,0-0.6,0-0.8,0c-0.4-0.1-0.6-0.3-1-0.3c-0.1,0-0.3,0-0.4,0c0,0-0.1,0.1-0.2,0.1
|
||||||
|
c-0.3-0.1-0.5-0.3-0.8-0.4c-0.1,0-0.3-0.1-0.4,0c-0.1,0-0.1,0-0.2,0.1c0,0-0.1,0-0.1,0c-0.2,0.1-0.4,0.2-0.5,0.3
|
||||||
|
c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.1,0c0.2,0,0.3,0.1,0.5,0c0.1,0,0.2-0.1,0.3-0.1c0,0,0,0,0,0c0,0.1,0,0.2,0,0.3
|
||||||
|
c0.1,0.2,0.2,0.3,0.4,0.3c0.1,0,0.2,0,0.3,0c0.2,0,0.2-0.1,0.3-0.2h0c0.1,0.1,0.2,0.3,0.4,0.2c0.1,0,0.1-0.1,0.2-0.2
|
||||||
|
c0.1,0,0.1,0,0.2,0.1c0.1,0,0.3,0.1,0.4,0.1c0.2,0,0.4,0.1,0.6,0.1c0.1,0,0.3,0,0.4,0C12.6,24.5,12.8,24.4,13.1,24.3z M14.8,23.9
|
||||||
|
C14.9,23.9,14.9,24,14.8,23.9c0,0.1,0,0.2-0.2,0.2c-0.1,0-0.1,0-0.2-0.1c0,0,0,0,0-0.1C14.6,23.9,14.8,23.9,14.8,23.9z M14.1,23.9
|
||||||
|
c0,0.1-0.3,0.2-0.4,0.2c0,0,0,0,0,0c0,0,0,0,0-0.1C13.7,24.1,14,23.9,14.1,23.9C14.1,23.9,14.1,23.9,14.1,23.9z M12,23.9
|
||||||
|
c0.1,0,0.3,0.1,0.5,0.1c0.1,0,0.1,0,0.2,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0.1-0.3,0.1-0.5,0.1c-0.1,0-0.2,0-0.4,0
|
||||||
|
c-0.3-0.1-0.5-0.1-0.7-0.2c-0.1,0-0.2-0.1-0.2-0.1c0,0,0,0,0,0C11.3,23.5,11.6,23.8,12,23.9z M10.3,24.1c-0.1,0-0.1-0.1-0.2-0.2
|
||||||
|
c-0.1-0.1-0.1-0.3-0.2-0.3c-0.2-0.1-0.5-0.1-0.4,0.1c0,0,0.1,0.1,0.1,0.1c0,0,0,0,0.1,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0
|
||||||
|
c0.1,0,0.2,0.2,0.2,0.3c-0.1,0.1-0.3,0.2-0.5,0.1c-0.3-0.2-0.1-0.7,0.4-0.6c0.2,0,0.6,0.3,0.7,0.4c0,0.1,0,0.1-0.1,0.2
|
||||||
|
c-0.1,0-0.1-0.1-0.2-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0.1,0.1,0.2,0.1l0,0C10.4,24.1,10.3,24.1,10.3,24.1z M11.7,24.3
|
||||||
|
c-0.3,0-0.5-0.1-0.8-0.2c-0.1,0-0.2-0.1-0.3-0.1c0,0,0-0.1,0-0.2c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0.1c0.1,0,0.2,0.1,0.3,0.1
|
||||||
|
c0.3,0.1,0.5,0.1,0.9,0.1c0.3,0,0.8-0.1,0.9-0.2c0.1-0.1,0.3-0.2,0.5-0.1c0,0,0,0.1,0,0.1c-0.2,0.2-0.9,0.4-1.4,0.4
|
||||||
|
C12,24.4,11.9,24.4,11.7,24.3z"/>
|
||||||
|
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#D7C265;" d="M20.5,27.5h-1c-0.2,0-0.4-0.2-0.4-0.4v-0.9
|
||||||
|
c0-0.2,0.2-0.4,0.4-0.4h1c0.2,0,0.4,0.2,0.4,0.4v0.9C20.9,27.4,20.7,27.5,20.5,27.5z M20.5,26.2h-1.1v1h1.1V26.2z M18.4,27.5h-1.1
|
||||||
|
c-0.2,0-0.4-0.2-0.4-0.4v-0.9c0-0.2,0.2-0.4,0.4-0.4h1.1c0.2,0,0.3,0.1,0.4,0.3h-1.5v1h1.2v-0.4h-0.6c0,0-0.2,0-0.2-0.1
|
||||||
|
c-0.1-0.1-0.1-0.1-0.1-0.2h1.2v0.6C18.7,27.4,18.6,27.5,18.4,27.5z M16.3,26.8h0.3v0.3h-0.3V26.8z M16.3,26.3h0.3v0.3h-0.3V26.3z
|
||||||
|
M15.7,27.5h-1.1c-0.2,0-0.4-0.2-0.4-0.4h1.4v-0.3h-1.1c-0.2,0-0.4-0.2-0.4-0.4v-0.2c0-0.2,0.2-0.4,0.4-0.4h1c0.2,0,0.4,0.2,0.4,0.4
|
||||||
|
h-1.4v0.3h1.1c0.2,0,0.4,0.2,0.4,0.4v0.3C16.1,27.3,15.9,27.5,15.7,27.5z M13.5,27.5h-1c-0.2,0-0.4-0.2-0.4-0.4v-0.9
|
||||||
|
c0-0.2,0.2-0.4,0.4-0.4h1c0.2,0,0.4,0.2,0.4,0.3v0h-1.4v0.9h1.4v0C13.9,27.4,13.7,27.5,13.5,27.5z"/>
|
||||||
|
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#D7C265;" d="M8.9,10l1.7,1l0.4,2.2l1,0.8l0.6-0.9L12.3,11l0.7-1.3l1.1,0.9
|
||||||
|
l0.2,2.3l0.6,0.7l0.7-0.7l0.1-1.4l0.1-1c0.9-1.4,0.4-1.4,1.3,0l0.1,2.3l0.7,0.7l0.6-0.7l0.2-2.3l1.1-0.9l0.7,1.3l-0.3,2.2l0.6,0.9
|
||||||
|
l1-0.8l0.4-2.2l1.7-1c-1.1,4.5-0.7,3.5-0.7,6.7c0,0.8-6.3,0.8-7,0.8c-0.7,0-7,0-7-0.8C9.3,13.6,9.8,14.6,8.9,10z M16.5,16.3
|
||||||
|
c-0.5,0-6.5,0.2-6.5,0.4c0,0.2,6,0.4,6.5,0.4s6.5-0.2,6.5-0.4C23,16.4,17,16.3,16.5,16.3z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 27 KiB |
BIN
public/assets/img/mapicons/map_icon_none_png.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 305 KiB |
|
Before Width: | Height: | Size: 284 KiB |
|
Before Width: | Height: | Size: 220 KiB |
|
Before Width: | Height: | Size: 294 KiB |
|
Before Width: | Height: | Size: 242 KiB |
|
Before Width: | Height: | Size: 310 KiB |
BIN
public/assets/img/maps/de_ancient/de_ancient_1_png.webp
Normal file
|
After Width: | Height: | Size: 614 KiB |
BIN
public/assets/img/maps/de_ancient/de_ancient_2_png.webp
Normal file
|
After Width: | Height: | Size: 571 KiB |
BIN
public/assets/img/maps/de_ancient/de_ancient_3_png.webp
Normal file
|
After Width: | Height: | Size: 565 KiB |
BIN
public/assets/img/maps/de_ancient/de_ancient_4_png.webp
Normal file
|
After Width: | Height: | Size: 415 KiB |
BIN
public/assets/img/maps/de_ancient/de_ancient_png.webp
Normal file
|
After Width: | Height: | Size: 358 KiB |
|
Before Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 155 KiB |
|
Before Width: | Height: | Size: 167 KiB |
|
Before Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 136 KiB |
BIN
public/assets/img/maps/de_anubis/de_anubis_1_png.webp
Normal file
|
After Width: | Height: | Size: 335 KiB |
BIN
public/assets/img/maps/de_anubis/de_anubis_2_png.webp
Normal file
|
After Width: | Height: | Size: 334 KiB |
BIN
public/assets/img/maps/de_anubis/de_anubis_3_png.webp
Normal file
|
After Width: | Height: | Size: 364 KiB |
BIN
public/assets/img/maps/de_anubis/de_anubis_4_png.webp
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
public/assets/img/maps/de_anubis/de_anubis_5_png.webp
Normal file
|
After Width: | Height: | Size: 349 KiB |
BIN
public/assets/img/maps/de_anubis/de_anubis_png.webp
Normal file
|
After Width: | Height: | Size: 336 KiB |
|
Before Width: | Height: | Size: 182 KiB |
|
Before Width: | Height: | Size: 203 KiB |
|
Before Width: | Height: | Size: 220 KiB |
|
Before Width: | Height: | Size: 277 KiB |
BIN
public/assets/img/maps/de_dust2/de_dust2_1_png.webp
Normal file
|
After Width: | Height: | Size: 406 KiB |
BIN
public/assets/img/maps/de_dust2/de_dust2_2_png.webp
Normal file
|
After Width: | Height: | Size: 418 KiB |
BIN
public/assets/img/maps/de_dust2/de_dust2_3_png.webp
Normal file
|
After Width: | Height: | Size: 582 KiB |
BIN
public/assets/img/maps/de_dust2/de_dust2_png.webp
Normal file
|
After Width: | Height: | Size: 384 KiB |
|
Before Width: | Height: | Size: 265 KiB |
|
Before Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 242 KiB |
|
Before Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 162 KiB |
|
Before Width: | Height: | Size: 108 KiB |
BIN
public/assets/img/maps/de_grail/de_grail_1_png.webp
Normal file
|
After Width: | Height: | Size: 307 KiB |
BIN
public/assets/img/maps/de_grail/de_grail_2_png.webp
Normal file
|
After Width: | Height: | Size: 232 KiB |
BIN
public/assets/img/maps/de_grail/de_grail_3_png.webp
Normal file
|
After Width: | Height: | Size: 156 KiB |
BIN
public/assets/img/maps/de_grail/de_grail_4_png.webp
Normal file
|
After Width: | Height: | Size: 356 KiB |
BIN
public/assets/img/maps/de_grail/de_grail_png.webp
Normal file
|
After Width: | Height: | Size: 480 KiB |
|
Before Width: | Height: | Size: 208 KiB |
|
Before Width: | Height: | Size: 234 KiB |
|
Before Width: | Height: | Size: 200 KiB |
|
Before Width: | Height: | Size: 151 KiB |
|
Before Width: | Height: | Size: 257 KiB |
|
Before Width: | Height: | Size: 276 KiB |
BIN
public/assets/img/maps/de_inferno/de_inferno_1_png.webp
Normal file
|
After Width: | Height: | Size: 414 KiB |
BIN
public/assets/img/maps/de_inferno/de_inferno_2_png.webp
Normal file
|
After Width: | Height: | Size: 367 KiB |
BIN
public/assets/img/maps/de_inferno/de_inferno_3_png.webp
Normal file
|
After Width: | Height: | Size: 381 KiB |
BIN
public/assets/img/maps/de_inferno/de_inferno_4_png.webp
Normal file
|
After Width: | Height: | Size: 303 KiB |
BIN
public/assets/img/maps/de_inferno/de_inferno_png.webp
Normal file
|
After Width: | Height: | Size: 381 KiB |
|
Before Width: | Height: | Size: 243 KiB |
|
Before Width: | Height: | Size: 267 KiB |