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