@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
26 lines • 1.57 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const TransactionHistoryIcon = ({
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.147 12.96a1.25 1.25 0 0 1 1.044 1.234v.306c0 .69-.56 1.25-1.25 1.25h-.25v-2.865zM11.191 11.114l-.455-.075a1.25 1.25 0 0 1-1.045-1.233V9.5c0-.69.56-1.25 1.25-1.25h.25z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M11.941 2.25c1.388 0 2.706.292 3.9.814a4 4 0 0 0 5.291 5.682 9.7 9.7 0 0 1 .56 3.254c0 5.385-4.366 9.75-9.75 9.75s-9.75-4.365-9.75-9.75 4.365-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.306a2.75 2.75 0 0 0 2.298 2.713l.702.116v3.115h-.25c-.69 0-1.25-.56-1.25-1.25V14a.75.75 0 0 0-1.5 0v.5a2.75 2.75 0 0 0 2.75 2.75h.25V18a.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.25h.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-.25V6a.75.75 0 0 0-.75-.75",
clipRule: "evenodd"
}), /*#__PURE__*/React.createElement("path", {
d: "M18.25 3a.75.75 0 0 1 1.5 0v1.754l1.944.521a.75.75 0 0 1-.388 1.45l-2.5-.67a.75.75 0 0 1-.556-.725z"
}));
const ForwardRef = forwardRef(TransactionHistoryIcon);
export default ForwardRef;