import { FC, SVGProps } from 'react'; declare const IconShoppingCart: FC & { fill?: string }>; export default IconShoppingCart;