Skip to content

HemulGM/Delphi-Bootstrap-Icons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Delphi unit for Bootstrap Icons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 100.0%