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