@iconify-svelte/octicon 1.0.1 → 1.0.2

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/y/yj20fccf.css';
4
+
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":16,"height":16};
8
+ const content = `<path class="yj20fccf" />`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:comment-ai-16" {...props}></Icon>
@@ -0,0 +1,10 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/h/hx9y36bi.css';
4
+
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="hx9y36bi" />`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:comment-ai-24" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .hx9y36bi {
2
+ fill: currentColor;
3
+ d: path("M11.25 2.5a.75.75 0 0 1 0 1.5h-8a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h2.5c.199 0 .39.079.53.22c.141.14.22.331.22.53v3.195l3.743-3.725a.75.75 0 0 1 .53-.22h9.977a.25.25 0 0 0 .25-.25v-4.5a.75.75 0 0 1 1.5 0v4.5c0 .464-.184.909-.513 1.237a1.75 1.75 0 0 1-1.237.513h-9.684l-3.579 3.57a1.45 1.45 0 0 1-1.588.316A1.46 1.46 0 0 1 5 21.04V18.5H3.25a1.75 1.75 0 0 1-1.75-1.75V4.25c0-.966.784-1.75 1.75-1.75zM17.748 1a.33.33 0 0 1 .192.061a.33.33 0 0 1 .124.161l.323.88a5.05 5.05 0 0 0 3.008 3.007l.879.323a.33.33 0 0 1 .221.316a.34.34 0 0 1-.221.316l-.879.323a5 5 0 0 0-1.836 1.172a5 5 0 0 0-1.172 1.836l-.323.879a.33.33 0 0 1-.316.221a.33.33 0 0 1-.316-.221l-.323-.879a5.05 5.05 0 0 0-3.007-3.008l-.88-.323a.337.337 0 0 1 0-.632l.88-.323a5.1 5.1 0 0 0 1.836-1.171a5.1 5.1 0 0 0 1.171-1.836l.323-.88A.33.33 0 0 1 17.748 1");
4
+ }
@@ -0,0 +1,4 @@
1
+ .yj20fccf {
2
+ fill: currentColor;
3
+ d: path("M7.75 1a.75.75 0 0 1 0 1.5h-5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h2c.199 0 .39.079.53.22c.141.14.22.331.22.53v2.19l2.72-2.72a.75.75 0 0 1 .53-.22h4.5a.25.25 0 0 0 .25-.25v-2a.75.75 0 0 1 1.5 0v2c0 .464-.184.909-.513 1.237A1.75 1.75 0 0 1 13.25 12H9.06l-2.573 2.573A1.457 1.457 0 0 1 4 13.543V12H2.75A1.75 1.75 0 0 1 1 10.25v-7.5C1 1.784 1.784 1 2.75 1zm4.519-.837a.248.248 0 0 1 .466 0l.238.648a3.73 3.73 0 0 0 2.218 2.219l.649.238a.249.249 0 0 1 0 .467l-.649.238a3.73 3.73 0 0 0-2.218 2.218l-.238.649a.248.248 0 0 1-.466 0l-.239-.649a3.73 3.73 0 0 0-2.218-2.218l-.649-.238a.249.249 0 0 1 0-.467l.649-.238A3.73 3.73 0 0 0 12.03.811z");
4
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "octicon",
3
3
  "info": {
4
4
  "name": "Octicons",
5
- "total": 668,
6
- "version": "19.18.1",
5
+ "total": 670,
6
+ "version": "19.19.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": 1759902846
27
+ "lastModified": 1760073602
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.1",
4
+ "version": "1.0.2",
5
5
  "homepage": "https://icon-sets.iconify.design/octicon/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -654,6 +654,14 @@
654
654
  "types": "./types/gfwqskkx.d.ts",
655
655
  "svelte": "./components/c/comment-24.svelte"
656
656
  },
657
+ "./comment-ai-16": {
658
+ "types": "./types/gfwqskkx.d.ts",
659
+ "svelte": "./components/c/comment-ai-16.svelte"
660
+ },
661
+ "./comment-ai-24": {
662
+ "types": "./types/gfwqskkx.d.ts",
663
+ "svelte": "./components/c/comment-ai-24.svelte"
664
+ },
657
665
  "./comment-discussion": {
658
666
  "types": "./types/gfwqskkx.d.ts",
659
667
  "svelte": "./components/c/comment-discussion.svelte"