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