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