@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 871 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FundFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FundFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.FundFilledMIcon.displayName = 'FundFilledMIcon';