@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.49 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustodialWalletMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CustodialWalletMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.25 13.5a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5M12 17.25a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M12.24 2.025a1.25 1.25 0 0 0-.635.04l-6.75 2.002C4.357 4.263 4 4.7 4 5.254l-.002 8.188.005.292c.106 3.014 2.599 5.714 5.307 7.069l2.132 1.067.135.057c.32.116.675.097.983-.058l1.27-.636a5.3 5.3 0 0 1-1.014-1.171L12 20.47l-2.02-1.01-.233-.123c-2.152-1.184-4.249-3.423-4.249-5.895L5.5 5.434 12 3.517l6.502 1.915-.002 6.718a5.2 5.2 0 0 1 1.5.627l.002-7.525c-.028-.535-.33-1.012-.855-1.187l-6.752-2z" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.53 8.47a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-1.5-1.5a.75.75 0 1 1 1.06-1.06l.97.97 1.97-1.97a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
exports.CustodialWalletMIcon.displayName = 'CustodialWalletMIcon';