@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.52 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CheckCircleMIcon = 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: "M4.85571 4.85571C6.68419 3.02723 9.16414 2 11.75 2C14.3359 2 16.8158 3.02723 18.6443 4.85571C20.4728 6.68419 21.5 9.16414 21.5 11.75C21.5 14.3359 20.4728 16.8158 18.6443 18.6443C16.8158 20.4728 14.3359 21.5 11.75 21.5C9.16414 21.5 6.68419 20.4728 4.85571 18.6443C3.02723 16.8158 2 14.3359 2 11.75C2 9.16414 3.02723 6.68419 4.85571 4.85571ZM11.75 3.69565C9.61385 3.69565 7.5652 4.54423 6.05472 6.05472C4.54423 7.5652 3.69565 9.61385 3.69565 11.75C3.69565 13.8861 4.54423 15.9348 6.05472 17.4453C7.5652 18.9558 9.61385 19.8043 11.75 19.8043C13.8861 19.8043 15.9348 18.9558 17.4453 17.4453C18.9558 15.9348 19.8043 13.8861 19.8043 11.75C19.8043 9.61385 18.9558 7.5652 17.4453 6.05472C15.9348 4.54423 13.8861 3.69565 11.75 3.69565ZM15.8115 9.17224C16.1426 9.50334 16.1426 10.0402 15.8115 10.3713L10.701 15.4818C10.3699 15.8129 9.83305 15.8129 9.50195 15.4818L7.19398 13.1738C6.86288 12.8427 6.86288 12.3059 7.19398 11.9748C7.52507 11.6437 8.06189 11.6437 8.39298 11.9748L10.1015 13.6832L14.6125 9.17224C14.9436 8.84115 15.4804 8.84115 15.8115 9.17224Z", fill: "currentColor" }))); });
CheckCircleMIcon.displayName = 'CheckCircleMIcon';