UNPKG

@astraicons/react

Version:

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

26 lines 1.62 kB
const React = require("react"); const { forwardRef } = require("react"); const DollarCircleReceiveIcon = ({ 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", { d: "M13.102 12.924a1.25 1.25 0 0 1 1.044 1.233v.306c0 .69-.56 1.25-1.25 1.25h-.25v-2.866zM11.147 11.077l-.456-.075a1.25 1.25 0 0 1-1.045-1.234v-.305c0-.69.56-1.25 1.25-1.25h.25z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M11.897 2.213c1.387 0 2.705.292 3.9.814a4 4 0 0 0 5.291 5.682 9.7 9.7 0 0 1 .558 3.254c0 5.384-4.365 9.75-9.75 9.75s-9.75-4.366-9.75-9.75 4.366-9.75 9.75-9.75m0 3a.75.75 0 0 0-.75.75v.75h-.25a2.75 2.75 0 0 0-2.75 2.75v.305a2.75 2.75 0 0 0 2.297 2.713l.702.116v3.116h-.25c-.69 0-1.25-.56-1.25-1.25v-.5a.75.75 0 0 0-1.5 0v.5a2.75 2.75 0 0 0 2.75 2.75h.25v.75a.75.75 0 0 0 1.5 0v-.75h.25a2.75 2.75 0 0 0 2.75-2.75v-.306a2.75 2.75 0 0 0-2.297-2.713l-.703-.117V8.213h.25c.69 0 1.25.56 1.25 1.25v.5a.75.75 0 0 0 1.5 0v-.5a2.75 2.75 0 0 0-2.75-2.75h-.25v-.75a.75.75 0 0 0-.75-.75", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M18.426 2.963a.75.75 0 0 1 1.5 0v2.19l.72-.72a.75.75 0 1 1 1.06 1.06l-2 2a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72z" })); const ForwardRef = forwardRef(DollarCircleReceiveIcon); module.exports = ForwardRef;