UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 787 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var NumberMIcon = 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: "M1.812 2.274a.75.75 0 0 1 .844.362l8.594 15.47V3a.75.75 0 0 1 1.5 0v18a.75.75 0 0 1-1.406.364L2.75 5.894V21a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .562-.726M19 3.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M15.25 6a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0m0 7a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); }); NumberMIcon.displayName = 'NumberMIcon';