@iconify-vue/material-symbols 1.0.11 → 1.0.13
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/a/antigravity-outline.vue +16 -0
- package/components/a/antigravity.vue +16 -0
- package/components/c/chat-bubble-off-outline-rounded.vue +16 -0
- package/components/c/chat-bubble-off-outline-sharp.vue +16 -0
- package/components/c/chat-bubble-off-outline.vue +16 -0
- package/components/c/chat-bubble-off-rounded.vue +16 -0
- package/components/c/chat-bubble-off-sharp.vue +16 -0
- package/components/c/chat-bubble-off.vue +16 -0
- package/components/e/eyeglasses-2-sound-outline-sharp.vue +16 -0
- package/components/e/eyeglasses-2-sound-rounded.vue +3 -3
- package/components/e/eyeglasses-2-sound-sharp.vue +16 -0
- package/components/e/eyeglasses-2-sound.vue +3 -3
- package/components/f/fitbit-raquetball-rounded.vue +16 -0
- package/components/f/fitbit-raquetball-sharp.vue +16 -0
- package/components/f/fitbit-raquetball.vue +16 -0
- package/components/m/mode-fan-2-outline.vue +16 -0
- package/components/m/mode-fan-2.vue +16 -0
- package/components/s/splitscreen-landscape-add-outline-rounded.vue +16 -0
- package/components/s/splitscreen-landscape-add-outline-sharp.vue +16 -0
- package/components/s/splitscreen-landscape-add-outline.vue +16 -0
- package/components/s/splitscreen-landscape-add-rounded.vue +16 -0
- package/components/s/splitscreen-landscape-add-sharp.vue +16 -0
- package/components/s/splitscreen-landscape-add.vue +16 -0
- package/components/v/video-template-outline-sharp.vue +16 -0
- package/components/v/video-template-outline.vue +16 -0
- package/components/v/video-template-sharp.vue +16 -0
- package/components/v/video-template.vue +16 -0
- package/components/w/watch-alert-outline-rounded.vue +16 -0
- package/components/w/watch-alert-outline-sharp.vue +16 -0
- package/components/w/watch-alert-outline.vue +16 -0
- package/components/w/watch-alert-rounded.vue +16 -0
- package/components/w/watch-alert-sharp.vue +16 -0
- package/components/w/watch-alert.vue +16 -0
- package/components/w/watch-arrow-down-outline-rounded.vue +16 -0
- package/components/w/watch-arrow-down-outline.vue +16 -0
- package/components/w/watch-arrow-down-rounded.vue +16 -0
- package/components/w/watch-arrow-down.vue +16 -0
- package/iconify.json +2 -2
- package/package.json +141 -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="o227f56u"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:antigravity-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.o227f56u {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12.025 2q2.025 0 3.163 1.525T17.125 7q.65 1.575 1.25 3.5t1.275 3.875q.65 1.875 1.425 3.525t1.8 2.825q.2.225.175.525t-.225.525t-.475.25t-.55-.175q-1.975-1.55-3.25-3.463t-2.575-3.337q-.85-.95-1.812-1.5T12.025 13t-2.137.55t-1.813 1.5q-1.3 1.425-2.575 3.338T2.25 21.85q-.275.2-.55.175t-.475-.25T1 21.25t.175-.525Q2.2 19.55 2.975 17.9T4.4 14.375q.675-1.95 1.275-3.875T6.925 7q.8-1.95 1.938-3.475T12.025 2m0 2q-1.125 0-1.775.975T9.1 7q-.65 1.4-1.162 3.013T6.8 13.5q.5-.525.963-.925t.962-.725q.8-.475 1.588-.663T12.025 11t1.713.188t1.587.662q.5.325.963.725t.962.925q-.625-1.875-1.137-3.487T14.95 7q-.5-1.05-1.15-2.025T12.025 4m0 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="c5o6o4uk"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:antigravity" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.c5o6o4uk {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12.025 2q2.025 0 3.163 1.525T17.125 7q.65 1.575 1.25 3.5t1.275 3.875q.65 1.875 1.425 3.525t1.8 2.825q.2.225.175.525t-.225.525t-.475.25t-.55-.175q-1.975-1.55-3.25-3.463t-2.575-3.337q-.85-.95-1.812-1.5T12.025 13t-2.137.55t-1.813 1.5q-1.3 1.425-2.575 3.338T2.25 21.85q-.275.2-.55.175t-.475-.25T1 21.25t.175-.525Q2.2 19.55 2.975 17.9T4.4 14.375q.675-1.95 1.275-3.875T6.925 7q.8-1.95 1.938-3.475T12.025 2");
|
|
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="tvghcabq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:chat-bubble-off-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.tvghcabq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M22 4v12.45q0 .425-.288.713T21 17.45q-.375 0-.687-.25T20 16.45V4H7.275q-.5 0-.75-.312T6.275 3t.25-.687t.75-.313H20q.825 0 1.413.588T22 4M6 18l-2.3 2.3q-.475.475-1.088.213T2 19.575V4.8l-.6-.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L15.15 18zM4 6.8v10.325L5.15 16h8.05z");
|
|
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="qqk-9nz"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:chat-bubble-off-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.qqk-9nz {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20 18V4H6.85l-2-2H22v16zm.5 5.3L15.15 18H6l-4 4V4.8L.7 3.5l1.4-1.4l19.8 19.8zM4 6.8V18l2-2h7.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="o53jfrb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:chat-bubble-off-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.o53jfrb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20 18V4H6.85l-2-2H20q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18m.5 5.3L15.15 18H6l-4 4V4.8L.7 3.5l1.4-1.4l19.8 19.8zM4 6.8V18l2-2h7.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="d_6ga7yp"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:chat-bubble-off-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.d_6ga7yp {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M22 4v12.725q0 .675-.612.938T20.3 17.45L6.55 3.7q-.475-.475-.212-1.088T7.275 2H20q.825 0 1.413.588T22 4M6 18l-2.3 2.3q-.475.475-1.088.213T2 19.575V4.8l-.6-.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275L15.15 18z");
|
|
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="ky30jgb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:chat-bubble-off-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ky30jgb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20.7 17.85L4.85 2H22v15.85zm-.2 5.45L15.15 18H6l-4 4V4.8L.7 3.5l1.4-1.4l19.8 19.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="ohtxljq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:chat-bubble-off" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ohtxljq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20.7 17.85L4.85 2H20q.825 0 1.413.588T22 4v12q0 .65-.363 1.138t-.937.712m-.2 5.45L15.15 18H6l-4 4V4.8L.7 3.5l1.4-1.4l19.8 19.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="ruxi4d6x"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:eyeglasses-2-sound-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ruxi4d6x {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M6.55 14.55q1.775 0 2.425-1.05t.65-2.7q0-.425-.3-.65T8.15 9.7q-.65-.175-1.575-.212t-1.8.087q-.65.1-.962.325t-.313.65q0 .675.113 1.3T3.95 13q.4.875.937 1.213t1.663.337M17.25 20v-6h1.5v6zm-2.75-1.5v-3H16v3zm5.5 0v-3h1.5v3zM6.55 16q-1.525 0-2.325-.413T2.75 14.05q-.375-.65-.638-1.5T1.625 11H1V8.65q1.575-.35 2.85-.5T6.25 8q1.525 0 2.763.263T10.95 9h2.125q.6-.45 1.9-.712t2.775-.263q1.125 0 2.4.138T23 8.65V11h-.625q-.175.55-.363 1.213t-.462 1.237q-.3-.275-.638-.512T20.2 12.5q.125-.45.213-.95t.087-1.025q0-.425-.312-.663T19.2 9.55q-.875-.125-1.787-.075T15.85 9.7q-.875.225-1.175.45t-.3.65q0 .7.1 1.288t.35 1.062q-.3.25-.575.538t-.475.637q-.175-.275-.3-.55t-.225-.625q-.125-.4-.213-.8t-.212-.8q-.1-.3-.3-.438T12 10.975q-.3 0-.513.15t-.312.425q-.125.4-.213.8t-.212.8q-.425 1.5-1.525 2.175T6.55 16");
|
|
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="ub1ftlbi"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:eyeglasses-2-sound-rounded" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.ub1ftlbi {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("
|
|
13
|
+
d: path("M6.55 14.55q1.775 0 2.425-1.05t.65-2.7q0-.425-.3-.65T8.15 9.7q-.65-.175-1.575-.212t-1.8.087q-.65.1-.962.325t-.313.65q0 .675.113 1.3T3.95 13q.4.875.937 1.213t1.663.337M18 20q-.325 0-.537-.213t-.213-.537v-4.5q0-.325.213-.537T18 14t.538.213t.212.537v4.5q0 .325-.213.538T18 20m-2.75-1.5q-.325 0-.537-.213t-.213-.537v-1.5q0-.325.213-.537t.537-.213t.538.213t.212.537v1.5q0 .325-.213.538t-.537.212m5.5 0q-.325 0-.537-.213T20 17.75v-1.5q0-.325.213-.537t.537-.213t.538.213t.212.537v1.5q0 .325-.213.538t-.537.212M6.55 16q-1.525 0-2.325-.413T2.75 14.05q-.375-.65-.638-1.5T1.625 11q-.275 0-.45-.175T1 10.375V9.15q0-.225.15-.387t.375-.213q1.4-.275 2.538-.413T6.25 8q1.525 0 2.763.263T10.95 9h2.125q.6-.45 1.9-.712t2.8-.263q1.05 0 2.175.125t2.525.4q.225.05.375.213t.15.387v1.225q0 .275-.175.45t-.45.175q-.125.45-.3 1t-.325.975q-.125.325-.4.475t-.6.05t-.488-.387t-.062-.613q.125-.45.213-.95t.087-1.025q0-.425-.312-.663T19.2 9.55q-.875-.125-1.787-.075T15.85 9.7q-.875.225-1.175.45t-.3.65q0 .7.1 1.288t.35 1.062q.125.275.038.575t-.363.425t-.575.038t-.425-.363q-.275-.525-.387-1.112t-.288-1.163q-.1-.3-.3-.437T12 10.975q-.3 0-.513.15t-.312.425q-.125.4-.213.8t-.212.8q-.425 1.5-1.525 2.175T6.55 16");
|
|
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="cgmhs-bp"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:eyeglasses-2-sound-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.cgmhs-bp {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M6.55 14.55q1.775 0 2.425-1.05t.65-2.7q0-.425-.3-.65T8.15 9.7q-.65-.175-1.575-.212t-1.8.087q-.65.1-.962.325t-.313.65q0 .675.113 1.3T3.95 13q.4.875.937 1.213t1.663.337M17.25 20v-6h1.5v6zm-2.75-1.5v-3H16v3zm5.5 0v-3h1.5v3zM6.55 16q-1.525 0-2.325-.413T2.75 14.05q-.375-.65-.638-1.5T1.625 11H1l.525-2.45q1.4-.275 2.538-.413T6.25 8q1.525 0 2.763.263T10.95 9h2.125q.6-.45 1.9-.712t2.775-.263q1.05 0 2.188.125t2.537.4L23 11h-.625q-.175.55-.363 1.213t-.462 1.237q-.3-.275-.638-.512T20.2 12.5q.125-.45.213-.95t.087-1.025q0-.425-.312-.663T19.2 9.55q-.875-.125-1.787-.075T15.85 9.7q-.875.225-1.175.45t-.3.65q0 .7.1 1.288t.35 1.062q-.3.25-.575.538t-.475.637q-.175-.275-.3-.55t-.225-.625q-.125-.4-.213-.8t-.212-.8q-.1-.3-.3-.438T12 10.975q-.3 0-.513.15t-.312.425q-.125.4-.213.8t-.212.8q-.425 1.5-1.525 2.175T6.55 16");
|
|
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="ska547bu"/>`;
|
|
8
8
|
</script>
|
|
9
9
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:eyeglasses-2-sound" /></template>
|
|
10
10
|
<style>
|
|
11
|
-
.
|
|
11
|
+
.ska547bu {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("
|
|
13
|
+
d: path("M6.55 14.55q1.775 0 2.425-1.05t.65-2.7q0-.425-.3-.65T8.15 9.7q-.65-.175-1.575-.212t-1.8.087q-.65.1-.962.325t-.313.65q0 .675.113 1.3T3.95 13q.4.875.937 1.213t1.663.337M17.25 20v-6h1.5v6zm-2.75-1.5v-3H16v3zm5.5 0v-3h1.5v3zM6.55 16q-1.525 0-2.325-.413T2.75 14.05q-.375-.65-.638-1.5T1.625 11q-.275 0-.45-.175T1 10.375V9.15q0-.225.15-.387t.375-.213q1.4-.275 2.538-.413T6.25 8q1.525 0 2.763.263T10.95 9h2.125q.6-.45 1.9-.712t2.8-.263q1.05 0 2.175.125t2.525.4q.225.05.375.213t.15.387v1.225q0 .275-.175.45t-.45.175q-.175.55-.363 1.213t-.462 1.237q-.3-.275-.638-.512T20.2 12.5q.125-.45.213-.95t.087-1.025q0-.425-.312-.663T19.2 9.55q-.875-.125-1.787-.075T15.85 9.7q-.875.225-1.175.45t-.3.65q0 .7.1 1.288t.35 1.062q-.3.25-.575.538t-.475.637q-.175-.275-.3-.55t-.225-.625q-.125-.4-.213-.8t-.212-.8q-.1-.3-.3-.438T12 10.975q-.3 0-.513.15t-.312.425q-.125.4-.213.8t-.212.8q-.425 1.5-1.525 2.175T6.55 16");
|
|
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="s02ry-bv"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:fitbit-raquetball-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.s02ry-bv {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M2.125 21.775Q2 21.6 2 21.363t.2-.438l3.775-3.5L6.5 13.5l2.575-5.35q.375-.8 1.188-1.05t1.612.175l3.375 1.75L19.8 8.9l-.225-.85q-.5-.1-.95-.438t-.925-.987q-.35-.5-.675-1.075t-.65-1.35q-.35-.825.063-1.65t1.287-1.05l1.625-.425q.875-.225 1.625.263t.875 1.387q.125.8.138 1.488t-.063 1.312q-.1.8-.325 1.325t-.6.85l.9 3.325q.075.3-.075.563t-.45.337t-.575-.075t-.35-.45l-.325-1.2l-4.675.725q-.3.05-.6 0t-.575-.175l-1.05-.5l-2.475 3.4l6.1 7.325q.2.225.15.463t-.2.387t-.387.188t-.463-.163l-6.9-5.7l-.925 2.075q-.125.275-.312.5t-.438.375L2.95 21.9q-.25.15-.475.1t-.35-.225M13 2q.825 0 1.413.588T15 4t-.587 1.413T13 6t-1.412-.587T11 4t.588-1.412T13 2m6.975 4.6q.2-.05.288-.237t.187-.763q.1-.55.088-1.187T20.4 2.925q-.05-.225-.237-.35T19.75 2.5l-1.625.45q-.225.05-.337.263t-.013.412q.35.825.675 1.4t.725 1q.325.35.463.463t.337.112");
|
|
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="ekpgwlat"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:fitbit-raquetball-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ekpgwlat {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m9.05 16.15l-1.175 2.625l-5.4 3.45l-.7-.9l4.2-3.9L6.5 13.5l2.575-5.35q.375-.8 1.188-1.05t1.612.175l3.375 1.75L19.8 8.9l-.225-.85q-.5-.1-.95-.437t-.925-.988q-.35-.5-.675-1.075t-.65-1.35q-.35-.825.063-1.65t1.287-1.05l1.625-.425q.875-.225 1.625.263t.875 1.387q.125.8.138 1.488t-.063 1.312q-.1.8-.325 1.325t-.6.85l1.1 4.05l-1.45.375l-.525-1.925l-5.3.825l-1.6-.775l-2.475 3.4l6.45 7.775l-.8.8zM13 6q-.825 0-1.412-.587T11 4t.588-1.412T13 2t1.413.588T15 4t-.587 1.413T13 6m6.975.6q.2-.05.288-.238t.187-.762q.1-.55.088-1.187T20.4 2.925q-.05-.225-.237-.35T19.75 2.5l-1.625.45q-.225.05-.337.263t-.013.412q.35.825.675 1.4t.725 1q.325.35.463.463t.337.112");
|
|
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="yjevreda"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:fitbit-raquetball" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.yjevreda {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M2.125 21.775Q2 21.6 2 21.363t.2-.438l3.775-3.5L6.5 13.5l2.575-5.35q.375-.8 1.188-1.05t1.612.175l3.375 1.75L19.8 8.9l-.225-.85q-.5-.1-.95-.438t-.925-.987q-.35-.5-.675-1.075t-.65-1.35q-.35-.825.063-1.65t1.287-1.05l1.625-.425q.875-.225 1.625.263t.875 1.387q.125.8.138 1.488t-.063 1.312q-.1.8-.325 1.325t-.6.85l1.1 4.05l-1.45.375l-.525-1.925l-4.675.725q-.3.05-.6 0t-.575-.175l-1.05-.5l-2.475 3.4l6.1 7.325q.2.225.15.462t-.2.388t-.387.187t-.463-.162l-6.9-5.7l-.925 2.075q-.125.275-.312.5t-.438.375L2.95 21.9q-.25.15-.475.1t-.35-.225M13 2q.825 0 1.413.588T15 4t-.587 1.413T13 6t-1.412-.587T11 4t.588-1.412T13 2m6.975 4.6q.2-.05.288-.237t.187-.763q.1-.55.088-1.187T20.4 2.925q-.05-.225-.237-.35T19.75 2.5l-1.625.45q-.225.05-.337.263t-.013.412q.35.825.675 1.4t.725 1q.325.35.463.463t.337.112");
|
|
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="de7xg6be"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:mode-fan-2-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.de7xg6be {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M18.6 16.8q0 1.35-.675 2.488T16.1 21.1l-.9.525q-.35.2-.712.3t-.763.1q-.575 0-1.087-.2t-.938-.6q-.725-.675-.862-1.65t.287-1.875l.375-.775q.1-.175.175-.337t.125-.363q.05-.075 0-.15t-.125-.125t-.15-.012t-.125.112q-.275.575-.687 1.05t-.963.775q-.575.35-1.225.525t-1.325.175q-1.35 0-2.5-.65T2.9 16.1l-.525-.9q-.2-.325-.3-.7t-.1-.75q0-.575.213-1.075t.587-.925q.675-.725 1.663-.887t1.862.287l.775.375q.175.1.338.175t.362.125q.1.025.163-.025t.112-.125t.013-.15t-.113-.125q-1.225-.525-1.888-1.675t-.662-2.5t.675-2.5T7.9 2.9l.9-.5q.35-.2.725-.3T10.3 2q.575 0 1.075.2t.925.6q.7.7.85 1.675t-.3 1.85l-.375.775q-.075.175-.162.338t-.138.362q-.025.075.025.138t.125.112q.075.025.15 0t.125-.1q.575-1.2 1.713-1.862t2.462-.663q1.35 0 2.513.65T21.1 7.9l.5.9q.2.35.288.713t.087.737q0 .575-.2 1.088t-.6.937q-.65.725-1.638.875t-1.862-.3l-.775-.375q-.175-.075-.337-.15T16.2 12.2q-.075-.05-.137 0t-.113.125q-.025.075 0 .15t.1.125q1.225.55 1.888 1.7t.662 2.5m-4.4 3.1l.9-.525q.7-.4 1.1-1.075t.4-1.475q0-.775-.375-1.437t-1.05-1.013q-.8-.425-1.088-1.287t.088-1.688q.4-.875 1.35-1.112t1.875.212l1.175.575q.3.125.625.088t.55-.263t.275-.525T19.9 9.8l-.525-.9q-.425-.725-1.125-1.137t-1.525-.413q-.75 0-1.388.4t-.987 1.075q-.4.8-1.262 1.075T11.4 9.8q-.85-.375-1.137-1.263T10.4 6.8l.675-1.375q.15-.275.1-.6t-.275-.55T10.363 4t-.588.1l-.9.525q-.7.4-1.1 1.1t-.4 1.5q0 .75.375 1.413T8.8 9.65q.75.425 1.075 1.2t0 1.575q-.375.925-1.325 1.25t-1.875-.125l-1.25-.625q-.3-.15-.612-.1t-.563.3q-.225.225-.275.525t.125.575l.525.9q.4.7 1.088 1.088T7.2 16.6q.4 0 .775-.1t.725-.3q.3-.175.525-.437t.4-.563q.475-.825 1.35-1.137t1.675.162t1.075 1.325t-.125 1.65l-.675 1.375q-.125.3-.088.625t.263.55t.525.275t.575-.125M12 12");
|
|
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="kdrq12bw"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:mode-fan-2" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.kdrq12bw {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M18.6 16.8q0 1.35-.675 2.488T16.1 21.1l-.9.525q-.35.2-.712.3t-.763.1q-.575 0-1.087-.2t-.938-.6q-.725-.675-.862-1.65t.287-1.875l.375-.775q.1-.175.175-.337t.125-.363q.05-.075 0-.15t-.125-.125t-.15-.012t-.125.112q-.275.575-.687 1.05t-.963.775q-.575.35-1.225.525t-1.325.175q-1.35 0-2.5-.65T2.9 16.1l-.525-.9q-.2-.325-.3-.7t-.1-.75q0-.575.213-1.075t.587-.925q.675-.725 1.663-.887t1.862.287l.775.375q.175.1.338.175t.362.125q.1.025.163-.025t.112-.125t.013-.15t-.113-.125q-1.225-.525-1.888-1.675t-.662-2.5t.675-2.5T7.9 2.9l.9-.5q.35-.2.725-.3T10.3 2q.575 0 1.075.2t.925.6q.7.7.85 1.675t-.3 1.85l-.375.775q-.075.175-.162.338t-.138.362q-.025.075.025.138t.125.112q.075.025.15 0t.125-.1q.575-1.2 1.713-1.862t2.462-.663q1.35 0 2.513.65T21.1 7.9l.5.9q.2.35.288.713t.087.737q0 .575-.2 1.088t-.6.937q-.65.725-1.638.875t-1.862-.3l-.775-.375q-.175-.075-.337-.15T16.2 12.2q-.075-.05-.137 0t-.113.125q-.025.075 0 .15t.1.125q1.225.55 1.888 1.7t.662 2.5m-4.4 3.1l.9-.525q.7-.4 1.1-1.075t.4-1.475q0-.775-.375-1.437t-1.05-1.013q-.8-.425-1.088-1.287t.088-1.688q.4-.875 1.35-1.112t1.875.212l1.175.575q.3.125.625.088t.55-.263t.275-.525T19.9 9.8l-.525-.9q-.425-.725-1.125-1.137t-1.525-.413q-.75 0-1.388.4t-.987 1.075q-.4.8-1.262 1.075T11.4 9.8q-.85-.375-1.137-1.263T10.4 6.8l.675-1.375q.15-.275.1-.6t-.275-.55T10.363 4t-.588.1l-.9.525q-.7.4-1.1 1.1t-.4 1.5q0 .75.375 1.413T8.8 9.65q.75.425 1.075 1.2t0 1.575q-.375.925-1.325 1.25t-1.875-.125l-1.25-.625q-.3-.15-.612-.1t-.563.3q-.225.225-.275.525t.125.575l.525.9q.4.7 1.088 1.088T7.2 16.6q.4 0 .775-.1t.725-.3q.3-.175.525-.437t.4-.563q.475-.825 1.35-1.137t1.675.162t1.075 1.325t-.125 1.65l-.675 1.375q-.125.3-.088.625t.263.55t.525.275t.575-.125m.9-.525l-.9.525q-.275.15-.575.113t-.525-.263t-.275-.55t.1-.625L13.6 17.2q.4-.8.125-1.65t-1.075-1.325t-1.687-.163T9.625 15.2q-.175.3-.4.563T8.7 16.2q-.35.2-.725.3t-.775.1q-.8 0-1.487-.387t-1.088-1.088l-.525-.9q-.15-.275-.112-.575t.262-.525q.25-.25.563-.3t.612.1l1.25.625q.925.45 1.875.125t1.325-1.25q.325-.8 0-1.588T8.8 9.65q-.675-.35-1.05-1.012t-.375-1.413q0-.8.4-1.487t1.1-1.113l.9-.525q.275-.15.588-.1t.537.275t.275.55t-.1.6L10.4 6.8q-.425.85-.137 1.738T11.4 9.8q.825.375 1.688.1t1.262-1.075q.325-.675.975-1.075t1.4-.4q.825 0 1.525.413T19.375 8.9l.525.9q.15.275.113.575t-.263.525t-.55.275t-.625-.1L17.4 10.5q-.925-.45-1.875-.212t-1.35 1.112q-.375.825-.088 1.688t1.088 1.287q.675.35 1.05 1.013t.375 1.437q0 .8-.4 1.475t-1.1 1.075");
|
|
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="qng3i5bl"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:splitscreen-landscape-add-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.qng3i5bl {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M14 16h3q.425 0 .713-.288T18 15V9q0-.425-.288-.712T17 8h-3q-.425 0-.712.288T13 9v6q0 .425.288.713T14 16m-7 0h3q.425 0 .713-.288T11 15V9q0-.425-.288-.712T10 8H7q-.425 0-.712.288T6 9v6q0 .425.288.713T7 16M19 6h-1q-.425 0-.712-.288T17 5t.288-.712T18 4h1V3q0-.425.288-.712T20 2t.713.288T21 3v1h1q.425 0 .713.288T23 5t-.288.713T22 6h-1v1q0 .425-.288.713T20 8t-.712-.288T19 7zM4 18V6zm0 2q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h10q.425 0 .713.288T15 5t-.288.713T14 6H4v12h16v-7q0-.425.288-.712T21 10t.713.288T22 11v7q0 .825-.587 1.413T20 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="w33ue7b"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:splitscreen-landscape-add-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.w33ue7b {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M13 16h5V8h-5zm-7 0h5V8H6zm13-8V6h-2V4h2V2h2v2h2v2h-2v2zM4 18V6zm-2 2V4h13v2H4v12h16v-8h2v10z");
|
|
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="e-ctpse"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:splitscreen-landscape-add-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.e-ctpse {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M13 16h5V8h-5zm-7 0h5V8H6zm13-8V6h-2V4h2V2h2v2h2v2h-2v2zM4 18V6zm18-8v8q0 .825-.587 1.413T20 20H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h11v2H4v12h16v-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="k0dmoobj"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:splitscreen-landscape-add-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.k0dmoobj {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20 8q-.425 0-.712-.288T19 7V6h-1q-.425 0-.712-.288T17 5t.288-.712T18 4h1V3q0-.425.288-.712T20 2t.713.288T21 3v1h1q.425 0 .713.288T23 5t-.288.713T22 6h-1v1q0 .425-.288.713T20 8M7 16h3q.425 0 .713-.288T11 15V9q0-.425-.288-.712T10 8H7q-.425 0-.712.288T6 9v6q0 .425.288.713T7 16m-3 4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h10.3q.325 0 .525.238T15 4.8q-.05.875.213 1.688T16 8h-2q-.425 0-.712.288T13 9v6q0 .425.288.713T14 16h3q.425 0 .713-.288T18 15V9.575q.725.325 1.5.413t1.55-.088q.35-.075.65.125t.3.55V18q0 .825-.587 1.413T20 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="au42ecc"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:splitscreen-landscape-add-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.au42ecc {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M19 8V6h-2V4h2V2h2v2h2v2h-2v2zM6 16h5V8H6zm-4 4V4h13.1q-.05.25-.075.5T15 5q0 .85.263 1.613T16 8h-3v8h5V9.575q.45.2.963.313T20 10t1.025-.112t.975-.313V20z");
|
|
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="rpecpabe"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:splitscreen-landscape-add" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.rpecpabe {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M19 8V6h-2V4h2V2h2v2h2v2h-2v2zM6 16h5V8H6zm16-6.425V18q0 .825-.587 1.413T20 20H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h11.1q-.05.25-.075.5T15 5q0 .85.263 1.613T16 8h-3v8h5V9.575q.45.2.963.313T20 10t1.025-.112t.975-.313");
|
|
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="pu9_2cl"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:video-template-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.pu9_2cl {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 23v-3h2v1h14v-1h2v3zm-1-5V6h20v12zm8-3l5-3l-5-3zM3 4V1h18v3h-2V3H5v1zm1 12h16V8H4zm8-4");
|
|
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="xeywgkva"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:video-template-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.xeywgkva {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M5 23q-.825 0-1.412-.587T3 21v-1h2v1h14v-1h2v1q0 .825-.587 1.413T19 23zm-1-5q-.825 0-1.412-.587T2 16V8q0-.825.588-1.412T4 6h16q.825 0 1.413.588T22 8v8q0 .825-.587 1.413T20 18zM3 4V3q0-.825.588-1.412T5 1h14q.825 0 1.413.588T21 3v1h-2V3H5v1zm1 12h16V8H4zm6-1l5-3l-5-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="j96mtd"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:video-template-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.j96mtd {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 23v-3h18v3zm-1-5V6h20v12zm8-3l5-3l-5-3zM3 4V1h18v3z");
|
|
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="f-7ekinn"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:video-template" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.f-7ekinn {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M5 23q-.825 0-1.412-.587T3 21v-1h18v1q0 .825-.587 1.413T19 23zm-1-5q-.825 0-1.412-.587T2 16V8q0-.825.588-1.412T4 6h16q.825 0 1.413.588T22 8v8q0 .825-.587 1.413T20 18zM3 4V3q0-.825.588-1.412T5 1h14q.825 0 1.413.588T21 3v1zm7 11l5-3l-5-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="wej6kh6t"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:watch-alert-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.wej6kh6t {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12 15.5q.425 0 .713-.288T13 14.5t-.288-.712T12 13.5t-.712.288T11 14.5t.288.713t.712.287m0-3q.425 0 .713-.288T13 11.5v-2q0-.425-.288-.712T12 8.5t-.712.288T11 9.5v2q0 .425.288.713T12 12.5M10.5 4h3zm0 16h3zm0 2q-.65 0-1.187-.387t-.738-1.038L8 18.65q-.15-.5-.462-1.012t-.813-1.063q-.85-.925-1.287-2.1T5 12q0-1.275.438-2.45t1.287-2.125q.5-.575.813-1.075t.462-1l.575-1.925q.2-.65.738-1.037T10.5 2h3q.65 0 1.188.388t.737 1.037L16 5.35q.15.5.463 1.013t.812 1.062q.85.925 1.288 2.1T19 12q0 1.275-.437 2.45t-1.288 2.125q-.5.575-.812 1.075t-.463 1l-.575 1.925q-.2.65-.737 1.038T13.5 22zm1.5-5q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17M10.1 5.25q.5-.125.963-.2T12 4.975t.938.075t.962.2L13.5 4h-3zM10.5 20h3l.4-1.25q-.5.125-.962.188T12 19t-.937-.062t-.963-.188z");
|
|
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="ria4w62t"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:watch-alert-outline-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.ria4w62t {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M10.5 4h3zm0 16h3zM9 22l-1.35-4.55q-1.2-.95-1.925-2.375T5 12t.725-3.075T7.65 6.55L9 2h6l1.35 4.55q1.2.95 1.925 2.375T19 12t-.725 3.075t-1.925 2.375L15 22zm3-5q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17M10.1 5.25q.5-.125.963-.2T12 4.975t.938.075t.962.2L13.5 4h-3zM10.5 20h3l.4-1.25q-.5.125-.962.188T12 19t-.937-.062t-.963-.188zm.5-7.5h2v-4h-2zm0 3v-2h2v2z");
|
|
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="mutbszbj"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:watch-alert-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.mutbszbj {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M10.5 4h3zm0 16h3zM9 22l-1.35-4.55q-1.2-.95-1.925-2.375T5 12t.725-3.075T7.65 6.55L9 2h6l1.35 4.55q1.2.95 1.925 2.375T19 12t-.725 3.075t-1.925 2.375L15 22zm3-5q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17M10.1 5.25q.5-.125.963-.2T12 4.975t.938.075t.962.2L13.5 4h-3zM10.5 20h3l.4-1.25q-.5.125-.962.188T12 19t-.937-.062t-.963-.188zm1.5-4.5q.425 0 .713-.288T13 14.5t-.288-.712T12 13.5t-.712.288T11 14.5t.288.713t.712.287m-1-3h2v-4h-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="fu2x35bg"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:watch-alert-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.fu2x35bg {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12 15.5q.425 0 .713-.288T13 14.5t-.288-.712T12 13.5t-.712.288T11 14.5t.288.713t.712.287m0-3q.425 0 .713-.288T13 11.5v-2q0-.425-.288-.712T12 8.5t-.712.288T11 9.5v2q0 .425.288.713T12 12.5M10.5 22q-.65 0-1.187-.387t-.738-1.038L8 18.65q-.15-.5-.462-1.012t-.813-1.063q-.85-.925-1.287-2.1T5 12q0-1.275.438-2.45t1.287-2.125q.5-.575.813-1.075t.462-1l.575-1.925q.2-.65.738-1.037T10.5 2h3q.65 0 1.188.388t.737 1.037L16 5.35q.15.5.463 1.013t.812 1.062q.85.925 1.288 2.1T19 12q0 1.275-.437 2.45t-1.288 2.125q-.5.575-.812 1.075t-.463 1l-.575 1.925q-.2.65-.737 1.038T13.5 22zm1.5-5q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 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="qrv9v6bx"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:watch-alert-sharp" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.qrv9v6bx {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m9 22l-1.35-4.55q-1.2-.95-1.925-2.375T5 12t.725-3.075T7.65 6.55L9 2h6l1.35 4.55q1.2.95 1.925 2.375T19 12t-.725 3.075t-1.925 2.375L15 22zm3-5q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17m-1-4.5h2v-4h-2zm0 3v-2h2v2z");
|
|
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="v1v_dtbj"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:watch-alert" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.v1v_dtbj {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m9 22l-1.35-4.55q-1.2-.95-1.925-2.375T5 12t.725-3.075T7.65 6.55L9 2h6l1.35 4.55q1.2.95 1.925 2.375T19 12t-.725 3.075t-1.925 2.375L15 22zm3-5q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17m0-1.5q.425 0 .713-.288T13 14.5t-.288-.712T12 13.5t-.712.288T11 14.5t.288.713t.712.287m-1-3h2v-4h-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="mhjdqhbb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:watch-arrow-down-outline-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.mhjdqhbb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12 15.075q-.2 0-.375-.062T11.3 14.8l-2.1-2.1q-.275-.275-.275-.7t.3-.725Q9.5 11 9.9 11t.7.275l.4.375V9.5q0-.425.288-.712T12 8.5t.713.288T13 9.5v2.15l.4-.375q.3-.275.7-.275t.7.3q.275.275.275.7t-.275.7l-2.1 2.1q-.15.15-.325.212t-.375.063M10.5 4h3zm0 16h3zm0 2q-.65 0-1.187-.387t-.738-1.038L8 18.65q-.15-.5-.462-1.012t-.813-1.063q-.85-.925-1.287-2.1T5 12q0-1.275.438-2.45t1.287-2.125q.5-.575.813-1.075t.462-1l.575-1.925q.2-.65.738-1.037T10.5 2h3q.65 0 1.188.388t.737 1.037L16 5.35q.15.5.463 1.013t.812 1.062q.85.925 1.288 2.1T19 12q0 1.275-.437 2.45t-1.288 2.125q-.5.575-.812 1.075t-.463 1l-.575 1.925q-.2.65-.737 1.038T13.5 22zm1.5-5q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17M10.1 5.25q.5-.125.963-.2T12 4.975t.938.075t.962.2L13.5 4h-3zM10.5 20h3l.4-1.25q-.5.125-.962.188T12 19t-.937-.062t-.963-.188z");
|
|
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="n5qq7ioh"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:watch-arrow-down-outline" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.n5qq7ioh {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12 15.5L8.5 12l1.4-1.4l1.1 1.05V8.5h2v3.15l1.1-1.05l1.4 1.4zM10.5 4h3zm0 16h3zM9 22l-1.35-4.55q-1.2-.95-1.925-2.375T5 12t.725-3.075T7.65 6.55L9 2h6l1.35 4.55q1.2.95 1.925 2.375T19 12t-.725 3.075t-1.925 2.375L15 22zm3-5q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17M10.1 5.25q.5-.125.963-.2T12 4.975t.938.075t.962.2L13.5 4h-3zM10.5 20h3l.4-1.25q-.5.125-.962.188T12 19t-.937-.062t-.963-.188z");
|
|
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="zumb8nbj"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:watch-arrow-down-rounded" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.zumb8nbj {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12 15.075q-.2 0-.375-.062T11.3 14.8l-2.1-2.1q-.275-.275-.275-.7t.3-.725Q9.5 11 9.9 11t.7.275l.4.375V9.5q0-.425.288-.712T12 8.5t.713.288T13 9.5v2.15l.4-.375q.3-.275.7-.275t.7.3q.275.275.275.7t-.275.7l-2.1 2.1q-.15.15-.325.212t-.375.063M10.5 22q-.65 0-1.187-.387t-.738-1.038L8 18.65q-.15-.5-.462-1.012t-.813-1.063q-.85-.925-1.287-2.1T5 12q0-1.275.438-2.45t1.287-2.125q.5-.575.813-1.075t.462-1l.575-1.925q.2-.65.738-1.037T10.5 2h3q.65 0 1.188.388t.737 1.037L16 5.35q.15.5.463 1.013t.812 1.062q.85.925 1.288 2.1T19 12q0 1.275-.437 2.45t-1.288 2.125q-.5.575-.812 1.075t-.463 1l-.575 1.925q-.2.65-.737 1.038T13.5 22zm1.5-5q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 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="dt2e00tn"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:watch-arrow-down" /></template>
|
|
10
|
+
<style>
|
|
11
|
+
.dt2e00tn {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M12 15.5L8.5 12l1.4-1.4l1.1 1.05V8.5h2v3.15l1.1-1.05l1.4 1.4zM9 22l-1.35-4.55q-1.2-.95-1.925-2.375T5 12t.725-3.075T7.65 6.55L9 2h6l1.35 4.55q1.2.95 1.925 2.375T19 12t-.725 3.075t-1.925 2.375L15 22zm3-5q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17");
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
</style>
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "material-symbols",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Material Symbols",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 15096,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Google",
|
|
8
8
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
],
|
|
28
28
|
"palette": false
|
|
29
29
|
},
|
|
30
|
-
"lastModified":
|
|
30
|
+
"lastModified": 1767854692
|
|
31
31
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/material-symbols",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.13",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/material-symbols/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -3650,6 +3650,14 @@
|
|
|
3650
3650
|
"types": "./types/dd0bq22g.d.ts",
|
|
3651
3651
|
"default": "./components/a/animation-outline.vue"
|
|
3652
3652
|
},
|
|
3653
|
+
"./antigravity": {
|
|
3654
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3655
|
+
"default": "./components/a/antigravity.vue"
|
|
3656
|
+
},
|
|
3657
|
+
"./antigravity-outline": {
|
|
3658
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3659
|
+
"default": "./components/a/antigravity-outline.vue"
|
|
3660
|
+
},
|
|
3653
3661
|
"./aod-tablet": {
|
|
3654
3662
|
"types": "./types/dd0bq22g.d.ts",
|
|
3655
3663
|
"default": "./components/a/aod-tablet.vue"
|
|
@@ -11594,6 +11602,30 @@
|
|
|
11594
11602
|
"types": "./types/dd0bq22g.d.ts",
|
|
11595
11603
|
"default": "./components/c/chat-bubble.vue"
|
|
11596
11604
|
},
|
|
11605
|
+
"./chat-bubble-off": {
|
|
11606
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
11607
|
+
"default": "./components/c/chat-bubble-off.vue"
|
|
11608
|
+
},
|
|
11609
|
+
"./chat-bubble-off-outline": {
|
|
11610
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
11611
|
+
"default": "./components/c/chat-bubble-off-outline.vue"
|
|
11612
|
+
},
|
|
11613
|
+
"./chat-bubble-off-outline-rounded": {
|
|
11614
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
11615
|
+
"default": "./components/c/chat-bubble-off-outline-rounded.vue"
|
|
11616
|
+
},
|
|
11617
|
+
"./chat-bubble-off-outline-sharp": {
|
|
11618
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
11619
|
+
"default": "./components/c/chat-bubble-off-outline-sharp.vue"
|
|
11620
|
+
},
|
|
11621
|
+
"./chat-bubble-off-rounded": {
|
|
11622
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
11623
|
+
"default": "./components/c/chat-bubble-off-rounded.vue"
|
|
11624
|
+
},
|
|
11625
|
+
"./chat-bubble-off-sharp": {
|
|
11626
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
11627
|
+
"default": "./components/c/chat-bubble-off-sharp.vue"
|
|
11628
|
+
},
|
|
11597
11629
|
"./chat-bubble-outline": {
|
|
11598
11630
|
"types": "./types/dd0bq22g.d.ts",
|
|
11599
11631
|
"default": "./components/c/chat-bubble-outline.vue"
|
|
@@ -20954,10 +20986,18 @@
|
|
|
20954
20986
|
"types": "./types/dd0bq22g.d.ts",
|
|
20955
20987
|
"default": "./components/e/eyeglasses-2-sound.vue"
|
|
20956
20988
|
},
|
|
20989
|
+
"./eyeglasses-2-sound-outline-sharp": {
|
|
20990
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
20991
|
+
"default": "./components/e/eyeglasses-2-sound-outline-sharp.vue"
|
|
20992
|
+
},
|
|
20957
20993
|
"./eyeglasses-2-sound-rounded": {
|
|
20958
20994
|
"types": "./types/dd0bq22g.d.ts",
|
|
20959
20995
|
"default": "./components/e/eyeglasses-2-sound-rounded.vue"
|
|
20960
20996
|
},
|
|
20997
|
+
"./eyeglasses-2-sound-sharp": {
|
|
20998
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
20999
|
+
"default": "./components/e/eyeglasses-2-sound-sharp.vue"
|
|
21000
|
+
},
|
|
20961
21001
|
"./eyeglasses-rounded": {
|
|
20962
21002
|
"types": "./types/dd0bq22g.d.ts",
|
|
20963
21003
|
"default": "./components/e/eyeglasses-rounded.vue"
|
|
@@ -22842,6 +22882,18 @@
|
|
|
22842
22882
|
"types": "./types/dd0bq22g.d.ts",
|
|
22843
22883
|
"default": "./components/f/fitbit-hourly-activity-sharp.vue"
|
|
22844
22884
|
},
|
|
22885
|
+
"./fitbit-raquetball": {
|
|
22886
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
22887
|
+
"default": "./components/f/fitbit-raquetball.vue"
|
|
22888
|
+
},
|
|
22889
|
+
"./fitbit-raquetball-rounded": {
|
|
22890
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
22891
|
+
"default": "./components/f/fitbit-raquetball-rounded.vue"
|
|
22892
|
+
},
|
|
22893
|
+
"./fitbit-raquetball-sharp": {
|
|
22894
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
22895
|
+
"default": "./components/f/fitbit-raquetball-sharp.vue"
|
|
22896
|
+
},
|
|
22845
22897
|
"./fitness-center": {
|
|
22846
22898
|
"types": "./types/dd0bq22g.d.ts",
|
|
22847
22899
|
"default": "./components/f/fitness-center.vue"
|
|
@@ -36466,6 +36518,14 @@
|
|
|
36466
36518
|
"types": "./types/dd0bq22g.d.ts",
|
|
36467
36519
|
"default": "./components/m/mode-fan.vue"
|
|
36468
36520
|
},
|
|
36521
|
+
"./mode-fan-2": {
|
|
36522
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
36523
|
+
"default": "./components/m/mode-fan-2.vue"
|
|
36524
|
+
},
|
|
36525
|
+
"./mode-fan-2-outline": {
|
|
36526
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
36527
|
+
"default": "./components/m/mode-fan-2-outline.vue"
|
|
36528
|
+
},
|
|
36469
36529
|
"./mode-fan-off": {
|
|
36470
36530
|
"types": "./types/dd0bq22g.d.ts",
|
|
36471
36531
|
"default": "./components/m/mode-fan-off.vue"
|
|
@@ -52698,6 +52758,30 @@
|
|
|
52698
52758
|
"types": "./types/dd0bq22g.d.ts",
|
|
52699
52759
|
"default": "./components/s/splitscreen-landscape.vue"
|
|
52700
52760
|
},
|
|
52761
|
+
"./splitscreen-landscape-add": {
|
|
52762
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
52763
|
+
"default": "./components/s/splitscreen-landscape-add.vue"
|
|
52764
|
+
},
|
|
52765
|
+
"./splitscreen-landscape-add-outline": {
|
|
52766
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
52767
|
+
"default": "./components/s/splitscreen-landscape-add-outline.vue"
|
|
52768
|
+
},
|
|
52769
|
+
"./splitscreen-landscape-add-outline-rounded": {
|
|
52770
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
52771
|
+
"default": "./components/s/splitscreen-landscape-add-outline-rounded.vue"
|
|
52772
|
+
},
|
|
52773
|
+
"./splitscreen-landscape-add-outline-sharp": {
|
|
52774
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
52775
|
+
"default": "./components/s/splitscreen-landscape-add-outline-sharp.vue"
|
|
52776
|
+
},
|
|
52777
|
+
"./splitscreen-landscape-add-rounded": {
|
|
52778
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
52779
|
+
"default": "./components/s/splitscreen-landscape-add-rounded.vue"
|
|
52780
|
+
},
|
|
52781
|
+
"./splitscreen-landscape-add-sharp": {
|
|
52782
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
52783
|
+
"default": "./components/s/splitscreen-landscape-add-sharp.vue"
|
|
52784
|
+
},
|
|
52701
52785
|
"./splitscreen-landscape-outline": {
|
|
52702
52786
|
"types": "./types/dd0bq22g.d.ts",
|
|
52703
52787
|
"default": "./components/s/splitscreen-landscape-outline.vue"
|
|
@@ -60290,6 +60374,22 @@
|
|
|
60290
60374
|
"types": "./types/dd0bq22g.d.ts",
|
|
60291
60375
|
"default": "./components/v/video-stable-sharp.vue"
|
|
60292
60376
|
},
|
|
60377
|
+
"./video-template": {
|
|
60378
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
60379
|
+
"default": "./components/v/video-template.vue"
|
|
60380
|
+
},
|
|
60381
|
+
"./video-template-outline": {
|
|
60382
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
60383
|
+
"default": "./components/v/video-template-outline.vue"
|
|
60384
|
+
},
|
|
60385
|
+
"./video-template-outline-sharp": {
|
|
60386
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
60387
|
+
"default": "./components/v/video-template-outline-sharp.vue"
|
|
60388
|
+
},
|
|
60389
|
+
"./video-template-sharp": {
|
|
60390
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
60391
|
+
"default": "./components/v/video-template-sharp.vue"
|
|
60392
|
+
},
|
|
60293
60393
|
"./videocam": {
|
|
60294
60394
|
"types": "./types/dd0bq22g.d.ts",
|
|
60295
60395
|
"default": "./components/v/videocam.vue"
|
|
@@ -61630,10 +61730,50 @@
|
|
|
61630
61730
|
"types": "./types/dd0bq22g.d.ts",
|
|
61631
61731
|
"default": "./components/w/watch.vue"
|
|
61632
61732
|
},
|
|
61733
|
+
"./watch-alert": {
|
|
61734
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
61735
|
+
"default": "./components/w/watch-alert.vue"
|
|
61736
|
+
},
|
|
61737
|
+
"./watch-alert-outline": {
|
|
61738
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
61739
|
+
"default": "./components/w/watch-alert-outline.vue"
|
|
61740
|
+
},
|
|
61741
|
+
"./watch-alert-outline-rounded": {
|
|
61742
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
61743
|
+
"default": "./components/w/watch-alert-outline-rounded.vue"
|
|
61744
|
+
},
|
|
61745
|
+
"./watch-alert-outline-sharp": {
|
|
61746
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
61747
|
+
"default": "./components/w/watch-alert-outline-sharp.vue"
|
|
61748
|
+
},
|
|
61749
|
+
"./watch-alert-rounded": {
|
|
61750
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
61751
|
+
"default": "./components/w/watch-alert-rounded.vue"
|
|
61752
|
+
},
|
|
61753
|
+
"./watch-alert-sharp": {
|
|
61754
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
61755
|
+
"default": "./components/w/watch-alert-sharp.vue"
|
|
61756
|
+
},
|
|
61633
61757
|
"./watch-arrow": {
|
|
61634
61758
|
"types": "./types/dd0bq22g.d.ts",
|
|
61635
61759
|
"default": "./components/w/watch-arrow.vue"
|
|
61636
61760
|
},
|
|
61761
|
+
"./watch-arrow-down": {
|
|
61762
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
61763
|
+
"default": "./components/w/watch-arrow-down.vue"
|
|
61764
|
+
},
|
|
61765
|
+
"./watch-arrow-down-outline": {
|
|
61766
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
61767
|
+
"default": "./components/w/watch-arrow-down-outline.vue"
|
|
61768
|
+
},
|
|
61769
|
+
"./watch-arrow-down-outline-rounded": {
|
|
61770
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
61771
|
+
"default": "./components/w/watch-arrow-down-outline-rounded.vue"
|
|
61772
|
+
},
|
|
61773
|
+
"./watch-arrow-down-rounded": {
|
|
61774
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
61775
|
+
"default": "./components/w/watch-arrow-down-rounded.vue"
|
|
61776
|
+
},
|
|
61637
61777
|
"./watch-arrow-outline": {
|
|
61638
61778
|
"types": "./types/dd0bq22g.d.ts",
|
|
61639
61779
|
"default": "./components/w/watch-arrow-outline.vue"
|