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