@benefex/icons 0.0.0-PR73-BN2086 → 0.0.0-PR73-BN2139
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/Magnifier.d.ts +4 -0
- package/dist/Magnifier.js +13 -0
- package/dist/SendSolid.d.ts +4 -0
- package/dist/SendSolid.js +9 -0
- package/dist/UserCircle.js +8 -14
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const Magnifier = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "url(#magnifier_svg__a)", d: "M16.25 8.124c0 1.792-.582 3.449-1.562 4.792l4.945 4.95a1.252 1.252 0 0 1-1.77 1.77l-4.945-4.95a8.08 8.08 0 0 1-4.793 1.563A8.124 8.124 0 0 1 0 8.124 8.124 8.124 0 0 1 8.125-.001a8.124 8.124 0 0 1 8.125 8.125m-8.125 5.624a5.627 5.627 0 0 0 3.977-9.602 5.625 5.625 0 1 0-3.977 9.603" }),
|
|
5
|
+
React.createElement("path", { fill: "url(#magnifier_svg__b)", d: "M8.305 4.195a.335.335 0 0 0-.608 0L6.588 6.588 4.195 7.694a.335.335 0 0 0 0 .61L6.59 9.412l1.105 2.393a.335.335 0 0 0 .608 0L9.41 9.41l2.395-1.106a.335.335 0 0 0 0-.609L9.412 6.59z" }),
|
|
6
|
+
React.createElement("defs", null,
|
|
7
|
+
React.createElement("linearGradient", { id: "magnifier_svg__a", x1: 0, x2: 21.824, y1: 0.372, y2: 2.67, gradientUnits: "userSpaceOnUse" },
|
|
8
|
+
React.createElement("stop", { stopColor: "#CA54FF" }),
|
|
9
|
+
React.createElement("stop", { offset: 1, stopColor: "#7637E3" })),
|
|
10
|
+
React.createElement("linearGradient", { id: "magnifier_svg__b", x1: 4, x2: 12.73, y1: 4.149, y2: 5.068, gradientUnits: "userSpaceOnUse" },
|
|
11
|
+
React.createElement("stop", { stopColor: "#CA54FF" }),
|
|
12
|
+
React.createElement("stop", { offset: 1, stopColor: "#7637E3" })))));
|
|
13
|
+
export default Magnifier;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const SendSolid = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("g", { clipPath: "url(#send-solid_svg__a)" },
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "m16.406 2.906-4.5 11a1.01 1.01 0 0 1-1.125.594c-.469-.094-.781-.5-.781-1V8H4.5c-.5 0-.906-.312-1-.781a1.01 1.01 0 0 1 .594-1.125l11-4.5a1.01 1.01 0 0 1 1.094.218c.28.282.375.72.218 1.094" })),
|
|
6
|
+
React.createElement("defs", null,
|
|
7
|
+
React.createElement("clipPath", { id: "send-solid_svg__a" },
|
|
8
|
+
React.createElement("path", { fill: "#fff", d: "M0 0h20v16H0z" })))));
|
|
9
|
+
export default SendSolid;
|
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;
|
package/dist/index.d.ts
CHANGED
|
@@ -203,6 +203,7 @@ export { default as LocationPin } from './LocationPin';
|
|
|
203
203
|
export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
204
204
|
export { default as LockKeyholeThin } from './LockKeyholeThin';
|
|
205
205
|
export { default as LotusThin } from './LotusThin';
|
|
206
|
+
export { default as Magnifier } from './Magnifier';
|
|
206
207
|
export { default as MagnifyingGlassLight } from './MagnifyingGlassLight';
|
|
207
208
|
export { default as MagnifyingGlassRegular } from './MagnifyingGlassRegular';
|
|
208
209
|
export { default as MagnifyingGlassThin } from './MagnifyingGlassThin';
|
|
@@ -286,6 +287,7 @@ export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
|
|
|
286
287
|
export { default as RocketLight } from './RocketLight';
|
|
287
288
|
export { default as SackDollarLight } from './SackDollarLight';
|
|
288
289
|
export { default as ScrewdriverWrenchLight } from './ScrewdriverWrenchLight';
|
|
290
|
+
export { default as SendSolid } from './SendSolid';
|
|
289
291
|
export { default as ServerLight } from './ServerLight';
|
|
290
292
|
export { default as ShareLight } from './ShareLight';
|
|
291
293
|
export { default as ShieldCheckLight } from './ShieldCheckLight';
|
package/dist/index.js
CHANGED
|
@@ -203,6 +203,7 @@ export { default as LocationPin } from './LocationPin';
|
|
|
203
203
|
export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
204
204
|
export { default as LockKeyholeThin } from './LockKeyholeThin';
|
|
205
205
|
export { default as LotusThin } from './LotusThin';
|
|
206
|
+
export { default as Magnifier } from './Magnifier';
|
|
206
207
|
export { default as MagnifyingGlassLight } from './MagnifyingGlassLight';
|
|
207
208
|
export { default as MagnifyingGlassRegular } from './MagnifyingGlassRegular';
|
|
208
209
|
export { default as MagnifyingGlassThin } from './MagnifyingGlassThin';
|
|
@@ -286,6 +287,7 @@ export { default as RectangleBarcodeLight } from './RectangleBarcodeLight';
|
|
|
286
287
|
export { default as RocketLight } from './RocketLight';
|
|
287
288
|
export { default as SackDollarLight } from './SackDollarLight';
|
|
288
289
|
export { default as ScrewdriverWrenchLight } from './ScrewdriverWrenchLight';
|
|
290
|
+
export { default as SendSolid } from './SendSolid';
|
|
289
291
|
export { default as ServerLight } from './ServerLight';
|
|
290
292
|
export { default as ShareLight } from './ShareLight';
|
|
291
293
|
export { default as ShieldCheckLight } from './ShieldCheckLight';
|