UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 434 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DotMIcon = 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("circle", { cx: "12", cy: "12", r: "2", fill: "currentColor" }))); }); DotMIcon.displayName = 'DotMIcon';