@benefex/icons 0.15.0 → 0.17.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 CircleXmarkLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default CircleXmarkLight;
@@ -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;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const LocationPinDown: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default LocationPinDown;
@@ -0,0 +1,17 @@
1
+ import * as React from 'react';
2
+ const LocationPinDown = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 41 48", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("g", { filter: "url(#location-pin-down_svg__a)" },
5
+ React.createElement("path", { fill: "currentColor", d: "M8.833 32.284c-6.444-6.47-6.444-16.96 0-23.431 6.443-6.47 16.89-6.47 23.334 0s6.444 16.96 0 23.431L20.5 44z" }),
6
+ React.createElement("path", { stroke: "#fff", strokeWidth: 4, d: "M10.25 10.264c5.662-5.685 14.838-5.685 20.5 0 5.666 5.69 5.666 14.919 0 20.609L20.5 41.165 10.25 30.873c-5.667-5.69-5.667-14.92 0-20.61Z" })),
7
+ React.createElement("defs", null,
8
+ React.createElement("filter", { id: "location-pin-down_svg__a", width: 41, 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_1009275_3183" }),
16
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1009275_3183", result: "shape" })))));
17
+ export default LocationPinDown;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const LocationPinUp: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default LocationPinUp;
@@ -0,0 +1,17 @@
1
+ import * as React from 'react';
2
+ const LocationPinUp = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 41 48", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("g", { filter: "url(#location-pin-up_svg__a)" },
5
+ React.createElement("path", { fill: "currentColor", d: "M32.167 15.716c6.444 6.47 6.444 16.96 0 23.431-6.443 6.47-16.89 6.47-23.334 0s-6.444-16.96 0-23.431L20.5 4z" }),
6
+ React.createElement("path", { stroke: "#fff", strokeWidth: 4, d: "M30.75 37.736c-5.662 5.685-14.838 5.685-20.5 0-5.667-5.69-5.667-14.919 0-20.609L20.5 6.835l10.25 10.292c5.666 5.69 5.666 14.92 0 20.61Z" })),
7
+ React.createElement("defs", null,
8
+ React.createElement("filter", { id: "location-pin-up_svg__a", width: 41, 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_1009275_3180" }),
16
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1009275_3180", result: "shape" })))));
17
+ export default LocationPinUp;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ReceiptLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ReceiptLight;
@@ -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,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const TagLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default TagLight;
@@ -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,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const UserCircle: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default UserCircle;
@@ -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;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const UserPin: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default UserPin;
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ const UserPin = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 41 48", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("g", { filter: "url(#user-pin_svg__a)" },
5
+ React.createElement("path", { fill: "currentColor", d: "M8.833 32.284c-6.444-6.47-6.444-16.96 0-23.431 6.443-6.47 16.89-6.47 23.334 0s6.444 16.96 0 23.431L20.5 44z" }),
6
+ React.createElement("path", { stroke: "#fff", strokeWidth: 4, d: "M10.25 10.264c5.662-5.685 14.838-5.685 20.5 0 5.666 5.69 5.666 14.919 0 20.609L20.5 41.165 10.25 30.873c-5.667-5.69-5.667-14.92 0-20.61Z" })),
7
+ React.createElement("path", { fill: "#fff", d: "M20.5 21a2.9 2.9 0 0 1-2.125-.875A2.9 2.9 0 0 1 17.5 18q0-1.25.875-2.125A2.9 2.9 0 0 1 20.5 15q1.25 0 2.125.875T23.5 18t-.875 2.125A2.9 2.9 0 0 1 20.5 21m-6 4.5V25q0-.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-.438-1.06m1.5 0h9V25a.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 23.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 16 25zm4.504-6q.621 0 1.058-.442T22 17.996t-.442-1.058a1.46 1.46 0 0 0-1.062-.438q-.621 0-1.058.442A1.46 1.46 0 0 0 19 18.004q0 .621.442 1.058t1.062.438" }),
8
+ React.createElement("defs", null,
9
+ React.createElement("filter", { id: "user-pin_svg__a", width: 41, 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_7142_20702" }),
17
+ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_7142_20702", result: "shape" })))));
18
+ export default UserPin;
package/dist/index.d.ts CHANGED
@@ -77,6 +77,7 @@ export { default as CircleQuestionLight } from './CircleQuestionLight';
77
77
  export { default as CircleQuestionRegular } from './CircleQuestionRegular';
78
78
  export { default as CircleQuestionSolid } from './CircleQuestionSolid';
79
79
  export { default as CircleQuestionThin } from './CircleQuestionThin';
80
+ export { default as CircleXmarkLight } from './CircleXmarkLight';
80
81
  export { default as CircleXmarkSolid } from './CircleXmarkSolid';
81
82
  export { default as ClapperboardPlayLight } from './ClapperboardPlayLight';
82
83
  export { default as ClipboardLight } from './ClipboardLight';
@@ -197,6 +198,8 @@ export { default as ListUlLight } from './ListUlLight';
197
198
  export { default as ListUlRegular } from './ListUlRegular';
198
199
  export { default as LoaderLight } from './LoaderLight';
199
200
  export { default as LocationDotLight } from './LocationDotLight';
201
+ export { default as LocationPinDown } from './LocationPinDown';
202
+ export { default as LocationPinUp } from './LocationPinUp';
200
203
  export { default as LockKeyholeLight } from './LockKeyholeLight';
201
204
  export { default as LockKeyholeThin } from './LockKeyholeThin';
202
205
  export { default as LotusThin } from './LotusThin';
@@ -274,6 +277,7 @@ export { default as PrintThin } from './PrintThin';
274
277
  export { default as QrcodeLight } from './QrcodeLight';
275
278
  export { default as QuestionLight } from './QuestionLight';
276
279
  export { default as QuotesLight } from './QuotesLight';
280
+ export { default as ReceiptLight } from './ReceiptLight';
277
281
  export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
278
282
  export { default as RocketLight } from './RocketLight';
279
283
  export { default as SackDollarLight } from './SackDollarLight';
@@ -314,6 +318,7 @@ export { default as TableColumnsRegular } from './TableColumnsRegular';
314
318
  export { default as TableLight } from './TableLight';
315
319
  export { default as TableRegular } from './TableRegular';
316
320
  export { default as TableThin } from './TableThin';
321
+ export { default as TagLight } from './TagLight';
317
322
  export { default as TextSizeLight } from './TextSizeLight';
318
323
  export { default as TextSlashRegular } from './TextSlashRegular';
319
324
  export { default as ThumbsDownLight } from './ThumbsDownLight';
@@ -336,11 +341,13 @@ export { default as TruckRampBoxLight } from './TruckRampBoxLight';
336
341
  export { default as TvRetroLight } from './TvRetroLight';
337
342
  export { default as UploadThin } from './UploadThin';
338
343
  export { default as UserCheckLight } from './UserCheckLight';
344
+ export { default as UserCircle } from './UserCircle';
339
345
  export { default as UserGroupLight } from './UserGroupLight';
340
346
  export { default as UserGroupThin } from './UserGroupThin';
341
347
  export { default as UserLight } from './UserLight';
342
348
  export { default as UserMinusLight } from './UserMinusLight';
343
349
  export { default as UserPenLight } from './UserPenLight';
350
+ export { default as UserPin } from './UserPin';
344
351
  export { default as UserPlusLight } from './UserPlusLight';
345
352
  export { default as UserPoliceTieLight } from './UserPoliceTieLight';
346
353
  export { default as UserThin } from './UserThin';
package/dist/index.js CHANGED
@@ -77,6 +77,7 @@ export { default as CircleQuestionLight } from './CircleQuestionLight';
77
77
  export { default as CircleQuestionRegular } from './CircleQuestionRegular';
78
78
  export { default as CircleQuestionSolid } from './CircleQuestionSolid';
79
79
  export { default as CircleQuestionThin } from './CircleQuestionThin';
80
+ export { default as CircleXmarkLight } from './CircleXmarkLight';
80
81
  export { default as CircleXmarkSolid } from './CircleXmarkSolid';
81
82
  export { default as ClapperboardPlayLight } from './ClapperboardPlayLight';
82
83
  export { default as ClipboardLight } from './ClipboardLight';
@@ -197,6 +198,8 @@ export { default as ListUlLight } from './ListUlLight';
197
198
  export { default as ListUlRegular } from './ListUlRegular';
198
199
  export { default as LoaderLight } from './LoaderLight';
199
200
  export { default as LocationDotLight } from './LocationDotLight';
201
+ export { default as LocationPinDown } from './LocationPinDown';
202
+ export { default as LocationPinUp } from './LocationPinUp';
200
203
  export { default as LockKeyholeLight } from './LockKeyholeLight';
201
204
  export { default as LockKeyholeThin } from './LockKeyholeThin';
202
205
  export { default as LotusThin } from './LotusThin';
@@ -274,6 +277,7 @@ export { default as PrintThin } from './PrintThin';
274
277
  export { default as QrcodeLight } from './QrcodeLight';
275
278
  export { default as QuestionLight } from './QuestionLight';
276
279
  export { default as QuotesLight } from './QuotesLight';
280
+ export { default as ReceiptLight } from './ReceiptLight';
277
281
  export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
278
282
  export { default as RocketLight } from './RocketLight';
279
283
  export { default as SackDollarLight } from './SackDollarLight';
@@ -314,6 +318,7 @@ export { default as TableColumnsRegular } from './TableColumnsRegular';
314
318
  export { default as TableLight } from './TableLight';
315
319
  export { default as TableRegular } from './TableRegular';
316
320
  export { default as TableThin } from './TableThin';
321
+ export { default as TagLight } from './TagLight';
317
322
  export { default as TextSizeLight } from './TextSizeLight';
318
323
  export { default as TextSlashRegular } from './TextSlashRegular';
319
324
  export { default as ThumbsDownLight } from './ThumbsDownLight';
@@ -336,11 +341,13 @@ export { default as TruckRampBoxLight } from './TruckRampBoxLight';
336
341
  export { default as TvRetroLight } from './TvRetroLight';
337
342
  export { default as UploadThin } from './UploadThin';
338
343
  export { default as UserCheckLight } from './UserCheckLight';
344
+ export { default as UserCircle } from './UserCircle';
339
345
  export { default as UserGroupLight } from './UserGroupLight';
340
346
  export { default as UserGroupThin } from './UserGroupThin';
341
347
  export { default as UserLight } from './UserLight';
342
348
  export { default as UserMinusLight } from './UserMinusLight';
343
349
  export { default as UserPenLight } from './UserPenLight';
350
+ export { default as UserPin } from './UserPin';
344
351
  export { default as UserPlusLight } from './UserPlusLight';
345
352
  export { default as UserPoliceTieLight } from './UserPoliceTieLight';
346
353
  export { default as UserThin } from './UserThin';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benefex/icons",
3
- "version": "0.15.0",
3
+ "version": "0.17.0",
4
4
  "description": "Benefex icon package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",