UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 444 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFlipHorizontal2Line = (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-1zm7 4v3h4V8l4 4-4 4v-3h-4v3l-4-4z" }) })); const Memo = memo(SvgFlipHorizontal2Line); export default Memo;