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