UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 932 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CircleFillSIcon = 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", { fill: "currentColor", clipPath: "url(#CircleFillSIcon__a)" }, React.createElement("path", { fillRule: "evenodd", d: "M8 1.75a6.25 6.25 0 1 0 0 12.5 6.25 6.25 0 0 0 0-12.5M.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8", clipRule: "evenodd" }), React.createElement("path", { d: "M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0" })), React.createElement("defs", null, React.createElement("clipPath", { id: "CircleFillSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); CircleFillSIcon.displayName = 'CircleFillSIcon';