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