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