UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

1,318 lines (1,304 loc) 48.3 kB
/** * Framework 7 Icons v 5.0.5 - https://framework7.io/icons/ * License - https://github.com/framework7io/framework7-icons/blob/master/LICENSE */ function getIcon(selector) { if (selector === undefined || selector === null) { console.warn('Selector is null or undefined') return 'N/A' } if (typeof selector !== 'string' && typeof selector !== 'number') { console.warn('Selector must be string or number') return 'N/A' } return icons[selector] || 'N/A' } exports.getIcon = getIcon function setTitle(selector, object) { if (selector === undefined || selector === null) { console.warn('Selector is null or undefined') return } if (!object || typeof object !== 'object') { console.warn('Invalid target object') return } object.title = icons[selector] || 'N/A' } exports.setTitle = setTitle function setText(selector, object) { if (selector === undefined || selector === null) { console.warn('Selector is null or undefined') return } if (!object || typeof object !== 'object') { console.warn('Invalid target object') return } object.text = icons[selector] || 'N/A' } exports.setText = setText function getRandomKey() { return iconKeys[Math.floor(Math.random() * iconKeys.length)] } exports.getRandomKey = getRandomKey function getRandomValue() { return icons[iconKeys[Math.floor(Math.random() * iconKeys.length)]] } exports.getRandomValue = getRandomValue const icons = { airplane: 'airplane', alarm: 'alarm', alarmFill: 'alarm_fill', alt: 'alt', ant: 'ant', antCircle: 'ant_circle', antCircleFill: 'ant_circle_fill', antFill: 'ant_fill', antennaRadiowavesLeftRight: 'antenna_radiowaves_left_right', app: 'app', appBadge: 'app_badge', appBadgeFill: 'app_badge_fill', appFill: 'app_fill', archivebox: 'archivebox', archiveboxFill: 'archivebox_fill', arrow2Circlepath: 'arrow_2_circlepath', arrow2CirclepathCircle: 'arrow_2_circlepath_circle', arrow2CirclepathCircleFill: 'arrow_2_circlepath_circle_fill', arrow2Squarepath: 'arrow_2_squarepath', arrow3Trianglepath: 'arrow_3_trianglepath', arrowBranch: 'arrow_branch', arrowClockwise: 'arrow_clockwise', arrowClockwiseCircle: 'arrow_clockwise_circle', arrowClockwiseCircleFill: 'arrow_clockwise_circle_fill', arrowCounterclockwise: 'arrow_counterclockwise', arrowCounterclockwiseCircle: 'arrow_counterclockwise_circle', arrowCounterclockwiseCircleFill: 'arrow_counterclockwise_circle_fill', arrowDown: 'arrow_down', arrowDownCircle: 'arrow_down_circle', arrowDownCircleFill: 'arrow_down_circle_fill', arrowDownDoc: 'arrow_down_doc', arrowDownDocFill: 'arrow_down_doc_fill', arrowDownLeft: 'arrow_down_left', arrowDownLeftCircle: 'arrow_down_left_circle', arrowDownLeftCircleFill: 'arrow_down_left_circle_fill', arrowDownLeftSquare: 'arrow_down_left_square', arrowDownLeftSquareFill: 'arrow_down_left_square_fill', arrowDownRight: 'arrow_down_right', arrowDownRightArrowUpLeft: 'arrow_down_right_arrow_up_left', arrowDownRightCircle: 'arrow_down_right_circle', arrowDownRightCircleFill: 'arrow_down_right_circle_fill', arrowDownRightSquare: 'arrow_down_right_square', arrowDownRightSquareFill: 'arrow_down_right_square_fill', arrowDownSquare: 'arrow_down_square', arrowDownSquareFill: 'arrow_down_square_fill', arrowDownToLine: 'arrow_down_to_line', arrowDownToLineAlt: 'arrow_down_to_line_alt', arrowLeft: 'arrow_left', arrowLeftCircle: 'arrow_left_circle', arrowLeftCircleFill: 'arrow_left_circle_fill', arrowLeftRight: 'arrow_left_right', arrowLeftRightCircle: 'arrow_left_right_circle', arrowLeftRightCircleFill: 'arrow_left_right_circle_fill', arrowLeftRightSquare: 'arrow_left_right_square', arrowLeftRightSquareFill: 'arrow_left_right_square_fill', arrowLeftSquare: 'arrow_left_square', arrowLeftSquareFill: 'arrow_left_square_fill', arrowLeftToLine: 'arrow_left_to_line', arrowLeftToLineAlt: 'arrow_left_to_line_alt', arrowMerge: 'arrow_merge', arrowRight: 'arrow_right', arrowRightArrowLeft: 'arrow_right_arrow_left', arrowRightArrowLeftCircle: 'arrow_right_arrow_left_circle', arrowRightArrowLeftCircleFill: 'arrow_right_arrow_left_circle_fill', arrowRightArrowLeftSquare: 'arrow_right_arrow_left_square', arrowRightArrowLeftSquareFill: 'arrow_right_arrow_left_square_fill', arrowRightCircle: 'arrow_right_circle', arrowRightCircleFill: 'arrow_right_circle_fill', arrowRightSquare: 'arrow_right_square', arrowRightSquareFill: 'arrow_right_square_fill', arrowRightToLine: 'arrow_right_to_line', arrowRightToLineAlt: 'arrow_right_to_line_alt', arrowSwap: 'arrow_swap', arrowTurnDownLeft: 'arrow_turn_down_left', arrowTurnDownRight: 'arrow_turn_down_right', arrowTurnLeftDown: 'arrow_turn_left_down', arrowTurnLeftUp: 'arrow_turn_left_up', arrowTurnRightDown: 'arrow_turn_right_down', arrowTurnRightUp: 'arrow_turn_right_up', arrowTurnUpLeft: 'arrow_turn_up_left', arrowTurnUpRight: 'arrow_turn_up_right', arrowUp: 'arrow_up', arrowUpArrowDown: 'arrow_up_arrow_down', arrowUpArrowDownCircle: 'arrow_up_arrow_down_circle', arrowUpArrowDownCircleFill: 'arrow_up_arrow_down_circle_fill', arrowUpArrowDownSquare: 'arrow_up_arrow_down_square', arrowUpArrowDownSquareFill: 'arrow_up_arrow_down_square_fill', arrowUpBin: 'arrow_up_bin', arrowUpBinFill: 'arrow_up_bin_fill', arrowUpCircle: 'arrow_up_circle', arrowUpCircleFill: 'arrow_up_circle_fill', arrowUpDoc: 'arrow_up_doc', arrowUpDocFill: 'arrow_up_doc_fill', arrowUpDown: 'arrow_up_down', arrowUpDownCircle: 'arrow_up_down_circle', arrowUpDownCircleFill: 'arrow_up_down_circle_fill', arrowUpDownSquare: 'arrow_up_down_square', arrowUpDownSquareFill: 'arrow_up_down_square_fill', arrowUpLeft: 'arrow_up_left', arrowUpLeftArrowDownRight: 'arrow_up_left_arrow_down_right', arrowUpLeftCircle: 'arrow_up_left_circle', arrowUpLeftCircleFill: 'arrow_up_left_circle_fill', arrowUpLeftSquare: 'arrow_up_left_square', arrowUpLeftSquareFill: 'arrow_up_left_square_fill', arrowUpRight: 'arrow_up_right', arrowUpRightCircle: 'arrow_up_right_circle', arrowUpRightCircleFill: 'arrow_up_right_circle_fill', arrowUpRightDiamond: 'arrow_up_right_diamond', arrowUpRightDiamondFill: 'arrow_up_right_diamond_fill', arrowUpRightSquare: 'arrow_up_right_square', arrowUpRightSquareFill: 'arrow_up_right_square_fill', arrowUpSquare: 'arrow_up_square', arrowUpSquareFill: 'arrow_up_square_fill', arrowUpToLine: 'arrow_up_to_line', arrowUpToLineAlt: 'arrow_up_to_line_alt', arrowUturnDown: 'arrow_uturn_down', arrowUturnDownCircle: 'arrow_uturn_down_circle', arrowUturnDownCircleFill: 'arrow_uturn_down_circle_fill', arrowUturnDownSquare: 'arrow_uturn_down_square', arrowUturnDownSquareFill: 'arrow_uturn_down_square_fill', arrowUturnLeft: 'arrow_uturn_left', arrowUturnLeftCircle: 'arrow_uturn_left_circle', arrowUturnLeftCircleFill: 'arrow_uturn_left_circle_fill', arrowUturnLeftSquare: 'arrow_uturn_left_square', arrowUturnLeftSquareFill: 'arrow_uturn_left_square_fill', arrowUturnRight: 'arrow_uturn_right', arrowUturnRightCircle: 'arrow_uturn_right_circle', arrowUturnRightCircleFill: 'arrow_uturn_right_circle_fill', arrowUturnRightSquare: 'arrow_uturn_right_square', arrowUturnRightSquareFill: 'arrow_uturn_right_square_fill', arrowUturnUp: 'arrow_uturn_up', arrowUturnUpCircle: 'arrow_uturn_up_circle', arrowUturnUpCircleFill: 'arrow_uturn_up_circle_fill', arrowUturnUpSquare: 'arrow_uturn_up_square', arrowUturnUpSquareFill: 'arrow_uturn_up_square_fill', arrowshapeTurnUpLeft: 'arrowshape_turn_up_left', arrowshapeTurnUpLeft2: 'arrowshape_turn_up_left_2', arrowshapeTurnUpLeft2Fill: 'arrowshape_turn_up_left_2_fill', arrowshapeTurnUpLeftCircle: 'arrowshape_turn_up_left_circle', arrowshapeTurnUpLeftCircleFill: 'arrowshape_turn_up_left_circle_fill', arrowshapeTurnUpLeftFill: 'arrowshape_turn_up_left_fill', arrowshapeTurnUpRight: 'arrowshape_turn_up_right', arrowshapeTurnUpRightCircle: 'arrowshape_turn_up_right_circle', arrowshapeTurnUpRightCircleFill: 'arrowshape_turn_up_right_circle_fill', arrowshapeTurnUpRightFill: 'arrowshape_turn_up_right_fill', arrowtriangleDown: 'arrowtriangle_down', arrowtriangleDownCircle: 'arrowtriangle_down_circle', arrowtriangleDownCircleFill: 'arrowtriangle_down_circle_fill', arrowtriangleDownFill: 'arrowtriangle_down_fill', arrowtriangleDownSquare: 'arrowtriangle_down_square', arrowtriangleDownSquareFill: 'arrowtriangle_down_square_fill', arrowtriangleLeft: 'arrowtriangle_left', arrowtriangleLeftCircle: 'arrowtriangle_left_circle', arrowtriangleLeftCircleFill: 'arrowtriangle_left_circle_fill', arrowtriangleLeftFill: 'arrowtriangle_left_fill', arrowtriangleLeftSquare: 'arrowtriangle_left_square', arrowtriangleLeftSquareFill: 'arrowtriangle_left_square_fill', arrowtriangleRight: 'arrowtriangle_right', arrowtriangleRightCircle: 'arrowtriangle_right_circle', arrowtriangleRightCircleFill: 'arrowtriangle_right_circle_fill', arrowtriangleRightFill: 'arrowtriangle_right_fill', arrowtriangleRightSquare: 'arrowtriangle_right_square', arrowtriangleRightSquareFill: 'arrowtriangle_right_square_fill', arrowtriangleUp: 'arrowtriangle_up', arrowtriangleUpCircle: 'arrowtriangle_up_circle', arrowtriangleUpCircleFill: 'arrowtriangle_up_circle_fill', arrowtriangleUpFill: 'arrowtriangle_up_fill', arrowtriangleUpSquare: 'arrowtriangle_up_square', arrowtriangleUpSquareFill: 'arrowtriangle_up_square_fill', asteriskCircle: 'asterisk_circle', asteriskCircleFill: 'asterisk_circle_fill', at: 'at', atBadgeMinus: 'at_badge_minus', atBadgePlus: 'at_badge_plus', atCircle: 'at_circle', atCircleFill: 'at_circle_fill', backward: 'backward', backwardEnd: 'backward_end', backwardEndAlt: 'backward_end_alt', backwardEndAltFill: 'backward_end_alt_fill', backwardEndFill: 'backward_end_fill', backwardFill: 'backward_fill', badgePlusRadiowavesRight: 'badge_plus_radiowaves_right', bag: 'bag', bagBadgeMinus: 'bag_badge_minus', bagBadgePlus: 'bag_badge_plus', bagFill: 'bag_fill', bagFillBadgeMinus: 'bag_fill_badge_minus', bagFillBadgePlus: 'bag_fill_badge_plus', bandage: 'bandage', bandageFill: 'bandage_fill', barcode: 'barcode', barcodeViewfinder: 'barcode_viewfinder', bars: 'bars', battery0: 'battery_0', battery100: 'battery_100', battery25: 'battery_25', bedDouble: 'bed_double', bedDoubleFill: 'bed_double_fill', bell: 'bell', bellCircle: 'bell_circle', bellCircleFill: 'bell_circle_fill', bellFill: 'bell_fill', bellSlash: 'bell_slash', bellSlashFill: 'bell_slash_fill', binXmark: 'bin_xmark', binXmarkFill: 'bin_xmark_fill', bitcoin: 'bitcoin', bitcoinCircle: 'bitcoin_circle', bitcoinCircleFill: 'bitcoin_circle_fill', bold: 'bold', boldItalicUnderline: 'bold_italic_underline', boldUnderline: 'bold_underline', bolt: 'bolt', boltBadgeA: 'bolt_badge_a', boltBadgeAFill: 'bolt_badge_a_fill', boltCircle: 'bolt_circle', boltCircleFill: 'bolt_circle_fill', boltFill: 'bolt_fill', boltHorizontal: 'bolt_horizontal', boltHorizontalCircle: 'bolt_horizontal_circle', boltHorizontalCircleFill: 'bolt_horizontal_circle_fill', boltHorizontalFill: 'bolt_horizontal_fill', boltSlash: 'bolt_slash', boltSlashFill: 'bolt_slash_fill', book: 'book', bookCircle: 'book_circle', bookCircleFill: 'book_circle_fill', bookFill: 'book_fill', bookmark: 'bookmark', bookmarkFill: 'bookmark_fill', briefcase: 'briefcase', briefcaseFill: 'briefcase_fill', bubbleLeft: 'bubble_left', bubbleLeftBubbleRight: 'bubble_left_bubble_right', bubbleLeftBubbleRightFill: 'bubble_left_bubble_right_fill', bubbleLeftFill: 'bubble_left_fill', bubbleMiddleBottom: 'bubble_middle_bottom', bubbleMiddleBottomFill: 'bubble_middle_bottom_fill', bubbleMiddleTop: 'bubble_middle_top', bubbleMiddleTopFill: 'bubble_middle_top_fill', bubbleRight: 'bubble_right', bubbleRightFill: 'bubble_right_fill', building: 'building', building2: 'building_2', building2CropCircle: 'building_2_crop_circle', building2CropCircleFill: 'building_2_crop_circle_fill', building2Fill: 'building_2_fill', buildingColumns: 'building_columns', buildingColumnsFill: 'building_columns_fill', buildingFill: 'building_fill', burn: 'burn', burst: 'burst', burstFill: 'burst_fill', calendar: 'calendar', calendarBadgeMinus: 'calendar_badge_minus', calendarBadgePlus: 'calendar_badge_plus', calendarCircle: 'calendar_circle', calendarCircleFill: 'calendar_circle_fill', calendarToday: 'calendar_today', camera: 'camera', cameraCircle: 'camera_circle', cameraCircleFill: 'camera_circle_fill', cameraFill: 'camera_fill', cameraFilters: 'camera_filters', cameraOnRectangle: 'camera_on_rectangle', cameraOnRectangleFill: 'camera_on_rectangle_fill', cameraRotate: 'camera_rotate', cameraRotateFill: 'camera_rotate_fill', cameraViewfinder: 'camera_viewfinder', capslock: 'capslock', capslockFill: 'capslock_fill', capsule: 'capsule', capsuleFill: 'capsule_fill', captionsBubble: 'captions_bubble', captionsBubbleFill: 'captions_bubble_fill', carFill: 'car_fill', cart: 'cart', cartBadgeMinus: 'cart_badge_minus', cartBadgePlus: 'cart_badge_plus', cartFill: 'cart_fill', cartFillBadgeMinus: 'cart_fill_badge_minus', cartFillBadgePlus: 'cart_fill_badge_plus', cat: 'cat', chartBar: 'chart_bar', chartBarAltFill: 'chart_bar_alt_fill', chartBarCircle: 'chart_bar_circle', chartBarCircleFill: 'chart_bar_circle_fill', chartBarFill: 'chart_bar_fill', chartBarSquare: 'chart_bar_square', chartBarSquareFill: 'chart_bar_square_fill', chartPie: 'chart_pie', chartPieFill: 'chart_pie_fill', chatBubble: 'chat_bubble', chatBubble2: 'chat_bubble_2', chatBubble2Fill: 'chat_bubble_2_fill', chatBubbleFill: 'chat_bubble_fill', chatBubbleText: 'chat_bubble_text', chatBubbleTextFill: 'chat_bubble_text_fill', checkmark: 'checkmark', checkmark2: 'checkmark_2', checkmarkAlt: 'checkmark_alt', checkmarkAltCircle: 'checkmark_alt_circle', checkmarkAltCircleFill: 'checkmark_alt_circle_fill', checkmarkCircle: 'checkmark_circle', checkmarkCircleFill: 'checkmark_circle_fill', checkmarkRectangle: 'checkmark_rectangle', checkmarkRectangleFill: 'checkmark_rectangle_fill', checkmarkSeal: 'checkmark_seal', checkmarkSealFill: 'checkmark_seal_fill', checkmarkShield: 'checkmark_shield', checkmarkShieldFill: 'checkmark_shield_fill', checkmarkSquare: 'checkmark_square', checkmarkSquareFill: 'checkmark_square_fill', chevronCompactDown: 'chevron_compact_down', chevronCompactLeft: 'chevron_compact_left', chevronCompactRight: 'chevron_compact_right', chevronCompactUp: 'chevron_compact_up', chevronDown: 'chevron_down', chevronDownCircle: 'chevron_down_circle', chevronDownCircleFill: 'chevron_down_circle_fill', chevronDownSquare: 'chevron_down_square', chevronDownSquareFill: 'chevron_down_square_fill', chevronLeft: 'chevron_left', chevronLeft2: 'chevron_left_2', chevronLeftCircle: 'chevron_left_circle', chevronLeftCircleFill: 'chevron_left_circle_fill', chevronLeftSlashChevronRight: 'chevron_left_slash_chevron_right', chevronLeftSquare: 'chevron_left_square', chevronLeftSquareFill: 'chevron_left_square_fill', chevronRight: 'chevron_right', chevronRight2: 'chevron_right_2', chevronRightCircle: 'chevron_right_circle', chevronRightCircleFill: 'chevron_right_circle_fill', chevronRightSquare: 'chevron_right_square', chevronRightSquareFill: 'chevron_right_square_fill', chevronUp: 'chevron_up', chevronUpChevronDown: 'chevron_up_chevron_down', chevronUpCircle: 'chevron_up_circle', chevronUpCircleFill: 'chevron_up_circle_fill', chevronUpSquare: 'chevron_up_square', chevronUpSquareFill: 'chevron_up_square_fill', circle: 'circle', circleBottomthirdSplit: 'circle_bottomthird_split', circleFill: 'circle_fill', circleGrid3x3: 'circle_grid_3x3', circleGrid3x3Fill: 'circle_grid_3x3_fill', circleGridHex: 'circle_grid_hex', circleGridHexFill: 'circle_grid_hex_fill', circleLefthalfFill: 'circle_lefthalf_fill', circleRighthalfFill: 'circle_righthalf_fill', clear: 'clear', clearFill: 'clear_fill', clock: 'clock', clockFill: 'clock_fill', cloud: 'cloud', cloudBolt: 'cloud_bolt', cloudBoltFill: 'cloud_bolt_fill', cloudBoltRain: 'cloud_bolt_rain', cloudBoltRainFill: 'cloud_bolt_rain_fill', cloudDownload: 'cloud_download', cloudDownloadFill: 'cloud_download_fill', cloudDrizzle: 'cloud_drizzle', cloudDrizzleFill: 'cloud_drizzle_fill', cloudFill: 'cloud_fill', cloudFog: 'cloud_fog', cloudFogFill: 'cloud_fog_fill', cloudHail: 'cloud_hail', cloudHailFill: 'cloud_hail_fill', cloudHeavyrain: 'cloud_heavyrain', cloudHeavyrainFill: 'cloud_heavyrain_fill', cloudMoon: 'cloud_moon', cloudMoonBolt: 'cloud_moon_bolt', cloudMoonBoltFill: 'cloud_moon_bolt_fill', cloudMoonFill: 'cloud_moon_fill', cloudMoonRain: 'cloud_moon_rain', cloudMoonRainFill: 'cloud_moon_rain_fill', cloudRain: 'cloud_rain', cloudRainFill: 'cloud_rain_fill', cloudSleet: 'cloud_sleet', cloudSleetFill: 'cloud_sleet_fill', cloudSnow: 'cloud_snow', cloudSnowFill: 'cloud_snow_fill', cloudSun: 'cloud_sun', cloudSunBolt: 'cloud_sun_bolt', cloudSunBoltFill: 'cloud_sun_bolt_fill', cloudSunFill: 'cloud_sun_fill', cloudSunRain: 'cloud_sun_rain', cloudSunRainFill: 'cloud_sun_rain_fill', cloudUpload: 'cloud_upload', cloudUploadFill: 'cloud_upload_fill', command: 'command', compass: 'compass', compassFill: 'compass_fill', control: 'control', creditcard: 'creditcard', creditcardFill: 'creditcard_fill', crop: 'crop', cropRotate: 'crop_rotate', cube: 'cube', cubeBox: 'cube_box', cubeBoxFill: 'cube_box_fill', cubeFill: 'cube_fill', cursorRays: 'cursor_rays', decreaseIndent: 'decrease_indent', decreaseQuotelevel: 'decrease_quotelevel', deleteLeft: 'delete_left', deleteLeftFill: 'delete_left_fill', deleteRight: 'delete_right', deleteRightFill: 'delete_right_fill', desktopcomputer: 'desktopcomputer', deviceDesktop: 'device_desktop', deviceLaptop: 'device_laptop', devicePhoneLandscape: 'device_phone_landscape', devicePhonePortrait: 'device_phone_portrait', deviceTabletLandscape: 'device_tablet_landscape', deviceTabletPortrait: 'device_tablet_portrait', dial: 'dial', dialFill: 'dial_fill', divide: 'divide', divideCircle: 'divide_circle', divideCircleFill: 'divide_circle_fill', divideSquare: 'divide_square', divideSquareFill: 'divide_square_fill', doc: 'doc', docAppend: 'doc_append', docChart: 'doc_chart', docChartFill: 'doc_chart_fill', docCheckmark: 'doc_checkmark', docCheckmarkFill: 'doc_checkmark_fill', docCircle: 'doc_circle', docCircleFill: 'doc_circle_fill', docFill: 'doc_fill', docOnClipboard: 'doc_on_clipboard', docOnClipboardFill: 'doc_on_clipboard_fill', docOnDoc: 'doc_on_doc', docOnDocFill: 'doc_on_doc_fill', docPerson: 'doc_person', docPersonFill: 'doc_person_fill', docPlaintext: 'doc_plaintext', docRichtext: 'doc_richtext', docText: 'doc_text', docTextFill: 'doc_text_fill', docTextSearch: 'doc_text_search', docTextViewfinder: 'doc_text_viewfinder', dog: 'dog', dotRadiowavesLeftRight: 'dot_radiowaves_left_right', dotRadiowavesRight: 'dot_radiowaves_right', dotSquare: 'dot_square', dotSquareFill: 'dot_square_fill', downloadCircle: 'download_circle', downloadCircleFill: 'download_circle_fill', drop: 'drop', dropFill: 'drop_fill', dropTriangle: 'drop_triangle', dropTriangleFill: 'drop_triangle_fill', ear: 'ear', eject: 'eject', ejectFill: 'eject_fill', ellipsesBubble: 'ellipses_bubble', ellipsesBubbleFill: 'ellipses_bubble_fill', ellipsis: 'ellipsis', ellipsisCircle: 'ellipsis_circle', ellipsisCircleFill: 'ellipsis_circle_fill', ellipsisVertical: 'ellipsis_vertical', ellipsisVerticalCircle: 'ellipsis_vertical_circle', ellipsisVerticalCircleFill: 'ellipsis_vertical_circle_fill', envelope: 'envelope', envelopeBadge: 'envelope_badge', envelopeBadgeFill: 'envelope_badge_fill', envelopeCircle: 'envelope_circle', envelopeCircleFill: 'envelope_circle_fill', envelopeFill: 'envelope_fill', envelopeOpen: 'envelope_open', envelopeOpenFill: 'envelope_open_fill', equal: 'equal', equalCircle: 'equal_circle', equalCircleFill: 'equal_circle_fill', equalSquare: 'equal_square', equalSquareFill: 'equal_square_fill', escape: 'escape', exclamationmark: 'exclamationmark', exclamationmarkBubble: 'exclamationmark_bubble', exclamationmarkBubbleFill: 'exclamationmark_bubble_fill', exclamationmarkCircle: 'exclamationmark_circle', exclamationmarkCircleFill: 'exclamationmark_circle_fill', exclamationmarkOctagon: 'exclamationmark_octagon', exclamationmarkOctagonFill: 'exclamationmark_octagon_fill', exclamationmarkShield: 'exclamationmark_shield', exclamationmarkShieldFill: 'exclamationmark_shield_fill', exclamationmarkSquare: 'exclamationmark_square', exclamationmarkSquareFill: 'exclamationmark_square_fill', exclamationmarkTriangle: 'exclamationmark_triangle', exclamationmarkTriangleFill: 'exclamationmark_triangle_fill', expand: 'expand', eye: 'eye', eyeFill: 'eye_fill', eyeSlash: 'eye_slash', eyeSlashFill: 'eye_slash_fill', eyedropper: 'eyedropper', eyedropperFull: 'eyedropper_full', eyedropperHalffull: 'eyedropper_halffull', eyeglasses: 'eyeglasses', fCursive: 'f_cursive', fCursiveCircle: 'f_cursive_circle', fCursiveCircleFill: 'f_cursive_circle_fill', faceSmiling: 'face_smiling', faceSmilingFill: 'face_smiling_fill', facemask: 'facemask', facemaskFill: 'facemask_fill', film: 'film', filmFill: 'film_fill', flag: 'flag', flagCircle: 'flag_circle', flagCircleFill: 'flag_circle_fill', flagFill: 'flag_fill', flagSlash: 'flag_slash', flagSlashFill: 'flag_slash_fill', flame: 'flame', flameFill: 'flame_fill', floppyDisk: 'floppy_disk', flowchart: 'flowchart', flowchartFill: 'flowchart_fill', folder: 'folder', folderBadgeMinus: 'folder_badge_minus', folderBadgePersonCrop: 'folder_badge_person_crop', folderBadgePlus: 'folder_badge_plus', folderCircle: 'folder_circle', folderCircleFill: 'folder_circle_fill', folderFill: 'folder_fill', folderFillBadgeMinus: 'folder_fill_badge_minus', folderFillBadgePersonCrop: 'folder_fill_badge_person_crop', folderFillBadgePlus: 'folder_fill_badge_plus', forward: 'forward', forwardEnd: 'forward_end', forwardEndAlt: 'forward_end_alt', forwardEndAltFill: 'forward_end_alt_fill', forwardEndFill: 'forward_end_fill', forwardFill: 'forward_fill', function: 'function', funnel: 'funnel', funnelFill: 'funnel_fill', fx: 'fx', gamecontroller: 'gamecontroller', gamecontrollerAltFill: 'gamecontroller_alt_fill', gamecontrollerFill: 'gamecontroller_fill', gauge: 'gauge', gaugeBadgeMinus: 'gauge_badge_minus', gaugeBadgePlus: 'gauge_badge_plus', gear: 'gear', gearAlt: 'gear_alt', gearAltFill: 'gear_alt_fill', gift: 'gift', giftAlt: 'gift_alt', giftAltFill: 'gift_alt_fill', giftFill: 'gift_fill', giftcard: 'giftcard', giftcardFill: 'giftcard_fill', globe: 'globe', gobackward: 'gobackward', gobackward10: 'gobackward_10', gobackward15: 'gobackward_15', gobackward30: 'gobackward_30', gobackward45: 'gobackward_45', gobackward60: 'gobackward_60', gobackward75: 'gobackward_75', gobackward90: 'gobackward_90', gobackwardMinus: 'gobackward_minus', goforward: 'goforward', goforward10: 'goforward_10', goforward15: 'goforward_15', goforward30: 'goforward_30', goforward45: 'goforward_45', goforward60: 'goforward_60', goforward75: 'goforward_75', goforward90: 'goforward_90', goforwardPlus: 'goforward_plus', graphCircle: 'graph_circle', graphCircleFill: 'graph_circle_fill', graphSquare: 'graph_square', graphSquareFill: 'graph_square_fill', greaterthan: 'greaterthan', greaterthanCircle: 'greaterthan_circle', greaterthanCircleFill: 'greaterthan_circle_fill', greaterthanSquare: 'greaterthan_square', greaterthanSquareFill: 'greaterthan_square_fill', grid: 'grid', gridCircle: 'grid_circle', gridCircleFill: 'grid_circle_fill', guitars: 'guitars', hammer: 'hammer', hammerFill: 'hammer_fill', handDraw: 'hand_draw', handDrawFill: 'hand_draw_fill', handPointLeft: 'hand_point_left', handPointLeftFill: 'hand_point_left_fill', handPointRight: 'hand_point_right', handPointRightFill: 'hand_point_right_fill', handRaised: 'hand_raised', handRaisedFill: 'hand_raised_fill', handRaisedSlash: 'hand_raised_slash', handRaisedSlashFill: 'hand_raised_slash_fill', handThumbsdown: 'hand_thumbsdown', handThumbsdownFill: 'hand_thumbsdown_fill', handThumbsup: 'hand_thumbsup', handThumbsupFill: 'hand_thumbsup_fill', hare: 'hare', hareFill: 'hare_fill', headphones: 'headphones', heart: 'heart', heartCircle: 'heart_circle', heartCircleFill: 'heart_circle_fill', heartFill: 'heart_fill', heartSlash: 'heart_slash', heartSlashCircle: 'heart_slash_circle', heartSlashCircleFill: 'heart_slash_circle_fill', heartSlashFill: 'heart_slash_fill', helm: 'helm', hexagon: 'hexagon', hexagonFill: 'hexagon_fill', hifispeaker: 'hifispeaker', hifispeakerFill: 'hifispeaker_fill', hourglass: 'hourglass', hourglassBottomhalfFill: 'hourglass_bottomhalf_fill', hourglassTophalfFill: 'hourglass_tophalf_fill', house: 'house', houseAlt: 'house_alt', houseAltFill: 'house_alt_fill', houseFill: 'house_fill', hurricane: 'hurricane', increaseIndent: 'increase_indent', increaseQuotelevel: 'increase_quotelevel', infinite: 'infinite', info: 'info', infoCircle: 'info_circle', infoCircleFill: 'info_circle_fill', italic: 'italic', keyboard: 'keyboard', keyboardChevronCompactDown: 'keyboard_chevron_compact_down', largecircleFillCircle: 'largecircle_fill_circle', lasso: 'lasso', layers: 'layers', layersAlt: 'layers_alt', layersAltFill: 'layers_alt_fill', layersFill: 'layers_fill', leafArrowCirclepath: 'leaf_arrow_circlepath', lessthan: 'lessthan', lessthanCircle: 'lessthan_circle', lessthanCircleFill: 'lessthan_circle_fill', lessthanSquare: 'lessthan_square', lessthanSquareFill: 'lessthan_square_fill', lightMax: 'light_max', lightMin: 'light_min', lightbulb: 'lightbulb', lightbulbFill: 'lightbulb_fill', lightbulbSlash: 'lightbulb_slash', lightbulbSlashFill: 'lightbulb_slash_fill', lineHorizontal3: 'line_horizontal_3', lineHorizontal3Decrease: 'line_horizontal_3_decrease', lineHorizontal3DecreaseCircle: 'line_horizontal_3_decrease_circle', lineHorizontal3DecreaseCircleFill: 'line_horizontal_3_decrease_circle_fill', link: 'link', linkCircle: 'link_circle', linkCircleFill: 'link_circle_fill', listBullet: 'list_bullet', listBulletBelowRectangle: 'list_bullet_below_rectangle', listBulletIndent: 'list_bullet_indent', listDash: 'list_dash', listNumber: 'list_number', listNumberRtl: 'list_number_rtl', location: 'location', locationCircle: 'location_circle', locationCircleFill: 'location_circle_fill', locationFill: 'location_fill', locationNorth: 'location_north', locationNorthFill: 'location_north_fill', locationNorthLine: 'location_north_line', locationNorthLineFill: 'location_north_line_fill', locationSlash: 'location_slash', locationSlashFill: 'location_slash_fill', lock: 'lock', lockCircle: 'lock_circle', lockCircleFill: 'lock_circle_fill', lockFill: 'lock_fill', lockOpen: 'lock_open', lockOpenFill: 'lock_open_fill', lockRotation: 'lock_rotation', lockRotationOpen: 'lock_rotation_open', lockShield: 'lock_shield', lockShieldFill: 'lock_shield_fill', lockSlash: 'lock_slash', lockSlashFill: 'lock_slash_fill', logoAndroid: 'logo_android', logoAndroidText: 'logo_android_text', logoApple: 'logo_apple', logoFacebook: 'logo_facebook', logoGithub: 'logo_github', logoGoogle: 'logo_google', logoGoogleText: 'logo_google_text', logoGoogleplus: 'logo_googleplus', logoInstagram: 'logo_instagram', logoIos: 'logo_ios', logoLinkedin: 'logo_linkedin', logoMacos: 'logo_macos', logoMicrosoft: 'logo_microsoft', logoRss: 'logo_rss', logoStackoverflow: 'logo_stackoverflow', logoTwitter: 'logo_twitter', logoWindows: 'logo_windows', macwindow: 'macwindow', map: 'map', mapFill: 'map_fill', mapPin: 'map_pin', mapPinEllipse: 'map_pin_ellipse', mapPinSlash: 'map_pin_slash', memories: 'memories', memoriesBadgeMinus: 'memories_badge_minus', memoriesBadgePlus: 'memories_badge_plus', menu: 'menu', metronome: 'metronome', mic: 'mic', micCircle: 'mic_circle', micCircleFill: 'mic_circle_fill', micFill: 'mic_fill', micSlash: 'mic_slash', micSlashFill: 'mic_slash_fill', minus: 'minus', minusCircle: 'minus_circle', minusCircleFill: 'minus_circle_fill', minusRectangle: 'minus_rectangle', minusRectangleFill: 'minus_rectangle_fill', minusSlashPlus: 'minus_slash_plus', minusSquare: 'minus_square', minusSquareFill: 'minus_square_fill', moneyDollar: 'money_dollar', moneyDollarCircle: 'money_dollar_circle', moneyDollarCircleFill: 'money_dollar_circle_fill', moneyEuro: 'money_euro', moneyEuroCircle: 'money_euro_circle', moneyEuroCircleFill: 'money_euro_circle_fill', moneyPound: 'money_pound', moneyPoundCircle: 'money_pound_circle', moneyPoundCircleFill: 'money_pound_circle_fill', moneyRubl: 'money_rubl', moneyRublCircle: 'money_rubl_circle', moneyRublCircleFill: 'money_rubl_circle_fill', moneyYen: 'money_yen', moneyYenCircle: 'money_yen_circle', moneyYenCircleFill: 'money_yen_circle_fill', moon: 'moon', moonCircle: 'moon_circle', moonCircleFill: 'moon_circle_fill', moonFill: 'moon_fill', moonStars: 'moon_stars', moonStarsFill: 'moon_stars_fill', moonZzz: 'moon_zzz', moonZzzFill: 'moon_zzz_fill', move: 'move', multiply: 'multiply', multiplyCircle: 'multiply_circle', multiplyCircleFill: 'multiply_circle_fill', multiplySquare: 'multiply_square', multiplySquareFill: 'multiply_square_fill', musicAlbums: 'music_albums', musicAlbumsFill: 'music_albums_fill', musicHouse: 'music_house', musicHouseFill: 'music_house_fill', musicMic: 'music_mic', musicNote: 'music_note', musicNote2: 'music_note_2', musicNoteList: 'music_note_list', nosign: 'nosign', number: 'number', numberCircle: 'number_circle', numberCircleFill: 'number_circle_fill', numberSquare: 'number_square', numberSquareFill: 'number_square_fill', option: 'option', paintbrush: 'paintbrush', paintbrushFill: 'paintbrush_fill', pano: 'pano', panoFill: 'pano_fill', paperclip: 'paperclip', paperplane: 'paperplane', paperplaneFill: 'paperplane_fill', paragraph: 'paragraph', pause: 'pause', pauseCircle: 'pause_circle', pauseCircleFill: 'pause_circle_fill', pauseFill: 'pause_fill', pauseRectangle: 'pause_rectangle', pauseRectangleFill: 'pause_rectangle_fill', paw: 'paw', pencil: 'pencil', pencilCircle: 'pencil_circle', pencilCircleFill: 'pencil_circle_fill', pencilEllipsisRectangle: 'pencil_ellipsis_rectangle', pencilOutline: 'pencil_outline', pencilSlash: 'pencil_slash', percent: 'percent', person: 'person', person2: 'person_2', person2Alt: 'person_2_alt', person2Fill: 'person_2_fill', person2SquareStack: 'person_2_square_stack', person2SquareStackFill: 'person_2_square_stack_fill', person3: 'person_3', person3Fill: 'person_3_fill', personAlt: 'person_alt', personAltCircle: 'person_alt_circle', personAltCircleFill: 'person_alt_circle_fill', personBadgeMinus: 'person_badge_minus', personBadgeMinusFill: 'person_badge_minus_fill', personBadgePlus: 'person_badge_plus', personBadgePlusFill: 'person_badge_plus_fill', personCircle: 'person_circle', personCircleFill: 'person_circle_fill', personCropCircle: 'person_crop_circle', personCropCircleBadgeCheckmark: 'person_crop_circle_badge_checkmark', personCropCircleBadgeExclam: 'person_crop_circle_badge_exclam', personCropCircleBadgeMinus: 'person_crop_circle_badge_minus', personCropCircleBadgePlus: 'person_crop_circle_badge_plus', personCropCircleBadgeXmark: 'person_crop_circle_badge_xmark', personCropCircleFill: 'person_crop_circle_fill', personCropCircleFillBadgeCheckmark: 'person_crop_circle_fill_badge_checkmark', personCropCircleFillBadgeExclam: 'person_crop_circle_fill_badge_exclam', personCropCircleFillBadgeMinus: 'person_crop_circle_fill_badge_minus', personCropCircleFillBadgePlus: 'person_crop_circle_fill_badge_plus', personCropCircleFillBadgeXmark: 'person_crop_circle_fill_badge_xmark', personCropRectangle: 'person_crop_rectangle', personCropRectangleFill: 'person_crop_rectangle_fill', personCropSquare: 'person_crop_square', personCropSquareFill: 'person_crop_square_fill', personFill: 'person_fill', personalhotspot: 'personalhotspot', perspective: 'perspective', phone: 'phone', phoneArrowDownLeft: 'phone_arrow_down_left', phoneArrowRight: 'phone_arrow_right', phoneArrowUpRight: 'phone_arrow_up_right', phoneBadgePlus: 'phone_badge_plus', phoneCircle: 'phone_circle', phoneCircleFill: 'phone_circle_fill', phoneDown: 'phone_down', phoneDownCircle: 'phone_down_circle', phoneDownCircleFill: 'phone_down_circle_fill', phoneDownFill: 'phone_down_fill', phoneFill: 'phone_fill', phoneFillArrowDownLeft: 'phone_fill_arrow_down_left', phoneFillArrowRight: 'phone_fill_arrow_right', phoneFillArrowUpRight: 'phone_fill_arrow_up_right', phoneFillBadgePlus: 'phone_fill_badge_plus', photo: 'photo', photoFill: 'photo_fill', photoFillOnRectangleFill: 'photo_fill_on_rectangle_fill', photoOnRectangle: 'photo_on_rectangle', piano: 'piano', pin: 'pin', pinFill: 'pin_fill', pinSlash: 'pin_slash', pinSlashFill: 'pin_slash_fill', placemark: 'placemark', placemarkFill: 'placemark_fill', play: 'play', playCircle: 'play_circle', playCircleFill: 'play_circle_fill', playFill: 'play_fill', playRectangle: 'play_rectangle', playRectangleFill: 'play_rectangle_fill', playpause: 'playpause', playpauseFill: 'playpause_fill', plus: 'plus', plusApp: 'plus_app', plusAppFill: 'plus_app_fill', plusBubble: 'plus_bubble', plusBubbleFill: 'plus_bubble_fill', plusCircle: 'plus_circle', plusCircleFill: 'plus_circle_fill', plusRectangle: 'plus_rectangle', plusRectangleFill: 'plus_rectangle_fill', plusRectangleFillOnRectangleFill: 'plus_rectangle_fill_on_rectangle_fill', plusRectangleOnRectangle: 'plus_rectangle_on_rectangle', plusSlashMinus: 'plus_slash_minus', plusSquare: 'plus_square', plusSquareFill: 'plus_square_fill', plusSquareFillOnSquareFill: 'plus_square_fill_on_square_fill', plusSquareOnSquare: 'plus_square_on_square', plusminus: 'plusminus', plusminusCircle: 'plusminus_circle', plusminusCircleFill: 'plusminus_circle_fill', poultryLeg: 'poultry_leg', power: 'power', printer: 'printer', printerFill: 'printer_fill', projective: 'projective', purchased: 'purchased', purchasedCircle: 'purchased_circle', purchasedCircleFill: 'purchased_circle_fill', qrcode: 'qrcode', qrcodeViewfinder: 'qrcode_viewfinder', question: 'question', questionCircle: 'question_circle', questionCircleFill: 'question_circle_fill', questionDiamond: 'question_diamond', questionDiamondFill: 'question_diamond_fill', questionSquare: 'question_square', questionSquareFill: 'question_square_fill', quoteBubble: 'quote_bubble', quoteBubbleFill: 'quote_bubble_fill', radiowavesLeft: 'radiowaves_left', radiowavesRight: 'radiowaves_right', rays: 'rays', recordingtape: 'recordingtape', rectangle: 'rectangle', rectangle3Offgrid: 'rectangle_3_offgrid', rectangle3OffgridFill: 'rectangle_3_offgrid_fill', rectangleArrowUpRightArrowDownLeft: 'rectangle_arrow_up_right_arrow_down_left', rectangleArrowUpRightArrowDownLeftSlash: 'rectangle_arrow_up_right_arrow_down_left_slash', rectangleBadgeCheckmark: 'rectangle_badge_checkmark', rectangleBadgeXmark: 'rectangle_badge_xmark', rectangleCompressVertical: 'rectangle_compress_vertical', rectangleDock: 'rectangle_dock', rectangleExpandVertical: 'rectangle_expand_vertical', rectangleFill: 'rectangle_fill', rectangleFillBadgeCheckmark: 'rectangle_fill_badge_checkmark', rectangleFillBadgeXmark: 'rectangle_fill_badge_xmark', rectangleFillOnRectangleAngledFill: 'rectangle_fill_on_rectangle_angled_fill', rectangleFillOnRectangleFill: 'rectangle_fill_on_rectangle_fill', rectangleGrid1x2: 'rectangle_grid_1x2', rectangleGrid1x2Fill: 'rectangle_grid_1x2_fill', rectangleGrid2x2: 'rectangle_grid_2x2', rectangleGrid2x2Fill: 'rectangle_grid_2x2_fill', rectangleGrid3x2: 'rectangle_grid_3x2', rectangleGrid3x2Fill: 'rectangle_grid_3x2_fill', rectangleOnRectangle: 'rectangle_on_rectangle', rectangleOnRectangleAngled: 'rectangle_on_rectangle_angled', rectanglePaperclip: 'rectangle_paperclip', rectangleSplit3x1: 'rectangle_split_3x1', rectangleSplit3x1Fill: 'rectangle_split_3x1_fill', rectangleSplit3x3: 'rectangle_split_3x3', rectangleSplit3x3Fill: 'rectangle_split_3x3_fill', rectangleStack: 'rectangle_stack', rectangleStackBadgeMinus: 'rectangle_stack_badge_minus', rectangleStackBadgePersonCrop: 'rectangle_stack_badge_person_crop', rectangleStackBadgePlus: 'rectangle_stack_badge_plus', rectangleStackFill: 'rectangle_stack_fill', rectangleStackFillBadgeMinus: 'rectangle_stack_fill_badge_minus', rectangleStackFillBadgePersonCrop: 'rectangle_stack_fill_badge_person_crop', rectangleStackFillBadgePlus: 'rectangle_stack_fill_badge_plus', rectangleStackPersonCrop: 'rectangle_stack_person_crop', rectangleStackPersonCropFill: 'rectangle_stack_person_crop_fill', repeat: 'repeat', repeat1: 'repeat_1', resize: 'resize', resizeH: 'resize_h', resizeV: 'resize_v', return: 'return', rhombus: 'rhombus', rhombusFill: 'rhombus_fill', rocket: 'rocket', rocketFill: 'rocket_fill', rosette: 'rosette', rotateLeft: 'rotate_left', rotateLeftFill: 'rotate_left_fill', rotateRight: 'rotate_right', rotateRightFill: 'rotate_right_fill', scissors: 'scissors', scissorsAlt: 'scissors_alt', scope: 'scope', scribble: 'scribble', search: 'search', searchCircle: 'search_circle', searchCircleFill: 'search_circle_fill', selectionPinInOut: 'selection_pin_in_out', shield: 'shield', shieldFill: 'shield_fill', shieldLefthalfFill: 'shield_lefthalf_fill', shieldSlash: 'shield_slash', shieldSlashFill: 'shield_slash_fill', shift: 'shift', shiftFill: 'shift_fill', shippingbox: 'shippingbox', shippingboxFill: 'shippingbox_fill', shuffle: 'shuffle', sidebarLeft: 'sidebar_left', sidebarRight: 'sidebar_right', signature: 'signature', skew: 'skew', slashCircle: 'slash_circle', slashCircleFill: 'slash_circle_fill', sliderHorizontal3: 'slider_horizontal_3', sliderHorizontalBelowRectangle: 'slider_horizontal_below_rectangle', slowmo: 'slowmo', smallcircleCircle: 'smallcircle_circle', smallcircleCircleFill: 'smallcircle_circle_fill', smallcircleFillCircle: 'smallcircle_fill_circle', smallcircleFillCircleFill: 'smallcircle_fill_circle_fill', smiley: 'smiley', smileyFill: 'smiley_fill', smoke: 'smoke', smokeFill: 'smoke_fill', snow: 'snow', sortDown: 'sort_down', sortDownCircle: 'sort_down_circle', sortDownCircleFill: 'sort_down_circle_fill', sortUp: 'sort_up', sortUpCircle: 'sort_up_circle', sortUpCircleFill: 'sort_up_circle_fill', sparkles: 'sparkles', speaker: 'speaker', speaker1: 'speaker_1', speaker1Fill: 'speaker_1_fill', speaker2: 'speaker_2', speaker2Fill: 'speaker_2_fill', speaker3: 'speaker_3', speaker3Fill: 'speaker_3_fill', speakerFill: 'speaker_fill', speakerSlash: 'speaker_slash', speakerSlashFill: 'speaker_slash_fill', speakerSlashFillRtl: 'speaker_slash_fill_rtl', speakerSlashRtl: 'speaker_slash_rtl', speakerZzz: 'speaker_zzz', speakerZzzFill: 'speaker_zzz_fill', speakerZzzFillRtl: 'speaker_zzz_fill_rtl', speakerZzzRtl: 'speaker_zzz_rtl', speedometer: 'speedometer', sportscourt: 'sportscourt', sportscourtFill: 'sportscourt_fill', square: 'square', squareArrowDown: 'square_arrow_down', squareArrowDownFill: 'square_arrow_down_fill', squareArrowDownOnSquare: 'square_arrow_down_on_square', squareArrowDownOnSquareFill: 'square_arrow_down_on_square_fill', squareArrowLeft: 'square_arrow_left', squareArrowLeftFill: 'square_arrow_left_fill', squareArrowRight: 'square_arrow_right', squareArrowRightFill: 'square_arrow_right_fill', squareArrowUp: 'square_arrow_up', squareArrowUpFill: 'square_arrow_up_fill', squareArrowUpOnSquare: 'square_arrow_up_on_square', squareArrowUpOnSquareFill: 'square_arrow_up_on_square_fill', squareFavorites: 'square_favorites', squareFavoritesAlt: 'square_favorites_alt', squareFavoritesAltFill: 'square_favorites_alt_fill', squareFavoritesFill: 'square_favorites_fill', squareFill: 'square_fill', squareFillLineVerticalSquare: 'square_fill_line_vertical_square', squareFillLineVerticalSquareFill: 'square_fill_line_vertical_square_fill', squareFillOnCircleFill: 'square_fill_on_circle_fill', squareFillOnSquareFill: 'square_fill_on_square_fill', squareGrid2x2: 'square_grid_2x2', squareGrid2x2Fill: 'square_grid_2x2_fill', squareGrid3x2: 'square_grid_3x2', squareGrid3x2Fill: 'square_grid_3x2_fill', squareGrid4x3Fill: 'square_grid_4x3_fill', squareLefthalfFill: 'square_lefthalf_fill', squareLineVerticalSquare: 'square_line_vertical_square', squareLineVerticalSquareFill: 'square_line_vertical_square_fill', squareList: 'square_list', squareListFill: 'square_list_fill', squareOnCircle: 'square_on_circle', squareOnSquare: 'square_on_square', squarePencil: 'square_pencil', squarePencilFill: 'square_pencil_fill', squareRighthalfFill: 'square_righthalf_fill', squareSplit1x2: 'square_split_1x2', squareSplit1x2Fill: 'square_split_1x2_fill', squareSplit2x1: 'square_split_2x1', squareSplit2x1Fill: 'square_split_2x1_fill', squareSplit2x2: 'square_split_2x2', squareSplit2x2Fill: 'square_split_2x2_fill', squareStack: 'square_stack', squareStack3dDownDottedline: 'square_stack_3d_down_dottedline', squareStack3dDownRight: 'square_stack_3d_down_right', squareStack3dDownRightFill: 'square_stack_3d_down_right_fill', squareStack3dUp: 'square_stack_3d_up', squareStack3dUpFill: 'square_stack_3d_up_fill', squareStack3dUpSlash: 'square_stack_3d_up_slash', squareStack3dUpSlashFill: 'square_stack_3d_up_slash_fill', squareStackFill: 'square_stack_fill', squaresBelowRectangle: 'squares_below_rectangle', star: 'star', starCircle: 'star_circle', starCircleFill: 'star_circle_fill', starFill: 'star_fill', starLefthalfFill: 'star_lefthalf_fill', starSlash: 'star_slash', starSlashFill: 'star_slash_fill', staroflife: 'staroflife', staroflifeFill: 'staroflife_fill', status: 'status', sticker: 'sticker', stop: 'stop', stopCircle: 'stop_circle', stopCircleFill: 'stop_circle_fill', stopFill: 'stop_fill', stopwatch: 'stopwatch', stopwatchFill: 'stopwatch_fill', strikethrough: 'strikethrough', suitClub: 'suit_club', suitClubFill: 'suit_club_fill', suitDiamond: 'suit_diamond', suitDiamondFill: 'suit_diamond_fill', suitHeart: 'suit_heart', suitHeartFill: 'suit_heart_fill', suitSpade: 'suit_spade', suitSpadeFill: 'suit_spade_fill', sum: 'sum', sunDust: 'sun_dust', sunDustFill: 'sun_dust_fill', sunHaze: 'sun_haze', sunHazeFill: 'sun_haze_fill', sunMax: 'sun_max', sunMaxFill: 'sun_max_fill', sunMin: 'sun_min', sunMinFill: 'sun_min_fill', sunrise: 'sunrise', sunriseFill: 'sunrise_fill', sunset: 'sunset', sunsetFill: 'sunset_fill', tBubble: 't_bubble', tBubbleFill: 't_bubble_fill', table: 'table', tableBadgeMore: 'table_badge_more', tableBadgeMoreFill: 'table_badge_more_fill', tableFill: 'table_fill', tag: 'tag', tagCircle: 'tag_circle', tagCircleFill: 'tag_circle_fill', tagFill: 'tag_fill', textAligncenter: 'text_aligncenter', textAlignleft: 'text_alignleft', textAlignright: 'text_alignright', textAppend: 'text_append', textBadgeCheckmark: 'text_badge_checkmark', textBadgeMinus: 'text_badge_minus', textBadgePlus: 'text_badge_plus', textBadgeStar: 'text_badge_star', textBadgeXmark: 'text_badge_xmark', textBubble: 'text_bubble', textBubbleFill: 'text_bubble_fill', textCursor: 'text_cursor', textInsert: 'text_insert', textJustify: 'text_justify', textJustifyleft: 'text_justifyleft', textJustifyright: 'text_justifyright', textQuote: 'text_quote', textbox: 'textbox', textformat: 'textformat', textformat123: 'textformat_123', textformatAbc: 'textformat_abc', textformatAbcDottedunderline: 'textformat_abc_dottedunderline', textformatAlt: 'textformat_alt', textformatSize: 'textformat_size', textformatSubscript: 'textformat_subscript', textformatSuperscript: 'textformat_superscript', thermometer: 'thermometer', thermometerSnowflake: 'thermometer_snowflake', thermometerSun: 'thermometer_sun', ticket: 'ticket', ticketFill: 'ticket_fill', tickets: 'tickets', ticketsFill: 'tickets_fill', timelapse: 'timelapse', timer: 'timer', timerFill: 'timer_fill', today: 'today', todayFill: 'today_fill', tornado: 'tornado', tortoise: 'tortoise', tortoiseFill: 'tortoise_fill', tramFill: 'tram_fill', trash: 'trash', trashCircle: 'trash_circle', trashCircleFill: 'trash_circle_fill', trashFill: 'trash_fill', trashSlash: 'trash_slash', trashSlashFill: 'trash_slash_fill', tray: 'tray', tray2: 'tray_2', tray2Fill: 'tray_2_fill', trayArrowDown: 'tray_arrow_down', trayArrowDownFill: 'tray_arrow_down_fill', trayArrowUp: 'tray_arrow_up', trayArrowUpFill: 'tray_arrow_up_fill', trayFill: 'tray_fill', trayFull: 'tray_full', trayFullFill: 'tray_full_fill', tree: 'tree', triangle: 'triangle', triangleFill: 'triangle_fill', triangleLefthalfFill: 'triangle_lefthalf_fill', triangleRighthalfFill: 'triangle_righthalf_fill', tropicalstorm: 'tropicalstorm', tuningfork: 'tuningfork', tv: 'tv', tvCircle: 'tv_circle', tvCircleFill: 'tv_circle_fill', tvFill: 'tv_fill', tvMusicNote: 'tv_music_note', tvMusicNoteFill: 'tv_music_note_fill', uiwindowSplit2x1: 'uiwindow_split_2x1', umbrella: 'umbrella', umbrellaFill: 'umbrella_fill', underline: 'underline', uploadCircle: 'upload_circle', uploadCircleFill: 'upload_circle_fill', videocam: 'videocam', videocamCircle: 'videocam_circle', videocamCircleFill: 'videocam_circle_fill', videocamFill: 'videocam_fill', view2d: 'view_2d', view3d: 'view_3d', viewfinder: 'viewfinder', viewfinderCircle: 'viewfinder_circle', viewfinderCircleFill: 'viewfinder_circle_fill', wallet: 'wallet', walletFill: 'wallet_fill', wandRays: 'wand_rays', wandRaysInverse: 'wand_rays_inverse', wandStars: 'wand_stars', wandStarsInverse: 'wand_stars_inverse', waveform: 'waveform', waveformCircle: 'waveform_circle', waveformCircleFill: 'waveform_circle_fill', waveformPath: 'waveform_path', waveformPathBadgeMinus: 'waveform_path_badge_minus', waveformPathBadgePlus: 'waveform_path_badge_plus', waveformPathEcg: 'waveform_path_ecg', wifi: 'wifi', wifiExclamationmark: 'wifi_exclamationmark', wifiSlash: 'wifi_slash', wind: 'wind', windSnow: 'wind_snow', wrench: 'wrench', wrenchFill: 'wrench_fill', xmark: 'xmark', xmarkCircle: 'xmark_circle', xmarkCircleFill: 'xmark_circle_fill', xmarkOctagon: 'xmark_octagon', xmarkOctagonFill: 'xmark_octagon_fill', xmarkRectangle: 'xmark_rectangle', xmarkRectangleFill: 'xmark_rectangle_fill', xmarkSeal: 'xmark_seal', xmarkSealFill: 'xmark_seal_fill', xmarkShield: 'xmark_shield', xmarkShieldFill: 'xmark_shield_fill', xmarkSquare: 'xmark_square', xmarkSquareFill: 'xmark_square_fill', zoomIn: 'zoom_in', zoomOut: 'zoom_out', zzz: 'zzz' } exports.icons = icons const iconKeys = Object.keys(icons)