dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 404 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgExpandDiagonalSFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M19 5h-7.5l3.043 3.043-6.5 6.5L5 11.5V19h7.5l-3.043-3.043 6.5-6.5L19 12.5z" }) }));
const Memo = memo(SvgExpandDiagonalSFill);
export default Memo;