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