UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 705 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CheckCircleFilledSIcon = 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("path", { fill: "currentColor", fillRule: "evenodd", d: "M0 8c0-4.421 3.578-8 8-8 4.42 0 7.999 3.579 7.999 8s-3.579 7.999-8 7.999S0 12.42 0 7.999m11.6-1.217-3.915 3.915a1 1 0 0 1-1.414 0L4.402 8.83a.75.75 0 1 1 1.06-1.06l1.516 1.515 3.562-3.561a.75.75 0 1 1 1.06 1.06", clipRule: "evenodd" }))); }); CheckCircleFilledSIcon.displayName = 'CheckCircleFilledSIcon';