@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.CustodialWalletSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CustodialWalletSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.25 10a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M8.5 12.25a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", d: "m8.347 1.052-.12-.03-.013-.003a1.2 1.2 0 0 0-.565.034L2.764 3l-.009.003C2.327 3.162 2 3.526 2 4v4.979l.004.202v.004c.08 2.152 1.96 4.04 3.955 4.979l1.54.725.11.044.011.004c.287.098.606.082.882-.048l.768-.362a3.7 3.7 0 0 1-.64-1.296l-.63.296-1.36-.64-.166-.082c-.754-.39-1.497-.954-2.05-1.62s-.906-1.425-.906-2.206V4.275L8 2.446l4.48 1.828v4.233c.546.033 1.06.183 1.518.425V3.988a1.08 1.08 0 0 0-.766-.99z" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.78 5.97a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 0 1 1.06-1.06l.47.47.97-.97a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
exports.CustodialWalletSIcon.displayName = 'CustodialWalletSIcon';