UNPKG

@navinc/base-react-components

Version:
5 lines 298 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), void 0); export default ArrowUp; //# sourceMappingURL=arrow-up.js.map