UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 650 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var Number00SIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M4.571 4.477v7.046a3.334 3.334 0 0 0 3.334 3.334h.19a3.334 3.334 0 0 0 3.334-3.334V4.477a3.334 3.334 0 0 0-3.334-3.334h-.19a3.334 3.334 0 0 0-3.334 3.334" }))); }); Number00SIcon.displayName = 'Number00SIcon';