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