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