import * as React from 'react'; function SvgNotch(props: React.SVGProps) { return ( ); } export default SvgNotch;