UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

24 lines 1.42 kB
import * as React from "react"; import { forwardRef } from "react"; const UntakeNftIcon = ({ 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", { d: "M10.43 4.006a1.55 1.55 0 0 1 2.192 0l2.161 2.161a1.55 1.55 0 0 1 0 2.192l-2.16 2.162a1.55 1.55 0 0 1-2.193 0L8.269 8.359a1.55 1.55 0 0 1 0-2.192zM19.106 2.724c.08 0 .157.016.23.04q.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-.04" })); const ForwardRef = forwardRef(UntakeNftIcon); export default ForwardRef;