@iconify-svelte/material-symbols 1.0.1 → 1.0.2
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/chevron-line-up-rounded.svelte +16 -0
- package/components/c/chevron-line-up.svelte +16 -0
- package/components/p/passport-outline-rounded.svelte +16 -0
- package/components/p/passport-outline-sharp.svelte +16 -0
- package/components/p/passport-outline.svelte +16 -0
- package/components/p/passport-rounded.svelte +16 -0
- package/components/p/passport-sharp.svelte +16 -0
- package/components/p/passport.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="l8zk8xb" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:chevron-line-up-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .l8zk8xb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M7 8q-.425 0-.712-.288T6 7t.288-.712T7 6h10q.425 0 .713.288T18 7t-.288.713T17 8zm5 5.8l-3.9 3.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l4.6-4.6q.3-.3.7-.3t.7.3l4.6 4.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275z");
|
|
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="r56g5d" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:chevron-line-up" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .r56g5d {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M6 8V6h12v2zm1.4 10.4L6 17l6-6l6 6l-1.4 1.4l-4.6-4.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="jue-pobk" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:passport-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .jue-pobk {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M9.25 18.5h5.5q.325 0 .538-.213t.212-.537t-.213-.537T14.75 17h-5.5q-.325 0-.537.213t-.213.537t.213.538t.537.212m2.75-3q2.075 0 3.538-1.463T17 10.5t-1.463-3.537T12 5.5T8.463 6.963T7 10.5t1.463 3.538T12 15.5m0-1.675q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm2.675 0q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zm2.95 0q-.05-.625-.15-1.187T13.8 7.5q.6.375 1.025.95t.575 1.3zM5 22q-.425 0-.712-.288T4 21V3q0-.425.288-.712T5 2h13q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm1-2h12V4H6zm0 0V4z");
|
|
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="ch-elsbx" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:passport-outline-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .ch-elsbx {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M8.5 18.5h7V17h-7zm3.5-3q2.075 0 3.538-1.463T17 10.5t-1.463-3.537T12 5.5T8.463 6.963T7 10.5t1.463 3.538T12 15.5m0-1.675q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm2.675 0q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zm2.95 0q-.05-.625-.15-1.187T13.8 7.5q.6.375 1.025.95t.575 1.3zM4 22V2h16v20zm2-2h12V4H6zm0 0V4z");
|
|
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="kp7xa3js" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:passport-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .kp7xa3js {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M8.5 18.5h7V17h-7zm3.5-3q2.075 0 3.538-1.463T17 10.5t-1.463-3.537T12 5.5T8.463 6.963T7 10.5t1.463 3.538T12 15.5m0-1.675q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm2.675 0q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zm2.95 0q-.05-.625-.15-1.187T13.8 7.5q.6.375 1.025.95t.575 1.3zM4 22V2h14q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm2-2h12V4H6zm0 0V4z");
|
|
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="i5qm4cha" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:passport-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .i5qm4cha {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M9.25 18.5h5.5q.325 0 .538-.213t.212-.537t-.213-.537T14.75 17h-5.5q-.325 0-.537.213t-.213.537t.213.538t.537.212m2.75-3q2.075 0 3.538-1.463T17 10.5t-1.463-3.537T12 5.5T8.463 6.963T7 10.5t1.463 3.538T12 15.5m0-1.675q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm2.675 0q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zm2.95 0q-.05-.625-.15-1.187T13.8 7.5q.6.375 1.025.95t.575 1.3zM5 22q-.425 0-.712-.288T4 21V3q0-.425.288-.712T5 2h13q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22z");
|
|
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="bys-9ctn" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:passport-sharp" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .bys-9ctn {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M8.5 18.5h7V17h-7zm3.5-3q2.075 0 3.538-1.463T17 10.5t-1.463-3.537T12 5.5T8.463 6.963T7 10.5t1.463 3.538T12 15.5m0-1.675q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm2.675 0q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zm2.95 0q-.05-.625-.15-1.187T13.8 7.5q.6.375 1.025.95t.575 1.3zM4 22V2h16v20z");
|
|
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="epleecci" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:passport" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .epleecci {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M8.5 18.5h7V17h-7zm3.5-3q2.075 0 3.538-1.463T17 10.5t-1.463-3.537T12 5.5T8.463 6.963T7 10.5t1.463 3.538T12 15.5m0-1.675q-.2-.275-.425-.913t-.3-1.662h1.45q-.075 1.025-.3 1.663t-.425.912m-1.8-.325q-.6-.375-1.025-.95t-.575-1.3h1.175q.05.625.15 1.188T10.2 13.5m3.6 0q.175-.5.275-1.062t.15-1.188H15.4q-.15.725-.575 1.3t-1.025.95M8.6 9.75q.15-.725.575-1.3T10.2 7.5q-.175.5-.275 1.062t-.15 1.188zm2.675 0q.075-1.025.3-1.662T12 7.175q.2.275.425.913t.3 1.662zm2.95 0q-.05-.625-.15-1.187T13.8 7.5q.6.375 1.025.95t.575 1.3zM4 22V2h14q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22z");
|
|
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": 14840,
|
|
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": 1760073587
|
|
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.2",
|
|
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",
|
|
@@ -12110,6 +12110,14 @@
|
|
|
12110
12110
|
"types": "./types/gfwqskkx.d.ts",
|
|
12111
12111
|
"svelte": "./components/c/chevron-left-rounded.svelte"
|
|
12112
12112
|
},
|
|
12113
|
+
"./chevron-line-up": {
|
|
12114
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
12115
|
+
"svelte": "./components/c/chevron-line-up.svelte"
|
|
12116
|
+
},
|
|
12117
|
+
"./chevron-line-up-rounded": {
|
|
12118
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
12119
|
+
"svelte": "./components/c/chevron-line-up-rounded.svelte"
|
|
12120
|
+
},
|
|
12113
12121
|
"./chevron-right": {
|
|
12114
12122
|
"types": "./types/gfwqskkx.d.ts",
|
|
12115
12123
|
"svelte": "./components/c/chevron-right.svelte"
|
|
@@ -40710,6 +40718,30 @@
|
|
|
40710
40718
|
"types": "./types/gfwqskkx.d.ts",
|
|
40711
40719
|
"svelte": "./components/p/passkey-rounded.svelte"
|
|
40712
40720
|
},
|
|
40721
|
+
"./passport": {
|
|
40722
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
40723
|
+
"svelte": "./components/p/passport.svelte"
|
|
40724
|
+
},
|
|
40725
|
+
"./passport-outline": {
|
|
40726
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
40727
|
+
"svelte": "./components/p/passport-outline.svelte"
|
|
40728
|
+
},
|
|
40729
|
+
"./passport-outline-rounded": {
|
|
40730
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
40731
|
+
"svelte": "./components/p/passport-outline-rounded.svelte"
|
|
40732
|
+
},
|
|
40733
|
+
"./passport-outline-sharp": {
|
|
40734
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
40735
|
+
"svelte": "./components/p/passport-outline-sharp.svelte"
|
|
40736
|
+
},
|
|
40737
|
+
"./passport-rounded": {
|
|
40738
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
40739
|
+
"svelte": "./components/p/passport-rounded.svelte"
|
|
40740
|
+
},
|
|
40741
|
+
"./passport-sharp": {
|
|
40742
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
40743
|
+
"svelte": "./components/p/passport-sharp.svelte"
|
|
40744
|
+
},
|
|
40713
40745
|
"./password": {
|
|
40714
40746
|
"types": "./types/gfwqskkx.d.ts",
|
|
40715
40747
|
"svelte": "./components/p/password.svelte"
|