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