@iconify-vue/vscode-icons 1.0.6 → 1.0.7

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,36 @@
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 = `<path class="obibuobu" /><path class="l9ry0ijx" /><path class="v_qzy3vx" /><path class="fw0p20ro" /><path class="kkzprccy" />`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:folder-type-dart-opened" /></template>
10
+ <style>
11
+ .obibuobu {
12
+ fill: #7495b4;
13
+ d: path("M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z");
14
+ }
15
+
16
+ .l9ry0ijx {
17
+ fill: #66c3fa;
18
+ d: path("M20.6 10a.94.94 0 0 0-.655.27l-.01.006l-6.135 3.547l6.119 6.118v.005l7.357 7.357l1.402-2.526l-5.058-12.14l-2.357-2.358a.93.93 0 0 0-.662-.277z");
19
+ }
20
+
21
+ .v_qzy3vx {
22
+ fill: #215896;
23
+ d: path("m13.822 13.795l-3.545 6.13l-.007.009a.94.94 0 0 0-.27.656a.93.93 0 0 0 .277.66l2.937 2.938l11.49 4.52l2.596-1.444l-.071-.071h-.018l-7.202-7.214H20z");
24
+ }
25
+
26
+ .fw0p20ro {
27
+ fill: #235997;
28
+ d: path("m13.78 13.804l6.26 6.266h.01l7.205 7.214l2.742-.522l.003-8.117l-2.895-2.838a4.66 4.66 0 0 0-2.589-1.154v-.032z");
29
+ }
30
+
31
+ .kkzprccy {
32
+ fill: #58b6f0;
33
+ d: path("m13.826 13.839l6.263 6.262v.01l7.208 7.208l-.524 2.743H18.66l-2.837-2.898a4.66 4.66 0 0 1-1.153-2.589h-.031z");
34
+ }
35
+
36
+ </style>
@@ -0,0 +1,36 @@
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 = `<path class="lz2fzvxm" /><path class="l9ry0ijx" /><path class="v_qzy3vx" /><path class="fw0p20ro" /><path class="kkzprccy" />`;
8
+ </script>
9
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="vscode-icons:folder-type-dart" /></template>
10
+ <style>
11
+ .lz2fzvxm {
12
+ fill: #4c6d8a;
13
+ d: path("M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z");
14
+ }
15
+
16
+ .l9ry0ijx {
17
+ fill: #66c3fa;
18
+ d: path("M20.6 10a.94.94 0 0 0-.655.27l-.01.006l-6.135 3.547l6.119 6.118v.005l7.357 7.357l1.402-2.526l-5.058-12.14l-2.357-2.358a.93.93 0 0 0-.662-.277z");
19
+ }
20
+
21
+ .v_qzy3vx {
22
+ fill: #215896;
23
+ d: path("m13.822 13.795l-3.545 6.13l-.007.009a.94.94 0 0 0-.27.656a.93.93 0 0 0 .277.66l2.937 2.938l11.49 4.52l2.596-1.444l-.071-.071h-.018l-7.202-7.214H20z");
24
+ }
25
+
26
+ .fw0p20ro {
27
+ fill: #235997;
28
+ d: path("m13.78 13.804l6.26 6.266h.01l7.205 7.214l2.742-.522l.003-8.117l-2.895-2.838a4.66 4.66 0 0 0-2.589-1.154v-.032z");
29
+ }
30
+
31
+ .kkzprccy {
32
+ fill: #58b6f0;
33
+ d: path("m13.826 13.839l6.263 6.262v.01l7.208 7.208l-.524 2.743H18.66l-2.837-2.898a4.66 4.66 0 0 1-1.153-2.589h-.031z");
34
+ }
35
+
36
+ </style>
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "vscode-icons",
3
3
  "info": {
4
4
  "name": "VSCode Icons",
5
- "total": 1420,
5
+ "total": 1422,
6
6
  "version": "12.14.0",
7
7
  "author": {
8
8
  "name": "Roberto Huertas",
@@ -29,5 +29,5 @@
29
29
  ],
30
30
  "palette": true
31
31
  },
32
- "lastModified": 1763361643
32
+ "lastModified": 1763621465
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.6",
4
+ "version": "1.0.7",
5
5
  "homepage": "https://icon-sets.iconify.design/vscode-icons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -4590,6 +4590,14 @@
4590
4590
  "types": "./types/dd0bq22g.d.ts",
4591
4591
  "default": "./components/f/folder-type-dapr-opened.vue"
4592
4592
  },
4593
+ "./folder-type-dart": {
4594
+ "types": "./types/dd0bq22g.d.ts",
4595
+ "default": "./components/f/folder-type-dart.vue"
4596
+ },
4597
+ "./folder-type-dart-opened": {
4598
+ "types": "./types/dd0bq22g.d.ts",
4599
+ "default": "./components/f/folder-type-dart-opened.vue"
4600
+ },
4593
4601
  "./folder-type-datadog": {
4594
4602
  "types": "./types/dd0bq22g.d.ts",
4595
4603
  "default": "./components/f/folder-type-datadog.vue"