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