UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 454 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgLayoutHorizontalLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M5 19h14V5H5zM3 4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm4 5h10V7H7zm10 4H7v-2h10zM7 17h10v-2H7z" }) })); const Memo = memo(SvgLayoutHorizontalLine); export default Memo;