@iconify-react/codicon 1.0.4 → 1.0.5

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.
@@ -1,6 +1,6 @@
1
1
  import { Icon } from '@iconify/css-react';
2
2
  import { createElement } from 'react';
3
- import '../../css/o/okiolzbz.css';
3
+ import '../../css/p/plt-c4bj.css';
4
4
 
5
5
  const viewBox = {"width":16,"height":16};
6
6
 
@@ -11,7 +11,7 @@ function Component({width, height, ...props}) {
11
11
  width,
12
12
  height,
13
13
  viewBox,
14
- "content": `<path class="okiolzbz"/>`,
14
+ "content": `<path class="plt-c4bj"/>`,
15
15
  "fallback": "codicon:account",
16
16
  });
17
17
  }
@@ -0,0 +1,19 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+ import '../../css/n/ny2u-nbc.css';
4
+
5
+ const viewBox = {"width":16,"height":16};
6
+
7
+ /** @type {{width?: string; height?: string;}} */
8
+ function Component({width, height, ...props}) {
9
+ return createElement(Icon, {
10
+ ...props,
11
+ width,
12
+ height,
13
+ viewBox,
14
+ "content": `<path class="ny2u-nbc"/>`,
15
+ "fallback": "codicon:share-window",
16
+ });
17
+ }
18
+
19
+ export default Component;
@@ -0,0 +1,4 @@
1
+ .ny2u-nbc {
2
+ fill: currentColor;
3
+ d: path("M14 1H6c-1.1 0-2 .9-2 2v2H2C.9 5 0 5.9 0 7v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-2h2c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2m-3 12c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h2v3c0 1.1.9 2 2 2h5zm4-4c0 .55-.45 1-1 1h-2V7c0-1.1-.9-2-2-2H5V3c0-.55.45-1 1-1h8c.55 0 1 .45 1 1z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .plt-c4bj {
2
+ fill: currentColor;
3
+ d: path("M6 5a2 2 0 1 1 4 0a2 2 0 0 1-4 0m-.5 3h5A1.5 1.5 0 0 1 12 9.5c0 1.116-.459 2.01-1.212 2.615C10.047 12.71 9.053 13 8 13s-2.047-.29-2.788-.885C4.46 11.51 4 10.616 4 9.5A1.5 1.5 0 0 1 5.5 8M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "codicon",
3
3
  "info": {
4
4
  "name": "Codicons",
5
- "total": 543,
5
+ "total": 544,
6
6
  "version": "0.0.0",
7
7
  "author": {
8
8
  "name": "Microsoft Corporation",
@@ -28,5 +28,5 @@
28
28
  ],
29
29
  "palette": false
30
30
  },
31
- "lastModified": 1774503131
31
+ "lastModified": 1776313104
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-react/codicon",
3
3
  "type": "module",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "homepage": "https://icon-sets.iconify.design/codicon/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "CC-BY-4.0",
@@ -1742,6 +1742,10 @@
1742
1742
  "types": "./types/hqrkovbr.d.ts",
1743
1743
  "default": "./components/s/share.jsx"
1744
1744
  },
1745
+ "./share-window": {
1746
+ "types": "./types/hqrkovbr.d.ts",
1747
+ "default": "./components/s/share-window.jsx"
1748
+ },
1745
1749
  "./shield": {
1746
1750
  "types": "./types/hqrkovbr.d.ts",
1747
1751
  "default": "./components/s/shield.jsx"
@@ -1,4 +0,0 @@
1
- .okiolzbz {
2
- fill: currentColor;
3
- d: path("M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m7 4.25c1.933 0 3.5-1.214 3.5-3.036C11.5 8.543 10.956 8 10.286 8H5.715c-.671 0-1.214.544-1.214 1.214c0 1.821 1.567 3.036 3.5 3.036zm0-5a1.874 1.874 0 1 0 .001-3.749A1.874 1.874 0 0 0 8 7.25");
4
- }