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