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