@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.89 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({ 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_29874)" },
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.51993 2.51993C3.97334 1.06652 5.94458 0.25 8.00002 0.25C10.0554 0.25 12.0267 1.06652 13.4801 2.51993C14.9335 3.97334 15.75 5.94458 15.75 8.00002C15.75 10.0226 14.9594 11.9637 13.5493 13.41C13.5295 13.4358 13.5078 13.4606 13.4842 13.4842C13.4606 13.5078 13.4358 13.5295 13.41 13.5493C11.9636 14.9594 10.0226 15.75 8.00002 15.75C5.94458 15.75 3.97334 14.9335 2.51993 13.4801C1.06652 12.0267 0.25 10.0554 0.25 8.00002C0.25 5.94458 1.06652 3.97334 2.51993 2.51993ZM12.9179 11.8572C13.7765 10.7625 14.25 9.40565 14.25 8.00002C14.25 6.34241 13.5916 4.75269 12.4194 3.58059C11.4255 2.58666 10.1313 1.96206 8.75002 1.79514L8.75 7.68936L12.9179 11.8572ZM7.25002 1.79514L7.25 8.00002C7.25 8.19893 7.32902 8.3897 7.46967 8.53035L11.8572 12.9179C10.7625 13.7765 9.40564 14.25 8.00002 14.25C6.34241 14.25 4.75269 13.5916 3.58059 12.4194C2.40848 11.2473 1.75 9.65763 1.75 8.00002C1.75 6.34241 2.40848 4.75269 3.58059 3.58059C4.57452 2.58666 5.86874 1.96207 7.25002 1.79514Z", fill: "currentColor" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_135_29874" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.FundSIcon.displayName = 'FundSIcon';