@iconify-solid/octicon 1.0.11 → 1.0.13
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/c/chat-16.jsx +15 -0
- package/components/c/chat-24.jsx +15 -0
- package/components/c/chat-question-16.jsx +15 -0
- package/components/c/chat-question-24.jsx +15 -0
- package/components/i/issue-relates-to-16.jsx +16 -0
- package/components/i/issue-relates-to-24.jsx +16 -0
- package/components/l/library-16.jsx +15 -0
- package/components/l/library-24.jsx +15 -0
- package/css/d/d3kv63imc.css +4 -0
- package/css/d/dfyu4cbug.css +4 -0
- package/css/e/e9wyzcc1k.css +4 -0
- package/css/o/o95idacva.css +4 -0
- package/css/o/omq3peb8i.css +4 -0
- package/css/w/wpnzcqdzh.css +4 -0
- package/css/y/y-l9phbwm.css +4 -0
- package/iconify.json +2 -3
- package/package.json +33 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/y/y-l9phbwm.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
const content = `<path class="y-l9phbwm"/>`;
|
|
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:chat-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/e/e9wyzcc1k.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
const content = `<path class="e9wyzcc1k"/>`;
|
|
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:chat-24"} {...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/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:chat-question-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:chat-question-24"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -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/o/omq3peb8i.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
const content = `<path class="omq3peb8i"/>`;
|
|
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:library-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/d/d3kv63imc.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
const content = `<path class="d3kv63imc"/>`;
|
|
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:library-24"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.d3kv63imc {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M.683 23.174V.826a.826.826 0 0 1 1.653 0v22.348a.826.826 0 0 1-1.653 0m5.406 0V7.354a.826.826 0 0 1 1.652 0v15.82a.827.827 0 0 1-1.652 0m5.363 0V3.542a.826.826 0 0 1 1.652 0v19.632a.827.827 0 0 1-1.652 0m5.975-18.899a.827.827 0 0 1 1.012.585l4.85 18.1a.826.826 0 0 1-1.597.428l-4.85-18.1a.827.827 0 0 1 .585-1.013");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.omq3peb8i {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M.49 15.201V.8c0-.442.353-.8.792-.8c.438 0 .793.358.793.799V15.2a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m3.46 0V5.005c0-.44.356-.798.794-.798s.793.357.793.798v10.196a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m3.434 0V2.55c0-.441.356-.799.794-.799s.793.358.793.799V15.2a.796.796 0 0 1-.793.799a.796.796 0 0 1-.794-.799m4.022-12.436a.793.793 0 0 1 .972.564l3.106 11.665a.793.793 0 1 1-1.533.413L10.844 3.744a.8.8 0 0 1 .561-.978");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
"prefix": "octicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Octicons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "19.31.0",
|
|
5
|
+
"total": 749,
|
|
7
6
|
"author": {
|
|
8
7
|
"name": "GitHub",
|
|
9
8
|
"url": "https://github.com/primer/octicons/"
|
|
@@ -24,5 +23,5 @@
|
|
|
24
23
|
"category": "UI Other / Mixed Grid",
|
|
25
24
|
"palette": false
|
|
26
25
|
},
|
|
27
|
-
"lastModified":
|
|
26
|
+
"lastModified": 1788788372
|
|
28
27
|
}
|
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.13",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/octicon/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -390,6 +390,22 @@
|
|
|
390
390
|
"types": "./types/vn2rmosy.d.ts",
|
|
391
391
|
"default": "./components/c/calendar-24.jsx"
|
|
392
392
|
},
|
|
393
|
+
"./chat-16": {
|
|
394
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
395
|
+
"default": "./components/c/chat-16.jsx"
|
|
396
|
+
},
|
|
397
|
+
"./chat-24": {
|
|
398
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
399
|
+
"default": "./components/c/chat-24.jsx"
|
|
400
|
+
},
|
|
401
|
+
"./chat-question-16": {
|
|
402
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
403
|
+
"default": "./components/c/chat-question-16.jsx"
|
|
404
|
+
},
|
|
405
|
+
"./chat-question-24": {
|
|
406
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
407
|
+
"default": "./components/c/chat-question-24.jsx"
|
|
408
|
+
},
|
|
393
409
|
"./check": {
|
|
394
410
|
"types": "./types/vn2rmosy.d.ts",
|
|
395
411
|
"default": "./components/c/check.jsx"
|
|
@@ -1818,6 +1834,14 @@
|
|
|
1818
1834
|
"types": "./types/vn2rmosy.d.ts",
|
|
1819
1835
|
"default": "./components/i/issue-opened-24.jsx"
|
|
1820
1836
|
},
|
|
1837
|
+
"./issue-relates-to-16": {
|
|
1838
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
1839
|
+
"default": "./components/i/issue-relates-to-16.jsx"
|
|
1840
|
+
},
|
|
1841
|
+
"./issue-relates-to-24": {
|
|
1842
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
1843
|
+
"default": "./components/i/issue-relates-to-24.jsx"
|
|
1844
|
+
},
|
|
1821
1845
|
"./issue-reopened": {
|
|
1822
1846
|
"types": "./types/vn2rmosy.d.ts",
|
|
1823
1847
|
"default": "./components/i/issue-reopened.jsx"
|
|
@@ -1922,6 +1946,14 @@
|
|
|
1922
1946
|
"types": "./types/vn2rmosy.d.ts",
|
|
1923
1947
|
"default": "./components/l/law-24.jsx"
|
|
1924
1948
|
},
|
|
1949
|
+
"./library-16": {
|
|
1950
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
1951
|
+
"default": "./components/l/library-16.jsx"
|
|
1952
|
+
},
|
|
1953
|
+
"./library-24": {
|
|
1954
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
1955
|
+
"default": "./components/l/library-24.jsx"
|
|
1956
|
+
},
|
|
1925
1957
|
"./light-bulb": {
|
|
1926
1958
|
"types": "./types/vn2rmosy.d.ts",
|
|
1927
1959
|
"default": "./components/l/light-bulb.jsx"
|