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