@benefex/icons 0.19.0 → 0.20.1
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/RecognitionIcon.d.ts +4 -0
- package/dist/RecognitionIcon.js +6 -0
- package/dist/UserCircle.js +8 -14
- package/dist/UsersSolidFull.d.ts +4 -0
- package/dist/UsersSolidFull.js +5 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +1 -1
|
@@ -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;
|
package/dist/UserCircle.js
CHANGED
|
@@ -1,18 +1,12 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
const UserCircle = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
2
|
+
const UserCircle = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", style: {
|
|
3
|
+
overflow: 'visible',
|
|
4
|
+
}, viewBox: "0 0 48 48", "aria-labelledby": titleId, ...props },
|
|
3
5
|
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
6
|
React.createElement("defs", null,
|
|
9
|
-
React.createElement("filter", { id: "user-circle_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_1009275_3186" }),
|
|
17
|
-
React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1009275_3186", result: "shape" })))));
|
|
7
|
+
React.createElement("filter", { id: "user-circle_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-circle_svg__a)" },
|
|
10
|
+
React.createElement("rect", { width: 36, height: 36, x: 6, y: 6, fill: "currentColor", stroke: "#fff", strokeWidth: 4, rx: 18, shapeRendering: "geometricPrecision" }),
|
|
11
|
+
React.createElement("path", { fill: "#fff", d: "M24 24q-1.225 0-2.082-.858a2.84 2.84 0 0 1-.858-2.082q0-1.225.858-2.082A2.84 2.84 0 0 1 24 18.12q1.225 0 2.082.857.858.858.858 2.083t-.858 2.082A2.84 2.84 0 0 1 24 24m-5.88 4.41v-.49q0-.47.255-.888.255-.42.705-.704 1.123-.655 2.374-1a9.47 9.47 0 0 1 5.088 0q1.256.345 2.378 1 .45.264.705.694t.255.898v.49q0 .606-.432 1.038a1.42 1.42 0 0 1-1.039.432h-8.825q-.607 0-1.035-.432a1.42 1.42 0 0 1-.429-1.038m1.47 0h8.82v-.49q0-.106-.062-.192a.4.4 0 0 0-.163-.135 7.7 7.7 0 0 0-2-.857A8.4 8.4 0 0 0 24 26.45q-1.123 0-2.185.286a7.7 7.7 0 0 0-2 .857 1 1 0 0 0-.164.158.26.26 0 0 0-.061.169zm4.414-5.88q.608 0 1.037-.433t.429-1.041-.433-1.037a1.43 1.43 0 0 0-1.041-.429q-.608 0-1.037.433a1.43 1.43 0 0 0-.429 1.041q0 .608.433 1.037.434.429 1.041.429", shapeRendering: "geometricPrecision" }))));
|
|
18
12
|
export default UserCircle;
|
|
@@ -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;
|
package/dist/index.d.ts
CHANGED
|
@@ -280,6 +280,7 @@ export { default as QuestionLight } from './QuestionLight';
|
|
|
280
280
|
export { default as QuotesLight } from './QuotesLight';
|
|
281
281
|
export { default as ReceiptLight } from './ReceiptLight';
|
|
282
282
|
export { default as ReceiptThin } from './ReceiptThin';
|
|
283
|
+
export { default as RecognitionIcon } from './RecognitionIcon';
|
|
283
284
|
export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
|
|
284
285
|
export { default as RocketLight } from './RocketLight';
|
|
285
286
|
export { default as SackDollarLight } from './SackDollarLight';
|
|
@@ -356,6 +357,7 @@ export { default as UserPoliceTieLight } from './UserPoliceTieLight';
|
|
|
356
357
|
export { default as UserThin } from './UserThin';
|
|
357
358
|
export { default as UsersLight } from './UsersLight';
|
|
358
359
|
export { default as UsersMedicalLight } from './UsersMedicalLight';
|
|
360
|
+
export { default as UsersSolidFull } from './UsersSolidFull';
|
|
359
361
|
export { default as VimeoVBrands } from './VimeoVBrands';
|
|
360
362
|
export { default as WalletFaThin } from './WalletFaThin';
|
|
361
363
|
export { default as WalletThin } from './WalletThin';
|
package/dist/index.js
CHANGED
|
@@ -280,6 +280,7 @@ export { default as QuestionLight } from './QuestionLight';
|
|
|
280
280
|
export { default as QuotesLight } from './QuotesLight';
|
|
281
281
|
export { default as ReceiptLight } from './ReceiptLight';
|
|
282
282
|
export { default as ReceiptThin } from './ReceiptThin';
|
|
283
|
+
export { default as RecognitionIcon } from './RecognitionIcon';
|
|
283
284
|
export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
|
|
284
285
|
export { default as RocketLight } from './RocketLight';
|
|
285
286
|
export { default as SackDollarLight } from './SackDollarLight';
|
|
@@ -356,6 +357,7 @@ export { default as UserPoliceTieLight } from './UserPoliceTieLight';
|
|
|
356
357
|
export { default as UserThin } from './UserThin';
|
|
357
358
|
export { default as UsersLight } from './UsersLight';
|
|
358
359
|
export { default as UsersMedicalLight } from './UsersMedicalLight';
|
|
360
|
+
export { default as UsersSolidFull } from './UsersSolidFull';
|
|
359
361
|
export { default as VimeoVBrands } from './VimeoVBrands';
|
|
360
362
|
export { default as WalletFaThin } from './WalletFaThin';
|
|
361
363
|
export { default as WalletThin } from './WalletThin';
|