@iconify-react/octicon 1.0.5 → 1.0.7
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/f/flag-16.jsx +19 -0
- package/components/f/flag-24.jsx +19 -0
- package/components/s/sandbox-16.jsx +1 -3
- package/components/v/vscode-16.jsx +2 -2
- package/components/v/vscode-24.jsx +19 -0
- package/css/e/e7_mocrpa.css +4 -0
- package/css/f/fdijvhc5p.css +4 -0
- package/css/l/ljygpbcfh.css +5 -0
- package/css/q/qvvy4hbru.css +5 -0
- package/iconify.json +3 -3
- package/package.json +13 -1
- package/css/f/ft5dv1b6b.css +0 -3
- package/css/p/psscddcin.css +0 -4
- package/css/p/pvotfl8ci.css +0 -4
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/f/fdijvhc5p.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":16,"height":16};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="fdijvhc5p"/>`,
|
|
15
|
+
"fallback": "octicon:flag-16",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/e/e7_mocrpa.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path class="e7_mocrpa"/>`,
|
|
15
|
+
"fallback": "octicon:flag-24",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-react';
|
|
2
2
|
import { createElement } from 'react';
|
|
3
|
-
import '../../css/f/ft5dv1b6b.css';
|
|
4
3
|
import '../../css/b/b0q2h74kn.css';
|
|
5
|
-
import '../../css/p/pvotfl8ci.css';
|
|
6
4
|
|
|
7
5
|
const viewBox = {"width":16,"height":16};
|
|
8
6
|
|
|
@@ -13,7 +11,7 @@ function Component({width, height, ...props}) {
|
|
|
13
11
|
width,
|
|
14
12
|
height,
|
|
15
13
|
viewBox,
|
|
16
|
-
"content": `<
|
|
14
|
+
"content": `<path class="b0q2h74kn"/>`,
|
|
17
15
|
"fallback": "octicon:sandbox-16",
|
|
18
16
|
});
|
|
19
17
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-react';
|
|
2
2
|
import { createElement } from 'react';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/l/ljygpbcfh.css';
|
|
4
4
|
|
|
5
5
|
const viewBox = {"width":16,"height":16};
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@ function Component({width, height, ...props}) {
|
|
|
11
11
|
width,
|
|
12
12
|
height,
|
|
13
13
|
viewBox,
|
|
14
|
-
"content": `<path class="
|
|
14
|
+
"content": `<path clip-rule="evenodd" class="ljygpbcfh"/>`,
|
|
15
15
|
"fallback": "octicon:vscode-16",
|
|
16
16
|
});
|
|
17
17
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/q/qvvy4hbru.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":24,"height":24};
|
|
6
|
+
|
|
7
|
+
/** @param {{width?: string; height?: string;}} */
|
|
8
|
+
function Component({width, height, ...props}) {
|
|
9
|
+
return createElement(Icon, {
|
|
10
|
+
...props,
|
|
11
|
+
width,
|
|
12
|
+
height,
|
|
13
|
+
viewBox,
|
|
14
|
+
"content": `<path clip-rule="evenodd" class="qvvy4hbru"/>`,
|
|
15
|
+
"fallback": "octicon:vscode-24",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.e7_mocrpa {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M19.99 14.37V4.92c0-.08-.02-.15-.05-.23c0-.02 0-.04-.01-.06c-.02-.05-.05-.08-.08-.12s-.05-.08-.08-.11c-.01-.01-.04-.02-.05-.03a.8.8 0 0 0-.19-.13c-3.23-1.29-5.73-.34-8.15.59c-2.2.84-4.28 1.62-6.88.65V3.75c0-.41-.34-.75-.75-.75S3 3.34 3 3.75v16.56c0 .41.34.75.75.75s.75-.34.75-.75V7.06c.85.26 1.65.37 2.41.37c1.82 0 3.43-.61 5-1.21c2.11-.81 4.12-1.55 6.58-.75v7.89c-2.79-.74-5.15.14-7.25.93c-1.62.61-3.14 1.18-4.79 1.08c-.38-.02-.77.29-.8.7s.29.77.7.8c.17.01.33.02.49.02c1.77 0 3.37-.61 4.92-1.19c2.31-.87 4.49-1.7 7.2-.61c.06.02.12.02.18.03c.03 0 .07.02.1.02c.09 0 .18-.02.26-.05h.03a.75.75 0 0 0 .29-.24c.04-.05.08-.1.11-.17c.02-.05.02-.1.03-.15c0-.04.03-.08.03-.13z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fdijvhc5p {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15 10.21V2.22c0-.08-.02-.15-.05-.23c0-.02 0-.04-.01-.06c-.02-.05-.06-.09-.09-.13s-.04-.08-.07-.11c-.02-.02-.04-.02-.06-.04a.8.8 0 0 0-.19-.12c-2.78-1.11-4.86-.25-6.69.5c-1.73.72-3.24 1.33-5.34.57v-.63c0-.41-.34-.75-.75-.75S1 1.56 1 1.97v12.5c0 .41.34.75.75.75s.75-.34.75-.75V4.18c.66.19 1.28.27 1.87.27c1.54 0 2.85-.54 4.05-1.04c1.66-.69 3.12-1.27 5.09-.65v6.43c-2.28-.56-4.06.17-5.66.84c-1.25.52-2.41 1-3.79.92c-.38-.03-.77.29-.8.7s.29.77.7.8c.14 0 .29.01.42.01c1.52 0 2.8-.53 4.04-1.04c1.79-.74 3.34-1.38 5.56-.5c.06.02.12.03.19.03c.03 0 .06.02.09.02c.23 0 .45-.12.59-.31c.04-.05.08-.09.1-.15c.02-.05.02-.1.03-.15c0-.04.03-.08.03-.13z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.ljygpbcfh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
fill-rule: evenodd;
|
|
4
|
+
d: path("M11.098 1.013a.87.87 0 0 1 .524.073l2.883 1.394a.88.88 0 0 1 .495.793v9.454a.88.88 0 0 1-.495.792l-2.883 1.393a.86.86 0 0 1-.994-.17l-5.519-5.06l-2.403 1.835a.58.58 0 0 1-.744-.034l-.772-.705a.59.59 0 0 1 0-.867L3.274 8L1.19 6.088a.59.59 0 0 1 0-.866l.772-.706a.58.58 0 0 1 .744-.034l2.403 1.834l5.519-5.058a.87.87 0 0 1 .47-.245M7.315 8l4.187 3.193V11H11.5V6h.002V4.806z");
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.qvvy4hbru {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
fill-rule: evenodd;
|
|
4
|
+
d: path("M16.868 1.02c.28-.048.568-.009.824.115l4.53 2.191c.475.23.778.715.778 1.247v14.855c0 .53-.303 1.014-.778 1.245l-4.53 2.19a1.35 1.35 0 0 1-1.562-.268l-8.672-7.95l-3.777 2.882a.915.915 0 0 1-1.17-.053L1.3 16.366a.93.93 0 0 1 0-1.362L4.574 12L1.3 8.995a.924.924 0 0 1 0-1.36l1.213-1.11a.916.916 0 0 1 1.169-.053l3.777 2.883l8.672-7.95c.2-.202.458-.337.738-.385M10.924 12l6.58 5.018v-.303H17.5V8.857h.003V6.98z");
|
|
5
|
+
}
|
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": 732,
|
|
6
|
+
"version": "19.28.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": 1780117051
|
|
28
28
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/octicon",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/octicon/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -1350,6 +1350,14 @@
|
|
|
1350
1350
|
"types": "./types/hqrkovbr.d.ts",
|
|
1351
1351
|
"default": "./components/f/fiscal-host-24.jsx"
|
|
1352
1352
|
},
|
|
1353
|
+
"./flag-16": {
|
|
1354
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
1355
|
+
"default": "./components/f/flag-16.jsx"
|
|
1356
|
+
},
|
|
1357
|
+
"./flag-24": {
|
|
1358
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
1359
|
+
"default": "./components/f/flag-24.jsx"
|
|
1360
|
+
},
|
|
1353
1361
|
"./flame": {
|
|
1354
1362
|
"types": "./types/hqrkovbr.d.ts",
|
|
1355
1363
|
"default": "./components/f/flame.jsx"
|
|
@@ -3558,6 +3566,10 @@
|
|
|
3558
3566
|
"types": "./types/hqrkovbr.d.ts",
|
|
3559
3567
|
"default": "./components/v/vscode-16.jsx"
|
|
3560
3568
|
},
|
|
3569
|
+
"./vscode-24": {
|
|
3570
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
3571
|
+
"default": "./components/v/vscode-24.jsx"
|
|
3572
|
+
},
|
|
3561
3573
|
"./vscode-32": {
|
|
3562
3574
|
"types": "./types/hqrkovbr.d.ts",
|
|
3563
3575
|
"default": "./components/v/vscode-32.jsx"
|
package/css/f/ft5dv1b6b.css
DELETED
package/css/p/psscddcin.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.psscddcin {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M10.863 13.919a.8.8 0 0 1-.644.025a.8.8 0 0 1-.279-.183L4.816 9.063l-2.232 1.703a.54.54 0 0 1-.691-.031l-.716-.655a.546.546 0 0 1 0-.805L3.112 7.5L1.177 5.725a.546.546 0 0 1 0-.805l.716-.655a.54.54 0 0 1 .691-.031l2.232 1.703L9.94 1.239a.805.805 0 0 1 .923-.159l2.677 1.295c.281.136.46.422.46.736V8h-3.248V4.534L6.864 7.5l3.888 2.966V8H14v3.889c0 .314-.179.6-.46.736z");
|
|
4
|
-
}
|
package/css/p/pvotfl8ci.css
DELETED