UNPKG

@astraicons/react

Version:

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

28 lines 1.58 kB
import * as React from "react"; import { forwardRef } from "react"; const StakeCoinIcon = ({ 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.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.044-.049.019-.099.03-.02.007-.04.012L19.238 8a.8.8 0 0 1-.264 0l-.017-.003-.039-.012q-.05-.011-.099-.03-.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(StakeCoinIcon); export default ForwardRef;