@iconify-vue/material-symbols-light 1.0.23 → 1.0.25

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 (70) hide show
  1. package/components/b/blinds-2-closed-outline-rounded.vue +16 -0
  2. package/components/b/blinds-2-closed-outline.vue +16 -0
  3. package/components/b/blinds-2-closed-rounded.vue +16 -0
  4. package/components/b/blinds-2-closed.vue +16 -0
  5. package/components/b/blinds-2-outline-rounded.vue +16 -0
  6. package/components/b/blinds-2-outline.vue +16 -0
  7. package/components/b/blinds-2-rounded.vue +16 -0
  8. package/components/b/blinds-2.vue +16 -0
  9. package/components/b/bolt-boost-rounded.vue +16 -0
  10. package/components/b/bolt-boost.vue +16 -0
  11. package/components/g/garage-door-open-outline-rounded.vue +16 -0
  12. package/components/g/garage-door-open-outline.vue +16 -0
  13. package/components/g/garage-door-open-rounded.vue +16 -0
  14. package/components/g/garage-door-open.vue +16 -0
  15. package/components/g/garage-door-outline-rounded.vue +3 -3
  16. package/components/g/garage-door-outline.vue +3 -3
  17. package/components/g/garage-door-rounded.vue +3 -3
  18. package/components/g/garage-door.vue +3 -3
  19. package/components/l/light-group-2-outline-rounded.vue +16 -0
  20. package/components/l/light-group-2-outline.vue +16 -0
  21. package/components/l/light-group-2-rounded.vue +16 -0
  22. package/components/l/light-group-2.vue +16 -0
  23. package/components/l/lightstrip-outline-sharp.vue +16 -0
  24. package/components/l/lightstrip-outline.vue +16 -0
  25. package/components/l/lightstrip-sharp.vue +16 -0
  26. package/components/l/lightstrip.vue +16 -0
  27. package/components/s/shades-closed-outline-rounded.vue +16 -0
  28. package/components/s/shades-closed-outline.vue +16 -0
  29. package/components/s/shades-closed-rounded.vue +16 -0
  30. package/components/s/shades-closed.vue +16 -0
  31. package/components/s/shades-outline-rounded.vue +16 -0
  32. package/components/s/shades-outline.vue +16 -0
  33. package/components/s/shades-rounded.vue +16 -0
  34. package/components/s/shades.vue +16 -0
  35. package/components/s/soundbar-outline-rounded.vue +16 -0
  36. package/components/s/soundbar-outline-sharp.vue +16 -0
  37. package/components/s/soundbar-outline.vue +16 -0
  38. package/components/s/soundbar-rounded.vue +16 -0
  39. package/components/s/soundbar-sharp.vue +16 -0
  40. package/components/s/soundbar.vue +16 -0
  41. package/components/s/speaker-2-outline-rounded.vue +16 -0
  42. package/components/s/speaker-2-outline-sharp.vue +16 -0
  43. package/components/s/speaker-2-outline.vue +16 -0
  44. package/components/s/speaker-2-rounded.vue +16 -0
  45. package/components/s/speaker-2-sharp.vue +16 -0
  46. package/components/s/speaker-2.vue +16 -0
  47. package/components/s/subwoofer-outline-rounded.vue +16 -0
  48. package/components/s/subwoofer-outline-sharp.vue +16 -0
  49. package/components/s/subwoofer-outline.vue +16 -0
  50. package/components/s/subwoofer-rounded.vue +16 -0
  51. package/components/s/subwoofer-sharp.vue +16 -0
  52. package/components/s/subwoofer.vue +16 -0
  53. package/components/s/switch-off-outline-rounded.vue +16 -0
  54. package/components/s/switch-off-outline-sharp.vue +16 -0
  55. package/components/s/switch-off-outline.vue +16 -0
  56. package/components/s/switch-off-rounded.vue +16 -0
  57. package/components/s/switch-off-sharp.vue +16 -0
  58. package/components/s/switch-off.vue +16 -0
  59. package/components/s/switch-outline-rounded.vue +3 -3
  60. package/components/s/switch-outline-sharp.vue +3 -3
  61. package/components/s/switch-outline.vue +3 -3
  62. package/components/s/switch-rounded.vue +3 -3
  63. package/components/s/switch-sharp.vue +3 -3
  64. package/components/s/switch.vue +3 -3
  65. package/components/v/vacuum-2-on-outline.vue +16 -0
  66. package/components/v/vacuum-2-on.vue +16 -0
  67. package/components/v/vacuum-2-outline.vue +16 -0
  68. package/components/v/vacuum-2.vue +16 -0
  69. package/iconify.json +2 -2
  70. package/package.json +233 -1
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="s8mo6rbr"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:blinds-2-closed-outline-rounded" /></template>
10
+ <style>
11
+ .s8mo6rbr {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="v754eijw"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:blinds-2-closed-outline" /></template>
10
+ <style>
11
+ .v754eijw {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="nsv3zcbg"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:blinds-2-closed-rounded" /></template>
10
+ <style>
11
+ .nsv3zcbg {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="h50w1jhf"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:blinds-2-closed" /></template>
10
+ <style>
11
+ .h50w1jhf {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="r9naoybm"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:blinds-2-outline-rounded" /></template>
10
+ <style>
11
+ .r9naoybm {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="wmmcuace"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:blinds-2-outline" /></template>
10
+ <style>
11
+ .wmmcuace {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="u1209khg"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:blinds-2-rounded" /></template>
10
+ <style>
11
+ .u1209khg {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="mx45iibr"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:blinds-2" /></template>
10
+ <style>
11
+ .mx45iibr {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="waox7ihg"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:bolt-boost-rounded" /></template>
10
+ <style>
11
+ .waox7ihg {
12
+ fill: currentColor;
13
+ d: path("M13.69 19.379q-.069-.11-.044-.27l.816-5.648h-3.877q-.49 0-.727-.444t.055-.848l5.502-7.571q.106-.13.23-.159t.255.022t.199.16t.043.27l-.815 5.667h3.877q.49 0 .717.444t-.065.848l-5.483 7.552q-.106.13-.23.159t-.255-.022t-.198-.16M4.5 17.25q-.213 0-.356-.144T4 16.749t.144-.356t.356-.143h6.646q.25 0 .375.155t.125.341t-.125.345t-.375.159zm-1-4.75q-.213 0-.356-.144T3 11.999t.144-.356t.356-.143h3q.25 0 .375.155t.125.342t-.125.344t-.375.159zm1.98-4.75q-.212 0-.355-.144t-.144-.357t.144-.356t.356-.143h4.548q.25 0 .375.155t.125.341t-.125.345t-.375.159z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="y8sp8nb"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:bolt-boost" /></template>
10
+ <style>
11
+ .y8sp8nb {
12
+ fill: currentColor;
13
+ d: path("m13.52 20l.942-6.539H8.994L15.846 4h.423l-.942 6.558h5.448L13.942 20zM4 17.25v-1h7.72l-.147 1zM3 12.5v-1h4.489l-.739 1zm1.98-4.75v-1h6.024l-.72 1z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="gpzm25bc"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:garage-door-open-outline-rounded" /></template>
10
+ <style>
11
+ .gpzm25bc {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="t95lk0dv"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:garage-door-open-outline" /></template>
10
+ <style>
11
+ .t95lk0dv {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="g3mme8bj"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:garage-door-open-rounded" /></template>
10
+ <style>
11
+ .g3mme8bj {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="o-8p81b"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:garage-door-open" /></template>
10
+ <style>
11
+ .o-8p81b {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="ke15brba"/>`;
7
+ const content = `<path class="zk9hmpgs"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:garage-door-outline-rounded" /></template>
10
10
  <style>
11
- .ke15brba {
11
+ .zk9hmpgs {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="qm_mp3b"/>`;
7
+ const content = `<path class="hbnq4abv"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:garage-door-outline" /></template>
10
10
  <style>
11
- .qm_mp3b {
11
+ .hbnq4abv {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="tyg0uybg"/>`;
7
+ const content = `<path class="ahgs-jcx"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:garage-door-rounded" /></template>
10
10
  <style>
11
- .tyg0uybg {
11
+ .ahgs-jcx {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="opv7qys"/>`;
7
+ const content = `<path class="d_52o7-o"/>`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:garage-door" /></template>
10
10
  <style>
11
- .opv7qys {
11
+ .d_52o7-o {
12
12
  fill: currentColor;
13
- 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");
13
+ 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");
14
14
  }
15
15
 
16
16
  </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="ah4qynbv"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:light-group-2-outline-rounded" /></template>
10
+ <style>
11
+ .ah4qynbv {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="dfcz_p8o"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:light-group-2-outline" /></template>
10
+ <style>
11
+ .dfcz_p8o {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="l9ox2jpl"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:light-group-2-rounded" /></template>
10
+ <style>
11
+ .l9ox2jpl {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="rekznbcv"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:light-group-2" /></template>
10
+ <style>
11
+ .rekznbcv {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="lq5evbcz"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:lightstrip-outline-sharp" /></template>
10
+ <style>
11
+ .lq5evbcz {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="k5xtr1bc"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:lightstrip-outline" /></template>
10
+ <style>
11
+ .k5xtr1bc {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="whq1y5af"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:lightstrip-sharp" /></template>
10
+ <style>
11
+ .whq1y5af {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="wm66390b"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:lightstrip" /></template>
10
+ <style>
11
+ .wm66390b {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="d9ups7aw"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:shades-closed-outline-rounded" /></template>
10
+ <style>
11
+ .d9ups7aw {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="te4iupks"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:shades-closed-outline" /></template>
10
+ <style>
11
+ .te4iupks {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="n4uwgnbb"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:shades-closed-rounded" /></template>
10
+ <style>
11
+ .n4uwgnbb {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="m931pkb"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:shades-closed" /></template>
10
+ <style>
11
+ .m931pkb {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="mjsrx_zk"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:shades-outline-rounded" /></template>
10
+ <style>
11
+ .mjsrx_zk {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="ee0uxuby"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:shades-outline" /></template>
10
+ <style>
11
+ .ee0uxuby {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="mwm1n0bz"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:shades-rounded" /></template>
10
+ <style>
11
+ .mwm1n0bz {
12
+ fill: currentColor;
13
+ 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");
14
+ }
15
+
16
+ </style>