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

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>
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": 1763101845
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.8",
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"