@iconify-react/roentgen 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,19 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+ import '../../css/r/rnw561bt.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="rnw561bt"/>`,
15
+ "fallback": "roentgen:vending-ice-cream-cone",
16
+ });
17
+ }
18
+
19
+ export default Component;
@@ -0,0 +1,19 @@
1
+ import { Icon } from '@iconify/css-react';
2
+ import { createElement } from 'react';
3
+ import '../../css/n/nh32403q.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="nh32403q"/>`,
15
+ "fallback": "roentgen:vending-ice-cream-stick",
16
+ });
17
+ }
18
+
19
+ export default Component;
@@ -0,0 +1,4 @@
1
+ .nh32403q {
2
+ fill: currentColor;
3
+ d: path("M3.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .499.5H12.5a.5.5 0 0 0 .5-.5V1.501A.5.5 0 0 0 12.501 1zm.999 2H9.5a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.499.5H4.5a.5.5 0 0 1-.5-.5V3.501A.5.5 0 0 1 4.499 3M7 4a2 2 0 0 0-2 1.999V9.5a.5.5 0 0 0 .499.5H6v1a1 1 0 0 0 2 0v-1h.5a.5.5 0 0 0 .5-.5V6.002A2 2 0 0 0 7 4M6 6a1 1 0 0 1 2 0v3H6zm5-2.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .rnw561bt {
2
+ fill: currentColor;
3
+ d: path("M3.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .499.5H12.5a.5.5 0 0 0 .5-.5V1.501A.5.5 0 0 0 12.501 1zm.999 2H9.5a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.499.5H4.5a.5.5 0 0 1-.5-.5V3.501A.5.5 0 0 1 4.499 3M7 4a2 2 0 0 0-1.758 2.955l.028.101A.5.5 0 0 1 5.499 7H8.5q.127.001.23.056l.028-.101A2 2 0 0 0 7 4M5.527 8l.988 3.621a.5.5 0 0 0 .97 0L8.473 8zM11 3.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0z");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "roentgen",
3
3
  "info": {
4
4
  "name": "Röntgen",
5
- "total": 536,
5
+ "total": 538,
6
6
  "author": {
7
7
  "name": "Sergey Vartanov",
8
8
  "url": "https://github.com/enzet/Roentgen"
@@ -28,5 +28,5 @@
28
28
  ],
29
29
  "palette": false
30
30
  },
31
- "lastModified": 1773740863
31
+ "lastModified": 1773900980
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-react/roentgen",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "homepage": "https://icon-sets.iconify.design/roentgen/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "CC-BY-4.0",
@@ -2026,6 +2026,14 @@
2026
2026
  "types": "./types/hqrkovbr.d.ts",
2027
2027
  "default": "./components/v/vending-excrement-bag.jsx"
2028
2028
  },
2029
+ "./vending-ice-cream-cone": {
2030
+ "types": "./types/hqrkovbr.d.ts",
2031
+ "default": "./components/v/vending-ice-cream-cone.jsx"
2032
+ },
2033
+ "./vending-ice-cream-stick": {
2034
+ "types": "./types/hqrkovbr.d.ts",
2035
+ "default": "./components/v/vending-ice-cream-stick.jsx"
2036
+ },
2029
2037
  "./vending-machine": {
2030
2038
  "types": "./types/hqrkovbr.d.ts",
2031
2039
  "default": "./components/v/vending-machine.jsx"