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