@iconify-svelte/octicon 1.0.15 → 1.0.16

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,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/g/gznfqubck.css';
4
+
5
+ /** @type {{width?: string; height?: string;}} */
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":16,"height":16};
9
+ const content = `<path class="gznfqubck"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:stack-add-16" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .gznfqubck {
2
+ fill: currentColor;
3
+ d: path("M7.122.392a1.75 1.75 0 0 1 1.756 0l5.003 2.902c.83.481.83 1.68 0 2.162L8.878 8.358a1.75 1.75 0 0 1-1.756 0L2.119 5.456a1.25 1.25 0 0 1 0-2.162ZM8.125 1.69a.25.25 0 0 0-.25 0L3.244 4.375L7.875 7.06a.25.25 0 0 0 .25 0l4.63-2.685ZM1.602 7.789a.75.75 0 0 1 1.024-.272l5.249 3.044a.749.749 0 1 1-.753 1.296L1.874 8.813a.75.75 0 0 1-.272-1.024m0 3.5a.75.75 0 0 1 1.024-.272l5.249 3.044a.749.749 0 1 1-.753 1.296l-5.248-3.044a.75.75 0 0 1-.272-1.024M11.75 15.25v-2h-2a.75.75 0 0 1 0-1.5h2v-2a.75.75 0 0 1 1.5 0v2h2a.75.75 0 0 1 0 1.5h-2v2a.75.75 0 0 1-1.5 0");
4
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "octicon",
3
3
  "info": {
4
4
  "name": "Octicons",
5
- "total": 732,
6
- "version": "19.28.0",
5
+ "total": 733,
6
+ "version": "19.28.1",
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": 1780552639
27
+ "lastModified": 1780724677
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.15",
4
+ "version": "1.0.16",
5
5
  "homepage": "https://icon-sets.iconify.design/octicon/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -3146,6 +3146,10 @@
3146
3146
  "types": "./types/gfwqskkx.d.ts",
3147
3147
  "svelte": "./components/s/stack-24.svelte"
3148
3148
  },
3149
+ "./stack-add-16": {
3150
+ "types": "./types/gfwqskkx.d.ts",
3151
+ "svelte": "./components/s/stack-add-16.svelte"
3152
+ },
3149
3153
  "./stack-check-16": {
3150
3154
  "types": "./types/gfwqskkx.d.ts",
3151
3155
  "svelte": "./components/s/stack-check-16.svelte"