@iconify-react/material-symbols 1.0.3 → 1.0.5

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 (80) hide show
  1. package/components/b/blinds-2-closed-outline-rounded.jsx +22 -0
  2. package/components/b/blinds-2-closed-outline.jsx +22 -0
  3. package/components/b/blinds-2-closed-rounded.jsx +22 -0
  4. package/components/b/blinds-2-closed.jsx +22 -0
  5. package/components/b/blinds-2-outline-rounded.jsx +22 -0
  6. package/components/b/blinds-2-outline.jsx +22 -0
  7. package/components/b/blinds-2-rounded.jsx +22 -0
  8. package/components/b/blinds-2.jsx +22 -0
  9. package/components/g/garage-door-open-outline-rounded.jsx +22 -0
  10. package/components/g/garage-door-open-outline.jsx +22 -0
  11. package/components/g/garage-door-open-rounded.jsx +22 -0
  12. package/components/g/garage-door-open.jsx +22 -0
  13. package/components/g/garage-door-outline-rounded.jsx +3 -3
  14. package/components/g/garage-door-outline.jsx +3 -3
  15. package/components/g/garage-door-rounded.jsx +3 -3
  16. package/components/g/garage-door.jsx +3 -3
  17. package/components/l/light-group-2-outline-rounded.jsx +22 -0
  18. package/components/l/light-group-2-outline.jsx +22 -0
  19. package/components/l/light-group-2-rounded.jsx +22 -0
  20. package/components/l/light-group-2.jsx +22 -0
  21. package/components/l/lightstrip-outline-sharp.jsx +22 -0
  22. package/components/l/lightstrip-outline.jsx +22 -0
  23. package/components/l/lightstrip-sharp.jsx +22 -0
  24. package/components/l/lightstrip.jsx +22 -0
  25. package/components/m/movie-edit-off-outline-rounded.jsx +22 -0
  26. package/components/m/movie-edit-off-outline-sharp.jsx +22 -0
  27. package/components/m/movie-edit-off-outline.jsx +22 -0
  28. package/components/m/movie-edit-off-rounded.jsx +22 -0
  29. package/components/m/movie-edit-off-sharp.jsx +22 -0
  30. package/components/m/movie-edit-off.jsx +22 -0
  31. package/components/s/sell-cloud-outline-rounded.jsx +22 -0
  32. package/components/s/sell-cloud-outline-sharp.jsx +22 -0
  33. package/components/s/sell-cloud-outline.jsx +22 -0
  34. package/components/s/sell-cloud-rounded.jsx +22 -0
  35. package/components/s/sell-cloud-sharp.jsx +22 -0
  36. package/components/s/sell-cloud.jsx +22 -0
  37. package/components/s/shades-closed-outline-rounded.jsx +22 -0
  38. package/components/s/shades-closed-outline.jsx +22 -0
  39. package/components/s/shades-closed-rounded.jsx +22 -0
  40. package/components/s/shades-closed.jsx +22 -0
  41. package/components/s/shades-outline-rounded.jsx +22 -0
  42. package/components/s/shades-outline.jsx +22 -0
  43. package/components/s/shades-rounded.jsx +22 -0
  44. package/components/s/shades.jsx +22 -0
  45. package/components/s/soundbar-outline-rounded.jsx +22 -0
  46. package/components/s/soundbar-outline-sharp.jsx +22 -0
  47. package/components/s/soundbar-outline.jsx +22 -0
  48. package/components/s/soundbar-rounded.jsx +22 -0
  49. package/components/s/soundbar-sharp.jsx +22 -0
  50. package/components/s/soundbar.jsx +22 -0
  51. package/components/s/speaker-2-outline-rounded.jsx +22 -0
  52. package/components/s/speaker-2-outline-sharp.jsx +22 -0
  53. package/components/s/speaker-2-outline.jsx +22 -0
  54. package/components/s/speaker-2-rounded.jsx +22 -0
  55. package/components/s/speaker-2-sharp.jsx +22 -0
  56. package/components/s/speaker-2.jsx +22 -0
  57. package/components/s/subwoofer-outline-rounded.jsx +22 -0
  58. package/components/s/subwoofer-outline-sharp.jsx +22 -0
  59. package/components/s/subwoofer-outline.jsx +22 -0
  60. package/components/s/subwoofer-rounded.jsx +22 -0
  61. package/components/s/subwoofer-sharp.jsx +22 -0
  62. package/components/s/subwoofer.jsx +22 -0
  63. package/components/s/switch-off-outline-rounded.jsx +22 -0
  64. package/components/s/switch-off-outline-sharp.jsx +22 -0
  65. package/components/s/switch-off-outline.jsx +22 -0
  66. package/components/s/switch-off-rounded.jsx +22 -0
  67. package/components/s/switch-off-sharp.jsx +22 -0
  68. package/components/s/switch-off.jsx +22 -0
  69. package/components/s/switch-outline-rounded.jsx +3 -3
  70. package/components/s/switch-outline-sharp.jsx +3 -3
  71. package/components/s/switch-outline.jsx +3 -3
  72. package/components/s/switch-rounded.jsx +3 -3
  73. package/components/s/switch-sharp.jsx +3 -3
  74. package/components/s/switch.jsx +3 -3
  75. package/components/v/vacuum-2-on-outline.jsx +22 -0
  76. package/components/v/vacuum-2-on.jsx +22 -0
  77. package/components/v/vacuum-2-outline.jsx +22 -0
  78. package/components/v/vacuum-2.jsx +22 -0
  79. package/iconify.json +2 -2
  80. package/package.json +273 -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>.emnqqgjv {
14
+ fill: currentColor;
15
+ d: path("M9 22H6q-.425 0-.712-.288T5 21t.288-.712T6 20h3q.425 0 .713.288T10 21t-.288.713T9 22m9 0h-3q-.425 0-.712-.288T14 21t.288-.712T15 20h3q.425 0 .713.288T19 21t-.288.713T18 22M5.4 19q-.95 0-1.55-.712t-.425-1.638l2.275-13q.125-.725.688-1.187T7.675 2h8.65q.725 0 1.288.463T18.3 3.65l2.3 13q.175.925-.425 1.638t-1.55.712zm-.025-2H18.6L16.3 4H7.675zM12 16q1.65 0 2.825-1.175T16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16m0-2q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0-7q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7m0 5");
16
+ }
17
+ </style><path class="emnqqgjv"/>`,
18
+ "fallback": "material-symbols:subwoofer-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>.y2yv6gqh {
14
+ fill: currentColor;
15
+ d: path("M5 22v-2h5v2zm9 0v-2h5v2zM3 19L6 2h12l3 17zm2.375-2H18.6L16.3 4H7.675zM12 16q1.65 0 2.825-1.175T16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16m0-2q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0-7q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7m0 5");
16
+ }
17
+ </style><path class="y2yv6gqh"/>`,
18
+ "fallback": "material-symbols:subwoofer-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>.goisri8r {
14
+ fill: currentColor;
15
+ d: path("M5 22v-2h5v2zm9 0v-2h5v2zm-8.6-3q-.95 0-1.55-.712t-.425-1.638l2.275-13q.125-.725.688-1.187T7.675 2h8.65q.725 0 1.288.463T18.3 3.65l2.3 13q.175.925-.425 1.638t-1.55.712zm-.025-2H18.6L16.3 4H7.675zM12 16q1.65 0 2.825-1.175T16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16m0-2q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0-7q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7m0 5");
16
+ }
17
+ </style><path class="goisri8r"/>`,
18
+ "fallback": "material-symbols:subwoofer-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>.w0qm76bw {
14
+ fill: currentColor;
15
+ d: path("M9 22H6q-.425 0-.712-.288T5 21t.288-.712T6 20h3q.425 0 .713.288T10 21t-.288.713T9 22m9 0h-3q-.425 0-.712-.288T14 21t.288-.712T15 20h3q.425 0 .713.288T19 21t-.288.713T18 22M5.4 19q-.95 0-1.55-.712t-.425-1.638l2.275-13q.125-.725.688-1.187T7.675 2h8.65q.725 0 1.288.463T18.3 3.65l2.3 13q.175.925-.425 1.638t-1.55.712zm6.6-3q1.65 0 2.825-1.175T16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16m0-2q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0-7q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7");
16
+ }
17
+ </style><path class="w0qm76bw"/>`,
18
+ "fallback": "material-symbols:subwoofer-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>.l3fmvgbf {
14
+ fill: currentColor;
15
+ d: path("M5 22v-2h5v2zm9 0v-2h5v2zM3 19L6 2h12l3 17zm9-3q1.65 0 2.825-1.175T16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16m0-2q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0-7q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7");
16
+ }
17
+ </style><path class="l3fmvgbf"/>`,
18
+ "fallback": "material-symbols:subwoofer-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>.o2kh82bs {
14
+ fill: currentColor;
15
+ d: path("M5 22v-2h5v2zm9 0v-2h5v2zm-8.6-3q-.95 0-1.55-.712t-.425-1.638l2.275-13q.125-.725.688-1.187T7.675 2h8.65q.725 0 1.288.463T18.3 3.65l2.3 13q.175.925-.425 1.638t-1.55.712zm6.6-3q1.65 0 2.825-1.175T16 12t-1.175-2.825T12 8T9.175 9.175T8 12t1.175 2.825T12 16m0-2q-.825 0-1.412-.587T10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14m0-7q.425 0 .713-.288T13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7");
16
+ }
17
+ </style><path class="o2kh82bs"/>`,
18
+ "fallback": "material-symbols:subwoofer",
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>.xernlxna {
14
+ fill: currentColor;
15
+ d: path("M18 2q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22H6q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2zm0 2H6v16h12zm-3 3H9q-.425 0-.712.288T8 8v8q0 .425.288.713T9 17h6q.425 0 .713-.288T16 16V8q0-.425-.288-.712T15 7m-1 2v4h-4V9zm-2 8.75q-.325 0-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537T12 17.75m0-13q-.325 0-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537T12 4.75M12 12");
16
+ }
17
+ </style><path class="xernlxna"/>`,
18
+ "fallback": "material-symbols:switch-off-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>.zgg70jxd {
14
+ fill: currentColor;
15
+ d: path("M4 22V2h16v20zm2-2h12V4H6zm2-3h8V7H8zm6-8v4h-4V9zm-2 10.25q.325 0 .538-.225t.212-.525q0-.325-.213-.537T12 17.75q-.3 0-.525.213t-.225.537q0 .3.225.525t.525.225m0-13q.325 0 .538-.225t.212-.525q0-.325-.213-.537T12 4.75q-.3 0-.525.213t-.225.537q0 .3.225.525T12 6.25M12 12");
16
+ }
17
+ </style><path class="zgg70jxd"/>`,
18
+ "fallback": "material-symbols:switch-off-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>.v8qkblqt {
14
+ fill: currentColor;
15
+ d: path("M18 2q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22H6q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2zm0 2H6v16h12zm-2 3H8v10h8zm-2 2v4h-4V9zm-2 8.75q-.325 0-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537T12 17.75m0-13q-.325 0-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537T12 4.75M12 12");
16
+ }
17
+ </style><path class="v8qkblqt"/>`,
18
+ "fallback": "material-symbols:switch-off-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>.okj4k6bf {
14
+ fill: currentColor;
15
+ d: path("M18 2q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22H6q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2zm-3 5H9q-.425 0-.712.288T8 8v8q0 .425.288.713T9 17h6q.425 0 .713-.288T16 16V8q0-.425-.288-.712T15 7m-1 2v4h-4V9zm-2 9.75q-.325 0-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537T12 18.75m0-15q-.325 0-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537T12 3.75");
16
+ }
17
+ </style><path class="okj4k6bf"/>`,
18
+ "fallback": "material-symbols:switch-off-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>.izqyy-bc {
14
+ fill: currentColor;
15
+ d: path("M4 22V2h16v20zm4-5h8V7H8zm6-8v4h-4V9zm-2 11.25q.325 0 .538-.225t.212-.525q0-.325-.213-.537T12 18.75q-.3 0-.525.213t-.225.537q0 .3.225.525t.525.225m0-15q.325 0 .538-.225t.212-.525q0-.325-.213-.537T12 3.75q-.3 0-.525.213t-.225.537q0 .3.225.525T12 5.25");
16
+ }
17
+ </style><path class="izqyy-bc"/>`,
18
+ "fallback": "material-symbols:switch-off-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>.d3vwkhbo {
14
+ fill: currentColor;
15
+ d: path("M18 2q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22H6q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2zm-2 5H8v10h8zm-2 2v4h-4V9zm-2 9.75q-.325 0-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537T12 18.75m0-15q-.325 0-.537.213t-.213.537t.213.538t.537.212t.538-.213t.212-.537t-.213-.537T12 3.75");
16
+ }
17
+ </style><path class="d3vwkhbo"/>`,
18
+ "fallback": "material-symbols:switch-off",
19
+ });
20
+ }
21
+
22
+ export default Component;
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
10
10
  width,
11
11
  height,
12
12
  viewBox,
13
- "content": `<style>.ztw--nbr {
13
+ "content": `<style>.vphdpeby {
14
14
  fill: currentColor;
15
- d: path("M15 17q.425 0 .713-.288T16 16V8q0-.425-.288-.712T15 7H9q-.425 0-.712.288T8 8v8q0 .425.288.713T9 17zm-5-2V9h4v6zm-5 6q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zM5 5v14zm7.713 6.713Q13 11.425 13 11t-.288-.712T12 10t-.712.288T11 11t.288.713T12 12t.713-.288");
15
+ d: path("M6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h12q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm0-2h12V4H6zm3-3h6q.425 0 .713-.288T16 16V8q0-.425-.288-.712T15 7H9q-.425 0-.712.288T8 8v8q0 .425.288.713T9 17m1-2v-4h4v4zm2-8.75q.325 0 .538-.213t.212-.537t-.213-.537T12 4.75t-.537.213t-.213.537t.213.538t.537.212m0 13q.325 0 .538-.213t.212-.537t-.213-.537T12 17.75t-.537.213t-.213.537t.213.538t.537.212M12 12");
16
16
  }
17
- </style><path class="ztw--nbr"/>`,
17
+ </style><path class="vphdpeby"/>`,
18
18
  "fallback": "material-symbols:switch-outline-rounded",
19
19
  });
20
20
  }
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
10
10
  width,
11
11
  height,
12
12
  viewBox,
13
- "content": `<style>.z1q270b {
13
+ "content": `<style>.ol-woebh {
14
14
  fill: currentColor;
15
- d: path("M8 17h8V7H8zm2-2V9h4v6zm1-3h2v-2h-2zm-8 9V3h18v18zm2-2h14V5H5zm0 0V5z");
15
+ d: path("M4 22V2h16v20zm2-2h12V4H6zm2-3h8V7H8zm2-2v-4h4v4zm2-8.75q.3 0 .525-.213t.225-.537q0-.3-.225-.525T12 4.75q-.325 0-.537.225t-.213.525q0 .325.213.538T12 6.25m0 13q.3 0 .525-.213t.225-.537q0-.3-.225-.525T12 17.75q-.325 0-.537.225t-.213.525q0 .325.213.538t.537.212M12 12");
16
16
  }
17
- </style><path class="z1q270b"/>`,
17
+ </style><path class="ol-woebh"/>`,
18
18
  "fallback": "material-symbols:switch-outline-sharp",
19
19
  });
20
20
  }
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
10
10
  width,
11
11
  height,
12
12
  viewBox,
13
- "content": `<style>.gbcyjbc {
13
+ "content": `<style>.q5phdxbp {
14
14
  fill: currentColor;
15
- d: path("M8 17h8V7H8zm2-2V9h4v6zm1-3h2v-2h-2zm-6 9q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zM5 5v14z");
15
+ d: path("M6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h12q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm0-2h12V4H6zm2-3h8V7H8zm2-2v-4h4v4zm2-8.75q.325 0 .538-.213t.212-.537t-.213-.537T12 4.75t-.537.213t-.213.537t.213.538t.537.212m0 13q.325 0 .538-.213t.212-.537t-.213-.537T12 17.75t-.537.213t-.213.537t.213.538t.537.212M12 12");
16
16
  }
17
- </style><path class="gbcyjbc"/>`,
17
+ </style><path class="q5phdxbp"/>`,
18
18
  "fallback": "material-symbols:switch-outline",
19
19
  });
20
20
  }
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
10
10
  width,
11
11
  height,
12
12
  viewBox,
13
- "content": `<style>.vco4_9bb {
13
+ "content": `<style>.zfj734kn {
14
14
  fill: currentColor;
15
- d: path("M15 17q.425 0 .713-.288T16 16V8q0-.425-.288-.712T15 7H9q-.425 0-.712.288T8 8v8q0 .425.288.713T9 17zm-5-2V9h4v6zm-5 6q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm7.713-9.287Q13 11.425 13 11t-.288-.712T12 10t-.712.288T11 11t.288.713T12 12t.713-.288");
15
+ d: path("M6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h12q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm3-5h6q.425 0 .713-.288T16 16V8q0-.425-.288-.712T15 7H9q-.425 0-.712.288T8 8v8q0 .425.288.713T9 17m1-2v-4h4v4zm2-9.75q.325 0 .538-.213t.212-.537t-.213-.537T12 3.75t-.537.213t-.213.537t.213.538t.537.212m0 15q.325 0 .538-.213t.212-.537t-.213-.537T12 18.75t-.537.213t-.213.537t.213.538t.537.212");
16
16
  }
17
- </style><path class="vco4_9bb"/>`,
17
+ </style><path class="zfj734kn"/>`,
18
18
  "fallback": "material-symbols:switch-rounded",
19
19
  });
20
20
  }
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
10
10
  width,
11
11
  height,
12
12
  viewBox,
13
- "content": `<style>.j45sik {
13
+ "content": `<style>.oxzne37y {
14
14
  fill: currentColor;
15
- d: path("M8 17h8V7H8zm2-2V9h4v6zm1-3h2v-2h-2zm-8 9V3h18v18z");
15
+ d: path("M4 22V2h16v20zm4-5h8V7H8zm2-2v-4h4v4zm2-9.75q.3 0 .525-.213t.225-.537q0-.3-.225-.525T12 3.75q-.325 0-.537.225t-.213.525q0 .325.213.538T12 5.25m0 15q.3 0 .525-.213t.225-.537q0-.3-.225-.525T12 18.75q-.325 0-.537.225t-.213.525q0 .325.213.538t.537.212");
16
16
  }
17
- </style><path class="j45sik"/>`,
17
+ </style><path class="oxzne37y"/>`,
18
18
  "fallback": "material-symbols:switch-sharp",
19
19
  });
20
20
  }
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
10
10
  width,
11
11
  height,
12
12
  viewBox,
13
- "content": `<style>.cn49_jj {
13
+ "content": `<style>.v61hjeae {
14
14
  fill: currentColor;
15
- d: path("M8 17h8V7H8zm2-2V9h4v6zm1-3h2v-2h-2zm-6 9q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21z");
15
+ d: path("M6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h12q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm2-5h8V7H8zm2-2v-4h4v4zm2-9.75q.325 0 .538-.213t.212-.537t-.213-.537T12 3.75t-.537.213t-.213.537t.213.538t.537.212m0 15q.325 0 .538-.213t.212-.537t-.213-.537T12 18.75t-.537.213t-.213.537t.213.538t.537.212");
16
16
  }
17
- </style><path class="cn49_jj"/>`,
17
+ </style><path class="v61hjeae"/>`,
18
18
  "fallback": "material-symbols:switch",
19
19
  });
20
20
  }
@@ -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>.wk561hbr {
14
+ fill: currentColor;
15
+ d: path("M4 21q.425 0 .713-.288T5 20t-.288-.712T4 19t-.712.288T3 20t.288.713T4 21m-2 2q.425 0 .713-.288T3 22t-.288-.712T2 21t-.712.288T1 22t.288.713T2 23m10-11q-.425 0-.712-.288T11 11t.288-.712T12 10t.713.288T13 11t-.288.713T12 12m-1.575 5l-1.35 1.35q.675.325 1.4.488T12 19t1.525-.162t1.4-.488L13.6 17zM12 5q-1.45 0-2.725.55T7.05 7.05t-1.5 2.225T5 12q0 1.575.638 2.925t1.737 2.3l1.4-1.4q-.8-.7-1.287-1.687T7 12q0-2.075 1.463-3.537T12 7t3.538 1.463T17 12q0 1.15-.488 2.138t-1.287 1.687l1.4 1.4q1.1-.95 1.738-2.3T19 12q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12 5m0 4q-1.25 0-2.125.875T9 12t.875 2.125T12 15t2.125-.875T15 12t-.875-2.125T12 9m0 12q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3t3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21m8 0q-.425 0-.712-.288T19 20t.288-.712T20 19t.713.288T21 20t-.288.713T20 21m2 2q-.425 0-.712-.288T21 22t.288-.712T22 21t.713.288T23 22t-.288.713T22 23");
16
+ }
17
+ </style><path class="wk561hbr"/>`,
18
+ "fallback": "material-symbols:vacuum-2-on-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>.d037zhvv {
14
+ fill: currentColor;
15
+ d: path("M12 12q.425 0 .713-.288T13 11t-.288-.712T12 10t-.712.288T11 11t.288.713T12 12m-2.575 6H14.6l1.825 1.825q-.975.575-2.1.875T12 21t-2.312-.3t-2.088-.875zM12 3q1.875 0 3.513.713t2.85 1.924t1.925 2.85T21 12q0 1.975-.8 3.688t-2.15 2.962l-2.125-2.125q.95-.825 1.513-2T18 12q0-2.5-1.75-4.25T12 6T7.75 7.75T6 12q0 1.35.563 2.525t1.512 2L5.95 18.65Q4.6 17.4 3.8 15.687T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3m0 5q1.65 0 2.825 1.175T16 12t-1.175 2.825T12 16t-2.825-1.175T8 12t1.175-2.825T12 8M4 21q.425 0 .713-.288T5 20t-.288-.712T4 19t-.712.288T3 20t.288.713T4 21m-2 2q.425 0 .713-.288T3 22t-.288-.712T2 21t-.712.288T1 22t.288.713T2 23m18-2q-.425 0-.712-.288T19 20t.288-.712T20 19t.713.288T21 20t-.288.713T20 21m2 2q-.425 0-.712-.288T21 22t.288-.712T22 21t.713.288T23 22t-.288.713T22 23");
16
+ }
17
+ </style><path class="d037zhvv"/>`,
18
+ "fallback": "material-symbols:vacuum-2-on",
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>.lky9_wdi {
14
+ fill: currentColor;
15
+ d: path("M12 12q-.425 0-.712-.288T11 11t.288-.712T12 10t.713.288T13 11t-.288.713T12 12m-1.575 5l-1.35 1.35q.675.325 1.4.488T12 19t1.525-.162t1.4-.488L13.6 17zM12 5q-1.45 0-2.725.55T7.05 7.05t-1.5 2.225T5 12q0 1.575.638 2.925t1.737 2.3l1.4-1.4q-.8-.7-1.287-1.687T7 12q0-2.075 1.463-3.537T12 7t3.538 1.463T17 12q0 1.15-.488 2.138t-1.287 1.687l1.4 1.4q1.1-.95 1.738-2.3T19 12q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12 5m0 4q-1.25 0-2.125.875T9 12t.875 2.125T12 15t2.125-.875T15 12t-.875-2.125T12 9m0 12q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3t3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21");
16
+ }
17
+ </style><path class="lky9_wdi"/>`,
18
+ "fallback": "material-symbols:vacuum-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>.ymd5b9kb {
14
+ fill: currentColor;
15
+ d: path("M12 12q.425 0 .713-.288T13 11t-.288-.712T12 10t-.712.288T11 11t.288.713T12 12m-2.575 6H14.6l1.825 1.825q-.975.575-2.1.875T12 21t-2.312-.3t-2.088-.875zM12 3q1.875 0 3.513.713t2.85 1.924t1.925 2.85T21 12q0 1.975-.8 3.688t-2.15 2.962l-2.125-2.125q.95-.825 1.513-2T18 12q0-2.5-1.75-4.25T12 6T7.75 7.75T6 12q0 1.35.563 2.525t1.512 2L5.95 18.65Q4.6 17.4 3.8 15.687T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3m0 5q1.65 0 2.825 1.175T16 12t-1.175 2.825T12 16t-2.825-1.175T8 12t1.175-2.825T12 8");
16
+ }
17
+ </style><path class="ymd5b9kb"/>`,
18
+ "fallback": "material-symbols:vacuum-2",
19
+ });
20
+ }
21
+
22
+ export default Component;
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "material-symbols",
3
3
  "info": {
4
4
  "name": "Material Symbols",
5
- "total": 15222,
5
+ "total": 15260,
6
6
  "author": {
7
7
  "name": "Google",
8
8
  "url": "https://github.com/google/material-design-icons"
@@ -27,5 +27,5 @@
27
27
  ],
28
28
  "palette": false
29
29
  },
30
- "lastModified": 1773740798
30
+ "lastModified": 1775277956
31
31
  }