import { type SVGProps } from 'react' import { cn } from '@/lib/utils' export function IconThemeSystem({ className, ...props }: SVGProps) { return ( ) }