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