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