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