@benefex/icons 0.0.0-PR70-BN2000 → 0.0.0-PR72-BN2071

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 LocationPin: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default LocationPin;
@@ -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
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const Man: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default Man;
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;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const PeopleGroup: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default PeopleGroup;
@@ -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,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ReceiptThin: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ReceiptThin;
@@ -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;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  import { SVGRProps } from './svgr';
3
- declare const LocationPinDown: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
- export default LocationPinDown;
3
+ declare const RecognitionIcon: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default RecognitionIcon;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const RecognitionIcon = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 30 30", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { stroke: "currentColor", strokeWidth: 0.5, d: "M9 18.2v8.62a1 1 0 0 0 1.64.768l3.72-3.1a1 1 0 0 1 1.28 0l3.72 3.1A1 1 0 0 0 21 26.82V18.2l-1 .55v8.07l-3.72-3.1a2 2 0 0 0-2.56 0L10 26.82v-8.07z" }),
5
+ React.createElement("path", { fillRule: "evenodd", stroke: "currentColor", strokeWidth: 0.5, d: "m22.493 6.978-7.02-3.857a.98.98 0 0 0-.945 0l-7.02 3.857A.98.98 0 0 0 7 7.834v7.55c0 .355.194.684.507.856l7.02 3.856a.98.98 0 0 0 .945 0l7.02-3.856a.98.98 0 0 0 .508-.857V7.834a.98.98 0 0 0-.507-.856Zm-6.54-4.733a1.98 1.98 0 0 0-1.907 0L7.026 6.1A1.98 1.98 0 0 0 6 7.834v7.55c0 .72.393 1.385 1.026 1.732l7.02 3.857a1.98 1.98 0 0 0 1.908 0l7.02-3.857A1.98 1.98 0 0 0 24 15.383V7.834c0-.72-.393-1.385-1.026-1.733z", clipRule: "evenodd" })));
6
+ export default RecognitionIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const StepMarker: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default StepMarker;
@@ -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/UserPin.js CHANGED
@@ -1,18 +1,12 @@
1
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 },
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 },
3
5
  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
6
  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" })))));
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" }))));
18
12
  export default UserPin;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const UsersSolidFull: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default UsersSolidFull;
@@ -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;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const Woman: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default Woman;
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
@@ -198,14 +198,14 @@ export { default as ListUlLight } from './ListUlLight';
198
198
  export { default as ListUlRegular } from './ListUlRegular';
199
199
  export { default as LoaderLight } from './LoaderLight';
200
200
  export { default as LocationDotLight } from './LocationDotLight';
201
- export { default as LocationPinDown } from './LocationPinDown';
202
- export { default as LocationPinUp } from './LocationPinUp';
201
+ export { default as LocationPin } from './LocationPin';
203
202
  export { default as LockKeyholeLight } from './LockKeyholeLight';
204
203
  export { default as LockKeyholeThin } from './LockKeyholeThin';
205
204
  export { default as LotusThin } from './LotusThin';
206
205
  export { default as MagnifyingGlassLight } from './MagnifyingGlassLight';
207
206
  export { default as MagnifyingGlassRegular } from './MagnifyingGlassRegular';
208
207
  export { default as MagnifyingGlassThin } from './MagnifyingGlassThin';
208
+ export { default as Man } from './Man';
209
209
  export { default as MapLocationLight } from './MapLocationLight';
210
210
  export { default as MemoCircleInfoThin } from './MemoCircleInfoThin';
211
211
  export { default as MessageDotsLight } from './MessageDotsLight';
@@ -264,6 +264,7 @@ export { default as PenToSquareLight } from './PenToSquareLight';
264
264
  export { default as PenToSquareRegular } from './PenToSquareRegular';
265
265
  export { default as PenToSquareThin } from './PenToSquareThin';
266
266
  export { default as PeopleGroupLight } from './PeopleGroupLight';
267
+ export { default as PeopleGroup } from './PeopleGroup';
267
268
  export { default as PercentThin } from './PercentThin';
268
269
  export { default as PhoneLight } from './PhoneLight';
269
270
  export { default as PhoneRegular } from './PhoneRegular';
@@ -278,6 +279,8 @@ export { default as QrcodeLight } from './QrcodeLight';
278
279
  export { default as QuestionLight } from './QuestionLight';
279
280
  export { default as QuotesLight } from './QuotesLight';
280
281
  export { default as ReceiptLight } from './ReceiptLight';
282
+ export { default as ReceiptThin } from './ReceiptThin';
283
+ export { default as RecognitionIcon } from './RecognitionIcon';
281
284
  export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
282
285
  export { default as RocketLight } from './RocketLight';
283
286
  export { default as SackDollarLight } from './SackDollarLight';
@@ -310,6 +313,7 @@ export { default as SquareUpThin } from './SquareUpThin';
310
313
  export { default as StarLight } from './StarLight';
311
314
  export { default as StarSolid } from './StarSolid';
312
315
  export { default as StarsLight } from './StarsLight';
316
+ export { default as StepMarker } from './StepMarker';
313
317
  export { default as StopwatchLight } from './StopwatchLight';
314
318
  export { default as StoreLight } from './StoreLight';
315
319
  export { default as StrikethroughRegular } from './StrikethroughRegular';
@@ -353,9 +357,11 @@ export { default as UserPoliceTieLight } from './UserPoliceTieLight';
353
357
  export { default as UserThin } from './UserThin';
354
358
  export { default as UsersLight } from './UsersLight';
355
359
  export { default as UsersMedicalLight } from './UsersMedicalLight';
360
+ export { default as UsersSolidFull } from './UsersSolidFull';
356
361
  export { default as VimeoVBrands } from './VimeoVBrands';
357
362
  export { default as WalletFaThin } from './WalletFaThin';
358
363
  export { default as WalletThin } from './WalletThin';
364
+ export { default as Woman } from './Woman';
359
365
  export { default as XTwitterBrands } from './XTwitterBrands';
360
366
  export { default as XmarkLight } from './XmarkLight';
361
367
  export { default as XmarkThin } from './XmarkThin';
package/dist/index.js CHANGED
@@ -198,14 +198,14 @@ export { default as ListUlLight } from './ListUlLight';
198
198
  export { default as ListUlRegular } from './ListUlRegular';
199
199
  export { default as LoaderLight } from './LoaderLight';
200
200
  export { default as LocationDotLight } from './LocationDotLight';
201
- export { default as LocationPinDown } from './LocationPinDown';
202
- export { default as LocationPinUp } from './LocationPinUp';
201
+ export { default as LocationPin } from './LocationPin';
203
202
  export { default as LockKeyholeLight } from './LockKeyholeLight';
204
203
  export { default as LockKeyholeThin } from './LockKeyholeThin';
205
204
  export { default as LotusThin } from './LotusThin';
206
205
  export { default as MagnifyingGlassLight } from './MagnifyingGlassLight';
207
206
  export { default as MagnifyingGlassRegular } from './MagnifyingGlassRegular';
208
207
  export { default as MagnifyingGlassThin } from './MagnifyingGlassThin';
208
+ export { default as Man } from './Man';
209
209
  export { default as MapLocationLight } from './MapLocationLight';
210
210
  export { default as MemoCircleInfoThin } from './MemoCircleInfoThin';
211
211
  export { default as MessageDotsLight } from './MessageDotsLight';
@@ -264,6 +264,7 @@ export { default as PenToSquareLight } from './PenToSquareLight';
264
264
  export { default as PenToSquareRegular } from './PenToSquareRegular';
265
265
  export { default as PenToSquareThin } from './PenToSquareThin';
266
266
  export { default as PeopleGroupLight } from './PeopleGroupLight';
267
+ export { default as PeopleGroup } from './PeopleGroup';
267
268
  export { default as PercentThin } from './PercentThin';
268
269
  export { default as PhoneLight } from './PhoneLight';
269
270
  export { default as PhoneRegular } from './PhoneRegular';
@@ -278,6 +279,8 @@ export { default as QrcodeLight } from './QrcodeLight';
278
279
  export { default as QuestionLight } from './QuestionLight';
279
280
  export { default as QuotesLight } from './QuotesLight';
280
281
  export { default as ReceiptLight } from './ReceiptLight';
282
+ export { default as ReceiptThin } from './ReceiptThin';
283
+ export { default as RecognitionIcon } from './RecognitionIcon';
281
284
  export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
282
285
  export { default as RocketLight } from './RocketLight';
283
286
  export { default as SackDollarLight } from './SackDollarLight';
@@ -310,6 +313,7 @@ export { default as SquareUpThin } from './SquareUpThin';
310
313
  export { default as StarLight } from './StarLight';
311
314
  export { default as StarSolid } from './StarSolid';
312
315
  export { default as StarsLight } from './StarsLight';
316
+ export { default as StepMarker } from './StepMarker';
313
317
  export { default as StopwatchLight } from './StopwatchLight';
314
318
  export { default as StoreLight } from './StoreLight';
315
319
  export { default as StrikethroughRegular } from './StrikethroughRegular';
@@ -353,9 +357,11 @@ export { default as UserPoliceTieLight } from './UserPoliceTieLight';
353
357
  export { default as UserThin } from './UserThin';
354
358
  export { default as UsersLight } from './UsersLight';
355
359
  export { default as UsersMedicalLight } from './UsersMedicalLight';
360
+ export { default as UsersSolidFull } from './UsersSolidFull';
356
361
  export { default as VimeoVBrands } from './VimeoVBrands';
357
362
  export { default as WalletFaThin } from './WalletFaThin';
358
363
  export { default as WalletThin } from './WalletThin';
364
+ export { default as Woman } from './Woman';
359
365
  export { default as XTwitterBrands } from './XTwitterBrands';
360
366
  export { default as XmarkLight } from './XmarkLight';
361
367
  export { default as XmarkThin } from './XmarkThin';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benefex/icons",
3
- "version": "0.0.0-PR70-BN2000",
3
+ "version": "0.0.0-PR72-BN2071",
4
4
  "description": "Benefex icon package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,17 +0,0 @@
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;
@@ -1,4 +0,0 @@
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;
@@ -1,17 +0,0 @@
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;