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