@benefex/icons 0.21.0 → 0.23.0

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 ArrowsMaximizeLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ArrowsMaximizeLight;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ArrowsMaximizeLight = ({ 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: "M336 32c-8.8 0-16 7.2-16 16s7.2 16 16 16h89.4L256 233.4 86.6 64H176c8.8 0 16-7.2 16-16s-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v128c0 8.8 7.2 16 16 16s16-7.2 16-16V86.6L233.4 256 64 425.4V336c0-8.8-7.2-16-16-16s-16 7.2-16 16v128c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16s-7.2-16-16-16H86.6L256 278.6 425.4 448H336c-8.8 0-16 7.2-16 16s7.2 16 16 16h128c8.8 0 16-7.2 16-16V336c0-8.8-7.2-16-16-16s-16 7.2-16 16v89.4L278.6 256 448 86.6V176c0 8.8 7.2 16 16 16s16-7.2 16-16V48c0-8.8-7.2-16-16-16z" })));
5
+ export default ArrowsMaximizeLight;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ArrowsMaximizeRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ArrowsMaximizeRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ArrowsMaximizeRegular = ({ 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: "M328 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h70.1L256 222.1 113.9 80H184c13.3 0 24-10.7 24-24s-10.7-24-24-24H56c-13.3 0-24 10.7-24 24v128c0 13.3 10.7 24 24 24s24-10.7 24-24v-70.1L222.1 256 80 398.1V328c0-13.3-10.7-24-24-24s-24 10.7-24 24v128c0 13.3 10.7 24 24 24h128c13.3 0 24-10.7 24-24s-10.7-24-24-24h-70.1L256 289.9 398.1 432H328c-13.3 0-24 10.7-24 24s10.7 24 24 24h128c13.3 0 24-10.7 24-24V328c0-13.3-10.7-24-24-24s-24 10.7-24 24v70.1L289.9 256 432 113.9V184c0 13.3 10.7 24 24 24s24-10.7 24-24V56c0-13.3-10.7-24-24-24z" })));
5
+ export default ArrowsMaximizeRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const BoxArchiveLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default BoxArchiveLight;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const BoxArchiveLight = ({ 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: "M464 32H48C21.49 32 0 53.49 0 80v64c0 8.8 7.25 16 16 16h16v256c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V160h16c8.8 0 16-7.2 16-16V80c0-26.51-21.5-48-48-48m-16 384c0 17.6-14.4 32-32 32H96c-17.6 0-32-14.4-32-32V160h384zm32-288H32V80c0-8.75 7.25-16 16-16h416c8.8 0 16 7.25 16 16zM176 256h160c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16s7.2 16 16 16" })));
5
+ export default BoxArchiveLight;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ChevronDownRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ChevronDownRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ChevronDownRegular = ({ 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: "M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z" })));
5
+ export default ChevronDownRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ChevronUpRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ChevronUpRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ChevronUpRegular = ({ 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: "M239 111c9.4-9.4 24.6-9.4 33.9 0L465 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-175-175L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9z" })));
5
+ export default ChevronUpRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ChevronsLeftRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ChevronsLeftRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ChevronsLeftRegular = ({ 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: "M47 239c-9.4 9.4-9.4 24.6 0 33.9L239 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97.9 256 273 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM431 47 239 239c-9.4 9.4-9.4 24.6 0 33.9L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-175-175L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z" })));
5
+ export default ChevronsLeftRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ChevronsRightRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ChevronsRightRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ChevronsRightRegular = ({ 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: "M465 239c9.4 9.4 9.4 24.6 0 33.9L273 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L239 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM81 47l192 192c9.4 9.4 9.4 24.6 0 33.9L81 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L47 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z" })));
5
+ export default ChevronsRightRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ExpandRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ExpandRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ExpandRegular = ({ 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: "M136 32c13.3 0 24 10.7 24 24s-10.7 24-24 24H48v88c0 13.3-10.7 24-24 24S0 181.3 0 168V56c0-13.3 10.7-24 24-24zM0 344c0-13.3 10.7-24 24-24s24 10.7 24 24v88h88c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zM424 32c13.3 0 24 10.7 24 24v112c0 13.3-10.7 24-24 24s-24-10.7-24-24V80h-88c-13.3 0-24-10.7-24-24s10.7-24 24-24zm-24 312c0-13.3 10.7-24 24-24s24 10.7 24 24v112c0 13.3-10.7 24-24 24H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h88z" })));
5
+ export default ExpandRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const FileArrowDownSolid: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default FileArrowDownSolid;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const FileArrowDownSolid = ({ 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: "M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zm-40 232v102.1l31-31c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0l-72-72c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l31 31V232c0-13.3 10.7-24 24-24s24 10.7 24 24z" })));
5
+ export default FileArrowDownSolid;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const HouseLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default HouseLight;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const HouseLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M298.6 4c-6-5.3-15.1-5.3-21.2 0L5.4 244c-6.6 5.8-7.3 16-1.4 22.6s16 7.3 22.6 1.4L64 235v197c0 44.2 35.8 80 80 80h288c44.2 0 80-35.8 80-80V235l37.4 33c6.6 5.8 16.7 5.2 22.6-1.4s5.2-16.7-1.4-22.6zM96 432V206.7L288 37.3l192 169.4V432c0 26.5-21.5 48-48 48h-64V320c0-17.7-14.3-32-32-32h-96c-17.7 0-32 14.3-32 32v160h-64c-26.5 0-48-21.5-48-48m144 48V320h96v160z" })));
5
+ export default HouseLight;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const HouseRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default HouseRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const HouseRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M303.5 5.7c-9-7.6-22.1-7.6-31.1 0l-264 224c-10.1 8.6-11.3 23.7-2.8 33.8s23.7 11.3 33.8 2.8L64 245.5V432c0 44.2 35.8 80 80 80h288c44.2 0 80-35.8 80-80V245.5l24.5 20.8c10.1 8.6 25.3 7.3 33.8-2.8s7.3-25.3-2.8-33.8zM112 432V204.8L288 55.5l176 149.3V432c0 17.7-14.3 32-32 32h-48V312c0-22.1-17.9-40-40-40H232c-22.1 0-40 17.9-40 40v152h-48c-17.7 0-32-14.3-32-32m128 32V320h96v144z" })));
5
+ export default HouseRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const LocationArrowSolid: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default LocationArrowSolid;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const LocationArrowSolid = ({ 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: "M429.6 92.1c4.9-11.9 2.1-25.6-7-34.7s-22.8-11.9-34.7-7l-352 144c-14.2 5.8-22.2 20.8-19.3 35.8S32.7 256 48 256h176v176c0 15.3 10.8 28.4 25.8 31.4s30-5.1 35.8-19.3z" })));
5
+ export default LocationArrowSolid;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const PaperclipLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default PaperclipLight;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const PaperclipLight = ({ 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: "M380.7 67.3c-29.1-29.1-76.3-29.1-105.4 0l-192 192c-46.8 46.8-46.8 122.6 0 169.4s122.6 46.8 169.4 0l152-152c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-152 152c-59.3 59.3-155.4 59.3-214.6 0S1.4 296 60.7 236.7l192-192c41.6-41.6 109-41.6 150.6 0s41.6 109 0 150.6L219.5 379.1c-28.2 28.2-74.6 25.6-99.6-5.5-21.3-26.6-19.2-65 4.9-89.1l151.9-151.8c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L147.5 307.1c-12.6 12.6-13.7 32.6-2.6 46.5 13 16.2 37.2 17.6 51.9 2.9l183.9-183.8c29.1-29.1 29.1-76.3 0-105.4" })));
5
+ export default PaperclipLight;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const PaperclipRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default PaperclipRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const PaperclipRegular = ({ 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: "M375 73c-26-26-68.1-26-94.1 0L89 265c-43.7 43.6-43.7 114.4 0 158s114.4 43.6 158.1 0L399 271c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L281 457c-62.4 62.4-163.5 62.4-225.9 0S-7.4 293.4 55 231L247 39c44.7-44.7 117.2-44.7 162 0s44.7 117.2 0 161.9L225.2 384.7c-31.6 31.6-83.6 28.7-111.5-6.2-23.8-29.8-21.5-72.8 5.5-99.8L271 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L153.2 312.7c-9.7 9.7-10.6 25.1-2 35.8 10 12.5 28.7 13.6 40 2.2L375 167c26-26 26-68.1 0-94.1z" })));
5
+ export default PaperclipRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const XmarkRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default XmarkRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const XmarkRegular = ({ 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: "M345 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l119 119L39 375c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l119-119L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-119-119z" })));
5
+ export default XmarkRegular;
package/dist/index.d.ts CHANGED
@@ -17,6 +17,8 @@ export { default as ArrowTrendUpLight } from './ArrowTrendUpLight';
17
17
  export { default as ArrowUpLight } from './ArrowUpLight';
18
18
  export { default as ArrowUpRightAndArrowDownLeftFromCenterLight } from './ArrowUpRightAndArrowDownLeftFromCenterLight';
19
19
  export { default as ArrowUpRightFromSquareLight } from './ArrowUpRightFromSquareLight';
20
+ export { default as ArrowsMaximizeLight } from './ArrowsMaximizeLight';
21
+ export { default as ArrowsMaximizeRegular } from './ArrowsMaximizeRegular';
20
22
  export { default as ArrowsRotateLight } from './ArrowsRotateLight';
21
23
  export { default as AtLight } from './AtLight';
22
24
  export { default as AwardSimpleLight } from './AwardSimpleLight';
@@ -38,6 +40,7 @@ export { default as BlockQuoteLight } from './BlockQuoteLight';
38
40
  export { default as BoldRegular } from './BoldRegular';
39
41
  export { default as BookOpenLight } from './BookOpenLight';
40
42
  export { default as BookOpenThin } from './BookOpenThin';
43
+ export { default as BoxArchiveLight } from './BoxArchiveLight';
41
44
  export { default as BoxHeartLight } from './BoxHeartLight';
42
45
  export { default as BrainLight } from './BrainLight';
43
46
  export { default as BrainRegular } from './BrainRegular';
@@ -59,8 +62,12 @@ export { default as ChartMixedThin } from './ChartMixedThin';
59
62
  export { default as ChartPieLight } from './ChartPieLight';
60
63
  export { default as CheckLight } from './CheckLight';
61
64
  export { default as ChevronDownLight } from './ChevronDownLight';
65
+ export { default as ChevronDownRegular } from './ChevronDownRegular';
62
66
  export { default as ChevronRightLight } from './ChevronRightLight';
63
67
  export { default as ChevronUpLight } from './ChevronUpLight';
68
+ export { default as ChevronUpRegular } from './ChevronUpRegular';
69
+ export { default as ChevronsLeftRegular } from './ChevronsLeftRegular';
70
+ export { default as ChevronsRightRegular } from './ChevronsRightRegular';
64
71
  export { default as CircleCheckLight } from './CircleCheckLight';
65
72
  export { default as CircleCheckRegular } from './CircleCheckRegular';
66
73
  export { default as CircleCheckSolid } from './CircleCheckSolid';
@@ -104,6 +111,7 @@ export { default as EllipsisVerticalRegular } from './EllipsisVerticalRegular';
104
111
  export { default as EnvelopeLight } from './EnvelopeLight';
105
112
  export { default as EnvelopeRegular } from './EnvelopeRegular';
106
113
  export { default as ExclamationLight } from './ExclamationLight';
114
+ export { default as ExpandRegular } from './ExpandRegular';
107
115
  export { default as EyeLight } from './EyeLight';
108
116
  export { default as EyeSlashLight } from './EyeSlashLight';
109
117
  export { default as EyeSlashThin } from './EyeSlashThin';
@@ -119,6 +127,7 @@ export { default as FaceSurpriseLight } from './FaceSurpriseLight';
119
127
  export { default as FamilyLight } from './FamilyLight';
120
128
  export { default as Family } from './Family';
121
129
  export { default as FaxLight } from './FaxLight';
130
+ export { default as FileArrowDownSolid } from './FileArrowDownSolid';
122
131
  export { default as FileAudioThin } from './FileAudioThin';
123
132
  export { default as FileImageThin } from './FileImageThin';
124
133
  export { default as FileImportLight } from './FileImportLight';
@@ -176,6 +185,8 @@ export { default as HorizontalRuleRegular } from './HorizontalRuleRegular';
176
185
  export { default as HourglassClockLight } from './HourglassClockLight';
177
186
  export { default as HourglassClockThin } from './HourglassClockThin';
178
187
  export { default as HouseBlankLight } from './HouseBlankLight';
188
+ export { default as HouseLight } from './HouseLight';
189
+ export { default as HouseRegular } from './HouseRegular';
179
190
  export { default as IdBadgeLight } from './IdBadgeLight';
180
191
  export { default as IdCardLight } from './IdCardLight';
181
192
  export { default as IdCardThin } from './IdCardThin';
@@ -197,6 +208,7 @@ export { default as ListTreeLight } from './ListTreeLight';
197
208
  export { default as ListUlLight } from './ListUlLight';
198
209
  export { default as ListUlRegular } from './ListUlRegular';
199
210
  export { default as LoaderLight } from './LoaderLight';
211
+ export { default as LocationArrowSolid } from './LocationArrowSolid';
200
212
  export { default as LocationDotLight } from './LocationDotLight';
201
213
  export { default as LocationPin } from './LocationPin';
202
214
  export { default as LockKeyholeLight } from './LockKeyholeLight';
@@ -253,6 +265,8 @@ export { default as PaintbrushLight } from './PaintbrushLight';
253
265
  export { default as PaletteLight } from './PaletteLight';
254
266
  export { default as PaperPlaneTopLight } from './PaperPlaneTopLight';
255
267
  export { default as PaperPlaneTopRegular } from './PaperPlaneTopRegular';
268
+ export { default as PaperclipLight } from './PaperclipLight';
269
+ export { default as PaperclipRegular } from './PaperclipRegular';
256
270
  export { default as ParagraphLight } from './ParagraphLight';
257
271
  export { default as ParagraphRegular } from './ParagraphRegular';
258
272
  export { default as PartyHornLight } from './PartyHornLight';
@@ -366,6 +380,7 @@ export { default as WalletThin } from './WalletThin';
366
380
  export { default as Woman } from './Woman';
367
381
  export { default as XTwitterBrands } from './XTwitterBrands';
368
382
  export { default as XmarkLight } from './XmarkLight';
383
+ export { default as XmarkRegular } from './XmarkRegular';
369
384
  export { default as XmarkThin } from './XmarkThin';
370
385
  export { default as XmarkToSlotLight } from './XmarkToSlotLight';
371
386
  export { default as YoutubeBrands } from './YoutubeBrands';
package/dist/index.js CHANGED
@@ -17,6 +17,8 @@ export { default as ArrowTrendUpLight } from './ArrowTrendUpLight';
17
17
  export { default as ArrowUpLight } from './ArrowUpLight';
18
18
  export { default as ArrowUpRightAndArrowDownLeftFromCenterLight } from './ArrowUpRightAndArrowDownLeftFromCenterLight';
19
19
  export { default as ArrowUpRightFromSquareLight } from './ArrowUpRightFromSquareLight';
20
+ export { default as ArrowsMaximizeLight } from './ArrowsMaximizeLight';
21
+ export { default as ArrowsMaximizeRegular } from './ArrowsMaximizeRegular';
20
22
  export { default as ArrowsRotateLight } from './ArrowsRotateLight';
21
23
  export { default as AtLight } from './AtLight';
22
24
  export { default as AwardSimpleLight } from './AwardSimpleLight';
@@ -38,6 +40,7 @@ export { default as BlockQuoteLight } from './BlockQuoteLight';
38
40
  export { default as BoldRegular } from './BoldRegular';
39
41
  export { default as BookOpenLight } from './BookOpenLight';
40
42
  export { default as BookOpenThin } from './BookOpenThin';
43
+ export { default as BoxArchiveLight } from './BoxArchiveLight';
41
44
  export { default as BoxHeartLight } from './BoxHeartLight';
42
45
  export { default as BrainLight } from './BrainLight';
43
46
  export { default as BrainRegular } from './BrainRegular';
@@ -59,8 +62,12 @@ export { default as ChartMixedThin } from './ChartMixedThin';
59
62
  export { default as ChartPieLight } from './ChartPieLight';
60
63
  export { default as CheckLight } from './CheckLight';
61
64
  export { default as ChevronDownLight } from './ChevronDownLight';
65
+ export { default as ChevronDownRegular } from './ChevronDownRegular';
62
66
  export { default as ChevronRightLight } from './ChevronRightLight';
63
67
  export { default as ChevronUpLight } from './ChevronUpLight';
68
+ export { default as ChevronUpRegular } from './ChevronUpRegular';
69
+ export { default as ChevronsLeftRegular } from './ChevronsLeftRegular';
70
+ export { default as ChevronsRightRegular } from './ChevronsRightRegular';
64
71
  export { default as CircleCheckLight } from './CircleCheckLight';
65
72
  export { default as CircleCheckRegular } from './CircleCheckRegular';
66
73
  export { default as CircleCheckSolid } from './CircleCheckSolid';
@@ -104,6 +111,7 @@ export { default as EllipsisVerticalRegular } from './EllipsisVerticalRegular';
104
111
  export { default as EnvelopeLight } from './EnvelopeLight';
105
112
  export { default as EnvelopeRegular } from './EnvelopeRegular';
106
113
  export { default as ExclamationLight } from './ExclamationLight';
114
+ export { default as ExpandRegular } from './ExpandRegular';
107
115
  export { default as EyeLight } from './EyeLight';
108
116
  export { default as EyeSlashLight } from './EyeSlashLight';
109
117
  export { default as EyeSlashThin } from './EyeSlashThin';
@@ -119,6 +127,7 @@ export { default as FaceSurpriseLight } from './FaceSurpriseLight';
119
127
  export { default as FamilyLight } from './FamilyLight';
120
128
  export { default as Family } from './Family';
121
129
  export { default as FaxLight } from './FaxLight';
130
+ export { default as FileArrowDownSolid } from './FileArrowDownSolid';
122
131
  export { default as FileAudioThin } from './FileAudioThin';
123
132
  export { default as FileImageThin } from './FileImageThin';
124
133
  export { default as FileImportLight } from './FileImportLight';
@@ -176,6 +185,8 @@ export { default as HorizontalRuleRegular } from './HorizontalRuleRegular';
176
185
  export { default as HourglassClockLight } from './HourglassClockLight';
177
186
  export { default as HourglassClockThin } from './HourglassClockThin';
178
187
  export { default as HouseBlankLight } from './HouseBlankLight';
188
+ export { default as HouseLight } from './HouseLight';
189
+ export { default as HouseRegular } from './HouseRegular';
179
190
  export { default as IdBadgeLight } from './IdBadgeLight';
180
191
  export { default as IdCardLight } from './IdCardLight';
181
192
  export { default as IdCardThin } from './IdCardThin';
@@ -197,6 +208,7 @@ export { default as ListTreeLight } from './ListTreeLight';
197
208
  export { default as ListUlLight } from './ListUlLight';
198
209
  export { default as ListUlRegular } from './ListUlRegular';
199
210
  export { default as LoaderLight } from './LoaderLight';
211
+ export { default as LocationArrowSolid } from './LocationArrowSolid';
200
212
  export { default as LocationDotLight } from './LocationDotLight';
201
213
  export { default as LocationPin } from './LocationPin';
202
214
  export { default as LockKeyholeLight } from './LockKeyholeLight';
@@ -253,6 +265,8 @@ export { default as PaintbrushLight } from './PaintbrushLight';
253
265
  export { default as PaletteLight } from './PaletteLight';
254
266
  export { default as PaperPlaneTopLight } from './PaperPlaneTopLight';
255
267
  export { default as PaperPlaneTopRegular } from './PaperPlaneTopRegular';
268
+ export { default as PaperclipLight } from './PaperclipLight';
269
+ export { default as PaperclipRegular } from './PaperclipRegular';
256
270
  export { default as ParagraphLight } from './ParagraphLight';
257
271
  export { default as ParagraphRegular } from './ParagraphRegular';
258
272
  export { default as PartyHornLight } from './PartyHornLight';
@@ -366,6 +380,7 @@ export { default as WalletThin } from './WalletThin';
366
380
  export { default as Woman } from './Woman';
367
381
  export { default as XTwitterBrands } from './XTwitterBrands';
368
382
  export { default as XmarkLight } from './XmarkLight';
383
+ export { default as XmarkRegular } from './XmarkRegular';
369
384
  export { default as XmarkThin } from './XmarkThin';
370
385
  export { default as XmarkToSlotLight } from './XmarkToSlotLight';
371
386
  export { default as YoutubeBrands } from './YoutubeBrands';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benefex/icons",
3
- "version": "0.21.0",
3
+ "version": "0.23.0",
4
4
  "description": "Benefex icon package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,6 +18,7 @@
18
18
  "build": "npm run clean && npm run build:icons && npm run build:tsc",
19
19
  "prepublishOnly": "npm run build",
20
20
  "storybook": "npm run build && storybook dev -p 6006",
21
+ "start": "npm run storybook",
21
22
  "build-storybook": "npm run build && storybook build",
22
23
  "prepare": "husky",
23
24
  "check-version": "git fetch --tags && git describe --tags --abbrev=0"