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