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