@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
28 lines • 1.74 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Web3WalletIcon = ({
title,
titleId,
...props
}, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true",
ref: ref,
"aria-labelledby": titleId
}, props), title ? /*#__PURE__*/React.createElement("title", {
id: titleId
}, title) : null, /*#__PURE__*/React.createElement("path", {
d: "M8.554 17.146a1 1 0 0 1-.055.063 1 1 0 0 1-.058-.067l-.874-1.353.04.017a2.25 2.25 0 0 0 1.786 0l.039-.018zM8.499 11.752c.01.006.036.023.066.063l1.551 2.043-1.32.57a.75.75 0 0 1-.594.002l-1.32-.57 1.553-2.045a.2.2 0 0 1 .064-.063"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M11.397 2.36c1.182-.444 2.353.48 2.353 1.681V7.25h2.75c2.9 0 5.25 2.35 5.25 5.25v.75H18a2.75 2.75 0 1 0 0 5.5h3.244a5.25 5.25 0 0 1-4.744 3h-9a5.25 5.25 0 0 1-5.25-5.25v-6.17c0-2.708 1.633-5.149 4.12-6.082zM8.5 10.25c-.525 0-.97.276-1.26.658l-1.563 2.06a2.2 2.2 0 0 0-.427 1.327c0 .45.131.909.396 1.28h-.001l1.562 2.42.032.047c.227.3.66.708 1.261.708s1.033-.41 1.26-.708l.033-.047 1.563-2.42-.002-.002c.265-.37.396-.828.396-1.28 0-.469-.14-.948-.428-1.326L9.76 10.908a1.62 1.62 0 0 0-1.068-.645zm3.424-6.485L6.896 5.652c-1.31.492-2.325 1.552-2.818 2.867A5.23 5.23 0 0 1 7.5 7.25h4.75V4.041a.3.3 0 0 0-.117-.245.21.21 0 0 0-.21-.031",
clipRule: "evenodd"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M21.75 16.5q-.001.383-.055.75H18a1.25 1.25 0 0 1 0-2.5h3.75zM18 15.25a.75.75 0 1 0 0 1.5h.5a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}));
const ForwardRef = forwardRef(Web3WalletIcon);
export default ForwardRef;