@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines • 1.25 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Rewards1Icon = ({
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 3.75H3a.75.75 0 0 1 0-1.5h18a.75.75 0 0 1 0 1.5h-.25v11.183a5.25 5.25 0 0 1-3.45 4.932l-3.5 1.277a5.25 5.25 0 0 1-3.6 0l-3.5-1.277a5.25 5.25 0 0 1-3.45-4.932zm.13 0h-.013zm9.776 2.36.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.639a1.19 1.19 0 0 1-1.45 0 1.235 1.235 0 0 1-.43-1.36l.338-1.087-.876-.664a1.235 1.235 0 0 1-.432-1.36c.138-.443.55-.86 1.157-.86h1.05l.33-1.062c.357-1.148 1.955-1.148 2.312 0M9 15.75a.75.75 0 1 0 0-1.5H5a.75.75 0 0 0 0 1.5zM19.75 15a.75.75 0 0 1-.75.75h-4a.75.75 0 1 1 0-1.5h4a.75.75 0 0 1 .75.75",
clipRule: "evenodd"
}));
const ForwardRef = forwardRef(Rewards1Icon);
export default ForwardRef;