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