UNPKG

@navinc/base-react-components

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