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