@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="cx8nplyn4a" 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(#cx8nplyn4a)" 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="aw3cbyvbtb" 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(#aw3cbyvbtb)" 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="1ff3s7yocc" 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(#1ff3s7yocc)" 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="8t2udmqxod" 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(#8t2udmqxod)" 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="h5ieozvwpe" 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(#h5ieozvwpe)" 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="jej2meh4zf" 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(#jej2meh4zf)" 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="4fbwhgshmg" 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(#4fbwhgshmg)" d="M20 302.6c11.3 3.5 24.9 7.1 39.7 10.3v-43.7H20v33.4z"/>
|
|
37
|
+
<linearGradient id="v00rktsf6h" 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(#v00rktsf6h)" d="M20 249.2h39.7v-43.7c-14.7 3.2-28.3 6.7-39.7 10.3v33.4z"/>
|
|
42
|
+
<linearGradient id="limcr7hv0i" 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(#limcr7hv0i)" 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="aeg4ju3b0j" 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(#aeg4ju3b0j)" 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="p717wy42gk" 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(#p717wy42gk)" 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="8r1euswhbl" 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(#8r1euswhbl)" 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="mjukjdrb4m" 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(#mjukjdrb4m)" 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="0tia1xxxhn" 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(#0tia1xxxhn)" d="M350 249.2h39.7v-33.4c-11.4-3.6-25-7.1-39.7-10.3v43.7z"/>
|
|
72
|
+
<linearGradient id="3sgjteemho" 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(#3sgjteemho)" 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="75469pc7qp" 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(#75469pc7qp)" 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="yu0mlvdh4q" 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(#yu0mlvdh4q)" d="M350 312.9c14.8-3.2 28.4-6.8 39.7-10.3v-33.4H350v43.7z"/>
|
|
87
|
+
<linearGradient id="eb4max191r" 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(#eb4max191r)" 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,17 +1,13 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
<path d="
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<stop stop-color="#
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<
|
|
13
|
-
<stop stop-color="#F37C1C"/>
|
|
14
|
-
<stop offset="1" stop-color="#FCC191"/>
|
|
15
|
-
</linearGradient>
|
|
16
|
-
</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="c9c5g3xoua" x1="203.664" x2="203.664" y1="225.17" y2="30.084" gradientUnits="userSpaceOnUse">
|
|
3
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
4
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
5
|
+
</linearGradient>
|
|
6
|
+
<path fill="url(#c9c5g3xoua)" d="M140.4 202l3 17.2c2.7 3.7 7.1 6 12 6 8.3 0 15-6.7 15-15v-94.5h166.4c6.1-7.6 9.3-17.2 8.9-27.1-.9-20.1-17.4-36.9-37.5-38-7.9-.5-15.7 1.4-22.5 5.3-14.5 8.4-32.9 5.1-43.7-7.8-9.6-11.4-23.6-17.9-38.4-17.9s-28.9 6.5-38.4 17.9C154.4 61 136 64.3 121.5 55.9c-4.2-2.4-8.7-4-13.4-4.8-3.6-.4-6.9-.5-9.9-.4-9.8.8-18.6 5.2-25.2 11.9l-7 9.5c-2.7 5-4.3 10.7-4.6 16.6-.2 3.9.2 7.8 1.1 11.5l7.8 15.6h70V202z"/>
|
|
7
|
+
<linearGradient id="ly8mizdw6b" x1="203.664" x2="203.664" y1="481.916" y2="145.682" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
9
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<path fill="url(#ly8mizdw6b)" d="M95.3 481.9H312c8.3 0 15-6.7 15-15V145.7H200.6v64.4c0 24.9-20.2 45.1-45.1 45.1-6.4 0-12.5-1.4-18-3.8-15.9-7-27.1-22.9-27.1-41.4v-64.4H80.2v321.2c0 8.4 6.8 15.1 15.1 15.1z"/>
|
|
12
|
+
<path stroke="#1D1D1D" stroke-miterlimit="10" d="M385.3 175.1h-28.2v-37c12.8-13.8 19.6-32.1 18.7-51-.8-17.2-7.9-33.5-20.2-45.9-12.2-12.4-28.4-19.8-45.6-20.8-13.8-.8-27.5 2.4-39.4 9.3-1.8 1-4.2.6-5.6-1.1C249.8 10.4 227.4 0 203.7 0s-46.2 10.4-61.5 28.7c-1.4 1.7-3.8 2.1-5.6 1.1-11.9-6.9-25.5-10.1-39.4-9.3-17.2 1-33.4 8.4-45.6 20.8-12.2 12.3-19.3 28.6-20.1 45.8-.9 18.9 5.9 37.2 18.7 51v328.8c0 24.9 20.2 45.1 45.1 45.1H312c24.9 0 45.1-20.2 45.1-45.1v-14.4h28.2c52.5 0 95.3-42.7 95.3-95.3v-86.9c0-52.5-42.7-95.2-95.3-95.2zm-28.1 90.2h18.1c8.3 0 15 6.7 15 15v66.8c0 8.3-6.7 15-15 15h-18.1v-96.8zM61.5 88.5c.9-20.1 17.4-36.9 37.5-38 7.9-.5 15.7 1.4 22.5 5.3 14.5 8.4 32.9 5.1 43.7-7.8 9.6-11.4 23.6-17.9 38.4-17.9S232.5 36.6 242 48c10.8 12.9 29.2 16.2 43.7 7.8 6.8-3.9 14.6-5.8 22.5-5.3 20.1 1.2 36.6 17.9 37.5 38 .5 9.9-2.7 19.5-8.9 27.1H170.5v94.5c0 8.3-6.7 15-15 15s-15-6.7-15-15v-94.5h-70c-6.2-7.6-9.4-17.2-9-27.1zm265.6 378.4c0 8.3-6.7 15-15 15H95.3c-8.3 0-15-6.7-15-15V145.7h30.1v64.4c0 24.9 20.2 45.1 45.1 45.1s45.1-20.2 45.1-45.1v-64.4h126.5v321.2zm123.4-109.7c0 35.9-29.2 65.2-65.2 65.2h-28.2v-30.1h18.1c24.9 0 45.1-20.2 45.1-45.1v-66.8c0-24.9-20.2-45.1-45.1-45.1h-18.1v-30.1h28.2c35.9 0 65.2 29.2 65.2 65.2v86.8z"/>
|
|
17
13
|
</svg>
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
<path d="
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
<
|
|
12
|
-
|
|
13
|
-
<linearGradient id="paint1_linear_4088_33992" x1="17.0951" y1="15.8978" x2="17.0951" y2="14.9115" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop stop-color="#EFC530"/>
|
|
15
|
-
<stop offset="1" stop-color="#FCEDB6"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
</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="i7durkkwia" x1="255.913" x2="255.913" y1="482" y2="274.012" gradientUnits="userSpaceOnUse">
|
|
3
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
4
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
5
|
+
</linearGradient>
|
|
6
|
+
<path fill="url(#i7durkkwia)" stroke="#000000" stroke-miterlimit="10" d="M149.5 274L362.3 274 337.4 482 174.4 482z"/>
|
|
7
|
+
<linearGradient id="b41asx3ixb" x1="255.915" x2="255.915" y1="244.012" y2="227.164" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
9
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<path fill="url(#b41asx3ixb)" stroke="#000000" stroke-miterlimit="10" d="M126 227.2H385.8V244H126z"/>
|
|
12
|
+
<path fill="#1D1D1D" d="M393.1 197.2c-3.2-33.8-17-64.1-39.8-86.6-11.8-11.6-25.6-20.9-40.7-27.4l5.1-49 32.1 8.8c8 2.2 16.2-2.5 18.4-10.5 2.2-8-2.5-16.2-10.5-18.4L308.6.5c-4.3-1.2-8.8-.4-12.4 2.1-3.6 2.5-6 6.4-6.5 10.8l-6.3 60.8c-8.9-1.7-18.1-2.6-27.5-2.6-37.5 0-72.1 13.8-97.4 38.9-22.8 22.5-36.6 52.8-39.8 86.6-12.5.1-22.7 10.3-22.7 22.9v31c0 12.6 10.3 22.9 22.9 22.9h.4l26.5 221.6c1.1 9.4 9.1 16.4 18.5 16.4h183.2c9.4 0 17.4-7.1 18.5-16.4L392.5 274h.4c12.6 0 22.9-10.3 22.9-22.9v-31c0-12.6-10.1-22.8-22.7-22.9zM126 244v-16.8H385.8V244H126zm237-46.8h-62.1l8.5-82.3c29.4 15.9 49.3 45.5 53.6 82.3zm-107.1-95.5c8.5 0 16.6.9 24.4 2.5l-9.6 93H148.9c6.5-56.2 49.5-95.5 107-95.5zM337.4 482h-163l-24.9-208h212.7l-24.8 208z"/>
|
|
18
13
|
</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="rlhqwfnxaa" 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(#rlhqwfnxaa)" 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="uzwlhp0bbb" 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(#uzwlhp0bbb)" d="M90.5 362.5L90.5 421.5 165.5 421.5 165.5 362.5z"/>
|
|
13
|
+
<linearGradient id="j4bary082c" 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(#j4bary082c)" 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,36 +1,36 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
<path d="M30.1382 17.6437L27.5864 12.7995C27.2112 12.0614 26.6382 11.442 25.9314 11.0107C25.2246 10.5794 24.4117 10.3531 23.5837 10.3569H11.4528C10.6249 10.3536 9.81228 10.5801 9.10555 11.0114C8.39883 11.4427 7.82574 12.0617 7.45011 12.7995C6.99525 13.7092 5.01211 17.4435 4.85292 17.7392C4.05411 18.0912 3.37596 18.6695 2.90225 19.4027C2.42854 20.1359 2.18005 20.9918 2.18749 21.8647V30.4614C2.18749 31.1852 2.475 31.8794 2.98681 32.3912C3.49862 32.903 4.1928 33.1905 4.9166 33.1905H8.50534C9.22915 33.1905 9.92332 32.903 10.4351 32.3912C10.9469 31.8794 11.2345 31.1852 11.2345 30.4614V29.3243H23.7702V30.4614C23.7702 31.1852 24.0577 31.8794 24.5695 32.3912C25.0813 32.903 25.7755 33.1905 26.4993 33.1905H30.0881C30.8119 33.1905 31.5061 32.903 32.0179 32.3912C32.5297 31.8794 32.8172 31.1852 32.8172 30.4614V24.9304C32.8172 24.8849 32.8172 21.801 32.8172 21.801C32.8274 20.9217 32.5789 20.0588 32.1025 19.3197C31.6262 18.5805 30.9431 17.9977 30.1382 17.6437ZM9.12854 13.6865C9.34327 13.2546 9.675 12.8917 10.0859 12.6392C10.4969 12.3867 10.9705 12.2547 11.4528 12.2582H23.5792C24.0622 12.2538 24.5368 12.3854 24.9487 12.638C25.3605 12.8905 25.6929 13.2539 25.908 13.6865C25.908 13.6865 26.8495 15.4831 27.6091 16.9159C24.2829 16.2726 20.9077 15.915 17.5205 15.847C14.1264 15.8112 10.7394 16.1684 7.42734 16.9114C8.07323 15.6969 8.85563 14.1822 9.12854 13.6865ZM4.09329 21.9602H6.24929C6.78308 21.9466 7.30762 22.1015 7.74849 22.4027C8.18936 22.704 8.52418 23.1364 8.7055 23.6386H4.09329V21.9602ZM9.35597 30.4523C9.3536 30.6748 9.26418 30.8874 9.10689 31.0447C8.94959 31.202 8.73689 31.2914 8.51445 31.2938H4.92565C4.70364 31.2914 4.4915 31.2018 4.33493 31.0444C4.17836 30.887 4.08992 30.6743 4.08874 30.4523V28.4646C4.85359 29.0181 5.77372 29.3157 6.7178 29.3152H9.35597V30.4523ZM20.6863 27.4185H14.3502V22.9973C14.3514 22.7745 14.4404 22.5611 14.598 22.4036C14.7555 22.246 14.9689 22.157 15.1917 22.1558H19.8494C20.0718 22.157 20.2846 22.2462 20.4414 22.4039C20.5983 22.5616 20.6863 22.7749 20.6863 22.9973V27.4185ZM22.5876 27.4185V22.9973C22.5876 22.2735 22.3001 21.5793 21.7883 21.0675C21.2765 20.5557 20.5823 20.2682 19.8585 20.2682H15.2008C14.477 20.2682 13.7828 20.5557 13.271 21.0675C12.7592 21.5793 12.4717 22.2735 12.4717 22.9973V27.4185H6.73601C6.39016 27.4192 6.04761 27.3512 5.72825 27.2185C5.40889 27.0858 5.11904 26.8909 4.87563 26.6452C4.56787 26.3361 4.33997 25.9568 4.21156 25.5399H9.83353C10.0876 25.538 10.3308 25.4368 10.5113 25.2579C10.6005 25.1705 10.6708 25.0656 10.7178 24.9497C10.7648 24.8339 10.7873 24.7097 10.7842 24.5847C10.7713 23.4341 10.3358 22.3284 9.56063 21.4781C9.13904 21.0238 8.62701 20.6629 8.05748 20.4184C7.48796 20.174 6.87355 20.0516 6.25384 20.0589H4.79834C5.06816 19.7805 5.39361 19.5619 5.75352 19.4176C8.37801 18.3669 12.781 17.7483 17.5297 17.7483C19.3491 17.7483 25.8034 18.1304 29.1921 19.3084C29.6287 19.4554 30.0191 19.7142 30.3247 20.0589H28.7736C28.153 20.0501 27.5375 20.1718 26.967 20.4163C26.3965 20.6608 25.8838 21.0226 25.4623 21.4781C24.6902 22.33 24.2566 23.4351 24.2433 24.5847C24.242 24.8363 24.3401 25.0782 24.5162 25.2579C24.6961 25.4376 24.9397 25.5389 25.1939 25.5399H30.8159C30.6514 26.0819 30.3175 26.5568 29.8631 26.895C29.4087 27.2331 28.8578 27.4166 28.2914 27.4185H22.5876ZM30.9478 30.4523C30.9454 30.6748 30.856 30.8874 30.6987 31.0447C30.5414 31.202 30.3288 31.2914 30.1063 31.2938H26.4993C26.2773 31.2914 26.0651 31.2018 25.9086 31.0444C25.752 30.887 25.6636 30.6743 25.6624 30.4523V29.3152H28.296C29.2413 29.3148 30.1626 29.0173 30.9296 28.4646V30.4614L30.9478 30.4523ZM30.9478 23.6295H26.3447C26.5252 23.1277 26.8592 22.6954 27.2993 22.3941C27.7394 22.0928 28.2632 21.9378 28.7964 21.9511H30.9524L30.9478 23.6295ZM2.29209 2.70632H32.7672C32.8918 2.70632 33.0152 2.6817 33.1303 2.63387C33.2454 2.58604 33.3499 2.51594 33.4378 2.42761C33.5257 2.33927 33.5953 2.23444 33.6426 2.11913C33.6899 2.00382 33.7139 1.8803 33.7133 1.75568C33.7133 1.50476 33.6136 1.26411 33.4362 1.08669C33.2587 0.909261 33.0181 0.809581 32.7672 0.809581H2.29209C2.16747 0.808982 2.04395 0.833014 1.92863 0.880291C1.81332 0.927568 1.70848 0.997158 1.62014 1.08507C1.53181 1.17298 1.4617 1.27749 1.41387 1.39257C1.36604 1.50765 1.34141 1.63105 1.34141 1.75568C1.33772 2.00429 1.4321 2.24436 1.60404 2.42397C1.77599 2.60357 2.01169 2.70827 2.26022 2.71541L2.29209 2.70632ZM5.13948 7.06836V7.52321C5.13948 7.77413 5.23911 8.01477 5.41654 8.1922C5.59397 8.36962 5.83463 8.4693 6.08555 8.4693C6.21017 8.4699 6.3337 8.44587 6.44901 8.39859C6.56432 8.35132 6.66916 8.28172 6.7575 8.19381C6.84584 8.10589 6.91589 8.0014 6.96372 7.88631C7.01155 7.77123 7.03618 7.64784 7.03617 7.52321V7.06836C7.03618 6.94373 7.01155 6.82033 6.96372 6.70524C6.91589 6.59016 6.84584 6.48566 6.7575 6.39775C6.66916 6.30984 6.56432 6.24024 6.44901 6.19297C6.3337 6.14569 6.21017 6.12166 6.08555 6.12226C5.95978 6.11984 5.83482 6.14253 5.71792 6.18899C5.60103 6.23545 5.49456 6.30476 5.40477 6.39285C5.31498 6.48095 5.24368 6.58606 5.195 6.70204C5.14632 6.81803 5.12124 6.94257 5.12126 7.06836H5.13948ZM12.7264 7.06836V7.52321C12.7264 7.64784 12.751 7.77123 12.7988 7.88631C12.8467 8.0014 12.9168 8.10589 13.0051 8.19381C13.0934 8.28172 13.1983 8.35132 13.3136 8.39859C13.4289 8.44587 13.5524 8.4699 13.6771 8.4693C13.928 8.4693 14.1686 8.36962 14.346 8.1922C14.5234 8.01477 14.6231 7.77413 14.6231 7.52321V7.06836C14.6231 6.81744 14.5234 6.57679 14.346 6.39936C14.1686 6.22193 13.928 6.12226 13.6771 6.12226C13.5498 6.11736 13.4228 6.13821 13.3038 6.18356C13.1848 6.22891 13.0761 6.29782 12.9844 6.38616C12.8927 6.47451 12.8197 6.58047 12.7699 6.69769C12.7201 6.81492 12.6945 6.94099 12.6946 7.06836H12.7264ZM20.3179 7.06836V7.52321C20.3179 7.77413 20.4175 8.01477 20.595 8.1922C20.7724 8.36962 21.0131 8.4693 21.264 8.4693C21.3886 8.4699 21.5121 8.44587 21.6274 8.39859C21.7427 8.35132 21.8476 8.28172 21.9359 8.19381C22.0243 8.10589 22.0944 8.0014 22.1422 7.88631C22.19 7.77123 22.2146 7.64784 22.2146 7.52321V7.06836C22.2146 6.94373 22.19 6.82033 22.1422 6.70524C22.0944 6.59016 22.0243 6.48566 21.9359 6.39775C21.8476 6.30984 21.7427 6.24024 21.6274 6.19297C21.5121 6.14569 21.3886 6.12166 21.264 6.12226C21.1371 6.11799 21.0106 6.1393 20.8921 6.18493C20.7736 6.23056 20.6656 6.29957 20.5743 6.38785C20.4831 6.47613 20.4105 6.58188 20.361 6.69879C20.3115 6.8157 20.286 6.94139 20.286 7.06836H20.3179ZM29.8016 7.06836C29.8016 6.81744 29.7019 6.57679 29.5244 6.39936C29.347 6.22193 29.1064 6.12226 28.8555 6.12226C28.7309 6.12166 28.6073 6.14569 28.492 6.19297C28.3767 6.24024 28.2719 6.30984 28.1835 6.39775C28.0952 6.48566 28.0251 6.59016 27.9773 6.70524C27.9294 6.82033 27.9048 6.94373 27.9048 7.06836V7.52321C27.9048 7.64784 27.9294 7.77123 27.9773 7.88631C28.0251 8.0014 28.0952 8.10589 28.1835 8.19381C28.2719 8.28172 28.3767 8.35132 28.492 8.39859C28.6073 8.44587 28.7309 8.4699 28.8555 8.4693C29.1064 8.4693 29.347 8.36962 29.5244 8.1922C29.7019 8.01477 29.8016 7.77413 29.8016 7.52321V7.06836ZM3.23817 5.9949V5.54005C3.23877 5.41543 3.21476 5.29191 3.16749 5.1766C3.12021 5.06129 3.05057 4.95645 2.96266 4.86811C2.87475 4.77978 2.77025 4.70969 2.65517 4.66186C2.54008 4.61403 2.41672 4.5894 2.29209 4.5894C2.16709 4.5888 2.04319 4.61298 1.92758 4.66054C1.81197 4.70811 1.70693 4.7781 1.61853 4.8665C1.53014 4.95489 1.46016 5.05993 1.41259 5.17554C1.36503 5.29115 1.34081 5.41504 1.34141 5.54005V5.9949C1.34141 6.11974 1.36604 6.24336 1.41382 6.3587C1.46159 6.47403 1.53159 6.57883 1.61987 6.66711C1.70814 6.75538 1.81296 6.82541 1.9283 6.87318C2.04364 6.92096 2.16725 6.94554 2.29209 6.94554C2.53786 6.93613 2.77041 6.83183 2.94089 6.65456C3.11138 6.47729 3.20653 6.24085 3.20635 5.9949H3.23817ZM8.93293 5.54005V5.9949C8.93293 6.24624 9.03247 6.48735 9.20977 6.6655C9.38707 6.84365 9.62767 6.94434 9.879 6.94554C10.1311 6.94554 10.373 6.84539 10.5512 6.66711C10.7295 6.48883 10.8297 6.24703 10.8297 5.9949V5.54005C10.8303 5.41504 10.8061 5.29115 10.7585 5.17554C10.7109 5.05993 10.641 4.95489 10.5526 4.8665C10.4642 4.7781 10.3591 4.70811 10.2435 4.66054C10.1279 4.61298 10.004 4.5888 9.879 4.5894C9.75056 4.58505 9.6226 4.60692 9.50288 4.65367C9.38317 4.70041 9.27424 4.77105 9.18273 4.86128C9.09122 4.95152 9.01905 5.05945 8.97063 5.17849C8.92221 5.29754 8.89857 5.42521 8.90111 5.5537L8.93293 5.54005ZM16.5199 5.54005V5.9949C16.5211 6.24666 16.6216 6.48777 16.7996 6.66579C16.9776 6.84381 17.2188 6.94435 17.4705 6.94554C17.7223 6.94435 17.9634 6.84381 18.1414 6.66579C18.3194 6.48777 18.42 6.24666 18.4211 5.9949V5.54005C18.4211 5.28793 18.321 5.04612 18.1427 4.86784C17.9644 4.68956 17.7226 4.5894 17.4705 4.5894C17.3422 4.58571 17.2145 4.60802 17.0951 4.655C16.9757 4.70198 16.867 4.77264 16.7756 4.86274C16.6843 4.95284 16.6121 5.06051 16.5634 5.17926C16.5148 5.29801 16.4907 5.42538 16.4926 5.5537L16.5199 5.54005ZM24.1114 5.54005V5.9949C24.1114 6.24624 24.2109 6.48735 24.3882 6.6655C24.5655 6.84365 24.8061 6.94434 25.0574 6.94554C25.1823 6.94554 25.3059 6.92096 25.4212 6.87318C25.5366 6.82541 25.6414 6.75538 25.7297 6.66711C25.8179 6.57883 25.8879 6.47403 25.9357 6.3587C25.9835 6.24336 26.0081 6.11974 26.0081 5.9949V5.54005C26.0087 5.41504 25.9845 5.29115 25.9369 5.17554C25.8894 5.05993 25.8194 4.95489 25.731 4.8665C25.6426 4.7781 25.5376 4.70811 25.4219 4.66054C25.3063 4.61298 25.1824 4.5888 25.0574 4.5894C24.929 4.58505 24.801 4.60692 24.6813 4.65367C24.5616 4.70041 24.4527 4.77105 24.3612 4.86128C24.2696 4.95152 24.1975 5.05945 24.1491 5.17849C24.1006 5.29754 24.077 5.42521 24.0795 5.5537L24.1114 5.54005ZM32.7536 4.5894C32.6285 4.5888 32.5046 4.61298 32.389 4.66054C32.2734 4.70811 32.1684 4.7781 32.08 4.8665C31.9916 4.95489 31.9216 5.05993 31.8741 5.17554C31.8265 5.29115 31.8023 5.41504 31.8029 5.54005V5.9949C31.8029 6.11974 31.8275 6.24336 31.8753 6.3587C31.923 6.47403 31.993 6.57883 32.0813 6.66711C32.1696 6.75538 32.2744 6.82541 32.3898 6.87318C32.5051 6.92096 32.6287 6.94554 32.7536 6.94554C33.0049 6.94434 33.2455 6.84365 33.4228 6.6655C33.6001 6.48735 33.6996 6.24624 33.6996 5.9949V5.54005C33.6984 5.41581 33.6728 5.29301 33.6242 5.17868C33.5755 5.06435 33.5048 4.96072 33.4161 4.87371C33.3274 4.7867 33.2224 4.71801 33.1072 4.67157C32.9919 4.62513 32.8687 4.60185 32.7444 4.60305L32.7536 4.5894ZM2.73329 10.8527V11.3076C2.73329 11.5597 2.83346 11.8015 3.01174 11.9798C3.19002 12.1581 3.43179 12.2582 3.68391 12.2582C3.93525 12.257 4.1759 12.1563 4.3532 11.9782C4.5305 11.8 4.63005 11.5589 4.63004 11.3076V10.8527C4.63064 10.7281 4.60658 10.6046 4.55931 10.4893C4.51203 10.374 4.44245 10.2691 4.35453 10.1808C4.26662 10.0925 4.16212 10.0224 4.04704 9.97453C3.93196 9.9267 3.80854 9.90208 3.68391 9.90209C3.5551 9.8971 3.42666 9.91849 3.30641 9.96495C3.18616 10.0114 3.07665 10.082 2.98465 10.1723C2.89264 10.2626 2.82008 10.3707 2.77138 10.4901C2.72268 10.6094 2.6989 10.7375 2.70147 10.8664L2.73329 10.8527ZM30.4793 12.2446C30.7314 12.2446 30.9732 12.1444 31.1515 11.9661C31.3298 11.7879 31.4299 11.5461 31.4299 11.2939V10.8391C31.4305 10.7141 31.4064 10.5902 31.3588 10.4746C31.3112 10.359 31.2412 10.2539 31.1529 10.1655C31.0645 10.0771 30.9594 10.0071 30.8438 9.95957C30.7282 9.91201 30.6043 9.88784 30.4793 9.88844C30.3547 9.88844 30.2312 9.91306 30.1162 9.96089C30.0011 10.0087 29.8966 10.0788 29.8087 10.1672C29.7208 10.2555 29.6512 10.3603 29.6039 10.4756C29.5566 10.5909 29.5326 10.7145 29.5332 10.8391V11.2939C29.5302 11.4192 29.552 11.5437 29.5972 11.6605C29.6425 11.7773 29.7104 11.884 29.7971 11.9745C29.8837 12.0649 29.9874 12.1374 30.1021 12.1876C30.2169 12.2379 30.3404 12.265 30.4656 12.2673L30.4793 12.2446Z" fill="#1D1D1D"/>
|
|
9
|
-
<path d="
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<stop stop-color="#
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<linearGradient id="
|
|
16
|
-
<stop stop-color="#
|
|
17
|
-
<stop offset="1" stop-color="#
|
|
18
|
-
</linearGradient>
|
|
19
|
-
<
|
|
20
|
-
<
|
|
21
|
-
<stop offset="
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<
|
|
25
|
-
<
|
|
26
|
-
|
|
27
|
-
<
|
|
28
|
-
|
|
29
|
-
<
|
|
30
|
-
|
|
31
|
-
<linearGradient id="
|
|
32
|
-
<stop stop-color="#EFC530"/>
|
|
33
|
-
<stop offset="1" stop-color="#FCEDB6"/>
|
|
34
|
-
</linearGradient>
|
|
35
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="Capa_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
|
+
.st5{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="80.076" x2="80.076" y1="361" y2="334.4" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
7
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<path fill="url(#SVGID_1_)" d="M43.7 361h72.8c-5.5-14.5-18.7-26.6-38.8-26.6h-34V361z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="432.596" x2="432.596" y1="361" y2="334.4" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
12
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<path fill="url(#SVGID_2_)" d="M468.4 334.4h-34.1c-18.6 0-31.4 10.4-37.5 23.6v3h71.5l.1-26.6z"/>
|
|
15
|
+
<linearGradient id="SVGID_3_" x1="45.386" x2="466.582" y1="344.235" y2="344.235" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
17
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<path fill="url(#SVGID_3_)" d="M426.7 420.7c18.8 0 34.7-12.5 39.9-29.7h-88.9c-4 0-7.8-1.6-10.7-4.4-2.8-2.8-4.4-6.7-4.3-10.7.2-18.1 7.2-36 19.3-49.1 13.3-14.4 31.9-22.4 52.3-22.4h24c-4.6-5.3-10.7-9.4-17.9-11.9-53.6-18.6-155.3-24.7-184.4-24.7-75.1 0-144.7 9.9-186.2 26.4-5.9 2.4-11 5.9-15.1 10.2h23c20.4 0 39 7.9 52.3 22.4 12.1 13.1 19.1 31 19.3 49.1 0 4-1.5 7.9-4.3 10.7-2.8 2.8-6.7 4.4-10.7 4.4H45.4c2 6.5 5.5 12.5 10.5 17.5 7.9 7.9 18.3 12.2 29.4 12.2H176v-69.9c0-23.9 19.4-43.3 43.3-43.3h73.6c23.9 0 43.3 19.4 43.3 43.3v69.9h90.5z"/>
|
|
20
|
+
<linearGradient id="SVGID_4_" x1="426.68" x2="426.68" y1="482" y2="437.304" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
22
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<path fill="url(#SVGID_4_)" d="M398.3 482H455c7.3 0 13.3-6 13.3-13.3v-31.4c-11.7 8.4-26.1 13.4-41.6 13.4H385v18c0 7.3 6 13.3 13.3 13.3z"/>
|
|
25
|
+
<linearGradient id="SVGID_5_" x1="85.278" x2="85.278" y1="482" y2="437.3" gradientUnits="userSpaceOnUse">
|
|
26
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
27
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
28
|
+
</linearGradient>
|
|
29
|
+
<path fill="url(#SVGID_5_)" d="M43.6 468.7c0 7.3 6 13.3 13.3 13.3h56.7c7.3 0 13.3-6 13.3-13.3v-18H85.2c-15.1 0-29.5-4.7-41.6-13.4v31.4z"/>
|
|
30
|
+
<path d="M455.5 266.2c-6.8-13-40.3-76.6-40.3-76.6-12.7-24.2-36.4-38.6-63.3-38.6H160.1c-26.9 0-50.6 14.4-63.3 38.6-7.5 14.1-38.6 73.4-41.1 78.1-26 11.7-42 36.4-42.1 65.2v135.8c0 23.9 19.4 43.3 43.3 43.3h56.7c23.9 0 43.3-19.4 43.3-43.3v-18H355v18c0 23.9 19.4 43.3 43.3 43.3H455c23.9 0 43.3-19.4 43.3-43.3v-87.3c0-.7.1-49.5.1-49.5 0-29.1-16.7-54.3-42.9-65.7zm-332.2-62.6c7.6-14.3 21-22.6 36.8-22.6h191.7c15.8 0 29.2 8.2 36.8 22.6 0 0 14.9 28.4 26.9 51.1-62.7-13.7-143.2-16.9-159.5-16.9-59.4 0-116.1 6.1-159.6 16.8 10.2-19.2 22.6-42.8 26.9-51zM43.7 334.4h34.1c20.1 0 33.3 12.1 38.8 26.6H43.7v-26.6zm83.2 134.3c0 7.3-6 13.3-13.3 13.3H56.9c-7.3 0-13.3-6-13.3-13.3v-31.4c12.1 8.7 26.5 13.4 41.6 13.4h41.7v18zm179.2-48H205.9v-69.9c0-7.3 6-13.3 13.3-13.3h73.6c7.3 0 13.3 6 13.3 13.3v69.9zm30 0v-69.9c0-23.9-19.4-43.3-43.3-43.3h-73.6c-23.9 0-43.3 19.4-43.3 43.3v69.9H85.2c-11.1 0-21.5-4.3-29.4-12.2-5-5-8.5-10.9-10.5-17.5h88.9c4 0 7.8-1.6 10.7-4.4s4.4-6.7 4.3-10.7c-.2-18.1-7.2-36-19.3-49.1-13.3-14.4-31.9-22.4-52.3-22.4h-23c4.1-4.3 9.2-7.8 15.1-10.2 41.5-16.6 111.1-26.4 186.2-26.4 29 0 130.8 6.1 184.4 24.7 7.2 2.5 13.3 6.6 17.9 11.9h-24c-20.4 0-39 7.9-52.3 22.4-12.1 13.1-19.1 31-19.3 49.1 0 4 1.5 7.9 4.3 10.7 2.8 2.8 6.7 4.4 10.7 4.4h88.9c-5.1 17.1-21.1 29.7-39.9 29.7h-90.5zm132.2 48c0 7.3-6 13.3-13.3 13.3h-56.7c-7.3 0-13.3-6-13.3-13.3v-18h41.7c15.5 0 29.9-5 41.6-13.4v31.4zm0-107.7h-72.8c5.5-14.5 18.7-26.6 38.8-26.6h34.1l-.1 26.6zM15 30h482c8.3 0 15-6.7 15-15s-6.7-15-15-15H15C6.7 0 0 6.7 0 15s6.7 15 15 15zM60 99v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM180 99v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM300 99v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM450 99c0-8.3-6.7-15-15-15s-15 6.7-15 15v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7zM30 82v-7c0-8.3-6.7-15-15-15S0 66.7 0 75v7c0 8.3 6.7 15 15 15s15-6.7 15-15zM120 75v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM240 75v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM360 75v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM497 60c-8.3 0-15 6.7-15 15v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15zM22 159v7c0 8.3 6.7 15 15 15s15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15zM461 181c8.3 0 15-6.7 15-15v-7c0-8.3-6.7-15-15-15s-15 6.7-15 15v7c0 8.3 6.7 15 15 15z" class="st5"/>
|
|
31
|
+
<linearGradient id="SVGID_6_" x1="256.021" x2="256.021" y1="420.683" y2="337.483" gradientUnits="userSpaceOnUse">
|
|
32
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
33
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
34
|
+
</linearGradient>
|
|
35
|
+
<path fill="url(#SVGID_6_)" d="M219.2 337.5c-7.3 0-13.3 6-13.3 13.3v69.9h100.2v-69.9c0-7.3-6-13.3-13.3-13.3h-73.6z"/>
|
|
36
36
|
</svg>
|