UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 399 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgArrowRightDownFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M11.637 13.052 5.98 7.395 7.394 5.98l5.657 5.657L18 6.687v11.314H6.687z" }) })); const Memo = memo(SvgArrowRightDownFill); export default Memo;