@benefex/icons 0.16.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/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/Woman.d.ts +4 -0
- package/dist/Woman.js +5 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +7 -0
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -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;
|
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,12 +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 LocationPin } from './LocationPin';
|
|
201
202
|
export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
202
203
|
export { default as LockKeyholeThin } from './LockKeyholeThin';
|
|
203
204
|
export { default as LotusThin } from './LotusThin';
|
|
204
205
|
export { default as MagnifyingGlassLight } from './MagnifyingGlassLight';
|
|
205
206
|
export { default as MagnifyingGlassRegular } from './MagnifyingGlassRegular';
|
|
206
207
|
export { default as MagnifyingGlassThin } from './MagnifyingGlassThin';
|
|
208
|
+
export { default as Man } from './Man';
|
|
207
209
|
export { default as MapLocationLight } from './MapLocationLight';
|
|
208
210
|
export { default as MemoCircleInfoThin } from './MemoCircleInfoThin';
|
|
209
211
|
export { default as MessageDotsLight } from './MessageDotsLight';
|
|
@@ -262,6 +264,7 @@ export { default as PenToSquareLight } from './PenToSquareLight';
|
|
|
262
264
|
export { default as PenToSquareRegular } from './PenToSquareRegular';
|
|
263
265
|
export { default as PenToSquareThin } from './PenToSquareThin';
|
|
264
266
|
export { default as PeopleGroupLight } from './PeopleGroupLight';
|
|
267
|
+
export { default as PeopleGroup } from './PeopleGroup';
|
|
265
268
|
export { default as PercentThin } from './PercentThin';
|
|
266
269
|
export { default as PhoneLight } from './PhoneLight';
|
|
267
270
|
export { default as PhoneRegular } from './PhoneRegular';
|
|
@@ -308,6 +311,7 @@ export { default as SquareUpThin } from './SquareUpThin';
|
|
|
308
311
|
export { default as StarLight } from './StarLight';
|
|
309
312
|
export { default as StarSolid } from './StarSolid';
|
|
310
313
|
export { default as StarsLight } from './StarsLight';
|
|
314
|
+
export { default as StepMarker } from './StepMarker';
|
|
311
315
|
export { default as StopwatchLight } from './StopwatchLight';
|
|
312
316
|
export { default as StoreLight } from './StoreLight';
|
|
313
317
|
export { default as StrikethroughRegular } from './StrikethroughRegular';
|
|
@@ -339,11 +343,13 @@ export { default as TruckRampBoxLight } from './TruckRampBoxLight';
|
|
|
339
343
|
export { default as TvRetroLight } from './TvRetroLight';
|
|
340
344
|
export { default as UploadThin } from './UploadThin';
|
|
341
345
|
export { default as UserCheckLight } from './UserCheckLight';
|
|
346
|
+
export { default as UserCircle } from './UserCircle';
|
|
342
347
|
export { default as UserGroupLight } from './UserGroupLight';
|
|
343
348
|
export { default as UserGroupThin } from './UserGroupThin';
|
|
344
349
|
export { default as UserLight } from './UserLight';
|
|
345
350
|
export { default as UserMinusLight } from './UserMinusLight';
|
|
346
351
|
export { default as UserPenLight } from './UserPenLight';
|
|
352
|
+
export { default as UserPin } from './UserPin';
|
|
347
353
|
export { default as UserPlusLight } from './UserPlusLight';
|
|
348
354
|
export { default as UserPoliceTieLight } from './UserPoliceTieLight';
|
|
349
355
|
export { default as UserThin } from './UserThin';
|
|
@@ -352,6 +358,7 @@ export { default as UsersMedicalLight } from './UsersMedicalLight';
|
|
|
352
358
|
export { default as VimeoVBrands } from './VimeoVBrands';
|
|
353
359
|
export { default as WalletFaThin } from './WalletFaThin';
|
|
354
360
|
export { default as WalletThin } from './WalletThin';
|
|
361
|
+
export { default as Woman } from './Woman';
|
|
355
362
|
export { default as XTwitterBrands } from './XTwitterBrands';
|
|
356
363
|
export { default as XmarkLight } from './XmarkLight';
|
|
357
364
|
export { default as XmarkThin } from './XmarkThin';
|
package/dist/index.js
CHANGED
|
@@ -198,12 +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 LocationPin } from './LocationPin';
|
|
201
202
|
export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
202
203
|
export { default as LockKeyholeThin } from './LockKeyholeThin';
|
|
203
204
|
export { default as LotusThin } from './LotusThin';
|
|
204
205
|
export { default as MagnifyingGlassLight } from './MagnifyingGlassLight';
|
|
205
206
|
export { default as MagnifyingGlassRegular } from './MagnifyingGlassRegular';
|
|
206
207
|
export { default as MagnifyingGlassThin } from './MagnifyingGlassThin';
|
|
208
|
+
export { default as Man } from './Man';
|
|
207
209
|
export { default as MapLocationLight } from './MapLocationLight';
|
|
208
210
|
export { default as MemoCircleInfoThin } from './MemoCircleInfoThin';
|
|
209
211
|
export { default as MessageDotsLight } from './MessageDotsLight';
|
|
@@ -262,6 +264,7 @@ export { default as PenToSquareLight } from './PenToSquareLight';
|
|
|
262
264
|
export { default as PenToSquareRegular } from './PenToSquareRegular';
|
|
263
265
|
export { default as PenToSquareThin } from './PenToSquareThin';
|
|
264
266
|
export { default as PeopleGroupLight } from './PeopleGroupLight';
|
|
267
|
+
export { default as PeopleGroup } from './PeopleGroup';
|
|
265
268
|
export { default as PercentThin } from './PercentThin';
|
|
266
269
|
export { default as PhoneLight } from './PhoneLight';
|
|
267
270
|
export { default as PhoneRegular } from './PhoneRegular';
|
|
@@ -308,6 +311,7 @@ export { default as SquareUpThin } from './SquareUpThin';
|
|
|
308
311
|
export { default as StarLight } from './StarLight';
|
|
309
312
|
export { default as StarSolid } from './StarSolid';
|
|
310
313
|
export { default as StarsLight } from './StarsLight';
|
|
314
|
+
export { default as StepMarker } from './StepMarker';
|
|
311
315
|
export { default as StopwatchLight } from './StopwatchLight';
|
|
312
316
|
export { default as StoreLight } from './StoreLight';
|
|
313
317
|
export { default as StrikethroughRegular } from './StrikethroughRegular';
|
|
@@ -339,11 +343,13 @@ export { default as TruckRampBoxLight } from './TruckRampBoxLight';
|
|
|
339
343
|
export { default as TvRetroLight } from './TvRetroLight';
|
|
340
344
|
export { default as UploadThin } from './UploadThin';
|
|
341
345
|
export { default as UserCheckLight } from './UserCheckLight';
|
|
346
|
+
export { default as UserCircle } from './UserCircle';
|
|
342
347
|
export { default as UserGroupLight } from './UserGroupLight';
|
|
343
348
|
export { default as UserGroupThin } from './UserGroupThin';
|
|
344
349
|
export { default as UserLight } from './UserLight';
|
|
345
350
|
export { default as UserMinusLight } from './UserMinusLight';
|
|
346
351
|
export { default as UserPenLight } from './UserPenLight';
|
|
352
|
+
export { default as UserPin } from './UserPin';
|
|
347
353
|
export { default as UserPlusLight } from './UserPlusLight';
|
|
348
354
|
export { default as UserPoliceTieLight } from './UserPoliceTieLight';
|
|
349
355
|
export { default as UserThin } from './UserThin';
|
|
@@ -352,6 +358,7 @@ export { default as UsersMedicalLight } from './UsersMedicalLight';
|
|
|
352
358
|
export { default as VimeoVBrands } from './VimeoVBrands';
|
|
353
359
|
export { default as WalletFaThin } from './WalletFaThin';
|
|
354
360
|
export { default as WalletThin } from './WalletThin';
|
|
361
|
+
export { default as Woman } from './Woman';
|
|
355
362
|
export { default as XTwitterBrands } from './XTwitterBrands';
|
|
356
363
|
export { default as XmarkLight } from './XmarkLight';
|
|
357
364
|
export { default as XmarkThin } from './XmarkThin';
|