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