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