@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 698 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var Number04MIcon = 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: "M15.4286 1.71429L5.14285 17.1429H18.8571", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
React.createElement("path", { d: "M15.4286 1.71429V22.2857", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); });
Number04MIcon.displayName = 'Number04MIcon';