{{--
Icon Component
Usage:
--}}
@props(['name', 'class' => 'w-5 h-5'])
@php
$icons = [
// Documents & Content
'document' => '',
'document-edit' => '',
'documents' => '',
// Actions
'lightning' => '',
'refresh' => '',
'upload' => '',
'download' => '',
'trash' => '',
// Media
'image' => '',
// Ideas & Insights
'lightbulb' => '',
'sparkles' => '',
// Analytics
'chart-bar' => '',
'chart-line' => '',
'trending-up' => '',
'trending-down' => '',
// Search & Navigation
'search' => '',
'globe' => '',
// Status
'check-circle' => '',
'x-circle' => '',
'exclamation-circle' => '',
'information-circle' => '',
// Calendar & Time
'calendar' => '',
'clock' => '',
// Security
'shield-check' => '',
// UI Elements
'plus' => '',
'x' => '',
'chevron-right' => '',
'arrow-right' => '',
'external-link' => '',
// Social & Video
'youtube' => '',
'play' => '',
// Target & Goals
'target' => '',
// Fire & Hot
'fire' => '',
// AI & Magic
'sparkle' => '',
'wand' => '',
// Settings & Config
'cog' => '',
];
@endphp