import { SVGProps } from 'react'; const AddIcon = (props: SVGProps) => { return ( ); }; export default AddIcon;