@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 1.29 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CustodialWalletSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.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.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.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" }))); });
CustodialWalletSIcon.displayName = 'CustodialWalletSIcon';