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