@kando-env/kando-ui 1.2.256-alpha.58 → 1.2.256-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Widgets/Map/Map.js +4 -4
- package/lib/Widgets/Map/Map.scss +2 -2
- package/lib/Widgets/Map/MapUtils.js +3 -3
- package/lib/Widgets/Map/areas/AreaPolygon.js +41 -10
- package/lib/Widgets/Map/edges/Edge.js +16 -15
- package/lib/Widgets/Map/edges/Edges.js +3 -38
- package/lib/Widgets/Map/edges/arrows/Arrows.js +2 -13
- package/lib/Widgets/Map/events/EventPath.js +2 -2
- package/lib/Widgets/Map/events/EventUtils.js +40 -57
- package/lib/Widgets/Map/points/PointIcon.scss +1 -1
- package/lib/Widgets/Map/points/PointMarker.js +19 -4
- package/lib/Widgets/Map/points/PointMarkers.js +2 -62
- package/lib/Widgets/Map/points/PointUtils.js +12 -20
- package/lib/Widgets/MostPolluting/Areas/AreaBox/AreaBox.js +3 -3
- package/lib/Widgets/MostPolluting/components/PollutionScorePercent.js +6 -6
- package/lib/Widgets/UtilityInformation/UtilityInformation.js +3 -3
- package/lib/assets/icons/index.js +1 -43
- package/lib/components/Header/Toolbar/Toolbar.js +2 -2
- package/lib/components/Sector/svgs/Brewing.svg +92 -99
- package/lib/components/Sector/svgs/Cowshed.svg +22 -27
- package/lib/components/Sector/svgs/Garage.svg +23 -26
- package/lib/components/Sector/svgs/Missing.svg +35 -36
- package/lib/components/Sector/svgs/barrel.svg +92 -99
- package/lib/components/Sector/svgs/beer.svg +12 -16
- package/lib/components/Sector/svgs/beverage.svg +12 -17
- package/lib/components/Sector/svgs/car-repair.svg +23 -26
- package/lib/components/Sector/svgs/car-wash.svg +35 -35
- package/lib/components/Sector/svgs/chemistry.svg +29 -17
- package/lib/components/Sector/svgs/conductor-manufacturer.svg +16 -20
- package/lib/components/Sector/svgs/cosmetic-manufacturer.svg +22 -25
- package/lib/components/Sector/svgs/cow.svg +22 -27
- package/lib/components/Sector/svgs/cpu.svg +16 -20
- package/lib/components/Sector/svgs/dairy.svg +17 -16
- package/lib/components/Sector/svgs/dippel-oil.svg +16 -21
- package/lib/components/Sector/svgs/food-donation.svg +28 -33
- package/lib/components/Sector/svgs/food-factory.svg +16 -20
- package/lib/components/Sector/svgs/garbage-truck-1.svg +33 -31
- package/lib/components/Sector/svgs/gas-station.svg +25 -22
- package/lib/components/Sector/svgs/glass-manufacturer.svg +20 -22
- package/lib/components/Sector/svgs/glass.svg +20 -22
- package/lib/components/Sector/svgs/hand-washing.svg +16 -19
- package/lib/components/Sector/svgs/hospital.svg +27 -31
- package/lib/components/Sector/svgs/hotel.svg +23 -24
- package/lib/components/Sector/svgs/laundromat.svg +25 -26
- package/lib/components/Sector/svgs/leather-factory.svg +22 -15
- package/lib/components/Sector/svgs/leather.svg +22 -15
- package/lib/components/Sector/svgs/lipstick.svg +22 -25
- package/lib/components/Sector/svgs/meat.svg +23 -27
- package/lib/components/Sector/svgs/metal-coating-plant.svg +20 -21
- package/lib/components/Sector/svgs/metal-facbrication.svg +19 -30
- package/lib/components/Sector/svgs/milk.svg +17 -16
- package/lib/components/Sector/svgs/oil-rig.svg +16 -15
- package/lib/components/Sector/svgs/petrochemical.svg +12 -21
- package/lib/components/Sector/svgs/pie.svg +16 -20
- package/lib/components/Sector/svgs/pills.svg +21 -21
- package/lib/components/Sector/svgs/plant-unkown-3.svg +35 -36
- package/lib/components/Sector/svgs/plastic-rubber.svg +42 -34
- package/lib/components/Sector/svgs/printer.svg +16 -16
- package/lib/components/Sector/svgs/recycling.svg +16 -15
- package/lib/components/Sector/svgs/refinery.svg +17 -16
- package/lib/components/Sector/svgs/repair.svg +12 -14
- package/lib/components/Sector/svgs/sewing-machine.svg +21 -22
- package/lib/components/Sector/svgs/shop.svg +23 -26
- package/lib/components/Sector/svgs/soda.svg +12 -15
- package/lib/components/Sector/svgs/spray-gun.svg +20 -21
- package/lib/components/Sector/svgs/washing-machine.svg +25 -26
- package/lib/components/Sector/svgs/waste.svg +42 -34
- package/lib/components/Sector/svgs/welder-a.svg +19 -30
- package/lib/components/Sector/svgs/wine-glass.svg +14 -10
- package/lib/components/SevereEvent/SevereEvent.js +9 -18
- package/lib/hooks/useUserTimeZone.js +2 -36
- package/lib/hooks/useUserTimeZone.test.js +1 -15
- package/lib/i18n/en.json +4 -63
- package/lib/i18n/en_uk.json +1 -1
- package/lib/i18n/fr.json +2 -1
- package/lib/i18n/he.json +3 -30
- package/lib/i18n/it.json +2 -1
- package/lib/macros/getVersion.js +2 -2
- package/lib/pages/EventsPage/DragAndDropArea/DragAndDrop.module.scss +1 -1
- package/lib/pages/EventsPage/FloatingGraph/floatingGraphStyle.scss +2 -6
- package/lib/pages/EventsPage/events/EventsStyle.scss +1 -2
- package/lib/pages/EventsPage/events/event_info/EarlyWarnings.js +2 -4
- package/lib/pages/EventsPage/events/event_info/EventDetails.js +2 -2
- package/lib/pages/EventsPage/events/event_info/EventInfo.js +20 -49
- package/lib/pages/EventsPage/events/event_info/EventInfoStyle.scss +4 -16
- package/lib/pages/EventsPage/events/event_info/samplings/Sampling.js +46 -0
- package/lib/pages/EventsPage/events/event_info/samplings/Samplings.js +38 -0
- package/lib/pages/EventsPage/events/events_list/EventsList.js +3 -3
- package/lib/pages/EventsPage/events/events_list/Filter/FilterContainer.js +2 -1
- package/lib/pages/EventsPage/events/events_list/Filter/FilterStyle.scss +1 -1
- package/lib/pages/ProfilePage/ProfilePage.js +44 -76
- package/lib/pages/SitePage/SiteInformation/SiteInformation.js +2 -2
- package/lib/store/areas/models/IArea.js +1 -1
- package/lib/store/events/models/IEvent.js +1 -1
- package/lib/store/events/models/ISource.js +1 -1
- package/lib/store/global/actions.js +5 -3
- package/lib/store/permissions/permissionsSlice.js +2 -7
- package/lib/styles/theme/theme.js +1 -12
- package/lib/styles.scss +0 -8
- package/lib/utilities/scoreToColor.js +24 -0
- package/package.json +2 -2
- package/lib/Widgets/Map/areas/AreaUtils.js +0 -155
- package/lib/assets/icons/copy.svg +0 -8
- package/lib/assets/icons/info-dot.svg +0 -4
- package/lib/assets/icons/map.svg +0 -24
- package/lib/assets/icons/question-info.svg +0 -3
- package/lib/assets/icons/sampling.svg +0 -9
- package/lib/assets/icons/score-info.svg +0 -9
- package/lib/components/Sector/svgs/AreaMissing.svg +0 -10
- package/lib/components/Sector/svgs/Motor Vehicle.svg +0 -21
- package/lib/components/Sector/svgs/Polymer.svg +0 -42
- package/lib/components/Sector/svgs/Pulp and Paper.svg +0 -26
- package/lib/components/Sector/svgs/Seafood.svg +0 -26
- package/lib/pages/EventsPage/events/event_info/EventSection.js +0 -47
- package/lib/pages/EventsPage/events/event_info/EventSection.test.js +0 -59
- package/lib/pages/EventsPage/events/event_info/Header/Header.js +0 -31
- package/lib/pages/EventsPage/events/event_info/Header/HeaderContainer.js +0 -86
- package/lib/pages/EventsPage/events/event_info/Header/index.js +0 -11
- package/lib/pages/EventsPage/events/event_info/SamplingList/SamplingDetails.js +0 -35
- package/lib/pages/EventsPage/events/event_info/SamplingList/Samplings.js +0 -54
- package/lib/pages/EventsPage/events/event_info/SamplingList/index.js +0 -11
- package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreExplanation.js +0 -37
- package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreGauge.js +0 -155
- package/lib/pages/EventsPage/events/event_info/SeverityScore/SeverityScore.js +0 -63
- package/lib/pages/EventsPage/events/event_info/SeverityScore/index.js +0 -11
- package/lib/pages/EventsPage/events/event_info/SourceDetails/Confidence.js +0 -38
- package/lib/pages/EventsPage/events/event_info/SourceDetails/Discharging.js +0 -26
- package/lib/pages/EventsPage/events/event_info/SourceDetails/IconAndTitles.js +0 -58
- package/lib/pages/EventsPage/events/event_info/SourceDetails/MoreInfoButton.js +0 -42
- package/lib/pages/EventsPage/events/event_info/SourceDetails/OtherSources.js +0 -36
- package/lib/pages/EventsPage/events/event_info/SourceDetails/PotentialSources.js +0 -41
- package/lib/pages/EventsPage/events/event_info/SourceDetails/SingleSource.js +0 -44
- package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceCardBody.js +0 -20
- package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceDetails.js +0 -70
- package/lib/pages/EventsPage/events/event_info/SourceDetails/WaterConsumptionPerDay.js +0 -28
- package/lib/pages/EventsPage/events/event_info/Timelines/DischargeBox.js +0 -33
- package/lib/pages/EventsPage/events/event_info/Timelines/EarlyWarning.js +0 -56
- package/lib/pages/EventsPage/events/event_info/Timelines/LiveStatusBadge.js +0 -29
- package/lib/pages/EventsPage/events/event_info/Timelines/SeenBox.js +0 -30
- package/lib/pages/EventsPage/events/event_info/Timelines/Timelines.js +0 -70
- package/lib/pages/EventsPage/events/event_info/Timelines/Timelines.test.js +0 -27
- package/lib/pages/EventsPage/events/event_info/Timelines/Titles.js +0 -40
- package/lib/pages/EventsPage/events/event_info/Timelines/index.js +0 -11
- package/lib/pages/EventsPage/events/event_info/Timelines/style.js +0 -20
- package/lib/pages/EventsPage/events/event_info/samplingsOld/Sampling.js +0 -46
- package/lib/pages/EventsPage/events/event_info/samplingsOld/Samplings.js +0 -38
- package/lib/pages/EventsPage/events/event_info/styles.js +0 -32
- package/lib/ui-kit/siteName/SiteName.js +0 -31
- package/lib/utilities/scoreToData.js +0 -44
- package/lib/utilities/scoreToData.test.js +0 -16
|
@@ -1,100 +1,93 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
<path d="
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
<path d="
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
<path d="
|
|
17
|
-
<
|
|
18
|
-
<
|
|
19
|
-
<
|
|
20
|
-
|
|
21
|
-
<path d="
|
|
22
|
-
|
|
23
|
-
<
|
|
24
|
-
<
|
|
25
|
-
|
|
26
|
-
<
|
|
27
|
-
|
|
28
|
-
<
|
|
29
|
-
<stop stop-color="#
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<linearGradient id="
|
|
33
|
-
<stop stop-color="#
|
|
34
|
-
<stop offset="1" stop-color="#
|
|
35
|
-
</linearGradient>
|
|
36
|
-
<
|
|
37
|
-
<
|
|
38
|
-
<stop offset="
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<
|
|
42
|
-
<
|
|
43
|
-
|
|
44
|
-
<
|
|
45
|
-
|
|
46
|
-
<
|
|
47
|
-
|
|
48
|
-
<
|
|
49
|
-
<stop stop-color="#
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
<linearGradient id="
|
|
53
|
-
<stop stop-color="#F37C1C"/>
|
|
54
|
-
<stop offset="1" stop-color="#FCC191"/>
|
|
55
|
-
</linearGradient>
|
|
56
|
-
<
|
|
57
|
-
<
|
|
58
|
-
<stop offset="
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<
|
|
62
|
-
<
|
|
63
|
-
|
|
64
|
-
<
|
|
65
|
-
|
|
66
|
-
<
|
|
67
|
-
|
|
68
|
-
<
|
|
69
|
-
<stop stop-color="#
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
<linearGradient id="
|
|
73
|
-
<stop stop-color="#EFC530"/>
|
|
74
|
-
<stop offset="1" stop-color="#FCEDB6"/>
|
|
75
|
-
</linearGradient>
|
|
76
|
-
<
|
|
77
|
-
<
|
|
78
|
-
<stop offset="
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
<
|
|
82
|
-
<
|
|
83
|
-
|
|
84
|
-
<
|
|
85
|
-
|
|
86
|
-
<
|
|
87
|
-
|
|
88
|
-
<
|
|
89
|
-
<stop stop-color="#
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
<
|
|
93
|
-
<stop stop-color="#F37C1C"/>
|
|
94
|
-
<stop offset="1" stop-color="#FCC191"/>
|
|
95
|
-
</linearGradient>
|
|
96
|
-
<clipPath id="clip0_4088_33996">
|
|
97
|
-
<rect width="34" height="34" fill="white" transform="translate(0.5)"/>
|
|
98
|
-
</clipPath>
|
|
99
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
|
|
2
|
+
<linearGradient id="ogxcmn02ia" x1="20" x2="59.7" y1="914.6" y2="914.6" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
3
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
4
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
5
|
+
</linearGradient>
|
|
6
|
+
<path fill="url(#ogxcmn02ia)" d="M20 353c8.7 5.5 18.9 11 30.3 16.4.4.2.8.3 1.2.5 2.7 1.2 5.4 2.5 8.2 3.7v-40.2c-14.4-3-28-6.4-39.7-9.8V353z"/>
|
|
7
|
+
<linearGradient id="3pdatan6xb" x1="79.7" x2="104.5" y1="825.1" y2="825.1" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
9
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<path fill="url(#3pdatan6xb)" d="M104.5 128.7c-8.5 2.5-16.8 5.3-24.8 8.2v244.6c7.8 2.9 15.9 5.6 24.3 8l.5-260.8z"/>
|
|
12
|
+
<linearGradient id="bpilx98i2c" x1="29.6" x2="132" y1="988.05" y2="988.05" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
14
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<path fill="url(#bpilx98i2c)" d="M125.3 453.5c.7-13.3 2.9-25.2 6.7-36.3-14.2-2.9-28.6-6.7-42.7-11.2-13.9-4.5-27.6-9.7-40.4-15.4-17.5 18.5-19.1 30.8-19.3 62.9h95.7z"/>
|
|
17
|
+
<linearGradient id="woorxafg4d" x1="180.4" x2="229.3" y1="642.4" y2="642.4" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
19
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<path fill="url(#woorxafg4d)" d="M229.3 94.3V82.9c0-13.5-11-24.4-24.4-24.4-13.5 0-24.5 11-24.5 24.4v11.4c16.3-1.2 32.6-1.2 48.9 0z"/>
|
|
22
|
+
<linearGradient id="els3pyl3be" x1="124" x2="285.7" y1="709.931" y2="709.931" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
24
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<path fill="url(#els3pyl3be)" d="M124 174.5c27.6-3.3 54.5-4.9 80.3-4.9h1.1c25.7 0 52.7 1.7 80.3 4.9v-51.1c-11.6-2.8-23.2-5-35-6.7-21.1-3-42.5-4.1-63.8-2.8-21.2 1.2-42.2 4.6-62.9 9.5v51.1z"/>
|
|
27
|
+
<linearGradient id="ymq52j1zxf" x1="277.7" x2="380.1" y1="988.05" y2="988.05" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
28
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
29
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
<path fill="url(#ymq52j1zxf)" d="M277.7 417.2c3.8 11.1 6 23 6.7 36.3h95.7c-.1-32.1-1.7-44.4-19.3-62.9-5.5 2.4-11.2 4.8-16.9 7-6.5 2.8-13.3 5-20 7.2s-13.4 4.2-20.2 6.1c-8.6 2.4-17.3 4.5-26 6.3z"/>
|
|
32
|
+
<linearGradient id="r0j9n99bmg" x1="20" x2="59.7" y1="857.05" y2="857.05" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
33
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
34
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
<path fill="url(#r0j9n99bmg)" d="M20 302.6c11.3 3.5 24.9 7.1 39.7 10.3v-43.7H20v33.4z"/>
|
|
37
|
+
<linearGradient id="3vk78i769h" x1="20" x2="59.7" y1="793.35" y2="793.35" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
38
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
39
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
40
|
+
</linearGradient>
|
|
41
|
+
<path fill="url(#3vk78i769h)" d="M20 249.2h39.7v-43.7c-14.7 3.2-28.3 6.7-39.7 10.3v33.4z"/>
|
|
42
|
+
<linearGradient id="5q6tzela8i" x1="20" x2="59.7" y1="735.85" y2="735.85" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
43
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
44
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
45
|
+
</linearGradient>
|
|
46
|
+
<path fill="url(#5q6tzela8i)" d="M59.7 144.8C44.5 151.4 31 158.4 20 165.4v29.5c11.8-3.5 25.4-6.8 39.7-9.9v-40.2z"/>
|
|
47
|
+
<linearGradient id="vd0r3tymhj" x1="124" x2="285.7" y1="785.4" y2="785.4" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
48
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
49
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
50
|
+
</linearGradient>
|
|
51
|
+
<path fill="url(#vd0r3tymhj)" d="M124 249.2h161.7v-54.5c-27.8-3.4-54.9-5.1-80.8-5.1h-.5c-25.7 0-52.7 1.7-80.3 5.1v54.5h-.1z"/>
|
|
52
|
+
<linearGradient id="4lcanhm22k" x1="124" x2="285.7" y1="865" y2="865" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
53
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
54
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
55
|
+
</linearGradient>
|
|
56
|
+
<path fill="url(#4lcanhm22k)" d="M124 323.7c27.6 3.3 54.6 5.1 80.3 5.1h1.1c25.9 0 52.9-1.7 80.3-5.1v-54.5H124v54.5z"/>
|
|
57
|
+
<linearGradient id="frb963a4rl" x1="123.9" x2="285.6" y1="940.45" y2="940.45" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
58
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
59
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
60
|
+
</linearGradient>
|
|
61
|
+
<path fill="url(#frb963a4rl)" d="M124 394.9c25.8 6.2 53.1 10.1 80.2 10.1h1.2c27.1 0 54.5-3.9 80.2-10.1v-51c-27.4 3.2-54.3 4.9-80.3 4.9h-1.1c-25.8 0-52.7-1.7-80.3-4.9v51h.1z"/>
|
|
62
|
+
<linearGradient id="e7trzskp0m" x1="409.7" x2="492" y1="844.25" y2="844.25" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
63
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
64
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
65
|
+
</linearGradient>
|
|
66
|
+
<path fill="url(#e7trzskp0m)" d="M492 308.7v-34.6c0-14.5-11.8-26.3-26.3-26.3h-56v22.8h49.6c5.5 0 10 4.5 10 10v28.1H492z"/>
|
|
67
|
+
<linearGradient id="dug8ajqv9n" x1="350" x2="389.7" y1="793.35" y2="793.35" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
68
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
69
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
70
|
+
</linearGradient>
|
|
71
|
+
<path fill="url(#dug8ajqv9n)" d="M350 249.2h39.7v-33.4c-11.4-3.6-25-7.1-39.7-10.3v43.7z"/>
|
|
72
|
+
<linearGradient id="t8vu6rb2eo" x1="305.7" x2="330" y1="825.25" y2="825.25" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
73
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
74
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
75
|
+
</linearGradient>
|
|
76
|
+
<path fill="url(#t8vu6rb2eo)" d="M330 136.9c-7.8-2.9-15.9-5.6-24.3-8v260.7c8.2-2.4 16.3-5.1 24.3-8V136.9z"/>
|
|
77
|
+
<linearGradient id="pculrbv7yp" x1="350" x2="389.7" y1="735.85" y2="735.85" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
78
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
79
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
80
|
+
</linearGradient>
|
|
81
|
+
<path fill="url(#pculrbv7yp)" d="M389.7 165.4c-11-7-24.5-14-39.7-20.6V185c14.3 3 27.9 6.4 39.7 9.9v-29.5z"/>
|
|
82
|
+
<linearGradient id="61zyx2h0iq" x1="350" x2="389.7" y1="857.05" y2="857.05" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
83
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
84
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
85
|
+
</linearGradient>
|
|
86
|
+
<path fill="url(#61zyx2h0iq)" d="M350 312.9c14.8-3.2 28.4-6.8 39.7-10.3v-33.4H350v43.7z"/>
|
|
87
|
+
<linearGradient id="hzz1jbgowr" x1="350" x2="389.7" y1="914.55" y2="914.55" gradientTransform="translate(0 -566)" gradientUnits="userSpaceOnUse">
|
|
88
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
89
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
90
|
+
</linearGradient>
|
|
91
|
+
<path fill="url(#hzz1jbgowr)" d="M350 373.6c2.8-1.2 5.6-2.4 8.3-3.7.4-.2.7-.4 1.1-.5 11.4-5.3 21.6-10.9 30.3-16.4v-29.5c-11.7 3.4-25.3 6.8-39.7 9.9v40.2z"/>
|
|
92
|
+
<path fill="#1D1D1D" d="M502.8 244c-6.5-8-15.6-13.8-25.6-16.3v-18.4h8.5c6.3 0 11.5-5.2 11.5-11.5s-5.2-11.5-11.5-11.5h-40.1c-6.3 0-11.5 5.2-11.5 11.5s5.2 11.5 11.5 11.5h8.6v17h-43V160c0-3.7-1.9-7.3-5-9.5-21.9-14.8-52.9-29.1-85.2-39.5-23.4-7.5-46.9-12.8-70.1-15.9V82.9c0-25.3-20.6-45.9-45.9-45.9-25.4 0-46 20.6-46 45.9V95c-23.8 3.2-47.4 8.6-70.1 15.9-32.5 10.5-63.7 24.9-85.4 39.6-3.2 2.2-5.1 5.7-5.1 9.5v198.4c0 3.7 1.9 7.3 5 9.5 7.2 4.8 15.3 9.6 24.1 14.1-19.4 23.7-19.4 43.3-19.4 81.5 0 6.3 5.2 11.5 11.5 11.5H135c6.3 0 11.5-5.2 11.5-11.5 0-16 2.1-29.1 6.5-41 17.6 2.6 34.8 3.9 51.2 3.9h1.3c16.4 0 33.6-1.3 51.2-3.9 4.4 12.2 6.5 25.3 6.5 41 0 6.3 5.2 11.5 11.5 11.5h115.4c6.3 0 11.5-5.2 11.5-11.5 0-38.2 0-57.8-19.6-81.4 8.5-4.4 16.8-9.3 24.1-14.1 3.2-2.2 5.1-5.7 5.1-9.5v-66.3h36.6v26.6c0 6.3 5.2 11.5 11.5 11.5H502c6.3 0 11.5-5.2 11.5-11.5v-44.6c0-11-3.8-21.7-10.7-30.2zm-43.5 25.1h-48.1v-19.8h54.5c13.7 0 24.8 11.1 24.8 24.8v33.1h-19.7v-26.6c0-6.3-5.2-11.5-11.5-11.5zm-107.8-85.3v-36.7c14 6.2 26.4 12.6 36.7 19.1v26.7c-10.3-3-22.3-6-36.7-9.1zm0 63.9v-40.3c13.9 3.1 26.2 6.3 36.7 9.5v30.8h-36.7zm0 63.3v-40.3h36.7v30.8c-11.2 3.4-23.8 6.7-36.7 9.5zm0 60.3v-36.7c14.4-3.1 26.5-6.1 36.7-9.1v26.7c-8.5 5.4-18.7 10.8-29.3 15.8-.4.1-.7.3-1 .4-.1 0-.1.1-.2.1-.9.4-1.8.8-2.8 1.3-1.1.5-2.2 1-3.4 1.5zm-225.9-25.8c26.7 3.1 53.2 4.7 78.8 4.7h1.1c25.8 0 52.3-1.6 78.8-4.7v48.1c-27.3 6.6-53.8 9.9-78.8 9.9h-1.2c-25 0-51.4-3.3-78.7-9.8v-48.2zm158.5-23.1c-27.6 3.3-54.1 4.9-78.8 4.9h-1.1c-25.3 0-51.8-1.7-78.8-4.9l.1-51.7H284v51.7zm0-126.4v51.7H125.5V196c27.8-3.3 54.3-4.9 78.8-4.9h.5c25.5 0 52.1 1.7 79.3 4.9zm.1-23.1c-26.7-3.1-53.2-4.7-78.8-4.7h-1.1c-24.8 0-51.3 1.6-78.8 4.7v-48.2c20.7-5 41.4-8 61.5-9.2 5.8-.3 11.7-.5 17.6-.5 15.2 0 30.6 1.1 45.9 3.3 11.7 1.7 23 3.8 33.7 6.4v48.2zm23 214.5V130.8c7 2.1 14 4.4 21.3 7v242.5c-7.5 2.7-14.5 5-21.3 7.1zm71.4 64.6h-92.8c-.7-12.2-2.8-23.3-6.2-33.7 8.2-1.7 16.4-3.7 24.5-6 7.4-2.1 14-4.1 20.3-6.1l.9-.3c6.4-2.1 12.9-4.2 19.2-6.9 5.7-2.2 11.2-4.5 16-6.6 16.3 17.5 18 29.3 18.1 59.6zM227.8 92.7c-7.6-.5-15.3-.8-22.9-.8-7.6 0-15.3.3-23 .8v-9.8c0-12.6 10.3-22.9 23-22.9 12.6 0 22.9 10.3 22.9 22.9v9.8zM130 418.3c-3.4 10.4-5.4 21.4-6.2 33.7H31.1c.1-30.3 1.8-42.1 18.2-59.6 12.4 5.5 25.7 10.5 39.6 15 14 4.5 27.9 8.2 41.1 10.9zm-48.8-37.9V138c8.2-2.9 15.2-5.3 21.8-7.2l-.5 256.8c-7-2.2-14-4.5-21.3-7.2zm-23-9.2c-2.1-.9-4.1-1.8-6-2.8-.4-.2-.9-.4-1.4-.6-10.9-5.1-20.8-10.4-29.3-15.7v-26.7c11.4 3.2 24 6.3 36.7 9v36.8zm-36.7-69.7v-30.8h36.7V311c-14-3-26.3-6.2-36.7-9.5zm0-53.8v-30.8c10.5-3.3 22.8-6.5 36.7-9.5v40.3H21.5zm0-54.8v-26.7c10.3-6.5 22.7-12.9 36.7-19.1v36.7c-13 2.7-25.6 5.9-36.7 9.1z"/>
|
|
100
93
|
</svg>
|
|
@@ -1,28 +1,23 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
<path d="
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<path d="M5.60515 2.54479C6.23578 2.58337 6.8422 2.8026 7.35264 3.17655C7.86308 3.55049 8.25618 4.06348 8.48539 4.65482C8.51304 4.73427 8.52084 4.81932 8.5081 4.9025C8.49536 4.98568 8.46247 5.06445 8.41232 5.13187C8.36966 5.18327 8.31671 5.22508 8.25691 5.25458C8.19711 5.28408 8.1318 5.30062 8.06523 5.30312C8.03507 5.30905 8.00405 5.30905 7.97389 5.30312C7.70343 5.24438 7.42835 5.20959 7.15183 5.19915C6.972 5.20272 6.7952 5.24625 6.63411 5.32662C6.47303 5.40698 6.33166 5.52219 6.22018 5.66396L6.1532 5.73736C6.01389 5.88452 5.84689 6.00246 5.66189 6.08434C5.47688 6.16623 5.27753 6.21044 5.07539 6.21441C4.96481 6.21365 4.85463 6.20136 4.74658 6.17771C4.52773 6.12658 4.3209 6.0331 4.13765 5.90249L3.86363 5.68843L3.6444 5.95754C2.67012 7.1257 1.15999 9.39474 1.93941 11.5965L2.15864 12.1775L2.5727 11.7249C3.07101 11.1785 3.67686 10.742 4.3519 10.443C5.02693 10.144 5.75644 9.98905 6.4942 9.98799H21.9062C22.182 9.99125 22.4556 9.9388 22.7109 9.83373C22.9661 9.72866 23.1977 9.57313 23.3919 9.37639L23.6233 9.13175L23.4041 8.87487C23.2675 8.70964 23.1471 8.53144 23.0449 8.34278C22.6046 7.34919 22.4628 6.24809 22.6369 5.17469C22.6646 5.08512 22.7193 5.0064 22.7935 4.94942C22.8677 4.89245 22.9576 4.86003 23.0509 4.85665H23.1788C24.3407 4.88263 25.4652 5.27409 26.394 5.97588L26.4853 6.04316H27.6362C27.7951 6.04445 27.9508 6.08881 28.0868 6.17159L33.1774 9.58433C33.542 9.82865 33.8406 10.1598 34.0468 10.5483C34.2529 10.9367 34.3601 11.3704 34.3587 11.8106V13.5597C34.3567 14.0836 34.2008 14.5952 33.9105 15.0304C33.6202 15.4656 33.2084 15.805 32.7268 16.0062L27.9589 18.0306H27.9102L27.8675 18.0673C26.9035 18.8251 26.2528 19.9143 26.0408 21.1253L24.7072 29.4064C24.6152 29.9864 24.3184 30.5137 23.8712 30.8922C23.424 31.2706 22.8562 31.4748 22.2715 31.4675H21.3642C20.7182 31.4675 20.0987 31.2097 19.6419 30.7509C19.1851 30.2921 18.9285 29.6699 18.9285 29.0211V25.9325L18.4292 26.0976C16.6566 26.6603 14.8078 26.943 12.9488 26.9355C11.008 26.9315 9.07793 26.6452 7.21883 26.0854L6.73167 25.9325V29.0211C6.73167 29.6699 6.47506 30.2921 6.01827 30.7509C5.56149 31.2097 4.94195 31.4675 4.29596 31.4675H3.63833C2.99234 31.4675 2.3728 31.2097 1.91602 30.7509C1.45923 30.2921 1.20262 29.6699 1.20262 29.0211V15.3395C1.1994 14.6612 1.32548 13.9886 1.57405 13.3579L1.64105 13.1744L1.53752 13.0093C0.404914 11.3213 0.411002 9.30299 1.57405 7.17462C2.0522 6.30902 2.63736 5.50759 3.3156 4.78937L3.4191 4.67317V4.50803C3.38722 4.10922 3.49006 3.71126 3.71102 3.37837C3.93199 3.04547 4.25818 2.79706 4.63696 2.67323C4.96305 2.57345 5.30095 2.51792 5.64169 2.5081M5.13629 5.24808C5.29528 5.2378 5.44393 5.16534 5.55035 5.04625L5.62342 4.97897C5.85382 4.70104 6.14578 4.48112 6.47593 4.33678L7.25536 4.05545L6.48811 3.71907C6.21297 3.56969 5.90573 3.48991 5.59298 3.48666C5.35179 3.48681 5.11256 3.53031 4.88662 3.6151C4.73484 3.66519 4.60013 3.75712 4.49785 3.8804C4.39557 4.00367 4.32984 4.15334 4.30815 4.31232V4.46523L4.3873 4.58143C4.4454 4.65254 4.47952 4.74035 4.48473 4.83219V4.96062L4.57606 5.05848C4.68532 5.1696 4.82187 5.24978 4.97188 5.29089C5.0095 5.30306 5.04996 5.30306 5.08758 5.29089M25.2309 9.94518H24.9934L24.8655 10.1164C24.521 10.5914 24.0694 10.9776 23.5475 11.2434C23.0257 11.5092 22.4486 11.647 21.8635 11.6454H15.1653L15.2689 12.1103C15.4097 12.6753 15.3958 13.268 15.2285 13.8258C15.0613 14.3835 14.747 14.8854 14.3189 15.2783C13.7148 15.8103 13.3304 16.5498 13.2411 17.3517C13.1744 18.0688 12.8522 18.7377 12.3338 19.2354C11.5544 19.9816 9.79458 20.5198 8.13829 20.5198C7.57837 20.5333 7.02027 20.4506 6.48811 20.2751C6.15468 20.1854 5.85549 19.9977 5.62879 19.7363C5.40209 19.4748 5.25818 19.1513 5.21545 18.8073C5.12041 18.2327 4.90589 17.6846 4.58589 17.1988C4.26589 16.713 3.84758 16.3004 3.35821 15.9878L2.77974 15.6025V28.9477C2.77973 29.1672 2.86614 29.3779 3.02013 29.5337C3.17412 29.6895 3.38321 29.7778 3.60179 29.7794H4.26552C4.48524 29.7779 4.6956 29.6899 4.85154 29.5344C5.00747 29.379 5.09657 29.1683 5.09975 28.9477V24.6664C5.0992 24.5286 5.13356 24.3928 5.1996 24.2719C5.26564 24.151 5.36119 24.0489 5.47728 23.9753C5.61571 23.8931 5.77318 23.8489 5.93398 23.8469C6.0551 23.8448 6.1747 23.8743 6.28107 23.9325C8.41063 24.7906 10.6848 25.2287 12.9793 25.223C15.1898 25.2263 17.3778 24.7768 19.4096 23.9019C19.5023 23.8565 19.6049 23.8355 19.7079 23.8408C19.8726 23.8411 20.0335 23.89 20.1707 23.9815C20.2844 24.0556 20.3779 24.1571 20.4428 24.2767C20.5076 24.3963 20.5418 24.5303 20.5422 24.6664V28.9477C20.5421 29.1678 20.6284 29.3791 20.7822 29.5359C20.936 29.6926 21.1451 29.7823 21.3642 29.7856H22.2715C22.4694 29.7893 22.6619 29.7206 22.8132 29.5923C22.9644 29.464 23.064 29.2849 23.0936 29.0883L24.4636 20.8867C24.7406 19.2006 25.6545 17.6868 27.0151 16.6606C27.071 16.6229 27.1301 16.5901 27.1917 16.5627L32.1118 14.4772C32.2948 14.395 32.4499 14.2609 32.558 14.0914C32.6662 13.9219 32.7228 13.7244 32.7207 13.5231V11.7922C32.7175 11.6219 32.6738 11.4547 32.5933 11.3047C32.5128 11.1547 32.3978 11.0262 32.2579 10.9299L27.8006 8.00029L27.6179 8.3856C27.5828 8.45409 27.5318 8.51313 27.4693 8.55782C27.4068 8.6025 27.3346 8.63153 27.2586 8.64247H27.1917C27.0805 8.64179 26.9734 8.60042 26.8905 8.52611C26.8075 8.4518 26.7544 8.34965 26.741 8.23881C26.7462 8.2105 26.7462 8.18149 26.741 8.15319C26.6741 7.11958 25.8946 6.51409 24.4332 6.37342L24.0618 6.32449L24.0252 6.69757C23.967 7.22717 24.0555 7.76264 24.281 8.24492C24.5611 8.79536 24.622 8.85653 25.3588 9.05224C25.4773 9.08583 25.5779 9.16492 25.6389 9.27242C25.6688 9.32479 25.6874 9.38283 25.6937 9.44286C25.7 9.50288 25.6938 9.56356 25.6754 9.62103C25.651 9.71747 25.5952 9.80296 25.5169 9.8639C25.4385 9.92485 25.3422 9.95776 25.2431 9.95741M8.1931 19.1314C8.45781 19.135 8.72243 19.1186 8.98471 19.0825C9.85769 19.0325 10.7002 18.7427 11.4204 18.2446C11.5707 18.1018 11.6912 17.9304 11.7748 17.7403C11.8584 17.5503 11.9036 17.3454 11.9076 17.1376C12.0321 16.0411 12.5572 15.0299 13.3812 14.2998C13.6565 14.0576 13.8546 13.7394 13.951 13.3848C14.0474 13.0303 14.0377 12.655 13.9231 12.306C13.8707 12.1499 13.8056 11.9986 13.7283 11.8534L13.6247 11.6516H6.48811C5.76973 11.6534 5.06735 11.8647 4.46631 12.26C3.86528 12.6552 3.39147 13.2172 3.10247 13.8778L2.95024 14.2386L3.32167 14.3793C4.18494 14.7401 4.94196 15.3167 5.52071 16.0542C6.09946 16.7918 6.4807 17.6659 6.62817 18.5932V18.7828L6.78647 18.8746C7.206 19.0738 7.66919 19.1622 8.13222 19.1314M5.56862 2.45305C5.21807 2.45329 4.8701 2.51327 4.53953 2.63042C4.14039 2.75974 3.79529 3.01847 3.55835 3.36604C3.32141 3.7136 3.20604 4.13033 3.23034 4.55085V4.66706L3.15727 4.74656C2.47183 5.46754 1.88049 6.27317 1.39748 7.14405C0.222248 9.31523 0.179623 11.3763 1.39748 13.101L1.46445 13.205L1.42182 13.3335C1.16337 13.9766 1.03303 14.6644 1.03819 15.3579V28.9844C1.03819 29.3241 1.10482 29.6605 1.23426 29.9744C1.36371 30.2883 1.55345 30.5735 1.79263 30.8137C2.03181 31.0539 2.31576 31.2445 2.62827 31.3745C2.94077 31.5045 3.27571 31.5714 3.61397 31.5714H4.2716C4.60985 31.5714 4.94481 31.5045 5.25732 31.3745C5.56982 31.2445 5.85378 31.0539 6.09296 30.8137C6.33214 30.5735 6.52186 30.2883 6.6513 29.9744C6.78075 29.6605 6.84737 29.3241 6.84737 28.9844V26.0609L7.18229 26.1649C9.05207 26.7343 10.995 27.0249 12.9488 27.0272C14.8084 27.0307 16.6573 26.7439 18.4292 26.1771L18.7763 26.0609V28.9844C18.7779 29.67 19.0498 30.3271 19.5325 30.8119C20.0152 31.2967 20.6694 31.5698 21.352 31.5714H22.3202C22.9287 31.5727 23.5179 31.3569 23.9829 30.9627C24.4479 30.5685 24.7585 30.0213 24.8595 29.4186L26.2174 21.2048C26.4187 20.018 27.0445 18.9458 27.9772 18.1896H28.0137H28.0502L32.8121 16.1652C33.3262 15.9424 33.7618 15.5697 34.0626 15.0954C34.3633 14.621 34.5153 14.0668 34.4988 13.5047V11.7555C34.502 11.2982 34.3925 10.8472 34.18 10.4427C33.9675 10.0383 33.6586 9.69296 33.2809 9.43755L28.1903 6.02481C28.0372 5.92231 27.8567 5.86899 27.6727 5.87191H26.5584L26.4853 5.8291C25.5381 5.1153 24.393 4.71556 23.2093 4.6854H23.0814C22.9648 4.68616 22.8515 4.72379 22.7575 4.79297C22.6635 4.86214 22.5936 4.95934 22.5577 5.07071C22.3701 6.17451 22.5142 7.30943 22.9718 8.33055C23.0791 8.53145 23.2077 8.72011 23.3554 8.89323L23.5198 9.06448L23.3554 9.24184C23.1757 9.4341 22.9587 9.58751 22.7179 9.69267C22.4771 9.79783 22.2175 9.85254 21.9549 9.85344H6.48811C5.73512 9.85336 4.99038 10.0111 4.30152 10.3165C3.61265 10.6219 2.9948 11.0682 2.48745 11.6271L2.19517 11.939L2.04902 11.5292C1.28177 9.40086 2.76756 7.16239 3.72966 6.02481L3.8758 5.83522L4.07676 5.97588C4.27302 6.11779 4.494 6.22151 4.7283 6.28168C4.84271 6.30497 4.95876 6.31927 5.07539 6.32449C5.29246 6.31983 5.50646 6.27203 5.70504 6.18385C5.90361 6.09568 6.08283 5.96887 6.23235 5.81075L6.30543 5.74347C6.64035 5.40709 6.81083 5.30312 7.15183 5.30312C7.42031 5.31359 7.68729 5.34839 7.94953 5.40709C7.9878 5.41383 8.02695 5.41383 8.06523 5.40709C8.14904 5.40366 8.23125 5.38288 8.30669 5.34605C8.38214 5.30921 8.4492 5.25712 8.50366 5.19303C8.57769 5.11184 8.62638 5.01062 8.6437 4.9019C8.66101 4.79319 8.6462 4.68177 8.60109 4.58143C8.26009 3.8047 7.25535 2.42859 5.60515 2.42859L5.56862 2.45305ZM4.35076 4.43464V4.33067C4.36857 4.19197 4.42482 4.06109 4.5131 3.95296C4.60139 3.84482 4.71816 3.76377 4.85009 3.71907C5.06555 3.64386 5.29182 3.6046 5.51991 3.60286C5.81407 3.60354 6.10323 3.6793 6.36024 3.82304L6.85347 4.09826L6.3237 4.30009C5.97427 4.44645 5.6636 4.67261 5.41639 4.96062L5.34941 5.03401C5.30682 5.08143 5.2553 5.11991 5.19781 5.1472C5.14033 5.1745 5.07801 5.19007 5.01449 5.19303H4.94142C4.82883 5.13402 4.73259 5.04786 4.66132 4.94227L4.59435 4.875V4.77103C4.57757 4.65825 4.53821 4.55006 4.47865 4.45299L4.35076 4.43464ZM25.1822 10.0797C25.3065 10.0813 25.4279 10.0413 25.5271 9.96604C25.6263 9.89075 25.6978 9.78443 25.7302 9.66384C25.751 9.59181 25.7574 9.51636 25.749 9.44184C25.7407 9.36731 25.7177 9.29518 25.6815 9.2296C25.645 9.16269 25.5954 9.10385 25.5358 9.05656C25.4762 9.00928 25.4077 8.97453 25.3344 8.95438C24.6159 8.74032 24.5794 8.72197 24.3236 8.20823C24.1069 7.74723 24.0226 7.23466 24.08 6.72815V6.47128L24.3358 6.50797C25.7302 6.64864 26.4731 7.21744 26.5401 8.18377C26.5333 8.21397 26.5333 8.24531 26.5401 8.27551C26.5578 8.41388 26.6251 8.54106 26.7292 8.63333C26.8334 8.72561 26.9675 8.77668 27.1064 8.77702C27.1324 8.7835 27.1596 8.7835 27.1856 8.77702C27.2798 8.76175 27.3691 8.72446 27.4463 8.66815C27.5235 8.61185 27.5865 8.53811 27.6301 8.45287L27.7579 8.18377L32.0813 11.0705C32.2058 11.1568 32.3079 11.2718 32.3789 11.4059C32.4499 11.54 32.4878 11.6893 32.4893 11.8411V13.5903C32.4902 13.7703 32.4372 13.9463 32.3373 14.0957C32.2374 14.2451 32.0952 14.3609 31.9291 14.4282L27.0272 16.5016C26.9567 16.5338 26.8894 16.5727 26.8263 16.6178C25.4449 17.656 24.5157 19.1896 24.2323 20.899L22.8622 29.0944C22.8385 29.2652 22.7538 29.4214 22.6238 29.534C22.4938 29.6465 22.3274 29.7077 22.1558 29.706H21.2485C21.1549 29.7052 21.0625 29.6859 20.9763 29.6492C20.8902 29.6125 20.8121 29.5592 20.7465 29.4921C20.6809 29.4251 20.6291 29.3458 20.5941 29.2587C20.559 29.1715 20.5413 29.0783 20.5422 28.9844V24.7031C20.5459 24.5474 20.5084 24.3934 20.4335 24.2569C20.3586 24.1205 20.249 24.0064 20.1159 23.9264C19.9593 23.8267 19.7777 23.7737 19.5922 23.7735C19.4732 23.7727 19.3553 23.7956 19.2452 23.8408C17.2654 24.686 15.1366 25.1228 12.9854 25.1251C10.7072 25.1311 8.44935 24.695 6.33587 23.8408C6.21336 23.7859 6.08029 23.7587 5.94615 23.7613C5.76623 23.7616 5.58965 23.8102 5.43465 23.9019C5.30159 23.986 5.19171 24.1023 5.1151 24.2402C5.03849 24.378 4.99761 24.533 4.99623 24.6909V28.9721C4.99544 29.0666 4.97602 29.16 4.9391 29.2469C4.90218 29.3338 4.84848 29.4126 4.78111 29.4785C4.71374 29.5445 4.63404 29.5964 4.54659 29.6312C4.45914 29.6661 4.36567 29.6832 4.2716 29.6816H3.61397C3.52121 29.6816 3.42936 29.6632 3.34366 29.6276C3.25796 29.5919 3.18008 29.5397 3.11449 29.4738C3.0489 29.4079 2.99688 29.3297 2.96139 29.2436C2.92589 29.1576 2.90761 29.0653 2.90761 28.9721V15.8104L3.3095 16.0673C3.79015 16.3677 4.20163 16.7673 4.5166 17.2398C4.83157 17.7122 5.04282 18.2465 5.13629 18.8073C5.18098 19.1726 5.33191 19.5165 5.57018 19.7961C5.80845 20.0756 6.12351 20.2784 6.47593 20.3791C7.01992 20.5589 7.59007 20.6457 8.16266 20.636C9.8433 20.636 11.6396 20.0855 12.4252 19.3272C12.9679 18.813 13.3037 18.1165 13.369 17.37C13.4577 16.5896 13.8255 15.868 14.4042 15.3395C14.8474 14.932 15.1721 14.4112 15.3437 13.8328C15.5153 13.2543 15.5273 12.64 15.3785 12.0552L15.3115 11.7311H21.8818C22.4855 11.7348 23.0815 11.5942 23.6204 11.3208C24.1593 11.0475 24.6258 10.6494 24.9812 10.1592L25.0726 10.0369H25.2613L25.1822 10.0797ZM3.06593 14.1714L3.16944 13.9267C3.44613 13.2867 3.90309 12.7419 4.48408 12.3594C5.06506 11.9769 5.74472 11.7734 6.4394 11.7739H13.4542L13.5273 11.9084C13.5997 12.048 13.6608 12.1932 13.71 12.3427C13.8201 12.6713 13.8291 13.0257 13.7357 13.3596C13.6423 13.6934 13.4508 13.9913 13.1863 14.2142C12.3517 14.9731 11.8176 16.0089 11.6823 17.1315C11.6719 17.5218 11.5102 17.8927 11.2317 18.1651C10.5337 18.6451 9.71936 18.9262 8.87511 18.9785C8.61695 19.0151 8.35636 19.0314 8.09568 19.0275C7.65138 19.0499 7.20782 18.9705 6.79866 18.7951L6.68297 18.7217V18.5932C6.5309 17.6499 6.14109 16.7613 5.55063 16.0119C4.96017 15.2626 4.18867 14.6774 3.3095 14.312L3.07811 14.1958L3.06593 14.1714Z" fill="#1D1D1D"/>
|
|
10
|
-
</
|
|
11
|
-
<
|
|
12
|
-
<linearGradient id="
|
|
13
|
-
<stop stop-color="#EFC530"/>
|
|
14
|
-
<stop offset="1" stop-color="#FCEDB6"/>
|
|
15
|
-
</linearGradient>
|
|
16
|
-
<
|
|
17
|
-
<
|
|
18
|
-
<
|
|
19
|
-
|
|
20
|
-
<
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
</linearGradient>
|
|
24
|
-
<clipPath id="clip0_4088_33999">
|
|
25
|
-
<rect width="34" height="34" fill="white" transform="translate(0.5)"/>
|
|
26
|
-
</clipPath>
|
|
27
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 297 297" viewBox="0 0 297 297">
|
|
2
|
+
<linearGradient id="bhvqtm3c0a" x1="21.2" x2="280" y1="939.65" y2="939.65" gradientTransform="translate(0 -782)" gradientUnits="userSpaceOnUse">
|
|
3
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
4
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
5
|
+
</linearGradient>
|
|
6
|
+
<path fill="url(#bhvqtm3c0a)" d="M275.9 96.3l-38.5-25.6-1.7 3.6c-.6 1.2-1.7 1.9-2.9 2.1-2.1.3-3.9-1.2-4.2-3.2-.3-1.8.7-14.1-20.2-16.2l-3.5-.4-.3 3.5c-.4 3.6-.2 8.8 2.2 13.4 2.5 4.8 3 5.1 9.5 7 2 .6 3.1 2.6 2.5 4.6-.4 1.6-1.9 2.7-3.5 2.7h-.2l-2.1-.2-1.2 1.6c-6.1 8.3-15.4 13-25.7 13h-58.3l1 4.3c1.7 6.9 1.6 17.2-8.1 27-7.8 8-8.6 13.1-9.4 18-.8 5-1.7 10.3-7.7 16.1-6.6 6.3-21.7 10.9-36 10.9-5.5 0-10.4-.7-14.1-2.1-6.4-2.3-10.3-6.8-10.8-12.4-.9-8.8-7.5-18.9-16.1-24.4l-5.4-3.5v115.1c0 4.1 3.3 7.4 7.4 7.4h5.7c4.1 0 7.4-3.3 7.4-7.4v-36.8c0-2.3 1.2-4.4 3.2-5.7 2-1.2 4.5-1.4 6.6-.4.5.2 55.2 25 113.4-.1 2-.9 4.5-.6 6.4.6 2 1.3 3.1 3.4 3.1 5.7v36.8c0 4.1 3.3 7.4 7.4 7.4h7.8c3.7 0 6.7-2.6 7.3-6.2l11.8-70.4c2.4-14.5 10.2-27.3 21.9-36.1.4-.3.9-.6 1.4-.8l42.4-17.9c3.4-1.4 5.6-4.7 5.6-8.4v-15c0-3.1-1.6-5.9-4.1-7.6zm-35.6 6.4c-2.6 0-4.7-2.1-4.7-4.7s2.1-4.7 4.7-4.7 4.7 2.1 4.7 4.7-2.1 4.7-4.7 4.7zm34 7.6c-.2.1-.6.3-1 .3-1 0-1.7-.8-1.7-1.7 0-1 .8-1.7 1.7-1.7.4 0 .8.2 1 .5l1.8 1.3-1.8 1.3z"/>
|
|
7
|
+
<linearGradient id="kf8pnle83b" x1="22.7" x2="118.233" y1="916.55" y2="916.55" gradientTransform="translate(0 -782)" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
9
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<path fill="url(#kf8pnle83b)" d="M54.4 162.1l.2 1.7 1.5.9c2.3 1.4 6.6 2.2 11.8 2.2 2.2 0 4.5-.1 6.8-.4 10.5-1.2 18.3-4.7 21-7.3 3.3-3.1 3.7-5.6 4.3-9.6.9-5.8 2.1-13.7 12.6-24.3 5.2-5.2 6.8-11.1 4.8-17.4-.4-1.3-1-2.6-1.7-3.9l-1-1.8H53.5c-12.7 0-24.3 7.6-29.4 19.3l-1.4 3.3 3.4 1.3c14.7 5.8 26.6 21 28.3 36z"/>
|
|
12
|
+
<linearGradient id="g2jf094roc" x1="34.2" x2="60.3" y1="822.2" y2="822.2" gradientTransform="translate(0 -782)" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
14
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<path fill="url(#g2jf094roc)" d="M35.8 44l.2 1.2.9.9c1.1 1.1 2.3 1.8 3.5 2.1.3.1.7.1 1 .1 1.3 0 2.6-.6 3.8-1.8l.6-.6c2.6-2.7 4.6-4.4 7.3-5.4l7.2-2.6-6.7-3.8c-2.5-1.3-5.1-2-7.8-2-2 0-4 .4-6.2 1.1-2.8.9-4.8 3.3-5.2 6.2l-.2 1.4.8 1.1c.5.6.7 1.4.8 2.1z"/>
|
|
17
|
+
<g>
|
|
18
|
+
<circle cx="240.3" cy="98" r="5"/>
|
|
19
|
+
<path d="M273.3 110.9c.5 0 .9-.2 1.1-.3l2.1-1.5-2-1.5c-.3-.3-.7-.6-1.2-.6-1.1 0-2 .9-2 1.9 0 1.1.9 2 2 2z"/>
|
|
20
|
+
<path d="M181.9 273c-12 0-21.8-9.8-21.8-21.8v-25.8l-3.6 1.2c-15 4.8-30.9 7.3-47.2 7.3-20.9 0-38.5-4-49.5-7.4l-3.5-1.1v25.8c0 12-9.8 21.8-21.8 21.8h-5.7c-12 0-21.8-9.8-21.8-21.8v-117c0-6.1 1.1-11.9 3.3-17.2l.5-1.3-.8-1.2C.2 100 .3 82.5 10.3 64c4.8-8.8 10.9-16.1 15.1-20.6l.8-.9-.1-1.2c-.4-7.2 4.1-13.8 10.9-16 3-1 5.9-1.5 8.8-1.5 13.9 0 22.4 11.6 25.2 18.4.6 1.6.4 3.3-.7 4.6-.9 1-2.1 1.7-3.4 1.7-.3 0-.6 0-.9-.1-3.3-.6-5.4-.9-7-.9-3.3 0-5 1.2-7.6 3.9l-.6.6c-2.7 2.7-6.2 4.2-9.6 4.2-1 0-1.9-.1-2.9-.3-1.9-.4-3.8-1.3-5.4-2.5l-2-1.5-1.6 2C21 63.9 8 83.3 14.7 101.8l1.6 4.3 3.1-3.3c8.7-9.6 21.2-15 34.1-15h132.9c4.8 0 9.2-1.8 12.5-5.2l1.7-1.8-1.6-1.9c-1.1-1.2-2.1-2.7-3.2-4.7-5.9-11.5-3.9-26.8-3.5-27.6.6-1.8 2.3-3 4.1-3h1.1c11.3 0 21.9 5 28 9.7l.7.5h9.7c1.5 0 3 .4 4.2 1.2L284 84.3c6.5 4.4 10.4 11.7 10.4 19.5v15c0 9.4-5.6 17.9-14.4 21.6l-41.1 17.4-.4.2-.3.2c-8.2 6.5-13.6 15.8-15.4 26.2l-11.7 70.5c-1.8 10.5-10.8 18.1-21.4 18.1h-7.8zm-14.5-66.1c1.5 0 3 .4 4.3 1.2 2.2 1.4 3.4 3.7 3.4 6.3v36.8c0 3.7 3 6.7 6.6 6.7h7.8c3.3 0 6-2.3 6.6-5.6L208 182c2.4-14.6 10.3-27.6 22.2-36.6.5-.4 1.1-.7 1.6-.9l42.4-17.9c3.1-1.3 5.1-4.3 5.1-7.7v-15c0-2.8-1.4-5.4-3.8-7l-37.8-25.1-1.3 2.8c-.7 1.4-1.9 2.3-3.5 2.5h-.7c-2.2 0-4.1-1.6-4.4-3.9 0-.1 0-.4-.1-.7-.6-8.6-7.2-13.6-19.5-14.9l-2.7-.3-.2 2.7c-.3 2.8-.4 8.1 2.1 13 2.4 4.5 2.7 4.8 9 6.6 1.2.3 2.1 1.1 2.7 2.1.6 1 .7 2.2.3 3.4-.5 1.9-2.2 3.2-4.2 3.2h-.2l-1.8-.2-.9 1.3c-6.2 8.5-15.8 13.3-26.3 13.3h-57.4l.8 3.4c1.7 7.1 1.7 17.6-8.3 27.7-7.6 7.8-8.4 12.7-9.2 17.5-.8 5-1.7 10.6-7.9 16.6-6.7 6.4-22.1 11.1-36.5 11.1-5.7 0-10.7-.7-14.4-2.1-6.6-2.4-10.8-7.1-11.3-13-.9-8.7-7.4-18.5-15.8-23.8l-4.2-2.8V251c0 3.7 3 6.6 6.6 6.6h5.7c3.7 0 6.7-3 6.7-6.6v-36.8c0-2.5 1.3-4.9 3.5-6.3 1.3-.8 2.7-1.2 4.1-1.2 1.1 0 2.2.2 3.2.7 4.3 1.9 27 11.1 57.5 11.1 19.4 0 38-3.8 55.3-11.2 1-.2 2-.4 3-.4zM56.5 164.1c2.2 1.3 6.3 2.1 11.4 2.1 2.5 0 4.7-.1 6.7-.4 9.8-1.1 17.8-4.4 20.6-7.1 3.1-3 3.5-5.3 4.1-9.2.9-5.9 2.2-14 12.8-24.7 5-5 6.5-10.6 4.6-16.6-.3-1.1-.9-2.4-1.6-3.8l-.8-1.4H53.5c-12.5 0-23.7 7.4-28.7 18.8l-1.1 2.6 2.7 1c14.9 5.9 27 21.3 28.8 36.6l.2 1.3 1.1.8zM37.4 45.6c1 1 2.1 1.6 3.2 1.9.2.1.6.1.8.1 1.1 0 2.2-.5 3.3-1.6l.6-.6c2.6-2.7 4.7-4.5 7.6-5.6l5.7-2-5.3-3c-2.4-1.3-4.9-1.9-7.4-1.9-1.8 0-3.7.3-6 1.1-2.5.8-4.3 3-4.7 5.6l-.2 1 .6.9c.5.6.8 1.4.9 2.4l.2.9.7.8z"/>
|
|
21
|
+
<path fill="#1D1D1D" d="M45.8 24.5c13.4 0 21.9 11.1 24.8 18.1.5 1.4.3 2.9-.6 4.1-.8.9-1.9 1.5-3 1.5-.3 0-.5 0-.8-.1-3.1-.6-5.3-.9-7.1-.9-3.4 0-5.2 1.2-8 4l-.6.6c-2.7 2.7-5.9 4.1-9.3 4.1-.9 0-1.8-.1-2.8-.3-1.8-.4-3.6-1.3-5.2-2.4l-2.4-1.8-1.9 2.3c-8.4 10-21.4 29.5-14.7 48.4l1.9 5 3.6-3.9c8.7-9.5 21-14.9 33.8-14.9h132.9c4.9 0 9.5-1.9 12.8-5.3l2-2.1-1.9-2.2c-1-1.2-2-2.6-3.1-4.6-5.9-11.3-3.8-26.4-3.5-27.2.6-1.6 2-2.7 3.6-2.7h1.1c11.2 0 21.6 4.9 27.7 9.6l.8.6h9.9c1.4 0 2.8.4 3.9 1.1l43.9 29.3c6.4 4.3 10.2 11.4 10.2 19.1v15c0 9.2-5.5 17.5-14.1 21.1l-41.1 17.4-.4.2-.4.3c-8.3 6.6-13.8 16-15.6 26.5l-11.7 70.5c-1.7 10.3-10.5 17.7-20.9 17.7h-7.8c-11.7 0-21.2-9.5-21.2-21.2v-26.5l-4.3 1.4c-16.6 5.3-32.7 7.2-47.1 7.2-20.9 0-38.4-4-49.4-7.3l-4.2-1.3v26.5c0 11.7-9.5 21.2-21.2 21.2h-5.7c-11.7 0-21.2-9.5-21.2-21.2v-117c0-6 1.1-11.8 3.2-17l.6-1.6-.9-1.4C.6 99.9.7 82.6 10.7 64.3c4.8-8.8 10.8-16 15-20.5l.9-1-.1-1.4c-.4-7 3.9-13.3 10.6-15.5 3.2-.9 6.1-1.4 8.7-1.4M41.4 48c1.2 0 2.5-.6 3.6-1.7l.6-.6c2.6-2.7 4.6-4.4 7.4-5.5l6.7-2.4-6.2-3.5c-2.5-1.3-5.1-2-7.7-2-1.8 0-3.8.3-6.1 1.1-2.7.9-4.6 3.2-5 6l-.2 1.3.7 1c.4.5.7 1.2.8 2.2l.2 1.1.8.8c1 1 2.2 1.7 3.4 2 .3.2.7.2 1 .2m173.7 40l-2-.2-1.1 1.5c-6.1 8.3-15.6 13.1-25.9 13.1h-58l.9 4c1.7 6.9 1.7 17.3-8.2 27.2-7.7 7.9-8.5 12.9-9.3 17.8v.1c-.8 4.8-1.7 10.3-7.8 16.2-6.7 6.4-21.9 11-36.2 11-5.6 0-10.5-.7-14.2-2.1-6.5-2.3-10.5-6.9-11-12.6-.9-8.8-7.5-18.8-16-24.2l-5-3.3v114.6c0 3.9 3.2 7.1 7.1 7.1h5.7c3.9 0 7.2-3.2 7.2-7.1v-36.8c0-2.4 1.2-4.6 3.3-5.9 1.2-.7 2.5-1.1 3.9-1.1 1 0 2.1.2 3 .7h.1c3.7 1.6 26.8 11.1 57.7 11.1 16.8 0 35.9-2.8 55.5-11.2.8-.4 1.7-.5 2.6-.5 1.4 0 2.8.4 4 1.2 2 1.3 3.2 3.5 3.2 5.9v36.8c0 3.9 3.2 7.2 7.1 7.2h7.8c3.6 0 6.5-2.5 7.1-6l11.8-70.4c2.4-14.5 10.2-27.4 22-36.3.5-.3 1-.6 1.5-.8l42.4-17.9c3.3-1.4 5.4-4.6 5.4-8.2v-15c0-2.9-1.5-5.7-4-7.4l-38.3-25.4-1.6 3.3c-.6 1.2-1.7 2-3.1 2.2h-.6c-1.9 0-3.6-1.4-3.9-3.5 0-.2 0-.4-.1-.7-.6-8.9-7.3-14.1-19.9-15.3l-3.2-.4-.3 3.2c-.3 2.8-.4 8.2 2.2 13.3 2.4 4.7 2.9 5 9.3 6.9 1 .3 1.9 1 2.4 1.9.5.9.6 2 .3 3-.4 1.7-2 2.9-3.7 2.9h-.1M67.9 166.7c2.5 0 4.7-.1 6.8-.4 9.9-1.1 18-4.5 20.9-7.2 3.3-3.1 3.6-5.6 4.2-9.5.9-5.9 2.1-13.8 12.7-24.4 5.1-5.1 6.7-10.9 4.7-17.1-.4-1.2-.9-2.4-1.7-3.9l-.9-1.7H53.5c-12.6 0-24.1 7.5-29.2 19.1l-1.3 3.1 3.2 1.2c14.8 5.8 26.7 21.1 28.5 36.2l.2 1.6 1.4.8c2.2 1.4 6.4 2.2 11.6 2.2M45.8 23.5c-2.9 0-5.9.5-8.9 1.5-7.1 2.3-11.7 9.1-11.3 16.5l.1 1-.6.7C20.8 47.7 14.7 55 9.9 63.8-.2 82.4-.3 100.1 9.7 114.9l.6.9-.4 1.1c-2.2 5.4-3.3 11.2-3.3 17.4v117c0 12.3 10 22.2 22.2 22.2h5.7c12.3 0 22.2-10 22.2-22.2v-25.1l2.9.9c11.1 3.4 28.7 7.4 49.7 7.4 16.4 0 32.3-2.5 47.4-7.3l3-1v25.1c0 12.3 10 22.2 22.2 22.2h7.8c10.9 0 20.1-7.8 21.9-18.5l11.7-70.5c1.8-10.3 7.2-19.5 15.2-25.9l.3-.2.3-.1 41.1-17.4c8.9-3.8 14.7-12.5 14.7-22.1v-15c0-8-4-15.5-10.7-19.9l-43.9-29.3c-1.3-.9-2.9-1.3-4.5-1.3h-9.6l-.6-.4c-6.2-4.7-16.9-9.8-28.3-9.8h-1.1c-2 0-3.8 1.3-4.5 3.3-.4.9-2.5 16.2 3.6 28 1.2 2.1 2.2 3.6 3.3 4.8l1.4 1.5-1.4 1.5c-3.1 3.2-7.4 5-12.1 5h-133c-13.1 0-25.7 5.5-34.5 15.2l-2.5 2.7-1.3-3.5c-6.6-18.3 6.2-37.5 14.5-47.4l1.3-1.6 1.7 1.2c1.7 1.2 3.6 2.1 5.6 2.6 1 .2 2 .4 3 .4 3.6 0 7.2-1.6 10-4.4l.6-.6c2.9-2.9 4.4-3.8 7.3-3.8 1.6 0 3.6.3 6.9.9.3.1.6.1 1 .1 1.4 0 2.9-.7 3.8-1.8 1.2-1.4 1.5-3.3.8-5-3-6.9-11.7-18.7-25.9-18.7zm-10.3 17l.1-.9c.3-2.4 2-4.4 4.3-5.2 2.2-.7 4.1-1 5.8-1 2.4 0 4.8.6 7.2 1.9l4.3 2.4-4.6 1.7c-3 1.1-5.1 2.9-7.8 5.7l-.6.6c-.9.9-1.9 1.4-2.9 1.4h-.6c-1-.3-2-.9-2.9-1.8l-.6-.6-.2-.9c-.2-1.1-.5-2-1-2.7l-.5-.6zM215.1 89h.2c2.2 0 4.2-1.5 4.7-3.6.4-1.2.2-2.6-.4-3.7-.6-1.1-1.7-2-3-2.4-6.2-1.8-6.5-2-8.7-6.4-2.5-4.8-2.4-10-2.1-12.7l.2-2.2 2.2.3c12 1.2 18.4 6.1 19 14.4 0 .3 0 .6.1.8.4 2.5 2.4 4.3 4.9 4.3.2 0 .5 0 .7-.1 1.7-.3 3.1-1.3 3.8-2.8l1.1-2.3 37.3 24.8c2.2 1.5 3.5 4 3.5 6.6v15c0 3.2-1.9 6-4.8 7.2L231.5 144c-.5.2-1.1.6-1.7 1-12 9-19.9 22.1-22.4 36.9l-11.8 70.4c-.5 3-3 5.2-6.1 5.2h-7.8c-3.4 0-6.1-2.8-6.1-6.2v-36.8c0-2.8-1.3-5.2-3.7-6.7-1.4-.9-3-1.3-4.5-1.3-1.1 0-2.1.2-3 .6-17.2 7.4-35.7 11.2-55 11.2-30.4 0-53-9.2-57.3-11H52c-1-.5-2.2-.7-3.4-.7-1.5 0-3.1.4-4.4 1.2-2.4 1.6-3.8 4.1-3.8 6.8v36.8c0 3.4-2.8 6.1-6.2 6.1h-5.7c-3.4 0-6.1-2.8-6.1-6.1v-113l3.5 2.2c8.3 5.3 14.7 14.9 15.5 23.5.5 6.1 4.8 11 11.6 13.5 3.8 1.4 8.8 2.2 14.5 2.2 14.5 0 30-4.7 36.9-11.2 6.4-6.2 7.3-11.8 8.1-16.8v-.1c.8-4.7 1.6-9.6 9-17.3 10.2-10.3 10.2-21 8.4-28.2l-.6-2.8H186c10.7 0 20.4-4.9 26.7-13.5l.8-1 1.6.1zM24.4 124.1l.9-2.1c4.9-11.3 16-18.5 28.2-18.5H114l.6 1.2c.7 1.4 1.3 2.6 1.6 3.7 1.9 5.9.4 11.3-4.5 16.1-10.8 10.9-12 19-13 25-.6 3.8-.9 6-3.9 8.9-2.7 2.6-10.6 5.9-20.3 7-2 .3-4.2.4-6.7.4-4.9 0-9.1-.8-11.2-2l-1-.6-.1-1.1c-1.8-15.5-14-31.1-29.1-37l-2-1z"/>
|
|
22
|
+
</g>
|
|
28
23
|
</svg>
|
|
@@ -1,27 +1,24 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<path d="
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
<
|
|
6
|
-
|
|
7
|
-
<path d="
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
<path d="
|
|
13
|
-
<
|
|
14
|
-
<
|
|
15
|
-
<stop stop-color="#
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
<
|
|
19
|
-
<
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
<
|
|
24
|
-
<stop offset="1" stop-color="#FCEDB6"/>
|
|
25
|
-
</linearGradient>
|
|
26
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
|
|
2
|
+
<path fill="#FFFFFF" d="M325.5 189l-2-1.6c-16.2-13.5-27.8-37-29.7-59.8l-.4-5H159.6c-15 0-28.5 8.9-34.5 22.7l-29.3 68.3h229.6l.1-24.6z"/>
|
|
3
|
+
<linearGradient id="s3lb9zwuoa" x1="58.5" x2="325.6" y1="226" y2="226" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
|
|
4
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
5
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<path fill="url(#s3lb9zwuoa)" d="M58.5 272v32c0 20.7 16.8 37.5 37.5 37.5h229.6v-107H96c-20.7 0-37.5 16.8-37.5 37.5zm149.5 5.5h64c5.8 0 10.5 4.7 10.5 10.5s-4.7 10.5-10.5 10.5h-64c-5.8 0-10.5-4.7-10.5-10.5s4.7-10.5 10.5-10.5z"/>
|
|
8
|
+
<linearGradient id="9e0evlf9hb" x1="90.5" x2="165.5" y1="122" y2="122" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
10
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
<path fill="url(#9e0evlf9hb)" d="M90.5 362.5L90.5 421.5 165.5 421.5 165.5 362.5z"/>
|
|
13
|
+
<linearGradient id="xufmb7jtec" x1="314.624" x2="453.741" y1="254.85" y2="254.85" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
15
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<path fill="url(#xufmb7jtec)" d="M436.1 75.1l-9.5-10.3V128c0 4-2.2 7.6-5.8 9.4l-32 16c-2.9 1.5-6.5 1.5-9.4 0l-32-16c-3.6-1.8-5.8-5.4-5.8-9.4V64.8L332 75.1c-9.9 10.8-15.5 23.2-17 37.9-2.5 23.8 7.6 47.3 26.1 61.3l.4.3.5.2c1.9.9 4.6 4.6 4.6 8.8V416c0 20.7 16.8 37.5 37.5 37.5s37.5-16.8 37.5-37.5V183.7c0-3.3 1.6-6.4 4.2-8.4 21.1-15.8 31.4-41.5 26.9-67.1-2.3-12.5-7.8-23.7-16.6-33.1zm-52 349.9c-5 0-9-4-9-9s4-9 9-9 9 4 9 9-4 9-9 9z"/>
|
|
18
|
+
<g fill="#1D1D1D">
|
|
19
|
+
<path stroke="#1D1D1D" stroke-miterlimit="10" stroke-width="3" d="M208 298.5h64c5.8 0 10.5-4.7 10.5-10.5s-4.7-10.5-10.5-10.5h-64c-5.8 0-10.5 4.7-10.5 10.5s4.7 10.5 10.5 10.5z"/>
|
|
20
|
+
<path stroke="#000000" stroke-miterlimit="10" d="M474.8 104.3c-5.1-29.5-24.2-53.3-53.7-67.2-3.7-1.8-8-1.5-11.5.7s-5.6 6-5.6 10.1v72.6l-20 10-20-10V48c0-4.1-2.1-7.9-5.6-10.1-3.5-2.2-7.9-2.5-11.5-.7-26.4 12.4-44.8 33.7-51.8 59.9l-.8 3H159.6c-24 0-45.7 14.3-55.1 36.4l-35.2 82.3-1.2.7C48.3 229.8 36 250 36 272v32c0 21.4 11.2 40.7 30 51.6l2 1.2V416c0 15.4 12.6 28 28 28h64c15.4 0 28-12.6 28-28v-52h136.1v52c0 33.1 26.9 60 60 60s60-26.9 60-60V189.7l1.4-1.2c19.1-15.9 35.6-48.1 29.3-84.2zM324.1 236v104H96c-19.9 0-36-16.1-36-36v-32c0-19.9 16.1-36 36-36h228.1zM159.6 124H292l.3 3.7c1.9 23.2 13.8 47 30.3 60.8l1.4 1.2V212H98.2l28.4-66.2c5.7-13.2 18.6-21.8 33-21.8zm4.4 296H92v-56h72v56zm256.1-236.3V416c0 19.9-16.1 36-36 36s-36-16.1-36-36V183.7c0-4.9-3.2-9-5.4-10.1l-.3-.2-.3-.2c-18.2-13.6-27.9-36.6-25.5-59.9 1.5-14.4 7-26.5 16.7-37.1l6.9-7.5V128c0 4.6 2.5 8.7 6.6 10.7l32 16c3.4 1.7 7.4 1.7 10.7 0l32-16c4.1-2.1 6.6-6.2 6.6-10.7V68.6l6.9 7.5c8.6 9.2 14 20.1 16.2 32.4 4.4 25.1-5.7 50.2-26.3 65.7-3.1 2.2-4.8 5.8-4.8 9.5z"/>
|
|
21
|
+
<circle cx="384.1" cy="416" r="10.5"/>
|
|
22
|
+
</g>
|
|
23
|
+
<circle cx="128" cy="288" r="26.5" fill="#1D1D1D" stroke="#1D1D1D" stroke-miterlimit="10"/>
|
|
27
24
|
</svg>
|
|
@@ -1,37 +1,36 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
<path d="
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
<
|
|
15
|
-
</
|
|
16
|
-
<
|
|
17
|
-
<linearGradient id="
|
|
18
|
-
<stop stop-color="#F37C1C"/>
|
|
19
|
-
<stop offset="1" stop-color="#FCC191"/>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<
|
|
22
|
-
<
|
|
23
|
-
<
|
|
24
|
-
</
|
|
25
|
-
|
|
26
|
-
<
|
|
27
|
-
<stop offset="
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
<
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
<
|
|
34
|
-
<
|
|
35
|
-
</
|
|
36
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" x="0" y="0" enable-background="new 0 0 512 512" version="1.1" viewBox="0 0 512 512" xml:space="preserve">
|
|
2
|
+
<style>
|
|
3
|
+
.st3{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<g id="Layer_2_1_">
|
|
6
|
+
<g id="Capa_1">
|
|
7
|
+
<linearGradient id="SVGID_1_" x1="45" x2="79.3" y1="2036.25" y2="2036.25" gradientTransform="translate(0 -1698)" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
9
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<path fill="url(#SVGID_1_)" d="M45 267.1H79.3V409.40000000000003H45z"/>
|
|
12
|
+
<linearGradient id="SVGID_2_" x1="45" x2="79.3" y1="1942.95" y2="1942.95" gradientTransform="translate(0 -1698)" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
14
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<path fill="url(#SVGID_2_)" d="M45 237.6H79.3V252.29999999999998H45z"/>
|
|
17
|
+
<linearGradient id="SVGID_3_" x1="94.2" x2="246.3" y1="2057.8" y2="2057.8" gradientTransform="translate(0 -1698)" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
19
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<path fill="url(#SVGID_3_)" d="M200.9 330.2c-3.7 1.6-8.1-.1-9.7-3.8-.4-1-.6-2-.6-2.9v-13.3l-45.3 20c-3.7 1.6-8.1-.1-9.7-3.8-.4-1-.6-2-.6-2.9v-13.3l-40.8 18.1v81.1h152.1v-99.1l-45.4 19.9zm28.1 57.1c0 4.1-3.3 6.3-7.3 6.3H118.6c-4.1 0-7.3-2.3-7.3-6.3V353c0-4.1 3.3-7.3 7.3-7.3h103c4.1 0 7.3 3.3 7.3 7.3l.1 34.3z"/>
|
|
22
|
+
<path d="M221.6 345.5h-103c-4.1 0-7.3 3.3-7.3 7.3v34.3c0 4.1 3.3 7.3 7.3 7.3h103c4.1 0 7.3-3.3 7.3-7.3v-34.3c.1-3.9-3.2-7.3-7.3-7.3zm-95.7 14.8h19.6v19.6h-19.6v-19.6zm34.4 0H180v19.6h-19.6l-.1-19.6zm54 19.6h-19.6v-19.6h19.6v19.6z" class="st3"/>
|
|
23
|
+
<path d="M263.8 409.3h-2.9V299c0-4.1-3.3-7.3-7.3-7.3-1 0-2 .2-3 .6l-45.2 20V299c0-4.1-3.3-7.3-7.3-7.3-1 0-2 .2-3 .6l-45.3 20V299c0-4.1-3.3-7.3-7.3-7.3-1 0-2 .2-2.9.6l-45.3 20v-82c0-4.1-3.3-7.3-7.3-7.3H37.7c-4.1 0-7.3 3.3-7.3 7.3v179h-3c-4.1 0-7.3 3.3-7.3 7.3 0 4.1 3.3 7.3 7.3 7.3h236.5c4.1 0 7.3-3.3 7.3-7.3s-3.3-7.3-7.4-7.3zM79.4 237.6v14.7H45v-14.7h34.4zM45 267.1h34.3v142.3H45V267.1zm49.1 142.2v-81.1l40.9-18.1v13.3c0 4.1 3.3 7.3 7.3 7.3 1 0 2-.2 3-.6l45.3-20v13.3c0 4.1 3.3 7.3 7.3 7.3 1 0 2-.2 2.9-.6l45.3-20v99.1h-152v.1zM40.1 207.2c4.1 0 7.3-3.3 7.3-7.3 0-1.4 1.1-2.4 2.4-2.4h4.9c9.5 0 17.2-7.7 17.2-17.2 0-4.1-3.3-7.3-7.3-7.3s-7.3 3.3-7.3 7.3c0 1.4-1.1 2.4-2.4 2.4H50c-9.5 0-17.2 7.7-17.2 17.2 0 4 3.2 7.3 7.3 7.3zM74.5 217c4.1 0 7.3-3.3 7.3-7.3 0-1.4 1.1-2.4 2.4-2.4h4.9c9.5 0 17.2-7.7 17.2-17.2 0-4.1-3.3-7.3-7.3-7.3s-7.3 3.3-7.3 7.3c0 1.4-1.1 2.4-2.4 2.4h-4.9c-9.5 0-17.2 7.7-17.2 17.2-.1 4 3.2 7.3 7.3 7.3z" class="st3"/>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
<linearGradient id="SVGID_4_" x1="171.4" x2="448.4" y1="1406.4" y2="1406.4" gradientTransform="translate(0 -1132)" gradientUnits="userSpaceOnUse">
|
|
27
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
28
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
29
|
+
</linearGradient>
|
|
30
|
+
<circle cx="309.9" cy="274.4" r="138.5" fill="url(#SVGID_4_)"/>
|
|
31
|
+
<path fill="#1D1D1D" stroke="#1D1D1D" stroke-miterlimit="10" stroke-width="7" d="M309.9 121.7c-84.2 0-152.7 68.5-152.7 152.7s68.5 152.7 152.7 152.7 152.7-68.5 152.7-152.7-68.5-152.7-152.7-152.7zm0 291.2c-76.4 0-138.5-62.1-138.5-138.5s62.1-138.5 138.5-138.5S448.4 198 448.4 274.4c0 76.3-62.1 138.5-138.5 138.5z"/>
|
|
32
|
+
<g>
|
|
33
|
+
<circle cx="309.9" cy="349.9" r="15.4" class="st3"/>
|
|
34
|
+
<path d="M309.9 325.4c6.8 0 12.3-5.5 12.3-12.3v-20.3l1.1-.3c21.2-6 35.9-25.5 35.9-47.5 0-27.1-22.1-49.2-49.3-49.2-27.2 0-49.3 22.1-49.3 49.3 0 6.8 5.5 12.3 12.3 12.3s12.3-5.5 12.3-12.3c0-13.7 11.1-24.8 24.8-24.8s24.8 11.1 24.8 24.8-11.2 24.8-24.9 24.8c-6.8 0-12.3 5.5-12.3 12.3V313c0 6.9 5.5 12.4 12.3 12.4z" class="st3"/>
|
|
35
|
+
</g>
|
|
37
36
|
</svg>
|