@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 525 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ThreeLinesSIcon = 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: "M3 5H13M13 8H3M3 11H13", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); });
ThreeLinesSIcon.displayName = 'ThreeLinesSIcon';