@benefex/icons 0.0.0-PR-BN1763 → 0.0.0-PR-BN2054
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/BuildingUserLight.d.ts +4 -0
- package/dist/BuildingUserLight.js +5 -0
- package/dist/CalendarCirclePlus.d.ts +4 -0
- package/dist/CalendarCirclePlus.js +5 -0
- package/dist/CircleXmarkLight.d.ts +4 -0
- package/dist/CircleXmarkLight.js +5 -0
- package/dist/Family.d.ts +4 -0
- package/dist/Family.js +5 -0
- package/dist/FamilyLight.d.ts +4 -0
- package/dist/FamilyLight.js +5 -0
- package/dist/FileSignature.d.ts +4 -0
- package/dist/FileSignature.js +5 -0
- package/dist/IdBadgeLight.d.ts +4 -0
- package/dist/IdBadgeLight.js +5 -0
- package/dist/KeyLight.d.ts +4 -0
- package/dist/KeyLight.js +5 -0
- package/dist/LocationPin.d.ts +4 -0
- package/dist/LocationPin.js +11 -0
- package/dist/Man.d.ts +4 -0
- package/dist/Man.js +5 -0
- package/dist/Mobile.d.ts +4 -0
- package/dist/Mobile.js +5 -0
- package/dist/PeopleGroup.d.ts +4 -0
- package/dist/PeopleGroup.js +5 -0
- package/dist/ReceiptLight.d.ts +4 -0
- package/dist/ReceiptLight.js +5 -0
- package/dist/ReceiptThin.d.ts +4 -0
- package/dist/ReceiptThin.js +5 -0
- package/dist/StepMarker.d.ts +4 -0
- package/dist/StepMarker.js +17 -0
- package/dist/TagLight.d.ts +4 -0
- package/dist/TagLight.js +5 -0
- package/dist/UserCircle.d.ts +4 -0
- package/dist/UserCircle.js +18 -0
- package/dist/UserPin.d.ts +4 -0
- package/dist/UserPin.js +12 -0
- package/dist/UsersSolidFull.d.ts +4 -0
- package/dist/UsersSolidFull.js +5 -0
- package/dist/Woman.d.ts +4 -0
- package/dist/Woman.js +5 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.js +20 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const BuildingUserLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M128 32h256c17.7 0 32 14.3 32 32v140.1c9.6-7.7 20.4-14.1 32-18.8V64c0-35.3-28.7-64-64-64H128C92.7 0 64 28.7 64 64v384c0 35.3 28.7 64 64 64h176v-2.9c0-23.6 5.8-45.8 16-65.3V400c0-26.5-21.5-48-48-48h-32c-26.5 0-48 21.5-48 48v80h-64c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32m96 448v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80zm64-352v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16m16 96c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-128-96v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16m16 96c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm304 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96m0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160M352 512v16c0 8.8 7.2 16 16 16s16-7.2 16-16v-16c0-35.3 28.7-64 64-64h96c35.3 0 64 28.7 64 64v16c0 8.8 7.2 16 16 16s16-7.2 16-16v-16c0-53-43-96-96-96h-96c-53 0-96 43-96 96" })));
|
|
5
|
+
export default BuildingUserLight;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const CalendarCirclePlus = ({ 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: "M96 32c0-17.67 14.3-32 32-32s32 14.33 32 32v32h128V32c0-17.67 14.3-32 32-32s32 14.33 32 32v32h48c26.5 0 48 21.49 48 48v48H0v-48c0-26.51 21.49-48 48-48h48zm320 160.7c-89.7 8.1-160 83.5-160 175.3 0 59.5 29.6 112.1 74.8 144H48c-26.51 0-48-21.5-48-48V192h416zM576 368c0 79.5-64.5 144-144 144s-144-64.5-144-144 64.5-144 144-144 144 64.5 144 144m-160-64.9v48h-48c-8.8 0-16 8.1-16 16 0 9.7 7.2 16 16 16h48v48c0 9.7 7.2 16 16 16s16-6.3 16-16v-48h48c8.8 0 16-6.3 16-16 0-7.9-7.2-16-16-16h-48v-48c0-7.9-7.2-16-16-16s-16 8.1-16 16" })));
|
|
5
|
+
export default CalendarCirclePlus;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const CircleXmarkLight = ({ 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: "M180.7 180.7c6.2-6.3 16.4-6.3 22.6 0l52.7 52.7 52.7-52.7c6.2-6.3 16.4-6.3 22.6 0 6.3 6.2 6.3 16.4 0 22.6L278.6 256l52.7 52.7c6.3 6.2 6.3 16.4 0 22.6-6.2 6.3-16.4 6.3-22.6 0L256 278.6l-52.7 52.7c-6.2 6.3-16.4 6.3-22.6 0-6.3-6.2-6.3-16.4 0-22.6l52.7-52.7-52.7-52.7c-6.3-6.2-6.3-16.4 0-22.6M512 256c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0s256 114.6 256 256M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32" })));
|
|
5
|
+
export default CircleXmarkLight;
|
package/dist/Family.d.ts
ADDED
package/dist/Family.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const Family = ({ 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: "M176 407.4c-19.1-11.1-32-31.8-32-55.4v-48c0-34.31 21.72-63.65 52.13-74.99C183.6 214.9 176 196.3 176 176c0-4.561.61-8.965 1.347-13.32C171.8 161.1 166.1 160 160 160H96c-35.35 0-64 28.7-64 64v96c0 17.67 14.33 32 32 32v128c0 17.67 14.33 32 32 32h64c8.014 0 15.12-3.229 20.73-8.096C177.7 496.5 176 488.5 176 480zM384 128c35.38 0 64-28.62 64-64S419.38 0 384 0s-64 28.62-64 64 28.6 64 64 64m-256 0c35.38 0 64-28.62 64-64S163.4 0 128 0 64 28.62 64 64s28.63 64 64 64m377.5 215.2-42.4-148.4c-5.8-20.6-24.7-34.8-47-34.8h-65.99c-5.713 0-11.17 1.143-16.32 3.014C335.4 167.3 336 171.6 336 176c0 20.31-7.609 38.88-20.13 53.01C346.3 240.3 368 269.7 368 304v48c0 23.64-12.88 44.33-32 55.41V480c0 8.461-1.736 16.5-4.732 23.9C336.9 508.8 343.1 512 352 512h64c17.67 0 32-14.33 32-32v-96h26.78c21.22 0 36.62-20.3 30.72-40.8M336 304c0-26.5-21.5-48-48-48h-64c-26.5 0-48 21.5-48 48v48c0 17.67 14.33 32 32 32v96c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-96c17.67 0 32-14.33 32-32zm-80-80c26.53 0 48-21.47 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48" })));
|
|
5
|
+
export default Family;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const FamilyLight = ({ 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: "M384 128c35.38 0 64-28.62 64-64S419.38 0 384 0s-64 28.62-64 64 28.6 64 64 64m0-96c17.64 0 32 14.36 32 32s-14.36 32-32 32-32-14.36-32-32 14.4-32 32-32m121.5 311.2-39.08-136.8C458.6 178.9 433.5 160 404.9 160h-70.55c1.05 5.2 1.65 10.5 1.65 16s-.6 10.8-1.6 16h70.55c14.29 0 26.84 9.471 30.77 23.21L474.8 352H368v32h48v112c0 8.844 7.156 16 16 16s16-7.156 16-16V384h26.78c21.22 0 36.62-20.3 30.72-40.8M64 224c0-17.64 14.36-32 32-32h81.62c-1.02-5.2-1.62-10.5-1.62-16s.6-10.8 1.6-16H96c-35.35 0-64 28.7-64 64v96c0 17.67 14.33 32 32 32v144c0 8.8 7.16 16 16 16s16-7.2 16-16V352h48v-32H64zm64-96c35.38 0 64-28.62 64-64S163.4 0 128 0 64 28.62 64 64s28.63 64 64 64m0-96c17.64 0 32 14.36 32 32s-14.4 32-32 32-32-14.36-32-32 14.4-32 32-32m128 208c30.95 0 56-25.05 56-56s-25.9-56-56-56-56 25-56 56 25 56 56 56m0-80c13.23 0 24 10.77 24 24s-10.77 24-24 24-24-10.8-24-24 10.8-24 24-24m32 112h-64c-26.51 0-48 21.49-48 48v64c0 17.67 14.33 32 32 32v64c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-64c17.67 0 32-14.33 32-32v-64c0-26.5-21.5-48-48-48m16 112h-32v96h-32v-96h-32v-64c0-8.822 7.178-16 16-16h64c8.822 0 16 7.178 16 16z" })));
|
|
5
|
+
export default FamilyLight;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const FileSignature = ({ 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: "M560.9 136 536 111.1c-20.25-20.25-53-20.25-73.25 0L303.5 269.8c-30.1 30-47.4 71.5-47.5 114-3.875-.25-7.5-2.387-9.375-6.262-11.88-23.88-46.25-30.38-66-14.12l-13.88-41.63C163.5 311.9 154.4 305.3 144 305.3s-19.5 6.625-22.75 16.5L103 376.4c-1.5 4.6-5.75 7.6-10.62 7.6H80c-8.87 0-16 7.1-16 16s7.13 16 16 16h12.4c18.62 0 35.1-11.88 40.98-29.5L144 354.6l16.8 50.4c4.6 13.6 23.2 14.9 29.5 2.1l7.749-15.38c4-8 15.69-8.5 20.19.375C225.4 406.6 239.9 415.7 256 415.9l32 .1c66.84 0 112.1-46.3 114.1-47.5l158.8-159.3c9.7-9.7 15.1-22.8 15.1-36.6s-5.4-26.8-15.1-36.6M379.5 346c-24.2 24.3-57.1 37.9-91.5 37.9 0-34.38 13.75-67.32 37.1-91.44l120.6-119.9 52.75 52.75zm158.8-159.4L517 207.8 464.3 155l21.12-21.25c7.75-7.625 20.25-7.749 28 0l24.88 24.88c7.6 7.77 7.6 20.27 0 27.97M364.4 448c-6.629 0-13.1 3.795-15.2 10.1-5.1 12.7-16.2 21.9-31.1 21.9H62.9c-17.62 0-31.89-14.33-31.89-32V64c0-17.67 14.28-32 31.89-32h127.6v112c0 26.51 21.42 48 47.84 48h64.07c8.652 0 15.66-7.037 15.66-15.72v-.58c.03-8.7-6.17-15.7-14.77-15.7h-64.1c-8.8 0-15.9-7.2-15.9-16V34.08c4.461 1.566 8.637 3.846 12.08 7.299l89.85 90.14c6.117 6.139 16.04 6.139 22.15 0l.32-.419c6.117-6.139 6.117-16.09 0-22.23l-89.8-90.12C245.9 6.742 229.7 0 212.8 0H63.93C28.7 0 0 28.65 0 64l.007 384c0 35.35 28.7 64 63.93 64h255c28.2 0 52.12-18.36 60.55-43.8 3.313-10-4.587-20.2-15.087-20.2" })));
|
|
5
|
+
export default FileSignature;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const IdBadgeLight = ({ 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 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM0 64C0 28.7 28.7 0 64 0h256c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm224 160a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-96 0a64 64 0 1 1 128 0 64 64 0 1 1-128 0m0-144c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16m-16 320c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16s-16-7.2-16-16c0-26.5-21.5-48-48-48h-64c-26.5 0-48 21.5-48 48" })));
|
|
5
|
+
export default IdBadgeLight;
|
package/dist/KeyLight.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const KeyLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M256 240c0-79.5 64.5-144 144-144s144 64.5 144 144-64.5 144-144 144c-11.1 0-22-1.3-32.4-3.6-5.4-1.2-11 .4-14.9 4.3L321.4 416H272c-8.8 0-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16v48H96v-81.4l162.8-162.8c4.2-4.2 5.7-10.5 3.9-16.2-4.4-13.8-6.7-28.4-6.7-43.7zM400 64c-97.2 0-176 78.8-176 176 0 15.1 1.9 29.8 5.5 43.9L68.7 444.7c-3 3-4.7 7.1-4.7 11.3v104c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16v-48h40c4.2 0 8.3-1.7 11.3-4.7l30-30c10 1.8 20.2 2.7 30.7 2.7 97.2 0 176-78.8 176-176S497.2 64 400 64m32 168c13.3 0 24-10.7 24-24s-10.7-24-24-24-24 10.7-24 24 10.7 24 24 24" })));
|
|
5
|
+
export default KeyLight;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const LocationPin = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", style: {
|
|
3
|
+
overflow: 'visible',
|
|
4
|
+
}, viewBox: "0 0 41 48", "aria-labelledby": titleId, ...props },
|
|
5
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
6
|
+
React.createElement("defs", null,
|
|
7
|
+
React.createElement("filter", { id: "location-pin_svg__a", width: 120, height: 160, x: -40, y: -40, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
8
|
+
React.createElement("feDropShadow", { dx: 0, dy: 2, floodOpacity: 0.25, stdDeviation: 3 }))),
|
|
9
|
+
React.createElement("g", { filter: "url(#location-pin_svg__a)" },
|
|
10
|
+
React.createElement("path", { fill: "currentColor", stroke: "#fff", strokeWidth: 4, d: "M10.25 10.26c5.66-5.68 14.84-5.68 20.5 0 5.67 5.69 5.67 14.92 0 20.61L20.5 41.16 10.25 30.87c-5.67-5.69-5.67-14.92 0-20.61Z" }))));
|
|
11
|
+
export default LocationPin;
|
package/dist/Man.d.ts
ADDED
package/dist/Man.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const Man = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M10.5 21v-6H9a.97.97 0 0 1-.713-.287A.97.97 0 0 1 8 14V9q0-.825.588-1.412A1.93 1.93 0 0 1 10 7h4q.825 0 1.412.588Q16 8.175 16 9v5q0 .424-.287.713A.97.97 0 0 1 15 15h-1.5v6q0 .424-.287.712A.97.97 0 0 1 12.5 22h-1a.97.97 0 0 1-.713-.288A.97.97 0 0 1 10.5 21M12 6q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 4q0-.824.588-1.412A1.93 1.93 0 0 1 12 2q.825 0 1.412.587Q14 3.176 14 4q0 .824-.588 1.412A1.93 1.93 0 0 1 12 6" })));
|
|
5
|
+
export default Man;
|
package/dist/Mobile.d.ts
ADDED
package/dist/Mobile.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const Mobile = ({ 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: "M288 0H96C60.65 0 32 28.65 32 64v384c0 35.35 28.65 64 64 64h192c35.35 0 64-28.65 64-64V64c0-35.35-28.7-64-64-64m32 448c0 17.64-14.36 32-32 32H96c-17.64 0-32-14.36-32-32V64c0-17.64 14.36-32 32-32h192c17.64 0 32 14.36 32 32zm-96-48h-64c-8.836 0-16 7.162-16 16 0 8.836 7.164 16 16 16h64c8.836 0 16-7.164 16-16 0-8.8-7.2-16-16-16" })));
|
|
5
|
+
export default Mobile;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const PeopleGroup = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M1 18a.97.97 0 0 1-.712-.288A.97.97 0 0 1 0 17v-.575q0-1.075 1.1-1.75T4 14q.325 0 .625.012.3.014.575.063-.35.525-.525 1.1a4.1 4.1 0 0 0-.175 1.2V18zm6 0a.97.97 0 0 1-.713-.288A.97.97 0 0 1 6 17v-.625q0-.799.438-1.463.437-.662 1.237-1.162.799-.5 1.913-.75 1.112-.25 2.412-.25 1.325 0 2.438.25 1.112.25 1.912.75t1.225 1.162.425 1.463V17q0 .424-.288.712A.97.97 0 0 1 17 18zm12.5 0v-1.625q0-.65-.163-1.225a4 4 0 0 0-.487-1.075q.274-.05.563-.062Q19.7 14 20 14q1.8 0 2.9.662 1.1.663 1.1 1.763V17q0 .424-.288.712A.97.97 0 0 1 23 18zM8.125 16H15.9q-.25-.5-1.388-.875T12 14.75t-2.512.375T8.125 16M4 13q-.824 0-1.412-.588A1.93 1.93 0 0 1 2 11q0-.85.587-1.425A1.95 1.95 0 0 1 4 9q.85 0 1.425.575T6 11q0 .825-.575 1.412A1.91 1.91 0 0 1 4 13m16 0q-.824 0-1.413-.588A1.93 1.93 0 0 1 18 11q0-.85.587-1.425A1.95 1.95 0 0 1 20 9q.85 0 1.425.575T22 11q0 .825-.575 1.412A1.91 1.91 0 0 1 20 13m-8-1a2.9 2.9 0 0 1-2.125-.875A2.9 2.9 0 0 1 9 9q0-1.275.875-2.137T12 6q1.275 0 2.137.862Q15 7.726 15 9q0 1.25-.863 2.125Q13.276 12 12 12m0-2q.424 0 .713-.287A.97.97 0 0 0 13 9a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 8a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 9q0 .424.287.713.288.287.713.287" })));
|
|
5
|
+
export default PeopleGroup;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const ReceiptLight = ({ 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: "M288 143.1c8.8 0 16 8.1 16 16 0 9.7-7.2 16-16 16H96c-8.84 0-16-6.3-16-16 0-7.9 7.16-16 16-16zM80 352c0-8.8 7.16-16 16-16h192c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.84 0-16-7.2-16-16m208-112.9c8.8 0 16 8.1 16 16 0 9.7-7.2 16-16 16H96c-8.84 0-16-6.3-16-16 0-7.9 7.16-16 16-16zM79.27 50.1 124.7 4.687c6.2-6.249 16.4-6.249 22.6 0L192 49.37l44.7-44.683c6.2-6.249 16.4-6.249 22.6 0L304.7 50.1l52.8-46.141a15.92 15.92 0 0 1 17.1-2.529C380.3 4.024 384 9.722 384 16v480c0 6.3-3.7 11.1-9.4 14.6-5.7 2.6-12.4 1.6-17.1-2.6l-52.8-46.1-45.4 45.4c-6.2 6.3-16.4 6.3-22.6 0L192 462.6l-44.7 44.7c-6.2 6.3-16.4 6.3-22.6 0l-45.43-45.4L26.54 508c-4.73 4.2-11.43 5.2-17.152 2.6C3.671 507.1 0 502.3 0 496V16A16 16 0 0 1 26.54 3.959zm-9.81 377c6.34-4.7 15.9-4.4 21.85 1.6L136 473.4l44.7-44.7c6.2-6.3 16.4-6.3 22.6 0l44.7 44.7 44.7-44.7c5.9-6 15.5-6.3 21.8-1.6l37.5 33.6V51.26l-37.5 32.78c-6.3 5.55-15.9 5.23-21.8-.73L248 38.63l-44.7 44.68c-6.2 6.25-16.4 6.25-22.6 0L136 38.63 91.31 83.31c-5.95 5.96-15.51 6.28-21.85.73L32 51.26V460.7z" })));
|
|
5
|
+
export default ReceiptLight;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const ReceiptThin = ({ 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: "M288 151.1c4.4 0 8 4.5 8 8 0 5.3-3.6 8-8 8H96c-4.42 0-8-2.7-8-8 0-3.5 3.58-8 8-8zM88 352c0-4.4 3.58-8 8-8h192c4.4 0 8 3.6 8 8s-3.6 8-8 8H96c-4.42 0-8-3.6-8-8m200-104.9c4.4 0 8 4.5 8 8 0 5.3-3.6 8-8 8H96c-4.42 0-8-2.7-8-8 0-3.5 3.58-8 8-8zM72 53.37l58.7-51.391c3.2-2.773 8-2.614 11 .364l50.7 50.707 58.3-51.07c3.2-2.774 8-2.615 11 .364l50.7 50.706 58.3-51.07c2.4-2.067 5.7-2.561 8.6-1.264S384 4.862 384 8V504c0 3.1-1.8 5.1-4.7 7.3-2.9 1.3-6.2.8-8.6-1.3l-58.3-51.9-50.7 51.6c-3 2.9-7.8 3.1-11 .3L192 458.6 133.3 510c-3.2 2.8-8 2.6-11-.3l-50.66-51.6L13.27 510a7.94 7.94 0 0 1-8.576 1.3C1.836 509.1 0 507.1 0 504V8.001A8.001 8.001 0 0 1 13.27 1.98zM66.73 441.1c3.17-1.9 7.95-1.7 10.93 1.2L128.4 493l58.3-51.9c3-1.8 7.6-1.8 10.6 0l58.3 51.9 50.7-50.7c3-2.9 7.8-3.1 11-1.2l50.7 45.3V25.63l-50.7 44.39c-3.2 2.77-8 2.61-11-.36l-50.7-50.71-58.3 51.07c-3.2 2.77-8 2.61-11-.36l-50.7-50.71-58.33 51.07a8 8 0 0 1-10.54 0L16 25.63V486.4z" })));
|
|
5
|
+
export default ReceiptThin;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const StepMarker = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 48 48", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("g", { filter: "url(#step-marker_svg__a)" },
|
|
5
|
+
React.createElement("rect", { width: 40, height: 40, x: 4, y: 4, fill: "currentColor", rx: 20 }),
|
|
6
|
+
React.createElement("rect", { width: 36, height: 36, x: 6, y: 6, stroke: "#fff", strokeWidth: 4, rx: 18 })),
|
|
7
|
+
React.createElement("defs", null,
|
|
8
|
+
React.createElement("filter", { id: "step-marker_svg__a", width: 48, height: 48, x: 0, y: 0, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
9
|
+
React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
10
|
+
React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
11
|
+
React.createElement("feOffset", null),
|
|
12
|
+
React.createElement("feGaussianBlur", { stdDeviation: 2 }),
|
|
13
|
+
React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
14
|
+
React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
|
|
15
|
+
React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1007472_33036" }),
|
|
16
|
+
React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1007472_33036", result: "shape" })))));
|
|
17
|
+
export default StepMarker;
|
package/dist/TagLight.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const TagLight = ({ 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: "M88 144c0-13.3 10.75-24 24-24 13.3 0 24 10.7 24 24s-10.7 24-24 24c-13.25 0-24-10.7-24-24M0 80c0-26.51 21.49-48 48-48h149.5c17 0 33.2 6.74 45.2 18.75l176 175.95c25 25 25 65.6 0 90.6L285.3 450.7c-25 25-65.6 25-90.6 0l-175.95-176C6.743 262.7 0 246.5 0 229.5zm41.37 172.1 176.03 176c12.5 12.5 32.7 12.5 45.2 0l133.5-133.5c12.5-12.5 12.5-32.7 0-45.2l-176-176.03c-6-6-15-9.37-22.6-9.37H48c-8.84 0-16 7.16-16 16v149.5c0 7.6 3.37 16.6 9.37 22.6m0 0-22.62 22.6z" })));
|
|
5
|
+
export default TagLight;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const UserCircle = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 48 48", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("g", { filter: "url(#user-circle_svg__a)" },
|
|
5
|
+
React.createElement("rect", { width: 40, height: 40, x: 4, y: 4, fill: "currentColor", rx: 20 }),
|
|
6
|
+
React.createElement("rect", { width: 36, height: 36, x: 6, y: 6, stroke: "#fff", strokeWidth: 4, rx: 18 }),
|
|
7
|
+
React.createElement("path", { fill: "#fff", d: "M24 24a2.9 2.9 0 0 1-2.125-.875A2.9 2.9 0 0 1 21 21q0-1.25.875-2.125A2.9 2.9 0 0 1 24 18q1.25 0 2.125.875T27 21t-.875 2.125A2.9 2.9 0 0 1 24 24m-6 4.5V28q0-.48.26-.906.261-.428.72-.719a10.2 10.2 0 0 1 2.422-1.02 9.66 9.66 0 0 1 5.192 0q1.281.353 2.427 1.02.458.27.719.708T30 28v.5q0 .62-.44 1.06-.442.44-1.06.44h-9.006q-.62 0-1.056-.44A1.45 1.45 0 0 1 18 28.5m1.5 0h9V28a.33.33 0 0 0-.063-.196.4.4 0 0 0-.166-.137 7.8 7.8 0 0 0-2.042-.875A8.5 8.5 0 0 0 24 26.5q-1.146 0-2.23.292a7.8 7.8 0 0 0-2.04.875q-.105.083-.168.16A.27.27 0 0 0 19.5 28zm4.504-6q.621 0 1.058-.442t.438-1.062-.442-1.058a1.46 1.46 0 0 0-1.062-.438q-.621 0-1.058.442a1.46 1.46 0 0 0-.438 1.062q0 .621.442 1.058t1.062.438" })),
|
|
8
|
+
React.createElement("defs", null,
|
|
9
|
+
React.createElement("filter", { id: "user-circle_svg__a", width: 48, height: 48, x: 0, y: 0, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
10
|
+
React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
11
|
+
React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
12
|
+
React.createElement("feOffset", null),
|
|
13
|
+
React.createElement("feGaussianBlur", { stdDeviation: 2 }),
|
|
14
|
+
React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
15
|
+
React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
|
|
16
|
+
React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1009275_3186" }),
|
|
17
|
+
React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1009275_3186", result: "shape" })))));
|
|
18
|
+
export default UserCircle;
|
package/dist/UserPin.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const UserPin = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", style: {
|
|
3
|
+
overflow: 'visible',
|
|
4
|
+
}, viewBox: "0 0 41 48", "aria-labelledby": titleId, ...props },
|
|
5
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
6
|
+
React.createElement("defs", null,
|
|
7
|
+
React.createElement("filter", { id: "user-pin_svg__a", width: 120, height: 160, x: -40, y: -40, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
8
|
+
React.createElement("feDropShadow", { dx: 0, dy: 2, floodOpacity: 0.25, stdDeviation: 3 }))),
|
|
9
|
+
React.createElement("g", { filter: "url(#user-pin_svg__a)" },
|
|
10
|
+
React.createElement("path", { fill: "currentColor", stroke: "#fff", strokeWidth: 4, d: "M10.25 10.26c5.66-5.68 14.84-5.68 20.5 0 5.67 5.69 5.67 14.92 0 20.61L20.5 41.16 10.25 30.87c-5.67-5.69-5.67-14.92 0-20.61Z" }),
|
|
11
|
+
React.createElement("path", { fill: "#fff", d: "M20.5 21.5a2.9 2.9 0 0 1-2.125-.875A2.9 2.9 0 0 1 17.5 18.5q0-1.25.875-2.125A2.9 2.9 0 0 1 20.5 15.5q1.25 0 2.125.875T23.5 18.5t-.875 2.125a2.9 2.9 0 0 1-2.125.875m-6 4.5v-.5q0-.48.26-.906.261-.428.72-.719a10.2 10.2 0 0 1 2.422-1.02 9.66 9.66 0 0 1 5.192 0q1.281.353 2.427 1.02.458.27.719.708t.26.917v.5q0 .62-.44 1.06-.442.44-1.06.44h-9.006q-.62 0-1.056-.44A1.45 1.45 0 0 1 14.5 26m1.5 0h9v-.5a.33.33 0 0 0-.063-.196.4.4 0 0 0-.166-.137 7.8 7.8 0 0 0-2.042-.875A8.5 8.5 0 0 0 20.5 24q-1.146 0-2.23.292a7.8 7.8 0 0 0-2.04.875q-.105.083-.168.16A.27.27 0 0 0 16 25.5zm4.504-6q.621 0 1.058-.442T22 18.496t-.442-1.058A1.46 1.46 0 0 0 20.496 17q-.621 0-1.058.442A1.46 1.46 0 0 0 19 18.504q0 .621.442 1.058t1.062.438" }))));
|
|
12
|
+
export default UserPin;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const UsersSolidFull = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M320 80c57.4 0 104 46.6 104 104s-46.6 104-104 104-104-46.6-104-104S262.6 80 320 80M96 152c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72M0 480c0-70.7 57.3-128 128-128 12.8 0 25.2 1.9 36.9 5.4C132 394.2 112 442.8 112 496v16c0 11.4 2.4 22.2 6.7 32H32c-17.7 0-32-14.3-32-32zm521.3 64c4.3-9.8 6.7-20.6 6.7-32v-16c0-53.2-20-101.8-52.9-138.6 11.7-3.5 24.1-5.4 36.9-5.4 70.7 0 128 57.3 128 128v32c0 17.7-14.3 32-32 32zM472 224c0-39.8 32.2-72 72-72s72 32.2 72 72-32.2 72-72 72-72-32.2-72-72M160 496c0-88.4 71.6-160 160-160s160 71.6 160 160v16c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32z" })));
|
|
5
|
+
export default UsersSolidFull;
|
package/dist/Woman.d.ts
ADDED
package/dist/Woman.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const Woman = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M10.5 21v-5H8.475a.95.95 0 0 1-.825-.437.95.95 0 0 1-.1-.938l2.5-6.325q.25-.6.775-.95T12 7t1.175.35.775.95l2.5 6.325q.2.5-.1.938a.95.95 0 0 1-.825.437H13.5v5q0 .424-.287.712A.97.97 0 0 1 12.5 22h-1a.97.97 0 0 1-.713-.288A.97.97 0 0 1 10.5 21M12 6q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 4q0-.824.588-1.412A1.93 1.93 0 0 1 12 2q.825 0 1.412.587Q14 3.176 14 4q0 .824-.588 1.412A1.93 1.93 0 0 1 12 6" })));
|
|
5
|
+
export default Woman;
|
package/dist/index.d.ts
CHANGED
|
@@ -43,6 +43,8 @@ export { default as BrainLight } from './BrainLight';
|
|
|
43
43
|
export { default as BrainRegular } from './BrainRegular';
|
|
44
44
|
export { default as BriefcaseThin } from './BriefcaseThin';
|
|
45
45
|
export { default as BuildingLight } from './BuildingLight';
|
|
46
|
+
export { default as BuildingUserLight } from './BuildingUserLight';
|
|
47
|
+
export { default as CalendarCirclePlus } from './CalendarCirclePlus';
|
|
46
48
|
export { default as CalendarLight } from './CalendarLight';
|
|
47
49
|
export { default as CalendarThin } from './CalendarThin';
|
|
48
50
|
export { default as CameraLight } from './CameraLight';
|
|
@@ -75,6 +77,7 @@ export { default as CircleQuestionLight } from './CircleQuestionLight';
|
|
|
75
77
|
export { default as CircleQuestionRegular } from './CircleQuestionRegular';
|
|
76
78
|
export { default as CircleQuestionSolid } from './CircleQuestionSolid';
|
|
77
79
|
export { default as CircleQuestionThin } from './CircleQuestionThin';
|
|
80
|
+
export { default as CircleXmarkLight } from './CircleXmarkLight';
|
|
78
81
|
export { default as CircleXmarkSolid } from './CircleXmarkSolid';
|
|
79
82
|
export { default as ClapperboardPlayLight } from './ClapperboardPlayLight';
|
|
80
83
|
export { default as ClipboardLight } from './ClipboardLight';
|
|
@@ -113,6 +116,8 @@ export { default as FaceMehLight } from './FaceMehLight';
|
|
|
113
116
|
export { default as FacePartyLight } from './FacePartyLight';
|
|
114
117
|
export { default as FaceSmileLight } from './FaceSmileLight';
|
|
115
118
|
export { default as FaceSurpriseLight } from './FaceSurpriseLight';
|
|
119
|
+
export { default as FamilyLight } from './FamilyLight';
|
|
120
|
+
export { default as Family } from './Family';
|
|
116
121
|
export { default as FaxLight } from './FaxLight';
|
|
117
122
|
export { default as FileAudioThin } from './FileAudioThin';
|
|
118
123
|
export { default as FileImageThin } from './FileImageThin';
|
|
@@ -124,6 +129,7 @@ export { default as FilePdfLight } from './FilePdfLight';
|
|
|
124
129
|
export { default as FilePdfRegular } from './FilePdfRegular';
|
|
125
130
|
export { default as FilePdfThin } from './FilePdfThin';
|
|
126
131
|
export { default as FilePlusLight } from './FilePlusLight';
|
|
132
|
+
export { default as FileSignature } from './FileSignature';
|
|
127
133
|
export { default as FileSlash } from './FileSlash';
|
|
128
134
|
export { default as FileVideoThin } from './FileVideoThin';
|
|
129
135
|
export { default as FileXmarkLight } from './FileXmarkLight';
|
|
@@ -170,6 +176,7 @@ export { default as HorizontalRuleRegular } from './HorizontalRuleRegular';
|
|
|
170
176
|
export { default as HourglassClockLight } from './HourglassClockLight';
|
|
171
177
|
export { default as HourglassClockThin } from './HourglassClockThin';
|
|
172
178
|
export { default as HouseBlankLight } from './HouseBlankLight';
|
|
179
|
+
export { default as IdBadgeLight } from './IdBadgeLight';
|
|
173
180
|
export { default as IdCardLight } from './IdCardLight';
|
|
174
181
|
export { default as IdCardThin } from './IdCardThin';
|
|
175
182
|
export { default as ImageLight } from './ImageLight';
|
|
@@ -177,6 +184,7 @@ export { default as ImageRegular } from './ImageRegular';
|
|
|
177
184
|
export { default as ImageSolid } from './ImageSolid';
|
|
178
185
|
export { default as ImagesLight } from './ImagesLight';
|
|
179
186
|
export { default as ItalicRegular } from './ItalicRegular';
|
|
187
|
+
export { default as KeyLight } from './KeyLight';
|
|
180
188
|
export { default as LaptopMobileLight } from './LaptopMobileLight';
|
|
181
189
|
export { default as LinkLight } from './LinkLight';
|
|
182
190
|
export { default as LinkRegular } from './LinkRegular';
|
|
@@ -190,12 +198,14 @@ export { default as ListUlLight } from './ListUlLight';
|
|
|
190
198
|
export { default as ListUlRegular } from './ListUlRegular';
|
|
191
199
|
export { default as LoaderLight } from './LoaderLight';
|
|
192
200
|
export { default as LocationDotLight } from './LocationDotLight';
|
|
201
|
+
export { default as LocationPin } from './LocationPin';
|
|
193
202
|
export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
194
203
|
export { default as LockKeyholeThin } from './LockKeyholeThin';
|
|
195
204
|
export { default as LotusThin } from './LotusThin';
|
|
196
205
|
export { default as MagnifyingGlassLight } from './MagnifyingGlassLight';
|
|
197
206
|
export { default as MagnifyingGlassRegular } from './MagnifyingGlassRegular';
|
|
198
207
|
export { default as MagnifyingGlassThin } from './MagnifyingGlassThin';
|
|
208
|
+
export { default as Man } from './Man';
|
|
199
209
|
export { default as MapLocationLight } from './MapLocationLight';
|
|
200
210
|
export { default as MemoCircleInfoThin } from './MemoCircleInfoThin';
|
|
201
211
|
export { default as MessageDotsLight } from './MessageDotsLight';
|
|
@@ -215,6 +225,7 @@ export { default as MessagesLight } from './MessagesLight';
|
|
|
215
225
|
export { default as MicrophoneRegular } from './MicrophoneRegular';
|
|
216
226
|
export { default as MinusLight } from './MinusLight';
|
|
217
227
|
export { default as MobileLight } from './MobileLight';
|
|
228
|
+
export { default as Mobile } from './Mobile';
|
|
218
229
|
export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
|
|
219
230
|
export { default as MoneyBillTransferThin } from './MoneyBillTransferThin';
|
|
220
231
|
export { default as MoneyFromBracketLight } from './MoneyFromBracketLight';
|
|
@@ -253,6 +264,7 @@ export { default as PenToSquareLight } from './PenToSquareLight';
|
|
|
253
264
|
export { default as PenToSquareRegular } from './PenToSquareRegular';
|
|
254
265
|
export { default as PenToSquareThin } from './PenToSquareThin';
|
|
255
266
|
export { default as PeopleGroupLight } from './PeopleGroupLight';
|
|
267
|
+
export { default as PeopleGroup } from './PeopleGroup';
|
|
256
268
|
export { default as PercentThin } from './PercentThin';
|
|
257
269
|
export { default as PhoneLight } from './PhoneLight';
|
|
258
270
|
export { default as PhoneRegular } from './PhoneRegular';
|
|
@@ -266,6 +278,8 @@ export { default as PrintThin } from './PrintThin';
|
|
|
266
278
|
export { default as QrcodeLight } from './QrcodeLight';
|
|
267
279
|
export { default as QuestionLight } from './QuestionLight';
|
|
268
280
|
export { default as QuotesLight } from './QuotesLight';
|
|
281
|
+
export { default as ReceiptLight } from './ReceiptLight';
|
|
282
|
+
export { default as ReceiptThin } from './ReceiptThin';
|
|
269
283
|
export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
|
|
270
284
|
export { default as RocketLight } from './RocketLight';
|
|
271
285
|
export { default as SackDollarLight } from './SackDollarLight';
|
|
@@ -298,6 +312,7 @@ export { default as SquareUpThin } from './SquareUpThin';
|
|
|
298
312
|
export { default as StarLight } from './StarLight';
|
|
299
313
|
export { default as StarSolid } from './StarSolid';
|
|
300
314
|
export { default as StarsLight } from './StarsLight';
|
|
315
|
+
export { default as StepMarker } from './StepMarker';
|
|
301
316
|
export { default as StopwatchLight } from './StopwatchLight';
|
|
302
317
|
export { default as StoreLight } from './StoreLight';
|
|
303
318
|
export { default as StrikethroughRegular } from './StrikethroughRegular';
|
|
@@ -306,6 +321,7 @@ export { default as TableColumnsRegular } from './TableColumnsRegular';
|
|
|
306
321
|
export { default as TableLight } from './TableLight';
|
|
307
322
|
export { default as TableRegular } from './TableRegular';
|
|
308
323
|
export { default as TableThin } from './TableThin';
|
|
324
|
+
export { default as TagLight } from './TagLight';
|
|
309
325
|
export { default as TextSizeLight } from './TextSizeLight';
|
|
310
326
|
export { default as TextSlashRegular } from './TextSlashRegular';
|
|
311
327
|
export { default as ThumbsDownLight } from './ThumbsDownLight';
|
|
@@ -328,19 +344,23 @@ export { default as TruckRampBoxLight } from './TruckRampBoxLight';
|
|
|
328
344
|
export { default as TvRetroLight } from './TvRetroLight';
|
|
329
345
|
export { default as UploadThin } from './UploadThin';
|
|
330
346
|
export { default as UserCheckLight } from './UserCheckLight';
|
|
347
|
+
export { default as UserCircle } from './UserCircle';
|
|
331
348
|
export { default as UserGroupLight } from './UserGroupLight';
|
|
332
349
|
export { default as UserGroupThin } from './UserGroupThin';
|
|
333
350
|
export { default as UserLight } from './UserLight';
|
|
334
351
|
export { default as UserMinusLight } from './UserMinusLight';
|
|
335
352
|
export { default as UserPenLight } from './UserPenLight';
|
|
353
|
+
export { default as UserPin } from './UserPin';
|
|
336
354
|
export { default as UserPlusLight } from './UserPlusLight';
|
|
337
355
|
export { default as UserPoliceTieLight } from './UserPoliceTieLight';
|
|
338
356
|
export { default as UserThin } from './UserThin';
|
|
339
357
|
export { default as UsersLight } from './UsersLight';
|
|
340
358
|
export { default as UsersMedicalLight } from './UsersMedicalLight';
|
|
359
|
+
export { default as UsersSolidFull } from './UsersSolidFull';
|
|
341
360
|
export { default as VimeoVBrands } from './VimeoVBrands';
|
|
342
361
|
export { default as WalletFaThin } from './WalletFaThin';
|
|
343
362
|
export { default as WalletThin } from './WalletThin';
|
|
363
|
+
export { default as Woman } from './Woman';
|
|
344
364
|
export { default as XTwitterBrands } from './XTwitterBrands';
|
|
345
365
|
export { default as XmarkLight } from './XmarkLight';
|
|
346
366
|
export { default as XmarkThin } from './XmarkThin';
|
package/dist/index.js
CHANGED
|
@@ -43,6 +43,8 @@ export { default as BrainLight } from './BrainLight';
|
|
|
43
43
|
export { default as BrainRegular } from './BrainRegular';
|
|
44
44
|
export { default as BriefcaseThin } from './BriefcaseThin';
|
|
45
45
|
export { default as BuildingLight } from './BuildingLight';
|
|
46
|
+
export { default as BuildingUserLight } from './BuildingUserLight';
|
|
47
|
+
export { default as CalendarCirclePlus } from './CalendarCirclePlus';
|
|
46
48
|
export { default as CalendarLight } from './CalendarLight';
|
|
47
49
|
export { default as CalendarThin } from './CalendarThin';
|
|
48
50
|
export { default as CameraLight } from './CameraLight';
|
|
@@ -75,6 +77,7 @@ export { default as CircleQuestionLight } from './CircleQuestionLight';
|
|
|
75
77
|
export { default as CircleQuestionRegular } from './CircleQuestionRegular';
|
|
76
78
|
export { default as CircleQuestionSolid } from './CircleQuestionSolid';
|
|
77
79
|
export { default as CircleQuestionThin } from './CircleQuestionThin';
|
|
80
|
+
export { default as CircleXmarkLight } from './CircleXmarkLight';
|
|
78
81
|
export { default as CircleXmarkSolid } from './CircleXmarkSolid';
|
|
79
82
|
export { default as ClapperboardPlayLight } from './ClapperboardPlayLight';
|
|
80
83
|
export { default as ClipboardLight } from './ClipboardLight';
|
|
@@ -113,6 +116,8 @@ export { default as FaceMehLight } from './FaceMehLight';
|
|
|
113
116
|
export { default as FacePartyLight } from './FacePartyLight';
|
|
114
117
|
export { default as FaceSmileLight } from './FaceSmileLight';
|
|
115
118
|
export { default as FaceSurpriseLight } from './FaceSurpriseLight';
|
|
119
|
+
export { default as FamilyLight } from './FamilyLight';
|
|
120
|
+
export { default as Family } from './Family';
|
|
116
121
|
export { default as FaxLight } from './FaxLight';
|
|
117
122
|
export { default as FileAudioThin } from './FileAudioThin';
|
|
118
123
|
export { default as FileImageThin } from './FileImageThin';
|
|
@@ -124,6 +129,7 @@ export { default as FilePdfLight } from './FilePdfLight';
|
|
|
124
129
|
export { default as FilePdfRegular } from './FilePdfRegular';
|
|
125
130
|
export { default as FilePdfThin } from './FilePdfThin';
|
|
126
131
|
export { default as FilePlusLight } from './FilePlusLight';
|
|
132
|
+
export { default as FileSignature } from './FileSignature';
|
|
127
133
|
export { default as FileSlash } from './FileSlash';
|
|
128
134
|
export { default as FileVideoThin } from './FileVideoThin';
|
|
129
135
|
export { default as FileXmarkLight } from './FileXmarkLight';
|
|
@@ -170,6 +176,7 @@ export { default as HorizontalRuleRegular } from './HorizontalRuleRegular';
|
|
|
170
176
|
export { default as HourglassClockLight } from './HourglassClockLight';
|
|
171
177
|
export { default as HourglassClockThin } from './HourglassClockThin';
|
|
172
178
|
export { default as HouseBlankLight } from './HouseBlankLight';
|
|
179
|
+
export { default as IdBadgeLight } from './IdBadgeLight';
|
|
173
180
|
export { default as IdCardLight } from './IdCardLight';
|
|
174
181
|
export { default as IdCardThin } from './IdCardThin';
|
|
175
182
|
export { default as ImageLight } from './ImageLight';
|
|
@@ -177,6 +184,7 @@ export { default as ImageRegular } from './ImageRegular';
|
|
|
177
184
|
export { default as ImageSolid } from './ImageSolid';
|
|
178
185
|
export { default as ImagesLight } from './ImagesLight';
|
|
179
186
|
export { default as ItalicRegular } from './ItalicRegular';
|
|
187
|
+
export { default as KeyLight } from './KeyLight';
|
|
180
188
|
export { default as LaptopMobileLight } from './LaptopMobileLight';
|
|
181
189
|
export { default as LinkLight } from './LinkLight';
|
|
182
190
|
export { default as LinkRegular } from './LinkRegular';
|
|
@@ -190,12 +198,14 @@ export { default as ListUlLight } from './ListUlLight';
|
|
|
190
198
|
export { default as ListUlRegular } from './ListUlRegular';
|
|
191
199
|
export { default as LoaderLight } from './LoaderLight';
|
|
192
200
|
export { default as LocationDotLight } from './LocationDotLight';
|
|
201
|
+
export { default as LocationPin } from './LocationPin';
|
|
193
202
|
export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
194
203
|
export { default as LockKeyholeThin } from './LockKeyholeThin';
|
|
195
204
|
export { default as LotusThin } from './LotusThin';
|
|
196
205
|
export { default as MagnifyingGlassLight } from './MagnifyingGlassLight';
|
|
197
206
|
export { default as MagnifyingGlassRegular } from './MagnifyingGlassRegular';
|
|
198
207
|
export { default as MagnifyingGlassThin } from './MagnifyingGlassThin';
|
|
208
|
+
export { default as Man } from './Man';
|
|
199
209
|
export { default as MapLocationLight } from './MapLocationLight';
|
|
200
210
|
export { default as MemoCircleInfoThin } from './MemoCircleInfoThin';
|
|
201
211
|
export { default as MessageDotsLight } from './MessageDotsLight';
|
|
@@ -215,6 +225,7 @@ export { default as MessagesLight } from './MessagesLight';
|
|
|
215
225
|
export { default as MicrophoneRegular } from './MicrophoneRegular';
|
|
216
226
|
export { default as MinusLight } from './MinusLight';
|
|
217
227
|
export { default as MobileLight } from './MobileLight';
|
|
228
|
+
export { default as Mobile } from './Mobile';
|
|
218
229
|
export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
|
|
219
230
|
export { default as MoneyBillTransferThin } from './MoneyBillTransferThin';
|
|
220
231
|
export { default as MoneyFromBracketLight } from './MoneyFromBracketLight';
|
|
@@ -253,6 +264,7 @@ export { default as PenToSquareLight } from './PenToSquareLight';
|
|
|
253
264
|
export { default as PenToSquareRegular } from './PenToSquareRegular';
|
|
254
265
|
export { default as PenToSquareThin } from './PenToSquareThin';
|
|
255
266
|
export { default as PeopleGroupLight } from './PeopleGroupLight';
|
|
267
|
+
export { default as PeopleGroup } from './PeopleGroup';
|
|
256
268
|
export { default as PercentThin } from './PercentThin';
|
|
257
269
|
export { default as PhoneLight } from './PhoneLight';
|
|
258
270
|
export { default as PhoneRegular } from './PhoneRegular';
|
|
@@ -266,6 +278,8 @@ export { default as PrintThin } from './PrintThin';
|
|
|
266
278
|
export { default as QrcodeLight } from './QrcodeLight';
|
|
267
279
|
export { default as QuestionLight } from './QuestionLight';
|
|
268
280
|
export { default as QuotesLight } from './QuotesLight';
|
|
281
|
+
export { default as ReceiptLight } from './ReceiptLight';
|
|
282
|
+
export { default as ReceiptThin } from './ReceiptThin';
|
|
269
283
|
export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
|
|
270
284
|
export { default as RocketLight } from './RocketLight';
|
|
271
285
|
export { default as SackDollarLight } from './SackDollarLight';
|
|
@@ -298,6 +312,7 @@ export { default as SquareUpThin } from './SquareUpThin';
|
|
|
298
312
|
export { default as StarLight } from './StarLight';
|
|
299
313
|
export { default as StarSolid } from './StarSolid';
|
|
300
314
|
export { default as StarsLight } from './StarsLight';
|
|
315
|
+
export { default as StepMarker } from './StepMarker';
|
|
301
316
|
export { default as StopwatchLight } from './StopwatchLight';
|
|
302
317
|
export { default as StoreLight } from './StoreLight';
|
|
303
318
|
export { default as StrikethroughRegular } from './StrikethroughRegular';
|
|
@@ -306,6 +321,7 @@ export { default as TableColumnsRegular } from './TableColumnsRegular';
|
|
|
306
321
|
export { default as TableLight } from './TableLight';
|
|
307
322
|
export { default as TableRegular } from './TableRegular';
|
|
308
323
|
export { default as TableThin } from './TableThin';
|
|
324
|
+
export { default as TagLight } from './TagLight';
|
|
309
325
|
export { default as TextSizeLight } from './TextSizeLight';
|
|
310
326
|
export { default as TextSlashRegular } from './TextSlashRegular';
|
|
311
327
|
export { default as ThumbsDownLight } from './ThumbsDownLight';
|
|
@@ -328,19 +344,23 @@ export { default as TruckRampBoxLight } from './TruckRampBoxLight';
|
|
|
328
344
|
export { default as TvRetroLight } from './TvRetroLight';
|
|
329
345
|
export { default as UploadThin } from './UploadThin';
|
|
330
346
|
export { default as UserCheckLight } from './UserCheckLight';
|
|
347
|
+
export { default as UserCircle } from './UserCircle';
|
|
331
348
|
export { default as UserGroupLight } from './UserGroupLight';
|
|
332
349
|
export { default as UserGroupThin } from './UserGroupThin';
|
|
333
350
|
export { default as UserLight } from './UserLight';
|
|
334
351
|
export { default as UserMinusLight } from './UserMinusLight';
|
|
335
352
|
export { default as UserPenLight } from './UserPenLight';
|
|
353
|
+
export { default as UserPin } from './UserPin';
|
|
336
354
|
export { default as UserPlusLight } from './UserPlusLight';
|
|
337
355
|
export { default as UserPoliceTieLight } from './UserPoliceTieLight';
|
|
338
356
|
export { default as UserThin } from './UserThin';
|
|
339
357
|
export { default as UsersLight } from './UsersLight';
|
|
340
358
|
export { default as UsersMedicalLight } from './UsersMedicalLight';
|
|
359
|
+
export { default as UsersSolidFull } from './UsersSolidFull';
|
|
341
360
|
export { default as VimeoVBrands } from './VimeoVBrands';
|
|
342
361
|
export { default as WalletFaThin } from './WalletFaThin';
|
|
343
362
|
export { default as WalletThin } from './WalletThin';
|
|
363
|
+
export { default as Woman } from './Woman';
|
|
344
364
|
export { default as XTwitterBrands } from './XTwitterBrands';
|
|
345
365
|
export { default as XmarkLight } from './XmarkLight';
|
|
346
366
|
export { default as XmarkThin } from './XmarkThin';
|