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