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