@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.17 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CircleMIcon = 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: "M5.10572 5.10572C6.9342 3.27723 9.41416 2.25 12 2.25C14.5859 2.25 17.0659 3.27723 18.8943 5.10572C20.7228 6.9342 21.7501 9.41416 21.7501 12C21.7501 14.5859 20.7228 17.0659 18.8943 18.8943C17.0659 20.7228 14.5859 21.7501 12 21.7501C9.41416 21.7501 6.9342 20.7228 5.10572 18.8943C3.27723 17.0659 2.25 14.5859 2.25 12C2.25 9.41416 3.27723 6.9342 5.10572 5.10572ZM12 3.75C9.81198 3.75 7.71356 4.6192 6.16638 6.16638C4.6192 7.71356 3.75 9.81198 3.75 12C3.75 14.1881 4.6192 16.2865 6.16638 17.8337C7.71356 19.3809 9.81198 20.2501 12 20.2501C14.1881 20.2501 16.2865 19.3809 17.8337 17.8337C19.3809 16.2865 20.2501 14.1881 20.2501 12C20.2501 9.81198 19.3809 7.71356 17.8337 6.16638C16.2865 4.6192 14.1881 3.75 12 3.75Z", fill: "currentColor" }))); });
CircleMIcon.displayName = 'CircleMIcon';