Bootstrap Icons v1.4.0 adds over 60 new icons as part of a completely new time category. Also included are some long-sought vertical alignment improvements and a handful of tag and category updates.
Alignment Changes
New in this release is a change in vertical alignment: -.125em. This new alignment is similar to the alignment used in the Font Awesome project. This change raises the icons by about 1 pixel to better center them vertically with nearby text.
How To Install
Using npm:
npm i bootstrap-icons
or using sass and @import
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");