@iconify-svelte/material-symbols-light 1.0.16 → 1.0.18

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 (42) hide show
  1. package/components/a/add-triangle-outline-rounded.svelte +3 -3
  2. package/components/a/add-triangle-outline.svelte +3 -3
  3. package/components/a/add-triangle-rounded.svelte +3 -3
  4. package/components/a/add-triangle.svelte +3 -3
  5. package/components/f/format-image-left-outline-rounded.svelte +16 -0
  6. package/components/f/format-image-left-outline.svelte +16 -0
  7. package/components/f/format-image-left-rounded.svelte +3 -3
  8. package/components/f/format-image-left.svelte +3 -3
  9. package/components/f/format-image-right-outline-rounded.svelte +16 -0
  10. package/components/f/format-image-right-outline.svelte +16 -0
  11. package/components/f/format-image-right-rounded.svelte +3 -3
  12. package/components/f/format-image-right.svelte +3 -3
  13. package/components/f/format-paint-off-outline-rounded.svelte +16 -0
  14. package/components/f/format-paint-off-outline-sharp.svelte +16 -0
  15. package/components/f/format-paint-off-outline.svelte +16 -0
  16. package/components/f/format-paint-off-rounded.svelte +16 -0
  17. package/components/f/format-paint-off-sharp.svelte +16 -0
  18. package/components/f/format-paint-off.svelte +16 -0
  19. package/components/g/graphic-eq-off-rounded.svelte +16 -0
  20. package/components/g/graphic-eq-off.svelte +16 -0
  21. package/components/s/sql-rounded.svelte +16 -0
  22. package/components/s/sql-sharp.svelte +16 -0
  23. package/components/s/sql.svelte +16 -0
  24. package/components/s/swipe-left-2-outline-rounded.svelte +16 -0
  25. package/components/s/swipe-left-2-outline-sharp.svelte +16 -0
  26. package/components/s/swipe-left-2-outline.svelte +16 -0
  27. package/components/s/swipe-left-2-rounded.svelte +16 -0
  28. package/components/s/swipe-left-2-sharp.svelte +16 -0
  29. package/components/s/swipe-left-2.svelte +16 -0
  30. package/components/s/swipe-right-2-outline-rounded.svelte +16 -0
  31. package/components/s/swipe-right-2-outline-sharp.svelte +16 -0
  32. package/components/s/swipe-right-2-outline.svelte +16 -0
  33. package/components/s/swipe-right-2-rounded.svelte +16 -0
  34. package/components/s/swipe-right-2.svelte +16 -0
  35. package/components/t/text-ad-off-outline-rounded.svelte +16 -0
  36. package/components/t/text-ad-off-outline-sharp.svelte +16 -0
  37. package/components/t/text-ad-off-outline.svelte +16 -0
  38. package/components/t/text-ad-off-rounded.svelte +16 -0
  39. package/components/t/text-ad-off-sharp.svelte +16 -0
  40. package/components/t/text-ad-off.svelte +16 -0
  41. package/iconify.json +2 -2
  42. package/package.json +129 -1
@@ -4,13 +4,13 @@ import Icon from '@iconify/css-svelte';
4
4
  let {width, height, ...props} = $props();
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="wwizo6bk"/>`;
7
+ const content = `<path class="x8pzu5ba"/>`;
8
8
  </script>
9
9
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-triangle-outline-rounded" {...props}></Icon>
10
10
  <style>
11
- :global .wwizo6bk {
11
+ :global .x8pzu5ba {
12
12
  fill: currentColor;
13
- d: path("M4.139 20q-.703 0-1.06-.606q-.358-.605.01-1.221L10.95 4.789q.187-.299.467-.457t.58-.159q.301 0 .584.159t.469.457l7.88 13.384q.368.616.01 1.221q-.357.606-1.06.606zm.201-1h15.32q.23 0 .327-.163q.096-.164-.058-.414l-7.64-12.942q-.097-.173-.289-.173t-.288.173l-7.66 12.98q-.115.212-.02.376q.097.163.309.163m7.159-3.846v1.442q0 .213.144.357t.357.143t.356-.143t.143-.357v-1.442h1.48q.213 0 .357-.144t.144-.357t-.144-.356t-.356-.143H12.5V12.73q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356v1.423h-1.461q-.213 0-.357.144t-.144.357t.144.356t.356.143zm.5-.5");
13
+ d: path("M4.139 19q-.703 0-1.06-.606q-.358-.605.01-1.221L10.95 3.789q.187-.299.467-.457t.58-.159t.584.159t.469.457l7.88 13.384q.368.616.01 1.221q-.357.606-1.06.606zm.201-1h15.32q.23 0 .327-.163q.096-.164-.058-.414l-7.64-12.942q-.097-.173-.289-.173t-.288.173l-7.66 12.98q-.115.212-.02.376q.097.163.309.163m7.159-4.346v1.442q0 .213.144.357t.357.143t.356-.143t.143-.357v-1.442h1.48q.213 0 .357-.144t.144-.357t-.144-.356t-.356-.143H12.5V11.23q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356v1.423h-1.461q-.213 0-.357.144t-.144.357t.144.356t.356.143zm.5-.5");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import Icon from '@iconify/css-svelte';
4
4
  let {width, height, ...props} = $props();
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="l9vf08h"/>`;
7
+ const content = `<path class="bjvux3e"/>`;
8
8
  </script>
9
9
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-triangle-outline" {...props}></Icon>
10
10
  <style>
11
- :global .l9vf08h {
11
+ :global .bjvux3e {
12
12
  fill: currentColor;
13
- d: path("M2.02 20L12 3l10 17zm1.724-1h16.531L12 5zm7.756-1.904h1v-1.942h1.98v-1H12.5V12.23h-1v1.923H9.539v1H11.5zm.52-2.442");
13
+ d: path("M2.02 19L12 2l10 17zm1.724-1h16.531L12 4zm7.756-2.404h1v-1.942h1.98v-1H12.5V10.73h-1v1.923H9.539v1H11.5zm.5-2.442");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import Icon from '@iconify/css-svelte';
4
4
  let {width, height, ...props} = $props();
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="db_eixbi"/>`;
7
+ const content = `<path class="q0udw5_d"/>`;
8
8
  </script>
9
9
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-triangle-rounded" {...props}></Icon>
10
10
  <style>
11
- :global .db_eixbi {
11
+ :global .q0udw5_d {
12
12
  fill: currentColor;
13
- d: path("M4.139 20q-.703 0-1.06-.606q-.358-.605.01-1.221L10.95 4.789q.187-.299.467-.457t.58-.159q.301 0 .584.159t.469.457l7.88 13.384q.368.616.01 1.221q-.357.606-1.06.606zm7.361-4.846v1.442q0 .213.144.357t.357.143t.356-.143t.143-.357v-1.442h1.48q.213 0 .357-.144t.144-.357t-.144-.356t-.356-.143H12.5V12.73q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356v1.423h-1.461q-.213 0-.357.144t-.144.357t.144.356t.356.143z");
13
+ d: path("M4.139 19q-.703 0-1.06-.606q-.358-.605.01-1.221L10.95 3.789q.187-.299.467-.457t.58-.159t.584.159t.469.457l7.88 13.384q.368.616.01 1.221q-.357.606-1.06.606zm7.361-5.346v1.442q0 .213.144.357t.357.143t.356-.143t.143-.357v-1.442h1.48q.213 0 .357-.144t.144-.357t-.144-.356t-.356-.143H12.5V11.23q0-.213-.144-.356t-.357-.144t-.356.144t-.143.356v1.423h-1.461q-.213 0-.357.144t-.144.357t.144.356t.356.143z");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import Icon from '@iconify/css-svelte';
4
4
  let {width, height, ...props} = $props();
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="s2pw_gs"/>`;
7
+ const content = `<path class="ia39ktf"/>`;
8
8
  </script>
9
9
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:add-triangle" {...props}></Icon>
10
10
  <style>
11
- :global .s2pw_gs {
11
+ :global .ia39ktf {
12
12
  fill: currentColor;
13
- d: path("M2.02 20L12 3l10 17zm9.48-2.904h1v-1.942h1.98v-1H12.5V12.23h-1v1.923H9.539v1H11.5z");
13
+ d: path("M2.02 19L12 2l10 17zm9.48-3.404h1v-1.942h1.98v-1H12.5V10.73h-1v1.923H9.539v1H11.5z");
14
14
  }
15
15
 
16
16
  </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="fckc0gma"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-image-left-outline-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .fckc0gma {
12
+ fill: currentColor;
13
+ d: path("M4.808 16.25q-.343 0-.576-.232T4 15.442V8.558q0-.343.232-.576t.576-.232h6.884q.343 0 .576.232t.232.576v6.884q0 .344-.232.576t-.576.232zm.192-1h6.5v-6.5H5zM4.5 5q-.213 0-.356-.144T4 4.499t.144-.356T4.5 4h15q.213 0 .356.144t.144.357t-.144.356T19.5 5zm10.885 3.75q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm0 3.75q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm0 3.75q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zM4.5 20q-.213 0-.356-.144T4 19.499t.144-.356T4.5 19h15q.213 0 .356.144t.144.357t-.144.356T19.5 20zm3.75-8");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="xidp2ab"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-image-left-outline" {...props}></Icon>
10
+ <style>
11
+ :global .xidp2ab {
12
+ fill: currentColor;
13
+ d: path("M4 16.25v-8.5h8.5v8.5zm1-1h6.5v-6.5H5zM4 5V4h16v1zm10.885 3.75v-1H20v1zm0 3.75v-1H20v1zm0 3.75v-1H20v1zM4 20v-1h16v1zm4.25-8");
14
+ }
15
+
16
+ </style>
@@ -4,13 +4,13 @@ import Icon from '@iconify/css-svelte';
4
4
  let {width, height, ...props} = $props();
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="ad9__jbn"/>`;
7
+ const content = `<path class="rgtbo7hk"/>`;
8
8
  </script>
9
9
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-image-left-rounded" {...props}></Icon>
10
10
  <style>
11
- :global .ad9__jbn {
11
+ :global .rgtbo7hk {
12
12
  fill: currentColor;
13
- d: path("M4.808 16.25q-.343 0-.576-.232T4 15.442V8.558q0-.343.232-.576t.576-.232h6.884q.343 0 .576.232t.232.576v6.884q0 .344-.232.576t-.576.232zm.192-1h6.5v-6.5H5zM4.5 5q-.213 0-.356-.144T4 4.499t.144-.356T4.5 4h15q.213 0 .356.144t.144.357t-.144.356T19.5 5zm10.885 3.75q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm0 3.75q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm0 3.75q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zM4.5 20q-.213 0-.356-.144T4 19.499t.144-.356T4.5 19h15q.213 0 .356.144t.144.357t-.144.356T19.5 20z");
13
+ d: path("M4.808 16.25q-.343 0-.576-.232T4 15.442V8.558q0-.343.232-.576t.576-.232h6.884q.343 0 .576.232t.232.576v6.884q0 .344-.232.576t-.576.232zM4.5 5q-.213 0-.356-.144T4 4.499t.144-.356T4.5 4h15q.213 0 .356.144t.144.357t-.144.356T19.5 5zm10.885 3.75q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm0 3.75q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zm0 3.75q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143H19.5q.213 0 .356.144t.144.357t-.144.356t-.356.143zM4.5 20q-.213 0-.356-.144T4 19.499t.144-.356T4.5 19h15q.213 0 .356.144t.144.357t-.144.356T19.5 20z");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import Icon from '@iconify/css-svelte';
4
4
  let {width, height, ...props} = $props();
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="myig8yb"/>`;
7
+ const content = `<path class="x5_675b"/>`;
8
8
  </script>
9
9
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-image-left" {...props}></Icon>
10
10
  <style>
11
- :global .myig8yb {
11
+ :global .x5_675b {
12
12
  fill: currentColor;
13
- d: path("M4 16.25v-8.5h8.5v8.5zm1-1h6.5v-6.5H5zM4 5V4h16v1zm10.885 3.75v-1H20v1zm0 3.75v-1H20v1zm0 3.75v-1H20v1zM4 20v-1h16v1z");
13
+ d: path("M4 16.25v-8.5h8.5v8.5zM4 5V4h16v1zm10.885 3.75v-1H20v1zm0 3.75v-1H20v1zm0 3.75v-1H20v1zM4 20v-1h16v1z");
14
14
  }
15
15
 
16
16
  </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="tyb9amcv"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-image-right-outline-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .tyb9amcv {
12
+ fill: currentColor;
13
+ d: path("M12.308 16.25q-.343 0-.576-.232t-.232-.576V8.558q0-.343.232-.576t.576-.232h6.884q.344 0 .576.232t.232.576v6.884q0 .344-.232.576t-.576.232zm.192-1H19v-6.5h-6.5zM4.5 20q-.213 0-.356-.144T4 19.499t.144-.356T4.5 19h15q.213 0 .356.144t.144.357t-.144.356T19.5 20zm0-3.75q-.213 0-.356-.144T4 15.749t.144-.356t.356-.143h4.116q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-3.75q-.213 0-.356-.144T4 11.999t.144-.356t.356-.143h4.116q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-3.75q-.213 0-.356-.144T4 8.249t.144-.356t.356-.143h4.116q.212 0 .356.144t.144.357t-.144.356t-.356.143zM4.5 5q-.213 0-.356-.144T4 4.499t.144-.356T4.5 4h15q.213 0 .356.144t.144.357t-.144.356T19.5 5zm11.25 7");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="qkto8vb"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-image-right-outline" {...props}></Icon>
10
+ <style>
11
+ :global .qkto8vb {
12
+ fill: currentColor;
13
+ d: path("M11.5 16.25v-8.5H20v8.5zm1-1H19v-6.5h-6.5zM4 20v-1h16v1zm0-3.75v-1h5.116v1zm0-3.75v-1h5.116v1zm0-3.75v-1h5.116v1zM4 5V4h16v1zm11.75 7");
14
+ }
15
+
16
+ </style>
@@ -4,13 +4,13 @@ import Icon from '@iconify/css-svelte';
4
4
  let {width, height, ...props} = $props();
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="bkyciabi"/>`;
7
+ const content = `<path class="p0wtppba"/>`;
8
8
  </script>
9
9
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-image-right-rounded" {...props}></Icon>
10
10
  <style>
11
- :global .bkyciabi {
11
+ :global .p0wtppba {
12
12
  fill: currentColor;
13
- d: path("M12.308 16.25q-.343 0-.576-.232t-.232-.576V8.558q0-.343.232-.576t.576-.232h6.884q.344 0 .576.232t.232.576v6.884q0 .344-.232.576t-.576.232zm.192-1H19v-6.5h-6.5zM4.5 20q-.213 0-.356-.144T4 19.499t.144-.356T4.5 19h15q.213 0 .356.144t.144.357t-.144.356T19.5 20zm0-3.75q-.213 0-.356-.144T4 15.749t.144-.356t.356-.143h4.116q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-3.75q-.213 0-.356-.144T4 11.999t.144-.356t.356-.143h4.116q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-3.75q-.213 0-.356-.144T4 8.249t.144-.356t.356-.143h4.116q.212 0 .356.144t.144.357t-.144.356t-.356.143zM4.5 5q-.213 0-.356-.144T4 4.499t.144-.356T4.5 4h15q.213 0 .356.144t.144.357t-.144.356T19.5 5z");
13
+ d: path("M12.308 16.25q-.343 0-.576-.232t-.232-.576V8.558q0-.343.232-.576t.576-.232h6.884q.344 0 .576.232t.232.576v6.884q0 .344-.232.576t-.576.232zM4.5 20q-.213 0-.356-.144T4 19.499t.144-.356T4.5 19h15q.213 0 .356.144t.144.357t-.144.356T19.5 20zm0-3.75q-.213 0-.356-.144T4 15.749t.144-.356t.356-.143h4.116q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-3.75q-.213 0-.356-.144T4 11.999t.144-.356t.356-.143h4.116q.212 0 .356.144t.144.357t-.144.356t-.356.143zm0-3.75q-.213 0-.356-.144T4 8.249t.144-.356t.356-.143h4.116q.212 0 .356.144t.144.357t-.144.356t-.356.143zM4.5 5q-.213 0-.356-.144T4 4.499t.144-.356T4.5 4h15q.213 0 .356.144t.144.357t-.144.356T19.5 5z");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import Icon from '@iconify/css-svelte';
4
4
  let {width, height, ...props} = $props();
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="zpv__6t"/>`;
7
+ const content = `<path class="u21a95f"/>`;
8
8
  </script>
9
9
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-image-right" {...props}></Icon>
10
10
  <style>
11
- :global .zpv__6t {
11
+ :global .u21a95f {
12
12
  fill: currentColor;
13
- d: path("M11.5 16.25v-8.5H20v8.5zm1-1H19v-6.5h-6.5zM4 20v-1h16v1zm0-3.75v-1h5.116v1zm0-3.75v-1h5.116v1zm0-3.75v-1h5.116v1zM4 5V4h16v1z");
13
+ d: path("M11.5 16.25v-8.5H20v8.5zM4 20v-1h16v1zm0-3.75v-1h5.116v1zm0-3.75v-1h5.116v1zm0-3.75v-1h5.116v1zM4 5V4h16v1z");
14
14
  }
15
15
 
16
16
  </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="e9324hbg"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-paint-off-outline-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .e9324hbg {
12
+ fill: currentColor;
13
+ d: path("M12.663 6.818q-.144-.143-.144-.356V5H7.811l-.888-.889q.17-.065.347-.088Q7.448 4 7.635 4h10.557q.349 0 .578.23t.23.578v8.384q0 .612-.398 1.054t-1.03.514l-.972-.972h.746q.27 0 .462-.173t.192-.423v-1.73h-3.727l-1-1H18V5h-1.634v3.212q0 .213-.144.356q-.143.144-.357.144q-.213 0-.356-.144t-.143-.356V5h-1.847v1.462q0 .213-.143.356t-.357.144t-.356-.144M10.962 21q-.421 0-.711-.29q-.29-.289-.29-.71v-5.212H6.635q-.69 0-1.162-.462Q5 13.863 5 13.192V6.427L3.094 4.521q-.146-.146-.153-.347t.159-.366t.357-.166t.356.166l16.38 16.384q.145.146.155.344t-.156.364q-.165.165-.356.165q-.192 0-.357-.165l-5.46-5.454V20q0 .421-.29.71q-.288.29-.71.29zm-4.327-7.212h5.727l-2.328-2.327H6v1.731q0 .25.183.424q.183.173.452.173M6 10.462h3.035L6 7.427zm6.362 3.327H6zm4.238 0H18z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="ui2t3sbm"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-paint-off-outline-sharp" {...props}></Icon>
10
+ <style>
11
+ :global .ui2t3sbm {
12
+ fill: currentColor;
13
+ d: path("M19 4v10.76h-1.429l-.971-.972H18v-2.327h-3.727l-1-1H18V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.811l-.888-.889q.17-.065.345-.088Q7.444 4 7.635 4zm.833 17.26l-5.814-5.814V21H9.962v-6.212H5V6.427l-2.26-2.26l.714-.713l17.092 17.092zM6 13.787h6.362l-2.328-2.327H6zm0-3.327h3.035L6 7.427zm6.362 3.327H6zm4.238 0H18z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="wsqmktqr"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-paint-off-outline" {...props}></Icon>
10
+ <style>
11
+ :global .wsqmktqr {
12
+ fill: currentColor;
13
+ d: path("M19 4v9.192q0 .612-.398 1.054t-1.03.513l-.972-.97h.746q.27 0 .462-.174q.192-.173.192-.423v-1.73h-3.727l-1-1H18V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.811l-.888-.889q.17-.065.347-.088Q7.448 4 7.635 4zm.833 17.26l-5.814-5.814V20q0 .421-.29.71q-.288.29-.71.29h-2.058q-.42 0-.71-.29q-.29-.289-.29-.71v-5.212H6.635q-.69 0-1.162-.462Q5 13.863 5 13.192V6.427l-2.26-2.26l.714-.713l17.092 17.092zM6.635 13.787h5.727l-2.328-2.327H6v1.731q0 .25.183.424q.183.173.452.173M6 10.462h3.035L6 7.427zm6.362 3.327H6zm4.238 0H18z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="hw51n_br"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-paint-off-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .hw51n_br {
12
+ fill: currentColor;
13
+ d: path("M12.663 6.818q-.144-.144-.144-.356V5H7.811l-.888-.889q.17-.065.345-.088Q7.444 4 7.635 4h10.557q.344 0 .576.232t.232.576v8.384q0 .612-.398 1.054t-1.03.514l-4.299-4.298H18V5h-1.634v3.212q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356V5h-1.847v1.462q0 .212-.144.356t-.356.144t-.356-.144M10.962 21q-.413 0-.707-.294T9.962 20v-5.212H6.635q-.69 0-1.163-.462Q5 13.863 5 13.192V6.427L3.094 4.521q-.146-.146-.153-.347t.159-.366t.357-.166t.356.166l16.38 16.384q.145.146.155.344t-.156.364q-.165.165-.356.165q-.192 0-.357-.165l-5.46-5.454V20q0 .413-.294.706T13.02 21zM6 10.462h3.035L6 7.427z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="c1sg0sbv"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-paint-off-sharp" {...props}></Icon>
10
+ <style>
11
+ :global .c1sg0sbv {
12
+ fill: currentColor;
13
+ d: path("M19 4v10.76h-1.429l-4.298-4.298H18V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.811l-.888-.889q.17-.065.345-.088Q7.444 4 7.635 4zm.833 17.26l-5.814-5.814V21H9.962v-6.212H5V6.427l-2.26-2.26l.714-.713l17.092 17.092zM6 10.462h3.035L6 7.427z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="k0n_kgfs"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:format-paint-off" {...props}></Icon>
10
+ <style>
11
+ :global .k0n_kgfs {
12
+ fill: currentColor;
13
+ d: path("M19 4v9.192q0 .612-.398 1.054t-1.03.513l-4.299-4.297H18V5h-1.634v3.712h-1V5h-1.847v1.962h-1V5H7.811l-.888-.889q.17-.065.345-.088Q7.444 4 7.635 4zm.833 17.26l-5.814-5.814V20q0 .413-.294.706T13.02 21h-2.058q-.412 0-.706-.294T9.962 20v-5.212H6.635q-.69 0-1.163-.462Q5 13.863 5 13.192V6.427l-2.26-2.26l.714-.713l17.092 17.092zM6 10.462h3.035L6 7.427z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="rch8cabd"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:graphic-eq-off-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .rch8cabd {
12
+ fill: currentColor;
13
+ d: path("M11.643 20.856q-.143-.143-.143-.356v-7.573l-2.75-2.75v6.439q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356V9.177L3.094 4.521q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.147.147.156.345t-.156.363t-.356.166t-.357-.166L12.5 13.927V20.5q0 .213-.144.356t-.357.144t-.356-.144m-7.5-7.692Q4 13.02 4 12.808v-1.616q0-.212.144-.356t.357-.144t.356.144t.143.356v1.616q0 .212-.144.356t-.357.144t-.356-.144m7.86-4.183q-.186 0-.344-.13q-.159-.13-.159-.376V3.5q0-.213.144-.356T12.001 3t.356.144t.143.356v4.98q0 .25-.155.376q-.155.125-.342.125m3.75 3.75q-.186 0-.344-.13q-.159-.13-.159-.376v-4.84q0-.213.144-.357t.357-.143t.356.143t.143.357v4.846q0 .25-.155.375t-.341.125m3.39.433Q19 13.02 19 12.808v-1.616q0-.212.144-.356t.357-.144t.356.144t.143.356v1.616q0 .212-.144.356t-.357.144t-.356-.144");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="ik_4ype"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:graphic-eq-off" {...props}></Icon>
10
+ <style>
11
+ :global .ik_4ype {
12
+ fill: currentColor;
13
+ d: path("M19.833 21.26L12.5 13.927V21h-1v-8.073l-2.75-2.75v6.939h-1V9.177l-5.01-5.01l.714-.713l17.092 17.092zM4 13.308v-2.616h1v2.616zm8.5-3.62l-1-1V3h1zm3.75 3.75l-1-1V6.884h1zm2.75-.13v-2.616h1v2.616z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="zl26gccy"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:sql-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .zl26gccy {
12
+ fill: currentColor;
13
+ d: path("M7.308 9.308q.31 0 .5.191Q8 9.69 8 10v.308q0 .161-.111.273t-.274.111H7.5q-.161 0-.273-.111t-.111-.273v-.116H4.5v1.424h2.808q.31 0 .5.19q.192.192.192.502V14q0 .31-.191.501q-.192.191-.501.191h-3q-.31 0-.501-.191q-.192-.191-.192-.501v-.308q0-.161.112-.273T4 13.308h.115q.162 0 .273.111t.112.273v.116h2.616v-1.423H4.308q-.31 0-.501-.192t-.191-.5V10q0-.31.19-.501q.192-.191.502-.191zm6.384 0q.445 0 .761.316q.316.317.316.76v3.232q0 .444-.316.76t-.76.316h-.674v1.058q0 .19-.126.316t-.316.126t-.316-.126t-.126-.316v-1.058h-.673q-.445 0-.761-.316t-.316-.76v-3.231q0-.444.316-.761q.316-.316.76-.316zm-.115.884h-2q-.115 0-.211.097q-.097.096-.097.211v3q0 .116.097.212q.096.096.211.096h2q.115 0 .212-.096t.096-.212v-3q0-.115-.096-.212q-.097-.096-.212-.096m4.336-.758q.126.126.126.316v4.058h1.903q.19 0 .317.126q.126.126.126.316t-.126.316t-.317.126h-1.98q-.348 0-.578-.23t-.23-.577V9.75q0-.19.126-.316t.316-.126t.317.126");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="gdlap8b"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:sql-sharp" {...props}></Icon>
10
+ <style>
11
+ :global .gdlap8b {
12
+ fill: currentColor;
13
+ d: path("M3.616 14.692v-1.384H4.5v.5h2.616v-1.423h-3.5V9.308H8v1.384h-.885v-.5H4.5v1.424H8v3.076zm8.519 1.5v-1.5h-1.75V9.308h4.384v5.384h-1.75v1.5zm-.866-2.384h2.616v-3.616h-2.616zm5.885.884V9.308h.884v4.5h2.346v.884z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="hrvyhh4z"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:sql" {...props}></Icon>
10
+ <style>
11
+ :global .hrvyhh4z {
12
+ fill: currentColor;
13
+ d: path("M4.308 14.692q-.31 0-.501-.191T3.616 14v-.692H4.5v.5h2.616v-1.423H4.308q-.31 0-.501-.192t-.191-.5V10q0-.31.19-.501q.192-.191.502-.191h3q.31 0 .5.191Q8 9.69 8 10v.692h-.885v-.5H4.5v1.424h2.808q.31 0 .5.19q.192.192.192.502V14q0 .31-.191.501q-.192.191-.501.191zm7.827 1.5v-1.5h-.673q-.445 0-.761-.316t-.316-.76v-3.231q0-.444.316-.761q.316-.316.76-.316h2.231q.444 0 .761.316q.316.317.316.76v3.232q0 .444-.316.76t-.76.316h-.674v1.5zm-.558-2.384h2q.115 0 .212-.096t.096-.212v-3q0-.115-.096-.212q-.097-.096-.212-.096h-2q-.115 0-.211.096q-.097.096-.097.212v3q0 .116.097.212q.096.096.211.096m5.577-4.5h.885v4.5h2.346v.884h-3.231z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="b_-52p-s"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:swipe-left-2-outline-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .b_-52p-s {
12
+ fill: currentColor;
13
+ d: path("M11.825 21q-.504 0-.948-.186t-.812-.554L5.59 15.796q-.18-.179-.185-.447t.198-.453l.017-.017q.227-.208.515-.268q.287-.061.581.012l2.785.687V7q0-.213.144-.356t.357-.144t.356.144T10.5 7v8.596q0 .404-.323.646q-.323.243-.702.137l-2.611-.71l3.915 3.897q.202.201.477.318t.569.116H15.5q1.056 0 1.778-.722T18 17.5v-4q0-.213.144-.356t.357-.144t.356.144t.143.356v4q0 1.458-1.021 2.479T15.504 21zm1.359-15.856q.143.143.143.356V14q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V5.5q0-.213.144-.356q.144-.144.356-.144q.213 0 .357.144m2.846 6q.143.144.143.356V14q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356v-2.5q0-.213.144-.356t.357-.144t.356.144M4.1 6.5h2.842q.192 0 .317.125q.126.125.126.317t-.126.317t-.317.125H3.808q-.343 0-.576-.232T3 6.578V3.442q0-.191.125-.317Q3.25 3 3.442 3t.317.125t.126.317v2.064q1.992-1.533 4.013-2.279t4.16-.746q2.719 0 4.987 1.111t3.52 2.987q.093.16.057.335t-.195.261q-.16.087-.332.044t-.27-.202Q18.61 5.314 16.562 4.34t-4.504-.974q-2.085 0-4.052.775T4.1 6.5");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="uxxb-y3p"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:swipe-left-2-outline-sharp" {...props}></Icon>
10
+ <style>
11
+ :global .uxxb-y3p {
12
+ fill: currentColor;
13
+ d: path("M3 7.385V3h.885v2.506q1.992-1.533 4.013-2.279t4.16-.746q2.996 0 5.44 1.338T21 7.385h-.94q-1.143-1.87-3.28-2.944t-4.722-1.075q-2.085 0-4.052.774T4.1 6.5h3.285v.885zM10.806 21l-5.667-5.654l.92-.894l3.441.857V6.5h1v10.152l-3.637-.983L11.214 20H18v-7h1v8zm1.521-6.5V5h1v9.5zm2.846 0V11h1v3.5zm-.725 2.635");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="hxwbeiod"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:swipe-left-2-outline" {...props}></Icon>
10
+ <style>
11
+ :global .hxwbeiod {
12
+ fill: currentColor;
13
+ d: path("M11.825 21q-.504 0-.948-.186t-.812-.554L5.14 15.346l.48-.467q.227-.208.515-.268q.287-.061.582.012l2.784.687V7q0-.213.144-.356t.357-.144t.356.144T10.5 7v9.652l-3.637-.983l3.916 3.897q.202.201.477.318t.569.116H15.5q1.056 0 1.778-.722T18 17.5v-4q0-.213.144-.356t.357-.144t.356.144t.143.356v4q0 1.458-1.021 2.479T15.504 21zm.502-6.5v-9q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v9zm2.846 0v-3q0-.213.144-.357t.357-.143t.356.144t.143.356v3zM3 7.385V3h.885v2.506q1.992-1.533 4.013-2.279t4.16-.746q2.996 0 5.44 1.338T21 7.385h-.94q-1.143-1.87-3.28-2.944t-4.722-1.075q-2.085 0-4.052.774T4.1 6.5h3.285v.885zm11.02 9.75");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="cf_jm76t"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:swipe-left-2-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .cf_jm76t {
12
+ fill: currentColor;
13
+ d: path("M11.825 21q-.504 0-.948-.186t-.812-.554L5.59 15.796q-.18-.179-.185-.447t.198-.453l.017-.017q.227-.208.515-.268q.287-.061.581.012l2.785.687V7q0-.213.143-.357T10 6.5t.357.143T10.5 7v7.27h1.827V5.5q0-.213.143-.357T12.827 5t.357.143t.143.357v8.77h1.846V11.5q0-.213.143-.357t.357-.143t.357.143t.143.357v2.77H18v-.77q0-.213.143-.357T18.5 13t.357.143t.143.357v4q0 1.458-1.021 2.479T15.5 21zM4.1 6.5h2.842q.19 0 .317.126q.126.126.126.316t-.126.317t-.317.126H3.808q-.348 0-.578-.23T3 6.577V3.442q0-.19.126-.316T3.442 3t.317.126t.126.316v2.064q1.992-1.533 4.013-2.279t4.16-.746q2.719 0 4.987 1.111t3.52 2.987q.093.16.057.335t-.195.261q-.16.087-.332.044t-.27-.202Q18.61 5.314 16.562 4.34t-4.504-.974q-2.085 0-4.052.775T4.1 6.5");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="q62tq9wb"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:swipe-left-2-sharp" {...props}></Icon>
10
+ <style>
11
+ :global .q62tq9wb {
12
+ fill: currentColor;
13
+ d: path("M3 7.385V3h.885v2.506q1.992-1.533 4.013-2.279t4.16-.746q2.996 0 5.44 1.338T21 7.385h-.94q-1.143-1.87-3.28-2.944t-4.722-1.075q-2.085 0-4.052.774T4.1 6.5h3.285v.885zM10.806 21l-5.667-5.654l.92-.894l3.441.857V6.5h1v7.77h1.827V5h1v9.27h1.846V11h1v3.27H18V13h1v8z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="z5-203bp"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:swipe-left-2" {...props}></Icon>
10
+ <style>
11
+ :global .z5-203bp {
12
+ fill: currentColor;
13
+ d: path("M11.825 21q-.504 0-.948-.186t-.812-.554L5.14 15.346l.48-.467q.227-.208.515-.268q.287-.061.582.012l2.784.687V7q0-.213.143-.357T10 6.5t.357.143T10.5 7v7.27h1.827V5.5q0-.213.143-.357T12.827 5t.357.143t.143.357v8.77h1.846V11.5q0-.213.143-.357t.357-.143t.357.143t.143.357v2.77H18v-.77q0-.213.143-.357T18.5 13t.357.143t.143.357v4q0 1.458-1.021 2.479T15.5 21zM3 7.385V3h.885v2.506q1.992-1.533 4.013-2.279t4.16-.746q2.996 0 5.44 1.338T21 7.385h-.94q-1.143-1.87-3.28-2.944t-4.722-1.075q-2.085 0-4.052.774T4.1 6.5h3.285v.885z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="dnixhsbe"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:swipe-right-2-outline-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .dnixhsbe {
12
+ fill: currentColor;
13
+ d: path("M11.825 21q-.504 0-.948-.186t-.812-.554L5.59 15.796q-.18-.179-.185-.447t.198-.453l.017-.017q.227-.208.515-.268q.287-.061.581.012l2.785.687V7q0-.213.144-.356t.357-.144t.356.144T10.5 7v8.596q0 .404-.323.646q-.323.243-.702.137l-2.611-.71l3.915 3.897q.202.201.477.318t.569.116H15.5q1.056 0 1.778-.722T18 17.5v-4q0-.213.144-.356t.357-.144t.356.144t.143.356v4q0 1.458-1.021 2.479T15.504 21zm1.359-15.856q.143.143.143.356V14q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V5.5q0-.213.144-.356q.144-.144.356-.144q.213 0 .357.144m2.846 6q.143.144.143.356V14q0 .213-.144.356q-.144.144-.357.144t-.356-.144t-.143-.356v-2.5q0-.213.144-.356t.357-.144t.356.144m1.028-3.76q-.192 0-.317-.124t-.126-.317t.126-.317t.317-.126H19.9q-1.938-1.585-3.906-2.36t-4.052-.775q-2.455 0-4.503.974T4.175 7.017q-.098.16-.27.202t-.332-.044t-.195-.261t.056-.335q1.252-1.875 3.52-2.987t4.988-1.111q2.139 0 4.16.746t4.013 2.279V3.442q0-.191.126-.317q.125-.125.316-.125t.317.125t.126.317v3.135q0 .343-.232.576t-.576.232z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="fk1obnbc"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:swipe-right-2-outline-sharp" {...props}></Icon>
10
+ <style>
11
+ :global .fk1obnbc {
12
+ fill: currentColor;
13
+ d: path("m10.806 21l-5.667-5.654l.92-.894l3.441.857V6.5h1v10.152l-3.637-.983L11.214 20H18v-7h1v8zm1.521-6.5V5h1v9.5zm2.846 0V11h1v3.5zM3 7.385q1.058-2.227 3.502-3.566t5.44-1.338q2.139 0 4.16.746t4.013 2.279V3H21v4.385h-4.384V6.5H19.9q-1.938-1.585-3.906-2.36t-4.052-.775q-2.584 0-4.722 1.075T3.94 7.384zm11.448 9.75");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="zyp717bq"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:swipe-right-2-outline" {...props}></Icon>
10
+ <style>
11
+ :global .zyp717bq {
12
+ fill: currentColor;
13
+ d: path("M11.825 21q-.504 0-.948-.186t-.812-.554L5.14 15.346l.48-.467q.227-.208.515-.268q.287-.061.582.012l2.784.687V7q0-.213.144-.356t.357-.144t.356.144T10.5 7v9.652l-3.637-.983l3.916 3.897q.202.201.477.318t.569.116H15.5q1.056 0 1.778-.722T18 17.5v-4q0-.213.144-.356t.357-.144t.356.144t.143.356v4q0 1.458-1.021 2.479T15.504 21zm.502-6.5v-9q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v9zm2.846 0v-3q0-.213.144-.357t.357-.143t.356.144t.143.356v3zM3 7.385q1.058-2.227 3.502-3.566t5.44-1.338q2.139 0 4.16.746t4.013 2.279V3H21v4.385h-4.384V6.5H19.9q-1.938-1.585-3.906-2.36t-4.052-.775q-2.584 0-4.722 1.075T3.94 7.384zm11.02 9.75");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="y9ya7zby"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:swipe-right-2-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .y9ya7zby {
12
+ fill: currentColor;
13
+ d: path("M11.825 21q-.504 0-.948-.186t-.812-.554L5.59 15.796q-.18-.179-.185-.447t.198-.453l.017-.017q.227-.208.515-.268q.287-.061.581.012l2.785.687V7q0-.213.143-.357T10 6.5t.357.143T10.5 7v7.27h1.827V10.5q0-.213.143-.357t.357-.143t.357.143t.143.357v3.77h1.846V11.5q0-.213.143-.357t.357-.143t.357.143t.143.357v2.77H18v-.77q0-.213.143-.357T18.5 13t.357.143t.143.357v4q0 1.458-1.021 2.479T15.5 21zm5.233-13.615q-.19 0-.317-.126q-.125-.126-.125-.317q0-.19.125-.316q.126-.126.317-.126H19.9q-1.938-1.585-3.906-2.36t-4.052-.775q-2.455 0-4.503.974T4.175 7.017q-.098.16-.27.202t-.332-.044t-.195-.261t.056-.335q1.252-1.875 3.52-2.987t4.988-1.111q2.139 0 4.16.746t4.013 2.279V3.442q0-.19.126-.316T20.558 3t.316.126t.126.316v3.135q0 .348-.23.578t-.578.23z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="lih0bn_n"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:swipe-right-2" {...props}></Icon>
10
+ <style>
11
+ :global .lih0bn_n {
12
+ fill: currentColor;
13
+ d: path("M11.825 21q-.504 0-.948-.186t-.812-.554L5.14 15.346l.48-.467q.227-.208.515-.268q.287-.061.582.012l2.784.687V7q0-.213.143-.357T10 6.5t.357.143T10.5 7v7.27h1.827V10.5q0-.213.143-.357t.357-.143t.357.143t.143.357v3.77h1.846V11.5q0-.213.143-.357t.357-.143t.357.143t.143.357v2.77H18v-.77q0-.213.143-.357T18.5 13t.357.143t.143.357v4q0 1.458-1.021 2.479T15.5 21zM3 7.385q1.058-2.227 3.502-3.566t5.44-1.338q2.139 0 4.16.746t4.013 2.279V3H21v4.385h-4.384V6.5H19.9q-1.938-1.585-3.906-2.36t-4.052-.775q-2.584 0-4.722 1.075T3.94 7.384z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="svyrjgbl"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:text-ad-off-outline-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .svyrjgbl {
12
+ fill: currentColor;
13
+ d: path("M20.504 17.73q-.187 0-.345-.129q-.159-.13-.159-.376V6.615q0-.269-.173-.442T19.385 6H8.775q-.25 0-.375-.155t-.125-.341t.125-.345T8.775 5h10.61q.69 0 1.153.463T21 6.616V17.23q0 .25-.155.375t-.341.125m.246 4.44L17.573 19H4.616q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5H5l1 1H4.616q-.231 0-.424.192T4 6.616v10.769q0 .23.192.423t.423.192h11.958L2.235 3.662q-.146-.146-.156-.347t.156-.367t.356-.165t.357.165l18.516 18.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165m-4.865-6.286H6.23q-.213 0-.356-.144q-.144-.144-.144-.357t.144-.356t.356-.144h8.654zM12.5 12.5H6.23q-.212 0-.355-.144t-.144-.357t.144-.356t.356-.143H11.5zM9.116 9.116H6.23q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h1.885zm8.653 3.384q.213 0 .357-.144t.143-.357t-.143-.356t-.357-.143h-2.244q-.25 0-.375.155t-.125.342t.125.344t.375.159zM14 9.116q.213 0 .356-.144t.144-.357t-.144-.356T14 8.116h-1.86q-.25 0-.375.155t-.125.341t.125.345t.375.158z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="l5fn2dbj"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:text-ad-off-outline-sharp" {...props}></Icon>
10
+ <style>
11
+ :global .l5fn2dbj {
12
+ fill: currentColor;
13
+ d: path("M20 17.189V6H8.812l-1-1H21v13.189zm1.104 5.342L17.573 19H3V5h2l1 1H4v12h12.573L1.881 3.308l.713-.714l19.223 19.223zM5.73 15.885v-1h9.154l1 1zm0-3.385v-1h5.77l1 1zm0-3.384v-1h2.385l1 1zm9.58 3.384h2.958v-1h-3.957zm-3.384-3.384H14.5v-1h-3.573z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="m4fpo6br"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:text-ad-off-outline" {...props}></Icon>
10
+ <style>
11
+ :global .m4fpo6br {
12
+ fill: currentColor;
13
+ d: path("M5.73 15.885v-1h9.155l1 1zm0-3.385v-1h5.77l1 1zm0-3.384v-1h2.386l1 1zm9.582 3.384h2.957v-1h-3.957zm-3.385-3.384H14.5v-1h-3.573zm8.925 8.925L20 17.189V6.616q0-.27-.173-.443T19.385 6H8.81l-1-1h11.574q.69 0 1.153.463T21 6.616v10.769q0 .173-.04.343t-.108.313m.252 4.49L17.573 19H4.616q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5H5l1 1H4.616q-.231 0-.424.192T4 6.616v10.769q0 .23.192.423t.423.192h11.958L1.881 3.308l.713-.714l19.223 19.223z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="n4t3gr2v"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:text-ad-off-rounded" {...props}></Icon>
10
+ <style>
11
+ :global .n4t3gr2v {
12
+ fill: currentColor;
13
+ d: path("M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5H5l1 1H4.573L2.234 3.661q-.145-.146-.155-.347t.156-.366t.356-.165q.192 0 .357.165l18.516 18.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165L17.573 19zm10.696-6.5h2.457q.214 0 .357-.143t.143-.357t-.143-.357t-.357-.143h-3.457l-2.385-2.384H14q.214 0 .357-.144q.143-.143.143-.356q0-.214-.143-.357T14 8.116h-3.073L9.184 6.373q-.378-.379-.173-.876T9.756 5h9.629q.69 0 1.153.463T21 6.616v9.628q0 .54-.497.746q-.497.204-.876-.174zm-9.438 3.241q.143.144.357.144h8.227l-1-1H6.23q-.214 0-.357.143t-.143.357t.143.356m0-3.384q.143.143.357.143h4.842l-1-1H6.231q-.214 0-.357.143T5.731 12t.143.357m0-4.098q.143-.144.357-.144h.458l1 1H6.23q-.214 0-.357-.143t-.143-.357t.143-.356");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="woi38xiw"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:text-ad-off-sharp" {...props}></Icon>
10
+ <style>
11
+ :global .woi38xiw {
12
+ fill: currentColor;
13
+ d: path("M21.104 22.53L17.573 19H3V5h2l1 1H4.573L1.881 3.308l.713-.714l19.223 19.223zM5.73 15.886h8.727l-1-1H5.73zm0-3.385h5.342l-1-1H5.731zm0-3.384h1.958l-1-1H5.73zM7.81 5H21v13.189L15.312 12.5h2.957v-1h-3.957l-2.385-2.384H14.5v-1h-3.573z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="aid3v3be"/>`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="material-symbols-light:text-ad-off" {...props}></Icon>
10
+ <style>
11
+ :global .aid3v3be {
12
+ fill: currentColor;
13
+ d: path("M5.73 15.885h8.728l-1-1H5.73zm0-3.385h5.343l-1-1H5.731zm0-3.384h1.96l-1-1h-.96zM21.105 22.53L17.573 19H4.616q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5H5l1 1H4.573L1.881 3.308l.713-.714l19.223 19.223zm-.252-4.49l-5.54-5.541h2.957v-1h-3.957l-2.385-2.384H14.5v-1h-3.573L7.812 5h11.573q.69 0 1.152.463T21 6.616v10.769q0 .173-.04.343t-.108.313");
14
+ }
15
+
16
+ </style>
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": 15201,
5
+ "total": 15232,
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": 1771495664
31
+ "lastModified": 1771997959
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-svelte/material-symbols-light",
3
3
  "type": "module",
4
- "version": "1.0.16",
4
+ "version": "1.0.18",
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",
@@ -23674,6 +23674,14 @@
23674
23674
  "types": "./types/gfwqskkx.d.ts",
23675
23675
  "svelte": "./components/f/format-image-left.svelte"
23676
23676
  },
23677
+ "./format-image-left-outline": {
23678
+ "types": "./types/gfwqskkx.d.ts",
23679
+ "svelte": "./components/f/format-image-left-outline.svelte"
23680
+ },
23681
+ "./format-image-left-outline-rounded": {
23682
+ "types": "./types/gfwqskkx.d.ts",
23683
+ "svelte": "./components/f/format-image-left-outline-rounded.svelte"
23684
+ },
23677
23685
  "./format-image-left-rounded": {
23678
23686
  "types": "./types/gfwqskkx.d.ts",
23679
23687
  "svelte": "./components/f/format-image-left-rounded.svelte"
@@ -23682,6 +23690,14 @@
23682
23690
  "types": "./types/gfwqskkx.d.ts",
23683
23691
  "svelte": "./components/f/format-image-right.svelte"
23684
23692
  },
23693
+ "./format-image-right-outline": {
23694
+ "types": "./types/gfwqskkx.d.ts",
23695
+ "svelte": "./components/f/format-image-right-outline.svelte"
23696
+ },
23697
+ "./format-image-right-outline-rounded": {
23698
+ "types": "./types/gfwqskkx.d.ts",
23699
+ "svelte": "./components/f/format-image-right-outline-rounded.svelte"
23700
+ },
23685
23701
  "./format-image-right-rounded": {
23686
23702
  "types": "./types/gfwqskkx.d.ts",
23687
23703
  "svelte": "./components/f/format-image-right-rounded.svelte"
@@ -23838,6 +23854,30 @@
23838
23854
  "types": "./types/gfwqskkx.d.ts",
23839
23855
  "svelte": "./components/f/format-paint.svelte"
23840
23856
  },
23857
+ "./format-paint-off": {
23858
+ "types": "./types/gfwqskkx.d.ts",
23859
+ "svelte": "./components/f/format-paint-off.svelte"
23860
+ },
23861
+ "./format-paint-off-outline": {
23862
+ "types": "./types/gfwqskkx.d.ts",
23863
+ "svelte": "./components/f/format-paint-off-outline.svelte"
23864
+ },
23865
+ "./format-paint-off-outline-rounded": {
23866
+ "types": "./types/gfwqskkx.d.ts",
23867
+ "svelte": "./components/f/format-paint-off-outline-rounded.svelte"
23868
+ },
23869
+ "./format-paint-off-outline-sharp": {
23870
+ "types": "./types/gfwqskkx.d.ts",
23871
+ "svelte": "./components/f/format-paint-off-outline-sharp.svelte"
23872
+ },
23873
+ "./format-paint-off-rounded": {
23874
+ "types": "./types/gfwqskkx.d.ts",
23875
+ "svelte": "./components/f/format-paint-off-rounded.svelte"
23876
+ },
23877
+ "./format-paint-off-sharp": {
23878
+ "types": "./types/gfwqskkx.d.ts",
23879
+ "svelte": "./components/f/format-paint-off-sharp.svelte"
23880
+ },
23841
23881
  "./format-paint-outline": {
23842
23882
  "types": "./types/gfwqskkx.d.ts",
23843
23883
  "svelte": "./components/f/format-paint-outline.svelte"
@@ -25614,6 +25654,14 @@
25614
25654
  "types": "./types/gfwqskkx.d.ts",
25615
25655
  "svelte": "./components/g/graphic-eq.svelte"
25616
25656
  },
25657
+ "./graphic-eq-off": {
25658
+ "types": "./types/gfwqskkx.d.ts",
25659
+ "svelte": "./components/g/graphic-eq-off.svelte"
25660
+ },
25661
+ "./graphic-eq-off-rounded": {
25662
+ "types": "./types/gfwqskkx.d.ts",
25663
+ "svelte": "./components/g/graphic-eq-off-rounded.svelte"
25664
+ },
25617
25665
  "./graphic-eq-rounded": {
25618
25666
  "types": "./types/gfwqskkx.d.ts",
25619
25667
  "svelte": "./components/g/graphic-eq-rounded.svelte"
@@ -51658,6 +51706,18 @@
51658
51706
  "types": "./types/gfwqskkx.d.ts",
51659
51707
  "svelte": "./components/s/sprint-rounded.svelte"
51660
51708
  },
51709
+ "./sql": {
51710
+ "types": "./types/gfwqskkx.d.ts",
51711
+ "svelte": "./components/s/sql.svelte"
51712
+ },
51713
+ "./sql-rounded": {
51714
+ "types": "./types/gfwqskkx.d.ts",
51715
+ "svelte": "./components/s/sql-rounded.svelte"
51716
+ },
51717
+ "./sql-sharp": {
51718
+ "types": "./types/gfwqskkx.d.ts",
51719
+ "svelte": "./components/s/sql-sharp.svelte"
51720
+ },
51661
51721
  "./square": {
51662
51722
  "types": "./types/gfwqskkx.d.ts",
51663
51723
  "svelte": "./components/s/square.svelte"
@@ -53382,6 +53442,30 @@
53382
53442
  "types": "./types/gfwqskkx.d.ts",
53383
53443
  "svelte": "./components/s/swipe-left.svelte"
53384
53444
  },
53445
+ "./swipe-left-2": {
53446
+ "types": "./types/gfwqskkx.d.ts",
53447
+ "svelte": "./components/s/swipe-left-2.svelte"
53448
+ },
53449
+ "./swipe-left-2-outline": {
53450
+ "types": "./types/gfwqskkx.d.ts",
53451
+ "svelte": "./components/s/swipe-left-2-outline.svelte"
53452
+ },
53453
+ "./swipe-left-2-outline-rounded": {
53454
+ "types": "./types/gfwqskkx.d.ts",
53455
+ "svelte": "./components/s/swipe-left-2-outline-rounded.svelte"
53456
+ },
53457
+ "./swipe-left-2-outline-sharp": {
53458
+ "types": "./types/gfwqskkx.d.ts",
53459
+ "svelte": "./components/s/swipe-left-2-outline-sharp.svelte"
53460
+ },
53461
+ "./swipe-left-2-rounded": {
53462
+ "types": "./types/gfwqskkx.d.ts",
53463
+ "svelte": "./components/s/swipe-left-2-rounded.svelte"
53464
+ },
53465
+ "./swipe-left-2-sharp": {
53466
+ "types": "./types/gfwqskkx.d.ts",
53467
+ "svelte": "./components/s/swipe-left-2-sharp.svelte"
53468
+ },
53385
53469
  "./swipe-left-alt": {
53386
53470
  "types": "./types/gfwqskkx.d.ts",
53387
53471
  "svelte": "./components/s/swipe-left-alt.svelte"
@@ -53434,6 +53518,22 @@
53434
53518
  "types": "./types/gfwqskkx.d.ts",
53435
53519
  "svelte": "./components/s/swipe-right.svelte"
53436
53520
  },
53521
+ "./swipe-right-2-outline": {
53522
+ "types": "./types/gfwqskkx.d.ts",
53523
+ "svelte": "./components/s/swipe-right-2-outline.svelte"
53524
+ },
53525
+ "./swipe-right-2-outline-rounded": {
53526
+ "types": "./types/gfwqskkx.d.ts",
53527
+ "svelte": "./components/s/swipe-right-2-outline-rounded.svelte"
53528
+ },
53529
+ "./swipe-right-2-outline-sharp": {
53530
+ "types": "./types/gfwqskkx.d.ts",
53531
+ "svelte": "./components/s/swipe-right-2-outline-sharp.svelte"
53532
+ },
53533
+ "./swipe-right-2-rounded": {
53534
+ "types": "./types/gfwqskkx.d.ts",
53535
+ "svelte": "./components/s/swipe-right-2-rounded.svelte"
53536
+ },
53437
53537
  "./swipe-right-alt": {
53438
53538
  "types": "./types/gfwqskkx.d.ts",
53439
53539
  "svelte": "./components/s/swipe-right-alt.svelte"
@@ -54978,6 +55078,30 @@
54978
55078
  "types": "./types/gfwqskkx.d.ts",
54979
55079
  "svelte": "./components/t/text-ad.svelte"
54980
55080
  },
55081
+ "./text-ad-off": {
55082
+ "types": "./types/gfwqskkx.d.ts",
55083
+ "svelte": "./components/t/text-ad-off.svelte"
55084
+ },
55085
+ "./text-ad-off-outline": {
55086
+ "types": "./types/gfwqskkx.d.ts",
55087
+ "svelte": "./components/t/text-ad-off-outline.svelte"
55088
+ },
55089
+ "./text-ad-off-outline-rounded": {
55090
+ "types": "./types/gfwqskkx.d.ts",
55091
+ "svelte": "./components/t/text-ad-off-outline-rounded.svelte"
55092
+ },
55093
+ "./text-ad-off-outline-sharp": {
55094
+ "types": "./types/gfwqskkx.d.ts",
55095
+ "svelte": "./components/t/text-ad-off-outline-sharp.svelte"
55096
+ },
55097
+ "./text-ad-off-rounded": {
55098
+ "types": "./types/gfwqskkx.d.ts",
55099
+ "svelte": "./components/t/text-ad-off-rounded.svelte"
55100
+ },
55101
+ "./text-ad-off-sharp": {
55102
+ "types": "./types/gfwqskkx.d.ts",
55103
+ "svelte": "./components/t/text-ad-off-sharp.svelte"
55104
+ },
54981
55105
  "./text-ad-outline": {
54982
55106
  "types": "./types/gfwqskkx.d.ts",
54983
55107
  "svelte": "./components/t/text-ad-outline.svelte"
@@ -62698,6 +62822,10 @@
62698
62822
  "types": "./types/gfwqskkx.d.ts",
62699
62823
  "svelte": "./components/s/stream-apps.svelte"
62700
62824
  },
62825
+ "./swipe-right-2": {
62826
+ "types": "./types/gfwqskkx.d.ts",
62827
+ "svelte": "./components/s/swipe-right-2.svelte"
62828
+ },
62701
62829
  "./system-update": {
62702
62830
  "types": "./types/gfwqskkx.d.ts",
62703
62831
  "svelte": "./components/s/system-update.svelte"