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