@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 586 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var Number07SIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M8 14.8571V13.1885C7.99993 9.0458 9.12577 4.98093 11.2571 1.42854L11.4286 1.14282H4.57143", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); });
Number07SIcon.displayName = 'Number07SIcon';