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