@iconify-svelte/octicon 1.0.17 → 1.0.18

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/n/n26w-wbqy.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="n26w-wbqy"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:question-bubble-16" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/r/rkhwucc5k.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="rkhwucc5k"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="octicon:question-bubble-24" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .n26w-wbqy {
2
+ fill: currentColor;
3
+ d: path("m1.594 10.822l-.795 3.481a.75.75 0 0 0 .898.898l3.481-.795a7 7 0 1 0-3.584-3.584m1.52.085a.75.75 0 0 0-.054-.488l-.058-.124a5.5 5.5 0 1 1 2.703 2.703l-.124-.058a.75.75 0 0 0-.488-.054l-2.566.587ZM6.92 6.085h.001a.749.749 0 1 1-1.342-.67c.169-.339.436-.701.849-.977C6.845 4.16 7.369 4 8 4a2.76 2.76 0 0 1 1.637.525c.503.377.863.965.863 1.725c0 .448-.115.83-.329 1.15c-.205.307-.47.513-.692.662c-.109.072-.22.138-.313.195l-.006.004a6 6 0 0 0-.26.16a1 1 0 0 0-.276.245a.75.75 0 0 1-1.248-.832c.184-.264.42-.489.692-.661q.154-.1.313-.195l.007-.004c.1-.061.182-.11.258-.161a1 1 0 0 0 .277-.245C8.96 6.514 9 6.427 9 6.25a.61.61 0 0 0-.262-.525A1.27 1.27 0 0 0 8 5.5c-.369 0-.595.09-.74.187a1 1 0 0 0-.34.398M9 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0");
4
+ }
@@ -0,0 +1,4 @@
1
+ .rkhwucc5k {
2
+ fill: currentColor;
3
+ d: path("M2.002 16.586L.796 22.315a.75.75 0 0 0 .889.889l5.729-1.206a11 11 0 1 0-5.412-5.412m1.519.062a.75.75 0 0 0-.056-.476l-.099-.209a9.5 9.5 0 1 1 4.671 4.671l-.209-.099a.75.75 0 0 0-.476-.056l-4.851 1.02Zm7.449-8.383a1.45 1.45 0 0 0-.487.57a.75.75 0 0 1-1.341-.67c.2-.402.513-.826.997-1.148C10.627 6.69 11.244 6.5 12 6.5c.658 0 1.369.195 1.934.619a2.45 2.45 0 0 1 1.004 2.006c0 1.033-.513 1.72-1.027 2.215c-.19.183-.399.358-.579.508l-.147.123a4 4 0 0 0-.435.409v1.37a.75.75 0 1 1-1.5 0v-1.473c0-.237.067-.504.247-.736c.22-.28.486-.517.718-.714l.183-.153l.001-.001c.172-.143.324-.27.47-.412c.368-.355.569-.676.569-1.136a.95.95 0 0 0-.404-.806C12.766 8.118 12.384 8 12 8c-.494 0-.814.121-1.03.265M13 17a1 1 0 1 1-2 0a1 1 0 0 1 2 0");
4
+ }
package/iconify.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "prefix": "octicon",
3
3
  "info": {
4
4
  "name": "Octicons",
5
- "total": 739,
6
- "version": "19.29.1",
5
+ "total": 741,
6
+ "version": "19.31.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": 1782882989
27
+ "lastModified": 1785042822
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.17",
4
+ "version": "1.0.18",
5
5
  "homepage": "https://icon-sets.iconify.design/octicon/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -2594,6 +2594,14 @@
2594
2594
  "types": "./types/gfwqskkx.d.ts",
2595
2595
  "svelte": "./components/q/question-24.svelte"
2596
2596
  },
2597
+ "./question-bubble-16": {
2598
+ "types": "./types/gfwqskkx.d.ts",
2599
+ "svelte": "./components/q/question-bubble-16.svelte"
2600
+ },
2601
+ "./question-bubble-24": {
2602
+ "types": "./types/gfwqskkx.d.ts",
2603
+ "svelte": "./components/q/question-bubble-24.svelte"
2604
+ },
2597
2605
  "./quote": {
2598
2606
  "types": "./types/gfwqskkx.d.ts",
2599
2607
  "svelte": "./components/q/quote.svelte"