@iconify-vue/vscode-icons 1.0.30 → 1.0.31

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,27 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":32,"height":32};
7
+ const content = `<g class="ft5dv1b6b"><g filter="url(#SVGSQhNybkz)" transform="translate(-.594 2.515)scale(.13111)" class="obg7u3o0l"><path class="e5ta_gb9t"/><path class="sh1fbfcly"/></g><defs><filter id="SVGSQhNybkz" width="213.57" height="178.91" x="19.784" y="13.398" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="3.043"/><feGaussianBlur stdDeviation="7.608"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_8_35"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_8_35" result="shape"/></filter></defs></g>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-light-warp" /></template>
10
+ <style>
11
+ .e5ta_gb9t {
12
+ d: path("M127.72 25.57h68.386c11.07 0 20.044 9.273 20.044 20.712v80.413c0 11.439-8.974 20.712-20.044 20.712H98.244z");
13
+ }
14
+
15
+ .ft5dv1b6b {
16
+ fill: none;
17
+ }
18
+
19
+ .obg7u3o0l {
20
+ fill: var(--svg-color--121212, #121212);
21
+ }
22
+
23
+ .sh1fbfcly {
24
+ d: path("M109.96 48.652H54.87c-10.976 0-19.873 9.273-19.873 20.712v80.413c0 11.439 8.898 20.712 19.873 20.712h67.803l2.719-11.335H83.453z");
25
+ }
26
+
27
+ </style>
@@ -0,0 +1,27 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+
4
+ const props = defineProps(["width","height"]);
5
+
6
+ const viewBox = {"width":32,"height":32};
7
+ const content = `<g class="ft5dv1b6b"><g filter="url(#SVGSQhNybkz)" transform="translate(-.594 2.515)scale(.13111)" class="v86vdub_f"><path class="w7saqraly"/><path class="nsmlhdb5u"/></g><defs><filter id="SVGSQhNybkz" width="213.57" height="178.91" x="19.784" y="13.398" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="3.043"/><feGaussianBlur stdDeviation="7.608"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_8_35"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_8_35" result="shape"/></filter></defs></g>`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:file-type-warp" /></template>
10
+ <style>
11
+ .ft5dv1b6b {
12
+ fill: none;
13
+ }
14
+
15
+ .nsmlhdb5u {
16
+ d: path("M109.96 48.652H54.87c-10.976 0-19.873 9.273-19.873 20.712v80.413c0 11.439 8.898 20.712 19.873 20.712h67.803l2.719-11.335H83.453Z");
17
+ }
18
+
19
+ .v86vdub_f {
20
+ fill: var(--svg-color--d2d2d2, #d2d2d2);
21
+ }
22
+
23
+ .w7saqraly {
24
+ d: path("M127.72 25.57h68.386c11.07 0 20.044 9.273 20.044 20.712v80.413c0 11.439-8.974 20.712-20.044 20.712H98.244Z");
25
+ }
26
+
27
+ </style>
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "vscode-icons",
3
3
  "info": {
4
4
  "name": "VSCode Icons",
5
- "total": 1511,
5
+ "total": 1513,
6
6
  "version": "12.18.0",
7
7
  "author": {
8
8
  "name": "Roberto Huertas",
@@ -29,5 +29,5 @@
29
29
  ],
30
30
  "palette": true
31
31
  },
32
- "lastModified": 1781326613
32
+ "lastModified": 1781585081
33
33
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/vscode-icons",
3
3
  "type": "module",
4
- "version": "1.0.30",
4
+ "version": "1.0.31",
5
5
  "homepage": "https://icon-sets.iconify.design/vscode-icons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -2306,6 +2306,10 @@
2306
2306
  "types": "./types/dd0bq22g.d.ts",
2307
2307
  "default": "./components/f/file-type-light-vsixmanifest.vue"
2308
2308
  },
2309
+ "./file-type-light-warp": {
2310
+ "types": "./types/dd0bq22g.d.ts",
2311
+ "default": "./components/f/file-type-light-warp.vue"
2312
+ },
2309
2313
  "./file-type-light-wesl": {
2310
2314
  "types": "./types/dd0bq22g.d.ts",
2311
2315
  "default": "./components/f/file-type-light-wesl.vue"
@@ -4366,6 +4370,10 @@
4366
4370
  "types": "./types/dd0bq22g.d.ts",
4367
4371
  "default": "./components/f/file-type-wally.vue"
4368
4372
  },
4373
+ "./file-type-warp": {
4374
+ "types": "./types/dd0bq22g.d.ts",
4375
+ "default": "./components/f/file-type-warp.vue"
4376
+ },
4369
4377
  "./file-type-wasm": {
4370
4378
  "types": "./types/dd0bq22g.d.ts",
4371
4379
  "default": "./components/f/file-type-wasm.vue"