UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 468 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgArrowRightDownBoxFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M4 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm12 13H7.586l3.5-3.5-3.793-3.794 1.414-1.414 3.793 3.793 3.5-3.5z" }) })); const Memo = memo(SvgArrowRightDownBoxFill); export default Memo;