UNPKG

@astraicons/react

Version:

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

41 lines 1.72 kB
const React = require("react"); const { forwardRef } = require("react"); const MoneyRewardsIcon = ({ 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: "M9 6h6" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M9 6h6", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { d: "M11.56 11.334a.457.457 0 0 1 .88 0l.391 1.255c.062.199.24.333.44.333h1.265c.449 0 .635.598.272.873l-1.023.776a.495.495 0 0 0-.168.54l.39 1.255c.14.445-.349.814-.711.54l-1.024-.776a.45.45 0 0 0-.544 0l-1.024.776c-.362.274-.85-.095-.712-.54l.391-1.255a.495.495 0 0 0-.168-.54l-1.023-.776c-.363-.274-.177-.873.272-.873h1.265c.2 0 .378-.134.44-.333z", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M3.008 17.617C2.797 11.997 6.818 7.249 12 7c5.183.25 9.203 4.996 8.992 10.617 0 2.512-1.879 3.383-4.196 3.383H7.204c-2.317 0-4.196-.87-4.196-3.383", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M10.667 3h2.666c.368 0 .667.448.667 1 0 .796-.21 1.559-.586 2.121C13.04 6.684 12.53 7 12 7c-1.105 0-2-1.343-2-3 0-.552.299-1 .667-1", clipRule: "evenodd", opacity: 0.4 })); const ForwardRef = forwardRef(MoneyRewardsIcon); module.exports = ForwardRef;