UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.39 kB
"use strict"; 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({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1299 2.2514C9.59465 2.38896 8.1138 2.88942 6.80893 3.71169C5.50407 4.53396 4.41238 5.6546 3.62348 6.98163C2.83458 8.30866 2.37096 9.80426 2.27066 11.3457C2.17036 12.8871 2.43625 14.4303 3.04651 15.8488C3.65676 17.2672 4.59398 18.5205 5.78125 19.5056C6.96851 20.4907 8.37197 21.1796 9.87643 21.5158C11.3809 21.852 12.9435 21.8259 14.4359 21.4396C15.9283 21.0533 17.3081 20.3179 18.4619 19.2936L11.4015 12.6146C11.3159 12.5329 11.2478 12.4346 11.2013 12.3257C11.1549 12.2168 11.1311 12.0995 11.1313 11.981L11.1299 2.2514ZM19.6581 18.0265C20.7452 16.6441 21.4395 14.9932 21.6675 13.2481C21.8955 11.503 21.6488 9.72852 20.9535 8.11232C20.2581 6.49613 19.14 5.0982 17.7173 4.0663C16.2945 3.0344 14.62 2.40685 12.8707 2.25V11.6056L19.6581 18.0265Z", fill: "currentColor" }))); }); exports.FundFilledMIcon.displayName = 'FundFilledMIcon';