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