@iconify-svelte/material-symbols 1.0.8 → 1.0.9
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/cards-stack-outline-rounded.svelte +16 -0
- package/components/c/cards-stack-outline-sharp.svelte +16 -0
- package/components/c/cards-stack-outline.svelte +16 -0
- package/components/c/cards-stack-rounded.svelte +16 -0
- package/components/c/cards-stack-sharp.svelte +16 -0
- package/components/c/cards-stack.svelte +16 -0
- package/components/g/graph-8-outline.svelte +16 -0
- package/components/g/graph-8.svelte +16 -0
- package/iconify.json +2 -2
- package/package.json +33 -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="f9v68bcl" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:cards-stack-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .f9v68bcl {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M8 16.1q-.825 0-1.412-.587T6 14.1V5q0-.825.588-1.412T8 3h12q.825 0 1.413.588T22 5v9.1q0 .825-.587 1.413T20 16.1zm0-2h12V5H8zm0 0V5zM17 9q.425 0 .713-.288T18 8t-.288-.712T17 7h-6.025q-.425 0-.7.288T10 8t.288.713T11 9zm-3 3q.425 0 .713-.288T15 11t-.288-.712T14 10h-3.025q-.425 0-.7.288T10 11t.288.713T11 12zm-8.55 8.975q-.825.125-1.475-.375T3.2 19.275l-1.325-9.9q-.05-.425.2-.75t.675-.375q.4-.05.725.188t.375.662l1.4 9.9l6.85-.95l4.1-.575q.45-.075.8.225t.35.775q0 .375-.25.663t-.625.337z");
|
|
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="temce0i" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:cards-stack-outline-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .temce0i {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M10 9h8V7h-8zm0 3h5v-2h-5zm2.325 6h6.7v1.1l-15.55 2.15L1.75 8.35l1.975-.225L5.25 19zM6 16.1V3h16v13.1zm2-2h12V5H8zm0 0V5zM5.25 19");
|
|
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="djfne4bz" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:cards-stack-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .djfne4bz {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3.25 19.275L2.025 10.35q-.125-.8.388-1.45t1.312-.775L5.25 19l7.075-1H19q-.2.525-.612.888t-1.013.437L5.45 20.975Q4.625 21.1 4 20.6t-.75-1.325M8 16.1q-.825 0-1.413-.587T6 14.1V5q0-.825.588-1.412T8 3h12q.825 0 1.413.588T22 5v9.1q0 .825-.587 1.413T20 16.1zm0-2h12V5H8zm0 0V5zM10 9h8V7h-8zm0 3h5v-2h-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="b_6p4xbw" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:cards-stack-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .b_6p4xbw {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M11 9h6q.425 0 .713-.288T18 8t-.288-.712T17 7h-6.025q-.425 0-.7.288T10 8t.288.713T11 9m0 3h3q.425 0 .713-.288T15 11t-.288-.712T14 10h-3.025q-.425 0-.7.288T10 11t.288.713T11 12m-5.55 8.975Q4.625 21.1 4 20.6t-.75-1.325L2.025 10.35q-.125-.8.388-1.45t1.312-.775H4V14q0 1.65 1.175 2.825T8 18h11q-.2.525-.612.888t-1.013.437zM8 16.1q-.825 0-1.412-.587T6 14.1V5q0-.825.588-1.412T8 3h12q.825 0 1.413.588T22 5v9.1q0 .825-.587 1.413T20 16.1z");
|
|
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="xbo2b4b" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:cards-stack-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .xbo2b4b {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M10 9h8V7h-8zm0 3h5v-2h-5zm-6.525 9.25L1.75 8.35L4 8.125V18h15.025v1.1zM6 16.1V3h16v13.1z");
|
|
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="o-wtc-dg" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:cards-stack" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .o-wtc-dg {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M5.45 20.975Q4.625 21.1 4 20.6t-.75-1.325L2.025 10.35q-.125-.8.388-1.45t1.312-.775H4V14q0 1.65 1.175 2.825T8 18h11q-.2.525-.612.888t-1.013.437zM8 16.1q-.825 0-1.412-.587T6 14.1V5q0-.825.588-1.412T8 3h12q.825 0 1.413.588T22 5v9.1q0 .825-.587 1.413T20 16.1zM10 9h8V7h-8zm0 3h5v-2h-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="pvatkg5m" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:graph-8-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .pvatkg5m {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M7 22q-1.25 0-2.125-.875T4 19q0-.975.563-1.75T6 16.175v-8.35q-.875-.3-1.437-1.075T4 5q0-1.25.875-2.125T7 2t2.125.875T10 5q0 .975-.562 1.75T8 7.825V12q.625-.475 1.388-.737T11 11h2q1.25 0 2.125-.875T16 8v-.175q-.875-.3-1.437-1.075T14 5q0-1.25.875-2.125T17 2t2.125.875T20 5q0 .975-.562 1.75T18 7.825V8q0 2.075-1.463 3.538T13 13h-2q-1.25 0-2.125.875T8 16v.175q.875.3 1.438 1.075T10 19q0 1.25-.875 2.125T7 22M7 6q.425 0 .713-.288T8 5t-.288-.712T7 4t-.712.288T6 5t.288.713T7 6m10 0q.425 0 .713-.288T18 5t-.288-.712T17 4t-.712.288T16 5t.288.713T17 6M7 20q.425 0 .713-.288T8 19t-.288-.712T7 18t-.712.288T6 19t.288.713T7 20m0-1");
|
|
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="ule8n19y" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:graph-8" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .ule8n19y {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M7 22q-1.25 0-2.125-.875T4 19q0-.975.563-1.75T6 16.175v-8.35q-.875-.3-1.437-1.075T4 5q0-1.25.875-2.125T7 2t2.125.875T10 5q0 .975-.562 1.75T8 7.825V12q.625-.475 1.388-.737T11 11h2q1.25 0 2.125-.875T16 8v-.175q-.875-.3-1.437-1.075T14 5q0-1.25.875-2.125T17 2t2.125.875T20 5q0 .975-.562 1.75T18 7.825V8q0 2.075-1.463 3.538T13 13h-2q-1.25 0-2.125.875T8 16v.175q.875.3 1.438 1.075T10 19q0 1.25-.875 2.125T7 22");
|
|
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": 15049,
|
|
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": 1763966051
|
|
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.9",
|
|
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",
|
|
@@ -10842,6 +10842,30 @@
|
|
|
10842
10842
|
"types": "./types/gfwqskkx.d.ts",
|
|
10843
10843
|
"svelte": "./components/c/cards-sharp.svelte"
|
|
10844
10844
|
},
|
|
10845
|
+
"./cards-stack": {
|
|
10846
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10847
|
+
"svelte": "./components/c/cards-stack.svelte"
|
|
10848
|
+
},
|
|
10849
|
+
"./cards-stack-outline": {
|
|
10850
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10851
|
+
"svelte": "./components/c/cards-stack-outline.svelte"
|
|
10852
|
+
},
|
|
10853
|
+
"./cards-stack-outline-rounded": {
|
|
10854
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10855
|
+
"svelte": "./components/c/cards-stack-outline-rounded.svelte"
|
|
10856
|
+
},
|
|
10857
|
+
"./cards-stack-outline-sharp": {
|
|
10858
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10859
|
+
"svelte": "./components/c/cards-stack-outline-sharp.svelte"
|
|
10860
|
+
},
|
|
10861
|
+
"./cards-stack-rounded": {
|
|
10862
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10863
|
+
"svelte": "./components/c/cards-stack-rounded.svelte"
|
|
10864
|
+
},
|
|
10865
|
+
"./cards-stack-sharp": {
|
|
10866
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10867
|
+
"svelte": "./components/c/cards-stack-sharp.svelte"
|
|
10868
|
+
},
|
|
10845
10869
|
"./cards-star": {
|
|
10846
10870
|
"types": "./types/gfwqskkx.d.ts",
|
|
10847
10871
|
"svelte": "./components/c/cards-star.svelte"
|
|
@@ -26318,6 +26342,14 @@
|
|
|
26318
26342
|
"types": "./types/gfwqskkx.d.ts",
|
|
26319
26343
|
"svelte": "./components/g/graph-7.svelte"
|
|
26320
26344
|
},
|
|
26345
|
+
"./graph-8": {
|
|
26346
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
26347
|
+
"svelte": "./components/g/graph-8.svelte"
|
|
26348
|
+
},
|
|
26349
|
+
"./graph-8-outline": {
|
|
26350
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
26351
|
+
"svelte": "./components/g/graph-8-outline.svelte"
|
|
26352
|
+
},
|
|
26321
26353
|
"./graphic-eq": {
|
|
26322
26354
|
"types": "./types/gfwqskkx.d.ts",
|
|
26323
26355
|
"svelte": "./components/g/graphic-eq.svelte"
|