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