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