@iconify-vue/material-symbols-light 1.0.7 → 1.0.9

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.
@@ -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="cl_cfqos" />`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:hourglass-check-outline-rounded" /></template>
10
+ <style>
11
+ .cl_cfqos {
12
+ fill: currentColor;
13
+ d: path("M6.808 20v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5.5q-.213 0-.356-.144T5 3.499t.144-.356T5.5 3h13q.213 0 .356.144t.144.357t-.144.356T18.5 4h-1.308v3q0 1.777-1.075 3.146t-2.746 1.675q.289.02.76.145t.99.451q-.373.154-.679.34t-.576.445q-.404-.223-.882-.347T12 12.73q-1.765 0-2.979 1.254Q7.808 15.239 7.808 17v3h4.108q.078.28.19.521q.113.24.246.479H5.5q-.213 0-.356-.144T5 20.499t.144-.356T5.5 20zM12 11.27q1.766 0 2.979-1.255T16.192 7V4H7.808v3q0 1.766 1.213 3.017Q10.234 11.27 12 11.27m6 10.789q-1.671 0-2.835-1.165Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058m-.7-3.097l-1.121-1.12q-.112-.112-.27-.122q-.157-.01-.288.121t-.13.28t.13.278l1.114 1.113q.242.243.565.243t.566-.243l2.513-2.513q.111-.112.121-.27q.01-.157-.121-.288t-.279-.13t-.279.13z");
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="x5_h7n0i" />`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:hourglass-check-outline" /></template>
10
+ <style>
11
+ .x5_h7n0i {
12
+ fill: currentColor;
13
+ d: path("M5 21v-1h1.808v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5V3h14v1h-1.808v3q0 1.777-1.075 3.146t-2.746 1.675q.289.02.76.145t.99.451q-.373.154-.679.34t-.576.445q-.404-.223-.882-.347T12 12.73q-1.765 0-2.979 1.252Q7.808 15.235 7.808 17v3h4.108q.078.28.19.521q.113.24.246.479zm7-9.73q1.766 0 2.979-1.253T16.192 7V4H7.808v3q0 1.766 1.213 3.017Q10.234 11.27 12 11.27m6 10.789q-1.671 0-2.835-1.165Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058m-.7-1.981l3.358-3.358l-.558-.558l-2.8 2.8l-1.4-1.4l-.558.558z");
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="nh--ve5t" />`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:hourglass-check-rounded" /></template>
10
+ <style>
11
+ .nh--ve5t {
12
+ fill: currentColor;
13
+ d: path("M5.5 21q-.213 0-.357-.143T5 20.5t.143-.357T5.5 20h1.308v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5.5q-.213 0-.357-.143T5 3.5t.143-.357T5.5 3h13q.214 0 .357.143T19 3.5t-.143.357T18.5 4h-1.308v3q0 1.777-1.075 3.146t-2.746 1.675q.018.089.267.36q.249.273.606.808q-1.238.842-1.933 2.182t-.695 2.887q0 .786.19 1.523T12.352 21zM18 22.058q-1.671 0-2.835-1.165Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058m-.7-3.097l-1.121-1.12q-.112-.112-.27-.122q-.157-.01-.288.121t-.13.28t.13.278l1.114 1.113q.242.243.565.243t.566-.243l2.513-2.513q.111-.112.121-.27q.01-.157-.121-.288t-.279-.13t-.279.13z");
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="oo41yibw" />`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:hourglass-check" /></template>
10
+ <style>
11
+ .oo41yibw {
12
+ fill: currentColor;
13
+ d: path("M5 21v-1h1.808v-3q0-1.852 1.135-3.285T10.853 12q-1.774-.3-2.91-1.724T6.808 7V4H5V3h14v1h-1.808v3q0 1.777-1.075 3.146t-2.746 1.675q.018.089.267.36q.249.273.606.808q-1.238.842-1.933 2.182t-.695 2.887q0 .786.19 1.523T12.352 21zm13 1.058q-1.671 0-2.835-1.165Q14 19.73 14 18.058t1.165-2.836T18 14.058t2.836 1.164T22 18.058q0 1.67-1.164 2.835Q19.67 22.058 18 22.058m-.7-1.981l3.358-3.358l-.558-.558l-2.8 2.8l-1.4-1.4l-.558.558z");
14
+ }
15
+
16
+ </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="hbncpz1i" />`;
7
+ const content = `<path class="zc-gl8gk" />`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:ios-share-rounded" /></template>
10
10
  <style>
11
- .hbncpz1i {
11
+ .zc-gl8gk {
12
12
  fill: currentColor;
13
- d: path("M6.616 22q-.691 0-1.153-.462T5 20.385v-9.77q0-.69.463-1.152T6.616 9H8.23q.213 0 .357.143t.143.357t-.143.357T8.23 10H6.616q-.231 0-.424.192T6 10.616v9.769q0 .23.192.423t.423.192h10.77q.23 0 .423-.192t.192-.423v-9.77q0-.23-.192-.423T17.384 10H15.77q-.213 0-.357-.143T15.27 9.5t.143-.357T15.77 9h1.615q.691 0 1.153.463T19 10.616v9.769q0 .69-.463 1.153T17.385 22zM11.5 4.614L9.754 6.36q-.146.146-.344.153q-.199.006-.364-.16q-.16-.164-.162-.353t.162-.354l2.388-2.388q.243-.243.566-.243t.566.243l2.388 2.388q.14.14.15.342q.01.2-.15.366q-.166.165-.357.165t-.357-.165l-1.74-1.74V15q0 .214-.143.357T12 15.5t-.357-.143T11.5 15z");
13
+ d: path("M6.616 21q-.691 0-1.153-.462T5 19.385v-8.77q0-.69.463-1.152T6.616 9H8.23q.213 0 .357.143t.143.357t-.143.357T8.23 10H6.616q-.231 0-.424.192T6 10.616v8.769q0 .23.192.423t.423.192h10.77q.23 0 .423-.192t.192-.423v-8.77q0-.23-.192-.423T17.384 10H15.77q-.213 0-.357-.143T15.27 9.5t.143-.357T15.77 9h1.615q.691 0 1.153.463T19 10.616v8.769q0 .69-.463 1.153T17.385 21zM12 15.5q-.213 0-.357-.143T11.5 15V4.614L9.754 6.36q-.146.146-.344.153q-.199.006-.364-.16q-.16-.164-.162-.353t.162-.354l2.388-2.388q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184l2.388 2.388q.14.14.15.342q.01.2-.15.366q-.166.165-.357.165t-.357-.165l-1.74-1.74V15q0 .214-.143.357T12 15.5");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="vzyepmb" />`;
7
+ const content = `<path class="sbo98eb" />`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:ios-share-sharp" /></template>
10
10
  <style>
11
- .vzyepmb {
11
+ .sbo98eb {
12
12
  fill: currentColor;
13
- d: path("M5 22V9h3.73v1H6v11h12V10h-2.73V9H19v13zm6.5-6.5V4.614l-2.1 2.1L8.692 6L12 2.692L15.308 6l-.708.714l-2.1-2.1V15.5z");
13
+ d: path("M5 21V9h3.73v1H6v10h12V10h-2.73V9H19v12zm6.5-5.5V4.614l-2.1 2.1L8.692 6L12 2.692L15.308 6l-.708.714l-2.1-2.1V15.5z");
14
14
  }
15
15
 
16
16
  </style>
@@ -4,13 +4,13 @@ import { Icon } from '@iconify/css-vue';
4
4
  const props = defineProps(["width","height"]);
5
5
 
6
6
  const viewBox = {"width":24,"height":24};
7
- const content = `<path class="mkd4q8by" />`;
7
+ const content = `<path class="cvn8vymt" />`;
8
8
  </script>
9
9
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="material-symbols-light:ios-share" /></template>
10
10
  <style>
11
- .mkd4q8by {
11
+ .cvn8vymt {
12
12
  fill: currentColor;
13
- d: path("M6.616 22q-.691 0-1.153-.462T5 20.385v-9.77q0-.69.463-1.152T6.616 9H8.73v1H6.616q-.231 0-.424.192T6 10.616v9.769q0 .23.192.423t.423.192h10.77q.23 0 .423-.192t.192-.423v-9.77q0-.23-.192-.423T17.384 10H15.27V9h2.115q.691 0 1.153.463T19 10.616v9.769q0 .69-.463 1.153T17.385 22zm4.884-6.5V4.614l-2.1 2.1L8.692 6L12 2.692L15.308 6l-.708.714l-2.1-2.1V15.5z");
13
+ d: path("M6.616 21q-.691 0-1.153-.462T5 19.385v-8.77q0-.69.463-1.152T6.616 9H8.73v1H6.616q-.231 0-.424.192T6 10.616v8.769q0 .23.192.423t.423.192h10.77q.23 0 .423-.192t.192-.423v-8.77q0-.23-.192-.423T17.384 10H15.27V9h2.115q.691 0 1.153.463T19 10.616v8.769q0 .69-.463 1.153T17.385 21zm4.884-5.5V4.614l-2.1 2.1L8.692 6L12 2.692L15.308 6l-.708.714l-2.1-2.1V15.5z");
14
14
  }
15
15
 
16
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": 15110,
5
+ "total": 15114,
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": 1762877713
31
+ "lastModified": 1763621374
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/material-symbols-light",
3
3
  "type": "module",
4
- "version": "1.0.7",
4
+ "version": "1.0.9",
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",
@@ -27642,6 +27642,22 @@
27642
27642
  "types": "./types/dd0bq22g.d.ts",
27643
27643
  "default": "./components/h/hourglass-bottom-rounded.vue"
27644
27644
  },
27645
+ "./hourglass-check": {
27646
+ "types": "./types/dd0bq22g.d.ts",
27647
+ "default": "./components/h/hourglass-check.vue"
27648
+ },
27649
+ "./hourglass-check-outline": {
27650
+ "types": "./types/dd0bq22g.d.ts",
27651
+ "default": "./components/h/hourglass-check-outline.vue"
27652
+ },
27653
+ "./hourglass-check-outline-rounded": {
27654
+ "types": "./types/dd0bq22g.d.ts",
27655
+ "default": "./components/h/hourglass-check-outline-rounded.vue"
27656
+ },
27657
+ "./hourglass-check-rounded": {
27658
+ "types": "./types/dd0bq22g.d.ts",
27659
+ "default": "./components/h/hourglass-check-rounded.vue"
27660
+ },
27645
27661
  "./hourglass-disabled": {
27646
27662
  "types": "./types/dd0bq22g.d.ts",
27647
27663
  "default": "./components/h/hourglass-disabled.vue"