@benefex/icons 0.2.2 → 0.2.3-PR22-BN644

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,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ArrowUpRightAndArrowDownLeftFromCenterLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ArrowUpRightAndArrowDownLeftFromCenterLight;
@@ -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';
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benefex/icons",
3
- "version": "0.2.2",
3
+ "version": "0.2.3-PR22-BN644",
4
4
  "description": "Benefex icon package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",