@iconify-react/material-symbols-light 1.0.6 → 1.0.7
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/battery-charging-20-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-20-2-rounded.jsx +22 -0
- package/components/b/battery-charging-20-2-sharp.jsx +22 -0
- package/components/b/battery-charging-20-2.jsx +22 -0
- package/components/b/battery-charging-30-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-30-2-rounded.jsx +22 -0
- package/components/b/battery-charging-30-2-sharp.jsx +22 -0
- package/components/b/battery-charging-30-2.jsx +22 -0
- package/components/b/battery-charging-50-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-50-2-rounded.jsx +22 -0
- package/components/b/battery-charging-50-2-sharp.jsx +22 -0
- package/components/b/battery-charging-50-2.jsx +22 -0
- package/components/b/battery-charging-60-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-60-2-rounded.jsx +22 -0
- package/components/b/battery-charging-60-2-sharp.jsx +22 -0
- package/components/b/battery-charging-60-2.jsx +22 -0
- package/components/b/battery-charging-80-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-80-2-rounded.jsx +22 -0
- package/components/b/battery-charging-80-2-sharp.jsx +22 -0
- package/components/b/battery-charging-80-2.jsx +22 -0
- package/components/b/battery-charging-full-2-outline-rounded.jsx +22 -0
- package/components/b/battery-charging-full-2-outline-sharp.jsx +22 -0
- package/components/b/battery-charging-full-2-outline.jsx +22 -0
- package/components/b/battery-charging-full-2-rounded.jsx +22 -0
- package/components/b/battery-charging-full-2-sharp.jsx +22 -0
- package/components/b/battery-charging-full-2.jsx +22 -0
- package/components/c/car-fan-recirculate-2-outline-rounded.jsx +22 -0
- package/components/c/car-fan-recirculate-2-outline-sharp.jsx +22 -0
- package/components/c/car-fan-recirculate-2-outline.jsx +22 -0
- package/components/c/car-fan-recirculate-2-rounded.jsx +22 -0
- package/components/c/car-fan-recirculate-2-sharp.jsx +22 -0
- package/components/c/car-fan-recirculate-2.jsx +22 -0
- package/components/c/car-fan-recirculate-outline-rounded.jsx +22 -0
- package/components/c/car-fan-recirculate-outline-sharp.jsx +22 -0
- package/components/c/car-fan-recirculate-outline.jsx +22 -0
- package/components/c/car-fan-recirculate-rounded.jsx +3 -3
- package/components/c/car-fan-recirculate-sharp.jsx +22 -0
- package/components/c/car-fan-recirculate.jsx +3 -3
- package/components/l/list-arrow-rounded.jsx +22 -0
- package/components/l/list-arrow.jsx +22 -0
- package/components/w/wifi-device-outline-rounded.jsx +22 -0
- package/components/w/wifi-device-outline-sharp.jsx +22 -0
- package/components/w/wifi-device-outline.jsx +22 -0
- package/components/w/wifi-device-rounded.jsx +22 -0
- package/components/w/wifi-device-sharp.jsx +22 -0
- package/components/w/wifi-device.jsx +22 -0
- package/iconify.json +2 -2
- package/package.json +177 -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
|
+
/** @type {{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>.j2fz-cca {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m9.385 14.442l.607-.626l-.944-.893h2.596q1.008 0 1.74-.703q.731-.703.731-1.691q0-1.008-.722-1.71q-.722-.703-1.749-.703H7.75v.865h3.894q.652 0 1.12.457t.467 1.09t-.467 1.081t-1.12.449H9.048l.944-.906l-.608-.613l-2 1.942zM6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-4.942q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l2.424 3.91l3.964.312q.69.056 1.133.539q.442.482.442 1.173v5.015h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19m0-1q.779 0 1.332-.514q.552-.515.552-1.197v-.135h6.732v.135q0 .682.552 1.197q.553.514 1.332.514q.798 0 1.341-.514q.543-.515.543-1.197v-.135H22v-4.092q0-.25-.163-.423t-.414-.193l-4.565-.373l-2.81-4.573H6.342L4.44 11.596H2.614q-.269 0-.442.173T2 12.212v3.942h2.866v.135q0 .682.552 1.197Q5.971 18 6.75 18M12 12.25");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="j2fz-cca"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:car-fan-recirculate-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
|
+
/** @type {{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>.xmvqiibq {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M14.116 10.529q0-1.008-.723-1.71q-.722-.703-1.749-.703H8.173q-.171 0-.297.116t-.126.307q0 .17.126.306t.297.136h3.471q.652 0 1.12.458t.467 1.09t-.467 1.08t-1.12.449H9.048l.63-.612q.13-.129.13-.304t-.13-.303q-.128-.13-.303-.13t-.304.13L7.97 11.916q-.242.242-.242.577t.242.578l1.102 1.077q.129.129.304.12t.304-.14q.129-.147.129-.312q0-.166-.148-.295l-.612-.598h2.596q1.008 0 1.74-.703t.732-1.691M6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1.808q-.348 0-.578-.23T1 16.346v-4.134q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l2.424 3.91l3.964.312q.69.056 1.133.539q.442.482.442 1.173v4.207q0 .348-.23.578t-.578.23h-2.234q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="xmvqiibq"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:car-fan-recirculate-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
|
+
/** @type {{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>.c8al4bbh {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m9.385 14.442l.607-.626l-.944-.893h2.596q1.008 0 1.74-.703q.731-.703.731-1.691q0-1.008-.722-1.71q-.722-.703-1.749-.703H7.75v.865h3.894q.652 0 1.12.457t.467 1.09t-.467 1.081t-1.12.449H9.048l.944-.906l-.608-.613l-2 1.942zM6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-6.558h2.73L5.617 5.5h8.98l2.866 4.616l5.538.442v6.596h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="c8al4bbh"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:car-fan-recirculate-2-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
|
+
/** @type {{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>.mxsu58bk {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m9.385 14.442l.607-.626l-.944-.893h2.596q1.008 0 1.74-.703q.731-.703.731-1.691q0-1.008-.722-1.71q-.722-.703-1.749-.703H7.75v.865h3.894q.652 0 1.12.457t.467 1.09t-.467 1.081t-1.12.449H9.048l.944-.906l-.608-.613l-2 1.942zM6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-4.942q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l2.424 3.91l3.964.312q.69.056 1.133.539q.442.482.442 1.173v5.015h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="mxsu58bk"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:car-fan-recirculate-2",
|
|
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
|
+
/** @type {{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>.daqnkgbx {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1.808q-.348 0-.578-.23T1 16.346v-4.134q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l.59.949q.14.213.067.396t-.244.287t-.354.08q-.182-.025-.323-.238L14.048 6.5H6.342l-1.711 4.58q-.087.243-.298.38q-.212.136-.46.136H2.615q-.269 0-.442.173T2 12.212v3.942h2.73q.047 0 .091.044t.045.09q0 .683.552 1.198Q5.971 18 6.75 18t1.332-.514t.552-1.197q0-.047.035-.091t.081-.044h6.48q.047 0 .091.044t.045.09q0 .683.552 1.198q.553.514 1.332.514q.798 0 1.341-.514q.543-.515.543-1.197q0-.047.035-.091t.081-.044H22v-4.092q0-.25-.163-.423t-.414-.193l-1.72-.15q-.25-.03-.371-.192q-.122-.162-.091-.344q.03-.183.161-.339t.38-.125l1.643.131q.69.056 1.133.539q.442.482.442 1.173v4.207q0 .348-.23.578t-.578.23h-2.234q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19m8.034-7.442H9.625l.689-.689q.128-.128.128-.306t-.129-.307t-.313-.129t-.313.129l-1.18 1.179q-.241.242-.241.565t.242.566l1.179 1.198q.129.128.313.119q.185-.01.314-.139q.128-.128.128-.306t-.128-.307l-.689-.689h5.192q.187 0 .336-.068t.28-.205l5.411-6.311q.123-.154.11-.33t-.165-.297q-.155-.123-.332-.11t-.301.165z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="daqnkgbx"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:car-fan-recirculate-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
|
+
/** @type {{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>.s4gga3bs {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-6.558h2.73L5.617 5.5h8.98l1.214 1.971l-.683.792l-1.08-1.763H6.342L4.44 11.596H2v4.558h2.866v.135q0 .682.552 1.197Q5.971 18 6.75 18t1.332-.514q.552-.515.552-1.197v-.135h6.732v.135q0 .682.552 1.197q.553.514 1.332.514q.798 0 1.341-.514q.543-.515.543-1.197v-.135H22v-4.67l-3.284-.267l.811-.946l3.473.287v6.596h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19M10 14.058l.627-.608l-1.002-1.008h5.566l5.936-6.923l-.663-.577l-5.68 6.616H9.626l1.002-1.008L10 9.942L7.942 12z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="s4gga3bs"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:car-fan-recirculate-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
|
+
/** @type {{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>.h3kgpx5o {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-4.942q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l.772 1.266l-.682.793L14.048 6.5H6.342L4.44 11.596H2.614q-.269 0-.442.173T2 12.212v3.942h2.866v.135q0 .682.552 1.197Q5.971 18 6.75 18t1.332-.514q.552-.515.552-1.197v-.135h6.732v.135q0 .682.552 1.197q.553.514 1.332.514q.798 0 1.341-.514q.543-.515.543-1.197v-.135H22v-4.092q0-.25-.163-.423t-.414-.193l-2.707-.229l.811-.946l1.898.156q.69.056 1.133.539q.442.482.442 1.173v5.015h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19M10 14.058l.627-.608l-1.002-1.008h5.566l5.936-6.923l-.663-.577l-5.68 6.616H9.626l1.002-1.008L10 9.942L7.942 12z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="h3kgpx5o"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:car-fan-recirculate-outline",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
|
|
|
10
10
|
width,
|
|
11
11
|
height,
|
|
12
12
|
viewBox,
|
|
13
|
-
"content": `<style>.
|
|
13
|
+
"content": `<style>.lffh2c8g {
|
|
14
14
|
fill: currentColor;
|
|
15
|
-
d: path("
|
|
15
|
+
d: path("M14.785 11.558h-5.16l.689-.689q.128-.128.128-.306t-.129-.307t-.313-.129t-.313.129l-1.18 1.179q-.241.242-.241.565t.242.566l1.179 1.198q.129.128.313.119q.185-.01.314-.139q.128-.128.128-.306t-.128-.307l-.689-.689h5.192q.187 0 .336-.068t.28-.205l5.411-6.311q.123-.154.11-.33t-.165-.297q-.155-.123-.332-.11t-.301.165zM6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1.808q-.348 0-.578-.23T1 16.346v-4.134q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l.474.757q.137.217.11.484q-.029.268-.19.479l-1.5 1.748h-1.517l-1.556-1.556Q10.49 7.75 10 7.75t-.858.367l-3.025 3.025q-.367.368-.367.858t.367.858l3.025 3.025q.368.367.858.367t.858-.367l1.555-1.556h3.085q.273 0 .506-.109t.413-.32l2.842-3.31q.131-.142.296-.226t.376-.06l1.494.125q.69.05 1.133.536T23 12.139v4.207q0 .348-.23.578t-.578.23h-2.234q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19");
|
|
16
16
|
}
|
|
17
|
-
</style><path class="
|
|
17
|
+
</style><path class="lffh2c8g"/>`,
|
|
18
18
|
"fallback": "material-symbols-light:car-fan-recirculate-rounded",
|
|
19
19
|
});
|
|
20
20
|
}
|
|
@@ -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
|
+
/** @type {{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>.shbkojes {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-6.558h2.73L5.617 5.5h8.98l1.214 1.971l-1.88 2.202h-1.516L10 7.26L5.26 12L10 16.74l2.414-2.413h3.65l3.463-4.056l3.473.287v6.596h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19M10 14.058l.627-.608l-1.002-1.008h5.566l5.936-6.923l-.663-.577l-5.68 6.616H9.626l1.002-1.008L10 9.942L7.942 12z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="shbkojes"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:car-fan-recirculate-sharp",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
|
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
|
|
|
10
10
|
width,
|
|
11
11
|
height,
|
|
12
12
|
viewBox,
|
|
13
|
-
"content": `<style>.
|
|
13
|
+
"content": `<style>.zbtydbll {
|
|
14
14
|
fill: currentColor;
|
|
15
|
-
d: path("
|
|
15
|
+
d: path("M6.75 19q-.89 0-1.606-.518q-.715-.518-1.121-1.328H1v-4.942q0-.69.463-1.153t1.152-.463h1.116l1.538-4.155q.167-.427.545-.684T6.65 5.5h7.123q.39 0 .718.195t.546.51l.772 1.266l-1.878 2.202h-1.517L10 7.26L5.26 12L10 16.74l2.414-2.413h3.65l3.463-4.056l1.898.156q.69.056 1.133.539q.442.482.442 1.173v5.015h-3.042q-.387.81-1.102 1.328T17.25 19t-1.606-.518t-1.121-1.328H9.458q-.387.81-1.102 1.328T6.75 19M10 14.058l.627-.608l-1.002-1.008h5.566l5.936-6.923l-.663-.577l-5.68 6.616H9.626l1.002-1.008L10 9.942L7.942 12z");
|
|
16
16
|
}
|
|
17
|
-
</style><path class="
|
|
17
|
+
</style><path class="zbtydbll"/>`,
|
|
18
18
|
"fallback": "material-symbols-light:car-fan-recirculate",
|
|
19
19
|
});
|
|
20
20
|
}
|
|
@@ -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
|
+
/** @type {{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>.eo0bjupd {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5.875 18.522q-.136-.053-.266-.18l-2.255-2.219q-.16-.14-.153-.341t.166-.36q.147-.147.338-.15t.337.138l1.631 1.548V6.404q0-.213.144-.357t.357-.143t.356.143t.143.357v10.554l1.65-1.548q.13-.14.327-.14t.346.146q.137.133.137.34t-.14.348L6.737 18.34q-.13.13-.27.182q-.138.053-.297.053t-.296-.053m6.99-.426q-.212 0-.356-.144t-.143-.356t.143-.356t.357-.144H20.5q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143zm0-5.577q-.212 0-.356-.144t-.143-.357t.143-.356t.357-.143H20.5q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143zm0-5.577q-.212 0-.356-.144q-.143-.144-.143-.356q0-.213.143-.357t.357-.143H20.5q.213 0 .356.144t.144.357t-.144.356t-.356.143z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="eo0bjupd"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:list-arrow-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
|
+
/** @type {{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>.t_kt0dx {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.173 18.904L3 15.769l.708-.688l1.965 1.877V5.904h1v11.054l1.985-1.877l.688.688zm6.193-.808v-1H21v1zm0-5.577v-1H21v1zm0-5.577v-1H21v1z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="t_kt0dx"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:list-arrow",
|
|
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
|
+
/** @type {{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>.parajnbd {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M7.308 19q-.96 0-1.634-.674T5 16.692V7.327q0-.96.674-1.643Q6.348 5 7.308 5h9.365q.979 0 1.653.674T19 7.327v9.365q0 .96-.684 1.634q-.683.674-1.643.674zm0 1h9.365q1.38 0 2.354-.963q.973-.964.973-2.345V7.327q0-1.38-.973-2.354Q18.054 4 16.673 4H7.308q-1.381 0-2.344.973Q4 5.946 4 7.327v9.365q0 1.362.973 2.335T7.308 20M12 9.23q-1.221 0-2.333.402t-1.956 1.224q-.17.154-.369.163t-.358-.13q-.165-.147-.168-.348t.143-.36q.98-.989 2.301-1.47q1.323-.48 2.74-.48q1.411 0 2.74.496q1.327.496 2.306 1.484q.14.141.128.336t-.178.341q-.16.14-.358.134t-.344-.141q-.844-.829-1.956-1.24q-1.111-.41-2.338-.41m0 3.75q-.448 0-.874.142q-.426.143-.772.44q-.237.16-.438.121q-.2-.038-.33-.184q-.128-.146-.135-.333t.158-.31q.518-.413 1.13-.644t1.267-.232t1.274.228q.618.23 1.135.643q.166.123.159.312q-.007.19-.136.336t-.33.184q-.2.039-.437-.12q-.365-.28-.794-.431q-.429-.152-.877-.152m-.52 3.54q-.21-.212-.21-.521t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21M12 12");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="parajnbd"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:wifi-device-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
|
+
/** @type {{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>.rnxjslgh {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5 5h14v14H5zM4 4v16h16V4zm3.352 7.217l-.74-.663q.973-1.16 2.404-1.741T12 8.23q1.54 0 2.966.582t2.398 1.74l-.741.664q-.856-.988-2.068-1.487T12 9.23t-2.564.49q-1.223.49-2.084 1.497m2.62 2.677l-.733-.694q.534-.584 1.252-.902q.719-.317 1.515-.317t1.518.317t1.257.902l-.727.694q-.408-.432-.94-.673q-.531-.24-1.114-.24t-1.111.24q-.53.24-.918.673m1.509 2.626q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21M12 12");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="rnxjslgh"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:wifi-device-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
|
+
/** @type {{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>.m2eezbbc {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M7.308 19q-.96 0-1.634-.674T5 16.692V7.327q0-.96.674-1.643Q6.348 5 7.308 5h9.365q.979 0 1.653.674T19 7.327v9.365q0 .96-.684 1.634q-.683.674-1.643.674zm0 1h9.365q1.38 0 2.354-.963q.973-.964.973-2.345V7.327q0-1.38-.973-2.354Q18.054 4 16.673 4H7.308q-1.381 0-2.344.973Q4 5.946 4 7.327v9.365q0 1.362.973 2.335T7.308 20m.044-8.783l-.74-.663q.973-1.16 2.404-1.741T12 8.23q1.54 0 2.966.582t2.398 1.74l-.741.664q-.856-.988-2.068-1.487T12 9.23t-2.564.49q-1.223.49-2.084 1.497m2.62 2.677l-.733-.694q.534-.584 1.252-.902q.719-.317 1.515-.317t1.518.317t1.257.902l-.727.694q-.408-.432-.94-.673q-.531-.24-1.114-.24t-1.111.24q-.53.24-.918.673m1.509 2.626q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21M12 12");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="m2eezbbc"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:wifi-device-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
|
+
/** @type {{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>.r46izmxs {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M7.308 20h9.365q1.38 0 2.354-.963q.973-.964.973-2.345V7.327q0-1.38-.973-2.354Q18.054 4 16.673 4H7.308q-1.381 0-2.344.973Q4 5.946 4 7.327v9.365q0 1.362.973 2.335T7.308 20M12 9.23q-1.221 0-2.333.402t-1.956 1.224q-.17.154-.369.163t-.358-.13q-.165-.147-.168-.348t.143-.36q.98-.989 2.301-1.47q1.323-.48 2.74-.48q1.411 0 2.74.496q1.327.496 2.306 1.484q.14.141.128.336t-.178.341q-.16.14-.358.134t-.344-.141q-.844-.829-1.956-1.24q-1.111-.41-2.338-.41m0 3.75q-.448 0-.874.142q-.426.143-.772.44q-.237.16-.438.121q-.2-.038-.33-.184q-.128-.146-.135-.333t.158-.31q.518-.413 1.13-.644t1.267-.232t1.274.228q.618.23 1.135.643q.166.123.159.312q-.007.19-.136.336t-.33.184q-.2.039-.437-.12q-.365-.28-.794-.431q-.429-.152-.877-.152m-.52 3.54q-.21-.212-.21-.521t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="r46izmxs"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:wifi-device-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
|
+
/** @type {{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>.ivy9bach {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M4 4v16h16V4zm3.352 7.217l-.74-.663q.973-1.16 2.404-1.741T12 8.23q1.54 0 2.966.582t2.398 1.74l-.741.664q-.856-.988-2.068-1.487T12 9.23t-2.564.49q-1.223.49-2.084 1.497m2.62 2.677l-.733-.694q.534-.584 1.252-.902q.719-.317 1.515-.317t1.518.317t1.257.902l-.727.694q-.408-.432-.94-.673q-.531-.24-1.114-.24t-1.111.24q-.53.24-.918.673m1.509 2.626q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ivy9bach"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:wifi-device-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
|
+
/** @type {{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>.tcrr3jbj {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M7.308 20h9.365q1.38 0 2.354-.963q.973-.964.973-2.345V7.327q0-1.38-.973-2.354Q18.054 4 16.673 4H7.308q-1.381 0-2.344.973Q4 5.946 4 7.327v9.365q0 1.362.973 2.335T7.308 20m.044-8.783l-.74-.663q.973-1.16 2.404-1.741T12 8.23q1.54 0 2.966.582t2.398 1.74l-.741.664q-.856-.988-2.068-1.487T12 9.23t-2.564.49q-1.223.49-2.084 1.497m2.62 2.677l-.733-.694q.534-.584 1.252-.902q.719-.317 1.515-.317t1.518.317t1.257.902l-.727.694q-.408-.432-.94-.673q-.531-.24-1.114-.24t-1.111.24q-.53.24-.918.673m1.509 2.626q-.21-.21-.21-.52t.21-.52t.52-.21t.52.21t.21.52t-.21.52t-.52.21t-.52-.21");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="tcrr3jbj"/>`,
|
|
18
|
+
"fallback": "material-symbols-light:wifi-device",
|
|
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": 15379,
|
|
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": 1776313469
|
|
32
32
|
}
|