/** * A React component that renders a stop icon using SVG. */ export default function StopIcon(props) { return ( ); }