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