Renders a standardized "AI Generated" badge with a Sparkles icon, serving as the single source of truth for AI-generated content indicators across the application. ## Key Components - **`AIGeneratedBadge`** — A functional component that wraps the `Badge` component with a fixed `secondary` variant, a `Sparkles` icon (12×12px), and the label "AI Generated". Accepts an optional `className` prop for additional styling. ## Usage Example ```typescript import { AIGeneratedBadge } from '@/components/ui/ai-generated-badge'; // Basic usage // With custom positioning class ``` ## Notes - Replaces repeated inline ` AI Generated` patterns previously copy-pasted across summary, video, and SEO editors. - The `className` prop is appended to the base flex layout classes, allowing layout overrides without losing default styling. **Source:** [`ai-generated-badge.tsx`](https://github.com/flamingo-stack/openframe-oss-lib/blob/main/ai-generated-badge.tsx)