@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,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,32 +1,34 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
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
|
-
|
|
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
|
+
.st5{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="192.067" x2="192.067" y1="275" y2="171" 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="M149.4 171L234.7 171 224.1 275 161 275z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="255.988" x2="255.988" y1="383.998" y2="106.665" 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="M21.3 320v64H34l15-14.9 6.2-6.2h9.9C70 338.4 91.5 320 117.4 320s47.4 18.4 52.3 42.8h2.1c4.9-24.4 26.4-42.8 52.3-42.8 25.8 0 47.4 18.4 52.3 42.8h87.4c4.9-24.4 26.5-42.8 52.3-42.8 25.8 0 47.3 18.3 52.3 42.7h22.2v-85.3h.1v-28.3L464 234.7H362.7v74.7c0 5.9-4.8 10.7-10.7 10.7s-10.7-4.8-10.7-10.7V106.7h-42.9c0 5.9-4.8 10.7-10.7 10.7-5.9 0-10.7-4.8-10.7-10.7h-21.3c0 5.9-4.8 10.7-10.7 10.7-5.9 0-10.7-4.8-10.7-10.7H213c0 5.9-4.8 10.7-10.7 10.7s-10.7-4.8-10.7-10.7h-21.3c0 5.9-4.8 10.7-10.7 10.7-5.9 0-10.7-4.8-10.7-10.7h-21.3c0 5.9-4.8 10.7-10.7 10.7-5.9 0-10.7-4.8-10.7-10.7h-12l-72.9 72.8V320zm117.3-160h32c0-5.9 4.8-10.7 10.7-10.7h21.4c5.9 0 10.7 4.8 10.7 10.7H245.5c5.9 0 10.7 4.8 10.7 10.7s-4.8 10.7-10.7 10.7h-1l-9.7 97.1c-.5 5.4-5.1 9.6-10.6 9.6h-64.1c-5.5 0-10.1-4.2-10.6-9.6l-9.7-97.1h-1c-5.9 0-10.7-4.8-10.7-10.7-.2-5.9 4.6-10.7 10.5-10.7z"/>
|
|
15
|
+
<linearGradient id="SVGID_3_" x1="224.058" x2="224.058" y1="405.339" y2="341.34" 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="M224.1 405.3c17.7 0 32-14.4 32-32 0-17.7-14.3-32-32-32-17.6 0-32 14.3-32 32s14.3 32 32 32zm0-42.6c5.9 0 10.7 4.8 10.7 10.7 0 5.9-4.8 10.7-10.7 10.7-5.9 0-10.7-4.8-10.7-10.7 0-6 4.8-10.7 10.7-10.7z"/>
|
|
20
|
+
<linearGradient id="SVGID_4_" x1="117.404" x2="117.404" y1="405.339" y2="341.34" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
22
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<path fill="url(#SVGID_4_)" d="M117.4 405.3c17.6 0 32-14.4 32-32 0-17.7-14.4-32-32-32-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-42.6c5.9 0 10.7 4.8 10.7 10.7 0 5.9-4.8 10.7-10.7 10.7-5.9 0-10.7-4.8-10.7-10.7 0-6 4.8-10.7 10.7-10.7z"/>
|
|
25
|
+
<linearGradient id="SVGID_5_" x1="415.992" x2="415.992" y1="405.339" y2="341.34" gradientUnits="userSpaceOnUse">
|
|
26
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
27
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
28
|
+
</linearGradient>
|
|
29
|
+
<path fill="url(#SVGID_5_)" d="M416 405.3c17.6 0 32-14.4 32-32 0-17.7-14.4-32-32-32-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-42.6c5.9 0 10.7 4.8 10.7 10.7 0 5.9-4.8 10.7-10.7 10.7-5.9 0-10.7-4.8-10.7-10.7 0-6 4.8-10.7 10.7-10.7z"/>
|
|
30
|
+
<g>
|
|
31
|
+
<path d="M469.3 213.3L426.6 128h-64v-21.3h64.1c5.9 0 10.7-4.8 10.7-10.7s-4.8-10.7-10.7-10.7H85.4L0 170.7v234.7h42.7L64 384.2h1.2c5 24.2 26.5 42.4 52.2 42.4s47.2-18.2 52.2-42.5h2.2c5 24.3 26.5 42.5 52.2 42.5 25.8 0 47.3-18.2 52.2-42.5l87.4-.1c5 24.3 26.5 42.6 52.3 42.6s47.3-18.3 52.3-42.6h43.6l.2-147.7-42.7-23zm-74.7-64h18.9l32 64h-50.9v-64zm-32 0h10.6v64h-10.6v-64zm-245.2 256c-17.7 0-32-14.4-32-32 0-17.7 14.3-32 32-32 17.6 0 32 14.3 32 32s-14.4 32-32 32zm106.7 0c-17.6 0-32-14.4-32-32 0-17.7 14.4-32 32-32 17.7 0 32 14.3 32 32s-14.4 32-32 32zm191.9 0c-17.7 0-32-14.4-32-32 0-17.7 14.3-32 32-32 17.6 0 32 14.3 32 32s-14.4 32-32 32zm74.6-128h-.1v85.3h-22.2c-4.9-24.3-26.5-42.7-52.3-42.7-25.8 0-47.4 18.4-52.3 42.8h-87.4c-4.9-24.4-26.5-42.8-52.3-42.8-25.9 0-47.4 18.4-52.3 42.8h-2.1c-4.9-24.4-26.4-42.8-52.3-42.8S69.8 338.3 65 362.8h-9.8L49 369l-15 15H21.3V179.5l72.9-72.8h12.2c0 5.9 4.8 10.7 10.7 10.7 5.9 0 10.7-4.8 10.7-10.7h21.3c0 5.9 4.8 10.7 10.7 10.7 5.9 0 10.7-4.8 10.7-10.7h21.3c0 5.9 4.8 10.7 10.7 10.7s10.7-4.8 10.7-10.7h21.3c0 5.9 4.8 10.7 10.7 10.7s10.7-4.8 10.7-10.7h21.3c0 5.9 4.8 10.7 10.7 10.7 5.9 0 10.7-4.8 10.7-10.7h42.9v202.7c0 5.9 4.8 10.7 10.7 10.7s10.7-4.8 10.7-10.7v-74.7h101.3l26.7 14.4-.3 28.2z" class="st5"/>
|
|
32
|
+
<path d="M117.4 362.7c-5.9 0-10.7 4.8-10.7 10.7 0 5.9 4.8 10.7 10.7 10.7 5.9 0 10.7-4.8 10.7-10.7 0-6-4.8-10.7-10.7-10.7zM416 362.7c-5.9 0-10.7 4.8-10.7 10.7 0 5.9 4.8 10.7 10.7 10.7 5.9 0 10.7-4.8 10.7-10.7-.1-6-4.8-10.7-10.7-10.7zM224.1 362.7c-5.9 0-10.7 4.8-10.7 10.7 0 5.9 4.8 10.7 10.7 10.7s10.7-4.8 10.7-10.7c-.1-6-4.9-10.7-10.7-10.7zM245.4 160H213.3c0-5.9-4.8-10.7-10.7-10.7h-21.4c-5.9 0-10.7 4.8-10.7 10.7h-32c-5.9 0-10.7 4.8-10.7 10.7s4.8 10.7 10.7 10.7h1l9.7 97.1c.5 5.4 5.1 9.6 10.6 9.6h64.1c5.5 0 10.1-4.2 10.6-9.6l9.7-97.1h1c5.9 0 10.7-4.8 10.7-10.7s-4.6-10.7-10.5-10.7zm-31 106.7h-44.8l-8.5-85.3H223l-8.6 85.3z" class="st5"/>
|
|
33
|
+
</g>
|
|
32
34
|
</svg>
|
|
@@ -1,23 +1,26 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<stop offset="
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
|
|
18
|
-
<
|
|
19
|
-
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
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
|
+
.st1{fill:#fff}.st4{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="62" x2="258" y1="402" y2="402" gradientTransform="matrix(1 0 0 -1 0 514)" 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="M240 30H80c-9.9 0-18 8.1-18 18v146h196V48c0-9.9-8.1-18-18-18zm-18 128H98V66h124v92z"/>
|
|
10
|
+
<path d="M126 94H194V130H126zM160 418c6.8 0 13.7-2 19.7-6.3 15.2-10.9 18.8-32.1 7.9-47.3L160 325.7l-27.6 38.6c-8.4 11.8-8.4 27.6 0 39.4C139 413 149.5 418 160 418z" class="st1"/>
|
|
11
|
+
<linearGradient id="SVGID_2_" x1="62" x2="258" y1="162" y2="162" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
13
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<path fill="url(#SVGID_2_)" d="M62 482h196V222H62v260zm47.6-133.9l50.4-70.5 50.4 70.6c7.5 10.6 11.5 23 11.5 36 0 16.5-6.4 32.1-18.1 43.8-11.7 11.6-27.3 18-43.8 18-13 0-25.4-4-36-11.5-27.8-19.9-34.2-58.6-14.4-86.4z"/>
|
|
16
|
+
<linearGradient id="SVGID_3_" x1="446" x2="482" y1="354" y2="354" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
18
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<path fill="url(#SVGID_3_)" d="M446 126H482V194H446z"/>
|
|
21
|
+
<g>
|
|
22
|
+
<path d="M98 66v92h124V66H98zm96 64h-68V94h68v36z" class="st4"/>
|
|
23
|
+
<path d="M479.5 96.5V64C479.5 29 451 .5 416 .5h-15.5v31H416c17.9 0 32.5 14.6 32.5 32.5v32.5h-32v32h-64v95h31v-64h33v64h32V400c0 26.7-21.8 48.5-48.5 48.5s-48.5-21.8-48.5-48.5v-96c0-26.2-21.3-47.5-47.5-47.5h-16.5V48C287.5 21.8 266.2.5 240 .5H80C53.8.5 32.5 21.8 32.5 48v432.5H.5v31h319v-31h-32v-193H304c9.1 0 16.5 7.4 16.5 16.5v96c0 43.8 35.7 79.5 79.5 79.5s79.5-35.7 79.5-79.5V223.5h32v-127h-32zm1 31v65h-33v-65h33zm-224 96v257h-193v-257h193zM80 31.5h160c9.1 0 16.5 7.4 16.5 16.5v144.5h-193V48c0-9.1 7.4-16.5 16.5-16.5z" class="st4"/>
|
|
24
|
+
<path d="M124 434.5c10.6 7.5 23 11.5 36 11.5 16.5 0 32.1-6.4 43.8-18.1s18.1-27.2 18.1-43.8c0-13-4-25.4-11.5-36L160 277.6l-50.4 70.5c-19.8 27.8-13.4 66.5 14.4 86.4zm8.4-70.1l27.6-38.6 27.6 38.6c10.9 15.2 7.3 36.4-7.9 47.3-6 4.3-12.8 6.3-19.7 6.3-10.6 0-21-4.9-27.6-14.2-8.4-11.8-8.4-27.6 0-39.4z" class="st4"/>
|
|
25
|
+
</g>
|
|
23
26
|
</svg>
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<path
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
<
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
|
|
18
|
-
<
|
|
19
|
-
<
|
|
20
|
-
<
|
|
21
|
-
</linearGradient>
|
|
22
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="Capa_1" x="0" y="0" enable-background="new 0 0 480 480" version="1.1" viewBox="0 0 480 480" xml:space="preserve">
|
|
2
|
+
<style>
|
|
3
|
+
.st2{fill:#fff}.st3{fill:#1d1d1d;stroke:#1d1d1d;stroke-miterlimit:10}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="240" x2="240" y1="416" y2="64" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
7
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<path fill="url(#SVGID_1_)" stroke="#000000" stroke-miterlimit="10" d="M80 64H400V416H80z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="240" x2="240" y1="416" y2="64" 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="M80 416L400 416 400 64 387.3 64 80 372.2z"/>
|
|
15
|
+
<path d="M354.3 362.3H365.6V373.6H354.3z" class="st2" transform="rotate(-45.001 359.997 368.006)"/>
|
|
16
|
+
<path d="M434.3 298.3H445.6V309.6H434.3z" class="st2" transform="rotate(-45.001 439.999 304.006)"/>
|
|
17
|
+
<path d="M34.3 178.3H45.599999999999994V189.60000000000002H34.3z" class="st2" transform="rotate(-45.001 39.998 184.001)"/>
|
|
18
|
+
<path d="M114.3 114.3H125.6V125.6H114.3z" class="st2" transform="rotate(-45.001 120 120.002)"/>
|
|
19
|
+
<path d="M472 296c-13.3 0-24-10.7-24-24 0-4.4-3.6-8-8-8s-8 3.6-8 8c0 10.1-6.4 19.1-16 22.5V56c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v118.5c-9.6-3.4-16-12.4-16-22.5 0-4.4-3.6-8-8-8s-8 3.6-8 8c0 13.3-10.7 24-24 24-4.4 0-8 3.6-8 8s3.6 8 8 8c13.3 0 24 10.7 24 24 0 4.4 3.6 8 8 8s8-3.6 8-8c0-10.1 6.4-19.1 16-22.5V424c0 4.4 3.6 8 8 8h336c4.4 0 8-3.6 8-8V313.5c9.6 3.4 16 12.4 16 22.5 0 4.4 3.6 8 8 8s8-3.6 8-8c0-13.3 10.7-24 24-24 4.4 0 8-3.6 8-8s-3.6-8-8-8zM40 192c-2.3-3-5-5.7-8-8 3-2.3 5.7-5 8-8 2.3 3 5 5.7 8 8-3 2.3-5.7 5-8 8zm360 176v48H235.3l58.3-58.3c3.1-3.2 3-8.2-.2-11.3-3.1-3-8-3-11.1 0L212.7 416h-25.4l106.3-106.3c3.1-3.2 3-8.2-.2-11.3-3.1-3-8-3-11.1 0L164.7 416H80V64h236.7l-58.3 58.3c-3.2 3.1-3.3 8.1-.2 11.3 3.1 3.2 8.1 3.3 11.3.2l.2-.2L339.3 64h25.4L258.3 170.3c-3.2 3.1-3.3 8.1-.2 11.3 3.1 3.2 8.1 3.3 11.3.2l.2-.2L387.3 64H400v304zm40-56c-2.3-3-5-5.7-8-8 3-2.3 5.7-5 8-8 2.3 3 5 5.7 8 8-3 2.3-5.7 5-8 8z" class="st3"/>
|
|
20
|
+
<path d="M392 360c-13.3 0-24-10.7-24-24 0-4.4-3.6-8-8-8s-8 3.6-8 8c0 13.3-10.7 24-24 24-4.4 0-8 3.6-8 8s3.6 8 8 8c13.3 0 24 10.7 24 24 0 4.4 3.6 8 8 8s8-3.6 8-8c0-13.3 10.7-24 24-24 4.4 0 8-3.6 8-8s-3.6-8-8-8zm-32 16c-2.3-3-5-5.7-8-8 3-2.3 5.7-5 8-8 2.3 3 5 5.7 8 8-3 2.3-5.7 5-8 8zM152 112c-13.3 0-24-10.7-24-24 0-4.4-3.6-8-8-8s-8 3.6-8 8c0 13.3-10.7 24-24 24-4.4 0-8 3.6-8 8s3.6 8 8 8c13.3 0 24 10.7 24 24 0 4.4 3.6 8 8 8s8-3.6 8-8c0-13.3 10.7-24 24-24 4.4 0 8-3.6 8-8s-3.6-8-8-8zm-32 16c-2.3-3-5-5.7-8-8 3-2.3 5.7-5 8-8 2.3 3 5 5.7 8 8-3 2.3-5.7 5-8 8z" class="st3"/>
|
|
23
21
|
</svg>
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<path
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
<
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
|
|
18
|
-
<
|
|
19
|
-
<
|
|
20
|
-
<
|
|
21
|
-
</linearGradient>
|
|
22
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="Capa_1" x="0" y="0" enable-background="new 0 0 480 480" version="1.1" viewBox="0 0 480 480" xml:space="preserve">
|
|
2
|
+
<style>
|
|
3
|
+
.st2{fill:#fff}.st3{fill:#1d1d1d;stroke:#1d1d1d;stroke-miterlimit:10}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="240" x2="240" y1="416" y2="64" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
7
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<path fill="url(#SVGID_1_)" stroke="#000000" stroke-miterlimit="10" d="M80 64H400V416H80z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="240" x2="240" y1="416" y2="64" 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="M80 416L400 416 400 64 387.3 64 80 372.2z"/>
|
|
15
|
+
<path d="M354.3 362.3H365.6V373.6H354.3z" class="st2" transform="rotate(-45.001 359.997 368.006)"/>
|
|
16
|
+
<path d="M434.3 298.3H445.6V309.6H434.3z" class="st2" transform="rotate(-45.001 439.999 304.006)"/>
|
|
17
|
+
<path d="M34.3 178.3H45.599999999999994V189.60000000000002H34.3z" class="st2" transform="rotate(-45.001 39.998 184.001)"/>
|
|
18
|
+
<path d="M114.3 114.3H125.6V125.6H114.3z" class="st2" transform="rotate(-45.001 120 120.002)"/>
|
|
19
|
+
<path d="M472 296c-13.3 0-24-10.7-24-24 0-4.4-3.6-8-8-8s-8 3.6-8 8c0 10.1-6.4 19.1-16 22.5V56c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v118.5c-9.6-3.4-16-12.4-16-22.5 0-4.4-3.6-8-8-8s-8 3.6-8 8c0 13.3-10.7 24-24 24-4.4 0-8 3.6-8 8s3.6 8 8 8c13.3 0 24 10.7 24 24 0 4.4 3.6 8 8 8s8-3.6 8-8c0-10.1 6.4-19.1 16-22.5V424c0 4.4 3.6 8 8 8h336c4.4 0 8-3.6 8-8V313.5c9.6 3.4 16 12.4 16 22.5 0 4.4 3.6 8 8 8s8-3.6 8-8c0-13.3 10.7-24 24-24 4.4 0 8-3.6 8-8s-3.6-8-8-8zM40 192c-2.3-3-5-5.7-8-8 3-2.3 5.7-5 8-8 2.3 3 5 5.7 8 8-3 2.3-5.7 5-8 8zm360 176v48H235.3l58.3-58.3c3.1-3.2 3-8.2-.2-11.3-3.1-3-8-3-11.1 0L212.7 416h-25.4l106.3-106.3c3.1-3.2 3-8.2-.2-11.3-3.1-3-8-3-11.1 0L164.7 416H80V64h236.7l-58.3 58.3c-3.2 3.1-3.3 8.1-.2 11.3 3.1 3.2 8.1 3.3 11.3.2l.2-.2L339.3 64h25.4L258.3 170.3c-3.2 3.1-3.3 8.1-.2 11.3 3.1 3.2 8.1 3.3 11.3.2l.2-.2L387.3 64H400v304zm40-56c-2.3-3-5-5.7-8-8 3-2.3 5.7-5 8-8 2.3 3 5 5.7 8 8-3 2.3-5.7 5-8 8z" class="st3"/>
|
|
20
|
+
<path d="M392 360c-13.3 0-24-10.7-24-24 0-4.4-3.6-8-8-8s-8 3.6-8 8c0 13.3-10.7 24-24 24-4.4 0-8 3.6-8 8s3.6 8 8 8c13.3 0 24 10.7 24 24 0 4.4 3.6 8 8 8s8-3.6 8-8c0-13.3 10.7-24 24-24 4.4 0 8-3.6 8-8s-3.6-8-8-8zm-32 16c-2.3-3-5-5.7-8-8 3-2.3 5.7-5 8-8 2.3 3 5 5.7 8 8-3 2.3-5.7 5-8 8zM152 112c-13.3 0-24-10.7-24-24 0-4.4-3.6-8-8-8s-8 3.6-8 8c0 13.3-10.7 24-24 24-4.4 0-8 3.6-8 8s3.6 8 8 8c13.3 0 24 10.7 24 24 0 4.4 3.6 8 8 8s8-3.6 8-8c0-13.3 10.7-24 24-24 4.4 0 8-3.6 8-8s-3.6-8-8-8zm-32 16c-2.3-3-5-5.7-8-8 3-2.3 5.7-5 8-8 2.3 3 5 5.7 8 8-3 2.3-5.7 5-8 8z" class="st3"/>
|
|
23
21
|
</svg>
|
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<path d="
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<stop stop-color="#
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
<stop offset="1" stop-color="#FCEDB6"/>
|
|
18
|
-
</linearGradient>
|
|
19
|
-
</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
|
+
.st2{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="238.867" x2="238.867" y1="512" y2="12" 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="M191.7 512L192.8 417.7 30 271 96.4 245 152 296 144 156 180 112.5 198 64.3 233 63.2 264 12 303 38 353.5 47.1 370 126.4 447.7 148 406.9 223.9 438.9 279.6 436 322 403 447.7 400.6 512z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="294.935" x2="294.935" y1="305.267" y2="142.467" 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="M400.6 142.5H191.7c-18.3 0-33.2 14.9-33.2 33.2v96.4c0 18.3 14.9 33.2 33.2 33.2h208.9c13.9 0 25.8-8.5 30.7-20.7-26.4-7.6-45.7-32-45.7-60.7 0-28.8 19.4-53.2 45.7-60.7-4.9-12.2-16.8-20.7-30.7-20.7zm-128.5 64.2h-49.3V256c0 8.3-6.7 15-15 15s-15-6.7-15-15v-64.3c0-8.3 6.7-15 15-15h64.3c8.3 0 15 6.7 15 15s-6.7 15-15 15z"/>
|
|
15
|
+
<path d="M63.2 126.4c34.8 0 63.2-28.4 63.2-63.2S98 0 63.2 0 0 28.4 0 63.2s28.4 63.2 63.2 63.2zm0-96.4c18.3 0 33.2 14.9 33.2 33.2S81.5 96.4 63.2 96.4 30 81.5 30 63.2 44.9 30 63.2 30zM464.9 94.3c26 0 47.1-21.1 47.1-47.1S490.9 0 464.9 0s-47.1 21.1-47.1 47.1 21.1 47.2 47.1 47.2zm0-64.3c9.4 0 17.1 7.7 17.1 17.1s-7.7 17.1-17.1 17.1-17.1-7.7-17.1-17.1S455.4 30 464.9 30zM79.3 417.7c-26 0-47.1 21.1-47.1 47.1S53.3 512 79.3 512s47.1-21.1 47.1-47.1-21.1-47.2-47.1-47.2zm0 64.3c-9.4 0-17.1-7.7-17.1-17.1s7.7-17.1 17.1-17.1 17.1 7.7 17.1 17.1S88.7 482 79.3 482zM462.3 162.1c-6.2-28.4-31.5-49.7-61.7-49.7h-17.1V79.3c0-26-21-47.1-47.1-47.1-6.5 0-12.7 1.3-18.5 3.7C312.8 15.3 294.2 0 272.1 0c-26 0-47.1 21.1-47.1 47.1v4.3c-5.3-2.1-11.1-3.2-17.1-3.2-26 0-47.1 21.1-47.1 47.1v25.3c-19.2 10.9-32.1 31.4-32.1 55v77.6c-32-23.6-78.1-21.7-108.1 8.2.2 0-4.4 3.5-4.4 10.6 0 4 1.6 7.8 4.4 10.6l133.2 133.2c6.5 6.5 14.4 11.2 23 13.7V497c0 8.3 6.7 15 15 15s15-6.7 15-15v-80.3c0-8.3-6.7-15-15-15-6.4 0-12.3-2.5-16.8-7L53.9 273.6c11.3-6.2 39.9-14.1 63.1 9.1l19.1 19.1c10.7 19.9 31.6 33.5 55.8 33.5H224c36.1 0 65.3 29.2 65.3 65.3 0 8.3 6.7 15 15 15s15-6.7 15-15c0-24.5-9.2-47.6-25.9-65.3h107.3c5.9 0 11.7-.8 17.1-2.4v22.3c0 25.3-9.9 49.1-27.7 67-2.8 2.8-4.4 6.6-4.4 10.6V497c0 8.3 6.7 15 15 15s15-6.7 15-15v-58.3c20.8-23 32.1-52.4 32.1-83.6V314c7.1-8 12.2-17.7 14.6-28.5 28.4-6.2 49.7-31.5 49.7-61.7s-21.4-55.4-49.8-61.7zM319.2 79.3c0-9.5 7.7-17.1 17.1-17.1 9.4 0 17.1 7.6 17.1 17.1v33.2h-34.3V79.3zm-64.3-32.2c0-9.4 7.7-17.1 17.1-17.1 9.4 0 17.1 7.7 17.1 17.1v65.3h-34.3V47.1zm-64.2 48.2c0-9.4 7.7-17.1 17.1-17.1s17.1 7.7 17.1 17.1v17.1H190.6l.1-17.1zm209.9 210H191.7c-18.3 0-33.2-14.9-33.2-33.2v-96.4c0-18.3 14.9-33.2 33.2-33.2h208.9c13.9 0 25.8 8.5 30.7 20.7-26.4 7.6-45.7 32-45.7 60.7s19.4 53.2 45.7 60.7c-4.9 12.1-16.8 20.7-30.7 20.7zm48.2-48.2c-18.3 0-33.2-14.9-33.2-33.2s14.9-33.2 33.2-33.2 33.2 14.9 33.2 33.2-14.9 33.2-33.2 33.2z" class="st2"/>
|
|
16
|
+
<path d="M272.1 176.7h-64.3c-8.3 0-15 6.7-15 15V256c0 8.3 6.7 15 15 15s15-6.7 15-15v-49.3h49.3c8.3 0 15-6.7 15-15s-6.7-15-15-15z" class="st2"/>
|
|
20
17
|
</svg>
|