@iconify-react/simple-icons 1.0.6 → 1.0.7

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/w/wldwxibq.css';
4
+
5
+ const viewBox = {"width":24,"height":24};
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="wldwxibq"/>`,
15
+ "fallback": "simple-icons:locust",
16
+ });
17
+ }
18
+
19
+ export default Component;
@@ -0,0 +1,19 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+ import '../../css/d/dixa9h.css';
4
+
5
+ const viewBox = {"width":24,"height":24};
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="dixa9h"/>`,
15
+ "fallback": "simple-icons:vllm",
16
+ });
17
+ }
18
+
19
+ export default Component;
@@ -0,0 +1,4 @@
1
+ .dixa9h {
2
+ fill: currentColor;
3
+ d: path("m23.6 0l-8.721 4.59L9.829 24h7.41zM9.83 24V5.142H.4Z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .wldwxibq {
2
+ fill: currentColor;
3
+ d: path("m21.425 6.348l.725.731l-1.901 1.916l.501.502l2.52-2.519l.73.73l-2.519 2.52v2.887l-1.65 1.65l-1.875-1.9v1.064l3.674 3.723h-2.722l-6.514-6.514l5.684-2.612h1.187Zm-2.74 11.683h-3.924l-7.799-7.799l-2.038 7.799H2.012L4.948 6.783l.157-.076l1.517-.738ZM2.137 15.85l-.47 1.802H0v-.82Zm4.304-1.977l2.449-1.126l3.605 3.605l-3.008 1.3H5.454Z");
4
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "simple-icons",
3
3
  "info": {
4
4
  "name": "Simple Icons",
5
- "total": 3423,
6
- "version": "16.16.0",
5
+ "total": 3425,
6
+ "version": "16.17.0",
7
7
  "author": {
8
8
  "name": "Simple Icons Collaborators",
9
9
  "url": "https://github.com/simple-icons/simple-icons"
@@ -25,5 +25,5 @@
25
25
  "category": "Logos",
26
26
  "palette": false
27
27
  },
28
- "lastModified": 1776056252
28
+ "lastModified": 1776575356
29
29
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-react/simple-icons",
3
3
  "type": "module",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "homepage": "https://icon-sets.iconify.design/simple-icons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "CC0-1.0",
@@ -7414,6 +7414,10 @@
7414
7414
  "types": "./types/hqrkovbr.d.ts",
7415
7415
  "default": "./components/l/localxpose.jsx"
7416
7416
  },
7417
+ "./locust": {
7418
+ "types": "./types/hqrkovbr.d.ts",
7419
+ "default": "./components/l/locust.jsx"
7420
+ },
7417
7421
  "./lodash": {
7418
7422
  "types": "./types/hqrkovbr.d.ts",
7419
7423
  "default": "./components/l/lodash.jsx"
@@ -13854,6 +13858,10 @@
13854
13858
  "types": "./types/hqrkovbr.d.ts",
13855
13859
  "default": "./components/v/vlcmediaplayer.jsx"
13856
13860
  },
13861
+ "./vllm": {
13862
+ "types": "./types/hqrkovbr.d.ts",
13863
+ "default": "./components/v/vllm.jsx"
13864
+ },
13857
13865
  "./vmware": {
13858
13866
  "types": "./types/hqrkovbr.d.ts",
13859
13867
  "default": "./components/v/vmware.jsx"