Option Strict On
Option Explicit On

Namespace Nexamas.UI.Icons

    <Global.System.ComponentModel.EditorBrowsable(Global.System.ComponentModel.EditorBrowsableState.Advanced)>
    Friend Enum MASSvgProjectIconKind
        All = 0
        UI = 1
        Files = 2
        Media = 3
        Communication = 4
        Security = 5
        Network = 6
        Devices = 7
        System = 8
        Unsorted = 9
    End Enum

End Namespace