atum-icons 2.0.1 → 2.0.3
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/package.json +1 -1
- package/readme.md +112 -7
- package/src/components/essential/Battery2EmptyBoldIcon.jsx +21 -0
- package/src/components/essential/Battery2EmptyBrokenIcon.jsx +34 -0
- package/src/components/essential/Battery2EmptyBulkIcon.jsx +26 -0
- package/src/components/essential/Battery2EmptyLinearIcon.jsx +34 -0
- package/src/components/essential/Battery2EmptyOutlineIcon.jsx +25 -0
- package/src/components/essential/Battery2EmptyTwotoneIcon.jsx +36 -0
- package/src/components/essential/Battery3EmptyBoldIcon.jsx +21 -0
- package/src/components/essential/Battery3EmptyBrokenIcon.jsx +41 -0
- package/src/components/essential/Battery3EmptyBulkIcon.jsx +30 -0
- package/src/components/essential/Battery3EmptyLinearIcon.jsx +41 -0
- package/src/components/essential/Battery3EmptyOutlineIcon.jsx +29 -0
- package/src/components/essential/Battery3EmptyTwotoneIcon.jsx +44 -0
- package/src/components/essential/BatteryChargingBoldIcon.jsx +21 -0
- package/src/components/essential/BatteryChargingBrokenIcon.jsx +55 -0
- package/src/components/essential/BatteryChargingBulkIcon.jsx +26 -0
- package/src/components/essential/BatteryChargingLinearIcon.jsx +41 -0
- package/src/components/essential/BatteryChargingOutlineIcon.jsx +29 -0
- package/src/components/essential/BatteryChargingTwotoneIcon.jsx +43 -0
- package/src/components/essential/BatteryDisableBoldIcon.jsx +25 -0
- package/src/components/essential/BatteryDisableBrokenIcon.jsx +48 -0
- package/src/components/essential/BatteryDisableBulkIcon.jsx +31 -0
- package/src/components/essential/BatteryDisableLinearIcon.jsx +41 -0
- package/src/components/essential/BatteryDisableOutlineIcon.jsx +29 -0
- package/src/components/essential/BatteryDisableTwotoneIcon.jsx +43 -0
- package/src/components/essential/BatteryEmptyBoldIcon.jsx +21 -0
- package/src/components/essential/BatteryEmptyBrokenIcon.jsx +27 -0
- package/src/components/essential/BatteryEmptyBulkIcon.jsx +22 -0
- package/src/components/essential/BatteryEmptyLinearIcon.jsx +27 -0
- package/src/components/essential/BatteryEmptyOutlineIcon.jsx +21 -0
- package/src/components/essential/BatteryEmptyTwotoneIcon.jsx +28 -0
- package/src/components/essential/BatteryFullBoldIcon.jsx +21 -0
- package/src/components/essential/BatteryFullBrokenIcon.jsx +48 -0
- package/src/components/essential/BatteryFullBulkIcon.jsx +34 -0
- package/src/components/essential/BatteryFullLinearIcon.jsx +48 -0
- package/src/components/essential/BatteryFullOutlineIcon.jsx +33 -0
- package/src/components/essential/BatteryFullTwotoneIcon.jsx +52 -0
- package/src/components/essential/Home2BoldIcon.jsx +17 -0
- package/src/components/essential/Home2BrokenIcon.jsx +27 -0
- package/src/components/essential/Home2BulkIcon.jsx +22 -0
- package/src/components/essential/Home2LinearIcon.jsx +27 -0
- package/src/components/essential/Home2OutlineIcon.jsx +21 -0
- package/src/components/essential/Home2TwotoneIcon.jsx +28 -0
- package/src/components/essential/HomeBoldIcon.jsx +17 -0
- package/src/components/essential/HomeBrokenIcon.jsx +27 -0
- package/src/components/essential/HomeBulkIcon.jsx +22 -0
- package/src/components/essential/HomeLinearIcon.jsx +27 -0
- package/src/components/essential/HomeOutlineIcon.jsx +21 -0
- package/src/components/essential/HomeTwotoneIcon.jsx +28 -0
- package/src/components/essential/TrashBrokenIcon.jsx +62 -0
- package/src/components/essential/TrashBulkIcon.jsx +34 -0
- package/src/components/essential/TrashLinearIcon.jsx +1 -1
- package/src/components/essential/TrashOutlineIcon.jsx +33 -0
- package/src/components/essential/TrashTwotoneIcon.jsx +51 -0
- package/src/icons/essential/battery-charging-bold.svg +4 -0
- package/src/icons/essential/battery-charging-broken.svg +8 -0
- package/src/icons/essential/battery-charging-bulk.svg +5 -0
- package/src/icons/essential/battery-charging-linear.svg +6 -0
- package/src/icons/essential/battery-charging-outline.svg +6 -0
- package/src/icons/essential/battery-charging-twotone.svg +6 -0
- package/src/icons/essential/battery-disable-bold.svg +5 -0
- package/src/icons/essential/battery-disable-broken.svg +7 -0
- package/src/icons/essential/battery-disable-bulk.svg +6 -0
- package/src/icons/essential/battery-disable-linear.svg +6 -0
- package/src/icons/essential/battery-disable-outline.svg +6 -0
- package/src/icons/essential/battery-disable-twotone.svg +6 -0
- package/src/icons/essential/battery-empty-bold.svg +4 -0
- package/src/icons/essential/battery-empty-broken.svg +4 -0
- package/src/icons/essential/battery-empty-bulk.svg +4 -0
- package/src/icons/essential/battery-empty-linear.svg +4 -0
- package/src/icons/essential/battery-empty-outline.svg +4 -0
- package/src/icons/essential/battery-empty-twotone.svg +4 -0
- package/src/icons/essential/battery-full-bold.svg +4 -0
- package/src/icons/essential/battery-full-broken.svg +7 -0
- package/src/icons/essential/battery-full-bulk.svg +7 -0
- package/src/icons/essential/battery-full-linear.svg +7 -0
- package/src/icons/essential/battery-full-outline.svg +7 -0
- package/src/icons/essential/battery-full-twotone.svg +7 -0
- package/src/icons/essential/battery2-empty-bold.svg +4 -0
- package/src/icons/essential/battery2-empty-broken.svg +5 -0
- package/src/icons/essential/battery2-empty-bulk.svg +5 -0
- package/src/icons/essential/battery2-empty-linear.svg +5 -0
- package/src/icons/essential/battery2-empty-outline.svg +5 -0
- package/src/icons/essential/battery2-empty-twotone.svg +5 -0
- package/src/icons/essential/battery3-empty-bold.svg +4 -0
- package/src/icons/essential/battery3-empty-broken.svg +6 -0
- package/src/icons/essential/battery3-empty-bulk.svg +6 -0
- package/src/icons/essential/battery3-empty-linear.svg +6 -0
- package/src/icons/essential/battery3-empty-outline.svg +6 -0
- package/src/icons/essential/battery3-empty-twotone.svg +6 -0
- package/src/icons/essential/home-bold.svg +3 -0
- package/src/icons/essential/home-broken.svg +4 -0
- package/src/icons/essential/home-bulk.svg +4 -0
- package/src/icons/essential/home-linear.svg +4 -0
- package/src/icons/essential/home-outline.svg +4 -0
- package/src/icons/essential/home-twotone.svg +4 -0
- package/src/icons/essential/home2-bold.svg +3 -0
- package/src/icons/essential/home2-broken.svg +4 -0
- package/src/icons/essential/home2-bulk.svg +4 -0
- package/src/icons/essential/home2-linear.svg +4 -0
- package/src/icons/essential/home2-outline.svg +4 -0
- package/src/icons/essential/home2-twotone.svg +4 -0
- package/src/icons/essential/trash-broken.svg +9 -0
- package/src/icons/essential/trash-bulk.svg +6 -0
- package/src/icons/essential/trash-outline.svg +7 -0
- package/src/icons/essential/trash-twotone.svg +7 -0
- package/src/index.js +53 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,11 +1,116 @@
|
|
|
1
|
-
|
|
2
|
-
- node scripts/generate-icons.js
|
|
1
|
+
# Atum Icons
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
```{=html}
|
|
4
|
+
<p align="center">
|
|
5
|
+
```
|
|
6
|
+
`<strong>`{=html}A modern, scalable React icon library built for design
|
|
7
|
+
systems`</strong>`{=html}
|
|
8
|
+
```{=html}
|
|
9
|
+
</p>
|
|
10
|
+
```
|
|
11
|
+
```{=html}
|
|
12
|
+
<p align="center">
|
|
13
|
+
```
|
|
14
|
+
Theme-ready • Scalable • Automated • Design-system focused
|
|
15
|
+
```{=html}
|
|
16
|
+
</p>
|
|
17
|
+
```
|
|
18
|
+
```{=html}
|
|
19
|
+
<p align="center">
|
|
20
|
+
```
|
|
21
|
+
`<a href="https://www.npmjs.com/package/atum-icons">`{=html}
|
|
22
|
+
`<img src="https://img.shields.io/npm/v/atum-icons.svg" alt="npm version" />`{=html}
|
|
23
|
+
`</a>`{=html}
|
|
24
|
+
`<a href="https://www.npmjs.com/package/atum-icons">`{=html}
|
|
25
|
+
`<img src="https://img.shields.io/npm/dm/atum-icons.svg" alt="npm downloads" />`{=html}
|
|
26
|
+
`</a>`{=html}
|
|
27
|
+
`<img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT license" />`{=html}
|
|
28
|
+
```{=html}
|
|
29
|
+
</p>
|
|
30
|
+
```
|
|
5
31
|
|
|
6
|
-
|
|
32
|
+
------------------------------------------------------------------------
|
|
7
33
|
|
|
8
|
-
|
|
34
|
+
## Overview
|
|
9
35
|
|
|
10
|
-
|
|
11
|
-
|
|
36
|
+
**Atum Icons** is a modern **React SVG icon library** designed
|
|
37
|
+
specifically for **design systems and scalable UI architectures**.
|
|
38
|
+
|
|
39
|
+
It is built with long-term maintainability in mind and powers **Atum
|
|
40
|
+
UI**, ensuring consistent visuals, predictable APIs, and effortless
|
|
41
|
+
theming across applications.
|
|
42
|
+
|
|
43
|
+
------------------------------------------------------------------------
|
|
44
|
+
|
|
45
|
+
## ✨ Features
|
|
46
|
+
|
|
47
|
+
- Automated SVG → React component generation
|
|
48
|
+
- Theme-ready icons using `currentColor`
|
|
49
|
+
- Font-size based scaling (`1em`)
|
|
50
|
+
- Multiple visual styles (Linear, Outline, Bold, Bulk, Broken,
|
|
51
|
+
Twotone)
|
|
52
|
+
- Category-based icon organization
|
|
53
|
+
- Tree-shakeable exports
|
|
54
|
+
- Designed for design systems, not demos
|
|
55
|
+
|
|
56
|
+
------------------------------------------------------------------------
|
|
57
|
+
|
|
58
|
+
## 📦 Installation
|
|
59
|
+
|
|
60
|
+
``` bash
|
|
61
|
+
npm install atum-icons
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
------------------------------------------------------------------------
|
|
65
|
+
|
|
66
|
+
## 🚀 Usage
|
|
67
|
+
|
|
68
|
+
``` jsx
|
|
69
|
+
import { TrashLinearIcon } from "atum-icons";
|
|
70
|
+
|
|
71
|
+
<TrashLinearIcon style={{ color: "#6d28d9", fontSize: "24px" }} />
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
------------------------------------------------------------------------
|
|
75
|
+
|
|
76
|
+
## 🎨 Styling & Theming
|
|
77
|
+
|
|
78
|
+
Outline icons inherit color using CSS `color`.
|
|
79
|
+
|
|
80
|
+
``` jsx
|
|
81
|
+
<div style={{ color: "#0ea5e9", fontSize: 40 }}>
|
|
82
|
+
<TrashLinearIcon />
|
|
83
|
+
</div>
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
------------------------------------------------------------------------
|
|
87
|
+
|
|
88
|
+
## 🧩 Icon Variants
|
|
89
|
+
|
|
90
|
+
Icons may be available in multiple styles:
|
|
91
|
+
|
|
92
|
+
- Linear
|
|
93
|
+
- Outline
|
|
94
|
+
- Bold
|
|
95
|
+
- Bulk
|
|
96
|
+
- Broken
|
|
97
|
+
- Twotone
|
|
98
|
+
|
|
99
|
+
------------------------------------------------------------------------
|
|
100
|
+
|
|
101
|
+
## 🔁 Versioning
|
|
102
|
+
|
|
103
|
+
Atum Icons follows semantic versioning and grows incrementally.
|
|
104
|
+
|
|
105
|
+
------------------------------------------------------------------------
|
|
106
|
+
|
|
107
|
+
## 📄 License
|
|
108
|
+
|
|
109
|
+
MIT
|
|
110
|
+
|
|
111
|
+
------------------------------------------------------------------------
|
|
112
|
+
|
|
113
|
+
## 👤 Author
|
|
114
|
+
|
|
115
|
+
**Nithish Kumar**\
|
|
116
|
+
Frontend Engineer focused on scalable UI systems and design systems.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery2EmptyBoldIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M20.4202 8.99998C20.2802 8.98998 20.1002 8.97998 19.9002 8.97998C19.5102 8.97998 19.2002 9.28998 19.2002 9.67998V14.33C19.2002 14.72 19.5102 15.03 19.9002 15.03C20.1002 15.03 20.2702 15.02 20.4402 15.01C22.0002 14.83 22.0002 13.73 22.0002 12.93V11.07C22.0002 10.27 22.0002 9.16998 20.4202 8.99998Z"
|
|
13
|
+
fill="none"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M12.93 4.79004H7.35C3.25 4.79004 2 6.04004 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04004 17.03 4.79004 12.93 4.79004ZM7.1 14.18C7.02 14.52 6.71 14.75 6.37 14.75C6.31 14.75 6.25 14.74 6.19 14.73C5.79 14.63 5.54 14.22 5.64 13.82C5.94 12.63 5.94 11.37 5.64 10.18C5.54 9.78004 5.78 9.37004 6.19 9.27004C6.59 9.17004 7 9.42004 7.1 9.82004C7.46 11.25 7.46 12.75 7.1 14.18Z"
|
|
17
|
+
fill="none"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
export default Battery2EmptyBoldIcon;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery2EmptyBrokenIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M10.99 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth={1.5}
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5"
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeWidth={1.5}
|
|
22
|
+
strokeLinecap="round"
|
|
23
|
+
strokeLinejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M6.37988 10C6.61988 10.98 6.68988 11.99 6.56988 12.99C6.52988 13.33 6.46988 13.67 6.37988 14"
|
|
27
|
+
stroke="currentColor"
|
|
28
|
+
strokeWidth={1.5}
|
|
29
|
+
strokeLinecap="round"
|
|
30
|
+
strokeLinejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
export default Battery2EmptyBrokenIcon;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery2EmptyBulkIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
opacity={0.4}
|
|
13
|
+
d="M12.93 4.79004H7.35C3.25 4.79004 2 6.04004 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04004 17.03 4.79004 12.93 4.79004Z"
|
|
14
|
+
fill="none"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M20.4202 8.99998C20.2802 8.98998 20.1002 8.97998 19.9002 8.97998C19.5102 8.97998 19.2002 9.28998 19.2002 9.67998V14.33C19.2002 14.72 19.5102 15.03 19.9002 15.03C20.1002 15.03 20.2702 15.02 20.4402 15.01C22.0002 14.83 22.0002 13.73 22.0002 12.93V11.07C22.0002 10.27 22.0002 9.16998 20.4202 8.99998Z"
|
|
18
|
+
fill="none"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M6.38007 14.7501C6.32007 14.7501 6.26007 14.7401 6.20007 14.7301C5.80007 14.6301 5.55007 14.2201 5.65007 13.8201C5.95007 12.6301 5.95007 11.3701 5.65007 10.1801C5.55007 9.7801 5.79007 9.3701 6.20007 9.2701C6.59007 9.1701 7.00007 9.4201 7.10007 9.8201C7.46007 11.2501 7.46007 12.7601 7.10007 14.1801C7.02007 14.5201 6.71007 14.7501 6.38007 14.7501Z"
|
|
22
|
+
fill="none"
|
|
23
|
+
/>
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
export default Battery2EmptyBulkIcon;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery2EmptyLinearIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth={1.5}
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5"
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeWidth={1.5}
|
|
22
|
+
strokeLinecap="round"
|
|
23
|
+
strokeLinejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M6.37988 10C6.70988 11.31 6.70988 12.69 6.37988 14"
|
|
27
|
+
stroke="currentColor"
|
|
28
|
+
strokeWidth={1.5}
|
|
29
|
+
strokeLinecap="round"
|
|
30
|
+
strokeLinejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
export default Battery2EmptyLinearIcon;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery2EmptyOutlineIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M13 19.75H7C2.59 19.75 1.25 18.41 1.25 14V10C1.25 5.59 2.59 4.25 7 4.25H13C17.41 4.25 18.75 5.59 18.75 10V14C18.75 18.41 17.41 19.75 13 19.75ZM7 5.75C3.42 5.75 2.75 6.43 2.75 10V14C2.75 17.57 3.42 18.25 7 18.25H13C16.58 18.25 17.25 17.57 17.25 14V10C17.25 6.43 16.58 5.75 13 5.75H7Z"
|
|
13
|
+
fill="none"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M20.5 15.25C20.09 15.25 19.75 14.91 19.75 14.5C19.75 14.09 20.09 13.75 20.5 13.75C21.09 13.75 21.22 13.66 21.23 13.66C21.25 13.6 21.25 13.25 21.25 13V11C21.25 10.75 21.25 10.41 21.21 10.32C21.2 10.33 21.05 10.25 20.5 10.25C20.09 10.25 19.75 9.91 19.75 9.5C19.75 9.09 20.09 8.75 20.5 8.75C22.58 8.75 22.75 9.77 22.75 11V13C22.75 14.23 22.58 15.25 20.5 15.25Z"
|
|
17
|
+
fill="none"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M6.38007 14.7501C6.32007 14.7501 6.26007 14.7401 6.20007 14.7301C5.80007 14.6301 5.55007 14.2201 5.65007 13.8201C5.95007 12.6301 5.95007 11.3701 5.65007 10.1801C5.55007 9.7801 5.79007 9.3701 6.20007 9.2701C6.59007 9.1701 7.00007 9.4201 7.10007 9.8201C7.46007 11.2501 7.46007 12.7601 7.10007 14.1801C7.02007 14.5201 6.71007 14.7501 6.38007 14.7501Z"
|
|
21
|
+
fill="none"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
export default Battery2EmptyOutlineIcon;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery2EmptyTwotoneIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth={1.5}
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
opacity={0.34}
|
|
20
|
+
d="M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5"
|
|
21
|
+
stroke="currentColor"
|
|
22
|
+
strokeWidth={1.5}
|
|
23
|
+
strokeLinecap="round"
|
|
24
|
+
strokeLinejoin="round"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
opacity={0.34}
|
|
28
|
+
d="M6.37988 10C6.70988 11.31 6.70988 12.69 6.37988 14"
|
|
29
|
+
stroke="currentColor"
|
|
30
|
+
strokeWidth={1.5}
|
|
31
|
+
strokeLinecap="round"
|
|
32
|
+
strokeLinejoin="round"
|
|
33
|
+
/>
|
|
34
|
+
</svg>
|
|
35
|
+
);
|
|
36
|
+
export default Battery2EmptyTwotoneIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery3EmptyBoldIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M20.4202 8.99998C20.2802 8.98998 20.1002 8.97998 19.9002 8.97998C19.5102 8.97998 19.2002 9.28998 19.2002 9.67998V14.33C19.2002 14.72 19.5102 15.03 19.9002 15.03C20.1002 15.03 20.2702 15.02 20.4402 15.01C22.0002 14.83 22.0002 13.73 22.0002 12.93V11.07C22.0002 10.27 22.0002 9.16998 20.4202 8.99998Z"
|
|
13
|
+
fill="none"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M12.93 4.79004H7.35C3.25 4.79004 2 6.04004 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04004 17.03 4.79004 12.93 4.79004ZM7.1 14.18C7.02 14.52 6.71 14.75 6.37 14.75C6.31 14.75 6.25 14.74 6.19 14.73C5.79 14.63 5.54 14.22 5.64 13.82C5.94 12.63 5.94 11.37 5.64 10.18C5.54 9.78004 5.78 9.37004 6.19 9.27004C6.6 9.17004 7 9.42004 7.1 9.82004C7.46 11.25 7.46 12.75 7.1 14.18ZM10.6 14.18C10.52 14.52 10.21 14.75 9.87 14.75C9.81 14.75 9.75 14.74 9.69 14.73C9.29 14.63 9.04 14.22 9.14 13.82C9.44 12.63 9.44 11.37 9.14 10.18C9.04 9.78004 9.28 9.37004 9.69 9.27004C10.09 9.17004 10.5 9.41004 10.6 9.82004C10.96 11.25 10.96 12.75 10.6 14.18Z"
|
|
17
|
+
fill="none"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
export default Battery3EmptyBoldIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery3EmptyBrokenIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth={1.5}
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M6.37988 10C6.70988 11.31 6.70988 12.69 6.37988 14"
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeWidth={1.5}
|
|
22
|
+
strokeLinecap="round"
|
|
23
|
+
strokeLinejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M9.87988 10C10.2099 11.31 10.2099 12.69 9.87988 14"
|
|
27
|
+
stroke="currentColor"
|
|
28
|
+
strokeWidth={1.5}
|
|
29
|
+
strokeLinecap="round"
|
|
30
|
+
strokeLinejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M11.01 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5"
|
|
34
|
+
stroke="currentColor"
|
|
35
|
+
strokeWidth={1.5}
|
|
36
|
+
strokeLinecap="round"
|
|
37
|
+
strokeLinejoin="round"
|
|
38
|
+
/>
|
|
39
|
+
</svg>
|
|
40
|
+
);
|
|
41
|
+
export default Battery3EmptyBrokenIcon;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery3EmptyBulkIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
opacity={0.4}
|
|
13
|
+
d="M12.93 4.79004H7.35C3.25 4.79004 2 6.04004 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04004 17.03 4.79004 12.93 4.79004Z"
|
|
14
|
+
fill="none"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M20.4202 8.99998C20.2802 8.98998 20.1002 8.97998 19.9002 8.97998C19.5102 8.97998 19.2002 9.28998 19.2002 9.67998V14.33C19.2002 14.72 19.5102 15.03 19.9002 15.03C20.1002 15.03 20.2702 15.02 20.4402 15.01C22.0002 14.83 22.0002 13.73 22.0002 12.93V11.07C22.0002 10.27 22.0002 9.16998 20.4202 8.99998Z"
|
|
18
|
+
fill="none"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M6.38007 14.7501C6.32007 14.7501 6.26007 14.7401 6.20007 14.7301C5.80007 14.6301 5.55007 14.2201 5.65007 13.8201C5.95007 12.6301 5.95007 11.3701 5.65007 10.1801C5.55007 9.7801 5.79007 9.3701 6.20007 9.2701C6.60007 9.1701 7.00007 9.4201 7.10007 9.8201C7.46007 11.2501 7.46007 12.7601 7.10007 14.1801C7.02007 14.5201 6.71007 14.7501 6.38007 14.7501Z"
|
|
22
|
+
fill="none"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M9.88007 14.7499C9.82007 14.7499 9.76007 14.7399 9.70007 14.7299C9.30007 14.6299 9.05007 14.2199 9.15007 13.8199C9.45007 12.6299 9.45007 11.3699 9.15007 10.1799C9.05007 9.77995 9.29007 9.36995 9.70007 9.26995C10.1001 9.16995 10.5101 9.40995 10.6101 9.81995C10.9701 11.2499 10.9701 12.7599 10.6101 14.1799C10.5201 14.5199 10.2101 14.7499 9.88007 14.7499Z"
|
|
26
|
+
fill="none"
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
export default Battery3EmptyBulkIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery3EmptyLinearIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth={1.5}
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M6.37988 10C6.70988 11.31 6.70988 12.69 6.37988 14"
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeWidth={1.5}
|
|
22
|
+
strokeLinecap="round"
|
|
23
|
+
strokeLinejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M9.87988 10C10.2099 11.31 10.2099 12.69 9.87988 14"
|
|
27
|
+
stroke="currentColor"
|
|
28
|
+
strokeWidth={1.5}
|
|
29
|
+
strokeLinecap="round"
|
|
30
|
+
strokeLinejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z"
|
|
34
|
+
stroke="currentColor"
|
|
35
|
+
strokeWidth={1.5}
|
|
36
|
+
strokeLinecap="round"
|
|
37
|
+
strokeLinejoin="round"
|
|
38
|
+
/>
|
|
39
|
+
</svg>
|
|
40
|
+
);
|
|
41
|
+
export default Battery3EmptyLinearIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery3EmptyOutlineIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M20.5 15.25C20.09 15.25 19.75 14.91 19.75 14.5C19.75 14.09 20.09 13.75 20.5 13.75C21.09 13.75 21.22 13.66 21.23 13.66C21.25 13.6 21.25 13.25 21.25 13V11C21.25 10.75 21.25 10.41 21.21 10.32C21.2 10.33 21.05 10.25 20.5 10.25C20.09 10.25 19.75 9.91 19.75 9.5C19.75 9.09 20.09 8.75 20.5 8.75C22.58 8.75 22.75 9.77 22.75 11V13C22.75 14.23 22.58 15.25 20.5 15.25Z"
|
|
13
|
+
fill="none"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M6.38007 14.7501C6.32007 14.7501 6.26007 14.7401 6.20007 14.7301C5.80007 14.6301 5.55007 14.2201 5.65007 13.8201C5.95007 12.6301 5.95007 11.3701 5.65007 10.1801C5.55007 9.7801 5.79007 9.3701 6.20007 9.2701C6.60007 9.1701 7.00007 9.4201 7.10007 9.8201C7.46007 11.2501 7.46007 12.7601 7.10007 14.1801C7.02007 14.5201 6.71007 14.7501 6.38007 14.7501Z"
|
|
17
|
+
fill="none"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M9.88007 14.7499C9.82007 14.7499 9.76007 14.7399 9.70007 14.7299C9.30007 14.6299 9.05007 14.2199 9.15007 13.8199C9.45007 12.6299 9.45007 11.3699 9.15007 10.1799C9.05007 9.77995 9.29007 9.36995 9.70007 9.26995C10.1001 9.16995 10.5101 9.40995 10.6101 9.81995C10.9701 11.2499 10.9701 12.7599 10.6101 14.1799C10.5201 14.5199 10.2101 14.7499 9.88007 14.7499Z"
|
|
21
|
+
fill="none"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M13 19.75H7C2.59 19.75 1.25 18.41 1.25 14V10C1.25 5.59 2.59 4.25 7 4.25H13C17.41 4.25 18.75 5.59 18.75 10V14C18.75 18.41 17.41 19.75 13 19.75ZM7 5.75C3.43 5.75 2.75 6.43 2.75 10V14C2.75 17.57 3.43 18.25 7 18.25H13C16.57 18.25 17.25 17.57 17.25 14V10C17.25 6.43 16.57 5.75 13 5.75H7Z"
|
|
25
|
+
fill="none"
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
export default Battery3EmptyOutlineIcon;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Battery3EmptyTwotoneIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
opacity={0.34}
|
|
13
|
+
d="M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5"
|
|
14
|
+
stroke="currentColor"
|
|
15
|
+
strokeWidth={1.5}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
opacity={0.34}
|
|
21
|
+
d="M6.37988 10C6.70988 11.31 6.70988 12.69 6.37988 14"
|
|
22
|
+
stroke="currentColor"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
opacity={0.34}
|
|
29
|
+
d="M9.87988 10C10.2099 11.31 10.2099 12.69 9.87988 14"
|
|
30
|
+
stroke="currentColor"
|
|
31
|
+
strokeWidth={1.5}
|
|
32
|
+
strokeLinecap="round"
|
|
33
|
+
strokeLinejoin="round"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z"
|
|
37
|
+
stroke="currentColor"
|
|
38
|
+
strokeWidth={1.5}
|
|
39
|
+
strokeLinecap="round"
|
|
40
|
+
strokeLinejoin="round"
|
|
41
|
+
/>
|
|
42
|
+
</svg>
|
|
43
|
+
);
|
|
44
|
+
export default Battery3EmptyTwotoneIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const BatteryChargingBoldIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M20.4202 8.99998C20.2802 8.98998 20.1002 8.97998 19.9002 8.97998C19.5102 8.97998 19.2002 9.28998 19.2002 9.67998V14.33C19.2002 14.72 19.5102 15.03 19.9002 15.03C20.1002 15.03 20.2702 15.02 20.4402 15.01C22.0002 14.83 22.0002 13.73 22.0002 12.93V11.07C22.0002 10.27 22.0002 9.16998 20.4202 8.99998Z"
|
|
13
|
+
fill="none"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M12.93 4.79004H7.35C3.25 4.79004 2 6.04004 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04004 17.03 4.79004 12.93 4.79004ZM12.53 13.68C12.51 13.72 12.48 13.76 12.45 13.79L10.58 15.98C10.43 16.15 10.22 16.24 10.01 16.24C9.84 16.24 9.66 16.18 9.52 16.06C9.21 15.79 9.17 15.32 9.44 15L11.24 12.89C11.25 12.86 11.24 12.83 11.22 12.8C11.2 12.76 11.16 12.74 11.11 12.74H9.12C8.53 12.74 8.01 12.44 7.71 11.93C7.42 11.42 7.42 10.82 7.71 10.31L9.42 8.05004C9.67 7.72004 10.14 7.65004 10.47 7.90004C10.8 8.15004 10.87 8.62004 10.62 8.95004L8.97 11.14C9 11.1 9 11.14 9.02 11.19C9.04 11.23 9.08 11.25 9.13 11.25H11.14C11.73 11.25 12.25 11.55 12.55 12.06C12.82 12.57 12.82 13.17 12.53 13.68Z"
|
|
17
|
+
fill="none"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
export default BatteryChargingBoldIcon;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const BatteryChargingBrokenIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth={1.5}
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M11.27 12C12.04 12 12.52 12.83 12.14 13.5L10 16"
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeWidth={1.5}
|
|
22
|
+
strokeLinecap="round"
|
|
23
|
+
strokeLinejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M10.0002 8L8.1102 10.5C7.7202 11.17 8.2002 12 8.9702 12"
|
|
27
|
+
stroke="currentColor"
|
|
28
|
+
strokeWidth={1.5}
|
|
29
|
+
strokeLinecap="round"
|
|
30
|
+
strokeLinejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M2 10C2 6 3 5 7 5"
|
|
34
|
+
stroke="currentColor"
|
|
35
|
+
strokeWidth={1.5}
|
|
36
|
+
strokeLinecap="round"
|
|
37
|
+
strokeLinejoin="round"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M7 19C3 19 2 18 2 14"
|
|
41
|
+
stroke="currentColor"
|
|
42
|
+
strokeWidth={1.5}
|
|
43
|
+
strokeLinecap="round"
|
|
44
|
+
strokeLinejoin="round"
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
d="M13 5C17 5 18 6 18 10V14C18 18 17 19 13 19"
|
|
48
|
+
stroke="currentColor"
|
|
49
|
+
strokeWidth={1.5}
|
|
50
|
+
strokeLinecap="round"
|
|
51
|
+
strokeLinejoin="round"
|
|
52
|
+
/>
|
|
53
|
+
</svg>
|
|
54
|
+
);
|
|
55
|
+
export default BatteryChargingBrokenIcon;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const BatteryChargingBulkIcon = (props) => (
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
opacity={0.4}
|
|
13
|
+
d="M12.93 4.79004H7.35C3.25 4.79004 2 6.04004 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04004 17.03 4.79004 12.93 4.79004Z"
|
|
14
|
+
fill="none"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M20.4202 8.99998C20.2802 8.98998 20.1002 8.97998 19.9002 8.97998C19.5102 8.97998 19.2002 9.28998 19.2002 9.67998V14.33C19.2002 14.72 19.5102 15.03 19.9002 15.03C20.1002 15.03 20.2702 15.02 20.4402 15.01C22.0002 14.83 22.0002 13.73 22.0002 12.93V11.07C22.0002 10.27 22.0002 9.16998 20.4202 8.99998Z"
|
|
18
|
+
fill="none"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M10.0102 16.24C9.84018 16.24 9.66018 16.18 9.52018 16.06C9.21018 15.79 9.17018 15.32 9.44018 15L11.2402 12.89C11.2502 12.86 11.2402 12.83 11.2202 12.8C11.2002 12.76 11.1602 12.74 11.1102 12.74H9.12018C8.53018 12.74 8.01018 12.44 7.71018 11.93C7.42018 11.42 7.42018 10.82 7.71018 10.31L9.42018 8.05003C9.67018 7.72003 10.1402 7.65003 10.4702 7.90003C10.8002 8.15003 10.8702 8.62003 10.6202 8.95003L8.97018 11.14C9.00018 11.1 9.00018 11.14 9.02018 11.19C9.04018 11.23 9.08018 11.25 9.13018 11.25H11.1402C11.7302 11.25 12.2502 11.55 12.5502 12.06C12.8402 12.57 12.8402 13.17 12.5502 13.68C12.5302 13.72 12.5002 13.76 12.4702 13.79L10.6002 15.98C10.4402 16.16 10.2302 16.24 10.0102 16.24Z"
|
|
22
|
+
fill="none"
|
|
23
|
+
/>
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
export default BatteryChargingBulkIcon;
|