UNPKG

@astraicons/react

Version:

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

30 lines 1.33 kB
const React = require("react"); const { forwardRef } = require("react"); const Rewards2Icon = ({ 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", { d: "M11.56 6.334a.457.457 0 0 1 .88 0l.391 1.255c.062.199.24.333.44.333h1.265c.449 0 .635.599.272.873l-1.023.776a.495.495 0 0 0-.168.54l.39 1.255c.14.445-.349.815-.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: "square", d: "M20 15H4", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M4 18.87V7.5A4.5 4.5 0 0 1 8.5 3h7A4.5 4.5 0 0 1 20 7.5v11.37c0 1.698-1.963 2.712-3.429 1.77l-1.485-1.076a5.29 5.29 0 0 0-6.172 0L7.43 20.64C5.963 21.582 4 20.57 4 18.87Z" })); const ForwardRef = forwardRef(Rewards2Icon); module.exports = ForwardRef;