@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 681 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CircleFillMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0" }))); });
CircleFillMIcon.displayName = 'CircleFillMIcon';