@iconify-solid/devicon 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/m/msbuild.jsx +25 -0
- package/css/b/bw09be.css +3 -0
- package/css/b/bywl3p.css +3 -0
- package/css/d/dbupqnjf.css +3 -0
- package/css/h/hwvnnz.css +3 -0
- package/css/k/kfeno0q.css +3 -0
- package/css/k/kon__kb.css +4 -0
- package/css/l/lt9r7u.css +3 -0
- package/css/p/pswjlb.css +3 -0
- package/css/q/q25_dm.css +3 -0
- package/css/r/rer3hxpa.css +4 -0
- package/css/t/tv63mtjt.css +3 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/r/rer3hxpa.css';
|
|
4
|
+
import '../../css/d/dbupqnjf.css';
|
|
5
|
+
import '../../css/k/kfeno0q.css';
|
|
6
|
+
import '../../css/k/kon__kb.css';
|
|
7
|
+
import '../../css/t/tv63mtjt.css';
|
|
8
|
+
import '../../css/b/bw09be.css';
|
|
9
|
+
import '../../css/h/hwvnnz.css';
|
|
10
|
+
import '../../css/l/lt9r7u.css';
|
|
11
|
+
import '../../css/b/bywl3p.css';
|
|
12
|
+
import '../../css/q/q25_dm.css';
|
|
13
|
+
import '../../css/p/pswjlb.css';
|
|
14
|
+
|
|
15
|
+
const viewBox = {"width":128,"height":128};
|
|
16
|
+
const content = `<path class="rer3hxpa"/><path fill="url(#SVGe25WAcoz)" class="dbupqnjf"/><path fill="url(#SVGZyAxOekZ)" class="kfeno0q"/><path class="kon__kb"/><path fill="url(#SVGJHbHcdqj)" class="tv63mtjt"/><defs><linearGradient id="SVGe25WAcoz" x1="48" x2="48" y1="30.82" y2="107.12" gradientUnits="userSpaceOnUse"><stop class="bw09be"/><stop offset="1" class="hwvnnz"/></linearGradient><linearGradient id="SVGZyAxOekZ" x1="67.95" x2="32.64" y1="5.33" y2="49.6" gradientUnits="userSpaceOnUse"><stop class="lt9r7u"/><stop offset="1" class="bywl3p"/></linearGradient><linearGradient id="SVGJHbHcdqj" x1="117.34" x2="26.49" y1="116" y2="116" gradientUnits="userSpaceOnUse"><stop offset=".39" class="q25_dm"/><stop offset="1" class="pswjlb"/></linearGradient></defs>`;
|
|
17
|
+
|
|
18
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
19
|
+
function Component(props) {
|
|
20
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
21
|
+
|
|
22
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"devicon:msbuild"} {...others} />);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export default Component;
|
package/css/b/bw09be.css
ADDED
package/css/b/bywl3p.css
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.dbupqnjf {
|
|
2
|
+
d: path("M72 59.38a16 16 0 0 1-16 0l-13.33-7.7l-5.33-3.07L32 45.52l-19.2-11.1a16.2 16.2 0 0 0-2.13 8.03v43.1c0 5.68 2.99 10.93 7.9 13.78c.02.03.07.06.1.08L32 107.12V74.79a2.67 2.67 0 0 1 4-2.3l1.34.76l5.33 3.07L56 84.02a16 16 0 0 0 16 0l9.34-5.4a8 8 0 0 0 4-6.92V51.68z");
|
|
3
|
+
}
|
package/css/h/hwvnnz.css
ADDED
package/css/l/lt9r7u.css
ADDED
package/css/p/pswjlb.css
ADDED
package/css/q/q25_dm.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.rer3hxpa {
|
|
2
|
+
fill: #4122aa;
|
|
3
|
+
d: path("m78.66 30.89l6.65-3.85V14.72L57.33 30.9a2.67 2.67 0 0 0 0 4.62l28 16.17V71.7a8 8 0 0 1-4 6.93L72 84.03a16 16 0 0 1-16 0L36 72.46a2.67 2.67 0 0 0-4 2.31v32.34l10.67-6.16v-7.7a2.67 2.67 0 0 1 4-2.3L56 96.33a16 16 0 0 0 16 0L92 84.8a8 8 0 0 0 4-6.93V45.52L78.66 35.51a2.66 2.66 0 0 1 0-4.62");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "devicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Devicon",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1031,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "konpa",
|
|
8
8
|
"url": "https://github.com/devicons/devicon/tree/master"
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"category": "Programming",
|
|
26
26
|
"palette": true
|
|
27
27
|
},
|
|
28
|
-
"lastModified":
|
|
28
|
+
"lastModified": 1773295162
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-solid/devicon",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/devicon/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -2210,6 +2210,10 @@
|
|
|
2210
2210
|
"types": "./types/vn2rmosy.d.ts",
|
|
2211
2211
|
"default": "./components/m/motion.jsx"
|
|
2212
2212
|
},
|
|
2213
|
+
"./msbuild": {
|
|
2214
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
2215
|
+
"default": "./components/m/msbuild.jsx"
|
|
2216
|
+
},
|
|
2213
2217
|
"./msdos": {
|
|
2214
2218
|
"types": "./types/vn2rmosy.d.ts",
|
|
2215
2219
|
"default": "./components/m/msdos.jsx"
|