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