@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
36 lines • 1.37 kB
JavaScript
const React = require("react");
const { forwardRef } = require("react");
const MiningIcon = ({
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: "m11.037 4.68-6.862 8.6",
opacity: 0.4
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
d: "m10.403 5.626 3.136 3.933c.02.025-.013.057-.037.037L9.625 6.395 5.747 3.194c-.048-.04.003-.116.059-.087l4.427 2.377a.6.6 0 0 1 .17.142Z"
}), /*#__PURE__*/React.createElement("path", {
d: "m20.478 14.999-3.992 5.467c-.519.712-1.512.712-2.03 0L10.462 15c-.454-.623-.347-1.531.238-2.008l1.18-.964a1.23 1.23 0 0 1 .78-.283h5.62c.28 0 .554.1.779.283l1.18.964c.585.477.693 1.385.238 2.008Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.182 14.3H20.76m-5.29.089V21",
opacity: 0.4
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
d: "m16 8.841.12-.84M10 10l.786.323",
opacity: 0.4
}));
const ForwardRef = forwardRef(MiningIcon);
module.exports = ForwardRef;