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