@iconify-svelte/material-symbols-light 1.0.47 → 1.0.49
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/display-add-outline-rounded.svelte +17 -0
- package/components/d/display-add-outline-sharp.svelte +17 -0
- package/components/d/display-add-outline.svelte +17 -0
- package/components/d/display-add-rounded.svelte +17 -0
- package/components/d/display-add-sharp.svelte +17 -0
- package/components/d/display-add.svelte +17 -0
- package/components/d/drive-fusiontable-outline-rounded.svelte +17 -0
- package/components/d/drive-fusiontable-outline-sharp.svelte +17 -0
- package/components/d/drive-fusiontable-outline.svelte +17 -0
- package/components/d/drive-fusiontable-rounded.svelte +17 -0
- package/components/d/drive-fusiontable-sharp.svelte +17 -0
- package/components/d/drive-fusiontable.svelte +17 -0
- package/components/g/globe-clock-outline-rounded.svelte +17 -0
- package/components/g/globe-clock-outline-sharp.svelte +17 -0
- package/components/g/globe-clock-outline.svelte +17 -0
- package/components/g/globe-clock-rounded.svelte +17 -0
- package/components/g/globe-clock-sharp.svelte +17 -0
- package/components/g/globe-clock.svelte +17 -0
- package/components/h/high-quality-off-outline-rounded.svelte +17 -0
- package/components/h/high-quality-off-outline-sharp.svelte +17 -0
- package/components/h/high-quality-off-outline.svelte +17 -0
- package/components/h/high-quality-off-rounded.svelte +17 -0
- package/components/h/high-quality-off-sharp.svelte +17 -0
- package/components/h/high-quality-off.svelte +17 -0
- package/components/t/terminal-add-outline-rounded.svelte +17 -0
- package/components/t/terminal-add-outline-sharp.svelte +17 -0
- package/components/t/terminal-add-outline.svelte +17 -0
- package/components/t/terminal-add-rounded.svelte +17 -0
- package/components/t/terminal-add-sharp.svelte +17 -0
- package/components/t/terminal-add.svelte +17 -0
- package/iconify.json +2 -2
- package/package.json +121 -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="kqs_pd51l"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.kqs_pd51l) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4 5v12zm5 13H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h7.618q.212 0 .356.144t.144.357t-.144.356t-.356.143H4.615q-.23 0-.423.192T4 5.616v10.769q0 .23.192.423t.423.192h14.77q.23 0 .423-.192t.192-.423v-4.893q0-.212.144-.356t.357-.144t.356.144t.143.356v4.893q0 .69-.462 1.153T19.385 18H15v1.192q0 .344-.232.576t-.576.232H9.808q-.343 0-.576-.232T9 19.192zm9-12h-2.5q-.213 0-.356-.144T15 5.499t.144-.356T15.5 5H18V2.5q0-.213.144-.356T18.501 2t.356.144T19 2.5V5h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 6H19v2.5q0 .213-.144.356T18.499 9t-.356-.144T18 8.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="pcegas82u"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.pcegas82u) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4 5v12zm5 15v-2H3V4h9.812q-.08.244-.119.485q-.04.24-.058.515H4v12h16v-5.825q.28-.061.521-.15q.24-.089.479-.21V18h-6v2zm9-11V6h-3V5h3V2h1v3h3v1h-3v3z");
|
|
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="lsu3o9blj"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.lsu3o9blj) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4 5v12zm5 15v-2H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h8.197q-.08.244-.119.485q-.04.24-.059.515H4.616q-.231 0-.424.192T4 5.616v10.769q0 .23.192.423t.423.192h14.77q.23 0 .423-.192t.192-.423v-5.21q.28-.061.521-.15q.24-.089.479-.21v5.57q0 .69-.462 1.152T19.385 18H15v2zm9-11V6h-3V5h3V2h1v3h3v1h-3v3z");
|
|
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="kjs56czqq"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.kjs56czqq) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M18 6h-2.5q-.213 0-.356-.144T15 5.499t.144-.356T15.5 5H18V2.5q0-.213.144-.356T18.501 2t.356.144T19 2.5V5h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 6H19v2.5q0 .213-.144.356T18.499 9t-.356-.144T18 8.5zM9 18H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4H11.9q.364 0 .586.264q.222.263.16.636q-.03.15-.03.311v.308q0 2.444 1.71 4.155q1.71 1.71 4.155 1.71q.414 0 .806-.059t.763-.158q.373-.106.662.103q.288.209.288.561v4.56q0 .684-.462 1.147T19.385 18H15v1.192q0 .344-.232.576t-.576.232H9.808q-.343 0-.576-.232T9 19.192z");
|
|
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="oy4vudwmy"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.oy4vudwmy) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M18 9V6h-3V5h3V2h1v3h3v1h-3v3zM9 20v-2H3V4h9.812q-.098.36-.147.74q-.05.38-.05.78q0 2.443 1.711 4.154q1.71 1.71 4.155 1.71q.683 0 1.314-.145q.632-.145 1.205-.424V18h-6v2z");
|
|
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="sgsi7w_iu"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.sgsi7w_iu) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M18 9V6h-3V5h3V2h1v3h3v1h-3v3zm-3 11H9v-2H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h8.197q-.099.36-.148.74t-.049.78q0 2.443 1.711 4.154q1.71 1.71 4.155 1.71q.683 0 1.314-.145q.632-.145 1.205-.424v5.57q0 .69-.462 1.152T19.385 18H15z");
|
|
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="qhmxy4blo"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.qhmxy4blo) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zM5 16.22v2.165q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.424V9.596l-5.192 5.777q-.237.268-.578.27q-.342.003-.584-.24L9.231 11.99zm0-1.428l3.666-3.665q.242-.243.565-.243t.565.243l3.423 3.423L19 8.096v-2.48q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616zm0-5.196v-1.5v6.454v-3.988v5.657v-4.23V16zm0 5.196V5v9.55v-3.988zm0 1.427v-4.23V16V9.596V19z");
|
|
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="yj-bz14fi"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.yj-bz14fi) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4 20V4h16v16zm1-3.78V19h14V9.596L13.242 16l-4.011-4.011zm0-1.428l4.23-4.23l3.99 3.988L19 8.096V5H5zm0-5.196v-1.5v6.454v-3.988v5.657v-4.23V16zm0 5.196V5v9.55v-3.988zm0 1.427v-4.23V16V9.596V19z");
|
|
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="t3pzhtbhn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.t3pzhtbhn) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zM5 16.22v2.165q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.424V9.596L13.242 16l-4.011-4.011zm0-1.428l4.23-4.23l3.99 3.988L19 8.096v-2.48q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616zm0-5.196v-1.5v6.454v-3.988v5.657v-4.23V16zm0 5.196V5v9.55v-3.988zm0 1.427v-4.23V16V9.596V19z");
|
|
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="fnkbmkbys"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.fnkbmkbys) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zM19 8.096l-5.78 6.454l-3.424-3.423q-.242-.242-.565-.242t-.565.242L5 14.792v1.427l4.23-4.23l3.416 3.415q.242.242.584.24t.578-.271L19 9.596z");
|
|
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="mbsl7zjag"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.mbsl7zjag) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4 20V4h16v16zM19 8.096l-5.78 6.454l-3.99-3.988L5 14.792v1.427l4.23-4.23L13.243 16L19 9.596z");
|
|
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="aw3nstbpe"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.aw3nstbpe) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zM19 8.096l-5.78 6.454l-3.99-3.988L5 14.792v1.427l4.23-4.23L13.243 16L19 9.596z");
|
|
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="jw78mlbtr"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.jw78mlbtr) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M12 3q3.529 0 6.08 2.355t2.86 5.809q.018.207-.107.356t-.339.16t-.372-.125q-.158-.138-.181-.351q-.214-2.22-1.518-4.02Q17.119 5.383 15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h5.18q.305 0 .413.304q.109.304-.159.521q-.997.864-1.58 2.06q-.583 1.198-.612 2.538q-.006.212-.165.36q-.16.15-.39.15q-.733 0-1.21-.575T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.212 2.184 5.494q2.183 2.283 5.326 2.477q.224.018.325.185t.07.35t-.179.342q-.149.16-.43.123q-1.742-.121-3.254-.871t-2.63-1.96t-1.765-2.788T3 12q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3m2.78 17.451q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165M18 17.454v-2.339q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v2.333q0 .162.055.301t.187.27l1.52 1.52q.11.111.263.12q.152.01.282-.12t.131-.274t-.13-.273z");
|
|
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="ks_-ztbmn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ks_-ztbmn) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M15.507 3.709q1.643.709 2.859 1.924t1.925 2.857T21 12v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15 4.562V7h-4v3H8v2h6.598q-1.511.829-2.44 2.31q-.927 1.482-.927 3.306v.192q0 .096.019.192H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.221 2.21 5.557q2.21 2.335 5.507 2.437q.09.283.22.522t.28.484H12q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709M14.78 20.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165m4.486-.64l.546-.545L18 17.46v-2.73h-.77v3.046z");
|
|
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="pg79yxbsy"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.pg79yxbsy) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M15.507 3.709q1.643.709 2.859 1.924t1.925 2.857T21 12v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.598q-1.511.829-2.44 2.31q-.927 1.482-.927 3.306v.192q0 .096.019.192H11q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.221 2.21 5.557q2.21 2.335 5.507 2.437q.09.283.22.522t.28.484H12q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709M14.78 20.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165m4.486-.64l.546-.545L18 17.46v-2.73h-.77v3.046z");
|
|
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="jw78mlbtr"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.jw78mlbtr) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M12 3q3.529 0 6.08 2.355t2.86 5.809q.018.207-.107.356t-.339.16t-.372-.125q-.158-.138-.181-.351q-.214-2.22-1.518-4.02Q17.119 5.383 15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h5.18q.305 0 .413.304q.109.304-.159.521q-.997.864-1.58 2.06q-.583 1.198-.612 2.538q-.006.212-.165.36q-.16.15-.39.15q-.733 0-1.21-.575T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.212 2.184 5.494q2.183 2.283 5.326 2.477q.224.018.325.185t.07.35t-.179.342q-.149.16-.43.123q-1.742-.121-3.254-.871t-2.63-1.96t-1.765-2.788T3 12q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3m2.78 17.451q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165M18 17.454v-2.339q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v2.333q0 .162.055.301t.187.27l1.52 1.52q.11.111.263.12q.152.01.282-.12t.131-.274t-.13-.273z");
|
|
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="ks_-ztbmn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ks_-ztbmn) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M15.507 3.709q1.643.709 2.859 1.924t1.925 2.857T21 12v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15 4.562V7h-4v3H8v2h6.598q-1.511.829-2.44 2.31q-.927 1.482-.927 3.306v.192q0 .096.019.192H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.221 2.21 5.557q2.21 2.335 5.507 2.437q.09.283.22.522t.28.484H12q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709M14.78 20.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165m4.486-.64l.546-.545L18 17.46v-2.73h-.77v3.046z");
|
|
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="pg79yxbsy"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.pg79yxbsy) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M15.507 3.709q1.643.709 2.859 1.924t1.925 2.857T21 12v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.598q-1.511.829-2.44 2.31q-.927 1.482-.927 3.306v.192q0 .096.019.192H11q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.221 2.21 5.557q2.21 2.335 5.507 2.437q.09.283.22.522t.28.484H12q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709M14.78 20.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165m4.486-.64l.546-.545L18 17.46v-2.73h-.77v3.046z");
|
|
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="ass-uijgf"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:high-quality-off-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ass-uijgf) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M21 6.616v10.519q0 .25-.159.375q-.158.125-.341.125q-.194 0-.347-.137q-.153-.136-.153-.37V6.617q0-.27-.173-.443T19.385 6H8.87q-.25 0-.375-.159q-.125-.158-.125-.341q0-.194.134-.347T8.87 5h10.514q.69 0 1.153.463T21 6.616M7.5 12.692v1.558q0 .19-.126.316t-.316.126t-.317-.126t-.126-.316v-4.5q0-.19.126-.316t.317-.126t.316.126t.126.316v2.058h2.616v-1.5l.884.884v3.058q0 .19-.126.316t-.316.126t-.317-.126q-.125-.126-.125-.316v-1.558zM4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h.193l1 1H4.616q-.231 0-.424.192T4 6.616v10.769q0 .269.173.442t.443.173H16.38L2.6 4.208q-.14-.14-.153-.342q-.013-.2.153-.366q.16-.16.354-.16t.354.16l16.557 16.558q.14.14.153.341t-.153.366q-.16.16-.35.163q-.192.003-.357-.157L17.38 19zm12.769-8.615v3.273q0 .288-.27.408t-.486-.095q-.068-.067-.098-.144q-.031-.077-.031-.17V10.5q0-.115-.096-.212t-.212-.096h-2q-.115 0-.211.096q-.097.096-.097.212v.285q0 .19-.125.316q-.126.126-.317.126q-.19 0-.316-.126T13 10.785v-.475q.039-.42.345-.711q.307-.291.732-.291h2.23q.445 0 .761.316q.316.317.316.76");
|
|
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="apllqu2gn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:high-quality-off-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.apllqu2gn) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m17.385 14.727l-.885-.885v-3.65h-2.615v1.035L13 10.361V9.308h4.385zm-10.77-.035V9.308H7.5v2.5h2.616v-1.5l.884.884v3.5h-.885v-2H7.5v2zm12.897 6.427L17.38 19H3V5h1.808l1 1H4v12h12.38L2.363 3.97l.707-.708l17.15 17.15zM21 18.342l-1-1V6H8.658l-1-1H21zm-10.521-6.244");
|
|
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="ucwd6cyij"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:high-quality-off-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ucwd6cyij) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m17.385 14.727l-.885-.885V10.5q0-.115-.096-.212t-.212-.096h-2q-.115 0-.211.096q-.097.096-.097.212v.727L13 10.361v-.052q.039-.418.345-.71q.307-.291.732-.291h2.23q.445 0 .761.316q.316.317.316.76zm-10.77-.035V9.308H7.5v2.5h2.616v-1.5l.884.884v3.5h-.885v-2H7.5v2zm-2 4.308q-.69 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h.193l1 1H4.616q-.231 0-.424.192T4 6.616v10.769q0 .269.173.442t.443.173H16.38L2.36 3.97l.708-.708l17.15 17.15l-.707.707L17.38 19zm16.173-.87L20 17.343V6.616q0-.27-.173-.443T19.385 6H8.658l-1-1h11.727q.69 0 1.153.463T21 6.616v10.746q0 .217-.04.41t-.172.359m-10.31-6.033");
|
|
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="icn5lxb2h"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:high-quality-off-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.icn5lxb2h) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M7.5 12.692h2.616v1.558q0 .19.125.316q.126.126.317.126q.19 0 .316-.126T11 14.25v-3.058l-.885-.884v1.5H7.5V9.75q0-.19-.126-.316t-.316-.126t-.317.126t-.126.316v4.5q0 .19.126.316t.317.126t.316-.126t.126-.316zm9.885 2.035v-4.342q0-.444-.317-.761q-.316-.316-.76-.316h-2.231q-.425 0-.732.311t-.345.742l.885.866V10.5q0-.115.096-.212t.211-.096h2q.116 0 .212.096q.096.097.096.212v3.342zM21 6.616v9.782q0 .54-.497.745t-.876-.174L9.031 6.373q-.379-.379-.174-.876T9.602 5h9.783q.69 0 1.153.463T21 6.616M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h.193l9.692 9.692h-1.415L2.6 4.208q-.14-.14-.15-.344T2.6 3.5t.354-.16t.354.16l16.557 16.558q.14.14.153.341t-.153.366q-.16.16-.35.163q-.192.003-.357-.157L17.38 19z");
|
|
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="nfu7lgbgr"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:high-quality-off-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.nfu7lgbgr) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M17.385 14.727v-5.42H13v1.055l.885.865v-1.035H16.5v3.65zm-10.77-.035H7.5v-2h2.616v2H11v-3.5l-.885-.884v1.5H7.5v-2.5h-.885zM21 18.342L7.658 5H21zM3 19V5h1.808l9.692 9.692h-1.415L2.36 3.97l.708-.707l17.15 17.15l-.707.707L17.38 19z");
|
|
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="be6kk-bsf"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:high-quality-off" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.be6kk-bsf) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M17.385 14.727v-4.342q0-.444-.317-.761q-.316-.316-.76-.316h-2.231q-.425 0-.732.311t-.345.742l.885.866V10.5q0-.115.096-.212t.211-.096h2q.116 0 .212.096q.096.097.096.212v3.342zm-10.77-.035H7.5v-2h2.616v2H11v-3.5l-.885-.884v1.5H7.5v-2.5h-.885zm14.173 3.439L7.658 5h11.727q.69 0 1.153.463T21 6.616v10.746q0 .217-.04.41t-.172.359M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h.193l9.692 9.692h-1.415L2.36 3.97l.708-.707l17.15 17.15l-.707.707L17.38 19z");
|
|
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="cxw8p3bib"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:terminal-add-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.cxw8p3bib) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5H11.9q.298 0 .51.217q.211.218.205.516q.02.32.063.661q.043.34.135.656q.106.367-.093.659q-.199.291-.547.291H4v9.385q0 .23.192.423t.423.192h14.77q.23 0 .423-.192t.192-.423v-5.893q0-.213.143-.357t.357-.143t.357.143t.143.357v5.893q0 .69-.462 1.153T19.385 19zM18 6h-2.5q-.213 0-.357-.143T15 5.5t.143-.357T15.5 5H18V2.5q0-.213.143-.357T18.5 2t.357.143T19 2.5V5h2.5q.214 0 .357.143T22 5.5t-.143.357T21.5 6H19v2.5q0 .214-.143.357T18.5 9t-.357-.143T18 8.5zm-5 10.5q-.213 0-.357-.143T12.5 16t.143-.357T13 15.5h4q.214 0 .357.143T17.5 16t-.143.357T17 16.5zM9.387 13L7.14 10.754q-.146-.146-.153-.354t.16-.354q.145-.14.353-.133t.354.153l2.369 2.369q.242.242.242.565t-.242.566l-2.389 2.388q-.14.14-.34.134t-.348-.153q-.14-.14-.14-.335t.14-.334z");
|
|
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="udmduuuhk"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:terminal-add-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.udmduuuhk) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m7.5 16.289l-.689-.689L9.388 13l-2.6-2.6l.713-.688L10.789 13zm5 .211v-1h5v1zM3 19V5h9.633q-.012.13-.015.253q-.002.124-.002.266q0 .67.135 1.289T13.166 8H4v9.385q0 .23.192.423t.423.192h14.77q.23 0 .423-.192t.192-.423v-6.21q.28-.061.521-.15q.24-.089.479-.21V19zM18 9V6h-3V5h3V2h1v3h3v1h-3v3z");
|
|
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="wyiv3-bgd"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:terminal-add-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.wyiv3-bgd) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m7.5 16.289l-.689-.689L9.388 13l-2.6-2.6l.713-.688L10.789 13zm5 .211v-1h5v1zM4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h8.018q-.012.135-.015.257t-.002.262q0 .672.135 1.29T13.166 8H4v9.385q0 .23.192.423t.423.192h14.77q.23 0 .423-.192t.192-.423v-6.21q.28-.061.521-.15q.24-.089.479-.21v6.57q0 .69-.462 1.152T19.385 19zM18 9V6h-3V5h3V2h1v3h3v1h-3v3z");
|
|
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="cxw8p3bib"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:terminal-add-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.cxw8p3bib) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5H11.9q.298 0 .51.217q.211.218.205.516q.02.32.063.661q.043.34.135.656q.106.367-.093.659q-.199.291-.547.291H4v9.385q0 .23.192.423t.423.192h14.77q.23 0 .423-.192t.192-.423v-5.893q0-.213.143-.357t.357-.143t.357.143t.143.357v5.893q0 .69-.462 1.153T19.385 19zM18 6h-2.5q-.213 0-.357-.143T15 5.5t.143-.357T15.5 5H18V2.5q0-.213.143-.357T18.5 2t.357.143T19 2.5V5h2.5q.214 0 .357.143T22 5.5t-.143.357T21.5 6H19v2.5q0 .214-.143.357T18.5 9t-.357-.143T18 8.5zm-5 10.5q-.213 0-.357-.143T12.5 16t.143-.357T13 15.5h4q.214 0 .357.143T17.5 16t-.143.357T17 16.5zM9.387 13L7.14 10.754q-.146-.146-.153-.354t.16-.354q.145-.14.353-.133t.354.153l2.369 2.369q.242.242.242.565t-.242.566l-2.389 2.388q-.14.14-.34.134t-.348-.153q-.14-.14-.14-.335t.14-.334z");
|
|
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="udmduuuhk"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:terminal-add-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.udmduuuhk) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m7.5 16.289l-.689-.689L9.388 13l-2.6-2.6l.713-.688L10.789 13zm5 .211v-1h5v1zM3 19V5h9.633q-.012.13-.015.253q-.002.124-.002.266q0 .67.135 1.289T13.166 8H4v9.385q0 .23.192.423t.423.192h14.77q.23 0 .423-.192t.192-.423v-6.21q.28-.061.521-.15q.24-.089.479-.21V19zM18 9V6h-3V5h3V2h1v3h3v1h-3v3z");
|
|
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="wyiv3-bgd"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:terminal-add" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.wyiv3-bgd) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m7.5 16.289l-.689-.689L9.388 13l-2.6-2.6l.713-.688L10.789 13zm5 .211v-1h5v1zM4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h8.018q-.012.135-.015.257t-.002.262q0 .672.135 1.29T13.166 8H4v9.385q0 .23.192.423t.423.192h14.77q.23 0 .423-.192t.192-.423v-6.21q.28-.061.521-.15q.24-.089.479-.21v6.57q0 .69-.462 1.152T19.385 19zM18 9V6h-3V5h3V2h1v3h3v1h-3v3z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "material-symbols-light",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Material Symbols Light",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 15662,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Google",
|
|
8
8
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1786851743
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/material-symbols-light",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.49",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/material-symbols-light/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -17402,6 +17402,30 @@
|
|
|
17402
17402
|
"types": "./types/gfwqskkx.d.ts",
|
|
17403
17403
|
"svelte": "./components/d/dishwasher-sharp.svelte"
|
|
17404
17404
|
},
|
|
17405
|
+
"./display-add": {
|
|
17406
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
17407
|
+
"svelte": "./components/d/display-add.svelte"
|
|
17408
|
+
},
|
|
17409
|
+
"./display-add-outline": {
|
|
17410
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
17411
|
+
"svelte": "./components/d/display-add-outline.svelte"
|
|
17412
|
+
},
|
|
17413
|
+
"./display-add-outline-rounded": {
|
|
17414
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
17415
|
+
"svelte": "./components/d/display-add-outline-rounded.svelte"
|
|
17416
|
+
},
|
|
17417
|
+
"./display-add-outline-sharp": {
|
|
17418
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
17419
|
+
"svelte": "./components/d/display-add-outline-sharp.svelte"
|
|
17420
|
+
},
|
|
17421
|
+
"./display-add-rounded": {
|
|
17422
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
17423
|
+
"svelte": "./components/d/display-add-rounded.svelte"
|
|
17424
|
+
},
|
|
17425
|
+
"./display-add-sharp": {
|
|
17426
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
17427
|
+
"svelte": "./components/d/display-add-sharp.svelte"
|
|
17428
|
+
},
|
|
17405
17429
|
"./display-external-input": {
|
|
17406
17430
|
"types": "./types/gfwqskkx.d.ts",
|
|
17407
17431
|
"svelte": "./components/d/display-external-input.svelte"
|
|
@@ -18394,6 +18418,30 @@
|
|
|
18394
18418
|
"types": "./types/gfwqskkx.d.ts",
|
|
18395
18419
|
"svelte": "./components/d/drive-folder-upload-sharp.svelte"
|
|
18396
18420
|
},
|
|
18421
|
+
"./drive-fusiontable": {
|
|
18422
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
18423
|
+
"svelte": "./components/d/drive-fusiontable.svelte"
|
|
18424
|
+
},
|
|
18425
|
+
"./drive-fusiontable-outline": {
|
|
18426
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
18427
|
+
"svelte": "./components/d/drive-fusiontable-outline.svelte"
|
|
18428
|
+
},
|
|
18429
|
+
"./drive-fusiontable-outline-rounded": {
|
|
18430
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
18431
|
+
"svelte": "./components/d/drive-fusiontable-outline-rounded.svelte"
|
|
18432
|
+
},
|
|
18433
|
+
"./drive-fusiontable-outline-sharp": {
|
|
18434
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
18435
|
+
"svelte": "./components/d/drive-fusiontable-outline-sharp.svelte"
|
|
18436
|
+
},
|
|
18437
|
+
"./drive-fusiontable-rounded": {
|
|
18438
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
18439
|
+
"svelte": "./components/d/drive-fusiontable-rounded.svelte"
|
|
18440
|
+
},
|
|
18441
|
+
"./drive-fusiontable-sharp": {
|
|
18442
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
18443
|
+
"svelte": "./components/d/drive-fusiontable-sharp.svelte"
|
|
18444
|
+
},
|
|
18397
18445
|
"./drone": {
|
|
18398
18446
|
"types": "./types/gfwqskkx.d.ts",
|
|
18399
18447
|
"svelte": "./components/d/drone.svelte"
|
|
@@ -26046,6 +26094,18 @@
|
|
|
26046
26094
|
"types": "./types/gfwqskkx.d.ts",
|
|
26047
26095
|
"svelte": "./components/g/globe-book-rounded.svelte"
|
|
26048
26096
|
},
|
|
26097
|
+
"./globe-clock": {
|
|
26098
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
26099
|
+
"svelte": "./components/g/globe-clock.svelte"
|
|
26100
|
+
},
|
|
26101
|
+
"./globe-clock-rounded": {
|
|
26102
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
26103
|
+
"svelte": "./components/g/globe-clock-rounded.svelte"
|
|
26104
|
+
},
|
|
26105
|
+
"./globe-clock-sharp": {
|
|
26106
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
26107
|
+
"svelte": "./components/g/globe-clock-sharp.svelte"
|
|
26108
|
+
},
|
|
26049
26109
|
"./globe-location-pin": {
|
|
26050
26110
|
"types": "./types/gfwqskkx.d.ts",
|
|
26051
26111
|
"svelte": "./components/g/globe-location-pin.svelte"
|
|
@@ -27914,6 +27974,30 @@
|
|
|
27914
27974
|
"types": "./types/gfwqskkx.d.ts",
|
|
27915
27975
|
"svelte": "./components/h/high-quality.svelte"
|
|
27916
27976
|
},
|
|
27977
|
+
"./high-quality-off": {
|
|
27978
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
27979
|
+
"svelte": "./components/h/high-quality-off.svelte"
|
|
27980
|
+
},
|
|
27981
|
+
"./high-quality-off-outline": {
|
|
27982
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
27983
|
+
"svelte": "./components/h/high-quality-off-outline.svelte"
|
|
27984
|
+
},
|
|
27985
|
+
"./high-quality-off-outline-rounded": {
|
|
27986
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
27987
|
+
"svelte": "./components/h/high-quality-off-outline-rounded.svelte"
|
|
27988
|
+
},
|
|
27989
|
+
"./high-quality-off-outline-sharp": {
|
|
27990
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
27991
|
+
"svelte": "./components/h/high-quality-off-outline-sharp.svelte"
|
|
27992
|
+
},
|
|
27993
|
+
"./high-quality-off-rounded": {
|
|
27994
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
27995
|
+
"svelte": "./components/h/high-quality-off-rounded.svelte"
|
|
27996
|
+
},
|
|
27997
|
+
"./high-quality-off-sharp": {
|
|
27998
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
27999
|
+
"svelte": "./components/h/high-quality-off-sharp.svelte"
|
|
28000
|
+
},
|
|
27917
28001
|
"./high-quality-outline": {
|
|
27918
28002
|
"types": "./types/gfwqskkx.d.ts",
|
|
27919
28003
|
"svelte": "./components/h/high-quality-outline.svelte"
|
|
@@ -56526,6 +56610,18 @@
|
|
|
56526
56610
|
"types": "./types/gfwqskkx.d.ts",
|
|
56527
56611
|
"svelte": "./components/t/terminal-2-rounded.svelte"
|
|
56528
56612
|
},
|
|
56613
|
+
"./terminal-add": {
|
|
56614
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56615
|
+
"svelte": "./components/t/terminal-add.svelte"
|
|
56616
|
+
},
|
|
56617
|
+
"./terminal-add-rounded": {
|
|
56618
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56619
|
+
"svelte": "./components/t/terminal-add-rounded.svelte"
|
|
56620
|
+
},
|
|
56621
|
+
"./terminal-add-sharp": {
|
|
56622
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56623
|
+
"svelte": "./components/t/terminal-add-sharp.svelte"
|
|
56624
|
+
},
|
|
56529
56625
|
"./terminal-rounded": {
|
|
56530
56626
|
"types": "./types/gfwqskkx.d.ts",
|
|
56531
56627
|
"svelte": "./components/t/terminal-rounded.svelte"
|
|
@@ -76262,6 +76358,18 @@
|
|
|
76262
76358
|
"types": "./types/gfwqskkx.d.ts",
|
|
76263
76359
|
"svelte": "./components/g/globe-book-sharp.svelte"
|
|
76264
76360
|
},
|
|
76361
|
+
"./globe-clock-outline": {
|
|
76362
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
76363
|
+
"svelte": "./components/g/globe-clock-outline.svelte"
|
|
76364
|
+
},
|
|
76365
|
+
"./globe-clock-outline-rounded": {
|
|
76366
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
76367
|
+
"svelte": "./components/g/globe-clock-outline-rounded.svelte"
|
|
76368
|
+
},
|
|
76369
|
+
"./globe-clock-outline-sharp": {
|
|
76370
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
76371
|
+
"svelte": "./components/g/globe-clock-outline-sharp.svelte"
|
|
76372
|
+
},
|
|
76265
76373
|
"./globe-location-pin-outline": {
|
|
76266
76374
|
"types": "./types/gfwqskkx.d.ts",
|
|
76267
76375
|
"svelte": "./components/g/globe-location-pin-outline.svelte"
|
|
@@ -91454,6 +91562,18 @@
|
|
|
91454
91562
|
"types": "./types/gfwqskkx.d.ts",
|
|
91455
91563
|
"svelte": "./components/t/terminal-2-sharp.svelte"
|
|
91456
91564
|
},
|
|
91565
|
+
"./terminal-add-outline": {
|
|
91566
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
91567
|
+
"svelte": "./components/t/terminal-add-outline.svelte"
|
|
91568
|
+
},
|
|
91569
|
+
"./terminal-add-outline-rounded": {
|
|
91570
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
91571
|
+
"svelte": "./components/t/terminal-add-outline-rounded.svelte"
|
|
91572
|
+
},
|
|
91573
|
+
"./terminal-add-outline-sharp": {
|
|
91574
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
91575
|
+
"svelte": "./components/t/terminal-add-outline-sharp.svelte"
|
|
91576
|
+
},
|
|
91457
91577
|
"./terminal-outline": {
|
|
91458
91578
|
"types": "./types/gfwqskkx.d.ts",
|
|
91459
91579
|
"svelte": "./components/t/terminal-outline.svelte"
|