/Delphi-Bootstrap-Icons

Delphi unit for Bootstrap Icons

Primary LanguagePascalMIT LicenseMIT

Delphi Bootstrap Icons (.SVG)

The Bootstrap Icons library to use within Delphi.

Bootstrap logo

Open source SVG icon library with over 1,900 icons.

Bootstrap Icons preview

Usage

uses uBootstrapIcons

...


var HouseIconSVG := GetBootstrapIcon('house'); // Returns SVG Code
var ValveSteamIconSVG := GetBootstrapIcon('steam'); // Returns SVG Code
var BrushIconSVG := GetBootstrapIcon('brush'); // Returns SVG Code

Other ways to use Boostrap Icons: https://icons.getbootstrap.com/#usage

License

  • Bootstrap Icons are free and open source (MIT).