@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 971 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FundFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#FundFilledSIcon__a)" },
React.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.createElement("defs", null,
React.createElement("clipPath", { id: "FundFilledSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
FundFilledSIcon.displayName = 'FundFilledSIcon';