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