@iconify-svelte/octicon 1.0.12 → 1.0.13

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/f/fdijvhc5p.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="fdijvhc5p"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:flag-16" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/e/e7_mocrpa.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 class="e7_mocrpa"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:flag-24" {...props}></Icon>
@@ -1,13 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/f/ft5dv1b6b.css';
4
3
  import '../../css/b/b0q2h74kn.css';
5
- import '../../css/p/pvotfl8ci.css';
6
4
 
7
5
  /** @type {{width?: string; height?: string;}} */
8
6
  let {width, height, ...props} = $props();
9
7
 
10
8
  const viewBox = {"width":16,"height":16};
11
- const content = `<g class="ft5dv1b6b"><g clip-path="url(#SVGDMFyGe9Y)"><path class="b0q2h74kn"/></g><defs><clipPath id="SVGDMFyGe9Y"><path class="pvotfl8ci"/></clipPath></defs></g>`;
9
+ const content = `<path class="b0q2h74kn"/>`;
12
10
  </script>
13
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:sandbox-16" {...props}></Icon>
@@ -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
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "octicon",
3
3
  "info": {
4
4
  "name": "Octicons",
5
- "total": 731,
6
- "version": "19.25.0",
5
+ "total": 733,
6
+ "version": "19.26.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": 1778731480
27
+ "lastModified": 1779346513
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.12",
4
+ "version": "1.0.13",
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/gfwqskkx.d.ts",
1351
1351
  "svelte": "./components/f/fiscal-host-24.svelte"
1352
1352
  },
1353
+ "./flag-16": {
1354
+ "types": "./types/gfwqskkx.d.ts",
1355
+ "svelte": "./components/f/flag-16.svelte"
1356
+ },
1357
+ "./flag-24": {
1358
+ "types": "./types/gfwqskkx.d.ts",
1359
+ "svelte": "./components/f/flag-24.svelte"
1360
+ },
1353
1361
  "./flame": {
1354
1362
  "types": "./types/gfwqskkx.d.ts",
1355
1363
  "svelte": "./components/f/flame.svelte"
@@ -1,3 +0,0 @@
1
- .ft5dv1b6b {
2
- fill: none;
3
- }
@@ -1,4 +0,0 @@
1
- .pvotfl8ci {
2
- fill: var(--svg-color--fff, #fff);
3
- d: path("M0 0h16v16H0z");
4
- }