@iconify-react/material-symbols 1.0.5 → 1.0.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.
Files changed (45) hide show
  1. package/components/b/battery-charging-20-2-rounded.jsx +22 -0
  2. package/components/b/battery-charging-20-2-sharp.jsx +22 -0
  3. package/components/b/battery-charging-20-2.jsx +22 -0
  4. package/components/b/battery-charging-30-2-rounded.jsx +22 -0
  5. package/components/b/battery-charging-30-2-sharp.jsx +22 -0
  6. package/components/b/battery-charging-30-2.jsx +22 -0
  7. package/components/b/battery-charging-50-2-rounded.jsx +22 -0
  8. package/components/b/battery-charging-50-2-sharp.jsx +22 -0
  9. package/components/b/battery-charging-50-2.jsx +22 -0
  10. package/components/b/battery-charging-60-2-rounded.jsx +22 -0
  11. package/components/b/battery-charging-60-2-sharp.jsx +22 -0
  12. package/components/b/battery-charging-60-2.jsx +22 -0
  13. package/components/b/battery-charging-80-2-rounded.jsx +22 -0
  14. package/components/b/battery-charging-80-2-sharp.jsx +22 -0
  15. package/components/b/battery-charging-80-2.jsx +22 -0
  16. package/components/b/battery-charging-full-2-outline-rounded.jsx +22 -0
  17. package/components/b/battery-charging-full-2-outline-sharp.jsx +22 -0
  18. package/components/b/battery-charging-full-2-outline.jsx +22 -0
  19. package/components/b/battery-charging-full-2-rounded.jsx +22 -0
  20. package/components/b/battery-charging-full-2-sharp.jsx +22 -0
  21. package/components/b/battery-charging-full-2.jsx +22 -0
  22. package/components/b/bolt-boost-rounded.jsx +22 -0
  23. package/components/b/bolt-boost.jsx +22 -0
  24. package/components/c/car-fan-recirculate-2-outline-rounded.jsx +22 -0
  25. package/components/c/car-fan-recirculate-2-outline-sharp.jsx +22 -0
  26. package/components/c/car-fan-recirculate-2-outline.jsx +22 -0
  27. package/components/c/car-fan-recirculate-2-rounded.jsx +22 -0
  28. package/components/c/car-fan-recirculate-2-sharp.jsx +22 -0
  29. package/components/c/car-fan-recirculate-2.jsx +22 -0
  30. package/components/c/car-fan-recirculate-outline-rounded.jsx +22 -0
  31. package/components/c/car-fan-recirculate-outline-sharp.jsx +22 -0
  32. package/components/c/car-fan-recirculate-outline.jsx +22 -0
  33. package/components/c/car-fan-recirculate-rounded.jsx +3 -3
  34. package/components/c/car-fan-recirculate-sharp.jsx +22 -0
  35. package/components/c/car-fan-recirculate.jsx +3 -3
  36. package/components/l/list-arrow-rounded.jsx +22 -0
  37. package/components/l/list-arrow.jsx +22 -0
  38. package/components/w/wifi-device-outline-rounded.jsx +22 -0
  39. package/components/w/wifi-device-outline-sharp.jsx +22 -0
  40. package/components/w/wifi-device-outline.jsx +22 -0
  41. package/components/w/wifi-device-rounded.jsx +22 -0
  42. package/components/w/wifi-device-sharp.jsx +22 -0
  43. package/components/w/wifi-device.jsx +22 -0
  44. package/iconify.json +2 -2
  45. package/package.json +165 -1
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.j8x7dhtg {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H6v6h7.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
16
+ }
17
+ </style><path class="j8x7dhtg"/>`,
18
+ "fallback": "material-symbols:battery-charging-20-2-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.qugj6ub {
14
+ fill: currentColor;
15
+ d: path("M2 17V7h14.25l-1.6 2H6v6h9l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="qugj6ub"/>`,
18
+ "fallback": "material-symbols:battery-charging-20-2-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.gf8sjnb {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H6v6h9l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="gf8sjnb"/>`,
18
+ "fallback": "material-symbols:battery-charging-20-2",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.l635vxbf {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H8v6h5.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
16
+ }
17
+ </style><path class="l635vxbf"/>`,
18
+ "fallback": "material-symbols:battery-charging-30-2-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.k-uv0fb {
14
+ fill: currentColor;
15
+ d: path("M2 17V7h14.25l-1.6 2H8v6h7l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="k-uv0fb"/>`,
18
+ "fallback": "material-symbols:battery-charging-30-2-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.xn-dnsx {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H8v6h7l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="xn-dnsx"/>`,
18
+ "fallback": "material-symbols:battery-charging-30-2",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.wv0npm0t {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H10v6h3.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
16
+ }
17
+ </style><path class="wv0npm0t"/>`,
18
+ "fallback": "material-symbols:battery-charging-50-2-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.pv_ur5k {
14
+ fill: currentColor;
15
+ d: path("M2 17V7h14.25l-1.6 2H10v6h5l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="pv_ur5k"/>`,
18
+ "fallback": "material-symbols:battery-charging-50-2-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.igfvhxb {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H10v6h5l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="igfvhxb"/>`,
18
+ "fallback": "material-symbols:battery-charging-50-2",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.njm9o4xc {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H11v6h2.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
16
+ }
17
+ </style><path class="njm9o4xc"/>`,
18
+ "fallback": "material-symbols:battery-charging-60-2-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.am9mn1e {
14
+ fill: currentColor;
15
+ d: path("M2 17V7h14.25l-1.6 2H11v6h4l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="am9mn1e"/>`,
18
+ "fallback": "material-symbols:battery-charging-60-2-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.h1-dp2b {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H11v6h4l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="h1-dp2b"/>`,
18
+ "fallback": "material-symbols:battery-charging-60-2",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.j9fm0gbm {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H13v6h.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
16
+ }
17
+ </style><path class="j9fm0gbm"/>`,
18
+ "fallback": "material-symbols:battery-charging-80-2-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.fa_uvkb {
14
+ fill: currentColor;
15
+ d: path("M2 17V7h14.25l-1.6 2H13v6h2l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="fa_uvkb"/>`,
18
+ "fallback": "material-symbols:battery-charging-80-2-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.pghbksb {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H13v6h2l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="pghbksb"/>`,
18
+ "fallback": "material-symbols:battery-charging-80-2",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.rnwh0ebe {
14
+ fill: currentColor;
15
+ d: path("M4 15V9zm-1 2q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8t-.287.713T14.45 9H4v6h9.825q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
16
+ }
17
+ </style><path class="rnwh0ebe"/>`,
18
+ "fallback": "material-symbols:battery-charging-full-2-outline-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.cwsb0xb {
14
+ fill: currentColor;
15
+ d: path("M2 17V7h14.25l-1.6 2H4v6h11l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6zM4 15V9z");
16
+ }
17
+ </style><path class="cwsb0xb"/>`,
18
+ "fallback": "material-symbols:battery-charging-full-2-outline-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.qnmzx0o {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25l-1.6 2H4v6h11l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6zM4 15V9z");
16
+ }
17
+ </style><path class="qnmzx0o"/>`,
18
+ "fallback": "material-symbols:battery-charging-full-2-outline",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.g13ekgzu {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h11.45q.425 0 .713.288T15.45 8l-3.125 3.875q-.75.95-.237 2.038T13.825 15q.425 0 .713.288t.287.712t-.287.713t-.713.287zm14.375-4H15.05q-.325 0-.462-.275t.062-.525l3.6-4.525q.125-.15.288-.175t.312.025t.25.2t.05.35L18.625 11h2.325q.325 0 .463.275t-.063.525l-3.6 4.525q-.125.15-.288.175t-.312-.025t-.25-.2t-.05-.35z");
16
+ }
17
+ </style><path class="g13ekgzu"/>`,
18
+ "fallback": "material-symbols:battery-charging-full-2-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.t4gebhb {
14
+ fill: currentColor;
15
+ d: path("M2 17V7h14.25L12 12.3V15h3l-.35 2zm14.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="t4gebhb"/>`,
18
+ "fallback": "material-symbols:battery-charging-full-2-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.ul9zfhb {
14
+ fill: currentColor;
15
+ d: path("M3 17q-.425 0-.712-.288T2 16V8q0-.425.288-.712T3 7h13.25L12 12.3V15h3l-.35 2zm13.675 0l.7-4H14l4.8-6h.525l-.7 4H22l-4.8 6z");
16
+ }
17
+ </style><path class="ul9zfhb"/>`,
18
+ "fallback": "material-symbols:battery-charging-full-2",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.r_npiubm {
14
+ fill: currentColor;
15
+ d: path("M13.113 21.063q-.088-.138-.063-.338L14 14H9.95q-.625 0-.9-.55t.075-1.05l6.925-9.475q.125-.15.288-.188t.312.013t.238.187t.062.338L16 10h4.05q.625 0 .9.55t-.075 1.05l-6.925 9.475q-.125.15-.287.188t-.313-.013t-.237-.187M4 18q-.425 0-.712-.288T3 17t.288-.712T4 16h6.55q.5 0 .75.313t.25.687t-.25.688t-.75.312zm-1-5q-.425 0-.712-.288T2 12t.288-.712T3 11h2.75q.5 0 .75.313t.25.687t-.25.688t-.75.312zm2-5q-.425 0-.712-.288T4 7t.288-.712T5 6h4.375q.5 0 .75.313t.25.687t-.25.688t-.75.312z");
16
+ }
17
+ </style><path class="r_npiubm"/>`,
18
+ "fallback": "material-symbols:bolt-boost-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.w16cinb {
14
+ fill: currentColor;
15
+ d: path("m13 21l1-7H7.975L16 3h1l-1 7h6.025L14 21zM3 18v-2h8.7l-.3 2zm-1-5v-2h5.7l-1.45 2zm2-5V6h7.35L9.9 8z");
16
+ }
17
+ </style><path class="w16cinb"/>`,
18
+ "fallback": "material-symbols:bolt-boost",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.r88nc7ac {
14
+ fill: currentColor;
15
+ d: path("M14.5 10.375q0-1.2-.837-2.037T11.625 7.5H8q-.325 0-.537.213t-.213.537t.213.538T8 9h3.625q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.15-.15q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225L7.45 11.8q-.3.3-.3.712t.3.713l1.275 1.25q.225.225.525.225t.525-.225t.225-.525t-.225-.525l-.15-.175h2q1.2 0 2.038-.838t.837-2.037M6.5 20q-1.025 0-1.875-.537T3.35 18H1q-.425 0-.712-.288T0 17v-5q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712L18 9.5l4.175.35q.825.075 1.325.625t.5 1.375V17q0 .425-.288.713T23 18h-2.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m0-2q.625 0 1.063-.437T8 16.5q0-.2.15-.35T8.5 16h7q.2 0 .35.15t.15.35q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5q0-.2.15-.35t.35-.15H22v-4.15l-4.675-.4q-.25-.025-.45-.15t-.325-.325L13.875 6.5H6.4l-1.75 4.85q-.125.3-.375.475T3.7 12H2v4h2.5q.2 0 .35.15t.15.35q0 .625.438 1.063T6.5 18m5.5-5.75");
16
+ }
17
+ </style><path class="r88nc7ac"/>`,
18
+ "fallback": "material-symbols:car-fan-recirculate-2-outline-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.oi8agpbb {
14
+ fill: currentColor;
15
+ d: path("m9.25 15l1.05-1.05l-.675-.7h2q1.2 0 2.038-.837t.837-2.038t-.837-2.037t-2.038-.838H7.25V9h4.375q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.675-.675L9.25 10l-2.5 2.5zM6.5 20q-1.025 0-1.875-.537T3.35 18H0v-8h3l2-5.5h10l3 5l6 .5v8h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m0-2q.625 0 1.063-.437T8 16.5V16h8v.5q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5V16h3v-4.15l-5.2-.45l-2.925-4.9H6.4l-2 5.5H2v4h3v.5q0 .625.438 1.063T6.5 18m5.5-5.75");
16
+ }
17
+ </style><path class="oi8agpbb"/>`,
18
+ "fallback": "material-symbols:car-fan-recirculate-2-outline-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.vw437-ya {
14
+ fill: currentColor;
15
+ d: path("m9.25 15l1.05-1.05l-.675-.7h2q1.2 0 2.038-.837t.837-2.038t-.837-2.037t-2.038-.838H7.25V9h4.375q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.675-.675L9.25 10l-2.5 2.5zM6.5 20q-1.025 0-1.875-.537T3.35 18H0v-6q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712L18 9.5l4.175.35q.825.075 1.325.625t.5 1.375V18h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m0-2q.625 0 1.063-.437T8 16.5V16h8v.5q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5V16h3v-4.15l-5.2-.45l-2.925-4.9H6.4l-2 5.5H2v4h3v.5q0 .625.438 1.063T6.5 18m5.5-5.75");
16
+ }
17
+ </style><path class="vw437-ya"/>`,
18
+ "fallback": "material-symbols:car-fan-recirculate-2-outline",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.opow-p8u {
14
+ fill: currentColor;
15
+ d: path("M14.5 10.375q0-1.2-.837-2.037T11.625 7.5H8q-.325 0-.537.213t-.213.537t.213.538T8 9h3.625q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.15-.15q.225-.225.225-.525t-.225-.525t-.525-.225t-.525.225L7.45 11.8q-.3.3-.3.712t.3.713l1.275 1.25q.225.225.525.225t.525-.225t.225-.525t-.225-.525l-.15-.175h2q1.2 0 2.038-.838t.837-2.037M6.5 20q-1.025 0-1.875-.537T3.35 18H1q-.425 0-.712-.288T0 17v-5q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712L18 9.5l4.175.35q.825.075 1.325.625t.5 1.375V17q0 .425-.288.713T23 18h-2.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20");
16
+ }
17
+ </style><path class="opow-p8u"/>`,
18
+ "fallback": "material-symbols:car-fan-recirculate-2-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -0,0 +1,22 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+
4
+ const viewBox = {"width":24,"height":24};
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ function Component({width, height, ...props}) {
8
+ return createElement(Icon, {
9
+ ...props,
10
+ width,
11
+ height,
12
+ viewBox,
13
+ "content": `<style>.ciy-innr {
14
+ fill: currentColor;
15
+ d: path("m9.25 15l1.05-1.05l-.675-.7h2q1.2 0 2.038-.837t.837-2.038t-.837-2.037t-2.038-.838H7.25V9h4.375q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.675-.675L9.25 10l-2.5 2.5zM6.5 20q-1.025 0-1.875-.537T3.35 18H0v-8h3l2-5.5h10l3 5l6 .5v8h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20");
16
+ }
17
+ </style><path class="ciy-innr"/>`,
18
+ "fallback": "material-symbols:car-fan-recirculate-2-sharp",
19
+ });
20
+ }
21
+
22
+ export default Component;