diff --git a/src/components/icons/MoveIcon.tsx b/src/components/icons/MoveIcon.tsx index a6de6cb81..66338bd21 100644 --- a/src/components/icons/MoveIcon.tsx +++ b/src/components/icons/MoveIcon.tsx @@ -7,13 +7,17 @@ export default function MoveIcon(props) { height={props.height} viewBox={props.viewBox} width={props.width}> - + ); } MoveIcon.defaultProps = { - height: 20, - width: 20, + height: 24, + width: 24, viewBox: '0 0 24 24', };