UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 645 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var Number01SIcon = 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.8571V1.14282V2.28568C8 2.89189 7.75918 3.47327 7.33053 3.90192C6.90187 4.33058 6.32049 4.57139 5.71428 4.57139H4.57143M11.4286 14.8571H4.57143", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); Number01SIcon.displayName = 'Number01SIcon';