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