ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
1 lines • 182 kB
Source Map (JSON)
{"version":3,"file":"ngx-obelisco-example-core-models.mjs","sources":["../../../projects/ngx-obelisco/core/models/colors.models.ts","../../../projects/ngx-obelisco/core/models/sizes.models.ts","../../../projects/ngx-obelisco/core/models/tooltip.models.ts","../../../projects/ngx-obelisco/core/models/highlighted.models.ts","../../../projects/ngx-obelisco/core/models/media.models.ts","../../../projects/ngx-obelisco/core/models/icons.models.ts","../../../projects/ngx-obelisco/core/models/ngx-obelisco-example-core-models.ts"],"sourcesContent":["export type Types = 'primary' | 'success' | 'danger' | 'info';\r\n\r\nexport type AlertTypes = 'primary' | 'success' | 'danger' | 'info';\r\n\r\nexport type StatusMessageTypes = Types | 'institutional';\r\n\r\nexport type SpinnerTypes = Types | 'secondary' | 'dark' | 'light';\r\n\r\nexport type BadgeTypes = Types | 'secondary';\r\n\r\nexport type ProgressBarTypes = 'info' | 'success';\r\n\r\nexport type ButtonTypes = 'primary' | 'secondary' | 'success' | 'danger' | 'link';\r\n\r\nexport type CromaticTypes =\r\n | 'sky'\r\n | 'lavender'\r\n | 'coral'\r\n | 'avocado'\r\n | 'citrus'\r\n | 'lime'\r\n | 'pistachio'\r\n | 'berries'\r\n | 'musket'\r\n | 'blackberry'\r\n | 'aqua'\r\n | 'strawberry';\r\n\r\nexport type ActiveDayTypes = CromaticTypes | 'secondary' | 'gray';\r\n\r\nexport enum EnumTypes {\r\n Primary = 'primary',\r\n Success = 'success',\r\n Danger = 'danger',\r\n Info = 'info'\r\n}\r\n\r\nexport enum EnumAlertTypes {\r\n Primary = 'primary',\r\n Success = 'success',\r\n Danger = 'danger',\r\n Info = 'info'\r\n}\r\n\r\nexport enum EnumStatusMessageTypes {\r\n Primary = 'primary',\r\n Success = 'success',\r\n Danger = 'danger',\r\n Info = 'info',\r\n Institutional = 'institutional'\r\n}\r\n\r\nexport enum EnumSpinnerTypes {\r\n Primary = 'primary',\r\n Success = 'success',\r\n Danger = 'danger',\r\n Info = 'info',\r\n Secondary = 'secondary',\r\n Dark = 'dark',\r\n Light = 'light'\r\n}\r\n\r\nexport enum EnumProgressBarTypes {\r\n Info = 'info',\r\n Success = 'success'\r\n}\r\n\r\nexport enum EnumBadgeTypes {\r\n Primary = 'primary',\r\n Success = 'success',\r\n Danger = 'danger',\r\n Info = 'info',\r\n Secondary = 'secondary'\r\n}\r\n\r\nexport enum EnumButtonTypes {\r\n Primary = 'primary',\r\n Secondary = 'secondary',\r\n Success = 'success',\r\n Danger = 'danger',\r\n Link = 'link'\r\n}\r\n","export type Sizes = 'sm' | 'md' | 'lg';\r\n\r\nexport enum EnumSizes {\r\n Sm = 'sm',\r\n Md = 'md',\r\n Lg = 'lg'\r\n}\r\n\r\nexport type ModalSizes = Sizes | 'xl';\r\n\r\nexport enum EnumModalSizes {\r\n Sm = 'sm',\r\n Md = 'md',\r\n Lg = 'lg',\r\n Xl = 'xl'\r\n}\r\n","export type TooltipDirections =\r\n | 'top'\r\n | 'bottom'\r\n | 'left'\r\n | 'right'\r\n | 'top-start'\r\n | 'top-end'\r\n | 'bottom-start'\r\n | 'bottom-end'\r\n | 'right-start'\r\n | 'right-end'\r\n | 'left-start'\r\n | 'left-end'\r\n | 'auto'\r\n | 'auto-start'\r\n | 'auto-end';\r\n\r\nexport enum EnumTooltipDirections {\r\n TOP = 'top',\r\n TOP_START = 'top-start',\r\n TOP_END = 'top-end',\r\n BOTTOM = 'bottom',\r\n BOTTOM_START = 'bottom-start',\r\n BOTTOM_END = 'bottom-end',\r\n RIGHT = 'right',\r\n RIGHT_START = 'right-start',\r\n RIGHT_END = 'right-end',\r\n LEFT = 'left',\r\n LEFT_START = 'left-start',\r\n LEFT_END = 'left-end',\r\n AUTO = 'auto',\r\n AUTO_START = 'auto-start',\r\n AUTO_END = 'auto-end'\r\n}\r\n","export type HighlightedType = 'banner' | 'grouping' | 'lateral';\r\n\r\nexport enum EnumHighlightedType {\r\n Banner = 'banner',\r\n Grouping = 'grouping',\r\n Lateral = 'lateral'\r\n}\r\n","export type MediaSizes = 'sm' | 'md' | 'lg';\n\nexport interface Media {\n src?: string;\n}\n\nexport enum EnumMediaSizes {\n Sm = 'sm',\n Md = 'md',\n Lg = 'lg'\n}\n\nexport interface MediaImage extends Media {\n alt?: string;\n}\nexport interface MediaVideo extends Media {\n track?: string;\n title?: string;\n}\nexport interface MediaIframe extends Media {\n title?: string;\n}\nexport interface MediaPanel extends Media {\n size?: MediaSizes;\n alt?: string;\n}\nexport interface MediaHeader extends Media {\n alt?: string;\n width?: number;\n height?: number;\n customClasses?: string;\n}\nexport interface LogoHeader {\n route?: string;\n img?: MediaHeader[];\n}\n","export enum EnumMaterialIcons {\r\n playArrow = 'play_arrow',\r\n playCircleFilled = 'play_circle_filled',\r\n videocam = 'videocam',\r\n playCircle = 'play_circle',\r\n mic = 'mic',\r\n volumeUp = 'volume_up',\r\n pause = 'pause',\r\n playCircleOutline = 'play_circle_outline',\r\n replay = 'replay',\r\n volumeOff = 'volume_off',\r\n skipNext = 'skip_next',\r\n libraryBooks = 'library_books',\r\n fiberManualRecord = 'fiber_manual_record',\r\n speed = 'speed',\r\n stop = 'stop',\r\n movie = 'movie',\r\n skipPrevious = 'skip_previous',\r\n newReleases = 'new_releases',\r\n playlistAdd = 'playlist_add',\r\n loop = 'loop',\r\n equalizer = 'equalizer',\r\n fastForward = 'fast_forward',\r\n web = 'web',\r\n videoLibrary = 'video_library',\r\n playlistAddCheck = 'playlist_add_check',\r\n libraryAdd = 'library_add',\r\n pauseCircle = 'pause_circle',\r\n micOff = 'mic_off',\r\n stopCircle = 'stop_circle',\r\n subscriptions = 'subscriptions',\r\n volumeMute = 'volume_mute',\r\n videoCall = 'video_call',\r\n repeat = 'repeat',\r\n notInterested = 'not_interested',\r\n shuffle = 'shuffle',\r\n sortByAlpha = 'sort_by_alpha',\r\n fastRewind = 'fast_rewind',\r\n micNone = 'mic_none',\r\n libraryMusic = 'library_music',\r\n volumeDown = 'volume_down',\r\n videocamOff = 'videocam_off',\r\n recentActors = 'recent_actors',\r\n webAsset = 'web_asset',\r\n libraryAddCheck = 'library_add_check',\r\n hearing = 'hearing',\r\n queueMusic = 'queue_music',\r\n pauseCircleFilled = 'pause_circle_filled',\r\n subtitles = 'subtitles',\r\n fiberNew = 'fiber_new',\r\n pauseCircleOutline = 'pause_circle_outline',\r\n note = 'note',\r\n avTimer = 'av_timer',\r\n album = 'album',\r\n playlistPlay = 'playlist_play',\r\n queue = 'queue',\r\n games = 'games',\r\n radio = 'radio',\r\n replayCircleFilled = 'replay_circle_filled',\r\n brandingWatermark = 'branding_watermark',\r\n forward10 = 'forward_10',\r\n replay10 = 'replay_10',\r\n closedCaption = 'closed_caption',\r\n videoSettings = 'video_settings',\r\n highQuality = 'high_quality',\r\n featuredPlayList = 'featured_play_list',\r\n playlistAddCheckCircle = 'playlist_add_check_circle',\r\n controlCamera = 'control_camera',\r\n playlistRemove = 'playlist_remove',\r\n addToQueue = 'add_to_queue',\r\n slowMotionVideo = 'slow_motion_video',\r\n repeatOne = 'repeat_one',\r\n airplay = 'airplay',\r\n callToAction = 'call_to_action',\r\n snooze = 'snooze',\r\n hd = 'hd',\r\n repeatOn = 'repeat_on',\r\n replay30 = 'replay_30',\r\n closedCaptionOff = 'closed_caption_off',\r\n featuredVideo = 'featured_video',\r\n shuffleOn = 'shuffle_on',\r\n audioFile = 'audio_file',\r\n forward30 = 'forward_30',\r\n _5g = '5g',\r\n playlistAddCircle = 'playlist_add_circle',\r\n musicVideo = 'music_video',\r\n queuePlayNext = 'queue_play_next',\r\n replay5 = 'replay_5',\r\n interpreterMode = 'interpreter_mode',\r\n videoFile = 'video_file',\r\n artTrack = 'art_track',\r\n hearingDisabled = 'hearing_disabled',\r\n forward5 = 'forward_5',\r\n explicit = 'explicit',\r\n _4k = '4k',\r\n videoLabel = 'video_label',\r\n fiberSmartRecord = 'fiber_smart_record',\r\n repeatOneOn = 'repeat_one_on',\r\n closedCaptionDisabled = 'closed_caption_disabled',\r\n removeFromQueue = 'remove_from_queue',\r\n surroundSound = 'surround_sound',\r\n playDisabled = 'play_disabled',\r\n webAssetOff = 'web_asset_off',\r\n sd = 'sd',\r\n lyrics = 'lyrics',\r\n missedVideoCall = 'missed_video_call',\r\n _10k = '10k',\r\n fiberPin = 'fiber_pin',\r\n fiberDvr = 'fiber_dvr',\r\n _4kPlus = '4k_plus',\r\n _1k = '1k',\r\n _2k = '2k',\r\n _1kPlus = '1k_plus',\r\n _8k = '8k',\r\n _8kPlus = '8k_plus',\r\n _9kPlus = '9k_plus',\r\n _5k = '5k',\r\n _3k = '3k',\r\n _5kPlus = '5k_plus',\r\n _7k = '7k',\r\n _9k = '9k',\r\n _2kPlus = '2k_plus',\r\n _3kPlus = '3k_plus',\r\n _7kPlus = '7k_plus',\r\n _6k = '6k',\r\n _6kPlus = '6k_plus',\r\n search = 'search',\r\n home = 'home',\r\n accountCircle = 'account_circle',\r\n settings = 'settings',\r\n done = 'done',\r\n info = 'info',\r\n checkCircle = 'check_circle',\r\n delete = 'delete',\r\n visibility = 'visibility',\r\n shoppingCart = 'shopping_cart',\r\n favorite = 'favorite',\r\n description = 'description',\r\n logout = 'logout',\r\n favoriteBorder = 'favorite_border',\r\n lock = 'lock',\r\n schedule = 'schedule',\r\n language = 'language',\r\n helpOutline = 'help_outline',\r\n face = 'face',\r\n manageAccounts = 'manage_accounts',\r\n verified = 'verified',\r\n thumbUp = 'thumb_up',\r\n filterAlt = 'filter_alt',\r\n event = 'event',\r\n fingerprint = 'fingerprint',\r\n dashboard = 'dashboard',\r\n list = 'list',\r\n checkCircleOutline = 'check_circle_outline',\r\n warning = 'warning',\r\n error = 'error',\r\n errorOutline = 'error_outline',\r\n warningAmber = 'warning_amber',\r\n notificationImportant = 'notification_important',\r\n addAlert = 'add_alert',\r\n autoDelete = 'auto_delete',\r\n email = 'email',\r\n locationOn = 'location_on',\r\n call = 'call',\r\n phone = 'phone',\r\n business = 'business',\r\n chat = 'chat',\r\n mailOutline = 'mail_outline',\r\n listAlt = 'list_alt',\r\n qrCodeScanner = 'qr_code_scanner',\r\n vpnKey = 'vpn_key',\r\n chatBubbleOutline = 'chat_bubble_outline',\r\n alternateEmail = 'alternate_email',\r\n forum = 'forum',\r\n chatBubble = 'chat_bubble',\r\n textsms = 'textsms',\r\n contactMail = 'contact_mail',\r\n personSearch = 'person_search',\r\n sentimentSatisfiedAlt = 'sentiment_satisfied_alt',\r\n qrCode = 'qr_code',\r\n qrCode2 = 'qr_code_2',\r\n message = 'message',\r\n lightMode = 'light_mode',\r\n restartAlt = 'restart_alt',\r\n darkMode = 'dark_mode',\r\n task = 'task',\r\n summarize = 'summarize',\r\n password = 'password',\r\n sell = 'sell',\r\n signalCellularAlt = 'signal_cellular_alt',\r\n devices = 'devices',\r\n settingsSuggest = 'settings_suggest',\r\n quiz = 'quiz',\r\n widgets = 'widgets',\r\n storage = 'storage',\r\n creditScore = 'credit_score',\r\n thermostat = 'thermostat',\r\n batteryFull = 'battery_full',\r\n gpsFixed = 'gps_fixed',\r\n priceCheck = 'price_check',\r\n medication = 'medication',\r\n pin = 'pin',\r\n gppGood = 'gpp_good',\r\n priceChange = 'price_change',\r\n batteryChargingFull = 'battery_charging_full',\r\n reviews = 'reviews',\r\n fmdGood = 'fmd_good',\r\n tungsten = 'tungsten',\r\n air = 'air',\r\n noteAlt = 'note_alt',\r\n bluetooth = 'bluetooth',\r\n graphicEq = 'graphic_eq',\r\n monitorHeart = 'monitor_heart',\r\n dvr = 'dvr',\r\n nightlight = 'nightlight',\r\n sportsScore = 'sports_score',\r\n accessTime = 'access_time',\r\n attachMoney = 'attach_money',\r\n editNote = 'edit_note',\r\n formatListBulleted = 'format_list_bulleted',\r\n modeEdit = 'mode_edit',\r\n monetizationOn = 'monetization_on',\r\n attachFile = 'attach_file',\r\n postAdd = 'post_add',\r\n barChart = 'bar_chart',\r\n checklist = 'checklist',\r\n dragHandle = 'drag_handle',\r\n showChart = 'show_chart',\r\n insertDriveFile = 'insert_drive_file',\r\n formatQuote = 'format_quote',\r\n queryStats = 'query_stats',\r\n fileDownload = 'file_download',\r\n fileUpload = 'file_upload',\r\n download = 'download',\r\n folder = 'folder',\r\n gridView = 'grid_view',\r\n uploadFile = 'upload_file',\r\n cloudUpload = 'cloud_upload',\r\n folderOpen = 'folder_open',\r\n textSnippet = 'text_snippet',\r\n cloud = 'cloud',\r\n requestQuote = 'request_quote',\r\n cloudDownload = 'cloud_download',\r\n driveFileRenameOutline = 'drive_file_rename_outline',\r\n upload = 'upload',\r\n keyboardArrowDown = 'keyboard_arrow_down',\r\n phoneIphone = 'phone_iphone',\r\n smartphone = 'smartphone',\r\n keyboardArrowRight = 'keyboard_arrow_right',\r\n computer = 'computer',\r\n security = 'security',\r\n desktopWindows = 'desktop_windows',\r\n smartDisplay = 'smart_display',\r\n keyboardBackspace = 'keyboard_backspace',\r\n phoneAndroid = 'phone_android',\r\n keyboardArrowUp = 'keyboard_arrow_up',\r\n keyboardReturn = 'keyboard_return',\r\n keyboardDoubleArrowRight = 'keyboard_double_arrow_right',\r\n laptop = 'laptop',\r\n smartToy = 'smart_toy',\r\n keyboardArrowLeft = 'keyboard_arrow_left',\r\n memory = 'memory',\r\n headphones = 'headphones',\r\n keyboard = 'keyboard',\r\n pointOfSale = 'point_of_sale',\r\n headsetMic = 'headset_mic',\r\n sensorDoor = 'sensor_door',\r\n electricBolt = 'electric_bolt',\r\n energySavingsLeaf = 'energy_savings_leaf',\r\n sensorWindow = 'sensor_window',\r\n autoMode = 'auto_mode',\r\n solarPower = 'solar_power',\r\n shieldMoon = 'shield_moon',\r\n oilBarrel = 'oil_barrel',\r\n windPower = 'wind_power',\r\n sensorOccupied = 'sensor_occupied',\r\n electricMeter = 'electric_meter',\r\n heatPump = 'heat_pump',\r\n gasMeter = 'gas_meter',\r\n propaneTank = 'propane_tank',\r\n modeFanOff = 'mode_fan_off',\r\n rollerShades = 'roller_shades',\r\n broadcastOnPersonal = 'broadcast_on_personal',\r\n propane = 'propane',\r\n blinds = 'blinds',\r\n rollerShadesClosed = 'roller_shades_closed',\r\n blindsClosed = 'blinds_closed',\r\n curtains = 'curtains',\r\n nestCamWiredStand = 'nest_cam_wired_stand',\r\n verticalShadesClosed = 'vertical_shades_closed',\r\n verticalShades = 'vertical_shades',\r\n broadcastOnHome = 'broadcast_on_home',\r\n curtainsClosed = 'curtains_closed',\r\n edit = 'edit',\r\n navigateNext = 'navigate_next',\r\n photoCamera = 'photo_camera',\r\n image = 'image',\r\n tune = 'tune',\r\n pictureAsPdf = 'picture_as_pdf',\r\n receiptLong = 'receipt_long',\r\n circle = 'circle',\r\n timer = 'timer',\r\n autoStories = 'auto_stories',\r\n autoAwesome = 'auto_awesome',\r\n collections = 'collections',\r\n navigateBefore = 'navigate_before',\r\n addAPhoto = 'add_a_photo',\r\n palette = 'palette',\r\n removeRedEye = 'remove_red_eye',\r\n musicNote = 'music_note',\r\n addPhotoAlternate = 'add_photo_alternate',\r\n wbSunny = 'wb_sunny',\r\n brush = 'brush',\r\n euro = 'euro',\r\n flashOn = 'flash_on',\r\n autoFixHigh = 'auto_fix_high',\r\n looksOne = 'looks_one',\r\n controlPoint = 'control_point',\r\n style = 'style',\r\n adjust = 'adjust',\r\n straighten = 'straighten',\r\n localShipping = 'local_shipping',\r\n place = 'place',\r\n menuBook = 'menu_book',\r\n localOffer = 'local_offer',\r\n badge = 'badge',\r\n map = 'map',\r\n category = 'category',\r\n restaurant = 'restaurant',\r\n directionsCar = 'directions_car',\r\n localFireDepartment = 'local_fire_department',\r\n volunteerActivism = 'volunteer_activism',\r\n myLocation = 'my_location',\r\n flight = 'flight',\r\n localMall = 'local_mall',\r\n nearMe = 'near_me',\r\n handyman = 'handyman',\r\n directionsRun = 'directions_run',\r\n restaurantMenu = 'restaurant_menu',\r\n layers = 'layers',\r\n medicalServices = 'medical_services',\r\n directionsWalk = 'directions_walk',\r\n lunchDining = 'lunch_dining',\r\n localHospital = 'local_hospital',\r\n celebration = 'celebration',\r\n localLibrary = 'local_library',\r\n pinDrop = 'pin_drop',\r\n park = 'park',\r\n localAtm = 'local_atm',\r\n close = 'close',\r\n menu = 'menu',\r\n expandMore = 'expand_more',\r\n arrowBack = 'arrow_back',\r\n chevronRight = 'chevron_right',\r\n arrowForwardIos = 'arrow_forward_ios',\r\n arrowBackIos = 'arrow_back_ios',\r\n cancel = 'cancel',\r\n arrowDropDown = 'arrow_drop_down',\r\n moreVert = 'more_vert',\r\n arrowForward = 'arrow_forward',\r\n chevronLeft = 'chevron_left',\r\n expandLess = 'expand_less',\r\n check = 'check',\r\n moreHoriz = 'more_horiz',\r\n refresh = 'refresh',\r\n apps = 'apps',\r\n payments = 'payments',\r\n arrowUpward = 'arrow_upward',\r\n east = 'east',\r\n campaign = 'campaign',\r\n arrowBackIosNew = 'arrow_back_ios_new',\r\n arrowDownward = 'arrow_downward',\r\n arrowRight = 'arrow_right',\r\n menuOpen = 'menu_open',\r\n fullscreen = 'fullscreen',\r\n arrowDropUp = 'arrow_drop_up',\r\n unfoldMore = 'unfold_more',\r\n supportAgent = 'support_agent',\r\n wifi = 'wifi',\r\n accountTree = 'account_tree',\r\n sync = 'sync',\r\n priorityHigh = 'priority_high',\r\n eventAvailable = 'event_available',\r\n eventNote = 'event_note',\r\n confirmationNumber = 'confirmation_number',\r\n sms = 'sms',\r\n liveTv = 'live_tv',\r\n ondemandVideo = 'ondemand_video',\r\n driveEta = 'drive_eta',\r\n wifiOff = 'wifi_off',\r\n eventBusy = 'event_busy',\r\n doNotDisturbOn = 'do_not_disturb_on',\r\n wc = 'wc',\r\n more = 'more',\r\n power = 'power',\r\n doNotDisturb = 'do_not_disturb',\r\n syncProblem = 'sync_problem',\r\n timeToLeave = 'time_to_leave',\r\n\r\n storefront = 'storefront',\r\n apartment = 'apartment',\r\n fitnessCenter = 'fitness_center',\r\n businessCenter = 'business_center',\r\n spa = 'spa',\r\n meetingRoom = 'meeting_room',\r\n house = 'house',\r\n corporateFare = 'corporate_fare',\r\n acUnit = 'ac_unit',\r\n cottage = 'cottage',\r\n familyRestroom = 'family_restroom',\r\n checkroom = 'checkroom',\r\n otherHouses = 'other_houses',\r\n allInclusive = 'all_inclusive',\r\n grass = 'grass',\r\n airportShuttle = 'airport_shuttle',\r\n childCare = 'child_care',\r\n beachAccess = 'beach_access',\r\n pool = 'pool',\r\n kitchen = 'kitchen',\r\n casino = 'casino',\r\n holidayVillage = 'holiday_village',\r\n roomService = 'room_service',\r\n roofing = 'roofing',\r\n roomPreferences = 'room_preferences',\r\n sportsBar = 'sports_bar',\r\n freeBreakfast = 'free_breakfast',\r\n bathtub = 'bathtub',\r\n person = 'person',\r\n notifications = 'notifications',\r\n groups = 'groups',\r\n people = 'people',\r\n share = 'share',\r\n school = 'school',\r\n personOutline = 'person_outline',\r\n personAdd = 'person_add',\r\n public = 'public',\r\n emojiEvents = 'emoji_events',\r\n group = 'group',\r\n engineering = 'engineering',\r\n notificationsActive = 'notifications_active',\r\n construction = 'construction',\r\n star = 'star',\r\n checkBox = 'check_box',\r\n checkBoxOutlineBlank = 'check_box_outline_blank',\r\n radioButtonUnchecked = 'radio_button_unchecked',\r\n radioButtonChecked = 'radio_button_checked',\r\n starBorder = 'star_border',\r\n toggleOn = 'toggle_on',\r\n starOutline = 'star_outline',\r\n toggleOff = 'toggle_off',\r\n starHalf = 'star_half',\r\n indeterminateCheckBox = 'indeterminate_check_box',\r\n starPurple500 = 'star_purple500',\r\n starBorderPurple500 = 'star_border_purple500'\r\n}\r\n\r\nexport enum EnumBoxIcons {\r\n caretUpCircle = 'bx-caret-up-circle',\r\n note = 'bx-note',\r\n dice5 = 'bx-dice-5',\r\n busSchool = 'bx-bus-school',\r\n bible = 'bx-bible',\r\n chevronDownSquare = 'bx-chevron-down-square',\r\n arrowFromBottom = 'bx-arrow-from-bottom',\r\n wifi2 = 'bx-wifi-2',\r\n bookReader = 'bx-book-reader',\r\n messageRoundedCheck = 'bx-message-rounded-check',\r\n messageMinus = 'bx-message-minus',\r\n messageRoundedEdit = 'bx-message-rounded-edit',\r\n caretRightCircle = 'bx-caret-right-circle',\r\n categoryAlt = 'bx-category-alt',\r\n commentMinus = 'bx-comment-minus',\r\n vector = 'bx-vector',\r\n pointer = 'bx-pointer',\r\n moviePlay = 'bx-movie-play',\r\n messageEdit = 'bx-message-edit',\r\n calendarEvent = 'bx-calendar-event',\r\n envelopeOpen = 'bx-envelope-open',\r\n game = 'bx-game',\r\n fontFamily = 'bx-font-family',\r\n caretUp = 'bx-caret-up',\r\n gridSmall = 'bx-grid-small',\r\n messageX = 'bx-message-x',\r\n abacus = 'bx-abacus',\r\n microchip = 'bx-microchip',\r\n messageRoundedDetail = 'bx-message-rounded-detail',\r\n rotateLeft = 'bx-rotate-left',\r\n coinStack = 'bx-coin-stack',\r\n dice3 = 'bx-dice-3',\r\n taskX = 'bx-task-x',\r\n homeSmile = 'bx-home-smile',\r\n chevronLeftCircle = 'bx-chevron-left-circle',\r\n cctv = 'bx-cctv',\r\n card = 'bx-card',\r\n wifi1 = 'bx-wifi-1',\r\n baseball = 'bx-baseball',\r\n messageAltDetail = 'bx-message-alt-detail',\r\n shieldX = 'bx-shield-x',\r\n recycle = 'bx-recycle',\r\n borderInner = 'bx-border-inner',\r\n arrowFromRight = 'bx-arrow-from-right',\r\n magnet = 'bx-magnet',\r\n caretUpSquare = 'bx-caret-up-square',\r\n bookmarkAltPlus = 'bx-bookmark-alt-plus',\r\n badge = 'bx-badge',\r\n intersect = 'bx-intersect',\r\n caretLeftSquare = 'bx-caret-left-square',\r\n layerPlus = 'bx-layer-plus',\r\n caretLeft = 'bx-caret-left',\r\n chevronUpSquare = 'bx-chevron-up-square',\r\n bookmarkAlt = 'bx-bookmark-alt',\r\n bookmarkAltMinus = 'bx-bookmark-alt-minus',\r\n unlink = 'bx-unlink',\r\n showAlt = 'bx-show-alt',\r\n cameraMovie = 'bx-camera-movie',\r\n unite = 'bx-unite',\r\n arch = 'bx-arch',\r\n chevronDownCircle = 'bx-chevron-down-circle',\r\n heartSquare = 'bx-heart-square',\r\n arrowToLeft = 'bx-arrow-to-left',\r\n wifi0 = 'bx-wifi-0',\r\n currentLocation = 'bx-current-location',\r\n coin = 'bx-coin',\r\n sortUp = 'bx-sort-up',\r\n commentDetail = 'bx-comment-detail',\r\n messageAltMinus = 'bx-message-alt-minus',\r\n library = 'bx-library',\r\n moveVertical = 'bx-move-vertical',\r\n loader = 'bx-loader',\r\n reply = 'bx-reply',\r\n sitemap = 'bx-sitemap',\r\n strikethrough = 'bx-strikethrough',\r\n tag = 'bx-tag',\r\n crop = 'bx-crop',\r\n globe = 'bx-globe',\r\n command = 'bx-command',\r\n shareAlt = 'bx-share-alt',\r\n fileBlank = 'bx-file-blank',\r\n station = 'bx-station',\r\n radar = 'bx-radar',\r\n cart = 'bx-cart',\r\n server = 'bx-server',\r\n highlight = 'bx-highlight',\r\n chip = 'bx-chip',\r\n notification = 'bx-notification',\r\n phoneOutgoing = 'bx-phone-outgoing',\r\n dollarCircle = 'bx-dollar-circle',\r\n menuAltRight = 'bx-menu-alt-right',\r\n circle = 'bx-circle',\r\n horizontalCenter = 'bx-horizontal-center',\r\n userCircle = 'bx-user-circle',\r\n trash = 'bx-trash',\r\n listMinus = 'bx-list-minus',\r\n barcode = 'bx-barcode',\r\n repost = 'bx-repost',\r\n downArrow = 'bx-down-arrow',\r\n store = 'bx-store',\r\n mobileAlt = 'bx-mobile-alt',\r\n bus = 'bx-bus',\r\n cog = 'bx-cog',\r\n dislike = 'bx-dislike',\r\n tennisBall = 'bx-tennis-ball',\r\n cloudLightning = 'bx-cloud-lightning',\r\n table = 'bx-table',\r\n dialpad = 'bx-dialpad',\r\n support = 'bx-support',\r\n leftArrow = 'bx-left-arrow',\r\n sliderAlt = 'bx-slider-alt',\r\n logOut = 'bx-log-out',\r\n cloudLightRain = 'bx-cloud-light-rain',\r\n sidebar = 'bx-sidebar',\r\n laptop = 'bx-laptop',\r\n messageRounded = 'bx-message-rounded',\r\n disc = 'bx-disc',\r\n carousel = 'bx-carousel',\r\n firstAid = 'bx-first-aid',\r\n football = 'bx-football',\r\n braille = 'bx-braille',\r\n bomb = 'bx-bomb',\r\n chevronRightSquare = 'bx-chevron-right-square',\r\n messageSquareError = 'bx-message-square-error',\r\n messageAltError = 'bx-message-alt-error',\r\n brain = 'bx-brain',\r\n messageSquareCheck = 'bx-message-square-check',\r\n caretDownSquare = 'bx-caret-down-square',\r\n colorFill = 'bx-color-fill',\r\n testTube = 'bx-test-tube',\r\n stats = 'bx-stats',\r\n idCard = 'bx-id-card',\r\n beenHere = 'bx-been-here',\r\n messageAltX = 'bx-message-alt-x',\r\n church = 'bx-church',\r\n arrowFromTop = 'bx-arrow-from-top',\r\n cabinet = 'bx-cabinet',\r\n messageSquareEdit = 'bx-message-square-edit',\r\n expandAlt = 'bx-expand-alt',\r\n calendarEdit = 'bx-calendar-edit',\r\n doorOpen = 'bx-door-open',\r\n capsule = 'bx-capsule',\r\n helpCircle = 'bx-help-circle',\r\n locationPlus = 'bx-location-plus',\r\n commentError = 'bx-comment-error',\r\n caretDown = 'bx-caret-down',\r\n messageAltAdd = 'bx-message-alt-add',\r\n exclude = 'bx-exclude',\r\n beer = 'bx-beer',\r\n bookmarkHeart = 'bx-bookmark-heart',\r\n windowAlt = 'bx-window-alt',\r\n outline = 'bx-outline',\r\n messageSquareDetail = 'bx-message-square-detail',\r\n listUl = 'bx-list-ul',\r\n rename = 'bx-rename',\r\n analyse = 'bx-analyse',\r\n bath = 'bx-bath',\r\n gridAlt = 'bx-grid-alt',\r\n tv = 'bx-tv',\r\n poll = 'bx-poll',\r\n userMinus = 'bx-user-minus',\r\n rocket = 'bx-rocket',\r\n film = 'bx-film',\r\n star = 'bx-star',\r\n wifi = 'bx-wifi',\r\n alarmOff = 'bx-alarm-off',\r\n lock = 'bx-lock',\r\n dumbbell = 'bx-dumbbell',\r\n paperclip = 'bx-paperclip',\r\n underline = 'bx-underline',\r\n columns = 'bx-columns',\r\n dockRight = 'bx-dock-right',\r\n adjust = 'bx-adjust',\r\n body = 'bx-body',\r\n drink = 'bx-drink',\r\n glassesAlt = 'bx-glasses-alt',\r\n homeHeart = 'bx-home-heart',\r\n collection = 'bx-collection',\r\n ruler = 'bx-ruler',\r\n duplicate = 'bx-duplicate',\r\n link = 'bx-link',\r\n upArrow = 'bx-up-arrow',\r\n videoPlus = 'bx-video-plus',\r\n plug = 'bx-plug',\r\n aperture = 'bx-aperture',\r\n listOl = 'bx-list-ol',\r\n windowOpen = 'bx-window-open',\r\n taxi = 'bx-taxi',\r\n tab = 'bx-tab',\r\n area = 'bx-area',\r\n shoppingBag = 'bx-shopping-bag',\r\n voicemail = 'bx-voicemail',\r\n water = 'bx-water',\r\n move = 'bx-move',\r\n map = 'bx-map',\r\n dockLeft = 'bx-dock-left',\r\n collapse = 'bx-collapse',\r\n codeBlock = 'bx-code-block',\r\n notificationOff = 'bx-notification-off',\r\n layer = 'bx-layer',\r\n task = 'bx-task',\r\n pin = 'bx-pin',\r\n logIn = 'bx-log-in',\r\n pieChartAlt = 'bx-pie-chart-alt',\r\n fontColor = 'bx-font-color',\r\n shapePolygon = 'bx-shape-polygon',\r\n commentX = 'bx-comment-x',\r\n bong = 'bx-bong',\r\n cookie = 'bx-cookie',\r\n chevronUpCircle = 'bx-chevron-up-circle',\r\n trip = 'bx-trip',\r\n messageRoundedError = 'bx-message-rounded-error',\r\n dice2 = 'bx-dice-2',\r\n arrowToBottom = 'bx-arrow-to-bottom',\r\n trafficCone = 'bx-traffic-cone',\r\n messageRoundedAdd = 'bx-message-rounded-add',\r\n donateHeart = 'bx-donate-heart',\r\n badgeCheck = 'bx-badge-check',\r\n homeCircle = 'bx-home-circle',\r\n webcam = 'bx-webcam',\r\n caretLeftCircle = 'bx-caret-left-circle',\r\n wine = 'bx-wine',\r\n dice4 = 'bx-dice-4',\r\n borderNone = 'bx-border-none',\r\n infoSquare = 'bx-info-square',\r\n commentEdit = 'bx-comment-edit',\r\n trim = 'bx-trim',\r\n chair = 'bx-chair',\r\n refresh = 'bx-refresh',\r\n blanket = 'bx-blanket',\r\n tagAlt = 'bx-tag-alt',\r\n arrowToRight = 'bx-arrow-to-right',\r\n atom = 'bx-atom',\r\n paste = 'bx-paste',\r\n linkExternal = 'bx-link-external',\r\n listPlus = 'bx-list-plus',\r\n heading = 'bx-heading',\r\n calculator = 'bx-calculator',\r\n trashAlt = 'bx-trash-alt',\r\n detail = 'bx-detail',\r\n window = 'bx-window',\r\n closet = 'bx-closet',\r\n swim = 'bx-swim',\r\n user = 'bx-user',\r\n linkAlt = 'bx-link-alt',\r\n shieldQuarter = 'bx-shield-quarter',\r\n box = 'bx-box',\r\n userCheck = 'bx-user-check',\r\n paperPlane = 'bx-paper-plane',\r\n cube = 'bx-cube',\r\n cartAlt = 'bx-cart-alt',\r\n x = 'bx-x',\r\n phone = 'bx-phone',\r\n slider = 'bx-slider',\r\n anchor = 'bx-anchor',\r\n alarm = 'bx-alarm',\r\n message = 'bx-message',\r\n powerOff = 'bx-power-off',\r\n share = 'bx-share',\r\n joystick = 'bx-joystick',\r\n heart = 'bx-heart',\r\n like = 'bx-like',\r\n shield = 'bx-shield',\r\n trophy = 'bx-trophy',\r\n export = 'bx-export',\r\n sun = 'bx-sun',\r\n edit = 'bx-edit',\r\n layout = 'bx-layout',\r\n folderOpen = 'bx-folder-open',\r\n phoneIncoming = 'bx-phone-incoming',\r\n group = 'bx-group',\r\n listCheck = 'bx-list-check',\r\n bookHeart = 'bx-book-heart',\r\n merge = 'bx-merge',\r\n paint = 'bx-paint',\r\n calendarHeart = 'bx-calendar-heart',\r\n heartCircle = 'bx-heart-circle',\r\n barcodeReader = 'bx-barcode-reader',\r\n chevronLeftSquare = 'bx-chevron-left-square',\r\n arrowFromLeft = 'bx-arrow-from-left',\r\n messageCheck = 'bx-message-check',\r\n glasses = 'bx-glasses',\r\n sticker = 'bx-sticker',\r\n messageSquareAdd = 'bx-message-square-add',\r\n walk = 'bx-walk',\r\n caretRight = 'bx-caret-right',\r\n messageAdd = 'bx-message-add',\r\n brush = 'bx-brush',\r\n messageDetail = 'bx-message-detail',\r\n lineChartDown = 'bx-line-chart-down',\r\n messageError = 'bx-message-error',\r\n layerMinus = 'bx-layer-minus',\r\n calendarExclamation = 'bx-calendar-exclamation',\r\n alarmSnooze = 'bx-alarm-snooze',\r\n save = 'bx-save',\r\n usb = 'bx-usb',\r\n calendarAlt = 'bx-calendar-alt',\r\n phoneCall = 'bx-phone-call',\r\n mapAlt = 'bx-map-alt',\r\n commentAdd = 'bx-comment-add',\r\n messageRoundedMinus = 'bx-message-rounded-minus',\r\n equalizer = 'bx-equalizer',\r\n lowVision = 'bx-low-vision',\r\n creditCardFront = 'bx-credit-card-front',\r\n moveHorizontal = 'bx-move-horizontal',\r\n coffeeTogo = 'bx-coffee-togo',\r\n eraser = 'bx-eraser',\r\n sortAlt2 = 'bx-sort-alt-2',\r\n bracket = 'bx-bracket',\r\n messageAltCheck = 'bx-message-alt-check',\r\n arrowToTop = 'bx-arrow-to-top',\r\n category = 'bx-category',\r\n dice1 = 'bx-dice-1',\r\n networkChart = 'bx-network-chart',\r\n gridHorizontal = 'bx-grid-horizontal',\r\n joystickButton = 'bx-joystick-button',\r\n bookAdd = 'bx-book-add',\r\n alarmExclamation = 'bx-alarm-exclamation',\r\n messageAltEdit = 'bx-message-alt-edit',\r\n messageSquareMinus = 'bx-message-square-minus',\r\n bone = 'bx-bone',\r\n timer = 'bx-timer',\r\n meh = 'bx-meh',\r\n loaderAlt = 'bx-loader-alt',\r\n infinite = 'bx-infinite',\r\n lockOpen = 'bx-lock-open',\r\n dockBottom = 'bx-dock-bottom',\r\n hdd = 'bx-hdd',\r\n checkCircle = 'bx-check-circle',\r\n headphone = 'bx-headphone',\r\n font = 'bx-font',\r\n windows = 'bx-windows',\r\n hourglass = 'bx-hourglass',\r\n battery = 'bx-battery',\r\n redo = 'bx-redo',\r\n file = 'bx-file',\r\n package = 'bx-package',\r\n fingerprint = 'bx-fingerprint',\r\n undo = 'bx-undo',\r\n mobile = 'bx-mobile',\r\n world = 'bx-world',\r\n hash = 'bx-hash',\r\n wind = 'bx-wind',\r\n rightArrow = 'bx-right-arrow',\r\n globeAlt = 'bx-globe-alt',\r\n navigation = 'bx-navigation',\r\n bot = 'bx-bot',\r\n selectMultiple = 'bx-select-multiple',\r\n news = 'bx-news',\r\n sprayCan = 'bx-spray-can',\r\n medal = 'bx-medal',\r\n messageRoundedX = 'bx-message-rounded-x',\r\n vial = 'bx-vial',\r\n mask = 'bx-mask',\r\n bookAlt = 'bx-book-alt',\r\n cameraHome = 'bx-camera-home',\r\n sortDown = 'bx-sort-down',\r\n caretRightSquare = 'bx-caret-right-square',\r\n tachometer = 'bx-tachometer',\r\n rewindCircle = 'bx-rewind-circle',\r\n commentCheck = 'bx-comment-check',\r\n money = 'bx-money',\r\n messageSquareX = 'bx-message-square-x',\r\n minusBack = 'bx-minus-back',\r\n chevronRightCircle = 'bx-chevron-right-circle',\r\n donateBlood = 'bx-donate-blood',\r\n caretDownCircle = 'bx-caret-down-circle',\r\n dice6 = 'bx-dice-6',\r\n scan = 'bx-scan',\r\n calendarWeek = 'bx-calendar-week',\r\n calendarStar = 'bx-calendar-star',\r\n repeat = 'bx-repeat',\r\n meteor = 'bx-meteor',\r\n gridVertical = 'bx-grid-vertical',\r\n minusFront = 'bx-minus-front',\r\n borderOuter = 'bx-border-outer',\r\n transfer = 'bx-transfer',\r\n bed = 'bx-bed',\r\n userPlus = 'bx-user-plus',\r\n skipNextCircle = 'bx-skip-next-circle',\r\n briefcaseAlt = 'bx-briefcase-alt',\r\n award = 'bx-award',\r\n loaderCircle = 'bx-loader-circle',\r\n images = 'bx-images',\r\n targetLock = 'bx-target-lock',\r\n windowClose = 'bx-window-close',\r\n car = 'bx-car',\r\n handicap = 'bx-handicap',\r\n purchaseTag = 'bx-purchase-tag',\r\n replyAll = 'bx-reply-all',\r\n gitCompare = 'bx-git-compare',\r\n subdirectoryLeft = 'bx-subdirectory-left',\r\n train = 'bx-train',\r\n subdirectoryRight = 'bx-subdirectory-right',\r\n italic = 'bx-italic',\r\n pieChart = 'bx-pie-chart',\r\n cut = 'bx-cut',\r\n import = 'bx-import',\r\n cloudRain = 'bx-cloud-rain',\r\n gitMerge = 'bx-git-merge',\r\n filter = 'bx-filter',\r\n pencil = 'bx-pencil',\r\n text = 'bx-text',\r\n movie = 'bx-movie',\r\n cloudDrizzle = 'bx-cloud-drizzle',\r\n userX = 'bx-user-x',\r\n upload = 'bx-upload',\r\n pen = 'bx-pen',\r\n plus = 'bx-plus',\r\n ball = 'bx-ball',\r\n skipPreviousCircle = 'bx-skip-previous-circle',\r\n fontSize = 'bx-font-size',\r\n gitPullRequest = 'bx-git-pull-request',\r\n dockTop = 'bx-dock-top',\r\n home = 'bx-home',\r\n creditCard = 'bx-credit-card',\r\n homeAlt = 'bx-home-alt',\r\n searchAlt = 'bx-search-alt',\r\n certification = 'bx-certification',\r\n revision = 'bx-revision',\r\n flag = 'bx-flag',\r\n cast = 'bx-cast',\r\n joystickAlt = 'bx-joystick-alt',\r\n spreadsheet = 'bx-spreadsheet',\r\n microphoneOff = 'bx-microphone-off',\r\n crown = 'bx-crown',\r\n wallet = 'bx-wallet',\r\n checkDouble = 'bx-check-double',\r\n planet = 'bx-planet',\r\n restaurant = 'bx-restaurant',\r\n expand = 'bx-expand',\r\n music = 'bx-music',\r\n hotel = 'bx-hotel',\r\n gitCommit = 'bx-git-commit',\r\n minus = 'bx-minus',\r\n chalkboard = 'bx-chalkboard',\r\n paragraph = 'bx-paragraph',\r\n sort = 'bx-sort',\r\n shieldAlt = 'bx-shield-alt',\r\n history = 'bx-history',\r\n gitRepoForked = 'bx-git-repo-forked',\r\n photoAlbum = 'bx-photo-album',\r\n wrench = 'bx-wrench',\r\n album = 'bx-album',\r\n pulse = 'bx-pulse',\r\n rotateRight = 'bx-rotate-right',\r\n cloudSnow = 'bx-cloud-snow',\r\n check = 'bx-check',\r\n upvote = 'bx-upvote',\r\n videoOff = 'bx-video-off',\r\n happy = 'bx-happy',\r\n shuffle = 'bx-shuffle',\r\n mouse = 'bx-mouse',\r\n selection = 'bx-selection',\r\n screenshot = 'bx-screenshot',\r\n gitBranch = 'bx-git-branch',\r\n menuAltLeft = 'bx-menu-alt-left',\r\n bold = 'bx-bold',\r\n downvote = 'bx-downvote',\r\n sad = 'bx-sad',\r\n send = 'bx-send',\r\n dizzy = 'bx-dizzy',\r\n rewind = 'bx-rewind',\r\n upArrowCircle = 'bx-up-arrow-circle',\r\n bullseye = 'bx-bullseye',\r\n basketball = 'bx-basketball',\r\n accessibility = 'bx-accessibility',\r\n female = 'bx-female',\r\n bellOff = 'bx-bell-off',\r\n streetView = 'bx-street-view',\r\n crosshair = 'bx-crosshair',\r\n smile = 'bx-smile',\r\n landscape = 'bx-landscape',\r\n calendarMinus = 'bx-calendar-minus',\r\n happyHeartEyes = 'bx-happy-heart-eyes',\r\n dish = 'bx-dish',\r\n rightIndent = 'bx-right-indent',\r\n shocked = 'bx-shocked',\r\n fullscreen = 'bx-fullscreen',\r\n wifiOff = 'bx-wifi-off',\r\n speaker = 'bx-speaker',\r\n gift = 'bx-gift',\r\n shekel = 'bx-shekel',\r\n chevronsDown = 'bx-chevrons-down',\r\n registered = 'bx-registered',\r\n collapseVertical = 'bx-collapse-vertical',\r\n toggleLeft = 'bx-toggle-left',\r\n leftTopArrowCircle = 'bx-left-top-arrow-circle',\r\n compass = 'bx-compass',\r\n dna = 'bx-dna',\r\n ruble = 'bx-ruble',\r\n droplet = 'bx-droplet',\r\n gasPump = 'bx-gas-pump',\r\n boltCircle = 'bx-bolt-circle',\r\n play = 'bx-play',\r\n tone = 'bx-tone',\r\n phoneOff = 'bx-phone-off',\r\n dotsVertical = 'bx-dots-vertical',\r\n checkboxSquare = 'bx-checkbox-square',\r\n sortZA = 'bx-sort-z-a',\r\n show = 'bx-show',\r\n mehBlank = 'bx-meh-blank',\r\n happyBeaming = 'bx-happy-beaming',\r\n filterAlt = 'bx-filter-alt',\r\n borderBottom = 'bx-border-bottom',\r\n barChartAlt2 = 'bx-bar-chart-alt-2',\r\n run = 'bx-run',\r\n cool = 'bx-cool',\r\n square = 'bx-square',\r\n chevronsLeft = 'bx-chevrons-left',\r\n cameraOff = 'bx-camera-off',\r\n minusCircle = 'bx-minus-circle',\r\n chevronsRight = 'bx-chevrons-right',\r\n zoomIn = 'bx-zoom-in',\r\n calendarX = 'bx-calendar-x',\r\n customize = 'bx-customize',\r\n mouseAlt = 'bx-mouse-alt',\r\n collapseHorizontal = 'bx-collapse-horizontal',\r\n grid = 'bx-grid',\r\n verticalCenter = 'bx-vertical-center',\r\n time = 'bx-time',\r\n chevronUp = 'bx-chevron-up',\r\n transferAlt = 'bx-transfer-alt',\r\n alignLeft = 'bx-align-left',\r\n timeFive = 'bx-time-five',\r\n leftArrowCircle = 'bx-left-arrow-circle',\r\n bugAlt = 'bx-bug-alt',\r\n data = 'bx-data',\r\n imageAlt = 'bx-image-alt',\r\n microphone = 'bx-microphone',\r\n checkbox = 'bx-checkbox',\r\n calendarCheck = 'bx-calendar-check',\r\n borderTop = 'bx-border-top',\r\n questionMark = 'bx-question-mark',\r\n exitFullscreen = 'bx-exit-fullscreen',\r\n bookContent = 'bx-book-content',\r\n shapeSquare = 'bx-shape-square',\r\n shapeCircle = 'bx-shape-circle',\r\n euro = 'bx-euro',\r\n basket = 'bx-basket',\r\n dollar = 'bx-dollar',\r\n plusCircle = 'bx-plus-circle',\r\n memoryCard = 'bx-memory-card',\r\n playCircle = 'bx-play-circle',\r\n logOutCircle = 'bx-log-out-circle',\r\n cloudDownload = 'bx-cloud-download',\r\n skipNext = 'bx-skip-next',\r\n bitcoin = 'bx-bitcoin',\r\n sortAZ = 'bx-sort-a-z',\r\n briefcase = 'bx-briefcase',\r\n rightTopArrowCircle = 'bx-right-top-arrow-circle',\r\n leftArrowAlt = 'bx-left-arrow-alt',\r\n bellPlus = 'bx-bell-plus',\r\n angry = 'bx-angry',\r\n printer = 'bx-printer',\r\n dotsHorizontal = 'bx-dots-horizontal',\r\n terminal = 'bx-terminal',\r\n bookBookmark = 'bx-book-bookmark',\r\n briefcaseAlt2 = 'bx-briefcase-alt-2',\r\n fridge = 'bx-fridge',\r\n buildings = 'bx-buildings',\r\n videoRecording = 'bx-video-recording',\r\n math = 'bx-math',\r\n maleFemale = 'bx-male-female',\r\n popsicle = 'bx-popsicle',\r\n circleHalf = 'bx-circle-half',\r\n homeAlt2 = 'bx-home-alt-2',\r\n cheese = 'bx-cheese',\r\n circleQuarter = 'bx-circle-quarter',\r\n baguette = 'bx-baguette',\r\n bowlRice = 'bx-bowl-rice',\r\n pieChartAlt2 = 'bx-pie-chart-alt-2',\r\n walletAlt = 'bx-wallet-alt',\r\n reset = 'bx-reset',\r\n dotsVerticalRounded = 'bx-dots-vertical-rounded',\r\n mobileLandscape = 'bx-mobile-landscape',\r\n toggleRight = 'bx-toggle-right',\r\n messageAlt = 'bx-message-alt',\r\n bookmarkMinus = 'bx-bookmark-minus',\r\n borderRight = 'bx-border-right',\r\n tired = 'bx-tired',\r\n envelope = 'bx-envelope',\r\n key = 'bx-key',\r\n borderAll = 'bx-border-all',\r\n radioCircle = 'bx-radio-circle',\r\n captions = 'bx-captions',\r\n slideshow = 'bx-slideshow',\r\n cycling = 'bx-cycling',\r\n hive = 'bx-hive',\r\n video = 'bx-video',\r\n upsideDown = 'bx-upside-down',\r\n mobileVibration = 'bx-mobile-vibration',\r\n barChartSquare = 'bx-bar-chart-square',\r\n clinic = 'bx-clinic',\r\n squareRounded = 'bx-square-rounded',\r\n arrowBack = 'bx-arrow-back',\r\n imageAdd = 'bx-image-add',\r\n checkboxChecked = 'bx-checkbox-checked',\r\n download = 'bx-download',\r\n barChartAlt = 'bx-bar-chart-alt',\r\n lockOpenAlt = 'bx-lock-open-alt',\r\n messageRoundedDots = 'bx-message-rounded-dots',\r\n chevronLeft = 'bx-chevron-left',\r\n copyAlt = 'bx-copy-alt',\r\n barChart = 'bx-bar-chart',\r\n bluetooth = 'bx-bluetooth',\r\n signal1 = 'bx-signal-1',\r\n noSignal = 'bx-no-signal',\r\n reflectVertical = 'bx-reflect-vertical',\r\n cartAdd = 'bx-cart-add',\r\n building = 'bx-building',\r\n paintRoll = 'bx-paint-roll',\r\n extension = 'bx-extension',\r\n archive = 'bx-archive',\r\n expandHorizontal = 'bx-expand-horizontal',\r\n bowlHot = 'bx-bowl-hot',\r\n lemon = 'bx-lemon',\r\n qrScan = 'bx-qr-scan',\r\n signal4 = 'bx-signal-4',\r\n signal2 = 'bx-signal-2',\r\n signal3 = 'bx-signal-3',\r\n signal5 = 'bx-signal-5',\r\n desktop = 'bx-desktop',\r\n codeAlt = 'bx-code-alt',\r\n pound = 'bx-pound',\r\n rightArrowAlt = 'bx-right-arrow-alt',\r\n commentDots = 'bx-comment-dots',\r\n comment = 'bx-comment',\r\n creditCardAlt = 'bx-credit-card-alt',\r\n archiveIn = 'bx-archive-in',\r\n borderLeft = 'bx-border-left',\r\n rectangle = 'bx-rectangle',\r\n stopCircle = 'bx-stop-circle',\r\n ghost = 'bx-ghost',\r\n volumeFull = 'bx-volume-full',\r\n calendar = 'bx-calendar',\r\n moon = 'bx-moon',\r\n checkShield = 'bx-check-shield',\r\n firstPage = 'bx-first-page',\r\n folderPlus = 'bx-folder-plus',\r\n book = 'bx-book',\r\n laugh = 'bx-laugh',\r\n leftIndent = 'bx-left-indent',\r\n plusMedical = 'bx-plus-medical',\r\n editAlt = 'bx-edit-alt',\r\n cylinder = 'bx-cylinder',\r\n cubeAlt = 'bx-cube-alt',\r\n alignRight = 'bx-align-right',\r\n checkboxMinus = 'bx-checkbox-minus',\r\n leaf = 'bx-leaf',\r\n trendingUp = 'bx-trending-up',\r\n brightness = 'bx-brightness',\r\n dotsHorizontalRounded = 'bx-dots-horizontal-rounded',\r\n yen = 'bx-yen',\r\n addToQueue = 'bx-add-to-queue',\r\n bookmarks = 'bx-bookmarks',\r\n candles = 'bx-candles',\r\n cross = 'bx-cross',\r\n circleThreeQuarter = 'bx-circle-three-quarter',\r\n fork = 'bx-fork',\r\n lira = 'bx-lira',\r\n xCircle = 'bx-x-circle',\r\n bell = 'bx-bell',\r\n hide = 'bx-hide',\r\n notepad = 'bx-notepad',\r\n downArrowCircle = 'bx-down-arrow-circle',\r\n volumeLow = 'bx-volume-low',\r\n spaceBar = 'bx-space-bar',\r\n upArrowAlt = 'bx-up-arrow-alt',\r\n qr = 'bx-qr',\r\n directions = 'bx-directions',\r\n cuboid = 'bx-cuboid',\r\n buoy = 'bx-buoy',\r\n fastForward = 'bx-fast-forward',\r\n copyright = 'bx-copyright',\r\n femaleSign = 'bx-female-sign',\r\n fileFind = 'bx-file-find',\r\n skipPrevious = 'bx-skip-previous',\r\n messageAltDots = 'bx-message-alt-dots',\r\n health = 'bx-health',\r\n exit = 'bx-exit',\r\n chart = 'bx-chart',\r\n copy = 'bx-copy',\r\n messageDots = 'bx-message-dots',\r\n bookOpen = 'bx-book-open',\r\n clipboard = 'bx-clipboard',\r\n polygon = 'bx-polygon',\r\n calendarPlus = 'bx-calendar-plus',\r\n lastPage = 'bx-last-page',\r\n coffee = 'bx-coffee',\r\n archiveOut = 'bx-archive-out',\r\n bulb = 'bx-bulb',\r\n bookmark = 'bx-bookmark',\r\n cloudUpload = 'bx-cloud-upload',\r\n male = 'bx-male',\r\n mailSend = 'bx-mail-send',\r\n chat = 'bx-chat',\r\n podcast = 'bx-podcast',\r\n party = 'bx-party',\r\n moneyWithdraw = 'bx-money-withdraw',\r\n hardHat = 'bx-hard-hat',\r\n reflectHorizontal = 'bx-reflect-horizontal',\r\n bellMinus = 'bx-bell-minus',\r\n lockAlt = 'bx-lock-alt',\r\n doughnutChart = 'bx-doughnut-chart',\r\n winkSmile = 'bx-wink-smile',\r\n alignMiddle = 'bx-align-middle',\r\n cloud = 'bx-cloud',\r\n label = 'bx-label',\r\n bandAid = 'bx-band-aid',\r\n foodTag = 'bx-food-tag',\r\n userVoice = 'bx-user-voice',\r\n camera = 'bx-camera',\r\n logInCircle = 'bx-log-in-circle',\r\n cake = 'bx-cake',\r\n volumeMute = 'bx-volume-mute',\r\n maleSign = 'bx-male-sign',\r\n checkSquare = 'bx-check-square',\r\n rupee = 'bx-rupee',\r\n at = 'bx-at',\r\n mapPin = 'bx-map-pin',\r\n zoomOut = 'bx-zoom-out',\r\n stopwatch = 'bx-stopwatch',\r\n folderMinus = 'bx-folder-minus',\r\n purchaseTagAlt = 'bx-purchase-tag-alt',\r\n shapeTriangle = 'bx-shape-triangle',\r\n rightDownArrowCircle = 'bx-right-down-arrow-circle',\r\n brightnessHalf = 'bx-brightness-half',\r\n messageSquareDots = 'bx-message-square-dots',\r\n receipt = 'bx-receipt',\r\n collapseAlt = 'bx-collapse-alt',\r\n chevronRight = 'bx-chevron-right',\r\n stop = 'bx-stop',\r\n devices = 'bx-devices',\r\n block = 'bx-block',\r\n alarmAdd = 'bx-alarm-add',\r\n folder = 'bx-folder',\r\n pause = 'bx-pause',\r\n menu = 'bx-menu',\r\n foodMenu = 'bx-food-menu',\r\n diamond = 'bx-diamond',\r\n buildingHouse = 'bx-building-house',\r\n won = 'bx-won',\r\n spa = 'bx-spa',\r\n scatterChart = 'bx-scatter-chart',\r\n cricketBall = 'bx-cricket-ball',\r\n messageSquare = 'bx-message-square',\r\n search = 'bx-search',\r\n leftDownArrowCircle = 'bx-left-down-arrow-circle',\r\n error = 'bx-error',\r\n codeCurly = 'bx-code-curly',\r\n trendingDown = 'bx-trending-down',\r\n userPin = 'bx-user-pin',\r\n infoCircle = 'bx-info-circle',\r\n pauseCircle = 'bx-pause-circle',\r\n winkTongue = 'bx-wink-tongue',\r\n bowlingBall = 'bx-bowling-ball',\r\n face = 'bx-face',\r\n brushAlt = 'bx-brush-alt',\r\n bug = 'bx-bug',\r\n chevronsUp = 'bx-chevrons-up',\r\n palette = 'bx-palette',\r\n borderRadius = 'bx-border-radius',\r\n searchAlt2 = 'bx-search-alt-2',\r\n code = 'bx-code',\r\n volume = 'bx-volume',\r\n conversation = 'bx-conversation',\r\n noEntry = 'bx-no-entry',\r\n broadcast = 'bx-broadcast',\r\n sync = 'bx-sync',\r\n mehAlt = 'bx-meh-alt',\r\n storeAlt = 'bx-store-alt',\r\n alignJustify = 'bx-align-justify',\r\n chevronDown = 'bx-chevron-down',\r\n fastForwardCircle = 'bx-fast-forward-circle',\r\n errorAlt = 'bx-error-alt',\r\n rightArrowCircle = 'bx-right-arrow-circle',\r\n pyramid = 'bx-pyramid',\r\n rss = 'bx-rss',\r\n dialpadAlt = 'bx-dialpad-alt',\r\n confused = 'bx-confused',\r\n bookmarkPlus = 'bx-bookmark-plus',\r\n radio = 'bx-radio',\r\n image = 'bx-image',\r\n radioCircleMarked = 'bx-radio-circle-marked',\r\n happyAlt = 'bx-happy-alt',\r\n sleepy = 'bx-sleepy',\r\n lineChart = 'bx-line-chart',\r\n downArrowAlt = 'bx-down-arrow-alt',\r\n errorCircle = 'bx-error-circle',\r\n shieldAlt2 = 'bx-shield-alt-2',\r\n expandVertical = 'bx-expand-vertical',\r\n injection = 'bx-injection',\r\n cableCar = 'bx-cable-car',\r\n knife = 'bx-knife',\r\n cartDownload = 'bx-cart-download',\r\n color = 'bx-color',\r\n objectsHorizontalLeft = 'bx-objects-horizontal-left',\r\n objectsHorizontalRight = 'bx-objects-horizontal-right',\r\n verticalTop = 'bx-vertical-top',\r\n shieldPlus = 'bx-shield-plus',\r\n objectsHorizontalCenter = 'bx-objects-horizontal-center',\r\n objectsVerticalTop = 'bx-objects-vertical-top',\r\n horizontalRight = 'bx-horizontal-right',\r\n shieldMinus = 'bx-shield-minus',\r\n objectsVerticalBottom = 'bx-objects-vertical-bottom',\r\n rfid = 'bx-rfid',\r\n child = 'bx-child',\r\n objectsVerticalCenter = 'bx-objects-vertical-center',\r\n horizontalLeft = 'bx-horizontal-left',\r\n verticalBottom = 'bx-vertical-bottom',\r\n universalAccess = 'bx-universal-access',\r\n shower = 'bx-shower',\r\n sushi = 'bx-sushi',\r\n dice1Solid = 'bxs-dice-1',\r\n cameraHomeSolid = 'bxs-camera-home',\r\n commentEditSolid = 'bxs-comment-edit',\r\n coffeeAltSolid = 'bxs-coffee-alt',\r\n radiationSolid = 'bxs-radiation',\r\n pianoSolid = 'bxs-piano',\r\n homeSmileSolid = 'bxs-home-smile',\r\n arrowFromRightSolid = 'bxs-arrow-from-right',\r\n bookmarkAltPlusSolid = 'bxs-bookmark-alt-plus',\r\n layerMinusSolid = 'bxs-layer-minus',\r\n flameSolid = 'bxs-flame',\r\n carMechanicSolid = 'bxs-car-mechanic',\r\n chevronsUpSolid = 'bxs-chevrons-up',\r\n caretLeftSquareSolid = 'bxs-caret-left-square',\r\n beerSolid = 'bxs-beer',\r\n churchSolid = 'bxs-church',\r\n chevronsLeftSolid = 'bxs-chevrons-left',\r\n virusSolid = 'bxs-virus',\r\n messageErrorSolid = 'bxs-message-error',\r\n commentCheckSolid = 'bxs-comment-check',\r\n thermometerSolid = 'bxs-thermometer',\r\n directionsSolid = 'bxs-directions',\r\n arrowToTopSolid = 'bxs-arrow-to-top',\r\n pointerSolid = 'bxs-pointer',\r\n cartAddSolid = 'bxs-cart-add',\r\n cabinetSolid = 'bxs-cabinet',\r\n homeHeartSolid = 'bxs-home-heart',\r\n messageAltDetailSolid = 'bxs-message-alt-detail',\r\n creditCardFrontSolid = 'bxs-credit-card-front',\r\n keyboardSolid = 'bxs-keyboard',\r\n shapesSolid = 'bxs-shapes',\r\n layerPlusSolid = 'bxs-layer-plus',\r\n copyrightSolid = 'bxs-copyright',\r\n chevronDownSolid = 'bxs-chevron-down',\r\n capsuleSolid = 'bxs-capsule',\r\n stickerSolid = 'bxs-sticker',\r\n chevronLeftSolid = 'bxs-chevron-left',\r\n cloudLightningSolid = 'bxs-cloud-lightning',\r\n boneSolid = 'bxs-bone',\r\n vectorSolid = 'bxs-vector',\r\n dice4Solid = 'bxs-dice-4',\r\n gasPumpSolid = 'bxs-gas-pump',\r\n messageSquareErrorSolid = 'bxs-message-square-error',\r\n messageRoundedDetailSolid = 'bxs-message-rounded-detail',\r\n coinStackSolid = 'bxs-coin-stack',\r\n guitarAmpSolid = 'bxs-guitar-amp',\r\n userRectangleSolid = 'bxs-user-rectangle',\r\n bullseyeSolid = 'bxs-bullseye',\r\n commentMinusSolid = 'bxs-comment-minus',\r\n chevronLeftSquareSolid = 'bxs-chevron-left-square',\r\n leftArrowSquareSolid = 'bxs-left-arrow-square',\r\n chessSolid = 'bxs-chess',\r\n dice5Solid = 'bxs-dice-5',\r\n moviePlaySolid = 'bxs-movie-play',\r\n upArrowSquareSolid = 'bxs-up-arrow-square',\r\n messageSquareAddSolid = 'bxs-message-square-add',\r\n basketballSolid = 'bxs-basketball',\r\n messageSquareMinusSolid = 'bxs-message-square-minus',\r\n binocularsSolid = 'bxs-binoculars',\r\n lowVisionSolid = 'bxs-low-vision',\r\n infoSquareSolid = 'bxs-info-square',\r\n dice2Solid = 'bxs-dice-2',\r\n diamondSolid = 'bxs-diamond',\r\n bookAltSolid = 'bxs-book-alt',\r\n eraserSolid = 'bxs-eraser',\r\n locationPlusSolid = 'bxs-location-plus',\r\n faceMaskSolid = 'bxs-face-mask',\r\n chevronDownCircleSolid = 'bxs-chevron-down-circle',\r\n dryerSolid = 'bxs-dryer',\r\n categorySolid = 'bxs-category',\r\n pencilSolid = 'bxs-pencil',\r\n likeSolid = 'bxs-like',\r\n folderSolid = 'bxs-folder',\r\n wrenchSolid = 'bxs-wrench',\r\n musicSolid = 'bxs-music',\r\n inboxSolid = 'bxs-inbox',\r\n quoteRightSolid = 'bxs-quote-right',\r\n zapSolid = 'bxs-zap',\r\n plugSolid = 'bxs-plug',\r\n skullSolid = 'bxs-skull',\r\n planetSolid = 'bxs-planet',\r\n userCircleSolid = 'bxs-user-circle',\r\n adjustSolid = 'bxs-adjust',\r\n cloudSolid = 'bxs-cloud',\r\n chartSolid = 'bxs-chart',\r\n terminalSolid = 'bxs-terminal',\r\n messageRoundedSolid = 'bxs-message-rounded',\r\n xSquareSolid = 'bxs-x-square',\r\n selectMultipleSolid = 'bxs-select-multiple',\r\n lockSolid = 'bxs-lock',\r\n phoneIncomingSolid = 'bxs-phone-incoming',\r\n crownSolid = 'bxs-crown',\r\n sendSolid = 'bxs-send',\r\n volumeSolid = 'bxs-volume',\r\n pasteSolid = 'bxs-paste',\r\n folderOpenSolid = 'bxs-folder-open',\r\n bookSolid = 'bxs-book',\r\n renameSolid = 'bxs-rename',\r\n shoppingBagAltSolid = 'bxs-shopping-bag-alt',\r\n upArrowCircleSolid = 'bxs-up-arrow-circle',\r\n watchSolid = 'bxs-watch',\r\n homeSoli