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