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