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