@benefex/icons 0.2.3-PR21-BN609 → 0.2.3
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,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const ArrowUpRightAndArrowDownLeftFromCenterLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M496 0H336c-8.8 0-16 7.156-16 16s7.2 16 16 16h121.4L292.7 196.7c-6.25 6.25-6.25 16.38 0 22.62s16.38 6.25 22.62 0L480 54.63V176c0 8.8 7.2 16 16 16s16-7.2 16-16V16c0-8.844-7.2-16-16-16M196.7 292.7 32 457.4V336c0-8.8-7.16-16-16-16s-16 7.2-16 16v160c0 8.8 7.156 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16H54.63l164.7-164.7c6.25-6.25 6.25-16.38 0-22.62s-16.43-6.28-22.63.02" })));
|
|
5
|
+
export default ArrowUpRightAndArrowDownLeftFromCenterLight;
|
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export { default as ArrowRightFromBracketLight } from './ArrowRightFromBracketLi
|
|
|
11
11
|
export { default as ArrowRightFromBracketThin } from './ArrowRightFromBracketThin';
|
|
12
12
|
export { default as ArrowRotateRightLight } from './ArrowRotateRightLight';
|
|
13
13
|
export { default as ArrowTrendUpLight } from './ArrowTrendUpLight';
|
|
14
|
+
export { default as ArrowUpRightAndArrowDownLeftFromCenterLight } from './ArrowUpRightAndArrowDownLeftFromCenterLight';
|
|
14
15
|
export { default as ArrowUpRightFromSquareLight } from './ArrowUpRightFromSquareLight';
|
|
15
16
|
export { default as ArrowsRotateLight } from './ArrowsRotateLight';
|
|
16
17
|
export { default as AtLight } from './AtLight';
|
|
@@ -144,7 +145,6 @@ export { default as ImageLight } from './ImageLight';
|
|
|
144
145
|
export { default as ImageRegular } from './ImageRegular';
|
|
145
146
|
export { default as ImageSolid } from './ImageSolid';
|
|
146
147
|
export { default as ImagesLight } from './ImagesLight';
|
|
147
|
-
export { default as InfoLight } from './InfoLight';
|
|
148
148
|
export { default as LaptopMobileLight } from './LaptopMobileLight';
|
|
149
149
|
export { default as LinkLight } from './LinkLight';
|
|
150
150
|
export { default as LinkSlashLight } from './LinkSlashLight';
|
package/dist/index.js
CHANGED
|
@@ -11,6 +11,7 @@ export { default as ArrowRightFromBracketLight } from './ArrowRightFromBracketLi
|
|
|
11
11
|
export { default as ArrowRightFromBracketThin } from './ArrowRightFromBracketThin';
|
|
12
12
|
export { default as ArrowRotateRightLight } from './ArrowRotateRightLight';
|
|
13
13
|
export { default as ArrowTrendUpLight } from './ArrowTrendUpLight';
|
|
14
|
+
export { default as ArrowUpRightAndArrowDownLeftFromCenterLight } from './ArrowUpRightAndArrowDownLeftFromCenterLight';
|
|
14
15
|
export { default as ArrowUpRightFromSquareLight } from './ArrowUpRightFromSquareLight';
|
|
15
16
|
export { default as ArrowsRotateLight } from './ArrowsRotateLight';
|
|
16
17
|
export { default as AtLight } from './AtLight';
|
|
@@ -144,7 +145,6 @@ export { default as ImageLight } from './ImageLight';
|
|
|
144
145
|
export { default as ImageRegular } from './ImageRegular';
|
|
145
146
|
export { default as ImageSolid } from './ImageSolid';
|
|
146
147
|
export { default as ImagesLight } from './ImagesLight';
|
|
147
|
-
export { default as InfoLight } from './InfoLight';
|
|
148
148
|
export { default as LaptopMobileLight } from './LaptopMobileLight';
|
|
149
149
|
export { default as LinkLight } from './LinkLight';
|
|
150
150
|
export { default as LinkSlashLight } from './LinkSlashLight';
|
package/package.json
CHANGED
package/dist/InfoLight.d.ts
DELETED
package/dist/InfoLight.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const InfoLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 192 512", "aria-labelledby": titleId, ...props },
|
|
3
|
-
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
-
React.createElement("path", { fill: "currentColor", d: "M96 96c17.67 0 32-14.33 32-32s-14.33-31.99-32-31.99S64 46.33 64 64s14.33 32 32 32m80 352h-64V176c0-8.8-7.2-16-16-16H48c-8.84 0-16 7.2-16 16s7.16 16 16 16h32v256H16c-8.844 0-16 7.2-16 16s7.156 16 16 16h160c8.844 0 16-7.156 16-16s-7.2-16-16-16" })));
|
|
5
|
-
export default InfoLight;
|