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