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