@iconify-vue/simple-icons 1.0.37 → 1.0.38

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,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/y/ys4jh9bfp.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="ys4jh9bfp"/>`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:glass" /></template>
@@ -0,0 +1,4 @@
1
+ .ys4jh9bfp {
2
+ fill: currentColor;
3
+ d: path("M11 0v24A12 12 0 0 1 0 12A12 12 0 0 1 11 0m13 13a11 11 0 0 1-11 11V13zm-5.5-2a1 1 0 0 0 0-11a1 1 0 0 0 0 11");
4
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "simple-icons",
3
3
  "info": {
4
4
  "name": "Simple Icons",
5
- "total": 3446,
6
- "version": "16.24.1",
5
+ "total": 3447,
6
+ "version": "16.25.0",
7
7
  "author": {
8
8
  "name": "Simple Icons Collaborators",
9
9
  "url": "https://github.com/simple-icons/simple-icons"
@@ -25,5 +25,5 @@
25
25
  "category": "Logos",
26
26
  "palette": false
27
27
  },
28
- "lastModified": 1782727372
28
+ "lastModified": 1783227684
29
29
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/simple-icons",
3
3
  "type": "module",
4
- "version": "1.0.37",
4
+ "version": "1.0.38",
5
5
  "homepage": "https://icon-sets.iconify.design/simple-icons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "CC0-1.0",
@@ -4990,6 +4990,10 @@
4990
4990
  "types": "./types/dd0bq22g.d.ts",
4991
4991
  "default": "./components/g/glance.vue"
4992
4992
  },
4993
+ "./glass": {
4994
+ "types": "./types/dd0bq22g.d.ts",
4995
+ "default": "./components/g/glass.vue"
4996
+ },
4993
4997
  "./glassdoor": {
4994
4998
  "types": "./types/dd0bq22g.d.ts",
4995
4999
  "default": "./components/g/glassdoor.vue"