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