@kando-env/kando-ui 1.2.256-alpha.58 → 1.2.256-alpha.6
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 -4
- 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,31 +1,20 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<path
|
|
10
|
-
<path d="
|
|
11
|
-
<path d="
|
|
12
|
-
<path d="
|
|
13
|
-
<path d="
|
|
14
|
-
<path d="
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
<
|
|
18
|
-
|
|
19
|
-
<path d="
|
|
20
|
-
<path d="M19.3718 31.5634H7.22607V22.8918H9.01814L9.85689 27.6905H16.7318L17.5614 22.901H19.3535L19.3718 31.5634ZM7.29024 31.4992H19.3076V22.9514H17.6485L16.8189 27.7455H9.80647L8.97689 22.9514H7.30399L7.29024 31.4992Z" fill="black"/>
|
|
21
|
-
<defs>
|
|
22
|
-
<linearGradient id="paint0_linear_4088_33994" x1="13.2443" y1="26.0498" x2="13.2443" y2="6.47455" gradientUnits="userSpaceOnUse">
|
|
23
|
-
<stop stop-color="#F37C1C"/>
|
|
24
|
-
<stop offset="1" stop-color="#FCC191"/>
|
|
25
|
-
</linearGradient>
|
|
26
|
-
<linearGradient id="paint1_linear_4088_33994" x1="13.2996" y1="31.5313" x2="13.2996" y2="22.9239" gradientUnits="userSpaceOnUse">
|
|
27
|
-
<stop stop-color="#EFC530"/>
|
|
28
|
-
<stop offset="1" stop-color="#FCEDB6"/>
|
|
29
|
-
</linearGradient>
|
|
30
|
-
</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
|
+
.st1{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="190.25" x2="190.25" y1="398" y2="90.9" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
7
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<path fill="url(#SVGID_1_)" stroke="#000000" stroke-miterlimit="10" d="M72 90.9L310.2 90.9 310.2 300.8 232.4 348.9 223.9 398 158.4 398 149.9 345.8 70.3 290.7z"/>
|
|
10
|
+
<path d="M104.1 158.1v86h174.1v-86H104.1zm148 60.1h-122v-34h122.1v34h-.1z" class="st1"/>
|
|
11
|
+
<path d="M511 420.7c0-15.7-11.1-29.5-26.4-32.8l-1.6-.3v-53.3h-29.7V201.5l-39.4-39.4-18.4 18.4 31.8 31.8v122h-29.7v57.3l-1.2.5c-5 2.2-9.8 5-14.1 8.5l-3 2.4-.2-3.9c-2-39.5-33.1-72.1-72.5-75.8l-4.3-.4 3.1-3c19.9-19.4 30.8-45.3 30.8-73v-182h-33.1l-.6-.9c-24-38.8-65.6-62-111.4-62-45.7 0-87.4 23.2-111.4 61.9l-.6.9H46v182c0 27.7 10.9 53.6 30.8 73l3.1 3-4.3.4c-41.4 4-72.6 38.4-72.6 80V510h376.2v-16l3.2 2.6c11 8.8 24.2 13.4 38.2 13.4h56.7c18.5 0 33.6-15.1 33.6-33.6l.1-55.7zM70.3 484H29v-80.8c0-23.8 15.9-45.2 38.7-52l2.6-.8V484zm43.8-422.5c19.8-21.3 47.8-33.5 77-33.5s57.2 12.2 77 33.5l3.1 3.4H111l3.1-3.4zM285.9 484H96.3V348.9h27.2l13 75.2h109.2l13-75.2h27.2V484zm-136-135.1h82.5l-8.5 49.1h-65.5l-8.5-49.1zm84.3-26H148c-41.9 0-76-34.1-76-76v-156h238.2v156c0 41.9-34.1 76-76 76zm119 161.1h-41.3V350.4l2.6.8c22.8 6.8 38.7 28.2 38.7 52V484zm70.5-123.7H457v26.8h-33.3v-26.8zM485 476.4c0 4.2-3.4 7.6-7.6 7.6h-56.7c-19.6 0-35.5-15.9-35.5-35.5 0-19.5 15.9-35.5 35.5-35.5h56.7c4.2 0 7.6 3.4 7.6 7.6v55.8z" class="st1"/>
|
|
12
|
+
<path d="M362.4 129.2H388.4V154.7H362.4z" class="st1" transform="rotate(-45.001 375.44 141.952)"/>
|
|
13
|
+
<path d="M359.3 188H384.8V214H359.3z" class="st1" transform="rotate(-44.911 372.036 201.038)"/>
|
|
14
|
+
<path d="M421.7 125.7H447.2V151.7H421.7z" class="st1" transform="rotate(-44.911 434.448 138.695)"/>
|
|
15
|
+
<linearGradient id="SVGID_2_" x1="191.1" x2="191.1" y1="484" y2="348.9" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
17
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M96.3 348.9L123.5 348.9 136.5 424.1 245.7 424.1 258.7 348.9 285.9 348.9 285.9 484 96.3 484z"/>
|
|
31
20
|
</svg>
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
.st2{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="281.5" x2="281.5" y1="472" y2="112" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
7
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<path fill="url(#SVGID_1_)" d="M124 173L357 173 404 112 447 165 447 472 116 472z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="264" x2="264" y1="164" y2="38.305" 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="M124 160L164 88 180 41 404 38.3 404 93 360 164z"/>
|
|
15
|
+
<path d="M419.8 102.3c.1-.8.1-1.5 0-2.3V72c0-24.2-19.6-43.8-43.8-44H192c-24.3 0-44 19.7-44 44v19.1c-.8.7-1.5 1.5-2.1 2.4l-43.8 67.8c-.4.7-.8 1.5-1 2.3v.7c-.2.7-.3 1.5-.4 2.2V476c0 6.4 5 11.7 11.4 12h336c6.6 0 12-5.4 12-12V168c0-2.3-.7-4.6-1.9-6.5l-38.4-59.2zM172 72c0-11 9-20 20-20h184c11 0 20 9 20 20v16H172V72zm-9.4 40H382l-17.8 27.5-10.8 16.5H134.1l28.5-44zM124 180h224v284H124V180zm312 284h-64V171.5l8-12.3 24-37.1 32 49.4V464z" class="st2"/>
|
|
16
|
+
<path fill="#FFFFFF" d="M204 320c0 15.5 12.5 28 28 28s28-12.5 28-28c0-9.1-13.3-32-28-52.2-14.7 20.2-28 43.1-28 52.2z"/>
|
|
17
|
+
<path d="M222.6 240.5C215.5 249.4 180 295 180 320c0 28.7 23.3 52 52 52s52-23.3 52-52c0-25-35.5-70.6-42.6-79.5-4.5-5.2-12.3-5.7-17.5-1.2-.5.3-.9.7-1.3 1.2zM232 348c-15.5 0-28-12.5-28-28 0-9.1 13.3-32 28-52.2 14.7 20.2 28 43.1 28 52.2 0 15.5-12.5 28-28 28z" class="st2"/>
|
|
17
18
|
</svg>
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
<
|
|
7
|
-
<linearGradient id="
|
|
8
|
-
<stop stop-color="#F37C1C"/>
|
|
9
|
-
<stop offset="1" stop-color="#FCC191"/>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
<linearGradient id="
|
|
12
|
-
<stop stop-color="#EFC530"/>
|
|
13
|
-
<stop offset="1" stop-color="#FCEDB6"/>
|
|
14
|
-
</linearGradient>
|
|
15
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
|
|
2
|
+
<linearGradient id="f3fu7do7ka" x1="394.88" x2="394.88" y1="227.232" y2="67.536" gradientUnits="userSpaceOnUse">
|
|
3
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
4
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
5
|
+
</linearGradient>
|
|
6
|
+
<path fill="url(#f3fu7do7ka)" d="M343.5 83.4l21.3 43.5 28 57.5 20.8 42.7 32.6-15.9c-9.3-54.6-32.9-102.8-70.1-143.8l-32.6 16z"/>
|
|
7
|
+
<linearGradient id="nltrt57hwb" x1="474.993" x2="474.993" y1="191.537" y2="191.507" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
9
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="s6ga99wyzc" x1="218.523" x2="218.523" y1="309.646" y2="155.376" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
13
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<path fill="url(#s6ga99wyzc)" d="M81.6 300.7c1.9 3.8 5.1 6.7 9.2 8.1 4 1.4 8.4 1.1 12.2-.8 279.4-136.3 236.2-115.2 254-123.9l-14-28.8-254 124c-7.9 3.8-11.3 13.4-7.4 21.4z"/>
|
|
16
|
+
<path fill="#1D1D1D" d="M480 448h-32V246.1l22.8-11.1c6.2-3 9.7-9.7 8.8-16.5-9.3-70.1-39.1-131.2-88.6-181.6-4.8-4.9-12.2-6.2-18.4-3.2l-57.5 28c-7.9 3.9-11.2 13.5-7.4 21.4l21.2 43.5L75 250.5c-23.8 11.6-33.7 40.3-22.1 64.2 2.8 5.7 6.6 10.6 11.1 14.7V400c0 8.8 7.2 16 16 16s16-7.2 16-16v-58.3c7.2 0 14.3-1.6 21-4.9l81.8-39.9L148.5 448H32v32h448v-32zM103 308c-3.8 1.9-8.2 2.1-12.2.8s-7.3-4.3-9.2-8.1c-3.9-8-.5-17.6 7.4-21.4l254-123.9 14 28.8c-17.8 8.6 25.4-12.4-254 123.8zm162.8 44l10.7 32h-72.9l10.7-32h51.5zm-40.9-32l14.3-42.8 1.5-.7 14.5 43.5h-30.3zm-42.7 128l10.7-32h94.3l10.7 32H182.2zm233.8 0h-84.5l-61.9-185.6L371 212.9l20.8 42.7c2.8 5.7 8.5 9 14.4 9 4.1 0 6.2-1.2 9.7-2.9L416 448zm-2.3-220.8l-20.8-42.7-28-57.5-21.3-43.5 32.6-15.9c37.3 41 60.8 89.2 70.1 143.8l-32.6 15.8z"/>
|
|
16
17
|
</svg>
|
|
@@ -1,22 +1,13 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
<path d="
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
<path
|
|
12
|
-
<
|
|
13
|
-
<linearGradient id="paint0_linear_4088_33972" x1="11.0618" y1="32.3825" x2="11.0618" y2="14.4196" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop stop-color="#F37C1C"/>
|
|
15
|
-
<stop offset="1" stop-color="#FCC191"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<linearGradient id="paint1_linear_4088_33972" x1="27.7334" y1="32.6386" x2="27.7334" y2="7.14807" gradientUnits="userSpaceOnUse">
|
|
18
|
-
<stop stop-color="#EFC530"/>
|
|
19
|
-
<stop offset="1" stop-color="#FCEDB6"/>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
</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="91ae2bgema" x1="156" x2="156" y1="495" y2="216" gradientUnits="userSpaceOnUse">
|
|
3
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
4
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
5
|
+
</linearGradient>
|
|
6
|
+
<path fill="url(#91ae2bgema)" stroke="#000000" stroke-miterlimit="10" d="M24 488L24 256 54 222 98 216 105.7 221.1 196.5 225.4 205 219 272 232 268 256 288 264 288 495 24 495z"/>
|
|
7
|
+
<linearGradient id="i8xwo8mqcb" x1="415" x2="415" y1="499" y2="103" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
9
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<path fill="url(#i8xwo8mqcb)" stroke="#000000" stroke-miterlimit="10" d="M343 495L343 125 382 103 456 103 487 123 487 499z"/>
|
|
12
|
+
<path fill="#1D1D1D" stroke="#1D1D1D" stroke-miterlimit="10" stroke-width="7" d="M456 96.4V72c0-4.4-3.6-8-8-8h-24V32c0-13.2-10.8-24-24-24H280c-13.2 0-24 10.8-24 24v112c0 4.4-3.6 8-8 8h-80c-13.2 0-24 10.8-24 24v8h-40c-8.8 0-16 7.2-16 16v16H48c-8.8 0-16 7.2-16 16v16c-13.2 0-24 10.8-24 24v224c0 4.4 3.6 8 8 8h472c4.4 0 8-3.6 8-8V136c0-22-15.4-36.9-40-39.6zm24 39.6v32H352v-24c0-17.6 14.4-32 32-32h64c9.6 0 32 2.3 32 24zM352 264h24v64h-24v-64zm40 64v-64h48v64h-48zm-40 16h128v64H352v-64zm104-16v-64h24v64h-24zm-104-80v-64h128v64H352zm88-152h-48V80h48v16zM104 200h96v16h-96v-16zm-56 32h208v16H48v-16zm-16 32h240c4.4 0 8 3.6 8 8v56H24v-56c0-4.4 3.6-8 8-8zm248 80v64H24v-64h256zM24 488v-64h256v64H24zm312 0h-40V272c0-13.2-10.8-24-24-24v-16c0-8.8-7.2-16-16-16h-40v-16c0-8.8-7.2-16-16-16h-40v-8c0-4.4 3.6-8 8-8h80c13.2 0 24-10.8 24-24V32c0-4.4 3.6-8 8-8h120c4.4 0 8 3.6 8 8v32h-24c-4.4 0-8 3.6-8 8v24.7c-22.7 3.8-40 23.6-40 47.3v344zm16 0v-64h128v64H352z"/>
|
|
22
13
|
</svg>
|
|
@@ -1,21 +1,17 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<stop offset="
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
<
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
<clipPath id="clip0_4088_33973">
|
|
18
|
-
<rect width="34" height="34" fill="white" transform="translate(0.5)"/>
|
|
19
|
-
</clipPath>
|
|
20
|
-
</defs>
|
|
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
|
+
.st2{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="256" x2="256" y1="481.967" y2="393.474" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
7
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<path fill="url(#SVGID_1_)" d="M99.7 482h312.6c7.2 0 13.4-5.1 14.8-12.1l15.1-76.3c-11 16.5-30.4 27.4-51.2 27.4-16.4 0-32-6.7-43.3-18.5h-3.4C333 414.3 317.4 421 301 421c-17.3 0-33.6-7.4-45-20.3-11.4 12.9-27.7 20.3-45 20.3s-33.6-7.4-45-20.3c-11.4 12.9-27.7 20.3-45 20.3-20.8 0-40.2-10.9-51.2-27.5l15.1 76.4c1.4 7 7.6 12.1 14.8 12.1z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="256" x2="256" y1="390.967" y2="210.967" 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="M421 368.9c1.1-4.1 3.9-7.6 7.8-9.5 3.8-1.9 8.3-2.1 12.2-.5 19.6 7.8 41-6.7 41-27.9 0-17.1-14.5-31-32-29.9-4.9.3-9.6-1.8-12.7-5.6-42.2-53-110.1-84.5-181.3-84.5s-139.1 31.6-181.4 84.5C69.4 302 62.4 301 60 301c-16.5 0-30 13.5-30 30s13.5 30 30 30c3.8 0 7.5-.7 11-2.1 4-1.6 8.4-1.4 12.2.5 3.8 1.9 6.6 5.4 7.8 9.5 3.5 12.8 16.1 22.1 30 22.1 8.9 0 17.2-3.9 22.9-10.7 5.4-6.4 13.4-10.1 22.1-10.1 8.6 0 16.7 3.7 22.1 10.1 5.7 6.8 14.1 10.7 22.9 10.7 8.9 0 17.2-3.9 22.9-10.7 5.4-6.4 13.4-10.1 22.1-10.1s16.7 3.7 22.1 10.1c5.7 6.8 14.1 10.7 22.9 10.7 8.9 0 17.2-3.9 23-10.7 5.4-6.4 13.4-10.1 22-10.1s16.7 3.7 22.1 10.1c5.7 6.8 14.1 10.7 22.9 10.7 13.9 0 26.5-9.3 30-22.1z"/>
|
|
15
|
+
<path d="M456.2 271.1C408 214.5 334.3 181 256 181c-78.3 0-152 33.6-200.2 90.1C24.7 273.3 0 299.3 0 331c0 25.3 15.7 46.9 37.8 55.7l17.6 89c4.2 21 22.8 36.3 44.2 36.3h312.6c21.4 0 40-15.2 44.2-36.3l17.6-89c22.1-8.8 37.8-30.5 37.8-55.7.2-31.7-24.5-57.7-55.6-59.9zm-29.1 198.7c-1.4 7-7.6 12.1-14.8 12.1H99.7c-7.2 0-13.4-5.1-14.8-12.1l-15.1-76.4c11 16.7 30.4 27.6 51.2 27.6 17.3 0 33.6-7.4 45-20.3 11.4 12.9 27.7 20.3 45 20.3s33.6-7.4 45-20.3c11.4 12.9 27.7 20.3 45 20.3s33.6-7.4 45-20.3c11.4 12.9 27.7 20.3 45 20.3 20.8 0 40.2-10.9 51.2-27.5l-15.1 76.3zM441 358.9c-4-1.6-8.4-1.4-12.2.5-3.8 1.9-6.6 5.4-7.8 9.5-3.5 12.8-16.1 22.1-30 22.1-8.9 0-17.2-3.9-22.9-10.7-5.4-6.4-13.4-10.1-22.1-10.1s-16.7 3.7-22 10.1c-5.7 6.8-14.1 10.7-23 10.7s-17.2-3.9-22.9-10.7c-5.4-6.4-13.4-10.1-22.1-10.1s-16.7 3.7-22.1 10.1c-5.7 6.8-14.1 10.7-22.9 10.7-8.9 0-17.2-3.9-22.9-10.7-5.4-6.4-13.4-10.1-22.1-10.1-8.6 0-16.7 3.7-22.1 10.1-5.7 6.8-14.1 10.7-22.9 10.7-13.9 0-26.5-9.3-29.9-22.1-1.1-4.1-3.9-7.6-7.8-9.5-3.8-1.9-8.3-2.1-12.2-.5-3.5 1.4-7.2 2.1-11 2.1-16.5 0-30-13.5-30-30s13.5-30 30-30c2.4 0 9.4 1 14.6-5.5 42.2-53 110.1-84.5 181.3-84.5s139.1 31.6 181.4 84.5c3.1 3.8 7.8 5.9 12.7 5.6 17.5-1.1 32 12.8 32 29.9-.1 21.2-21.6 35.6-41.1 27.9zM190.1 89.5c14.2-9.5 22.7-25.7 22.7-43.5s-8.5-34-22.7-43.5c-6.9-4.6-16.2-2.7-20.8 4.2-4.6 6.9-2.7 16.2 4.2 20.8 5.9 3.9 9.4 10.8 9.4 18.5s-3.5 14.6-9.4 18.5c-14.2 9.5-22.7 25.4-22.7 42.5s8.5 33 22.7 42.5c6.9 4.6 16.2 2.7 20.8-4.2 4.6-6.9 2.7-16.2-4.2-20.8-6-4-9.4-10.4-9.4-17.5s3.4-13.5 9.4-17.5zM265.1 89.5c14.2-9.5 22.7-25.7 22.7-43.5s-8.5-34-22.7-43.5c-6.9-4.6-16.2-2.7-20.8 4.2-4.6 6.9-2.7 16.2 4.2 20.8 5.9 3.9 9.4 10.8 9.4 18.5s-3.5 14.6-9.4 18.5c-14.2 9.5-22.7 25.4-22.7 42.5s8.5 33 22.7 42.5c6.9 4.6 16.2 2.7 20.8-4.2 4.6-6.9 2.7-16.2-4.2-20.8-6-4-9.4-10.4-9.4-17.5s3.4-13.5 9.4-17.5zM340.1 89.5c14.2-9.5 22.7-25.7 22.7-43.5s-8.5-34-22.7-43.5c-6.9-4.6-16.2-2.7-20.8 4.2-4.6 6.9-2.7 16.2 4.2 20.8 5.9 3.9 9.4 10.8 9.4 18.5s-3.5 14.6-9.4 18.5c-14.2 9.5-22.7 25.4-22.7 42.5s8.5 33 22.7 42.5c6.9 4.6 16.2 2.7 20.8-4.2 4.6-6.9 2.7-16.2-4.2-20.8-6-4-9.4-10.4-9.4-17.5s3.4-13.5 9.4-17.5z" class="st2"/>
|
|
16
|
+
<path d="M256 241c-8.3 0-15 6.7-15 15v30c0 8.3 6.7 15 15 15s15-6.7 15-15v-30c0-8.3-6.7-15-15-15zM356.6 275.4l-30-30c-5.9-5.9-15.4-5.9-21.2 0-5.9 5.9-5.9 15.4 0 21.2l30 30c5.9 5.9 15.4 5.9 21.2 0s5.9-15.4 0-21.2zM206.6 245.4c-5.9-5.9-15.4-5.9-21.2 0l-30 30c-5.9 5.9-5.9 15.4 0 21.2s15.4 5.9 21.2 0l30-30c5.9-5.9 5.9-15.4 0-21.2z" class="st2"/>
|
|
21
17
|
</svg>
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<stop offset="
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
<
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
<
|
|
18
|
-
|
|
19
|
-
<
|
|
20
|
-
|
|
21
|
-
|
|
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
|
+
.st3{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="175.778" x2="175.778" y1="95.482" y2="13.327" 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="M44 19s262.3-8 263.1-5c.9 3 .1 66.1 0 75C307 98 49 95 49 95l-5-76z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="175.516" x2="175.516" y1="482" y2="183" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
12
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<path fill="url(#SVGID_2_)" d="M47.4 482h244.3c-20.8-26-19.2-64.1 4.9-88.2l24.5-24.5v-174c0-5.2-7.6-12.3-15.4-12.3H47.4c-8.6 0-17.4 7.9-17.4 12.3V468c0 4.9 9.2 14 17.4 14zm63.5-164.5H161v-50.1c0-8.3 6.7-15 15-15s15 6.7 15 15v50.1h50.1c8.3 0 15 6.7 15 15s-6.7 15-15 15H191v50.1c0 8.3-6.7 15-15 15s-15-6.7-15-15v-50.1h-50.1c-8.3 0-15-6.7-15-15s6.7-15 15-15z"/>
|
|
15
|
+
<linearGradient id="SVGID_3_" x1="387.498" x2="387.498" y1="496" y2="290" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
17
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<path fill="url(#SVGID_3_)" d="M293 428.9L421 290 482 320 482 387 370 496 313 496z"/>
|
|
20
|
+
<path d="M241.1 317.5H191v-50.1c0-8.3-6.7-15-15-15s-15 6.7-15 15v50.1h-50.1c-8.3 0-15 6.7-15 15s6.7 15 15 15H161v50.1c0 8.3 6.7 15 15 15s15-6.7 15-15v-50.1h50.1c8.3 0 15-6.7 15-15s-6.7-15-15-15z" class="st3"/>
|
|
21
|
+
<path d="M492.6 301.7l-5.2-5.2c-25-25-65.6-26-91.8-1.8-1.8 1.7 2.8-2.9-44.7 44.6v-144c0-22.5-21.2-42.3-45.4-42.3H287v-34h9.9c16 0 30.1-13.8 30.1-29.5V31.4C327 16.6 314.1 0 296.9 0H55.1C37.9 0 25 16.6 25 31.4v58.1c0 15.7 14.1 29.5 30.1 29.5H63v34H47.4C24 153 0 172.3 0 195.3V468c0 22.2 23.5 44 47.4 44h258.2c6.4 0 13-1.6 19-4.5 24.1 9.3 51.9 3.8 70.6-14.9l97.3-97.3c25.9-25.8 25.9-67.8.1-93.6zm-77.6 16c14-14 37-14.2 51.2 0l5.2 5.2c13.6 13.6 14.2 35.4 1.4 49.7-1.1 1.2 2.8-2.7-38.3 38.4l-56.4-56.4 36.9-36.9zM191 89V30h36.8v59H191zm-69.2 0V30H161v59h-39.2zM297 31.7v57c-.5.5 2.4.3-39.2.3V30h38c.5.4 1 1.2 1.2 1.7zm-242 57v-57c.2-.5.7-1.3 1.2-1.7h35.5v59c-38.8 0-36.2.2-36.7-.3zM93 119h164v34H93v-34zM30 468V195.3c0-4.4 8.8-12.3 17.4-12.3h258.2c7.8 0 15.4 7 15.4 12.3v174.1l-24.5 24.5c-24.1 24.1-25.7 62.2-4.9 88.2H47.4C39.2 482 30 472.9 30 468zm344.1 3.4c-14.2 14.2-37.1 14.1-51.2 0l-5.2-5.2c-14.1-14.1-14.1-37 0-51.2 33.8-33.8 3.9-3.9 39.1-39.2l56.4 56.4-39.1 39.2z" class="st3"/>
|
|
22
22
|
</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>
|