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