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