name . '.svg'); if (file_exists($customIconPath)) { return file_get_contents($customIconPath); } // Fallback to vendor package icon if (file_exists($iconPath = __DIR__ . '/../../vendor/enflow/laravel-social-share/resources/icons/' . $this->name . '.svg')) { return file_get_contents($iconPath); } return null; } }