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