@iconify-svelte/material-symbols 1.0.7 → 1.0.8
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.
|
@@ -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="ti7zu34c" />`;
|
|
8
8
|
</script>
|
|
9
9
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:ios-share-rounded" {...props}></Icon>
|
|
10
10
|
<style>
|
|
11
|
-
:global .
|
|
11
|
+
:global .ti7zu34c {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("M6
|
|
13
|
+
d: path("M6 22q-.825 0-1.412-.587T4 20V10q0-.825.588-1.412T6 8h2q.425 0 .713.288T9 9t-.288.713T8 10H6v10h12V10h-2q-.425 0-.712-.288T15 9t.288-.712T16 8h2q.825 0 1.413.588T20 10v10q0 .825-.587 1.413T18 22zm6-6q-.425 0-.712-.288T11 15V4.825l-.9.9q-.3.3-.7.288T8.7 5.7q-.275-.3-.287-.7t.287-.7l2.6-2.6q.15-.15.325-.212T12 1.425t.375.063t.325.212l2.6 2.6q.275.275.275.688T15.3 5.7q-.3.3-.712.3t-.713-.3L13 4.825V15q0 .425-.288.713T12 16");
|
|
14
14
|
}
|
|
15
15
|
|
|
16
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="g503tcc" />`;
|
|
8
8
|
</script>
|
|
9
9
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:ios-share-sharp" {...props}></Icon>
|
|
10
10
|
<style>
|
|
11
|
-
:global .
|
|
11
|
+
:global .g503tcc {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("M4
|
|
13
|
+
d: path("M4 22V8h5v2H6v10h12V10h-3V8h5v14zm7-6V4.825l-1.6 1.6L8 5l4-4l4 4l-1.4 1.425l-1.6-1.6V16z");
|
|
14
14
|
}
|
|
15
15
|
|
|
16
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="bjsut3b" />`;
|
|
8
8
|
</script>
|
|
9
9
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:ios-share" {...props}></Icon>
|
|
10
10
|
<style>
|
|
11
|
-
:global .
|
|
11
|
+
:global .bjsut3b {
|
|
12
12
|
fill: currentColor;
|
|
13
|
-
d: path("M6
|
|
13
|
+
d: path("M6 22q-.825 0-1.412-.587T4 20V10q0-.825.588-1.412T6 8h3v2H6v10h12V10h-3V8h3q.825 0 1.413.588T20 10v10q0 .825-.587 1.413T18 22zm5-6V4.825l-1.6 1.6L8 5l4-4l4 4l-1.4 1.425l-1.6-1.6V16z");
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
</style>
|
package/iconify.json
CHANGED
package/package.json
CHANGED