@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
26 lines • 947 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const AccountStatement2Icon = ({
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: "M14.25 3.2c0-.52.427-.964.975-.946a6.75 6.75 0 0 1 6.521 6.521.945.945 0 0 1-.946.975h-5.6a.95.95 0 0 1-.95-.95z",
clipRule: "evenodd"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M11.675 2.256A1.04 1.04 0 0 1 12.75 3.3v7.95h7.95c.573 0 1.065.47 1.045 1.075a9.75 9.75 0 1 1-10.07-10.07",
clipRule: "evenodd"
}));
const ForwardRef = forwardRef(AccountStatement2Icon);
export default ForwardRef;