UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 526 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ThreeLinesMIcon = 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: "M5 8H19M19 12H5M5 16H19", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); ThreeLinesMIcon.displayName = 'ThreeLinesMIcon';