You can incrementally search for Bootstrap Icons and paste it to front most app.
Download Bootstrap-Icons.alfredworkflow and import to Alfred (requires Powerpack).
The current supported version is Bootstrap Icons 1.5.0. Previous versions are available here.
There are a few ways to allow such programs to run.
See: #1
Keyword bi
: Search through Bootstrap Icons.
Enter
: Paste SVG code (e.g. code below)
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-up-right-circle" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path fill-rule="evenodd" d="M5.172 10.828a.5.5 0 0 0 .707 0l4.096-4.096V9.5a.5.5 0 1 0 1 0V5.525a.5.5 0 0 0-.5-.5H6.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707z"/>
</svg>
Option + Enter
: Paste icon name (e.g.arrow-up-right-circle
)Command + Enter
: Open icon page in browser (e.g. https://icons.getbootstrap.com/icons/arrow-up-right-circle/)
Disable pasting: Turn off "Automatically paste to front most app" in Workflow's Preferences.
$ npm i
$ npm t
$ npm run build
$ npm run open
Released under the MIT license.