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