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