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