@iconify-solid/octicon 1.0.10 → 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.
- package/components/i/issue-relates-to-16.jsx +16 -0
- package/components/i/issue-relates-to-24.jsx +16 -0
- package/components/q/question-bubble-16.jsx +15 -0
- package/components/q/question-bubble-24.jsx +15 -0
- package/css/d/dfyu4cbug.css +4 -0
- package/css/n/n26w-wbqy.css +4 -0
- package/css/o/o95idacva.css +4 -0
- package/css/r/rkhwucc5k.css +4 -0
- package/css/w/wpnzcqdzh.css +4 -0
- package/iconify.json +3 -3
- package/package.json +17 -1
|
@@ -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,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/n/n26w-wbqy.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
const content = `<path class="n26w-wbqy"/>`;
|
|
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={"octicon:question-bubble-16"} {...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/r/rkhwucc5k.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
const content = `<path class="rkhwucc5k"/>`;
|
|
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={"octicon:question-bubble-24"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.n26w-wbqy {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m1.594 10.822l-.795 3.481a.75.75 0 0 0 .898.898l3.481-.795a7 7 0 1 0-3.584-3.584m1.52.085a.75.75 0 0 0-.054-.488l-.058-.124a5.5 5.5 0 1 1 2.703 2.703l-.124-.058a.75.75 0 0 0-.488-.054l-2.566.587ZM6.92 6.085h.001a.749.749 0 1 1-1.342-.67c.169-.339.436-.701.849-.977C6.845 4.16 7.369 4 8 4a2.76 2.76 0 0 1 1.637.525c.503.377.863.965.863 1.725c0 .448-.115.83-.329 1.15c-.205.307-.47.513-.692.662c-.109.072-.22.138-.313.195l-.006.004a6 6 0 0 0-.26.16a1 1 0 0 0-.276.245a.75.75 0 0 1-1.248-.832c.184-.264.42-.489.692-.661q.154-.1.313-.195l.007-.004c.1-.061.182-.11.258-.161a1 1 0 0 0 .277-.245C8.96 6.514 9 6.427 9 6.25a.61.61 0 0 0-.262-.525A1.27 1.27 0 0 0 8 5.5c-.369 0-.595.09-.74.187a1 1 0 0 0-.34.398M9 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.rkhwucc5k {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.002 16.586L.796 22.315a.75.75 0 0 0 .889.889l5.729-1.206a11 11 0 1 0-5.412-5.412m1.519.062a.75.75 0 0 0-.056-.476l-.099-.209a9.5 9.5 0 1 1 4.671 4.671l-.209-.099a.75.75 0 0 0-.476-.056l-4.851 1.02Zm7.449-8.383a1.45 1.45 0 0 0-.487.57a.75.75 0 0 1-1.341-.67c.2-.402.513-.826.997-1.148C10.627 6.69 11.244 6.5 12 6.5c.658 0 1.369.195 1.934.619a2.45 2.45 0 0 1 1.004 2.006c0 1.033-.513 1.72-1.027 2.215c-.19.183-.399.358-.579.508l-.147.123a4 4 0 0 0-.435.409v1.37a.75.75 0 1 1-1.5 0v-1.473c0-.237.067-.504.247-.736c.22-.28.486-.517.718-.714l.183-.153l.001-.001c.172-.143.324-.27.47-.412c.368-.355.569-.676.569-1.136a.95.95 0 0 0-.404-.806C12.766 8.118 12.384 8 12 8c-.494 0-.814.121-1.03.265M13 17a1 1 0 1 1-2 0a1 1 0 0 1 2 0");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "octicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Octicons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "19.
|
|
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":
|
|
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.
|
|
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"
|
|
@@ -2594,6 +2602,14 @@
|
|
|
2594
2602
|
"types": "./types/vn2rmosy.d.ts",
|
|
2595
2603
|
"default": "./components/q/question-24.jsx"
|
|
2596
2604
|
},
|
|
2605
|
+
"./question-bubble-16": {
|
|
2606
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
2607
|
+
"default": "./components/q/question-bubble-16.jsx"
|
|
2608
|
+
},
|
|
2609
|
+
"./question-bubble-24": {
|
|
2610
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
2611
|
+
"default": "./components/q/question-bubble-24.jsx"
|
|
2612
|
+
},
|
|
2597
2613
|
"./quote": {
|
|
2598
2614
|
"types": "./types/vn2rmosy.d.ts",
|
|
2599
2615
|
"default": "./components/q/quote.jsx"
|