@iconify-react/vscode-icons 1.0.19 → 1.0.20
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,53 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":32,"height":32};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.l0cuq3bsv {
|
|
14
|
+
width: 9.631px;
|
|
15
|
+
height: 40.852px;
|
|
16
|
+
x: 115.859px;
|
|
17
|
+
y: 12.451px;
|
|
18
|
+
rx: 4.816px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.m00li1bzt {
|
|
22
|
+
fill: var(--svg-color--c5f74f, #c5f74f);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.nt-s71b2m {
|
|
26
|
+
width: 9.631px;
|
|
27
|
+
height: 40.852px;
|
|
28
|
+
x: 71.193px;
|
|
29
|
+
y: 37.556px;
|
|
30
|
+
rx: 4.816px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.wj3cn1bex {
|
|
34
|
+
width: 9.631px;
|
|
35
|
+
height: 40.852px;
|
|
36
|
+
x: 134.57px;
|
|
37
|
+
y: -22.003px;
|
|
38
|
+
rx: 4.816px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.x6l90cc0p {
|
|
42
|
+
width: 9.631px;
|
|
43
|
+
height: 40.852px;
|
|
44
|
+
x: 89.898px;
|
|
45
|
+
y: 3.105px;
|
|
46
|
+
rx: 4.816px;
|
|
47
|
+
}
|
|
48
|
+
</style><g transform="matrix(.22192 .12396 -.12639 .22055 -4.336 -3.57)" class="m00li1bzt"><rect class="nt-s71b2m"/><rect class="x6l90cc0p"/><rect class="wj3cn1bex"/><rect class="l0cuq3bsv"/></g>`,
|
|
49
|
+
"fallback": "vscode-icons:file-type-drizzle-orm",
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export default Component;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
|
|
4
|
+
const viewBox = {"width":32,"height":32};
|
|
5
|
+
|
|
6
|
+
/** @param {{width?: string; height?: string;}} */
|
|
7
|
+
function Component({width, height, ...props}) {
|
|
8
|
+
return createElement(Icon, {
|
|
9
|
+
...props,
|
|
10
|
+
width,
|
|
11
|
+
height,
|
|
12
|
+
viewBox,
|
|
13
|
+
"content": `<style>.l0cuq3bsv {
|
|
14
|
+
width: 9.631px;
|
|
15
|
+
height: 40.852px;
|
|
16
|
+
x: 115.859px;
|
|
17
|
+
y: 12.451px;
|
|
18
|
+
rx: 4.816px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.nt-s71b2m {
|
|
22
|
+
width: 9.631px;
|
|
23
|
+
height: 40.852px;
|
|
24
|
+
x: 71.193px;
|
|
25
|
+
y: 37.556px;
|
|
26
|
+
rx: 4.816px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.wj3cn1bex {
|
|
30
|
+
width: 9.631px;
|
|
31
|
+
height: 40.852px;
|
|
32
|
+
x: 134.57px;
|
|
33
|
+
y: -22.003px;
|
|
34
|
+
rx: 4.816px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.x6l90cc0p {
|
|
38
|
+
width: 9.631px;
|
|
39
|
+
height: 40.852px;
|
|
40
|
+
x: 89.898px;
|
|
41
|
+
y: 3.105px;
|
|
42
|
+
rx: 4.816px;
|
|
43
|
+
}
|
|
44
|
+
</style><g transform="matrix(.22192 .12396 -.12639 .22055 -4.336 -3.57)"><rect class="nt-s71b2m"/><rect class="x6l90cc0p"/><rect class="wj3cn1bex"/><rect class="l0cuq3bsv"/></g>`,
|
|
45
|
+
"fallback": "vscode-icons:file-type-light-drizzle-orm",
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export default Component;
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "vscode-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "VSCode Icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1541,
|
|
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":
|
|
32
|
+
"lastModified": 1782538594
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/vscode-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.20",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/vscode-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -870,6 +870,10 @@
|
|
|
870
870
|
"types": "./types/hqrkovbr.d.ts",
|
|
871
871
|
"default": "./components/f/file-type-drawio.jsx"
|
|
872
872
|
},
|
|
873
|
+
"./file-type-drizzle-orm": {
|
|
874
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
875
|
+
"default": "./components/f/file-type-drizzle-orm.jsx"
|
|
876
|
+
},
|
|
873
877
|
"./file-type-drone": {
|
|
874
878
|
"types": "./types/hqrkovbr.d.ts",
|
|
875
879
|
"default": "./components/f/file-type-drone.jsx"
|
|
@@ -1942,6 +1946,10 @@
|
|
|
1942
1946
|
"types": "./types/hqrkovbr.d.ts",
|
|
1943
1947
|
"default": "./components/f/file-type-light-docpad.jsx"
|
|
1944
1948
|
},
|
|
1949
|
+
"./file-type-light-drizzle-orm": {
|
|
1950
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
1951
|
+
"default": "./components/f/file-type-light-drizzle-orm.jsx"
|
|
1952
|
+
},
|
|
1945
1953
|
"./file-type-light-drone": {
|
|
1946
1954
|
"types": "./types/hqrkovbr.d.ts",
|
|
1947
1955
|
"default": "./components/f/file-type-light-drone.jsx"
|