@benefex/icons 0.17.0 → 0.18.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/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/PeopleGroup.d.ts +4 -0
- package/dist/PeopleGroup.js +5 -0
- package/dist/StepMarker.d.ts +4 -0
- package/dist/StepMarker.js +17 -0
- package/dist/UserPin.js +8 -14
- package/dist/Woman.d.ts +4 -0
- package/dist/Woman.js +5 -0
- package/dist/index.d.ts +5 -2
- package/dist/index.js +5 -2
- package/package.json +1 -1
- package/dist/LocationPinDown.d.ts +0 -4
- package/dist/LocationPinDown.js +0 -17
- package/dist/LocationPinUp.d.ts +0 -4
- package/dist/LocationPinUp.js +0 -17
|
@@ -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;
|
|
@@ -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,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",
|
|
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:
|
|
10
|
-
React.createElement("
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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;
|
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
|
@@ -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
|
|
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';
|
|
@@ -310,6 +311,7 @@ export { default as SquareUpThin } from './SquareUpThin';
|
|
|
310
311
|
export { default as StarLight } from './StarLight';
|
|
311
312
|
export { default as StarSolid } from './StarSolid';
|
|
312
313
|
export { default as StarsLight } from './StarsLight';
|
|
314
|
+
export { default as StepMarker } from './StepMarker';
|
|
313
315
|
export { default as StopwatchLight } from './StopwatchLight';
|
|
314
316
|
export { default as StoreLight } from './StoreLight';
|
|
315
317
|
export { default as StrikethroughRegular } from './StrikethroughRegular';
|
|
@@ -356,6 +358,7 @@ export { default as UsersMedicalLight } from './UsersMedicalLight';
|
|
|
356
358
|
export { default as VimeoVBrands } from './VimeoVBrands';
|
|
357
359
|
export { default as WalletFaThin } from './WalletFaThin';
|
|
358
360
|
export { default as WalletThin } from './WalletThin';
|
|
361
|
+
export { default as Woman } from './Woman';
|
|
359
362
|
export { default as XTwitterBrands } from './XTwitterBrands';
|
|
360
363
|
export { default as XmarkLight } from './XmarkLight';
|
|
361
364
|
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
|
|
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';
|
|
@@ -310,6 +311,7 @@ export { default as SquareUpThin } from './SquareUpThin';
|
|
|
310
311
|
export { default as StarLight } from './StarLight';
|
|
311
312
|
export { default as StarSolid } from './StarSolid';
|
|
312
313
|
export { default as StarsLight } from './StarsLight';
|
|
314
|
+
export { default as StepMarker } from './StepMarker';
|
|
313
315
|
export { default as StopwatchLight } from './StopwatchLight';
|
|
314
316
|
export { default as StoreLight } from './StoreLight';
|
|
315
317
|
export { default as StrikethroughRegular } from './StrikethroughRegular';
|
|
@@ -356,6 +358,7 @@ export { default as UsersMedicalLight } from './UsersMedicalLight';
|
|
|
356
358
|
export { default as VimeoVBrands } from './VimeoVBrands';
|
|
357
359
|
export { default as WalletFaThin } from './WalletFaThin';
|
|
358
360
|
export { default as WalletThin } from './WalletThin';
|
|
361
|
+
export { default as Woman } from './Woman';
|
|
359
362
|
export { default as XTwitterBrands } from './XTwitterBrands';
|
|
360
363
|
export { default as XmarkLight } from './XmarkLight';
|
|
361
364
|
export { default as XmarkThin } from './XmarkThin';
|
package/package.json
CHANGED
package/dist/LocationPinDown.js
DELETED
|
@@ -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;
|
package/dist/LocationPinUp.d.ts
DELETED
package/dist/LocationPinUp.js
DELETED
|
@@ -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;
|