A Filament v4 select component that lets you search & pick unDraw illustrations with image thumbnails in the dropdown and in the selected value.
PHP 8.1+, Filament Forms 4.x.
composer require zpmlabs/filament-undraw
php artisan vendor:publish --tag=filament-undraw-views
resources/views/vendor/filament-undraw/undraw-select.blade.php. use ZPMLabs\FilamentUndraw\Forms\Components\UndrawSelect;  UndrawSelect::make('svg_url'),
*** Since this is a select component, you can use other chaining methods, but keep in mind, this one has a custom view with custom styles and same official component. ***
In case you want to expand this in some other field or custom component you can check the base php package for undraw.