UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 698 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var Number04SIcon = 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: "M10.2857 1.14282L3.42857 11.4285H12.5714", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), React.createElement("path", { d: "M10.2857 1.14282V14.8571", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); Number04SIcon.displayName = 'Number04SIcon';