dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 463 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgExpandUpDownLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M18.207 9.043 12 2.836 5.793 9.043l1.414 1.414L12 5.664l4.793 4.793zM5.793 14.957 12 21.164l6.207-6.207-1.414-1.414L12 18.336l-4.793-4.793z" }) }));
const Memo = memo(SvgExpandUpDownLine);
export default Memo;