@iconify-vue/codicon 1.0.17 → 1.0.19

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.
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/t/tkiomogd.css';
3
+ import '../../css/p/puc5bd2z.css';
4
4
 
5
5
  const props = defineProps(["width","height"]);
6
6
 
7
7
  const viewBox = {"width":16,"height":16};
8
- const content = `<path class="tkiomogd"/>`;
8
+ const content = `<path class="puc5bd2z"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="codicon:new-session" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/f/fl9xkmge.css';
3
+ import '../../css/a/a3isa1xx.css';
4
4
 
5
5
  const props = defineProps(["width","height"]);
6
6
 
7
7
  const viewBox = {"width":16,"height":16};
8
- const content = `<path class="fl9xkmge"/>`;
8
+ const content = `<path class="a3isa1xx"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="codicon:vscode-insiders" /></template>
@@ -1,10 +1,10 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/t/tlzsd0bv.css';
3
+ import '../../css/r/rocicxhi.css';
4
4
 
5
5
  const props = defineProps(["width","height"]);
6
6
 
7
7
  const viewBox = {"width":16,"height":16};
8
- const content = `<path class="tlzsd0bv"/>`;
8
+ const content = `<path class="rocicxhi"/>`;
9
9
  </script>
10
10
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="codicon:vscode" /></template>
@@ -0,0 +1,4 @@
1
+ .a3isa1xx {
2
+ fill: currentColor;
3
+ d: path("m8.045 7.377l-2.596-1.97l5.187-4.73a.2.2 0 0 1 .142-.06c.008 0 .221.01.221.22v4.295zm-7.828 2.8a.665.665 0 0 0 .001.985l.881.8A.665.665 0 0 0 1.95 12l1.937-1.469l-2.029-1.85zm1.733-6.17a.66.66 0 0 0-.851.038l-.881.801a.665.665 0 0 0-.001.985l1.985 1.81l8.432 7.691a.216.216 0 0 0 .366-.158v-4.299zm13.484-2.275L12.14.15a1 1 0 0 0-.431-.096h-.005c.184.215.299.484.299.784v14.338c.001.295-.109.56-.287.772h.059c.187 0 .348-.079.365-.087l3.294-1.584a1 1 0 0 0 .566-.9V2.633a1 1 0 0 0-.566-.9");
4
+ }
@@ -0,0 +1,4 @@
1
+ .puc5bd2z {
2
+ fill: currentColor;
3
+ d: path("M14.452 1.548a1.865 1.865 0 0 0-2.644 0L6.979 6.377a2.2 2.2 0 0 0-.578 1.021l-.374 1.498a.89.89 0 0 0 1.079 1.079l1.498-.374a2.2 2.2 0 0 0 1.021-.578l4.829-4.829c.73-.73.73-1.914 0-2.645zm-.707 1.937L8.916 8.314a1.2 1.2 0 0 1-.556.315l-1.32.333l.331-1.322c.053-.21.161-.403.315-.556l4.83-4.829a.866.866 0 0 1 1.23 0a.87.87 0 0 1 0 1.231zM13 7.768l1-1V11.5c0 1.378-1.121 2.5-2.5 2.5h-7A2.503 2.503 0 0 1 2 11.5v-7C2 3.122 3.121 2 4.5 2h4.736l-1 1H4.5C3.673 3 3 3.673 3 4.5v7c0 .827.673 1.5 1.5 1.5h7c.827 0 1.5-.673 1.5-1.5z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .rocicxhi {
2
+ fill: currentColor;
3
+ d: path("M15.434 1.729L12.14.145a1 1 0 0 0-.431-.098c-.356 0-.529.165-.554.182a.7.7 0 0 0-.151.11l-6.306 5.75l-2.747-2.084a.664.664 0 0 0-.851.038l-.881.8a.665.665 0 0 0-.001.986L2.6 8L.217 10.17a.665.665 0 0 0 .001.985l.881.802a.665.665 0 0 0 .851.038l2.747-2.084l6.306 5.75s.069.068.152.11c.024.017.198.18.554.18a1 1 0 0 0 .432-.097l3.294-1.584a1 1 0 0 0 .566-.901V2.629a1 1 0 0 0-.566-.901zm-8.217 6.27l4.785-3.63v7.26z");
4
+ }
package/iconify.json CHANGED
@@ -28,5 +28,5 @@
28
28
  ],
29
29
  "palette": false
30
30
  },
31
- "lastModified": 1772259959
31
+ "lastModified": 1773295137
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/codicon",
3
3
  "type": "module",
4
- "version": "1.0.17",
4
+ "version": "1.0.19",
5
5
  "homepage": "https://icon-sets.iconify.design/codicon/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "CC-BY-4.0",
@@ -1,4 +0,0 @@
1
- .fl9xkmge {
2
- fill: currentColor;
3
- d: path("m9.785 1.38l-4.22 3.87l2.123 1.621L10 5.107V2a1 1 0 0 0-.215-.62M10 9.893L2.584 4.234a.54.54 0 0 0-.691.031l-.716.655a.545.545 0 0 0 0 .805l8.608 7.895A1 1 0 0 0 10 13zm.753-8.856c.158.286.247.614.247.963v11c0 .35-.09.678-.247.963a1 1 0 0 0 .11-.043l2.677-1.295a.82.82 0 0 0 .46-.736V3.111c0-.314-.179-.6-.46-.736l-2.677-1.294a1 1 0 0 0-.11-.044M1.177 9.275l1.195-1.097L4.01 9.68l-1.425 1.087a.54.54 0 0 1-.691-.031l-.716-.655a.547.547 0 0 1 0-.805");
4
- }
@@ -1,4 +0,0 @@
1
- .tkiomogd {
2
- fill: currentColor;
3
- d: path("m14 6.766l1-1V12c0 1.654-1.346 3-3 3H4c-1.654 0-3-1.346-3-3V4c0-1.654 1.346-3 3-3h6.233l-1 1H4c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h8c1.103 0 2-.897 2-2zM15.453.547a1.87 1.87 0 0 0-2.645 0l-4.83 4.829A2.2 2.2 0 0 0 7.4 6.397l-.374 1.498a.89.89 0 0 0 1.079 1.079l1.498-.375a2.2 2.2 0 0 0 1.021-.578l4.829-4.829c.73-.73.73-1.914 0-2.645");
4
- }
@@ -1,4 +0,0 @@
1
- .tlzsd0bv {
2
- fill: currentColor;
3
- d: path("M10.864 13.92a.805.805 0 0 1-.924-.159L4.816 9.063l-2.232 1.703a.54.54 0 0 1-.69-.031l-.717-.655a.547.547 0 0 1 0-.805L3.112 7.5L1.177 5.725a.547.547 0 0 1 0-.805l.716-.655a.54.54 0 0 1 .691-.03l2.232 1.702L9.94 1.24a.81.81 0 0 1 .923-.158l2.677 1.294c.281.136.46.422.46.736V8h-3.248V4.534L6.864 7.5l3.888 2.966V8H14v3.889c0 .314-.179.6-.46.736z");
4
- }