@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
35 lines • 1.22 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const StakeNftIcon = ({
title,
titleId,
...props
}, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 24 24",
strokeWidth: 1.5,
stroke: "currentColor",
"aria-hidden": "true",
ref: ref,
"aria-labelledby": titleId
}, props), title ? /*#__PURE__*/React.createElement("title", {
id: titleId
}, title) : null, /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
d: "M8.329 12H6.3A3.3 3.3 0 0 0 3 15.3v1.926a3.3 3.3 0 0 0 3.3 3.3h10.453a3.3 3.3 0 0 0 3.3-3.3V15.3a3.3 3.3 0 0 0-3.3-3.3h-2.029"
}), /*#__PURE__*/React.createElement("rect", {
width: 7.579,
height: 2.842,
x: 7.736,
y: 14.842,
rx: 1
}), /*#__PURE__*/React.createElement("path", {
d: "M10.606 4.182a1.3 1.3 0 0 1 1.839 0l2.161 2.162a1.3 1.3 0 0 1 0 1.838l-2.161 2.162a1.3 1.3 0 0 1-1.839 0L8.445 8.182a1.3 1.3 0 0 1 0-1.838z"
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m17.21 5.368 1.895 1.895L21 5.368M19.106 3.474v3.79"
}));
const ForwardRef = forwardRef(StakeNftIcon);
export default ForwardRef;