@iconify-svelte/octicon 1.0.2 → 1.0.3
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,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/x/xj0y3zbm.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="xj0y3zbm" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:inbox-fill-16" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/e/eifwhrbz.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="eifwhrbz" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:inbox-fill-24" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.eifwhrbz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4.801 3.57A1.75 1.75 0 0 1 6.414 2.5h11.174c.702 0 1.337.42 1.611 1.067l3.741 8.828q.06.14.06.293v7.562A1.75 1.75 0 0 1 21.25 22H2.75A1.75 1.75 0 0 1 1 20.25v-7.5q0-.151.059-.291L4.8 3.571ZM6.414 4a.25.25 0 0 0-.23.153L2.88 12H8a.75.75 0 0 1 .648.372L10.18 15h3.638l1.533-2.628a.75.75 0 0 1 .64-.372l5.13-.051l-3.304-7.797a.25.25 0 0 0-.23-.152z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.xj0y3zbm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.8 2.06A1.75 1.75 0 0 1 4.41 1h7.18c.7 0 1.333.417 1.61 1.06l2.74 6.395a.8.8 0 0 1 .06.295v4.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25v-4.5a.8.8 0 0 1 .06-.295zm1.61.44a.25.25 0 0 0-.23.152L1.887 8H4.75a.75.75 0 0 1 .6.3L6.625 10h2.75l1.275-1.7a.75.75 0 0 1 .6-.3h2.863L11.82 2.652a.25.25 0 0 0-.23-.152z");
|
|
4
|
+
}
|
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": 672,
|
|
6
|
+
"version": "19.20.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": 1762407808
|
|
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.3",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/octicon/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -1626,6 +1626,14 @@
|
|
|
1626
1626
|
"types": "./types/gfwqskkx.d.ts",
|
|
1627
1627
|
"svelte": "./components/i/inbox-24.svelte"
|
|
1628
1628
|
},
|
|
1629
|
+
"./inbox-fill-16": {
|
|
1630
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1631
|
+
"svelte": "./components/i/inbox-fill-16.svelte"
|
|
1632
|
+
},
|
|
1633
|
+
"./inbox-fill-24": {
|
|
1634
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1635
|
+
"svelte": "./components/i/inbox-fill-24.svelte"
|
|
1636
|
+
},
|
|
1629
1637
|
"./infinity-16": {
|
|
1630
1638
|
"types": "./types/gfwqskkx.d.ts",
|
|
1631
1639
|
"svelte": "./components/i/infinity-16.svelte"
|