@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
28 lines • 1.55 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const UnstakeCoinIcon = ({
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", {
fillRule: "evenodd",
d: "M8.33 11.25a.75.75 0 0 1 .75.75q0 .284-.008.5h4.917a17 17 0 0 1-.015-.5.75.75 0 0 1 .75-.75h2.029a4.05 4.05 0 0 1 4.05 4.05v1.927a4.05 4.05 0 0 1-4.05 4.05H6.3a4.05 4.05 0 0 1-4.05-4.05V15.3a4.05 4.05 0 0 1 4.05-4.05zm.406 3.592a1 1 0 0 0-1 1v.842a1 1 0 0 0 1 1h5.58a1 1 0 0 0 1-1v-.842a1 1 0 0 0-1-1z",
clipRule: "evenodd"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M11.525 2.724a4.54 4.54 0 1 1 0 9.08 4.54 4.54 0 0 1 0-9.08m.213 3.067a.3.3 0 0 0-.425 0l-1.26 1.26a.3.3 0 0 0 0 .425l1.26 1.26a.3.3 0 0 0 .425 0l1.26-1.26a.3.3 0 0 0 0-.425z",
clipRule: "evenodd"
}), /*#__PURE__*/React.createElement("path", {
d: "M19.183 2.728a.7.7 0 0 1 .153.036q.028.008.056.017.029.014.055.03a.8.8 0 0 1 .189.132L21.53 4.84a.75.75 0 0 1-1.06 1.06l-.614-.614v1.979a.75.75 0 0 1-1.5 0V5.285l-.615.614a.75.75 0 0 1-1.06-1.06l1.89-1.89q.007-.008.014-.014a.7.7 0 0 1 .178-.124q.025-.016.05-.028l.01-.004.051-.015a.8.8 0 0 1 .232-.04z"
}));
const ForwardRef = forwardRef(UnstakeCoinIcon);
export default ForwardRef;