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