Icon component
import { Icon } from '@/components/Icon'; export default function Example() { return ( <Icon icon={icon} /> ); }