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