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;