@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 588 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var Number07MIcon = 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.2857V19.7829C11.9999 13.5688 13.6887 7.47146 16.8857 2.14287L17.1429 1.71429H6.85715", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); });
Number07MIcon.displayName = 'Number07MIcon';