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