UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.72 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FundFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FundFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_135_29875)" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.30841 0.00110927C6.08806 0.110457 4.91097 0.508256 3.87377 1.16185C2.83657 1.81545 1.96882 2.70622 1.34174 3.76104C0.714668 4.81586 0.346145 6.00467 0.266422 7.22988C0.186698 8.4551 0.398047 9.68179 0.883121 10.8093C1.3682 11.9368 2.11317 12.9329 3.05689 13.716C4.00061 14.499 5.11618 15.0466 6.31203 15.3139C7.50788 15.5811 8.74993 15.5603 9.93622 15.2533C11.1225 14.9462 12.2192 14.3616 13.1364 13.5475L7.52426 8.23853C7.45622 8.1736 7.40209 8.09546 7.36517 8.00888C7.32825 7.92229 7.30931 7.82908 7.30952 7.73492L7.30841 0.00110927ZM14.0872 12.5403C14.9513 11.4415 15.5032 10.1292 15.6844 8.74205C15.8657 7.35491 15.6696 5.94447 15.1169 4.6598C14.5642 3.37513 13.6754 2.26395 12.5445 1.44372C11.4136 0.623495 10.0825 0.124679 8.69207 0V7.43653L14.0872 12.5403Z", fill: "currentColor" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_135_29875" }, react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); exports.FundFilledSIcon.displayName = 'FundFilledSIcon';