import * as React from 'react'; export interface StopSign24Props extends React.SVGProps { ariaLabel?: string } export default function StopSign24({ ariaLabel, ...props }: StopSign24Props) { return ( ); }