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