@iconify-solid/simple-icons 1.0.14 → 1.0.15

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,15 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/j/je-x1rbor.css';
4
+
5
+ const viewBox = {"width":24,"height":24};
6
+ const content = `<path class="je-x1rbor"/>`;
7
+
8
+ /** @param props {{width?: string; height?: string;}} */
9
+ function Component(props) {
10
+ const [local, others] = splitProps(props, ["width","height"]);
11
+
12
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"simple-icons:apachearrow"} {...others} />);
13
+ }
14
+
15
+ export default Component;
@@ -0,0 +1,15 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/w/wsmx--e1i.css';
4
+
5
+ const viewBox = {"width":24,"height":24};
6
+ const content = `<path class="wsmx--e1i"/>`;
7
+
8
+ /** @param props {{width?: string; height?: string;}} */
9
+ function Component(props) {
10
+ const [local, others] = splitProps(props, ["width","height"]);
11
+
12
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"simple-icons:claudecode"} {...others} />);
13
+ }
14
+
15
+ export default Component;
@@ -0,0 +1,4 @@
1
+ .je-x1rbor {
2
+ fill: currentColor;
3
+ d: path("m0 2l10 10L0 22v-4l6-6l-6-6zm7 0l10 10L7 22v-4l6-6l-6-6zm7 0l10 10l-10 10v-4l6-6l-6-6z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .wsmx--e1i {
2
+ fill: currentColor;
3
+ d: path("M21 10.5h3v3h-3v3h-1.5v3H18v-3h-1.5v3H15v-3H9v3H7.5v-3H6v3H4.5v-3H3v-3H0v-3h3v-6h18Zm-15 0h1.5v-3H6Zm10.5 0H18v-3h-1.5z");
4
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "simple-icons",
3
3
  "info": {
4
4
  "name": "Simple Icons",
5
- "total": 3436,
6
- "version": "16.21.0",
5
+ "total": 3438,
6
+ "version": "16.22.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": 1779771425
28
+ "lastModified": 1780375154
29
29
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-solid/simple-icons",
3
3
  "type": "module",
4
- "version": "1.0.14",
4
+ "version": "1.0.15",
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",
@@ -834,6 +834,10 @@
834
834
  "types": "./types/vn2rmosy.d.ts",
835
835
  "default": "./components/a/apacheant.jsx"
836
836
  },
837
+ "./apachearrow": {
838
+ "types": "./types/vn2rmosy.d.ts",
839
+ "default": "./components/a/apachearrow.jsx"
840
+ },
837
841
  "./apacheavro": {
838
842
  "types": "./types/vn2rmosy.d.ts",
839
843
  "default": "./components/a/apacheavro.jsx"
@@ -2430,6 +2434,10 @@
2430
2434
  "types": "./types/vn2rmosy.d.ts",
2431
2435
  "default": "./components/c/claude.jsx"
2432
2436
  },
2437
+ "./claudecode": {
2438
+ "types": "./types/vn2rmosy.d.ts",
2439
+ "default": "./components/c/claudecode.jsx"
2440
+ },
2433
2441
  "./clerk": {
2434
2442
  "types": "./types/vn2rmosy.d.ts",
2435
2443
  "default": "./components/c/clerk.jsx"