@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,32 +1,28 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<path
|
|
10
|
-
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
<
|
|
17
|
-
<stop stop-color="#
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<linearGradient id="
|
|
21
|
-
<stop stop-color="#
|
|
22
|
-
<stop offset="1" stop-color="#
|
|
23
|
-
</linearGradient>
|
|
24
|
-
<
|
|
25
|
-
<
|
|
26
|
-
<
|
|
27
|
-
|
|
28
|
-
<clipPath id="clip0_4088_33984">
|
|
29
|
-
<rect width="34" height="34" fill="white" transform="translate(0.5)"/>
|
|
30
|
-
</clipPath>
|
|
31
|
-
</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
|
+
.st5{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="448" x2="448" y1="480" y2="224" 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="M416 224H480V480H416z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="256" x2="256" y1="480" y2="209" 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="M160 480V304c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v176h32V209H272v15c0 8.8-7.2 16-16 16s-16-7.2-16-16v-15H128v271h32z"/>
|
|
15
|
+
<linearGradient id="SVGID_3_" x1="64" x2="64" y1="480" y2="224" 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="M32 224H96V480H32z"/>
|
|
20
|
+
<linearGradient id="SVGID_4_" x1="255.5" x2="255.5" y1="488" y2="50" 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="M115 50H396V488H115z"/>
|
|
25
|
+
<path fill="#FFFFFF" d="M330 308L176 308 176 480 336 487z"/>
|
|
26
|
+
<path id="Hospital_1_" d="M480 192h-64V64c0-17.6-14.4-32-32-32H128c-17.6 0-32 14.4-32 32v128H32c-17.6 0-32 14.4-32 32v272c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V224c0-17.6-14.4-32-32-32zM384 64v416h-32V304c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v176h-32V64h256zM272 320h48v160h-48V320zm-32 160h-48V320h48v160zM32 224h64v256H32V224zm448 256h-64V224h64v256zM192 176c0-8.8 7.2-16 16-16h32v-32c0-8.8 7.2-16 16-16s16 7.2 16 16v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32c0 8.8-7.2 16-16 16s-16-7.2-16-16v-32h-32c-8.8 0-16-7.2-16-16z" class="st5"/>
|
|
27
|
+
<path id="Hospital_2_" d="M480 192h-64V64c0-17.6-14.4-32-32-32H128c-17.6 0-32 14.4-32 32v128H32c-17.6 0-32 14.4-32 32v272c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V224c0-17.6-14.4-32-32-32zM384 64v416h-32V304c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v176h-32V64h256zM272 320h48v160h-48V320zm-32 160h-48V320h48v160zM32 224h64v256H32V224zm448 256h-64V224h64v256zM192 176c0-8.8 7.2-16 16-16h32v-32c0-8.8 7.2-16 16-16s16 7.2 16 16v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32c0 8.8-7.2 16-16 16s-16-7.2-16-16v-32h-32c-8.8 0-16-7.2-16-16z" class="st5"/>
|
|
32
28
|
</svg>
|
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<path
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
<
|
|
17
|
-
<stop stop-color="#
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<
|
|
21
|
-
<
|
|
22
|
-
<
|
|
23
|
-
|
|
24
|
-
</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
|
+
<linearGradient id="SVGID_1_" x1="256" x2="256" y1="34" y2="418" gradientTransform="matrix(1 0 0 -1 0 514)" 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="M328 400v80h40V96H144v384h40v-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h144c8.8 0 16 7.2 16 16s-7.2 16-16 16z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="72" x2="72" y1="34" y2="298" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
12
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M32 216H112V480H32z"/>
|
|
15
|
+
<linearGradient id="SVGID_3_" x1="440" x2="440" y1="34" y2="298" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
17
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<path fill="url(#SVGID_3_)" stroke="#000000" stroke-miterlimit="10" d="M400 216H480V480H400z"/>
|
|
20
|
+
<path d="M202.7 314.4c7.6 0 13.7-6.1 13.7-13.7V158.6c0-7.6-6.1-13.7-13.7-13.7S189 151 189 158.6v142.1c0 7.6 6.1 13.7 13.7 13.7zM312.3 314.4c7.6 0 13.7-6.1 13.7-13.7V158.6c0-7.6-6.1-13.7-13.7-13.7s-13.7 6.1-13.7 13.7v142.1c0 7.6 6.1 13.7 13.7 13.7z" class="st3"/>
|
|
21
|
+
<path d="M194.1 233.9c0 7.6 6.1 13.7 13.7 13.7h102.8c7.6 0 13.7-6.1 13.7-13.7s-6.1-13.7-13.7-13.7H207.8c-7.5.1-13.7 6.2-13.7 13.7zM202.7 323c7.6 0 13.7-6.1 13.7-13.7v-13.7c0-7.6-6.1-13.7-13.7-13.7S189 288 189 295.6v13.7c0 7.6 6.1 13.7 13.7 13.7zM312.3 323c7.6 0 13.7-6.1 13.7-13.7v-13.7c0-7.6-6.1-13.7-13.7-13.7s-13.7 6.1-13.7 13.7v13.7c0 7.6 6.1 13.7 13.7 13.7z" class="st3"/>
|
|
22
|
+
<path d="M496 184h-96V80c0-8.8-7.2-16-16-16h-24V16c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v48h-24c-8.8 0-16 7.2-16 16v104H16c-8.8 0-16 7.2-16 16v296c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V200c0-8.8-7.2-16-16-16zM184 32h144v32H184V32zM32 216h80v264H32V216zM144 96h224v384h-40v-80c8.8 0 16-7.2 16-16s-7.2-16-16-16H184c-8.8 0-16 7.2-16 16s7.2 16 16 16v80h-40V96zm72 384v-80h80v80h-80zm264 0h-80V216h80v264z" class="st3"/>
|
|
23
|
+
<path d="M440 296c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16c0 8.8 7.2 16 16 16zM440 368c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16c0 8.8 7.2 16 16 16zM440 440c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16c0 8.8 7.2 16 16 16zM72 248c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16s16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM72 320c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16s16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM72 392c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16s16-7.2 16-16v-16c0-8.8-7.2-16-16-16z" class="st3"/>
|
|
25
24
|
</svg>
|
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<path
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
<
|
|
15
|
-
<
|
|
16
|
-
<stop offset="
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
<
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
<
|
|
23
|
-
<
|
|
24
|
-
<
|
|
25
|
-
</
|
|
26
|
-
</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
|
+
.st3{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="256" x2="256" y1="482" y2="143" 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="M441 467V143H71v324c0 8.3 6.7 15 15 15h340c8.3 0 15-6.7 15-15zm-185-20c-74.4 0-135-60.6-135-135s60.6-135 135-135 135 60.6 135 135-60.6 135-135 135z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="112" x2="112" y1="113" y2="30" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
12
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M71 45v68h82V30H86c-8.3 0-15 6.7-15 15z"/>
|
|
15
|
+
<linearGradient id="SVGID_3_" x1="312" x2="312" y1="113" y2="30" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
17
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<path fill="url(#SVGID_3_)" stroke="#000000" stroke-miterlimit="10" d="M426 30H183v83h258V45c0-8.3-6.7-15-15-15zM232 87c-8.3 0-15-6.7-15-15s6.7-15 15-15 15 6.7 15 15-6.7 15-15 15zm80 0h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15zm80 0h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15z"/>
|
|
20
|
+
<g>
|
|
21
|
+
<path d="M426 512H86c-24.8 0-45-20.2-45-45V45C41 20.2 61.2 0 86 0h340c24.8 0 45 20.2 45 45v422c0 24.8-20.2 45-45 45zM86 30c-8.3 0-15 6.7-15 15v422c0 8.3 6.7 15 15 15h340c8.3 0 15-6.7 15-15V45c0-8.3-6.7-15-15-15H86z" class="st3"/>
|
|
22
|
+
<path d="M456 143H56c-8.3 0-15-6.7-15-15s6.7-15 15-15h400c8.3 0 15 6.7 15 15s-6.7 15-15 15z" class="st3"/>
|
|
23
|
+
<path d="M168 143c-8.3 0-15-6.7-15-15V15c0-8.3 6.7-15 15-15s15 6.7 15 15v113c0 8.3-6.7 15-15 15zM392 87h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15zM312 87h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15zM256 447c-74.4 0-135-60.6-135-135s60.6-135 135-135 135 60.6 135 135-60.6 135-135 135zm0-240c-57.9 0-105 47.1-105 105s47.1 105 105 105 105-47.1 105-105-47.1-105-105-105z" class="st3"/>
|
|
24
|
+
<circle cx="232" cy="72" r="15" class="st3"/>
|
|
25
|
+
</g>
|
|
27
26
|
</svg>
|
|
@@ -1,16 +1,23 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
<stop stop-color="#
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
|
|
2
|
+
<style>
|
|
3
|
+
.st4{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<g id="Layer_2">
|
|
6
|
+
<linearGradient id="SVGID_1_" x1="257.084" x2="257.084" y1="503.4" y2="12.284" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
8
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<path fill="url(#SVGID_1_)" d="M472.3 136.6V46.4l-99.9-1.5-54-32.6H204l-41.7 27.3L53.2 50.2l-11.4 80.1 65.2 80.6 3 115.2-68.2 59.1L61 465.6l117.2 25.8 87.9 12.1 61.4-21.5 141-18v-85.6l-58.4-65.9 7.6-127.4 54.6-48.5zm-76.6 286.6l-16-1.4H137.2l-16.1 1.5V369s12.4-3.8 19.3-22.1c10.7-18.6 15.5-54.2 15.5-75.7 3.8-25.2-6.8-78.7-6.8-78.7s-5.8-34.7-28-45.5V91.1h274.6V147s-15.4 8.2-19.4 22.3c-7.9 13.9-15.6 39.8-15 75.2-4.4 35.7 7.2 78.3 7.2 78.3s5.3 33.6 27.3 46c-.1 26.2-.1 54.4-.1 54.4z"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Layer_1">
|
|
13
|
+
<g id="Layer_2_copy_3">
|
|
14
|
+
<linearGradient id="SVGID_3_" x1="258.461" x2="258.461" y1="423.309" y2="91.168" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
16
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<path fill="url(#SVGID_3_)" d="M368.4 322.9s-10-41-7.2-78.3c2.4-35.4 6.9-61.9 15-75.2 4-14.1 19.4-22.3 19.4-22.3V91.2H121v55.9c14.7 4.8 25.3 32.4 28 45.5 4 19.3 9 51.3 6.8 78.7-1.8 22.5-5.4 57.3-15.5 75.7-6.7 18.6-19.3 22.1-19.3 22.1v54.3l16.1-1.5h242.5l16 1.4V369c-21.9-12.5-27.2-46.1-27.2-46.1zM186 272.5c.7-56.3-3.1-64.5-7.7-87.5"/>
|
|
19
|
+
</g>
|
|
20
|
+
<path d="M472.6 153.2l9.3-3.8V30.2l-15.6.6c-4.5.2-9.2.3-13.9.3-53.5 0-99.7 0-125.2-26.5L322.7 0H191.4L187 4.5c-26.3 26.6-72.5 26.6-126.1 26.6-4.7 0-9.5-.1-14.3-.3L31 30.2v119.1l9.6 3.7c30.9 12.1 50.9 52.8 50.9 103.8 0 50.8-20.9 94.5-50.9 106.2l-9.6 3.7v116.6l15.8-.8c7.1-.4 14.4-.6 21.6-.6 53.5 0 103.5 10.5 133.7 28l3.5 2h102.6l3.5-2c30.2-17.6 80.2-28 133.6-28 6.9 0 13.9.2 20.8.5l15.8.8V366.7l-9.3-3.8c-29.7-12.2-50.5-55.3-50.5-105 0-51.1 19.8-92.1 50.5-104.7zm-61.7 20.5c-12.3 23.3-18.8 52.4-18.8 84.1 0 57.7 23.7 107.6 59.8 128.2v65.9c-59.9-.9-115.1 10.1-151.6 30h-86.7c-35.2-19.1-87.8-30.1-145.2-30.1-2.4 0-4.9 0-7.3.1v-65.5c36.5-20.3 60.4-70.8 60.4-129.7 0-31.5-6.6-60.5-19.1-83.8-10.5-19.6-24.7-34.5-41.4-43.5V61.1c55.2 0 107.4 0 142.5-31.1h106.6c34.4 31 86.5 31.1 141.6 31.1v68.8c-16.4 9.3-30.5 24.3-40.8 43.8z" class="st4"/>
|
|
21
|
+
<path d="M376.6 346.5l-27.2 12.7c4.7 10.2 10.2 18.4 16.4 24.4v8h-15l-.1 30.1c22.7.1 27.9.1 29.1.1l16 1.4v-54.3l-6.4-4.5c-2.5-1.7-7.5-6.3-12.8-17.9zM271.7 421.6h52.7v-30.1h-52.7v30.1zM192.6 391.6v30.1h52.7v-30.1c-18.5-.1-36.7-.1-52.7 0zM167.7 359.7L140.5 347c-5.4 11.5-10.3 16-12.7 17.6l-6.6 4.5v54.3l16.1-1.5c1.2 0 6.5-.1 29.1-.2l-.1-30.1c-6.2 0-11.1 0-15 .1v-7.6c6.1-6 11.7-14.2 16.4-24.4zM148.7 323.3l29.1 7.5c4.5-17.5 7.2-37.1 8.2-58.2l-30-1.3c-.8 18.7-3.3 36.7-7.3 52zM149.2 192.5c3.9 15.2 6.2 32.7 6.9 52l30-1.1c-.8-21.5-3.4-41.1-7.8-58.4l-29.1 7.5zM140.9 169l27.1-13c-4.8-10-10.4-18.1-16.8-24.1v-10.7h15V91.1h-45.1V147l6.6 4.5c4.6 3 9.2 9.2 13.2 17.5zM192.6 91.2h52.7v30.1h-52.7V91.2zM271.6 91.2h52.7v30.1h-52.7V91.2zM350.7 121.2h15v11.1c-6.2 6.1-11.8 14.2-16.6 24.2l27.2 12.9c4-8.3 8.6-14.7 13.1-17.8l6.4-4.5V91.2h-45.1v30zM361.3 271.2l-30 1.2c.9 21 3.6 40.6 8 58l29.1-7.5c-3.9-15.1-6.3-33-7.1-51.7zM368.1 192.8l-29.1-7.4c-4.4 17.2-7 36.7-7.8 58l30 1.1c.8-19.1 3.1-36.6 6.9-51.7z" class="st4"/>
|
|
22
|
+
</g>
|
|
16
23
|
</svg>
|
|
@@ -1,16 +1,23 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
<stop stop-color="#
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
|
|
2
|
+
<style>
|
|
3
|
+
.st4{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<g id="Layer_2">
|
|
6
|
+
<linearGradient id="SVGID_1_" x1="257.084" x2="257.084" y1="503.4" y2="12.284" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
8
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<path fill="url(#SVGID_1_)" d="M472.3 136.6V46.4l-99.9-1.5-54-32.6H204l-41.7 27.3L53.2 50.2l-11.4 80.1 65.2 80.6 3 115.2-68.2 59.1L61 465.6l117.2 25.8 87.9 12.1 61.4-21.5 141-18v-85.6l-58.4-65.9 7.6-127.4 54.6-48.5zm-76.6 286.6l-16-1.4H137.2l-16.1 1.5V369s12.4-3.8 19.3-22.1c10.7-18.6 15.5-54.2 15.5-75.7 3.8-25.2-6.8-78.7-6.8-78.7s-5.8-34.7-28-45.5V91.1h274.6V147s-15.4 8.2-19.4 22.3c-7.9 13.9-15.6 39.8-15 75.2-4.4 35.7 7.2 78.3 7.2 78.3s5.3 33.6 27.3 46c-.1 26.2-.1 54.4-.1 54.4z"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Layer_1">
|
|
13
|
+
<g id="Layer_2_copy_3">
|
|
14
|
+
<linearGradient id="SVGID_3_" x1="258.461" x2="258.461" y1="423.309" y2="91.168" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
16
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<path fill="url(#SVGID_3_)" d="M368.4 322.9s-10-41-7.2-78.3c2.4-35.4 6.9-61.9 15-75.2 4-14.1 19.4-22.3 19.4-22.3V91.2H121v55.9c14.7 4.8 25.3 32.4 28 45.5 4 19.3 9 51.3 6.8 78.7-1.8 22.5-5.4 57.3-15.5 75.7-6.7 18.6-19.3 22.1-19.3 22.1v54.3l16.1-1.5h242.5l16 1.4V369c-21.9-12.5-27.2-46.1-27.2-46.1zM186 272.5c.7-56.3-3.1-64.5-7.7-87.5"/>
|
|
19
|
+
</g>
|
|
20
|
+
<path d="M472.6 153.2l9.3-3.8V30.2l-15.6.6c-4.5.2-9.2.3-13.9.3-53.5 0-99.7 0-125.2-26.5L322.7 0H191.4L187 4.5c-26.3 26.6-72.5 26.6-126.1 26.6-4.7 0-9.5-.1-14.3-.3L31 30.2v119.1l9.6 3.7c30.9 12.1 50.9 52.8 50.9 103.8 0 50.8-20.9 94.5-50.9 106.2l-9.6 3.7v116.6l15.8-.8c7.1-.4 14.4-.6 21.6-.6 53.5 0 103.5 10.5 133.7 28l3.5 2h102.6l3.5-2c30.2-17.6 80.2-28 133.6-28 6.9 0 13.9.2 20.8.5l15.8.8V366.7l-9.3-3.8c-29.7-12.2-50.5-55.3-50.5-105 0-51.1 19.8-92.1 50.5-104.7zm-61.7 20.5c-12.3 23.3-18.8 52.4-18.8 84.1 0 57.7 23.7 107.6 59.8 128.2v65.9c-59.9-.9-115.1 10.1-151.6 30h-86.7c-35.2-19.1-87.8-30.1-145.2-30.1-2.4 0-4.9 0-7.3.1v-65.5c36.5-20.3 60.4-70.8 60.4-129.7 0-31.5-6.6-60.5-19.1-83.8-10.5-19.6-24.7-34.5-41.4-43.5V61.1c55.2 0 107.4 0 142.5-31.1h106.6c34.4 31 86.5 31.1 141.6 31.1v68.8c-16.4 9.3-30.5 24.3-40.8 43.8z" class="st4"/>
|
|
21
|
+
<path d="M376.6 346.5l-27.2 12.7c4.7 10.2 10.2 18.4 16.4 24.4v8h-15l-.1 30.1c22.7.1 27.9.1 29.1.1l16 1.4v-54.3l-6.4-4.5c-2.5-1.7-7.5-6.3-12.8-17.9zM271.7 421.6h52.7v-30.1h-52.7v30.1zM192.6 391.6v30.1h52.7v-30.1c-18.5-.1-36.7-.1-52.7 0zM167.7 359.7L140.5 347c-5.4 11.5-10.3 16-12.7 17.6l-6.6 4.5v54.3l16.1-1.5c1.2 0 6.5-.1 29.1-.2l-.1-30.1c-6.2 0-11.1 0-15 .1v-7.6c6.1-6 11.7-14.2 16.4-24.4zM148.7 323.3l29.1 7.5c4.5-17.5 7.2-37.1 8.2-58.2l-30-1.3c-.8 18.7-3.3 36.7-7.3 52zM149.2 192.5c3.9 15.2 6.2 32.7 6.9 52l30-1.1c-.8-21.5-3.4-41.1-7.8-58.4l-29.1 7.5zM140.9 169l27.1-13c-4.8-10-10.4-18.1-16.8-24.1v-10.7h15V91.1h-45.1V147l6.6 4.5c4.6 3 9.2 9.2 13.2 17.5zM192.6 91.2h52.7v30.1h-52.7V91.2zM271.6 91.2h52.7v30.1h-52.7V91.2zM350.7 121.2h15v11.1c-6.2 6.1-11.8 14.2-16.6 24.2l27.2 12.9c4-8.3 8.6-14.7 13.1-17.8l6.4-4.5V91.2h-45.1v30zM361.3 271.2l-30 1.2c.9 21 3.6 40.6 8 58l29.1-7.5c-3.9-15.1-6.3-33-7.1-51.7zM368.1 192.8l-29.1-7.4c-4.4 17.2-7 36.7-7.8 58l30 1.1c.8-19.1 3.1-36.6 6.9-51.7z" class="st4"/>
|
|
22
|
+
</g>
|
|
16
23
|
</svg>
|
|
@@ -1,26 +1,23 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<path
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
<
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
<
|
|
18
|
-
<stop stop-color="#
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<
|
|
22
|
-
<
|
|
23
|
-
<stop offset="1" stop-color="#FCEDB6"/>
|
|
24
|
-
</linearGradient>
|
|
25
|
-
</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="134.25" x2="134.25" y1="32" y2="314.4" gradientTransform="matrix(1 0 0 -1 0 514)" 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="M57.5 199.6H211V482H57.5z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="131.15" x2="131.15" y1="343.7" y2="484" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
12
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M132.5 30H129.6c-2.4 18.2-12.4 34.6-27.8 45.2-4.6 3.1-7.3 8.2-7.3 13.6v81.5h73.3v-105c0-19.5-15.8-35.3-35.3-35.3z"/>
|
|
15
|
+
<path d="M218.3 313.7v-99.2c0-15.7-8.3-29.5-20.7-37.3.1-.6.1-1.2.1-1.7V65.3c0-36-29.3-65.3-65.3-65.3h-2.7c-4.5 0-9 .5-13.4 1.4-9.4 2-16.2 10.4-16.2 19.9 0 11.6-5.7 22.5-15.3 29.1-12.7 8.7-20.3 23.1-20.3 38.4v86.5c0 .6 0 1.2.1 1.7-12.4 7.8-20.7 21.6-20.7 37.3v99.2c-10 8.1-16.5 20.5-16.5 34.3v119.9c0 24.3 19.8 44.1 44.1 44.1h119.2c24.3 0 44.1-19.8 44.1-44.1V348c0-13.9-6.4-26.3-16.5-34.3zM88 200.4h86.3c7.8 0 14.1 6.3 14.1 14.1V304H73.9v-89.5c0-7.8 6.4-14.1 14.1-14.1zm13.8-125.2c15.3-10.5 25.4-27 27.8-45.2H132.5c19.5 0 35.3 15.8 35.3 35.3v105.1H94.5V88.8c0-5.4 2.7-10.5 7.3-13.6zm103 392.7c0 7.8-6.3 14.1-14.1 14.1H71.6c-7.8 0-14.1-6.3-14.1-14.1V348c0-7.8 6.3-14.1 14.1-14.1h119.2c7.8 0 14.1 6.3 14.1 14.1l-.1 119.9z" class="st2"/>
|
|
16
|
+
<linearGradient id="SVGID_3_" x1="381" x2="381" y1="27" y2="314.4" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
18
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<path fill="url(#SVGID_3_)" stroke="#000000" stroke-miterlimit="10" d="M312 199.6L462 200.4 462 487 300 487 300 200.4z"/>
|
|
21
|
+
<path fill="#FFFFFF" stroke="#000000" stroke-miterlimit="10" d="M454.5 294L454.5 358 301 402 301 333.9z"/>
|
|
22
|
+
<path d="M440.4 169.6H321.3c-24.3 0-44.1 19.8-44.1 44.1v254.2c0 24.3 19.8 44.1 44.1 44.1h119.2c24.3 0 44.1-19.8 44.1-44.1V213.7c-.1-24.3-19.8-44.1-44.2-44.1zM307.2 349.9l147.3-46.2v43.4l-147.3 46.2v-43.4zm14.1-150.3h119.2c7.8 0 14.1 6.3 14.1 14.1v58.6l-147.3 46.2V213.7c-.1-7.8 6.2-14.1 14-14.1zM440.4 482H321.3c-7.8 0-14.1-6.3-14.1-14.1v-43.1l147.3-46.2V468c0 7.7-6.3 14-14.1 14z" class="st2"/>
|
|
26
23
|
</svg>
|
|
@@ -1,28 +1,24 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
<path d="
|
|
10
|
-
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
<
|
|
17
|
-
<
|
|
18
|
-
<
|
|
19
|
-
|
|
20
|
-
<
|
|
21
|
-
<stop stop-color="#
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<clipPath id="clip0_4088_33979">
|
|
25
|
-
<rect width="34" height="34" fill="white" transform="translate(0.5)"/>
|
|
26
|
-
</clipPath>
|
|
27
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" 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="255.566" x2="255.566" y1="450.905" y2="268.707" 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="M108.7 360.9c42.4-1.9 85.7 15.1 115.7 45.5 27.5 27.9 64.2 43.7 103.3 44.5 79.7 1.8 149.8-62.9 154.1-141.6-33.9 50.2-91.7 83.1-154.7 81.7-46.9-1-91-20-124-53.4-24.2-24.5-58.9-38.1-93-36.6-31.3 1.4-59.8-10.5-80.5-32.2l-.2 16.2c.6 2.4 1.1 7.1 1.3 9.6 3.8 36.1 36 68.2 78 66.3z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="256.126" x2="256.126" y1="360.949" y2="61.094" 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="M30.7 204.6c3.8 36 35.9 68.2 78 66.3 42.4-1.9 85.7 15 115.7 45.5 27.5 27.9 64.2 43.7 103.3 44.5 80.7 1.8 152.8-65 154.3-147.2.7-37.9-17.7-76-47.8-99.5C391 80.4 326.1 61.1 256.1 61.1c-82.9 0-159.2 27.6-199.2 72-19.8 22-28.8 46.7-26.2 71.5z"/>
|
|
15
|
+
<path d="M452.7 90.5c-48.4-37.8-120.1-59.4-196.5-59.4-78 0-169.5 24.2-221.5 81.9C10.1 140.3-1.9 171.5.3 203.5c-.2.8 0 83.3 0 83.3-.3 3 2.1 20.7 2.5 22.2 10.6 47.1 53.9 84.3 107.3 81.9 34.1-1.6 68.9 12.1 93 36.6 33 33.4 77.1 52.4 124 53.4 95.5 2.1 179.5-74.8 184.7-170 .2-.9.3-1.9.3-2.8V214c-.1-51.8-23.6-95.5-59.4-123.5zm-125 360.4c-39.1-.9-75.8-16.7-103.3-44.5-30-30.4-73.3-47.4-115.7-45.5-42 1.9-74.2-30.2-78-66.3-.3-2.5-.8-7.2-1.3-9.6l.2-16.3c20.7 21.6 49.3 33.6 80.5 32.2 34.1-1.6 68.9 12.1 93 36.6 33 33.4 77.1 52.4 124 53.4 63 1.4 120.8-31.5 154.7-81.7-4.3 78.7-74.4 143.4-154.1 141.7zM482 213.7c-1.4 82.2-73.5 149-154.3 147.2-39.1-.9-75.8-16.7-103.3-44.5-30.1-30.4-73.3-47.4-115.7-45.5-42.1 1.9-74.2-30.3-78-66.3C28.1 179.8 37.2 155 57 133c39.9-44.4 116.3-72 199.2-72 69.9 0 134.9 19.4 178.1 53.1 30 23.6 48.3 61.7 47.7 99.6z" class="st2"/>
|
|
16
|
+
<path d="M415.8 137.8c-37.5-29.3-97.2-46.7-159.7-46.7-73.7 0-143.1 24.2-176.8 61.7-14.2 15.8-20.6 32.2-18.8 48.8 2.2 21.1 20.9 40.2 46.8 39.5 56.5-1.6 104.5 20 138.5 54.4 37.8 38.3 83.7 35.4 84.9 35.7h.2c63.9 0 117.5-53.5 120.1-117.5v-.4c.5-29.3-13-58.1-35.2-75.5zM331 301c-.7-.1-35.8 1.7-63.9-26.7-71.5-72.4-158.4-62.2-165.7-63.6-5.2-1-10.5-6.9-11-12.3-.8-7.7 3-16.3 11.3-25.6 27.8-30.9 89.9-51.7 154.5-51.7 56 0 108.8 15.1 141.2 40.4 14.9 11.6 24 31.2 23.7 51-2.1 47.9-43.3 88.4-90.1 88.5z" class="st2"/>
|
|
17
|
+
<path d="M331.1 181c-33.6 0-60 19.8-60 45s26.3 45 60 45 60-19.8 60-45-26.4-45-60-45zm0 60c-18.3 0-30-8.9-30-15s11.7-15 30-15 30 8.9 30 15-11.7 15-30 15z" class="st2"/>
|
|
18
|
+
<ellipse cx="331.1" cy="226" fill="#FFFFFF" rx="30" ry="15"/>
|
|
19
|
+
<linearGradient id="SVGID_3_" x1="255.628" x2="255.628" y1="300.979" y2="121.065" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop offset="0" stop-color="#F37C1C"/>
|
|
21
|
+
<stop offset="1" stop-color="#FCC191"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<path fill="url(#SVGID_3_)" d="M397.3 161.5c-32.4-25.3-85.2-40.4-141.2-40.4-63.6 0-124.7 20.1-153.1 50.3l-10.7 15.5c-1.7 4-2.3 7.8-1.9 11.5.6 5.4 5.8 11.3 11 12.3 7.3 1.4 94.2-8.8 165.7 63.6 28.1 28.5 63.2 26.6 63.9 26.7 46.8-.1 88-40.6 90.1-88.5.2-19.9-8.8-39.4-23.8-51zM331.1 271c-33.6 0-60-19.8-60-45s26.3-45 60-45c33.6 0 60 19.8 60 45s-26.4 45-60 45z"/>
|
|
28
24
|
</svg>
|
|
@@ -1,22 +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
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" x="0" y="0" enable-background="new 0 0 683 512" version="1.1" viewBox="0 0 683 512" xml:space="preserve">
|
|
2
|
+
<style>
|
|
3
|
+
.st2{fill:#1d1d1d}
|
|
4
|
+
</style>
|
|
5
|
+
<linearGradient id="SVGID_1_" x1="235.9" x2="235.9" y1="481.4" y2="242.8" 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="M269.2 317.8h116.6v-75H216.7v.1h-29.1v-.1h-79.3v57.9c0 31.5 0 38-.1 38.8-.1.1-.1.2-.1.4L86 481.4h124.9l-23.2-147.6c-.1-.2-.1-.3-.1-.4-.1-.4-.1-2.6-.1-15.4h81.7v-.2z"/>
|
|
10
|
+
<linearGradient id="SVGID_2_" x1="307.099" x2="307.099" y1="163.4" y2="30.7" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop offset="0" stop-color="#EFC530"/>
|
|
12
|
+
<stop offset="1" stop-color="#FCEDB6"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M380.9 30.7H233.3c-1.7 0-3.3.7-4.4 1.9-1.2 1.2-1.7 2.8-1.6 4.5 3.6 45.7 25.6 116.9 71.8 125.5 2.7.5 5.4.8 8.1.8s5.4-.3 8.1-.8h.2c18.5-3.6 35.3-18.5 48.6-43.2 12.3-22.8 20.4-52.1 22.8-82.3.1-1.6-.5-3.3-1.6-4.5-1.1-1.2-2.7-1.9-4.4-1.9z"/>
|
|
15
|
+
<path d="M489.8 266.5h-76.4v-22.7c0-15.8-12.8-28.6-28.6-28.6h-42.5v-33.3l1.5-.9c14-7.9 26.5-20.1 37.2-36.2 18.4-27.6 30.2-65.1 33.4-105.6.7-9.3-2.5-18.6-8.8-25.4C399.2 6.9 390.2 3 380.9 3H233.3C224 3 215 6.9 208.6 13.8c-6.3 6.9-9.5 16.1-8.8 25.4 3.2 40.5 15 78 33.4 105.6 10.8 16.1 23.3 28.3 37.2 36.2l1.5.9v33.3H108.5c-15.4 0-27.9 12.5-27.9 27.9v93.7L58.8 476.7c-1.3 8.1 1.1 16.3 6.4 22.5S28.3 509 36.4 509h174.1c8.2 0 15.9-3.6 21.2-9.8 5.3-6.2 7.6-14.4 6.4-22.5l-20.6-131.3H293.4l.4 28.9c0 2.8.9 5.4 2.5 7.7l37.1 53.5c4.3 6.3 13 7.8 19.2 3.5 6.3-4.3 7.8-13 3.5-19.2l-34.7-50-.3-24.3h63.7c15.8 0 28.6-12.8 28.6-28.6v-22.7h76.4c7.6 0 13.8-6.2 13.8-13.8 0-7.7-6.2-13.9-13.8-13.9zM227.3 37.1c-.1-1.7.4-3.3 1.6-4.5 1.1-1.2 2.7-1.9 4.4-1.9h147.6c1.7 0 3.3.7 4.4 1.9 1.1 1.2 1.7 2.9 1.6 4.5-2.4 30.2-10.5 59.5-22.8 82.3-13.3 24.7-30.1 39.6-48.6 43.2h-.2c-2.7.5-5.4.8-8.1.8s-5.4-.3-8.1-.8c-46.2-8.6-68.2-79.8-71.8-125.5zm87.3 153.6v24.4h-15v-24.4l3.2.2c2.8.2 5.9.2 8.7 0l3.1-.2zm71.1 127.1H269.2v.2h-81.7c0 12.8 0 15 .1 15.4 0 .1 0 .2.1.4l23.2 147.6H86l22.1-141.5c0-.2 0-.3.1-.4.1-.8.1-7.3.1-38.8v-57.9h79.3v.1h29.1v-.1h169.1v75h-.1z" class="st2"/>
|
|
16
|
+
<circle cx="545.5" cy="247.5" r="15" class="st2"/>
|
|
17
|
+
<circle cx="545.5" cy="307.5" r="15" class="st2"/>
|
|
18
|
+
<circle cx="605.5" cy="337.5" r="15" class="st2"/>
|
|
19
|
+
<circle cx="605.5" cy="277.5" r="15" class="st2"/>
|
|
20
|
+
<circle cx="605.5" cy="217.5" r="15" class="st2"/>
|
|
22
21
|
</svg>
|