Open
Description
Since I can search from the UI for an icon without specifying a set, I'd like to do the same from the CLI.
Description:
Search icons and icon sets from ux.symfony.com
Usage:
ux:icons:search <prefix> [<name>]
Arguments:
prefix Prefix or name of the icon set (ex: bootstrap, fa, tabler)
name Name of the icon (leave empty to search for sets)
That is
bin/console ux:icons:search * map
Would do the search across all icon sets.
In a future version, the icon set could be the second argument or an option.