@iconify-svelte/material-symbols 1.0.5 → 1.0.6
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/f/format-image-back-outline-rounded.svelte +16 -0
- package/components/f/format-image-back-outline.svelte +16 -0
- package/components/f/format-image-back-rounded.svelte +16 -0
- package/components/f/format-image-back.svelte +16 -0
- package/components/f/format-image-break-left-outline-rounded.svelte +16 -0
- package/components/f/format-image-break-left-outline.svelte +16 -0
- package/components/f/format-image-break-left-rounded.svelte +16 -0
- package/components/f/format-image-break-left.svelte +16 -0
- package/components/f/format-image-break-right-outline-rounded.svelte +16 -0
- package/components/f/format-image-break-right-outline.svelte +16 -0
- package/components/f/format-image-break-right-rounded.svelte +16 -0
- package/components/f/format-image-break-right.svelte +16 -0
- package/components/f/format-image-front-outline-rounded.svelte +16 -0
- package/components/f/format-image-front-outline.svelte +16 -0
- package/components/f/format-image-front-rounded.svelte +16 -0
- package/components/f/format-image-front.svelte +16 -0
- package/components/f/format-image-inline-left-outline-rounded.svelte +16 -0
- package/components/f/format-image-inline-left-outline.svelte +16 -0
- package/components/f/format-image-inline-left-rounded.svelte +16 -0
- package/components/f/format-image-inline-left.svelte +16 -0
- package/components/f/format-image-inline-right-outline-rounded.svelte +16 -0
- package/components/f/format-image-inline-right-outline.svelte +16 -0
- package/components/f/format-image-inline-right-rounded.svelte +16 -0
- package/components/f/format-image-inline-right.svelte +16 -0
- package/components/t/thermometer-alert-outline-rounded.svelte +16 -0
- package/components/t/thermometer-alert-outline.svelte +16 -0
- package/components/t/thermometer-alert-rounded.svelte +16 -0
- package/components/t/thermometer-alert.svelte +16 -0
- package/iconify.json +2 -2
- package/package.json +113 -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="b-w36z4r" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-back-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .b-w36z4r {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20 21H4q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21m0-4H4q-.425 0-.712-.288T3 16t.288-.712T4 15h3v-2H4q-.425 0-.712-.288T3 12t.288-.712T4 11h3V9H4q-.425 0-.712-.288T3 8t.288-.712T4 7h16q.425 0 .713.288T21 8t-.288.713T20 9h-3v2h3q.425 0 .713.288T21 12t-.288.713T20 13h-3v2h3q.425 0 .713.288T21 16t-.288.713T20 17M9 15h6v-2H9zm0-4h6V9H9zm11-6H4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5m-8 6");
|
|
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="t5z4mrb" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-back-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .t5z4mrb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 21v-2h18v2zm0-4v-2h4v-2H3v-2h4V9H3V7h18v2h-4v2h4v2h-4v2h4v2zm6-2h6v-2H9zm0-4h6V9H9zM3 5V3h18v2zm9 6");
|
|
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="ketjkrbw" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-back-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .ketjkrbw {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20 21H4q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21m0-4H4q-.425 0-.712-.288T3 16t.288-.712T4 15h3v-2H4q-.425 0-.712-.288T3 12t.288-.712T4 11h3V9H4q-.425 0-.712-.288T3 8t.288-.712T4 7h16q.425 0 .713.288T21 8t-.288.713T20 9h-3v2h3q.425 0 .713.288T21 12t-.288.713T20 13h-3v2h3q.425 0 .713.288T21 16t-.288.713T20 17m0-12H4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5");
|
|
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="rbu1gjb" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-back" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .rbu1gjb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 21v-2h18v2zm0-4v-2h4v-2H3v-2h4V9H3V7h18v2h-4v2h4v2h-4v2h4v2zM3 5V3h18v2z");
|
|
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="m0e2xaby" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-break-left-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .m0e2xaby {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zm-1-5V8q0-.425.288-.712T4 7h8q.425 0 .713.288T13 8v8q0 .425-.288.713T12 17H4q-.425 0-.712-.288T3 16m2-1h6V9H5zM4 5q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5zm4 7");
|
|
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="v-33jt" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-break-left-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .v-33jt {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 21v-2h18v2zm0-4V7h10v10zm2-2h6V9H5zM3 5V3h18v2zm5 7");
|
|
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="wtuxpgku" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-break-left-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .wtuxpgku {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zm-1-5V8q0-.425.288-.712T4 7h8q.425 0 .713.288T13 8v8q0 .425-.288.713T12 17H4q-.425 0-.712-.288T3 16M4 5q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 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="dx63zu" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-break-left" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .dx63zu {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 21v-2h18v2zm0-4V7h10v10zM3 5V3h18v2z");
|
|
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="s91i1dmb" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-break-right-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .s91i1dmb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M11 16V8q0-.425.288-.712T12 7h8q.425 0 .713.288T21 8v8q0 .425-.288.713T20 17h-8q-.425 0-.712-.288T11 16m2-1h6V9h-6zm-9 6q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zM4 5q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 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="zo8djb" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-break-right-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .zo8djb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 5V3h18v2zm8 12V7h10v10zm2-2h6V9h-6zM3 21v-2h18v2zm13-9");
|
|
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="gpxndnbq" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-break-right-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .gpxndnbq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M11 16V8q0-.425.288-.712T12 7h8q.425 0 .713.288T21 8v8q0 .425-.288.713T20 17h-8q-.425 0-.712-.288T11 16m-7 5q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zM4 5q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 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="p4e5ar" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-break-right" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .p4e5ar {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 5V3h18v2zm8 12V7h10v10zm-8 4v-2h18v2z");
|
|
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="sjm-bnbq" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-front-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .sjm-bnbq {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20 21H4q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21M5.5 16q0 .425-.288.713T4.5 17H4q-.425 0-.712-.288T3 16t.288-.712T4 15h.5q.425 0 .713.288T5.5 16M8 17q-.425 0-.712-.288T7 16V8q0-.425.288-.712T8 7h8q.425 0 .713.288T17 8v8q0 .425-.288.713T16 17zm12 0h-.5q-.425 0-.712-.288T18.5 16t.288-.712T19.5 15h.5q.425 0 .713.288T21 16t-.288.713T20 17M9 15h6V9H9zm-3.5-3q0 .425-.288.713T4.5 13H4q-.425 0-.712-.288T3 12t.288-.712T4 11h.5q.425 0 .713.288T5.5 12M20 13h-.5q-.425 0-.712-.288T18.5 12t.288-.712T19.5 11h.5q.425 0 .713.288T21 12t-.288.713T20 13M5.5 8q0 .425-.288.713T4.5 9H4q-.425 0-.712-.288T3 8t.288-.712T4 7h.5q.425 0 .713.288T5.5 8M20 9h-.5q-.425 0-.712-.288T18.5 8t.288-.712T19.5 7h.5q.425 0 .713.288T21 8t-.288.713T20 9m0-4H4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5m-8 7");
|
|
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="nuot_ab" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-front-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .nuot_ab {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 21v-2h18v2zm0-4v-2h2.5v2zm4 0V7h10v10zm11.5 0v-2H21v2zM9 15h6V9H9zm-6-2v-2h2.5v2zm15.5 0v-2H21v2zM3 9V7h2.5v2zm15.5 0V7H21v2zM3 5V3h18v2zm9 7");
|
|
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="du0olabl" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-front-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .du0olabl {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M20 21H4q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21M5.5 16q0 .425-.288.713T4.5 17H4q-.425 0-.712-.288T3 16t.288-.712T4 15h.5q.425 0 .713.288T5.5 16M8 17q-.425 0-.712-.288T7 16V8q0-.425.288-.712T8 7h8q.425 0 .713.288T17 8v8q0 .425-.288.713T16 17zm12 0h-.5q-.425 0-.712-.288T18.5 16t.288-.712T19.5 15h.5q.425 0 .713.288T21 16t-.288.713T20 17M5.5 12q0 .425-.288.713T4.5 13H4q-.425 0-.712-.288T3 12t.288-.712T4 11h.5q.425 0 .713.288T5.5 12M20 13h-.5q-.425 0-.712-.288T18.5 12t.288-.712T19.5 11h.5q.425 0 .713.288T21 12t-.288.713T20 13M5.5 8q0 .425-.288.713T4.5 9H4q-.425 0-.712-.288T3 8t.288-.712T4 7h.5q.425 0 .713.288T5.5 8M20 9h-.5q-.425 0-.712-.288T18.5 8t.288-.712T19.5 7h.5q.425 0 .713.288T21 8t-.288.713T20 9m0-4H4q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 5");
|
|
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="k3kno6b" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-front" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .k3kno6b {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 21v-2h18v2zm0-4v-2h2.5v2zm4 0V7h10v10zm11.5 0v-2H21v2zM3 13v-2h2.5v2zm15.5 0v-2H21v2zM3 9V7h2.5v2zm15.5 0V7H21v2zM3 5V3h18v2z");
|
|
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="x0-yv5_l" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-inline-left-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .x0-yv5_l {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 16V8q0-.425.288-.712T4 7h8q.425 0 .713.288T13 8v8q0 .425-.288.713T12 17H4q-.425 0-.712-.288T3 16m2-1h6V9H5zm11 2q-.425 0-.712-.288T15 16t.288-.712T16 15h4q.425 0 .713.288T21 16t-.288.713T20 17zM4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zM4 5q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 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="nb4gjpb" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-inline-left-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .nb4gjpb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 21v-2h18v2zm0-4V7h10v10zm2-2h6V9H5zM3 5V3h18v2zm12 12v-2h6v2z");
|
|
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="oqykl1bf" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-inline-left-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .oqykl1bf {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 16V8q0-.425.288-.712T4 7h8q.425 0 .713.288T13 8v8q0 .425-.288.713T12 17H4q-.425 0-.712-.288T3 16m13 1q-.425 0-.712-.288T15 16t.288-.712T16 15h4q.425 0 .713.288T21 16t-.288.713T20 17zM4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zM4 5q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 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="vwuq3m" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-inline-left" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .vwuq3m {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 21v-2h18v2zm0-4V7h10v10zM3 5V3h18v2zm12 12v-2h6v2z");
|
|
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="rcjv7l0u" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-inline-right-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .rcjv7l0u {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M11 16V8q0-.425.288-.712T12 7h8q.425 0 .713.288T21 8v8q0 .425-.288.713T20 17h-8q-.425 0-.712-.288T11 16m2-1h6V9h-6zm-9 2q-.425 0-.712-.288T3 16t.288-.712T4 15h4q.425 0 .713.288T9 16t-.288.713T8 17zm0 4q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zM4 5q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 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="w3x1web" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-inline-right-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .w3x1web {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 21v-2h18v2zm8-4V7h10v10zm2-2h6V9h-6zM3 5V3h18v2zm0 12v-2h6v2zm13-5");
|
|
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="akfrrvbe" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-inline-right-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .akfrrvbe {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M11 16V8q0-.425.288-.712T12 7h8q.425 0 .713.288T21 8v8q0 .425-.288.713T20 17h-8q-.425 0-.712-.288T11 16m-7 1q-.425 0-.712-.288T3 16t.288-.712T4 15h4q.425 0 .713.288T9 16t-.288.713T8 17zm0 4q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zM4 5q-.425 0-.712-.288T3 4t.288-.712T4 3h16q.425 0 .713.288T21 4t-.288.713T20 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="hukz9z" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:format-image-inline-right" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .hukz9z {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M3 21v-2h18v2zm8-4V7h10v10zM3 5V3h18v2zm0 12v-2h6v2z");
|
|
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="c1b41bcr" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:thermometer-alert-outline-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .c1b41bcr {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M8 21q-2.075 0-3.537-1.463T3 16q0-1.2.525-2.238T5 12V6q0-1.25.875-2.125T8 3t2.125.875T11 6v6q.95.725 1.475 1.763T13 16q0 2.075-1.463 3.538T8 21m0-2q1.25 0 2.125-.875T11 16q0-.725-.312-1.35T9.8 13.6L9 13V6q0-.425-.288-.712T8 5t-.712.288T7 6v7l-.8.6q-.575.425-.888 1.05T5 16q0 1.25.875 2.125T8 19m10-8q-.425 0-.712-.288T17 10t.288-.712T18 9t.713.288T19 10t-.288.713T18 11m0-3q-.425 0-.712-.288T17 7V4q0-.425.288-.712T18 3t.713.288T19 4v3q0 .425-.288.713T18 8");
|
|
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="rq85xcod" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:thermometer-alert-outline" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .rq85xcod {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M8 21q-2.075 0-3.537-1.463T3 16q0-1.2.525-2.238T5 12V6q0-1.25.875-2.125T8 3t2.125.875T11 6v6q.95.725 1.475 1.763T13 16q0 2.075-1.463 3.538T8 21m0-2q1.25 0 2.125-.875T11 16q0-.725-.312-1.35T9.8 13.6L9 13V6q0-.425-.288-.712T8 5t-.712.288T7 6v7l-.8.6q-.575.425-.888 1.05T5 16q0 1.25.875 2.125T8 19m10-8q-.425 0-.712-.288T17 10t.288-.712T18 9t.713.288T19 10t-.288.713T18 11m-1-3V3h2v5z");
|
|
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="f-09f2bb" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:thermometer-alert-rounded" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .f-09f2bb {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M18 11q-.425 0-.712-.288T17 10t.288-.712T18 9t.713.288T19 10t-.288.713T18 11m0-3q-.425 0-.712-.288T17 7V4q0-.425.288-.712T18 3t.713.288T19 4v3q0 .425-.288.713T18 8M8 21q-2.075 0-3.537-1.463T3 16q0-1.2.525-2.238T5 12V6q0-1.25.875-2.125T8 3t2.125.875T11 6v6q.95.725 1.475 1.763T13 16q0 2.075-1.463 3.538T8 21M7 10h2V6q0-.425-.288-.712T8 5t-.712.288T7 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="f7zmzyba" />`;
|
|
8
|
+
</script>
|
|
9
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols:thermometer-alert" {...props}></Icon>
|
|
10
|
+
<style>
|
|
11
|
+
:global .f7zmzyba {
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
d: path("M18 11q-.425 0-.712-.288T17 10t.288-.712T18 9t.713.288T19 10t-.288.713T18 11m-1-3V3h2v5zM8 21q-2.075 0-3.537-1.463T3 16q0-1.2.525-2.238T5 12V6q0-1.25.875-2.125T8 3t2.125.875T11 6v6q.95.725 1.475 1.763T13 16q0 2.075-1.463 3.538T8 21M7 10h2V6q0-.425-.288-.712T8 5t-.712.288T7 6z");
|
|
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": 15037,
|
|
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": 1762877743
|
|
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.6",
|
|
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",
|
|
@@ -24218,6 +24218,102 @@
|
|
|
24218
24218
|
"types": "./types/gfwqskkx.d.ts",
|
|
24219
24219
|
"svelte": "./components/f/format-h6-rounded.svelte"
|
|
24220
24220
|
},
|
|
24221
|
+
"./format-image-back": {
|
|
24222
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24223
|
+
"svelte": "./components/f/format-image-back.svelte"
|
|
24224
|
+
},
|
|
24225
|
+
"./format-image-back-outline": {
|
|
24226
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24227
|
+
"svelte": "./components/f/format-image-back-outline.svelte"
|
|
24228
|
+
},
|
|
24229
|
+
"./format-image-back-outline-rounded": {
|
|
24230
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24231
|
+
"svelte": "./components/f/format-image-back-outline-rounded.svelte"
|
|
24232
|
+
},
|
|
24233
|
+
"./format-image-back-rounded": {
|
|
24234
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24235
|
+
"svelte": "./components/f/format-image-back-rounded.svelte"
|
|
24236
|
+
},
|
|
24237
|
+
"./format-image-break-left": {
|
|
24238
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24239
|
+
"svelte": "./components/f/format-image-break-left.svelte"
|
|
24240
|
+
},
|
|
24241
|
+
"./format-image-break-left-outline": {
|
|
24242
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24243
|
+
"svelte": "./components/f/format-image-break-left-outline.svelte"
|
|
24244
|
+
},
|
|
24245
|
+
"./format-image-break-left-outline-rounded": {
|
|
24246
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24247
|
+
"svelte": "./components/f/format-image-break-left-outline-rounded.svelte"
|
|
24248
|
+
},
|
|
24249
|
+
"./format-image-break-left-rounded": {
|
|
24250
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24251
|
+
"svelte": "./components/f/format-image-break-left-rounded.svelte"
|
|
24252
|
+
},
|
|
24253
|
+
"./format-image-break-right": {
|
|
24254
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24255
|
+
"svelte": "./components/f/format-image-break-right.svelte"
|
|
24256
|
+
},
|
|
24257
|
+
"./format-image-break-right-outline": {
|
|
24258
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24259
|
+
"svelte": "./components/f/format-image-break-right-outline.svelte"
|
|
24260
|
+
},
|
|
24261
|
+
"./format-image-break-right-outline-rounded": {
|
|
24262
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24263
|
+
"svelte": "./components/f/format-image-break-right-outline-rounded.svelte"
|
|
24264
|
+
},
|
|
24265
|
+
"./format-image-break-right-rounded": {
|
|
24266
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24267
|
+
"svelte": "./components/f/format-image-break-right-rounded.svelte"
|
|
24268
|
+
},
|
|
24269
|
+
"./format-image-front": {
|
|
24270
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24271
|
+
"svelte": "./components/f/format-image-front.svelte"
|
|
24272
|
+
},
|
|
24273
|
+
"./format-image-front-outline": {
|
|
24274
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24275
|
+
"svelte": "./components/f/format-image-front-outline.svelte"
|
|
24276
|
+
},
|
|
24277
|
+
"./format-image-front-outline-rounded": {
|
|
24278
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24279
|
+
"svelte": "./components/f/format-image-front-outline-rounded.svelte"
|
|
24280
|
+
},
|
|
24281
|
+
"./format-image-front-rounded": {
|
|
24282
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24283
|
+
"svelte": "./components/f/format-image-front-rounded.svelte"
|
|
24284
|
+
},
|
|
24285
|
+
"./format-image-inline-left": {
|
|
24286
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24287
|
+
"svelte": "./components/f/format-image-inline-left.svelte"
|
|
24288
|
+
},
|
|
24289
|
+
"./format-image-inline-left-outline": {
|
|
24290
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24291
|
+
"svelte": "./components/f/format-image-inline-left-outline.svelte"
|
|
24292
|
+
},
|
|
24293
|
+
"./format-image-inline-left-outline-rounded": {
|
|
24294
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24295
|
+
"svelte": "./components/f/format-image-inline-left-outline-rounded.svelte"
|
|
24296
|
+
},
|
|
24297
|
+
"./format-image-inline-left-rounded": {
|
|
24298
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24299
|
+
"svelte": "./components/f/format-image-inline-left-rounded.svelte"
|
|
24300
|
+
},
|
|
24301
|
+
"./format-image-inline-right": {
|
|
24302
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24303
|
+
"svelte": "./components/f/format-image-inline-right.svelte"
|
|
24304
|
+
},
|
|
24305
|
+
"./format-image-inline-right-outline": {
|
|
24306
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24307
|
+
"svelte": "./components/f/format-image-inline-right-outline.svelte"
|
|
24308
|
+
},
|
|
24309
|
+
"./format-image-inline-right-outline-rounded": {
|
|
24310
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24311
|
+
"svelte": "./components/f/format-image-inline-right-outline-rounded.svelte"
|
|
24312
|
+
},
|
|
24313
|
+
"./format-image-inline-right-rounded": {
|
|
24314
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
24315
|
+
"svelte": "./components/f/format-image-inline-right-rounded.svelte"
|
|
24316
|
+
},
|
|
24221
24317
|
"./format-image-left": {
|
|
24222
24318
|
"types": "./types/gfwqskkx.d.ts",
|
|
24223
24319
|
"svelte": "./components/f/format-image-left.svelte"
|
|
@@ -56662,6 +56758,22 @@
|
|
|
56662
56758
|
"types": "./types/gfwqskkx.d.ts",
|
|
56663
56759
|
"svelte": "./components/t/thermometer-add-rounded.svelte"
|
|
56664
56760
|
},
|
|
56761
|
+
"./thermometer-alert": {
|
|
56762
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56763
|
+
"svelte": "./components/t/thermometer-alert.svelte"
|
|
56764
|
+
},
|
|
56765
|
+
"./thermometer-alert-outline": {
|
|
56766
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56767
|
+
"svelte": "./components/t/thermometer-alert-outline.svelte"
|
|
56768
|
+
},
|
|
56769
|
+
"./thermometer-alert-outline-rounded": {
|
|
56770
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56771
|
+
"svelte": "./components/t/thermometer-alert-outline-rounded.svelte"
|
|
56772
|
+
},
|
|
56773
|
+
"./thermometer-alert-rounded": {
|
|
56774
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56775
|
+
"svelte": "./components/t/thermometer-alert-rounded.svelte"
|
|
56776
|
+
},
|
|
56665
56777
|
"./thermometer-gain-outline": {
|
|
56666
56778
|
"types": "./types/gfwqskkx.d.ts",
|
|
56667
56779
|
"svelte": "./components/t/thermometer-gain-outline.svelte"
|