@iconify-vue/codicon 1.0.0 → 1.0.1
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.
- package/components/t/thinking.vue +10 -0
- package/css/u/ug6qhm-h.css +4 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/u/ug6qhm-h.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"left":0,"top":0,"width":16,"height":16};
|
|
8
|
+
const content = `<path class="ug6qhm-h" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width :height :viewBox="viewBox" :content fallback="codicon:thinking" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ug6qhm-h {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13.569 7.444c.567-.458.931-1.16.931-1.944C14.5 4.122 13.379 3 12 3h-.014A2.253 2.253 0 0 0 9.75 1c-.706 0-1.337.327-1.75.838A2.25 2.25 0 0 0 6.25 1a2.253 2.253 0 0 0-2.236 2H4a2.503 2.503 0 0 0-2.5 2.5c0 .784.363 1.486.931 1.944A3 3 0 0 0 1 10a3.004 3.004 0 0 0 2.543 2.965A2.499 2.499 0 0 0 8 13.999A2.5 2.5 0 0 0 10 15c1.22 0 2.238-.878 2.457-2.035A3.004 3.004 0 0 0 15 10a3 3 0 0 0-1.431-2.556M6 14c-.827 0-1.5-.673-1.5-1.5V12H4c-1.103 0-2-.897-2-2s.897-2 2-2h1V7H4c-.827 0-1.5-.673-1.5-1.5S3.173 4 4 4h1v-.75C5 2.561 5.561 2 6.25 2s1.25.561 1.25 1.25v9.25c0 .827-.673 1.5-1.5 1.5m6-2h-.5v.5c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5V3.25C8.5 2.561 9.061 2 9.75 2S11 2.561 11 3.25V4h1c.827 0 1.5.673 1.5 1.5S12.827 7 12 7h-1v1h1c1.103 0 2 .897 2 2s-.897 2-2 2");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "codicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Codicons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 497,
|
|
6
6
|
"version": "0.0.40",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Microsoft Corporation",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1759206764
|
|
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.
|
|
4
|
+
"version": "1.0.1",
|
|
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",
|
|
@@ -1830,6 +1830,10 @@
|
|
|
1830
1830
|
"types": "./types/dd0bq22g.d.ts",
|
|
1831
1831
|
"default": "./components/t/text-size.vue"
|
|
1832
1832
|
},
|
|
1833
|
+
"./thinking": {
|
|
1834
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1835
|
+
"default": "./components/t/thinking.vue"
|
|
1836
|
+
},
|
|
1833
1837
|
"./three-bars": {
|
|
1834
1838
|
"types": "./types/dd0bq22g.d.ts",
|
|
1835
1839
|
"default": "./components/t/three-bars.vue"
|