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