mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-22 02:21:27 -07:00
15 lines
235 B
C#
15 lines
235 B
C#
namespace Bloxstrap.Enums
|
|
{
|
|
public enum BootstrapperIcon
|
|
{
|
|
IconBloxstrap,
|
|
Icon2009,
|
|
Icon2011,
|
|
IconEarly2015,
|
|
IconLate2015,
|
|
Icon2017,
|
|
Icon2019,
|
|
Icon2022
|
|
}
|
|
}
|