@iconify-svelte/material-symbols-light 1.0.48 → 1.0.50

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 (56) hide show
  1. package/components/b/bullet-chart-outline-rounded.svelte +17 -0
  2. package/components/b/bullet-chart-outline-sharp.svelte +17 -0
  3. package/components/b/bullet-chart-outline.svelte +17 -0
  4. package/components/b/bullet-chart-rounded.svelte +17 -0
  5. package/components/b/bullet-chart-sharp.svelte +17 -0
  6. package/components/b/bullet-chart.svelte +17 -0
  7. package/components/d/display-add-outline-rounded.svelte +17 -0
  8. package/components/d/display-add-outline-sharp.svelte +17 -0
  9. package/components/d/display-add-outline.svelte +17 -0
  10. package/components/d/display-add-rounded.svelte +17 -0
  11. package/components/d/display-add-sharp.svelte +17 -0
  12. package/components/d/display-add.svelte +17 -0
  13. package/components/d/domain-disabled-check-outline-rounded.svelte +17 -0
  14. package/components/d/domain-disabled-check-outline-sharp.svelte +17 -0
  15. package/components/d/domain-disabled-check-outline.svelte +17 -0
  16. package/components/d/domain-disabled-check-rounded.svelte +17 -0
  17. package/components/d/domain-disabled-check-sharp.svelte +17 -0
  18. package/components/d/domain-disabled-check.svelte +17 -0
  19. package/components/d/drive-fusiontable-outline-rounded.svelte +17 -0
  20. package/components/d/drive-fusiontable-outline-sharp.svelte +17 -0
  21. package/components/d/drive-fusiontable-outline.svelte +17 -0
  22. package/components/d/drive-fusiontable-rounded.svelte +17 -0
  23. package/components/d/drive-fusiontable-sharp.svelte +17 -0
  24. package/components/d/drive-fusiontable.svelte +17 -0
  25. package/components/g/globe-clock-outline-rounded.svelte +17 -0
  26. package/components/g/globe-clock-outline-sharp.svelte +17 -0
  27. package/components/g/globe-clock-outline.svelte +17 -0
  28. package/components/g/globe-clock-rounded.svelte +17 -0
  29. package/components/g/globe-clock-sharp.svelte +17 -0
  30. package/components/g/globe-clock.svelte +17 -0
  31. package/components/l/list-2-outline-rounded.svelte +17 -0
  32. package/components/l/list-2-outline-sharp.svelte +17 -0
  33. package/components/l/list-2-outline.svelte +17 -0
  34. package/components/l/list-2-rounded.svelte +17 -0
  35. package/components/l/list-2-sharp.svelte +17 -0
  36. package/components/l/list-2.svelte +17 -0
  37. package/components/s/sim-card-lock-outline-rounded.svelte +17 -0
  38. package/components/s/sim-card-lock-outline-sharp.svelte +17 -0
  39. package/components/s/sim-card-lock-outline.svelte +17 -0
  40. package/components/s/sim-card-lock-rounded.svelte +17 -0
  41. package/components/s/sim-card-lock-sharp.svelte +17 -0
  42. package/components/s/sim-card-lock.svelte +17 -0
  43. package/components/s/speech-to-text-2-outline-rounded.svelte +17 -0
  44. package/components/s/speech-to-text-2-outline-sharp.svelte +17 -0
  45. package/components/s/speech-to-text-2-outline.svelte +17 -0
  46. package/components/s/speech-to-text-2-rounded.svelte +17 -0
  47. package/components/s/speech-to-text-2-sharp.svelte +17 -0
  48. package/components/s/speech-to-text-2.svelte +17 -0
  49. package/components/t/terminal-add-outline-rounded.svelte +17 -0
  50. package/components/t/terminal-add-outline-sharp.svelte +17 -0
  51. package/components/t/terminal-add-outline.svelte +17 -0
  52. package/components/t/terminal-add-rounded.svelte +17 -0
  53. package/components/t/terminal-add-sharp.svelte +17 -0
  54. package/components/t/terminal-add.svelte +17 -0
  55. package/iconify.json +2 -2
  56. package/package.json +217 -1
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="tosmjtl5r"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:bullet-chart-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.tosmjtl5r) {
13
+ fill: currentColor;
14
+ d: path("M11.5 18.135H4.616q-.667 0-1.141-.475T3 16.52V7.5q0-.666.475-1.14q.474-.476 1.14-.476H11.5V4.5q0-.213.144-.356T12.001 4t.356.144t.143.356v1.385h6.885q.666 0 1.14.474Q21 6.834 21 7.5v9.02q0 .666-.475 1.14t-1.14.475H12.5V19.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356zm0-1v-2.75H4v2.134q0 .27.173.443t.443.173zM4 9.635h7.5v-2.75H4.616q-.27 0-.443.173T4 7.5zm0 3.75h9.712q.269 0 .442-.174q.173-.173.173-.442V11.25q0-.27-.173-.442q-.173-.173-.442-.173H4zm8.5 3.75h6.885q.269 0 .442-.174q.173-.172.173-.442V7.5q0-.27-.173-.442q-.173-.173-.442-.173H12.5v2.75h1.212q.666 0 1.14.474q.475.475.475 1.141v1.52q0 .666-.474 1.14t-1.141.475H12.5zM4 13.385v-2.75z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="nkw2qhbmg"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:bullet-chart-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.nkw2qhbmg) {
13
+ fill: currentColor;
14
+ d: path("M3 18.135V5.884h8.5V4h1v1.885H21v12.25h-8.5V20h-1v-1.866zm1-1h7.5v-2.75H4zm0-7.5h7.5v-2.75H4zm0 3.75h10.327v-2.75H4zm8.5 3.75H20V6.884h-7.5v2.75h2.827v4.75H12.5zM4 13.385v-2.75z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="nkw2qhbmg"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:bullet-chart-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.nkw2qhbmg) {
13
+ fill: currentColor;
14
+ d: path("M3 18.135V5.884h8.5V4h1v1.885H21v12.25h-8.5V20h-1v-1.866zm1-1h7.5v-2.75H4zm0-7.5h7.5v-2.75H4zm0 3.75h10.327v-2.75H4zm8.5 3.75H20V6.884h-7.5v2.75h2.827v4.75H12.5zM4 13.385v-2.75z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="z2hqo9n7g"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:bullet-chart-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.z2hqo9n7g) {
13
+ fill: currentColor;
14
+ d: path("M11.5 18.135H4.616q-.667 0-1.141-.475T3 16.52V7.5q0-.666.475-1.14q.474-.476 1.14-.476H11.5V4.5q0-.213.144-.356T12.001 4t.356.144t.143.356v1.385h6.885q.666 0 1.14.474Q21 6.834 21 7.5v9.02q0 .666-.475 1.14t-1.14.475H12.5V19.5q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356zm0-1v-2.75H4v2.134q0 .27.173.443t.443.173zM4 9.635h7.5v-2.75H4.616q-.27 0-.443.173T4 7.5zm8.5 7.5h6.885q.269 0 .442-.174q.173-.172.173-.442V7.5q0-.27-.173-.442q-.173-.173-.442-.173H12.5v2.75h1.212q.666 0 1.14.474q.475.475.475 1.141v1.52q0 .666-.474 1.14t-1.141.475H12.5z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="e2d97abtw"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:bullet-chart-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.e2d97abtw) {
13
+ fill: currentColor;
14
+ d: path("M3 18.135V5.884h8.5V4h1v1.885H21v12.25h-8.5V20h-1v-1.866zm1-1h7.5v-2.75H4zm0-7.5h7.5v-2.75H4zm8.5 7.5H20V6.884h-7.5v2.75h2.827v4.75H12.5z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="e2d97abtw"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:bullet-chart" {...props}></Icon>
11
+ <style>
12
+ :global(.e2d97abtw) {
13
+ fill: currentColor;
14
+ d: path("M3 18.135V5.884h8.5V4h1v1.885H21v12.25h-8.5V20h-1v-1.866zm1-1h7.5v-2.75H4zm0-7.5h7.5v-2.75H4zm8.5 7.5H20V6.884h-7.5v2.75h2.827v4.75H12.5z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="kqs_pd51l"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.kqs_pd51l) {
13
+ fill: currentColor;
14
+ d: path("M4 5v12zm5 13H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h7.618q.212 0 .356.144t.144.357t-.144.356t-.356.143H4.615q-.23 0-.423.192T4 5.616v10.769q0 .23.192.423t.423.192h14.77q.23 0 .423-.192t.192-.423v-4.893q0-.212.144-.356t.357-.144t.356.144t.143.356v4.893q0 .69-.462 1.153T19.385 18H15v1.192q0 .344-.232.576t-.576.232H9.808q-.343 0-.576-.232T9 19.192zm9-12h-2.5q-.213 0-.356-.144T15 5.499t.144-.356T15.5 5H18V2.5q0-.213.144-.356T18.501 2t.356.144T19 2.5V5h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 6H19v2.5q0 .213-.144.356T18.499 9t-.356-.144T18 8.5z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="pcegas82u"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.pcegas82u) {
13
+ fill: currentColor;
14
+ d: path("M4 5v12zm5 15v-2H3V4h9.812q-.08.244-.119.485q-.04.24-.058.515H4v12h16v-5.825q.28-.061.521-.15q.24-.089.479-.21V18h-6v2zm9-11V6h-3V5h3V2h1v3h3v1h-3v3z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="lsu3o9blj"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.lsu3o9blj) {
13
+ fill: currentColor;
14
+ d: path("M4 5v12zm5 15v-2H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h8.197q-.08.244-.119.485q-.04.24-.059.515H4.616q-.231 0-.424.192T4 5.616v10.769q0 .23.192.423t.423.192h14.77q.23 0 .423-.192t.192-.423v-5.21q.28-.061.521-.15q.24-.089.479-.21v5.57q0 .69-.462 1.152T19.385 18H15v2zm9-11V6h-3V5h3V2h1v3h3v1h-3v3z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="kjs56czqq"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.kjs56czqq) {
13
+ fill: currentColor;
14
+ d: path("M18 6h-2.5q-.213 0-.356-.144T15 5.499t.144-.356T15.5 5H18V2.5q0-.213.144-.356T18.501 2t.356.144T19 2.5V5h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 6H19v2.5q0 .213-.144.356T18.499 9t-.356-.144T18 8.5zM9 18H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4H11.9q.364 0 .586.264q.222.263.16.636q-.03.15-.03.311v.308q0 2.444 1.71 4.155q1.71 1.71 4.155 1.71q.414 0 .806-.059t.763-.158q.373-.106.662.103q.288.209.288.561v4.56q0 .684-.462 1.147T19.385 18H15v1.192q0 .344-.232.576t-.576.232H9.808q-.343 0-.576-.232T9 19.192z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="oy4vudwmy"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.oy4vudwmy) {
13
+ fill: currentColor;
14
+ d: path("M18 9V6h-3V5h3V2h1v3h3v1h-3v3zM9 20v-2H3V4h9.812q-.098.36-.147.74q-.05.38-.05.78q0 2.443 1.711 4.154q1.71 1.71 4.155 1.71q.683 0 1.314-.145q.632-.145 1.205-.424V18h-6v2z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="sgsi7w_iu"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:display-add" {...props}></Icon>
11
+ <style>
12
+ :global(.sgsi7w_iu) {
13
+ fill: currentColor;
14
+ d: path("M18 9V6h-3V5h3V2h1v3h3v1h-3v3zm-3 11H9v-2H4.616q-.691 0-1.153-.462T3 16.384V5.616q0-.691.463-1.153T4.615 4h8.197q-.099.36-.148.74t-.049.78q0 2.443 1.711 4.154q1.71 1.71 4.155 1.71q.683 0 1.314-.145q.632-.145 1.205-.424v5.57q0 .69-.462 1.152T19.385 18H15z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="gvvw4cvgc"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:domain-disabled-check-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.gvvw4cvgc) {
13
+ fill: currentColor;
14
+ d: path("M19.266 20.154H3.539q-.349 0-.579-.23t-.23-.578V3.608L1.517 2.392q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l19.9 19.9q.14.14.153.341t-.153.366q-.16.16-.351.163t-.357-.157zm-15.535-1h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.534l-3-3h-3.534zm4.877-12.54l-.94-.935q-.112-.112-.264-.121q-.152-.01-.283.12t-.13.274t.13.273l.916.916q.242.242.565.245t.565-.24l2.135-2.134q.112-.112.121-.264q.01-.152-.121-.282q-.13-.131-.273-.131t-.273.13zm3.535-3.757q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165m.27 14.65q-.144-.144-.144-.357v-4.573q0-.213.144-.357t.356-.143t.357.143t.143.357v4.573q0 .214-.143.357t-.357.143t-.356-.143m-9.539-9.539q-.143-.143-.143-.356V4.154H7.235q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h3.688q.348 0 .578.23t.23.578v3.65q0 .213-.144.356t-.356.144t-.357-.144");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="s6jse0t1l"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:domain-disabled-check-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.s6jse0t1l) {
13
+ fill: currentColor;
14
+ d: path("m21.77 22.646l-2.504-2.492H2.73V3.608l-1.57-1.57l.708-.707l20.608 20.608zM3.73 19.154h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.535l-3-3h-3.534zm4.872-11.442l2.973-2.973l-.546-.547l-2.421 2.422L15.394 5.4l-.546.552zm3.541-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165M21.27 18.15l-1-1v-5.073h1zm-9.538-9.538l-1-1V4.153H7.235l-1-1h5.496z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="s6jse0t1l"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:domain-disabled-check-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.s6jse0t1l) {
13
+ fill: currentColor;
14
+ d: path("m21.77 22.646l-2.504-2.492H2.73V3.608l-1.57-1.57l.708-.707l20.608 20.608zM3.73 19.154h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.535l-3-3h-3.534zm4.872-11.442l2.973-2.973l-.546-.547l-2.421 2.422L15.394 5.4l-.546.552zm3.541-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165M21.27 18.15l-1-1v-5.073h1zm-9.538-9.538l-1-1V4.153H7.235l-1-1h5.496z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="gvvw4cvgc"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:domain-disabled-check-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.gvvw4cvgc) {
13
+ fill: currentColor;
14
+ d: path("M19.266 20.154H3.539q-.349 0-.579-.23t-.23-.578V3.608L1.517 2.392q-.141-.14-.15-.344t.15-.363t.353-.16t.354.16l19.9 19.9q.14.14.153.341t-.153.366q-.16.16-.351.163t-.357-.157zm-15.535-1h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.534l-3-3h-3.534zm4.877-12.54l-.94-.935q-.112-.112-.264-.121q-.152-.01-.283.12t-.13.274t.13.273l.916.916q.242.242.565.245t.565-.24l2.135-2.134q.112-.112.121-.264q.01-.152-.121-.282q-.13-.131-.273-.131t-.273.13zm3.535-3.757q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165m.27 14.65q-.144-.144-.144-.357v-4.573q0-.213.144-.357t.356-.143t.357.143t.143.357v4.573q0 .214-.143.357t-.357.143t-.356-.143m-9.539-9.539q-.143-.143-.143-.356V4.154H7.235q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357q.143-.143.357-.143h3.688q.348 0 .578.23t.23.578v3.65q0 .213-.144.356t-.356.144t-.357-.144");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="s6jse0t1l"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:domain-disabled-check-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.s6jse0t1l) {
13
+ fill: currentColor;
14
+ d: path("m21.77 22.646l-2.504-2.492H2.73V3.608l-1.57-1.57l.708-.707l20.608 20.608zM3.73 19.154h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.535l-3-3h-3.534zm4.872-11.442l2.973-2.973l-.546-.547l-2.421 2.422L15.394 5.4l-.546.552zm3.541-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165M21.27 18.15l-1-1v-5.073h1zm-9.538-9.538l-1-1V4.153H7.235l-1-1h5.496z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="s6jse0t1l"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:domain-disabled-check" {...props}></Icon>
11
+ <style>
12
+ :global(.s6jse0t1l) {
13
+ fill: currentColor;
14
+ d: path("m21.77 22.646l-2.504-2.492H2.73V3.608l-1.57-1.57l.708-.707l20.608 20.608zM3.73 19.154h3v-3h-3zm0-4h3v-3h-3zm0-4h3v-3h-3zm4 8h3v-3h-3zm0-4h3v-3h-3zm4 4h6.535l-3-3h-3.534zm4.872-11.442l2.973-2.973l-.546-.547l-2.421 2.422L15.394 5.4l-.546.552zm3.541-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165M21.27 18.15l-1-1v-5.073h1zm-9.538-9.538l-1-1V4.153H7.235l-1-1h5.496z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="qhmxy4blo"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.qhmxy4blo) {
13
+ fill: currentColor;
14
+ 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 20zM5 16.22v2.165q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.424V9.596l-5.192 5.777q-.237.268-.578.27q-.342.003-.584-.24L9.231 11.99zm0-1.428l3.666-3.665q.242-.243.565-.243t.565.243l3.423 3.423L19 8.096v-2.48q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616zm0-5.196v-1.5v6.454v-3.988v5.657v-4.23V16zm0 5.196V5v9.55v-3.988zm0 1.427v-4.23V16V9.596V19z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="yj-bz14fi"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.yj-bz14fi) {
13
+ fill: currentColor;
14
+ d: path("M4 20V4h16v16zm1-3.78V19h14V9.596L13.242 16l-4.011-4.011zm0-1.428l4.23-4.23l3.99 3.988L19 8.096V5H5zm0-5.196v-1.5v6.454v-3.988v5.657v-4.23V16zm0 5.196V5v9.55v-3.988zm0 1.427v-4.23V16V9.596V19z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="t3pzhtbhn"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.t3pzhtbhn) {
13
+ fill: currentColor;
14
+ 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 20zM5 16.22v2.165q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.424V9.596L13.242 16l-4.011-4.011zm0-1.428l4.23-4.23l3.99 3.988L19 8.096v-2.48q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616zm0-5.196v-1.5v6.454v-3.988v5.657v-4.23V16zm0 5.196V5v9.55v-3.988zm0 1.427v-4.23V16V9.596V19z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="fnkbmkbys"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.fnkbmkbys) {
13
+ fill: currentColor;
14
+ 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 20zM19 8.096l-5.78 6.454l-3.424-3.423q-.242-.242-.565-.242t-.565.242L5 14.792v1.427l4.23-4.23l3.416 3.415q.242.242.584.24t.578-.271L19 9.596z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="mbsl7zjag"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.mbsl7zjag) {
13
+ fill: currentColor;
14
+ d: path("M4 20V4h16v16zM19 8.096l-5.78 6.454l-3.99-3.988L5 14.792v1.427l4.23-4.23L13.243 16L19 9.596z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="aw3nstbpe"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:drive-fusiontable" {...props}></Icon>
11
+ <style>
12
+ :global(.aw3nstbpe) {
13
+ fill: currentColor;
14
+ 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 20zM19 8.096l-5.78 6.454l-3.99-3.988L5 14.792v1.427l4.23-4.23L13.243 16L19 9.596z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="jw78mlbtr"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.jw78mlbtr) {
13
+ fill: currentColor;
14
+ d: path("M12 3q3.529 0 6.08 2.355t2.86 5.809q.018.207-.107.356t-.339.16t-.372-.125q-.158-.138-.181-.351q-.214-2.22-1.518-4.02Q17.119 5.383 15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h5.18q.305 0 .413.304q.109.304-.159.521q-.997.864-1.58 2.06q-.583 1.198-.612 2.538q-.006.212-.165.36q-.16.15-.39.15q-.733 0-1.21-.575T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.212 2.184 5.494q2.183 2.283 5.326 2.477q.224.018.325.185t.07.35t-.179.342q-.149.16-.43.123q-1.742-.121-3.254-.871t-2.63-1.96t-1.765-2.788T3 12q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3m2.78 17.451q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165M18 17.454v-2.339q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v2.333q0 .162.055.301t.187.27l1.52 1.52q.11.111.263.12q.152.01.282-.12t.131-.274t-.13-.273z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="ks_-ztbmn"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.ks_-ztbmn) {
13
+ fill: currentColor;
14
+ d: path("M15.507 3.709q1.643.709 2.859 1.924t1.925 2.857T21 12v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15 4.562V7h-4v3H8v2h6.598q-1.511.829-2.44 2.31q-.927 1.482-.927 3.306v.192q0 .096.019.192H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.221 2.21 5.557q2.21 2.335 5.507 2.437q.09.283.22.522t.28.484H12q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709M14.78 20.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165m4.486-.64l.546-.545L18 17.46v-2.73h-.77v3.046z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="pg79yxbsy"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.pg79yxbsy) {
13
+ fill: currentColor;
14
+ d: path("M15.507 3.709q1.643.709 2.859 1.924t1.925 2.857T21 12v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.598q-1.511.829-2.44 2.31q-.927 1.482-.927 3.306v.192q0 .096.019.192H11q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.221 2.21 5.557q2.21 2.335 5.507 2.437q.09.283.22.522t.28.484H12q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709M14.78 20.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165m4.486-.64l.546-.545L18 17.46v-2.73h-.77v3.046z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="jw78mlbtr"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.jw78mlbtr) {
13
+ fill: currentColor;
14
+ d: path("M12 3q3.529 0 6.08 2.355t2.86 5.809q.018.207-.107.356t-.339.16t-.372-.125q-.158-.138-.181-.351q-.214-2.22-1.518-4.02Q17.119 5.383 15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h5.18q.305 0 .413.304q.109.304-.159.521q-.997.864-1.58 2.06q-.583 1.198-.612 2.538q-.006.212-.165.36q-.16.15-.39.15q-.733 0-1.21-.575T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.212 2.184 5.494q2.183 2.283 5.326 2.477q.224.018.325.185t.07.35t-.179.342q-.149.16-.43.123q-1.742-.121-3.254-.871t-2.63-1.96t-1.765-2.788T3 12q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3m2.78 17.451q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165M18 17.454v-2.339q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v2.333q0 .162.055.301t.187.27l1.52 1.52q.11.111.263.12q.152.01.282-.12t.131-.274t-.13-.273z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="ks_-ztbmn"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.ks_-ztbmn) {
13
+ fill: currentColor;
14
+ d: path("M15.507 3.709q1.643.709 2.859 1.924t1.925 2.857T21 12v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15 4.562V7h-4v3H8v2h6.598q-1.511.829-2.44 2.31q-.927 1.482-.927 3.306v.192q0 .096.019.192H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.221 2.21 5.557q2.21 2.335 5.507 2.437q.09.283.22.522t.28.484H12q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709M14.78 20.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165m4.486-.64l.546-.545L18 17.46v-2.73h-.77v3.046z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="pg79yxbsy"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:globe-clock" {...props}></Icon>
11
+ <style>
12
+ :global(.pg79yxbsy) {
13
+ fill: currentColor;
14
+ d: path("M15.507 3.709q1.643.709 2.859 1.924t1.925 2.857T21 12v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.598q-1.511.829-2.44 2.31q-.927 1.482-.927 3.306v.192q0 .096.019.192H11q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.221 2.21 5.557q2.21 2.335 5.507 2.437q.09.283.22.522t.28.484H12q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709M14.78 20.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165m4.486-.64l.546-.545L18 17.46v-2.73h-.77v3.046z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="aqcz6qbuj"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:list-2-outline-rounded" {...props}></Icon>
11
+ <style>
12
+ :global(.aqcz6qbuj) {
13
+ fill: currentColor;
14
+ d: path("M8.25 17q-.213 0-.356-.144t-.144-.357t.144-.356T8.25 16h7.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zM4.5 12.5q-.213 0-.356-.144T4 11.999t.144-.356t.356-.143h15q.213 0 .356.144t.144.357t-.144.356t-.356.143zM8.25 8q-.213 0-.356-.144t-.144-.357t.144-.356T8.25 7h7.5q.213 0 .356.144t.144.357t-.144.356T15.75 8z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="c2drsmbzt"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:list-2-outline-sharp" {...props}></Icon>
11
+ <style>
12
+ :global(.c2drsmbzt) {
13
+ fill: currentColor;
14
+ d: path("M7.75 17v-1h8.5v1zM4 12.5v-1h16v1zM7.75 8V7h8.5v1z");
15
+ }
16
+
17
+ </style>
@@ -0,0 +1,17 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ /** @type {{width?: string; height?: string;}} */
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="c2drsmbzt"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:list-2-outline" {...props}></Icon>
11
+ <style>
12
+ :global(.c2drsmbzt) {
13
+ fill: currentColor;
14
+ d: path("M7.75 17v-1h8.5v1zM4 12.5v-1h16v1zM7.75 8V7h8.5v1z");
15
+ }
16
+
17
+ </style>