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