UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 396 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFullscreenExitFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M18 7h4v2h-6V3h2zM8 9H2V7h4V3h2zm10 8v4h-2v-6h6v2zM8 15v6H6v-4H2v-2z" }) })); const Memo = memo(SvgFullscreenExitFill); export default Memo;