@iconify-react/material-symbols 1.0.6 → 1.0.8

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.
Files changed (67) hide show
  1. package/components/b/battery-charging-20-2-rounded.jsx +22 -0
  2. package/components/b/battery-charging-20-2-sharp.jsx +22 -0
  3. package/components/b/battery-charging-20-2.jsx +22 -0
  4. package/components/b/battery-charging-30-2-rounded.jsx +22 -0
  5. package/components/b/battery-charging-30-2-sharp.jsx +22 -0
  6. package/components/b/battery-charging-30-2.jsx +22 -0
  7. package/components/b/battery-charging-50-2-rounded.jsx +22 -0
  8. package/components/b/battery-charging-50-2-sharp.jsx +22 -0
  9. package/components/b/battery-charging-50-2.jsx +22 -0
  10. package/components/b/battery-charging-60-2-rounded.jsx +22 -0
  11. package/components/b/battery-charging-60-2-sharp.jsx +22 -0
  12. package/components/b/battery-charging-60-2.jsx +22 -0
  13. package/components/b/battery-charging-80-2-rounded.jsx +22 -0
  14. package/components/b/battery-charging-80-2-sharp.jsx +22 -0
  15. package/components/b/battery-charging-80-2.jsx +22 -0
  16. package/components/b/battery-charging-full-2-outline-rounded.jsx +22 -0
  17. package/components/b/battery-charging-full-2-outline-sharp.jsx +22 -0
  18. package/components/b/battery-charging-full-2-outline.jsx +22 -0
  19. package/components/b/battery-charging-full-2-rounded.jsx +22 -0
  20. package/components/b/battery-charging-full-2-sharp.jsx +22 -0
  21. package/components/b/battery-charging-full-2.jsx +22 -0
  22. package/components/c/car-fan-recirculate-2-outline-rounded.jsx +22 -0
  23. package/components/c/car-fan-recirculate-2-outline-sharp.jsx +22 -0
  24. package/components/c/car-fan-recirculate-2-outline.jsx +22 -0
  25. package/components/c/car-fan-recirculate-2-rounded.jsx +22 -0
  26. package/components/c/car-fan-recirculate-2-sharp.jsx +22 -0
  27. package/components/c/car-fan-recirculate-2.jsx +22 -0
  28. package/components/c/car-fan-recirculate-outline-rounded.jsx +22 -0
  29. package/components/c/car-fan-recirculate-outline-sharp.jsx +22 -0
  30. package/components/c/car-fan-recirculate-outline.jsx +22 -0
  31. package/components/c/car-fan-recirculate-rounded.jsx +3 -3
  32. package/components/c/car-fan-recirculate-sharp.jsx +22 -0
  33. package/components/c/car-fan-recirculate.jsx +3 -3
  34. package/components/l/list-arrow-rounded.jsx +22 -0
  35. package/components/l/list-arrow.jsx +22 -0
  36. package/components/s/speed-2-outline-rounded.jsx +22 -0
  37. package/components/s/speed-2-outline-sharp.jsx +22 -0
  38. package/components/s/speed-2-outline.jsx +22 -0
  39. package/components/s/speed-2-rounded.jsx +22 -0
  40. package/components/s/speed-2-sharp.jsx +22 -0
  41. package/components/s/speed-2.jsx +22 -0
  42. package/components/s/speed-3-outline-rounded.jsx +22 -0
  43. package/components/s/speed-3-outline-sharp.jsx +22 -0
  44. package/components/s/speed-3-outline.jsx +22 -0
  45. package/components/s/speed-3-rounded.jsx +22 -0
  46. package/components/s/speed-3-sharp.jsx +22 -0
  47. package/components/s/speed-3.jsx +22 -0
  48. package/components/s/speed-4-outline-rounded.jsx +22 -0
  49. package/components/s/speed-4-outline-sharp.jsx +22 -0
  50. package/components/s/speed-4-outline.jsx +22 -0
  51. package/components/s/speed-4-rounded.jsx +22 -0
  52. package/components/s/speed-4-sharp.jsx +22 -0
  53. package/components/s/speed-4.jsx +22 -0
  54. package/components/t/touch-double-2-outline-rounded.jsx +22 -0
  55. package/components/t/touch-double-2-outline-sharp.jsx +22 -0
  56. package/components/t/touch-double-2-outline.jsx +22 -0
  57. package/components/t/touch-double-2-rounded.jsx +22 -0
  58. package/components/t/touch-double-2-sharp.jsx +22 -0
  59. package/components/t/touch-double-2.jsx +22 -0
  60. package/components/w/wifi-device-outline-rounded.jsx +22 -0
  61. package/components/w/wifi-device-outline-sharp.jsx +22 -0
  62. package/components/w/wifi-device-outline.jsx +22 -0
  63. package/components/w/wifi-device-rounded.jsx +22 -0
  64. package/components/w/wifi-device-sharp.jsx +22 -0
  65. package/components/w/wifi-device.jsx +22 -0
  66. package/iconify.json +2 -2
  67. package/package.json +253 -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>.z24xyxbn {
14
+ fill: currentColor;
15
+ d: path("M10.45 22q-.7 0-1.3-.262t-1.025-.813L2.65 13.95l.65-.65q.425-.425 1.063-.5t1.187.25l1.95 1.175V8q0-.425.288-.712T8.5 7t.713.288T9.5 8v9.825l-2.45-1.5l2.625 3.325q.125.2.338.275t.437.075H16q.825 0 1.413-.575T18 18v-4q0-.425-.288-.712T17 13h-2.5v-2H17q1.25 0 2.125.875T20 14v4q0 1.675-1.175 2.838T16 22zm.55-9V6.25q0-.425.288-.712T12 5.25t.713.288t.287.712V13zM3.575 9.1Q3.5 8.825 3.5 8.55V8q0-2.9 2.038-4.95T10.5 1q2.9 0 4.95 2.05T17.5 8q0 .275-.038.638L17.426 9l-2-.225l.038-.288Q15.5 8.2 15.5 8q0-2.075-1.463-3.537T10.5 3Q8.4 3 6.95 4.463T5.5 8v.4q0 .2.05.4zm8.95 6.9");
16
+ }
17
+ </style><path class="z24xyxbn"/>`,
18
+ "fallback": "material-symbols:touch-double-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>.s0u-rvbj {
14
+ fill: currentColor;
15
+ d: path("M10.45 22q-.7 0-1.3-.262t-1.025-.813L3.2 14.65q-.225-.3-.2-.687t.3-.663q.425-.425 1.063-.5t1.187.25l1.95 1.175V8q0-.425.288-.712T8.5 7t.713.288T9.5 8v4H11V6.25q0-.425.288-.712T12 5.25t.713.288t.287.712V12h4q1.25 0 2.125.875T20 15v3q0 1.675-1.175 2.838T16 22zm.05-19q-1.05 0-1.962.4T6.95 4.475Q6.3 5.125 5.913 6t-.438 1.8q-.025.425-.262.763t-.663.387t-.775-.187t-.35-.663q-.025-1.3.6-2.725T5.55 3.05q.95-.95 2.225-1.5T10.5 1t2.725.55t2.225 1.5q1.025 1.025 1.525 2.275t.5 2.675q0 .425-.313.675t-.737.2t-.675-.362t-.275-.738q-.05-.95-.413-1.787t-1.037-1.513T12.45 3.4T10.5 3");
16
+ }
17
+ </style><path class="s0u-rvbj"/>`,
18
+ "fallback": "material-symbols:touch-double-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>.w49u-pbl {
14
+ fill: currentColor;
15
+ d: path("M8.975 22L2.65 13.95L4.3 12.3l3.2 1.925V7h2v5H11V5.25h2V12h7v10zm-5.4-12.9Q3.5 8.825 3.5 8.55V8q0-2.9 2.038-4.95T10.5 1q2.9 0 4.95 2.05T17.5 8q0 .275-.038.638L17.426 9l-2-.225l.038-.288Q15.5 8.2 15.5 8q0-2.075-1.463-3.537T10.5 3Q8.4 3 6.95 4.463T5.5 8v.4q0 .2.05.4z");
16
+ }
17
+ </style><path class="w49u-pbl"/>`,
18
+ "fallback": "material-symbols:touch-double-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>.ab800ubo {
14
+ fill: currentColor;
15
+ d: path("M10.45 22q-.7 0-1.3-.262t-1.025-.813L2.65 13.95l.65-.65q.425-.425 1.063-.5t1.187.25l1.95 1.175V8q0-.425.288-.712T8.5 7t.713.288T9.5 8v4H11V6.25q0-.425.288-.712T12 5.25t.713.288t.287.712V12h4q1.25 0 2.125.875T20 15v3q0 1.675-1.175 2.838T16 22zM3.575 9.1Q3.5 8.825 3.5 8.55V8q0-2.9 2.038-4.95T10.5 1q2.9 0 4.95 2.05T17.5 8q0 .275-.038.638L17.426 9l-2-.225l.038-.288Q15.5 8.2 15.5 8q0-2.075-1.463-3.537T10.5 3Q8.4 3 6.95 4.463T5.5 8v.4q0 .2.05.4z");
16
+ }
17
+ </style><path class="ab800ubo"/>`,
18
+ "fallback": "material-symbols:touch-double-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>.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": 15262,
5
+ "total": 15325,
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": 1775804607
30
+ "lastModified": 1776830580
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.6",
4
+ "version": "1.0.8",
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"
@@ -10726,10 +10810,50 @@
10726
10810
  "types": "./types/hqrkovbr.d.ts",
10727
10811
  "default": "./components/c/car-fan-recirculate.jsx"
10728
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
+ },
10729
10849
  "./car-fan-recirculate-rounded": {
10730
10850
  "types": "./types/hqrkovbr.d.ts",
10731
10851
  "default": "./components/c/car-fan-recirculate-rounded.jsx"
10732
10852
  },
10853
+ "./car-fan-recirculate-sharp": {
10854
+ "types": "./types/hqrkovbr.d.ts",
10855
+ "default": "./components/c/car-fan-recirculate-sharp.jsx"
10856
+ },
10733
10857
  "./car-gear": {
10734
10858
  "types": "./types/hqrkovbr.d.ts",
10735
10859
  "default": "./components/c/car-gear.jsx"
@@ -32690,6 +32814,14 @@
32690
32814
  "types": "./types/hqrkovbr.d.ts",
32691
32815
  "default": "./components/l/list-alt-sharp.jsx"
32692
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
+ },
32693
32825
  "./list-rounded": {
32694
32826
  "types": "./types/hqrkovbr.d.ts",
32695
32827
  "default": "./components/l/list-rounded.jsx"
@@ -53146,6 +53278,30 @@
53146
53278
  "types": "./types/hqrkovbr.d.ts",
53147
53279
  "default": "./components/s/speed-1-7x-sharp.jsx"
53148
53280
  },
53281
+ "./speed-2": {
53282
+ "types": "./types/hqrkovbr.d.ts",
53283
+ "default": "./components/s/speed-2.jsx"
53284
+ },
53285
+ "./speed-2-outline": {
53286
+ "types": "./types/hqrkovbr.d.ts",
53287
+ "default": "./components/s/speed-2-outline.jsx"
53288
+ },
53289
+ "./speed-2-outline-rounded": {
53290
+ "types": "./types/hqrkovbr.d.ts",
53291
+ "default": "./components/s/speed-2-outline-rounded.jsx"
53292
+ },
53293
+ "./speed-2-outline-sharp": {
53294
+ "types": "./types/hqrkovbr.d.ts",
53295
+ "default": "./components/s/speed-2-outline-sharp.jsx"
53296
+ },
53297
+ "./speed-2-rounded": {
53298
+ "types": "./types/hqrkovbr.d.ts",
53299
+ "default": "./components/s/speed-2-rounded.jsx"
53300
+ },
53301
+ "./speed-2-sharp": {
53302
+ "types": "./types/hqrkovbr.d.ts",
53303
+ "default": "./components/s/speed-2-sharp.jsx"
53304
+ },
53149
53305
  "./speed-2x": {
53150
53306
  "types": "./types/hqrkovbr.d.ts",
53151
53307
  "default": "./components/s/speed-2x.jsx"
@@ -53158,6 +53314,54 @@
53158
53314
  "types": "./types/hqrkovbr.d.ts",
53159
53315
  "default": "./components/s/speed-2x-sharp.jsx"
53160
53316
  },
53317
+ "./speed-3": {
53318
+ "types": "./types/hqrkovbr.d.ts",
53319
+ "default": "./components/s/speed-3.jsx"
53320
+ },
53321
+ "./speed-3-outline": {
53322
+ "types": "./types/hqrkovbr.d.ts",
53323
+ "default": "./components/s/speed-3-outline.jsx"
53324
+ },
53325
+ "./speed-3-outline-rounded": {
53326
+ "types": "./types/hqrkovbr.d.ts",
53327
+ "default": "./components/s/speed-3-outline-rounded.jsx"
53328
+ },
53329
+ "./speed-3-outline-sharp": {
53330
+ "types": "./types/hqrkovbr.d.ts",
53331
+ "default": "./components/s/speed-3-outline-sharp.jsx"
53332
+ },
53333
+ "./speed-3-rounded": {
53334
+ "types": "./types/hqrkovbr.d.ts",
53335
+ "default": "./components/s/speed-3-rounded.jsx"
53336
+ },
53337
+ "./speed-3-sharp": {
53338
+ "types": "./types/hqrkovbr.d.ts",
53339
+ "default": "./components/s/speed-3-sharp.jsx"
53340
+ },
53341
+ "./speed-4": {
53342
+ "types": "./types/hqrkovbr.d.ts",
53343
+ "default": "./components/s/speed-4.jsx"
53344
+ },
53345
+ "./speed-4-outline": {
53346
+ "types": "./types/hqrkovbr.d.ts",
53347
+ "default": "./components/s/speed-4-outline.jsx"
53348
+ },
53349
+ "./speed-4-outline-rounded": {
53350
+ "types": "./types/hqrkovbr.d.ts",
53351
+ "default": "./components/s/speed-4-outline-rounded.jsx"
53352
+ },
53353
+ "./speed-4-outline-sharp": {
53354
+ "types": "./types/hqrkovbr.d.ts",
53355
+ "default": "./components/s/speed-4-outline-sharp.jsx"
53356
+ },
53357
+ "./speed-4-rounded": {
53358
+ "types": "./types/hqrkovbr.d.ts",
53359
+ "default": "./components/s/speed-4-rounded.jsx"
53360
+ },
53361
+ "./speed-4-sharp": {
53362
+ "types": "./types/hqrkovbr.d.ts",
53363
+ "default": "./components/s/speed-4-sharp.jsx"
53364
+ },
53161
53365
  "./speed-camera": {
53162
53366
  "types": "./types/hqrkovbr.d.ts",
53163
53367
  "default": "./components/s/speed-camera.jsx"
@@ -58778,6 +58982,30 @@
58778
58982
  "types": "./types/hqrkovbr.d.ts",
58779
58983
  "default": "./components/t/touch-double.jsx"
58780
58984
  },
58985
+ "./touch-double-2": {
58986
+ "types": "./types/hqrkovbr.d.ts",
58987
+ "default": "./components/t/touch-double-2.jsx"
58988
+ },
58989
+ "./touch-double-2-outline": {
58990
+ "types": "./types/hqrkovbr.d.ts",
58991
+ "default": "./components/t/touch-double-2-outline.jsx"
58992
+ },
58993
+ "./touch-double-2-outline-rounded": {
58994
+ "types": "./types/hqrkovbr.d.ts",
58995
+ "default": "./components/t/touch-double-2-outline-rounded.jsx"
58996
+ },
58997
+ "./touch-double-2-outline-sharp": {
58998
+ "types": "./types/hqrkovbr.d.ts",
58999
+ "default": "./components/t/touch-double-2-outline-sharp.jsx"
59000
+ },
59001
+ "./touch-double-2-rounded": {
59002
+ "types": "./types/hqrkovbr.d.ts",
59003
+ "default": "./components/t/touch-double-2-rounded.jsx"
59004
+ },
59005
+ "./touch-double-2-sharp": {
59006
+ "types": "./types/hqrkovbr.d.ts",
59007
+ "default": "./components/t/touch-double-2-sharp.jsx"
59008
+ },
58781
59009
  "./touch-double-outline": {
58782
59010
  "types": "./types/hqrkovbr.d.ts",
58783
59011
  "default": "./components/t/touch-double-outline.jsx"
@@ -63666,6 +63894,30 @@
63666
63894
  "types": "./types/hqrkovbr.d.ts",
63667
63895
  "default": "./components/w/wifi-channel-rounded.jsx"
63668
63896
  },
63897
+ "./wifi-device": {
63898
+ "types": "./types/hqrkovbr.d.ts",
63899
+ "default": "./components/w/wifi-device.jsx"
63900
+ },
63901
+ "./wifi-device-outline": {
63902
+ "types": "./types/hqrkovbr.d.ts",
63903
+ "default": "./components/w/wifi-device-outline.jsx"
63904
+ },
63905
+ "./wifi-device-outline-rounded": {
63906
+ "types": "./types/hqrkovbr.d.ts",
63907
+ "default": "./components/w/wifi-device-outline-rounded.jsx"
63908
+ },
63909
+ "./wifi-device-outline-sharp": {
63910
+ "types": "./types/hqrkovbr.d.ts",
63911
+ "default": "./components/w/wifi-device-outline-sharp.jsx"
63912
+ },
63913
+ "./wifi-device-rounded": {
63914
+ "types": "./types/hqrkovbr.d.ts",
63915
+ "default": "./components/w/wifi-device-rounded.jsx"
63916
+ },
63917
+ "./wifi-device-sharp": {
63918
+ "types": "./types/hqrkovbr.d.ts",
63919
+ "default": "./components/w/wifi-device-sharp.jsx"
63920
+ },
63669
63921
  "./wifi-find": {
63670
63922
  "types": "./types/hqrkovbr.d.ts",
63671
63923
  "default": "./components/w/wifi-find.jsx"