UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 488 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFlipVerticalLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M22 11H2v2h20zm-4-9a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm0 18H6v-3h12zm2-3a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2z" }) })); const Memo = memo(SvgFlipVerticalLine); export default Memo;