@iconify-svelte/material-symbols 1.0.15 → 1.0.16
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/h/horizontal-align-center-rounded.svelte +16 -0
- package/components/h/horizontal-align-center.svelte +16 -0
- package/components/h/horizontal-align-left-rounded.svelte +16 -0
- package/components/h/horizontal-align-left.svelte +16 -0
- package/components/h/horizontal-align-right-rounded.svelte +16 -0
- package/components/h/horizontal-align-right.svelte +16 -0
- package/components/p/phone-cancel-outline-rounded.svelte +16 -0
- package/components/p/phone-cancel-outline-sharp.svelte +16 -0
- package/components/p/phone-cancel-outline.svelte +16 -0
- package/components/p/phone-cancel-rounded.svelte +16 -0
- package/components/p/phone-cancel-sharp.svelte +16 -0
- package/components/p/phone-cancel.svelte +16 -0
- package/components/r/resize-window-rounded.svelte +16 -0
- package/components/r/resize-window.svelte +16 -0
- package/iconify.json +2 -2
- package/package.json +57 -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="ut9bw6by"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:horizontal-align-center-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .ut9bw6by {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m17.8 13l.9.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.6-2.6q-.15-.15-.212-.325T14.425 12t.063-.375t.212-.325l2.6-2.6q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.9.9H21q.425 0 .713.288T22 12t-.288.713T21 13zM13 19q0 .425-.288.713T12 20t-.712-.288T11 19V5q0-.425.288-.712T12 4t.713.288T13 5zm-6.8-6H3q-.425 0-.712-.288T2 12t.288-.712T3 11h3.2l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7z");
|
|
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="veuc6xb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:horizontal-align-center" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .veuc6xb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("m18 16l-4-4l4-4l1.4 1.4l-1.575 1.6H22v2h-4.175l1.575 1.6zm-7 4V4h2v16zm-5-4l-1.4-1.4L6.175 13H2v-2h4.175L4.6 9.4L6 8l4 4z");
|
|
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="e7n27nxk"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:horizontal-align-left-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .e7n27nxk {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.288 19.713Q3 19.425 3 19V5q0-.425.288-.712T4 4t.713.288T5 5v14q0 .425-.288.713T4 20t-.712-.288M10.8 13l1.9 1.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-3.6-3.6q-.15-.15-.213-.325T7.426 12t.063-.375t.212-.325l3.6-3.6q.275-.275.7-.275t.7.275t.275.7t-.275.7L10.8 11H20q.425 0 .713.288T21 12t-.288.713T20 13z");
|
|
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="zruhqpb"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:horizontal-align-left" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .zruhqpb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 20V4h2v16zm9-3l-5-5l5-5l1.4 1.4l-2.6 2.6H21v2H10.8l2.6 2.6z");
|
|
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="e3-h29_y"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:horizontal-align-right-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .e3-h29_y {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M19.288 19.713Q19 19.425 19 19V5q0-.425.288-.712T20 4t.713.288T21 5v14q0 .425-.288.713T20 20t-.712-.288M13.2 13H4q-.425 0-.712-.288T3 12t.288-.712T4 11h9.2l-1.9-1.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.6 3.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-3.6 3.6q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7z");
|
|
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="rm9gs0b"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:horizontal-align-right" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .rm9gs0b {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M19 20V4h2v16zm-7-3l-1.4-1.4l2.6-2.6H3v-2h10.2l-2.6-2.6L12 7l5 5z");
|
|
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="eq1-vfye"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:phone-cancel-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .eq1-vfye {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.075.575.35t.225.6v4.05q0 .45-.3.75t-.75.3M6.025 9l1.65-1.65L7.25 5H5.025q.125 1.025.35 2.025T6.025 9m8.95 8.95q.975.425 1.988.675T19 18.95v-2.2l-2.35-.475zM17.5 7.925L16.1 9.3q-.275.275-.687.288T14.7 9.3q-.275-.275-.275-.7t.275-.7l1.375-1.4L14.7 5.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L17.5 5.1l1.375-1.4q.275-.3.688-.3t.712.3t.3.713t-.3.712L18.9 6.5l1.4 1.4q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288z");
|
|
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="c71sdbbi"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:phone-cancel-outline-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .c71sdbbi {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M15.4 10L14 8.6l2.075-2.1L14 4.425L15.4 3l2.1 2.1L19.575 3L21 4.425L18.9 6.5L21 8.6L19.575 10L17.5 7.925zm4.55 11q-3.125 0-6.187-1.35T8.2 15.8t-3.85-5.55T3 4.05V3h5.9l.925 5.025l-2.85 2.875q.55.975 1.225 1.85t1.45 1.625q.725.725 1.588 1.388T13.1 17l2.9-2.9l5 1.025V21zM6.025 9l1.65-1.65L7.25 5H5.025q.125 1.125.375 2.113T6.025 9m8.95 8.95q1 .425 2.013.675T19 18.95v-2.2l-2.35-.475zm0 0");
|
|
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="rnav7f6t"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:phone-cancel-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .rnav7f6t {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.075.575.35t.225.6v4.05q0 .45-.3.75t-.75.3M6.025 9l1.65-1.65L7.25 5H5.025q.125 1.025.35 2.025T6.025 9m8.95 8.95q.975.425 1.988.675T19 18.95v-2.2l-2.35-.475zM15.4 10L14 8.6l2.075-2.1L14 4.425L15.4 3l2.1 2.1L19.575 3L21 4.425L18.9 6.5L21 8.6L19.575 10L17.5 7.925z");
|
|
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="ti7ahdbd"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:phone-cancel-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .ti7ahdbd {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.075.575.35t.225.6v4.05q0 .45-.3.75t-.75.3M17.5 7.925L16.1 9.3q-.275.275-.687.287T14.7 9.3q-.275-.275-.275-.7t.275-.7l1.375-1.4L14.7 5.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L17.5 5.1l1.375-1.4q.275-.3.688-.3t.712.3t.3.713t-.3.712L18.9 6.5l1.4 1.4q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288z");
|
|
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="d96deg_r"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:phone-cancel-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .d96deg_r {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M15.4 10L14 8.6l2.075-2.1L14 4.425L15.4 3l2.1 2.1L19.575 3L21 4.425L18.9 6.5L21 8.6L19.575 10L17.5 7.925zm4.55 11q-3.125 0-6.187-1.35T8.2 15.8t-3.85-5.55T3 4.05V3h5.9l.925 5.025l-2.85 2.875q.55.975 1.225 1.85t1.45 1.625q.725.725 1.588 1.388T13.1 17l2.9-2.9l5 1.025V21z");
|
|
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-ele2bs"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:phone-cancel" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .e-ele2bs {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M19.95 21q-3.125 0-6.175-1.362t-5.55-3.863t-3.862-5.55T3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.238t.325.562l.65 3.5q.05.4-.025.675T9.4 8.45L6.975 10.9q.5.925 1.187 1.787t1.513 1.663q.775.775 1.625 1.438T13.1 17l2.35-2.35q.225-.225.588-.337t.712-.063l3.45.7q.35.075.575.35t.225.6v4.05q0 .45-.3.75t-.75.3M15.4 10L14 8.6l2.075-2.1L14 4.425L15.4 3l2.1 2.1L19.575 3L21 4.425L18.9 6.5L21 8.6L19.575 10L17.5 7.925z");
|
|
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="w79lowov"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:resize-window-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .w79lowov {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20.3 20.3q-.3.3-.712.3t-.713-.3L3.7 5.125q-.3-.3-.3-.712t.3-.713t.712-.3t.713.3L20.3 18.875q.3.3.3.713t-.3.712m-10 0q-.3.3-.712.3t-.713-.3L3.7 15.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l5.175 5.175q.3.3.3.713t-.3.712");
|
|
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="r2d71jk"/>`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:resize-window" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .r2d71jk {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M19.6 21L3 4.425L4.425 3L21 19.575zM9.575 21L3 14.425L4.425 13L11 19.575z");
|
|
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": 15128,
|
|
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": 1771495688
|
|
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.16",
|
|
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",
|
|
@@ -28598,6 +28598,30 @@
|
|
|
28598
28598
|
"types": "./types/gfwqskkx.d.ts",
|
|
28599
28599
|
"svelte": "./components/h/home-work-rounded.svelte"
|
|
28600
28600
|
},
|
|
28601
|
+
"./horizontal-align-center": {
|
|
28602
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
28603
|
+
"svelte": "./components/h/horizontal-align-center.svelte"
|
|
28604
|
+
},
|
|
28605
|
+
"./horizontal-align-center-rounded": {
|
|
28606
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
28607
|
+
"svelte": "./components/h/horizontal-align-center-rounded.svelte"
|
|
28608
|
+
},
|
|
28609
|
+
"./horizontal-align-left": {
|
|
28610
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
28611
|
+
"svelte": "./components/h/horizontal-align-left.svelte"
|
|
28612
|
+
},
|
|
28613
|
+
"./horizontal-align-left-rounded": {
|
|
28614
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
28615
|
+
"svelte": "./components/h/horizontal-align-left-rounded.svelte"
|
|
28616
|
+
},
|
|
28617
|
+
"./horizontal-align-right": {
|
|
28618
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
28619
|
+
"svelte": "./components/h/horizontal-align-right.svelte"
|
|
28620
|
+
},
|
|
28621
|
+
"./horizontal-align-right-rounded": {
|
|
28622
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
28623
|
+
"svelte": "./components/h/horizontal-align-right-rounded.svelte"
|
|
28624
|
+
},
|
|
28601
28625
|
"./horizontal-distribute": {
|
|
28602
28626
|
"types": "./types/gfwqskkx.d.ts",
|
|
28603
28627
|
"svelte": "./components/h/horizontal-distribute.svelte"
|
|
@@ -42730,6 +42754,30 @@
|
|
|
42730
42754
|
"types": "./types/gfwqskkx.d.ts",
|
|
42731
42755
|
"svelte": "./components/p/phone-callback-sharp.svelte"
|
|
42732
42756
|
},
|
|
42757
|
+
"./phone-cancel": {
|
|
42758
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
42759
|
+
"svelte": "./components/p/phone-cancel.svelte"
|
|
42760
|
+
},
|
|
42761
|
+
"./phone-cancel-outline": {
|
|
42762
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
42763
|
+
"svelte": "./components/p/phone-cancel-outline.svelte"
|
|
42764
|
+
},
|
|
42765
|
+
"./phone-cancel-outline-rounded": {
|
|
42766
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
42767
|
+
"svelte": "./components/p/phone-cancel-outline-rounded.svelte"
|
|
42768
|
+
},
|
|
42769
|
+
"./phone-cancel-outline-sharp": {
|
|
42770
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
42771
|
+
"svelte": "./components/p/phone-cancel-outline-sharp.svelte"
|
|
42772
|
+
},
|
|
42773
|
+
"./phone-cancel-rounded": {
|
|
42774
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
42775
|
+
"svelte": "./components/p/phone-cancel-rounded.svelte"
|
|
42776
|
+
},
|
|
42777
|
+
"./phone-cancel-sharp": {
|
|
42778
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
42779
|
+
"svelte": "./components/p/phone-cancel-sharp.svelte"
|
|
42780
|
+
},
|
|
42733
42781
|
"./phone-disabled": {
|
|
42734
42782
|
"types": "./types/gfwqskkx.d.ts",
|
|
42735
42783
|
"svelte": "./components/p/phone-disabled.svelte"
|
|
@@ -46758,6 +46806,14 @@
|
|
|
46758
46806
|
"types": "./types/gfwqskkx.d.ts",
|
|
46759
46807
|
"svelte": "./components/r/resize-rounded.svelte"
|
|
46760
46808
|
},
|
|
46809
|
+
"./resize-window": {
|
|
46810
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
46811
|
+
"svelte": "./components/r/resize-window.svelte"
|
|
46812
|
+
},
|
|
46813
|
+
"./resize-window-rounded": {
|
|
46814
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
46815
|
+
"svelte": "./components/r/resize-window-rounded.svelte"
|
|
46816
|
+
},
|
|
46761
46817
|
"./respiratory-rate": {
|
|
46762
46818
|
"types": "./types/gfwqskkx.d.ts",
|
|
46763
46819
|
"svelte": "./components/r/respiratory-rate.svelte"
|