@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.16 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CheckCircleFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.8943 18.8943C17.0658 20.7228 14.5859 21.75 12 21.75C9.41414 21.75 6.93419 20.7228 5.10571 18.8943C3.27723 17.0658 2.25 14.5859 2.25 12C2.25 9.41414 3.27723 6.93419 5.10571 5.10571C6.93419 3.27723 9.41414 2.25 12 2.25C14.5859 2.25 17.0658 3.27723 18.8943 5.10571C20.7228 6.93419 21.75 9.41414 21.75 12C21.75 14.5859 20.7228 17.0658 18.8943 18.8943ZM16.0034 10.6409C16.3298 10.3146 16.3298 9.78543 16.0034 9.45906C15.677 9.13269 15.1479 9.13269 14.8215 9.45906L10.375 13.9056L8.69091 12.2216C8.36454 11.8952 7.8354 11.8952 7.50903 12.2216C7.18266 12.5479 7.18266 13.0771 7.50903 13.4034L9.78403 15.6784C10.1104 16.0048 10.6395 16.0048 10.9659 15.6784L16.0034 10.6409Z", fill: "currentColor" }))); });
CheckCircleFilledMIcon.displayName = 'CheckCircleFilledMIcon';