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