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