@iconify-react/material-symbols 1.0.5 → 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-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-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-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-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-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/b/bolt-boost-rounded.jsx +22 -0
- package/components/b/bolt-boost.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 +165 -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>.dn8vembd {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m9.25 15l1.05-1.05l-.675-.7h2q1.2 0 2.038-.837t.837-2.038t-.837-2.037t-2.038-.838H7.25V9h4.375q.575 0 .975.4t.4.975t-.4.975t-.975.4h-2l.675-.675L9.25 10l-2.5 2.5zM6.5 20q-1.025 0-1.875-.537T3.35 18H0v-6q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712L18 9.5l4.175.35q.825.075 1.325.625t.5 1.375V18h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="dn8vembd"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.s05x02bu {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.5 20q-1.025 0-1.875-.537T3.35 18H1q-.425 0-.712-.288T0 17v-5q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712l.475.775q.275.425.125.8t-.475.575t-.7.138t-.65-.488l-.475-.775H6.4l-1.75 4.85q-.125.3-.375.475T3.7 12H2v4h2.5q.2 0 .35.15t.15.35q0 .625.438 1.063T6.5 18t1.063-.437T8 16.5q0-.2.15-.35T8.5 16h7q.2 0 .35.15t.15.35q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5q0-.2.15-.35t.35-.15H22v-4.15l-1.7-.15q-.5-.05-.737-.375t-.188-.7t.325-.675t.775-.25l1.7.15q.825.075 1.325.625t.5 1.375V17q0 .425-.288.713T23 18h-2.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m8.15-8.75h-4.275l.15-.15q.225-.225.225-.537t-.225-.538T10 9.8t-.525.225L8.2 11.3q-.3.3-.3.7t.3.7l1.275 1.275q.225.225.525.225t.525-.225t.225-.537t-.225-.538l-.15-.15h4.5q.225 0 .413-.088t.337-.262l5.45-6.35q.2-.25.188-.55T21 5t-.562-.187t-.513.262z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="s05x02bu"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.qezzrybc {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.5 20q-1.025 0-1.875-.537T3.35 18H0v-8h3l2-5.5h10l1.425 2.375l-1.375 1.6L13.875 6.5H6.4l-2 5.5H2v4h3v.5q0 .625.438 1.063T6.5 18t1.063-.437T8 16.5V16h8v.5q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5V16h3v-4.15l-3.65-.325l1.6-1.85L24 10v8h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m3.5-5.5l1.05-1.05l-.675-.7h4.95L21.55 5.5l-1.125-1l-5.775 6.75h-4.275l.675-.7L10 9.5L7.5 12z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="qezzrybc"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.lozwllbv {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.5 20q-1.025 0-1.875-.537T3.35 18H0v-6q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712l.85 1.4l-1.375 1.6L13.875 6.5H6.4l-2 5.5H2v4h3v.5q0 .625.438 1.063T6.5 18t1.063-.437T8 16.5V16h8v.5q0 .625.438 1.063T17.5 18t1.063-.437T19 16.5V16h3v-4.15l-3.65-.325l1.6-1.85l2.225.175q.825.075 1.325.625t.5 1.375V18h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m3.5-5.5l1.05-1.05l-.675-.7h4.95L21.55 5.5l-1.125-1l-5.775 6.75h-4.275l.675-.7L10 9.5L7.5 12z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="lozwllbv"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.dg7q0wbj {
|
|
14
14
|
fill: currentColor;
|
|
15
|
-
d: path("
|
|
15
|
+
d: path("M14.65 11.25h-4.275l.15-.15q.225-.225.225-.537t-.225-.538T10 9.8t-.525.225L8.2 11.3q-.3.3-.3.7t.3.7l1.275 1.275q.225.225.525.225t.525-.225t.225-.537t-.225-.538l-.15-.15h4.5q.225 0 .413-.088t.337-.262l5.45-6.35q.2-.25.188-.55T21 5t-.562-.187t-.513.262zM6.5 20q-1.025 0-1.875-.537T3.35 18H1q-.425 0-.712-.288T0 17v-5q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712l.475.775q.175.275.138.6t-.238.575l-2 2.325h-1.575L11.05 8.425Q10.625 8 10 8t-1.05.425L6.425 10.95Q6 11.375 6 12t.425 1.05l2.525 2.525Q9.375 16 10 16t1.05-.425l1.325-1.325h2.95q.35 0 .65-.137t.5-.388l3.15-3.675q.15-.2.363-.275t.462-.05l1.725.125q.825.05 1.325.613t.5 1.387V17q0 .425-.288.713T23 18h-2.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20");
|
|
16
16
|
}
|
|
17
|
-
</style><path class="
|
|
17
|
+
</style><path class="dg7q0wbj"/>`,
|
|
18
18
|
"fallback": "material-symbols: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>.gfftzc7y {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M6.5 20q-1.025 0-1.875-.537T3.35 18H0v-8h3l2-5.5h10l1.425 2.375L13.95 9.75h-1.575L10 7.375L5.375 12L10 16.625l2.375-2.375h3.65l3.925-4.575L24 10v8h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m3.5-5.5l1.05-1.05l-.675-.7h4.95L21.55 5.5l-1.125-1l-5.775 6.75h-4.275l.675-.7L10 9.5L7.5 12z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="gfftzc7y"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.ml2ag-pr {
|
|
14
14
|
fill: currentColor;
|
|
15
|
-
d: path("
|
|
15
|
+
d: path("M6.5 20q-1.025 0-1.875-.537T3.35 18H0v-6q0-.825.588-1.412T2 10h1l1.5-4.175q.225-.6.738-.962T6.4 4.5h7.45q.525 0 .988.263t.737.712l.85 1.4L13.95 9.75h-1.575L10 7.375L5.375 12L10 16.625l2.375-2.375h3.65l3.925-4.575l2.225.175q.825.075 1.325.625t.5 1.375V18h-3.35q-.425.925-1.275 1.463T17.5 20t-1.875-.537T14.35 18h-4.7q-.425.925-1.275 1.463T6.5 20m3.5-5.5l1.05-1.05l-.675-.7h4.95L21.55 5.5l-1.125-1l-5.775 6.75h-4.275l.675-.7L10 9.5L7.5 12z");
|
|
16
16
|
}
|
|
17
|
-
</style><path class="
|
|
17
|
+
</style><path class="ml2ag-pr"/>`,
|
|
18
18
|
"fallback": "material-symbols: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>.w7yvfcnh {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5.625 19.513Q5.45 19.45 5.3 19.3l-2.6-2.6q-.275-.275-.288-.687T2.7 15.3q.275-.275.688-.288t.712.263l.9.875V6q0-.425.288-.712T6 5t.713.288T7 6v10.15l.9-.875Q8.175 15 8.588 15t.712.3q.275.275.275.7t-.275.7l-2.6 2.6q-.15.15-.325.213T6 19.575t-.375-.062M13 19q-.425 0-.712-.288T12 18t.288-.712T13 17h8q.425 0 .713.288T22 18t-.288.713T21 19zm0-6q-.425 0-.712-.288T12 12t.288-.712T13 11h8q.425 0 .713.288T22 12t-.288.713T21 13zm0-6q-.425 0-.712-.288T12 6t.288-.712T13 5h8q.425 0 .713.288T22 6t-.288.713T21 7z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="w7yvfcnh"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.b7xop0b {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("m6 20l-4-4l1.4-1.4L5 16.15V5h2v11.15l1.6-1.55L10 16zm6-1v-2h10v2zm0-6v-2h10v2zm0-6V5h10v2z");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="b7xop0b"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.sagdvp3j {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M7 19q-.825 0-1.412-.587T5 17V7q0-.825.588-1.412T7 5h10q.825 0 1.413.588T19 7v10q0 .825-.587 1.413T17 19zm0 2h10q1.65 0 2.825-1.175T21 17V7q0-1.65-1.175-2.825T17 3H7Q5.35 3 4.175 4.175T3 7v10q0 1.65 1.175 2.825T7 21m5-11.5q-1.125 0-2.15.363T8 10.875q-.325.25-.725.25T6.6 10.85q-.3-.3-.312-.712t.287-.688Q7.65 8.5 9.088 8T12 7.5q1.45 0 2.913.525T17.45 9.5q.275.275.263.663t-.313.687q-.275.275-.675.288t-.7-.238q-.825-.675-1.85-1.037T12 9.5m0 4q-.275 0-.537.075t-.513.2q-.525.275-.937.15t-.638-.425t-.213-.65t.313-.55q.575-.375 1.225-.588t1.325-.212t1.312.2t1.213.575q.3.2.312.562t-.212.663t-.638.425t-.937-.15q-.25-.125-.525-.2T12 13.5m-.712 3.213Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M12 12");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="sagdvp3j"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.n6_ax-bt {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M5 5h14v14H5zM3 3v18h18V3zm4.275 8.525L5.9 10.15q1.05-1.275 2.713-1.963T12 7.5q1.675 0 3.35.688t2.725 1.962L16.7 11.525q-.875-.95-2.087-1.487T12 9.5t-2.613.538t-2.112 1.487m2.85 2.85L8.7 12.95q.65-.7 1.513-1.075t1.812-.375t1.787.375T15.3 12.95l-1.4 1.425q-.35-.375-.863-.625T12 13.5t-1.025.25t-.85.625m1.163 2.338Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M12 12");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="n6_ax-bt"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.hqdtndba {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M7 19q-.825 0-1.412-.587T5 17V7q0-.825.588-1.412T7 5h10q.825 0 1.413.588T19 7v10q0 .825-.587 1.413T17 19zm0 2h10q1.65 0 2.825-1.175T21 17V7q0-1.65-1.175-2.825T17 3H7Q5.35 3 4.175 4.175T3 7v10q0 1.65 1.175 2.825T7 21m.275-9.475L5.9 10.15q1.05-1.275 2.713-1.963T12 7.5q1.675 0 3.35.688t2.725 1.962L16.7 11.525q-.875-.95-2.087-1.487T12 9.5t-2.613.538t-2.112 1.487m2.85 2.85L8.7 12.95q.65-.7 1.513-1.075t1.812-.375t1.787.375T15.3 12.95l-1.4 1.425q-.35-.375-.863-.625T12 13.5t-1.025.25t-.85.625m1.163 2.338Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288M12 12");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="hqdtndba"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.su5913bx {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M7 21h10q1.65 0 2.825-1.175T21 17V7q0-1.65-1.175-2.825T17 3H7Q5.35 3 4.175 4.175T3 7v10q0 1.65 1.175 2.825T7 21m5-11.5q-1.125 0-2.15.363T8 10.875q-.325.25-.725.25T6.6 10.85q-.3-.3-.312-.712t.287-.688Q7.65 8.5 9.088 8T12 7.5q1.45 0 2.913.525T17.45 9.5q.275.275.263.663t-.313.687q-.275.275-.675.288t-.7-.238q-.825-.675-1.85-1.037T12 9.5m0 4q-.275 0-.537.075t-.513.2q-.525.275-.937.15t-.638-.425t-.213-.65t.313-.55q.575-.375 1.225-.588t1.325-.212t1.312.2t1.213.575q.3.2.312.562t-.212.663t-.638.425t-.937-.15q-.25-.125-.525-.2T12 13.5m-.712 3.213Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="su5913bx"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.ysim0eby {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M3 3v18h18V3zm4.275 8.525L5.9 10.15q1.05-1.275 2.713-1.963T12 7.5q1.675 0 3.35.688t2.725 1.962L16.7 11.525q-.875-.95-2.087-1.487T12 9.5t-2.613.538t-2.112 1.487m2.85 2.85L8.7 12.95q.65-.7 1.513-1.075t1.812-.375t1.787.375T15.3 12.95l-1.4 1.425q-.35-.375-.863-.625T12 13.5t-1.025.25t-.85.625m1.163 2.338Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="ysim0eby"/>`,
|
|
18
|
+
"fallback": "material-symbols: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>.wfjh8n2j {
|
|
14
|
+
fill: currentColor;
|
|
15
|
+
d: path("M7 21h10q1.65 0 2.825-1.175T21 17V7q0-1.65-1.175-2.825T17 3H7Q5.35 3 4.175 4.175T3 7v10q0 1.65 1.175 2.825T7 21m.275-9.475L5.9 10.15q1.05-1.275 2.713-1.963T12 7.5q1.675 0 3.35.688t2.725 1.962L16.7 11.525q-.875-.95-2.087-1.487T12 9.5t-2.613.538t-2.112 1.487m2.85 2.85L8.7 12.95q.65-.7 1.513-1.075t1.812-.375t1.787.375T15.3 12.95l-1.4 1.425q-.35-.375-.863-.625T12 13.5t-1.025.25t-.85.625m1.163 2.338Q11 16.425 11 16t.288-.712T12 15t.713.288T13 16t-.288.713T12 17t-.712-.288");
|
|
16
|
+
}
|
|
17
|
+
</style><path class="wfjh8n2j"/>`,
|
|
18
|
+
"fallback": "material-symbols:wifi-device",
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export default Component;
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "material-symbols",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Material Symbols",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 15301,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Google",
|
|
8
8
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
],
|
|
28
28
|
"palette": false
|
|
29
29
|
},
|
|
30
|
-
"lastModified":
|
|
30
|
+
"lastModified": 1776313490
|
|
31
31
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/material-symbols",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/material-symbols/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -6918,6 +6918,18 @@
|
|
|
6918
6918
|
"types": "./types/hqrkovbr.d.ts",
|
|
6919
6919
|
"default": "./components/b/battery-charging-20.jsx"
|
|
6920
6920
|
},
|
|
6921
|
+
"./battery-charging-20-2": {
|
|
6922
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6923
|
+
"default": "./components/b/battery-charging-20-2.jsx"
|
|
6924
|
+
},
|
|
6925
|
+
"./battery-charging-20-2-rounded": {
|
|
6926
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6927
|
+
"default": "./components/b/battery-charging-20-2-rounded.jsx"
|
|
6928
|
+
},
|
|
6929
|
+
"./battery-charging-20-2-sharp": {
|
|
6930
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6931
|
+
"default": "./components/b/battery-charging-20-2-sharp.jsx"
|
|
6932
|
+
},
|
|
6921
6933
|
"./battery-charging-20-outline": {
|
|
6922
6934
|
"types": "./types/hqrkovbr.d.ts",
|
|
6923
6935
|
"default": "./components/b/battery-charging-20-outline.jsx"
|
|
@@ -6938,6 +6950,18 @@
|
|
|
6938
6950
|
"types": "./types/hqrkovbr.d.ts",
|
|
6939
6951
|
"default": "./components/b/battery-charging-30.jsx"
|
|
6940
6952
|
},
|
|
6953
|
+
"./battery-charging-30-2": {
|
|
6954
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6955
|
+
"default": "./components/b/battery-charging-30-2.jsx"
|
|
6956
|
+
},
|
|
6957
|
+
"./battery-charging-30-2-rounded": {
|
|
6958
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6959
|
+
"default": "./components/b/battery-charging-30-2-rounded.jsx"
|
|
6960
|
+
},
|
|
6961
|
+
"./battery-charging-30-2-sharp": {
|
|
6962
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6963
|
+
"default": "./components/b/battery-charging-30-2-sharp.jsx"
|
|
6964
|
+
},
|
|
6941
6965
|
"./battery-charging-30-rounded": {
|
|
6942
6966
|
"types": "./types/hqrkovbr.d.ts",
|
|
6943
6967
|
"default": "./components/b/battery-charging-30-rounded.jsx"
|
|
@@ -6950,6 +6974,18 @@
|
|
|
6950
6974
|
"types": "./types/hqrkovbr.d.ts",
|
|
6951
6975
|
"default": "./components/b/battery-charging-50.jsx"
|
|
6952
6976
|
},
|
|
6977
|
+
"./battery-charging-50-2": {
|
|
6978
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6979
|
+
"default": "./components/b/battery-charging-50-2.jsx"
|
|
6980
|
+
},
|
|
6981
|
+
"./battery-charging-50-2-rounded": {
|
|
6982
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6983
|
+
"default": "./components/b/battery-charging-50-2-rounded.jsx"
|
|
6984
|
+
},
|
|
6985
|
+
"./battery-charging-50-2-sharp": {
|
|
6986
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
6987
|
+
"default": "./components/b/battery-charging-50-2-sharp.jsx"
|
|
6988
|
+
},
|
|
6953
6989
|
"./battery-charging-50-rounded": {
|
|
6954
6990
|
"types": "./types/hqrkovbr.d.ts",
|
|
6955
6991
|
"default": "./components/b/battery-charging-50-rounded.jsx"
|
|
@@ -6962,6 +6998,18 @@
|
|
|
6962
6998
|
"types": "./types/hqrkovbr.d.ts",
|
|
6963
6999
|
"default": "./components/b/battery-charging-60.jsx"
|
|
6964
7000
|
},
|
|
7001
|
+
"./battery-charging-60-2": {
|
|
7002
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7003
|
+
"default": "./components/b/battery-charging-60-2.jsx"
|
|
7004
|
+
},
|
|
7005
|
+
"./battery-charging-60-2-rounded": {
|
|
7006
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7007
|
+
"default": "./components/b/battery-charging-60-2-rounded.jsx"
|
|
7008
|
+
},
|
|
7009
|
+
"./battery-charging-60-2-sharp": {
|
|
7010
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7011
|
+
"default": "./components/b/battery-charging-60-2-sharp.jsx"
|
|
7012
|
+
},
|
|
6965
7013
|
"./battery-charging-60-rounded": {
|
|
6966
7014
|
"types": "./types/hqrkovbr.d.ts",
|
|
6967
7015
|
"default": "./components/b/battery-charging-60-rounded.jsx"
|
|
@@ -6974,6 +7022,18 @@
|
|
|
6974
7022
|
"types": "./types/hqrkovbr.d.ts",
|
|
6975
7023
|
"default": "./components/b/battery-charging-80.jsx"
|
|
6976
7024
|
},
|
|
7025
|
+
"./battery-charging-80-2": {
|
|
7026
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7027
|
+
"default": "./components/b/battery-charging-80-2.jsx"
|
|
7028
|
+
},
|
|
7029
|
+
"./battery-charging-80-2-rounded": {
|
|
7030
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7031
|
+
"default": "./components/b/battery-charging-80-2-rounded.jsx"
|
|
7032
|
+
},
|
|
7033
|
+
"./battery-charging-80-2-sharp": {
|
|
7034
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7035
|
+
"default": "./components/b/battery-charging-80-2-sharp.jsx"
|
|
7036
|
+
},
|
|
6977
7037
|
"./battery-charging-80-rounded": {
|
|
6978
7038
|
"types": "./types/hqrkovbr.d.ts",
|
|
6979
7039
|
"default": "./components/b/battery-charging-80-rounded.jsx"
|
|
@@ -6998,6 +7058,30 @@
|
|
|
6998
7058
|
"types": "./types/hqrkovbr.d.ts",
|
|
6999
7059
|
"default": "./components/b/battery-charging-full.jsx"
|
|
7000
7060
|
},
|
|
7061
|
+
"./battery-charging-full-2": {
|
|
7062
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7063
|
+
"default": "./components/b/battery-charging-full-2.jsx"
|
|
7064
|
+
},
|
|
7065
|
+
"./battery-charging-full-2-outline": {
|
|
7066
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7067
|
+
"default": "./components/b/battery-charging-full-2-outline.jsx"
|
|
7068
|
+
},
|
|
7069
|
+
"./battery-charging-full-2-outline-rounded": {
|
|
7070
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7071
|
+
"default": "./components/b/battery-charging-full-2-outline-rounded.jsx"
|
|
7072
|
+
},
|
|
7073
|
+
"./battery-charging-full-2-outline-sharp": {
|
|
7074
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7075
|
+
"default": "./components/b/battery-charging-full-2-outline-sharp.jsx"
|
|
7076
|
+
},
|
|
7077
|
+
"./battery-charging-full-2-rounded": {
|
|
7078
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7079
|
+
"default": "./components/b/battery-charging-full-2-rounded.jsx"
|
|
7080
|
+
},
|
|
7081
|
+
"./battery-charging-full-2-sharp": {
|
|
7082
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
7083
|
+
"default": "./components/b/battery-charging-full-2-sharp.jsx"
|
|
7084
|
+
},
|
|
7001
7085
|
"./battery-charging-full-outline": {
|
|
7002
7086
|
"types": "./types/hqrkovbr.d.ts",
|
|
7003
7087
|
"default": "./components/b/battery-charging-full-outline.jsx"
|
|
@@ -7990,6 +8074,14 @@
|
|
|
7990
8074
|
"types": "./types/hqrkovbr.d.ts",
|
|
7991
8075
|
"default": "./components/b/bolt.jsx"
|
|
7992
8076
|
},
|
|
8077
|
+
"./bolt-boost": {
|
|
8078
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
8079
|
+
"default": "./components/b/bolt-boost.jsx"
|
|
8080
|
+
},
|
|
8081
|
+
"./bolt-boost-rounded": {
|
|
8082
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
8083
|
+
"default": "./components/b/bolt-boost-rounded.jsx"
|
|
8084
|
+
},
|
|
7993
8085
|
"./bolt-outline": {
|
|
7994
8086
|
"types": "./types/hqrkovbr.d.ts",
|
|
7995
8087
|
"default": "./components/b/bolt-outline.jsx"
|
|
@@ -10718,10 +10810,50 @@
|
|
|
10718
10810
|
"types": "./types/hqrkovbr.d.ts",
|
|
10719
10811
|
"default": "./components/c/car-fan-recirculate.jsx"
|
|
10720
10812
|
},
|
|
10813
|
+
"./car-fan-recirculate-2": {
|
|
10814
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10815
|
+
"default": "./components/c/car-fan-recirculate-2.jsx"
|
|
10816
|
+
},
|
|
10817
|
+
"./car-fan-recirculate-2-outline": {
|
|
10818
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10819
|
+
"default": "./components/c/car-fan-recirculate-2-outline.jsx"
|
|
10820
|
+
},
|
|
10821
|
+
"./car-fan-recirculate-2-outline-rounded": {
|
|
10822
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10823
|
+
"default": "./components/c/car-fan-recirculate-2-outline-rounded.jsx"
|
|
10824
|
+
},
|
|
10825
|
+
"./car-fan-recirculate-2-outline-sharp": {
|
|
10826
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10827
|
+
"default": "./components/c/car-fan-recirculate-2-outline-sharp.jsx"
|
|
10828
|
+
},
|
|
10829
|
+
"./car-fan-recirculate-2-rounded": {
|
|
10830
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10831
|
+
"default": "./components/c/car-fan-recirculate-2-rounded.jsx"
|
|
10832
|
+
},
|
|
10833
|
+
"./car-fan-recirculate-2-sharp": {
|
|
10834
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10835
|
+
"default": "./components/c/car-fan-recirculate-2-sharp.jsx"
|
|
10836
|
+
},
|
|
10837
|
+
"./car-fan-recirculate-outline": {
|
|
10838
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10839
|
+
"default": "./components/c/car-fan-recirculate-outline.jsx"
|
|
10840
|
+
},
|
|
10841
|
+
"./car-fan-recirculate-outline-rounded": {
|
|
10842
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10843
|
+
"default": "./components/c/car-fan-recirculate-outline-rounded.jsx"
|
|
10844
|
+
},
|
|
10845
|
+
"./car-fan-recirculate-outline-sharp": {
|
|
10846
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10847
|
+
"default": "./components/c/car-fan-recirculate-outline-sharp.jsx"
|
|
10848
|
+
},
|
|
10721
10849
|
"./car-fan-recirculate-rounded": {
|
|
10722
10850
|
"types": "./types/hqrkovbr.d.ts",
|
|
10723
10851
|
"default": "./components/c/car-fan-recirculate-rounded.jsx"
|
|
10724
10852
|
},
|
|
10853
|
+
"./car-fan-recirculate-sharp": {
|
|
10854
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
10855
|
+
"default": "./components/c/car-fan-recirculate-sharp.jsx"
|
|
10856
|
+
},
|
|
10725
10857
|
"./car-gear": {
|
|
10726
10858
|
"types": "./types/hqrkovbr.d.ts",
|
|
10727
10859
|
"default": "./components/c/car-gear.jsx"
|
|
@@ -32682,6 +32814,14 @@
|
|
|
32682
32814
|
"types": "./types/hqrkovbr.d.ts",
|
|
32683
32815
|
"default": "./components/l/list-alt-sharp.jsx"
|
|
32684
32816
|
},
|
|
32817
|
+
"./list-arrow": {
|
|
32818
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
32819
|
+
"default": "./components/l/list-arrow.jsx"
|
|
32820
|
+
},
|
|
32821
|
+
"./list-arrow-rounded": {
|
|
32822
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
32823
|
+
"default": "./components/l/list-arrow-rounded.jsx"
|
|
32824
|
+
},
|
|
32685
32825
|
"./list-rounded": {
|
|
32686
32826
|
"types": "./types/hqrkovbr.d.ts",
|
|
32687
32827
|
"default": "./components/l/list-rounded.jsx"
|
|
@@ -63658,6 +63798,30 @@
|
|
|
63658
63798
|
"types": "./types/hqrkovbr.d.ts",
|
|
63659
63799
|
"default": "./components/w/wifi-channel-rounded.jsx"
|
|
63660
63800
|
},
|
|
63801
|
+
"./wifi-device": {
|
|
63802
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63803
|
+
"default": "./components/w/wifi-device.jsx"
|
|
63804
|
+
},
|
|
63805
|
+
"./wifi-device-outline": {
|
|
63806
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63807
|
+
"default": "./components/w/wifi-device-outline.jsx"
|
|
63808
|
+
},
|
|
63809
|
+
"./wifi-device-outline-rounded": {
|
|
63810
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63811
|
+
"default": "./components/w/wifi-device-outline-rounded.jsx"
|
|
63812
|
+
},
|
|
63813
|
+
"./wifi-device-outline-sharp": {
|
|
63814
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63815
|
+
"default": "./components/w/wifi-device-outline-sharp.jsx"
|
|
63816
|
+
},
|
|
63817
|
+
"./wifi-device-rounded": {
|
|
63818
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63819
|
+
"default": "./components/w/wifi-device-rounded.jsx"
|
|
63820
|
+
},
|
|
63821
|
+
"./wifi-device-sharp": {
|
|
63822
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
63823
|
+
"default": "./components/w/wifi-device-sharp.jsx"
|
|
63824
|
+
},
|
|
63661
63825
|
"./wifi-find": {
|
|
63662
63826
|
"types": "./types/hqrkovbr.d.ts",
|
|
63663
63827
|
"default": "./components/w/wifi-find.jsx"
|