@iconify-solid/octicon 1.0.11 → 1.0.12

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,16 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/d/dfyu4cbug.css';
4
+ import '../../css/o/o95idacva.css';
5
+
6
+ const viewBox = {"width":16,"height":16};
7
+ const content = `<path class="dfyu4cbug"/><path class="o95idacva"/>`;
8
+
9
+ /** @param props {{width?: string; height?: string;}} */
10
+ function Component(props) {
11
+ const [local, others] = splitProps(props, ["width","height"]);
12
+
13
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"octicon:issue-relates-to-16"} {...others} />);
14
+ }
15
+
16
+ export default Component;
@@ -0,0 +1,16 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/u/uaa3sjb5u.css';
4
+ import '../../css/w/wpnzcqdzh.css';
5
+
6
+ const viewBox = {"width":24,"height":24};
7
+ const content = `<path class="uaa3sjb5u"/><path class="wpnzcqdzh"/>`;
8
+
9
+ /** @param props {{width?: string; height?: string;}} */
10
+ function Component(props) {
11
+ const [local, others] = splitProps(props, ["width","height"]);
12
+
13
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"octicon:issue-relates-to-24"} {...others} />);
14
+ }
15
+
16
+ export default Component;
@@ -0,0 +1,4 @@
1
+ .dfyu4cbug {
2
+ fill: currentColor;
3
+ d: path("M1.5 8a6.5 6.5 0 0 1 13 0A.75.75 0 1 0 16 8a8 8 0 1 0-8 8a.75.75 0 1 0 0-1.5A6.5 6.5 0 0 1 1.5 8");
4
+ }
@@ -0,0 +1,4 @@
1
+ .o95idacva {
2
+ fill: currentColor;
3
+ d: path("M8 9.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m7.927 2.927l-2.896 2.896a.25.25 0 0 1-.428-.177V13h-3.25a.75.75 0 1 1 0-1.5h3.25V9.354a.25.25 0 0 1 .3-.246a.25.25 0 0 1 .127.069l2.897 2.896a.25.25 0 0 1 0 .354");
4
+ }
@@ -0,0 +1,4 @@
1
+ .wpnzcqdzh {
2
+ fill: currentColor;
3
+ d: path("m23 17.48l-3.728 3.314a.308.308 0 0 1-.513-.23V18h-4.25a.75.75 0 0 1 0-1.5h4.25v-2.564a.308.308 0 0 1 .513-.23L23 17.02a.31.31 0 0 1 0 .46M12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4");
4
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "octicon",
3
3
  "info": {
4
4
  "name": "Octicons",
5
- "total": 741,
6
- "version": "19.31.0",
5
+ "total": 743,
6
+ "version": "19.33.0",
7
7
  "author": {
8
8
  "name": "GitHub",
9
9
  "url": "https://github.com/primer/octicons/"
@@ -24,5 +24,5 @@
24
24
  "category": "UI Other / Mixed Grid",
25
25
  "palette": false
26
26
  },
27
- "lastModified": 1785042822
27
+ "lastModified": 1785992478
28
28
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-solid/octicon",
3
3
  "type": "module",
4
- "version": "1.0.11",
4
+ "version": "1.0.12",
5
5
  "homepage": "https://icon-sets.iconify.design/octicon/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -1818,6 +1818,14 @@
1818
1818
  "types": "./types/vn2rmosy.d.ts",
1819
1819
  "default": "./components/i/issue-opened-24.jsx"
1820
1820
  },
1821
+ "./issue-relates-to-16": {
1822
+ "types": "./types/vn2rmosy.d.ts",
1823
+ "default": "./components/i/issue-relates-to-16.jsx"
1824
+ },
1825
+ "./issue-relates-to-24": {
1826
+ "types": "./types/vn2rmosy.d.ts",
1827
+ "default": "./components/i/issue-relates-to-24.jsx"
1828
+ },
1821
1829
  "./issue-reopened": {
1822
1830
  "types": "./types/vn2rmosy.d.ts",
1823
1831
  "default": "./components/i/issue-reopened.jsx"