@iconify-svelte/octicon 1.0.11 → 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>
@@ -0,0 +1,13 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/i/iopkybcxs.css';
4
+ import '../../css/a/arujmx2vq.css';
5
+ import '../../css/v/vrgmnk6vg.css';
6
+
7
+ /** @type {{width?: string; height?: string;}} */
8
+ let {width, height, ...props} = $props();
9
+
10
+ const viewBox = {"width":16,"height":16};
11
+ const content = `<path class="iopkybcxs"/><path class="arujmx2vq"/><path class="vrgmnk6vg"/>`;
12
+ </script>
13
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:repo-forked-locked-16" {...props}></Icon>
@@ -0,0 +1,12 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/p/peg2icuzl.css';
4
+ import '../../css/p/prhwfbcjs.css';
5
+
6
+ /** @type {{width?: string; height?: string;}} */
7
+ let {width, height, ...props} = $props();
8
+
9
+ const viewBox = {"width":24,"height":24};
10
+ const content = `<path class="peg2icuzl"/><path class="prhwfbcjs"/>`;
11
+ </script>
12
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:repo-forked-locked-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,5 @@
1
+ .arujmx2vq {
2
+ fill: currentColor;
3
+ fill-rule: evenodd;
4
+ d: path("M3.25 1a2.247 2.247 0 0 1 1.938 3.388a2.25 2.25 0 0 1-1.189.982v.881a.746.746 0 0 0 .75.748h3.095c-.052.428-.008.986.051 1.499H7.75v1.748c-.315.418-.5.938-.5 1.502v.294a1 1 0 0 0-.256-.041a.75.75 0 0 0-.53.22a.8.8 0 0 0-.22.547a.746.746 0 0 0 .75.748a.8.8 0 0 0 .25-.042v.796q.002.376.107.72q-.177.03-.357.031a2.247 2.247 0 0 1-1.938-3.388c.268-.456.69-.805 1.19-.983V8.5h-2.5a2.23 2.23 0 0 1-1.586-.66a2.25 2.25 0 0 1-.66-1.591v-.881A2.255 2.255 0 0 1 .03 2.867c.088-.523.36-.998.768-1.34C1.205 1.187 1.72 1 2.25 1zm0 1.499a.75.75 0 0 0-.53.22a.8.8 0 0 0-.22.547a.75.75 0 0 0 1.5 0a.8.8 0 0 0-.22-.547a.75.75 0 0 0-.53-.22m7.5.75a2.247 2.247 0 0 1 1.938 3.388a2.25 2.25 0 0 1-1.189.982V8.96c0 .414.336.75.75.75h.5a.75.75 0 0 1 0 1.5h-.5a3 3 0 0 1-3-3v.54a.746.746 0 0 1 .75-.748h1.01V5a1.5 1.5 0 0 1 1.5-1.5zm0 1.499a.75.75 0 0 0-.53.22a.8.8 0 0 0-.22.547a.75.75 0 0 0 1.5 0a.8.8 0 0 0-.22-.547a.75.75 0 0 0-.53-.22");
5
+ }
@@ -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
+ .iopkybcxs {
2
+ fill: currentColor;
3
+ fill-rule: evenodd;
4
+ d: path("M9 10.167V9a3 3 0 1 1 6 0v1.167c.591.281 1 .884 1 1.583v2.5A1.75 1.75 0 0 1 14.25 16h-4.5A1.75 1.75 0 0 1 8 14.25v-2.5c0-.699.409-1.302 1-1.583M13.5 10h-3V9a1.5 1.5 0 0 1 3 0z");
5
+ }
@@ -0,0 +1,5 @@
1
+ .peg2icuzl {
2
+ fill: currentColor;
3
+ fill-rule: evenodd;
4
+ d: path("M15 14.5V16h-.25A1.75 1.75 0 0 0 13 17.75v4.5c0 .966.783 1.75 1.75 1.75h7.5A1.75 1.75 0 0 0 24 22.25v-4.5A1.75 1.75 0 0 0 22.25 16H22v-1.5a3.5 3.5 0 1 0-7 0m3.5-2a2 2 0 0 0-2 2V16h4v-1.5a2 2 0 0 0-2-2");
5
+ }
@@ -0,0 +1,5 @@
1
+ .prhwfbcjs {
2
+ fill: currentColor;
3
+ fill-rule: evenodd;
4
+ d: path("M11.75 22.5a.75.75 0 0 0 0-1.5A1.75 1.75 0 0 1 10 19.25c0-1 .783-1.75 1.75-1.75c.5 0 .75-.5.75-1v-3.75h1.25a.75.75 0 0 0 0-1.5h-5C7.507 11 6.5 9.993 6.5 8.75v-.839a3.25 3.25 0 1 0-1.5 0v.839a3.75 3.75 0 0 0 3.75 3.75h2.5v3.587a3.25 3.25 0 0 0-2.5 3.161c0 1.795 1.205 3.25 3.25 3.25zm-6-16a1.75 1.75 0 1 1 0-3.5a1.75 1.75 0 0 1 0 3.5m12.5 3.75A.75.75 0 0 0 19 9.5V7.587a3.25 3.25 0 0 0-.75-6.411C16.455 1.176 15 2.955 15 4.75a3.25 3.25 0 0 0 2.5 3.161V9.5c0 .414.336.75.75.75m0-3.75a1.75 1.75 0 1 1 0-3.5a1.75 1.75 0 0 1 0 3.5");
5
+ }
@@ -0,0 +1,4 @@
1
+ .vrgmnk6vg {
2
+ fill: currentColor;
3
+ d: path("M8.63 7.749a.75.75 0 1 1-1.5 0a.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": 729,
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": 1777263437
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.11",
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"
@@ -2666,6 +2674,14 @@
2666
2674
  "types": "./types/gfwqskkx.d.ts",
2667
2675
  "svelte": "./components/r/repo-forked-24.svelte"
2668
2676
  },
2677
+ "./repo-forked-locked-16": {
2678
+ "types": "./types/gfwqskkx.d.ts",
2679
+ "svelte": "./components/r/repo-forked-locked-16.svelte"
2680
+ },
2681
+ "./repo-forked-locked-24": {
2682
+ "types": "./types/gfwqskkx.d.ts",
2683
+ "svelte": "./components/r/repo-forked-locked-24.svelte"
2684
+ },
2669
2685
  "./repo-locked-16": {
2670
2686
  "types": "./types/gfwqskkx.d.ts",
2671
2687
  "svelte": "./components/r/repo-locked-16.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
- }