@iconify-solid/octicon 1.0.12 → 1.0.14

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/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,16 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/m/mxex4oboi.css';
4
+ import '../../css/i/i-lfmccxy.css';
5
+
6
+ const viewBox = {"width":16,"height":16};
7
+ const content = `<path class="mxex4oboi"/><path class="i-lfmccxy"/>`;
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:chat-locked-16"} {...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: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
+ .e9wyzcc1k {
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.02Z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .mxex4oboi {
2
+ fill: currentColor;
3
+ d: path("M12.28 4.546a5.5 5.5 0 0 0-9.278 5.749l.058.124a.75.75 0 0 1 .054.488l-.587 2.566l2.566-.587a.75.75 0 0 1 .488.054l.124.058a6 6 0 0 0 .535.213a.75.75 0 0 1-.48 1.421a7 7 0 0 1-.582-.226l-3.481.795a.75.75 0 0 1-.898-.898l.795-3.481a7 7 0 0 1 11.854-7.218a.75.75 0 0 1-1.167.942");
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
+ }
@@ -0,0 +1,4 @@
1
+ .y-l9phbwm {
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.587Z");
4
+ }
package/iconify.json CHANGED
@@ -2,8 +2,7 @@
2
2
  "prefix": "octicon",
3
3
  "info": {
4
4
  "name": "Octicons",
5
- "total": 743,
6
- "version": "19.33.0",
5
+ "total": 750,
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": 1785992478
26
+ "lastModified": 1789034481
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.12",
4
+ "version": "1.0.14",
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,26 @@
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-locked-16": {
402
+ "types": "./types/vn2rmosy.d.ts",
403
+ "default": "./components/c/chat-locked-16.jsx"
404
+ },
405
+ "./chat-question-16": {
406
+ "types": "./types/vn2rmosy.d.ts",
407
+ "default": "./components/c/chat-question-16.jsx"
408
+ },
409
+ "./chat-question-24": {
410
+ "types": "./types/vn2rmosy.d.ts",
411
+ "default": "./components/c/chat-question-24.jsx"
412
+ },
393
413
  "./check": {
394
414
  "types": "./types/vn2rmosy.d.ts",
395
415
  "default": "./components/c/check.jsx"
@@ -1930,6 +1950,14 @@
1930
1950
  "types": "./types/vn2rmosy.d.ts",
1931
1951
  "default": "./components/l/law-24.jsx"
1932
1952
  },
1953
+ "./library-16": {
1954
+ "types": "./types/vn2rmosy.d.ts",
1955
+ "default": "./components/l/library-16.jsx"
1956
+ },
1957
+ "./library-24": {
1958
+ "types": "./types/vn2rmosy.d.ts",
1959
+ "default": "./components/l/library-24.jsx"
1960
+ },
1933
1961
  "./light-bulb": {
1934
1962
  "types": "./types/vn2rmosy.d.ts",
1935
1963
  "default": "./components/l/light-bulb.jsx"