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