@iconify-react/material-symbols-light 1.0.0 → 1.0.1

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 (40) hide show
  1. package/components/b/bus-map-pin-2-outline-rounded.jsx +22 -0
  2. package/components/b/bus-map-pin-2-outline-sharp.jsx +22 -0
  3. package/components/b/bus-map-pin-2-outline.jsx +22 -0
  4. package/components/b/bus-map-pin-2-rounded.jsx +22 -0
  5. package/components/b/bus-map-pin-2-sharp.jsx +22 -0
  6. package/components/b/bus-map-pin-2.jsx +22 -0
  7. package/components/c/code-xml-rounded.jsx +22 -0
  8. package/components/c/code-xml.jsx +22 -0
  9. package/components/f/fire-check-outline-rounded.jsx +22 -0
  10. package/components/f/fire-check-outline.jsx +22 -0
  11. package/components/f/fire-check-rounded.jsx +22 -0
  12. package/components/f/fire-check.jsx +22 -0
  13. package/components/f/fork-chart-outline-sharp.jsx +22 -0
  14. package/components/f/fork-chart-outline.jsx +22 -0
  15. package/components/f/fork-chart-sharp.jsx +22 -0
  16. package/components/f/fork-chart.jsx +22 -0
  17. package/components/g/grid-layout-side-outline-sharp.jsx +22 -0
  18. package/components/g/grid-layout-side-outline.jsx +22 -0
  19. package/components/g/grid-layout-side-rounded.jsx +22 -0
  20. package/components/g/grid-layout-side-sharp.jsx +22 -0
  21. package/components/g/grid-layout-side.jsx +22 -0
  22. package/components/s/snowflake-rounded.jsx +22 -0
  23. package/components/s/snowflake.jsx +22 -0
  24. package/components/s/space-dashboard-2-outline-sharp.jsx +22 -0
  25. package/components/s/space-dashboard-2-outline.jsx +22 -0
  26. package/components/s/space-dashboard-2-rounded.jsx +22 -0
  27. package/components/s/space-dashboard-2-sharp.jsx +22 -0
  28. package/components/s/space-dashboard-2.jsx +22 -0
  29. package/components/t/terminal-2-rounded.jsx +22 -0
  30. package/components/t/terminal-2.jsx +22 -0
  31. package/components/w/water-drops-outline-rounded.jsx +22 -0
  32. package/components/w/water-drops-outline.jsx +22 -0
  33. package/components/w/water-drops-rounded.jsx +22 -0
  34. package/components/w/water-drops.jsx +22 -0
  35. package/components/y/youtube-activity-outline-rounded.jsx +22 -0
  36. package/components/y/youtube-activity-outline.jsx +22 -0
  37. package/components/y/youtube-activity-rounded.jsx +3 -3
  38. package/components/y/youtube-activity.jsx +3 -3
  39. package/iconify.json +2 -2
  40. package/package.json +145 -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>.q8i1t0-t {
14
+ fill: currentColor;
15
+ d: path("M7.039 21h-.923q-.213 0-.357-.153q-.143-.153-.143-.347v-1.115q-.691 0-1.153-.463T4 17.769V7.423q0-.666.475-1.14t1.14-.475v-.192q0-.667.475-1.141T7.23 4h6.26q-.048.216-.068.434t-.031.45H7.23q-.27 0-.442.174q-.173.173-.173.442v1.327h7.19q.08.244.188.485q.108.24.268.515H5.019v4.25h13.139l.138.115q.313.27.708.27t.7-.27q.084-.079.19-.024t.106.157v5.444q0 .667-.475 1.141t-1.14.475V20.5q0 .194-.144.347t-.357.153h-.942q-.212 0-.356-.153t-.144-.347v-1.115H7.54V20.5q0 .194-.144.347T7.039 21M18.422 5.401q-.23-.233-.23-.578t.234-.574t.577-.23t.575.233t.23.578t-.233.575t-.578.23t-.575-.234m2.237-2.21q.687.711.687 1.713q0 .746-.579 1.631q-.58.885-1.761 1.965q-1.179-1.085-1.766-1.967q-.586-.882-.586-1.625q0-.999.686-1.713q.687-.714 1.66-.714t1.66.71M5.02 13.078v4.692q0 .27.172.443q.173.173.442.173h12.77q.269 0 .442-.173t.173-.443v-4.692zm2.307 3.154h1.865q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143H7.327q-.213 0-.356.144t-.144.357t.144.356t.356.143m7.5 0h1.865q.213 0 .357-.144q.143-.144.143-.357t-.143-.356t-.357-.143h-1.865q-.212 0-.356.144t-.144.357t.144.356t.356.143M5.019 17.77v-4.692v5.308zM19 1.596q-1.367 0-2.299.967T15.769 4.9q0 .927.69 2.012t2.09 2.361q.203.183.451.18t.46-.184q1.395-1.272 2.083-2.352t.688-2.01q0-1.372-.932-2.341T19 1.596");
16
+ }
17
+ </style><path class="q8i1t0-t"/>`,
18
+ "fallback": "material-symbols-light:bus-map-pin-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
+ /** @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>.bxfrikbl {
14
+ fill: currentColor;
15
+ d: path("M5.616 21v-1.616H4V5.81h1.616V4h7.875q-.049.216-.069.434t-.031.45H6.616v1.943h7.19q.08.244.188.485q.108.24.268.515H5.019v4.25h13.139l.842.721l1-.834v7.42h-1.616V21h-1.942v-1.616H7.54V21zM18.422 5.401q-.23-.233-.23-.578t.234-.574t.577-.23t.575.233t.23.578t-.233.575t-.578.23t-.575-.234m2.237-2.21q.687.711.687 1.713q0 .746-.579 1.631q-.58.885-1.761 1.965q-1.179-1.085-1.766-1.967q-.586-.882-.586-1.625q0-.999.686-1.713q.687-.714 1.66-.714t1.66.71M19 9.674q1.621-1.379 2.426-2.572t.805-2.2q0-1.37-.932-2.338T19 1.596t-2.299.967t-.932 2.337q0 1.008.805 2.201T19 9.673M5.02 13.077v5.308h14v-5.308zm1.807 3.154h2.865v-1H6.827zm7.5 0h2.865v-1h-2.865zm-9.308 2.153v-5.307z");
16
+ }
17
+ </style><path class="bxfrikbl"/>`,
18
+ "fallback": "material-symbols-light:bus-map-pin-2-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>.qxjv6abb {
14
+ fill: currentColor;
15
+ d: path("M7.039 21h-.923q-.213 0-.357-.153q-.143-.153-.143-.347v-1.115q-.691 0-1.153-.463T4 17.769V7.423q0-.666.475-1.14t1.14-.475v-.192q0-.667.475-1.141T7.23 4h6.26q-.048.216-.068.434t-.031.45H7.23q-.27 0-.442.174q-.173.173-.173.442v1.327h7.19q.08.244.188.485q.108.24.268.515H5.019v4.25h13.139l.842.721l1-.834v5.805q0 .667-.475 1.141t-1.14.475V20.5q0 .194-.144.347t-.357.153h-.942q-.212 0-.356-.153t-.144-.347v-1.115H7.54V20.5q0 .194-.144.347T7.039 21M18.422 5.401q-.23-.233-.23-.578t.234-.574t.577-.23t.575.233t.23.578t-.233.575t-.578.23t-.575-.234m2.237-2.21q.687.711.687 1.713q0 .746-.579 1.631q-.58.885-1.761 1.965q-1.179-1.085-1.766-1.967q-.586-.882-.586-1.625q0-.999.686-1.713q.687-.714 1.66-.714t1.66.71M19 9.674q1.621-1.379 2.426-2.572t.805-2.2q0-1.37-.932-2.338T19 1.596t-2.299.967t-.932 2.337q0 1.008.805 2.201T19 9.673M5.02 13.077v4.692q0 .27.172.443q.173.173.442.173h12.77q.269 0 .442-.173t.173-.443v-4.692zm2.307 3.154h1.865q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143H7.327q-.213 0-.356.144t-.144.357t.144.356t.356.143m7.5 0h1.865q.213 0 .357-.144q.143-.144.143-.357t-.143-.356t-.357-.143h-1.865q-.212 0-.356.144t-.144.357t.144.356t.356.143m-9.808 1.538v-4.692v5.308zM19 4.908");
16
+ }
17
+ </style><path class="qxjv6abb"/>`,
18
+ "fallback": "material-symbols-light:bus-map-pin-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>.nodh4obw {
14
+ fill: currentColor;
15
+ d: path("M7.039 21h-.923q-.213 0-.357-.153q-.143-.153-.143-.347v-1.115q-.691 0-1.153-.463T4 17.769V7.423q0-.666.475-1.14t1.14-.475v-.192q0-.667.475-1.141T7.23 4h6.26q-.048.216-.068.434t-.031.45H7.23q-.27 0-.442.174q-.173.173-.173.442v1.327h7.19q.08.244.188.485q.108.24.268.515H5.019v4.25h13.139l.138.115q.313.27.708.27t.7-.27q.084-.079.19-.024t.106.157v5.444q0 .667-.475 1.141t-1.14.475V20.5q0 .194-.144.347t-.357.153h-.942q-.212 0-.356-.153t-.144-.347v-1.115H7.54V20.5q0 .194-.144.347T7.039 21M18.422 5.401q-.23-.233-.23-.578t.234-.574t.577-.23t.575.233t.23.578t-.233.575t-.578.23t-.575-.234M7.327 16.231h1.865q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143H7.327q-.213 0-.356.144t-.144.357t.144.356t.356.143m7.5 0h1.865q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-1.865q-.213 0-.356.144t-.144.357t.144.356t.356.143M19 1.596q-1.367 0-2.299.967T15.769 4.9q0 .927.69 2.011t2.09 2.362q.203.183.451.18t.46-.184q1.395-1.272 2.083-2.352t.688-2.01q0-1.372-.932-2.341T19 1.596");
16
+ }
17
+ </style><path class="nodh4obw"/>`,
18
+ "fallback": "material-symbols-light:bus-map-pin-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>.lu2h69du {
14
+ fill: currentColor;
15
+ d: path("M5.616 21v-1.616H4V5.81h1.616V4h7.875q-.049.216-.069.434t-.031.45H6.616v1.943h7.19q.08.244.188.485q.108.24.268.515H5.019v4.25h13.139l.842.721l1-.834v7.42h-1.616V21h-1.942v-1.616H7.54V21zM18.422 5.401q-.23-.233-.23-.578t.234-.574t.577-.23t.575.233t.23.578t-.233.575t-.578.23t-.575-.234M19 9.673q1.621-1.379 2.426-2.572t.805-2.2q0-1.37-.932-2.338T19 1.596t-2.299.967t-.932 2.337q0 1.008.805 2.201T19 9.673M6.827 16.231h2.865v-1H6.827zm7.5 0h2.865v-1h-2.865z");
16
+ }
17
+ </style><path class="lu2h69du"/>`,
18
+ "fallback": "material-symbols-light:bus-map-pin-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>.k4j2w6bk {
14
+ fill: currentColor;
15
+ d: path("M7.039 21h-.923q-.213 0-.357-.153q-.143-.153-.143-.347v-1.115q-.691 0-1.153-.463T4 17.769V7.423q0-.666.475-1.14t1.14-.475v-.192q0-.667.475-1.141T7.23 4h6.26q-.048.216-.068.434t-.031.45H7.23q-.27 0-.442.174q-.173.173-.173.442v1.327h7.19q.08.244.188.485q.108.24.268.515H5.019v4.25h13.139l.842.721l1-.834v5.805q0 .667-.475 1.141t-1.14.475V20.5q0 .194-.144.347t-.357.153h-.942q-.212 0-.356-.153t-.144-.347v-1.115H7.54V20.5q0 .194-.144.347T7.039 21M18.422 5.401q-.23-.233-.23-.578t.234-.574t.577-.23t.575.233t.23.578t-.233.575t-.578.23t-.575-.234M19 9.673q1.621-1.379 2.426-2.572t.805-2.2q0-1.37-.932-2.338T19 1.596t-2.299.967t-.932 2.337q0 1.008.805 2.201T19 9.673M7.327 16.231h1.865q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143H7.327q-.213 0-.356.144t-.144.357t.144.356t.356.143m7.5 0h1.865q.213 0 .357-.144q.143-.144.143-.357t-.143-.356t-.357-.143h-1.865q-.212 0-.356.144t-.144.357t.144.356t.356.143");
16
+ }
17
+ </style><path class="k4j2w6bk"/>`,
18
+ "fallback": "material-symbols-light:bus-map-pin-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>.sz9zd6qn {
14
+ fill: currentColor;
15
+ d: path("m3.114 12l3.24 3.24q.14.147.143.348t-.143.347T6 16.08t-.354-.147l-3.369-3.368q-.242-.243-.242-.566t.242-.565l3.37-3.37Q5.791 7.92 6 7.92t.354.147q.146.145.146.346t-.146.347zm6.25 7.263q-.1-.19-.033-.379l4.4-14.08q.067-.189.247-.29t.368-.033t.3.247t.042.368l-4.419 14.1q-.067.188-.247.29q-.18.1-.368.033t-.29-.256M20.888 12l-3.24-3.24q-.147-.146-.147-.348t.146-.347T18 7.92t.354.147l3.369 3.368q.243.243.243.566t-.243.566l-3.37 3.368q-.145.147-.353.147t-.354-.147t-.146-.346t.146-.347z");
16
+ }
17
+ </style><path class="sz9zd6qn"/>`,
18
+ "fallback": "material-symbols-light:code-xml-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>.ms8n33b {
14
+ fill: currentColor;
15
+ d: path("M6 16.289L1.712 12L6 7.712l.708.688L3.114 12l3.594 3.6zm4.123 3.376l-.938-.292l4.692-15.038l.958.292zM18 16.29l-.708-.689l3.595-3.6l-3.595-3.6l.708-.689L22.288 12z");
16
+ }
17
+ </style><path class="ms8n33b"/>`,
18
+ "fallback": "material-symbols-light:code-xml",
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>.nwz42hba {
14
+ fill: currentColor;
15
+ d: path("m16.235 19.598l3.704-3.704q.146-.146.344-.153t.363.159q.16.165.16.354t-.16.354l-3.84 3.826q-.243.243-.566.243t-.565-.242l-1.823-1.804q-.16-.14-.16-.345q0-.203.16-.363t.354-.16t.354.16zM5 13q0-2.348 1.352-4.607t3.721-3.984q.29-.217.609-.05q.318.166.318.537V5.3q0 1.273.876 2.137t2.149.863q.47 0 .915-.159q.445-.158.84-.456l.04-.039q.18-.154.39-.136t.39.154q1.054.917 1.679 2.186t.71 2.687q.011.232-.139.357t-.333.137t-.34-.101q-.158-.113-.194-.393q-.037-.558-.177-1.088t-.363-1.022t-.538-.94q-.317-.448-.705-.837q-.5.325-1.05.488t-1.125.162q-1.57 0-2.707-1.025t-1.293-2.563q-1.95 1.63-2.988 3.522Q6 11.125 6 13q0 2.166 1.328 3.779t3.357 2.067q.15.24.09.507q-.06.266-.3.416t-.507.09q-.266-.059-.416-.3q-1.025-.374-1.853-1.04q-.828-.667-1.455-1.542q-.584-.84-.914-1.855Q5 14.108 5 13");
16
+ }
17
+ </style><path class="nwz42hba"/>`,
18
+ "fallback": "material-symbols-light:fire-check-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>.h2l05qkz {
14
+ fill: currentColor;
15
+ d: path("m16.24 21l-2.742-2.723l.708-.708l2.029 2.029l4.057-4.057l.708.713zm-5.555-2.154l1.148 1.148q-.03 0-.061.003t-.06.003Q8.9 19.885 6.95 17.867T5 13q0-2.571 1.615-5.029T11 3.79V5.3q0 1.275.878 2.138q.877.862 2.147.862q.47 0 .915-.159q.445-.158.84-.456l.432-.339q1.311.973 2.05 2.473T19 13h-1q0-.625-.125-1.213t-.35-1.15t-.562-1.062t-.763-.925q-.5.325-1.052.487q-.552.163-1.129.163q-1.555 0-2.697-1.025t-1.297-2.563q-1.95 1.63-2.988 3.522Q6 11.125 6 13q0 2.166 1.328 3.779t3.357 2.067");
16
+ }
17
+ </style><path class="h2l05qkz"/>`,
18
+ "fallback": "material-symbols-light:fire-check-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>.qa3_n-bw {
14
+ fill: currentColor;
15
+ d: path("m16.235 19.598l3.704-3.704q.146-.146.344-.153t.363.159q.16.165.16.354t-.16.354l-3.84 3.826q-.243.243-.566.243t-.565-.242l-1.823-1.804q-.16-.14-.16-.345q0-.203.16-.363t.354-.16t.354.16zm-4.308-3.6q-.65.612-.894 1.517t.21 1.739q.105.18.22.336q.116.156.272.312l.098.092q-1.287-.015-2.41-.48q-1.123-.466-2.034-1.255q-1.114-.97-1.751-2.325Q5 14.581 5 13q0-2.273 1.274-4.471t3.51-3.912q.377-.292.797-.077q.419.216.419.708q0 1.265.883 2.159t2.142.893q.489 0 .927-.161t.829-.454q.2-.154.432-.146t.425.163q1.106.989 1.719 2.364q.612 1.376.626 2.884q.011.254-.094.495q-.106.241-.298.434l-2.356 2.356l-.006-.006q-1.127-1.127-2.314-1.05t-1.988.819");
16
+ }
17
+ </style><path class="qa3_n-bw"/>`,
18
+ "fallback": "material-symbols-light:fire-check-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>.d-9yseby {
14
+ fill: currentColor;
15
+ d: path("m16.235 19.598l4.057-4.057l.708.713L16.24 21l-2.742-2.723l.708-.708zM5 13q0-2.571 1.615-5.029T11 3.79V5.3q0 1.273.876 2.137t2.149.863q.47 0 .915-.159q.445-.158.84-.456l.432-.339q1.396 1.064 2.141 2.697t.609 3.446l-2.727 2.746l-2.03-2.03l-4.09 4.072l1.718 1.717q-.03 0-.061.003t-.06.003Q8.9 19.885 6.95 17.867T5 13");
16
+ }
17
+ </style><path class="d-9yseby"/>`,
18
+ "fallback": "material-symbols-light:fire-check",
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>.pux2chzd {
14
+ fill: currentColor;
15
+ d: path("M3.692 19v-7.404q-.573-.098-.94-.542t-.367-1.023V6h.769v3.23h.588V6h.785v3.23h.589V6h.769v4.03q0 .58-.368 1.024t-.94.542V19zm10.893 0q-2.935 0-4.981-2.037t-2.046-4.971q0-2.913 2.046-4.953Q11.65 5 14.585 5q2.913 0 4.953 2.04q2.039 2.039 2.039 4.952q0 2.934-2.04 4.971T14.586 19M19.15 8.14L15.266 12l3.859 3.879q.679-.783 1.066-1.776q.386-.993.386-2.113q0-1.119-.373-2.088T19.15 8.14m-4.073-2.124v4.775l3.36-3.384q-.685-.592-1.54-.958t-1.82-.433M14.577 18q1.104 0 2.088-.365q.983-.364 1.766-1.043l-4.354-4.371V6.017q-2.323.177-3.921 1.89t-1.598 4.074q0 2.508 1.755 4.264Q12.07 18 14.577 18");
16
+ }
17
+ </style><path class="pux2chzd"/>`,
18
+ "fallback": "material-symbols-light:fork-chart-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>.f73vc4_o {
14
+ fill: currentColor;
15
+ d: path("M3.692 19v-7.404q-.534-.098-.92-.479q-.388-.38-.388-1.086V6.38q0-.153.112-.267T2.77 6t.273.116t.112.269V9.23h.596V6.386q0-.163.116-.275Q3.98 6 4.134 6t.27.115t.115.27V9.23h.597V6.386q0-.163.111-.275T5.5 6t.273.114t.112.266v3.65q0 .707-.387 1.087t-.921.48V19zm10.893 0q-2.935 0-4.981-2.037t-2.046-4.971q0-2.913 2.046-4.953Q11.65 5 14.585 5q2.913 0 4.953 2.04q2.039 2.039 2.039 4.952q0 2.934-2.04 4.971T14.586 19M19.15 8.14L15.266 12l3.859 3.879q.679-.783 1.066-1.776q.386-.993.386-2.113q0-1.119-.373-2.088T19.15 8.14m-4.073-2.124v4.775l3.36-3.384q-.685-.592-1.54-.958t-1.82-.433M14.577 18q1.104 0 2.088-.365q.983-.364 1.766-1.043l-4.354-4.371V6.017q-2.323.177-3.921 1.89t-1.598 4.074q0 2.508 1.755 4.264Q12.07 18 14.577 18");
16
+ }
17
+ </style><path class="f73vc4_o"/>`,
18
+ "fallback": "material-symbols-light:fork-chart-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>.nxx0o5be {
14
+ fill: currentColor;
15
+ d: path("M3.692 19v-7.404q-.573-.098-.94-.54q-.367-.44-.367-1.025V6h.769v3.23h.596V6h.77v3.23h.596V6h.769v4.03q0 .586-.368 1.027t-.94.54V19zM19.806 7.35q.838.929 1.304 2.109T21.577 12q0 1.342-.47 2.503q-.468 1.16-1.269 2.09L15.267 12zm-4.729-2.333q1.138.067 2.155.49q1.016.422 1.841 1.13l-3.996 4.155zM14.577 19q-2.927 0-4.973-2.037T7.558 12q0-2.786 1.887-4.796t4.632-2.192v7.202l5.067 5.092q-.91.8-2.08 1.247T14.578 19");
16
+ }
17
+ </style><path class="nxx0o5be"/>`,
18
+ "fallback": "material-symbols-light:fork-chart-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>.gz5yzsbk {
14
+ fill: currentColor;
15
+ d: path("M3.692 19v-7.404q-.534-.098-.92-.479q-.388-.38-.388-1.086V6.384q0-.161.112-.273Q2.608 6 2.77 6t.273.112t.112.273V9.23h.596V6.385q0-.162.112-.273T4.134 6t.274.112t.111.273V9.23h.597V6.385q0-.162.111-.273T5.5 6t.273.112t.112.273v3.646q0 .706-.387 1.086t-.921.48V19zM19.806 7.35q.838.929 1.304 2.109T21.577 12q0 1.342-.47 2.503q-.468 1.16-1.269 2.09L15.267 12zm-4.729-2.333q1.138.067 2.155.49q1.016.422 1.841 1.13l-3.996 4.155zM14.577 19q-2.927 0-4.973-2.037T7.558 12q0-2.786 1.887-4.796t4.632-2.192v7.202l5.067 5.092q-.91.8-2.08 1.247T14.578 19");
16
+ }
17
+ </style><path class="gz5yzsbk"/>`,
18
+ "fallback": "material-symbols-light:fork-chart",
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>.azusqs {
14
+ fill: currentColor;
15
+ d: path("M4 20V4h16v16zm1-1h8.5V5H5zm14 0V5h-4.5v14z");
16
+ }
17
+ </style><path class="azusqs"/>`,
18
+ "fallback": "material-symbols-light:grid-layout-side-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>.paww7r7a {
14
+ fill: currentColor;
15
+ d: path("M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zm0-1H13.5V5H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192M19 18.384V5.616q0-.231-.192-.424T18.384 5H14.5v14h3.885q.23 0 .423-.192t.192-.424");
16
+ }
17
+ </style><path class="paww7r7a"/>`,
18
+ "fallback": "material-symbols-light:grid-layout-side-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>.oto2jq9x {
14
+ fill: currentColor;
15
+ d: path("M20 20V4zM5.615 20h6.27q.67 0 1.143-.472q.472-.472.472-1.143V5.615q0-.67-.472-1.143Q12.556 4 11.885 4h-6.27q-.67 0-1.143.472Q4 4.944 4 5.616v12.769q0 .67.472 1.143q.472.472 1.144.472M20 18.384V5.616q0-.672-.472-1.144T18.385 4h-2.27q-.67 0-1.143.472q-.472.472-.472 1.144v12.769q0 .67.472 1.143q.472.472 1.144.472h2.269q.67 0 1.143-.472q.472-.472.472-1.143");
16
+ }
17
+ </style><path class="oto2jq9x"/>`,
18
+ "fallback": "material-symbols-light:grid-layout-side-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>.g_nf5i {
14
+ fill: currentColor;
15
+ d: path("M20 20V4zM4 20h9.5V4H4zm16 0V4h-5.5v16z");
16
+ }
17
+ </style><path class="g_nf5i"/>`,
18
+ "fallback": "material-symbols-light:grid-layout-side-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>.ntf918b {
14
+ fill: currentColor;
15
+ d: path("M20 20V4zM5.615 20H13.5V4H5.616q-.691 0-1.153.463T4 5.616v12.769q0 .69.463 1.153T5.616 20M20 18.384V5.616q0-.691-.462-1.153T18.384 4H14.5v16h3.885q.69 0 1.152-.462T20 18.385");
16
+ }
17
+ </style><path class="ntf918b"/>`,
18
+ "fallback": "material-symbols-light:grid-layout-side",
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>.zqx63yyw {
14
+ fill: currentColor;
15
+ d: path("m11.5 12.86l-4.242 2.457l-.539 2.981q-.036.214-.208.326q-.17.113-.384.076t-.323-.201q-.11-.164-.073-.378l.392-2.152l-1.673.964q-.177.103-.375.049t-.302-.232t-.052-.378t.229-.305l1.673-.963l-2.05-.74q-.189-.068-.287-.26t-.025-.381q.068-.188.26-.274q.192-.085.381-.018l2.856 1.027L11 12L6.758 9.542L3.902 10.57q-.189.067-.378-.018t-.263-.274t.025-.384t.287-.262l2.05-.735l-1.673-.963q-.177-.104-.229-.305t.052-.378t.302-.232t.375.05l1.673.963l-.392-2.152q-.037-.213.073-.378q.11-.164.323-.201t.385.076q.17.113.207.326l.539 2.98l4.242 2.459V6.219L9.183 4.266q-.171-.141-.18-.33q-.009-.188.132-.359q.14-.171.338-.19t.37.123L11.5 4.927V3q0-.213.143-.357T12 2.5t.357.143T12.5 3v1.927l1.658-1.418q.17-.14.369-.122t.339.19t.121.37t-.189.337L12.5 6.22v4.922l4.242-2.458l.539-2.981q.036-.213.207-.326q.171-.112.385-.076t.323.201t.073.378l-.392 2.152l1.673-.964q.177-.103.375-.049t.302.232t.052.378t-.229.305l-1.673.963l2.05.74q.188.068.286.26t.025.381q-.067.189-.26.274q-.192.086-.38.018l-2.856-1.027L13 12l4.242 2.458l2.856-1.027q.189-.067.378.018t.263.274t-.026.384t-.286.262l-2.05.735l1.673.963q.177.104.229.305t-.052.378t-.302.232t-.375-.05l-1.673-.963l.392 2.152q.037.214-.073.378q-.11.165-.323.201t-.385-.076q-.17-.112-.207-.326l-.539-2.98L12.5 12.86v4.92l2.317 1.955q.171.14.18.329q.009.188-.131.359t-.339.19t-.37-.122L12.5 19.073V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21v-1.927l-1.658 1.418q-.17.14-.369.122t-.338-.19t-.122-.37t.189-.337L11.5 17.78z");
16
+ }
17
+ </style><path class="zqx63yyw"/>`,
18
+ "fallback": "material-symbols-light:snowflake-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>.b7-wz07e {
14
+ fill: currentColor;
15
+ d: path("M11.5 21.5v-2.402l-2.061 1.716l-.647-.756L11.5 17.78v-4.896l-4.262 2.438l-.617 3.475l-.994-.177l.49-2.652l-2.1 1.233l-.5-.879l2.1-1.213l-2.533-.898l.349-.933l3.305 1.179L10.981 12L6.739 9.561l-3.306 1.185l-.348-.938l2.532-.893l-2.1-1.213l.5-.879l2.1 1.233l-.49-2.652l.994-.177l.618 3.475l4.261 2.439V6.244L8.792 3.967l.646-.755L11.5 4.927V2.5h1v2.427l2.042-1.716l.646.756L12.5 6.244v4.897l4.237-2.439l.617-3.475l.994.177l-.49 2.652l2.1-1.233l.5.879l-2.1 1.214l2.532.892l-.348.938l-3.306-1.184L13 12l4.237 2.458l3.305-1.18l.348.934l-2.532.898l2.1 1.213l-.5.879l-2.1-1.233l.49 2.652l-.994.177l-.618-3.475l-4.236-2.438v4.896l2.689 2.277l-.647.756l-2.042-1.716V21.5z");
16
+ }
17
+ </style><path class="b7-wz07e"/>`,
18
+ "fallback": "material-symbols-light:snowflake",
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>.p9ejy_b {
14
+ fill: currentColor;
15
+ d: path("M4 20V4h16v16zm1-1h8.5V5H5zm9.5 0H19v-6.5h-4.5zm0-7.5H19V5h-4.5z");
16
+ }
17
+ </style><path class="p9ejy_b"/>`,
18
+ "fallback": "material-symbols-light:space-dashboard-2-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>.bw2zuacb {
14
+ fill: currentColor;
15
+ d: path("M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zm0-1H13.5V5H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192m8.885 0h3.885q.23 0 .423-.192t.192-.424V12.5h-4.5zm0-7.5H19V5.616q0-.231-.192-.424T18.384 5H14.5z");
16
+ }
17
+ </style><path class="bw2zuacb"/>`,
18
+ "fallback": "material-symbols-light:space-dashboard-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>.yxfmxt-v {
14
+ fill: currentColor;
15
+ d: path("M20 20V4zM5.615 20h6.27q.67 0 1.143-.472q.472-.472.472-1.143V5.615q0-.67-.472-1.143Q12.556 4 11.885 4h-6.27q-.67 0-1.143.472Q4 4.944 4 5.616v12.769q0 .67.472 1.143q.472.472 1.144.472m10.5 0h2.269q.67 0 1.143-.472q.472-.472.472-1.143v-4.27q0-.67-.472-1.143q-.472-.472-1.143-.472h-2.27q-.67 0-1.143.472q-.472.472-.472 1.144v4.269q0 .67.472 1.143q.472.472 1.144.472m0-8.5h2.269q.67 0 1.143-.472q.472-.472.472-1.143v-4.27q0-.67-.472-1.143Q19.056 4 18.385 4h-2.27q-.67 0-1.143.472q-.472.472-.472 1.144v4.269q0 .67.472 1.143q.472.472 1.144.472");
16
+ }
17
+ </style><path class="yxfmxt-v"/>`,
18
+ "fallback": "material-symbols-light:space-dashboard-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>.fhht-ib {
14
+ fill: currentColor;
15
+ d: path("M20 20V4zM4 20h9.5V4H4zm10.5 0H20v-7.5h-5.5zm0-8.5H20V4h-5.5z");
16
+ }
17
+ </style><path class="fhht-ib"/>`,
18
+ "fallback": "material-symbols-light:space-dashboard-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>.cwbtdpy {
14
+ fill: currentColor;
15
+ d: path("M20 20V4zM5.615 20H13.5V4H5.616q-.691 0-1.153.463T4 5.616v12.769q0 .69.463 1.153T5.616 20m8.884 0h3.885q.69 0 1.152-.462T20 18.385V12.5h-5.5zm0-8.5H20V5.616q0-.691-.462-1.153T18.384 4H14.5z");
16
+ }
17
+ </style><path class="cwbtdpy"/>`,
18
+ "fallback": "material-symbols-light:space-dashboard-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>.dmqx-bwd {
14
+ fill: currentColor;
15
+ d: path("M13 19q-.213 0-.356-.144t-.144-.357t.144-.356T13 18h6q.213 0 .356.144t.144.357t-.144.356T19 19zm-3.671-9L5.377 6.048q-.146-.146-.146-.347t.146-.347t.35-.146t.358.146l4.08 4.08q.243.243.243.566t-.242.566l-4.081 4.08q-.153.146-.358.146t-.35-.146t-.146-.347t.146-.347z");
16
+ }
17
+ </style><path class="dmqx-bwd"/>`,
18
+ "fallback": "material-symbols-light:terminal-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>.sl009tv {
14
+ fill: currentColor;
15
+ d: path("M12.5 19v-1h7v1zm-6.77-4l-.707-.688L9.329 10L5.023 5.689L5.731 5l5 5z");
16
+ }
17
+ </style><path class="sl009tv"/>`,
18
+ "fallback": "material-symbols-light:terminal-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>.gqd5zmbf {
14
+ fill: currentColor;
15
+ d: path("M17.5 6.044q-.963 1.033-1.482 1.874t-.518 1.39q0 .87.566 1.531q.565.661 1.43.661q.866 0 1.435-.661q.569-.66.569-1.531q0-.548-.518-1.39T17.5 6.044M11.997 21q-2.999 0-4.998-2.064T5 13.8q0-2.042 1.551-4.472t4.697-5.336q.323-.292.749-.302t.75.283q.953.873 1.738 1.703q.784.83 1.457 1.628q-.078.11-.326.394q-.247.286-.316.377q-.675-.8-1.487-1.662T12 4.65Q9.025 7.375 7.513 9.675T6 13.8q0 2.675 1.7 4.438T12 20q1.3 0 2.4-.475t1.9-1.3t1.25-1.963T18 13.8q0-.425-.088-.9t-.262-.975q.108-.074.426-.283t.426-.282q.256.648.377 1.256T19 13.8q0 3.073-2.002 5.137Q14.994 21 11.996 21m.22-2.308q.224-.025.35-.153q.125-.13.125-.311q0-.212-.143-.329q-.144-.116-.368-.091q-1.025.075-2.29-.64q-1.266-.714-1.566-2.39q-.05-.236-.166-.353q-.117-.117-.295-.117q-.197 0-.335.147t-.083.44q.387 2.082 1.923 2.98t2.848.817m3.149-7.138q-.866-.946-.866-2.258q0-.83.618-1.85T17.04 5.14q.202-.186.465-.186t.455.186q1.34 1.318 1.94 2.294t.6 1.868q0 1.306-.865 2.252q-.866.946-2.135.946t-2.134-.946m-3.397.771");
16
+ }
17
+ </style><path class="gqd5zmbf"/>`,
18
+ "fallback": "material-symbols-light:water-drops-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>.taz76dbe {
14
+ fill: currentColor;
15
+ d: path("M17.5 4.692q1.596 1.493 2.298 2.574q.702 1.082.702 2.034q0 1.308-.865 2.254q-.866.946-2.135.946t-2.134-.948q-.866-.95-.866-2.243q0-.905.742-2.045q.742-1.141 2.258-2.572m0 1.352q-.963 1.033-1.482 1.874t-.518 1.39q0 .87.566 1.531q.565.661 1.43.661q.866 0 1.435-.661q.569-.66.569-1.531q0-.548-.518-1.39T17.5 6.044M11.997 21q-2.999 0-4.998-2.064T5 13.8q0-2.154 1.738-4.765T12 3.308q1.196 1.073 2.177 2.062q.98.99 1.765 1.934q-.079.11-.326.395t-.316.376q-.675-.8-1.487-1.662T12 4.65Q9.025 7.375 7.513 9.675T6 13.8q0 2.675 1.7 4.438T12 20q1.3 0 2.4-.475t1.9-1.3t1.25-1.963T18 13.8q0-.425-.088-.9t-.262-.975q.108-.074.426-.283t.426-.282q.256.648.377 1.256T19 13.8q0 3.073-2.002 5.137Q14.994 21 11.996 21m.22-2.308q.224-.025.35-.153q.125-.13.125-.311q0-.212-.143-.329q-.144-.116-.368-.091q-1.025.075-2.29-.64q-1.266-.714-1.566-2.39q-.05-.236-.166-.353q-.117-.117-.295-.117q-.197 0-.335.147t-.083.44q.387 2.082 1.923 2.98t2.848.817M17.5 8.76");
16
+ }
17
+ </style><path class="taz76dbe"/>`,
18
+ "fallback": "material-symbols-light:water-drops-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>.di-ptibp {
14
+ fill: currentColor;
15
+ d: path("M12 21q-3.002 0-5.001-2.061T5 13.8q0-2.042 1.56-4.484t4.713-5.349q.298-.292.715-.304t.714.28q.31.298.61.576t.6.571q-.703.885-1.25 1.969q-.546 1.083-.546 2.241q0 2.356 1.583 3.97q1.584 1.615 3.801 1.615q.362 0 .734-.061q.372-.06.722-.174q-.296 2.756-2.229 4.553T12 21m3.366-9.446Q14.5 10.608 14.5 9.3q0-.835.618-1.854t1.922-2.305q.193-.187.46-.187t.46.187q1.34 1.317 1.94 2.293t.6 1.866q0 1.308-.865 2.254q-.866.946-2.135.946t-2.134-.946m-3.149 7.138q.223-.025.35-.15q.125-.127.125-.311q0-.216-.148-.332t-.363-.091q-1.025.075-2.29-.64q-1.266-.714-1.566-2.39q-.05-.236-.166-.353q-.117-.117-.295-.117q-.197 0-.335.147t-.083.44q.387 2.082 1.923 2.98t2.848.817");
16
+ }
17
+ </style><path class="di-ptibp"/>`,
18
+ "fallback": "material-symbols-light:water-drops-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>.x3v5ifsy {
14
+ fill: currentColor;
15
+ d: path("M12 21q-3.002 0-5.001-2.061T5 13.8q0-2.154 1.738-4.765T12 3.308q.521.46.987.894q.465.435.924.889q-.701.884-1.248 1.968q-.548 1.083-.548 2.241q0 2.356 1.584 3.97t3.801 1.615q.362 0 .734-.061q.372-.06.722-.174q-.296 2.756-2.229 4.553T12 21m3.366-9.446Q14.5 10.608 14.5 9.3q0-.896.742-2.036T17.5 4.692q1.596 1.493 2.298 2.574q.702 1.082.702 2.034q0 1.308-.865 2.254q-.866.946-2.135.946t-2.134-.946m-3.149 7.138q.223-.025.35-.15q.125-.127.125-.311q0-.216-.148-.332t-.363-.091q-1.025.075-2.29-.64q-1.266-.714-1.566-2.39q-.05-.236-.166-.353q-.117-.117-.295-.117q-.197 0-.335.147t-.083.44q.387 2.082 1.923 2.98t2.848.817");
16
+ }
17
+ </style><path class="x3v5ifsy"/>`,
18
+ "fallback": "material-symbols-light:water-drops",
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>.r1rtqtbo {
14
+ fill: currentColor;
15
+ d: path("M19.154 17.5h-1.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.5V15q0-.213.144-.356t.356-.144t.356.144t.144.356v1.5h1.5q.212 0 .356.144t.144.357t-.144.356t-.356.143h-1.5V19q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zM12 6.02l.933.002q.933.003 2.149.04t2.417.106t1.763.218q.476.137.846.494t.505.833q.2.781.278 1.83t.084 1.995q0 .213-.135.357t-.345.143t-.349-.143t-.152-.357q-.025-.855-.1-1.92q-.075-1.066-.244-1.649q-.07-.24-.237-.395t-.407-.224q-.578-.142-2.745-.236T12 7.019q-2.084 0-4.25.095t-2.742.236q-.24.07-.415.246q-.174.177-.224.379q-.2.683-.275 1.942Q4.02 11.177 4.02 12q0 .817.075 2.1t.275 1.95q.07.24.234.395t.405.224q.561.15 2.734.24Q9.916 17 12 17h1.058q.538 0 1.077-.02q.212 0 .356.135t.144.35t-.144.364t-.356.146q-.434 0-.828.012T12.63 18H12q-1.641 0-3.075-.05q-1.248-.025-2.44-.103q-1.19-.078-1.733-.209q-.516-.136-.865-.496q-.35-.36-.487-.836q-.15-.523-.229-1.262q-.08-.738-.102-1.409q-.05-.805-.05-1.632t.05-1.61q.023-.689.102-1.41q.079-.722.229-1.264q.137-.477.497-.838q.361-.361.855-.495q.562-.15 1.753-.219q1.192-.069 2.418-.108q1.434-.04 3.077-.04m1.989 5.633l-3.297-1.843q-.211-.13-.404.001t-.192.353v3.693q0 .222.192.353t.404 0l3.296-1.861q.212-.121.212-.343t-.212-.353");
16
+ }
17
+ </style><path class="r1rtqtbo"/>`,
18
+ "fallback": "material-symbols-light:youtube-activity-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>.gmpd0bcm {
14
+ fill: currentColor;
15
+ d: path("M19.154 19.5v-2h-2v-1h2v-2h1v2h2v1h-2v2zM12 6.02l.933.002q.933.003 2.149.04t2.417.106t1.763.218q.476.137.846.494t.505.833q.237.88.309 2.098q.072 1.22.053 2.227H20q-.02-.829-.085-2.118q-.065-1.29-.265-1.95q-.07-.241-.236-.396t-.408-.224q-.578-.142-2.745-.236T12 7.019q-2.084 0-4.25.095t-2.742.236q-.24.07-.415.246q-.174.177-.224.379q-.2.683-.275 1.942Q4.02 11.177 4.02 12q0 .817.075 2.1t.275 1.95q.07.24.234.395t.405.224q.561.15 2.734.24Q9.916 17 12 17h1.297q.664 0 1.337-.025v.994q-.505.025-.98.028q-.476.003-.852.003H12q-1.641 0-3.075-.05q-1.248-.025-2.44-.103q-1.19-.078-1.733-.209q-.516-.136-.865-.496q-.35-.36-.487-.836q-.15-.523-.229-1.262q-.08-.738-.102-1.409q-.05-.805-.05-1.632t.05-1.61q.023-.689.102-1.41q.079-.722.229-1.264q.137-.477.497-.838q.361-.361.855-.495q.562-.15 1.753-.219q1.192-.069 2.418-.108q1.434-.04 3.077-.04m-1.904 8.539L14.604 12l-4.508-2.539z");
16
+ }
17
+ </style><path class="gmpd0bcm"/>`,
18
+ "fallback": "material-symbols-light:youtube-activity-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>.gquhdkyn {
13
+ "content": `<style>.oosuftag {
14
14
  fill: currentColor;
15
- d: path("M5.474 16.655q-.559-.148-.966-.552q-.408-.403-.552-.961q-.123-.494-.191-1.184q-.069-.69-.1-1.344q-.05-.747-.05-1.537t.05-1.537q.031-.653.1-1.344q.068-.69.195-1.184q.149-.558.552-.966q.404-.408.962-.552q.493-.123 1.579-.191q1.086-.069 2.218-.1q1.308-.05 2.806-.05t2.806.05q1.133.031 2.218.1q1.086.068 1.58.195q.557.15.965.552t.545.958q.205.734.264 1.612t.084 1.724q0 .385-.314.627t-.717.156q-.166-.025-.32-.038t-.342-.012q-1.756 0-2.993 1.238t-1.238 2.993q0 .185.01.358q.009.174.046.359q.056.373-.152.662t-.556.288q-.394 0-.745.013t-.593.012h-.548q-1.498 0-2.806-.05q-1.133-.03-2.218-.099q-1.086-.068-1.58-.196m5.53-3.386l3.175-1.846q.214-.129.214-.351t-.211-.343l-3.178-1.844q-.215-.13-.417-.005t-.202.361v3.672q0 .237.202.361t.417-.005m6.991 2.89h-.843q-.359 0-.601-.241q-.242-.243-.242-.61t.242-.61t.6-.242h.844v-.843q0-.359.242-.601q.243-.243.61-.243t.61.243t.242.6v.844h.843q.359 0 .601.242t.243.61t-.243.61q-.242.242-.6.242h-.844v.843q0 .358-.242.6q-.243.243-.61.243t-.61-.242t-.242-.601z");
15
+ d: path("M19.154 17.5h-1.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.5V15q0-.213.144-.356t.356-.144t.356.144t.144.356v1.5h1.5q.212 0 .356.144t.144.357t-.144.356t-.356.143h-1.5V19q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356zm-5.165-5.848L10.692 9.81q-.211-.131-.404 0t-.192.354v3.692q0 .222.192.353t.404 0l3.296-1.861q.212-.121.212-.343t-.212-.353M12 6.019l.933.003q.933.003 2.149.04t2.417.106t1.763.219q.476.136.846.491t.505.841q.212.76.287 1.81t.075 1.987q0 .276-.195.425q-.196.15-.463.088q-1.115-.185-2.276.233q-1.16.417-1.933 1.188q-.794.771-1.151 1.793q-.357 1.023-.274 2.124q.017.243-.127.435t-.391.192q-.453 0-.85.003q-.395.003-.673.003H12q-1.641 0-3.075-.05q-1.248-.025-2.44-.103q-1.19-.078-1.733-.209q-.516-.136-.865-.496q-.35-.36-.487-.836q-.15-.523-.229-1.262q-.08-.738-.102-1.409q-.05-.805-.05-1.632t.05-1.61q.023-.689.102-1.41q.079-.722.229-1.264q.137-.477.497-.838q.361-.361.855-.495q.562-.15 1.753-.219q1.192-.069 2.418-.108q1.434-.04 3.077-.04");
16
16
  }
17
- </style><path class="gquhdkyn"/>`,
17
+ </style><path class="oosuftag"/>`,
18
18
  "fallback": "material-symbols-light:youtube-activity-rounded",
19
19
  });
20
20
  }
@@ -10,11 +10,11 @@ function Component({width, height, ...props}) {
10
10
  width,
11
11
  height,
12
12
  viewBox,
13
- "content": `<style>.ogkli3bf {
13
+ "content": `<style>.sv_sybbt {
14
14
  fill: currentColor;
15
- d: path("M14.939 16.95q-.58.025-1.086.038t-.908.012h-.866q-1.499 0-2.808-.05q-1.133-.03-2.218-.099q-1.086-.068-1.58-.196q-.557-.148-.965-.552q-.408-.403-.552-.961q-.123-.494-.191-1.184q-.069-.69-.1-1.344q-.05-.747-.05-1.537t.05-1.537q.031-.653.1-1.344q.068-.69.195-1.184q.149-.558.552-.966q.404-.408.962-.552q.493-.123 1.579-.191q1.086-.069 2.218-.1q1.308-.05 2.806-.05t2.806.05q1.133.031 2.218.1q1.086.068 1.58.195q.557.15.965.552t.552.962q.123.494.191 1.184q.069.69.1 1.344q.05.754.05 1.529v.356q-.398-.18-.821-.264t-.866-.084q-1.754 0-2.995 1.239t-1.241 2.995q0 .445.08.853q.081.409.243.786m-4.554-3.334l4.392-2.539l-4.392-2.539zM18 17.846v-1.692h-1.692v-1.692H18v-1.693h1.692v1.693h1.693v1.692h-1.693v1.692z");
15
+ d: path("M19.154 19.5v-2h-2v-1h2v-2h1v2h2v1h-2v2zm-9.058-4.942L14.604 12l-4.508-2.539zM12 6.019l.933.003q.933.003 2.149.04t2.417.106t1.763.218q.476.137.846.492t.505.841q.262.927.324 2.207t.038 2.287q-.296-.104-.642-.158t-.68-.055q-2.093 0-3.546 1.45t-1.453 3.525q-.02.27.01.513t.096.481q-.56.025-1.051.028t-.88.003H12q-1.641 0-3.075-.05q-1.248-.025-2.44-.103q-1.19-.078-1.733-.209q-.516-.136-.865-.496q-.35-.36-.487-.836q-.15-.523-.229-1.262q-.08-.738-.102-1.409q-.05-.805-.05-1.632t.05-1.61q.023-.689.102-1.41q.079-.722.229-1.264q.137-.477.497-.838q.361-.361.855-.495q.562-.15 1.753-.219q1.192-.069 2.418-.108q1.434-.04 3.077-.04");
16
16
  }
17
- </style><path class="ogkli3bf"/>`,
17
+ </style><path class="sv_sybbt"/>`,
18
18
  "fallback": "material-symbols-light:youtube-activity",
19
19
  });
20
20
  }
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": 15232,
5
+ "total": 15268,
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": 1771997959
31
+ "lastModified": 1772603087
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.0",
4
+ "version": "1.0.1",
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",
@@ -8922,6 +8922,30 @@
8922
8922
  "types": "./types/hqrkovbr.d.ts",
8923
8923
  "default": "./components/b/bus-map-pin.jsx"
8924
8924
  },
8925
+ "./bus-map-pin-2": {
8926
+ "types": "./types/hqrkovbr.d.ts",
8927
+ "default": "./components/b/bus-map-pin-2.jsx"
8928
+ },
8929
+ "./bus-map-pin-2-outline": {
8930
+ "types": "./types/hqrkovbr.d.ts",
8931
+ "default": "./components/b/bus-map-pin-2-outline.jsx"
8932
+ },
8933
+ "./bus-map-pin-2-outline-rounded": {
8934
+ "types": "./types/hqrkovbr.d.ts",
8935
+ "default": "./components/b/bus-map-pin-2-outline-rounded.jsx"
8936
+ },
8937
+ "./bus-map-pin-2-outline-sharp": {
8938
+ "types": "./types/hqrkovbr.d.ts",
8939
+ "default": "./components/b/bus-map-pin-2-outline-sharp.jsx"
8940
+ },
8941
+ "./bus-map-pin-2-rounded": {
8942
+ "types": "./types/hqrkovbr.d.ts",
8943
+ "default": "./components/b/bus-map-pin-2-rounded.jsx"
8944
+ },
8945
+ "./bus-map-pin-2-sharp": {
8946
+ "types": "./types/hqrkovbr.d.ts",
8947
+ "default": "./components/b/bus-map-pin-2-sharp.jsx"
8948
+ },
8925
8949
  "./bus-map-pin-outline": {
8926
8950
  "types": "./types/hqrkovbr.d.ts",
8927
8951
  "default": "./components/b/bus-map-pin-outline.jsx"
@@ -12534,6 +12558,14 @@
12534
12558
  "types": "./types/hqrkovbr.d.ts",
12535
12559
  "default": "./components/c/code-rounded.jsx"
12536
12560
  },
12561
+ "./code-xml": {
12562
+ "types": "./types/hqrkovbr.d.ts",
12563
+ "default": "./components/c/code-xml.jsx"
12564
+ },
12565
+ "./code-xml-rounded": {
12566
+ "types": "./types/hqrkovbr.d.ts",
12567
+ "default": "./components/c/code-xml-rounded.jsx"
12568
+ },
12537
12569
  "./coffee": {
12538
12570
  "types": "./types/hqrkovbr.d.ts",
12539
12571
  "default": "./components/c/coffee.jsx"
@@ -21966,6 +21998,22 @@
21966
21998
  "types": "./types/hqrkovbr.d.ts",
21967
21999
  "default": "./components/f/fingerprint-sharp.jsx"
21968
22000
  },
22001
+ "./fire-check": {
22002
+ "types": "./types/hqrkovbr.d.ts",
22003
+ "default": "./components/f/fire-check.jsx"
22004
+ },
22005
+ "./fire-check-outline": {
22006
+ "types": "./types/hqrkovbr.d.ts",
22007
+ "default": "./components/f/fire-check-outline.jsx"
22008
+ },
22009
+ "./fire-check-outline-rounded": {
22010
+ "types": "./types/hqrkovbr.d.ts",
22011
+ "default": "./components/f/fire-check-outline-rounded.jsx"
22012
+ },
22013
+ "./fire-check-rounded": {
22014
+ "types": "./types/hqrkovbr.d.ts",
22015
+ "default": "./components/f/fire-check-rounded.jsx"
22016
+ },
21969
22017
  "./fire-extinguisher": {
21970
22018
  "types": "./types/hqrkovbr.d.ts",
21971
22019
  "default": "./components/f/fire-extinguisher.jsx"
@@ -23378,6 +23426,22 @@
23378
23426
  "types": "./types/hqrkovbr.d.ts",
23379
23427
  "default": "./components/f/forest-rounded.jsx"
23380
23428
  },
23429
+ "./fork-chart": {
23430
+ "types": "./types/hqrkovbr.d.ts",
23431
+ "default": "./components/f/fork-chart.jsx"
23432
+ },
23433
+ "./fork-chart-outline": {
23434
+ "types": "./types/hqrkovbr.d.ts",
23435
+ "default": "./components/f/fork-chart-outline.jsx"
23436
+ },
23437
+ "./fork-chart-outline-sharp": {
23438
+ "types": "./types/hqrkovbr.d.ts",
23439
+ "default": "./components/f/fork-chart-outline-sharp.jsx"
23440
+ },
23441
+ "./fork-chart-sharp": {
23442
+ "types": "./types/hqrkovbr.d.ts",
23443
+ "default": "./components/f/fork-chart-sharp.jsx"
23444
+ },
23381
23445
  "./fork-left": {
23382
23446
  "types": "./types/hqrkovbr.d.ts",
23383
23447
  "default": "./components/f/fork-left.jsx"
@@ -25714,6 +25778,26 @@
25714
25778
  "types": "./types/hqrkovbr.d.ts",
25715
25779
  "default": "./components/g/grid-guides-sharp.jsx"
25716
25780
  },
25781
+ "./grid-layout-side": {
25782
+ "types": "./types/hqrkovbr.d.ts",
25783
+ "default": "./components/g/grid-layout-side.jsx"
25784
+ },
25785
+ "./grid-layout-side-outline": {
25786
+ "types": "./types/hqrkovbr.d.ts",
25787
+ "default": "./components/g/grid-layout-side-outline.jsx"
25788
+ },
25789
+ "./grid-layout-side-outline-sharp": {
25790
+ "types": "./types/hqrkovbr.d.ts",
25791
+ "default": "./components/g/grid-layout-side-outline-sharp.jsx"
25792
+ },
25793
+ "./grid-layout-side-rounded": {
25794
+ "types": "./types/hqrkovbr.d.ts",
25795
+ "default": "./components/g/grid-layout-side-rounded.jsx"
25796
+ },
25797
+ "./grid-layout-side-sharp": {
25798
+ "types": "./types/hqrkovbr.d.ts",
25799
+ "default": "./components/g/grid-layout-side-sharp.jsx"
25800
+ },
25717
25801
  "./grid-off": {
25718
25802
  "types": "./types/hqrkovbr.d.ts",
25719
25803
  "default": "./components/g/grid-off.jsx"
@@ -50274,6 +50358,14 @@
50274
50358
  "types": "./types/hqrkovbr.d.ts",
50275
50359
  "default": "./components/s/snowboarding-sharp.jsx"
50276
50360
  },
50361
+ "./snowflake": {
50362
+ "types": "./types/hqrkovbr.d.ts",
50363
+ "default": "./components/s/snowflake.jsx"
50364
+ },
50365
+ "./snowflake-rounded": {
50366
+ "types": "./types/hqrkovbr.d.ts",
50367
+ "default": "./components/s/snowflake-rounded.jsx"
50368
+ },
50277
50369
  "./snowing": {
50278
50370
  "types": "./types/hqrkovbr.d.ts",
50279
50371
  "default": "./components/s/snowing.jsx"
@@ -50610,6 +50702,26 @@
50610
50702
  "types": "./types/hqrkovbr.d.ts",
50611
50703
  "default": "./components/s/space-dashboard.jsx"
50612
50704
  },
50705
+ "./space-dashboard-2": {
50706
+ "types": "./types/hqrkovbr.d.ts",
50707
+ "default": "./components/s/space-dashboard-2.jsx"
50708
+ },
50709
+ "./space-dashboard-2-outline": {
50710
+ "types": "./types/hqrkovbr.d.ts",
50711
+ "default": "./components/s/space-dashboard-2-outline.jsx"
50712
+ },
50713
+ "./space-dashboard-2-outline-sharp": {
50714
+ "types": "./types/hqrkovbr.d.ts",
50715
+ "default": "./components/s/space-dashboard-2-outline-sharp.jsx"
50716
+ },
50717
+ "./space-dashboard-2-rounded": {
50718
+ "types": "./types/hqrkovbr.d.ts",
50719
+ "default": "./components/s/space-dashboard-2-rounded.jsx"
50720
+ },
50721
+ "./space-dashboard-2-sharp": {
50722
+ "types": "./types/hqrkovbr.d.ts",
50723
+ "default": "./components/s/space-dashboard-2-sharp.jsx"
50724
+ },
50613
50725
  "./space-dashboard-outline": {
50614
50726
  "types": "./types/hqrkovbr.d.ts",
50615
50727
  "default": "./components/s/space-dashboard-outline.jsx"
@@ -55066,6 +55178,14 @@
55066
55178
  "types": "./types/hqrkovbr.d.ts",
55067
55179
  "default": "./components/t/terminal.jsx"
55068
55180
  },
55181
+ "./terminal-2": {
55182
+ "types": "./types/hqrkovbr.d.ts",
55183
+ "default": "./components/t/terminal-2.jsx"
55184
+ },
55185
+ "./terminal-2-rounded": {
55186
+ "types": "./types/hqrkovbr.d.ts",
55187
+ "default": "./components/t/terminal-2-rounded.jsx"
55188
+ },
55069
55189
  "./terminal-rounded": {
55070
55190
  "types": "./types/hqrkovbr.d.ts",
55071
55191
  "default": "./components/t/terminal-rounded.jsx"
@@ -60438,6 +60558,22 @@
60438
60558
  "types": "./types/hqrkovbr.d.ts",
60439
60559
  "default": "./components/w/water-drop-rounded.jsx"
60440
60560
  },
60561
+ "./water-drops": {
60562
+ "types": "./types/hqrkovbr.d.ts",
60563
+ "default": "./components/w/water-drops.jsx"
60564
+ },
60565
+ "./water-drops-outline": {
60566
+ "types": "./types/hqrkovbr.d.ts",
60567
+ "default": "./components/w/water-drops-outline.jsx"
60568
+ },
60569
+ "./water-drops-outline-rounded": {
60570
+ "types": "./types/hqrkovbr.d.ts",
60571
+ "default": "./components/w/water-drops-outline-rounded.jsx"
60572
+ },
60573
+ "./water-drops-rounded": {
60574
+ "types": "./types/hqrkovbr.d.ts",
60575
+ "default": "./components/w/water-drops-rounded.jsx"
60576
+ },
60441
60577
  "./water-ec": {
60442
60578
  "types": "./types/hqrkovbr.d.ts",
60443
60579
  "default": "./components/w/water-ec.jsx"
@@ -61898,6 +62034,14 @@
61898
62034
  "types": "./types/hqrkovbr.d.ts",
61899
62035
  "default": "./components/y/youtube-activity.jsx"
61900
62036
  },
62037
+ "./youtube-activity-outline": {
62038
+ "types": "./types/hqrkovbr.d.ts",
62039
+ "default": "./components/y/youtube-activity-outline.jsx"
62040
+ },
62041
+ "./youtube-activity-outline-rounded": {
62042
+ "types": "./types/hqrkovbr.d.ts",
62043
+ "default": "./components/y/youtube-activity-outline-rounded.jsx"
62044
+ },
61901
62045
  "./youtube-activity-rounded": {
61902
62046
  "types": "./types/hqrkovbr.d.ts",
61903
62047
  "default": "./components/y/youtube-activity-rounded.jsx"