@iconify-vue/material-symbols 1.0.18 → 1.0.20

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 (79) hide show
  1. package/components/b/bus-map-pin-2-outline-rounded.vue +16 -0
  2. package/components/b/bus-map-pin-2-outline-sharp.vue +16 -0
  3. package/components/b/bus-map-pin-2-outline.vue +16 -0
  4. package/components/b/bus-map-pin-2-rounded.vue +16 -0
  5. package/components/b/bus-map-pin-2-sharp.vue +16 -0
  6. package/components/b/bus-map-pin-2.vue +16 -0
  7. package/components/c/code-xml-rounded.vue +16 -0
  8. package/components/c/code-xml.vue +16 -0
  9. package/components/f/fire-check-outline-rounded.vue +16 -0
  10. package/components/f/fire-check-outline.vue +16 -0
  11. package/components/f/fire-check-rounded.vue +16 -0
  12. package/components/f/fire-check.vue +16 -0
  13. package/components/f/fork-chart-outline-sharp.vue +16 -0
  14. package/components/f/fork-chart-outline.vue +16 -0
  15. package/components/f/fork-chart-sharp.vue +16 -0
  16. package/components/f/fork-chart.vue +16 -0
  17. package/components/f/format-image-left-outline-rounded.vue +16 -0
  18. package/components/f/format-image-left-outline.vue +16 -0
  19. package/components/f/format-image-left-rounded.vue +3 -3
  20. package/components/f/format-image-left-sharp.vue +3 -3
  21. package/components/f/format-image-left.vue +3 -3
  22. package/components/f/format-image-right-outline-rounded.vue +16 -0
  23. package/components/f/format-image-right-outline.vue +16 -0
  24. package/components/f/format-image-right-rounded.vue +3 -3
  25. package/components/f/format-image-right-sharp.vue +3 -3
  26. package/components/f/format-image-right.vue +3 -3
  27. package/components/f/format-paint-off-outline-rounded.vue +16 -0
  28. package/components/f/format-paint-off-outline-sharp.vue +16 -0
  29. package/components/f/format-paint-off-outline.vue +16 -0
  30. package/components/f/format-paint-off-rounded.vue +16 -0
  31. package/components/f/format-paint-off-sharp.vue +16 -0
  32. package/components/f/format-paint-off.vue +16 -0
  33. package/components/g/graphic-eq-off-rounded.vue +16 -0
  34. package/components/g/graphic-eq-off.vue +16 -0
  35. package/components/g/grid-layout-side-outline-sharp.vue +16 -0
  36. package/components/g/grid-layout-side-outline.vue +16 -0
  37. package/components/g/grid-layout-side-rounded.vue +16 -0
  38. package/components/g/grid-layout-side-sharp.vue +16 -0
  39. package/components/g/grid-layout-side.vue +16 -0
  40. package/components/s/snowflake-rounded.vue +16 -0
  41. package/components/s/snowflake.vue +16 -0
  42. package/components/s/space-dashboard-2-outline-sharp.vue +16 -0
  43. package/components/s/space-dashboard-2-outline.vue +16 -0
  44. package/components/s/space-dashboard-2-rounded.vue +16 -0
  45. package/components/s/space-dashboard-2-sharp.vue +16 -0
  46. package/components/s/space-dashboard-2.vue +16 -0
  47. package/components/s/sql-rounded.vue +16 -0
  48. package/components/s/sql-sharp.vue +16 -0
  49. package/components/s/sql.vue +16 -0
  50. package/components/s/swipe-left-2-outline-rounded.vue +16 -0
  51. package/components/s/swipe-left-2-outline-sharp.vue +16 -0
  52. package/components/s/swipe-left-2-outline.vue +16 -0
  53. package/components/s/swipe-left-2-rounded.vue +16 -0
  54. package/components/s/swipe-left-2-sharp.vue +16 -0
  55. package/components/s/swipe-left-2.vue +16 -0
  56. package/components/s/swipe-right-2-outline-rounded.vue +16 -0
  57. package/components/s/swipe-right-2-outline-sharp.vue +16 -0
  58. package/components/s/swipe-right-2-outline.vue +16 -0
  59. package/components/s/swipe-right-2-rounded.vue +16 -0
  60. package/components/s/swipe-right-2.vue +16 -0
  61. package/components/t/terminal-2-rounded.vue +16 -0
  62. package/components/t/terminal-2.vue +16 -0
  63. package/components/t/text-ad-off-outline-rounded.vue +16 -0
  64. package/components/t/text-ad-off-outline-sharp.vue +16 -0
  65. package/components/t/text-ad-off-outline.vue +16 -0
  66. package/components/t/text-ad-off-rounded.vue +16 -0
  67. package/components/t/text-ad-off-sharp.vue +16 -0
  68. package/components/t/text-ad-off.vue +16 -0
  69. package/components/w/water-drops-outline-rounded.vue +16 -0
  70. package/components/w/water-drops-outline.vue +16 -0
  71. package/components/w/water-drops-rounded.vue +16 -0
  72. package/components/w/water-drops.vue +16 -0
  73. package/components/y/youtube-activity-outline-rounded.vue +16 -0
  74. package/components/y/youtube-activity-outline.vue +16 -0
  75. package/components/y/youtube-activity-rounded.vue +3 -3
  76. package/components/y/youtube-activity-sharp.vue +3 -3
  77. package/components/y/youtube-activity.vue +3 -3
  78. package/iconify.json +2 -2
  79. package/package.json +273 -1
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="y288ira"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:grid-layout-side-outline" /></template>
10
+ <style>
11
+ .y288ira {
12
+ fill: currentColor;
13
+ d: path("M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h8V5H5zm14 0V5h-4v14z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="wl1odkpw"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:grid-layout-side-rounded" /></template>
10
+ <style>
11
+ .wl1odkpw {
12
+ fill: currentColor;
13
+ d: path("M21 21V3zM5 21h6q.825 0 1.413-.587T13 19V5q0-.825-.587-1.412T11 3H5q-.825 0-1.412.588T3 5v14q0 .825.588 1.413T5 21m16-2V5q0-.825-.587-1.412T19 3h-2q-.825 0-1.412.588T15 5v14q0 .825.588 1.413T17 21h2q.825 0 1.413-.587T21 19");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="liby2a"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:grid-layout-side-sharp" /></template>
10
+ <style>
11
+ .liby2a {
12
+ fill: currentColor;
13
+ d: path("M21 21V3zM3 21h10V3H3zm18 0V3h-6v18z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="mkic7mm"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:grid-layout-side" /></template>
10
+ <style>
11
+ .mkic7mm {
12
+ fill: currentColor;
13
+ d: path("M21 21V3zM5 21h8V3H5q-.825 0-1.412.588T3 5v14q0 .825.588 1.413T5 21m16-2V5q0-.825-.587-1.412T19 3h-4v18h4q.825 0 1.413-.587T21 19");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="qbh-x7bq"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:snowflake-rounded" /></template>
10
+ <style>
11
+ .qbh-x7bq {
12
+ fill: currentColor;
13
+ d: path("m11 13.725l-3.3 1.9l-.5 2.75q-.075.425-.4.663t-.75.162t-.65-.412t-.15-.763l.2-1.075l-.75.425q-.35.2-.75.088T3.35 17t-.1-.763t.45-.612l.75-.425l-1.05-.375q-.4-.125-.575-.5T2.8 13.55q.125-.4.5-.563t.775-.037l2.625.95L10 12l-3.3-1.9l-2.625.95q-.4.125-.763-.038T2.8 10.45t.025-.787t.575-.513l1.05-.35l-.75-.425q-.35-.2-.45-.612T3.35 7t.6-.462t.75.087l.75.425l-.2-1.075q-.075-.425.15-.762t.65-.413t.75.163t.4.662l.5 2.75l3.3 1.9V6.45l-2.125-1.8q-.325-.275-.363-.675t.238-.725t.675-.362t.725.237l.85.725V3q0-.425.288-.712T12 2t.713.288T13 3v.85l.85-.725q.325-.275.725-.238t.675.363t.238.725t-.363.675L13 6.45v3.825l3.3-1.9l.5-2.75q.075-.425.4-.663t.75-.162t.65.413t.15.762l-.2 1.075l.75-.425q.35-.2.75-.087t.6.462t.1.763t-.45.612l-.75.425l1.05.375q.4.125.575.5t.025.775q-.125.4-.5.563t-.775.037L17.3 10.1L14 12l3.3 1.9l2.625-.95q.4-.125.763.038t.512.562t-.025.788t-.575.512l-1.05.35l.75.425q.35.2.45.613t-.1.762t-.6.463t-.75-.088l-.75-.425l.2 1.075q.075.425-.15.763t-.65.412t-.75-.162t-.4-.663l-.5-2.75l-3.3-1.9v3.825l2.125 1.8q.325.275.363.675t-.238.725t-.675.363t-.725-.238L13 20.15V21q0 .425-.288.713T12 22t-.712-.288T11 21v-.85l-.85.725q-.325.275-.725.238t-.675-.363t-.238-.725t.363-.675L11 17.55z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="lu21hfxi"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:snowflake" /></template>
10
+ <style>
11
+ .lu21hfxi {
12
+ fill: currentColor;
13
+ d: path("M11 22v-1.825l-1.6 1.35L8.1 20l2.9-2.45v-3.8l-3.3 1.9l-.675 3.725l-1.975-.35l.375-2.075l-1.6.925l-1-1.725l1.6-.925L2.45 14.5l.675-1.875L6.7 13.9L10 12l-3.3-1.9l-3.575 1.3l-.675-1.9l1.975-.7l-1.6-.925l1-1.725l1.6.925L5.05 5l1.975-.35l.675 3.725l3.3 1.9v-3.8l-2.9-2.45L9.4 2.5L11 3.85V2h2v1.85l1.6-1.35l1.3 1.525l-2.9 2.45v3.8l3.275-1.9l.675-3.725l1.975.35l-.375 2.075l1.6-.925l1 1.725l-1.6.925l1.975.7l-.675 1.9l-3.575-1.3L14 12l3.275 1.9l3.575-1.275l.675 1.875l-1.975.725l1.6.925l-1 1.725l-1.6-.925l.375 2.075l-1.975.35l-.675-3.725L13 13.75v3.8L15.9 20l-1.3 1.525l-1.6-1.35V22z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="a6hfft"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:space-dashboard-2-outline-sharp" /></template>
10
+ <style>
11
+ .a6hfft {
12
+ fill: currentColor;
13
+ d: path("M3 21V3h18v18zm2-2h8V5H5zm10 0h4v-6h-4zm0-8h4V5h-4z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="nxicnvb"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:space-dashboard-2-outline" /></template>
10
+ <style>
11
+ .nxicnvb {
12
+ fill: currentColor;
13
+ d: path("M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h8V5H5zm10 0h4v-6h-4zm0-8h4V5h-4z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="rzks5sbi"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:space-dashboard-2-rounded" /></template>
10
+ <style>
11
+ .rzks5sbi {
12
+ fill: currentColor;
13
+ d: path("M21 21V3zM5 21h6q.825 0 1.413-.587T13 19V5q0-.825-.587-1.412T11 3H5q-.825 0-1.412.588T3 5v14q0 .825.588 1.413T5 21m12 0h2q.825 0 1.413-.587T21 19v-4q0-.825-.587-1.412T19 13h-2q-.825 0-1.412.588T15 15v4q0 .825.588 1.413T17 21m0-10h2q.825 0 1.413-.587T21 9V5q0-.825-.587-1.412T19 3h-2q-.825 0-1.412.588T15 5v4q0 .825.588 1.413T17 11");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="mwf_jz"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:space-dashboard-2-sharp" /></template>
10
+ <style>
11
+ .mwf_jz {
12
+ fill: currentColor;
13
+ d: path("M21 21V3zM3 21h10V3H3zm12 0h6v-8h-6zm0-10h6V3h-6z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="iwh8v4n"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:space-dashboard-2" /></template>
10
+ <style>
11
+ .iwh8v4n {
12
+ fill: currentColor;
13
+ d: path("M21 21V3zM5 21h8V3H5q-.825 0-1.412.588T3 5v14q0 .825.588 1.413T5 21m10 0h4q.825 0 1.413-.587T21 19v-6h-6zm0-10h6V5q0-.825-.587-1.412T19 3h-4z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="wrr0jwyw"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:sql-rounded" /></template>
10
+ <style>
11
+ .wrr0jwyw {
12
+ fill: currentColor;
13
+ d: path("M7 9q.425 0 .713.288T8 10v.5q0 .2-.15.35T7.5 11H7q-.2 0-.35-.15t-.15-.35h-2v1H7q.425 0 .713.288T8 12.5V14q0 .425-.288.713T7 15H4q-.425 0-.712-.288T3 14v-.5q0-.2.15-.35T3.5 13H4q.2 0 .35.15t.15.35h2v-1H4q-.425 0-.712-.288T3 11.5V10q0-.425.288-.712T4 9zm7 0q.425 0 .713.288T15 10v4q0 .425-.288.713T14 15h-.75v.75q0 .325-.213.538t-.537.212t-.537-.213t-.213-.537V15H11q-.425 0-.712-.288T10 14v-4q0-.425.288-.712T11 9zm-.5 1.5h-2v3h2zm4.788-1.287q.212.212.212.537v3.75h1.75q.325 0 .538.213t.212.537t-.213.538t-.537.212H18q-.425 0-.712-.288T17 14V9.75q0-.325.213-.537T17.75 9t.538.213");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="ttcey-b"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:sql-sharp" /></template>
10
+ <style>
11
+ .ttcey-b {
12
+ fill: currentColor;
13
+ d: path("M3 15v-2h1.5v.5h2v-1H3V9h5v2H6.5v-.5h-2v1H8V15zm8.75 1.5V15H10V9h5v6h-1.75v1.5zm-.25-3h2v-3h-2zM17 15V9h1.5v4.5H21V15z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="x0mkzccn"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:sql" /></template>
10
+ <style>
11
+ .x0mkzccn {
12
+ fill: currentColor;
13
+ d: path("M4 15q-.425 0-.712-.288T3 14v-1h1.5v.5h2v-1H4q-.425 0-.712-.288T3 11.5V10q0-.425.288-.712T4 9h3q.425 0 .713.288T8 10v1H6.5v-.5h-2v1H7q.425 0 .713.288T8 12.5V14q0 .425-.288.713T7 15zm7.75 1.5V15H11q-.425 0-.712-.288T10 14v-4q0-.425.288-.712T11 9h3q.425 0 .713.288T15 10v4q0 .425-.288.713T14 15h-.75v1.5zm-.25-3h2v-3h-2zM17 9h1.5v4.5H21V15h-4z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="lq0s671g"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:swipe-left-2-outline-rounded" /></template>
10
+ <style>
11
+ .lq0s671g {
12
+ fill: currentColor;
13
+ d: path("M11.825 22q-.6 0-1.15-.225t-.975-.65L5.3 16.7q-.275-.275-.3-.687t.275-.713l.075-.075q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10 6t.713.288T11 7v9.5q0 .5-.4.8t-.875.175l-1.15-.325l2.55 2.55q.125.125.313.213t.387.087H16q.825 0 1.413-.587T18 18v-4q0-.425.288-.712T19 13t.713.288T20 14v4q0 1.65-1.175 2.825T16 22zm1.888-17.713Q14 4.575 14 5v9q0 .425-.288.713T13 15t-.712-.288T12 14V5q0-.425.288-.712T13 4t.713.288m3 7Q17 11.575 17 12v2q0 .425-.288.713T16 15t-.712-.288T15 14v-2q0-.425.288-.712T16 11t.713.288M4.1 5.5h2.15q.325 0 .538.213T7 6.25t-.213.538T6.25 7H3q-.425 0-.712-.288T2 6V2.75q0-.325.213-.537T2.75 2t.538.213t.212.537v1.275q1.8-1.475 3.975-2.25T12 1q3.2 0 5.738 1.275t3.712 3.4q.15.275.038.575t-.388.425t-.562.025t-.463-.375q-1.1-1.8-3.225-2.812T12 2.5q-2.2 0-4.225.775T4.1 5.5");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="o2ts5hae"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:swipe-left-2-outline-sharp" /></template>
10
+ <style>
11
+ .o2ts5hae {
12
+ fill: currentColor;
13
+ d: path("M2 7V2h1.5v2.025q1.8-1.475 3.975-2.25T12 1q3.65 0 6.45 1.675T22 7h-1.575q-.95-2.1-3.213-3.3T12 2.5q-2.2 0-4.225.775T4.1 5.5H7V7zm8.575 15L4.6 16l1.575-1.625l2.825.8V6h2v11.825l-2.425-.675l2.85 2.85H18v-7h2v9zM12 15V4h2v11zm3 0v-4h2v4zm-.475 2");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="oxsje1bt"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:swipe-left-2-outline" /></template>
10
+ <style>
11
+ .oxsje1bt {
12
+ fill: currentColor;
13
+ d: path("M11.825 22q-.6 0-1.15-.225t-.975-.65L4.6 16l.75-.775q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10 6t.713.288T11 7v10.825l-2.425-.675l2.55 2.55q.125.125.313.213t.387.087H16q.825 0 1.413-.587T18 18v-4q0-.425.288-.712T19 13t.713.288T20 14v4q0 1.65-1.175 2.825T16 22zM12 15V5q0-.425.288-.712T13 4t.713.288T14 5v10zm3 0v-3q0-.425.288-.712T16 11t.713.288T17 12v3zM2 7V2h1.5v2.025q1.8-1.475 3.975-2.25T12 1q3.65 0 6.45 1.675T22 7h-1.575q-.95-2.1-3.213-3.3T12 2.5q-2.2 0-4.225.775T4.1 5.5H7V7zm12.5 10");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="x06tu35a"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:swipe-left-2-rounded" /></template>
10
+ <style>
11
+ .x06tu35a {
12
+ fill: currentColor;
13
+ d: path("M11.825 22q-.6 0-1.15-.225t-.975-.65L5.3 16.7q-.275-.275-.3-.687t.275-.713l.075-.075q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10 6t.713.288T11 7v7h1V5q0-.425.288-.712T13 4t.713.288T14 5v9h1v-2q0-.425.288-.712T16 11t.713.288T17 12v2h1q0-.425.288-.712T19 13t.713.288T20 14v4q0 1.65-1.175 2.825T16 22zM4.1 5.5h2.15q.325 0 .538.213T7 6.25t-.213.538T6.25 7H3q-.425 0-.712-.288T2 6V2.75q0-.325.213-.537T2.75 2t.538.213t.212.537v1.275q1.8-1.475 3.975-2.25T12 1q3.2 0 5.738 1.275t3.712 3.4q.15.275.038.575t-.388.425t-.562.025t-.463-.375q-1.1-1.8-3.225-2.812T12 2.5q-2.2 0-4.225.775T4.1 5.5");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="fy-7zim"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:swipe-left-2-sharp" /></template>
10
+ <style>
11
+ .fy-7zim {
12
+ fill: currentColor;
13
+ d: path("M2 7V2h1.5v2.025q1.8-1.475 3.975-2.25T12 1q3.65 0 6.45 1.675T22 7h-1.575q-.95-2.1-3.213-3.3T12 2.5q-2.2 0-4.225.775T4.1 5.5H7V7zm8.575 15L4.6 16l1.575-1.625l2.825.8V6h2v8h1V4h2v10h1v-3h2v3h1v-1h2v9z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="kv-p4kbr"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:swipe-left-2" /></template>
10
+ <style>
11
+ .kv-p4kbr {
12
+ fill: currentColor;
13
+ d: path("M11.825 22q-.6 0-1.15-.225t-.975-.65L4.6 16l.75-.775q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10 6t.713.288T11 7v7h1V5q0-.425.288-.712T13 4t.713.288T14 5v9h1v-2q0-.425.288-.712T16 11t.713.288T17 12v2h1q0-.425.288-.712T19 13t.713.288T20 14v4q0 1.65-1.175 2.825T16 22zM2 7V2h1.5v2.025q1.8-1.475 3.975-2.25T12 1q3.65 0 6.45 1.675T22 7h-1.575q-.95-2.1-3.213-3.3T12 2.5q-2.2 0-4.225.775T4.1 5.5H7V7z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="x3x_rkhb"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:swipe-right-2-outline-rounded" /></template>
10
+ <style>
11
+ .x3x_rkhb {
12
+ fill: currentColor;
13
+ d: path("M11.825 22q-.6 0-1.15-.225t-.975-.65L5.3 16.7q-.275-.275-.3-.687t.275-.713l.075-.075q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10 6t.713.288T11 7v9.5q0 .5-.4.8t-.875.175l-1.15-.325l2.55 2.55q.125.125.313.213t.387.087H16q.825 0 1.413-.587T18 18v-4q0-.425.288-.712T19 13t.713.288T20 14v4q0 1.65-1.175 2.825T16 22zm1.888-17.713Q14 4.575 14 5v9q0 .425-.288.713T13 15t-.712-.288T12 14V5q0-.425.288-.712T13 4t.713.288m3 7Q17 11.575 17 12v2q0 .425-.288.713T16 15t-.712-.288T15 14v-2q0-.425.288-.712T16 11t.713.288M17.75 7q-.325 0-.537-.213T17 6.25t.213-.537t.537-.213h2.15q-1.65-1.45-3.675-2.225T12 2.5q-2.725 0-4.85 1.013T3.925 6.325q-.175.275-.462.375T2.9 6.675t-.387-.425t.037-.575q1.175-2.125 3.713-3.4T12 1q2.35 0 4.525.775t3.975 2.25V2.75q0-.325.213-.537T21.25 2t.538.213t.212.537V6q0 .425-.288.713T21 7z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="sfe_zobt"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:swipe-right-2-outline-sharp" /></template>
10
+ <style>
11
+ .sfe_zobt {
12
+ fill: currentColor;
13
+ d: path("M10.575 22L4.6 16l1.575-1.625l2.825.8V6h2v11.825l-2.425-.675l2.85 2.85H18v-7h2v9zM12 15V4h2v11zm3 0v-4h2v4zM2 7q.75-2.65 3.55-4.325T12 1q2.35 0 4.525.775t3.975 2.25V2H22v5h-5V5.5h2.9q-1.65-1.45-3.675-2.225T12 2.5q-2.95 0-5.213 1.2T3.575 7zm12.525 10");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="m128m2bk"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:swipe-right-2-outline" /></template>
10
+ <style>
11
+ .m128m2bk {
12
+ fill: currentColor;
13
+ d: path("M11.825 22q-.6 0-1.15-.225t-.975-.65L4.6 16l.75-.775q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10 6t.713.288T11 7v10.825l-2.425-.675l2.55 2.55q.125.125.313.213t.387.087H16q.825 0 1.413-.587T18 18v-4q0-.425.288-.712T19 13t.713.288T20 14v4q0 1.65-1.175 2.825T16 22zM12 15V5q0-.425.288-.712T13 4t.713.288T14 5v10zm3 0v-3q0-.425.288-.712T16 11t.713.288T17 12v3zM2 7q.75-2.65 3.55-4.325T12 1q2.35 0 4.525.775t3.975 2.25V2H22v5h-5V5.5h2.9q-1.65-1.45-3.675-2.225T12 2.5q-2.95 0-5.213 1.2T3.575 7zm12.5 10");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="ptdz70bb"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:swipe-right-2-rounded" /></template>
10
+ <style>
11
+ .ptdz70bb {
12
+ fill: currentColor;
13
+ d: path("M11.825 22q-.6 0-1.15-.225t-.975-.65L5.3 16.7q-.275-.275-.3-.687t.275-.713l.075-.075q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10 6t.713.288T11 7v7h1v-3q0-.425.288-.712T13 10t.713.288T14 11v3h1v-2q0-.425.288-.712T16 11t.713.288T17 12v2h1q0-.425.288-.712T19 13t.713.288T20 14v4q0 1.65-1.175 2.825T16 22zM17.75 7q-.325 0-.537-.213T17 6.25t.213-.537t.537-.213h2.15q-1.65-1.45-3.675-2.225T12 2.5q-2.725 0-4.85 1.013T3.925 6.325q-.175.275-.462.375T2.9 6.675t-.387-.425t.037-.575q1.175-2.125 3.713-3.4T12 1q2.35 0 4.525.775t3.975 2.25V2.75q0-.325.213-.537T21.25 2t.538.213t.212.537V6q0 .425-.288.713T21 7z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="v4g68qwb"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:swipe-right-2" /></template>
10
+ <style>
11
+ .v4g68qwb {
12
+ fill: currentColor;
13
+ d: path("M11.825 22q-.6 0-1.15-.225t-.975-.65L4.6 16l.75-.775q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10 6t.713.288T11 7v7h1v-3q0-.425.288-.712T13 10t.713.288T14 11v3h1v-2q0-.425.288-.712T16 11t.713.288T17 12v2h1q0-.425.288-.712T19 13t.713.288T20 14v4q0 1.65-1.175 2.825T16 22zM2 7q.75-2.65 3.55-4.325T12 1q2.35 0 4.525.775t3.975 2.25V2H22v5h-5V5.5h2.9q-1.65-1.45-3.675-2.225T12 2.5q-2.95 0-5.213 1.2T3.575 7z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="x0o8p0d"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:terminal-2-rounded" /></template>
10
+ <style>
11
+ .x0o8p0d {
12
+ fill: currentColor;
13
+ d: path("M13 20q-.425 0-.712-.288T12 19t.288-.712T13 18h6q.425 0 .713.288T20 19t-.288.713T19 20zM8.675 10L4.8 6.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l4.6 4.6q.3.3.3.7t-.3.7l-4.6 4.6q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="lopfxw"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:terminal-2" /></template>
10
+ <style>
11
+ .lopfxw {
12
+ fill: currentColor;
13
+ d: path("M12 20v-2h8v2zm-6.5-4l-1.4-1.4L8.675 10L4.1 5.4L5.5 4l6 6z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="zpzl15ue"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:text-ad-off-outline-rounded" /></template>
10
+ <style>
11
+ .zpzl15ue {
12
+ fill: currentColor;
13
+ d: path("M21 18q-.375 0-.687-.262T20 16.975V6H9.025q-.5 0-.75-.312T8.025 5t.25-.687t.75-.313H20q.825 0 1.413.588T22 6v11q0 .5-.312.75T21 18m-1.25 4.575L17.15 20H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l2 2H4v12h11.15L1.35 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M17 17H6q-.425 0-.712-.288T5 16t.288-.712T6 15h9zm-4-4H6q-.425 0-.712-.288T5 12t.288-.712T6 11h5zM9 9H6q-.425 0-.712-.288T5 8t.288-.712T6 7h1zm9 4q.425 0 .713-.288T19 12t-.288-.712T18 11h-1.725q-.5 0-.75.313t-.25.687t.25.688t.75.312zm-4-4q.425 0 .713-.288T15 8t-.288-.712T14 7h-1.725q-.5 0-.75.313t-.25.687t.25.688t.75.312z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="z3ukrzj"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:text-ad-off-outline-sharp" /></template>
10
+ <style>
11
+ .z3ukrzj {
12
+ fill: currentColor;
13
+ d: path("M20 17.15V6H8.85l-2-2H22v15.15zm.45 6.15l-3.3-3.3H2V4h2l2 2H4v12h11.15L.65 3.5l1.425-1.425l19.8 19.8zM5 17v-2h10l2 2zm0-4v-2h6l2 2zm0-4V7h2l2 2zm10.85 4H19v-2h-5.15zm-4-4H15V7H9.85z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="nvl7v8bg"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:text-ad-off-outline" /></template>
10
+ <style>
11
+ .nvl7v8bg {
12
+ fill: currentColor;
13
+ d: path("M5 17v-2h10l2 2zm0-4v-2h6l2 2zm0-4V7h2l2 2zm10.85 4H19v-2h-5.15zm-4-4H15V7H9.85zm9.925 9.925L20 17.15V6H8.85l-2-2H20q.825 0 1.413.588T22 6v12q0 .25-.05.488t-.175.437M20.45 23.3l-3.3-3.3H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l2 2H4v12h11.15L.65 3.5l1.425-1.425l19.8 19.8z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="v4x1urbw"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:text-ad-off-rounded" /></template>
10
+ <style>
11
+ .v4x1urbw {
12
+ fill: currentColor;
13
+ d: path("M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l2 2H3.15l-1.8-1.8q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3L17.15 20zm11.85-7H18q.425 0 .713-.288T19 12t-.288-.712T18 11h-4.15l-2-2H14q.425 0 .713-.288T15 8t-.288-.712T14 7H9.85l-1.3-1.3q-.475-.475-.213-1.088T9.276 4H20q.825 0 1.413.588T22 6v10.725q0 .675-.612.938T20.3 17.45zM5.288 16.713Q5.575 17 6 17h8.15l-2-2H6q-.425 0-.712.288T5 16t.288.713m0-4Q5.575 13 6 13h4.15l-2-2H6q-.425 0-.712.288T5 12t.288.713m0-5.425Q5.575 7 6 7H4.15l2 2H6q-.425 0-.712-.288T5 8t.288-.712");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="pq_bt8b"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:text-ad-off-sharp" /></template>
10
+ <style>
11
+ .pq_bt8b {
12
+ fill: currentColor;
13
+ d: path("m20.45 23.3l-3.3-3.3H2V4h2l2 2H3.15L.65 3.5l1.425-1.425l19.8 19.8zM5 17h9.15l-2-2H5zm0-4h5.15l-2-2H5zm0-4h1.15l-2-2H5zm1.85-5H22v15.15L15.85 13H19v-2h-5.15l-2-2H15V7H9.85z");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="qerhysbj"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:text-ad-off" /></template>
10
+ <style>
11
+ .qerhysbj {
12
+ fill: currentColor;
13
+ d: path("M5 17h9.15l-2-2H5zm0-4h5.15l-2-2H5zm0-4h1.15l-2-2H5zm15.45 14.3l-3.3-3.3H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4l2 2H3.15L.65 3.5l1.425-1.425l19.8 19.8zm1.325-4.375L15.85 13H19v-2h-5.15l-2-2H15V7H9.85l-3-3H20q.825 0 1.413.588T22 6v12q0 .25-.05.488t-.175.437");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="i4gf2mby"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:water-drops-outline-rounded" /></template>
10
+ <style>
11
+ .i4gf2mby {
12
+ fill: currentColor;
13
+ d: path("M17.5 6.775q-.675.725-1.088 1.413T16 9.3q0 .675.425 1.188T17.5 11t1.075-.513T19 9.3q0-.425-.413-1.112T17.5 6.775M12 22q-3.425 0-5.712-2.35T4 13.8q0-2.35 1.763-5.087T11.075 2.8q.4-.35.913-.35t.912.35q1.05.95 1.95 1.838T16.5 6.4q-.175.225-.625.85t-.575.825q-.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.225-.125.888-.475t.887-.475q.275.725.425 1.438T20 13.8q0 3.5-2.287 5.85T12 22m.275-3q.3-.025.513-.238T13 18.25q0-.35-.225-.562T12.2 17.5q-1.025.075-2.175-.562t-1.45-2.313q-.05-.275-.262-.45T7.825 14q-.35 0-.575.263t-.15.612q.425 2.275 2 3.25t3.175.875M15 11.9q-1-1.1-1-2.6q0-.95.763-2.2t2.162-2.575q.25-.225.575-.225t.575.225q1.475 1.375 2.2 2.563T21 9.3q0 1.5-1 2.6T17.5 13T15 11.9m-3.05.425");
14
+ }
15
+
16
+ </style>
@@ -0,0 +1,16 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="g6v3urtp"/>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols:water-drops-outline" /></template>
10
+ <style>
11
+ .g6v3urtp {
12
+ fill: currentColor;
13
+ d: path("M17.5 4q1.75 1.55 2.625 2.863T21 9.3q0 1.5-1 2.6T17.5 13T15 11.9t-1-2.6q0-1.05.925-2.45T17.5 4m0 2.775q-.675.725-1.088 1.413T16 9.3q0 .675.425 1.188T17.5 11t1.075-.513T19 9.3q0-.425-.413-1.112T17.5 6.775M12 22q-3.425 0-5.712-2.35T4 13.8q0-2.5 1.988-5.437T12 2q1.35 1.15 2.475 2.25T16.5 6.4q-.175.225-.625.85t-.575.825q-.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.225-.125.888-.475t.887-.475q.275.725.425 1.438T20 13.8q0 3.5-2.287 5.85T12 22m.275-3q.3-.025.513-.238T13 18.25q0-.35-.225-.562T12.2 17.5q-1.025.075-2.175-.562t-1.45-2.313q-.05-.275-.262-.45T7.825 14q-.35 0-.575.263t-.15.612q.425 2.275 2 3.25t3.175.875M17.5 8.875");
14
+ }
15
+
16
+ </style>