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