@benefex/icons 0.23.0 → 0.23.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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ArrowDownRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ArrowDownRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ArrowDownRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M174.6 472.6c4.5 4.7 10.8 7.4 17.4 7.4s12.8-2.7 17.4-7.4l168-176c9.2-9.6 8.8-24.8-.8-33.9s-24.8-8.8-33.9.8L216 396.1V56c0-13.3-10.7-24-24-24s-24 10.7-24 24v340.1L41.4 263.4c-9.2-9.6-24.3-9.9-33.9-.8s-9.9 24.3-.8 33.9l168 176z" })));
5
+ export default ArrowDownRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ArrowUpRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ArrowUpRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ArrowUpRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M209.4 39.4c-4.6-4.7-10.8-7.4-17.4-7.4s-12.8 2.7-17.4 7.4l-168 176c-9.2 9.6-8.8 24.8.8 33.9s24.8 8.8 33.9-.8L168 115.9V456c0 13.3 10.7 24 24 24s24-10.7 24-24V115.9l126.6 132.7c9.2 9.6 24.3 9.9 33.9.8s9.9-24.3.8-33.9l-168-176z" })));
5
+ export default ArrowUpRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const MinusRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default MinusRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const MinusRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M432 256c0 13.3-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24h368c13.3 0 24 10.7 24 24" })));
5
+ export default MinusRegular;
package/dist/index.d.ts CHANGED
@@ -6,6 +6,7 @@ export { default as AngleRightLight } from './AngleRightLight';
6
6
  export { default as AngleRightThin } from './AngleRightThin';
7
7
  export { default as AngleUpLight } from './AngleUpLight';
8
8
  export { default as AngleUpThin } from './AngleUpThin';
9
+ export { default as ArrowDownRegular } from './ArrowDownRegular';
9
10
  export { default as ArrowLeftLight } from './ArrowLeftLight';
10
11
  export { default as ArrowPointerRegular } from './ArrowPointerRegular';
11
12
  export { default as ArrowPointerThin } from './ArrowPointerThin';
@@ -15,6 +16,7 @@ export { default as ArrowRightLight } from './ArrowRightLight';
15
16
  export { default as ArrowRotateRightLight } from './ArrowRotateRightLight';
16
17
  export { default as ArrowTrendUpLight } from './ArrowTrendUpLight';
17
18
  export { default as ArrowUpLight } from './ArrowUpLight';
19
+ export { default as ArrowUpRegular } from './ArrowUpRegular';
18
20
  export { default as ArrowUpRightAndArrowDownLeftFromCenterLight } from './ArrowUpRightAndArrowDownLeftFromCenterLight';
19
21
  export { default as ArrowUpRightFromSquareLight } from './ArrowUpRightFromSquareLight';
20
22
  export { default as ArrowsMaximizeLight } from './ArrowsMaximizeLight';
@@ -237,6 +239,7 @@ export { default as MessageThin } from './MessageThin';
237
239
  export { default as MessagesLight } from './MessagesLight';
238
240
  export { default as MicrophoneRegular } from './MicrophoneRegular';
239
241
  export { default as MinusLight } from './MinusLight';
242
+ export { default as MinusRegular } from './MinusRegular';
240
243
  export { default as MobileLight } from './MobileLight';
241
244
  export { default as Mobile } from './Mobile';
242
245
  export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
package/dist/index.js CHANGED
@@ -6,6 +6,7 @@ export { default as AngleRightLight } from './AngleRightLight';
6
6
  export { default as AngleRightThin } from './AngleRightThin';
7
7
  export { default as AngleUpLight } from './AngleUpLight';
8
8
  export { default as AngleUpThin } from './AngleUpThin';
9
+ export { default as ArrowDownRegular } from './ArrowDownRegular';
9
10
  export { default as ArrowLeftLight } from './ArrowLeftLight';
10
11
  export { default as ArrowPointerRegular } from './ArrowPointerRegular';
11
12
  export { default as ArrowPointerThin } from './ArrowPointerThin';
@@ -15,6 +16,7 @@ export { default as ArrowRightLight } from './ArrowRightLight';
15
16
  export { default as ArrowRotateRightLight } from './ArrowRotateRightLight';
16
17
  export { default as ArrowTrendUpLight } from './ArrowTrendUpLight';
17
18
  export { default as ArrowUpLight } from './ArrowUpLight';
19
+ export { default as ArrowUpRegular } from './ArrowUpRegular';
18
20
  export { default as ArrowUpRightAndArrowDownLeftFromCenterLight } from './ArrowUpRightAndArrowDownLeftFromCenterLight';
19
21
  export { default as ArrowUpRightFromSquareLight } from './ArrowUpRightFromSquareLight';
20
22
  export { default as ArrowsMaximizeLight } from './ArrowsMaximizeLight';
@@ -237,6 +239,7 @@ export { default as MessageThin } from './MessageThin';
237
239
  export { default as MessagesLight } from './MessagesLight';
238
240
  export { default as MicrophoneRegular } from './MicrophoneRegular';
239
241
  export { default as MinusLight } from './MinusLight';
242
+ export { default as MinusRegular } from './MinusRegular';
240
243
  export { default as MobileLight } from './MobileLight';
241
244
  export { default as Mobile } from './Mobile';
242
245
  export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benefex/icons",
3
- "version": "0.23.0",
3
+ "version": "0.23.1",
4
4
  "description": "Benefex icon package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",