import type { SVGProps } from 'react'; export function StopIcon(props: SVGProps) { return ( ); }