@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 533 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DotBigMIcon = 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", { d: "M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z", fill: "currentColor" }))); });
DotBigMIcon.displayName = 'DotBigMIcon';