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