@iconify-vue/material-symbols 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.
- package/components/b/blinds-2-closed-outline-rounded.vue +16 -0
- package/components/b/blinds-2-closed-outline.vue +16 -0
- package/components/b/blinds-2-closed-rounded.vue +16 -0
- package/components/b/blinds-2-closed.vue +16 -0
- package/components/b/blinds-2-outline-rounded.vue +16 -0
- package/components/b/blinds-2-outline.vue +16 -0
- package/components/b/blinds-2-rounded.vue +16 -0
- package/components/b/blinds-2.vue +16 -0
- package/components/b/bolt-boost-rounded.vue +16 -0
- package/components/b/bolt-boost.vue +16 -0
- package/components/g/garage-door-open-outline-rounded.vue +16 -0
- package/components/g/garage-door-open-outline.vue +16 -0
- package/components/g/garage-door-open-rounded.vue +16 -0
- package/components/g/garage-door-open.vue +16 -0
- package/components/g/garage-door-outline-rounded.vue +3 -3
- package/components/g/garage-door-outline.vue +3 -3
- package/components/g/garage-door-rounded.vue +3 -3
- package/components/g/garage-door.vue +3 -3
- package/components/l/light-group-2-outline-rounded.vue +16 -0
- package/components/l/light-group-2-outline.vue +16 -0
- package/components/l/light-group-2-rounded.vue +16 -0
- package/components/l/light-group-2.vue +16 -0
- package/components/l/lightstrip-outline-sharp.vue +16 -0
- package/components/l/lightstrip-outline.vue +16 -0
- package/components/l/lightstrip-sharp.vue +16 -0
- package/components/l/lightstrip.vue +16 -0
- package/components/s/shades-closed-outline-rounded.vue +16 -0
- package/components/s/shades-closed-outline.vue +16 -0
- package/components/s/shades-closed-rounded.vue +16 -0
- package/components/s/shades-closed.vue +16 -0
- package/components/s/shades-outline-rounded.vue +16 -0
- package/components/s/shades-outline.vue +16 -0
- package/components/s/shades-rounded.vue +16 -0
- package/components/s/shades.vue +16 -0
- package/components/s/soundbar-outline-rounded.vue +16 -0
- package/components/s/soundbar-outline-sharp.vue +16 -0
- package/components/s/soundbar-outline.vue +16 -0
- package/components/s/soundbar-rounded.vue +16 -0
- package/components/s/soundbar-sharp.vue +16 -0
- package/components/s/soundbar.vue +16 -0
- package/components/s/speaker-2-outline-rounded.vue +16 -0
- package/components/s/speaker-2-outline-sharp.vue +16 -0
- package/components/s/speaker-2-outline.vue +16 -0
- package/components/s/speaker-2-rounded.vue +16 -0
- package/components/s/speaker-2-sharp.vue +16 -0
- package/components/s/speaker-2.vue +16 -0
- package/components/s/subwoofer-outline-rounded.vue +16 -0
- package/components/s/subwoofer-outline-sharp.vue +16 -0
- package/components/s/subwoofer-outline.vue +16 -0
- package/components/s/subwoofer-rounded.vue +16 -0
- package/components/s/subwoofer-sharp.vue +16 -0
- package/components/s/subwoofer.vue +16 -0
- package/components/s/switch-off-outline-rounded.vue +16 -0
- package/components/s/switch-off-outline-sharp.vue +16 -0
- package/components/s/switch-off-outline.vue +16 -0
- package/components/s/switch-off-rounded.vue +16 -0
- package/components/s/switch-off-sharp.vue +16 -0
- package/components/s/switch-off.vue +16 -0
- package/components/s/switch-outline-rounded.vue +3 -3
- package/components/s/switch-outline-sharp.vue +3 -3
- package/components/s/switch-outline.vue +3 -3
- package/components/s/switch-rounded.vue +3 -3
- package/components/s/switch-sharp.vue +3 -3
- package/components/s/switch.vue +3 -3
- package/components/v/vacuum-2-on-outline.vue +16 -0
- package/components/v/vacuum-2-on.vue +16 -0
- package/components/v/vacuum-2-outline.vue +16 -0
- package/components/v/vacuum-2.vue +16 -0
- package/iconify.json +2 -2
- 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="lyz67vep"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:blinds-2-closed-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.lyz67vep {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="ejp8gu9w"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:blinds-2-closed-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ejp8gu9w {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="kq5rs0cd"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:blinds-2-closed-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.kq5rs0cd {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="af__z6bo"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:blinds-2-closed" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.af__z6bo {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="dcmw5gba"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:blinds-2-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.dcmw5gba {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="z3lbchwi"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:blinds-2-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.z3lbchwi {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="ov4u-ubq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:blinds-2-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ov4u-ubq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="tdv6pcu"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:blinds-2" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.tdv6pcu {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="r_npiubm"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:bolt-boost-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.r_npiubm {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M13.113 21.063q-.088-.138-.063-.338L14 14H9.95q-.625 0-.9-.55t.075-1.05l6.925-9.475q.125-.15.288-.188t.312.013t.238.187t.062.338L16 10h4.05q.625 0 .9.55t-.075 1.05l-6.925 9.475q-.125.15-.287.188t-.313-.013t-.237-.187M4 18q-.425 0-.712-.288T3 17t.288-.712T4 16h6.55q.5 0 .75.313t.25.687t-.25.688t-.75.312zm-1-5q-.425 0-.712-.288T2 12t.288-.712T3 11h2.75q.5 0 .75.313t.25.687t-.25.688t-.75.312zm2-5q-.425 0-.712-.288T4 7t.288-.712T5 6h4.375q.5 0 .75.313t.25.687t-.25.688t-.75.312z");
|
|
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="w16cinb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:bolt-boost" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.w16cinb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m13 21l1-7H7.975L16 3h1l-1 7h6.025L14 21zM3 18v-2h8.7l-.3 2zm-1-5v-2h5.7l-1.45 2zm2-5V6h7.35L9.9 8z");
|
|
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="enj6sj4l"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:garage-door-open-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.enj6sj4l {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="ujzohce"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:garage-door-open-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ujzohce {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="evz4u-bm"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:garage-door-open-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.evz4u-bm {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="r5vedup"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:garage-door-open" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.r5vedup {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="
|
|
7
|
+
const content = `<path class="f0fk1tnp"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:garage-door-outline-rounded" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.f0fk1tnp {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("
|
|
13
|
+
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");
|
|
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="
|
|
7
|
+
const content = `<path class="fseypql"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:garage-door-outline" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.fseypql {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("
|
|
13
|
+
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");
|
|
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="
|
|
7
|
+
const content = `<path class="wv0vsshv"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:garage-door-rounded" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.wv0vsshv {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("
|
|
13
|
+
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");
|
|
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="
|
|
7
|
+
const content = `<path class="qls-ksb"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:garage-door" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.qls-ksb {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("
|
|
13
|
+
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");
|
|
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="qi5f29bx"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:light-group-2-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.qi5f29bx {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="qmxfykbp"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:light-group-2-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.qmxfykbp {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="gu3-kjug"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:light-group-2-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.gu3-kjug {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="x6_6lehy"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:light-group-2" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.x6_6lehy {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="g_r_zrbm"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:lightstrip-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.g_r_zrbm {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="zfo06-bh"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:lightstrip-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.zfo06-bh {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="cn5v0acq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:lightstrip-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.cn5v0acq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="c7x3enbf"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:lightstrip" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.c7x3enbf {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="uoj34q2d"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:shades-closed-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.uoj34q2d {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="ezdyl40t"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:shades-closed-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ezdyl40t {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="cf8p14bd"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:shades-closed-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.cf8p14bd {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="sxebhzu"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:shades-closed" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.sxebhzu {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="sdbu0abo"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:shades-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.sdbu0abo {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="qjr5--b"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:shades-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.qjr5--b {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="askelcc"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:shades-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.askelcc {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
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="d6-ct6b"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:shades" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.d6-ct6b {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
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");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|