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.5 kB
const React = require("react"); const { forwardRef } = require("react"); const StakeNftIcon = ({ 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.342c-.69 0-1.25.56-1.25 1.25v.842c0 .69.56 1.25 1.25 1.25h5.58c.69 0 1.25-.56 1.25-1.25v-.842c0-.69-.56-1.25-1.25-1.25z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M10.43 4.006a1.55 1.55 0 0 1 2.192 0l2.162 2.162a1.55 1.55 0 0 1 0 2.191l-2.162 2.162a1.55 1.55 0 0 1-2.191 0L8.269 8.36a1.55 1.55 0 0 1 0-2.191zM19.106 2.724a.75.75 0 0 1 .75.75v1.978l.614-.614a.75.75 0 0 1 1.06 1.06l-1.894 1.895a.7.7 0 0 1-.161.118q-.04.025-.083.044a1 1 0 0 1-.093.03l-.045.012-.017.003a.8.8 0 0 1-.264 0l-.017-.003q-.023-.006-.044-.013-.047-.01-.094-.029-.043-.019-.083-.044a.8.8 0 0 1-.16-.118l-1.894-1.895a.75.75 0 1 1 1.06-1.06l.614.614V3.474a.75.75 0 0 1 .75-.75" })); const ForwardRef = forwardRef(StakeNftIcon); module.exports = ForwardRef;