Was working on a project that requires feather icons, so here is how to easily support them in your frappe custom app;
in hooks.py
app_include_icons = "/assets/<YOUR_APP_NAME>/icons/feather.svg"
in public/icons/feather.svg paste this svg code
Then bench build --app <YOUR_APP_NAME>
In any icon field: