@iconify-react/material-symbols-light 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>.g3iykbbh {
14
+ fill: currentColor;
15
+ d: path("M12 12.404q1.362 0 2.306-.935q.944-.934.944-2.296t-.944-2.315q-.944-.954-2.306-.954t-2.306.954t-.944 2.315t.944 2.296t2.306.935m0-1q-.928 0-1.589-.655t-.661-1.58t.661-1.586T12 6.923t1.589.66t.661 1.585t-.661 1.581t-1.589.655m0 4.154q.29 0 .51-.21t.22-.521q0-.29-.22-.51t-.52-.22t-.51.22t-.21.52t.21.51t.52.21M15.654 21H8.327v-1h.923q.748 0 1.33-.458t.799-1.177H6V3h12v15.366h-5.379q.218.719.794 1.176T14.75 20h.904z");
16
+ }
17
+ </style><path class="g3iykbbh"/>`,
18
+ "fallback": "material-symbols-light:speaker-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>.grga7wbi {
14
+ fill: currentColor;
15
+ d: path("M12 12.404q1.362 0 2.306-.935q.944-.934.944-2.296t-.944-2.315q-.944-.954-2.306-.954t-2.306.954t-.944 2.315t.944 2.296t2.306.935m0-1q-.921 0-1.586-.655q-.664-.655-.664-1.576q0-.94.665-1.595q.664-.655 1.585-.655t1.586.655t.664 1.595q0 .921-.664 1.576q-.665.655-1.586.655m0 4.154q.29 0 .51-.211q.22-.21.22-.52q0-.29-.22-.51t-.51-.22q-.31 0-.52.22t-.21.51q0 .31.21.52t.52.21M15.654 21H8.327v-1h.923q.748 0 1.33-.458t.799-1.177H7.616q-.691 0-1.153-.462T6 16.75V4.616q0-.691.463-1.153T7.616 3h8.769q.69 0 1.153.463T18 4.616V16.75q0 .69-.462 1.153t-1.153.463H12.62q.218.719.79 1.176q.572.458 1.339.458h.904z");
16
+ }
17
+ </style><path class="grga7wbi"/>`,
18
+ "fallback": "material-symbols-light:speaker-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>.vuy0_shx {
14
+ fill: currentColor;
15
+ d: path("M9.308 21.5H6q-.213 0-.356-.144t-.144-.357t.144-.356T6 20.5h3.308q.212 0 .356.144t.144.357t-.144.356t-.356.143m8.692 0h-3.308q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H18q.213 0 .356.144t.144.357t-.144.356T18 21.5M5.977 19q-.7 0-1.156-.53t-.338-1.224l2.102-13q.092-.548.507-.897T8.06 3h7.88q.545 0 .967.347t.508.9l2.108 13q.117.694-.327 1.223t-1.148.53zm.11-1h11.82q.29 0 .462-.221t.135-.49l-2.07-12.77q-.038-.23-.211-.375Q16.05 4 15.819 4H8.156q-.231 0-.394.144t-.202.375L5.47 17.29q-.038.269.145.49q.182.221.47.221M12 15.846q1.362 0 2.306-.944t.944-2.306t-.944-2.305T12 9.346t-2.306.945t-.944 2.305t.944 2.306t2.306.944m0-1q-.928 0-1.589-.663t-.661-1.595t.661-1.587T12 10.346t1.589.66t.661 1.585t-.661 1.59t-1.589.665m0-7.615q.29 0 .51-.21t.22-.521q0-.29-.22-.51t-.52-.22t-.51.22t-.21.52t.21.51t.52.21m0 5.366");
16
+ }
17
+ </style><path class="vuy0_shx"/>`,
18
+ "fallback": "material-symbols-light: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>.a02zlobx {
14
+ fill: currentColor;
15
+ d: path("M5.5 21.5v-1h4.308v1zm8.692 0v-1H18.5v1zm-10-2.5L6.796 3h10.416l2.596 16zm1.164-1h13.263L16.34 4H7.637zM12 15.846q1.362 0 2.306-.944t.944-2.306t-.944-2.305T12 9.346t-2.306.945t-.944 2.305t.944 2.306t2.306.944m0-1q-.928 0-1.589-.663t-.661-1.595t.661-1.587T12 10.346t1.589.66t.661 1.585t-.661 1.59t-1.589.665m0-7.615q.29 0 .51-.21t.22-.521q0-.29-.22-.51t-.52-.22t-.51.22t-.21.52t.21.51t.52.21m0 5.366");
16
+ }
17
+ </style><path class="a02zlobx"/>`,
18
+ "fallback": "material-symbols-light: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>.sldababb {
14
+ fill: currentColor;
15
+ d: path("M5.5 21.5v-1h4.308v1zm8.692 0v-1H18.5v1zM5.977 19q-.7 0-1.156-.53t-.338-1.224l2.102-13q.092-.548.507-.897T8.06 3h7.88q.545 0 .967.347t.508.9l2.108 13q.117.694-.327 1.223t-1.148.53zm.11-1h11.82q.29 0 .462-.221t.135-.49l-2.07-12.77q-.038-.23-.211-.375Q16.05 4 15.819 4H8.156q-.231 0-.394.144t-.202.375L5.47 17.29q-.038.269.145.49q.182.221.47.221M12 15.846q1.362 0 2.306-.944t.944-2.306t-.944-2.305T12 9.346t-2.306.945t-.944 2.305t.944 2.306t2.306.944m0-1q-.928 0-1.589-.663t-.661-1.595t.661-1.587T12 10.346t1.589.66t.661 1.585t-.661 1.59t-1.589.665m0-7.615q.29 0 .51-.21t.22-.521q0-.29-.22-.51t-.52-.22t-.51.22t-.21.52t.21.51t.52.21m0 5.366");
16
+ }
17
+ </style><path class="sldababb"/>`,
18
+ "fallback": "material-symbols-light: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>.g4vqa2vk {
14
+ fill: currentColor;
15
+ d: path("M9.308 21.5H6q-.213 0-.356-.144t-.144-.357t.144-.356T6 20.5h3.308q.212 0 .356.144t.144.357t-.144.356t-.356.143m8.692 0h-3.308q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H18q.213 0 .356.144t.144.357t-.144.356T18 21.5M5.977 19q-.7 0-1.156-.53t-.338-1.224l2.102-13q.092-.548.507-.897T8.06 3h7.88q.545 0 .967.347t.508.9l2.108 13q.117.694-.327 1.223t-1.148.53zM12 15.846q1.362 0 2.306-.944t.944-2.306t-.944-2.305T12 9.346t-2.306.945t-.944 2.305t.944 2.306t2.306.944m0-1q-.928 0-1.589-.663t-.661-1.595t.661-1.587T12 10.346t1.589.66t.661 1.585t-.661 1.59t-1.589.665m0-7.615q.29 0 .51-.21t.22-.521q0-.29-.22-.51t-.52-.22t-.51.22t-.21.52t.21.51t.52.21");
16
+ }
17
+ </style><path class="g4vqa2vk"/>`,
18
+ "fallback": "material-symbols-light: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>.os0t5xby {
14
+ fill: currentColor;
15
+ d: path("M5.5 21.5v-1h4.308v1zm8.692 0v-1H18.5v1zm-10-2.5L6.796 3h10.416l2.596 16zM12 15.846q1.362 0 2.306-.944t.944-2.306t-.944-2.305T12 9.346t-2.306.945t-.944 2.305t.944 2.306t2.306.944m0-1q-.928 0-1.589-.663t-.661-1.595t.661-1.587T12 10.346t1.589.66t.661 1.585t-.661 1.59t-1.589.665m0-7.615q.29 0 .51-.21t.22-.521q0-.29-.22-.51t-.52-.22t-.51.22t-.21.52t.21.51t.52.21");
16
+ }
17
+ </style><path class="os0t5xby"/>`,
18
+ "fallback": "material-symbols-light: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>.bhhffllb {
14
+ fill: currentColor;
15
+ d: path("M5.5 21.5v-1h4.308v1zm8.692 0v-1H18.5v1zM5.977 19q-.7 0-1.156-.53t-.338-1.224l2.102-13q.092-.548.507-.897T8.06 3h7.88q.545 0 .967.347t.508.9l2.108 13q.117.694-.327 1.223t-1.148.53zM12 15.846q1.362 0 2.306-.944t.944-2.306t-.944-2.305T12 9.346t-2.306.945t-.944 2.305t.944 2.306t2.306.944m0-1q-.928 0-1.589-.663t-.661-1.595t.661-1.587T12 10.346t1.589.66t.661 1.585t-.661 1.59t-1.589.665m0-7.615q.29 0 .51-.21t.22-.521q0-.29-.22-.51t-.52-.22t-.51.22t-.21.52t.21.51t.52.21");
16
+ }
17
+ </style><path class="bhhffllb"/>`,
18
+ "fallback": "material-symbols-light: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>.uz8yy7ba {
14
+ fill: currentColor;
15
+ d: path("M17.404 3q.69 0 1.153.463t.462 1.152v14.77q0 .69-.462 1.152T17.404 21H6.616q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3zm-.02 1H6.596q-.269 0-.442.173t-.173.443v14.769q0 .269.173.442t.442.173h10.789q.269 0 .452-.173q.182-.173.182-.443L18 4.616q0-.27-.173-.443T17.385 4M14.5 7.712H9.542q-.351 0-.581.232t-.23.575v6.943q0 .343.232.575t.576.232h4.958q.351 0 .581-.232t.23-.575V8.519q0-.343-.232-.575t-.576-.232m-.192 1v4.673H9.73V8.71zm-2.304 8.75q-.29 0-.484.19t-.193.479t.19.484t.48.193t.483-.19t.193-.48t-.19-.483t-.48-.194m0-12.288q-.29 0-.483.19t-.193.48t.19.493t.48.203t.483-.203t.193-.493t-.19-.48t-.48-.19M12 12");
16
+ }
17
+ </style><path class="uz8yy7ba"/>`,
18
+ "fallback": "material-symbols-light: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>.r9l4q2nd {
14
+ fill: currentColor;
15
+ d: path("M4.98 21V3H19v18zm1-1H18V4H5.98zm2.732-3.73h6.577V7.711H8.71zm5.577-7.558v4.672H9.712V8.712zM11.98 18.807q.292 0 .482-.201t.19-.469q0-.29-.188-.493q-.19-.203-.479-.203q-.267 0-.472.203q-.206.203-.206.493q0 .268.202.469t.47.2m0-12.288q.293 0 .483-.2q.19-.202.19-.47q0-.29-.188-.483q-.19-.193-.479-.193q-.267 0-.472.193q-.206.193-.206.488q0 .273.202.469t.47.196m0 5.481");
16
+ }
17
+ </style><path class="r9l4q2nd"/>`,
18
+ "fallback": "material-symbols-light: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>.kms9x3br {
14
+ fill: currentColor;
15
+ d: path("M17.404 3q.69 0 1.153.463t.462 1.152v14.77q0 .69-.462 1.152T17.404 21H6.616q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3zm-.02 1H6.596q-.269 0-.442.173t-.173.443v14.769q0 .269.173.442t.442.173h10.789q.269 0 .452-.173q.182-.173.182-.443L18 4.616q0-.27-.173-.443T17.385 4m-2.077 3.712H8.73v8.557h6.577zm-1 1v4.673H9.73V8.71zM12 17.462q-.286 0-.48.193t-.193.48t.193.48t.48.193t.48-.194t.193-.48q0-.286-.193-.48t-.48-.192m0-12.289q-.287 0-.48.193t-.193.48t.193.49t.48.202t.48-.203t.193-.489t-.193-.48t-.48-.193M12 12");
16
+ }
17
+ </style><path class="kms9x3br"/>`,
18
+ "fallback": "material-symbols-light: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>.y9es4nbd {
14
+ fill: currentColor;
15
+ d: path("M17.404 3q.69 0 1.153.463t.462 1.152v14.77q0 .69-.462 1.152T17.404 21H6.616q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3zM14.5 7.712H9.542q-.351 0-.581.232t-.23.575v6.943q0 .343.232.575t.576.232h4.958q.351 0 .581-.232t.23-.575V8.519q0-.343-.232-.575t-.576-.232m-.192 1v4.673H9.73V8.71zm-2.304 9.25q-.29 0-.484.19t-.193.479t.19.484t.48.193t.483-.19t.193-.48t-.19-.483t-.48-.194m.02-13.288q-.29 0-.483.19t-.194.48t.19.483t.48.193t.483-.19t.193-.48t-.19-.483t-.48-.193");
16
+ }
17
+ </style><path class="y9es4nbd"/>`,
18
+ "fallback": "material-symbols-light: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>.dmp2z3bi {
14
+ fill: currentColor;
15
+ d: path("M4.98 21V3H19v18zm3.732-4.73h6.577V7.711H8.71zm5.577-7.558v4.672H9.712V8.712zM11.98 19.307q.292 0 .482-.201t.19-.469q0-.29-.188-.493q-.19-.203-.479-.203q-.267 0-.472.203q-.206.203-.206.493q0 .268.202.469t.47.2m.017-13.288q.29 0 .483-.2q.193-.202.193-.47q0-.29-.193-.492q-.193-.203-.488-.203q-.273 0-.469.203q-.196.202-.196.493q0 .267.2.468q.202.201.47.201");
16
+ }
17
+ </style><path class="dmp2z3bi"/>`,
18
+ "fallback": "material-symbols-light: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>.l5170xbs {
14
+ fill: currentColor;
15
+ d: path("M17.404 3q.69 0 1.153.463t.462 1.152v14.77q0 .69-.462 1.152T17.404 21H6.616q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3zm-2.096 4.712H8.73v8.557h6.577zm-1 1v4.673H9.73V8.71zm-2.305 9.25q-.29 0-.483.19t-.193.479t.19.484t.48.193t.483-.19t.193-.48t-.19-.483t-.48-.194m.02-13.288q-.29 0-.484.19t-.193.48t.19.483t.48.193t.483-.19t.193-.48t-.19-.483q-.189-.193-.48-.193");
16
+ }
17
+ </style><path class="l5170xbs"/>`,
18
+ "fallback": "material-symbols-light: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>.fbx4aacn {
13
+ "content": `<style>.e60bw83j {
14
14
  fill: currentColor;
15
- d: path("M14.692 16.5q.349 0 .578-.23t.23-.578V8.308q0-.348-.23-.578t-.578-.23H9.308q-.348 0-.578.23t-.23.578v7.384q0 .349.23.578t.578.23zm-5.192-1v-7h5v7zM5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zm0-1h12.769q.23 0 .423-.192t.192-.424V5.616q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192M5 5v14zm7.578 6.578q.23-.23.23-.578t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.578t.578.23t.578-.23");
15
+ d: path("M6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h10.788q.69 0 1.153.463t.462 1.153v14.769q0 .69-.462 1.153T17.404 21zm0-1h10.788q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.404 4H6.616q-.27 0-.452.173q-.183.173-.183.443v14.769q0 .269.183.442q.182.173.452.173m2.903-3.712h4.959q.35 0 .58-.232t.23-.575V8.539q0-.344-.232-.576t-.575-.232H9.522q-.35 0-.58.232t-.23.576v6.942q0 .343.232.575t.575.233m.193-1v-4.673h4.577v4.673zm2.285-8.75q.29 0 .483-.19t.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.194m0 12.288q.29 0 .483-.19t.193-.48t-.19-.492t-.48-.203t-.483.203t-.193.493t.19.48t.48.189M12 12");
16
16
  }
17
- </style><path class="fbx4aacn"/>`,
17
+ </style><path class="e60bw83j"/>`,
18
18
  "fallback": "material-symbols-light: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>.vu4sn0p {
13
+ "content": `<style>.jx7nwqbb {
14
14
  fill: currentColor;
15
- d: path("M8.5 16.5h7v-9h-7zm1-1v-7h5v7zm1.692-3.692h1.616v-1.616h-1.616zM4 20V4h16v16zm1-1h14V5H5zm0 0V5z");
15
+ d: path("M4.98 21V3H19v18zm1-1H18V4H5.98zm2.712-3.712h6.577V7.731H8.692zm1-1v-4.672h4.577v4.673zm2.303-8.73q.267 0 .472-.203q.206-.203.206-.493q0-.268-.202-.469t-.471-.2q-.292 0-.482.2q-.191.201-.191.469q0 .29.189.493q.19.203.479.203m0 12.269q.267 0 .472-.193q.206-.193.206-.489q0-.272-.202-.468T12 17.481q-.292 0-.482.2q-.191.201-.191.47q0 .29.189.483q.19.193.479.193M12 12");
16
16
  }
17
- </style><path class="vu4sn0p"/>`,
17
+ </style><path class="jx7nwqbb"/>`,
18
18
  "fallback": "material-symbols-light: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>.yaztp9bo {
13
+ "content": `<style>.dg51wqbo {
14
14
  fill: currentColor;
15
- d: path("M8.5 16.5h7v-9h-7zm1-1v-7h5v7zm1.692-3.692h1.616v-1.616h-1.616zM5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zm0-1h12.769q.23 0 .423-.192t.192-.424V5.616q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192M5 5v14z");
15
+ d: path("M6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h10.788q.69 0 1.153.463t.462 1.153v14.769q0 .69-.462 1.153T17.404 21zm0-1h10.788q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.404 4H6.616q-.27 0-.443.173T6 4.616v14.769q0 .269.173.442t.443.173m2.096-3.712h6.577V7.731H8.71zm1-1v-4.672h4.577v4.673zM12 6.538q.287 0 .48-.193t.193-.48t-.193-.48t-.48-.193t-.48.194t-.193.48t.193.48t.48.193m0 12.288q.287 0 .48-.193t.193-.48t-.193-.49t-.48-.202t-.48.203t-.193.489t.193.48t.48.193M12 12");
16
16
  }
17
- </style><path class="yaztp9bo"/>`,
17
+ </style><path class="dg51wqbo"/>`,
18
18
  "fallback": "material-symbols-light: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>.qung0mbm {
13
+ "content": `<style>.oje4zcbr {
14
14
  fill: currentColor;
15
- d: path("M14.692 16.5q.349 0 .578-.23t.23-.578V8.308q0-.348-.23-.578t-.578-.23H9.308q-.348 0-.578.23t-.23.578v7.384q0 .349.23.578t.578.23zm-5.192-1v-7h5v7zM5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zm6.962-8.422q.23-.23.23-.578t-.23-.578t-.578-.23t-.578.23t-.23.578t.23.578t.578.23t.578-.23");
15
+ d: path("M6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h10.788q.69 0 1.153.463t.462 1.153v14.769q0 .69-.462 1.153T17.404 21zm2.903-4.711h4.959q.35 0 .58-.233q.23-.232.23-.575V8.539q0-.344-.232-.576t-.575-.232H9.522q-.35 0-.58.232t-.23.576v6.942q0 .343.232.575t.575.233m.193-1v-4.673h4.577v4.673zm2.285-9.25q.29 0 .483-.19t.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.194m0 13.288q.29 0 .483-.19t.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193");
16
16
  }
17
- </style><path class="qung0mbm"/>`,
17
+ </style><path class="oje4zcbr"/>`,
18
18
  "fallback": "material-symbols-light: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>.mymnw-y {
13
+ "content": `<style>.on3e_0is {
14
14
  fill: currentColor;
15
- d: path("M8.5 16.5h7v-9h-7zm1-1v-7h5v7zm1.692-3.692h1.616v-1.616h-1.616zM4 20V4h16v16z");
15
+ d: path("M4.98 21V3H19v18zm3.712-4.711h6.577V7.73H8.692zm1-1v-4.673h4.577v4.673zm2.303-9.231q.267 0 .472-.203q.206-.203.206-.493q0-.268-.202-.469t-.471-.2q-.292 0-.482.2q-.191.201-.191.469q0 .29.189.493q.19.203.479.203m-.006 13.288q.273 0 .469-.203t.196-.493q0-.267-.201-.468q-.2-.201-.469-.201q-.29 0-.483.2q-.193.201-.193.47q0 .29.193.492q.193.203.488.203");
16
16
  }
17
- </style><path class="mymnw-y"/>`,
17
+ </style><path class="on3e_0is"/>`,
18
18
  "fallback": "material-symbols-light: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>.ebg3kyb {
13
+ "content": `<style>.u14p06bk {
14
14
  fill: currentColor;
15
- d: path("M8.5 16.5h7v-9h-7zm1-1v-7h5v7zm1.692-3.692h1.616v-1.616h-1.616zM5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20z");
15
+ d: path("M6.616 21q-.691 0-1.153-.462T5 19.385V4.615q0-.69.463-1.152T6.616 3h10.788q.69 0 1.153.463t.462 1.153v14.769q0 .69-.462 1.153T17.404 21zm2.096-4.711h6.577V7.73H8.71zm1-1v-4.673h4.577v4.673zm2.285-9.25q.29 0 .483-.19t.193-.48t-.19-.484t-.48-.193t-.483.19t-.193.48t.19.483t.48.193m0 13.289q.29 0 .483-.19t.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.483t.48.193");
16
16
  }
17
- </style><path class="ebg3kyb"/>`,
17
+ </style><path class="u14p06bk"/>`,
18
18
  "fallback": "material-symbols-light: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>.p69-_gsf {
14
+ fill: currentColor;
15
+ d: path("M4 20.73q.31 0 .52-.22t.21-.51q0-.31-.21-.52T4 19.27q-.29 0-.51.21t-.22.52q0 .29.22.51t.51.22m-2 2q.31 0 .52-.22t.21-.51q0-.31-.21-.52T2 21.27q-.29 0-.51.21t-.22.52q0 .29.22.51t.51.22m10-10.922q-.31 0-.52-.22t-.21-.511q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22m-1.671 4.443l-1.812 1.812q.771.46 1.65.698q.88.24 1.833.24t1.833-.24q.879-.239 1.65-.699l-1.825-1.811zM12 5q-1.45 0-2.725.55T7.05 7.05t-1.5 2.225T5 12q0 1.69.724 3.108t1.959 2.367l1.958-1.958q-.858-.565-1.375-1.485q-.516-.92-.516-2.032q0-1.767 1.241-3.009T12 7.75t3.009 1.241Q16.25 10.233 16.25 12q0 1.112-.516 2.041q-.517.93-1.374 1.495l1.957 1.958q1.235-.95 1.959-2.377T19 12q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12 5m0 3.75q-1.365 0-2.308.952T8.75 12q0 1.366.942 2.308T12 15.25q1.346 0 2.298-.942T15.25 12q0-1.346-.952-2.298T12 8.75M12 20q-1.664 0-3.118-.626T6.34 17.66t-1.714-2.542T4 12t.626-3.118T6.34 6.34t2.542-1.714T12 4t3.118.626T17.66 6.34t1.714 2.542T20 12t-.626 3.118t-1.714 2.542t-2.542 1.714T12 20m8 .73q-.31 0-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22m2 2q-.31 0-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22");
16
+ }
17
+ </style><path class="p69-_gsf"/>`,
18
+ "fallback": "material-symbols-light: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>.taj_51ch {
14
+ fill: currentColor;
15
+ d: path("M12 11.808q.29 0 .51-.22t.22-.511q0-.31-.22-.52t-.51-.21q-.31 0-.52.21t-.21.52q0 .29.21.51t.52.22m-2.575 5.655h5.137l1.46 1.44q-.899.517-1.908.808Q13.104 20 12 20t-2.11-.29q-1.007-.29-1.906-.808zM12 4q1.644 0 3.099.636q1.455.635 2.542 1.723T19.365 8.9Q20 10.356 20 12q0 1.956-.858 3.591q-.857 1.636-2.284 2.732l-1.818-1.817q1.085-.729 1.744-1.914q.658-1.184.658-2.592q0-2.27-1.586-3.866T12 6.538T8.144 8.134T6.558 12q0 1.408.658 2.592q.659 1.185 1.744 1.914l-1.818 1.817q-1.426-1.096-2.284-2.732Q4 13.956 4 12q0-1.644.626-3.099T6.34 6.359t2.542-1.724Q10.337 4 12 4m0 3.539q1.842 0 3.152 1.309q1.31 1.31 1.31 3.152q0 1.862-1.31 3.162T12 16.462q-1.861 0-3.161-1.3T7.539 12q0-1.842 1.3-3.152T12 7.538M4 20.731q.31 0 .52-.22T4.73 20q0-.31-.21-.52T4 19.27q-.29 0-.51.21t-.22.52q0 .29.22.51t.51.22m-2 2q.31 0 .52-.22t.21-.51q0-.31-.21-.52T2 21.27q-.29 0-.51.21t-.22.52q0 .29.22.51t.51.22m18-2q-.31 0-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22m2 2q-.31 0-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22");
16
+ }
17
+ </style><path class="taj_51ch"/>`,
18
+ "fallback": "material-symbols-light: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>.o94w2abf {
14
+ fill: currentColor;
15
+ d: path("M12 11.808q-.31 0-.52-.22t-.21-.511q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22m-1.671 4.443l-1.812 1.812q.771.46 1.65.698q.88.24 1.833.24t1.833-.24q.879-.239 1.65-.699l-1.825-1.811zM12 5q-1.45 0-2.725.55T7.05 7.05t-1.5 2.225T5 12q0 1.69.724 3.108t1.959 2.367l1.958-1.958q-.858-.565-1.375-1.485q-.516-.92-.516-2.032q0-1.767 1.241-3.009T12 7.75t3.009 1.241Q16.25 10.233 16.25 12q0 1.112-.516 2.041q-.517.93-1.374 1.495l1.957 1.958q1.235-.95 1.959-2.377T19 12q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12 5m0 3.75q-1.365 0-2.308.952T8.75 12q0 1.366.942 2.308T12 15.25q1.346 0 2.298-.942T15.25 12q0-1.346-.952-2.298T12 8.75M12 20q-1.664 0-3.118-.626T6.34 17.66t-1.714-2.542T4 12t.626-3.118T6.34 6.34t2.542-1.714T12 4t3.118.626T17.66 6.34t1.714 2.542T20 12t-.626 3.118t-1.714 2.542t-2.542 1.714T12 20");
16
+ }
17
+ </style><path class="o94w2abf"/>`,
18
+ "fallback": "material-symbols-light: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>.mw26v2bx {
14
+ fill: currentColor;
15
+ d: path("M12 11.808q.29 0 .51-.22t.22-.511q0-.31-.22-.52t-.51-.21q-.31 0-.52.21t-.21.52q0 .29.21.51t.52.22m-2.575 5.655h5.137l1.46 1.44q-.899.517-1.908.808Q13.104 20 12 20t-2.11-.29q-1.007-.29-1.906-.808zM12 4q1.644 0 3.099.636q1.455.635 2.542 1.723T19.365 8.9Q20 10.356 20 12q0 1.956-.858 3.591q-.857 1.636-2.284 2.732l-1.818-1.817q1.085-.729 1.744-1.914q.658-1.184.658-2.592q0-2.27-1.586-3.866T12 6.538T8.144 8.134T6.558 12q0 1.408.658 2.592q.659 1.185 1.744 1.914l-1.818 1.817q-1.426-1.096-2.284-2.732Q4 13.956 4 12q0-1.644.626-3.099T6.34 6.359t2.542-1.724Q10.337 4 12 4m0 3.539q1.842 0 3.152 1.309q1.31 1.31 1.31 3.152q0 1.862-1.31 3.162T12 16.462q-1.861 0-3.161-1.3T7.539 12q0-1.842 1.3-3.152T12 7.538");
16
+ }
17
+ </style><path class="mw26v2bx"/>`,
18
+ "fallback": "material-symbols-light:vacuum-2",
19
+ });
20
+ }
21
+
22
+ export default Component;
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "material-symbols-light",
3
3
  "info": {
4
4
  "name": "Material Symbols Light",
5
- "total": 15295,
5
+ "total": 15333,
6
6
  "author": {
7
7
  "name": "Google",
8
8
  "url": "https://github.com/google/material-design-icons"
@@ -28,5 +28,5 @@
28
28
  ],
29
29
  "palette": false
30
30
  },
31
- "lastModified": 1773740773
31
+ "lastModified": 1775277932
32
32
  }