@benefex/icons 0.16.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.
- package/dist/LocationPinDown.d.ts +4 -0
- package/dist/LocationPinDown.js +17 -0
- package/dist/LocationPinUp.d.ts +4 -0
- package/dist/LocationPinUp.js +17 -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 +18 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/package.json +1 -1
|
@@ -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,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,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,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
|
@@ -198,6 +198,8 @@ 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
203
|
export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
202
204
|
export { default as LockKeyholeThin } from './LockKeyholeThin';
|
|
203
205
|
export { default as LotusThin } from './LotusThin';
|
|
@@ -339,11 +341,13 @@ export { default as TruckRampBoxLight } from './TruckRampBoxLight';
|
|
|
339
341
|
export { default as TvRetroLight } from './TvRetroLight';
|
|
340
342
|
export { default as UploadThin } from './UploadThin';
|
|
341
343
|
export { default as UserCheckLight } from './UserCheckLight';
|
|
344
|
+
export { default as UserCircle } from './UserCircle';
|
|
342
345
|
export { default as UserGroupLight } from './UserGroupLight';
|
|
343
346
|
export { default as UserGroupThin } from './UserGroupThin';
|
|
344
347
|
export { default as UserLight } from './UserLight';
|
|
345
348
|
export { default as UserMinusLight } from './UserMinusLight';
|
|
346
349
|
export { default as UserPenLight } from './UserPenLight';
|
|
350
|
+
export { default as UserPin } from './UserPin';
|
|
347
351
|
export { default as UserPlusLight } from './UserPlusLight';
|
|
348
352
|
export { default as UserPoliceTieLight } from './UserPoliceTieLight';
|
|
349
353
|
export { default as UserThin } from './UserThin';
|
package/dist/index.js
CHANGED
|
@@ -198,6 +198,8 @@ 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
203
|
export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
202
204
|
export { default as LockKeyholeThin } from './LockKeyholeThin';
|
|
203
205
|
export { default as LotusThin } from './LotusThin';
|
|
@@ -339,11 +341,13 @@ export { default as TruckRampBoxLight } from './TruckRampBoxLight';
|
|
|
339
341
|
export { default as TvRetroLight } from './TvRetroLight';
|
|
340
342
|
export { default as UploadThin } from './UploadThin';
|
|
341
343
|
export { default as UserCheckLight } from './UserCheckLight';
|
|
344
|
+
export { default as UserCircle } from './UserCircle';
|
|
342
345
|
export { default as UserGroupLight } from './UserGroupLight';
|
|
343
346
|
export { default as UserGroupThin } from './UserGroupThin';
|
|
344
347
|
export { default as UserLight } from './UserLight';
|
|
345
348
|
export { default as UserMinusLight } from './UserMinusLight';
|
|
346
349
|
export { default as UserPenLight } from './UserPenLight';
|
|
350
|
+
export { default as UserPin } from './UserPin';
|
|
347
351
|
export { default as UserPlusLight } from './UserPlusLight';
|
|
348
352
|
export { default as UserPoliceTieLight } from './UserPoliceTieLight';
|
|
349
353
|
export { default as UserThin } from './UserThin';
|