@iconify-svelte/material-symbols 1.0.22 → 1.0.23

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 (68) hide show
  1. package/components/b/blinds-2-closed-outline-rounded.svelte +17 -0
  2. package/components/b/blinds-2-closed-outline.svelte +17 -0
  3. package/components/b/blinds-2-closed-rounded.svelte +17 -0
  4. package/components/b/blinds-2-closed.svelte +17 -0
  5. package/components/b/blinds-2-outline-rounded.svelte +17 -0
  6. package/components/b/blinds-2-outline.svelte +17 -0
  7. package/components/b/blinds-2-rounded.svelte +17 -0
  8. package/components/b/blinds-2.svelte +17 -0
  9. package/components/g/garage-door-open-outline-rounded.svelte +17 -0
  10. package/components/g/garage-door-open-outline.svelte +17 -0
  11. package/components/g/garage-door-open-rounded.svelte +17 -0
  12. package/components/g/garage-door-open.svelte +17 -0
  13. package/components/g/garage-door-outline-rounded.svelte +3 -3
  14. package/components/g/garage-door-outline.svelte +3 -3
  15. package/components/g/garage-door-rounded.svelte +3 -3
  16. package/components/g/garage-door.svelte +3 -3
  17. package/components/l/light-group-2-outline-rounded.svelte +17 -0
  18. package/components/l/light-group-2-outline.svelte +17 -0
  19. package/components/l/light-group-2-rounded.svelte +17 -0
  20. package/components/l/light-group-2.svelte +17 -0
  21. package/components/l/lightstrip-outline-sharp.svelte +17 -0
  22. package/components/l/lightstrip-outline.svelte +17 -0
  23. package/components/l/lightstrip-sharp.svelte +17 -0
  24. package/components/l/lightstrip.svelte +17 -0
  25. package/components/s/shades-closed-outline-rounded.svelte +17 -0
  26. package/components/s/shades-closed-outline.svelte +17 -0
  27. package/components/s/shades-closed-rounded.svelte +17 -0
  28. package/components/s/shades-closed.svelte +17 -0
  29. package/components/s/shades-outline-rounded.svelte +17 -0
  30. package/components/s/shades-outline.svelte +17 -0
  31. package/components/s/shades-rounded.svelte +17 -0
  32. package/components/s/shades.svelte +17 -0
  33. package/components/s/soundbar-outline-rounded.svelte +17 -0
  34. package/components/s/soundbar-outline-sharp.svelte +17 -0
  35. package/components/s/soundbar-outline.svelte +17 -0
  36. package/components/s/soundbar-rounded.svelte +17 -0
  37. package/components/s/soundbar-sharp.svelte +17 -0
  38. package/components/s/soundbar.svelte +17 -0
  39. package/components/s/speaker-2-outline-rounded.svelte +17 -0
  40. package/components/s/speaker-2-outline-sharp.svelte +17 -0
  41. package/components/s/speaker-2-outline.svelte +17 -0
  42. package/components/s/speaker-2-rounded.svelte +17 -0
  43. package/components/s/speaker-2-sharp.svelte +17 -0
  44. package/components/s/speaker-2.svelte +17 -0
  45. package/components/s/subwoofer-outline-rounded.svelte +17 -0
  46. package/components/s/subwoofer-outline-sharp.svelte +17 -0
  47. package/components/s/subwoofer-outline.svelte +17 -0
  48. package/components/s/subwoofer-rounded.svelte +17 -0
  49. package/components/s/subwoofer-sharp.svelte +17 -0
  50. package/components/s/subwoofer.svelte +17 -0
  51. package/components/s/switch-off-outline-rounded.svelte +17 -0
  52. package/components/s/switch-off-outline-sharp.svelte +17 -0
  53. package/components/s/switch-off-outline.svelte +17 -0
  54. package/components/s/switch-off-rounded.svelte +17 -0
  55. package/components/s/switch-off-sharp.svelte +17 -0
  56. package/components/s/switch-off.svelte +17 -0
  57. package/components/s/switch-outline-rounded.svelte +3 -3
  58. package/components/s/switch-outline-sharp.svelte +3 -3
  59. package/components/s/switch-outline.svelte +3 -3
  60. package/components/s/switch-rounded.svelte +3 -3
  61. package/components/s/switch-sharp.svelte +3 -3
  62. package/components/s/switch.svelte +3 -3
  63. package/components/v/vacuum-2-on-outline.svelte +17 -0
  64. package/components/v/vacuum-2-on.svelte +17 -0
  65. package/components/v/vacuum-2-outline.svelte +17 -0
  66. package/components/v/vacuum-2.svelte +17 -0
  67. package/iconify.json +2 -2
  68. package/package.json +225 -1
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="lyz67vep"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:blinds-2-closed-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.lyz67vep) {
13
+ fill: currentColor;
14
+ d: path("M5.55 20h12.9l-1.4-2H16v.5q0 .425-.287.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zM5 4q-.425 0-.712.288T4 5v1h16V5q0-.425-.288-.712T19 4zM4 6h16zm12 9h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95zM6 22q-.825 0-1.413-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="ejp8gu9w"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:blinds-2-closed-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.ejp8gu9w) {
13
+ fill: currentColor;
14
+ d: path("M5 2h14q1.25 0 2.125.875T22 5v3h-2v14H4V8H2V5q0-1.25.875-2.125T5 2m.55 18h12.9l-1.4-2H16v.5q0 .425-.288.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zM5 4q-.425 0-.712.288T4 5v1h16V5q0-.425-.288-.712T19 4zM4 6h16zm12 9h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="kq5rs0cd"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:blinds-2-closed-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.kq5rs0cd) {
13
+ fill: currentColor;
14
+ d: path("M5.55 20h12.9l-1.4-2H16v.5q0 .425-.287.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zm0 5h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95zM6 22q-.825 0-1.413-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="af__z6bo"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:blinds-2-closed" {...props}></Icon>
11
+ <style>
12
+ :global(.af__z6bo) {
13
+ fill: currentColor;
14
+ d: path("M5 2h14q1.25 0 2.125.875T22 5v3h-2v14H4V8H2V5q0-1.25.875-2.125T5 2m.55 18h12.9l-1.4-2H16v.5q0 .425-.288.713T15 19.5t-.712-.288T14 18.5V18H6.95zM16 10h2.45l-1.4-2H16zm0 5h2.45l-1.4-2H16zM5.55 15H14v-2H6.95zm0-5H14V8H6.95z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="dcmw5gba"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:blinds-2-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.dcmw5gba) {
13
+ fill: currentColor;
14
+ d: path("M6 22q-.825 0-1.412-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22zm0-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2zM4 6h16V5q0-.425-.288-.712T19 4H5q-.425 0-.712.288T4 5zm16 0H4z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="z3lbchwi"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:blinds-2-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.z3lbchwi) {
13
+ fill: currentColor;
14
+ d: path("M4 22V8H2V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v3h-2v14zm2-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2zM4 6h16V5q0-.425-.288-.712T19 4H5q-.425 0-.712.288T4 5zm16 0H4z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="ov4u-ubq"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:blinds-2-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.ov4u-ubq) {
13
+ fill: currentColor;
14
+ d: path("M6 22q-.825 0-1.412-.587T4 20V8H3q-.425 0-.712-.288T2 7V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v2q0 .425-.288.713T21 8h-1v12q0 .825-.587 1.413T18 22zm0-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="tdv6pcu"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:blinds-2" {...props}></Icon>
11
+ <style>
12
+ :global(.tdv6pcu) {
13
+ fill: currentColor;
14
+ d: path("M4 22V8H2V5q0-1.25.875-2.125T5 2h14q1.25 0 2.125.875T22 5v3h-2v14zm2-2h12v-3H6zm0-5h12v-3h-2v1q0 .425-.288.713T15 14t-.712-.288T14 13v-1H6zm0-5h8V8H6zm10 0h2V8h-2z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="enj6sj4l"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:garage-door-open-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.enj6sj4l) {
13
+ fill: currentColor;
14
+ d: path("M7.5 18V9h9v9v-9h-9zM6 8.85V18h1.5v-8q0-.425.288-.712T8.5 9h7q.425 0 .713.288T16.5 10v8H18V8.85L12 4.5zM9 12h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375l8.6 6.25q.3.2.175.55t-.475.35H20v8q0 .825-.588 1.413T18 20h-2q-.425 0-.712-.288T15 19v-5.5H9V19q0 .425-.288.713T8 20z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="ujzohce"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:garage-door-open-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.ujzohce) {
13
+ fill: currentColor;
14
+ d: path("M7.5 18V9h9v9v-9h-9zM6 18h1.5V9h9v9H18V8.85L12 4.5L6 8.85zm3-6h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M4 20V10H.975L12 2l11 8h-3v10h-5v-6.5H9V20z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="evz4u-bm"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:garage-door-open-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.evz4u-bm) {
13
+ fill: currentColor;
14
+ d: path("M8 12.5h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375l8.6 6.25q.3.2.175.55t-.475.35H20v8q0 .825-.588 1.413T18 20h-1q-.425 0-.712-.288T16 19v-5H8v5q0 .425-.288.713T7 20z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="r5vedup"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:garage-door-open" {...props}></Icon>
11
+ <style>
12
+ :global(.r5vedup) {
13
+ fill: currentColor;
14
+ d: path("M8 12.5h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8M4 20V10H.975L12 2l11 8h-3v10h-4v-6H8v6z");
15
+ }
16
+
17
+ </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="s0a65v7w"/>`;
8
+ const content = `<path class="f0fk1tnp"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:garage-door-outline-rounded" {...props}></Icon>
11
11
  <style>
12
- :global(.s0a65v7w) {
12
+ :global(.f0fk1tnp) {
13
13
  fill: currentColor;
14
- d: path("M5.288 20.713Q5 20.425 5 20v-9.15l-2 1.525q-.35.25-.75.213T1.6 12.2t-.2-.75t.4-.65l8.975-6.875q.275-.2.588-.3t.637-.1t.638.1t.587.3L22.2 10.8q.325.25.388.65t-.188.75t-.65.388t-.75-.213l-2-1.525V20q0 .425-.288.713T18 21t-.712-.288T17 20v-9H7v9q0 .425-.288.713T6 21t-.712-.288M9 20q-.425 0-.712-.288T8 19t.288-.712T9 18h6q.425 0 .713.288T16 19t-.288.713T15 20zm0-3q-.425 0-.712-.288T8 16t.288-.712T9 15h6q.425 0 .713.288T16 16t-.288.713T15 17zm0-3q-.425 0-.712-.288T8 13t.288-.712T9 12h6q.425 0 .713.288T16 13t-.288.713T15 14zM7.425 9h9.15L12 5.525z");
14
+ d: path("M7.5 18V9h9v9v-9h-9zM6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375L21.75 9.1q.3.2.175.55t-.475.35H20v8q0 .825-.587 1.413T18 20zM6 8.85V18h1.5v-8q0-.425.288-.712T8.5 9h7q.425 0 .713.288T16.5 10v8H18V8.85L12 4.5zM9 18h6v-1.5H9zm0-3h6v-1.5H9zm0-3h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="t_jle4d"/>`;
8
+ const content = `<path class="fseypql"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:garage-door-outline" {...props}></Icon>
11
11
  <style>
12
- :global(.t_jle4d) {
12
+ :global(.fseypql) {
13
13
  fill: currentColor;
14
- d: path("M5 21V10.85L2.2 13L1 11.4L12 3l11 8.4l-1.2 1.6l-2.8-2.15V21h-2V11H7v10zm3-1v-2h8v2zm0-3v-2h8v2zm0-3v-2h8v2zm-.575-5h9.15L12 5.525z");
14
+ d: path("M7.5 18V9h9v9v-9h-9zM4 20V10H.975L12 2l11 8h-3v10zm2-2h1.5V9h9v9H18V8.85L12 4.5L6 8.85zm3 0h6v-1.5H9zm0-3h6v-1.5H9zm0-3h6v-1.5H9zm3-4q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="nl5x58bm"/>`;
8
+ const content = `<path class="wv0vsshv"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:garage-door-rounded" {...props}></Icon>
11
11
  <style>
12
- :global(.nl5x58bm) {
12
+ :global(.wv0vsshv) {
13
13
  fill: currentColor;
14
- d: path("M9 12h6q.425 0 .713.288T16 13t-.288.713T15 14H9q-.425 0-.712-.288T8 13t.288-.712T9 12m0 3h6q.425 0 .713.288T16 16t-.288.713T15 17H9q-.425 0-.712-.288T8 16t.288-.712T9 15m0 3h6q.425 0 .713.288T16 19t-.288.713T15 20H9q-.425 0-.712-.288T8 19t.288-.712T9 18m-4 1v-7H3.3q-.35 0-.475-.325t.15-.55L10.65 4.2q.275-.275.638-.388T12 3.7t.713.113t.637.387l7.675 6.925q.275.225.15.55T20.7 12H19v7q0 .425-.288.713T18 20t-.712-.288T17 19v-8H7v8q0 .425-.288.713T6 20t-.712-.288T5 19");
14
+ d: path("M6 20q-.825 0-1.412-.587T4 18v-8H2.525q-.35 0-.475-.35t.175-.55l8.6-6.25q.525-.375 1.175-.375t1.175.375L21.75 9.1q.3.2.175.55t-.475.35H20v8q0 .825-.587 1.413T18 20zm2-1.5h8V17H8zm0-3h8V14H8zm0-3h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
15
15
  }
16
16
 
17
17
  </style>
@@ -5,13 +5,13 @@ import Icon from '@iconify/css-svelte';
5
5
  let {width, height, ...props} = $props();
6
6
 
7
7
  const viewBox = {"width":24,"height":24};
8
- const content = `<path class="ht19obd"/>`;
8
+ const content = `<path class="qls-ksb"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:garage-door" {...props}></Icon>
11
11
  <style>
12
- :global(.ht19obd) {
12
+ :global(.qls-ksb) {
13
13
  fill: currentColor;
14
- d: path("M8 14v-2h8v2zm0 3v-2h8v2zm0 3v-2h8v2zm4-17l10 9h-3v8h-2v-9H7v9H5v-8H2z");
14
+ d: path("M4 20V10H.975L12 2l11 8h-3v10zm4-1.5h8V17H8zm0-3h8V14H8zm0-3h8V11H8zM12 8q.425 0 .713-.288T13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8");
15
15
  }
16
16
 
17
17
  </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="qi5f29bx"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:light-group-2-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.qi5f29bx) {
13
+ fill: currentColor;
14
+ d: path("M5.975 17.2L4.3 21.375q-.2.45-.575.563T3 21.925t-.55-.475t0-.825l3.55-8.8V9H2.725q-.575 0-.862-.5t-.013-1L4.425 3q.275-.475.725-.737t1-.263h1.7q.55 0 1 .263T9.575 3l2.575 4.5q.275.5-.012 1t-.863.5H8v2.825l3.5 8.8q.2.475 0 .825t-.55.475t-.725.013t-.575-.563L7.975 17.2V21q0 .425-.287.713T6.975 22t-.712-.288T5.975 21zM17 18q-1.375 0-2.45-.825T13.125 15h-.475q-.575 0-1.012-.4t-.438-.975q0-.9.813-1.963t1.512-1.562q.125-1.025.8-1.787T16 7.225V3q0-.425.288-.712T17 2t.713.288T18 3v4.225q.975.325 1.65 1.088t.8 1.787q.7.5 1.525 1.6t.825 2q0 .575-.438.938T21.35 15h-.5q-.35 1.35-1.425 2.175T17 18m-3.475-5h6.925q-.25-.35-.525-.663t-.625-.587l-.75-.525l-.1-.875q-.05-.575-.462-.962T17 9t-1 .388t-.475.962l-.1.875l-.725.525q-.35.275-.65.588t-.525.662M4.45 7h5.1L7.825 4H6.15zM17 16q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16M7 7");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="qmxfykbp"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:light-group-2-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.qmxfykbp) {
13
+ fill: currentColor;
14
+ d: path("M1.9 22L6 11.825V9H1l4-7h4l4 7H8v2.825L12.05 22H9.9l-1.925-4.8V22h-2v-4.8L4.05 22zM17 18q-1.375 0-2.45-.825T13.125 15H11q0-1.45.663-2.738t1.862-2.162q.125-1.025.8-1.787T16 7.225V2h2v5.225q.975.325 1.65 1.088t.8 1.787q1.2.875 1.875 2.163T23 15h-2.15q-.35 1.35-1.425 2.175T17 18m-3.475-5h6.925q-.25-.35-.525-.663t-.625-.587l-.75-.525l-.1-.875q-.05-.575-.462-.962T17 9t-1 .388t-.475.962l-.1.875l-.725.525q-.35.275-.65.588t-.525.662M4.45 7h5.1L7.825 4H6.15zM17 16q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16M7 7");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="gu3-kjug"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:light-group-2-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.gu3-kjug) {
13
+ fill: currentColor;
14
+ d: path("M5.975 17.2L4.3 21.375q-.2.45-.575.563T3 21.925t-.55-.475t0-.825l3.55-8.8V9H2.725q-.575 0-.862-.5t-.013-1L4.425 3q.275-.475.725-.737t1-.263h1.7q.55 0 1 .263T9.575 3l2.575 4.5q.275.5-.012 1t-.863.5H8v2.825l3.5 8.8q.2.475 0 .825t-.55.475t-.725.013t-.575-.563L7.975 17.2V21q0 .425-.287.713T6.975 22t-.712-.288T5.975 21zM17 18q-1.375 0-2.45-.825T13.125 15h-.475q-.575 0-1.012-.4t-.438-.975q0-.9.813-1.963t1.512-1.562q.125-1.025.8-1.787T16 7.225V3q0-.425.288-.712T17 2t.713.288T18 3v4.225q.975.325 1.65 1.088t.8 1.787q.7.5 1.525 1.6t.825 2q0 .575-.438.938T21.35 15h-.5q-.35 1.35-1.425 2.175T17 18m0-2q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="x6_6lehy"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:light-group-2" {...props}></Icon>
11
+ <style>
12
+ :global(.x6_6lehy) {
13
+ fill: currentColor;
14
+ d: path("M1.9 22L6 11.825V9H1l4-7h4l4 7H8v2.825L12.05 22H9.9l-1.925-4.8V22h-2v-4.8L4.05 22zM17 18q-1.375 0-2.45-.825T13.125 15H11q0-1.45.663-2.738t1.862-2.162q.125-1.025.8-1.787T16 7.225V2h2v5.225q.975.325 1.65 1.088t.8 1.787q1.2.875 1.875 2.163T23 15h-2.15q-.35 1.35-1.425 2.175T17 18m0-2q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="g_r_zrbm"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:lightstrip-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.g_r_zrbm) {
13
+ fill: currentColor;
14
+ d: path("M2 22v-9.65L10.525 9H2V2h20v10.7L15.675 15H22v7zm2-2h16v-3H4zM20 7V4H4v3zM4 15h5.8L20 11.3V9h-3.95L4 13.7zm2.213-8.962Q6 5.825 6 5.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m0 13Q6 18.826 6 18.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m1-4.75Q7 14.076 7 13.75t.213-.537T7.75 13t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4.25-8.25q-.213-.212-.213-.537t.213-.537T12 4.75t.538.213t.212.537t-.213.538T12 6.25t-.537-.213m0 6.75q-.213-.212-.213-.537t.213-.537T12 11.5t.538.213t.212.537t-.213.538T12 13t-.537-.213m0 6.25q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4-7.75q-.213-.212-.213-.537t.213-.537T16 10t.538.213t.212.537t-.213.538T16 11.5t-.537-.213m1.25-5.25Q16.5 5.826 16.5 5.5t.213-.537t.537-.213t.538.213T18 5.5t-.213.538t-.537.212t-.537-.213m0 13q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="zfo06-bh"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:lightstrip-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.zfo06-bh) {
13
+ fill: currentColor;
14
+ d: path("M5 22q-1.25 0-2.125-.875T2 19v-5q0-.8.513-1.425t1.262-.925L10.525 9H2V2h17q1.25 0 2.125.875T22 5v5.6q0 .95-.537 1.725t-1.438 1.1L15.675 15H22v7zm0-2h15v-3H5q-.275 0-.513-.038T4 16.85V19q0 .425.288.713T5 20M20 7.175V5q0-.425-.288-.713T19 4H4v3h15q.275 0 .513.05t.487.125M5 15h4.8l9.525-3.45q.3-.125.488-.375T20 10.6V10q0-.425-.287-.712T19 9h-2.95L4.5 13.5q-.2.075-.35.238T4 14.1q0 .4.3.65T5 15m1.213-8.962Q6 5.825 6 5.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m0 13Q6 18.826 6 18.5t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m1-4.75Q7 14.076 7 13.75t.213-.537T7.75 13t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4.25-8.25q-.213-.212-.213-.537t.213-.537T12 4.75t.538.213t.212.537t-.213.538T12 6.25t-.537-.213m0 6.75q-.213-.212-.213-.537t.213-.537T12 11.5t.538.213t.212.537t-.213.538T12 13t-.537-.213m0 6.25q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213m4-7.75q-.213-.212-.213-.537t.213-.537T16 10t.538.213t.212.537t-.213.538T16 11.5t-.537-.213m1.25-5.25Q16.5 5.826 16.5 5.5t.213-.537t.537-.213t.538.213T18 5.5t-.213.538t-.537.212t-.537-.213m0 13q-.213-.212-.213-.537t.213-.537t.537-.213t.538.213t.212.537t-.213.538t-.537.212t-.537-.213");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="cn5v0acq"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:lightstrip-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.cn5v0acq) {
13
+ fill: currentColor;
14
+ d: path("M2 22v-6.025h20V22zM22 8H2V2h20zM2 14v-1.7L7.95 10H22v2.725L18.425 14zm5.288-8.462Q7.5 5.325 7.5 5t-.213-.537t-.537-.213t-.537.213T6 5t.213.538t.537.212t.538-.213m0 14Q7.5 19.326 7.5 19t-.213-.537t-.537-.213t-.537.213T6 19t.213.538t.537.212t.538-.213m1-5.75q.212-.212.212-.537t-.213-.537t-.537-.213t-.537.213T7 13.25t.213.538t.537.212t.538-.213m4.25-8.25q.212-.212.212-.537t-.213-.537T12 4.25t-.537.213T11.25 5t.213.538t.537.212t.538-.213m0 7.25q.212-.212.212-.537t-.213-.537T12 11.5t-.537.213t-.213.537t.213.538T12 13t.538-.213m0 6.75q.212-.212.212-.537t-.213-.537T12 18.25t-.537.213t-.213.537t.213.538t.537.212t.538-.213m4-8.25q.212-.212.212-.537t-.213-.537T16 10t-.537.213t-.213.537t.213.538t.537.212t.538-.213m1.25-5.75Q18 5.326 18 5t-.213-.537t-.537-.213t-.537.213T16.5 5t.213.538t.537.212t.538-.213m0 14Q18 19.326 18 19t-.213-.537t-.537-.213t-.537.213T16.5 19t.213.538t.537.212t.538-.213");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="c7x3enbf"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:lightstrip" {...props}></Icon>
11
+ <style>
12
+ :global(.c7x3enbf) {
13
+ fill: currentColor;
14
+ d: path("M5 22q-1.25 0-2.125-.875T2 18.975v-3.15q.25.075.488.113t.512.037h19V22zM22 8.175q-.25-.075-.488-.125T21 8H2V2h17q1.25 0 2.125.875T22 5zM3 14q-.425 0-.712-.262T2 13.075q0-.45.363-.75t1.412-.7L7.95 10H21q.425 0 .713.288T22 11q0 .775-.537 1.425t-1.438 1l-1.6.575zm4.288-8.462Q7.5 5.325 7.5 5t-.213-.537t-.537-.213t-.537.213T6 5t.213.538t.537.212t.538-.213m0 14Q7.5 19.326 7.5 19t-.213-.537t-.537-.213t-.537.213T6 19t.213.538t.537.212t.538-.213m1-5.75q.212-.212.212-.537t-.213-.537t-.537-.213t-.537.213T7 13.25t.213.538t.537.212t.538-.213m4.25-8.25q.212-.212.212-.537t-.213-.537T12 4.25t-.537.213T11.25 5t.213.538t.537.212t.538-.213m0 7.25q.212-.212.212-.537t-.213-.537T12 11.5t-.537.213t-.213.537t.213.538T12 13t.538-.213m0 6.75q.212-.212.212-.537t-.213-.537T12 18.25t-.537.213t-.213.537t.213.538t.537.212t.538-.213m4-8.25q.212-.212.212-.537t-.213-.537T16 10t-.537.213t-.213.537t.213.538t.537.212t.538-.213m1.25-5.75Q18 5.326 18 5t-.213-.537t-.537-.213t-.537.213T16.5 5t.213.538t.537.212t.538-.213m0 14Q18 19.326 18 19t-.213-.537t-.537-.213t-.537.213T16.5 19t.213.538t.537.212t.538-.213");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="uoj34q2d"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:shades-closed-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.uoj34q2d) {
13
+ fill: currentColor;
14
+ d: path("M11.475 22q-.275 0-.512-.162t-.388-.413q-.4-.65-1.087-1.037T8 20q-.85 0-1.537.4T5.35 21.45q-.15.25-.387.4T4.45 22H4q-.425 0-.712-.288T3 21V4h-.025q-.425 0-.7-.288T2 3t.288-.712T3 2h18q.425 0 .713.288T22 3t-.288.713T21 4v17q0 .425-.288.713T20 22h-.5q-.275 0-.525-.162t-.4-.413q-.425-.65-1.1-1.037T16 20q-.85 0-1.525.388t-1.1 1.037q-.15.25-.387.413t-.513.162zM5 19.025q.425-.325.925-.55T7 18.125V4H5zm4-.875q.55.125 1.05.35t.95.55V4H9zm4 .9q.425-.35.925-.562T15 18.15V4h-2zm6 0V4h-2v14.15q.55.125 1.05.338t.95.562M7 4H5zm4 0H9zm4 0h-2zm4 0h-2zm-6 0h-2z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="ezdyl40t"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:shades-closed-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.ezdyl40t) {
13
+ fill: currentColor;
14
+ d: path("M3 22V4H2V2h20v2h-1v18h-2.125q-.325-.875-1.1-1.437T16 20q-1.025 0-1.787.563T13.125 22H10.85q-.3-.875-1.075-1.437T8 20q-1.025 0-1.8.563T5.1 22zm2-3q.425-.325.938-.537T7 18.124V4H5zm4-.875q.575.125 1.075.35t.925.575V4H9zm4 .9q.425-.35.925-.562T15 18.124V4h-2zm6 0V4h-2v14.125q.575.125 1.075.338t.925.562M7 4H5zm4 0H9zm4 0h-2zm4 0h-2zm-6 0h-2z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="cf8p14bd"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:shades-closed-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.cf8p14bd) {
13
+ fill: currentColor;
14
+ d: path("M11.475 22q-.275 0-.512-.162t-.388-.413q-.4-.65-1.087-1.037T8 20q-.85 0-1.537.4T5.35 21.45q-.15.25-.387.4T4.45 22H4q-.425 0-.712-.288T3 21V4h-.025q-.425 0-.7-.288T2 3t.288-.712T3 2h18q.425 0 .713.288T22 3t-.288.713T21 4v17q0 .425-.288.713T20 22h-.5q-.275 0-.525-.162t-.4-.413q-.425-.65-1.1-1.037T16 20q-.85 0-1.525.388t-1.1 1.037q-.15.25-.387.413t-.513.162zM13 4h-2v14.15h2z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="sxebhzu"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:shades-closed" {...props}></Icon>
11
+ <style>
12
+ :global(.sxebhzu) {
13
+ fill: currentColor;
14
+ d: path("M3 22V4H2V2h20v2h-1v18h-2.125q-.325-.875-1.1-1.437T16 20q-1.025 0-1.787.563T13.125 22H10.85q-.3-.875-1.075-1.437T8 20q-1.025 0-1.8.563T5.1 22zM13 4h-2v14.125h2z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="sdbu0abo"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:shades-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.sdbu0abo) {
13
+ fill: currentColor;
14
+ d: path("M3.925 22q-.425 0-.675-.25T3 21V4q-.425 0-.712-.288T2 3t.288-.712T3 2h18q.425 0 .713.288T22 3t-.288.713T21 4v17q-.025.5-.275.75t-.675.25q-1.925 0-3.6-1.65T14.275 17H9.7q-.5 1.7-2.175 3.35T3.925 22M5 19.6q1.35-.6 2.175-1.85T8 15V4H5zm5-4.6h4V4h-4zm9 4.6V4h-3v11q0 1.5.8 2.763T19 19.6M8 4H5zm11 0h-3z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="qjr5--b"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:shades-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.qjr5--b) {
13
+ fill: currentColor;
14
+ d: path("M3 22V4H2V2h20v2h-1v18q-2.35 0-4.212-1.375T14.275 17H9.7q-.675 2.25-2.525 3.625T3 22m2-2.4q1.35-.6 2.175-1.85T8 15V4H5zm5-4.6h4V4h-4zm9 4.6V4h-3v11q0 1.5.8 2.763T19 19.6M8 4H5zm11 0h-3z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="askelcc"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:shades-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.askelcc) {
13
+ fill: currentColor;
14
+ d: path("M3.925 22q-.425 0-.675-.25T3 21V4q-.425 0-.712-.288T2 3t.288-.712T3 2h18q.425 0 .713.288T22 3t-.288.713T21 4v17q-.025.5-.275.75t-.675.25q-1.925 0-3.6-1.65T14.275 17H9.7q-.5 1.7-2.175 3.35T3.925 22M10 15h4V4h-4z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="d6-ct6b"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:shades" {...props}></Icon>
11
+ <style>
12
+ :global(.d6-ct6b) {
13
+ fill: currentColor;
14
+ d: path("M3 22V4H2V2h20v2h-1v18q-2.35 0-4.212-1.375T14.275 17H9.7q-.675 2.25-2.525 3.625T3 22m7-7h4V4h-4z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="fiif3jbv"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:soundbar-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.fiif3jbv) {
13
+ fill: currentColor;
14
+ d: path("M11.288 9.288Q11 9.575 11 10v2q0 .425.288.713T12 13t.713-.288T13 12v-2q0-.425-.288-.712T12 9t-.712.288m-2.576 9.425Q8.425 19 8 19H6q-.425 0-.712-.288T5 18t.288-.712T6 17h2q.425 0 .713.288T9 18t-.288.713m10 0Q18.426 19 18 19h-2q-.425 0-.712-.288T15 18t.288-.712T16 17h2q.425 0 .713.288T19 18t-.288.713M7 13q.825 0 1.413-.587T9 11t-.587-1.412T7 9t-1.412.588T5 11t.588 1.413T7 13m10 0q.825 0 1.413-.587T19 11t-.587-1.412T17 9t-1.412.588T15 11t.588 1.413T17 13M4 16q-.825 0-1.412-.587T2 14V8q0-.825.588-1.412T4 6h16q.825 0 1.413.588T22 8v6q0 .825-.587 1.413T20 16zm0-2h16V8H4zm8-3");
15
+ }
16
+
17
+ </style>