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