@iconify-svelte/material-symbols 1.0.11 → 1.0.12
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/c/chat-bubble-off-outline-rounded.svelte +16 -0
- package/components/c/chat-bubble-off-outline-sharp.svelte +16 -0
- package/components/c/chat-bubble-off-outline.svelte +16 -0
- package/components/c/chat-bubble-off-rounded.svelte +16 -0
- package/components/c/chat-bubble-off-sharp.svelte +16 -0
- package/components/c/chat-bubble-off.svelte +16 -0
- package/components/e/eyeglasses-2-sound-outline-sharp.svelte +16 -0
- package/components/e/eyeglasses-2-sound-rounded.svelte +3 -3
- package/components/e/eyeglasses-2-sound-sharp.svelte +16 -0
- package/components/e/eyeglasses-2-sound.svelte +3 -3
- package/components/f/fitbit-raquetball-rounded.svelte +16 -0
- package/components/f/fitbit-raquetball-sharp.svelte +16 -0
- package/components/f/fitbit-raquetball.svelte +16 -0
- package/components/m/mode-fan-2-outline.svelte +16 -0
- package/components/m/mode-fan-2.svelte +16 -0
- package/components/s/splitscreen-landscape-add-outline-rounded.svelte +16 -0
- package/components/s/splitscreen-landscape-add-outline-sharp.svelte +16 -0
- package/components/s/splitscreen-landscape-add-outline.svelte +16 -0
- package/components/s/splitscreen-landscape-add-rounded.svelte +16 -0
- package/components/s/splitscreen-landscape-add-sharp.svelte +16 -0
- package/components/s/splitscreen-landscape-add.svelte +16 -0
- package/components/w/watch-alert-outline-rounded.svelte +16 -0
- package/components/w/watch-alert-outline-sharp.svelte +16 -0
- package/components/w/watch-alert-outline.svelte +16 -0
- package/components/w/watch-alert-rounded.svelte +16 -0
- package/components/w/watch-alert-sharp.svelte +16 -0
- package/components/w/watch-alert.svelte +16 -0
- package/components/w/watch-arrow-down-outline-rounded.svelte +16 -0
- package/components/w/watch-arrow-down-outline.svelte +16 -0
- package/components/w/watch-arrow-down-rounded.svelte +16 -0
- package/components/w/watch-arrow-down.svelte +16 -0
- package/iconify.json +2 -2
- package/package.json +117 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="tvghcabq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:chat-bubble-off-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="qqk-9nz"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:chat-bubble-off-outline-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="o53jfrb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:chat-bubble-off-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="d_6ga7yp"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:chat-bubble-off-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="ky30jgb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:chat-bubble-off-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="ohtxljq"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:chat-bubble-off" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="ruxi4d6x"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:eyeglasses-2-sound-outline-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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-svelte';
|
|
|
4
4
|
let {width, height, ...props} = $props();
|
|
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
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:eyeglasses-2-sound-rounded" {...props}></Icon>
|
|
10
10
|
<style>
|
|
11
|
-
:global .
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="cgmhs-bp"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:eyeglasses-2-sound-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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-svelte';
|
|
|
4
4
|
let {width, height, ...props} = $props();
|
|
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
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:eyeglasses-2-sound" {...props}></Icon>
|
|
10
10
|
<style>
|
|
11
|
-
:global .
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="s02ry-bv"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:fitbit-raquetball-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="ekpgwlat"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:fitbit-raquetball-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="yjevreda"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:fitbit-raquetball" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="de7xg6be"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:mode-fan-2-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="kdrq12bw"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:mode-fan-2" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="qng3i5bl"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:splitscreen-landscape-add-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="w33ue7b"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:splitscreen-landscape-add-outline-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="e-ctpse"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:splitscreen-landscape-add-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="k0dmoobj"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:splitscreen-landscape-add-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="au42ecc"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:splitscreen-landscape-add-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="rpecpabe"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:splitscreen-landscape-add" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="wej6kh6t"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:watch-alert-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="ria4w62t"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:watch-alert-outline-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="mutbszbj"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:watch-alert-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="fu2x35bg"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:watch-alert-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="qrv9v6bx"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:watch-alert-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="v1v_dtbj"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:watch-alert" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="mhjdqhbb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:watch-arrow-down-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="n5qq7ioh"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:watch-arrow-down-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="zumb8nbj"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:watch-arrow-down-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
let {width, height, ...props} = $props();
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":24,"height":24};
|
|
7
|
+
const content = `<path class="dt2e00tn"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:watch-arrow-down" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .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-svelte/material-symbols",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.12",
|
|
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",
|
|
@@ -11602,6 +11602,30 @@
|
|
|
11602
11602
|
"types": "./types/gfwqskkx.d.ts",
|
|
11603
11603
|
"svelte": "./components/c/chat-bubble.svelte"
|
|
11604
11604
|
},
|
|
11605
|
+
"./chat-bubble-off": {
|
|
11606
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
11607
|
+
"svelte": "./components/c/chat-bubble-off.svelte"
|
|
11608
|
+
},
|
|
11609
|
+
"./chat-bubble-off-outline": {
|
|
11610
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
11611
|
+
"svelte": "./components/c/chat-bubble-off-outline.svelte"
|
|
11612
|
+
},
|
|
11613
|
+
"./chat-bubble-off-outline-rounded": {
|
|
11614
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
11615
|
+
"svelte": "./components/c/chat-bubble-off-outline-rounded.svelte"
|
|
11616
|
+
},
|
|
11617
|
+
"./chat-bubble-off-outline-sharp": {
|
|
11618
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
11619
|
+
"svelte": "./components/c/chat-bubble-off-outline-sharp.svelte"
|
|
11620
|
+
},
|
|
11621
|
+
"./chat-bubble-off-rounded": {
|
|
11622
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
11623
|
+
"svelte": "./components/c/chat-bubble-off-rounded.svelte"
|
|
11624
|
+
},
|
|
11625
|
+
"./chat-bubble-off-sharp": {
|
|
11626
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
11627
|
+
"svelte": "./components/c/chat-bubble-off-sharp.svelte"
|
|
11628
|
+
},
|
|
11605
11629
|
"./chat-bubble-outline": {
|
|
11606
11630
|
"types": "./types/gfwqskkx.d.ts",
|
|
11607
11631
|
"svelte": "./components/c/chat-bubble-outline.svelte"
|
|
@@ -20962,10 +20986,18 @@
|
|
|
20962
20986
|
"types": "./types/gfwqskkx.d.ts",
|
|
20963
20987
|
"svelte": "./components/e/eyeglasses-2-sound.svelte"
|
|
20964
20988
|
},
|
|
20989
|
+
"./eyeglasses-2-sound-outline-sharp": {
|
|
20990
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
20991
|
+
"svelte": "./components/e/eyeglasses-2-sound-outline-sharp.svelte"
|
|
20992
|
+
},
|
|
20965
20993
|
"./eyeglasses-2-sound-rounded": {
|
|
20966
20994
|
"types": "./types/gfwqskkx.d.ts",
|
|
20967
20995
|
"svelte": "./components/e/eyeglasses-2-sound-rounded.svelte"
|
|
20968
20996
|
},
|
|
20997
|
+
"./eyeglasses-2-sound-sharp": {
|
|
20998
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
20999
|
+
"svelte": "./components/e/eyeglasses-2-sound-sharp.svelte"
|
|
21000
|
+
},
|
|
20969
21001
|
"./eyeglasses-rounded": {
|
|
20970
21002
|
"types": "./types/gfwqskkx.d.ts",
|
|
20971
21003
|
"svelte": "./components/e/eyeglasses-rounded.svelte"
|
|
@@ -22850,6 +22882,18 @@
|
|
|
22850
22882
|
"types": "./types/gfwqskkx.d.ts",
|
|
22851
22883
|
"svelte": "./components/f/fitbit-hourly-activity-sharp.svelte"
|
|
22852
22884
|
},
|
|
22885
|
+
"./fitbit-raquetball": {
|
|
22886
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
22887
|
+
"svelte": "./components/f/fitbit-raquetball.svelte"
|
|
22888
|
+
},
|
|
22889
|
+
"./fitbit-raquetball-rounded": {
|
|
22890
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
22891
|
+
"svelte": "./components/f/fitbit-raquetball-rounded.svelte"
|
|
22892
|
+
},
|
|
22893
|
+
"./fitbit-raquetball-sharp": {
|
|
22894
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
22895
|
+
"svelte": "./components/f/fitbit-raquetball-sharp.svelte"
|
|
22896
|
+
},
|
|
22853
22897
|
"./fitness-center": {
|
|
22854
22898
|
"types": "./types/gfwqskkx.d.ts",
|
|
22855
22899
|
"svelte": "./components/f/fitness-center.svelte"
|
|
@@ -36474,6 +36518,14 @@
|
|
|
36474
36518
|
"types": "./types/gfwqskkx.d.ts",
|
|
36475
36519
|
"svelte": "./components/m/mode-fan.svelte"
|
|
36476
36520
|
},
|
|
36521
|
+
"./mode-fan-2": {
|
|
36522
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
36523
|
+
"svelte": "./components/m/mode-fan-2.svelte"
|
|
36524
|
+
},
|
|
36525
|
+
"./mode-fan-2-outline": {
|
|
36526
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
36527
|
+
"svelte": "./components/m/mode-fan-2-outline.svelte"
|
|
36528
|
+
},
|
|
36477
36529
|
"./mode-fan-off": {
|
|
36478
36530
|
"types": "./types/gfwqskkx.d.ts",
|
|
36479
36531
|
"svelte": "./components/m/mode-fan-off.svelte"
|
|
@@ -52706,6 +52758,30 @@
|
|
|
52706
52758
|
"types": "./types/gfwqskkx.d.ts",
|
|
52707
52759
|
"svelte": "./components/s/splitscreen-landscape.svelte"
|
|
52708
52760
|
},
|
|
52761
|
+
"./splitscreen-landscape-add": {
|
|
52762
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
52763
|
+
"svelte": "./components/s/splitscreen-landscape-add.svelte"
|
|
52764
|
+
},
|
|
52765
|
+
"./splitscreen-landscape-add-outline": {
|
|
52766
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
52767
|
+
"svelte": "./components/s/splitscreen-landscape-add-outline.svelte"
|
|
52768
|
+
},
|
|
52769
|
+
"./splitscreen-landscape-add-outline-rounded": {
|
|
52770
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
52771
|
+
"svelte": "./components/s/splitscreen-landscape-add-outline-rounded.svelte"
|
|
52772
|
+
},
|
|
52773
|
+
"./splitscreen-landscape-add-outline-sharp": {
|
|
52774
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
52775
|
+
"svelte": "./components/s/splitscreen-landscape-add-outline-sharp.svelte"
|
|
52776
|
+
},
|
|
52777
|
+
"./splitscreen-landscape-add-rounded": {
|
|
52778
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
52779
|
+
"svelte": "./components/s/splitscreen-landscape-add-rounded.svelte"
|
|
52780
|
+
},
|
|
52781
|
+
"./splitscreen-landscape-add-sharp": {
|
|
52782
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
52783
|
+
"svelte": "./components/s/splitscreen-landscape-add-sharp.svelte"
|
|
52784
|
+
},
|
|
52709
52785
|
"./splitscreen-landscape-outline": {
|
|
52710
52786
|
"types": "./types/gfwqskkx.d.ts",
|
|
52711
52787
|
"svelte": "./components/s/splitscreen-landscape-outline.svelte"
|
|
@@ -61654,10 +61730,50 @@
|
|
|
61654
61730
|
"types": "./types/gfwqskkx.d.ts",
|
|
61655
61731
|
"svelte": "./components/w/watch.svelte"
|
|
61656
61732
|
},
|
|
61733
|
+
"./watch-alert": {
|
|
61734
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61735
|
+
"svelte": "./components/w/watch-alert.svelte"
|
|
61736
|
+
},
|
|
61737
|
+
"./watch-alert-outline": {
|
|
61738
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61739
|
+
"svelte": "./components/w/watch-alert-outline.svelte"
|
|
61740
|
+
},
|
|
61741
|
+
"./watch-alert-outline-rounded": {
|
|
61742
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61743
|
+
"svelte": "./components/w/watch-alert-outline-rounded.svelte"
|
|
61744
|
+
},
|
|
61745
|
+
"./watch-alert-outline-sharp": {
|
|
61746
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61747
|
+
"svelte": "./components/w/watch-alert-outline-sharp.svelte"
|
|
61748
|
+
},
|
|
61749
|
+
"./watch-alert-rounded": {
|
|
61750
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61751
|
+
"svelte": "./components/w/watch-alert-rounded.svelte"
|
|
61752
|
+
},
|
|
61753
|
+
"./watch-alert-sharp": {
|
|
61754
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61755
|
+
"svelte": "./components/w/watch-alert-sharp.svelte"
|
|
61756
|
+
},
|
|
61657
61757
|
"./watch-arrow": {
|
|
61658
61758
|
"types": "./types/gfwqskkx.d.ts",
|
|
61659
61759
|
"svelte": "./components/w/watch-arrow.svelte"
|
|
61660
61760
|
},
|
|
61761
|
+
"./watch-arrow-down": {
|
|
61762
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61763
|
+
"svelte": "./components/w/watch-arrow-down.svelte"
|
|
61764
|
+
},
|
|
61765
|
+
"./watch-arrow-down-outline": {
|
|
61766
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61767
|
+
"svelte": "./components/w/watch-arrow-down-outline.svelte"
|
|
61768
|
+
},
|
|
61769
|
+
"./watch-arrow-down-outline-rounded": {
|
|
61770
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61771
|
+
"svelte": "./components/w/watch-arrow-down-outline-rounded.svelte"
|
|
61772
|
+
},
|
|
61773
|
+
"./watch-arrow-down-rounded": {
|
|
61774
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61775
|
+
"svelte": "./components/w/watch-arrow-down-rounded.svelte"
|
|
61776
|
+
},
|
|
61661
61777
|
"./watch-arrow-outline": {
|
|
61662
61778
|
"types": "./types/gfwqskkx.d.ts",
|
|
61663
61779
|
"svelte": "./components/w/watch-arrow-outline.svelte"
|