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