@php
// Icon components untuk digunakan di seluruh website
@endphp
@props(['class' => 'w-5 h-5'])
{{-- Ikon Home --}}
@php
function iconHome($class = 'w-5 h-5') {
return '';
}
function iconBook($class = 'w-5 h-5') {
return '';
}
function iconUser($class = 'w-5 h-5') {
return '';
}
function iconDownload($class = 'w-5 h-5') {
return '';
}
function iconSearch($class = 'w-5 h-5') {
return '';
}
function iconLibrary($class = 'w-5 h-5') {
return '';
}
function iconDashboard($class = 'w-5 h-5') {
return '';
}
function iconLogout($class = 'w-5 h-5') {
return '';
}
function iconEye($class = 'w-5 h-5') {
return '';
}
function iconStar($class = 'w-5 h-5') {
return '';
}
@endphp