@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.18 kB
JavaScript
"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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FundFilledSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.308.001a7.74 7.74 0 0 0-5.966 3.76 7.78 7.78 0 0 0 1.715 9.955 7.74 7.74 0 0 0 6.88 1.537 7.75 7.75 0 0 0 3.2-1.706L7.523 8.24a.7.7 0 0 1-.214-.504zm6.78 12.54a7.773 7.773 0 0 0-1.543-11.097A7.74 7.74 0 0 0 8.692 0v7.437z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FundFilledSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.FundFilledSIcon.displayName = 'FundFilledSIcon';