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