@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>.jmghw41e {
14
+ fill: currentColor;
15
+ d: path("m20.19 15.016l.925-.956l-.924-.944l-.95.95zm-.638 1.873l-2.21-2.185l2.222-2.221q.148-.13.307-.19q.16-.062.32-.062q.165 0 .334.064q.17.064.298.193l.925.945q.129.148.19.308q.062.159.062.319t-.052.322t-.2.31zm1.11 5.196q-.19 0-.356-.166l-2.893-2.892l-.73.73q-.131.132-.27.187t-.301.056h-1.073q-.348 0-.578-.23t-.23-.578V18.12q0-.161.056-.3t.186-.271l.73-.725L2.076 3.694q-.146-.146-.156-.347t.156-.366t.357-.165t.357.165l18.23 18.23q.147.147.156.345t-.156.363t-.356.165M4.615 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l9.415 9.416l-1.898 1.898q-.217.217-.348.522t-.13.628v.728q0 .349-.23.578q-.23.23-.579.23zm10.936-5.894L7.639 5h1.5l1.119 2.25q.175.35.5.55t.7.2q.75 0 1.153-.638q.402-.637.052-1.312L12.14 5h2.442l1.125 2.25q.175.35.5.55t.7.2q.75 0 1.15-.638t.05-1.312L17.58 5h1.804q.69 0 1.153.463T21 6.616v2.603q0 .329-.258.544t-.606.158q-.192-.025-.375-.015q-.182.01-.375.06q-.384.075-.734.242t-.648.465z");
16
+ }
17
+ </style><path class="jmghw41e"/>`,
18
+ "fallback": "material-symbols-light:movie-edit-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>.tc6662be {
14
+ fill: currentColor;
15
+ d: path("m20.19 15.016l.925-.956l-.924-.944l-.95.95zm-.638 1.873l-2.21-2.185l2.849-2.848l2.19 2.203zM3 19V5h1.808l9.415 9.416l-2.377 2.376V19zm12.552-5.894L7.639 5h1.419l1.425 2.844l.156.156h2.919l-1.5-3h2.5l1.5 3h3l-1.5-3H21v2.696zm5.821 8.46l-.713.713l-3.246-3.252l-.974.973h-2.21v-2.21l.974-.967L1.72 3.341l.714-.714z");
16
+ }
17
+ </style><path class="tc6662be"/>`,
18
+ "fallback": "material-symbols-light:movie-edit-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>.vc9vrfbe {
14
+ fill: currentColor;
15
+ d: path("M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l9.415 9.416l-2.377 2.376V19zm10.936-5.894L7.639 5h1.419l1.425 2.844l.156.156h2.919l-1.5-3h2.5l1.5 3h3l-1.5-3h1.826q.691 0 1.153.463T21 6.616v3.473q-.814-.274-1.616-.133q-.803.14-1.38.717zm4.639 1.91l.925-.956l-.925-.944l-.95.95zm-.639 1.873l-2.21-2.185l2.222-2.221q.148-.13.307-.19q.16-.062.32-.062q.165 0 .334.064q.17.064.298.193l.925.945q.129.148.19.308q.062.159.062.319t-.052.322t-.2.31zm1.821 4.677l-.713.713l-3.246-3.252l-.974.973h-2.21v-2.21l.974-.967L1.72 3.341l.714-.714z");
16
+ }
17
+ </style><path class="vc9vrfbe"/>`,
18
+ "fallback": "material-symbols-light:movie-edit-off",
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>.q0aip6bh {
14
+ fill: currentColor;
15
+ d: path("M6.635 21h1.167q.194 0 .347-.144t.153-.356q0-.194-.153-.347T7.802 20H6.635q-.27 0-.452-.192t-.202-.462V9.133q0-.116.048-.231t.144-.212l4.512-4.517q.173-.173.423-.163t.461.182l4.483 4.518q.096.096.135.201t.038.241v2.254q0 .215.144.355t.357.139t.365-.144t.153-.356V9.158q.006-.323-.114-.625q-.12-.301-.34-.55l-4.488-4.517q-.242-.243-.543-.354T11.127 3q-.298 0-.615.121q-.318.121-.535.344L5.46 7.983q-.237.236-.348.526Q5 8.8 5 9.153v10.214q0 .701.466 1.168q.467.466 1.168.466m4.482-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.006.72-1.73q.719-.722 1.765-.764q.361-.9 1.18-1.453q.818-.553 1.827-.553q1.185 0 2.118.682q.934.682 1.1 1.818h.25q.875 0 1.457.678T21 18.759t-.57 1.573T19 21zm0-1h6.25q.512 0 .88-.366q.37-.367.37-.884q0-.512-.37-.88t-.88-.37h-.906l-.098-.521q-.029-.846-.698-1.413q-.67-.566-1.554-.566q-.688 0-1.274.366q-.587.365-.8 1.009l-.232.625H12.5q-.638 0-1.069.441Q11 17.883 11 18.51q0 .626.431 1.058T12.5 20m3 0");
16
+ }
17
+ </style><path class="q0aip6bh"/>`,
18
+ "fallback": "material-symbols-light:sell-cloud-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>.u8i7xwxv {
14
+ fill: currentColor;
15
+ d: path("M5 21h3.302q-.152-.233-.261-.473T7.844 20H6V8.864l5.108-5.114l5.117 5.133v2.79q.275.039.527.08q.253.043.492.128V8.448L11.152 2.29L5 8.442zm6.116-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.006.72-1.73q.719-.722 1.765-.764q.361-.9 1.18-1.453q.818-.553 1.827-.553q1.185 0 2.118.682q.934.682 1.1 1.818h.25q.875 0 1.457.678T21 18.759t-.57 1.573T19 21zm0-1h6.25q.512 0 .88-.366q.37-.367.37-.884q0-.512-.37-.88t-.88-.37h-.906l-.098-.521q-.029-.846-.698-1.413q-.67-.566-1.554-.566q-.688 0-1.274.366q-.587.365-.8 1.009l-.232.625H12.5q-.638 0-1.069.441Q11 17.883 11 18.51q0 .626.431 1.058T12.5 20m3 0");
16
+ }
17
+ </style><path class="u8i7xwxv"/>`,
18
+ "fallback": "material-symbols-light:sell-cloud-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>.p3cfbd1q {
14
+ fill: currentColor;
15
+ d: path("M6.635 21h1.667q-.152-.213-.272-.463T7.844 20h-1.21q-.269 0-.451-.192t-.202-.462L5.975 9.133q0-.116.048-.231t.15-.212l4.512-4.517q.173-.173.423-.163t.461.182l4.483 4.518q.096.096.135.201t.038.241v2.527q.275.038.515.087q.24.05.504.134V9.166q.006-.331-.114-.633q-.12-.301-.34-.55l-4.488-4.517q-.242-.243-.543-.354T11.127 3q-.298 0-.615.121q-.318.121-.535.344L5.46 7.983q-.237.236-.348.526Q5 8.8 5 9.153v10.214q0 .701.466 1.168q.467.466 1.168.466m4.482-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.006.72-1.73q.719-.722 1.765-.764q.361-.9 1.18-1.453q.818-.553 1.827-.553q1.185 0 2.118.682q.934.682 1.1 1.818h.25q.875 0 1.457.678T21 18.759t-.57 1.573T19 21zm0-1h6.25q.512 0 .88-.366q.37-.367.37-.884q0-.512-.37-.88t-.88-.37h-.906l-.098-.521q-.029-.846-.698-1.413q-.67-.566-1.554-.566q-.688 0-1.274.366q-.587.365-.8 1.009l-.232.625H12.5q-.638 0-1.069.441Q11 17.883 11 18.51q0 .626.431 1.058T12.5 20m3 0");
16
+ }
17
+ </style><path class="p3cfbd1q"/>`,
18
+ "fallback": "material-symbols-light:sell-cloud-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>.juzxcbcu {
14
+ fill: currentColor;
15
+ d: path("M6.635 21h.6q.373 0 .56-.31q.186-.311.044-.66q-.131-.367-.177-.756q-.046-.39-.046-.774q0-1.579.913-2.834t2.412-1.749q.768-1.063 1.963-1.68t2.59-.616h.413q.212 0 .412.05q.373.056.65-.159t.275-.562V9.158q.006-.324-.115-.628q-.121-.305-.339-.547l-4.488-4.517q-.242-.243-.547-.354T11.127 3q-.298 0-.615.121q-.318.121-.535.344L5.46 7.983q-.237.236-.348.528T5 9.153v10.214q0 .701.466 1.168q.467.466 1.168.466m4.482-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.008.72-1.726t1.765-.768q.361-.9 1.18-1.453q.818-.553 1.818-.553q1.194 0 2.127.682q.934.682 1.1 1.818h.25q.874 0 1.457.678T21 18.75q0 .914-.568 1.582T19 21z");
16
+ }
17
+ </style><path class="juzxcbcu"/>`,
18
+ "fallback": "material-symbols-light:sell-cloud-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_tiazbe {
14
+ fill: currentColor;
15
+ d: path("M8.302 21q-.365-.546-.526-1.204q-.16-.657-.16-1.296q0-1.579.913-2.834t2.412-1.749q.768-1.063 1.963-1.68t2.59-.616q.448 0 .881.068t.87.211V8.442l-6.093-6.151L5 8.442V21zm2.814-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.008.72-1.726t1.765-.768q.361-.9 1.18-1.453q.818-.553 1.818-.553q1.194 0 2.127.682q.934.682 1.1 1.818h.25q.874 0 1.457.678T21 18.75q0 .914-.568 1.582T19 21z");
16
+ }
17
+ </style><path class="k_tiazbe"/>`,
18
+ "fallback": "material-symbols-light:sell-cloud-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>.pcx4a6bh {
14
+ fill: currentColor;
15
+ d: path("M8.302 21q-.365-.546-.526-1.204q-.16-.657-.16-1.296q0-1.579.913-2.834t2.412-1.749q.768-1.063 1.963-1.68t2.59-.616q.448 0 .881.068t.87.211V9.158q.005-.323-.116-.628t-.339-.547l-4.488-4.517q-.242-.243-.547-.354T11.127 3q-.298 0-.615.121q-.318.121-.535.344L5.46 7.983q-.237.236-.348.528T5 9.153v10.214q0 .701.466 1.168q.467.466 1.168.466zm2.814-12.629q-.414 0-.711-.303t-.309-.716q.012-.414.309-.717q.297-.302.71-.302q.414 0 .708.302q.294.303.312.717q-.018.413-.312.716t-.707.303M12.5 21q-1.044 0-1.772-.728T10 18.5q0-1.008.72-1.726t1.765-.768q.361-.9 1.18-1.453q.818-.553 1.818-.553q1.194 0 2.127.682q.934.682 1.1 1.818h.25q.874 0 1.457.678T21 18.75q0 .914-.568 1.582T19 21z");
16
+ }
17
+ </style><path class="pcx4a6bh"/>`,
18
+ "fallback": "material-symbols-light:sell-cloud",
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>.d9ups7aw {
14
+ fill: currentColor;
15
+ d: path("M11.84 21.02q-.236 0-.435-.135q-.2-.133-.31-.345q-.42-.784-1.175-1.268q-.754-.483-1.69-.483q-.984 0-1.787.486q-.802.487-1.227 1.29q-.112.212-.311.333q-.2.121-.416.121h-.104q-.194 0-.309-.114t-.114-.309L3.98 4h-.506q-.194 0-.334-.143Q3 3.713 3 3.5q0-.194.143-.347Q3.287 3 3.5 3h17q.194 0 .347.153T21 3.5q0 .214-.153.357T20.5 4h-.48v16.577q0 .194-.125.318t-.318.124h-.115q-.218 0-.42-.133q-.202-.134-.313-.345q-.425-.804-1.225-1.278t-1.754-.475q-.965 0-1.727.484t-1.186 1.269q-.112.211-.302.344q-.189.134-.426.134zm-6.86-1.745q.484-.575 1.195-.954t1.537-.465V4H4.98zm3.732-1.413q.857.086 1.579.513q.72.427 1.209 1.098V4H8.711zm3.788 1.573q.483-.658 1.194-1.072t1.575-.501V4H12.5zm6.52-.135V4h-2.75v13.862q.819.086 1.53.462t1.22.976M7.711 4H4.98zM11.5 4H8.711zm3.77 0H12.5zm3.75 0h-2.75zM12.5 4h-1z");
16
+ }
17
+ </style><path class="d9ups7aw"/>`,
18
+ "fallback": "material-symbols-light:shades-closed-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>.te4iupks {
14
+ fill: currentColor;
15
+ d: path("M3.98 21.02V4H3V3h18v1h-.98v17.02h-1.068q-.344-.991-1.216-1.611q-.87-.62-1.967-.62q-1.102 0-1.941.62q-.84.62-1.184 1.61h-1.313q-.339-.99-1.171-1.61t-1.93-.62q-1.12 0-1.992.62q-.87.62-1.215 1.61zm1-1.77q.503-.575 1.208-.951t1.524-.462V4H4.98zm3.732-1.413q.863.086 1.584.513t1.204 1.104V4H8.711zM12.5 19.41q.483-.658 1.194-1.072t1.575-.501V4H12.5zm6.52-.116V4h-2.75v13.837q.824.086 1.536.472q.711.385 1.213.985M7.712 4H4.98zM11.5 4H8.711zm3.77 0H12.5zm3.75 0h-2.75zM12.5 4h-1z");
16
+ }
17
+ </style><path class="te4iupks"/>`,
18
+ "fallback": "material-symbols-light:shades-closed-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>.n4uwgnbb {
14
+ fill: currentColor;
15
+ d: path("M11.84 21.02q-.236 0-.435-.135q-.2-.133-.31-.345q-.42-.784-1.175-1.268q-.754-.483-1.69-.483q-.984 0-1.787.486q-.802.487-1.227 1.29q-.112.212-.311.333q-.2.121-.416.121h-.104q-.194 0-.309-.114t-.114-.309L3.98 4h-.506q-.194 0-.334-.143Q3 3.713 3 3.5q0-.194.143-.347Q3.287 3 3.5 3h17q.194 0 .347.153T21 3.5q0 .214-.153.357T20.5 4h-.48v16.577q0 .194-.125.318t-.318.124h-.115q-.218 0-.42-.133q-.202-.134-.313-.345q-.425-.804-1.225-1.278t-1.754-.475q-.965 0-1.727.484t-1.186 1.269q-.112.211-.302.344q-.189.134-.426.134zM12.5 4h-1v13.862h1z");
16
+ }
17
+ </style><path class="n4uwgnbb"/>`,
18
+ "fallback": "material-symbols-light:shades-closed-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>.m931pkb {
14
+ fill: currentColor;
15
+ d: path("M3.98 21.02V4H3V3h18v1h-.98v17.02h-1.068q-.344-.991-1.216-1.611q-.87-.62-1.967-.62q-1.102 0-1.941.62q-.84.62-1.184 1.61h-1.313q-.339-.99-1.171-1.61t-1.93-.62q-1.12 0-1.992.62q-.87.62-1.215 1.61zM12.5 4h-1v13.837h1z");
16
+ }
17
+ </style><path class="m931pkb"/>`,
18
+ "fallback": "material-symbols-light:shades-closed",
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>.mjsrx_zk {
14
+ fill: currentColor;
15
+ d: path("M4.79 20.98q-.348 0-.569-.201Q4 20.577 4 20.134V4h-.5q-.213 0-.357-.143T3 3.5t.143-.357T3.5 3h17q.214 0 .357.143T21 3.5t-.143.357T20.5 4H20v16.135q-.025.442-.246.644t-.57.202q-1.694 0-3.1-1.468q-1.405-1.467-1.694-3.013H9.585q-.289 1.546-1.695 3.014q-1.405 1.467-3.1 1.467M5 19.908q1.58-.35 2.656-1.562Q8.73 17.135 8.73 15.5V4H5zM9.73 15.5h4.54V4H9.73zM19 19.889V4h-3.73v11.5q0 1.616 1.059 2.83q1.06 1.214 2.671 1.559M8.73 4H5zM19 4h-3.73z");
16
+ }
17
+ </style><path class="mjsrx_zk"/>`,
18
+ "fallback": "material-symbols-light:shades-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>.ee0uxuby {
14
+ fill: currentColor;
15
+ d: path("M4 20.98V4H3V3h18v1h-1v17q-2.061 0-3.655-1.24t-1.954-3.26H9.584q-.368 2-1.958 3.24T4 20.98m1-1.072q1.58-.35 2.656-1.562Q8.73 17.135 8.73 15.5V4H5zM9.73 15.5h4.54V4H9.73zM19 19.889V4h-3.73v11.5q0 1.616 1.059 2.83q1.06 1.214 2.671 1.559M8.73 4H5zM19 4h-3.73z");
16
+ }
17
+ </style><path class="ee0uxuby"/>`,
18
+ "fallback": "material-symbols-light:shades-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>.mwm1n0bz {
14
+ fill: currentColor;
15
+ d: path("M4.79 20.98q-.348 0-.569-.201Q4 20.577 4 20.134V4h-.5q-.213 0-.357-.143T3 3.5t.143-.357T3.5 3h17q.214 0 .357.143T21 3.5t-.143.357T20.5 4H20v16.135q-.025.442-.246.644t-.57.202q-1.694 0-3.1-1.468q-1.405-1.467-1.694-3.013H9.585q-.289 1.546-1.695 3.014q-1.405 1.467-3.1 1.467M9.73 15.5h4.54V3.98H9.73z");
16
+ }
17
+ </style><path class="mwm1n0bz"/>`,
18
+ "fallback": "material-symbols-light:shades-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>.u1e94tb {
14
+ fill: currentColor;
15
+ d: path("M4 20.98V4H3V3h18v1h-1v17q-2.061 0-3.655-1.24t-1.954-3.26H9.584q-.368 2-1.958 3.24T4 20.98m5.73-5.48h4.54V4H9.73z");
16
+ }
17
+ </style><path class="u1e94tb"/>`,
18
+ "fallback": "material-symbols-light:shades",
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>.dl2py4bt {
14
+ fill: currentColor;
15
+ d: path("M11.643 9.836q-.143.144-.143.356v1.904q0 .204.144.343t.357.138t.356-.144t.143-.356v-1.885q0-.212-.144-.356t-.357-.144t-.356.144m-2.787 8.02Q8.713 18 8.5 18H6.27q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143H8.5q.213 0 .356.144t.144.357t-.144.356m9.231 0q-.144.143-.356.143h-2.25q-.204 0-.343-.144T15 17.499t.144-.356T15.5 17h2.23q.213 0 .357.144t.144.357t-.144.356m-10.818-5.28q.614 0 1.028-.414q.414-.415.414-1.019t-.414-1.018t-1.018-.414t-1.028.417t-.424 1.005q0 .614.423 1.028q.424.415 1.02.415m9.455.02q.6 0 1.034-.428q.433-.428.433-1.028t-.431-1.025t-1.038-.424t-1.03.424t-.424 1.025t.428 1.028t1.028.427M4.615 15.27q-.69 0-1.152-.462T3 13.652V8.617q0-.692.463-1.155T4.615 7h14.77q.69 0 1.152.463T21 8.617v5.035q0 .692-.463 1.155t-1.153.462zm0-1h14.77q.269 0 .442-.173t.173-.442V8.616q0-.27-.173-.443T19.385 8H4.615q-.269 0-.442.173T4 8.616v5.038q0 .269.173.442t.443.173M12 11.135");
16
+ }
17
+ </style><path class="dl2py4bt"/>`,
18
+ "fallback": "material-symbols-light:soundbar-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>.lxwfhhes {
14
+ fill: currentColor;
15
+ d: path("M11.5 12.577h1V9.692h-1zM5.77 18v-1H9v1zM15 18v-1h3.23v1zm-7.73-5.423q.613 0 1.027-.414q.414-.415.414-1.019t-.414-1.018t-1.018-.414t-1.028.417t-.424 1.005q0 .614.423 1.028q.424.415 1.02.415m9.455.02q.6 0 1.034-.428q.433-.428.433-1.028t-.431-1.025t-1.038-.424t-1.03.424t-.424 1.025t.428 1.028t1.028.427M3 15.27V7h18v8.27zm1-1h16V8H4zm8-3.135");
16
+ }
17
+ </style><path class="lxwfhhes"/>`,
18
+ "fallback": "material-symbols-light:soundbar-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>.e--6l4ft {
14
+ fill: currentColor;
15
+ d: path("M11.5 12.577h1V9.692h-1zM5.77 18v-1H9v1zM15 18v-1h3.23v1zm-7.73-5.423q.613 0 1.027-.414q.414-.415.414-1.019t-.414-1.018t-1.018-.414t-1.028.417t-.424 1.005q0 .614.423 1.028q.424.415 1.02.415m9.455.02q.6 0 1.034-.428q.433-.428.433-1.028t-.431-1.025t-1.038-.424t-1.03.424t-.424 1.025t.428 1.028t1.028.427M4.615 15.27q-.69 0-1.152-.462T3 13.652V8.617q0-.692.463-1.155T4.615 7h14.77q.69 0 1.152.463T21 8.617v5.035q0 .692-.463 1.155t-1.153.462zm0-1h14.77q.269 0 .442-.173t.173-.442V8.616q0-.27-.173-.443T19.385 8H4.615q-.269 0-.442.173T4 8.616v5.038q0 .269.173.442t.443.173M12 11.135");
16
+ }
17
+ </style><path class="e--6l4ft"/>`,
18
+ "fallback": "material-symbols-light:soundbar-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>.tq_wzwbo {
14
+ fill: currentColor;
15
+ d: path("M11.643 9.836q-.143.144-.143.356v1.904q0 .204.144.343t.357.138t.356-.144t.143-.356v-1.885q0-.212-.144-.356t-.357-.144t-.356.144m-2.787 8.02Q8.713 18 8.5 18H6.27q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143H8.5q.213 0 .356.144t.144.357t-.144.356m9.231 0q-.144.143-.356.143h-2.25q-.204 0-.343-.144T15 17.499t.144-.356T15.5 17h2.23q.213 0 .357.144t.144.357t-.144.356m-10.818-5.28q.614 0 1.028-.414q.414-.415.414-1.019t-.414-1.018t-1.018-.414t-1.028.417t-.424 1.005q0 .614.423 1.028q.424.415 1.02.415m9.455.02q.6 0 1.034-.428q.433-.428.433-1.028t-.431-1.025t-1.038-.424t-1.03.424t-.424 1.025t.428 1.028t1.028.427M4.615 15.27q-.69 0-1.152-.462T3 13.652V8.617q0-.692.463-1.155T4.615 7h14.77q.69 0 1.152.463T21 8.617v5.035q0 .692-.463 1.155t-1.153.462z");
16
+ }
17
+ </style><path class="tq_wzwbo"/>`,
18
+ "fallback": "material-symbols-light:soundbar-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>.bxa6qx0e {
14
+ fill: currentColor;
15
+ d: path("M11.5 12.577h1V9.692h-1zM5.77 18v-1H9v1zM15 18v-1h3.23v1zm-7.73-5.423q.613 0 1.027-.414q.414-.415.414-1.019t-.414-1.018t-1.018-.414t-1.028.417t-.424 1.005q0 .614.423 1.028q.424.415 1.02.415m9.455.02q.6 0 1.034-.428q.433-.428.433-1.028t-.431-1.025t-1.038-.424t-1.03.424t-.424 1.025t.428 1.028t1.028.427M3 15.27V7h18v8.27z");
16
+ }
17
+ </style><path class="bxa6qx0e"/>`,
18
+ "fallback": "material-symbols-light:soundbar-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>.r9pgotby {
14
+ fill: currentColor;
15
+ d: path("M11.5 12.577h1V9.692h-1zM5.77 18v-1H9v1zM15 18v-1h3.23v1zm-7.73-5.423q.613 0 1.027-.414q.414-.415.414-1.019t-.414-1.018t-1.018-.414t-1.028.417t-.424 1.005q0 .614.423 1.028q.424.415 1.02.415m9.455.02q.6 0 1.034-.428q.433-.428.433-1.028t-.431-1.025t-1.038-.424t-1.03.424t-.424 1.025t.428 1.028t1.028.427M4.615 15.27q-.69 0-1.152-.462T3 13.652V8.617q0-.692.463-1.155T4.615 7h14.77q.69 0 1.152.463T21 8.617v5.035q0 .692-.463 1.155t-1.153.462z");
16
+ }
17
+ </style><path class="r9pgotby"/>`,
18
+ "fallback": "material-symbols-light:soundbar",
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>.dsds1vfe {
14
+ fill: currentColor;
15
+ d: path("M7.616 17.366h8.769q.269 0 .442-.174q.173-.173.173-.442V4.616q0-.27-.173-.443T16.385 4h-8.77q-.269 0-.442.173T7 4.616V16.75q0 .27.173.442q.173.174.443.174M12 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.21M8.827 21q-.213 0-.357-.143t-.143-.357q0-.208.16-.322q.161-.114.34-.178h.423q.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.404q.213 0 .357.143t.143.357t-.143.357t-.357.143zM12 9.173");
16
+ }
17
+ </style><path class="dsds1vfe"/>`,
18
+ "fallback": "material-symbols-light:speaker-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>.wgtphacj {
14
+ fill: currentColor;
15
+ d: path("M7 17.366h10V4H7zm5-4.962q1.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.904zM12 9.173");
16
+ }
17
+ </style><path class="wgtphacj"/>`,
18
+ "fallback": "material-symbols-light:speaker-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>.wql634bg {
14
+ fill: currentColor;
15
+ d: path("M7.616 17.366h8.769q.269 0 .442-.174q.173-.173.173-.442V4.616q0-.27-.173-.443T16.385 4h-8.77q-.269 0-.442.173T7 4.616V16.75q0 .27.173.442q.173.174.443.174M12 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.904zM12 9.173");
16
+ }
17
+ </style><path class="wql634bg"/>`,
18
+ "fallback": "material-symbols-light:speaker-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>.fdc-onkr {
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.21M8.827 21q-.213 0-.357-.143t-.143-.357q0-.208.16-.322q.161-.114.34-.178h.423q.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.404q.213 0 .357.143t.143.357t-.143.357t-.357.143z");
16
+ }
17
+ </style><path class="fdc-onkr"/>`,
18
+ "fallback": "material-symbols-light:speaker-2-rounded",
19
+ });
20
+ }
21
+
22
+ export default Component;