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