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