@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines • 1.17 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Rewards2Icon = ({
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: "M3.25 7.501c0-2.9 2.35-5.25 5.25-5.25h7c2.9 0 5.25 2.35 5.25 5.25v6.75H3.25zm0 8.25v3.12c0 2.34 2.66 3.637 4.584 2.4l.018-.011 1.502-1.087a4.54 4.54 0 0 1 5.292 0l1.502 1.087.018.01c1.924 1.238 4.584-.06 4.584-2.4v-3.119zm7.594-9.64c.357-1.147 1.955-1.147 2.312 0l.33 1.062h1.05c.606 0 1.019.418 1.157.86a1.235 1.235 0 0 1-.432 1.361l-.876.664.339 1.086c.17.548-.05 1.072-.431 1.36a1.19 1.19 0 0 1-1.45 0L12 11.866l-.843.638a1.19 1.19 0 0 1-1.45 0 1.235 1.235 0 0 1-.43-1.36l.338-1.086-.876-.664a1.235 1.235 0 0 1-.432-1.36c.138-.443.55-.86 1.157-.86h1.05z",
clipRule: "evenodd"
}));
const ForwardRef = forwardRef(Rewards2Icon);
export default ForwardRef;