UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 916 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FundSIcon = 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(#FundSIcon__a)" }, React.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.createElement("defs", null, React.createElement("clipPath", { id: "FundSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); FundSIcon.displayName = 'FundSIcon';