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