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