@iconify-svelte/octicon 1.0.13 → 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.
- package/components/v/vscode-16.svelte +2 -2
- package/components/v/vscode-24.svelte +11 -0
- package/css/l/ljygpbcfh.css +5 -0
- package/css/q/qvvy4hbru.css +5 -0
- package/iconify.json +3 -3
- package/package.json +5 -1
- package/css/p/psscddcin.css +0 -4
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/l/ljygpbcfh.css';
|
|
4
4
|
|
|
5
5
|
/** @type {{width?: string; height?: string;}} */
|
|
6
6
|
let {width, height, ...props} = $props();
|
|
7
7
|
|
|
8
8
|
const viewBox = {"width":16,"height":16};
|
|
9
|
-
const content = `<path class="
|
|
9
|
+
const content = `<path clip-rule="evenodd" class="ljygpbcfh"/>`;
|
|
10
10
|
</script>
|
|
11
11
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:vscode-16" {...props}></Icon>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/q/qvvy4hbru.css';
|
|
4
|
+
|
|
5
|
+
/** @type {{width?: string; height?: string;}} */
|
|
6
|
+
let {width, height, ...props} = $props();
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":24,"height":24};
|
|
9
|
+
const content = `<path clip-rule="evenodd" class="qvvy4hbru"/>`;
|
|
10
|
+
</script>
|
|
11
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:vscode-24" {...props}></Icon>
|
|
@@ -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-svelte/octicon",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
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",
|
|
@@ -3566,6 +3566,10 @@
|
|
|
3566
3566
|
"types": "./types/gfwqskkx.d.ts",
|
|
3567
3567
|
"svelte": "./components/v/vscode-16.svelte"
|
|
3568
3568
|
},
|
|
3569
|
+
"./vscode-24": {
|
|
3570
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3571
|
+
"svelte": "./components/v/vscode-24.svelte"
|
|
3572
|
+
},
|
|
3569
3573
|
"./vscode-32": {
|
|
3570
3574
|
"types": "./types/gfwqskkx.d.ts",
|
|
3571
3575
|
"svelte": "./components/v/vscode-32.svelte"
|
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
|
-
}
|