@iconify-react/roentgen 1.0.0 → 1.0.1
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.
- package/components/a/acorn.jsx +19 -0
- package/components/b/building-bolt-door.jsx +19 -0
- package/components/b/building-door.jsx +19 -0
- package/components/b/building-drop-door.jsx +19 -0
- package/components/d/dumbbell.jsx +2 -2
- package/components/h/hazelnut-with-leaves.jsx +19 -0
- package/components/h/hazelnut.jsx +19 -0
- package/components/l/log-lying.jsx +19 -0
- package/components/s/street-cabinet-bolt.jsx +19 -0
- package/components/s/street-cabinet-drop.jsx +19 -0
- package/components/s/street-cabinet.jsx +2 -2
- package/components/v/vending-bottle-upside-down.jsx +19 -0
- package/components/w/water-from-pipe.jsx +19 -0
- package/components/w/wig-on-stand.jsx +19 -0
- package/components/w/wig.jsx +19 -0
- package/css/a/au8ux7_e.css +4 -0
- package/css/b/b2l1x3bl.css +4 -0
- package/css/b/b6ucp-po.css +4 -0
- package/css/c/ck9oiaco.css +4 -0
- package/css/d/d_qh5nyg.css +4 -0
- package/css/d/dd9beubz.css +4 -0
- package/css/f/f0e4x_mu.css +4 -0
- package/css/f/f6tu3kps.css +4 -0
- package/css/i/ip6unyqi.css +4 -0
- package/css/l/lnqr_2bm.css +4 -0
- package/css/q/q3cudfbf.css +4 -0
- package/css/r/rar_2_am.css +4 -0
- package/css/s/s1_d6_bi.css +4 -0
- package/css/s/ssa8p6y.css +4 -0
- package/css/v/vfmiqukl.css +4 -0
- package/iconify.json +2 -2
- package/package.json +53 -1
- package/css/n/nzkh86br.css +0 -4
- package/css/t/t9hi4jlw.css +0 -4
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/r/rar_2_am.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="rar_2_am"/>`,
|
|
15
|
+
"fallback": "roentgen:acorn",
|
|
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/f/f0e4x_mu.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="f0e4x_mu"/>`,
|
|
15
|
+
"fallback": "roentgen:building-bolt-door",
|
|
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/s/ssa8p6y.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="ssa8p6y"/>`,
|
|
15
|
+
"fallback": "roentgen:building-door",
|
|
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/v/vfmiqukl.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="vfmiqukl"/>`,
|
|
15
|
+
"fallback": "roentgen:building-drop-door",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-react';
|
|
2
2
|
import { createElement } from 'react';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/q/q3cudfbf.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="
|
|
14
|
+
"content": `<path class="q3cudfbf"/>`,
|
|
15
15
|
"fallback": "roentgen:dumbbell",
|
|
16
16
|
});
|
|
17
17
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/c/ck9oiaco.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="ck9oiaco"/>`,
|
|
15
|
+
"fallback": "roentgen:hazelnut-with-leaves",
|
|
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/s/s1_d6_bi.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="s1_d6_bi"/>`,
|
|
15
|
+
"fallback": "roentgen:hazelnut",
|
|
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/i/ip6unyqi.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="ip6unyqi"/>`,
|
|
15
|
+
"fallback": "roentgen:log-lying",
|
|
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/l/lnqr_2bm.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="lnqr_2bm"/>`,
|
|
15
|
+
"fallback": "roentgen:street-cabinet-bolt",
|
|
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/b/b2l1x3bl.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="b2l1x3bl"/>`,
|
|
15
|
+
"fallback": "roentgen:street-cabinet-drop",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-react';
|
|
2
2
|
import { createElement } from 'react';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/d/dd9beubz.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="
|
|
14
|
+
"content": `<path class="dd9beubz"/>`,
|
|
15
15
|
"fallback": "roentgen:street-cabinet",
|
|
16
16
|
});
|
|
17
17
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-react';
|
|
2
|
+
import { createElement } from 'react';
|
|
3
|
+
import '../../css/d/d_qh5nyg.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="d_qh5nyg"/>`,
|
|
15
|
+
"fallback": "roentgen:vending-bottle-upside-down",
|
|
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/a/au8ux7_e.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="au8ux7_e"/>`,
|
|
15
|
+
"fallback": "roentgen:water-from-pipe",
|
|
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/f/f6tu3kps.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="f6tu3kps"/>`,
|
|
15
|
+
"fallback": "roentgen:wig-on-stand",
|
|
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/b/b6ucp-po.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="b6ucp-po"/>`,
|
|
15
|
+
"fallback": "roentgen:wig",
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default Component;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.au8ux7_e {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M5.5 3.5A.5.5 0 0 0 5 4H1v5h4a.5.5 0 0 0 .5.5A.5.5 0 0 0 6 9V4a.5.5 0 0 0-.5-.5M7 8v1h.5c.35 0 .701.211.998.656c.263.395.454.957.494 1.594a1.5 1.5 0 0 1 1.069.44c.268.268.41.305.435.31h.014c.034-.004.16-.04.43-.31a1.5 1.5 0 0 1 1.048-.44c-.082-.906-.606-1.707-1.36-2.271c-.712-.535-1.64-.862-2.66-.944A4 4 0 0 0 7.5 8zm-4 4.25a.5.5 0 0 0-.353.146c-.442.442-.814.604-1.147.604a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5c.54 0 1.027-.344 1.5-.725c.47.379.956.725 1.5.725c.54 0 1.027-.344 1.5-.725c.473.38.96.725 1.5.725s1.027-.344 1.5-.725c.47.379.956.725 1.5.725c.54 0 1.027-.344 1.5-.725c.473.38.96.725 1.5.725a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5c-.333 0-.705-.162-1.146-.604a.5.5 0 0 0-.707 0c-.442.442-.814.604-1.147.604c-.328 0-.714-.171-1.146-.604a.5.5 0 0 0-.707 0c-.442.442-.814.604-1.147.604s-.705-.162-1.146-.604a.5.5 0 0 0-.708 0c-.44.442-.813.604-1.146.604c-.328 0-.714-.171-1.146-.604A.5.5 0 0 0 3 12.25");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.b2l1x3bl {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.5 1a.5.5 0 0 0-.5.5v12a.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 1H6.5a.5.5 0 0 1 .001 1H3.5a.5.5 0 0 1-.001-1m5 0H11.5a.5.5 0 0 1 .001 1H8.5a.5.5 0 0 1-.001-1m-5 2H6.5a.5.5 0 0 1 .001 1H3.5a.5.5 0 0 1-.001-1m5 0H11.5a.5.5 0 0 1 .001 1H8.5a.5.5 0 0 1-.001-1M7.025 7.343a.501.501 0 0 1 .95 0l.992 2.778A.5.5 0 0 1 9 10.3v.199a1.5 1.5 0 0 1-3 .002v-.2a.5.5 0 0 1 .033-.18zM7.5 8.987L7.495 9z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.b6ucp-po {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 2c-1.611 0-3.003.546-3.978 1.522c-.891.89-1.424 2.126-1.51 3.56A1.51 1.51 0 0 0 1 8.5c0 .648.42 1.206 1 1.414v.172c-.58.208-1 .766-1 1.414c0 .822.678 1.5 1.5 1.5A1.506 1.506 0 0 0 4 11.5v-4c0-1.05.565-1.557 1.23-1.7c.666-.142 1.42.117 1.823.923a.5.5 0 0 0 .894 0c.404-.806 1.157-1.065 1.823-.922S11 6.45 11 7.5v4q.001.033.004.064A1.506 1.506 0 0 0 12.5 13c.823 0 1.5-.678 1.5-1.5a1.51 1.51 0 0 0-1-1.414v-.172c.58-.208 1-.766 1-1.414a1.51 1.51 0 0 0-1.012-1.418c-.086-1.434-.619-2.67-1.51-3.56C10.503 2.545 9.112 2 7.5 2");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ck9oiaco {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M9.002 1a.5.5 0 0 0-.129.016c-.978.258-1.653 1.062-1.828 2c-1.896.127-3.187 1.047-3.953 2.132C2.265 6.32 2 7.638 2 8.5a.5.5 0 0 0 .777.416l.252-.168c.18 2.225 1.149 3.762 2.117 4.73c1.074 1.074 2.178 1.49 2.178 1.49a.5.5 0 0 0 .352 0s1.104-.416 2.178-1.49c.968-.968 1.937-2.505 2.117-4.73l.252.168A.5.5 0 0 0 13 8.5c0-.861-.265-2.18-1.092-3.352c-.751-1.064-2.006-1.97-3.842-2.125c.145-.502.52-.896 1.06-1.039A.5.5 0 0 0 9.003 1M7.5 8.059l1.777.888a.5.5 0 0 0 .5-.03L11 8.101c-.026 2.307-.94 3.756-1.854 4.67c-.837.837-1.497 1.078-1.646 1.138c-.149-.06-.81-.301-1.646-1.139C4.94 11.859 4.026 10.41 4 8.102l1.223.815a.5.5 0 0 0 .5.031z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.d_qh5nyg {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M3.5 1c-.277 0-.5.223-.5.5v13c0 .277.223.5.5.5h9c.277 0 .5-.223.5-.5v-13c0-.277-.223-.5-.5-.5zm1 2h5c.277 0 .5.223.5.5v8c0 .277-.223.5-.5.5h-5a.5.5 0 0 1-.5-.5v-8c0-.277.223-.5.5-.5m7 0c.277 0 .5.223.5.5v1a.499.499 0 1 1-1 0v-1c0-.277.223-.5.5-.5M7 10.5v-1c0-1 1-1 1-2v-3a.5.5 45 0 0-.5-.5h-2a.5.5 135 0 0-.5.5v3c0 1 1 1 1 2v1a.5.5 45 0 0 .5.5a.5.5 135 0 0 .5-.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.dd9beubz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.5 1a.5.5 0 0 0-.5.5v12a.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 1H6.5a.5.5 0 0 1 .001 1H3.5a.5.5 0 0 1-.001-1m5 0H11.5a.5.5 0 0 1 .001 1H8.5a.5.5 0 0 1-.001-1m-5 2H6.5a.5.5 0 0 1 .001 1H3.5a.5.5 0 0 1-.001-1m5 0H11.5a.5.5 0 0 1 .001 1H8.5a.5.5 0 0 1-.001-1");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.f0e4x_mu {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1.5 3a.5.5 0 0 0-.001 1H14.5a.5.5 0 0 0 .001-1zM2 5v7.5a.5.5 0 0 0 .499.5H10V9.501A.5.5 0 0 1 10.499 9H11.5a.5.5 0 0 1 .5.5V13h1.5a.5.5 0 0 0 .5-.5V5zm4.08 1.229a.499.499 0 0 1 .902.403L6.64 8h.86a.5.5 0 0 1 .412.783L5.92 11.771a.499.499 0 0 1-.902-.403L5.36 10H4.5a.5.5 0 0 1-.412-.783z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.f6tu3kps {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 1c-1.611 0-3.003.546-3.978 1.522c-.891.89-1.424 2.126-1.51 3.56A1.51 1.51 0 0 0 1 7.5c0 .648.42 1.206 1 1.414v.172c-.58.208-1 .766-1 1.414c0 .822.678 1.5 1.5 1.5a1.51 1.51 0 0 0 1.45-1.113c.746 1.157 1.856 1.911 3.05 2.078V14H5.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H8v-1.035c1.194-.167 2.304-.921 3.05-2.078A1.51 1.51 0 0 0 12.5 12c.822 0 1.5-.678 1.5-1.5a1.51 1.51 0 0 0-1-1.414v-.172c.58-.208 1-.766 1-1.414a1.51 1.51 0 0 0-1.012-1.418c-.086-1.434-.619-2.67-1.51-3.56C10.503 1.546 9.112 1 7.5 1M5.482 4.766c.596-.035 1.218.251 1.57.957a.5.5 0 0 0 .895 0C8.35 4.917 9.104 4.658 9.77 4.8S11 5.45 11 6.5v1c0 2.778-1.833 4.5-3.5 4.5S4 10.278 4 7.5v-1c0-1.05.565-1.557 1.23-1.7q.125-.027.252-.034");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ip6unyqi {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15 9c0 .771-.18 1.477-.51 2.025c-.329.55-.85.975-1.49.975H3c-.64 0-1.161-.426-1.49-.975C1.18 10.478 1 9.772 1 9s.18-1.477.51-2.025C1.839 6.426 2.36 6 3 6h1.5c1.389 0 2.545-.47 3.084-1.277l1-1.5a.5.5 0 0 1 .832.554l-1.01 1.516c-.295.442.1.707.39.707H13c.64 0 1.161.426 1.49.975c.33.548.51 1.254.51 2.025M4 9c0-.61-.153-1.154-.367-1.51S3.189 7 3 7s-.419.134-.633.49C2.154 7.846 2 8.39 2 9s.154 1.154.367 1.51c.214.356.444.49.633.49c.19 0 .42-.134.633-.49S4 9.61 4 9");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.lnqr_2bm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M2.5 2a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .499.5H12.5a.5.5 0 0 0 .5-.5V2.501A.5.5 0 0 0 12.501 2zm.999 1H6.5a.5.5 0 0 1 .001 1H3.5a.5.5 0 0 1-.001-1m5 0H11.5a.5.5 0 0 1 .001 1H8.5a.5.5 0 0 1-.001-1m-5 2H6.5a.5.5 0 0 1 .001 1H3.5a.5.5 0 0 1-.001-1m5 0H11.5a.5.5 0 0 1 .001 1H8.5a.5.5 0 0 1-.001-1M7.08 7.229a.499.499 0 0 1 .902.403L7.64 9H9.5a.5.5 0 0 1 .412.783L7.92 12.771a.499.499 0 0 1-.902-.403L7.36 11H5.5a.5.5 0 0 1-.412-.783z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.q3cudfbf {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4.5 3a.5.5 0 0 0-.5.5V4H2.5a.5.5 0 0 0-.5.5V7a1 1 0 0 0-.002 2L2 11.5a.5.5 0 0 0 .499.5H4v.5a.5.5 0 0 0 .499.5H5.5a.5.5 0 0 0 .5-.5V9h4v3.5a.5.5 0 0 0 .499.5H11.5a.5.5 0 0 0 .5-.5V12h1.5a.5.5 0 0 0 .5-.5V9a1 1 0 0 0 .002-2L14 4.501A.5.5 0 0 0 13.501 4H12v-.499A.5.5 0 0 0 11.501 3H10.5a.5.5 0 0 0-.5.5V7H6V3.501A.5.5 0 0 0 5.501 3z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.rar_2_am {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M9.002 1a.5.5 0 0 0-.129.016c-.977.258-1.652 1.06-1.828 1.996c-1.855.09-3.124.732-3.912 1.586A4.3 4.3 0 0 0 2 7.5a.5.5 0 0 0 .5.5h.512c.115 2.593 1.115 4.331 2.125 5.404c1.074 1.141 2.187 1.565 2.187 1.565a.5.5 0 0 0 .352 0s1.114-.424 2.187-1.565c1.01-1.073 2.01-2.811 2.125-5.404h.512a.5.5 0 0 0 .5-.5c0-.861-.282-1.98-1.133-2.902c-.772-.837-2.005-1.47-3.799-1.58c.146-.5.521-.892 1.059-1.034A.5.5 0 0 0 9.002 1m-4.99 7h6.976c-.11 2.335-.985 3.8-1.851 4.72c-.837.89-1.49 1.124-1.637 1.184c-.148-.06-.8-.295-1.637-1.183C4.997 11.8 4.122 10.335 4.012 8");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.s1_d6_bi {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 2c-1.845 0-3.233.535-4.152 1.383a4.2 4.2 0 0 0-1.346 3.084L2 6.5l.002.031c.021 5.31 5.312 7.434 5.312 7.434a.5.5 0 0 0 .372 0s5.29-2.124 5.312-7.434L13 6.5l-.002-.033c-.01-.91-.44-1.99-1.332-2.883C10.763 2.681 9.369 2 7.5 2m0 4.059l1.777.888a.5.5 0 0 0 .5-.03L11 6.101l.996.662v.002c-.16 4.286-4.16 6.007-4.496 6.148c-.336-.14-4.336-1.862-4.496-6.148v-.002L4 6.102l1.223.814a.5.5 0 0 0 .5.031z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.vfmiqukl {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1.5 2a.5.5 0 0 0-.001 1H13.5a.5.5 0 0 0 .001-1zM2 4v8.5a.5.5 0 0 0 .499.5H9V9.501A.5.5 0 0 1 9.499 9H10.5a.5.5 0 0 1 .5.5V13h1.5a.5.5 0 0 0 .5-.5V4zm3.025 2.343a.501.501 0 0 1 .95 0l.992 2.778A.5.5 0 0 1 7 9.3v.199a1.5 1.5 0 0 1-3 .002v-.2a.5.5 0 0 1 .033-.18zM5.5 7.987L5.495 8z");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "roentgen",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Röntgen",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 536,
|
|
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":
|
|
31
|
+
"lastModified": 1773740863
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-react/roentgen",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
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",
|
|
8
8
|
"exports": {
|
|
9
|
+
"./acorn": {
|
|
10
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
11
|
+
"default": "./components/a/acorn.jsx"
|
|
12
|
+
},
|
|
9
13
|
"./advertising-column": {
|
|
10
14
|
"types": "./types/hqrkovbr.d.ts",
|
|
11
15
|
"default": "./components/a/advertising-column.jsx"
|
|
@@ -270,6 +274,10 @@
|
|
|
270
274
|
"types": "./types/hqrkovbr.d.ts",
|
|
271
275
|
"default": "./components/b/building.jsx"
|
|
272
276
|
},
|
|
277
|
+
"./building-bolt-door": {
|
|
278
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
279
|
+
"default": "./components/b/building-bolt-door.jsx"
|
|
280
|
+
},
|
|
273
281
|
"./building-construction": {
|
|
274
282
|
"types": "./types/hqrkovbr.d.ts",
|
|
275
283
|
"default": "./components/b/building-construction.jsx"
|
|
@@ -278,6 +286,14 @@
|
|
|
278
286
|
"types": "./types/hqrkovbr.d.ts",
|
|
279
287
|
"default": "./components/b/building-container.jsx"
|
|
280
288
|
},
|
|
289
|
+
"./building-door": {
|
|
290
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
291
|
+
"default": "./components/b/building-door.jsx"
|
|
292
|
+
},
|
|
293
|
+
"./building-drop-door": {
|
|
294
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
295
|
+
"default": "./components/b/building-drop-door.jsx"
|
|
296
|
+
},
|
|
281
297
|
"./bump": {
|
|
282
298
|
"types": "./types/hqrkovbr.d.ts",
|
|
283
299
|
"default": "./components/b/bump.jsx"
|
|
@@ -874,6 +890,14 @@
|
|
|
874
890
|
"types": "./types/hqrkovbr.d.ts",
|
|
875
891
|
"default": "./components/h/hanger.jsx"
|
|
876
892
|
},
|
|
893
|
+
"./hazelnut": {
|
|
894
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
895
|
+
"default": "./components/h/hazelnut.jsx"
|
|
896
|
+
},
|
|
897
|
+
"./hazelnut-with-leaves": {
|
|
898
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
899
|
+
"default": "./components/h/hazelnut-with-leaves.jsx"
|
|
900
|
+
},
|
|
877
901
|
"./hi-fi": {
|
|
878
902
|
"types": "./types/hqrkovbr.d.ts",
|
|
879
903
|
"default": "./components/h/hi-fi.jsx"
|
|
@@ -1082,6 +1106,10 @@
|
|
|
1082
1106
|
"types": "./types/hqrkovbr.d.ts",
|
|
1083
1107
|
"default": "./components/l/lock-with-keyhole.jsx"
|
|
1084
1108
|
},
|
|
1109
|
+
"./log-lying": {
|
|
1110
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
1111
|
+
"default": "./components/l/log-lying.jsx"
|
|
1112
|
+
},
|
|
1085
1113
|
"./low-horizontal-bars": {
|
|
1086
1114
|
"types": "./types/hqrkovbr.d.ts",
|
|
1087
1115
|
"default": "./components/l/low-horizontal-bars.jsx"
|
|
@@ -1682,6 +1710,14 @@
|
|
|
1682
1710
|
"types": "./types/hqrkovbr.d.ts",
|
|
1683
1711
|
"default": "./components/s/street-cabinet.jsx"
|
|
1684
1712
|
},
|
|
1713
|
+
"./street-cabinet-bolt": {
|
|
1714
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
1715
|
+
"default": "./components/s/street-cabinet-bolt.jsx"
|
|
1716
|
+
},
|
|
1717
|
+
"./street-cabinet-drop": {
|
|
1718
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
1719
|
+
"default": "./components/s/street-cabinet-drop.jsx"
|
|
1720
|
+
},
|
|
1685
1721
|
"./street-lamp": {
|
|
1686
1722
|
"types": "./types/hqrkovbr.d.ts",
|
|
1687
1723
|
"default": "./components/s/street-lamp.jsx"
|
|
@@ -1970,6 +2006,10 @@
|
|
|
1970
2006
|
"types": "./types/hqrkovbr.d.ts",
|
|
1971
2007
|
"default": "./components/v/vending-bottle.jsx"
|
|
1972
2008
|
},
|
|
2009
|
+
"./vending-bottle-upside-down": {
|
|
2010
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2011
|
+
"default": "./components/v/vending-bottle-upside-down.jsx"
|
|
2012
|
+
},
|
|
1973
2013
|
"./vending-candles": {
|
|
1974
2014
|
"types": "./types/hqrkovbr.d.ts",
|
|
1975
2015
|
"default": "./components/v/vending-candles.jsx"
|
|
@@ -2038,6 +2078,10 @@
|
|
|
2038
2078
|
"types": "./types/hqrkovbr.d.ts",
|
|
2039
2079
|
"default": "./components/w/watches.jsx"
|
|
2040
2080
|
},
|
|
2081
|
+
"./water-from-pipe": {
|
|
2082
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2083
|
+
"default": "./components/w/water-from-pipe.jsx"
|
|
2084
|
+
},
|
|
2041
2085
|
"./waterfall": {
|
|
2042
2086
|
"types": "./types/hqrkovbr.d.ts",
|
|
2043
2087
|
"default": "./components/w/waterfall.jsx"
|
|
@@ -2054,6 +2098,14 @@
|
|
|
2054
2098
|
"types": "./types/hqrkovbr.d.ts",
|
|
2055
2099
|
"default": "./components/w/wheelchair.jsx"
|
|
2056
2100
|
},
|
|
2101
|
+
"./wig": {
|
|
2102
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2103
|
+
"default": "./components/w/wig.jsx"
|
|
2104
|
+
},
|
|
2105
|
+
"./wig-on-stand": {
|
|
2106
|
+
"types": "./types/hqrkovbr.d.ts",
|
|
2107
|
+
"default": "./components/w/wig-on-stand.jsx"
|
|
2108
|
+
},
|
|
2057
2109
|
"./wind-turbine": {
|
|
2058
2110
|
"types": "./types/hqrkovbr.d.ts",
|
|
2059
2111
|
"default": "./components/w/wind-turbine.jsx"
|
package/css/n/nzkh86br.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.nzkh86br {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M3.5 2a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .499.5H11.5a.5.5 0 0 0 .5-.5V2.501A.5.5 0 0 0 11.501 2zm.999 1H6.5a.5.5 0 0 1 .001 1H4.5a.5.5 0 0 1-.001-1m4 0H10.5a.5.5 0 0 1 .001 1H8.5a.5.5 0 0 1-.001-1m-4 2H6.5a.5.5 0 0 1 .001 1H4.5a.5.5 0 0 1-.001-1M8 5.5a.5.5 0 0 1 .499-.5H10.5a.5.5 0 0 1 .001 1H8.5a.5.5 0 0 1-.5-.5");
|
|
4
|
-
}
|
package/css/t/t9hi4jlw.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.t9hi4jlw {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M4 4c-.554 0-1 .446-1 1c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1c0 .554.446 1 1 1s1-.446 1-1V5c0-.554-.446-1-1-1m8 0c-.554 0-1 .446-1 1v5c0 .554.446 1 1 1s1-.446 1-1c.554 0 1-.446 1-1V6c0-.554-.446-1-1-1c0-.554-.446-1-1-1M5.5 7v1h5V7z");
|
|
4
|
-
}
|