@iconify-svelte/material-symbols-light 1.0.21 → 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 (80) 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/m/movie-edit-off-outline-rounded.svelte +17 -0
  26. package/components/m/movie-edit-off-outline-sharp.svelte +17 -0
  27. package/components/m/movie-edit-off-outline.svelte +17 -0
  28. package/components/m/movie-edit-off-rounded.svelte +17 -0
  29. package/components/m/movie-edit-off-sharp.svelte +17 -0
  30. package/components/m/movie-edit-off.svelte +17 -0
  31. package/components/s/sell-cloud-outline-rounded.svelte +17 -0
  32. package/components/s/sell-cloud-outline-sharp.svelte +17 -0
  33. package/components/s/sell-cloud-outline.svelte +17 -0
  34. package/components/s/sell-cloud-rounded.svelte +17 -0
  35. package/components/s/sell-cloud-sharp.svelte +17 -0
  36. package/components/s/sell-cloud.svelte +17 -0
  37. package/components/s/shades-closed-outline-rounded.svelte +17 -0
  38. package/components/s/shades-closed-outline.svelte +17 -0
  39. package/components/s/shades-closed-rounded.svelte +17 -0
  40. package/components/s/shades-closed.svelte +17 -0
  41. package/components/s/shades-outline-rounded.svelte +17 -0
  42. package/components/s/shades-outline.svelte +17 -0
  43. package/components/s/shades-rounded.svelte +17 -0
  44. package/components/s/shades.svelte +17 -0
  45. package/components/s/soundbar-outline-rounded.svelte +17 -0
  46. package/components/s/soundbar-outline-sharp.svelte +17 -0
  47. package/components/s/soundbar-outline.svelte +17 -0
  48. package/components/s/soundbar-rounded.svelte +17 -0
  49. package/components/s/soundbar-sharp.svelte +17 -0
  50. package/components/s/soundbar.svelte +17 -0
  51. package/components/s/speaker-2-outline-rounded.svelte +17 -0
  52. package/components/s/speaker-2-outline-sharp.svelte +17 -0
  53. package/components/s/speaker-2-outline.svelte +17 -0
  54. package/components/s/speaker-2-rounded.svelte +17 -0
  55. package/components/s/speaker-2-sharp.svelte +17 -0
  56. package/components/s/speaker-2.svelte +17 -0
  57. package/components/s/subwoofer-outline-rounded.svelte +17 -0
  58. package/components/s/subwoofer-outline-sharp.svelte +17 -0
  59. package/components/s/subwoofer-outline.svelte +17 -0
  60. package/components/s/subwoofer-rounded.svelte +17 -0
  61. package/components/s/subwoofer-sharp.svelte +17 -0
  62. package/components/s/subwoofer.svelte +17 -0
  63. package/components/s/switch-off-outline-rounded.svelte +17 -0
  64. package/components/s/switch-off-outline-sharp.svelte +17 -0
  65. package/components/s/switch-off-outline.svelte +17 -0
  66. package/components/s/switch-off-rounded.svelte +17 -0
  67. package/components/s/switch-off-sharp.svelte +17 -0
  68. package/components/s/switch-off.svelte +17 -0
  69. package/components/s/switch-outline-rounded.svelte +3 -3
  70. package/components/s/switch-outline-sharp.svelte +3 -3
  71. package/components/s/switch-outline.svelte +3 -3
  72. package/components/s/switch-rounded.svelte +3 -3
  73. package/components/s/switch-sharp.svelte +3 -3
  74. package/components/s/switch.svelte +3 -3
  75. package/components/v/vacuum-2-on-outline.svelte +17 -0
  76. package/components/v/vacuum-2-on.svelte +17 -0
  77. package/components/v/vacuum-2-outline.svelte +17 -0
  78. package/components/v/vacuum-2.svelte +17 -0
  79. package/iconify.json +2 -2
  80. package/package.json +273 -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="s8mo6rbr"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:blinds-2-closed-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.s8mo6rbr) {
13
+ fill: currentColor;
14
+ d: path("M6.435 20h11.111q.173 0 .27-.154q.096-.154 0-.307l-1.324-2.327h-1.28v.557q0 .213-.144.357t-.357.143q-.194 0-.347-.143q-.153-.144-.153-.357v-.557H7.49l-1.323 2.327q-.097.153 0 .307q.096.154.269.154m8.777-9.442h2.334q.173 0 .27-.154q.096-.154 0-.308L16.492 7.77h-1.28zM5.385 4q-.589 0-.987.398T4 5.385v1.384h16V5.391q0-.585-.398-.988T18.616 4zM4 6.77h16zm11.212 8.5h2.334q.173 0 .27-.145q.096-.144 0-.298l-1.324-2.346h-1.28zm-8.777 0h7.777v-2.79H7.489l-1.323 2.347q-.097.154 0 .298q.096.144.269.144m0-4.711h7.777V7.769H7.489l-1.323 2.327q-.097.154 0 .308q.096.154.269.154M6.596 21q-.666 0-1.14-.475t-.475-1.14V7.769H3.808q-.343 0-.576-.232T3 6.962V5.377q0-.99.696-1.684T5.385 3h13.23q.981 0 1.683.702T21 5.388v1.574q0 .343-.232.575t-.576.232H19v11.616q0 .666-.475 1.14t-1.14.475z");
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="v754eijw"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:blinds-2-closed-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.v754eijw) {
13
+ fill: currentColor;
14
+ d: path("M5.385 3h13.23q.981 0 1.683.702T21 5.394v2.375h-2V21H4.98V7.77H3V5.384q0-.994.696-1.69T5.385 3m.55 17h12.111l-1.554-2.789h-1.28v.558q0 .213-.144.357t-.356.143q-.195 0-.347-.143q-.153-.144-.153-.357v-.557H7.489zm9.276-9.442h2.835l-1.554-2.789h-1.28zM5.385 4q-.589 0-.987.398T4 5.385v1.384h16V5.391q0-.585-.398-.988T18.616 4zM4 6.77h16zm11.212 8.5h2.834l-1.554-2.79h-1.28zm-9.277 0h8.277v-2.79H7.489zm0-4.712h8.277V7.769H7.489z");
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="nsv3zcbg"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:blinds-2-closed-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.nsv3zcbg) {
13
+ fill: currentColor;
14
+ d: path("M6.435 20h11.111q.173 0 .27-.154q.096-.154 0-.307l-1.324-2.327h-1.28v.557q0 .214-.144.357t-.357.143q-.194 0-.347-.143t-.153-.357v-.557H7.49l-1.323 2.327q-.097.153 0 .307q.096.154.269.154m8.777-9.442h2.334q.173 0 .27-.154q.096-.154 0-.308L16.492 7.77h-1.28zm0 4.711h2.334q.173 0 .27-.144q.096-.144 0-.298l-1.324-2.346h-1.28zm-8.777 0h7.777v-2.788H7.489l-1.323 2.346q-.097.154 0 .298q.096.144.269.144m0-4.711h7.777V7.769H7.489l-1.323 2.327q-.097.154 0 .308q.096.154.269.154M6.596 21q-.671 0-1.143-.472t-.472-1.144V7.77H3.808q-.348 0-.578-.23T3 6.961V5.384q0-1 .692-1.692T5.385 3h13.23q.981 0 1.683.702T21 5.385v1.577q0 .348-.23.578t-.578.23H19v11.615q0 .67-.472 1.143q-.472.472-1.143.472z");
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="h50w1jhf"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:blinds-2-closed" {...props}></Icon>
11
+ <style>
12
+ :global(.h50w1jhf) {
13
+ fill: currentColor;
14
+ d: path("M5.385 3h13.23q.981 0 1.683.702T21 5.394v2.375h-2V21H4.98V7.77H3V5.384q0-.994.696-1.69T5.385 3m.55 17h12.111l-1.554-2.789h-1.28v.558q0 .213-.144.357t-.356.143q-.195 0-.347-.143q-.153-.144-.153-.357v-.557H7.489zm9.276-9.442h2.835l-1.554-2.789h-1.28zm0 4.711h2.835l-1.554-2.788h-1.28zm-9.276 0h8.276v-2.788H7.49zm0-4.711h8.276V7.769H7.49z");
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="r9naoybm"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:blinds-2-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.r9naoybm) {
13
+ fill: currentColor;
14
+ d: path("M6.596 21q-.666 0-1.14-.475t-.475-1.14V7.769H3.808q-.343 0-.576-.232T3 6.962V5.377q0-.99.696-1.684T5.385 3h13.23q.981 0 1.683.702T21 5.388v1.574q0 .343-.232.575t-.576.232H19v11.616q0 .666-.475 1.14t-1.14.475zm0-1h10.789q.269 0 .442-.173t.173-.442v-3.097H5.98v3.096q0 .27.174.443q.173.173.442.173m-.615-4.712H18v-3.73h-2.788v1.384q0 .213-.144.357t-.356.143q-.195 0-.347-.143q-.153-.144-.153-.357v-1.384H5.98zm0-4.73h8.23V7.769h-8.23zm9.23 0H18V7.769h-2.788zM4 6.769h16V5.391q0-.585-.398-.988T18.616 4H5.385q-.589 0-.987.398T4 5.385zm16 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="wmmcuace"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:blinds-2-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.wmmcuace) {
13
+ fill: currentColor;
14
+ d: path("M4.98 21V7.77H3V5.384q0-.994.696-1.69T5.385 3h13.23q.981 0 1.683.702T21 5.394v2.375h-2V21zm1-1H18v-3.712H5.98zm0-4.711H18v-3.731h-2.788v1.384q0 .213-.144.357t-.356.143q-.195 0-.347-.143q-.153-.144-.153-.357v-1.384H5.98zm0-4.731h8.232V7.769H5.98zm9.232 0H18V7.769h-2.788zM4 6.769h16V5.391q0-.585-.398-.988T18.616 4H5.385q-.589 0-.987.398T4 5.385zm16 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="u1209khg"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:blinds-2-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.u1209khg) {
13
+ fill: currentColor;
14
+ d: path("M6.596 21q-.666 0-1.14-.475t-.475-1.14V7.769H3.808q-.343 0-.576-.232T3 6.962V5.377q0-.99.696-1.684T5.385 3h13.23q.981 0 1.683.702T21 5.388v1.574q0 .343-.232.575t-.576.232H19v11.616q0 .666-.475 1.14t-1.14.475zm0-1h10.789q.269 0 .442-.173t.173-.442v-3.097H5.98v3.096q0 .27.174.443q.173.173.442.173m-.615-4.712H18v-3.73h-2.788v1.384q0 .213-.144.357t-.356.143q-.195 0-.347-.143q-.153-.144-.153-.357v-1.384H5.98zm0-4.73h8.23V7.769h-8.23zm9.23 0H18V7.769h-2.788z");
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="mx45iibr"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:blinds-2" {...props}></Icon>
11
+ <style>
12
+ :global(.mx45iibr) {
13
+ fill: currentColor;
14
+ d: path("M4.98 21V7.77H3V5.384q0-.994.696-1.69T5.385 3h13.23q.981 0 1.683.702T21 5.394v2.375h-2V21zm1-1H18v-3.712H5.98zm0-4.711H18v-3.731h-2.788v1.384q0 .213-.144.357t-.356.143q-.195 0-.347-.143q-.153-.144-.153-.357v-1.384H5.98zm0-4.731h8.232V7.769H5.98zm9.232 0H18V7.769h-2.788z");
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="gpzm25bc"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:garage-door-open-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.gpzm25bc) {
13
+ fill: currentColor;
14
+ d: path("M8.212 17.404V9.712h7.576v8.307v-8.307H8.212v8.307zM6 8.946v8.458q0 .269.173.442t.443.173h1.596v-7.5q0-.343.232-.575t.575-.233h5.962q.343 0 .575.233t.233.575v7.5h1.596q.269 0 .442-.173t.173-.442V8.946l-5.615-4.33Q12.212 4.48 12 4.48t-.385.134zm3.096 3.516h5.808v-1.866H9.096zM12.01 7.98q.3 0 .511-.21q.21-.21.21-.52t-.21-.521t-.52-.21q-.29 0-.51.21q-.22.209-.22.52t.22.52t.52.21M6.615 19.02q-.667 0-1.141-.475T5 17.404V9.75h-.513q-.283 0-.384-.273t.122-.454l6.792-5.192q.449-.337.983-.337t.983.337l6.792 5.192q.223.18.122.454q-.1.273-.383.273H19v7.654q0 .666-.475 1.14t-1.14.475h-1.667q-.354 0-.584-.232t-.23-.575v-4.866H9.096v4.866q0 .343-.232.575t-.576.232z");
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="t95lk0dv"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:garage-door-open-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.t95lk0dv) {
13
+ fill: currentColor;
14
+ d: path("M8.212 18.02V9.711h7.576v8.307v-8.307H8.212zM6 18.02h2.211V9.711h7.577v8.307H18V8.946l-6-4.619l-6 4.62zm3.096-5.558h5.808v-1.866H9.096zM12.01 7.98q.3 0 .511-.21q.21-.21.21-.52t-.21-.521t-.52-.21q-.29 0-.51.21q-.22.209-.22.52t.22.52t.52.21M5 19.02V9.634H3.437L12 3.077l8.539 6.558H19v9.384h-4.096v-5.673H9.096v5.673z");
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="g3mme8bj"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:garage-door-open-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.g3mme8bj) {
13
+ fill: currentColor;
14
+ d: path("M8.327 12.596h7.346v-1.884H8.327zm3.683-4.615q.3 0 .51-.21t.21-.52t-.21-.521t-.52-.21q-.29 0-.51.21q-.22.209-.22.52t.22.52t.52.21M6.615 19.02q-.667 0-1.141-.475T5 17.404v-7.77h-.36q-.282 0-.383-.272t.122-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.638 5.077q.223.18.122.454t-.383.273H19v7.769q0 .666-.475 1.14t-1.14.475h-.904q-.343 0-.576-.232t-.232-.575V13.48H8.327v4.73q0 .344-.232.576t-.576.232z");
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="o-8p81b"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:garage-door-open" {...props}></Icon>
11
+ <style>
12
+ :global(.o-8p81b) {
13
+ fill: currentColor;
14
+ d: path("M8.327 12.596h7.346v-1.884H8.327zm3.683-4.615q.3 0 .51-.21t.21-.52t-.21-.521t-.52-.21q-.29 0-.51.21q-.22.209-.22.52t.22.52t.52.21M5 19.02V9.634H3.437L12 3.077l8.539 6.558H19v9.384h-3.327v-5.538H8.327v5.538z");
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="ke15brba"/>`;
8
+ const content = `<path class="zk9hmpgs"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:garage-door-outline-rounded" {...props}></Icon>
11
11
  <style>
12
- :global(.ke15brba) {
12
+ :global(.zk9hmpgs) {
13
13
  fill: currentColor;
14
- d: path("M5.836 19.856q-.144-.143-.144-.356V9.946L3 11.952q-.177.115-.365.097q-.189-.018-.323-.195q-.135-.177-.114-.365q.021-.189.198-.324l8.629-6.451q.217-.162.463-.233T12 4.409t.513.072t.462.232l8.648 6.453q.171.134.195.322t-.11.366t-.323.195t-.366-.097l-2.692-2.006V19.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356v-9.384H6.692V19.5q0 .213-.144.356q-.143.144-.356.144t-.356-.144M8.885 19q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h6.23q.213 0 .357.144t.144.357t-.144.356t-.356.143zm0-2.961q-.213 0-.357-.145t-.143-.356t.143-.356t.357-.144h6.23q.213 0 .357.144t.144.357t-.144.356t-.356.143zm0-2.962q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h6.23q.213 0 .357.144t.144.356t-.144.357t-.356.143zM6.81 9.115h10.4L12 5.255z");
14
+ d: path("M8.212 17.404V9.712h7.576v8.307v-8.307H8.212v8.307zm-1.597 1.615q-.666 0-1.14-.474T5 17.404V9.75h-.533q-.292 0-.378-.273t.136-.454l6.792-5.192q.449-.337.983-.337t.983.337l6.748 5.173q.223.18.136.454q-.086.273-.378.273L19 9.75v7.654q0 .666-.475 1.14t-1.14.475zM6 8.946v8.458q0 .269.173.442t.443.173h1.596v-7.5q0-.343.232-.575t.575-.233h5.962q.343 0 .575.233t.233.575v7.5h1.596q.269 0 .442-.173t.173-.442V8.946l-5.615-4.33Q12.212 4.48 12 4.48t-.385.134zm3.096 9.073h5.808v-1.903H9.096zm0-2.788h5.808v-1.885H9.096zm0-2.77h5.808v-1.865H9.096zm2.913-4.48q.3 0 .511-.21q.21-.21.21-.52t-.21-.521t-.52-.21q-.29 0-.51.21q-.22.209-.22.52t.22.52t.52.21");
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="qm_mp3b"/>`;
8
+ const content = `<path class="hbnq4abv"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:garage-door-outline" {...props}></Icon>
11
11
  <style>
12
- :global(.qm_mp3b) {
12
+ :global(.hbnq4abv) {
13
13
  fill: currentColor;
14
- d: path("M5.692 20V9.946L2.604 12.25L2 11.458L12 4l10.02 7.458l-.604.792l-3.089-2.304V20h-1v-9.884H6.692V20zm2.693-1v-1h7.23v1zm0-2.961v-1h7.23v1zm0-2.962v-1h7.23v1zM6.81 9.115h10.4L12 5.255z");
14
+ d: path("M8.212 18.02V9.711h7.576v8.307v-8.307H8.212zM5 19.02V9.634H3.437L12 3.077l8.539 6.558H19v9.384zm1-1h2.211V9.711h7.577v8.307H18V8.946l-6-4.619l-6 4.62zm3.096 0h5.808v-1.905H9.096zm0-2.79h5.808v-1.884H9.096zm0-2.769h5.808v-1.865H9.096zm2.913-4.48q.3 0 .511-.21q.21-.21.21-.52t-.21-.521t-.52-.21q-.29 0-.51.21q-.22.209-.22.52t.22.52t.52.21");
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="tyg0uybg"/>`;
8
+ const content = `<path class="ahgs-jcx"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:garage-door-rounded" {...props}></Icon>
11
11
  <style>
12
- :global(.tyg0uybg) {
12
+ :global(.ahgs-jcx) {
13
13
  fill: currentColor;
14
- d: path("M8.885 12.846h6.23q.213 0 .357.144t.144.357t-.144.356t-.356.143H8.885q-.213 0-.357-.144t-.143-.356t.143-.356t.357-.144m0 3.077h6.23q.213 0 .357.144t.144.357t-.144.356t-.356.143H8.885q-.213 0-.357-.144q-.143-.144-.143-.356q0-.213.143-.357t.357-.143m0 3.077h6.23q.213 0 .357.144t.144.357t-.144.356t-.356.143H8.885q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143M6 19.5v-7.73H4.473q-.283 0-.383-.259t.116-.444l6.733-5.848q.211-.211.49-.298T12 4.834t.571.087t.49.298l6.733 5.848q.217.187.116.444t-.383.258H18V19.5q0 .213-.144.356t-.357.144t-.356-.144T17 19.5v-8.73H7v8.73q0 .213-.144.356T6.499 20t-.356-.144T6 19.5");
14
+ d: path("M6.616 19.02q-.667 0-1.141-.475T5 17.404v-7.77h-.379q-.292 0-.379-.272t.137-.454l6.638-5.077q.449-.337.983-.337t.983.337l6.613 5.077q.223.18.137.454t-.38.273H19v7.769q0 .666-.475 1.14t-1.14.475zm1.711-.886h7.346V16.25H8.327zm0-2.769h7.346v-1.884H8.327zm0-2.769h7.346v-1.885H8.327zm3.683-4.615q.3 0 .51-.21t.21-.52t-.21-.521t-.52-.21q-.29 0-.51.21q-.22.209-.22.52t.22.52t.52.21");
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="opv7qys"/>`;
8
+ const content = `<path class="d_52o7-o"/>`;
9
9
  </script>
10
10
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:garage-door" {...props}></Icon>
11
11
  <style>
12
- :global(.opv7qys) {
12
+ :global(.d_52o7-o) {
13
13
  fill: currentColor;
14
- d: path("M8.385 13.846v-1h7.23v1zm0 3.077v-1h7.23v1zm0 3.077v-1h7.23v1zM12 4.308l8.616 7.461H18V20h-1v-9.23H7V20H6v-8.23H3.385z");
14
+ d: path("M5 19.02V9.634H3.437L12 3.077l8.539 6.558H19v9.384zm3.327-.886h7.346V16.25H8.327zm0-2.769h7.346v-1.884H8.327zm0-2.769h7.346v-1.885H8.327zm3.683-4.615q.3 0 .51-.21t.21-.52t-.21-.521t-.52-.21q-.29 0-.51.21q-.22.209-.22.52t.22.52t.52.21");
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="ah4qynbv"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:light-group-2-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.ah4qynbv) {
13
+ fill: currentColor;
14
+ d: path("m6.648 14.604l-2.502 6.079q-.084.219-.286.283q-.202.065-.38-.003t-.27-.234t.01-.412l3.434-8.415V8.731H3.57q-.469 0-.704-.404t-.002-.815L5.04 3.807q.22-.384.58-.596T6.42 3h1.488q.44 0 .799.212t.58.596l2.175 3.704q.232.411-.003.815q-.234.404-.703.404H7.654v3.171l3.423 8.415q.085.225 0 .402t-.261.245q-.178.067-.38.002q-.201-.064-.286-.283l-2.502-6.08V20.5q0 .213-.144.356Q7.36 21 7.148 21q-.213 0-.357-.144t-.143-.356zm10.158 3.012q-1.22 0-2.102-.787q-.883-.787-1.098-2.002h-.725q-.476 0-.838-.327t-.362-.798q0-.823.803-1.818t1.445-1.438q.106-.987.762-1.72q.655-.734 1.636-.886V3.5q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v4.34q.956.152 1.622.886t.79 1.72q.642.443 1.457 1.454t.816 1.839q0 .459-.368.774q-.368.314-.852.314h-.769q-.235 1.215-1.127 2.002t-2.09.787m-4.146-3.789h8.31q-.097-.754-.574-1.345T19.3 11.423l-.538-.39l-.062-.625q-.088-.69-.626-1.165t-1.247-.474q-.71 0-1.253.465t-.607 1.155l-.08.644l-.514.37q-.638.468-1.13 1.069q-.493.601-.583 1.355M3.892 7.731h6.543L8.248 4H6.073zm12.921 8.865q.75 0 1.326-.503q.575-.502.85-1.266h-4.33q.237.764.803 1.266q.565.503 1.351.503m-9.66-8.865");
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="dfcz_p8o"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:light-group-2-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.dfcz_p8o) {
13
+ fill: currentColor;
14
+ d: path("m2.939 21l3.715-9.098V8.731H2.173L5.5 3h3.327l3.327 5.73h-4.5v3.172L11.358 21h-1.073l-2.637-6.396V21h-1v-6.396L4.012 21zm13.867-3.384q-1.22 0-2.102-.787q-.883-.787-1.098-2.002H11.5q0-1.316.663-2.459t1.766-1.922q.106-.987.762-1.72q.655-.734 1.636-.886V3h1v4.84q.956.152 1.622.886t.79 1.72q1.084.779 1.759 1.922t.675 2.459h-2.15q-.234 1.215-1.127 2.002q-.892.787-2.09.787m-4.146-3.789h8.31q-.097-.754-.574-1.345T19.3 11.423l-.538-.39l-.062-.625q-.088-.69-.626-1.165t-1.247-.474q-.71 0-1.253.465t-.607 1.155l-.08.644l-.514.37q-.638.468-1.13 1.069q-.493.601-.583 1.355M3.892 7.731h6.543L8.248 4H6.073zm12.921 8.865q.75 0 1.326-.503q.575-.502.85-1.266h-4.33q.237.764.803 1.266q.565.503 1.351.503m-9.66-8.865");
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="l9ox2jpl"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:light-group-2-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.l9ox2jpl) {
13
+ fill: currentColor;
14
+ d: path("m6.648 14.604l-2.502 6.079q-.084.219-.286.283q-.202.065-.38-.003t-.27-.234t.01-.412l3.434-8.415V8.731H3.57q-.46 0-.699-.404q-.24-.404-.003-.808L5.04 3.808q.218-.38.581-.594T6.42 3h1.489q.434 0 .798.214q.363.215.58.594l2.172 3.711q.236.404-.003.808q-.24.404-.7.404H7.655v3.171l3.423 8.415q.085.225 0 .402t-.261.245q-.178.067-.38.002q-.201-.064-.286-.283l-2.502-6.08V20.5q0 .214-.143.357T7.148 21t-.357-.143t-.143-.357zm10.16 3.012q-1.221 0-2.104-.787t-1.098-2.002h-.725q-.479 0-.84-.323q-.36-.323-.36-.802q0-.823.803-1.818t1.445-1.438q.106-.987.762-1.72q.655-.734 1.636-.886V3.5q0-.213.143-.357T16.827 3t.357.143t.143.357v4.34q.956.152 1.621.886q.666.734.79 1.72q.643.443 1.458 1.456q.816 1.014.816 1.837q0 .459-.37.774q-.37.314-.85.314h-.769q-.234 1.215-1.127 2.002q-.892.787-2.088.787m0-1.02q.756 0 1.33-.503q.575-.502.85-1.266H14.66q.236.764.802 1.266q.565.503 1.346.503");
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="rekznbcv"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:light-group-2" {...props}></Icon>
11
+ <style>
12
+ :global(.rekznbcv) {
13
+ fill: currentColor;
14
+ d: path("m2.939 21l3.715-9.098V8.731H2.173L5.5 3h3.327l3.327 5.73h-4.5v3.172L11.358 21h-1.073l-2.637-6.396V21h-1v-6.396L4.012 21zm13.869-3.384q-1.221 0-2.104-.787t-1.098-2.002H11.5q0-1.316.663-2.459t1.766-1.922q.106-.987.762-1.72q.655-.734 1.636-.886V3h1v4.84q.956.152 1.621.886q.666.734.79 1.72q1.085.779 1.76 1.922t.675 2.459h-2.15q-.234 1.215-1.127 2.002q-.892.787-2.088.787m0-1.02q.756 0 1.33-.503q.575-.502.85-1.266H14.66q.236.764.802 1.266q.565.503 1.346.503");
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="lq5evbcz"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:lightstrip-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.lq5evbcz) {
13
+ fill: currentColor;
14
+ d: path("M3 21v-8.38l9.967-3.89H3V3h17.98v9.354l-8.036 2.935h8.037V21zm1-1h15.98v-3.712H4zM19.98 7.73V4H4v3.73zM4.02 15.289h5.992l9.969-3.642V8.731h-4.258L4.019 13.277zm2.5-8.94q-.193-.189-.193-.479t.19-.484t.48-.193t.483.19t.193.48t-.19.483q-.19.193-.48.193t-.483-.19m.039 12.27q-.194-.19-.194-.48t.19-.483t.48-.194t.483.19t.193.48t-.19.484t-.479.193t-.483-.19m.942-4.48q-.193-.19-.193-.48t.19-.484q.189-.193.48-.193q.29 0 .482.19t.194.48t-.19.483t-.48.193t-.483-.19m4.02-7.788q-.194-.19-.194-.48t.19-.484q.19-.193.48-.193t.483.19t.193.48t-.19.483t-.48.193t-.483-.19m0 6.366q-.193-.19-.193-.48t.19-.483t.48-.193t.483.19t.193.48t-.19.482t-.48.194t-.483-.19m0 5.904q-.193-.19-.193-.48t.19-.483t.48-.194t.483.19t.193.48t-.19.483t-.48.194t-.483-.19m3.77-7.327q-.194-.19-.194-.48t.19-.483q.19-.194.48-.194t.483.19t.193.48t-.19.483q-.189.194-.48.194q-.29 0-.483-.19m1.173-4.942q-.193-.19-.193-.48t.19-.484t.48-.193t.483.19t.193.48t-.19.483t-.479.193t-.484-.19m0 12.27q-.193-.19-.193-.48t.19-.483t.48-.194t.483.19t.193.48t-.19.483t-.479.194t-.484-.19");
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="k5xtr1bc"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:lightstrip-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.k5xtr1bc) {
13
+ fill: currentColor;
14
+ d: path("M5.385 21q-.994 0-1.69-.695T3 18.615v-4.692q0-.635.397-1.13q.397-.497.994-.72l8.576-3.342H3V3h15.596q.994 0 1.69.696t.695 1.689v5.292q0 .756-.423 1.373q-.422.616-1.13.875l-6.484 2.363h8.037V21zm0-1H19.98v-3.712H5.384q-.39 0-.752-.104q-.363-.105-.632-.392v2.823q0 .589.398.987t.987.398M19.98 8.214v-2.83q0-.588-.398-.986T18.596 4H4v3.73h14.596q.39 0 .744.118q.352.118.64.366M5.385 15.289h4.627l9.045-3.297q.411-.17.668-.513t.257-.802v-.561q0-.589-.398-.987t-.987-.398h-2.873L4.75 13q-.315.114-.523.353q-.208.24-.208.555v.115q0 .535.41.9q.41.366.956.366m1.135-8.94q-.193-.19-.193-.48t.19-.483t.48-.194t.483.19t.193.48t-.19.483t-.48.194t-.483-.19m.039 12.269q-.193-.19-.193-.48t.189-.483t.48-.193t.483.19t.194.479t-.19.484t-.48.193t-.483-.19m.942-4.48q-.193-.19-.193-.48t.19-.484q.189-.193.48-.193q.29 0 .482.19t.194.48t-.19.483t-.48.193t-.483-.19m4.02-7.788q-.194-.19-.194-.48t.19-.483q.19-.194.48-.194t.483.19t.193.48t-.19.483t-.48.194t-.483-.19m0 6.365q-.193-.19-.193-.48t.19-.483t.48-.193t.483.19t.193.48t-.19.482t-.48.194t-.483-.19m0 5.904q-.193-.19-.193-.48t.19-.483t.48-.193t.483.19t.193.479t-.19.484t-.48.193t-.483-.19m3.77-7.327q-.194-.19-.194-.48t.19-.483t.48-.193t.483.19t.193.479t-.19.484q-.189.193-.48.193q-.29 0-.482-.19m1.173-4.942q-.194-.19-.194-.48t.19-.483q.19-.194.48-.194t.483.19t.194.48t-.19.483t-.48.194t-.483-.19m0 12.269q-.194-.19-.194-.48t.19-.483t.48-.193t.483.19t.194.479t-.19.484t-.48.193t-.483-.19");
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="whq1y5af"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:lightstrip-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.whq1y5af) {
13
+ fill: currentColor;
14
+ d: path("M3 21v-4.948h17.98V21zM20.98 7.962H3V3h17.98zM3 15.058v-2.45l9.373-3.647h8.608v3.398l-7.402 2.699zm4.48-9.094q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m.038 13.058q.194-.19.194-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.189.483t.48.193t.483-.19m.943-5q.193-.189.193-.479t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483q.189.193.48.193q.29 0 .482-.19m4.02-8.057q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0 6.75q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0 6.308q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.193t.483-.19m3.769-7.73q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.194t.483-.19m1.173-5.327q.193-.19.193-.48t-.19-.483t-.479-.193t-.484.19t-.193.48t.19.482q.19.194.48.194t.483-.19m0 13.058q.193-.19.193-.48t-.19-.483t-.479-.194t-.484.19t-.193.48t.19.483q.19.193.48.193t.483-.19");
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="wm66390b"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:lightstrip" {...props}></Icon>
11
+ <style>
12
+ :global(.wm66390b) {
13
+ fill: currentColor;
14
+ d: path("M5.385 21q-.994 0-1.69-.691Q3 19.617 3 18.609v-3.034q.289.229.641.353t.743.124h16.597V21zM20.98 8.483q-.327-.287-.728-.404t-.85-.118H3V3h15.596q.994 0 1.69.696t.695 1.689zM4.366 15.058q-.56 0-.963-.369Q3 14.321 3 13.73q0-.598.353-.997q.353-.4 1.037-.665l7.983-3.105h7.03q.714 0 1.146.499t.432 1.078q0 .852-.365 1.463q-.364.612-1.245.942l-5.792 2.114zM7.48 5.964q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m.038 13.058q.194-.19.194-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.189.483t.48.193t.483-.19m.943-5q.193-.189.193-.479t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483q.189.193.48.193q.29 0 .482-.19m4.02-8.057q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0 6.75q.193-.19.193-.48t-.19-.483t-.48-.193t-.483.19t-.193.48t.19.482t.48.194t.483-.19m0 6.308q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.193t.483-.19m3.769-7.73q.193-.19.193-.48t-.19-.483t-.48-.194t-.483.19t-.193.48t.19.483t.48.194t.483-.19m1.173-5.327q.193-.19.193-.48t-.19-.483t-.479-.193t-.484.19t-.193.48t.19.482q.19.194.48.194t.483-.19m0 13.058q.193-.19.193-.48t-.19-.483t-.479-.194t-.484.19t-.193.48t.19.483q.19.193.48.193t.483-.19");
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="e1kaxkbm"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:movie-edit-off-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.e1kaxkbm) {
13
+ fill: currentColor;
14
+ d: path("M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.672.482-1.144Q3.963 5 4.634 5h.174l4 4H4v8.385q0 .269.173.442t.443.173h6.73q.214 0 .357.143t.143.357t-.143.357t-.357.143zM21 6.616V8.23q0 .31-.23.54t-.54.23h-8.59l-4-4h1.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.616m.116 7.444l-.925-.945zm-1.564 2.828l-2.21-2.184l2.222-2.221q.148-.149.307-.2q.16-.052.32-.052q.165 0 .334.064q.17.065.298.194l.925.944q.129.148.19.308q.062.159.062.319t-.061.322t-.191.31zm-4.437 2.227h.95l.716-.715l-.95-.95l-.715.716zm5.548 2.97q-.192 0-.357-.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.165");
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="uz_jp4vn"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:movie-edit-off-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.uz_jp4vn) {
13
+ fill: currentColor;
14
+ d: path("M3 19V5h1.808l4 4H4v9h7.846v1zM21 5v4h-9.361l-4-4H9.05l1.433 2.844l.156.156h2.919l-1.5-3h2.5l1.5 3h3l-1.5-3zm.116 9.06l-.925-.945zm-1.564 2.828l-2.21-2.184l2.849-2.848l2.19 2.203zm-4.437 2.227h.95l.716-.715l-.95-.95l-.715.716zm6.258 2.45l-.714.714l-3.246-3.252l-.973.973h-2.21v-2.21l.974-.967L1.72 3.341l.714-.714z");
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="c_h3vz-w"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:movie-edit-off-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.c_h3vz-w) {
13
+ fill: currentColor;
14
+ d: path("M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.667.48-1.141Q3.96 5 4.635 5h.173l4 4H4v8.385q0 .269.173.442t.443.173h7.23v1zM21 6.616V9h-9.361l-4-4H9.05l1.433 2.844l.156.156h2.919l-1.5-3h2.5l1.5 3h3l-1.5-3h1.826q.691 0 1.153.463T21 6.616m.115 7.444l-.925-.945zm-1.588 2.853l-2.21-2.21l2.246-2.22q.148-.124.306-.188q.157-.064.315-.064q.172 0 .337.064t.302.193l.925.945q.123.148.187.308q.065.159.065.319t-.061.322t-.191.31zm1.846 4.652l-.714.714l-3.251-3.246l-.968.967h-2.21v-2.21l.968-.948L1.721 3.341l.713-.714zm-6.258-2.45h.95l.71-.715l-.944-.944l-.715.71z");
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="jmghw41e"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:movie-edit-off-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.jmghw41e) {
13
+ fill: currentColor;
14
+ 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");
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="tc6662be"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:movie-edit-off-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.tc6662be) {
13
+ fill: currentColor;
14
+ 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");
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="vc9vrfbe"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:movie-edit-off" {...props}></Icon>
11
+ <style>
12
+ :global(.vc9vrfbe) {
13
+ fill: currentColor;
14
+ 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");
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="q0aip6bh"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:sell-cloud-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.q0aip6bh) {
13
+ fill: currentColor;
14
+ 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");
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="u8i7xwxv"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:sell-cloud-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.u8i7xwxv) {
13
+ fill: currentColor;
14
+ 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");
15
+ }
16
+
17
+ </style>