UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 842 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var Number05MIcon = 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: "M16.2857 1.71429H7.71429L6.85715 11.1429L8.83715 10.152C9.78993 9.67581 10.8406 9.42812 11.9057 9.42858H12C13.364 9.42858 14.6721 9.97042 15.6366 10.9349C16.601 11.8994 17.1429 13.2075 17.1429 14.5714V17.1429C17.1429 18.5068 16.601 19.8149 15.6366 20.7794C14.6721 21.7439 13.364 22.2857 12 22.2857C9.76115 22.2857 7.56343 20.8543 6.85715 18.8572", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); Number05MIcon.displayName = 'Number05MIcon';