@iconify-solid/octicon 1.0.12 → 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/l/library-16.jsx +15 -0
- package/components/l/library-24.jsx +15 -0
- package/css/d/d3kv63imc.css +4 -0
- package/css/e/e9wyzcc1k.css +4 -0
- package/css/o/omq3peb8i.css +4 -0
- package/css/y/y-l9phbwm.css +4 -0
- package/iconify.json +2 -3
- package/package.json +25 -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,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.33.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"
|
|
@@ -1930,6 +1946,14 @@
|
|
|
1930
1946
|
"types": "./types/vn2rmosy.d.ts",
|
|
1931
1947
|
"default": "./components/l/law-24.jsx"
|
|
1932
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
|
+
},
|
|
1933
1957
|
"./light-bulb": {
|
|
1934
1958
|
"types": "./types/vn2rmosy.d.ts",
|
|
1935
1959
|
"default": "./components/l/light-bulb.jsx"
|