@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
38 lines • 1.28 kB
JavaScript
const React = require("react");
const { forwardRef } = require("react");
const UntakeNftIcon = ({
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,
opacity: 0.4,
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",
opacity: 0.4
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m17.21 5.368 1.896-1.894m0 0L21 5.368m-1.894-1.894v3.79",
opacity: 0.4
}));
const ForwardRef = forwardRef(UntakeNftIcon);
module.exports = ForwardRef;