import { RiCheckLine } from '@remixicon/react' import AppIcon from '@/app/components/base/app-icon' import cn from '@/utils/classnames' const Icon = ({ className, src, installed = false, }: { className?: string src: string | { 'content': string 'background': string } installed?: boolean }) => { if (typeof src === 'object') { return (