// // IconFontCode.swift // OCIconFontDemo // // Created by lym on 2022/8/31. // import Foundation /// IconFont字体对应Unicode-Int类型的 @objc public enum IconCode: UInt32 { case shield = 0xe6fa case audits = 0xe6fb case postRecommendFill = 0xe6f9 case postNotrecommendFill = 0xe6f8 case voiceMsg = 0xe652 case clear = 0xe657 case prompt = 0xe66f case statistics = 0xe66e case sortAz = 0xe66d case orderlobby = 0xe6f7 case link = 0xe6f6 case minimize = 0xe66c case iconWatchtogether = 0xe6f5 case seat = 0xe6f4 case muteAll = 0xe66b case entranceSound = 0xe6f3 case sort = 0xe66a case vipNocolor = 0xe6f2 case purchaseorder = 0xe6f0 case placeorder = 0xe6f1 case connect = 0xe669 case tag = 0xe668 case card = 0xe667 case steamDeck = 0xe666 case android = 0xe661 case xbox = 0xe662 case ps = 0xe663 case platformSwitch = 0xe664 case pc = 0xe665 case thread = 0xe6ef case iconPostNotrecommend = 0xe6ee case couponBorder = 0xe660 case date = 0xe6ed case micRequestBorder = 0xe65e case micRequest = 0xe65f case iconPublicBorder = 0xe65c case iconPrivateBorder = 0xe65d case female = 0xe659 case nonconforming = 0xe65a case male = 0xe65b case iconExclamation = 0xe6ec case stop = 0xe658 case language = 0xe654 case account = 0xe655 case imSetting = 0xe656 case info = 0xe653 case copy = 0xe6eb case iconDrag = 0xe650 case inviteToMic = 0xe6ea case voiceLive = 0xe651 case question = 0xe64f case startLive = 0xe64e case unfollow = 0xe6c8 case following = 0xe6d4 case breakLink = 0xe6c5 case iconBeautySmooth = 0xe64a case iconBeautyRedness = 0xe64b case iconBeautySharp = 0xe64c case iconBeautyWhitening = 0xe64d case volumeDown = 0xe647 case volumeMute = 0xe648 case volumeUp = 0xe649 case emojiAnimated = 0xe6c4 case flip = 0xe6e6 case micBorder = 0xe6e7 case randomPlay = 0xe6e8 case speakerBorder = 0xe6e9 case backfullscreen = 0xe6ca case blocklisk = 0xe6ce case beauty = 0xe6d1 case fullscreenExitFill = 0xe6d3 case fullscreenFill = 0xe6d5 case fans = 0xe6d6 case fullscreenMobile = 0xe6d7 case kick = 0xe6d8 case listPlay = 0xe6d9 case previous = 0xe6da case data = 0xe6db case giftEffect = 0xe6dc case giftBorder = 0xe6dd case loopPlay = 0xe6de case notice = 0xe6df case time = 0xe6e0 case volume = 0xe6e1 case playlist = 0xe6e2 case next = 0xe6e3 case music = 0xe6e4 case offmic = 0xe6e5 case pause = 0xe6c1 case iconFullimage = 0xe646 case iconCameraFill = 0xe645 case vote = 0xe6c0 case iconEmail = 0xe644 case iconChatroomBigmenu = 0xe674 case iconChatroomSmallmenu = 0xe675 case chatroomMic = 0xe685 case chatroomOn = 0xe687 case exit = 0xe688 case chatroomMore = 0xe68f case iconFobidden = 0xe694 case iconShareInvtation = 0xe6ab case iconEntrance = 0xe6bc case iconComunityDelete = 0xe643 case iconComunityReply = 0xe63e case iconCommunityLike = 0xe63f case iconComunityReport = 0xe640 case iconComunityTopics = 0xe641 case iconComunityComment = 0xe642 case iconMenuCustomer = 0xe6a4 case iconPostCollection = 0xe6c2 case iconPostComponent = 0xe6c3 case iconPostRecommend = 0xe6c6 case iconPostHighlight = 0xe6c7 case iconPostViewers = 0xe6c9 case iconPostChitchat = 0xe6cc case iconPostSelfies = 0xe6cd case iconPostOfficial = 0xe6cb case iconOrderTip = 0xe6d0 case iconOrderRemark = 0xe6d2 case iconRefund = 0xe63c case iconPost = 0xe63b case backtop = 0xe63d case faq = 0xe6ba case onlineservice = 0xe6bb case iconVip = 0xe638 case iconLegends = 0xe639 case iconInfluencer = 0xe63a case iconComment = 0xe636 case iconHelpcenter = 0xe634 case iconSetting = 0xe635 case iconReload = 0xe633 case iconReset = 0xe631 case iconAddcard = 0xe62e case iconSend = 0xe630 case iconServiceFill = 0xe632 case iconService = 0xe62f case iconRandom = 0xe62d case iconKeyboard = 0xe62c case iconPeople = 0xe629 case iconTop = 0xe62b case iconOrderFill = 0xe62a case add = 0xe6b5 case reduce = 0xe6b6 case iconContact = 0xe616 case warning = 0xe614 case iconImPurpleface = 0xe6bd case iconImEmoji = 0xe6bf case iconImOther = 0xe6cf case chatroomOff = 0xe686 case iconImBlocked = 0xe6b9 case iconCallMute = 0xe684 case iconCallOpenmic = 0xe6b4 case iconCallHangup = 0xe68d case iconInteract = 0xe693 case quote = 0xe6b3 case checked = 0xe6b2 case report = 0xe6b1 /// 垃圾桶🗑️删除 case iconDelete = 0xe612 case iconPublic = 0xe698 case iconPrivate = 0xe699 case iconUploadimg = 0xe69c case iconUploadclip = 0xe69d case arrowDownBorder = 0xe6af case arrowLeft = 0xe6b0 case eyeOff = 0xe6ae case eyeOn = 0xe6ad case arrowDownFill = 0xe6ac case arrowLeftBorder = 0xe6aa case delete02 = 0xe628 case arrowDownCircle = 0xe601 case arrowRightBorder = 0xe602 case arrowUpFill = 0xe603 case arrowRight = 0xe604 case chat = 0xe605 case delete = 0xe607 case createRoom = 0xe608 case call = 0xe609 case likeFill = 0xe60a case filterFill = 0xe60b case live = 0xe60c case follow = 0xe60d case play = 0xe60e case events = 0xe60f case more = 0xe610 case matching = 0xe611 case like = 0xe613 case loading = 0xe615 case search = 0xe617 case filter = 0xe618 case socialFacebook = 0xe619 case select = 0xe61a case shareBorder = 0xe61b case socialInstagram = 0xe61c case socialTwitch = 0xe61d case voice = 0xe61e case socialTiktok = 0xe61f case socialGoogle = 0xe620 case socialYoutube = 0xe621 case socialApple = 0xe622 case iconKfckfc = 0xe623 case starFill = 0xe624 case star = 0xe625 case socialDiscord = 0xe626 case messages = 0xe627 }