UNPKG

@navinc/base-react-components

Version:
5 lines 299 B
import { jsx as _jsx } from "react/jsx-runtime"; import Arrow from './arrow-forward.js'; const ArrowDown = (props) => (_jsx(Arrow, Object.assign({ "data-testid": "icon:arrow-down", style: { transform: 'rotate(0.25turn)' } }, props))); export default ArrowDown; //# sourceMappingURL=arrow-down.js.map