UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 397 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgLineHeight = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M11 4h10v2H11zM6 7v4H4V7H1l4-4 4 4zm0 10h3l-4 4-4-4h3v-4h2zm5 1h10v2H11zm-2-7h12v2H9z" }) })); const Memo = memo(SvgLineHeight); export default Memo;