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