@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 976 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CheckCircleFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 7.99949C0 3.57857 3.57817 0 7.99949 0C12.4204 0 15.999 3.57857 15.999 7.99949C15.999 12.4204 12.4204 15.999 7.99949 15.999C3.57817 15.999 0 12.4204 0 7.99949ZM11.6003 6.78333L7.68527 10.6983C7.29477 11.0888 6.66164 11.0888 6.27114 10.6983L4.40202 8.82922C4.10914 8.53635 4.10914 8.0615 4.40202 7.76863C4.69489 7.47575 5.16974 7.47575 5.46261 7.76863L6.97821 9.28422L10.5397 5.72274C10.8326 5.42986 11.3074 5.42986 11.6003 5.72274C11.8932 6.01561 11.8932 6.49046 11.6003 6.78333Z", fill: "currentColor" }))); });
CheckCircleFilledSIcon.displayName = 'CheckCircleFilledSIcon';