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