import React from "react" export const NotCollectIcon = React.forwardRef< SVGSVGElement, React.SVGProps >((props, ref) => { return ( ) })