import React from 'react'; import Icon, {IconProps} from '../Icon'; const AddIcon: React.FC = ({color}) => { return ( ); }; export default AddIcon;