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