resize edit button

This commit is contained in:
Abhinav 2021-11-01 18:05:27 +05:30
parent b06dbc4f57
commit e25e2e4e43

View file

@ -17,7 +17,7 @@ export default function AddIcon(props) {
}
AddIcon.defaultProps = {
height: 24,
width: 24,
height: 20,
width: 20,
viewBox: '0 0 24 24',
};