export declare enum IconGlyph {
    AlignCenter = "align_center",
    AlignJustify = "align_justify",
    AlignLeft = "align_left",
    AlignRight = "align_right",
    Amex = "amex",
    Analytics = "analytics",
    Apple = "apple",
    Archive = "archive",
    ArrowCircleDown = "arrow_circle_down",
    ArrowCircleLeft = "arrow_circle_left",
    ArrowCircleRight = "arrow_circle_right",
    ArrowCircleUp = "arrow_circle_up",
    ArrowDown = "arrow_down",
    ArrowLeft = "arrow_left",
    ArrowRight = "arrow_right",
    ArrowUp = "arrow_up",
    Asterisk = "asterisk",
    Attachment = "attachment",
    Audio = "audio",
    Autoresponder = "autoresponder",
    Ban = "ban",
    Bell = "bell",
    BellSlash = "bell_slash",
    Bold = "bold",
    Bolt = "bolt",
    BoltSolid = "bolt_solid",
    Bookmark = "bookmark",
    Calendar = "calendar",
    Camera = "camera",
    Campaign = "campaign",
    Check = "check",
    CheckAll = "check_all",
    CheckCircle = "check_circle",
    Cheque = "cheque",
    ChevronDown = "chevron_down",
    ChevronLeft = "chevron_left",
    ChevronRight = "chevron_right",
    ChevronUp = "chevron_up",
    ChevronFilledDown = "chevron_filled_down",
    ChevronFilledLeft = "chevron_filled_left",
    ChevronFilledRight = "chevron_filled_right",
    ChevronFilledUp = "chevron_filled_up",
    Chip = "chip",
    Circle = "circle",
    CircleSolid = "circle_solid",
    Close = "close",
    CloseCircle = "close_circle",
    Code = "code",
    Copy = "copy",
    CreditCard = "credit_card",
    Delete = "delete",
    Desktop = "desktop",
    Discover = "discover",
    Download = "download",
    Edit = "edit",
    Email = "email",
    Error = "error",
    Exit = "exit",
    Expand = "expand",
    ExpandHorizontal = "expand_horizontal",
    ExpandVertical = "expand_vertical",
    External = "external",
    Facebook = "facebook",
    FaceFrowning = "face_frowning",
    FaceNeutral = "face_neutral",
    FaceSmile = "face_smile",
    Field = "field",
    File = "file",
    FileExcel = "file_excel",
    FileSpreadsheet = "file_spreadsheet",
    FileUpload = "file_upload",
    Filter = "filter",
    Folder = "folder",
    Fork = "fork",
    Gauge = "gauge",
    Gift = "gift",
    Google = "google",
    Grip = "grip",
    GripHorizontal = "grip_horizontal",
    Group = "group",
    GroupEmpty = "group_empty",
    GroupMixed = "group_mixed",
    Help = "help",
    HelpSolid = "help_solid",
    Image = "image",
    Important = "important",
    Inbox = "inbox",
    InfoSolid = "info_solid",
    IntercomOutlined = "intercom_outlined",
    Italic = "italic",
    Key = "key",
    LampOff = "lamp_off",
    LampOn = "lamp_on",
    Link = "link",
    LinkShorten = "link_shorten",
    ListBullet = "list_bullet",
    ListNumbered = "list_numbered",
    Location = "location",
    Lock = "lock",
    Mailchimp = "mailchimp",
    Mastercard = "mastercard",
    Menu = "menu",
    Merge = "merge",
    MessageNew = "message_new",
    Messages = "messages",
    Minus = "minus",
    MinusCircle = "minus_circle",
    Mms = "mms",
    MmsReversed = "mms_reversed",
    Mobile = "mobile",
    Moon = "moon",
    MoonSolid = "moon_solid",
    More = "more",
    MoreVert = "more_vert",
    Mute = "mute",
    Note = "note",
    Pause = "pause",
    PauseCircle = "pause_circle",
    Paypal = "paypal",
    People = "people",
    Person = "person",
    PersonAdd = "person_add",
    PersonCheck = "person_check",
    PersonCheckAll = "person_check_all",
    PersonInfoPanel = "person_info_panel",
    PersonOptout = "person_optout",
    PersonRemove = "person_remove",
    Phone = "phone",
    Planet = "planet",
    Play = "play",
    PlayCircle = "play_circle",
    Plug = "plug",
    Plus = "plus",
    PlusCircle = "plus_circle",
    Preview = "preview",
    PreviewOff = "preview_off",
    Quote = "quote",
    Receipt = "receipt",
    Received = "received",
    Redo = "redo",
    Refresh = "refresh",
    Return = "return",
    Search = "search",
    Send = "send",
    Sent = "sent",
    Settings = "settings",
    Share = "share",
    Shrink = "shrink",
    ShrinkHorizontal = "shrink_horizontal",
    ShrinkVertical = "shrink_vertical",
    SidebarLeft = "sidebar_left",
    SidebarRight = "sidebar_right",
    Sms = "sms",
    SmsReversed = "sms_reversed",
    Snooze = "snooze",
    Sort = "sort",
    Sort19 = "sort_19",
    Sort91 = "sort_91",
    SortAz = "sort_az",
    SortDown = "sort_down",
    SortUp = "sort_up",
    SortZa = "sort_za",
    Spinner = "spinner",
    Star = "star",
    StarEmpty = "star_empty",
    StarHalf = "star_half",
    Strikethrough = "strikethrough",
    Sun = "sun",
    SunSolid = "sun_solid",
    Sync = "sync",
    Table = "table",
    TableColumnsThree = "table_columns_three",
    TableColumnsTwo = "table_columns_two",
    TableRowsThree = "table_rows_three",
    TableRowsTwo = "table_rows_two",
    Tablet = "tablet",
    TableWithHeader = "table_with_header",
    Tag = "tag",
    Time = "time",
    Twitter = "twitter",
    Underline = "underline",
    Undo = "undo",
    Unlock = "unlock",
    Upload = "upload",
    ViewDetailed = "view_detailed",
    ViewList = "view_list",
    ViewTable = "view_table",
    Visa = "visa",
    Voice = "voice",
    Wallet = "wallet",
    Warning = "warning",
    Widgets = "widgets"
}
