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