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