@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.12 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FundSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FundSIcon = (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(#FundSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.52 2.52a7.75 7.75 0 0 1 11.03 10.89.8.8 0 0 1-.14.14A7.75 7.75 0 0 1 2.52 2.52m10.398 9.337A6.25 6.25 0 0 0 8.75 1.795V7.69zM7.25 1.795V8c0 .199.079.39.22.53l4.387 4.388A6.25 6.25 0 1 1 7.25 1.795", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FundSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.FundSIcon.displayName = 'FundSIcon';