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