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