dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 405 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgExpandDiagonalS2Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M5 5v7.5l3.043-3.043 6.5 6.5L11.5 19H19v-7.5l-3.043 3.043-6.5-6.5L12.5 5z" }) }));
const Memo = memo(SvgExpandDiagonalS2Fill);
export default Memo;