UNPKG

@groww-tech/icon-store

Version:
11 lines (9 loc) 302 B
export function handleDefaultProps(oldProps){ return { ...(oldProps.custom ? {} : { viewBox: '0 0 24 24', fill: 'currentColor', height: 24, width: 24}), ...(oldProps.size ? {height: oldProps.size, width: oldProps.size} : {}), ...oldProps, size: undefined, custom: undefined }; }