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