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