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