@meteocons/svg 3.0.0-next.1 → 3.0.0-next.2
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/fill/grid-eco.svg +31 -0
- package/fill/grid-export.svg +26 -0
- package/fill/grid-import.svg +26 -0
- package/fill/grid-price-low.svg +27 -0
- package/fill/grid-solar.svg +43 -0
- package/fill/solar-panel-alert.svg +32 -0
- package/fill/solar-panel-battery-charging.svg +31 -0
- package/fill/solar-panel-battery-empty.svg +31 -0
- package/fill/solar-panel-battery-full.svg +31 -0
- package/fill/solar-panel-battery-half.svg +31 -0
- package/fill/solar-panel-battery-low.svg +31 -0
- package/fill/solar-panel-cloudy.svg +21 -0
- package/fill/solar-panel-day.svg +31 -0
- package/fill/solar-panel-high.svg +19 -0
- package/fill/solar-panel-low.svg +17 -0
- package/fill/solar-panel-medium.svg +18 -0
- package/fill/solar-panel-night.svg +21 -0
- package/fill/solar-panel.svg +14 -0
- package/flat/grid-eco.svg +23 -0
- package/flat/grid-export.svg +22 -0
- package/flat/grid-import.svg +22 -0
- package/flat/grid-price-low.svg +23 -0
- package/flat/grid-solar.svg +35 -0
- package/flat/solar-panel-alert.svg +24 -0
- package/flat/solar-panel-battery-charging.svg +27 -0
- package/flat/solar-panel-battery-empty.svg +27 -0
- package/flat/solar-panel-battery-full.svg +27 -0
- package/flat/solar-panel-battery-half.svg +27 -0
- package/flat/solar-panel-battery-low.svg +27 -0
- package/flat/solar-panel-cloudy.svg +23 -0
- package/flat/solar-panel-day.svg +33 -0
- package/flat/solar-panel-high.svg +13 -0
- package/flat/solar-panel-low.svg +11 -0
- package/flat/solar-panel-medium.svg +12 -0
- package/flat/solar-panel-night.svg +23 -0
- package/flat/solar-panel.svg +8 -0
- package/line/grid-eco.svg +23 -0
- package/line/grid-export.svg +22 -0
- package/line/grid-import.svg +22 -0
- package/line/grid-price-low.svg +23 -0
- package/line/grid-solar.svg +35 -0
- package/line/solar-panel-alert.svg +24 -0
- package/line/solar-panel-battery-charging.svg +27 -0
- package/line/solar-panel-battery-empty.svg +27 -0
- package/line/solar-panel-battery-full.svg +27 -0
- package/line/solar-panel-battery-half.svg +27 -0
- package/line/solar-panel-battery-low.svg +27 -0
- package/line/solar-panel-cloudy.svg +23 -0
- package/line/solar-panel-day.svg +33 -0
- package/line/solar-panel-high.svg +13 -0
- package/line/solar-panel-low.svg +11 -0
- package/line/solar-panel-medium.svg +12 -0
- package/line/solar-panel-night.svg +23 -0
- package/line/solar-panel.svg +8 -0
- package/manifest.json +96 -0
- package/monochrome/grid-eco.svg +23 -0
- package/monochrome/grid-export.svg +22 -0
- package/monochrome/grid-import.svg +22 -0
- package/monochrome/grid-price-low.svg +23 -0
- package/monochrome/grid-solar.svg +35 -0
- package/monochrome/solar-panel-alert.svg +23 -0
- package/monochrome/solar-panel-battery-charging.svg +26 -0
- package/monochrome/solar-panel-battery-empty.svg +26 -0
- package/monochrome/solar-panel-battery-full.svg +26 -0
- package/monochrome/solar-panel-battery-half.svg +26 -0
- package/monochrome/solar-panel-battery-low.svg +26 -0
- package/monochrome/solar-panel-cloudy.svg +22 -0
- package/monochrome/solar-panel-day.svg +32 -0
- package/monochrome/solar-panel-high.svg +12 -0
- package/monochrome/solar-panel-low.svg +10 -0
- package/monochrome/solar-panel-medium.svg +11 -0
- package/monochrome/solar-panel-night.svg +22 -0
- package/monochrome/solar-panel.svg +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-battery-charging" clip-path="url(#clip0_3086_22911)">
|
|
3
|
+
<g id="Mask group">
|
|
4
|
+
<mask id="mask0_3086_22911" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
5
|
+
<path id="Battery Mask" fill-rule="evenodd" clip-rule="evenodd" d="M128 128H0V0H128V128ZM78 67C76.963 67 76.0183 67.3947 75.3076 68.042C72.3202 68.3854 70 70.9206 70 74V86C70 89.3137 72.6863 92 76 92H82C85.3137 92 88 89.3137 88 86V74C88 70.9202 85.6793 68.385 82.6914 68.042C81.9808 67.395 81.0367 67 80 67H78Z" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_3086_22911)">
|
|
8
|
+
<g id="Solar Panel">
|
|
9
|
+
<rect id="Panel" x="44" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
10
|
+
<path id="Lines" d="M45 55.5263H77M45 71.2632H77M61 41L61 87" stroke="#304878" stroke-width="2"/>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Battery">
|
|
15
|
+
<g id="Shell">
|
|
16
|
+
<path d="M82 88V89H76V88H82ZM84 86V74C84 72.8954 83.1046 72 82 72H76C74.8954 72 74 72.8954 74 74V86C74 87.1046 74.8954 88 76 88V89C74.3949 89 73.0842 87.7394 73.0039 86.1543L73 86V74C73 72.3431 74.3431 71 76 71H82C83.6569 71 85 72.3431 85 74V86L84.9961 86.1543C84.9158 87.7394 83.6051 89 82 89V88C83.1046 88 84 87.1046 84 86Z" fill="#16A34A"/>
|
|
17
|
+
<path d="M77 71C77 70.4477 77.4477 70 78 70H80C80.5523 70 81 70.4477 81 71H77Z" fill="#16A34A"/>
|
|
18
|
+
</g>
|
|
19
|
+
<path id="Level" fill-rule="evenodd" clip-rule="evenodd" d="M82 73C82.5523 73 83 73.4477 83 74V86C83 86.5523 82.5523 87 82 87H76C75.4477 87 75 86.5523 75 86V74C75 73.4477 75.4477 73 76 73H82ZM76 80.9092H78L77 85L82 79.2725H79L81 76H78L76 80.9092Z" fill="#16A34A"><animate attributeName="opacity" values="0.5;1;0.5" dur="2s" begin="0s" repeatCount="indefinite" calcMode="spline" keySplines=".42 0 .58 1; .42 0 .58 1"/></path>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<clipPath id="clip0_3086_22911">
|
|
24
|
+
<rect width="128" height="128" fill="white"/>
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-battery-empty" clip-path="url(#clip0_3086_22891)">
|
|
3
|
+
<g id="Mask group">
|
|
4
|
+
<mask id="mask0_3086_22891" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
5
|
+
<path id="Battery Mask" fill-rule="evenodd" clip-rule="evenodd" d="M128 128H0V0H128V128ZM78 67C76.963 67 76.0183 67.3947 75.3076 68.042C72.3202 68.3854 70 70.9206 70 74V86C70 89.3137 72.6863 92 76 92H82C85.3137 92 88 89.3137 88 86V74C88 70.9202 85.6793 68.385 82.6914 68.042C81.9808 67.395 81.0367 67 80 67H78Z" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_3086_22891)">
|
|
8
|
+
<g id="Solar Panel">
|
|
9
|
+
<rect id="Panel" x="44" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
10
|
+
<path id="Lines" d="M45 55.5263H77M45 71.2632H77M61 41L61 87" stroke="#304878" stroke-width="2"/>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Battery">
|
|
15
|
+
<g id="Shell">
|
|
16
|
+
<path d="M82 88V89H76V88H82ZM84 86V74C84 72.8954 83.1046 72 82 72H76C74.8954 72 74 72.8954 74 74V86C74 87.1046 74.8954 88 76 88V89C74.3949 89 73.0842 87.7394 73.0039 86.1543L73 86V74C73 72.3431 74.3431 71 76 71H82C83.6569 71 85 72.3431 85 74V86L84.9961 86.1543C84.9158 87.7394 83.6051 89 82 89V88C83.1046 88 84 87.1046 84 86Z" fill="#DC2626"/>
|
|
17
|
+
<path d="M77 71C77 70.4477 77.4477 70 78 70H80C80.5523 70 81 70.4477 81 71H77Z" fill="#DC2626"/>
|
|
18
|
+
</g>
|
|
19
|
+
<rect id="Level" x="75" y="86" width="8" height="1" rx="0.5" fill="#DC2626"/>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<clipPath id="clip0_3086_22891">
|
|
24
|
+
<rect width="128" height="128" fill="white"/>
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-battery-full" clip-path="url(#clip0_3086_22906)">
|
|
3
|
+
<g id="Mask group">
|
|
4
|
+
<mask id="mask0_3086_22906" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
5
|
+
<path id="Battery Mask" fill-rule="evenodd" clip-rule="evenodd" d="M128 128H0V0H128V128ZM78 67C76.963 67 76.0183 67.3947 75.3076 68.042C72.3202 68.3854 70 70.9206 70 74V86C70 89.3137 72.6863 92 76 92H82C85.3137 92 88 89.3137 88 86V74C88 70.9202 85.6793 68.385 82.6914 68.042C81.9808 67.395 81.0367 67 80 67H78Z" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_3086_22906)">
|
|
8
|
+
<g id="Solar Panel">
|
|
9
|
+
<rect id="Panel" x="44" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
10
|
+
<path id="Lines" d="M45 55.5263H77M45 71.2632H77M61 41L61 87" stroke="#304878" stroke-width="2"/>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Battery">
|
|
15
|
+
<g id="Shell">
|
|
16
|
+
<path d="M82 88V89H76V88H82ZM84 86V74C84 72.8954 83.1046 72 82 72H76C74.8954 72 74 72.8954 74 74V86C74 87.1046 74.8954 88 76 88V89C74.3949 89 73.0842 87.7394 73.0039 86.1543L73 86V74C73 72.3431 74.3431 71 76 71H82C83.6569 71 85 72.3431 85 74V86L84.9961 86.1543C84.9158 87.7394 83.6051 89 82 89V88C83.1046 88 84 87.1046 84 86Z" fill="#16A34A"/>
|
|
17
|
+
<path d="M77 71C77 70.4477 77.4477 70 78 70H80C80.5523 70 81 70.4477 81 71H77Z" fill="#16A34A"/>
|
|
18
|
+
</g>
|
|
19
|
+
<rect id="Level" x="75" y="73" width="8" height="14" rx="1" fill="#16A34A"/>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<clipPath id="clip0_3086_22906">
|
|
24
|
+
<rect width="128" height="128" fill="white"/>
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-battery-half" clip-path="url(#clip0_3086_22901)">
|
|
3
|
+
<g id="Mask group">
|
|
4
|
+
<mask id="mask0_3086_22901" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
5
|
+
<path id="Battery Mask" fill-rule="evenodd" clip-rule="evenodd" d="M128 128H0V0H128V128ZM78 67C76.963 67 76.0183 67.3947 75.3076 68.042C72.3202 68.3854 70 70.9206 70 74V86C70 89.3137 72.6863 92 76 92H82C85.3137 92 88 89.3137 88 86V74C88 70.9202 85.6793 68.385 82.6914 68.042C81.9808 67.395 81.0367 67 80 67H78Z" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_3086_22901)">
|
|
8
|
+
<g id="Solar Panel">
|
|
9
|
+
<rect id="Panel" x="44" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
10
|
+
<path id="Lines" d="M45 55.5263H77M45 71.2632H77M61 41L61 87" stroke="#304878" stroke-width="2"/>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Battery">
|
|
15
|
+
<g id="Shell">
|
|
16
|
+
<path d="M82 88V89H76V88H82ZM84 86V74C84 72.8954 83.1046 72 82 72H76C74.8954 72 74 72.8954 74 74V86C74 87.1046 74.8954 88 76 88V89C74.3949 89 73.0842 87.7394 73.0039 86.1543L73 86V74C73 72.3431 74.3431 71 76 71H82C83.6569 71 85 72.3431 85 74V86L84.9961 86.1543C84.9158 87.7394 83.6051 89 82 89V88C83.1046 88 84 87.1046 84 86Z" fill="#F8AF18"/>
|
|
17
|
+
<path d="M77 71C77 70.4477 77.4477 70 78 70H80C80.5523 70 81 70.4477 81 71H77Z" fill="#F8AF18"/>
|
|
18
|
+
</g>
|
|
19
|
+
<rect id="Level" x="75" y="77" width="8" height="10" rx="1" fill="#F8AF18"/>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<clipPath id="clip0_3086_22901">
|
|
24
|
+
<rect width="128" height="128" fill="white"/>
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-battery-low" clip-path="url(#clip0_3086_22896)">
|
|
3
|
+
<g id="Mask group">
|
|
4
|
+
<mask id="mask0_3086_22896" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
5
|
+
<path id="Battery Mask" fill-rule="evenodd" clip-rule="evenodd" d="M128 128H0V0H128V128ZM78 67C76.963 67 76.0183 67.3947 75.3076 68.042C72.3202 68.3854 70 70.9206 70 74V86C70 89.3137 72.6863 92 76 92H82C85.3137 92 88 89.3137 88 86V74C88 70.9202 85.6793 68.385 82.6914 68.042C81.9808 67.395 81.0367 67 80 67H78Z" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_3086_22896)">
|
|
8
|
+
<g id="Solar Panel">
|
|
9
|
+
<rect id="Panel" x="44" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
10
|
+
<path id="Lines" d="M45 55.5263H77M45 71.2632H77M61 41L61 87" stroke="#304878" stroke-width="2"/>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
<g id="Battery">
|
|
15
|
+
<g id="Shell">
|
|
16
|
+
<path d="M82 88V89H76V88H82ZM84 86V74C84 72.8954 83.1046 72 82 72H76C74.8954 72 74 72.8954 74 74V86C74 87.1046 74.8954 88 76 88V89C74.3949 89 73.0842 87.7394 73.0039 86.1543L73 86V74C73 72.3431 74.3431 71 76 71H82C83.6569 71 85 72.3431 85 74V86L84.9961 86.1543C84.9158 87.7394 83.6051 89 82 89V88C83.1046 88 84 87.1046 84 86Z" fill="#F8AF18"/>
|
|
17
|
+
<path d="M77 71C77 70.4477 77.4477 70 78 70H80C80.5523 70 81 70.4477 81 71H77Z" fill="#F8AF18"/>
|
|
18
|
+
</g>
|
|
19
|
+
<rect id="Level" x="75" y="83" width="8" height="4" rx="1" fill="#F8AF18"/>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<clipPath id="clip0_3086_22896">
|
|
24
|
+
<rect width="128" height="128" fill="white"/>
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-cloudy" clip-path="url(#clip0_3086_22933)">
|
|
3
|
+
<g id="Mask group">
|
|
4
|
+
<mask id="mask0_3086_22933" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
5
|
+
<path id="Solar Panel Mask" fill-rule="evenodd" clip-rule="evenodd" d="M128 128H0V0H128V128ZM52 35C46.4772 35 42 39.4772 42 45V83C42 88.5229 46.4772 93 52 93H76C81.5228 93 86 88.5228 86 83V45C86 39.4771 81.5228 35 76 35H52Z" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_3086_22933)">
|
|
8
|
+
<g id="Cloud">
|
|
9
|
+
<path id="Cloud_2" d="M93.1943 41.5621C94.3665 37.05 91.7602 32.4225 87.5043 30.7133C83.1919 28.9813 77.9612 30.4743 75.4186 34.423C73.2648 33.1797 70.496 33.2496 68.4119 34.609C66.3808 35.934 65.2434 38.372 65.675 40.7789C62.2998 41.3911 59.6874 44.4688 60.0307 47.9561C60.3748 51.4511 63.5394 54.0008 66.9767 54C75.8126 54 84.6514 53.9925 93.4884 54C96.9105 54 100 51.2849 100 47.774C100 44.1428 96.7209 41.4142 93.1943 41.5621Z" fill="#E6EFFC"/>
|
|
10
|
+
<animateTransform attributeName="transform" type="translate" values="0 0;0 -3;0 0" dur="3s" begin="0s" repeatCount="indefinite" calcMode="spline" keySplines=".42 0 .58 1; .42 0 .58 1"/></g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
<g id="Solar Panel">
|
|
14
|
+
<rect id="Panel" x="47" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
15
|
+
<path id="Lines" d="M48 55.5263H80M48 71.2632H80M64 41L64 87" stroke="#304878" stroke-width="2"/>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id="clip0_3086_22933">
|
|
20
|
+
<rect width="128" height="128" fill="white"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-day" clip-path="url(#clip0_3086_22927)">
|
|
3
|
+
<g id="Mask group">
|
|
4
|
+
<mask id="mask0_3086_22927" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
5
|
+
<path id="Solar Panel Mask" fill-rule="evenodd" clip-rule="evenodd" d="M128 128H0V0H128V128ZM52 35C46.4772 35 42 39.4772 42 45V83C42 88.5229 46.4772 93 52 93H76C81.5228 93 86 88.5228 86 83V45C86 39.4771 81.5228 35 76 35H52Z" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_3086_22927)">
|
|
8
|
+
<g id="Sun">
|
|
9
|
+
<circle id="Core" cx="79" cy="42" r="9" fill="#F8AF18"/>
|
|
10
|
+
<g id="Rays">
|
|
11
|
+
<path d="M77.6875 22.3125C77.6875 21.5876 78.2751 21 79 21C79.7249 21 80.3125 21.5876 80.3125 22.3125V28.4375C80.3125 29.1624 79.7249 29.75 79 29.75C78.2751 29.75 77.6875 29.1624 77.6875 28.4375V22.3125Z" fill="#F8AF18"/>
|
|
12
|
+
<path d="M91.9931 27.1508C92.5056 26.6382 93.3367 26.6382 93.8492 27.1508C94.3618 27.6633 94.3618 28.4943 93.8492 29.0069L89.5182 33.3379C89.0056 33.8505 88.1746 33.8505 87.6621 33.3379C87.1495 32.8254 87.1495 31.9943 87.6621 31.4818L91.9931 27.1508Z" fill="#F8AF18"/>
|
|
13
|
+
<path d="M98.6875 40.6875C99.4124 40.6875 100 41.2751 100 42C100 42.7249 99.4124 43.3125 98.6875 43.3125H92.5625C91.8376 43.3125 91.25 42.7249 91.25 42C91.25 41.2751 91.8376 40.6875 92.5625 40.6875H98.6875Z" fill="#F8AF18"/>
|
|
14
|
+
<path d="M93.8492 54.9931C94.3618 55.5056 94.3618 56.3367 93.8492 56.8492C93.3367 57.3618 92.5056 57.3618 91.9931 56.8492L87.6621 52.5182C87.1495 52.0057 87.1495 51.1746 87.6621 50.6621C88.1746 50.1495 89.0057 50.1495 89.5182 50.6621L93.8492 54.9931Z" fill="#F8AF18"/>
|
|
15
|
+
<path d="M77.6875 55.5625C77.6875 54.8376 78.2751 54.25 79 54.25C79.7249 54.25 80.3125 54.8376 80.3125 55.5625V61.6875C80.3125 62.4124 79.7249 63 79 63C78.2751 63 77.6875 62.4124 77.6875 61.6875V55.5625Z" fill="#F8AF18"/>
|
|
16
|
+
<path d="M68.4818 50.6621C68.9943 50.1495 69.8254 50.1495 70.3379 50.6621C70.8505 51.1746 70.8505 52.0056 70.3379 52.5182L66.0069 56.8492C65.4943 57.3618 64.6633 57.3618 64.1508 56.8492C63.6382 56.3367 63.6382 55.5056 64.1508 54.9931L68.4818 50.6621Z" fill="#F8AF18"/>
|
|
17
|
+
<path d="M65.4375 40.6875C66.1624 40.6875 66.75 41.2751 66.75 42C66.75 42.7249 66.1624 43.3125 65.4375 43.3125H59.3125C58.5876 43.3125 58 42.7249 58 42C58 41.2751 58.5876 40.6875 59.3125 40.6875H65.4375Z" fill="#F8AF18"/>
|
|
18
|
+
<path d="M70.3379 31.4818C70.8505 31.9943 70.8505 32.8254 70.3379 33.3379C69.8254 33.8505 68.9944 33.8505 68.4818 33.3379L64.1508 29.0069C63.6382 28.4943 63.6382 27.6633 64.1508 27.1508C64.6633 26.6382 65.4944 26.6382 66.0069 27.1508L70.3379 31.4818Z" fill="#F8AF18"/>
|
|
19
|
+
<animateTransform attributeName="transform" type="rotate" values="0 79.0 42.0;360 79.0 42.0" dur="6s" begin="0s" repeatCount="indefinite"/></g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
<g id="Solar Panel">
|
|
24
|
+
<rect id="Panel" x="47" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
25
|
+
<path id="Lines" d="M48 55.5263H80M48 71.2632H80M64 41L64 87" stroke="#304878" stroke-width="2"/>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
<defs>
|
|
29
|
+
<clipPath id="clip0_3086_22927">
|
|
30
|
+
<rect width="128" height="128" fill="white"/>
|
|
31
|
+
</clipPath>
|
|
32
|
+
</defs>
|
|
33
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-high">
|
|
3
|
+
<g id="Solar Panel">
|
|
4
|
+
<rect id="Panel" x="39" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
5
|
+
<path id="Lines" d="M40 55.5263H72M40 71.2632H72M56 41L56 87" stroke="#304878" stroke-width="2"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g id="Solar Level">
|
|
8
|
+
<path id="Level 1" d="M87 87V89H83V87H87ZM88 86V82C88 81.4477 87.5523 81 87 81H83C82.4477 81 82 81.4477 82 82V86C82 86.5523 82.4477 87 83 87V89C81.3949 89 80.0842 87.7394 80.0039 86.1543L80 86V82C80 80.3431 81.3431 79 83 79H87L87.1543 79.0039C88.7394 79.0842 90 80.3949 90 82V86L89.9961 86.1543C89.9184 87.6883 88.6883 88.9184 87.1543 88.9961L87 89V87C87.5523 87 88 86.5523 88 86Z" fill="#F8AF18"/>
|
|
9
|
+
<path id="Level 2" d="M87 74V76H83V74H87ZM88 73V69C88 68.4477 87.5523 68 87 68H83C82.4477 68 82 68.4477 82 69V73C82 73.5523 82.4477 74 83 74V76C81.3949 76 80.0842 74.7394 80.0039 73.1543L80 73V69C80 67.3431 81.3431 66 83 66H87L87.1543 66.0039C88.7394 66.0842 90 67.3949 90 69V73L89.9961 73.1543C89.9184 74.6883 88.6883 75.9184 87.1543 75.9961L87 76V74C87.5523 74 88 73.5523 88 73Z" fill="#F8AF18"/>
|
|
10
|
+
<path id="Level 3" d="M87 61V63H83V61H87ZM88 60V56C88 55.4477 87.5523 55 87 55H83C82.4477 55 82 55.4477 82 56V60C82 60.5523 82.4477 61 83 61V63C81.3949 63 80.0842 61.7394 80.0039 60.1543L80 60V56C80 54.3431 81.3431 53 83 53H87L87.1543 53.0039C88.7394 53.0842 90 54.3949 90 56V60L89.9961 60.1543C89.9184 61.6883 88.6883 62.9184 87.1543 62.9961L87 63V61C87.5523 61 88 60.5523 88 60Z" fill="#F8AF18"/>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-low">
|
|
3
|
+
<g id="Solar Panel">
|
|
4
|
+
<rect id="Panel" x="39" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
5
|
+
<path id="Lines" d="M40 55.5263H72M40 71.2632H72M56 41L56 87" stroke="#304878" stroke-width="2"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g id="Solar Level">
|
|
8
|
+
<path id="Level 1" d="M87 87V89H83V87H87ZM88 86V82C88 81.4477 87.5523 81 87 81H83C82.4477 81 82 81.4477 82 82V86C82 86.5523 82.4477 87 83 87V89C81.3949 89 80.0842 87.7394 80.0039 86.1543L80 86V82C80 80.3431 81.3431 79 83 79H87L87.1543 79.0039C88.7394 79.0842 90 80.3949 90 82V86L89.9961 86.1543C89.9184 87.6883 88.6883 88.9184 87.1543 88.9961L87 89V87C87.5523 87 88 86.5523 88 86Z" fill="#F8AF18"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-medium">
|
|
3
|
+
<g id="Solar Panel">
|
|
4
|
+
<rect id="Panel" x="39" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
5
|
+
<path id="Lines" d="M40 55.5263H72M40 71.2632H72M56 41L56 87" stroke="#304878" stroke-width="2"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g id="Solar Level">
|
|
8
|
+
<path id="Level 1" d="M87 87V89H83V87H87ZM88 86V82C88 81.4477 87.5523 81 87 81H83C82.4477 81 82 81.4477 82 82V86C82 86.5523 82.4477 87 83 87V89C81.3949 89 80.0842 87.7394 80.0039 86.1543L80 86V82C80 80.3431 81.3431 79 83 79H87L87.1543 79.0039C88.7394 79.0842 90 80.3949 90 82V86L89.9961 86.1543C89.9184 87.6883 88.6883 88.9184 87.1543 88.9961L87 89V87C87.5523 87 88 86.5523 88 86Z" fill="#F8AF18"/>
|
|
9
|
+
<path id="Level 2" d="M87 74V76H83V74H87ZM88 73V69C88 68.4477 87.5523 68 87 68H83C82.4477 68 82 68.4477 82 69V73C82 73.5523 82.4477 74 83 74V76C81.3949 76 80.0842 74.7394 80.0039 73.1543L80 73V69C80 67.3431 81.3431 66 83 66H87L87.1543 66.0039C88.7394 66.0842 90 67.3949 90 69V73L89.9961 73.1543C89.9184 74.6883 88.6883 75.9184 87.1543 75.9961L87 76V74C87.5523 74 88 73.5523 88 73Z" fill="#F8AF18"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-night" clip-path="url(#clip0_3086_22930)">
|
|
3
|
+
<g id="Mask group">
|
|
4
|
+
<mask id="mask0_3086_22930" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
5
|
+
<path id="Solar Panel Mask" fill-rule="evenodd" clip-rule="evenodd" d="M128 128H0V0H128V128ZM52 35C46.4772 35 42 39.4772 42 45V83C42 88.5229 46.4772 93 52 93H76C81.5228 93 86 88.5228 86 83V45C86 39.4771 81.5228 35 76 35H52Z" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_3086_22930)">
|
|
8
|
+
<g id="Moon">
|
|
9
|
+
<path id="Moon_2" d="M77.766 29C71.1498 29.714 66 35.241 66 41.9586C66 49.1608 71.918 55 79.2177 55C85.371 55 90.5267 50.8459 92 45.2293C83.2173 46.171 75.4773 37.7199 77.766 29Z" fill="#72B9D5"/>
|
|
10
|
+
<animateTransform attributeName="transform" type="rotate" values="-6 79.0 42.0;6 79.0 42.0;-6 79.0 42.0" dur="3s" begin="0s" repeatCount="indefinite" calcMode="spline" keySplines=".42 0 .58 1; .42 0 .58 1"/></g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
<g id="Solar Panel">
|
|
14
|
+
<rect id="Panel" x="47" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
15
|
+
<path id="Lines" d="M48 55.5263H80M48 71.2632H80M64 41L64 87" stroke="#304878" stroke-width="2"/>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id="clip0_3086_22930">
|
|
20
|
+
<rect width="128" height="128" fill="white"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel">
|
|
3
|
+
<g id="Solar Panel">
|
|
4
|
+
<rect id="Panel" x="47" y="40" width="34" height="48" rx="5" stroke="#304878" stroke-width="2"/>
|
|
5
|
+
<path id="Lines" d="M48 55.5263H80M48 71.2632H80M64 41L64 87" stroke="#304878" stroke-width="2"/>
|
|
6
|
+
</g>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
package/manifest.json
CHANGED
|
@@ -2101,6 +2101,102 @@
|
|
|
2101
2101
|
}
|
|
2102
2102
|
]
|
|
2103
2103
|
},
|
|
2104
|
+
{
|
|
2105
|
+
"name": "Solar and Power",
|
|
2106
|
+
"slug": "solar-and-power",
|
|
2107
|
+
"icons": [
|
|
2108
|
+
{
|
|
2109
|
+
"slug": "solar-panel",
|
|
2110
|
+
"name": "solar-panel",
|
|
2111
|
+
"animated": false
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"slug": "solar-panel-day",
|
|
2115
|
+
"name": "solar-panel-day",
|
|
2116
|
+
"animated": true
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"slug": "solar-panel-night",
|
|
2120
|
+
"name": "solar-panel-night",
|
|
2121
|
+
"animated": true
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"slug": "solar-panel-cloudy",
|
|
2125
|
+
"name": "solar-panel-cloudy",
|
|
2126
|
+
"animated": true
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"slug": "solar-panel-low",
|
|
2130
|
+
"name": "solar-panel-low",
|
|
2131
|
+
"animated": false
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"slug": "solar-panel-medium",
|
|
2135
|
+
"name": "solar-panel-medium",
|
|
2136
|
+
"animated": false
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"slug": "solar-panel-high",
|
|
2140
|
+
"name": "solar-panel-high",
|
|
2141
|
+
"animated": false
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"slug": "solar-panel-alert",
|
|
2145
|
+
"name": "solar-panel-alert",
|
|
2146
|
+
"animated": true
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"slug": "solar-panel-battery-empty",
|
|
2150
|
+
"name": "solar-panel-battery-empty",
|
|
2151
|
+
"animated": false
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"slug": "solar-panel-battery-low",
|
|
2155
|
+
"name": "solar-panel-battery-low",
|
|
2156
|
+
"animated": false
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"slug": "solar-panel-battery-half",
|
|
2160
|
+
"name": "solar-panel-battery-half",
|
|
2161
|
+
"animated": false
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"slug": "solar-panel-battery-full",
|
|
2165
|
+
"name": "solar-panel-battery-full",
|
|
2166
|
+
"animated": false
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"slug": "solar-panel-battery-charging",
|
|
2170
|
+
"name": "solar-panel-battery-charging",
|
|
2171
|
+
"animated": true
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"slug": "grid-eco",
|
|
2175
|
+
"name": "grid-eco",
|
|
2176
|
+
"animated": true
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"slug": "grid-solar",
|
|
2180
|
+
"name": "grid-solar",
|
|
2181
|
+
"animated": true
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"slug": "grid-price-low",
|
|
2185
|
+
"name": "grid-price-low",
|
|
2186
|
+
"animated": false
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"slug": "grid-import",
|
|
2190
|
+
"name": "grid-import",
|
|
2191
|
+
"animated": true
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"slug": "grid-export",
|
|
2195
|
+
"name": "grid-export",
|
|
2196
|
+
"animated": true
|
|
2197
|
+
}
|
|
2198
|
+
]
|
|
2199
|
+
},
|
|
2104
2200
|
{
|
|
2105
2201
|
"name": "Thermometer",
|
|
2106
2202
|
"slug": "thermometer",
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="grid-eco" clip-path="url(#clip0_3086_23304)">
|
|
3
|
+
<g id="Grid">
|
|
4
|
+
<g id="Plug" clip-path="url(#clip1_3086_23304)">
|
|
5
|
+
<path id="Cable" d="M40 70.197C40.6627 70.197 41.0003 70.7254 41.0003 71.3772V73.7377C41.0003 76.9971 43.6868 80 47.0005 80H48.8003C49.4629 80 49.9999 80.3482 50 81C50 81.6519 49.463 82 48.8003 82H47.0005C42.3613 82 39 78.3009 39 73.7377V71.3563C39 70.7044 39.3373 70.197 40 70.197Z" fill="black"/>
|
|
6
|
+
<path id="Shell" d="M32 57C32 54.7909 33.7909 53 36 53H44C46.2091 53 48 54.7909 48 57V65C48 68.866 44.866 72 41 72H39C35.134 72 32 68.866 32 65V57Z" fill="black"/>
|
|
7
|
+
<g id="Connector">
|
|
8
|
+
<path d="M36 47C36 46.4477 36.4477 46 37 46C37.5523 46 38 46.4477 38 47V53H36V47Z" fill="black"/>
|
|
9
|
+
<path d="M42 47C42 46.4477 42.4477 46 43 46C43.5523 46 44 46.4477 44 47V53H42V47Z" fill="black"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
<path id="Vector" d="M75.228 81.6469C92.1076 79.7379 101.444 68.5292 92.6025 45C85.6716 49.9295 76.1982 53.1386 71.4419 59.7388C74.5542 62.5145 77.1227 65.588 77.8357 69.6044C82.1296 64.2845 86.8305 59.4411 89.3047 54.055C86.7687 66.9808 82.7937 71.8673 76.68 78.4741C76.2555 79.562 75.7708 80.6246 75.228 81.6568V81.6469ZM70.3774 82.9702C57.3002 79.7379 51.0562 70.1734 60.6436 53.1882C68.3916 60.771 82.0613 65.588 73.1413 81.5939C72.9632 81.9296 72.7642 82.2534 72.5455 82.5633C70.9406 74.6497 64.5306 68.3869 62.6489 61.7437C63.0852 72.5985 66.1648 75.7679 70.9341 83C70.7485 83 70.563 82.9802 70.3774 82.957V82.9702Z" fill="black"><animateTransform attributeName="transform" type="rotate" values="-3 76.6 64.0;3 76.6 64.0;-3 76.6 64.0" dur="3s" begin="0s" repeatCount="indefinite" calcMode="spline" keySplines=".42 0 .58 1; .42 0 .58 1"/></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="clip0_3086_23304">
|
|
17
|
+
<rect width="128" height="128" fill="white"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
<clipPath id="clip1_3086_23304">
|
|
20
|
+
<rect width="18" height="36" fill="white" transform="translate(32 46)"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="grid-export">
|
|
3
|
+
<g id="Plug" clip-path="url(#clip0_3088_23868)">
|
|
4
|
+
<path id="Cable" d="M44 70.197C44.6627 70.197 45.0003 70.7254 45.0003 71.3772V73.7377C45.0003 76.9971 47.6868 80 51.0005 80H52.8003C53.4629 80 53.9999 80.3482 54 81C54 81.6519 53.463 82 52.8003 82H51.0005C46.3613 82 43 78.3009 43 73.7377V71.3563C43 70.7044 43.3373 70.197 44 70.197Z" fill="black"/>
|
|
5
|
+
<path id="Shell" d="M36 57C36 54.7909 37.7909 53 40 53H48C50.2091 53 52 54.7909 52 57V65C52 68.866 48.866 72 45 72H43C39.134 72 36 68.866 36 65V57Z" fill="black"/>
|
|
6
|
+
<g id="Connector">
|
|
7
|
+
<path d="M40 47C40 46.4477 40.4477 46 41 46C41.5523 46 42 46.4477 42 47V53H40V47Z" fill="black"/>
|
|
8
|
+
<path d="M46 47C46 46.4477 46.4477 46 47 46C47.5523 46 48 46.4477 48 47V53H46V47Z" fill="black"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
<g id="Flow Arrows">
|
|
12
|
+
<path id="Arrow 3" d="M66.0026 57.3323C66.0009 57.6827 66.1401 58.0202 66.3914 58.2748L72.0838 63.999L66.3886 69.7241C66.1388 69.9797 65.9998 70.3167 65.9998 70.6668C65.9998 71.0169 66.1388 71.354 66.3886 71.6097C66.5086 71.7329 66.6537 71.8311 66.8151 71.8983C66.9764 71.9655 67.1505 72.0002 67.3265 72.0002C67.5024 72.0002 67.6765 71.9655 67.8378 71.8983C67.9992 71.8311 68.1444 71.7329 68.2643 71.6097L74.8968 64.943C75.1466 64.6873 75.2856 64.3503 75.2856 64.0002C75.2856 63.6501 75.1466 63.3131 74.8968 63.0574L68.2643 56.3907C68.1444 56.2675 67.9992 56.1693 67.8378 56.1021C67.6765 56.0349 67.5024 56.0002 67.3265 56.0002C67.1505 56.0002 66.9764 56.0349 66.8151 56.1021C66.6537 56.1693 66.5086 56.2675 66.3886 56.3907C66.1385 56.6456 66.0003 56.9827 66.0026 57.3323Z" fill="black"><animate attributeName="opacity" values="0;1;1;0" dur="1.5s" begin="0s" repeatCount="indefinite" keyTimes="0;0.15;0.85;1"/></path>
|
|
13
|
+
<path id="Arrow 2" d="M74.3603 57.3323C74.3585 57.6827 74.4977 58.0202 74.7491 58.2748L80.4415 63.999L74.7463 69.7241C74.4964 69.9797 74.3574 70.3167 74.3574 70.6668C74.3574 71.0169 74.4964 71.354 74.7463 71.6097C74.8662 71.7329 75.0114 71.8311 75.1728 71.8983C75.3341 71.9655 75.5082 72.0002 75.6841 72.0002C75.8601 72.0002 76.0341 71.9655 76.1955 71.8983C76.3568 71.8311 76.502 71.7329 76.622 71.6097L83.2545 64.943C83.5043 64.6873 83.6433 64.3503 83.6433 64.0002C83.6433 63.6501 83.5043 63.3131 83.2545 63.0574L76.622 56.3907C76.502 56.2675 76.3568 56.1693 76.1955 56.1021C76.0341 56.0349 75.8601 56.0002 75.6841 56.0002C75.5082 56.0002 75.3341 56.0349 75.1728 56.1021C75.0114 56.1693 74.8662 56.2675 74.7463 56.3907C74.4962 56.6456 74.358 56.9827 74.3603 57.3323Z" fill="black" opacity="0"><animate attributeName="opacity" values="0;1;1;0" dur="1.5s" begin="0.4s" repeatCount="indefinite" keyTimes="0;0.15;0.85;1"/></path>
|
|
14
|
+
<path id="Arrow 1" d="M82.718 57.3323C82.7162 57.6827 82.8554 58.0202 83.1067 58.2748L88.7992 63.999L83.1039 69.7241C82.8541 69.9797 82.7151 70.3167 82.7151 70.6668C82.7151 71.0169 82.8541 71.354 83.1039 71.6097C83.2239 71.7329 83.3691 71.8311 83.5304 71.8983C83.6918 71.9655 83.8658 72.0002 84.0418 72.0002C84.2177 72.0002 84.3918 71.9655 84.5532 71.8983C84.7145 71.8311 84.8597 71.7329 84.9797 71.6097L91.6121 64.943C91.862 64.6873 92.001 64.3503 92.001 64.0002C92.001 63.6501 91.862 63.3131 91.6121 63.0574L84.9797 56.3907C84.8597 56.2675 84.7145 56.1693 84.5532 56.1021C84.3918 56.0349 84.2177 56.0002 84.0418 56.0002C83.8658 56.0002 83.6918 56.0349 83.5304 56.1021C83.3691 56.1693 83.2239 56.2675 83.1039 56.3907C82.8539 56.6456 82.7157 56.9827 82.718 57.3323Z" fill="black" opacity="0"><animate attributeName="opacity" values="0;1;1;0" dur="1.5s" begin="0.8s" repeatCount="indefinite" keyTimes="0;0.15;0.85;1"/></path>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<defs>
|
|
18
|
+
<clipPath id="clip0_3088_23868">
|
|
19
|
+
<rect width="18" height="36" fill="white" transform="translate(36 46)"/>
|
|
20
|
+
</clipPath>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="grid-import">
|
|
3
|
+
<g id="Plug" clip-path="url(#clip0_3088_23865)">
|
|
4
|
+
<path id="Cable" d="M44 70.197C44.6627 70.197 45.0003 70.7254 45.0003 71.3772V73.7377C45.0003 76.9971 47.6868 80 51.0005 80H52.8003C53.4629 80 53.9999 80.3482 54 81C54 81.6519 53.463 82 52.8003 82H51.0005C46.3613 82 43 78.3009 43 73.7377V71.3563C43 70.7044 43.3373 70.197 44 70.197Z" fill="black"/>
|
|
5
|
+
<path id="Shell" d="M36 57C36 54.7909 37.7909 53 40 53H48C50.2091 53 52 54.7909 52 57V65C52 68.866 48.866 72 45 72H43C39.134 72 36 68.866 36 65V57Z" fill="black"/>
|
|
6
|
+
<g id="Connector">
|
|
7
|
+
<path d="M40 47C40 46.4477 40.4477 46 41 46C41.5523 46 42 46.4477 42 47V53H40V47Z" fill="black"/>
|
|
8
|
+
<path d="M46 47C46 46.4477 46.4477 46 47 46C47.5523 46 48 46.4477 48 47V53H46V47Z" fill="black"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
<g id="Flow Arrows">
|
|
12
|
+
<path id="Arrow 3" d="M91.9974 57.3323C91.9991 57.6827 91.8599 58.0202 91.6086 58.2748L85.9162 63.999L91.6114 69.7241C91.8612 69.9797 92.0002 70.3167 92.0002 70.6668C92.0002 71.0169 91.8612 71.354 91.6114 71.6097C91.4914 71.7329 91.3463 71.8311 91.1849 71.8983C91.0236 71.9655 90.8495 72.0002 90.6735 72.0002C90.4976 72.0002 90.3235 71.9655 90.1622 71.8983C90.0008 71.8311 89.8556 71.7329 89.7357 71.6097L83.1032 64.943C82.8534 64.6873 82.7144 64.3503 82.7144 64.0002C82.7144 63.6501 82.8534 63.3131 83.1032 63.0574L89.7357 56.3907C89.8556 56.2675 90.0008 56.1693 90.1622 56.1021C90.3235 56.0349 90.4976 56.0002 90.6735 56.0002C90.8495 56.0002 91.0236 56.0349 91.1849 56.1021C91.3463 56.1693 91.4914 56.2675 91.6114 56.3907C91.8615 56.6456 91.9996 56.9827 91.9974 57.3323Z" fill="black"><animate attributeName="opacity" values="0;1;1;0" dur="1.5s" begin="0s" repeatCount="indefinite" keyTimes="0;0.15;0.85;1"/></path>
|
|
13
|
+
<path id="Arrow 2" d="M83.6402 57.3323C83.642 57.6827 83.5027 58.0202 83.2514 58.2748L77.559 63.999L83.2542 69.7241C83.5041 69.9797 83.6431 70.3167 83.6431 70.6668C83.6431 71.0169 83.5041 71.354 83.2542 71.6097C83.1342 71.7329 82.9891 71.8311 82.8277 71.8983C82.6664 71.9655 82.4923 72.0002 82.3164 72.0002C82.1404 72.0002 81.9663 71.9655 81.805 71.8983C81.6437 71.8311 81.4985 71.7329 81.3785 71.6097L74.746 64.943C74.4962 64.6873 74.3572 64.3503 74.3572 64.0002C74.3572 63.6501 74.4962 63.3131 74.746 63.0574L81.3785 56.3907C81.4985 56.2675 81.6437 56.1693 81.805 56.1021C81.9663 56.0349 82.1404 56.0002 82.3164 56.0002C82.4923 56.0002 82.6664 56.0349 82.8277 56.1021C82.9891 56.1693 83.1342 56.2675 83.2542 56.3907C83.5043 56.6456 83.6425 56.9827 83.6402 57.3323Z" fill="black" opacity="0"><animate attributeName="opacity" values="0;1;1;0" dur="1.5s" begin="0.4s" repeatCount="indefinite" keyTimes="0;0.15;0.85;1"/></path>
|
|
14
|
+
<path id="Arrow 1" d="M75.283 57.3323C75.2848 57.6827 75.1456 58.0202 74.8943 58.2748L69.2018 63.999L74.897 69.7241C75.1469 69.9797 75.2859 70.3167 75.2859 70.6668C75.2859 71.0169 75.1469 71.354 74.897 71.6097C74.7771 71.7329 74.6319 71.8311 74.4706 71.8983C74.3092 71.9655 74.1351 72.0002 73.9592 72.0002C73.7832 72.0002 73.6092 71.9655 73.4478 71.8983C73.2865 71.8311 73.1413 71.7329 73.0213 71.6097L66.3889 64.943C66.139 64.6873 66 64.3503 66 64.0002C66 63.6501 66.139 63.3131 66.3889 63.0574L73.0213 56.3907C73.1413 56.2675 73.2865 56.1693 73.4478 56.1021C73.6092 56.0349 73.7832 56.0002 73.9592 56.0002C74.1351 56.0002 74.3092 56.0349 74.4706 56.1021C74.6319 56.1693 74.7771 56.2675 74.897 56.3907C75.1471 56.6456 75.2853 56.9827 75.283 57.3323Z" fill="black" opacity="0"><animate attributeName="opacity" values="0;1;1;0" dur="1.5s" begin="0.8s" repeatCount="indefinite" keyTimes="0;0.15;0.85;1"/></path>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<defs>
|
|
18
|
+
<clipPath id="clip0_3088_23865">
|
|
19
|
+
<rect width="18" height="36" fill="white" transform="translate(36 46)"/>
|
|
20
|
+
</clipPath>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="grid-price-low" clip-path="url(#clip0_3086_23308)">
|
|
3
|
+
<g id="Grid">
|
|
4
|
+
<g id="Plug" clip-path="url(#clip1_3086_23308)">
|
|
5
|
+
<path id="Cable" d="M52 70.197C52.6627 70.197 53.0003 70.7254 53.0003 71.3772V73.7377C53.0003 76.9971 55.6868 80 59.0005 80H60.8003C61.4629 80 61.9999 80.3482 62 81C62 81.6519 61.463 82 60.8003 82H59.0005C54.3613 82 51 78.3009 51 73.7377V71.3563C51 70.7044 51.3373 70.197 52 70.197Z" fill="black"/>
|
|
6
|
+
<path id="Shell" d="M44 57C44 54.7909 45.7909 53 48 53H56C58.2091 53 60 54.7909 60 57V65C60 68.866 56.866 72 53 72H51C47.134 72 44 68.866 44 65V57Z" fill="black"/>
|
|
7
|
+
<g id="Connector">
|
|
8
|
+
<path d="M48 47C48 46.4477 48.4477 46 49 46C49.5523 46 50 46.4477 50 47V53H48V47Z" fill="black"/>
|
|
9
|
+
<path d="M54 47C54 46.4477 54.4477 46 55 46C55.5523 46 56 46.4477 56 47V53H54V47Z" fill="black"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
<path id="Text" d="M80.6061 53.7751C78.2357 53.7751 76.6914 54.5872 75.9731 56.2115H84V58.8889H75.3535C75.3356 59.0495 75.3266 59.4333 75.3266 60.0402C75.3266 60.5935 75.3356 60.9505 75.3535 61.1111H84V63.7617H75.9192C76.6375 65.4395 78.1998 66.2784 80.6061 66.2784C81.6476 66.2784 82.7789 66.1267 84 65.8233V69.5716C82.7789 69.8572 81.5039 70 80.1751 70C77.9304 70 76.018 69.4556 74.4377 68.3668C72.8575 67.278 71.7531 65.743 71.1246 63.7617H68V61.1111H70.6397C70.6038 60.5042 70.5859 60.1473 70.5859 60.0402C70.5859 59.9509 70.6038 59.5672 70.6397 58.8889H68V56.2115H71.1515C71.78 54.2481 72.8844 52.722 74.4646 51.6332C76.0449 50.5444 77.9484 50 80.1751 50C81.3603 50 82.6352 50.1517 84 50.4552V54.1767C82.725 53.909 81.5937 53.7751 80.6061 53.7751Z" fill="black"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="clip0_3086_23308">
|
|
17
|
+
<rect width="128" height="128" fill="white"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
<clipPath id="clip1_3086_23308">
|
|
20
|
+
<rect width="18" height="36" fill="white" transform="translate(44 46)"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="grid-solar" clip-path="url(#clip0_3086_23306)">
|
|
3
|
+
<g id="Grid">
|
|
4
|
+
<g id="Plug" clip-path="url(#clip1_3086_23306)">
|
|
5
|
+
<path id="Cable" d="M39 70.197C39.6627 70.197 40.0003 70.7254 40.0003 71.3772V73.7377C40.0003 76.9971 42.6868 80 46.0005 80H47.8003C48.4629 80 48.9999 80.3482 49 81C49 81.6519 48.463 82 47.8003 82H46.0005C41.3613 82 38 78.3009 38 73.7377V71.3563C38 70.7044 38.3373 70.197 39 70.197Z" fill="black"/>
|
|
6
|
+
<path id="Shell" d="M31 57C31 54.7909 32.7909 53 35 53H43C45.2091 53 47 54.7909 47 57V65C47 68.866 43.866 72 40 72H38C34.134 72 31 68.866 31 65V57Z" fill="black"/>
|
|
7
|
+
<g id="Connector">
|
|
8
|
+
<path d="M35 47C35 46.4477 35.4477 46 36 46C36.5523 46 37 46.4477 37 47V53H35V47Z" fill="black"/>
|
|
9
|
+
<path d="M41 47C41 46.4477 41.4477 46 42 46C42.5523 46 43 46.4477 43 47V53H41V47Z" fill="black"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
<g id="Sun">
|
|
13
|
+
<circle id="Core" cx="76" cy="64" r="9" fill="black"/>
|
|
14
|
+
<g id="Rays">
|
|
15
|
+
<path d="M74.6875 44.3125C74.6875 43.5876 75.2751 43 76 43C76.7249 43 77.3125 43.5876 77.3125 44.3125V50.4375C77.3125 51.1624 76.7249 51.75 76 51.75C75.2751 51.75 74.6875 51.1624 74.6875 50.4375V44.3125Z" fill="black"/>
|
|
16
|
+
<path d="M88.9931 49.1508C89.5056 48.6382 90.3367 48.6382 90.8492 49.1508C91.3618 49.6633 91.3618 50.4943 90.8492 51.0069L86.5182 55.3379C86.0056 55.8505 85.1746 55.8505 84.6621 55.3379C84.1495 54.8254 84.1495 53.9944 84.6621 53.4818L88.9931 49.1508Z" fill="black"/>
|
|
17
|
+
<path d="M95.6875 62.6875C96.4124 62.6875 97 63.2751 97 64C97 64.7249 96.4124 65.3125 95.6875 65.3125H89.5625C88.8376 65.3125 88.25 64.7249 88.25 64C88.25 63.2751 88.8376 62.6875 89.5625 62.6875H95.6875Z" fill="black"/>
|
|
18
|
+
<path d="M90.8492 76.9931C91.3618 77.5057 91.3618 78.3367 90.8492 78.8492C90.3367 79.3618 89.5056 79.3618 88.9931 78.8492L84.6621 74.5182C84.1495 74.0057 84.1495 73.1746 84.6621 72.6621C85.1746 72.1495 86.0057 72.1495 86.5182 72.6621L90.8492 76.9931Z" fill="black"/>
|
|
19
|
+
<path d="M74.6875 77.5625C74.6875 76.8376 75.2751 76.25 76 76.25C76.7249 76.25 77.3125 76.8376 77.3125 77.5625V83.6875C77.3125 84.4124 76.7249 85 76 85C75.2751 85 74.6875 84.4124 74.6875 83.6875V77.5625Z" fill="black"/>
|
|
20
|
+
<path d="M65.4818 72.6621C65.9943 72.1495 66.8254 72.1495 67.3379 72.6621C67.8505 73.1746 67.8505 74.0056 67.3379 74.5182L63.0069 78.8492C62.4943 79.3618 61.6633 79.3618 61.1508 78.8492C60.6382 78.3367 60.6382 77.5056 61.1508 76.9931L65.4818 72.6621Z" fill="black"/>
|
|
21
|
+
<path d="M62.4375 62.6875C63.1624 62.6875 63.75 63.2751 63.75 64C63.75 64.7249 63.1624 65.3125 62.4375 65.3125H56.3125C55.5876 65.3125 55 64.7249 55 64C55 63.2751 55.5876 62.6875 56.3125 62.6875H62.4375Z" fill="black"/>
|
|
22
|
+
<path d="M67.3379 53.4818C67.8505 53.9944 67.8505 54.8254 67.3379 55.3379C66.8254 55.8505 65.9944 55.8505 65.4818 55.3379L61.1508 51.0069C60.6382 50.4944 60.6382 49.6633 61.1508 49.1508C61.6633 48.6382 62.4944 48.6382 63.0069 49.1508L67.3379 53.4818Z" fill="black"/>
|
|
23
|
+
<animateTransform attributeName="transform" type="rotate" values="0 76.0 64.0;360 76.0 64.0" dur="6s" begin="0s" repeatCount="indefinite"/></g>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id="clip0_3086_23306">
|
|
29
|
+
<rect width="128" height="128" fill="white"/>
|
|
30
|
+
</clipPath>
|
|
31
|
+
<clipPath id="clip1_3086_23306">
|
|
32
|
+
<rect width="18" height="36" fill="white" transform="translate(31 46)"/>
|
|
33
|
+
</clipPath>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-alert" clip-path="url(#clip0_3086_23299)">
|
|
3
|
+
<g id="Mask group">
|
|
4
|
+
<mask id="mask0_3086_23299" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
5
|
+
<path id="Alert Mask" fill-rule="evenodd" clip-rule="evenodd" d="M128 128H0V0H128V128ZM80.1963 64C77.8869 60 72.1131 60 69.8037 64L57.6797 85C55.3703 89 58.2572 94 62.876 94H87.124C91.7428 94 94.6297 89 92.3203 85L80.1963 64Z" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_3086_23299)">
|
|
8
|
+
<g id="Solar Panel">
|
|
9
|
+
<path id="Subtract" d="M38 73.5H54.5V89H44C40.6863 89 38 86.3137 38 83V73.5ZM74 83C74 86.3137 71.3137 89 68 89H57.5V73.5H74V83ZM38 56.5H54.5V70.5H38V56.5ZM74 70.5H57.5V56.5H74V70.5ZM54.5 39V53.5H38V45C38 41.6863 40.6863 39 44 39H54.5ZM68 39C71.3137 39 74 41.6863 74 45V53.5H57.5V39H68Z" fill="black"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
<g id="Alert">
|
|
14
|
+
<path id="Exclamation" d="M72.4019 65.5C73.5566 63.5 76.4434 63.5 77.5981 65.5L89.7224 86.5C90.8771 88.5 89.4338 91 87.1244 91H62.8756C60.5662 91 59.1229 88.5 60.2776 86.5L72.4019 65.5Z" fill="black"><animate attributeName="opacity" values="1;1;0;0;1" dur="1s" begin="0s" repeatCount="indefinite" keyTimes="0;0.294;0.5;0.794;1"/></path>
|
|
15
|
+
<path id="ExclamationMark" d="M75.7582 81.59H74.2642L73.4182 76.568V73.184H76.5862V76.568L75.7582 81.59ZM76.6042 86H73.4002V82.994H76.6042V86Z" fill="white"><animate attributeName="opacity" values="1;1;0;0;1" dur="1s" begin="0s" repeatCount="indefinite" keyTimes="0;0.294;0.5;0.794;1"/></path>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id="clip0_3086_23299">
|
|
20
|
+
<rect width="128" height="128" fill="white"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-battery-charging" clip-path="url(#clip0_3086_23294)">
|
|
3
|
+
<g id="Mask group">
|
|
4
|
+
<mask id="mask0_3086_23294" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
5
|
+
<path id="Battery Mask" fill-rule="evenodd" clip-rule="evenodd" d="M128 128H0V0H128V128ZM78 67C76.963 67 76.0183 67.3947 75.3076 68.042C72.3202 68.3854 70 70.9206 70 74V86C70 89.3137 72.6863 92 76 92H82C85.3137 92 88 89.3137 88 86V74C88 70.9202 85.6793 68.385 82.6914 68.042C81.9808 67.395 81.0367 67 80 67H78Z" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_3086_23294)">
|
|
8
|
+
<g id="Solar Panel">
|
|
9
|
+
<path id="Subtract" d="M43 73.5H59.5V89H49C45.6863 89 43 86.3137 43 83V73.5ZM79 83C79 86.3137 76.3137 89 73 89H62.5V73.5H79V83ZM43 56.5H59.5V70.5H43V56.5ZM79 70.5H62.5V56.5H79V70.5ZM59.5 39V53.5H43V45C43 41.6863 45.6863 39 49 39H59.5ZM73 39C76.3137 39 79 41.6863 79 45V53.5H62.5V39H73Z" fill="black"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
<g id="Battery">
|
|
14
|
+
<g id="Shell">
|
|
15
|
+
<path d="M82 88V89H76V88H82ZM84 86V74C84 72.8954 83.1046 72 82 72H76C74.8954 72 74 72.8954 74 74V86C74 87.1046 74.8954 88 76 88V89C74.3949 89 73.0842 87.7394 73.0039 86.1543L73 86V74C73 72.3431 74.3431 71 76 71H82C83.6569 71 85 72.3431 85 74V86L84.9961 86.1543C84.9158 87.7394 83.6051 89 82 89V88C83.1046 88 84 87.1046 84 86Z" fill="black"/>
|
|
16
|
+
<path d="M77 71C77 70.4477 77.4477 70 78 70H80C80.5523 70 81 70.4477 81 71H77Z" fill="black"/>
|
|
17
|
+
</g>
|
|
18
|
+
<path id="Level" fill-rule="evenodd" clip-rule="evenodd" d="M82 73C82.5523 73 83 73.4477 83 74V86C83 86.5523 82.5523 87 82 87H76C75.4477 87 75 86.5523 75 86V74C75 73.4477 75.4477 73 76 73H82ZM76 80.9092H78L77 85L82 79.2725H79L81 76H78L76 80.9092Z" fill="black"><animate attributeName="opacity" values="0.5;1;0.5" dur="2s" begin="0s" repeatCount="indefinite" calcMode="spline" keySplines=".42 0 .58 1; .42 0 .58 1"/></path>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
<defs>
|
|
22
|
+
<clipPath id="clip0_3086_23294">
|
|
23
|
+
<rect width="128" height="128" fill="white"/>
|
|
24
|
+
</clipPath>
|
|
25
|
+
</defs>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<svg viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="solar-panel-battery-empty" clip-path="url(#clip0_3086_23274)">
|
|
3
|
+
<g id="Mask group">
|
|
4
|
+
<mask id="mask0_3086_23274" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="128" height="128">
|
|
5
|
+
<path id="Battery Mask" fill-rule="evenodd" clip-rule="evenodd" d="M128 128H0V0H128V128ZM78 67C76.963 67 76.0183 67.3947 75.3076 68.042C72.3202 68.3854 70 70.9206 70 74V86C70 89.3137 72.6863 92 76 92H82C85.3137 92 88 89.3137 88 86V74C88 70.9202 85.6793 68.385 82.6914 68.042C81.9808 67.395 81.0367 67 80 67H78Z" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_3086_23274)">
|
|
8
|
+
<g id="Solar Panel">
|
|
9
|
+
<path id="Subtract" d="M43 73.5H59.5V89H49C45.6863 89 43 86.3137 43 83V73.5ZM79 83C79 86.3137 76.3137 89 73 89H62.5V73.5H79V83ZM43 56.5H59.5V70.5H43V56.5ZM79 70.5H62.5V56.5H79V70.5ZM59.5 39V53.5H43V45C43 41.6863 45.6863 39 49 39H59.5ZM73 39C76.3137 39 79 41.6863 79 45V53.5H62.5V39H73Z" fill="black"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
<g id="Battery">
|
|
14
|
+
<g id="Shell">
|
|
15
|
+
<path d="M82 88V89H76V88H82ZM84 86V74C84 72.8954 83.1046 72 82 72H76C74.8954 72 74 72.8954 74 74V86C74 87.1046 74.8954 88 76 88V89C74.3949 89 73.0842 87.7394 73.0039 86.1543L73 86V74C73 72.3431 74.3431 71 76 71H82C83.6569 71 85 72.3431 85 74V86L84.9961 86.1543C84.9158 87.7394 83.6051 89 82 89V88C83.1046 88 84 87.1046 84 86Z" fill="black"/>
|
|
16
|
+
<path d="M77 71C77 70.4477 77.4477 70 78 70H80C80.5523 70 81 70.4477 81 71H77Z" fill="black"/>
|
|
17
|
+
</g>
|
|
18
|
+
<rect id="Level" x="75" y="86" width="8" height="1" rx="0.5" fill="black"/>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
<defs>
|
|
22
|
+
<clipPath id="clip0_3086_23274">
|
|
23
|
+
<rect width="128" height="128" fill="white"/>
|
|
24
|
+
</clipPath>
|
|
25
|
+
</defs>
|
|
26
|
+
</svg>
|