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