@iconify-svelte/material-symbols-light 1.0.29 → 1.0.31
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/b/bitbucket.svelte +17 -0
- package/components/g/gitlab.svelte +17 -0
- package/components/i/ink-highlighter-off-outline-rounded.svelte +17 -0
- package/components/i/ink-highlighter-off-outline-sharp.svelte +17 -0
- package/components/i/ink-highlighter-off-outline.svelte +17 -0
- package/components/i/ink-highlighter-off-rounded.svelte +17 -0
- package/components/i/ink-highlighter-off-sharp.svelte +17 -0
- package/components/i/ink-highlighter-off.svelte +17 -0
- package/components/t/tilt-arrow-down-outline-rounded.svelte +17 -0
- package/components/t/tilt-arrow-down-outline-sharp.svelte +17 -0
- package/components/t/tilt-arrow-down-outline.svelte +17 -0
- package/components/t/tilt-arrow-down-rounded.svelte +17 -0
- package/components/t/tilt-arrow-down-sharp.svelte +17 -0
- package/components/t/tilt-arrow-down.svelte +17 -0
- package/components/t/tilt-arrow-up-outline-rounded.svelte +17 -0
- package/components/t/tilt-arrow-up-outline-sharp.svelte +17 -0
- package/components/t/tilt-arrow-up-outline.svelte +17 -0
- package/components/t/tilt-arrow-up-rounded.svelte +17 -0
- package/components/t/tilt-arrow-up-sharp.svelte +17 -0
- package/components/t/tilt-arrow-up.svelte +17 -0
- package/components/w/watch-button-outline-rounded.svelte +17 -0
- package/components/w/watch-button-outline.svelte +17 -0
- package/components/w/watch-button-rounded.svelte +17 -0
- package/components/w/watch-button.svelte +17 -0
- package/components/w/wb-twilight-2-outline-rounded.svelte +17 -0
- package/components/w/wb-twilight-2-outline.svelte +17 -0
- package/components/w/wb-twilight-2-rounded.svelte +17 -0
- package/components/w/wb-twilight-2.svelte +17 -0
- package/iconify.json +2 -2
- package/package.json +113 -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="q97iszbiv"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:bitbucket" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.q97iszbiv) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.662 19.616q-.359 0-.59-.191q-.232-.19-.296-.55L3.564 5.15q-.05-.34.122-.553q.173-.212.49-.212h15.651q.333 0 .499.211q.166.212.104.551l-.597 3.63q-.062.362-.287.548q-.226.187-.59.187h-9.42q-.017 0-.205.242l.74 4.542q.02.07.212.193h3.409q.085 0 .212-.193l.536-3.275q.043-.296.223-.44t.476-.142h3.705q.333 0 .5.211t.123.529l-1.243 7.696q-.063.36-.295.55t-.59.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="fbref9o6w"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:gitlab" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.fbref9o6w) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m11.577 19.485l-5.898-4.443q-1.083-.815-1.44-2.115t.128-2.57l2.158-5.612q.064-.17.212-.265t.317-.095q.173 0 .336.103t.225.313L9.071 9.25h5.866l1.448-4.449q.063-.21.226-.313t.335-.103q.17 0 .317.095q.148.095.211.265l2.134 5.611q.486 1.271.129 2.571t-1.44 2.115l-5.905 4.443q-.18.13-.407.13t-.408-.13");
|
|
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="kewj8accx"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:ink-highlighter-off-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.kewj8accx) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m18.223 4.716l1.754 1.753q.485.485.485 1.131t-.485 1.13l-3.844 3.845q-.147.146-.348.156t-.366-.156q-.165-.165-.165-.354t.165-.354l3.831-3.825q.173-.173.173-.442t-.173-.442l-1.716-1.716q-.172-.173-.442-.173t-.442.173l-3.825 3.825q-.146.147-.347.156t-.366-.156t-.166-.353t.166-.354l3.85-3.844q.484-.485 1.13-.485q.647 0 1.131.485m1.898 16.101q-.165.166-.356.166q-.192 0-.357-.166l-5.762-5.755l-4.223 4.229q-.484.484-1.133.484t-1.134-.484l-.192-.193l-.683.677q-.217.206-.514.33q-.296.126-.607.126H4.014q-.273 0-.373-.252t.094-.444l1.838-1.833l-.154-.154q-.484-.484-.49-1.14q-.006-.654.479-1.139l4.223-4.223l-6.454-6.454q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.23 16.23q.146.147.156.345t-.156.363M6.116 16.823l1.753 1.754q.173.173.423.173t.424-.173l4.223-4.223l-2.6-2.6l-4.223 4.223q-.174.173-.174.423t.174.423m5.523-3.77");
|
|
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="d_c-fw0-w"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:ink-highlighter-off-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.d_c-fw0-w) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m15.773 12.935l-.707-.714L19.692 7.6l-2.6-2.6l-4.626 4.627l-.708-.713l5.334-5.33L21.108 7.6zM8.293 19l4.646-4.646l-2.6-2.6L5.692 16.4zm11.469 2.177l-6.116-6.115l-4.788 4.788H7.727l-.77-.77l-1.15 1.15H3.04l2.534-2.534l-.73-.73v-1.132l4.788-4.788l-6.808-6.808l.714-.713l16.938 16.938z");
|
|
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="bzavuab4w"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:ink-highlighter-off-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.bzavuab4w) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m15.773 12.935l-.707-.714l4.184-4.179q.173-.173.173-.442t-.173-.442l-1.716-1.716q-.172-.173-.442-.173t-.442.173l-4.184 4.185l-.708-.713l4.204-4.198q.484-.485 1.13-.485q.647 0 1.131.485l1.754 1.753q.485.485.485 1.131t-.485 1.13zm3.989 8.242l-6.116-6.115l-4.223 4.223q-.484.484-1.13.484q-.647 0-1.131-.484l-.204-.204l-1.15 1.15h-2.77l2.535-2.535l-.165-.165q-.485-.485-.485-1.131t.485-1.13l4.223-4.224L2.823 4.24l.714-.714l16.938 16.938zM6.115 16.823l1.753 1.754q.173.173.423.173t.424-.173l4.223-4.223l-2.6-2.6l-4.223 4.223q-.174.173-.174.423t.174.423m5.523-3.77");
|
|
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="v190iccfn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:ink-highlighter-off-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.v190iccfn) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m18.223 4.716l1.754 1.753q.485.485.485 1.131t-.485 1.13l-3.646 3.653q-.223.223-.552.223t-.552-.223L12.31 9.466q-.223-.224-.223-.552q0-.33.223-.552l3.652-3.646q.484-.485 1.13-.485q.647 0 1.131.485m1.898 16.101q-.165.166-.356.166q-.192 0-.357-.166l-5.762-5.755l-4.223 4.229q-.484.484-1.133.484t-1.134-.484l-.192-.193l-.683.677q-.217.206-.514.33q-.296.126-.607.126H4.014q-.273 0-.373-.252t.094-.444l1.838-1.833l-.154-.154q-.484-.484-.49-1.14q-.006-.654.479-1.139l4.223-4.223l-6.454-6.454q-.146-.146-.156-.347t.156-.366t.357-.166t.357.166l16.23 16.23q.146.147.156.345t-.156.363");
|
|
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="jjlv7pr_s"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:ink-highlighter-off-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.jjlv7pr_s) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m15.779 12.935l-4.021-4.021l5.334-5.33L21.108 7.6zm3.983 8.242l-6.116-6.115l-4.788 4.788H7.727l-.77-.77l-1.15 1.15H3.04l2.534-2.534l-.73-.73v-1.132l4.788-4.788l-6.808-6.808l.714-.713l16.938 16.938z");
|
|
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="xceafjmjk"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:ink-highlighter-off" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.xceafjmjk) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m15.779 12.935l-4.021-4.021l4.204-4.198q.484-.485 1.13-.485q.647 0 1.131.485l1.754 1.753q.485.485.485 1.131t-.485 1.13zm3.983 8.242l-6.116-6.115l-4.223 4.223q-.484.484-1.13.484q-.647 0-1.131-.484l-.204-.204l-1.15 1.15h-2.77l2.535-2.535l-.165-.165q-.485-.485-.485-1.131t.485-1.13l4.223-4.224L2.823 4.24l.714-.714l16.938 16.938z");
|
|
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="bk1kxvq_n"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-down-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.bk1kxvq_n) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.616 20q-.691 0-1.153-.462T5 18.384V5.616q0-.691.463-1.153T6.616 4h10.788q.69 0 1.153.463t.462 1.153v12.769q0 .69-.462 1.153T17.404 20zm0-1h10.788q.269 0 .442-.173t.173-.442V5.615q0-.269-.173-.442T17.404 5H6.616q-.27 0-.452.173q-.183.173-.183.443v12.769q0 .269.183.442q.182.173.452.173m4.903-5.536l-1.765-1.766q-.14-.14-.341-.15q-.202-.01-.367.156q-.16.16-.16.354t.16.353l2.408 2.408q.242.242.565.242t.565-.242l2.37-2.369q.14-.14.15-.341t-.15-.367q-.166-.165-.357-.165t-.357.165l-1.72 1.721V9.27q0-.213-.144-.357t-.357-.143t-.357.143t-.143.357zM17.404 19H5.98h12.038z");
|
|
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="o5z78ibxb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-down-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.o5z78ibxb) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5 20V4h14.02v16zm1-1h12.02V5H6zm5.52-5.536L9.4 11.35l-.708.708l3.327 3.327l3.289-3.289l-.708-.713l-2.08 2.08V8.77h-1zM18.02 19H6z");
|
|
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="mp06w2bge"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-down-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.mp06w2bge) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.616 20q-.691 0-1.153-.462T5 18.384V5.616q0-.691.463-1.153T6.616 4h10.788q.69 0 1.153.463t.462 1.153v12.769q0 .69-.462 1.153T17.404 20zm0-1h10.788q.269 0 .442-.173t.173-.442V5.615q0-.269-.173-.442T17.404 5H6.616q-.27 0-.452.173q-.183.173-.183.443v12.769q0 .269.183.442q.182.173.452.173m4.903-5.536L9.4 11.35l-.708.708l3.327 3.327l3.289-3.289l-.708-.713l-2.08 2.08V8.77h-1zM17.404 19H5.98h12.038z");
|
|
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="c0zbkzbpa"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-down-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.c0zbkzbpa) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.616 20q-.691 0-1.153-.462T5 18.384V5.616q0-.691.463-1.153T6.616 4h10.788q.69 0 1.153.463t.462 1.153v12.769q0 .69-.462 1.153T17.404 20zm4.903-6.536l-1.765-1.766q-.14-.14-.341-.15q-.202-.01-.367.156q-.16.16-.16.354t.16.353l2.408 2.408q.242.242.565.242t.565-.242l2.37-2.369q.14-.14.15-.341t-.15-.367q-.166-.165-.357-.165t-.357.165l-1.72 1.721V9.27q0-.213-.144-.357t-.357-.143t-.357.143t-.143.357z");
|
|
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="shyhqslln"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-down-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.shyhqslln) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5 20V4h14.02v16zm6.52-6.536L9.4 11.35l-.708.708l3.327 3.327l3.289-3.289l-.708-.713l-2.08 2.08V8.77h-1z");
|
|
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="bxx3-rmcm"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-down" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.bxx3-rmcm) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.616 20q-.691 0-1.153-.462T5 18.384V5.616q0-.691.463-1.153T6.616 4h10.788q.69 0 1.153.463t.462 1.153v12.769q0 .69-.462 1.153T17.404 20zm4.903-6.536L9.4 11.35l-.708.708l3.327 3.327l3.289-3.289l-.708-.713l-2.08 2.08V8.77h-1z");
|
|
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="f-5pjccqx"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-up-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.f-5pjccqx) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5.02 20q-.778 0-1.262-.593q-.485-.594-.304-1.37l2.869-12.77q.13-.546.575-.906Q7.342 4 7.908 4h8.165q.566 0 1.01.36q.444.361.575.907l2.888 12.77q.181.777-.304 1.37q-.484.593-1.261.593zM5 19h13.962q.307 0 .49-.23q.183-.232.106-.52L16.669 5.48q-.038-.21-.221-.345Q16.266 5 16.054 5H7.908q-.212 0-.395.135q-.182.134-.22.346L4.402 18.25q-.076.289.107.52q.182.23.49.23m6.48-8.079v4.195q0 .213.144.356q.143.144.357.144t.357-.144t.143-.356V10.92l1.765 1.766q.14.14.341.15q.202.01.367-.156q.16-.16.16-.354t-.16-.354l-2.408-2.407q-.242-.243-.565-.243t-.565.243l-2.37 2.369q-.14.14-.15.341t.15.366q.166.166.357.166t.357-.166zM18.963 19H4.846h14.27z");
|
|
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="eobwdechs"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-up-outline-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.eobwdechs) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 20L6.616 4h10.75L21 20zm1.23-1h15.5L16.555 5H7.408zm7.25-8.079v4.695h1V10.92l2.12 2.114l.708-.708L11.98 9l-3.289 3.289l.708.713zM19.73 19H4.23z");
|
|
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="kooh92b5d"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-up-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.kooh92b5d) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5.02 20q-.778 0-1.262-.593q-.485-.594-.304-1.37l2.869-12.77q.13-.546.575-.906Q7.342 4 7.908 4h8.165q.566 0 1.01.36q.444.361.575.907l2.888 12.77q.181.777-.304 1.37q-.484.593-1.261.593zM5 19h13.962q.307 0 .49-.23q.183-.232.106-.52L16.669 5.48q-.038-.21-.221-.345Q16.266 5 16.054 5H7.908q-.212 0-.395.135q-.182.134-.22.346L4.402 18.25q-.076.289.107.52q.182.23.49.23m6.48-8.079v4.695h1V10.92l2.12 2.114l.708-.708L11.98 9l-3.289 3.289l.708.713zM18.963 19H4.846h14.27z");
|
|
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="he2kv6gqu"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-up-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.he2kv6gqu) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5.02 20q-.778 0-1.262-.593q-.485-.594-.304-1.37l2.869-12.77q.13-.546.575-.906Q7.342 4 7.908 4h8.165q.566 0 1.01.36q.444.361.575.907l2.888 12.77q.181.777-.304 1.37q-.484.593-1.261.593zm6.46-9.079v4.195q0 .213.144.356q.143.144.357.144t.357-.144t.143-.356V10.92l1.765 1.766q.14.14.341.15q.202.01.367-.156q.16-.16.16-.354t-.16-.354l-2.408-2.407q-.242-.243-.565-.243t-.565.243l-2.37 2.369q-.14.14-.15.341t.15.366q.166.166.357.166t.357-.166z");
|
|
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="ccpu6-tvp"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-up-sharp" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ccpu6-tvp) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 20L6.616 4h10.75L21 20zm8.48-9.079v4.695h1V10.92l2.12 2.114l.708-.708L11.98 9l-3.289 3.289l.708.713z");
|
|
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="cc_ykjbzl"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:tilt-arrow-up" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.cc_ykjbzl) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M5.02 20q-.778 0-1.262-.593q-.485-.594-.304-1.37l2.869-12.77q.13-.546.575-.906Q7.342 4 7.908 4h8.165q.566 0 1.01.36q.444.361.575.907l2.888 12.77q.181.777-.304 1.37q-.484.593-1.261.593zm6.46-9.079v4.695h1V10.92l2.12 2.114l.708-.708L11.98 9l-3.289 3.289l.708.713z");
|
|
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="v_ooks_4x"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:watch-button-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.v_ooks_4x) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.183 19.006q-.164.586-.359 1.154q-.195.567-.499 1.148q-.073.183-.278.24q-.205.058-.381-.046t-.244-.296q-.066-.192.032-.375q1.067-2.14 1.22-4.306T5.827 12q0-2.315-.153-4.484T4.46 3.225q-.098-.188-.038-.393t.244-.309t.377-.033q.196.07.288.252q.285.562.486 1.12q.202.557.366 1.138H8.23q1.4.006 2.373 1.024t.973 2.482v7.019q0 1.458-.973 2.47q-.973 1.01-2.373 1.01zM16.402 12.5l1.63 1.727q.141.16.141.351t-.165.357q-.16.16-.364.15t-.344-.17l-2.273-2.35q-.223-.242-.223-.565t.223-.565l2.273-2.35q.146-.166.344-.163t.364.169q.14.146.153.344t-.134.363L16.402 11.5H20.5q.214 0 .357.143T21 12t-.143.357t-.357.143zm-9.977 5.506h1.806q.979 0 1.662-.735q.684-.734.684-1.771V8.48q0-1.016-.684-1.748T8.231 6H6.419q.287 1.437.347 2.91q.061 1.475.061 3.09q0 1.621-.058 3.105q-.057 1.483-.344 2.9M6.827 12");
|
|
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="c4xcey-cy"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:watch-button-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.c4xcey-cy) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m5.056 21.825l-.829-.561q1.24-2.239 1.417-4.514T5.821 12q0-2.45-.177-4.734q-.177-2.285-1.417-4.504l.829-.562q.382.702.654 1.397q.273.695.473 1.403H8.23q1.4.006 2.373 1.024t.973 2.482v7.019q0 1.458-.973 2.47q-.973 1.01-2.373 1.01H6.183q-.2.709-.463 1.413t-.664 1.407m12.598-6.536L14.48 12l3.173-3.27l.708.714l-1.96 2.056H21v1h-4.598l1.96 2.08zM6.425 18h1.806q.979 0 1.662-.732t.684-1.768V8.48q0-1.016-.684-1.748T8.231 6H6.419q.287 1.437.347 2.91q.061 1.475.061 3.09q0 1.621-.058 3.102T6.425 18m.402-6");
|
|
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="kwerrk0mg"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:watch-button-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.kwerrk0mg) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M6.183 19.006q-.164.586-.359 1.154q-.195.567-.499 1.148q-.073.183-.278.24q-.205.058-.381-.046t-.241-.296t.029-.375q1.062-2.14 1.214-4.306q.153-2.165.153-4.525q0-2.315-.15-4.484T4.46 3.225q-.098-.188-.038-.393t.244-.309t.377-.033q.196.07.288.252q.284.562.486 1.12q.202.557.366 1.138H8.23q1.4.006 2.373 1.024t.973 2.482v7.019q0 1.458-.973 2.47q-.973 1.01-2.373 1.01zM16.402 12.5l1.63 1.727q.141.16.141.351t-.165.357q-.16.16-.364.15t-.344-.17l-2.273-2.35q-.223-.242-.223-.565t.223-.565l2.273-2.35q.146-.166.344-.163t.364.169q.14.146.153.344t-.134.363L16.402 11.5H20.5q.214 0 .357.143T21 12t-.143.357t-.357.143z");
|
|
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="zy04gb-1b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:watch-button" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.zy04gb-1b) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("m5.056 21.825l-.829-.561q1.24-2.239 1.417-4.514T5.821 12q0-2.45-.177-4.734q-.177-2.285-1.417-4.504l.829-.562q.382.702.654 1.397q.273.695.473 1.403H8.23q1.4.006 2.373 1.024t.973 2.482v7.019q0 1.458-.973 2.47q-.973 1.01-2.373 1.01H6.183q-.2.709-.463 1.413t-.664 1.407m12.598-6.536L14.48 12l3.173-3.27l.708.714l-1.96 2.056H21v1h-4.598l1.96 2.08z");
|
|
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="m19zh486k"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:wb-twilight-2-outline-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.m19zh486k) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 19.5q-.213 0-.357-.143T2.5 19t.143-.357T3 18.5h18q.214 0 .357.143T21.5 19t-.143.357T21 19.5zM7.425 14h9.15q-.575-1.35-1.81-2.175Q13.532 11 12 11t-2.766.825T7.426 14m-1.31 1q.347-2.175 2.009-3.588T12 10t3.876 1.413T17.884 15zM12 14");
|
|
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="n3-y2jb5j"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:wb-twilight-2-outline" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.n3-y2jb5j) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2.5 19.5v-1h19v1zM7.425 14h9.15q-.575-1.35-1.81-2.175Q13.532 11 12 11t-2.765.825Q8 12.65 7.425 14m-1.31 1q.347-2.175 2.009-3.588T12 10t3.876 1.413T17.884 15zM12 14");
|
|
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="kj5d7coof"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:wb-twilight-2-rounded" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.kj5d7coof) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M3 19.5q-.213 0-.356-.144t-.144-.357t.144-.356T3 18.5h18q.213 0 .356.144t.144.357t-.144.356T21 19.5zM6.116 15q.346-2.175 2.008-3.588T12 10t3.876 1.413T17.884 15z");
|
|
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="rtnyc2-wv"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:wb-twilight-2" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.rtnyc2-wv) {
|
|
13
|
+
fill: currentColor;
|
|
14
|
+
d: path("M2.5 19.5v-1h19v1zM6.116 15q.346-2.175 2.008-3.588T12 10t3.876 1.413T17.884 15z");
|
|
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": 15447,
|
|
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": 1778304514
|
|
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.31",
|
|
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",
|
|
@@ -7270,6 +7270,10 @@
|
|
|
7270
7270
|
"types": "./types/gfwqskkx.d.ts",
|
|
7271
7271
|
"svelte": "./components/b/biotech-rounded.svelte"
|
|
7272
7272
|
},
|
|
7273
|
+
"./bitbucket": {
|
|
7274
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
7275
|
+
"svelte": "./components/b/bitbucket.svelte"
|
|
7276
|
+
},
|
|
7273
7277
|
"./blanket": {
|
|
7274
7278
|
"types": "./types/gfwqskkx.d.ts",
|
|
7275
7279
|
"svelte": "./components/b/blanket.svelte"
|
|
@@ -25666,6 +25670,10 @@
|
|
|
25666
25670
|
"types": "./types/gfwqskkx.d.ts",
|
|
25667
25671
|
"svelte": "./components/g/gite-rounded.svelte"
|
|
25668
25672
|
},
|
|
25673
|
+
"./gitlab": {
|
|
25674
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
25675
|
+
"svelte": "./components/g/gitlab.svelte"
|
|
25676
|
+
},
|
|
25669
25677
|
"./glass-cup": {
|
|
25670
25678
|
"types": "./types/gfwqskkx.d.ts",
|
|
25671
25679
|
"svelte": "./components/g/glass-cup.svelte"
|
|
@@ -29314,6 +29322,30 @@
|
|
|
29314
29322
|
"types": "./types/gfwqskkx.d.ts",
|
|
29315
29323
|
"svelte": "./components/i/ink-highlighter-move-sharp.svelte"
|
|
29316
29324
|
},
|
|
29325
|
+
"./ink-highlighter-off": {
|
|
29326
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29327
|
+
"svelte": "./components/i/ink-highlighter-off.svelte"
|
|
29328
|
+
},
|
|
29329
|
+
"./ink-highlighter-off-outline": {
|
|
29330
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29331
|
+
"svelte": "./components/i/ink-highlighter-off-outline.svelte"
|
|
29332
|
+
},
|
|
29333
|
+
"./ink-highlighter-off-outline-rounded": {
|
|
29334
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29335
|
+
"svelte": "./components/i/ink-highlighter-off-outline-rounded.svelte"
|
|
29336
|
+
},
|
|
29337
|
+
"./ink-highlighter-off-outline-sharp": {
|
|
29338
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29339
|
+
"svelte": "./components/i/ink-highlighter-off-outline-sharp.svelte"
|
|
29340
|
+
},
|
|
29341
|
+
"./ink-highlighter-off-rounded": {
|
|
29342
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29343
|
+
"svelte": "./components/i/ink-highlighter-off-rounded.svelte"
|
|
29344
|
+
},
|
|
29345
|
+
"./ink-highlighter-off-sharp": {
|
|
29346
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
29347
|
+
"svelte": "./components/i/ink-highlighter-off-sharp.svelte"
|
|
29348
|
+
},
|
|
29317
29349
|
"./ink-highlighter-outline": {
|
|
29318
29350
|
"types": "./types/gfwqskkx.d.ts",
|
|
29319
29351
|
"svelte": "./components/i/ink-highlighter-outline.svelte"
|
|
@@ -56538,6 +56570,54 @@
|
|
|
56538
56570
|
"types": "./types/gfwqskkx.d.ts",
|
|
56539
56571
|
"svelte": "./components/t/tile-small-rounded.svelte"
|
|
56540
56572
|
},
|
|
56573
|
+
"./tilt-arrow-down": {
|
|
56574
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56575
|
+
"svelte": "./components/t/tilt-arrow-down.svelte"
|
|
56576
|
+
},
|
|
56577
|
+
"./tilt-arrow-down-outline": {
|
|
56578
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56579
|
+
"svelte": "./components/t/tilt-arrow-down-outline.svelte"
|
|
56580
|
+
},
|
|
56581
|
+
"./tilt-arrow-down-outline-rounded": {
|
|
56582
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56583
|
+
"svelte": "./components/t/tilt-arrow-down-outline-rounded.svelte"
|
|
56584
|
+
},
|
|
56585
|
+
"./tilt-arrow-down-outline-sharp": {
|
|
56586
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56587
|
+
"svelte": "./components/t/tilt-arrow-down-outline-sharp.svelte"
|
|
56588
|
+
},
|
|
56589
|
+
"./tilt-arrow-down-rounded": {
|
|
56590
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56591
|
+
"svelte": "./components/t/tilt-arrow-down-rounded.svelte"
|
|
56592
|
+
},
|
|
56593
|
+
"./tilt-arrow-down-sharp": {
|
|
56594
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56595
|
+
"svelte": "./components/t/tilt-arrow-down-sharp.svelte"
|
|
56596
|
+
},
|
|
56597
|
+
"./tilt-arrow-up": {
|
|
56598
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56599
|
+
"svelte": "./components/t/tilt-arrow-up.svelte"
|
|
56600
|
+
},
|
|
56601
|
+
"./tilt-arrow-up-outline": {
|
|
56602
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56603
|
+
"svelte": "./components/t/tilt-arrow-up-outline.svelte"
|
|
56604
|
+
},
|
|
56605
|
+
"./tilt-arrow-up-outline-rounded": {
|
|
56606
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56607
|
+
"svelte": "./components/t/tilt-arrow-up-outline-rounded.svelte"
|
|
56608
|
+
},
|
|
56609
|
+
"./tilt-arrow-up-outline-sharp": {
|
|
56610
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56611
|
+
"svelte": "./components/t/tilt-arrow-up-outline-sharp.svelte"
|
|
56612
|
+
},
|
|
56613
|
+
"./tilt-arrow-up-rounded": {
|
|
56614
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56615
|
+
"svelte": "./components/t/tilt-arrow-up-rounded.svelte"
|
|
56616
|
+
},
|
|
56617
|
+
"./tilt-arrow-up-sharp": {
|
|
56618
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
56619
|
+
"svelte": "./components/t/tilt-arrow-up-sharp.svelte"
|
|
56620
|
+
},
|
|
56541
56621
|
"./time-auto": {
|
|
56542
56622
|
"types": "./types/gfwqskkx.d.ts",
|
|
56543
56623
|
"svelte": "./components/t/time-auto.svelte"
|
|
@@ -61034,6 +61114,18 @@
|
|
|
61034
61114
|
"types": "./types/gfwqskkx.d.ts",
|
|
61035
61115
|
"svelte": "./components/w/watch-arrow-rounded.svelte"
|
|
61036
61116
|
},
|
|
61117
|
+
"./watch-button": {
|
|
61118
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61119
|
+
"svelte": "./components/w/watch-button.svelte"
|
|
61120
|
+
},
|
|
61121
|
+
"./watch-button-outline": {
|
|
61122
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61123
|
+
"svelte": "./components/w/watch-button-outline.svelte"
|
|
61124
|
+
},
|
|
61125
|
+
"./watch-button-outline-rounded": {
|
|
61126
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61127
|
+
"svelte": "./components/w/watch-button-outline-rounded.svelte"
|
|
61128
|
+
},
|
|
61037
61129
|
"./watch-button-press": {
|
|
61038
61130
|
"types": "./types/gfwqskkx.d.ts",
|
|
61039
61131
|
"svelte": "./components/w/watch-button-press.svelte"
|
|
@@ -61050,6 +61142,10 @@
|
|
|
61050
61142
|
"types": "./types/gfwqskkx.d.ts",
|
|
61051
61143
|
"svelte": "./components/w/watch-button-press-rounded.svelte"
|
|
61052
61144
|
},
|
|
61145
|
+
"./watch-button-rounded": {
|
|
61146
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61147
|
+
"svelte": "./components/w/watch-button-rounded.svelte"
|
|
61148
|
+
},
|
|
61053
61149
|
"./watch-check": {
|
|
61054
61150
|
"types": "./types/gfwqskkx.d.ts",
|
|
61055
61151
|
"svelte": "./components/w/watch-check.svelte"
|
|
@@ -61602,6 +61698,22 @@
|
|
|
61602
61698
|
"types": "./types/gfwqskkx.d.ts",
|
|
61603
61699
|
"svelte": "./components/w/wb-twilight.svelte"
|
|
61604
61700
|
},
|
|
61701
|
+
"./wb-twilight-2": {
|
|
61702
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61703
|
+
"svelte": "./components/w/wb-twilight-2.svelte"
|
|
61704
|
+
},
|
|
61705
|
+
"./wb-twilight-2-outline": {
|
|
61706
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61707
|
+
"svelte": "./components/w/wb-twilight-2-outline.svelte"
|
|
61708
|
+
},
|
|
61709
|
+
"./wb-twilight-2-outline-rounded": {
|
|
61710
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61711
|
+
"svelte": "./components/w/wb-twilight-2-outline-rounded.svelte"
|
|
61712
|
+
},
|
|
61713
|
+
"./wb-twilight-2-rounded": {
|
|
61714
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
61715
|
+
"svelte": "./components/w/wb-twilight-2-rounded.svelte"
|
|
61716
|
+
},
|
|
61605
61717
|
"./wb-twilight-outline": {
|
|
61606
61718
|
"types": "./types/gfwqskkx.d.ts",
|
|
61607
61719
|
"svelte": "./components/w/wb-twilight-outline.svelte"
|