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