@iconify-svelte/material-symbols 1.0.37 → 1.0.39
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/d/dashboard-2-add-outline-rounded.svelte +17 -0
- package/components/d/dashboard-2-add-outline.svelte +17 -0
- package/components/d/dashboard-2-add-rounded.svelte +17 -0
- package/components/d/dashboard-2-add.svelte +17 -0
- package/components/i/id-card-2-outline-rounded.svelte +17 -0
- package/components/i/id-card-2-outline-sharp.svelte +17 -0
- package/components/i/id-card-2-outline.svelte +17 -0
- package/components/i/id-card-2-rounded.svelte +17 -0
- package/components/i/id-card-2-sharp.svelte +17 -0
- package/components/i/id-card-2.svelte +17 -0
- package/components/p/pin-road-2.svelte +17 -0
- package/components/s/sign-language-off-outline-rounded.svelte +17 -0
- package/components/s/sign-language-off-outline-sharp.svelte +17 -0
- package/components/s/sign-language-off-outline.svelte +17 -0
- package/components/s/sign-language-off-rounded.svelte +17 -0
- package/components/s/sign-language-off-sharp.svelte +17 -0
- package/components/s/sign-language-off.svelte +17 -0
- package/iconify.json +2 -2
- package/package.json +69 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ihmb-jpbx"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:dashboard-2-add-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ihmb-jpbx) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 20h5q.425 0 .713-.288T9 19v-5q0-.425-.288-.712T8 13H3q-.425 0-.712.288T2 14v5q0 .425.288.713T3 20M4 9V6h6v3zm-1 2h8q.425 0 .713-.288T12 10V5q0-.425-.288-.712T11 4H3q-.425 0-.712.288T2 5v5q0 .425.288.713T3 11m10 7v-3h7v3zm-1 2h9q.425 0 .713-.288T22 19v-5q0-.425-.288-.712T21 13h-9q-.425 0-.712.288T11 14v5q0 .425.288.713T12 20m-8-2v-3h3v3zm14-7q-2.075 0-3.537-1.463T13 6t1.463-3.537T18 1t3.538 1.463T23 6t-1.463 3.538T18 11m-.5-4.5v2q0 .2.15.35T18 9t.35-.15t.15-.35v-2h2q.2 0 .35-.15T21 6t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T18 3t-.35.15t-.15.35v2h-2q-.2 0-.35.15T15 6t.15.35t.35.15zM13 15");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="zcry8mgqe"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:dashboard-2-add-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.zcry8mgqe) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2 20h7v-7H2zM4 9V6h6v3zm-2 2h10V4H2zm11 7v-3h7v3zm-2 2h11v-7H11zm-7-2v-3h3v3zm14-7q-2.075 0-3.537-1.463T13 6t1.463-3.537T18 1t3.538 1.463T23 6t-1.463 3.538T18 11m-.5-2h1V6.5H21v-1h-2.5V3h-1v2.5H15v1h2.5zM7 15");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="lp4lze32m"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:dashboard-2-add-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.lp4lze32m) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 20h5q.425 0 .713-.288T9 19v-5q0-.425-.288-.712T8 13H3q-.425 0-.712.288T2 14v5q0 .425.288.713T3 20m0-9h8q.425 0 .713-.288T12 10V5q0-.425-.288-.712T11 4H3q-.425 0-.712.288T2 5v5q0 .425.288.713T3 11m9 9h9q.425 0 .713-.288T22 19v-5q0-.425-.288-.712T21 13h-9q-.425 0-.712.288T11 14v5q0 .425.288.713T12 20m6-9q-2.075 0-3.537-1.463T13 6t1.463-3.537T18 1t3.538 1.463T23 6t-1.463 3.538T18 11m-.5-4.5v2q0 .2.15.35T18 9t.35-.15t.15-.35v-2h2q.2 0 .35-.15T21 6t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T18 3t-.35.15t-.15.35v2h-2q-.2 0-.35.15T15 6t.15.35t.35.15z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="wygk3lbni"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:dashboard-2-add" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.wygk3lbni) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2 20h7v-7H2zm0-9h10V4H2zm9 9h11v-7H11zm7-9q-2.075 0-3.537-1.463T13 6t1.463-3.537T18 1t3.538 1.463T23 6t-1.463 3.538T18 11m-.5-2h1V6.5H21v-1h-2.5V3h-1v2.5H15v1h2.5z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="kjh8v0nqg"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:id-card-2-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.kjh8v0nqg) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M7.425 10.75L6.6 9.925Q6.375 9.7 6.075 9.7t-.525.225t-.225.538t.225.537l1.2 1.15q.3.275.7.288t.7-.288l2.3-2.3q.225-.225.225-.525T10.45 8.8t-.525-.225T9.4 8.8zM6.25 16h3q.325 0 .538-.213T10 15.25t-.213-.537t-.537-.213h-3q-.325 0-.537.213t-.213.537t.213.538t.537.212m10.163-4.587Q17 10.825 17 10t-.587-1.412T15 8t-1.412.588T13 10t.588 1.413T15 12t1.413-.587M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm0-2h16V6H4zm0 0V6zm11-5q-.9 0-1.625.163t-1.275.512q-.525.325-.8.738t-.275.887q0 .3.225.5t.55.2h6.4q.325 0 .55-.213t.225-.537q0-.425-.275-.825t-.8-.75q-.55-.35-1.275-.513T15 13");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="xzgn_gb3q"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:id-card-2-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.xzgn_gb3q) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m7.45 12.85l3.525-3.525l-1.05-1.075l-2.5 2.5l-1.35-1.35l-1.05 1.05zM5.5 16H10v-1.5H5.5zm5.5 0h8v-.55q0-1.125-1.1-1.787T15 13t-2.9.663T11 15.45zm5.413-4.587Q17 10.825 17 10t-.587-1.412T15 8t-1.412.588T13 10t.588 1.413T15 12t1.413-.587M2 20V4h20v16zm2-2h16V6H4zm0 0V6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ql732rbee"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:id-card-2-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ql732rbee) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m7.45 12.85l3.525-3.525l-1.05-1.075l-2.5 2.5l-1.35-1.35l-1.05 1.05zM5.5 16H10v-1.5H5.5zm5.5 0h8v-.55q0-1.125-1.1-1.787T15 13t-2.9.663T11 15.45zm5.413-4.587Q17 10.825 17 10t-.587-1.412T15 8t-1.412.588T13 10t.588 1.413T15 12t1.413-.587M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm0-2h16V6H4zm0 0V6z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="j0nmwpbbm"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:id-card-2-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.j0nmwpbbm) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M7.425 10.75L6.6 9.925Q6.375 9.7 6.075 9.7t-.525.225t-.225.538t.225.537l1.2 1.15q.3.275.7.288t.7-.288l2.3-2.3q.225-.225.225-.525T10.45 8.8t-.525-.225T9.4 8.8zM6.25 16h3q.325 0 .538-.213T10 15.25t-.213-.537t-.537-.213h-3q-.325 0-.537.213t-.213.537t.213.538t.537.212m10.163-4.587Q17 10.825 17 10t-.587-1.412T15 8t-1.412.588T13 10t.588 1.413T15 12t1.413-.587M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm11-7q-.9 0-1.625.163t-1.275.512q-.525.325-.8.738t-.275.887q0 .3.225.5t.55.2h6.4q.325 0 .55-.213t.225-.537q0-.425-.275-.825t-.8-.75q-.55-.35-1.275-.513T15 13");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="tmc2-eb6d"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:id-card-2-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.tmc2-eb6d) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m7.45 12.85l3.525-3.525l-1.05-1.075l-2.5 2.5l-1.35-1.35l-1.05 1.05zM5.5 16H10v-1.5H5.5zm5.5 0h8v-.55q0-1.125-1.1-1.787T15 13t-2.9.663T11 15.45zm5.413-4.587Q17 10.825 17 10t-.587-1.412T15 8t-1.412.588T13 10t.588 1.413T15 12t1.413-.587M2 20V4h20v16z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="yiivjxb6x"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:id-card-2" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.yiivjxb6x) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m7.45 12.85l3.525-3.525l-1.05-1.075l-2.5 2.5l-1.35-1.35l-1.05 1.05zM5.5 16H10v-1.5H5.5zm5.5 0h8v-.55q0-1.125-1.1-1.787T15 13t-2.9.663T11 15.45zm5.413-4.587Q17 10.825 17 10t-.587-1.412T15 8t-1.412.588T13 10t.588 1.413T15 12t1.413-.587M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="f3xl_e1um"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:pin-road-2" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.f3xl_e1um) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M14 21v-4h2v4zm0-7v-4h2v4zm0-7V3h2v4zm6 14L17.5 3h2L22 21zm-13.538-.075q-.137-.075-.212-.225l-.1-.225q-.55-1.2-1.588-2.063T2.8 16.45q-.4-.575-.6-1.25T2 13.8q0-1.975 1.375-3.375t3.325-1.4q1.975 0 3.4 1.312t1.425 3.263q0 .75-.2 1.475T10.7 16.45q-.725 1.1-1.75 1.963t-1.6 2.062l-.1.225q-.075.15-.212.225T6.75 21t-.287-.075m1.7-5.762q.587-.588.587-1.413t-.587-1.412t-1.413-.588t-1.412.588t-.588 1.412t.588 1.413t1.412.587t1.413-.587m3.487-6.138q-.4-.425-.85-.75t-.95-.6L10.5 3h2z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="o746byb1e"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:sign-language-off-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.o746byb1e) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M7.625 18.925L1.8 17.8q-.425-.075-.65-.4T1 16.65q.075-.4.412-.637t.763-.163l6 1.125zm.95-3.4l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1 13.6zm5.05-6.325L9.65 3.475q-.25-.35-.175-.738T9.9 2.1q.35-.225.738-.162t.662.412l3.975 5.775zm4.825 6.4l-1.525-1.475L18.9 12.9q.15-.075.238-.213t.137-.337L20.3 9l-2.2 2.425L14.375 2.4q-.175-.35-.012-.737T14.9 1.1q.4-.15.775 0t.55.525l2.525 6.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8 5.925q-.15.5-.45.913t-.725.687zm-3.175-.3L4.75 9.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9 2.575zM2.75 22.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225L11.55 21q.725.075 1.325-.325t.8-1.125l.65-2.4L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275l-3.15-3.125l-.35 1.325q-.4 1.425-1.587 2.225T11.375 23zm14.175-8.1");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="qewwuhb9l"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:sign-language-off-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.qewwuhb9l) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m7.625 18.925l-6.8-1.3l.35-1.95l7 1.3zm.95-3.4l-7.7-2.075l.525-1.925L9.1 13.6zm5.05-6.325l-4.55-6.5L10.7 1.575l4.575 6.55zm4.825 6.4l-1.525-1.475L18.9 12.9q.15-.075.238-.213t.137-.337L20.3 9l-2.2 2.425l-4.15-9.9L15.825.75l2.925 6.975L20.725 5.5l2.35 1.325L21.2 12.95q-.15.5-.45.913t-.725.687zm-3.175-.3L3.85 9.375l.925-1.75l5.8 2.975zm-13.55 6.825l.175-1.95l9.65.825q.725.075 1.325-.325t.8-1.125l.65-2.4L1.4 4.2l1.4-1.4l18.4 18.4l-1.4 1.4l-3.85-3.825l-.35 1.325q-.4 1.425-1.587 2.225T11.375 23zm15.2-8");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="je-afto6l"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:sign-language-off-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.je-afto6l) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M7.625 18.925L1.8 17.8q-.425-.075-.65-.4T1 16.65q.075-.4.412-.637t.763-.163l6 1.125zm.95-3.4l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1 13.6zm5.05-6.325L9.65 3.475q-.25-.35-.175-.738T9.9 2.1q.35-.225.738-.162t.662.412l3.975 5.775zm4.825 6.4l-1.525-1.475L18.9 12.9q.15-.075.238-.213t.137-.337L20.3 9l-2.2 2.425L14.375 2.4q-.175-.35-.012-.737T14.9 1.1q.4-.15.775 0t.55.525l2.525 6.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8 5.925q-.15.5-.45.913t-.725.687zm-3.175-.3L4.75 9.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9 2.575zM2.75 22.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225L11.55 21q.725.075 1.325-.325t.8-1.125l.65-2.4L1.4 4.2l1.4-1.4l18.4 18.4l-1.4 1.4l-3.85-3.825l-.35 1.325q-.4 1.425-1.587 2.225T11.375 23zm14.175-8.1");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="l919_hi1f"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:sign-language-off-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.l919_hi1f) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2.75 22.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225l4.225.375l.475-1.675L1.8 17.8q-.425-.075-.65-.4T1 16.65q.075-.4.412-.638t.763-.162l5.975 1.125l.425-1.45l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1 13.6l.375-1.325L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275l-3.15-3.125l-.35 1.325q-.375 1.425-1.575 2.225t-2.65.675zm15.7-6.625l-5.8-5.75l.85-.575l-3.85-5.8q-.25-.35-.175-.737T9.9 2.1q.35-.225.738-.162t.662.412l3.85 5.825l1.25-.85L14.375 2.4q-.175-.35-.013-.737T14.9 1.1q.4-.15.775 0t.55.525l2.525 6.1l1.15-1.3q.275-.3.65-.462t.8-.113q.725.05 1.2.575t.25 1.3l-1.6 5.225q-.15.5-.45.913t-.725.687zm-3.175-.3L4.75 9.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9 2.575z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="iamjd_raz"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:sign-language-off-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.iamjd_raz) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m1.725 22.125l.175-1.95l5.25.425l.475-1.675l-6.8-1.325l.35-1.925l6.975 1.3l.425-1.45l-7.7-2.075l.525-1.925L9.1 13.6l.375-1.325L1.4 4.2l1.4-1.4l18.4 18.4l-1.4 1.4l-3.85-3.825l-.35 1.325q-.375 1.425-1.575 2.225t-2.65.675zM18.45 15.6l-5.8-5.75l.85-.575L9.075 2.7L10.7 1.575l4.45 6.6l1.25-.85l-2.45-5.8L15.825.75l2.925 6.975L20.725 5.5l2.35 1.325L21.2 12.95q-.15.5-.45.913t-.725.687zm-3.175-.3L3.85 9.375l.9-1.775l5.825 3z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="p-4y--bgw"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:sign-language-off" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.p-4y--bgw) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2.75 22.225q-.425-.05-.7-.363t-.225-.737t.363-.675t.737-.225l4.225.375l.475-1.675L1.8 17.8q-.425-.075-.65-.4T1 16.65q.075-.4.412-.638t.763-.162l5.975 1.125l.425-1.45l-6.75-1.85q-.425-.1-.612-.45t-.063-.775q.125-.4.45-.6t.75-.1L9.1 13.6l.375-1.325L1.4 4.2l1.4-1.4l18.4 18.4l-1.4 1.4l-3.85-3.825l-.35 1.325q-.4 1.425-1.587 2.225T11.375 23zm15.7-6.625l-5.8-5.75l.85-.575l-3.85-5.8q-.25-.35-.175-.737T9.9 2.1q.35-.225.738-.162t.662.412l3.85 5.825l1.25-.85L14.375 2.4q-.175-.35-.013-.737T14.9 1.1q.4-.15.775 0t.55.525l2.525 6.1l1.15-1.3q.275-.3.65-.45t.8-.125q.425.05.775.238t.6.537l.275.4l-1.8 5.925q-.15.5-.45.913t-.725.687zm-3.175-.3L4.75 9.8q-.4-.2-.513-.587t.088-.763q.2-.35.588-.475t.762.05l4.9 2.575z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</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": 15439,
|
|
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": 1781845826
|
|
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.39",
|
|
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",
|
|
@@ -15622,6 +15622,22 @@
|
|
|
15622
15622
|
"types": "./types/gfwqskkx.d.ts",
|
|
15623
15623
|
"svelte": "./components/d/dashboard-2.svelte"
|
|
15624
15624
|
},
|
|
15625
|
+
"./dashboard-2-add": {
|
|
15626
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
15627
|
+
"svelte": "./components/d/dashboard-2-add.svelte"
|
|
15628
|
+
},
|
|
15629
|
+
"./dashboard-2-add-outline": {
|
|
15630
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
15631
|
+
"svelte": "./components/d/dashboard-2-add-outline.svelte"
|
|
15632
|
+
},
|
|
15633
|
+
"./dashboard-2-add-outline-rounded": {
|
|
15634
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
15635
|
+
"svelte": "./components/d/dashboard-2-add-outline-rounded.svelte"
|
|
15636
|
+
},
|
|
15637
|
+
"./dashboard-2-add-rounded": {
|
|
15638
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
15639
|
+
"svelte": "./components/d/dashboard-2-add-rounded.svelte"
|
|
15640
|
+
},
|
|
15625
15641
|
"./dashboard-2-edit": {
|
|
15626
15642
|
"types": "./types/gfwqskkx.d.ts",
|
|
15627
15643
|
"svelte": "./components/d/dashboard-2-edit.svelte"
|
|
@@ -29794,6 +29810,30 @@
|
|
|
29794
29810
|
"types": "./types/gfwqskkx.d.ts",
|
|
29795
29811
|
"svelte": "./components/i/id-card.svelte"
|
|
29796
29812
|
},
|
|
29813
|
+
"./id-card-2": {
|
|
29814
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29815
|
+
"svelte": "./components/i/id-card-2.svelte"
|
|
29816
|
+
},
|
|
29817
|
+
"./id-card-2-outline": {
|
|
29818
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29819
|
+
"svelte": "./components/i/id-card-2-outline.svelte"
|
|
29820
|
+
},
|
|
29821
|
+
"./id-card-2-outline-rounded": {
|
|
29822
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29823
|
+
"svelte": "./components/i/id-card-2-outline-rounded.svelte"
|
|
29824
|
+
},
|
|
29825
|
+
"./id-card-2-outline-sharp": {
|
|
29826
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29827
|
+
"svelte": "./components/i/id-card-2-outline-sharp.svelte"
|
|
29828
|
+
},
|
|
29829
|
+
"./id-card-2-rounded": {
|
|
29830
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29831
|
+
"svelte": "./components/i/id-card-2-rounded.svelte"
|
|
29832
|
+
},
|
|
29833
|
+
"./id-card-2-sharp": {
|
|
29834
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29835
|
+
"svelte": "./components/i/id-card-2-sharp.svelte"
|
|
29836
|
+
},
|
|
29797
29837
|
"./id-card-outline": {
|
|
29798
29838
|
"types": "./types/gfwqskkx.d.ts",
|
|
29799
29839
|
"svelte": "./components/i/id-card-outline.svelte"
|
|
@@ -44390,6 +44430,10 @@
|
|
|
44390
44430
|
"types": "./types/gfwqskkx.d.ts",
|
|
44391
44431
|
"svelte": "./components/p/pin-road.svelte"
|
|
44392
44432
|
},
|
|
44433
|
+
"./pin-road-2": {
|
|
44434
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
44435
|
+
"svelte": "./components/p/pin-road-2.svelte"
|
|
44436
|
+
},
|
|
44393
44437
|
"./pin-rounded": {
|
|
44394
44438
|
"types": "./types/gfwqskkx.d.ts",
|
|
44395
44439
|
"svelte": "./components/p/pin-rounded.svelte"
|
|
@@ -51786,6 +51830,30 @@
|
|
|
51786
51830
|
"types": "./types/gfwqskkx.d.ts",
|
|
51787
51831
|
"svelte": "./components/s/sign-language-2-sharp.svelte"
|
|
51788
51832
|
},
|
|
51833
|
+
"./sign-language-off": {
|
|
51834
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
51835
|
+
"svelte": "./components/s/sign-language-off.svelte"
|
|
51836
|
+
},
|
|
51837
|
+
"./sign-language-off-outline": {
|
|
51838
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
51839
|
+
"svelte": "./components/s/sign-language-off-outline.svelte"
|
|
51840
|
+
},
|
|
51841
|
+
"./sign-language-off-outline-rounded": {
|
|
51842
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
51843
|
+
"svelte": "./components/s/sign-language-off-outline-rounded.svelte"
|
|
51844
|
+
},
|
|
51845
|
+
"./sign-language-off-outline-sharp": {
|
|
51846
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
51847
|
+
"svelte": "./components/s/sign-language-off-outline-sharp.svelte"
|
|
51848
|
+
},
|
|
51849
|
+
"./sign-language-off-rounded": {
|
|
51850
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
51851
|
+
"svelte": "./components/s/sign-language-off-rounded.svelte"
|
|
51852
|
+
},
|
|
51853
|
+
"./sign-language-off-sharp": {
|
|
51854
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
51855
|
+
"svelte": "./components/s/sign-language-off-sharp.svelte"
|
|
51856
|
+
},
|
|
51789
51857
|
"./sign-language-outline": {
|
|
51790
51858
|
"types": "./types/gfwqskkx.d.ts",
|
|
51791
51859
|
"svelte": "./components/s/sign-language-outline.svelte"
|