@iconify-react/devicon-plain 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.
@@ -0,0 +1,19 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+ import '../../css/q/qfv2xx_k.css';
4
+
5
+ const viewBox = {"width":128,"height":128};
6
+
7
+ /** @type {{width?: string; height?: string;}} */
8
+ function Component({width, height, ...props}) {
9
+ return createElement(Icon, {
10
+ ...props,
11
+ width,
12
+ height,
13
+ viewBox,
14
+ "content": `<path class="qfv2xx_k"/>`,
15
+ "fallback": "devicon-plain:msbuild",
16
+ });
17
+ }
18
+
19
+ export default Component;
@@ -0,0 +1,4 @@
1
+ .qfv2xx_k {
2
+ fill: currentColor;
3
+ d: path("M96 46.13q.15 0 .3-.09l19.14-11.06l.05-.02a16.2 16.2 0 0 1 1.85 7.5v43.08c0 5.68-2.96 10.91-7.84 13.76c-.06.06-.11.08-.16.11L72 120.96a15.85 15.85 0 0 1-8 2.13a15.87 15.87 0 0 1-8-2.13l-13.33-7.68V93.26a2.67 2.67 0 0 1 4-2.31L56 96.34a16 16 0 0 0 16 0L92 84.8a8 8 0 0 0 4-6.93zm-10.66 6.24V71.7a8 8 0 0 1-1.88 5.14a8 8 0 0 1-2.12 1.79L72 84.02a16 16 0 0 1-10.78 1.9a16 16 0 0 1-5.22-1.9l-13.33-7.7l-5.33-3.07l-1.33-.77a2.67 2.67 0 0 0-4 2.31v32.33l-13.34-7.7l-.1-.09c-4.91-2.85-7.9-8.1-7.9-13.78v-43.1a16.2 16.2 0 0 1 1.84-7.5l19.2 11.09l5.33 3.1l5.33 3.06l13.33 7.7q2.53 1.46 5.42 1.97q2.88.5 5.76 0q2.89-.5 5.42-1.97zm0-.69L72 59.38a16 16 0 0 1-10.78 1.9a16 16 0 0 1-5.22-1.9l-13.33-7.7l-5.33-3.07L32 45.52l-18.68-10.8l-.52-.3a15.9 15.9 0 0 1 5.7-5.73a.6.6 0 0 1 .17-.1L56 7.04a16.02 16.02 0 0 1 16 0l13.3 7.68l-27.97 16.17a2.67 2.67 0 0 0 0 4.62l28 16.17zm29.86-17.25l-.52.3L96 45.52L78.66 35.51a2.66 2.66 0 0 1 0-4.62l6.65-3.85L96 20.88l13.33 7.7c.02.04.08.06.1.09a16.1 16.1 0 0 1 5.76 5.76z");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "devicon-plain",
3
3
  "info": {
4
4
  "name": "Devicon Plain",
5
- "total": 751,
5
+ "total": 752,
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": false
27
27
  },
28
- "lastModified": 1771495546
28
+ "lastModified": 1773295155
29
29
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-react/devicon-plain",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "homepage": "https://icon-sets.iconify.design/devicon-plain/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -1710,6 +1710,10 @@
1710
1710
  "types": "./types/hqrkovbr.d.ts",
1711
1711
  "default": "./components/m/moodle-wordmark.jsx"
1712
1712
  },
1713
+ "./msbuild": {
1714
+ "types": "./types/hqrkovbr.d.ts",
1715
+ "default": "./components/m/msbuild.jsx"
1716
+ },
1713
1717
  "./msdos": {
1714
1718
  "types": "./types/hqrkovbr.d.ts",
1715
1719
  "default": "./components/m/msdos.jsx"