UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 453 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgExpandDiagonalFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M21 3h-7.5l3.043 3.043-3.25 3.25 1.414 1.414 3.25-3.25L21 10.5zM3 21h7.5l-3.043-3.043 3.25-3.25-1.414-1.414-3.25 3.25L3 13.5z" }) })); const Memo = memo(SvgExpandDiagonalFill); export default Memo;