@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 705 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FundFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.13 2.251a9.7 9.7 0 0 0-4.321 1.46A9.783 9.783 0 0 0 5.78 19.506a9.74 9.74 0 0 0 8.655 1.935 9.74 9.74 0 0 0 4.026-2.146l-7.06-6.68a.87.87 0 0 1-.27-.633zm8.528 15.775a9.78 9.78 0 0 0-1.94-13.96A9.74 9.74 0 0 0 12.87 2.25v9.356z", clipRule: "evenodd" }))); });
FundFilledMIcon.displayName = 'FundFilledMIcon';