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