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 ArrowBack = (props) => (_jsx(Arrow, Object.assign({ "data-testid": "icon:arrow-back", style: { transform: 'rotate(0.5turn)' } }, props))); export default ArrowBack; //# sourceMappingURL=arrow-back.js.map