@benefex/icons 0.22.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.
- package/dist/ArrowDownRegular.d.ts +4 -0
- package/dist/ArrowDownRegular.js +5 -0
- package/dist/ArrowUpRegular.d.ts +4 -0
- package/dist/ArrowUpRegular.js +5 -0
- package/dist/ArrowsMaximizeLight.d.ts +4 -0
- package/dist/ArrowsMaximizeLight.js +5 -0
- package/dist/ArrowsMaximizeRegular.d.ts +4 -0
- package/dist/ArrowsMaximizeRegular.js +5 -0
- package/dist/ChevronDownRegular.d.ts +4 -0
- package/dist/ChevronDownRegular.js +5 -0
- package/dist/ChevronUpRegular.d.ts +4 -0
- package/dist/ChevronUpRegular.js +5 -0
- package/dist/ChevronsLeftRegular.d.ts +4 -0
- package/dist/ChevronsLeftRegular.js +5 -0
- package/dist/ChevronsRightRegular.d.ts +4 -0
- package/dist/ChevronsRightRegular.js +5 -0
- package/dist/ExpandRegular.d.ts +4 -0
- package/dist/ExpandRegular.js +5 -0
- package/dist/FileArrowDownSolid.d.ts +4 -0
- package/dist/FileArrowDownSolid.js +5 -0
- package/dist/HouseLight.d.ts +4 -0
- package/dist/HouseLight.js +5 -0
- package/dist/HouseRegular.d.ts +4 -0
- package/dist/HouseRegular.js +5 -0
- package/dist/LocationArrowSolid.d.ts +4 -0
- package/dist/LocationArrowSolid.js +5 -0
- package/dist/MinusRegular.d.ts +4 -0
- package/dist/MinusRegular.js +5 -0
- package/dist/PaperclipLight.d.ts +4 -0
- package/dist/PaperclipLight.js +5 -0
- package/dist/PaperclipRegular.d.ts +4 -0
- package/dist/PaperclipRegular.js +5 -0
- package/dist/XmarkRegular.d.ts +4 -0
- package/dist/XmarkRegular.js +5 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.js +17 -0
- package/package.json +2 -1
|
@@ -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,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,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,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,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,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,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,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,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,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,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,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,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,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;
|
|
@@ -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,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,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
|
@@ -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,8 +16,11 @@ 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';
|
|
22
|
+
export { default as ArrowsMaximizeLight } from './ArrowsMaximizeLight';
|
|
23
|
+
export { default as ArrowsMaximizeRegular } from './ArrowsMaximizeRegular';
|
|
20
24
|
export { default as ArrowsRotateLight } from './ArrowsRotateLight';
|
|
21
25
|
export { default as AtLight } from './AtLight';
|
|
22
26
|
export { default as AwardSimpleLight } from './AwardSimpleLight';
|
|
@@ -60,8 +64,12 @@ export { default as ChartMixedThin } from './ChartMixedThin';
|
|
|
60
64
|
export { default as ChartPieLight } from './ChartPieLight';
|
|
61
65
|
export { default as CheckLight } from './CheckLight';
|
|
62
66
|
export { default as ChevronDownLight } from './ChevronDownLight';
|
|
67
|
+
export { default as ChevronDownRegular } from './ChevronDownRegular';
|
|
63
68
|
export { default as ChevronRightLight } from './ChevronRightLight';
|
|
64
69
|
export { default as ChevronUpLight } from './ChevronUpLight';
|
|
70
|
+
export { default as ChevronUpRegular } from './ChevronUpRegular';
|
|
71
|
+
export { default as ChevronsLeftRegular } from './ChevronsLeftRegular';
|
|
72
|
+
export { default as ChevronsRightRegular } from './ChevronsRightRegular';
|
|
65
73
|
export { default as CircleCheckLight } from './CircleCheckLight';
|
|
66
74
|
export { default as CircleCheckRegular } from './CircleCheckRegular';
|
|
67
75
|
export { default as CircleCheckSolid } from './CircleCheckSolid';
|
|
@@ -105,6 +113,7 @@ export { default as EllipsisVerticalRegular } from './EllipsisVerticalRegular';
|
|
|
105
113
|
export { default as EnvelopeLight } from './EnvelopeLight';
|
|
106
114
|
export { default as EnvelopeRegular } from './EnvelopeRegular';
|
|
107
115
|
export { default as ExclamationLight } from './ExclamationLight';
|
|
116
|
+
export { default as ExpandRegular } from './ExpandRegular';
|
|
108
117
|
export { default as EyeLight } from './EyeLight';
|
|
109
118
|
export { default as EyeSlashLight } from './EyeSlashLight';
|
|
110
119
|
export { default as EyeSlashThin } from './EyeSlashThin';
|
|
@@ -120,6 +129,7 @@ export { default as FaceSurpriseLight } from './FaceSurpriseLight';
|
|
|
120
129
|
export { default as FamilyLight } from './FamilyLight';
|
|
121
130
|
export { default as Family } from './Family';
|
|
122
131
|
export { default as FaxLight } from './FaxLight';
|
|
132
|
+
export { default as FileArrowDownSolid } from './FileArrowDownSolid';
|
|
123
133
|
export { default as FileAudioThin } from './FileAudioThin';
|
|
124
134
|
export { default as FileImageThin } from './FileImageThin';
|
|
125
135
|
export { default as FileImportLight } from './FileImportLight';
|
|
@@ -177,6 +187,8 @@ export { default as HorizontalRuleRegular } from './HorizontalRuleRegular';
|
|
|
177
187
|
export { default as HourglassClockLight } from './HourglassClockLight';
|
|
178
188
|
export { default as HourglassClockThin } from './HourglassClockThin';
|
|
179
189
|
export { default as HouseBlankLight } from './HouseBlankLight';
|
|
190
|
+
export { default as HouseLight } from './HouseLight';
|
|
191
|
+
export { default as HouseRegular } from './HouseRegular';
|
|
180
192
|
export { default as IdBadgeLight } from './IdBadgeLight';
|
|
181
193
|
export { default as IdCardLight } from './IdCardLight';
|
|
182
194
|
export { default as IdCardThin } from './IdCardThin';
|
|
@@ -198,6 +210,7 @@ export { default as ListTreeLight } from './ListTreeLight';
|
|
|
198
210
|
export { default as ListUlLight } from './ListUlLight';
|
|
199
211
|
export { default as ListUlRegular } from './ListUlRegular';
|
|
200
212
|
export { default as LoaderLight } from './LoaderLight';
|
|
213
|
+
export { default as LocationArrowSolid } from './LocationArrowSolid';
|
|
201
214
|
export { default as LocationDotLight } from './LocationDotLight';
|
|
202
215
|
export { default as LocationPin } from './LocationPin';
|
|
203
216
|
export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
@@ -226,6 +239,7 @@ export { default as MessageThin } from './MessageThin';
|
|
|
226
239
|
export { default as MessagesLight } from './MessagesLight';
|
|
227
240
|
export { default as MicrophoneRegular } from './MicrophoneRegular';
|
|
228
241
|
export { default as MinusLight } from './MinusLight';
|
|
242
|
+
export { default as MinusRegular } from './MinusRegular';
|
|
229
243
|
export { default as MobileLight } from './MobileLight';
|
|
230
244
|
export { default as Mobile } from './Mobile';
|
|
231
245
|
export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
|
|
@@ -254,6 +268,8 @@ export { default as PaintbrushLight } from './PaintbrushLight';
|
|
|
254
268
|
export { default as PaletteLight } from './PaletteLight';
|
|
255
269
|
export { default as PaperPlaneTopLight } from './PaperPlaneTopLight';
|
|
256
270
|
export { default as PaperPlaneTopRegular } from './PaperPlaneTopRegular';
|
|
271
|
+
export { default as PaperclipLight } from './PaperclipLight';
|
|
272
|
+
export { default as PaperclipRegular } from './PaperclipRegular';
|
|
257
273
|
export { default as ParagraphLight } from './ParagraphLight';
|
|
258
274
|
export { default as ParagraphRegular } from './ParagraphRegular';
|
|
259
275
|
export { default as PartyHornLight } from './PartyHornLight';
|
|
@@ -367,6 +383,7 @@ export { default as WalletThin } from './WalletThin';
|
|
|
367
383
|
export { default as Woman } from './Woman';
|
|
368
384
|
export { default as XTwitterBrands } from './XTwitterBrands';
|
|
369
385
|
export { default as XmarkLight } from './XmarkLight';
|
|
386
|
+
export { default as XmarkRegular } from './XmarkRegular';
|
|
370
387
|
export { default as XmarkThin } from './XmarkThin';
|
|
371
388
|
export { default as XmarkToSlotLight } from './XmarkToSlotLight';
|
|
372
389
|
export { default as YoutubeBrands } from './YoutubeBrands';
|
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,8 +16,11 @@ 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';
|
|
22
|
+
export { default as ArrowsMaximizeLight } from './ArrowsMaximizeLight';
|
|
23
|
+
export { default as ArrowsMaximizeRegular } from './ArrowsMaximizeRegular';
|
|
20
24
|
export { default as ArrowsRotateLight } from './ArrowsRotateLight';
|
|
21
25
|
export { default as AtLight } from './AtLight';
|
|
22
26
|
export { default as AwardSimpleLight } from './AwardSimpleLight';
|
|
@@ -60,8 +64,12 @@ export { default as ChartMixedThin } from './ChartMixedThin';
|
|
|
60
64
|
export { default as ChartPieLight } from './ChartPieLight';
|
|
61
65
|
export { default as CheckLight } from './CheckLight';
|
|
62
66
|
export { default as ChevronDownLight } from './ChevronDownLight';
|
|
67
|
+
export { default as ChevronDownRegular } from './ChevronDownRegular';
|
|
63
68
|
export { default as ChevronRightLight } from './ChevronRightLight';
|
|
64
69
|
export { default as ChevronUpLight } from './ChevronUpLight';
|
|
70
|
+
export { default as ChevronUpRegular } from './ChevronUpRegular';
|
|
71
|
+
export { default as ChevronsLeftRegular } from './ChevronsLeftRegular';
|
|
72
|
+
export { default as ChevronsRightRegular } from './ChevronsRightRegular';
|
|
65
73
|
export { default as CircleCheckLight } from './CircleCheckLight';
|
|
66
74
|
export { default as CircleCheckRegular } from './CircleCheckRegular';
|
|
67
75
|
export { default as CircleCheckSolid } from './CircleCheckSolid';
|
|
@@ -105,6 +113,7 @@ export { default as EllipsisVerticalRegular } from './EllipsisVerticalRegular';
|
|
|
105
113
|
export { default as EnvelopeLight } from './EnvelopeLight';
|
|
106
114
|
export { default as EnvelopeRegular } from './EnvelopeRegular';
|
|
107
115
|
export { default as ExclamationLight } from './ExclamationLight';
|
|
116
|
+
export { default as ExpandRegular } from './ExpandRegular';
|
|
108
117
|
export { default as EyeLight } from './EyeLight';
|
|
109
118
|
export { default as EyeSlashLight } from './EyeSlashLight';
|
|
110
119
|
export { default as EyeSlashThin } from './EyeSlashThin';
|
|
@@ -120,6 +129,7 @@ export { default as FaceSurpriseLight } from './FaceSurpriseLight';
|
|
|
120
129
|
export { default as FamilyLight } from './FamilyLight';
|
|
121
130
|
export { default as Family } from './Family';
|
|
122
131
|
export { default as FaxLight } from './FaxLight';
|
|
132
|
+
export { default as FileArrowDownSolid } from './FileArrowDownSolid';
|
|
123
133
|
export { default as FileAudioThin } from './FileAudioThin';
|
|
124
134
|
export { default as FileImageThin } from './FileImageThin';
|
|
125
135
|
export { default as FileImportLight } from './FileImportLight';
|
|
@@ -177,6 +187,8 @@ export { default as HorizontalRuleRegular } from './HorizontalRuleRegular';
|
|
|
177
187
|
export { default as HourglassClockLight } from './HourglassClockLight';
|
|
178
188
|
export { default as HourglassClockThin } from './HourglassClockThin';
|
|
179
189
|
export { default as HouseBlankLight } from './HouseBlankLight';
|
|
190
|
+
export { default as HouseLight } from './HouseLight';
|
|
191
|
+
export { default as HouseRegular } from './HouseRegular';
|
|
180
192
|
export { default as IdBadgeLight } from './IdBadgeLight';
|
|
181
193
|
export { default as IdCardLight } from './IdCardLight';
|
|
182
194
|
export { default as IdCardThin } from './IdCardThin';
|
|
@@ -198,6 +210,7 @@ export { default as ListTreeLight } from './ListTreeLight';
|
|
|
198
210
|
export { default as ListUlLight } from './ListUlLight';
|
|
199
211
|
export { default as ListUlRegular } from './ListUlRegular';
|
|
200
212
|
export { default as LoaderLight } from './LoaderLight';
|
|
213
|
+
export { default as LocationArrowSolid } from './LocationArrowSolid';
|
|
201
214
|
export { default as LocationDotLight } from './LocationDotLight';
|
|
202
215
|
export { default as LocationPin } from './LocationPin';
|
|
203
216
|
export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
@@ -226,6 +239,7 @@ export { default as MessageThin } from './MessageThin';
|
|
|
226
239
|
export { default as MessagesLight } from './MessagesLight';
|
|
227
240
|
export { default as MicrophoneRegular } from './MicrophoneRegular';
|
|
228
241
|
export { default as MinusLight } from './MinusLight';
|
|
242
|
+
export { default as MinusRegular } from './MinusRegular';
|
|
229
243
|
export { default as MobileLight } from './MobileLight';
|
|
230
244
|
export { default as Mobile } from './Mobile';
|
|
231
245
|
export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
|
|
@@ -254,6 +268,8 @@ export { default as PaintbrushLight } from './PaintbrushLight';
|
|
|
254
268
|
export { default as PaletteLight } from './PaletteLight';
|
|
255
269
|
export { default as PaperPlaneTopLight } from './PaperPlaneTopLight';
|
|
256
270
|
export { default as PaperPlaneTopRegular } from './PaperPlaneTopRegular';
|
|
271
|
+
export { default as PaperclipLight } from './PaperclipLight';
|
|
272
|
+
export { default as PaperclipRegular } from './PaperclipRegular';
|
|
257
273
|
export { default as ParagraphLight } from './ParagraphLight';
|
|
258
274
|
export { default as ParagraphRegular } from './ParagraphRegular';
|
|
259
275
|
export { default as PartyHornLight } from './PartyHornLight';
|
|
@@ -367,6 +383,7 @@ export { default as WalletThin } from './WalletThin';
|
|
|
367
383
|
export { default as Woman } from './Woman';
|
|
368
384
|
export { default as XTwitterBrands } from './XTwitterBrands';
|
|
369
385
|
export { default as XmarkLight } from './XmarkLight';
|
|
386
|
+
export { default as XmarkRegular } from './XmarkRegular';
|
|
370
387
|
export { default as XmarkThin } from './XmarkThin';
|
|
371
388
|
export { default as XmarkToSlotLight } from './XmarkToSlotLight';
|
|
372
389
|
export { default as YoutubeBrands } from './YoutubeBrands';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@benefex/icons",
|
|
3
|
-
"version": "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",
|
|
@@ -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"
|