UNPKG

@astraicons/react

Version:

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

43 lines 1.36 kB
const React = require("react"); const { forwardRef } = require("react"); const StakeCoinIcon = ({ 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("circle", { cx: 11.526, cy: 7.263, r: 3.789, opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { d: "M11.314 5.791a.3.3 0 0 1 .424 0l1.26 1.26a.3.3 0 0 1 0 .424l-1.26 1.26a.3.3 0 0 1-.424 0l-1.26-1.26a.3.3 0 0 1 0-.424z", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "m17.21 5.368 1.896 1.895m0 0L21 5.368m-1.894 1.895v-3.79", opacity: 0.4 })); const ForwardRef = forwardRef(StakeCoinIcon); module.exports = ForwardRef;