@navinc/base-react-components
Version:
Nav's Pattern Library
5 lines • 298 B
JavaScript
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