@iconify-react/material-symbols-light 1.0.11 → 1.0.12
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/t/tilt-arrow-down-outline-rounded.jsx +22 -0
- package/components/t/tilt-arrow-down-outline-sharp.jsx +22 -0
- package/components/t/tilt-arrow-down-outline.jsx +22 -0
- package/components/t/tilt-arrow-down-rounded.jsx +22 -0
- package/components/t/tilt-arrow-down-sharp.jsx +22 -0
- package/components/t/tilt-arrow-down.jsx +22 -0
- package/components/t/tilt-arrow-up-outline-rounded.jsx +22 -0
- package/components/t/tilt-arrow-up-outline-sharp.jsx +22 -0
- package/components/t/tilt-arrow-up-outline.jsx +22 -0
- package/components/t/tilt-arrow-up-rounded.jsx +22 -0
- package/components/t/tilt-arrow-up-sharp.jsx +22 -0
- package/components/t/tilt-arrow-up.jsx +22 -0
- package/components/w/watch-button-outline-rounded.jsx +22 -0
- package/components/w/watch-button-outline.jsx +22 -0
- package/components/w/watch-button-rounded.jsx +22 -0
- package/components/w/watch-button.jsx +22 -0
- package/components/w/wb-twilight-2-outline-rounded.jsx +22 -0
- package/components/w/wb-twilight-2-outline.jsx +22 -0
- package/components/w/wb-twilight-2-rounded.jsx +22 -0
- package/components/w/wb-twilight-2.jsx +22 -0
- package/iconify.json +2 -2
- package/package.json +81 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.bk1kxvq_n {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="bk1kxvq_n"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-down-outline-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.o5z78ibxb {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="o5z78ibxb"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-down-outline-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.mp06w2bge {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="mp06w2bge"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-down-outline",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.c0zbkzbpa {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="c0zbkzbpa"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-down-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.shyhqslln {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="shyhqslln"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-down-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.bxx3-rmcm {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="bxx3-rmcm"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-down",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.f-5pjccqx {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="f-5pjccqx"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-up-outline-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.eobwdechs {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="eobwdechs"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-up-outline-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.kooh92b5d {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="kooh92b5d"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-up-outline",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.he2kv6gqu {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="he2kv6gqu"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-up-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.ccpu6-tvp {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ccpu6-tvp"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-up-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.cc_ykjbzl {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="cc_ykjbzl"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:tilt-arrow-up",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.v_ooks_4x {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="v_ooks_4x"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:watch-button-outline-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.c4xcey-cy {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="c4xcey-cy"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:watch-button-outline",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.kwerrk0mg {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="kwerrk0mg"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:watch-button-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.zy04gb-1b {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="zy04gb-1b"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:watch-button",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.m19zh486k {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="m19zh486k"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:wb-twilight-2-outline-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.n3-y2jb5j {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="n3-y2jb5j"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:wb-twilight-2-outline",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.kj5d7coof {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
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");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="kj5d7coof"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:wb-twilight-2-rounded",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":24,"height":24};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.rtnyc2-wv {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M2.5 19.5v-1h19v1zM6.116 15q.346-2.175 2.008-3.588T12 10t3.876 1.413T17.884 15z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="rtnyc2-wv"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:wb-twilight-2",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
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": 15439,
|
|
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": 1778041297
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/material-symbols-light",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.12",
|
|
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",
|
|
@@ -56538,6 +56538,54 @@
|
|
|
56538
56538
|
"types": "./types/hqrkovbr.d.ts",
|
|
56539
56539
|
"default": "./components/t/tile-small-rounded.jsx"
|
|
56540
56540
|
},
|
|
56541
|
+
"./tilt-arrow-down": {
|
|
56542
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56543
|
+
"default": "./components/t/tilt-arrow-down.jsx"
|
|
56544
|
+
},
|
|
56545
|
+
"./tilt-arrow-down-outline": {
|
|
56546
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56547
|
+
"default": "./components/t/tilt-arrow-down-outline.jsx"
|
|
56548
|
+
},
|
|
56549
|
+
"./tilt-arrow-down-outline-rounded": {
|
|
56550
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56551
|
+
"default": "./components/t/tilt-arrow-down-outline-rounded.jsx"
|
|
56552
|
+
},
|
|
56553
|
+
"./tilt-arrow-down-outline-sharp": {
|
|
56554
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56555
|
+
"default": "./components/t/tilt-arrow-down-outline-sharp.jsx"
|
|
56556
|
+
},
|
|
56557
|
+
"./tilt-arrow-down-rounded": {
|
|
56558
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56559
|
+
"default": "./components/t/tilt-arrow-down-rounded.jsx"
|
|
56560
|
+
},
|
|
56561
|
+
"./tilt-arrow-down-sharp": {
|
|
56562
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56563
|
+
"default": "./components/t/tilt-arrow-down-sharp.jsx"
|
|
56564
|
+
},
|
|
56565
|
+
"./tilt-arrow-up": {
|
|
56566
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56567
|
+
"default": "./components/t/tilt-arrow-up.jsx"
|
|
56568
|
+
},
|
|
56569
|
+
"./tilt-arrow-up-outline": {
|
|
56570
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56571
|
+
"default": "./components/t/tilt-arrow-up-outline.jsx"
|
|
56572
|
+
},
|
|
56573
|
+
"./tilt-arrow-up-outline-rounded": {
|
|
56574
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56575
|
+
"default": "./components/t/tilt-arrow-up-outline-rounded.jsx"
|
|
56576
|
+
},
|
|
56577
|
+
"./tilt-arrow-up-outline-sharp": {
|
|
56578
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56579
|
+
"default": "./components/t/tilt-arrow-up-outline-sharp.jsx"
|
|
56580
|
+
},
|
|
56581
|
+
"./tilt-arrow-up-rounded": {
|
|
56582
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56583
|
+
"default": "./components/t/tilt-arrow-up-rounded.jsx"
|
|
56584
|
+
},
|
|
56585
|
+
"./tilt-arrow-up-sharp": {
|
|
56586
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
56587
|
+
"default": "./components/t/tilt-arrow-up-sharp.jsx"
|
|
56588
|
+
},
|
|
56541
56589
|
"./time-auto": {
|
|
56542
56590
|
"types": "./types/hqrkovbr.d.ts",
|
|
56543
56591
|
"default": "./components/t/time-auto.jsx"
|
|
@@ -61034,6 +61082,18 @@
|
|
|
61034
61082
|
"types": "./types/hqrkovbr.d.ts",
|
|
61035
61083
|
"default": "./components/w/watch-arrow-rounded.jsx"
|
|
61036
61084
|
},
|
|
61085
|
+
"./watch-button": {
|
|
61086
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61087
|
+
"default": "./components/w/watch-button.jsx"
|
|
61088
|
+
},
|
|
61089
|
+
"./watch-button-outline": {
|
|
61090
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61091
|
+
"default": "./components/w/watch-button-outline.jsx"
|
|
61092
|
+
},
|
|
61093
|
+
"./watch-button-outline-rounded": {
|
|
61094
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61095
|
+
"default": "./components/w/watch-button-outline-rounded.jsx"
|
|
61096
|
+
},
|
|
61037
61097
|
"./watch-button-press": {
|
|
61038
61098
|
"types": "./types/hqrkovbr.d.ts",
|
|
61039
61099
|
"default": "./components/w/watch-button-press.jsx"
|
|
@@ -61050,6 +61110,10 @@
|
|
|
61050
61110
|
"types": "./types/hqrkovbr.d.ts",
|
|
61051
61111
|
"default": "./components/w/watch-button-press-rounded.jsx"
|
|
61052
61112
|
},
|
|
61113
|
+
"./watch-button-rounded": {
|
|
61114
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61115
|
+
"default": "./components/w/watch-button-rounded.jsx"
|
|
61116
|
+
},
|
|
61053
61117
|
"./watch-check": {
|
|
61054
61118
|
"types": "./types/hqrkovbr.d.ts",
|
|
61055
61119
|
"default": "./components/w/watch-check.jsx"
|
|
@@ -61602,6 +61666,22 @@
|
|
|
61602
61666
|
"types": "./types/hqrkovbr.d.ts",
|
|
61603
61667
|
"default": "./components/w/wb-twilight.jsx"
|
|
61604
61668
|
},
|
|
61669
|
+
"./wb-twilight-2": {
|
|
61670
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61671
|
+
"default": "./components/w/wb-twilight-2.jsx"
|
|
61672
|
+
},
|
|
61673
|
+
"./wb-twilight-2-outline": {
|
|
61674
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61675
|
+
"default": "./components/w/wb-twilight-2-outline.jsx"
|
|
61676
|
+
},
|
|
61677
|
+
"./wb-twilight-2-outline-rounded": {
|
|
61678
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61679
|
+
"default": "./components/w/wb-twilight-2-outline-rounded.jsx"
|
|
61680
|
+
},
|
|
61681
|
+
"./wb-twilight-2-rounded": {
|
|
61682
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
61683
|
+
"default": "./components/w/wb-twilight-2-rounded.jsx"
|
|
61684
|
+
},
|
|
61605
61685
|
"./wb-twilight-outline": {
|
|
61606
61686
|
"types": "./types/hqrkovbr.d.ts",
|
|
61607
61687
|
"default": "./components/w/wb-twilight-outline.jsx"
|