UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 393 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgArrowRightUpLongLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m5.636 19.778-1.414-1.414L15.657 6.93h-5.586v-2h9v9h-2V8.343z" }) })); const Memo = memo(SvgArrowRightUpLongLine); export default Memo;