@iconify-vue/material-symbols 1.0.18 → 1.0.20
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/bus-map-pin-2-outline-rounded.vue +16 -0
- package/components/b/bus-map-pin-2-outline-sharp.vue +16 -0
- package/components/b/bus-map-pin-2-outline.vue +16 -0
- package/components/b/bus-map-pin-2-rounded.vue +16 -0
- package/components/b/bus-map-pin-2-sharp.vue +16 -0
- package/components/b/bus-map-pin-2.vue +16 -0
- package/components/c/code-xml-rounded.vue +16 -0
- package/components/c/code-xml.vue +16 -0
- package/components/f/fire-check-outline-rounded.vue +16 -0
- package/components/f/fire-check-outline.vue +16 -0
- package/components/f/fire-check-rounded.vue +16 -0
- package/components/f/fire-check.vue +16 -0
- package/components/f/fork-chart-outline-sharp.vue +16 -0
- package/components/f/fork-chart-outline.vue +16 -0
- package/components/f/fork-chart-sharp.vue +16 -0
- package/components/f/fork-chart.vue +16 -0
- package/components/f/format-image-left-outline-rounded.vue +16 -0
- package/components/f/format-image-left-outline.vue +16 -0
- package/components/f/format-image-left-rounded.vue +3 -3
- package/components/f/format-image-left-sharp.vue +3 -3
- package/components/f/format-image-left.vue +3 -3
- package/components/f/format-image-right-outline-rounded.vue +16 -0
- package/components/f/format-image-right-outline.vue +16 -0
- package/components/f/format-image-right-rounded.vue +3 -3
- package/components/f/format-image-right-sharp.vue +3 -3
- package/components/f/format-image-right.vue +3 -3
- package/components/f/format-paint-off-outline-rounded.vue +16 -0
- package/components/f/format-paint-off-outline-sharp.vue +16 -0
- package/components/f/format-paint-off-outline.vue +16 -0
- package/components/f/format-paint-off-rounded.vue +16 -0
- package/components/f/format-paint-off-sharp.vue +16 -0
- package/components/f/format-paint-off.vue +16 -0
- package/components/g/graphic-eq-off-rounded.vue +16 -0
- package/components/g/graphic-eq-off.vue +16 -0
- package/components/g/grid-layout-side-outline-sharp.vue +16 -0
- package/components/g/grid-layout-side-outline.vue +16 -0
- package/components/g/grid-layout-side-rounded.vue +16 -0
- package/components/g/grid-layout-side-sharp.vue +16 -0
- package/components/g/grid-layout-side.vue +16 -0
- package/components/s/snowflake-rounded.vue +16 -0
- package/components/s/snowflake.vue +16 -0
- package/components/s/space-dashboard-2-outline-sharp.vue +16 -0
- package/components/s/space-dashboard-2-outline.vue +16 -0
- package/components/s/space-dashboard-2-rounded.vue +16 -0
- package/components/s/space-dashboard-2-sharp.vue +16 -0
- package/components/s/space-dashboard-2.vue +16 -0
- package/components/s/sql-rounded.vue +16 -0
- package/components/s/sql-sharp.vue +16 -0
- package/components/s/sql.vue +16 -0
- package/components/s/swipe-left-2-outline-rounded.vue +16 -0
- package/components/s/swipe-left-2-outline-sharp.vue +16 -0
- package/components/s/swipe-left-2-outline.vue +16 -0
- package/components/s/swipe-left-2-rounded.vue +16 -0
- package/components/s/swipe-left-2-sharp.vue +16 -0
- package/components/s/swipe-left-2.vue +16 -0
- package/components/s/swipe-right-2-outline-rounded.vue +16 -0
- package/components/s/swipe-right-2-outline-sharp.vue +16 -0
- package/components/s/swipe-right-2-outline.vue +16 -0
- package/components/s/swipe-right-2-rounded.vue +16 -0
- package/components/s/swipe-right-2.vue +16 -0
- package/components/t/terminal-2-rounded.vue +16 -0
- package/components/t/terminal-2.vue +16 -0
- package/components/t/text-ad-off-outline-rounded.vue +16 -0
- package/components/t/text-ad-off-outline-sharp.vue +16 -0
- package/components/t/text-ad-off-outline.vue +16 -0
- package/components/t/text-ad-off-rounded.vue +16 -0
- package/components/t/text-ad-off-sharp.vue +16 -0
- package/components/t/text-ad-off.vue +16 -0
- package/components/w/water-drops-outline-rounded.vue +16 -0
- package/components/w/water-drops-outline.vue +16 -0
- package/components/w/water-drops-rounded.vue +16 -0
- package/components/w/water-drops.vue +16 -0
- package/components/y/youtube-activity-outline-rounded.vue +16 -0
- package/components/y/youtube-activity-outline.vue +16 -0
- package/components/y/youtube-activity-rounded.vue +3 -3
- package/components/y/youtube-activity-sharp.vue +3 -3
- package/components/y/youtube-activity.vue +3 -3
- package/iconify.json +2 -2
- package/package.json +273 -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="lmxpg0bc"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:bus-map-pin-2-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.lmxpg0bc {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M7 22H6q-.425 0-.712-.288T5 21v-1q-.825 0-1.412-.587T3 18V7q0-.825.588-1.412T5 5q0-.825.588-1.412T7 3h6.375q-.125.35-.213.725t-.137.775H7V6h6.075q.1.475.275.975T13.8 8H5v4h12.1l.6.5q.575.5 1.3.5t1.3-.5q.2-.175.45-.062t.25.387V18q0 .825-.587 1.413T19 20v1q0 .425-.288.713T18 22h-1q-.425 0-.712-.288T16 21v-1H8v1q0 .425-.288.713T7 22M18.288 5.712Q18 5.425 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288m2.487-2.45q.725.763.725 1.838q0 .8-.612 1.763T19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762M5 14v4h14v-4zm2 3h2q.425 0 .713-.288T10 16t-.288-.712T9 15H7q-.425 0-.712.288T6 16t.288.713T7 17m8 0h2q.425 0 .713-.288T18 16t-.288-.712T17 15h-2q-.425 0-.712.288T14 16t.288.713T15 17M5 18v-4zM19 1q-1.675 0-2.838 1.2T15 5.1q0 1.15.85 2.488t2.575 2.912q.25.225.575.213t.575-.213Q21.3 8.925 22.15 7.588T23 5.1q0-1.7-1.162-2.9T19 1");
|
|
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="oo6ghibq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:bus-map-pin-2-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.oo6ghibq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M5 22v-2H3V5h2V3h8.375q-.125.35-.213.725t-.137.775H7V6h6.075q.1.475.275.975T13.8 8H5v4h12.1l1.9 1.625l2-1.7V20h-2v2h-3v-2H8v2zM18.288 5.712Q18 5.425 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288m2.487-2.45q.725.763.725 1.838q0 .8-.612 1.763T19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762M19 11q2.025-1.725 3.013-3.187T23 5.1q0-1.7-1.162-2.9T19 1t-2.837 1.2T15 5.1q0 1.25.988 2.713T19 11M5 14v4h14v-4zm1 3h4v-2H6zm8 0h4v-2h-4zm-9 1v-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="jr6alcbe"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:bus-map-pin-2-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.jr6alcbe {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M7 22H6q-.425 0-.712-.288T5 21v-1q-.825 0-1.412-.587T3 18V7q0-.825.588-1.412T5 5q0-.825.588-1.412T7 3h6.375q-.125.35-.213.725t-.137.775H7V6h6.075q.1.475.275.975T13.8 8H5v4h12.1l1.9 1.625l2-1.7V18q0 .825-.587 1.413T19 20v1q0 .425-.288.713T18 22h-1q-.425 0-.712-.288T16 21v-1H8v1q0 .425-.288.713T7 22M18.288 5.712Q18 5.425 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288m2.487-2.45q.725.763.725 1.838q0 .8-.612 1.763T19.025 9q-1.275-1.2-1.9-2.15T16.5 5.1q0-1.075.725-1.838T19 2.5t1.775.762M19 11q2.025-1.725 3.013-3.187T23 5.1q0-1.7-1.162-2.9T19 1t-2.837 1.2T15 5.1q0 1.25.988 2.713T19 11M5 14v4h14v-4zm2 3h2q.425 0 .713-.288T10 16t-.288-.712T9 15H7q-.425 0-.712.288T6 16t.288.713T7 17m8 0h2q.425 0 .713-.288T18 16t-.288-.712T17 15h-2q-.425 0-.712.288T14 16t.288.713T15 17M5 18v-4zM19 5.1");
|
|
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="av-qnf-w"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:bus-map-pin-2-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.av-qnf-w {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M7 22H6q-.425 0-.712-.288T5 21v-1q-.825 0-1.412-.587T3 18V7q0-.825.588-1.412T5 5q0-.825.588-1.412T7 3h6.375q-.125.35-.213.725t-.137.775H7V6h6.075q.1.475.275.975T13.8 8H5v4h12.1l.6.5q.575.5 1.3.5t1.3-.5q.2-.175.45-.062t.25.387V18q0 .825-.587 1.413T19 20v1q0 .425-.288.713T18 22h-1q-.425 0-.712-.288T16 21v-1H8v1q0 .425-.288.713T7 22M18.288 5.712Q18 5.425 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288M7 17h2q.425 0 .713-.288T10 16t-.288-.712T9 15H7q-.425 0-.712.288T6 16t.288.713T7 17m8 0h2q.425 0 .713-.288T18 16t-.288-.712T17 15h-2q-.425 0-.712.288T14 16t.288.713T15 17m4-16q-1.675 0-2.838 1.2T15 5.1q0 1.15.85 2.488t2.575 2.912q.25.225.575.213t.575-.213Q21.3 8.925 22.15 7.588T23 5.1q0-1.7-1.162-2.9T19 1");
|
|
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="p9ook4fq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:bus-map-pin-2-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.p9ook4fq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M5 22v-2H3V5h2V3h8.375q-.125.35-.213.725t-.137.775H7V6h6.075q.1.475.275.975T13.8 8H5v4h12.1l1.9 1.625l2-1.7V20h-2v2h-3v-2H8v2zM18.288 5.712Q18 5.425 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288M19 11q2.025-1.725 3.013-3.187T23 5.1q0-1.7-1.162-2.9T19 1t-2.837 1.2T15 5.1q0 1.25.988 2.713T19 11M6 17h4v-2H6zm8 0h4v-2h-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="dbsh-m_m"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:bus-map-pin-2" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.dbsh-m_m {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M7 22H6q-.425 0-.712-.288T5 21v-1q-.825 0-1.412-.587T3 18V7q0-.825.588-1.412T5 5q0-.825.588-1.412T7 3h6.375q-.125.35-.213.725t-.137.775H7V6h6.075q.1.475.275.975T13.8 8H5v4h12.1l1.9 1.625l2-1.7V18q0 .825-.587 1.413T19 20v1q0 .425-.288.713T18 22h-1q-.425 0-.712-.288T16 21v-1H8v1q0 .425-.288.713T7 22M18.288 5.712Q18 5.425 18 5t.288-.712T19 4t.713.288T20 5t-.288.713T19 6t-.712-.288M19 11q2.025-1.725 3.013-3.187T23 5.1q0-1.7-1.162-2.9T19 1t-2.837 1.2T15 5.1q0 1.25.988 2.713T19 11M7 17h2q.425 0 .713-.288T10 16t-.288-.712T9 15H7q-.425 0-.712.288T6 16t.288.713T7 17m8 0h2q.425 0 .713-.288T18 16t-.288-.712T17 15h-2q-.425 0-.712.288T14 16t.288.713T15 17");
|
|
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="inln-abe"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:code-xml-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.inln-abe {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.825 12L6.7 14.875q.275.3.288.713T6.7 16.3t-.7.3t-.7-.3l-3.6-3.6q-.3-.3-.3-.7t.3-.7l3.6-3.6q.3-.3.7-.3t.7.3t.3.713t-.3.712zm5.088 7.513q-.188-.363-.063-.763l4.4-14.1q.125-.4.488-.588T14.5 4t.588.488t.062.762l-4.4 14.1q-.125.4-.488.588T9.5 20t-.587-.488M20.175 12L17.3 9.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l3.6 3.6q.3.3.3.7t-.3.7l-3.6 3.6q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713z");
|
|
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="wqk90fb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:code-xml" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.wqk90fb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m6 17l-5-5l5-5l1.4 1.4L3.825 12L7.4 15.6zm4.45 3.3l-1.9-.6l5-16l1.9.6zM18 17l-1.4-1.4l3.575-3.6L16.6 8.4L18 7l5 5z");
|
|
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="a7ck8raf"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:fire-check-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.a7ck8raf {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m16.35 19.175l3.55-3.55q.3-.3.7-.288t.7.313q.275.3.275.7t-.275.7l-4.225 4.25q-.3.3-.7.3t-.7-.3l-2.15-2.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275zM4 13q0-2.925 1.775-5.587t4.875-4.638q.425-.275.888-.012T12 3.55V5.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563q.2-.25.488-.3t.562.125q1.4.975 2.275 2.475t1.075 3.225q.05.425-.225.675t-.65.3t-.725-.187t-.425-.788q-.075-.5-.225-.962t-.362-.888t-.5-.825t-.638-.75q-.5.325-1.05.488t-1.125.162q-1.55 0-2.687-1.025T10.025 5.75Q8.075 7.4 7.037 9.263T6 13q0 2.05 1.213 3.625T10.3 18.75q.4.125.6.488t.075.762t-.488.6t-.762.075Q8.45 20.3 7.362 19.538T5.475 17.65q-.7-.975-1.087-2.162T4 13");
|
|
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="dfwf0nlq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:fire-check-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.dfwf0nlq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m16.375 22l-3.55-3.55l1.4-1.4l2.125 2.125l4.25-4.25L22 16.35zM10.3 18.75l2.225 2.225q-.125 0-.262.013T12 21q-3.35 0-5.675-2.325T4 13q0-3.225 2.163-6.125T12 2v3.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563L16 6q1.85 1.05 2.925 2.925T20 13h-2q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.05.487t-1.125.163q-1.55 0-2.688-1.025T10.026 5.75Q8.075 7.4 7.037 9.263T6 13q0 2.05 1.213 3.625T10.3 18.75");
|
|
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="kqy228cd"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:fire-check-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.kqy228cd {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m16.35 19.175l3.55-3.55q.3-.3.7-.288t.7.313q.275.3.275.7t-.275.7l-4.225 4.25q-.3.3-.7.3t-.7-.3l-2.15-2.15q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275zm-4.25-2.85q-.65.65-.875 1.613t.325 1.912q.125.2.25.375t.3.35l.425.4q-1.575.1-3.025-.375t-2.65-1.475Q5.525 18 4.763 16.425T4 13q0-2.6 1.438-5T9.4 3.675q.8-.6 1.7-.125t.9 1.525q0 .9.575 1.563t1.45.662q.45 0 .85-.2t.675-.55q.2-.25.5-.3t.55.125q1.375.95 2.238 2.413t1.087 3.162q.05.35-.075.688t-.375.587L16.35 16.35l-.025-.025q-1.05-1.05-2.237-.925t-1.988.925");
|
|
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="r7mb0_bw"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:fire-check" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.r7mb0_bw {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m16.35 19.175l4.25-4.25L22 16.35L16.375 22l-3.55-3.55l1.4-1.4zM4 13q0-3.225 2.163-6.125T12 2v3.3q0 .85.588 1.425t1.437.575q.45 0 .838-.187t.687-.563L16 6q1.8 1.025 2.863 2.813T20 12.7l-3.65 3.65l-2.125-2.125L10 18.45l2.525 2.525q-.125 0-.262.013T12 21q-3.35 0-5.675-2.325T4 13");
|
|
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="k88-50bf"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:fork-chart-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.k88-50bf {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 20v-7.75q-.65-.175-1.075-.712T1.5 10.3V5h1v4h.75V5h1v4H5V5h1v5.3q0 .7-.425 1.238T4.5 12.25V20zm12 0q-3.35 0-5.675-2.325T7 12q0-3.325 2.325-5.663T15 4q3.325 0 5.663 2.338T23 12q0 3.35-2.337 5.675T15 20m4.9-11.475L16.4 12l3.475 3.475q.525-.725.825-1.612T21 12t-.287-1.863t-.813-1.612M16 6.075V9.6l2.475-2.5q-.55-.4-1.175-.65T16 6.075M15 18q.95 0 1.838-.288t1.612-.812L14 12.425v-6.35q-2.15.35-3.575 2.025T9 12q0 2.5 1.75 4.25T15 18");
|
|
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="xbyuolxj"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:fork-chart-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.xbyuolxj {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 20v-7.75q-.65-.175-1.075-.7T1.5 10.3V5.5q0-.2.15-.35T2 5t.35.15t.15.35V9h.75V5.5q0-.2.15-.35T3.75 5t.35.15t.15.35V9H5V5.5q0-.2.15-.35T5.5 5t.35.15t.15.35v4.8q0 .725-.425 1.25t-1.075.7V20zm12 0q-3.35 0-5.675-2.325T7 12q0-3.325 2.325-5.663T15 4q3.325 0 5.663 2.338T23 12q0 3.35-2.337 5.675T15 20m4.9-11.475L16.4 12l3.475 3.475q.525-.725.825-1.612T21 12t-.287-1.863t-.813-1.612M16 6.075V9.6l2.475-2.5q-.55-.4-1.175-.65T16 6.075M15 18q.95 0 1.838-.288t1.612-.812L14 12.425v-6.35q-2.15.35-3.575 2.025T9 12q0 2.5 1.75 4.25T15 18");
|
|
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="iurhbwzm"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:fork-chart-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.iurhbwzm {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 20v-7.75q-.65-.175-1.075-.712T1.5 10.3V5h1v4h.75V5h1v4H5V5h1v5.3q0 .7-.425 1.238T4.5 12.25V20zM21.325 7.1q.8 1.025 1.238 2.263T23 12t-.45 2.638T21.3 16.9L16.4 12zM16 4.075q1.1.125 2.088.538T19.9 5.675L16 9.6zM15 20q-3.35 0-5.675-2.325T7 12q0-3.075 2.012-5.325T14 4.05v8.375l5.875 5.9q-1.025.8-2.262 1.238T15 20");
|
|
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="xhbq0bcc"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:fork-chart" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.xhbq0bcc {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 20v-7.75q-.65-.175-1.075-.7T1.5 10.3V5.5q0-.2.15-.35T2 5t.35.15t.15.35V9h.75V5.5q0-.2.15-.35T3.75 5t.35.15t.15.35V9H5V5.5q0-.2.15-.35T5.5 5t.35.15t.15.35v4.8q0 .725-.425 1.25t-1.075.7V20zM21.325 7.1q.8 1.025 1.238 2.263T23 12t-.45 2.638T21.3 16.9L16.4 12zM16 4.075q1.1.125 2.088.538T19.9 5.675L16 9.6zM15 20q-3.35 0-5.675-2.325T7 12q0-3.075 2.012-5.325T14 4.05v8.375l5.875 5.9q-1.025.8-2.262 1.238T15 20");
|
|
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="vpjrjlol"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-image-left-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.vpjrjlol {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M4 17q-.425 0-.712-.288T3 16V8q0-.425.288-.712T4 7h8q.425 0 .713.288T13 8v8q0 .425-.288.713T12 17zm1-2h6V9H5zM4 5q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5zm12 4q-.425 0-.712-.288T15 8t.288-.712T16 7h4q.425 0 .713.288T21 8t-.288.713T20 9zm0 4q-.425 0-.712-.288T15 12t.288-.712T16 11h4q.425 0 .713.288T21 12t-.288.713T20 13zm0 4q-.425 0-.712-.288T15 16t.288-.712T16 15h4q.425 0 .713.288T21 16t-.288.713T20 17zM4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zm4-9");
|
|
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="z5173gv"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-image-left-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.z5173gv {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 17V7h10v10zm2-2h6V9H5zM3 5V3h18v2zm12 4V7h6v2zm0 4v-2h6v2zm0 4v-2h6v2zM3 21v-2h18v2zm5-9");
|
|
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="jrk2339l"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-image-left-rounded" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.jrk2339l {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("M4 17q-.425 0-.712-.288T3 16V8q0-.425.288-.712T4 7h8q.425 0 .713.288T13 8v8q0 .425-.288.713T12
|
|
13
|
+
d: path("M4 17q-.425 0-.712-.288T3 16V8q0-.425.288-.712T4 7h8q.425 0 .713.288T13 8v8q0 .425-.288.713T12 17zM4 5q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5zm12 4q-.425 0-.712-.288T15 8t.288-.712T16 7h4q.425 0 .713.288T21 8t-.288.713T20 9zm0 4q-.425 0-.712-.288T15 12t.288-.712T16 11h4q.425 0 .713.288T21 12t-.288.713T20 13zm0 4q-.425 0-.712-.288T15 16t.288-.712T16 15h4q.425 0 .713.288T21 16t-.288.713T20 17zM4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21z");
|
|
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="weugfgb"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-image-left-sharp" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.weugfgb {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("M3
|
|
13
|
+
d: path("M3 17V7h10v10zM3 5V3h18v2zm12 4V7h6v2zm0 4v-2h6v2zm0 4v-2h6v2zM3 21v-2h18v2z");
|
|
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="weugfgb"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-image-left" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.weugfgb {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("M3
|
|
13
|
+
d: path("M3 17V7h10v10zM3 5V3h18v2zm12 4V7h6v2zm0 4v-2h6v2zm0 4v-2h6v2zM3 21v-2h18v2z");
|
|
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="cklr-bcz"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-image-right-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.cklr-bcz {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12 17q-.425 0-.712-.288T11 16V8q0-.425.288-.712T12 7h8q.425 0 .713.288T21 8v8q0 .425-.288.713T20 17zm1-2h6V9h-6zm-9 6q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zm0-4q-.425 0-.712-.288T3 16t.288-.712T4 15h4q.425 0 .713.288T9 16t-.288.713T8 17zm0-4q-.425 0-.712-.288T3 12t.288-.712T4 11h4q.425 0 .713.288T9 12t-.288.713T8 13zm0-4q-.425 0-.712-.288T3 8t.288-.712T4 7h4q.425 0 .713.288T9 8t-.288.713T8 9zm0-4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5zm12 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="xyndqgv"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-image-right-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.xyndqgv {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M11 17V7h10v10zm2-2h6V9h-6zM3 21v-2h18v2zm0-4v-2h6v2zm0-4v-2h6v2zm0-4V7h6v2zm0-4V3h18v2zm13 7");
|
|
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="hipr87mp"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-image-right-rounded" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.hipr87mp {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("M12 17q-.425 0-.712-.288T11 16V8q0-.425.288-.712T12 7h8q.425 0 .713.288T21 8v8q0 .425-.288.713T20
|
|
13
|
+
d: path("M12 17q-.425 0-.712-.288T11 16V8q0-.425.288-.712T12 7h8q.425 0 .713.288T21 8v8q0 .425-.288.713T20 17zm-8 4q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zm0-4q-.425 0-.712-.288T3 16t.288-.712T4 15h4q.425 0 .713.288T9 16t-.288.713T8 17zm0-4q-.425 0-.712-.288T3 12t.288-.712T4 11h4q.425 0 .713.288T9 12t-.288.713T8 13zm0-4q-.425 0-.712-.288T3 8t.288-.712T4 7h4q.425 0 .713.288T9 8t-.288.713T8 9zm0-4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5z");
|
|
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="o5j3c_s"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-image-right-sharp" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.o5j3c_s {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("M11
|
|
13
|
+
d: path("M11 17V7h10v10zm-8 4v-2h18v2zm0-4v-2h6v2zm0-4v-2h6v2zm0-4V7h6v2zm0-4V3h18v2z");
|
|
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="o5j3c_s"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-image-right" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.o5j3c_s {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("M11
|
|
13
|
+
d: path("M11 17V7h10v10zm-8 4v-2h18v2zm0-4v-2h6v2zm0-4v-2h6v2zm0-4V7h6v2zm0-4V3h18v2z");
|
|
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="gm0b6pbu"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-paint-off-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.gm0b6pbu {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12.288 6.713Q12 6.425 12 6V5H7.85l-1.6-1.6q.4-.2.838-.3T8 3h11q.425 0 .713.287T20 4v10q0 .65-.35 1.15t-.925.725L16.85 14H18v-2h-3.15l-2-2H18V5h-1v3q0 .425-.288.713T16 9t-.712-.288T15 8V5h-1v1q0 .425-.288.713T13 7t-.712-.288M11 22q-.825 0-1.412-.587T9 20v-4H6q-.825 0-1.412-.587T4 14V6.85L2.075 4.925q-.3-.3-.288-.712T2.1 3.5t.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3L15 17.85V20q0 .825-.587 1.413T13 22zm-5-8h5.15l-2-2H6zm0-4h1.15L6 8.85zm5.15 4H6zm5.7 0H18z");
|
|
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="d6o_m1bp"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-paint-off-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.d6o_m1bp {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20 3v12.875h-1.275L16.85 14H18v-2h-3.15l-2-2H18V5h-1v4h-2V5h-1v2h-2V5H7.85l-1.6-1.6q.4-.2.838-.3T8 3zm-.225 19.625L15 17.85V22H9v-6H4V6.85L1.375 4.225L2.8 2.8l18.4 18.4zM6 14h5.15l-2-2H6zm0-4h1.15L6 8.85zm5.15 4H6zm5.7 0H18z");
|
|
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="h3j1or4q"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-paint-off-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.h3j1or4q {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20 3v11q0 .65-.35 1.15t-.925.725L16.85 14H18v-2h-3.15l-2-2H18V5h-1v4h-2V5h-1v2h-2V5H7.85l-1.6-1.6q.4-.2.838-.3T8 3zm-.225 19.625L15 17.85V20q0 .825-.587 1.413T13 22h-2q-.825 0-1.412-.587T9 20v-4H6q-.825 0-1.412-.587T4 14V6.85L1.375 4.225L2.8 2.8l18.4 18.4zM6 14h5.15l-2-2H6zm0-4h1.15L6 8.85zm5.15 4H6zm5.7 0H18z");
|
|
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="jc3sp-vs"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-paint-off-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.jc3sp-vs {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12.288 6.713Q12 6.425 12 6V5H7.85l-1.6-1.6q.4-.2.838-.3T8 3h11q.425 0 .713.287T20 4v10q0 .65-.35 1.15t-.925.725L12.85 10H18V5h-1v3q0 .425-.288.713T16 9t-.712-.288T15 8V5h-1v1q0 .425-.288.713T13 7t-.712-.288M11 22q-.825 0-1.412-.587T9 20v-4H6q-.825 0-1.412-.587T4 14V6.85L2.075 4.925q-.3-.3-.288-.712T2.1 3.5t.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3L15 17.85V20q0 .825-.587 1.413T13 22zM6 10h1.15L6 8.85z");
|
|
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="wdyqzuo"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-paint-off-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.wdyqzuo {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20 3v12.875h-1.275L12.85 10H18V5h-1v4h-2V5h-1v2h-2V5H7.85l-1.6-1.6q.4-.2.838-.3T8 3zm-.225 19.625L15 17.85V22H9v-6H4V6.85L1.375 4.225L2.8 2.8l18.4 18.4zM6 10h1.15L6 8.85z");
|
|
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="y6ydydbu"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:format-paint-off" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.y6ydydbu {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20 3v11q0 .65-.35 1.15t-.925.725L12.85 10H18V5h-1v4h-2V5h-1v2h-2V5H7.85l-1.6-1.6q.4-.2.838-.3T8 3zm-.225 19.625L15 17.85V20q0 .825-.587 1.413T13 22h-2q-.825 0-1.412-.587T9 20v-4H6q-.825 0-1.412-.587T4 14V6.85L1.375 4.225L2.8 2.8l18.4 18.4zM6 10h1.15L6 8.85z");
|
|
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="klw528js"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:graphic-eq-off-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.klw528js {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M11.288 21.713Q11 21.425 11 21v-7.15l-2-2V17q0 .425-.288.713T8 18t-.712-.288T7 17V9.85L2.075 4.925q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3L13 15.85V21q0 .425-.288.713T12 22t-.712-.288m-8-8Q3 13.425 3 13v-2q0-.425.288-.712T4 10t.713.288T5 11v2q0 .425-.288.713T4 14t-.712-.288M12 8.75q-.375 0-.687-.262T11 7.725V3q0-.425.288-.712T12 2t.713.288T13 3v4.75q0 .5-.312.75T12 8.75m4 4q-.375 0-.687-.262T15 11.725V7q0-.425.288-.712T16 6t.713.288T17 7v4.75q0 .5-.312.75t-.688.25m3.288.963Q19 13.425 19 13v-2q0-.425.288-.712T20 10t.713.288T21 11v2q0 .425-.288.713T20 14t-.712-.288");
|
|
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="ef5izeb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:graphic-eq-off" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ef5izeb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M19.775 22.625L13 15.85V22h-2v-8.15l-2-2V18H7V9.85L1.375 4.225L2.8 2.8l18.4 18.4zM3 14v-4h2v4zm10-3.85l-2-2V2h2zm4 4l-2-2V6h2zm2-.15v-4h2v4z");
|
|
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="ttqjfn"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:grid-layout-side-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ttqjfn {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 21V3h18v18zm2-2h8V5H5zm14 0V5h-4v14z");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|