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