@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 647 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var Number01MIcon = 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: "M12 22.2857V1.71429V3.42858C12 4.33789 11.6388 5.20996 10.9958 5.85295C10.3528 6.49593 9.48074 6.85715 8.57143 6.85715H6.85714M17.1429 22.2857H6.85714", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); });
Number01MIcon.displayName = 'Number01MIcon';