JezK
Edit File: custom-vc-icon.php
<?php // Do not allow directly accessing this file. if (!defined('ABSPATH')) { exit('Direct script access denied.'); } add_action( 'vc_after_init', 'g5element_custom_vc_icon_per_page' ); function g5element_custom_vc_icon_per_page() { $shortcodes = array( 'vc_tta_section' => 'i_', 'vc_btn' => 'i_', 'vc_text_separator' => 'i_', 'vc_icon' => '' ); $icons_type = array( 'icon_fontawesome', 'icon_openiconic', 'icon_typicons', 'icon_entypo', 'icon_linecons', 'icon_monosocial', 'icon_material' ); foreach ($shortcodes as $shortcode => $prefix) { foreach ($icons_type as $icon_type) { $param_icon = WPBMap::getParam( $shortcode, "{$prefix}{$icon_type}"); if (isset($param_icon['settings']) ) { $param_icon['settings'] = wp_parse_args(array( 'iconsPerPage' => 50 ),$param_icon['settings']); vc_update_shortcode_param( $shortcode, $param_icon ); } } } } /*add_action( 'vc_after_init', 'g5element_custom_vc_icon_color' ); function g5element_custom_vc_icon_color() { $shortcodes = array( 'vc_text_separator' => 'i_', 'vc_icon' => '' ); foreach ($shortcodes as $shortcode => $prefix) { $param_color = WPBMap::getParam( $shortcode, "{$prefix}color" ); if (is_array($param_color)) { $param_color['value'] = array_merge( g5element_vc_sources_colors(), $param_color['value'] ); $param_color['std'] = 'accent'; vc_update_shortcode_param( $shortcode, $param_color ); } } }*/ add_action('init','g5element_custom_fontawsome',100); function g5element_custom_fontawsome() { remove_filter( 'vc_iconpicker-type-fontawesome', 'vc_iconpicker_type_fontawesome' ); } add_filter( 'vc_iconpicker-type-fontawesome', 'g5element_iconpicker_type_fontawesome' ); function g5element_iconpicker_type_fontawesome($icons) { $fontawesome_icons = array( 'Film + Video' => array( array('fas fa-360-degrees' => '360-degrees(3D,panorama,revolve,rotate)'), array('far fa-360-degrees' => '360-degrees(3D,panorama,revolve,rotate)'), array('fal fa-360-degrees' => '360-degrees(3D,panorama,revolve,rotate)'), array('fas fa-airplay' => 'airplay(apple,share,stream)'), array('far fa-airplay' => 'airplay(apple,share,stream)'), array('fal fa-airplay' => 'airplay(apple,share,stream)'), array('fas fa-album-collection' => 'album-collection(catalog,collection,library,music,record,song,vinyl)'), array('far fa-album-collection' => 'album-collection(catalog,collection,library,music,record,song,vinyl)'), array('fal fa-album-collection' => 'album-collection(catalog,collection,library,music,record,song,vinyl)'), array('fas fa-amp-guitar' => 'amp-guitar(audio,guitar,loudspeaker,music,pa,volume)'), array('far fa-amp-guitar' => 'amp-guitar(audio,guitar,loudspeaker,music,pa,volume)'), array('fal fa-amp-guitar' => 'amp-guitar(audio,guitar,loudspeaker,music,pa,volume)'), array('fas fa-audio-description' => 'audio-description(blind,narration,video,visual)'), array('far fa-audio-description' => 'audio-description(blind,narration,video,visual)'), array('fal fa-audio-description' => 'audio-description(blind,narration,video,visual)'), array('fas fa-audio-description-slash' => 'audio-description-slash(audio,disabled,narration,video,visual)'), array('far fa-audio-description-slash' => 'audio-description-slash(audio,disabled,narration,video,visual)'), array('fal fa-audio-description-slash' => 'audio-description-slash(audio,disabled,narration,video,visual)'), array('fas fa-camcorder' => 'camcorder(camera,cinema,director,film,handheld,movie,retro,theater,video,video camera,vintage)'), array('far fa-camcorder' => 'camcorder(camera,cinema,director,film,handheld,movie,retro,theater,video,video camera,vintage)'), array('fal fa-camcorder' => 'camcorder(camera,cinema,director,film,handheld,movie,retro,theater,video,video camera,vintage)'), array('fas fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('far fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('fal fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('fas fa-camera-movie' => 'camera-movie(camera,cinema,director,film,movie,movie camera,theater,video)'), array('far fa-camera-movie' => 'camera-movie(camera,cinema,director,film,movie,movie camera,theater,video)'), array('fal fa-camera-movie' => 'camera-movie(camera,cinema,director,film,movie,movie camera,theater,video)'), array('fas fa-camera-polaroid' => 'camera-polaroid(capture,film,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('far fa-camera-polaroid' => 'camera-polaroid(capture,film,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('fal fa-camera-polaroid' => 'camera-polaroid(capture,film,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('fas fa-camera-security' => 'camera-security(chat,conference call,facetime,podcast,security,video,videoconferencing,youtube)'), array('far fa-camera-security' => 'camera-security(chat,conference call,facetime,podcast,security,video,videoconferencing,youtube)'), array('fal fa-camera-security' => 'camera-security(chat,conference call,facetime,podcast,security,video,videoconferencing,youtube)'), array('fas fa-camera-web' => 'camera-web(chat,conference call,facetime,podcast,video,videoconferencing,youtube)'), array('far fa-camera-web' => 'camera-web(chat,conference call,facetime,podcast,video,videoconferencing,youtube)'), array('fal fa-camera-web' => 'camera-web(chat,conference call,facetime,podcast,video,videoconferencing,youtube)'), array('fas fa-camera-web-slash' => 'camera-web-slash(chat,conference call,disabled,disconnect,facetime,podcast,video,videoconferencing,youtube)'), array('far fa-camera-web-slash' => 'camera-web-slash(chat,conference call,disabled,disconnect,facetime,podcast,video,videoconferencing,youtube)'), array('fal fa-camera-web-slash' => 'camera-web-slash(chat,conference call,disabled,disconnect,facetime,podcast,video,videoconferencing,youtube)'), array('fas fa-cassette-betamax' => 'cassette-betamax(cassette,rental,retro,tape,vhs,video,vintage)'), array('far fa-cassette-betamax' => 'cassette-betamax(cassette,rental,retro,tape,vhs,video,vintage)'), array('fal fa-cassette-betamax' => 'cassette-betamax(cassette,rental,retro,tape,vhs,video,vintage)'), array('fas fa-cassette-vhs' => 'cassette-vhs(betamax,cassette,rental,retro,tape,vhs,video,videocassette,vintage)'), array('far fa-cassette-vhs' => 'cassette-vhs(betamax,cassette,rental,retro,tape,vhs,video,videocassette,vintage)'), array('fal fa-cassette-vhs' => 'cassette-vhs(betamax,cassette,rental,retro,tape,vhs,video,videocassette,vintage)'), array('fas fa-circle' => 'circle(Black Circle,Black Large Circle,black circle,blue,blue circle,brown,brown circle,chart,circle,circle-thin,diameter,dot,ellipse,fill,geometric,green,green circle,notification,orange,orange circle,progress,purple,purple circle,red,red circle,round,white circle,yellow,yellow circle)'), array('far fa-circle' => 'circle(Black Circle,Black Large Circle,black circle,blue,blue circle,brown,brown circle,chart,circle,circle-thin,diameter,dot,ellipse,fill,geometric,green,green circle,notification,orange,orange circle,progress,purple,purple circle,red,red circle,round,white circle,yellow,yellow circle)'), array('fal fa-circle' => 'circle(Black Circle,Black Large Circle,black circle,blue,blue circle,brown,brown circle,chart,circle,circle-thin,diameter,dot,ellipse,fill,geometric,green,green circle,notification,orange,orange circle,progress,purple,purple circle,red,red circle,round,white circle,yellow,yellow circle)'), array('fas fa-circle-microphone' => 'circle-microphone(listen,podcast,record,talking)'), array('far fa-circle-microphone' => 'circle-microphone(listen,podcast,record,talking)'), array('fal fa-circle-microphone' => 'circle-microphone(listen,podcast,record,talking)'), array('fas fa-circle-microphone-lines' => 'circle-microphone-lines(listen,podcast,record,talking)'), array('far fa-circle-microphone-lines' => 'circle-microphone-lines(listen,podcast,record,talking)'), array('fal fa-circle-microphone-lines' => 'circle-microphone-lines(listen,podcast,record,talking)'), array('fas fa-circle-video' => 'circle-video(camera,film)'), array('far fa-circle-video' => 'circle-video(camera,film)'), array('fal fa-circle-video' => 'circle-video(camera,film)'), array('fas fa-circle-waveform-lines' => 'circle-waveform-lines(signal)'), array('far fa-circle-waveform-lines' => 'circle-waveform-lines(signal)'), array('fal fa-circle-waveform-lines' => 'circle-waveform-lines(signal)'), array('fas fa-clapperboard' => 'clapperboard(camera,clapper,clapper board,director,film,movie,record)'), array('far fa-clapperboard' => 'clapperboard(camera,clapper,clapper board,director,film,movie,record)'), array('fal fa-clapperboard' => 'clapperboard(camera,clapper,clapper board,director,film,movie,record)'), array('fas fa-clapperboard-play' => 'clapperboard-play(camera,director,film,movie,record)'), array('far fa-clapperboard-play' => 'clapperboard-play(camera,director,film,movie,record)'), array('fal fa-clapperboard-play' => 'clapperboard-play(camera,director,film,movie,record)'), array('fas fa-closed-captioning' => 'closed-captioning(cc,deaf,hearing,subtitle,subtitling,text,video)'), array('far fa-closed-captioning' => 'closed-captioning(cc,deaf,hearing,subtitle,subtitling,text,video)'), array('fal fa-closed-captioning' => 'closed-captioning(cc,deaf,hearing,subtitle,subtitling,text,video)'), array('fas fa-cloud-music' => 'cloud-music(download,music,spotify,streaming)'), array('far fa-cloud-music' => 'cloud-music(download,music,spotify,streaming)'), array('fal fa-cloud-music' => 'cloud-music(download,music,spotify,streaming)'), array('fas fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('far fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('fal fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('fas fa-computer-speaker' => 'computer-speaker(airplay,bluetooth,devices,music,output,pair,sound,sync)'), array('far fa-computer-speaker' => 'computer-speaker(airplay,bluetooth,devices,music,output,pair,sound,sync)'), array('fal fa-computer-speaker' => 'computer-speaker(airplay,bluetooth,devices,music,output,pair,sound,sync)'), array('fas fa-dial' => 'dial(dial,level)'), array('far fa-dial' => 'dial(dial,level)'), array('fal fa-dial' => 'dial(dial,level)'), array('fas fa-dial-high' => 'dial-high(dial,level)'), array('far fa-dial-high' => 'dial-high(dial,level)'), array('fal fa-dial-high' => 'dial-high(dial,level)'), array('fas fa-dial-low' => 'dial-low(dial,level)'), array('far fa-dial-low' => 'dial-low(dial,level)'), array('fal fa-dial-low' => 'dial-low(dial,level)'), array('fas fa-dial-max' => 'dial-max(dial,level)'), array('far fa-dial-max' => 'dial-max(dial,level)'), array('fal fa-dial-max' => 'dial-max(dial,level)'), array('fas fa-dial-med' => 'dial-med(dial,level)'), array('far fa-dial-med' => 'dial-med(dial,level)'), array('fal fa-dial-med' => 'dial-med(dial,level)'), array('fas fa-dial-med-low' => 'dial-med-low(dial,level)'), array('far fa-dial-med-low' => 'dial-med-low(dial,level)'), array('fal fa-dial-med-low' => 'dial-med-low(dial,level)'), array('fas fa-dial-min' => 'dial-min(dial,level)'), array('far fa-dial-min' => 'dial-min(dial,level)'), array('fal fa-dial-min' => 'dial-min(dial,level)'), array('fas fa-dial-off' => 'dial-off(dial,level)'), array('far fa-dial-off' => 'dial-off(dial,level)'), array('fal fa-dial-off' => 'dial-off(dial,level)'), array('fas fa-disc-drive' => 'disc-drive(blu-ray,cd,cd-rom,computer,dvd,load,music,optical drive,peripheral,tray,video)'), array('far fa-disc-drive' => 'disc-drive(blu-ray,cd,cd-rom,computer,dvd,load,music,optical drive,peripheral,tray,video)'), array('fal fa-disc-drive' => 'disc-drive(blu-ray,cd,cd-rom,computer,dvd,load,music,optical drive,peripheral,tray,video)'), array('fas fa-drone' => 'drone(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('far fa-drone' => 'drone(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fal fa-drone' => 'drone(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fas fa-drone-front' => 'drone-front(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('far fa-drone-front' => 'drone-front(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fal fa-drone-front' => 'drone-front(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fas fa-face-viewfinder' => 'face-viewfinder(face id,facial,identity,recognition,scan,smile)'), array('far fa-face-viewfinder' => 'face-viewfinder(face id,facial,identity,recognition,scan,smile)'), array('fal fa-face-viewfinder' => 'face-viewfinder(face id,facial,identity,recognition,scan,smile)'), array('fas fa-file-audio' => 'file-audio(document,mp3,music,page,play,sound)'), array('far fa-file-audio' => 'file-audio(document,mp3,music,page,play,sound)'), array('fal fa-file-audio' => 'file-audio(document,mp3,music,page,play,sound)'), array('fas fa-file-mov' => 'file-mov( document,film,mov,movie,video)'), array('far fa-file-mov' => 'file-mov( document,film,mov,movie,video)'), array('fal fa-file-mov' => 'file-mov( document,film,mov,movie,video)'), array('fas fa-file-mp4' => 'file-mp4( document, film, movie,mp4,mpeg,video)'), array('far fa-file-mp4' => 'file-mp4( document, film, movie,mp4,mpeg,video)'), array('fal fa-file-mp4' => 'file-mp4( document, film, movie,mp4,mpeg,video)'), array('fas fa-file-video' => 'file-video(document,m4v,movie,mp4,play)'), array('far fa-file-video' => 'file-video(document,m4v,movie,mp4,play)'), array('fal fa-file-video' => 'file-video(document,m4v,movie,mp4,play)'), array('fas fa-film' => 'film(cinema,film,film frames,frames,movie,strip,video)'), array('far fa-film' => 'film(cinema,film,film frames,frames,movie,strip,video)'), array('fal fa-film' => 'film(cinema,film,film frames,frames,movie,strip,video)'), array('fas fa-film-canister' => 'film-canister(110,35mm,darkroom,develop,image,photo,photography,retro,vintage)'), array('far fa-film-canister' => 'film-canister(110,35mm,darkroom,develop,image,photo,photography,retro,vintage)'), array('fal fa-film-canister' => 'film-canister(110,35mm,darkroom,develop,image,photo,photography,retro,vintage)'), array('fas fa-film-simple' => 'film-simple(cinema,movie,strip,video)'), array('far fa-film-simple' => 'film-simple(cinema,movie,strip,video)'), array('fal fa-film-simple' => 'film-simple(cinema,movie,strip,video)'), array('fas fa-film-slash' => 'film-slash(cinema,disabled,movie,strip,video)'), array('far fa-film-slash' => 'film-slash(cinema,disabled,movie,strip,video)'), array('fal fa-film-slash' => 'film-slash(cinema,disabled,movie,strip,video)'), array('fas fa-frame' => 'frame(artboard,crop,grid,group,viewbox)'), array('far fa-frame' => 'frame(artboard,crop,grid,group,viewbox)'), array('fal fa-frame' => 'frame(artboard,crop,grid,group,viewbox)'), array('fas fa-gif' => 'gif(animation,img)'), array('far fa-gif' => 'gif(animation,img)'), array('fal fa-gif' => 'gif(animation,img)'), array('fas fa-head-side-headphones' => 'head-side-headphones(amplifier,bluetooth,earphone,headset,listen,microphone,music,uer)'), array('far fa-head-side-headphones' => 'head-side-headphones(amplifier,bluetooth,earphone,headset,listen,microphone,music,uer)'), array('fal fa-head-side-headphones' => 'head-side-headphones(amplifier,bluetooth,earphone,headset,listen,microphone,music,uer)'), array('fas fa-headphones' => 'headphones(audio,earbud,headphone,listen,music,sound,speaker)'), array('far fa-headphones' => 'headphones(audio,earbud,headphone,listen,music,sound,speaker)'), array('fal fa-headphones' => 'headphones(audio,earbud,headphone,listen,music,sound,speaker)'), array('fas fa-high-definition' => 'high-definition(img,resolution,retina,video)'), array('far fa-high-definition' => 'high-definition(img,resolution,retina,video)'), array('fal fa-high-definition' => 'high-definition(img,resolution,retina,video)'), array('fas fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('far fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('fal fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('fas fa-microphone-lines' => 'microphone-lines(audio,mic,microphone,music,podcast,record,sing,sound,studio,studio microphone,talking,voice)'), array('far fa-microphone-lines' => 'microphone-lines(audio,mic,microphone,music,podcast,record,sing,sound,studio,studio microphone,talking,voice)'), array('fal fa-microphone-lines' => 'microphone-lines(audio,mic,microphone,music,podcast,record,sing,sound,studio,studio microphone,talking,voice)'), array('fas fa-microphone-lines-slash' => 'microphone-lines-slash(audio,disable,disabled,disconnect,disconnect,mute,podcast,record,sing,sound,voice)'), array('far fa-microphone-lines-slash' => 'microphone-lines-slash(audio,disable,disabled,disconnect,disconnect,mute,podcast,record,sing,sound,voice)'), array('fal fa-microphone-lines-slash' => 'microphone-lines-slash(audio,disable,disabled,disconnect,disconnect,mute,podcast,record,sing,sound,voice)'), array('fas fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('far fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('fal fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('fas fa-microphone-stand' => 'microphone-stand(audio,karaoke,mic,microphone,podcast,record,sing,sound,talking,voice)'), array('far fa-microphone-stand' => 'microphone-stand(audio,karaoke,mic,microphone,podcast,record,sing,sound,talking,voice)'), array('fal fa-microphone-stand' => 'microphone-stand(audio,karaoke,mic,microphone,podcast,record,sing,sound,talking,voice)'), array('fas fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('far fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('fal fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('fas fa-photo-film-music' => 'photo-film-music(img,media)'), array('far fa-photo-film-music' => 'photo-film-music(img,media)'), array('fal fa-photo-film-music' => 'photo-film-music(img,media)'), array('fas fa-podcast' => 'podcast(audio,broadcast,music,sound)'), array('far fa-podcast' => 'podcast(audio,broadcast,music,sound)'), array('fal fa-podcast' => 'podcast(audio,broadcast,music,sound)'), array('fas fa-projector' => 'projector(cinema,keynote,movie,powerpoint,presentation,shadow puppets,slides)'), array('far fa-projector' => 'projector(cinema,keynote,movie,powerpoint,presentation,shadow puppets,slides)'), array('fal fa-projector' => 'projector(cinema,keynote,movie,powerpoint,presentation,shadow puppets,slides)'), array('fas fa-screencast' => 'screencast(airplay,share,stream)'), array('far fa-screencast' => 'screencast(airplay,share,stream)'), array('fal fa-screencast' => 'screencast(airplay,share,stream)'), array('fas fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('far fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fal fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fas fa-signal-stream-slash' => 'signal-stream-slash(disabled,disconnect,podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('far fa-signal-stream-slash' => 'signal-stream-slash(disabled,disconnect,podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fal fa-signal-stream-slash' => 'signal-stream-slash(disabled,disconnect,podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fas fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('far fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('fal fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('fas fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('far fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('fal fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('fas fa-square-rss' => 'square-rss(blog,feed,journal,news,writing)'), array('far fa-square-rss' => 'square-rss(blog,feed,journal,news,writing)'), array('fal fa-square-rss' => 'square-rss(blog,feed,journal,news,writing)'), array('fas fa-standard-definition' => 'standard-definition(low resolution)'), array('far fa-standard-definition' => 'standard-definition(low resolution)'), array('fal fa-standard-definition' => 'standard-definition(low resolution)'), array('fas fa-star-sharp' => 'star-sharp(Black Small Star,critic,quality,ratings,review,sky,vip)'), array('far fa-star-sharp' => 'star-sharp(Black Small Star,critic,quality,ratings,review,sky,vip)'), array('fal fa-star-sharp' => 'star-sharp(Black Small Star,critic,quality,ratings,review,sky,vip)'), array('fas fa-star-sharp-half' => 'star-sharp-half(critic,ratings,review,sky)'), array('far fa-star-sharp-half' => 'star-sharp-half(critic,ratings,review,sky)'), array('fal fa-star-sharp-half' => 'star-sharp-half(critic,ratings,review,sky)'), array('fas fa-star-sharp-half-stroke' => 'star-sharp-half-stroke(critic,ratings,review,sky)'), array('far fa-star-sharp-half-stroke' => 'star-sharp-half-stroke(critic,ratings,review,sky)'), array('fal fa-star-sharp-half-stroke' => 'star-sharp-half-stroke(critic,ratings,review,sky)'), array('fas fa-subtitles' => 'subtitles( caption, description, film, language, movie, text, translation,closed captions)'), array('far fa-subtitles' => 'subtitles( caption, description, film, language, movie, text, translation,closed captions)'), array('fal fa-subtitles' => 'subtitles( caption, description, film, language, movie, text, translation,closed captions)'), array('fas fa-subtitles-slash' => 'subtitles-slash( caption, film, language, movie, text, translation, closed captions, description,off)'), array('far fa-subtitles-slash' => 'subtitles-slash( caption, film, language, movie, text, translation, closed captions, description,off)'), array('fal fa-subtitles-slash' => 'subtitles-slash( caption, film, language, movie, text, translation, closed captions, description,off)'), array('fas fa-ticket' => 'ticket(admission,admission tickets,coupon,movie,pass,support,ticket,voucher)'), array('far fa-ticket' => 'ticket(admission,admission tickets,coupon,movie,pass,support,ticket,voucher)'), array('fal fa-ticket' => 'ticket(admission,admission tickets,coupon,movie,pass,support,ticket,voucher)'), array('fas fa-tickets' => 'tickets( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('far fa-tickets' => 'tickets( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('fal fa-tickets' => 'tickets( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('fas fa-tickets-simple' => 'tickets-simple( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('far fa-tickets-simple' => 'tickets-simple( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('fal fa-tickets-simple' => 'tickets-simple( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('fas fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('far fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('fal fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('fas fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('far fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('fal fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('fas fa-tv' => 'tv(computer,display,monitor,television)'), array('far fa-tv' => 'tv(computer,display,monitor,television)'), array('fal fa-tv' => 'tv(computer,display,monitor,television)'), array('fas fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('far fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('fal fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('fas fa-video' => 'video(camera,film,movie,record,video-camera)'), array('far fa-video' => 'video(camera,film,movie,record,video-camera)'), array('fal fa-video' => 'video(camera,film,movie,record,video-camera)'), array('fas fa-video-arrow-down-left' => 'video-arrow-down-left(download,film,import,movie)'), array('far fa-video-arrow-down-left' => 'video-arrow-down-left(download,film,import,movie)'), array('fal fa-video-arrow-down-left' => 'video-arrow-down-left(download,film,import,movie)'), array('fas fa-video-arrow-up-right' => 'video-arrow-up-right(export,film,movie,send,upgrade)'), array('far fa-video-arrow-up-right' => 'video-arrow-up-right(export,film,movie,send,upgrade)'), array('fal fa-video-arrow-up-right' => 'video-arrow-up-right(export,film,movie,send,upgrade)'), array('fas fa-video-plus' => 'video-plus(add,create,film,new,positive,record,video)'), array('far fa-video-plus' => 'video-plus(add,create,film,new,positive,record,video)'), array('fal fa-video-plus' => 'video-plus(add,create,film,new,positive,record,video)'), array('fas fa-video-slash' => 'video-slash(add,create,disabled,disconnect,film,new,positive,record,video)'), array('far fa-video-slash' => 'video-slash(add,create,disabled,disconnect,film,new,positive,record,video)'), array('fal fa-video-slash' => 'video-slash(add,create,disabled,disconnect,film,new,positive,record,video)'), array('fas fa-waveform' => 'waveform(amplitude,sound,soundwave)'), array('far fa-waveform' => 'waveform(amplitude,sound,soundwave)'), array('fal fa-waveform' => 'waveform(amplitude,sound,soundwave)'), array('fas fa-waveform-lines' => 'waveform-lines(amplitude,sound,soundwave)'), array('far fa-waveform-lines' => 'waveform-lines(amplitude,sound,soundwave)'), array('fal fa-waveform-lines' => 'waveform-lines(amplitude,sound,soundwave)'), array('fab fa-youtube' => 'youtube(film,video,youtube-play,youtube-square)'), ), 'Hands' => array( array('fas fa-hand' => 'hand(Raised Hand,backhand,game,halt,palm,raised,raised back of hand,request,roshambo,stop)'), array('far fa-hand' => 'hand(Raised Hand,backhand,game,halt,palm,raised,raised back of hand,request,roshambo,stop)'), array('fal fa-hand' => 'hand(Raised Hand,backhand,game,halt,palm,raised,raised back of hand,request,roshambo,stop)'), array('fas fa-hand-back-fist' => 'hand-back-fist(fist,game,roshambo)'), array('far fa-hand-back-fist' => 'hand-back-fist(fist,game,roshambo)'), array('fal fa-hand-back-fist' => 'hand-back-fist(fist,game,roshambo)'), array('fas fa-hand-back-point-down' => 'hand-back-point-down(backhand,backhand index pointing down,direction,down,finger,hand,point)'), array('far fa-hand-back-point-down' => 'hand-back-point-down(backhand,backhand index pointing down,direction,down,finger,hand,point)'), array('fal fa-hand-back-point-down' => 'hand-back-point-down(backhand,backhand index pointing down,direction,down,finger,hand,point)'), array('fas fa-hand-back-point-left' => 'hand-back-point-left(backhand,backhand index pointing left,direction,finger,hand,index,point)'), array('far fa-hand-back-point-left' => 'hand-back-point-left(backhand,backhand index pointing left,direction,finger,hand,index,point)'), array('fal fa-hand-back-point-left' => 'hand-back-point-left(backhand,backhand index pointing left,direction,finger,hand,index,point)'), array('fas fa-hand-back-point-ribbon' => 'hand-back-point-ribbon(remember,remind)'), array('far fa-hand-back-point-ribbon' => 'hand-back-point-ribbon(remember,remind)'), array('fal fa-hand-back-point-ribbon' => 'hand-back-point-ribbon(remember,remind)'), array('fas fa-hand-back-point-right' => 'hand-back-point-right(backhand,backhand index pointing right,direction,finger,hand,index,point)'), array('far fa-hand-back-point-right' => 'hand-back-point-right(backhand,backhand index pointing right,direction,finger,hand,index,point)'), array('fal fa-hand-back-point-right' => 'hand-back-point-right(backhand,backhand index pointing right,direction,finger,hand,index,point)'), array('fas fa-hand-back-point-up' => 'hand-back-point-up(backhand,backhand index pointing up,direction,finger,hand,point,up)'), array('far fa-hand-back-point-up' => 'hand-back-point-up(backhand,backhand index pointing up,direction,finger,hand,point,up)'), array('fal fa-hand-back-point-up' => 'hand-back-point-up(backhand,backhand index pointing up,direction,finger,hand,point,up)'), array('fas fa-hand-dots' => 'hand-dots(allergy,freckles,hand,hives,palm,pox,skin,spots)'), array('far fa-hand-dots' => 'hand-dots(allergy,freckles,hand,hives,palm,pox,skin,spots)'), array('fal fa-hand-dots' => 'hand-dots(allergy,freckles,hand,hives,palm,pox,skin,spots)'), array('fas fa-hand-fingers-crossed' => 'hand-fingers-crossed(cross,crossed fingers,finger,hand,hope,luck,promise)'), array('far fa-hand-fingers-crossed' => 'hand-fingers-crossed(cross,crossed fingers,finger,hand,hope,luck,promise)'), array('fal fa-hand-fingers-crossed' => 'hand-fingers-crossed(cross,crossed fingers,finger,hand,hope,luck,promise)'), array('fas fa-hand-fist' => 'hand-fist(Dungeons & Dragons,clenched,d&d,dnd,fantasy,fist,hand,ki,monk,punch,raised fist,resist,strength,unarmed combat)'), array('far fa-hand-fist' => 'hand-fist(Dungeons & Dragons,clenched,d&d,dnd,fantasy,fist,hand,ki,monk,punch,raised fist,resist,strength,unarmed combat)'), array('fal fa-hand-fist' => 'hand-fist(Dungeons & Dragons,clenched,d&d,dnd,fantasy,fist,hand,ki,monk,punch,raised fist,resist,strength,unarmed combat)'), array('fas fa-hand-heart' => 'hand-heart(care,charity,donate,help,palm,wishlist)'), array('far fa-hand-heart' => 'hand-heart(care,charity,donate,help,palm,wishlist)'), array('fal fa-hand-heart' => 'hand-heart(care,charity,donate,help,palm,wishlist)'), array('fas fa-hand-holding' => 'hand-holding(carry,lift)'), array('far fa-hand-holding' => 'hand-holding(carry,lift)'), array('fal fa-hand-holding' => 'hand-holding(carry,lift)'), array('fas fa-hand-holding-box' => 'hand-holding-box(carry,gift,handling,lift,package)'), array('far fa-hand-holding-box' => 'hand-holding-box(carry,gift,handling,lift,package)'), array('fal fa-hand-holding-box' => 'hand-holding-box(carry,gift,handling,lift,package)'), array('fas fa-hand-holding-circle-dollar' => 'hand-holding-circle-dollar( revenue,carry,coupon,dollar sign,donate,donation,giving,investment,money,premium,price,salary)'), array('far fa-hand-holding-circle-dollar' => 'hand-holding-circle-dollar( revenue,carry,coupon,dollar sign,donate,donation,giving,investment,money,premium,price,salary)'), array('fal fa-hand-holding-circle-dollar' => 'hand-holding-circle-dollar( revenue,carry,coupon,dollar sign,donate,donation,giving,investment,money,premium,price,salary)'), array('fas fa-hand-holding-dollar' => 'hand-holding-dollar($,carry,coupon,dollar sign,donate,donation,giving,investment,lift,money,premium,price,revenue,salary)'), array('far fa-hand-holding-dollar' => 'hand-holding-dollar($,carry,coupon,dollar sign,donate,donation,giving,investment,lift,money,premium,price,revenue,salary)'), array('fal fa-hand-holding-dollar' => 'hand-holding-dollar($,carry,coupon,dollar sign,donate,donation,giving,investment,lift,money,premium,price,revenue,salary)'), array('fas fa-hand-holding-droplet' => 'hand-holding-droplet(blood,carry,covid-19,drought,grow,lift,sanitation)'), array('far fa-hand-holding-droplet' => 'hand-holding-droplet(blood,carry,covid-19,drought,grow,lift,sanitation)'), array('fal fa-hand-holding-droplet' => 'hand-holding-droplet(blood,carry,covid-19,drought,grow,lift,sanitation)'), array('fas fa-hand-holding-hand' => 'hand-holding-hand(care,give,help,hold,protect)'), array('far fa-hand-holding-hand' => 'hand-holding-hand(care,give,help,hold,protect)'), array('fal fa-hand-holding-hand' => 'hand-holding-hand(care,give,help,hold,protect)'), array('fas fa-hand-holding-heart' => 'hand-holding-heart(carry,charity,gift,lift,package,wishlist)'), array('far fa-hand-holding-heart' => 'hand-holding-heart(carry,charity,gift,lift,package,wishlist)'), array('fal fa-hand-holding-heart' => 'hand-holding-heart(carry,charity,gift,lift,package,wishlist)'), array('fas fa-hand-holding-magic' => 'hand-holding-magic(Dungeons & Dragons,carry,cast,d&d,dnd,fantasy,lift,mage,spell,witch,wizard)'), array('far fa-hand-holding-magic' => 'hand-holding-magic(Dungeons & Dragons,carry,cast,d&d,dnd,fantasy,lift,mage,spell,witch,wizard)'), array('fal fa-hand-holding-magic' => 'hand-holding-magic(Dungeons & Dragons,carry,cast,d&d,dnd,fantasy,lift,mage,spell,witch,wizard)'), array('fas fa-hand-holding-medical' => 'hand-holding-medical(care,covid-19,donate,help)'), array('far fa-hand-holding-medical' => 'hand-holding-medical(care,covid-19,donate,help)'), array('fal fa-hand-holding-medical' => 'hand-holding-medical(care,covid-19,donate,help)'), array('fas fa-hand-holding-seedling' => 'hand-holding-seedling(carry,grow,lift,plant)'), array('far fa-hand-holding-seedling' => 'hand-holding-seedling(carry,grow,lift,plant)'), array('fal fa-hand-holding-seedling' => 'hand-holding-seedling(carry,grow,lift,plant)'), array('fas fa-hand-holding-skull' => 'hand-holding-skull(hamlet,shakespeare,yorick)'), array('far fa-hand-holding-skull' => 'hand-holding-skull(hamlet,shakespeare,yorick)'), array('fal fa-hand-holding-skull' => 'hand-holding-skull(hamlet,shakespeare,yorick)'), array('fas fa-hand-horns' => 'hand-horns(devil horns,finger,hand,horns,rock,rock-on,sign of the horns)'), array('far fa-hand-horns' => 'hand-horns(devil horns,finger,hand,horns,rock,rock-on,sign of the horns)'), array('fal fa-hand-horns' => 'hand-horns(devil horns,finger,hand,horns,rock,rock-on,sign of the horns)'), array('fas fa-hand-lizard' => 'hand-lizard(game,roshambo)'), array('far fa-hand-lizard' => 'hand-lizard(game,roshambo)'), array('fal fa-hand-lizard' => 'hand-lizard(game,roshambo)'), array('fas fa-hand-love' => 'hand-love(ILY,hand,love-you gesture,peace)'), array('far fa-hand-love' => 'hand-love(ILY,hand,love-you gesture,peace)'), array('fal fa-hand-love' => 'hand-love(ILY,hand,love-you gesture,peace)'), array('fas fa-hand-middle-finger' => 'hand-middle-finger(finger,flip the bird,gesture,hand,hate,middle finger,rude)'), array('far fa-hand-middle-finger' => 'hand-middle-finger(finger,flip the bird,gesture,hand,hate,middle finger,rude)'), array('fal fa-hand-middle-finger' => 'hand-middle-finger(finger,flip the bird,gesture,hand,hate,middle finger,rude)'), array('fas fa-hand-peace' => 'hand-peace(hand,rest,truce,v,victory,victory hand)'), array('far fa-hand-peace' => 'hand-peace(hand,rest,truce,v,victory,victory hand)'), array('fal fa-hand-peace' => 'hand-peace(hand,rest,truce,v,victory,victory hand)'), array('fas fa-hand-point-down' => 'hand-point-down(finger,hand-o-down,point)'), array('far fa-hand-point-down' => 'hand-point-down(finger,hand-o-down,point)'), array('fal fa-hand-point-down' => 'hand-point-down(finger,hand-o-down,point)'), array('fas fa-hand-point-left' => 'hand-point-left(back,finger,hand-o-left,left,point,previous)'), array('far fa-hand-point-left' => 'hand-point-left(back,finger,hand-o-left,left,point,previous)'), array('fal fa-hand-point-left' => 'hand-point-left(back,finger,hand-o-left,left,point,previous)'), array('fas fa-hand-point-ribbon' => 'hand-point-ribbon(remember,remind)'), array('far fa-hand-point-ribbon' => 'hand-point-ribbon(remember,remind)'), array('fal fa-hand-point-ribbon' => 'hand-point-ribbon(remember,remind)'), array('fas fa-hand-point-right' => 'hand-point-right(finger,forward,hand-o-right,next,point,right)'), array('far fa-hand-point-right' => 'hand-point-right(finger,forward,hand-o-right,next,point,right)'), array('fal fa-hand-point-right' => 'hand-point-right(finger,forward,hand-o-right,next,point,right)'), array('fas fa-hand-point-up' => 'hand-point-up(finger,hand,hand-o-up,index,index pointing up,point,request,up,upgrade)'), array('far fa-hand-point-up' => 'hand-point-up(finger,hand,hand-o-up,index,index pointing up,point,request,up,upgrade)'), array('fal fa-hand-point-up' => 'hand-point-up(finger,hand,hand-o-up,index,index pointing up,point,request,up,upgrade)'), array('fas fa-hand-pointer' => 'hand-pointer(arrow,cursor,select)'), array('far fa-hand-pointer' => 'hand-pointer(arrow,cursor,select)'), array('fal fa-hand-pointer' => 'hand-pointer(arrow,cursor,select)'), array('fas fa-hand-scissors' => 'hand-scissors(cut,game,roshambo)'), array('far fa-hand-scissors' => 'hand-scissors(cut,game,roshambo)'), array('fal fa-hand-scissors' => 'hand-scissors(cut,game,roshambo)'), array('fas fa-hand-sparkles' => 'hand-sparkles(clean,covid-19,hygiene,magic,palm,soap,wash)'), array('far fa-hand-sparkles' => 'hand-sparkles(clean,covid-19,hygiene,magic,palm,soap,wash)'), array('fal fa-hand-sparkles' => 'hand-sparkles(clean,covid-19,hygiene,magic,palm,soap,wash)'), array('fas fa-hand-spock' => 'hand-spock(finger,hand,live long,palm,prosper,salute,spock,star trek,vulcan,vulcan salute)'), array('far fa-hand-spock' => 'hand-spock(finger,hand,live long,palm,prosper,salute,spock,star trek,vulcan,vulcan salute)'), array('fal fa-hand-spock' => 'hand-spock(finger,hand,live long,palm,prosper,salute,spock,star trek,vulcan,vulcan salute)'), array('fas fa-hand-wave' => 'hand-wave(hand,hello,palm,request,wave,waving,waving hand)'), array('far fa-hand-wave' => 'hand-wave(hand,hello,palm,request,wave,waving,waving hand)'), array('fal fa-hand-wave' => 'hand-wave(hand,hello,palm,request,wave,waving,waving hand)'), array('fas fa-hands-bound' => 'hands-bound(abduction,bound,handcuff,wrist)'), array('far fa-hands-bound' => 'hands-bound(abduction,bound,handcuff,wrist)'), array('fal fa-hands-bound' => 'hands-bound(abduction,bound,handcuff,wrist)'), array('fas fa-hands-bubbles' => 'hands-bubbles(covid-19,hygiene,soap,wash)'), array('far fa-hands-bubbles' => 'hands-bubbles(covid-19,hygiene,soap,wash)'), array('fal fa-hands-bubbles' => 'hands-bubbles(covid-19,hygiene,soap,wash)'), array('fas fa-hands-clapping' => 'hands-clapping(applause,clap,clapping hands,hand)'), array('far fa-hands-clapping' => 'hands-clapping(applause,clap,clapping hands,hand)'), array('fal fa-hands-clapping' => 'hands-clapping(applause,clap,clapping hands,hand)'), array('fas fa-hands-holding' => 'hands-holding(carry,hold,lift)'), array('far fa-hands-holding' => 'hands-holding(carry,hold,lift)'), array('fal fa-hands-holding' => 'hands-holding(carry,hold,lift)'), array('fas fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('far fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('fal fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('fas fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('far fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('fal fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('fas fa-hands-holding-diamond' => 'hands-holding-diamond(carry,gift,handling,package,shipping)'), array('far fa-hands-holding-diamond' => 'hands-holding-diamond(carry,gift,handling,package,shipping)'), array('fal fa-hands-holding-diamond' => 'hands-holding-diamond(carry,gift,handling,package,shipping)'), array('fas fa-hands-holding-dollar' => 'hands-holding-dollar($,carry,coupon,dollar sign,donation,giving,hold,investment,money,premium,price,revenue,salary,usd)'), array('far fa-hands-holding-dollar' => 'hands-holding-dollar($,carry,coupon,dollar sign,donation,giving,hold,investment,money,premium,price,revenue,salary,usd)'), array('fal fa-hands-holding-dollar' => 'hands-holding-dollar($,carry,coupon,dollar sign,donation,giving,hold,investment,money,premium,price,revenue,salary,usd)'), array('fas fa-hands-holding-heart' => 'hands-holding-heart(carry,gift,help,hold,lift,wishlist)'), array('far fa-hands-holding-heart' => 'hands-holding-heart(carry,gift,help,hold,lift,wishlist)'), array('fal fa-hands-holding-heart' => 'hands-holding-heart(carry,gift,help,hold,lift,wishlist)'), array('fas fa-hands-praying' => 'hands-praying(kneel,preach,religion,worship)'), array('far fa-hands-praying' => 'hands-praying(kneel,preach,religion,worship)'), array('fal fa-hands-praying' => 'hands-praying(kneel,preach,religion,worship)'), array('fas fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('far fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('fal fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('fas fa-handshake-angle' => 'handshake-angle(aid,assistance,handshake,partnership,volunteering)'), array('far fa-handshake-angle' => 'handshake-angle(aid,assistance,handshake,partnership,volunteering)'), array('fal fa-handshake-angle' => 'handshake-angle(aid,assistance,handshake,partnership,volunteering)'), array('fas fa-handshake-simple' => 'handshake-simple(agreement,greeting,hand,handshake,meeting,partnership,shake)'), array('far fa-handshake-simple' => 'handshake-simple(agreement,greeting,hand,handshake,meeting,partnership,shake)'), array('fal fa-handshake-simple' => 'handshake-simple(agreement,greeting,hand,handshake,meeting,partnership,shake)'), array('fas fa-handshake-simple-slash' => 'handshake-simple-slash(broken,covid-19,disabled,social distance)'), array('far fa-handshake-simple-slash' => 'handshake-simple-slash(broken,covid-19,disabled,social distance)'), array('fal fa-handshake-simple-slash' => 'handshake-simple-slash(broken,covid-19,disabled,social distance)'), array('fas fa-handshake-slash' => 'handshake-slash(broken,covid-19,disabled,social distance)'), array('far fa-handshake-slash' => 'handshake-slash(broken,covid-19,disabled,social distance)'), array('fal fa-handshake-slash' => 'handshake-slash(broken,covid-19,disabled,social distance)'), array('fas fa-thumbs-down' => 'thumbs-down(-1,disagree,disapprove,dislike,down,hand,social,thumb,thumbs down,thumbs-o-down)'), array('far fa-thumbs-down' => 'thumbs-down(-1,disagree,disapprove,dislike,down,hand,social,thumb,thumbs down,thumbs-o-down)'), array('fal fa-thumbs-down' => 'thumbs-down(-1,disagree,disapprove,dislike,down,hand,social,thumb,thumbs down,thumbs-o-down)'), array('fas fa-thumbs-up' => 'thumbs-up(+1,agree,approve,favorite,hand,like,ok,okay,social,success,thumb,thumbs up,thumbs-o-up,up,yes,you got it dude)'), array('far fa-thumbs-up' => 'thumbs-up(+1,agree,approve,favorite,hand,like,ok,okay,social,success,thumb,thumbs up,thumbs-o-up,up,yes,you got it dude)'), array('fal fa-thumbs-up' => 'thumbs-up(+1,agree,approve,favorite,hand,like,ok,okay,social,success,thumb,thumbs up,thumbs-o-up,up,yes,you got it dude)'), ), 'Communication' => array( array('fas fa-address-book' => 'address-book(contact,directory,employee,index,little black book,portfolio,rolodex,uer,username)'), array('far fa-address-book' => 'address-book(contact,directory,employee,index,little black book,portfolio,rolodex,uer,username)'), array('fal fa-address-book' => 'address-book(contact,directory,employee,index,little black book,portfolio,rolodex,uer,username)'), array('fas fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('far fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('fal fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('fas fa-at' => 'at(Commercial At,address,author,e-mail,email,fluctuate,handle)'), array('far fa-at' => 'at(Commercial At,address,author,e-mail,email,fluctuate,handle)'), array('fal fa-at' => 'at(Commercial At,address,author,e-mail,email,fluctuate,handle)'), array('fas fa-blender-phone' => 'blender-phone(appliance,cocktail,fantasy,milkshake,mixer,puree,silly,smoothie)'), array('far fa-blender-phone' => 'blender-phone(appliance,cocktail,fantasy,milkshake,mixer,puree,silly,smoothie)'), array('fal fa-blender-phone' => 'blender-phone(appliance,cocktail,fantasy,milkshake,mixer,puree,silly,smoothie)'), array('fab fa-bluetooth-b' => 'bluetooth-b'), array('fas fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('far fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('fal fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('fas fa-circle-envelope' => 'circle-envelope(email,message,send)'), array('far fa-circle-envelope' => 'circle-envelope(email,message,send)'), array('fal fa-circle-envelope' => 'circle-envelope(email,message,send)'), array('fas fa-circle-phone' => 'circle-phone(answer,call,handset,telephone)'), array('far fa-circle-phone' => 'circle-phone(answer,call,handset,telephone)'), array('fal fa-circle-phone' => 'circle-phone(answer,call,handset,telephone)'), array('fas fa-circle-phone-flip' => 'circle-phone-flip(answer,call,handset,telephone)'), array('far fa-circle-phone-flip' => 'circle-phone-flip(answer,call,handset,telephone)'), array('fal fa-circle-phone-flip' => 'circle-phone-flip(answer,call,handset,telephone)'), array('fas fa-circle-phone-hangup' => 'circle-phone-hangup(answer,call,handset,telephone)'), array('far fa-circle-phone-hangup' => 'circle-phone-hangup(answer,call,handset,telephone)'), array('fal fa-circle-phone-hangup' => 'circle-phone-hangup(answer,call,handset,telephone)'), array('fas fa-circle-wifi' => 'circle-wifi( connection, hotspot, internet, network, wireless,signal,www)'), array('far fa-circle-wifi' => 'circle-wifi( connection, hotspot, internet, network, wireless,signal,www)'), array('fal fa-circle-wifi' => 'circle-wifi( connection, hotspot, internet, network, wireless,signal,www)'), array('fas fa-circle-wifi-circle-wifi' => 'circle-wifi-circle-wifi( connection, hotspot, internet, network, wireless, group, pair, www,signal)'), array('far fa-circle-wifi-circle-wifi' => 'circle-wifi-circle-wifi( connection, hotspot, internet, network, wireless, group, pair, www,signal)'), array('fal fa-circle-wifi-circle-wifi' => 'circle-wifi-circle-wifi( connection, hotspot, internet, network, wireless, group, pair, www,signal)'), array('fas fa-comment' => 'comment( conversation, discussion, talking,Right Speech Bubble,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('far fa-comment' => 'comment( conversation, discussion, talking,Right Speech Bubble,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fal fa-comment' => 'comment( conversation, discussion, talking,Right Speech Bubble,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fas fa-comment-arrow-down' => 'comment-arrow-down(answer,chat,contact,download,insert)'), array('far fa-comment-arrow-down' => 'comment-arrow-down(answer,chat,contact,download,insert)'), array('fal fa-comment-arrow-down' => 'comment-arrow-down(answer,chat,contact,download,insert)'), array('fas fa-comment-arrow-up' => 'comment-arrow-up(answer,chat,contact,discussion,send,upgrade,upload)'), array('far fa-comment-arrow-up' => 'comment-arrow-up(answer,chat,contact,discussion,send,upgrade,upload)'), array('fal fa-comment-arrow-up' => 'comment-arrow-up(answer,chat,contact,discussion,send,upgrade,upload)'), array('fas fa-comment-arrow-up-right' => 'comment-arrow-up-right(answer,chat,contact,discussion,send,upload)'), array('far fa-comment-arrow-up-right' => 'comment-arrow-up-right(answer,chat,contact,discussion,send,upload)'), array('fal fa-comment-arrow-up-right' => 'comment-arrow-up-right(answer,chat,contact,discussion,send,upload)'), array('fas fa-comment-captions' => 'comment-captions(answer,chat,closed captions,subtitle,subtitling)'), array('far fa-comment-captions' => 'comment-captions(answer,chat,closed captions,subtitle,subtitling)'), array('fal fa-comment-captions' => 'comment-captions(answer,chat,closed captions,subtitle,subtitling)'), array('fas fa-comment-check' => 'comment-check(accept,agree,answer,bubble,chat,commenting,conversation,enable,feedback,message,note,notification,select,sms,speech,success,synced,texting,tick,todo,validate,working)'), array('far fa-comment-check' => 'comment-check(accept,agree,answer,bubble,chat,commenting,conversation,enable,feedback,message,note,notification,select,sms,speech,success,synced,texting,tick,todo,validate,working)'), array('fal fa-comment-check' => 'comment-check(accept,agree,answer,bubble,chat,commenting,conversation,enable,feedback,message,note,notification,select,sms,speech,success,synced,texting,tick,todo,validate,working)'), array('fas fa-comment-code' => 'comment-code(answer,coding,contact,discussion)'), array('far fa-comment-code' => 'comment-code(answer,coding,contact,discussion)'), array('fal fa-comment-code' => 'comment-code(answer,coding,contact,discussion)'), array('fas fa-comment-dots' => 'comment-dots(answer,balloon,bubble,chat,comic,commenting,conversation,dialog,feedback,message,more,note,notification,reply,request,sms,speech,speech balloon,texting)'), array('far fa-comment-dots' => 'comment-dots(answer,balloon,bubble,chat,comic,commenting,conversation,dialog,feedback,message,more,note,notification,reply,request,sms,speech,speech balloon,texting)'), array('fal fa-comment-dots' => 'comment-dots(answer,balloon,bubble,chat,comic,commenting,conversation,dialog,feedback,message,more,note,notification,reply,request,sms,speech,speech balloon,texting)'), array('fas fa-comment-exclamation' => 'comment-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,exclaim,failed,feedback,important,message,note,notification,request,sms,speech,surprise,texting)'), array('far fa-comment-exclamation' => 'comment-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,exclaim,failed,feedback,important,message,note,notification,request,sms,speech,surprise,texting)'), array('fal fa-comment-exclamation' => 'comment-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,exclaim,failed,feedback,important,message,note,notification,request,sms,speech,surprise,texting)'), array('fas fa-comment-heart' => 'comment-heart(bubble,favorite,happy,love,message)'), array('far fa-comment-heart' => 'comment-heart(bubble,favorite,happy,love,message)'), array('fal fa-comment-heart' => 'comment-heart(bubble,favorite,happy,love,message)'), array('fas fa-comment-image' => 'comment-image(answer,chat,discussion,photography,photos)'), array('far fa-comment-image' => 'comment-image(answer,chat,discussion,photography,photos)'), array('fal fa-comment-image' => 'comment-image(answer,chat,discussion,photography,photos)'), array('fas fa-comment-lines' => 'comment-lines(answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,texting)'), array('far fa-comment-lines' => 'comment-lines(answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,texting)'), array('fal fa-comment-lines' => 'comment-lines(answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,texting)'), array('fas fa-comment-medical' => 'comment-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('far fa-comment-medical' => 'comment-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('fal fa-comment-medical' => 'comment-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('fas fa-comment-middle' => 'comment-middle(answer,chat,conversation)'), array('far fa-comment-middle' => 'comment-middle(answer,chat,conversation)'), array('fal fa-comment-middle' => 'comment-middle(answer,chat,conversation)'), array('fas fa-comment-middle-top' => 'comment-middle-top(answer,chat,conversation)'), array('far fa-comment-middle-top' => 'comment-middle-top(answer,chat,conversation)'), array('fal fa-comment-middle-top' => 'comment-middle-top(answer,chat,conversation)'), array('fas fa-comment-minus' => 'comment-minus(answer,bubble,chat,commenting,conversation,delete,feedback,message,negative,note,notification,remove,sms,speech,texting)'), array('far fa-comment-minus' => 'comment-minus(answer,bubble,chat,commenting,conversation,delete,feedback,message,negative,note,notification,remove,sms,speech,texting)'), array('fal fa-comment-minus' => 'comment-minus(answer,bubble,chat,commenting,conversation,delete,feedback,message,negative,note,notification,remove,sms,speech,texting)'), array('fas fa-comment-music' => 'comment-music(answer,chat,commenting,conversation,create,message,music,note,notification,sing,sms,song,texting)'), array('far fa-comment-music' => 'comment-music(answer,chat,commenting,conversation,create,message,music,note,notification,sing,sms,song,texting)'), array('fal fa-comment-music' => 'comment-music(answer,chat,commenting,conversation,create,message,music,note,notification,sing,sms,song,texting)'), array('fas fa-comment-pen' => 'comment-pen(answer,bubble,chat,commenting,conversation,edit,feedback,message,modify,note,notification,pen,pencil,sms,speech,texting,update,write)'), array('far fa-comment-pen' => 'comment-pen(answer,bubble,chat,commenting,conversation,edit,feedback,message,modify,note,notification,pen,pencil,sms,speech,texting,update,write)'), array('fal fa-comment-pen' => 'comment-pen(answer,bubble,chat,commenting,conversation,edit,feedback,message,modify,note,notification,pen,pencil,sms,speech,texting,update,write)'), array('fas fa-comment-plus' => 'comment-plus(add,answer,bubble,chat,commenting,conversation,create,feedback,message,new,note,notification,positive,sms,speech,texting)'), array('far fa-comment-plus' => 'comment-plus(add,answer,bubble,chat,commenting,conversation,create,feedback,message,new,note,notification,positive,sms,speech,texting)'), array('fal fa-comment-plus' => 'comment-plus(add,answer,bubble,chat,commenting,conversation,create,feedback,message,new,note,notification,positive,sms,speech,texting)'), array('fas fa-comment-question' => 'comment-question(answer,chat,faq,help,question,request,support)'), array('far fa-comment-question' => 'comment-question(answer,chat,faq,help,question,request,support)'), array('fal fa-comment-question' => 'comment-question(answer,chat,faq,help,question,request,support)'), array('fas fa-comment-quote' => 'comment-quote(answer,chat,quote)'), array('far fa-comment-quote' => 'comment-quote(answer,chat,quote)'), array('fal fa-comment-quote' => 'comment-quote(answer,chat,quote)'), array('fas fa-comment-slash' => 'comment-slash(answer,bubble,cancel,chat,commenting,conversation,disabled,feedback,message,mute,note,notification,quiet,sms,speech,texting)'), array('far fa-comment-slash' => 'comment-slash(answer,bubble,cancel,chat,commenting,conversation,disabled,feedback,message,mute,note,notification,quiet,sms,speech,texting)'), array('fal fa-comment-slash' => 'comment-slash(answer,bubble,cancel,chat,commenting,conversation,disabled,feedback,message,mute,note,notification,quiet,sms,speech,texting)'), array('fas fa-comment-smile' => 'comment-smile(answer,bubble,chat,commenting,conversation,emoji,feedback,happy,message,note,notification,sms,speech,texting)'), array('far fa-comment-smile' => 'comment-smile(answer,bubble,chat,commenting,conversation,emoji,feedback,happy,message,note,notification,sms,speech,texting)'), array('fal fa-comment-smile' => 'comment-smile(answer,bubble,chat,commenting,conversation,emoji,feedback,happy,message,note,notification,sms,speech,texting)'), array('fas fa-comment-sms' => 'comment-sms(answer,chat,conversation,message,mobile,notification,phone,sms,texting)'), array('far fa-comment-sms' => 'comment-sms(answer,chat,conversation,message,mobile,notification,phone,sms,texting)'), array('fal fa-comment-sms' => 'comment-sms(answer,chat,conversation,message,mobile,notification,phone,sms,texting)'), array('fas fa-comment-text' => 'comment-text(answer,chat,font,type)'), array('far fa-comment-text' => 'comment-text(answer,chat,font,type)'), array('fal fa-comment-text' => 'comment-text(answer,chat,font,type)'), array('fas fa-comment-xmark' => 'comment-xmark(answer,archive,bubble,chat,commenting,conversation,delete,feedback,message,note,notification,remove,sms,speech,texting,uncheck,x)'), array('far fa-comment-xmark' => 'comment-xmark(answer,archive,bubble,chat,commenting,conversation,delete,feedback,message,note,notification,remove,sms,speech,texting,uncheck,x)'), array('fal fa-comment-xmark' => 'comment-xmark(answer,archive,bubble,chat,commenting,conversation,delete,feedback,message,note,notification,remove,sms,speech,texting,uncheck,x)'), array('fas fa-comments' => 'comments( conversation, discussion, talking,Two Speech Bubbles,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('far fa-comments' => 'comments( conversation, discussion, talking,Two Speech Bubbles,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fal fa-comments' => 'comments( conversation, discussion, talking,Two Speech Bubbles,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fas fa-comments-question' => 'comments-question(answer,chat,faq,help,question,request,support)'), array('far fa-comments-question' => 'comments-question(answer,chat,faq,help,question,request,support)'), array('fal fa-comments-question' => 'comments-question(answer,chat,faq,help,question,request,support)'), array('fas fa-comments-question-check' => 'comments-question-check(answer,chat,enable,faq,help,question,request,support,validate,working)'), array('far fa-comments-question-check' => 'comments-question-check(answer,chat,enable,faq,help,question,request,support,validate,working)'), array('fal fa-comments-question-check' => 'comments-question-check(answer,chat,enable,faq,help,question,request,support,validate,working)'), array('fas fa-crystal-ball' => 'crystal-ball(ball,crystal,crystal ball,fairy tale,fantasy,fortune,future,glass,globe,tool)'), array('far fa-crystal-ball' => 'crystal-ball(ball,crystal,crystal ball,fairy tale,fantasy,fortune,future,glass,globe,tool)'), array('fal fa-crystal-ball' => 'crystal-ball(ball,crystal,crystal ball,fairy tale,fantasy,fortune,future,glass,globe,tool)'), array('fas fa-ear-listen' => 'ear-listen(amplify,audio,deaf,ear,headset,hearing,sound)'), array('far fa-ear-listen' => 'ear-listen(amplify,audio,deaf,ear,headset,hearing,sound)'), array('fal fa-ear-listen' => 'ear-listen(amplify,audio,deaf,ear,headset,hearing,sound)'), array('fas fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('far fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('fal fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('fas fa-envelope-circle-check' => 'envelope-circle-check(check,email,enable,envelope,mail,not affected,ok,okay,read,sent,validate,working)'), array('far fa-envelope-circle-check' => 'envelope-circle-check(check,email,enable,envelope,mail,not affected,ok,okay,read,sent,validate,working)'), array('fal fa-envelope-circle-check' => 'envelope-circle-check(check,email,enable,envelope,mail,not affected,ok,okay,read,sent,validate,working)'), array('fas fa-envelope-dot' => 'envelope-dot(email)'), array('far fa-envelope-dot' => 'envelope-dot(email)'), array('fal fa-envelope-dot' => 'envelope-dot(email)'), array('fas fa-envelope-open' => 'envelope-open(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('far fa-envelope-open' => 'envelope-open(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('fal fa-envelope-open' => 'envelope-open(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('fas fa-envelopes' => 'envelopes(email)'), array('far fa-envelopes' => 'envelopes(email)'), array('fal fa-envelopes' => 'envelopes(email)'), array('fas fa-face-awesome' => 'face-awesome(amazing,awesome,grin,look,smile,troll)'), array('far fa-face-awesome' => 'face-awesome(amazing,awesome,grin,look,smile,troll)'), array('fal fa-face-awesome' => 'face-awesome(amazing,awesome,grin,look,smile,troll)'), array('fas fa-face-frown' => 'face-frown(disapprove,emoticon,face,frown,frowning face,rating,sad,uer)'), array('far fa-face-frown' => 'face-frown(disapprove,emoticon,face,frown,frowning face,rating,sad,uer)'), array('fal fa-face-frown' => 'face-frown(disapprove,emoticon,face,frown,frowning face,rating,sad,uer)'), array('fas fa-face-meh' => 'face-meh(deadpan,default,emoticon,face,meh,neutral,neutral face,rating,uer)'), array('far fa-face-meh' => 'face-meh(deadpan,default,emoticon,face,meh,neutral,neutral face,rating,uer)'), array('fal fa-face-meh' => 'face-meh(deadpan,default,emoticon,face,meh,neutral,neutral face,rating,uer)'), array('fas fa-face-smile' => 'face-smile(approve,default,emoticon,face,happy,rating,satisfied,slightly smiling face,smile,uer)'), array('far fa-face-smile' => 'face-smile(approve,default,emoticon,face,happy,rating,satisfied,slightly smiling face,smile,uer)'), array('fal fa-face-smile' => 'face-smile(approve,default,emoticon,face,happy,rating,satisfied,slightly smiling face,smile,uer)'), array('fas fa-face-smile-plus' => 'face-smile-plus(add,emoticon,face,follow,happy,new)'), array('far fa-face-smile-plus' => 'face-smile-plus(add,emoticon,face,follow,happy,new)'), array('fal fa-face-smile-plus' => 'face-smile-plus(add,emoticon,face,follow,happy,new)'), array('fas fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('far fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('fal fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('fas fa-globe-wifi' => 'globe-wifi(communication,internet,ip address,network,web,world)'), array('far fa-globe-wifi' => 'globe-wifi(communication,internet,ip address,network,web,world)'), array('fal fa-globe-wifi' => 'globe-wifi(communication,internet,ip address,network,web,world)'), array('fas fa-hands-asl-interpreting' => 'hands-asl-interpreting(asl,deaf,finger,hand,interpret,speak)'), array('far fa-hands-asl-interpreting' => 'hands-asl-interpreting(asl,deaf,finger,hand,interpret,speak)'), array('fal fa-hands-asl-interpreting' => 'hands-asl-interpreting(asl,deaf,finger,hand,interpret,speak)'), array('fas fa-hundred-points' => 'hundred-points(100,agree,one hundred,percent,perfect score,win)'), array('far fa-hundred-points' => 'hundred-points(100,agree,one hundred,percent,perfect score,win)'), array('fal fa-hundred-points' => 'hundred-points(100,agree,one hundred,percent,perfect score,win)'), array('fas fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('far fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('fal fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('fas fa-inbox' => 'inbox(archive,desk,email,mail,message)'), array('far fa-inbox' => 'inbox(archive,desk,email,mail,message)'), array('fal fa-inbox' => 'inbox(archive,desk,email,mail,message)'), array('fas fa-inbox-in' => 'inbox-in(archive,box,desk,email,inbox,inbox tray,insert,letter,mail,message,newsletter,offer,receive,tray)'), array('far fa-inbox-in' => 'inbox-in(archive,box,desk,email,inbox,inbox tray,insert,letter,mail,message,newsletter,offer,receive,tray)'), array('fal fa-inbox-in' => 'inbox-in(archive,box,desk,email,inbox,inbox tray,insert,letter,mail,message,newsletter,offer,receive,tray)'), array('fas fa-inbox-out' => 'inbox-out(archive,box,desk,email,letter,mail,message,newsletter,offer,outbox,outbox tray,sent,tray,upgrade)'), array('far fa-inbox-out' => 'inbox-out(archive,box,desk,email,letter,mail,message,newsletter,offer,outbox,outbox tray,sent,tray,upgrade)'), array('fal fa-inbox-out' => 'inbox-out(archive,box,desk,email,letter,mail,message,newsletter,offer,outbox,outbox tray,sent,tray,upgrade)'), array('fas fa-language' => 'language(dialect,idiom,localize,speech,translate,vernacular)'), array('far fa-language' => 'language(dialect,idiom,localize,speech,translate,vernacular)'), array('fal fa-language' => 'language(dialect,idiom,localize,speech,translate,vernacular)'), array('fas fa-lightbulb-message' => 'lightbulb-message( communication,chat,conversation,jabber)'), array('far fa-lightbulb-message' => 'lightbulb-message( communication,chat,conversation,jabber)'), array('fal fa-lightbulb-message' => 'lightbulb-message( communication,chat,conversation,jabber)'), array('fas fa-mailbox' => 'mailbox(archive,closed,closed mailbox with lowered flag,envelope,letter,lowered,mail,mailbox,newsletter,offer,post office,postal,postbox,postcard,send,stamp,usps)'), array('far fa-mailbox' => 'mailbox(archive,closed,closed mailbox with lowered flag,envelope,letter,lowered,mail,mailbox,newsletter,offer,post office,postal,postbox,postcard,send,stamp,usps)'), array('fal fa-mailbox' => 'mailbox(archive,closed,closed mailbox with lowered flag,envelope,letter,lowered,mail,mailbox,newsletter,offer,post office,postal,postbox,postcard,send,stamp,usps)'), array('fas fa-mailbox-flag-up' => 'mailbox-flag-up(archive,envelope,letter,mail,mailbox,open,open mailbox with raised flag,post office,postal,postbox,postcard,raised,send,stamp,usps)'), array('far fa-mailbox-flag-up' => 'mailbox-flag-up(archive,envelope,letter,mail,mailbox,open,open mailbox with raised flag,post office,postal,postbox,postcard,raised,send,stamp,usps)'), array('fal fa-mailbox-flag-up' => 'mailbox-flag-up(archive,envelope,letter,mail,mailbox,open,open mailbox with raised flag,post office,postal,postbox,postcard,raised,send,stamp,usps)'), array('fas fa-message' => 'message( conversation, discussion, talking,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('far fa-message' => 'message( conversation, discussion, talking,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fal fa-message' => 'message( conversation, discussion, talking,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fas fa-message-arrow-down' => 'message-arrow-down(answer,chat,contact,download,insert)'), array('far fa-message-arrow-down' => 'message-arrow-down(answer,chat,contact,download,insert)'), array('fal fa-message-arrow-down' => 'message-arrow-down(answer,chat,contact,download,insert)'), array('fas fa-message-arrow-up' => 'message-arrow-up(answer,chat,contact,discussion,send,upgrade,upload)'), array('far fa-message-arrow-up' => 'message-arrow-up(answer,chat,contact,discussion,send,upgrade,upload)'), array('fal fa-message-arrow-up' => 'message-arrow-up(answer,chat,contact,discussion,send,upgrade,upload)'), array('fas fa-message-arrow-up-right' => 'message-arrow-up-right(chat,contact,discussion,send,upload)'), array('far fa-message-arrow-up-right' => 'message-arrow-up-right(chat,contact,discussion,send,upload)'), array('fal fa-message-arrow-up-right' => 'message-arrow-up-right(chat,contact,discussion,send,upload)'), array('fas fa-message-bot' => 'message-bot(ai,answer,automated,chat,chatbot,comment,help,support)'), array('far fa-message-bot' => 'message-bot(ai,answer,automated,chat,chatbot,comment,help,support)'), array('fal fa-message-bot' => 'message-bot(ai,answer,automated,chat,chatbot,comment,help,support)'), array('fas fa-message-check' => 'message-check(accept,agree,answer,bubble,chat,commenting,conversation,enable,feedback,message,note,notification,select,sms,speech,success,synced,texting,tick,todo,validate,working)'), array('far fa-message-check' => 'message-check(accept,agree,answer,bubble,chat,commenting,conversation,enable,feedback,message,note,notification,select,sms,speech,success,synced,texting,tick,todo,validate,working)'), array('fal fa-message-check' => 'message-check(accept,agree,answer,bubble,chat,commenting,conversation,enable,feedback,message,note,notification,select,sms,speech,success,synced,texting,tick,todo,validate,working)'), array('fas fa-message-code' => 'message-code(coding,contact,discussion)'), array('far fa-message-code' => 'message-code(coding,contact,discussion)'), array('fal fa-message-code' => 'message-code(coding,contact,discussion)'), array('fas fa-message-dots' => 'message-dots(answer,bubble,chat,commenting,conversation,feedback,message,more,note,notification,reply,request,sms,speech,texting)'), array('far fa-message-dots' => 'message-dots(answer,bubble,chat,commenting,conversation,feedback,message,more,note,notification,reply,request,sms,speech,texting)'), array('fal fa-message-dots' => 'message-dots(answer,bubble,chat,commenting,conversation,feedback,message,more,note,notification,reply,request,sms,speech,texting)'), array('fas fa-message-exclamation' => 'message-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,error,exclaim,failed,feedback,important,message,note,notification,request,required,sms,speech,surprise,texting,warning)'), array('far fa-message-exclamation' => 'message-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,error,exclaim,failed,feedback,important,message,note,notification,request,required,sms,speech,surprise,texting,warning)'), array('fal fa-message-exclamation' => 'message-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,error,exclaim,failed,feedback,important,message,note,notification,request,required,sms,speech,surprise,texting,warning)'), array('fas fa-message-heart' => 'message-heart(bubble,comment,favorite,happy,love)'), array('far fa-message-heart' => 'message-heart(bubble,comment,favorite,happy,love)'), array('fal fa-message-heart' => 'message-heart(bubble,comment,favorite,happy,love)'), array('fas fa-message-image' => 'message-image(answer,chat,discussion,img,photography,photos)'), array('far fa-message-image' => 'message-image(answer,chat,discussion,img,photography,photos)'), array('fal fa-message-image' => 'message-image(answer,chat,discussion,img,photography,photos)'), array('fas fa-message-lines' => 'message-lines(answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,texting)'), array('far fa-message-lines' => 'message-lines(answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,texting)'), array('fal fa-message-lines' => 'message-lines(answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,texting)'), array('fas fa-message-medical' => 'message-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('far fa-message-medical' => 'message-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('fal fa-message-medical' => 'message-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('fas fa-message-middle' => 'message-middle(answer,contact,conversation,sms)'), array('far fa-message-middle' => 'message-middle(answer,contact,conversation,sms)'), array('fal fa-message-middle' => 'message-middle(answer,contact,conversation,sms)'), array('fas fa-message-middle-top' => 'message-middle-top( conversation, discussion, talking,answer,contact,conversation,sms,talk)'), array('far fa-message-middle-top' => 'message-middle-top( conversation, discussion, talking,answer,contact,conversation,sms,talk)'), array('fal fa-message-middle-top' => 'message-middle-top( conversation, discussion, talking,answer,contact,conversation,sms,talk)'), array('fas fa-message-minus' => 'message-minus(answer,bubble,chat,commenting,conversation,delete,feedback,message,negative,note,notification,remove,sms,speech,texting)'), array('far fa-message-minus' => 'message-minus(answer,bubble,chat,commenting,conversation,delete,feedback,message,negative,note,notification,remove,sms,speech,texting)'), array('fal fa-message-minus' => 'message-minus(answer,bubble,chat,commenting,conversation,delete,feedback,message,negative,note,notification,remove,sms,speech,texting)'), array('fas fa-message-pen' => 'message-pen(answer,bubble,chat,commenting,conversation,edit,feedback,message,modify,note,notification,pen,pencil,sms,speech,texting,update,write)'), array('far fa-message-pen' => 'message-pen(answer,bubble,chat,commenting,conversation,edit,feedback,message,modify,note,notification,pen,pencil,sms,speech,texting,update,write)'), array('fal fa-message-pen' => 'message-pen(answer,bubble,chat,commenting,conversation,edit,feedback,message,modify,note,notification,pen,pencil,sms,speech,texting,update,write)'), array('fas fa-message-plus' => 'message-plus(add,answer,bubble,chat,commenting,conversation,create,feedback,message,new,note,notification,positive,sms,speech,texting)'), array('far fa-message-plus' => 'message-plus(add,answer,bubble,chat,commenting,conversation,create,feedback,message,new,note,notification,positive,sms,speech,texting)'), array('fal fa-message-plus' => 'message-plus(add,answer,bubble,chat,commenting,conversation,create,feedback,message,new,note,notification,positive,sms,speech,texting)'), array('fas fa-message-question' => 'message-question(chat,faq,help,question,support)'), array('far fa-message-question' => 'message-question(chat,faq,help,question,support)'), array('fal fa-message-question' => 'message-question(chat,faq,help,question,support)'), array('fas fa-message-quote' => 'message-quote(answer,chat,quote)'), array('far fa-message-quote' => 'message-quote(answer,chat,quote)'), array('fal fa-message-quote' => 'message-quote(answer,chat,quote)'), array('fas fa-message-slash' => 'message-slash(answer,bubble,cancel,chat,commenting,conversation,disabled,feedback,message,mute,note,notification,quiet,sms,speech,texting)'), array('far fa-message-slash' => 'message-slash(answer,bubble,cancel,chat,commenting,conversation,disabled,feedback,message,mute,note,notification,quiet,sms,speech,texting)'), array('fal fa-message-slash' => 'message-slash(answer,bubble,cancel,chat,commenting,conversation,disabled,feedback,message,mute,note,notification,quiet,sms,speech,texting)'), array('fas fa-message-smile' => 'message-smile(answer,bubble,chat,commenting,conversation,emoji,feedback,happy,message,note,notification,sms,speech,texting)'), array('far fa-message-smile' => 'message-smile(answer,bubble,chat,commenting,conversation,emoji,feedback,happy,message,note,notification,sms,speech,texting)'), array('fal fa-message-smile' => 'message-smile(answer,bubble,chat,commenting,conversation,emoji,feedback,happy,message,note,notification,sms,speech,texting)'), array('fas fa-message-sms' => 'message-sms(chat)'), array('far fa-message-sms' => 'message-sms(chat)'), array('fal fa-message-sms' => 'message-sms(chat)'), array('fas fa-message-text' => 'message-text(answer,contact,font,text,type)'), array('far fa-message-text' => 'message-text(answer,contact,font,text,type)'), array('fal fa-message-text' => 'message-text(answer,contact,font,text,type)'), array('fas fa-message-xmark' => 'message-xmark(answer,archive,bubble,chat,commenting,conversation,delete,feedback,message,note,notification,remove,sms,speech,texting,uncheck,x)'), array('far fa-message-xmark' => 'message-xmark(answer,archive,bubble,chat,commenting,conversation,delete,feedback,message,note,notification,remove,sms,speech,texting,uncheck,x)'), array('fal fa-message-xmark' => 'message-xmark(answer,archive,bubble,chat,commenting,conversation,delete,feedback,message,note,notification,remove,sms,speech,texting,uncheck,x)'), array('fas fa-messages' => 'messages( conversation, discussion, talking,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('far fa-messages' => 'messages( conversation, discussion, talking,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fal fa-messages' => 'messages( conversation, discussion, talking,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fas fa-messages-question' => 'messages-question(chat,faq,help,question,request,support)'), array('far fa-messages-question' => 'messages-question(chat,faq,help,question,request,support)'), array('fal fa-messages-question' => 'messages-question(chat,faq,help,question,request,support)'), array('fas fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('far fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('fal fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('fas fa-microphone-lines' => 'microphone-lines(audio,mic,microphone,music,podcast,record,sing,sound,studio,studio microphone,talking,voice)'), array('far fa-microphone-lines' => 'microphone-lines(audio,mic,microphone,music,podcast,record,sing,sound,studio,studio microphone,talking,voice)'), array('fal fa-microphone-lines' => 'microphone-lines(audio,mic,microphone,music,podcast,record,sing,sound,studio,studio microphone,talking,voice)'), array('fas fa-microphone-lines-slash' => 'microphone-lines-slash(audio,disable,disabled,disconnect,disconnect,mute,podcast,record,sing,sound,voice)'), array('far fa-microphone-lines-slash' => 'microphone-lines-slash(audio,disable,disabled,disconnect,disconnect,mute,podcast,record,sing,sound,voice)'), array('fal fa-microphone-lines-slash' => 'microphone-lines-slash(audio,disable,disabled,disconnect,disconnect,mute,podcast,record,sing,sound,voice)'), array('fas fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('far fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('fal fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('fas fa-mobile' => 'mobile(android,call,cell,cell phone,device,mobile,mobile phone,number,phone,screen,telephone,text)'), array('far fa-mobile' => 'mobile(android,call,cell,cell phone,device,mobile,mobile phone,number,phone,screen,telephone,text)'), array('fal fa-mobile' => 'mobile(android,call,cell,cell phone,device,mobile,mobile phone,number,phone,screen,telephone,text)'), array('fas fa-mobile-button' => 'mobile-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('far fa-mobile-button' => 'mobile-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('fal fa-mobile-button' => 'mobile-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('fas fa-mobile-notch' => 'mobile-notch(display,iPhone X,iphone,smartphone)'), array('far fa-mobile-notch' => 'mobile-notch(display,iPhone X,iphone,smartphone)'), array('fal fa-mobile-notch' => 'mobile-notch(display,iPhone X,iphone,smartphone)'), array('fas fa-mobile-retro' => 'mobile-retro(cellphone,cellular,phone)'), array('far fa-mobile-retro' => 'mobile-retro(cellphone,cellular,phone)'), array('fal fa-mobile-retro' => 'mobile-retro(cellphone,cellular,phone)'), array('fas fa-mobile-screen' => 'mobile-screen(android,call,cell phone,device,number,screen,telephone,text)'), array('far fa-mobile-screen' => 'mobile-screen(android,call,cell phone,device,number,screen,telephone,text)'), array('fal fa-mobile-screen' => 'mobile-screen(android,call,cell phone,device,number,screen,telephone,text)'), array('fas fa-mobile-screen-button' => 'mobile-screen-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('far fa-mobile-screen-button' => 'mobile-screen-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('fal fa-mobile-screen-button' => 'mobile-screen-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('fas fa-paper-plane' => 'paper-plane(air,float,fold,mail,paper,send)'), array('far fa-paper-plane' => 'paper-plane(air,float,fold,mail,paper,send)'), array('fal fa-paper-plane' => 'paper-plane(air,float,fold,mail,paper,send)'), array('fas fa-paper-plane-top' => 'paper-plane-top(email,fold,send)'), array('far fa-paper-plane-top' => 'paper-plane-top(email,fold,send)'), array('fal fa-paper-plane-top' => 'paper-plane-top(email,fold,send)'), array('fas fa-phone' => 'phone(Left Hand Telephone Receiver,call,earphone,number,phone,receiver,support,talking,telephone,telephone receiver,voice)'), array('far fa-phone' => 'phone(Left Hand Telephone Receiver,call,earphone,number,phone,receiver,support,talking,telephone,telephone receiver,voice)'), array('fal fa-phone' => 'phone(Left Hand Telephone Receiver,call,earphone,number,phone,receiver,support,talking,telephone,telephone receiver,voice)'), array('fas fa-phone-arrow-down-left' => 'phone-arrow-down-left(answer,incoming)'), array('far fa-phone-arrow-down-left' => 'phone-arrow-down-left(answer,incoming)'), array('fal fa-phone-arrow-down-left' => 'phone-arrow-down-left(answer,incoming)'), array('fas fa-phone-arrow-right' => 'phone-arrow-right(answer,call,forward,next,reply,send,telephone)'), array('far fa-phone-arrow-right' => 'phone-arrow-right(answer,call,forward,next,reply,send,telephone)'), array('fal fa-phone-arrow-right' => 'phone-arrow-right(answer,call,forward,next,reply,send,telephone)'), array('fas fa-phone-arrow-up-right' => 'phone-arrow-up-right(call,outgoing,send,upgrade)'), array('far fa-phone-arrow-up-right' => 'phone-arrow-up-right(call,outgoing,send,upgrade)'), array('fal fa-phone-arrow-up-right' => 'phone-arrow-up-right(call,outgoing,send,upgrade)'), array('fas fa-phone-flip' => 'phone-flip(Right Hand Telephone Receiver,call,earphone,number,support,telephone,voice)'), array('far fa-phone-flip' => 'phone-flip(Right Hand Telephone Receiver,call,earphone,number,support,telephone,voice)'), array('fal fa-phone-flip' => 'phone-flip(Right Hand Telephone Receiver,call,earphone,number,support,telephone,voice)'), array('fas fa-phone-hangup' => 'phone-hangup(end,phone,reject)'), array('far fa-phone-hangup' => 'phone-hangup(end,phone,reject)'), array('fal fa-phone-hangup' => 'phone-hangup(end,phone,reject)'), array('fas fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('far fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('fal fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('fas fa-phone-missed' => 'phone-missed(call,rebound)'), array('far fa-phone-missed' => 'phone-missed(call,rebound)'), array('fal fa-phone-missed' => 'phone-missed(call,rebound)'), array('fas fa-phone-plus' => 'phone-plus(add,call,earphone,number,positive,support,telephone,voice)'), array('far fa-phone-plus' => 'phone-plus(add,call,earphone,number,positive,support,telephone,voice)'), array('fal fa-phone-plus' => 'phone-plus(add,call,earphone,number,positive,support,telephone,voice)'), array('fas fa-phone-slash' => 'phone-slash(call,cancel,disabled,disconnect,earphone,mute,number,support,telephone,voice)'), array('far fa-phone-slash' => 'phone-slash(call,cancel,disabled,disconnect,earphone,mute,number,support,telephone,voice)'), array('fal fa-phone-slash' => 'phone-slash(call,cancel,disabled,disconnect,earphone,mute,number,support,telephone,voice)'), array('fas fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('far fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('fal fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('fas fa-phone-xmark' => 'phone-xmark(call,end,hangup,phone)'), array('far fa-phone-xmark' => 'phone-xmark(call,end,hangup,phone)'), array('fal fa-phone-xmark' => 'phone-xmark(call,end,hangup,phone)'), array('fas fa-poo' => 'poo(crap,dung,face,monster,pile of poo,poo,poop,shit,smile,turd,uer)'), array('far fa-poo' => 'poo(crap,dung,face,monster,pile of poo,poo,poop,shit,smile,turd,uer)'), array('fal fa-poo' => 'poo(crap,dung,face,monster,pile of poo,poo,poop,shit,smile,turd,uer)'), array('fas fa-quote-left' => 'quote-left(Left Double Quotation Mark,mention,note,phrase,text,type)'), array('far fa-quote-left' => 'quote-left(Left Double Quotation Mark,mention,note,phrase,text,type)'), array('fal fa-quote-left' => 'quote-left(Left Double Quotation Mark,mention,note,phrase,text,type)'), array('fas fa-quote-right' => 'quote-right(Right Double Quotation Mark,mention,note,phrase,text,type)'), array('far fa-quote-right' => 'quote-right(Right Double Quotation Mark,mention,note,phrase,text,type)'), array('fal fa-quote-right' => 'quote-right(Right Double Quotation Mark,mention,note,phrase,text,type)'), array('fas fa-right-left-large' => 'right-left-large( demand, left, pull, push, right, share, transfer,direction,supply)'), array('far fa-right-left-large' => 'right-left-large( demand, left, pull, push, right, share, transfer,direction,supply)'), array('fal fa-right-left-large' => 'right-left-large( demand, left, pull, push, right, share, transfer,direction,supply)'), array('fas fa-square-envelope' => 'square-envelope(e-mail,email,letter,mail,message,notification,offer,support)'), array('far fa-square-envelope' => 'square-envelope(e-mail,email,letter,mail,message,notification,offer,support)'), array('fal fa-square-envelope' => 'square-envelope(e-mail,email,letter,mail,message,notification,offer,support)'), array('fas fa-square-phone' => 'square-phone(call,earphone,number,support,telephone,voice)'), array('far fa-square-phone' => 'square-phone(call,earphone,number,support,telephone,voice)'), array('fal fa-square-phone' => 'square-phone(call,earphone,number,support,telephone,voice)'), array('fas fa-square-phone-flip' => 'square-phone-flip(call,earphone,number,support,telephone,voice)'), array('far fa-square-phone-flip' => 'square-phone-flip(call,earphone,number,support,telephone,voice)'), array('fal fa-square-phone-flip' => 'square-phone-flip(call,earphone,number,support,telephone,voice)'), array('fas fa-square-phone-hangup' => 'square-phone-hangup(call,end,handset)'), array('far fa-square-phone-hangup' => 'square-phone-hangup(call,end,handset)'), array('fal fa-square-phone-hangup' => 'square-phone-hangup(call,end,handset)'), array('fas fa-square-quote' => 'square-quote(mention,note,text,type)'), array('far fa-square-quote' => 'square-quote(mention,note,text,type)'), array('fal fa-square-quote' => 'square-quote(mention,note,text,type)'), array('fas fa-square-rss' => 'square-rss(blog,feed,journal,news,writing)'), array('far fa-square-rss' => 'square-rss(blog,feed,journal,news,writing)'), array('fal fa-square-rss' => 'square-rss(blog,feed,journal,news,writing)'), array('fas fa-subtitles' => 'subtitles( caption, description, film, language, movie, text, translation,closed captions)'), array('far fa-subtitles' => 'subtitles( caption, description, film, language, movie, text, translation,closed captions)'), array('fal fa-subtitles' => 'subtitles( caption, description, film, language, movie, text, translation,closed captions)'), array('fas fa-subtitles-slash' => 'subtitles-slash( caption, film, language, movie, text, translation, closed captions, description,off)'), array('far fa-subtitles-slash' => 'subtitles-slash( caption, film, language, movie, text, translation, closed captions, description,off)'), array('fal fa-subtitles-slash' => 'subtitles-slash( caption, film, language, movie, text, translation, closed captions, description,off)'), array('fas fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('far fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('fal fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('fas fa-thought-bubble' => 'thought-bubble(Right Thought Bubble,balloon,bubble,comic,dream,idea,imagination,think,thought,thought balloon)'), array('far fa-thought-bubble' => 'thought-bubble(Right Thought Bubble,balloon,bubble,comic,dream,idea,imagination,think,thought,thought balloon)'), array('fal fa-thought-bubble' => 'thought-bubble(Right Thought Bubble,balloon,bubble,comic,dream,idea,imagination,think,thought,thought balloon)'), array('fas fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('far fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('fal fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('fas fa-tty' => 'tty(communication,deaf,telephone,teletypewriter,text)'), array('far fa-tty' => 'tty(communication,deaf,telephone,teletypewriter,text)'), array('fal fa-tty' => 'tty(communication,deaf,telephone,teletypewriter,text)'), array('fas fa-tty-answer' => 'tty-answer(answer,listen,teletype)'), array('far fa-tty-answer' => 'tty-answer(answer,listen,teletype)'), array('fal fa-tty-answer' => 'tty-answer(answer,listen,teletype)'), array('fas fa-video' => 'video(camera,film,movie,record,video-camera)'), array('far fa-video' => 'video(camera,film,movie,record,video-camera)'), array('fal fa-video' => 'video(camera,film,movie,record,video-camera)'), array('fas fa-video-plus' => 'video-plus(add,create,film,new,positive,record,video)'), array('far fa-video-plus' => 'video-plus(add,create,film,new,positive,record,video)'), array('fal fa-video-plus' => 'video-plus(add,create,film,new,positive,record,video)'), array('fas fa-video-slash' => 'video-slash(add,create,disabled,disconnect,film,new,positive,record,video)'), array('far fa-video-slash' => 'video-slash(add,create,disabled,disconnect,film,new,positive,record,video)'), array('fal fa-video-slash' => 'video-slash(add,create,disabled,disconnect,film,new,positive,record,video)'), array('fas fa-voicemail' => 'voicemail(answer,inbox,message,phone)'), array('far fa-voicemail' => 'voicemail(answer,inbox,message,phone)'), array('fal fa-voicemail' => 'voicemail(answer,inbox,message,phone)'), array('fas fa-walkie-talkie' => 'walkie-talkie(communication,copy,intercom,over,portable,radio,two way radio)'), array('far fa-walkie-talkie' => 'walkie-talkie(communication,copy,intercom,over,portable,radio,two way radio)'), array('fal fa-walkie-talkie' => 'walkie-talkie(communication,copy,intercom,over,portable,radio,two way radio)'), ), 'Buildings' => array( array('fas fa-apartment' => 'apartment(apartment,building,city,condo,condominium,flat)'), array('far fa-apartment' => 'apartment(apartment,building,city,condo,condominium,flat)'), array('fal fa-apartment' => 'apartment(apartment,building,city,condo,condominium,flat)'), array('fas fa-archway' => 'archway(arc,monument,road,street,tunnel)'), array('far fa-archway' => 'archway(arc,monument,road,street,tunnel)'), array('fal fa-archway' => 'archway(arc,monument,road,street,tunnel)'), array('fas fa-arrow-right-to-city' => 'arrow-right-to-city(building,city,exodus,insert,rural,urban)'), array('far fa-arrow-right-to-city' => 'arrow-right-to-city(building,city,exodus,insert,rural,urban)'), array('fal fa-arrow-right-to-city' => 'arrow-right-to-city(building,city,exodus,insert,rural,urban)'), array('fas fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('far fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('fal fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('fas fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('far fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('fal fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('fas fa-building-circle-arrow-right' => 'building-circle-arrow-right(building,city,distribution center,office)'), array('far fa-building-circle-arrow-right' => 'building-circle-arrow-right(building,city,distribution center,office)'), array('fal fa-building-circle-arrow-right' => 'building-circle-arrow-right(building,city,distribution center,office)'), array('fas fa-building-circle-check' => 'building-circle-check(building,city,enable,not affected,office,ok,okay,validate,working)'), array('far fa-building-circle-check' => 'building-circle-check(building,city,enable,not affected,office,ok,okay,validate,working)'), array('fal fa-building-circle-check' => 'building-circle-check(building,city,enable,not affected,office,ok,okay,validate,working)'), array('fas fa-building-circle-exclamation' => 'building-circle-exclamation(affected,building,city,failed,office)'), array('far fa-building-circle-exclamation' => 'building-circle-exclamation(affected,building,city,failed,office)'), array('fal fa-building-circle-exclamation' => 'building-circle-exclamation(affected,building,city,failed,office)'), array('fas fa-building-circle-xmark' => 'building-circle-xmark(building,city,destroy,office,uncheck)'), array('far fa-building-circle-xmark' => 'building-circle-xmark(building,city,destroy,office,uncheck)'), array('fal fa-building-circle-xmark' => 'building-circle-xmark(building,city,destroy,office,uncheck)'), array('fas fa-building-columns' => 'building-columns(bank,building,college,education,institution,museum,students)'), array('far fa-building-columns' => 'building-columns(bank,building,college,education,institution,museum,students)'), array('fal fa-building-columns' => 'building-columns(bank,building,college,education,institution,museum,students)'), array('fas fa-building-flag' => 'building-flag( city,building,diplomat,embassy,flag,headquarters,united nations)'), array('far fa-building-flag' => 'building-flag( city,building,diplomat,embassy,flag,headquarters,united nations)'), array('fal fa-building-flag' => 'building-flag( city,building,diplomat,embassy,flag,headquarters,united nations)'), array('fas fa-building-lock' => 'building-lock(building,city,closed,lock,lockdown,padlock,privacy,quarantine,secure)'), array('far fa-building-lock' => 'building-lock(building,city,closed,lock,lockdown,padlock,privacy,quarantine,secure)'), array('fal fa-building-lock' => 'building-lock(building,city,closed,lock,lockdown,padlock,privacy,quarantine,secure)'), array('fas fa-building-magnifying-glass' => 'building-magnifying-glass( building, business, city, company, office, office building, urban, work,apartment,find,inspect,inspection,permit,search,zoning)'), array('far fa-building-magnifying-glass' => 'building-magnifying-glass( building, business, city, company, office, office building, urban, work,apartment,find,inspect,inspection,permit,search,zoning)'), array('fal fa-building-magnifying-glass' => 'building-magnifying-glass( building, business, city, company, office, office building, urban, work,apartment,find,inspect,inspection,permit,search,zoning)'), array('fas fa-building-memo' => 'building-memo( building, business, city, company, office, office building, urban, work,apartment,licence,license,list,permit,realtor,realty,zoning)'), array('far fa-building-memo' => 'building-memo( building, business, city, company, office, office building, urban, work,apartment,licence,license,list,permit,realtor,realty,zoning)'), array('fal fa-building-memo' => 'building-memo( building, business, city, company, office, office building, urban, work,apartment,licence,license,list,permit,realtor,realty,zoning)'), array('fas fa-building-ngo' => 'building-ngo( city,building,non governmental organization,office)'), array('far fa-building-ngo' => 'building-ngo( city,building,non governmental organization,office)'), array('fal fa-building-ngo' => 'building-ngo( city,building,non governmental organization,office)'), array('fas fa-building-shield' => 'building-shield(building,city,police,protect,safety)'), array('far fa-building-shield' => 'building-shield(building,city,police,protect,safety)'), array('fal fa-building-shield' => 'building-shield(building,city,police,protect,safety)'), array('fas fa-building-un' => 'building-un(building,city,office,united nations)'), array('far fa-building-un' => 'building-un(building,city,office,united nations)'), array('fal fa-building-un' => 'building-un(building,city,office,united nations)'), array('fas fa-building-user' => 'building-user(apartment,building,city,employee,uer)'), array('far fa-building-user' => 'building-user(apartment,building,city,employee,uer)'), array('fal fa-building-user' => 'building-user(apartment,building,city,employee,uer)'), array('fas fa-building-wheat' => 'building-wheat(agriculture,building,city,usda)'), array('far fa-building-wheat' => 'building-wheat(agriculture,building,city,usda)'), array('fal fa-building-wheat' => 'building-wheat(agriculture,building,city,usda)'), array('fas fa-buildings' => 'buildings(apartment,business,city,company,office,urban,work)'), array('far fa-buildings' => 'buildings(apartment,business,city,company,office,urban,work)'), array('fal fa-buildings' => 'buildings(apartment,business,city,company,office,urban,work)'), array('fas fa-cabin' => 'cabin(cabin,camp,log,lumber,ranger)'), array('far fa-cabin' => 'cabin(cabin,camp,log,lumber,ranger)'), array('fal fa-cabin' => 'cabin(cabin,camp,log,lumber,ranger)'), array('fas fa-campground' => 'campground(camping,fall,outdoors,teepee,tent,tipi)'), array('far fa-campground' => 'campground(camping,fall,outdoors,teepee,tent,tipi)'), array('fal fa-campground' => 'campground(camping,fall,outdoors,teepee,tent,tipi)'), array('fas fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('far fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('fal fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('fas fa-castle' => 'castle(Castle,European,castle,dungeon,fortress,palace,turret)'), array('far fa-castle' => 'castle(Castle,European,castle,dungeon,fortress,palace,turret)'), array('fal fa-castle' => 'castle(Castle,European,castle,dungeon,fortress,palace,turret)'), array('fas fa-chimney' => 'chimney(brick,exhaust,fireplace,house,roof,vent)'), array('far fa-chimney' => 'chimney(brick,exhaust,fireplace,house,roof,vent)'), array('fal fa-chimney' => 'chimney(brick,exhaust,fireplace,house,roof,vent)'), array('fas fa-church' => 'church(Christian,building,cathedral,chapel,church,community,cross,religion)'), array('far fa-church' => 'church(Christian,building,cathedral,chapel,church,community,cross,religion)'), array('fal fa-church' => 'church(Christian,building,cathedral,chapel,church,community,cross,religion)'), array('fas fa-city' => 'city(buildings,busy,city,cityscape,skyscrapers,urban,windows)'), array('far fa-city' => 'city(buildings,busy,city,cityscape,skyscrapers,urban,windows)'), array('fal fa-city' => 'city(buildings,busy,city,cityscape,skyscrapers,urban,windows)'), array('fas fa-container-storage' => 'container-storage(archive,box,crate,intermodal,inventory,shipping,warehouse)'), array('far fa-container-storage' => 'container-storage(archive,box,crate,intermodal,inventory,shipping,warehouse)'), array('fal fa-container-storage' => 'container-storage(archive,box,crate,intermodal,inventory,shipping,warehouse)'), array('fas fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('far fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('fal fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('fas fa-farm' => 'farm(agriculture,barn,dairy,farming,ranch,silo)'), array('far fa-farm' => 'farm(agriculture,barn,dairy,farming,ranch,silo)'), array('fal fa-farm' => 'farm(agriculture,barn,dairy,farming,ranch,silo)'), array('fas fa-fence' => 'fence(fencing,picket,planks,wall,wood)'), array('far fa-fence' => 'fence(fencing,picket,planks,wall,wood)'), array('fal fa-fence' => 'fence(fencing,picket,planks,wall,wood)'), array('fas fa-ferris-wheel' => 'ferris-wheel(amusement park,fair,ferris,ferris wheel,ride,theme park,wheel)'), array('far fa-ferris-wheel' => 'ferris-wheel(amusement park,fair,ferris,ferris wheel,ride,theme park,wheel)'), array('fal fa-ferris-wheel' => 'ferris-wheel(amusement park,fair,ferris,ferris wheel,ride,theme park,wheel)'), array('fas fa-fort' => 'fort( turret,castle,fort,fortress,garrison,palace)'), array('far fa-fort' => 'fort( turret,castle,fort,fortress,garrison,palace)'), array('fal fa-fort' => 'fort( turret,castle,fort,fortress,garrison,palace)'), array('fas fa-garage' => 'garage(auto,car,door,storage,structure,warehouse)'), array('far fa-garage' => 'garage(auto,car,door,storage,structure,warehouse)'), array('fal fa-garage' => 'garage(auto,car,door,storage,structure,warehouse)'), array('fas fa-garage-car' => 'garage-car(auto,car,door,storage,structure,warehouse)'), array('far fa-garage-car' => 'garage-car(auto,car,door,storage,structure,warehouse)'), array('fal fa-garage-car' => 'garage-car(auto,car,door,storage,structure,warehouse)'), array('fas fa-garage-open' => 'garage-open(auto,car,door,storage,structure,warehouse)'), array('far fa-garage-open' => 'garage-open(auto,car,door,storage,structure,warehouse)'), array('fal fa-garage-open' => 'garage-open(auto,car,door,storage,structure,warehouse)'), array('fas fa-gopuram' => 'gopuram(building,entrance,hinduism,temple,tower)'), array('far fa-gopuram' => 'gopuram(building,entrance,hinduism,temple,tower)'), array('fal fa-gopuram' => 'gopuram(building,entrance,hinduism,temple,tower)'), array('fas fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('far fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('fal fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('fas fa-hospital-user' => 'hospital-user(covid-19,doctor,network,patient,primary care,uer)'), array('far fa-hospital-user' => 'hospital-user(covid-19,doctor,network,patient,primary care,uer)'), array('fal fa-hospital-user' => 'hospital-user(covid-19,doctor,network,patient,primary care,uer)'), array('fas fa-hospitals' => 'hospitals(emergency,insurance,network)'), array('far fa-hospitals' => 'hospitals(emergency,insurance,network)'), array('fal fa-hospitals' => 'hospitals(emergency,insurance,network)'), array('fas fa-hotel' => 'hotel(building,hotel,inn,lodging,motel,resort,travel)'), array('far fa-hotel' => 'hotel(building,hotel,inn,lodging,motel,resort,travel)'), array('fal fa-hotel' => 'hotel(building,hotel,inn,lodging,motel,resort,travel)'), array('fas fa-house' => 'house(abode,building,home,house,main,residence)'), array('far fa-house' => 'house(abode,building,home,house,main,residence)'), array('fal fa-house' => 'house(abode,building,home,house,main,residence)'), array('fas fa-house-blank' => 'house-blank(abode,building,house,main)'), array('far fa-house-blank' => 'house-blank(abode,building,house,main)'), array('fal fa-house-blank' => 'house-blank(abode,building,house,main)'), array('fas fa-house-building' => 'house-building(abode,apartment,building,city,home,residence,suburbs,urban)'), array('far fa-house-building' => 'house-building(abode,apartment,building,city,home,residence,suburbs,urban)'), array('fal fa-house-building' => 'house-building(abode,apartment,building,city,home,residence,suburbs,urban)'), array('fas fa-house-chimney' => 'house-chimney(abode,building,chimney,house,main,residence,smokestack)'), array('far fa-house-chimney' => 'house-chimney(abode,building,chimney,house,main,residence,smokestack)'), array('fal fa-house-chimney' => 'house-chimney(abode,building,chimney,house,main,residence,smokestack)'), array('fas fa-house-chimney-blank' => 'house-chimney-blank(abode,building,house,main)'), array('far fa-house-chimney-blank' => 'house-chimney-blank(abode,building,house,main)'), array('fal fa-house-chimney-blank' => 'house-chimney-blank(abode,building,house,main)'), array('fas fa-house-chimney-crack' => 'house-chimney-crack(building,devastation,disaster,earthquake,home,insurance)'), array('far fa-house-chimney-crack' => 'house-chimney-crack(building,devastation,disaster,earthquake,home,insurance)'), array('fal fa-house-chimney-crack' => 'house-chimney-crack(building,devastation,disaster,earthquake,home,insurance)'), array('fas fa-house-chimney-medical' => 'house-chimney-medical(covid-19,doctor,general practitioner,hospital,infirmary,medicine,office,outpatient)'), array('far fa-house-chimney-medical' => 'house-chimney-medical(covid-19,doctor,general practitioner,hospital,infirmary,medicine,office,outpatient)'), array('fal fa-house-chimney-medical' => 'house-chimney-medical(covid-19,doctor,general practitioner,hospital,infirmary,medicine,office,outpatient)'), array('fas fa-house-chimney-window' => 'house-chimney-window(abode,building,family,home,residence)'), array('far fa-house-chimney-window' => 'house-chimney-window(abode,building,family,home,residence)'), array('fal fa-house-chimney-window' => 'house-chimney-window(abode,building,family,home,residence)'), array('fas fa-house-circle-check' => 'house-circle-check(abode,enable,home,house,not affected,ok,okay,validate,working)'), array('far fa-house-circle-check' => 'house-circle-check(abode,enable,home,house,not affected,ok,okay,validate,working)'), array('fal fa-house-circle-check' => 'house-circle-check(abode,enable,home,house,not affected,ok,okay,validate,working)'), array('fas fa-house-circle-exclamation' => 'house-circle-exclamation(abode,affected,failed,home,house)'), array('far fa-house-circle-exclamation' => 'house-circle-exclamation(abode,affected,failed,home,house)'), array('fal fa-house-circle-exclamation' => 'house-circle-exclamation(abode,affected,failed,home,house)'), array('fas fa-house-circle-xmark' => 'house-circle-xmark(abode,destroy,home,house,uncheck)'), array('far fa-house-circle-xmark' => 'house-circle-xmark(abode,destroy,home,house,uncheck)'), array('fal fa-house-circle-xmark' => 'house-circle-xmark(abode,destroy,home,house,uncheck)'), array('fas fa-house-crack' => 'house-crack(building,devastation,disaster,earthquake,home,insurance)'), array('far fa-house-crack' => 'house-crack(building,devastation,disaster,earthquake,home,insurance)'), array('fal fa-house-crack' => 'house-crack(building,devastation,disaster,earthquake,home,insurance)'), array('fas fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('far fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('fal fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('fas fa-house-fire' => 'house-fire(burn,emergency,home)'), array('far fa-house-fire' => 'house-fire(burn,emergency,home)'), array('fal fa-house-fire' => 'house-fire(burn,emergency,home)'), array('fas fa-house-flag' => 'house-flag(camp,home)'), array('far fa-house-flag' => 'house-flag(camp,home)'), array('fal fa-house-flag' => 'house-flag(camp,home)'), array('fas fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('far fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('fal fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('fas fa-house-medical' => 'house-medical(covid-19,doctor,facility,general practitioner,health,hospital,infirmary,medicine,office,outpatient)'), array('far fa-house-medical' => 'house-medical(covid-19,doctor,facility,general practitioner,health,hospital,infirmary,medicine,office,outpatient)'), array('fal fa-house-medical' => 'house-medical(covid-19,doctor,facility,general practitioner,health,hospital,infirmary,medicine,office,outpatient)'), array('fas fa-house-medical-circle-check' => 'house-medical-circle-check(clinic,enable,hospital,not affected,ok,okay,validate,working)'), array('far fa-house-medical-circle-check' => 'house-medical-circle-check(clinic,enable,hospital,not affected,ok,okay,validate,working)'), array('fal fa-house-medical-circle-check' => 'house-medical-circle-check(clinic,enable,hospital,not affected,ok,okay,validate,working)'), array('fas fa-house-medical-circle-exclamation' => 'house-medical-circle-exclamation(affected,clinic,failed,hospital)'), array('far fa-house-medical-circle-exclamation' => 'house-medical-circle-exclamation(affected,clinic,failed,hospital)'), array('fal fa-house-medical-circle-exclamation' => 'house-medical-circle-exclamation(affected,clinic,failed,hospital)'), array('fas fa-house-medical-circle-xmark' => 'house-medical-circle-xmark(clinic,destroy,hospital,uncheck)'), array('far fa-house-medical-circle-xmark' => 'house-medical-circle-xmark(clinic,destroy,hospital,uncheck)'), array('fal fa-house-medical-circle-xmark' => 'house-medical-circle-xmark(clinic,destroy,hospital,uncheck)'), array('fas fa-house-medical-flag' => 'house-medical-flag(clinic,hospital,mash)'), array('far fa-house-medical-flag' => 'house-medical-flag(clinic,hospital,mash)'), array('fal fa-house-medical-flag' => 'house-medical-flag(clinic,hospital,mash)'), array('fas fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('far fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('fal fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('fas fa-house-tree' => 'house-tree(abode,city,garden,home,house,house with garden,residence,suburbs,urban)'), array('far fa-house-tree' => 'house-tree(abode,city,garden,home,house,house with garden,residence,suburbs,urban)'), array('fal fa-house-tree' => 'house-tree(abode,city,garden,home,house,house with garden,residence,suburbs,urban)'), array('fas fa-house-turret' => 'house-turret(castle,fortress,hideout,palace)'), array('far fa-house-turret' => 'house-turret(castle,fortress,hideout,palace)'), array('fal fa-house-turret' => 'house-turret(castle,fortress,hideout,palace)'), array('fas fa-house-water' => 'house-water(building,devastation,disaster,flood,home,insurance,water)'), array('far fa-house-water' => 'house-water(building,devastation,disaster,flood,home,insurance,water)'), array('fal fa-house-water' => 'house-water(building,devastation,disaster,flood,home,insurance,water)'), array('fas fa-house-window' => 'house-window(abode,building,family,home,residence)'), array('far fa-house-window' => 'house-window(abode,building,family,home,residence)'), array('fal fa-house-window' => 'house-window(abode,building,family,home,residence)'), array('fas fa-igloo' => 'igloo(dome,dwelling,eskimo,home,house,ice,snow)'), array('far fa-igloo' => 'igloo(dome,dwelling,eskimo,home,house,ice,snow)'), array('fal fa-igloo' => 'igloo(dome,dwelling,eskimo,home,house,ice,snow)'), array('fas fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('far fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('fal fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('fas fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('far fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('fal fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('fas fa-kaaba' => 'kaaba(Muslim,building,cube,islam,kaaba,muslim,religion)'), array('far fa-kaaba' => 'kaaba(Muslim,building,cube,islam,kaaba,muslim,religion)'), array('fal fa-kaaba' => 'kaaba(Muslim,building,cube,islam,kaaba,muslim,religion)'), array('fas fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('far fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('fal fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('fas fa-landmark-dome' => 'landmark-dome(building,historic,memorable,monument,politics)'), array('far fa-landmark-dome' => 'landmark-dome(building,historic,memorable,monument,politics)'), array('fal fa-landmark-dome' => 'landmark-dome(building,historic,memorable,monument,politics)'), array('fas fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('far fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('fal fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('fas fa-landmark-magnifying-glass' => 'landmark-magnifying-glass( classical, find, historic, memorable, monument, museum, politics, records,building,preservation,preserve,search,society)'), array('far fa-landmark-magnifying-glass' => 'landmark-magnifying-glass( classical, find, historic, memorable, monument, museum, politics, records,building,preservation,preserve,search,society)'), array('fal fa-landmark-magnifying-glass' => 'landmark-magnifying-glass( classical, find, historic, memorable, monument, museum, politics, records,building,preservation,preserve,search,society)'), array('fas fa-lighthouse' => 'lighthouse( alert, breakwater, cove, ship, tower, warning,beacon)'), array('far fa-lighthouse' => 'lighthouse( alert, breakwater, cove, ship, tower, warning,beacon)'), array('fal fa-lighthouse' => 'lighthouse( alert, breakwater, cove, ship, tower, warning,beacon)'), array('fas fa-monument' => 'monument(building,historic,landmark,memorable)'), array('far fa-monument' => 'monument(building,historic,landmark,memorable)'), array('fal fa-monument' => 'monument(building,historic,landmark,memorable)'), array('fas fa-mosque' => 'mosque(Muslim,building,islam,landmark,mosque,muslim,religion)'), array('far fa-mosque' => 'mosque(Muslim,building,islam,landmark,mosque,muslim,religion)'), array('fal fa-mosque' => 'mosque(Muslim,building,islam,landmark,mosque,muslim,religion)'), array('fas fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('far fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('fal fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('fas fa-oil-well' => 'oil-well(drill,oil,rig)'), array('far fa-oil-well' => 'oil-well(drill,oil,rig)'), array('fal fa-oil-well' => 'oil-well(drill,oil,rig)'), array('fas fa-place-of-worship' => 'place-of-worship(building,church,holy,mosque,synagogue)'), array('far fa-place-of-worship' => 'place-of-worship(building,church,holy,mosque,synagogue)'), array('fal fa-place-of-worship' => 'place-of-worship(building,church,holy,mosque,synagogue)'), array('fas fa-roller-coaster' => 'roller-coaster(amusement park,coaster,fair,ride,roller,roller coaster,theme park)'), array('far fa-roller-coaster' => 'roller-coaster(amusement park,coaster,fair,ride,roller,roller coaster,theme park)'), array('fal fa-roller-coaster' => 'roller-coaster(amusement park,coaster,fair,ride,roller,roller coaster,theme park)'), array('fas fa-school' => 'school(building,education,learn,school,student,teacher)'), array('far fa-school' => 'school(building,education,learn,school,student,teacher)'), array('fal fa-school' => 'school(building,education,learn,school,student,teacher)'), array('fas fa-school-circle-check' => 'school-circle-check(enable,not affected,ok,okay,schoolhouse,validate,working)'), array('far fa-school-circle-check' => 'school-circle-check(enable,not affected,ok,okay,schoolhouse,validate,working)'), array('fal fa-school-circle-check' => 'school-circle-check(enable,not affected,ok,okay,schoolhouse,validate,working)'), array('fas fa-school-circle-exclamation' => 'school-circle-exclamation(affected,failed,schoolhouse)'), array('far fa-school-circle-exclamation' => 'school-circle-exclamation(affected,failed,schoolhouse)'), array('fal fa-school-circle-exclamation' => 'school-circle-exclamation(affected,failed,schoolhouse)'), array('fas fa-school-circle-xmark' => 'school-circle-xmark(destroy,schoolhouse,uncheck)'), array('far fa-school-circle-xmark' => 'school-circle-xmark(destroy,schoolhouse,uncheck)'), array('fal fa-school-circle-xmark' => 'school-circle-xmark(destroy,schoolhouse,uncheck)'), array('fas fa-school-flag' => 'school-flag(educate,flag,school,schoolhouse)'), array('far fa-school-flag' => 'school-flag(educate,flag,school,schoolhouse)'), array('fal fa-school-flag' => 'school-flag(educate,flag,school,schoolhouse)'), array('fas fa-school-lock' => 'school-lock(closed,lockdown,padlock,privacy,quarantine,schoolhouse)'), array('far fa-school-lock' => 'school-lock(closed,lockdown,padlock,privacy,quarantine,schoolhouse)'), array('fal fa-school-lock' => 'school-lock(closed,lockdown,padlock,privacy,quarantine,schoolhouse)'), array('fas fa-shop' => 'shop(bodega,building,buy,market,purchase,shopping,store)'), array('far fa-shop' => 'shop(bodega,building,buy,market,purchase,shopping,store)'), array('fal fa-shop' => 'shop(bodega,building,buy,market,purchase,shopping,store)'), array('fas fa-shop-lock' => 'shop-lock(bodega,building,buy,closed,lock,lockdown,market,padlock,privacy,purchase,quarantine,shop,shopping,store)'), array('far fa-shop-lock' => 'shop-lock(bodega,building,buy,closed,lock,lockdown,market,padlock,privacy,purchase,quarantine,shop,shopping,store)'), array('fal fa-shop-lock' => 'shop-lock(bodega,building,buy,closed,lock,lockdown,market,padlock,privacy,purchase,quarantine,shop,shopping,store)'), array('fas fa-store' => 'store(bodega,building,buy,market,purchase,shopping,store)'), array('far fa-store' => 'store(bodega,building,buy,market,purchase,shopping,store)'), array('fal fa-store' => 'store(bodega,building,buy,market,purchase,shopping,store)'), array('fas fa-store-lock' => 'store-lock(buy,lock,padlock,privacy,purchase,shop,store)'), array('far fa-store-lock' => 'store-lock(buy,lock,padlock,privacy,purchase,shop,store)'), array('fal fa-store-lock' => 'store-lock(buy,lock,padlock,privacy,purchase,shop,store)'), array('fas fa-synagogue' => 'synagogue(Jew,Jewish,building,jewish,judaism,religion,star of david,synagogue,temple)'), array('far fa-synagogue' => 'synagogue(Jew,Jewish,building,jewish,judaism,religion,star of david,synagogue,temple)'), array('fal fa-synagogue' => 'synagogue(Jew,Jewish,building,jewish,judaism,religion,star of david,synagogue,temple)'), array('fas fa-tent' => 'tent(bivouac,campground,campsite,refugee,shelter,tent)'), array('far fa-tent' => 'tent(bivouac,campground,campsite,refugee,shelter,tent)'), array('fal fa-tent' => 'tent(bivouac,campground,campsite,refugee,shelter,tent)'), array('fas fa-tent-arrow-down-to-line' => 'tent-arrow-down-to-line( bivouac, campground, refugee, shelter, tent,campsite,permanent,refugee,shelter)'), array('far fa-tent-arrow-down-to-line' => 'tent-arrow-down-to-line( bivouac, campground, refugee, shelter, tent,campsite,permanent,refugee,shelter)'), array('fal fa-tent-arrow-down-to-line' => 'tent-arrow-down-to-line( bivouac, campground, refugee, shelter, tent,campsite,permanent,refugee,shelter)'), array('fas fa-tent-arrow-left-right' => 'tent-arrow-left-right( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,transition)'), array('far fa-tent-arrow-left-right' => 'tent-arrow-left-right( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,transition)'), array('fal fa-tent-arrow-left-right' => 'tent-arrow-left-right( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,transition)'), array('fas fa-tent-arrow-turn-left' => 'tent-arrow-turn-left( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,temporary)'), array('far fa-tent-arrow-turn-left' => 'tent-arrow-turn-left( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,temporary)'), array('fal fa-tent-arrow-turn-left' => 'tent-arrow-turn-left( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,temporary)'), array('fas fa-tent-arrows-down' => 'tent-arrows-down( bivouac, campground, refugee, shelter, tent,campsite,insert,refugee,shelter,spontaneous)'), array('far fa-tent-arrows-down' => 'tent-arrows-down( bivouac, campground, refugee, shelter, tent,campsite,insert,refugee,shelter,spontaneous)'), array('fal fa-tent-arrows-down' => 'tent-arrows-down( bivouac, campground, refugee, shelter, tent,campsite,insert,refugee,shelter,spontaneous)'), array('fas fa-tent-double-peak' => 'tent-double-peak( campground, refugee, shelter, tent,big top,bivouac,camp,campsite,carnival,circus)'), array('far fa-tent-double-peak' => 'tent-double-peak( campground, refugee, shelter, tent,big top,bivouac,camp,campsite,carnival,circus)'), array('fal fa-tent-double-peak' => 'tent-double-peak( campground, refugee, shelter, tent,big top,bivouac,camp,campsite,carnival,circus)'), array('fas fa-tents' => 'tents( bivouac, campground, refugee, shelter, tent,bivouac,campground,campsite,refugee,shelter,tent)'), array('far fa-tents' => 'tents( bivouac, campground, refugee, shelter, tent,bivouac,campground,campsite,refugee,shelter,tent)'), array('fal fa-tents' => 'tents( bivouac, campground, refugee, shelter, tent,bivouac,campground,campsite,refugee,shelter,tent)'), array('fas fa-toilet-portable' => 'toilet-portable(outhouse,toilet)'), array('far fa-toilet-portable' => 'toilet-portable(outhouse,toilet)'), array('fal fa-toilet-portable' => 'toilet-portable(outhouse,toilet)'), array('fas fa-toilets-portable' => 'toilets-portable(outhouse,toilet)'), array('far fa-toilets-portable' => 'toilets-portable(outhouse,toilet)'), array('fal fa-toilets-portable' => 'toilets-portable(outhouse,toilet)'), array('fas fa-torii-gate' => 'torii-gate(building,religion,shinto,shinto shrine,shintoism,shrine)'), array('far fa-torii-gate' => 'torii-gate(building,religion,shinto,shinto shrine,shintoism,shrine)'), array('fal fa-torii-gate' => 'torii-gate(building,religion,shinto,shinto shrine,shintoism,shrine)'), array('fas fa-tower-observation' => 'tower-observation(fire tower,view)'), array('far fa-tower-observation' => 'tower-observation(fire tower,view)'), array('fal fa-tower-observation' => 'tower-observation(fire tower,view)'), array('fas fa-tree-city' => 'tree-city(building,city,urban)'), array('far fa-tree-city' => 'tree-city(building,city,urban)'), array('fal fa-tree-city' => 'tree-city(building,city,urban)'), array('fas fa-vihara' => 'vihara(buddhism,buddhist,building,monastery)'), array('far fa-vihara' => 'vihara(buddhism,buddhist,building,monastery)'), array('fal fa-vihara' => 'vihara(buddhism,buddhist,building,monastery)'), array('fas fa-warehouse' => 'warehouse(building,capacity,garage,inventory,storage)'), array('far fa-warehouse' => 'warehouse(building,capacity,garage,inventory,storage)'), array('fal fa-warehouse' => 'warehouse(building,capacity,garage,inventory,storage)'), array('fas fa-warehouse-full' => 'warehouse-full(building,capacity,garage,inventory,storage)'), array('far fa-warehouse-full' => 'warehouse-full(building,capacity,garage,inventory,storage)'), array('fal fa-warehouse-full' => 'warehouse-full(building,capacity,garage,inventory,storage)'), ), 'Transportation' => array( array('fab fa-accessible-icon' => 'accessible-icon(accessibility,disabled,handicap,person,uer,wheelchair,wheelchair-alt)'), array('fas fa-baby-carriage' => 'baby-carriage(buggy,carrier,infant,push,stroller,transportation,walk,wheels)'), array('far fa-baby-carriage' => 'baby-carriage(buggy,carrier,infant,push,stroller,transportation,walk,wheels)'), array('fal fa-baby-carriage' => 'baby-carriage(buggy,carrier,infant,push,stroller,transportation,walk,wheels)'), array('fas fa-bicycle' => 'bicycle(bicycle,bike,gears,pedal,transportation,vehicle)'), array('far fa-bicycle' => 'bicycle(bicycle,bike,gears,pedal,transportation,vehicle)'), array('fal fa-bicycle' => 'bicycle(bicycle,bike,gears,pedal,transportation,vehicle)'), array('fas fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('far fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('fal fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('fas fa-bulldozer' => 'bulldozer( earth, mover,dirt)'), array('far fa-bulldozer' => 'bulldozer( earth, mover,dirt)'), array('fal fa-bulldozer' => 'bulldozer( earth, mover,dirt)'), array('fas fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('far fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('fal fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('fas fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('far fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('fal fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('fas fa-cable-car' => 'cable-car(aerial tramway,cable,gondola,lift,mountain,mountain cableway,tram,tramway,trolley)'), array('far fa-cable-car' => 'cable-car(aerial tramway,cable,gondola,lift,mountain,mountain cableway,tram,tramway,trolley)'), array('fal fa-cable-car' => 'cable-car(aerial tramway,cable,gondola,lift,mountain,mountain cableway,tram,tramway,trolley)'), array('fas fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('far fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fal fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fas fa-car-bolt' => 'car-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('far fa-car-bolt' => 'car-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fal fa-car-bolt' => 'car-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fas fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('far fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('fal fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('fas fa-car-bump' => 'car-bump(auto,automobile,off-road,sedan,transportation,vehicle)'), array('far fa-car-bump' => 'car-bump(auto,automobile,off-road,sedan,transportation,vehicle)'), array('fal fa-car-bump' => 'car-bump(auto,automobile,off-road,sedan,transportation,vehicle)'), array('fas fa-car-burst' => 'car-burst(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('far fa-car-burst' => 'car-burst(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('fal fa-car-burst' => 'car-burst(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('fas fa-car-bus' => 'car-bus(directions,ground transportation,map,transportation,travel)'), array('far fa-car-bus' => 'car-bus(directions,ground transportation,map,transportation,travel)'), array('fal fa-car-bus' => 'car-bus(directions,ground transportation,map,transportation,travel)'), array('fas fa-car-circle-bolt' => 'car-circle-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('far fa-car-circle-bolt' => 'car-circle-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fal fa-car-circle-bolt' => 'car-circle-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fas fa-car-rear' => 'car-rear(auto,automobile,sedan,transportation,travel,vehicle)'), array('far fa-car-rear' => 'car-rear(auto,automobile,sedan,transportation,travel,vehicle)'), array('fal fa-car-rear' => 'car-rear(auto,automobile,sedan,transportation,travel,vehicle)'), array('fas fa-car-side' => 'car-side(auto,automobile,car,sedan,transportation,travel,vehicle)'), array('far fa-car-side' => 'car-side(auto,automobile,car,sedan,transportation,travel,vehicle)'), array('fal fa-car-side' => 'car-side(auto,automobile,car,sedan,transportation,travel,vehicle)'), array('fas fa-car-side-bolt' => 'car-side-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('far fa-car-side-bolt' => 'car-side-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fal fa-car-side-bolt' => 'car-side-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fas fa-car-tilt' => 'car-tilt(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('far fa-car-tilt' => 'car-tilt(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('fal fa-car-tilt' => 'car-tilt(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('fas fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('far fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('fal fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('fas fa-cars' => 'cars(automobiles,autos,transportation,travel)'), array('far fa-cars' => 'cars(automobiles,autos,transportation,travel)'), array('fal fa-cars' => 'cars(automobiles,autos,transportation,travel)'), array('fas fa-cart-shopping' => 'cart-shopping(buy,cart,checkout,grocery,payment,purchase,shopping,shopping cart,trolley)'), array('far fa-cart-shopping' => 'cart-shopping(buy,cart,checkout,grocery,payment,purchase,shopping,shopping cart,trolley)'), array('fal fa-cart-shopping' => 'cart-shopping(buy,cart,checkout,grocery,payment,purchase,shopping,shopping cart,trolley)'), array('fas fa-drone' => 'drone(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('far fa-drone' => 'drone(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fal fa-drone' => 'drone(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fas fa-drone-front' => 'drone-front(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('far fa-drone-front' => 'drone-front(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fal fa-drone-front' => 'drone-front(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fas fa-excavator' => 'excavator( dig, earth,construction,digger,dirt)'), array('far fa-excavator' => 'excavator( dig, earth,construction,digger,dirt)'), array('fal fa-excavator' => 'excavator( dig, earth,construction,digger,dirt)'), array('fas fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('far fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('fal fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('fas fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('far fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fal fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fas fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('far fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('fal fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('fas fa-horse' => 'horse(equestrian,equus,fauna,horse,mammmal,mare,neigh,pony,racehorse,racing)'), array('far fa-horse' => 'horse(equestrian,equus,fauna,horse,mammmal,mare,neigh,pony,racehorse,racing)'), array('fal fa-horse' => 'horse(equestrian,equus,fauna,horse,mammmal,mare,neigh,pony,racehorse,racing)'), array('fas fa-horse-saddle' => 'horse-saddle(cowboy,equus,fauna,mammmal,mare,neigh,pony,rodeo,western)'), array('far fa-horse-saddle' => 'horse-saddle(cowboy,equus,fauna,mammmal,mare,neigh,pony,rodeo,western)'), array('fal fa-horse-saddle' => 'horse-saddle(cowboy,equus,fauna,mammmal,mare,neigh,pony,rodeo,western)'), array('fas fa-jet-fighter' => 'jet-fighter(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('far fa-jet-fighter' => 'jet-fighter(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('fal fa-jet-fighter' => 'jet-fighter(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('fas fa-jet-fighter-up' => 'jet-fighter-up(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('far fa-jet-fighter-up' => 'jet-fighter-up(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('fal fa-jet-fighter-up' => 'jet-fighter-up(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('fas fa-moped' => 'moped(delivery,motorbike,scooter)'), array('far fa-moped' => 'moped(delivery,motorbike,scooter)'), array('fal fa-moped' => 'moped(delivery,motorbike,scooter)'), array('fas fa-motorcycle' => 'motorcycle(bike,machine,motorcycle,racing,transportation,vehicle)'), array('far fa-motorcycle' => 'motorcycle(bike,machine,motorcycle,racing,transportation,vehicle)'), array('fal fa-motorcycle' => 'motorcycle(bike,machine,motorcycle,racing,transportation,vehicle)'), array('fas fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('far fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('fal fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('fas fa-paper-plane' => 'paper-plane(air,float,fold,mail,paper,send)'), array('far fa-paper-plane' => 'paper-plane(air,float,fold,mail,paper,send)'), array('fal fa-paper-plane' => 'paper-plane(air,float,fold,mail,paper,send)'), array('fas fa-pegasus' => 'pegasus(fantasy,horse,unicorn,wings)'), array('far fa-pegasus' => 'pegasus(fantasy,horse,unicorn,wings)'), array('fal fa-pegasus' => 'pegasus(fantasy,horse,unicorn,wings)'), array('fas fa-person-ski-lift' => 'person-ski-lift(mountain,skiing,uer,winter)'), array('far fa-person-ski-lift' => 'person-ski-lift(mountain,skiing,uer,winter)'), array('fal fa-person-ski-lift' => 'person-ski-lift(mountain,skiing,uer,winter)'), array('fas fa-person-snowmobiling' => 'person-snowmobiling(snowmobile,uer,winter)'), array('far fa-person-snowmobiling' => 'person-snowmobiling(snowmobile,uer,winter)'), array('fal fa-person-snowmobiling' => 'person-snowmobiling(snowmobile,uer,winter)'), array('fas fa-plane' => 'plane(airplane,airport,destination,fly,location,mode,travel,trip)'), array('far fa-plane' => 'plane(airplane,airport,destination,fly,location,mode,travel,trip)'), array('fal fa-plane' => 'plane(airplane,airport,destination,fly,location,mode,travel,trip)'), array('fas fa-plane-engines' => 'plane-engines(aeroplane,airplane,airport,destination,fly,location,mode,travel,trip)'), array('far fa-plane-engines' => 'plane-engines(aeroplane,airplane,airport,destination,fly,location,mode,travel,trip)'), array('fal fa-plane-engines' => 'plane-engines(aeroplane,airplane,airport,destination,fly,location,mode,travel,trip)'), array('fas fa-plane-prop' => 'plane-prop(aeroplane,airplane,airport,fly,sky,small airplane)'), array('far fa-plane-prop' => 'plane-prop(aeroplane,airplane,airport,fly,sky,small airplane)'), array('fal fa-plane-prop' => 'plane-prop(aeroplane,airplane,airport,fly,sky,small airplane)'), array('fas fa-plane-slash' => 'plane-slash(airplane mode,airport,canceled,covid-19,delayed,disabled,grounded,travel)'), array('far fa-plane-slash' => 'plane-slash(airplane mode,airport,canceled,covid-19,delayed,disabled,grounded,travel)'), array('fal fa-plane-slash' => 'plane-slash(airplane mode,airport,canceled,covid-19,delayed,disabled,grounded,travel)'), array('fas fa-plane-tail' => 'plane-tail(airplane,airport,fly,sky)'), array('far fa-plane-tail' => 'plane-tail(airplane,airport,fly,sky)'), array('fal fa-plane-tail' => 'plane-tail(airplane,airport,fly,sky)'), array('fas fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('far fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('fal fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('fas fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('far fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('fal fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('fas fa-road-barrier' => 'road-barrier(block,border,no entry,roadblock)'), array('far fa-road-barrier' => 'road-barrier(block,border,no entry,roadblock)'), array('fal fa-road-barrier' => 'road-barrier(block,border,no entry,roadblock)'), array('fas fa-road-spikes' => 'road-spikes(barrier,roadblock,spikes)'), array('far fa-road-spikes' => 'road-spikes(barrier,roadblock,spikes)'), array('fal fa-road-spikes' => 'road-spikes(barrier,roadblock,spikes)'), array('fas fa-robot-astromech' => 'robot-astromech(artoo,beep,droid,gps,mechanic,r2d2,star wars)'), array('far fa-robot-astromech' => 'robot-astromech(artoo,beep,droid,gps,mechanic,r2d2,star wars)'), array('fal fa-robot-astromech' => 'robot-astromech(artoo,beep,droid,gps,mechanic,r2d2,star wars)'), array('fas fa-rocket' => 'rocket(aircraft,app,jet,launch,nasa,space)'), array('far fa-rocket' => 'rocket(aircraft,app,jet,launch,nasa,space)'), array('fal fa-rocket' => 'rocket(aircraft,app,jet,launch,nasa,space)'), array('fas fa-rocket-launch' => 'rocket-launch(aircraft,app,ignition,jet,launch,nasa,rocket,space,thrusters)'), array('far fa-rocket-launch' => 'rocket-launch(aircraft,app,ignition,jet,launch,nasa,rocket,space,thrusters)'), array('fal fa-rocket-launch' => 'rocket-launch(aircraft,app,ignition,jet,launch,nasa,rocket,space,thrusters)'), array('fas fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('far fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('fal fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('fas fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('far fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('fal fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('fas fa-seat-airline' => 'seat-airline(airplane,chair,recline,seat)'), array('far fa-seat-airline' => 'seat-airline(airplane,chair,recline,seat)'), array('fal fa-seat-airline' => 'seat-airline(airplane,chair,recline,seat)'), array('fas fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('far fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('fal fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('fas fa-shuttle-space' => 'shuttle-space(astronaut,machine,nasa,rocket,space,transportation)'), array('far fa-shuttle-space' => 'shuttle-space(astronaut,machine,nasa,rocket,space,transportation)'), array('fal fa-shuttle-space' => 'shuttle-space(astronaut,machine,nasa,rocket,space,transportation)'), array('fas fa-sleigh' => 'sleigh(christmas,claus,fly,holiday,santa,sled,snow,xmas)'), array('far fa-sleigh' => 'sleigh(christmas,claus,fly,holiday,santa,sled,snow,xmas)'), array('fal fa-sleigh' => 'sleigh(christmas,claus,fly,holiday,santa,sled,snow,xmas)'), array('fas fa-snowplow' => 'snowplow(clean up,cold,road,storm,winter)'), array('far fa-snowplow' => 'snowplow(clean up,cold,road,storm,winter)'), array('fal fa-snowplow' => 'snowplow(clean up,cold,road,storm,winter)'), array('fas fa-starfighter' => 'starfighter(luke skywalker,rebel,spaceship,star wars,x-wing)'), array('far fa-starfighter' => 'starfighter(luke skywalker,rebel,spaceship,star wars,x-wing)'), array('fal fa-starfighter' => 'starfighter(luke skywalker,rebel,spaceship,star wars,x-wing)'), array('fas fa-starfighter-twin-ion-engine' => 'starfighter-twin-ion-engine(darth vader,empire,spaceship,star wars,tie fighter)'), array('far fa-starfighter-twin-ion-engine' => 'starfighter-twin-ion-engine(darth vader,empire,spaceship,star wars,tie fighter)'), array('fal fa-starfighter-twin-ion-engine' => 'starfighter-twin-ion-engine(darth vader,empire,spaceship,star wars,tie fighter)'), array('fas fa-starfighter-twin-ion-engine-advanced' => 'starfighter-twin-ion-engine-advanced(empire,tie fighter)'), array('far fa-starfighter-twin-ion-engine-advanced' => 'starfighter-twin-ion-engine-advanced(empire,tie fighter)'), array('fal fa-starfighter-twin-ion-engine-advanced' => 'starfighter-twin-ion-engine-advanced(empire,tie fighter)'), array('fas fa-starship' => 'starship(engage,enterprise,james t kirk,jean-luc picard,make it so,ncc-1701,spacecraft,spaceship,star trek)'), array('far fa-starship' => 'starship(engage,enterprise,james t kirk,jean-luc picard,make it so,ncc-1701,spacecraft,spaceship,star trek)'), array('fal fa-starship' => 'starship(engage,enterprise,james t kirk,jean-luc picard,make it so,ncc-1701,spacecraft,spaceship,star trek)'), array('fas fa-starship-freighter' => 'starship-freighter(chewbacca,han solo,millenium falcon,rebel,spaceship,star wars,yt-1300)'), array('far fa-starship-freighter' => 'starship-freighter(chewbacca,han solo,millenium falcon,rebel,spaceship,star wars,yt-1300)'), array('fal fa-starship-freighter' => 'starship-freighter(chewbacca,han solo,millenium falcon,rebel,spaceship,star wars,yt-1300)'), array('fas fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('far fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('fal fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('fas fa-taxi-bus' => 'taxi-bus(bus,cab,coach,hack,motorbus,public transportation,taxicab)'), array('far fa-taxi-bus' => 'taxi-bus(bus,cab,coach,hack,motorbus,public transportation,taxicab)'), array('fal fa-taxi-bus' => 'taxi-bus(bus,cab,coach,hack,motorbus,public transportation,taxicab)'), array('fas fa-tower-control' => 'tower-control(air traffic control,airplane,airport)'), array('far fa-tower-control' => 'tower-control(air traffic control,airplane,airport)'), array('fal fa-tower-control' => 'tower-control(air traffic control,airplane,airport)'), array('fas fa-tractor' => 'tractor(agriculture,farm,tractor,vehicle)'), array('far fa-tractor' => 'tractor(agriculture,farm,tractor,vehicle)'), array('fal fa-tractor' => 'tractor(agriculture,farm,tractor,vehicle)'), array('fas fa-train' => 'train(bullet,commute,locomotive,railway,subway,train)'), array('far fa-train' => 'train(bullet,commute,locomotive,railway,subway,train)'), array('fal fa-train' => 'train(bullet,commute,locomotive,railway,subway,train)'), array('fas fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('far fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('fal fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('fas fa-train-subway-tunnel' => 'train-subway-tunnel(metro,rail,railroad,railway,subway,train,tunnel)'), array('far fa-train-subway-tunnel' => 'train-subway-tunnel(metro,rail,railroad,railway,subway,train,tunnel)'), array('fal fa-train-subway-tunnel' => 'train-subway-tunnel(metro,rail,railroad,railway,subway,train,tunnel)'), array('fas fa-train-track' => 'train-track(rail,railroad,tracks,train)'), array('far fa-train-track' => 'train-track(rail,railroad,tracks,train)'), array('fal fa-train-track' => 'train-track(rail,railroad,tracks,train)'), array('fas fa-train-tram' => 'train-tram(crossing,machine,mountains,seasonal,tram,transportation,trolleybus)'), array('far fa-train-tram' => 'train-tram(crossing,machine,mountains,seasonal,tram,transportation,trolleybus)'), array('fal fa-train-tram' => 'train-tram(crossing,machine,mountains,seasonal,tram,transportation,trolleybus)'), array('fas fa-train-tunnel' => 'train-tunnel(rail,subway,tracks,train,tunnel)'), array('far fa-train-tunnel' => 'train-tunnel(rail,subway,tracks,train,tunnel)'), array('fal fa-train-tunnel' => 'train-tunnel(rail,subway,tracks,train,tunnel)'), array('fas fa-tricycle' => 'tricycle(bicycle,bike,peddle,ride,trike)'), array('far fa-tricycle' => 'tricycle(bicycle,bike,peddle,ride,trike)'), array('fal fa-tricycle' => 'tricycle(bicycle,bike,peddle,ride,trike)'), array('fas fa-tricycle-adult' => 'tricycle-adult(adaptive,bicycle,bike,peddle,seat,trike)'), array('far fa-tricycle-adult' => 'tricycle-adult(adaptive,bicycle,bike,peddle,seat,trike)'), array('fal fa-tricycle-adult' => 'tricycle-adult(adaptive,bicycle,bike,peddle,seat,trike)'), array('fas fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('far fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fal fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fas fa-truck-arrow-right' => 'truck-arrow-right(access,fast,shipping,transport)'), array('far fa-truck-arrow-right' => 'truck-arrow-right(access,fast,shipping,transport)'), array('fal fa-truck-arrow-right' => 'truck-arrow-right(access,fast,shipping,transport)'), array('fas fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('far fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('fal fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('fas fa-truck-container-empty' => 'truck-container-empty(container,flatbed,shipping)'), array('far fa-truck-container-empty' => 'truck-container-empty(container,flatbed,shipping)'), array('fal fa-truck-container-empty' => 'truck-container-empty(container,flatbed,shipping)'), array('fas fa-truck-droplet' => 'truck-droplet(blood,thirst,truck,water,water supply)'), array('far fa-truck-droplet' => 'truck-droplet(blood,thirst,truck,water,water supply)'), array('fal fa-truck-droplet' => 'truck-droplet(blood,thirst,truck,water,water supply)'), array('fas fa-truck-field' => 'truck-field(supplies,truck)'), array('far fa-truck-field' => 'truck-field(supplies,truck)'), array('fal fa-truck-field' => 'truck-field(supplies,truck)'), array('fas fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('far fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('fal fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('fas fa-truck-fire' => 'truck-fire( Dalmatian, burning, emergency, engine, fight, hose, ladder, rescue,arson,emt,fire,flame)'), array('far fa-truck-fire' => 'truck-fire( Dalmatian, burning, emergency, engine, fight, hose, ladder, rescue,arson,emt,fire,flame)'), array('fal fa-truck-fire' => 'truck-fire( Dalmatian, burning, emergency, engine, fight, hose, ladder, rescue,arson,emt,fire,flame)'), array('fas fa-truck-flatbed' => 'truck-flatbed(container,flatbed,shipping)'), array('far fa-truck-flatbed' => 'truck-flatbed(container,flatbed,shipping)'), array('fal fa-truck-flatbed' => 'truck-flatbed(container,flatbed,shipping)'), array('fas fa-truck-front' => 'truck-front(shuttle,truck,van)'), array('far fa-truck-front' => 'truck-front(shuttle,truck,van)'), array('fal fa-truck-front' => 'truck-front(shuttle,truck,van)'), array('fas fa-truck-ladder' => 'truck-ladder( climb, pickup,ladder)'), array('far fa-truck-ladder' => 'truck-ladder( climb, pickup,ladder)'), array('fal fa-truck-ladder' => 'truck-ladder( climb, pickup,ladder)'), array('fas fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('far fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('fal fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('fas fa-truck-monster' => 'truck-monster(offroad,vehicle,wheel)'), array('far fa-truck-monster' => 'truck-monster(offroad,vehicle,wheel)'), array('fal fa-truck-monster' => 'truck-monster(offroad,vehicle,wheel)'), array('fas fa-truck-pickup' => 'truck-pickup(cargo,maintenance,pick-up,pickup,pickup truck,truck,vehicle)'), array('far fa-truck-pickup' => 'truck-pickup(cargo,maintenance,pick-up,pickup,pickup truck,truck,vehicle)'), array('fal fa-truck-pickup' => 'truck-pickup(cargo,maintenance,pick-up,pickup,pickup truck,truck,vehicle)'), array('fas fa-truck-plane' => 'truck-plane(airplane,plane,transportation,truck,vehicle)'), array('far fa-truck-plane' => 'truck-plane(airplane,plane,transportation,truck,vehicle)'), array('fal fa-truck-plane' => 'truck-plane(airplane,plane,transportation,truck,vehicle)'), array('fas fa-truck-plow' => 'truck-plow(clean up,cold,seasonal,snow,winter)'), array('far fa-truck-plow' => 'truck-plow(clean up,cold,seasonal,snow,winter)'), array('fal fa-truck-plow' => 'truck-plow(clean up,cold,seasonal,snow,winter)'), array('fas fa-truck-tow' => 'truck-tow(accident,assistance,help,tow)'), array('far fa-truck-tow' => 'truck-tow(accident,assistance,help,tow)'), array('fal fa-truck-tow' => 'truck-tow(accident,assistance,help,tow)'), array('fas fa-truck-utensils' => 'truck-utensils( cargo, delivery, delivery truck, shipping, truck, vehicle,cook,food,food truck,kitchen)'), array('far fa-truck-utensils' => 'truck-utensils( cargo, delivery, delivery truck, shipping, truck, vehicle,cook,food,food truck,kitchen)'), array('fal fa-truck-utensils' => 'truck-utensils( cargo, delivery, delivery truck, shipping, truck, vehicle,cook,food,food truck,kitchen)'), array('fas fa-ufo' => 'ufo(UFO,abduct,alien,extraterrestrial,flying saucer,space,spacecraft,spaceship,t-craft,travel,unidentified flying object)'), array('far fa-ufo' => 'ufo(UFO,abduct,alien,extraterrestrial,flying saucer,space,spacecraft,spaceship,t-craft,travel,unidentified flying object)'), array('fal fa-ufo' => 'ufo(UFO,abduct,alien,extraterrestrial,flying saucer,space,spacecraft,spaceship,t-craft,travel,unidentified flying object)'), array('fas fa-ufo-beam' => 'ufo-beam(abduct,alien,extraterrestrial,flying saucer,probe,space,spacecraft,spaceship,t-craft,tractor beam,travel,unidentified flying object)'), array('far fa-ufo-beam' => 'ufo-beam(abduct,alien,extraterrestrial,flying saucer,probe,space,spacecraft,spaceship,t-craft,tractor beam,travel,unidentified flying object)'), array('fal fa-ufo-beam' => 'ufo-beam(abduct,alien,extraterrestrial,flying saucer,probe,space,spacecraft,spaceship,t-craft,tractor beam,travel,unidentified flying object)'), array('fas fa-van-shuttle' => 'van-shuttle(airport,bus,machine,minibus,public-transportation,transportation,travel,vehicle)'), array('far fa-van-shuttle' => 'van-shuttle(airport,bus,machine,minibus,public-transportation,transportation,travel,vehicle)'), array('fal fa-van-shuttle' => 'van-shuttle(airport,bus,machine,minibus,public-transportation,transportation,travel,vehicle)'), array('fas fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('far fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fal fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fas fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('far fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('fal fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), ), 'Punctuation + Symbols' => array( array('fas fa-accent-grave' => 'accent-grave(Grave Accent,apostrophe,tick)'), array('far fa-accent-grave' => 'accent-grave(Grave Accent,apostrophe,tick)'), array('fal fa-accent-grave' => 'accent-grave(Grave Accent,apostrophe,tick)'), array('fas fa-alt' => 'alt(alternate,option)'), array('far fa-alt' => 'alt(alternate,option)'), array('fal fa-alt' => 'alt(alternate,option)'), array('fas fa-ampersand' => 'ampersand(Ampersand,and)'), array('far fa-ampersand' => 'ampersand(Ampersand,and)'), array('fal fa-ampersand' => 'ampersand(Ampersand,and)'), array('fas fa-apostrophe' => 'apostrophe(Apostrophe,comma,contraction,quote)'), array('far fa-apostrophe' => 'apostrophe(Apostrophe,comma,contraction,quote)'), array('fal fa-apostrophe' => 'apostrophe(Apostrophe,comma,contraction,quote)'), array('fas fa-asterisk' => 'asterisk(Asterisk,Heavy Asterisk,annotation,details,reference,required,star)'), array('far fa-asterisk' => 'asterisk(Asterisk,Heavy Asterisk,annotation,details,reference,required,star)'), array('fal fa-asterisk' => 'asterisk(Asterisk,Heavy Asterisk,annotation,details,reference,required,star)'), array('fas fa-at' => 'at(Commercial At,address,author,e-mail,email,fluctuate,handle)'), array('far fa-at' => 'at(Commercial At,address,author,e-mail,email,fluctuate,handle)'), array('fal fa-at' => 'at(Commercial At,address,author,e-mail,email,fluctuate,handle)'), array('fas fa-bracket-curly' => 'bracket-curly(Left Curly Bracket,braces,code)'), array('far fa-bracket-curly' => 'bracket-curly(Left Curly Bracket,braces,code)'), array('fal fa-bracket-curly' => 'bracket-curly(Left Curly Bracket,braces,code)'), array('fas fa-bracket-curly-right' => 'bracket-curly-right(Right Curly Bracket,braces,code)'), array('far fa-bracket-curly-right' => 'bracket-curly-right(Right Curly Bracket,braces,code)'), array('fal fa-bracket-curly-right' => 'bracket-curly-right(Right Curly Bracket,braces,code)'), array('fas fa-bracket-round' => 'bracket-round(Left Parenthesis,parentheses)'), array('far fa-bracket-round' => 'bracket-round(Left Parenthesis,parentheses)'), array('fal fa-bracket-round' => 'bracket-round(Left Parenthesis,parentheses)'), array('fas fa-bracket-round-right' => 'bracket-round-right(Right Parenthesis,parentheses)'), array('far fa-bracket-round-right' => 'bracket-round-right(Right Parenthesis,parentheses)'), array('fal fa-bracket-round-right' => 'bracket-round-right(Right Parenthesis,parentheses)'), array('fas fa-bracket-square' => 'bracket-square(Left Square Bracket,code,crotchets)'), array('far fa-bracket-square' => 'bracket-square(Left Square Bracket,code,crotchets)'), array('fal fa-bracket-square' => 'bracket-square(Left Square Bracket,code,crotchets)'), array('fas fa-bracket-square-right' => 'bracket-square-right(Right Square Bracket,code,crotchets)'), array('far fa-bracket-square-right' => 'bracket-square-right(Right Square Bracket,code,crotchets)'), array('fal fa-bracket-square-right' => 'bracket-square-right(Right Square Bracket,code,crotchets)'), array('fas fa-brackets-round' => 'brackets-round(parentheses)'), array('far fa-brackets-round' => 'brackets-round(parentheses)'), array('fal fa-brackets-round' => 'brackets-round(parentheses)'), array('fas fa-check' => 'check(Check Mark,accept,agree,check,check mark,checkmark,confirm,correct,coupon,done,enable,mark,notice,notification,notify,ok,select,success,tick,todo,true,validate,working,yes,✓)'), array('far fa-check' => 'check(Check Mark,accept,agree,check,check mark,checkmark,confirm,correct,coupon,done,enable,mark,notice,notification,notify,ok,select,success,tick,todo,true,validate,working,yes,✓)'), array('fal fa-check' => 'check(Check Mark,accept,agree,check,check mark,checkmark,confirm,correct,coupon,done,enable,mark,notice,notification,notify,ok,select,success,tick,todo,true,validate,working,yes,✓)'), array('fas fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('far fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('fal fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('fas fa-circle-ampersand' => 'circle-ampersand(and)'), array('far fa-circle-ampersand' => 'circle-ampersand(and)'), array('fal fa-circle-ampersand' => 'circle-ampersand(and)'), array('fas fa-circle-exclamation' => 'circle-exclamation(affect,alert,attention,damage,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('far fa-circle-exclamation' => 'circle-exclamation(affect,alert,attention,damage,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('fal fa-circle-exclamation' => 'circle-exclamation(affect,alert,attention,damage,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('fas fa-circle-question' => 'circle-question(faq,help,information,support,unknown)'), array('far fa-circle-question' => 'circle-question(faq,help,information,support,unknown)'), array('fal fa-circle-question' => 'circle-question(faq,help,information,support,unknown)'), array('fas fa-colon' => 'colon(Colon,clause,dots)'), array('far fa-colon' => 'colon(Colon,clause,dots)'), array('fal fa-colon' => 'colon(Colon,clause,dots)'), array('fas fa-comma' => 'comma(Comma,interval,punctuation)'), array('far fa-comma' => 'comma(Comma,interval,punctuation)'), array('fal fa-comma' => 'comma(Comma,interval,punctuation)'), array('fas fa-corner' => 'corner(Not Sign,angle,not)'), array('far fa-corner' => 'corner(Not Sign,angle,not)'), array('fal fa-corner' => 'corner(Not Sign,angle,not)'), array('fas fa-dash' => 'dash(Em Dash,Minus Sign,collapse,delete,hide,horizontal rule,hyphen,line,math,minify,minus,negative,remove,sign,trash,−)'), array('far fa-dash' => 'dash(Em Dash,Minus Sign,collapse,delete,hide,horizontal rule,hyphen,line,math,minify,minus,negative,remove,sign,trash,−)'), array('fal fa-dash' => 'dash(Em Dash,Minus Sign,collapse,delete,hide,horizontal rule,hyphen,line,math,minify,minus,negative,remove,sign,trash,−)'), array('fas fa-ditto' => 'ditto(Quotation Mark,inch,quotation,quote)'), array('far fa-ditto' => 'ditto(Quotation Mark,inch,quotation,quote)'), array('fal fa-ditto' => 'ditto(Quotation Mark,inch,quotation,quote)'), array('fas fa-equals' => 'equals(Equals Sign,arithmetic,even,match,math)'), array('far fa-equals' => 'equals(Equals Sign,arithmetic,even,match,math)'), array('fal fa-equals' => 'equals(Equals Sign,arithmetic,even,match,math)'), array('fas fa-exclamation' => 'exclamation(!,Exclamation Mark,alert,attention,danger,error,exclamation,failed,important,mark,notice,notification,notify,outlined,problem,punctuation,red exclamation mark,required,warning,white exclamation mark)'), array('far fa-exclamation' => 'exclamation(!,Exclamation Mark,alert,attention,danger,error,exclamation,failed,important,mark,notice,notification,notify,outlined,problem,punctuation,red exclamation mark,required,warning,white exclamation mark)'), array('fal fa-exclamation' => 'exclamation(!,Exclamation Mark,alert,attention,danger,error,exclamation,failed,important,mark,notice,notification,notify,outlined,problem,punctuation,red exclamation mark,required,warning,white exclamation mark)'), array('fas fa-greater-than' => 'greater-than(Greater-Than Sign,arithmetic,compare,math)'), array('far fa-greater-than' => 'greater-than(Greater-Than Sign,arithmetic,compare,math)'), array('fal fa-greater-than' => 'greater-than(Greater-Than Sign,arithmetic,compare,math)'), array('fas fa-hashtag' => 'hashtag(Number Sign,Twitter,instagram,pound,social media,tag)'), array('far fa-hashtag' => 'hashtag(Number Sign,Twitter,instagram,pound,social media,tag)'), array('fal fa-hashtag' => 'hashtag(Number Sign,Twitter,instagram,pound,social media,tag)'), array('fas fa-horizontal-rule' => 'horizontal-rule(Horizontal Bar,divider,hr,line,page break)'), array('far fa-horizontal-rule' => 'horizontal-rule(Horizontal Bar,divider,hr,line,page break)'), array('fal fa-horizontal-rule' => 'horizontal-rule(Horizontal Bar,divider,hr,line,page break)'), array('fas fa-hyphen' => 'hyphen(Hyphen-Minus,dash,horizontal rule,line,minus)'), array('far fa-hyphen' => 'hyphen(Hyphen-Minus,dash,horizontal rule,line,minus)'), array('fal fa-hyphen' => 'hyphen(Hyphen-Minus,dash,horizontal rule,line,minus)'), array('fas fa-interrobang' => 'interrobang(exclamation,question)'), array('far fa-interrobang' => 'interrobang(exclamation,question)'), array('fal fa-interrobang' => 'interrobang(exclamation,question)'), array('fas fa-less-than' => 'less-than(Less-Than Sign,arithmetic,compare,math)'), array('far fa-less-than' => 'less-than(Less-Than Sign,arithmetic,compare,math)'), array('fal fa-less-than' => 'less-than(Less-Than Sign,arithmetic,compare,math)'), array('fas fa-minus' => 'minus(En Dash,Minus Sign,collapse,delete,hide,math,minify,minus,negative,remove,sign,trash,−)'), array('far fa-minus' => 'minus(En Dash,Minus Sign,collapse,delete,hide,math,minify,minus,negative,remove,sign,trash,−)'), array('fal fa-minus' => 'minus(En Dash,Minus Sign,collapse,delete,hide,math,minify,minus,negative,remove,sign,trash,−)'), array('fas fa-option' => 'option(alt,alternate)'), array('far fa-option' => 'option(alt,alternate)'), array('fal fa-option' => 'option(alt,alternate)'), array('fas fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('far fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('fal fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('fas fa-period' => 'period(Full Stop,circle,dot,end,stop)'), array('far fa-period' => 'period(Full Stop,circle,dot,end,stop)'), array('fal fa-period' => 'period(Full Stop,circle,dot,end,stop)'), array('fas fa-pipe' => 'pipe(Vertical Line,divider,input,line)'), array('far fa-pipe' => 'pipe(Vertical Line,divider,input,line)'), array('fal fa-pipe' => 'pipe(Vertical Line,divider,input,line)'), array('fas fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('far fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fal fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fas fa-question' => 'question(?,Question Mark,faq,help,information,mark,outlined,punctuation,question,red question mark,request,support,unknown,white question mark)'), array('far fa-question' => 'question(?,Question Mark,faq,help,information,mark,outlined,punctuation,question,red question mark,request,support,unknown,white question mark)'), array('fal fa-question' => 'question(?,Question Mark,faq,help,information,mark,outlined,punctuation,question,red question mark,request,support,unknown,white question mark)'), array('fas fa-quote-left' => 'quote-left(Left Double Quotation Mark,mention,note,phrase,text,type)'), array('far fa-quote-left' => 'quote-left(Left Double Quotation Mark,mention,note,phrase,text,type)'), array('fal fa-quote-left' => 'quote-left(Left Double Quotation Mark,mention,note,phrase,text,type)'), array('fas fa-quote-right' => 'quote-right(Right Double Quotation Mark,mention,note,phrase,text,type)'), array('far fa-quote-right' => 'quote-right(Right Double Quotation Mark,mention,note,phrase,text,type)'), array('fal fa-quote-right' => 'quote-right(Right Double Quotation Mark,mention,note,phrase,text,type)'), array('fas fa-quotes' => 'quotes(cite,quotation,quote)'), array('far fa-quotes' => 'quotes(cite,quotation,quote)'), array('fal fa-quotes' => 'quotes(cite,quotation,quote)'), array('fas fa-section' => 'section(Section Sign,law,legal,silcrow)'), array('far fa-section' => 'section(Section Sign,law,legal,silcrow)'), array('fal fa-section' => 'section(Section Sign,law,legal,silcrow)'), array('fas fa-semicolon' => 'semicolon(Semicolon,semicolon)'), array('far fa-semicolon' => 'semicolon(Semicolon,semicolon)'), array('fal fa-semicolon' => 'semicolon(Semicolon,semicolon)'), array('fas fa-slash-back' => 'slash-back(Reverse Solidus,cancel,remove)'), array('far fa-slash-back' => 'slash-back(Reverse Solidus,cancel,remove)'), array('fal fa-slash-back' => 'slash-back(Reverse Solidus,cancel,remove)'), array('fas fa-slash-forward' => 'slash-forward(Division Slash,Solidus,divide,fraction)'), array('far fa-slash-forward' => 'slash-forward(Division Slash,Solidus,divide,fraction)'), array('fal fa-slash-forward' => 'slash-forward(Division Slash,Solidus,divide,fraction)'), array('fas fa-square-ampersand' => 'square-ampersand(and)'), array('far fa-square-ampersand' => 'square-ampersand(and)'), array('fal fa-square-ampersand' => 'square-ampersand(and)'), array('fas fa-square-question' => 'square-question(faq,help,information,support,unknown)'), array('far fa-square-question' => 'square-question(faq,help,information,support,unknown)'), array('fal fa-square-question' => 'square-question(faq,help,information,support,unknown)'), array('fas fa-square-quote' => 'square-quote(mention,note,text,type)'), array('far fa-square-quote' => 'square-quote(mention,note,text,type)'), array('fal fa-square-quote' => 'square-quote(mention,note,text,type)'), array('fas fa-tick' => 'tick(apostrophe,foot)'), array('far fa-tick' => 'tick(apostrophe,foot)'), array('fal fa-tick' => 'tick(apostrophe,foot)'), array('fas fa-tilde' => 'tilde(Tilde,accent,symbol,text,type)'), array('far fa-tilde' => 'tilde(Tilde,accent,symbol,text,type)'), array('fal fa-tilde' => 'tilde(Tilde,accent,symbol,text,type)'), ), 'Alphabet' => array( array('fas fa-a' => 'a(Latin Capital Letter A,Latin Small Letter A,letter)'), array('far fa-a' => 'a(Latin Capital Letter A,Latin Small Letter A,letter)'), array('fal fa-a' => 'a(Latin Capital Letter A,Latin Small Letter A,letter)'), array('fas fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('far fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('fal fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('fas fa-b' => 'b(Latin Capital Letter B,Latin Small Letter B,letter)'), array('far fa-b' => 'b(Latin Capital Letter B,Latin Small Letter B,letter)'), array('fal fa-b' => 'b(Latin Capital Letter B,Latin Small Letter B,letter)'), array('fas fa-c' => 'c(Latin Capital Letter C,Latin Small Letter C,letter)'), array('far fa-c' => 'c(Latin Capital Letter C,Latin Small Letter C,letter)'), array('fal fa-c' => 'c(Latin Capital Letter C,Latin Small Letter C,letter)'), array('fas fa-circle-a' => 'circle-a(Circled Latin Capital Letter A,letter)'), array('far fa-circle-a' => 'circle-a(Circled Latin Capital Letter A,letter)'), array('fal fa-circle-a' => 'circle-a(Circled Latin Capital Letter A,letter)'), array('fas fa-circle-b' => 'circle-b(Circled Latin Capital Letter B,letter)'), array('far fa-circle-b' => 'circle-b(Circled Latin Capital Letter B,letter)'), array('fal fa-circle-b' => 'circle-b(Circled Latin Capital Letter B,letter)'), array('fas fa-circle-c' => 'circle-c(Circled Latin Capital Letter C,letter)'), array('far fa-circle-c' => 'circle-c(Circled Latin Capital Letter C,letter)'), array('fal fa-circle-c' => 'circle-c(Circled Latin Capital Letter C,letter)'), array('fas fa-circle-d' => 'circle-d(Circled Latin Capital Letter D,letter)'), array('far fa-circle-d' => 'circle-d(Circled Latin Capital Letter D,letter)'), array('fal fa-circle-d' => 'circle-d(Circled Latin Capital Letter D,letter)'), array('fas fa-circle-e' => 'circle-e(Circled Latin Capital Letter E,letter)'), array('far fa-circle-e' => 'circle-e(Circled Latin Capital Letter E,letter)'), array('fal fa-circle-e' => 'circle-e(Circled Latin Capital Letter E,letter)'), array('fas fa-circle-f' => 'circle-f(Circled Latin Capital Letter F,letter)'), array('far fa-circle-f' => 'circle-f(Circled Latin Capital Letter F,letter)'), array('fal fa-circle-f' => 'circle-f(Circled Latin Capital Letter F,letter)'), array('fas fa-circle-g' => 'circle-g(Circled Latin Capital Letter G,letter)'), array('far fa-circle-g' => 'circle-g(Circled Latin Capital Letter G,letter)'), array('fal fa-circle-g' => 'circle-g(Circled Latin Capital Letter G,letter)'), array('fas fa-circle-h' => 'circle-h(Circled Latin Capital Letter H,clinic,covid-19,emergency,letter,map)'), array('far fa-circle-h' => 'circle-h(Circled Latin Capital Letter H,clinic,covid-19,emergency,letter,map)'), array('fal fa-circle-h' => 'circle-h(Circled Latin Capital Letter H,clinic,covid-19,emergency,letter,map)'), array('fas fa-circle-i' => 'circle-i(Circled Latin Capital Letter I,letter)'), array('far fa-circle-i' => 'circle-i(Circled Latin Capital Letter I,letter)'), array('fal fa-circle-i' => 'circle-i(Circled Latin Capital Letter I,letter)'), array('fas fa-circle-j' => 'circle-j(Circled Latin Capital Letter J,letter)'), array('far fa-circle-j' => 'circle-j(Circled Latin Capital Letter J,letter)'), array('fal fa-circle-j' => 'circle-j(Circled Latin Capital Letter J,letter)'), array('fas fa-circle-k' => 'circle-k(Circled Latin Capital Letter K,letter)'), array('far fa-circle-k' => 'circle-k(Circled Latin Capital Letter K,letter)'), array('fal fa-circle-k' => 'circle-k(Circled Latin Capital Letter K,letter)'), array('fas fa-circle-l' => 'circle-l(Circled Latin Capital Letter L,letter)'), array('far fa-circle-l' => 'circle-l(Circled Latin Capital Letter L,letter)'), array('fal fa-circle-l' => 'circle-l(Circled Latin Capital Letter L,letter)'), array('fas fa-circle-m' => 'circle-m(Circled Latin Capital Letter M,letter)'), array('far fa-circle-m' => 'circle-m(Circled Latin Capital Letter M,letter)'), array('fal fa-circle-m' => 'circle-m(Circled Latin Capital Letter M,letter)'), array('fas fa-circle-n' => 'circle-n(Circled Latin Capital Letter N,letter,nay,no)'), array('far fa-circle-n' => 'circle-n(Circled Latin Capital Letter N,letter,nay,no)'), array('fal fa-circle-n' => 'circle-n(Circled Latin Capital Letter N,letter,nay,no)'), array('fas fa-circle-o' => 'circle-o(Circled Latin Capital Letter O,letter)'), array('far fa-circle-o' => 'circle-o(Circled Latin Capital Letter O,letter)'), array('fal fa-circle-o' => 'circle-o(Circled Latin Capital Letter O,letter)'), array('fas fa-circle-p' => 'circle-p(Circled Latin Capital Letter P,letter)'), array('far fa-circle-p' => 'circle-p(Circled Latin Capital Letter P,letter)'), array('fal fa-circle-p' => 'circle-p(Circled Latin Capital Letter P,letter)'), array('fas fa-circle-q' => 'circle-q(Circled Latin Capital Letter Q,letter)'), array('far fa-circle-q' => 'circle-q(Circled Latin Capital Letter Q,letter)'), array('fal fa-circle-q' => 'circle-q(Circled Latin Capital Letter Q,letter)'), array('fas fa-circle-r' => 'circle-r(Circled Latin Capital Letter R,letter)'), array('far fa-circle-r' => 'circle-r(Circled Latin Capital Letter R,letter)'), array('fal fa-circle-r' => 'circle-r(Circled Latin Capital Letter R,letter)'), array('fas fa-circle-s' => 'circle-s(Circled Latin Capital Letter S,letter)'), array('far fa-circle-s' => 'circle-s(Circled Latin Capital Letter S,letter)'), array('fal fa-circle-s' => 'circle-s(Circled Latin Capital Letter S,letter)'), array('fas fa-circle-t' => 'circle-t(Circled Latin Capital Letter T,letter)'), array('far fa-circle-t' => 'circle-t(Circled Latin Capital Letter T,letter)'), array('fal fa-circle-t' => 'circle-t(Circled Latin Capital Letter T,letter)'), array('fas fa-circle-u' => 'circle-u(Circled Latin Capital Letter U,letter)'), array('far fa-circle-u' => 'circle-u(Circled Latin Capital Letter U,letter)'), array('fal fa-circle-u' => 'circle-u(Circled Latin Capital Letter U,letter)'), array('fas fa-circle-v' => 'circle-v(Circled Latin Capital Letter V,letter)'), array('far fa-circle-v' => 'circle-v(Circled Latin Capital Letter V,letter)'), array('fal fa-circle-v' => 'circle-v(Circled Latin Capital Letter V,letter)'), array('fas fa-circle-w' => 'circle-w(Circled Latin Capital Letter W,letter)'), array('far fa-circle-w' => 'circle-w(Circled Latin Capital Letter W,letter)'), array('fal fa-circle-w' => 'circle-w(Circled Latin Capital Letter W,letter)'), array('fas fa-circle-x' => 'circle-x(Circled Latin Capital Letter X,letter,uncheck)'), array('far fa-circle-x' => 'circle-x(Circled Latin Capital Letter X,letter,uncheck)'), array('fal fa-circle-x' => 'circle-x(Circled Latin Capital Letter X,letter,uncheck)'), array('fas fa-circle-y' => 'circle-y(Circled Latin Capital Letter Y,letter,yay,yes)'), array('far fa-circle-y' => 'circle-y(Circled Latin Capital Letter Y,letter,yay,yes)'), array('fal fa-circle-y' => 'circle-y(Circled Latin Capital Letter Y,letter,yay,yes)'), array('fas fa-circle-z' => 'circle-z(Circled Latin Capital Letter Z,letter)'), array('far fa-circle-z' => 'circle-z(Circled Latin Capital Letter Z,letter)'), array('fal fa-circle-z' => 'circle-z(Circled Latin Capital Letter Z,letter)'), array('fas fa-d' => 'd(Latin Capital Letter D,Latin Small Letter D,letter)'), array('far fa-d' => 'd(Latin Capital Letter D,Latin Small Letter D,letter)'), array('fal fa-d' => 'd(Latin Capital Letter D,Latin Small Letter D,letter)'), array('fas fa-e' => 'e(Latin Capital Letter E,Latin Small Letter E,letter)'), array('far fa-e' => 'e(Latin Capital Letter E,Latin Small Letter E,letter)'), array('fal fa-e' => 'e(Latin Capital Letter E,Latin Small Letter E,letter)'), array('fas fa-f' => 'f(Latin Capital Letter F,Latin Small Letter F,letter)'), array('far fa-f' => 'f(Latin Capital Letter F,Latin Small Letter F,letter)'), array('fal fa-f' => 'f(Latin Capital Letter F,Latin Small Letter F,letter)'), array('fas fa-g' => 'g(Latin Capital Letter G,Latin Small Letter G,letter)'), array('far fa-g' => 'g(Latin Capital Letter G,Latin Small Letter G,letter)'), array('fal fa-g' => 'g(Latin Capital Letter G,Latin Small Letter G,letter)'), array('fas fa-h' => 'h(Latin Capital Letter H,Latin Small Letter H,letter)'), array('far fa-h' => 'h(Latin Capital Letter H,Latin Small Letter H,letter)'), array('fal fa-h' => 'h(Latin Capital Letter H,Latin Small Letter H,letter)'), array('fas fa-i' => 'i(Latin Capital Letter I,Latin Small Letter I,letter)'), array('far fa-i' => 'i(Latin Capital Letter I,Latin Small Letter I,letter)'), array('fal fa-i' => 'i(Latin Capital Letter I,Latin Small Letter I,letter)'), array('fas fa-j' => 'j(Latin Capital Letter J,Latin Small Letter J,letter)'), array('far fa-j' => 'j(Latin Capital Letter J,Latin Small Letter J,letter)'), array('fal fa-j' => 'j(Latin Capital Letter J,Latin Small Letter J,letter)'), array('fas fa-k' => 'k(Latin Capital Letter K,Latin Small Letter K,letter)'), array('far fa-k' => 'k(Latin Capital Letter K,Latin Small Letter K,letter)'), array('fal fa-k' => 'k(Latin Capital Letter K,Latin Small Letter K,letter)'), array('fas fa-l' => 'l(Latin Capital Letter L,Latin Small Letter L,letter)'), array('far fa-l' => 'l(Latin Capital Letter L,Latin Small Letter L,letter)'), array('fal fa-l' => 'l(Latin Capital Letter L,Latin Small Letter L,letter)'), array('fas fa-m' => 'm(Latin Capital Letter M,Latin Small Letter M,letter)'), array('far fa-m' => 'm(Latin Capital Letter M,Latin Small Letter M,letter)'), array('fal fa-m' => 'm(Latin Capital Letter M,Latin Small Letter M,letter)'), array('fas fa-n' => 'n(Latin Capital Letter N,Latin Small Letter N,letter,nay,no)'), array('far fa-n' => 'n(Latin Capital Letter N,Latin Small Letter N,letter,nay,no)'), array('fal fa-n' => 'n(Latin Capital Letter N,Latin Small Letter N,letter,nay,no)'), array('fas fa-o' => 'o(Latin Capital Letter O,Latin Small Letter O,letter)'), array('far fa-o' => 'o(Latin Capital Letter O,Latin Small Letter O,letter)'), array('fal fa-o' => 'o(Latin Capital Letter O,Latin Small Letter O,letter)'), array('fas fa-p' => 'p(Latin Capital Letter P,Latin Small Letter P,letter)'), array('far fa-p' => 'p(Latin Capital Letter P,Latin Small Letter P,letter)'), array('fal fa-p' => 'p(Latin Capital Letter P,Latin Small Letter P,letter)'), array('fas fa-q' => 'q(Latin Capital Letter Q,Latin Small Letter Q,letter)'), array('far fa-q' => 'q(Latin Capital Letter Q,Latin Small Letter Q,letter)'), array('fal fa-q' => 'q(Latin Capital Letter Q,Latin Small Letter Q,letter)'), array('fas fa-r' => 'r(Latin Capital Letter R,Latin Small Letter R,letter)'), array('far fa-r' => 'r(Latin Capital Letter R,Latin Small Letter R,letter)'), array('fal fa-r' => 'r(Latin Capital Letter R,Latin Small Letter R,letter)'), array('fas fa-s' => 's(Latin Capital Letter S,Latin Small Letter S,letter)'), array('far fa-s' => 's(Latin Capital Letter S,Latin Small Letter S,letter)'), array('fal fa-s' => 's(Latin Capital Letter S,Latin Small Letter S,letter)'), array('fas fa-square-a' => 'square-a(letter)'), array('far fa-square-a' => 'square-a(letter)'), array('fal fa-square-a' => 'square-a(letter)'), array('fas fa-square-b' => 'square-b(letter)'), array('far fa-square-b' => 'square-b(letter)'), array('fal fa-square-b' => 'square-b(letter)'), array('fas fa-square-c' => 'square-c(letter)'), array('far fa-square-c' => 'square-c(letter)'), array('fal fa-square-c' => 'square-c(letter)'), array('fas fa-square-d' => 'square-d(letter)'), array('far fa-square-d' => 'square-d(letter)'), array('fal fa-square-d' => 'square-d(letter)'), array('fas fa-square-e' => 'square-e(letter)'), array('far fa-square-e' => 'square-e(letter)'), array('fal fa-square-e' => 'square-e(letter)'), array('fas fa-square-f' => 'square-f(letter)'), array('far fa-square-f' => 'square-f(letter)'), array('fal fa-square-f' => 'square-f(letter)'), array('fas fa-square-g' => 'square-g(letter)'), array('far fa-square-g' => 'square-g(letter)'), array('fal fa-square-g' => 'square-g(letter)'), array('fas fa-square-h' => 'square-h(directions,emergency,hospital,hotel,letter,map)'), array('far fa-square-h' => 'square-h(directions,emergency,hospital,hotel,letter,map)'), array('fal fa-square-h' => 'square-h(directions,emergency,hospital,hotel,letter,map)'), array('fas fa-square-i' => 'square-i(letter)'), array('far fa-square-i' => 'square-i(letter)'), array('fal fa-square-i' => 'square-i(letter)'), array('fas fa-square-j' => 'square-j(letter)'), array('far fa-square-j' => 'square-j(letter)'), array('fal fa-square-j' => 'square-j(letter)'), array('fas fa-square-k' => 'square-k(letter)'), array('far fa-square-k' => 'square-k(letter)'), array('fal fa-square-k' => 'square-k(letter)'), array('fas fa-square-l' => 'square-l(letter)'), array('far fa-square-l' => 'square-l(letter)'), array('fal fa-square-l' => 'square-l(letter)'), array('fas fa-square-m' => 'square-m(letter)'), array('far fa-square-m' => 'square-m(letter)'), array('fal fa-square-m' => 'square-m(letter)'), array('fas fa-square-n' => 'square-n(letter,nay,no)'), array('far fa-square-n' => 'square-n(letter,nay,no)'), array('fal fa-square-n' => 'square-n(letter,nay,no)'), array('fas fa-square-o' => 'square-o(letter)'), array('far fa-square-o' => 'square-o(letter)'), array('fal fa-square-o' => 'square-o(letter)'), array('fas fa-square-p' => 'square-p(letter)'), array('far fa-square-p' => 'square-p(letter)'), array('fal fa-square-p' => 'square-p(letter)'), array('fas fa-square-q' => 'square-q(letter)'), array('far fa-square-q' => 'square-q(letter)'), array('fal fa-square-q' => 'square-q(letter)'), array('fas fa-square-r' => 'square-r(letter)'), array('far fa-square-r' => 'square-r(letter)'), array('fal fa-square-r' => 'square-r(letter)'), array('fas fa-square-s' => 'square-s(letter)'), array('far fa-square-s' => 'square-s(letter)'), array('fal fa-square-s' => 'square-s(letter)'), array('fas fa-square-t' => 'square-t(letter)'), array('far fa-square-t' => 'square-t(letter)'), array('fal fa-square-t' => 'square-t(letter)'), array('fas fa-square-u' => 'square-u(letter)'), array('far fa-square-u' => 'square-u(letter)'), array('fal fa-square-u' => 'square-u(letter)'), array('fas fa-square-v' => 'square-v(letter)'), array('far fa-square-v' => 'square-v(letter)'), array('fal fa-square-v' => 'square-v(letter)'), array('fas fa-square-w' => 'square-w(letter)'), array('far fa-square-w' => 'square-w(letter)'), array('fal fa-square-w' => 'square-w(letter)'), array('fas fa-square-x' => 'square-x(letter,uncheck)'), array('far fa-square-x' => 'square-x(letter,uncheck)'), array('fal fa-square-x' => 'square-x(letter,uncheck)'), array('fas fa-square-y' => 'square-y(letter,yay,yes)'), array('far fa-square-y' => 'square-y(letter,yay,yes)'), array('fal fa-square-y' => 'square-y(letter,yay,yes)'), array('fas fa-square-z' => 'square-z(letter)'), array('far fa-square-z' => 'square-z(letter)'), array('fal fa-square-z' => 'square-z(letter)'), array('fas fa-t' => 't(Latin Capital Letter T,Latin Small Letter T,letter)'), array('far fa-t' => 't(Latin Capital Letter T,Latin Small Letter T,letter)'), array('fal fa-t' => 't(Latin Capital Letter T,Latin Small Letter T,letter)'), array('fas fa-u' => 'u(Latin Capital Letter U,Latin Small Letter U,letter)'), array('far fa-u' => 'u(Latin Capital Letter U,Latin Small Letter U,letter)'), array('fal fa-u' => 'u(Latin Capital Letter U,Latin Small Letter U,letter)'), array('fas fa-v' => 'v(Latin Capital Letter V,Latin Small Letter V,letter)'), array('far fa-v' => 'v(Latin Capital Letter V,Latin Small Letter V,letter)'), array('fal fa-v' => 'v(Latin Capital Letter V,Latin Small Letter V,letter)'), array('fas fa-w' => 'w(Latin Capital Letter W,Latin Small Letter W,letter)'), array('far fa-w' => 'w(Latin Capital Letter W,Latin Small Letter W,letter)'), array('fal fa-w' => 'w(Latin Capital Letter W,Latin Small Letter W,letter)'), array('fas fa-x' => 'x(Latin Capital Letter X,Latin Small Letter X,letter,uncheck)'), array('far fa-x' => 'x(Latin Capital Letter X,Latin Small Letter X,letter,uncheck)'), array('fal fa-x' => 'x(Latin Capital Letter X,Latin Small Letter X,letter,uncheck)'), array('fas fa-y' => 'y(Latin Capital Letter Y,Latin Small Letter Y,letter,yay,yes)'), array('far fa-y' => 'y(Latin Capital Letter Y,Latin Small Letter Y,letter,yay,yes)'), array('fal fa-y' => 'y(Latin Capital Letter Y,Latin Small Letter Y,letter,yay,yes)'), array('fas fa-z' => 'z(Latin Capital Letter Z,Latin Small Letter Z,letter)'), array('far fa-z' => 'z(Latin Capital Letter Z,Latin Small Letter Z,letter)'), array('fal fa-z' => 'z(Latin Capital Letter Z,Latin Small Letter Z,letter)'), ), 'Numbers' => array( array('fas fa-0' => '0(Digit Zero,nada,none,zero,zilch)'), array('far fa-0' => '0(Digit Zero,nada,none,zero,zilch)'), array('fal fa-0' => '0(Digit Zero,nada,none,zero,zilch)'), array('fas fa-00' => '00(double zero,hundred,zero)'), array('far fa-00' => '00(double zero,hundred,zero)'), array('fal fa-00' => '00(double zero,hundred,zero)'), array('fas fa-1' => '1(Digit One,one)'), array('far fa-1' => '1(Digit One,one)'), array('fal fa-1' => '1(Digit One,one)'), array('fas fa-2' => '2(Digit Two,two)'), array('far fa-2' => '2(Digit Two,two)'), array('fal fa-2' => '2(Digit Two,two)'), array('fas fa-3' => '3(Digit Three,three)'), array('far fa-3' => '3(Digit Three,three)'), array('fal fa-3' => '3(Digit Three,three)'), array('fas fa-4' => '4(Digit Four,four)'), array('far fa-4' => '4(Digit Four,four)'), array('fal fa-4' => '4(Digit Four,four)'), array('fas fa-5' => '5(Digit Five,five)'), array('far fa-5' => '5(Digit Five,five)'), array('fal fa-5' => '5(Digit Five,five)'), array('fas fa-6' => '6(Digit Six,six)'), array('far fa-6' => '6(Digit Six,six)'), array('fal fa-6' => '6(Digit Six,six)'), array('fas fa-7' => '7(Digit Seven,seven)'), array('far fa-7' => '7(Digit Seven,seven)'), array('fal fa-7' => '7(Digit Seven,seven)'), array('fas fa-8' => '8(Digit Eight,eight)'), array('far fa-8' => '8(Digit Eight,eight)'), array('fal fa-8' => '8(Digit Eight,eight)'), array('fas fa-9' => '9(Digit Nine,nine)'), array('far fa-9' => '9(Digit Nine,nine)'), array('fal fa-9' => '9(Digit Nine,nine)'), array('fas fa-circle-0' => 'circle-0(Circled Digit Zero,Negative Circled Digit Zero,nada,none,zero,zilch)'), array('far fa-circle-0' => 'circle-0(Circled Digit Zero,Negative Circled Digit Zero,nada,none,zero,zilch)'), array('fal fa-circle-0' => 'circle-0(Circled Digit Zero,Negative Circled Digit Zero,nada,none,zero,zilch)'), array('fas fa-circle-1' => 'circle-1(Circled Digit One,Dingbat Circled Sans-Serif Digit One,Dingbat Negative Circled Digit One,Dingbat Negative Circled Sans-Serif Digit One,one)'), array('far fa-circle-1' => 'circle-1(Circled Digit One,Dingbat Circled Sans-Serif Digit One,Dingbat Negative Circled Digit One,Dingbat Negative Circled Sans-Serif Digit One,one)'), array('fal fa-circle-1' => 'circle-1(Circled Digit One,Dingbat Circled Sans-Serif Digit One,Dingbat Negative Circled Digit One,Dingbat Negative Circled Sans-Serif Digit One,one)'), array('fas fa-circle-2' => 'circle-2(Circled Digit Two,Dingbat Circled Sans-Serif Digit Two,Dingbat Negative Circled Digit Two,Dingbat Negative Circled Sans-Serif Digit Two,two)'), array('far fa-circle-2' => 'circle-2(Circled Digit Two,Dingbat Circled Sans-Serif Digit Two,Dingbat Negative Circled Digit Two,Dingbat Negative Circled Sans-Serif Digit Two,two)'), array('fal fa-circle-2' => 'circle-2(Circled Digit Two,Dingbat Circled Sans-Serif Digit Two,Dingbat Negative Circled Digit Two,Dingbat Negative Circled Sans-Serif Digit Two,two)'), array('fas fa-circle-3' => 'circle-3(Circled Digit Three,Dingbat Circled Sans-Serif Digit Three,Dingbat Negative Circled Digit Three,Dingbat Negative Circled Sans-Serif Digit Three,three)'), array('far fa-circle-3' => 'circle-3(Circled Digit Three,Dingbat Circled Sans-Serif Digit Three,Dingbat Negative Circled Digit Three,Dingbat Negative Circled Sans-Serif Digit Three,three)'), array('fal fa-circle-3' => 'circle-3(Circled Digit Three,Dingbat Circled Sans-Serif Digit Three,Dingbat Negative Circled Digit Three,Dingbat Negative Circled Sans-Serif Digit Three,three)'), array('fas fa-circle-4' => 'circle-4(Circled Digit Four,Dingbat Circled Sans-Serif Digit Four,Dingbat Negative Circled Digit Four,Dingbat Negative Circled Sans-Serif Digit Four,four)'), array('far fa-circle-4' => 'circle-4(Circled Digit Four,Dingbat Circled Sans-Serif Digit Four,Dingbat Negative Circled Digit Four,Dingbat Negative Circled Sans-Serif Digit Four,four)'), array('fal fa-circle-4' => 'circle-4(Circled Digit Four,Dingbat Circled Sans-Serif Digit Four,Dingbat Negative Circled Digit Four,Dingbat Negative Circled Sans-Serif Digit Four,four)'), array('fas fa-circle-5' => 'circle-5(Circled Digit Five,Dingbat Circled Sans-Serif Digit Five,Dingbat Negative Circled Digit Five,Dingbat Negative Circled Sans-Serif Digit Five,five)'), array('far fa-circle-5' => 'circle-5(Circled Digit Five,Dingbat Circled Sans-Serif Digit Five,Dingbat Negative Circled Digit Five,Dingbat Negative Circled Sans-Serif Digit Five,five)'), array('fal fa-circle-5' => 'circle-5(Circled Digit Five,Dingbat Circled Sans-Serif Digit Five,Dingbat Negative Circled Digit Five,Dingbat Negative Circled Sans-Serif Digit Five,five)'), array('fas fa-circle-6' => 'circle-6(Circled Digit Six,Dingbat Circled Sans-Serif Digit Six,Dingbat Negative Circled Digit Six,Dingbat Negative Circled Sans-Serif Digit Six,six)'), array('far fa-circle-6' => 'circle-6(Circled Digit Six,Dingbat Circled Sans-Serif Digit Six,Dingbat Negative Circled Digit Six,Dingbat Negative Circled Sans-Serif Digit Six,six)'), array('fal fa-circle-6' => 'circle-6(Circled Digit Six,Dingbat Circled Sans-Serif Digit Six,Dingbat Negative Circled Digit Six,Dingbat Negative Circled Sans-Serif Digit Six,six)'), array('fas fa-circle-7' => 'circle-7(Circled Digit Seven,Dingbat Circled Sans-Serif Digit Seven,Dingbat Negative Circled Digit Seven,Dingbat Negative Circled Sans-Serif Digit Seven,seven)'), array('far fa-circle-7' => 'circle-7(Circled Digit Seven,Dingbat Circled Sans-Serif Digit Seven,Dingbat Negative Circled Digit Seven,Dingbat Negative Circled Sans-Serif Digit Seven,seven)'), array('fal fa-circle-7' => 'circle-7(Circled Digit Seven,Dingbat Circled Sans-Serif Digit Seven,Dingbat Negative Circled Digit Seven,Dingbat Negative Circled Sans-Serif Digit Seven,seven)'), array('fas fa-circle-8' => 'circle-8(Circled Digit Eight,Dingbat Circled Sans-Serif Digit Eight,Dingbat Negative Circled Digit Eight,Dingbat Negative Circled Sans-Serif Digit Eight,eight)'), array('far fa-circle-8' => 'circle-8(Circled Digit Eight,Dingbat Circled Sans-Serif Digit Eight,Dingbat Negative Circled Digit Eight,Dingbat Negative Circled Sans-Serif Digit Eight,eight)'), array('fal fa-circle-8' => 'circle-8(Circled Digit Eight,Dingbat Circled Sans-Serif Digit Eight,Dingbat Negative Circled Digit Eight,Dingbat Negative Circled Sans-Serif Digit Eight,eight)'), array('fas fa-circle-9' => 'circle-9(Circled Digit Nine,Dingbat Circled Sans-Serif Digit Nine,Dingbat Negative Circled Digit Nine,Dingbat Negative Circled Sans-Serif Digit Nine,nine)'), array('far fa-circle-9' => 'circle-9(Circled Digit Nine,Dingbat Circled Sans-Serif Digit Nine,Dingbat Negative Circled Digit Nine,Dingbat Negative Circled Sans-Serif Digit Nine,nine)'), array('fal fa-circle-9' => 'circle-9(Circled Digit Nine,Dingbat Circled Sans-Serif Digit Nine,Dingbat Negative Circled Digit Nine,Dingbat Negative Circled Sans-Serif Digit Nine,nine)'), array('fas fa-hundred-points' => 'hundred-points(100,agree,one hundred,percent,perfect score,win)'), array('far fa-hundred-points' => 'hundred-points(100,agree,one hundred,percent,perfect score,win)'), array('fal fa-hundred-points' => 'hundred-points(100,agree,one hundred,percent,perfect score,win)'), array('fas fa-square-0' => 'square-0(nada,none,zero,zilch)'), array('far fa-square-0' => 'square-0(nada,none,zero,zilch)'), array('fal fa-square-0' => 'square-0(nada,none,zero,zilch)'), array('fas fa-square-1' => 'square-1(one)'), array('far fa-square-1' => 'square-1(one)'), array('fal fa-square-1' => 'square-1(one)'), array('fas fa-square-2' => 'square-2(two)'), array('far fa-square-2' => 'square-2(two)'), array('fal fa-square-2' => 'square-2(two)'), array('fas fa-square-3' => 'square-3(three)'), array('far fa-square-3' => 'square-3(three)'), array('fal fa-square-3' => 'square-3(three)'), array('fas fa-square-4' => 'square-4(four)'), array('far fa-square-4' => 'square-4(four)'), array('fal fa-square-4' => 'square-4(four)'), array('fas fa-square-5' => 'square-5(five)'), array('far fa-square-5' => 'square-5(five)'), array('fal fa-square-5' => 'square-5(five)'), array('fas fa-square-6' => 'square-6(six)'), array('far fa-square-6' => 'square-6(six)'), array('fal fa-square-6' => 'square-6(six)'), array('fas fa-square-7' => 'square-7(seven)'), array('far fa-square-7' => 'square-7(seven)'), array('fal fa-square-7' => 'square-7(seven)'), array('fas fa-square-8' => 'square-8(eight)'), array('far fa-square-8' => 'square-8(eight)'), array('fal fa-square-8' => 'square-8(eight)'), array('fas fa-square-9' => 'square-9(nine)'), array('far fa-square-9' => 'square-9(nine)'), array('fal fa-square-9' => 'square-9(nine)'), ), 'Time' => array( array('fas fa-alarm-clock' => 'alarm-clock(alarm,alarm clock,clock,date,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('far fa-alarm-clock' => 'alarm-clock(alarm,alarm clock,clock,date,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('fal fa-alarm-clock' => 'alarm-clock(alarm,alarm clock,clock,date,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('fas fa-alarm-exclamation' => 'alarm-exclamation(alert,attention,date,failed,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('far fa-alarm-exclamation' => 'alarm-exclamation(alert,attention,date,failed,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('fal fa-alarm-exclamation' => 'alarm-exclamation(alert,attention,date,failed,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('fas fa-alarm-plus' => 'alarm-plus(alert,date,late,reminder,sleep,snooze,timer,timestamp,watch)'), array('far fa-alarm-plus' => 'alarm-plus(alert,date,late,reminder,sleep,snooze,timer,timestamp,watch)'), array('fal fa-alarm-plus' => 'alarm-plus(alert,date,late,reminder,sleep,snooze,timer,timestamp,watch)'), array('fas fa-alarm-snooze' => 'alarm-snooze(alert,date,late,reminder,sleep,snooze,timer,timestamp,watch)'), array('far fa-alarm-snooze' => 'alarm-snooze(alert,date,late,reminder,sleep,snooze,timer,timestamp,watch)'), array('fal fa-alarm-snooze' => 'alarm-snooze(alert,date,late,reminder,sleep,snooze,timer,timestamp,watch)'), array('fas fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('far fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fal fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fas fa-bell-exclamation' => 'bell-exclamation(alarm,alert,attention,chime,failed,notification,reminder,request)'), array('far fa-bell-exclamation' => 'bell-exclamation(alarm,alert,attention,chime,failed,notification,reminder,request)'), array('fal fa-bell-exclamation' => 'bell-exclamation(alarm,alert,attention,chime,failed,notification,reminder,request)'), array('fas fa-bell-plus' => 'bell-plus(alarm,alert,chime,notification,reminder,request)'), array('far fa-bell-plus' => 'bell-plus(alarm,alert,chime,notification,reminder,request)'), array('fal fa-bell-plus' => 'bell-plus(alarm,alert,chime,notification,reminder,request)'), array('fas fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('far fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('fal fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('fas fa-calendar' => 'calendar(calendar,calendar-o,date,day,event,month,schedule,tear-off calendar,time,when,year)'), array('far fa-calendar' => 'calendar(calendar,calendar-o,date,day,event,month,schedule,tear-off calendar,time,when,year)'), array('fal fa-calendar' => 'calendar(calendar,calendar-o,date,day,event,month,schedule,tear-off calendar,time,when,year)'), array('fas fa-calendar-arrow-down' => 'calendar-arrow-down(date,day,download,insert,month,reminder,year)'), array('far fa-calendar-arrow-down' => 'calendar-arrow-down(date,day,download,insert,month,reminder,year)'), array('fal fa-calendar-arrow-down' => 'calendar-arrow-down(date,day,download,insert,month,reminder,year)'), array('fas fa-calendar-arrow-up' => 'calendar-arrow-up(date,day,month,reminder,upgrade,upload,year)'), array('far fa-calendar-arrow-up' => 'calendar-arrow-up(date,day,month,reminder,upgrade,upload,year)'), array('fal fa-calendar-arrow-up' => 'calendar-arrow-up(date,day,month,reminder,upgrade,upload,year)'), array('fas fa-calendar-check' => 'calendar-check(accept,agree,appointment,confirm,correct,date,day,done,enable,event,month,ok,schedule,select,success,tick,time,todo,validate,warranty,when,working,year)'), array('far fa-calendar-check' => 'calendar-check(accept,agree,appointment,confirm,correct,date,day,done,enable,event,month,ok,schedule,select,success,tick,time,todo,validate,warranty,when,working,year)'), array('fal fa-calendar-check' => 'calendar-check(accept,agree,appointment,confirm,correct,date,day,done,enable,event,month,ok,schedule,select,success,tick,time,todo,validate,warranty,when,working,year)'), array('fas fa-calendar-circle-exclamation' => 'calendar-circle-exclamation(alert,calendar,date,day,error,event,failed,important,month,schedule,time,when,year)'), array('far fa-calendar-circle-exclamation' => 'calendar-circle-exclamation(alert,calendar,date,day,error,event,failed,important,month,schedule,time,when,year)'), array('fal fa-calendar-circle-exclamation' => 'calendar-circle-exclamation(alert,calendar,date,day,error,event,failed,important,month,schedule,time,when,year)'), array('fas fa-calendar-circle-minus' => 'calendar-circle-minus(calendar,date,day,delete,event,month,negative,remove,schedule,time,when,year)'), array('far fa-calendar-circle-minus' => 'calendar-circle-minus(calendar,date,day,delete,event,month,negative,remove,schedule,time,when,year)'), array('fal fa-calendar-circle-minus' => 'calendar-circle-minus(calendar,date,day,delete,event,month,negative,remove,schedule,time,when,year)'), array('fas fa-calendar-circle-plus' => 'calendar-circle-plus(add,calendar,create,date,day,event,month,new,positive,schedule,time,when,year)'), array('far fa-calendar-circle-plus' => 'calendar-circle-plus(add,calendar,create,date,day,event,month,new,positive,schedule,time,when,year)'), array('fal fa-calendar-circle-plus' => 'calendar-circle-plus(add,calendar,create,date,day,event,month,new,positive,schedule,time,when,year)'), array('fas fa-calendar-circle-user' => 'calendar-circle-user(attendee,calendar,date,day,employee,event,important,invitation,invite,month,schedule,time,uer,when,year)'), array('far fa-calendar-circle-user' => 'calendar-circle-user(attendee,calendar,date,day,employee,event,important,invitation,invite,month,schedule,time,uer,when,year)'), array('fal fa-calendar-circle-user' => 'calendar-circle-user(attendee,calendar,date,day,employee,event,important,invitation,invite,month,schedule,time,uer,when,year)'), array('fas fa-calendar-clock' => 'calendar-clock(date,day,delay,month,remind,waiting,year)'), array('far fa-calendar-clock' => 'calendar-clock(date,day,delay,month,remind,waiting,year)'), array('fal fa-calendar-clock' => 'calendar-clock(date,day,delay,month,remind,waiting,year)'), array('fas fa-calendar-day' => 'calendar-day(date,day,detail,event,focus,month,schedule,single day,time,today,when,year)'), array('far fa-calendar-day' => 'calendar-day(date,day,detail,event,focus,month,schedule,single day,time,today,when,year)'), array('fal fa-calendar-day' => 'calendar-day(date,day,detail,event,focus,month,schedule,single day,time,today,when,year)'), array('fas fa-calendar-days' => 'calendar-days(calendar,date,day,event,month,schedule,time,when,year)'), array('far fa-calendar-days' => 'calendar-days(calendar,date,day,event,month,schedule,time,when,year)'), array('fal fa-calendar-days' => 'calendar-days(calendar,date,day,event,month,schedule,time,when,year)'), array('fas fa-calendar-exclamation' => 'calendar-exclamation(alert,attention,calendar,date,day,error,event,failed,important,month,schedule,time,when,year)'), array('far fa-calendar-exclamation' => 'calendar-exclamation(alert,attention,calendar,date,day,error,event,failed,important,month,schedule,time,when,year)'), array('fal fa-calendar-exclamation' => 'calendar-exclamation(alert,attention,calendar,date,day,error,event,failed,important,month,schedule,time,when,year)'), array('fas fa-calendar-heart' => 'calendar-heart(date,day,favorite,month,rsvp,valentine,wishlist,year)'), array('far fa-calendar-heart' => 'calendar-heart(date,day,favorite,month,rsvp,valentine,wishlist,year)'), array('fal fa-calendar-heart' => 'calendar-heart(date,day,favorite,month,rsvp,valentine,wishlist,year)'), array('fas fa-calendar-image' => 'calendar-image(date,day,month,reminder,year)'), array('far fa-calendar-image' => 'calendar-image(date,day,month,reminder,year)'), array('fal fa-calendar-image' => 'calendar-image(date,day,month,reminder,year)'), array('fas fa-calendar-lines' => 'calendar-lines(date,day,month,reminder,year)'), array('far fa-calendar-lines' => 'calendar-lines(date,day,month,reminder,year)'), array('fal fa-calendar-lines' => 'calendar-lines(date,day,month,reminder,year)'), array('fas fa-calendar-lines-pen' => 'calendar-lines-pen(date,day,edit,event,modify,month,pen,pencil,schedule,time,update,when,write,year)'), array('far fa-calendar-lines-pen' => 'calendar-lines-pen(date,day,edit,event,modify,month,pen,pencil,schedule,time,update,when,write,year)'), array('fal fa-calendar-lines-pen' => 'calendar-lines-pen(date,day,edit,event,modify,month,pen,pencil,schedule,time,update,when,write,year)'), array('fas fa-calendar-minus' => 'calendar-minus(calendar,date,day,delete,event,month,negative,remove,schedule,time,when,year)'), array('far fa-calendar-minus' => 'calendar-minus(calendar,date,day,delete,event,month,negative,remove,schedule,time,when,year)'), array('fal fa-calendar-minus' => 'calendar-minus(calendar,date,day,delete,event,month,negative,remove,schedule,time,when,year)'), array('fas fa-calendar-pen' => 'calendar-pen(date,day,edit,event,modify,month,pen,pencil,schedule,time,update,when,write,year)'), array('far fa-calendar-pen' => 'calendar-pen(date,day,edit,event,modify,month,pen,pencil,schedule,time,update,when,write,year)'), array('fal fa-calendar-pen' => 'calendar-pen(date,day,edit,event,modify,month,pen,pencil,schedule,time,update,when,write,year)'), array('fas fa-calendar-plus' => 'calendar-plus(add,calendar,create,date,day,event,month,new,positive,schedule,time,when,year)'), array('far fa-calendar-plus' => 'calendar-plus(add,calendar,create,date,day,event,month,new,positive,schedule,time,when,year)'), array('fal fa-calendar-plus' => 'calendar-plus(add,calendar,create,date,day,event,month,new,positive,schedule,time,when,year)'), array('fas fa-calendar-range' => 'calendar-range(date,day,month,reminder,year)'), array('far fa-calendar-range' => 'calendar-range(date,day,month,reminder,year)'), array('fal fa-calendar-range' => 'calendar-range(date,day,month,reminder,year)'), array('fas fa-calendar-star' => 'calendar-star(calendar,date,day,event,favorite,important,month,schedule,time,when,year)'), array('far fa-calendar-star' => 'calendar-star(calendar,date,day,event,favorite,important,month,schedule,time,when,year)'), array('fal fa-calendar-star' => 'calendar-star(calendar,date,day,event,favorite,important,month,schedule,time,when,year)'), array('fas fa-calendar-users' => 'calendar-users( calendar, date, day, event, important, invitation, invite, month, networking, schedule, time, when, year,attendee,img)'), array('far fa-calendar-users' => 'calendar-users( calendar, date, day, event, important, invitation, invite, month, networking, schedule, time, when, year,attendee,img)'), array('fal fa-calendar-users' => 'calendar-users( calendar, date, day, event, important, invitation, invite, month, networking, schedule, time, when, year,attendee,img)'), array('fas fa-calendar-week' => 'calendar-week(date,day,detail,event,focus,month,schedule,single week,time,today,when,year)'), array('far fa-calendar-week' => 'calendar-week(date,day,detail,event,focus,month,schedule,single week,time,today,when,year)'), array('fal fa-calendar-week' => 'calendar-week(date,day,detail,event,focus,month,schedule,single week,time,today,when,year)'), array('fas fa-calendar-xmark' => 'calendar-xmark(archive,calendar,date,day,delete,event,month,remove,schedule,time,uncheck,when,x,year)'), array('far fa-calendar-xmark' => 'calendar-xmark(archive,calendar,date,day,delete,event,month,remove,schedule,time,uncheck,when,x,year)'), array('fal fa-calendar-xmark' => 'calendar-xmark(archive,calendar,date,day,delete,event,month,remove,schedule,time,uncheck,when,x,year)'), array('fas fa-calendars' => 'calendars(date,day,month,reminder,year)'), array('far fa-calendars' => 'calendars(date,day,month,reminder,year)'), array('fal fa-calendars' => 'calendars(date,day,month,reminder,year)'), array('fas fa-circle-calendar' => 'circle-calendar(date,day,month,reminder,year)'), array('far fa-circle-calendar' => 'circle-calendar(date,day,month,reminder,year)'), array('fal fa-circle-calendar' => 'circle-calendar(date,day,month,reminder,year)'), array('fas fa-clock' => 'clock(00,4,4:00,clock,date,four,four o’clock,hour,late,minute,o\'clock,o’clock,pending,schedule,ticking,time,timer,timestamp,watch)'), array('far fa-clock' => 'clock(00,4,4:00,clock,date,four,four o’clock,hour,late,minute,o\'clock,o’clock,pending,schedule,ticking,time,timer,timestamp,watch)'), array('fal fa-clock' => 'clock(00,4,4:00,clock,date,four,four o’clock,hour,late,minute,o\'clock,o’clock,pending,schedule,ticking,time,timer,timestamp,watch)'), array('fas fa-clock-desk' => 'clock-desk(alarm,clock,mantelpiece clock,pending,timer)'), array('far fa-clock-desk' => 'clock-desk(alarm,clock,mantelpiece clock,pending,timer)'), array('fal fa-clock-desk' => 'clock-desk(alarm,clock,mantelpiece clock,pending,timer)'), array('fas fa-clock-eight' => 'clock-eight(00,8,8:00,clock,eight,eight o’clock,hour,minute,o\'clock,o’clock,pending,ticking,time)'), array('far fa-clock-eight' => 'clock-eight(00,8,8:00,clock,eight,eight o’clock,hour,minute,o\'clock,o’clock,pending,ticking,time)'), array('fal fa-clock-eight' => 'clock-eight(00,8,8:00,clock,eight,eight o’clock,hour,minute,o\'clock,o’clock,pending,ticking,time)'), array('fas fa-clock-eight-thirty' => 'clock-eight-thirty(8,8:30,clock,eight,eight-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('far fa-clock-eight-thirty' => 'clock-eight-thirty(8,8:30,clock,eight,eight-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('fal fa-clock-eight-thirty' => 'clock-eight-thirty(8,8:30,clock,eight,eight-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('fas fa-clock-eleven' => 'clock-eleven(00,11,11:00,clock,eleven,eleven o’clock,hour,minute,o\'clock,o’clock,pending,ticking,time)'), array('far fa-clock-eleven' => 'clock-eleven(00,11,11:00,clock,eleven,eleven o’clock,hour,minute,o\'clock,o’clock,pending,ticking,time)'), array('fal fa-clock-eleven' => 'clock-eleven(00,11,11:00,clock,eleven,eleven o’clock,hour,minute,o\'clock,o’clock,pending,ticking,time)'), array('fas fa-clock-eleven-thirty' => 'clock-eleven-thirty(11,11:30,clock,eleven,eleven-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('far fa-clock-eleven-thirty' => 'clock-eleven-thirty(11,11:30,clock,eleven,eleven-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('fal fa-clock-eleven-thirty' => 'clock-eleven-thirty(11,11:30,clock,eleven,eleven-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('fas fa-clock-five' => 'clock-five(00,5,5:00,clock,five,five o’clock,hour,minute,o\'clock,o’clock,pending,ticking,time)'), array('far fa-clock-five' => 'clock-five(00,5,5:00,clock,five,five o’clock,hour,minute,o\'clock,o’clock,pending,ticking,time)'), array('fal fa-clock-five' => 'clock-five(00,5,5:00,clock,five,five o’clock,hour,minute,o\'clock,o’clock,pending,ticking,time)'), array('fas fa-clock-five-thirty' => 'clock-five-thirty(5,5:30,clock,five,five-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('far fa-clock-five-thirty' => 'clock-five-thirty(5,5:30,clock,five,five-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('fal fa-clock-five-thirty' => 'clock-five-thirty(5,5:30,clock,five,five-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('fas fa-clock-four-thirty' => 'clock-four-thirty(4,4:30,clock,four,four-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('far fa-clock-four-thirty' => 'clock-four-thirty(4,4:30,clock,four,four-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('fal fa-clock-four-thirty' => 'clock-four-thirty(4,4:30,clock,four,four-thirty,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('fas fa-clock-nine' => 'clock-nine(00,9,9:00,clock,hour,minute,nine,nine o’clock,o\'clock,o’clock,pending,ticking,time)'), array('far fa-clock-nine' => 'clock-nine(00,9,9:00,clock,hour,minute,nine,nine o’clock,o\'clock,o’clock,pending,ticking,time)'), array('fal fa-clock-nine' => 'clock-nine(00,9,9:00,clock,hour,minute,nine,nine o’clock,o\'clock,o’clock,pending,ticking,time)'), array('fas fa-clock-nine-thirty' => 'clock-nine-thirty(9,9:30,clock,hour,minute,nine,nine-thirty,o\'clock,pending,thirty,ticking,time)'), array('far fa-clock-nine-thirty' => 'clock-nine-thirty(9,9:30,clock,hour,minute,nine,nine-thirty,o\'clock,pending,thirty,ticking,time)'), array('fal fa-clock-nine-thirty' => 'clock-nine-thirty(9,9:30,clock,hour,minute,nine,nine-thirty,o\'clock,pending,thirty,ticking,time)'), array('fas fa-clock-one' => 'clock-one(00,1,1:00,clock,hour,minute,o\'clock,ticking,time)'), array('far fa-clock-one' => 'clock-one(00,1,1:00,clock,hour,minute,o\'clock,ticking,time)'), array('fal fa-clock-one' => 'clock-one(00,1,1:00,clock,hour,minute,o\'clock,ticking,time)'), array('fas fa-clock-one-thirty' => 'clock-one-thirty(1,1:30,clock,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('far fa-clock-one-thirty' => 'clock-one-thirty(1,1:30,clock,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('fal fa-clock-one-thirty' => 'clock-one-thirty(1,1:30,clock,hour,minute,o\'clock,pending,thirty,ticking,time)'), array('fas fa-clock-seven' => 'clock-seven(00,7,7:00,clock,hour,minute,o\'clock,o’clock,pending,seven,seven o’clock,ticking,time)'), array('far fa-clock-seven' => 'clock-seven(00,7,7:00,clock,hour,minute,o\'clock,o’clock,pending,seven,seven o’clock,ticking,time)'), array('fal fa-clock-seven' => 'clock-seven(00,7,7:00,clock,hour,minute,o\'clock,o’clock,pending,seven,seven o’clock,ticking,time)'), array('fas fa-clock-seven-thirty' => 'clock-seven-thirty(7,7:30,clock,hour,minute,o\'clock,pending,seven,seven-thirty,thirty,ticking,time)'), array('far fa-clock-seven-thirty' => 'clock-seven-thirty(7,7:30,clock,hour,minute,o\'clock,pending,seven,seven-thirty,thirty,ticking,time)'), array('fal fa-clock-seven-thirty' => 'clock-seven-thirty(7,7:30,clock,hour,minute,o\'clock,pending,seven,seven-thirty,thirty,ticking,time)'), array('fas fa-clock-six' => 'clock-six(00,6,6:00,clock,hour,minute,o\'clock,o’clock,pending,six,six o’clock,ticking,time)'), array('far fa-clock-six' => 'clock-six(00,6,6:00,clock,hour,minute,o\'clock,o’clock,pending,six,six o’clock,ticking,time)'), array('fal fa-clock-six' => 'clock-six(00,6,6:00,clock,hour,minute,o\'clock,o’clock,pending,six,six o’clock,ticking,time)'), array('fas fa-clock-six-thirty' => 'clock-six-thirty(6,6:30,clock,hour,minute,o\'clock,pending,six,six-thirty,thirty,ticking,time)'), array('far fa-clock-six-thirty' => 'clock-six-thirty(6,6:30,clock,hour,minute,o\'clock,pending,six,six-thirty,thirty,ticking,time)'), array('fal fa-clock-six-thirty' => 'clock-six-thirty(6,6:30,clock,hour,minute,o\'clock,pending,six,six-thirty,thirty,ticking,time)'), array('fas fa-clock-ten' => 'clock-ten(00,10,10:00,clock,hour,minute,o\'clock,o’clock,pending,ten,ten o’clock,ticking,time)'), array('far fa-clock-ten' => 'clock-ten(00,10,10:00,clock,hour,minute,o\'clock,o’clock,pending,ten,ten o’clock,ticking,time)'), array('fal fa-clock-ten' => 'clock-ten(00,10,10:00,clock,hour,minute,o\'clock,o’clock,pending,ten,ten o’clock,ticking,time)'), array('fas fa-clock-ten-thirty' => 'clock-ten-thirty(10,10:30,clock,hour,minute,o\'clock,pending,ten,ten-thirty,thirty,ticking,time)'), array('far fa-clock-ten-thirty' => 'clock-ten-thirty(10,10:30,clock,hour,minute,o\'clock,pending,ten,ten-thirty,thirty,ticking,time)'), array('fal fa-clock-ten-thirty' => 'clock-ten-thirty(10,10:30,clock,hour,minute,o\'clock,pending,ten,ten-thirty,thirty,ticking,time)'), array('fas fa-clock-three' => 'clock-three(00,3,3:00,clock,hour,minute,o\'clock,o’clock,pending,three,three o’clock,ticking,time,witching hour)'), array('far fa-clock-three' => 'clock-three(00,3,3:00,clock,hour,minute,o\'clock,o’clock,pending,three,three o’clock,ticking,time,witching hour)'), array('fal fa-clock-three' => 'clock-three(00,3,3:00,clock,hour,minute,o\'clock,o’clock,pending,three,three o’clock,ticking,time,witching hour)'), array('fas fa-clock-three-thirty' => 'clock-three-thirty(3,3:30,clock,hour,minute,o\'clock,pending,thirty,three,three-thirty,ticking,time)'), array('far fa-clock-three-thirty' => 'clock-three-thirty(3,3:30,clock,hour,minute,o\'clock,pending,thirty,three,three-thirty,ticking,time)'), array('fal fa-clock-three-thirty' => 'clock-three-thirty(3,3:30,clock,hour,minute,o\'clock,pending,thirty,three,three-thirty,ticking,time)'), array('fas fa-clock-twelve' => 'clock-twelve(00,12,12:00,clock,hour,midnight,minute,noon,o\'clock,o’clock,pending,ticking,time,twelve,twelve o’clock)'), array('far fa-clock-twelve' => 'clock-twelve(00,12,12:00,clock,hour,midnight,minute,noon,o\'clock,o’clock,pending,ticking,time,twelve,twelve o’clock)'), array('fal fa-clock-twelve' => 'clock-twelve(00,12,12:00,clock,hour,midnight,minute,noon,o\'clock,o’clock,pending,ticking,time,twelve,twelve o’clock)'), array('fas fa-clock-twelve-thirty' => 'clock-twelve-thirty(12,12:30,clock,hour,minute,o\'clock,thirty,ticking,time,twelve,twelve-thirty)'), array('far fa-clock-twelve-thirty' => 'clock-twelve-thirty(12,12:30,clock,hour,minute,o\'clock,thirty,ticking,time,twelve,twelve-thirty)'), array('fal fa-clock-twelve-thirty' => 'clock-twelve-thirty(12,12:30,clock,hour,minute,o\'clock,thirty,ticking,time,twelve,twelve-thirty)'), array('fas fa-clock-two' => 'clock-two(00,1,1:00,2,2:00,clock,hour,minute,o\'clock,one,one o’clock,o’clock,pending,ticking,time,two,two o’clock)'), array('far fa-clock-two' => 'clock-two(00,1,1:00,2,2:00,clock,hour,minute,o\'clock,one,one o’clock,o’clock,pending,ticking,time,two,two o’clock)'), array('fal fa-clock-two' => 'clock-two(00,1,1:00,2,2:00,clock,hour,minute,o\'clock,one,one o’clock,o’clock,pending,ticking,time,two,two o’clock)'), array('fas fa-clock-two-thirty' => 'clock-two-thirty(1,1:30,2,2:30,clock,hour,minute,o\'clock,one,one-thirty,pending,thirty,ticking,time,two,two-thirty)'), array('far fa-clock-two-thirty' => 'clock-two-thirty(1,1:30,2,2:30,clock,hour,minute,o\'clock,one,one-thirty,pending,thirty,ticking,time,two,two-thirty)'), array('fal fa-clock-two-thirty' => 'clock-two-thirty(1,1:30,2,2:30,clock,hour,minute,o\'clock,one,one-thirty,pending,thirty,ticking,time,two,two-thirty)'), array('fas fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('far fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fal fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fas fa-hourglass' => 'hourglass(hour,hourglass,hourglass not done,minute,sand,stopwatch,time,timer)'), array('far fa-hourglass' => 'hourglass(hour,hourglass,hourglass not done,minute,sand,stopwatch,time,timer)'), array('fal fa-hourglass' => 'hourglass(hour,hourglass,hourglass not done,minute,sand,stopwatch,time,timer)'), array('fas fa-hourglass-clock' => 'hourglass-clock(countdown,hour,hourglass,hourglass not done,minute,pending,sand,stopwatch,time,timer,waiting)'), array('far fa-hourglass-clock' => 'hourglass-clock(countdown,hour,hourglass,hourglass not done,minute,pending,sand,stopwatch,time,timer,waiting)'), array('fal fa-hourglass-clock' => 'hourglass-clock(countdown,hour,hourglass,hourglass not done,minute,pending,sand,stopwatch,time,timer,waiting)'), array('fas fa-hourglass-end' => 'hourglass-end(hour,hourglass done,minute,pending,sand,stopwatch,time,timer,waiting)'), array('far fa-hourglass-end' => 'hourglass-end(hour,hourglass done,minute,pending,sand,stopwatch,time,timer,waiting)'), array('fal fa-hourglass-end' => 'hourglass-end(hour,hourglass done,minute,pending,sand,stopwatch,time,timer,waiting)'), array('fas fa-hourglass-half' => 'hourglass-half(hour,minute,pending,sand,stopwatch,time,waiting)'), array('far fa-hourglass-half' => 'hourglass-half(hour,minute,pending,sand,stopwatch,time,waiting)'), array('fal fa-hourglass-half' => 'hourglass-half(hour,minute,pending,sand,stopwatch,time,waiting)'), array('fas fa-hourglass-start' => 'hourglass-start(hour,minute,sand,stopwatch,time,waiting)'), array('far fa-hourglass-start' => 'hourglass-start(hour,minute,sand,stopwatch,time,waiting)'), array('fal fa-hourglass-start' => 'hourglass-start(hour,minute,sand,stopwatch,time,waiting)'), array('fas fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('far fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('fal fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('fas fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('far fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('fal fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('fas fa-reply-clock' => 'reply-clock(email,remind,reply,send)'), array('far fa-reply-clock' => 'reply-clock(email,remind,reply,send)'), array('fal fa-reply-clock' => 'reply-clock(email,remind,reply,send)'), array('fas fa-snooze' => 'snooze(alarm,comic,nap,rest,siesta,sleep,zzz)'), array('far fa-snooze' => 'snooze(alarm,comic,nap,rest,siesta,sleep,zzz)'), array('fal fa-snooze' => 'snooze(alarm,comic,nap,rest,siesta,sleep,zzz)'), array('fas fa-stopwatch' => 'stopwatch(clock,reminder,stopwatch,time,waiting)'), array('far fa-stopwatch' => 'stopwatch(clock,reminder,stopwatch,time,waiting)'), array('fal fa-stopwatch' => 'stopwatch(clock,reminder,stopwatch,time,waiting)'), array('fas fa-stopwatch-20' => 'stopwatch-20(ABCs,countdown,covid-19,happy birthday,i will survive,reminder,seconds,time,timer)'), array('far fa-stopwatch-20' => 'stopwatch-20(ABCs,countdown,covid-19,happy birthday,i will survive,reminder,seconds,time,timer)'), array('fal fa-stopwatch-20' => 'stopwatch-20(ABCs,countdown,covid-19,happy birthday,i will survive,reminder,seconds,time,timer)'), array('fas fa-timer' => 'timer(clock,countdown,pending,stopwatch,timer,timer clock,waiting)'), array('far fa-timer' => 'timer(clock,countdown,pending,stopwatch,timer,timer clock,waiting)'), array('fal fa-timer' => 'timer(clock,countdown,pending,stopwatch,timer,timer clock,waiting)'), array('fas fa-trash-can-clock' => 'trash-can-clock(delay,delete,garbage,hide,remove)'), array('far fa-trash-can-clock' => 'trash-can-clock(delay,delete,garbage,hide,remove)'), array('fal fa-trash-can-clock' => 'trash-can-clock(delay,delete,garbage,hide,remove)'), array('fas fa-trash-clock' => 'trash-clock(delay,delete,garbage,hide,remove)'), array('far fa-trash-clock' => 'trash-clock(delay,delete,garbage,hide,remove)'), array('fal fa-trash-clock' => 'trash-clock(delay,delete,garbage,hide,remove)'), array('fas fa-watch' => 'watch(alert,clock,time,watch,wristwatch)'), array('far fa-watch' => 'watch(alert,clock,time,watch,wristwatch)'), array('fal fa-watch' => 'watch(alert,clock,time,watch,wristwatch)'), array('fas fa-watch-apple' => 'watch-apple(apps,digital,fitness,smartwatch)'), array('far fa-watch-apple' => 'watch-apple(apps,digital,fitness,smartwatch)'), array('fal fa-watch-apple' => 'watch-apple(apps,digital,fitness,smartwatch)'), array('fas fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), array('far fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), array('fal fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), array('fas fa-watch-smart' => 'watch-smart(apps,fitness,time)'), array('far fa-watch-smart' => 'watch-smart(apps,fitness,time)'), array('fal fa-watch-smart' => 'watch-smart(apps,fitness,time)'), ), 'Construction' => array( array('fas fa-angle' => 'angle(Measured Angle,acute,measure)'), array('far fa-angle' => 'angle(Measured Angle,acute,measure)'), array('fal fa-angle' => 'angle(Measured Angle,acute,measure)'), array('fas fa-angle-90' => 'angle-90(Right Angle with Arc,measure,right angle)'), array('far fa-angle-90' => 'angle-90(Right Angle with Arc,measure,right angle)'), array('fal fa-angle-90' => 'angle-90(Right Angle with Arc,measure,right angle)'), array('fas fa-arrow-up-from-ground-water' => 'arrow-up-from-ground-water(groundwater,spring,upgrade,water supply,water table)'), array('far fa-arrow-up-from-ground-water' => 'arrow-up-from-ground-water(groundwater,spring,upgrade,water supply,water table)'), array('fal fa-arrow-up-from-ground-water' => 'arrow-up-from-ground-water(groundwater,spring,upgrade,water supply,water table)'), array('fas fa-axe' => 'axe(axe,blade,chop,cut,equipment,fall,hatchet,lumberjack,outdoors,sharp,split,swing,tool,weapon,wood)'), array('far fa-axe' => 'axe(axe,blade,chop,cut,equipment,fall,hatchet,lumberjack,outdoors,sharp,split,swing,tool,weapon,wood)'), array('fal fa-axe' => 'axe(axe,blade,chop,cut,equipment,fall,hatchet,lumberjack,outdoors,sharp,split,swing,tool,weapon,wood)'), array('fas fa-block' => 'block(block,brick,empty,mystery,super mario)'), array('far fa-block' => 'block(block,brick,empty,mystery,super mario)'), array('fal fa-block' => 'block(block,brick,empty,mystery,super mario)'), array('fas fa-block-brick' => 'block-brick(block,brick,mortar,super mario,wall)'), array('far fa-block-brick' => 'block-brick(block,brick,mortar,super mario,wall)'), array('fal fa-block-brick' => 'block-brick(block,brick,mortar,super mario,wall)'), array('fas fa-bore-hole' => 'bore-hole(bore,bury,drill,hole)'), array('far fa-bore-hole' => 'bore-hole(bore,bury,drill,hole)'), array('fal fa-bore-hole' => 'bore-hole(bore,bury,drill,hole)'), array('fas fa-brush' => 'brush(art,bristles,color,handle,maintenance,modify,paint)'), array('far fa-brush' => 'brush(art,bristles,color,handle,maintenance,modify,paint)'), array('fal fa-brush' => 'brush(art,bristles,color,handle,maintenance,modify,paint)'), array('fas fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('far fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('fal fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('fas fa-bulldozer' => 'bulldozer( earth, mover,dirt)'), array('far fa-bulldozer' => 'bulldozer( earth, mover,dirt)'), array('fal fa-bulldozer' => 'bulldozer( earth, mover,dirt)'), array('fas fa-compass-drafting' => 'compass-drafting(design,map,mechanical drawing,plot,plotting)'), array('far fa-compass-drafting' => 'compass-drafting(design,map,mechanical drawing,plot,plotting)'), array('fal fa-compass-drafting' => 'compass-drafting(design,map,mechanical drawing,plot,plotting)'), array('fas fa-dumpster' => 'dumpster(alley,bin,commercial,trash,waste)'), array('far fa-dumpster' => 'dumpster(alley,bin,commercial,trash,waste)'), array('fal fa-dumpster' => 'dumpster(alley,bin,commercial,trash,waste)'), array('fas fa-dumpster-fire' => 'dumpster-fire(alley,bin,commercial,danger,dangerous,euphemism,flame,heat,hot,trash,waste)'), array('far fa-dumpster-fire' => 'dumpster-fire(alley,bin,commercial,danger,dangerous,euphemism,flame,heat,hot,trash,waste)'), array('fal fa-dumpster-fire' => 'dumpster-fire(alley,bin,commercial,danger,dangerous,euphemism,flame,heat,hot,trash,waste)'), array('fas fa-excavator' => 'excavator( dig, earth,construction,digger,dirt)'), array('far fa-excavator' => 'excavator( dig, earth,construction,digger,dirt)'), array('fal fa-excavator' => 'excavator( dig, earth,construction,digger,dirt)'), array('fas fa-forklift' => 'forklift(archive,inventory,lorry,maintenance,pallet,shipping,tractor,warehouse)'), array('far fa-forklift' => 'forklift(archive,inventory,lorry,maintenance,pallet,shipping,tractor,warehouse)'), array('fal fa-forklift' => 'forklift(archive,inventory,lorry,maintenance,pallet,shipping,tractor,warehouse)'), array('fas fa-frame' => 'frame(artboard,crop,grid,group,viewbox)'), array('far fa-frame' => 'frame(artboard,crop,grid,group,viewbox)'), array('fal fa-frame' => 'frame(artboard,crop,grid,group,viewbox)'), array('fas fa-grate' => 'grate(drain,manhole)'), array('far fa-grate' => 'grate(drain,manhole)'), array('fal fa-grate' => 'grate(drain,manhole)'), array('fas fa-grate-droplet' => 'grate-droplet(drain,manhole)'), array('far fa-grate-droplet' => 'grate-droplet(drain,manhole)'), array('fal fa-grate-droplet' => 'grate-droplet(drain,manhole)'), array('fas fa-hammer' => 'hammer(admin,configuration,equipment,fix,hammer,maintenance,modify,recovery,repair,settings,tool)'), array('far fa-hammer' => 'hammer(admin,configuration,equipment,fix,hammer,maintenance,modify,recovery,repair,settings,tool)'), array('fal fa-hammer' => 'hammer(admin,configuration,equipment,fix,hammer,maintenance,modify,recovery,repair,settings,tool)'), array('fas fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('far fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('fal fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('fas fa-hammer-crash' => 'hammer-crash(break,crash,glass,maintenance,pound,smash)'), array('far fa-hammer-crash' => 'hammer-crash(break,crash,glass,maintenance,pound,smash)'), array('fal fa-hammer-crash' => 'hammer-crash(break,crash,glass,maintenance,pound,smash)'), array('fas fa-helmet-safety' => 'helmet-safety(construction,hardhat,helmet,maintenance,safety)'), array('far fa-helmet-safety' => 'helmet-safety(construction,hardhat,helmet,maintenance,safety)'), array('fal fa-helmet-safety' => 'helmet-safety(construction,hardhat,helmet,maintenance,safety)'), array('fas fa-hose' => 'hose(fire,irrigation,water)'), array('far fa-hose' => 'hose(fire,irrigation,water)'), array('fal fa-hose' => 'hose(fire,irrigation,water)'), array('fas fa-hose-reel' => 'hose-reel(fire,irrigation,water)'), array('far fa-hose-reel' => 'hose-reel(fire,irrigation,water)'), array('fal fa-hose-reel' => 'hose-reel(fire,irrigation,water)'), array('fas fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('far fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('fal fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('fas fa-paint-roller' => 'paint-roller(acrylic,art,brush,color,fill,maintenance,paint,pigment,watercolor)'), array('far fa-paint-roller' => 'paint-roller(acrylic,art,brush,color,fill,maintenance,paint,pigment,watercolor)'), array('fal fa-paint-roller' => 'paint-roller(acrylic,art,brush,color,fill,maintenance,paint,pigment,watercolor)'), array('fas fa-pen-ruler' => 'pen-ruler(design,draft,draw,maintenance,modify,pencil)'), array('far fa-pen-ruler' => 'pen-ruler(design,draft,draw,maintenance,modify,pencil)'), array('fal fa-pen-ruler' => 'pen-ruler(design,draft,draw,maintenance,modify,pencil)'), array('fas fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('far fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('fal fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('fas fa-person-digging' => 'person-digging(bury,construction,debris,dig,maintenance,men at work,uer)'), array('far fa-person-digging' => 'person-digging(bury,construction,debris,dig,maintenance,men at work,uer)'), array('fal fa-person-digging' => 'person-digging(bury,construction,debris,dig,maintenance,men at work,uer)'), array('fas fa-reel' => 'reel(needle,sewing,spool,string,thread,wire)'), array('far fa-reel' => 'reel(needle,sewing,spool,string,thread,wire)'), array('fal fa-reel' => 'reel(needle,sewing,spool,string,thread,wire)'), array('fas fa-ruler' => 'ruler(design,draft,length,measure,planning,ruler,straight edge,straight ruler)'), array('far fa-ruler' => 'ruler(design,draft,length,measure,planning,ruler,straight edge,straight ruler)'), array('fal fa-ruler' => 'ruler(design,draft,length,measure,planning,ruler,straight edge,straight ruler)'), array('fas fa-ruler-combined' => 'ruler-combined(design,draft,length,measure,planning)'), array('far fa-ruler-combined' => 'ruler-combined(design,draft,length,measure,planning)'), array('fal fa-ruler-combined' => 'ruler-combined(design,draft,length,measure,planning)'), array('fas fa-ruler-horizontal' => 'ruler-horizontal(design,draft,length,measure,planning)'), array('far fa-ruler-horizontal' => 'ruler-horizontal(design,draft,length,measure,planning)'), array('fal fa-ruler-horizontal' => 'ruler-horizontal(design,draft,length,measure,planning)'), array('fas fa-ruler-triangle' => 'ruler-triangle(design,draft,length,measure,planning,ruler,set,triangle,triangular ruler)'), array('far fa-ruler-triangle' => 'ruler-triangle(design,draft,length,measure,planning,ruler,set,triangle,triangular ruler)'), array('fal fa-ruler-triangle' => 'ruler-triangle(design,draft,length,measure,planning,ruler,set,triangle,triangular ruler)'), array('fas fa-ruler-vertical' => 'ruler-vertical(design,draft,length,measure,planning)'), array('far fa-ruler-vertical' => 'ruler-vertical(design,draft,length,measure,planning)'), array('fal fa-ruler-vertical' => 'ruler-vertical(design,draft,length,measure,planning)'), array('fas fa-screwdriver' => 'screwdriver(admin,configuration,equipment,fix,maintenance,mechanic,modify,repair,screw,screwdriver,settings,tool)'), array('far fa-screwdriver' => 'screwdriver(admin,configuration,equipment,fix,maintenance,mechanic,modify,repair,screw,screwdriver,settings,tool)'), array('fal fa-screwdriver' => 'screwdriver(admin,configuration,equipment,fix,maintenance,mechanic,modify,repair,screw,screwdriver,settings,tool)'), array('fas fa-screwdriver-wrench' => 'screwdriver-wrench(admin,configuration,equipment,fix,maintenance,modify,repair,screwdriver,settings,tools,wrench)'), array('far fa-screwdriver-wrench' => 'screwdriver-wrench(admin,configuration,equipment,fix,maintenance,modify,repair,screwdriver,settings,tools,wrench)'), array('fal fa-screwdriver-wrench' => 'screwdriver-wrench(admin,configuration,equipment,fix,maintenance,modify,repair,screwdriver,settings,tools,wrench)'), array('fas fa-sheet-plastic' => 'sheet-plastic(plastic,plastic wrap,protect,tarp,tarpaulin,waterproof)'), array('far fa-sheet-plastic' => 'sheet-plastic(plastic,plastic wrap,protect,tarp,tarpaulin,waterproof)'), array('fal fa-sheet-plastic' => 'sheet-plastic(plastic,plastic wrap,protect,tarp,tarpaulin,waterproof)'), array('fas fa-shovel' => 'shovel(construction,dig,equipment,excavate,maintenance,tool,trench)'), array('far fa-shovel' => 'shovel(construction,dig,equipment,excavate,maintenance,tool,trench)'), array('fal fa-shovel' => 'shovel(construction,dig,equipment,excavate,maintenance,tool,trench)'), array('fas fa-shovel-snow' => 'shovel-snow(construction,dig,equipment,excavate,maintenance,plow,tool,trench)'), array('far fa-shovel-snow' => 'shovel-snow(construction,dig,equipment,excavate,maintenance,plow,tool,trench)'), array('fal fa-shovel-snow' => 'shovel-snow(construction,dig,equipment,excavate,maintenance,plow,tool,trench)'), array('fas fa-sign-posts-wrench' => 'sign-posts-wrench( directory, map, signage, wayfinding,directions,install,permit)'), array('far fa-sign-posts-wrench' => 'sign-posts-wrench( directory, map, signage, wayfinding,directions,install,permit)'), array('fal fa-sign-posts-wrench' => 'sign-posts-wrench( directory, map, signage, wayfinding,directions,install,permit)'), array('fas fa-tarp' => 'tarp(protection,tarp,tent,waterproof)'), array('far fa-tarp' => 'tarp(protection,tarp,tent,waterproof)'), array('fal fa-tarp' => 'tarp(protection,tarp,tent,waterproof)'), array('fas fa-tarp-droplet' => 'tarp-droplet(protection,tarp,tent,waterproof)'), array('far fa-tarp-droplet' => 'tarp-droplet(protection,tarp,tent,waterproof)'), array('fal fa-tarp-droplet' => 'tarp-droplet(protection,tarp,tent,waterproof)'), array('fas fa-toilet-portable' => 'toilet-portable(outhouse,toilet)'), array('far fa-toilet-portable' => 'toilet-portable(outhouse,toilet)'), array('fal fa-toilet-portable' => 'toilet-portable(outhouse,toilet)'), array('fas fa-toilets-portable' => 'toilets-portable(outhouse,toilet)'), array('far fa-toilets-portable' => 'toilets-portable(outhouse,toilet)'), array('fal fa-toilets-portable' => 'toilets-portable(outhouse,toilet)'), array('fas fa-toolbox' => 'toolbox(admin,chest,configuration,container,equipment,fix,maintenance,mechanic,modify,repair,settings,tool,toolbox,tools)'), array('far fa-toolbox' => 'toolbox(admin,chest,configuration,container,equipment,fix,maintenance,mechanic,modify,repair,settings,tool,toolbox,tools)'), array('fal fa-toolbox' => 'toolbox(admin,chest,configuration,container,equipment,fix,maintenance,mechanic,modify,repair,settings,tool,toolbox,tools)'), array('fas fa-traffic-cone' => 'traffic-cone(alert,construction,maintenance,road)'), array('far fa-traffic-cone' => 'traffic-cone(alert,construction,maintenance,road)'), array('fal fa-traffic-cone' => 'traffic-cone(alert,construction,maintenance,road)'), array('fas fa-triangle-person-digging' => 'triangle-person-digging(bury,construction,debris,dig,maintenance,men at work,warning)'), array('far fa-triangle-person-digging' => 'triangle-person-digging(bury,construction,debris,dig,maintenance,men at work,warning)'), array('fal fa-triangle-person-digging' => 'triangle-person-digging(bury,construction,debris,dig,maintenance,men at work,warning)'), array('fas fa-trowel' => 'trowel(build,construction,equipment,maintenance,tool)'), array('far fa-trowel' => 'trowel(build,construction,equipment,maintenance,tool)'), array('fal fa-trowel' => 'trowel(build,construction,equipment,maintenance,tool)'), array('fas fa-trowel-bricks' => 'trowel-bricks(build,construction,maintenance,reconstruction,tool)'), array('far fa-trowel-bricks' => 'trowel-bricks(build,construction,maintenance,reconstruction,tool)'), array('fal fa-trowel-bricks' => 'trowel-bricks(build,construction,maintenance,reconstruction,tool)'), array('fas fa-truck-container' => 'truck-container(cargo,crate,delivery,maintenance,shipping,vehicle)'), array('far fa-truck-container' => 'truck-container(cargo,crate,delivery,maintenance,shipping,vehicle)'), array('fal fa-truck-container' => 'truck-container(cargo,crate,delivery,maintenance,shipping,vehicle)'), array('fas fa-truck-ladder' => 'truck-ladder( climb, pickup,ladder)'), array('far fa-truck-ladder' => 'truck-ladder( climb, pickup,ladder)'), array('fal fa-truck-ladder' => 'truck-ladder( climb, pickup,ladder)'), array('fas fa-truck-pickup' => 'truck-pickup(cargo,maintenance,pick-up,pickup,pickup truck,truck,vehicle)'), array('far fa-truck-pickup' => 'truck-pickup(cargo,maintenance,pick-up,pickup,pickup truck,truck,vehicle)'), array('fal fa-truck-pickup' => 'truck-pickup(cargo,maintenance,pick-up,pickup,pickup truck,truck,vehicle)'), array('fas fa-user-helmet-safety' => 'user-helmet-safety(construction,construction worker,employee,hardhat,hat,helmet,maintenance,safety,uer,worker)'), array('far fa-user-helmet-safety' => 'user-helmet-safety(construction,construction worker,employee,hardhat,hat,helmet,maintenance,safety,uer,worker)'), array('fal fa-user-helmet-safety' => 'user-helmet-safety(construction,construction worker,employee,hardhat,hat,helmet,maintenance,safety,uer,worker)'), array('fas fa-wrench' => 'wrench(configuration,construction,equipment,fix,mechanic,modify,plumbing,settings,spanner,tool,update,wrench)'), array('far fa-wrench' => 'wrench(configuration,construction,equipment,fix,mechanic,modify,plumbing,settings,spanner,tool,update,wrench)'), array('fal fa-wrench' => 'wrench(configuration,construction,equipment,fix,mechanic,modify,plumbing,settings,spanner,tool,update,wrench)'), array('fas fa-wrench-simple' => 'wrench-simple(configuration,equipment,maintenance,modify,settings,tool)'), array('far fa-wrench-simple' => 'wrench-simple(configuration,equipment,maintenance,modify,settings,tool)'), array('fal fa-wrench-simple' => 'wrench-simple(configuration,equipment,maintenance,modify,settings,tool)'), ), 'Arrows' => array( array('fas fa-angle-down' => 'angle-down(Down Arrowhead,arrow,caret,download,expand,insert)'), array('far fa-angle-down' => 'angle-down(Down Arrowhead,arrow,caret,download,expand,insert)'), array('fal fa-angle-down' => 'angle-down(Down Arrowhead,arrow,caret,download,expand,insert)'), array('fas fa-angle-left' => 'angle-left(Single Left-Pointing Angle Quotation Mark,arrow,back,caret,less,previous)'), array('far fa-angle-left' => 'angle-left(Single Left-Pointing Angle Quotation Mark,arrow,back,caret,less,previous)'), array('fal fa-angle-left' => 'angle-left(Single Left-Pointing Angle Quotation Mark,arrow,back,caret,less,previous)'), array('fas fa-angle-right' => 'angle-right(Single Right-Pointing Angle Quotation Mark,arrow,care,forward,more,next)'), array('far fa-angle-right' => 'angle-right(Single Right-Pointing Angle Quotation Mark,arrow,care,forward,more,next)'), array('fal fa-angle-right' => 'angle-right(Single Right-Pointing Angle Quotation Mark,arrow,care,forward,more,next)'), array('fas fa-angle-up' => 'angle-up(Up Arrowhead,arrow,caret,collapse,upgrade,upload)'), array('far fa-angle-up' => 'angle-up(Up Arrowhead,arrow,caret,collapse,upgrade,upload)'), array('fal fa-angle-up' => 'angle-up(Up Arrowhead,arrow,caret,collapse,upgrade,upload)'), array('fas fa-angles-down' => 'angles-down(arrows,caret,download,expand)'), array('far fa-angles-down' => 'angles-down(arrows,caret,download,expand)'), array('fal fa-angles-down' => 'angles-down(arrows,caret,download,expand)'), array('fas fa-angles-left' => 'angles-left(Left-Pointing Double Angle Quotation Mark,arrows,back,caret,laquo,previous,quote)'), array('far fa-angles-left' => 'angles-left(Left-Pointing Double Angle Quotation Mark,arrows,back,caret,laquo,previous,quote)'), array('fal fa-angles-left' => 'angles-left(Left-Pointing Double Angle Quotation Mark,arrows,back,caret,laquo,previous,quote)'), array('fas fa-angles-right' => 'angles-right(Right-Pointing Double Angle Quotation Mark,arrows,caret,forward,more,next,quote,raquo)'), array('far fa-angles-right' => 'angles-right(Right-Pointing Double Angle Quotation Mark,arrows,caret,forward,more,next,quote,raquo)'), array('fal fa-angles-right' => 'angles-right(Right-Pointing Double Angle Quotation Mark,arrows,caret,forward,more,next,quote,raquo)'), array('fas fa-angles-up' => 'angles-up(arrows,caret,collapse,upload)'), array('far fa-angles-up' => 'angles-up(arrows,caret,collapse,upload)'), array('fal fa-angles-up' => 'angles-up(arrows,caret,collapse,upload)'), array('fas fa-angles-up-down' => 'angles-up-down( down, elevator, order, up,filter)'), array('far fa-angles-up-down' => 'angles-up-down( down, elevator, order, up,filter)'), array('fal fa-angles-up-down' => 'angles-up-down( down, elevator, order, up,filter)'), array('fas fa-arrow-down' => 'arrow-down(Downwards Arrow,download)'), array('far fa-arrow-down' => 'arrow-down(Downwards Arrow,download)'), array('fal fa-arrow-down' => 'arrow-down(Downwards Arrow,download)'), array('fas fa-arrow-down-1-9' => 'arrow-down-1-9(arrange,filter,numbers,order,sort-numeric-asc)'), array('far fa-arrow-down-1-9' => 'arrow-down-1-9(arrange,filter,numbers,order,sort-numeric-asc)'), array('fal fa-arrow-down-1-9' => 'arrow-down-1-9(arrange,filter,numbers,order,sort-numeric-asc)'), array('fas fa-arrow-down-9-1' => 'arrow-down-9-1(arrange,filter,numbers,order,sort-numeric-asc)'), array('far fa-arrow-down-9-1' => 'arrow-down-9-1(arrange,filter,numbers,order,sort-numeric-asc)'), array('fal fa-arrow-down-9-1' => 'arrow-down-9-1(arrange,filter,numbers,order,sort-numeric-asc)'), array('fas fa-arrow-down-a-z' => 'arrow-down-a-z(alphabetical,arrange,filter,order,sort-alpha-asc)'), array('far fa-arrow-down-a-z' => 'arrow-down-a-z(alphabetical,arrange,filter,order,sort-alpha-asc)'), array('fal fa-arrow-down-a-z' => 'arrow-down-a-z(alphabetical,arrange,filter,order,sort-alpha-asc)'), array('fas fa-arrow-down-arrow-up' => 'arrow-down-arrow-up(arrange,arrows,exchange,filter,order,transfer)'), array('far fa-arrow-down-arrow-up' => 'arrow-down-arrow-up(arrange,arrows,exchange,filter,order,transfer)'), array('fal fa-arrow-down-arrow-up' => 'arrow-down-arrow-up(arrange,arrows,exchange,filter,order,transfer)'), array('fas fa-arrow-down-big-small' => 'arrow-down-big-small(arrange,filter,order,rectangle)'), array('far fa-arrow-down-big-small' => 'arrow-down-big-small(arrange,filter,order,rectangle)'), array('fal fa-arrow-down-big-small' => 'arrow-down-big-small(arrange,filter,order,rectangle)'), array('fas fa-arrow-down-from-arc' => 'arrow-down-from-arc( enter, save, share, transfer,download)'), array('far fa-arrow-down-from-arc' => 'arrow-down-from-arc( enter, save, share, transfer,download)'), array('fal fa-arrow-down-from-arc' => 'arrow-down-from-arc( enter, save, share, transfer,download)'), array('fas fa-arrow-down-from-bracket' => 'arrow-down-from-bracket( exit, share, transfer,download)'), array('far fa-arrow-down-from-bracket' => 'arrow-down-from-bracket( exit, share, transfer,download)'), array('fal fa-arrow-down-from-bracket' => 'arrow-down-from-bracket( exit, share, transfer,download)'), array('fas fa-arrow-down-from-dotted-line' => 'arrow-down-from-dotted-line(download,export,transfer)'), array('far fa-arrow-down-from-dotted-line' => 'arrow-down-from-dotted-line(download,export,transfer)'), array('fal fa-arrow-down-from-dotted-line' => 'arrow-down-from-dotted-line(download,export,transfer)'), array('fas fa-arrow-down-from-line' => 'arrow-down-from-line(download,export,transfer)'), array('far fa-arrow-down-from-line' => 'arrow-down-from-line(download,export,transfer)'), array('fal fa-arrow-down-from-line' => 'arrow-down-from-line(download,export,transfer)'), array('fas fa-arrow-down-left' => 'arrow-down-left(diagonal,southwest)'), array('far fa-arrow-down-left' => 'arrow-down-left(diagonal,southwest)'), array('fal fa-arrow-down-left' => 'arrow-down-left(diagonal,southwest)'), array('fas fa-arrow-down-left-and-arrow-up-right-to-center' => 'arrow-down-left-and-arrow-up-right-to-center( minimize, resize, scale,download,export,size,transfer)'), array('far fa-arrow-down-left-and-arrow-up-right-to-center' => 'arrow-down-left-and-arrow-up-right-to-center( minimize, resize, scale,download,export,size,transfer)'), array('fal fa-arrow-down-left-and-arrow-up-right-to-center' => 'arrow-down-left-and-arrow-up-right-to-center( minimize, resize, scale,download,export,size,transfer)'), array('fas fa-arrow-down-long' => 'arrow-down-long(download,long-arrow-down)'), array('far fa-arrow-down-long' => 'arrow-down-long(download,long-arrow-down)'), array('fal fa-arrow-down-long' => 'arrow-down-long(download,long-arrow-down)'), array('fas fa-arrow-down-right' => 'arrow-down-right(diagonal,southeast)'), array('far fa-arrow-down-right' => 'arrow-down-right(diagonal,southeast)'), array('fal fa-arrow-down-right' => 'arrow-down-right(diagonal,southeast)'), array('fas fa-arrow-down-short-wide' => 'arrow-down-short-wide(arrange,filter,order,sort-amount-asc)'), array('far fa-arrow-down-short-wide' => 'arrow-down-short-wide(arrange,filter,order,sort-amount-asc)'), array('fal fa-arrow-down-short-wide' => 'arrow-down-short-wide(arrange,filter,order,sort-amount-asc)'), array('fas fa-arrow-down-small-big' => 'arrow-down-small-big(arrange,filter,order,rectangle)'), array('far fa-arrow-down-small-big' => 'arrow-down-small-big(arrange,filter,order,rectangle)'), array('fal fa-arrow-down-small-big' => 'arrow-down-small-big(arrange,filter,order,rectangle)'), array('fas fa-arrow-down-square-triangle' => 'arrow-down-square-triangle(arrange,filter,order,shapes,square,triangle)'), array('far fa-arrow-down-square-triangle' => 'arrow-down-square-triangle(arrange,filter,order,shapes,square,triangle)'), array('fal fa-arrow-down-square-triangle' => 'arrow-down-square-triangle(arrange,filter,order,shapes,square,triangle)'), array('fas fa-arrow-down-to-arc' => 'arrow-down-to-arc(download,enter,insert,save,share,transfer)'), array('far fa-arrow-down-to-arc' => 'arrow-down-to-arc(download,enter,insert,save,share,transfer)'), array('fal fa-arrow-down-to-arc' => 'arrow-down-to-arc(download,enter,insert,save,share,transfer)'), array('fas fa-arrow-down-to-bracket' => 'arrow-down-to-bracket(download,insert,share,transfer)'), array('far fa-arrow-down-to-bracket' => 'arrow-down-to-bracket(download,insert,share,transfer)'), array('fal fa-arrow-down-to-bracket' => 'arrow-down-to-bracket(download,insert,share,transfer)'), array('fas fa-arrow-down-to-dotted-line' => 'arrow-down-to-dotted-line(download,export,insert,transfer)'), array('far fa-arrow-down-to-dotted-line' => 'arrow-down-to-dotted-line(download,export,insert,transfer)'), array('fal fa-arrow-down-to-dotted-line' => 'arrow-down-to-dotted-line(download,export,insert,transfer)'), array('fas fa-arrow-down-to-line' => 'arrow-down-to-line(download,export,insert,transfer)'), array('far fa-arrow-down-to-line' => 'arrow-down-to-line(download,export,insert,transfer)'), array('fal fa-arrow-down-to-line' => 'arrow-down-to-line(download,export,insert,transfer)'), array('fas fa-arrow-down-to-square' => 'arrow-down-to-square(download,insert,share,transfer)'), array('far fa-arrow-down-to-square' => 'arrow-down-to-square(download,insert,share,transfer)'), array('fal fa-arrow-down-to-square' => 'arrow-down-to-square(download,insert,share,transfer)'), array('fas fa-arrow-down-triangle-square' => 'arrow-down-triangle-square(arrange,filter,order,shapes,square,triangle)'), array('far fa-arrow-down-triangle-square' => 'arrow-down-triangle-square(arrange,filter,order,shapes,square,triangle)'), array('fal fa-arrow-down-triangle-square' => 'arrow-down-triangle-square(arrange,filter,order,shapes,square,triangle)'), array('fas fa-arrow-down-up-across-line' => 'arrow-down-up-across-line(border,crossing,transfer)'), array('far fa-arrow-down-up-across-line' => 'arrow-down-up-across-line(border,crossing,transfer)'), array('fal fa-arrow-down-up-across-line' => 'arrow-down-up-across-line(border,crossing,transfer)'), array('fas fa-arrow-down-up-lock' => 'arrow-down-up-lock(border,closed,crossing,lockdown,padlock,privacy,quarantine,transfer)'), array('far fa-arrow-down-up-lock' => 'arrow-down-up-lock(border,closed,crossing,lockdown,padlock,privacy,quarantine,transfer)'), array('fal fa-arrow-down-up-lock' => 'arrow-down-up-lock(border,closed,crossing,lockdown,padlock,privacy,quarantine,transfer)'), array('fas fa-arrow-down-wide-short' => 'arrow-down-wide-short(arrange,filter,number,order,sort-amount-asc)'), array('far fa-arrow-down-wide-short' => 'arrow-down-wide-short(arrange,filter,number,order,sort-amount-asc)'), array('fal fa-arrow-down-wide-short' => 'arrow-down-wide-short(arrange,filter,number,order,sort-amount-asc)'), array('fas fa-arrow-down-z-a' => 'arrow-down-z-a(alphabetical,arrange,filter,order,sort-alpha-asc)'), array('far fa-arrow-down-z-a' => 'arrow-down-z-a(alphabetical,arrange,filter,order,sort-alpha-asc)'), array('fal fa-arrow-down-z-a' => 'arrow-down-z-a(alphabetical,arrange,filter,order,sort-alpha-asc)'), array('fas fa-arrow-left' => 'arrow-left(Leftwards Arrow,back,previous)'), array('far fa-arrow-left' => 'arrow-left(Leftwards Arrow,back,previous)'), array('fal fa-arrow-left' => 'arrow-left(Leftwards Arrow,back,previous)'), array('fas fa-arrow-left-from-arc' => 'arrow-left-from-arc( give, leave, send, transfer,exit)'), array('far fa-arrow-left-from-arc' => 'arrow-left-from-arc( give, leave, send, transfer,exit)'), array('fal fa-arrow-left-from-arc' => 'arrow-left-from-arc( give, leave, send, transfer,exit)'), array('fas fa-arrow-left-from-bracket' => 'arrow-left-from-bracket( leave, logout, send,exit)'), array('far fa-arrow-left-from-bracket' => 'arrow-left-from-bracket( leave, logout, send,exit)'), array('fal fa-arrow-left-from-bracket' => 'arrow-left-from-bracket( leave, logout, send,exit)'), array('fas fa-arrow-left-from-line' => 'arrow-left-from-line(Leftwards Arrow from Bar,forward,next)'), array('far fa-arrow-left-from-line' => 'arrow-left-from-line(Leftwards Arrow from Bar,forward,next)'), array('fal fa-arrow-left-from-line' => 'arrow-left-from-line(Leftwards Arrow from Bar,forward,next)'), array('fas fa-arrow-left-long' => 'arrow-left-long(back,long-arrow-left,previous)'), array('far fa-arrow-left-long' => 'arrow-left-long(back,long-arrow-left,previous)'), array('fal fa-arrow-left-long' => 'arrow-left-long(back,long-arrow-left,previous)'), array('fas fa-arrow-left-long-to-line' => 'arrow-left-long-to-line(back,delete,insert,left)'), array('far fa-arrow-left-long-to-line' => 'arrow-left-long-to-line(back,delete,insert,left)'), array('fal fa-arrow-left-long-to-line' => 'arrow-left-long-to-line(back,delete,insert,left)'), array('fas fa-arrow-left-to-arc' => 'arrow-left-to-arc( give, into, login, send, sign in,enter)'), array('far fa-arrow-left-to-arc' => 'arrow-left-to-arc( give, into, login, send, sign in,enter)'), array('fal fa-arrow-left-to-arc' => 'arrow-left-to-arc( give, into, login, send, sign in,enter)'), array('fas fa-arrow-left-to-bracket' => 'arrow-left-to-bracket( exit, login,enter)'), array('far fa-arrow-left-to-bracket' => 'arrow-left-to-bracket( exit, login,enter)'), array('fal fa-arrow-left-to-bracket' => 'arrow-left-to-bracket( exit, login,enter)'), array('fas fa-arrow-left-to-line' => 'arrow-left-to-line(Leftwards Arrow to Bar,back,insert,previous)'), array('far fa-arrow-left-to-line' => 'arrow-left-to-line(Leftwards Arrow to Bar,back,insert,previous)'), array('fal fa-arrow-left-to-line' => 'arrow-left-to-line(Leftwards Arrow to Bar,back,insert,previous)'), array('fas fa-arrow-pointer' => 'arrow-pointer(arrow,cursor,select)'), array('far fa-arrow-pointer' => 'arrow-pointer(arrow,cursor,select)'), array('fal fa-arrow-pointer' => 'arrow-pointer(arrow,cursor,select)'), array('fas fa-arrow-progress' => 'arrow-progress( flow, methodology, process, progress, steps,route)'), array('far fa-arrow-progress' => 'arrow-progress( flow, methodology, process, progress, steps,route)'), array('fal fa-arrow-progress' => 'arrow-progress( flow, methodology, process, progress, steps,route)'), array('fas fa-arrow-right' => 'arrow-right(Rightwards Arrow,forward,next)'), array('far fa-arrow-right' => 'arrow-right(Rightwards Arrow,forward,next)'), array('fal fa-arrow-right' => 'arrow-right(Rightwards Arrow,forward,next)'), array('fas fa-arrow-right-arrow-left' => 'arrow-right-arrow-left(Rightwards Arrow Over Leftwards Arrow,arrow,arrows,reciprocate,return,swap,transfer)'), array('far fa-arrow-right-arrow-left' => 'arrow-right-arrow-left(Rightwards Arrow Over Leftwards Arrow,arrow,arrows,reciprocate,return,swap,transfer)'), array('fal fa-arrow-right-arrow-left' => 'arrow-right-arrow-left(Rightwards Arrow Over Leftwards Arrow,arrow,arrows,reciprocate,return,swap,transfer)'), array('fas fa-arrow-right-from-arc' => 'arrow-right-from-arc(exit,give,leave,send,transfer)'), array('far fa-arrow-right-from-arc' => 'arrow-right-from-arc(exit,give,leave,send,transfer)'), array('fal fa-arrow-right-from-arc' => 'arrow-right-from-arc(exit,give,leave,send,transfer)'), array('fas fa-arrow-right-from-bracket' => 'arrow-right-from-bracket(arrow,exit,leave,log out,logout)'), array('far fa-arrow-right-from-bracket' => 'arrow-right-from-bracket(arrow,exit,leave,log out,logout)'), array('fal fa-arrow-right-from-bracket' => 'arrow-right-from-bracket(arrow,exit,leave,log out,logout)'), array('fas fa-arrow-right-from-line' => 'arrow-right-from-line(Rightwards Arrow from Bar,back,previous)'), array('far fa-arrow-right-from-line' => 'arrow-right-from-line(Rightwards Arrow from Bar,back,previous)'), array('fal fa-arrow-right-from-line' => 'arrow-right-from-line(Rightwards Arrow from Bar,back,previous)'), array('fas fa-arrow-right-long' => 'arrow-right-long(forward,long-arrow-right,next)'), array('far fa-arrow-right-long' => 'arrow-right-long(forward,long-arrow-right,next)'), array('fal fa-arrow-right-long' => 'arrow-right-long(forward,long-arrow-right,next)'), array('fas fa-arrow-right-long-to-line' => 'arrow-right-long-to-line(forward,insert,right,skip,tab)'), array('far fa-arrow-right-long-to-line' => 'arrow-right-long-to-line(forward,insert,right,skip,tab)'), array('fal fa-arrow-right-long-to-line' => 'arrow-right-long-to-line(forward,insert,right,skip,tab)'), array('fas fa-arrow-right-to-arc' => 'arrow-right-to-arc(enter,give,insert,into,login,send,sign in)'), array('far fa-arrow-right-to-arc' => 'arrow-right-to-arc(enter,give,insert,into,login,send,sign in)'), array('fal fa-arrow-right-to-arc' => 'arrow-right-to-arc(enter,give,insert,into,login,send,sign in)'), array('fas fa-arrow-right-to-bracket' => 'arrow-right-to-bracket(arrow,enter,insert,join,log in,login,sign in,sign up,sign-in,signin,signup)'), array('far fa-arrow-right-to-bracket' => 'arrow-right-to-bracket(arrow,enter,insert,join,log in,login,sign in,sign up,sign-in,signin,signup)'), array('fal fa-arrow-right-to-bracket' => 'arrow-right-to-bracket(arrow,enter,insert,join,log in,login,sign in,sign up,sign-in,signin,signup)'), array('fas fa-arrow-right-to-line' => 'arrow-right-to-line(Rightwards Arrow to Bar,forward,insert,next)'), array('far fa-arrow-right-to-line' => 'arrow-right-to-line(Rightwards Arrow to Bar,forward,insert,next)'), array('fal fa-arrow-right-to-line' => 'arrow-right-to-line(Rightwards Arrow to Bar,forward,insert,next)'), array('fas fa-arrow-rotate-left' => 'arrow-rotate-left(Anticlockwise Open Circle Arrow,back,control z,exchange,oops,return,rotate,swap)'), array('far fa-arrow-rotate-left' => 'arrow-rotate-left(Anticlockwise Open Circle Arrow,back,control z,exchange,oops,return,rotate,swap)'), array('fal fa-arrow-rotate-left' => 'arrow-rotate-left(Anticlockwise Open Circle Arrow,back,control z,exchange,oops,return,rotate,swap)'), array('fas fa-arrow-rotate-right' => 'arrow-rotate-right(Clockwise Open Circle Arrow,forward,refresh,reload,renew,repeat,retry)'), array('far fa-arrow-rotate-right' => 'arrow-rotate-right(Clockwise Open Circle Arrow,forward,refresh,reload,renew,repeat,retry)'), array('fal fa-arrow-rotate-right' => 'arrow-rotate-right(Clockwise Open Circle Arrow,forward,refresh,reload,renew,repeat,retry)'), array('fas fa-arrow-trend-down' => 'arrow-trend-down(line,stocks,trend)'), array('far fa-arrow-trend-down' => 'arrow-trend-down(line,stocks,trend)'), array('fal fa-arrow-trend-down' => 'arrow-trend-down(line,stocks,trend)'), array('fas fa-arrow-trend-up' => 'arrow-trend-up(line,stocks,trend)'), array('far fa-arrow-trend-up' => 'arrow-trend-up(line,stocks,trend)'), array('fal fa-arrow-trend-up' => 'arrow-trend-up(line,stocks,trend)'), array('fas fa-arrow-turn-down' => 'arrow-turn-down(arrow)'), array('far fa-arrow-turn-down' => 'arrow-turn-down(arrow)'), array('fal fa-arrow-turn-down' => 'arrow-turn-down(arrow)'), array('fas fa-arrow-turn-down-left' => 'arrow-turn-down-left(enter,keyboard,return)'), array('far fa-arrow-turn-down-left' => 'arrow-turn-down-left(enter,keyboard,return)'), array('fal fa-arrow-turn-down-left' => 'arrow-turn-down-left(enter,keyboard,return)'), array('fas fa-arrow-turn-down-right' => 'arrow-turn-down-right(forward,move)'), array('far fa-arrow-turn-down-right' => 'arrow-turn-down-right(forward,move)'), array('fal fa-arrow-turn-down-right' => 'arrow-turn-down-right(forward,move)'), array('fas fa-arrow-turn-left' => 'arrow-turn-left( direction, left, return, turn, west,back)'), array('far fa-arrow-turn-left' => 'arrow-turn-left( direction, left, return, turn, west,back)'), array('fal fa-arrow-turn-left' => 'arrow-turn-left( direction, left, return, turn, west,back)'), array('fas fa-arrow-turn-left-down' => 'arrow-turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('far fa-arrow-turn-left-down' => 'arrow-turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('fal fa-arrow-turn-left-down' => 'arrow-turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('fas fa-arrow-turn-left-up' => 'arrow-turn-left-up( direction, north, turn,forward,right)'), array('far fa-arrow-turn-left-up' => 'arrow-turn-left-up( direction, north, turn,forward,right)'), array('fal fa-arrow-turn-left-up' => 'arrow-turn-left-up( direction, north, turn,forward,right)'), array('fas fa-arrow-turn-right' => 'arrow-turn-right( direction, east, next, right, turn,forward)'), array('far fa-arrow-turn-right' => 'arrow-turn-right( direction, east, next, right, turn,forward)'), array('fal fa-arrow-turn-right' => 'arrow-turn-right( direction, east, next, right, turn,forward)'), array('fas fa-arrow-turn-up' => 'arrow-turn-up(arrow)'), array('far fa-arrow-turn-up' => 'arrow-turn-up(arrow)'), array('fal fa-arrow-turn-up' => 'arrow-turn-up(arrow)'), array('fas fa-arrow-up' => 'arrow-up(Upwards Arrow,forward,upgrade,upload)'), array('far fa-arrow-up' => 'arrow-up(Upwards Arrow,forward,upgrade,upload)'), array('fal fa-arrow-up' => 'arrow-up(Upwards Arrow,forward,upgrade,upload)'), array('fas fa-arrow-up-1-9' => 'arrow-up-1-9(arrange,filter,numbers,order,sort-numeric-desc)'), array('far fa-arrow-up-1-9' => 'arrow-up-1-9(arrange,filter,numbers,order,sort-numeric-desc)'), array('fal fa-arrow-up-1-9' => 'arrow-up-1-9(arrange,filter,numbers,order,sort-numeric-desc)'), array('fas fa-arrow-up-9-1' => 'arrow-up-9-1(arrange,filter,numbers,order,sort-numeric-desc)'), array('far fa-arrow-up-9-1' => 'arrow-up-9-1(arrange,filter,numbers,order,sort-numeric-desc)'), array('fal fa-arrow-up-9-1' => 'arrow-up-9-1(arrange,filter,numbers,order,sort-numeric-desc)'), array('fas fa-arrow-up-a-z' => 'arrow-up-a-z(alphabetical,arrange,filter,order,sort-alpha-desc)'), array('far fa-arrow-up-a-z' => 'arrow-up-a-z(alphabetical,arrange,filter,order,sort-alpha-desc)'), array('fal fa-arrow-up-a-z' => 'arrow-up-a-z(alphabetical,arrange,filter,order,sort-alpha-desc)'), array('fas fa-arrow-up-arrow-down' => 'arrow-up-arrow-down(Upwards Arrow Leftwards of Downwards Arrow,reverse,swap,switch,transfer)'), array('far fa-arrow-up-arrow-down' => 'arrow-up-arrow-down(Upwards Arrow Leftwards of Downwards Arrow,reverse,swap,switch,transfer)'), array('fal fa-arrow-up-arrow-down' => 'arrow-up-arrow-down(Upwards Arrow Leftwards of Downwards Arrow,reverse,swap,switch,transfer)'), array('fas fa-arrow-up-big-small' => 'arrow-up-big-small(arrange,filter,order,rectangle,upgrade)'), array('far fa-arrow-up-big-small' => 'arrow-up-big-small(arrange,filter,order,rectangle,upgrade)'), array('fal fa-arrow-up-big-small' => 'arrow-up-big-small(arrange,filter,order,rectangle,upgrade)'), array('fas fa-arrow-up-from-arc' => 'arrow-up-from-arc(import,share,transfer,upgrade,upload)'), array('far fa-arrow-up-from-arc' => 'arrow-up-from-arc(import,share,transfer,upgrade,upload)'), array('fal fa-arrow-up-from-arc' => 'arrow-up-from-arc(import,share,transfer,upgrade,upload)'), array('fas fa-arrow-up-from-bracket' => 'arrow-up-from-bracket(share,transfer,upgrade,upload)'), array('far fa-arrow-up-from-bracket' => 'arrow-up-from-bracket(share,transfer,upgrade,upload)'), array('fal fa-arrow-up-from-bracket' => 'arrow-up-from-bracket(share,transfer,upgrade,upload)'), array('fas fa-arrow-up-from-dotted-line' => 'arrow-up-from-dotted-line(import,transfer,upgrade,upload)'), array('far fa-arrow-up-from-dotted-line' => 'arrow-up-from-dotted-line(import,transfer,upgrade,upload)'), array('fal fa-arrow-up-from-dotted-line' => 'arrow-up-from-dotted-line(import,transfer,upgrade,upload)'), array('fas fa-arrow-up-from-line' => 'arrow-up-from-line(import,transfer,upgrade,upload)'), array('far fa-arrow-up-from-line' => 'arrow-up-from-line(import,transfer,upgrade,upload)'), array('fal fa-arrow-up-from-line' => 'arrow-up-from-line(import,transfer,upgrade,upload)'), array('fas fa-arrow-up-from-square' => 'arrow-up-from-square(share,transfer,upgrade,upload)'), array('far fa-arrow-up-from-square' => 'arrow-up-from-square(share,transfer,upgrade,upload)'), array('fal fa-arrow-up-from-square' => 'arrow-up-from-square(share,transfer,upgrade,upload)'), array('fas fa-arrow-up-left' => 'arrow-up-left(diagonal,northwest)'), array('far fa-arrow-up-left' => 'arrow-up-left(diagonal,northwest)'), array('fal fa-arrow-up-left' => 'arrow-up-left(diagonal,northwest)'), array('fas fa-arrow-up-left-from-circle' => 'arrow-up-left-from-circle(Broken Circle with Northwest Arrow,escape,logout,upgrade)'), array('far fa-arrow-up-left-from-circle' => 'arrow-up-left-from-circle(Broken Circle with Northwest Arrow,escape,logout,upgrade)'), array('fal fa-arrow-up-left-from-circle' => 'arrow-up-left-from-circle(Broken Circle with Northwest Arrow,escape,logout,upgrade)'), array('fas fa-arrow-up-long' => 'arrow-up-long(long-arrow-up,upload)'), array('far fa-arrow-up-long' => 'arrow-up-long(long-arrow-up,upload)'), array('fal fa-arrow-up-long' => 'arrow-up-long(long-arrow-up,upload)'), array('fas fa-arrow-up-right' => 'arrow-up-right(diagonal,northeast)'), array('far fa-arrow-up-right' => 'arrow-up-right(diagonal,northeast)'), array('fal fa-arrow-up-right' => 'arrow-up-right(diagonal,northeast)'), array('fas fa-arrow-up-right-and-arrow-down-left-from-center' => 'arrow-up-right-and-arrow-down-left-from-center( maximize, resize, scale,enlarge,expand,size)'), array('far fa-arrow-up-right-and-arrow-down-left-from-center' => 'arrow-up-right-and-arrow-down-left-from-center( maximize, resize, scale,enlarge,expand,size)'), array('fal fa-arrow-up-right-and-arrow-down-left-from-center' => 'arrow-up-right-and-arrow-down-left-from-center( maximize, resize, scale,enlarge,expand,size)'), array('fas fa-arrow-up-right-dots' => 'arrow-up-right-dots(growth,increase,population,upgrade)'), array('far fa-arrow-up-right-dots' => 'arrow-up-right-dots(growth,increase,population,upgrade)'), array('fal fa-arrow-up-right-dots' => 'arrow-up-right-dots(growth,increase,population,upgrade)'), array('fas fa-arrow-up-right-from-square' => 'arrow-up-right-from-square(new,open,send,share,upgrade)'), array('far fa-arrow-up-right-from-square' => 'arrow-up-right-from-square(new,open,send,share,upgrade)'), array('fal fa-arrow-up-right-from-square' => 'arrow-up-right-from-square(new,open,send,share,upgrade)'), array('fas fa-arrow-up-short-wide' => 'arrow-up-short-wide(arrange,filter,order,sort-amount-desc)'), array('far fa-arrow-up-short-wide' => 'arrow-up-short-wide(arrange,filter,order,sort-amount-desc)'), array('fal fa-arrow-up-short-wide' => 'arrow-up-short-wide(arrange,filter,order,sort-amount-desc)'), array('fas fa-arrow-up-small-big' => 'arrow-up-small-big(arrange,filter,order,rectangle)'), array('far fa-arrow-up-small-big' => 'arrow-up-small-big(arrange,filter,order,rectangle)'), array('fal fa-arrow-up-small-big' => 'arrow-up-small-big(arrange,filter,order,rectangle)'), array('fas fa-arrow-up-square-triangle' => 'arrow-up-square-triangle(arrange,filter,order,shapes,square,triangle,upgrade)'), array('far fa-arrow-up-square-triangle' => 'arrow-up-square-triangle(arrange,filter,order,shapes,square,triangle,upgrade)'), array('fal fa-arrow-up-square-triangle' => 'arrow-up-square-triangle(arrange,filter,order,shapes,square,triangle,upgrade)'), array('fas fa-arrow-up-to-arc' => 'arrow-up-to-arc( share, transfer, upload,import)'), array('far fa-arrow-up-to-arc' => 'arrow-up-to-arc( share, transfer, upload,import)'), array('fal fa-arrow-up-to-arc' => 'arrow-up-to-arc( share, transfer, upload,import)'), array('fas fa-arrow-up-to-bracket' => 'arrow-up-to-bracket( enter, share, transfer,upload)'), array('far fa-arrow-up-to-bracket' => 'arrow-up-to-bracket( enter, share, transfer,upload)'), array('fal fa-arrow-up-to-bracket' => 'arrow-up-to-bracket( enter, share, transfer,upload)'), array('fas fa-arrow-up-to-dotted-line' => 'arrow-up-to-dotted-line(import,transfer,upgrade,upload)'), array('far fa-arrow-up-to-dotted-line' => 'arrow-up-to-dotted-line(import,transfer,upgrade,upload)'), array('fal fa-arrow-up-to-dotted-line' => 'arrow-up-to-dotted-line(import,transfer,upgrade,upload)'), array('fas fa-arrow-up-to-line' => 'arrow-up-to-line(import,transfer,upgrade,upload)'), array('far fa-arrow-up-to-line' => 'arrow-up-to-line(import,transfer,upgrade,upload)'), array('fal fa-arrow-up-to-line' => 'arrow-up-to-line(import,transfer,upgrade,upload)'), array('fas fa-arrow-up-triangle-square' => 'arrow-up-triangle-square(arrange,filter,order,shapes,square,triangle,upgrade)'), array('far fa-arrow-up-triangle-square' => 'arrow-up-triangle-square(arrange,filter,order,shapes,square,triangle,upgrade)'), array('fal fa-arrow-up-triangle-square' => 'arrow-up-triangle-square(arrange,filter,order,shapes,square,triangle,upgrade)'), array('fas fa-arrow-up-wide-short' => 'arrow-up-wide-short(arrange,filter,order,sort-amount-desc,upgrade)'), array('far fa-arrow-up-wide-short' => 'arrow-up-wide-short(arrange,filter,order,sort-amount-desc,upgrade)'), array('fal fa-arrow-up-wide-short' => 'arrow-up-wide-short(arrange,filter,order,sort-amount-desc,upgrade)'), array('fas fa-arrow-up-z-a' => 'arrow-up-z-a(alphabetical,arrange,filter,order,sort-alpha-desc)'), array('far fa-arrow-up-z-a' => 'arrow-up-z-a(alphabetical,arrange,filter,order,sort-alpha-desc)'), array('fal fa-arrow-up-z-a' => 'arrow-up-z-a(alphabetical,arrange,filter,order,sort-alpha-desc)'), array('fas fa-arrows-cross' => 'arrows-cross(North East Arrow Crossing South East Arrow,swap,switch,transfer)'), array('far fa-arrows-cross' => 'arrows-cross(North East Arrow Crossing South East Arrow,swap,switch,transfer)'), array('fal fa-arrows-cross' => 'arrows-cross(North East Arrow Crossing South East Arrow,swap,switch,transfer)'), array('fas fa-arrows-down-to-line' => 'arrows-down-to-line(insert,scale down,sink)'), array('far fa-arrows-down-to-line' => 'arrows-down-to-line(insert,scale down,sink)'), array('fal fa-arrows-down-to-line' => 'arrows-down-to-line(insert,scale down,sink)'), array('fas fa-arrows-from-dotted-line' => 'arrows-from-dotted-line(expand,grow)'), array('far fa-arrows-from-dotted-line' => 'arrows-from-dotted-line(expand,grow)'), array('fal fa-arrows-from-dotted-line' => 'arrows-from-dotted-line(expand,grow)'), array('fas fa-arrows-from-line' => 'arrows-from-line(expand,grow)'), array('far fa-arrows-from-line' => 'arrows-from-line(expand,grow)'), array('fal fa-arrows-from-line' => 'arrows-from-line(expand,grow)'), array('fas fa-arrows-left-right' => 'arrows-left-right(expand,horizontal,landscape,resize,wide)'), array('far fa-arrows-left-right' => 'arrows-left-right(expand,horizontal,landscape,resize,wide)'), array('fal fa-arrows-left-right' => 'arrows-left-right(expand,horizontal,landscape,resize,wide)'), array('fas fa-arrows-left-right-to-line' => 'arrows-left-right-to-line(analysis,expand,gap)'), array('far fa-arrows-left-right-to-line' => 'arrows-left-right-to-line(analysis,expand,gap)'), array('fal fa-arrows-left-right-to-line' => 'arrows-left-right-to-line(analysis,expand,gap)'), array('fas fa-arrows-maximize' => 'arrows-maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('far fa-arrows-maximize' => 'arrows-maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('fal fa-arrows-maximize' => 'arrows-maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('fas fa-arrows-minimize' => 'arrows-minimize(collapse,minimize,shrink)'), array('far fa-arrows-minimize' => 'arrows-minimize(collapse,minimize,shrink)'), array('fal fa-arrows-minimize' => 'arrows-minimize(collapse,minimize,shrink)'), array('fas fa-arrows-repeat' => 'arrows-repeat(flip,reload,renew,retry,rewind,switch)'), array('far fa-arrows-repeat' => 'arrows-repeat(flip,reload,renew,retry,rewind,switch)'), array('fal fa-arrows-repeat' => 'arrows-repeat(flip,reload,renew,retry,rewind,switch)'), array('fas fa-arrows-repeat-1' => 'arrows-repeat-1(flip,reload,renew,retry,rewind,switch)'), array('far fa-arrows-repeat-1' => 'arrows-repeat-1(flip,reload,renew,retry,rewind,switch)'), array('fal fa-arrows-repeat-1' => 'arrows-repeat-1(flip,reload,renew,retry,rewind,switch)'), array('fas fa-arrows-retweet' => 'arrows-retweet(refresh,reload,renew,retry,share,swap)'), array('far fa-arrows-retweet' => 'arrows-retweet(refresh,reload,renew,retry,share,swap)'), array('fal fa-arrows-retweet' => 'arrows-retweet(refresh,reload,renew,retry,share,swap)'), array('fas fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('far fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('fal fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('fas fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('far fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fal fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fas fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('far fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('fal fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('fas fa-arrows-split-up-and-left' => 'arrows-split-up-and-left(agile,split)'), array('far fa-arrows-split-up-and-left' => 'arrows-split-up-and-left(agile,split)'), array('fal fa-arrows-split-up-and-left' => 'arrows-split-up-and-left(agile,split)'), array('fas fa-arrows-to-circle' => 'arrows-to-circle(center,concentrate,coordinate,coordination,focal point,focus,insert)'), array('far fa-arrows-to-circle' => 'arrows-to-circle(center,concentrate,coordinate,coordination,focal point,focus,insert)'), array('fal fa-arrows-to-circle' => 'arrows-to-circle(center,concentrate,coordinate,coordination,focal point,focus,insert)'), array('fas fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('far fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('fal fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('fas fa-arrows-to-dotted-line' => 'arrows-to-dotted-line(collapse,shrink)'), array('far fa-arrows-to-dotted-line' => 'arrows-to-dotted-line(collapse,shrink)'), array('fal fa-arrows-to-dotted-line' => 'arrows-to-dotted-line(collapse,shrink)'), array('fas fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('far fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('fal fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('fas fa-arrows-to-line' => 'arrows-to-line(collapse,shrink)'), array('far fa-arrows-to-line' => 'arrows-to-line(collapse,shrink)'), array('fal fa-arrows-to-line' => 'arrows-to-line(collapse,shrink)'), array('fas fa-arrows-turn-right' => 'arrows-turn-right(arrows)'), array('far fa-arrows-turn-right' => 'arrows-turn-right(arrows)'), array('fal fa-arrows-turn-right' => 'arrows-turn-right(arrows)'), array('fas fa-arrows-turn-to-dots' => 'arrows-turn-to-dots(destination,insert,nexus)'), array('far fa-arrows-turn-to-dots' => 'arrows-turn-to-dots(destination,insert,nexus)'), array('fal fa-arrows-turn-to-dots' => 'arrows-turn-to-dots(destination,insert,nexus)'), array('fas fa-arrows-up-down' => 'arrows-up-down(expand,portrait,resize,tall,vertical)'), array('far fa-arrows-up-down' => 'arrows-up-down(expand,portrait,resize,tall,vertical)'), array('fal fa-arrows-up-down' => 'arrows-up-down(expand,portrait,resize,tall,vertical)'), array('fas fa-arrows-up-down-left-right' => 'arrows-up-down-left-right(arrow,arrows,bigger,enlarge,expand,fullscreen,move,position,reorder,resize)'), array('far fa-arrows-up-down-left-right' => 'arrows-up-down-left-right(arrow,arrows,bigger,enlarge,expand,fullscreen,move,position,reorder,resize)'), array('fal fa-arrows-up-down-left-right' => 'arrows-up-down-left-right(arrow,arrows,bigger,enlarge,expand,fullscreen,move,position,reorder,resize)'), array('fas fa-arrows-up-to-line' => 'arrows-up-to-line(rise,scale up,upgrade)'), array('far fa-arrows-up-to-line' => 'arrows-up-to-line(rise,scale up,upgrade)'), array('fal fa-arrows-up-to-line' => 'arrows-up-to-line(rise,scale up,upgrade)'), array('fas fa-caret-down' => 'caret-down(arrow,dropdown,expand,menu,more,triangle)'), array('far fa-caret-down' => 'caret-down(arrow,dropdown,expand,menu,more,triangle)'), array('fal fa-caret-down' => 'caret-down(arrow,dropdown,expand,menu,more,triangle)'), array('fas fa-caret-left' => 'caret-left(arrow,back,previous,triangle)'), array('far fa-caret-left' => 'caret-left(arrow,back,previous,triangle)'), array('fal fa-caret-left' => 'caret-left(arrow,back,previous,triangle)'), array('fas fa-caret-right' => 'caret-right(arrow,forward,next,triangle)'), array('far fa-caret-right' => 'caret-right(arrow,forward,next,triangle)'), array('fal fa-caret-right' => 'caret-right(arrow,forward,next,triangle)'), array('fas fa-caret-up' => 'caret-up(arrow,collapse,triangle,upgrade)'), array('far fa-caret-up' => 'caret-up(arrow,collapse,triangle,upgrade)'), array('fal fa-caret-up' => 'caret-up(arrow,collapse,triangle,upgrade)'), array('fas fa-chevron-down' => 'chevron-down(arrow,download,expand,insert)'), array('far fa-chevron-down' => 'chevron-down(arrow,download,expand,insert)'), array('fal fa-chevron-down' => 'chevron-down(arrow,download,expand,insert)'), array('fas fa-chevron-left' => 'chevron-left(Left-Pointing Angle Bracket,arrow,back,bracket,previous)'), array('far fa-chevron-left' => 'chevron-left(Left-Pointing Angle Bracket,arrow,back,bracket,previous)'), array('fal fa-chevron-left' => 'chevron-left(Left-Pointing Angle Bracket,arrow,back,bracket,previous)'), array('fas fa-chevron-right' => 'chevron-right(Right-Pointing Angle Bracket,arrow,bracket,forward,next)'), array('far fa-chevron-right' => 'chevron-right(Right-Pointing Angle Bracket,arrow,bracket,forward,next)'), array('fal fa-chevron-right' => 'chevron-right(Right-Pointing Angle Bracket,arrow,bracket,forward,next)'), array('fas fa-chevron-up' => 'chevron-up(arrow,collapse,upgrade,upload)'), array('far fa-chevron-up' => 'chevron-up(arrow,collapse,upgrade,upload)'), array('fal fa-chevron-up' => 'chevron-up(arrow,collapse,upgrade,upload)'), array('fas fa-chevrons-down' => 'chevrons-down(arrow,download,expand)'), array('far fa-chevrons-down' => 'chevrons-down(arrow,download,expand)'), array('fal fa-chevrons-down' => 'chevrons-down(arrow,download,expand)'), array('fas fa-chevrons-left' => 'chevrons-left(arrow,back,bracket,previous)'), array('far fa-chevrons-left' => 'chevrons-left(arrow,back,bracket,previous)'), array('fal fa-chevrons-left' => 'chevrons-left(arrow,back,bracket,previous)'), array('fas fa-chevrons-right' => 'chevrons-right(arrow,bracket,forward,next)'), array('far fa-chevrons-right' => 'chevrons-right(arrow,bracket,forward,next)'), array('fal fa-chevrons-right' => 'chevrons-right(arrow,bracket,forward,next)'), array('fas fa-chevrons-up' => 'chevrons-up(arrow,collapse,upgrade,upload)'), array('far fa-chevrons-up' => 'chevrons-up(arrow,collapse,upgrade,upload)'), array('fal fa-chevrons-up' => 'chevrons-up(arrow,collapse,upgrade,upload)'), array('fas fa-circle-arrow-down' => 'circle-arrow-down(download)'), array('far fa-circle-arrow-down' => 'circle-arrow-down(download)'), array('fal fa-circle-arrow-down' => 'circle-arrow-down(download)'), array('fas fa-circle-arrow-down-left' => 'circle-arrow-down-left(diagonal,southwest)'), array('far fa-circle-arrow-down-left' => 'circle-arrow-down-left(diagonal,southwest)'), array('fal fa-circle-arrow-down-left' => 'circle-arrow-down-left(diagonal,southwest)'), array('fas fa-circle-arrow-down-right' => 'circle-arrow-down-right(diagonal,southeast)'), array('far fa-circle-arrow-down-right' => 'circle-arrow-down-right(diagonal,southeast)'), array('fal fa-circle-arrow-down-right' => 'circle-arrow-down-right(diagonal,southeast)'), array('fas fa-circle-arrow-left' => 'circle-arrow-left(back,previous)'), array('far fa-circle-arrow-left' => 'circle-arrow-left(back,previous)'), array('fal fa-circle-arrow-left' => 'circle-arrow-left(back,previous)'), array('fas fa-circle-arrow-right' => 'circle-arrow-right(forward,next)'), array('far fa-circle-arrow-right' => 'circle-arrow-right(forward,next)'), array('fal fa-circle-arrow-right' => 'circle-arrow-right(forward,next)'), array('fas fa-circle-arrow-up' => 'circle-arrow-up(upgrade,upload)'), array('far fa-circle-arrow-up' => 'circle-arrow-up(upgrade,upload)'), array('fal fa-circle-arrow-up' => 'circle-arrow-up(upgrade,upload)'), array('fas fa-circle-arrow-up-left' => 'circle-arrow-up-left(diagonal,northwest)'), array('far fa-circle-arrow-up-left' => 'circle-arrow-up-left(diagonal,northwest)'), array('fal fa-circle-arrow-up-left' => 'circle-arrow-up-left(diagonal,northwest)'), array('fas fa-circle-arrow-up-right' => 'circle-arrow-up-right(diagonal,northeast)'), array('far fa-circle-arrow-up-right' => 'circle-arrow-up-right(diagonal,northeast)'), array('fal fa-circle-arrow-up-right' => 'circle-arrow-up-right(diagonal,northeast)'), array('fas fa-circle-caret-down' => 'circle-caret-down(arrow,dropdown,expand,insert,menu,more,triangle)'), array('far fa-circle-caret-down' => 'circle-caret-down(arrow,dropdown,expand,insert,menu,more,triangle)'), array('fal fa-circle-caret-down' => 'circle-caret-down(arrow,dropdown,expand,insert,menu,more,triangle)'), array('fas fa-circle-caret-left' => 'circle-caret-left(arrow,back,previous,triangle)'), array('far fa-circle-caret-left' => 'circle-caret-left(arrow,back,previous,triangle)'), array('fal fa-circle-caret-left' => 'circle-caret-left(arrow,back,previous,triangle)'), array('fas fa-circle-caret-right' => 'circle-caret-right(arrow,forward,next,triangle)'), array('far fa-circle-caret-right' => 'circle-caret-right(arrow,forward,next,triangle)'), array('fal fa-circle-caret-right' => 'circle-caret-right(arrow,forward,next,triangle)'), array('fas fa-circle-caret-up' => 'circle-caret-up(arrow,collapse,triangle,upgrade,upload)'), array('far fa-circle-caret-up' => 'circle-caret-up(arrow,collapse,triangle,upgrade,upload)'), array('fal fa-circle-caret-up' => 'circle-caret-up(arrow,collapse,triangle,upgrade,upload)'), array('fas fa-circle-chevron-down' => 'circle-chevron-down(arrow,download,dropdown,menu,more)'), array('far fa-circle-chevron-down' => 'circle-chevron-down(arrow,download,dropdown,menu,more)'), array('fal fa-circle-chevron-down' => 'circle-chevron-down(arrow,download,dropdown,menu,more)'), array('fas fa-circle-chevron-left' => 'circle-chevron-left(arrow,back,previous)'), array('far fa-circle-chevron-left' => 'circle-chevron-left(arrow,back,previous)'), array('fal fa-circle-chevron-left' => 'circle-chevron-left(arrow,back,previous)'), array('fas fa-circle-chevron-right' => 'circle-chevron-right(arrow,forward,next)'), array('far fa-circle-chevron-right' => 'circle-chevron-right(arrow,forward,next)'), array('fal fa-circle-chevron-right' => 'circle-chevron-right(arrow,forward,next)'), array('fas fa-circle-chevron-up' => 'circle-chevron-up(arrow,collapse,upgrade,upload)'), array('far fa-circle-chevron-up' => 'circle-chevron-up(arrow,collapse,upgrade,upload)'), array('fal fa-circle-chevron-up' => 'circle-chevron-up(arrow,collapse,upgrade,upload)'), array('fas fa-circle-down' => 'circle-down(arrow-circle-o-down,download)'), array('far fa-circle-down' => 'circle-down(arrow-circle-o-down,download)'), array('fal fa-circle-down' => 'circle-down(arrow-circle-o-down,download)'), array('fas fa-circle-down-left' => 'circle-down-left(diagonal,southwest)'), array('far fa-circle-down-left' => 'circle-down-left(diagonal,southwest)'), array('fal fa-circle-down-left' => 'circle-down-left(diagonal,southwest)'), array('fas fa-circle-down-right' => 'circle-down-right(diagonal,southeast)'), array('far fa-circle-down-right' => 'circle-down-right(diagonal,southeast)'), array('fal fa-circle-down-right' => 'circle-down-right(diagonal,southeast)'), array('fas fa-circle-left' => 'circle-left(arrow-circle-o-left,back,previous)'), array('far fa-circle-left' => 'circle-left(arrow-circle-o-left,back,previous)'), array('fal fa-circle-left' => 'circle-left(arrow-circle-o-left,back,previous)'), array('fas fa-circle-right' => 'circle-right(arrow-circle-o-right,forward,next)'), array('far fa-circle-right' => 'circle-right(arrow-circle-o-right,forward,next)'), array('fal fa-circle-right' => 'circle-right(arrow-circle-o-right,forward,next)'), array('fas fa-circle-up' => 'circle-up(arrow-circle-o-up,upgrade)'), array('far fa-circle-up' => 'circle-up(arrow-circle-o-up,upgrade)'), array('fal fa-circle-up' => 'circle-up(arrow-circle-o-up,upgrade)'), array('fas fa-circle-up-left' => 'circle-up-left(diagonal)'), array('far fa-circle-up-left' => 'circle-up-left(diagonal)'), array('fal fa-circle-up-left' => 'circle-up-left(diagonal)'), array('fas fa-circle-up-right' => 'circle-up-right(diagonal)'), array('far fa-circle-up-right' => 'circle-up-right(diagonal)'), array('fal fa-circle-up-right' => 'circle-up-right(diagonal)'), array('fas fa-clock-rotate-left' => 'clock-rotate-left(Rewind,clock,pending,reverse,time,time machine,time travel,waiting)'), array('far fa-clock-rotate-left' => 'clock-rotate-left(Rewind,clock,pending,reverse,time,time machine,time travel,waiting)'), array('fal fa-clock-rotate-left' => 'clock-rotate-left(Rewind,clock,pending,reverse,time,time machine,time travel,waiting)'), array('fas fa-cloud-arrow-down' => 'cloud-arrow-down(download,export,save)'), array('far fa-cloud-arrow-down' => 'cloud-arrow-down(download,export,save)'), array('fal fa-cloud-arrow-down' => 'cloud-arrow-down(download,export,save)'), array('fas fa-cloud-arrow-up' => 'cloud-arrow-up(import,save,upgrade,upload)'), array('far fa-cloud-arrow-up' => 'cloud-arrow-up(import,save,upgrade,upload)'), array('fal fa-cloud-arrow-up' => 'cloud-arrow-up(import,save,upgrade,upload)'), array('fas fa-down' => 'down(download,insert)'), array('far fa-down' => 'down(download,insert)'), array('fal fa-down' => 'down(download,insert)'), array('fas fa-down-from-bracket' => 'down-from-bracket( share, transfer, download, exit)'), array('far fa-down-from-bracket' => 'down-from-bracket( share, transfer, download, exit)'), array('fal fa-down-from-bracket' => 'down-from-bracket( share, transfer, download, exit)'), array('fas fa-down-from-dotted-line' => 'down-from-dotted-line(download,export,insert,transfer)'), array('far fa-down-from-dotted-line' => 'down-from-dotted-line(download,export,insert,transfer)'), array('fal fa-down-from-dotted-line' => 'down-from-dotted-line(download,export,insert,transfer)'), array('fas fa-down-from-line' => 'down-from-line(download,export,insert,transfer)'), array('far fa-down-from-line' => 'down-from-line(download,export,insert,transfer)'), array('fal fa-down-from-line' => 'down-from-line(download,export,insert,transfer)'), array('fas fa-down-left' => 'down-left(South West Black Arrow,diagonal,direction,southwest)'), array('far fa-down-left' => 'down-left(South West Black Arrow,diagonal,direction,southwest)'), array('fal fa-down-left' => 'down-left(South West Black Arrow,diagonal,direction,southwest)'), array('fas fa-down-left-and-up-right-to-center' => 'down-left-and-up-right-to-center( scale,collapse,fullscreen,minimize,move,resize,shrink,size,smaller)'), array('far fa-down-left-and-up-right-to-center' => 'down-left-and-up-right-to-center( scale,collapse,fullscreen,minimize,move,resize,shrink,size,smaller)'), array('fal fa-down-left-and-up-right-to-center' => 'down-left-and-up-right-to-center( scale,collapse,fullscreen,minimize,move,resize,shrink,size,smaller)'), array('fas fa-down-long' => 'down-long(download,long-arrow-down)'), array('far fa-down-long' => 'down-long(download,long-arrow-down)'), array('fal fa-down-long' => 'down-long(download,long-arrow-down)'), array('fas fa-down-right' => 'down-right(South East Black Arrow,diagonal,direction,southeast)'), array('far fa-down-right' => 'down-right(South East Black Arrow,diagonal,direction,southeast)'), array('fal fa-down-right' => 'down-right(South East Black Arrow,diagonal,direction,southeast)'), array('fas fa-down-to-bracket' => 'down-to-bracket(download,enter,insert,save,share,transfer)'), array('far fa-down-to-bracket' => 'down-to-bracket(download,enter,insert,save,share,transfer)'), array('fal fa-down-to-bracket' => 'down-to-bracket(download,enter,insert,save,share,transfer)'), array('fas fa-down-to-dotted-line' => 'down-to-dotted-line(download,export,insert,transfer)'), array('far fa-down-to-dotted-line' => 'down-to-dotted-line(download,export,insert,transfer)'), array('fal fa-down-to-dotted-line' => 'down-to-dotted-line(download,export,insert,transfer)'), array('fas fa-down-to-line' => 'down-to-line(download,export,insert,transfer)'), array('far fa-down-to-line' => 'down-to-line(download,export,insert,transfer)'), array('fal fa-down-to-line' => 'down-to-line(download,export,insert,transfer)'), array('fas fa-download' => 'download(export,hard drive,insert,save,transfer)'), array('far fa-download' => 'download(export,hard drive,insert,save,transfer)'), array('fal fa-download' => 'download(export,hard drive,insert,save,transfer)'), array('fas fa-inbox-in' => 'inbox-in(archive,box,desk,email,inbox,inbox tray,insert,letter,mail,message,newsletter,offer,receive,tray)'), array('far fa-inbox-in' => 'inbox-in(archive,box,desk,email,inbox,inbox tray,insert,letter,mail,message,newsletter,offer,receive,tray)'), array('fal fa-inbox-in' => 'inbox-in(archive,box,desk,email,inbox,inbox tray,insert,letter,mail,message,newsletter,offer,receive,tray)'), array('fas fa-inbox-out' => 'inbox-out(archive,box,desk,email,letter,mail,message,newsletter,offer,outbox,outbox tray,sent,tray,upgrade)'), array('far fa-inbox-out' => 'inbox-out(archive,box,desk,email,letter,mail,message,newsletter,offer,outbox,outbox tray,sent,tray,upgrade)'), array('fal fa-inbox-out' => 'inbox-out(archive,box,desk,email,letter,mail,message,newsletter,offer,outbox,outbox tray,sent,tray,upgrade)'), array('fas fa-left' => 'left(back,previous)'), array('far fa-left' => 'left(back,previous)'), array('fal fa-left' => 'left(back,previous)'), array('fas fa-left-from-bracket' => 'left-from-bracket( leave, logout, send,exit)'), array('far fa-left-from-bracket' => 'left-from-bracket( leave, logout, send,exit)'), array('fal fa-left-from-bracket' => 'left-from-bracket( leave, logout, send,exit)'), array('fas fa-left-from-line' => 'left-from-line(forward,next)'), array('far fa-left-from-line' => 'left-from-line(forward,next)'), array('fal fa-left-from-line' => 'left-from-line(forward,next)'), array('fas fa-left-long' => 'left-long(back,long-arrow-left,previous)'), array('far fa-left-long' => 'left-long(back,long-arrow-left,previous)'), array('fal fa-left-long' => 'left-long(back,long-arrow-left,previous)'), array('fas fa-left-long-to-line' => 'left-long-to-line(back,delete,left)'), array('far fa-left-long-to-line' => 'left-long-to-line(back,delete,left)'), array('fal fa-left-long-to-line' => 'left-long-to-line(back,delete,left)'), array('fas fa-left-right' => 'left-right(arrow,arrows-h,expand,horizontal,landscape,left-right arrow,resize,wide)'), array('far fa-left-right' => 'left-right(arrow,arrows-h,expand,horizontal,landscape,left-right arrow,resize,wide)'), array('fal fa-left-right' => 'left-right(arrow,arrows-h,expand,horizontal,landscape,left-right arrow,resize,wide)'), array('fas fa-left-to-bracket' => 'left-to-bracket( login, enter, exit)'), array('far fa-left-to-bracket' => 'left-to-bracket( login, enter, exit)'), array('fal fa-left-to-bracket' => 'left-to-bracket( login, enter, exit)'), array('fas fa-left-to-line' => 'left-to-line(back,previous)'), array('far fa-left-to-line' => 'left-to-line(back,previous)'), array('fal fa-left-to-line' => 'left-to-line(back,previous)'), array('fas fa-location-arrow' => 'location-arrow(address,compass,coordinate,direction,gps,map,navigation,place)'), array('far fa-location-arrow' => 'location-arrow(address,compass,coordinate,direction,gps,map,navigation,place)'), array('fal fa-location-arrow' => 'location-arrow(address,compass,coordinate,direction,gps,map,navigation,place)'), array('fas fa-location-arrow-up' => 'location-arrow-up( compass, coordinate, direction, gps, map, navigation, place,address,north)'), array('far fa-location-arrow-up' => 'location-arrow-up( compass, coordinate, direction, gps, map, navigation, place,address,north)'), array('fal fa-location-arrow-up' => 'location-arrow-up( compass, coordinate, direction, gps, map, navigation, place,address,north)'), array('fas fa-magnifying-glass-arrows-rotate' => 'magnifying-glass-arrows-rotate( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, exchange, modify, refresh, reload, renew, retry, rotate, swap, zoom,clockwise,similar)'), array('far fa-magnifying-glass-arrows-rotate' => 'magnifying-glass-arrows-rotate( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, exchange, modify, refresh, reload, renew, retry, rotate, swap, zoom,clockwise,similar)'), array('fal fa-magnifying-glass-arrows-rotate' => 'magnifying-glass-arrows-rotate( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, exchange, modify, refresh, reload, renew, retry, rotate, swap, zoom,clockwise,similar)'), array('fas fa-maximize' => 'maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('far fa-maximize' => 'maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('fal fa-maximize' => 'maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('fas fa-merge' => 'merge(code,combine)'), array('far fa-merge' => 'merge(code,combine)'), array('fal fa-merge' => 'merge(code,combine)'), array('fas fa-recycle' => 'recycle(Recycling Symbol For Generic Materials,Universal Recycling Symbol,Waste,compost,garbage,recycle,recycling symbol,reuse,trash)'), array('far fa-recycle' => 'recycle(Recycling Symbol For Generic Materials,Universal Recycling Symbol,Waste,compost,garbage,recycle,recycling symbol,reuse,trash)'), array('fal fa-recycle' => 'recycle(Recycling Symbol For Generic Materials,Universal Recycling Symbol,Waste,compost,garbage,recycle,recycling symbol,reuse,trash)'), array('fas fa-repeat' => 'repeat(arrow,clockwise,flip,reload,renew,repeat,repeat button,retry,rewind,switch)'), array('far fa-repeat' => 'repeat(arrow,clockwise,flip,reload,renew,repeat,repeat button,retry,rewind,switch)'), array('fal fa-repeat' => 'repeat(arrow,clockwise,flip,reload,renew,repeat,repeat button,retry,rewind,switch)'), array('fas fa-repeat-1' => 'repeat-1(arrow,clockwise,flip,once,reload,renew,repeat single button,retry,rewind,switch)'), array('far fa-repeat-1' => 'repeat-1(arrow,clockwise,flip,once,reload,renew,repeat single button,retry,rewind,switch)'), array('fal fa-repeat-1' => 'repeat-1(arrow,clockwise,flip,once,reload,renew,repeat single button,retry,rewind,switch)'), array('fas fa-reply' => 'reply(mail,message,respond)'), array('far fa-reply' => 'reply(mail,message,respond)'), array('fal fa-reply' => 'reply(mail,message,respond)'), array('fas fa-reply-all' => 'reply-all(mail,message,respond)'), array('far fa-reply-all' => 'reply-all(mail,message,respond)'), array('fal fa-reply-all' => 'reply-all(mail,message,respond)'), array('fas fa-retweet' => 'retweet(refresh,reload,renew,retry,share,swap)'), array('far fa-retweet' => 'retweet(refresh,reload,renew,retry,share,swap)'), array('fal fa-retweet' => 'retweet(refresh,reload,renew,retry,share,swap)'), array('fas fa-right' => 'right(Rightwards Black Arrow,forward,next)'), array('far fa-right' => 'right(Rightwards Black Arrow,forward,next)'), array('fal fa-right' => 'right(Rightwards Black Arrow,forward,next)'), array('fas fa-right-from-bracket' => 'right-from-bracket(arrow,exit,leave,log out,logout,sign-out)'), array('far fa-right-from-bracket' => 'right-from-bracket(arrow,exit,leave,log out,logout,sign-out)'), array('fal fa-right-from-bracket' => 'right-from-bracket(arrow,exit,leave,log out,logout,sign-out)'), array('fas fa-right-from-line' => 'right-from-line(back,previous)'), array('far fa-right-from-line' => 'right-from-line(back,previous)'), array('fal fa-right-from-line' => 'right-from-line(back,previous)'), array('fas fa-right-left' => 'right-left(arrow,arrows,exchange,reciprocate,return,swap,transfer)'), array('far fa-right-left' => 'right-left(arrow,arrows,exchange,reciprocate,return,swap,transfer)'), array('fal fa-right-left' => 'right-left(arrow,arrows,exchange,reciprocate,return,swap,transfer)'), array('fas fa-right-left-large' => 'right-left-large( demand, left, pull, push, right, share, transfer,direction,supply)'), array('far fa-right-left-large' => 'right-left-large( demand, left, pull, push, right, share, transfer,direction,supply)'), array('fal fa-right-left-large' => 'right-left-large( demand, left, pull, push, right, share, transfer,direction,supply)'), array('fas fa-right-long' => 'right-long(forward,long-arrow-right,next)'), array('far fa-right-long' => 'right-long(forward,long-arrow-right,next)'), array('fal fa-right-long' => 'right-long(forward,long-arrow-right,next)'), array('fas fa-right-long-to-line' => 'right-long-to-line(forward,right,skip,tab)'), array('far fa-right-long-to-line' => 'right-long-to-line(forward,right,skip,tab)'), array('fal fa-right-long-to-line' => 'right-long-to-line(forward,right,skip,tab)'), array('fas fa-right-to-bracket' => 'right-to-bracket(arrow,enter,join,log in,login,sign in,sign up,sign-in,signin,signup)'), array('far fa-right-to-bracket' => 'right-to-bracket(arrow,enter,join,log in,login,sign in,sign up,sign-in,signin,signup)'), array('fal fa-right-to-bracket' => 'right-to-bracket(arrow,enter,join,log in,login,sign in,sign up,sign-in,signin,signup)'), array('fas fa-right-to-line' => 'right-to-line(forward,next)'), array('far fa-right-to-line' => 'right-to-line(forward,next)'), array('fal fa-right-to-line' => 'right-to-line(forward,next)'), array('fas fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('far fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('fal fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('fas fa-rotate-left' => 'rotate-left(back,control z,exchange,oops,return,swap)'), array('far fa-rotate-left' => 'rotate-left(back,control z,exchange,oops,return,swap)'), array('fal fa-rotate-left' => 'rotate-left(back,control z,exchange,oops,return,swap)'), array('fas fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('far fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fal fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fas fa-rotate-right' => 'rotate-right(forward,refresh,reload,renew,repeat,retry)'), array('far fa-rotate-right' => 'rotate-right(forward,refresh,reload,renew,repeat,retry)'), array('fal fa-rotate-right' => 'rotate-right(forward,refresh,reload,renew,repeat,retry)'), array('fas fa-share' => 'share(forward,save,send,social)'), array('far fa-share' => 'share(forward,save,send,social)'), array('fal fa-share' => 'share(forward,save,send,social)'), array('fas fa-share-all' => 'share-all(forward,save,send,social)'), array('far fa-share-all' => 'share-all(forward,save,send,social)'), array('fal fa-share-all' => 'share-all(forward,save,send,social)'), array('fas fa-share-from-square' => 'share-from-square(forward,save,send,social)'), array('far fa-share-from-square' => 'share-from-square(forward,save,send,social)'), array('fal fa-share-from-square' => 'share-from-square(forward,save,send,social)'), array('fas fa-shuffle' => 'shuffle(arrow,arrows,crossed,shuffle,shuffle tracks button,sort,swap,switch,transfer)'), array('far fa-shuffle' => 'shuffle(arrow,arrows,crossed,shuffle,shuffle tracks button,sort,swap,switch,transfer)'), array('fal fa-shuffle' => 'shuffle(arrow,arrows,crossed,shuffle,shuffle tracks button,sort,swap,switch,transfer)'), array('fas fa-sort' => 'sort(filter,order)'), array('far fa-sort' => 'sort(filter,order)'), array('fal fa-sort' => 'sort(filter,order)'), array('fas fa-sort-down' => 'sort-down(arrow,descending,filter,insert,order,sort-desc)'), array('far fa-sort-down' => 'sort-down(arrow,descending,filter,insert,order,sort-desc)'), array('fal fa-sort-down' => 'sort-down(arrow,descending,filter,insert,order,sort-desc)'), array('fas fa-sort-up' => 'sort-up(arrow,ascending,filter,order,sort-asc,upgrade)'), array('far fa-sort-up' => 'sort-up(arrow,ascending,filter,order,sort-asc,upgrade)'), array('fal fa-sort-up' => 'sort-up(arrow,ascending,filter,order,sort-asc,upgrade)'), array('fas fa-split' => 'split(code,divide)'), array('far fa-split' => 'split(code,divide)'), array('fal fa-split' => 'split(code,divide)'), array('fas fa-square-arrow-down' => 'square-arrow-down(download,insert)'), array('far fa-square-arrow-down' => 'square-arrow-down(download,insert)'), array('fal fa-square-arrow-down' => 'square-arrow-down(download,insert)'), array('fas fa-square-arrow-down-left' => 'square-arrow-down-left(diagonal)'), array('far fa-square-arrow-down-left' => 'square-arrow-down-left(diagonal)'), array('fal fa-square-arrow-down-left' => 'square-arrow-down-left(diagonal)'), array('fas fa-square-arrow-down-right' => 'square-arrow-down-right(diagonal)'), array('far fa-square-arrow-down-right' => 'square-arrow-down-right(diagonal)'), array('fal fa-square-arrow-down-right' => 'square-arrow-down-right(diagonal)'), array('fas fa-square-arrow-left' => 'square-arrow-left(back,previous)'), array('far fa-square-arrow-left' => 'square-arrow-left(back,previous)'), array('fal fa-square-arrow-left' => 'square-arrow-left(back,previous)'), array('fas fa-square-arrow-right' => 'square-arrow-right(forward,next)'), array('far fa-square-arrow-right' => 'square-arrow-right(forward,next)'), array('fal fa-square-arrow-right' => 'square-arrow-right(forward,next)'), array('fas fa-square-arrow-up' => 'square-arrow-up(upgrade,upload)'), array('far fa-square-arrow-up' => 'square-arrow-up(upgrade,upload)'), array('fal fa-square-arrow-up' => 'square-arrow-up(upgrade,upload)'), array('fas fa-square-arrow-up-left' => 'square-arrow-up-left(diagonal)'), array('far fa-square-arrow-up-left' => 'square-arrow-up-left(diagonal)'), array('fal fa-square-arrow-up-left' => 'square-arrow-up-left(diagonal)'), array('fas fa-square-arrow-up-right' => 'square-arrow-up-right(diagonal,new,open,send,share)'), array('far fa-square-arrow-up-right' => 'square-arrow-up-right(diagonal,new,open,send,share)'), array('fal fa-square-arrow-up-right' => 'square-arrow-up-right(diagonal,new,open,send,share)'), array('fas fa-square-caret-down' => 'square-caret-down(arrow,caret-square-o-down,dropdown,expand,insert,menu,more,triangle)'), array('far fa-square-caret-down' => 'square-caret-down(arrow,caret-square-o-down,dropdown,expand,insert,menu,more,triangle)'), array('fal fa-square-caret-down' => 'square-caret-down(arrow,caret-square-o-down,dropdown,expand,insert,menu,more,triangle)'), array('fas fa-square-caret-left' => 'square-caret-left(arrow,back,caret-square-o-left,previous,triangle)'), array('far fa-square-caret-left' => 'square-caret-left(arrow,back,caret-square-o-left,previous,triangle)'), array('fal fa-square-caret-left' => 'square-caret-left(arrow,back,caret-square-o-left,previous,triangle)'), array('fas fa-square-caret-right' => 'square-caret-right(arrow,caret-square-o-right,forward,next,triangle)'), array('far fa-square-caret-right' => 'square-caret-right(arrow,caret-square-o-right,forward,next,triangle)'), array('fal fa-square-caret-right' => 'square-caret-right(arrow,caret-square-o-right,forward,next,triangle)'), array('fas fa-square-caret-up' => 'square-caret-up(arrow,caret-square-o-up,collapse,triangle,upgrade,upload)'), array('far fa-square-caret-up' => 'square-caret-up(arrow,caret-square-o-up,collapse,triangle,upgrade,upload)'), array('fal fa-square-caret-up' => 'square-caret-up(arrow,caret-square-o-up,collapse,triangle,upgrade,upload)'), array('fas fa-square-chevron-down' => 'square-chevron-down(arrow,download,dropdown,expand,insert,menu,more)'), array('far fa-square-chevron-down' => 'square-chevron-down(arrow,download,dropdown,expand,insert,menu,more)'), array('fal fa-square-chevron-down' => 'square-chevron-down(arrow,download,dropdown,expand,insert,menu,more)'), array('fas fa-square-chevron-left' => 'square-chevron-left(arrow,back,previous)'), array('far fa-square-chevron-left' => 'square-chevron-left(arrow,back,previous)'), array('fal fa-square-chevron-left' => 'square-chevron-left(arrow,back,previous)'), array('fas fa-square-chevron-right' => 'square-chevron-right(arrow,forward,next)'), array('far fa-square-chevron-right' => 'square-chevron-right(arrow,forward,next)'), array('fal fa-square-chevron-right' => 'square-chevron-right(arrow,forward,next)'), array('fas fa-square-chevron-up' => 'square-chevron-up(arrow,collapse,upgrade,upload)'), array('far fa-square-chevron-up' => 'square-chevron-up(arrow,collapse,upgrade,upload)'), array('fal fa-square-chevron-up' => 'square-chevron-up(arrow,collapse,upgrade,upload)'), array('fas fa-square-down' => 'square-down(arrow,cardinal,direction,down,down arrow,download,south)'), array('far fa-square-down' => 'square-down(arrow,cardinal,direction,down,down arrow,download,south)'), array('fal fa-square-down' => 'square-down(arrow,cardinal,direction,down,down arrow,download,south)'), array('fas fa-square-down-left' => 'square-down-left(arrow,diagonal,direction,down-left arrow,intercardinal,southwest)'), array('far fa-square-down-left' => 'square-down-left(arrow,diagonal,direction,down-left arrow,intercardinal,southwest)'), array('fal fa-square-down-left' => 'square-down-left(arrow,diagonal,direction,down-left arrow,intercardinal,southwest)'), array('fas fa-square-down-right' => 'square-down-right(arrow,diagonal,direction,down-right arrow,intercardinal,southeast)'), array('far fa-square-down-right' => 'square-down-right(arrow,diagonal,direction,down-right arrow,intercardinal,southeast)'), array('fal fa-square-down-right' => 'square-down-right(arrow,diagonal,direction,down-right arrow,intercardinal,southeast)'), array('fas fa-square-left' => 'square-left(arrow,back,cardinal,direction,left arrow,previous,west)'), array('far fa-square-left' => 'square-left(arrow,back,cardinal,direction,left arrow,previous,west)'), array('fal fa-square-left' => 'square-left(arrow,back,cardinal,direction,left arrow,previous,west)'), array('fas fa-square-right' => 'square-right(arrow,cardinal,direction,east,forward,next,right arrow)'), array('far fa-square-right' => 'square-right(arrow,cardinal,direction,east,forward,next,right arrow)'), array('fal fa-square-right' => 'square-right(arrow,cardinal,direction,east,forward,next,right arrow)'), array('fas fa-square-up' => 'square-up(arrow,cardinal,direction,north,up arrow,upgrade,upload)'), array('far fa-square-up' => 'square-up(arrow,cardinal,direction,north,up arrow,upgrade,upload)'), array('fal fa-square-up' => 'square-up(arrow,cardinal,direction,north,up arrow,upgrade,upload)'), array('fas fa-square-up-left' => 'square-up-left(arrow,diagonal,direction,intercardinal,northwest,up-left arrow)'), array('far fa-square-up-left' => 'square-up-left(arrow,diagonal,direction,intercardinal,northwest,up-left arrow)'), array('fal fa-square-up-left' => 'square-up-left(arrow,diagonal,direction,intercardinal,northwest,up-left arrow)'), array('fas fa-square-up-right' => 'square-up-right(arrow,diagonal,direction,external-link-square,intercardinal,new,northeast,open,share,up-right arrow)'), array('far fa-square-up-right' => 'square-up-right(arrow,diagonal,direction,external-link-square,intercardinal,new,northeast,open,share,up-right arrow)'), array('fal fa-square-up-right' => 'square-up-right(arrow,diagonal,direction,external-link-square,intercardinal,new,northeast,open,share,up-right arrow)'), array('fas fa-swap' => 'swap( arrows, merge, route,change,move,transfer)'), array('far fa-swap' => 'swap( arrows, merge, route,change,move,transfer)'), array('fal fa-swap' => 'swap( arrows, merge, route,change,move,transfer)'), array('fas fa-swap-arrows' => 'swap-arrows( arrows, merge, route, change, transfer,move)'), array('far fa-swap-arrows' => 'swap-arrows( arrows, merge, route, change, transfer,move)'), array('fal fa-swap-arrows' => 'swap-arrows( arrows, merge, route, change, transfer,move)'), array('fas fa-turn-down' => 'turn-down(arrow,down,level-down,right arrow curving down)'), array('far fa-turn-down' => 'turn-down(arrow,down,level-down,right arrow curving down)'), array('fal fa-turn-down' => 'turn-down(arrow,down,level-down,right arrow curving down)'), array('fas fa-turn-down-left' => 'turn-down-left(Downwards Arrow with Corner Leftwards,Return Left,Return Symbol,enter,keyboard,return)'), array('far fa-turn-down-left' => 'turn-down-left(Downwards Arrow with Corner Leftwards,Return Left,Return Symbol,enter,keyboard,return)'), array('fal fa-turn-down-left' => 'turn-down-left(Downwards Arrow with Corner Leftwards,Return Left,Return Symbol,enter,keyboard,return)'), array('fas fa-turn-down-right' => 'turn-down-right(forward,move)'), array('far fa-turn-down-right' => 'turn-down-right(forward,move)'), array('fal fa-turn-down-right' => 'turn-down-right(forward,move)'), array('fas fa-turn-left' => 'turn-left( direction, left, return, turn, west,back)'), array('far fa-turn-left' => 'turn-left( direction, left, return, turn, west,back)'), array('fal fa-turn-left' => 'turn-left( direction, left, return, turn, west,back)'), array('fas fa-turn-left-down' => 'turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('far fa-turn-left-down' => 'turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('fal fa-turn-left-down' => 'turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('fas fa-turn-left-up' => 'turn-left-up( direction, north, turn,forward,right)'), array('far fa-turn-left-up' => 'turn-left-up( direction, north, turn,forward,right)'), array('fal fa-turn-left-up' => 'turn-left-up( direction, north, turn,forward,right)'), array('fas fa-turn-right' => 'turn-right( direction, east, next, right, turn,forward)'), array('far fa-turn-right' => 'turn-right( direction, east, next, right, turn,forward)'), array('fal fa-turn-right' => 'turn-right( direction, east, next, right, turn,forward)'), array('fas fa-turn-up' => 'turn-up(arrow,level-up,right arrow curving up)'), array('far fa-turn-up' => 'turn-up(arrow,level-up,right arrow curving up)'), array('fal fa-turn-up' => 'turn-up(arrow,level-up,right arrow curving up)'), array('fas fa-up' => 'up(upgrade,upload)'), array('far fa-up' => 'up(upgrade,upload)'), array('fal fa-up' => 'up(upgrade,upload)'), array('fas fa-up-down' => 'up-down(Up Down Black Arrow,arrow,arrows-v,expand,portrait,resize,tall,up-down arrow,vertical)'), array('far fa-up-down' => 'up-down(Up Down Black Arrow,arrow,arrows-v,expand,portrait,resize,tall,up-down arrow,vertical)'), array('fal fa-up-down' => 'up-down(Up Down Black Arrow,arrow,arrows-v,expand,portrait,resize,tall,up-down arrow,vertical)'), array('fas fa-up-down-left-right' => 'up-down-left-right(arrow,arrows,bigger,enlarge,expand,fullscreen,move,position,reorder,resize)'), array('far fa-up-down-left-right' => 'up-down-left-right(arrow,arrows,bigger,enlarge,expand,fullscreen,move,position,reorder,resize)'), array('fal fa-up-down-left-right' => 'up-down-left-right(arrow,arrows,bigger,enlarge,expand,fullscreen,move,position,reorder,resize)'), array('fas fa-up-from-bracket' => 'up-from-bracket(import,share,transfer,upgrade,upload)'), array('far fa-up-from-bracket' => 'up-from-bracket(import,share,transfer,upgrade,upload)'), array('fal fa-up-from-bracket' => 'up-from-bracket(import,share,transfer,upgrade,upload)'), array('fas fa-up-from-dotted-line' => 'up-from-dotted-line(import,transfer,upgrade,upload)'), array('far fa-up-from-dotted-line' => 'up-from-dotted-line(import,transfer,upgrade,upload)'), array('fal fa-up-from-dotted-line' => 'up-from-dotted-line(import,transfer,upgrade,upload)'), array('fas fa-up-from-line' => 'up-from-line(import,transfer,upgrade,upload)'), array('far fa-up-from-line' => 'up-from-line(import,transfer,upgrade,upload)'), array('fal fa-up-from-line' => 'up-from-line(import,transfer,upgrade,upload)'), array('fas fa-up-left' => 'up-left(North West Black Arrow,diagonal,direction,northwest)'), array('far fa-up-left' => 'up-left(North West Black Arrow,diagonal,direction,northwest)'), array('fal fa-up-left' => 'up-left(North West Black Arrow,diagonal,direction,northwest)'), array('fas fa-up-long' => 'up-long(long-arrow-up,upgrade,upload)'), array('far fa-up-long' => 'up-long(long-arrow-up,upgrade,upload)'), array('fal fa-up-long' => 'up-long(long-arrow-up,upgrade,upload)'), array('fas fa-up-right' => 'up-right(North East Black Arrow,diagonal,direction,northeast)'), array('far fa-up-right' => 'up-right(North East Black Arrow,diagonal,direction,northeast)'), array('fal fa-up-right' => 'up-right(North East Black Arrow,diagonal,direction,northeast)'), array('fas fa-up-right-and-down-left-from-center' => 'up-right-and-down-left-from-center( maximize, resize, scale,arrows,bigger,enlarge,expand,fullscreen,resize,size)'), array('far fa-up-right-and-down-left-from-center' => 'up-right-and-down-left-from-center( maximize, resize, scale,arrows,bigger,enlarge,expand,fullscreen,resize,size)'), array('fal fa-up-right-and-down-left-from-center' => 'up-right-and-down-left-from-center( maximize, resize, scale,arrows,bigger,enlarge,expand,fullscreen,resize,size)'), array('fas fa-up-right-from-square' => 'up-right-from-square(external-link,new,open,share,upgrade)'), array('far fa-up-right-from-square' => 'up-right-from-square(external-link,new,open,share,upgrade)'), array('fal fa-up-right-from-square' => 'up-right-from-square(external-link,new,open,share,upgrade)'), array('fas fa-up-to-bracket' => 'up-to-bracket( share, transfer, enter, upload)'), array('far fa-up-to-bracket' => 'up-to-bracket( share, transfer, enter, upload)'), array('fal fa-up-to-bracket' => 'up-to-bracket( share, transfer, enter, upload)'), array('fas fa-up-to-dotted-line' => 'up-to-dotted-line(import,transfer,upgrade,upload)'), array('far fa-up-to-dotted-line' => 'up-to-dotted-line(import,transfer,upgrade,upload)'), array('fal fa-up-to-dotted-line' => 'up-to-dotted-line(import,transfer,upgrade,upload)'), array('fas fa-up-to-line' => 'up-to-line(import,transfer,upgrade,upload)'), array('far fa-up-to-line' => 'up-to-line(import,transfer,upgrade,upload)'), array('fal fa-up-to-line' => 'up-to-line(import,transfer,upgrade,upload)'), array('fas fa-upload' => 'upload(hard drive,import,publish,upgrade)'), array('far fa-upload' => 'upload(hard drive,import,publish,upgrade)'), array('fal fa-upload' => 'upload(hard drive,import,publish,upgrade)'), ), 'Music + Audio' => array( array('fas fa-airplay' => 'airplay(apple,share,stream)'), array('far fa-airplay' => 'airplay(apple,share,stream)'), array('fal fa-airplay' => 'airplay(apple,share,stream)'), array('fas fa-album' => 'album(computer,computer disk,disk,library,minidisk,music,optical,record,song,vinyl)'), array('far fa-album' => 'album(computer,computer disk,disk,library,minidisk,music,optical,record,song,vinyl)'), array('fal fa-album' => 'album(computer,computer disk,disk,library,minidisk,music,optical,record,song,vinyl)'), array('fas fa-album-circle-plus' => 'album-circle-plus(computer,disk,library,minidisk,music,new,optical,record,song,vinyl)'), array('far fa-album-circle-plus' => 'album-circle-plus(computer,disk,library,minidisk,music,new,optical,record,song,vinyl)'), array('fal fa-album-circle-plus' => 'album-circle-plus(computer,disk,library,minidisk,music,new,optical,record,song,vinyl)'), array('fas fa-album-circle-user' => 'album-circle-user(artist,computer,disk,library,minidisk,music,optical,record,shared,song,uer,vinyl)'), array('far fa-album-circle-user' => 'album-circle-user(artist,computer,disk,library,minidisk,music,optical,record,shared,song,uer,vinyl)'), array('fal fa-album-circle-user' => 'album-circle-user(artist,computer,disk,library,minidisk,music,optical,record,shared,song,uer,vinyl)'), array('fas fa-album-collection' => 'album-collection(catalog,collection,library,music,record,song,vinyl)'), array('far fa-album-collection' => 'album-collection(catalog,collection,library,music,record,song,vinyl)'), array('fal fa-album-collection' => 'album-collection(catalog,collection,library,music,record,song,vinyl)'), array('fas fa-album-collection-circle-plus' => 'album-collection-circle-plus(catalog,collection,library,music,record,song,vinyl)'), array('far fa-album-collection-circle-plus' => 'album-collection-circle-plus(catalog,collection,library,music,record,song,vinyl)'), array('fal fa-album-collection-circle-plus' => 'album-collection-circle-plus(catalog,collection,library,music,record,song,vinyl)'), array('fas fa-album-collection-circle-user' => 'album-collection-circle-user(artist,catalog,collection,library,music,record,shared,song,uer,vinyl)'), array('far fa-album-collection-circle-user' => 'album-collection-circle-user(artist,catalog,collection,library,music,record,shared,song,uer,vinyl)'), array('fal fa-album-collection-circle-user' => 'album-collection-circle-user(artist,catalog,collection,library,music,record,shared,song,uer,vinyl)'), array('fas fa-amp-guitar' => 'amp-guitar(audio,guitar,loudspeaker,music,pa,volume)'), array('far fa-amp-guitar' => 'amp-guitar(audio,guitar,loudspeaker,music,pa,volume)'), array('fal fa-amp-guitar' => 'amp-guitar(audio,guitar,loudspeaker,music,pa,volume)'), array('fas fa-banjo' => 'banjo(banjo,bluegrass,folk,guitar,instrument,jazz,music,stringed)'), array('far fa-banjo' => 'banjo(banjo,bluegrass,folk,guitar,instrument,jazz,music,stringed)'), array('fal fa-banjo' => 'banjo(banjo,bluegrass,folk,guitar,instrument,jazz,music,stringed)'), array('fas fa-bells' => 'bells(alert,christmas,holiday,notification,reminder,request,xmas)'), array('far fa-bells' => 'bells(alert,christmas,holiday,notification,reminder,request,xmas)'), array('fal fa-bells' => 'bells(alert,christmas,holiday,notification,reminder,request,xmas)'), array('fas fa-boombox' => 'boombox(Portable Stereo,cassette,jambox,john cusack,music,radio,say anything)'), array('far fa-boombox' => 'boombox(Portable Stereo,cassette,jambox,john cusack,music,radio,say anything)'), array('fal fa-boombox' => 'boombox(Portable Stereo,cassette,jambox,john cusack,music,radio,say anything)'), array('fas fa-cassette-tape' => 'cassette-tape(Tape Cartridge,mixtape,music,play,recording,walkman)'), array('far fa-cassette-tape' => 'cassette-tape(Tape Cartridge,mixtape,music,play,recording,walkman)'), array('fal fa-cassette-tape' => 'cassette-tape(Tape Cartridge,mixtape,music,play,recording,walkman)'), array('fas fa-circle-microphone' => 'circle-microphone(listen,podcast,record,talking)'), array('far fa-circle-microphone' => 'circle-microphone(listen,podcast,record,talking)'), array('fal fa-circle-microphone' => 'circle-microphone(listen,podcast,record,talking)'), array('fas fa-circle-microphone-lines' => 'circle-microphone-lines(listen,podcast,record,talking)'), array('far fa-circle-microphone-lines' => 'circle-microphone-lines(listen,podcast,record,talking)'), array('fal fa-circle-microphone-lines' => 'circle-microphone-lines(listen,podcast,record,talking)'), array('fas fa-clarinet' => 'clarinet(instrument,jazz,music,woodwind)'), array('far fa-clarinet' => 'clarinet(instrument,jazz,music,woodwind)'), array('fal fa-clarinet' => 'clarinet(instrument,jazz,music,woodwind)'), array('fas fa-cloud-music' => 'cloud-music(download,music,spotify,streaming)'), array('far fa-cloud-music' => 'cloud-music(download,music,spotify,streaming)'), array('fal fa-cloud-music' => 'cloud-music(download,music,spotify,streaming)'), array('fas fa-comment-music' => 'comment-music(answer,chat,commenting,conversation,create,message,music,note,notification,sing,sms,song,texting)'), array('far fa-comment-music' => 'comment-music(answer,chat,commenting,conversation,create,message,music,note,notification,sing,sms,song,texting)'), array('fal fa-comment-music' => 'comment-music(answer,chat,commenting,conversation,create,message,music,note,notification,sing,sms,song,texting)'), array('fas fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('far fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('fal fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('fas fa-computer-speaker' => 'computer-speaker(airplay,bluetooth,devices,music,output,pair,sound,sync)'), array('far fa-computer-speaker' => 'computer-speaker(airplay,bluetooth,devices,music,output,pair,sound,sync)'), array('fal fa-computer-speaker' => 'computer-speaker(airplay,bluetooth,devices,music,output,pair,sound,sync)'), array('fas fa-cowbell' => 'cowbell(Blue Öyster Cult,Christopher Walken,SNL,The Bruce Dickinson,Will Ferrell,follow,music)'), array('far fa-cowbell' => 'cowbell(Blue Öyster Cult,Christopher Walken,SNL,The Bruce Dickinson,Will Ferrell,follow,music)'), array('fal fa-cowbell' => 'cowbell(Blue Öyster Cult,Christopher Walken,SNL,The Bruce Dickinson,Will Ferrell,follow,music)'), array('fas fa-cowbell-circle-plus' => 'cowbell-circle-plus(Blue Öyster Cult,Christopher Walken,SNL,The Bruce Dickinson,Will Ferrell,follow,music)'), array('far fa-cowbell-circle-plus' => 'cowbell-circle-plus(Blue Öyster Cult,Christopher Walken,SNL,The Bruce Dickinson,Will Ferrell,follow,music)'), array('fal fa-cowbell-circle-plus' => 'cowbell-circle-plus(Blue Öyster Cult,Christopher Walken,SNL,The Bruce Dickinson,Will Ferrell,follow,music)'), array('fas fa-dial' => 'dial(dial,level)'), array('far fa-dial' => 'dial(dial,level)'), array('fal fa-dial' => 'dial(dial,level)'), array('fas fa-dial-high' => 'dial-high(dial,level)'), array('far fa-dial-high' => 'dial-high(dial,level)'), array('fal fa-dial-high' => 'dial-high(dial,level)'), array('fas fa-dial-low' => 'dial-low(dial,level)'), array('far fa-dial-low' => 'dial-low(dial,level)'), array('fal fa-dial-low' => 'dial-low(dial,level)'), array('fas fa-dial-max' => 'dial-max(dial,level)'), array('far fa-dial-max' => 'dial-max(dial,level)'), array('fal fa-dial-max' => 'dial-max(dial,level)'), array('fas fa-dial-med' => 'dial-med(dial,level)'), array('far fa-dial-med' => 'dial-med(dial,level)'), array('fal fa-dial-med' => 'dial-med(dial,level)'), array('fas fa-dial-med-low' => 'dial-med-low(dial,level)'), array('far fa-dial-med-low' => 'dial-med-low(dial,level)'), array('fal fa-dial-med-low' => 'dial-med-low(dial,level)'), array('fas fa-dial-min' => 'dial-min(dial,level)'), array('far fa-dial-min' => 'dial-min(dial,level)'), array('fal fa-dial-min' => 'dial-min(dial,level)'), array('fas fa-dial-off' => 'dial-off(dial,level)'), array('far fa-dial-off' => 'dial-off(dial,level)'), array('fal fa-dial-off' => 'dial-off(dial,level)'), array('fas fa-disc-drive' => 'disc-drive(blu-ray,cd,cd-rom,computer,dvd,load,music,optical drive,peripheral,tray,video)'), array('far fa-disc-drive' => 'disc-drive(blu-ray,cd,cd-rom,computer,dvd,load,music,optical drive,peripheral,tray,video)'), array('fal fa-disc-drive' => 'disc-drive(blu-ray,cd,cd-rom,computer,dvd,load,music,optical drive,peripheral,tray,video)'), array('fas fa-drum' => 'drum(drum,drumsticks,instrument,music,percussion,snare,sound)'), array('far fa-drum' => 'drum(drum,drumsticks,instrument,music,percussion,snare,sound)'), array('fal fa-drum' => 'drum(drum,drumsticks,instrument,music,percussion,snare,sound)'), array('fas fa-drum-steelpan' => 'drum-steelpan(calypso,instrument,music,percussion,reggae,snare,sound,steel,tropical)'), array('far fa-drum-steelpan' => 'drum-steelpan(calypso,instrument,music,percussion,reggae,snare,sound,steel,tropical)'), array('fal fa-drum-steelpan' => 'drum-steelpan(calypso,instrument,music,percussion,reggae,snare,sound,steel,tropical)'), array('fas fa-ear' => 'ear(body,ear,head,hearing,listen,lobe)'), array('far fa-ear' => 'ear(body,ear,head,hearing,listen,lobe)'), array('fal fa-ear' => 'ear(body,ear,head,hearing,listen,lobe)'), array('fas fa-file-audio' => 'file-audio(document,mp3,music,page,play,sound)'), array('far fa-file-audio' => 'file-audio(document,mp3,music,page,play,sound)'), array('fal fa-file-audio' => 'file-audio(document,mp3,music,page,play,sound)'), array('fas fa-file-mp3' => 'file-mp3( mp3, music, page, play, sound,document)'), array('far fa-file-mp3' => 'file-mp3( mp3, music, page, play, sound,document)'), array('fal fa-file-mp3' => 'file-mp3( mp3, music, page, play, sound,document)'), array('fas fa-file-music' => 'file-music(aac,aif,audio,midi,mp3,ogg,sheet music,wav,wma)'), array('far fa-file-music' => 'file-music(aac,aif,audio,midi,mp3,ogg,sheet music,wav,wma)'), array('fal fa-file-music' => 'file-music(aac,aif,audio,midi,mp3,ogg,sheet music,wav,wma)'), array('fas fa-flute' => 'flute(aerophone,instrument,music,pied piper,woodwind)'), array('far fa-flute' => 'flute(aerophone,instrument,music,pied piper,woodwind)'), array('fal fa-flute' => 'flute(aerophone,instrument,music,pied piper,woodwind)'), array('fas fa-folder-music' => 'folder-music(audio,mp3)'), array('far fa-folder-music' => 'folder-music(audio,mp3)'), array('fal fa-folder-music' => 'folder-music(audio,mp3)'), array('fas fa-gramophone' => 'gramophone(award,grammy,music,phonograph,record,turntable,victrola)'), array('far fa-gramophone' => 'gramophone(award,grammy,music,phonograph,record,turntable,victrola)'), array('fal fa-gramophone' => 'gramophone(award,grammy,music,phonograph,record,turntable,victrola)'), array('fas fa-guitar' => 'guitar(acoustic,instrument,music,rock,rock and roll,song,strings)'), array('far fa-guitar' => 'guitar(acoustic,instrument,music,rock,rock and roll,song,strings)'), array('fal fa-guitar' => 'guitar(acoustic,instrument,music,rock,rock and roll,song,strings)'), array('fas fa-guitar-electric' => 'guitar-electric(axe,guitar,instrument,music,rock,rock and roll,song,strings)'), array('far fa-guitar-electric' => 'guitar-electric(axe,guitar,instrument,music,rock,rock and roll,song,strings)'), array('fal fa-guitar-electric' => 'guitar-electric(axe,guitar,instrument,music,rock,rock and roll,song,strings)'), array('fas fa-guitars' => 'guitars(acoustic,axes,electric,instrument,music,rock,rock and roll,song,strings)'), array('far fa-guitars' => 'guitars(acoustic,axes,electric,instrument,music,rock,rock and roll,song,strings)'), array('fal fa-guitars' => 'guitars(acoustic,axes,electric,instrument,music,rock,rock and roll,song,strings)'), array('fas fa-hand-horns' => 'hand-horns(devil horns,finger,hand,horns,rock,rock-on,sign of the horns)'), array('far fa-hand-horns' => 'hand-horns(devil horns,finger,hand,horns,rock,rock-on,sign of the horns)'), array('fal fa-hand-horns' => 'hand-horns(devil horns,finger,hand,horns,rock,rock-on,sign of the horns)'), array('fas fa-head-side-headphones' => 'head-side-headphones(amplifier,bluetooth,earphone,headset,listen,microphone,music,uer)'), array('far fa-head-side-headphones' => 'head-side-headphones(amplifier,bluetooth,earphone,headset,listen,microphone,music,uer)'), array('fal fa-head-side-headphones' => 'head-side-headphones(amplifier,bluetooth,earphone,headset,listen,microphone,music,uer)'), array('fas fa-headphones' => 'headphones(audio,earbud,headphone,listen,music,sound,speaker)'), array('far fa-headphones' => 'headphones(audio,earbud,headphone,listen,music,sound,speaker)'), array('fal fa-headphones' => 'headphones(audio,earbud,headphone,listen,music,sound,speaker)'), array('fas fa-headphones-simple' => 'headphones-simple(audio,listen,music,sound,speaker)'), array('far fa-headphones-simple' => 'headphones-simple(audio,listen,music,sound,speaker)'), array('fal fa-headphones-simple' => 'headphones-simple(audio,listen,music,sound,speaker)'), array('fas fa-kazoo' => 'kazoo(buzz,instrument,membranophone,mirliton,music)'), array('far fa-kazoo' => 'kazoo(buzz,instrument,membranophone,mirliton,music)'), array('fal fa-kazoo' => 'kazoo(buzz,instrument,membranophone,mirliton,music)'), array('fas fa-list-music' => 'list-music(album,cheatsheet,itunes,music,playlist,podcast,soundtrack,summary)'), array('far fa-list-music' => 'list-music(album,cheatsheet,itunes,music,playlist,podcast,soundtrack,summary)'), array('fal fa-list-music' => 'list-music(album,cheatsheet,itunes,music,playlist,podcast,soundtrack,summary)'), array('fas fa-magnifying-glass-music' => 'magnifying-glass-music( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, zoom,audio,music,note,song,sound)'), array('far fa-magnifying-glass-music' => 'magnifying-glass-music( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, zoom,audio,music,note,song,sound)'), array('fal fa-magnifying-glass-music' => 'magnifying-glass-music( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, zoom,audio,music,note,song,sound)'), array('fas fa-magnifying-glass-play' => 'magnifying-glass-play( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, zoom,audio,music,play,song,video)'), array('far fa-magnifying-glass-play' => 'magnifying-glass-play( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, zoom,audio,music,play,song,video)'), array('fal fa-magnifying-glass-play' => 'magnifying-glass-play( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, zoom,audio,music,play,song,video)'), array('fas fa-magnifying-glass-waveform' => 'magnifying-glass-waveform( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, zoom,audio,sound,waveform)'), array('far fa-magnifying-glass-waveform' => 'magnifying-glass-waveform( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, zoom,audio,sound,waveform)'), array('fal fa-magnifying-glass-waveform' => 'magnifying-glass-waveform( find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, preview, search, tool, zoom,audio,sound,waveform)'), array('fas fa-mandolin' => 'mandolin(Dungeons & Dragons,bard,d&d,dnd,fantasy,guitar,instrument,lute,music,song,strings)'), array('far fa-mandolin' => 'mandolin(Dungeons & Dragons,bard,d&d,dnd,fantasy,guitar,instrument,lute,music,song,strings)'), array('fal fa-mandolin' => 'mandolin(Dungeons & Dragons,bard,d&d,dnd,fantasy,guitar,instrument,lute,music,song,strings)'), array('fas fa-message-music' => 'message-music(answer,chat,commenting,conversation,create,message,music,note,notification,sing,sms,song,texting)'), array('far fa-message-music' => 'message-music(answer,chat,commenting,conversation,create,message,music,note,notification,sing,sms,song,texting)'), array('fal fa-message-music' => 'message-music(answer,chat,commenting,conversation,create,message,music,note,notification,sing,sms,song,texting)'), array('fas fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('far fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('fal fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('fas fa-microphone-lines' => 'microphone-lines(audio,mic,microphone,music,podcast,record,sing,sound,studio,studio microphone,talking,voice)'), array('far fa-microphone-lines' => 'microphone-lines(audio,mic,microphone,music,podcast,record,sing,sound,studio,studio microphone,talking,voice)'), array('fal fa-microphone-lines' => 'microphone-lines(audio,mic,microphone,music,podcast,record,sing,sound,studio,studio microphone,talking,voice)'), array('fas fa-microphone-lines-slash' => 'microphone-lines-slash(audio,disable,disabled,disconnect,disconnect,mute,podcast,record,sing,sound,voice)'), array('far fa-microphone-lines-slash' => 'microphone-lines-slash(audio,disable,disabled,disconnect,disconnect,mute,podcast,record,sing,sound,voice)'), array('fal fa-microphone-lines-slash' => 'microphone-lines-slash(audio,disable,disabled,disconnect,disconnect,mute,podcast,record,sing,sound,voice)'), array('fas fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('far fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('fal fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('fas fa-microphone-stand' => 'microphone-stand(audio,karaoke,mic,microphone,podcast,record,sing,sound,talking,voice)'), array('far fa-microphone-stand' => 'microphone-stand(audio,karaoke,mic,microphone,podcast,record,sing,sound,talking,voice)'), array('fal fa-microphone-stand' => 'microphone-stand(audio,karaoke,mic,microphone,podcast,record,sing,sound,talking,voice)'), array('fas fa-mp3-player' => 'mp3-player(audio,handheld,ipod,itunes,music,zune)'), array('far fa-mp3-player' => 'mp3-player(audio,handheld,ipod,itunes,music,zune)'), array('fal fa-mp3-player' => 'mp3-player(audio,handheld,ipod,itunes,music,zune)'), array('fas fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('far fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('fal fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('fas fa-music-magnifying-glass' => 'music-magnifying-glass( bigger, enlarge, find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, search, tool, zoom,artist,audio,equipment,genre,hear,music,note,notes,similar,song,sound)'), array('far fa-music-magnifying-glass' => 'music-magnifying-glass( bigger, enlarge, find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, search, tool, zoom,artist,audio,equipment,genre,hear,music,note,notes,similar,song,sound)'), array('fal fa-music-magnifying-glass' => 'music-magnifying-glass( bigger, enlarge, find, glass, inspection, magnifier, magnify, magnifying, magnifying glass tilted left, search, tool, zoom,artist,audio,equipment,genre,hear,music,note,notes,similar,song,sound)'), array('fas fa-music-note' => 'music-note(lyrics,melody,note,sing,sound)'), array('far fa-music-note' => 'music-note(lyrics,melody,note,sing,sound)'), array('fal fa-music-note' => 'music-note(lyrics,melody,note,sing,sound)'), array('fas fa-music-note-slash' => 'music-note-slash(cancel,disabled,lyrics,melody,mute,note,off,sing,sound)'), array('far fa-music-note-slash' => 'music-note-slash(cancel,disabled,lyrics,melody,mute,note,off,sing,sound)'), array('fal fa-music-note-slash' => 'music-note-slash(cancel,disabled,lyrics,melody,mute,note,off,sing,sound)'), array('fas fa-music-slash' => 'music-slash(cancel,disabled,lyrics,melody,mute,note,off,sing,sound)'), array('far fa-music-slash' => 'music-slash(cancel,disabled,lyrics,melody,mute,note,off,sing,sound)'), array('fal fa-music-slash' => 'music-slash(cancel,disabled,lyrics,melody,mute,note,off,sing,sound)'), array('fab fa-napster' => 'napster'), array('fas fa-photo-film-music' => 'photo-film-music(img,media)'), array('far fa-photo-film-music' => 'photo-film-music(img,media)'), array('fal fa-photo-film-music' => 'photo-film-music(img,media)'), array('fas fa-piano' => 'piano(grand piano,instrument,keyboard,keys,midi,music)'), array('far fa-piano' => 'piano(grand piano,instrument,keyboard,keys,midi,music)'), array('fal fa-piano' => 'piano(grand piano,instrument,keyboard,keys,midi,music)'), array('fas fa-piano-keyboard' => 'piano-keyboard(instrument,keyboard,keys,midi,music,musical keyboard,piano)'), array('far fa-piano-keyboard' => 'piano-keyboard(instrument,keyboard,keys,midi,music,musical keyboard,piano)'), array('fal fa-piano-keyboard' => 'piano-keyboard(instrument,keyboard,keys,midi,music,musical keyboard,piano)'), array('fas fa-radio' => 'radio(am,broadcast,fm,frequency,music,news,radio,receiver,transmitter,tuner,video)'), array('far fa-radio' => 'radio(am,broadcast,fm,frequency,music,news,radio,receiver,transmitter,tuner,video)'), array('fal fa-radio' => 'radio(am,broadcast,fm,frequency,music,news,radio,receiver,transmitter,tuner,video)'), array('fas fa-radio-tuner' => 'radio-tuner(am,broadcast,fm,frequency,music,news,receiver,transmitter,tuner)'), array('far fa-radio-tuner' => 'radio-tuner(am,broadcast,fm,frequency,music,news,receiver,transmitter,tuner)'), array('fal fa-radio-tuner' => 'radio-tuner(am,broadcast,fm,frequency,music,news,receiver,transmitter,tuner)'), array('fas fa-record-vinyl' => 'record-vinyl(LP,album,analog,music,phonograph,sound)'), array('far fa-record-vinyl' => 'record-vinyl(LP,album,analog,music,phonograph,sound)'), array('fal fa-record-vinyl' => 'record-vinyl(LP,album,analog,music,phonograph,sound)'), array('fas fa-saxophone' => 'saxophone(brass,instrument,jazz,music,sax,saxophone,woodwind)'), array('far fa-saxophone' => 'saxophone(brass,instrument,jazz,music,sax,saxophone,woodwind)'), array('fal fa-saxophone' => 'saxophone(brass,instrument,jazz,music,sax,saxophone,woodwind)'), array('fas fa-saxophone-fire' => 'saxophone-fire(brass,fire,flame,instrument,jazz,music,saxophone,woodwind)'), array('far fa-saxophone-fire' => 'saxophone-fire(brass,fire,flame,instrument,jazz,music,saxophone,woodwind)'), array('fal fa-saxophone-fire' => 'saxophone-fire(brass,fire,flame,instrument,jazz,music,saxophone,woodwind)'), array('fas fa-screencast' => 'screencast(airplay,share,stream)'), array('far fa-screencast' => 'screencast(airplay,share,stream)'), array('fal fa-screencast' => 'screencast(airplay,share,stream)'), array('fas fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fas fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('fab fa-soundcloud' => 'soundcloud'), array('fas fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('far fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('fal fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('fas fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('far fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('fal fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('fab fa-spotify' => 'spotify'), array('fas fa-square-sliders' => 'square-sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-square-sliders' => 'square-sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-square-sliders' => 'square-sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fas fa-square-sliders-vertical' => 'square-sliders-vertical(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-square-sliders-vertical' => 'square-sliders-vertical(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-square-sliders-vertical' => 'square-sliders-vertical(adjust,configuration,modify,settings,sliders,toggle)'), array('fas fa-triangle-instrument' => 'triangle-instrument(ding,idiophone,instrument,music,percussion)'), array('far fa-triangle-instrument' => 'triangle-instrument(ding,idiophone,instrument,music,percussion)'), array('fal fa-triangle-instrument' => 'triangle-instrument(ding,idiophone,instrument,music,percussion)'), array('fas fa-trumpet' => 'trumpet(brass,bugle,classical,cornet,instrument,jazz,music,orchestra,trumpet)'), array('far fa-trumpet' => 'trumpet(brass,bugle,classical,cornet,instrument,jazz,music,orchestra,trumpet)'), array('fal fa-trumpet' => 'trumpet(brass,bugle,classical,cornet,instrument,jazz,music,orchestra,trumpet)'), array('fas fa-turntable' => 'turntable(album,music,phonograph,record,record player,vinyl)'), array('far fa-turntable' => 'turntable(album,music,phonograph,record,record player,vinyl)'), array('fal fa-turntable' => 'turntable(album,music,phonograph,record,record player,vinyl)'), array('fas fa-tv-music' => 'tv-music(audio,mtv,music,music video,sound,television,vh1)'), array('far fa-tv-music' => 'tv-music(audio,mtv,music,music video,sound,television,vh1)'), array('fal fa-tv-music' => 'tv-music(audio,mtv,music,music video,sound,television,vh1)'), array('fas fa-user-music' => 'user-music(artist,music,musician,singer,uer)'), array('far fa-user-music' => 'user-music(artist,music,musician,singer,uer)'), array('fal fa-user-music' => 'user-music(artist,music,musician,singer,uer)'), array('fas fa-violin' => 'violin(bow,cello,fiddle,instrument,music,orchestra,string,violin)'), array('far fa-violin' => 'violin(bow,cello,fiddle,instrument,music,orchestra,string,violin)'), array('fal fa-violin' => 'violin(bow,cello,fiddle,instrument,music,orchestra,string,violin)'), array('fas fa-volume' => 'volume(audio,control,medium,music,sound,speaker,speaker medium volume)'), array('far fa-volume' => 'volume(audio,control,medium,music,sound,speaker,speaker medium volume)'), array('fal fa-volume' => 'volume(audio,control,medium,music,sound,speaker,speaker medium volume)'), array('fas fa-volume-high' => 'volume-high(audio,higher,loud,louder,music,sound,speaker,speaker high volume)'), array('far fa-volume-high' => 'volume-high(audio,higher,loud,louder,music,sound,speaker,speaker high volume)'), array('fal fa-volume-high' => 'volume-high(audio,higher,loud,louder,music,sound,speaker,speaker high volume)'), array('fas fa-volume-low' => 'volume-low(audio,lower,music,quieter,soft,sound,speaker,speaker low volume)'), array('far fa-volume-low' => 'volume-low(audio,lower,music,quieter,soft,sound,speaker,speaker low volume)'), array('fal fa-volume-low' => 'volume-low(audio,lower,music,quieter,soft,sound,speaker,speaker low volume)'), array('fas fa-volume-off' => 'volume-off(audio,ban,music,mute,quiet,silent,sound)'), array('far fa-volume-off' => 'volume-off(audio,ban,music,mute,quiet,silent,sound)'), array('fal fa-volume-off' => 'volume-off(audio,ban,music,mute,quiet,silent,sound)'), array('fas fa-volume-slash' => 'volume-slash(audio,ban,disabled,music,mute,muted speaker,quiet,silent,sound,speaker)'), array('far fa-volume-slash' => 'volume-slash(audio,ban,disabled,music,mute,muted speaker,quiet,silent,sound,speaker)'), array('fal fa-volume-slash' => 'volume-slash(audio,ban,disabled,music,mute,muted speaker,quiet,silent,sound,speaker)'), array('fas fa-volume-xmark' => 'volume-xmark(audio,music,quiet,sound,speaker)'), array('far fa-volume-xmark' => 'volume-xmark(audio,music,quiet,sound,speaker)'), array('fal fa-volume-xmark' => 'volume-xmark(audio,music,quiet,sound,speaker)'), array('fas fa-wave-sine' => 'wave-sine(Sine Wave,frequency,pulse,signal)'), array('far fa-wave-sine' => 'wave-sine(Sine Wave,frequency,pulse,signal)'), array('fal fa-wave-sine' => 'wave-sine(Sine Wave,frequency,pulse,signal)'), array('fas fa-wave-square' => 'wave-square(frequency,pulse,signal)'), array('far fa-wave-square' => 'wave-square(frequency,pulse,signal)'), array('fal fa-wave-square' => 'wave-square(frequency,pulse,signal)'), array('fas fa-wave-triangle' => 'wave-triangle(frequency,pulse,signal)'), array('far fa-wave-triangle' => 'wave-triangle(frequency,pulse,signal)'), array('fal fa-wave-triangle' => 'wave-triangle(frequency,pulse,signal)'), array('fas fa-waveform' => 'waveform(amplitude,sound,soundwave)'), array('far fa-waveform' => 'waveform(amplitude,sound,soundwave)'), array('fal fa-waveform' => 'waveform(amplitude,sound,soundwave)'), array('fas fa-waveform-lines' => 'waveform-lines(amplitude,sound,soundwave)'), array('far fa-waveform-lines' => 'waveform-lines(amplitude,sound,soundwave)'), array('fal fa-waveform-lines' => 'waveform-lines(amplitude,sound,soundwave)'), array('fas fa-waves-sine' => 'waves-sine( frequency, pulse, signal,Sine Wave,compare,similar)'), array('far fa-waves-sine' => 'waves-sine( frequency, pulse, signal,Sine Wave,compare,similar)'), array('fal fa-waves-sine' => 'waves-sine( frequency, pulse, signal,Sine Wave,compare,similar)'), array('fas fa-whistle' => 'whistle(alert,single,sound,toot)'), array('far fa-whistle' => 'whistle(alert,single,sound,toot)'), array('fal fa-whistle' => 'whistle(alert,single,sound,toot)'), ), 'Maritime' => array( array('fas fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('far fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('fal fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('fas fa-anchor-circle-check' => 'anchor-circle-check(enable,marina,not affected,ok,okay,port,validate,working)'), array('far fa-anchor-circle-check' => 'anchor-circle-check(enable,marina,not affected,ok,okay,port,validate,working)'), array('fal fa-anchor-circle-check' => 'anchor-circle-check(enable,marina,not affected,ok,okay,port,validate,working)'), array('fas fa-anchor-circle-exclamation' => 'anchor-circle-exclamation(affected,failed,marina,port)'), array('far fa-anchor-circle-exclamation' => 'anchor-circle-exclamation(affected,failed,marina,port)'), array('fal fa-anchor-circle-exclamation' => 'anchor-circle-exclamation(affected,failed,marina,port)'), array('fas fa-anchor-circle-xmark' => 'anchor-circle-xmark(destroy,marina,port,uncheck)'), array('far fa-anchor-circle-xmark' => 'anchor-circle-xmark(destroy,marina,port,uncheck)'), array('fal fa-anchor-circle-xmark' => 'anchor-circle-xmark(destroy,marina,port,uncheck)'), array('fas fa-anchor-lock' => 'anchor-lock(closed,lockdown,marina,padlock,port,privacy,quarantine)'), array('far fa-anchor-lock' => 'anchor-lock(closed,lockdown,marina,padlock,port,privacy,quarantine)'), array('fal fa-anchor-lock' => 'anchor-lock(closed,lockdown,marina,padlock,port,privacy,quarantine)'), array('fas fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('far fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('fal fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('fas fa-buoy' => 'buoy(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('far fa-buoy' => 'buoy(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('fal fa-buoy' => 'buoy(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('fas fa-buoy-mooring' => 'buoy-mooring(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('far fa-buoy-mooring' => 'buoy-mooring(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('fal fa-buoy-mooring' => 'buoy-mooring(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('fas fa-crab' => 'crab(cancer,claws,crabmeat,crustacean,seafood,shellfish,zodiac)'), array('far fa-crab' => 'crab(cancer,claws,crabmeat,crustacean,seafood,shellfish,zodiac)'), array('fal fa-crab' => 'crab(cancer,claws,crabmeat,crustacean,seafood,shellfish,zodiac)'), array('fas fa-dolphin' => 'dolphin(aquarium,dolphin,fish,flipper,mammal,marine,maritime,porpoise)'), array('far fa-dolphin' => 'dolphin(aquarium,dolphin,fish,flipper,mammal,marine,maritime,porpoise)'), array('fal fa-dolphin' => 'dolphin(aquarium,dolphin,fish,flipper,mammal,marine,maritime,porpoise)'), array('fas fa-duck' => 'duck(bath,bird,duck,fauna,quack,rubber)'), array('far fa-duck' => 'duck(bath,bird,duck,fauna,quack,rubber)'), array('fal fa-duck' => 'duck(bath,bird,duck,fauna,quack,rubber)'), array('fas fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('far fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('fal fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('fas fa-fish' => 'fish(Pisces,fauna,fish,gold,seafood,swimming,zodiac)'), array('far fa-fish' => 'fish(Pisces,fauna,fish,gold,seafood,swimming,zodiac)'), array('fal fa-fish' => 'fish(Pisces,fauna,fish,gold,seafood,swimming,zodiac)'), array('fas fa-fish-bones' => 'fish-bones(dead,fish,skeleton)'), array('far fa-fish-bones' => 'fish-bones(dead,fish,skeleton)'), array('fal fa-fish-bones' => 'fish-bones(dead,fish,skeleton)'), array('fas fa-fish-cooked' => 'fish-cooked(grilled,health,salmon,seafood,tuna)'), array('far fa-fish-cooked' => 'fish-cooked(grilled,health,salmon,seafood,tuna)'), array('fal fa-fish-cooked' => 'fish-cooked(grilled,health,salmon,seafood,tuna)'), array('fas fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('far fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('fal fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('fas fa-fishing-rod' => 'fishing-rod(bait,cast,fish,fishing pole,pole)'), array('far fa-fishing-rod' => 'fishing-rod(bait,cast,fish,fishing pole,pole)'), array('fal fa-fishing-rod' => 'fishing-rod(bait,cast,fish,fishing pole,pole)'), array('fas fa-lighthouse' => 'lighthouse( alert, breakwater, cove, ship, tower, warning,beacon)'), array('far fa-lighthouse' => 'lighthouse( alert, breakwater, cove, ship, tower, warning,beacon)'), array('fal fa-lighthouse' => 'lighthouse( alert, breakwater, cove, ship, tower, warning,beacon)'), array('fas fa-lobster' => 'lobster(bisque,claes,crustacean,lobster,seafood,shellfish)'), array('far fa-lobster' => 'lobster(bisque,claes,crustacean,lobster,seafood,shellfish)'), array('fal fa-lobster' => 'lobster(bisque,claes,crustacean,lobster,seafood,shellfish)'), array('fas fa-narwhal' => 'narwhal(animal,fauna,holiday,ivory,mammal,tusk,unicorn,whale)'), array('far fa-narwhal' => 'narwhal(animal,fauna,holiday,ivory,mammal,tusk,unicorn,whale)'), array('fal fa-narwhal' => 'narwhal(animal,fauna,holiday,ivory,mammal,tusk,unicorn,whale)'), array('fas fa-otter' => 'otter(animal,badger,fauna,fishing,fur,mammal,marten,otter,playful)'), array('far fa-otter' => 'otter(animal,badger,fauna,fishing,fur,mammal,marten,otter,playful)'), array('fal fa-otter' => 'otter(animal,badger,fauna,fishing,fur,mammal,marten,otter,playful)'), array('fas fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('far fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('fal fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('fas fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('far fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('fal fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('fas fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('far fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('fal fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('fas fa-shrimp' => 'shrimp(allergy,crustacean,prawn,seafood,shellfish,shrimp,tail)'), array('far fa-shrimp' => 'shrimp(allergy,crustacean,prawn,seafood,shellfish,shrimp,tail)'), array('fal fa-shrimp' => 'shrimp(allergy,crustacean,prawn,seafood,shellfish,shrimp,tail)'), array('fas fa-squid' => 'squid(calamari,ink,marine,ocean,squid)'), array('far fa-squid' => 'squid(calamari,ink,marine,ocean,squid)'), array('fal fa-squid' => 'squid(calamari,ink,marine,ocean,squid)'), array('fas fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('far fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('fal fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('fas fa-water-arrow-down' => 'water-arrow-down(flood,insert,lake,liquid,ocean,recede,sea,swim,wet)'), array('far fa-water-arrow-down' => 'water-arrow-down(flood,insert,lake,liquid,ocean,recede,sea,swim,wet)'), array('fal fa-water-arrow-down' => 'water-arrow-down(flood,insert,lake,liquid,ocean,recede,sea,swim,wet)'), array('fas fa-water-arrow-up' => 'water-arrow-up(flood,lake,liquid,ocean,sea,swim,upgrade,wet)'), array('far fa-water-arrow-up' => 'water-arrow-up(flood,lake,liquid,ocean,sea,swim,upgrade,wet)'), array('fal fa-water-arrow-up' => 'water-arrow-up(flood,lake,liquid,ocean,sea,swim,upgrade,wet)'), array('fas fa-wave' => 'wave( beach, flotsam, jetsam, surf, tsunami, wave,barrel,break,bro,shore,water)'), array('far fa-wave' => 'wave( beach, flotsam, jetsam, surf, tsunami, wave,barrel,break,bro,shore,water)'), array('fal fa-wave' => 'wave( beach, flotsam, jetsam, surf, tsunami, wave,barrel,break,bro,shore,water)'), array('fas fa-whale' => 'whale(fauna,mammal,swimming,whal,whale)'), array('far fa-whale' => 'whale(fauna,mammal,swimming,whal,whale)'), array('fal fa-whale' => 'whale(fauna,mammal,swimming,whal,whale)'), ), 'Editing' => array( array('fas fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('far fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('fal fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('fas fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('far fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fal fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fas fa-bandage' => 'bandage(adhesive bandage,bandage,boo boo,first aid,modify,ouch)'), array('far fa-bandage' => 'bandage(adhesive bandage,bandage,boo boo,first aid,modify,ouch)'), array('fal fa-bandage' => 'bandage(adhesive bandage,bandage,boo boo,first aid,modify,ouch)'), array('fas fa-bars' => 'bars(checklist,drag,hamburger,list,menu,nav,navigation,ol,reorder,settings,todo,ul)'), array('far fa-bars' => 'bars(checklist,drag,hamburger,list,menu,nav,navigation,ol,reorder,settings,todo,ul)'), array('fal fa-bars' => 'bars(checklist,drag,hamburger,list,menu,nav,navigation,ol,reorder,settings,todo,ul)'), array('fas fa-bars-filter' => 'bars-filter(list,menu,sort)'), array('far fa-bars-filter' => 'bars-filter(list,menu,sort)'), array('fal fa-bars-filter' => 'bars-filter(list,menu,sort)'), array('fas fa-bars-sort' => 'bars-sort(list,menu,sort)'), array('far fa-bars-sort' => 'bars-sort(list,menu,sort)'), array('fal fa-bars-sort' => 'bars-sort(list,menu,sort)'), array('fas fa-brush' => 'brush(art,bristles,color,handle,maintenance,modify,paint)'), array('far fa-brush' => 'brush(art,bristles,color,handle,maintenance,modify,paint)'), array('fal fa-brush' => 'brush(art,bristles,color,handle,maintenance,modify,paint)'), array('fas fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('far fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('fal fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('fas fa-check' => 'check(Check Mark,accept,agree,check,check mark,checkmark,confirm,correct,coupon,done,enable,mark,notice,notification,notify,ok,select,success,tick,todo,true,validate,working,yes,✓)'), array('far fa-check' => 'check(Check Mark,accept,agree,check,check mark,checkmark,confirm,correct,coupon,done,enable,mark,notice,notification,notify,ok,select,success,tick,todo,true,validate,working,yes,✓)'), array('fal fa-check' => 'check(Check Mark,accept,agree,check,check mark,checkmark,confirm,correct,coupon,done,enable,mark,notice,notification,notify,ok,select,success,tick,todo,true,validate,working,yes,✓)'), array('fas fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('far fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('fal fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('fas fa-circle-check' => 'circle-check(accept,affected,agree,clear,confirm,correct,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('far fa-circle-check' => 'circle-check(accept,affected,agree,clear,confirm,correct,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('fal fa-circle-check' => 'circle-check(accept,affected,agree,clear,confirm,correct,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('fas fa-circle-dashed' => 'circle-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('far fa-circle-dashed' => 'circle-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fal fa-circle-dashed' => 'circle-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fas fa-circle-ellipsis' => 'circle-ellipsis(menu,more,three dots)'), array('far fa-circle-ellipsis' => 'circle-ellipsis(menu,more,three dots)'), array('fal fa-circle-ellipsis' => 'circle-ellipsis(menu,more,three dots)'), array('fas fa-circle-ellipsis-vertical' => 'circle-ellipsis-vertical(menu,more,three dots)'), array('far fa-circle-ellipsis-vertical' => 'circle-ellipsis-vertical(menu,more,three dots)'), array('fal fa-circle-ellipsis-vertical' => 'circle-ellipsis-vertical(menu,more,three dots)'), array('fas fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('far fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('fal fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('fas fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('far fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('fal fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('fas fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('far fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('fal fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('fas fa-circle-trash' => 'circle-trash(delete,garbage,hide,remove)'), array('far fa-circle-trash' => 'circle-trash(delete,garbage,hide,remove)'), array('fal fa-circle-trash' => 'circle-trash(delete,garbage,hide,remove)'), array('fas fa-command' => 'command(Place of Interest Sign,apple key,loop)'), array('far fa-command' => 'command(Place of Interest Sign,apple key,loop)'), array('fal fa-command' => 'command(Place of Interest Sign,apple key,loop)'), array('fas fa-crop' => 'crop(design,frame,mask,modify,resize,shrink)'), array('far fa-crop' => 'crop(design,frame,mask,modify,resize,shrink)'), array('fal fa-crop' => 'crop(design,frame,mask,modify,resize,shrink)'), array('fas fa-crop-simple' => 'crop-simple(design,frame,mask,modify,resize,shrink)'), array('far fa-crop-simple' => 'crop-simple(design,frame,mask,modify,resize,shrink)'), array('fal fa-crop-simple' => 'crop-simple(design,frame,mask,modify,resize,shrink)'), array('fas fa-cube' => 'cube(3d,block,dice,package,square,tesseract)'), array('far fa-cube' => 'cube(3d,block,dice,package,square,tesseract)'), array('fal fa-cube' => 'cube(3d,block,dice,package,square,tesseract)'), array('fas fa-dash' => 'dash(Em Dash,Minus Sign,collapse,delete,hide,horizontal rule,hyphen,line,math,minify,minus,negative,remove,sign,trash,−)'), array('far fa-dash' => 'dash(Em Dash,Minus Sign,collapse,delete,hide,horizontal rule,hyphen,line,math,minify,minus,negative,remove,sign,trash,−)'), array('fal fa-dash' => 'dash(Em Dash,Minus Sign,collapse,delete,hide,horizontal rule,hyphen,line,math,minify,minus,negative,remove,sign,trash,−)'), array('fas fa-delete-left' => 'delete-left(Erase to the Left,command,delete,erase,keyboard,undo)'), array('far fa-delete-left' => 'delete-left(Erase to the Left,command,delete,erase,keyboard,undo)'), array('fal fa-delete-left' => 'delete-left(Erase to the Left,command,delete,erase,keyboard,undo)'), array('fas fa-delete-right' => 'delete-right(Erase to the Right,remove,trash)'), array('far fa-delete-right' => 'delete-right(Erase to the Right,remove,trash)'), array('fal fa-delete-right' => 'delete-right(Erase to the Right,remove,trash)'), array('fas fa-diagram-venn' => 'diagram-venn(chart,intersection,logic,overlap)'), array('far fa-diagram-venn' => 'diagram-venn(chart,intersection,logic,overlap)'), array('fal fa-diagram-venn' => 'diagram-venn(chart,intersection,logic,overlap)'), array('fas fa-dial' => 'dial(dial,level)'), array('far fa-dial' => 'dial(dial,level)'), array('fal fa-dial' => 'dial(dial,level)'), array('fas fa-dial-high' => 'dial-high(dial,level)'), array('far fa-dial-high' => 'dial-high(dial,level)'), array('fal fa-dial-high' => 'dial-high(dial,level)'), array('fas fa-dial-low' => 'dial-low(dial,level)'), array('far fa-dial-low' => 'dial-low(dial,level)'), array('fal fa-dial-low' => 'dial-low(dial,level)'), array('fas fa-dial-max' => 'dial-max(dial,level)'), array('far fa-dial-max' => 'dial-max(dial,level)'), array('fal fa-dial-max' => 'dial-max(dial,level)'), array('fas fa-dial-med' => 'dial-med(dial,level)'), array('far fa-dial-med' => 'dial-med(dial,level)'), array('fal fa-dial-med' => 'dial-med(dial,level)'), array('fas fa-dial-med-low' => 'dial-med-low(dial,level)'), array('far fa-dial-med-low' => 'dial-med-low(dial,level)'), array('fal fa-dial-med-low' => 'dial-med-low(dial,level)'), array('fas fa-dial-min' => 'dial-min(dial,level)'), array('far fa-dial-min' => 'dial-min(dial,level)'), array('fal fa-dial-min' => 'dial-min(dial,level)'), array('fas fa-dial-off' => 'dial-off(dial,level)'), array('far fa-dial-off' => 'dial-off(dial,level)'), array('fal fa-dial-off' => 'dial-off(dial,level)'), array('fas fa-distribute-spacing-horizontal' => 'distribute-spacing-horizontal(align,line,padding,rectangle,spacing)'), array('far fa-distribute-spacing-horizontal' => 'distribute-spacing-horizontal(align,line,padding,rectangle,spacing)'), array('fal fa-distribute-spacing-horizontal' => 'distribute-spacing-horizontal(align,line,padding,rectangle,spacing)'), array('fas fa-distribute-spacing-vertical' => 'distribute-spacing-vertical(align,line,padding,rectangle,spacing)'), array('far fa-distribute-spacing-vertical' => 'distribute-spacing-vertical(align,line,padding,rectangle,spacing)'), array('fal fa-distribute-spacing-vertical' => 'distribute-spacing-vertical(align,line,padding,rectangle,spacing)'), array('fas fa-ellipsis' => 'ellipsis(dots,drag,kebab,list,menu,nav,navigation,ol,pacman,reorder,settings,three dots,ul)'), array('far fa-ellipsis' => 'ellipsis(dots,drag,kebab,list,menu,nav,navigation,ol,pacman,reorder,settings,three dots,ul)'), array('fal fa-ellipsis' => 'ellipsis(dots,drag,kebab,list,menu,nav,navigation,ol,pacman,reorder,settings,three dots,ul)'), array('fas fa-ellipsis-stroke' => 'ellipsis-stroke(dots,drag,kebab,list,menu,nav,navigation,ol,reorder,settings,three dots,ul)'), array('far fa-ellipsis-stroke' => 'ellipsis-stroke(dots,drag,kebab,list,menu,nav,navigation,ol,reorder,settings,three dots,ul)'), array('fal fa-ellipsis-stroke' => 'ellipsis-stroke(dots,drag,kebab,list,menu,nav,navigation,ol,reorder,settings,three dots,ul)'), array('fas fa-ellipsis-stroke-vertical' => 'ellipsis-stroke-vertical(bullet,dots,drag,kebab,list,menu,nav,navigation,ol,reorder,settings,three dots,ul)'), array('far fa-ellipsis-stroke-vertical' => 'ellipsis-stroke-vertical(bullet,dots,drag,kebab,list,menu,nav,navigation,ol,reorder,settings,three dots,ul)'), array('fal fa-ellipsis-stroke-vertical' => 'ellipsis-stroke-vertical(bullet,dots,drag,kebab,list,menu,nav,navigation,ol,reorder,settings,three dots,ul)'), array('fas fa-ellipsis-vertical' => 'ellipsis-vertical(bullet,dots,drag,kebab,list,menu,nav,navigation,ol,reorder,settings,three dots,ul)'), array('far fa-ellipsis-vertical' => 'ellipsis-vertical(bullet,dots,drag,kebab,list,menu,nav,navigation,ol,reorder,settings,three dots,ul)'), array('fal fa-ellipsis-vertical' => 'ellipsis-vertical(bullet,dots,drag,kebab,list,menu,nav,navigation,ol,reorder,settings,three dots,ul)'), array('fas fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('far fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('fal fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('fas fa-eye-dropper-full' => 'eye-dropper-full(color,eyedrop)'), array('far fa-eye-dropper-full' => 'eye-dropper-full(color,eyedrop)'), array('fal fa-eye-dropper-full' => 'eye-dropper-full(color,eyedrop)'), array('fas fa-eye-dropper-half' => 'eye-dropper-half(color,eyedrop)'), array('far fa-eye-dropper-half' => 'eye-dropper-half(color,eyedrop)'), array('fal fa-eye-dropper-half' => 'eye-dropper-half(color,eyedrop)'), array('fas fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('far fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('fal fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('fas fa-gallery-thumbnails' => 'gallery-thumbnails(carousel,gallery,grid,screen,view)'), array('far fa-gallery-thumbnails' => 'gallery-thumbnails(carousel,gallery,grid,screen,view)'), array('fal fa-gallery-thumbnails' => 'gallery-thumbnails(carousel,gallery,grid,screen,view)'), array('fas fa-gear' => 'gear(cog,cogwheel,configuration,gear,mechanical,modify,settings,sprocket,tool,wheel)'), array('far fa-gear' => 'gear(cog,cogwheel,configuration,gear,mechanical,modify,settings,sprocket,tool,wheel)'), array('fal fa-gear' => 'gear(cog,cogwheel,configuration,gear,mechanical,modify,settings,sprocket,tool,wheel)'), array('fas fa-grid' => 'grid( collection, grid,app,compact,filter,sort)'), array('far fa-grid' => 'grid( collection, grid,app,compact,filter,sort)'), array('fal fa-grid' => 'grid( collection, grid,app,compact,filter,sort)'), array('fas fa-grid-2' => 'grid-2( collection, grid,app,filter,sort)'), array('far fa-grid-2' => 'grid-2( collection, grid,app,filter,sort)'), array('fal fa-grid-2' => 'grid-2( collection, grid,app,filter,sort)'), array('fas fa-grid-2-plus' => 'grid-2-plus( collection, grid,add,app,filter,sort)'), array('far fa-grid-2-plus' => 'grid-2-plus( collection, grid,add,app,filter,sort)'), array('fal fa-grid-2-plus' => 'grid-2-plus( collection, grid,add,app,filter,sort)'), array('fas fa-grid-4' => 'grid-4( collection, grid,app,compact,filter,sort)'), array('far fa-grid-4' => 'grid-4( collection, grid,app,compact,filter,sort)'), array('fal fa-grid-4' => 'grid-4( collection, grid,app,compact,filter,sort)'), array('fas fa-grid-5' => 'grid-5( collection, grid,app,compact,filter,sort)'), array('far fa-grid-5' => 'grid-5( collection, grid,app,compact,filter,sort)'), array('fal fa-grid-5' => 'grid-5( collection, grid,app,compact,filter,sort)'), array('fas fa-grid-dividers' => 'grid-dividers( collection, grid,app,grid,line,square)'), array('far fa-grid-dividers' => 'grid-dividers( collection, grid,app,grid,line,square)'), array('fal fa-grid-dividers' => 'grid-dividers( collection, grid,app,grid,line,square)'), array('fas fa-grid-horizontal' => 'grid-horizontal( collection, grid,app,dashboard,launcher,square)'), array('far fa-grid-horizontal' => 'grid-horizontal( collection, grid,app,dashboard,launcher,square)'), array('fal fa-grid-horizontal' => 'grid-horizontal( collection, grid,app,dashboard,launcher,square)'), array('fas fa-grid-round' => 'grid-round( grid, app, collection, filter, sort)'), array('far fa-grid-round' => 'grid-round( grid, app, collection, filter, sort)'), array('fal fa-grid-round' => 'grid-round( grid, app, collection, filter, sort)'), array('fas fa-grid-round-2' => 'grid-round-2( grid, app, collection, filter, sort)'), array('far fa-grid-round-2' => 'grid-round-2( grid, app, collection, filter, sort)'), array('fal fa-grid-round-2' => 'grid-round-2( grid, app, collection, filter, sort)'), array('fas fa-grid-round-2-plus' => 'grid-round-2-plus( grid, add, app, collection, filter, sort)'), array('far fa-grid-round-2-plus' => 'grid-round-2-plus( grid, add, app, collection, filter, sort)'), array('fal fa-grid-round-2-plus' => 'grid-round-2-plus( grid, add, app, collection, filter, sort)'), array('fas fa-grid-round-4' => 'grid-round-4( grid, app, collection, filter, sort)'), array('far fa-grid-round-4' => 'grid-round-4( grid, app, collection, filter, sort)'), array('fal fa-grid-round-4' => 'grid-round-4( grid, app, collection, filter, sort)'), array('fas fa-grid-round-5' => 'grid-round-5( grid, app, collection, filter, sort)'), array('far fa-grid-round-5' => 'grid-round-5( grid, app, collection, filter, sort)'), array('fal fa-grid-round-5' => 'grid-round-5( grid, app, collection, filter, sort)'), array('fas fa-grip' => 'grip(affordance,drag,drop,grab,handle)'), array('far fa-grip' => 'grip(affordance,drag,drop,grab,handle)'), array('fal fa-grip' => 'grip(affordance,drag,drop,grab,handle)'), array('fas fa-grip-dots' => 'grip-dots(circles,drag,drop,ellipsis,grab,grid,handle,move)'), array('far fa-grip-dots' => 'grip-dots(circles,drag,drop,ellipsis,grab,grid,handle,move)'), array('fal fa-grip-dots' => 'grip-dots(circles,drag,drop,ellipsis,grab,grid,handle,move)'), array('fas fa-grip-dots-vertical' => 'grip-dots-vertical(circles,drag,drop,ellipsis,grab,grid,handle,move)'), array('far fa-grip-dots-vertical' => 'grip-dots-vertical(circles,drag,drop,ellipsis,grab,grid,handle,move)'), array('fal fa-grip-dots-vertical' => 'grip-dots-vertical(circles,drag,drop,ellipsis,grab,grid,handle,move)'), array('fas fa-grip-lines' => 'grip-lines(affordance,drag,drop,grab,handle)'), array('far fa-grip-lines' => 'grip-lines(affordance,drag,drop,grab,handle)'), array('fal fa-grip-lines' => 'grip-lines(affordance,drag,drop,grab,handle)'), array('fas fa-grip-lines-vertical' => 'grip-lines-vertical(affordance,drag,drop,grab,handle)'), array('far fa-grip-lines-vertical' => 'grip-lines-vertical(affordance,drag,drop,grab,handle)'), array('fal fa-grip-lines-vertical' => 'grip-lines-vertical(affordance,drag,drop,grab,handle)'), array('fas fa-grip-vertical' => 'grip-vertical(affordance,drag,drop,grab,handle)'), array('far fa-grip-vertical' => 'grip-vertical(affordance,drag,drop,grab,handle)'), array('fal fa-grip-vertical' => 'grip-vertical(affordance,drag,drop,grab,handle)'), array('fas fa-hexagon-check' => 'hexagon-check(accept,agree,box,button,check,checkmark,confirm,correct,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('far fa-hexagon-check' => 'hexagon-check(accept,agree,box,button,check,checkmark,confirm,correct,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('fal fa-hexagon-check' => 'hexagon-check(accept,agree,box,button,check,checkmark,confirm,correct,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('fas fa-lasso' => 'lasso(cowboy,rodeo,rope,select,selection,western)'), array('far fa-lasso' => 'lasso(cowboy,rodeo,rope,select,selection,western)'), array('fal fa-lasso' => 'lasso(cowboy,rodeo,rope,select,selection,western)'), array('fas fa-lasso-sparkles' => 'lasso-sparkles(automatic,cowboy,magic,select)'), array('far fa-lasso-sparkles' => 'lasso-sparkles(automatic,cowboy,magic,select)'), array('fal fa-lasso-sparkles' => 'lasso-sparkles(automatic,cowboy,magic,select)'), array('fas fa-link' => 'link(attach,attachment,chain,connect,lin,link)'), array('far fa-link' => 'link(attach,attachment,chain,connect,lin,link)'), array('fal fa-link' => 'link(attach,attachment,chain,connect,lin,link)'), array('fas fa-link-simple' => 'link-simple(attach,attachment,chain,connect)'), array('far fa-link-simple' => 'link-simple(attach,attachment,chain,connect)'), array('fal fa-link-simple' => 'link-simple(attach,attachment,chain,connect)'), array('fas fa-link-simple-slash' => 'link-simple-slash(attachment,chain,chain-broken,disabled,disconnect,remove)'), array('far fa-link-simple-slash' => 'link-simple-slash(attachment,chain,chain-broken,disabled,disconnect,remove)'), array('fal fa-link-simple-slash' => 'link-simple-slash(attachment,chain,chain-broken,disabled,disconnect,remove)'), array('fas fa-link-slash' => 'link-slash(attachment,chain,chain-broken,disabled,disconnect,remove)'), array('far fa-link-slash' => 'link-slash(attachment,chain,chain-broken,disabled,disconnect,remove)'), array('fal fa-link-slash' => 'link-slash(attachment,chain,chain-broken,disabled,disconnect,remove)'), array('fas fa-minus' => 'minus(En Dash,Minus Sign,collapse,delete,hide,math,minify,minus,negative,remove,sign,trash,−)'), array('far fa-minus' => 'minus(En Dash,Minus Sign,collapse,delete,hide,math,minify,minus,negative,remove,sign,trash,−)'), array('fal fa-minus' => 'minus(En Dash,Minus Sign,collapse,delete,hide,math,minify,minus,negative,remove,sign,trash,−)'), array('fas fa-objects-align-bottom' => 'objects-align-bottom(align,distribute,line,rectangles)'), array('far fa-objects-align-bottom' => 'objects-align-bottom(align,distribute,line,rectangles)'), array('fal fa-objects-align-bottom' => 'objects-align-bottom(align,distribute,line,rectangles)'), array('fas fa-objects-align-center-horizontal' => 'objects-align-center-horizontal(align,distribute,line,rectangles)'), array('far fa-objects-align-center-horizontal' => 'objects-align-center-horizontal(align,distribute,line,rectangles)'), array('fal fa-objects-align-center-horizontal' => 'objects-align-center-horizontal(align,distribute,line,rectangles)'), array('fas fa-objects-align-center-vertical' => 'objects-align-center-vertical(align,distribute,line,rectangles)'), array('far fa-objects-align-center-vertical' => 'objects-align-center-vertical(align,distribute,line,rectangles)'), array('fal fa-objects-align-center-vertical' => 'objects-align-center-vertical(align,distribute,line,rectangles)'), array('fas fa-objects-align-left' => 'objects-align-left(align,distribute,line,rectangles)'), array('far fa-objects-align-left' => 'objects-align-left(align,distribute,line,rectangles)'), array('fal fa-objects-align-left' => 'objects-align-left(align,distribute,line,rectangles)'), array('fas fa-objects-align-right' => 'objects-align-right(align,distribute,line,rectangles)'), array('far fa-objects-align-right' => 'objects-align-right(align,distribute,line,rectangles)'), array('fal fa-objects-align-right' => 'objects-align-right(align,distribute,line,rectangles)'), array('fas fa-objects-align-top' => 'objects-align-top(align,distribute,line,rectangles)'), array('far fa-objects-align-top' => 'objects-align-top(align,distribute,line,rectangles)'), array('fal fa-objects-align-top' => 'objects-align-top(align,distribute,line,rectangles)'), array('fas fa-objects-column' => 'objects-column(array,grid,organize,scroll,windows)'), array('far fa-objects-column' => 'objects-column(array,grid,organize,scroll,windows)'), array('fal fa-objects-column' => 'objects-column(array,grid,organize,scroll,windows)'), array('fas fa-octagon-check' => 'octagon-check(accept,agree,box,button,check,checkmark,confirm,correct,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('far fa-octagon-check' => 'octagon-check(accept,agree,box,button,check,checkmark,confirm,correct,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('fal fa-octagon-check' => 'octagon-check(accept,agree,box,button,check,checkmark,confirm,correct,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('fas fa-paintbrush' => 'paintbrush(acrylic,art,brush,color,fill,modify,paint,paintbrush,painting,pigment,watercolor)'), array('far fa-paintbrush' => 'paintbrush(acrylic,art,brush,color,fill,modify,paint,paintbrush,painting,pigment,watercolor)'), array('fal fa-paintbrush' => 'paintbrush(acrylic,art,brush,color,fill,modify,paint,paintbrush,painting,pigment,watercolor)'), array('fas fa-paintbrush-fine' => 'paintbrush-fine(acrylic,art,brush,color,fill,modify,paint,pigment,watercolor)'), array('far fa-paintbrush-fine' => 'paintbrush-fine(acrylic,art,brush,color,fill,modify,paint,pigment,watercolor)'), array('fal fa-paintbrush-fine' => 'paintbrush-fine(acrylic,art,brush,color,fill,modify,paint,pigment,watercolor)'), array('fas fa-paintbrush-pencil' => 'paintbrush-pencil(art,creative,modify)'), array('far fa-paintbrush-pencil' => 'paintbrush-pencil(art,creative,modify)'), array('fal fa-paintbrush-pencil' => 'paintbrush-pencil(art,creative,modify)'), array('fas fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('far fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('fal fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('fas fa-pen-circle' => 'pen-circle(draw,edit,modify,pencil,write)'), array('far fa-pen-circle' => 'pen-circle(draw,edit,modify,pencil,write)'), array('fal fa-pen-circle' => 'pen-circle(draw,edit,modify,pencil,write)'), array('fas fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('far fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('fal fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('fas fa-pen-clip-slash' => 'pen-clip-slash(disabled,modify,remove,style)'), array('far fa-pen-clip-slash' => 'pen-clip-slash(disabled,modify,remove,style)'), array('fal fa-pen-clip-slash' => 'pen-clip-slash(disabled,modify,remove,style)'), array('fas fa-pen-fancy' => 'pen-fancy(black nib,design,edit,fountain,fountain pen,modify,nib,pen,update,write)'), array('far fa-pen-fancy' => 'pen-fancy(black nib,design,edit,fountain,fountain pen,modify,nib,pen,update,write)'), array('fal fa-pen-fancy' => 'pen-fancy(black nib,design,edit,fountain,fountain pen,modify,nib,pen,update,write)'), array('fas fa-pen-fancy-slash' => 'pen-fancy-slash(disabled,modify,remove,style)'), array('far fa-pen-fancy-slash' => 'pen-fancy-slash(disabled,modify,remove,style)'), array('fal fa-pen-fancy-slash' => 'pen-fancy-slash(disabled,modify,remove,style)'), array('fas fa-pen-field' => 'pen-field(imput,modify,signature,username)'), array('far fa-pen-field' => 'pen-field(imput,modify,signature,username)'), array('fal fa-pen-field' => 'pen-field(imput,modify,signature,username)'), array('fas fa-pen-line' => 'pen-line(draw,modify,write)'), array('far fa-pen-line' => 'pen-line(draw,modify,write)'), array('fal fa-pen-line' => 'pen-line(draw,modify,write)'), array('fas fa-pen-nib' => 'pen-nib(design,edit,fountain pen,modify,update,write)'), array('far fa-pen-nib' => 'pen-nib(design,edit,fountain pen,modify,update,write)'), array('fal fa-pen-nib' => 'pen-nib(design,edit,fountain pen,modify,update,write)'), array('fas fa-pen-nib-slash' => 'pen-nib-slash(design,disabled,edit,fountain pen,modify,update,write)'), array('far fa-pen-nib-slash' => 'pen-nib-slash(design,disabled,edit,fountain pen,modify,update,write)'), array('fal fa-pen-nib-slash' => 'pen-nib-slash(design,disabled,edit,fountain pen,modify,update,write)'), array('fas fa-pen-paintbrush' => 'pen-paintbrush(art,design,modify,paint,pencil,write)'), array('far fa-pen-paintbrush' => 'pen-paintbrush(art,design,modify,paint,pencil,write)'), array('fal fa-pen-paintbrush' => 'pen-paintbrush(art,design,modify,paint,pencil,write)'), array('fas fa-pen-ruler' => 'pen-ruler(design,draft,draw,maintenance,modify,pencil)'), array('far fa-pen-ruler' => 'pen-ruler(design,draft,draw,maintenance,modify,pencil)'), array('fal fa-pen-ruler' => 'pen-ruler(design,draft,draw,maintenance,modify,pencil)'), array('fas fa-pen-slash' => 'pen-slash(disabled,modify,remove,style)'), array('far fa-pen-slash' => 'pen-slash(disabled,modify,remove,style)'), array('fal fa-pen-slash' => 'pen-slash(disabled,modify,remove,style)'), array('fas fa-pen-swirl' => 'pen-swirl(draw,modify,scribble,stylus)'), array('far fa-pen-swirl' => 'pen-swirl(draw,modify,scribble,stylus)'), array('fal fa-pen-swirl' => 'pen-swirl(draw,modify,scribble,stylus)'), array('fas fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('far fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('fal fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('fas fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('far fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('fal fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('fas fa-pencil-mechanical' => 'pencil-mechanical(draw,edit,eraser,graphite,lead,pencil,stylus,write)'), array('far fa-pencil-mechanical' => 'pencil-mechanical(draw,edit,eraser,graphite,lead,pencil,stylus,write)'), array('fal fa-pencil-mechanical' => 'pencil-mechanical(draw,edit,eraser,graphite,lead,pencil,stylus,write)'), array('fas fa-pencil-slash' => 'pencil-slash(disabled,modify,remove,style)'), array('far fa-pencil-slash' => 'pencil-slash(disabled,modify,remove,style)'), array('fal fa-pencil-slash' => 'pencil-slash(disabled,modify,remove,style)'), array('fas fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('far fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fal fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fas fa-plus-large' => 'plus-large(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('far fa-plus-large' => 'plus-large(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fal fa-plus-large' => 'plus-large(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fas fa-rabbit-running' => 'rabbit-running(animal,bunny,fast,fauna,follow,hare,mammal,quick,running,speed,wabbit)'), array('far fa-rabbit-running' => 'rabbit-running(animal,bunny,fast,fauna,follow,hare,mammal,quick,running,speed,wabbit)'), array('fal fa-rabbit-running' => 'rabbit-running(animal,bunny,fast,fauna,follow,hare,mammal,quick,running,speed,wabbit)'), array('fas fa-rectangles-mixed' => 'rectangles-mixed(mission control,random,sizing)'), array('far fa-rectangles-mixed' => 'rectangles-mixed(mission control,random,sizing)'), array('fal fa-rectangles-mixed' => 'rectangles-mixed(mission control,random,sizing)'), array('fas fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('far fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('fal fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('fas fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('far fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fal fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fas fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), array('far fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), array('fal fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), array('fas fa-scribble' => 'scribble(doodle,draw,line,road,scrawl,switchback)'), array('far fa-scribble' => 'scribble(doodle,draw,line,road,scrawl,switchback)'), array('fal fa-scribble' => 'scribble(doodle,draw,line,road,scrawl,switchback)'), array('fas fa-signature' => 'signature(John Hancock,cursive,name,username,writing)'), array('far fa-signature' => 'signature(John Hancock,cursive,name,username,writing)'), array('fal fa-signature' => 'signature(John Hancock,cursive,name,username,writing)'), array('fas fa-signature-lock' => 'signature-lock(key signature,lock,padlock,privacy,private,signature,username,verified)'), array('far fa-signature-lock' => 'signature-lock(key signature,lock,padlock,privacy,private,signature,username,verified)'), array('fal fa-signature-lock' => 'signature-lock(key signature,lock,padlock,privacy,private,signature,username,verified)'), array('fas fa-signature-slash' => 'signature-slash(disabled,signature,unverified,username)'), array('far fa-signature-slash' => 'signature-slash(disabled,signature,unverified,username)'), array('fal fa-signature-slash' => 'signature-slash(disabled,signature,unverified,username)'), array('fas fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fas fa-sliders-simple' => 'sliders-simple(adjust,configuration,modify,off,on,settings,toggles)'), array('far fa-sliders-simple' => 'sliders-simple(adjust,configuration,modify,off,on,settings,toggles)'), array('fal fa-sliders-simple' => 'sliders-simple(adjust,configuration,modify,off,on,settings,toggles)'), array('fas fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('fas fa-square-check' => 'square-check(accept,agree,box,button,check,check box with check,check mark button,checkmark,confirm,correct,coupon,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('far fa-square-check' => 'square-check(accept,agree,box,button,check,check box with check,check mark button,checkmark,confirm,correct,coupon,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('fal fa-square-check' => 'square-check(accept,agree,box,button,check,check box with check,check mark button,checkmark,confirm,correct,coupon,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('fas fa-square-dashed' => 'square-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('far fa-square-dashed' => 'square-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fal fa-square-dashed' => 'square-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fas fa-square-dashed-circle-plus' => 'square-dashed-circle-plus(add,copy,dotted,modifier,new,select,selection)'), array('far fa-square-dashed-circle-plus' => 'square-dashed-circle-plus(add,copy,dotted,modifier,new,select,selection)'), array('fal fa-square-dashed-circle-plus' => 'square-dashed-circle-plus(add,copy,dotted,modifier,new,select,selection)'), array('fas fa-square-ellipsis' => 'square-ellipsis(dots,menu,three dots)'), array('far fa-square-ellipsis' => 'square-ellipsis(dots,menu,three dots)'), array('fal fa-square-ellipsis' => 'square-ellipsis(dots,menu,three dots)'), array('fas fa-square-ellipsis-vertical' => 'square-ellipsis-vertical(dots,menu,three dots)'), array('far fa-square-ellipsis-vertical' => 'square-ellipsis-vertical(dots,menu,three dots)'), array('fal fa-square-ellipsis-vertical' => 'square-ellipsis-vertical(dots,menu,three dots)'), array('fas fa-square-pen' => 'square-pen(edit,modify,pencil-square,update,write)'), array('far fa-square-pen' => 'square-pen(edit,modify,pencil-square,update,write)'), array('fal fa-square-pen' => 'square-pen(edit,modify,pencil-square,update,write)'), array('fas fa-trash' => 'trash(delete,garbage,hide,remove)'), array('far fa-trash' => 'trash(delete,garbage,hide,remove)'), array('fal fa-trash' => 'trash(delete,garbage,hide,remove)'), array('fas fa-trash-arrow-up' => 'trash-arrow-up(back,control z,delete,garbage,hide,oops,remove,undo,upgrade)'), array('far fa-trash-arrow-up' => 'trash-arrow-up(back,control z,delete,garbage,hide,oops,remove,undo,upgrade)'), array('fal fa-trash-arrow-up' => 'trash-arrow-up(back,control z,delete,garbage,hide,oops,remove,undo,upgrade)'), array('fas fa-trash-can' => 'trash-can(delete,garbage,hide,remove,trash-o)'), array('far fa-trash-can' => 'trash-can(delete,garbage,hide,remove,trash-o)'), array('fal fa-trash-can' => 'trash-can(delete,garbage,hide,remove,trash-o)'), array('fas fa-trash-can-arrow-up' => 'trash-can-arrow-up(back,control z,delete,garbage,hide,oops,remove,undo,upgrade)'), array('far fa-trash-can-arrow-up' => 'trash-can-arrow-up(back,control z,delete,garbage,hide,oops,remove,undo,upgrade)'), array('fal fa-trash-can-arrow-up' => 'trash-can-arrow-up(back,control z,delete,garbage,hide,oops,remove,undo,upgrade)'), array('fas fa-trash-can-check' => 'trash-can-check(confirm,delete,enable,garbage,hide,remove,validate,working)'), array('far fa-trash-can-check' => 'trash-can-check(confirm,delete,enable,garbage,hide,remove,validate,working)'), array('fal fa-trash-can-check' => 'trash-can-check(confirm,delete,enable,garbage,hide,remove,validate,working)'), array('fas fa-trash-can-clock' => 'trash-can-clock(delay,delete,garbage,hide,remove)'), array('far fa-trash-can-clock' => 'trash-can-clock(delay,delete,garbage,hide,remove)'), array('fal fa-trash-can-clock' => 'trash-can-clock(delay,delete,garbage,hide,remove)'), array('fas fa-trash-can-list' => 'trash-can-list(cheatsheet,delete,garbage,hide,remove)'), array('far fa-trash-can-list' => 'trash-can-list(cheatsheet,delete,garbage,hide,remove)'), array('fal fa-trash-can-list' => 'trash-can-list(cheatsheet,delete,garbage,hide,remove)'), array('fas fa-trash-can-plus' => 'trash-can-plus(delete,garbage,hide,remove)'), array('far fa-trash-can-plus' => 'trash-can-plus(delete,garbage,hide,remove)'), array('fal fa-trash-can-plus' => 'trash-can-plus(delete,garbage,hide,remove)'), array('fas fa-trash-can-slash' => 'trash-can-slash(delete,disabled,garbage,hide,remove)'), array('far fa-trash-can-slash' => 'trash-can-slash(delete,disabled,garbage,hide,remove)'), array('fal fa-trash-can-slash' => 'trash-can-slash(delete,disabled,garbage,hide,remove)'), array('fas fa-trash-can-undo' => 'trash-can-undo(back,control z,delete,garbage,hide,oops,remove,restore,undo)'), array('far fa-trash-can-undo' => 'trash-can-undo(back,control z,delete,garbage,hide,oops,remove,restore,undo)'), array('fal fa-trash-can-undo' => 'trash-can-undo(back,control z,delete,garbage,hide,oops,remove,restore,undo)'), array('fas fa-trash-can-xmark' => 'trash-can-xmark(cancel,delete,garbage,hide,remove,uncheck)'), array('far fa-trash-can-xmark' => 'trash-can-xmark(cancel,delete,garbage,hide,remove,uncheck)'), array('fal fa-trash-can-xmark' => 'trash-can-xmark(cancel,delete,garbage,hide,remove,uncheck)'), array('fas fa-trash-check' => 'trash-check(confirm,delete,enable,garbage,hide,remove,validate,working)'), array('far fa-trash-check' => 'trash-check(confirm,delete,enable,garbage,hide,remove,validate,working)'), array('fal fa-trash-check' => 'trash-check(confirm,delete,enable,garbage,hide,remove,validate,working)'), array('fas fa-trash-clock' => 'trash-clock(delay,delete,garbage,hide,remove)'), array('far fa-trash-clock' => 'trash-clock(delay,delete,garbage,hide,remove)'), array('fal fa-trash-clock' => 'trash-clock(delay,delete,garbage,hide,remove)'), array('fas fa-trash-list' => 'trash-list(cheatsheet,delete,garbage,hide,remove)'), array('far fa-trash-list' => 'trash-list(cheatsheet,delete,garbage,hide,remove)'), array('fal fa-trash-list' => 'trash-list(cheatsheet,delete,garbage,hide,remove)'), array('fas fa-trash-plus' => 'trash-plus(delete,garbage,hide,remove)'), array('far fa-trash-plus' => 'trash-plus(delete,garbage,hide,remove)'), array('fal fa-trash-plus' => 'trash-plus(delete,garbage,hide,remove)'), array('fas fa-trash-slash' => 'trash-slash(delete,disabled,garbage,hide,remove)'), array('far fa-trash-slash' => 'trash-slash(delete,disabled,garbage,hide,remove)'), array('fal fa-trash-slash' => 'trash-slash(delete,disabled,garbage,hide,remove)'), array('fas fa-trash-undo' => 'trash-undo(back,control z,delete,garbage,hide,oops,remove,restore,undo)'), array('far fa-trash-undo' => 'trash-undo(back,control z,delete,garbage,hide,oops,remove,restore,undo)'), array('fal fa-trash-undo' => 'trash-undo(back,control z,delete,garbage,hide,oops,remove,restore,undo)'), array('fas fa-trash-xmark' => 'trash-xmark(delete,garbage,hide,remove,uncheck)'), array('far fa-trash-xmark' => 'trash-xmark(delete,garbage,hide,remove,uncheck)'), array('fal fa-trash-xmark' => 'trash-xmark(delete,garbage,hide,remove,uncheck)'), array('fas fa-turtle' => 'turtle(cowabunga,donatello,fauna,leonardo,michaelangelo,raphael,reptile,shell,slow,terrapin,tortoise,turtle)'), array('far fa-turtle' => 'turtle(cowabunga,donatello,fauna,leonardo,michaelangelo,raphael,reptile,shell,slow,terrapin,tortoise,turtle)'), array('fal fa-turtle' => 'turtle(cowabunga,donatello,fauna,leonardo,michaelangelo,raphael,reptile,shell,slow,terrapin,tortoise,turtle)'), array('fas fa-wand-magic' => 'wand-magic(autocomplete,automatic,mage,magic,spell,wand,witch,wizard)'), array('far fa-wand-magic' => 'wand-magic(autocomplete,automatic,mage,magic,spell,wand,witch,wizard)'), array('fal fa-wand-magic' => 'wand-magic(autocomplete,automatic,mage,magic,spell,wand,witch,wizard)'), array('fas fa-wand-magic-sparkles' => 'wand-magic-sparkles(auto,magic,magic wand,trick,witch,wizard)'), array('far fa-wand-magic-sparkles' => 'wand-magic-sparkles(auto,magic,magic wand,trick,witch,wizard)'), array('fal fa-wand-magic-sparkles' => 'wand-magic-sparkles(auto,magic,magic wand,trick,witch,wizard)'), array('fas fa-xmark' => 'xmark(Cancellation X,Multiplication Sign,Multiplication X,cancel,close,cross,cross mark,error,exit,incorrect,mark,multiplication,multiply,notice,notification,notify,problem,sign,uncheck,wrong,x,×)'), array('far fa-xmark' => 'xmark(Cancellation X,Multiplication Sign,Multiplication X,cancel,close,cross,cross mark,error,exit,incorrect,mark,multiplication,multiply,notice,notification,notify,problem,sign,uncheck,wrong,x,×)'), array('fal fa-xmark' => 'xmark(Cancellation X,Multiplication Sign,Multiplication X,cancel,close,cross,cross mark,error,exit,incorrect,mark,multiplication,multiply,notice,notification,notify,problem,sign,uncheck,wrong,x,×)'), array('fas fa-xmark-large' => 'xmark-large(cancel,cancellation X,close,cross,cross mark,error,exit,incorrect,mark,multiplication,multiplication Sign,multiplication X,multiply,notice,notification,notify,problem,sign,uncheck,wrong,x,×)'), array('far fa-xmark-large' => 'xmark-large(cancel,cancellation X,close,cross,cross mark,error,exit,incorrect,mark,multiplication,multiplication Sign,multiplication X,multiply,notice,notification,notify,problem,sign,uncheck,wrong,x,×)'), array('fal fa-xmark-large' => 'xmark-large(cancel,cancellation X,close,cross,cross mark,error,exit,incorrect,mark,multiplication,multiplication Sign,multiplication X,multiply,notice,notification,notify,problem,sign,uncheck,wrong,x,×)'), ), 'Logistics' => array( array('fas fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('far fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('fal fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('fas fa-anchor-circle-check' => 'anchor-circle-check(enable,marina,not affected,ok,okay,port,validate,working)'), array('far fa-anchor-circle-check' => 'anchor-circle-check(enable,marina,not affected,ok,okay,port,validate,working)'), array('fal fa-anchor-circle-check' => 'anchor-circle-check(enable,marina,not affected,ok,okay,port,validate,working)'), array('fas fa-anchor-circle-exclamation' => 'anchor-circle-exclamation(affected,failed,marina,port)'), array('far fa-anchor-circle-exclamation' => 'anchor-circle-exclamation(affected,failed,marina,port)'), array('fal fa-anchor-circle-exclamation' => 'anchor-circle-exclamation(affected,failed,marina,port)'), array('fas fa-anchor-circle-xmark' => 'anchor-circle-xmark(destroy,marina,port,uncheck)'), array('far fa-anchor-circle-xmark' => 'anchor-circle-xmark(destroy,marina,port,uncheck)'), array('fal fa-anchor-circle-xmark' => 'anchor-circle-xmark(destroy,marina,port,uncheck)'), array('fas fa-anchor-lock' => 'anchor-lock(closed,lockdown,marina,padlock,port,privacy,quarantine)'), array('far fa-anchor-lock' => 'anchor-lock(closed,lockdown,marina,padlock,port,privacy,quarantine)'), array('fal fa-anchor-lock' => 'anchor-lock(closed,lockdown,marina,padlock,port,privacy,quarantine)'), array('fas fa-barcode-read' => 'barcode-read(info,laser,price,scan,upc)'), array('far fa-barcode-read' => 'barcode-read(info,laser,price,scan,upc)'), array('fal fa-barcode-read' => 'barcode-read(info,laser,price,scan,upc)'), array('fas fa-barcode-scan' => 'barcode-scan(info,laser,price,scan,upc)'), array('far fa-barcode-scan' => 'barcode-scan(info,laser,price,scan,upc)'), array('fal fa-barcode-scan' => 'barcode-scan(info,laser,price,scan,upc)'), array('fas fa-box' => 'box(archive,box,container,package,parcel,storage)'), array('far fa-box' => 'box(archive,box,container,package,parcel,storage)'), array('fal fa-box' => 'box(archive,box,container,package,parcel,storage)'), array('fas fa-box-check' => 'box-check(accept,agree,confirm,correct,done,enable,ok,package,select,success,tick,todo,validate,working,yes)'), array('far fa-box-check' => 'box-check(accept,agree,confirm,correct,done,enable,ok,package,select,success,tick,todo,validate,working,yes)'), array('fal fa-box-check' => 'box-check(accept,agree,confirm,correct,done,enable,ok,package,select,success,tick,todo,validate,working,yes)'), array('fas fa-box-circle-check' => 'box-circle-check(confirm,enable,inventory,not affected,ok,okay,package,validate,working)'), array('far fa-box-circle-check' => 'box-circle-check(confirm,enable,inventory,not affected,ok,okay,package,validate,working)'), array('fal fa-box-circle-check' => 'box-circle-check(confirm,enable,inventory,not affected,ok,okay,package,validate,working)'), array('fas fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('far fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('fal fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('fas fa-boxes-stacked' => 'boxes-stacked(archives,inventory,storage,warehouse)'), array('far fa-boxes-stacked' => 'boxes-stacked(archives,inventory,storage,warehouse)'), array('fal fa-boxes-stacked' => 'boxes-stacked(archives,inventory,storage,warehouse)'), array('fas fa-bridge' => 'bridge(bridge,road)'), array('far fa-bridge' => 'bridge(bridge,road)'), array('fal fa-bridge' => 'bridge(bridge,road)'), array('fas fa-bridge-circle-check' => 'bridge-circle-check(bridge,enable,not affected,ok,okay,road,validate,working)'), array('far fa-bridge-circle-check' => 'bridge-circle-check(bridge,enable,not affected,ok,okay,road,validate,working)'), array('fal fa-bridge-circle-check' => 'bridge-circle-check(bridge,enable,not affected,ok,okay,road,validate,working)'), array('fas fa-bridge-circle-exclamation' => 'bridge-circle-exclamation(affected,bridge,failed,road)'), array('far fa-bridge-circle-exclamation' => 'bridge-circle-exclamation(affected,bridge,failed,road)'), array('fal fa-bridge-circle-exclamation' => 'bridge-circle-exclamation(affected,bridge,failed,road)'), array('fas fa-bridge-circle-xmark' => 'bridge-circle-xmark(bridge,destroy,road,uncheck)'), array('far fa-bridge-circle-xmark' => 'bridge-circle-xmark(bridge,destroy,road,uncheck)'), array('fal fa-bridge-circle-xmark' => 'bridge-circle-xmark(bridge,destroy,road,uncheck)'), array('fas fa-bridge-lock' => 'bridge-lock(bridge,closed,lockdown,padlock,privacy,quarantine,road)'), array('far fa-bridge-lock' => 'bridge-lock(bridge,closed,lockdown,padlock,privacy,quarantine,road)'), array('fal fa-bridge-lock' => 'bridge-lock(bridge,closed,lockdown,padlock,privacy,quarantine,road)'), array('fas fa-bridge-water' => 'bridge-water(bridge,road)'), array('far fa-bridge-water' => 'bridge-water(bridge,road)'), array('fal fa-bridge-water' => 'bridge-water(bridge,road)'), array('fas fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('far fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('fal fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('fas fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('far fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('fal fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('fas fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('far fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fal fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fas fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('far fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('fal fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('fas fa-cart-flatbed' => 'cart-flatbed(carry,inventory,shipping,transport)'), array('far fa-cart-flatbed' => 'cart-flatbed(carry,inventory,shipping,transport)'), array('fal fa-cart-flatbed' => 'cart-flatbed(carry,inventory,shipping,transport)'), array('fas fa-cart-flatbed-boxes' => 'cart-flatbed-boxes(carry,inventory,shipping,transport)'), array('far fa-cart-flatbed-boxes' => 'cart-flatbed-boxes(carry,inventory,shipping,transport)'), array('fal fa-cart-flatbed-boxes' => 'cart-flatbed-boxes(carry,inventory,shipping,transport)'), array('fas fa-cart-flatbed-empty' => 'cart-flatbed-empty(carry,inventory,shipping,transport)'), array('far fa-cart-flatbed-empty' => 'cart-flatbed-empty(carry,inventory,shipping,transport)'), array('fal fa-cart-flatbed-empty' => 'cart-flatbed-empty(carry,inventory,shipping,transport)'), array('fas fa-chart-kanban' => 'chart-kanban( board, chart, graph, kanban, list, organize, project,statistics)'), array('far fa-chart-kanban' => 'chart-kanban( board, chart, graph, kanban, list, organize, project,statistics)'), array('fal fa-chart-kanban' => 'chart-kanban( board, chart, graph, kanban, list, organize, project,statistics)'), array('fas fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('far fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('fal fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('fas fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('far fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('fal fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('fas fa-clipboard-check' => 'clipboard-check(accept,agree,confirm,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('far fa-clipboard-check' => 'clipboard-check(accept,agree,confirm,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('fal fa-clipboard-check' => 'clipboard-check(accept,agree,confirm,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('fas fa-clipboard-list' => 'clipboard-list(cheatsheet,checklist,completed,done,finished,intinerary,ol,schedule,summary,survey,tick,todo,ul,wishlist)'), array('far fa-clipboard-list' => 'clipboard-list(cheatsheet,checklist,completed,done,finished,intinerary,ol,schedule,summary,survey,tick,todo,ul,wishlist)'), array('fal fa-clipboard-list' => 'clipboard-list(cheatsheet,checklist,completed,done,finished,intinerary,ol,schedule,summary,survey,tick,todo,ul,wishlist)'), array('fas fa-clipboard-question' => 'clipboard-question(assistance,faq,interview,query,question)'), array('far fa-clipboard-question' => 'clipboard-question(assistance,faq,interview,query,question)'), array('fal fa-clipboard-question' => 'clipboard-question(assistance,faq,interview,query,question)'), array('fas fa-conveyor-belt' => 'conveyor-belt(carousel,inventory,manufacture,packaging,shipping)'), array('far fa-conveyor-belt' => 'conveyor-belt(carousel,inventory,manufacture,packaging,shipping)'), array('fal fa-conveyor-belt' => 'conveyor-belt(carousel,inventory,manufacture,packaging,shipping)'), array('fas fa-conveyor-belt-arm' => 'conveyor-belt-arm( inventory, manufacture, packaging, produce, production, shipping,carousel)'), array('far fa-conveyor-belt-arm' => 'conveyor-belt-arm( inventory, manufacture, packaging, produce, production, shipping,carousel)'), array('fal fa-conveyor-belt-arm' => 'conveyor-belt-arm( inventory, manufacture, packaging, produce, production, shipping,carousel)'), array('fas fa-conveyor-belt-boxes' => 'conveyor-belt-boxes(carousel,inventory,manufacture,packaging,shipping)'), array('far fa-conveyor-belt-boxes' => 'conveyor-belt-boxes(carousel,inventory,manufacture,packaging,shipping)'), array('fal fa-conveyor-belt-boxes' => 'conveyor-belt-boxes(carousel,inventory,manufacture,packaging,shipping)'), array('fas fa-conveyor-belt-empty' => 'conveyor-belt-empty(inventory,shipping)'), array('far fa-conveyor-belt-empty' => 'conveyor-belt-empty(inventory,shipping)'), array('fal fa-conveyor-belt-empty' => 'conveyor-belt-empty(inventory,shipping)'), array('fas fa-crate-empty' => 'crate-empty(box,crate)'), array('far fa-crate-empty' => 'crate-empty(box,crate)'), array('fal fa-crate-empty' => 'crate-empty(box,crate)'), array('fas fa-dolly' => 'dolly(carry,shipping,transport)'), array('far fa-dolly' => 'dolly(carry,shipping,transport)'), array('fal fa-dolly' => 'dolly(carry,shipping,transport)'), array('fas fa-dolly-empty' => 'dolly-empty(carry,inventory,shipping,transport)'), array('far fa-dolly-empty' => 'dolly-empty(carry,inventory,shipping,transport)'), array('fal fa-dolly-empty' => 'dolly-empty(carry,inventory,shipping,transport)'), array('fas fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('far fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('fal fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('fas fa-forklift' => 'forklift(archive,inventory,lorry,maintenance,pallet,shipping,tractor,warehouse)'), array('far fa-forklift' => 'forklift(archive,inventory,lorry,maintenance,pallet,shipping,tractor,warehouse)'), array('fal fa-forklift' => 'forklift(archive,inventory,lorry,maintenance,pallet,shipping,tractor,warehouse)'), array('fas fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('far fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('fal fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('fas fa-gas-pump-slash' => 'gas-pump-slash(car,disabled,empty,fuel,gasoline,petrol)'), array('far fa-gas-pump-slash' => 'gas-pump-slash(car,disabled,empty,fuel,gasoline,petrol)'), array('fal fa-gas-pump-slash' => 'gas-pump-slash(car,disabled,empty,fuel,gasoline,petrol)'), array('fas fa-gear-complex' => 'gear-complex( cogwheel, gear, mechanical, settings, sprocket, tool, wheel,cog)'), array('far fa-gear-complex' => 'gear-complex( cogwheel, gear, mechanical, settings, sprocket, tool, wheel,cog)'), array('fal fa-gear-complex' => 'gear-complex( cogwheel, gear, mechanical, settings, sprocket, tool, wheel,cog)'), array('fas fa-gears' => 'gears(configuration,gears,mechanical,modify,settings,sprocket,wheel)'), array('far fa-gears' => 'gears(configuration,gears,mechanical,modify,settings,sprocket,wheel)'), array('fal fa-gears' => 'gears(configuration,gears,mechanical,modify,settings,sprocket,wheel)'), array('fas fa-hand-holding-box' => 'hand-holding-box(carry,gift,handling,lift,package)'), array('far fa-hand-holding-box' => 'hand-holding-box(carry,gift,handling,lift,package)'), array('fal fa-hand-holding-box' => 'hand-holding-box(carry,gift,handling,lift,package)'), array('fas fa-hands-holding-diamond' => 'hands-holding-diamond(carry,gift,handling,package,shipping)'), array('far fa-hands-holding-diamond' => 'hands-holding-diamond(carry,gift,handling,package,shipping)'), array('fal fa-hands-holding-diamond' => 'hands-holding-diamond(carry,gift,handling,package,shipping)'), array('fas fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('far fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('fal fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('fas fa-helicopter-symbol' => 'helicopter-symbol(chopper,helicopter,landing pad,whirlybird)'), array('far fa-helicopter-symbol' => 'helicopter-symbol(chopper,helicopter,landing pad,whirlybird)'), array('fal fa-helicopter-symbol' => 'helicopter-symbol(chopper,helicopter,landing pad,whirlybird)'), array('fas fa-helmet-safety' => 'helmet-safety(construction,hardhat,helmet,maintenance,safety)'), array('far fa-helmet-safety' => 'helmet-safety(construction,hardhat,helmet,maintenance,safety)'), array('fal fa-helmet-safety' => 'helmet-safety(construction,hardhat,helmet,maintenance,safety)'), array('fas fa-jet-fighter-up' => 'jet-fighter-up(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('far fa-jet-fighter-up' => 'jet-fighter-up(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('fal fa-jet-fighter-up' => 'jet-fighter-up(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('fas fa-pallet' => 'pallet(archive,box,inventory,shipping,warehouse)'), array('far fa-pallet' => 'pallet(archive,box,inventory,shipping,warehouse)'), array('fal fa-pallet' => 'pallet(archive,box,inventory,shipping,warehouse)'), array('fas fa-pallet-box' => 'pallet-box(inventory,package,shipping)'), array('far fa-pallet-box' => 'pallet-box(inventory,package,shipping)'), array('fal fa-pallet-box' => 'pallet-box(inventory,package,shipping)'), array('fas fa-pallet-boxes' => 'pallet-boxes(archive,box,inventory,shipping,warehouse)'), array('far fa-pallet-boxes' => 'pallet-boxes(archive,box,inventory,shipping,warehouse)'), array('fal fa-pallet-boxes' => 'pallet-boxes(archive,box,inventory,shipping,warehouse)'), array('fas fa-person-carry-box' => 'person-carry-box(deliver,lift,uer)'), array('far fa-person-carry-box' => 'person-carry-box(deliver,lift,uer)'), array('fal fa-person-carry-box' => 'person-carry-box(deliver,lift,uer)'), array('fas fa-person-dolly' => 'person-dolly(carry,deliver,transport,uer)'), array('far fa-person-dolly' => 'person-dolly(carry,deliver,transport,uer)'), array('fal fa-person-dolly' => 'person-dolly(carry,deliver,transport,uer)'), array('fas fa-person-dolly-empty' => 'person-dolly-empty(carry,deliver,transport,uer)'), array('far fa-person-dolly-empty' => 'person-dolly-empty(carry,deliver,transport,uer)'), array('fal fa-person-dolly-empty' => 'person-dolly-empty(carry,deliver,transport,uer)'), array('fas fa-plane-circle-check' => 'plane-circle-check(airplane,airport,enable,flight,fly,not affected,ok,okay,travel,validate,working)'), array('far fa-plane-circle-check' => 'plane-circle-check(airplane,airport,enable,flight,fly,not affected,ok,okay,travel,validate,working)'), array('fal fa-plane-circle-check' => 'plane-circle-check(airplane,airport,enable,flight,fly,not affected,ok,okay,travel,validate,working)'), array('fas fa-plane-circle-exclamation' => 'plane-circle-exclamation(affected,airplane,airport,failed,flight,fly,travel)'), array('far fa-plane-circle-exclamation' => 'plane-circle-exclamation(affected,airplane,airport,failed,flight,fly,travel)'), array('fal fa-plane-circle-exclamation' => 'plane-circle-exclamation(affected,airplane,airport,failed,flight,fly,travel)'), array('fas fa-plane-circle-xmark' => 'plane-circle-xmark(airplane,airport,destroy,flight,fly,travel,uncheck)'), array('far fa-plane-circle-xmark' => 'plane-circle-xmark(airplane,airport,destroy,flight,fly,travel,uncheck)'), array('fal fa-plane-circle-xmark' => 'plane-circle-xmark(airplane,airport,destroy,flight,fly,travel,uncheck)'), array('fas fa-plane-lock' => 'plane-lock(airplane,airport,closed,flight,fly,lockdown,padlock,privacy,quarantine,travel)'), array('far fa-plane-lock' => 'plane-lock(airplane,airport,closed,flight,fly,lockdown,padlock,privacy,quarantine,travel)'), array('fal fa-plane-lock' => 'plane-lock(airplane,airport,closed,flight,fly,lockdown,padlock,privacy,quarantine,travel)'), array('fas fa-rectangle-barcode' => 'rectangle-barcode(info,laser,price,scan,upc)'), array('far fa-rectangle-barcode' => 'rectangle-barcode(info,laser,price,scan,upc)'), array('fal fa-rectangle-barcode' => 'rectangle-barcode(info,laser,price,scan,upc)'), array('fas fa-reel' => 'reel(needle,sewing,spool,string,thread,wire)'), array('far fa-reel' => 'reel(needle,sewing,spool,string,thread,wire)'), array('fal fa-reel' => 'reel(needle,sewing,spool,string,thread,wire)'), array('fas fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('far fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('fal fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('fas fa-road-barrier' => 'road-barrier(block,border,no entry,roadblock)'), array('far fa-road-barrier' => 'road-barrier(block,border,no entry,roadblock)'), array('fal fa-road-barrier' => 'road-barrier(block,border,no entry,roadblock)'), array('fas fa-road-bridge' => 'road-bridge(bridge,infrastructure,road,travel)'), array('far fa-road-bridge' => 'road-bridge(bridge,infrastructure,road,travel)'), array('fal fa-road-bridge' => 'road-bridge(bridge,infrastructure,road,travel)'), array('fas fa-road-circle-check' => 'road-circle-check(enable,freeway,highway,not affected,ok,okay,pavement,road,validate,working)'), array('far fa-road-circle-check' => 'road-circle-check(enable,freeway,highway,not affected,ok,okay,pavement,road,validate,working)'), array('fal fa-road-circle-check' => 'road-circle-check(enable,freeway,highway,not affected,ok,okay,pavement,road,validate,working)'), array('fas fa-road-circle-exclamation' => 'road-circle-exclamation(affected,failed,freeway,highway,pavement,road)'), array('far fa-road-circle-exclamation' => 'road-circle-exclamation(affected,failed,freeway,highway,pavement,road)'), array('fal fa-road-circle-exclamation' => 'road-circle-exclamation(affected,failed,freeway,highway,pavement,road)'), array('fas fa-road-circle-xmark' => 'road-circle-xmark(destroy,freeway,highway,pavement,road,uncheck)'), array('far fa-road-circle-xmark' => 'road-circle-xmark(destroy,freeway,highway,pavement,road,uncheck)'), array('fal fa-road-circle-xmark' => 'road-circle-xmark(destroy,freeway,highway,pavement,road,uncheck)'), array('fas fa-road-lock' => 'road-lock(closed,freeway,highway,lockdown,padlock,pavement,privacy,quarantine,road)'), array('far fa-road-lock' => 'road-lock(closed,freeway,highway,lockdown,padlock,pavement,privacy,quarantine,road)'), array('fal fa-road-lock' => 'road-lock(closed,freeway,highway,lockdown,padlock,pavement,privacy,quarantine,road)'), array('fas fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('far fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('fal fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('fas fa-scanner-gun' => 'scanner-gun(barcode,checkout,gun,inventory,price,upc,warehouse)'), array('far fa-scanner-gun' => 'scanner-gun(barcode,checkout,gun,inventory,price,upc,warehouse)'), array('fal fa-scanner-gun' => 'scanner-gun(barcode,checkout,gun,inventory,price,upc,warehouse)'), array('fas fa-scanner-keyboard' => 'scanner-keyboard(barcode,checkout,gun,inventory,price,upc,warehouse)'), array('far fa-scanner-keyboard' => 'scanner-keyboard(barcode,checkout,gun,inventory,price,upc,warehouse)'), array('fal fa-scanner-keyboard' => 'scanner-keyboard(barcode,checkout,gun,inventory,price,upc,warehouse)'), array('fas fa-scanner-touchscreen' => 'scanner-touchscreen(barcode,checkout,gun,inventory,price,upc,warehouse)'), array('far fa-scanner-touchscreen' => 'scanner-touchscreen(barcode,checkout,gun,inventory,price,upc,warehouse)'), array('fal fa-scanner-touchscreen' => 'scanner-touchscreen(barcode,checkout,gun,inventory,price,upc,warehouse)'), array('fas fa-shelves' => 'shelves(archive,box,shipping,warehouse)'), array('far fa-shelves' => 'shelves(archive,box,shipping,warehouse)'), array('fal fa-shelves' => 'shelves(archive,box,shipping,warehouse)'), array('fas fa-shelves-empty' => 'shelves-empty(bookshelf,inventory,stock)'), array('far fa-shelves-empty' => 'shelves-empty(bookshelf,inventory,stock)'), array('fal fa-shelves-empty' => 'shelves-empty(bookshelf,inventory,stock)'), array('fas fa-square-kanban' => 'square-kanban(board,chart,graph,kanban,list,organize,project,statistics)'), array('far fa-square-kanban' => 'square-kanban(board,chart,graph,kanban,list,organize,project,statistics)'), array('fal fa-square-kanban' => 'square-kanban(board,chart,graph,kanban,list,organize,project,statistics)'), array('fas fa-square-nfi' => 'square-nfi(non-food item,supplies)'), array('far fa-square-nfi' => 'square-nfi(non-food item,supplies)'), array('fal fa-square-nfi' => 'square-nfi(non-food item,supplies)'), array('fas fa-tablet-rugged' => 'tablet-rugged(device,durable,protection,screen,tough)'), array('far fa-tablet-rugged' => 'tablet-rugged(device,durable,protection,screen,tough)'), array('fal fa-tablet-rugged' => 'tablet-rugged(device,durable,protection,screen,tough)'), array('fas fa-train' => 'train(bullet,commute,locomotive,railway,subway,train)'), array('far fa-train' => 'train(bullet,commute,locomotive,railway,subway,train)'), array('fal fa-train' => 'train(bullet,commute,locomotive,railway,subway,train)'), array('fas fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('far fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('fal fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('fas fa-train-subway-tunnel' => 'train-subway-tunnel(metro,rail,railroad,railway,subway,train,tunnel)'), array('far fa-train-subway-tunnel' => 'train-subway-tunnel(metro,rail,railroad,railway,subway,train,tunnel)'), array('fal fa-train-subway-tunnel' => 'train-subway-tunnel(metro,rail,railroad,railway,subway,train,tunnel)'), array('fas fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('far fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fal fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fas fa-truck-arrow-right' => 'truck-arrow-right(access,fast,shipping,transport)'), array('far fa-truck-arrow-right' => 'truck-arrow-right(access,fast,shipping,transport)'), array('fal fa-truck-arrow-right' => 'truck-arrow-right(access,fast,shipping,transport)'), array('fas fa-truck-clock' => 'truck-clock(express,fedex,mail,overnight,package,ups)'), array('far fa-truck-clock' => 'truck-clock(express,fedex,mail,overnight,package,ups)'), array('fal fa-truck-clock' => 'truck-clock(express,fedex,mail,overnight,package,ups)'), array('fas fa-truck-container-empty' => 'truck-container-empty(container,flatbed,shipping)'), array('far fa-truck-container-empty' => 'truck-container-empty(container,flatbed,shipping)'), array('fal fa-truck-container-empty' => 'truck-container-empty(container,flatbed,shipping)'), array('fas fa-truck-fast' => 'truck-fast(express,fedex,mail,overnight,package,quick,ups)'), array('far fa-truck-fast' => 'truck-fast(express,fedex,mail,overnight,package,quick,ups)'), array('fal fa-truck-fast' => 'truck-fast(express,fedex,mail,overnight,package,quick,ups)'), array('fas fa-truck-field' => 'truck-field(supplies,truck)'), array('far fa-truck-field' => 'truck-field(supplies,truck)'), array('fal fa-truck-field' => 'truck-field(supplies,truck)'), array('fas fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('far fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('fal fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('fas fa-truck-flatbed' => 'truck-flatbed(container,flatbed,shipping)'), array('far fa-truck-flatbed' => 'truck-flatbed(container,flatbed,shipping)'), array('fal fa-truck-flatbed' => 'truck-flatbed(container,flatbed,shipping)'), array('fas fa-truck-front' => 'truck-front(shuttle,truck,van)'), array('far fa-truck-front' => 'truck-front(shuttle,truck,van)'), array('fal fa-truck-front' => 'truck-front(shuttle,truck,van)'), array('fas fa-truck-plane' => 'truck-plane(airplane,plane,transportation,truck,vehicle)'), array('far fa-truck-plane' => 'truck-plane(airplane,plane,transportation,truck,vehicle)'), array('fal fa-truck-plane' => 'truck-plane(airplane,plane,transportation,truck,vehicle)'), array('fas fa-user-helmet-safety' => 'user-helmet-safety(construction,construction worker,employee,hardhat,hat,helmet,maintenance,safety,uer,worker)'), array('far fa-user-helmet-safety' => 'user-helmet-safety(construction,construction worker,employee,hardhat,hat,helmet,maintenance,safety,uer,worker)'), array('fal fa-user-helmet-safety' => 'user-helmet-safety(construction,construction worker,employee,hardhat,hat,helmet,maintenance,safety,uer,worker)'), array('fas fa-warehouse' => 'warehouse(building,capacity,garage,inventory,storage)'), array('far fa-warehouse' => 'warehouse(building,capacity,garage,inventory,storage)'), array('fal fa-warehouse' => 'warehouse(building,capacity,garage,inventory,storage)'), array('fas fa-warehouse-full' => 'warehouse-full(building,capacity,garage,inventory,storage)'), array('far fa-warehouse-full' => 'warehouse-full(building,capacity,garage,inventory,storage)'), array('fal fa-warehouse-full' => 'warehouse-full(building,capacity,garage,inventory,storage)'), array('fas fa-xmarks-lines' => 'xmarks-lines(barricade,barrier,fence,poison,roadblock)'), array('far fa-xmarks-lines' => 'xmarks-lines(barricade,barrier,fence,poison,roadblock)'), array('fal fa-xmarks-lines' => 'xmarks-lines(barricade,barrier,fence,poison,roadblock)'), ), 'Medical + Health' => array( array('fab fa-accessible-icon' => 'accessible-icon(accessibility,disabled,handicap,person,uer,wheelchair,wheelchair-alt)'), array('fas fa-bacteria' => 'bacteria(antibiotic,antibody,covid-19,health,organism,sick)'), array('far fa-bacteria' => 'bacteria(antibiotic,antibody,covid-19,health,organism,sick)'), array('fal fa-bacteria' => 'bacteria(antibiotic,antibody,covid-19,health,organism,sick)'), array('fas fa-bacterium' => 'bacterium(antibiotic,antibody,covid-19,germ,health,organism,sick)'), array('far fa-bacterium' => 'bacterium(antibiotic,antibody,covid-19,germ,health,organism,sick)'), array('fal fa-bacterium' => 'bacterium(antibiotic,antibody,covid-19,germ,health,organism,sick)'), array('fas fa-ban-smoking' => 'ban-smoking(ban,cancel,deny,disabled,forbidden,no,no smoking,non-smoking,not,prohibited,smoking)'), array('far fa-ban-smoking' => 'ban-smoking(ban,cancel,deny,disabled,forbidden,no,no smoking,non-smoking,not,prohibited,smoking)'), array('fal fa-ban-smoking' => 'ban-smoking(ban,cancel,deny,disabled,forbidden,no,no smoking,non-smoking,not,prohibited,smoking)'), array('fas fa-bandage' => 'bandage(adhesive bandage,bandage,boo boo,first aid,modify,ouch)'), array('far fa-bandage' => 'bandage(adhesive bandage,bandage,boo boo,first aid,modify,ouch)'), array('fal fa-bandage' => 'bandage(adhesive bandage,bandage,boo boo,first aid,modify,ouch)'), array('fas fa-bed-pulse' => 'bed-pulse(EKG,bed,electrocardiogram,health,hospital,life,patient,vital)'), array('far fa-bed-pulse' => 'bed-pulse(EKG,bed,electrocardiogram,health,hospital,life,patient,vital)'), array('fal fa-bed-pulse' => 'bed-pulse(EKG,bed,electrocardiogram,health,hospital,life,patient,vital)'), array('fas fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('far fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('fal fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('fas fa-bone' => 'bone(bone,calcium,dog,skeletal,skeleton,tibia)'), array('far fa-bone' => 'bone(bone,calcium,dog,skeletal,skeleton,tibia)'), array('fal fa-bone' => 'bone(bone,calcium,dog,skeletal,skeleton,tibia)'), array('fas fa-bone-break' => 'bone-break(broken,calcium,dog,fracture,skeletal,skeleton,tibia)'), array('far fa-bone-break' => 'bone-break(broken,calcium,dog,fracture,skeletal,skeleton,tibia)'), array('fal fa-bone-break' => 'bone-break(broken,calcium,dog,fracture,skeletal,skeleton,tibia)'), array('fas fa-bong' => 'bong(aparatus,cannabis,marijuana,pipe,smoke,smoking)'), array('far fa-bong' => 'bong(aparatus,cannabis,marijuana,pipe,smoke,smoking)'), array('fal fa-bong' => 'bong(aparatus,cannabis,marijuana,pipe,smoke,smoking)'), array('fas fa-book-medical' => 'book-medical(diary,documentation,health,history,journal,library,read,record,research)'), array('far fa-book-medical' => 'book-medical(diary,documentation,health,history,journal,library,read,record,research)'), array('fal fa-book-medical' => 'book-medical(diary,documentation,health,history,journal,library,read,record,research)'), array('fas fa-book-user' => 'book-user(address,biography,diary,documentation,employee,journal,library,read,research,uer)'), array('far fa-book-user' => 'book-user(address,biography,diary,documentation,employee,journal,library,read,research,uer)'), array('fal fa-book-user' => 'book-user(address,biography,diary,documentation,employee,journal,library,read,research,uer)'), array('fas fa-books-medical' => 'books-medical(add,diary,documentation,health,journal,library,read,records,research)'), array('far fa-books-medical' => 'books-medical(add,diary,documentation,health,journal,library,read,records,research)'), array('fal fa-books-medical' => 'books-medical(add,diary,documentation,health,journal,library,read,records,research)'), array('fas fa-brain' => 'brain(brain,cerebellum,gray matter,intellect,intelligent,knowledge,medulla oblongata,mind,noodle,scholar,wit)'), array('far fa-brain' => 'brain(brain,cerebellum,gray matter,intellect,intelligent,knowledge,medulla oblongata,mind,noodle,scholar,wit)'), array('fal fa-brain' => 'brain(brain,cerebellum,gray matter,intellect,intelligent,knowledge,medulla oblongata,mind,noodle,scholar,wit)'), array('fas fa-briefcase-medical' => 'briefcase-medical(doctor,emt,first aid,health)'), array('far fa-briefcase-medical' => 'briefcase-medical(doctor,emt,first aid,health)'), array('fal fa-briefcase-medical' => 'briefcase-medical(doctor,emt,first aid,health)'), array('fas fa-cannabis' => 'cannabis(bud,chronic,drugs,endica,endo,ganja,marijuana,mary jane,pot,reefer,sativa,spliff,weed,whacky-tabacky)'), array('far fa-cannabis' => 'cannabis(bud,chronic,drugs,endica,endo,ganja,marijuana,mary jane,pot,reefer,sativa,spliff,weed,whacky-tabacky)'), array('fal fa-cannabis' => 'cannabis(bud,chronic,drugs,endica,endo,ganja,marijuana,mary jane,pot,reefer,sativa,spliff,weed,whacky-tabacky)'), array('fas fa-capsules' => 'capsules(drugs,medicine,pills,prescription)'), array('far fa-capsules' => 'capsules(drugs,medicine,pills,prescription)'), array('fal fa-capsules' => 'capsules(drugs,medicine,pills,prescription)'), array('fas fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('far fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('fal fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('fas fa-circle-h' => 'circle-h(Circled Latin Capital Letter H,clinic,covid-19,emergency,letter,map)'), array('far fa-circle-h' => 'circle-h(Circled Latin Capital Letter H,clinic,covid-19,emergency,letter,map)'), array('fal fa-circle-h' => 'circle-h(Circled Latin Capital Letter H,clinic,covid-19,emergency,letter,map)'), array('fas fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('far fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('fal fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('fas fa-clipboard-medical' => 'clipboard-medical(copy,paste,patient,records)'), array('far fa-clipboard-medical' => 'clipboard-medical(copy,paste,patient,records)'), array('fal fa-clipboard-medical' => 'clipboard-medical(copy,paste,patient,records)'), array('fas fa-clipboard-prescription' => 'clipboard-prescription(copy,history,medical,notes,paste,record)'), array('far fa-clipboard-prescription' => 'clipboard-prescription(copy,history,medical,notes,paste,record)'), array('fal fa-clipboard-prescription' => 'clipboard-prescription(copy,history,medical,notes,paste,record)'), array('fas fa-clipboard-user' => 'clipboard-user(attendance,employee,record,roster,staff,uer)'), array('far fa-clipboard-user' => 'clipboard-user(attendance,employee,record,roster,staff,uer)'), array('fal fa-clipboard-user' => 'clipboard-user(attendance,employee,record,roster,staff,uer)'), array('fas fa-clock-rotate-left' => 'clock-rotate-left(Rewind,clock,pending,reverse,time,time machine,time travel,waiting)'), array('far fa-clock-rotate-left' => 'clock-rotate-left(Rewind,clock,pending,reverse,time,time machine,time travel,waiting)'), array('fal fa-clock-rotate-left' => 'clock-rotate-left(Rewind,clock,pending,reverse,time,time machine,time travel,waiting)'), array('fas fa-comment-medical' => 'comment-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('far fa-comment-medical' => 'comment-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('fal fa-comment-medical' => 'comment-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('fas fa-crutch' => 'crutch(cane,injury,mobility,wheelchair)'), array('far fa-crutch' => 'crutch(cane,injury,mobility,wheelchair)'), array('fal fa-crutch' => 'crutch(cane,injury,mobility,wheelchair)'), array('fas fa-crutches' => 'crutches(cane,injury,mobility,wheelchair)'), array('far fa-crutches' => 'crutches(cane,injury,mobility,wheelchair)'), array('fal fa-crutches' => 'crutches(cane,injury,mobility,wheelchair)'), array('fas fa-disease' => 'disease(bacteria,cancer,coronavirus,covid-19,flu,illness,infection,pandemic,sickness,virus)'), array('far fa-disease' => 'disease(bacteria,cancer,coronavirus,covid-19,flu,illness,infection,pandemic,sickness,virus)'), array('fal fa-disease' => 'disease(bacteria,cancer,coronavirus,covid-19,flu,illness,infection,pandemic,sickness,virus)'), array('fas fa-display-medical' => 'display-medical(computer,desktop,records)'), array('far fa-display-medical' => 'display-medical(computer,desktop,records)'), array('fal fa-display-medical' => 'display-medical(computer,desktop,records)'), array('fas fa-dna' => 'dna(biologist,dna,double helix,evolution,gene,genetic,genetics,helix,life,molecule,protein)'), array('far fa-dna' => 'dna(biologist,dna,double helix,evolution,gene,genetic,genetics,helix,life,molecule,protein)'), array('fal fa-dna' => 'dna(biologist,dna,double helix,evolution,gene,genetic,genetics,helix,life,molecule,protein)'), array('fas fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('far fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('fal fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('fas fa-droplet-percent' => 'droplet-percent(blood,evaporation,fog,oxygen,precipitation,rain)'), array('far fa-droplet-percent' => 'droplet-percent(blood,evaporation,fog,oxygen,precipitation,rain)'), array('fal fa-droplet-percent' => 'droplet-percent(blood,evaporation,fog,oxygen,precipitation,rain)'), array('fas fa-droplet-slash' => 'droplet-slash(blood,color,disabled,drop,droplet,raindrop,waterdrop)'), array('far fa-droplet-slash' => 'droplet-slash(blood,color,disabled,drop,droplet,raindrop,waterdrop)'), array('fal fa-droplet-slash' => 'droplet-slash(blood,color,disabled,drop,droplet,raindrop,waterdrop)'), array('fas fa-ear' => 'ear(body,ear,head,hearing,listen,lobe)'), array('far fa-ear' => 'ear(body,ear,head,hearing,listen,lobe)'), array('fal fa-ear' => 'ear(body,ear,head,hearing,listen,lobe)'), array('fas fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('far fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fal fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fas fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('far fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('fal fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('fas fa-eyes' => 'eyes(eye,idea,look,see)'), array('far fa-eyes' => 'eyes(eye,idea,look,see)'), array('fal fa-eyes' => 'eyes(eye,idea,look,see)'), array('fas fa-face-head-bandage' => 'face-head-bandage(bandage,clumsy,face,face with head-bandage,hurt,ill,injury)'), array('far fa-face-head-bandage' => 'face-head-bandage(bandage,clumsy,face,face with head-bandage,hurt,ill,injury)'), array('fal fa-face-head-bandage' => 'face-head-bandage(bandage,clumsy,face,face with head-bandage,hurt,ill,injury)'), array('fas fa-face-mask' => 'face-mask(cold,coronavirus,covid,covid-19,doctor,face,face with medical mask,mask,medical,sick,surgical)'), array('far fa-face-mask' => 'face-mask(cold,coronavirus,covid,covid-19,doctor,face,face with medical mask,mask,medical,sick,surgical)'), array('fal fa-face-mask' => 'face-mask(cold,coronavirus,covid,covid-19,doctor,face,face with medical mask,mask,medical,sick,surgical)'), array('fas fa-face-thermometer' => 'face-thermometer(cold,coronavirus,covid,covid-19,face,face with thermometer,fever,flu,ill,sick,thermometer)'), array('far fa-face-thermometer' => 'face-thermometer(cold,coronavirus,covid,covid-19,face,face with thermometer,fever,flu,ill,sick,thermometer)'), array('fal fa-face-thermometer' => 'face-thermometer(cold,coronavirus,covid,covid-19,face,face with thermometer,fever,flu,ill,sick,thermometer)'), array('fas fa-face-vomit' => 'face-vomit(face vomiting,flu,poison,sick,spew,throw up,vomit)'), array('far fa-face-vomit' => 'face-vomit(face vomiting,flu,poison,sick,spew,throw up,vomit)'), array('fal fa-face-vomit' => 'face-vomit(face vomiting,flu,poison,sick,spew,throw up,vomit)'), array('fas fa-file-medical' => 'file-medical(document,health,history,prescription,record)'), array('far fa-file-medical' => 'file-medical(document,health,history,prescription,record)'), array('fal fa-file-medical' => 'file-medical(document,health,history,prescription,record)'), array('fas fa-file-prescription' => 'file-prescription(document,drugs,medical,medicine,rx)'), array('far fa-file-prescription' => 'file-prescription(document,drugs,medical,medicine,rx)'), array('fal fa-file-prescription' => 'file-prescription(document,drugs,medical,medicine,rx)'), array('fas fa-file-waveform' => 'file-waveform(document,health,history,prescription,record)'), array('far fa-file-waveform' => 'file-waveform(document,health,history,prescription,record)'), array('fal fa-file-waveform' => 'file-waveform(document,health,history,prescription,record)'), array('fas fa-files-medical' => 'files-medical(document,health,history,prescription,record)'), array('far fa-files-medical' => 'files-medical(document,health,history,prescription,record)'), array('fal fa-files-medical' => 'files-medical(document,health,history,prescription,record)'), array('fas fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('far fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('fal fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('fas fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('far fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('fal fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('fas fa-flask-gear' => 'flask-gear( beaker, chemicals, experiment, experimental, gear, labs, liquid, science, settings, vial,potion)'), array('far fa-flask-gear' => 'flask-gear( beaker, chemicals, experiment, experimental, gear, labs, liquid, science, settings, vial,potion)'), array('fal fa-flask-gear' => 'flask-gear( beaker, chemicals, experiment, experimental, gear, labs, liquid, science, settings, vial,potion)'), array('fas fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('far fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('fal fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('fas fa-flask-vial' => 'flask-vial( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,ampule,chemistry,lab,laboratory,potion,test,test tube)'), array('far fa-flask-vial' => 'flask-vial( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,ampule,chemistry,lab,laboratory,potion,test,test tube)'), array('fal fa-flask-vial' => 'flask-vial( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,ampule,chemistry,lab,laboratory,potion,test,test tube)'), array('fas fa-folder-medical' => 'folder-medical(health,patient,record)'), array('far fa-folder-medical' => 'folder-medical(health,patient,record)'), array('fal fa-folder-medical' => 'folder-medical(health,patient,record)'), array('fas fa-hand-dots' => 'hand-dots(allergy,freckles,hand,hives,palm,pox,skin,spots)'), array('far fa-hand-dots' => 'hand-dots(allergy,freckles,hand,hives,palm,pox,skin,spots)'), array('fal fa-hand-dots' => 'hand-dots(allergy,freckles,hand,hives,palm,pox,skin,spots)'), array('fas fa-hand-holding-droplet' => 'hand-holding-droplet(blood,carry,covid-19,drought,grow,lift,sanitation)'), array('far fa-hand-holding-droplet' => 'hand-holding-droplet(blood,carry,covid-19,drought,grow,lift,sanitation)'), array('fal fa-hand-holding-droplet' => 'hand-holding-droplet(blood,carry,covid-19,drought,grow,lift,sanitation)'), array('fas fa-hand-holding-medical' => 'hand-holding-medical(care,covid-19,donate,help)'), array('far fa-hand-holding-medical' => 'hand-holding-medical(care,covid-19,donate,help)'), array('fal fa-hand-holding-medical' => 'hand-holding-medical(care,covid-19,donate,help)'), array('fas fa-head-side-brain' => 'head-side-brain(diagnosis,face,knowledge,mental health,profile,psychiatric,psychiatry,scholar,uer)'), array('far fa-head-side-brain' => 'head-side-brain(diagnosis,face,knowledge,mental health,profile,psychiatric,psychiatry,scholar,uer)'), array('fal fa-head-side-brain' => 'head-side-brain(diagnosis,face,knowledge,mental health,profile,psychiatric,psychiatry,scholar,uer)'), array('fas fa-head-side-cough' => 'head-side-cough(cough,covid-19,germs,lungs,respiratory,sick,uer)'), array('far fa-head-side-cough' => 'head-side-cough(cough,covid-19,germs,lungs,respiratory,sick,uer)'), array('fal fa-head-side-cough' => 'head-side-cough(cough,covid-19,germs,lungs,respiratory,sick,uer)'), array('fas fa-head-side-cough-slash' => 'head-side-cough-slash(cough,covid-19,disabled,germs,lungs,respiratory,sick,uer)'), array('far fa-head-side-cough-slash' => 'head-side-cough-slash(cough,covid-19,disabled,germs,lungs,respiratory,sick,uer)'), array('fal fa-head-side-cough-slash' => 'head-side-cough-slash(cough,covid-19,disabled,germs,lungs,respiratory,sick,uer)'), array('fas fa-head-side-mask' => 'head-side-mask(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,uer,virus)'), array('far fa-head-side-mask' => 'head-side-mask(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,uer,virus)'), array('fal fa-head-side-mask' => 'head-side-mask(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,uer,virus)'), array('fas fa-head-side-medical' => 'head-side-medical(diagnosis,face,mental health,profile,psychiatric,psychiatry,uer)'), array('far fa-head-side-medical' => 'head-side-medical(diagnosis,face,mental health,profile,psychiatric,psychiatry,uer)'), array('fal fa-head-side-medical' => 'head-side-medical(diagnosis,face,mental health,profile,psychiatric,psychiatry,uer)'), array('fas fa-head-side-virus' => 'head-side-virus(cold,coronavirus,covid-19,flu,infection,pandemic,sick,uer)'), array('far fa-head-side-virus' => 'head-side-virus(cold,coronavirus,covid-19,flu,infection,pandemic,sick,uer)'), array('fal fa-head-side-virus' => 'head-side-virus(cold,coronavirus,covid-19,flu,infection,pandemic,sick,uer)'), array('fas fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('far fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fal fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fas fa-heart-circle-bolt' => 'heart-circle-bolt(cardiogram,ekg,electric,heart,love,pacemaker)'), array('far fa-heart-circle-bolt' => 'heart-circle-bolt(cardiogram,ekg,electric,heart,love,pacemaker)'), array('fal fa-heart-circle-bolt' => 'heart-circle-bolt(cardiogram,ekg,electric,heart,love,pacemaker)'), array('fas fa-heart-circle-check' => 'heart-circle-check(enable,favorite,heart,love,not affected,ok,okay,validate,working)'), array('far fa-heart-circle-check' => 'heart-circle-check(enable,favorite,heart,love,not affected,ok,okay,validate,working)'), array('fal fa-heart-circle-check' => 'heart-circle-check(enable,favorite,heart,love,not affected,ok,okay,validate,working)'), array('fas fa-heart-circle-exclamation' => 'heart-circle-exclamation(failed,favorite,heart,love)'), array('far fa-heart-circle-exclamation' => 'heart-circle-exclamation(failed,favorite,heart,love)'), array('fal fa-heart-circle-exclamation' => 'heart-circle-exclamation(failed,favorite,heart,love)'), array('fas fa-heart-circle-minus' => 'heart-circle-minus(favorite,heart,love)'), array('far fa-heart-circle-minus' => 'heart-circle-minus(favorite,heart,love)'), array('fal fa-heart-circle-minus' => 'heart-circle-minus(favorite,heart,love)'), array('fas fa-heart-circle-plus' => 'heart-circle-plus(favorite,heart,love)'), array('far fa-heart-circle-plus' => 'heart-circle-plus(favorite,heart,love)'), array('fal fa-heart-circle-plus' => 'heart-circle-plus(favorite,heart,love)'), array('fas fa-heart-circle-xmark' => 'heart-circle-xmark(favorite,heart,love,uncheck)'), array('far fa-heart-circle-xmark' => 'heart-circle-xmark(favorite,heart,love,uncheck)'), array('fal fa-heart-circle-xmark' => 'heart-circle-xmark(favorite,heart,love,uncheck)'), array('fas fa-heart-pulse' => 'heart-pulse(ekg,electrocardiogram,health,lifeline,vital signs)'), array('far fa-heart-pulse' => 'heart-pulse(ekg,electrocardiogram,health,lifeline,vital signs)'), array('fal fa-heart-pulse' => 'heart-pulse(ekg,electrocardiogram,health,lifeline,vital signs)'), array('fas fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('far fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('fal fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('fas fa-hospital-user' => 'hospital-user(covid-19,doctor,network,patient,primary care,uer)'), array('far fa-hospital-user' => 'hospital-user(covid-19,doctor,network,patient,primary care,uer)'), array('fal fa-hospital-user' => 'hospital-user(covid-19,doctor,network,patient,primary care,uer)'), array('fas fa-hospitals' => 'hospitals(emergency,insurance,network)'), array('far fa-hospitals' => 'hospitals(emergency,insurance,network)'), array('fal fa-hospitals' => 'hospitals(emergency,insurance,network)'), array('fas fa-house-chimney-medical' => 'house-chimney-medical(covid-19,doctor,general practitioner,hospital,infirmary,medicine,office,outpatient)'), array('far fa-house-chimney-medical' => 'house-chimney-medical(covid-19,doctor,general practitioner,hospital,infirmary,medicine,office,outpatient)'), array('fal fa-house-chimney-medical' => 'house-chimney-medical(covid-19,doctor,general practitioner,hospital,infirmary,medicine,office,outpatient)'), array('fas fa-house-medical' => 'house-medical(covid-19,doctor,facility,general practitioner,health,hospital,infirmary,medicine,office,outpatient)'), array('far fa-house-medical' => 'house-medical(covid-19,doctor,facility,general practitioner,health,hospital,infirmary,medicine,office,outpatient)'), array('fal fa-house-medical' => 'house-medical(covid-19,doctor,facility,general practitioner,health,hospital,infirmary,medicine,office,outpatient)'), array('fas fa-house-medical-circle-check' => 'house-medical-circle-check(clinic,enable,hospital,not affected,ok,okay,validate,working)'), array('far fa-house-medical-circle-check' => 'house-medical-circle-check(clinic,enable,hospital,not affected,ok,okay,validate,working)'), array('fal fa-house-medical-circle-check' => 'house-medical-circle-check(clinic,enable,hospital,not affected,ok,okay,validate,working)'), array('fas fa-house-medical-circle-exclamation' => 'house-medical-circle-exclamation(affected,clinic,failed,hospital)'), array('far fa-house-medical-circle-exclamation' => 'house-medical-circle-exclamation(affected,clinic,failed,hospital)'), array('fal fa-house-medical-circle-exclamation' => 'house-medical-circle-exclamation(affected,clinic,failed,hospital)'), array('fas fa-house-medical-circle-xmark' => 'house-medical-circle-xmark(clinic,destroy,hospital,uncheck)'), array('far fa-house-medical-circle-xmark' => 'house-medical-circle-xmark(clinic,destroy,hospital,uncheck)'), array('fal fa-house-medical-circle-xmark' => 'house-medical-circle-xmark(clinic,destroy,hospital,uncheck)'), array('fas fa-house-medical-flag' => 'house-medical-flag(clinic,hospital,mash)'), array('far fa-house-medical-flag' => 'house-medical-flag(clinic,hospital,mash)'), array('fal fa-house-medical-flag' => 'house-medical-flag(clinic,hospital,mash)'), array('fas fa-id-card-clip' => 'id-card-clip(contact,demographics,document,identification,issued,profile,uer,username)'), array('far fa-id-card-clip' => 'id-card-clip(contact,demographics,document,identification,issued,profile,uer,username)'), array('fal fa-id-card-clip' => 'id-card-clip(contact,demographics,document,identification,issued,profile,uer,username)'), array('fas fa-inhaler' => 'inhaler(asthma,cough,lungs,nebulizer,vaporizer)'), array('far fa-inhaler' => 'inhaler(asthma,cough,lungs,nebulizer,vaporizer)'), array('fal fa-inhaler' => 'inhaler(asthma,cough,lungs,nebulizer,vaporizer)'), array('fas fa-joint' => 'joint(blunt,cannabis,doobie,drugs,marijuana,roach,smoke,smoking,spliff)'), array('far fa-joint' => 'joint(blunt,cannabis,doobie,drugs,marijuana,roach,smoke,smoking,spliff)'), array('fal fa-joint' => 'joint(blunt,cannabis,doobie,drugs,marijuana,roach,smoke,smoking,spliff)'), array('fas fa-kidneys' => 'kidneys(blood,body,organ,surgery,urine)'), array('far fa-kidneys' => 'kidneys(blood,body,organ,surgery,urine)'), array('fal fa-kidneys' => 'kidneys(blood,body,organ,surgery,urine)'), array('fas fa-kit-medical' => 'kit-medical(emergency,emt,health,medical,rescue)'), array('far fa-kit-medical' => 'kit-medical(emergency,emt,health,medical,rescue)'), array('fal fa-kit-medical' => 'kit-medical(emergency,emt,health,medical,rescue)'), array('fas fa-laptop-medical' => 'laptop-medical(computer,device,ehr,electronic health records,history)'), array('far fa-laptop-medical' => 'laptop-medical(computer,device,ehr,electronic health records,history)'), array('fal fa-laptop-medical' => 'laptop-medical(computer,device,ehr,electronic health records,history)'), array('fas fa-lips' => 'lips(Lips,fashion,kiss,lips,lipstick,mouth,smile)'), array('far fa-lips' => 'lips(Lips,fashion,kiss,lips,lipstick,mouth,smile)'), array('fal fa-lips' => 'lips(Lips,fashion,kiss,lips,lipstick,mouth,smile)'), array('fas fa-lungs' => 'lungs(air,breath,covid-19,exhalation,inhalation,lungs,organ,respiration,respiratory)'), array('far fa-lungs' => 'lungs(air,breath,covid-19,exhalation,inhalation,lungs,organ,respiration,respiratory)'), array('fal fa-lungs' => 'lungs(air,breath,covid-19,exhalation,inhalation,lungs,organ,respiration,respiratory)'), array('fas fa-lungs-virus' => 'lungs-virus(breath,coronavirus,covid-19,flu,infection,pandemic,respiratory,sick)'), array('far fa-lungs-virus' => 'lungs-virus(breath,coronavirus,covid-19,flu,infection,pandemic,respiratory,sick)'), array('fal fa-lungs-virus' => 'lungs-virus(breath,coronavirus,covid-19,flu,infection,pandemic,respiratory,sick)'), array('fas fa-mask-face' => 'mask-face(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,virus)'), array('far fa-mask-face' => 'mask-face(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,virus)'), array('fal fa-mask-face' => 'mask-face(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,virus)'), array('fas fa-mask-ventilator' => 'mask-ventilator(breath,gas,mask,oxygen,respirator,ventilator)'), array('far fa-mask-ventilator' => 'mask-ventilator(breath,gas,mask,oxygen,respirator,ventilator)'), array('fal fa-mask-ventilator' => 'mask-ventilator(breath,gas,mask,oxygen,respirator,ventilator)'), array('fas fa-message-medical' => 'message-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('far fa-message-medical' => 'message-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('fal fa-message-medical' => 'message-medical(advice,answer,bubble,chat,commenting,conversation,diagnose,feedback,message,note,notification,prescription,sms,speech,texting)'), array('fas fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('far fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('fal fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('fas fa-monitor-waveform' => 'monitor-waveform(EKG,electrocardiogram,health,life,vital)'), array('far fa-monitor-waveform' => 'monitor-waveform(EKG,electrocardiogram,health,life,vital)'), array('fal fa-monitor-waveform' => 'monitor-waveform(EKG,electrocardiogram,health,life,vital)'), array('fas fa-mortar-pestle' => 'mortar-pestle(crush,culinary,grind,medical,mix,pharmacy,prescription,spices)'), array('far fa-mortar-pestle' => 'mortar-pestle(crush,culinary,grind,medical,mix,pharmacy,prescription,spices)'), array('fal fa-mortar-pestle' => 'mortar-pestle(crush,culinary,grind,medical,mix,pharmacy,prescription,spices)'), array('fas fa-nose' => 'nose(face,nasal,nostril,smell,sniff,snout)'), array('far fa-nose' => 'nose(face,nasal,nostril,smell,sniff,snout)'), array('fal fa-nose' => 'nose(face,nasal,nostril,smell,sniff,snout)'), array('fas fa-note-medical' => 'note-medical(memo,sticky note)'), array('far fa-note-medical' => 'note-medical(memo,sticky note)'), array('fal fa-note-medical' => 'note-medical(memo,sticky note)'), array('fas fa-notes-medical' => 'notes-medical(clipboard,doctor,ehr,health,history,records)'), array('far fa-notes-medical' => 'notes-medical(clipboard,doctor,ehr,health,history,records)'), array('fal fa-notes-medical' => 'notes-medical(clipboard,doctor,ehr,health,history,records)'), array('fas fa-pager' => 'pager(beeper,cell phone,communication,page,pager)'), array('far fa-pager' => 'pager(beeper,cell phone,communication,page,pager)'), array('fal fa-pager' => 'pager(beeper,cell phone,communication,page,pager)'), array('fas fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('far fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('fal fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('fas fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('far fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('fal fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('fas fa-person-dots-from-line' => 'person-dots-from-line(allergy,diagnosis,uer)'), array('far fa-person-dots-from-line' => 'person-dots-from-line(allergy,diagnosis,uer)'), array('fal fa-person-dots-from-line' => 'person-dots-from-line(allergy,diagnosis,uer)'), array('fas fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('far fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('fal fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('fas fa-pills' => 'pills(drugs,medicine,prescription,tablets)'), array('far fa-pills' => 'pills(drugs,medicine,prescription,tablets)'), array('fal fa-pills' => 'pills(drugs,medicine,prescription,tablets)'), array('fas fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('far fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fal fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fas fa-poop' => 'poop(crap,poop,shit,smile,turd)'), array('far fa-poop' => 'poop(crap,poop,shit,smile,turd)'), array('fal fa-poop' => 'poop(crap,poop,shit,smile,turd)'), array('fas fa-prescription' => 'prescription(drugs,medical,medicine,pharmacy,rx)'), array('far fa-prescription' => 'prescription(drugs,medical,medicine,pharmacy,rx)'), array('fal fa-prescription' => 'prescription(drugs,medical,medicine,pharmacy,rx)'), array('fas fa-prescription-bottle' => 'prescription-bottle(drugs,medical,medicine,pharmacy,rx)'), array('far fa-prescription-bottle' => 'prescription-bottle(drugs,medical,medicine,pharmacy,rx)'), array('fal fa-prescription-bottle' => 'prescription-bottle(drugs,medical,medicine,pharmacy,rx)'), array('fas fa-prescription-bottle-medical' => 'prescription-bottle-medical(drugs,medical,medicine,pharmacy,rx)'), array('far fa-prescription-bottle-medical' => 'prescription-bottle-medical(drugs,medical,medicine,pharmacy,rx)'), array('fal fa-prescription-bottle-medical' => 'prescription-bottle-medical(drugs,medical,medicine,pharmacy,rx)'), array('fas fa-prescription-bottle-pill' => 'prescription-bottle-pill(drugs,medical,medicine,pharmacy,rx)'), array('far fa-prescription-bottle-pill' => 'prescription-bottle-pill(drugs,medical,medicine,pharmacy,rx)'), array('fal fa-prescription-bottle-pill' => 'prescription-bottle-pill(drugs,medical,medicine,pharmacy,rx)'), array('fas fa-pump-medical' => 'pump-medical(anti-bacterial,clean,covid-19,disinfect,hygiene,medical grade,sanitizer,soap)'), array('far fa-pump-medical' => 'pump-medical(anti-bacterial,clean,covid-19,disinfect,hygiene,medical grade,sanitizer,soap)'), array('fal fa-pump-medical' => 'pump-medical(anti-bacterial,clean,covid-19,disinfect,hygiene,medical grade,sanitizer,soap)'), array('fas fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('far fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fal fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fas fa-receipt' => 'receipt(accounting,bookkeeping,check,coupon,evidence,invoice,money,pay,proof,receipt,table)'), array('far fa-receipt' => 'receipt(accounting,bookkeeping,check,coupon,evidence,invoice,money,pay,proof,receipt,table)'), array('fal fa-receipt' => 'receipt(accounting,bookkeeping,check,coupon,evidence,invoice,money,pay,proof,receipt,table)'), array('fas fa-scalpel' => 'scalpel(blade,cut,doctor,knife,surgeon,surgery)'), array('far fa-scalpel' => 'scalpel(blade,cut,doctor,knife,surgeon,surgery)'), array('fal fa-scalpel' => 'scalpel(blade,cut,doctor,knife,surgeon,surgery)'), array('fas fa-scalpel-line-dashed' => 'scalpel-line-dashed(blade,cut,doctor,knife,surgeon,surgery)'), array('far fa-scalpel-line-dashed' => 'scalpel-line-dashed(blade,cut,doctor,knife,surgeon,surgery)'), array('fal fa-scalpel-line-dashed' => 'scalpel-line-dashed(blade,cut,doctor,knife,surgeon,surgery)'), array('fas fa-shield-virus' => 'shield-virus(antibodies,barrier,coronavirus,covid-19,flu,health,infection,pandemic,protect,safety,vaccine)'), array('far fa-shield-virus' => 'shield-virus(antibodies,barrier,coronavirus,covid-19,flu,health,infection,pandemic,protect,safety,vaccine)'), array('fal fa-shield-virus' => 'shield-virus(antibodies,barrier,coronavirus,covid-19,flu,health,infection,pandemic,protect,safety,vaccine)'), array('fas fa-skeleton' => 'skeleton(bones,skeletal,vertebrate,x-ray)'), array('far fa-skeleton' => 'skeleton(bones,skeletal,vertebrate,x-ray)'), array('fal fa-skeleton' => 'skeleton(bones,skeletal,vertebrate,x-ray)'), array('fas fa-skeleton-ribs' => 'skeleton-ribs(arms,body,bone,ribs,shoulder,skeleton,vertebrae,x-ray)'), array('far fa-skeleton-ribs' => 'skeleton-ribs(arms,body,bone,ribs,shoulder,skeleton,vertebrae,x-ray)'), array('fal fa-skeleton-ribs' => 'skeleton-ribs(arms,body,bone,ribs,shoulder,skeleton,vertebrae,x-ray)'), array('fas fa-skull' => 'skull(bones,death,face,fairy tale,monster,skeleton,skull,uer,x-ray,yorick)'), array('far fa-skull' => 'skull(bones,death,face,fairy tale,monster,skeleton,skull,uer,x-ray,yorick)'), array('fal fa-skull' => 'skull(bones,death,face,fairy tale,monster,skeleton,skull,uer,x-ray,yorick)'), array('fas fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('far fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fal fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fas fa-smoking' => 'smoking(cancer,cigarette,nicotine,smoking,smoking status,tobacco)'), array('far fa-smoking' => 'smoking(cancer,cigarette,nicotine,smoking,smoking status,tobacco)'), array('fal fa-smoking' => 'smoking(cancer,cigarette,nicotine,smoking,smoking status,tobacco)'), array('fas fa-square-h' => 'square-h(directions,emergency,hospital,hotel,letter,map)'), array('far fa-square-h' => 'square-h(directions,emergency,hospital,hotel,letter,map)'), array('fal fa-square-h' => 'square-h(directions,emergency,hospital,hotel,letter,map)'), array('fas fa-square-plus' => 'square-plus(add,create,expand,new,positive,shape)'), array('far fa-square-plus' => 'square-plus(add,create,expand,new,positive,shape)'), array('fal fa-square-plus' => 'square-plus(add,create,expand,new,positive,shape)'), array('fas fa-square-virus' => 'square-virus(coronavirus,covid-19,disease,flu,infection,pandemic)'), array('far fa-square-virus' => 'square-virus(coronavirus,covid-19,disease,flu,infection,pandemic)'), array('fal fa-square-virus' => 'square-virus(coronavirus,covid-19,disease,flu,infection,pandemic)'), array('fas fa-staff-snake' => 'staff-snake(asclepius,asklepian,health,serpent,wellness)'), array('far fa-staff-snake' => 'staff-snake(asclepius,asklepian,health,serpent,wellness)'), array('fal fa-staff-snake' => 'staff-snake(asclepius,asklepian,health,serpent,wellness)'), array('fas fa-star-of-life' => 'star-of-life(doctor,emt,first aid,health,medical)'), array('far fa-star-of-life' => 'star-of-life(doctor,emt,first aid,health,medical)'), array('fal fa-star-of-life' => 'star-of-life(doctor,emt,first aid,health,medical)'), array('fas fa-stethoscope' => 'stethoscope(covid-19,diagnosis,doctor,general practitioner,heart,hospital,infirmary,medicine,office,outpatient,stethoscope)'), array('far fa-stethoscope' => 'stethoscope(covid-19,diagnosis,doctor,general practitioner,heart,hospital,infirmary,medicine,office,outpatient,stethoscope)'), array('fal fa-stethoscope' => 'stethoscope(covid-19,diagnosis,doctor,general practitioner,heart,hospital,infirmary,medicine,office,outpatient,stethoscope)'), array('fas fa-stomach' => 'stomach(abdomen,belly,food,gut,hungry,intestine,organ,tummy)'), array('far fa-stomach' => 'stomach(abdomen,belly,food,gut,hungry,intestine,organ,tummy)'), array('fal fa-stomach' => 'stomach(abdomen,belly,food,gut,hungry,intestine,organ,tummy)'), array('fas fa-stretcher' => 'stretcher(ambulance,bed,emergency,er,patient)'), array('far fa-stretcher' => 'stretcher(ambulance,bed,emergency,er,patient)'), array('fal fa-stretcher' => 'stretcher(ambulance,bed,emergency,er,patient)'), array('fas fa-suitcase-medical' => 'suitcase-medical(first aid,firstaid,health,help,medical,supply,support)'), array('far fa-suitcase-medical' => 'suitcase-medical(first aid,firstaid,health,help,medical,supply,support)'), array('fal fa-suitcase-medical' => 'suitcase-medical(first aid,firstaid,health,help,medical,supply,support)'), array('fas fa-syringe' => 'syringe(covid-19,doctor,immunizations,medical,medicine,needle,shot,sick,syringe,vaccinate,vaccine)'), array('far fa-syringe' => 'syringe(covid-19,doctor,immunizations,medical,medicine,needle,shot,sick,syringe,vaccinate,vaccine)'), array('fal fa-syringe' => 'syringe(covid-19,doctor,immunizations,medical,medicine,needle,shot,sick,syringe,vaccinate,vaccine)'), array('fas fa-tablets' => 'tablets(drugs,medicine,pills,prescription)'), array('far fa-tablets' => 'tablets(drugs,medicine,pills,prescription)'), array('fal fa-tablets' => 'tablets(drugs,medicine,pills,prescription)'), array('fas fa-teeth' => 'teeth(bite,dental,dentist,gums,mouth,smile,tooth)'), array('far fa-teeth' => 'teeth(bite,dental,dentist,gums,mouth,smile,tooth)'), array('fal fa-teeth' => 'teeth(bite,dental,dentist,gums,mouth,smile,tooth)'), array('fas fa-teeth-open' => 'teeth-open(dental,dentist,gums bite,mouth,smile,tooth)'), array('far fa-teeth-open' => 'teeth-open(dental,dentist,gums bite,mouth,smile,tooth)'), array('fal fa-teeth-open' => 'teeth-open(dental,dentist,gums bite,mouth,smile,tooth)'), array('fas fa-thermometer' => 'thermometer(covid-19,mercury,status,temperature)'), array('far fa-thermometer' => 'thermometer(covid-19,mercury,status,temperature)'), array('fal fa-thermometer' => 'thermometer(covid-19,mercury,status,temperature)'), array('fas fa-tooth' => 'tooth(bicuspid,dental,dentist,molar,mouth,teeth,tooth)'), array('far fa-tooth' => 'tooth(bicuspid,dental,dentist,molar,mouth,teeth,tooth)'), array('fal fa-tooth' => 'tooth(bicuspid,dental,dentist,molar,mouth,teeth,tooth)'), array('fas fa-toothbrush' => 'toothbrush(bathroom,bicuspid,brush,clean,dental,dentist,hygiene,molar,mouth,teeth,toothbrush)'), array('far fa-toothbrush' => 'toothbrush(bathroom,bicuspid,brush,clean,dental,dentist,hygiene,molar,mouth,teeth,toothbrush)'), array('fal fa-toothbrush' => 'toothbrush(bathroom,bicuspid,brush,clean,dental,dentist,hygiene,molar,mouth,teeth,toothbrush)'), array('fas fa-truck-droplet' => 'truck-droplet(blood,thirst,truck,water,water supply)'), array('far fa-truck-droplet' => 'truck-droplet(blood,thirst,truck,water,water supply)'), array('fal fa-truck-droplet' => 'truck-droplet(blood,thirst,truck,water,water supply)'), array('fas fa-truck-fire' => 'truck-fire( Dalmatian, burning, emergency, engine, fight, hose, ladder, rescue,arson,emt,fire,flame)'), array('far fa-truck-fire' => 'truck-fire( Dalmatian, burning, emergency, engine, fight, hose, ladder, rescue,arson,emt,fire,flame)'), array('fal fa-truck-fire' => 'truck-fire( Dalmatian, burning, emergency, engine, fight, hose, ladder, rescue,arson,emt,fire,flame)'), array('fas fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('far fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('fal fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('fas fa-user-doctor' => 'user-doctor(covid-19,health,job,medical,nurse,occupation,physician,profile,surgeon,uer,worker)'), array('far fa-user-doctor' => 'user-doctor(covid-19,health,job,medical,nurse,occupation,physician,profile,surgeon,uer,worker)'), array('fal fa-user-doctor' => 'user-doctor(covid-19,health,job,medical,nurse,occupation,physician,profile,surgeon,uer,worker)'), array('fas fa-user-doctor-hair' => 'user-doctor-hair(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('far fa-user-doctor-hair' => 'user-doctor-hair(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('fal fa-user-doctor-hair' => 'user-doctor-hair(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('fas fa-user-doctor-hair-long' => 'user-doctor-hair-long(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('far fa-user-doctor-hair-long' => 'user-doctor-hair-long(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('fal fa-user-doctor-hair-long' => 'user-doctor-hair-long(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('fas fa-user-doctor-message' => 'user-doctor-message(advice,answer,comment,diagnosis,opinion,prescription,uer)'), array('far fa-user-doctor-message' => 'user-doctor-message(advice,answer,comment,diagnosis,opinion,prescription,uer)'), array('fal fa-user-doctor-message' => 'user-doctor-message(advice,answer,comment,diagnosis,opinion,prescription,uer)'), array('fas fa-user-nurse' => 'user-nurse(covid-19,doctor,health,md,medical,midwife,physician,practitioner,surgeon,uer,worker)'), array('far fa-user-nurse' => 'user-nurse(covid-19,doctor,health,md,medical,midwife,physician,practitioner,surgeon,uer,worker)'), array('fal fa-user-nurse' => 'user-nurse(covid-19,doctor,health,md,medical,midwife,physician,practitioner,surgeon,uer,worker)'), array('fas fa-user-nurse-hair' => 'user-nurse-hair(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('far fa-user-nurse-hair' => 'user-nurse-hair(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('fal fa-user-nurse-hair' => 'user-nurse-hair(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('fas fa-user-nurse-hair-long' => 'user-nurse-hair-long(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('far fa-user-nurse-hair-long' => 'user-nurse-hair-long(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('fal fa-user-nurse-hair-long' => 'user-nurse-hair-long(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('fas fa-users-medical' => 'users-medical(employee,group,patients,physician,team,together,uer)'), array('far fa-users-medical' => 'users-medical(employee,group,patients,physician,team,together,uer)'), array('fal fa-users-medical' => 'users-medical(employee,group,patients,physician,team,together,uer)'), array('fas fa-vial' => 'vial(ampule,chemist,chemistry,experiment,knowledge,lab,sample,science,test,test tube)'), array('far fa-vial' => 'vial(ampule,chemist,chemistry,experiment,knowledge,lab,sample,science,test,test tube)'), array('fal fa-vial' => 'vial(ampule,chemist,chemistry,experiment,knowledge,lab,sample,science,test,test tube)'), array('fas fa-vial-circle-check' => 'vial-circle-check(ampule,chemist,chemistry,enable,not affected,ok,okay,success,test tube,tube,vaccine,validate,working)'), array('far fa-vial-circle-check' => 'vial-circle-check(ampule,chemist,chemistry,enable,not affected,ok,okay,success,test tube,tube,vaccine,validate,working)'), array('fal fa-vial-circle-check' => 'vial-circle-check(ampule,chemist,chemistry,enable,not affected,ok,okay,success,test tube,tube,vaccine,validate,working)'), array('fas fa-vial-virus' => 'vial-virus(ampule,coronavirus,covid-19,flue,infection,lab,laboratory,pandemic,test,test tube,vaccine)'), array('far fa-vial-virus' => 'vial-virus(ampule,coronavirus,covid-19,flue,infection,lab,laboratory,pandemic,test,test tube,vaccine)'), array('fal fa-vial-virus' => 'vial-virus(ampule,coronavirus,covid-19,flue,infection,lab,laboratory,pandemic,test,test tube,vaccine)'), array('fas fa-vials' => 'vials(ampule,experiment,knowledge,lab,sample,science,test,test tube)'), array('far fa-vials' => 'vials(ampule,experiment,knowledge,lab,sample,science,test,test tube)'), array('fal fa-vials' => 'vials(ampule,experiment,knowledge,lab,sample,science,test,test tube)'), array('fas fa-virus' => 'virus(bug,coronavirus,covid-19,flu,health,infection,pandemic,sick,vaccine,viral)'), array('far fa-virus' => 'virus(bug,coronavirus,covid-19,flu,health,infection,pandemic,sick,vaccine,viral)'), array('fal fa-virus' => 'virus(bug,coronavirus,covid-19,flu,health,infection,pandemic,sick,vaccine,viral)'), array('fas fa-virus-covid' => 'virus-covid(bug,covid-19,flu,health,infection,pandemic,vaccine,viral,virus)'), array('far fa-virus-covid' => 'virus-covid(bug,covid-19,flu,health,infection,pandemic,vaccine,viral,virus)'), array('fal fa-virus-covid' => 'virus-covid(bug,covid-19,flu,health,infection,pandemic,vaccine,viral,virus)'), array('fas fa-virus-covid-slash' => 'virus-covid-slash(bug,covid-19,disabled,flu,health,infection,pandemic,vaccine,viral,virus)'), array('far fa-virus-covid-slash' => 'virus-covid-slash(bug,covid-19,disabled,flu,health,infection,pandemic,vaccine,viral,virus)'), array('fal fa-virus-covid-slash' => 'virus-covid-slash(bug,covid-19,disabled,flu,health,infection,pandemic,vaccine,viral,virus)'), array('fas fa-virus-slash' => 'virus-slash(bug,coronavirus,covid-19,cure,disabled,eliminate,flu,health,infection,pandemic,sick,vaccine,viral)'), array('far fa-virus-slash' => 'virus-slash(bug,coronavirus,covid-19,cure,disabled,eliminate,flu,health,infection,pandemic,sick,vaccine,viral)'), array('fal fa-virus-slash' => 'virus-slash(bug,coronavirus,covid-19,cure,disabled,eliminate,flu,health,infection,pandemic,sick,vaccine,viral)'), array('fas fa-viruses' => 'viruses(bugs,coronavirus,covid-19,flu,health,infection,multiply,pandemic,sick,spread,vaccine,viral)'), array('far fa-viruses' => 'viruses(bugs,coronavirus,covid-19,flu,health,infection,multiply,pandemic,sick,spread,vaccine,viral)'), array('fal fa-viruses' => 'viruses(bugs,coronavirus,covid-19,flu,health,infection,multiply,pandemic,sick,spread,vaccine,viral)'), array('fas fa-walker' => 'walker(accessibility,assistance,disabled,wheelchair)'), array('far fa-walker' => 'walker(accessibility,assistance,disabled,wheelchair)'), array('fal fa-walker' => 'walker(accessibility,assistance,disabled,wheelchair)'), array('fas fa-watch-fitness' => 'watch-fitness(Fitbit,alert,apple watch,clock,pedometer,time,wristwatch)'), array('far fa-watch-fitness' => 'watch-fitness(Fitbit,alert,apple watch,clock,pedometer,time,wristwatch)'), array('fal fa-watch-fitness' => 'watch-fitness(Fitbit,alert,apple watch,clock,pedometer,time,wristwatch)'), array('fas fa-wave-pulse' => 'wave-pulse(EKG,activity,electrocardiogram,health,life,vital)'), array('far fa-wave-pulse' => 'wave-pulse(EKG,activity,electrocardiogram,health,life,vital)'), array('fal fa-wave-pulse' => 'wave-pulse(EKG,activity,electrocardiogram,health,life,vital)'), array('fas fa-weight-scale' => 'weight-scale(health,measurement,scale,weight)'), array('far fa-weight-scale' => 'weight-scale(health,measurement,scale,weight)'), array('fal fa-weight-scale' => 'weight-scale(health,measurement,scale,weight)'), array('fas fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('far fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fal fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fas fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('far fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('fal fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('fas fa-x-ray' => 'x-ray(health,medical,radiological images,radiology,skeleton)'), array('far fa-x-ray' => 'x-ray(health,medical,radiological images,radiology,skeleton)'), array('fal fa-x-ray' => 'x-ray(health,medical,radiological images,radiology,skeleton)'), ), 'Money' => array( array('fas fa-austral-sign' => 'austral-sign(Austral Sign,currency)'), array('far fa-austral-sign' => 'austral-sign(Austral Sign,currency)'), array('fal fa-austral-sign' => 'austral-sign(Austral Sign,currency)'), array('fas fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('far fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fal fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fas fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('far fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fal fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fas fa-baht-sign' => 'baht-sign(currency)'), array('far fa-baht-sign' => 'baht-sign(currency)'), array('fal fa-baht-sign' => 'baht-sign(currency)'), array('fas fa-bangladeshi-taka-sign' => 'bangladeshi-taka-sign(bdt,currency,tk)'), array('far fa-bangladeshi-taka-sign' => 'bangladeshi-taka-sign(bdt,currency,tk)'), array('fal fa-bangladeshi-taka-sign' => 'bangladeshi-taka-sign(bdt,currency,tk)'), array('fab fa-bitcoin' => 'bitcoin'), array('fas fa-bitcoin-sign' => 'bitcoin-sign(Bitcoin Sign,currency)'), array('far fa-bitcoin-sign' => 'bitcoin-sign(Bitcoin Sign,currency)'), array('fal fa-bitcoin-sign' => 'bitcoin-sign(Bitcoin Sign,currency)'), array('fas fa-brazilian-real-sign' => 'brazilian-real-sign(brazilian real sign,currency)'), array('far fa-brazilian-real-sign' => 'brazilian-real-sign(brazilian real sign,currency)'), array('fal fa-brazilian-real-sign' => 'brazilian-real-sign(brazilian real sign,currency)'), array('fab fa-btc' => 'btc'), array('fas fa-cash-register' => 'cash-register(buy,cha-ching,change,checkout,commerce,leaerboard,machine,pay,payment,purchase,store)'), array('far fa-cash-register' => 'cash-register(buy,cha-ching,change,checkout,commerce,leaerboard,machine,pay,payment,purchase,store)'), array('fal fa-cash-register' => 'cash-register(buy,cha-ching,change,checkout,commerce,leaerboard,machine,pay,payment,purchase,store)'), array('fas fa-cedi-sign' => 'cedi-sign(Cedi Sign,currency)'), array('far fa-cedi-sign' => 'cedi-sign(Cedi Sign,currency)'), array('fal fa-cedi-sign' => 'cedi-sign(Cedi Sign,currency)'), array('fas fa-cent-sign' => 'cent-sign(Cent Sign,currency)'), array('far fa-cent-sign' => 'cent-sign(Cent Sign,currency)'), array('fal fa-cent-sign' => 'cent-sign(Cent Sign,currency)'), array('fas fa-chart-line' => 'chart-line(activity,analytics,chart,dashboard,gain,graph,increase,line,performance,revenue,statistics)'), array('far fa-chart-line' => 'chart-line(activity,analytics,chart,dashboard,gain,graph,increase,line,performance,revenue,statistics)'), array('fal fa-chart-line' => 'chart-line(activity,analytics,chart,dashboard,gain,graph,increase,line,performance,revenue,statistics)'), array('fas fa-chart-line-down' => 'chart-line-down(analytics,chart,chart decreasing,dashboard,decline,down,graph,line,loss,performance,revenue,statistics,trend)'), array('far fa-chart-line-down' => 'chart-line-down(analytics,chart,chart decreasing,dashboard,decline,down,graph,line,loss,performance,revenue,statistics,trend)'), array('fal fa-chart-line-down' => 'chart-line-down(analytics,chart,chart decreasing,dashboard,decline,down,graph,line,loss,performance,revenue,statistics,trend)'), array('fas fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('far fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('fal fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('fas fa-chart-mixed-up-circle-currency' => 'chart-mixed-up-circle-currency( analytics, chart, currency, investment, measure, money, roi, tracking, trend,data,forecast,graph)'), array('far fa-chart-mixed-up-circle-currency' => 'chart-mixed-up-circle-currency( analytics, chart, currency, investment, measure, money, roi, tracking, trend,data,forecast,graph)'), array('fal fa-chart-mixed-up-circle-currency' => 'chart-mixed-up-circle-currency( analytics, chart, currency, investment, measure, money, roi, tracking, trend,data,forecast,graph)'), array('fas fa-chart-mixed-up-circle-dollar' => 'chart-mixed-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, graph, investment,data,forecast)'), array('far fa-chart-mixed-up-circle-dollar' => 'chart-mixed-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, graph, investment,data,forecast)'), array('fal fa-chart-mixed-up-circle-dollar' => 'chart-mixed-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, graph, investment,data,forecast)'), array('fas fa-chart-pie' => 'chart-pie(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('far fa-chart-pie' => 'chart-pie(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fal fa-chart-pie' => 'chart-pie(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fas fa-chart-pie-simple' => 'chart-pie-simple(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('far fa-chart-pie-simple' => 'chart-pie-simple(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fal fa-chart-pie-simple' => 'chart-pie-simple(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fas fa-chart-pie-simple-circle-currency' => 'chart-pie-simple-circle-currency( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('far fa-chart-pie-simple-circle-currency' => 'chart-pie-simple-circle-currency( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fal fa-chart-pie-simple-circle-currency' => 'chart-pie-simple-circle-currency( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fas fa-chart-pie-simple-circle-dollar' => 'chart-pie-simple-circle-dollar( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('far fa-chart-pie-simple-circle-dollar' => 'chart-pie-simple-circle-dollar( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fal fa-chart-pie-simple-circle-dollar' => 'chart-pie-simple-circle-dollar( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fas fa-chf-sign' => 'chf-sign( Swiss, franc, money,currency)'), array('far fa-chf-sign' => 'chf-sign( Swiss, franc, money,currency)'), array('fal fa-chf-sign' => 'chf-sign( Swiss, franc, money,currency)'), array('fas fa-circle-dollar' => 'circle-dollar($,currency,dollar-sign,investment,money,premium,price,salary,usd)'), array('far fa-circle-dollar' => 'circle-dollar($,currency,dollar-sign,investment,money,premium,price,salary,usd)'), array('fal fa-circle-dollar' => 'circle-dollar($,currency,dollar-sign,investment,money,premium,price,salary,usd)'), array('fas fa-circle-dollar-to-slot' => 'circle-dollar-to-slot(contribute,generosity,gift,give,premium)'), array('far fa-circle-dollar-to-slot' => 'circle-dollar-to-slot(contribute,generosity,gift,give,premium)'), array('fal fa-circle-dollar-to-slot' => 'circle-dollar-to-slot(contribute,generosity,gift,give,premium)'), array('fas fa-circle-euro' => 'circle-euro(coin,currency,euro sign)'), array('far fa-circle-euro' => 'circle-euro(coin,currency,euro sign)'), array('fal fa-circle-euro' => 'circle-euro(coin,currency,euro sign)'), array('fas fa-circle-sterling' => 'circle-sterling(coin,currency,pound sign)'), array('far fa-circle-sterling' => 'circle-sterling(coin,currency,pound sign)'), array('fal fa-circle-sterling' => 'circle-sterling(coin,currency,pound sign)'), array('fas fa-circle-yen' => 'circle-yen(coin,currency,yen sign)'), array('far fa-circle-yen' => 'circle-yen(coin,currency,yen sign)'), array('fal fa-circle-yen' => 'circle-yen(coin,currency,yen sign)'), array('fas fa-coin' => 'coin(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,treasure)'), array('far fa-coin' => 'coin(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,treasure)'), array('fal fa-coin' => 'coin(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,treasure)'), array('fas fa-coin-blank' => 'coin-blank(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,treasure)'), array('far fa-coin-blank' => 'coin-blank(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,treasure)'), array('fal fa-coin-blank' => 'coin-blank(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,treasure)'), array('fas fa-coin-front' => 'coin-front(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,super mario,treasure)'), array('far fa-coin-front' => 'coin-front(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,super mario,treasure)'), array('fal fa-coin-front' => 'coin-front(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,super mario,treasure)'), array('fas fa-coin-vertical' => 'coin-vertical(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,super mario,treasure)'), array('far fa-coin-vertical' => 'coin-vertical(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,super mario,treasure)'), array('fal fa-coin-vertical' => 'coin-vertical(coin,dime,gold,metal,money,nickel,penny,premium,quarter,silver,super mario,treasure)'), array('fas fa-coins' => 'coins(currency,dime,financial,gold,money,penny,premium)'), array('far fa-coins' => 'coins(currency,dime,financial,gold,money,penny,premium)'), array('fal fa-coins' => 'coins(currency,dime,financial,gold,money,penny,premium)'), array('fas fa-colon-sign' => 'colon-sign(Colon Sign,currency)'), array('far fa-colon-sign' => 'colon-sign(Colon Sign,currency)'), array('fal fa-colon-sign' => 'colon-sign(Colon Sign,currency)'), array('fas fa-comment-dollar' => 'comment-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('far fa-comment-dollar' => 'comment-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fal fa-comment-dollar' => 'comment-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fas fa-comments-dollar' => 'comments-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('far fa-comments-dollar' => 'comments-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fal fa-comments-dollar' => 'comments-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fas fa-credit-card' => 'credit-card(buy,card,checkout,credit,credit card,credit-card-alt,debit,money,payment,purchase)'), array('far fa-credit-card' => 'credit-card(buy,card,checkout,credit,credit card,credit-card-alt,debit,money,payment,purchase)'), array('fal fa-credit-card' => 'credit-card(buy,card,checkout,credit,credit card,credit-card-alt,debit,money,payment,purchase)'), array('fas fa-credit-card-blank' => 'credit-card-blank(buy,checkout,debit,money,payment,purchase)'), array('far fa-credit-card-blank' => 'credit-card-blank(buy,checkout,debit,money,payment,purchase)'), array('fal fa-credit-card-blank' => 'credit-card-blank(buy,checkout,debit,money,payment,purchase)'), array('fas fa-credit-card-front' => 'credit-card-front(buy,checkout,chip,debit,money,payment,purchase)'), array('far fa-credit-card-front' => 'credit-card-front(buy,checkout,chip,debit,money,payment,purchase)'), array('fal fa-credit-card-front' => 'credit-card-front(buy,checkout,chip,debit,money,payment,purchase)'), array('fas fa-cruzeiro-sign' => 'cruzeiro-sign(Cruzeiro Sign,currency)'), array('far fa-cruzeiro-sign' => 'cruzeiro-sign(Cruzeiro Sign,currency)'), array('fal fa-cruzeiro-sign' => 'cruzeiro-sign(Cruzeiro Sign,currency)'), array('fas fa-display-chart-up' => 'display-chart-up( analytics, chart, measure, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('far fa-display-chart-up' => 'display-chart-up( analytics, chart, measure, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fal fa-display-chart-up' => 'display-chart-up( analytics, chart, measure, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fas fa-display-chart-up-circle-currency' => 'display-chart-up-circle-currency( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('far fa-display-chart-up-circle-currency' => 'display-chart-up-circle-currency( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fal fa-display-chart-up-circle-currency' => 'display-chart-up-circle-currency( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fas fa-display-chart-up-circle-dollar' => 'display-chart-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('far fa-display-chart-up-circle-dollar' => 'display-chart-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fal fa-display-chart-up-circle-dollar' => 'display-chart-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fas fa-dollar-sign' => 'dollar-sign(Dollar Sign,coupon,currency,dollar,heavy dollar sign,investment,money,premium,revenue,salary)'), array('far fa-dollar-sign' => 'dollar-sign(Dollar Sign,coupon,currency,dollar,heavy dollar sign,investment,money,premium,revenue,salary)'), array('fal fa-dollar-sign' => 'dollar-sign(Dollar Sign,coupon,currency,dollar,heavy dollar sign,investment,money,premium,revenue,salary)'), array('fas fa-dong-sign' => 'dong-sign(Dong Sign,currency)'), array('far fa-dong-sign' => 'dong-sign(Dong Sign,currency)'), array('fal fa-dong-sign' => 'dong-sign(Dong Sign,currency)'), array('fab fa-ethereum' => 'ethereum'), array('fas fa-euro-sign' => 'euro-sign(Euro Sign,currency)'), array('far fa-euro-sign' => 'euro-sign(Euro Sign,currency)'), array('fal fa-euro-sign' => 'euro-sign(Euro Sign,currency)'), array('fas fa-file-chart-column' => 'file-chart-column(analytics,data,document,projection,report,revenue)'), array('far fa-file-chart-column' => 'file-chart-column(analytics,data,document,projection,report,revenue)'), array('fal fa-file-chart-column' => 'file-chart-column(analytics,data,document,projection,report,revenue)'), array('fas fa-file-chart-pie' => 'file-chart-pie(analytics,data,document,projection,report,revenue)'), array('far fa-file-chart-pie' => 'file-chart-pie(analytics,data,document,projection,report,revenue)'), array('fal fa-file-chart-pie' => 'file-chart-pie(analytics,data,document,projection,report,revenue)'), array('fas fa-file-invoice' => 'file-invoice(account,bill,charge,document,payment,receipt)'), array('far fa-file-invoice' => 'file-invoice(account,bill,charge,document,payment,receipt)'), array('fal fa-file-invoice' => 'file-invoice(account,bill,charge,document,payment,receipt)'), array('fas fa-file-invoice-dollar' => 'file-invoice-dollar($,account,bill,charge,document,dollar-sign,money,payment,receipt,revenue,salary,usd)'), array('far fa-file-invoice-dollar' => 'file-invoice-dollar($,account,bill,charge,document,dollar-sign,money,payment,receipt,revenue,salary,usd)'), array('fal fa-file-invoice-dollar' => 'file-invoice-dollar($,account,bill,charge,document,dollar-sign,money,payment,receipt,revenue,salary,usd)'), array('fas fa-florin-sign' => 'florin-sign(currency)'), array('far fa-florin-sign' => 'florin-sign(currency)'), array('fal fa-florin-sign' => 'florin-sign(currency)'), array('fas fa-franc-sign' => 'franc-sign(French Franc Sign,currency)'), array('far fa-franc-sign' => 'franc-sign(French Franc Sign,currency)'), array('fal fa-franc-sign' => 'franc-sign(French Franc Sign,currency)'), array('fab fa-gg' => 'gg'), array('fab fa-gg-circle' => 'gg-circle'), array('fas fa-guarani-sign' => 'guarani-sign(Guarani Sign,currency)'), array('far fa-guarani-sign' => 'guarani-sign(Guarani Sign,currency)'), array('fal fa-guarani-sign' => 'guarani-sign(Guarani Sign,currency)'), array('fas fa-hand-holding-circle-dollar' => 'hand-holding-circle-dollar( revenue,carry,coupon,dollar sign,donate,donation,giving,investment,money,premium,price,salary)'), array('far fa-hand-holding-circle-dollar' => 'hand-holding-circle-dollar( revenue,carry,coupon,dollar sign,donate,donation,giving,investment,money,premium,price,salary)'), array('fal fa-hand-holding-circle-dollar' => 'hand-holding-circle-dollar( revenue,carry,coupon,dollar sign,donate,donation,giving,investment,money,premium,price,salary)'), array('fas fa-hand-holding-dollar' => 'hand-holding-dollar($,carry,coupon,dollar sign,donate,donation,giving,investment,lift,money,premium,price,revenue,salary)'), array('far fa-hand-holding-dollar' => 'hand-holding-dollar($,carry,coupon,dollar sign,donate,donation,giving,investment,lift,money,premium,price,revenue,salary)'), array('fal fa-hand-holding-dollar' => 'hand-holding-dollar($,carry,coupon,dollar sign,donate,donation,giving,investment,lift,money,premium,price,revenue,salary)'), array('fas fa-hands-holding-dollar' => 'hands-holding-dollar($,carry,coupon,dollar sign,donation,giving,hold,investment,money,premium,price,revenue,salary,usd)'), array('far fa-hands-holding-dollar' => 'hands-holding-dollar($,carry,coupon,dollar sign,donation,giving,hold,investment,money,premium,price,revenue,salary,usd)'), array('fal fa-hands-holding-dollar' => 'hands-holding-dollar($,carry,coupon,dollar sign,donation,giving,hold,investment,money,premium,price,revenue,salary,usd)'), array('fas fa-hryvnia-sign' => 'hryvnia-sign(Hryvnia Sign,currency)'), array('far fa-hryvnia-sign' => 'hryvnia-sign(Hryvnia Sign,currency)'), array('fal fa-hryvnia-sign' => 'hryvnia-sign(Hryvnia Sign,currency)'), array('fas fa-indian-rupee-sign' => 'indian-rupee-sign(Indian Rupee Sign,currency)'), array('far fa-indian-rupee-sign' => 'indian-rupee-sign(Indian Rupee Sign,currency)'), array('fal fa-indian-rupee-sign' => 'indian-rupee-sign(Indian Rupee Sign,currency)'), array('fas fa-kip-sign' => 'kip-sign(Kip Sign,currency)'), array('far fa-kip-sign' => 'kip-sign(Kip Sign,currency)'), array('fal fa-kip-sign' => 'kip-sign(Kip Sign,currency)'), array('fas fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('far fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('fal fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('fas fa-lari-sign' => 'lari-sign(Lari Sign,currency)'), array('far fa-lari-sign' => 'lari-sign(Lari Sign,currency)'), array('fal fa-lari-sign' => 'lari-sign(Lari Sign,currency)'), array('fas fa-lira-sign' => 'lira-sign(Lira Sign,currency)'), array('far fa-lira-sign' => 'lira-sign(Lira Sign,currency)'), array('fal fa-lira-sign' => 'lira-sign(Lira Sign,currency)'), array('fas fa-litecoin-sign' => 'litecoin-sign(currency)'), array('far fa-litecoin-sign' => 'litecoin-sign(currency)'), array('fal fa-litecoin-sign' => 'litecoin-sign(currency)'), array('fas fa-manat-sign' => 'manat-sign(Manat Sign,currency)'), array('far fa-manat-sign' => 'manat-sign(Manat Sign,currency)'), array('fal fa-manat-sign' => 'manat-sign(Manat Sign,currency)'), array('fas fa-message-dollar' => 'message-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('far fa-message-dollar' => 'message-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fal fa-message-dollar' => 'message-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fas fa-messages-dollar' => 'messages-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('far fa-messages-dollar' => 'messages-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fal fa-messages-dollar' => 'messages-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fas fa-mill-sign' => 'mill-sign(Mill Sign,currency)'), array('far fa-mill-sign' => 'mill-sign(Mill Sign,currency)'), array('fal fa-mill-sign' => 'mill-sign(Mill Sign,currency)'), array('fas fa-money-bill' => 'money-bill(buy,cash,checkout,coupon,investment,money,payment,premium,price,purchase,revenue,salary)'), array('far fa-money-bill' => 'money-bill(buy,cash,checkout,coupon,investment,money,payment,premium,price,purchase,revenue,salary)'), array('fal fa-money-bill' => 'money-bill(buy,cash,checkout,coupon,investment,money,payment,premium,price,purchase,revenue,salary)'), array('fas fa-money-bill-1' => 'money-bill-1(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('far fa-money-bill-1' => 'money-bill-1(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('fal fa-money-bill-1' => 'money-bill-1(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('fas fa-money-bill-1-wave' => 'money-bill-1-wave(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('far fa-money-bill-1-wave' => 'money-bill-1-wave(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('fal fa-money-bill-1-wave' => 'money-bill-1-wave(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('fas fa-money-bill-simple' => 'money-bill-simple(atm,cash,investment,money,moolah,premium,salary)'), array('far fa-money-bill-simple' => 'money-bill-simple(atm,cash,investment,money,moolah,premium,salary)'), array('fal fa-money-bill-simple' => 'money-bill-simple(atm,cash,investment,money,moolah,premium,salary)'), array('fas fa-money-bill-simple-wave' => 'money-bill-simple-wave(atm,cash,money,moolah,premium,salary)'), array('far fa-money-bill-simple-wave' => 'money-bill-simple-wave(atm,cash,money,moolah,premium,salary)'), array('fal fa-money-bill-simple-wave' => 'money-bill-simple-wave(atm,cash,money,moolah,premium,salary)'), array('fas fa-money-bill-transfer' => 'money-bill-transfer(bank,conversion,deposit,investment,money,salary,transfer,withdrawal)'), array('far fa-money-bill-transfer' => 'money-bill-transfer(bank,conversion,deposit,investment,money,salary,transfer,withdrawal)'), array('fal fa-money-bill-transfer' => 'money-bill-transfer(bank,conversion,deposit,investment,money,salary,transfer,withdrawal)'), array('fas fa-money-bill-trend-up' => 'money-bill-trend-up(bank,bonds,inflation,investment,market,revenue,salary,stocks,trade)'), array('far fa-money-bill-trend-up' => 'money-bill-trend-up(bank,bonds,inflation,investment,market,revenue,salary,stocks,trade)'), array('fal fa-money-bill-trend-up' => 'money-bill-trend-up(bank,bonds,inflation,investment,market,revenue,salary,stocks,trade)'), array('fas fa-money-bill-wave' => 'money-bill-wave(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('far fa-money-bill-wave' => 'money-bill-wave(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('fal fa-money-bill-wave' => 'money-bill-wave(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('fas fa-money-bill-wheat' => 'money-bill-wheat(agribusiness,agriculture,farming,food,investment,livelihood,subsidy)'), array('far fa-money-bill-wheat' => 'money-bill-wheat(agribusiness,agriculture,farming,food,investment,livelihood,subsidy)'), array('fal fa-money-bill-wheat' => 'money-bill-wheat(agribusiness,agriculture,farming,food,investment,livelihood,subsidy)'), array('fas fa-money-bills' => 'money-bills(atm,cash,investment,money,moolah,premium,revenue,salary)'), array('far fa-money-bills' => 'money-bills(atm,cash,investment,money,moolah,premium,revenue,salary)'), array('fal fa-money-bills' => 'money-bills(atm,cash,investment,money,moolah,premium,revenue,salary)'), array('fas fa-money-bills-simple' => 'money-bills-simple(atm,cash,investment,money,moolah,premium,salary)'), array('far fa-money-bills-simple' => 'money-bills-simple(atm,cash,investment,money,moolah,premium,salary)'), array('fal fa-money-bills-simple' => 'money-bills-simple(atm,cash,investment,money,moolah,premium,salary)'), array('fas fa-money-check' => 'money-check(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('far fa-money-check' => 'money-check(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('fal fa-money-check' => 'money-check(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('fas fa-money-check-dollar' => 'money-check-dollar(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('far fa-money-check-dollar' => 'money-check-dollar(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('fal fa-money-check-dollar' => 'money-check-dollar(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('fas fa-money-from-bracket' => 'money-from-bracket(atm,automated,cash,deposit,dispenser,investment,salary,transaction,withdrawl)'), array('far fa-money-from-bracket' => 'money-from-bracket(atm,automated,cash,deposit,dispenser,investment,salary,transaction,withdrawl)'), array('fal fa-money-from-bracket' => 'money-from-bracket(atm,automated,cash,deposit,dispenser,investment,salary,transaction,withdrawl)'), array('fas fa-money-simple-from-bracket' => 'money-simple-from-bracket(atm,automated,cash,deposit,dispenser,investment,salary,transaction,withdrawl)'), array('far fa-money-simple-from-bracket' => 'money-simple-from-bracket(atm,automated,cash,deposit,dispenser,investment,salary,transaction,withdrawl)'), array('fal fa-money-simple-from-bracket' => 'money-simple-from-bracket(atm,automated,cash,deposit,dispenser,investment,salary,transaction,withdrawl)'), array('fas fa-naira-sign' => 'naira-sign(Naira Sign,currency)'), array('far fa-naira-sign' => 'naira-sign(Naira Sign,currency)'), array('fal fa-naira-sign' => 'naira-sign(Naira Sign,currency)'), array('fas fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('far fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('fal fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('fas fa-peseta-sign' => 'peseta-sign(Peseta Sign,currency)'), array('far fa-peseta-sign' => 'peseta-sign(Peseta Sign,currency)'), array('fal fa-peseta-sign' => 'peseta-sign(Peseta Sign,currency)'), array('fas fa-peso-sign' => 'peso-sign(Peso Sign,currency)'), array('far fa-peso-sign' => 'peso-sign(Peso Sign,currency)'), array('fal fa-peso-sign' => 'peso-sign(Peso Sign,currency)'), array('fas fa-piggy-bank' => 'piggy-bank(bank,salary,save,savings)'), array('far fa-piggy-bank' => 'piggy-bank(bank,salary,save,savings)'), array('fal fa-piggy-bank' => 'piggy-bank(bank,salary,save,savings)'), array('fas fa-receipt' => 'receipt(accounting,bookkeeping,check,coupon,evidence,invoice,money,pay,proof,receipt,table)'), array('far fa-receipt' => 'receipt(accounting,bookkeeping,check,coupon,evidence,invoice,money,pay,proof,receipt,table)'), array('fal fa-receipt' => 'receipt(accounting,bookkeeping,check,coupon,evidence,invoice,money,pay,proof,receipt,table)'), array('fas fa-ruble-sign' => 'ruble-sign(Ruble Sign,currency)'), array('far fa-ruble-sign' => 'ruble-sign(Ruble Sign,currency)'), array('fal fa-ruble-sign' => 'ruble-sign(Ruble Sign,currency)'), array('fas fa-rupee-sign' => 'rupee-sign(Rupee Sign,currency)'), array('far fa-rupee-sign' => 'rupee-sign(Rupee Sign,currency)'), array('fal fa-rupee-sign' => 'rupee-sign(Rupee Sign,currency)'), array('fas fa-rupiah-sign' => 'rupiah-sign(currency)'), array('far fa-rupiah-sign' => 'rupiah-sign(currency)'), array('fal fa-rupiah-sign' => 'rupiah-sign(currency)'), array('fas fa-sack' => 'sack(bag,burlap,money,salary,santa)'), array('far fa-sack' => 'sack(bag,burlap,money,salary,santa)'), array('fal fa-sack' => 'sack(bag,burlap,money,salary,santa)'), array('fas fa-sack-dollar' => 'sack-dollar(bag,burlap,cash,dollar,investment,money,money bag,moneybag,premium,robber,salary,santa,usd)'), array('far fa-sack-dollar' => 'sack-dollar(bag,burlap,cash,dollar,investment,money,money bag,moneybag,premium,robber,salary,santa,usd)'), array('fal fa-sack-dollar' => 'sack-dollar(bag,burlap,cash,dollar,investment,money,money bag,moneybag,premium,robber,salary,santa,usd)'), array('fas fa-sack-xmark' => 'sack-xmark(bag,burlap,coupon,rations,salary,uncheck)'), array('far fa-sack-xmark' => 'sack-xmark(bag,burlap,coupon,rations,salary,uncheck)'), array('fal fa-sack-xmark' => 'sack-xmark(bag,burlap,coupon,rations,salary,uncheck)'), array('fas fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('far fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('fal fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('fas fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('far fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('fal fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('fas fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('far fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('fal fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('fas fa-shekel-sign' => 'shekel-sign(New Sheqel Sign,currency,ils,money)'), array('far fa-shekel-sign' => 'shekel-sign(New Sheqel Sign,currency,ils,money)'), array('fal fa-shekel-sign' => 'shekel-sign(New Sheqel Sign,currency,ils,money)'), array('fas fa-square-dollar' => 'square-dollar($,coupon,dollar-sign,money,premium,price,salary,usd)'), array('far fa-square-dollar' => 'square-dollar($,coupon,dollar-sign,money,premium,price,salary,usd)'), array('fal fa-square-dollar' => 'square-dollar($,coupon,dollar-sign,money,premium,price,salary,usd)'), array('fas fa-stamp' => 'stamp(art,certificate,imprint,rubber,seal)'), array('far fa-stamp' => 'stamp(art,certificate,imprint,rubber,seal)'), array('fal fa-stamp' => 'stamp(art,certificate,imprint,rubber,seal)'), array('fas fa-sterling-sign' => 'sterling-sign(Pound Sign,currency)'), array('far fa-sterling-sign' => 'sterling-sign(Pound Sign,currency)'), array('fal fa-sterling-sign' => 'sterling-sign(Pound Sign,currency)'), array('fas fa-tally' => 'tally(count,hash,numbers)'), array('far fa-tally' => 'tally(count,hash,numbers)'), array('fal fa-tally' => 'tally(count,hash,numbers)'), array('fas fa-tenge-sign' => 'tenge-sign(Tenge Sign,currency)'), array('far fa-tenge-sign' => 'tenge-sign(Tenge Sign,currency)'), array('fal fa-tenge-sign' => 'tenge-sign(Tenge Sign,currency)'), array('fas fa-treasure-chest' => 'treasure-chest(Dungeons & Dragons,booty,d&d,dnd,fantasy,gold,hidden,loot,premium,reward,trap)'), array('far fa-treasure-chest' => 'treasure-chest(Dungeons & Dragons,booty,d&d,dnd,fantasy,gold,hidden,loot,premium,reward,trap)'), array('fal fa-treasure-chest' => 'treasure-chest(Dungeons & Dragons,booty,d&d,dnd,fantasy,gold,hidden,loot,premium,reward,trap)'), array('fas fa-tugrik-sign' => 'tugrik-sign(Tugrik Sign,currency)'), array('far fa-tugrik-sign' => 'tugrik-sign(Tugrik Sign,currency)'), array('fal fa-tugrik-sign' => 'tugrik-sign(Tugrik Sign,currency)'), array('fas fa-turkish-lira-sign' => 'turkish-lira-sign(Turkish Lira Sign,currency)'), array('far fa-turkish-lira-sign' => 'turkish-lira-sign(Turkish Lira Sign,currency)'), array('fal fa-turkish-lira-sign' => 'turkish-lira-sign(Turkish Lira Sign,currency)'), array('fas fa-vault' => 'vault(bank,important,investment,lock,money,premium,privacy,safe,salary)'), array('far fa-vault' => 'vault(bank,important,investment,lock,money,premium,privacy,safe,salary)'), array('fal fa-vault' => 'vault(bank,important,investment,lock,money,premium,privacy,safe,salary)'), array('fas fa-wallet' => 'wallet(billfold,cash,currency,money,salary)'), array('far fa-wallet' => 'wallet(billfold,cash,currency,money,salary)'), array('fal fa-wallet' => 'wallet(billfold,cash,currency,money,salary)'), array('fas fa-won-sign' => 'won-sign(Won Sign,currency)'), array('far fa-won-sign' => 'won-sign(Won Sign,currency)'), array('fal fa-won-sign' => 'won-sign(Won Sign,currency)'), array('fas fa-yen-sign' => 'yen-sign(Yen Sign,currency)'), array('far fa-yen-sign' => 'yen-sign(Yen Sign,currency)'), array('fal fa-yen-sign' => 'yen-sign(Yen Sign,currency)'), ), 'Spinners' => array( array('fas fa-arrow-rotate-left' => 'arrow-rotate-left(Anticlockwise Open Circle Arrow,back,control z,exchange,oops,return,rotate,swap)'), array('far fa-arrow-rotate-left' => 'arrow-rotate-left(Anticlockwise Open Circle Arrow,back,control z,exchange,oops,return,rotate,swap)'), array('fal fa-arrow-rotate-left' => 'arrow-rotate-left(Anticlockwise Open Circle Arrow,back,control z,exchange,oops,return,rotate,swap)'), array('fas fa-arrow-rotate-right' => 'arrow-rotate-right(Clockwise Open Circle Arrow,forward,refresh,reload,renew,repeat,retry)'), array('far fa-arrow-rotate-right' => 'arrow-rotate-right(Clockwise Open Circle Arrow,forward,refresh,reload,renew,repeat,retry)'), array('fal fa-arrow-rotate-right' => 'arrow-rotate-right(Clockwise Open Circle Arrow,forward,refresh,reload,renew,repeat,retry)'), array('fas fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('far fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('fal fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('fas fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('far fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fal fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fas fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('far fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('fal fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('fas fa-asterisk' => 'asterisk(Asterisk,Heavy Asterisk,annotation,details,reference,required,star)'), array('far fa-asterisk' => 'asterisk(Asterisk,Heavy Asterisk,annotation,details,reference,required,star)'), array('fal fa-asterisk' => 'asterisk(Asterisk,Heavy Asterisk,annotation,details,reference,required,star)'), array('fas fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('far fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fal fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fas fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('far fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('fal fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('fas fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('far fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('fal fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('fas fa-bahai' => 'bahai(bahai,bahá\'í,star)'), array('far fa-bahai' => 'bahai(bahai,bahá\'í,star)'), array('fal fa-bahai' => 'bahai(bahai,bahá\'í,star)'), array('fas fa-bullseye-arrow' => 'bullseye-arrow(archery,arrow,bullseye,dart,direct hit,game,goal,hit,objective,robin hood,strategy,target)'), array('far fa-bullseye-arrow' => 'bullseye-arrow(archery,arrow,bullseye,dart,direct hit,game,goal,hit,objective,robin hood,strategy,target)'), array('fal fa-bullseye-arrow' => 'bullseye-arrow(archery,arrow,bullseye,dart,direct hit,game,goal,hit,objective,robin hood,strategy,target)'), array('fas fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('far fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('fal fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('fas fa-circle-notch' => 'circle-notch(circle-o-notch,diameter,dot,ellipse,round,spinner)'), array('far fa-circle-notch' => 'circle-notch(circle-o-notch,diameter,dot,ellipse,round,spinner)'), array('fal fa-circle-notch' => 'circle-notch(circle-o-notch,diameter,dot,ellipse,round,spinner)'), array('fas fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('far fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('fal fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('fas fa-compass' => 'compass(compass,directions,directory,location,magnetic,menu,navigation,orienteering,safari,travel)'), array('far fa-compass' => 'compass(compass,directions,directory,location,magnetic,menu,navigation,orienteering,safari,travel)'), array('fal fa-compass' => 'compass(compass,directions,directory,location,magnetic,menu,navigation,orienteering,safari,travel)'), array('fas fa-crosshairs' => 'crosshairs(aim,bullseye,gpd,picker,position)'), array('far fa-crosshairs' => 'crosshairs(aim,bullseye,gpd,picker,position)'), array('fal fa-crosshairs' => 'crosshairs(aim,bullseye,gpd,picker,position)'), array('fas fa-dharmachakra' => 'dharmachakra(Buddhist,buddhism,buddhist,dharma,religion,wheel,wheel of dharma)'), array('far fa-dharmachakra' => 'dharmachakra(Buddhist,buddhism,buddhist,dharma,religion,wheel,wheel of dharma)'), array('fal fa-dharmachakra' => 'dharmachakra(Buddhist,buddhism,buddhist,dharma,religion,wheel,wheel of dharma)'), array('fas fa-fan' => 'fan(ac,air conditioning,blade,blower,cool,hot)'), array('far fa-fan' => 'fan(ac,air conditioning,blade,blower,cool,hot)'), array('fal fa-fan' => 'fan(ac,air conditioning,blade,blower,cool,hot)'), array('fas fa-gear' => 'gear(cog,cogwheel,configuration,gear,mechanical,modify,settings,sprocket,tool,wheel)'), array('far fa-gear' => 'gear(cog,cogwheel,configuration,gear,mechanical,modify,settings,sprocket,tool,wheel)'), array('fal fa-gear' => 'gear(cog,cogwheel,configuration,gear,mechanical,modify,settings,sprocket,tool,wheel)'), array('fas fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('far fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('fal fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('fas fa-life-ring' => 'life-ring(coast guard,help,overboard,save,support)'), array('far fa-life-ring' => 'life-ring(coast guard,help,overboard,save,support)'), array('fal fa-life-ring' => 'life-ring(coast guard,help,overboard,save,support)'), array('fas fa-loader' => 'loader(loading,pending,progress)'), array('far fa-loader' => 'loader(loading,pending,progress)'), array('fal fa-loader' => 'loader(loading,pending,progress)'), array('fas fa-moon-over-sun' => 'moon-over-sun(lunar,moon,shadow,solar,sun)'), array('far fa-moon-over-sun' => 'moon-over-sun(lunar,moon,shadow,solar,sun)'), array('fal fa-moon-over-sun' => 'moon-over-sun(lunar,moon,shadow,solar,sun)'), array('fas fa-palette' => 'palette(acrylic,art,artist palette,brush,color,fill,museum,paint,painting,palette,pigment,watercolor)'), array('far fa-palette' => 'palette(acrylic,art,artist palette,brush,color,fill,museum,paint,painting,palette,pigment,watercolor)'), array('fal fa-palette' => 'palette(acrylic,art,artist palette,brush,color,fill,museum,paint,painting,palette,pigment,watercolor)'), array('fas fa-ring' => 'ring(Dungeons & Dragons,Gollum,band,binding,d&d,dnd,engagement,fantasy,gold,jewelry,marriage,precious,premium)'), array('far fa-ring' => 'ring(Dungeons & Dragons,Gollum,band,binding,d&d,dnd,engagement,fantasy,gold,jewelry,marriage,precious,premium)'), array('fal fa-ring' => 'ring(Dungeons & Dragons,Gollum,band,binding,d&d,dnd,engagement,fantasy,gold,jewelry,marriage,precious,premium)'), array('fas fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('far fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('fal fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('fas fa-rotate-left' => 'rotate-left(back,control z,exchange,oops,return,swap)'), array('far fa-rotate-left' => 'rotate-left(back,control z,exchange,oops,return,swap)'), array('fal fa-rotate-left' => 'rotate-left(back,control z,exchange,oops,return,swap)'), array('fas fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('far fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fal fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fas fa-rotate-right' => 'rotate-right(forward,refresh,reload,renew,repeat,retry)'), array('far fa-rotate-right' => 'rotate-right(forward,refresh,reload,renew,repeat,retry)'), array('fal fa-rotate-right' => 'rotate-right(forward,refresh,reload,renew,repeat,retry)'), array('fas fa-slash' => 'slash(cancel,close,mute,off,stop,x)'), array('far fa-slash' => 'slash(cancel,close,mute,off,stop,x)'), array('fal fa-slash' => 'slash(cancel,close,mute,off,stop,x)'), array('fas fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('far fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fal fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fas fa-spider-web' => 'spider-web(cobweb,gossamer,halloween,spider,spider web,web)'), array('far fa-spider-web' => 'spider-web(cobweb,gossamer,halloween,spider,spider web,web)'), array('fal fa-spider-web' => 'spider-web(cobweb,gossamer,halloween,spider,spider web,web)'), array('fas fa-spinner' => 'spinner(circle,loading,pending,progress)'), array('far fa-spinner' => 'spinner(circle,loading,pending,progress)'), array('fal fa-spinner' => 'spinner(circle,loading,pending,progress)'), array('fas fa-spinner-scale' => 'spinner-scale( circle, loading, progress,pending)'), array('far fa-spinner-scale' => 'spinner-scale( circle, loading, progress,pending)'), array('fal fa-spinner-scale' => 'spinner-scale( circle, loading, progress,pending)'), array('fas fa-spinner-third' => 'spinner-third(circle,loading,pending,progress)'), array('far fa-spinner-third' => 'spinner-third(circle,loading,pending,progress)'), array('fal fa-spinner-third' => 'spinner-third(circle,loading,pending,progress)'), array('fas fa-star-christmas' => 'star-christmas(bethlehem,christmas,holiday,north,xmas)'), array('far fa-star-christmas' => 'star-christmas(bethlehem,christmas,holiday,north,xmas)'), array('fal fa-star-christmas' => 'star-christmas(bethlehem,christmas,holiday,north,xmas)'), array('fas fa-steering-wheel' => 'steering-wheel(auto,car,direction,driving,navigation)'), array('far fa-steering-wheel' => 'steering-wheel(auto,car,direction,driving,navigation)'), array('fal fa-steering-wheel' => 'steering-wheel(auto,car,direction,driving,navigation)'), array('fas fa-stroopwafel' => 'stroopwafel(caramel,cookie,dessert,sweets,waffle)'), array('far fa-stroopwafel' => 'stroopwafel(caramel,cookie,dessert,sweets,waffle)'), array('fal fa-stroopwafel' => 'stroopwafel(caramel,cookie,dessert,sweets,waffle)'), array('fas fa-sun' => 'sun(bright,brighten,contrast,day,lighter,rays,sol,solar,star,sun,sunny,weather)'), array('far fa-sun' => 'sun(bright,brighten,contrast,day,lighter,rays,sol,solar,star,sun,sunny,weather)'), array('fal fa-sun' => 'sun(bright,brighten,contrast,day,lighter,rays,sol,solar,star,sun,sunny,weather)'), array('fas fa-tire' => 'tire(auto,car,rim,rubber,wheel)'), array('far fa-tire' => 'tire(auto,car,rim,rubber,wheel)'), array('fal fa-tire' => 'tire(auto,car,rim,rubber,wheel)'), array('fas fa-tire-rugged' => 'tire-rugged(auto,car,offroad,rim,rubber,wheel)'), array('far fa-tire-rugged' => 'tire-rugged(auto,car,offroad,rim,rubber,wheel)'), array('fal fa-tire-rugged' => 'tire-rugged(auto,car,offroad,rim,rubber,wheel)'), array('fas fa-wreath' => 'wreath(christmas,decoration,door,holiday,welcome,xmas)'), array('far fa-wreath' => 'wreath(christmas,decoration,door,holiday,welcome,xmas)'), array('fal fa-wreath' => 'wreath(christmas,decoration,door,holiday,welcome,xmas)'), array('fas fa-yin-yang' => 'yin-yang(daoism,opposites,religion,tao,taoism,taoist,yang,yin,yin yang)'), array('far fa-yin-yang' => 'yin-yang(daoism,opposites,religion,tao,taoism,taoist,yang,yin,yin yang)'), array('fal fa-yin-yang' => 'yin-yang(daoism,opposites,religion,tao,taoism,taoist,yang,yin,yin yang)'), ), 'Science Fiction' => array( array('fas fa-alien' => 'alien(ET,alien,creature,extraterrestrial,face,fantasy,humanoid,monster,space,strange,ufo)'), array('far fa-alien' => 'alien(ET,alien,creature,extraterrestrial,face,fantasy,humanoid,monster,space,strange,ufo)'), array('fal fa-alien' => 'alien(ET,alien,creature,extraterrestrial,face,fantasy,humanoid,monster,space,strange,ufo)'), array('fas fa-alien-8bit' => 'alien-8bit(ET,alien,alien monster,creature,extraterrestrial,face,humanoid,monster,space,space invader,strange,ufo,video game)'), array('far fa-alien-8bit' => 'alien-8bit(ET,alien,alien monster,creature,extraterrestrial,face,humanoid,monster,space,space invader,strange,ufo,video game)'), array('fal fa-alien-8bit' => 'alien-8bit(ET,alien,alien monster,creature,extraterrestrial,face,humanoid,monster,space,space invader,strange,ufo,video game)'), array('fas fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('far fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fal fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fas fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('far fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('fal fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('fas fa-book-journal-whills' => 'book-journal-whills(book,force,jedi,sith,star wars,yoda)'), array('far fa-book-journal-whills' => 'book-journal-whills(book,force,jedi,sith,star wars,yoda)'), array('fal fa-book-journal-whills' => 'book-journal-whills(book,force,jedi,sith,star wars,yoda)'), array('fas fa-cat-space' => 'cat-space(animal,astronaut,cosmonaut,fauna,meow,space)'), array('far fa-cat-space' => 'cat-space(animal,astronaut,cosmonaut,fauna,meow,space)'), array('fal fa-cat-space' => 'cat-space(animal,astronaut,cosmonaut,fauna,meow,space)'), array('fas fa-cloud-binary' => 'cloud-binary( cloud, data, data, infrastructure, programming, upload,binary)'), array('far fa-cloud-binary' => 'cloud-binary( cloud, data, data, infrastructure, programming, upload,binary)'), array('fal fa-cloud-binary' => 'cloud-binary( cloud, data, data, infrastructure, programming, upload,binary)'), array('fas fa-drone' => 'drone(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('far fa-drone' => 'drone(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fal fa-drone' => 'drone(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fas fa-drone-front' => 'drone-front(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('far fa-drone-front' => 'drone-front(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fal fa-drone-front' => 'drone-front(aerial,big brother,surveillance,uav,unmanned,vehicle)'), array('fas fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('far fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('fal fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('fas fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('far fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fal fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fab fa-galactic-republic' => 'galactic-republic(politics,star wars)'), array('fab fa-galactic-senate' => 'galactic-senate(star wars)'), array('fas fa-hand-spock' => 'hand-spock(finger,hand,live long,palm,prosper,salute,spock,star trek,vulcan,vulcan salute)'), array('far fa-hand-spock' => 'hand-spock(finger,hand,live long,palm,prosper,salute,spock,star trek,vulcan,vulcan salute)'), array('fal fa-hand-spock' => 'hand-spock(finger,hand,live long,palm,prosper,salute,spock,star trek,vulcan,vulcan salute)'), array('fas fa-head-side-gear' => 'head-side-gear( ai, android, augmented, cybernetics, face, gear, learning, machine, profile, robot, settings, thinking, thought, user,artificial intelligence,bald)'), array('far fa-head-side-gear' => 'head-side-gear( ai, android, augmented, cybernetics, face, gear, learning, machine, profile, robot, settings, thinking, thought, user,artificial intelligence,bald)'), array('fal fa-head-side-gear' => 'head-side-gear( ai, android, augmented, cybernetics, face, gear, learning, machine, profile, robot, settings, thinking, thought, user,artificial intelligence,bald)'), array('fas fa-jedi' => 'jedi(crest,force,sith,skywalker,star wars,yoda)'), array('far fa-jedi' => 'jedi(crest,force,sith,skywalker,star wars,yoda)'), array('fal fa-jedi' => 'jedi(crest,force,sith,skywalker,star wars,yoda)'), array('fab fa-jedi-order' => 'jedi-order(star wars)'), array('fab fa-old-republic' => 'old-republic(politics,star wars)'), array('fas fa-person-from-portal' => 'person-from-portal(portal,run,transport,travel,uer)'), array('far fa-person-from-portal' => 'person-from-portal(portal,run,transport,travel,uer)'), array('fal fa-person-from-portal' => 'person-from-portal(portal,run,transport,travel,uer)'), array('fas fa-person-to-portal' => 'person-to-portal(portal,run,transport,travel,uer)'), array('far fa-person-to-portal' => 'person-to-portal(portal,run,transport,travel,uer)'), array('fal fa-person-to-portal' => 'person-to-portal(portal,run,transport,travel,uer)'), array('fas fa-police-box' => 'police-box(doctor who,tardis,time and relative dimension in space,time machine,time travel)'), array('far fa-police-box' => 'police-box(doctor who,tardis,time and relative dimension in space,time machine,time travel)'), array('fal fa-police-box' => 'police-box(doctor who,tardis,time and relative dimension in space,time machine,time travel)'), array('fas fa-raygun' => 'raygun(flash gordon,laser,pew pew,phaser,space,stun)'), array('far fa-raygun' => 'raygun(flash gordon,laser,pew pew,phaser,space,stun)'), array('fal fa-raygun' => 'raygun(flash gordon,laser,pew pew,phaser,space,stun)'), array('fas fa-robot' => 'robot(android,automate,computer,cyborg,face,monster,robot)'), array('far fa-robot' => 'robot(android,automate,computer,cyborg,face,monster,robot)'), array('fal fa-robot' => 'robot(android,automate,computer,cyborg,face,monster,robot)'), array('fas fa-robot-astromech' => 'robot-astromech(artoo,beep,droid,gps,mechanic,r2d2,star wars)'), array('far fa-robot-astromech' => 'robot-astromech(artoo,beep,droid,gps,mechanic,r2d2,star wars)'), array('fal fa-robot-astromech' => 'robot-astromech(artoo,beep,droid,gps,mechanic,r2d2,star wars)'), array('fas fa-rocket' => 'rocket(aircraft,app,jet,launch,nasa,space)'), array('far fa-rocket' => 'rocket(aircraft,app,jet,launch,nasa,space)'), array('fal fa-rocket' => 'rocket(aircraft,app,jet,launch,nasa,space)'), array('fas fa-rocket-launch' => 'rocket-launch(aircraft,app,ignition,jet,launch,nasa,rocket,space,thrusters)'), array('far fa-rocket-launch' => 'rocket-launch(aircraft,app,ignition,jet,launch,nasa,rocket,space,thrusters)'), array('fal fa-rocket-launch' => 'rocket-launch(aircraft,app,ignition,jet,launch,nasa,rocket,space,thrusters)'), array('fab fa-space-awesome' => 'space-awesome(adventure,rocket,ship,shuttle)'), array('fas fa-space-station-moon' => 'space-station-moon(death star,empire,galen erso,kyber crystal,laser,not a moon,secret weapon,star wars)'), array('far fa-space-station-moon' => 'space-station-moon(death star,empire,galen erso,kyber crystal,laser,not a moon,secret weapon,star wars)'), array('fal fa-space-station-moon' => 'space-station-moon(death star,empire,galen erso,kyber crystal,laser,not a moon,secret weapon,star wars)'), array('fas fa-space-station-moon-construction' => 'space-station-moon-construction(death star,empire,kyber crystal,laser,not a moon,star wars,under construction)'), array('far fa-space-station-moon-construction' => 'space-station-moon-construction(death star,empire,kyber crystal,laser,not a moon,star wars,under construction)'), array('fal fa-space-station-moon-construction' => 'space-station-moon-construction(death star,empire,kyber crystal,laser,not a moon,star wars,under construction)'), array('fas fa-starfighter' => 'starfighter(luke skywalker,rebel,spaceship,star wars,x-wing)'), array('far fa-starfighter' => 'starfighter(luke skywalker,rebel,spaceship,star wars,x-wing)'), array('fal fa-starfighter' => 'starfighter(luke skywalker,rebel,spaceship,star wars,x-wing)'), array('fas fa-starfighter-twin-ion-engine' => 'starfighter-twin-ion-engine(darth vader,empire,spaceship,star wars,tie fighter)'), array('far fa-starfighter-twin-ion-engine' => 'starfighter-twin-ion-engine(darth vader,empire,spaceship,star wars,tie fighter)'), array('fal fa-starfighter-twin-ion-engine' => 'starfighter-twin-ion-engine(darth vader,empire,spaceship,star wars,tie fighter)'), array('fas fa-starfighter-twin-ion-engine-advanced' => 'starfighter-twin-ion-engine-advanced(empire,tie fighter)'), array('far fa-starfighter-twin-ion-engine-advanced' => 'starfighter-twin-ion-engine-advanced(empire,tie fighter)'), array('fal fa-starfighter-twin-ion-engine-advanced' => 'starfighter-twin-ion-engine-advanced(empire,tie fighter)'), array('fas fa-starship' => 'starship(engage,enterprise,james t kirk,jean-luc picard,make it so,ncc-1701,spacecraft,spaceship,star trek)'), array('far fa-starship' => 'starship(engage,enterprise,james t kirk,jean-luc picard,make it so,ncc-1701,spacecraft,spaceship,star trek)'), array('fal fa-starship' => 'starship(engage,enterprise,james t kirk,jean-luc picard,make it so,ncc-1701,spacecraft,spaceship,star trek)'), array('fas fa-starship-freighter' => 'starship-freighter(chewbacca,han solo,millenium falcon,rebel,spaceship,star wars,yt-1300)'), array('far fa-starship-freighter' => 'starship-freighter(chewbacca,han solo,millenium falcon,rebel,spaceship,star wars,yt-1300)'), array('fal fa-starship-freighter' => 'starship-freighter(chewbacca,han solo,millenium falcon,rebel,spaceship,star wars,yt-1300)'), array('fas fa-sword-laser' => 'sword-laser(jedi,lightsaber,luke skywalker,rebel,star wars)'), array('far fa-sword-laser' => 'sword-laser(jedi,lightsaber,luke skywalker,rebel,star wars)'), array('fal fa-sword-laser' => 'sword-laser(jedi,lightsaber,luke skywalker,rebel,star wars)'), array('fas fa-sword-laser-alt' => 'sword-laser-alt(darth vader,empire,lightsaber,sith,star wars)'), array('far fa-sword-laser-alt' => 'sword-laser-alt(darth vader,empire,lightsaber,sith,star wars)'), array('fal fa-sword-laser-alt' => 'sword-laser-alt(darth vader,empire,lightsaber,sith,star wars)'), array('fas fa-swords-laser' => 'swords-laser(clash,darth vader,duel,fight,jedi,lightsaber,luke skywalker,rebel,sith,star wars)'), array('far fa-swords-laser' => 'swords-laser(clash,darth vader,duel,fight,jedi,lightsaber,luke skywalker,rebel,sith,star wars)'), array('fal fa-swords-laser' => 'swords-laser(clash,darth vader,duel,fight,jedi,lightsaber,luke skywalker,rebel,sith,star wars)'), array('fas fa-transporter' => 'transporter(move,teleport,transfer,translocate,travel)'), array('far fa-transporter' => 'transporter(move,teleport,transfer,translocate,travel)'), array('fal fa-transporter' => 'transporter(move,teleport,transfer,translocate,travel)'), array('fas fa-transporter-1' => 'transporter-1(move,teleport,transfer,translocate,travel)'), array('far fa-transporter-1' => 'transporter-1(move,teleport,transfer,translocate,travel)'), array('fal fa-transporter-1' => 'transporter-1(move,teleport,transfer,translocate,travel)'), array('fas fa-transporter-2' => 'transporter-2(move,teleport,transfer,translocate,travel)'), array('far fa-transporter-2' => 'transporter-2(move,teleport,transfer,translocate,travel)'), array('fal fa-transporter-2' => 'transporter-2(move,teleport,transfer,translocate,travel)'), array('fas fa-transporter-3' => 'transporter-3(move,teleport,transfer,translocate,travel)'), array('far fa-transporter-3' => 'transporter-3(move,teleport,transfer,translocate,travel)'), array('fal fa-transporter-3' => 'transporter-3(move,teleport,transfer,translocate,travel)'), array('fas fa-transporter-4' => 'transporter-4(move,teleport,transfer,translocate,travel)'), array('far fa-transporter-4' => 'transporter-4(move,teleport,transfer,translocate,travel)'), array('fal fa-transporter-4' => 'transporter-4(move,teleport,transfer,translocate,travel)'), array('fas fa-transporter-5' => 'transporter-5(move,teleport,transfer,translocate,travel)'), array('far fa-transporter-5' => 'transporter-5(move,teleport,transfer,translocate,travel)'), array('fal fa-transporter-5' => 'transporter-5(move,teleport,transfer,translocate,travel)'), array('fas fa-transporter-6' => 'transporter-6(move,teleport,transfer,translocate,travel)'), array('far fa-transporter-6' => 'transporter-6(move,teleport,transfer,translocate,travel)'), array('fal fa-transporter-6' => 'transporter-6(move,teleport,transfer,translocate,travel)'), array('fas fa-transporter-7' => 'transporter-7(move,teleport,transfer,translocate,travel)'), array('far fa-transporter-7' => 'transporter-7(move,teleport,transfer,translocate,travel)'), array('fal fa-transporter-7' => 'transporter-7(move,teleport,transfer,translocate,travel)'), array('fas fa-transporter-empty' => 'transporter-empty(complete,move,teleport,transfer,translocate,travel)'), array('far fa-transporter-empty' => 'transporter-empty(complete,move,teleport,transfer,translocate,travel)'), array('fal fa-transporter-empty' => 'transporter-empty(complete,move,teleport,transfer,translocate,travel)'), array('fas fa-ufo' => 'ufo(UFO,abduct,alien,extraterrestrial,flying saucer,space,spacecraft,spaceship,t-craft,travel,unidentified flying object)'), array('far fa-ufo' => 'ufo(UFO,abduct,alien,extraterrestrial,flying saucer,space,spacecraft,spaceship,t-craft,travel,unidentified flying object)'), array('fal fa-ufo' => 'ufo(UFO,abduct,alien,extraterrestrial,flying saucer,space,spacecraft,spaceship,t-craft,travel,unidentified flying object)'), array('fas fa-ufo-beam' => 'ufo-beam(abduct,alien,extraterrestrial,flying saucer,probe,space,spacecraft,spaceship,t-craft,tractor beam,travel,unidentified flying object)'), array('far fa-ufo-beam' => 'ufo-beam(abduct,alien,extraterrestrial,flying saucer,probe,space,spacecraft,spaceship,t-craft,tractor beam,travel,unidentified flying object)'), array('fal fa-ufo-beam' => 'ufo-beam(abduct,alien,extraterrestrial,flying saucer,probe,space,spacecraft,spaceship,t-craft,tractor beam,travel,unidentified flying object)'), array('fas fa-user-alien' => 'user-alien(ET,extraterrestrial,humanoid,monster,space,strange,uer,ufo)'), array('far fa-user-alien' => 'user-alien(ET,extraterrestrial,humanoid,monster,space,strange,uer,ufo)'), array('fal fa-user-alien' => 'user-alien(ET,extraterrestrial,humanoid,monster,space,strange,uer,ufo)'), array('fas fa-user-astronaut' => 'user-astronaut(avatar,clothing,cosmonaut,nasa,space,suit,uer)'), array('far fa-user-astronaut' => 'user-astronaut(avatar,clothing,cosmonaut,nasa,space,suit,uer)'), array('fal fa-user-astronaut' => 'user-astronaut(avatar,clothing,cosmonaut,nasa,space,suit,uer)'), array('fas fa-user-bounty-hunter' => 'user-bounty-hunter(beskar,boba fett,jango fett,mando,mandolorian,star wars,uer)'), array('far fa-user-bounty-hunter' => 'user-bounty-hunter(beskar,boba fett,jango fett,mando,mandolorian,star wars,uer)'), array('fal fa-user-bounty-hunter' => 'user-bounty-hunter(beskar,boba fett,jango fett,mando,mandolorian,star wars,uer)'), array('fas fa-user-hair-buns' => 'user-hair-buns(hairstyle,leia,organa,princess,rebel,skywalker,star wars,uer)'), array('far fa-user-hair-buns' => 'user-hair-buns(hairstyle,leia,organa,princess,rebel,skywalker,star wars,uer)'), array('fal fa-user-hair-buns' => 'user-hair-buns(hairstyle,leia,organa,princess,rebel,skywalker,star wars,uer)'), array('fas fa-user-robot' => 'user-robot(android,automate,computer,cyborg,rosie,uer)'), array('far fa-user-robot' => 'user-robot(android,automate,computer,cyborg,rosie,uer)'), array('fal fa-user-robot' => 'user-robot(android,automate,computer,cyborg,rosie,uer)'), array('fas fa-user-robot-xmarks' => 'user-robot-xmarks(android,automate,computer,cyborg,dead,offline,uer)'), array('far fa-user-robot-xmarks' => 'user-robot-xmarks(android,automate,computer,cyborg,dead,offline,uer)'), array('fal fa-user-robot-xmarks' => 'user-robot-xmarks(android,automate,computer,cyborg,dead,offline,uer)'), array('fas fa-user-visor' => 'user-visor(geordi la forge,star trek,uer)'), array('far fa-user-visor' => 'user-visor(geordi la forge,star trek,uer)'), array('fal fa-user-visor' => 'user-visor(geordi la forge,star trek,uer)'), array('fas fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), array('far fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), array('fal fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), ), 'Moving' => array( array('fas fa-blanket' => 'blanket(bed,cover,cozy,sleep,warm)'), array('far fa-blanket' => 'blanket(bed,cover,cozy,sleep,warm)'), array('fal fa-blanket' => 'blanket(bed,cover,cozy,sleep,warm)'), array('fas fa-box-archive' => 'box-archive(box,package,save,storage)'), array('far fa-box-archive' => 'box-archive(box,package,save,storage)'), array('fal fa-box-archive' => 'box-archive(box,package,save,storage)'), array('fas fa-box-open' => 'box-open(archive,container,package,storage,unpack)'), array('far fa-box-open' => 'box-open(archive,container,package,storage,unpack)'), array('fal fa-box-open' => 'box-open(archive,container,package,storage,unpack)'), array('fas fa-box-open-full' => 'box-open-full(attic,package,packed,storage)'), array('far fa-box-open-full' => 'box-open-full(attic,package,packed,storage)'), array('fal fa-box-open-full' => 'box-open-full(attic,package,packed,storage)'), array('fas fa-box-taped' => 'box-taped(archive,container,package,storage)'), array('far fa-box-taped' => 'box-taped(archive,container,package,storage)'), array('fal fa-box-taped' => 'box-taped(archive,container,package,storage)'), array('fas fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('far fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('fal fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('fas fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('far fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('fal fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('fas fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('far fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('fal fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('fas fa-container-storage' => 'container-storage(archive,box,crate,intermodal,inventory,shipping,warehouse)'), array('far fa-container-storage' => 'container-storage(archive,box,crate,intermodal,inventory,shipping,warehouse)'), array('fal fa-container-storage' => 'container-storage(archive,box,crate,intermodal,inventory,shipping,warehouse)'), array('fas fa-couch' => 'couch(chair,cushion,furniture,relax,sofa)'), array('far fa-couch' => 'couch(chair,cushion,furniture,relax,sofa)'), array('fal fa-couch' => 'couch(chair,cushion,furniture,relax,sofa)'), array('fas fa-dolly' => 'dolly(carry,shipping,transport)'), array('far fa-dolly' => 'dolly(carry,shipping,transport)'), array('fal fa-dolly' => 'dolly(carry,shipping,transport)'), array('fas fa-dolly-empty' => 'dolly-empty(carry,inventory,shipping,transport)'), array('far fa-dolly-empty' => 'dolly-empty(carry,inventory,shipping,transport)'), array('fal fa-dolly-empty' => 'dolly-empty(carry,inventory,shipping,transport)'), array('fas fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('far fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('fal fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('fas fa-house-chimney' => 'house-chimney(abode,building,chimney,house,main,residence,smokestack)'), array('far fa-house-chimney' => 'house-chimney(abode,building,chimney,house,main,residence,smokestack)'), array('fal fa-house-chimney' => 'house-chimney(abode,building,chimney,house,main,residence,smokestack)'), array('fas fa-house-person-leave' => 'house-person-leave(away,home,uer)'), array('far fa-house-person-leave' => 'house-person-leave(away,home,uer)'), array('fal fa-house-person-leave' => 'house-person-leave(away,home,uer)'), array('fas fa-house-person-return' => 'house-person-return(home,remote,uer)'), array('far fa-house-person-return' => 'house-person-return(home,remote,uer)'), array('fal fa-house-person-return' => 'house-person-return(home,remote,uer)'), array('fas fa-lamp' => 'lamp(bright,furniture,light)'), array('far fa-lamp' => 'lamp(bright,furniture,light)'), array('fal fa-lamp' => 'lamp(bright,furniture,light)'), array('fas fa-loveseat' => 'loveseat(chair,couch,cushion,furniture,relax,sofa)'), array('far fa-loveseat' => 'loveseat(chair,couch,cushion,furniture,relax,sofa)'), array('fal fa-loveseat' => 'loveseat(chair,couch,cushion,furniture,relax,sofa)'), array('fas fa-people-carry-box' => 'people-carry-box(together,uer,users-people)'), array('far fa-people-carry-box' => 'people-carry-box(together,uer,users-people)'), array('fal fa-people-carry-box' => 'people-carry-box(together,uer,users-people)'), array('fas fa-person-carry-box' => 'person-carry-box(deliver,lift,uer)'), array('far fa-person-carry-box' => 'person-carry-box(deliver,lift,uer)'), array('fal fa-person-carry-box' => 'person-carry-box(deliver,lift,uer)'), array('fas fa-person-dolly' => 'person-dolly(carry,deliver,transport,uer)'), array('far fa-person-dolly' => 'person-dolly(carry,deliver,transport,uer)'), array('fal fa-person-dolly' => 'person-dolly(carry,deliver,transport,uer)'), array('fas fa-person-dolly-empty' => 'person-dolly-empty(carry,deliver,transport,uer)'), array('far fa-person-dolly-empty' => 'person-dolly-empty(carry,deliver,transport,uer)'), array('fal fa-person-dolly-empty' => 'person-dolly-empty(carry,deliver,transport,uer)'), array('fas fa-ramp-loading' => 'ramp-loading(inventory,moving,shipping,storage,warehouse)'), array('far fa-ramp-loading' => 'ramp-loading(inventory,moving,shipping,storage,warehouse)'), array('fal fa-ramp-loading' => 'ramp-loading(inventory,moving,shipping,storage,warehouse)'), array('fas fa-route' => 'route(directions,navigation,travel)'), array('far fa-route' => 'route(directions,navigation,travel)'), array('fal fa-route' => 'route(directions,navigation,travel)'), array('fas fa-sign-hanging' => 'sign-hanging(directions,real estate,signage,wayfinding)'), array('far fa-sign-hanging' => 'sign-hanging(directions,real estate,signage,wayfinding)'), array('fal fa-sign-hanging' => 'sign-hanging(directions,real estate,signage,wayfinding)'), array('fas fa-square-fragile' => 'square-fragile(broken,careful,glass,package)'), array('far fa-square-fragile' => 'square-fragile(broken,careful,glass,package)'), array('fal fa-square-fragile' => 'square-fragile(broken,careful,glass,package)'), array('fas fa-square-this-way-up' => 'square-this-way-up(archive,container,package,shipping,storage,upgrade)'), array('far fa-square-this-way-up' => 'square-this-way-up(archive,container,package,shipping,storage,upgrade)'), array('fal fa-square-this-way-up' => 'square-this-way-up(archive,container,package,shipping,storage,upgrade)'), array('fas fa-suitcase' => 'suitcase(baggage,luggage,move,packing,suitcase,travel,trip)'), array('far fa-suitcase' => 'suitcase(baggage,luggage,move,packing,suitcase,travel,trip)'), array('fal fa-suitcase' => 'suitcase(baggage,luggage,move,packing,suitcase,travel,trip)'), array('fas fa-tape' => 'tape(design,package,sticky)'), array('far fa-tape' => 'tape(design,package,sticky)'), array('fal fa-tape' => 'tape(design,package,sticky)'), array('fas fa-trailer' => 'trailer(carry,haul,moving,travel)'), array('far fa-trailer' => 'trailer(carry,haul,moving,travel)'), array('fal fa-trailer' => 'trailer(carry,haul,moving,travel)'), array('fas fa-truck-container' => 'truck-container(cargo,crate,delivery,maintenance,shipping,vehicle)'), array('far fa-truck-container' => 'truck-container(cargo,crate,delivery,maintenance,shipping,vehicle)'), array('fal fa-truck-container' => 'truck-container(cargo,crate,delivery,maintenance,shipping,vehicle)'), array('fas fa-truck-moving' => 'truck-moving(cargo,inventory,rental,vehicle)'), array('far fa-truck-moving' => 'truck-moving(cargo,inventory,rental,vehicle)'), array('fal fa-truck-moving' => 'truck-moving(cargo,inventory,rental,vehicle)'), array('fas fa-truck-ramp' => 'truck-ramp(box,cargo,delivery,inventory,moving,rental,vehicle)'), array('far fa-truck-ramp' => 'truck-ramp(box,cargo,delivery,inventory,moving,rental,vehicle)'), array('fal fa-truck-ramp' => 'truck-ramp(box,cargo,delivery,inventory,moving,rental,vehicle)'), array('fas fa-truck-ramp-box' => 'truck-ramp-box(box,cargo,delivery,inventory,moving,rental,vehicle)'), array('far fa-truck-ramp-box' => 'truck-ramp-box(box,cargo,delivery,inventory,moving,rental,vehicle)'), array('fal fa-truck-ramp-box' => 'truck-ramp-box(box,cargo,delivery,inventory,moving,rental,vehicle)'), array('fas fa-truck-ramp-couch' => 'truck-ramp-couch(cargo,delivery,moving,rental,shipping,vehicle)'), array('far fa-truck-ramp-couch' => 'truck-ramp-couch(cargo,delivery,moving,rental,shipping,vehicle)'), array('fal fa-truck-ramp-couch' => 'truck-ramp-couch(cargo,delivery,moving,rental,shipping,vehicle)'), array('fas fa-vacuum' => 'vacuum(cleaning,dyson,floor,suck,suction)'), array('far fa-vacuum' => 'vacuum(cleaning,dyson,floor,suck,suction)'), array('fal fa-vacuum' => 'vacuum(cleaning,dyson,floor,suck,suction)'), array('fas fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('far fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('fal fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('fas fa-wine-glass-crack' => 'wine-glass-crack(break,broken,delicate,glass)'), array('far fa-wine-glass-crack' => 'wine-glass-crack(break,broken,delicate,glass)'), array('fal fa-wine-glass-crack' => 'wine-glass-crack(break,broken,delicate,glass)'), ), 'Security' => array( array('fas fa-badge-sheriff' => 'badge-sheriff(cowboy,justice,law,old west,western)'), array('far fa-badge-sheriff' => 'badge-sheriff(cowboy,justice,law,old west,western)'), array('fal fa-badge-sheriff' => 'badge-sheriff(cowboy,justice,law,old west,western)'), array('fas fa-ban' => 'ban(404,abort,ban,block,cancel,delete,deny,disabled,entry,failed,forbidden,hide,no,not,not found,prohibit,prohibited,remove,stop,trash)'), array('far fa-ban' => 'ban(404,abort,ban,block,cancel,delete,deny,disabled,entry,failed,forbidden,hide,no,not,not found,prohibit,prohibited,remove,stop,trash)'), array('fal fa-ban' => 'ban(404,abort,ban,block,cancel,delete,deny,disabled,entry,failed,forbidden,hide,no,not,not found,prohibit,prohibited,remove,stop,trash)'), array('fas fa-ban-bug' => 'ban-bug(deny,disabled,error,fix,glitch,optimize,repair,warning)'), array('far fa-ban-bug' => 'ban-bug(deny,disabled,error,fix,glitch,optimize,repair,warning)'), array('fal fa-ban-bug' => 'ban-bug(deny,disabled,error,fix,glitch,optimize,repair,warning)'), array('fas fa-blanket-fire' => 'blanket-fire(fire,flammable,safety)'), array('far fa-blanket-fire' => 'blanket-fire(fire,flammable,safety)'), array('fal fa-blanket-fire' => 'blanket-fire(fire,flammable,safety)'), array('fas fa-block-brick-fire' => 'block-brick-fire(brick,fire,firewall,network,wall)'), array('far fa-block-brick-fire' => 'block-brick-fire(brick,fire,firewall,network,wall)'), array('fal fa-block-brick-fire' => 'block-brick-fire(brick,fire,firewall,network,wall)'), array('fas fa-book-section' => 'book-section(law,legal,library,research,silcrow)'), array('far fa-book-section' => 'book-section(law,legal,library,research,silcrow)'), array('fal fa-book-section' => 'book-section(law,legal,library,research,silcrow)'), array('fas fa-bug' => 'bug(beetle,error,glitch,insect,repair,report)'), array('far fa-bug' => 'bug(beetle,error,glitch,insect,repair,report)'), array('fal fa-bug' => 'bug(beetle,error,glitch,insect,repair,report)'), array('fas fa-bug-slash' => 'bug-slash(beetle,disabled,fix,glitch,insect,optimize,repair,report,warning)'), array('far fa-bug-slash' => 'bug-slash(beetle,disabled,fix,glitch,insect,optimize,repair,report,warning)'), array('fal fa-bug-slash' => 'bug-slash(beetle,disabled,fix,glitch,insect,optimize,repair,report,warning)'), array('fas fa-building-lock' => 'building-lock(building,city,closed,lock,lockdown,padlock,privacy,quarantine,secure)'), array('far fa-building-lock' => 'building-lock(building,city,closed,lock,lockdown,padlock,privacy,quarantine,secure)'), array('fal fa-building-lock' => 'building-lock(building,city,closed,lock,lockdown,padlock,privacy,quarantine,secure)'), array('fas fa-building-shield' => 'building-shield(building,city,police,protect,safety)'), array('far fa-building-shield' => 'building-shield(building,city,police,protect,safety)'), array('fal fa-building-shield' => 'building-shield(building,city,police,protect,safety)'), array('fas fa-buoy-mooring' => 'buoy-mooring(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('far fa-buoy-mooring' => 'buoy-mooring(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('fal fa-buoy-mooring' => 'buoy-mooring(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('fas fa-burst' => 'burst(boom,crash,explosion)'), array('far fa-burst' => 'burst(boom,crash,explosion)'), array('fal fa-burst' => 'burst(boom,crash,explosion)'), array('fas fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('far fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('fal fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('fas fa-cannon' => 'cannon( gun powder, projectile,artillery,cannonball,munition,ordnance,weapon)'), array('far fa-cannon' => 'cannon( gun powder, projectile,artillery,cannonball,munition,ordnance,weapon)'), array('fal fa-cannon' => 'cannon( gun powder, projectile,artillery,cannonball,munition,ordnance,weapon)'), array('fas fa-car-on' => 'car-on(alarm,car,carjack,warning)'), array('far fa-car-on' => 'car-on(alarm,car,carjack,warning)'), array('fal fa-car-on' => 'car-on(alarm,car,carjack,warning)'), array('fas fa-diamond-exclamation' => 'diamond-exclamation(attention,caution,danger,failed,required,warning)'), array('far fa-diamond-exclamation' => 'diamond-exclamation(attention,caution,danger,failed,required,warning)'), array('fal fa-diamond-exclamation' => 'diamond-exclamation(attention,caution,danger,failed,required,warning)'), array('fas fa-do-not-enter' => 'do-not-enter(404,closed,not found,traffic,warning)'), array('far fa-do-not-enter' => 'do-not-enter(404,closed,not found,traffic,warning)'), array('fal fa-do-not-enter' => 'do-not-enter(404,closed,not found,traffic,warning)'), array('fas fa-door-closed' => 'door-closed(doo,door,enter,exit,locked,privacy)'), array('far fa-door-closed' => 'door-closed(doo,door,enter,exit,locked,privacy)'), array('fal fa-door-closed' => 'door-closed(doo,door,enter,exit,locked,privacy)'), array('fas fa-door-open' => 'door-open(enter,exit,welcome)'), array('far fa-door-open' => 'door-open(enter,exit,welcome)'), array('fal fa-door-open' => 'door-open(enter,exit,welcome)'), array('fas fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('far fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('fal fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('fas fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('far fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('fal fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('fas fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('far fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fal fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fas fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('far fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('fal fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('fas fa-face-viewfinder' => 'face-viewfinder(face id,facial,identity,recognition,scan,smile)'), array('far fa-face-viewfinder' => 'face-viewfinder(face id,facial,identity,recognition,scan,smile)'), array('fal fa-face-viewfinder' => 'face-viewfinder(face id,facial,identity,recognition,scan,smile)'), array('fas fa-file-certificate' => 'file-certificate(award,diploma,document,license)'), array('far fa-file-certificate' => 'file-certificate(award,diploma,document,license)'), array('fal fa-file-certificate' => 'file-certificate(award,diploma,document,license)'), array('fas fa-file-contract' => 'file-contract(agreement,binding,document,legal,signature,username)'), array('far fa-file-contract' => 'file-contract(agreement,binding,document,legal,signature,username)'), array('fal fa-file-contract' => 'file-contract(agreement,binding,document,legal,signature,username)'), array('fas fa-file-lock' => 'file-lock(contract,encrypt,lock,padlock,privacy,private,protect)'), array('far fa-file-lock' => 'file-lock(contract,encrypt,lock,padlock,privacy,private,protect)'), array('fal fa-file-lock' => 'file-lock(contract,encrypt,lock,padlock,privacy,private,protect)'), array('fas fa-file-shield' => 'file-shield(antivirus,data,document,protect,safe,safety,secure)'), array('far fa-file-shield' => 'file-shield(antivirus,data,document,protect,safe,safety,secure)'), array('fal fa-file-shield' => 'file-shield(antivirus,data,document,protect,safe,safety,secure)'), array('fas fa-file-signature' => 'file-signature(John Hancock,contract,document,name,username)'), array('far fa-file-signature' => 'file-signature(John Hancock,contract,document,name,username)'), array('fal fa-file-signature' => 'file-signature(John Hancock,contract,document,name,username)'), array('fas fa-fingerprint' => 'fingerprint(human,id,identification,lock,privacy,smudge,touch,unique,unlock)'), array('far fa-fingerprint' => 'fingerprint(human,id,identification,lock,privacy,smudge,touch,unique,unlock)'), array('fal fa-fingerprint' => 'fingerprint(human,id,identification,lock,privacy,smudge,touch,unique,unlock)'), array('fas fa-gun' => 'gun(firearm,pistol,weapon)'), array('far fa-gun' => 'gun(firearm,pistol,weapon)'), array('fal fa-gun' => 'gun(firearm,pistol,weapon)'), array('fas fa-gun-slash' => 'gun-slash(disabled,firearm,pistol,weapon)'), array('far fa-gun-slash' => 'gun-slash(disabled,firearm,pistol,weapon)'), array('fal fa-gun-slash' => 'gun-slash(disabled,firearm,pistol,weapon)'), array('fas fa-handcuffs' => 'handcuffs(arrest,criminal,handcuffs,jail,lock,police,wrist)'), array('far fa-handcuffs' => 'handcuffs(arrest,criminal,handcuffs,jail,lock,police,wrist)'), array('fal fa-handcuffs' => 'handcuffs(arrest,criminal,handcuffs,jail,lock,police,wrist)'), array('fas fa-hands-bound' => 'hands-bound(abduction,bound,handcuff,wrist)'), array('far fa-hands-bound' => 'hands-bound(abduction,bound,handcuff,wrist)'), array('fal fa-hands-bound' => 'hands-bound(abduction,bound,handcuff,wrist)'), array('fas fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('far fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('fal fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('fas fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('far fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('fal fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('fas fa-house-fire' => 'house-fire(burn,emergency,home)'), array('far fa-house-fire' => 'house-fire(burn,emergency,home)'), array('fal fa-house-fire' => 'house-fire(burn,emergency,home)'), array('fas fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('far fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('fal fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('fas fa-id-badge' => 'id-badge(address,contact,identification,license,profile,uer,username)'), array('far fa-id-badge' => 'id-badge(address,contact,identification,license,profile,uer,username)'), array('fal fa-id-badge' => 'id-badge(address,contact,identification,license,profile,uer,username)'), array('fas fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('far fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('fal fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('fas fa-id-card-clip' => 'id-card-clip(contact,demographics,document,identification,issued,profile,uer,username)'), array('far fa-id-card-clip' => 'id-card-clip(contact,demographics,document,identification,issued,profile,uer,username)'), array('fal fa-id-card-clip' => 'id-card-clip(contact,demographics,document,identification,issued,profile,uer,username)'), array('fas fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('far fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('fal fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('fas fa-key-skeleton' => 'key-skeleton(clue,halloween,key,lock,old,old key,password,private,secret,unlock)'), array('far fa-key-skeleton' => 'key-skeleton(clue,halloween,key,lock,old,old key,password,private,secret,unlock)'), array('fal fa-key-skeleton' => 'key-skeleton(clue,halloween,key,lock,old,old key,password,private,secret,unlock)'), array('fas fa-land-mine-on' => 'land-mine-on(bomb,danger,explosion,war)'), array('far fa-land-mine-on' => 'land-mine-on(bomb,danger,explosion,war)'), array('fal fa-land-mine-on' => 'land-mine-on(bomb,danger,explosion,war)'), array('fas fa-light-emergency' => 'light-emergency(alarm,ambulance,light,siren,warning)'), array('far fa-light-emergency' => 'light-emergency(alarm,ambulance,light,siren,warning)'), array('fal fa-light-emergency' => 'light-emergency(alarm,ambulance,light,siren,warning)'), array('fas fa-light-emergency-on' => 'light-emergency-on(alarm,ambulance,light,siren,warning)'), array('far fa-light-emergency-on' => 'light-emergency-on(alarm,ambulance,light,siren,warning)'), array('fal fa-light-emergency-on' => 'light-emergency-on(alarm,ambulance,light,siren,warning)'), array('fas fa-lock' => 'lock(admin,closed,lock,locked,open,padlock,password,privacy,private,protect,security)'), array('far fa-lock' => 'lock(admin,closed,lock,locked,open,padlock,password,privacy,private,protect,security)'), array('fal fa-lock' => 'lock(admin,closed,lock,locked,open,padlock,password,privacy,private,protect,security)'), array('fas fa-lock-keyhole' => 'lock-keyhole(admin,lock,open,padlock,password,privacy,private,protect,security)'), array('far fa-lock-keyhole' => 'lock-keyhole(admin,lock,open,padlock,password,privacy,private,protect,security)'), array('fal fa-lock-keyhole' => 'lock-keyhole(admin,lock,open,padlock,password,privacy,private,protect,security)'), array('fas fa-lock-keyhole-open' => 'lock-keyhole-open(admin,lock,open,padlock,password,privacy,private,protect,security,unlock)'), array('far fa-lock-keyhole-open' => 'lock-keyhole-open(admin,lock,open,padlock,password,privacy,private,protect,security,unlock)'), array('fal fa-lock-keyhole-open' => 'lock-keyhole-open(admin,lock,open,padlock,password,privacy,private,protect,security,unlock)'), array('fas fa-lock-open' => 'lock-open(admin,lock,open,padlock,password,privacy,private,protect,security,unlock)'), array('far fa-lock-open' => 'lock-open(admin,lock,open,padlock,password,privacy,private,protect,security,unlock)'), array('fal fa-lock-open' => 'lock-open(admin,lock,open,padlock,password,privacy,private,protect,security,unlock)'), array('fas fa-mars-and-venus-burst' => 'mars-and-venus-burst(gender,uer,violence)'), array('far fa-mars-and-venus-burst' => 'mars-and-venus-burst(gender,uer,violence)'), array('fal fa-mars-and-venus-burst' => 'mars-and-venus-burst(gender,uer,violence)'), array('fas fa-mask' => 'mask(carnivale,costume,disguise,halloween,secret,super hero)'), array('far fa-mask' => 'mask(carnivale,costume,disguise,halloween,secret,super hero)'), array('fal fa-mask' => 'mask(carnivale,costume,disguise,halloween,secret,super hero)'), array('fas fa-octagon-exclamation' => 'octagon-exclamation(attention,close,end,failed,required,stop)'), array('far fa-octagon-exclamation' => 'octagon-exclamation(attention,close,end,failed,required,stop)'), array('fal fa-octagon-exclamation' => 'octagon-exclamation(attention,close,end,failed,required,stop)'), array('fas fa-panel-ews' => 'panel-ews(emergency,intercom,phone)'), array('far fa-panel-ews' => 'panel-ews(emergency,intercom,phone)'), array('fal fa-panel-ews' => 'panel-ews(emergency,intercom,phone)'), array('fas fa-panel-fire' => 'panel-fire(burn,emergency,flame,indicator,intercom)'), array('far fa-panel-fire' => 'panel-fire(burn,emergency,flame,indicator,intercom)'), array('fal fa-panel-fire' => 'panel-fire(burn,emergency,flame,indicator,intercom)'), array('fas fa-passport' => 'passport(document,id,identification,issued,travel)'), array('far fa-passport' => 'passport(document,id,identification,issued,travel)'), array('fal fa-passport' => 'passport(document,id,identification,issued,travel)'), array('fas fa-people-pulling' => 'people-pulling(forced return,together,uer,yanking)'), array('far fa-people-pulling' => 'people-pulling(forced return,together,uer,yanking)'), array('fal fa-people-pulling' => 'people-pulling(forced return,together,uer,yanking)'), array('fas fa-people-robbery' => 'people-robbery(criminal,hands up,looting,robbery,steal,uer)'), array('far fa-people-robbery' => 'people-robbery(criminal,hands up,looting,robbery,steal,uer)'), array('fal fa-people-robbery' => 'people-robbery(criminal,hands up,looting,robbery,steal,uer)'), array('fas fa-person-burst' => 'person-burst(abuse,accident,crash,explode,uer,violence)'), array('far fa-person-burst' => 'person-burst(abuse,accident,crash,explode,uer,violence)'), array('fal fa-person-burst' => 'person-burst(abuse,accident,crash,explode,uer,violence)'), array('fas fa-person-dress-burst' => 'person-dress-burst(abuse,accident,crash,explode,uer,violence)'), array('far fa-person-dress-burst' => 'person-dress-burst(abuse,accident,crash,explode,uer,violence)'), array('fal fa-person-dress-burst' => 'person-dress-burst(abuse,accident,crash,explode,uer,violence)'), array('fas fa-person-falling-burst' => 'person-falling-burst(accident,crash,death,fall,homicide,murder,uer)'), array('far fa-person-falling-burst' => 'person-falling-burst(accident,crash,death,fall,homicide,murder,uer)'), array('fal fa-person-falling-burst' => 'person-falling-burst(accident,crash,death,fall,homicide,murder,uer)'), array('fas fa-person-harassing' => 'person-harassing(abuse,scream,shame,shout,uer,yell)'), array('far fa-person-harassing' => 'person-harassing(abuse,scream,shame,shout,uer,yell)'), array('fal fa-person-harassing' => 'person-harassing(abuse,scream,shame,shout,uer,yell)'), array('fas fa-person-military-pointing' => 'person-military-pointing(army,customs,guard,uer)'), array('far fa-person-military-pointing' => 'person-military-pointing(army,customs,guard,uer)'), array('fal fa-person-military-pointing' => 'person-military-pointing(army,customs,guard,uer)'), array('fas fa-person-military-rifle' => 'person-military-rifle(armed forces,army,military,rifle,uer,war)'), array('far fa-person-military-rifle' => 'person-military-rifle(armed forces,army,military,rifle,uer,war)'), array('fal fa-person-military-rifle' => 'person-military-rifle(armed forces,army,military,rifle,uer,war)'), array('fas fa-person-military-to-person' => 'person-military-to-person(civilian,coordination,military,uer)'), array('far fa-person-military-to-person' => 'person-military-to-person(civilian,coordination,military,uer)'), array('fal fa-person-military-to-person' => 'person-military-to-person(civilian,coordination,military,uer)'), array('fas fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('far fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('fal fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('fas fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('far fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('fal fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('fas fa-person-through-window' => 'person-through-window(door,exit,forced entry,leave,robbery,steal,uer,window)'), array('far fa-person-through-window' => 'person-through-window(door,exit,forced entry,leave,robbery,steal,uer,window)'), array('fal fa-person-through-window' => 'person-through-window(door,exit,forced entry,leave,robbery,steal,uer,window)'), array('fas fa-person-to-door' => 'person-to-door(door,exit,leave,uer)'), array('far fa-person-to-door' => 'person-to-door(door,exit,leave,uer)'), array('fal fa-person-to-door' => 'person-to-door(door,exit,leave,uer)'), array('fas fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('far fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('fal fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('fas fa-road-spikes' => 'road-spikes(barrier,roadblock,spikes)'), array('far fa-road-spikes' => 'road-spikes(barrier,roadblock,spikes)'), array('fal fa-road-spikes' => 'road-spikes(barrier,roadblock,spikes)'), array('fas fa-shield' => 'shield(achievement,armor,award,block,cleric,defend,defense,holy,paladin,protect,safety,security,shield,weapon,winner)'), array('far fa-shield' => 'shield(achievement,armor,award,block,cleric,defend,defense,holy,paladin,protect,safety,security,shield,weapon,winner)'), array('fal fa-shield' => 'shield(achievement,armor,award,block,cleric,defend,defense,holy,paladin,protect,safety,security,shield,weapon,winner)'), array('fas fa-shield-cat' => 'shield-cat(animal,feline,pet,protect,safety,veterinary)'), array('far fa-shield-cat' => 'shield-cat(animal,feline,pet,protect,safety,veterinary)'), array('fal fa-shield-cat' => 'shield-cat(animal,feline,pet,protect,safety,veterinary)'), array('fas fa-shield-check' => 'shield-check(achievement,award,block,defend,enable,protect,safety,security,select,success,tick,todo,validate,warranty,winner,working)'), array('far fa-shield-check' => 'shield-check(achievement,award,block,defend,enable,protect,safety,security,select,success,tick,todo,validate,warranty,winner,working)'), array('fal fa-shield-check' => 'shield-check(achievement,award,block,defend,enable,protect,safety,security,select,success,tick,todo,validate,warranty,winner,working)'), array('fas fa-shield-dog' => 'shield-dog(animal,canine,pet,protect,safety,veterinary)'), array('far fa-shield-dog' => 'shield-dog(animal,canine,pet,protect,safety,veterinary)'), array('fal fa-shield-dog' => 'shield-dog(animal,canine,pet,protect,safety,veterinary)'), array('fas fa-shield-exclamation' => 'shield-exclamation(attention,danger,failed,protect,required,safety)'), array('far fa-shield-exclamation' => 'shield-exclamation(attention,danger,failed,protect,required,safety)'), array('fal fa-shield-exclamation' => 'shield-exclamation(attention,danger,failed,protect,required,safety)'), array('fas fa-shield-halved' => 'shield-halved(achievement,armor,award,block,cleric,defend,defense,holy,paladin,privacy,security,shield,weapon,winner)'), array('far fa-shield-halved' => 'shield-halved(achievement,armor,award,block,cleric,defend,defense,holy,paladin,privacy,security,shield,weapon,winner)'), array('fal fa-shield-halved' => 'shield-halved(achievement,armor,award,block,cleric,defend,defense,holy,paladin,privacy,security,shield,weapon,winner)'), array('fas fa-shield-heart' => 'shield-heart(love,protect,safe,safety,shield,wishlist)'), array('far fa-shield-heart' => 'shield-heart(love,protect,safe,safety,shield,wishlist)'), array('fal fa-shield-heart' => 'shield-heart(love,protect,safe,safety,shield,wishlist)'), array('fas fa-shield-keyhole' => 'shield-keyhole(lock,privacy,protect,safety)'), array('far fa-shield-keyhole' => 'shield-keyhole(lock,privacy,protect,safety)'), array('fal fa-shield-keyhole' => 'shield-keyhole(lock,privacy,protect,safety)'), array('fas fa-shield-minus' => 'shield-minus(minus,protect,remove,safety)'), array('far fa-shield-minus' => 'shield-minus(minus,protect,remove,safety)'), array('fal fa-shield-minus' => 'shield-minus(minus,protect,remove,safety)'), array('fas fa-shield-plus' => 'shield-plus(add,protect,safe,safety)'), array('far fa-shield-plus' => 'shield-plus(add,protect,safe,safety)'), array('fal fa-shield-plus' => 'shield-plus(add,protect,safe,safety)'), array('fas fa-shield-slash' => 'shield-slash(disabled,protect,remove,safety)'), array('far fa-shield-slash' => 'shield-slash(disabled,protect,remove,safety)'), array('fal fa-shield-slash' => 'shield-slash(disabled,protect,remove,safety)'), array('fas fa-shield-xmark' => 'shield-xmark(protect,remove,safety,uncheck)'), array('far fa-shield-xmark' => 'shield-xmark(protect,remove,safety,uncheck)'), array('fal fa-shield-xmark' => 'shield-xmark(protect,remove,safety,uncheck)'), array('fas fa-siren' => 'siren(alarm,alert,ambulance,loud,police,warning)'), array('far fa-siren' => 'siren(alarm,alert,ambulance,loud,police,warning)'), array('fal fa-siren' => 'siren(alarm,alert,ambulance,loud,police,warning)'), array('fas fa-siren-on' => 'siren-on(alarm,alert,ambulance,loud,police,warning)'), array('far fa-siren-on' => 'siren-on(alarm,alert,ambulance,loud,police,warning)'), array('fal fa-siren-on' => 'siren-on(alarm,alert,ambulance,loud,police,warning)'), array('fas fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('far fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fal fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fas fa-sprinkler-ceiling' => 'sprinkler-ceiling(emergency,fire,water)'), array('far fa-sprinkler-ceiling' => 'sprinkler-ceiling(emergency,fire,water)'), array('fal fa-sprinkler-ceiling' => 'sprinkler-ceiling(emergency,fire,water)'), array('fas fa-square-person-confined' => 'square-person-confined(captivity,confined,uer)'), array('far fa-square-person-confined' => 'square-person-confined(captivity,confined,uer)'), array('fal fa-square-person-confined' => 'square-person-confined(captivity,confined,uer)'), array('fas fa-tower-observation' => 'tower-observation(fire tower,view)'), array('far fa-tower-observation' => 'tower-observation(fire tower,view)'), array('fal fa-tower-observation' => 'tower-observation(fire tower,view)'), array('fas fa-unlock' => 'unlock(admin,lock,open,padlock,password,privacy,private,protect,unlock,unlocked)'), array('far fa-unlock' => 'unlock(admin,lock,open,padlock,password,privacy,private,protect,unlock,unlocked)'), array('fal fa-unlock' => 'unlock(admin,lock,open,padlock,password,privacy,private,protect,unlock,unlocked)'), array('fas fa-unlock-keyhole' => 'unlock-keyhole(admin,lock,padlock,password,privacy,private,protect)'), array('far fa-unlock-keyhole' => 'unlock-keyhole(admin,lock,padlock,password,privacy,private,protect)'), array('fal fa-unlock-keyhole' => 'unlock-keyhole(admin,lock,padlock,password,privacy,private,protect)'), array('fas fa-usb-drive' => 'usb-drive(access codes,device,flashdrive,goober,ssd,storage,thumbdrive)'), array('far fa-usb-drive' => 'usb-drive(access codes,device,flashdrive,goober,ssd,storage,thumbdrive)'), array('fal fa-usb-drive' => 'usb-drive(access codes,device,flashdrive,goober,ssd,storage,thumbdrive)'), array('fas fa-user-lock' => 'user-lock(employee,padlock,privacy,uer,users-people)'), array('far fa-user-lock' => 'user-lock(employee,padlock,privacy,uer,users-people)'), array('fal fa-user-lock' => 'user-lock(employee,padlock,privacy,uer,users-people)'), array('fas fa-user-police' => 'user-police(cop,five-o,law enforcement,officer,patrol,police,police officer,trooper,uer)'), array('far fa-user-police' => 'user-police(cop,five-o,law enforcement,officer,patrol,police,police officer,trooper,uer)'), array('fal fa-user-police' => 'user-police(cop,five-o,law enforcement,officer,patrol,police,police officer,trooper,uer)'), array('fas fa-user-police-tie' => 'user-police-tie(cop,five-o,law enforcement,officer,patrol,police,trooper,uer)'), array('far fa-user-police-tie' => 'user-police-tie(cop,five-o,law enforcement,officer,patrol,police,trooper,uer)'), array('fal fa-user-police-tie' => 'user-police-tie(cop,five-o,law enforcement,officer,patrol,police,trooper,uer)'), array('fas fa-user-secret' => 'user-secret(detective,sleuth,spy,uer,users-people)'), array('far fa-user-secret' => 'user-secret(detective,sleuth,spy,uer,users-people)'), array('fal fa-user-secret' => 'user-secret(detective,sleuth,spy,uer,users-people)'), array('fas fa-user-shield' => 'user-shield(employee,protect,safety,uer)'), array('far fa-user-shield' => 'user-shield(employee,protect,safety,uer)'), array('fal fa-user-shield' => 'user-shield(employee,protect,safety,uer)'), array('fas fa-user-unlock' => 'user-unlock(employee,uer,users-people)'), array('far fa-user-unlock' => 'user-unlock(employee,uer,users-people)'), array('fal fa-user-unlock' => 'user-unlock(employee,uer,users-people)'), array('fas fa-vault' => 'vault(bank,important,investment,lock,money,premium,privacy,safe,salary)'), array('far fa-vault' => 'vault(bank,important,investment,lock,money,premium,privacy,safe,salary)'), array('fal fa-vault' => 'vault(bank,important,investment,lock,money,premium,privacy,safe,salary)'), array('fas fa-whistle' => 'whistle(alert,single,sound,toot)'), array('far fa-whistle' => 'whistle(alert,single,sound,toot)'), array('fal fa-whistle' => 'whistle(alert,single,sound,toot)'), ), 'Accessibility' => array( array('fab fa-accessible-icon' => 'accessible-icon(accessibility,disabled,handicap,person,uer,wheelchair,wheelchair-alt)'), array('fas fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('far fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('fal fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('fas fa-audio-description' => 'audio-description(blind,narration,video,visual)'), array('far fa-audio-description' => 'audio-description(blind,narration,video,visual)'), array('fal fa-audio-description' => 'audio-description(blind,narration,video,visual)'), array('fas fa-audio-description-slash' => 'audio-description-slash(audio,disabled,narration,video,visual)'), array('far fa-audio-description-slash' => 'audio-description-slash(audio,disabled,narration,video,visual)'), array('fal fa-audio-description-slash' => 'audio-description-slash(audio,disabled,narration,video,visual)'), array('fas fa-braille' => 'braille(alphabet,blind,dots,raised,vision)'), array('far fa-braille' => 'braille(alphabet,blind,dots,raised,vision)'), array('fal fa-braille' => 'braille(alphabet,blind,dots,raised,vision)'), array('fas fa-brightness' => 'brightness(bright,bright button,brightness,display,light,sun)'), array('far fa-brightness' => 'brightness(bright,bright button,brightness,display,light,sun)'), array('fal fa-brightness' => 'brightness(bright,bright button,brightness,display,light,sun)'), array('fas fa-brightness-low' => 'brightness-low(bright,brightness,dim,dim button,display,light,low,sun)'), array('far fa-brightness-low' => 'brightness-low(bright,brightness,dim,dim button,display,light,low,sun)'), array('fal fa-brightness-low' => 'brightness-low(bright,brightness,dim,dim button,display,light,low,sun)'), array('fas fa-circle-info' => 'circle-info(details,help,information,more,support)'), array('far fa-circle-info' => 'circle-info(details,help,information,more,support)'), array('fal fa-circle-info' => 'circle-info(details,help,information,more,support)'), array('fas fa-circle-question' => 'circle-question(faq,help,information,support,unknown)'), array('far fa-circle-question' => 'circle-question(faq,help,information,support,unknown)'), array('fal fa-circle-question' => 'circle-question(faq,help,information,support,unknown)'), array('fas fa-closed-captioning' => 'closed-captioning(cc,deaf,hearing,subtitle,subtitling,text,video)'), array('far fa-closed-captioning' => 'closed-captioning(cc,deaf,hearing,subtitle,subtitling,text,video)'), array('fal fa-closed-captioning' => 'closed-captioning(cc,deaf,hearing,subtitle,subtitling,text,video)'), array('fas fa-closed-captioning-slash' => 'closed-captioning-slash(cc,deaf,disabled,hearing,subtitle,subtitling)'), array('far fa-closed-captioning-slash' => 'closed-captioning-slash(cc,deaf,disabled,hearing,subtitle,subtitling)'), array('fal fa-closed-captioning-slash' => 'closed-captioning-slash(cc,deaf,disabled,hearing,subtitle,subtitling)'), array('fas fa-comment-captions' => 'comment-captions(answer,chat,closed captions,subtitle,subtitling)'), array('far fa-comment-captions' => 'comment-captions(answer,chat,closed captions,subtitle,subtitling)'), array('fal fa-comment-captions' => 'comment-captions(answer,chat,closed captions,subtitle,subtitling)'), array('fas fa-dog-leashed' => 'dog-leashed(accessibility,animal,blind,canine,fauna,guide,guide dog,mammal,pet,pooch,puppy,walk,woof)'), array('far fa-dog-leashed' => 'dog-leashed(accessibility,animal,blind,canine,fauna,guide,guide dog,mammal,pet,pooch,puppy,walk,woof)'), array('fal fa-dog-leashed' => 'dog-leashed(accessibility,animal,blind,canine,fauna,guide,guide dog,mammal,pet,pooch,puppy,walk,woof)'), array('fas fa-ear' => 'ear(body,ear,head,hearing,listen,lobe)'), array('far fa-ear' => 'ear(body,ear,head,hearing,listen,lobe)'), array('fal fa-ear' => 'ear(body,ear,head,hearing,listen,lobe)'), array('fas fa-ear-deaf' => 'ear-deaf(ear,hearing,sign language)'), array('far fa-ear-deaf' => 'ear-deaf(ear,hearing,sign language)'), array('fal fa-ear-deaf' => 'ear-deaf(ear,hearing,sign language)'), array('fas fa-ear-listen' => 'ear-listen(amplify,audio,deaf,ear,headset,hearing,sound)'), array('far fa-ear-listen' => 'ear-listen(amplify,audio,deaf,ear,headset,hearing,sound)'), array('fal fa-ear-listen' => 'ear-listen(amplify,audio,deaf,ear,headset,hearing,sound)'), array('fas fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('far fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fal fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fas fa-eye-low-vision' => 'eye-low-vision(blind,eye,sight)'), array('far fa-eye-low-vision' => 'eye-low-vision(blind,eye,sight)'), array('fal fa-eye-low-vision' => 'eye-low-vision(blind,eye,sight)'), array('fas fa-fingerprint' => 'fingerprint(human,id,identification,lock,privacy,smudge,touch,unique,unlock)'), array('far fa-fingerprint' => 'fingerprint(human,id,identification,lock,privacy,smudge,touch,unique,unlock)'), array('fal fa-fingerprint' => 'fingerprint(human,id,identification,lock,privacy,smudge,touch,unique,unlock)'), array('fas fa-hands' => 'hands(Translate,asl,deaf,hands)'), array('far fa-hands' => 'hands(Translate,asl,deaf,hands)'), array('fal fa-hands' => 'hands(Translate,asl,deaf,hands)'), array('fas fa-hands-asl-interpreting' => 'hands-asl-interpreting(asl,deaf,finger,hand,interpret,speak)'), array('far fa-hands-asl-interpreting' => 'hands-asl-interpreting(asl,deaf,finger,hand,interpret,speak)'), array('fal fa-hands-asl-interpreting' => 'hands-asl-interpreting(asl,deaf,finger,hand,interpret,speak)'), array('fas fa-handshake-angle' => 'handshake-angle(aid,assistance,handshake,partnership,volunteering)'), array('far fa-handshake-angle' => 'handshake-angle(aid,assistance,handshake,partnership,volunteering)'), array('fal fa-handshake-angle' => 'handshake-angle(aid,assistance,handshake,partnership,volunteering)'), array('fas fa-head-side-heart' => 'head-side-heart(care,love,thought,uer,wishlist)'), array('far fa-head-side-heart' => 'head-side-heart(care,love,thought,uer,wishlist)'), array('fal fa-head-side-heart' => 'head-side-heart(care,love,thought,uer,wishlist)'), array('fas fa-keyboard-brightness' => 'keyboard-brightness(glow,keyboard,keycap,light)'), array('far fa-keyboard-brightness' => 'keyboard-brightness(glow,keyboard,keycap,light)'), array('fal fa-keyboard-brightness' => 'keyboard-brightness(glow,keyboard,keycap,light)'), array('fas fa-keyboard-brightness-low' => 'keyboard-brightness-low(glow,keyboard,keycap,light)'), array('far fa-keyboard-brightness-low' => 'keyboard-brightness-low(glow,keyboard,keycap,light)'), array('fal fa-keyboard-brightness-low' => 'keyboard-brightness-low(glow,keyboard,keycap,light)'), array('fas fa-message-captions' => 'message-captions(answer,chat,closed captions,subtitle,subtitling)'), array('far fa-message-captions' => 'message-captions(answer,chat,closed captions,subtitle,subtitling)'), array('fal fa-message-captions' => 'message-captions(answer,chat,closed captions,subtitle,subtitling)'), array('fas fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('far fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('fal fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('fas fa-person-walking-with-cane' => 'person-walking-with-cane(blind,cane,follow,uer)'), array('far fa-person-walking-with-cane' => 'person-walking-with-cane(blind,cane,follow,uer)'), array('fal fa-person-walking-with-cane' => 'person-walking-with-cane(blind,cane,follow,uer)'), array('fas fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('far fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('fal fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('fas fa-question' => 'question(?,Question Mark,faq,help,information,mark,outlined,punctuation,question,red question mark,request,support,unknown,white question mark)'), array('far fa-question' => 'question(?,Question Mark,faq,help,information,mark,outlined,punctuation,question,red question mark,request,support,unknown,white question mark)'), array('fal fa-question' => 'question(?,Question Mark,faq,help,information,mark,outlined,punctuation,question,red question mark,request,support,unknown,white question mark)'), array('fas fa-square-info' => 'square-info(details,help,information,more,support)'), array('far fa-square-info' => 'square-info(details,help,information,more,support)'), array('fal fa-square-info' => 'square-info(details,help,information,more,support)'), array('fas fa-square-question' => 'square-question(faq,help,information,support,unknown)'), array('far fa-square-question' => 'square-question(faq,help,information,support,unknown)'), array('fal fa-square-question' => 'square-question(faq,help,information,support,unknown)'), array('fas fa-tty' => 'tty(communication,deaf,telephone,teletypewriter,text)'), array('far fa-tty' => 'tty(communication,deaf,telephone,teletypewriter,text)'), array('fal fa-tty' => 'tty(communication,deaf,telephone,teletypewriter,text)'), array('fas fa-tty-answer' => 'tty-answer(answer,listen,teletype)'), array('far fa-tty-answer' => 'tty-answer(answer,listen,teletype)'), array('fal fa-tty-answer' => 'tty-answer(answer,listen,teletype)'), array('fas fa-universal-access' => 'universal-access(uer,users-people)'), array('far fa-universal-access' => 'universal-access(uer,users-people)'), array('fal fa-universal-access' => 'universal-access(uer,users-people)'), array('fas fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('far fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fal fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fas fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('far fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('fal fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), ), 'Business' => array( array('fas fa-address-book' => 'address-book(contact,directory,employee,index,little black book,portfolio,rolodex,uer,username)'), array('far fa-address-book' => 'address-book(contact,directory,employee,index,little black book,portfolio,rolodex,uer,username)'), array('fal fa-address-book' => 'address-book(contact,directory,employee,index,little black book,portfolio,rolodex,uer,username)'), array('fas fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('far fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('fal fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('fas fa-arrow-progress' => 'arrow-progress( flow, methodology, process, progress, steps,route)'), array('far fa-arrow-progress' => 'arrow-progress( flow, methodology, process, progress, steps,route)'), array('fal fa-arrow-progress' => 'arrow-progress( flow, methodology, process, progress, steps,route)'), array('fas fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('far fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('fal fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('fas fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('far fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('fal fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('fas fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('far fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('fal fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('fas fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('far fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('fal fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('fas fa-badge-check' => 'badge-check(accept,achievement,agree,award,confirm,correct,done,enable,guarantee,ok,security,select,success,validate,verified,verify,warranty,winner,working,yes)'), array('far fa-badge-check' => 'badge-check(accept,achievement,agree,award,confirm,correct,done,enable,guarantee,ok,security,select,success,validate,verified,verify,warranty,winner,working,yes)'), array('fal fa-badge-check' => 'badge-check(accept,achievement,agree,award,confirm,correct,done,enable,guarantee,ok,security,select,success,validate,verified,verify,warranty,winner,working,yes)'), array('fas fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('far fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fal fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fas fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('far fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fal fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fas fa-bars-progress' => 'bars-progress(checklist,downloading,downloads,loading,poll,progress,project management,settings,to do)'), array('far fa-bars-progress' => 'bars-progress(checklist,downloading,downloads,loading,poll,progress,project management,settings,to do)'), array('fal fa-bars-progress' => 'bars-progress(checklist,downloading,downloads,loading,poll,progress,project management,settings,to do)'), array('fas fa-bars-staggered' => 'bars-staggered(flow,list,timeline)'), array('far fa-bars-staggered' => 'bars-staggered(flow,list,timeline)'), array('fal fa-bars-staggered' => 'bars-staggered(flow,list,timeline)'), array('fas fa-book' => 'book(book,cover,decorated,diary,documentation,journal,knowledge,library,notebook,notebook with decorative cover,read,research,scholar)'), array('far fa-book' => 'book(book,cover,decorated,diary,documentation,journal,knowledge,library,notebook,notebook with decorative cover,read,research,scholar)'), array('fal fa-book' => 'book(book,cover,decorated,diary,documentation,journal,knowledge,library,notebook,notebook with decorative cover,read,research,scholar)'), array('fas fa-book-section' => 'book-section(law,legal,library,research,silcrow)'), array('far fa-book-section' => 'book-section(law,legal,library,research,silcrow)'), array('fal fa-book-section' => 'book-section(law,legal,library,research,silcrow)'), array('fas fa-box-archive' => 'box-archive(box,package,save,storage)'), array('far fa-box-archive' => 'box-archive(box,package,save,storage)'), array('fal fa-box-archive' => 'box-archive(box,package,save,storage)'), array('fas fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('far fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('fal fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('fas fa-brain-arrow-curved-right' => 'brain-arrow-curved-right(brain,brainstorming,meeting,planning)'), array('far fa-brain-arrow-curved-right' => 'brain-arrow-curved-right(brain,brainstorming,meeting,planning)'), array('fal fa-brain-arrow-curved-right' => 'brain-arrow-curved-right(brain,brainstorming,meeting,planning)'), array('fas fa-briefcase' => 'briefcase(bag,briefcas,briefcase,business,luggage,offer,office,portfolio,work)'), array('far fa-briefcase' => 'briefcase(bag,briefcas,briefcase,business,luggage,offer,office,portfolio,work)'), array('fal fa-briefcase' => 'briefcase(bag,briefcas,briefcase,business,luggage,offer,office,portfolio,work)'), array('fas fa-briefcase-arrow-right' => 'briefcase-arrow-right(suitcase,tomorrow,travel)'), array('far fa-briefcase-arrow-right' => 'briefcase-arrow-right(suitcase,tomorrow,travel)'), array('fal fa-briefcase-arrow-right' => 'briefcase-arrow-right(suitcase,tomorrow,travel)'), array('fas fa-briefcase-blank' => 'briefcase-blank(bag,business,luggage,offer,office,portfolio,work)'), array('far fa-briefcase-blank' => 'briefcase-blank(bag,business,luggage,offer,office,portfolio,work)'), array('fal fa-briefcase-blank' => 'briefcase-blank(bag,business,luggage,offer,office,portfolio,work)'), array('fas fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('far fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('fal fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('fas fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('far fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('fal fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('fas fa-bullseye' => 'bullseye(archery,goal,objective,strategy,target)'), array('far fa-bullseye' => 'bullseye(archery,goal,objective,strategy,target)'), array('fal fa-bullseye' => 'bullseye(archery,goal,objective,strategy,target)'), array('fas fa-business-time' => 'business-time(alarm,briefcase,business socks,clock,flight of the conchords,portfolio,reminder,wednesday)'), array('far fa-business-time' => 'business-time(alarm,briefcase,business socks,clock,flight of the conchords,portfolio,reminder,wednesday)'), array('fal fa-business-time' => 'business-time(alarm,briefcase,business socks,clock,flight of the conchords,portfolio,reminder,wednesday)'), array('fas fa-cabinet-filing' => 'cabinet-filing(archive,cabinet,file,file cabinet,files,filing,records,register,storage)'), array('far fa-cabinet-filing' => 'cabinet-filing(archive,cabinet,file,file cabinet,files,filing,records,register,storage)'), array('fal fa-cabinet-filing' => 'cabinet-filing(archive,cabinet,file,file cabinet,files,filing,records,register,storage)'), array('fas fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('far fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('fal fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('fas fa-calculator' => 'calculator(Pocket Calculator,abacus,addition,arithmetic,counting,math,multiplication,subtraction)'), array('far fa-calculator' => 'calculator(Pocket Calculator,abacus,addition,arithmetic,counting,math,multiplication,subtraction)'), array('fal fa-calculator' => 'calculator(Pocket Calculator,abacus,addition,arithmetic,counting,math,multiplication,subtraction)'), array('fas fa-calendar' => 'calendar(calendar,calendar-o,date,day,event,month,schedule,tear-off calendar,time,when,year)'), array('far fa-calendar' => 'calendar(calendar,calendar-o,date,day,event,month,schedule,tear-off calendar,time,when,year)'), array('fal fa-calendar' => 'calendar(calendar,calendar-o,date,day,event,month,schedule,tear-off calendar,time,when,year)'), array('fas fa-calendar-days' => 'calendar-days(calendar,date,day,event,month,schedule,time,when,year)'), array('far fa-calendar-days' => 'calendar-days(calendar,date,day,event,month,schedule,time,when,year)'), array('fal fa-calendar-days' => 'calendar-days(calendar,date,day,event,month,schedule,time,when,year)'), array('fas fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('far fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('fal fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('fas fa-chart-kanban' => 'chart-kanban( board, chart, graph, kanban, list, organize, project,statistics)'), array('far fa-chart-kanban' => 'chart-kanban( board, chart, graph, kanban, list, organize, project,statistics)'), array('fal fa-chart-kanban' => 'chart-kanban( board, chart, graph, kanban, list, organize, project,statistics)'), array('fas fa-chart-line' => 'chart-line(activity,analytics,chart,dashboard,gain,graph,increase,line,performance,revenue,statistics)'), array('far fa-chart-line' => 'chart-line(activity,analytics,chart,dashboard,gain,graph,increase,line,performance,revenue,statistics)'), array('fal fa-chart-line' => 'chart-line(activity,analytics,chart,dashboard,gain,graph,increase,line,performance,revenue,statistics)'), array('fas fa-chart-line-down' => 'chart-line-down(analytics,chart,chart decreasing,dashboard,decline,down,graph,line,loss,performance,revenue,statistics,trend)'), array('far fa-chart-line-down' => 'chart-line-down(analytics,chart,chart decreasing,dashboard,decline,down,graph,line,loss,performance,revenue,statistics,trend)'), array('fal fa-chart-line-down' => 'chart-line-down(analytics,chart,chart decreasing,dashboard,decline,down,graph,line,loss,performance,revenue,statistics,trend)'), array('fas fa-chart-line-up' => 'chart-line-up(chart,chart increasing,graph,growth,performance,revenue,statistics,track,trend,upward)'), array('far fa-chart-line-up' => 'chart-line-up(chart,chart increasing,graph,growth,performance,revenue,statistics,track,trend,upward)'), array('fal fa-chart-line-up' => 'chart-line-up(chart,chart increasing,graph,growth,performance,revenue,statistics,track,trend,upward)'), array('fas fa-chart-line-up-down' => 'chart-line-up-down( chart increasing, decreasing, down, graph, growth, track, trend, upward, volatility,chart)'), array('far fa-chart-line-up-down' => 'chart-line-up-down( chart increasing, decreasing, down, graph, growth, track, trend, upward, volatility,chart)'), array('fal fa-chart-line-up-down' => 'chart-line-up-down( chart increasing, decreasing, down, graph, growth, track, trend, upward, volatility,chart)'), array('fas fa-chart-pie' => 'chart-pie(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('far fa-chart-pie' => 'chart-pie(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fal fa-chart-pie' => 'chart-pie(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fas fa-chart-pie-simple' => 'chart-pie-simple(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('far fa-chart-pie-simple' => 'chart-pie-simple(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fal fa-chart-pie-simple' => 'chart-pie-simple(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fas fa-chart-pie-simple-circle-currency' => 'chart-pie-simple-circle-currency( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('far fa-chart-pie-simple-circle-currency' => 'chart-pie-simple-circle-currency( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fal fa-chart-pie-simple-circle-currency' => 'chart-pie-simple-circle-currency( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fas fa-chart-pie-simple-circle-dollar' => 'chart-pie-simple-circle-dollar( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('far fa-chart-pie-simple-circle-dollar' => 'chart-pie-simple-circle-dollar( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fal fa-chart-pie-simple-circle-dollar' => 'chart-pie-simple-circle-dollar( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fas fa-chart-pyramid' => 'chart-pyramid(chart,food,graph,performance,statistics)'), array('far fa-chart-pyramid' => 'chart-pyramid(chart,food,graph,performance,statistics)'), array('fal fa-chart-pyramid' => 'chart-pyramid(chart,food,graph,performance,statistics)'), array('fas fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('far fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('fal fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('fas fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('far fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('fal fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('fas fa-chart-tree-map' => 'chart-tree-map(collection,grid,performance)'), array('far fa-chart-tree-map' => 'chart-tree-map(collection,grid,performance)'), array('fal fa-chart-tree-map' => 'chart-tree-map(collection,grid,performance)'), array('fas fa-chart-user' => 'chart-user(employee,performance,revenue,uer,users-people)'), array('far fa-chart-user' => 'chart-user(employee,performance,revenue,uer,users-people)'), array('fal fa-chart-user' => 'chart-user(employee,performance,revenue,uer,users-people)'), array('fas fa-city' => 'city(buildings,busy,city,cityscape,skyscrapers,urban,windows)'), array('far fa-city' => 'city(buildings,busy,city,cityscape,skyscrapers,urban,windows)'), array('fal fa-city' => 'city(buildings,busy,city,cityscape,skyscrapers,urban,windows)'), array('fas fa-clipboard' => 'clipboard(clipboar,clipboard,copy,notepad,notes,paste,record)'), array('far fa-clipboard' => 'clipboard(clipboar,clipboard,copy,notepad,notes,paste,record)'), array('fal fa-clipboard' => 'clipboard(clipboar,clipboard,copy,notepad,notes,paste,record)'), array('fas fa-clipboard-question' => 'clipboard-question(assistance,faq,interview,query,question)'), array('far fa-clipboard-question' => 'clipboard-question(assistance,faq,interview,query,question)'), array('fal fa-clipboard-question' => 'clipboard-question(assistance,faq,interview,query,question)'), array('fas fa-cloud-word' => 'cloud-word(captions,ideas,subtitle,subtitling)'), array('far fa-cloud-word' => 'cloud-word(captions,ideas,subtitle,subtitling)'), array('fal fa-cloud-word' => 'cloud-word(captions,ideas,subtitle,subtitling)'), array('fas fa-coffee-pot' => 'coffee-pot(beverage,breakfast,brew,cafe,carafe,drink,morning)'), array('far fa-coffee-pot' => 'coffee-pot(beverage,breakfast,brew,cafe,carafe,drink,morning)'), array('fal fa-coffee-pot' => 'coffee-pot(beverage,breakfast,brew,cafe,carafe,drink,morning)'), array('fas fa-compass' => 'compass(compass,directions,directory,location,magnetic,menu,navigation,orienteering,safari,travel)'), array('far fa-compass' => 'compass(compass,directions,directory,location,magnetic,menu,navigation,orienteering,safari,travel)'), array('fal fa-compass' => 'compass(compass,directions,directory,location,magnetic,menu,navigation,orienteering,safari,travel)'), array('fas fa-computer-classic' => 'computer-classic(apple II,hardware,machine,macintosh,programming,retro,vintage)'), array('far fa-computer-classic' => 'computer-classic(apple II,hardware,machine,macintosh,programming,retro,vintage)'), array('fal fa-computer-classic' => 'computer-classic(apple II,hardware,machine,macintosh,programming,retro,vintage)'), array('fas fa-copy' => 'copy(clone,duplicate,file,files-o,paper,paste)'), array('far fa-copy' => 'copy(clone,duplicate,file,files-o,paper,paste)'), array('fal fa-copy' => 'copy(clone,duplicate,file,files-o,paper,paste)'), array('fas fa-copyright' => 'copyright(brand,c,copyright,mark,register,trademark)'), array('far fa-copyright' => 'copyright(brand,c,copyright,mark,register,trademark)'), array('fal fa-copyright' => 'copyright(brand,c,copyright,mark,register,trademark)'), array('fas fa-diagram-venn' => 'diagram-venn(chart,intersection,logic,overlap)'), array('far fa-diagram-venn' => 'diagram-venn(chart,intersection,logic,overlap)'), array('fal fa-diagram-venn' => 'diagram-venn(chart,intersection,logic,overlap)'), array('fas fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('far fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('fal fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('fas fa-envelope-circle-check' => 'envelope-circle-check(check,email,enable,envelope,mail,not affected,ok,okay,read,sent,validate,working)'), array('far fa-envelope-circle-check' => 'envelope-circle-check(check,email,enable,envelope,mail,not affected,ok,okay,read,sent,validate,working)'), array('fal fa-envelope-circle-check' => 'envelope-circle-check(check,email,enable,envelope,mail,not affected,ok,okay,read,sent,validate,working)'), array('fas fa-envelope-dot' => 'envelope-dot(email)'), array('far fa-envelope-dot' => 'envelope-dot(email)'), array('fal fa-envelope-dot' => 'envelope-dot(email)'), array('fas fa-envelope-open' => 'envelope-open(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('far fa-envelope-open' => 'envelope-open(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('fal fa-envelope-open' => 'envelope-open(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('fas fa-envelopes' => 'envelopes(email)'), array('far fa-envelopes' => 'envelopes(email)'), array('fal fa-envelopes' => 'envelopes(email)'), array('fas fa-eraser' => 'eraser(art,delete,remove,rubber)'), array('far fa-eraser' => 'eraser(art,delete,remove,rubber)'), array('fal fa-eraser' => 'eraser(art,delete,remove,rubber)'), array('fas fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('far fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('fal fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('fas fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('far fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fal fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fas fa-file-chart-column' => 'file-chart-column(analytics,data,document,projection,report,revenue)'), array('far fa-file-chart-column' => 'file-chart-column(analytics,data,document,projection,report,revenue)'), array('fal fa-file-chart-column' => 'file-chart-column(analytics,data,document,projection,report,revenue)'), array('fas fa-file-chart-pie' => 'file-chart-pie(analytics,data,document,projection,report,revenue)'), array('far fa-file-chart-pie' => 'file-chart-pie(analytics,data,document,projection,report,revenue)'), array('fal fa-file-chart-pie' => 'file-chart-pie(analytics,data,document,projection,report,revenue)'), array('fas fa-file-circle-info' => 'file-circle-info(details,document,info,new,page,pdf)'), array('far fa-file-circle-info' => 'file-circle-info(details,document,info,new,page,pdf)'), array('fal fa-file-circle-info' => 'file-circle-info(details,document,info,new,page,pdf)'), array('fas fa-file-circle-plus' => 'file-circle-plus(add,document,file,new,page,paper,pdf)'), array('far fa-file-circle-plus' => 'file-circle-plus(add,document,file,new,page,paper,pdf)'), array('fal fa-file-circle-plus' => 'file-circle-plus(add,document,file,new,page,paper,pdf)'), array('fas fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('far fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('fal fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('fas fa-file-ppt' => 'file-ppt( document, file, lecture, panel, powerpoint, ppt, seminar, slides, speak, speaker, talk,keynote)'), array('far fa-file-ppt' => 'file-ppt( document, file, lecture, panel, powerpoint, ppt, seminar, slides, speak, speaker, talk,keynote)'), array('fal fa-file-ppt' => 'file-ppt( document, file, lecture, panel, powerpoint, ppt, seminar, slides, speak, speaker, talk,keynote)'), array('fas fa-file-spreadsheet' => 'file-spreadsheet(csv,document,excel,numbers,sheets,xls)'), array('far fa-file-spreadsheet' => 'file-spreadsheet(csv,document,excel,numbers,sheets,xls)'), array('fal fa-file-spreadsheet' => 'file-spreadsheet(csv,document,excel,numbers,sheets,xls)'), array('fas fa-file-user' => 'file-user(account,cv,document,employee,page,personnel,profile,resume,uer)'), array('far fa-file-user' => 'file-user(account,cv,document,employee,page,personnel,profile,resume,uer)'), array('fal fa-file-user' => 'file-user(account,cv,document,employee,page,personnel,profile,resume,uer)'), array('fas fa-file-xls' => 'file-xls( document, excel, file, numbers, spreadsheets, table,csv)'), array('far fa-file-xls' => 'file-xls( document, excel, file, numbers, spreadsheets, table,csv)'), array('fal fa-file-xls' => 'file-xls( document, excel, file, numbers, spreadsheets, table,csv)'), array('fas fa-file-xml' => 'file-xml( data, document, file, language, markup,extensible)'), array('far fa-file-xml' => 'file-xml( data, document, file, language, markup,extensible)'), array('fal fa-file-xml' => 'file-xml( data, document, file, language, markup,extensible)'), array('fas fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('far fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('fal fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('fas fa-floppy-disk-circle-arrow-right' => 'floppy-disk-circle-arrow-right(disk,download,floppy,floppy-o)'), array('far fa-floppy-disk-circle-arrow-right' => 'floppy-disk-circle-arrow-right(disk,download,floppy,floppy-o)'), array('fal fa-floppy-disk-circle-arrow-right' => 'floppy-disk-circle-arrow-right(disk,download,floppy,floppy-o)'), array('fas fa-floppy-disk-circle-xmark' => 'floppy-disk-circle-xmark(disk,download,floppy,floppy-o,uncheck)'), array('far fa-floppy-disk-circle-xmark' => 'floppy-disk-circle-xmark(disk,download,floppy,floppy-o,uncheck)'), array('fal fa-floppy-disk-circle-xmark' => 'floppy-disk-circle-xmark(disk,download,floppy,floppy-o,uncheck)'), array('fas fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('far fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('fal fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('fas fa-folder-arrow-down' => 'folder-arrow-down(archive,directory,document,download,file,insert,save)'), array('far fa-folder-arrow-down' => 'folder-arrow-down(archive,directory,document,download,file,insert,save)'), array('fal fa-folder-arrow-down' => 'folder-arrow-down(archive,directory,document,download,file,insert,save)'), array('fas fa-folder-arrow-up' => 'folder-arrow-up(archive,directory,document,file,save,upgrade,upload)'), array('far fa-folder-arrow-up' => 'folder-arrow-up(archive,directory,document,file,save,upgrade,upload)'), array('fal fa-folder-arrow-up' => 'folder-arrow-up(archive,directory,document,file,save,upgrade,upload)'), array('fas fa-folder-check' => 'folder-check( archive, directory, document, file, file folder, folder,Black Folder)'), array('far fa-folder-check' => 'folder-check( archive, directory, document, file, file folder, folder,Black Folder)'), array('fal fa-folder-check' => 'folder-check( archive, directory, document, file, file folder, folder,Black Folder)'), array('fas fa-folder-minus' => 'folder-minus(archive,delete,directory,document,file,negative,remove)'), array('far fa-folder-minus' => 'folder-minus(archive,delete,directory,document,file,negative,remove)'), array('fal fa-folder-minus' => 'folder-minus(archive,delete,directory,document,file,negative,remove)'), array('fas fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('far fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('fal fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('fas fa-folder-plus' => 'folder-plus(add,archive,create,directory,document,file,new,positive)'), array('far fa-folder-plus' => 'folder-plus(add,archive,create,directory,document,file,new,positive)'), array('fal fa-folder-plus' => 'folder-plus(add,archive,create,directory,document,file,new,positive)'), array('fas fa-folder-tree' => 'folder-tree(archive,directory,document,file,search,structure)'), array('far fa-folder-tree' => 'folder-tree(archive,directory,document,file,search,structure)'), array('fal fa-folder-tree' => 'folder-tree(archive,directory,document,file,search,structure)'), array('fas fa-folder-xmark' => 'folder-xmark(archive,delete,directory,document,file,remove,uncheck,x)'), array('far fa-folder-xmark' => 'folder-xmark(archive,delete,directory,document,file,remove,uncheck,x)'), array('fal fa-folder-xmark' => 'folder-xmark(archive,delete,directory,document,file,remove,uncheck,x)'), array('fas fa-folders' => 'folders(archive,copy,directory,document,duplicate,file)'), array('far fa-folders' => 'folders(archive,copy,directory,document,duplicate,file)'), array('fal fa-folders' => 'folders(archive,copy,directory,document,duplicate,file)'), array('fas fa-glasses' => 'glasses(hipster,nerd,reading,sight,spectacles,vision)'), array('far fa-glasses' => 'glasses(hipster,nerd,reading,sight,spectacles,vision)'), array('fal fa-glasses' => 'glasses(hipster,nerd,reading,sight,spectacles,vision)'), array('fas fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('far fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('fal fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('fas fa-highlighter' => 'highlighter(edit,marker,modify,sharpie,update,write)'), array('far fa-highlighter' => 'highlighter(edit,marker,modify,sharpie,update,write)'), array('fal fa-highlighter' => 'highlighter(edit,marker,modify,sharpie,update,write)'), array('fas fa-house-laptop' => 'house-laptop(computer,covid-19,device,office,remote,work from home)'), array('far fa-house-laptop' => 'house-laptop(computer,covid-19,device,office,remote,work from home)'), array('fal fa-house-laptop' => 'house-laptop(computer,covid-19,device,office,remote,work from home)'), array('fas fa-inbox-full' => 'inbox-full(communication,dropbox,email,incoming,organize,outgoing,send)'), array('far fa-inbox-full' => 'inbox-full(communication,dropbox,email,incoming,organize,outgoing,send)'), array('fal fa-inbox-full' => 'inbox-full(communication,dropbox,email,incoming,organize,outgoing,send)'), array('fas fa-inboxes' => 'inboxes(communication,dropbox,email,incoming,organize,outgoing,send)'), array('far fa-inboxes' => 'inboxes(communication,dropbox,email,incoming,organize,outgoing,send)'), array('fal fa-inboxes' => 'inboxes(communication,dropbox,email,incoming,organize,outgoing,send)'), array('fas fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('far fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('fal fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('fas fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('far fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('fal fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('fas fa-keynote' => 'keynote(lecture,panel,seminar,speak,speaker,talk)'), array('far fa-keynote' => 'keynote(lecture,panel,seminar,speak,speaker,talk)'), array('fal fa-keynote' => 'keynote(lecture,panel,seminar,speak,speaker,talk)'), array('fas fa-lamp-desk' => 'lamp-desk(bright,furniture,light)'), array('far fa-lamp-desk' => 'lamp-desk(bright,furniture,light)'), array('fal fa-lamp-desk' => 'lamp-desk(bright,furniture,light)'), array('fas fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('far fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('fal fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('fas fa-laptop-binary' => 'laptop-binary( binary, code, cpu, dell, demo, develop, device, information, mac, macbook, machine, pc,computer)'), array('far fa-laptop-binary' => 'laptop-binary( binary, code, cpu, dell, demo, develop, device, information, mac, macbook, machine, pc,computer)'), array('fal fa-laptop-binary' => 'laptop-binary( binary, code, cpu, dell, demo, develop, device, information, mac, macbook, machine, pc,computer)'), array('fas fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('far fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('fal fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('fas fa-list-check' => 'list-check(bullet,cheatsheet,checklist,downloading,downloads,enable,loading,progress,project management,settings,summary,to do,validate,working)'), array('far fa-list-check' => 'list-check(bullet,cheatsheet,checklist,downloading,downloads,enable,loading,progress,project management,settings,summary,to do,validate,working)'), array('fal fa-list-check' => 'list-check(bullet,cheatsheet,checklist,downloading,downloads,enable,loading,progress,project management,settings,summary,to do,validate,working)'), array('fas fa-list-dropdown' => 'list-dropdown(cheatsheet,menu,summary,wishlist)'), array('far fa-list-dropdown' => 'list-dropdown(cheatsheet,menu,summary,wishlist)'), array('fal fa-list-dropdown' => 'list-dropdown(cheatsheet,menu,summary,wishlist)'), array('fas fa-list-radio' => 'list-radio(cheatsheet,list,order,selection,summary)'), array('far fa-list-radio' => 'list-radio(cheatsheet,list,order,selection,summary)'), array('fal fa-list-radio' => 'list-radio(cheatsheet,list,order,selection,summary)'), array('fas fa-list-timeline' => 'list-timeline(cheatsheet,chronological,deadline,history,linear,summary)'), array('far fa-list-timeline' => 'list-timeline(cheatsheet,chronological,deadline,history,linear,summary)'), array('fal fa-list-timeline' => 'list-timeline(cheatsheet,chronological,deadline,history,linear,summary)'), array('fas fa-list-tree' => 'list-tree(cheatsheet,directory,file,summary,tree)'), array('far fa-list-tree' => 'list-tree(cheatsheet,directory,file,summary,tree)'), array('fal fa-list-tree' => 'list-tree(cheatsheet,directory,file,summary,tree)'), array('fas fa-magnifying-glass-arrow-right' => 'magnifying-glass-arrow-right(find,magnifier,next,search)'), array('far fa-magnifying-glass-arrow-right' => 'magnifying-glass-arrow-right(find,magnifier,next,search)'), array('fal fa-magnifying-glass-arrow-right' => 'magnifying-glass-arrow-right(find,magnifier,next,search)'), array('fas fa-magnifying-glass-chart' => 'magnifying-glass-chart( data, graph, intelligence,analysis,chart,magnifier,market,revenue)'), array('far fa-magnifying-glass-chart' => 'magnifying-glass-chart( data, graph, intelligence,analysis,chart,magnifier,market,revenue)'), array('fal fa-magnifying-glass-chart' => 'magnifying-glass-chart( data, graph, intelligence,analysis,chart,magnifier,market,revenue)'), array('fas fa-marker' => 'marker(design,edit,modify,sharpie,update,write)'), array('far fa-marker' => 'marker(design,edit,modify,sharpie,update,write)'), array('fal fa-marker' => 'marker(design,edit,modify,sharpie,update,write)'), array('fas fa-money-check-dollar-pen' => 'money-check-dollar-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('far fa-money-check-dollar-pen' => 'money-check-dollar-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fal fa-money-check-dollar-pen' => 'money-check-dollar-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fas fa-money-check-pen' => 'money-check-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('far fa-money-check-pen' => 'money-check-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fal fa-money-check-pen' => 'money-check-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fas fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('far fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fal fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fas fa-network-wired' => 'network-wired(computer,connect,ethernet,internet,intranet)'), array('far fa-network-wired' => 'network-wired(computer,connect,ethernet,internet,intranet)'), array('fal fa-network-wired' => 'network-wired(computer,connect,ethernet,internet,intranet)'), array('fas fa-note-sticky' => 'note-sticky(message,note,paper,reminder,sticker)'), array('far fa-note-sticky' => 'note-sticky(message,note,paper,reminder,sticker)'), array('fal fa-note-sticky' => 'note-sticky(message,note,paper,reminder,sticker)'), array('fas fa-notebook' => 'notebook(daybook,diary,journal,noteboo,notebook,notepad,sketch)'), array('far fa-notebook' => 'notebook(daybook,diary,journal,noteboo,notebook,notepad,sketch)'), array('fal fa-notebook' => 'notebook(daybook,diary,journal,noteboo,notebook,notepad,sketch)'), array('fas fa-paperclip' => 'paperclip(attach,attachment,connect,link,papercli,paperclip)'), array('far fa-paperclip' => 'paperclip(attach,attachment,connect,link,papercli,paperclip)'), array('fal fa-paperclip' => 'paperclip(attach,attachment,connect,link,papercli,paperclip)'), array('fas fa-paperclip-vertical' => 'paperclip-vertical(attach,attachment,connect,link)'), array('far fa-paperclip-vertical' => 'paperclip-vertical(attach,attachment,connect,link)'), array('fal fa-paperclip-vertical' => 'paperclip-vertical(attach,attachment,connect,link)'), array('fas fa-paste' => 'paste(clipboard,copy,document,paper)'), array('far fa-paste' => 'paste(clipboard,copy,document,paper)'), array('fal fa-paste' => 'paste(clipboard,copy,document,paper)'), array('fas fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('far fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('fal fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('fas fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('far fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('fal fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('fas fa-pen-fancy' => 'pen-fancy(black nib,design,edit,fountain,fountain pen,modify,nib,pen,update,write)'), array('far fa-pen-fancy' => 'pen-fancy(black nib,design,edit,fountain,fountain pen,modify,nib,pen,update,write)'), array('fal fa-pen-fancy' => 'pen-fancy(black nib,design,edit,fountain,fountain pen,modify,nib,pen,update,write)'), array('fas fa-pen-nib' => 'pen-nib(design,edit,fountain pen,modify,update,write)'), array('far fa-pen-nib' => 'pen-nib(design,edit,fountain pen,modify,update,write)'), array('fal fa-pen-nib' => 'pen-nib(design,edit,fountain pen,modify,update,write)'), array('fas fa-pen-nib-slash' => 'pen-nib-slash(design,disabled,edit,fountain pen,modify,update,write)'), array('far fa-pen-nib-slash' => 'pen-nib-slash(design,disabled,edit,fountain pen,modify,update,write)'), array('fal fa-pen-nib-slash' => 'pen-nib-slash(design,disabled,edit,fountain pen,modify,update,write)'), array('fas fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('far fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('fal fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('fas fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('far fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('fal fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('fas fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('far fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('fal fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('fas fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('far fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('fal fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('fas fa-phone' => 'phone(Left Hand Telephone Receiver,call,earphone,number,phone,receiver,support,talking,telephone,telephone receiver,voice)'), array('far fa-phone' => 'phone(Left Hand Telephone Receiver,call,earphone,number,phone,receiver,support,talking,telephone,telephone receiver,voice)'), array('fal fa-phone' => 'phone(Left Hand Telephone Receiver,call,earphone,number,phone,receiver,support,talking,telephone,telephone receiver,voice)'), array('fas fa-phone-flip' => 'phone-flip(Right Hand Telephone Receiver,call,earphone,number,support,telephone,voice)'), array('far fa-phone-flip' => 'phone-flip(Right Hand Telephone Receiver,call,earphone,number,support,telephone,voice)'), array('fal fa-phone-flip' => 'phone-flip(Right Hand Telephone Receiver,call,earphone,number,support,telephone,voice)'), array('fas fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('far fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('fal fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('fas fa-phone-office' => 'phone-office(call,earphone,number,support,telephone,voice)'), array('far fa-phone-office' => 'phone-office(call,earphone,number,support,telephone,voice)'), array('fal fa-phone-office' => 'phone-office(call,earphone,number,support,telephone,voice)'), array('fas fa-phone-slash' => 'phone-slash(call,cancel,disabled,disconnect,earphone,mute,number,support,telephone,voice)'), array('far fa-phone-slash' => 'phone-slash(call,cancel,disabled,disconnect,earphone,mute,number,support,telephone,voice)'), array('fal fa-phone-slash' => 'phone-slash(call,cancel,disabled,disconnect,earphone,mute,number,support,telephone,voice)'), array('fas fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('far fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('fal fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('fas fa-podium' => 'podium(debate,election,keynote,lecture,panel,politics,seminar,speak,speaker,speech,talk)'), array('far fa-podium' => 'podium(debate,election,keynote,lecture,panel,politics,seminar,speak,speaker,speech,talk)'), array('fal fa-podium' => 'podium(debate,election,keynote,lecture,panel,politics,seminar,speak,speaker,speech,talk)'), array('fas fa-presentation-screen' => 'presentation-screen(flipchart,keynote,lecture,panel,powerpoint,ppt,seminar,slides,speak,speaker,talk)'), array('far fa-presentation-screen' => 'presentation-screen(flipchart,keynote,lecture,panel,powerpoint,ppt,seminar,slides,speak,speaker,talk)'), array('fal fa-presentation-screen' => 'presentation-screen(flipchart,keynote,lecture,panel,powerpoint,ppt,seminar,slides,speak,speaker,talk)'), array('fas fa-print' => 'print(Print Screen Symbol,Printer Icon,business,computer,copy,document,office,paper,printer)'), array('far fa-print' => 'print(Print Screen Symbol,Printer Icon,business,computer,copy,document,office,paper,printer)'), array('fal fa-print' => 'print(Print Screen Symbol,Printer Icon,business,computer,copy,document,office,paper,printer)'), array('fas fa-print-magnifying-glass' => 'print-magnifying-glass(business,copy,document,find,magnifier,office,paper,search)'), array('far fa-print-magnifying-glass' => 'print-magnifying-glass(business,copy,document,find,magnifier,office,paper,search)'), array('fal fa-print-magnifying-glass' => 'print-magnifying-glass(business,copy,document,find,magnifier,office,paper,search)'), array('fas fa-print-slash' => 'print-slash(business,copy,disabled,document,office,offline,paper)'), array('far fa-print-slash' => 'print-slash(business,copy,disabled,document,office,offline,paper)'), array('fal fa-print-slash' => 'print-slash(business,copy,disabled,document,office,offline,paper)'), array('fas fa-projector' => 'projector(cinema,keynote,movie,powerpoint,presentation,shadow puppets,slides)'), array('far fa-projector' => 'projector(cinema,keynote,movie,powerpoint,presentation,shadow puppets,slides)'), array('fal fa-projector' => 'projector(cinema,keynote,movie,powerpoint,presentation,shadow puppets,slides)'), array('fas fa-rectangle-pro' => 'rectangle-pro(professional)'), array('far fa-rectangle-pro' => 'rectangle-pro(professional)'), array('fal fa-rectangle-pro' => 'rectangle-pro(professional)'), array('fas fa-registered' => 'registered(copyright,mark,r,registered,trademark)'), array('far fa-registered' => 'registered(copyright,mark,r,registered,trademark)'), array('fal fa-registered' => 'registered(copyright,mark,r,registered,trademark)'), array('fas fa-router' => 'router(bandwidth,connection,dsl,ethernet,internet,modem,switch,wifi,wireless,www)'), array('far fa-router' => 'router(bandwidth,connection,dsl,ethernet,internet,modem,switch,wifi,wireless,www)'), array('fal fa-router' => 'router(bandwidth,connection,dsl,ethernet,internet,modem,switch,wifi,wireless,www)'), array('fas fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('far fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('fal fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('fas fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('far fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('fal fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('fas fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('far fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('fal fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('fas fa-scanner-image' => 'scanner-image(copy,device,digitize,image,img,import)'), array('far fa-scanner-image' => 'scanner-image(copy,device,digitize,image,img,import)'), array('fal fa-scanner-image' => 'scanner-image(copy,device,digitize,image,img,import)'), array('fas fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), array('far fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), array('fal fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), array('fas fa-shredder' => 'shredder(destroy,document,office,paper,print)'), array('far fa-shredder' => 'shredder(destroy,document,office,paper,print)'), array('fal fa-shredder' => 'shredder(destroy,document,office,paper,print)'), array('fas fa-signature' => 'signature(John Hancock,cursive,name,username,writing)'), array('far fa-signature' => 'signature(John Hancock,cursive,name,username,writing)'), array('fal fa-signature' => 'signature(John Hancock,cursive,name,username,writing)'), array('fas fa-signature-lock' => 'signature-lock(key signature,lock,padlock,privacy,private,signature,username,verified)'), array('far fa-signature-lock' => 'signature-lock(key signature,lock,padlock,privacy,private,signature,username,verified)'), array('fal fa-signature-lock' => 'signature-lock(key signature,lock,padlock,privacy,private,signature,username,verified)'), array('fas fa-signature-slash' => 'signature-slash(disabled,signature,unverified,username)'), array('far fa-signature-slash' => 'signature-slash(disabled,signature,unverified,username)'), array('fal fa-signature-slash' => 'signature-slash(disabled,signature,unverified,username)'), array('fas fa-sitemap' => 'sitemap(directory,hierarchy,ia,information architecture,organization)'), array('far fa-sitemap' => 'sitemap(directory,hierarchy,ia,information architecture,organization)'), array('fal fa-sitemap' => 'sitemap(directory,hierarchy,ia,information architecture,organization)'), array('fas fa-slot-machine' => 'slot-machine(gamble,gambling,game,lucky,slot,slot machine,vegas)'), array('far fa-slot-machine' => 'slot-machine(gamble,gambling,game,lucky,slot,slot machine,vegas)'), array('fal fa-slot-machine' => 'slot-machine(gamble,gambling,game,lucky,slot,slot machine,vegas)'), array('fas fa-socks' => 'socks(business socks,business time,clothing,feet,flight of the conchords,socks,stocking,wednesday)'), array('far fa-socks' => 'socks(business socks,business time,clothing,feet,flight of the conchords,socks,stocking,wednesday)'), array('fal fa-socks' => 'socks(business socks,business time,clothing,feet,flight of the conchords,socks,stocking,wednesday)'), array('fas fa-square-envelope' => 'square-envelope(e-mail,email,letter,mail,message,notification,offer,support)'), array('far fa-square-envelope' => 'square-envelope(e-mail,email,letter,mail,message,notification,offer,support)'), array('fal fa-square-envelope' => 'square-envelope(e-mail,email,letter,mail,message,notification,offer,support)'), array('fas fa-square-kanban' => 'square-kanban(board,chart,graph,kanban,list,organize,project,statistics)'), array('far fa-square-kanban' => 'square-kanban(board,chart,graph,kanban,list,organize,project,statistics)'), array('fal fa-square-kanban' => 'square-kanban(board,chart,graph,kanban,list,organize,project,statistics)'), array('fas fa-square-pen' => 'square-pen(edit,modify,pencil-square,update,write)'), array('far fa-square-pen' => 'square-pen(edit,modify,pencil-square,update,write)'), array('fal fa-square-pen' => 'square-pen(edit,modify,pencil-square,update,write)'), array('fas fa-square-phone' => 'square-phone(call,earphone,number,support,telephone,voice)'), array('far fa-square-phone' => 'square-phone(call,earphone,number,support,telephone,voice)'), array('fal fa-square-phone' => 'square-phone(call,earphone,number,support,telephone,voice)'), array('fas fa-square-phone-flip' => 'square-phone-flip(call,earphone,number,support,telephone,voice)'), array('far fa-square-phone-flip' => 'square-phone-flip(call,earphone,number,support,telephone,voice)'), array('fal fa-square-phone-flip' => 'square-phone-flip(call,earphone,number,support,telephone,voice)'), array('fas fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('far fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('fal fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('fas fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), array('far fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), array('fal fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), array('fas fa-stapler' => 'stapler(desktop,milton,office,paperclip,staple)'), array('far fa-stapler' => 'stapler(desktop,milton,office,paperclip,staple)'), array('fal fa-stapler' => 'stapler(desktop,milton,office,paperclip,staple)'), array('fas fa-table' => 'table(category,data,excel,spreadsheet)'), array('far fa-table' => 'table(category,data,excel,spreadsheet)'), array('fal fa-table' => 'table(category,data,excel,spreadsheet)'), array('fas fa-table-columns' => 'table-columns(browser,category,dashboard,organize,panes,split)'), array('far fa-table-columns' => 'table-columns(browser,category,dashboard,organize,panes,split)'), array('fal fa-table-columns' => 'table-columns(browser,category,dashboard,organize,panes,split)'), array('fas fa-table-layout' => 'table-layout(category,cell,column,layout,row,spreadsheet)'), array('far fa-table-layout' => 'table-layout(category,cell,column,layout,row,spreadsheet)'), array('fal fa-table-layout' => 'table-layout(category,cell,column,layout,row,spreadsheet)'), array('fas fa-table-pivot' => 'table-pivot(cell,flip,layout,rotate,row,table)'), array('far fa-table-pivot' => 'table-pivot(cell,flip,layout,rotate,row,table)'), array('fal fa-table-pivot' => 'table-pivot(cell,flip,layout,rotate,row,table)'), array('fas fa-table-rows' => 'table-rows(cell,spreadsheet,table)'), array('far fa-table-rows' => 'table-rows(cell,spreadsheet,table)'), array('fal fa-table-rows' => 'table-rows(cell,spreadsheet,table)'), array('fas fa-table-tree' => 'table-tree(directory,file,folder,structure)'), array('far fa-table-tree' => 'table-tree(directory,file,folder,structure)'), array('fal fa-table-tree' => 'table-tree(directory,file,folder,structure)'), array('fas fa-tag' => 'tag(discount,labe,label,price,shopping)'), array('far fa-tag' => 'tag(discount,labe,label,price,shopping)'), array('fal fa-tag' => 'tag(discount,labe,label,price,shopping)'), array('fas fa-tags' => 'tags(discount,label,price,shopping)'), array('far fa-tags' => 'tags(discount,label,price,shopping)'), array('fal fa-tags' => 'tags(discount,label,price,shopping)'), array('fas fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('far fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('fal fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('fas fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('far fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('fal fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('fas fa-timeline' => 'timeline(chronological,deadline,history,linear)'), array('far fa-timeline' => 'timeline(chronological,deadline,history,linear)'), array('fal fa-timeline' => 'timeline(chronological,deadline,history,linear)'), array('fas fa-timeline-arrow' => 'timeline-arrow(chronological,deadline,history,linear)'), array('far fa-timeline-arrow' => 'timeline-arrow(chronological,deadline,history,linear)'), array('fal fa-timeline-arrow' => 'timeline-arrow(chronological,deadline,history,linear)'), array('fas fa-trademark' => 'trademark(copyright,mark,register,symbol,tm,trade mark,trademark)'), array('far fa-trademark' => 'trademark(copyright,mark,register,symbol,tm,trade mark,trademark)'), array('fal fa-trademark' => 'trademark(copyright,mark,register,symbol,tm,trade mark,trademark)'), array('fas fa-user-hair-mullet' => 'user-hair-mullet(business,mullet,party,uer)'), array('far fa-user-hair-mullet' => 'user-hair-mullet(business,mullet,party,uer)'), array('fal fa-user-hair-mullet' => 'user-hair-mullet(business,mullet,party,uer)'), array('fas fa-user-tie-hair' => 'user-tie-hair(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('far fa-user-tie-hair' => 'user-tie-hair(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('fal fa-user-tie-hair' => 'user-tie-hair(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('fas fa-user-tie-hair-long' => 'user-tie-hair-long(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('far fa-user-tie-hair-long' => 'user-tie-hair-long(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('fal fa-user-tie-hair-long' => 'user-tie-hair-long(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('fas fa-vault' => 'vault(bank,important,investment,lock,money,premium,privacy,safe,salary)'), array('far fa-vault' => 'vault(bank,important,investment,lock,money,premium,privacy,safe,salary)'), array('fal fa-vault' => 'vault(bank,important,investment,lock,money,premium,privacy,safe,salary)'), array('fas fa-wallet' => 'wallet(billfold,cash,currency,money,salary)'), array('far fa-wallet' => 'wallet(billfold,cash,currency,money,salary)'), array('fal fa-wallet' => 'wallet(billfold,cash,currency,money,salary)'), ), 'Sports + Fitness' => array( array('fas fa-award-simple' => 'award-simple(guarantee,honor,ribbon,warranty)'), array('far fa-award-simple' => 'award-simple(guarantee,honor,ribbon,warranty)'), array('fal fa-award-simple' => 'award-simple(guarantee,honor,ribbon,warranty)'), array('fas fa-badminton' => 'badminton(badminton,birdie,game,racquet,shuttlecock)'), array('far fa-badminton' => 'badminton(badminton,birdie,game,racquet,shuttlecock)'), array('fal fa-badminton' => 'badminton(badminton,birdie,game,racquet,shuttlecock)'), array('fas fa-baseball' => 'baseball(ball,baseball,foul,glove,hardball,league,leather,mlb,softball,sport,underarm)'), array('far fa-baseball' => 'baseball(ball,baseball,foul,glove,hardball,league,leather,mlb,softball,sport,underarm)'), array('fal fa-baseball' => 'baseball(ball,baseball,foul,glove,hardball,league,leather,mlb,softball,sport,underarm)'), array('fas fa-baseball-bat-ball' => 'baseball-bat-ball(bat,league,mlb,slugger,softball,sport)'), array('far fa-baseball-bat-ball' => 'baseball-bat-ball(bat,league,mlb,slugger,softball,sport)'), array('fal fa-baseball-bat-ball' => 'baseball-bat-ball(bat,league,mlb,slugger,softball,sport)'), array('fas fa-basketball' => 'basketball(ball,basketball,dribble,dunk,hoop,nba)'), array('far fa-basketball' => 'basketball(ball,basketball,dribble,dunk,hoop,nba)'), array('fal fa-basketball' => 'basketball(ball,basketball,dribble,dunk,hoop,nba)'), array('fas fa-basketball-hoop' => 'basketball-hoop(backboard,dunk,hoop,nba)'), array('far fa-basketball-hoop' => 'basketball-hoop(backboard,dunk,hoop,nba)'), array('fal fa-basketball-hoop' => 'basketball-hoop(backboard,dunk,hoop,nba)'), array('fas fa-bicycle' => 'bicycle(bicycle,bike,gears,pedal,transportation,vehicle)'), array('far fa-bicycle' => 'bicycle(bicycle,bike,gears,pedal,transportation,vehicle)'), array('fal fa-bicycle' => 'bicycle(bicycle,bike,gears,pedal,transportation,vehicle)'), array('fas fa-book-heart' => 'book-heart(charity,diary,documentation,donation,health,history,journal,library,read,research,wishlist)'), array('far fa-book-heart' => 'book-heart(charity,diary,documentation,donation,health,history,journal,library,read,research,wishlist)'), array('fal fa-book-heart' => 'book-heart(charity,diary,documentation,donation,health,history,journal,library,read,research,wishlist)'), array('fas fa-bowling-ball' => 'bowling-ball(alley,candlepin,gutter,lane,strike,tenpin)'), array('far fa-bowling-ball' => 'bowling-ball(alley,candlepin,gutter,lane,strike,tenpin)'), array('fal fa-bowling-ball' => 'bowling-ball(alley,candlepin,gutter,lane,strike,tenpin)'), array('fas fa-bowling-ball-pin' => 'bowling-ball-pin(ball,bowling,game,league,pin,strike)'), array('far fa-bowling-ball-pin' => 'bowling-ball-pin(ball,bowling,game,league,pin,strike)'), array('fal fa-bowling-ball-pin' => 'bowling-ball-pin(ball,bowling,game,league,pin,strike)'), array('fas fa-bowling-pins' => 'bowling-pins(alley,candlepin,gutter,lane,strike,tenpin)'), array('far fa-bowling-pins' => 'bowling-pins(alley,candlepin,gutter,lane,strike,tenpin)'), array('fal fa-bowling-pins' => 'bowling-pins(alley,candlepin,gutter,lane,strike,tenpin)'), array('fas fa-boxing-glove' => 'boxing-glove(boxer,boxing,boxing glove,fight,glove,heavyweight,spar)'), array('far fa-boxing-glove' => 'boxing-glove(boxer,boxing,boxing glove,fight,glove,heavyweight,spar)'), array('fal fa-boxing-glove' => 'boxing-glove(boxer,boxing,boxing glove,fight,glove,heavyweight,spar)'), array('fas fa-broom-ball' => 'broom-ball(ball,bludger,broom,golden snitch,harry potter,hogwarts,quaffle,sport,wizard)'), array('far fa-broom-ball' => 'broom-ball(ball,bludger,broom,golden snitch,harry potter,hogwarts,quaffle,sport,wizard)'), array('fal fa-broom-ball' => 'broom-ball(ball,bludger,broom,golden snitch,harry potter,hogwarts,quaffle,sport,wizard)'), array('fas fa-court-sport' => 'court-sport( basketball, court, football, futbol, soccer, sport,field)'), array('far fa-court-sport' => 'court-sport( basketball, court, football, futbol, soccer, sport,field)'), array('fal fa-court-sport' => 'court-sport( basketball, court, football, futbol, soccer, sport,field)'), array('fas fa-cricket-bat-ball' => 'cricket-bat-ball(ball,bat,bowling,cricket game,game,wicket)'), array('far fa-cricket-bat-ball' => 'cricket-bat-ball(ball,bat,bowling,cricket game,game,wicket)'), array('fal fa-cricket-bat-ball' => 'cricket-bat-ball(ball,bat,bowling,cricket game,game,wicket)'), array('fas fa-curling-stone' => 'curling-stone(curling stone,game,ice,olympics,rock,sport,stone)'), array('far fa-curling-stone' => 'curling-stone(curling stone,game,ice,olympics,rock,sport,stone)'), array('fal fa-curling-stone' => 'curling-stone(curling stone,game,ice,olympics,rock,sport,stone)'), array('fas fa-dumbbell' => 'dumbbell(exercise,gym,strength,weight,weight-lifting,workout)'), array('far fa-dumbbell' => 'dumbbell(exercise,gym,strength,weight,weight-lifting,workout)'), array('fal fa-dumbbell' => 'dumbbell(exercise,gym,strength,weight,weight-lifting,workout)'), array('fas fa-field-hockey-stick-ball' => 'field-hockey-stick-ball(ball,field,field hockey,game,hockey,sport,stick)'), array('far fa-field-hockey-stick-ball' => 'field-hockey-stick-ball(ball,field,field hockey,game,hockey,sport,stick)'), array('fal fa-field-hockey-stick-ball' => 'field-hockey-stick-ball(ball,field,field hockey,game,hockey,sport,stick)'), array('fas fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('far fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('fal fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('fas fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('far fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('fal fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('fas fa-fishing-rod' => 'fishing-rod(bait,cast,fish,fishing pole,pole)'), array('far fa-fishing-rod' => 'fishing-rod(bait,cast,fish,fishing pole,pole)'), array('fal fa-fishing-rod' => 'fishing-rod(bait,cast,fish,fishing pole,pole)'), array('fas fa-flag-pennant' => 'flag-pennant(banner,flag,post,sign,sports,triangular flag,win)'), array('far fa-flag-pennant' => 'flag-pennant(banner,flag,post,sign,sports,triangular flag,win)'), array('fal fa-flag-pennant' => 'flag-pennant(banner,flag,post,sign,sports,triangular flag,win)'), array('fas fa-flying-disc' => 'flying-disc(flying disc,frisbee,ultimate)'), array('far fa-flying-disc' => 'flying-disc(flying disc,frisbee,ultimate)'), array('fal fa-flying-disc' => 'flying-disc(flying disc,frisbee,ultimate)'), array('fas fa-football' => 'football(american,american football,ball,fall,football,nfl,pigskin,seasonal)'), array('far fa-football' => 'football(american,american football,ball,fall,football,nfl,pigskin,seasonal)'), array('fal fa-football' => 'football(american,american football,ball,fall,football,nfl,pigskin,seasonal)'), array('fas fa-football-helmet' => 'football-helmet(ball,concussion,fall,nfl,pigskin,protection,seasonal)'), array('far fa-football-helmet' => 'football-helmet(ball,concussion,fall,nfl,pigskin,protection,seasonal)'), array('fal fa-football-helmet' => 'football-helmet(ball,concussion,fall,nfl,pigskin,protection,seasonal)'), array('fas fa-futbol' => 'futbol(ball,football,mls,soccer,soccer ball)'), array('far fa-futbol' => 'futbol(ball,football,mls,soccer,soccer ball)'), array('fal fa-futbol' => 'futbol(ball,football,mls,soccer,soccer ball)'), array('fas fa-goal-net' => 'goal-net(goal,goal net,hockey,lacrosse,net,penalty,soccer)'), array('far fa-goal-net' => 'goal-net(goal,goal net,hockey,lacrosse,net,penalty,soccer)'), array('fal fa-goal-net' => 'goal-net(goal,goal net,hockey,lacrosse,net,penalty,soccer)'), array('fas fa-golf-ball-tee' => 'golf-ball-tee(caddy,eagle,putt,tee)'), array('far fa-golf-ball-tee' => 'golf-ball-tee(caddy,eagle,putt,tee)'), array('fal fa-golf-ball-tee' => 'golf-ball-tee(caddy,eagle,putt,tee)'), array('fas fa-golf-club' => 'golf-club(caddy,eagle,putt,tee)'), array('far fa-golf-club' => 'golf-club(caddy,eagle,putt,tee)'), array('fal fa-golf-club' => 'golf-club(caddy,eagle,putt,tee)'), array('fas fa-golf-flag-hole' => 'golf-flag-hole(bogey,eagle,flag in hole,golf,hole,putt)'), array('far fa-golf-flag-hole' => 'golf-flag-hole(bogey,eagle,flag in hole,golf,hole,putt)'), array('fal fa-golf-flag-hole' => 'golf-flag-hole(bogey,eagle,flag in hole,golf,hole,putt)'), array('fas fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('far fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fal fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fas fa-heart-pulse' => 'heart-pulse(ekg,electrocardiogram,health,lifeline,vital signs)'), array('far fa-heart-pulse' => 'heart-pulse(ekg,electrocardiogram,health,lifeline,vital signs)'), array('fal fa-heart-pulse' => 'heart-pulse(ekg,electrocardiogram,health,lifeline,vital signs)'), array('fas fa-hockey-mask' => 'hockey-mask(clothing,friday,halloween,ice,jason,nhl,protection,sport,thirteenth)'), array('far fa-hockey-mask' => 'hockey-mask(clothing,friday,halloween,ice,jason,nhl,protection,sport,thirteenth)'), array('fal fa-hockey-mask' => 'hockey-mask(clothing,friday,halloween,ice,jason,nhl,protection,sport,thirteenth)'), array('fas fa-hockey-puck' => 'hockey-puck(ice,nhl,sport)'), array('far fa-hockey-puck' => 'hockey-puck(ice,nhl,sport)'), array('fal fa-hockey-puck' => 'hockey-puck(ice,nhl,sport)'), array('fas fa-hockey-stick-puck' => 'hockey-stick-puck(game,hockey,ice,ice hockey,nhl,puck,sport,stick)'), array('far fa-hockey-stick-puck' => 'hockey-stick-puck(game,hockey,ice,ice hockey,nhl,puck,sport,stick)'), array('fal fa-hockey-stick-puck' => 'hockey-stick-puck(game,hockey,ice,ice hockey,nhl,puck,sport,stick)'), array('fas fa-hockey-sticks' => 'hockey-sticks(ice,nhl,sport)'), array('far fa-hockey-sticks' => 'hockey-sticks(ice,nhl,sport)'), array('fal fa-hockey-sticks' => 'hockey-sticks(ice,nhl,sport)'), array('fas fa-ice-skate' => 'ice-skate(blade,clothing,figure skating,hockey,ice,ice skate,seasonal,shoe,skate)'), array('far fa-ice-skate' => 'ice-skate(blade,clothing,figure skating,hockey,ice,ice skate,seasonal,shoe,skate)'), array('fal fa-ice-skate' => 'ice-skate(blade,clothing,figure skating,hockey,ice,ice skate,seasonal,shoe,skate)'), array('fas fa-lacrosse-stick' => 'lacrosse-stick(lacrosse)'), array('far fa-lacrosse-stick' => 'lacrosse-stick(lacrosse)'), array('fal fa-lacrosse-stick' => 'lacrosse-stick(lacrosse)'), array('fas fa-lacrosse-stick-ball' => 'lacrosse-stick-ball(ball,goal,lacrosse,stick)'), array('far fa-lacrosse-stick-ball' => 'lacrosse-stick-ball(ball,goal,lacrosse,stick)'), array('fal fa-lacrosse-stick-ball' => 'lacrosse-stick-ball(ball,goal,lacrosse,stick)'), array('fas fa-luchador-mask' => 'luchador-mask(fight,mexico,nacho libre,wrestle,wrestling)'), array('far fa-luchador-mask' => 'luchador-mask(fight,mexico,nacho libre,wrestle,wrestling)'), array('fal fa-luchador-mask' => 'luchador-mask(fight,mexico,nacho libre,wrestle,wrestling)'), array('fas fa-mask-snorkel' => 'mask-snorkel(dive,diving,diving mask,scuba,snorkeling,swimming,underwater)'), array('far fa-mask-snorkel' => 'mask-snorkel(dive,diving,diving mask,scuba,snorkeling,swimming,underwater)'), array('fal fa-mask-snorkel' => 'mask-snorkel(dive,diving,diving mask,scuba,snorkeling,swimming,underwater)'), array('fas fa-medal' => 'medal(award,guarantee,medal,quality,ribbon,sports medal,star,trophy,warranty)'), array('far fa-medal' => 'medal(award,guarantee,medal,quality,ribbon,sports medal,star,trophy,warranty)'), array('fal fa-medal' => 'medal(award,guarantee,medal,quality,ribbon,sports medal,star,trophy,warranty)'), array('fas fa-monitor-waveform' => 'monitor-waveform(EKG,electrocardiogram,health,life,vital)'), array('far fa-monitor-waveform' => 'monitor-waveform(EKG,electrocardiogram,health,life,vital)'), array('fal fa-monitor-waveform' => 'monitor-waveform(EKG,electrocardiogram,health,life,vital)'), array('fas fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('far fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('fal fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('fas fa-person-biking' => 'person-biking(bicycle,bike,biking,cyclist,pedal,person biking,summer,uer,wheel)'), array('far fa-person-biking' => 'person-biking(bicycle,bike,biking,cyclist,pedal,person biking,summer,uer,wheel)'), array('fal fa-person-biking' => 'person-biking(bicycle,bike,biking,cyclist,pedal,person biking,summer,uer,wheel)'), array('fas fa-person-biking-mountain' => 'person-biking-mountain(bicycle,bicyclist,bike,cyclist,mountain,offroad,pedal,person mountain biking,summer,uer,wheel)'), array('far fa-person-biking-mountain' => 'person-biking-mountain(bicycle,bicyclist,bike,cyclist,mountain,offroad,pedal,person mountain biking,summer,uer,wheel)'), array('fal fa-person-biking-mountain' => 'person-biking-mountain(bicycle,bicyclist,bike,cyclist,mountain,offroad,pedal,person mountain biking,summer,uer,wheel)'), array('fas fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('far fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('fal fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('fas fa-person-running' => 'person-running(exit,flee,follow,marathon,person running,race,running,uer,workout)'), array('far fa-person-running' => 'person-running(exit,flee,follow,marathon,person running,race,running,uer,workout)'), array('fal fa-person-running' => 'person-running(exit,flee,follow,marathon,person running,race,running,uer,workout)'), array('fas fa-person-running-fast' => 'person-running-fast( flee, marathon, person running, race, running,exit,fast)'), array('far fa-person-running-fast' => 'person-running-fast( flee, marathon, person running, race, running,exit,fast)'), array('fal fa-person-running-fast' => 'person-running-fast( flee, marathon, person running, race, running,exit,fast)'), array('fas fa-person-skating' => 'person-skating(figure skating,ice,olympics,rink,skate,uer,winter)'), array('far fa-person-skating' => 'person-skating(figure skating,ice,olympics,rink,skate,uer,winter)'), array('fal fa-person-skating' => 'person-skating(figure skating,ice,olympics,rink,skate,uer,winter)'), array('fas fa-person-ski-jumping' => 'person-ski-jumping(olympics,skiing,uer,winter)'), array('far fa-person-ski-jumping' => 'person-ski-jumping(olympics,skiing,uer,winter)'), array('fal fa-person-ski-jumping' => 'person-ski-jumping(olympics,skiing,uer,winter)'), array('fas fa-person-skiing' => 'person-skiing(downhill,olympics,ski,skier,snow,uer,winter)'), array('far fa-person-skiing' => 'person-skiing(downhill,olympics,ski,skier,snow,uer,winter)'), array('fal fa-person-skiing' => 'person-skiing(downhill,olympics,ski,skier,snow,uer,winter)'), array('fas fa-person-skiing-nordic' => 'person-skiing-nordic(cross country,olympics,uer,winter)'), array('far fa-person-skiing-nordic' => 'person-skiing-nordic(cross country,olympics,uer,winter)'), array('fal fa-person-skiing-nordic' => 'person-skiing-nordic(cross country,olympics,uer,winter)'), array('fas fa-person-sledding' => 'person-sledding(fun,slide,uer,winter)'), array('far fa-person-sledding' => 'person-sledding(fun,slide,uer,winter)'), array('fal fa-person-sledding' => 'person-sledding(fun,slide,uer,winter)'), array('fas fa-person-snowboarding' => 'person-snowboarding(olympics,ski,snow,snowboard,snowboarder,uer,winter)'), array('far fa-person-snowboarding' => 'person-snowboarding(olympics,ski,snow,snowboard,snowboarder,uer,winter)'), array('fal fa-person-snowboarding' => 'person-snowboarding(olympics,ski,snow,snowboard,snowboarder,uer,winter)'), array('fas fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('far fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('fal fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('fas fa-person-walking' => 'person-walking(crosswalk,exercise,follow,hike,move,person walking,uer,walk,walking,workout)'), array('far fa-person-walking' => 'person-walking(crosswalk,exercise,follow,hike,move,person walking,uer,walk,walking,workout)'), array('fal fa-person-walking' => 'person-walking(crosswalk,exercise,follow,hike,move,person walking,uer,walk,walking,workout)'), array('fas fa-pickaxe' => 'pickaxe(axe,climb,ice,mine,mining,mountaineering,rock)'), array('far fa-pickaxe' => 'pickaxe(axe,climb,ice,mine,mining,mountaineering,rock)'), array('fal fa-pickaxe' => 'pickaxe(axe,climb,ice,mine,mining,mountaineering,rock)'), array('fas fa-pickleball' => 'pickleball(paddle,pickleball,wiffle)'), array('far fa-pickleball' => 'pickleball(paddle,pickleball,wiffle)'), array('fal fa-pickleball' => 'pickleball(paddle,pickleball,wiffle)'), array('fas fa-racquet' => 'racquet(badminton,racket,squash,tennis)'), array('far fa-racquet' => 'racquet(badminton,racket,squash,tennis)'), array('fal fa-racquet' => 'racquet(badminton,racket,squash,tennis)'), array('fas fa-ranking-star' => 'ranking-star(chart,first place,podium,quality,rank,revenue,win)'), array('far fa-ranking-star' => 'ranking-star(chart,first place,podium,quality,rank,revenue,win)'), array('fal fa-ranking-star' => 'ranking-star(chart,first place,podium,quality,rank,revenue,win)'), array('fas fa-rugby-ball' => 'rugby-ball(ball,football,rugby,rugby football)'), array('far fa-rugby-ball' => 'rugby-ball(ball,football,rugby,rugby football)'), array('fal fa-rugby-ball' => 'rugby-ball(ball,football,rugby,rugby football)'), array('fas fa-shirt-running' => 'shirt-running(athletics,running,running shirt,sash,shirt,tank top)'), array('far fa-shirt-running' => 'shirt-running(athletics,running,running shirt,sash,shirt,tank top)'), array('fal fa-shirt-running' => 'shirt-running(athletics,running,running shirt,sash,shirt,tank top)'), array('fas fa-shoe-prints' => 'shoe-prints(feet,footprints,steps,walk)'), array('far fa-shoe-prints' => 'shoe-prints(feet,footprints,steps,walk)'), array('fal fa-shoe-prints' => 'shoe-prints(feet,footprints,steps,walk)'), array('fas fa-shuttlecock' => 'shuttlecock(badminton,birdie,feather,sport)'), array('far fa-shuttlecock' => 'shuttlecock(badminton,birdie,feather,sport)'), array('fal fa-shuttlecock' => 'shuttlecock(badminton,birdie,feather,sport)'), array('fas fa-ski-boot' => 'ski-boot(boot,ski,snow,winter)'), array('far fa-ski-boot' => 'ski-boot(boot,ski,snow,winter)'), array('fal fa-ski-boot' => 'ski-boot(boot,ski,snow,winter)'), array('fas fa-ski-boot-ski' => 'ski-boot-ski(boot,ski,skis,snow,winter)'), array('far fa-ski-boot-ski' => 'ski-boot-ski(boot,ski,skis,snow,winter)'), array('fal fa-ski-boot-ski' => 'ski-boot-ski(boot,ski,skis,snow,winter)'), array('fas fa-spa' => 'spa(flora,massage,mindfulness,plant,wellness)'), array('far fa-spa' => 'spa(flora,massage,mindfulness,plant,wellness)'), array('fal fa-spa' => 'spa(flora,massage,mindfulness,plant,wellness)'), array('fas fa-sportsball' => 'sportsball(baseball,basketball,football,sports,sportsball)'), array('far fa-sportsball' => 'sportsball(baseball,basketball,football,sports,sportsball)'), array('fal fa-sportsball' => 'sportsball(baseball,basketball,football,sports,sportsball)'), array('fas fa-stopwatch-20' => 'stopwatch-20(ABCs,countdown,covid-19,happy birthday,i will survive,reminder,seconds,time,timer)'), array('far fa-stopwatch-20' => 'stopwatch-20(ABCs,countdown,covid-19,happy birthday,i will survive,reminder,seconds,time,timer)'), array('fal fa-stopwatch-20' => 'stopwatch-20(ABCs,countdown,covid-19,happy birthday,i will survive,reminder,seconds,time,timer)'), array('fas fa-table-tennis-paddle-ball' => 'table-tennis-paddle-ball(ball,bat,game,paddle,ping pong,table tennis)'), array('far fa-table-tennis-paddle-ball' => 'table-tennis-paddle-ball(ball,bat,game,paddle,ping pong,table tennis)'), array('fal fa-table-tennis-paddle-ball' => 'table-tennis-paddle-ball(ball,bat,game,paddle,ping pong,table tennis)'), array('fas fa-tennis-ball' => 'tennis-ball(ball,racket,racquet,sport,tennis,us open)'), array('far fa-tennis-ball' => 'tennis-ball(ball,racket,racquet,sport,tennis,us open)'), array('fal fa-tennis-ball' => 'tennis-ball(ball,racket,racquet,sport,tennis,us open)'), array('fas fa-uniform-martial-arts' => 'uniform-martial-arts(aikido,belt,jiu jitsu,judo,karate,martial arts,martial arts uniform,taekwondo,uniform)'), array('far fa-uniform-martial-arts' => 'uniform-martial-arts(aikido,belt,jiu jitsu,judo,karate,martial arts,martial arts uniform,taekwondo,uniform)'), array('fal fa-uniform-martial-arts' => 'uniform-martial-arts(aikido,belt,jiu jitsu,judo,karate,martial arts,martial arts uniform,taekwondo,uniform)'), array('fas fa-volleyball' => 'volleyball(ball,beach,game,olympics,sport,volleyball)'), array('far fa-volleyball' => 'volleyball(ball,beach,game,olympics,sport,volleyball)'), array('fal fa-volleyball' => 'volleyball(ball,beach,game,olympics,sport,volleyball)'), array('fas fa-watch-apple' => 'watch-apple(apps,digital,fitness,smartwatch)'), array('far fa-watch-apple' => 'watch-apple(apps,digital,fitness,smartwatch)'), array('fal fa-watch-apple' => 'watch-apple(apps,digital,fitness,smartwatch)'), array('fas fa-watch-fitness' => 'watch-fitness(Fitbit,alert,apple watch,clock,pedometer,time,wristwatch)'), array('far fa-watch-fitness' => 'watch-fitness(Fitbit,alert,apple watch,clock,pedometer,time,wristwatch)'), array('fal fa-watch-fitness' => 'watch-fitness(Fitbit,alert,apple watch,clock,pedometer,time,wristwatch)'), array('fas fa-wave-pulse' => 'wave-pulse(EKG,activity,electrocardiogram,health,life,vital)'), array('far fa-wave-pulse' => 'wave-pulse(EKG,activity,electrocardiogram,health,life,vital)'), array('fal fa-wave-pulse' => 'wave-pulse(EKG,activity,electrocardiogram,health,life,vital)'), array('fas fa-weight-hanging' => 'weight-hanging(anvil,heavy,measurement)'), array('far fa-weight-hanging' => 'weight-hanging(anvil,heavy,measurement)'), array('fal fa-weight-hanging' => 'weight-hanging(anvil,heavy,measurement)'), array('fas fa-whistle' => 'whistle(alert,single,sound,toot)'), array('far fa-whistle' => 'whistle(alert,single,sound,toot)'), array('fal fa-whistle' => 'whistle(alert,single,sound,toot)'), array('fas fa-wreath-laurel' => 'wreath-laurel(award,branch,chaplet,evergreen,garland,greece,greek,hat,leaf,mythology,ribbon,rome,triumph,victory)'), array('far fa-wreath-laurel' => 'wreath-laurel(award,branch,chaplet,evergreen,garland,greece,greek,hat,leaf,mythology,ribbon,rome,triumph,victory)'), array('fal fa-wreath-laurel' => 'wreath-laurel(award,branch,chaplet,evergreen,garland,greece,greek,hat,leaf,mythology,ribbon,rome,triumph,victory)'), ), 'Mathematics' => array( array('fas fa-abacus' => 'abacus(abacus,addition,ancient,arithmetic,calculation,calculator,counting,hexadecimal,math,subtraction)'), array('far fa-abacus' => 'abacus(abacus,addition,ancient,arithmetic,calculation,calculator,counting,hexadecimal,math,subtraction)'), array('fal fa-abacus' => 'abacus(abacus,addition,ancient,arithmetic,calculation,calculator,counting,hexadecimal,math,subtraction)'), array('fas fa-calculator' => 'calculator(Pocket Calculator,abacus,addition,arithmetic,counting,math,multiplication,subtraction)'), array('far fa-calculator' => 'calculator(Pocket Calculator,abacus,addition,arithmetic,counting,math,multiplication,subtraction)'), array('fal fa-calculator' => 'calculator(Pocket Calculator,abacus,addition,arithmetic,counting,math,multiplication,subtraction)'), array('fas fa-calculator-simple' => 'calculator-simple(abacus,addition,arithmetic,counting,math,multiplication,subtraction)'), array('far fa-calculator-simple' => 'calculator-simple(abacus,addition,arithmetic,counting,math,multiplication,subtraction)'), array('fal fa-calculator-simple' => 'calculator-simple(abacus,addition,arithmetic,counting,math,multiplication,subtraction)'), array('fas fa-circle-divide' => 'circle-divide(algebra,arithmetic,division)'), array('far fa-circle-divide' => 'circle-divide(algebra,arithmetic,division)'), array('fal fa-circle-divide' => 'circle-divide(algebra,arithmetic,division)'), array('fas fa-circle-minus' => 'circle-minus(delete,hide,negative,remove,shape,trash)'), array('far fa-circle-minus' => 'circle-minus(delete,hide,negative,remove,shape,trash)'), array('fal fa-circle-minus' => 'circle-minus(delete,hide,negative,remove,shape,trash)'), array('fas fa-circle-plus' => 'circle-plus(add,create,expand,new,positive,shape)'), array('far fa-circle-plus' => 'circle-plus(add,create,expand,new,positive,shape)'), array('fal fa-circle-plus' => 'circle-plus(add,create,expand,new,positive,shape)'), array('fas fa-circle-xmark' => 'circle-xmark(close,cross,destroy,exit,incorrect,notice,notification,notify,problem,uncheck,wrong,x)'), array('far fa-circle-xmark' => 'circle-xmark(close,cross,destroy,exit,incorrect,notice,notification,notify,problem,uncheck,wrong,x)'), array('fal fa-circle-xmark' => 'circle-xmark(close,cross,destroy,exit,incorrect,notice,notification,notify,problem,uncheck,wrong,x)'), array('fas fa-divide' => 'divide(Division Sign,arithmetic,calculus,divide,division,math,sign,÷)'), array('far fa-divide' => 'divide(Division Sign,arithmetic,calculus,divide,division,math,sign,÷)'), array('fal fa-divide' => 'divide(Division Sign,arithmetic,calculus,divide,division,math,sign,÷)'), array('fas fa-empty-set' => 'empty-set(Empty Set,Latin Capital Letter O with Stroke,math,theory)'), array('far fa-empty-set' => 'empty-set(Empty Set,Latin Capital Letter O with Stroke,math,theory)'), array('fal fa-empty-set' => 'empty-set(Empty Set,Latin Capital Letter O with Stroke,math,theory)'), array('fas fa-equals' => 'equals(Equals Sign,arithmetic,even,match,math)'), array('far fa-equals' => 'equals(Equals Sign,arithmetic,even,match,math)'), array('fal fa-equals' => 'equals(Equals Sign,arithmetic,even,match,math)'), array('fas fa-function' => 'function(math,mathematics)'), array('far fa-function' => 'function(math,mathematics)'), array('fal fa-function' => 'function(math,mathematics)'), array('fas fa-greater-than' => 'greater-than(Greater-Than Sign,arithmetic,compare,math)'), array('far fa-greater-than' => 'greater-than(Greater-Than Sign,arithmetic,compare,math)'), array('fal fa-greater-than' => 'greater-than(Greater-Than Sign,arithmetic,compare,math)'), array('fas fa-greater-than-equal' => 'greater-than-equal(arithmetic,compare,math)'), array('far fa-greater-than-equal' => 'greater-than-equal(arithmetic,compare,math)'), array('fal fa-greater-than-equal' => 'greater-than-equal(arithmetic,compare,math)'), array('fas fa-hexagon-divide' => 'hexagon-divide(algebra,arithmetic,division)'), array('far fa-hexagon-divide' => 'hexagon-divide(algebra,arithmetic,division)'), array('fal fa-hexagon-divide' => 'hexagon-divide(algebra,arithmetic,division)'), array('fas fa-hexagon-minus' => 'hexagon-minus(delete,hide,negative,remove,shape,trash)'), array('far fa-hexagon-minus' => 'hexagon-minus(delete,hide,negative,remove,shape,trash)'), array('fal fa-hexagon-minus' => 'hexagon-minus(delete,hide,negative,remove,shape,trash)'), array('fas fa-hexagon-plus' => 'hexagon-plus(add,create,expand,new,positive,shape)'), array('far fa-hexagon-plus' => 'hexagon-plus(add,create,expand,new,positive,shape)'), array('fal fa-hexagon-plus' => 'hexagon-plus(add,create,expand,new,positive,shape)'), array('fas fa-hexagon-xmark' => 'hexagon-xmark(close,cross,exit,incorrect,notice,notification,notify,problem,uncheck,wrong,x)'), array('far fa-hexagon-xmark' => 'hexagon-xmark(close,cross,exit,incorrect,notice,notification,notify,problem,uncheck,wrong,x)'), array('fal fa-hexagon-xmark' => 'hexagon-xmark(close,cross,exit,incorrect,notice,notification,notify,problem,uncheck,wrong,x)'), array('fas fa-infinity' => 'infinity(Infinity,eternity,forever,infinity,math,unbounded,universal)'), array('far fa-infinity' => 'infinity(Infinity,eternity,forever,infinity,math,unbounded,universal)'), array('fal fa-infinity' => 'infinity(Infinity,eternity,forever,infinity,math,unbounded,universal)'), array('fas fa-integral' => 'integral(calculus,equation,function,math)'), array('far fa-integral' => 'integral(calculus,equation,function,math)'), array('fal fa-integral' => 'integral(calculus,equation,function,math)'), array('fas fa-intersection' => 'intersection(N-Ary Intersection,calculus,equation,function,math)'), array('far fa-intersection' => 'intersection(N-Ary Intersection,calculus,equation,function,math)'), array('fal fa-intersection' => 'intersection(N-Ary Intersection,calculus,equation,function,math)'), array('fas fa-lambda' => 'lambda(calculus,equation,function,math)'), array('far fa-lambda' => 'lambda(calculus,equation,function,math)'), array('fal fa-lambda' => 'lambda(calculus,equation,function,math)'), array('fas fa-less-than' => 'less-than(Less-Than Sign,arithmetic,compare,math)'), array('far fa-less-than' => 'less-than(Less-Than Sign,arithmetic,compare,math)'), array('fal fa-less-than' => 'less-than(Less-Than Sign,arithmetic,compare,math)'), array('fas fa-less-than-equal' => 'less-than-equal(arithmetic,compare,math)'), array('far fa-less-than-equal' => 'less-than-equal(arithmetic,compare,math)'), array('fal fa-less-than-equal' => 'less-than-equal(arithmetic,compare,math)'), array('fas fa-minus' => 'minus(En Dash,Minus Sign,collapse,delete,hide,math,minify,minus,negative,remove,sign,trash,−)'), array('far fa-minus' => 'minus(En Dash,Minus Sign,collapse,delete,hide,math,minify,minus,negative,remove,sign,trash,−)'), array('fal fa-minus' => 'minus(En Dash,Minus Sign,collapse,delete,hide,math,minify,minus,negative,remove,sign,trash,−)'), array('fas fa-not-equal' => 'not-equal(arithmetic,compare,math)'), array('far fa-not-equal' => 'not-equal(arithmetic,compare,math)'), array('fal fa-not-equal' => 'not-equal(arithmetic,compare,math)'), array('fas fa-octagon-divide' => 'octagon-divide(algebra,arithmetic,division)'), array('far fa-octagon-divide' => 'octagon-divide(algebra,arithmetic,division)'), array('fal fa-octagon-divide' => 'octagon-divide(algebra,arithmetic,division)'), array('fas fa-octagon-minus' => 'octagon-minus(delete,hide,negative,remove,shape,trash)'), array('far fa-octagon-minus' => 'octagon-minus(delete,hide,negative,remove,shape,trash)'), array('fal fa-octagon-minus' => 'octagon-minus(delete,hide,negative,remove,shape,trash)'), array('fas fa-octagon-plus' => 'octagon-plus(add,create,expand,new,positive,shape)'), array('far fa-octagon-plus' => 'octagon-plus(add,create,expand,new,positive,shape)'), array('fal fa-octagon-plus' => 'octagon-plus(add,create,expand,new,positive,shape)'), array('fas fa-octagon-xmark' => 'octagon-xmark(close,cross,exit,incorrect,notice,notification,notify,problem,uncheck,wrong,x)'), array('far fa-octagon-xmark' => 'octagon-xmark(close,cross,exit,incorrect,notice,notification,notify,problem,uncheck,wrong,x)'), array('fal fa-octagon-xmark' => 'octagon-xmark(close,cross,exit,incorrect,notice,notification,notify,problem,uncheck,wrong,x)'), array('fas fa-omega' => 'omega(alphabet,greek,math)'), array('far fa-omega' => 'omega(alphabet,greek,math)'), array('fal fa-omega' => 'omega(alphabet,greek,math)'), array('fas fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('far fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('fal fa-percent' => 'percent(Percent Sign,discount,fraction,proportion,rate,ratio)'), array('fas fa-pi' => 'pi(alphabet,circumference,diameter,greek,math,mathematics)'), array('far fa-pi' => 'pi(alphabet,circumference,diameter,greek,math,mathematics)'), array('fal fa-pi' => 'pi(alphabet,circumference,diameter,greek,math,mathematics)'), array('fas fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('far fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fal fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fas fa-plus-minus' => 'plus-minus(Plus-Minus Sign,add,math,subtract)'), array('far fa-plus-minus' => 'plus-minus(Plus-Minus Sign,add,math,subtract)'), array('fal fa-plus-minus' => 'plus-minus(Plus-Minus Sign,add,math,subtract)'), array('fas fa-sigma' => 'sigma(N-Ary Summation,alphabet,greek,math,summation)'), array('far fa-sigma' => 'sigma(N-Ary Summation,alphabet,greek,math,summation)'), array('fal fa-sigma' => 'sigma(N-Ary Summation,alphabet,greek,math,summation)'), array('fas fa-square-divide' => 'square-divide(algebra,arithmetic,division)'), array('far fa-square-divide' => 'square-divide(algebra,arithmetic,division)'), array('fal fa-square-divide' => 'square-divide(algebra,arithmetic,division)'), array('fas fa-square-minus' => 'square-minus(collapse,delete,hide,minify,negative,remove,shape,trash)'), array('far fa-square-minus' => 'square-minus(collapse,delete,hide,minify,negative,remove,shape,trash)'), array('fal fa-square-minus' => 'square-minus(collapse,delete,hide,minify,negative,remove,shape,trash)'), array('fas fa-square-root' => 'square-root(Square Root,arithmetic,calculus,division,math)'), array('far fa-square-root' => 'square-root(Square Root,arithmetic,calculus,division,math)'), array('fal fa-square-root' => 'square-root(Square Root,arithmetic,calculus,division,math)'), array('fas fa-square-root-variable' => 'square-root-variable(arithmetic,calculus,division,math)'), array('far fa-square-root-variable' => 'square-root-variable(arithmetic,calculus,division,math)'), array('fal fa-square-root-variable' => 'square-root-variable(arithmetic,calculus,division,math)'), array('fas fa-square-xmark' => 'square-xmark(close,cross,cross mark button,incorrect,mark,notice,notification,notify,problem,square,uncheck,window,wrong,x,×)'), array('far fa-square-xmark' => 'square-xmark(close,cross,cross mark button,incorrect,mark,notice,notification,notify,problem,square,uncheck,window,wrong,x,×)'), array('fal fa-square-xmark' => 'square-xmark(close,cross,cross mark button,incorrect,mark,notice,notification,notify,problem,square,uncheck,window,wrong,x,×)'), array('fas fa-subscript' => 'subscript(edit,font,format,text,type)'), array('far fa-subscript' => 'subscript(edit,font,format,text,type)'), array('fal fa-subscript' => 'subscript(edit,font,format,text,type)'), array('fas fa-superscript' => 'superscript(edit,exponential,font,format,text,type)'), array('far fa-superscript' => 'superscript(edit,exponential,font,format,text,type)'), array('fal fa-superscript' => 'superscript(edit,exponential,font,format,text,type)'), array('fas fa-tally' => 'tally(count,hash,numbers)'), array('far fa-tally' => 'tally(count,hash,numbers)'), array('fal fa-tally' => 'tally(count,hash,numbers)'), array('fas fa-tally-1' => 'tally-1(calculate,count,hash,number)'), array('far fa-tally-1' => 'tally-1(calculate,count,hash,number)'), array('fal fa-tally-1' => 'tally-1(calculate,count,hash,number)'), array('fas fa-tally-2' => 'tally-2(calculate,count,hash,number)'), array('far fa-tally-2' => 'tally-2(calculate,count,hash,number)'), array('fal fa-tally-2' => 'tally-2(calculate,count,hash,number)'), array('fas fa-tally-3' => 'tally-3(calculate,count,hash,number)'), array('far fa-tally-3' => 'tally-3(calculate,count,hash,number)'), array('fal fa-tally-3' => 'tally-3(calculate,count,hash,number)'), array('fas fa-tally-4' => 'tally-4(calculate,count,hash,number)'), array('far fa-tally-4' => 'tally-4(calculate,count,hash,number)'), array('fal fa-tally-4' => 'tally-4(calculate,count,hash,number)'), array('fas fa-theta' => 'theta(alphabet,greek,math)'), array('far fa-theta' => 'theta(alphabet,greek,math)'), array('fal fa-theta' => 'theta(alphabet,greek,math)'), array('fas fa-tilde' => 'tilde(Tilde,accent,symbol,text,type)'), array('far fa-tilde' => 'tilde(Tilde,accent,symbol,text,type)'), array('fal fa-tilde' => 'tilde(Tilde,accent,symbol,text,type)'), array('fas fa-union' => 'union(N-Ary Union,calculus,equation,function,math)'), array('far fa-union' => 'union(N-Ary Union,calculus,equation,function,math)'), array('fal fa-union' => 'union(N-Ary Union,calculus,equation,function,math)'), array('fas fa-value-absolute' => 'value-absolute(Math)'), array('far fa-value-absolute' => 'value-absolute(Math)'), array('fal fa-value-absolute' => 'value-absolute(Math)'), array('fas fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), array('far fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), array('fal fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), array('fas fa-wave-sine' => 'wave-sine(Sine Wave,frequency,pulse,signal)'), array('far fa-wave-sine' => 'wave-sine(Sine Wave,frequency,pulse,signal)'), array('fal fa-wave-sine' => 'wave-sine(Sine Wave,frequency,pulse,signal)'), array('fas fa-wave-square' => 'wave-square(frequency,pulse,signal)'), array('far fa-wave-square' => 'wave-square(frequency,pulse,signal)'), array('fal fa-wave-square' => 'wave-square(frequency,pulse,signal)'), array('fas fa-wave-triangle' => 'wave-triangle(frequency,pulse,signal)'), array('far fa-wave-triangle' => 'wave-triangle(frequency,pulse,signal)'), array('fal fa-wave-triangle' => 'wave-triangle(frequency,pulse,signal)'), array('fas fa-waves-sine' => 'waves-sine( frequency, pulse, signal,Sine Wave,compare,similar)'), array('far fa-waves-sine' => 'waves-sine( frequency, pulse, signal,Sine Wave,compare,similar)'), array('fal fa-waves-sine' => 'waves-sine( frequency, pulse, signal,Sine Wave,compare,similar)'), array('fas fa-xmark' => 'xmark(Cancellation X,Multiplication Sign,Multiplication X,cancel,close,cross,cross mark,error,exit,incorrect,mark,multiplication,multiply,notice,notification,notify,problem,sign,uncheck,wrong,x,×)'), array('far fa-xmark' => 'xmark(Cancellation X,Multiplication Sign,Multiplication X,cancel,close,cross,cross mark,error,exit,incorrect,mark,multiplication,multiply,notice,notification,notify,problem,sign,uncheck,wrong,x,×)'), array('fal fa-xmark' => 'xmark(Cancellation X,Multiplication Sign,Multiplication X,cancel,close,cross,cross mark,error,exit,incorrect,mark,multiplication,multiply,notice,notification,notify,problem,sign,uncheck,wrong,x,×)'), ), 'Clothing + Fashion' => array( array('fas fa-boot' => 'boot(backpacking,boot,camping,clothing,foot,hiking,hiking boot,shoe,sturdy)'), array('far fa-boot' => 'boot(backpacking,boot,camping,clothing,foot,hiking,hiking boot,shoe,sturdy)'), array('fal fa-boot' => 'boot(backpacking,boot,camping,clothing,foot,hiking,hiking boot,shoe,sturdy)'), array('fas fa-boot-heeled' => 'boot-heeled(boot,clothing,cowboy,cowgirl,knee high,shoe,woman,woman’s boot)'), array('far fa-boot-heeled' => 'boot-heeled(boot,clothing,cowboy,cowgirl,knee high,shoe,woman,woman’s boot)'), array('fal fa-boot-heeled' => 'boot-heeled(boot,clothing,cowboy,cowgirl,knee high,shoe,woman,woman’s boot)'), array('fas fa-clothes-hanger' => 'clothes-hanger(clothing,dry cleaner,hang,wire)'), array('far fa-clothes-hanger' => 'clothes-hanger(clothing,dry cleaner,hang,wire)'), array('fal fa-clothes-hanger' => 'clothes-hanger(clothing,dry cleaner,hang,wire)'), array('fas fa-ear-muffs' => 'ear-muffs(accessory,clothing,cold,head,puffy,soft,winter)'), array('far fa-ear-muffs' => 'ear-muffs(accessory,clothing,cold,head,puffy,soft,winter)'), array('fal fa-ear-muffs' => 'ear-muffs(accessory,clothing,cold,head,puffy,soft,winter)'), array('fas fa-glasses' => 'glasses(hipster,nerd,reading,sight,spectacles,vision)'), array('far fa-glasses' => 'glasses(hipster,nerd,reading,sight,spectacles,vision)'), array('fal fa-glasses' => 'glasses(hipster,nerd,reading,sight,spectacles,vision)'), array('fas fa-glasses-round' => 'glasses-round(clothing,eye,eyeglasses,eyewear,glasses,hipster,nerd,reading,sight,spectacles,vision)'), array('far fa-glasses-round' => 'glasses-round(clothing,eye,eyeglasses,eyewear,glasses,hipster,nerd,reading,sight,spectacles,vision)'), array('fal fa-glasses-round' => 'glasses-round(clothing,eye,eyeglasses,eyewear,glasses,hipster,nerd,reading,sight,spectacles,vision)'), array('fas fa-graduation-cap' => 'graduation-cap(cap,celebration,ceremony,clothing,college,graduate,graduation,graduation cap,hat,learning,school,student)'), array('far fa-graduation-cap' => 'graduation-cap(cap,celebration,ceremony,clothing,college,graduate,graduation,graduation cap,hat,learning,school,student)'), array('fal fa-graduation-cap' => 'graduation-cap(cap,celebration,ceremony,clothing,college,graduate,graduation,graduation cap,hat,learning,school,student)'), array('fas fa-hat-beach' => 'hat-beach( beach, flower, shade, sun,hat)'), array('far fa-hat-beach' => 'hat-beach( beach, flower, shade, sun,hat)'), array('fal fa-hat-beach' => 'hat-beach( beach, flower, shade, sun,hat)'), array('fas fa-hat-cowboy' => 'hat-cowboy(buckaroo,horse,jackeroo,john b.,old west,pardner,ranch,rancher,rodeo,western,wrangler)'), array('far fa-hat-cowboy' => 'hat-cowboy(buckaroo,horse,jackeroo,john b.,old west,pardner,ranch,rancher,rodeo,western,wrangler)'), array('fal fa-hat-cowboy' => 'hat-cowboy(buckaroo,horse,jackeroo,john b.,old west,pardner,ranch,rancher,rodeo,western,wrangler)'), array('fas fa-hat-cowboy-side' => 'hat-cowboy-side(buckaroo,horse,jackeroo,john b.,old west,pardner,ranch,rancher,rodeo,western,wrangler)'), array('far fa-hat-cowboy-side' => 'hat-cowboy-side(buckaroo,horse,jackeroo,john b.,old west,pardner,ranch,rancher,rodeo,western,wrangler)'), array('fal fa-hat-cowboy-side' => 'hat-cowboy-side(buckaroo,horse,jackeroo,john b.,old west,pardner,ranch,rancher,rodeo,western,wrangler)'), array('fas fa-hat-santa' => 'hat-santa(accessory,christmas,claus,clothing,head,holiday,santa,xmas)'), array('far fa-hat-santa' => 'hat-santa(accessory,christmas,claus,clothing,head,holiday,santa,xmas)'), array('fal fa-hat-santa' => 'hat-santa(accessory,christmas,claus,clothing,head,holiday,santa,xmas)'), array('fas fa-hat-winter' => 'hat-winter(accessory,clothing,cold,head,knitted,seasonal)'), array('far fa-hat-winter' => 'hat-winter(accessory,clothing,cold,head,knitted,seasonal)'), array('fal fa-hat-winter' => 'hat-winter(accessory,clothing,cold,head,knitted,seasonal)'), array('fas fa-hat-witch' => 'hat-witch(accessory,clothing,halloween,head,holiday,mage,magic,sorceror)'), array('far fa-hat-witch' => 'hat-witch(accessory,clothing,halloween,head,holiday,mage,magic,sorceror)'), array('fal fa-hat-witch' => 'hat-witch(accessory,clothing,halloween,head,holiday,mage,magic,sorceror)'), array('fas fa-hat-wizard' => 'hat-wizard(Dungeons & Dragons,accessory,buckle,clothing,d&d,dnd,fantasy,halloween,head,holiday,mage,magic,pointy,witch)'), array('far fa-hat-wizard' => 'hat-wizard(Dungeons & Dragons,accessory,buckle,clothing,d&d,dnd,fantasy,halloween,head,holiday,mage,magic,pointy,witch)'), array('fal fa-hat-wizard' => 'hat-wizard(Dungeons & Dragons,accessory,buckle,clothing,d&d,dnd,fantasy,halloween,head,holiday,mage,magic,pointy,witch)'), array('fas fa-hood-cloak' => 'hood-cloak(Dungeons & Dragons,clothing,d&d,dnd,fantasy,hat,rogue,stealth)'), array('far fa-hood-cloak' => 'hood-cloak(Dungeons & Dragons,clothing,d&d,dnd,fantasy,hat,rogue,stealth)'), array('fal fa-hood-cloak' => 'hood-cloak(Dungeons & Dragons,clothing,d&d,dnd,fantasy,hat,rogue,stealth)'), array('fas fa-ice-skate' => 'ice-skate(blade,clothing,figure skating,hockey,ice,ice skate,seasonal,shoe,skate)'), array('far fa-ice-skate' => 'ice-skate(blade,clothing,figure skating,hockey,ice,ice skate,seasonal,shoe,skate)'), array('fal fa-ice-skate' => 'ice-skate(blade,clothing,figure skating,hockey,ice,ice skate,seasonal,shoe,skate)'), array('fas fa-mitten' => 'mitten(clothing,cold,glove,hands,knitted,seasonal,warmth)'), array('far fa-mitten' => 'mitten(clothing,cold,glove,hands,knitted,seasonal,warmth)'), array('fal fa-mitten' => 'mitten(clothing,cold,glove,hands,knitted,seasonal,warmth)'), array('fas fa-mustache' => 'mustache(beard,face,hair,lumberjack,shave,walrus,whiskers)'), array('far fa-mustache' => 'mustache(beard,face,hair,lumberjack,shave,walrus,whiskers)'), array('fal fa-mustache' => 'mustache(beard,face,hair,lumberjack,shave,walrus,whiskers)'), array('fas fa-pipe-smoking' => 'pipe-smoking(pipe,smoke,tobacco)'), array('far fa-pipe-smoking' => 'pipe-smoking(pipe,smoke,tobacco)'), array('fal fa-pipe-smoking' => 'pipe-smoking(pipe,smoke,tobacco)'), array('fas fa-reel' => 'reel(needle,sewing,spool,string,thread,wire)'), array('far fa-reel' => 'reel(needle,sewing,spool,string,thread,wire)'), array('fal fa-reel' => 'reel(needle,sewing,spool,string,thread,wire)'), array('fas fa-scarf' => 'scarf(clothing,knitted,neck,scarf,seasonal,warmth)'), array('far fa-scarf' => 'scarf(clothing,knitted,neck,scarf,seasonal,warmth)'), array('fal fa-scarf' => 'scarf(clothing,knitted,neck,scarf,seasonal,warmth)'), array('fas fa-shirt' => 'shirt(clothing,fashion,garment,shirt,short sleeve,t-shirt,tshirt)'), array('far fa-shirt' => 'shirt(clothing,fashion,garment,shirt,short sleeve,t-shirt,tshirt)'), array('fal fa-shirt' => 'shirt(clothing,fashion,garment,shirt,short sleeve,t-shirt,tshirt)'), array('fas fa-shirt-long-sleeve' => 'shirt-long-sleeve(blouse,sweater)'), array('far fa-shirt-long-sleeve' => 'shirt-long-sleeve(blouse,sweater)'), array('fal fa-shirt-long-sleeve' => 'shirt-long-sleeve(blouse,sweater)'), array('fas fa-shirt-running' => 'shirt-running(athletics,running,running shirt,sash,shirt,tank top)'), array('far fa-shirt-running' => 'shirt-running(athletics,running,running shirt,sash,shirt,tank top)'), array('fal fa-shirt-running' => 'shirt-running(athletics,running,running shirt,sash,shirt,tank top)'), array('fas fa-shirt-tank-top' => 'shirt-tank-top(tank top,undershirt)'), array('far fa-shirt-tank-top' => 'shirt-tank-top(tank top,undershirt)'), array('fal fa-shirt-tank-top' => 'shirt-tank-top(tank top,undershirt)'), array('fas fa-shoe-prints' => 'shoe-prints(feet,footprints,steps,walk)'), array('far fa-shoe-prints' => 'shoe-prints(feet,footprints,steps,walk)'), array('fal fa-shoe-prints' => 'shoe-prints(feet,footprints,steps,walk)'), array('fas fa-ski-boot' => 'ski-boot(boot,ski,snow,winter)'), array('far fa-ski-boot' => 'ski-boot(boot,ski,snow,winter)'), array('fal fa-ski-boot' => 'ski-boot(boot,ski,snow,winter)'), array('fas fa-socks' => 'socks(business socks,business time,clothing,feet,flight of the conchords,socks,stocking,wednesday)'), array('far fa-socks' => 'socks(business socks,business time,clothing,feet,flight of the conchords,socks,stocking,wednesday)'), array('fal fa-socks' => 'socks(business socks,business time,clothing,feet,flight of the conchords,socks,stocking,wednesday)'), array('fas fa-stocking' => 'stocking(christmas,clothing,decoration,gift,holiday,present,sock,tradition,xmas)'), array('far fa-stocking' => 'stocking(christmas,clothing,decoration,gift,holiday,present,sock,tradition,xmas)'), array('fal fa-stocking' => 'stocking(christmas,clothing,decoration,gift,holiday,present,sock,tradition,xmas)'), array('fas fa-sunglasses' => 'sunglasses(bright,cool,dark,eye,eyewear,glasses,mib,shades,sunglasses)'), array('far fa-sunglasses' => 'sunglasses(bright,cool,dark,eye,eyewear,glasses,mib,shades,sunglasses)'), array('fal fa-sunglasses' => 'sunglasses(bright,cool,dark,eye,eyewear,glasses,mib,shades,sunglasses)'), array('fas fa-uniform-martial-arts' => 'uniform-martial-arts(aikido,belt,jiu jitsu,judo,karate,martial arts,martial arts uniform,taekwondo,uniform)'), array('far fa-uniform-martial-arts' => 'uniform-martial-arts(aikido,belt,jiu jitsu,judo,karate,martial arts,martial arts uniform,taekwondo,uniform)'), array('fal fa-uniform-martial-arts' => 'uniform-martial-arts(aikido,belt,jiu jitsu,judo,karate,martial arts,martial arts uniform,taekwondo,uniform)'), array('fas fa-user-tie' => 'user-tie(administrator,avatar,business,clothing,employee,formal,offer,portfolio,professional,suit,uer)'), array('far fa-user-tie' => 'user-tie(administrator,avatar,business,clothing,employee,formal,offer,portfolio,professional,suit,uer)'), array('fal fa-user-tie' => 'user-tie(administrator,avatar,business,clothing,employee,formal,offer,portfolio,professional,suit,uer)'), array('fas fa-vest' => 'vest(biker,fashion,style)'), array('far fa-vest' => 'vest(biker,fashion,style)'), array('fal fa-vest' => 'vest(biker,fashion,style)'), array('fas fa-vest-patches' => 'vest-patches(biker,fashion,style)'), array('far fa-vest-patches' => 'vest-patches(biker,fashion,style)'), array('fal fa-vest-patches' => 'vest-patches(biker,fashion,style)'), ), 'Text Formatting' => array( array('fas fa-align-center' => 'align-center(format,middle,paragraph,text)'), array('far fa-align-center' => 'align-center(format,middle,paragraph,text)'), array('fal fa-align-center' => 'align-center(format,middle,paragraph,text)'), array('fas fa-align-justify' => 'align-justify(format,paragraph,text)'), array('far fa-align-justify' => 'align-justify(format,paragraph,text)'), array('fal fa-align-justify' => 'align-justify(format,paragraph,text)'), array('fas fa-align-left' => 'align-left(format,paragraph,text)'), array('far fa-align-left' => 'align-left(format,paragraph,text)'), array('fal fa-align-left' => 'align-left(format,paragraph,text)'), array('fas fa-align-right' => 'align-right(format,paragraph,text)'), array('far fa-align-right' => 'align-right(format,paragraph,text)'), array('fal fa-align-right' => 'align-right(format,paragraph,text)'), array('fas fa-align-slash' => 'align-slash(cancel,disabled,format,paragraph,remove)'), array('far fa-align-slash' => 'align-slash(cancel,disabled,format,paragraph,remove)'), array('fal fa-align-slash' => 'align-slash(cancel,disabled,format,paragraph,remove)'), array('fas fa-block-quote' => 'block-quote(callout,indent,inset,quote)'), array('far fa-block-quote' => 'block-quote(callout,indent,inset,quote)'), array('fal fa-block-quote' => 'block-quote(callout,indent,inset,quote)'), array('fas fa-bold' => 'bold(emphasis,format,text)'), array('far fa-bold' => 'bold(emphasis,format,text)'), array('fal fa-bold' => 'bold(emphasis,format,text)'), array('fas fa-border-all' => 'border-all(cell,grid,outline,stroke,table)'), array('far fa-border-all' => 'border-all(cell,grid,outline,stroke,table)'), array('fal fa-border-all' => 'border-all(cell,grid,outline,stroke,table)'), array('fas fa-border-bottom' => 'border-bottom(cell,grid,outline,stroke,table)'), array('far fa-border-bottom' => 'border-bottom(cell,grid,outline,stroke,table)'), array('fal fa-border-bottom' => 'border-bottom(cell,grid,outline,stroke,table)'), array('fas fa-border-bottom-right' => 'border-bottom-right(cell,grid,outline,stroke,table)'), array('far fa-border-bottom-right' => 'border-bottom-right(cell,grid,outline,stroke,table)'), array('fal fa-border-bottom-right' => 'border-bottom-right(cell,grid,outline,stroke,table)'), array('fas fa-border-center-h' => 'border-center-h(cell,grid,outline,stroke,table)'), array('far fa-border-center-h' => 'border-center-h(cell,grid,outline,stroke,table)'), array('fal fa-border-center-h' => 'border-center-h(cell,grid,outline,stroke,table)'), array('fas fa-border-center-v' => 'border-center-v(cell,grid,outline,stroke,table)'), array('far fa-border-center-v' => 'border-center-v(cell,grid,outline,stroke,table)'), array('fal fa-border-center-v' => 'border-center-v(cell,grid,outline,stroke,table)'), array('fas fa-border-inner' => 'border-inner(cell,grid,outline,stroke,table)'), array('far fa-border-inner' => 'border-inner(cell,grid,outline,stroke,table)'), array('fal fa-border-inner' => 'border-inner(cell,grid,outline,stroke,table)'), array('fas fa-border-left' => 'border-left(cell,grid,outline,stroke,table)'), array('far fa-border-left' => 'border-left(cell,grid,outline,stroke,table)'), array('fal fa-border-left' => 'border-left(cell,grid,outline,stroke,table)'), array('fas fa-border-none' => 'border-none(cell,grid,outline,stroke,table)'), array('far fa-border-none' => 'border-none(cell,grid,outline,stroke,table)'), array('fal fa-border-none' => 'border-none(cell,grid,outline,stroke,table)'), array('fas fa-border-outer' => 'border-outer(cell,grid,outline,stroke,table)'), array('far fa-border-outer' => 'border-outer(cell,grid,outline,stroke,table)'), array('fal fa-border-outer' => 'border-outer(cell,grid,outline,stroke,table)'), array('fas fa-border-right' => 'border-right(cell,grid,outline,stroke,table)'), array('far fa-border-right' => 'border-right(cell,grid,outline,stroke,table)'), array('fal fa-border-right' => 'border-right(cell,grid,outline,stroke,table)'), array('fas fa-border-top' => 'border-top(cell,grid,outline,stroke,table)'), array('far fa-border-top' => 'border-top(cell,grid,outline,stroke,table)'), array('fal fa-border-top' => 'border-top(cell,grid,outline,stroke,table)'), array('fas fa-border-top-left' => 'border-top-left(cell,outline,stroke,table)'), array('far fa-border-top-left' => 'border-top-left(cell,outline,stroke,table)'), array('fal fa-border-top-left' => 'border-top-left(cell,outline,stroke,table)'), array('fas fa-check' => 'check(Check Mark,accept,agree,check,check mark,checkmark,confirm,correct,coupon,done,enable,mark,notice,notification,notify,ok,select,success,tick,todo,true,validate,working,yes,✓)'), array('far fa-check' => 'check(Check Mark,accept,agree,check,check mark,checkmark,confirm,correct,coupon,done,enable,mark,notice,notification,notify,ok,select,success,tick,todo,true,validate,working,yes,✓)'), array('fal fa-check' => 'check(Check Mark,accept,agree,check,check mark,checkmark,confirm,correct,coupon,done,enable,mark,notice,notification,notify,ok,select,success,tick,todo,true,validate,working,yes,✓)'), array('fas fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('far fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('fal fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('fas fa-circle-check' => 'circle-check(accept,affected,agree,clear,confirm,correct,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('far fa-circle-check' => 'circle-check(accept,affected,agree,clear,confirm,correct,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('fal fa-circle-check' => 'circle-check(accept,affected,agree,clear,confirm,correct,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('fas fa-columns-3' => 'columns-3(divide,organize,panes,split)'), array('far fa-columns-3' => 'columns-3(divide,organize,panes,split)'), array('fal fa-columns-3' => 'columns-3(divide,organize,panes,split)'), array('fas fa-command' => 'command(Place of Interest Sign,apple key,loop)'), array('far fa-command' => 'command(Place of Interest Sign,apple key,loop)'), array('fal fa-command' => 'command(Place of Interest Sign,apple key,loop)'), array('fas fa-file-dashed-line' => 'file-dashed-line(begin,divide,edit,end,format,split)'), array('far fa-file-dashed-line' => 'file-dashed-line(begin,divide,edit,end,format,split)'), array('fal fa-file-dashed-line' => 'file-dashed-line(begin,divide,edit,end,format,split)'), array('fas fa-filter-circle-xmark' => 'filter-circle-xmark(cancel,funnel,options,remove,separate,sort,uncheck)'), array('far fa-filter-circle-xmark' => 'filter-circle-xmark(cancel,funnel,options,remove,separate,sort,uncheck)'), array('fal fa-filter-circle-xmark' => 'filter-circle-xmark(cancel,funnel,options,remove,separate,sort,uncheck)'), array('fas fa-filter-list' => 'filter-list(cheatsheet,funnel,options,separate,sort,summary)'), array('far fa-filter-list' => 'filter-list(cheatsheet,funnel,options,separate,sort,summary)'), array('fal fa-filter-list' => 'filter-list(cheatsheet,funnel,options,separate,sort,summary)'), array('fas fa-filter-slash' => 'filter-slash(disabled,funnel,options,separate,sort)'), array('far fa-filter-slash' => 'filter-slash(disabled,funnel,options,separate,sort)'), array('fal fa-filter-slash' => 'filter-slash(disabled,funnel,options,separate,sort)'), array('fas fa-filters' => 'filters(funnel,options,separate,sort)'), array('far fa-filters' => 'filters(funnel,options,separate,sort)'), array('fal fa-filters' => 'filters(funnel,options,separate,sort)'), array('fas fa-font' => 'font(alphabet,glyph,text,type,typeface)'), array('far fa-font' => 'font(alphabet,glyph,text,type,typeface)'), array('fal fa-font' => 'font(alphabet,glyph,text,type,typeface)'), array('fas fa-font-case' => 'font-case(alphabet,glyph,lowercase,text,type,typeface,uppercase)'), array('far fa-font-case' => 'font-case(alphabet,glyph,lowercase,text,type,typeface,uppercase)'), array('fal fa-font-case' => 'font-case(alphabet,glyph,lowercase,text,type,typeface,uppercase)'), array('fas fa-h1' => 'h1(format,header,text,title)'), array('far fa-h1' => 'h1(format,header,text,title)'), array('fal fa-h1' => 'h1(format,header,text,title)'), array('fas fa-h2' => 'h2(format,header,text,title)'), array('far fa-h2' => 'h2(format,header,text,title)'), array('fal fa-h2' => 'h2(format,header,text,title)'), array('fas fa-h3' => 'h3(format,header,text,title)'), array('far fa-h3' => 'h3(format,header,text,title)'), array('fal fa-h3' => 'h3(format,header,text,title)'), array('fas fa-h4' => 'h4(format,header,text,title)'), array('far fa-h4' => 'h4(format,header,text,title)'), array('fal fa-h4' => 'h4(format,header,text,title)'), array('fas fa-h5' => 'h5(format,header,text,title)'), array('far fa-h5' => 'h5(format,header,text,title)'), array('fal fa-h5' => 'h5(format,header,text,title)'), array('fas fa-h6' => 'h6(format,header,text,title)'), array('far fa-h6' => 'h6(format,header,text,title)'), array('fal fa-h6' => 'h6(format,header,text,title)'), array('fas fa-hashtag-lock' => 'hashtag-lock(number lock,numeric lock,numlock,padlock,privacy)'), array('far fa-hashtag-lock' => 'hashtag-lock(number lock,numeric lock,numlock,padlock,privacy)'), array('fal fa-hashtag-lock' => 'hashtag-lock(number lock,numeric lock,numlock,padlock,privacy)'), array('fas fa-heading' => 'heading(format,header,text,title)'), array('far fa-heading' => 'heading(format,header,text,title)'), array('fal fa-heading' => 'heading(format,header,text,title)'), array('fas fa-highlighter' => 'highlighter(edit,marker,modify,sharpie,update,write)'), array('far fa-highlighter' => 'highlighter(edit,marker,modify,sharpie,update,write)'), array('fal fa-highlighter' => 'highlighter(edit,marker,modify,sharpie,update,write)'), array('fas fa-horizontal-rule' => 'horizontal-rule(Horizontal Bar,divider,hr,line,page break)'), array('far fa-horizontal-rule' => 'horizontal-rule(Horizontal Bar,divider,hr,line,page break)'), array('fal fa-horizontal-rule' => 'horizontal-rule(Horizontal Bar,divider,hr,line,page break)'), array('fas fa-i-cursor' => 'i-cursor(editing,i-beam,type,writing)'), array('far fa-i-cursor' => 'i-cursor(editing,i-beam,type,writing)'), array('fal fa-i-cursor' => 'i-cursor(editing,i-beam,type,writing)'), array('fas fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('far fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('fal fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('fas fa-indent' => 'indent(align,justify,paragraph,tab)'), array('far fa-indent' => 'indent(align,justify,paragraph,tab)'), array('fal fa-indent' => 'indent(align,justify,paragraph,tab)'), array('fas fa-italic' => 'italic(edit,emphasis,font,format,text,type)'), array('far fa-italic' => 'italic(edit,emphasis,font,format,text,type)'), array('fal fa-italic' => 'italic(edit,emphasis,font,format,text,type)'), array('fas fa-kerning' => 'kerning(adjust,font,spacing,text,tracking,type,typography)'), array('far fa-kerning' => 'kerning(adjust,font,spacing,text,tracking,type,typography)'), array('fal fa-kerning' => 'kerning(adjust,font,spacing,text,tracking,type,typography)'), array('fas fa-line-columns' => 'line-columns(divide,organize,panes,split)'), array('far fa-line-columns' => 'line-columns(divide,organize,panes,split)'), array('fal fa-line-columns' => 'line-columns(divide,organize,panes,split)'), array('fas fa-line-height' => 'line-height(baseline,letter,spacing,text)'), array('far fa-line-height' => 'line-height(baseline,letter,spacing,text)'), array('fal fa-line-height' => 'line-height(baseline,letter,spacing,text)'), array('fas fa-list' => 'list(bullet,category,cheatsheet,checklist,completed,done,finished,ol,summary,todo,ul)'), array('far fa-list' => 'list(bullet,category,cheatsheet,checklist,completed,done,finished,ol,summary,todo,ul)'), array('fal fa-list' => 'list(bullet,category,cheatsheet,checklist,completed,done,finished,ol,summary,todo,ul)'), array('fas fa-list-check' => 'list-check(bullet,cheatsheet,checklist,downloading,downloads,enable,loading,progress,project management,settings,summary,to do,validate,working)'), array('far fa-list-check' => 'list-check(bullet,cheatsheet,checklist,downloading,downloads,enable,loading,progress,project management,settings,summary,to do,validate,working)'), array('fal fa-list-check' => 'list-check(bullet,cheatsheet,checklist,downloading,downloads,enable,loading,progress,project management,settings,summary,to do,validate,working)'), array('fas fa-list-ol' => 'list-ol(cheatsheet,checklist,completed,done,finished,numbers,ol,summary,todo,ul)'), array('far fa-list-ol' => 'list-ol(cheatsheet,checklist,completed,done,finished,numbers,ol,summary,todo,ul)'), array('fal fa-list-ol' => 'list-ol(cheatsheet,checklist,completed,done,finished,numbers,ol,summary,todo,ul)'), array('fas fa-list-ul' => 'list-ul(bullet,cheatsheet,checklist,completed,done,finished,ol,summary,survey,todo,ul)'), array('far fa-list-ul' => 'list-ul(bullet,cheatsheet,checklist,completed,done,finished,ol,summary,survey,todo,ul)'), array('fal fa-list-ul' => 'list-ul(bullet,cheatsheet,checklist,completed,done,finished,ol,summary,survey,todo,ul)'), array('fas fa-lock-a' => 'lock-a(capital,capslock,letter,padlock,privacy)'), array('far fa-lock-a' => 'lock-a(capital,capslock,letter,padlock,privacy)'), array('fal fa-lock-a' => 'lock-a(capital,capslock,letter,padlock,privacy)'), array('fas fa-lock-hashtag' => 'lock-hashtag(number lock,numeric lock,numlock,padlock,privacy)'), array('far fa-lock-hashtag' => 'lock-hashtag(number lock,numeric lock,numlock,padlock,privacy)'), array('fal fa-lock-hashtag' => 'lock-hashtag(number lock,numeric lock,numlock,padlock,privacy)'), array('fas fa-outdent' => 'outdent(align,justify,paragraph,tab)'), array('far fa-outdent' => 'outdent(align,justify,paragraph,tab)'), array('fal fa-outdent' => 'outdent(align,justify,paragraph,tab)'), array('fas fa-overline' => 'overline(horizontal,line,overbar,overscore,vinculum)'), array('far fa-overline' => 'overline(horizontal,line,overbar,overscore,vinculum)'), array('fal fa-overline' => 'overline(horizontal,line,overbar,overscore,vinculum)'), array('fas fa-paragraph' => 'paragraph(Pilcrow Sign,edit,format,text,writing)'), array('far fa-paragraph' => 'paragraph(Pilcrow Sign,edit,format,text,writing)'), array('fal fa-paragraph' => 'paragraph(Pilcrow Sign,edit,format,text,writing)'), array('fas fa-paragraph-left' => 'paragraph-left(edit,format,text,writing)'), array('far fa-paragraph-left' => 'paragraph-left(edit,format,text,writing)'), array('fal fa-paragraph-left' => 'paragraph-left(edit,format,text,writing)'), array('fas fa-rectangle-list' => 'rectangle-list(cheatsheet,checklist,completed,done,finished,ol,summary,todo,ul)'), array('far fa-rectangle-list' => 'rectangle-list(cheatsheet,checklist,completed,done,finished,ol,summary,todo,ul)'), array('fal fa-rectangle-list' => 'rectangle-list(cheatsheet,checklist,completed,done,finished,ol,summary,todo,ul)'), array('fas fa-spell-check' => 'spell-check(dictionary,edit,editor,enable,grammar,text,validate,working)'), array('far fa-spell-check' => 'spell-check(dictionary,edit,editor,enable,grammar,text,validate,working)'), array('fal fa-spell-check' => 'spell-check(dictionary,edit,editor,enable,grammar,text,validate,working)'), array('fas fa-square-a-lock' => 'square-a-lock(capital,capslock,letter,padlock,privacy)'), array('far fa-square-a-lock' => 'square-a-lock(capital,capslock,letter,padlock,privacy)'), array('fal fa-square-a-lock' => 'square-a-lock(capital,capslock,letter,padlock,privacy)'), array('fas fa-square-check' => 'square-check(accept,agree,box,button,check,check box with check,check mark button,checkmark,confirm,correct,coupon,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('far fa-square-check' => 'square-check(accept,agree,box,button,check,check box with check,check mark button,checkmark,confirm,correct,coupon,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('fal fa-square-check' => 'square-check(accept,agree,box,button,check,check box with check,check mark button,checkmark,confirm,correct,coupon,done,enable,mark,ok,select,success,tick,todo,validate,working,yes,✓)'), array('fas fa-square-list' => 'square-list(cheatsheet,checklist,completed,done,menu,ol,summary,ul)'), array('far fa-square-list' => 'square-list(cheatsheet,checklist,completed,done,menu,ol,summary,ul)'), array('fal fa-square-list' => 'square-list(cheatsheet,checklist,completed,done,menu,ol,summary,ul)'), array('fas fa-strikethrough' => 'strikethrough(cancel,edit,font,format,modify,text,type)'), array('far fa-strikethrough' => 'strikethrough(cancel,edit,font,format,modify,text,type)'), array('fal fa-strikethrough' => 'strikethrough(cancel,edit,font,format,modify,text,type)'), array('fas fa-subscript' => 'subscript(edit,font,format,text,type)'), array('far fa-subscript' => 'subscript(edit,font,format,text,type)'), array('fal fa-subscript' => 'subscript(edit,font,format,text,type)'), array('fas fa-superscript' => 'superscript(edit,exponential,font,format,text,type)'), array('far fa-superscript' => 'superscript(edit,exponential,font,format,text,type)'), array('fal fa-superscript' => 'superscript(edit,exponential,font,format,text,type)'), array('fas fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('far fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('fal fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('fas fa-table' => 'table(category,data,excel,spreadsheet)'), array('far fa-table' => 'table(category,data,excel,spreadsheet)'), array('fal fa-table' => 'table(category,data,excel,spreadsheet)'), array('fas fa-table-cells' => 'table-cells( excel,blocks,boxes,category,grid,spreadsheet,squares)'), array('far fa-table-cells' => 'table-cells( excel,blocks,boxes,category,grid,spreadsheet,squares)'), array('fal fa-table-cells' => 'table-cells( excel,blocks,boxes,category,grid,spreadsheet,squares)'), array('fas fa-table-cells-column-lock' => 'table-cells-column-lock( blocks, boxes, column, excel, grid, lock, squares,category,spreadsheet)'), array('far fa-table-cells-column-lock' => 'table-cells-column-lock( blocks, boxes, column, excel, grid, lock, squares,category,spreadsheet)'), array('fal fa-table-cells-column-lock' => 'table-cells-column-lock( blocks, boxes, column, excel, grid, lock, squares,category,spreadsheet)'), array('fas fa-table-cells-column-unlock' => 'table-cells-column-unlock( blocks, boxes, column, grid, lock, squares, category, excel, spreadsheet, unlock)'), array('far fa-table-cells-column-unlock' => 'table-cells-column-unlock( blocks, boxes, column, grid, lock, squares, category, excel, spreadsheet, unlock)'), array('fal fa-table-cells-column-unlock' => 'table-cells-column-unlock( blocks, boxes, column, grid, lock, squares, category, excel, spreadsheet, unlock)'), array('fas fa-table-cells-large' => 'table-cells-large( excel,blocks,boxes,category,grid,spreadsheet,squares)'), array('far fa-table-cells-large' => 'table-cells-large( excel,blocks,boxes,category,grid,spreadsheet,squares)'), array('fal fa-table-cells-large' => 'table-cells-large( excel,blocks,boxes,category,grid,spreadsheet,squares)'), array('fas fa-table-cells-lock' => 'table-cells-lock( blocks, boxes, column, grid, lock, squares, category, excel, spreadsheet)'), array('far fa-table-cells-lock' => 'table-cells-lock( blocks, boxes, column, grid, lock, squares, category, excel, spreadsheet)'), array('fal fa-table-cells-lock' => 'table-cells-lock( blocks, boxes, column, grid, lock, squares, category, excel, spreadsheet)'), array('fas fa-table-cells-row-lock' => 'table-cells-row-lock( blocks, boxes, column, grid, squares, category, column, excel, lock, lock, spreadsheet)'), array('far fa-table-cells-row-lock' => 'table-cells-row-lock( blocks, boxes, column, grid, squares, category, column, excel, lock, lock, spreadsheet)'), array('fal fa-table-cells-row-lock' => 'table-cells-row-lock( blocks, boxes, column, grid, squares, category, column, excel, lock, lock, spreadsheet)'), array('fas fa-table-cells-row-unlock' => 'table-cells-row-unlock( blocks, boxes, column, grid, squares, category, column, lock, lock, spreadsheet, excel, unlock)'), array('far fa-table-cells-row-unlock' => 'table-cells-row-unlock( blocks, boxes, column, grid, squares, category, column, lock, lock, spreadsheet, excel, unlock)'), array('fal fa-table-cells-row-unlock' => 'table-cells-row-unlock( blocks, boxes, column, grid, squares, category, column, lock, lock, spreadsheet, excel, unlock)'), array('fas fa-table-cells-unlock' => 'table-cells-unlock( blocks, boxes, column, grid, lock, squares, excel, spreadsheet, category, unlock)'), array('far fa-table-cells-unlock' => 'table-cells-unlock( blocks, boxes, column, grid, lock, squares, excel, spreadsheet, category, unlock)'), array('fal fa-table-cells-unlock' => 'table-cells-unlock( blocks, boxes, column, grid, lock, squares, excel, spreadsheet, category, unlock)'), array('fas fa-table-columns' => 'table-columns(browser,category,dashboard,organize,panes,split)'), array('far fa-table-columns' => 'table-columns(browser,category,dashboard,organize,panes,split)'), array('fal fa-table-columns' => 'table-columns(browser,category,dashboard,organize,panes,split)'), array('fas fa-table-layout' => 'table-layout(category,cell,column,layout,row,spreadsheet)'), array('far fa-table-layout' => 'table-layout(category,cell,column,layout,row,spreadsheet)'), array('fal fa-table-layout' => 'table-layout(category,cell,column,layout,row,spreadsheet)'), array('fas fa-table-list' => 'table-list(category,cheatsheet,checklist,completed,done,finished,ol,summary,todo,ul)'), array('far fa-table-list' => 'table-list(category,cheatsheet,checklist,completed,done,finished,ol,summary,todo,ul)'), array('fal fa-table-list' => 'table-list(category,cheatsheet,checklist,completed,done,finished,ol,summary,todo,ul)'), array('fas fa-table-pivot' => 'table-pivot(cell,flip,layout,rotate,row,table)'), array('far fa-table-pivot' => 'table-pivot(cell,flip,layout,rotate,row,table)'), array('fal fa-table-pivot' => 'table-pivot(cell,flip,layout,rotate,row,table)'), array('fas fa-table-rows' => 'table-rows(cell,spreadsheet,table)'), array('far fa-table-rows' => 'table-rows(cell,spreadsheet,table)'), array('fal fa-table-rows' => 'table-rows(cell,spreadsheet,table)'), array('fas fa-text' => 'text(font,format,letter,style,typography)'), array('far fa-text' => 'text(font,format,letter,style,typography)'), array('fal fa-text' => 'text(font,format,letter,style,typography)'), array('fas fa-text-height' => 'text-height(edit,font,format,modify,text,type)'), array('far fa-text-height' => 'text-height(edit,font,format,modify,text,type)'), array('fal fa-text-height' => 'text-height(edit,font,format,modify,text,type)'), array('fas fa-text-size' => 'text-size(decrease,edit,font,format,increase,modify,text,type)'), array('far fa-text-size' => 'text-size(decrease,edit,font,format,increase,modify,text,type)'), array('fal fa-text-size' => 'text-size(decrease,edit,font,format,increase,modify,text,type)'), array('fas fa-text-slash' => 'text-slash(cancel,disabled,font,format,remove,style,text)'), array('far fa-text-slash' => 'text-slash(cancel,disabled,font,format,remove,style,text)'), array('fal fa-text-slash' => 'text-slash(cancel,disabled,font,format,remove,style,text)'), array('fas fa-text-width' => 'text-width(edit,font,format,modify,text,type)'), array('far fa-text-width' => 'text-width(edit,font,format,modify,text,type)'), array('fal fa-text-width' => 'text-width(edit,font,format,modify,text,type)'), array('fas fa-underline' => 'underline(edit,emphasis,format,modify,text,writing)'), array('far fa-underline' => 'underline(edit,emphasis,format,modify,text,writing)'), array('fal fa-underline' => 'underline(edit,emphasis,format,modify,text,writing)'), ), 'Emoji' => array( array('fas fa-face-angry' => 'face-angry(angry,angry face,disapprove,emoticon,face,mad,upset)'), array('far fa-face-angry' => 'face-angry(angry,angry face,disapprove,emoticon,face,mad,upset)'), array('fal fa-face-angry' => 'face-angry(angry,angry face,disapprove,emoticon,face,mad,upset)'), array('fas fa-face-angry-horns' => 'face-angry-horns(angry face with horns,demon,devil,face,fantasy,goblin,imp)'), array('far fa-face-angry-horns' => 'face-angry-horns(angry face with horns,demon,devil,face,fantasy,goblin,imp)'), array('fal fa-face-angry-horns' => 'face-angry-horns(angry face with horns,demon,devil,face,fantasy,goblin,imp)'), array('fas fa-face-anguished' => 'face-anguished(anguished,anguished face,confusion,face,frown,pain,sadness)'), array('far fa-face-anguished' => 'face-anguished(anguished,anguished face,confusion,face,frown,pain,sadness)'), array('fal fa-face-anguished' => 'face-anguished(anguished,anguished face,confusion,face,frown,pain,sadness)'), array('fas fa-face-anxious-sweat' => 'face-anxious-sweat(anxiety,anxious face with sweat,blue,cold,concern,face,nervous,rushed,sad,sweat)'), array('far fa-face-anxious-sweat' => 'face-anxious-sweat(anxiety,anxious face with sweat,blue,cold,concern,face,nervous,rushed,sad,sweat)'), array('fal fa-face-anxious-sweat' => 'face-anxious-sweat(anxiety,anxious face with sweat,blue,cold,concern,face,nervous,rushed,sad,sweat)'), array('fas fa-face-astonished' => 'face-astonished(astonished,astonished face,disbelief,face,gasp,shock,shocked,surprise,totally)'), array('far fa-face-astonished' => 'face-astonished(astonished,astonished face,disbelief,face,gasp,shock,shocked,surprise,totally)'), array('fal fa-face-astonished' => 'face-astonished(astonished,astonished face,disbelief,face,gasp,shock,shocked,surprise,totally)'), array('fas fa-face-awesome' => 'face-awesome(amazing,awesome,grin,look,smile,troll)'), array('far fa-face-awesome' => 'face-awesome(amazing,awesome,grin,look,smile,troll)'), array('fal fa-face-awesome' => 'face-awesome(amazing,awesome,grin,look,smile,troll)'), array('fas fa-face-beam-hand-over-mouth' => 'face-beam-hand-over-mouth(awe,face with hand over mouth,realization,shock,sudden,sudden realization,surprise,whoops)'), array('far fa-face-beam-hand-over-mouth' => 'face-beam-hand-over-mouth(awe,face with hand over mouth,realization,shock,sudden,sudden realization,surprise,whoops)'), array('fal fa-face-beam-hand-over-mouth' => 'face-beam-hand-over-mouth(awe,face with hand over mouth,realization,shock,sudden,sudden realization,surprise,whoops)'), array('fas fa-face-clouds' => 'face-clouds(bliss,brain fog,calm,confusion,foggy,forget,haze,smoke)'), array('far fa-face-clouds' => 'face-clouds(bliss,brain fog,calm,confusion,foggy,forget,haze,smoke)'), array('fal fa-face-clouds' => 'face-clouds(bliss,brain fog,calm,confusion,foggy,forget,haze,smoke)'), array('fas fa-face-confounded' => 'face-confounded(confounded,confounded face,face,grimace,quiver,scrunched,squiggle)'), array('far fa-face-confounded' => 'face-confounded(confounded,confounded face,face,grimace,quiver,scrunched,squiggle)'), array('fal fa-face-confounded' => 'face-confounded(confounded,confounded face,face,grimace,quiver,scrunched,squiggle)'), array('fas fa-face-confused' => 'face-confused(confused,confused face,face,meh,nonplussed,puzzled)'), array('far fa-face-confused' => 'face-confused(confused,confused face,face,meh,nonplussed,puzzled)'), array('fal fa-face-confused' => 'face-confused(confused,confused face,face,meh,nonplussed,puzzled)'), array('fas fa-face-cowboy-hat' => 'face-cowboy-hat(cowboy,cowboy hat face,cowgirl,face,hat)'), array('far fa-face-cowboy-hat' => 'face-cowboy-hat(cowboy,cowboy hat face,cowgirl,face,hat)'), array('fal fa-face-cowboy-hat' => 'face-cowboy-hat(cowboy,cowboy hat face,cowgirl,face,hat)'), array('fas fa-face-diagonal-mouth' => 'face-diagonal-mouth(confusion,frustration,skepticism)'), array('far fa-face-diagonal-mouth' => 'face-diagonal-mouth(confusion,frustration,skepticism)'), array('fal fa-face-diagonal-mouth' => 'face-diagonal-mouth(confusion,frustration,skepticism)'), array('fas fa-face-disappointed' => 'face-disappointed(disappointed,disappointed face,face,sad,sadface)'), array('far fa-face-disappointed' => 'face-disappointed(disappointed,disappointed face,face,sad,sadface)'), array('fal fa-face-disappointed' => 'face-disappointed(disappointed,disappointed face,face,sad,sadface)'), array('fas fa-face-disguise' => 'face-disguise(disguise,disguised face,face,glasses,groucho,incognito,mustache,nose,spy)'), array('far fa-face-disguise' => 'face-disguise(disguise,disguised face,face,glasses,groucho,incognito,mustache,nose,spy)'), array('fal fa-face-disguise' => 'face-disguise(disguise,disguised face,face,glasses,groucho,incognito,mustache,nose,spy)'), array('fas fa-face-dizzy' => 'face-dizzy(dazed,dead,disapprove,emoticon,face)'), array('far fa-face-dizzy' => 'face-dizzy(dazed,dead,disapprove,emoticon,face)'), array('fal fa-face-dizzy' => 'face-dizzy(dazed,dead,disapprove,emoticon,face)'), array('fas fa-face-dotted' => 'face-dotted(default,depression,hidden,hide,invisible,quiet)'), array('far fa-face-dotted' => 'face-dotted(default,depression,hidden,hide,invisible,quiet)'), array('fal fa-face-dotted' => 'face-dotted(default,depression,hidden,hide,invisible,quiet)'), array('fas fa-face-downcast-sweat' => 'face-downcast-sweat(cold,downcast face with sweat,face,hard work,sweat,tired,tough)'), array('far fa-face-downcast-sweat' => 'face-downcast-sweat(cold,downcast face with sweat,face,hard work,sweat,tired,tough)'), array('fal fa-face-downcast-sweat' => 'face-downcast-sweat(cold,downcast face with sweat,face,hard work,sweat,tired,tough)'), array('fas fa-face-drooling' => 'face-drooling(drool,drooling,drooling face,face,sleep,spit)'), array('far fa-face-drooling' => 'face-drooling(drool,drooling,drooling face,face,sleep,spit)'), array('fal fa-face-drooling' => 'face-drooling(drool,drooling,drooling face,face,sleep,spit)'), array('fas fa-face-exhaling' => 'face-exhaling(breath,exhale,exhaustion,relief,sigh)'), array('far fa-face-exhaling' => 'face-exhaling(breath,exhale,exhaustion,relief,sigh)'), array('fal fa-face-exhaling' => 'face-exhaling(breath,exhale,exhaustion,relief,sigh)'), array('fas fa-face-explode' => 'face-explode(exploding head,mind blown,omg,shocked,wow)'), array('far fa-face-explode' => 'face-explode(exploding head,mind blown,omg,shocked,wow)'), array('fal fa-face-explode' => 'face-explode(exploding head,mind blown,omg,shocked,wow)'), array('fas fa-face-expressionless' => 'face-expressionless(expressionless,expressionless face,face,inexpressive,meh,unexpressive)'), array('far fa-face-expressionless' => 'face-expressionless(expressionless,expressionless face,face,inexpressive,meh,unexpressive)'), array('fal fa-face-expressionless' => 'face-expressionless(expressionless,expressionless face,face,inexpressive,meh,unexpressive)'), array('fas fa-face-eyes-xmarks' => 'face-eyes-xmarks(awe,crossed,dead,disbelief,dizzy,face,knocked out,knocked-out face,shock,sick)'), array('far fa-face-eyes-xmarks' => 'face-eyes-xmarks(awe,crossed,dead,disbelief,dizzy,face,knocked out,knocked-out face,shock,sick)'), array('fal fa-face-eyes-xmarks' => 'face-eyes-xmarks(awe,crossed,dead,disbelief,dizzy,face,knocked out,knocked-out face,shock,sick)'), array('fas fa-face-fearful' => 'face-fearful(face,fear,fearful,fearful face,scared,surprise)'), array('far fa-face-fearful' => 'face-fearful(face,fear,fearful,fearful face,scared,surprise)'), array('fal fa-face-fearful' => 'face-fearful(face,fear,fearful,fearful face,scared,surprise)'), array('fas fa-face-flushed' => 'face-flushed(dazed,embarrassed,emoticon,face,flushed,flushed face)'), array('far fa-face-flushed' => 'face-flushed(dazed,embarrassed,emoticon,face,flushed,flushed face)'), array('fal fa-face-flushed' => 'face-flushed(dazed,embarrassed,emoticon,face,flushed,flushed face)'), array('fas fa-face-frown' => 'face-frown(disapprove,emoticon,face,frown,frowning face,rating,sad,uer)'), array('far fa-face-frown' => 'face-frown(disapprove,emoticon,face,frown,frowning face,rating,sad,uer)'), array('fal fa-face-frown' => 'face-frown(disapprove,emoticon,face,frown,frowning face,rating,sad,uer)'), array('fas fa-face-frown-open' => 'face-frown-open(disapprove,emoticon,face,frown,frowning face with open mouth,mouth,open,rating,sad)'), array('far fa-face-frown-open' => 'face-frown-open(disapprove,emoticon,face,frown,frowning face with open mouth,mouth,open,rating,sad)'), array('fal fa-face-frown-open' => 'face-frown-open(disapprove,emoticon,face,frown,frowning face with open mouth,mouth,open,rating,sad)'), array('fas fa-face-frown-slight' => 'face-frown-slight(disapprove,face,frown,sad,slightly frowning face)'), array('far fa-face-frown-slight' => 'face-frown-slight(disapprove,face,frown,sad,slightly frowning face)'), array('fal fa-face-frown-slight' => 'face-frown-slight(disapprove,face,frown,sad,slightly frowning face)'), array('fas fa-face-glasses' => 'face-glasses(face,geek,glasses,nerd,nerd face,smile,teeth)'), array('far fa-face-glasses' => 'face-glasses(face,geek,glasses,nerd,nerd face,smile,teeth)'), array('fal fa-face-glasses' => 'face-glasses(face,geek,glasses,nerd,nerd face,smile,teeth)'), array('fas fa-face-grimace' => 'face-grimace(cringe,emoticon,face,grimace,grimacing face,teeth)'), array('far fa-face-grimace' => 'face-grimace(cringe,emoticon,face,grimace,grimacing face,teeth)'), array('fal fa-face-grimace' => 'face-grimace(cringe,emoticon,face,grimace,grimacing face,teeth)'), array('fas fa-face-grin' => 'face-grin(emoticon,face,grin,grinning face,laugh,smile)'), array('far fa-face-grin' => 'face-grin(emoticon,face,grin,grinning face,laugh,smile)'), array('fal fa-face-grin' => 'face-grin(emoticon,face,grin,grinning face,laugh,smile)'), array('fas fa-face-grin-beam' => 'face-grin-beam(emoticon,eye,face,grinning face with smiling eyes,laugh,mouth,open,smile)'), array('far fa-face-grin-beam' => 'face-grin-beam(emoticon,eye,face,grinning face with smiling eyes,laugh,mouth,open,smile)'), array('fal fa-face-grin-beam' => 'face-grin-beam(emoticon,eye,face,grinning face with smiling eyes,laugh,mouth,open,smile)'), array('fas fa-face-grin-beam-sweat' => 'face-grin-beam-sweat(cold,embarass,emoticon,face,grinning face with sweat,open,smile,sweat)'), array('far fa-face-grin-beam-sweat' => 'face-grin-beam-sweat(cold,embarass,emoticon,face,grinning face with sweat,open,smile,sweat)'), array('fal fa-face-grin-beam-sweat' => 'face-grin-beam-sweat(cold,embarass,emoticon,face,grinning face with sweat,open,smile,sweat)'), array('fas fa-face-grin-hearts' => 'face-grin-hearts(emoticon,eye,face,love,smile,smiling face with heart-eyes)'), array('far fa-face-grin-hearts' => 'face-grin-hearts(emoticon,eye,face,love,smile,smiling face with heart-eyes)'), array('fal fa-face-grin-hearts' => 'face-grin-hearts(emoticon,eye,face,love,smile,smiling face with heart-eyes)'), array('fas fa-face-grin-squint' => 'face-grin-squint(emoticon,face,grinning squinting face,laugh,mouth,satisfied,smile)'), array('far fa-face-grin-squint' => 'face-grin-squint(emoticon,face,grinning squinting face,laugh,mouth,satisfied,smile)'), array('fal fa-face-grin-squint' => 'face-grin-squint(emoticon,face,grinning squinting face,laugh,mouth,satisfied,smile)'), array('fas fa-face-grin-squint-tears' => 'face-grin-squint-tears(emoticon,face,floor,happy,laugh,rolling,rolling on the floor laughing,smile)'), array('far fa-face-grin-squint-tears' => 'face-grin-squint-tears(emoticon,face,floor,happy,laugh,rolling,rolling on the floor laughing,smile)'), array('fal fa-face-grin-squint-tears' => 'face-grin-squint-tears(emoticon,face,floor,happy,laugh,rolling,rolling on the floor laughing,smile)'), array('fas fa-face-grin-stars' => 'face-grin-stars(emoticon,eyes,face,grinning,quality,star,star-struck,starry-eyed,vip)'), array('far fa-face-grin-stars' => 'face-grin-stars(emoticon,eyes,face,grinning,quality,star,star-struck,starry-eyed,vip)'), array('fal fa-face-grin-stars' => 'face-grin-stars(emoticon,eyes,face,grinning,quality,star,star-struck,starry-eyed,vip)'), array('fas fa-face-grin-tears' => 'face-grin-tears(LOL,emoticon,face,face with tears of joy,joy,laugh,tear)'), array('far fa-face-grin-tears' => 'face-grin-tears(LOL,emoticon,face,face with tears of joy,joy,laugh,tear)'), array('fal fa-face-grin-tears' => 'face-grin-tears(LOL,emoticon,face,face with tears of joy,joy,laugh,tear)'), array('fas fa-face-grin-tongue' => 'face-grin-tongue(LOL,emoticon,face,face with tongue,tongue)'), array('far fa-face-grin-tongue' => 'face-grin-tongue(LOL,emoticon,face,face with tongue,tongue)'), array('fal fa-face-grin-tongue' => 'face-grin-tongue(LOL,emoticon,face,face with tongue,tongue)'), array('fas fa-face-grin-tongue-squint' => 'face-grin-tongue-squint(LOL,emoticon,eye,face,horrible,squinting face with tongue,taste,tongue)'), array('far fa-face-grin-tongue-squint' => 'face-grin-tongue-squint(LOL,emoticon,eye,face,horrible,squinting face with tongue,taste,tongue)'), array('fal fa-face-grin-tongue-squint' => 'face-grin-tongue-squint(LOL,emoticon,eye,face,horrible,squinting face with tongue,taste,tongue)'), array('fas fa-face-grin-tongue-wink' => 'face-grin-tongue-wink(LOL,emoticon,eye,face,joke,tongue,wink,winking face with tongue)'), array('far fa-face-grin-tongue-wink' => 'face-grin-tongue-wink(LOL,emoticon,eye,face,joke,tongue,wink,winking face with tongue)'), array('fal fa-face-grin-tongue-wink' => 'face-grin-tongue-wink(LOL,emoticon,eye,face,joke,tongue,wink,winking face with tongue)'), array('fas fa-face-grin-wide' => 'face-grin-wide(emoticon,face,grinning face with big eyes,laugh,mouth,open,smile)'), array('far fa-face-grin-wide' => 'face-grin-wide(emoticon,face,grinning face with big eyes,laugh,mouth,open,smile)'), array('fal fa-face-grin-wide' => 'face-grin-wide(emoticon,face,grinning face with big eyes,laugh,mouth,open,smile)'), array('fas fa-face-grin-wink' => 'face-grin-wink(emoticon,face,flirt,laugh,smile)'), array('far fa-face-grin-wink' => 'face-grin-wink(emoticon,face,flirt,laugh,smile)'), array('fal fa-face-grin-wink' => 'face-grin-wink(emoticon,face,flirt,laugh,smile)'), array('fas fa-face-hand-over-mouth' => 'face-hand-over-mouth(awe,face with hand over mouth,realization,shock,sudden,sudden realization,surprise,whoops)'), array('far fa-face-hand-over-mouth' => 'face-hand-over-mouth(awe,face with hand over mouth,realization,shock,sudden,sudden realization,surprise,whoops)'), array('fal fa-face-hand-over-mouth' => 'face-hand-over-mouth(awe,face with hand over mouth,realization,shock,sudden,sudden realization,surprise,whoops)'), array('fas fa-face-hand-peeking' => 'face-hand-peeking(disgust,embarass,eye,fright,hide,look,sneak)'), array('far fa-face-hand-peeking' => 'face-hand-peeking(disgust,embarass,eye,fright,hide,look,sneak)'), array('fal fa-face-hand-peeking' => 'face-hand-peeking(disgust,embarass,eye,fright,hide,look,sneak)'), array('fas fa-face-hand-yawn' => 'face-hand-yawn(bored,tired,yawn,yawning face)'), array('far fa-face-hand-yawn' => 'face-hand-yawn(bored,tired,yawn,yawning face)'), array('fal fa-face-hand-yawn' => 'face-hand-yawn(bored,tired,yawn,yawning face)'), array('fas fa-face-head-bandage' => 'face-head-bandage(bandage,clumsy,face,face with head-bandage,hurt,ill,injury)'), array('far fa-face-head-bandage' => 'face-head-bandage(bandage,clumsy,face,face with head-bandage,hurt,ill,injury)'), array('fal fa-face-head-bandage' => 'face-head-bandage(bandage,clumsy,face,face with head-bandage,hurt,ill,injury)'), array('fas fa-face-holding-back-tears' => 'face-holding-back-tears(anger,cry,emotion,sad,upset)'), array('far fa-face-holding-back-tears' => 'face-holding-back-tears(anger,cry,emotion,sad,upset)'), array('fal fa-face-holding-back-tears' => 'face-holding-back-tears(anger,cry,emotion,sad,upset)'), array('fas fa-face-hushed' => 'face-hushed(face,hushed,hushed face,stunned,surprise,surprised,wow)'), array('far fa-face-hushed' => 'face-hushed(face,hushed,hushed face,stunned,surprise,surprised,wow)'), array('fal fa-face-hushed' => 'face-hushed(face,hushed,hushed face,stunned,surprise,surprised,wow)'), array('fas fa-face-icicles' => 'face-icicles(blue-faced,chill,cold,cold face,cool,freezing,frostbite,frozen,ice,icicles)'), array('far fa-face-icicles' => 'face-icicles(blue-faced,chill,cold,cold face,cool,freezing,frostbite,frozen,ice,icicles)'), array('fal fa-face-icicles' => 'face-icicles(blue-faced,chill,cold,cold face,cool,freezing,frostbite,frozen,ice,icicles)'), array('fas fa-face-kiss' => 'face-kiss(beso,emoticon,face,kiss,kissing face,love,smooch)'), array('far fa-face-kiss' => 'face-kiss(beso,emoticon,face,kiss,kissing face,love,smooch)'), array('fal fa-face-kiss' => 'face-kiss(beso,emoticon,face,kiss,kissing face,love,smooch)'), array('fas fa-face-kiss-beam' => 'face-kiss-beam(beso,emoticon,eye,face,kiss,kissing face with smiling eyes,love,smile,smooch)'), array('far fa-face-kiss-beam' => 'face-kiss-beam(beso,emoticon,eye,face,kiss,kissing face with smiling eyes,love,smile,smooch)'), array('fal fa-face-kiss-beam' => 'face-kiss-beam(beso,emoticon,eye,face,kiss,kissing face with smiling eyes,love,smile,smooch)'), array('fas fa-face-kiss-closed-eyes' => 'face-kiss-closed-eyes(closed,eye,face,heart,kiss,kissing face with closed eyes,love)'), array('far fa-face-kiss-closed-eyes' => 'face-kiss-closed-eyes(closed,eye,face,heart,kiss,kissing face with closed eyes,love)'), array('fal fa-face-kiss-closed-eyes' => 'face-kiss-closed-eyes(closed,eye,face,heart,kiss,kissing face with closed eyes,love)'), array('fas fa-face-kiss-wink-heart' => 'face-kiss-wink-heart(beso,emoticon,face,face blowing a kiss,kiss,love,smooch)'), array('far fa-face-kiss-wink-heart' => 'face-kiss-wink-heart(beso,emoticon,face,face blowing a kiss,kiss,love,smooch)'), array('fal fa-face-kiss-wink-heart' => 'face-kiss-wink-heart(beso,emoticon,face,face blowing a kiss,kiss,love,smooch)'), array('fas fa-face-laugh' => 'face-laugh(LOL,emoticon,face,laugh,smile)'), array('far fa-face-laugh' => 'face-laugh(LOL,emoticon,face,laugh,smile)'), array('fal fa-face-laugh' => 'face-laugh(LOL,emoticon,face,laugh,smile)'), array('fas fa-face-laugh-beam' => 'face-laugh-beam(LOL,beaming face with smiling eyes,emoticon,eye,face,grin,happy,smile)'), array('far fa-face-laugh-beam' => 'face-laugh-beam(LOL,beaming face with smiling eyes,emoticon,eye,face,grin,happy,smile)'), array('fal fa-face-laugh-beam' => 'face-laugh-beam(LOL,beaming face with smiling eyes,emoticon,eye,face,grin,happy,smile)'), array('fas fa-face-laugh-squint' => 'face-laugh-squint(LOL,emoticon,face,happy,smile)'), array('far fa-face-laugh-squint' => 'face-laugh-squint(LOL,emoticon,face,happy,smile)'), array('fal fa-face-laugh-squint' => 'face-laugh-squint(LOL,emoticon,face,happy,smile)'), array('fas fa-face-laugh-wink' => 'face-laugh-wink(LOL,emoticon,face,happy,smile)'), array('far fa-face-laugh-wink' => 'face-laugh-wink(LOL,emoticon,face,happy,smile)'), array('fal fa-face-laugh-wink' => 'face-laugh-wink(LOL,emoticon,face,happy,smile)'), array('fas fa-face-lying' => 'face-lying(dishonesty,face,fake,liar,lie,long nose,lying face,pinocchio)'), array('far fa-face-lying' => 'face-lying(dishonesty,face,fake,liar,lie,long nose,lying face,pinocchio)'), array('fal fa-face-lying' => 'face-lying(dishonesty,face,fake,liar,lie,long nose,lying face,pinocchio)'), array('fas fa-face-mask' => 'face-mask(cold,coronavirus,covid,covid-19,doctor,face,face with medical mask,mask,medical,sick,surgical)'), array('far fa-face-mask' => 'face-mask(cold,coronavirus,covid,covid-19,doctor,face,face with medical mask,mask,medical,sick,surgical)'), array('fal fa-face-mask' => 'face-mask(cold,coronavirus,covid,covid-19,doctor,face,face with medical mask,mask,medical,sick,surgical)'), array('fas fa-face-meh' => 'face-meh(deadpan,default,emoticon,face,meh,neutral,neutral face,rating,uer)'), array('far fa-face-meh' => 'face-meh(deadpan,default,emoticon,face,meh,neutral,neutral face,rating,uer)'), array('fal fa-face-meh' => 'face-meh(deadpan,default,emoticon,face,meh,neutral,neutral face,rating,uer)'), array('fas fa-face-meh-blank' => 'face-meh-blank(emoticon,face,face without mouth,mouth,neutral,quiet,rating,silent)'), array('far fa-face-meh-blank' => 'face-meh-blank(emoticon,face,face without mouth,mouth,neutral,quiet,rating,silent)'), array('fal fa-face-meh-blank' => 'face-meh-blank(emoticon,face,face without mouth,mouth,neutral,quiet,rating,silent)'), array('fas fa-face-melting' => 'face-melting(embarass,hot,sarcasm,shame)'), array('far fa-face-melting' => 'face-melting(embarass,hot,sarcasm,shame)'), array('fal fa-face-melting' => 'face-melting(embarass,hot,sarcasm,shame)'), array('fas fa-face-monocle' => 'face-monocle(face with monocle,stuffy,thinking,wealthy)'), array('far fa-face-monocle' => 'face-monocle(face with monocle,stuffy,thinking,wealthy)'), array('fal fa-face-monocle' => 'face-monocle(face with monocle,stuffy,thinking,wealthy)'), array('fas fa-face-nauseated' => 'face-nauseated(digust,face,flu,green,mr yuck,nauseated,nauseated face,sickness,vomit)'), array('far fa-face-nauseated' => 'face-nauseated(digust,face,flu,green,mr yuck,nauseated,nauseated face,sickness,vomit)'), array('fal fa-face-nauseated' => 'face-nauseated(digust,face,flu,green,mr yuck,nauseated,nauseated face,sickness,vomit)'), array('fas fa-face-nose-steam' => 'face-nose-steam(angry,face,face with steam from nose,frustrated,mad,steaming,triumph,upset,won)'), array('far fa-face-nose-steam' => 'face-nose-steam(angry,face,face with steam from nose,frustrated,mad,steaming,triumph,upset,won)'), array('fal fa-face-nose-steam' => 'face-nose-steam(angry,face,face with steam from nose,frustrated,mad,steaming,triumph,upset,won)'), array('fas fa-face-party' => 'face-party(celebration,hat,horn,party,partying face)'), array('far fa-face-party' => 'face-party(celebration,hat,horn,party,partying face)'), array('fal fa-face-party' => 'face-party(celebration,hat,horn,party,partying face)'), array('fas fa-face-pensive' => 'face-pensive(dejected,face,pensive,pensive face,remorse,sad,sorrow)'), array('far fa-face-pensive' => 'face-pensive(dejected,face,pensive,pensive face,remorse,sad,sorrow)'), array('fal fa-face-pensive' => 'face-pensive(dejected,face,pensive,pensive face,remorse,sad,sorrow)'), array('fas fa-face-persevering' => 'face-persevering(face,frustration,helpless,persevere,persevering face,scrunched)'), array('far fa-face-persevering' => 'face-persevering(face,frustration,helpless,persevere,persevering face,scrunched)'), array('fal fa-face-persevering' => 'face-persevering(face,frustration,helpless,persevere,persevering face,scrunched)'), array('fas fa-face-pleading' => 'face-pleading(begging,glossy,mercy,pleading face,puppy eyes,simp)'), array('far fa-face-pleading' => 'face-pleading(begging,glossy,mercy,pleading face,puppy eyes,simp)'), array('fal fa-face-pleading' => 'face-pleading(begging,glossy,mercy,pleading face,puppy eyes,simp)'), array('fas fa-face-pouting' => 'face-pouting(angry,face,mad,pouting,pouting face,rage,red)'), array('far fa-face-pouting' => 'face-pouting(angry,face,mad,pouting,pouting face,rage,red)'), array('fal fa-face-pouting' => 'face-pouting(angry,face,mad,pouting,pouting face,rage,red)'), array('fas fa-face-raised-eyebrow' => 'face-raised-eyebrow(colbert,disapproval,disbelief,distrust,face with raised eyebrow,mild surprise,scepticism,skeptic,surprise,the rock)'), array('far fa-face-raised-eyebrow' => 'face-raised-eyebrow(colbert,disapproval,disbelief,distrust,face with raised eyebrow,mild surprise,scepticism,skeptic,surprise,the rock)'), array('fal fa-face-raised-eyebrow' => 'face-raised-eyebrow(colbert,disapproval,disbelief,distrust,face with raised eyebrow,mild surprise,scepticism,skeptic,surprise,the rock)'), array('fas fa-face-relieved' => 'face-relieved(content,face,happy,pleased,relieved,relieved face)'), array('far fa-face-relieved' => 'face-relieved(content,face,happy,pleased,relieved,relieved face)'), array('fal fa-face-relieved' => 'face-relieved(content,face,happy,pleased,relieved,relieved face)'), array('fas fa-face-rolling-eyes' => 'face-rolling-eyes(emoticon,eyeroll,eyes,face,face with rolling eyes,neutral,rating,rolling)'), array('far fa-face-rolling-eyes' => 'face-rolling-eyes(emoticon,eyeroll,eyes,face,face with rolling eyes,neutral,rating,rolling)'), array('fal fa-face-rolling-eyes' => 'face-rolling-eyes(emoticon,eyeroll,eyes,face,face with rolling eyes,neutral,rating,rolling)'), array('fas fa-face-sad-cry' => 'face-sad-cry(cry,emoticon,face,loudly crying face,sad,sob,tear,tears)'), array('far fa-face-sad-cry' => 'face-sad-cry(cry,emoticon,face,loudly crying face,sad,sob,tear,tears)'), array('fal fa-face-sad-cry' => 'face-sad-cry(cry,emoticon,face,loudly crying face,sad,sob,tear,tears)'), array('fas fa-face-sad-sweat' => 'face-sad-sweat(disappointed,face,relieved,sad but relieved face,whew)'), array('far fa-face-sad-sweat' => 'face-sad-sweat(disappointed,face,relieved,sad but relieved face,whew)'), array('fal fa-face-sad-sweat' => 'face-sad-sweat(disappointed,face,relieved,sad but relieved face,whew)'), array('fas fa-face-sad-tear' => 'face-sad-tear(cry,crying face,emoticon,face,sad,tear,tears)'), array('far fa-face-sad-tear' => 'face-sad-tear(cry,crying face,emoticon,face,sad,tear,tears)'), array('fal fa-face-sad-tear' => 'face-sad-tear(cry,crying face,emoticon,face,sad,tear,tears)'), array('fas fa-face-saluting' => 'face-saluting(honor,respect,salute)'), array('far fa-face-saluting' => 'face-saluting(honor,respect,salute)'), array('fal fa-face-saluting' => 'face-saluting(honor,respect,salute)'), array('fas fa-face-scream' => 'face-scream(face,face screaming in fear,fear,home alone,munch,scared,scream)'), array('far fa-face-scream' => 'face-scream(face,face screaming in fear,fear,home alone,munch,scared,scream)'), array('fal fa-face-scream' => 'face-scream(face,face screaming in fear,fear,home alone,munch,scared,scream)'), array('fas fa-face-shush' => 'face-shush(finger,hush,quiet,shh,shush,shushing face)'), array('far fa-face-shush' => 'face-shush(finger,hush,quiet,shh,shush,shushing face)'), array('fal fa-face-shush' => 'face-shush(finger,hush,quiet,shh,shush,shushing face)'), array('fas fa-face-sleeping' => 'face-sleeping(face,sleep,sleeping face,snooze,snoring,zzz)'), array('far fa-face-sleeping' => 'face-sleeping(face,sleep,sleeping face,snooze,snoring,zzz)'), array('fal fa-face-sleeping' => 'face-sleeping(face,sleep,sleeping face,snooze,snoring,zzz)'), array('fas fa-face-sleepy' => 'face-sleepy(bubble,face,sleep,sleepy face,snooze,snot,tear,tired)'), array('far fa-face-sleepy' => 'face-sleepy(bubble,face,sleep,sleepy face,snooze,snot,tear,tired)'), array('fal fa-face-sleepy' => 'face-sleepy(bubble,face,sleep,sleepy face,snooze,snot,tear,tired)'), array('fas fa-face-smile' => 'face-smile(approve,default,emoticon,face,happy,rating,satisfied,slightly smiling face,smile,uer)'), array('far fa-face-smile' => 'face-smile(approve,default,emoticon,face,happy,rating,satisfied,slightly smiling face,smile,uer)'), array('fal fa-face-smile' => 'face-smile(approve,default,emoticon,face,happy,rating,satisfied,slightly smiling face,smile,uer)'), array('fas fa-face-smile-beam' => 'face-smile-beam(blush,emoticon,eye,face,happy,positive,smile,smiling face with smiling eyes)'), array('far fa-face-smile-beam' => 'face-smile-beam(blush,emoticon,eye,face,happy,positive,smile,smiling face with smiling eyes)'), array('fal fa-face-smile-beam' => 'face-smile-beam(blush,emoticon,eye,face,happy,positive,smile,smiling face with smiling eyes)'), array('fas fa-face-smile-halo' => 'face-smile-halo(angel,face,fantasy,halo,happy,innocent,smiling face with halo)'), array('far fa-face-smile-halo' => 'face-smile-halo(angel,face,fantasy,halo,happy,innocent,smiling face with halo)'), array('fal fa-face-smile-halo' => 'face-smile-halo(angel,face,fantasy,halo,happy,innocent,smiling face with halo)'), array('fas fa-face-smile-hearts' => 'face-smile-hearts(adore,crush,happy,hearts,in love,love,smiling face with hearts)'), array('far fa-face-smile-hearts' => 'face-smile-hearts(adore,crush,happy,hearts,in love,love,smiling face with hearts)'), array('fal fa-face-smile-hearts' => 'face-smile-hearts(adore,crush,happy,hearts,in love,love,smiling face with hearts)'), array('fas fa-face-smile-horns' => 'face-smile-horns(face,fairy tale,fantasy,goblin,horns,imp,smile,smiling face with horns)'), array('far fa-face-smile-horns' => 'face-smile-horns(face,fairy tale,fantasy,goblin,horns,imp,smile,smiling face with horns)'), array('fal fa-face-smile-horns' => 'face-smile-horns(face,fairy tale,fantasy,goblin,horns,imp,smile,smiling face with horns)'), array('fas fa-face-smile-relaxed' => 'face-smile-relaxed(face,outlined,relaxed,smile,smiling face)'), array('far fa-face-smile-relaxed' => 'face-smile-relaxed(face,outlined,relaxed,smile,smiling face)'), array('fal fa-face-smile-relaxed' => 'face-smile-relaxed(face,outlined,relaxed,smile,smiling face)'), array('fas fa-face-smile-tear' => 'face-smile-tear(cry,grateful,proud,relieved,smiling,smiling face with tear,tear,touched)'), array('far fa-face-smile-tear' => 'face-smile-tear(cry,grateful,proud,relieved,smiling,smiling face with tear,tear,touched)'), array('fal fa-face-smile-tear' => 'face-smile-tear(cry,grateful,proud,relieved,smiling,smiling face with tear,tear,touched)'), array('fas fa-face-smile-tongue' => 'face-smile-tongue(delicious,face,face savoring food,savoring,savouring,smile,yum)'), array('far fa-face-smile-tongue' => 'face-smile-tongue(delicious,face,face savoring food,savoring,savouring,smile,yum)'), array('fal fa-face-smile-tongue' => 'face-smile-tongue(delicious,face,face savoring food,savoring,savouring,smile,yum)'), array('fas fa-face-smile-upside-down' => 'face-smile-upside-down(awkward,face,humor,irony,sarcasm,silly,upside-down,upside-down face)'), array('far fa-face-smile-upside-down' => 'face-smile-upside-down(awkward,face,humor,irony,sarcasm,silly,upside-down,upside-down face)'), array('fal fa-face-smile-upside-down' => 'face-smile-upside-down(awkward,face,humor,irony,sarcasm,silly,upside-down,upside-down face)'), array('fas fa-face-smile-wink' => 'face-smile-wink(emoticon,face,happy,hint,joke,wink,winking face)'), array('far fa-face-smile-wink' => 'face-smile-wink(emoticon,face,happy,hint,joke,wink,winking face)'), array('fal fa-face-smile-wink' => 'face-smile-wink(emoticon,face,happy,hint,joke,wink,winking face)'), array('fas fa-face-smiling-hands' => 'face-smiling-hands(care,face,hug,hugging,hugging face,jazz hands,love,support,wave)'), array('far fa-face-smiling-hands' => 'face-smiling-hands(care,face,hug,hugging,hugging face,jazz hands,love,support,wave)'), array('fal fa-face-smiling-hands' => 'face-smiling-hands(care,face,hug,hugging,hugging face,jazz hands,love,support,wave)'), array('fas fa-face-smirking' => 'face-smirking(face,flirt,grin,sexual,smirk,smirking face,suggestive,wry)'), array('far fa-face-smirking' => 'face-smirking(face,flirt,grin,sexual,smirk,smirking face,suggestive,wry)'), array('fal fa-face-smirking' => 'face-smirking(face,flirt,grin,sexual,smirk,smirking face,suggestive,wry)'), array('fas fa-face-spiral-eyes' => 'face-spiral-eyes(disorient,dizzy,hypnosis,hypnotize)'), array('far fa-face-spiral-eyes' => 'face-spiral-eyes(disorient,dizzy,hypnosis,hypnotize)'), array('fal fa-face-spiral-eyes' => 'face-spiral-eyes(disorient,dizzy,hypnosis,hypnotize)'), array('fas fa-face-sunglasses' => 'face-sunglasses(bright,cool,face,friend,shades,smiling face with sunglasses,sun,sunglasses)'), array('far fa-face-sunglasses' => 'face-sunglasses(bright,cool,face,friend,shades,smiling face with sunglasses,sun,sunglasses)'), array('fal fa-face-sunglasses' => 'face-sunglasses(bright,cool,face,friend,shades,smiling face with sunglasses,sun,sunglasses)'), array('fas fa-face-surprise' => 'face-surprise(emoticon,face,face with open mouth,mouth,open,shocked,sympathy)'), array('far fa-face-surprise' => 'face-surprise(emoticon,face,face with open mouth,mouth,open,shocked,sympathy)'), array('fal fa-face-surprise' => 'face-surprise(emoticon,face,face with open mouth,mouth,open,shocked,sympathy)'), array('fas fa-face-swear' => 'face-swear(anger,curse,cursing,cussing,face with symbols on mouth,grawlix,swearing,symbols)'), array('far fa-face-swear' => 'face-swear(anger,curse,cursing,cussing,face with symbols on mouth,grawlix,swearing,symbols)'), array('fal fa-face-swear' => 'face-swear(anger,curse,cursing,cussing,face with symbols on mouth,grawlix,swearing,symbols)'), array('fas fa-face-thermometer' => 'face-thermometer(cold,coronavirus,covid,covid-19,face,face with thermometer,fever,flu,ill,sick,thermometer)'), array('far fa-face-thermometer' => 'face-thermometer(cold,coronavirus,covid,covid-19,face,face with thermometer,fever,flu,ill,sick,thermometer)'), array('fal fa-face-thermometer' => 'face-thermometer(cold,coronavirus,covid,covid-19,face,face with thermometer,fever,flu,ill,sick,thermometer)'), array('fas fa-face-thinking' => 'face-thinking(chin,face,idea,shade,thinking,thinking face,thumb)'), array('far fa-face-thinking' => 'face-thinking(chin,face,idea,shade,thinking,thinking face,thumb)'), array('fal fa-face-thinking' => 'face-thinking(chin,face,idea,shade,thinking,thinking face,thumb)'), array('fas fa-face-tired' => 'face-tired(angry,emoticon,face,grumpy,tired,tired face,upset)'), array('far fa-face-tired' => 'face-tired(angry,emoticon,face,grumpy,tired,tired face,upset)'), array('fal fa-face-tired' => 'face-tired(angry,emoticon,face,grumpy,tired,tired face,upset)'), array('fas fa-face-tissue' => 'face-tissue(face,gesundheit,sneeze,sneezing face,tears)'), array('far fa-face-tissue' => 'face-tissue(face,gesundheit,sneeze,sneezing face,tears)'), array('fal fa-face-tissue' => 'face-tissue(face,gesundheit,sneeze,sneezing face,tears)'), array('fas fa-face-tongue-money' => 'face-tongue-money(coupon,dollar,face,greed,money,money-mouth face,mouth,premium,rich,vip)'), array('far fa-face-tongue-money' => 'face-tongue-money(coupon,dollar,face,greed,money,money-mouth face,mouth,premium,rich,vip)'), array('fal fa-face-tongue-money' => 'face-tongue-money(coupon,dollar,face,greed,money,money-mouth face,mouth,premium,rich,vip)'), array('fas fa-face-tongue-sweat' => 'face-tongue-sweat(fever,feverish,heat stroke,hot,hot face,overheat,red-faced,stroke,sweating)'), array('far fa-face-tongue-sweat' => 'face-tongue-sweat(fever,feverish,heat stroke,hot,hot face,overheat,red-faced,stroke,sweating)'), array('fal fa-face-tongue-sweat' => 'face-tongue-sweat(fever,feverish,heat stroke,hot,hot face,overheat,red-faced,stroke,sweating)'), array('fas fa-face-unamused' => 'face-unamused(dissatisfied,face,frown,grumpy,irritated,meh,skeptical,unamused,unamused face,unhappy,unimpressed)'), array('far fa-face-unamused' => 'face-unamused(dissatisfied,face,frown,grumpy,irritated,meh,skeptical,unamused,unamused face,unhappy,unimpressed)'), array('fal fa-face-unamused' => 'face-unamused(dissatisfied,face,frown,grumpy,irritated,meh,skeptical,unamused,unamused face,unhappy,unimpressed)'), array('fas fa-face-vomit' => 'face-vomit(face vomiting,flu,poison,sick,spew,throw up,vomit)'), array('far fa-face-vomit' => 'face-vomit(face vomiting,flu,poison,sick,spew,throw up,vomit)'), array('fal fa-face-vomit' => 'face-vomit(face vomiting,flu,poison,sick,spew,throw up,vomit)'), array('fas fa-face-weary' => 'face-weary(distraught,face,tired,wailing,weary,weary face)'), array('far fa-face-weary' => 'face-weary(distraught,face,tired,wailing,weary,weary face)'), array('fal fa-face-weary' => 'face-weary(distraught,face,tired,wailing,weary,weary face)'), array('fas fa-face-woozy' => 'face-woozy(disgust,dizzy,drunk,exhaustion,intoxicated,tipsy,uneven eyes,wasckiness,wavy mouth,woozy face)'), array('far fa-face-woozy' => 'face-woozy(disgust,dizzy,drunk,exhaustion,intoxicated,tipsy,uneven eyes,wasckiness,wavy mouth,woozy face)'), array('fal fa-face-woozy' => 'face-woozy(disgust,dizzy,drunk,exhaustion,intoxicated,tipsy,uneven eyes,wasckiness,wavy mouth,woozy face)'), array('fas fa-face-worried' => 'face-worried(face,sad,sadface,worried,worried face)'), array('far fa-face-worried' => 'face-worried(face,sad,sadface,worried,worried face)'), array('fal fa-face-worried' => 'face-worried(face,sad,sadface,worried,worried face)'), array('fas fa-face-zany' => 'face-zany(crazy,excited,eye,goofy,large,small,tongue,wild,zany face)'), array('far fa-face-zany' => 'face-zany(crazy,excited,eye,goofy,large,small,tongue,wild,zany face)'), array('fal fa-face-zany' => 'face-zany(crazy,excited,eye,goofy,large,small,tongue,wild,zany face)'), array('fas fa-face-zipper' => 'face-zipper(face,lips,mouth,quiet,sealed,secret,zipper,zipper-mouth face)'), array('far fa-face-zipper' => 'face-zipper(face,lips,mouth,quiet,sealed,secret,zipper,zipper-mouth face)'), array('fal fa-face-zipper' => 'face-zipper(face,lips,mouth,quiet,sealed,secret,zipper,zipper-mouth face)'), ), 'Shopping' => array( array('fab fa-alipay' => 'alipay'), array('fab fa-amazon-pay' => 'amazon-pay'), array('fab fa-apple-pay' => 'apple-pay'), array('fas fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('far fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('fal fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('fas fa-badge-check' => 'badge-check(accept,achievement,agree,award,confirm,correct,done,enable,guarantee,ok,security,select,success,validate,verified,verify,warranty,winner,working,yes)'), array('far fa-badge-check' => 'badge-check(accept,achievement,agree,award,confirm,correct,done,enable,guarantee,ok,security,select,success,validate,verified,verify,warranty,winner,working,yes)'), array('fal fa-badge-check' => 'badge-check(accept,achievement,agree,award,confirm,correct,done,enable,guarantee,ok,security,select,success,validate,verified,verify,warranty,winner,working,yes)'), array('fas fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('far fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fal fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fas fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('far fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fal fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fas fa-bag-shopping' => 'bag-shopping(buy,checkout,grocery,payment,purchase)'), array('far fa-bag-shopping' => 'bag-shopping(buy,checkout,grocery,payment,purchase)'), array('fal fa-bag-shopping' => 'bag-shopping(buy,checkout,grocery,payment,purchase)'), array('fas fa-bag-shopping-minus' => 'bag-shopping-minus( checkout, grocery, payment, purchase, remove,buy,subtract)'), array('far fa-bag-shopping-minus' => 'bag-shopping-minus( checkout, grocery, payment, purchase, remove,buy,subtract)'), array('fal fa-bag-shopping-minus' => 'bag-shopping-minus( checkout, grocery, payment, purchase, remove,buy,subtract)'), array('fas fa-bag-shopping-plus' => 'bag-shopping-plus( add, checkout, grocery, payment, purchase,buy)'), array('far fa-bag-shopping-plus' => 'bag-shopping-plus( add, checkout, grocery, payment, purchase,buy)'), array('fal fa-bag-shopping-plus' => 'bag-shopping-plus( add, checkout, grocery, payment, purchase,buy)'), array('fas fa-bags-shopping' => 'bags-shopping(bag,buy,checkout,hotel,order,shopping,shopping bags,store)'), array('far fa-bags-shopping' => 'bags-shopping(bag,buy,checkout,hotel,order,shopping,shopping bags,store)'), array('fal fa-bags-shopping' => 'bags-shopping(bag,buy,checkout,hotel,order,shopping,shopping bags,store)'), array('fas fa-balloon' => 'balloon(balloon,birthday,celebrate,celebration,helium,party,pop,up)'), array('far fa-balloon' => 'balloon(balloon,birthday,celebrate,celebration,helium,party,pop,up)'), array('fal fa-balloon' => 'balloon(balloon,birthday,celebrate,celebration,helium,party,pop,up)'), array('fas fa-balloons' => 'balloons(birthday,celebrate,celebration,helium,party,pop,up)'), array('far fa-balloons' => 'balloons(birthday,celebrate,celebration,helium,party,pop,up)'), array('fal fa-balloons' => 'balloons(birthday,celebrate,celebration,helium,party,pop,up)'), array('fas fa-barcode' => 'barcode(info,laser,price,scan,upc)'), array('far fa-barcode' => 'barcode(info,laser,price,scan,upc)'), array('fal fa-barcode' => 'barcode(info,laser,price,scan,upc)'), array('fas fa-barcode-read' => 'barcode-read(info,laser,price,scan,upc)'), array('far fa-barcode-read' => 'barcode-read(info,laser,price,scan,upc)'), array('fal fa-barcode-read' => 'barcode-read(info,laser,price,scan,upc)'), array('fas fa-barcode-scan' => 'barcode-scan(info,laser,price,scan,upc)'), array('far fa-barcode-scan' => 'barcode-scan(info,laser,price,scan,upc)'), array('fal fa-barcode-scan' => 'barcode-scan(info,laser,price,scan,upc)'), array('fas fa-basket-shopping' => 'basket-shopping(buy,checkout,grocery,payment,purchase)'), array('far fa-basket-shopping' => 'basket-shopping(buy,checkout,grocery,payment,purchase)'), array('fal fa-basket-shopping' => 'basket-shopping(buy,checkout,grocery,payment,purchase)'), array('fas fa-basket-shopping-minus' => 'basket-shopping-minus( checkout, grocery, payment, purchase, remove,buy)'), array('far fa-basket-shopping-minus' => 'basket-shopping-minus( checkout, grocery, payment, purchase, remove,buy)'), array('fal fa-basket-shopping-minus' => 'basket-shopping-minus( checkout, grocery, payment, purchase, remove,buy)'), array('fas fa-basket-shopping-plus' => 'basket-shopping-plus( add, checkout, grocery, payment, purchase,buy)'), array('far fa-basket-shopping-plus' => 'basket-shopping-plus( add, checkout, grocery, payment, purchase,buy)'), array('fal fa-basket-shopping-plus' => 'basket-shopping-plus( add, checkout, grocery, payment, purchase,buy)'), array('fas fa-basket-shopping-simple' => 'basket-shopping-simple(cart,checkout,grocery,shopping)'), array('far fa-basket-shopping-simple' => 'basket-shopping-simple(cart,checkout,grocery,shopping)'), array('fal fa-basket-shopping-simple' => 'basket-shopping-simple(cart,checkout,grocery,shopping)'), array('fas fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('far fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fal fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fab fa-bitcoin' => 'bitcoin'), array('fas fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('far fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('fal fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('fas fa-booth-curtain' => 'booth-curtain(changing room,election,vote,voting,voting booth)'), array('far fa-booth-curtain' => 'booth-curtain(changing room,election,vote,voting,voting booth)'), array('fal fa-booth-curtain' => 'booth-curtain(changing room,election,vote,voting,voting booth)'), array('fas fa-box-open-full' => 'box-open-full(attic,package,packed,storage)'), array('far fa-box-open-full' => 'box-open-full(attic,package,packed,storage)'), array('fal fa-box-open-full' => 'box-open-full(attic,package,packed,storage)'), array('fab fa-btc' => 'btc'), array('fas fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('far fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('fal fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('fas fa-caduceus' => 'caduceus( fast, mercury, messenger,hermes)'), array('far fa-caduceus' => 'caduceus( fast, mercury, messenger,hermes)'), array('fal fa-caduceus' => 'caduceus( fast, mercury, messenger,hermes)'), array('fas fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('far fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('fal fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('fas fa-camera-retro' => 'camera-retro(camera,image,img,lens,photo,picture,record,shutter,video)'), array('far fa-camera-retro' => 'camera-retro(camera,image,img,lens,photo,picture,record,shutter,video)'), array('fal fa-camera-retro' => 'camera-retro(camera,image,img,lens,photo,picture,record,shutter,video)'), array('fas fa-cart-arrow-down' => 'cart-arrow-down(download,insert,save,shopping)'), array('far fa-cart-arrow-down' => 'cart-arrow-down(download,insert,save,shopping)'), array('fal fa-cart-arrow-down' => 'cart-arrow-down(download,insert,save,shopping)'), array('fas fa-cart-arrow-up' => 'cart-arrow-up(cart,grocery,market,shopping,upgrade)'), array('far fa-cart-arrow-up' => 'cart-arrow-up(cart,grocery,market,shopping,upgrade)'), array('fal fa-cart-arrow-up' => 'cart-arrow-up(cart,grocery,market,shopping,upgrade)'), array('fas fa-cart-circle-arrow-down' => 'cart-circle-arrow-down(cart,grocery,market,shopping)'), array('far fa-cart-circle-arrow-down' => 'cart-circle-arrow-down(cart,grocery,market,shopping)'), array('fal fa-cart-circle-arrow-down' => 'cart-circle-arrow-down(cart,grocery,market,shopping)'), array('fas fa-cart-circle-arrow-up' => 'cart-circle-arrow-up(cart,grocery,market,shopping,upgrade)'), array('far fa-cart-circle-arrow-up' => 'cart-circle-arrow-up(cart,grocery,market,shopping,upgrade)'), array('fal fa-cart-circle-arrow-up' => 'cart-circle-arrow-up(cart,grocery,market,shopping,upgrade)'), array('fas fa-cart-circle-check' => 'cart-circle-check(cart,enable,grocery,market,shopping,validate,working)'), array('far fa-cart-circle-check' => 'cart-circle-check(cart,enable,grocery,market,shopping,validate,working)'), array('fal fa-cart-circle-check' => 'cart-circle-check(cart,enable,grocery,market,shopping,validate,working)'), array('fas fa-cart-circle-exclamation' => 'cart-circle-exclamation(cart,failed,grocery,market,shopping)'), array('far fa-cart-circle-exclamation' => 'cart-circle-exclamation(cart,failed,grocery,market,shopping)'), array('fal fa-cart-circle-exclamation' => 'cart-circle-exclamation(cart,failed,grocery,market,shopping)'), array('fas fa-cart-circle-plus' => 'cart-circle-plus(cart,grocery,market,shopping)'), array('far fa-cart-circle-plus' => 'cart-circle-plus(cart,grocery,market,shopping)'), array('fal fa-cart-circle-plus' => 'cart-circle-plus(cart,grocery,market,shopping)'), array('fas fa-cart-circle-xmark' => 'cart-circle-xmark(cart,grocery,market,shopping,uncheck)'), array('far fa-cart-circle-xmark' => 'cart-circle-xmark(cart,grocery,market,shopping,uncheck)'), array('fal fa-cart-circle-xmark' => 'cart-circle-xmark(cart,grocery,market,shopping,uncheck)'), array('fas fa-cart-minus' => 'cart-minus(checkout,food,grocery)'), array('far fa-cart-minus' => 'cart-minus(checkout,food,grocery)'), array('fal fa-cart-minus' => 'cart-minus(checkout,food,grocery)'), array('fas fa-cart-plus' => 'cart-plus(add,create,new,positive,shopping)'), array('far fa-cart-plus' => 'cart-plus(add,create,new,positive,shopping)'), array('fal fa-cart-plus' => 'cart-plus(add,create,new,positive,shopping)'), array('fas fa-cart-shopping' => 'cart-shopping(buy,cart,checkout,grocery,payment,purchase,shopping,shopping cart,trolley)'), array('far fa-cart-shopping' => 'cart-shopping(buy,cart,checkout,grocery,payment,purchase,shopping,shopping cart,trolley)'), array('fal fa-cart-shopping' => 'cart-shopping(buy,cart,checkout,grocery,payment,purchase,shopping,shopping cart,trolley)'), array('fas fa-cart-shopping-fast' => 'cart-shopping-fast(fast,food,grocery,market,quick)'), array('far fa-cart-shopping-fast' => 'cart-shopping-fast(fast,food,grocery,market,quick)'), array('fal fa-cart-shopping-fast' => 'cart-shopping-fast(fast,food,grocery,market,quick)'), array('fas fa-cart-xmark' => 'cart-xmark(checkout,food,grocery,uncheck)'), array('far fa-cart-xmark' => 'cart-xmark(checkout,food,grocery,uncheck)'), array('fal fa-cart-xmark' => 'cart-xmark(checkout,food,grocery,uncheck)'), array('fas fa-cash-register' => 'cash-register(buy,cha-ching,change,checkout,commerce,leaerboard,machine,pay,payment,purchase,store)'), array('far fa-cash-register' => 'cash-register(buy,cha-ching,change,checkout,commerce,leaerboard,machine,pay,payment,purchase,store)'), array('fal fa-cash-register' => 'cash-register(buy,cha-ching,change,checkout,commerce,leaerboard,machine,pay,payment,purchase,store)'), array('fab fa-cc-amazon-pay' => 'cc-amazon-pay'), array('fab fa-cc-amex' => 'cc-amex(amex)'), array('fab fa-cc-apple-pay' => 'cc-apple-pay'), array('fab fa-cc-diners-club' => 'cc-diners-club'), array('fab fa-cc-discover' => 'cc-discover'), array('fab fa-cc-jcb' => 'cc-jcb'), array('fab fa-cc-mastercard' => 'cc-mastercard'), array('fab fa-cc-paypal' => 'cc-paypal'), array('fab fa-cc-stripe' => 'cc-stripe'), array('fab fa-cc-visa' => 'cc-visa'), array('fas fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('far fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('fal fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('fas fa-credit-card' => 'credit-card(buy,card,checkout,credit,credit card,credit-card-alt,debit,money,payment,purchase)'), array('far fa-credit-card' => 'credit-card(buy,card,checkout,credit,credit card,credit-card-alt,debit,money,payment,purchase)'), array('fal fa-credit-card' => 'credit-card(buy,card,checkout,credit,credit card,credit-card-alt,debit,money,payment,purchase)'), array('fas fa-credit-card-blank' => 'credit-card-blank(buy,checkout,debit,money,payment,purchase)'), array('far fa-credit-card-blank' => 'credit-card-blank(buy,checkout,debit,money,payment,purchase)'), array('fal fa-credit-card-blank' => 'credit-card-blank(buy,checkout,debit,money,payment,purchase)'), array('fas fa-credit-card-front' => 'credit-card-front(buy,checkout,chip,debit,money,payment,purchase)'), array('far fa-credit-card-front' => 'credit-card-front(buy,checkout,chip,debit,money,payment,purchase)'), array('fal fa-credit-card-front' => 'credit-card-front(buy,checkout,chip,debit,money,payment,purchase)'), array('fab fa-ethereum' => 'ethereum'), array('fas fa-gem' => 'gem(diamond,gem,gem stone,jewel,jewelry,sapphire,stone,treasure)'), array('far fa-gem' => 'gem(diamond,gem,gem stone,jewel,jewelry,sapphire,stone,treasure)'), array('fal fa-gem' => 'gem(diamond,gem,gem stone,jewel,jewelry,sapphire,stone,treasure)'), array('fas fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('far fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('fal fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('fas fa-gift-card' => 'gift-card(christmas,generosity,giving,holiday,money,party,present,salary,wrapped,xmas)'), array('far fa-gift-card' => 'gift-card(christmas,generosity,giving,holiday,money,party,present,salary,wrapped,xmas)'), array('fal fa-gift-card' => 'gift-card(christmas,generosity,giving,holiday,money,party,present,salary,wrapped,xmas)'), array('fas fa-gifts' => 'gifts(christmas,generosity,giving,holiday,party,present,wrapped,xmas)'), array('far fa-gifts' => 'gifts(christmas,generosity,giving,holiday,party,present,wrapped,xmas)'), array('fal fa-gifts' => 'gifts(christmas,generosity,giving,holiday,party,present,wrapped,xmas)'), array('fab fa-google-pay' => 'google-pay'), array('fab fa-google-wallet' => 'google-wallet'), array('fas fa-hand-holding-box' => 'hand-holding-box(carry,gift,handling,lift,package)'), array('far fa-hand-holding-box' => 'hand-holding-box(carry,gift,handling,lift,package)'), array('fal fa-hand-holding-box' => 'hand-holding-box(carry,gift,handling,lift,package)'), array('fas fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('far fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('fal fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('fas fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('far fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fal fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fas fa-hexagon-image' => 'hexagon-image(blockchain,crypto,data,image,img,nft,non-fungible token,photo)'), array('far fa-hexagon-image' => 'hexagon-image(blockchain,crypto,data,image,img,nft,non-fungible token,photo)'), array('fal fa-hexagon-image' => 'hexagon-image(blockchain,crypto,data,image,img,nft,non-fungible token,photo)'), array('fas fa-hexagon-vertical-nft' => 'hexagon-vertical-nft(NFT,blockchain,crypto,data,non-fungible token)'), array('far fa-hexagon-vertical-nft' => 'hexagon-vertical-nft(NFT,blockchain,crypto,data,non-fungible token)'), array('fal fa-hexagon-vertical-nft' => 'hexagon-vertical-nft(NFT,blockchain,crypto,data,non-fungible token)'), array('fas fa-hexagon-vertical-nft-slanted' => 'hexagon-vertical-nft-slanted(NFT,blockchain,crypto,data,non-fungible token)'), array('far fa-hexagon-vertical-nft-slanted' => 'hexagon-vertical-nft-slanted(NFT,blockchain,crypto,data,non-fungible token)'), array('fal fa-hexagon-vertical-nft-slanted' => 'hexagon-vertical-nft-slanted(NFT,blockchain,crypto,data,non-fungible token)'), array('fas fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('far fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('fal fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('fas fa-mobile-signal' => 'mobile-signal(android,iphone,nfc,scan)'), array('far fa-mobile-signal' => 'mobile-signal(android,iphone,nfc,scan)'), array('fal fa-mobile-signal' => 'mobile-signal(android,iphone,nfc,scan)'), array('fas fa-mobile-signal-out' => 'mobile-signal-out(android,iphone,nfc,scan)'), array('far fa-mobile-signal-out' => 'mobile-signal-out(android,iphone,nfc,scan)'), array('fal fa-mobile-signal-out' => 'mobile-signal-out(android,iphone,nfc,scan)'), array('fas fa-money-check' => 'money-check(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('far fa-money-check' => 'money-check(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('fal fa-money-check' => 'money-check(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('fas fa-money-check-dollar' => 'money-check-dollar(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('far fa-money-check-dollar' => 'money-check-dollar(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('fal fa-money-check-dollar' => 'money-check-dollar(bank check,buy,checkout,cheque,money,payment,price,purchase,salary)'), array('fas fa-money-check-dollar-pen' => 'money-check-dollar-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('far fa-money-check-dollar-pen' => 'money-check-dollar-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fal fa-money-check-dollar-pen' => 'money-check-dollar-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fas fa-money-check-pen' => 'money-check-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('far fa-money-check-pen' => 'money-check-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fal fa-money-check-pen' => 'money-check-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fas fa-moped' => 'moped(delivery,motorbike,scooter)'), array('far fa-moped' => 'moped(delivery,motorbike,scooter)'), array('fal fa-moped' => 'moped(delivery,motorbike,scooter)'), array('fas fa-nfc' => 'nfc(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('far fa-nfc' => 'nfc(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fal fa-nfc' => 'nfc(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fab fa-nfc-directional' => 'nfc-directional(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fas fa-nfc-lock' => 'nfc-lock(connect,data,near field communication,nfc,padlock,privacy,scan,signal,transfer,wireless)'), array('far fa-nfc-lock' => 'nfc-lock(connect,data,near field communication,nfc,padlock,privacy,scan,signal,transfer,wireless)'), array('fal fa-nfc-lock' => 'nfc-lock(connect,data,near field communication,nfc,padlock,privacy,scan,signal,transfer,wireless)'), array('fas fa-nfc-magnifying-glass' => 'nfc-magnifying-glass(connect,data,magnifier,near field communication,nfc,scan,search,signal,transfer,wireless)'), array('far fa-nfc-magnifying-glass' => 'nfc-magnifying-glass(connect,data,magnifier,near field communication,nfc,scan,search,signal,transfer,wireless)'), array('fal fa-nfc-magnifying-glass' => 'nfc-magnifying-glass(connect,data,magnifier,near field communication,nfc,scan,search,signal,transfer,wireless)'), array('fas fa-nfc-pen' => 'nfc-pen(connect,data,edit,near field communication,nfc,scan,signal,transfer,wireless)'), array('far fa-nfc-pen' => 'nfc-pen(connect,data,edit,near field communication,nfc,scan,signal,transfer,wireless)'), array('fal fa-nfc-pen' => 'nfc-pen(connect,data,edit,near field communication,nfc,scan,signal,transfer,wireless)'), array('fas fa-nfc-signal' => 'nfc-signal(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('far fa-nfc-signal' => 'nfc-signal(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fal fa-nfc-signal' => 'nfc-signal(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fas fa-nfc-slash' => 'nfc-slash(cancel,connect,data,disabled,near field communication,nfc,scan,signal,transfer,wireless)'), array('far fa-nfc-slash' => 'nfc-slash(cancel,connect,data,disabled,near field communication,nfc,scan,signal,transfer,wireless)'), array('fal fa-nfc-slash' => 'nfc-slash(cancel,connect,data,disabled,near field communication,nfc,scan,signal,transfer,wireless)'), array('fas fa-nfc-symbol' => 'nfc-symbol(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('far fa-nfc-symbol' => 'nfc-symbol(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fal fa-nfc-symbol' => 'nfc-symbol(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fab fa-nfc-symbol' => 'nfc-symbol(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fas fa-nfc-trash' => 'nfc-trash(connect,data,delete,near field communication,nfc,scan,signal,transfer,wireless)'), array('far fa-nfc-trash' => 'nfc-trash(connect,data,delete,near field communication,nfc,scan,signal,transfer,wireless)'), array('fal fa-nfc-trash' => 'nfc-trash(connect,data,delete,near field communication,nfc,scan,signal,transfer,wireless)'), array('fab fa-paypal' => 'paypal'), array('fas fa-person-booth' => 'person-booth(changing room,curtain,uer,vote,voting)'), array('far fa-person-booth' => 'person-booth(changing room,curtain,uer,vote,voting)'), array('fal fa-person-booth' => 'person-booth(changing room,curtain,uer,vote,voting)'), array('fas fa-receipt' => 'receipt(accounting,bookkeeping,check,coupon,evidence,invoice,money,pay,proof,receipt,table)'), array('far fa-receipt' => 'receipt(accounting,bookkeeping,check,coupon,evidence,invoice,money,pay,proof,receipt,table)'), array('fal fa-receipt' => 'receipt(accounting,bookkeeping,check,coupon,evidence,invoice,money,pay,proof,receipt,table)'), array('fas fa-rectangle-barcode' => 'rectangle-barcode(info,laser,price,scan,upc)'), array('far fa-rectangle-barcode' => 'rectangle-barcode(info,laser,price,scan,upc)'), array('fal fa-rectangle-barcode' => 'rectangle-barcode(info,laser,price,scan,upc)'), array('fas fa-shirt' => 'shirt(clothing,fashion,garment,shirt,short sleeve,t-shirt,tshirt)'), array('far fa-shirt' => 'shirt(clothing,fashion,garment,shirt,short sleeve,t-shirt,tshirt)'), array('fal fa-shirt' => 'shirt(clothing,fashion,garment,shirt,short sleeve,t-shirt,tshirt)'), array('fas fa-shop' => 'shop(bodega,building,buy,market,purchase,shopping,store)'), array('far fa-shop' => 'shop(bodega,building,buy,market,purchase,shopping,store)'), array('fal fa-shop' => 'shop(bodega,building,buy,market,purchase,shopping,store)'), array('fas fa-shop-lock' => 'shop-lock(bodega,building,buy,closed,lock,lockdown,market,padlock,privacy,purchase,quarantine,shop,shopping,store)'), array('far fa-shop-lock' => 'shop-lock(bodega,building,buy,closed,lock,lockdown,market,padlock,privacy,purchase,quarantine,shop,shopping,store)'), array('fal fa-shop-lock' => 'shop-lock(bodega,building,buy,closed,lock,lockdown,market,padlock,privacy,purchase,quarantine,shop,shopping,store)'), array('fas fa-shop-slash' => 'shop-slash(building,buy,closed,covid-19,disabled,purchase,shopping)'), array('far fa-shop-slash' => 'shop-slash(building,buy,closed,covid-19,disabled,purchase,shopping)'), array('fal fa-shop-slash' => 'shop-slash(building,buy,closed,covid-19,disabled,purchase,shopping)'), array('fas fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('far fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('fal fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('fas fa-star-exclamation' => 'star-exclamation(achievement,alert,attention,award,failed,favorite,night,rating,required,score)'), array('far fa-star-exclamation' => 'star-exclamation(achievement,alert,attention,award,failed,favorite,night,rating,required,score)'), array('fal fa-star-exclamation' => 'star-exclamation(achievement,alert,attention,award,failed,favorite,night,rating,required,score)'), array('fas fa-store' => 'store(bodega,building,buy,market,purchase,shopping,store)'), array('far fa-store' => 'store(bodega,building,buy,market,purchase,shopping,store)'), array('fal fa-store' => 'store(bodega,building,buy,market,purchase,shopping,store)'), array('fas fa-store-lock' => 'store-lock(buy,lock,padlock,privacy,purchase,shop,store)'), array('far fa-store-lock' => 'store-lock(buy,lock,padlock,privacy,purchase,shop,store)'), array('fal fa-store-lock' => 'store-lock(buy,lock,padlock,privacy,purchase,shop,store)'), array('fas fa-store-slash' => 'store-slash(building,buy,closed,covid-19,disabled,purchase,shopping)'), array('far fa-store-slash' => 'store-slash(building,buy,closed,covid-19,disabled,purchase,shopping)'), array('fal fa-store-slash' => 'store-slash(building,buy,closed,covid-19,disabled,purchase,shopping)'), array('fab fa-stripe' => 'stripe'), array('fab fa-stripe-s' => 'stripe-s'), array('fas fa-tag' => 'tag(discount,labe,label,price,shopping)'), array('far fa-tag' => 'tag(discount,labe,label,price,shopping)'), array('fal fa-tag' => 'tag(discount,labe,label,price,shopping)'), array('fas fa-tags' => 'tags(discount,label,price,shopping)'), array('far fa-tags' => 'tags(discount,label,price,shopping)'), array('fal fa-tags' => 'tags(discount,label,price,shopping)'), array('fas fa-thumbs-down' => 'thumbs-down(-1,disagree,disapprove,dislike,down,hand,social,thumb,thumbs down,thumbs-o-down)'), array('far fa-thumbs-down' => 'thumbs-down(-1,disagree,disapprove,dislike,down,hand,social,thumb,thumbs down,thumbs-o-down)'), array('fal fa-thumbs-down' => 'thumbs-down(-1,disagree,disapprove,dislike,down,hand,social,thumb,thumbs down,thumbs-o-down)'), array('fas fa-thumbs-up' => 'thumbs-up(+1,agree,approve,favorite,hand,like,ok,okay,social,success,thumb,thumbs up,thumbs-o-up,up,yes,you got it dude)'), array('far fa-thumbs-up' => 'thumbs-up(+1,agree,approve,favorite,hand,like,ok,okay,social,success,thumb,thumbs up,thumbs-o-up,up,yes,you got it dude)'), array('fal fa-thumbs-up' => 'thumbs-up(+1,agree,approve,favorite,hand,like,ok,okay,social,success,thumb,thumbs up,thumbs-o-up,up,yes,you got it dude)'), array('fas fa-trophy' => 'trophy(achievement,award,cup,game,prize,trophy,winner)'), array('far fa-trophy' => 'trophy(achievement,award,cup,game,prize,trophy,winner)'), array('fal fa-trophy' => 'trophy(achievement,award,cup,game,prize,trophy,winner)'), array('fas fa-trophy-star' => 'trophy-star(achievement,award,cup,game,quality,star,winner)'), array('far fa-trophy-star' => 'trophy-star(achievement,award,cup,game,quality,star,winner)'), array('fal fa-trophy-star' => 'trophy-star(achievement,award,cup,game,quality,star,winner)'), array('fas fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('far fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fal fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fas fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('far fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('fal fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('fas fa-truck-clock' => 'truck-clock(express,fedex,mail,overnight,package,ups)'), array('far fa-truck-clock' => 'truck-clock(express,fedex,mail,overnight,package,ups)'), array('fal fa-truck-clock' => 'truck-clock(express,fedex,mail,overnight,package,ups)'), array('fas fa-truck-container' => 'truck-container(cargo,crate,delivery,maintenance,shipping,vehicle)'), array('far fa-truck-container' => 'truck-container(cargo,crate,delivery,maintenance,shipping,vehicle)'), array('fal fa-truck-container' => 'truck-container(cargo,crate,delivery,maintenance,shipping,vehicle)'), array('fas fa-truck-fast' => 'truck-fast(express,fedex,mail,overnight,package,quick,ups)'), array('far fa-truck-fast' => 'truck-fast(express,fedex,mail,overnight,package,quick,ups)'), array('fal fa-truck-fast' => 'truck-fast(express,fedex,mail,overnight,package,quick,ups)'), ), 'Toggle' => array( array('fas fa-brightness' => 'brightness(bright,bright button,brightness,display,light,sun)'), array('far fa-brightness' => 'brightness(bright,bright button,brightness,display,light,sun)'), array('fal fa-brightness' => 'brightness(bright,bright button,brightness,display,light,sun)'), array('fas fa-brightness-low' => 'brightness-low(bright,brightness,dim,dim button,display,light,low,sun)'), array('far fa-brightness-low' => 'brightness-low(bright,brightness,dim,dim button,display,light,low,sun)'), array('fal fa-brightness-low' => 'brightness-low(bright,brightness,dim,dim button,display,light,low,sun)'), array('fas fa-bullseye' => 'bullseye(archery,goal,objective,strategy,target)'), array('far fa-bullseye' => 'bullseye(archery,goal,objective,strategy,target)'), array('fal fa-bullseye' => 'bullseye(archery,goal,objective,strategy,target)'), array('fas fa-bullseye-arrow' => 'bullseye-arrow(archery,arrow,bullseye,dart,direct hit,game,goal,hit,objective,robin hood,strategy,target)'), array('far fa-bullseye-arrow' => 'bullseye-arrow(archery,arrow,bullseye,dart,direct hit,game,goal,hit,objective,robin hood,strategy,target)'), array('fal fa-bullseye-arrow' => 'bullseye-arrow(archery,arrow,bullseye,dart,direct hit,game,goal,hit,objective,robin hood,strategy,target)'), array('fas fa-circle' => 'circle(Black Circle,Black Large Circle,black circle,blue,blue circle,brown,brown circle,chart,circle,circle-thin,diameter,dot,ellipse,fill,geometric,green,green circle,notification,orange,orange circle,progress,purple,purple circle,red,red circle,round,white circle,yellow,yellow circle)'), array('far fa-circle' => 'circle(Black Circle,Black Large Circle,black circle,blue,blue circle,brown,brown circle,chart,circle,circle-thin,diameter,dot,ellipse,fill,geometric,green,green circle,notification,orange,orange circle,progress,purple,purple circle,red,red circle,round,white circle,yellow,yellow circle)'), array('fal fa-circle' => 'circle(Black Circle,Black Large Circle,black circle,blue,blue circle,brown,brown circle,chart,circle,circle-thin,diameter,dot,ellipse,fill,geometric,green,green circle,notification,orange,orange circle,progress,purple,purple circle,red,red circle,round,white circle,yellow,yellow circle)'), array('fas fa-circle-check' => 'circle-check(accept,affected,agree,clear,confirm,correct,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('far fa-circle-check' => 'circle-check(accept,affected,agree,clear,confirm,correct,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('fal fa-circle-check' => 'circle-check(accept,affected,agree,clear,confirm,correct,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('fas fa-circle-dot' => 'circle-dot(bullseye,button,geometric,notification,radio,radio button,target)'), array('far fa-circle-dot' => 'circle-dot(bullseye,button,geometric,notification,radio,radio button,target)'), array('fal fa-circle-dot' => 'circle-dot(bullseye,button,geometric,notification,radio,radio button,target)'), array('fas fa-dial' => 'dial(dial,level)'), array('far fa-dial' => 'dial(dial,level)'), array('fal fa-dial' => 'dial(dial,level)'), array('fas fa-dial-high' => 'dial-high(dial,level)'), array('far fa-dial-high' => 'dial-high(dial,level)'), array('fal fa-dial-high' => 'dial-high(dial,level)'), array('fas fa-dial-low' => 'dial-low(dial,level)'), array('far fa-dial-low' => 'dial-low(dial,level)'), array('fal fa-dial-low' => 'dial-low(dial,level)'), array('fas fa-dial-max' => 'dial-max(dial,level)'), array('far fa-dial-max' => 'dial-max(dial,level)'), array('fal fa-dial-max' => 'dial-max(dial,level)'), array('fas fa-dial-med' => 'dial-med(dial,level)'), array('far fa-dial-med' => 'dial-med(dial,level)'), array('fal fa-dial-med' => 'dial-med(dial,level)'), array('fas fa-dial-med-low' => 'dial-med-low(dial,level)'), array('far fa-dial-med-low' => 'dial-med-low(dial,level)'), array('fal fa-dial-med-low' => 'dial-med-low(dial,level)'), array('fas fa-dial-min' => 'dial-min(dial,level)'), array('far fa-dial-min' => 'dial-min(dial,level)'), array('fal fa-dial-min' => 'dial-min(dial,level)'), array('fas fa-dial-off' => 'dial-off(dial,level)'), array('far fa-dial-off' => 'dial-off(dial,level)'), array('fal fa-dial-off' => 'dial-off(dial,level)'), array('fas fa-keyboard-brightness' => 'keyboard-brightness(glow,keyboard,keycap,light)'), array('far fa-keyboard-brightness' => 'keyboard-brightness(glow,keyboard,keycap,light)'), array('fal fa-keyboard-brightness' => 'keyboard-brightness(glow,keyboard,keycap,light)'), array('fas fa-keyboard-brightness-low' => 'keyboard-brightness-low(glow,keyboard,keycap,light)'), array('far fa-keyboard-brightness-low' => 'keyboard-brightness-low(glow,keyboard,keycap,light)'), array('fal fa-keyboard-brightness-low' => 'keyboard-brightness-low(glow,keyboard,keycap,light)'), array('fas fa-location-crosshairs' => 'location-crosshairs(address,coordinate,direction,gps,location,map,navigation,place,where)'), array('far fa-location-crosshairs' => 'location-crosshairs(address,coordinate,direction,gps,location,map,navigation,place,where)'), array('fal fa-location-crosshairs' => 'location-crosshairs(address,coordinate,direction,gps,location,map,navigation,place,where)'), array('fas fa-location-crosshairs-slash' => 'location-crosshairs-slash(address,coordinate,direction,disabled,gps,map,navigation,place,where)'), array('far fa-location-crosshairs-slash' => 'location-crosshairs-slash(address,coordinate,direction,disabled,gps,map,navigation,place,where)'), array('fal fa-location-crosshairs-slash' => 'location-crosshairs-slash(address,coordinate,direction,disabled,gps,map,navigation,place,where)'), array('fas fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('far fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('fal fa-microphone' => 'microphone(address,audio,information,podcast,public,record,sing,sound,talking,voice)'), array('fas fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('far fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('fal fa-microphone-slash' => 'microphone-slash(audio,disable,disabled,mute,podcast,record,sing,sound,voice)'), array('fas fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('far fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('fal fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('fas fa-plane-up-slash' => 'plane-up-slash(airplane,airport,disabled,internet,signal,sky,wifi,wireless)'), array('far fa-plane-up-slash' => 'plane-up-slash(airplane,airport,disabled,internet,signal,sky,wifi,wireless)'), array('fal fa-plane-up-slash' => 'plane-up-slash(airplane,airport,disabled,internet,signal,sky,wifi,wireless)'), array('fas fa-signal' => 'signal(antenna,antenna bars,bar,bars,cell,graph,mobile,online,phone,reception,status)'), array('far fa-signal' => 'signal(antenna,antenna bars,bar,bars,cell,graph,mobile,online,phone,reception,status)'), array('fal fa-signal' => 'signal(antenna,antenna bars,bar,bars,cell,graph,mobile,online,phone,reception,status)'), array('fas fa-signal-bars' => 'signal-bars(bars,graph,online,reception,status)'), array('far fa-signal-bars' => 'signal-bars(bars,graph,online,reception,status)'), array('fal fa-signal-bars' => 'signal-bars(bars,graph,online,reception,status)'), array('fas fa-signal-bars-fair' => 'signal-bars-fair(bars,graph,online,reception,status)'), array('far fa-signal-bars-fair' => 'signal-bars-fair(bars,graph,online,reception,status)'), array('fal fa-signal-bars-fair' => 'signal-bars-fair(bars,graph,online,reception,status)'), array('fas fa-signal-bars-good' => 'signal-bars-good(bars,graph,online,reception,status)'), array('far fa-signal-bars-good' => 'signal-bars-good(bars,graph,online,reception,status)'), array('fal fa-signal-bars-good' => 'signal-bars-good(bars,graph,online,reception,status)'), array('fas fa-signal-bars-slash' => 'signal-bars-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('far fa-signal-bars-slash' => 'signal-bars-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('fal fa-signal-bars-slash' => 'signal-bars-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('fas fa-signal-bars-weak' => 'signal-bars-weak(bars,graph,online,reception,status)'), array('far fa-signal-bars-weak' => 'signal-bars-weak(bars,graph,online,reception,status)'), array('fal fa-signal-bars-weak' => 'signal-bars-weak(bars,graph,online,reception,status)'), array('fas fa-signal-fair' => 'signal-fair(bars,graph,online,reception,status)'), array('far fa-signal-fair' => 'signal-fair(bars,graph,online,reception,status)'), array('fal fa-signal-fair' => 'signal-fair(bars,graph,online,reception,status)'), array('fas fa-signal-good' => 'signal-good(bars,graph,online,reception,status)'), array('far fa-signal-good' => 'signal-good(bars,graph,online,reception,status)'), array('fal fa-signal-good' => 'signal-good(bars,graph,online,reception,status)'), array('fas fa-signal-slash' => 'signal-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('far fa-signal-slash' => 'signal-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('fal fa-signal-slash' => 'signal-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('fas fa-signal-strong' => 'signal-strong(bars,graph,online,reception,status)'), array('far fa-signal-strong' => 'signal-strong(bars,graph,online,reception,status)'), array('fal fa-signal-strong' => 'signal-strong(bars,graph,online,reception,status)'), array('fas fa-signal-weak' => 'signal-weak(bars,graph,online,reception,status)'), array('far fa-signal-weak' => 'signal-weak(bars,graph,online,reception,status)'), array('fal fa-signal-weak' => 'signal-weak(bars,graph,online,reception,status)'), array('fas fa-slider' => 'slider(adjust,configuration,modify,settings,toggle)'), array('far fa-slider' => 'slider(adjust,configuration,modify,settings,toggle)'), array('fal fa-slider' => 'slider(adjust,configuration,modify,settings,toggle)'), array('fas fa-sliders-simple' => 'sliders-simple(adjust,configuration,modify,off,on,settings,toggles)'), array('far fa-sliders-simple' => 'sliders-simple(adjust,configuration,modify,off,on,settings,toggles)'), array('fal fa-sliders-simple' => 'sliders-simple(adjust,configuration,modify,off,on,settings,toggles)'), array('fas fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('far fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('fal fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('fas fa-star-half' => 'star-half(achievement,award,rating,score,star-half-empty,star-half-full)'), array('far fa-star-half' => 'star-half(achievement,award,rating,score,star-half-empty,star-half-full)'), array('fal fa-star-half' => 'star-half(achievement,award,rating,score,star-half-empty,star-half-full)'), array('fas fa-star-half-stroke' => 'star-half-stroke(achievement,award,rating,score,star-half-empty,star-half-full)'), array('far fa-star-half-stroke' => 'star-half-stroke(achievement,award,rating,score,star-half-empty,star-half-full)'), array('fal fa-star-half-stroke' => 'star-half-stroke(achievement,award,rating,score,star-half-empty,star-half-full)'), array('fas fa-toggle-large-off' => 'toggle-large-off(button,off,on,switch)'), array('far fa-toggle-large-off' => 'toggle-large-off(button,off,on,switch)'), array('fal fa-toggle-large-off' => 'toggle-large-off(button,off,on,switch)'), array('fas fa-toggle-large-on' => 'toggle-large-on(button,off,on,switch)'), array('far fa-toggle-large-on' => 'toggle-large-on(button,off,on,switch)'), array('fal fa-toggle-large-on' => 'toggle-large-on(button,off,on,switch)'), array('fas fa-toggle-off' => 'toggle-off(button,off,on,switch)'), array('far fa-toggle-off' => 'toggle-off(button,off,on,switch)'), array('fal fa-toggle-off' => 'toggle-off(button,off,on,switch)'), array('fas fa-toggle-on' => 'toggle-on(button,off,on,switch)'), array('far fa-toggle-on' => 'toggle-on(button,off,on,switch)'), array('fal fa-toggle-on' => 'toggle-on(button,off,on,switch)'), array('fas fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('far fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('fal fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('fas fa-wifi-exclamation' => 'wifi-exclamation(attention,connection,fail,failed,internet,wireless,www)'), array('far fa-wifi-exclamation' => 'wifi-exclamation(attention,connection,fail,failed,internet,wireless,www)'), array('fal fa-wifi-exclamation' => 'wifi-exclamation(attention,connection,fail,failed,internet,wireless,www)'), array('fas fa-wifi-fair' => 'wifi-fair(average,connection,hotspot,internet,network,signal,wireless,www)'), array('far fa-wifi-fair' => 'wifi-fair(average,connection,hotspot,internet,network,signal,wireless,www)'), array('fal fa-wifi-fair' => 'wifi-fair(average,connection,hotspot,internet,network,signal,wireless,www)'), array('fas fa-wifi-slash' => 'wifi-slash(ban,broken,connection,deny,disabled,disconnect,hotspot,internet,network,signal,unavailable,wireless,www)'), array('far fa-wifi-slash' => 'wifi-slash(ban,broken,connection,deny,disabled,disconnect,hotspot,internet,network,signal,unavailable,wireless,www)'), array('fal fa-wifi-slash' => 'wifi-slash(ban,broken,connection,deny,disabled,disconnect,hotspot,internet,network,signal,unavailable,wireless,www)'), array('fas fa-wifi-weak' => 'wifi-weak(connection,hotspot,internet,network,signal,weak,wireless,www)'), array('far fa-wifi-weak' => 'wifi-weak(connection,hotspot,internet,network,signal,weak,wireless,www)'), array('fal fa-wifi-weak' => 'wifi-weak(connection,hotspot,internet,network,signal,weak,wireless,www)'), ), 'Media Playback' => array( array('fas fa-arrow-rotate-left' => 'arrow-rotate-left(Anticlockwise Open Circle Arrow,back,control z,exchange,oops,return,rotate,swap)'), array('far fa-arrow-rotate-left' => 'arrow-rotate-left(Anticlockwise Open Circle Arrow,back,control z,exchange,oops,return,rotate,swap)'), array('fal fa-arrow-rotate-left' => 'arrow-rotate-left(Anticlockwise Open Circle Arrow,back,control z,exchange,oops,return,rotate,swap)'), array('fas fa-arrow-rotate-right' => 'arrow-rotate-right(Clockwise Open Circle Arrow,forward,refresh,reload,renew,repeat,retry)'), array('far fa-arrow-rotate-right' => 'arrow-rotate-right(Clockwise Open Circle Arrow,forward,refresh,reload,renew,repeat,retry)'), array('fal fa-arrow-rotate-right' => 'arrow-rotate-right(Clockwise Open Circle Arrow,forward,refresh,reload,renew,repeat,retry)'), array('fas fa-arrows-maximize' => 'arrows-maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('far fa-arrows-maximize' => 'arrows-maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('fal fa-arrows-maximize' => 'arrows-maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('fas fa-arrows-repeat' => 'arrows-repeat(flip,reload,renew,retry,rewind,switch)'), array('far fa-arrows-repeat' => 'arrows-repeat(flip,reload,renew,retry,rewind,switch)'), array('fal fa-arrows-repeat' => 'arrows-repeat(flip,reload,renew,retry,rewind,switch)'), array('fas fa-arrows-repeat-1' => 'arrows-repeat-1(flip,reload,renew,retry,rewind,switch)'), array('far fa-arrows-repeat-1' => 'arrows-repeat-1(flip,reload,renew,retry,rewind,switch)'), array('fal fa-arrows-repeat-1' => 'arrows-repeat-1(flip,reload,renew,retry,rewind,switch)'), array('fas fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('far fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('fal fa-arrows-rotate' => 'arrows-rotate(Clockwise Right and Left Semicircle Arrows,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap)'), array('fas fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('far fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fal fa-arrows-rotate-reverse' => 'arrows-rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, Clockwise Right and Left Semicircle Arrows, exchange, modify, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fas fa-backward' => 'backward(arrow,double,fast reverse button,previous,rewind)'), array('far fa-backward' => 'backward(arrow,double,fast reverse button,previous,rewind)'), array('fal fa-backward' => 'backward(arrow,double,fast reverse button,previous,rewind)'), array('fas fa-backward-fast' => 'backward-fast(arrow,beginning,first,last track button,previous,previous scene,previous track,quick,rewind,start,triangle)'), array('far fa-backward-fast' => 'backward-fast(arrow,beginning,first,last track button,previous,previous scene,previous track,quick,rewind,start,triangle)'), array('fal fa-backward-fast' => 'backward-fast(arrow,beginning,first,last track button,previous,previous scene,previous track,quick,rewind,start,triangle)'), array('fas fa-backward-step' => 'backward-step(beginning,first,previous,rewind,start)'), array('far fa-backward-step' => 'backward-step(beginning,first,previous,rewind,start)'), array('fal fa-backward-step' => 'backward-step(beginning,first,previous,rewind,start)'), array('fas fa-circle-pause' => 'circle-pause(hold,wait)'), array('far fa-circle-pause' => 'circle-pause(hold,wait)'), array('fal fa-circle-pause' => 'circle-pause(hold,wait)'), array('fas fa-circle-play' => 'circle-play(audio,music,playing,sound,start,video)'), array('far fa-circle-play' => 'circle-play(audio,music,playing,sound,start,video)'), array('fal fa-circle-play' => 'circle-play(audio,music,playing,sound,start,video)'), array('fas fa-circle-stop' => 'circle-stop(block,box,circle,square)'), array('far fa-circle-stop' => 'circle-stop(block,box,circle,square)'), array('fal fa-circle-stop' => 'circle-stop(block,box,circle,square)'), array('fas fa-compress' => 'compress(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('far fa-compress' => 'compress(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('fal fa-compress' => 'compress(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('fas fa-compress-wide' => 'compress-wide(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('far fa-compress-wide' => 'compress-wide(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('fal fa-compress-wide' => 'compress-wide(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('fas fa-down-left-and-up-right-to-center' => 'down-left-and-up-right-to-center( scale,collapse,fullscreen,minimize,move,resize,shrink,size,smaller)'), array('far fa-down-left-and-up-right-to-center' => 'down-left-and-up-right-to-center( scale,collapse,fullscreen,minimize,move,resize,shrink,size,smaller)'), array('fal fa-down-left-and-up-right-to-center' => 'down-left-and-up-right-to-center( scale,collapse,fullscreen,minimize,move,resize,shrink,size,smaller)'), array('fas fa-eject' => 'eject(abort,cancel,cd,discharge,eject,eject button)'), array('far fa-eject' => 'eject(abort,cancel,cd,discharge,eject,eject button)'), array('fal fa-eject' => 'eject(abort,cancel,cd,discharge,eject,eject button)'), array('fas fa-expand' => 'expand( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand,viewfinder)'), array('far fa-expand' => 'expand( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand,viewfinder)'), array('fal fa-expand' => 'expand( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand,viewfinder)'), array('fas fa-expand-wide' => 'expand-wide( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand,viewfinder)'), array('far fa-expand-wide' => 'expand-wide( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand,viewfinder)'), array('fal fa-expand-wide' => 'expand-wide( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand,viewfinder)'), array('fas fa-forward' => 'forward(arrow,double,fast,fast-forward button,forward,next,skip)'), array('far fa-forward' => 'forward(arrow,double,fast,fast-forward button,forward,next,skip)'), array('fal fa-forward' => 'forward(arrow,double,fast,fast-forward button,forward,next,skip)'), array('fas fa-forward-fast' => 'forward-fast(arrow,end,last,next,next scene,next track,next track button,quick,triangle)'), array('far fa-forward-fast' => 'forward-fast(arrow,end,last,next,next scene,next track,next track button,quick,triangle)'), array('fal fa-forward-fast' => 'forward-fast(arrow,end,last,next,next scene,next track,next track button,quick,triangle)'), array('fas fa-forward-step' => 'forward-step(end,last,next)'), array('far fa-forward-step' => 'forward-step(end,last,next)'), array('fal fa-forward-step' => 'forward-step(end,last,next)'), array('fas fa-hand' => 'hand(Raised Hand,backhand,game,halt,palm,raised,raised back of hand,request,roshambo,stop)'), array('far fa-hand' => 'hand(Raised Hand,backhand,game,halt,palm,raised,raised back of hand,request,roshambo,stop)'), array('fal fa-hand' => 'hand(Raised Hand,backhand,game,halt,palm,raised,raised back of hand,request,roshambo,stop)'), array('fas fa-maximize' => 'maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('far fa-maximize' => 'maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('fal fa-maximize' => 'maximize( maximize, resize, scale, arrows, bigger, enlarge, fullscreen, resize, size,expand)'), array('fas fa-minimize' => 'minimize(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('far fa-minimize' => 'minimize(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('fal fa-minimize' => 'minimize(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('fas fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('far fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('fal fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('fas fa-pause' => 'pause(bar,double,hold,pause,pause button,vertical,wait)'), array('far fa-pause' => 'pause(bar,double,hold,pause,pause button,vertical,wait)'), array('fal fa-pause' => 'pause(bar,double,hold,pause,pause button,vertical,wait)'), array('fas fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('far fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('fal fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('fas fa-play' => 'play(arrow,audio,music,play,play button,playing,right,sound,start,triangle,video)'), array('far fa-play' => 'play(arrow,audio,music,play,play button,playing,right,sound,start,triangle,video)'), array('fal fa-play' => 'play(arrow,audio,music,play,play button,playing,right,sound,start,triangle,video)'), array('fas fa-play-pause' => 'play-pause(arrow,pause,play,play or pause button,right,stop,triangle)'), array('far fa-play-pause' => 'play-pause(arrow,pause,play,play or pause button,right,stop,triangle)'), array('fal fa-play-pause' => 'play-pause(arrow,pause,play,play or pause button,right,stop,triangle)'), array('fas fa-plus-minus' => 'plus-minus(Plus-Minus Sign,add,math,subtract)'), array('far fa-plus-minus' => 'plus-minus(Plus-Minus Sign,add,math,subtract)'), array('fal fa-plus-minus' => 'plus-minus(Plus-Minus Sign,add,math,subtract)'), array('fas fa-repeat' => 'repeat(arrow,clockwise,flip,reload,renew,repeat,repeat button,retry,rewind,switch)'), array('far fa-repeat' => 'repeat(arrow,clockwise,flip,reload,renew,repeat,repeat button,retry,rewind,switch)'), array('fal fa-repeat' => 'repeat(arrow,clockwise,flip,reload,renew,repeat,repeat button,retry,rewind,switch)'), array('fas fa-repeat-1' => 'repeat-1(arrow,clockwise,flip,once,reload,renew,repeat single button,retry,rewind,switch)'), array('far fa-repeat-1' => 'repeat-1(arrow,clockwise,flip,once,reload,renew,repeat single button,retry,rewind,switch)'), array('fal fa-repeat-1' => 'repeat-1(arrow,clockwise,flip,once,reload,renew,repeat single button,retry,rewind,switch)'), array('fas fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('far fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('fal fa-rotate' => 'rotate(arrow,clockwise,exchange,modify,refresh,reload,renew,retry,rotate,swap,withershins)'), array('fas fa-rotate-left' => 'rotate-left(back,control z,exchange,oops,return,swap)'), array('far fa-rotate-left' => 'rotate-left(back,control z,exchange,oops,return,swap)'), array('fal fa-rotate-left' => 'rotate-left(back,control z,exchange,oops,return,swap)'), array('fas fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('far fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fal fa-rotate-reverse' => 'rotate-reverse( anticlockwise, arrow, counterclockwise, exchange, refresh, reload, renew, retry, rotate, swap, withershins,modify)'), array('fas fa-rotate-right' => 'rotate-right(forward,refresh,reload,renew,repeat,retry)'), array('far fa-rotate-right' => 'rotate-right(forward,refresh,reload,renew,repeat,retry)'), array('fal fa-rotate-right' => 'rotate-right(forward,refresh,reload,renew,repeat,retry)'), array('fas fa-rss' => 'rss(blog,feed,journal,news,writing)'), array('far fa-rss' => 'rss(blog,feed,journal,news,writing)'), array('fal fa-rss' => 'rss(blog,feed,journal,news,writing)'), array('fas fa-scrubber' => 'scrubber(circle,dot,toggle)'), array('far fa-scrubber' => 'scrubber(circle,dot,toggle)'), array('fal fa-scrubber' => 'scrubber(circle,dot,toggle)'), array('fas fa-shuffle' => 'shuffle(arrow,arrows,crossed,shuffle,shuffle tracks button,sort,swap,switch,transfer)'), array('far fa-shuffle' => 'shuffle(arrow,arrows,crossed,shuffle,shuffle tracks button,sort,swap,switch,transfer)'), array('fal fa-shuffle' => 'shuffle(arrow,arrows,crossed,shuffle,shuffle tracks button,sort,swap,switch,transfer)'), array('fas fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fas fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('fas fa-stop' => 'stop(block,box,square,stop,stop button)'), array('far fa-stop' => 'stop(block,box,square,stop,stop button)'), array('fal fa-stop' => 'stop(block,box,square,stop,stop button)'), array('fas fa-subtitles' => 'subtitles( caption, description, film, language, movie, text, translation,closed captions)'), array('far fa-subtitles' => 'subtitles( caption, description, film, language, movie, text, translation,closed captions)'), array('fal fa-subtitles' => 'subtitles( caption, description, film, language, movie, text, translation,closed captions)'), array('fas fa-subtitles-slash' => 'subtitles-slash( caption, film, language, movie, text, translation, closed captions, description,off)'), array('far fa-subtitles-slash' => 'subtitles-slash( caption, film, language, movie, text, translation, closed captions, description,off)'), array('fal fa-subtitles-slash' => 'subtitles-slash( caption, film, language, movie, text, translation, closed captions, description,off)'), array('fas fa-up-right-and-down-left-from-center' => 'up-right-and-down-left-from-center( maximize, resize, scale,arrows,bigger,enlarge,expand,fullscreen,resize,size)'), array('far fa-up-right-and-down-left-from-center' => 'up-right-and-down-left-from-center( maximize, resize, scale,arrows,bigger,enlarge,expand,fullscreen,resize,size)'), array('fal fa-up-right-and-down-left-from-center' => 'up-right-and-down-left-from-center( maximize, resize, scale,arrows,bigger,enlarge,expand,fullscreen,resize,size)'), array('fas fa-volume' => 'volume(audio,control,medium,music,sound,speaker,speaker medium volume)'), array('far fa-volume' => 'volume(audio,control,medium,music,sound,speaker,speaker medium volume)'), array('fal fa-volume' => 'volume(audio,control,medium,music,sound,speaker,speaker medium volume)'), array('fas fa-volume-high' => 'volume-high(audio,higher,loud,louder,music,sound,speaker,speaker high volume)'), array('far fa-volume-high' => 'volume-high(audio,higher,loud,louder,music,sound,speaker,speaker high volume)'), array('fal fa-volume-high' => 'volume-high(audio,higher,loud,louder,music,sound,speaker,speaker high volume)'), array('fas fa-volume-low' => 'volume-low(audio,lower,music,quieter,soft,sound,speaker,speaker low volume)'), array('far fa-volume-low' => 'volume-low(audio,lower,music,quieter,soft,sound,speaker,speaker low volume)'), array('fal fa-volume-low' => 'volume-low(audio,lower,music,quieter,soft,sound,speaker,speaker low volume)'), array('fas fa-volume-off' => 'volume-off(audio,ban,music,mute,quiet,silent,sound)'), array('far fa-volume-off' => 'volume-off(audio,ban,music,mute,quiet,silent,sound)'), array('fal fa-volume-off' => 'volume-off(audio,ban,music,mute,quiet,silent,sound)'), array('fas fa-volume-slash' => 'volume-slash(audio,ban,disabled,music,mute,muted speaker,quiet,silent,sound,speaker)'), array('far fa-volume-slash' => 'volume-slash(audio,ban,disabled,music,mute,muted speaker,quiet,silent,sound,speaker)'), array('fal fa-volume-slash' => 'volume-slash(audio,ban,disabled,music,mute,muted speaker,quiet,silent,sound,speaker)'), array('fas fa-volume-xmark' => 'volume-xmark(audio,music,quiet,sound,speaker)'), array('far fa-volume-xmark' => 'volume-xmark(audio,music,quiet,sound,speaker)'), array('fal fa-volume-xmark' => 'volume-xmark(audio,music,quiet,sound,speaker)'), ), 'Holidays' => array( array('fas fa-angel' => 'angel(christmas,decoration,halo,holiday,holy,michael landon,uer,wings,xmas)'), array('far fa-angel' => 'angel(christmas,decoration,halo,holiday,holy,michael landon,uer,wings,xmas)'), array('fal fa-angel' => 'angel(christmas,decoration,halo,holiday,holy,michael landon,uer,wings,xmas)'), array('fas fa-bells' => 'bells(alert,christmas,holiday,notification,reminder,request,xmas)'), array('far fa-bells' => 'bells(alert,christmas,holiday,notification,reminder,request,xmas)'), array('fal fa-bells' => 'bells(alert,christmas,holiday,notification,reminder,request,xmas)'), array('fas fa-calendar-heart' => 'calendar-heart(date,day,favorite,month,rsvp,valentine,wishlist,year)'), array('far fa-calendar-heart' => 'calendar-heart(date,day,favorite,month,rsvp,valentine,wishlist,year)'), array('fal fa-calendar-heart' => 'calendar-heart(date,day,favorite,month,rsvp,valentine,wishlist,year)'), array('fas fa-candy-cane' => 'candy-cane(candy,christmas,holiday,mint,peppermint,striped,xmas)'), array('far fa-candy-cane' => 'candy-cane(candy,christmas,holiday,mint,peppermint,striped,xmas)'), array('fal fa-candy-cane' => 'candy-cane(candy,christmas,holiday,mint,peppermint,striped,xmas)'), array('fas fa-carrot' => 'carrot(bugs bunny,carrot,food,orange,vegan,vegetable)'), array('far fa-carrot' => 'carrot(bugs bunny,carrot,food,orange,vegan,vegetable)'), array('fal fa-carrot' => 'carrot(bugs bunny,carrot,food,orange,vegan,vegetable)'), array('fas fa-champagne-glass' => 'champagne-glass(alcohol,bar,beverage,celebration,champagne,drink,holiday,party)'), array('far fa-champagne-glass' => 'champagne-glass(alcohol,bar,beverage,celebration,champagne,drink,holiday,party)'), array('fal fa-champagne-glass' => 'champagne-glass(alcohol,bar,beverage,celebration,champagne,drink,holiday,party)'), array('fas fa-champagne-glasses' => 'champagne-glasses(alcohol,bar,beverage,celebrate,celebration,champagne,clink,clinking glasses,drink,glass,holiday,new year\'s eve,party,toast)'), array('far fa-champagne-glasses' => 'champagne-glasses(alcohol,bar,beverage,celebrate,celebration,champagne,clink,clinking glasses,drink,glass,holiday,new year\'s eve,party,toast)'), array('fal fa-champagne-glasses' => 'champagne-glasses(alcohol,bar,beverage,celebrate,celebration,champagne,clink,clinking glasses,drink,glass,holiday,new year\'s eve,party,toast)'), array('fas fa-chestnut' => 'chestnut(nut,plant)'), array('far fa-chestnut' => 'chestnut(nut,plant)'), array('fal fa-chestnut' => 'chestnut(nut,plant)'), array('fas fa-cookie-bite' => 'cookie-bite(baked good,bitten,chips,chocolate,eat,snack,sweet,treat)'), array('far fa-cookie-bite' => 'cookie-bite(baked good,bitten,chips,chocolate,eat,snack,sweet,treat)'), array('fal fa-cookie-bite' => 'cookie-bite(baked good,bitten,chips,chocolate,eat,snack,sweet,treat)'), array('fas fa-cupcake' => 'cupcake(birthday,dessert,frosting,sweet)'), array('far fa-cupcake' => 'cupcake(birthday,dessert,frosting,sweet)'), array('fal fa-cupcake' => 'cupcake(birthday,dessert,frosting,sweet)'), array('fas fa-deer' => 'deer(animal,antlers,blitzen,comet,cupid,dancer,dasher,dee,deer,donner,fauna,mammal,prancer,reindeer,vixen)'), array('far fa-deer' => 'deer(animal,antlers,blitzen,comet,cupid,dancer,dasher,dee,deer,donner,fauna,mammal,prancer,reindeer,vixen)'), array('fal fa-deer' => 'deer(animal,antlers,blitzen,comet,cupid,dancer,dasher,dee,deer,donner,fauna,mammal,prancer,reindeer,vixen)'), array('fas fa-deer-rudolph' => 'deer-rudolph(animal,antlers,fauna,mammal,reindeer)'), array('far fa-deer-rudolph' => 'deer-rudolph(animal,antlers,fauna,mammal,reindeer)'), array('fal fa-deer-rudolph' => 'deer-rudolph(animal,antlers,fauna,mammal,reindeer)'), array('fas fa-dreidel' => 'dreidel(clay,hanukkah,holiday,jewish,judaism,toy)'), array('far fa-dreidel' => 'dreidel(clay,hanukkah,holiday,jewish,judaism,toy)'), array('fal fa-dreidel' => 'dreidel(clay,hanukkah,holiday,jewish,judaism,toy)'), array('fas fa-face-grin-hearts' => 'face-grin-hearts(emoticon,eye,face,love,smile,smiling face with heart-eyes)'), array('far fa-face-grin-hearts' => 'face-grin-hearts(emoticon,eye,face,love,smile,smiling face with heart-eyes)'), array('fal fa-face-grin-hearts' => 'face-grin-hearts(emoticon,eye,face,love,smile,smiling face with heart-eyes)'), array('fas fa-face-kiss-wink-heart' => 'face-kiss-wink-heart(beso,emoticon,face,face blowing a kiss,kiss,love,smooch)'), array('far fa-face-kiss-wink-heart' => 'face-kiss-wink-heart(beso,emoticon,face,face blowing a kiss,kiss,love,smooch)'), array('fal fa-face-kiss-wink-heart' => 'face-kiss-wink-heart(beso,emoticon,face,face blowing a kiss,kiss,love,smooch)'), array('fas fa-fireplace' => 'fireplace(caliente,flame,hearth,heat,holiday,mantle,toasty,warmth)'), array('far fa-fireplace' => 'fireplace(caliente,flame,hearth,heat,holiday,mantle,toasty,warmth)'), array('fal fa-fireplace' => 'fireplace(caliente,flame,hearth,heat,holiday,mantle,toasty,warmth)'), array('fas fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('far fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('fal fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('fas fa-gifts' => 'gifts(christmas,generosity,giving,holiday,party,present,wrapped,xmas)'), array('far fa-gifts' => 'gifts(christmas,generosity,giving,holiday,party,present,wrapped,xmas)'), array('fal fa-gifts' => 'gifts(christmas,generosity,giving,holiday,party,present,wrapped,xmas)'), array('fas fa-gingerbread-man' => 'gingerbread-man(cookie,decoration,frosting,holiday)'), array('far fa-gingerbread-man' => 'gingerbread-man(cookie,decoration,frosting,holiday)'), array('fal fa-gingerbread-man' => 'gingerbread-man(cookie,decoration,frosting,holiday)'), array('fas fa-hat-santa' => 'hat-santa(accessory,christmas,claus,clothing,head,holiday,santa,xmas)'), array('far fa-hat-santa' => 'hat-santa(accessory,christmas,claus,clothing,head,holiday,santa,xmas)'), array('fal fa-hat-santa' => 'hat-santa(accessory,christmas,claus,clothing,head,holiday,santa,xmas)'), array('fas fa-head-side-heart' => 'head-side-heart(care,love,thought,uer,wishlist)'), array('far fa-head-side-heart' => 'head-side-heart(care,love,thought,uer,wishlist)'), array('fal fa-head-side-heart' => 'head-side-heart(care,love,thought,uer,wishlist)'), array('fas fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('far fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fal fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fas fa-holly-berry' => 'holly-berry(catwoman,christmas,decoration,flora,halle,holiday,ororo munroe,plant,storm,xmas)'), array('far fa-holly-berry' => 'holly-berry(catwoman,christmas,decoration,flora,halle,holiday,ororo munroe,plant,storm,xmas)'), array('fal fa-holly-berry' => 'holly-berry(catwoman,christmas,decoration,flora,halle,holiday,ororo munroe,plant,storm,xmas)'), array('fas fa-jack-o-lantern' => 'jack-o-lantern(carve,celebration,face,halloween,jack,jack-o-lantern,lantern,pumpkin,smile)'), array('far fa-jack-o-lantern' => 'jack-o-lantern(carve,celebration,face,halloween,jack,jack-o-lantern,lantern,pumpkin,smile)'), array('fal fa-jack-o-lantern' => 'jack-o-lantern(carve,celebration,face,halloween,jack,jack-o-lantern,lantern,pumpkin,smile)'), array('fas fa-lights-holiday' => 'lights-holiday(bulb,christmas,decoration,holiday,string,xmas)'), array('far fa-lights-holiday' => 'lights-holiday(bulb,christmas,decoration,holiday,string,xmas)'), array('fal fa-lights-holiday' => 'lights-holiday(bulb,christmas,decoration,holiday,string,xmas)'), array('fas fa-menorah' => 'menorah(candle,hanukkah,jewish,judaism,light)'), array('far fa-menorah' => 'menorah(candle,hanukkah,jewish,judaism,light)'), array('fal fa-menorah' => 'menorah(candle,hanukkah,jewish,judaism,light)'), array('fas fa-mistletoe' => 'mistletoe(awkward,christmas,decoration,flora,holiday,kiss,plant,tradition,trap,xmas)'), array('far fa-mistletoe' => 'mistletoe(awkward,christmas,decoration,flora,holiday,kiss,plant,tradition,trap,xmas)'), array('fal fa-mistletoe' => 'mistletoe(awkward,christmas,decoration,flora,holiday,kiss,plant,tradition,trap,xmas)'), array('fas fa-mug-hot' => 'mug-hot(beverage,caliente,cocoa,coffee,cup,drink,holiday,hot,hot beverage,hot chocolate,steam,steaming,tea,warmth)'), array('far fa-mug-hot' => 'mug-hot(beverage,caliente,cocoa,coffee,cup,drink,holiday,hot,hot beverage,hot chocolate,steam,steaming,tea,warmth)'), array('fal fa-mug-hot' => 'mug-hot(beverage,caliente,cocoa,coffee,cup,drink,holiday,hot,hot beverage,hot chocolate,steam,steaming,tea,warmth)'), array('fas fa-narwhal' => 'narwhal(animal,fauna,holiday,ivory,mammal,tusk,unicorn,whale)'), array('far fa-narwhal' => 'narwhal(animal,fauna,holiday,ivory,mammal,tusk,unicorn,whale)'), array('fal fa-narwhal' => 'narwhal(animal,fauna,holiday,ivory,mammal,tusk,unicorn,whale)'), array('fas fa-ornament' => 'ornament(christmas,decoration,holiday,xmas)'), array('far fa-ornament' => 'ornament(christmas,decoration,holiday,xmas)'), array('fal fa-ornament' => 'ornament(christmas,decoration,holiday,xmas)'), array('fas fa-party-bell' => 'party-bell(ball,celebrate,celebration,confetti,confetti ball,party,tada)'), array('far fa-party-bell' => 'party-bell(ball,celebrate,celebration,confetti,confetti ball,party,tada)'), array('fal fa-party-bell' => 'party-bell(ball,celebrate,celebration,confetti,confetti ball,party,tada)'), array('fas fa-party-horn' => 'party-horn(celebrate,celebration,confetti,party,party popper,popper,tada,trumpet)'), array('far fa-party-horn' => 'party-horn(celebrate,celebration,confetti,party,party popper,popper,tada,trumpet)'), array('fal fa-party-horn' => 'party-horn(celebrate,celebration,confetti,party,party popper,popper,tada,trumpet)'), array('fas fa-pinata' => 'pinata(celebration,party,piñata)'), array('far fa-pinata' => 'pinata(celebration,party,piñata)'), array('fal fa-pinata' => 'pinata(celebration,party,piñata)'), array('fas fa-ring-diamond' => 'ring-diamond(diamond,engagement,gold,ice,marriage,matrimony,platinum,premium,proposal,rock,sparkle)'), array('far fa-ring-diamond' => 'ring-diamond(diamond,engagement,gold,ice,marriage,matrimony,platinum,premium,proposal,rock,sparkle)'), array('fal fa-ring-diamond' => 'ring-diamond(diamond,engagement,gold,ice,marriage,matrimony,platinum,premium,proposal,rock,sparkle)'), array('fas fa-rings-wedding' => 'rings-wedding(diamond,engagement,gold,marriage,matrimony,platinum,premium,proposal)'), array('far fa-rings-wedding' => 'rings-wedding(diamond,engagement,gold,marriage,matrimony,platinum,premium,proposal)'), array('fal fa-rings-wedding' => 'rings-wedding(diamond,engagement,gold,marriage,matrimony,platinum,premium,proposal)'), array('fas fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('far fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('fal fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('fas fa-sleigh' => 'sleigh(christmas,claus,fly,holiday,santa,sled,snow,xmas)'), array('far fa-sleigh' => 'sleigh(christmas,claus,fly,holiday,santa,sled,snow,xmas)'), array('fal fa-sleigh' => 'sleigh(christmas,claus,fly,holiday,santa,sled,snow,xmas)'), array('fas fa-snowman' => 'snowman(cold,decoration,frost,frosty,holiday,snow,snowman,snowman without snow)'), array('far fa-snowman' => 'snowman(cold,decoration,frost,frosty,holiday,snow,snowman,snowman without snow)'), array('fal fa-snowman' => 'snowman(cold,decoration,frost,frosty,holiday,snow,snowman,snowman without snow)'), array('fas fa-snowman-head' => 'snowman-head(carrot,hat,snowman,winter)'), array('far fa-snowman-head' => 'snowman-head(carrot,hat,snowman,winter)'), array('fal fa-snowman-head' => 'snowman-head(carrot,hat,snowman,winter)'), array('fas fa-star-christmas' => 'star-christmas(bethlehem,christmas,holiday,north,xmas)'), array('far fa-star-christmas' => 'star-christmas(bethlehem,christmas,holiday,north,xmas)'), array('fal fa-star-christmas' => 'star-christmas(bethlehem,christmas,holiday,north,xmas)'), array('fas fa-stocking' => 'stocking(christmas,clothing,decoration,gift,holiday,present,sock,tradition,xmas)'), array('far fa-stocking' => 'stocking(christmas,clothing,decoration,gift,holiday,present,sock,tradition,xmas)'), array('fal fa-stocking' => 'stocking(christmas,clothing,decoration,gift,holiday,present,sock,tradition,xmas)'), array('fas fa-tree-christmas' => 'tree-christmas(Christmas,Christmas tree,celebration,christmas,decorated,decorations,flora,holiday,lights,plant,star,tree,xmas)'), array('far fa-tree-christmas' => 'tree-christmas(Christmas,Christmas tree,celebration,christmas,decorated,decorations,flora,holiday,lights,plant,star,tree,xmas)'), array('fal fa-tree-christmas' => 'tree-christmas(Christmas,Christmas tree,celebration,christmas,decorated,decorations,flora,holiday,lights,plant,star,tree,xmas)'), array('fas fa-tree-decorated' => 'tree-decorated(christmas,decorations,flora,holiday,lights,plant,xmas)'), array('far fa-tree-decorated' => 'tree-decorated(christmas,decorations,flora,holiday,lights,plant,xmas)'), array('fal fa-tree-decorated' => 'tree-decorated(christmas,decorations,flora,holiday,lights,plant,xmas)'), array('fas fa-turkey' => 'turkey(bird,chicken,meal,meat,poultry,seasonal,thanksgiving)'), array('far fa-turkey' => 'turkey(bird,chicken,meal,meat,poultry,seasonal,thanksgiving)'), array('fal fa-turkey' => 'turkey(bird,chicken,meal,meat,poultry,seasonal,thanksgiving)'), array('fas fa-wreath' => 'wreath(christmas,decoration,door,holiday,welcome,xmas)'), array('far fa-wreath' => 'wreath(christmas,decoration,door,holiday,welcome,xmas)'), array('fal fa-wreath' => 'wreath(christmas,decoration,door,holiday,welcome,xmas)'), ), 'Childhood' => array( array('fas fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('far fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('fal fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('fas fa-baby' => 'baby(uer,users-people)'), array('far fa-baby' => 'baby(uer,users-people)'), array('fal fa-baby' => 'baby(uer,users-people)'), array('fas fa-baby-carriage' => 'baby-carriage(buggy,carrier,infant,push,stroller,transportation,walk,wheels)'), array('far fa-baby-carriage' => 'baby-carriage(buggy,carrier,infant,push,stroller,transportation,walk,wheels)'), array('fal fa-baby-carriage' => 'baby-carriage(buggy,carrier,infant,push,stroller,transportation,walk,wheels)'), array('fas fa-backpack' => 'backpack(backpack,bag,book,carry,hiking,rucksack,satchel,school,travel)'), array('far fa-backpack' => 'backpack(backpack,bag,book,carry,hiking,rucksack,satchel,school,travel)'), array('fal fa-backpack' => 'backpack(backpack,bag,book,carry,hiking,rucksack,satchel,school,travel)'), array('fas fa-ball-pile' => 'ball-pile(balance,cannon,group,pyramid,snowball)'), array('far fa-ball-pile' => 'ball-pile(balance,cannon,group,pyramid,snowball)'), array('fal fa-ball-pile' => 'ball-pile(balance,cannon,group,pyramid,snowball)'), array('fas fa-balloon' => 'balloon(balloon,birthday,celebrate,celebration,helium,party,pop,up)'), array('far fa-balloon' => 'balloon(balloon,birthday,celebrate,celebration,helium,party,pop,up)'), array('fal fa-balloon' => 'balloon(balloon,birthday,celebrate,celebration,helium,party,pop,up)'), array('fas fa-balloons' => 'balloons(birthday,celebrate,celebration,helium,party,pop,up)'), array('far fa-balloons' => 'balloons(birthday,celebrate,celebration,helium,party,pop,up)'), array('fal fa-balloons' => 'balloons(birthday,celebrate,celebration,helium,party,pop,up)'), array('fas fa-baseball-bat-ball' => 'baseball-bat-ball(bat,league,mlb,slugger,softball,sport)'), array('far fa-baseball-bat-ball' => 'baseball-bat-ball(bat,league,mlb,slugger,softball,sport)'), array('fal fa-baseball-bat-ball' => 'baseball-bat-ball(bat,league,mlb,slugger,softball,sport)'), array('fas fa-basketball-hoop' => 'basketball-hoop(backboard,dunk,hoop,nba)'), array('far fa-basketball-hoop' => 'basketball-hoop(backboard,dunk,hoop,nba)'), array('fal fa-basketball-hoop' => 'basketball-hoop(backboard,dunk,hoop,nba)'), array('fas fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('far fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('fal fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('fas fa-bell-school' => 'bell-school(alert,chime,class,notification,reminder)'), array('far fa-bell-school' => 'bell-school(alert,chime,class,notification,reminder)'), array('fal fa-bell-school' => 'bell-school(alert,chime,class,notification,reminder)'), array('fas fa-bell-school-slash' => 'bell-school-slash(alert,cancel,class,disabled,notification,off,reminder)'), array('far fa-bell-school-slash' => 'bell-school-slash(alert,cancel,class,disabled,notification,off,reminder)'), array('fal fa-bell-school-slash' => 'bell-school-slash(alert,cancel,class,disabled,notification,off,reminder)'), array('fas fa-block' => 'block(block,brick,empty,mystery,super mario)'), array('far fa-block' => 'block(block,brick,empty,mystery,super mario)'), array('fal fa-block' => 'block(block,brick,empty,mystery,super mario)'), array('fas fa-block-question' => 'block-question(block,brick,mystery,prize,question,super mario)'), array('far fa-block-question' => 'block-question(block,brick,mystery,prize,question,super mario)'), array('fal fa-block-question' => 'block-question(block,brick,mystery,prize,question,super mario)'), array('fas fa-bottle-baby' => 'bottle-baby( baby, bottle, formula, infant, nursing,nurse)'), array('far fa-bottle-baby' => 'bottle-baby( baby, bottle, formula, infant, nursing,nurse)'), array('fal fa-bottle-baby' => 'bottle-baby( baby, bottle, formula, infant, nursing,nurse)'), array('fas fa-bowl-soft-serve' => 'bowl-soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('far fa-bowl-soft-serve' => 'bowl-soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('fal fa-bowl-soft-serve' => 'bowl-soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('fas fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('far fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('fal fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('fas fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('far fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('fal fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('fas fa-cake-slice' => 'cake-slice(birthday,cake,dessert,frosting,icing)'), array('far fa-cake-slice' => 'cake-slice(birthday,cake,dessert,frosting,icing)'), array('fal fa-cake-slice' => 'cake-slice(birthday,cake,dessert,frosting,icing)'), array('fas fa-candy' => 'candy(candy,sugar,sweet,wrapper)'), array('far fa-candy' => 'candy(candy,sugar,sweet,wrapper)'), array('fal fa-candy' => 'candy(candy,sugar,sweet,wrapper)'), array('fas fa-candy-bar' => 'candy-bar(candy,chocolate,hershey)'), array('far fa-candy-bar' => 'candy-bar(candy,chocolate,hershey)'), array('fal fa-candy-bar' => 'candy-bar(candy,chocolate,hershey)'), array('fas fa-child' => 'child(boy,girl,kid,toddler,uer,young,youth)'), array('far fa-child' => 'child(boy,girl,kid,toddler,uer,young,youth)'), array('fal fa-child' => 'child(boy,girl,kid,toddler,uer,young,youth)'), array('fas fa-child-dress' => 'child-dress(boy,girl,kid,toddler,uer,young,youth)'), array('far fa-child-dress' => 'child-dress(boy,girl,kid,toddler,uer,young,youth)'), array('fal fa-child-dress' => 'child-dress(boy,girl,kid,toddler,uer,young,youth)'), array('fas fa-child-reaching' => 'child-reaching(boy,girl,kid,toddler,uer,young,youth)'), array('far fa-child-reaching' => 'child-reaching(boy,girl,kid,toddler,uer,young,youth)'), array('fal fa-child-reaching' => 'child-reaching(boy,girl,kid,toddler,uer,young,youth)'), array('fas fa-children' => 'children(boy,child,girl,kid,kids,together,uer,young,youth)'), array('far fa-children' => 'children(boy,child,girl,kid,kids,together,uer,young,youth)'), array('fal fa-children' => 'children(boy,child,girl,kid,kids,together,uer,young,youth)'), array('fas fa-cookie' => 'cookie(baked good,chips,chocolate,cookie,dessert,eat,snack,sweet,treat)'), array('far fa-cookie' => 'cookie(baked good,chips,chocolate,cookie,dessert,eat,snack,sweet,treat)'), array('fal fa-cookie' => 'cookie(baked good,chips,chocolate,cookie,dessert,eat,snack,sweet,treat)'), array('fas fa-cookie-bite' => 'cookie-bite(baked good,bitten,chips,chocolate,eat,snack,sweet,treat)'), array('far fa-cookie-bite' => 'cookie-bite(baked good,bitten,chips,chocolate,eat,snack,sweet,treat)'), array('fal fa-cookie-bite' => 'cookie-bite(baked good,bitten,chips,chocolate,eat,snack,sweet,treat)'), array('fas fa-court-sport' => 'court-sport( basketball, court, football, futbol, soccer, sport,field)'), array('far fa-court-sport' => 'court-sport( basketball, court, football, futbol, soccer, sport,field)'), array('fal fa-court-sport' => 'court-sport( basketball, court, football, futbol, soccer, sport,field)'), array('fas fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('far fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('fal fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('fas fa-cupcake' => 'cupcake(birthday,dessert,frosting,sweet)'), array('far fa-cupcake' => 'cupcake(birthday,dessert,frosting,sweet)'), array('fal fa-cupcake' => 'cupcake(birthday,dessert,frosting,sweet)'), array('fas fa-duck' => 'duck(bath,bird,duck,fauna,quack,rubber)'), array('far fa-duck' => 'duck(bath,bird,duck,fauna,quack,rubber)'), array('fal fa-duck' => 'duck(bath,bird,duck,fauna,quack,rubber)'), array('fas fa-family' => 'family(adults,child,famil,family,folk,kid,parent,together,uer)'), array('far fa-family' => 'family(adults,child,famil,family,folk,kid,parent,together,uer)'), array('fal fa-family' => 'family(adults,child,famil,family,folk,kid,parent,together,uer)'), array('fas fa-family-dress' => 'family-dress(adults,child,family,folk,kid,parent,together,uer)'), array('far fa-family-dress' => 'family-dress(adults,child,family,folk,kid,parent,together,uer)'), array('fal fa-family-dress' => 'family-dress(adults,child,family,folk,kid,parent,together,uer)'), array('fas fa-family-pants' => 'family-pants(adults,child,family,folk,kid,parent,together,uer)'), array('far fa-family-pants' => 'family-pants(adults,child,family,folk,kid,parent,together,uer)'), array('fal fa-family-pants' => 'family-pants(adults,child,family,folk,kid,parent,together,uer)'), array('fas fa-ferris-wheel' => 'ferris-wheel(amusement park,fair,ferris,ferris wheel,ride,theme park,wheel)'), array('far fa-ferris-wheel' => 'ferris-wheel(amusement park,fair,ferris,ferris wheel,ride,theme park,wheel)'), array('fal fa-ferris-wheel' => 'ferris-wheel(amusement park,fair,ferris,ferris wheel,ride,theme park,wheel)'), array('fas fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('far fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('fal fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('fas fa-game-console-handheld' => 'game-console-handheld(cartridge,gameboy,nintendo,retro,video games,vintage)'), array('far fa-game-console-handheld' => 'game-console-handheld(cartridge,gameboy,nintendo,retro,video games,vintage)'), array('fal fa-game-console-handheld' => 'game-console-handheld(cartridge,gameboy,nintendo,retro,video games,vintage)'), array('fas fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('far fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('fal fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('fas fa-gamepad-modern' => 'gamepad-modern(arcade,controller,d-pad,game,joystick,playstore,video,video game)'), array('far fa-gamepad-modern' => 'gamepad-modern(arcade,controller,d-pad,game,joystick,playstore,video,video game)'), array('fal fa-gamepad-modern' => 'gamepad-modern(arcade,controller,d-pad,game,joystick,playstore,video,video game)'), array('fas fa-globe-snow' => 'globe-snow(diorama,scene,seasonal,shake,souvenir,winter)'), array('far fa-globe-snow' => 'globe-snow(diorama,scene,seasonal,shake,souvenir,winter)'), array('fal fa-globe-snow' => 'globe-snow(diorama,scene,seasonal,shake,souvenir,winter)'), array('fas fa-gun-squirt' => 'gun-squirt(firearm,gun,handgun,pistol,revolver,super soaker,tool,water,water pistol,weapon)'), array('far fa-gun-squirt' => 'gun-squirt(firearm,gun,handgun,pistol,revolver,super soaker,tool,water,water pistol,weapon)'), array('fal fa-gun-squirt' => 'gun-squirt(firearm,gun,handgun,pistol,revolver,super soaker,tool,water,water pistol,weapon)'), array('fas fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('far fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('fal fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('fas fa-ice-cream' => 'ice-cream(chocolate,cone,cream,dessert,frozen,ice,ice cream,scoop,sorbet,sweet,vanilla,yogurt)'), array('far fa-ice-cream' => 'ice-cream(chocolate,cone,cream,dessert,frozen,ice,ice cream,scoop,sorbet,sweet,vanilla,yogurt)'), array('fal fa-ice-cream' => 'ice-cream(chocolate,cone,cream,dessert,frozen,ice,ice cream,scoop,sorbet,sweet,vanilla,yogurt)'), array('fas fa-lollipop' => 'lollipop(candy,lollypop,sucker,sugar,sweet,swirl)'), array('far fa-lollipop' => 'lollipop(candy,lollypop,sucker,sugar,sweet,swirl)'), array('fal fa-lollipop' => 'lollipop(candy,lollypop,sucker,sugar,sweet,swirl)'), array('fas fa-mitten' => 'mitten(clothing,cold,glove,hands,knitted,seasonal,warmth)'), array('far fa-mitten' => 'mitten(clothing,cold,glove,hands,knitted,seasonal,warmth)'), array('fal fa-mitten' => 'mitten(clothing,cold,glove,hands,knitted,seasonal,warmth)'), array('fas fa-person-biking' => 'person-biking(bicycle,bike,biking,cyclist,pedal,person biking,summer,uer,wheel)'), array('far fa-person-biking' => 'person-biking(bicycle,bike,biking,cyclist,pedal,person biking,summer,uer,wheel)'), array('fal fa-person-biking' => 'person-biking(bicycle,bike,biking,cyclist,pedal,person biking,summer,uer,wheel)'), array('fas fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('far fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('fal fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('fas fa-person-sledding' => 'person-sledding(fun,slide,uer,winter)'), array('far fa-person-sledding' => 'person-sledding(fun,slide,uer,winter)'), array('fal fa-person-sledding' => 'person-sledding(fun,slide,uer,winter)'), array('fas fa-pinata' => 'pinata(celebration,party,piñata)'), array('far fa-pinata' => 'pinata(celebration,party,piñata)'), array('fal fa-pinata' => 'pinata(celebration,party,piñata)'), array('fas fa-pool-8-ball' => 'pool-8-ball(8,ball,billiard,billiards,eight,fortune,game,luck,pool 8 ball)'), array('far fa-pool-8-ball' => 'pool-8-ball(8,ball,billiard,billiards,eight,fortune,game,luck,pool 8 ball)'), array('fal fa-pool-8-ball' => 'pool-8-ball(8,ball,billiard,billiards,eight,fortune,game,luck,pool 8 ball)'), array('fas fa-popsicle' => 'popsicle(dessert,frozen,ice lolly,lollipop,lolly,popsicle,sweet)'), array('far fa-popsicle' => 'popsicle(dessert,frozen,ice lolly,lollipop,lolly,popsicle,sweet)'), array('fal fa-popsicle' => 'popsicle(dessert,frozen,ice lolly,lollipop,lolly,popsicle,sweet)'), array('fas fa-pretzel' => 'pretzel(bakery,convoluted,dough,knot,pretzel,twisted)'), array('far fa-pretzel' => 'pretzel(bakery,convoluted,dough,knot,pretzel,twisted)'), array('fal fa-pretzel' => 'pretzel(bakery,convoluted,dough,knot,pretzel,twisted)'), array('fas fa-puzzle' => 'puzzle(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('far fa-puzzle' => 'puzzle(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('fal fa-puzzle' => 'puzzle(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('fas fa-puzzle-piece' => 'puzzle-piece(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('far fa-puzzle-piece' => 'puzzle-piece(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('fal fa-puzzle-piece' => 'puzzle-piece(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('fas fa-robot' => 'robot(android,automate,computer,cyborg,face,monster,robot)'), array('far fa-robot' => 'robot(android,automate,computer,cyborg,face,monster,robot)'), array('fal fa-robot' => 'robot(android,automate,computer,cyborg,face,monster,robot)'), array('fas fa-roller-coaster' => 'roller-coaster(amusement park,coaster,fair,ride,roller,roller coaster,theme park)'), array('far fa-roller-coaster' => 'roller-coaster(amusement park,coaster,fair,ride,roller,roller coaster,theme park)'), array('fal fa-roller-coaster' => 'roller-coaster(amusement park,coaster,fair,ride,roller,roller coaster,theme park)'), array('fas fa-school' => 'school(building,education,learn,school,student,teacher)'), array('far fa-school' => 'school(building,education,learn,school,student,teacher)'), array('fal fa-school' => 'school(building,education,learn,school,student,teacher)'), array('fas fa-shapes' => 'shapes(blocks,build,circle,square,triangle)'), array('far fa-shapes' => 'shapes(blocks,build,circle,square,triangle)'), array('fal fa-shapes' => 'shapes(blocks,build,circle,square,triangle)'), array('fas fa-snowman' => 'snowman(cold,decoration,frost,frosty,holiday,snow,snowman,snowman without snow)'), array('far fa-snowman' => 'snowman(cold,decoration,frost,frosty,holiday,snow,snowman,snowman without snow)'), array('fal fa-snowman' => 'snowman(cold,decoration,frost,frosty,holiday,snow,snowman,snowman without snow)'), array('fas fa-snowman-head' => 'snowman-head(carrot,hat,snowman,winter)'), array('far fa-snowman-head' => 'snowman-head(carrot,hat,snowman,winter)'), array('fal fa-snowman-head' => 'snowman-head(carrot,hat,snowman,winter)'), array('fas fa-soft-serve' => 'soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('far fa-soft-serve' => 'soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('fal fa-soft-serve' => 'soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('fas fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('far fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('fal fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('fas fa-thought-bubble' => 'thought-bubble(Right Thought Bubble,balloon,bubble,comic,dream,idea,imagination,think,thought,thought balloon)'), array('far fa-thought-bubble' => 'thought-bubble(Right Thought Bubble,balloon,bubble,comic,dream,idea,imagination,think,thought,thought balloon)'), array('fal fa-thought-bubble' => 'thought-bubble(Right Thought Bubble,balloon,bubble,comic,dream,idea,imagination,think,thought,thought balloon)'), array('fas fa-tricycle' => 'tricycle(bicycle,bike,peddle,ride,trike)'), array('far fa-tricycle' => 'tricycle(bicycle,bike,peddle,ride,trike)'), array('fal fa-tricycle' => 'tricycle(bicycle,bike,peddle,ride,trike)'), ), 'Photos + Images' => array( array('fas fa-360-degrees' => '360-degrees(3D,panorama,revolve,rotate)'), array('far fa-360-degrees' => '360-degrees(3D,panorama,revolve,rotate)'), array('fal fa-360-degrees' => '360-degrees(3D,panorama,revolve,rotate)'), array('fas fa-aperture' => 'aperture(aperture,camera,exposure,lens,photo)'), array('far fa-aperture' => 'aperture(aperture,camera,exposure,lens,photo)'), array('fal fa-aperture' => 'aperture(aperture,camera,exposure,lens,photo)'), array('fas fa-bolt' => 'bolt(charge,danger,electric,electricity,flash,high voltage,lightning,voltage,weather,zap)'), array('far fa-bolt' => 'bolt(charge,danger,electric,electricity,flash,high voltage,lightning,voltage,weather,zap)'), array('fal fa-bolt' => 'bolt(charge,danger,electric,electricity,flash,high voltage,lightning,voltage,weather,zap)'), array('fas fa-bolt-auto' => 'bolt-auto(automatic,flash)'), array('far fa-bolt-auto' => 'bolt-auto(automatic,flash)'), array('fal fa-bolt-auto' => 'bolt-auto(automatic,flash)'), array('fas fa-bolt-lightning' => 'bolt-lightning(electricity,flash,lightning,weather,zap)'), array('far fa-bolt-lightning' => 'bolt-lightning(electricity,flash,lightning,weather,zap)'), array('fal fa-bolt-lightning' => 'bolt-lightning(electricity,flash,lightning,weather,zap)'), array('fas fa-bolt-slash' => 'bolt-slash(charge,disabled,electricity,flash,lightning,weather,zap)'), array('far fa-bolt-slash' => 'bolt-slash(charge,disabled,electricity,flash,lightning,weather,zap)'), array('fal fa-bolt-slash' => 'bolt-slash(charge,disabled,electricity,flash,lightning,weather,zap)'), array('fas fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('far fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('fal fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('fas fa-camera-polaroid' => 'camera-polaroid(capture,film,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('far fa-camera-polaroid' => 'camera-polaroid(capture,film,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('fal fa-camera-polaroid' => 'camera-polaroid(capture,film,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('fas fa-camera-retro' => 'camera-retro(camera,image,img,lens,photo,picture,record,shutter,video)'), array('far fa-camera-retro' => 'camera-retro(camera,image,img,lens,photo,picture,record,shutter,video)'), array('fal fa-camera-retro' => 'camera-retro(camera,image,img,lens,photo,picture,record,shutter,video)'), array('fas fa-camera-rotate' => 'camera-rotate(flip,front-facing,img,photo,selfie)'), array('far fa-camera-rotate' => 'camera-rotate(flip,front-facing,img,photo,selfie)'), array('fal fa-camera-rotate' => 'camera-rotate(flip,front-facing,img,photo,selfie)'), array('fas fa-camera-slash' => 'camera-slash(camera,disabled,img,photo)'), array('far fa-camera-slash' => 'camera-slash(camera,disabled,img,photo)'), array('fal fa-camera-slash' => 'camera-slash(camera,disabled,img,photo)'), array('fas fa-camera-viewfinder' => 'camera-viewfinder(camera,focus,img,screenshot,video)'), array('far fa-camera-viewfinder' => 'camera-viewfinder(camera,focus,img,screenshot,video)'), array('fal fa-camera-viewfinder' => 'camera-viewfinder(camera,focus,img,screenshot,video)'), array('fas fa-chalkboard' => 'chalkboard(blackboard,learning,school,teaching,whiteboard,writing)'), array('far fa-chalkboard' => 'chalkboard(blackboard,learning,school,teaching,whiteboard,writing)'), array('fal fa-chalkboard' => 'chalkboard(blackboard,learning,school,teaching,whiteboard,writing)'), array('fas fa-circle-camera' => 'circle-camera(img,photos)'), array('far fa-circle-camera' => 'circle-camera(img,photos)'), array('fal fa-circle-camera' => 'circle-camera(img,photos)'), array('fas fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('far fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('fal fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('fas fa-clone' => 'clone(arrange,copy,duplicate,paste)'), array('far fa-clone' => 'clone(arrange,copy,duplicate,paste)'), array('fal fa-clone' => 'clone(arrange,copy,duplicate,paste)'), array('fas fa-comment-image' => 'comment-image(answer,chat,discussion,photography,photos)'), array('far fa-comment-image' => 'comment-image(answer,chat,discussion,photography,photos)'), array('fal fa-comment-image' => 'comment-image(answer,chat,discussion,photography,photos)'), array('fas fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('far fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('fal fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('fas fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('far fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fal fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fas fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('far fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('fal fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('fas fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('far fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('fal fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('fas fa-face-viewfinder' => 'face-viewfinder(face id,facial,identity,recognition,scan,smile)'), array('far fa-face-viewfinder' => 'face-viewfinder(face id,facial,identity,recognition,scan,smile)'), array('fal fa-face-viewfinder' => 'face-viewfinder(face id,facial,identity,recognition,scan,smile)'), array('fas fa-file-image' => 'file-image(Document with Picture,document,image,img,jpg,photo,png)'), array('far fa-file-image' => 'file-image(Document with Picture,document,image,img,jpg,photo,png)'), array('fal fa-file-image' => 'file-image(Document with Picture,document,image,img,jpg,photo,png)'), array('fas fa-file-jpg' => 'file-jpg( Document with Picture, document, image, jpg, photo)'), array('far fa-file-jpg' => 'file-jpg( Document with Picture, document, image, jpg, photo)'), array('fal fa-file-jpg' => 'file-jpg( Document with Picture, document, image, jpg, photo)'), array('fas fa-file-png' => 'file-png( Document with Picture, document, image, jpg, photo)'), array('far fa-file-png' => 'file-png( Document with Picture, document, image, jpg, photo)'), array('fal fa-file-png' => 'file-png( Document with Picture, document, image, jpg, photo)'), array('fas fa-film' => 'film(cinema,film,film frames,frames,movie,strip,video)'), array('far fa-film' => 'film(cinema,film,film frames,frames,movie,strip,video)'), array('fal fa-film' => 'film(cinema,film,film frames,frames,movie,strip,video)'), array('fas fa-film-canister' => 'film-canister(110,35mm,darkroom,develop,image,photo,photography,retro,vintage)'), array('far fa-film-canister' => 'film-canister(110,35mm,darkroom,develop,image,photo,photography,retro,vintage)'), array('fal fa-film-canister' => 'film-canister(110,35mm,darkroom,develop,image,photo,photography,retro,vintage)'), array('fas fa-film-simple' => 'film-simple(cinema,movie,strip,video)'), array('far fa-film-simple' => 'film-simple(cinema,movie,strip,video)'), array('fal fa-film-simple' => 'film-simple(cinema,movie,strip,video)'), array('fas fa-film-slash' => 'film-slash(cinema,disabled,movie,strip,video)'), array('far fa-film-slash' => 'film-slash(cinema,disabled,movie,strip,video)'), array('fal fa-film-slash' => 'film-slash(cinema,disabled,movie,strip,video)'), array('fas fa-films' => 'films(films,videos)'), array('far fa-films' => 'films(films,videos)'), array('fal fa-films' => 'films(films,videos)'), array('fas fa-folder-image' => 'folder-image(file,image,img,photos)'), array('far fa-folder-image' => 'folder-image(file,image,img,photos)'), array('fal fa-folder-image' => 'folder-image(file,image,img,photos)'), array('fas fa-gif' => 'gif(animation,img)'), array('far fa-gif' => 'gif(animation,img)'), array('fal fa-gif' => 'gif(animation,img)'), array('fas fa-hexagon-image' => 'hexagon-image(blockchain,crypto,data,image,img,nft,non-fungible token,photo)'), array('far fa-hexagon-image' => 'hexagon-image(blockchain,crypto,data,image,img,nft,non-fungible token,photo)'), array('fal fa-hexagon-image' => 'hexagon-image(blockchain,crypto,data,image,img,nft,non-fungible token,photo)'), array('fas fa-high-definition' => 'high-definition(img,resolution,retina,video)'), array('far fa-high-definition' => 'high-definition(img,resolution,retina,video)'), array('fal fa-high-definition' => 'high-definition(img,resolution,retina,video)'), array('fas fa-id-badge' => 'id-badge(address,contact,identification,license,profile,uer,username)'), array('far fa-id-badge' => 'id-badge(address,contact,identification,license,profile,uer,username)'), array('fal fa-id-badge' => 'id-badge(address,contact,identification,license,profile,uer,username)'), array('fas fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('far fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('fal fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('fas fa-image' => 'image(album,img,landscape,photo,picture)'), array('far fa-image' => 'image(album,img,landscape,photo,picture)'), array('fal fa-image' => 'image(album,img,landscape,photo,picture)'), array('fas fa-image-landscape' => 'image-landscape(image,img,mountain,photo)'), array('far fa-image-landscape' => 'image-landscape(image,img,mountain,photo)'), array('fal fa-image-landscape' => 'image-landscape(image,img,mountain,photo)'), array('fas fa-image-polaroid' => 'image-polaroid(capture,film,img,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('far fa-image-polaroid' => 'image-polaroid(capture,film,img,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('fal fa-image-polaroid' => 'image-polaroid(capture,film,img,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('fas fa-image-polaroid-user' => 'image-polaroid-user(img,kodak,portrait,selfie,uer)'), array('far fa-image-polaroid-user' => 'image-polaroid-user(img,kodak,portrait,selfie,uer)'), array('fal fa-image-polaroid-user' => 'image-polaroid-user(img,kodak,portrait,selfie,uer)'), array('fas fa-image-portrait' => 'image-portrait(id,image,img,photo,picture,selfie,uer,username)'), array('far fa-image-portrait' => 'image-portrait(id,image,img,photo,picture,selfie,uer,username)'), array('fal fa-image-portrait' => 'image-portrait(id,image,img,photo,picture,selfie,uer,username)'), array('fas fa-image-slash' => 'image-slash(album,disabled,img,landscape,photo,picture)'), array('far fa-image-slash' => 'image-slash(album,disabled,img,landscape,photo,picture)'), array('fal fa-image-slash' => 'image-slash(album,disabled,img,landscape,photo,picture)'), array('fas fa-image-user' => 'image-user(employee,img,portrait,selfie,uer)'), array('far fa-image-user' => 'image-user(employee,img,portrait,selfie,uer)'), array('fal fa-image-user' => 'image-user(employee,img,portrait,selfie,uer)'), array('fas fa-images' => 'images(album,img,landscape,photo,picture)'), array('far fa-images' => 'images(album,img,landscape,photo,picture)'), array('fal fa-images' => 'images(album,img,landscape,photo,picture)'), array('fas fa-images-user' => 'images-user(employee,img,portrait,selfie,uer)'), array('far fa-images-user' => 'images-user(employee,img,portrait,selfie,uer)'), array('fal fa-images-user' => 'images-user(employee,img,portrait,selfie,uer)'), array('fas fa-message-image' => 'message-image(answer,chat,discussion,img,photography,photos)'), array('far fa-message-image' => 'message-image(answer,chat,discussion,img,photography,photos)'), array('fal fa-message-image' => 'message-image(answer,chat,discussion,img,photography,photos)'), array('fas fa-minimize' => 'minimize(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('far fa-minimize' => 'minimize(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('fal fa-minimize' => 'minimize(collapse,fullscreen,minimize,move,resize,shrink,smaller)'), array('fas fa-panorama' => 'panorama(image,img,landscape,photo,wide)'), array('far fa-panorama' => 'panorama(image,img,landscape,photo,wide)'), array('fal fa-panorama' => 'panorama(image,img,landscape,photo,wide)'), array('fas fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('far fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('fal fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('fas fa-photo-film-music' => 'photo-film-music(img,media)'), array('far fa-photo-film-music' => 'photo-film-music(img,media)'), array('fal fa-photo-film-music' => 'photo-film-music(img,media)'), array('fas fa-rectangle-history' => 'rectangle-history(album,carousel,collection,gallery,history,multiple,project,summary,windows)'), array('far fa-rectangle-history' => 'rectangle-history(album,carousel,collection,gallery,history,multiple,project,summary,windows)'), array('fal fa-rectangle-history' => 'rectangle-history(album,carousel,collection,gallery,history,multiple,project,summary,windows)'), array('fas fa-rectangle-history-circle-plus' => 'rectangle-history-circle-plus(add,album,carousel,collection,gallery,history,multiple,new,project,windows)'), array('far fa-rectangle-history-circle-plus' => 'rectangle-history-circle-plus(add,album,carousel,collection,gallery,history,multiple,new,project,windows)'), array('fal fa-rectangle-history-circle-plus' => 'rectangle-history-circle-plus(add,album,carousel,collection,gallery,history,multiple,new,project,windows)'), array('fas fa-rectangle-history-circle-user' => 'rectangle-history-circle-user(album,carousel,collection,gallery,history,multiple,project,shared,uer,user,windows)'), array('far fa-rectangle-history-circle-user' => 'rectangle-history-circle-user(album,carousel,collection,gallery,history,multiple,project,shared,uer,user,windows)'), array('fal fa-rectangle-history-circle-user' => 'rectangle-history-circle-user(album,carousel,collection,gallery,history,multiple,project,shared,uer,user,windows)'), array('fas fa-rectangle-vertical-history' => 'rectangle-vertical-history(album,carousel,collection,gallery,history,multiple,project,windows)'), array('far fa-rectangle-vertical-history' => 'rectangle-vertical-history(album,carousel,collection,gallery,history,multiple,project,windows)'), array('fal fa-rectangle-vertical-history' => 'rectangle-vertical-history(album,carousel,collection,gallery,history,multiple,project,windows)'), array('fas fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-sliders' => 'sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fas fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-sliders-up' => 'sliders-up(adjust,configuration,modify,settings,sliders,toggle)'), array('fas fa-square-sliders' => 'square-sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-square-sliders' => 'square-sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-square-sliders' => 'square-sliders(adjust,configuration,modify,settings,sliders,toggle)'), array('fas fa-square-sliders-vertical' => 'square-sliders-vertical(adjust,configuration,modify,settings,sliders,toggle)'), array('far fa-square-sliders-vertical' => 'square-sliders-vertical(adjust,configuration,modify,settings,sliders,toggle)'), array('fal fa-square-sliders-vertical' => 'square-sliders-vertical(adjust,configuration,modify,settings,sliders,toggle)'), array('fas fa-standard-definition' => 'standard-definition(low resolution)'), array('far fa-standard-definition' => 'standard-definition(low resolution)'), array('fal fa-standard-definition' => 'standard-definition(low resolution)'), array('fab fa-unsplash' => 'unsplash'), ), 'Weather' => array( array('fas fa-bolt' => 'bolt(charge,danger,electric,electricity,flash,high voltage,lightning,voltage,weather,zap)'), array('far fa-bolt' => 'bolt(charge,danger,electric,electricity,flash,high voltage,lightning,voltage,weather,zap)'), array('fal fa-bolt' => 'bolt(charge,danger,electric,electricity,flash,high voltage,lightning,voltage,weather,zap)'), array('fas fa-bolt-lightning' => 'bolt-lightning(electricity,flash,lightning,weather,zap)'), array('far fa-bolt-lightning' => 'bolt-lightning(electricity,flash,lightning,weather,zap)'), array('fal fa-bolt-lightning' => 'bolt-lightning(electricity,flash,lightning,weather,zap)'), array('fas fa-cloud' => 'cloud(atmosphere,cloud,fog,overcast,save,upload,weather)'), array('far fa-cloud' => 'cloud(atmosphere,cloud,fog,overcast,save,upload,weather)'), array('fal fa-cloud' => 'cloud(atmosphere,cloud,fog,overcast,save,upload,weather)'), array('fas fa-cloud-bolt' => 'cloud-bolt(bolt,cloud,cloud with lightning,lightning,precipitation,rain,storm,weather)'), array('far fa-cloud-bolt' => 'cloud-bolt(bolt,cloud,cloud with lightning,lightning,precipitation,rain,storm,weather)'), array('fal fa-cloud-bolt' => 'cloud-bolt(bolt,cloud,cloud with lightning,lightning,precipitation,rain,storm,weather)'), array('fas fa-cloud-bolt-moon' => 'cloud-bolt-moon(bolt,lightning,lunar,moon,precipitation,rain,storm,weather)'), array('far fa-cloud-bolt-moon' => 'cloud-bolt-moon(bolt,lightning,lunar,moon,precipitation,rain,storm,weather)'), array('fal fa-cloud-bolt-moon' => 'cloud-bolt-moon(bolt,lightning,lunar,moon,precipitation,rain,storm,weather)'), array('fas fa-cloud-bolt-sun' => 'cloud-bolt-sun(bolt,lightning,precipitation,rain,solar,storm,sun,weather)'), array('far fa-cloud-bolt-sun' => 'cloud-bolt-sun(bolt,lightning,precipitation,rain,solar,storm,sun,weather)'), array('fal fa-cloud-bolt-sun' => 'cloud-bolt-sun(bolt,lightning,precipitation,rain,solar,storm,sun,weather)'), array('fas fa-cloud-drizzle' => 'cloud-drizzle(precipitation,rain,sprinkle)'), array('far fa-cloud-drizzle' => 'cloud-drizzle(precipitation,rain,sprinkle)'), array('fal fa-cloud-drizzle' => 'cloud-drizzle(precipitation,rain,sprinkle)'), array('fas fa-cloud-fog' => 'cloud-fog(cloud,fog,haze,karl,mist,opaque,san francisco,visibility,weather)'), array('far fa-cloud-fog' => 'cloud-fog(cloud,fog,haze,karl,mist,opaque,san francisco,visibility,weather)'), array('fal fa-cloud-fog' => 'cloud-fog(cloud,fog,haze,karl,mist,opaque,san francisco,visibility,weather)'), array('fas fa-cloud-hail' => 'cloud-hail(golf balls,ice,precipitation,sleet,snow,storm)'), array('far fa-cloud-hail' => 'cloud-hail(golf balls,ice,precipitation,sleet,snow,storm)'), array('fal fa-cloud-hail' => 'cloud-hail(golf balls,ice,precipitation,sleet,snow,storm)'), array('fas fa-cloud-hail-mixed' => 'cloud-hail-mixed(freezing,ice,precipitation,rain,sleet,snow,storm)'), array('far fa-cloud-hail-mixed' => 'cloud-hail-mixed(freezing,ice,precipitation,rain,sleet,snow,storm)'), array('fal fa-cloud-hail-mixed' => 'cloud-hail-mixed(freezing,ice,precipitation,rain,sleet,snow,storm)'), array('fas fa-cloud-meatball' => 'cloud-meatball(FLDSMDFR,food,spaghetti,storm)'), array('far fa-cloud-meatball' => 'cloud-meatball(FLDSMDFR,food,spaghetti,storm)'), array('fal fa-cloud-meatball' => 'cloud-meatball(FLDSMDFR,food,spaghetti,storm)'), array('fas fa-cloud-moon' => 'cloud-moon(crescent,evening,lunar,night,partly cloudy,sky)'), array('far fa-cloud-moon' => 'cloud-moon(crescent,evening,lunar,night,partly cloudy,sky)'), array('fal fa-cloud-moon' => 'cloud-moon(crescent,evening,lunar,night,partly cloudy,sky)'), array('fas fa-cloud-moon-rain' => 'cloud-moon-rain(crescent,evening,lunar,night,partly cloudy,precipitation,rain,sky,storm)'), array('far fa-cloud-moon-rain' => 'cloud-moon-rain(crescent,evening,lunar,night,partly cloudy,precipitation,rain,sky,storm)'), array('fal fa-cloud-moon-rain' => 'cloud-moon-rain(crescent,evening,lunar,night,partly cloudy,precipitation,rain,sky,storm)'), array('fas fa-cloud-rain' => 'cloud-rain(Rain,cloud,cloud with rain,precipitation,rain,sky,storm)'), array('far fa-cloud-rain' => 'cloud-rain(Rain,cloud,cloud with rain,precipitation,rain,sky,storm)'), array('fal fa-cloud-rain' => 'cloud-rain(Rain,cloud,cloud with rain,precipitation,rain,sky,storm)'), array('fas fa-cloud-rainbow' => 'cloud-rainbow(gold,leprechaun,prism,rain,sky)'), array('far fa-cloud-rainbow' => 'cloud-rainbow(gold,leprechaun,prism,rain,sky)'), array('fal fa-cloud-rainbow' => 'cloud-rainbow(gold,leprechaun,prism,rain,sky)'), array('fas fa-cloud-showers' => 'cloud-showers(precipitation,rain,sky,storm)'), array('far fa-cloud-showers' => 'cloud-showers(precipitation,rain,sky,storm)'), array('fal fa-cloud-showers' => 'cloud-showers(precipitation,rain,sky,storm)'), array('fas fa-cloud-showers-heavy' => 'cloud-showers-heavy(precipitation,rain,sky,storm)'), array('far fa-cloud-showers-heavy' => 'cloud-showers-heavy(precipitation,rain,sky,storm)'), array('fal fa-cloud-showers-heavy' => 'cloud-showers-heavy(precipitation,rain,sky,storm)'), array('fas fa-cloud-showers-water' => 'cloud-showers-water(cloud,deluge,flood,rain,storm,surge)'), array('far fa-cloud-showers-water' => 'cloud-showers-water(cloud,deluge,flood,rain,storm,surge)'), array('fal fa-cloud-showers-water' => 'cloud-showers-water(cloud,deluge,flood,rain,storm,surge)'), array('fas fa-cloud-sleet' => 'cloud-sleet(freezing,hail,precipitation,rain,winter,wintry mix)'), array('far fa-cloud-sleet' => 'cloud-sleet(freezing,hail,precipitation,rain,winter,wintry mix)'), array('fal fa-cloud-sleet' => 'cloud-sleet(freezing,hail,precipitation,rain,winter,wintry mix)'), array('fas fa-cloud-snow' => 'cloud-snow(blizzard,cloud,cloud with snow,cold,noreaster,precipitation,snow,winter)'), array('far fa-cloud-snow' => 'cloud-snow(blizzard,cloud,cloud with snow,cold,noreaster,precipitation,snow,winter)'), array('fal fa-cloud-snow' => 'cloud-snow(blizzard,cloud,cloud with snow,cold,noreaster,precipitation,snow,winter)'), array('fas fa-cloud-sun' => 'cloud-sun(clear,cloud,day,daytime,fall,outdoors,overcast,partly cloudy,sun,sun behind cloud)'), array('far fa-cloud-sun' => 'cloud-sun(clear,cloud,day,daytime,fall,outdoors,overcast,partly cloudy,sun,sun behind cloud)'), array('fal fa-cloud-sun' => 'cloud-sun(clear,cloud,day,daytime,fall,outdoors,overcast,partly cloudy,sun,sun behind cloud)'), array('fas fa-cloud-sun-rain' => 'cloud-sun-rain(cloud,day,overcast,precipitation,rain,storm,summer,sun,sun behind rain cloud,sunshower)'), array('far fa-cloud-sun-rain' => 'cloud-sun-rain(cloud,day,overcast,precipitation,rain,storm,summer,sun,sun behind rain cloud,sunshower)'), array('fal fa-cloud-sun-rain' => 'cloud-sun-rain(cloud,day,overcast,precipitation,rain,storm,summer,sun,sun behind rain cloud,sunshower)'), array('fas fa-clouds' => 'clouds(cloudy,fog,haze,overcast,smoke,storm,weather)'), array('far fa-clouds' => 'clouds(cloudy,fog,haze,overcast,smoke,storm,weather)'), array('fal fa-clouds' => 'clouds(cloudy,fog,haze,overcast,smoke,storm,weather)'), array('fas fa-clouds-moon' => 'clouds-moon(cloudy,moonlight,night,overcast,sky)'), array('far fa-clouds-moon' => 'clouds-moon(cloudy,moonlight,night,overcast,sky)'), array('fal fa-clouds-moon' => 'clouds-moon(cloudy,moonlight,night,overcast,sky)'), array('fas fa-clouds-sun' => 'clouds-sun(cloudy,day,moonlight,overcast,sky,summer)'), array('far fa-clouds-sun' => 'clouds-sun(cloudy,day,moonlight,overcast,sky,summer)'), array('fal fa-clouds-sun' => 'clouds-sun(cloudy,day,moonlight,overcast,sky,summer)'), array('fas fa-droplet-degree' => 'droplet-degree(air,fog,humidity,temperature,water)'), array('far fa-droplet-degree' => 'droplet-degree(air,fog,humidity,temperature,water)'), array('fal fa-droplet-degree' => 'droplet-degree(air,fog,humidity,temperature,water)'), array('fas fa-droplet-percent' => 'droplet-percent(blood,evaporation,fog,oxygen,precipitation,rain)'), array('far fa-droplet-percent' => 'droplet-percent(blood,evaporation,fog,oxygen,precipitation,rain)'), array('fal fa-droplet-percent' => 'droplet-percent(blood,evaporation,fog,oxygen,precipitation,rain)'), array('fas fa-eclipse' => 'eclipse(lunar,moon,shadow,solar,sun)'), array('far fa-eclipse' => 'eclipse(lunar,moon,shadow,solar,sun)'), array('fal fa-eclipse' => 'eclipse(lunar,moon,shadow,solar,sun)'), array('fas fa-fire-smoke' => 'fire-smoke(burn,caliente,flame,fog,heat,hot)'), array('far fa-fire-smoke' => 'fire-smoke(burn,caliente,flame,fog,heat,hot)'), array('fal fa-fire-smoke' => 'fire-smoke(burn,caliente,flame,fog,heat,hot)'), array('fas fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('far fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('fal fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('fas fa-house-tsunami' => 'house-tsunami(damage,flood,tidal wave,wave)'), array('far fa-house-tsunami' => 'house-tsunami(damage,flood,tidal wave,wave)'), array('fal fa-house-tsunami' => 'house-tsunami(damage,flood,tidal wave,wave)'), array('fas fa-house-water' => 'house-water(building,devastation,disaster,flood,home,insurance,water)'), array('far fa-house-water' => 'house-water(building,devastation,disaster,flood,home,insurance,water)'), array('fal fa-house-water' => 'house-water(building,devastation,disaster,flood,home,insurance,water)'), array('fas fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('far fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('fal fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('fas fa-icicles' => 'icicles(cold,frozen,hanging,ice,seasonal,sharp)'), array('far fa-icicles' => 'icicles(cold,frozen,hanging,ice,seasonal,sharp)'), array('fal fa-icicles' => 'icicles(cold,frozen,hanging,ice,seasonal,sharp)'), array('fas fa-meteor' => 'meteor(armageddon,asteroid,comet,shooting star,space)'), array('far fa-meteor' => 'meteor(armageddon,asteroid,comet,shooting star,space)'), array('fal fa-meteor' => 'meteor(armageddon,asteroid,comet,shooting star,space)'), array('fas fa-moon' => 'moon(Power Sleep Symbol,contrast,crescent,crescent moon,dark,lunar,moon,night)'), array('far fa-moon' => 'moon(Power Sleep Symbol,contrast,crescent,crescent moon,dark,lunar,moon,night)'), array('fal fa-moon' => 'moon(Power Sleep Symbol,contrast,crescent,crescent moon,dark,lunar,moon,night)'), array('fas fa-moon-cloud' => 'moon-cloud(crescent,dark,lunar,night,overcast)'), array('far fa-moon-cloud' => 'moon-cloud(crescent,dark,lunar,night,overcast)'), array('fal fa-moon-cloud' => 'moon-cloud(crescent,dark,lunar,night,overcast)'), array('fas fa-moon-over-sun' => 'moon-over-sun(lunar,moon,shadow,solar,sun)'), array('far fa-moon-over-sun' => 'moon-over-sun(lunar,moon,shadow,solar,sun)'), array('fal fa-moon-over-sun' => 'moon-over-sun(lunar,moon,shadow,solar,sun)'), array('fas fa-moon-stars' => 'moon-stars(clear,crescent,lunar,space,star)'), array('far fa-moon-stars' => 'moon-stars(clear,crescent,lunar,space,star)'), array('fal fa-moon-stars' => 'moon-stars(clear,crescent,lunar,space,star)'), array('fas fa-poo-storm' => 'poo-storm(bolt,cloud,euphemism,lightning,mess,poop,shit,turd)'), array('far fa-poo-storm' => 'poo-storm(bolt,cloud,euphemism,lightning,mess,poop,shit,turd)'), array('fal fa-poo-storm' => 'poo-storm(bolt,cloud,euphemism,lightning,mess,poop,shit,turd)'), array('fas fa-rainbow' => 'rainbow(gold,leprechaun,prism,rain,rainbow,sky)'), array('far fa-rainbow' => 'rainbow(gold,leprechaun,prism,rain,rainbow,sky)'), array('fal fa-rainbow' => 'rainbow(gold,leprechaun,prism,rain,rainbow,sky)'), array('fas fa-raindrops' => 'raindrops(precipitation,rain,sprinkle,storm)'), array('far fa-raindrops' => 'raindrops(precipitation,rain,sprinkle,storm)'), array('fal fa-raindrops' => 'raindrops(precipitation,rain,sprinkle,storm)'), array('fas fa-smog' => 'smog(dragon,fog,haze,pollution,smoke,weather)'), array('far fa-smog' => 'smog(dragon,fog,haze,pollution,smoke,weather)'), array('fal fa-smog' => 'smog(dragon,fog,haze,pollution,smoke,weather)'), array('fas fa-smoke' => 'smoke(cloud,fire,fog,haze)'), array('far fa-smoke' => 'smoke(cloud,fire,fog,haze)'), array('fal fa-smoke' => 'smoke(cloud,fire,fog,haze)'), array('fas fa-snow-blowing' => 'snow-blowing(blizzard,precipitation,storm,winter)'), array('far fa-snow-blowing' => 'snow-blowing(blizzard,precipitation,storm,winter)'), array('fal fa-snow-blowing' => 'snow-blowing(blizzard,precipitation,storm,winter)'), array('fas fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('far fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fal fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fas fa-snowflake-droplets' => 'snowflake-droplets(cold,droplets,melt,rain,snow,spring,thaw,winter)'), array('far fa-snowflake-droplets' => 'snowflake-droplets(cold,droplets,melt,rain,snow,spring,thaw,winter)'), array('fal fa-snowflake-droplets' => 'snowflake-droplets(cold,droplets,melt,rain,snow,spring,thaw,winter)'), array('fas fa-snowflakes' => 'snowflakes(precipitation,rain,winter)'), array('far fa-snowflakes' => 'snowflakes(precipitation,rain,winter)'), array('fal fa-snowflakes' => 'snowflakes(precipitation,rain,winter)'), array('fas fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('far fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('fal fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('fas fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('far fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('fal fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('fas fa-stars' => 'stars(favorite,galaxy,magic,night,quality,space)'), array('far fa-stars' => 'stars(favorite,galaxy,magic,night,quality,space)'), array('fal fa-stars' => 'stars(favorite,galaxy,magic,night,quality,space)'), array('fas fa-sun' => 'sun(bright,brighten,contrast,day,lighter,rays,sol,solar,star,sun,sunny,weather)'), array('far fa-sun' => 'sun(bright,brighten,contrast,day,lighter,rays,sol,solar,star,sun,sunny,weather)'), array('fal fa-sun' => 'sun(bright,brighten,contrast,day,lighter,rays,sol,solar,star,sun,sunny,weather)'), array('fas fa-sun-bright' => 'sun-bright(brightness,sky,summer)'), array('far fa-sun-bright' => 'sun-bright(brightness,sky,summer)'), array('fal fa-sun-bright' => 'sun-bright(brightness,sky,summer)'), array('fas fa-sun-cloud' => 'sun-cloud(cloud,day,lighter,sol,solar,star,sun,sun behind small cloud,weather)'), array('far fa-sun-cloud' => 'sun-cloud(cloud,day,lighter,sol,solar,star,sun,sun behind small cloud,weather)'), array('fal fa-sun-cloud' => 'sun-cloud(cloud,day,lighter,sol,solar,star,sun,sun behind small cloud,weather)'), array('fas fa-sun-dust' => 'sun-dust(day,dry,haze,heat)'), array('far fa-sun-dust' => 'sun-dust(day,dry,haze,heat)'), array('fal fa-sun-dust' => 'sun-dust(day,dry,haze,heat)'), array('fas fa-sun-haze' => 'sun-haze(fog,heat,hot,sweltering)'), array('far fa-sun-haze' => 'sun-haze(fog,heat,hot,sweltering)'), array('fal fa-sun-haze' => 'sun-haze(fog,heat,hot,sweltering)'), array('fas fa-sun-plant-wilt' => 'sun-plant-wilt(arid,droop,drought)'), array('far fa-sun-plant-wilt' => 'sun-plant-wilt(arid,droop,drought)'), array('fal fa-sun-plant-wilt' => 'sun-plant-wilt(arid,droop,drought)'), array('fas fa-sunrise' => 'sunrise(dawn,day,daybreak,daylight,daytime,morning,sun,sun up,sunrise)'), array('far fa-sunrise' => 'sunrise(dawn,day,daybreak,daylight,daytime,morning,sun,sun up,sunrise)'), array('fal fa-sunrise' => 'sunrise(dawn,day,daybreak,daylight,daytime,morning,sun,sun up,sunrise)'), array('fas fa-sunset' => 'sunset(dusk,night,nighttime,sun,sun down,sunset)'), array('far fa-sunset' => 'sunset(dusk,night,nighttime,sun,sun down,sunset)'), array('fal fa-sunset' => 'sunset(dusk,night,nighttime,sun,sun down,sunset)'), array('fas fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('far fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fal fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fas fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('far fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fal fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fas fa-temperature-empty' => 'temperature-empty(cold,mercury,status,temperature)'), array('far fa-temperature-empty' => 'temperature-empty(cold,mercury,status,temperature)'), array('fal fa-temperature-empty' => 'temperature-empty(cold,mercury,status,temperature)'), array('fas fa-temperature-full' => 'temperature-full(fever,hot,mercury,status,temperature)'), array('far fa-temperature-full' => 'temperature-full(fever,hot,mercury,status,temperature)'), array('fal fa-temperature-full' => 'temperature-full(fever,hot,mercury,status,temperature)'), array('fas fa-temperature-half' => 'temperature-half(mercury,status,temperature,thermometer,weather)'), array('far fa-temperature-half' => 'temperature-half(mercury,status,temperature,thermometer,weather)'), array('fal fa-temperature-half' => 'temperature-half(mercury,status,temperature,thermometer,weather)'), array('fas fa-temperature-high' => 'temperature-high(cook,covid-19,mercury,summer,thermometer,warm)'), array('far fa-temperature-high' => 'temperature-high(cook,covid-19,mercury,summer,thermometer,warm)'), array('fal fa-temperature-high' => 'temperature-high(cook,covid-19,mercury,summer,thermometer,warm)'), array('fas fa-temperature-list' => 'temperature-list(cheatsheet,gauge,heat,thermometer)'), array('far fa-temperature-list' => 'temperature-list(cheatsheet,gauge,heat,thermometer)'), array('fal fa-temperature-list' => 'temperature-list(cheatsheet,gauge,heat,thermometer)'), array('fas fa-temperature-low' => 'temperature-low(cold,cool,covid-19,mercury,thermometer,winter)'), array('far fa-temperature-low' => 'temperature-low(cold,cool,covid-19,mercury,thermometer,winter)'), array('fal fa-temperature-low' => 'temperature-low(cold,cool,covid-19,mercury,thermometer,winter)'), array('fas fa-temperature-quarter' => 'temperature-quarter(mercury,status,temperature)'), array('far fa-temperature-quarter' => 'temperature-quarter(mercury,status,temperature)'), array('fal fa-temperature-quarter' => 'temperature-quarter(mercury,status,temperature)'), array('fas fa-temperature-snow' => 'temperature-snow(cold,mercury,thermometer,winter)'), array('far fa-temperature-snow' => 'temperature-snow(cold,mercury,thermometer,winter)'), array('fal fa-temperature-snow' => 'temperature-snow(cold,mercury,thermometer,winter)'), array('fas fa-temperature-sun' => 'temperature-sun(heat,mercury,summer,thermometer)'), array('far fa-temperature-sun' => 'temperature-sun(heat,mercury,summer,thermometer)'), array('fal fa-temperature-sun' => 'temperature-sun(heat,mercury,summer,thermometer)'), array('fas fa-temperature-three-quarters' => 'temperature-three-quarters(mercury,status,temperature)'), array('far fa-temperature-three-quarters' => 'temperature-three-quarters(mercury,status,temperature)'), array('fal fa-temperature-three-quarters' => 'temperature-three-quarters(mercury,status,temperature)'), array('fas fa-tornado' => 'tornado(cloud,cyclone,dorothy,landspout,tornado,toto,twister,vortext,waterspout,weather,whirlwind)'), array('far fa-tornado' => 'tornado(cloud,cyclone,dorothy,landspout,tornado,toto,twister,vortext,waterspout,weather,whirlwind)'), array('fal fa-tornado' => 'tornado(cloud,cyclone,dorothy,landspout,tornado,toto,twister,vortext,waterspout,weather,whirlwind)'), array('fas fa-umbrella' => 'umbrella(protection,rain,storm,wet)'), array('far fa-umbrella' => 'umbrella(protection,rain,storm,wet)'), array('fal fa-umbrella' => 'umbrella(protection,rain,storm,wet)'), array('fas fa-umbrella-simple' => 'umbrella-simple(clothing,rain,spring,umbrella)'), array('far fa-umbrella-simple' => 'umbrella-simple(clothing,rain,spring,umbrella)'), array('fal fa-umbrella-simple' => 'umbrella-simple(clothing,rain,spring,umbrella)'), array('fas fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('far fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('fal fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('fas fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('far fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('fal fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('fas fa-water-arrow-down' => 'water-arrow-down(flood,insert,lake,liquid,ocean,recede,sea,swim,wet)'), array('far fa-water-arrow-down' => 'water-arrow-down(flood,insert,lake,liquid,ocean,recede,sea,swim,wet)'), array('fal fa-water-arrow-down' => 'water-arrow-down(flood,insert,lake,liquid,ocean,recede,sea,swim,wet)'), array('fas fa-water-arrow-up' => 'water-arrow-up(flood,lake,liquid,ocean,sea,swim,upgrade,wet)'), array('far fa-water-arrow-up' => 'water-arrow-up(flood,lake,liquid,ocean,sea,swim,upgrade,wet)'), array('fal fa-water-arrow-up' => 'water-arrow-up(flood,lake,liquid,ocean,sea,swim,upgrade,wet)'), array('fas fa-wave' => 'wave( beach, flotsam, jetsam, surf, tsunami, wave,barrel,break,bro,shore,water)'), array('far fa-wave' => 'wave( beach, flotsam, jetsam, surf, tsunami, wave,barrel,break,bro,shore,water)'), array('fal fa-wave' => 'wave( beach, flotsam, jetsam, surf, tsunami, wave,barrel,break,bro,shore,water)'), array('fas fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('far fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('fal fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('fas fa-wind-warning' => 'wind-warning(air,alert,blow,breeze,failed,fall,hurricane,seasonal,tornado,weather)'), array('far fa-wind-warning' => 'wind-warning(air,alert,blow,breeze,failed,fall,hurricane,seasonal,tornado,weather)'), array('fal fa-wind-warning' => 'wind-warning(air,alert,blow,breeze,failed,fall,hurricane,seasonal,tornado,weather)'), array('fas fa-windsock' => 'windsock(air,blow,breeze,fall,seasonal,weather)'), array('far fa-windsock' => 'windsock(air,blow,breeze,fall,seasonal,weather)'), array('fal fa-windsock' => 'windsock(air,blow,breeze,fall,seasonal,weather)'), ), 'Design' => array( array('fas fa-angle' => 'angle(Measured Angle,acute,measure)'), array('far fa-angle' => 'angle(Measured Angle,acute,measure)'), array('fal fa-angle' => 'angle(Measured Angle,acute,measure)'), array('fas fa-angle-90' => 'angle-90(Right Angle with Arc,measure,right angle)'), array('far fa-angle-90' => 'angle-90(Right Angle with Arc,measure,right angle)'), array('fal fa-angle-90' => 'angle-90(Right Angle with Arc,measure,right angle)'), array('fas fa-ball-pile' => 'ball-pile(balance,cannon,group,pyramid,snowball)'), array('far fa-ball-pile' => 'ball-pile(balance,cannon,group,pyramid,snowball)'), array('fal fa-ball-pile' => 'ball-pile(balance,cannon,group,pyramid,snowball)'), array('fas fa-bezier-curve' => 'bezier-curve(curves,illustrator,lines,path,vector)'), array('far fa-bezier-curve' => 'bezier-curve(curves,illustrator,lines,path,vector)'), array('fal fa-bezier-curve' => 'bezier-curve(curves,illustrator,lines,path,vector)'), array('fas fa-book-font' => 'book-font(library,research)'), array('far fa-book-font' => 'book-font(library,research)'), array('fal fa-book-font' => 'book-font(library,research)'), array('fas fa-bring-forward' => 'bring-forward(arrange,front,layer,order,stack)'), array('far fa-bring-forward' => 'bring-forward(arrange,front,layer,order,stack)'), array('fal fa-bring-forward' => 'bring-forward(arrange,front,layer,order,stack)'), array('fas fa-bring-front' => 'bring-front(arrange,forward,layer,order,stack)'), array('far fa-bring-front' => 'bring-front(arrange,forward,layer,order,stack)'), array('fal fa-bring-front' => 'bring-front(arrange,forward,layer,order,stack)'), array('fas fa-broom-wide' => 'broom-wide(broom,brush,clean,clear,delete,dust,erase,remove,sweep,witch)'), array('far fa-broom-wide' => 'broom-wide(broom,brush,clean,clear,delete,dust,erase,remove,sweep,witch)'), array('fal fa-broom-wide' => 'broom-wide(broom,brush,clean,clear,delete,dust,erase,remove,sweep,witch)'), array('fas fa-brush' => 'brush(art,bristles,color,handle,maintenance,modify,paint)'), array('far fa-brush' => 'brush(art,bristles,color,handle,maintenance,modify,paint)'), array('fal fa-brush' => 'brush(art,bristles,color,handle,maintenance,modify,paint)'), array('fas fa-camera-polaroid' => 'camera-polaroid(capture,film,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('far fa-camera-polaroid' => 'camera-polaroid(capture,film,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('fal fa-camera-polaroid' => 'camera-polaroid(capture,film,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('fas fa-circle-dashed' => 'circle-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('far fa-circle-dashed' => 'circle-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fal fa-circle-dashed' => 'circle-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fas fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('far fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('fal fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('fas fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('far fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('fal fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('fas fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('far fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('fal fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('fas fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('far fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('fal fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('fas fa-circles-overlap' => 'circles-overlap( combine, intersection, logic, overlap, partnership, venn,chart)'), array('far fa-circles-overlap' => 'circles-overlap( combine, intersection, logic, overlap, partnership, venn,chart)'), array('fal fa-circles-overlap' => 'circles-overlap( combine, intersection, logic, overlap, partnership, venn,chart)'), array('fas fa-clone' => 'clone(arrange,copy,duplicate,paste)'), array('far fa-clone' => 'clone(arrange,copy,duplicate,paste)'), array('fal fa-clone' => 'clone(arrange,copy,duplicate,paste)'), array('fas fa-columns-3' => 'columns-3(divide,organize,panes,split)'), array('far fa-columns-3' => 'columns-3(divide,organize,panes,split)'), array('fal fa-columns-3' => 'columns-3(divide,organize,panes,split)'), array('fas fa-compass-drafting' => 'compass-drafting(design,map,mechanical drawing,plot,plotting)'), array('far fa-compass-drafting' => 'compass-drafting(design,map,mechanical drawing,plot,plotting)'), array('fal fa-compass-drafting' => 'compass-drafting(design,map,mechanical drawing,plot,plotting)'), array('fas fa-copy' => 'copy(clone,duplicate,file,files-o,paper,paste)'), array('far fa-copy' => 'copy(clone,duplicate,file,files-o,paper,paste)'), array('fal fa-copy' => 'copy(clone,duplicate,file,files-o,paper,paste)'), array('fas fa-crop' => 'crop(design,frame,mask,modify,resize,shrink)'), array('far fa-crop' => 'crop(design,frame,mask,modify,resize,shrink)'), array('fal fa-crop' => 'crop(design,frame,mask,modify,resize,shrink)'), array('fas fa-crop-simple' => 'crop-simple(design,frame,mask,modify,resize,shrink)'), array('far fa-crop-simple' => 'crop-simple(design,frame,mask,modify,resize,shrink)'), array('fal fa-crop-simple' => 'crop-simple(design,frame,mask,modify,resize,shrink)'), array('fas fa-crosshairs' => 'crosshairs(aim,bullseye,gpd,picker,position)'), array('far fa-crosshairs' => 'crosshairs(aim,bullseye,gpd,picker,position)'), array('fal fa-crosshairs' => 'crosshairs(aim,bullseye,gpd,picker,position)'), array('fas fa-crosshairs-simple' => 'crosshairs-simple(aim,bullseye,gpd,picker,position,screenshot,target)'), array('far fa-crosshairs-simple' => 'crosshairs-simple(aim,bullseye,gpd,picker,position,screenshot,target)'), array('fal fa-crosshairs-simple' => 'crosshairs-simple(aim,bullseye,gpd,picker,position,screenshot,target)'), array('fas fa-cube' => 'cube(3d,block,dice,package,square,tesseract)'), array('far fa-cube' => 'cube(3d,block,dice,package,square,tesseract)'), array('fal fa-cube' => 'cube(3d,block,dice,package,square,tesseract)'), array('fas fa-cubes' => 'cubes(3d,block,dice,package,pyramid,square,stack,tesseract)'), array('far fa-cubes' => 'cubes(3d,block,dice,package,pyramid,square,stack,tesseract)'), array('fal fa-cubes' => 'cubes(3d,block,dice,package,pyramid,square,stack,tesseract)'), array('fas fa-diamonds-4' => 'diamonds-4( Figma, diamond, grid, instance,component,design,linked,main,sketch,symbol,tool)'), array('far fa-diamonds-4' => 'diamonds-4( Figma, diamond, grid, instance,component,design,linked,main,sketch,symbol,tool)'), array('fal fa-diamonds-4' => 'diamonds-4( Figma, diamond, grid, instance,component,design,linked,main,sketch,symbol,tool)'), array('fas fa-distribute-spacing-horizontal' => 'distribute-spacing-horizontal(align,line,padding,rectangle,spacing)'), array('far fa-distribute-spacing-horizontal' => 'distribute-spacing-horizontal(align,line,padding,rectangle,spacing)'), array('fal fa-distribute-spacing-horizontal' => 'distribute-spacing-horizontal(align,line,padding,rectangle,spacing)'), array('fas fa-distribute-spacing-vertical' => 'distribute-spacing-vertical(align,line,padding,rectangle,spacing)'), array('far fa-distribute-spacing-vertical' => 'distribute-spacing-vertical(align,line,padding,rectangle,spacing)'), array('fal fa-distribute-spacing-vertical' => 'distribute-spacing-vertical(align,line,padding,rectangle,spacing)'), array('fas fa-draw-circle' => 'draw-circle(anchors,lines,object,render,shape)'), array('far fa-draw-circle' => 'draw-circle(anchors,lines,object,render,shape)'), array('fal fa-draw-circle' => 'draw-circle(anchors,lines,object,render,shape)'), array('fas fa-draw-polygon' => 'draw-polygon(anchors,lines,object,render,shape)'), array('far fa-draw-polygon' => 'draw-polygon(anchors,lines,object,render,shape)'), array('fal fa-draw-polygon' => 'draw-polygon(anchors,lines,object,render,shape)'), array('fas fa-draw-square' => 'draw-square(anchors,lines,object,render,shape)'), array('far fa-draw-square' => 'draw-square(anchors,lines,object,render,shape)'), array('fal fa-draw-square' => 'draw-square(anchors,lines,object,render,shape)'), array('fas fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('far fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('fal fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('fas fa-droplet-slash' => 'droplet-slash(blood,color,disabled,drop,droplet,raindrop,waterdrop)'), array('far fa-droplet-slash' => 'droplet-slash(blood,color,disabled,drop,droplet,raindrop,waterdrop)'), array('fal fa-droplet-slash' => 'droplet-slash(blood,color,disabled,drop,droplet,raindrop,waterdrop)'), array('fas fa-eraser' => 'eraser(art,delete,remove,rubber)'), array('far fa-eraser' => 'eraser(art,delete,remove,rubber)'), array('fal fa-eraser' => 'eraser(art,delete,remove,rubber)'), array('fas fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('far fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fal fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fas fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('far fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('fal fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('fas fa-eye-dropper-full' => 'eye-dropper-full(color,eyedrop)'), array('far fa-eye-dropper-full' => 'eye-dropper-full(color,eyedrop)'), array('fal fa-eye-dropper-full' => 'eye-dropper-full(color,eyedrop)'), array('fas fa-eye-dropper-half' => 'eye-dropper-half(color,eyedrop)'), array('far fa-eye-dropper-half' => 'eye-dropper-half(color,eyedrop)'), array('fal fa-eye-dropper-half' => 'eye-dropper-half(color,eyedrop)'), array('fas fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('far fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('fal fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('fas fa-file-eps' => 'file-eps( Document with Picture, document, image,eps,img,vector)'), array('far fa-file-eps' => 'file-eps( Document with Picture, document, image,eps,img,vector)'), array('fal fa-file-eps' => 'file-eps( Document with Picture, document, image,eps,img,vector)'), array('fas fa-file-gif' => 'file-gif( document, image,animation,gif,graphics interchange format,jif)'), array('far fa-file-gif' => 'file-gif( document, image,animation,gif,graphics interchange format,jif)'), array('fal fa-file-gif' => 'file-gif( document, image,animation,gif,graphics interchange format,jif)'), array('fas fa-file-svg' => 'file-svg( document,image,scalable vector graphic,svg,vector)'), array('far fa-file-svg' => 'file-svg( document,image,scalable vector graphic,svg,vector)'), array('fal fa-file-svg' => 'file-svg( document,image,scalable vector graphic,svg,vector)'), array('fas fa-file-vector' => 'file-vector( document, svg, vector,eps,image)'), array('far fa-file-vector' => 'file-vector( document, svg, vector,eps,image)'), array('fal fa-file-vector' => 'file-vector( document, svg, vector,eps,image)'), array('fas fa-fill' => 'fill(bucket,color,paint,paint bucket)'), array('far fa-fill' => 'fill(bucket,color,paint,paint bucket)'), array('fal fa-fill' => 'fill(bucket,color,paint,paint bucket)'), array('fas fa-fill-drip' => 'fill-drip(bucket,color,drop,paint,paint bucket,spill)'), array('far fa-fill-drip' => 'fill-drip(bucket,color,drop,paint,paint bucket,spill)'), array('fal fa-fill-drip' => 'fill-drip(bucket,color,drop,paint,paint bucket,spill)'), array('fas fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('far fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('fal fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('fas fa-font-awesome' => 'font-awesome(awesome,flag,font,icons,typeface)'), array('far fa-font-awesome' => 'font-awesome(awesome,flag,font,icons,typeface)'), array('fal fa-font-awesome' => 'font-awesome(awesome,flag,font,icons,typeface)'), array('fab fa-font-awesome' => 'font-awesome(awesome,flag,font,icons,typeface)'), array('fas fa-frame' => 'frame(artboard,crop,grid,group,viewbox)'), array('far fa-frame' => 'frame(artboard,crop,grid,group,viewbox)'), array('fal fa-frame' => 'frame(artboard,crop,grid,group,viewbox)'), array('fas fa-gallery-thumbnails' => 'gallery-thumbnails(carousel,gallery,grid,screen,view)'), array('far fa-gallery-thumbnails' => 'gallery-thumbnails(carousel,gallery,grid,screen,view)'), array('fal fa-gallery-thumbnails' => 'gallery-thumbnails(carousel,gallery,grid,screen,view)'), array('fas fa-grid' => 'grid( collection, grid,app,compact,filter,sort)'), array('far fa-grid' => 'grid( collection, grid,app,compact,filter,sort)'), array('fal fa-grid' => 'grid( collection, grid,app,compact,filter,sort)'), array('fas fa-grid-2' => 'grid-2( collection, grid,app,filter,sort)'), array('far fa-grid-2' => 'grid-2( collection, grid,app,filter,sort)'), array('fal fa-grid-2' => 'grid-2( collection, grid,app,filter,sort)'), array('fas fa-grid-2-plus' => 'grid-2-plus( collection, grid,add,app,filter,sort)'), array('far fa-grid-2-plus' => 'grid-2-plus( collection, grid,add,app,filter,sort)'), array('fal fa-grid-2-plus' => 'grid-2-plus( collection, grid,add,app,filter,sort)'), array('fas fa-grid-4' => 'grid-4( collection, grid,app,compact,filter,sort)'), array('far fa-grid-4' => 'grid-4( collection, grid,app,compact,filter,sort)'), array('fal fa-grid-4' => 'grid-4( collection, grid,app,compact,filter,sort)'), array('fas fa-grid-5' => 'grid-5( collection, grid,app,compact,filter,sort)'), array('far fa-grid-5' => 'grid-5( collection, grid,app,compact,filter,sort)'), array('fal fa-grid-5' => 'grid-5( collection, grid,app,compact,filter,sort)'), array('fas fa-grid-dividers' => 'grid-dividers( collection, grid,app,grid,line,square)'), array('far fa-grid-dividers' => 'grid-dividers( collection, grid,app,grid,line,square)'), array('fal fa-grid-dividers' => 'grid-dividers( collection, grid,app,grid,line,square)'), array('fas fa-grid-round' => 'grid-round( grid, app, collection, filter, sort)'), array('far fa-grid-round' => 'grid-round( grid, app, collection, filter, sort)'), array('fal fa-grid-round' => 'grid-round( grid, app, collection, filter, sort)'), array('fas fa-grid-round-2' => 'grid-round-2( grid, app, collection, filter, sort)'), array('far fa-grid-round-2' => 'grid-round-2( grid, app, collection, filter, sort)'), array('fal fa-grid-round-2' => 'grid-round-2( grid, app, collection, filter, sort)'), array('fas fa-grid-round-2-plus' => 'grid-round-2-plus( grid, add, app, collection, filter, sort)'), array('far fa-grid-round-2-plus' => 'grid-round-2-plus( grid, add, app, collection, filter, sort)'), array('fal fa-grid-round-2-plus' => 'grid-round-2-plus( grid, add, app, collection, filter, sort)'), array('fas fa-grid-round-4' => 'grid-round-4( grid, app, collection, filter, sort)'), array('far fa-grid-round-4' => 'grid-round-4( grid, app, collection, filter, sort)'), array('fal fa-grid-round-4' => 'grid-round-4( grid, app, collection, filter, sort)'), array('fas fa-grid-round-5' => 'grid-round-5( grid, app, collection, filter, sort)'), array('far fa-grid-round-5' => 'grid-round-5( grid, app, collection, filter, sort)'), array('fal fa-grid-round-5' => 'grid-round-5( grid, app, collection, filter, sort)'), array('fas fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('far fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('fal fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('fas fa-highlighter' => 'highlighter(edit,marker,modify,sharpie,update,write)'), array('far fa-highlighter' => 'highlighter(edit,marker,modify,sharpie,update,write)'), array('fal fa-highlighter' => 'highlighter(edit,marker,modify,sharpie,update,write)'), array('fas fa-highlighter-line' => 'highlighter-line(highlight,marker,select)'), array('far fa-highlighter-line' => 'highlighter-line(highlight,marker,select)'), array('fal fa-highlighter-line' => 'highlighter-line(highlight,marker,select)'), array('fas fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('far fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('fal fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('fas fa-image-polaroid' => 'image-polaroid(capture,film,img,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('far fa-image-polaroid' => 'image-polaroid(capture,film,img,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('fal fa-image-polaroid' => 'image-polaroid(capture,film,img,instant camera,lens,photo,photography,retro,snapshot,vintage)'), array('fas fa-lasso' => 'lasso(cowboy,rodeo,rope,select,selection,western)'), array('far fa-lasso' => 'lasso(cowboy,rodeo,rope,select,selection,western)'), array('fal fa-lasso' => 'lasso(cowboy,rodeo,rope,select,selection,western)'), array('fas fa-lasso-sparkles' => 'lasso-sparkles(automatic,cowboy,magic,select)'), array('far fa-lasso-sparkles' => 'lasso-sparkles(automatic,cowboy,magic,select)'), array('fal fa-lasso-sparkles' => 'lasso-sparkles(automatic,cowboy,magic,select)'), array('fas fa-layer-group' => 'layer-group(arrange,category,develop,layers,map,platform,stack)'), array('far fa-layer-group' => 'layer-group(arrange,category,develop,layers,map,platform,stack)'), array('fal fa-layer-group' => 'layer-group(arrange,category,develop,layers,map,platform,stack)'), array('fas fa-layer-minus' => 'layer-minus(arrange,delete,layers,negative,platform,remove,stack)'), array('far fa-layer-minus' => 'layer-minus(arrange,delete,layers,negative,platform,remove,stack)'), array('fal fa-layer-minus' => 'layer-minus(arrange,delete,layers,negative,platform,remove,stack)'), array('fas fa-layer-plus' => 'layer-plus(add,arrange,create,layers,new,platform,positive,stack)'), array('far fa-layer-plus' => 'layer-plus(add,arrange,create,layers,new,platform,positive,stack)'), array('fal fa-layer-plus' => 'layer-plus(add,arrange,create,layers,new,platform,positive,stack)'), array('fas fa-lines-leaning' => 'lines-leaning(canted,domino,falling,resilience,resilient,tipped)'), array('far fa-lines-leaning' => 'lines-leaning(canted,domino,falling,resilience,resilient,tipped)'), array('fal fa-lines-leaning' => 'lines-leaning(canted,domino,falling,resilience,resilient,tipped)'), array('fas fa-marker' => 'marker(design,edit,modify,sharpie,update,write)'), array('far fa-marker' => 'marker(design,edit,modify,sharpie,update,write)'), array('fal fa-marker' => 'marker(design,edit,modify,sharpie,update,write)'), array('fas fa-notebook' => 'notebook(daybook,diary,journal,noteboo,notebook,notepad,sketch)'), array('far fa-notebook' => 'notebook(daybook,diary,journal,noteboo,notebook,notepad,sketch)'), array('fal fa-notebook' => 'notebook(daybook,diary,journal,noteboo,notebook,notepad,sketch)'), array('fas fa-object-exclude' => 'object-exclude(boolean,combine,group,join,pathfinder)'), array('far fa-object-exclude' => 'object-exclude(boolean,combine,group,join,pathfinder)'), array('fal fa-object-exclude' => 'object-exclude(boolean,combine,group,join,pathfinder)'), array('fas fa-object-group' => 'object-group(combine,copy,design,merge,select)'), array('far fa-object-group' => 'object-group(combine,copy,design,merge,select)'), array('fal fa-object-group' => 'object-group(combine,copy,design,merge,select)'), array('fas fa-object-intersect' => 'object-intersect(boolean,combine,group,join,pathfinder)'), array('far fa-object-intersect' => 'object-intersect(boolean,combine,group,join,pathfinder)'), array('fal fa-object-intersect' => 'object-intersect(boolean,combine,group,join,pathfinder)'), array('fas fa-object-subtract' => 'object-subtract(boolean,combine,group,join,pathfinder)'), array('far fa-object-subtract' => 'object-subtract(boolean,combine,group,join,pathfinder)'), array('fal fa-object-subtract' => 'object-subtract(boolean,combine,group,join,pathfinder)'), array('fas fa-object-ungroup' => 'object-ungroup(copy,design,merge,select,separate)'), array('far fa-object-ungroup' => 'object-ungroup(copy,design,merge,select,separate)'), array('fal fa-object-ungroup' => 'object-ungroup(copy,design,merge,select,separate)'), array('fas fa-object-union' => 'object-union(boolean,combine,group,join,pathfinder)'), array('far fa-object-union' => 'object-union(boolean,combine,group,join,pathfinder)'), array('fal fa-object-union' => 'object-union(boolean,combine,group,join,pathfinder)'), array('fas fa-objects-align-bottom' => 'objects-align-bottom(align,distribute,line,rectangles)'), array('far fa-objects-align-bottom' => 'objects-align-bottom(align,distribute,line,rectangles)'), array('fal fa-objects-align-bottom' => 'objects-align-bottom(align,distribute,line,rectangles)'), array('fas fa-objects-align-center-horizontal' => 'objects-align-center-horizontal(align,distribute,line,rectangles)'), array('far fa-objects-align-center-horizontal' => 'objects-align-center-horizontal(align,distribute,line,rectangles)'), array('fal fa-objects-align-center-horizontal' => 'objects-align-center-horizontal(align,distribute,line,rectangles)'), array('fas fa-objects-align-center-vertical' => 'objects-align-center-vertical(align,distribute,line,rectangles)'), array('far fa-objects-align-center-vertical' => 'objects-align-center-vertical(align,distribute,line,rectangles)'), array('fal fa-objects-align-center-vertical' => 'objects-align-center-vertical(align,distribute,line,rectangles)'), array('fas fa-objects-align-left' => 'objects-align-left(align,distribute,line,rectangles)'), array('far fa-objects-align-left' => 'objects-align-left(align,distribute,line,rectangles)'), array('fal fa-objects-align-left' => 'objects-align-left(align,distribute,line,rectangles)'), array('fas fa-objects-align-right' => 'objects-align-right(align,distribute,line,rectangles)'), array('far fa-objects-align-right' => 'objects-align-right(align,distribute,line,rectangles)'), array('fal fa-objects-align-right' => 'objects-align-right(align,distribute,line,rectangles)'), array('fas fa-objects-align-top' => 'objects-align-top(align,distribute,line,rectangles)'), array('far fa-objects-align-top' => 'objects-align-top(align,distribute,line,rectangles)'), array('fal fa-objects-align-top' => 'objects-align-top(align,distribute,line,rectangles)'), array('fas fa-objects-column' => 'objects-column(array,grid,organize,scroll,windows)'), array('far fa-objects-column' => 'objects-column(array,grid,organize,scroll,windows)'), array('fal fa-objects-column' => 'objects-column(array,grid,organize,scroll,windows)'), array('fas fa-paint-roller' => 'paint-roller(acrylic,art,brush,color,fill,maintenance,paint,pigment,watercolor)'), array('far fa-paint-roller' => 'paint-roller(acrylic,art,brush,color,fill,maintenance,paint,pigment,watercolor)'), array('fal fa-paint-roller' => 'paint-roller(acrylic,art,brush,color,fill,maintenance,paint,pigment,watercolor)'), array('fas fa-paintbrush' => 'paintbrush(acrylic,art,brush,color,fill,modify,paint,paintbrush,painting,pigment,watercolor)'), array('far fa-paintbrush' => 'paintbrush(acrylic,art,brush,color,fill,modify,paint,paintbrush,painting,pigment,watercolor)'), array('fal fa-paintbrush' => 'paintbrush(acrylic,art,brush,color,fill,modify,paint,paintbrush,painting,pigment,watercolor)'), array('fas fa-paintbrush-fine' => 'paintbrush-fine(acrylic,art,brush,color,fill,modify,paint,pigment,watercolor)'), array('far fa-paintbrush-fine' => 'paintbrush-fine(acrylic,art,brush,color,fill,modify,paint,pigment,watercolor)'), array('fal fa-paintbrush-fine' => 'paintbrush-fine(acrylic,art,brush,color,fill,modify,paint,pigment,watercolor)'), array('fas fa-paintbrush-pencil' => 'paintbrush-pencil(art,creative,modify)'), array('far fa-paintbrush-pencil' => 'paintbrush-pencil(art,creative,modify)'), array('fal fa-paintbrush-pencil' => 'paintbrush-pencil(art,creative,modify)'), array('fas fa-palette' => 'palette(acrylic,art,artist palette,brush,color,fill,museum,paint,painting,palette,pigment,watercolor)'), array('far fa-palette' => 'palette(acrylic,art,artist palette,brush,color,fill,museum,paint,painting,palette,pigment,watercolor)'), array('fal fa-palette' => 'palette(acrylic,art,artist palette,brush,color,fill,museum,paint,painting,palette,pigment,watercolor)'), array('fas fa-paste' => 'paste(clipboard,copy,document,paper)'), array('far fa-paste' => 'paste(clipboard,copy,document,paper)'), array('fal fa-paste' => 'paste(clipboard,copy,document,paper)'), array('fas fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('far fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('fal fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('fas fa-pen-circle' => 'pen-circle(draw,edit,modify,pencil,write)'), array('far fa-pen-circle' => 'pen-circle(draw,edit,modify,pencil,write)'), array('fal fa-pen-circle' => 'pen-circle(draw,edit,modify,pencil,write)'), array('fas fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('far fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('fal fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('fas fa-pen-fancy' => 'pen-fancy(black nib,design,edit,fountain,fountain pen,modify,nib,pen,update,write)'), array('far fa-pen-fancy' => 'pen-fancy(black nib,design,edit,fountain,fountain pen,modify,nib,pen,update,write)'), array('fal fa-pen-fancy' => 'pen-fancy(black nib,design,edit,fountain,fountain pen,modify,nib,pen,update,write)'), array('fas fa-pen-nib' => 'pen-nib(design,edit,fountain pen,modify,update,write)'), array('far fa-pen-nib' => 'pen-nib(design,edit,fountain pen,modify,update,write)'), array('fal fa-pen-nib' => 'pen-nib(design,edit,fountain pen,modify,update,write)'), array('fas fa-pen-nib-slash' => 'pen-nib-slash(design,disabled,edit,fountain pen,modify,update,write)'), array('far fa-pen-nib-slash' => 'pen-nib-slash(design,disabled,edit,fountain pen,modify,update,write)'), array('fal fa-pen-nib-slash' => 'pen-nib-slash(design,disabled,edit,fountain pen,modify,update,write)'), array('fas fa-pen-ruler' => 'pen-ruler(design,draft,draw,maintenance,modify,pencil)'), array('far fa-pen-ruler' => 'pen-ruler(design,draft,draw,maintenance,modify,pencil)'), array('fal fa-pen-ruler' => 'pen-ruler(design,draft,draw,maintenance,modify,pencil)'), array('fas fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('far fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('fal fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('fas fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('far fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('fal fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('fas fa-pencil-mechanical' => 'pencil-mechanical(draw,edit,eraser,graphite,lead,pencil,stylus,write)'), array('far fa-pencil-mechanical' => 'pencil-mechanical(draw,edit,eraser,graphite,lead,pencil,stylus,write)'), array('fal fa-pencil-mechanical' => 'pencil-mechanical(draw,edit,eraser,graphite,lead,pencil,stylus,write)'), array('fas fa-rectangle-pro' => 'rectangle-pro(professional)'), array('far fa-rectangle-pro' => 'rectangle-pro(professional)'), array('fal fa-rectangle-pro' => 'rectangle-pro(professional)'), array('fas fa-rectangles-mixed' => 'rectangles-mixed(mission control,random,sizing)'), array('far fa-rectangles-mixed' => 'rectangles-mixed(mission control,random,sizing)'), array('fal fa-rectangles-mixed' => 'rectangles-mixed(mission control,random,sizing)'), array('fas fa-reflect-both' => 'reflect-both( exchange, flip, inverse, invert, negative, reflect, horizontal, swap, tool, edit, mirror,target,vertical)'), array('far fa-reflect-both' => 'reflect-both( exchange, flip, inverse, invert, negative, reflect, horizontal, swap, tool, edit, mirror,target,vertical)'), array('fal fa-reflect-both' => 'reflect-both( exchange, flip, inverse, invert, negative, reflect, horizontal, swap, tool, edit, mirror,target,vertical)'), array('fas fa-reflect-horizontal' => 'reflect-horizontal( exchange, flip, horizontal, inverse, invert, negative, reflect, swap, tool,edit,mirror)'), array('far fa-reflect-horizontal' => 'reflect-horizontal( exchange, flip, horizontal, inverse, invert, negative, reflect, swap, tool,edit,mirror)'), array('fal fa-reflect-horizontal' => 'reflect-horizontal( exchange, flip, horizontal, inverse, invert, negative, reflect, swap, tool,edit,mirror)'), array('fas fa-reflect-vertical' => 'reflect-vertical( exchange, flip, inverse, invert, negative, reflect, swap, tool, edit,mirror,vertical)'), array('far fa-reflect-vertical' => 'reflect-vertical( exchange, flip, inverse, invert, negative, reflect, swap, tool, edit,mirror,vertical)'), array('fal fa-reflect-vertical' => 'reflect-vertical( exchange, flip, inverse, invert, negative, reflect, swap, tool, edit,mirror,vertical)'), array('fas fa-ruler-combined' => 'ruler-combined(design,draft,length,measure,planning)'), array('far fa-ruler-combined' => 'ruler-combined(design,draft,length,measure,planning)'), array('fal fa-ruler-combined' => 'ruler-combined(design,draft,length,measure,planning)'), array('fas fa-ruler-horizontal' => 'ruler-horizontal(design,draft,length,measure,planning)'), array('far fa-ruler-horizontal' => 'ruler-horizontal(design,draft,length,measure,planning)'), array('fal fa-ruler-horizontal' => 'ruler-horizontal(design,draft,length,measure,planning)'), array('fas fa-ruler-vertical' => 'ruler-vertical(design,draft,length,measure,planning)'), array('far fa-ruler-vertical' => 'ruler-vertical(design,draft,length,measure,planning)'), array('fal fa-ruler-vertical' => 'ruler-vertical(design,draft,length,measure,planning)'), array('fas fa-scanner-image' => 'scanner-image(copy,device,digitize,image,img,import)'), array('far fa-scanner-image' => 'scanner-image(copy,device,digitize,image,img,import)'), array('fal fa-scanner-image' => 'scanner-image(copy,device,digitize,image,img,import)'), array('fas fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), array('far fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), array('fal fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), array('fas fa-scribble' => 'scribble(doodle,draw,line,road,scrawl,switchback)'), array('far fa-scribble' => 'scribble(doodle,draw,line,road,scrawl,switchback)'), array('fal fa-scribble' => 'scribble(doodle,draw,line,road,scrawl,switchback)'), array('fas fa-send-back' => 'send-back(arrange,backward,layer,order,stack)'), array('far fa-send-back' => 'send-back(arrange,backward,layer,order,stack)'), array('fal fa-send-back' => 'send-back(arrange,backward,layer,order,stack)'), array('fas fa-send-backward' => 'send-backward(arrange,back,layer,order,stack)'), array('far fa-send-backward' => 'send-backward(arrange,back,layer,order,stack)'), array('fal fa-send-backward' => 'send-backward(arrange,back,layer,order,stack)'), array('fas fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('far fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('fal fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('fas fa-splotch' => 'splotch(Ink,blob,blotch,glob,stain)'), array('far fa-splotch' => 'splotch(Ink,blob,blotch,glob,stain)'), array('fal fa-splotch' => 'splotch(Ink,blob,blotch,glob,stain)'), array('fas fa-spray-can' => 'spray-can(Paint,aerosol,design,graffiti,tag)'), array('far fa-spray-can' => 'spray-can(Paint,aerosol,design,graffiti,tag)'), array('fal fa-spray-can' => 'spray-can(Paint,aerosol,design,graffiti,tag)'), array('fas fa-square-dashed' => 'square-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('far fa-square-dashed' => 'square-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fal fa-square-dashed' => 'square-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fas fa-square-dashed-circle-plus' => 'square-dashed-circle-plus(add,copy,dotted,modifier,new,select,selection)'), array('far fa-square-dashed-circle-plus' => 'square-dashed-circle-plus(add,copy,dotted,modifier,new,select,selection)'), array('fal fa-square-dashed-circle-plus' => 'square-dashed-circle-plus(add,copy,dotted,modifier,new,select,selection)'), array('fas fa-stamp' => 'stamp(art,certificate,imprint,rubber,seal)'), array('far fa-stamp' => 'stamp(art,certificate,imprint,rubber,seal)'), array('fal fa-stamp' => 'stamp(art,certificate,imprint,rubber,seal)'), array('fas fa-stapler' => 'stapler(desktop,milton,office,paperclip,staple)'), array('far fa-stapler' => 'stapler(desktop,milton,office,paperclip,staple)'), array('fal fa-stapler' => 'stapler(desktop,milton,office,paperclip,staple)'), array('fas fa-swatchbook' => 'swatchbook(Pantone,color,design,hue,palette)'), array('far fa-swatchbook' => 'swatchbook(Pantone,color,design,hue,palette)'), array('fal fa-swatchbook' => 'swatchbook(Pantone,color,design,hue,palette)'), array('fas fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('far fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('fal fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('fas fa-vector-circle' => 'vector-circle(anchors,lines,objects,render,shape)'), array('far fa-vector-circle' => 'vector-circle(anchors,lines,objects,render,shape)'), array('fal fa-vector-circle' => 'vector-circle(anchors,lines,objects,render,shape)'), array('fas fa-vector-polygon' => 'vector-polygon(anchors,lines,objects,render,shape)'), array('far fa-vector-polygon' => 'vector-polygon(anchors,lines,objects,render,shape)'), array('fal fa-vector-polygon' => 'vector-polygon(anchors,lines,objects,render,shape)'), array('fas fa-vector-square' => 'vector-square(anchors,lines,object,render,shape)'), array('far fa-vector-square' => 'vector-square(anchors,lines,object,render,shape)'), array('fal fa-vector-square' => 'vector-square(anchors,lines,object,render,shape)'), array('fas fa-wand-magic' => 'wand-magic(autocomplete,automatic,mage,magic,spell,wand,witch,wizard)'), array('far fa-wand-magic' => 'wand-magic(autocomplete,automatic,mage,magic,spell,wand,witch,wizard)'), array('fal fa-wand-magic' => 'wand-magic(autocomplete,automatic,mage,magic,spell,wand,witch,wizard)'), array('fas fa-wand-magic-sparkles' => 'wand-magic-sparkles(auto,magic,magic wand,trick,witch,wizard)'), array('far fa-wand-magic-sparkles' => 'wand-magic-sparkles(auto,magic,magic wand,trick,witch,wizard)'), array('fal fa-wand-magic-sparkles' => 'wand-magic-sparkles(auto,magic,magic wand,trick,witch,wizard)'), array('fas fa-web-awesome' => 'web-awesome( coding, components, crown, web,awesome)'), array('far fa-web-awesome' => 'web-awesome( coding, components, crown, web,awesome)'), array('fal fa-web-awesome' => 'web-awesome( coding, components, crown, web,awesome)'), array('fab fa-web-awesome' => 'web-awesome( coding, components, crown, web,awesome)'), array('fas fa-wrench-simple' => 'wrench-simple(configuration,equipment,maintenance,modify,settings,tool)'), array('far fa-wrench-simple' => 'wrench-simple(configuration,equipment,maintenance,modify,settings,tool)'), array('fal fa-wrench-simple' => 'wrench-simple(configuration,equipment,maintenance,modify,settings,tool)'), ), 'Connectivity' => array( array('fas fa-bluetooth' => 'bluetooth(signal)'), array('far fa-bluetooth' => 'bluetooth(signal)'), array('fal fa-bluetooth' => 'bluetooth(signal)'), array('fab fa-bluetooth' => 'bluetooth(signal)'), array('fas fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('far fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('fal fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('fas fa-circle-wifi' => 'circle-wifi( connection, hotspot, internet, network, wireless,signal,www)'), array('far fa-circle-wifi' => 'circle-wifi( connection, hotspot, internet, network, wireless,signal,www)'), array('fal fa-circle-wifi' => 'circle-wifi( connection, hotspot, internet, network, wireless,signal,www)'), array('fas fa-circle-wifi-circle-wifi' => 'circle-wifi-circle-wifi( connection, hotspot, internet, network, wireless, group, pair, www,signal)'), array('far fa-circle-wifi-circle-wifi' => 'circle-wifi-circle-wifi( connection, hotspot, internet, network, wireless, group, pair, www,signal)'), array('fal fa-circle-wifi-circle-wifi' => 'circle-wifi-circle-wifi( connection, hotspot, internet, network, wireless, group, pair, www,signal)'), array('fas fa-cloud' => 'cloud(atmosphere,cloud,fog,overcast,save,upload,weather)'), array('far fa-cloud' => 'cloud(atmosphere,cloud,fog,overcast,save,upload,weather)'), array('fal fa-cloud' => 'cloud(atmosphere,cloud,fog,overcast,save,upload,weather)'), array('fas fa-cloud-arrow-down' => 'cloud-arrow-down(download,export,save)'), array('far fa-cloud-arrow-down' => 'cloud-arrow-down(download,export,save)'), array('fal fa-cloud-arrow-down' => 'cloud-arrow-down(download,export,save)'), array('fas fa-cloud-arrow-up' => 'cloud-arrow-up(import,save,upgrade,upload)'), array('far fa-cloud-arrow-up' => 'cloud-arrow-up(import,save,upgrade,upload)'), array('fal fa-cloud-arrow-up' => 'cloud-arrow-up(import,save,upgrade,upload)'), array('fas fa-cloud-check' => 'cloud-check(enable,success,upload,validate,verify,working)'), array('far fa-cloud-check' => 'cloud-check(enable,success,upload,validate,verify,working)'), array('fal fa-cloud-check' => 'cloud-check(enable,success,upload,validate,verify,working)'), array('fas fa-cloud-exclamation' => 'cloud-exclamation( error,alert,cloud,connection,failed,online,warning,wifi)'), array('far fa-cloud-exclamation' => 'cloud-exclamation( error,alert,cloud,connection,failed,online,warning,wifi)'), array('fal fa-cloud-exclamation' => 'cloud-exclamation( error,alert,cloud,connection,failed,online,warning,wifi)'), array('fas fa-cloud-minus' => 'cloud-minus(remove,subtract)'), array('far fa-cloud-minus' => 'cloud-minus(remove,subtract)'), array('fal fa-cloud-minus' => 'cloud-minus(remove,subtract)'), array('fas fa-cloud-plus' => 'cloud-plus( upload,add,new)'), array('far fa-cloud-plus' => 'cloud-plus( upload,add,new)'), array('fal fa-cloud-plus' => 'cloud-plus( upload,add,new)'), array('fas fa-cloud-question' => 'cloud-question(alert,connection,faq,help,online,question,support,wifi)'), array('far fa-cloud-question' => 'cloud-question(alert,connection,faq,help,online,question,support,wifi)'), array('fal fa-cloud-question' => 'cloud-question(alert,connection,faq,help,online,question,support,wifi)'), array('fas fa-cloud-slash' => 'cloud-slash(connection,disabled,internet)'), array('far fa-cloud-slash' => 'cloud-slash(connection,disabled,internet)'), array('fal fa-cloud-slash' => 'cloud-slash(connection,disabled,internet)'), array('fas fa-cloud-xmark' => 'cloud-xmark(cancel,remove,uncheck)'), array('far fa-cloud-xmark' => 'cloud-xmark(cancel,remove,uncheck)'), array('fal fa-cloud-xmark' => 'cloud-xmark(cancel,remove,uncheck)'), array('fas fa-ethernet' => 'ethernet(cable,cat 5,cat 6,connection,hardware,internet,network,wired)'), array('far fa-ethernet' => 'ethernet(cable,cat 5,cat 6,connection,hardware,internet,network,wired)'), array('fal fa-ethernet' => 'ethernet(cable,cat 5,cat 6,connection,hardware,internet,network,wired)'), array('fas fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('far fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('fal fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('fas fa-globe-pointer' => 'globe-pointer( World Wide Web, find, globe, search, www,cyberspace,internet,link,net,website)'), array('far fa-globe-pointer' => 'globe-pointer( World Wide Web, find, globe, search, www,cyberspace,internet,link,net,website)'), array('fal fa-globe-pointer' => 'globe-pointer( World Wide Web, find, globe, search, www,cyberspace,internet,link,net,website)'), array('fas fa-globe-wifi' => 'globe-wifi(communication,internet,ip address,network,web,world)'), array('far fa-globe-wifi' => 'globe-wifi(communication,internet,ip address,network,web,world)'), array('fal fa-globe-wifi' => 'globe-wifi(communication,internet,ip address,network,web,world)'), array('fas fa-house-signal' => 'house-signal(abode,building,connect,family,home,residence,smart home,wifi,www)'), array('far fa-house-signal' => 'house-signal(abode,building,connect,family,home,residence,smart home,wifi,www)'), array('fal fa-house-signal' => 'house-signal(abode,building,connect,family,home,residence,smart home,wifi,www)'), array('fas fa-link-horizontal' => 'link-horizontal(attachment,chain,hotspot)'), array('far fa-link-horizontal' => 'link-horizontal(attachment,chain,hotspot)'), array('fal fa-link-horizontal' => 'link-horizontal(attachment,chain,hotspot)'), array('fas fa-link-horizontal-slash' => 'link-horizontal-slash(attachment,chain,disabled,disconnect,hotspot)'), array('far fa-link-horizontal-slash' => 'link-horizontal-slash(attachment,chain,disabled,disconnect,hotspot)'), array('fal fa-link-horizontal-slash' => 'link-horizontal-slash(attachment,chain,disabled,disconnect,hotspot)'), array('fas fa-mobile-signal' => 'mobile-signal(android,iphone,nfc,scan)'), array('far fa-mobile-signal' => 'mobile-signal(android,iphone,nfc,scan)'), array('fal fa-mobile-signal' => 'mobile-signal(android,iphone,nfc,scan)'), array('fas fa-mobile-signal-out' => 'mobile-signal-out(android,iphone,nfc,scan)'), array('far fa-mobile-signal-out' => 'mobile-signal-out(android,iphone,nfc,scan)'), array('fal fa-mobile-signal-out' => 'mobile-signal-out(android,iphone,nfc,scan)'), array('fas fa-nfc-signal' => 'nfc-signal(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('far fa-nfc-signal' => 'nfc-signal(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fal fa-nfc-signal' => 'nfc-signal(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fas fa-rss' => 'rss(blog,feed,journal,news,writing)'), array('far fa-rss' => 'rss(blog,feed,journal,news,writing)'), array('fal fa-rss' => 'rss(blog,feed,journal,news,writing)'), array('fas fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('far fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('fal fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('fas fa-signal' => 'signal(antenna,antenna bars,bar,bars,cell,graph,mobile,online,phone,reception,status)'), array('far fa-signal' => 'signal(antenna,antenna bars,bar,bars,cell,graph,mobile,online,phone,reception,status)'), array('fal fa-signal' => 'signal(antenna,antenna bars,bar,bars,cell,graph,mobile,online,phone,reception,status)'), array('fas fa-signal-bars' => 'signal-bars(bars,graph,online,reception,status)'), array('far fa-signal-bars' => 'signal-bars(bars,graph,online,reception,status)'), array('fal fa-signal-bars' => 'signal-bars(bars,graph,online,reception,status)'), array('fas fa-signal-bars-fair' => 'signal-bars-fair(bars,graph,online,reception,status)'), array('far fa-signal-bars-fair' => 'signal-bars-fair(bars,graph,online,reception,status)'), array('fal fa-signal-bars-fair' => 'signal-bars-fair(bars,graph,online,reception,status)'), array('fas fa-signal-bars-good' => 'signal-bars-good(bars,graph,online,reception,status)'), array('far fa-signal-bars-good' => 'signal-bars-good(bars,graph,online,reception,status)'), array('fal fa-signal-bars-good' => 'signal-bars-good(bars,graph,online,reception,status)'), array('fas fa-signal-bars-slash' => 'signal-bars-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('far fa-signal-bars-slash' => 'signal-bars-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('fal fa-signal-bars-slash' => 'signal-bars-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('fas fa-signal-bars-weak' => 'signal-bars-weak(bars,graph,online,reception,status)'), array('far fa-signal-bars-weak' => 'signal-bars-weak(bars,graph,online,reception,status)'), array('fal fa-signal-bars-weak' => 'signal-bars-weak(bars,graph,online,reception,status)'), array('fas fa-signal-fair' => 'signal-fair(bars,graph,online,reception,status)'), array('far fa-signal-fair' => 'signal-fair(bars,graph,online,reception,status)'), array('fal fa-signal-fair' => 'signal-fair(bars,graph,online,reception,status)'), array('fas fa-signal-good' => 'signal-good(bars,graph,online,reception,status)'), array('far fa-signal-good' => 'signal-good(bars,graph,online,reception,status)'), array('fal fa-signal-good' => 'signal-good(bars,graph,online,reception,status)'), array('fas fa-signal-slash' => 'signal-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('far fa-signal-slash' => 'signal-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('fal fa-signal-slash' => 'signal-slash(bars,disabled,disconnect,graph,online,reception,status)'), array('fas fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('far fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fal fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fas fa-signal-stream-slash' => 'signal-stream-slash(disabled,disconnect,podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('far fa-signal-stream-slash' => 'signal-stream-slash(disabled,disconnect,podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fal fa-signal-stream-slash' => 'signal-stream-slash(disabled,disconnect,podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fas fa-signal-strong' => 'signal-strong(bars,graph,online,reception,status)'), array('far fa-signal-strong' => 'signal-strong(bars,graph,online,reception,status)'), array('fal fa-signal-strong' => 'signal-strong(bars,graph,online,reception,status)'), array('fas fa-signal-weak' => 'signal-weak(bars,graph,online,reception,status)'), array('far fa-signal-weak' => 'signal-weak(bars,graph,online,reception,status)'), array('fal fa-signal-weak' => 'signal-weak(bars,graph,online,reception,status)'), array('fas fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('far fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('fal fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('fas fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('far fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('fal fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('fas fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('far fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('fal fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('fas fa-wifi-exclamation' => 'wifi-exclamation(attention,connection,fail,failed,internet,wireless,www)'), array('far fa-wifi-exclamation' => 'wifi-exclamation(attention,connection,fail,failed,internet,wireless,www)'), array('fal fa-wifi-exclamation' => 'wifi-exclamation(attention,connection,fail,failed,internet,wireless,www)'), array('fas fa-wifi-fair' => 'wifi-fair(average,connection,hotspot,internet,network,signal,wireless,www)'), array('far fa-wifi-fair' => 'wifi-fair(average,connection,hotspot,internet,network,signal,wireless,www)'), array('fal fa-wifi-fair' => 'wifi-fair(average,connection,hotspot,internet,network,signal,wireless,www)'), array('fas fa-wifi-weak' => 'wifi-weak(connection,hotspot,internet,network,signal,weak,wireless,www)'), array('far fa-wifi-weak' => 'wifi-weak(connection,hotspot,internet,network,signal,weak,wireless,www)'), array('fal fa-wifi-weak' => 'wifi-weak(connection,hotspot,internet,network,signal,weak,wireless,www)'), ), 'Gaming' => array( array('fas fa-alien-8bit' => 'alien-8bit(ET,alien,alien monster,creature,extraterrestrial,face,humanoid,monster,space,space invader,strange,ufo,video game)'), array('far fa-alien-8bit' => 'alien-8bit(ET,alien,alien monster,creature,extraterrestrial,face,humanoid,monster,space,space invader,strange,ufo,video game)'), array('fal fa-alien-8bit' => 'alien-8bit(ET,alien,alien monster,creature,extraterrestrial,face,humanoid,monster,space,space invader,strange,ufo,video game)'), array('fas fa-axe-battle' => 'axe-battle(Dungeons & Dragons,barbarian,d&d,dnd,fantasy,gimli,lumberjack,melee attack)'), array('far fa-axe-battle' => 'axe-battle(Dungeons & Dragons,barbarian,d&d,dnd,fantasy,gimli,lumberjack,melee attack)'), array('fal fa-axe-battle' => 'axe-battle(Dungeons & Dragons,barbarian,d&d,dnd,fantasy,gimli,lumberjack,melee attack)'), array('fas fa-block' => 'block(block,brick,empty,mystery,super mario)'), array('far fa-block' => 'block(block,brick,empty,mystery,super mario)'), array('fal fa-block' => 'block(block,brick,empty,mystery,super mario)'), array('fas fa-block-brick' => 'block-brick(block,brick,mortar,super mario,wall)'), array('far fa-block-brick' => 'block-brick(block,brick,mortar,super mario,wall)'), array('fal fa-block-brick' => 'block-brick(block,brick,mortar,super mario,wall)'), array('fas fa-block-question' => 'block-question(block,brick,mystery,prize,question,super mario)'), array('far fa-block-question' => 'block-question(block,brick,mystery,prize,question,super mario)'), array('fal fa-block-question' => 'block-question(block,brick,mystery,prize,question,super mario)'), array('fas fa-book-skull' => 'book-skull(Dungeons & Dragons,crossbones,d&d,dark arts,death,dnd,documentation,evil,fantasy,halloween,holiday,library,necronomicon,read,research,skull,spell)'), array('far fa-book-skull' => 'book-skull(Dungeons & Dragons,crossbones,d&d,dark arts,death,dnd,documentation,evil,fantasy,halloween,holiday,library,necronomicon,read,research,skull,spell)'), array('fal fa-book-skull' => 'book-skull(Dungeons & Dragons,crossbones,d&d,dark arts,death,dnd,documentation,evil,fantasy,halloween,holiday,library,necronomicon,read,research,skull,spell)'), array('fas fa-book-sparkles' => 'book-sparkles(Dungeons & Dragons,d&d,dark arts,dnd,documentation,evil,fantasy,halloween,holiday,library,mage,magic,read,research,sorcery,voodoo,witch,wizard)'), array('far fa-book-sparkles' => 'book-sparkles(Dungeons & Dragons,d&d,dark arts,dnd,documentation,evil,fantasy,halloween,holiday,library,mage,magic,read,research,sorcery,voodoo,witch,wizard)'), array('fal fa-book-sparkles' => 'book-sparkles(Dungeons & Dragons,d&d,dark arts,dnd,documentation,evil,fantasy,halloween,holiday,library,mage,magic,read,research,sorcery,voodoo,witch,wizard)'), array('fas fa-bow-arrow' => 'bow-arrow(Dungeons & Dragons,Sagittarius,archer,archery,arrow,bow,bow and arrow,d&d,dnd,fantasy,legolas,ranged attack,ranger,weapon,zodiac)'), array('far fa-bow-arrow' => 'bow-arrow(Dungeons & Dragons,Sagittarius,archer,archery,arrow,bow,bow and arrow,d&d,dnd,fantasy,legolas,ranged attack,ranger,weapon,zodiac)'), array('fal fa-bow-arrow' => 'bow-arrow(Dungeons & Dragons,Sagittarius,archer,archery,arrow,bow,bow and arrow,d&d,dnd,fantasy,legolas,ranged attack,ranger,weapon,zodiac)'), array('fas fa-campfire' => 'campfire(Dungeons & Dragons,caliente,campaign,camping,d&d,dnd,fall,fire,flame,gathering,heat,hot,meeting,outdoors,seasonal,tent,wilderness)'), array('far fa-campfire' => 'campfire(Dungeons & Dragons,caliente,campaign,camping,d&d,dnd,fall,fire,flame,gathering,heat,hot,meeting,outdoors,seasonal,tent,wilderness)'), array('fal fa-campfire' => 'campfire(Dungeons & Dragons,caliente,campaign,camping,d&d,dnd,fall,fire,flame,gathering,heat,hot,meeting,outdoors,seasonal,tent,wilderness)'), array('fas fa-card-club' => 'card-club(ace,card,gamble,playing card,poker,suit)'), array('far fa-card-club' => 'card-club(ace,card,gamble,playing card,poker,suit)'), array('fal fa-card-club' => 'card-club(ace,card,gamble,playing card,poker,suit)'), array('fas fa-card-diamond' => 'card-diamond(ace,card,gamble,playing card,poker,suit)'), array('far fa-card-diamond' => 'card-diamond(ace,card,gamble,playing card,poker,suit)'), array('fal fa-card-diamond' => 'card-diamond(ace,card,gamble,playing card,poker,suit)'), array('fas fa-card-heart' => 'card-heart(ace,card,gamble,playing card,poker,suit,wishlist)'), array('far fa-card-heart' => 'card-heart(ace,card,gamble,playing card,poker,suit,wishlist)'), array('fal fa-card-heart' => 'card-heart(ace,card,gamble,playing card,poker,suit,wishlist)'), array('fas fa-card-spade' => 'card-spade(ace,card,gamble,playing card,poker,suit)'), array('far fa-card-spade' => 'card-spade(ace,card,gamble,playing card,poker,suit)'), array('fal fa-card-spade' => 'card-spade(ace,card,gamble,playing card,poker,suit)'), array('fas fa-cards' => 'cards(ace,card,gamble,playing card,poker,suit)'), array('far fa-cards' => 'cards(ace,card,gamble,playing card,poker,suit)'), array('fal fa-cards' => 'cards(ace,card,gamble,playing card,poker,suit)'), array('fas fa-cards-blank' => 'cards-blank(card,magic the gathering,mtg,playing card,pokemon)'), array('far fa-cards-blank' => 'cards-blank(card,magic the gathering,mtg,playing card,pokemon)'), array('fal fa-cards-blank' => 'cards-blank(card,magic the gathering,mtg,playing card,pokemon)'), array('fas fa-chess' => 'chess(board,castle,checkmate,game,king,rook,strategy,tournament)'), array('far fa-chess' => 'chess(board,castle,checkmate,game,king,rook,strategy,tournament)'), array('fal fa-chess' => 'chess(board,castle,checkmate,game,king,rook,strategy,tournament)'), array('fas fa-chess-bishop' => 'chess-bishop(Black Chess Bishop,board,checkmate,game,strategy)'), array('far fa-chess-bishop' => 'chess-bishop(Black Chess Bishop,board,checkmate,game,strategy)'), array('fal fa-chess-bishop' => 'chess-bishop(Black Chess Bishop,board,checkmate,game,strategy)'), array('fas fa-chess-bishop-piece' => 'chess-bishop-piece(board,checkmate,game,strategy)'), array('far fa-chess-bishop-piece' => 'chess-bishop-piece(board,checkmate,game,strategy)'), array('fal fa-chess-bishop-piece' => 'chess-bishop-piece(board,checkmate,game,strategy)'), array('fas fa-chess-board' => 'chess-board(board,checkmate,game,strategy)'), array('far fa-chess-board' => 'chess-board(board,checkmate,game,strategy)'), array('fal fa-chess-board' => 'chess-board(board,checkmate,game,strategy)'), array('fas fa-chess-clock' => 'chess-clock(board,checkmate,game,strategy,timer,tournament)'), array('far fa-chess-clock' => 'chess-clock(board,checkmate,game,strategy,timer,tournament)'), array('fal fa-chess-clock' => 'chess-clock(board,checkmate,game,strategy,timer,tournament)'), array('fas fa-chess-clock-flip' => 'chess-clock-flip(board,checkmate,game,strategy,timer,tournament)'), array('far fa-chess-clock-flip' => 'chess-clock-flip(board,checkmate,game,strategy,timer,tournament)'), array('fal fa-chess-clock-flip' => 'chess-clock-flip(board,checkmate,game,strategy,timer,tournament)'), array('fas fa-chess-king' => 'chess-king(Black Chess King,board,checkmate,game,strategy)'), array('far fa-chess-king' => 'chess-king(Black Chess King,board,checkmate,game,strategy)'), array('fal fa-chess-king' => 'chess-king(Black Chess King,board,checkmate,game,strategy)'), array('fas fa-chess-king-piece' => 'chess-king-piece(board,checkmate,game,strategy)'), array('far fa-chess-king-piece' => 'chess-king-piece(board,checkmate,game,strategy)'), array('fal fa-chess-king-piece' => 'chess-king-piece(board,checkmate,game,strategy)'), array('fas fa-chess-knight' => 'chess-knight(Black Chess Knight,board,checkmate,game,horse,strategy)'), array('far fa-chess-knight' => 'chess-knight(Black Chess Knight,board,checkmate,game,horse,strategy)'), array('fal fa-chess-knight' => 'chess-knight(Black Chess Knight,board,checkmate,game,horse,strategy)'), array('fas fa-chess-knight-piece' => 'chess-knight-piece(board,checkmate,game,horse,strategy)'), array('far fa-chess-knight-piece' => 'chess-knight-piece(board,checkmate,game,horse,strategy)'), array('fal fa-chess-knight-piece' => 'chess-knight-piece(board,checkmate,game,horse,strategy)'), array('fas fa-chess-pawn' => 'chess-pawn(board,checkmate,chess,chess pawn,dupe,expendable,game,strategy)'), array('far fa-chess-pawn' => 'chess-pawn(board,checkmate,chess,chess pawn,dupe,expendable,game,strategy)'), array('fal fa-chess-pawn' => 'chess-pawn(board,checkmate,chess,chess pawn,dupe,expendable,game,strategy)'), array('fas fa-chess-pawn-piece' => 'chess-pawn-piece(board,checkmate,game,strategy)'), array('far fa-chess-pawn-piece' => 'chess-pawn-piece(board,checkmate,game,strategy)'), array('fal fa-chess-pawn-piece' => 'chess-pawn-piece(board,checkmate,game,strategy)'), array('fas fa-chess-queen' => 'chess-queen(Black Chess Queen,board,checkmate,game,strategy)'), array('far fa-chess-queen' => 'chess-queen(Black Chess Queen,board,checkmate,game,strategy)'), array('fal fa-chess-queen' => 'chess-queen(Black Chess Queen,board,checkmate,game,strategy)'), array('fas fa-chess-queen-piece' => 'chess-queen-piece(board,checkmate,game,strategy)'), array('far fa-chess-queen-piece' => 'chess-queen-piece(board,checkmate,game,strategy)'), array('fal fa-chess-queen-piece' => 'chess-queen-piece(board,checkmate,game,strategy)'), array('fas fa-chess-rook' => 'chess-rook(Black Chess Rook,board,castle,checkmate,game,strategy)'), array('far fa-chess-rook' => 'chess-rook(Black Chess Rook,board,castle,checkmate,game,strategy)'), array('fal fa-chess-rook' => 'chess-rook(Black Chess Rook,board,castle,checkmate,game,strategy)'), array('fas fa-chess-rook-piece' => 'chess-rook-piece(board,castle,checkmate,game,strategy)'), array('far fa-chess-rook-piece' => 'chess-rook-piece(board,castle,checkmate,game,strategy)'), array('fal fa-chess-rook-piece' => 'chess-rook-piece(board,castle,checkmate,game,strategy)'), array('fas fa-club' => 'club(ace,card,club suit,game,poker,suit)'), array('far fa-club' => 'club(ace,card,club suit,game,poker,suit)'), array('fal fa-club' => 'club(ace,card,club suit,game,poker,suit)'), array('fab fa-critical-role' => 'critical-role(Dungeons & Dragons,d&d,dnd,fantasy,game,gaming,tabletop)'), array('fas fa-crystal-ball' => 'crystal-ball(ball,crystal,crystal ball,fairy tale,fantasy,fortune,future,glass,globe,tool)'), array('far fa-crystal-ball' => 'crystal-ball(ball,crystal,crystal ball,fairy tale,fantasy,fortune,future,glass,globe,tool)'), array('fal fa-crystal-ball' => 'crystal-ball(ball,crystal,crystal ball,fairy tale,fantasy,fortune,future,glass,globe,tool)'), array('fab fa-d-and-d' => 'd-and-d'), array('fab fa-d-and-d-beyond' => 'd-and-d-beyond(Dungeons & Dragons,d&d,dnd,fantasy,gaming,tabletop)'), array('fas fa-dagger' => 'dagger(Dungeons & Dragons,blade,d&d,dnd,fantasy,melee attack,rogue,sting,weapon)'), array('far fa-dagger' => 'dagger(Dungeons & Dragons,blade,d&d,dnd,fantasy,melee attack,rogue,sting,weapon)'), array('fal fa-dagger' => 'dagger(Dungeons & Dragons,blade,d&d,dnd,fantasy,melee attack,rogue,sting,weapon)'), array('fas fa-diamond' => 'diamond(ace,card,cards,diamond suit,game,gem,gemstone,poker,suit)'), array('far fa-diamond' => 'diamond(ace,card,cards,diamond suit,game,gem,gemstone,poker,suit)'), array('fal fa-diamond' => 'diamond(ace,card,cards,diamond suit,game,gem,gemstone,poker,suit)'), array('fas fa-dice' => 'dice(chance,dice,die,gambling,game,game die,roll)'), array('far fa-dice' => 'dice(chance,dice,die,gambling,game,game die,roll)'), array('fal fa-dice' => 'dice(chance,dice,die,gambling,game,game die,roll)'), array('fas fa-dice-d10' => 'dice-d10(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('far fa-dice-d10' => 'dice-d10(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fal fa-dice-d10' => 'dice-d10(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fas fa-dice-d12' => 'dice-d12(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('far fa-dice-d12' => 'dice-d12(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fal fa-dice-d12' => 'dice-d12(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fas fa-dice-d20' => 'dice-d20(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('far fa-dice-d20' => 'dice-d20(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fal fa-dice-d20' => 'dice-d20(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fas fa-dice-d4' => 'dice-d4(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('far fa-dice-d4' => 'dice-d4(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fal fa-dice-d4' => 'dice-d4(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fas fa-dice-d6' => 'dice-d6(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('far fa-dice-d6' => 'dice-d6(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fal fa-dice-d6' => 'dice-d6(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fas fa-dice-d8' => 'dice-d8(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('far fa-dice-d8' => 'dice-d8(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fal fa-dice-d8' => 'dice-d8(Dungeons & Dragons,chance,d&d,dnd,fantasy,gambling,game,roll)'), array('fas fa-dice-five' => 'dice-five(Die Face-5,chance,gambling,game,roll)'), array('far fa-dice-five' => 'dice-five(Die Face-5,chance,gambling,game,roll)'), array('fal fa-dice-five' => 'dice-five(Die Face-5,chance,gambling,game,roll)'), array('fas fa-dice-four' => 'dice-four(Die Face-4,chance,gambling,game,roll)'), array('far fa-dice-four' => 'dice-four(Die Face-4,chance,gambling,game,roll)'), array('fal fa-dice-four' => 'dice-four(Die Face-4,chance,gambling,game,roll)'), array('fas fa-dice-one' => 'dice-one(Die Face-1,chance,gambling,game,roll)'), array('far fa-dice-one' => 'dice-one(Die Face-1,chance,gambling,game,roll)'), array('fal fa-dice-one' => 'dice-one(Die Face-1,chance,gambling,game,roll)'), array('fas fa-dice-six' => 'dice-six(Die Face-6,chance,gambling,game,roll)'), array('far fa-dice-six' => 'dice-six(Die Face-6,chance,gambling,game,roll)'), array('fal fa-dice-six' => 'dice-six(Die Face-6,chance,gambling,game,roll)'), array('fas fa-dice-three' => 'dice-three(Die Face-3,chance,gambling,game,roll)'), array('far fa-dice-three' => 'dice-three(Die Face-3,chance,gambling,game,roll)'), array('fal fa-dice-three' => 'dice-three(Die Face-3,chance,gambling,game,roll)'), array('fas fa-dice-two' => 'dice-two(Die Face-2,chance,gambling,game,roll)'), array('far fa-dice-two' => 'dice-two(Die Face-2,chance,gambling,game,roll)'), array('fal fa-dice-two' => 'dice-two(Die Face-2,chance,gambling,game,roll)'), array('fas fa-dragon' => 'dragon(Dungeons & Dragons,d&d,dnd,dragon,fairy tale,fantasy,fire,lizard,serpent)'), array('far fa-dragon' => 'dragon(Dungeons & Dragons,d&d,dnd,dragon,fairy tale,fantasy,fire,lizard,serpent)'), array('fal fa-dragon' => 'dragon(Dungeons & Dragons,d&d,dnd,dragon,fairy tale,fantasy,fire,lizard,serpent)'), array('fas fa-dreidel' => 'dreidel(clay,hanukkah,holiday,jewish,judaism,toy)'), array('far fa-dreidel' => 'dreidel(clay,hanukkah,holiday,jewish,judaism,toy)'), array('fal fa-dreidel' => 'dreidel(clay,hanukkah,holiday,jewish,judaism,toy)'), array('fas fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('far fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('fal fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('fas fa-eye-evil' => 'eye-evil(Dungeons & Dragons,d&d,dnd,fantasy,sauron,see,seen,show,sight)'), array('far fa-eye-evil' => 'eye-evil(Dungeons & Dragons,d&d,dnd,fantasy,sauron,see,seen,show,sight)'), array('fal fa-eye-evil' => 'eye-evil(Dungeons & Dragons,d&d,dnd,fantasy,sauron,see,seen,show,sight)'), array('fab fa-fantasy-flight-games' => 'fantasy-flight-games(Dungeons & Dragons,d&d,dnd,fantasy,game,gaming,tabletop)'), array('fas fa-fire-flame' => 'fire-flame(Dungeons & Dragons,caliente,d&d,dnd,fantasy,heat,hot)'), array('far fa-fire-flame' => 'fire-flame(Dungeons & Dragons,caliente,d&d,dnd,fantasy,heat,hot)'), array('fal fa-fire-flame' => 'fire-flame(Dungeons & Dragons,caliente,d&d,dnd,fantasy,heat,hot)'), array('fas fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('far fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('fal fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('fas fa-game-board' => 'game-board(checkers,chess,gaming,grid,tabletop)'), array('far fa-game-board' => 'game-board(checkers,chess,gaming,grid,tabletop)'), array('fal fa-game-board' => 'game-board(checkers,chess,gaming,grid,tabletop)'), array('fas fa-game-board-simple' => 'game-board-simple(checkers,chess,gaming,grid,tabletop)'), array('far fa-game-board-simple' => 'game-board-simple(checkers,chess,gaming,grid,tabletop)'), array('fal fa-game-board-simple' => 'game-board-simple(checkers,chess,gaming,grid,tabletop)'), array('fas fa-game-console-handheld' => 'game-console-handheld(cartridge,gameboy,nintendo,retro,video games,vintage)'), array('far fa-game-console-handheld' => 'game-console-handheld(cartridge,gameboy,nintendo,retro,video games,vintage)'), array('fal fa-game-console-handheld' => 'game-console-handheld(cartridge,gameboy,nintendo,retro,video games,vintage)'), array('fas fa-game-console-handheld-crank' => 'game-console-handheld-crank(panic,playdate,video games)'), array('far fa-game-console-handheld-crank' => 'game-console-handheld-crank(panic,playdate,video games)'), array('fal fa-game-console-handheld-crank' => 'game-console-handheld-crank(panic,playdate,video games)'), array('fas fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('far fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('fal fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('fas fa-gamepad-modern' => 'gamepad-modern(arcade,controller,d-pad,game,joystick,playstore,video,video game)'), array('far fa-gamepad-modern' => 'gamepad-modern(arcade,controller,d-pad,game,joystick,playstore,video,video game)'), array('fal fa-gamepad-modern' => 'gamepad-modern(arcade,controller,d-pad,game,joystick,playstore,video,video game)'), array('fas fa-ghost' => 'ghost(apparition,blinky,clyde,creature,face,fairy tale,fantasy,floating,ghost,halloween,holiday,inky,monster,pacman,pinky,spirit)'), array('far fa-ghost' => 'ghost(apparition,blinky,clyde,creature,face,fairy tale,fantasy,floating,ghost,halloween,holiday,inky,monster,pacman,pinky,spirit)'), array('fal fa-ghost' => 'ghost(apparition,blinky,clyde,creature,face,fairy tale,fantasy,floating,ghost,halloween,holiday,inky,monster,pacman,pinky,spirit)'), array('fas fa-hammer-war' => 'hammer-war(Dungeons & Dragons,cleric,d&d,dnd,dwarf,fantasy,melee attack,weapon)'), array('far fa-hammer-war' => 'hammer-war(Dungeons & Dragons,cleric,d&d,dnd,dwarf,fantasy,melee attack,weapon)'), array('fal fa-hammer-war' => 'hammer-war(Dungeons & Dragons,cleric,d&d,dnd,dwarf,fantasy,melee attack,weapon)'), array('fas fa-hand-fist' => 'hand-fist(Dungeons & Dragons,clenched,d&d,dnd,fantasy,fist,hand,ki,monk,punch,raised fist,resist,strength,unarmed combat)'), array('far fa-hand-fist' => 'hand-fist(Dungeons & Dragons,clenched,d&d,dnd,fantasy,fist,hand,ki,monk,punch,raised fist,resist,strength,unarmed combat)'), array('fal fa-hand-fist' => 'hand-fist(Dungeons & Dragons,clenched,d&d,dnd,fantasy,fist,hand,ki,monk,punch,raised fist,resist,strength,unarmed combat)'), array('fas fa-hand-holding-magic' => 'hand-holding-magic(Dungeons & Dragons,carry,cast,d&d,dnd,fantasy,lift,mage,spell,witch,wizard)'), array('far fa-hand-holding-magic' => 'hand-holding-magic(Dungeons & Dragons,carry,cast,d&d,dnd,fantasy,lift,mage,spell,witch,wizard)'), array('fal fa-hand-holding-magic' => 'hand-holding-magic(Dungeons & Dragons,carry,cast,d&d,dnd,fantasy,lift,mage,spell,witch,wizard)'), array('fas fa-hat-wizard' => 'hat-wizard(Dungeons & Dragons,accessory,buckle,clothing,d&d,dnd,fantasy,halloween,head,holiday,mage,magic,pointy,witch)'), array('far fa-hat-wizard' => 'hat-wizard(Dungeons & Dragons,accessory,buckle,clothing,d&d,dnd,fantasy,halloween,head,holiday,mage,magic,pointy,witch)'), array('fal fa-hat-wizard' => 'hat-wizard(Dungeons & Dragons,accessory,buckle,clothing,d&d,dnd,fantasy,halloween,head,holiday,mage,magic,pointy,witch)'), array('fas fa-headset' => 'headset(audio,gamer,gaming,listen,live chat,microphone,shot caller,sound,support,telemarketer)'), array('far fa-headset' => 'headset(audio,gamer,gaming,listen,live chat,microphone,shot caller,sound,support,telemarketer)'), array('fal fa-headset' => 'headset(audio,gamer,gaming,listen,live chat,microphone,shot caller,sound,support,telemarketer)'), array('fas fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('far fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fal fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fas fa-helmet-battle' => 'helmet-battle(Dungeons & Dragons,armor,clothing,d&d,dnd,fantasy,hat,knight,paladin)'), array('far fa-helmet-battle' => 'helmet-battle(Dungeons & Dragons,armor,clothing,d&d,dnd,fantasy,hat,knight,paladin)'), array('fal fa-helmet-battle' => 'helmet-battle(Dungeons & Dragons,armor,clothing,d&d,dnd,fantasy,hat,knight,paladin)'), array('fas fa-hood-cloak' => 'hood-cloak(Dungeons & Dragons,clothing,d&d,dnd,fantasy,hat,rogue,stealth)'), array('far fa-hood-cloak' => 'hood-cloak(Dungeons & Dragons,clothing,d&d,dnd,fantasy,hat,rogue,stealth)'), array('fal fa-hood-cloak' => 'hood-cloak(Dungeons & Dragons,clothing,d&d,dnd,fantasy,hat,rogue,stealth)'), array('fas fa-joystick' => 'joystick(arcade,atari,controller,game,joystick,playstore,retro,video game,vintage)'), array('far fa-joystick' => 'joystick(arcade,atari,controller,game,joystick,playstore,retro,video game,vintage)'), array('fal fa-joystick' => 'joystick(arcade,atari,controller,game,joystick,playstore,retro,video game,vintage)'), array('fas fa-mace' => 'mace(Dungeons & Dragons,d&d,dnd,fantasy,melee attack,weapon,windu)'), array('far fa-mace' => 'mace(Dungeons & Dragons,d&d,dnd,fantasy,melee attack,weapon,windu)'), array('fal fa-mace' => 'mace(Dungeons & Dragons,d&d,dnd,fantasy,melee attack,weapon,windu)'), array('fas fa-mandolin' => 'mandolin(Dungeons & Dragons,bard,d&d,dnd,fantasy,guitar,instrument,lute,music,song,strings)'), array('far fa-mandolin' => 'mandolin(Dungeons & Dragons,bard,d&d,dnd,fantasy,guitar,instrument,lute,music,song,strings)'), array('fal fa-mandolin' => 'mandolin(Dungeons & Dragons,bard,d&d,dnd,fantasy,guitar,instrument,lute,music,song,strings)'), array('fas fa-mushroom' => 'mushroom(1-up,fungus,toadstool)'), array('far fa-mushroom' => 'mushroom(1-up,fungus,toadstool)'), array('fal fa-mushroom' => 'mushroom(1-up,fungus,toadstool)'), array('fas fa-nesting-dolls' => 'nesting-dolls(babushka,doll,matryoshka,nesting,nesting dolls,russia,stacking,tea)'), array('far fa-nesting-dolls' => 'nesting-dolls(babushka,doll,matryoshka,nesting,nesting dolls,russia,stacking,tea)'), array('fal fa-nesting-dolls' => 'nesting-dolls(babushka,doll,matryoshka,nesting,nesting dolls,russia,stacking,tea)'), array('fas fa-paw-claws' => 'paw-claws(Dungeons & Dragons,animal,beast,d&d,dnd,fantasy,lion,pet,print)'), array('far fa-paw-claws' => 'paw-claws(Dungeons & Dragons,animal,beast,d&d,dnd,fantasy,lion,pet,print)'), array('fal fa-paw-claws' => 'paw-claws(Dungeons & Dragons,animal,beast,d&d,dnd,fantasy,lion,pet,print)'), array('fas fa-person-dress-fairy' => 'person-dress-fairy( magic, wings,elf,faerie,faery,fairy,fantasy,sprite)'), array('far fa-person-dress-fairy' => 'person-dress-fairy( magic, wings,elf,faerie,faery,fairy,fantasy,sprite)'), array('fal fa-person-dress-fairy' => 'person-dress-fairy( magic, wings,elf,faerie,faery,fairy,fantasy,sprite)'), array('fas fa-person-fairy' => 'person-fairy( magic, wings, elf, faerie, faery, fairy, sprite,fantasy)'), array('far fa-person-fairy' => 'person-fairy( magic, wings, elf, faerie, faery, fairy, sprite,fantasy)'), array('fal fa-person-fairy' => 'person-fairy( magic, wings, elf, faerie, faery, fairy, sprite,fantasy)'), array('fas fa-person-pinball' => 'person-pinball(arcade,fun,game,pinball,uer)'), array('far fa-person-pinball' => 'person-pinball(arcade,fun,game,pinball,uer)'), array('fal fa-person-pinball' => 'person-pinball(arcade,fun,game,pinball,uer)'), array('fas fa-pickaxe' => 'pickaxe(axe,climb,ice,mine,mining,mountaineering,rock)'), array('far fa-pickaxe' => 'pickaxe(axe,climb,ice,mine,mining,mountaineering,rock)'), array('fal fa-pickaxe' => 'pickaxe(axe,climb,ice,mine,mining,mountaineering,rock)'), array('fas fa-pinata' => 'pinata(celebration,party,piñata)'), array('far fa-pinata' => 'pinata(celebration,party,piñata)'), array('fal fa-pinata' => 'pinata(celebration,party,piñata)'), array('fas fa-pinball' => 'pinball(arcade,fun,game,pinball)'), array('far fa-pinball' => 'pinball(arcade,fun,game,pinball)'), array('fal fa-pinball' => 'pinball(arcade,fun,game,pinball)'), array('fab fa-playstation' => 'playstation'), array('fas fa-pool-8-ball' => 'pool-8-ball(8,ball,billiard,billiards,eight,fortune,game,luck,pool 8 ball)'), array('far fa-pool-8-ball' => 'pool-8-ball(8,ball,billiard,billiards,eight,fortune,game,luck,pool 8 ball)'), array('fal fa-pool-8-ball' => 'pool-8-ball(8,ball,billiard,billiards,eight,fortune,game,luck,pool 8 ball)'), array('fas fa-puzzle' => 'puzzle(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('far fa-puzzle' => 'puzzle(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('fal fa-puzzle' => 'puzzle(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('fas fa-puzzle-piece' => 'puzzle-piece(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('far fa-puzzle-piece' => 'puzzle-piece(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('fal fa-puzzle-piece' => 'puzzle-piece(add-on,addon,clue,game,interlocking,jigsaw,piece,puzzle,puzzle piece,section)'), array('fas fa-puzzle-piece-simple' => 'puzzle-piece-simple(assemble,plugin)'), array('far fa-puzzle-piece-simple' => 'puzzle-piece-simple(assemble,plugin)'), array('fal fa-puzzle-piece-simple' => 'puzzle-piece-simple(assemble,plugin)'), array('fas fa-ring' => 'ring(Dungeons & Dragons,Gollum,band,binding,d&d,dnd,engagement,fantasy,gold,jewelry,marriage,precious,premium)'), array('far fa-ring' => 'ring(Dungeons & Dragons,Gollum,band,binding,d&d,dnd,engagement,fantasy,gold,jewelry,marriage,precious,premium)'), array('fal fa-ring' => 'ring(Dungeons & Dragons,Gollum,band,binding,d&d,dnd,engagement,fantasy,gold,jewelry,marriage,precious,premium)'), array('fas fa-scroll' => 'scroll(Dungeons & Dragons,announcement,d&d,dnd,fantasy,paper,scholar,script,scroll)'), array('far fa-scroll' => 'scroll(Dungeons & Dragons,announcement,d&d,dnd,fantasy,paper,scholar,script,scroll)'), array('fal fa-scroll' => 'scroll(Dungeons & Dragons,announcement,d&d,dnd,fantasy,paper,scholar,script,scroll)'), array('fas fa-scroll-old' => 'scroll-old(Dungeons & Dragons,ancient,announcement,d&d,dnd,fantasy,paper,relic,scholar,script,worn)'), array('far fa-scroll-old' => 'scroll-old(Dungeons & Dragons,ancient,announcement,d&d,dnd,fantasy,paper,relic,scholar,script,worn)'), array('fal fa-scroll-old' => 'scroll-old(Dungeons & Dragons,ancient,announcement,d&d,dnd,fantasy,paper,relic,scholar,script,worn)'), array('fas fa-scythe' => 'scythe(Dungeons & Dragons,blade,d&d,death,dnd,fantasy,grim reaper,weapon)'), array('far fa-scythe' => 'scythe(Dungeons & Dragons,blade,d&d,death,dnd,fantasy,grim reaper,weapon)'), array('fal fa-scythe' => 'scythe(Dungeons & Dragons,blade,d&d,death,dnd,fantasy,grim reaper,weapon)'), array('fas fa-shield-cross' => 'shield-cross(Black Cross On Shield,Dungeons & Dragons,block,catholicism,christianity,crusader,d&d,defend,dnd,fantasy,protect,safety,security,templar)'), array('far fa-shield-cross' => 'shield-cross(Black Cross On Shield,Dungeons & Dragons,block,catholicism,christianity,crusader,d&d,defend,dnd,fantasy,protect,safety,security,templar)'), array('fal fa-shield-cross' => 'shield-cross(Black Cross On Shield,Dungeons & Dragons,block,catholicism,christianity,crusader,d&d,defend,dnd,fantasy,protect,safety,security,templar)'), array('fas fa-shield-halved' => 'shield-halved(achievement,armor,award,block,cleric,defend,defense,holy,paladin,privacy,security,shield,weapon,winner)'), array('far fa-shield-halved' => 'shield-halved(achievement,armor,award,block,cleric,defend,defense,holy,paladin,privacy,security,shield,weapon,winner)'), array('fal fa-shield-halved' => 'shield-halved(achievement,armor,award,block,cleric,defend,defense,holy,paladin,privacy,security,shield,weapon,winner)'), array('fas fa-shield-quartered' => 'shield-quartered(achievement,armor,award,block,cleric,defend,defense,holy,paladin,security,shield,weapon,winner)'), array('far fa-shield-quartered' => 'shield-quartered(achievement,armor,award,block,cleric,defend,defense,holy,paladin,security,shield,weapon,winner)'), array('fal fa-shield-quartered' => 'shield-quartered(achievement,armor,award,block,cleric,defend,defense,holy,paladin,security,shield,weapon,winner)'), array('fas fa-sickle' => 'sickle(blade,d&d,dnd,dungeons & dragons,equipment,fantasy,weapon)'), array('far fa-sickle' => 'sickle(blade,d&d,dnd,dungeons & dragons,equipment,fantasy,weapon)'), array('fal fa-sickle' => 'sickle(blade,d&d,dnd,dungeons & dragons,equipment,fantasy,weapon)'), array('fas fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('far fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fal fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fas fa-slot-machine' => 'slot-machine(gamble,gambling,game,lucky,slot,slot machine,vegas)'), array('far fa-slot-machine' => 'slot-machine(gamble,gambling,game,lucky,slot,slot machine,vegas)'), array('fal fa-slot-machine' => 'slot-machine(gamble,gambling,game,lucky,slot,slot machine,vegas)'), array('fas fa-spade' => 'spade(ace,card,game,poker,spade suit,suit)'), array('far fa-spade' => 'spade(ace,card,game,poker,spade suit,suit)'), array('fal fa-spade' => 'spade(ace,card,game,poker,spade suit,suit)'), array('fas fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('far fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('fal fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('fas fa-square-full' => 'square-full(black large square,block,blue,blue square,box,brown,brown square,geometric,green,green square,orange,orange square,purple,purple square,red,red square,shape,square,white large square,yellow,yellow square)'), array('far fa-square-full' => 'square-full(black large square,block,blue,blue square,box,brown,brown square,geometric,green,green square,orange,orange square,purple,purple square,red,red square,shape,square,white large square,yellow,yellow square)'), array('fal fa-square-full' => 'square-full(black large square,block,blue,blue square,box,brown,brown square,geometric,green,green square,orange,orange square,purple,purple square,red,red square,shape,square,white large square,yellow,yellow square)'), array('fab fa-square-steam' => 'square-steam'), array('fas fa-staff' => 'staff(Dungeons & Dragons,d&d,dnd,fantasy,mage,stick,weapon)'), array('far fa-staff' => 'staff(Dungeons & Dragons,d&d,dnd,fantasy,mage,stick,weapon)'), array('fal fa-staff' => 'staff(Dungeons & Dragons,d&d,dnd,fantasy,mage,stick,weapon)'), array('fab fa-steam' => 'steam'), array('fab fa-steam-symbol' => 'steam-symbol'), array('fas fa-sword' => 'sword(Dungeons & Dragons,blade,d&d,dagger,dnd,fantasy,fight,knife,sharp,weapon)'), array('far fa-sword' => 'sword(Dungeons & Dragons,blade,d&d,dagger,dnd,fantasy,fight,knife,sharp,weapon)'), array('fal fa-sword' => 'sword(Dungeons & Dragons,blade,d&d,dagger,dnd,fantasy,fight,knife,sharp,weapon)'), array('fas fa-swords' => 'swords(Dungeons & Dragons,blade,crossed,crossed swords,d&d,dnd,fantasy,fight,sharp,swords,weapon)'), array('far fa-swords' => 'swords(Dungeons & Dragons,blade,crossed,crossed swords,d&d,dnd,fantasy,fight,sharp,swords,weapon)'), array('fal fa-swords' => 'swords(Dungeons & Dragons,blade,crossed,crossed swords,d&d,dnd,fantasy,fight,sharp,swords,weapon)'), array('fas fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('far fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('fal fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('fas fa-treasure-chest' => 'treasure-chest(Dungeons & Dragons,booty,d&d,dnd,fantasy,gold,hidden,loot,premium,reward,trap)'), array('far fa-treasure-chest' => 'treasure-chest(Dungeons & Dragons,booty,d&d,dnd,fantasy,gold,hidden,loot,premium,reward,trap)'), array('fal fa-treasure-chest' => 'treasure-chest(Dungeons & Dragons,booty,d&d,dnd,fantasy,gold,hidden,loot,premium,reward,trap)'), array('fab fa-twitch' => 'twitch'), array('fas fa-vr-cardboard' => 'vr-cardboard(3d,augment,google,reality,virtual)'), array('far fa-vr-cardboard' => 'vr-cardboard(3d,augment,google,reality,virtual)'), array('fal fa-vr-cardboard' => 'vr-cardboard(3d,augment,google,reality,virtual)'), array('fas fa-wand' => 'wand(Dungeons & Dragons,d&d,dnd,fantasy,halloween,holiday,magic,weapon)'), array('far fa-wand' => 'wand(Dungeons & Dragons,d&d,dnd,fantasy,halloween,holiday,magic,weapon)'), array('fal fa-wand' => 'wand(Dungeons & Dragons,d&d,dnd,fantasy,halloween,holiday,magic,weapon)'), array('fas fa-wand-sparkles' => 'wand-sparkles(autocomplete,automatic,fantasy,halloween,holiday,magic,weapon,witch,wizard)'), array('far fa-wand-sparkles' => 'wand-sparkles(autocomplete,automatic,fantasy,halloween,holiday,magic,weapon,witch,wizard)'), array('fal fa-wand-sparkles' => 'wand-sparkles(autocomplete,automatic,fantasy,halloween,holiday,magic,weapon,witch,wizard)'), array('fab fa-wizards-of-the-coast' => 'wizards-of-the-coast(Dungeons & Dragons,d&d,dnd,fantasy,game,gaming,tabletop)'), array('fas fa-wreath-laurel' => 'wreath-laurel(award,branch,chaplet,evergreen,garland,greece,greek,hat,leaf,mythology,ribbon,rome,triumph,victory)'), array('far fa-wreath-laurel' => 'wreath-laurel(award,branch,chaplet,evergreen,garland,greece,greek,hat,leaf,mythology,ribbon,rome,triumph,victory)'), array('fal fa-wreath-laurel' => 'wreath-laurel(award,branch,chaplet,evergreen,garland,greece,greek,hat,leaf,mythology,ribbon,rome,triumph,victory)'), array('fab fa-xbox' => 'xbox'), ), 'Social' => array( array('fas fa-arrows-retweet' => 'arrows-retweet(refresh,reload,renew,retry,share,swap)'), array('far fa-arrows-retweet' => 'arrows-retweet(refresh,reload,renew,retry,share,swap)'), array('fal fa-arrows-retweet' => 'arrows-retweet(refresh,reload,renew,retry,share,swap)'), array('fas fa-bags-shopping' => 'bags-shopping(bag,buy,checkout,hotel,order,shopping,shopping bags,store)'), array('far fa-bags-shopping' => 'bags-shopping(bag,buy,checkout,hotel,order,shopping,shopping bags,store)'), array('fal fa-bags-shopping' => 'bags-shopping(bag,buy,checkout,hotel,order,shopping,shopping bags,store)'), array('fas fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('far fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fal fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fas fa-bird' => 'bird(avian,bird,feather,fowl,tweet,wing)'), array('far fa-bird' => 'bird(avian,bird,feather,fowl,tweet,wing)'), array('fal fa-bird' => 'bird(avian,bird,feather,fowl,tweet,wing)'), array('fab fa-bluesky' => 'bluesky(social network)'), array('fas fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('far fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('fal fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('fas fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('far fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('fal fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('fas fa-circle-envelope' => 'circle-envelope(email,message,send)'), array('far fa-circle-envelope' => 'circle-envelope(email,message,send)'), array('fal fa-circle-envelope' => 'circle-envelope(email,message,send)'), array('fas fa-circle-user' => 'circle-user(employee,uer,username,users-people)'), array('far fa-circle-user' => 'circle-user(employee,uer,username,users-people)'), array('fal fa-circle-user' => 'circle-user(employee,uer,username,users-people)'), array('fas fa-comment' => 'comment( conversation, discussion, talking,Right Speech Bubble,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('far fa-comment' => 'comment( conversation, discussion, talking,Right Speech Bubble,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fal fa-comment' => 'comment( conversation, discussion, talking,Right Speech Bubble,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fas fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('far fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('fal fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('fab fa-facebook' => 'facebook(fabook,facebook-official,fb,social network)'), array('fas fa-hashtag' => 'hashtag(Number Sign,Twitter,instagram,pound,social media,tag)'), array('far fa-hashtag' => 'hashtag(Number Sign,Twitter,instagram,pound,social media,tag)'), array('fal fa-hashtag' => 'hashtag(Number Sign,Twitter,instagram,pound,social media,tag)'), array('fas fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('far fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fal fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fas fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('far fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('fal fa-icons' => 'icons(bolt,category,emoji,heart,image,music,photo,symbols)'), array('fas fa-image' => 'image(album,img,landscape,photo,picture)'), array('far fa-image' => 'image(album,img,landscape,photo,picture)'), array('fal fa-image' => 'image(album,img,landscape,photo,picture)'), array('fas fa-images' => 'images(album,img,landscape,photo,picture)'), array('far fa-images' => 'images(album,img,landscape,photo,picture)'), array('fal fa-images' => 'images(album,img,landscape,photo,picture)'), array('fas fa-location-dot' => 'location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('far fa-location-dot' => 'location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fal fa-location-dot' => 'location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fas fa-location-pin' => 'location-pin(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('far fa-location-pin' => 'location-pin(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fal fa-location-pin' => 'location-pin(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fas fa-message' => 'message( conversation, discussion, talking,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('far fa-message' => 'message( conversation, discussion, talking,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fal fa-message' => 'message( conversation, discussion, talking,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fas fa-paper-plane-top' => 'paper-plane-top(email,fold,send)'), array('far fa-paper-plane-top' => 'paper-plane-top(email,fold,send)'), array('fal fa-paper-plane-top' => 'paper-plane-top(email,fold,send)'), array('fas fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('far fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('fal fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('fas fa-photo-film-music' => 'photo-film-music(img,media)'), array('far fa-photo-film-music' => 'photo-film-music(img,media)'), array('fal fa-photo-film-music' => 'photo-film-music(img,media)'), array('fas fa-retweet' => 'retweet(refresh,reload,renew,retry,share,swap)'), array('far fa-retweet' => 'retweet(refresh,reload,renew,retry,share,swap)'), array('fal fa-retweet' => 'retweet(refresh,reload,renew,retry,share,swap)'), array('fas fa-share' => 'share(forward,save,send,social)'), array('far fa-share' => 'share(forward,save,send,social)'), array('fal fa-share' => 'share(forward,save,send,social)'), array('fas fa-share-from-square' => 'share-from-square(forward,save,send,social)'), array('far fa-share-from-square' => 'share-from-square(forward,save,send,social)'), array('fal fa-share-from-square' => 'share-from-square(forward,save,send,social)'), array('fas fa-share-nodes' => 'share-nodes(forward,save,send,social)'), array('far fa-share-nodes' => 'share-nodes(forward,save,send,social)'), array('fal fa-share-nodes' => 'share-nodes(forward,save,send,social)'), array('fas fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('far fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fal fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fas fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('far fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('fal fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('fas fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('far fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('fal fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('fas fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), array('far fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), array('fal fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), array('fas fa-square-share-nodes' => 'square-share-nodes(forward,save,send,social)'), array('far fa-square-share-nodes' => 'square-share-nodes(forward,save,send,social)'), array('fal fa-square-share-nodes' => 'square-share-nodes(forward,save,send,social)'), array('fas fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('far fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('fal fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('fas fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('far fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('fal fa-symbols' => 'symbols(bolt,category,emoji,heart,image,input,input symbols,music,photo,symbols,〒♪&%)'), array('fas fa-thumbs-down' => 'thumbs-down(-1,disagree,disapprove,dislike,down,hand,social,thumb,thumbs down,thumbs-o-down)'), array('far fa-thumbs-down' => 'thumbs-down(-1,disagree,disapprove,dislike,down,hand,social,thumb,thumbs down,thumbs-o-down)'), array('fal fa-thumbs-down' => 'thumbs-down(-1,disagree,disapprove,dislike,down,hand,social,thumb,thumbs down,thumbs-o-down)'), array('fas fa-thumbs-up' => 'thumbs-up(+1,agree,approve,favorite,hand,like,ok,okay,social,success,thumb,thumbs up,thumbs-o-up,up,yes,you got it dude)'), array('far fa-thumbs-up' => 'thumbs-up(+1,agree,approve,favorite,hand,like,ok,okay,social,success,thumb,thumbs up,thumbs-o-up,up,yes,you got it dude)'), array('fal fa-thumbs-up' => 'thumbs-up(+1,agree,approve,favorite,hand,like,ok,okay,social,success,thumb,thumbs up,thumbs-o-up,up,yes,you got it dude)'), array('fas fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('far fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('fal fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('fas fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('far fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('fal fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('fas fa-user' => 'user(adult,bust,bust in silhouette,default,employee,gender-neutral,person,profile,silhouette,uer,unspecified gender,username,users-people)'), array('far fa-user' => 'user(adult,bust,bust in silhouette,default,employee,gender-neutral,person,profile,silhouette,uer,unspecified gender,username,users-people)'), array('fal fa-user' => 'user(adult,bust,bust in silhouette,default,employee,gender-neutral,person,profile,silhouette,uer,unspecified gender,username,users-people)'), array('fas fa-user-crown' => 'user-crown(administrator,uer,users-people,vip)'), array('far fa-user-crown' => 'user-crown(administrator,uer,users-people,vip)'), array('fal fa-user-crown' => 'user-crown(administrator,uer,users-people,vip)'), array('fas fa-user-group' => 'user-group(bust,busts in silhouette,crowd,employee,silhouette,together,uer,users-people)'), array('far fa-user-group' => 'user-group(bust,busts in silhouette,crowd,employee,silhouette,together,uer,users-people)'), array('fal fa-user-group' => 'user-group(bust,busts in silhouette,crowd,employee,silhouette,together,uer,users-people)'), array('fas fa-user-group-crown' => 'user-group-crown(administrator,crowd,together,uer,users-people,vip)'), array('far fa-user-group-crown' => 'user-group-crown(administrator,crowd,together,uer,users-people,vip)'), array('fal fa-user-group-crown' => 'user-group-crown(administrator,crowd,together,uer,users-people,vip)'), array('fas fa-user-group-simple' => 'user-group-simple( busts in silhouette, silhouette, users-people,bust)'), array('far fa-user-group-simple' => 'user-group-simple( busts in silhouette, silhouette, users-people,bust)'), array('fal fa-user-group-simple' => 'user-group-simple( busts in silhouette, silhouette, users-people,bust)'), array('fas fa-user-plus' => 'user-plus(add,avatar,employee,follow,positive,sign up,signup,team,uer)'), array('far fa-user-plus' => 'user-plus(add,avatar,employee,follow,positive,sign up,signup,team,uer)'), array('fal fa-user-plus' => 'user-plus(add,avatar,employee,follow,positive,sign up,signup,team,uer)'), array('fas fa-users' => 'users(employee,together,uer,users-people)'), array('far fa-users' => 'users(employee,together,uer,users-people)'), array('fal fa-users' => 'users(employee,together,uer,users-people)'), array('fas fa-video' => 'video(camera,film,movie,record,video-camera)'), array('far fa-video' => 'video(camera,film,movie,record,video-camera)'), array('fal fa-video' => 'video(camera,film,movie,record,video-camera)'), ), 'Education' => array( array('fas fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('far fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('fal fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('fas fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('far fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fal fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fas fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('far fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('fal fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('fas fa-award' => 'award(guarantee,honor,praise,prize,recognition,ribbon,trophy,warranty)'), array('far fa-award' => 'award(guarantee,honor,praise,prize,recognition,ribbon,trophy,warranty)'), array('fal fa-award' => 'award(guarantee,honor,praise,prize,recognition,ribbon,trophy,warranty)'), array('fas fa-backpack' => 'backpack(backpack,bag,book,carry,hiking,rucksack,satchel,school,travel)'), array('far fa-backpack' => 'backpack(backpack,bag,book,carry,hiking,rucksack,satchel,school,travel)'), array('fal fa-backpack' => 'backpack(backpack,bag,book,carry,hiking,rucksack,satchel,school,travel)'), array('fas fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('far fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fal fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fas fa-bell-ring' => 'bell-ring( Ringing Bell, alarm, alert, chime, notification, reminder,request)'), array('far fa-bell-ring' => 'bell-ring( Ringing Bell, alarm, alert, chime, notification, reminder,request)'), array('fal fa-bell-ring' => 'bell-ring( Ringing Bell, alarm, alert, chime, notification, reminder,request)'), array('fas fa-bell-school' => 'bell-school(alert,chime,class,notification,reminder)'), array('far fa-bell-school' => 'bell-school(alert,chime,class,notification,reminder)'), array('fal fa-bell-school' => 'bell-school(alert,chime,class,notification,reminder)'), array('fas fa-bell-school-slash' => 'bell-school-slash(alert,cancel,class,disabled,notification,off,reminder)'), array('far fa-bell-school-slash' => 'bell-school-slash(alert,cancel,class,disabled,notification,off,reminder)'), array('fal fa-bell-school-slash' => 'bell-school-slash(alert,cancel,class,disabled,notification,off,reminder)'), array('fas fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('far fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('fal fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('fas fa-book-blank' => 'book-blank(blue,blue book,book,closed,closed book,diary,documentation,green,green book,journal,knowledge,library,orange,orange book,read,research)'), array('far fa-book-blank' => 'book-blank(blue,blue book,book,closed,closed book,diary,documentation,green,green book,journal,knowledge,library,orange,orange book,read,research)'), array('fal fa-book-blank' => 'book-blank(blue,blue book,book,closed,closed book,diary,documentation,green,green book,journal,knowledge,library,orange,orange book,read,research)'), array('fas fa-book-copy' => 'book-copy(knowledge,library,research)'), array('far fa-book-copy' => 'book-copy(knowledge,library,research)'), array('fal fa-book-copy' => 'book-copy(knowledge,library,research)'), array('fas fa-book-open' => 'book-open(Book,book,flyer,knowledge,library,notebook,open,open book,pamphlet,reading,research)'), array('far fa-book-open' => 'book-open(Book,book,flyer,knowledge,library,notebook,open,open book,pamphlet,reading,research)'), array('fal fa-book-open' => 'book-open(Book,book,flyer,knowledge,library,notebook,open,open book,pamphlet,reading,research)'), array('fas fa-book-open-cover' => 'book-open-cover(knowledge,library,research,scholar)'), array('far fa-book-open-cover' => 'book-open-cover(knowledge,library,research,scholar)'), array('fal fa-book-open-cover' => 'book-open-cover(knowledge,library,research,scholar)'), array('fas fa-book-open-reader' => 'book-open-reader(flyer,library,notebook,open book,pamphlet,reading,research)'), array('far fa-book-open-reader' => 'book-open-reader(flyer,library,notebook,open book,pamphlet,reading,research)'), array('fal fa-book-open-reader' => 'book-open-reader(flyer,library,notebook,open book,pamphlet,reading,research)'), array('fas fa-books' => 'books(book,books,diary,documentation,journal,knowledge,library,read,research,scholar)'), array('far fa-books' => 'books(book,books,diary,documentation,journal,knowledge,library,read,research,scholar)'), array('fal fa-books' => 'books(book,books,diary,documentation,journal,knowledge,library,read,research,scholar)'), array('fas fa-bus-school' => 'bus-school(education,school,transportation,vehicle)'), array('far fa-bus-school' => 'bus-school(education,school,transportation,vehicle)'), array('fal fa-bus-school' => 'bus-school(education,school,transportation,vehicle)'), array('fas fa-chalkboard' => 'chalkboard(blackboard,learning,school,teaching,whiteboard,writing)'), array('far fa-chalkboard' => 'chalkboard(blackboard,learning,school,teaching,whiteboard,writing)'), array('fal fa-chalkboard' => 'chalkboard(blackboard,learning,school,teaching,whiteboard,writing)'), array('fas fa-chalkboard-user' => 'chalkboard-user(blackboard,instructor,learning,professor,school,uer,whiteboard,writing)'), array('far fa-chalkboard-user' => 'chalkboard-user(blackboard,instructor,learning,professor,school,uer,whiteboard,writing)'), array('fal fa-chalkboard-user' => 'chalkboard-user(blackboard,instructor,learning,professor,school,uer,whiteboard,writing)'), array('fas fa-diploma' => 'diploma(award,certificate,college,education,graduate,graduation,scholar,university)'), array('far fa-diploma' => 'diploma(award,certificate,college,education,graduate,graduation,scholar,university)'), array('fal fa-diploma' => 'diploma(award,certificate,college,education,graduate,graduation,scholar,university)'), array('fas fa-file-certificate' => 'file-certificate(award,diploma,document,license)'), array('far fa-file-certificate' => 'file-certificate(award,diploma,document,license)'), array('fal fa-file-certificate' => 'file-certificate(award,diploma,document,license)'), array('fas fa-glasses-round' => 'glasses-round(clothing,eye,eyeglasses,eyewear,glasses,hipster,nerd,reading,sight,spectacles,vision)'), array('far fa-glasses-round' => 'glasses-round(clothing,eye,eyeglasses,eyewear,glasses,hipster,nerd,reading,sight,spectacles,vision)'), array('fal fa-glasses-round' => 'glasses-round(clothing,eye,eyeglasses,eyewear,glasses,hipster,nerd,reading,sight,spectacles,vision)'), array('fas fa-globe-stand' => 'globe-stand(earth,geography,global,localize,location,map,travel,world,www)'), array('far fa-globe-stand' => 'globe-stand(earth,geography,global,localize,location,map,travel,world,www)'), array('fal fa-globe-stand' => 'globe-stand(earth,geography,global,localize,location,map,travel,world,www)'), array('fas fa-graduation-cap' => 'graduation-cap(cap,celebration,ceremony,clothing,college,graduate,graduation,graduation cap,hat,learning,school,student)'), array('far fa-graduation-cap' => 'graduation-cap(cap,celebration,ceremony,clothing,college,graduate,graduation,graduation cap,hat,learning,school,student)'), array('fal fa-graduation-cap' => 'graduation-cap(cap,celebration,ceremony,clothing,college,graduate,graduation,graduation cap,hat,learning,school,student)'), array('fas fa-laptop-code' => 'laptop-code(computer,cpu,dell,demo,develop,device,fabook,fb,mac,macbook,machine,mysql,pc,sql)'), array('far fa-laptop-code' => 'laptop-code(computer,cpu,dell,demo,develop,device,fabook,fb,mac,macbook,machine,mysql,pc,sql)'), array('fal fa-laptop-code' => 'laptop-code(computer,cpu,dell,demo,develop,device,fabook,fb,mac,macbook,machine,mysql,pc,sql)'), array('fas fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('far fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('fal fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('fas fa-masks-theater' => 'masks-theater(art,comedy,mask,perform,performing,performing arts,theater,theatre,tragedy)'), array('far fa-masks-theater' => 'masks-theater(art,comedy,mask,perform,performing,performing arts,theater,theatre,tragedy)'), array('fal fa-masks-theater' => 'masks-theater(art,comedy,mask,perform,performing,performing arts,theater,theatre,tragedy)'), array('fas fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('far fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('fal fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('fas fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('far fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('fal fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('fas fa-pen-paintbrush' => 'pen-paintbrush(art,design,modify,paint,pencil,write)'), array('far fa-pen-paintbrush' => 'pen-paintbrush(art,design,modify,paint,pencil,write)'), array('fal fa-pen-paintbrush' => 'pen-paintbrush(art,design,modify,paint,pencil,write)'), array('fas fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('far fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('fal fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('fas fa-ruler-triangle' => 'ruler-triangle(design,draft,length,measure,planning,ruler,set,triangle,triangular ruler)'), array('far fa-ruler-triangle' => 'ruler-triangle(design,draft,length,measure,planning,ruler,set,triangle,triangular ruler)'), array('fal fa-ruler-triangle' => 'ruler-triangle(design,draft,length,measure,planning,ruler,set,triangle,triangular ruler)'), array('fas fa-school' => 'school(building,education,learn,school,student,teacher)'), array('far fa-school' => 'school(building,education,learn,school,student,teacher)'), array('fal fa-school' => 'school(building,education,learn,school,student,teacher)'), array('fas fa-school-circle-check' => 'school-circle-check(enable,not affected,ok,okay,schoolhouse,validate,working)'), array('far fa-school-circle-check' => 'school-circle-check(enable,not affected,ok,okay,schoolhouse,validate,working)'), array('fal fa-school-circle-check' => 'school-circle-check(enable,not affected,ok,okay,schoolhouse,validate,working)'), array('fas fa-school-circle-exclamation' => 'school-circle-exclamation(affected,failed,schoolhouse)'), array('far fa-school-circle-exclamation' => 'school-circle-exclamation(affected,failed,schoolhouse)'), array('fal fa-school-circle-exclamation' => 'school-circle-exclamation(affected,failed,schoolhouse)'), array('fas fa-school-circle-xmark' => 'school-circle-xmark(destroy,schoolhouse,uncheck)'), array('far fa-school-circle-xmark' => 'school-circle-xmark(destroy,schoolhouse,uncheck)'), array('fal fa-school-circle-xmark' => 'school-circle-xmark(destroy,schoolhouse,uncheck)'), array('fas fa-school-flag' => 'school-flag(educate,flag,school,schoolhouse)'), array('far fa-school-flag' => 'school-flag(educate,flag,school,schoolhouse)'), array('fal fa-school-flag' => 'school-flag(educate,flag,school,schoolhouse)'), array('fas fa-school-lock' => 'school-lock(closed,lockdown,padlock,privacy,quarantine,schoolhouse)'), array('far fa-school-lock' => 'school-lock(closed,lockdown,padlock,privacy,quarantine,schoolhouse)'), array('fal fa-school-lock' => 'school-lock(closed,lockdown,padlock,privacy,quarantine,schoolhouse)'), array('fas fa-screen-users' => 'screen-users(chalkboard,crowd,employee,group,presentation,students,teachers,team,uer)'), array('far fa-screen-users' => 'screen-users(chalkboard,crowd,employee,group,presentation,students,teachers,team,uer)'), array('fal fa-screen-users' => 'screen-users(chalkboard,crowd,employee,group,presentation,students,teachers,team,uer)'), array('fas fa-shapes' => 'shapes(blocks,build,circle,square,triangle)'), array('far fa-shapes' => 'shapes(blocks,build,circle,square,triangle)'), array('fal fa-shapes' => 'shapes(blocks,build,circle,square,triangle)'), array('fas fa-thought-bubble' => 'thought-bubble(Right Thought Bubble,balloon,bubble,comic,dream,idea,imagination,think,thought,thought balloon)'), array('far fa-thought-bubble' => 'thought-bubble(Right Thought Bubble,balloon,bubble,comic,dream,idea,imagination,think,thought,thought balloon)'), array('fal fa-thought-bubble' => 'thought-bubble(Right Thought Bubble,balloon,bubble,comic,dream,idea,imagination,think,thought,thought balloon)'), array('fas fa-user-graduate' => 'user-graduate(uer,users-people)'), array('far fa-user-graduate' => 'user-graduate(uer,users-people)'), array('fal fa-user-graduate' => 'user-graduate(uer,users-people)'), ), 'Devices + Hardware' => array( array('fas fa-album' => 'album(computer,computer disk,disk,library,minidisk,music,optical,record,song,vinyl)'), array('far fa-album' => 'album(computer,computer disk,disk,library,minidisk,music,optical,record,song,vinyl)'), array('fal fa-album' => 'album(computer,computer disk,disk,library,minidisk,music,optical,record,song,vinyl)'), array('fas fa-album-circle-plus' => 'album-circle-plus(computer,disk,library,minidisk,music,new,optical,record,song,vinyl)'), array('far fa-album-circle-plus' => 'album-circle-plus(computer,disk,library,minidisk,music,new,optical,record,song,vinyl)'), array('fal fa-album-circle-plus' => 'album-circle-plus(computer,disk,library,minidisk,music,new,optical,record,song,vinyl)'), array('fas fa-album-circle-user' => 'album-circle-user(artist,computer,disk,library,minidisk,music,optical,record,shared,song,uer,vinyl)'), array('far fa-album-circle-user' => 'album-circle-user(artist,computer,disk,library,minidisk,music,optical,record,shared,song,uer,vinyl)'), array('fal fa-album-circle-user' => 'album-circle-user(artist,computer,disk,library,minidisk,music,optical,record,shared,song,uer,vinyl)'), array('fas fa-blender-phone' => 'blender-phone(appliance,cocktail,fantasy,milkshake,mixer,puree,silly,smoothie)'), array('far fa-blender-phone' => 'blender-phone(appliance,cocktail,fantasy,milkshake,mixer,puree,silly,smoothie)'), array('fal fa-blender-phone' => 'blender-phone(appliance,cocktail,fantasy,milkshake,mixer,puree,silly,smoothie)'), array('fas fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('far fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('fal fa-camera' => 'camera(image,img,lens,photo,picture,record,shutter,video)'), array('fas fa-camera-retro' => 'camera-retro(camera,image,img,lens,photo,picture,record,shutter,video)'), array('far fa-camera-retro' => 'camera-retro(camera,image,img,lens,photo,picture,record,shutter,video)'), array('fal fa-camera-retro' => 'camera-retro(camera,image,img,lens,photo,picture,record,shutter,video)'), array('fas fa-camera-web' => 'camera-web(chat,conference call,facetime,podcast,video,videoconferencing,youtube)'), array('far fa-camera-web' => 'camera-web(chat,conference call,facetime,podcast,video,videoconferencing,youtube)'), array('fal fa-camera-web' => 'camera-web(chat,conference call,facetime,podcast,video,videoconferencing,youtube)'), array('fas fa-camera-web-slash' => 'camera-web-slash(chat,conference call,disabled,disconnect,facetime,podcast,video,videoconferencing,youtube)'), array('far fa-camera-web-slash' => 'camera-web-slash(chat,conference call,disabled,disconnect,facetime,podcast,video,videoconferencing,youtube)'), array('fal fa-camera-web-slash' => 'camera-web-slash(chat,conference call,disabled,disconnect,facetime,podcast,video,videoconferencing,youtube)'), array('fas fa-car-battery' => 'car-battery(auto,electric,mechanic,power)'), array('far fa-car-battery' => 'car-battery(auto,electric,mechanic,power)'), array('fal fa-car-battery' => 'car-battery(auto,electric,mechanic,power)'), array('fas fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('far fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('fal fa-compact-disc' => 'compact-disc(Optical Disc Icon,album,blu-ray,bluray,cd,computer,disc,disk,dvd,media,movie,music,optical,optical disk,record,video,vinyl)'), array('fas fa-computer' => 'computer(computer,desktop,display,monitor,tower)'), array('far fa-computer' => 'computer(computer,desktop,display,monitor,tower)'), array('fal fa-computer' => 'computer(computer,desktop,display,monitor,tower)'), array('fas fa-computer-classic' => 'computer-classic(apple II,hardware,machine,macintosh,programming,retro,vintage)'), array('far fa-computer-classic' => 'computer-classic(apple II,hardware,machine,macintosh,programming,retro,vintage)'), array('fal fa-computer-classic' => 'computer-classic(apple II,hardware,machine,macintosh,programming,retro,vintage)'), array('fas fa-computer-mouse' => 'computer-mouse(click,computer,computer mouse,cursor,input,peripheral)'), array('far fa-computer-mouse' => 'computer-mouse(click,computer,computer mouse,cursor,input,peripheral)'), array('fal fa-computer-mouse' => 'computer-mouse(click,computer,computer mouse,cursor,input,peripheral)'), array('fas fa-computer-mouse-scrollwheel' => 'computer-mouse-scrollwheel(click,computer,cursor,input,peripheral)'), array('far fa-computer-mouse-scrollwheel' => 'computer-mouse-scrollwheel(click,computer,cursor,input,peripheral)'), array('fal fa-computer-mouse-scrollwheel' => 'computer-mouse-scrollwheel(click,computer,cursor,input,peripheral)'), array('fas fa-computer-speaker' => 'computer-speaker(airplay,bluetooth,devices,music,output,pair,sound,sync)'), array('far fa-computer-speaker' => 'computer-speaker(airplay,bluetooth,devices,music,output,pair,sound,sync)'), array('fal fa-computer-speaker' => 'computer-speaker(airplay,bluetooth,devices,music,output,pair,sound,sync)'), array('fas fa-database' => 'database(computer,development,directory,memory,mysql,sql,storage)'), array('far fa-database' => 'database(computer,development,directory,memory,mysql,sql,storage)'), array('fal fa-database' => 'database(computer,development,directory,memory,mysql,sql,storage)'), array('fas fa-desktop' => 'desktop(computer,cpu,demo,desktop,desktop computer,device,imac,machine,monitor,pc,screen)'), array('far fa-desktop' => 'desktop(computer,cpu,demo,desktop,desktop computer,device,imac,machine,monitor,pc,screen)'), array('fal fa-desktop' => 'desktop(computer,cpu,demo,desktop,desktop computer,device,imac,machine,monitor,pc,screen)'), array('fas fa-desktop-arrow-down' => 'desktop-arrow-down(computer,desktop,download,insert)'), array('far fa-desktop-arrow-down' => 'desktop-arrow-down(computer,desktop,download,insert)'), array('fal fa-desktop-arrow-down' => 'desktop-arrow-down(computer,desktop,download,insert)'), array('fas fa-disc-drive' => 'disc-drive(blu-ray,cd,cd-rom,computer,dvd,load,music,optical drive,peripheral,tray,video)'), array('far fa-disc-drive' => 'disc-drive(blu-ray,cd,cd-rom,computer,dvd,load,music,optical drive,peripheral,tray,video)'), array('fal fa-disc-drive' => 'disc-drive(blu-ray,cd,cd-rom,computer,dvd,load,music,optical drive,peripheral,tray,video)'), array('fas fa-display' => 'display(Screen,computer,desktop,imac)'), array('far fa-display' => 'display(Screen,computer,desktop,imac)'), array('fal fa-display' => 'display(Screen,computer,desktop,imac)'), array('fas fa-display-arrow-down' => 'display-arrow-down(computer,desktop,download,insert)'), array('far fa-display-arrow-down' => 'display-arrow-down(computer,desktop,download,insert)'), array('fal fa-display-arrow-down' => 'display-arrow-down(computer,desktop,download,insert)'), array('fas fa-display-code' => 'display-code(coding,computer,desktop,developing,mysql,sql)'), array('far fa-display-code' => 'display-code(coding,computer,desktop,developing,mysql,sql)'), array('fal fa-display-code' => 'display-code(coding,computer,desktop,developing,mysql,sql)'), array('fas fa-display-medical' => 'display-medical(computer,desktop,records)'), array('far fa-display-medical' => 'display-medical(computer,desktop,records)'), array('fal fa-display-medical' => 'display-medical(computer,desktop,records)'), array('fas fa-display-slash' => 'display-slash(computer,desktop,disabled,disconnect)'), array('far fa-display-slash' => 'display-slash(computer,desktop,disabled,disconnect)'), array('fal fa-display-slash' => 'display-slash(computer,desktop,disabled,disconnect)'), array('fas fa-download' => 'download(export,hard drive,insert,save,transfer)'), array('far fa-download' => 'download(export,hard drive,insert,save,transfer)'), array('fal fa-download' => 'download(export,hard drive,insert,save,transfer)'), array('fas fa-engine' => 'engine(car,engine)'), array('far fa-engine' => 'engine(car,engine)'), array('fal fa-engine' => 'engine(car,engine)'), array('fas fa-ethernet' => 'ethernet(cable,cat 5,cat 6,connection,hardware,internet,network,wired)'), array('far fa-ethernet' => 'ethernet(cable,cat 5,cat 6,connection,hardware,internet,network,wired)'), array('fal fa-ethernet' => 'ethernet(cable,cat 5,cat 6,connection,hardware,internet,network,wired)'), array('fas fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('far fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('fal fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('fas fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('far fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('fal fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('fas fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('far fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('fal fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('fas fa-floppy-disk-pen' => 'floppy-disk-pen(edit,modify,save,save as)'), array('far fa-floppy-disk-pen' => 'floppy-disk-pen(edit,modify,save,save as)'), array('fal fa-floppy-disk-pen' => 'floppy-disk-pen(edit,modify,save,save as)'), array('fas fa-floppy-disks' => 'floppy-disks(save,save as)'), array('far fa-floppy-disks' => 'floppy-disks(save,save as)'), array('fal fa-floppy-disks' => 'floppy-disks(save,save as)'), array('fas fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('far fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fal fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fas fa-game-console-handheld' => 'game-console-handheld(cartridge,gameboy,nintendo,retro,video games,vintage)'), array('far fa-game-console-handheld' => 'game-console-handheld(cartridge,gameboy,nintendo,retro,video games,vintage)'), array('fal fa-game-console-handheld' => 'game-console-handheld(cartridge,gameboy,nintendo,retro,video games,vintage)'), array('fas fa-game-console-handheld-crank' => 'game-console-handheld-crank(panic,playdate,video games)'), array('far fa-game-console-handheld-crank' => 'game-console-handheld-crank(panic,playdate,video games)'), array('fal fa-game-console-handheld-crank' => 'game-console-handheld-crank(panic,playdate,video games)'), array('fas fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('far fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('fal fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('fas fa-gamepad-modern' => 'gamepad-modern(arcade,controller,d-pad,game,joystick,playstore,video,video game)'), array('far fa-gamepad-modern' => 'gamepad-modern(arcade,controller,d-pad,game,joystick,playstore,video,video game)'), array('fal fa-gamepad-modern' => 'gamepad-modern(arcade,controller,d-pad,game,joystick,playstore,video,video game)'), array('fas fa-hard-drive' => 'hard-drive(Hard Disk,cpu,hard drive,harddrive,machine,save,storage)'), array('far fa-hard-drive' => 'hard-drive(Hard Disk,cpu,hard drive,harddrive,machine,save,storage)'), array('fal fa-hard-drive' => 'hard-drive(Hard Disk,cpu,hard drive,harddrive,machine,save,storage)'), array('fas fa-headphones' => 'headphones(audio,earbud,headphone,listen,music,sound,speaker)'), array('far fa-headphones' => 'headphones(audio,earbud,headphone,listen,music,sound,speaker)'), array('fal fa-headphones' => 'headphones(audio,earbud,headphone,listen,music,sound,speaker)'), array('fas fa-house-laptop' => 'house-laptop(computer,covid-19,device,office,remote,work from home)'), array('far fa-house-laptop' => 'house-laptop(computer,covid-19,device,office,remote,work from home)'), array('fal fa-house-laptop' => 'house-laptop(computer,covid-19,device,office,remote,work from home)'), array('fas fa-keyboard' => 'keyboard(accessory,computer,edit,input,keyboard,text,type,write)'), array('far fa-keyboard' => 'keyboard(accessory,computer,edit,input,keyboard,text,type,write)'), array('fal fa-keyboard' => 'keyboard(accessory,computer,edit,input,keyboard,text,type,write)'), array('fas fa-keyboard-down' => 'keyboard-down(hide,keyboard)'), array('far fa-keyboard-down' => 'keyboard-down(hide,keyboard)'), array('fal fa-keyboard-down' => 'keyboard-down(hide,keyboard)'), array('fas fa-keyboard-left' => 'keyboard-left(hide,keyboard)'), array('far fa-keyboard-left' => 'keyboard-left(hide,keyboard)'), array('fal fa-keyboard-left' => 'keyboard-left(hide,keyboard)'), array('fas fa-laptop' => 'laptop(computer,cpu,dell,demo,device,fabook,fb,laptop,mac,macbook,machine,pc,personal)'), array('far fa-laptop' => 'laptop(computer,cpu,dell,demo,device,fabook,fb,laptop,mac,macbook,machine,pc,personal)'), array('fal fa-laptop' => 'laptop(computer,cpu,dell,demo,device,fabook,fb,laptop,mac,macbook,machine,pc,personal)'), array('fas fa-laptop-arrow-down' => 'laptop-arrow-down(computer,download,insert,laptop,mobile,remote)'), array('far fa-laptop-arrow-down' => 'laptop-arrow-down(computer,download,insert,laptop,mobile,remote)'), array('fal fa-laptop-arrow-down' => 'laptop-arrow-down(computer,download,insert,laptop,mobile,remote)'), array('fas fa-laptop-binary' => 'laptop-binary( binary, code, cpu, dell, demo, develop, device, information, mac, macbook, machine, pc,computer)'), array('far fa-laptop-binary' => 'laptop-binary( binary, code, cpu, dell, demo, develop, device, information, mac, macbook, machine, pc,computer)'), array('fal fa-laptop-binary' => 'laptop-binary( binary, code, cpu, dell, demo, develop, device, information, mac, macbook, machine, pc,computer)'), array('fas fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('far fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('fal fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('fas fa-laptop-mobile' => 'laptop-mobile(computer,device,mobile,platform,technology)'), array('far fa-laptop-mobile' => 'laptop-mobile(computer,device,mobile,platform,technology)'), array('fal fa-laptop-mobile' => 'laptop-mobile(computer,device,mobile,platform,technology)'), array('fas fa-laptop-slash' => 'laptop-slash(computer,disabled,disconnect)'), array('far fa-laptop-slash' => 'laptop-slash(computer,disabled,disconnect)'), array('fal fa-laptop-slash' => 'laptop-slash(computer,disabled,disconnect)'), array('fas fa-memory' => 'memory(DIMM,RAM,hardware,storage,technology)'), array('far fa-memory' => 'memory(DIMM,RAM,hardware,storage,technology)'), array('fal fa-memory' => 'memory(DIMM,RAM,hardware,storage,technology)'), array('fas fa-meter' => 'meter(electricity,transmission,utilities)'), array('far fa-meter' => 'meter(electricity,transmission,utilities)'), array('fal fa-meter' => 'meter(electricity,transmission,utilities)'), array('fas fa-microchip' => 'microchip(cpu,hardware,processor,technology)'), array('far fa-microchip' => 'microchip(cpu,hardware,processor,technology)'), array('fal fa-microchip' => 'microchip(cpu,hardware,processor,technology)'), array('fas fa-microchip-ai' => 'microchip-ai(artificial intelligence,computer,silicon)'), array('far fa-microchip-ai' => 'microchip-ai(artificial intelligence,computer,silicon)'), array('fal fa-microchip-ai' => 'microchip-ai(artificial intelligence,computer,silicon)'), array('fas fa-mobile' => 'mobile(android,call,cell,cell phone,device,mobile,mobile phone,number,phone,screen,telephone,text)'), array('far fa-mobile' => 'mobile(android,call,cell,cell phone,device,mobile,mobile phone,number,phone,screen,telephone,text)'), array('fal fa-mobile' => 'mobile(android,call,cell,cell phone,device,mobile,mobile phone,number,phone,screen,telephone,text)'), array('fas fa-mobile-button' => 'mobile-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('far fa-mobile-button' => 'mobile-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('fal fa-mobile-button' => 'mobile-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('fas fa-mobile-notch' => 'mobile-notch(display,iPhone X,iphone,smartphone)'), array('far fa-mobile-notch' => 'mobile-notch(display,iPhone X,iphone,smartphone)'), array('fal fa-mobile-notch' => 'mobile-notch(display,iPhone X,iphone,smartphone)'), array('fas fa-mobile-retro' => 'mobile-retro(cellphone,cellular,phone)'), array('far fa-mobile-retro' => 'mobile-retro(cellphone,cellular,phone)'), array('fal fa-mobile-retro' => 'mobile-retro(cellphone,cellular,phone)'), array('fas fa-mobile-screen' => 'mobile-screen(android,call,cell phone,device,number,screen,telephone,text)'), array('far fa-mobile-screen' => 'mobile-screen(android,call,cell phone,device,number,screen,telephone,text)'), array('fal fa-mobile-screen' => 'mobile-screen(android,call,cell phone,device,number,screen,telephone,text)'), array('fas fa-mobile-screen-button' => 'mobile-screen-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('far fa-mobile-screen-button' => 'mobile-screen-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('fal fa-mobile-screen-button' => 'mobile-screen-button(apple,call,cell phone,device,iphone,number,screen,telephone)'), array('fas fa-mobile-signal' => 'mobile-signal(android,iphone,nfc,scan)'), array('far fa-mobile-signal' => 'mobile-signal(android,iphone,nfc,scan)'), array('fal fa-mobile-signal' => 'mobile-signal(android,iphone,nfc,scan)'), array('fas fa-mobile-signal-out' => 'mobile-signal-out(android,iphone,nfc,scan)'), array('far fa-mobile-signal-out' => 'mobile-signal-out(android,iphone,nfc,scan)'), array('fal fa-mobile-signal-out' => 'mobile-signal-out(android,iphone,nfc,scan)'), array('fas fa-mp3-player' => 'mp3-player(audio,handheld,ipod,itunes,music,zune)'), array('far fa-mp3-player' => 'mp3-player(audio,handheld,ipod,itunes,music,zune)'), array('fal fa-mp3-player' => 'mp3-player(audio,handheld,ipod,itunes,music,zune)'), array('fas fa-phone-office' => 'phone-office(call,earphone,number,support,telephone,voice)'), array('far fa-phone-office' => 'phone-office(call,earphone,number,support,telephone,voice)'), array('fal fa-phone-office' => 'phone-office(call,earphone,number,support,telephone,voice)'), array('fas fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('far fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('fal fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('fas fa-power-off' => 'power-off(Power Symbol,cancel,computer,on,reboot,restart)'), array('far fa-power-off' => 'power-off(Power Symbol,cancel,computer,on,reboot,restart)'), array('fal fa-power-off' => 'power-off(Power Symbol,cancel,computer,on,reboot,restart)'), array('fas fa-print' => 'print(Print Screen Symbol,Printer Icon,business,computer,copy,document,office,paper,printer)'), array('far fa-print' => 'print(Print Screen Symbol,Printer Icon,business,computer,copy,document,office,paper,printer)'), array('fal fa-print' => 'print(Print Screen Symbol,Printer Icon,business,computer,copy,document,office,paper,printer)'), array('fas fa-projector' => 'projector(cinema,keynote,movie,powerpoint,presentation,shadow puppets,slides)'), array('far fa-projector' => 'projector(cinema,keynote,movie,powerpoint,presentation,shadow puppets,slides)'), array('fal fa-projector' => 'projector(cinema,keynote,movie,powerpoint,presentation,shadow puppets,slides)'), array('fas fa-router' => 'router(bandwidth,connection,dsl,ethernet,internet,modem,switch,wifi,wireless,www)'), array('far fa-router' => 'router(bandwidth,connection,dsl,ethernet,internet,modem,switch,wifi,wireless,www)'), array('fal fa-router' => 'router(bandwidth,connection,dsl,ethernet,internet,modem,switch,wifi,wireless,www)'), array('fas fa-satellite' => 'satellite(communications,hardware,orbit,satellite,space)'), array('far fa-satellite' => 'satellite(communications,hardware,orbit,satellite,space)'), array('fal fa-satellite' => 'satellite(communications,hardware,orbit,satellite,space)'), array('fas fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('far fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('fal fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('fas fa-scanner-image' => 'scanner-image(copy,device,digitize,image,img,import)'), array('far fa-scanner-image' => 'scanner-image(copy,device,digitize,image,img,import)'), array('fal fa-scanner-image' => 'scanner-image(copy,device,digitize,image,img,import)'), array('fas fa-sd-card' => 'sd-card(image,img,memory,photo,save)'), array('far fa-sd-card' => 'sd-card(image,img,memory,photo,save)'), array('fal fa-sd-card' => 'sd-card(image,img,memory,photo,save)'), array('fas fa-sd-cards' => 'sd-cards(memory,storage)'), array('far fa-sd-cards' => 'sd-cards(memory,storage)'), array('fal fa-sd-cards' => 'sd-cards(memory,storage)'), array('fas fa-server' => 'server(computer,cpu,database,hardware,mysql,network,sql)'), array('far fa-server' => 'server(computer,cpu,database,hardware,mysql,network,sql)'), array('fal fa-server' => 'server(computer,cpu,database,hardware,mysql,network,sql)'), array('fas fa-shredder' => 'shredder(destroy,document,office,paper,print)'), array('far fa-shredder' => 'shredder(destroy,document,office,paper,print)'), array('fal fa-shredder' => 'shredder(destroy,document,office,paper,print)'), array('fas fa-sim-card' => 'sim-card(hard drive,hardware,portable,storage,technology,tiny)'), array('far fa-sim-card' => 'sim-card(hard drive,hardware,portable,storage,technology,tiny)'), array('fal fa-sim-card' => 'sim-card(hard drive,hardware,portable,storage,technology,tiny)'), array('fas fa-sim-cards' => 'sim-cards(contacts,memory,storage)'), array('far fa-sim-cards' => 'sim-cards(contacts,memory,storage)'), array('fal fa-sim-cards' => 'sim-cards(contacts,memory,storage)'), array('fas fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('far fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('fal fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('fas fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('far fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('fal fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('fas fa-tablet' => 'tablet(device,kindle,screen)'), array('far fa-tablet' => 'tablet(device,kindle,screen)'), array('fal fa-tablet' => 'tablet(device,kindle,screen)'), array('fas fa-tablet-button' => 'tablet-button(apple,device,ipad,kindle,screen)'), array('far fa-tablet-button' => 'tablet-button(apple,device,ipad,kindle,screen)'), array('fal fa-tablet-button' => 'tablet-button(apple,device,ipad,kindle,screen)'), array('fas fa-tablet-screen' => 'tablet-screen(device,kindle,screen)'), array('far fa-tablet-screen' => 'tablet-screen(device,kindle,screen)'), array('fal fa-tablet-screen' => 'tablet-screen(device,kindle,screen)'), array('fas fa-tablet-screen-button' => 'tablet-screen-button(apple,device,ipad,kindle,screen)'), array('far fa-tablet-screen-button' => 'tablet-screen-button(apple,device,ipad,kindle,screen)'), array('fal fa-tablet-screen-button' => 'tablet-screen-button(apple,device,ipad,kindle,screen)'), array('fas fa-tachograph-digital' => 'tachograph-digital(data,distance,speed,tachometer)'), array('far fa-tachograph-digital' => 'tachograph-digital(data,distance,speed,tachometer)'), array('fal fa-tachograph-digital' => 'tachograph-digital(data,distance,speed,tachometer)'), array('fas fa-tv' => 'tv(computer,display,monitor,television)'), array('far fa-tv' => 'tv(computer,display,monitor,television)'), array('fal fa-tv' => 'tv(computer,display,monitor,television)'), array('fas fa-tv-music' => 'tv-music(audio,mtv,music,music video,sound,television,vh1)'), array('far fa-tv-music' => 'tv-music(audio,mtv,music,music video,sound,television,vh1)'), array('fal fa-tv-music' => 'tv-music(audio,mtv,music,music video,sound,television,vh1)'), array('fas fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('far fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('fal fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('fas fa-typewriter' => 'typewriter(keyboard,letterpress,movable type,newspaper,novel,retro,typing,vintage,writing)'), array('far fa-typewriter' => 'typewriter(keyboard,letterpress,movable type,newspaper,novel,retro,typing,vintage,writing)'), array('fal fa-typewriter' => 'typewriter(keyboard,letterpress,movable type,newspaper,novel,retro,typing,vintage,writing)'), array('fas fa-upload' => 'upload(hard drive,import,publish,upgrade)'), array('far fa-upload' => 'upload(hard drive,import,publish,upgrade)'), array('fal fa-upload' => 'upload(hard drive,import,publish,upgrade)'), array('fas fa-usb-drive' => 'usb-drive(access codes,device,flashdrive,goober,ssd,storage,thumbdrive)'), array('far fa-usb-drive' => 'usb-drive(access codes,device,flashdrive,goober,ssd,storage,thumbdrive)'), array('fal fa-usb-drive' => 'usb-drive(access codes,device,flashdrive,goober,ssd,storage,thumbdrive)'), array('fas fa-walkie-talkie' => 'walkie-talkie(communication,copy,intercom,over,portable,radio,two way radio)'), array('far fa-walkie-talkie' => 'walkie-talkie(communication,copy,intercom,over,portable,radio,two way radio)'), array('fal fa-walkie-talkie' => 'walkie-talkie(communication,copy,intercom,over,portable,radio,two way radio)'), array('fas fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), array('far fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), array('fal fa-watch-calculator' => 'watch-calculator(casio,digital,math,time)'), ), 'Files' => array( array('fas fa-box-archive' => 'box-archive(box,package,save,storage)'), array('far fa-box-archive' => 'box-archive(box,package,save,storage)'), array('fal fa-box-archive' => 'box-archive(box,package,save,storage)'), array('fas fa-clone' => 'clone(arrange,copy,duplicate,paste)'), array('far fa-clone' => 'clone(arrange,copy,duplicate,paste)'), array('fal fa-clone' => 'clone(arrange,copy,duplicate,paste)'), array('fas fa-copy' => 'copy(clone,duplicate,file,files-o,paper,paste)'), array('far fa-copy' => 'copy(clone,duplicate,file,files-o,paper,paste)'), array('fal fa-copy' => 'copy(clone,duplicate,file,files-o,paper,paste)'), array('fas fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('far fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fal fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fas fa-file-arrow-down' => 'file-arrow-down(archive,document,export,insert,save)'), array('far fa-file-arrow-down' => 'file-arrow-down(archive,document,export,insert,save)'), array('fal fa-file-arrow-down' => 'file-arrow-down(archive,document,export,insert,save)'), array('fas fa-file-arrow-up' => 'file-arrow-up(document,import,page,save,upgrade)'), array('far fa-file-arrow-up' => 'file-arrow-up(document,import,page,save,upgrade)'), array('fal fa-file-arrow-up' => 'file-arrow-up(document,import,page,save,upgrade)'), array('fas fa-file-audio' => 'file-audio(document,mp3,music,page,play,sound)'), array('far fa-file-audio' => 'file-audio(document,mp3,music,page,play,sound)'), array('fal fa-file-audio' => 'file-audio(document,mp3,music,page,play,sound)'), array('fas fa-file-binary' => 'file-binary(binary,code,computer)'), array('far fa-file-binary' => 'file-binary(binary,code,computer)'), array('fal fa-file-binary' => 'file-binary(binary,code,computer)'), array('fas fa-file-cad' => 'file-cad( 3d, document, drafting, vector,file)'), array('far fa-file-cad' => 'file-cad( 3d, document, drafting, vector,file)'), array('fal fa-file-cad' => 'file-cad( 3d, document, drafting, vector,file)'), array('fas fa-file-check' => 'file-check(accept,agree,confirm,document,done,enable,ok,select,success,synced,tick,todo,validate,working)'), array('far fa-file-check' => 'file-check(accept,agree,confirm,document,done,enable,ok,select,success,synced,tick,todo,validate,working)'), array('fal fa-file-check' => 'file-check(accept,agree,confirm,document,done,enable,ok,select,success,synced,tick,todo,validate,working)'), array('fas fa-file-circle-check' => 'file-circle-check(document,enable,file,not affected,ok,okay,paper,validate,working)'), array('far fa-file-circle-check' => 'file-circle-check(document,enable,file,not affected,ok,okay,paper,validate,working)'), array('fal fa-file-circle-check' => 'file-circle-check(document,enable,file,not affected,ok,okay,paper,validate,working)'), array('fas fa-file-circle-exclamation' => 'file-circle-exclamation(document,failed,file,paper)'), array('far fa-file-circle-exclamation' => 'file-circle-exclamation(document,failed,file,paper)'), array('fal fa-file-circle-exclamation' => 'file-circle-exclamation(document,failed,file,paper)'), array('fas fa-file-circle-info' => 'file-circle-info(details,document,info,new,page,pdf)'), array('far fa-file-circle-info' => 'file-circle-info(details,document,info,new,page,pdf)'), array('fal fa-file-circle-info' => 'file-circle-info(details,document,info,new,page,pdf)'), array('fas fa-file-circle-minus' => 'file-circle-minus(document,file,paper)'), array('far fa-file-circle-minus' => 'file-circle-minus(document,file,paper)'), array('fal fa-file-circle-minus' => 'file-circle-minus(document,file,paper)'), array('fas fa-file-circle-plus' => 'file-circle-plus(add,document,file,new,page,paper,pdf)'), array('far fa-file-circle-plus' => 'file-circle-plus(add,document,file,new,page,paper,pdf)'), array('fal fa-file-circle-plus' => 'file-circle-plus(add,document,file,new,page,paper,pdf)'), array('fas fa-file-circle-question' => 'file-circle-question(document,file,paper)'), array('far fa-file-circle-question' => 'file-circle-question(document,file,paper)'), array('fal fa-file-circle-question' => 'file-circle-question(document,file,paper)'), array('fas fa-file-circle-xmark' => 'file-circle-xmark(document,file,paper,uncheck)'), array('far fa-file-circle-xmark' => 'file-circle-xmark(document,file,paper,uncheck)'), array('fal fa-file-circle-xmark' => 'file-circle-xmark(document,file,paper,uncheck)'), array('fas fa-file-code' => 'file-code(css,development,document,html,mysql,sql)'), array('far fa-file-code' => 'file-code(css,development,document,html,mysql,sql)'), array('fal fa-file-code' => 'file-code(css,development,document,html,mysql,sql)'), array('fas fa-file-csv' => 'file-csv(document,excel,numbers,spreadsheets,table)'), array('far fa-file-csv' => 'file-csv(document,excel,numbers,spreadsheets,table)'), array('fal fa-file-csv' => 'file-csv(document,excel,numbers,spreadsheets,table)'), array('fas fa-file-doc' => 'file-doc( file, microsoft, paper, writing,document)'), array('far fa-file-doc' => 'file-doc( file, microsoft, paper, writing,document)'), array('fal fa-file-doc' => 'file-doc( file, microsoft, paper, writing,document)'), array('fas fa-file-eps' => 'file-eps( Document with Picture, document, image,eps,img,vector)'), array('far fa-file-eps' => 'file-eps( Document with Picture, document, image,eps,img,vector)'), array('fal fa-file-eps' => 'file-eps( Document with Picture, document, image,eps,img,vector)'), array('fas fa-file-excel' => 'file-excel(csv,document,numbers,spreadsheets,table)'), array('far fa-file-excel' => 'file-excel(csv,document,numbers,spreadsheets,table)'), array('fal fa-file-excel' => 'file-excel(csv,document,numbers,spreadsheets,table)'), array('fas fa-file-exclamation' => 'file-exclamation(alert,document,failed,important,page)'), array('far fa-file-exclamation' => 'file-exclamation(alert,document,failed,important,page)'), array('fal fa-file-exclamation' => 'file-exclamation(alert,document,failed,important,page)'), array('fas fa-file-export' => 'file-export(download,save)'), array('far fa-file-export' => 'file-export(download,save)'), array('fal fa-file-export' => 'file-export(download,save)'), array('fas fa-file-gif' => 'file-gif( document, image,animation,gif,graphics interchange format,jif)'), array('far fa-file-gif' => 'file-gif( document, image,animation,gif,graphics interchange format,jif)'), array('fal fa-file-gif' => 'file-gif( document, image,animation,gif,graphics interchange format,jif)'), array('fas fa-file-heart' => 'file-heart(favorite,love,wishlist)'), array('far fa-file-heart' => 'file-heart(favorite,love,wishlist)'), array('fal fa-file-heart' => 'file-heart(favorite,love,wishlist)'), array('fas fa-file-image' => 'file-image(Document with Picture,document,image,img,jpg,photo,png)'), array('far fa-file-image' => 'file-image(Document with Picture,document,image,img,jpg,photo,png)'), array('fal fa-file-image' => 'file-image(Document with Picture,document,image,img,jpg,photo,png)'), array('fas fa-file-import' => 'file-import(copy,document,insert,send,upload)'), array('far fa-file-import' => 'file-import(copy,document,insert,send,upload)'), array('fal fa-file-import' => 'file-import(copy,document,insert,send,upload)'), array('fas fa-file-jpg' => 'file-jpg( Document with Picture, document, image, jpg, photo)'), array('far fa-file-jpg' => 'file-jpg( Document with Picture, document, image, jpg, photo)'), array('fal fa-file-jpg' => 'file-jpg( Document with Picture, document, image, jpg, photo)'), array('fas fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('far fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('fal fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('fas fa-file-lock' => 'file-lock(contract,encrypt,lock,padlock,privacy,private,protect)'), array('far fa-file-lock' => 'file-lock(contract,encrypt,lock,padlock,privacy,private,protect)'), array('fal fa-file-lock' => 'file-lock(contract,encrypt,lock,padlock,privacy,private,protect)'), array('fas fa-file-magnifying-glass' => 'file-magnifying-glass(document,find,look,magnifier,scan)'), array('far fa-file-magnifying-glass' => 'file-magnifying-glass(document,find,look,magnifier,scan)'), array('fal fa-file-magnifying-glass' => 'file-magnifying-glass(document,find,look,magnifier,scan)'), array('fas fa-file-minus' => 'file-minus(delete,document,negative,remove)'), array('far fa-file-minus' => 'file-minus(delete,document,negative,remove)'), array('fal fa-file-minus' => 'file-minus(delete,document,negative,remove)'), array('fas fa-file-mov' => 'file-mov( document,film,mov,movie,video)'), array('far fa-file-mov' => 'file-mov( document,film,mov,movie,video)'), array('fal fa-file-mov' => 'file-mov( document,film,mov,movie,video)'), array('fas fa-file-mp3' => 'file-mp3( mp3, music, page, play, sound,document)'), array('far fa-file-mp3' => 'file-mp3( mp3, music, page, play, sound,document)'), array('fal fa-file-mp3' => 'file-mp3( mp3, music, page, play, sound,document)'), array('fas fa-file-mp4' => 'file-mp4( document, film, movie,mp4,mpeg,video)'), array('far fa-file-mp4' => 'file-mp4( document, film, movie,mp4,mpeg,video)'), array('fal fa-file-mp4' => 'file-mp4( document, film, movie,mp4,mpeg,video)'), array('fas fa-file-music' => 'file-music(aac,aif,audio,midi,mp3,ogg,sheet music,wav,wma)'), array('far fa-file-music' => 'file-music(aac,aif,audio,midi,mp3,ogg,sheet music,wav,wma)'), array('fal fa-file-music' => 'file-music(aac,aif,audio,midi,mp3,ogg,sheet music,wav,wma)'), array('fas fa-file-pdf' => 'file-pdf(acrobat,document,preview,save)'), array('far fa-file-pdf' => 'file-pdf(acrobat,document,preview,save)'), array('fal fa-file-pdf' => 'file-pdf(acrobat,document,preview,save)'), array('fas fa-file-pen' => 'file-pen(edit,memo,modify,pen,pencil,update,write)'), array('far fa-file-pen' => 'file-pen(edit,memo,modify,pen,pencil,update,write)'), array('fal fa-file-pen' => 'file-pen(edit,memo,modify,pen,pencil,update,write)'), array('fas fa-file-plus' => 'file-plus(add,create,document,medical,new,positive)'), array('far fa-file-plus' => 'file-plus(add,create,document,medical,new,positive)'), array('fal fa-file-plus' => 'file-plus(add,create,document,medical,new,positive)'), array('fas fa-file-plus-minus' => 'file-plus-minus(add,difference,math,subtract)'), array('far fa-file-plus-minus' => 'file-plus-minus(add,difference,math,subtract)'), array('fal fa-file-plus-minus' => 'file-plus-minus(add,difference,math,subtract)'), array('fas fa-file-png' => 'file-png( Document with Picture, document, image, jpg, photo)'), array('far fa-file-png' => 'file-png( Document with Picture, document, image, jpg, photo)'), array('fal fa-file-png' => 'file-png( Document with Picture, document, image, jpg, photo)'), array('fas fa-file-powerpoint' => 'file-powerpoint(display,document,keynote,presentation)'), array('far fa-file-powerpoint' => 'file-powerpoint(display,document,keynote,presentation)'), array('fal fa-file-powerpoint' => 'file-powerpoint(display,document,keynote,presentation)'), array('fas fa-file-ppt' => 'file-ppt( document, file, lecture, panel, powerpoint, ppt, seminar, slides, speak, speaker, talk,keynote)'), array('far fa-file-ppt' => 'file-ppt( document, file, lecture, panel, powerpoint, ppt, seminar, slides, speak, speaker, talk,keynote)'), array('fal fa-file-ppt' => 'file-ppt( document, file, lecture, panel, powerpoint, ppt, seminar, slides, speak, speaker, talk,keynote)'), array('fas fa-file-shield' => 'file-shield(antivirus,data,document,protect,safe,safety,secure)'), array('far fa-file-shield' => 'file-shield(antivirus,data,document,protect,safe,safety,secure)'), array('fal fa-file-shield' => 'file-shield(antivirus,data,document,protect,safe,safety,secure)'), array('fas fa-file-slash' => 'file-slash(cancel,delete,disabled,paper,remove)'), array('far fa-file-slash' => 'file-slash(cancel,delete,disabled,paper,remove)'), array('fal fa-file-slash' => 'file-slash(cancel,delete,disabled,paper,remove)'), array('fas fa-file-svg' => 'file-svg( document,image,scalable vector graphic,svg,vector)'), array('far fa-file-svg' => 'file-svg( document,image,scalable vector graphic,svg,vector)'), array('fal fa-file-svg' => 'file-svg( document,image,scalable vector graphic,svg,vector)'), array('fas fa-file-vector' => 'file-vector( document, svg, vector,eps,image)'), array('far fa-file-vector' => 'file-vector( document, svg, vector,eps,image)'), array('fal fa-file-vector' => 'file-vector( document, svg, vector,eps,image)'), array('fas fa-file-video' => 'file-video(document,m4v,movie,mp4,play)'), array('far fa-file-video' => 'file-video(document,m4v,movie,mp4,play)'), array('fal fa-file-video' => 'file-video(document,m4v,movie,mp4,play)'), array('fas fa-file-word' => 'file-word(document,edit,page,text,writing)'), array('far fa-file-word' => 'file-word(document,edit,page,text,writing)'), array('fal fa-file-word' => 'file-word(document,edit,page,text,writing)'), array('fas fa-file-xls' => 'file-xls( document, excel, file, numbers, spreadsheets, table,csv)'), array('far fa-file-xls' => 'file-xls( document, excel, file, numbers, spreadsheets, table,csv)'), array('fal fa-file-xls' => 'file-xls( document, excel, file, numbers, spreadsheets, table,csv)'), array('fas fa-file-xmark' => 'file-xmark(archive,delete,document,remove,uncheck,x)'), array('far fa-file-xmark' => 'file-xmark(archive,delete,document,remove,uncheck,x)'), array('fal fa-file-xmark' => 'file-xmark(archive,delete,document,remove,uncheck,x)'), array('fas fa-file-xml' => 'file-xml( data, document, file, language, markup,extensible)'), array('far fa-file-xml' => 'file-xml( data, document, file, language, markup,extensible)'), array('fal fa-file-xml' => 'file-xml( data, document, file, language, markup,extensible)'), array('fas fa-file-zip' => 'file-zip( file, paper, document,archive)'), array('far fa-file-zip' => 'file-zip( file, paper, document,archive)'), array('fal fa-file-zip' => 'file-zip( file, paper, document,archive)'), array('fas fa-file-zipper' => 'file-zipper(.zip,bundle,compress,compression,download,zip)'), array('far fa-file-zipper' => 'file-zipper(.zip,bundle,compress,compression,download,zip)'), array('fal fa-file-zipper' => 'file-zipper(.zip,bundle,compress,compression,download,zip)'), array('fas fa-files' => 'files(history,multiple)'), array('far fa-files' => 'files(history,multiple)'), array('fal fa-files' => 'files(history,multiple)'), array('fas fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('far fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('fal fa-floppy-disk' => 'floppy-disk(Black Hard Shell Floppy Disk,computer,disk,download,floppy,floppy disk,floppy-o)'), array('fas fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('far fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('fal fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('fas fa-folder-bookmark' => 'folder-bookmark(favorite,file,remember)'), array('far fa-folder-bookmark' => 'folder-bookmark(favorite,file,remember)'), array('fal fa-folder-bookmark' => 'folder-bookmark(favorite,file,remember)'), array('fas fa-folder-check' => 'folder-check( archive, directory, document, file, file folder, folder,Black Folder)'), array('far fa-folder-check' => 'folder-check( archive, directory, document, file, file folder, folder,Black Folder)'), array('fal fa-folder-check' => 'folder-check( archive, directory, document, file, file folder, folder,Black Folder)'), array('fas fa-folder-closed' => 'folder-closed(file)'), array('far fa-folder-closed' => 'folder-closed(file)'), array('fal fa-folder-closed' => 'folder-closed(file)'), array('fas fa-folder-gear' => 'folder-gear(admin,cog,configuration,file,modify,preferences,settings)'), array('far fa-folder-gear' => 'folder-gear(admin,cog,configuration,file,modify,preferences,settings)'), array('fal fa-folder-gear' => 'folder-gear(admin,cog,configuration,file,modify,preferences,settings)'), array('fas fa-folder-grid' => 'folder-grid(contents,file)'), array('far fa-folder-grid' => 'folder-grid(contents,file)'), array('fal fa-folder-grid' => 'folder-grid(contents,file)'), array('fas fa-folder-heart' => 'folder-heart(favorite,file,wishlist)'), array('far fa-folder-heart' => 'folder-heart(favorite,file,wishlist)'), array('fal fa-folder-heart' => 'folder-heart(favorite,file,wishlist)'), array('fas fa-folder-image' => 'folder-image(file,image,img,photos)'), array('far fa-folder-image' => 'folder-image(file,image,img,photos)'), array('fal fa-folder-image' => 'folder-image(file,image,img,photos)'), array('fas fa-folder-magnifying-glass' => 'folder-magnifying-glass(file,magnifier,search)'), array('far fa-folder-magnifying-glass' => 'folder-magnifying-glass(file,magnifier,search)'), array('fal fa-folder-magnifying-glass' => 'folder-magnifying-glass(file,magnifier,search)'), array('fas fa-folder-medical' => 'folder-medical(health,patient,record)'), array('far fa-folder-medical' => 'folder-medical(health,patient,record)'), array('fal fa-folder-medical' => 'folder-medical(health,patient,record)'), array('fas fa-folder-music' => 'folder-music(audio,mp3)'), array('far fa-folder-music' => 'folder-music(audio,mp3)'), array('fal fa-folder-music' => 'folder-music(audio,mp3)'), array('fas fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('far fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('fal fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('fas fa-folder-user' => 'folder-user(contacts,cv,employee,file,resume,uer)'), array('far fa-folder-user' => 'folder-user(contacts,cv,employee,file,resume,uer)'), array('fal fa-folder-user' => 'folder-user(contacts,cv,employee,file,resume,uer)'), array('fas fa-folder-xmark' => 'folder-xmark(archive,delete,directory,document,file,remove,uncheck,x)'), array('far fa-folder-xmark' => 'folder-xmark(archive,delete,directory,document,file,remove,uncheck,x)'), array('fal fa-folder-xmark' => 'folder-xmark(archive,delete,directory,document,file,remove,uncheck,x)'), array('fas fa-folders' => 'folders(archive,copy,directory,document,duplicate,file)'), array('far fa-folders' => 'folders(archive,copy,directory,document,duplicate,file)'), array('fal fa-folders' => 'folders(archive,copy,directory,document,duplicate,file)'), array('fas fa-memo' => 'memo(cv,file,idea,note,notepad,page,paper)'), array('far fa-memo' => 'memo(cv,file,idea,note,notepad,page,paper)'), array('fal fa-memo' => 'memo(cv,file,idea,note,notepad,page,paper)'), array('fas fa-memo-circle-check' => 'memo-circle-check(check,cv,done,enable,file,idea,not affected,note,notepad,ok,okay,page,paper,validate,working)'), array('far fa-memo-circle-check' => 'memo-circle-check(check,cv,done,enable,file,idea,not affected,note,notepad,ok,okay,page,paper,validate,working)'), array('fal fa-memo-circle-check' => 'memo-circle-check(check,cv,done,enable,file,idea,not affected,note,notepad,ok,okay,page,paper,validate,working)'), array('fas fa-memo-circle-info' => 'memo-circle-info(cv,details,file,idea,information,note,notepad,page,paper)'), array('far fa-memo-circle-info' => 'memo-circle-info(cv,details,file,idea,information,note,notepad,page,paper)'), array('fal fa-memo-circle-info' => 'memo-circle-info(cv,details,file,idea,information,note,notepad,page,paper)'), array('fas fa-memo-pad' => 'memo-pad(cv,file,idea,note,notepad,paper)'), array('far fa-memo-pad' => 'memo-pad(cv,file,idea,note,notepad,paper)'), array('fal fa-memo-pad' => 'memo-pad(cv,file,idea,note,notepad,paper)'), array('fas fa-note-sticky' => 'note-sticky(message,note,paper,reminder,sticker)'), array('far fa-note-sticky' => 'note-sticky(message,note,paper,reminder,sticker)'), array('fal fa-note-sticky' => 'note-sticky(message,note,paper,reminder,sticker)'), array('fas fa-page' => 'page(cv,document,empty,file,new,pdf,resume)'), array('far fa-page' => 'page(cv,document,empty,file,new,pdf,resume)'), array('fal fa-page' => 'page(cv,document,empty,file,new,pdf,resume)'), array('fas fa-page-caret-down' => 'page-caret-down(document,empty,file,new,page down,pdf,resume)'), array('far fa-page-caret-down' => 'page-caret-down(document,empty,file,new,page down,pdf,resume)'), array('fal fa-page-caret-down' => 'page-caret-down(document,empty,file,new,page down,pdf,resume)'), array('fas fa-page-caret-up' => 'page-caret-up(document,empty,file,new,page up,pdf,resume,upgrade)'), array('far fa-page-caret-up' => 'page-caret-up(document,empty,file,new,page up,pdf,resume,upgrade)'), array('fal fa-page-caret-up' => 'page-caret-up(document,empty,file,new,page up,pdf,resume,upgrade)'), array('fas fa-paste' => 'paste(clipboard,copy,document,paper)'), array('far fa-paste' => 'paste(clipboard,copy,document,paper)'), array('fal fa-paste' => 'paste(clipboard,copy,document,paper)'), array('fas fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('far fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('fal fa-photo-film' => 'photo-film(av,film,image,library,media)'), array('fas fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), array('far fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), array('fal fa-scissors' => 'scissors(Black Safety Scissors,White Scissors,clip,cutting,equipment,modify,scissors,snip,tool)'), ), 'Food + Beverage' => array( array('fas fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('far fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('fal fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('fas fa-bacon' => 'bacon(bacon,blt,breakfast,food,ham,lard,meat,pancetta,pork,rasher)'), array('far fa-bacon' => 'bacon(bacon,blt,breakfast,food,ham,lard,meat,pancetta,pork,rasher)'), array('fal fa-bacon' => 'bacon(bacon,blt,breakfast,food,ham,lard,meat,pancetta,pork,rasher)'), array('fas fa-bagel' => 'bagel(bagel,bakery,breakfast,cream cheese,schmear,toast)'), array('far fa-bagel' => 'bagel(bagel,bakery,breakfast,cream cheese,schmear,toast)'), array('fal fa-bagel' => 'bagel(bagel,bakery,breakfast,cream cheese,schmear,toast)'), array('fas fa-baguette' => 'baguette(baguette,bread,french,loaf,sourdough)'), array('far fa-baguette' => 'baguette(baguette,bread,french,loaf,sourdough)'), array('fal fa-baguette' => 'baguette(baguette,bread,french,loaf,sourdough)'), array('fas fa-beer-mug' => 'beer-mug(alcohol,ale,bar,beer,beer mug,beverage,brew,brewery,drink,foam,lager,mug,stein)'), array('far fa-beer-mug' => 'beer-mug(alcohol,ale,bar,beer,beer mug,beverage,brew,brewery,drink,foam,lager,mug,stein)'), array('fal fa-beer-mug' => 'beer-mug(alcohol,ale,bar,beer,beer mug,beverage,brew,brewery,drink,foam,lager,mug,stein)'), array('fas fa-beer-mug-empty' => 'beer-mug-empty(alcohol,ale,bar,beverage,brew,brewery,drink,foam,lager,liquor,mug,stein)'), array('far fa-beer-mug-empty' => 'beer-mug-empty(alcohol,ale,bar,beverage,brew,brewery,drink,foam,lager,liquor,mug,stein)'), array('fal fa-beer-mug-empty' => 'beer-mug-empty(alcohol,ale,bar,beverage,brew,brewery,drink,foam,lager,liquor,mug,stein)'), array('fas fa-blender' => 'blender(cocktail,milkshake,mixer,puree,smoothie)'), array('far fa-blender' => 'blender(cocktail,milkshake,mixer,puree,smoothie)'), array('fal fa-blender' => 'blender(cocktail,milkshake,mixer,puree,smoothie)'), array('fas fa-bone' => 'bone(bone,calcium,dog,skeletal,skeleton,tibia)'), array('far fa-bone' => 'bone(bone,calcium,dog,skeletal,skeleton,tibia)'), array('fal fa-bone' => 'bone(bone,calcium,dog,skeletal,skeleton,tibia)'), array('fas fa-bottle-baby' => 'bottle-baby( baby, bottle, formula, infant, nursing,nurse)'), array('far fa-bottle-baby' => 'bottle-baby( baby, bottle, formula, infant, nursing,nurse)'), array('fal fa-bottle-baby' => 'bottle-baby( baby, bottle, formula, infant, nursing,nurse)'), array('fas fa-bottle-droplet' => 'bottle-droplet(alcohol,drink,oil,olive oil,wine)'), array('far fa-bottle-droplet' => 'bottle-droplet(alcohol,drink,oil,olive oil,wine)'), array('fal fa-bottle-droplet' => 'bottle-droplet(alcohol,drink,oil,olive oil,wine)'), array('fas fa-bottle-water' => 'bottle-water(h2o,plastic,water)'), array('far fa-bottle-water' => 'bottle-water(h2o,plastic,water)'), array('fal fa-bottle-water' => 'bottle-water(h2o,plastic,water)'), array('fas fa-bowl-chopsticks' => 'bowl-chopsticks(chopsticks,noodles,ramen,steaming)'), array('far fa-bowl-chopsticks' => 'bowl-chopsticks(chopsticks,noodles,ramen,steaming)'), array('fal fa-bowl-chopsticks' => 'bowl-chopsticks(chopsticks,noodles,ramen,steaming)'), array('fas fa-bowl-chopsticks-noodles' => 'bowl-chopsticks-noodles(bowl,chopsticks,noodle,noodles,ramen,steaming,steaming bowl)'), array('far fa-bowl-chopsticks-noodles' => 'bowl-chopsticks-noodles(bowl,chopsticks,noodle,noodles,ramen,steaming,steaming bowl)'), array('fal fa-bowl-chopsticks-noodles' => 'bowl-chopsticks-noodles(bowl,chopsticks,noodle,noodles,ramen,steaming,steaming bowl)'), array('fas fa-bowl-food' => 'bowl-food(catfood,dogfood,food,rice)'), array('far fa-bowl-food' => 'bowl-food(catfood,dogfood,food,rice)'), array('fal fa-bowl-food' => 'bowl-food(catfood,dogfood,food,rice)'), array('fas fa-bowl-hot' => 'bowl-hot(bisque,bouillon,bowl,broth,chicken,chowder,gazpacho,ramen,stew)'), array('far fa-bowl-hot' => 'bowl-hot(bisque,bouillon,bowl,broth,chicken,chowder,gazpacho,ramen,stew)'), array('fal fa-bowl-hot' => 'bowl-hot(bisque,bouillon,bowl,broth,chicken,chowder,gazpacho,ramen,stew)'), array('fas fa-bowl-rice' => 'bowl-rice(boiled,cooked,cooked rice,rice,steamed)'), array('far fa-bowl-rice' => 'bowl-rice(boiled,cooked,cooked rice,rice,steamed)'), array('fal fa-bowl-rice' => 'bowl-rice(boiled,cooked,cooked rice,rice,steamed)'), array('fas fa-bowl-scoop' => 'bowl-scoop(dessert,ice cream,scoop,shaved ice,sherbert,sherbet,sorbet)'), array('far fa-bowl-scoop' => 'bowl-scoop(dessert,ice cream,scoop,shaved ice,sherbert,sherbet,sorbet)'), array('fal fa-bowl-scoop' => 'bowl-scoop(dessert,ice cream,scoop,shaved ice,sherbert,sherbet,sorbet)'), array('fas fa-bowl-scoops' => 'bowl-scoops(dessert,ice cream,scoop,shaved ice,sherbert,sherbet,sorbet)'), array('far fa-bowl-scoops' => 'bowl-scoops(dessert,ice cream,scoop,shaved ice,sherbert,sherbet,sorbet)'), array('fal fa-bowl-scoops' => 'bowl-scoops(dessert,ice cream,scoop,shaved ice,sherbert,sherbet,sorbet)'), array('fas fa-bowl-soft-serve' => 'bowl-soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('far fa-bowl-soft-serve' => 'bowl-soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('fal fa-bowl-soft-serve' => 'bowl-soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('fas fa-bowl-spoon' => 'bowl-spoon(breakfast,cereal,congee,oatmeal,porridge)'), array('far fa-bowl-spoon' => 'bowl-spoon(breakfast,cereal,congee,oatmeal,porridge)'), array('fal fa-bowl-spoon' => 'bowl-spoon(breakfast,cereal,congee,oatmeal,porridge)'), array('fas fa-bread-loaf' => 'bread-loaf(bake,bakery,baking,bread,dough,flour,gluten,grain,loaf,sandwich,sourdough,toast,wheat,yeast)'), array('far fa-bread-loaf' => 'bread-loaf(bake,bakery,baking,bread,dough,flour,gluten,grain,loaf,sandwich,sourdough,toast,wheat,yeast)'), array('fal fa-bread-loaf' => 'bread-loaf(bake,bakery,baking,bread,dough,flour,gluten,grain,loaf,sandwich,sourdough,toast,wheat,yeast)'), array('fas fa-bread-slice' => 'bread-slice(bake,bakery,baking,dough,flour,gluten,grain,sandwich,sourdough,toast,wheat,yeast)'), array('far fa-bread-slice' => 'bread-slice(bake,bakery,baking,dough,flour,gluten,grain,sandwich,sourdough,toast,wheat,yeast)'), array('fal fa-bread-slice' => 'bread-slice(bake,bakery,baking,dough,flour,gluten,grain,sandwich,sourdough,toast,wheat,yeast)'), array('fas fa-bread-slice-butter' => 'bread-slice-butter(bread,breakfast,butter,toast)'), array('far fa-bread-slice-butter' => 'bread-slice-butter(bread,breakfast,butter,toast)'), array('fal fa-bread-slice-butter' => 'bread-slice-butter(bread,breakfast,butter,toast)'), array('fas fa-burger' => 'burger(bacon,beef,burger,burger king,cheeseburger,fast food,grill,ground beef,mcdonalds,sandwich)'), array('far fa-burger' => 'burger(bacon,beef,burger,burger king,cheeseburger,fast food,grill,ground beef,mcdonalds,sandwich)'), array('fal fa-burger' => 'burger(bacon,beef,burger,burger king,cheeseburger,fast food,grill,ground beef,mcdonalds,sandwich)'), array('fas fa-burger-cheese' => 'burger-cheese(bacon,beef,burger,burger king,fast food,grill,ground beef,hamburger,mcdonalds,sandwich,slider,wendys,white castle)'), array('far fa-burger-cheese' => 'burger-cheese(bacon,beef,burger,burger king,fast food,grill,ground beef,hamburger,mcdonalds,sandwich,slider,wendys,white castle)'), array('fal fa-burger-cheese' => 'burger-cheese(bacon,beef,burger,burger king,fast food,grill,ground beef,hamburger,mcdonalds,sandwich,slider,wendys,white castle)'), array('fas fa-burger-fries' => 'burger-fries(chips,fast food,french fries,junk food,sandwich,takeout)'), array('far fa-burger-fries' => 'burger-fries(chips,fast food,french fries,junk food,sandwich,takeout)'), array('fal fa-burger-fries' => 'burger-fries(chips,fast food,french fries,junk food,sandwich,takeout)'), array('fas fa-burger-glass' => 'burger-glass(beer,fast food,junk food,sandwich,soda,takeout)'), array('far fa-burger-glass' => 'burger-glass(beer,fast food,junk food,sandwich,soda,takeout)'), array('fal fa-burger-glass' => 'burger-glass(beer,fast food,junk food,sandwich,soda,takeout)'), array('fas fa-burger-lettuce' => 'burger-lettuce(burger,fast food,grill,sandwich,vegetables,veggie burger)'), array('far fa-burger-lettuce' => 'burger-lettuce(burger,fast food,grill,sandwich,vegetables,veggie burger)'), array('fal fa-burger-lettuce' => 'burger-lettuce(burger,fast food,grill,sandwich,vegetables,veggie burger)'), array('fas fa-burger-soda' => 'burger-soda(bacon,beef,cheeseburger,fast food,grill,ground beef,hamburger,junk food,pop,sandwich,slider)'), array('far fa-burger-soda' => 'burger-soda(bacon,beef,cheeseburger,fast food,grill,ground beef,hamburger,junk food,pop,sandwich,slider)'), array('fal fa-burger-soda' => 'burger-soda(bacon,beef,cheeseburger,fast food,grill,ground beef,hamburger,junk food,pop,sandwich,slider)'), array('fas fa-burrito' => 'burrito(beans,breakfast,burrito,chimichanga,mexican,salsa,taco,tortilla,wrap)'), array('far fa-burrito' => 'burrito(beans,breakfast,burrito,chimichanga,mexican,salsa,taco,tortilla,wrap)'), array('fal fa-burrito' => 'burrito(beans,breakfast,burrito,chimichanga,mexican,salsa,taco,tortilla,wrap)'), array('fas fa-butter' => 'butter(butter,dairy,margarine,spread)'), array('far fa-butter' => 'butter(butter,dairy,margarine,spread)'), array('fal fa-butter' => 'butter(butter,dairy,margarine,spread)'), array('fas fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('far fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('fal fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('fas fa-cake-slice' => 'cake-slice(birthday,cake,dessert,frosting,icing)'), array('far fa-cake-slice' => 'cake-slice(birthday,cake,dessert,frosting,icing)'), array('fal fa-cake-slice' => 'cake-slice(birthday,cake,dessert,frosting,icing)'), array('fas fa-can-food' => 'can-food(canned,ration,soup,tin)'), array('far fa-can-food' => 'can-food(canned,ration,soup,tin)'), array('fal fa-can-food' => 'can-food(canned,ration,soup,tin)'), array('fas fa-candy' => 'candy(candy,sugar,sweet,wrapper)'), array('far fa-candy' => 'candy(candy,sugar,sweet,wrapper)'), array('fal fa-candy' => 'candy(candy,sugar,sweet,wrapper)'), array('fas fa-candy-bar' => 'candy-bar(candy,chocolate,hershey)'), array('far fa-candy-bar' => 'candy-bar(candy,chocolate,hershey)'), array('fal fa-candy-bar' => 'candy-bar(candy,chocolate,hershey)'), array('fas fa-candy-cane' => 'candy-cane(candy,christmas,holiday,mint,peppermint,striped,xmas)'), array('far fa-candy-cane' => 'candy-cane(candy,christmas,holiday,mint,peppermint,striped,xmas)'), array('fal fa-candy-cane' => 'candy-cane(candy,christmas,holiday,mint,peppermint,striped,xmas)'), array('fas fa-candy-corn' => 'candy-corn(halloween,holiday,sugar,triangles)'), array('far fa-candy-corn' => 'candy-corn(halloween,holiday,sugar,triangles)'), array('fal fa-candy-corn' => 'candy-corn(halloween,holiday,sugar,triangles)'), array('fas fa-carrot' => 'carrot(bugs bunny,carrot,food,orange,vegan,vegetable)'), array('far fa-carrot' => 'carrot(bugs bunny,carrot,food,orange,vegan,vegetable)'), array('fal fa-carrot' => 'carrot(bugs bunny,carrot,food,orange,vegan,vegetable)'), array('fas fa-champagne-glass' => 'champagne-glass(alcohol,bar,beverage,celebration,champagne,drink,holiday,party)'), array('far fa-champagne-glass' => 'champagne-glass(alcohol,bar,beverage,celebration,champagne,drink,holiday,party)'), array('fal fa-champagne-glass' => 'champagne-glass(alcohol,bar,beverage,celebration,champagne,drink,holiday,party)'), array('fas fa-champagne-glasses' => 'champagne-glasses(alcohol,bar,beverage,celebrate,celebration,champagne,clink,clinking glasses,drink,glass,holiday,new year\'s eve,party,toast)'), array('far fa-champagne-glasses' => 'champagne-glasses(alcohol,bar,beverage,celebrate,celebration,champagne,clink,clinking glasses,drink,glass,holiday,new year\'s eve,party,toast)'), array('fal fa-champagne-glasses' => 'champagne-glasses(alcohol,bar,beverage,celebrate,celebration,champagne,clink,clinking glasses,drink,glass,holiday,new year\'s eve,party,toast)'), array('fas fa-cheese' => 'cheese(cheddar,curd,gouda,melt,parmesan,sandwich,swiss,wedge)'), array('far fa-cheese' => 'cheese(cheddar,curd,gouda,melt,parmesan,sandwich,swiss,wedge)'), array('fal fa-cheese' => 'cheese(cheddar,curd,gouda,melt,parmesan,sandwich,swiss,wedge)'), array('fas fa-cheese-swiss' => 'cheese-swiss(cheddar,cheese,cheese wedge,curd,gouda,melt,parmesan,sandwich,swiss,wedge)'), array('far fa-cheese-swiss' => 'cheese-swiss(cheddar,cheese,cheese wedge,curd,gouda,melt,parmesan,sandwich,swiss,wedge)'), array('fal fa-cheese-swiss' => 'cheese-swiss(cheddar,cheese,cheese wedge,curd,gouda,melt,parmesan,sandwich,swiss,wedge)'), array('fas fa-chopsticks' => 'chopsticks(bamboo,chopsticks,utensils)'), array('far fa-chopsticks' => 'chopsticks(bamboo,chopsticks,utensils)'), array('fal fa-chopsticks' => 'chopsticks(bamboo,chopsticks,utensils)'), array('fas fa-circle-gf' => 'circle-gf( gluten free, restaurant,celiac,gluten)'), array('far fa-circle-gf' => 'circle-gf( gluten free, restaurant,celiac,gluten)'), array('fal fa-circle-gf' => 'circle-gf( gluten free, restaurant,celiac,gluten)'), array('fas fa-cloud-meatball' => 'cloud-meatball(FLDSMDFR,food,spaghetti,storm)'), array('far fa-cloud-meatball' => 'cloud-meatball(FLDSMDFR,food,spaghetti,storm)'), array('fal fa-cloud-meatball' => 'cloud-meatball(FLDSMDFR,food,spaghetti,storm)'), array('fas fa-coffee-bean' => 'coffee-bean(berry,brew,coffee,espresso,java)'), array('far fa-coffee-bean' => 'coffee-bean(berry,brew,coffee,espresso,java)'), array('fal fa-coffee-bean' => 'coffee-bean(berry,brew,coffee,espresso,java)'), array('fas fa-coffee-beans' => 'coffee-beans(berry,brew,coffee,espresso,java)'), array('far fa-coffee-beans' => 'coffee-beans(berry,brew,coffee,espresso,java)'), array('fal fa-coffee-beans' => 'coffee-beans(berry,brew,coffee,espresso,java)'), array('fas fa-coffee-pot' => 'coffee-pot(beverage,breakfast,brew,cafe,carafe,drink,morning)'), array('far fa-coffee-pot' => 'coffee-pot(beverage,breakfast,brew,cafe,carafe,drink,morning)'), array('fal fa-coffee-pot' => 'coffee-pot(beverage,breakfast,brew,cafe,carafe,drink,morning)'), array('fas fa-cookie' => 'cookie(baked good,chips,chocolate,cookie,dessert,eat,snack,sweet,treat)'), array('far fa-cookie' => 'cookie(baked good,chips,chocolate,cookie,dessert,eat,snack,sweet,treat)'), array('fal fa-cookie' => 'cookie(baked good,chips,chocolate,cookie,dessert,eat,snack,sweet,treat)'), array('fas fa-corn' => 'corn(cob,corn,ear,ear of corn,fall,grain,kernel,maize,maze,popcorn)'), array('far fa-corn' => 'corn(cob,corn,ear,ear of corn,fall,grain,kernel,maize,maze,popcorn)'), array('fal fa-corn' => 'corn(cob,corn,ear,ear of corn,fall,grain,kernel,maize,maze,popcorn)'), array('fas fa-crab' => 'crab(cancer,claws,crabmeat,crustacean,seafood,shellfish,zodiac)'), array('far fa-crab' => 'crab(cancer,claws,crabmeat,crustacean,seafood,shellfish,zodiac)'), array('fal fa-crab' => 'crab(cancer,claws,crabmeat,crustacean,seafood,shellfish,zodiac)'), array('fas fa-crate-apple' => 'crate-apple(bushel,container,fall,fruit,fuji,macintosh,orchard,peck,seasonal)'), array('far fa-crate-apple' => 'crate-apple(bushel,container,fall,fruit,fuji,macintosh,orchard,peck,seasonal)'), array('fal fa-crate-apple' => 'crate-apple(bushel,container,fall,fruit,fuji,macintosh,orchard,peck,seasonal)'), array('fas fa-croissant' => 'croissant(bakery,bread,breakfast,brioche,butter,crescent,croissant,dough,food,french,gluten,pastry,roll)'), array('far fa-croissant' => 'croissant(bakery,bread,breakfast,brioche,butter,crescent,croissant,dough,food,french,gluten,pastry,roll)'), array('fal fa-croissant' => 'croissant(bakery,bread,breakfast,brioche,butter,crescent,croissant,dough,food,french,gluten,pastry,roll)'), array('fas fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('far fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('fal fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('fas fa-cup-straw' => 'cup-straw(caffeine,fast food,orange mocha frappuccino,pop,soda,soft drink,takeout)'), array('far fa-cup-straw' => 'cup-straw(caffeine,fast food,orange mocha frappuccino,pop,soda,soft drink,takeout)'), array('fal fa-cup-straw' => 'cup-straw(caffeine,fast food,orange mocha frappuccino,pop,soda,soft drink,takeout)'), array('fas fa-cup-straw-swoosh' => 'cup-straw-swoosh(caffeine,fast food,orange mocha frappuccino,pop,soda,soft drink,takeout)'), array('far fa-cup-straw-swoosh' => 'cup-straw-swoosh(caffeine,fast food,orange mocha frappuccino,pop,soda,soft drink,takeout)'), array('fal fa-cup-straw-swoosh' => 'cup-straw-swoosh(caffeine,fast food,orange mocha frappuccino,pop,soda,soft drink,takeout)'), array('fas fa-cup-togo' => 'cup-togo(beverage,breakfast,cafe,drink,latte,morning,mug,starbucks,takeout,tea,travel)'), array('far fa-cup-togo' => 'cup-togo(beverage,breakfast,cafe,drink,latte,morning,mug,starbucks,takeout,tea,travel)'), array('fal fa-cup-togo' => 'cup-togo(beverage,breakfast,cafe,drink,latte,morning,mug,starbucks,takeout,tea,travel)'), array('fas fa-cupcake' => 'cupcake(birthday,dessert,frosting,sweet)'), array('far fa-cupcake' => 'cupcake(birthday,dessert,frosting,sweet)'), array('fal fa-cupcake' => 'cupcake(birthday,dessert,frosting,sweet)'), array('fas fa-custard' => 'custard(caramel,custard,dessert,sweet)'), array('far fa-custard' => 'custard(caramel,custard,dessert,sweet)'), array('fal fa-custard' => 'custard(caramel,custard,dessert,sweet)'), array('fas fa-donut' => 'donut(donut,doughnut,frosting,homer simpson,jimmies,sprinkles)'), array('far fa-donut' => 'donut(donut,doughnut,frosting,homer simpson,jimmies,sprinkles)'), array('fal fa-donut' => 'donut(donut,doughnut,frosting,homer simpson,jimmies,sprinkles)'), array('fas fa-drumstick' => 'drumstick(bone,chicken,drumstick,leg,meat,poultry,poultry leg,turkey)'), array('far fa-drumstick' => 'drumstick(bone,chicken,drumstick,leg,meat,poultry,poultry leg,turkey)'), array('fal fa-drumstick' => 'drumstick(bone,chicken,drumstick,leg,meat,poultry,poultry leg,turkey)'), array('fas fa-drumstick-bite' => 'drumstick-bite(bone,chicken,leg,meat,poultry,turkey)'), array('far fa-drumstick-bite' => 'drumstick-bite(bone,chicken,leg,meat,poultry,turkey)'), array('fal fa-drumstick-bite' => 'drumstick-bite(bone,chicken,leg,meat,poultry,turkey)'), array('fas fa-egg' => 'egg(breakfast,chicken,easter,egg,food,shell,yolk)'), array('far fa-egg' => 'egg(breakfast,chicken,easter,egg,food,shell,yolk)'), array('fal fa-egg' => 'egg(breakfast,chicken,easter,egg,food,shell,yolk)'), array('fas fa-egg-fried' => 'egg-fried(breakfast,chicken,yolk)'), array('far fa-egg-fried' => 'egg-fried(breakfast,chicken,yolk)'), array('fal fa-egg-fried' => 'egg-fried(breakfast,chicken,yolk)'), array('fas fa-falafel' => 'falafel(chickpea,falafel,garbanzo,meatball)'), array('far fa-falafel' => 'falafel(chickpea,falafel,garbanzo,meatball)'), array('fal fa-falafel' => 'falafel(chickpea,falafel,garbanzo,meatball)'), array('fas fa-fish' => 'fish(Pisces,fauna,fish,gold,seafood,swimming,zodiac)'), array('far fa-fish' => 'fish(Pisces,fauna,fish,gold,seafood,swimming,zodiac)'), array('fal fa-fish' => 'fish(Pisces,fauna,fish,gold,seafood,swimming,zodiac)'), array('fas fa-fish-bones' => 'fish-bones(dead,fish,skeleton)'), array('far fa-fish-bones' => 'fish-bones(dead,fish,skeleton)'), array('fal fa-fish-bones' => 'fish-bones(dead,fish,skeleton)'), array('fas fa-fish-cooked' => 'fish-cooked(grilled,health,salmon,seafood,tuna)'), array('far fa-fish-cooked' => 'fish-cooked(grilled,health,salmon,seafood,tuna)'), array('fal fa-fish-cooked' => 'fish-cooked(grilled,health,salmon,seafood,tuna)'), array('fas fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('far fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('fal fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('fas fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('far fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('fal fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('fas fa-flask-round-poison' => 'flask-round-poison( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,beverage,container,drink,halloween,health,holiday,potion,power)'), array('far fa-flask-round-poison' => 'flask-round-poison( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,beverage,container,drink,halloween,health,holiday,potion,power)'), array('fal fa-flask-round-poison' => 'flask-round-poison( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,beverage,container,drink,halloween,health,holiday,potion,power)'), array('fas fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('far fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('fal fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('fas fa-flatbread' => 'flatbread(arepa,flatbread,lavash,naan,pita)'), array('far fa-flatbread' => 'flatbread(arepa,flatbread,lavash,naan,pita)'), array('fal fa-flatbread' => 'flatbread(arepa,flatbread,lavash,naan,pita)'), array('fas fa-flatbread-stuffed' => 'flatbread-stuffed(chickpea,falafel,garbanzo,gyro,kebab,pita,sandwich)'), array('far fa-flatbread-stuffed' => 'flatbread-stuffed(chickpea,falafel,garbanzo,gyro,kebab,pita,sandwich)'), array('fal fa-flatbread-stuffed' => 'flatbread-stuffed(chickpea,falafel,garbanzo,gyro,kebab,pita,sandwich)'), array('fas fa-fondue-pot' => 'fondue-pot(cheese,chocolate,fondu,fondue,melted,pot,swiss)'), array('far fa-fondue-pot' => 'fondue-pot(cheese,chocolate,fondu,fondue,melted,pot,swiss)'), array('fal fa-fondue-pot' => 'fondue-pot(cheese,chocolate,fondu,fondue,melted,pot,swiss)'), array('fas fa-french-fries' => 'french-fries(chips,fast food,french,french fries,fried,fries,ketchup,potato,poutine)'), array('far fa-french-fries' => 'french-fries(chips,fast food,french,french fries,fried,fries,ketchup,potato,poutine)'), array('fal fa-french-fries' => 'french-fries(chips,fast food,french,french fries,fried,fries,ketchup,potato,poutine)'), array('fas fa-gingerbread-man' => 'gingerbread-man(cookie,decoration,frosting,holiday)'), array('far fa-gingerbread-man' => 'gingerbread-man(cookie,decoration,frosting,holiday)'), array('fal fa-gingerbread-man' => 'gingerbread-man(cookie,decoration,frosting,holiday)'), array('fas fa-glass' => 'glass(alcohol,beverage,drink,glass,glass of milk,milk,water)'), array('far fa-glass' => 'glass(alcohol,beverage,drink,glass,glass of milk,milk,water)'), array('fal fa-glass' => 'glass(alcohol,beverage,drink,glass,glass of milk,milk,water)'), array('fas fa-glass-citrus' => 'glass-citrus(cocktail,drink,lemonade,refreshing,water)'), array('far fa-glass-citrus' => 'glass-citrus(cocktail,drink,lemonade,refreshing,water)'), array('fal fa-glass-citrus' => 'glass-citrus(cocktail,drink,lemonade,refreshing,water)'), array('fas fa-glass-empty' => 'glass-empty(drink,water)'), array('far fa-glass-empty' => 'glass-empty(drink,water)'), array('fal fa-glass-empty' => 'glass-empty(drink,water)'), array('fas fa-glass-half' => 'glass-half(drink,optimism,pessimism,water)'), array('far fa-glass-half' => 'glass-half(drink,optimism,pessimism,water)'), array('fal fa-glass-half' => 'glass-half(drink,optimism,pessimism,water)'), array('fas fa-glass-water' => 'glass-water(potable,water)'), array('far fa-glass-water' => 'glass-water(potable,water)'), array('fal fa-glass-water' => 'glass-water(potable,water)'), array('fas fa-glass-water-droplet' => 'glass-water-droplet(potable,water)'), array('far fa-glass-water-droplet' => 'glass-water-droplet(potable,water)'), array('fal fa-glass-water-droplet' => 'glass-water-droplet(potable,water)'), array('fas fa-hat-chef' => 'hat-chef(cook,cuisine,culinary,dining,kitchen)'), array('far fa-hat-chef' => 'hat-chef(cook,cuisine,culinary,dining,kitchen)'), array('fal fa-hat-chef' => 'hat-chef(cook,cuisine,culinary,dining,kitchen)'), array('fas fa-honey-pot' => 'honey-pot(Winnie the pooh,drip,honey,jar,sweet)'), array('far fa-honey-pot' => 'honey-pot(Winnie the pooh,drip,honey,jar,sweet)'), array('fal fa-honey-pot' => 'honey-pot(Winnie the pooh,drip,honey,jar,sweet)'), array('fas fa-hotdog' => 'hotdog(bun,chili,frankfurt,frankfurter,hot dog,hotdog,kosher,polish,sandwich,sausage,vienna,weiner)'), array('far fa-hotdog' => 'hotdog(bun,chili,frankfurt,frankfurter,hot dog,hotdog,kosher,polish,sandwich,sausage,vienna,weiner)'), array('fal fa-hotdog' => 'hotdog(bun,chili,frankfurt,frankfurter,hot dog,hotdog,kosher,polish,sandwich,sausage,vienna,weiner)'), array('fas fa-ice-cream' => 'ice-cream(chocolate,cone,cream,dessert,frozen,ice,ice cream,scoop,sorbet,sweet,vanilla,yogurt)'), array('far fa-ice-cream' => 'ice-cream(chocolate,cone,cream,dessert,frozen,ice,ice cream,scoop,sorbet,sweet,vanilla,yogurt)'), array('fal fa-ice-cream' => 'ice-cream(chocolate,cone,cream,dessert,frozen,ice,ice cream,scoop,sorbet,sweet,vanilla,yogurt)'), array('fas fa-jar' => 'jar(jam,jelly,storage)'), array('far fa-jar' => 'jar(jam,jelly,storage)'), array('fal fa-jar' => 'jar(jam,jelly,storage)'), array('fas fa-jar-wheat' => 'jar-wheat(flour,storage)'), array('far fa-jar-wheat' => 'jar-wheat(flour,storage)'), array('fal fa-jar-wheat' => 'jar-wheat(flour,storage)'), array('fas fa-jug' => 'jug(beverage,bottle,drink,moonshine,pitcher,western)'), array('far fa-jug' => 'jug(beverage,bottle,drink,moonshine,pitcher,western)'), array('fal fa-jug' => 'jug(beverage,bottle,drink,moonshine,pitcher,western)'), array('fas fa-jug-bottle' => 'jug-bottle( jug, recycle, collect, container, plastics)'), array('far fa-jug-bottle' => 'jug-bottle( jug, recycle, collect, container, plastics)'), array('fal fa-jug-bottle' => 'jug-bottle( jug, recycle, collect, container, plastics)'), array('fas fa-lemon' => 'lemon(citrus,fruit,lemon,lemonade,lime,tart)'), array('far fa-lemon' => 'lemon(citrus,fruit,lemon,lemonade,lime,tart)'), array('fal fa-lemon' => 'lemon(citrus,fruit,lemon,lemonade,lime,tart)'), array('fas fa-lobster' => 'lobster(bisque,claes,crustacean,lobster,seafood,shellfish)'), array('far fa-lobster' => 'lobster(bisque,claes,crustacean,lobster,seafood,shellfish)'), array('fal fa-lobster' => 'lobster(bisque,claes,crustacean,lobster,seafood,shellfish)'), array('fas fa-lollipop' => 'lollipop(candy,lollypop,sucker,sugar,sweet,swirl)'), array('far fa-lollipop' => 'lollipop(candy,lollypop,sucker,sugar,sweet,swirl)'), array('fal fa-lollipop' => 'lollipop(candy,lollypop,sucker,sugar,sweet,swirl)'), array('fas fa-martini-glass' => 'martini-glass(alcohol,bar,beverage,cocktail,cocktail glass,drink,glass,liquor)'), array('far fa-martini-glass' => 'martini-glass(alcohol,bar,beverage,cocktail,cocktail glass,drink,glass,liquor)'), array('fal fa-martini-glass' => 'martini-glass(alcohol,bar,beverage,cocktail,cocktail glass,drink,glass,liquor)'), array('fas fa-martini-glass-citrus' => 'martini-glass-citrus(alcohol,beverage,drink,gin,glass,margarita,martini,vodka)'), array('far fa-martini-glass-citrus' => 'martini-glass-citrus(alcohol,beverage,drink,gin,glass,margarita,martini,vodka)'), array('fal fa-martini-glass-citrus' => 'martini-glass-citrus(alcohol,beverage,drink,gin,glass,margarita,martini,vodka)'), array('fas fa-martini-glass-empty' => 'martini-glass-empty(alcohol,bar,beverage,drink,liquor)'), array('far fa-martini-glass-empty' => 'martini-glass-empty(alcohol,bar,beverage,drink,liquor)'), array('fal fa-martini-glass-empty' => 'martini-glass-empty(alcohol,bar,beverage,drink,liquor)'), array('fas fa-meat' => 'meat(beef,bone,ham,meat,meat on bone,mutton,pork,veal)'), array('far fa-meat' => 'meat(beef,bone,ham,meat,meat on bone,mutton,pork,veal)'), array('fal fa-meat' => 'meat(beef,bone,ham,meat,meat on bone,mutton,pork,veal)'), array('fas fa-mug' => 'mug(coffee,cup,drink,hot chocolate,tea)'), array('far fa-mug' => 'mug(coffee,cup,drink,hot chocolate,tea)'), array('fal fa-mug' => 'mug(coffee,cup,drink,hot chocolate,tea)'), array('fas fa-mug-hot' => 'mug-hot(beverage,caliente,cocoa,coffee,cup,drink,holiday,hot,hot beverage,hot chocolate,steam,steaming,tea,warmth)'), array('far fa-mug-hot' => 'mug-hot(beverage,caliente,cocoa,coffee,cup,drink,holiday,hot,hot beverage,hot chocolate,steam,steaming,tea,warmth)'), array('fal fa-mug-hot' => 'mug-hot(beverage,caliente,cocoa,coffee,cup,drink,holiday,hot,hot beverage,hot chocolate,steam,steaming,tea,warmth)'), array('fas fa-mug-marshmallows' => 'mug-marshmallows(cocoa,coffee,cup,drink,hot chocolate,seasonal,sweet,warmth)'), array('far fa-mug-marshmallows' => 'mug-marshmallows(cocoa,coffee,cup,drink,hot chocolate,seasonal,sweet,warmth)'), array('fal fa-mug-marshmallows' => 'mug-marshmallows(cocoa,coffee,cup,drink,hot chocolate,seasonal,sweet,warmth)'), array('fas fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('far fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fal fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fas fa-mug-tea' => 'mug-tea(brew,drink,herbal,oolong)'), array('far fa-mug-tea' => 'mug-tea(brew,drink,herbal,oolong)'), array('fal fa-mug-tea' => 'mug-tea(brew,drink,herbal,oolong)'), array('fas fa-mug-tea-saucer' => 'mug-tea-saucer(afternoon,cuppa,saucer)'), array('far fa-mug-tea-saucer' => 'mug-tea-saucer(afternoon,cuppa,saucer)'), array('fal fa-mug-tea-saucer' => 'mug-tea-saucer(afternoon,cuppa,saucer)'), array('fas fa-pan-food' => 'pan-food(casserole,paella,pan,shallow,stew)'), array('far fa-pan-food' => 'pan-food(casserole,paella,pan,shallow,stew)'), array('fal fa-pan-food' => 'pan-food(casserole,paella,pan,shallow,stew)'), array('fas fa-pan-frying' => 'pan-frying(breakfast,cook,egg,fry)'), array('far fa-pan-frying' => 'pan-frying(breakfast,cook,egg,fry)'), array('fal fa-pan-frying' => 'pan-frying(breakfast,cook,egg,fry)'), array('fas fa-pancakes' => 'pancakes(breakfast,crepe,flapjack,hotcake,pancake,stack,syrup)'), array('far fa-pancakes' => 'pancakes(breakfast,crepe,flapjack,hotcake,pancake,stack,syrup)'), array('fal fa-pancakes' => 'pancakes(breakfast,crepe,flapjack,hotcake,pancake,stack,syrup)'), array('fas fa-pepper-hot' => 'pepper-hot(buffalo wings,capsicum,chili,chilli,habanero,hot,hot pepper,jalapeno,mexican,pepper,spicy,tabasco,vegetable)'), array('far fa-pepper-hot' => 'pepper-hot(buffalo wings,capsicum,chili,chilli,habanero,hot,hot pepper,jalapeno,mexican,pepper,spicy,tabasco,vegetable)'), array('fal fa-pepper-hot' => 'pepper-hot(buffalo wings,capsicum,chili,chilli,habanero,hot,hot pepper,jalapeno,mexican,pepper,spicy,tabasco,vegetable)'), array('fas fa-pie' => 'pie(apple,bakery,cake,crust,dessert,filling,fruit,meat,pastry,pie,pumpkin,tart)'), array('far fa-pie' => 'pie(apple,bakery,cake,crust,dessert,filling,fruit,meat,pastry,pie,pumpkin,tart)'), array('fal fa-pie' => 'pie(apple,bakery,cake,crust,dessert,filling,fruit,meat,pastry,pie,pumpkin,tart)'), array('fas fa-pizza' => 'pizza(cheese,chicago,italian,mozzarella,new york,pepperoni,pie,pizza,slice,teenage mutant ninja turtles,tomato)'), array('far fa-pizza' => 'pizza(cheese,chicago,italian,mozzarella,new york,pepperoni,pie,pizza,slice,teenage mutant ninja turtles,tomato)'), array('fal fa-pizza' => 'pizza(cheese,chicago,italian,mozzarella,new york,pepperoni,pie,pizza,slice,teenage mutant ninja turtles,tomato)'), array('fas fa-pizza-slice' => 'pizza-slice(cheese,chicago,italian,mozzarella,new york,pepperoni,pie,slice,teenage mutant ninja turtles,tomato)'), array('far fa-pizza-slice' => 'pizza-slice(cheese,chicago,italian,mozzarella,new york,pepperoni,pie,slice,teenage mutant ninja turtles,tomato)'), array('fal fa-pizza-slice' => 'pizza-slice(cheese,chicago,italian,mozzarella,new york,pepperoni,pie,slice,teenage mutant ninja turtles,tomato)'), array('fas fa-plate-wheat' => 'plate-wheat(bowl,hunger,rations,wheat)'), array('far fa-plate-wheat' => 'plate-wheat(bowl,hunger,rations,wheat)'), array('fal fa-plate-wheat' => 'plate-wheat(bowl,hunger,rations,wheat)'), array('fas fa-popcorn' => 'popcorn(bucket,butter,corn,junk food,kernels,movie,popcor,popcorn,snack,theater)'), array('far fa-popcorn' => 'popcorn(bucket,butter,corn,junk food,kernels,movie,popcor,popcorn,snack,theater)'), array('fal fa-popcorn' => 'popcorn(bucket,butter,corn,junk food,kernels,movie,popcor,popcorn,snack,theater)'), array('fas fa-popsicle' => 'popsicle(dessert,frozen,ice lolly,lollipop,lolly,popsicle,sweet)'), array('far fa-popsicle' => 'popsicle(dessert,frozen,ice lolly,lollipop,lolly,popsicle,sweet)'), array('fal fa-popsicle' => 'popsicle(dessert,frozen,ice lolly,lollipop,lolly,popsicle,sweet)'), array('fas fa-pot-food' => 'pot-food(food,pot,soup,stew)'), array('far fa-pot-food' => 'pot-food(food,pot,soup,stew)'), array('fal fa-pot-food' => 'pot-food(food,pot,soup,stew)'), array('fas fa-pretzel' => 'pretzel(bakery,convoluted,dough,knot,pretzel,twisted)'), array('far fa-pretzel' => 'pretzel(bakery,convoluted,dough,knot,pretzel,twisted)'), array('fal fa-pretzel' => 'pretzel(bakery,convoluted,dough,knot,pretzel,twisted)'), array('fas fa-pumpkin' => 'pumpkin(autumn,gourd,halloween,harvest,squash,thanksgiving,vegetable)'), array('far fa-pumpkin' => 'pumpkin(autumn,gourd,halloween,harvest,squash,thanksgiving,vegetable)'), array('fal fa-pumpkin' => 'pumpkin(autumn,gourd,halloween,harvest,squash,thanksgiving,vegetable)'), array('fas fa-salad' => 'salad(bowl,food,green,green salad,health,lettuce,salad,spinach,vegan,vegetable,vegetarian)'), array('far fa-salad' => 'salad(bowl,food,green,green salad,health,lettuce,salad,spinach,vegan,vegetable,vegetarian)'), array('fal fa-salad' => 'salad(bowl,food,green,green salad,health,lettuce,salad,spinach,vegan,vegetable,vegetarian)'), array('fas fa-salt-shaker' => 'salt-shaker(condiment,pepper,salt)'), array('far fa-salt-shaker' => 'salt-shaker(condiment,pepper,salt)'), array('fal fa-salt-shaker' => 'salt-shaker(condiment,pepper,salt)'), array('fas fa-sandwich' => 'sandwich(bread,deli,grilled cheese,sandwich,toast)'), array('far fa-sandwich' => 'sandwich(bread,deli,grilled cheese,sandwich,toast)'), array('fal fa-sandwich' => 'sandwich(bread,deli,grilled cheese,sandwich,toast)'), array('fas fa-sausage' => 'sausage(bratwurst,breakfast,chorizo,frankfurt,frankfurter,hot dog,hotdog,kielbasa,kosher,pepperoni,polish,vienna,weiner)'), array('far fa-sausage' => 'sausage(bratwurst,breakfast,chorizo,frankfurt,frankfurter,hot dog,hotdog,kielbasa,kosher,pepperoni,polish,vienna,weiner)'), array('fal fa-sausage' => 'sausage(bratwurst,breakfast,chorizo,frankfurt,frankfurter,hot dog,hotdog,kielbasa,kosher,pepperoni,polish,vienna,weiner)'), array('fas fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('far fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fal fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fas fa-shish-kebab' => 'shish-kebab(grill,kabob,kebob,meat,shawarma,skewer,souvlaki)'), array('far fa-shish-kebab' => 'shish-kebab(grill,kabob,kebob,meat,shawarma,skewer,souvlaki)'), array('fal fa-shish-kebab' => 'shish-kebab(grill,kabob,kebob,meat,shawarma,skewer,souvlaki)'), array('fas fa-shrimp' => 'shrimp(allergy,crustacean,prawn,seafood,shellfish,shrimp,tail)'), array('far fa-shrimp' => 'shrimp(allergy,crustacean,prawn,seafood,shellfish,shrimp,tail)'), array('fal fa-shrimp' => 'shrimp(allergy,crustacean,prawn,seafood,shellfish,shrimp,tail)'), array('fas fa-soft-serve' => 'soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('far fa-soft-serve' => 'soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('fal fa-soft-serve' => 'soft-serve(cone,creemee,frozen yogurt,ice cream,icecream,softserve)'), array('fas fa-squid' => 'squid(calamari,ink,marine,ocean,squid)'), array('far fa-squid' => 'squid(calamari,ink,marine,ocean,squid)'), array('fal fa-squid' => 'squid(calamari,ink,marine,ocean,squid)'), array('fas fa-steak' => 'steak(beef,chop,cut of meat,grill,lambchop,meat,porkchop,sirloin,steak)'), array('far fa-steak' => 'steak(beef,chop,cut of meat,grill,lambchop,meat,porkchop,sirloin,steak)'), array('fal fa-steak' => 'steak(beef,chop,cut of meat,grill,lambchop,meat,porkchop,sirloin,steak)'), array('fas fa-stroopwafel' => 'stroopwafel(caramel,cookie,dessert,sweets,waffle)'), array('far fa-stroopwafel' => 'stroopwafel(caramel,cookie,dessert,sweets,waffle)'), array('fal fa-stroopwafel' => 'stroopwafel(caramel,cookie,dessert,sweets,waffle)'), array('fas fa-sushi' => 'sushi(fish,nigiri,nori,raw,rice,salmon,seafood,tuna)'), array('far fa-sushi' => 'sushi(fish,nigiri,nori,raw,rice,salmon,seafood,tuna)'), array('fal fa-sushi' => 'sushi(fish,nigiri,nori,raw,rice,salmon,seafood,tuna)'), array('fas fa-sushi-roll' => 'sushi-roll(fish,maki,nori,raw,rice,salmon,seafood,seaweed,tuna)'), array('far fa-sushi-roll' => 'sushi-roll(fish,maki,nori,raw,rice,salmon,seafood,seaweed,tuna)'), array('fal fa-sushi-roll' => 'sushi-roll(fish,maki,nori,raw,rice,salmon,seafood,seaweed,tuna)'), array('fas fa-taco' => 'taco(corn,maize,mexican,salsa,taco,tortilla)'), array('far fa-taco' => 'taco(corn,maize,mexican,salsa,taco,tortilla)'), array('fal fa-taco' => 'taco(corn,maize,mexican,salsa,taco,tortilla)'), array('fas fa-tamale' => 'tamale(mexican,tamale,wrapped)'), array('far fa-tamale' => 'tamale(mexican,tamale,wrapped)'), array('fal fa-tamale' => 'tamale(mexican,tamale,wrapped)'), array('fas fa-truck-utensils' => 'truck-utensils( cargo, delivery, delivery truck, shipping, truck, vehicle,cook,food,food truck,kitchen)'), array('far fa-truck-utensils' => 'truck-utensils( cargo, delivery, delivery truck, shipping, truck, vehicle,cook,food,food truck,kitchen)'), array('fal fa-truck-utensils' => 'truck-utensils( cargo, delivery, delivery truck, shipping, truck, vehicle,cook,food,food truck,kitchen)'), array('fas fa-turkey' => 'turkey(bird,chicken,meal,meat,poultry,seasonal,thanksgiving)'), array('far fa-turkey' => 'turkey(bird,chicken,meal,meat,poultry,seasonal,thanksgiving)'), array('fal fa-turkey' => 'turkey(bird,chicken,meal,meat,poultry,seasonal,thanksgiving)'), array('fas fa-user-chef' => 'user-chef(chef,cook,dining,employee,food,kitchen,restaurant,uer)'), array('far fa-user-chef' => 'user-chef(chef,cook,dining,employee,food,kitchen,restaurant,uer)'), array('fal fa-user-chef' => 'user-chef(chef,cook,dining,employee,food,kitchen,restaurant,uer)'), array('fas fa-waffle' => 'waffle(breakfast,indecisive,iron,waffle)'), array('far fa-waffle' => 'waffle(breakfast,indecisive,iron,waffle)'), array('fal fa-waffle' => 'waffle(breakfast,indecisive,iron,waffle)'), array('fas fa-wheat' => 'wheat(agriculture,autumn,fall,farming,grain,seasonal)'), array('far fa-wheat' => 'wheat(agriculture,autumn,fall,farming,grain,seasonal)'), array('fal fa-wheat' => 'wheat(agriculture,autumn,fall,farming,grain,seasonal)'), array('fas fa-wheat-awn' => 'wheat-awn(agriculture,autumn,fall,farming,grain)'), array('far fa-wheat-awn' => 'wheat-awn(agriculture,autumn,fall,farming,grain)'), array('fal fa-wheat-awn' => 'wheat-awn(agriculture,autumn,fall,farming,grain)'), array('fas fa-wheat-awn-circle-exclamation' => 'wheat-awn-circle-exclamation(affected,failed,famine,food,gluten,hunger,starve,straw)'), array('far fa-wheat-awn-circle-exclamation' => 'wheat-awn-circle-exclamation(affected,failed,famine,food,gluten,hunger,starve,straw)'), array('fal fa-wheat-awn-circle-exclamation' => 'wheat-awn-circle-exclamation(affected,failed,famine,food,gluten,hunger,starve,straw)'), array('fas fa-wheat-awn-slash' => 'wheat-awn-slash(disabled,gluten,gluten free,wheat)'), array('far fa-wheat-awn-slash' => 'wheat-awn-slash(disabled,gluten,gluten free,wheat)'), array('fal fa-wheat-awn-slash' => 'wheat-awn-slash(disabled,gluten,gluten free,wheat)'), array('fas fa-wheat-slash' => 'wheat-slash(disabled,gluten,gluten free,wheat)'), array('far fa-wheat-slash' => 'wheat-slash(disabled,gluten,gluten free,wheat)'), array('fal fa-wheat-slash' => 'wheat-slash(disabled,gluten,gluten free,wheat)'), array('fas fa-whiskey-glass' => 'whiskey-glass(alcohol,bar,beverage,bourbon,drink,glass,liquor,neat,rye,scotch,shot,tumbler,tumbler glass,whisky)'), array('far fa-whiskey-glass' => 'whiskey-glass(alcohol,bar,beverage,bourbon,drink,glass,liquor,neat,rye,scotch,shot,tumbler,tumbler glass,whisky)'), array('fal fa-whiskey-glass' => 'whiskey-glass(alcohol,bar,beverage,bourbon,drink,glass,liquor,neat,rye,scotch,shot,tumbler,tumbler glass,whisky)'), array('fas fa-whiskey-glass-ice' => 'whiskey-glass-ice(alcohol,bar,beverage,bourbon,drink,ice,liquor,rye,scotch,whisky)'), array('far fa-whiskey-glass-ice' => 'whiskey-glass-ice(alcohol,bar,beverage,bourbon,drink,ice,liquor,rye,scotch,whisky)'), array('fal fa-whiskey-glass-ice' => 'whiskey-glass-ice(alcohol,bar,beverage,bourbon,drink,ice,liquor,rye,scotch,whisky)'), array('fas fa-wine-bottle' => 'wine-bottle(alcohol,beverage,cabernet,drink,glass,grapes,merlot,sauvignon)'), array('far fa-wine-bottle' => 'wine-bottle(alcohol,beverage,cabernet,drink,glass,grapes,merlot,sauvignon)'), array('fal fa-wine-bottle' => 'wine-bottle(alcohol,beverage,cabernet,drink,glass,grapes,merlot,sauvignon)'), array('fas fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('far fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('fal fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('fas fa-wine-glass-empty' => 'wine-glass-empty(alcohol,beverage,cabernet,drink,grapes,merlot,sauvignon)'), array('far fa-wine-glass-empty' => 'wine-glass-empty(alcohol,beverage,cabernet,drink,grapes,merlot,sauvignon)'), array('fal fa-wine-glass-empty' => 'wine-glass-empty(alcohol,beverage,cabernet,drink,grapes,merlot,sauvignon)'), ), 'Users + People' => array( array('fab fa-accessible-icon' => 'accessible-icon(accessibility,disabled,handicap,person,uer,wheelchair,wheelchair-alt)'), array('fas fa-address-book' => 'address-book(contact,directory,employee,index,little black book,portfolio,rolodex,uer,username)'), array('far fa-address-book' => 'address-book(contact,directory,employee,index,little black book,portfolio,rolodex,uer,username)'), array('fal fa-address-book' => 'address-book(contact,directory,employee,index,little black book,portfolio,rolodex,uer,username)'), array('fas fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('far fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('fal fa-address-card' => 'address-card(about,contact,employee,id,identification,portfolio,postcard,profile,registration,uer,username)'), array('fas fa-angel' => 'angel(christmas,decoration,halo,holiday,holy,michael landon,uer,wings,xmas)'), array('far fa-angel' => 'angel(christmas,decoration,halo,holiday,holy,michael landon,uer,wings,xmas)'), array('fal fa-angel' => 'angel(christmas,decoration,halo,holiday,holy,michael landon,uer,wings,xmas)'), array('fas fa-arrows-down-to-people' => 'arrows-down-to-people(affected,focus,insert,targeted,together,uer)'), array('far fa-arrows-down-to-people' => 'arrows-down-to-people(affected,focus,insert,targeted,together,uer)'), array('fal fa-arrows-down-to-people' => 'arrows-down-to-people(affected,focus,insert,targeted,together,uer)'), array('fas fa-baby' => 'baby(uer,users-people)'), array('far fa-baby' => 'baby(uer,users-people)'), array('fal fa-baby' => 'baby(uer,users-people)'), array('fas fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('far fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('fal fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('fas fa-book-user' => 'book-user(address,biography,diary,documentation,employee,journal,library,read,research,uer)'), array('far fa-book-user' => 'book-user(address,biography,diary,documentation,employee,journal,library,read,research,uer)'), array('fal fa-book-user' => 'book-user(address,biography,diary,documentation,employee,journal,library,read,research,uer)'), array('fas fa-chalkboard-user' => 'chalkboard-user(blackboard,instructor,learning,professor,school,uer,whiteboard,writing)'), array('far fa-chalkboard-user' => 'chalkboard-user(blackboard,instructor,learning,professor,school,uer,whiteboard,writing)'), array('fal fa-chalkboard-user' => 'chalkboard-user(blackboard,instructor,learning,professor,school,uer,whiteboard,writing)'), array('fas fa-chart-user' => 'chart-user(employee,performance,revenue,uer,users-people)'), array('far fa-chart-user' => 'chart-user(employee,performance,revenue,uer,users-people)'), array('fal fa-chart-user' => 'chart-user(employee,performance,revenue,uer,users-people)'), array('fas fa-child' => 'child(boy,girl,kid,toddler,uer,young,youth)'), array('far fa-child' => 'child(boy,girl,kid,toddler,uer,young,youth)'), array('fal fa-child' => 'child(boy,girl,kid,toddler,uer,young,youth)'), array('fas fa-child-dress' => 'child-dress(boy,girl,kid,toddler,uer,young,youth)'), array('far fa-child-dress' => 'child-dress(boy,girl,kid,toddler,uer,young,youth)'), array('fal fa-child-dress' => 'child-dress(boy,girl,kid,toddler,uer,young,youth)'), array('fas fa-child-reaching' => 'child-reaching(boy,girl,kid,toddler,uer,young,youth)'), array('far fa-child-reaching' => 'child-reaching(boy,girl,kid,toddler,uer,young,youth)'), array('fal fa-child-reaching' => 'child-reaching(boy,girl,kid,toddler,uer,young,youth)'), array('fas fa-children' => 'children(boy,child,girl,kid,kids,together,uer,young,youth)'), array('far fa-children' => 'children(boy,child,girl,kid,kids,together,uer,young,youth)'), array('fal fa-children' => 'children(boy,child,girl,kid,kids,together,uer,young,youth)'), array('fas fa-circle-user' => 'circle-user(employee,uer,username,users-people)'), array('far fa-circle-user' => 'circle-user(employee,uer,username,users-people)'), array('fal fa-circle-user' => 'circle-user(employee,uer,username,users-people)'), array('fas fa-clipboard-user' => 'clipboard-user(attendance,employee,record,roster,staff,uer)'), array('far fa-clipboard-user' => 'clipboard-user(attendance,employee,record,roster,staff,uer)'), array('fal fa-clipboard-user' => 'clipboard-user(attendance,employee,record,roster,staff,uer)'), array('fas fa-elevator' => 'elevator(accessibility,elevator,hoist,lift,uer,users-people)'), array('far fa-elevator' => 'elevator(accessibility,elevator,hoist,lift,uer,users-people)'), array('fal fa-elevator' => 'elevator(accessibility,elevator,hoist,lift,uer,users-people)'), array('fas fa-face-frown' => 'face-frown(disapprove,emoticon,face,frown,frowning face,rating,sad,uer)'), array('far fa-face-frown' => 'face-frown(disapprove,emoticon,face,frown,frowning face,rating,sad,uer)'), array('fal fa-face-frown' => 'face-frown(disapprove,emoticon,face,frown,frowning face,rating,sad,uer)'), array('fas fa-face-meh' => 'face-meh(deadpan,default,emoticon,face,meh,neutral,neutral face,rating,uer)'), array('far fa-face-meh' => 'face-meh(deadpan,default,emoticon,face,meh,neutral,neutral face,rating,uer)'), array('fal fa-face-meh' => 'face-meh(deadpan,default,emoticon,face,meh,neutral,neutral face,rating,uer)'), array('fas fa-face-smile' => 'face-smile(approve,default,emoticon,face,happy,rating,satisfied,slightly smiling face,smile,uer)'), array('far fa-face-smile' => 'face-smile(approve,default,emoticon,face,happy,rating,satisfied,slightly smiling face,smile,uer)'), array('fal fa-face-smile' => 'face-smile(approve,default,emoticon,face,happy,rating,satisfied,slightly smiling face,smile,uer)'), array('fas fa-family' => 'family(adults,child,famil,family,folk,kid,parent,together,uer)'), array('far fa-family' => 'family(adults,child,famil,family,folk,kid,parent,together,uer)'), array('fal fa-family' => 'family(adults,child,famil,family,folk,kid,parent,together,uer)'), array('fas fa-family-dress' => 'family-dress(adults,child,family,folk,kid,parent,together,uer)'), array('far fa-family-dress' => 'family-dress(adults,child,family,folk,kid,parent,together,uer)'), array('fal fa-family-dress' => 'family-dress(adults,child,family,folk,kid,parent,together,uer)'), array('fas fa-family-pants' => 'family-pants(adults,child,family,folk,kid,parent,together,uer)'), array('far fa-family-pants' => 'family-pants(adults,child,family,folk,kid,parent,together,uer)'), array('fal fa-family-pants' => 'family-pants(adults,child,family,folk,kid,parent,together,uer)'), array('fas fa-file-user' => 'file-user(account,cv,document,employee,page,personnel,profile,resume,uer)'), array('far fa-file-user' => 'file-user(account,cv,document,employee,page,personnel,profile,resume,uer)'), array('fal fa-file-user' => 'file-user(account,cv,document,employee,page,personnel,profile,resume,uer)'), array('fas fa-folder-user' => 'folder-user(contacts,cv,employee,file,resume,uer)'), array('far fa-folder-user' => 'folder-user(contacts,cv,employee,file,resume,uer)'), array('fal fa-folder-user' => 'folder-user(contacts,cv,employee,file,resume,uer)'), array('fas fa-head-side' => 'head-side(bald,face,profile,uer,user)'), array('far fa-head-side' => 'head-side(bald,face,profile,uer,user)'), array('fal fa-head-side' => 'head-side(bald,face,profile,uer,user)'), array('fas fa-head-side-brain' => 'head-side-brain(diagnosis,face,knowledge,mental health,profile,psychiatric,psychiatry,scholar,uer)'), array('far fa-head-side-brain' => 'head-side-brain(diagnosis,face,knowledge,mental health,profile,psychiatric,psychiatry,scholar,uer)'), array('fal fa-head-side-brain' => 'head-side-brain(diagnosis,face,knowledge,mental health,profile,psychiatric,psychiatry,scholar,uer)'), array('fas fa-head-side-cough' => 'head-side-cough(cough,covid-19,germs,lungs,respiratory,sick,uer)'), array('far fa-head-side-cough' => 'head-side-cough(cough,covid-19,germs,lungs,respiratory,sick,uer)'), array('fal fa-head-side-cough' => 'head-side-cough(cough,covid-19,germs,lungs,respiratory,sick,uer)'), array('fas fa-head-side-cough-slash' => 'head-side-cough-slash(cough,covid-19,disabled,germs,lungs,respiratory,sick,uer)'), array('far fa-head-side-cough-slash' => 'head-side-cough-slash(cough,covid-19,disabled,germs,lungs,respiratory,sick,uer)'), array('fal fa-head-side-cough-slash' => 'head-side-cough-slash(cough,covid-19,disabled,germs,lungs,respiratory,sick,uer)'), array('fas fa-head-side-gear' => 'head-side-gear( ai, android, augmented, cybernetics, face, gear, learning, machine, profile, robot, settings, thinking, thought, user,artificial intelligence,bald)'), array('far fa-head-side-gear' => 'head-side-gear( ai, android, augmented, cybernetics, face, gear, learning, machine, profile, robot, settings, thinking, thought, user,artificial intelligence,bald)'), array('fal fa-head-side-gear' => 'head-side-gear( ai, android, augmented, cybernetics, face, gear, learning, machine, profile, robot, settings, thinking, thought, user,artificial intelligence,bald)'), array('fas fa-head-side-goggles' => 'head-side-goggles(3d,augmented,face,occulus,profile,reality,uer,virtual)'), array('far fa-head-side-goggles' => 'head-side-goggles(3d,augmented,face,occulus,profile,reality,uer,virtual)'), array('fal fa-head-side-goggles' => 'head-side-goggles(3d,augmented,face,occulus,profile,reality,uer,virtual)'), array('fas fa-head-side-headphones' => 'head-side-headphones(amplifier,bluetooth,earphone,headset,listen,microphone,music,uer)'), array('far fa-head-side-headphones' => 'head-side-headphones(amplifier,bluetooth,earphone,headset,listen,microphone,music,uer)'), array('fal fa-head-side-headphones' => 'head-side-headphones(amplifier,bluetooth,earphone,headset,listen,microphone,music,uer)'), array('fas fa-head-side-heart' => 'head-side-heart(care,love,thought,uer,wishlist)'), array('far fa-head-side-heart' => 'head-side-heart(care,love,thought,uer,wishlist)'), array('fal fa-head-side-heart' => 'head-side-heart(care,love,thought,uer,wishlist)'), array('fas fa-head-side-mask' => 'head-side-mask(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,uer,virus)'), array('far fa-head-side-mask' => 'head-side-mask(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,uer,virus)'), array('fal fa-head-side-mask' => 'head-side-mask(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,uer,virus)'), array('fas fa-head-side-medical' => 'head-side-medical(diagnosis,face,mental health,profile,psychiatric,psychiatry,uer)'), array('far fa-head-side-medical' => 'head-side-medical(diagnosis,face,mental health,profile,psychiatric,psychiatry,uer)'), array('fal fa-head-side-medical' => 'head-side-medical(diagnosis,face,mental health,profile,psychiatric,psychiatry,uer)'), array('fas fa-head-side-virus' => 'head-side-virus(cold,coronavirus,covid-19,flu,infection,pandemic,sick,uer)'), array('far fa-head-side-virus' => 'head-side-virus(cold,coronavirus,covid-19,flu,infection,pandemic,sick,uer)'), array('fal fa-head-side-virus' => 'head-side-virus(cold,coronavirus,covid-19,flu,infection,pandemic,sick,uer)'), array('fas fa-hospital-user' => 'hospital-user(covid-19,doctor,network,patient,primary care,uer)'), array('far fa-hospital-user' => 'hospital-user(covid-19,doctor,network,patient,primary care,uer)'), array('fal fa-hospital-user' => 'hospital-user(covid-19,doctor,network,patient,primary care,uer)'), array('fas fa-hot-tub-person' => 'hot-tub-person(jacuzzi,spa,uer)'), array('far fa-hot-tub-person' => 'hot-tub-person(jacuzzi,spa,uer)'), array('fal fa-hot-tub-person' => 'hot-tub-person(jacuzzi,spa,uer)'), array('fas fa-house-chimney-user' => 'house-chimney-user(covid-19,home,isolation,quarantine,uer)'), array('far fa-house-chimney-user' => 'house-chimney-user(covid-19,home,isolation,quarantine,uer)'), array('fal fa-house-chimney-user' => 'house-chimney-user(covid-19,home,isolation,quarantine,uer)'), array('fas fa-house-person-leave' => 'house-person-leave(away,home,uer)'), array('far fa-house-person-leave' => 'house-person-leave(away,home,uer)'), array('fal fa-house-person-leave' => 'house-person-leave(away,home,uer)'), array('fas fa-house-person-return' => 'house-person-return(home,remote,uer)'), array('far fa-house-person-return' => 'house-person-return(home,remote,uer)'), array('fal fa-house-person-return' => 'house-person-return(home,remote,uer)'), array('fas fa-house-user' => 'house-user(house,uer)'), array('far fa-house-user' => 'house-user(house,uer)'), array('fal fa-house-user' => 'house-user(house,uer)'), array('fas fa-id-badge' => 'id-badge(address,contact,identification,license,profile,uer,username)'), array('far fa-id-badge' => 'id-badge(address,contact,identification,license,profile,uer,username)'), array('fal fa-id-badge' => 'id-badge(address,contact,identification,license,profile,uer,username)'), array('fas fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('far fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('fal fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('fas fa-id-card-clip' => 'id-card-clip(contact,demographics,document,identification,issued,profile,uer,username)'), array('far fa-id-card-clip' => 'id-card-clip(contact,demographics,document,identification,issued,profile,uer,username)'), array('fal fa-id-card-clip' => 'id-card-clip(contact,demographics,document,identification,issued,profile,uer,username)'), array('fas fa-image-polaroid-user' => 'image-polaroid-user(img,kodak,portrait,selfie,uer)'), array('far fa-image-polaroid-user' => 'image-polaroid-user(img,kodak,portrait,selfie,uer)'), array('fal fa-image-polaroid-user' => 'image-polaroid-user(img,kodak,portrait,selfie,uer)'), array('fas fa-image-portrait' => 'image-portrait(id,image,img,photo,picture,selfie,uer,username)'), array('far fa-image-portrait' => 'image-portrait(id,image,img,photo,picture,selfie,uer,username)'), array('fal fa-image-portrait' => 'image-portrait(id,image,img,photo,picture,selfie,uer,username)'), array('fas fa-image-user' => 'image-user(employee,img,portrait,selfie,uer)'), array('far fa-image-user' => 'image-user(employee,img,portrait,selfie,uer)'), array('fal fa-image-user' => 'image-user(employee,img,portrait,selfie,uer)'), array('fas fa-images-user' => 'images-user(employee,img,portrait,selfie,uer)'), array('far fa-images-user' => 'images-user(employee,img,portrait,selfie,uer)'), array('fal fa-images-user' => 'images-user(employee,img,portrait,selfie,uer)'), array('fas fa-mars-and-venus-burst' => 'mars-and-venus-burst(gender,uer,violence)'), array('far fa-mars-and-venus-burst' => 'mars-and-venus-burst(gender,uer,violence)'), array('fal fa-mars-and-venus-burst' => 'mars-and-venus-burst(gender,uer,violence)'), array('fas fa-people' => 'people(couple,hand,hold,holding hands,man,together,uer,users-people,woman,woman and man holding hands)'), array('far fa-people' => 'people(couple,hand,hold,holding hands,man,together,uer,users-people,woman,woman and man holding hands)'), array('fal fa-people' => 'people(couple,hand,hold,holding hands,man,together,uer,users-people,woman,woman and man holding hands)'), array('fas fa-people-arrows' => 'people-arrows( conversation, discussion, talking,distance,insert,isolation,separate,social distancing,talk,together,uer,users-people)'), array('far fa-people-arrows' => 'people-arrows( conversation, discussion, talking,distance,insert,isolation,separate,social distancing,talk,together,uer,users-people)'), array('fal fa-people-arrows' => 'people-arrows( conversation, discussion, talking,distance,insert,isolation,separate,social distancing,talk,together,uer,users-people)'), array('fas fa-people-carry-box' => 'people-carry-box(together,uer,users-people)'), array('far fa-people-carry-box' => 'people-carry-box(together,uer,users-people)'), array('fal fa-people-carry-box' => 'people-carry-box(together,uer,users-people)'), array('fas fa-people-dress' => 'people-dress(couple,hand,holding hands,together,uer,users-people,women,women holding hands)'), array('far fa-people-dress' => 'people-dress(couple,hand,holding hands,together,uer,users-people,women,women holding hands)'), array('fal fa-people-dress' => 'people-dress(couple,hand,holding hands,together,uer,users-people,women,women holding hands)'), array('fas fa-people-dress-simple' => 'people-dress-simple(together,uer,users-people)'), array('far fa-people-dress-simple' => 'people-dress-simple(together,uer,users-people)'), array('fal fa-people-dress-simple' => 'people-dress-simple(together,uer,users-people)'), array('fas fa-people-group' => 'people-group(crowd,family,group,team,together,uer)'), array('far fa-people-group' => 'people-group(crowd,family,group,team,together,uer)'), array('fal fa-people-group' => 'people-group(crowd,family,group,team,together,uer)'), array('fas fa-people-line' => 'people-line(crowd,group,need,together,uer)'), array('far fa-people-line' => 'people-line(crowd,group,need,together,uer)'), array('fal fa-people-line' => 'people-line(crowd,group,need,together,uer)'), array('fas fa-people-pants' => 'people-pants(Gemini,couple,holding hands,man,men,men holding hands,together,twins,uer,users-people,zodiac)'), array('far fa-people-pants' => 'people-pants(Gemini,couple,holding hands,man,men,men holding hands,together,twins,uer,users-people,zodiac)'), array('fal fa-people-pants' => 'people-pants(Gemini,couple,holding hands,man,men,men holding hands,together,twins,uer,users-people,zodiac)'), array('fas fa-people-pants-simple' => 'people-pants-simple(together,uer,users-people)'), array('far fa-people-pants-simple' => 'people-pants-simple(together,uer,users-people)'), array('fal fa-people-pants-simple' => 'people-pants-simple(together,uer,users-people)'), array('fas fa-people-pulling' => 'people-pulling(forced return,together,uer,yanking)'), array('far fa-people-pulling' => 'people-pulling(forced return,together,uer,yanking)'), array('fal fa-people-pulling' => 'people-pulling(forced return,together,uer,yanking)'), array('fas fa-people-robbery' => 'people-robbery(criminal,hands up,looting,robbery,steal,uer)'), array('far fa-people-robbery' => 'people-robbery(criminal,hands up,looting,robbery,steal,uer)'), array('fal fa-people-robbery' => 'people-robbery(criminal,hands up,looting,robbery,steal,uer)'), array('fas fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('far fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('fal fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('fas fa-people-simple' => 'people-simple(together,uer,users-people)'), array('far fa-people-simple' => 'people-simple(together,uer,users-people)'), array('fal fa-people-simple' => 'people-simple(together,uer,users-people)'), array('fas fa-person' => 'person(default,man,person standing,stand,standing,uer,woman)'), array('far fa-person' => 'person(default,man,person standing,stand,standing,uer,woman)'), array('fal fa-person' => 'person(default,man,person standing,stand,standing,uer,woman)'), array('fas fa-person-arrow-down-to-line' => 'person-arrow-down-to-line(ground,indigenous,insert,native,uer)'), array('far fa-person-arrow-down-to-line' => 'person-arrow-down-to-line(ground,indigenous,insert,native,uer)'), array('fal fa-person-arrow-down-to-line' => 'person-arrow-down-to-line(ground,indigenous,insert,native,uer)'), array('fas fa-person-arrow-up-from-line' => 'person-arrow-up-from-line(population,rise,uer,upgrade)'), array('far fa-person-arrow-up-from-line' => 'person-arrow-up-from-line(population,rise,uer,upgrade)'), array('fal fa-person-arrow-up-from-line' => 'person-arrow-up-from-line(population,rise,uer,upgrade)'), array('fas fa-person-biking' => 'person-biking(bicycle,bike,biking,cyclist,pedal,person biking,summer,uer,wheel)'), array('far fa-person-biking' => 'person-biking(bicycle,bike,biking,cyclist,pedal,person biking,summer,uer,wheel)'), array('fal fa-person-biking' => 'person-biking(bicycle,bike,biking,cyclist,pedal,person biking,summer,uer,wheel)'), array('fas fa-person-biking-mountain' => 'person-biking-mountain(bicycle,bicyclist,bike,cyclist,mountain,offroad,pedal,person mountain biking,summer,uer,wheel)'), array('far fa-person-biking-mountain' => 'person-biking-mountain(bicycle,bicyclist,bike,cyclist,mountain,offroad,pedal,person mountain biking,summer,uer,wheel)'), array('fal fa-person-biking-mountain' => 'person-biking-mountain(bicycle,bicyclist,bike,cyclist,mountain,offroad,pedal,person mountain biking,summer,uer,wheel)'), array('fas fa-person-booth' => 'person-booth(changing room,curtain,uer,vote,voting)'), array('far fa-person-booth' => 'person-booth(changing room,curtain,uer,vote,voting)'), array('fal fa-person-booth' => 'person-booth(changing room,curtain,uer,vote,voting)'), array('fas fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('far fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('fal fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('fas fa-person-burst' => 'person-burst(abuse,accident,crash,explode,uer,violence)'), array('far fa-person-burst' => 'person-burst(abuse,accident,crash,explode,uer,violence)'), array('fal fa-person-burst' => 'person-burst(abuse,accident,crash,explode,uer,violence)'), array('fas fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('far fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('fal fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('fas fa-person-carry-box' => 'person-carry-box(deliver,lift,uer)'), array('far fa-person-carry-box' => 'person-carry-box(deliver,lift,uer)'), array('fal fa-person-carry-box' => 'person-carry-box(deliver,lift,uer)'), array('fas fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('far fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('fal fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('fas fa-person-circle-check' => 'person-circle-check(approved,enable,not affected,ok,okay,uer,validate,working)'), array('far fa-person-circle-check' => 'person-circle-check(approved,enable,not affected,ok,okay,uer,validate,working)'), array('fal fa-person-circle-check' => 'person-circle-check(approved,enable,not affected,ok,okay,uer,validate,working)'), array('fas fa-person-circle-exclamation' => 'person-circle-exclamation(affected,alert,failed,lost,missing,uer)'), array('far fa-person-circle-exclamation' => 'person-circle-exclamation(affected,alert,failed,lost,missing,uer)'), array('fal fa-person-circle-exclamation' => 'person-circle-exclamation(affected,alert,failed,lost,missing,uer)'), array('fas fa-person-circle-minus' => 'person-circle-minus(delete,remove,uer)'), array('far fa-person-circle-minus' => 'person-circle-minus(delete,remove,uer)'), array('fal fa-person-circle-minus' => 'person-circle-minus(delete,remove,uer)'), array('fas fa-person-circle-plus' => 'person-circle-plus(add,follow,found,uer)'), array('far fa-person-circle-plus' => 'person-circle-plus(add,follow,found,uer)'), array('fal fa-person-circle-plus' => 'person-circle-plus(add,follow,found,uer)'), array('fas fa-person-circle-question' => 'person-circle-question(faq,lost,missing,request,uer)'), array('far fa-person-circle-question' => 'person-circle-question(faq,lost,missing,request,uer)'), array('fal fa-person-circle-question' => 'person-circle-question(faq,lost,missing,request,uer)'), array('fas fa-person-circle-xmark' => 'person-circle-xmark(dead,removed,uer,uncheck)'), array('far fa-person-circle-xmark' => 'person-circle-xmark(dead,removed,uer,uncheck)'), array('fal fa-person-circle-xmark' => 'person-circle-xmark(dead,removed,uer,uncheck)'), array('fas fa-person-digging' => 'person-digging(bury,construction,debris,dig,maintenance,men at work,uer)'), array('far fa-person-digging' => 'person-digging(bury,construction,debris,dig,maintenance,men at work,uer)'), array('fal fa-person-digging' => 'person-digging(bury,construction,debris,dig,maintenance,men at work,uer)'), array('fas fa-person-dolly' => 'person-dolly(carry,deliver,transport,uer)'), array('far fa-person-dolly' => 'person-dolly(carry,deliver,transport,uer)'), array('fal fa-person-dolly' => 'person-dolly(carry,deliver,transport,uer)'), array('fas fa-person-dolly-empty' => 'person-dolly-empty(carry,deliver,transport,uer)'), array('far fa-person-dolly-empty' => 'person-dolly-empty(carry,deliver,transport,uer)'), array('fal fa-person-dolly-empty' => 'person-dolly-empty(carry,deliver,transport,uer)'), array('fas fa-person-dots-from-line' => 'person-dots-from-line(allergy,diagnosis,uer)'), array('far fa-person-dots-from-line' => 'person-dots-from-line(allergy,diagnosis,uer)'), array('fal fa-person-dots-from-line' => 'person-dots-from-line(allergy,diagnosis,uer)'), array('fas fa-person-dress' => 'person-dress(man,skirt,uer,woman)'), array('far fa-person-dress' => 'person-dress(man,skirt,uer,woman)'), array('fal fa-person-dress' => 'person-dress(man,skirt,uer,woman)'), array('fas fa-person-dress-burst' => 'person-dress-burst(abuse,accident,crash,explode,uer,violence)'), array('far fa-person-dress-burst' => 'person-dress-burst(abuse,accident,crash,explode,uer,violence)'), array('fal fa-person-dress-burst' => 'person-dress-burst(abuse,accident,crash,explode,uer,violence)'), array('fas fa-person-dress-fairy' => 'person-dress-fairy( magic, wings,elf,faerie,faery,fairy,fantasy,sprite)'), array('far fa-person-dress-fairy' => 'person-dress-fairy( magic, wings,elf,faerie,faery,fairy,fantasy,sprite)'), array('fal fa-person-dress-fairy' => 'person-dress-fairy( magic, wings,elf,faerie,faery,fairy,fantasy,sprite)'), array('fas fa-person-dress-simple' => 'person-dress-simple(lavatory,man,restroom,skirt,uer,wc,woman,women’s room)'), array('far fa-person-dress-simple' => 'person-dress-simple(lavatory,man,restroom,skirt,uer,wc,woman,women’s room)'), array('fal fa-person-dress-simple' => 'person-dress-simple(lavatory,man,restroom,skirt,uer,wc,woman,women’s room)'), array('fas fa-person-drowning' => 'person-drowning(drown,emergency,swim,uer)'), array('far fa-person-drowning' => 'person-drowning(drown,emergency,swim,uer)'), array('fal fa-person-drowning' => 'person-drowning(drown,emergency,swim,uer)'), array('fas fa-person-fairy' => 'person-fairy( magic, wings, elf, faerie, faery, fairy, sprite,fantasy)'), array('far fa-person-fairy' => 'person-fairy( magic, wings, elf, faerie, faery, fairy, sprite,fantasy)'), array('fal fa-person-fairy' => 'person-fairy( magic, wings, elf, faerie, faery, fairy, sprite,fantasy)'), array('fas fa-person-falling' => 'person-falling(accident,fall,trip,uer)'), array('far fa-person-falling' => 'person-falling(accident,fall,trip,uer)'), array('fal fa-person-falling' => 'person-falling(accident,fall,trip,uer)'), array('fas fa-person-falling-burst' => 'person-falling-burst(accident,crash,death,fall,homicide,murder,uer)'), array('far fa-person-falling-burst' => 'person-falling-burst(accident,crash,death,fall,homicide,murder,uer)'), array('fal fa-person-falling-burst' => 'person-falling-burst(accident,crash,death,fall,homicide,murder,uer)'), array('fas fa-person-from-portal' => 'person-from-portal(portal,run,transport,travel,uer)'), array('far fa-person-from-portal' => 'person-from-portal(portal,run,transport,travel,uer)'), array('fal fa-person-from-portal' => 'person-from-portal(portal,run,transport,travel,uer)'), array('fas fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('far fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('fal fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('fas fa-person-harassing' => 'person-harassing(abuse,scream,shame,shout,uer,yell)'), array('far fa-person-harassing' => 'person-harassing(abuse,scream,shame,shout,uer,yell)'), array('fal fa-person-harassing' => 'person-harassing(abuse,scream,shame,shout,uer,yell)'), array('fas fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('far fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('fal fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('fas fa-person-military-pointing' => 'person-military-pointing(army,customs,guard,uer)'), array('far fa-person-military-pointing' => 'person-military-pointing(army,customs,guard,uer)'), array('fal fa-person-military-pointing' => 'person-military-pointing(army,customs,guard,uer)'), array('fas fa-person-military-rifle' => 'person-military-rifle(armed forces,army,military,rifle,uer,war)'), array('far fa-person-military-rifle' => 'person-military-rifle(armed forces,army,military,rifle,uer,war)'), array('fal fa-person-military-rifle' => 'person-military-rifle(armed forces,army,military,rifle,uer,war)'), array('fas fa-person-military-to-person' => 'person-military-to-person(civilian,coordination,military,uer)'), array('far fa-person-military-to-person' => 'person-military-to-person(civilian,coordination,military,uer)'), array('fal fa-person-military-to-person' => 'person-military-to-person(civilian,coordination,military,uer)'), array('fas fa-person-pinball' => 'person-pinball(arcade,fun,game,pinball,uer)'), array('far fa-person-pinball' => 'person-pinball(arcade,fun,game,pinball,uer)'), array('fal fa-person-pinball' => 'person-pinball(arcade,fun,game,pinball,uer)'), array('fas fa-person-praying' => 'person-praying(kneel,place of worship,religion,thank,uer,worship)'), array('far fa-person-praying' => 'person-praying(kneel,place of worship,religion,thank,uer,worship)'), array('fal fa-person-praying' => 'person-praying(kneel,place of worship,religion,thank,uer,worship)'), array('fas fa-person-pregnant' => 'person-pregnant(baby,birth,child,parent,pregnant,pregnant woman,uer,woman)'), array('far fa-person-pregnant' => 'person-pregnant(baby,birth,child,parent,pregnant,pregnant woman,uer,woman)'), array('fal fa-person-pregnant' => 'person-pregnant(baby,birth,child,parent,pregnant,pregnant woman,uer,woman)'), array('fas fa-person-rays' => 'person-rays(affected,focus,shine,uer)'), array('far fa-person-rays' => 'person-rays(affected,focus,shine,uer)'), array('fal fa-person-rays' => 'person-rays(affected,focus,shine,uer)'), array('fas fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('far fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('fal fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('fas fa-person-running' => 'person-running(exit,flee,follow,marathon,person running,race,running,uer,workout)'), array('far fa-person-running' => 'person-running(exit,flee,follow,marathon,person running,race,running,uer,workout)'), array('fal fa-person-running' => 'person-running(exit,flee,follow,marathon,person running,race,running,uer,workout)'), array('fas fa-person-running-fast' => 'person-running-fast( flee, marathon, person running, race, running,exit,fast)'), array('far fa-person-running-fast' => 'person-running-fast( flee, marathon, person running, race, running,exit,fast)'), array('fal fa-person-running-fast' => 'person-running-fast( flee, marathon, person running, race, running,exit,fast)'), array('fas fa-person-seat' => 'person-seat(airplane,chair,recline,seat,travel,uer)'), array('far fa-person-seat' => 'person-seat(airplane,chair,recline,seat,travel,uer)'), array('fal fa-person-seat' => 'person-seat(airplane,chair,recline,seat,travel,uer)'), array('fas fa-person-seat-reclined' => 'person-seat-reclined(airplane,chair,recline,seat,travel,uer)'), array('far fa-person-seat-reclined' => 'person-seat-reclined(airplane,chair,recline,seat,travel,uer)'), array('fal fa-person-seat-reclined' => 'person-seat-reclined(airplane,chair,recline,seat,travel,uer)'), array('fas fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('far fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('fal fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('fas fa-person-sign' => 'person-sign(announce,protest,uer)'), array('far fa-person-sign' => 'person-sign(announce,protest,uer)'), array('fal fa-person-sign' => 'person-sign(announce,protest,uer)'), array('fas fa-person-simple' => 'person-simple(lavatory,man,men’s room,restroom,uer,wc,woman)'), array('far fa-person-simple' => 'person-simple(lavatory,man,men’s room,restroom,uer,wc,woman)'), array('fal fa-person-simple' => 'person-simple(lavatory,man,men’s room,restroom,uer,wc,woman)'), array('fas fa-person-skating' => 'person-skating(figure skating,ice,olympics,rink,skate,uer,winter)'), array('far fa-person-skating' => 'person-skating(figure skating,ice,olympics,rink,skate,uer,winter)'), array('fal fa-person-skating' => 'person-skating(figure skating,ice,olympics,rink,skate,uer,winter)'), array('fas fa-person-ski-jumping' => 'person-ski-jumping(olympics,skiing,uer,winter)'), array('far fa-person-ski-jumping' => 'person-ski-jumping(olympics,skiing,uer,winter)'), array('fal fa-person-ski-jumping' => 'person-ski-jumping(olympics,skiing,uer,winter)'), array('fas fa-person-ski-lift' => 'person-ski-lift(mountain,skiing,uer,winter)'), array('far fa-person-ski-lift' => 'person-ski-lift(mountain,skiing,uer,winter)'), array('fal fa-person-ski-lift' => 'person-ski-lift(mountain,skiing,uer,winter)'), array('fas fa-person-skiing' => 'person-skiing(downhill,olympics,ski,skier,snow,uer,winter)'), array('far fa-person-skiing' => 'person-skiing(downhill,olympics,ski,skier,snow,uer,winter)'), array('fal fa-person-skiing' => 'person-skiing(downhill,olympics,ski,skier,snow,uer,winter)'), array('fas fa-person-skiing-nordic' => 'person-skiing-nordic(cross country,olympics,uer,winter)'), array('far fa-person-skiing-nordic' => 'person-skiing-nordic(cross country,olympics,uer,winter)'), array('fal fa-person-skiing-nordic' => 'person-skiing-nordic(cross country,olympics,uer,winter)'), array('fas fa-person-sledding' => 'person-sledding(fun,slide,uer,winter)'), array('far fa-person-sledding' => 'person-sledding(fun,slide,uer,winter)'), array('fal fa-person-sledding' => 'person-sledding(fun,slide,uer,winter)'), array('fas fa-person-snowboarding' => 'person-snowboarding(olympics,ski,snow,snowboard,snowboarder,uer,winter)'), array('far fa-person-snowboarding' => 'person-snowboarding(olympics,ski,snow,snowboard,snowboarder,uer,winter)'), array('fal fa-person-snowboarding' => 'person-snowboarding(olympics,ski,snow,snowboard,snowboarder,uer,winter)'), array('fas fa-person-snowmobiling' => 'person-snowmobiling(snowmobile,uer,winter)'), array('far fa-person-snowmobiling' => 'person-snowmobiling(snowmobile,uer,winter)'), array('fal fa-person-snowmobiling' => 'person-snowmobiling(snowmobile,uer,winter)'), array('fas fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('far fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('fal fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('fas fa-person-through-window' => 'person-through-window(door,exit,forced entry,leave,robbery,steal,uer,window)'), array('far fa-person-through-window' => 'person-through-window(door,exit,forced entry,leave,robbery,steal,uer,window)'), array('fal fa-person-through-window' => 'person-through-window(door,exit,forced entry,leave,robbery,steal,uer,window)'), array('fas fa-person-to-door' => 'person-to-door(door,exit,leave,uer)'), array('far fa-person-to-door' => 'person-to-door(door,exit,leave,uer)'), array('fal fa-person-to-door' => 'person-to-door(door,exit,leave,uer)'), array('fas fa-person-to-portal' => 'person-to-portal(portal,run,transport,travel,uer)'), array('far fa-person-to-portal' => 'person-to-portal(portal,run,transport,travel,uer)'), array('fal fa-person-to-portal' => 'person-to-portal(portal,run,transport,travel,uer)'), array('fas fa-person-walking' => 'person-walking(crosswalk,exercise,follow,hike,move,person walking,uer,walk,walking,workout)'), array('far fa-person-walking' => 'person-walking(crosswalk,exercise,follow,hike,move,person walking,uer,walk,walking,workout)'), array('fal fa-person-walking' => 'person-walking(crosswalk,exercise,follow,hike,move,person walking,uer,walk,walking,workout)'), array('fas fa-person-walking-arrow-loop-left' => 'person-walking-arrow-loop-left(follow,population return,return,uer)'), array('far fa-person-walking-arrow-loop-left' => 'person-walking-arrow-loop-left(follow,population return,return,uer)'), array('fal fa-person-walking-arrow-loop-left' => 'person-walking-arrow-loop-left(follow,population return,return,uer)'), array('fas fa-person-walking-arrow-right' => 'person-walking-arrow-right(exit,follow,internally displaced,leave,refugee,uer)'), array('far fa-person-walking-arrow-right' => 'person-walking-arrow-right(exit,follow,internally displaced,leave,refugee,uer)'), array('fal fa-person-walking-arrow-right' => 'person-walking-arrow-right(exit,follow,internally displaced,leave,refugee,uer)'), array('fas fa-person-walking-dashed-line-arrow-right' => 'person-walking-dashed-line-arrow-right(exit,follow,refugee,uer)'), array('far fa-person-walking-dashed-line-arrow-right' => 'person-walking-dashed-line-arrow-right(exit,follow,refugee,uer)'), array('fal fa-person-walking-dashed-line-arrow-right' => 'person-walking-dashed-line-arrow-right(exit,follow,refugee,uer)'), array('fas fa-person-walking-luggage' => 'person-walking-luggage(bag,baggage,briefcase,carry-on,deployment,follow,rolling,uer)'), array('far fa-person-walking-luggage' => 'person-walking-luggage(bag,baggage,briefcase,carry-on,deployment,follow,rolling,uer)'), array('fal fa-person-walking-luggage' => 'person-walking-luggage(bag,baggage,briefcase,carry-on,deployment,follow,rolling,uer)'), array('fas fa-person-walking-with-cane' => 'person-walking-with-cane(blind,cane,follow,uer)'), array('far fa-person-walking-with-cane' => 'person-walking-with-cane(blind,cane,follow,uer)'), array('fal fa-person-walking-with-cane' => 'person-walking-with-cane(blind,cane,follow,uer)'), array('fas fa-poll-people' => 'poll-people(uer,users-people)'), array('far fa-poll-people' => 'poll-people(uer,users-people)'), array('fal fa-poll-people' => 'poll-people(uer,users-people)'), array('fas fa-poo' => 'poo(crap,dung,face,monster,pile of poo,poo,poop,shit,smile,turd,uer)'), array('far fa-poo' => 'poo(crap,dung,face,monster,pile of poo,poo,poop,shit,smile,turd,uer)'), array('fal fa-poo' => 'poo(crap,dung,face,monster,pile of poo,poo,poop,shit,smile,turd,uer)'), array('fas fa-restroom' => 'restroom(bathroom,toilet,uer,water closet,wc)'), array('far fa-restroom' => 'restroom(bathroom,toilet,uer,water closet,wc)'), array('fal fa-restroom' => 'restroom(bathroom,toilet,uer,water closet,wc)'), array('fas fa-restroom-simple' => 'restroom-simple(WC,bathroom,lavatory,restroom,toilet,uer,water closet,wc)'), array('far fa-restroom-simple' => 'restroom-simple(WC,bathroom,lavatory,restroom,toilet,uer,water closet,wc)'), array('fal fa-restroom-simple' => 'restroom-simple(WC,bathroom,lavatory,restroom,toilet,uer,water closet,wc)'), array('fas fa-screen-users' => 'screen-users(chalkboard,crowd,employee,group,presentation,students,teachers,team,uer)'), array('far fa-screen-users' => 'screen-users(chalkboard,crowd,employee,group,presentation,students,teachers,team,uer)'), array('fal fa-screen-users' => 'screen-users(chalkboard,crowd,employee,group,presentation,students,teachers,team,uer)'), array('fas fa-skull' => 'skull(bones,death,face,fairy tale,monster,skeleton,skull,uer,x-ray,yorick)'), array('far fa-skull' => 'skull(bones,death,face,fairy tale,monster,skeleton,skull,uer,x-ray,yorick)'), array('fal fa-skull' => 'skull(bones,death,face,fairy tale,monster,skeleton,skull,uer,x-ray,yorick)'), array('fas fa-square-person-confined' => 'square-person-confined(captivity,confined,uer)'), array('far fa-square-person-confined' => 'square-person-confined(captivity,confined,uer)'), array('fal fa-square-person-confined' => 'square-person-confined(captivity,confined,uer)'), array('fas fa-square-user' => 'square-user(employee,person,profile,uer)'), array('far fa-square-user' => 'square-user(employee,person,profile,uer)'), array('fal fa-square-user' => 'square-user(employee,person,profile,uer)'), array('fas fa-street-view' => 'street-view(directions,location,map,navigation,uer)'), array('far fa-street-view' => 'street-view(directions,location,map,navigation,uer)'), array('fal fa-street-view' => 'street-view(directions,location,map,navigation,uer)'), array('fas fa-user' => 'user(adult,bust,bust in silhouette,default,employee,gender-neutral,person,profile,silhouette,uer,unspecified gender,username,users-people)'), array('far fa-user' => 'user(adult,bust,bust in silhouette,default,employee,gender-neutral,person,profile,silhouette,uer,unspecified gender,username,users-people)'), array('fal fa-user' => 'user(adult,bust,bust in silhouette,default,employee,gender-neutral,person,profile,silhouette,uer,unspecified gender,username,users-people)'), array('fas fa-user-alien' => 'user-alien(ET,extraterrestrial,humanoid,monster,space,strange,uer,ufo)'), array('far fa-user-alien' => 'user-alien(ET,extraterrestrial,humanoid,monster,space,strange,uer,ufo)'), array('fal fa-user-alien' => 'user-alien(ET,extraterrestrial,humanoid,monster,space,strange,uer,ufo)'), array('fas fa-user-astronaut' => 'user-astronaut(avatar,clothing,cosmonaut,nasa,space,suit,uer)'), array('far fa-user-astronaut' => 'user-astronaut(avatar,clothing,cosmonaut,nasa,space,suit,uer)'), array('fal fa-user-astronaut' => 'user-astronaut(avatar,clothing,cosmonaut,nasa,space,suit,uer)'), array('fas fa-user-beard-bolt' => 'user-beard-bolt( god, greek, jupiter, lightning, roman, zeus,deity,mythology)'), array('far fa-user-beard-bolt' => 'user-beard-bolt( god, greek, jupiter, lightning, roman, zeus,deity,mythology)'), array('fal fa-user-beard-bolt' => 'user-beard-bolt( god, greek, jupiter, lightning, roman, zeus,deity,mythology)'), array('fas fa-user-bounty-hunter' => 'user-bounty-hunter(beskar,boba fett,jango fett,mando,mandolorian,star wars,uer)'), array('far fa-user-bounty-hunter' => 'user-bounty-hunter(beskar,boba fett,jango fett,mando,mandolorian,star wars,uer)'), array('fal fa-user-bounty-hunter' => 'user-bounty-hunter(beskar,boba fett,jango fett,mando,mandolorian,star wars,uer)'), array('fas fa-user-check' => 'user-check(employee,enable,uer,users-people,validate,working)'), array('far fa-user-check' => 'user-check(employee,enable,uer,users-people,validate,working)'), array('fal fa-user-check' => 'user-check(employee,enable,uer,users-people,validate,working)'), array('fas fa-user-chef' => 'user-chef(chef,cook,dining,employee,food,kitchen,restaurant,uer)'), array('far fa-user-chef' => 'user-chef(chef,cook,dining,employee,food,kitchen,restaurant,uer)'), array('fal fa-user-chef' => 'user-chef(chef,cook,dining,employee,food,kitchen,restaurant,uer)'), array('fas fa-user-clock' => 'user-clock(employee,uer,users-people)'), array('far fa-user-clock' => 'user-clock(employee,uer,users-people)'), array('fal fa-user-clock' => 'user-clock(employee,uer,users-people)'), array('fas fa-user-cowboy' => 'user-cowboy(buckaroo,cowgirl,horse,jackeroo,jessie,old west,pardner,ranch,rancher,rodeo,the lone ranger,uer,western,woody,wrangler)'), array('far fa-user-cowboy' => 'user-cowboy(buckaroo,cowgirl,horse,jackeroo,jessie,old west,pardner,ranch,rancher,rodeo,the lone ranger,uer,western,woody,wrangler)'), array('fal fa-user-cowboy' => 'user-cowboy(buckaroo,cowgirl,horse,jackeroo,jessie,old west,pardner,ranch,rancher,rodeo,the lone ranger,uer,western,woody,wrangler)'), array('fas fa-user-crown' => 'user-crown(administrator,uer,users-people,vip)'), array('far fa-user-crown' => 'user-crown(administrator,uer,users-people,vip)'), array('fal fa-user-crown' => 'user-crown(administrator,uer,users-people,vip)'), array('fas fa-user-doctor' => 'user-doctor(covid-19,health,job,medical,nurse,occupation,physician,profile,surgeon,uer,worker)'), array('far fa-user-doctor' => 'user-doctor(covid-19,health,job,medical,nurse,occupation,physician,profile,surgeon,uer,worker)'), array('fal fa-user-doctor' => 'user-doctor(covid-19,health,job,medical,nurse,occupation,physician,profile,surgeon,uer,worker)'), array('fas fa-user-doctor-hair' => 'user-doctor-hair(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('far fa-user-doctor-hair' => 'user-doctor-hair(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('fal fa-user-doctor-hair' => 'user-doctor-hair(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('fas fa-user-doctor-hair-long' => 'user-doctor-hair-long(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('far fa-user-doctor-hair-long' => 'user-doctor-hair-long(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('fal fa-user-doctor-hair-long' => 'user-doctor-hair-long(covid-19,job,medical,nurse,occupation,physician,profile,surgeon,uer)'), array('fas fa-user-doctor-message' => 'user-doctor-message(advice,answer,comment,diagnosis,opinion,prescription,uer)'), array('far fa-user-doctor-message' => 'user-doctor-message(advice,answer,comment,diagnosis,opinion,prescription,uer)'), array('fal fa-user-doctor-message' => 'user-doctor-message(advice,answer,comment,diagnosis,opinion,prescription,uer)'), array('fas fa-user-gear' => 'user-gear(employee,together,uer,users-people)'), array('far fa-user-gear' => 'user-gear(employee,together,uer,users-people)'), array('fal fa-user-gear' => 'user-gear(employee,together,uer,users-people)'), array('fas fa-user-graduate' => 'user-graduate(uer,users-people)'), array('far fa-user-graduate' => 'user-graduate(uer,users-people)'), array('fal fa-user-graduate' => 'user-graduate(uer,users-people)'), array('fas fa-user-group' => 'user-group(bust,busts in silhouette,crowd,employee,silhouette,together,uer,users-people)'), array('far fa-user-group' => 'user-group(bust,busts in silhouette,crowd,employee,silhouette,together,uer,users-people)'), array('fal fa-user-group' => 'user-group(bust,busts in silhouette,crowd,employee,silhouette,together,uer,users-people)'), array('fas fa-user-group-crown' => 'user-group-crown(administrator,crowd,together,uer,users-people,vip)'), array('far fa-user-group-crown' => 'user-group-crown(administrator,crowd,together,uer,users-people,vip)'), array('fal fa-user-group-crown' => 'user-group-crown(administrator,crowd,together,uer,users-people,vip)'), array('fas fa-user-group-simple' => 'user-group-simple( busts in silhouette, silhouette, users-people,bust)'), array('far fa-user-group-simple' => 'user-group-simple( busts in silhouette, silhouette, users-people,bust)'), array('fal fa-user-group-simple' => 'user-group-simple( busts in silhouette, silhouette, users-people,bust)'), array('fas fa-user-hair' => 'user-hair(bust,bust in silhouette,person,profile,silhouette,uer)'), array('far fa-user-hair' => 'user-hair(bust,bust in silhouette,person,profile,silhouette,uer)'), array('fal fa-user-hair' => 'user-hair(bust,bust in silhouette,person,profile,silhouette,uer)'), array('fas fa-user-hair-buns' => 'user-hair-buns(hairstyle,leia,organa,princess,rebel,skywalker,star wars,uer)'), array('far fa-user-hair-buns' => 'user-hair-buns(hairstyle,leia,organa,princess,rebel,skywalker,star wars,uer)'), array('fal fa-user-hair-buns' => 'user-hair-buns(hairstyle,leia,organa,princess,rebel,skywalker,star wars,uer)'), array('fas fa-user-hair-long' => 'user-hair-long(bust,bust in silhouette,person,profile,silhouette,uer)'), array('far fa-user-hair-long' => 'user-hair-long(bust,bust in silhouette,person,profile,silhouette,uer)'), array('fal fa-user-hair-long' => 'user-hair-long(bust,bust in silhouette,person,profile,silhouette,uer)'), array('fas fa-user-hair-mullet' => 'user-hair-mullet(business,mullet,party,uer)'), array('far fa-user-hair-mullet' => 'user-hair-mullet(business,mullet,party,uer)'), array('fal fa-user-hair-mullet' => 'user-hair-mullet(business,mullet,party,uer)'), array('fas fa-user-headset' => 'user-headset(employee,uer,users-people)'), array('far fa-user-headset' => 'user-headset(employee,uer,users-people)'), array('fal fa-user-headset' => 'user-headset(employee,uer,users-people)'), array('fas fa-user-helmet-safety' => 'user-helmet-safety(construction,construction worker,employee,hardhat,hat,helmet,maintenance,safety,uer,worker)'), array('far fa-user-helmet-safety' => 'user-helmet-safety(construction,construction worker,employee,hardhat,hat,helmet,maintenance,safety,uer,worker)'), array('fal fa-user-helmet-safety' => 'user-helmet-safety(construction,construction worker,employee,hardhat,hat,helmet,maintenance,safety,uer,worker)'), array('fas fa-user-hoodie' => 'user-hoodie( black hat, white hat,attack,crime,cyber,hack,hacker,security,sweatshirt,vulnerability)'), array('far fa-user-hoodie' => 'user-hoodie( black hat, white hat,attack,crime,cyber,hack,hacker,security,sweatshirt,vulnerability)'), array('fal fa-user-hoodie' => 'user-hoodie( black hat, white hat,attack,crime,cyber,hack,hacker,security,sweatshirt,vulnerability)'), array('fas fa-user-injured' => 'user-injured(employee,uer,users-people)'), array('far fa-user-injured' => 'user-injured(employee,uer,users-people)'), array('fal fa-user-injured' => 'user-injured(employee,uer,users-people)'), array('fas fa-user-large' => 'user-large(employee,uer,users-people)'), array('far fa-user-large' => 'user-large(employee,uer,users-people)'), array('fal fa-user-large' => 'user-large(employee,uer,users-people)'), array('fas fa-user-large-slash' => 'user-large-slash(disabled,disconnect,employee,uer,users-people)'), array('far fa-user-large-slash' => 'user-large-slash(disabled,disconnect,employee,uer,users-people)'), array('fal fa-user-large-slash' => 'user-large-slash(disabled,disconnect,employee,uer,users-people)'), array('fas fa-user-lock' => 'user-lock(employee,padlock,privacy,uer,users-people)'), array('far fa-user-lock' => 'user-lock(employee,padlock,privacy,uer,users-people)'), array('fal fa-user-lock' => 'user-lock(employee,padlock,privacy,uer,users-people)'), array('fas fa-user-magnifying-glass' => 'user-magnifying-glass(bust,find,person,review,search,silhouette,user)'), array('far fa-user-magnifying-glass' => 'user-magnifying-glass(bust,find,person,review,search,silhouette,user)'), array('fal fa-user-magnifying-glass' => 'user-magnifying-glass(bust,find,person,review,search,silhouette,user)'), array('fas fa-user-minus' => 'user-minus(delete,employee,negative,remove,uer)'), array('far fa-user-minus' => 'user-minus(delete,employee,negative,remove,uer)'), array('fal fa-user-minus' => 'user-minus(delete,employee,negative,remove,uer)'), array('fas fa-user-music' => 'user-music(artist,music,musician,singer,uer)'), array('far fa-user-music' => 'user-music(artist,music,musician,singer,uer)'), array('fal fa-user-music' => 'user-music(artist,music,musician,singer,uer)'), array('fas fa-user-ninja' => 'user-ninja(assassin,avatar,dangerous,deadly,fighter,hidden,ninja,sneaky,stealth,uer)'), array('far fa-user-ninja' => 'user-ninja(assassin,avatar,dangerous,deadly,fighter,hidden,ninja,sneaky,stealth,uer)'), array('fal fa-user-ninja' => 'user-ninja(assassin,avatar,dangerous,deadly,fighter,hidden,ninja,sneaky,stealth,uer)'), array('fas fa-user-nurse' => 'user-nurse(covid-19,doctor,health,md,medical,midwife,physician,practitioner,surgeon,uer,worker)'), array('far fa-user-nurse' => 'user-nurse(covid-19,doctor,health,md,medical,midwife,physician,practitioner,surgeon,uer,worker)'), array('fal fa-user-nurse' => 'user-nurse(covid-19,doctor,health,md,medical,midwife,physician,practitioner,surgeon,uer,worker)'), array('fas fa-user-nurse-hair' => 'user-nurse-hair(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('far fa-user-nurse-hair' => 'user-nurse-hair(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('fal fa-user-nurse-hair' => 'user-nurse-hair(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('fas fa-user-nurse-hair-long' => 'user-nurse-hair-long(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('far fa-user-nurse-hair-long' => 'user-nurse-hair-long(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('fal fa-user-nurse-hair-long' => 'user-nurse-hair-long(doctor,md,midwife,physician,practitioner,surgeon,uer)'), array('fas fa-user-pen' => 'user-pen(employee,modify,uer,users-people)'), array('far fa-user-pen' => 'user-pen(employee,modify,uer,users-people)'), array('fal fa-user-pen' => 'user-pen(employee,modify,uer,users-people)'), array('fas fa-user-pilot' => 'user-pilot(airplane,airport,flight,fly,navigate,pilot,uer)'), array('far fa-user-pilot' => 'user-pilot(airplane,airport,flight,fly,navigate,pilot,uer)'), array('fal fa-user-pilot' => 'user-pilot(airplane,airport,flight,fly,navigate,pilot,uer)'), array('fas fa-user-pilot-tie' => 'user-pilot-tie(airplane,airport,flight,fly,navigate,pilot,uer)'), array('far fa-user-pilot-tie' => 'user-pilot-tie(airplane,airport,flight,fly,navigate,pilot,uer)'), array('fal fa-user-pilot-tie' => 'user-pilot-tie(airplane,airport,flight,fly,navigate,pilot,uer)'), array('fas fa-user-plus' => 'user-plus(add,avatar,employee,follow,positive,sign up,signup,team,uer)'), array('far fa-user-plus' => 'user-plus(add,avatar,employee,follow,positive,sign up,signup,team,uer)'), array('fal fa-user-plus' => 'user-plus(add,avatar,employee,follow,positive,sign up,signup,team,uer)'), array('fas fa-user-police' => 'user-police(cop,five-o,law enforcement,officer,patrol,police,police officer,trooper,uer)'), array('far fa-user-police' => 'user-police(cop,five-o,law enforcement,officer,patrol,police,police officer,trooper,uer)'), array('fal fa-user-police' => 'user-police(cop,five-o,law enforcement,officer,patrol,police,police officer,trooper,uer)'), array('fas fa-user-police-tie' => 'user-police-tie(cop,five-o,law enforcement,officer,patrol,police,trooper,uer)'), array('far fa-user-police-tie' => 'user-police-tie(cop,five-o,law enforcement,officer,patrol,police,trooper,uer)'), array('fal fa-user-police-tie' => 'user-police-tie(cop,five-o,law enforcement,officer,patrol,police,trooper,uer)'), array('fas fa-user-robot' => 'user-robot(android,automate,computer,cyborg,rosie,uer)'), array('far fa-user-robot' => 'user-robot(android,automate,computer,cyborg,rosie,uer)'), array('fal fa-user-robot' => 'user-robot(android,automate,computer,cyborg,rosie,uer)'), array('fas fa-user-robot-xmarks' => 'user-robot-xmarks(android,automate,computer,cyborg,dead,offline,uer)'), array('far fa-user-robot-xmarks' => 'user-robot-xmarks(android,automate,computer,cyborg,dead,offline,uer)'), array('fal fa-user-robot-xmarks' => 'user-robot-xmarks(android,automate,computer,cyborg,dead,offline,uer)'), array('fas fa-user-secret' => 'user-secret(detective,sleuth,spy,uer,users-people)'), array('far fa-user-secret' => 'user-secret(detective,sleuth,spy,uer,users-people)'), array('fal fa-user-secret' => 'user-secret(detective,sleuth,spy,uer,users-people)'), array('fas fa-user-shakespeare' => 'user-shakespeare(bard,playwright,theater,theatre,uer)'), array('far fa-user-shakespeare' => 'user-shakespeare(bard,playwright,theater,theatre,uer)'), array('fal fa-user-shakespeare' => 'user-shakespeare(bard,playwright,theater,theatre,uer)'), array('fas fa-user-shield' => 'user-shield(employee,protect,safety,uer)'), array('far fa-user-shield' => 'user-shield(employee,protect,safety,uer)'), array('fal fa-user-shield' => 'user-shield(employee,protect,safety,uer)'), array('fas fa-user-slash' => 'user-slash(ban,delete,deny,disabled,disconnect,employee,remove,uer)'), array('far fa-user-slash' => 'user-slash(ban,delete,deny,disabled,disconnect,employee,remove,uer)'), array('fal fa-user-slash' => 'user-slash(ban,delete,deny,disabled,disconnect,employee,remove,uer)'), array('fas fa-user-tag' => 'user-tag(employee,uer,users-people)'), array('far fa-user-tag' => 'user-tag(employee,uer,users-people)'), array('fal fa-user-tag' => 'user-tag(employee,uer,users-people)'), array('fas fa-user-tie' => 'user-tie(administrator,avatar,business,clothing,employee,formal,offer,portfolio,professional,suit,uer)'), array('far fa-user-tie' => 'user-tie(administrator,avatar,business,clothing,employee,formal,offer,portfolio,professional,suit,uer)'), array('fal fa-user-tie' => 'user-tie(administrator,avatar,business,clothing,employee,formal,offer,portfolio,professional,suit,uer)'), array('fas fa-user-tie-hair' => 'user-tie-hair(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('far fa-user-tie-hair' => 'user-tie-hair(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('fal fa-user-tie-hair' => 'user-tie-hair(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('fas fa-user-tie-hair-long' => 'user-tie-hair-long(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('far fa-user-tie-hair-long' => 'user-tie-hair-long(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('fal fa-user-tie-hair-long' => 'user-tie-hair-long(administrator,avatar,business,clothing,employee,formal,professional,suit,uer)'), array('fas fa-user-unlock' => 'user-unlock(employee,uer,users-people)'), array('far fa-user-unlock' => 'user-unlock(employee,uer,users-people)'), array('fal fa-user-unlock' => 'user-unlock(employee,uer,users-people)'), array('fas fa-user-visor' => 'user-visor(geordi la forge,star trek,uer)'), array('far fa-user-visor' => 'user-visor(geordi la forge,star trek,uer)'), array('fal fa-user-visor' => 'user-visor(geordi la forge,star trek,uer)'), array('fas fa-user-vneck' => 'user-vneck(bust,bust in silhouette,person,profile,silhouette,uer)'), array('far fa-user-vneck' => 'user-vneck(bust,bust in silhouette,person,profile,silhouette,uer)'), array('fal fa-user-vneck' => 'user-vneck(bust,bust in silhouette,person,profile,silhouette,uer)'), array('fas fa-user-vneck-hair' => 'user-vneck-hair(bust,bust in silhouette,person,profile,silhouette,uer)'), array('far fa-user-vneck-hair' => 'user-vneck-hair(bust,bust in silhouette,person,profile,silhouette,uer)'), array('fal fa-user-vneck-hair' => 'user-vneck-hair(bust,bust in silhouette,person,profile,silhouette,uer)'), array('fas fa-user-vneck-hair-long' => 'user-vneck-hair-long(bust,bust in silhouette,person,profile,silhouette,uer)'), array('far fa-user-vneck-hair-long' => 'user-vneck-hair-long(bust,bust in silhouette,person,profile,silhouette,uer)'), array('fal fa-user-vneck-hair-long' => 'user-vneck-hair-long(bust,bust in silhouette,person,profile,silhouette,uer)'), array('fas fa-user-xmark' => 'user-xmark(archive,delete,employee,remove,uer,uncheck,x)'), array('far fa-user-xmark' => 'user-xmark(archive,delete,employee,remove,uer,uncheck,x)'), array('fal fa-user-xmark' => 'user-xmark(archive,delete,employee,remove,uer,uncheck,x)'), array('fas fa-users' => 'users(employee,together,uer,users-people)'), array('far fa-users' => 'users(employee,together,uer,users-people)'), array('fal fa-users' => 'users(employee,together,uer,users-people)'), array('fas fa-users-between-lines' => 'users-between-lines(covered,crowd,employee,group,people,together,uer)'), array('far fa-users-between-lines' => 'users-between-lines(covered,crowd,employee,group,people,together,uer)'), array('fal fa-users-between-lines' => 'users-between-lines(covered,crowd,employee,group,people,together,uer)'), array('fas fa-users-gear' => 'users-gear(employee,uer,users-people)'), array('far fa-users-gear' => 'users-gear(employee,uer,users-people)'), array('fal fa-users-gear' => 'users-gear(employee,uer,users-people)'), array('fas fa-users-line' => 'users-line(crowd,employee,group,need,people,together,uer)'), array('far fa-users-line' => 'users-line(crowd,employee,group,need,people,together,uer)'), array('fal fa-users-line' => 'users-line(crowd,employee,group,need,people,together,uer)'), array('fas fa-users-medical' => 'users-medical(employee,group,patients,physician,team,together,uer)'), array('far fa-users-medical' => 'users-medical(employee,group,patients,physician,team,together,uer)'), array('fal fa-users-medical' => 'users-medical(employee,group,patients,physician,team,together,uer)'), array('fas fa-users-rays' => 'users-rays(affected,crowd,employee,focused,group,people,uer)'), array('far fa-users-rays' => 'users-rays(affected,crowd,employee,focused,group,people,uer)'), array('fal fa-users-rays' => 'users-rays(affected,crowd,employee,focused,group,people,uer)'), array('fas fa-users-rectangle' => 'users-rectangle(crowd,employee,focus,group,people,reached,uer)'), array('far fa-users-rectangle' => 'users-rectangle(crowd,employee,focus,group,people,reached,uer)'), array('fal fa-users-rectangle' => 'users-rectangle(crowd,employee,focus,group,people,reached,uer)'), array('fas fa-users-slash' => 'users-slash(disabled,disconnect,employee,together,uer,users-people)'), array('far fa-users-slash' => 'users-slash(disabled,disconnect,employee,together,uer,users-people)'), array('fal fa-users-slash' => 'users-slash(disabled,disconnect,employee,together,uer,users-people)'), array('fas fa-users-viewfinder' => 'users-viewfinder(crowd,focus,group,people,targeted,uer)'), array('far fa-users-viewfinder' => 'users-viewfinder(crowd,focus,group,people,targeted,uer)'), array('fal fa-users-viewfinder' => 'users-viewfinder(crowd,focus,group,people,targeted,uer)'), array('fas fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('far fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fal fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fas fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('far fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('fal fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), ), 'Nature' => array( array('fas fa-acorn' => 'acorn(fall,nature,nut,oak,seasonal,seed,squirrel,tree)'), array('far fa-acorn' => 'acorn(fall,nature,nut,oak,seasonal,seed,squirrel,tree)'), array('fal fa-acorn' => 'acorn(fall,nature,nut,oak,seasonal,seed,squirrel,tree)'), array('fas fa-bag-seedling' => 'bag-seedling( agriculture, fertilizer, garden, grow, plant, sack, seed,bag)'), array('far fa-bag-seedling' => 'bag-seedling( agriculture, fertilizer, garden, grow, plant, sack, seed,bag)'), array('fal fa-bag-seedling' => 'bag-seedling( agriculture, fertilizer, garden, grow, plant, sack, seed,bag)'), array('fas fa-bench-tree' => 'bench-tree(bench,outside,park,picnic,tree)'), array('far fa-bench-tree' => 'bench-tree(bench,outside,park,picnic,tree)'), array('fal fa-bench-tree' => 'bench-tree(bench,outside,park,picnic,tree)'), array('fas fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('far fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('fal fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('fas fa-bug' => 'bug(beetle,error,glitch,insect,repair,report)'), array('far fa-bug' => 'bug(beetle,error,glitch,insect,repair,report)'), array('fal fa-bug' => 'bug(beetle,error,glitch,insect,repair,report)'), array('fas fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('far fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('fal fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('fas fa-cactus' => 'cactus(cactus,cowboy,desert,flora,old west,plant,succulent,western)'), array('far fa-cactus' => 'cactus(cactus,cowboy,desert,flora,old west,plant,succulent,western)'), array('fal fa-cactus' => 'cactus(cactus,cowboy,desert,flora,old west,plant,succulent,western)'), array('fas fa-cannabis' => 'cannabis(bud,chronic,drugs,endica,endo,ganja,marijuana,mary jane,pot,reefer,sativa,spliff,weed,whacky-tabacky)'), array('far fa-cannabis' => 'cannabis(bud,chronic,drugs,endica,endo,ganja,marijuana,mary jane,pot,reefer,sativa,spliff,weed,whacky-tabacky)'), array('fal fa-cannabis' => 'cannabis(bud,chronic,drugs,endica,endo,ganja,marijuana,mary jane,pot,reefer,sativa,spliff,weed,whacky-tabacky)'), array('fas fa-chestnut' => 'chestnut(nut,plant)'), array('far fa-chestnut' => 'chestnut(nut,plant)'), array('fal fa-chestnut' => 'chestnut(nut,plant)'), array('fas fa-cloud-sun' => 'cloud-sun(clear,cloud,day,daytime,fall,outdoors,overcast,partly cloudy,sun,sun behind cloud)'), array('far fa-cloud-sun' => 'cloud-sun(clear,cloud,day,daytime,fall,outdoors,overcast,partly cloudy,sun,sun behind cloud)'), array('fal fa-cloud-sun' => 'cloud-sun(clear,cloud,day,daytime,fall,outdoors,overcast,partly cloudy,sun,sun behind cloud)'), array('fas fa-clover' => 'clover(4,charm,clover,four,four leaf clover,four-leaf clover,leaf,leprechaun,luck,lucky)'), array('far fa-clover' => 'clover(4,charm,clover,four,four leaf clover,four-leaf clover,leaf,leprechaun,luck,lucky)'), array('fal fa-clover' => 'clover(4,charm,clover,four,four leaf clover,four-leaf clover,leaf,leprechaun,luck,lucky)'), array('fas fa-feather' => 'feather(bird,feather,flight,light,plucked,plumage,quill,write)'), array('far fa-feather' => 'feather(bird,feather,flight,light,plucked,plumage,quill,write)'), array('fal fa-feather' => 'feather(bird,feather,flight,light,plucked,plumage,quill,write)'), array('fas fa-feather-pointed' => 'feather-pointed(bird,light,plucked,quill,write)'), array('far fa-feather-pointed' => 'feather-pointed(bird,light,plucked,quill,write)'), array('fal fa-feather-pointed' => 'feather-pointed(bird,light,plucked,quill,write)'), array('fas fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('far fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('fal fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('fas fa-fire-smoke' => 'fire-smoke(burn,caliente,flame,fog,heat,hot)'), array('far fa-fire-smoke' => 'fire-smoke(burn,caliente,flame,fog,heat,hot)'), array('fal fa-fire-smoke' => 'fire-smoke(burn,caliente,flame,fog,heat,hot)'), array('fas fa-flower' => 'flower(Black Florette,blossom,daffodil,flower,nature,spring,summer)'), array('far fa-flower' => 'flower(Black Florette,blossom,daffodil,flower,nature,spring,summer)'), array('fal fa-flower' => 'flower(Black Florette,blossom,daffodil,flower,nature,spring,summer)'), array('fas fa-flower-daffodil' => 'flower-daffodil(Flower,nature,spring,summer)'), array('far fa-flower-daffodil' => 'flower-daffodil(Flower,nature,spring,summer)'), array('fal fa-flower-daffodil' => 'flower-daffodil(Flower,nature,spring,summer)'), array('fas fa-flower-tulip' => 'flower-tulip(flower,nature,spring,summer,tulip)'), array('far fa-flower-tulip' => 'flower-tulip(flower,nature,spring,summer,tulip)'), array('fal fa-flower-tulip' => 'flower-tulip(flower,nature,spring,summer,tulip)'), array('fas fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('far fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('fal fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('fas fa-house-tree' => 'house-tree(abode,city,garden,home,house,house with garden,residence,suburbs,urban)'), array('far fa-house-tree' => 'house-tree(abode,city,garden,home,house,house with garden,residence,suburbs,urban)'), array('fal fa-house-tree' => 'house-tree(abode,city,garden,home,house,house with garden,residence,suburbs,urban)'), array('fas fa-icicles' => 'icicles(cold,frozen,hanging,ice,seasonal,sharp)'), array('far fa-icicles' => 'icicles(cold,frozen,hanging,ice,seasonal,sharp)'), array('fal fa-icicles' => 'icicles(cold,frozen,hanging,ice,seasonal,sharp)'), array('fas fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('far fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('fal fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('fas fa-leaf-maple' => 'leaf-maple(eco,fall,falling,flora,leaf,maple,maple leaf,nature,plant,seasonal)'), array('far fa-leaf-maple' => 'leaf-maple(eco,fall,falling,flora,leaf,maple,maple leaf,nature,plant,seasonal)'), array('fal fa-leaf-maple' => 'leaf-maple(eco,fall,falling,flora,leaf,maple,maple leaf,nature,plant,seasonal)'), array('fas fa-leaf-oak' => 'leaf-oak(eco,fall,flora,nature,plant,seasonal)'), array('far fa-leaf-oak' => 'leaf-oak(eco,fall,flora,nature,plant,seasonal)'), array('fal fa-leaf-oak' => 'leaf-oak(eco,fall,flora,nature,plant,seasonal)'), array('fas fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('far fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('fal fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('fas fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('far fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('fal fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('fas fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('far fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('fal fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('fas fa-mountain' => 'mountain(cold,glacier,hiking,hill,landscape,mountain,snow,snow-capped mountain,travel,view)'), array('far fa-mountain' => 'mountain(cold,glacier,hiking,hill,landscape,mountain,snow,snow-capped mountain,travel,view)'), array('fal fa-mountain' => 'mountain(cold,glacier,hiking,hill,landscape,mountain,snow,snow-capped mountain,travel,view)'), array('fas fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('far fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('fal fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('fas fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('far fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('fal fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('fas fa-mountains' => 'mountains(glacier,hiking,hill,landscape,mountain,travel,view)'), array('far fa-mountains' => 'mountains(glacier,hiking,hill,landscape,mountain,travel,view)'), array('fal fa-mountains' => 'mountains(glacier,hiking,hill,landscape,mountain,travel,view)'), array('fas fa-mushroom' => 'mushroom(1-up,fungus,toadstool)'), array('far fa-mushroom' => 'mushroom(1-up,fungus,toadstool)'), array('fal fa-mushroom' => 'mushroom(1-up,fungus,toadstool)'), array('fas fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('far fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('fal fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('fas fa-plant-wilt' => 'plant-wilt(drought,planting,vegetation,wilt)'), array('far fa-plant-wilt' => 'plant-wilt(drought,planting,vegetation,wilt)'), array('fal fa-plant-wilt' => 'plant-wilt(drought,planting,vegetation,wilt)'), array('fas fa-pompebled' => 'pompebled(frisian,leaf,lily pad,netherlands,seeblatt,water lily)'), array('far fa-pompebled' => 'pompebled(frisian,leaf,lily pad,netherlands,seeblatt,water lily)'), array('fal fa-pompebled' => 'pompebled(frisian,leaf,lily pad,netherlands,seeblatt,water lily)'), array('fas fa-raindrops' => 'raindrops(precipitation,rain,sprinkle,storm)'), array('far fa-raindrops' => 'raindrops(precipitation,rain,sprinkle,storm)'), array('fal fa-raindrops' => 'raindrops(precipitation,rain,sprinkle,storm)'), array('fas fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('far fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fal fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fas fa-sign-post' => 'sign-post( directory, map, signage, wayfinding,directions)'), array('far fa-sign-post' => 'sign-post( directory, map, signage, wayfinding,directions)'), array('fal fa-sign-post' => 'sign-post( directory, map, signage, wayfinding,directions)'), array('fas fa-signs-post' => 'signs-post(directions,directory,map,signage,wayfinding)'), array('far fa-signs-post' => 'signs-post(directions,directory,map,signage,wayfinding)'), array('fal fa-signs-post' => 'signs-post(directions,directory,map,signage,wayfinding)'), array('fas fa-spider' => 'spider(arachnid,bug,charlotte,crawl,eight,halloween,insect,spider)'), array('far fa-spider' => 'spider(arachnid,bug,charlotte,crawl,eight,halloween,insect,spider)'), array('fal fa-spider' => 'spider(arachnid,bug,charlotte,crawl,eight,halloween,insect,spider)'), array('fas fa-spider-black-widow' => 'spider-black-widow(alert,arachnid,bug,charlotte,crawl,danger,dangerous,deadly,eight,error,halloween)'), array('far fa-spider-black-widow' => 'spider-black-widow(alert,arachnid,bug,charlotte,crawl,danger,dangerous,deadly,eight,error,halloween)'), array('fal fa-spider-black-widow' => 'spider-black-widow(alert,arachnid,bug,charlotte,crawl,danger,dangerous,deadly,eight,error,halloween)'), array('fas fa-spider-web' => 'spider-web(cobweb,gossamer,halloween,spider,spider web,web)'), array('far fa-spider-web' => 'spider-web(cobweb,gossamer,halloween,spider,spider web,web)'), array('fal fa-spider-web' => 'spider-web(cobweb,gossamer,halloween,spider,spider web,web)'), array('fas fa-tree' => 'tree(bark,evergreen tree,fall,flora,forest,investment,nature,plant,seasonal,tree)'), array('far fa-tree' => 'tree(bark,evergreen tree,fall,flora,forest,investment,nature,plant,seasonal,tree)'), array('fal fa-tree' => 'tree(bark,evergreen tree,fall,flora,forest,investment,nature,plant,seasonal,tree)'), array('fas fa-tree-deciduous' => 'tree-deciduous(bark,deciduous,deciduous tree,fall,flora,forest,nature,plant,seasonal,shedding,tree)'), array('far fa-tree-deciduous' => 'tree-deciduous(bark,deciduous,deciduous tree,fall,flora,forest,nature,plant,seasonal,shedding,tree)'), array('fal fa-tree-deciduous' => 'tree-deciduous(bark,deciduous,deciduous tree,fall,flora,forest,nature,plant,seasonal,shedding,tree)'), array('fas fa-tree-large' => 'tree-large(bark,fall,flora,forest,nature,plant,seasonal)'), array('far fa-tree-large' => 'tree-large(bark,fall,flora,forest,nature,plant,seasonal)'), array('fal fa-tree-large' => 'tree-large(bark,fall,flora,forest,nature,plant,seasonal)'), array('fas fa-tree-palm' => 'tree-palm(coconut,frond,palm,palm tree,tree,tropical)'), array('far fa-tree-palm' => 'tree-palm(coconut,frond,palm,palm tree,tree,tropical)'), array('fal fa-tree-palm' => 'tree-palm(coconut,frond,palm,palm tree,tree,tropical)'), array('fas fa-trees' => 'trees(bark,fall,flora,forest,nature,plant,seasonal)'), array('far fa-trees' => 'trees(bark,fall,flora,forest,nature,plant,seasonal)'), array('fal fa-trees' => 'trees(bark,fall,flora,forest,nature,plant,seasonal)'), array('fas fa-trillium' => 'trillium(blossom,flower,leaves,nature,spring,summer)'), array('far fa-trillium' => 'trillium(blossom,flower,leaves,nature,spring,summer)'), array('fal fa-trillium' => 'trillium(blossom,flower,leaves,nature,spring,summer)'), array('fas fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('far fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('fal fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('fas fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('far fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('fal fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('fas fa-wave' => 'wave( beach, flotsam, jetsam, surf, tsunami, wave,barrel,break,bro,shore,water)'), array('far fa-wave' => 'wave( beach, flotsam, jetsam, surf, tsunami, wave,barrel,break,bro,shore,water)'), array('fal fa-wave' => 'wave( beach, flotsam, jetsam, surf, tsunami, wave,barrel,break,bro,shore,water)'), array('fas fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('far fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('fal fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('fas fa-worm' => 'worm(dirt,garden,worm,wriggle)'), array('far fa-worm' => 'worm(dirt,garden,worm,wriggle)'), array('fal fa-worm' => 'worm(dirt,garden,worm,wriggle)'), ), 'Coding' => array( array('fas fa-ban-bug' => 'ban-bug(deny,disabled,error,fix,glitch,optimize,repair,warning)'), array('far fa-ban-bug' => 'ban-bug(deny,disabled,error,fix,glitch,optimize,repair,warning)'), array('fal fa-ban-bug' => 'ban-bug(deny,disabled,error,fix,glitch,optimize,repair,warning)'), array('fas fa-barcode' => 'barcode(info,laser,price,scan,upc)'), array('far fa-barcode' => 'barcode(info,laser,price,scan,upc)'), array('fal fa-barcode' => 'barcode(info,laser,price,scan,upc)'), array('fas fa-bars' => 'bars(checklist,drag,hamburger,list,menu,nav,navigation,ol,reorder,settings,todo,ul)'), array('far fa-bars' => 'bars(checklist,drag,hamburger,list,menu,nav,navigation,ol,reorder,settings,todo,ul)'), array('fal fa-bars' => 'bars(checklist,drag,hamburger,list,menu,nav,navigation,ol,reorder,settings,todo,ul)'), array('fas fa-bars-filter' => 'bars-filter(list,menu,sort)'), array('far fa-bars-filter' => 'bars-filter(list,menu,sort)'), array('fal fa-bars-filter' => 'bars-filter(list,menu,sort)'), array('fas fa-bars-sort' => 'bars-sort(list,menu,sort)'), array('far fa-bars-sort' => 'bars-sort(list,menu,sort)'), array('fal fa-bars-sort' => 'bars-sort(list,menu,sort)'), array('fas fa-bars-staggered' => 'bars-staggered(flow,list,timeline)'), array('far fa-bars-staggered' => 'bars-staggered(flow,list,timeline)'), array('fal fa-bars-staggered' => 'bars-staggered(flow,list,timeline)'), array('fas fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('far fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('fal fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('fas fa-binary' => 'binary(binary,data,programming)'), array('far fa-binary' => 'binary(binary,data,programming)'), array('fal fa-binary' => 'binary(binary,data,programming)'), array('fas fa-binary-circle-check' => 'binary-circle-check(accept,binary,check,crc,data,enable,encrypt,hash,not affected,ok,okay,programming,validate,working)'), array('far fa-binary-circle-check' => 'binary-circle-check(accept,binary,check,crc,data,enable,encrypt,hash,not affected,ok,okay,programming,validate,working)'), array('fal fa-binary-circle-check' => 'binary-circle-check(accept,binary,check,crc,data,enable,encrypt,hash,not affected,ok,okay,programming,validate,working)'), array('fas fa-binary-lock' => 'binary-lock(binary,data,encrypt,lock,padlock,privacy,programming)'), array('far fa-binary-lock' => 'binary-lock(binary,data,encrypt,lock,padlock,privacy,programming)'), array('fal fa-binary-lock' => 'binary-lock(binary,data,encrypt,lock,padlock,privacy,programming)'), array('fas fa-binary-slash' => 'binary-slash(binary,data,disabled,error,programming)'), array('far fa-binary-slash' => 'binary-slash(binary,data,disabled,error,programming)'), array('fal fa-binary-slash' => 'binary-slash(binary,data,disabled,error,programming)'), array('fas fa-box-archive' => 'box-archive(box,package,save,storage)'), array('far fa-box-archive' => 'box-archive(box,package,save,storage)'), array('fal fa-box-archive' => 'box-archive(box,package,save,storage)'), array('fas fa-bracket-curly' => 'bracket-curly(Left Curly Bracket,braces,code)'), array('far fa-bracket-curly' => 'bracket-curly(Left Curly Bracket,braces,code)'), array('fal fa-bracket-curly' => 'bracket-curly(Left Curly Bracket,braces,code)'), array('fas fa-bracket-curly-right' => 'bracket-curly-right(Right Curly Bracket,braces,code)'), array('far fa-bracket-curly-right' => 'bracket-curly-right(Right Curly Bracket,braces,code)'), array('fal fa-bracket-curly-right' => 'bracket-curly-right(Right Curly Bracket,braces,code)'), array('fas fa-bracket-round' => 'bracket-round(Left Parenthesis,parentheses)'), array('far fa-bracket-round' => 'bracket-round(Left Parenthesis,parentheses)'), array('fal fa-bracket-round' => 'bracket-round(Left Parenthesis,parentheses)'), array('fas fa-bracket-round-right' => 'bracket-round-right(Right Parenthesis,parentheses)'), array('far fa-bracket-round-right' => 'bracket-round-right(Right Parenthesis,parentheses)'), array('fal fa-bracket-round-right' => 'bracket-round-right(Right Parenthesis,parentheses)'), array('fas fa-bracket-square' => 'bracket-square(Left Square Bracket,code,crotchets)'), array('far fa-bracket-square' => 'bracket-square(Left Square Bracket,code,crotchets)'), array('fal fa-bracket-square' => 'bracket-square(Left Square Bracket,code,crotchets)'), array('fas fa-bracket-square-right' => 'bracket-square-right(Right Square Bracket,code,crotchets)'), array('far fa-bracket-square-right' => 'bracket-square-right(Right Square Bracket,code,crotchets)'), array('fal fa-bracket-square-right' => 'bracket-square-right(Right Square Bracket,code,crotchets)'), array('fas fa-brackets-curly' => 'brackets-curly(code,developer,development,parentheses)'), array('far fa-brackets-curly' => 'brackets-curly(code,developer,development,parentheses)'), array('fal fa-brackets-curly' => 'brackets-curly(code,developer,development,parentheses)'), array('fas fa-brackets-round' => 'brackets-round(parentheses)'), array('far fa-brackets-round' => 'brackets-round(parentheses)'), array('fal fa-brackets-round' => 'brackets-round(parentheses)'), array('fas fa-brackets-square' => 'brackets-square(code,developer,development,parentheses)'), array('far fa-brackets-square' => 'brackets-square(code,developer,development,parentheses)'), array('fal fa-brackets-square' => 'brackets-square(code,developer,development,parentheses)'), array('fas fa-brain-circuit' => 'brain-circuit(ai,android,artificial intelligence,brain,genius,knowledge,scholar)'), array('far fa-brain-circuit' => 'brain-circuit(ai,android,artificial intelligence,brain,genius,knowledge,scholar)'), array('fal fa-brain-circuit' => 'brain-circuit(ai,android,artificial intelligence,brain,genius,knowledge,scholar)'), array('fas fa-browser' => 'browser(Desktop Window,app,application,desktop,explorer,internet,web,website,www)'), array('far fa-browser' => 'browser(Desktop Window,app,application,desktop,explorer,internet,web,website,www)'), array('fal fa-browser' => 'browser(Desktop Window,app,application,desktop,explorer,internet,web,website,www)'), array('fas fa-browsers' => 'browsers(computer,tabs,ui,window)'), array('far fa-browsers' => 'browsers(computer,tabs,ui,window)'), array('fal fa-browsers' => 'browsers(computer,tabs,ui,window)'), array('fas fa-bug' => 'bug(beetle,error,glitch,insect,repair,report)'), array('far fa-bug' => 'bug(beetle,error,glitch,insect,repair,report)'), array('fal fa-bug' => 'bug(beetle,error,glitch,insect,repair,report)'), array('fas fa-bug-slash' => 'bug-slash(beetle,disabled,fix,glitch,insect,optimize,repair,report,warning)'), array('far fa-bug-slash' => 'bug-slash(beetle,disabled,fix,glitch,insect,optimize,repair,report,warning)'), array('fal fa-bug-slash' => 'bug-slash(beetle,disabled,fix,glitch,insect,optimize,repair,report,warning)'), array('fas fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('far fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('fal fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('fas fa-cloud-binary' => 'cloud-binary( cloud, data, data, infrastructure, programming, upload,binary)'), array('far fa-cloud-binary' => 'cloud-binary( cloud, data, data, infrastructure, programming, upload,binary)'), array('fal fa-cloud-binary' => 'cloud-binary( cloud, data, data, infrastructure, programming, upload,binary)'), array('fas fa-code' => 'code(brackets,code,development,html,mysql,sql)'), array('far fa-code' => 'code(brackets,code,development,html,mysql,sql)'), array('fal fa-code' => 'code(brackets,code,development,html,mysql,sql)'), array('fas fa-code-branch' => 'code-branch(branch,git,github,mysql,rebase,sql,svn,vcs,version)'), array('far fa-code-branch' => 'code-branch(branch,git,github,mysql,rebase,sql,svn,vcs,version)'), array('fal fa-code-branch' => 'code-branch(branch,git,github,mysql,rebase,sql,svn,vcs,version)'), array('fas fa-code-commit' => 'code-commit(commit,git,github,hash,rebase,svn,vcs,version)'), array('far fa-code-commit' => 'code-commit(commit,git,github,hash,rebase,svn,vcs,version)'), array('fal fa-code-commit' => 'code-commit(commit,git,github,hash,rebase,svn,vcs,version)'), array('fas fa-code-compare' => 'code-compare(compare,git,github,svn,version)'), array('far fa-code-compare' => 'code-compare(compare,git,github,svn,version)'), array('fal fa-code-compare' => 'code-compare(compare,git,github,svn,version)'), array('fas fa-code-fork' => 'code-fork(fork,git,github,svn,version)'), array('far fa-code-fork' => 'code-fork(fork,git,github,svn,version)'), array('fal fa-code-fork' => 'code-fork(fork,git,github,svn,version)'), array('fas fa-code-merge' => 'code-merge(git,github,merge,pr,rebase,svn,vcs,version)'), array('far fa-code-merge' => 'code-merge(git,github,merge,pr,rebase,svn,vcs,version)'), array('fal fa-code-merge' => 'code-merge(git,github,merge,pr,rebase,svn,vcs,version)'), array('fas fa-code-pull-request' => 'code-pull-request(git,github,pr,svn,version)'), array('far fa-code-pull-request' => 'code-pull-request(git,github,pr,svn,version)'), array('fal fa-code-pull-request' => 'code-pull-request(git,github,pr,svn,version)'), array('fas fa-code-pull-request-closed' => 'code-pull-request-closed(git,github,pr,svn,version)'), array('far fa-code-pull-request-closed' => 'code-pull-request-closed(git,github,pr,svn,version)'), array('fal fa-code-pull-request-closed' => 'code-pull-request-closed(git,github,pr,svn,version)'), array('fas fa-code-pull-request-draft' => 'code-pull-request-draft(git,github,pr,svn,version)'), array('far fa-code-pull-request-draft' => 'code-pull-request-draft(git,github,pr,svn,version)'), array('fal fa-code-pull-request-draft' => 'code-pull-request-draft(git,github,pr,svn,version)'), array('fas fa-code-simple' => 'code-simple(code,computer,developer)'), array('far fa-code-simple' => 'code-simple(code,computer,developer)'), array('fal fa-code-simple' => 'code-simple(code,computer,developer)'), array('fas fa-cube' => 'cube(3d,block,dice,package,square,tesseract)'), array('far fa-cube' => 'cube(3d,block,dice,package,square,tesseract)'), array('fal fa-cube' => 'cube(3d,block,dice,package,square,tesseract)'), array('fas fa-cubes' => 'cubes(3d,block,dice,package,pyramid,square,stack,tesseract)'), array('far fa-cubes' => 'cubes(3d,block,dice,package,pyramid,square,stack,tesseract)'), array('fal fa-cubes' => 'cubes(3d,block,dice,package,pyramid,square,stack,tesseract)'), array('fas fa-diagram-project' => 'diagram-project(chart,graph,network,pert,statistics)'), array('far fa-diagram-project' => 'diagram-project(chart,graph,network,pert,statistics)'), array('fal fa-diagram-project' => 'diagram-project(chart,graph,network,pert,statistics)'), array('fas fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('far fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fal fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fas fa-file-code' => 'file-code(css,development,document,html,mysql,sql)'), array('far fa-file-code' => 'file-code(css,development,document,html,mysql,sql)'), array('fal fa-file-code' => 'file-code(css,development,document,html,mysql,sql)'), array('fas fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('far fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('fal fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('fas fa-file-xml' => 'file-xml( data, document, file, language, markup,extensible)'), array('far fa-file-xml' => 'file-xml( data, document, file, language, markup,extensible)'), array('fal fa-file-xml' => 'file-xml( data, document, file, language, markup,extensible)'), array('fas fa-filter' => 'filter(funnel,options,separate,sort)'), array('far fa-filter' => 'filter(funnel,options,separate,sort)'), array('fal fa-filter' => 'filter(funnel,options,separate,sort)'), array('fas fa-fire-extinguisher' => 'fire-extinguisher(burn,caliente,extinguish,fire,fire extinguisher,fire fighter,flame,heat,hot,quench,rescue)'), array('far fa-fire-extinguisher' => 'fire-extinguisher(burn,caliente,extinguish,fire,fire extinguisher,fire fighter,flame,heat,hot,quench,rescue)'), array('fal fa-fire-extinguisher' => 'fire-extinguisher(burn,caliente,extinguish,fire,fire extinguisher,fire fighter,flame,heat,hot,quench,rescue)'), array('fas fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('far fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('fal fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('fas fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('far fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('fal fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('fas fa-font-awesome' => 'font-awesome(awesome,flag,font,icons,typeface)'), array('far fa-font-awesome' => 'font-awesome(awesome,flag,font,icons,typeface)'), array('fal fa-font-awesome' => 'font-awesome(awesome,flag,font,icons,typeface)'), array('fab fa-font-awesome' => 'font-awesome(awesome,flag,font,icons,typeface)'), array('fas fa-gear' => 'gear(cog,cogwheel,configuration,gear,mechanical,modify,settings,sprocket,tool,wheel)'), array('far fa-gear' => 'gear(cog,cogwheel,configuration,gear,mechanical,modify,settings,sprocket,tool,wheel)'), array('fal fa-gear' => 'gear(cog,cogwheel,configuration,gear,mechanical,modify,settings,sprocket,tool,wheel)'), array('fas fa-gear-code' => 'gear-code( code, cogwheel, develop, digital, gear, mechanical, settings, sprocket, tool, wheel,cog)'), array('far fa-gear-code' => 'gear-code( code, cogwheel, develop, digital, gear, mechanical, settings, sprocket, tool, wheel,cog)'), array('fal fa-gear-code' => 'gear-code( code, cogwheel, develop, digital, gear, mechanical, settings, sprocket, tool, wheel,cog)'), array('fas fa-gear-complex' => 'gear-complex( cogwheel, gear, mechanical, settings, sprocket, tool, wheel,cog)'), array('far fa-gear-complex' => 'gear-complex( cogwheel, gear, mechanical, settings, sprocket, tool, wheel,cog)'), array('fal fa-gear-complex' => 'gear-complex( cogwheel, gear, mechanical, settings, sprocket, tool, wheel,cog)'), array('fas fa-gear-complex-code' => 'gear-complex-code( code, cogwheel, develop, gear, mechanical, settings, sprocket, tool, wheel, cog, digital)'), array('far fa-gear-complex-code' => 'gear-complex-code( code, cogwheel, develop, gear, mechanical, settings, sprocket, tool, wheel, cog, digital)'), array('fal fa-gear-complex-code' => 'gear-complex-code( code, cogwheel, develop, gear, mechanical, settings, sprocket, tool, wheel, cog, digital)'), array('fas fa-gears' => 'gears(configuration,gears,mechanical,modify,settings,sprocket,wheel)'), array('far fa-gears' => 'gears(configuration,gears,mechanical,modify,settings,sprocket,wheel)'), array('fal fa-gears' => 'gears(configuration,gears,mechanical,modify,settings,sprocket,wheel)'), array('fas fa-head-side-gear' => 'head-side-gear( ai, android, augmented, cybernetics, face, gear, learning, machine, profile, robot, settings, thinking, thought, user,artificial intelligence,bald)'), array('far fa-head-side-gear' => 'head-side-gear( ai, android, augmented, cybernetics, face, gear, learning, machine, profile, robot, settings, thinking, thought, user,artificial intelligence,bald)'), array('fal fa-head-side-gear' => 'head-side-gear( ai, android, augmented, cybernetics, face, gear, learning, machine, profile, robot, settings, thinking, thought, user,artificial intelligence,bald)'), array('fas fa-key-skeleton-left-right' => 'key-skeleton-left-right(connect,lock,private,public)'), array('far fa-key-skeleton-left-right' => 'key-skeleton-left-right(connect,lock,private,public)'), array('fal fa-key-skeleton-left-right' => 'key-skeleton-left-right(connect,lock,private,public)'), array('fas fa-keyboard' => 'keyboard(accessory,computer,edit,input,keyboard,text,type,write)'), array('far fa-keyboard' => 'keyboard(accessory,computer,edit,input,keyboard,text,type,write)'), array('fal fa-keyboard' => 'keyboard(accessory,computer,edit,input,keyboard,text,type,write)'), array('fas fa-laptop-binary' => 'laptop-binary( binary, code, cpu, dell, demo, develop, device, information, mac, macbook, machine, pc,computer)'), array('far fa-laptop-binary' => 'laptop-binary( binary, code, cpu, dell, demo, develop, device, information, mac, macbook, machine, pc,computer)'), array('fal fa-laptop-binary' => 'laptop-binary( binary, code, cpu, dell, demo, develop, device, information, mac, macbook, machine, pc,computer)'), array('fas fa-laptop-code' => 'laptop-code(computer,cpu,dell,demo,develop,device,fabook,fb,mac,macbook,machine,mysql,pc,sql)'), array('far fa-laptop-code' => 'laptop-code(computer,cpu,dell,demo,develop,device,fabook,fb,mac,macbook,machine,mysql,pc,sql)'), array('fal fa-laptop-code' => 'laptop-code(computer,cpu,dell,demo,develop,device,fabook,fb,mac,macbook,machine,mysql,pc,sql)'), array('fas fa-laptop-mobile' => 'laptop-mobile(computer,device,mobile,platform,technology)'), array('far fa-laptop-mobile' => 'laptop-mobile(computer,device,mobile,platform,technology)'), array('fal fa-laptop-mobile' => 'laptop-mobile(computer,device,mobile,platform,technology)'), array('fas fa-merge' => 'merge(code,combine)'), array('far fa-merge' => 'merge(code,combine)'), array('fal fa-merge' => 'merge(code,combine)'), array('fas fa-microchip' => 'microchip(cpu,hardware,processor,technology)'), array('far fa-microchip' => 'microchip(cpu,hardware,processor,technology)'), array('fal fa-microchip' => 'microchip(cpu,hardware,processor,technology)'), array('fas fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('far fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fal fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fas fa-network-wired' => 'network-wired(computer,connect,ethernet,internet,intranet)'), array('far fa-network-wired' => 'network-wired(computer,connect,ethernet,internet,intranet)'), array('fal fa-network-wired' => 'network-wired(computer,connect,ethernet,internet,intranet)'), array('fas fa-notdef' => 'notdef(404,close,missing,not found)'), array('far fa-notdef' => 'notdef(404,close,missing,not found)'), array('fal fa-notdef' => 'notdef(404,close,missing,not found)'), array('fas fa-octagon-exclamation' => 'octagon-exclamation(attention,close,end,failed,required,stop)'), array('far fa-octagon-exclamation' => 'octagon-exclamation(attention,close,end,failed,required,stop)'), array('fal fa-octagon-exclamation' => 'octagon-exclamation(attention,close,end,failed,required,stop)'), array('fas fa-qrcode' => 'qrcode(barcode,info,information,scan)'), array('far fa-qrcode' => 'qrcode(barcode,info,information,scan)'), array('fal fa-qrcode' => 'qrcode(barcode,info,information,scan)'), array('fas fa-rectangle-code' => 'rectangle-code(code,coding,command,console,development,prompt,terminal)'), array('far fa-rectangle-code' => 'rectangle-code(code,coding,command,console,development,prompt,terminal)'), array('fal fa-rectangle-code' => 'rectangle-code(code,coding,command,console,development,prompt,terminal)'), array('fas fa-rectangle-terminal' => 'rectangle-terminal(code,coding,command,console,development,prompt,terminal)'), array('far fa-rectangle-terminal' => 'rectangle-terminal(code,coding,command,console,development,prompt,terminal)'), array('fal fa-rectangle-terminal' => 'rectangle-terminal(code,coding,command,console,development,prompt,terminal)'), array('fas fa-rectangle-xmark' => 'rectangle-xmark(browser,cancel,computer,development,uncheck)'), array('far fa-rectangle-xmark' => 'rectangle-xmark(browser,cancel,computer,development,uncheck)'), array('fal fa-rectangle-xmark' => 'rectangle-xmark(browser,cancel,computer,development,uncheck)'), array('fas fa-shield' => 'shield(achievement,armor,award,block,cleric,defend,defense,holy,paladin,protect,safety,security,shield,weapon,winner)'), array('far fa-shield' => 'shield(achievement,armor,award,block,cleric,defend,defense,holy,paladin,protect,safety,security,shield,weapon,winner)'), array('fal fa-shield' => 'shield(achievement,armor,award,block,cleric,defend,defense,holy,paladin,protect,safety,security,shield,weapon,winner)'), array('fas fa-shield-check' => 'shield-check(achievement,award,block,defend,enable,protect,safety,security,select,success,tick,todo,validate,warranty,winner,working)'), array('far fa-shield-check' => 'shield-check(achievement,award,block,defend,enable,protect,safety,security,select,success,tick,todo,validate,warranty,winner,working)'), array('fal fa-shield-check' => 'shield-check(achievement,award,block,defend,enable,protect,safety,security,select,success,tick,todo,validate,warranty,winner,working)'), array('fas fa-shield-halved' => 'shield-halved(achievement,armor,award,block,cleric,defend,defense,holy,paladin,privacy,security,shield,weapon,winner)'), array('far fa-shield-halved' => 'shield-halved(achievement,armor,award,block,cleric,defend,defense,holy,paladin,privacy,security,shield,weapon,winner)'), array('fal fa-shield-halved' => 'shield-halved(achievement,armor,award,block,cleric,defend,defense,holy,paladin,privacy,security,shield,weapon,winner)'), array('fas fa-sidebar' => 'sidebar(browser,ui,window)'), array('far fa-sidebar' => 'sidebar(browser,ui,window)'), array('fal fa-sidebar' => 'sidebar(browser,ui,window)'), array('fas fa-sidebar-flip' => 'sidebar-flip(browser,ui,window)'), array('far fa-sidebar-flip' => 'sidebar-flip(browser,ui,window)'), array('fal fa-sidebar-flip' => 'sidebar-flip(browser,ui,window)'), array('fas fa-sitemap' => 'sitemap(directory,hierarchy,ia,information architecture,organization)'), array('far fa-sitemap' => 'sitemap(directory,hierarchy,ia,information architecture,organization)'), array('fal fa-sitemap' => 'sitemap(directory,hierarchy,ia,information architecture,organization)'), array('fas fa-split' => 'split(code,divide)'), array('far fa-split' => 'split(code,divide)'), array('fal fa-split' => 'split(code,divide)'), array('fas fa-square-code' => 'square-code(code,coding,command,console,development,prompt,terminal)'), array('far fa-square-code' => 'square-code(code,coding,command,console,development,prompt,terminal)'), array('fal fa-square-code' => 'square-code(code,coding,command,console,development,prompt,terminal)'), array('fas fa-square-terminal' => 'square-terminal(code,coding,command,console,development,prompt,terminal)'), array('far fa-square-terminal' => 'square-terminal(code,coding,command,console,development,prompt,terminal)'), array('fal fa-square-terminal' => 'square-terminal(code,coding,command,console,development,prompt,terminal)'), array('fas fa-terminal' => 'terminal(code,coding,command,console,development,prompt,terminal)'), array('far fa-terminal' => 'terminal(code,coding,command,console,development,prompt,terminal)'), array('fal fa-terminal' => 'terminal(code,coding,command,console,development,prompt,terminal)'), array('fas fa-user-secret' => 'user-secret(detective,sleuth,spy,uer,users-people)'), array('far fa-user-secret' => 'user-secret(detective,sleuth,spy,uer,users-people)'), array('fal fa-user-secret' => 'user-secret(detective,sleuth,spy,uer,users-people)'), array('fas fa-web-awesome' => 'web-awesome( coding, components, crown, web,awesome)'), array('far fa-web-awesome' => 'web-awesome( coding, components, crown, web,awesome)'), array('fal fa-web-awesome' => 'web-awesome( coding, components, crown, web,awesome)'), array('fab fa-web-awesome' => 'web-awesome( coding, components, crown, web,awesome)'), array('fas fa-webhook' => 'webhook(api,automate,callback,code,communication,http,infastructure,json,message)'), array('far fa-webhook' => 'webhook(api,automate,callback,code,communication,http,infastructure,json,message)'), array('fal fa-webhook' => 'webhook(api,automate,callback,code,communication,http,infastructure,json,message)'), array('fas fa-window' => 'window(browser,computer,development)'), array('far fa-window' => 'window(browser,computer,development)'), array('fal fa-window' => 'window(browser,computer,development)'), array('fas fa-window-flip' => 'window-flip(browser,computer,development)'), array('far fa-window-flip' => 'window-flip(browser,computer,development)'), array('fal fa-window-flip' => 'window-flip(browser,computer,development)'), array('fas fa-window-maximize' => 'window-maximize(Maximize,browser,computer,development,expand)'), array('far fa-window-maximize' => 'window-maximize(Maximize,browser,computer,development,expand)'), array('fal fa-window-maximize' => 'window-maximize(Maximize,browser,computer,development,expand)'), array('fas fa-window-minimize' => 'window-minimize(Minimize,browser,collapse,computer,development)'), array('far fa-window-minimize' => 'window-minimize(Minimize,browser,collapse,computer,development)'), array('fal fa-window-minimize' => 'window-minimize(Minimize,browser,collapse,computer,development)'), array('fas fa-window-restore' => 'window-restore(browser,computer,development)'), array('far fa-window-restore' => 'window-restore(browser,computer,development)'), array('fal fa-window-restore' => 'window-restore(browser,computer,development)'), array('fas fa-wrench-simple' => 'wrench-simple(configuration,equipment,maintenance,modify,settings,tool)'), array('far fa-wrench-simple' => 'wrench-simple(configuration,equipment,maintenance,modify,settings,tool)'), array('fal fa-wrench-simple' => 'wrench-simple(configuration,equipment,maintenance,modify,settings,tool)'), ), 'Astronomy' => array( array('fas fa-alien' => 'alien(ET,alien,creature,extraterrestrial,face,fantasy,humanoid,monster,space,strange,ufo)'), array('far fa-alien' => 'alien(ET,alien,creature,extraterrestrial,face,fantasy,humanoid,monster,space,strange,ufo)'), array('fal fa-alien' => 'alien(ET,alien,creature,extraterrestrial,face,fantasy,humanoid,monster,space,strange,ufo)'), array('fas fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('far fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('fal fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('fas fa-cat-space' => 'cat-space(animal,astronaut,cosmonaut,fauna,meow,space)'), array('far fa-cat-space' => 'cat-space(animal,astronaut,cosmonaut,fauna,meow,space)'), array('fal fa-cat-space' => 'cat-space(animal,astronaut,cosmonaut,fauna,meow,space)'), array('fas fa-comet' => 'comet(asteroid,dust,ice,meteor,orbit,rock,shooting star,solar system,space)'), array('far fa-comet' => 'comet(asteroid,dust,ice,meteor,orbit,rock,shooting star,solar system,space)'), array('fal fa-comet' => 'comet(asteroid,dust,ice,meteor,orbit,rock,shooting star,solar system,space)'), array('fas fa-eclipse' => 'eclipse(lunar,moon,shadow,solar,sun)'), array('far fa-eclipse' => 'eclipse(lunar,moon,shadow,solar,sun)'), array('fal fa-eclipse' => 'eclipse(lunar,moon,shadow,solar,sun)'), array('fas fa-galaxy' => 'galaxy(black hole,cosmic,nebula,solar system,space,spiral,universe)'), array('far fa-galaxy' => 'galaxy(black hole,cosmic,nebula,solar system,space,spiral,universe)'), array('fal fa-galaxy' => 'galaxy(black hole,cosmic,nebula,solar system,space,spiral,universe)'), array('fas fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('far fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('fal fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('fas fa-meteor' => 'meteor(armageddon,asteroid,comet,shooting star,space)'), array('far fa-meteor' => 'meteor(armageddon,asteroid,comet,shooting star,space)'), array('fal fa-meteor' => 'meteor(armageddon,asteroid,comet,shooting star,space)'), array('fas fa-moon' => 'moon(Power Sleep Symbol,contrast,crescent,crescent moon,dark,lunar,moon,night)'), array('far fa-moon' => 'moon(Power Sleep Symbol,contrast,crescent,crescent moon,dark,lunar,moon,night)'), array('fal fa-moon' => 'moon(Power Sleep Symbol,contrast,crescent,crescent moon,dark,lunar,moon,night)'), array('fas fa-moon-over-sun' => 'moon-over-sun(lunar,moon,shadow,solar,sun)'), array('far fa-moon-over-sun' => 'moon-over-sun(lunar,moon,shadow,solar,sun)'), array('fal fa-moon-over-sun' => 'moon-over-sun(lunar,moon,shadow,solar,sun)'), array('fas fa-moon-stars' => 'moon-stars(clear,crescent,lunar,space,star)'), array('far fa-moon-stars' => 'moon-stars(clear,crescent,lunar,space,star)'), array('fal fa-moon-stars' => 'moon-stars(clear,crescent,lunar,space,star)'), array('fas fa-planet-moon' => 'planet-moon(earth,natural satellite,orbit,solar system,space,universe)'), array('far fa-planet-moon' => 'planet-moon(earth,natural satellite,orbit,solar system,space,universe)'), array('fal fa-planet-moon' => 'planet-moon(earth,natural satellite,orbit,solar system,space,universe)'), array('fas fa-planet-ringed' => 'planet-ringed(orbit,premium,ringed planet,saturn,saturnine,solar system,space,universe)'), array('far fa-planet-ringed' => 'planet-ringed(orbit,premium,ringed planet,saturn,saturnine,solar system,space,universe)'), array('fal fa-planet-ringed' => 'planet-ringed(orbit,premium,ringed planet,saturn,saturnine,solar system,space,universe)'), array('fas fa-radar' => 'radar(blip,find,lidar,radio,scan,search,sonar,space)'), array('far fa-radar' => 'radar(blip,find,lidar,radio,scan,search,sonar,space)'), array('fal fa-radar' => 'radar(blip,find,lidar,radio,scan,search,sonar,space)'), array('fas fa-satellite' => 'satellite(communications,hardware,orbit,satellite,space)'), array('far fa-satellite' => 'satellite(communications,hardware,orbit,satellite,space)'), array('fal fa-satellite' => 'satellite(communications,hardware,orbit,satellite,space)'), array('fas fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('far fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('fal fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('fas fa-shuttle-space' => 'shuttle-space(astronaut,machine,nasa,rocket,space,transportation)'), array('far fa-shuttle-space' => 'shuttle-space(astronaut,machine,nasa,rocket,space,transportation)'), array('fal fa-shuttle-space' => 'shuttle-space(astronaut,machine,nasa,rocket,space,transportation)'), array('fas fa-solar-system' => 'solar-system(galaxy,orbit,planets,premium,space,sun,universe)'), array('far fa-solar-system' => 'solar-system(galaxy,orbit,planets,premium,space,sun,universe)'), array('fal fa-solar-system' => 'solar-system(galaxy,orbit,planets,premium,space,sun,universe)'), array('fas fa-star-shooting' => 'star-shooting(asteroid,comet,falling,meteor,shooting,shooting star,space,star,wish)'), array('far fa-star-shooting' => 'star-shooting(asteroid,comet,falling,meteor,shooting,shooting star,space,star,wish)'), array('fal fa-star-shooting' => 'star-shooting(asteroid,comet,falling,meteor,shooting,shooting star,space,star,wish)'), array('fas fa-stars' => 'stars(favorite,galaxy,magic,night,quality,space)'), array('far fa-stars' => 'stars(favorite,galaxy,magic,night,quality,space)'), array('fal fa-stars' => 'stars(favorite,galaxy,magic,night,quality,space)'), array('fas fa-telescope' => 'telescope(astronomy,knowledge,lens,look,microscope,observatory,science,scope,search,space,telescope,tool,view)'), array('far fa-telescope' => 'telescope(astronomy,knowledge,lens,look,microscope,observatory,science,scope,search,space,telescope,tool,view)'), array('fal fa-telescope' => 'telescope(astronomy,knowledge,lens,look,microscope,observatory,science,scope,search,space,telescope,tool,view)'), array('fas fa-ufo' => 'ufo(UFO,abduct,alien,extraterrestrial,flying saucer,space,spacecraft,spaceship,t-craft,travel,unidentified flying object)'), array('far fa-ufo' => 'ufo(UFO,abduct,alien,extraterrestrial,flying saucer,space,spacecraft,spaceship,t-craft,travel,unidentified flying object)'), array('fal fa-ufo' => 'ufo(UFO,abduct,alien,extraterrestrial,flying saucer,space,spacecraft,spaceship,t-craft,travel,unidentified flying object)'), array('fas fa-ufo-beam' => 'ufo-beam(abduct,alien,extraterrestrial,flying saucer,probe,space,spacecraft,spaceship,t-craft,tractor beam,travel,unidentified flying object)'), array('far fa-ufo-beam' => 'ufo-beam(abduct,alien,extraterrestrial,flying saucer,probe,space,spacecraft,spaceship,t-craft,tractor beam,travel,unidentified flying object)'), array('fal fa-ufo-beam' => 'ufo-beam(abduct,alien,extraterrestrial,flying saucer,probe,space,spacecraft,spaceship,t-craft,tractor beam,travel,unidentified flying object)'), array('fas fa-user-alien' => 'user-alien(ET,extraterrestrial,humanoid,monster,space,strange,uer,ufo)'), array('far fa-user-alien' => 'user-alien(ET,extraterrestrial,humanoid,monster,space,strange,uer,ufo)'), array('fal fa-user-alien' => 'user-alien(ET,extraterrestrial,humanoid,monster,space,strange,uer,ufo)'), array('fas fa-user-astronaut' => 'user-astronaut(avatar,clothing,cosmonaut,nasa,space,suit,uer)'), array('far fa-user-astronaut' => 'user-astronaut(avatar,clothing,cosmonaut,nasa,space,suit,uer)'), array('fal fa-user-astronaut' => 'user-astronaut(avatar,clothing,cosmonaut,nasa,space,suit,uer)'), ), 'Marketing' => array( array('fas fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('far fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('fal fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('fas fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('far fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('fal fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('fas fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('far fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('fal fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('fas fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('far fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('fal fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('fas fa-badge-check' => 'badge-check(accept,achievement,agree,award,confirm,correct,done,enable,guarantee,ok,security,select,success,validate,verified,verify,warranty,winner,working,yes)'), array('far fa-badge-check' => 'badge-check(accept,achievement,agree,award,confirm,correct,done,enable,guarantee,ok,security,select,success,validate,verified,verify,warranty,winner,working,yes)'), array('fal fa-badge-check' => 'badge-check(accept,achievement,agree,award,confirm,correct,done,enable,guarantee,ok,security,select,success,validate,verified,verify,warranty,winner,working,yes)'), array('fas fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('far fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fal fa-badge-dollar' => 'badge-dollar(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fas fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('far fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fal fa-badge-percent' => 'badge-percent(coupon,deal,discount,guarantee,investment,money,salary,save,usd)'), array('fas fa-billboard' => 'billboard(advertising,promotion,sign,signboard,slogan poster)'), array('far fa-billboard' => 'billboard(advertising,promotion,sign,signboard,slogan poster)'), array('fal fa-billboard' => 'billboard(advertising,promotion,sign,signboard,slogan poster)'), array('fas fa-block-question' => 'block-question(block,brick,mystery,prize,question,super mario)'), array('far fa-block-question' => 'block-question(block,brick,mystery,prize,question,super mario)'), array('fal fa-block-question' => 'block-question(block,brick,mystery,prize,question,super mario)'), array('fas fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('far fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('fal fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('fas fa-bullseye' => 'bullseye(archery,goal,objective,strategy,target)'), array('far fa-bullseye' => 'bullseye(archery,goal,objective,strategy,target)'), array('fal fa-bullseye' => 'bullseye(archery,goal,objective,strategy,target)'), array('fas fa-bullseye-arrow' => 'bullseye-arrow(archery,arrow,bullseye,dart,direct hit,game,goal,hit,objective,robin hood,strategy,target)'), array('far fa-bullseye-arrow' => 'bullseye-arrow(archery,arrow,bullseye,dart,direct hit,game,goal,hit,objective,robin hood,strategy,target)'), array('fal fa-bullseye-arrow' => 'bullseye-arrow(archery,arrow,bullseye,dart,direct hit,game,goal,hit,objective,robin hood,strategy,target)'), array('fas fa-bullseye-pointer' => 'bullseye-pointer(archery,goal,objective,strategy,target)'), array('far fa-bullseye-pointer' => 'bullseye-pointer(archery,goal,objective,strategy,target)'), array('fal fa-bullseye-pointer' => 'bullseye-pointer(archery,goal,objective,strategy,target)'), array('fas fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('far fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('fal fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('fas fa-chart-mixed-up-circle-currency' => 'chart-mixed-up-circle-currency( analytics, chart, currency, investment, measure, money, roi, tracking, trend,data,forecast,graph)'), array('far fa-chart-mixed-up-circle-currency' => 'chart-mixed-up-circle-currency( analytics, chart, currency, investment, measure, money, roi, tracking, trend,data,forecast,graph)'), array('fal fa-chart-mixed-up-circle-currency' => 'chart-mixed-up-circle-currency( analytics, chart, currency, investment, measure, money, roi, tracking, trend,data,forecast,graph)'), array('fas fa-chart-mixed-up-circle-dollar' => 'chart-mixed-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, graph, investment,data,forecast)'), array('far fa-chart-mixed-up-circle-dollar' => 'chart-mixed-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, graph, investment,data,forecast)'), array('fal fa-chart-mixed-up-circle-dollar' => 'chart-mixed-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, graph, investment,data,forecast)'), array('fas fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('far fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('fal fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('fas fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('far fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('fal fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('fas fa-comment-dollar' => 'comment-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('far fa-comment-dollar' => 'comment-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fal fa-comment-dollar' => 'comment-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fas fa-comments-dollar' => 'comments-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('far fa-comments-dollar' => 'comments-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fal fa-comments-dollar' => 'comments-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fas fa-display-chart-up' => 'display-chart-up( analytics, chart, measure, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('far fa-display-chart-up' => 'display-chart-up( analytics, chart, measure, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fal fa-display-chart-up' => 'display-chart-up( analytics, chart, measure, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fas fa-display-chart-up-circle-currency' => 'display-chart-up-circle-currency( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('far fa-display-chart-up-circle-currency' => 'display-chart-up-circle-currency( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fal fa-display-chart-up-circle-currency' => 'display-chart-up-circle-currency( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fas fa-display-chart-up-circle-dollar' => 'display-chart-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('far fa-display-chart-up-circle-dollar' => 'display-chart-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fal fa-display-chart-up-circle-dollar' => 'display-chart-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fas fa-envelope-open-dollar' => 'envelope-open-dollar(e-mail,email,letter,mail,message,money,newsletter,notification,offer,pay,revenue,salary,transfer)'), array('far fa-envelope-open-dollar' => 'envelope-open-dollar(e-mail,email,letter,mail,message,money,newsletter,notification,offer,pay,revenue,salary,transfer)'), array('fal fa-envelope-open-dollar' => 'envelope-open-dollar(e-mail,email,letter,mail,message,money,newsletter,notification,offer,pay,revenue,salary,transfer)'), array('fas fa-envelope-open-text' => 'envelope-open-text(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('far fa-envelope-open-text' => 'envelope-open-text(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('fal fa-envelope-open-text' => 'envelope-open-text(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('fas fa-envelopes-bulk' => 'envelopes-bulk(archive,envelope,letter,newsletter,offer,post office,postal,postcard,send,stamp,usps)'), array('far fa-envelopes-bulk' => 'envelopes-bulk(archive,envelope,letter,newsletter,offer,post office,postal,postcard,send,stamp,usps)'), array('fal fa-envelopes-bulk' => 'envelopes-bulk(archive,envelope,letter,newsletter,offer,post office,postal,postcard,send,stamp,usps)'), array('fas fa-filter-circle-dollar' => 'filter-circle-dollar(filter,money,options,premium,separate,sort)'), array('far fa-filter-circle-dollar' => 'filter-circle-dollar(filter,money,options,premium,separate,sort)'), array('fal fa-filter-circle-dollar' => 'filter-circle-dollar(filter,money,options,premium,separate,sort)'), array('fas fa-gift-card' => 'gift-card(christmas,generosity,giving,holiday,money,party,present,salary,wrapped,xmas)'), array('far fa-gift-card' => 'gift-card(christmas,generosity,giving,holiday,money,party,present,salary,wrapped,xmas)'), array('fal fa-gift-card' => 'gift-card(christmas,generosity,giving,holiday,money,party,present,salary,wrapped,xmas)'), array('fas fa-globe-pointer' => 'globe-pointer( World Wide Web, find, globe, search, www,cyberspace,internet,link,net,website)'), array('far fa-globe-pointer' => 'globe-pointer( World Wide Web, find, globe, search, www,cyberspace,internet,link,net,website)'), array('fal fa-globe-pointer' => 'globe-pointer( World Wide Web, find, globe, search, www,cyberspace,internet,link,net,website)'), array('fas fa-group-arrows-rotate' => 'group-arrows-rotate(community,engagement,spin,sync)'), array('far fa-group-arrows-rotate' => 'group-arrows-rotate(community,engagement,spin,sync)'), array('fal fa-group-arrows-rotate' => 'group-arrows-rotate(community,engagement,spin,sync)'), array('fas fa-hundred-points' => 'hundred-points(100,agree,one hundred,percent,perfect score,win)'), array('far fa-hundred-points' => 'hundred-points(100,agree,one hundred,percent,perfect score,win)'), array('fal fa-hundred-points' => 'hundred-points(100,agree,one hundred,percent,perfect score,win)'), array('fas fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('far fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('fal fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('fas fa-lightbulb-cfl' => 'lightbulb-cfl(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('far fa-lightbulb-cfl' => 'lightbulb-cfl(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('fal fa-lightbulb-cfl' => 'lightbulb-cfl(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('fas fa-lightbulb-cfl-on' => 'lightbulb-cfl-on(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('far fa-lightbulb-cfl-on' => 'lightbulb-cfl-on(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('fal fa-lightbulb-cfl-on' => 'lightbulb-cfl-on(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('fas fa-lightbulb-dollar' => 'lightbulb-dollar(energy,idea,inspiration,light,money)'), array('far fa-lightbulb-dollar' => 'lightbulb-dollar(energy,idea,inspiration,light,money)'), array('fal fa-lightbulb-dollar' => 'lightbulb-dollar(energy,idea,inspiration,light,money)'), array('fas fa-lightbulb-exclamation' => 'lightbulb-exclamation(alert,energy,failed,idea,inspiration,light)'), array('far fa-lightbulb-exclamation' => 'lightbulb-exclamation(alert,energy,failed,idea,inspiration,light)'), array('fal fa-lightbulb-exclamation' => 'lightbulb-exclamation(alert,energy,failed,idea,inspiration,light)'), array('fas fa-lightbulb-gear' => 'lightbulb-gear( comic, electric, energy, idea, innovation, inspiration, light, light bulb,bulb,mechanical)'), array('far fa-lightbulb-gear' => 'lightbulb-gear( comic, electric, energy, idea, innovation, inspiration, light, light bulb,bulb,mechanical)'), array('fal fa-lightbulb-gear' => 'lightbulb-gear( comic, electric, energy, idea, innovation, inspiration, light, light bulb,bulb,mechanical)'), array('fas fa-lightbulb-on' => 'lightbulb-on(energy,idea,inspiration,light,shine)'), array('far fa-lightbulb-on' => 'lightbulb-on(energy,idea,inspiration,light,shine)'), array('fal fa-lightbulb-on' => 'lightbulb-on(energy,idea,inspiration,light,shine)'), array('fas fa-lightbulb-slash' => 'lightbulb-slash(dark,disabled,light,off)'), array('far fa-lightbulb-slash' => 'lightbulb-slash(dark,disabled,light,off)'), array('fal fa-lightbulb-slash' => 'lightbulb-slash(dark,disabled,light,off)'), array('fas fa-magnifying-glass-arrow-right' => 'magnifying-glass-arrow-right(find,magnifier,next,search)'), array('far fa-magnifying-glass-arrow-right' => 'magnifying-glass-arrow-right(find,magnifier,next,search)'), array('fal fa-magnifying-glass-arrow-right' => 'magnifying-glass-arrow-right(find,magnifier,next,search)'), array('fas fa-magnifying-glass-chart' => 'magnifying-glass-chart( data, graph, intelligence,analysis,chart,magnifier,market,revenue)'), array('far fa-magnifying-glass-chart' => 'magnifying-glass-chart( data, graph, intelligence,analysis,chart,magnifier,market,revenue)'), array('fal fa-magnifying-glass-chart' => 'magnifying-glass-chart( data, graph, intelligence,analysis,chart,magnifier,market,revenue)'), array('fas fa-magnifying-glass-dollar' => 'magnifying-glass-dollar(bigger,enlarge,find,magnifier,magnify,money,preview,zoom)'), array('far fa-magnifying-glass-dollar' => 'magnifying-glass-dollar(bigger,enlarge,find,magnifier,magnify,money,preview,zoom)'), array('fal fa-magnifying-glass-dollar' => 'magnifying-glass-dollar(bigger,enlarge,find,magnifier,magnify,money,preview,zoom)'), array('fas fa-magnifying-glass-location' => 'magnifying-glass-location(bigger,enlarge,find,magnifier,magnify,preview,zoom)'), array('far fa-magnifying-glass-location' => 'magnifying-glass-location(bigger,enlarge,find,magnifier,magnify,preview,zoom)'), array('fal fa-magnifying-glass-location' => 'magnifying-glass-location(bigger,enlarge,find,magnifier,magnify,preview,zoom)'), array('fas fa-megaphone' => 'megaphone(announcement,broadcast,bullhorn,cheering,louder,megaphone,share)'), array('far fa-megaphone' => 'megaphone(announcement,broadcast,bullhorn,cheering,louder,megaphone,share)'), array('fal fa-megaphone' => 'megaphone(announcement,broadcast,bullhorn,cheering,louder,megaphone,share)'), array('fas fa-message-dollar' => 'message-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('far fa-message-dollar' => 'message-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fal fa-message-dollar' => 'message-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fas fa-messages-dollar' => 'messages-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('far fa-messages-dollar' => 'messages-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fal fa-messages-dollar' => 'messages-dollar(answer,bubble,chat,commenting,conversation,feedback,message,money,note,notification,pay,salary,sms,speech,spend,texting,transfer)'), array('fas fa-people-group' => 'people-group(crowd,family,group,team,together,uer)'), array('far fa-people-group' => 'people-group(crowd,family,group,team,together,uer)'), array('fal fa-people-group' => 'people-group(crowd,family,group,team,together,uer)'), array('fas fa-person-rays' => 'person-rays(affected,focus,shine,uer)'), array('far fa-person-rays' => 'person-rays(affected,focus,shine,uer)'), array('fal fa-person-rays' => 'person-rays(affected,focus,shine,uer)'), array('fas fa-ranking-star' => 'ranking-star(chart,first place,podium,quality,rank,revenue,win)'), array('far fa-ranking-star' => 'ranking-star(chart,first place,podium,quality,rank,revenue,win)'), array('fal fa-ranking-star' => 'ranking-star(chart,first place,podium,quality,rank,revenue,win)'), array('fas fa-rectangle-ad' => 'rectangle-ad(advertisement,media,newspaper,promotion,publicity)'), array('far fa-rectangle-ad' => 'rectangle-ad(advertisement,media,newspaper,promotion,publicity)'), array('fal fa-rectangle-ad' => 'rectangle-ad(advertisement,media,newspaper,promotion,publicity)'), array('fas fa-rectangle-pro' => 'rectangle-pro(professional)'), array('far fa-rectangle-pro' => 'rectangle-pro(professional)'), array('fal fa-rectangle-pro' => 'rectangle-pro(professional)'), array('fas fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('far fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fal fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fas fa-signal-stream-slash' => 'signal-stream-slash(disabled,disconnect,podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('far fa-signal-stream-slash' => 'signal-stream-slash(disabled,disconnect,podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fal fa-signal-stream-slash' => 'signal-stream-slash(disabled,disconnect,podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fas fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('far fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('fal fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('fas fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('far fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('fal fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('fas fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('far fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('fal fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('fas fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), array('far fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), array('fal fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), array('fas fa-timeline' => 'timeline(chronological,deadline,history,linear)'), array('far fa-timeline' => 'timeline(chronological,deadline,history,linear)'), array('fal fa-timeline' => 'timeline(chronological,deadline,history,linear)'), array('fas fa-timeline-arrow' => 'timeline-arrow(chronological,deadline,history,linear)'), array('far fa-timeline-arrow' => 'timeline-arrow(chronological,deadline,history,linear)'), array('fal fa-timeline-arrow' => 'timeline-arrow(chronological,deadline,history,linear)'), array('fas fa-user-crown' => 'user-crown(administrator,uer,users-people,vip)'), array('far fa-user-crown' => 'user-crown(administrator,uer,users-people,vip)'), array('fal fa-user-crown' => 'user-crown(administrator,uer,users-people,vip)'), array('fas fa-user-group-crown' => 'user-group-crown(administrator,crowd,together,uer,users-people,vip)'), array('far fa-user-group-crown' => 'user-group-crown(administrator,crowd,together,uer,users-people,vip)'), array('fal fa-user-group-crown' => 'user-group-crown(administrator,crowd,together,uer,users-people,vip)'), ), 'Maps' => array( array('fas fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('far fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('fal fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('fas fa-arrow-turn-left' => 'arrow-turn-left( direction, left, return, turn, west,back)'), array('far fa-arrow-turn-left' => 'arrow-turn-left( direction, left, return, turn, west,back)'), array('fal fa-arrow-turn-left' => 'arrow-turn-left( direction, left, return, turn, west,back)'), array('fas fa-arrow-turn-left-down' => 'arrow-turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('far fa-arrow-turn-left-down' => 'arrow-turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('fal fa-arrow-turn-left-down' => 'arrow-turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('fas fa-arrow-turn-left-up' => 'arrow-turn-left-up( direction, north, turn,forward,right)'), array('far fa-arrow-turn-left-up' => 'arrow-turn-left-up( direction, north, turn,forward,right)'), array('fal fa-arrow-turn-left-up' => 'arrow-turn-left-up( direction, north, turn,forward,right)'), array('fas fa-arrow-turn-right' => 'arrow-turn-right( direction, east, next, right, turn,forward)'), array('far fa-arrow-turn-right' => 'arrow-turn-right( direction, east, next, right, turn,forward)'), array('fal fa-arrow-turn-right' => 'arrow-turn-right( direction, east, next, right, turn,forward)'), array('fas fa-bag-shopping' => 'bag-shopping(buy,checkout,grocery,payment,purchase)'), array('far fa-bag-shopping' => 'bag-shopping(buy,checkout,grocery,payment,purchase)'), array('fal fa-bag-shopping' => 'bag-shopping(buy,checkout,grocery,payment,purchase)'), array('fas fa-bags-shopping' => 'bags-shopping(bag,buy,checkout,hotel,order,shopping,shopping bags,store)'), array('far fa-bags-shopping' => 'bags-shopping(bag,buy,checkout,hotel,order,shopping,shopping bags,store)'), array('fal fa-bags-shopping' => 'bags-shopping(bag,buy,checkout,hotel,order,shopping,shopping bags,store)'), array('fas fa-ban-parking' => 'ban-parking(auto,car,deny,disabled,garage,meter)'), array('far fa-ban-parking' => 'ban-parking(auto,car,deny,disabled,garage,meter)'), array('fal fa-ban-parking' => 'ban-parking(auto,car,deny,disabled,garage,meter)'), array('fas fa-basket-shopping' => 'basket-shopping(buy,checkout,grocery,payment,purchase)'), array('far fa-basket-shopping' => 'basket-shopping(buy,checkout,grocery,payment,purchase)'), array('fal fa-basket-shopping' => 'basket-shopping(buy,checkout,grocery,payment,purchase)'), array('fas fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('far fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('fal fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('fas fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('far fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('fal fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('fas fa-beer-mug-empty' => 'beer-mug-empty(alcohol,ale,bar,beverage,brew,brewery,drink,foam,lager,liquor,mug,stein)'), array('far fa-beer-mug-empty' => 'beer-mug-empty(alcohol,ale,bar,beverage,brew,brewery,drink,foam,lager,liquor,mug,stein)'), array('fal fa-beer-mug-empty' => 'beer-mug-empty(alcohol,ale,bar,beverage,brew,brewery,drink,foam,lager,liquor,mug,stein)'), array('fas fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('far fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fal fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fas fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('far fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('fal fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('fas fa-bicycle' => 'bicycle(bicycle,bike,gears,pedal,transportation,vehicle)'), array('far fa-bicycle' => 'bicycle(bicycle,bike,gears,pedal,transportation,vehicle)'), array('fal fa-bicycle' => 'bicycle(bicycle,bike,gears,pedal,transportation,vehicle)'), array('fas fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('far fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('fal fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('fas fa-bomb' => 'bomb(bomb,comic,error,explode,fuse,grenade,warning)'), array('far fa-bomb' => 'bomb(bomb,comic,error,explode,fuse,grenade,warning)'), array('fal fa-bomb' => 'bomb(bomb,comic,error,explode,fuse,grenade,warning)'), array('fas fa-book' => 'book(book,cover,decorated,diary,documentation,journal,knowledge,library,notebook,notebook with decorative cover,read,research,scholar)'), array('far fa-book' => 'book(book,cover,decorated,diary,documentation,journal,knowledge,library,notebook,notebook with decorative cover,read,research,scholar)'), array('fal fa-book' => 'book(book,cover,decorated,diary,documentation,journal,knowledge,library,notebook,notebook with decorative cover,read,research,scholar)'), array('fas fa-book-atlas' => 'book-atlas(book,directions,geography,globe,knowledge,library,map,research,travel,wayfinding)'), array('far fa-book-atlas' => 'book-atlas(book,directions,geography,globe,knowledge,library,map,research,travel,wayfinding)'), array('fal fa-book-atlas' => 'book-atlas(book,directions,geography,globe,knowledge,library,map,research,travel,wayfinding)'), array('fas fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('far fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('fal fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('fas fa-bridge' => 'bridge(bridge,road)'), array('far fa-bridge' => 'bridge(bridge,road)'), array('fal fa-bridge' => 'bridge(bridge,road)'), array('fas fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('far fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('fal fa-bridge-suspension' => 'bridge-suspension(bridge,connect,cross,golden gate,join,overpass,road,span,suspension)'), array('fas fa-bridge-water' => 'bridge-water(bridge,road)'), array('far fa-bridge-water' => 'bridge-water(bridge,road)'), array('fal fa-bridge-water' => 'bridge-water(bridge,road)'), array('fas fa-briefcase' => 'briefcase(bag,briefcas,briefcase,business,luggage,offer,office,portfolio,work)'), array('far fa-briefcase' => 'briefcase(bag,briefcas,briefcase,business,luggage,offer,office,portfolio,work)'), array('fal fa-briefcase' => 'briefcase(bag,briefcas,briefcase,business,luggage,offer,office,portfolio,work)'), array('fas fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('far fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('fal fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('fas fa-building-columns' => 'building-columns(bank,building,college,education,institution,museum,students)'), array('far fa-building-columns' => 'building-columns(bank,building,college,education,institution,museum,students)'), array('fal fa-building-columns' => 'building-columns(bank,building,college,education,institution,museum,students)'), array('fas fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('far fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('fal fa-cake-candles' => 'cake-candles(anniversary,bakery,birthday,birthday cake,cake,candles,celebration,dessert,frosting,holiday,party,pastry,sweet)'), array('fas fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('far fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('fal fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('fas fa-cannon' => 'cannon( gun powder, projectile,artillery,cannonball,munition,ordnance,weapon)'), array('far fa-cannon' => 'cannon( gun powder, projectile,artillery,cannonball,munition,ordnance,weapon)'), array('fal fa-cannon' => 'cannon( gun powder, projectile,artillery,cannonball,munition,ordnance,weapon)'), array('fas fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('far fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fal fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fas fa-cart-shopping' => 'cart-shopping(buy,cart,checkout,grocery,payment,purchase,shopping,shopping cart,trolley)'), array('far fa-cart-shopping' => 'cart-shopping(buy,cart,checkout,grocery,payment,purchase,shopping,shopping cart,trolley)'), array('fal fa-cart-shopping' => 'cart-shopping(buy,cart,checkout,grocery,payment,purchase,shopping,shopping cart,trolley)'), array('fas fa-circle-dollar' => 'circle-dollar($,currency,dollar-sign,investment,money,premium,price,salary,usd)'), array('far fa-circle-dollar' => 'circle-dollar($,currency,dollar-sign,investment,money,premium,price,salary,usd)'), array('fal fa-circle-dollar' => 'circle-dollar($,currency,dollar-sign,investment,money,premium,price,salary,usd)'), array('fas fa-circle-info' => 'circle-info(details,help,information,more,support)'), array('far fa-circle-info' => 'circle-info(details,help,information,more,support)'), array('fal fa-circle-info' => 'circle-info(details,help,information,more,support)'), array('fas fa-circle-location-arrow' => 'circle-location-arrow(address,compass,coordinate,direction,gps,map,navigation,place)'), array('far fa-circle-location-arrow' => 'circle-location-arrow(address,compass,coordinate,direction,gps,map,navigation,place)'), array('fal fa-circle-location-arrow' => 'circle-location-arrow(address,compass,coordinate,direction,gps,map,navigation,place)'), array('fas fa-circle-parking' => 'circle-parking(auto,car,garage,meter)'), array('far fa-circle-parking' => 'circle-parking(auto,car,garage,meter)'), array('fal fa-circle-parking' => 'circle-parking(auto,car,garage,meter)'), array('fas fa-compass-slash' => 'compass-slash(directions,directory,disabled,location,lost,menu,navigation,safari,travel)'), array('far fa-compass-slash' => 'compass-slash(directions,directory,disabled,location,lost,menu,navigation,safari,travel)'), array('fal fa-compass-slash' => 'compass-slash(directions,directory,disabled,location,lost,menu,navigation,safari,travel)'), array('fas fa-court-sport' => 'court-sport( basketball, court, football, futbol, soccer, sport,field)'), array('far fa-court-sport' => 'court-sport( basketball, court, football, futbol, soccer, sport,field)'), array('fal fa-court-sport' => 'court-sport( basketball, court, football, futbol, soccer, sport,field)'), array('fas fa-crosshairs' => 'crosshairs(aim,bullseye,gpd,picker,position)'), array('far fa-crosshairs' => 'crosshairs(aim,bullseye,gpd,picker,position)'), array('fal fa-crosshairs' => 'crosshairs(aim,bullseye,gpd,picker,position)'), array('fas fa-crosshairs-simple' => 'crosshairs-simple(aim,bullseye,gpd,picker,position,screenshot,target)'), array('far fa-crosshairs-simple' => 'crosshairs-simple(aim,bullseye,gpd,picker,position,screenshot,target)'), array('fal fa-crosshairs-simple' => 'crosshairs-simple(aim,bullseye,gpd,picker,position,screenshot,target)'), array('fas fa-diamond-turn-right' => 'diamond-turn-right(map,navigation,sign,turn)'), array('far fa-diamond-turn-right' => 'diamond-turn-right(map,navigation,sign,turn)'), array('fal fa-diamond-turn-right' => 'diamond-turn-right(map,navigation,sign,turn)'), array('fas fa-do-not-enter' => 'do-not-enter(404,closed,not found,traffic,warning)'), array('far fa-do-not-enter' => 'do-not-enter(404,closed,not found,traffic,warning)'), array('fal fa-do-not-enter' => 'do-not-enter(404,closed,not found,traffic,warning)'), array('fas fa-dollar-sign' => 'dollar-sign(Dollar Sign,coupon,currency,dollar,heavy dollar sign,investment,money,premium,revenue,salary)'), array('far fa-dollar-sign' => 'dollar-sign(Dollar Sign,coupon,currency,dollar,heavy dollar sign,investment,money,premium,revenue,salary)'), array('fal fa-dollar-sign' => 'dollar-sign(Dollar Sign,coupon,currency,dollar,heavy dollar sign,investment,money,premium,revenue,salary)'), array('fas fa-draw-circle' => 'draw-circle(anchors,lines,object,render,shape)'), array('far fa-draw-circle' => 'draw-circle(anchors,lines,object,render,shape)'), array('fal fa-draw-circle' => 'draw-circle(anchors,lines,object,render,shape)'), array('fas fa-draw-polygon' => 'draw-polygon(anchors,lines,object,render,shape)'), array('far fa-draw-polygon' => 'draw-polygon(anchors,lines,object,render,shape)'), array('fal fa-draw-polygon' => 'draw-polygon(anchors,lines,object,render,shape)'), array('fas fa-draw-square' => 'draw-square(anchors,lines,object,render,shape)'), array('far fa-draw-square' => 'draw-square(anchors,lines,object,render,shape)'), array('fal fa-draw-square' => 'draw-square(anchors,lines,object,render,shape)'), array('fas fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('far fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('fal fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('fas fa-excavator' => 'excavator( dig, earth,construction,digger,dirt)'), array('far fa-excavator' => 'excavator( dig, earth,construction,digger,dirt)'), array('fal fa-excavator' => 'excavator( dig, earth,construction,digger,dirt)'), array('fas fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('far fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fal fa-eye' => 'eye(body,eye,look,optic,see,seen,show,sight,views,visible)'), array('fas fa-eye-low-vision' => 'eye-low-vision(blind,eye,sight)'), array('far fa-eye-low-vision' => 'eye-low-vision(blind,eye,sight)'), array('fal fa-eye-low-vision' => 'eye-low-vision(blind,eye,sight)'), array('fas fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('far fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('fal fa-eye-slash' => 'eye-slash(blind,disabled,hide,show,toggle,unseen,views,visible,visiblity)'), array('fas fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('far fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('fal fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('fas fa-fire-extinguisher' => 'fire-extinguisher(burn,caliente,extinguish,fire,fire extinguisher,fire fighter,flame,heat,hot,quench,rescue)'), array('far fa-fire-extinguisher' => 'fire-extinguisher(burn,caliente,extinguish,fire,fire extinguisher,fire fighter,flame,heat,hot,quench,rescue)'), array('fal fa-fire-extinguisher' => 'fire-extinguisher(burn,caliente,extinguish,fire,fire extinguisher,fire fighter,flame,heat,hot,quench,rescue)'), array('fas fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('far fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('fal fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('fas fa-flag' => 'flag(black flag,country,notice,notification,notify,pole,report,symbol,waving)'), array('far fa-flag' => 'flag(black flag,country,notice,notification,notify,pole,report,symbol,waving)'), array('fal fa-flag' => 'flag(black flag,country,notice,notification,notify,pole,report,symbol,waving)'), array('fas fa-flag-checkered' => 'flag-checkered(checkered,chequered,chequered flag,finish,notice,notification,notify,pole,racing,report,start,symbol,win)'), array('far fa-flag-checkered' => 'flag-checkered(checkered,chequered,chequered flag,finish,notice,notification,notify,pole,racing,report,start,symbol,win)'), array('fal fa-flag-checkered' => 'flag-checkered(checkered,chequered,chequered flag,finish,notice,notification,notify,pole,racing,report,start,symbol,win)'), array('fas fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('far fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('fal fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('fas fa-fork' => 'fork(cutlery,dining,food,fork,silverware)'), array('far fa-fork' => 'fork(cutlery,dining,food,fork,silverware)'), array('fal fa-fork' => 'fork(cutlery,dining,food,fork,silverware)'), array('fas fa-fork-knife' => 'fork-knife(cutlery,dining,dinner,eat,food,fork,knife,restaurant)'), array('far fa-fork-knife' => 'fork-knife(cutlery,dining,dinner,eat,food,fork,knife,restaurant)'), array('fal fa-fork-knife' => 'fork-knife(cutlery,dining,dinner,eat,food,fork,knife,restaurant)'), array('fas fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('far fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('fal fa-gamepad' => 'gamepad(arcade,controller,d-pad,joystick,playstore,video,video game)'), array('fas fa-gavel' => 'gavel(hammer,judge,law,lawyer,opinion)'), array('far fa-gavel' => 'gavel(hammer,judge,law,lawyer,opinion)'), array('fal fa-gavel' => 'gavel(hammer,judge,law,lawyer,opinion)'), array('fas fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('far fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('fal fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('fas fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('far fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('fal fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('fas fa-graduation-cap' => 'graduation-cap(cap,celebration,ceremony,clothing,college,graduate,graduation,graduation cap,hat,learning,school,student)'), array('far fa-graduation-cap' => 'graduation-cap(cap,celebration,ceremony,clothing,college,graduate,graduation,graduation cap,hat,learning,school,student)'), array('fal fa-graduation-cap' => 'graduation-cap(cap,celebration,ceremony,clothing,college,graduate,graduation,graduation cap,hat,learning,school,student)'), array('fas fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('far fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fal fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fas fa-heart-pulse' => 'heart-pulse(ekg,electrocardiogram,health,lifeline,vital signs)'), array('far fa-heart-pulse' => 'heart-pulse(ekg,electrocardiogram,health,lifeline,vital signs)'), array('fal fa-heart-pulse' => 'heart-pulse(ekg,electrocardiogram,health,lifeline,vital signs)'), array('fas fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('far fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('fal fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('fas fa-helicopter-symbol' => 'helicopter-symbol(chopper,helicopter,landing pad,whirlybird)'), array('far fa-helicopter-symbol' => 'helicopter-symbol(chopper,helicopter,landing pad,whirlybird)'), array('fal fa-helicopter-symbol' => 'helicopter-symbol(chopper,helicopter,landing pad,whirlybird)'), array('fas fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('far fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('fal fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('fas fa-house' => 'house(abode,building,home,house,main,residence)'), array('far fa-house' => 'house(abode,building,home,house,main,residence)'), array('fal fa-house' => 'house(abode,building,home,house,main,residence)'), array('fas fa-image' => 'image(album,img,landscape,photo,picture)'), array('far fa-image' => 'image(album,img,landscape,photo,picture)'), array('fal fa-image' => 'image(album,img,landscape,photo,picture)'), array('fas fa-images' => 'images(album,img,landscape,photo,picture)'), array('far fa-images' => 'images(album,img,landscape,photo,picture)'), array('fal fa-images' => 'images(album,img,landscape,photo,picture)'), array('fas fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('far fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('fal fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('fas fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('far fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('fal fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('fas fa-info' => 'info(details,help,information,more,support)'), array('far fa-info' => 'info(details,help,information,more,support)'), array('fal fa-info' => 'info(details,help,information,more,support)'), array('fas fa-jet-fighter' => 'jet-fighter(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('far fa-jet-fighter' => 'jet-fighter(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('fal fa-jet-fighter' => 'jet-fighter(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('fas fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('far fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('fal fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('fas fa-knife' => 'knife(cut,cutlery,dining,equipment,silverware,tool)'), array('far fa-knife' => 'knife(cut,cutlery,dining,equipment,silverware,tool)'), array('fal fa-knife' => 'knife(cut,cutlery,dining,equipment,silverware,tool)'), array('fas fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('far fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('fal fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('fas fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('far fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('fal fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('fas fa-layer-group' => 'layer-group(arrange,category,develop,layers,map,platform,stack)'), array('far fa-layer-group' => 'layer-group(arrange,category,develop,layers,map,platform,stack)'), array('fal fa-layer-group' => 'layer-group(arrange,category,develop,layers,map,platform,stack)'), array('fas fa-layer-minus' => 'layer-minus(arrange,delete,layers,negative,platform,remove,stack)'), array('far fa-layer-minus' => 'layer-minus(arrange,delete,layers,negative,platform,remove,stack)'), array('fal fa-layer-minus' => 'layer-minus(arrange,delete,layers,negative,platform,remove,stack)'), array('fas fa-layer-plus' => 'layer-plus(add,arrange,create,layers,new,platform,positive,stack)'), array('far fa-layer-plus' => 'layer-plus(add,arrange,create,layers,new,platform,positive,stack)'), array('fal fa-layer-plus' => 'layer-plus(add,arrange,create,layers,new,platform,positive,stack)'), array('fas fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('far fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('fal fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('fas fa-lemon' => 'lemon(citrus,fruit,lemon,lemonade,lime,tart)'), array('far fa-lemon' => 'lemon(citrus,fruit,lemon,lemonade,lime,tart)'), array('fal fa-lemon' => 'lemon(citrus,fruit,lemon,lemonade,lime,tart)'), array('fas fa-life-ring' => 'life-ring(coast guard,help,overboard,save,support)'), array('far fa-life-ring' => 'life-ring(coast guard,help,overboard,save,support)'), array('fal fa-life-ring' => 'life-ring(coast guard,help,overboard,save,support)'), array('fas fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('far fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('fal fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('fas fa-lighthouse' => 'lighthouse( alert, breakwater, cove, ship, tower, warning,beacon)'), array('far fa-lighthouse' => 'lighthouse( alert, breakwater, cove, ship, tower, warning,beacon)'), array('fal fa-lighthouse' => 'lighthouse( alert, breakwater, cove, ship, tower, warning,beacon)'), array('fas fa-location-arrow' => 'location-arrow(address,compass,coordinate,direction,gps,map,navigation,place)'), array('far fa-location-arrow' => 'location-arrow(address,compass,coordinate,direction,gps,map,navigation,place)'), array('fal fa-location-arrow' => 'location-arrow(address,compass,coordinate,direction,gps,map,navigation,place)'), array('fas fa-location-arrow-up' => 'location-arrow-up( compass, coordinate, direction, gps, map, navigation, place,address,north)'), array('far fa-location-arrow-up' => 'location-arrow-up( compass, coordinate, direction, gps, map, navigation, place,address,north)'), array('fal fa-location-arrow-up' => 'location-arrow-up( compass, coordinate, direction, gps, map, navigation, place,address,north)'), array('fas fa-location-check' => 'location-check(agree,coordinates,destination,enable,location,map,navigation,pin,place,select,success,tick,todo,validate,working)'), array('far fa-location-check' => 'location-check(agree,coordinates,destination,enable,location,map,navigation,pin,place,select,success,tick,todo,validate,working)'), array('fal fa-location-check' => 'location-check(agree,coordinates,destination,enable,location,map,navigation,pin,place,select,success,tick,todo,validate,working)'), array('fas fa-location-crosshairs' => 'location-crosshairs(address,coordinate,direction,gps,location,map,navigation,place,where)'), array('far fa-location-crosshairs' => 'location-crosshairs(address,coordinate,direction,gps,location,map,navigation,place,where)'), array('fal fa-location-crosshairs' => 'location-crosshairs(address,coordinate,direction,gps,location,map,navigation,place,where)'), array('fas fa-location-crosshairs-slash' => 'location-crosshairs-slash(address,coordinate,direction,disabled,gps,map,navigation,place,where)'), array('far fa-location-crosshairs-slash' => 'location-crosshairs-slash(address,coordinate,direction,disabled,gps,map,navigation,place,where)'), array('fal fa-location-crosshairs-slash' => 'location-crosshairs-slash(address,coordinate,direction,disabled,gps,map,navigation,place,where)'), array('fas fa-location-dot' => 'location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('far fa-location-dot' => 'location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fal fa-location-dot' => 'location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fas fa-location-dot-slash' => 'location-dot-slash(address,coordinates,destination,disabled,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('far fa-location-dot-slash' => 'location-dot-slash(address,coordinates,destination,disabled,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fal fa-location-dot-slash' => 'location-dot-slash(address,coordinates,destination,disabled,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fas fa-location-exclamation' => 'location-exclamation(agree,alert,attention,coordinates,destination,failed,important,location,map,navigation,pin,place)'), array('far fa-location-exclamation' => 'location-exclamation(agree,alert,attention,coordinates,destination,failed,important,location,map,navigation,pin,place)'), array('fal fa-location-exclamation' => 'location-exclamation(agree,alert,attention,coordinates,destination,failed,important,location,map,navigation,pin,place)'), array('fas fa-location-minus' => 'location-minus(agree,coordinates,delete,destination,location,map,navigation,negative,pin,place,remove)'), array('far fa-location-minus' => 'location-minus(agree,coordinates,delete,destination,location,map,navigation,negative,pin,place,remove)'), array('fal fa-location-minus' => 'location-minus(agree,coordinates,delete,destination,location,map,navigation,negative,pin,place,remove)'), array('fas fa-location-pen' => 'location-pen(agree,coordinates,destination,edit,location,map,modify,navigation,pen,pencil,pin,place,update,write)'), array('far fa-location-pen' => 'location-pen(agree,coordinates,destination,edit,location,map,modify,navigation,pen,pencil,pin,place,update,write)'), array('fal fa-location-pen' => 'location-pen(agree,coordinates,destination,edit,location,map,modify,navigation,pen,pencil,pin,place,update,write)'), array('fas fa-location-pin' => 'location-pin(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('far fa-location-pin' => 'location-pin(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fal fa-location-pin' => 'location-pin(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fas fa-location-pin-lock' => 'location-pin-lock(closed,lockdown,map,padlock,privacy,quarantine)'), array('far fa-location-pin-lock' => 'location-pin-lock(closed,lockdown,map,padlock,privacy,quarantine)'), array('fal fa-location-pin-lock' => 'location-pin-lock(closed,lockdown,map,padlock,privacy,quarantine)'), array('fas fa-location-pin-slash' => 'location-pin-slash(agree,cancel,coordinates,destination,disabled,location,map,missing,navigation,pin,place)'), array('far fa-location-pin-slash' => 'location-pin-slash(agree,cancel,coordinates,destination,disabled,location,map,missing,navigation,pin,place)'), array('fal fa-location-pin-slash' => 'location-pin-slash(agree,cancel,coordinates,destination,disabled,location,map,missing,navigation,pin,place)'), array('fas fa-location-plus' => 'location-plus(add,agree,coordinates,create,destination,location,map,navigation,new,pin,place,positive)'), array('far fa-location-plus' => 'location-plus(add,agree,coordinates,create,destination,location,map,navigation,new,pin,place,positive)'), array('fal fa-location-plus' => 'location-plus(add,agree,coordinates,create,destination,location,map,navigation,new,pin,place,positive)'), array('fas fa-location-question' => 'location-question(agree,coordinates,destination,help,info,location,map,navigation,pin,place,support)'), array('far fa-location-question' => 'location-question(agree,coordinates,destination,help,info,location,map,navigation,pin,place,support)'), array('fal fa-location-question' => 'location-question(agree,coordinates,destination,help,info,location,map,navigation,pin,place,support)'), array('fas fa-location-smile' => 'location-smile(agree,coordinates,destination,emoji,happy,location,map,navigation,pin,place,success)'), array('far fa-location-smile' => 'location-smile(agree,coordinates,destination,emoji,happy,location,map,navigation,pin,place,success)'), array('fal fa-location-smile' => 'location-smile(agree,coordinates,destination,emoji,happy,location,map,navigation,pin,place,success)'), array('fas fa-location-xmark' => 'location-xmark(agree,archive,coordinates,delete,destination,location,map,navigation,pin,place,remove,uncheck,x)'), array('far fa-location-xmark' => 'location-xmark(agree,archive,coordinates,delete,destination,location,map,navigation,pin,place,remove,uncheck,x)'), array('fal fa-location-xmark' => 'location-xmark(agree,archive,coordinates,delete,destination,location,map,navigation,pin,place,remove,uncheck,x)'), array('fas fa-magnet' => 'magnet(Attract,attraction,horseshoe,lodestone,magnet,magnetic,tool)'), array('far fa-magnet' => 'magnet(Attract,attraction,horseshoe,lodestone,magnet,magnetic,tool)'), array('fal fa-magnet' => 'magnet(Attract,attraction,horseshoe,lodestone,magnet,magnetic,tool)'), array('fas fa-magnifying-glass' => 'magnifying-glass(bigger,enlarge,equipment,find,glass,inspection,magnifier,magnify,magnifying,magnifying glass tilted left,preview,search,tool,zoom)'), array('far fa-magnifying-glass' => 'magnifying-glass(bigger,enlarge,equipment,find,glass,inspection,magnifier,magnify,magnifying,magnifying glass tilted left,preview,search,tool,zoom)'), array('fal fa-magnifying-glass' => 'magnifying-glass(bigger,enlarge,equipment,find,glass,inspection,magnifier,magnify,magnifying,magnifying glass tilted left,preview,search,tool,zoom)'), array('fas fa-magnifying-glass-location' => 'magnifying-glass-location(bigger,enlarge,find,magnifier,magnify,preview,zoom)'), array('far fa-magnifying-glass-location' => 'magnifying-glass-location(bigger,enlarge,find,magnifier,magnify,preview,zoom)'), array('fal fa-magnifying-glass-location' => 'magnifying-glass-location(bigger,enlarge,find,magnifier,magnify,preview,zoom)'), array('fas fa-magnifying-glass-minus' => 'magnifying-glass-minus(magnifier,minify,negative,smaller,zoom,zoom out)'), array('far fa-magnifying-glass-minus' => 'magnifying-glass-minus(magnifier,minify,negative,smaller,zoom,zoom out)'), array('fal fa-magnifying-glass-minus' => 'magnifying-glass-minus(magnifier,minify,negative,smaller,zoom,zoom out)'), array('fas fa-magnifying-glass-plus' => 'magnifying-glass-plus(bigger,enlarge,magnifier,magnify,positive,zoom,zoom in)'), array('far fa-magnifying-glass-plus' => 'magnifying-glass-plus(bigger,enlarge,magnifier,magnify,positive,zoom,zoom in)'), array('fal fa-magnifying-glass-plus' => 'magnifying-glass-plus(bigger,enlarge,magnifier,magnify,positive,zoom,zoom in)'), array('fas fa-map' => 'map(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel,world,world map)'), array('far fa-map' => 'map(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel,world,world map)'), array('fal fa-map' => 'map(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel,world,world map)'), array('fas fa-map-pin' => 'map-pin(address,agree,coordinates,destination,gps,localize,location,map,marker,navigation,pin,place,position,pushpin,round pushpin,travel)'), array('far fa-map-pin' => 'map-pin(address,agree,coordinates,destination,gps,localize,location,map,marker,navigation,pin,place,position,pushpin,round pushpin,travel)'), array('fal fa-map-pin' => 'map-pin(address,agree,coordinates,destination,gps,localize,location,map,marker,navigation,pin,place,position,pushpin,round pushpin,travel)'), array('fas fa-martini-glass-empty' => 'martini-glass-empty(alcohol,bar,beverage,drink,liquor)'), array('far fa-martini-glass-empty' => 'martini-glass-empty(alcohol,bar,beverage,drink,liquor)'), array('fal fa-martini-glass-empty' => 'martini-glass-empty(alcohol,bar,beverage,drink,liquor)'), array('fas fa-money-bill' => 'money-bill(buy,cash,checkout,coupon,investment,money,payment,premium,price,purchase,revenue,salary)'), array('far fa-money-bill' => 'money-bill(buy,cash,checkout,coupon,investment,money,payment,premium,price,purchase,revenue,salary)'), array('fal fa-money-bill' => 'money-bill(buy,cash,checkout,coupon,investment,money,payment,premium,price,purchase,revenue,salary)'), array('fas fa-money-bill-1' => 'money-bill-1(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('far fa-money-bill-1' => 'money-bill-1(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('fal fa-money-bill-1' => 'money-bill-1(buy,cash,checkout,money,payment,premium,price,purchase,salary)'), array('fas fa-monument' => 'monument(building,historic,landmark,memorable)'), array('far fa-monument' => 'monument(building,historic,landmark,memorable)'), array('fal fa-monument' => 'monument(building,historic,landmark,memorable)'), array('fas fa-motorcycle' => 'motorcycle(bike,machine,motorcycle,racing,transportation,vehicle)'), array('far fa-motorcycle' => 'motorcycle(bike,machine,motorcycle,racing,transportation,vehicle)'), array('fal fa-motorcycle' => 'motorcycle(bike,machine,motorcycle,racing,transportation,vehicle)'), array('fas fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('far fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('fal fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('fas fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('far fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fal fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fas fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('far fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('fal fa-music' => 'music(lyrics,melody,music,musical note,note,sing,sound)'), array('fas fa-newspaper' => 'newspaper(article,editorial,headline,journal,journalism,news,newsletter,newspaper,paper,press)'), array('far fa-newspaper' => 'newspaper(article,editorial,headline,journal,journalism,news,newsletter,newspaper,paper,press)'), array('fal fa-newspaper' => 'newspaper(article,editorial,headline,journal,journalism,news,newsletter,newspaper,paper,press)'), array('fas fa-paw' => 'paw(animal,cat,dog,pet,print)'), array('far fa-paw' => 'paw(animal,cat,dog,pet,print)'), array('fal fa-paw' => 'paw(animal,cat,dog,pet,print)'), array('fas fa-person' => 'person(default,man,person standing,stand,standing,uer,woman)'), array('far fa-person' => 'person(default,man,person standing,stand,standing,uer,woman)'), array('fal fa-person' => 'person(default,man,person standing,stand,standing,uer,woman)'), array('fas fa-person-walking-with-cane' => 'person-walking-with-cane(blind,cane,follow,uer)'), array('far fa-person-walking-with-cane' => 'person-walking-with-cane(blind,cane,follow,uer)'), array('fal fa-person-walking-with-cane' => 'person-walking-with-cane(blind,cane,follow,uer)'), array('fas fa-phone' => 'phone(Left Hand Telephone Receiver,call,earphone,number,phone,receiver,support,talking,telephone,telephone receiver,voice)'), array('far fa-phone' => 'phone(Left Hand Telephone Receiver,call,earphone,number,phone,receiver,support,talking,telephone,telephone receiver,voice)'), array('fal fa-phone' => 'phone(Left Hand Telephone Receiver,call,earphone,number,phone,receiver,support,talking,telephone,telephone receiver,voice)'), array('fas fa-phone-flip' => 'phone-flip(Right Hand Telephone Receiver,call,earphone,number,support,telephone,voice)'), array('far fa-phone-flip' => 'phone-flip(Right Hand Telephone Receiver,call,earphone,number,support,telephone,voice)'), array('fal fa-phone-flip' => 'phone-flip(Right Hand Telephone Receiver,call,earphone,number,support,telephone,voice)'), array('fas fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('far fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('fal fa-phone-volume' => 'phone-volume(call,earphone,number,ring,ringing,sound,support,talking,telephone,voice,volume-control-phone)'), array('fas fa-plane' => 'plane(airplane,airport,destination,fly,location,mode,travel,trip)'), array('far fa-plane' => 'plane(airplane,airport,destination,fly,location,mode,travel,trip)'), array('fal fa-plane' => 'plane(airplane,airport,destination,fly,location,mode,travel,trip)'), array('fas fa-plane-engines' => 'plane-engines(aeroplane,airplane,airport,destination,fly,location,mode,travel,trip)'), array('far fa-plane-engines' => 'plane-engines(aeroplane,airplane,airport,destination,fly,location,mode,travel,trip)'), array('fal fa-plane-engines' => 'plane-engines(aeroplane,airplane,airport,destination,fly,location,mode,travel,trip)'), array('fas fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('far fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('fal fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('fas fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('far fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fal fa-plus' => 'plus(+,Plus Sign,add,create,expand,follow,math,modify,new,plus,positive,shape,sign)'), array('fas fa-print' => 'print(Print Screen Symbol,Printer Icon,business,computer,copy,document,office,paper,printer)'), array('far fa-print' => 'print(Print Screen Symbol,Printer Icon,business,computer,copy,document,office,paper,printer)'), array('fal fa-print' => 'print(Print Screen Symbol,Printer Icon,business,computer,copy,document,office,paper,printer)'), array('fas fa-recycle' => 'recycle(Recycling Symbol For Generic Materials,Universal Recycling Symbol,Waste,compost,garbage,recycle,recycling symbol,reuse,trash)'), array('far fa-recycle' => 'recycle(Recycling Symbol For Generic Materials,Universal Recycling Symbol,Waste,compost,garbage,recycle,recycling symbol,reuse,trash)'), array('fal fa-recycle' => 'recycle(Recycling Symbol For Generic Materials,Universal Recycling Symbol,Waste,compost,garbage,recycle,recycling symbol,reuse,trash)'), array('fas fa-restroom' => 'restroom(bathroom,toilet,uer,water closet,wc)'), array('far fa-restroom' => 'restroom(bathroom,toilet,uer,water closet,wc)'), array('fal fa-restroom' => 'restroom(bathroom,toilet,uer,water closet,wc)'), array('fas fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('far fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('fal fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('fas fa-rocket' => 'rocket(aircraft,app,jet,launch,nasa,space)'), array('far fa-rocket' => 'rocket(aircraft,app,jet,launch,nasa,space)'), array('fal fa-rocket' => 'rocket(aircraft,app,jet,launch,nasa,space)'), array('fas fa-route' => 'route(directions,navigation,travel)'), array('far fa-route' => 'route(directions,navigation,travel)'), array('fal fa-route' => 'route(directions,navigation,travel)'), array('fas fa-route-highway' => 'route-highway(directions,highway,interstate,navigation,sign,travel)'), array('far fa-route-highway' => 'route-highway(directions,highway,interstate,navigation,sign,travel)'), array('fal fa-route-highway' => 'route-highway(directions,highway,interstate,navigation,sign,travel)'), array('fas fa-route-interstate' => 'route-interstate(directions,highway,interstate,navigation,sign,travel)'), array('far fa-route-interstate' => 'route-interstate(directions,highway,interstate,navigation,sign,travel)'), array('fal fa-route-interstate' => 'route-interstate(directions,highway,interstate,navigation,sign,travel)'), array('fas fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('far fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('fal fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('fas fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('far fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('fal fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('fas fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('far fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('fal fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('fas fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('far fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('fal fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('fas fa-shoe-prints' => 'shoe-prints(feet,footprints,steps,walk)'), array('far fa-shoe-prints' => 'shoe-prints(feet,footprints,steps,walk)'), array('fal fa-shoe-prints' => 'shoe-prints(feet,footprints,steps,walk)'), array('fas fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('far fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('fal fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('fas fa-sign-post' => 'sign-post( directory, map, signage, wayfinding,directions)'), array('far fa-sign-post' => 'sign-post( directory, map, signage, wayfinding,directions)'), array('fal fa-sign-post' => 'sign-post( directory, map, signage, wayfinding,directions)'), array('fas fa-sign-posts' => 'sign-posts( directory, map, signage, wayfinding,directions)'), array('far fa-sign-posts' => 'sign-posts( directory, map, signage, wayfinding,directions)'), array('fal fa-sign-posts' => 'sign-posts( directory, map, signage, wayfinding,directions)'), array('fas fa-sign-posts-wrench' => 'sign-posts-wrench( directory, map, signage, wayfinding,directions,install,permit)'), array('far fa-sign-posts-wrench' => 'sign-posts-wrench( directory, map, signage, wayfinding,directions,install,permit)'), array('fal fa-sign-posts-wrench' => 'sign-posts-wrench( directory, map, signage, wayfinding,directions,install,permit)'), array('fas fa-signs-post' => 'signs-post(directions,directory,map,signage,wayfinding)'), array('far fa-signs-post' => 'signs-post(directions,directory,map,signage,wayfinding)'), array('fal fa-signs-post' => 'signs-post(directions,directory,map,signage,wayfinding)'), array('fas fa-skull-cow' => 'skull-cow(barren,cowboy,dead,desert,horns,old west,skeleton,western)'), array('far fa-skull-cow' => 'skull-cow(barren,cowboy,dead,desert,horns,old west,skeleton,western)'), array('fal fa-skull-cow' => 'skull-cow(barren,cowboy,dead,desert,horns,old west,skeleton,western)'), array('fas fa-snowplow' => 'snowplow(clean up,cold,road,storm,winter)'), array('far fa-snowplow' => 'snowplow(clean up,cold,road,storm,winter)'), array('fal fa-snowplow' => 'snowplow(clean up,cold,road,storm,winter)'), array('fas fa-spoon' => 'spoon(cutlery,dining,scoop,silverware,spoon,tableware)'), array('far fa-spoon' => 'spoon(cutlery,dining,scoop,silverware,spoon,tableware)'), array('fal fa-spoon' => 'spoon(cutlery,dining,scoop,silverware,spoon,tableware)'), array('fas fa-square-dollar' => 'square-dollar($,coupon,dollar-sign,money,premium,price,salary,usd)'), array('far fa-square-dollar' => 'square-dollar($,coupon,dollar-sign,money,premium,price,salary,usd)'), array('fal fa-square-dollar' => 'square-dollar($,coupon,dollar-sign,money,premium,price,salary,usd)'), array('fas fa-square-h' => 'square-h(directions,emergency,hospital,hotel,letter,map)'), array('far fa-square-h' => 'square-h(directions,emergency,hospital,hotel,letter,map)'), array('fal fa-square-h' => 'square-h(directions,emergency,hospital,hotel,letter,map)'), array('fas fa-square-info' => 'square-info(details,help,information,more,support)'), array('far fa-square-info' => 'square-info(details,help,information,more,support)'), array('fal fa-square-info' => 'square-info(details,help,information,more,support)'), array('fas fa-square-parking' => 'square-parking(auto,car,garage,meter,parking)'), array('far fa-square-parking' => 'square-parking(auto,car,garage,meter,parking)'), array('fal fa-square-parking' => 'square-parking(auto,car,garage,meter,parking)'), array('fas fa-square-parking-slash' => 'square-parking-slash(auto,car,disabled,garage,meter)'), array('far fa-square-parking-slash' => 'square-parking-slash(auto,car,disabled,garage,meter)'), array('fal fa-square-parking-slash' => 'square-parking-slash(auto,car,disabled,garage,meter)'), array('fas fa-square-phone' => 'square-phone(call,earphone,number,support,telephone,voice)'), array('far fa-square-phone' => 'square-phone(call,earphone,number,support,telephone,voice)'), array('fal fa-square-phone' => 'square-phone(call,earphone,number,support,telephone,voice)'), array('fas fa-square-phone-flip' => 'square-phone-flip(call,earphone,number,support,telephone,voice)'), array('far fa-square-phone-flip' => 'square-phone-flip(call,earphone,number,support,telephone,voice)'), array('fal fa-square-phone-flip' => 'square-phone-flip(call,earphone,number,support,telephone,voice)'), array('fas fa-square-plus' => 'square-plus(add,create,expand,new,positive,shape)'), array('far fa-square-plus' => 'square-plus(add,create,expand,new,positive,shape)'), array('fal fa-square-plus' => 'square-plus(add,create,expand,new,positive,shape)'), array('fas fa-street-view' => 'street-view(directions,location,map,navigation,uer)'), array('far fa-street-view' => 'street-view(directions,location,map,navigation,uer)'), array('fal fa-street-view' => 'street-view(directions,location,map,navigation,uer)'), array('fas fa-suitcase' => 'suitcase(baggage,luggage,move,packing,suitcase,travel,trip)'), array('far fa-suitcase' => 'suitcase(baggage,luggage,move,packing,suitcase,travel,trip)'), array('fal fa-suitcase' => 'suitcase(baggage,luggage,move,packing,suitcase,travel,trip)'), array('fas fa-suitcase-medical' => 'suitcase-medical(first aid,firstaid,health,help,medical,supply,support)'), array('far fa-suitcase-medical' => 'suitcase-medical(first aid,firstaid,health,help,medical,supply,support)'), array('fal fa-suitcase-medical' => 'suitcase-medical(first aid,firstaid,health,help,medical,supply,support)'), array('fas fa-swap' => 'swap( arrows, merge, route,change,move,transfer)'), array('far fa-swap' => 'swap( arrows, merge, route,change,move,transfer)'), array('fal fa-swap' => 'swap( arrows, merge, route,change,move,transfer)'), array('fas fa-swap-arrows' => 'swap-arrows( arrows, merge, route, change, transfer,move)'), array('far fa-swap-arrows' => 'swap-arrows( arrows, merge, route, change, transfer,move)'), array('fal fa-swap-arrows' => 'swap-arrows( arrows, merge, route, change, transfer,move)'), array('fas fa-tag' => 'tag(discount,labe,label,price,shopping)'), array('far fa-tag' => 'tag(discount,labe,label,price,shopping)'), array('fal fa-tag' => 'tag(discount,labe,label,price,shopping)'), array('fas fa-tags' => 'tags(discount,label,price,shopping)'), array('far fa-tags' => 'tags(discount,label,price,shopping)'), array('fal fa-tags' => 'tags(discount,label,price,shopping)'), array('fas fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('far fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('fal fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('fas fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('far fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('fal fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('fas fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('far fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('fal fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('fas fa-ticket' => 'ticket(admission,admission tickets,coupon,movie,pass,support,ticket,voucher)'), array('far fa-ticket' => 'ticket(admission,admission tickets,coupon,movie,pass,support,ticket,voucher)'), array('fal fa-ticket' => 'ticket(admission,admission tickets,coupon,movie,pass,support,ticket,voucher)'), array('fas fa-ticket-simple' => 'ticket-simple(admission,coupon,movie,pass,support,ticket,voucher)'), array('far fa-ticket-simple' => 'ticket-simple(admission,coupon,movie,pass,support,ticket,voucher)'), array('fal fa-ticket-simple' => 'ticket-simple(admission,coupon,movie,pass,support,ticket,voucher)'), array('fas fa-tickets' => 'tickets( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('far fa-tickets' => 'tickets( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('fal fa-tickets' => 'tickets( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('fas fa-tickets-simple' => 'tickets-simple( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('far fa-tickets-simple' => 'tickets-simple( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('fal fa-tickets-simple' => 'tickets-simple( admission, admission tickets, movie, pass, support, ticket, voucher,coupon)'), array('fas fa-traffic-cone' => 'traffic-cone(alert,construction,maintenance,road)'), array('far fa-traffic-cone' => 'traffic-cone(alert,construction,maintenance,road)'), array('fal fa-traffic-cone' => 'traffic-cone(alert,construction,maintenance,road)'), array('fas fa-traffic-light' => 'traffic-light(direction,light,road,signal,traffic,travel,vertical traffic light)'), array('far fa-traffic-light' => 'traffic-light(direction,light,road,signal,traffic,travel,vertical traffic light)'), array('fal fa-traffic-light' => 'traffic-light(direction,light,road,signal,traffic,travel,vertical traffic light)'), array('fas fa-traffic-light-go' => 'traffic-light-go(direction,green,road,signal,travel)'), array('far fa-traffic-light-go' => 'traffic-light-go(direction,green,road,signal,travel)'), array('fal fa-traffic-light-go' => 'traffic-light-go(direction,green,road,signal,travel)'), array('fas fa-traffic-light-slow' => 'traffic-light-slow(direction,road,signal,travel,yellow)'), array('far fa-traffic-light-slow' => 'traffic-light-slow(direction,road,signal,travel,yellow)'), array('fal fa-traffic-light-slow' => 'traffic-light-slow(direction,road,signal,travel,yellow)'), array('fas fa-traffic-light-stop' => 'traffic-light-stop(direction,red,road,signal,travel)'), array('far fa-traffic-light-stop' => 'traffic-light-stop(direction,red,road,signal,travel)'), array('fal fa-traffic-light-stop' => 'traffic-light-stop(direction,red,road,signal,travel)'), array('fas fa-train' => 'train(bullet,commute,locomotive,railway,subway,train)'), array('far fa-train' => 'train(bullet,commute,locomotive,railway,subway,train)'), array('fal fa-train' => 'train(bullet,commute,locomotive,railway,subway,train)'), array('fas fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('far fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('fal fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('fas fa-train-track' => 'train-track(rail,railroad,tracks,train)'), array('far fa-train-track' => 'train-track(rail,railroad,tracks,train)'), array('fal fa-train-track' => 'train-track(rail,railroad,tracks,train)'), array('fas fa-train-tram' => 'train-tram(crossing,machine,mountains,seasonal,tram,transportation,trolleybus)'), array('far fa-train-tram' => 'train-tram(crossing,machine,mountains,seasonal,tram,transportation,trolleybus)'), array('fal fa-train-tram' => 'train-tram(crossing,machine,mountains,seasonal,tram,transportation,trolleybus)'), array('fas fa-tree' => 'tree(bark,evergreen tree,fall,flora,forest,investment,nature,plant,seasonal,tree)'), array('far fa-tree' => 'tree(bark,evergreen tree,fall,flora,forest,investment,nature,plant,seasonal,tree)'), array('fal fa-tree' => 'tree(bark,evergreen tree,fall,flora,forest,investment,nature,plant,seasonal,tree)'), array('fas fa-tree-deciduous' => 'tree-deciduous(bark,deciduous,deciduous tree,fall,flora,forest,nature,plant,seasonal,shedding,tree)'), array('far fa-tree-deciduous' => 'tree-deciduous(bark,deciduous,deciduous tree,fall,flora,forest,nature,plant,seasonal,shedding,tree)'), array('fal fa-tree-deciduous' => 'tree-deciduous(bark,deciduous,deciduous tree,fall,flora,forest,nature,plant,seasonal,shedding,tree)'), array('fas fa-trophy' => 'trophy(achievement,award,cup,game,prize,trophy,winner)'), array('far fa-trophy' => 'trophy(achievement,award,cup,game,prize,trophy,winner)'), array('fal fa-trophy' => 'trophy(achievement,award,cup,game,prize,trophy,winner)'), array('fas fa-trophy-star' => 'trophy-star(achievement,award,cup,game,quality,star,winner)'), array('far fa-trophy-star' => 'trophy-star(achievement,award,cup,game,quality,star,winner)'), array('fal fa-trophy-star' => 'trophy-star(achievement,award,cup,game,quality,star,winner)'), array('fas fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('far fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fal fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fas fa-truck-fire' => 'truck-fire( Dalmatian, burning, emergency, engine, fight, hose, ladder, rescue,arson,emt,fire,flame)'), array('far fa-truck-fire' => 'truck-fire( Dalmatian, burning, emergency, engine, fight, hose, ladder, rescue,arson,emt,fire,flame)'), array('fal fa-truck-fire' => 'truck-fire( Dalmatian, burning, emergency, engine, fight, hose, ladder, rescue,arson,emt,fire,flame)'), array('fas fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('far fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('fal fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('fas fa-truck-plow' => 'truck-plow(clean up,cold,seasonal,snow,winter)'), array('far fa-truck-plow' => 'truck-plow(clean up,cold,seasonal,snow,winter)'), array('fal fa-truck-plow' => 'truck-plow(clean up,cold,seasonal,snow,winter)'), array('fas fa-tty' => 'tty(communication,deaf,telephone,teletypewriter,text)'), array('far fa-tty' => 'tty(communication,deaf,telephone,teletypewriter,text)'), array('fal fa-tty' => 'tty(communication,deaf,telephone,teletypewriter,text)'), array('fas fa-turn-left' => 'turn-left( direction, left, return, turn, west,back)'), array('far fa-turn-left' => 'turn-left( direction, left, return, turn, west,back)'), array('fal fa-turn-left' => 'turn-left( direction, left, return, turn, west,back)'), array('fas fa-turn-left-down' => 'turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('far fa-turn-left-down' => 'turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('fal fa-turn-left-down' => 'turn-left-down( direction, down, left, reverse, south, turn,backwards)'), array('fas fa-turn-left-up' => 'turn-left-up( direction, north, turn,forward,right)'), array('far fa-turn-left-up' => 'turn-left-up( direction, north, turn,forward,right)'), array('fal fa-turn-left-up' => 'turn-left-up( direction, north, turn,forward,right)'), array('fas fa-turn-right' => 'turn-right( direction, east, next, right, turn,forward)'), array('far fa-turn-right' => 'turn-right( direction, east, next, right, turn,forward)'), array('fal fa-turn-right' => 'turn-right( direction, east, next, right, turn,forward)'), array('fas fa-umbrella' => 'umbrella(protection,rain,storm,wet)'), array('far fa-umbrella' => 'umbrella(protection,rain,storm,wet)'), array('fal fa-umbrella' => 'umbrella(protection,rain,storm,wet)'), array('fas fa-utensils' => 'utensils(cooking,cutlery,dining,dinner,eat,food,fork,fork and knife,knife,restaurant)'), array('far fa-utensils' => 'utensils(cooking,cutlery,dining,dinner,eat,food,fork,fork and knife,knife,restaurant)'), array('fal fa-utensils' => 'utensils(cooking,cutlery,dining,dinner,eat,food,fork,fork and knife,knife,restaurant)'), array('fas fa-vest' => 'vest(biker,fashion,style)'), array('far fa-vest' => 'vest(biker,fashion,style)'), array('fal fa-vest' => 'vest(biker,fashion,style)'), array('fas fa-vest-patches' => 'vest-patches(biker,fashion,style)'), array('far fa-vest-patches' => 'vest-patches(biker,fashion,style)'), array('fal fa-vest-patches' => 'vest-patches(biker,fashion,style)'), array('fas fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('far fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fal fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fas fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('far fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('fal fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('fas fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('far fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('fal fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('fas fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('far fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('fal fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('fas fa-wrench' => 'wrench(configuration,construction,equipment,fix,mechanic,modify,plumbing,settings,spanner,tool,update,wrench)'), array('far fa-wrench' => 'wrench(configuration,construction,equipment,fix,mechanic,modify,plumbing,settings,spanner,tool,update,wrench)'), array('fal fa-wrench' => 'wrench(configuration,construction,equipment,fix,mechanic,modify,plumbing,settings,spanner,tool,update,wrench)'), ), 'Religion' => array( array('fas fa-ankh' => 'ankh(Ankh,amulet,copper,coptic christianity,copts,crux ansata,egypt,venus)'), array('far fa-ankh' => 'ankh(Ankh,amulet,copper,coptic christianity,copts,crux ansata,egypt,venus)'), array('fal fa-ankh' => 'ankh(Ankh,amulet,copper,coptic christianity,copts,crux ansata,egypt,venus)'), array('fas fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('far fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fal fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fas fa-bahai' => 'bahai(bahai,bahá\'í,star)'), array('far fa-bahai' => 'bahai(bahai,bahá\'í,star)'), array('fal fa-bahai' => 'bahai(bahai,bahá\'í,star)'), array('fas fa-book-bible' => 'book-bible(book,catholicism,christianity,god,holy)'), array('far fa-book-bible' => 'book-bible(book,catholicism,christianity,god,holy)'), array('fal fa-book-bible' => 'book-bible(book,catholicism,christianity,god,holy)'), array('fas fa-book-journal-whills' => 'book-journal-whills(book,force,jedi,sith,star wars,yoda)'), array('far fa-book-journal-whills' => 'book-journal-whills(book,force,jedi,sith,star wars,yoda)'), array('fal fa-book-journal-whills' => 'book-journal-whills(book,force,jedi,sith,star wars,yoda)'), array('fas fa-book-quran' => 'book-quran(book,islam,muslim,religion)'), array('far fa-book-quran' => 'book-quran(book,islam,muslim,religion)'), array('fal fa-book-quran' => 'book-quran(book,islam,muslim,religion)'), array('fas fa-book-tanakh' => 'book-tanakh(book,jewish,judaism,religion)'), array('far fa-book-tanakh' => 'book-tanakh(book,jewish,judaism,religion)'), array('fal fa-book-tanakh' => 'book-tanakh(book,jewish,judaism,religion)'), array('fas fa-church' => 'church(Christian,building,cathedral,chapel,church,community,cross,religion)'), array('far fa-church' => 'church(Christian,building,cathedral,chapel,church,community,cross,religion)'), array('fal fa-church' => 'church(Christian,building,cathedral,chapel,church,community,cross,religion)'), array('fas fa-coffin-cross' => 'coffin-cross(box,burial,casket,catholicism,cemetery,christianity,death,eulogy,funeral,halloween,vampire)'), array('far fa-coffin-cross' => 'coffin-cross(box,burial,casket,catholicism,cemetery,christianity,death,eulogy,funeral,halloween,vampire)'), array('fal fa-coffin-cross' => 'coffin-cross(box,burial,casket,catholicism,cemetery,christianity,death,eulogy,funeral,halloween,vampire)'), array('fas fa-cross' => 'cross(Christian,Heavy Latin Cross,catholicism,christianity,church,cross,jesus,latin cross,religion)'), array('far fa-cross' => 'cross(Christian,Heavy Latin Cross,catholicism,christianity,church,cross,jesus,latin cross,religion)'), array('fal fa-cross' => 'cross(Christian,Heavy Latin Cross,catholicism,christianity,church,cross,jesus,latin cross,religion)'), array('fas fa-dharmachakra' => 'dharmachakra(Buddhist,buddhism,buddhist,dharma,religion,wheel,wheel of dharma)'), array('far fa-dharmachakra' => 'dharmachakra(Buddhist,buddhism,buddhist,dharma,religion,wheel,wheel of dharma)'), array('fal fa-dharmachakra' => 'dharmachakra(Buddhist,buddhism,buddhist,dharma,religion,wheel,wheel of dharma)'), array('fas fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('far fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('fal fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('fas fa-gopuram' => 'gopuram(building,entrance,hinduism,temple,tower)'), array('far fa-gopuram' => 'gopuram(building,entrance,hinduism,temple,tower)'), array('fal fa-gopuram' => 'gopuram(building,entrance,hinduism,temple,tower)'), array('fas fa-hamsa' => 'hamsa(amulet,christianity,islam,jewish,judaism,muslim,protection)'), array('far fa-hamsa' => 'hamsa(amulet,christianity,islam,jewish,judaism,muslim,protection)'), array('fal fa-hamsa' => 'hamsa(amulet,christianity,islam,jewish,judaism,muslim,protection)'), array('fas fa-hands-praying' => 'hands-praying(kneel,preach,religion,worship)'), array('far fa-hands-praying' => 'hands-praying(kneel,preach,religion,worship)'), array('fal fa-hands-praying' => 'hands-praying(kneel,preach,religion,worship)'), array('fas fa-hanukiah' => 'hanukiah(candelabrum,candle,candlestick,hanukkah,jewish,judaism,light,menorah,religion)'), array('far fa-hanukiah' => 'hanukiah(candelabrum,candle,candlestick,hanukkah,jewish,judaism,light,menorah,religion)'), array('fal fa-hanukiah' => 'hanukiah(candelabrum,candle,candlestick,hanukkah,jewish,judaism,light,menorah,religion)'), array('fas fa-jedi' => 'jedi(crest,force,sith,skywalker,star wars,yoda)'), array('far fa-jedi' => 'jedi(crest,force,sith,skywalker,star wars,yoda)'), array('fal fa-jedi' => 'jedi(crest,force,sith,skywalker,star wars,yoda)'), array('fas fa-kaaba' => 'kaaba(Muslim,building,cube,islam,kaaba,muslim,religion)'), array('far fa-kaaba' => 'kaaba(Muslim,building,cube,islam,kaaba,muslim,religion)'), array('fal fa-kaaba' => 'kaaba(Muslim,building,cube,islam,kaaba,muslim,religion)'), array('fas fa-khanda' => 'khanda(Adi Shakti,chakkar,sikh,sikhism,sword)'), array('far fa-khanda' => 'khanda(Adi Shakti,chakkar,sikh,sikhism,sword)'), array('fal fa-khanda' => 'khanda(Adi Shakti,chakkar,sikh,sikhism,sword)'), array('fas fa-menorah' => 'menorah(candle,hanukkah,jewish,judaism,light)'), array('far fa-menorah' => 'menorah(candle,hanukkah,jewish,judaism,light)'), array('fal fa-menorah' => 'menorah(candle,hanukkah,jewish,judaism,light)'), array('fas fa-mosque' => 'mosque(Muslim,building,islam,landmark,mosque,muslim,religion)'), array('far fa-mosque' => 'mosque(Muslim,building,islam,landmark,mosque,muslim,religion)'), array('fal fa-mosque' => 'mosque(Muslim,building,islam,landmark,mosque,muslim,religion)'), array('fas fa-om' => 'om(Hindu,buddhism,hinduism,jainism,mantra,om,religion)'), array('far fa-om' => 'om(Hindu,buddhism,hinduism,jainism,mantra,om,religion)'), array('fal fa-om' => 'om(Hindu,buddhism,hinduism,jainism,mantra,om,religion)'), array('fas fa-peace' => 'peace(peace,peace symbol,serenity,tranquility,truce,war)'), array('far fa-peace' => 'peace(peace,peace symbol,serenity,tranquility,truce,war)'), array('fal fa-peace' => 'peace(peace,peace symbol,serenity,tranquility,truce,war)'), array('fas fa-person-praying' => 'person-praying(kneel,place of worship,religion,thank,uer,worship)'), array('far fa-person-praying' => 'person-praying(kneel,place of worship,religion,thank,uer,worship)'), array('fal fa-person-praying' => 'person-praying(kneel,place of worship,religion,thank,uer,worship)'), array('fas fa-place-of-worship' => 'place-of-worship(building,church,holy,mosque,synagogue)'), array('far fa-place-of-worship' => 'place-of-worship(building,church,holy,mosque,synagogue)'), array('fal fa-place-of-worship' => 'place-of-worship(building,church,holy,mosque,synagogue)'), array('fas fa-scroll-torah' => 'scroll-torah(book,jewish,judaism,religion,scroll)'), array('far fa-scroll-torah' => 'scroll-torah(book,jewish,judaism,religion,scroll)'), array('fal fa-scroll-torah' => 'scroll-torah(book,jewish,judaism,religion,scroll)'), array('fas fa-spaghetti-monster-flying' => 'spaghetti-monster-flying(agnosticism,atheism,flying spaghetti monster,fsm)'), array('far fa-spaghetti-monster-flying' => 'spaghetti-monster-flying(agnosticism,atheism,flying spaghetti monster,fsm)'), array('fal fa-spaghetti-monster-flying' => 'spaghetti-monster-flying(agnosticism,atheism,flying spaghetti monster,fsm)'), array('fas fa-star-and-crescent' => 'star-and-crescent(Muslim,islam,muslim,religion,star and crescent)'), array('far fa-star-and-crescent' => 'star-and-crescent(Muslim,islam,muslim,religion,star and crescent)'), array('fal fa-star-and-crescent' => 'star-and-crescent(Muslim,islam,muslim,religion,star and crescent)'), array('fas fa-star-of-david' => 'star-of-david(David,Jew,Jewish,jewish,judaism,religion,star,star of David)'), array('far fa-star-of-david' => 'star-of-david(David,Jew,Jewish,jewish,judaism,religion,star,star of David)'), array('fal fa-star-of-david' => 'star-of-david(David,Jew,Jewish,jewish,judaism,religion,star,star of David)'), array('fas fa-synagogue' => 'synagogue(Jew,Jewish,building,jewish,judaism,religion,star of david,synagogue,temple)'), array('far fa-synagogue' => 'synagogue(Jew,Jewish,building,jewish,judaism,religion,star of david,synagogue,temple)'), array('fal fa-synagogue' => 'synagogue(Jew,Jewish,building,jewish,judaism,religion,star of david,synagogue,temple)'), array('fas fa-tombstone' => 'tombstone(cemetery,cross,dead,death,delete,grave,halloween,holiday,remove)'), array('far fa-tombstone' => 'tombstone(cemetery,cross,dead,death,delete,grave,halloween,holiday,remove)'), array('fal fa-tombstone' => 'tombstone(cemetery,cross,dead,death,delete,grave,halloween,holiday,remove)'), array('fas fa-tombstone-blank' => 'tombstone-blank(cemetery,cross,dead,death,delete,grave,graveyard,halloween,headstone,holiday,remove,tombstone)'), array('far fa-tombstone-blank' => 'tombstone-blank(cemetery,cross,dead,death,delete,grave,graveyard,halloween,headstone,holiday,remove,tombstone)'), array('fal fa-tombstone-blank' => 'tombstone-blank(cemetery,cross,dead,death,delete,grave,graveyard,halloween,headstone,holiday,remove,tombstone)'), array('fas fa-torii-gate' => 'torii-gate(building,religion,shinto,shinto shrine,shintoism,shrine)'), array('far fa-torii-gate' => 'torii-gate(building,religion,shinto,shinto shrine,shintoism,shrine)'), array('fal fa-torii-gate' => 'torii-gate(building,religion,shinto,shinto shrine,shintoism,shrine)'), array('fas fa-user-beard-bolt' => 'user-beard-bolt( god, greek, jupiter, lightning, roman, zeus,deity,mythology)'), array('far fa-user-beard-bolt' => 'user-beard-bolt( god, greek, jupiter, lightning, roman, zeus,deity,mythology)'), array('fal fa-user-beard-bolt' => 'user-beard-bolt( god, greek, jupiter, lightning, roman, zeus,deity,mythology)'), array('fas fa-vihara' => 'vihara(buddhism,buddhist,building,monastery)'), array('far fa-vihara' => 'vihara(buddhism,buddhist,building,monastery)'), array('fal fa-vihara' => 'vihara(buddhism,buddhist,building,monastery)'), array('fas fa-yin-yang' => 'yin-yang(daoism,opposites,religion,tao,taoism,taoist,yang,yin,yin yang)'), array('far fa-yin-yang' => 'yin-yang(daoism,opposites,religion,tao,taoism,taoist,yang,yin,yin yang)'), array('fal fa-yin-yang' => 'yin-yang(daoism,opposites,religion,tao,taoism,taoist,yang,yin,yin yang)'), ), 'Political' => array( array('fas fa-award' => 'award(guarantee,honor,praise,prize,recognition,ribbon,trophy,warranty)'), array('far fa-award' => 'award(guarantee,honor,praise,prize,recognition,ribbon,trophy,warranty)'), array('fal fa-award' => 'award(guarantee,honor,praise,prize,recognition,ribbon,trophy,warranty)'), array('fas fa-ballot' => 'ballot(checklist,choice,election,vote,voting)'), array('far fa-ballot' => 'ballot(checklist,choice,election,vote,voting)'), array('fal fa-ballot' => 'ballot(checklist,choice,election,vote,voting)'), array('fas fa-ballot-check' => 'ballot-check(checklist,choice,completed,coupon,done,election,enable,finished,select,success,tick,validate,vote,voting,working)'), array('far fa-ballot-check' => 'ballot-check(checklist,choice,completed,coupon,done,election,enable,finished,select,success,tick,validate,vote,voting,working)'), array('fal fa-ballot-check' => 'ballot-check(checklist,choice,completed,coupon,done,election,enable,finished,select,success,tick,validate,vote,voting,working)'), array('fas fa-booth-curtain' => 'booth-curtain(changing room,election,vote,voting,voting booth)'), array('far fa-booth-curtain' => 'booth-curtain(changing room,election,vote,voting,voting booth)'), array('fal fa-booth-curtain' => 'booth-curtain(changing room,election,vote,voting,voting booth)'), array('fas fa-box-ballot' => 'box-ballot(ballot,ballot box with ballot,box,election,politics,survey,vote,voting)'), array('far fa-box-ballot' => 'box-ballot(ballot,ballot box with ballot,box,election,politics,survey,vote,voting)'), array('fal fa-box-ballot' => 'box-ballot(ballot,ballot box with ballot,box,election,politics,survey,vote,voting)'), array('fas fa-building-flag' => 'building-flag( city,building,diplomat,embassy,flag,headquarters,united nations)'), array('far fa-building-flag' => 'building-flag( city,building,diplomat,embassy,flag,headquarters,united nations)'), array('fal fa-building-flag' => 'building-flag( city,building,diplomat,embassy,flag,headquarters,united nations)'), array('fas fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('far fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('fal fa-bullhorn' => 'bullhorn(Bullhorn,announcement,broadcast,loud,louder,loudspeaker,megaphone,public address,request,share)'), array('fas fa-calendar-star' => 'calendar-star(calendar,date,day,event,favorite,important,month,schedule,time,when,year)'), array('far fa-calendar-star' => 'calendar-star(calendar,date,day,event,favorite,important,month,schedule,time,when,year)'), array('fal fa-calendar-star' => 'calendar-star(calendar,date,day,event,favorite,important,month,schedule,time,when,year)'), array('fas fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('far fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('fal fa-check-double' => 'check-double(accept,agree,checkmark,confirm,correct,coupon,done,enable,notice,notification,notify,ok,select,select all,success,tick,todo,validate,working)'), array('fas fa-check-to-slot' => 'check-to-slot(accept,cast,election,enable,politics,positive,validate,voting,working,yes)'), array('far fa-check-to-slot' => 'check-to-slot(accept,cast,election,enable,politics,positive,validate,voting,working,yes)'), array('fal fa-check-to-slot' => 'check-to-slot(accept,cast,election,enable,politics,positive,validate,voting,working,yes)'), array('fas fa-circle-dollar-to-slot' => 'circle-dollar-to-slot(contribute,generosity,gift,give,premium)'), array('far fa-circle-dollar-to-slot' => 'circle-dollar-to-slot(contribute,generosity,gift,give,premium)'), array('fal fa-circle-dollar-to-slot' => 'circle-dollar-to-slot(contribute,generosity,gift,give,premium)'), array('fas fa-clipboard-list-check' => 'clipboard-list-check(cheatsheet,checklist,completed,done,election,enable,finished,intinerary,ol,schedule,summary,survey,tick,todo,ul,validate,vote,voting,working)'), array('far fa-clipboard-list-check' => 'clipboard-list-check(cheatsheet,checklist,completed,done,election,enable,finished,intinerary,ol,schedule,summary,survey,tick,todo,ul,validate,vote,voting,working)'), array('fal fa-clipboard-list-check' => 'clipboard-list-check(cheatsheet,checklist,completed,done,election,enable,finished,intinerary,ol,schedule,summary,survey,tick,todo,ul,validate,vote,voting,working)'), array('fas fa-democrat' => 'democrat(american,democratic party,donkey,election,left,left-wing,liberal,politics,usa)'), array('far fa-democrat' => 'democrat(american,democratic party,donkey,election,left,left-wing,liberal,politics,usa)'), array('fal fa-democrat' => 'democrat(american,democratic party,donkey,election,left,left-wing,liberal,politics,usa)'), array('fas fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('far fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('fal fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('fas fa-dumpster-fire' => 'dumpster-fire(alley,bin,commercial,danger,dangerous,euphemism,flame,heat,hot,trash,waste)'), array('far fa-dumpster-fire' => 'dumpster-fire(alley,bin,commercial,danger,dangerous,euphemism,flame,heat,hot,trash,waste)'), array('fal fa-dumpster-fire' => 'dumpster-fire(alley,bin,commercial,danger,dangerous,euphemism,flame,heat,hot,trash,waste)'), array('fas fa-flag-swallowtail' => 'flag-swallowtail(country,notice,notification,notify,pole,report,symbol)'), array('far fa-flag-swallowtail' => 'flag-swallowtail(country,notice,notification,notify,pole,report,symbol)'), array('fal fa-flag-swallowtail' => 'flag-swallowtail(country,notice,notification,notify,pole,report,symbol)'), array('fas fa-flag-usa' => 'flag-usa(betsy ross,country,fla,flag: United States,old glory,stars,stripes,symbol)'), array('far fa-flag-usa' => 'flag-usa(betsy ross,country,fla,flag: United States,old glory,stars,stripes,symbol)'), array('fal fa-flag-usa' => 'flag-usa(betsy ross,country,fla,flag: United States,old glory,stars,stripes,symbol)'), array('fas fa-hand-fist' => 'hand-fist(Dungeons & Dragons,clenched,d&d,dnd,fantasy,fist,hand,ki,monk,punch,raised fist,resist,strength,unarmed combat)'), array('far fa-hand-fist' => 'hand-fist(Dungeons & Dragons,clenched,d&d,dnd,fantasy,fist,hand,ki,monk,punch,raised fist,resist,strength,unarmed combat)'), array('fal fa-hand-fist' => 'hand-fist(Dungeons & Dragons,clenched,d&d,dnd,fantasy,fist,hand,ki,monk,punch,raised fist,resist,strength,unarmed combat)'), array('fas fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('far fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('fal fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('fas fa-landmark-dome' => 'landmark-dome(building,historic,memorable,monument,politics)'), array('far fa-landmark-dome' => 'landmark-dome(building,historic,memorable,monument,politics)'), array('fal fa-landmark-dome' => 'landmark-dome(building,historic,memorable,monument,politics)'), array('fas fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('far fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('fal fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('fas fa-person-booth' => 'person-booth(changing room,curtain,uer,vote,voting)'), array('far fa-person-booth' => 'person-booth(changing room,curtain,uer,vote,voting)'), array('fal fa-person-booth' => 'person-booth(changing room,curtain,uer,vote,voting)'), array('fas fa-person-sign' => 'person-sign(announce,protest,uer)'), array('far fa-person-sign' => 'person-sign(announce,protest,uer)'), array('fal fa-person-sign' => 'person-sign(announce,protest,uer)'), array('fas fa-piggy-bank' => 'piggy-bank(bank,salary,save,savings)'), array('far fa-piggy-bank' => 'piggy-bank(bank,salary,save,savings)'), array('fal fa-piggy-bank' => 'piggy-bank(bank,salary,save,savings)'), array('fas fa-podium' => 'podium(debate,election,keynote,lecture,panel,politics,seminar,speak,speaker,speech,talk)'), array('far fa-podium' => 'podium(debate,election,keynote,lecture,panel,politics,seminar,speak,speaker,speech,talk)'), array('fal fa-podium' => 'podium(debate,election,keynote,lecture,panel,politics,seminar,speak,speaker,speech,talk)'), array('fas fa-podium-star' => 'podium-star(debate,election,keynote,lecture,panel,politics,seminar,speak,speaker,speech,talk)'), array('far fa-podium-star' => 'podium-star(debate,election,keynote,lecture,panel,politics,seminar,speak,speaker,speech,talk)'), array('fal fa-podium-star' => 'podium-star(debate,election,keynote,lecture,panel,politics,seminar,speak,speaker,speech,talk)'), array('fas fa-poll-people' => 'poll-people(uer,users-people)'), array('far fa-poll-people' => 'poll-people(uer,users-people)'), array('fal fa-poll-people' => 'poll-people(uer,users-people)'), array('fas fa-republican' => 'republican(american,conservative,election,elephant,politics,republican party,right,right-wing,usa)'), array('far fa-republican' => 'republican(american,conservative,election,elephant,politics,republican party,right,right-wing,usa)'), array('fal fa-republican' => 'republican(american,conservative,election,elephant,politics,republican party,right,right-wing,usa)'), array('fas fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('far fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('fal fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('fas fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('far fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('fal fa-scale-unbalanced' => 'scale-unbalanced(justice,legal,measure,unbalanced,weight)'), array('fas fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('far fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('fal fa-scale-unbalanced-flip' => 'scale-unbalanced-flip(justice,legal,measure,unbalanced,weight)'), array('fas fa-tally' => 'tally(count,hash,numbers)'), array('far fa-tally' => 'tally(count,hash,numbers)'), array('fal fa-tally' => 'tally(count,hash,numbers)'), array('fas fa-xmark-to-slot' => 'xmark-to-slot(cast,election,negative,no,politics,reject,uncheck,voting)'), array('far fa-xmark-to-slot' => 'xmark-to-slot(cast,election,negative,no,politics,reject,uncheck,voting)'), array('fal fa-xmark-to-slot' => 'xmark-to-slot(cast,election,negative,no,politics,reject,uncheck,voting)'), ), 'Charts + Diagrams' => array( array('fas fa-bars-progress' => 'bars-progress(checklist,downloading,downloads,loading,poll,progress,project management,settings,to do)'), array('far fa-bars-progress' => 'bars-progress(checklist,downloading,downloads,loading,poll,progress,project management,settings,to do)'), array('fal fa-bars-progress' => 'bars-progress(checklist,downloading,downloads,loading,poll,progress,project management,settings,to do)'), array('fas fa-chart-area' => 'chart-area(analytics,area,chart,graph,performance,revenue,statistics)'), array('far fa-chart-area' => 'chart-area(analytics,area,chart,graph,performance,revenue,statistics)'), array('fal fa-chart-area' => 'chart-area(analytics,area,chart,graph,performance,revenue,statistics)'), array('fas fa-chart-bar' => 'chart-bar(analytics,bar,chart,graph,performance,statistics)'), array('far fa-chart-bar' => 'chart-bar(analytics,bar,chart,graph,performance,statistics)'), array('fal fa-chart-bar' => 'chart-bar(analytics,bar,chart,graph,performance,statistics)'), array('fas fa-chart-bullet' => 'chart-bullet(chart,graph,performance,statistics)'), array('far fa-chart-bullet' => 'chart-bullet(chart,graph,performance,statistics)'), array('fal fa-chart-bullet' => 'chart-bullet(chart,graph,performance,statistics)'), array('fas fa-chart-candlestick' => 'chart-candlestick(chart,graph,performance,statistics,track,trend)'), array('far fa-chart-candlestick' => 'chart-candlestick(chart,graph,performance,statistics,track,trend)'), array('fal fa-chart-candlestick' => 'chart-candlestick(chart,graph,performance,statistics,track,trend)'), array('fas fa-chart-column' => 'chart-column(bar,bar chart,chart,graph,performance,revenue,statistics,track,trend)'), array('far fa-chart-column' => 'chart-column(bar,bar chart,chart,graph,performance,revenue,statistics,track,trend)'), array('fal fa-chart-column' => 'chart-column(bar,bar chart,chart,graph,performance,revenue,statistics,track,trend)'), array('fas fa-chart-gantt' => 'chart-gantt(chart,graph,performance,statistics,track,trend)'), array('far fa-chart-gantt' => 'chart-gantt(chart,graph,performance,statistics,track,trend)'), array('fal fa-chart-gantt' => 'chart-gantt(chart,graph,performance,statistics,track,trend)'), array('fas fa-chart-kanban' => 'chart-kanban( board, chart, graph, kanban, list, organize, project,statistics)'), array('far fa-chart-kanban' => 'chart-kanban( board, chart, graph, kanban, list, organize, project,statistics)'), array('fal fa-chart-kanban' => 'chart-kanban( board, chart, graph, kanban, list, organize, project,statistics)'), array('fas fa-chart-line' => 'chart-line(activity,analytics,chart,dashboard,gain,graph,increase,line,performance,revenue,statistics)'), array('far fa-chart-line' => 'chart-line(activity,analytics,chart,dashboard,gain,graph,increase,line,performance,revenue,statistics)'), array('fal fa-chart-line' => 'chart-line(activity,analytics,chart,dashboard,gain,graph,increase,line,performance,revenue,statistics)'), array('fas fa-chart-line-down' => 'chart-line-down(analytics,chart,chart decreasing,dashboard,decline,down,graph,line,loss,performance,revenue,statistics,trend)'), array('far fa-chart-line-down' => 'chart-line-down(analytics,chart,chart decreasing,dashboard,decline,down,graph,line,loss,performance,revenue,statistics,trend)'), array('fal fa-chart-line-down' => 'chart-line-down(analytics,chart,chart decreasing,dashboard,decline,down,graph,line,loss,performance,revenue,statistics,trend)'), array('fas fa-chart-line-up' => 'chart-line-up(chart,chart increasing,graph,growth,performance,revenue,statistics,track,trend,upward)'), array('far fa-chart-line-up' => 'chart-line-up(chart,chart increasing,graph,growth,performance,revenue,statistics,track,trend,upward)'), array('fal fa-chart-line-up' => 'chart-line-up(chart,chart increasing,graph,growth,performance,revenue,statistics,track,trend,upward)'), array('fas fa-chart-line-up-down' => 'chart-line-up-down( chart increasing, decreasing, down, graph, growth, track, trend, upward, volatility,chart)'), array('far fa-chart-line-up-down' => 'chart-line-up-down( chart increasing, decreasing, down, graph, growth, track, trend, upward, volatility,chart)'), array('fal fa-chart-line-up-down' => 'chart-line-up-down( chart increasing, decreasing, down, graph, growth, track, trend, upward, volatility,chart)'), array('fas fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('far fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('fal fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('fas fa-chart-mixed-up-circle-currency' => 'chart-mixed-up-circle-currency( analytics, chart, currency, investment, measure, money, roi, tracking, trend,data,forecast,graph)'), array('far fa-chart-mixed-up-circle-currency' => 'chart-mixed-up-circle-currency( analytics, chart, currency, investment, measure, money, roi, tracking, trend,data,forecast,graph)'), array('fal fa-chart-mixed-up-circle-currency' => 'chart-mixed-up-circle-currency( analytics, chart, currency, investment, measure, money, roi, tracking, trend,data,forecast,graph)'), array('fas fa-chart-mixed-up-circle-dollar' => 'chart-mixed-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, graph, investment,data,forecast)'), array('far fa-chart-mixed-up-circle-dollar' => 'chart-mixed-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, graph, investment,data,forecast)'), array('fal fa-chart-mixed-up-circle-dollar' => 'chart-mixed-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, graph, investment,data,forecast)'), array('fas fa-chart-network' => 'chart-network(activity,analytics,association,dashboard,diagram,distribution,map,network,performance)'), array('far fa-chart-network' => 'chart-network(activity,analytics,association,dashboard,diagram,distribution,map,network,performance)'), array('fal fa-chart-network' => 'chart-network(activity,analytics,association,dashboard,diagram,distribution,map,network,performance)'), array('fas fa-chart-pie' => 'chart-pie(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('far fa-chart-pie' => 'chart-pie(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fal fa-chart-pie' => 'chart-pie(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fas fa-chart-pie-simple' => 'chart-pie-simple(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('far fa-chart-pie-simple' => 'chart-pie-simple(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fal fa-chart-pie-simple' => 'chart-pie-simple(analytics,chart,diagram,graph,performance,pie,revenue,statistics)'), array('fas fa-chart-pie-simple-circle-currency' => 'chart-pie-simple-circle-currency( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('far fa-chart-pie-simple-circle-currency' => 'chart-pie-simple-circle-currency( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fal fa-chart-pie-simple-circle-currency' => 'chart-pie-simple-circle-currency( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fas fa-chart-pie-simple-circle-dollar' => 'chart-pie-simple-circle-dollar( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('far fa-chart-pie-simple-circle-dollar' => 'chart-pie-simple-circle-dollar( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fal fa-chart-pie-simple-circle-dollar' => 'chart-pie-simple-circle-dollar( chart, currency, diagram, graph, margin, money, pie,analytics)'), array('fas fa-chart-pyramid' => 'chart-pyramid(chart,food,graph,performance,statistics)'), array('far fa-chart-pyramid' => 'chart-pyramid(chart,food,graph,performance,statistics)'), array('fal fa-chart-pyramid' => 'chart-pyramid(chart,food,graph,performance,statistics)'), array('fas fa-chart-radar' => 'chart-radar(chart,graph,performance,statistics,track,trend)'), array('far fa-chart-radar' => 'chart-radar(chart,graph,performance,statistics,track,trend)'), array('fal fa-chart-radar' => 'chart-radar(chart,graph,performance,statistics,track,trend)'), array('fas fa-chart-scatter' => 'chart-scatter(analytics,chart,diagram,graph,performance,plot,statistics)'), array('far fa-chart-scatter' => 'chart-scatter(analytics,chart,diagram,graph,performance,plot,statistics)'), array('fal fa-chart-scatter' => 'chart-scatter(analytics,chart,diagram,graph,performance,plot,statistics)'), array('fas fa-chart-scatter-3d' => 'chart-scatter-3d(chart,graph,performance,statistics,track,trend)'), array('far fa-chart-scatter-3d' => 'chart-scatter-3d(chart,graph,performance,statistics,track,trend)'), array('fal fa-chart-scatter-3d' => 'chart-scatter-3d(chart,graph,performance,statistics,track,trend)'), array('fas fa-chart-scatter-bubble' => 'chart-scatter-bubble(chart,graph,performance,statistics,track,trend)'), array('far fa-chart-scatter-bubble' => 'chart-scatter-bubble(chart,graph,performance,statistics,track,trend)'), array('fal fa-chart-scatter-bubble' => 'chart-scatter-bubble(chart,graph,performance,statistics,track,trend)'), array('fas fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('far fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('fal fa-chart-simple' => 'chart-simple(analytics,bar,chart,column,graph,performance,revenue,row,statistics,trend)'), array('fas fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('far fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('fal fa-chart-simple-horizontal' => 'chart-simple-horizontal(analytics,bar,chart,column,graph,performance,row,statistics,trend)'), array('fas fa-chart-tree-map' => 'chart-tree-map(collection,grid,performance)'), array('far fa-chart-tree-map' => 'chart-tree-map(collection,grid,performance)'), array('fal fa-chart-tree-map' => 'chart-tree-map(collection,grid,performance)'), array('fas fa-chart-user' => 'chart-user(employee,performance,revenue,uer,users-people)'), array('far fa-chart-user' => 'chart-user(employee,performance,revenue,uer,users-people)'), array('fal fa-chart-user' => 'chart-user(employee,performance,revenue,uer,users-people)'), array('fas fa-chart-waterfall' => 'chart-waterfall(chart,graph,performance,revenue,statistics,track,trend)'), array('far fa-chart-waterfall' => 'chart-waterfall(chart,graph,performance,revenue,statistics,track,trend)'), array('fal fa-chart-waterfall' => 'chart-waterfall(chart,graph,performance,revenue,statistics,track,trend)'), array('fas fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('far fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('fal fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('fas fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('far fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('fal fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('fas fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('far fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('fal fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('fas fa-diagram-cells' => 'diagram-cells(cells,chart,gantt,row,subtask,table)'), array('far fa-diagram-cells' => 'diagram-cells(cells,chart,gantt,row,subtask,table)'), array('fal fa-diagram-cells' => 'diagram-cells(cells,chart,gantt,row,subtask,table)'), array('fas fa-diagram-lean-canvas' => 'diagram-lean-canvas(columns,grid,rows)'), array('far fa-diagram-lean-canvas' => 'diagram-lean-canvas(columns,grid,rows)'), array('fal fa-diagram-lean-canvas' => 'diagram-lean-canvas(columns,grid,rows)'), array('fas fa-diagram-nested' => 'diagram-nested(cells,chart,directory,gantt,next,table,tree)'), array('far fa-diagram-nested' => 'diagram-nested(cells,chart,directory,gantt,next,table,tree)'), array('fal fa-diagram-nested' => 'diagram-nested(cells,chart,directory,gantt,next,table,tree)'), array('fas fa-diagram-next' => 'diagram-next(cells,chart,gantt,row,subtask,successor,table)'), array('far fa-diagram-next' => 'diagram-next(cells,chart,gantt,row,subtask,successor,table)'), array('fal fa-diagram-next' => 'diagram-next(cells,chart,gantt,row,subtask,successor,table)'), array('fas fa-diagram-predecessor' => 'diagram-predecessor(cells,chart,gantt,predecessor,previous,row,subtask,table)'), array('far fa-diagram-predecessor' => 'diagram-predecessor(cells,chart,gantt,predecessor,previous,row,subtask,table)'), array('fal fa-diagram-predecessor' => 'diagram-predecessor(cells,chart,gantt,predecessor,previous,row,subtask,table)'), array('fas fa-diagram-previous' => 'diagram-previous(cells,chart,gantt,predecessor,previous,row,subtask,table)'), array('far fa-diagram-previous' => 'diagram-previous(cells,chart,gantt,predecessor,previous,row,subtask,table)'), array('fal fa-diagram-previous' => 'diagram-previous(cells,chart,gantt,predecessor,previous,row,subtask,table)'), array('fas fa-diagram-project' => 'diagram-project(chart,graph,network,pert,statistics)'), array('far fa-diagram-project' => 'diagram-project(chart,graph,network,pert,statistics)'), array('fal fa-diagram-project' => 'diagram-project(chart,graph,network,pert,statistics)'), array('fas fa-diagram-sankey' => 'diagram-sankey(chart,timeline)'), array('far fa-diagram-sankey' => 'diagram-sankey(chart,timeline)'), array('fal fa-diagram-sankey' => 'diagram-sankey(chart,timeline)'), array('fas fa-diagram-subtask' => 'diagram-subtask(cells,chart,gantt,next,row,subtask,successor,table,tree)'), array('far fa-diagram-subtask' => 'diagram-subtask(cells,chart,gantt,next,row,subtask,successor,table,tree)'), array('fal fa-diagram-subtask' => 'diagram-subtask(cells,chart,gantt,next,row,subtask,successor,table,tree)'), array('fas fa-diagram-successor' => 'diagram-successor(cells,chart,gantt,next,row,subtask,successor,table)'), array('far fa-diagram-successor' => 'diagram-successor(cells,chart,gantt,next,row,subtask,successor,table)'), array('fal fa-diagram-successor' => 'diagram-successor(cells,chart,gantt,next,row,subtask,successor,table)'), array('fas fa-diagram-venn' => 'diagram-venn(chart,intersection,logic,overlap)'), array('far fa-diagram-venn' => 'diagram-venn(chart,intersection,logic,overlap)'), array('fal fa-diagram-venn' => 'diagram-venn(chart,intersection,logic,overlap)'), array('fas fa-display-chart-up' => 'display-chart-up( analytics, chart, measure, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('far fa-display-chart-up' => 'display-chart-up( analytics, chart, measure, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fal fa-display-chart-up' => 'display-chart-up( analytics, chart, measure, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fas fa-display-chart-up-circle-currency' => 'display-chart-up-circle-currency( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('far fa-display-chart-up-circle-currency' => 'display-chart-up-circle-currency( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fal fa-display-chart-up-circle-currency' => 'display-chart-up-circle-currency( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fas fa-display-chart-up-circle-dollar' => 'display-chart-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('far fa-display-chart-up-circle-dollar' => 'display-chart-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fal fa-display-chart-up-circle-dollar' => 'display-chart-up-circle-dollar( analytics, chart, currency, measure, money, roi, tracking, trend, computer, display, exchange, graph, investment, monitor,trading)'), array('fas fa-file-chart-column' => 'file-chart-column(analytics,data,document,projection,report,revenue)'), array('far fa-file-chart-column' => 'file-chart-column(analytics,data,document,projection,report,revenue)'), array('fal fa-file-chart-column' => 'file-chart-column(analytics,data,document,projection,report,revenue)'), array('fas fa-file-chart-pie' => 'file-chart-pie(analytics,data,document,projection,report,revenue)'), array('far fa-file-chart-pie' => 'file-chart-pie(analytics,data,document,projection,report,revenue)'), array('fal fa-file-chart-pie' => 'file-chart-pie(analytics,data,document,projection,report,revenue)'), array('fas fa-square-kanban' => 'square-kanban(board,chart,graph,kanban,list,organize,project,statistics)'), array('far fa-square-kanban' => 'square-kanban(board,chart,graph,kanban,list,organize,project,statistics)'), array('fal fa-square-kanban' => 'square-kanban(board,chart,graph,kanban,list,organize,project,statistics)'), array('fas fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('far fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('fal fa-square-poll-horizontal' => 'square-poll-horizontal(chart,graph,results,statistics,survey,trend,vote,voting)'), array('fas fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), array('far fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), array('fal fa-square-poll-vertical' => 'square-poll-vertical(chart,graph,results,revenue,statistics,survey,trend,vote,voting)'), ), 'Charity' => array( array('fas fa-book-heart' => 'book-heart(charity,diary,documentation,donation,health,history,journal,library,read,research,wishlist)'), array('far fa-book-heart' => 'book-heart(charity,diary,documentation,donation,health,history,journal,library,read,research,wishlist)'), array('fal fa-book-heart' => 'book-heart(charity,diary,documentation,donation,health,history,journal,library,read,research,wishlist)'), array('fas fa-box-dollar' => 'box-dollar($,dollar-sign,donation,money,salary,usd)'), array('far fa-box-dollar' => 'box-dollar($,dollar-sign,donation,money,salary,usd)'), array('fal fa-box-dollar' => 'box-dollar($,dollar-sign,donation,money,salary,usd)'), array('fas fa-box-heart' => 'box-heart(care,donation,package,storage,wishlist)'), array('far fa-box-heart' => 'box-heart(care,donation,package,storage,wishlist)'), array('fal fa-box-heart' => 'box-heart(care,donation,package,storage,wishlist)'), array('fas fa-circle-dollar' => 'circle-dollar($,currency,dollar-sign,investment,money,premium,price,salary,usd)'), array('far fa-circle-dollar' => 'circle-dollar($,currency,dollar-sign,investment,money,premium,price,salary,usd)'), array('fal fa-circle-dollar' => 'circle-dollar($,currency,dollar-sign,investment,money,premium,price,salary,usd)'), array('fas fa-circle-dollar-to-slot' => 'circle-dollar-to-slot(contribute,generosity,gift,give,premium)'), array('far fa-circle-dollar-to-slot' => 'circle-dollar-to-slot(contribute,generosity,gift,give,premium)'), array('fal fa-circle-dollar-to-slot' => 'circle-dollar-to-slot(contribute,generosity,gift,give,premium)'), array('fas fa-circle-heart' => 'circle-heart(favorite,like,love,wishlist)'), array('far fa-circle-heart' => 'circle-heart(favorite,like,love,wishlist)'), array('fal fa-circle-heart' => 'circle-heart(favorite,like,love,wishlist)'), array('fas fa-dollar-sign' => 'dollar-sign(Dollar Sign,coupon,currency,dollar,heavy dollar sign,investment,money,premium,revenue,salary)'), array('far fa-dollar-sign' => 'dollar-sign(Dollar Sign,coupon,currency,dollar,heavy dollar sign,investment,money,premium,revenue,salary)'), array('fal fa-dollar-sign' => 'dollar-sign(Dollar Sign,coupon,currency,dollar,heavy dollar sign,investment,money,premium,revenue,salary)'), array('fas fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('far fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('fal fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('fas fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('far fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('fal fa-gift' => 'gift(box,celebration,christmas,generosity,gift,giving,holiday,party,present,wrapped,wrapped gift,xmas)'), array('fas fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('far fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('fal fa-globe' => 'globe(all,coordinates,country,earth,global,globe,globe with meridians,gps,internet,language,localize,location,map,meridians,network,online,place,planet,translate,travel,world,www)'), array('fas fa-hand-heart' => 'hand-heart(care,charity,donate,help,palm,wishlist)'), array('far fa-hand-heart' => 'hand-heart(care,charity,donate,help,palm,wishlist)'), array('fal fa-hand-heart' => 'hand-heart(care,charity,donate,help,palm,wishlist)'), array('fas fa-hand-holding-circle-dollar' => 'hand-holding-circle-dollar( revenue,carry,coupon,dollar sign,donate,donation,giving,investment,money,premium,price,salary)'), array('far fa-hand-holding-circle-dollar' => 'hand-holding-circle-dollar( revenue,carry,coupon,dollar sign,donate,donation,giving,investment,money,premium,price,salary)'), array('fal fa-hand-holding-circle-dollar' => 'hand-holding-circle-dollar( revenue,carry,coupon,dollar sign,donate,donation,giving,investment,money,premium,price,salary)'), array('fas fa-hand-holding-dollar' => 'hand-holding-dollar($,carry,coupon,dollar sign,donate,donation,giving,investment,lift,money,premium,price,revenue,salary)'), array('far fa-hand-holding-dollar' => 'hand-holding-dollar($,carry,coupon,dollar sign,donate,donation,giving,investment,lift,money,premium,price,revenue,salary)'), array('fal fa-hand-holding-dollar' => 'hand-holding-dollar($,carry,coupon,dollar sign,donate,donation,giving,investment,lift,money,premium,price,revenue,salary)'), array('fas fa-hand-holding-droplet' => 'hand-holding-droplet(blood,carry,covid-19,drought,grow,lift,sanitation)'), array('far fa-hand-holding-droplet' => 'hand-holding-droplet(blood,carry,covid-19,drought,grow,lift,sanitation)'), array('fal fa-hand-holding-droplet' => 'hand-holding-droplet(blood,carry,covid-19,drought,grow,lift,sanitation)'), array('fas fa-hand-holding-hand' => 'hand-holding-hand(care,give,help,hold,protect)'), array('far fa-hand-holding-hand' => 'hand-holding-hand(care,give,help,hold,protect)'), array('fal fa-hand-holding-hand' => 'hand-holding-hand(care,give,help,hold,protect)'), array('fas fa-hand-holding-heart' => 'hand-holding-heart(carry,charity,gift,lift,package,wishlist)'), array('far fa-hand-holding-heart' => 'hand-holding-heart(carry,charity,gift,lift,package,wishlist)'), array('fal fa-hand-holding-heart' => 'hand-holding-heart(carry,charity,gift,lift,package,wishlist)'), array('fas fa-hand-holding-seedling' => 'hand-holding-seedling(carry,grow,lift,plant)'), array('far fa-hand-holding-seedling' => 'hand-holding-seedling(carry,grow,lift,plant)'), array('fal fa-hand-holding-seedling' => 'hand-holding-seedling(carry,grow,lift,plant)'), array('fas fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('far fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('fal fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('fas fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('far fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('fal fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('fas fa-hands-holding-dollar' => 'hands-holding-dollar($,carry,coupon,dollar sign,donation,giving,hold,investment,money,premium,price,revenue,salary,usd)'), array('far fa-hands-holding-dollar' => 'hands-holding-dollar($,carry,coupon,dollar sign,donation,giving,hold,investment,money,premium,price,revenue,salary,usd)'), array('fal fa-hands-holding-dollar' => 'hands-holding-dollar($,carry,coupon,dollar sign,donation,giving,hold,investment,money,premium,price,revenue,salary,usd)'), array('fas fa-hands-holding-heart' => 'hands-holding-heart(carry,gift,help,hold,lift,wishlist)'), array('far fa-hands-holding-heart' => 'hands-holding-heart(carry,gift,help,hold,lift,wishlist)'), array('fal fa-hands-holding-heart' => 'hands-holding-heart(carry,gift,help,hold,lift,wishlist)'), array('fas fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('far fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('fal fa-handshake' => 'handshake(agreement,greeting,meeting,partnership)'), array('fas fa-handshake-angle' => 'handshake-angle(aid,assistance,handshake,partnership,volunteering)'), array('far fa-handshake-angle' => 'handshake-angle(aid,assistance,handshake,partnership,volunteering)'), array('fal fa-handshake-angle' => 'handshake-angle(aid,assistance,handshake,partnership,volunteering)'), array('fas fa-handshake-simple' => 'handshake-simple(agreement,greeting,hand,handshake,meeting,partnership,shake)'), array('far fa-handshake-simple' => 'handshake-simple(agreement,greeting,hand,handshake,meeting,partnership,shake)'), array('fal fa-handshake-simple' => 'handshake-simple(agreement,greeting,hand,handshake,meeting,partnership,shake)'), array('fas fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('far fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fal fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fas fa-house-chimney-heart' => 'house-chimney-heart(care,home,love,wishlist)'), array('far fa-house-chimney-heart' => 'house-chimney-heart(care,home,love,wishlist)'), array('fal fa-house-chimney-heart' => 'house-chimney-heart(care,home,love,wishlist)'), array('fas fa-house-heart' => 'house-heart(abode,building,charity,house,main,wishlist)'), array('far fa-house-heart' => 'house-heart(abode,building,charity,house,main,wishlist)'), array('fal fa-house-heart' => 'house-heart(abode,building,charity,house,main,wishlist)'), array('fas fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('far fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('fal fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('fas fa-leaf-heart' => 'leaf-heart(eco,flora,nature,plant,vegan,wishlist)'), array('far fa-leaf-heart' => 'leaf-heart(eco,flora,nature,plant,vegan,wishlist)'), array('fal fa-leaf-heart' => 'leaf-heart(eco,flora,nature,plant,vegan,wishlist)'), array('fas fa-money-check-dollar-pen' => 'money-check-dollar-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('far fa-money-check-dollar-pen' => 'money-check-dollar-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fal fa-money-check-dollar-pen' => 'money-check-dollar-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fas fa-money-check-pen' => 'money-check-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('far fa-money-check-pen' => 'money-check-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fal fa-money-check-pen' => 'money-check-pen(bank check,buy,checkout,cheque,modify,money,payment,pen,price,purchase,salary)'), array('fas fa-parachute-box' => 'parachute-box(aid,assistance,goods,relief,rescue,supplies)'), array('far fa-parachute-box' => 'parachute-box(aid,assistance,goods,relief,rescue,supplies)'), array('fal fa-parachute-box' => 'parachute-box(aid,assistance,goods,relief,rescue,supplies)'), array('fas fa-piggy-bank' => 'piggy-bank(bank,salary,save,savings)'), array('far fa-piggy-bank' => 'piggy-bank(bank,salary,save,savings)'), array('fal fa-piggy-bank' => 'piggy-bank(bank,salary,save,savings)'), array('fas fa-ribbon' => 'ribbon(badge,cause,celebration,lapel,pin,reminder,reminder ribbon,ribbon)'), array('far fa-ribbon' => 'ribbon(badge,cause,celebration,lapel,pin,reminder,reminder ribbon,ribbon)'), array('fal fa-ribbon' => 'ribbon(badge,cause,celebration,lapel,pin,reminder,reminder ribbon,ribbon)'), array('fas fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('far fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fal fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fas fa-square-dollar' => 'square-dollar($,coupon,dollar-sign,money,premium,price,salary,usd)'), array('far fa-square-dollar' => 'square-dollar($,coupon,dollar-sign,money,premium,price,salary,usd)'), array('fal fa-square-dollar' => 'square-dollar($,coupon,dollar-sign,money,premium,price,salary,usd)'), array('fas fa-square-heart' => 'square-heart(favorite,heart,heart decoration,like,love,wishlist)'), array('far fa-square-heart' => 'square-heart(favorite,heart,heart decoration,like,love,wishlist)'), array('fal fa-square-heart' => 'square-heart(favorite,heart,heart decoration,like,love,wishlist)'), ), 'Halloween' => array( array('fas fa-bat' => 'bat(animal,batman,bruce wayne,flying,gotham,halloween,mammal,vampire,wings)'), array('far fa-bat' => 'bat(animal,batman,bruce wayne,flying,gotham,halloween,mammal,vampire,wings)'), array('fal fa-bat' => 'bat(animal,batman,bruce wayne,flying,gotham,halloween,mammal,vampire,wings)'), array('fas fa-book-skull' => 'book-skull(Dungeons & Dragons,crossbones,d&d,dark arts,death,dnd,documentation,evil,fantasy,halloween,holiday,library,necronomicon,read,research,skull,spell)'), array('far fa-book-skull' => 'book-skull(Dungeons & Dragons,crossbones,d&d,dark arts,death,dnd,documentation,evil,fantasy,halloween,holiday,library,necronomicon,read,research,skull,spell)'), array('fal fa-book-skull' => 'book-skull(Dungeons & Dragons,crossbones,d&d,dark arts,death,dnd,documentation,evil,fantasy,halloween,holiday,library,necronomicon,read,research,skull,spell)'), array('fas fa-book-sparkles' => 'book-sparkles(Dungeons & Dragons,d&d,dark arts,dnd,documentation,evil,fantasy,halloween,holiday,library,mage,magic,read,research,sorcery,voodoo,witch,wizard)'), array('far fa-book-sparkles' => 'book-sparkles(Dungeons & Dragons,d&d,dark arts,dnd,documentation,evil,fantasy,halloween,holiday,library,mage,magic,read,research,sorcery,voodoo,witch,wizard)'), array('fal fa-book-sparkles' => 'book-sparkles(Dungeons & Dragons,d&d,dark arts,dnd,documentation,evil,fantasy,halloween,holiday,library,mage,magic,read,research,sorcery,voodoo,witch,wizard)'), array('fas fa-broom' => 'broom(broom,clean,cleaning,firebolt,fly,halloween,nimbus 2000,quidditch,sweep,sweeping,witch)'), array('far fa-broom' => 'broom(broom,clean,cleaning,firebolt,fly,halloween,nimbus 2000,quidditch,sweep,sweeping,witch)'), array('fal fa-broom' => 'broom(broom,clean,cleaning,firebolt,fly,halloween,nimbus 2000,quidditch,sweep,sweeping,witch)'), array('fas fa-candle-holder' => 'candle-holder(candle,fire,flame,halloween,holiday,hot,light,lit,wick)'), array('far fa-candle-holder' => 'candle-holder(candle,fire,flame,halloween,holiday,hot,light,lit,wick)'), array('fal fa-candle-holder' => 'candle-holder(candle,fire,flame,halloween,holiday,hot,light,lit,wick)'), array('fas fa-candy' => 'candy(candy,sugar,sweet,wrapper)'), array('far fa-candy' => 'candy(candy,sugar,sweet,wrapper)'), array('fal fa-candy' => 'candy(candy,sugar,sweet,wrapper)'), array('fas fa-candy-corn' => 'candy-corn(halloween,holiday,sugar,triangles)'), array('far fa-candy-corn' => 'candy-corn(halloween,holiday,sugar,triangles)'), array('fal fa-candy-corn' => 'candy-corn(halloween,holiday,sugar,triangles)'), array('fas fa-cat' => 'cat(cat,feline,halloween,holiday,kitten,kitty,meow,pet)'), array('far fa-cat' => 'cat(cat,feline,halloween,holiday,kitten,kitty,meow,pet)'), array('fal fa-cat' => 'cat(cat,feline,halloween,holiday,kitten,kitty,meow,pet)'), array('fas fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('far fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('fal fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('fas fa-claw-marks' => 'claw-marks(attack,damage,halloween,rip,scratch,snikt,tear,torn,wolverine)'), array('far fa-claw-marks' => 'claw-marks(attack,damage,halloween,rip,scratch,snikt,tear,torn,wolverine)'), array('fal fa-claw-marks' => 'claw-marks(attack,damage,halloween,rip,scratch,snikt,tear,torn,wolverine)'), array('fas fa-cloud-moon' => 'cloud-moon(crescent,evening,lunar,night,partly cloudy,sky)'), array('far fa-cloud-moon' => 'cloud-moon(crescent,evening,lunar,night,partly cloudy,sky)'), array('fal fa-cloud-moon' => 'cloud-moon(crescent,evening,lunar,night,partly cloudy,sky)'), array('fas fa-coffin' => 'coffin(box,burial,casket,cemetery,coffin,death,eulogy,funeral,halloween,vampire)'), array('far fa-coffin' => 'coffin(box,burial,casket,cemetery,coffin,death,eulogy,funeral,halloween,vampire)'), array('fal fa-coffin' => 'coffin(box,burial,casket,cemetery,coffin,death,eulogy,funeral,halloween,vampire)'), array('fas fa-coffin-cross' => 'coffin-cross(box,burial,casket,catholicism,cemetery,christianity,death,eulogy,funeral,halloween,vampire)'), array('far fa-coffin-cross' => 'coffin-cross(box,burial,casket,catholicism,cemetery,christianity,death,eulogy,funeral,halloween,vampire)'), array('fal fa-coffin-cross' => 'coffin-cross(box,burial,casket,catholicism,cemetery,christianity,death,eulogy,funeral,halloween,vampire)'), array('fas fa-crow' => 'crow(bird,bullfrog,fauna,halloween,holiday,toad)'), array('far fa-crow' => 'crow(bird,bullfrog,fauna,halloween,holiday,toad)'), array('fal fa-crow' => 'crow(bird,bullfrog,fauna,halloween,holiday,toad)'), array('fas fa-flask-round-poison' => 'flask-round-poison( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,beverage,container,drink,halloween,health,holiday,potion,power)'), array('far fa-flask-round-poison' => 'flask-round-poison( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,beverage,container,drink,halloween,health,holiday,potion,power)'), array('fal fa-flask-round-poison' => 'flask-round-poison( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,beverage,container,drink,halloween,health,holiday,potion,power)'), array('fas fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('far fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('fal fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('fas fa-ghost' => 'ghost(apparition,blinky,clyde,creature,face,fairy tale,fantasy,floating,ghost,halloween,holiday,inky,monster,pacman,pinky,spirit)'), array('far fa-ghost' => 'ghost(apparition,blinky,clyde,creature,face,fairy tale,fantasy,floating,ghost,halloween,holiday,inky,monster,pacman,pinky,spirit)'), array('fal fa-ghost' => 'ghost(apparition,blinky,clyde,creature,face,fairy tale,fantasy,floating,ghost,halloween,holiday,inky,monster,pacman,pinky,spirit)'), array('fas fa-hat-witch' => 'hat-witch(accessory,clothing,halloween,head,holiday,mage,magic,sorceror)'), array('far fa-hat-witch' => 'hat-witch(accessory,clothing,halloween,head,holiday,mage,magic,sorceror)'), array('fal fa-hat-witch' => 'hat-witch(accessory,clothing,halloween,head,holiday,mage,magic,sorceror)'), array('fas fa-hat-wizard' => 'hat-wizard(Dungeons & Dragons,accessory,buckle,clothing,d&d,dnd,fantasy,halloween,head,holiday,mage,magic,pointy,witch)'), array('far fa-hat-wizard' => 'hat-wizard(Dungeons & Dragons,accessory,buckle,clothing,d&d,dnd,fantasy,halloween,head,holiday,mage,magic,pointy,witch)'), array('fal fa-hat-wizard' => 'hat-wizard(Dungeons & Dragons,accessory,buckle,clothing,d&d,dnd,fantasy,halloween,head,holiday,mage,magic,pointy,witch)'), array('fas fa-hockey-mask' => 'hockey-mask(clothing,friday,halloween,ice,jason,nhl,protection,sport,thirteenth)'), array('far fa-hockey-mask' => 'hockey-mask(clothing,friday,halloween,ice,jason,nhl,protection,sport,thirteenth)'), array('fal fa-hockey-mask' => 'hockey-mask(clothing,friday,halloween,ice,jason,nhl,protection,sport,thirteenth)'), array('fas fa-jack-o-lantern' => 'jack-o-lantern(carve,celebration,face,halloween,jack,jack-o-lantern,lantern,pumpkin,smile)'), array('far fa-jack-o-lantern' => 'jack-o-lantern(carve,celebration,face,halloween,jack,jack-o-lantern,lantern,pumpkin,smile)'), array('fal fa-jack-o-lantern' => 'jack-o-lantern(carve,celebration,face,halloween,jack,jack-o-lantern,lantern,pumpkin,smile)'), array('fas fa-key-skeleton' => 'key-skeleton(clue,halloween,key,lock,old,old key,password,private,secret,unlock)'), array('far fa-key-skeleton' => 'key-skeleton(clue,halloween,key,lock,old,old key,password,private,secret,unlock)'), array('fal fa-key-skeleton' => 'key-skeleton(clue,halloween,key,lock,old,old key,password,private,secret,unlock)'), array('fas fa-knife-kitchen' => 'knife-kitchen(chef,cooking,cut,equipment,halloween,hocho,kitchen knife,knife,sharp,slice,tool,weapon)'), array('far fa-knife-kitchen' => 'knife-kitchen(chef,cooking,cut,equipment,halloween,hocho,kitchen knife,knife,sharp,slice,tool,weapon)'), array('fal fa-knife-kitchen' => 'knife-kitchen(chef,cooking,cut,equipment,halloween,hocho,kitchen knife,knife,sharp,slice,tool,weapon)'), array('fas fa-lollipop' => 'lollipop(candy,lollypop,sucker,sugar,sweet,swirl)'), array('far fa-lollipop' => 'lollipop(candy,lollypop,sucker,sugar,sweet,swirl)'), array('fal fa-lollipop' => 'lollipop(candy,lollypop,sucker,sugar,sweet,swirl)'), array('fas fa-mask' => 'mask(carnivale,costume,disguise,halloween,secret,super hero)'), array('far fa-mask' => 'mask(carnivale,costume,disguise,halloween,secret,super hero)'), array('fal fa-mask' => 'mask(carnivale,costume,disguise,halloween,secret,super hero)'), array('fas fa-mustache' => 'mustache(beard,face,hair,lumberjack,shave,walrus,whiskers)'), array('far fa-mustache' => 'mustache(beard,face,hair,lumberjack,shave,walrus,whiskers)'), array('fal fa-mustache' => 'mustache(beard,face,hair,lumberjack,shave,walrus,whiskers)'), array('fas fa-scarecrow' => 'scarecrow(bird,crow,farm,field,halloween,strawman)'), array('far fa-scarecrow' => 'scarecrow(bird,crow,farm,field,halloween,strawman)'), array('fal fa-scarecrow' => 'scarecrow(bird,crow,farm,field,halloween,strawman)'), array('fas fa-scythe' => 'scythe(Dungeons & Dragons,blade,d&d,death,dnd,fantasy,grim reaper,weapon)'), array('far fa-scythe' => 'scythe(Dungeons & Dragons,blade,d&d,death,dnd,fantasy,grim reaper,weapon)'), array('fal fa-scythe' => 'scythe(Dungeons & Dragons,blade,d&d,death,dnd,fantasy,grim reaper,weapon)'), array('fas fa-skull' => 'skull(bones,death,face,fairy tale,monster,skeleton,skull,uer,x-ray,yorick)'), array('far fa-skull' => 'skull(bones,death,face,fairy tale,monster,skeleton,skull,uer,x-ray,yorick)'), array('fal fa-skull' => 'skull(bones,death,face,fairy tale,monster,skeleton,skull,uer,x-ray,yorick)'), array('fas fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('far fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fal fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fas fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('far fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('fal fa-sparkles' => 'sparkles(*,glitter,magic,new,sparkle,sparkles,special,star,twinkle)'), array('fas fa-spider' => 'spider(arachnid,bug,charlotte,crawl,eight,halloween,insect,spider)'), array('far fa-spider' => 'spider(arachnid,bug,charlotte,crawl,eight,halloween,insect,spider)'), array('fal fa-spider' => 'spider(arachnid,bug,charlotte,crawl,eight,halloween,insect,spider)'), array('fas fa-spider-black-widow' => 'spider-black-widow(alert,arachnid,bug,charlotte,crawl,danger,dangerous,deadly,eight,error,halloween)'), array('far fa-spider-black-widow' => 'spider-black-widow(alert,arachnid,bug,charlotte,crawl,danger,dangerous,deadly,eight,error,halloween)'), array('fal fa-spider-black-widow' => 'spider-black-widow(alert,arachnid,bug,charlotte,crawl,danger,dangerous,deadly,eight,error,halloween)'), array('fas fa-spider-web' => 'spider-web(cobweb,gossamer,halloween,spider,spider web,web)'), array('far fa-spider-web' => 'spider-web(cobweb,gossamer,halloween,spider,spider web,web)'), array('fal fa-spider-web' => 'spider-web(cobweb,gossamer,halloween,spider,spider web,web)'), array('fas fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('far fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('fal fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('fas fa-toilet-paper-blank' => 'toilet-paper-blank(bathroom,halloween,lavatory,prank,privy,restroom,roll,toilet,wipe)'), array('far fa-toilet-paper-blank' => 'toilet-paper-blank(bathroom,halloween,lavatory,prank,privy,restroom,roll,toilet,wipe)'), array('fal fa-toilet-paper-blank' => 'toilet-paper-blank(bathroom,halloween,lavatory,prank,privy,restroom,roll,toilet,wipe)'), array('fas fa-tombstone' => 'tombstone(cemetery,cross,dead,death,delete,grave,halloween,holiday,remove)'), array('far fa-tombstone' => 'tombstone(cemetery,cross,dead,death,delete,grave,halloween,holiday,remove)'), array('fal fa-tombstone' => 'tombstone(cemetery,cross,dead,death,delete,grave,halloween,holiday,remove)'), array('fas fa-tombstone-blank' => 'tombstone-blank(cemetery,cross,dead,death,delete,grave,graveyard,halloween,headstone,holiday,remove,tombstone)'), array('far fa-tombstone-blank' => 'tombstone-blank(cemetery,cross,dead,death,delete,grave,graveyard,halloween,headstone,holiday,remove,tombstone)'), array('fal fa-tombstone-blank' => 'tombstone-blank(cemetery,cross,dead,death,delete,grave,graveyard,halloween,headstone,holiday,remove,tombstone)'), array('fas fa-wand' => 'wand(Dungeons & Dragons,d&d,dnd,fantasy,halloween,holiday,magic,weapon)'), array('far fa-wand' => 'wand(Dungeons & Dragons,d&d,dnd,fantasy,halloween,holiday,magic,weapon)'), array('fal fa-wand' => 'wand(Dungeons & Dragons,d&d,dnd,fantasy,halloween,holiday,magic,weapon)'), array('fas fa-wand-sparkles' => 'wand-sparkles(autocomplete,automatic,fantasy,halloween,holiday,magic,weapon,witch,wizard)'), array('far fa-wand-sparkles' => 'wand-sparkles(autocomplete,automatic,fantasy,halloween,holiday,magic,weapon,witch,wizard)'), array('fal fa-wand-sparkles' => 'wand-sparkles(autocomplete,automatic,fantasy,halloween,holiday,magic,weapon,witch,wizard)'), ), 'Shapes' => array( array('fas fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('far fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('fal fa-badge' => 'badge(discount,guarantee,meatball,verified,verify)'), array('fas fa-ball-pile' => 'ball-pile(balance,cannon,group,pyramid,snowball)'), array('far fa-ball-pile' => 'ball-pile(balance,cannon,group,pyramid,snowball)'), array('fal fa-ball-pile' => 'ball-pile(balance,cannon,group,pyramid,snowball)'), array('fas fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('far fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('fal fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('fas fa-burst' => 'burst(boom,crash,explosion)'), array('far fa-burst' => 'burst(boom,crash,explosion)'), array('fal fa-burst' => 'burst(boom,crash,explosion)'), array('fas fa-calendar' => 'calendar(calendar,calendar-o,date,day,event,month,schedule,tear-off calendar,time,when,year)'), array('far fa-calendar' => 'calendar(calendar,calendar-o,date,day,event,month,schedule,tear-off calendar,time,when,year)'), array('fal fa-calendar' => 'calendar(calendar,calendar-o,date,day,event,month,schedule,tear-off calendar,time,when,year)'), array('fas fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('far fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('fal fa-certificate' => 'certificate(badge,guarantee,star,verified)'), array('fas fa-circle' => 'circle(Black Circle,Black Large Circle,black circle,blue,blue circle,brown,brown circle,chart,circle,circle-thin,diameter,dot,ellipse,fill,geometric,green,green circle,notification,orange,orange circle,progress,purple,purple circle,red,red circle,round,white circle,yellow,yellow circle)'), array('far fa-circle' => 'circle(Black Circle,Black Large Circle,black circle,blue,blue circle,brown,brown circle,chart,circle,circle-thin,diameter,dot,ellipse,fill,geometric,green,green circle,notification,orange,orange circle,progress,purple,purple circle,red,red circle,round,white circle,yellow,yellow circle)'), array('fal fa-circle' => 'circle(Black Circle,Black Large Circle,black circle,blue,blue circle,brown,brown circle,chart,circle,circle-thin,diameter,dot,ellipse,fill,geometric,green,green circle,notification,orange,orange circle,progress,purple,purple circle,red,red circle,round,white circle,yellow,yellow circle)'), array('fas fa-circle-bolt' => 'circle-bolt(energy,flash,lightning)'), array('far fa-circle-bolt' => 'circle-bolt(energy,flash,lightning)'), array('fal fa-circle-bolt' => 'circle-bolt(energy,flash,lightning)'), array('fas fa-circle-dashed' => 'circle-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('far fa-circle-dashed' => 'circle-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fal fa-circle-dashed' => 'circle-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fas fa-circle-half' => 'circle-half(Left Half Black Circle,chart,fill,pie chart,progress,revenue)'), array('far fa-circle-half' => 'circle-half(Left Half Black Circle,chart,fill,pie chart,progress,revenue)'), array('fal fa-circle-half' => 'circle-half(Left Half Black Circle,chart,fill,pie chart,progress,revenue)'), array('fas fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('far fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('fal fa-circle-half-stroke' => 'circle-half-stroke(Circle with Left Half Black,adjust,chart,contrast,dark,fill,light,pie,progress,saturation)'), array('fas fa-circle-heart' => 'circle-heart(favorite,like,love,wishlist)'), array('far fa-circle-heart' => 'circle-heart(favorite,like,love,wishlist)'), array('fal fa-circle-heart' => 'circle-heart(favorite,like,love,wishlist)'), array('fas fa-circle-quarter' => 'circle-quarter(chart,fill,pie,pie chart,progress,revenue)'), array('far fa-circle-quarter' => 'circle-quarter(chart,fill,pie,pie chart,progress,revenue)'), array('fal fa-circle-quarter' => 'circle-quarter(chart,fill,pie,pie chart,progress,revenue)'), array('fas fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('far fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('fal fa-circle-quarter-stroke' => 'circle-quarter-stroke(adjust,chart,fill,pie,progress)'), array('fas fa-circle-quarters' => 'circle-quarters(emergency,light,spiderman)'), array('far fa-circle-quarters' => 'circle-quarters(emergency,light,spiderman)'), array('fal fa-circle-quarters' => 'circle-quarters(emergency,light,spiderman)'), array('fas fa-circle-small' => 'circle-small(dot,period)'), array('far fa-circle-small' => 'circle-small(dot,period)'), array('fal fa-circle-small' => 'circle-small(dot,period)'), array('fas fa-circle-star' => 'circle-star(Circled White Star,favorite,quality,vip)'), array('far fa-circle-star' => 'circle-star(Circled White Star,favorite,quality,vip)'), array('fal fa-circle-star' => 'circle-star(Circled White Star,favorite,quality,vip)'), array('fas fa-circle-three-quarters' => 'circle-three-quarters(chart,fill,pacman,pie chart,progress,revenue)'), array('far fa-circle-three-quarters' => 'circle-three-quarters(chart,fill,pacman,pie chart,progress,revenue)'), array('fal fa-circle-three-quarters' => 'circle-three-quarters(chart,fill,pacman,pie chart,progress,revenue)'), array('fas fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('far fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('fal fa-circle-three-quarters-stroke' => 'circle-three-quarters-stroke(adjust,chart,fill,pie,progress)'), array('fas fa-circles-overlap' => 'circles-overlap( combine, intersection, logic, overlap, partnership, venn,chart)'), array('far fa-circles-overlap' => 'circles-overlap( combine, intersection, logic, overlap, partnership, venn,chart)'), array('fal fa-circles-overlap' => 'circles-overlap( combine, intersection, logic, overlap, partnership, venn,chart)'), array('fas fa-cloud' => 'cloud(atmosphere,cloud,fog,overcast,save,upload,weather)'), array('far fa-cloud' => 'cloud(atmosphere,cloud,fog,overcast,save,upload,weather)'), array('fal fa-cloud' => 'cloud(atmosphere,cloud,fog,overcast,save,upload,weather)'), array('fas fa-clover' => 'clover(4,charm,clover,four,four leaf clover,four-leaf clover,leaf,leprechaun,luck,lucky)'), array('far fa-clover' => 'clover(4,charm,clover,four,four leaf clover,four-leaf clover,leaf,leprechaun,luck,lucky)'), array('fal fa-clover' => 'clover(4,charm,clover,four,four leaf clover,four-leaf clover,leaf,leprechaun,luck,lucky)'), array('fas fa-club' => 'club(ace,card,club suit,game,poker,suit)'), array('far fa-club' => 'club(ace,card,club suit,game,poker,suit)'), array('fal fa-club' => 'club(ace,card,club suit,game,poker,suit)'), array('fas fa-comment' => 'comment( conversation, discussion, talking,Right Speech Bubble,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('far fa-comment' => 'comment( conversation, discussion, talking,Right Speech Bubble,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fal fa-comment' => 'comment( conversation, discussion, talking,Right Speech Bubble,answer,bubble,chat,commenting,conversation,feedback,message,note,notification,sms,speech,talk,texting)'), array('fas fa-crown' => 'crown(award,clothing,crown,favorite,king,queen,royal,tiara,vip)'), array('far fa-crown' => 'crown(award,clothing,crown,favorite,king,queen,royal,tiara,vip)'), array('fal fa-crown' => 'crown(award,clothing,crown,favorite,king,queen,royal,tiara,vip)'), array('fas fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('far fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('fal fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('fas fa-diamond' => 'diamond(ace,card,cards,diamond suit,game,gem,gemstone,poker,suit)'), array('far fa-diamond' => 'diamond(ace,card,cards,diamond suit,game,gem,gemstone,poker,suit)'), array('fal fa-diamond' => 'diamond(ace,card,cards,diamond suit,game,gem,gemstone,poker,suit)'), array('fas fa-diamond-half' => 'diamond-half(diamond,gem,half,rating)'), array('far fa-diamond-half' => 'diamond-half(diamond,gem,half,rating)'), array('fal fa-diamond-half' => 'diamond-half(diamond,gem,half,rating)'), array('fas fa-diamond-half-stroke' => 'diamond-half-stroke(contrast,diamond,gem,half,rating)'), array('far fa-diamond-half-stroke' => 'diamond-half-stroke(contrast,diamond,gem,half,rating)'), array('fal fa-diamond-half-stroke' => 'diamond-half-stroke(contrast,diamond,gem,half,rating)'), array('fas fa-diamonds-4' => 'diamonds-4( Figma, diamond, grid, instance,component,design,linked,main,sketch,symbol,tool)'), array('far fa-diamonds-4' => 'diamonds-4( Figma, diamond, grid, instance,component,design,linked,main,sketch,symbol,tool)'), array('fal fa-diamonds-4' => 'diamonds-4( Figma, diamond, grid, instance,component,design,linked,main,sketch,symbol,tool)'), array('fas fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('far fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fal fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fas fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('far fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('fal fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('fas fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('far fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fal fa-heart' => 'heart(ace,black,black heart,blue,blue heart,brown,brown heart,card,evil,favorite,game,green,green heart,heart,heart suit,like,love,orange,orange heart,purple,purple heart,red heart,relationship,valentine,white,white heart,wicked,wishlist,yellow,yellow heart)'), array('fas fa-heart-crack' => 'heart-crack(break,breakup,broken,broken heart,crushed,dislike,dumped,grief,love,lovesick,relationship,sad)'), array('far fa-heart-crack' => 'heart-crack(break,breakup,broken,broken heart,crushed,dislike,dumped,grief,love,lovesick,relationship,sad)'), array('fal fa-heart-crack' => 'heart-crack(break,breakup,broken,broken heart,crushed,dislike,dumped,grief,love,lovesick,relationship,sad)'), array('fas fa-heart-half' => 'heart-half(favorite,heart,rating)'), array('far fa-heart-half' => 'heart-half(favorite,heart,rating)'), array('fal fa-heart-half' => 'heart-half(favorite,heart,rating)'), array('fas fa-heart-half-stroke' => 'heart-half-stroke(favorite,heart,rating)'), array('far fa-heart-half-stroke' => 'heart-half-stroke(favorite,heart,rating)'), array('fal fa-heart-half-stroke' => 'heart-half-stroke(favorite,heart,rating)'), array('fas fa-hexagon' => 'hexagon(Horizontal Black Hexagon,geometry,honeycomb,polygon,shape)'), array('far fa-hexagon' => 'hexagon(Horizontal Black Hexagon,geometry,honeycomb,polygon,shape)'), array('fal fa-hexagon' => 'hexagon(Horizontal Black Hexagon,geometry,honeycomb,polygon,shape)'), array('fas fa-lines-leaning' => 'lines-leaning(canted,domino,falling,resilience,resilient,tipped)'), array('far fa-lines-leaning' => 'lines-leaning(canted,domino,falling,resilience,resilient,tipped)'), array('fal fa-lines-leaning' => 'lines-leaning(canted,domino,falling,resilience,resilient,tipped)'), array('fas fa-location-pin' => 'location-pin(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('far fa-location-pin' => 'location-pin(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fal fa-location-pin' => 'location-pin(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fas fa-octagon' => 'octagon(octagonal,shape,sign,stop,stop sign)'), array('far fa-octagon' => 'octagon(octagonal,shape,sign,stop,stop sign)'), array('fal fa-octagon' => 'octagon(octagonal,shape,sign,stop,stop sign)'), array('fas fa-play' => 'play(arrow,audio,music,play,play button,playing,right,sound,start,triangle,video)'), array('far fa-play' => 'play(arrow,audio,music,play,play button,playing,right,sound,start,triangle,video)'), array('fal fa-play' => 'play(arrow,audio,music,play,play button,playing,right,sound,start,triangle,video)'), array('fas fa-rectangle' => 'rectangle(Black Rectangle,geometry,shape)'), array('far fa-rectangle' => 'rectangle(Black Rectangle,geometry,shape)'), array('fal fa-rectangle' => 'rectangle(Black Rectangle,geometry,shape)'), array('fas fa-rectangle-vertical' => 'rectangle-vertical(geometry,shape)'), array('far fa-rectangle-vertical' => 'rectangle-vertical(geometry,shape)'), array('fal fa-rectangle-vertical' => 'rectangle-vertical(geometry,shape)'), array('fas fa-rectangle-wide' => 'rectangle-wide(geometry,landscape,shape)'), array('far fa-rectangle-wide' => 'rectangle-wide(geometry,landscape,shape)'), array('fal fa-rectangle-wide' => 'rectangle-wide(geometry,landscape,shape)'), array('fas fa-rhombus' => 'rhombus(diamond,parallelogram)'), array('far fa-rhombus' => 'rhombus(diamond,parallelogram)'), array('fal fa-rhombus' => 'rhombus(diamond,parallelogram)'), array('fas fa-seal' => 'seal(badge,certificate,confirm,guarantee)'), array('far fa-seal' => 'seal(badge,certificate,confirm,guarantee)'), array('fal fa-seal' => 'seal(badge,certificate,confirm,guarantee)'), array('fas fa-shapes' => 'shapes(blocks,build,circle,square,triangle)'), array('far fa-shapes' => 'shapes(blocks,build,circle,square,triangle)'), array('fal fa-shapes' => 'shapes(blocks,build,circle,square,triangle)'), array('fas fa-shield' => 'shield(achievement,armor,award,block,cleric,defend,defense,holy,paladin,protect,safety,security,shield,weapon,winner)'), array('far fa-shield' => 'shield(achievement,armor,award,block,cleric,defend,defense,holy,paladin,protect,safety,security,shield,weapon,winner)'), array('fal fa-shield' => 'shield(achievement,armor,award,block,cleric,defend,defense,holy,paladin,protect,safety,security,shield,weapon,winner)'), array('fas fa-spade' => 'spade(ace,card,game,poker,spade suit,suit)'), array('far fa-spade' => 'spade(ace,card,game,poker,spade suit,suit)'), array('fal fa-spade' => 'spade(ace,card,game,poker,spade suit,suit)'), array('fas fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('far fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('fal fa-sparkle' => 'sparkle(glitter,magic,new,shine,sparkle,special,star,twinkle)'), array('fas fa-square' => 'square(Black Square,black medium square,block,box,geometric,shape,square,white medium square)'), array('far fa-square' => 'square(Black Square,black medium square,block,box,geometric,shape,square,white medium square)'), array('fal fa-square' => 'square(Black Square,black medium square,block,box,geometric,shape,square,white medium square)'), array('fas fa-square-bolt' => 'square-bolt(energy,flash,lightning)'), array('far fa-square-bolt' => 'square-bolt(energy,flash,lightning)'), array('fal fa-square-bolt' => 'square-bolt(energy,flash,lightning)'), array('fas fa-square-dashed' => 'square-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('far fa-square-dashed' => 'square-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fal fa-square-dashed' => 'square-dashed(add,copy,dashed,dotted,marquee,select,selection)'), array('fas fa-square-dashed-circle-plus' => 'square-dashed-circle-plus(add,copy,dotted,modifier,new,select,selection)'), array('far fa-square-dashed-circle-plus' => 'square-dashed-circle-plus(add,copy,dotted,modifier,new,select,selection)'), array('fal fa-square-dashed-circle-plus' => 'square-dashed-circle-plus(add,copy,dotted,modifier,new,select,selection)'), array('fas fa-square-quarters' => 'square-quarters(damper,fire,vent)'), array('far fa-square-quarters' => 'square-quarters(damper,fire,vent)'), array('fal fa-square-quarters' => 'square-quarters(damper,fire,vent)'), array('fas fa-square-ring' => 'square-ring(pipe,service)'), array('far fa-square-ring' => 'square-ring(pipe,service)'), array('fal fa-square-ring' => 'square-ring(pipe,service)'), array('fas fa-square-small' => 'square-small(black small square,block,geometric,square,stop,white small square)'), array('far fa-square-small' => 'square-small(black small square,block,geometric,square,stop,white small square)'), array('fal fa-square-small' => 'square-small(black small square,block,geometric,square,stop,white small square)'), array('fas fa-square-star' => 'square-star(favorite,quality)'), array('far fa-square-star' => 'square-star(favorite,quality)'), array('fal fa-square-star' => 'square-star(favorite,quality)'), array('fas fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('far fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('fal fa-star' => 'star(achievement,award,favorite,important,night,quality,rating,score,star,vip)'), array('fas fa-star-sharp' => 'star-sharp(Black Small Star,critic,quality,ratings,review,sky,vip)'), array('far fa-star-sharp' => 'star-sharp(Black Small Star,critic,quality,ratings,review,sky,vip)'), array('fal fa-star-sharp' => 'star-sharp(Black Small Star,critic,quality,ratings,review,sky,vip)'), array('fas fa-star-sharp-half' => 'star-sharp-half(critic,ratings,review,sky)'), array('far fa-star-sharp-half' => 'star-sharp-half(critic,ratings,review,sky)'), array('fal fa-star-sharp-half' => 'star-sharp-half(critic,ratings,review,sky)'), array('fas fa-star-sharp-half-stroke' => 'star-sharp-half-stroke(critic,ratings,review,sky)'), array('far fa-star-sharp-half-stroke' => 'star-sharp-half-stroke(critic,ratings,review,sky)'), array('fal fa-star-sharp-half-stroke' => 'star-sharp-half-stroke(critic,ratings,review,sky)'), array('fas fa-ticket-simple' => 'ticket-simple(admission,coupon,movie,pass,support,ticket,voucher)'), array('far fa-ticket-simple' => 'ticket-simple(admission,coupon,movie,pass,support,ticket,voucher)'), array('fal fa-ticket-simple' => 'ticket-simple(admission,coupon,movie,pass,support,ticket,voucher)'), array('fas fa-triangle' => 'triangle(Black Up-Pointing Triangle,pyramid,shape)'), array('far fa-triangle' => 'triangle(Black Up-Pointing Triangle,pyramid,shape)'), array('fal fa-triangle' => 'triangle(Black Up-Pointing Triangle,pyramid,shape)'), ), 'Travel + Hotel' => array( array('fas fa-air-conditioner' => 'air-conditioner(ac,cool,heat,heat pump,hvac,mini-split,temperature,unit)'), array('far fa-air-conditioner' => 'air-conditioner(ac,cool,heat,heat pump,hvac,mini-split,temperature,unit)'), array('fal fa-air-conditioner' => 'air-conditioner(ac,cool,heat,heat pump,hvac,mini-split,temperature,unit)'), array('fas fa-alarm-clock' => 'alarm-clock(alarm,alarm clock,clock,date,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('far fa-alarm-clock' => 'alarm-clock(alarm,alarm clock,clock,date,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('fal fa-alarm-clock' => 'alarm-clock(alarm,alarm clock,clock,date,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('fas fa-alarm-snooze' => 'alarm-snooze(alert,date,late,reminder,sleep,snooze,timer,timestamp,watch)'), array('far fa-alarm-snooze' => 'alarm-snooze(alert,date,late,reminder,sleep,snooze,timer,timestamp,watch)'), array('fal fa-alarm-snooze' => 'alarm-snooze(alert,date,late,reminder,sleep,snooze,timer,timestamp,watch)'), array('fas fa-archway' => 'archway(arc,monument,road,street,tunnel)'), array('far fa-archway' => 'archway(arc,monument,road,street,tunnel)'), array('fal fa-archway' => 'archway(arc,monument,road,street,tunnel)'), array('fas fa-baby-carriage' => 'baby-carriage(buggy,carrier,infant,push,stroller,transportation,walk,wheels)'), array('far fa-baby-carriage' => 'baby-carriage(buggy,carrier,infant,push,stroller,transportation,walk,wheels)'), array('fal fa-baby-carriage' => 'baby-carriage(buggy,carrier,infant,push,stroller,transportation,walk,wheels)'), array('fas fa-ban-smoking' => 'ban-smoking(ban,cancel,deny,disabled,forbidden,no,no smoking,non-smoking,not,prohibited,smoking)'), array('far fa-ban-smoking' => 'ban-smoking(ban,cancel,deny,disabled,forbidden,no,no smoking,non-smoking,not,prohibited,smoking)'), array('fal fa-ban-smoking' => 'ban-smoking(ban,cancel,deny,disabled,forbidden,no,no smoking,non-smoking,not,prohibited,smoking)'), array('fas fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('far fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('fal fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('fas fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('far fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('fal fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('fas fa-bed-bunk' => 'bed-bunk(lodging,mattress,rest,siblings,sleep,sleepover,travel)'), array('far fa-bed-bunk' => 'bed-bunk(lodging,mattress,rest,siblings,sleep,sleepover,travel)'), array('fal fa-bed-bunk' => 'bed-bunk(lodging,mattress,rest,siblings,sleep,sleepover,travel)'), array('fas fa-bed-empty' => 'bed-empty(bed,hotel,lodging,mattress,rest,sleep,travel)'), array('far fa-bed-empty' => 'bed-empty(bed,hotel,lodging,mattress,rest,sleep,travel)'), array('fal fa-bed-empty' => 'bed-empty(bed,hotel,lodging,mattress,rest,sleep,travel)'), array('fas fa-bell-concierge' => 'bell-concierge(attention,bell,bellhop,bellhop bell,hotel,receptionist,request,service,support)'), array('far fa-bell-concierge' => 'bell-concierge(attention,bell,bellhop,bellhop bell,hotel,receptionist,request,service,support)'), array('fal fa-bell-concierge' => 'bell-concierge(attention,bell,bellhop,bellhop bell,hotel,receptionist,request,service,support)'), array('fas fa-book-atlas' => 'book-atlas(book,directions,geography,globe,knowledge,library,map,research,travel,wayfinding)'), array('far fa-book-atlas' => 'book-atlas(book,directions,geography,globe,knowledge,library,map,research,travel,wayfinding)'), array('fal fa-book-atlas' => 'book-atlas(book,directions,geography,globe,knowledge,library,map,research,travel,wayfinding)'), array('fas fa-briefcase' => 'briefcase(bag,briefcas,briefcase,business,luggage,offer,office,portfolio,work)'), array('far fa-briefcase' => 'briefcase(bag,briefcas,briefcase,business,luggage,offer,office,portfolio,work)'), array('fal fa-briefcase' => 'briefcase(bag,briefcas,briefcase,business,luggage,offer,office,portfolio,work)'), array('fas fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('far fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('fal fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('fas fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('far fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('fal fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('fas fa-cable-car' => 'cable-car(aerial tramway,cable,gondola,lift,mountain,mountain cableway,tram,tramway,trolley)'), array('far fa-cable-car' => 'cable-car(aerial tramway,cable,gondola,lift,mountain,mountain cableway,tram,tramway,trolley)'), array('fal fa-cable-car' => 'cable-car(aerial tramway,cable,gondola,lift,mountain,mountain cableway,tram,tramway,trolley)'), array('fas fa-cactus' => 'cactus(cactus,cowboy,desert,flora,old west,plant,succulent,western)'), array('far fa-cactus' => 'cactus(cactus,cowboy,desert,flora,old west,plant,succulent,western)'), array('fal fa-cactus' => 'cactus(cactus,cowboy,desert,flora,old west,plant,succulent,western)'), array('fas fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('far fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fal fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fas fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('far fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('fal fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('fas fa-car-bus' => 'car-bus(directions,ground transportation,map,transportation,travel)'), array('far fa-car-bus' => 'car-bus(directions,ground transportation,map,transportation,travel)'), array('fal fa-car-bus' => 'car-bus(directions,ground transportation,map,transportation,travel)'), array('fas fa-car-garage' => 'car-garage(auto,automobile,mechanic,sedan,transportation,vehicle)'), array('far fa-car-garage' => 'car-garage(auto,automobile,mechanic,sedan,transportation,vehicle)'), array('fal fa-car-garage' => 'car-garage(auto,automobile,mechanic,sedan,transportation,vehicle)'), array('fas fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('far fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('fal fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('fas fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('far fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('fal fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('fas fa-cars' => 'cars(automobiles,autos,transportation,travel)'), array('far fa-cars' => 'cars(automobiles,autos,transportation,travel)'), array('fal fa-cars' => 'cars(automobiles,autos,transportation,travel)'), array('fas fa-cart-flatbed-suitcase' => 'cart-flatbed-suitcase(airport,bag,baggage,suitcase,travel)'), array('far fa-cart-flatbed-suitcase' => 'cart-flatbed-suitcase(airport,bag,baggage,suitcase,travel)'), array('fal fa-cart-flatbed-suitcase' => 'cart-flatbed-suitcase(airport,bag,baggage,suitcase,travel)'), array('fas fa-circle-gf' => 'circle-gf( gluten free, restaurant,celiac,gluten)'), array('far fa-circle-gf' => 'circle-gf( gluten free, restaurant,celiac,gluten)'), array('fal fa-circle-gf' => 'circle-gf( gluten free, restaurant,celiac,gluten)'), array('fas fa-dice' => 'dice(chance,dice,die,gambling,game,game die,roll)'), array('far fa-dice' => 'dice(chance,dice,die,gambling,game,game die,roll)'), array('fal fa-dice' => 'dice(chance,dice,die,gambling,game,game die,roll)'), array('fas fa-dice-five' => 'dice-five(Die Face-5,chance,gambling,game,roll)'), array('far fa-dice-five' => 'dice-five(Die Face-5,chance,gambling,game,roll)'), array('fal fa-dice-five' => 'dice-five(Die Face-5,chance,gambling,game,roll)'), array('fas fa-door-closed' => 'door-closed(doo,door,enter,exit,locked,privacy)'), array('far fa-door-closed' => 'door-closed(doo,door,enter,exit,locked,privacy)'), array('fal fa-door-closed' => 'door-closed(doo,door,enter,exit,locked,privacy)'), array('fas fa-door-open' => 'door-open(enter,exit,welcome)'), array('far fa-door-open' => 'door-open(enter,exit,welcome)'), array('fal fa-door-open' => 'door-open(enter,exit,welcome)'), array('fas fa-dryer' => 'dryer(clean,clothes,laundromat,laundry,washing machine)'), array('far fa-dryer' => 'dryer(clean,clothes,laundromat,laundry,washing machine)'), array('fal fa-dryer' => 'dryer(clean,clothes,laundromat,laundry,washing machine)'), array('fas fa-dryer-heat' => 'dryer-heat(clean,clothes,laundromat,laundry,washing machine)'), array('far fa-dryer-heat' => 'dryer-heat(clean,clothes,laundromat,laundry,washing machine)'), array('fal fa-dryer-heat' => 'dryer-heat(clean,clothes,laundromat,laundry,washing machine)'), array('fas fa-dumbbell' => 'dumbbell(exercise,gym,strength,weight,weight-lifting,workout)'), array('far fa-dumbbell' => 'dumbbell(exercise,gym,strength,weight,weight-lifting,workout)'), array('fal fa-dumbbell' => 'dumbbell(exercise,gym,strength,weight,weight-lifting,workout)'), array('fas fa-earth-africa' => 'earth-africa(africa,all,country,earth,europe,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('far fa-earth-africa' => 'earth-africa(africa,all,country,earth,europe,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('fal fa-earth-africa' => 'earth-africa(africa,all,country,earth,europe,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('fas fa-earth-americas' => 'earth-americas(all,america,country,earth,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('far fa-earth-americas' => 'earth-americas(all,america,country,earth,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('fal fa-earth-americas' => 'earth-americas(all,america,country,earth,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('fas fa-earth-asia' => 'earth-asia(all,asia,australia,country,earth,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('far fa-earth-asia' => 'earth-asia(all,asia,australia,country,earth,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('fal fa-earth-asia' => 'earth-asia(all,asia,australia,country,earth,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('fas fa-earth-europe' => 'earth-europe(all,country,earth,europe,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('far fa-earth-europe' => 'earth-europe(all,country,earth,europe,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('fal fa-earth-europe' => 'earth-europe(all,country,earth,europe,global,globe,gps,language,localize,location,map,online,place,planet,translate,travel,world)'), array('fas fa-earth-oceania' => 'earth-oceania(all,australia,country,earth,global,globe,gps,language,localize,location,map,melanesia,micronesia,new zealand,online,place,planet,polynesia,translate,travel,world)'), array('far fa-earth-oceania' => 'earth-oceania(all,australia,country,earth,global,globe,gps,language,localize,location,map,melanesia,micronesia,new zealand,online,place,planet,polynesia,translate,travel,world)'), array('fal fa-earth-oceania' => 'earth-oceania(all,australia,country,earth,global,globe,gps,language,localize,location,map,melanesia,micronesia,new zealand,online,place,planet,polynesia,translate,travel,world)'), array('fas fa-elevator' => 'elevator(accessibility,elevator,hoist,lift,uer,users-people)'), array('far fa-elevator' => 'elevator(accessibility,elevator,hoist,lift,uer,users-people)'), array('fal fa-elevator' => 'elevator(accessibility,elevator,hoist,lift,uer,users-people)'), array('fas fa-escalator' => 'escalator(elevator,rise,stairs)'), array('far fa-escalator' => 'escalator(elevator,rise,stairs)'), array('fal fa-escalator' => 'escalator(elevator,rise,stairs)'), array('fas fa-fan-table' => 'fan-table(ac,air conditioning,blade,blower,cool,hot,oscillate)'), array('far fa-fan-table' => 'fan-table(ac,air conditioning,blade,blower,cool,hot,oscillate)'), array('fal fa-fan-table' => 'fan-table(ac,air conditioning,blade,blower,cool,hot,oscillate)'), array('fas fa-fireplace' => 'fireplace(caliente,flame,hearth,heat,holiday,mantle,toasty,warmth)'), array('far fa-fireplace' => 'fireplace(caliente,flame,hearth,heat,holiday,mantle,toasty,warmth)'), array('fal fa-fireplace' => 'fireplace(caliente,flame,hearth,heat,holiday,mantle,toasty,warmth)'), array('fas fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('far fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fal fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fas fa-fork-knife' => 'fork-knife(cutlery,dining,dinner,eat,food,fork,knife,restaurant)'), array('far fa-fork-knife' => 'fork-knife(cutlery,dining,dinner,eat,food,fork,knife,restaurant)'), array('fal fa-fork-knife' => 'fork-knife(cutlery,dining,dinner,eat,food,fork,knife,restaurant)'), array('fas fa-hat-beach' => 'hat-beach( beach, flower, shade, sun,hat)'), array('far fa-hat-beach' => 'hat-beach( beach, flower, shade, sun,hat)'), array('fal fa-hat-beach' => 'hat-beach( beach, flower, shade, sun,hat)'), array('fas fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('far fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('fal fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('fas fa-horse-saddle' => 'horse-saddle(cowboy,equus,fauna,mammmal,mare,neigh,pony,rodeo,western)'), array('far fa-horse-saddle' => 'horse-saddle(cowboy,equus,fauna,mammmal,mare,neigh,pony,rodeo,western)'), array('fal fa-horse-saddle' => 'horse-saddle(cowboy,equus,fauna,mammmal,mare,neigh,pony,rodeo,western)'), array('fas fa-hot-tub-person' => 'hot-tub-person(jacuzzi,spa,uer)'), array('far fa-hot-tub-person' => 'hot-tub-person(jacuzzi,spa,uer)'), array('fal fa-hot-tub-person' => 'hot-tub-person(jacuzzi,spa,uer)'), array('fas fa-hotel' => 'hotel(building,hotel,inn,lodging,motel,resort,travel)'), array('far fa-hotel' => 'hotel(building,hotel,inn,lodging,motel,resort,travel)'), array('fal fa-hotel' => 'hotel(building,hotel,inn,lodging,motel,resort,travel)'), array('fas fa-infinity' => 'infinity(Infinity,eternity,forever,infinity,math,unbounded,universal)'), array('far fa-infinity' => 'infinity(Infinity,eternity,forever,infinity,math,unbounded,universal)'), array('fal fa-infinity' => 'infinity(Infinity,eternity,forever,infinity,math,unbounded,universal)'), array('fas fa-island-tropical' => 'island-tropical(castaway,desert,desert island,island,palm tree,sand,stranded,summer,vacation)'), array('far fa-island-tropical' => 'island-tropical(castaway,desert,desert island,island,palm tree,sand,stranded,summer,vacation)'), array('fal fa-island-tropical' => 'island-tropical(castaway,desert,desert island,island,palm tree,sand,stranded,summer,vacation)'), array('fas fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('far fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('fal fa-key' => 'key(key,lock,password,private,secret,unlock)'), array('fas fa-kitchen-set' => 'kitchen-set(chef,cook,cup,kitchen,pan,pot,skillet)'), array('far fa-kitchen-set' => 'kitchen-set(chef,cook,cup,kitchen,pan,pot,skillet)'), array('fal fa-kitchen-set' => 'kitchen-set(chef,cook,cup,kitchen,pan,pot,skillet)'), array('fas fa-lamp-desk' => 'lamp-desk(bright,furniture,light)'), array('far fa-lamp-desk' => 'lamp-desk(bright,furniture,light)'), array('fal fa-lamp-desk' => 'lamp-desk(bright,furniture,light)'), array('fas fa-map' => 'map(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel,world,world map)'), array('far fa-map' => 'map(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel,world,world map)'), array('fal fa-map' => 'map(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel,world,world map)'), array('fas fa-map-location' => 'map-location(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('far fa-map-location' => 'map-location(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fal fa-map-location' => 'map-location(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fas fa-map-location-dot' => 'map-location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('far fa-map-location-dot' => 'map-location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fal fa-map-location-dot' => 'map-location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fas fa-martini-glass' => 'martini-glass(alcohol,bar,beverage,cocktail,cocktail glass,drink,glass,liquor)'), array('far fa-martini-glass' => 'martini-glass(alcohol,bar,beverage,cocktail,cocktail glass,drink,glass,liquor)'), array('fal fa-martini-glass' => 'martini-glass(alcohol,bar,beverage,cocktail,cocktail glass,drink,glass,liquor)'), array('fas fa-martini-glass-citrus' => 'martini-glass-citrus(alcohol,beverage,drink,gin,glass,margarita,martini,vodka)'), array('far fa-martini-glass-citrus' => 'martini-glass-citrus(alcohol,beverage,drink,gin,glass,margarita,martini,vodka)'), array('fal fa-martini-glass-citrus' => 'martini-glass-citrus(alcohol,beverage,drink,gin,glass,margarita,martini,vodka)'), array('fas fa-martini-glass-empty' => 'martini-glass-empty(alcohol,bar,beverage,drink,liquor)'), array('far fa-martini-glass-empty' => 'martini-glass-empty(alcohol,bar,beverage,drink,liquor)'), array('fal fa-martini-glass-empty' => 'martini-glass-empty(alcohol,bar,beverage,drink,liquor)'), array('fas fa-microwave' => 'microwave(chef,cook,kitchen,nuke)'), array('far fa-microwave' => 'microwave(chef,cook,kitchen,nuke)'), array('fal fa-microwave' => 'microwave(chef,cook,kitchen,nuke)'), array('fas fa-monument' => 'monument(building,historic,landmark,memorable)'), array('far fa-monument' => 'monument(building,historic,landmark,memorable)'), array('fal fa-monument' => 'monument(building,historic,landmark,memorable)'), array('fas fa-moped' => 'moped(delivery,motorbike,scooter)'), array('far fa-moped' => 'moped(delivery,motorbike,scooter)'), array('fal fa-moped' => 'moped(delivery,motorbike,scooter)'), array('fas fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('far fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('fal fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('fas fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('far fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fal fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fas fa-outlet' => 'outlet(electricity,energy,plug,power)'), array('far fa-outlet' => 'outlet(electricity,energy,plug,power)'), array('fal fa-outlet' => 'outlet(electricity,energy,plug,power)'), array('fas fa-oven' => 'oven(bake,broiler,convection,cook,kitchen,stove)'), array('far fa-oven' => 'oven(bake,broiler,convection,cook,kitchen,stove)'), array('fal fa-oven' => 'oven(bake,broiler,convection,cook,kitchen,stove)'), array('fas fa-passport' => 'passport(document,id,identification,issued,travel)'), array('far fa-passport' => 'passport(document,id,identification,issued,travel)'), array('fal fa-passport' => 'passport(document,id,identification,issued,travel)'), array('fas fa-paw-simple' => 'paw-simple(animal,cat,dog,pet,print)'), array('far fa-paw-simple' => 'paw-simple(animal,cat,dog,pet,print)'), array('fal fa-paw-simple' => 'paw-simple(animal,cat,dog,pet,print)'), array('fas fa-person-seat' => 'person-seat(airplane,chair,recline,seat,travel,uer)'), array('far fa-person-seat' => 'person-seat(airplane,chair,recline,seat,travel,uer)'), array('fal fa-person-seat' => 'person-seat(airplane,chair,recline,seat,travel,uer)'), array('fas fa-person-seat-reclined' => 'person-seat-reclined(airplane,chair,recline,seat,travel,uer)'), array('far fa-person-seat-reclined' => 'person-seat-reclined(airplane,chair,recline,seat,travel,uer)'), array('fal fa-person-seat-reclined' => 'person-seat-reclined(airplane,chair,recline,seat,travel,uer)'), array('fas fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('far fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('fal fa-person-swimming' => 'person-swimming(ocean,person swimming,pool,sea,swim,uer,water)'), array('fas fa-person-walking-luggage' => 'person-walking-luggage(bag,baggage,briefcase,carry-on,deployment,follow,rolling,uer)'), array('far fa-person-walking-luggage' => 'person-walking-luggage(bag,baggage,briefcase,carry-on,deployment,follow,rolling,uer)'), array('fal fa-person-walking-luggage' => 'person-walking-luggage(bag,baggage,briefcase,carry-on,deployment,follow,rolling,uer)'), array('fas fa-phone-rotary' => 'phone-rotary(call,earphone,number,phone,retro,support,telephone,vintage,voice)'), array('far fa-phone-rotary' => 'phone-rotary(call,earphone,number,phone,retro,support,telephone,vintage,voice)'), array('fal fa-phone-rotary' => 'phone-rotary(call,earphone,number,phone,retro,support,telephone,vintage,voice)'), array('fas fa-pineapple' => 'pineapple(ananas,fruit,pineapple,tropical)'), array('far fa-pineapple' => 'pineapple(ananas,fruit,pineapple,tropical)'), array('fal fa-pineapple' => 'pineapple(ananas,fruit,pineapple,tropical)'), array('fas fa-plane' => 'plane(airplane,airport,destination,fly,location,mode,travel,trip)'), array('far fa-plane' => 'plane(airplane,airport,destination,fly,location,mode,travel,trip)'), array('fal fa-plane' => 'plane(airplane,airport,destination,fly,location,mode,travel,trip)'), array('fas fa-plane-arrival' => 'plane-arrival(aeroplane,airplane,airplane arrival,airport,arrivals,arriving,destination,fly,land,landing,location,mode,travel,trip)'), array('far fa-plane-arrival' => 'plane-arrival(aeroplane,airplane,airplane arrival,airport,arrivals,arriving,destination,fly,land,landing,location,mode,travel,trip)'), array('fal fa-plane-arrival' => 'plane-arrival(aeroplane,airplane,airplane arrival,airport,arrivals,arriving,destination,fly,land,landing,location,mode,travel,trip)'), array('fas fa-plane-circle-check' => 'plane-circle-check(airplane,airport,enable,flight,fly,not affected,ok,okay,travel,validate,working)'), array('far fa-plane-circle-check' => 'plane-circle-check(airplane,airport,enable,flight,fly,not affected,ok,okay,travel,validate,working)'), array('fal fa-plane-circle-check' => 'plane-circle-check(airplane,airport,enable,flight,fly,not affected,ok,okay,travel,validate,working)'), array('fas fa-plane-circle-exclamation' => 'plane-circle-exclamation(affected,airplane,airport,failed,flight,fly,travel)'), array('far fa-plane-circle-exclamation' => 'plane-circle-exclamation(affected,airplane,airport,failed,flight,fly,travel)'), array('fal fa-plane-circle-exclamation' => 'plane-circle-exclamation(affected,airplane,airport,failed,flight,fly,travel)'), array('fas fa-plane-circle-xmark' => 'plane-circle-xmark(airplane,airport,destroy,flight,fly,travel,uncheck)'), array('far fa-plane-circle-xmark' => 'plane-circle-xmark(airplane,airport,destroy,flight,fly,travel,uncheck)'), array('fal fa-plane-circle-xmark' => 'plane-circle-xmark(airplane,airport,destroy,flight,fly,travel,uncheck)'), array('fas fa-plane-departure' => 'plane-departure(aeroplane,airplane,airplane departure,airport,check-in,departing,departure,departures,destination,fly,location,mode,take off,taking off,travel,trip)'), array('far fa-plane-departure' => 'plane-departure(aeroplane,airplane,airplane departure,airport,check-in,departing,departure,departures,destination,fly,location,mode,take off,taking off,travel,trip)'), array('fal fa-plane-departure' => 'plane-departure(aeroplane,airplane,airplane departure,airport,check-in,departing,departure,departures,destination,fly,location,mode,take off,taking off,travel,trip)'), array('fas fa-plane-lock' => 'plane-lock(airplane,airport,closed,flight,fly,lockdown,padlock,privacy,quarantine,travel)'), array('far fa-plane-lock' => 'plane-lock(airplane,airport,closed,flight,fly,lockdown,padlock,privacy,quarantine,travel)'), array('fal fa-plane-lock' => 'plane-lock(airplane,airport,closed,flight,fly,lockdown,padlock,privacy,quarantine,travel)'), array('fas fa-plane-prop' => 'plane-prop(aeroplane,airplane,airport,fly,sky,small airplane)'), array('far fa-plane-prop' => 'plane-prop(aeroplane,airplane,airport,fly,sky,small airplane)'), array('fal fa-plane-prop' => 'plane-prop(aeroplane,airplane,airport,fly,sky,small airplane)'), array('fas fa-plane-slash' => 'plane-slash(airplane mode,airport,canceled,covid-19,delayed,disabled,grounded,travel)'), array('far fa-plane-slash' => 'plane-slash(airplane mode,airport,canceled,covid-19,delayed,disabled,grounded,travel)'), array('fal fa-plane-slash' => 'plane-slash(airplane mode,airport,canceled,covid-19,delayed,disabled,grounded,travel)'), array('fas fa-plane-tail' => 'plane-tail(airplane,airport,fly,sky)'), array('far fa-plane-tail' => 'plane-tail(airplane,airport,fly,sky)'), array('fal fa-plane-tail' => 'plane-tail(airplane,airport,fly,sky)'), array('fas fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('far fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('fal fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('fas fa-plane-up-slash' => 'plane-up-slash(airplane,airport,disabled,internet,signal,sky,wifi,wireless)'), array('far fa-plane-up-slash' => 'plane-up-slash(airplane,airport,disabled,internet,signal,sky,wifi,wireless)'), array('fal fa-plane-up-slash' => 'plane-up-slash(airplane,airport,disabled,internet,signal,sky,wifi,wireless)'), array('fas fa-plate-utensils' => 'plate-utensils(dinner,food,fork,knife,plate)'), array('far fa-plate-utensils' => 'plate-utensils(dinner,food,fork,knife,plate)'), array('fal fa-plate-utensils' => 'plate-utensils(dinner,food,fork,knife,plate)'), array('fas fa-refrigerator' => 'refrigerator(cold,cool,freezer,fridge,icebox,kitchen)'), array('far fa-refrigerator' => 'refrigerator(cold,cool,freezer,fridge,icebox,kitchen)'), array('fal fa-refrigerator' => 'refrigerator(cold,cool,freezer,fridge,icebox,kitchen)'), array('fas fa-restroom-simple' => 'restroom-simple(WC,bathroom,lavatory,restroom,toilet,uer,water closet,wc)'), array('far fa-restroom-simple' => 'restroom-simple(WC,bathroom,lavatory,restroom,toilet,uer,water closet,wc)'), array('fal fa-restroom-simple' => 'restroom-simple(WC,bathroom,lavatory,restroom,toilet,uer,water closet,wc)'), array('fas fa-ring-diamond' => 'ring-diamond(diamond,engagement,gold,ice,marriage,matrimony,platinum,premium,proposal,rock,sparkle)'), array('far fa-ring-diamond' => 'ring-diamond(diamond,engagement,gold,ice,marriage,matrimony,platinum,premium,proposal,rock,sparkle)'), array('fal fa-ring-diamond' => 'ring-diamond(diamond,engagement,gold,ice,marriage,matrimony,platinum,premium,proposal,rock,sparkle)'), array('fas fa-rings-wedding' => 'rings-wedding(diamond,engagement,gold,marriage,matrimony,platinum,premium,proposal)'), array('far fa-rings-wedding' => 'rings-wedding(diamond,engagement,gold,marriage,matrimony,platinum,premium,proposal)'), array('fal fa-rings-wedding' => 'rings-wedding(diamond,engagement,gold,marriage,matrimony,platinum,premium,proposal)'), array('fas fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('far fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('fal fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('fas fa-seat-airline' => 'seat-airline(airplane,chair,recline,seat)'), array('far fa-seat-airline' => 'seat-airline(airplane,chair,recline,seat)'), array('fal fa-seat-airline' => 'seat-airline(airplane,chair,recline,seat)'), array('fas fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('far fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('fal fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('fas fa-slot-machine' => 'slot-machine(gamble,gambling,game,lucky,slot,slot machine,vegas)'), array('far fa-slot-machine' => 'slot-machine(gamble,gambling,game,lucky,slot,slot machine,vegas)'), array('fal fa-slot-machine' => 'slot-machine(gamble,gambling,game,lucky,slot,slot machine,vegas)'), array('fas fa-smoking' => 'smoking(cancer,cigarette,nicotine,smoking,smoking status,tobacco)'), array('far fa-smoking' => 'smoking(cancer,cigarette,nicotine,smoking,smoking status,tobacco)'), array('fal fa-smoking' => 'smoking(cancer,cigarette,nicotine,smoking,smoking status,tobacco)'), array('fas fa-snooze' => 'snooze(alarm,comic,nap,rest,siesta,sleep,zzz)'), array('far fa-snooze' => 'snooze(alarm,comic,nap,rest,siesta,sleep,zzz)'), array('fal fa-snooze' => 'snooze(alarm,comic,nap,rest,siesta,sleep,zzz)'), array('fas fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('far fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fal fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fas fa-spa' => 'spa(flora,massage,mindfulness,plant,wellness)'), array('far fa-spa' => 'spa(flora,massage,mindfulness,plant,wellness)'), array('fal fa-spa' => 'spa(flora,massage,mindfulness,plant,wellness)'), array('fas fa-stairs' => 'stairs(exit,steps,up)'), array('far fa-stairs' => 'stairs(exit,steps,up)'), array('fal fa-stairs' => 'stairs(exit,steps,up)'), array('fas fa-suitcase' => 'suitcase(baggage,luggage,move,packing,suitcase,travel,trip)'), array('far fa-suitcase' => 'suitcase(baggage,luggage,move,packing,suitcase,travel,trip)'), array('fal fa-suitcase' => 'suitcase(baggage,luggage,move,packing,suitcase,travel,trip)'), array('fas fa-suitcase-rolling' => 'suitcase-rolling(baggage,luggage,move,suitcase,travel,trip)'), array('far fa-suitcase-rolling' => 'suitcase-rolling(baggage,luggage,move,suitcase,travel,trip)'), array('fal fa-suitcase-rolling' => 'suitcase-rolling(baggage,luggage,move,suitcase,travel,trip)'), array('fas fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('far fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('fal fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('fas fa-taxi-bus' => 'taxi-bus(bus,cab,coach,hack,motorbus,public transportation,taxicab)'), array('far fa-taxi-bus' => 'taxi-bus(bus,cab,coach,hack,motorbus,public transportation,taxicab)'), array('fal fa-taxi-bus' => 'taxi-bus(bus,cab,coach,hack,motorbus,public transportation,taxicab)'), array('fas fa-ticket-airline' => 'ticket-airline(airplane,arrival,boarding pass,departure,ticket,travel)'), array('far fa-ticket-airline' => 'ticket-airline(airplane,arrival,boarding pass,departure,ticket,travel)'), array('fal fa-ticket-airline' => 'ticket-airline(airplane,arrival,boarding pass,departure,ticket,travel)'), array('fas fa-ticket-perforated' => 'ticket-perforated( admission, admission tickets, movie, pass, support, ticket, voucher,arrival,boarding,coupon)'), array('far fa-ticket-perforated' => 'ticket-perforated( admission, admission tickets, movie, pass, support, ticket, voucher,arrival,boarding,coupon)'), array('fal fa-ticket-perforated' => 'ticket-perforated( admission, admission tickets, movie, pass, support, ticket, voucher,arrival,boarding,coupon)'), array('fas fa-tickets-airline' => 'tickets-airline(airplane,arrival,boarding pass,departure,ticket,travel)'), array('far fa-tickets-airline' => 'tickets-airline(airplane,arrival,boarding pass,departure,ticket,travel)'), array('fal fa-tickets-airline' => 'tickets-airline(airplane,arrival,boarding pass,departure,ticket,travel)'), array('fas fa-tickets-perforated' => 'tickets-perforated( admission, admission tickets, movie, pass, support, voucher, coupon, ticket,arrival,boarding)'), array('far fa-tickets-perforated' => 'tickets-perforated( admission, admission tickets, movie, pass, support, voucher, coupon, ticket,arrival,boarding)'), array('fal fa-tickets-perforated' => 'tickets-perforated( admission, admission tickets, movie, pass, support, voucher, coupon, ticket,arrival,boarding)'), array('fas fa-toilet' => 'toilet(bathroom,flush,john,loo,pee,plumbing,poop,porcelain,potty,restroom,throne,toile,toilet,washroom,waste,wc)'), array('far fa-toilet' => 'toilet(bathroom,flush,john,loo,pee,plumbing,poop,porcelain,potty,restroom,throne,toile,toilet,washroom,waste,wc)'), array('fal fa-toilet' => 'toilet(bathroom,flush,john,loo,pee,plumbing,poop,porcelain,potty,restroom,throne,toile,toilet,washroom,waste,wc)'), array('fas fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('far fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('fal fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('fas fa-toilet-paper-blank-under' => 'toilet-paper-blank-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('far fa-toilet-paper-blank-under' => 'toilet-paper-blank-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('fal fa-toilet-paper-blank-under' => 'toilet-paper-blank-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('fas fa-toilet-paper-check' => 'toilet-paper-check(bathroom,correct,enable,lavatory,privy,restroom,roll,sanitary,toilet,validate,wipe,working)'), array('far fa-toilet-paper-check' => 'toilet-paper-check(bathroom,correct,enable,lavatory,privy,restroom,roll,sanitary,toilet,validate,wipe,working)'), array('fal fa-toilet-paper-check' => 'toilet-paper-check(bathroom,correct,enable,lavatory,privy,restroom,roll,sanitary,toilet,validate,wipe,working)'), array('fas fa-toilet-paper-under' => 'toilet-paper-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('far fa-toilet-paper-under' => 'toilet-paper-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('fal fa-toilet-paper-under' => 'toilet-paper-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('fas fa-toilet-paper-under-slash' => 'toilet-paper-under-slash(bathroom,disabled,lavatory,privy,restroom,roll,toilet,wipe)'), array('far fa-toilet-paper-under-slash' => 'toilet-paper-under-slash(bathroom,disabled,lavatory,privy,restroom,roll,toilet,wipe)'), array('fal fa-toilet-paper-under-slash' => 'toilet-paper-under-slash(bathroom,disabled,lavatory,privy,restroom,roll,toilet,wipe)'), array('fas fa-toilet-paper-xmark' => 'toilet-paper-xmark(bathroom,incorrect,lavatory,privy,restroom,roll,toilet,uncheck,unsanitary,wipe)'), array('far fa-toilet-paper-xmark' => 'toilet-paper-xmark(bathroom,incorrect,lavatory,privy,restroom,roll,toilet,uncheck,unsanitary,wipe)'), array('fal fa-toilet-paper-xmark' => 'toilet-paper-xmark(bathroom,incorrect,lavatory,privy,restroom,roll,toilet,uncheck,unsanitary,wipe)'), array('fas fa-tower-control' => 'tower-control(air traffic control,airplane,airport)'), array('far fa-tower-control' => 'tower-control(air traffic control,airplane,airport)'), array('fal fa-tower-control' => 'tower-control(air traffic control,airplane,airport)'), array('fas fa-train-subway-tunnel' => 'train-subway-tunnel(metro,rail,railroad,railway,subway,train,tunnel)'), array('far fa-train-subway-tunnel' => 'train-subway-tunnel(metro,rail,railroad,railway,subway,train,tunnel)'), array('fal fa-train-subway-tunnel' => 'train-subway-tunnel(metro,rail,railroad,railway,subway,train,tunnel)'), array('fas fa-train-tram' => 'train-tram(crossing,machine,mountains,seasonal,tram,transportation,trolleybus)'), array('far fa-train-tram' => 'train-tram(crossing,machine,mountains,seasonal,tram,transportation,trolleybus)'), array('fal fa-train-tram' => 'train-tram(crossing,machine,mountains,seasonal,tram,transportation,trolleybus)'), array('fas fa-tree-city' => 'tree-city(building,city,urban)'), array('far fa-tree-city' => 'tree-city(building,city,urban)'), array('fal fa-tree-city' => 'tree-city(building,city,urban)'), array('fas fa-tree-palm' => 'tree-palm(coconut,frond,palm,palm tree,tree,tropical)'), array('far fa-tree-palm' => 'tree-palm(coconut,frond,palm,palm tree,tree,tropical)'), array('fal fa-tree-palm' => 'tree-palm(coconut,frond,palm,palm tree,tree,tropical)'), array('fas fa-tv' => 'tv(computer,display,monitor,television)'), array('far fa-tv' => 'tv(computer,display,monitor,television)'), array('fal fa-tv' => 'tv(computer,display,monitor,television)'), array('fas fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('far fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('fal fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('fas fa-umbrella-beach' => 'umbrella-beach(beach,beach with umbrella,protection,recreation,sand,shade,summer,sun,umbrella)'), array('far fa-umbrella-beach' => 'umbrella-beach(beach,beach with umbrella,protection,recreation,sand,shade,summer,sun,umbrella)'), array('fal fa-umbrella-beach' => 'umbrella-beach(beach,beach with umbrella,protection,recreation,sand,shade,summer,sun,umbrella)'), array('fas fa-user-chef' => 'user-chef(chef,cook,dining,employee,food,kitchen,restaurant,uer)'), array('far fa-user-chef' => 'user-chef(chef,cook,dining,employee,food,kitchen,restaurant,uer)'), array('fal fa-user-chef' => 'user-chef(chef,cook,dining,employee,food,kitchen,restaurant,uer)'), array('fas fa-user-pilot' => 'user-pilot(airplane,airport,flight,fly,navigate,pilot,uer)'), array('far fa-user-pilot' => 'user-pilot(airplane,airport,flight,fly,navigate,pilot,uer)'), array('fal fa-user-pilot' => 'user-pilot(airplane,airport,flight,fly,navigate,pilot,uer)'), array('fas fa-user-pilot-tie' => 'user-pilot-tie(airplane,airport,flight,fly,navigate,pilot,uer)'), array('far fa-user-pilot-tie' => 'user-pilot-tie(airplane,airport,flight,fly,navigate,pilot,uer)'), array('fal fa-user-pilot-tie' => 'user-pilot-tie(airplane,airport,flight,fly,navigate,pilot,uer)'), array('fas fa-utensils' => 'utensils(cooking,cutlery,dining,dinner,eat,food,fork,fork and knife,knife,restaurant)'), array('far fa-utensils' => 'utensils(cooking,cutlery,dining,dinner,eat,food,fork,fork and knife,knife,restaurant)'), array('fal fa-utensils' => 'utensils(cooking,cutlery,dining,dinner,eat,food,fork,fork and knife,knife,restaurant)'), array('fas fa-vacuum' => 'vacuum(cleaning,dyson,floor,suck,suction)'), array('far fa-vacuum' => 'vacuum(cleaning,dyson,floor,suck,suction)'), array('fal fa-vacuum' => 'vacuum(cleaning,dyson,floor,suck,suction)'), array('fas fa-van-shuttle' => 'van-shuttle(airport,bus,machine,minibus,public-transportation,transportation,travel,vehicle)'), array('far fa-van-shuttle' => 'van-shuttle(airport,bus,machine,minibus,public-transportation,transportation,travel,vehicle)'), array('fal fa-van-shuttle' => 'van-shuttle(airport,bus,machine,minibus,public-transportation,transportation,travel,vehicle)'), array('fas fa-wagon-covered' => 'wagon-covered(contestoga,dysentery,oregon trail,stagecoach,vehicle,western,wheel)'), array('far fa-wagon-covered' => 'wagon-covered(contestoga,dysentery,oregon trail,stagecoach,vehicle,western,wheel)'), array('fal fa-wagon-covered' => 'wagon-covered(contestoga,dysentery,oregon trail,stagecoach,vehicle,western,wheel)'), array('fas fa-washing-machine' => 'washing-machine(clean,clothes,laundromat,laundry,washing machine)'), array('far fa-washing-machine' => 'washing-machine(clean,clothes,laundromat,laundry,washing machine)'), array('fal fa-washing-machine' => 'washing-machine(clean,clothes,laundromat,laundry,washing machine)'), array('fas fa-water-ladder' => 'water-ladder(ladder,recreation,swim,water)'), array('far fa-water-ladder' => 'water-ladder(ladder,recreation,swim,water)'), array('fal fa-water-ladder' => 'water-ladder(ladder,recreation,swim,water)'), array('fas fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('far fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fal fa-wheelchair' => 'wheelchair(disabled,uer,users-people)'), array('fas fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('far fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('fal fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('fas fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('far fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('fal fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('fas fa-wifi-slash' => 'wifi-slash(ban,broken,connection,deny,disabled,disconnect,hotspot,internet,network,signal,unavailable,wireless,www)'), array('far fa-wifi-slash' => 'wifi-slash(ban,broken,connection,deny,disabled,disconnect,hotspot,internet,network,signal,unavailable,wireless,www)'), array('fal fa-wifi-slash' => 'wifi-slash(ban,broken,connection,deny,disabled,disconnect,hotspot,internet,network,signal,unavailable,wireless,www)'), array('fas fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('far fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('fal fa-wine-glass' => 'wine-glass(alcohol,bar,beverage,cabernet,drink,glass,grapes,merlot,sauvignon,wine,wine glass)'), array('fas fa-wine-glass-empty' => 'wine-glass-empty(alcohol,beverage,cabernet,drink,grapes,merlot,sauvignon)'), array('far fa-wine-glass-empty' => 'wine-glass-empty(alcohol,beverage,cabernet,drink,grapes,merlot,sauvignon)'), array('fal fa-wine-glass-empty' => 'wine-glass-empty(alcohol,beverage,cabernet,drink,grapes,merlot,sauvignon)'), ), 'Alert' => array( array('fas fa-alarm-clock' => 'alarm-clock(alarm,alarm clock,clock,date,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('far fa-alarm-clock' => 'alarm-clock(alarm,alarm clock,clock,date,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('fal fa-alarm-clock' => 'alarm-clock(alarm,alarm clock,clock,date,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('fas fa-alarm-exclamation' => 'alarm-exclamation(alert,attention,date,failed,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('far fa-alarm-exclamation' => 'alarm-exclamation(alert,attention,date,failed,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('fal fa-alarm-exclamation' => 'alarm-exclamation(alert,attention,date,failed,late,pending,reminder,sleep,snooze,timer,timestamp,watch)'), array('fas fa-battery-exclamation' => 'battery-exclamation(charge,empty,failed,power)'), array('far fa-battery-exclamation' => 'battery-exclamation(charge,empty,failed,power)'), array('fal fa-battery-exclamation' => 'battery-exclamation(charge,empty,failed,power)'), array('fas fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('far fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fal fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fas fa-bell-exclamation' => 'bell-exclamation(alarm,alert,attention,chime,failed,notification,reminder,request)'), array('far fa-bell-exclamation' => 'bell-exclamation(alarm,alert,attention,chime,failed,notification,reminder,request)'), array('fal fa-bell-exclamation' => 'bell-exclamation(alarm,alert,attention,chime,failed,notification,reminder,request)'), array('fas fa-bell-on' => 'bell-on(Ringing Bell,alarm,alert,chime,notification,reminder,request)'), array('far fa-bell-on' => 'bell-on(Ringing Bell,alarm,alert,chime,notification,reminder,request)'), array('fal fa-bell-on' => 'bell-on(Ringing Bell,alarm,alert,chime,notification,reminder,request)'), array('fas fa-bell-ring' => 'bell-ring( Ringing Bell, alarm, alert, chime, notification, reminder,request)'), array('far fa-bell-ring' => 'bell-ring( Ringing Bell, alarm, alert, chime, notification, reminder,request)'), array('fal fa-bell-ring' => 'bell-ring( Ringing Bell, alarm, alert, chime, notification, reminder,request)'), array('fas fa-bell-school-slash' => 'bell-school-slash(alert,cancel,class,disabled,notification,off,reminder)'), array('far fa-bell-school-slash' => 'bell-school-slash(alert,cancel,class,disabled,notification,off,reminder)'), array('fal fa-bell-school-slash' => 'bell-school-slash(alert,cancel,class,disabled,notification,off,reminder)'), array('fas fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('far fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('fal fa-bell-slash' => 'bell-slash(alert,bell,bell with slash,cancel,disabled,forbidden,mute,notification,off,quiet,reminder,silent)'), array('fas fa-bells' => 'bells(alert,christmas,holiday,notification,reminder,request,xmas)'), array('far fa-bells' => 'bells(alert,christmas,holiday,notification,reminder,request,xmas)'), array('fal fa-bells' => 'bells(alert,christmas,holiday,notification,reminder,request,xmas)'), array('fas fa-calendar-exclamation' => 'calendar-exclamation(alert,attention,calendar,date,day,error,event,failed,important,month,schedule,time,when,year)'), array('far fa-calendar-exclamation' => 'calendar-exclamation(alert,attention,calendar,date,day,error,event,failed,important,month,schedule,time,when,year)'), array('fal fa-calendar-exclamation' => 'calendar-exclamation(alert,attention,calendar,date,day,error,event,failed,important,month,schedule,time,when,year)'), array('fas fa-circle-exclamation' => 'circle-exclamation(affect,alert,attention,damage,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('far fa-circle-exclamation' => 'circle-exclamation(affect,alert,attention,damage,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('fal fa-circle-exclamation' => 'circle-exclamation(affect,alert,attention,damage,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('fas fa-circle-exclamation-check' => 'circle-exclamation-check(enable,idea,resolved,validate,working)'), array('far fa-circle-exclamation-check' => 'circle-exclamation-check(enable,idea,resolved,validate,working)'), array('fal fa-circle-exclamation-check' => 'circle-exclamation-check(enable,idea,resolved,validate,working)'), array('fas fa-circle-quarters' => 'circle-quarters(emergency,light,spiderman)'), array('far fa-circle-quarters' => 'circle-quarters(emergency,light,spiderman)'), array('fal fa-circle-quarters' => 'circle-quarters(emergency,light,spiderman)'), array('fas fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('far fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('fal fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('fas fa-circle-wifi' => 'circle-wifi( connection, hotspot, internet, network, wireless,signal,www)'), array('far fa-circle-wifi' => 'circle-wifi( connection, hotspot, internet, network, wireless,signal,www)'), array('fal fa-circle-wifi' => 'circle-wifi( connection, hotspot, internet, network, wireless,signal,www)'), array('fas fa-circle-wifi-circle-wifi' => 'circle-wifi-circle-wifi( connection, hotspot, internet, network, wireless, group, pair, www,signal)'), array('far fa-circle-wifi-circle-wifi' => 'circle-wifi-circle-wifi( connection, hotspot, internet, network, wireless, group, pair, www,signal)'), array('fal fa-circle-wifi-circle-wifi' => 'circle-wifi-circle-wifi( connection, hotspot, internet, network, wireless, group, pair, www,signal)'), array('fas fa-cloud-exclamation' => 'cloud-exclamation( error,alert,cloud,connection,failed,online,warning,wifi)'), array('far fa-cloud-exclamation' => 'cloud-exclamation( error,alert,cloud,connection,failed,online,warning,wifi)'), array('fal fa-cloud-exclamation' => 'cloud-exclamation( error,alert,cloud,connection,failed,online,warning,wifi)'), array('fas fa-cloud-question' => 'cloud-question(alert,connection,faq,help,online,question,support,wifi)'), array('far fa-cloud-question' => 'cloud-question(alert,connection,faq,help,online,question,support,wifi)'), array('fal fa-cloud-question' => 'cloud-question(alert,connection,faq,help,online,question,support,wifi)'), array('fas fa-comment-exclamation' => 'comment-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,exclaim,failed,feedback,important,message,note,notification,request,sms,speech,surprise,texting)'), array('far fa-comment-exclamation' => 'comment-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,exclaim,failed,feedback,important,message,note,notification,request,sms,speech,surprise,texting)'), array('fal fa-comment-exclamation' => 'comment-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,exclaim,failed,feedback,important,message,note,notification,request,sms,speech,surprise,texting)'), array('fas fa-diamond-exclamation' => 'diamond-exclamation(attention,caution,danger,failed,required,warning)'), array('far fa-diamond-exclamation' => 'diamond-exclamation(attention,caution,danger,failed,required,warning)'), array('fal fa-diamond-exclamation' => 'diamond-exclamation(attention,caution,danger,failed,required,warning)'), array('fas fa-engine-warning' => 'engine-warning(alert,automobile,car,failed,mechanic,warning)'), array('far fa-engine-warning' => 'engine-warning(alert,automobile,car,failed,mechanic,warning)'), array('fal fa-engine-warning' => 'engine-warning(alert,automobile,car,failed,mechanic,warning)'), array('fas fa-exclamation' => 'exclamation(!,Exclamation Mark,alert,attention,danger,error,exclamation,failed,important,mark,notice,notification,notify,outlined,problem,punctuation,red exclamation mark,required,warning,white exclamation mark)'), array('far fa-exclamation' => 'exclamation(!,Exclamation Mark,alert,attention,danger,error,exclamation,failed,important,mark,notice,notification,notify,outlined,problem,punctuation,red exclamation mark,required,warning,white exclamation mark)'), array('fal fa-exclamation' => 'exclamation(!,Exclamation Mark,alert,attention,danger,error,exclamation,failed,important,mark,notice,notification,notify,outlined,problem,punctuation,red exclamation mark,required,warning,white exclamation mark)'), array('fas fa-file-exclamation' => 'file-exclamation(alert,document,failed,important,page)'), array('far fa-file-exclamation' => 'file-exclamation(alert,document,failed,important,page)'), array('fal fa-file-exclamation' => 'file-exclamation(alert,document,failed,important,page)'), array('fas fa-hexagon-exclamation' => 'hexagon-exclamation(alert,attention,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('far fa-hexagon-exclamation' => 'hexagon-exclamation(alert,attention,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('fal fa-hexagon-exclamation' => 'hexagon-exclamation(alert,attention,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('fas fa-light-emergency' => 'light-emergency(alarm,ambulance,light,siren,warning)'), array('far fa-light-emergency' => 'light-emergency(alarm,ambulance,light,siren,warning)'), array('fal fa-light-emergency' => 'light-emergency(alarm,ambulance,light,siren,warning)'), array('fas fa-light-emergency-on' => 'light-emergency-on(alarm,ambulance,light,siren,warning)'), array('far fa-light-emergency-on' => 'light-emergency-on(alarm,ambulance,light,siren,warning)'), array('fal fa-light-emergency-on' => 'light-emergency-on(alarm,ambulance,light,siren,warning)'), array('fas fa-lightbulb-exclamation' => 'lightbulb-exclamation(alert,energy,failed,idea,inspiration,light)'), array('far fa-lightbulb-exclamation' => 'lightbulb-exclamation(alert,energy,failed,idea,inspiration,light)'), array('fal fa-lightbulb-exclamation' => 'lightbulb-exclamation(alert,energy,failed,idea,inspiration,light)'), array('fas fa-lightbulb-exclamation-on' => 'lightbulb-exclamation-on(bright,failed,idea,thought)'), array('far fa-lightbulb-exclamation-on' => 'lightbulb-exclamation-on(bright,failed,idea,thought)'), array('fal fa-lightbulb-exclamation-on' => 'lightbulb-exclamation-on(bright,failed,idea,thought)'), array('fas fa-location-exclamation' => 'location-exclamation(agree,alert,attention,coordinates,destination,failed,important,location,map,navigation,pin,place)'), array('far fa-location-exclamation' => 'location-exclamation(agree,alert,attention,coordinates,destination,failed,important,location,map,navigation,pin,place)'), array('fal fa-location-exclamation' => 'location-exclamation(agree,alert,attention,coordinates,destination,failed,important,location,map,navigation,pin,place)'), array('fas fa-message-exclamation' => 'message-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,error,exclaim,failed,feedback,important,message,note,notification,request,required,sms,speech,surprise,texting,warning)'), array('far fa-message-exclamation' => 'message-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,error,exclaim,failed,feedback,important,message,note,notification,request,required,sms,speech,surprise,texting,warning)'), array('fal fa-message-exclamation' => 'message-exclamation(alert,answer,attention,bubble,chat,commenting,conversation,error,exclaim,failed,feedback,important,message,note,notification,request,required,sms,speech,surprise,texting,warning)'), array('fas fa-octagon-exclamation' => 'octagon-exclamation(attention,close,end,failed,required,stop)'), array('far fa-octagon-exclamation' => 'octagon-exclamation(attention,close,end,failed,required,stop)'), array('fal fa-octagon-exclamation' => 'octagon-exclamation(attention,close,end,failed,required,stop)'), array('fas fa-party-bell' => 'party-bell(ball,celebrate,celebration,confetti,confetti ball,party,tada)'), array('far fa-party-bell' => 'party-bell(ball,celebrate,celebration,confetti,confetti ball,party,tada)'), array('fal fa-party-bell' => 'party-bell(ball,celebrate,celebration,confetti,confetti ball,party,tada)'), array('fas fa-party-horn' => 'party-horn(celebrate,celebration,confetti,party,party popper,popper,tada,trumpet)'), array('far fa-party-horn' => 'party-horn(celebrate,celebration,confetti,party,party popper,popper,tada,trumpet)'), array('fal fa-party-horn' => 'party-horn(celebrate,celebration,confetti,party,party popper,popper,tada,trumpet)'), array('fas fa-question' => 'question(?,Question Mark,faq,help,information,mark,outlined,punctuation,question,red question mark,request,support,unknown,white question mark)'), array('far fa-question' => 'question(?,Question Mark,faq,help,information,mark,outlined,punctuation,question,red question mark,request,support,unknown,white question mark)'), array('fal fa-question' => 'question(?,Question Mark,faq,help,information,mark,outlined,punctuation,question,red question mark,request,support,unknown,white question mark)'), array('fas fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('far fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fal fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fas fa-rotate-exclamation' => 'rotate-exclamation(attention,failed,redo,sync,warning)'), array('far fa-rotate-exclamation' => 'rotate-exclamation(attention,failed,redo,sync,warning)'), array('fal fa-rotate-exclamation' => 'rotate-exclamation(attention,failed,redo,sync,warning)'), array('fas fa-seal-exclamation' => 'seal-exclamation(attention,badge,certificate,confirm,failed,guarantee,required)'), array('far fa-seal-exclamation' => 'seal-exclamation(attention,badge,certificate,confirm,failed,guarantee,required)'), array('fal fa-seal-exclamation' => 'seal-exclamation(attention,badge,certificate,confirm,failed,guarantee,required)'), array('fas fa-seal-question' => 'seal-question(badge,faq,idea,question)'), array('far fa-seal-question' => 'seal-question(badge,faq,idea,question)'), array('fal fa-seal-question' => 'seal-question(badge,faq,idea,question)'), array('fas fa-sensor' => 'sensor(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('far fa-sensor' => 'sensor(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fal fa-sensor' => 'sensor(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fas fa-sensor-cloud' => 'sensor-cloud(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('far fa-sensor-cloud' => 'sensor-cloud(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fal fa-sensor-cloud' => 'sensor-cloud(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fas fa-sensor-fire' => 'sensor-fire(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('far fa-sensor-fire' => 'sensor-fire(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fal fa-sensor-fire' => 'sensor-fire(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fas fa-sensor-on' => 'sensor-on(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('far fa-sensor-on' => 'sensor-on(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fal fa-sensor-on' => 'sensor-on(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fas fa-sensor-triangle-exclamation' => 'sensor-triangle-exclamation(alarm,alert,carbon monoxide,detector,failed,fire,smoke)'), array('far fa-sensor-triangle-exclamation' => 'sensor-triangle-exclamation(alarm,alert,carbon monoxide,detector,failed,fire,smoke)'), array('fal fa-sensor-triangle-exclamation' => 'sensor-triangle-exclamation(alarm,alert,carbon monoxide,detector,failed,fire,smoke)'), array('fas fa-shield-exclamation' => 'shield-exclamation(attention,danger,failed,protect,required,safety)'), array('far fa-shield-exclamation' => 'shield-exclamation(attention,danger,failed,protect,required,safety)'), array('fal fa-shield-exclamation' => 'shield-exclamation(attention,danger,failed,protect,required,safety)'), array('fas fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('far fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fal fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fas fa-square-exclamation' => 'square-exclamation(alert,attention,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('far fa-square-exclamation' => 'square-exclamation(alert,attention,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('fal fa-square-exclamation' => 'square-exclamation(alert,attention,danger,error,failed,important,notice,notification,notify,problem,required,warning)'), array('fas fa-star-exclamation' => 'star-exclamation(achievement,alert,attention,award,failed,favorite,night,rating,required,score)'), array('far fa-star-exclamation' => 'star-exclamation(achievement,alert,attention,award,failed,favorite,night,rating,required,score)'), array('fal fa-star-exclamation' => 'star-exclamation(achievement,alert,attention,award,failed,favorite,night,rating,required,score)'), array('fas fa-triangle-exclamation' => 'triangle-exclamation(alert,attention,danger,error,failed,important,notice,notification,notify,problem,required,warnin,warning)'), array('far fa-triangle-exclamation' => 'triangle-exclamation(alert,attention,danger,error,failed,important,notice,notification,notify,problem,required,warnin,warning)'), array('fal fa-triangle-exclamation' => 'triangle-exclamation(alert,attention,danger,error,failed,important,notice,notification,notify,problem,required,warnin,warning)'), array('fas fa-wifi-exclamation' => 'wifi-exclamation(attention,connection,fail,failed,internet,wireless,www)'), array('far fa-wifi-exclamation' => 'wifi-exclamation(attention,connection,fail,failed,internet,wireless,www)'), array('fal fa-wifi-exclamation' => 'wifi-exclamation(attention,connection,fail,failed,internet,wireless,www)'), array('fas fa-wind-warning' => 'wind-warning(air,alert,blow,breeze,failed,fall,hurricane,seasonal,tornado,weather)'), array('far fa-wind-warning' => 'wind-warning(air,alert,blow,breeze,failed,fall,hurricane,seasonal,tornado,weather)'), array('fal fa-wind-warning' => 'wind-warning(air,alert,blow,breeze,failed,fall,hurricane,seasonal,tornado,weather)'), ), 'Fruits + Vegetables' => array( array('fas fa-apple-core' => 'apple-core(compost,eaten,fall,fruit,fuji,macintosh,orchard,seasonal,vegan)'), array('far fa-apple-core' => 'apple-core(compost,eaten,fall,fruit,fuji,macintosh,orchard,seasonal,vegan)'), array('fal fa-apple-core' => 'apple-core(compost,eaten,fall,fruit,fuji,macintosh,orchard,seasonal,vegan)'), array('fas fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('far fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('fal fa-apple-whole' => 'apple-whole(apple,fall,fruit,fuji,green,green apple,macintosh,orchard,red,red apple,seasonal,vegan)'), array('fas fa-avocado' => 'avocado(avocado,food,fruit,green,guacamole,hass,pit)'), array('far fa-avocado' => 'avocado(avocado,food,fruit,green,guacamole,hass,pit)'), array('fal fa-avocado' => 'avocado(avocado,food,fruit,green,guacamole,hass,pit)'), array('fas fa-banana' => 'banana(banana,fruit,peel,plantain,potassium)'), array('far fa-banana' => 'banana(banana,fruit,peel,plantain,potassium)'), array('fal fa-banana' => 'banana(banana,fruit,peel,plantain,potassium)'), array('fas fa-blueberries' => 'blueberries(berry,bilberry,blue,blueberries,blueberry,juice)'), array('far fa-blueberries' => 'blueberries(berry,bilberry,blue,blueberries,blueberry,juice)'), array('fal fa-blueberries' => 'blueberries(berry,bilberry,blue,blueberries,blueberry,juice)'), array('fas fa-broccoli' => 'broccoli(bush,cauliflower,tree,wild cabbage)'), array('far fa-broccoli' => 'broccoli(bush,cauliflower,tree,wild cabbage)'), array('fal fa-broccoli' => 'broccoli(bush,cauliflower,tree,wild cabbage)'), array('fas fa-carrot' => 'carrot(bugs bunny,carrot,food,orange,vegan,vegetable)'), array('far fa-carrot' => 'carrot(bugs bunny,carrot,food,orange,vegan,vegetable)'), array('fal fa-carrot' => 'carrot(bugs bunny,carrot,food,orange,vegan,vegetable)'), array('fas fa-cherries' => 'cherries(berries,cherries,cherry,fruit,pacman,red,stem)'), array('far fa-cherries' => 'cherries(berries,cherries,cherry,fruit,pacman,red,stem)'), array('fal fa-cherries' => 'cherries(berries,cherries,cherry,fruit,pacman,red,stem)'), array('fas fa-chestnut' => 'chestnut(nut,plant)'), array('far fa-chestnut' => 'chestnut(nut,plant)'), array('fal fa-chestnut' => 'chestnut(nut,plant)'), array('fas fa-citrus' => 'citrus(fruit,grapefruit,juice,mandarin,orange,tangerine)'), array('far fa-citrus' => 'citrus(fruit,grapefruit,juice,mandarin,orange,tangerine)'), array('fal fa-citrus' => 'citrus(fruit,grapefruit,juice,mandarin,orange,tangerine)'), array('fas fa-citrus-slice' => 'citrus-slice(grapefruit,juice,lemon,lime,mandarin,orange,tangerine,wedge)'), array('far fa-citrus-slice' => 'citrus-slice(grapefruit,juice,lemon,lime,mandarin,orange,tangerine,wedge)'), array('fal fa-citrus-slice' => 'citrus-slice(grapefruit,juice,lemon,lime,mandarin,orange,tangerine,wedge)'), array('fas fa-coconut' => 'coconut(coconut,palm,piña colada,tropical)'), array('far fa-coconut' => 'coconut(coconut,palm,piña colada,tropical)'), array('fal fa-coconut' => 'coconut(coconut,palm,piña colada,tropical)'), array('fas fa-crate-apple' => 'crate-apple(bushel,container,fall,fruit,fuji,macintosh,orchard,peck,seasonal)'), array('far fa-crate-apple' => 'crate-apple(bushel,container,fall,fruit,fuji,macintosh,orchard,peck,seasonal)'), array('fal fa-crate-apple' => 'crate-apple(bushel,container,fall,fruit,fuji,macintosh,orchard,peck,seasonal)'), array('fas fa-crate-empty' => 'crate-empty(box,crate)'), array('far fa-crate-empty' => 'crate-empty(box,crate)'), array('fal fa-crate-empty' => 'crate-empty(box,crate)'), array('fas fa-cucumber' => 'cucumber(cuke,pickle,zucchini)'), array('far fa-cucumber' => 'cucumber(cuke,pickle,zucchini)'), array('fal fa-cucumber' => 'cucumber(cuke,pickle,zucchini)'), array('fas fa-eggplant' => 'eggplant(adventure island,aubergine,brinjal,eggplant,purple,vegetable)'), array('far fa-eggplant' => 'eggplant(adventure island,aubergine,brinjal,eggplant,purple,vegetable)'), array('fal fa-eggplant' => 'eggplant(adventure island,aubergine,brinjal,eggplant,purple,vegetable)'), array('fas fa-garlic' => 'garlic(ail,flavor,garlic,vampire)'), array('far fa-garlic' => 'garlic(ail,flavor,garlic,vampire)'), array('fal fa-garlic' => 'garlic(ail,flavor,garlic,vampire)'), array('fas fa-grapes' => 'grapes(fruit,grape,grapes,raisin,vine,vineyard,wine)'), array('far fa-grapes' => 'grapes(fruit,grape,grapes,raisin,vine,vineyard,wine)'), array('fal fa-grapes' => 'grapes(fruit,grape,grapes,raisin,vine,vineyard,wine)'), array('fas fa-kiwi-fruit' => 'kiwi-fruit(food,fruit,gooseberry,kiwi,kiwi fruit)'), array('far fa-kiwi-fruit' => 'kiwi-fruit(food,fruit,gooseberry,kiwi,kiwi fruit)'), array('fal fa-kiwi-fruit' => 'kiwi-fruit(food,fruit,gooseberry,kiwi,kiwi fruit)'), array('fas fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('far fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('fal fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('fas fa-leafy-green' => 'leafy-green(bok choy,cabbage,kale,leafy green,lettuce)'), array('far fa-leafy-green' => 'leafy-green(bok choy,cabbage,kale,leafy green,lettuce)'), array('fal fa-leafy-green' => 'leafy-green(bok choy,cabbage,kale,leafy green,lettuce)'), array('fas fa-lemon' => 'lemon(citrus,fruit,lemon,lemonade,lime,tart)'), array('far fa-lemon' => 'lemon(citrus,fruit,lemon,lemonade,lime,tart)'), array('fal fa-lemon' => 'lemon(citrus,fruit,lemon,lemonade,lime,tart)'), array('fas fa-mango' => 'mango(fruit,mango,tropical)'), array('far fa-mango' => 'mango(fruit,mango,tropical)'), array('fal fa-mango' => 'mango(fruit,mango,tropical)'), array('fas fa-melon' => 'melon(cantaloupe,fruit,honeydew,melon,muskmelon,watermelon)'), array('far fa-melon' => 'melon(cantaloupe,fruit,honeydew,melon,muskmelon,watermelon)'), array('fal fa-melon' => 'melon(cantaloupe,fruit,honeydew,melon,muskmelon,watermelon)'), array('fas fa-melon-slice' => 'melon-slice(cantaloupe,honeydew,muskmelon,wedge)'), array('far fa-melon-slice' => 'melon-slice(cantaloupe,honeydew,muskmelon,wedge)'), array('fal fa-melon-slice' => 'melon-slice(cantaloupe,honeydew,muskmelon,wedge)'), array('fas fa-mushroom' => 'mushroom(1-up,fungus,toadstool)'), array('far fa-mushroom' => 'mushroom(1-up,fungus,toadstool)'), array('fal fa-mushroom' => 'mushroom(1-up,fungus,toadstool)'), array('fas fa-olive' => 'olive( pit,oil,olive,pimento)'), array('far fa-olive' => 'olive( pit,oil,olive,pimento)'), array('fal fa-olive' => 'olive( pit,oil,olive,pimento)'), array('fas fa-olive-branch' => 'olive-branch(branch,food,oil,olive,peace,victory)'), array('far fa-olive-branch' => 'olive-branch(branch,food,oil,olive,peace,victory)'), array('fal fa-olive-branch' => 'olive-branch(branch,food,oil,olive,peace,victory)'), array('fas fa-onion' => 'onion(onion)'), array('far fa-onion' => 'onion(onion)'), array('fal fa-onion' => 'onion(onion)'), array('fas fa-peach' => 'peach(butt,fruit,peach,pit,stone)'), array('far fa-peach' => 'peach(butt,fruit,peach,pit,stone)'), array('fal fa-peach' => 'peach(butt,fruit,peach,pit,stone)'), array('fas fa-peanut' => 'peanut(goober,legume,nut,shell)'), array('far fa-peanut' => 'peanut(goober,legume,nut,shell)'), array('fal fa-peanut' => 'peanut(goober,legume,nut,shell)'), array('fas fa-peanuts' => 'peanuts(goober,legume,nut,shell)'), array('far fa-peanuts' => 'peanuts(goober,legume,nut,shell)'), array('fal fa-peanuts' => 'peanuts(goober,legume,nut,shell)'), array('fas fa-peapod' => 'peapod(pea,seed)'), array('far fa-peapod' => 'peapod(pea,seed)'), array('fal fa-peapod' => 'peapod(pea,seed)'), array('fas fa-pear' => 'pear(fruit,pear)'), array('far fa-pear' => 'pear(fruit,pear)'), array('fal fa-pear' => 'pear(fruit,pear)'), array('fas fa-pepper' => 'pepper(bell pepper,capsicum)'), array('far fa-pepper' => 'pepper(bell pepper,capsicum)'), array('fal fa-pepper' => 'pepper(bell pepper,capsicum)'), array('fas fa-pepper-hot' => 'pepper-hot(buffalo wings,capsicum,chili,chilli,habanero,hot,hot pepper,jalapeno,mexican,pepper,spicy,tabasco,vegetable)'), array('far fa-pepper-hot' => 'pepper-hot(buffalo wings,capsicum,chili,chilli,habanero,hot,hot pepper,jalapeno,mexican,pepper,spicy,tabasco,vegetable)'), array('fal fa-pepper-hot' => 'pepper-hot(buffalo wings,capsicum,chili,chilli,habanero,hot,hot pepper,jalapeno,mexican,pepper,spicy,tabasco,vegetable)'), array('fas fa-pineapple' => 'pineapple(ananas,fruit,pineapple,tropical)'), array('far fa-pineapple' => 'pineapple(ananas,fruit,pineapple,tropical)'), array('fal fa-pineapple' => 'pineapple(ananas,fruit,pineapple,tropical)'), array('fas fa-potato' => 'potato(potato,spud,tater,tuber)'), array('far fa-potato' => 'potato(potato,spud,tater,tuber)'), array('fal fa-potato' => 'potato(potato,spud,tater,tuber)'), array('fas fa-pumpkin' => 'pumpkin(autumn,gourd,halloween,harvest,squash,thanksgiving,vegetable)'), array('far fa-pumpkin' => 'pumpkin(autumn,gourd,halloween,harvest,squash,thanksgiving,vegetable)'), array('fal fa-pumpkin' => 'pumpkin(autumn,gourd,halloween,harvest,squash,thanksgiving,vegetable)'), array('fas fa-salad' => 'salad(bowl,food,green,green salad,health,lettuce,salad,spinach,vegan,vegetable,vegetarian)'), array('far fa-salad' => 'salad(bowl,food,green,green salad,health,lettuce,salad,spinach,vegan,vegetable,vegetarian)'), array('fal fa-salad' => 'salad(bowl,food,green,green salad,health,lettuce,salad,spinach,vegan,vegetable,vegetarian)'), array('fas fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('far fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fal fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fas fa-strawberry' => 'strawberry(berry,fruit,juice,seed,strawberry,summer)'), array('far fa-strawberry' => 'strawberry(berry,fruit,juice,seed,strawberry,summer)'), array('fal fa-strawberry' => 'strawberry(berry,fruit,juice,seed,strawberry,summer)'), array('fas fa-tomato' => 'tomato(blt,fresh,fruit,garden,salad,summer,tomato,vegetable)'), array('far fa-tomato' => 'tomato(blt,fresh,fruit,garden,salad,summer,tomato,vegetable)'), array('fal fa-tomato' => 'tomato(blt,fresh,fruit,garden,salad,summer,tomato,vegetable)'), array('fas fa-watermelon-slice' => 'watermelon-slice(fruit,seed,watermelon,wedge)'), array('far fa-watermelon-slice' => 'watermelon-slice(fruit,seed,watermelon,wedge)'), array('fal fa-watermelon-slice' => 'watermelon-slice(fruit,seed,watermelon,wedge)'), array('fas fa-wheat' => 'wheat(agriculture,autumn,fall,farming,grain,seasonal)'), array('far fa-wheat' => 'wheat(agriculture,autumn,fall,farming,grain,seasonal)'), array('fal fa-wheat' => 'wheat(agriculture,autumn,fall,farming,grain,seasonal)'), ), 'Writing' => array( array('fas fa-blog' => 'blog(journal,log,online,personal,post,web 2.0,wordpress,writing)'), array('far fa-blog' => 'blog(journal,log,online,personal,post,web 2.0,wordpress,writing)'), array('fal fa-blog' => 'blog(journal,log,online,personal,post,web 2.0,wordpress,writing)'), array('fas fa-book' => 'book(book,cover,decorated,diary,documentation,journal,knowledge,library,notebook,notebook with decorative cover,read,research,scholar)'), array('far fa-book' => 'book(book,cover,decorated,diary,documentation,journal,knowledge,library,notebook,notebook with decorative cover,read,research,scholar)'), array('fal fa-book' => 'book(book,cover,decorated,diary,documentation,journal,knowledge,library,notebook,notebook with decorative cover,read,research,scholar)'), array('fas fa-book-arrow-right' => 'book-arrow-right(library,research)'), array('far fa-book-arrow-right' => 'book-arrow-right(library,research)'), array('fal fa-book-arrow-right' => 'book-arrow-right(library,research)'), array('fas fa-book-arrow-up' => 'book-arrow-up(library,research,upgrade)'), array('far fa-book-arrow-up' => 'book-arrow-up(library,research,upgrade)'), array('fal fa-book-arrow-up' => 'book-arrow-up(library,research,upgrade)'), array('fas fa-book-bookmark' => 'book-bookmark(knowledge,library,research)'), array('far fa-book-bookmark' => 'book-bookmark(knowledge,library,research)'), array('fal fa-book-bookmark' => 'book-bookmark(knowledge,library,research)'), array('fas fa-book-circle-arrow-right' => 'book-circle-arrow-right(library,research)'), array('far fa-book-circle-arrow-right' => 'book-circle-arrow-right(library,research)'), array('fal fa-book-circle-arrow-right' => 'book-circle-arrow-right(library,research)'), array('fas fa-book-circle-arrow-up' => 'book-circle-arrow-up(library,research,upgrade)'), array('far fa-book-circle-arrow-up' => 'book-circle-arrow-up(library,research,upgrade)'), array('fal fa-book-circle-arrow-up' => 'book-circle-arrow-up(library,research,upgrade)'), array('fas fa-book-copy' => 'book-copy(knowledge,library,research)'), array('far fa-book-copy' => 'book-copy(knowledge,library,research)'), array('fal fa-book-copy' => 'book-copy(knowledge,library,research)'), array('fas fa-book-font' => 'book-font(library,research)'), array('far fa-book-font' => 'book-font(library,research)'), array('fal fa-book-font' => 'book-font(library,research)'), array('fas fa-book-open-cover' => 'book-open-cover(knowledge,library,research,scholar)'), array('far fa-book-open-cover' => 'book-open-cover(knowledge,library,research,scholar)'), array('fal fa-book-open-cover' => 'book-open-cover(knowledge,library,research,scholar)'), array('fas fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('far fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('fal fa-bookmark' => 'bookmark(bookmark,favorite,library,mark,marker,read,remember,research,save)'), array('fas fa-bookmark-slash' => 'bookmark-slash(disabled,library,research)'), array('far fa-bookmark-slash' => 'bookmark-slash(disabled,library,research)'), array('fal fa-bookmark-slash' => 'bookmark-slash(disabled,library,research)'), array('fas fa-box-archive' => 'box-archive(box,package,save,storage)'), array('far fa-box-archive' => 'box-archive(box,package,save,storage)'), array('fal fa-box-archive' => 'box-archive(box,package,save,storage)'), array('fas fa-circle-book-open' => 'circle-book-open(library,research)'), array('far fa-circle-book-open' => 'circle-book-open(library,research)'), array('fal fa-circle-book-open' => 'circle-book-open(library,research)'), array('fas fa-circle-bookmark' => 'circle-bookmark(library,research)'), array('far fa-circle-bookmark' => 'circle-bookmark(library,research)'), array('fal fa-circle-bookmark' => 'circle-bookmark(library,research)'), array('fas fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('far fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('fal fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('fas fa-envelope-open' => 'envelope-open(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('far fa-envelope-open' => 'envelope-open(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('fal fa-envelope-open' => 'envelope-open(e-mail,email,letter,mail,message,newsletter,notification,offer,support)'), array('fas fa-eraser' => 'eraser(art,delete,remove,rubber)'), array('far fa-eraser' => 'eraser(art,delete,remove,rubber)'), array('fal fa-eraser' => 'eraser(art,delete,remove,rubber)'), array('fas fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('far fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fal fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fas fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('far fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('fal fa-file-lines' => 'file-lines(Document,Document with Text,document,file-text,invoice,new,page,pdf)'), array('fas fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('far fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('fal fa-folder' => 'folder(Black Folder,archive,directory,document,file,file folder,folder)'), array('fas fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('far fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('fal fa-folder-open' => 'folder-open(Open Folder,archive,directory,document,empty,file,folder,new,open,open file folder)'), array('fas fa-highlighter-line' => 'highlighter-line(highlight,marker,select)'), array('far fa-highlighter-line' => 'highlighter-line(highlight,marker,select)'), array('fal fa-highlighter-line' => 'highlighter-line(highlight,marker,select)'), array('fas fa-input-numeric' => 'input-numeric(age,date,field)'), array('far fa-input-numeric' => 'input-numeric(age,date,field)'), array('fal fa-input-numeric' => 'input-numeric(age,date,field)'), array('fas fa-input-pipe' => 'input-pipe(field,input)'), array('far fa-input-pipe' => 'input-pipe(field,input)'), array('fal fa-input-pipe' => 'input-pipe(field,input)'), array('fas fa-input-text' => 'input-text(field,input,name)'), array('far fa-input-text' => 'input-text(field,input,name)'), array('fal fa-input-text' => 'input-text(field,input,name)'), array('fas fa-keyboard' => 'keyboard(accessory,computer,edit,input,keyboard,text,type,write)'), array('far fa-keyboard' => 'keyboard(accessory,computer,edit,input,keyboard,text,type,write)'), array('fal fa-keyboard' => 'keyboard(accessory,computer,edit,input,keyboard,text,type,write)'), array('fas fa-memo' => 'memo(cv,file,idea,note,notepad,page,paper)'), array('far fa-memo' => 'memo(cv,file,idea,note,notepad,page,paper)'), array('fal fa-memo' => 'memo(cv,file,idea,note,notepad,page,paper)'), array('fas fa-memo-circle-check' => 'memo-circle-check(check,cv,done,enable,file,idea,not affected,note,notepad,ok,okay,page,paper,validate,working)'), array('far fa-memo-circle-check' => 'memo-circle-check(check,cv,done,enable,file,idea,not affected,note,notepad,ok,okay,page,paper,validate,working)'), array('fal fa-memo-circle-check' => 'memo-circle-check(check,cv,done,enable,file,idea,not affected,note,notepad,ok,okay,page,paper,validate,working)'), array('fas fa-memo-circle-info' => 'memo-circle-info(cv,details,file,idea,information,note,notepad,page,paper)'), array('far fa-memo-circle-info' => 'memo-circle-info(cv,details,file,idea,information,note,notepad,page,paper)'), array('fal fa-memo-circle-info' => 'memo-circle-info(cv,details,file,idea,information,note,notepad,page,paper)'), array('fas fa-memo-pad' => 'memo-pad(cv,file,idea,note,notepad,paper)'), array('far fa-memo-pad' => 'memo-pad(cv,file,idea,note,notepad,paper)'), array('fal fa-memo-pad' => 'memo-pad(cv,file,idea,note,notepad,paper)'), array('fas fa-newspaper' => 'newspaper(article,editorial,headline,journal,journalism,news,newsletter,newspaper,paper,press)'), array('far fa-newspaper' => 'newspaper(article,editorial,headline,journal,journalism,news,newsletter,newspaper,paper,press)'), array('fal fa-newspaper' => 'newspaper(article,editorial,headline,journal,journalism,news,newsletter,newspaper,paper,press)'), array('fas fa-notdef' => 'notdef(404,close,missing,not found)'), array('far fa-notdef' => 'notdef(404,close,missing,not found)'), array('fal fa-notdef' => 'notdef(404,close,missing,not found)'), array('fas fa-note' => 'note(Empty Note,memo,sticky note)'), array('far fa-note' => 'note(Empty Note,memo,sticky note)'), array('fal fa-note' => 'note(Empty Note,memo,sticky note)'), array('fas fa-note-sticky' => 'note-sticky(message,note,paper,reminder,sticker)'), array('far fa-note-sticky' => 'note-sticky(message,note,paper,reminder,sticker)'), array('fal fa-note-sticky' => 'note-sticky(message,note,paper,reminder,sticker)'), array('fas fa-notebook' => 'notebook(daybook,diary,journal,noteboo,notebook,notepad,sketch)'), array('far fa-notebook' => 'notebook(daybook,diary,journal,noteboo,notebook,notepad,sketch)'), array('fal fa-notebook' => 'notebook(daybook,diary,journal,noteboo,notebook,notepad,sketch)'), array('fas fa-notes' => 'notes(memo,sticky note)'), array('far fa-notes' => 'notes(memo,sticky note)'), array('fal fa-notes' => 'notes(memo,sticky note)'), array('fas fa-paper-plane' => 'paper-plane(air,float,fold,mail,paper,send)'), array('far fa-paper-plane' => 'paper-plane(air,float,fold,mail,paper,send)'), array('fal fa-paper-plane' => 'paper-plane(air,float,fold,mail,paper,send)'), array('fas fa-paperclip' => 'paperclip(attach,attachment,connect,link,papercli,paperclip)'), array('far fa-paperclip' => 'paperclip(attach,attachment,connect,link,papercli,paperclip)'), array('fal fa-paperclip' => 'paperclip(attach,attachment,connect,link,papercli,paperclip)'), array('fas fa-paperclip-vertical' => 'paperclip-vertical(attach,attachment,connect,link)'), array('far fa-paperclip-vertical' => 'paperclip-vertical(attach,attachment,connect,link)'), array('fal fa-paperclip-vertical' => 'paperclip-vertical(attach,attachment,connect,link)'), array('fas fa-paragraph' => 'paragraph(Pilcrow Sign,edit,format,text,writing)'), array('far fa-paragraph' => 'paragraph(Pilcrow Sign,edit,format,text,writing)'), array('fal fa-paragraph' => 'paragraph(Pilcrow Sign,edit,format,text,writing)'), array('fas fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('far fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('fal fa-pen' => 'pen(ballpoint,design,edit,modify,pen,update,write)'), array('fas fa-pen-circle' => 'pen-circle(draw,edit,modify,pencil,write)'), array('far fa-pen-circle' => 'pen-circle(draw,edit,modify,pencil,write)'), array('fal fa-pen-circle' => 'pen-circle(draw,edit,modify,pencil,write)'), array('fas fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('far fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('fal fa-pen-clip' => 'pen-clip(design,edit,modify,update,write)'), array('fas fa-pen-clip-slash' => 'pen-clip-slash(disabled,modify,remove,style)'), array('far fa-pen-clip-slash' => 'pen-clip-slash(disabled,modify,remove,style)'), array('fal fa-pen-clip-slash' => 'pen-clip-slash(disabled,modify,remove,style)'), array('fas fa-pen-fancy-slash' => 'pen-fancy-slash(disabled,modify,remove,style)'), array('far fa-pen-fancy-slash' => 'pen-fancy-slash(disabled,modify,remove,style)'), array('fal fa-pen-fancy-slash' => 'pen-fancy-slash(disabled,modify,remove,style)'), array('fas fa-pen-field' => 'pen-field(imput,modify,signature,username)'), array('far fa-pen-field' => 'pen-field(imput,modify,signature,username)'), array('fal fa-pen-field' => 'pen-field(imput,modify,signature,username)'), array('fas fa-pen-line' => 'pen-line(draw,modify,write)'), array('far fa-pen-line' => 'pen-line(draw,modify,write)'), array('fal fa-pen-line' => 'pen-line(draw,modify,write)'), array('fas fa-pen-slash' => 'pen-slash(disabled,modify,remove,style)'), array('far fa-pen-slash' => 'pen-slash(disabled,modify,remove,style)'), array('fal fa-pen-slash' => 'pen-slash(disabled,modify,remove,style)'), array('fas fa-pen-swirl' => 'pen-swirl(draw,modify,scribble,stylus)'), array('far fa-pen-swirl' => 'pen-swirl(draw,modify,scribble,stylus)'), array('fal fa-pen-swirl' => 'pen-swirl(draw,modify,scribble,stylus)'), array('fas fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('far fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('fal fa-pen-to-square' => 'pen-to-square(edit,modify,pen,pencil,update,write)'), array('fas fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('far fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('fal fa-pencil' => 'pencil(Lower Left Pencil,design,draw,edit,lead,maintenance,modify,pencil,update,write)'), array('fas fa-pencil-mechanical' => 'pencil-mechanical(draw,edit,eraser,graphite,lead,pencil,stylus,write)'), array('far fa-pencil-mechanical' => 'pencil-mechanical(draw,edit,eraser,graphite,lead,pencil,stylus,write)'), array('fal fa-pencil-mechanical' => 'pencil-mechanical(draw,edit,eraser,graphite,lead,pencil,stylus,write)'), array('fas fa-pencil-slash' => 'pencil-slash(disabled,modify,remove,style)'), array('far fa-pencil-slash' => 'pencil-slash(disabled,modify,remove,style)'), array('fal fa-pencil-slash' => 'pencil-slash(disabled,modify,remove,style)'), array('fas fa-quote-left' => 'quote-left(Left Double Quotation Mark,mention,note,phrase,text,type)'), array('far fa-quote-left' => 'quote-left(Left Double Quotation Mark,mention,note,phrase,text,type)'), array('fal fa-quote-left' => 'quote-left(Left Double Quotation Mark,mention,note,phrase,text,type)'), array('fas fa-quote-right' => 'quote-right(Right Double Quotation Mark,mention,note,phrase,text,type)'), array('far fa-quote-right' => 'quote-right(Right Double Quotation Mark,mention,note,phrase,text,type)'), array('fal fa-quote-right' => 'quote-right(Right Double Quotation Mark,mention,note,phrase,text,type)'), array('fas fa-quotes' => 'quotes(cite,quotation,quote)'), array('far fa-quotes' => 'quotes(cite,quotation,quote)'), array('fal fa-quotes' => 'quotes(cite,quotation,quote)'), array('fas fa-signature' => 'signature(John Hancock,cursive,name,username,writing)'), array('far fa-signature' => 'signature(John Hancock,cursive,name,username,writing)'), array('fal fa-signature' => 'signature(John Hancock,cursive,name,username,writing)'), array('fas fa-square-pen' => 'square-pen(edit,modify,pencil-square,update,write)'), array('far fa-square-pen' => 'square-pen(edit,modify,pencil-square,update,write)'), array('fal fa-square-pen' => 'square-pen(edit,modify,pencil-square,update,write)'), array('fas fa-square-quote' => 'square-quote(mention,note,text,type)'), array('far fa-square-quote' => 'square-quote(mention,note,text,type)'), array('fal fa-square-quote' => 'square-quote(mention,note,text,type)'), array('fas fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('far fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('fal fa-thumbtack' => 'thumbtack(Black Pushpin,coordinates,location,marker,pin,pushpin,thumb-tack)'), array('fas fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('far fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('fal fa-thumbtack-slash' => 'thumbtack-slash( coordinates, location, marker, pin, pushpin, thumb-tack, unpin,Black Pushpin)'), array('fas fa-typewriter' => 'typewriter(keyboard,letterpress,movable type,newspaper,novel,retro,typing,vintage,writing)'), array('far fa-typewriter' => 'typewriter(keyboard,letterpress,movable type,newspaper,novel,retro,typing,vintage,writing)'), array('fal fa-typewriter' => 'typewriter(keyboard,letterpress,movable type,newspaper,novel,retro,typing,vintage,writing)'), ), 'Energy' => array( array('fas fa-arrow-up-from-ground-water' => 'arrow-up-from-ground-water(groundwater,spring,upgrade,water supply,water table)'), array('far fa-arrow-up-from-ground-water' => 'arrow-up-from-ground-water(groundwater,spring,upgrade,water supply,water table)'), array('fal fa-arrow-up-from-ground-water' => 'arrow-up-from-ground-water(groundwater,spring,upgrade,water supply,water table)'), array('fas fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('far fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fal fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fas fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('far fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('fal fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('fas fa-battery-bolt' => 'battery-bolt(charge,power,status)'), array('far fa-battery-bolt' => 'battery-bolt(charge,power,status)'), array('fal fa-battery-bolt' => 'battery-bolt(charge,power,status)'), array('fas fa-battery-empty' => 'battery-empty(charge,dead,power,status)'), array('far fa-battery-empty' => 'battery-empty(charge,dead,power,status)'), array('fal fa-battery-empty' => 'battery-empty(charge,dead,power,status)'), array('fas fa-battery-exclamation' => 'battery-exclamation(charge,empty,failed,power)'), array('far fa-battery-exclamation' => 'battery-exclamation(charge,empty,failed,power)'), array('fal fa-battery-exclamation' => 'battery-exclamation(charge,empty,failed,power)'), array('fas fa-battery-full' => 'battery-full(batter,battery,charge,power,status)'), array('far fa-battery-full' => 'battery-full(batter,battery,charge,power,status)'), array('fal fa-battery-full' => 'battery-full(batter,battery,charge,power,status)'), array('fas fa-battery-half' => 'battery-half(charge,power,status)'), array('far fa-battery-half' => 'battery-half(charge,power,status)'), array('fal fa-battery-half' => 'battery-half(charge,power,status)'), array('fas fa-battery-low' => 'battery-low(charge,empty,power)'), array('far fa-battery-low' => 'battery-low(charge,empty,power)'), array('fal fa-battery-low' => 'battery-low(charge,empty,power)'), array('fas fa-battery-quarter' => 'battery-quarter(charge,low,power,status)'), array('far fa-battery-quarter' => 'battery-quarter(charge,low,power,status)'), array('fal fa-battery-quarter' => 'battery-quarter(charge,low,power,status)'), array('fas fa-battery-slash' => 'battery-slash(charge,dead,disabled,power,status)'), array('far fa-battery-slash' => 'battery-slash(charge,dead,disabled,power,status)'), array('fal fa-battery-slash' => 'battery-slash(charge,dead,disabled,power,status)'), array('fas fa-battery-three-quarters' => 'battery-three-quarters(charge,power,status)'), array('far fa-battery-three-quarters' => 'battery-three-quarters(charge,power,status)'), array('fal fa-battery-three-quarters' => 'battery-three-quarters(charge,power,status)'), array('fas fa-bolt' => 'bolt(charge,danger,electric,electricity,flash,high voltage,lightning,voltage,weather,zap)'), array('far fa-bolt' => 'bolt(charge,danger,electric,electricity,flash,high voltage,lightning,voltage,weather,zap)'), array('fal fa-bolt' => 'bolt(charge,danger,electric,electricity,flash,high voltage,lightning,voltage,weather,zap)'), array('fas fa-burrito' => 'burrito(beans,breakfast,burrito,chimichanga,mexican,salsa,taco,tortilla,wrap)'), array('far fa-burrito' => 'burrito(beans,breakfast,burrito,chimichanga,mexican,salsa,taco,tortilla,wrap)'), array('fal fa-burrito' => 'burrito(beans,breakfast,burrito,chimichanga,mexican,salsa,taco,tortilla,wrap)'), array('fas fa-car-battery' => 'car-battery(auto,electric,mechanic,power)'), array('far fa-car-battery' => 'car-battery(auto,electric,mechanic,power)'), array('fal fa-car-battery' => 'car-battery(auto,electric,mechanic,power)'), array('fas fa-car-bolt' => 'car-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('far fa-car-bolt' => 'car-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fal fa-car-bolt' => 'car-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fas fa-car-circle-bolt' => 'car-circle-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('far fa-car-circle-bolt' => 'car-circle-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fal fa-car-circle-bolt' => 'car-circle-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fas fa-car-side-bolt' => 'car-side-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('far fa-car-side-bolt' => 'car-side-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fal fa-car-side-bolt' => 'car-side-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fas fa-charging-station' => 'charging-station(electric,ev,tesla,vehicle)'), array('far fa-charging-station' => 'charging-station(electric,ev,tesla,vehicle)'), array('fal fa-charging-station' => 'charging-station(electric,ev,tesla,vehicle)'), array('fas fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('far fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('fal fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('fas fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('far fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('fal fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('fas fa-fan' => 'fan(ac,air conditioning,blade,blower,cool,hot)'), array('far fa-fan' => 'fan(ac,air conditioning,blade,blower,cool,hot)'), array('fal fa-fan' => 'fan(ac,air conditioning,blade,blower,cool,hot)'), array('fas fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('far fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('fal fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('fas fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('far fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('fal fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('fas fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('far fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('fal fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('fas fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('far fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('fal fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('fas fa-gas-pump-slash' => 'gas-pump-slash(car,disabled,empty,fuel,gasoline,petrol)'), array('far fa-gas-pump-slash' => 'gas-pump-slash(car,disabled,empty,fuel,gasoline,petrol)'), array('fal fa-gas-pump-slash' => 'gas-pump-slash(car,disabled,empty,fuel,gasoline,petrol)'), array('fas fa-grate' => 'grate(drain,manhole)'), array('far fa-grate' => 'grate(drain,manhole)'), array('fal fa-grate' => 'grate(drain,manhole)'), array('fas fa-grate-droplet' => 'grate-droplet(drain,manhole)'), array('far fa-grate-droplet' => 'grate-droplet(drain,manhole)'), array('fal fa-grate-droplet' => 'grate-droplet(drain,manhole)'), array('fas fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('far fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('fal fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('fas fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('far fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('fal fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('fas fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('far fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('fal fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('fas fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('far fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('fal fa-industry' => 'industry(building,factory,industrial,manufacturing,mill,warehouse)'), array('fas fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('far fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('fal fa-industry-windows' => 'industry-windows(building,factory,industrial,manufacturing,mill,warehouse)'), array('fas fa-lamp-street' => 'lamp-street(light,lighting,utilities)'), array('far fa-lamp-street' => 'lamp-street(light,lighting,utilities)'), array('fal fa-lamp-street' => 'lamp-street(light,lighting,utilities)'), array('fas fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('far fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('fal fa-leaf' => 'leaf(eco,flora,nature,plant,vegan)'), array('fas fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('far fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('fal fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('fas fa-lightbulb-cfl' => 'lightbulb-cfl(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('far fa-lightbulb-cfl' => 'lightbulb-cfl(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('fal fa-lightbulb-cfl' => 'lightbulb-cfl(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('fas fa-manhole' => 'manhole(grate,sewer)'), array('far fa-manhole' => 'manhole(grate,sewer)'), array('fal fa-manhole' => 'manhole(grate,sewer)'), array('fas fa-meter' => 'meter(electricity,transmission,utilities)'), array('far fa-meter' => 'meter(electricity,transmission,utilities)'), array('fal fa-meter' => 'meter(electricity,transmission,utilities)'), array('fas fa-meter-bolt' => 'meter-bolt(electricity,transmission,utilities)'), array('far fa-meter-bolt' => 'meter-bolt(electricity,transmission,utilities)'), array('fal fa-meter-bolt' => 'meter-bolt(electricity,transmission,utilities)'), array('fas fa-meter-droplet' => 'meter-droplet(electricity,transmission,utilities)'), array('far fa-meter-droplet' => 'meter-droplet(electricity,transmission,utilities)'), array('fal fa-meter-droplet' => 'meter-droplet(electricity,transmission,utilities)'), array('fas fa-meter-fire' => 'meter-fire(electricity,transmission,utilities)'), array('far fa-meter-fire' => 'meter-fire(electricity,transmission,utilities)'), array('fal fa-meter-fire' => 'meter-fire(electricity,transmission,utilities)'), array('fas fa-oil-well' => 'oil-well(drill,oil,rig)'), array('far fa-oil-well' => 'oil-well(drill,oil,rig)'), array('fal fa-oil-well' => 'oil-well(drill,oil,rig)'), array('fas fa-outlet' => 'outlet(electricity,energy,plug,power)'), array('far fa-outlet' => 'outlet(electricity,energy,plug,power)'), array('fal fa-outlet' => 'outlet(electricity,energy,plug,power)'), array('fas fa-pedestal' => 'pedestal(electricity,reading)'), array('far fa-pedestal' => 'pedestal(electricity,reading)'), array('fal fa-pedestal' => 'pedestal(electricity,reading)'), array('fas fa-pipe-circle-check' => 'pipe-circle-check(drain,enable,plumbing,supply,validate,vesda,water,working)'), array('far fa-pipe-circle-check' => 'pipe-circle-check(drain,enable,plumbing,supply,validate,vesda,water,working)'), array('fal fa-pipe-circle-check' => 'pipe-circle-check(drain,enable,plumbing,supply,validate,vesda,water,working)'), array('fas fa-pipe-collar' => 'pipe-collar(drain,plumbing,supply,water)'), array('far fa-pipe-collar' => 'pipe-collar(drain,plumbing,supply,water)'), array('fal fa-pipe-collar' => 'pipe-collar(drain,plumbing,supply,water)'), array('fas fa-pipe-section' => 'pipe-section(drain,plumbing,supply,water)'), array('far fa-pipe-section' => 'pipe-section(drain,plumbing,supply,water)'), array('fal fa-pipe-section' => 'pipe-section(drain,plumbing,supply,water)'), array('fas fa-pipe-valve' => 'pipe-valve(drain,plumbing,supply,water)'), array('far fa-pipe-valve' => 'pipe-valve(drain,plumbing,supply,water)'), array('fal fa-pipe-valve' => 'pipe-valve(drain,plumbing,supply,water)'), array('fas fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('far fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('fal fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('fas fa-plug-circle-bolt' => 'plug-circle-bolt(electric,electricity,plug,power)'), array('far fa-plug-circle-bolt' => 'plug-circle-bolt(electric,electricity,plug,power)'), array('fal fa-plug-circle-bolt' => 'plug-circle-bolt(electric,electricity,plug,power)'), array('fas fa-plug-circle-check' => 'plug-circle-check(electric,electricity,enable,not affected,ok,okay,plug,power,validate,working)'), array('far fa-plug-circle-check' => 'plug-circle-check(electric,electricity,enable,not affected,ok,okay,plug,power,validate,working)'), array('fal fa-plug-circle-check' => 'plug-circle-check(electric,electricity,enable,not affected,ok,okay,plug,power,validate,working)'), array('fas fa-plug-circle-exclamation' => 'plug-circle-exclamation(affected,electric,electricity,failed,plug,power)'), array('far fa-plug-circle-exclamation' => 'plug-circle-exclamation(affected,electric,electricity,failed,plug,power)'), array('fal fa-plug-circle-exclamation' => 'plug-circle-exclamation(affected,electric,electricity,failed,plug,power)'), array('fas fa-plug-circle-minus' => 'plug-circle-minus(disconnect,electric,electricity,plug,power)'), array('far fa-plug-circle-minus' => 'plug-circle-minus(disconnect,electric,electricity,plug,power)'), array('fal fa-plug-circle-minus' => 'plug-circle-minus(disconnect,electric,electricity,plug,power)'), array('fas fa-plug-circle-plus' => 'plug-circle-plus(electric,electricity,plug,power)'), array('far fa-plug-circle-plus' => 'plug-circle-plus(electric,electricity,plug,power)'), array('fal fa-plug-circle-plus' => 'plug-circle-plus(electric,electricity,plug,power)'), array('fas fa-plug-circle-xmark' => 'plug-circle-xmark(destroy,disconnect,electric,electricity,outage,plug,power,uncheck)'), array('far fa-plug-circle-xmark' => 'plug-circle-xmark(destroy,disconnect,electric,electricity,outage,plug,power,uncheck)'), array('fal fa-plug-circle-xmark' => 'plug-circle-xmark(destroy,disconnect,electric,electricity,outage,plug,power,uncheck)'), array('fas fa-poop' => 'poop(crap,poop,shit,smile,turd)'), array('far fa-poop' => 'poop(crap,poop,shit,smile,turd)'), array('fal fa-poop' => 'poop(crap,poop,shit,smile,turd)'), array('fas fa-power-off' => 'power-off(Power Symbol,cancel,computer,on,reboot,restart)'), array('far fa-power-off' => 'power-off(Power Symbol,cancel,computer,on,reboot,restart)'), array('fal fa-power-off' => 'power-off(Power Symbol,cancel,computer,on,reboot,restart)'), array('fas fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('far fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fal fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fas fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('far fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fal fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fas fa-solar-panel' => 'solar-panel(clean,eco-friendly,energy,green,sun)'), array('far fa-solar-panel' => 'solar-panel(clean,eco-friendly,energy,green,sun)'), array('fal fa-solar-panel' => 'solar-panel(clean,eco-friendly,energy,green,sun)'), array('fas fa-sun' => 'sun(bright,brighten,contrast,day,lighter,rays,sol,solar,star,sun,sunny,weather)'), array('far fa-sun' => 'sun(bright,brighten,contrast,day,lighter,rays,sol,solar,star,sun,sunny,weather)'), array('fal fa-sun' => 'sun(bright,brighten,contrast,day,lighter,rays,sol,solar,star,sun,sunny,weather)'), array('fas fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('far fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('fal fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('fas fa-transformer-bolt' => 'transformer-bolt(electricity,energy,substation,thunderbolt)'), array('far fa-transformer-bolt' => 'transformer-bolt(electricity,energy,substation,thunderbolt)'), array('fal fa-transformer-bolt' => 'transformer-bolt(electricity,energy,substation,thunderbolt)'), array('fas fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('far fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('fal fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('fas fa-utility-pole' => 'utility-pole(phone,power,transmission)'), array('far fa-utility-pole' => 'utility-pole(phone,power,transmission)'), array('fal fa-utility-pole' => 'utility-pole(phone,power,transmission)'), array('fas fa-utility-pole-double' => 'utility-pole-double(phone,power,transmission)'), array('far fa-utility-pole-double' => 'utility-pole-double(phone,power,transmission)'), array('fal fa-utility-pole-double' => 'utility-pole-double(phone,power,transmission)'), array('fas fa-vent-damper' => 'vent-damper(air,fire,hvac,ventilate)'), array('far fa-vent-damper' => 'vent-damper(air,fire,hvac,ventilate)'), array('fal fa-vent-damper' => 'vent-damper(air,fire,hvac,ventilate)'), array('fas fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('far fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('fal fa-water' => 'water(lake,liquid,ocean,sea,swim,wet)'), array('fas fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('far fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('fal fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('fas fa-wind-turbine' => 'wind-turbine(electricity,energy,generator,renewable,wind power,windmill)'), array('far fa-wind-turbine' => 'wind-turbine(electricity,energy,generator,renewable,wind power,windmill)'), array('fal fa-wind-turbine' => 'wind-turbine(electricity,energy,generator,renewable,wind power,windmill)'), ), 'Science' => array( array('fas fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('far fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fal fa-atom' => 'atom(atheism,atheist,atom,atom symbol,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science)'), array('fas fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('far fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('fal fa-atom-simple' => 'atom-simple(atheism,chemistry,electron,ion,isotope,knowledge,neutron,nuclear,proton,science,space)'), array('fas fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('far fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('fal fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('fas fa-book-sparkles' => 'book-sparkles(Dungeons & Dragons,d&d,dark arts,dnd,documentation,evil,fantasy,halloween,holiday,library,mage,magic,read,research,sorcery,voodoo,witch,wizard)'), array('far fa-book-sparkles' => 'book-sparkles(Dungeons & Dragons,d&d,dark arts,dnd,documentation,evil,fantasy,halloween,holiday,library,mage,magic,read,research,sorcery,voodoo,witch,wizard)'), array('fal fa-book-sparkles' => 'book-sparkles(Dungeons & Dragons,d&d,dark arts,dnd,documentation,evil,fantasy,halloween,holiday,library,mage,magic,read,research,sorcery,voodoo,witch,wizard)'), array('fas fa-brain' => 'brain(brain,cerebellum,gray matter,intellect,intelligent,knowledge,medulla oblongata,mind,noodle,scholar,wit)'), array('far fa-brain' => 'brain(brain,cerebellum,gray matter,intellect,intelligent,knowledge,medulla oblongata,mind,noodle,scholar,wit)'), array('fal fa-brain' => 'brain(brain,cerebellum,gray matter,intellect,intelligent,knowledge,medulla oblongata,mind,noodle,scholar,wit)'), array('fas fa-buoy-mooring' => 'buoy-mooring(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('far fa-buoy-mooring' => 'buoy-mooring(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('fal fa-buoy-mooring' => 'buoy-mooring(anchor,float,hazard,mooring,nautical,navigation,warning,water)'), array('fas fa-capsules' => 'capsules(drugs,medicine,pills,prescription)'), array('far fa-capsules' => 'capsules(drugs,medicine,pills,prescription)'), array('fal fa-capsules' => 'capsules(drugs,medicine,pills,prescription)'), array('fas fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('far fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('fal fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('fas fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('far fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('fal fa-chart-mixed' => 'chart-mixed(analytics,chart,data,forecast,graph,measure,performance,revenue,roi,tracking,trend)'), array('fas fa-chart-network' => 'chart-network(activity,analytics,association,dashboard,diagram,distribution,map,network,performance)'), array('far fa-chart-network' => 'chart-network(activity,analytics,association,dashboard,diagram,distribution,map,network,performance)'), array('fal fa-chart-network' => 'chart-network(activity,analytics,association,dashboard,diagram,distribution,map,network,performance)'), array('fas fa-chart-scatter' => 'chart-scatter(analytics,chart,diagram,graph,performance,plot,statistics)'), array('far fa-chart-scatter' => 'chart-scatter(analytics,chart,diagram,graph,performance,plot,statistics)'), array('fal fa-chart-scatter' => 'chart-scatter(analytics,chart,diagram,graph,performance,plot,statistics)'), array('fas fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('far fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('fal fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('fas fa-clipboard-check' => 'clipboard-check(accept,agree,confirm,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('far fa-clipboard-check' => 'clipboard-check(accept,agree,confirm,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('fal fa-clipboard-check' => 'clipboard-check(accept,agree,confirm,coupon,done,enable,ok,select,success,tick,todo,validate,working,yes)'), array('fas fa-disease' => 'disease(bacteria,cancer,coronavirus,covid-19,flu,illness,infection,pandemic,sickness,virus)'), array('far fa-disease' => 'disease(bacteria,cancer,coronavirus,covid-19,flu,illness,infection,pandemic,sickness,virus)'), array('fal fa-disease' => 'disease(bacteria,cancer,coronavirus,covid-19,flu,illness,infection,pandemic,sickness,virus)'), array('fas fa-dna' => 'dna(biologist,dna,double helix,evolution,gene,genetic,genetics,helix,life,molecule,protein)'), array('far fa-dna' => 'dna(biologist,dna,double helix,evolution,gene,genetic,genetics,helix,life,molecule,protein)'), array('fal fa-dna' => 'dna(biologist,dna,double helix,evolution,gene,genetic,genetics,helix,life,molecule,protein)'), array('fas fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('far fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('fal fa-eye-dropper' => 'eye-dropper(beaker,clone,color,copy,eyedropper,pipette)'), array('fas fa-filter' => 'filter(funnel,options,separate,sort)'), array('far fa-filter' => 'filter(funnel,options,separate,sort)'), array('fal fa-filter' => 'filter(funnel,options,separate,sort)'), array('fas fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('far fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('fal fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('fas fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('far fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('fal fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('fas fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('far fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('fal fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('fas fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('far fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('fal fa-flask' => 'flask(beaker,chemicals,experiment,experimental,knowledge,labs,liquid,potion,science,vial)'), array('fas fa-flask-gear' => 'flask-gear( beaker, chemicals, experiment, experimental, gear, labs, liquid, science, settings, vial,potion)'), array('far fa-flask-gear' => 'flask-gear( beaker, chemicals, experiment, experimental, gear, labs, liquid, science, settings, vial,potion)'), array('fal fa-flask-gear' => 'flask-gear( beaker, chemicals, experiment, experimental, gear, labs, liquid, science, settings, vial,potion)'), array('fas fa-flask-round-poison' => 'flask-round-poison( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,beverage,container,drink,halloween,health,holiday,potion,power)'), array('far fa-flask-round-poison' => 'flask-round-poison( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,beverage,container,drink,halloween,health,holiday,potion,power)'), array('fal fa-flask-round-poison' => 'flask-round-poison( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,beverage,container,drink,halloween,health,holiday,potion,power)'), array('fas fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('far fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('fal fa-flask-round-potion' => 'flask-round-potion( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,Dungeons & Dragons,alert,beaker,beverage,container,d&d,danger,dangerous,deadly,death,dnd,drink,fantasy,halloween,heal,health,holiday,knowledge,magic,mana,potion,science)'), array('fas fa-flask-vial' => 'flask-vial( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,ampule,chemistry,lab,laboratory,potion,test,test tube)'), array('far fa-flask-vial' => 'flask-vial( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,ampule,chemistry,lab,laboratory,potion,test,test tube)'), array('fal fa-flask-vial' => 'flask-vial( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,ampule,chemistry,lab,laboratory,potion,test,test tube)'), array('fas fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('far fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('fal fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('fas fa-head-side-brain' => 'head-side-brain(diagnosis,face,knowledge,mental health,profile,psychiatric,psychiatry,scholar,uer)'), array('far fa-head-side-brain' => 'head-side-brain(diagnosis,face,knowledge,mental health,profile,psychiatric,psychiatry,scholar,uer)'), array('fal fa-head-side-brain' => 'head-side-brain(diagnosis,face,knowledge,mental health,profile,psychiatric,psychiatry,scholar,uer)'), array('fas fa-key-skeleton' => 'key-skeleton(clue,halloween,key,lock,old,old key,password,private,secret,unlock)'), array('far fa-key-skeleton' => 'key-skeleton(clue,halloween,key,lock,old,old key,password,private,secret,unlock)'), array('fal fa-key-skeleton' => 'key-skeleton(clue,halloween,key,lock,old,old key,password,private,secret,unlock)'), array('fas fa-kite' => 'kite(air,benjamin,fall,fly,flying,franklin,kite,outdoors,seasonal,sky,soar,wind)'), array('far fa-kite' => 'kite(air,benjamin,fall,fly,flying,franklin,kite,outdoors,seasonal,sky,soar,wind)'), array('fal fa-kite' => 'kite(air,benjamin,fall,fly,flying,franklin,kite,outdoors,seasonal,sky,soar,wind)'), array('fas fa-magnet' => 'magnet(Attract,attraction,horseshoe,lodestone,magnet,magnetic,tool)'), array('far fa-magnet' => 'magnet(Attract,attraction,horseshoe,lodestone,magnet,magnetic,tool)'), array('fal fa-magnet' => 'magnet(Attract,attraction,horseshoe,lodestone,magnet,magnetic,tool)'), array('fas fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('far fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('fal fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('fas fa-mortar-pestle' => 'mortar-pestle(crush,culinary,grind,medical,mix,pharmacy,prescription,spices)'), array('far fa-mortar-pestle' => 'mortar-pestle(crush,culinary,grind,medical,mix,pharmacy,prescription,spices)'), array('fal fa-mortar-pestle' => 'mortar-pestle(crush,culinary,grind,medical,mix,pharmacy,prescription,spices)'), array('fas fa-pills' => 'pills(drugs,medicine,prescription,tablets)'), array('far fa-pills' => 'pills(drugs,medicine,prescription,tablets)'), array('fal fa-pills' => 'pills(drugs,medicine,prescription,tablets)'), array('fas fa-prescription-bottle' => 'prescription-bottle(drugs,medical,medicine,pharmacy,rx)'), array('far fa-prescription-bottle' => 'prescription-bottle(drugs,medical,medicine,pharmacy,rx)'), array('fal fa-prescription-bottle' => 'prescription-bottle(drugs,medical,medicine,pharmacy,rx)'), array('fas fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('far fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fal fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fas fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('far fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fal fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fas fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('far fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fal fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fas fa-square-virus' => 'square-virus(coronavirus,covid-19,disease,flu,infection,pandemic)'), array('far fa-square-virus' => 'square-virus(coronavirus,covid-19,disease,flu,infection,pandemic)'), array('fal fa-square-virus' => 'square-virus(coronavirus,covid-19,disease,flu,infection,pandemic)'), array('fas fa-syringe' => 'syringe(covid-19,doctor,immunizations,medical,medicine,needle,shot,sick,syringe,vaccinate,vaccine)'), array('far fa-syringe' => 'syringe(covid-19,doctor,immunizations,medical,medicine,needle,shot,sick,syringe,vaccinate,vaccine)'), array('fal fa-syringe' => 'syringe(covid-19,doctor,immunizations,medical,medicine,needle,shot,sick,syringe,vaccinate,vaccine)'), array('fas fa-tablets' => 'tablets(drugs,medicine,pills,prescription)'), array('far fa-tablets' => 'tablets(drugs,medicine,pills,prescription)'), array('fal fa-tablets' => 'tablets(drugs,medicine,pills,prescription)'), array('fas fa-tally' => 'tally(count,hash,numbers)'), array('far fa-tally' => 'tally(count,hash,numbers)'), array('fal fa-tally' => 'tally(count,hash,numbers)'), array('fas fa-temperature-high' => 'temperature-high(cook,covid-19,mercury,summer,thermometer,warm)'), array('far fa-temperature-high' => 'temperature-high(cook,covid-19,mercury,summer,thermometer,warm)'), array('fal fa-temperature-high' => 'temperature-high(cook,covid-19,mercury,summer,thermometer,warm)'), array('fas fa-temperature-low' => 'temperature-low(cold,cool,covid-19,mercury,thermometer,winter)'), array('far fa-temperature-low' => 'temperature-low(cold,cool,covid-19,mercury,thermometer,winter)'), array('fal fa-temperature-low' => 'temperature-low(cold,cool,covid-19,mercury,thermometer,winter)'), array('fas fa-vial' => 'vial(ampule,chemist,chemistry,experiment,knowledge,lab,sample,science,test,test tube)'), array('far fa-vial' => 'vial(ampule,chemist,chemistry,experiment,knowledge,lab,sample,science,test,test tube)'), array('fal fa-vial' => 'vial(ampule,chemist,chemistry,experiment,knowledge,lab,sample,science,test,test tube)'), array('fas fa-vial-circle-check' => 'vial-circle-check(ampule,chemist,chemistry,enable,not affected,ok,okay,success,test tube,tube,vaccine,validate,working)'), array('far fa-vial-circle-check' => 'vial-circle-check(ampule,chemist,chemistry,enable,not affected,ok,okay,success,test tube,tube,vaccine,validate,working)'), array('fal fa-vial-circle-check' => 'vial-circle-check(ampule,chemist,chemistry,enable,not affected,ok,okay,success,test tube,tube,vaccine,validate,working)'), array('fas fa-vial-virus' => 'vial-virus(ampule,coronavirus,covid-19,flue,infection,lab,laboratory,pandemic,test,test tube,vaccine)'), array('far fa-vial-virus' => 'vial-virus(ampule,coronavirus,covid-19,flue,infection,lab,laboratory,pandemic,test,test tube,vaccine)'), array('fal fa-vial-virus' => 'vial-virus(ampule,coronavirus,covid-19,flue,infection,lab,laboratory,pandemic,test,test tube,vaccine)'), array('fas fa-vials' => 'vials(ampule,experiment,knowledge,lab,sample,science,test,test tube)'), array('far fa-vials' => 'vials(ampule,experiment,knowledge,lab,sample,science,test,test tube)'), array('fal fa-vials' => 'vials(ampule,experiment,knowledge,lab,sample,science,test,test tube)'), ), 'Household' => array( array('fas fa-air-conditioner' => 'air-conditioner(ac,cool,heat,heat pump,hvac,mini-split,temperature,unit)'), array('far fa-air-conditioner' => 'air-conditioner(ac,cool,heat,heat pump,hvac,mini-split,temperature,unit)'), array('fal fa-air-conditioner' => 'air-conditioner(ac,cool,heat,heat pump,hvac,mini-split,temperature,unit)'), array('fas fa-arrow-up-from-water-pump' => 'arrow-up-from-water-pump(flood,groundwater,pump,submersible,sump pump,upgrade)'), array('far fa-arrow-up-from-water-pump' => 'arrow-up-from-water-pump(flood,groundwater,pump,submersible,sump pump,upgrade)'), array('fal fa-arrow-up-from-water-pump' => 'arrow-up-from-water-pump(flood,groundwater,pump,submersible,sump pump,upgrade)'), array('fas fa-bag-seedling' => 'bag-seedling( agriculture, fertilizer, garden, grow, plant, sack, seed,bag)'), array('far fa-bag-seedling' => 'bag-seedling( agriculture, fertilizer, garden, grow, plant, sack, seed,bag)'), array('fal fa-bag-seedling' => 'bag-seedling( agriculture, fertilizer, garden, grow, plant, sack, seed,bag)'), array('fas fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('far fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('fal fa-bath' => 'bath(bath,bathtub,clean,shower,tub,wash)'), array('fas fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('far fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('fal fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('fas fa-bed-bunk' => 'bed-bunk(lodging,mattress,rest,siblings,sleep,sleepover,travel)'), array('far fa-bed-bunk' => 'bed-bunk(lodging,mattress,rest,siblings,sleep,sleepover,travel)'), array('fal fa-bed-bunk' => 'bed-bunk(lodging,mattress,rest,siblings,sleep,sleepover,travel)'), array('fas fa-bed-empty' => 'bed-empty(bed,hotel,lodging,mattress,rest,sleep,travel)'), array('far fa-bed-empty' => 'bed-empty(bed,hotel,lodging,mattress,rest,sleep,travel)'), array('fal fa-bed-empty' => 'bed-empty(bed,hotel,lodging,mattress,rest,sleep,travel)'), array('fas fa-bed-front' => 'bed-front(double,king,lodging,mattress,pillows,queen,rest,sleep,travel)'), array('far fa-bed-front' => 'bed-front(double,king,lodging,mattress,pillows,queen,rest,sleep,travel)'), array('fal fa-bed-front' => 'bed-front(double,king,lodging,mattress,pillows,queen,rest,sleep,travel)'), array('fas fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('far fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fal fa-bell' => 'bell(alarm,alert,bel,bell,chime,notification,reminder,request)'), array('fas fa-bell-on' => 'bell-on(Ringing Bell,alarm,alert,chime,notification,reminder,request)'), array('far fa-bell-on' => 'bell-on(Ringing Bell,alarm,alert,chime,notification,reminder,request)'), array('fal fa-bell-on' => 'bell-on(Ringing Bell,alarm,alert,chime,notification,reminder,request)'), array('fas fa-bell-ring' => 'bell-ring( Ringing Bell, alarm, alert, chime, notification, reminder,request)'), array('far fa-bell-ring' => 'bell-ring( Ringing Bell, alarm, alert, chime, notification, reminder,request)'), array('fal fa-bell-ring' => 'bell-ring( Ringing Bell, alarm, alert, chime, notification, reminder,request)'), array('fas fa-bin-bottles' => 'bin-bottles( collect, jug, recycle,plastics)'), array('far fa-bin-bottles' => 'bin-bottles( collect, jug, recycle,plastics)'), array('fal fa-bin-bottles' => 'bin-bottles( collect, jug, recycle,plastics)'), array('fas fa-bin-bottles-recycle' => 'bin-bottles-recycle( jug, recycle, collect, plastics)'), array('far fa-bin-bottles-recycle' => 'bin-bottles-recycle( jug, recycle, collect, plastics)'), array('fal fa-bin-bottles-recycle' => 'bin-bottles-recycle( jug, recycle, collect, plastics)'), array('fas fa-bin-recycle' => 'bin-recycle( jug, recycle, collect, plastics)'), array('far fa-bin-recycle' => 'bin-recycle( jug, recycle, collect, plastics)'), array('fal fa-bin-recycle' => 'bin-recycle( jug, recycle, collect, plastics)'), array('fas fa-blanket' => 'blanket(bed,cover,cozy,sleep,warm)'), array('far fa-blanket' => 'blanket(bed,cover,cozy,sleep,warm)'), array('fal fa-blanket' => 'blanket(bed,cover,cozy,sleep,warm)'), array('fas fa-blanket-fire' => 'blanket-fire(fire,flammable,safety)'), array('far fa-blanket-fire' => 'blanket-fire(fire,flammable,safety)'), array('fal fa-blanket-fire' => 'blanket-fire(fire,flammable,safety)'), array('fas fa-blender' => 'blender(cocktail,milkshake,mixer,puree,smoothie)'), array('far fa-blender' => 'blender(cocktail,milkshake,mixer,puree,smoothie)'), array('fal fa-blender' => 'blender(cocktail,milkshake,mixer,puree,smoothie)'), array('fas fa-blinds' => 'blinds(privacy,shutter,window)'), array('far fa-blinds' => 'blinds(privacy,shutter,window)'), array('fal fa-blinds' => 'blinds(privacy,shutter,window)'), array('fas fa-blinds-open' => 'blinds-open(privacy,shutter,window)'), array('far fa-blinds-open' => 'blinds-open(privacy,shutter,window)'), array('fal fa-blinds-open' => 'blinds-open(privacy,shutter,window)'), array('fas fa-blinds-raised' => 'blinds-raised(privacy,shutter,window)'), array('far fa-blinds-raised' => 'blinds-raised(privacy,shutter,window)'), array('fal fa-blinds-raised' => 'blinds-raised(privacy,shutter,window)'), array('fas fa-block-brick' => 'block-brick(block,brick,mortar,super mario,wall)'), array('far fa-block-brick' => 'block-brick(block,brick,mortar,super mario,wall)'), array('fal fa-block-brick' => 'block-brick(block,brick,mortar,super mario,wall)'), array('fas fa-block-brick-fire' => 'block-brick-fire(brick,fire,firewall,network,wall)'), array('far fa-block-brick-fire' => 'block-brick-fire(brick,fire,firewall,network,wall)'), array('fal fa-block-brick-fire' => 'block-brick-fire(brick,fire,firewall,network,wall)'), array('fas fa-books' => 'books(book,books,diary,documentation,journal,knowledge,library,read,research,scholar)'), array('far fa-books' => 'books(book,books,diary,documentation,journal,knowledge,library,read,research,scholar)'), array('fal fa-books' => 'books(book,books,diary,documentation,journal,knowledge,library,read,research,scholar)'), array('fas fa-bowl-spoon' => 'bowl-spoon(breakfast,cereal,congee,oatmeal,porridge)'), array('far fa-bowl-spoon' => 'bowl-spoon(breakfast,cereal,congee,oatmeal,porridge)'), array('fal fa-bowl-spoon' => 'bowl-spoon(breakfast,cereal,congee,oatmeal,porridge)'), array('fas fa-box-tissue' => 'box-tissue(cough,covid-19,kleenex,mucus,nose,sneeze,snot)'), array('far fa-box-tissue' => 'box-tissue(cough,covid-19,kleenex,mucus,nose,sneeze,snot)'), array('fal fa-box-tissue' => 'box-tissue(cough,covid-19,kleenex,mucus,nose,sneeze,snot)'), array('fas fa-broom-wide' => 'broom-wide(broom,brush,clean,clear,delete,dust,erase,remove,sweep,witch)'), array('far fa-broom-wide' => 'broom-wide(broom,brush,clean,clear,delete,dust,erase,remove,sweep,witch)'), array('fal fa-broom-wide' => 'broom-wide(broom,brush,clean,clear,delete,dust,erase,remove,sweep,witch)'), array('fas fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('far fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('fal fa-camera-cctv' => 'camera-cctv(1984,Big Brother,George Orwell,camera,security,surveillance,video)'), array('fas fa-camera-security' => 'camera-security(chat,conference call,facetime,podcast,security,video,videoconferencing,youtube)'), array('far fa-camera-security' => 'camera-security(chat,conference call,facetime,podcast,security,video,videoconferencing,youtube)'), array('fal fa-camera-security' => 'camera-security(chat,conference call,facetime,podcast,security,video,videoconferencing,youtube)'), array('fas fa-camera-web' => 'camera-web(chat,conference call,facetime,podcast,video,videoconferencing,youtube)'), array('far fa-camera-web' => 'camera-web(chat,conference call,facetime,podcast,video,videoconferencing,youtube)'), array('fal fa-camera-web' => 'camera-web(chat,conference call,facetime,podcast,video,videoconferencing,youtube)'), array('fas fa-chair' => 'chair(chair,furniture,seat,sit)'), array('far fa-chair' => 'chair(chair,furniture,seat,sit)'), array('fal fa-chair' => 'chair(chair,furniture,seat,sit)'), array('fas fa-chair-office' => 'chair-office(ergonomic,furniture,seat)'), array('far fa-chair-office' => 'chair-office(ergonomic,furniture,seat)'), array('fal fa-chair-office' => 'chair-office(ergonomic,furniture,seat)'), array('fas fa-chopsticks' => 'chopsticks(bamboo,chopsticks,utensils)'), array('far fa-chopsticks' => 'chopsticks(bamboo,chopsticks,utensils)'), array('fal fa-chopsticks' => 'chopsticks(bamboo,chopsticks,utensils)'), array('fas fa-circle-sort' => 'circle-sort(down,elevator,lower,raise,temperature,thermostat,up)'), array('far fa-circle-sort' => 'circle-sort(down,elevator,lower,raise,temperature,thermostat,up)'), array('fal fa-circle-sort' => 'circle-sort(down,elevator,lower,raise,temperature,thermostat,up)'), array('fas fa-circle-sort-down' => 'circle-sort-down(down,elevator,lower,raise,temperature,thermostat,up)'), array('far fa-circle-sort-down' => 'circle-sort-down(down,elevator,lower,raise,temperature,thermostat,up)'), array('fal fa-circle-sort-down' => 'circle-sort-down(down,elevator,lower,raise,temperature,thermostat,up)'), array('fas fa-circle-sort-up' => 'circle-sort-up(down,elevator,lower,raise,temperature,thermostat,up,upgrade)'), array('far fa-circle-sort-up' => 'circle-sort-up(down,elevator,lower,raise,temperature,thermostat,up,upgrade)'), array('fal fa-circle-sort-up' => 'circle-sort-up(down,elevator,lower,raise,temperature,thermostat,up,upgrade)'), array('fas fa-clock-desk' => 'clock-desk(alarm,clock,mantelpiece clock,pending,timer)'), array('far fa-clock-desk' => 'clock-desk(alarm,clock,mantelpiece clock,pending,timer)'), array('fal fa-clock-desk' => 'clock-desk(alarm,clock,mantelpiece clock,pending,timer)'), array('fas fa-clothes-hanger' => 'clothes-hanger(clothing,dry cleaner,hang,wire)'), array('far fa-clothes-hanger' => 'clothes-hanger(clothing,dry cleaner,hang,wire)'), array('fal fa-clothes-hanger' => 'clothes-hanger(clothing,dry cleaner,hang,wire)'), array('fas fa-coffee-pot' => 'coffee-pot(beverage,breakfast,brew,cafe,carafe,drink,morning)'), array('far fa-coffee-pot' => 'coffee-pot(beverage,breakfast,brew,cafe,carafe,drink,morning)'), array('fal fa-coffee-pot' => 'coffee-pot(beverage,breakfast,brew,cafe,carafe,drink,morning)'), array('fas fa-computer' => 'computer(computer,desktop,display,monitor,tower)'), array('far fa-computer' => 'computer(computer,desktop,display,monitor,tower)'), array('fal fa-computer' => 'computer(computer,desktop,display,monitor,tower)'), array('fas fa-couch' => 'couch(chair,cushion,furniture,relax,sofa)'), array('far fa-couch' => 'couch(chair,cushion,furniture,relax,sofa)'), array('fal fa-couch' => 'couch(chair,cushion,furniture,relax,sofa)'), array('fas fa-door-closed' => 'door-closed(doo,door,enter,exit,locked,privacy)'), array('far fa-door-closed' => 'door-closed(doo,door,enter,exit,locked,privacy)'), array('fal fa-door-closed' => 'door-closed(doo,door,enter,exit,locked,privacy)'), array('fas fa-door-open' => 'door-open(enter,exit,welcome)'), array('far fa-door-open' => 'door-open(enter,exit,welcome)'), array('fal fa-door-open' => 'door-open(enter,exit,welcome)'), array('fas fa-dryer' => 'dryer(clean,clothes,laundromat,laundry,washing machine)'), array('far fa-dryer' => 'dryer(clean,clothes,laundromat,laundry,washing machine)'), array('fal fa-dryer' => 'dryer(clean,clothes,laundromat,laundry,washing machine)'), array('fas fa-dryer-heat' => 'dryer-heat(clean,clothes,laundromat,laundry,washing machine)'), array('far fa-dryer-heat' => 'dryer-heat(clean,clothes,laundromat,laundry,washing machine)'), array('fal fa-dryer-heat' => 'dryer-heat(clean,clothes,laundromat,laundry,washing machine)'), array('fas fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('far fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('fal fa-dungeon' => 'dungeon(Dungeons & Dragons,building,d&d,dnd,door,entrance,fantasy,gate)'), array('fas fa-fan' => 'fan(ac,air conditioning,blade,blower,cool,hot)'), array('far fa-fan' => 'fan(ac,air conditioning,blade,blower,cool,hot)'), array('fal fa-fan' => 'fan(ac,air conditioning,blade,blower,cool,hot)'), array('fas fa-fan-table' => 'fan-table(ac,air conditioning,blade,blower,cool,hot,oscillate)'), array('far fa-fan-table' => 'fan-table(ac,air conditioning,blade,blower,cool,hot,oscillate)'), array('fal fa-fan-table' => 'fan-table(ac,air conditioning,blade,blower,cool,hot,oscillate)'), array('fas fa-faucet' => 'faucet(covid-19,drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('far fa-faucet' => 'faucet(covid-19,drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('fal fa-faucet' => 'faucet(covid-19,drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('fas fa-faucet-drip' => 'faucet-drip(drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('far fa-faucet-drip' => 'faucet-drip(drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('fal fa-faucet-drip' => 'faucet-drip(drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('fas fa-fire-burner' => 'fire-burner(cook,fire,flame,kitchen,stove)'), array('far fa-fire-burner' => 'fire-burner(cook,fire,flame,kitchen,stove)'), array('fal fa-fire-burner' => 'fire-burner(cook,fire,flame,kitchen,stove)'), array('fas fa-fire-hydrant' => 'fire-hydrant(fire,irrigate,water)'), array('far fa-fire-hydrant' => 'fire-hydrant(fire,irrigate,water)'), array('fal fa-fire-hydrant' => 'fire-hydrant(fire,irrigate,water)'), array('fas fa-fireplace' => 'fireplace(caliente,flame,hearth,heat,holiday,mantle,toasty,warmth)'), array('far fa-fireplace' => 'fireplace(caliente,flame,hearth,heat,holiday,mantle,toasty,warmth)'), array('fal fa-fireplace' => 'fireplace(caliente,flame,hearth,heat,holiday,mantle,toasty,warmth)'), array('fas fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('far fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('fal fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('fas fa-fork' => 'fork(cutlery,dining,food,fork,silverware)'), array('far fa-fork' => 'fork(cutlery,dining,food,fork,silverware)'), array('fal fa-fork' => 'fork(cutlery,dining,food,fork,silverware)'), array('fas fa-fork-knife' => 'fork-knife(cutlery,dining,dinner,eat,food,fork,knife,restaurant)'), array('far fa-fork-knife' => 'fork-knife(cutlery,dining,dinner,eat,food,fork,knife,restaurant)'), array('fal fa-fork-knife' => 'fork-knife(cutlery,dining,dinner,eat,food,fork,knife,restaurant)'), array('fas fa-garage' => 'garage(auto,car,door,storage,structure,warehouse)'), array('far fa-garage' => 'garage(auto,car,door,storage,structure,warehouse)'), array('fal fa-garage' => 'garage(auto,car,door,storage,structure,warehouse)'), array('fas fa-garage-car' => 'garage-car(auto,car,door,storage,structure,warehouse)'), array('far fa-garage-car' => 'garage-car(auto,car,door,storage,structure,warehouse)'), array('fal fa-garage-car' => 'garage-car(auto,car,door,storage,structure,warehouse)'), array('fas fa-garage-open' => 'garage-open(auto,car,door,storage,structure,warehouse)'), array('far fa-garage-open' => 'garage-open(auto,car,door,storage,structure,warehouse)'), array('fal fa-garage-open' => 'garage-open(auto,car,door,storage,structure,warehouse)'), array('fas fa-grill' => 'grill(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('far fa-grill' => 'grill(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fal fa-grill' => 'grill(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fas fa-grill-fire' => 'grill-fire(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('far fa-grill-fire' => 'grill-fire(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fal fa-grill-fire' => 'grill-fire(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fas fa-grill-hot' => 'grill-hot(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('far fa-grill-hot' => 'grill-hot(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fal fa-grill-hot' => 'grill-hot(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fas fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('far fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('fal fa-hammer-brush' => 'hammer-brush( admin, bristles, equipment, fix, hammer, maintenance, modify, recovery, repair, settings, tool,art,configuration,paint,remodel)'), array('fas fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('far fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('fal fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('fas fa-hose' => 'hose(fire,irrigation,water)'), array('far fa-hose' => 'hose(fire,irrigation,water)'), array('fal fa-hose' => 'hose(fire,irrigation,water)'), array('fas fa-hose-reel' => 'hose-reel(fire,irrigation,water)'), array('far fa-hose-reel' => 'hose-reel(fire,irrigation,water)'), array('fal fa-hose-reel' => 'hose-reel(fire,irrigation,water)'), array('fas fa-house-chimney-heart' => 'house-chimney-heart(care,home,love,wishlist)'), array('far fa-house-chimney-heart' => 'house-chimney-heart(care,home,love,wishlist)'), array('fal fa-house-chimney-heart' => 'house-chimney-heart(care,home,love,wishlist)'), array('fas fa-house-chimney-user' => 'house-chimney-user(covid-19,home,isolation,quarantine,uer)'), array('far fa-house-chimney-user' => 'house-chimney-user(covid-19,home,isolation,quarantine,uer)'), array('fal fa-house-chimney-user' => 'house-chimney-user(covid-19,home,isolation,quarantine,uer)'), array('fas fa-house-chimney-window' => 'house-chimney-window(abode,building,family,home,residence)'), array('far fa-house-chimney-window' => 'house-chimney-window(abode,building,family,home,residence)'), array('fal fa-house-chimney-window' => 'house-chimney-window(abode,building,family,home,residence)'), array('fas fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('far fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('fal fa-house-day' => 'house-day(abode,building,family,home,residence,solar,sun)'), array('fas fa-house-fire' => 'house-fire(burn,emergency,home)'), array('far fa-house-fire' => 'house-fire(burn,emergency,home)'), array('fal fa-house-fire' => 'house-fire(burn,emergency,home)'), array('fas fa-house-heart' => 'house-heart(abode,building,charity,house,main,wishlist)'), array('far fa-house-heart' => 'house-heart(abode,building,charity,house,main,wishlist)'), array('fal fa-house-heart' => 'house-heart(abode,building,charity,house,main,wishlist)'), array('fas fa-house-laptop' => 'house-laptop(computer,covid-19,device,office,remote,work from home)'), array('far fa-house-laptop' => 'house-laptop(computer,covid-19,device,office,remote,work from home)'), array('fal fa-house-laptop' => 'house-laptop(computer,covid-19,device,office,remote,work from home)'), array('fas fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('far fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('fal fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('fas fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('far fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('fal fa-house-night' => 'house-night(abode,building,family,home,moon,residence,stars)'), array('fas fa-house-person-leave' => 'house-person-leave(away,home,uer)'), array('far fa-house-person-leave' => 'house-person-leave(away,home,uer)'), array('fal fa-house-person-leave' => 'house-person-leave(away,home,uer)'), array('fas fa-house-person-return' => 'house-person-return(home,remote,uer)'), array('far fa-house-person-return' => 'house-person-return(home,remote,uer)'), array('fal fa-house-person-return' => 'house-person-return(home,remote,uer)'), array('fas fa-house-signal' => 'house-signal(abode,building,connect,family,home,residence,smart home,wifi,www)'), array('far fa-house-signal' => 'house-signal(abode,building,connect,family,home,residence,smart home,wifi,www)'), array('fal fa-house-signal' => 'house-signal(abode,building,connect,family,home,residence,smart home,wifi,www)'), array('fas fa-house-user' => 'house-user(house,uer)'), array('far fa-house-user' => 'house-user(house,uer)'), array('fal fa-house-user' => 'house-user(house,uer)'), array('fas fa-jar' => 'jar(jam,jelly,storage)'), array('far fa-jar' => 'jar(jam,jelly,storage)'), array('fal fa-jar' => 'jar(jam,jelly,storage)'), array('fas fa-jar-wheat' => 'jar-wheat(flour,storage)'), array('far fa-jar-wheat' => 'jar-wheat(flour,storage)'), array('fal fa-jar-wheat' => 'jar-wheat(flour,storage)'), array('fas fa-jug-bottle' => 'jug-bottle( jug, recycle, collect, container, plastics)'), array('far fa-jug-bottle' => 'jug-bottle( jug, recycle, collect, container, plastics)'), array('fal fa-jug-bottle' => 'jug-bottle( jug, recycle, collect, container, plastics)'), array('fas fa-jug-detergent' => 'jug-detergent(detergent,laundry,soap,wash)'), array('far fa-jug-detergent' => 'jug-detergent(detergent,laundry,soap,wash)'), array('fal fa-jug-detergent' => 'jug-detergent(detergent,laundry,soap,wash)'), array('fas fa-kitchen-set' => 'kitchen-set(chef,cook,cup,kitchen,pan,pot,skillet)'), array('far fa-kitchen-set' => 'kitchen-set(chef,cook,cup,kitchen,pan,pot,skillet)'), array('fal fa-kitchen-set' => 'kitchen-set(chef,cook,cup,kitchen,pan,pot,skillet)'), array('fas fa-knife' => 'knife(cut,cutlery,dining,equipment,silverware,tool)'), array('far fa-knife' => 'knife(cut,cutlery,dining,equipment,silverware,tool)'), array('fal fa-knife' => 'knife(cut,cutlery,dining,equipment,silverware,tool)'), array('fas fa-knife-kitchen' => 'knife-kitchen(chef,cooking,cut,equipment,halloween,hocho,kitchen knife,knife,sharp,slice,tool,weapon)'), array('far fa-knife-kitchen' => 'knife-kitchen(chef,cooking,cut,equipment,halloween,hocho,kitchen knife,knife,sharp,slice,tool,weapon)'), array('fal fa-knife-kitchen' => 'knife-kitchen(chef,cooking,cut,equipment,halloween,hocho,kitchen knife,knife,sharp,slice,tool,weapon)'), array('fas fa-lamp' => 'lamp(bright,furniture,light)'), array('far fa-lamp' => 'lamp(bright,furniture,light)'), array('fal fa-lamp' => 'lamp(bright,furniture,light)'), array('fas fa-lamp-desk' => 'lamp-desk(bright,furniture,light)'), array('far fa-lamp-desk' => 'lamp-desk(bright,furniture,light)'), array('fal fa-lamp-desk' => 'lamp-desk(bright,furniture,light)'), array('fas fa-lamp-floor' => 'lamp-floor(bright,furniture,light)'), array('far fa-lamp-floor' => 'lamp-floor(bright,furniture,light)'), array('fal fa-lamp-floor' => 'lamp-floor(bright,furniture,light)'), array('fas fa-light-ceiling' => 'light-ceiling(bright,furniture,light,overhead)'), array('far fa-light-ceiling' => 'light-ceiling(bright,furniture,light,overhead)'), array('fal fa-light-ceiling' => 'light-ceiling(bright,furniture,light,overhead)'), array('fas fa-light-switch' => 'light-switch(light,off,on)'), array('far fa-light-switch' => 'light-switch(light,off,on)'), array('fal fa-light-switch' => 'light-switch(light,off,on)'), array('fas fa-light-switch-off' => 'light-switch-off(light,off,on)'), array('far fa-light-switch-off' => 'light-switch-off(light,off,on)'), array('fal fa-light-switch-off' => 'light-switch-off(light,off,on)'), array('fas fa-light-switch-on' => 'light-switch-on(light,off,on)'), array('far fa-light-switch-on' => 'light-switch-on(light,off,on)'), array('fal fa-light-switch-on' => 'light-switch-on(light,off,on)'), array('fas fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('far fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('fal fa-lightbulb' => 'lightbulb( comic, electric, idea, innovation, inspiration, light, light bulb, bulb,bulb,comic,electric,energy,idea,inspiration,mechanical)'), array('fas fa-lightbulb-cfl' => 'lightbulb-cfl(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('far fa-lightbulb-cfl' => 'lightbulb-cfl(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('fal fa-lightbulb-cfl' => 'lightbulb-cfl(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('fas fa-lightbulb-cfl-on' => 'lightbulb-cfl-on(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('far fa-lightbulb-cfl-on' => 'lightbulb-cfl-on(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('fal fa-lightbulb-cfl-on' => 'lightbulb-cfl-on(bulb,comic,compact,electric,energy,fluorescent,idea,inspiration,light,light bulb)'), array('fas fa-lightbulb-on' => 'lightbulb-on(energy,idea,inspiration,light,shine)'), array('far fa-lightbulb-on' => 'lightbulb-on(energy,idea,inspiration,light,shine)'), array('fal fa-lightbulb-on' => 'lightbulb-on(energy,idea,inspiration,light,shine)'), array('fas fa-loveseat' => 'loveseat(chair,couch,cushion,furniture,relax,sofa)'), array('far fa-loveseat' => 'loveseat(chair,couch,cushion,furniture,relax,sofa)'), array('fal fa-loveseat' => 'loveseat(chair,couch,cushion,furniture,relax,sofa)'), array('fas fa-mailbox' => 'mailbox(archive,closed,closed mailbox with lowered flag,envelope,letter,lowered,mail,mailbox,newsletter,offer,post office,postal,postbox,postcard,send,stamp,usps)'), array('far fa-mailbox' => 'mailbox(archive,closed,closed mailbox with lowered flag,envelope,letter,lowered,mail,mailbox,newsletter,offer,post office,postal,postbox,postcard,send,stamp,usps)'), array('fal fa-mailbox' => 'mailbox(archive,closed,closed mailbox with lowered flag,envelope,letter,lowered,mail,mailbox,newsletter,offer,post office,postal,postbox,postcard,send,stamp,usps)'), array('fas fa-mailbox-flag-up' => 'mailbox-flag-up(archive,envelope,letter,mail,mailbox,open,open mailbox with raised flag,post office,postal,postbox,postcard,raised,send,stamp,usps)'), array('far fa-mailbox-flag-up' => 'mailbox-flag-up(archive,envelope,letter,mail,mailbox,open,open mailbox with raised flag,post office,postal,postbox,postcard,raised,send,stamp,usps)'), array('fal fa-mailbox-flag-up' => 'mailbox-flag-up(archive,envelope,letter,mail,mailbox,open,open mailbox with raised flag,post office,postal,postbox,postcard,raised,send,stamp,usps)'), array('fas fa-mattress-pillow' => 'mattress-pillow(air mattress,mattress,pillow,rest,sleep)'), array('far fa-mattress-pillow' => 'mattress-pillow(air mattress,mattress,pillow,rest,sleep)'), array('fal fa-mattress-pillow' => 'mattress-pillow(air mattress,mattress,pillow,rest,sleep)'), array('fas fa-microwave' => 'microwave(chef,cook,kitchen,nuke)'), array('far fa-microwave' => 'microwave(chef,cook,kitchen,nuke)'), array('fal fa-microwave' => 'microwave(chef,cook,kitchen,nuke)'), array('fas fa-mouse-field' => 'mouse-field(cheese,mickey,minnie,rat,rodent,squeak)'), array('far fa-mouse-field' => 'mouse-field(cheese,mickey,minnie,rat,rodent,squeak)'), array('fal fa-mouse-field' => 'mouse-field(cheese,mickey,minnie,rat,rodent,squeak)'), array('fas fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('far fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fal fa-mug-saucer' => 'mug-saucer(beverage,breakfast,cafe,drink,fall,morning,mug,seasonal,tea)'), array('fas fa-outlet' => 'outlet(electricity,energy,plug,power)'), array('far fa-outlet' => 'outlet(electricity,energy,plug,power)'), array('fal fa-outlet' => 'outlet(electricity,energy,plug,power)'), array('fas fa-oven' => 'oven(bake,broiler,convection,cook,kitchen,stove)'), array('far fa-oven' => 'oven(bake,broiler,convection,cook,kitchen,stove)'), array('fal fa-oven' => 'oven(bake,broiler,convection,cook,kitchen,stove)'), array('fas fa-pan-frying' => 'pan-frying(breakfast,cook,egg,fry)'), array('far fa-pan-frying' => 'pan-frying(breakfast,cook,egg,fry)'), array('fal fa-pan-frying' => 'pan-frying(breakfast,cook,egg,fry)'), array('fas fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('far fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('fal fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('fas fa-person-to-door' => 'person-to-door(door,exit,leave,uer)'), array('far fa-person-to-door' => 'person-to-door(door,exit,leave,uer)'), array('fal fa-person-to-door' => 'person-to-door(door,exit,leave,uer)'), array('fas fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('far fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('fal fa-phone-intercom' => 'phone-intercom(call,phone,warning)'), array('fas fa-plate-utensils' => 'plate-utensils(dinner,food,fork,knife,plate)'), array('far fa-plate-utensils' => 'plate-utensils(dinner,food,fork,knife,plate)'), array('fal fa-plate-utensils' => 'plate-utensils(dinner,food,fork,knife,plate)'), array('fas fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('far fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('fal fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('fas fa-pump' => 'pump(drain,flood,pump,sump,water)'), array('far fa-pump' => 'pump(drain,flood,pump,sump,water)'), array('fal fa-pump' => 'pump(drain,flood,pump,sump,water)'), array('fas fa-pump-soap' => 'pump-soap(anti-bacterial,clean,covid-19,disinfect,hygiene,sanitizer,soap)'), array('far fa-pump-soap' => 'pump-soap(anti-bacterial,clean,covid-19,disinfect,hygiene,sanitizer,soap)'), array('fal fa-pump-soap' => 'pump-soap(anti-bacterial,clean,covid-19,disinfect,hygiene,sanitizer,soap)'), array('fas fa-refrigerator' => 'refrigerator(cold,cool,freezer,fridge,icebox,kitchen)'), array('far fa-refrigerator' => 'refrigerator(cold,cool,freezer,fridge,icebox,kitchen)'), array('fal fa-refrigerator' => 'refrigerator(cold,cool,freezer,fridge,icebox,kitchen)'), array('fas fa-rug' => 'rug(blanket,carpet,rug,textile)'), array('far fa-rug' => 'rug(blanket,carpet,rug,textile)'), array('fal fa-rug' => 'rug(blanket,carpet,rug,textile)'), array('fas fa-sensor' => 'sensor(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('far fa-sensor' => 'sensor(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fal fa-sensor' => 'sensor(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fas fa-sensor-cloud' => 'sensor-cloud(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('far fa-sensor-cloud' => 'sensor-cloud(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fal fa-sensor-cloud' => 'sensor-cloud(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fas fa-sensor-fire' => 'sensor-fire(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('far fa-sensor-fire' => 'sensor-fire(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fal fa-sensor-fire' => 'sensor-fire(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fas fa-sensor-on' => 'sensor-on(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('far fa-sensor-on' => 'sensor-on(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fal fa-sensor-on' => 'sensor-on(alarm,alert,carbon monoxide,detector,fire,smoke)'), array('fas fa-sensor-triangle-exclamation' => 'sensor-triangle-exclamation(alarm,alert,carbon monoxide,detector,failed,fire,smoke)'), array('far fa-sensor-triangle-exclamation' => 'sensor-triangle-exclamation(alarm,alert,carbon monoxide,detector,failed,fire,smoke)'), array('fal fa-sensor-triangle-exclamation' => 'sensor-triangle-exclamation(alarm,alert,carbon monoxide,detector,failed,fire,smoke)'), array('fas fa-sheet-plastic' => 'sheet-plastic(plastic,plastic wrap,protect,tarp,tarpaulin,waterproof)'), array('far fa-sheet-plastic' => 'sheet-plastic(plastic,plastic wrap,protect,tarp,tarpaulin,waterproof)'), array('fal fa-sheet-plastic' => 'sheet-plastic(plastic,plastic wrap,protect,tarp,tarpaulin,waterproof)'), array('fas fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('far fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('fal fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('fas fa-shower-down' => 'shower-down(bath,drip,hygiene,water)'), array('far fa-shower-down' => 'shower-down(bath,drip,hygiene,water)'), array('fal fa-shower-down' => 'shower-down(bath,drip,hygiene,water)'), array('fas fa-shutters' => 'shutters(damper,fire,shades,window)'), array('far fa-shutters' => 'shutters(damper,fire,shades,window)'), array('fal fa-shutters' => 'shutters(damper,fire,shades,window)'), array('fas fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('far fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fal fa-signal-stream' => 'signal-stream(podcast,radio,sisngal,streaming,wave,wifi,wireless,www)'), array('fas fa-sink' => 'sink(bathroom,covid-19,faucet,kitchen,wash)'), array('far fa-sink' => 'sink(bathroom,covid-19,faucet,kitchen,wash)'), array('fal fa-sink' => 'sink(bathroom,covid-19,faucet,kitchen,wash)'), array('fas fa-siren' => 'siren(alarm,alert,ambulance,loud,police,warning)'), array('far fa-siren' => 'siren(alarm,alert,ambulance,loud,police,warning)'), array('fal fa-siren' => 'siren(alarm,alert,ambulance,loud,police,warning)'), array('fas fa-siren-on' => 'siren-on(alarm,alert,ambulance,loud,police,warning)'), array('far fa-siren-on' => 'siren-on(alarm,alert,ambulance,loud,police,warning)'), array('fal fa-siren-on' => 'siren-on(alarm,alert,ambulance,loud,police,warning)'), array('fas fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('far fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fal fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fas fa-soap' => 'soap(bar,bathing,bubbles,clean,cleaning,covid-19,hygiene,lather,soap,soapdish,wash)'), array('far fa-soap' => 'soap(bar,bathing,bubbles,clean,cleaning,covid-19,hygiene,lather,soap,soapdish,wash)'), array('fal fa-soap' => 'soap(bar,bathing,bubbles,clean,cleaning,covid-19,hygiene,lather,soap,soapdish,wash)'), array('fas fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('far fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('fal fa-speaker' => 'speaker(audio,device,music,sound,subwoofer,transducer,tweeter)'), array('fas fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('far fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('fal fa-speakers' => 'speakers(audio,device,group,music,sound,subwoofer,transducer,tweeter)'), array('fas fa-spoon' => 'spoon(cutlery,dining,scoop,silverware,spoon,tableware)'), array('far fa-spoon' => 'spoon(cutlery,dining,scoop,silverware,spoon,tableware)'), array('fal fa-spoon' => 'spoon(cutlery,dining,scoop,silverware,spoon,tableware)'), array('fas fa-sprinkler' => 'sprinkler(grass,lawn,shower,spray,water)'), array('far fa-sprinkler' => 'sprinkler(grass,lawn,shower,spray,water)'), array('fal fa-sprinkler' => 'sprinkler(grass,lawn,shower,spray,water)'), array('fas fa-sprinkler-ceiling' => 'sprinkler-ceiling(emergency,fire,water)'), array('far fa-sprinkler-ceiling' => 'sprinkler-ceiling(emergency,fire,water)'), array('fal fa-sprinkler-ceiling' => 'sprinkler-ceiling(emergency,fire,water)'), array('fas fa-square-ring' => 'square-ring(pipe,service)'), array('far fa-square-ring' => 'square-ring(pipe,service)'), array('fal fa-square-ring' => 'square-ring(pipe,service)'), array('fas fa-stairs' => 'stairs(exit,steps,up)'), array('far fa-stairs' => 'stairs(exit,steps,up)'), array('fal fa-stairs' => 'stairs(exit,steps,up)'), array('fas fa-tank-water' => 'tank-water(hydration,storage,water)'), array('far fa-tank-water' => 'tank-water(hydration,storage,water)'), array('fal fa-tank-water' => 'tank-water(hydration,storage,water)'), array('fas fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('far fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fal fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fas fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('far fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fal fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fas fa-toilet' => 'toilet(bathroom,flush,john,loo,pee,plumbing,poop,porcelain,potty,restroom,throne,toile,toilet,washroom,waste,wc)'), array('far fa-toilet' => 'toilet(bathroom,flush,john,loo,pee,plumbing,poop,porcelain,potty,restroom,throne,toile,toilet,washroom,waste,wc)'), array('fal fa-toilet' => 'toilet(bathroom,flush,john,loo,pee,plumbing,poop,porcelain,potty,restroom,throne,toile,toilet,washroom,waste,wc)'), array('fas fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('far fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('fal fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('fas fa-toilet-paper-blank' => 'toilet-paper-blank(bathroom,halloween,lavatory,prank,privy,restroom,roll,toilet,wipe)'), array('far fa-toilet-paper-blank' => 'toilet-paper-blank(bathroom,halloween,lavatory,prank,privy,restroom,roll,toilet,wipe)'), array('fal fa-toilet-paper-blank' => 'toilet-paper-blank(bathroom,halloween,lavatory,prank,privy,restroom,roll,toilet,wipe)'), array('fas fa-toilet-paper-blank-under' => 'toilet-paper-blank-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('far fa-toilet-paper-blank-under' => 'toilet-paper-blank-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('fal fa-toilet-paper-blank-under' => 'toilet-paper-blank-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('fas fa-toilet-paper-slash' => 'toilet-paper-slash(bathroom,covid-19,disabled,halloween,holiday,lavatory,leaves,prank,privy,restroom,roll,toilet,trouble,ut oh,wipe)'), array('far fa-toilet-paper-slash' => 'toilet-paper-slash(bathroom,covid-19,disabled,halloween,holiday,lavatory,leaves,prank,privy,restroom,roll,toilet,trouble,ut oh,wipe)'), array('fal fa-toilet-paper-slash' => 'toilet-paper-slash(bathroom,covid-19,disabled,halloween,holiday,lavatory,leaves,prank,privy,restroom,roll,toilet,trouble,ut oh,wipe)'), array('fas fa-toilet-paper-under' => 'toilet-paper-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('far fa-toilet-paper-under' => 'toilet-paper-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('fal fa-toilet-paper-under' => 'toilet-paper-under(bathroom,lavatory,privy,restroom,roll,toilet,wipe)'), array('fas fa-toilet-paper-under-slash' => 'toilet-paper-under-slash(bathroom,disabled,lavatory,privy,restroom,roll,toilet,wipe)'), array('far fa-toilet-paper-under-slash' => 'toilet-paper-under-slash(bathroom,disabled,lavatory,privy,restroom,roll,toilet,wipe)'), array('fal fa-toilet-paper-under-slash' => 'toilet-paper-under-slash(bathroom,disabled,lavatory,privy,restroom,roll,toilet,wipe)'), array('fas fa-toilet-paper-xmark' => 'toilet-paper-xmark(bathroom,incorrect,lavatory,privy,restroom,roll,toilet,uncheck,unsanitary,wipe)'), array('far fa-toilet-paper-xmark' => 'toilet-paper-xmark(bathroom,incorrect,lavatory,privy,restroom,roll,toilet,uncheck,unsanitary,wipe)'), array('fal fa-toilet-paper-xmark' => 'toilet-paper-xmark(bathroom,incorrect,lavatory,privy,restroom,roll,toilet,uncheck,unsanitary,wipe)'), array('fas fa-tv' => 'tv(computer,display,monitor,television)'), array('far fa-tv' => 'tv(computer,display,monitor,television)'), array('fal fa-tv' => 'tv(computer,display,monitor,television)'), array('fas fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('far fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('fal fa-tv-retro' => 'tv-retro(computer,display,monitor,television,tv,video)'), array('fas fa-utensils' => 'utensils(cooking,cutlery,dining,dinner,eat,food,fork,fork and knife,knife,restaurant)'), array('far fa-utensils' => 'utensils(cooking,cutlery,dining,dinner,eat,food,fork,fork and knife,knife,restaurant)'), array('fal fa-utensils' => 'utensils(cooking,cutlery,dining,dinner,eat,food,fork,fork and knife,knife,restaurant)'), array('fas fa-utensils-slash' => 'utensils-slash(cooking,cutlery,dining,dinner,disabled,eat,food,fork,fork and knife,knife,restaurant)'), array('far fa-utensils-slash' => 'utensils-slash(cooking,cutlery,dining,dinner,disabled,eat,food,fork,fork and knife,knife,restaurant)'), array('fal fa-utensils-slash' => 'utensils-slash(cooking,cutlery,dining,dinner,disabled,eat,food,fork,fork and knife,knife,restaurant)'), array('fas fa-vacuum' => 'vacuum(cleaning,dyson,floor,suck,suction)'), array('far fa-vacuum' => 'vacuum(cleaning,dyson,floor,suck,suction)'), array('fal fa-vacuum' => 'vacuum(cleaning,dyson,floor,suck,suction)'), array('fas fa-vacuum-robot' => 'vacuum-robot(cleaning,floor,roomba,suck,suction)'), array('far fa-vacuum-robot' => 'vacuum-robot(cleaning,floor,roomba,suck,suction)'), array('fal fa-vacuum-robot' => 'vacuum-robot(cleaning,floor,roomba,suck,suction)'), array('fas fa-vent-damper' => 'vent-damper(air,fire,hvac,ventilate)'), array('far fa-vent-damper' => 'vent-damper(air,fire,hvac,ventilate)'), array('fal fa-vent-damper' => 'vent-damper(air,fire,hvac,ventilate)'), array('fas fa-washing-machine' => 'washing-machine(clean,clothes,laundromat,laundry,washing machine)'), array('far fa-washing-machine' => 'washing-machine(clean,clothes,laundromat,laundry,washing machine)'), array('fal fa-washing-machine' => 'washing-machine(clean,clothes,laundromat,laundry,washing machine)'), array('fas fa-window-frame' => 'window-frame(door,frame,fresh air,glass,opening,pane,transparent,view,window)'), array('far fa-window-frame' => 'window-frame(door,frame,fresh air,glass,opening,pane,transparent,view,window)'), array('fal fa-window-frame' => 'window-frame(door,frame,fresh air,glass,opening,pane,transparent,view,window)'), array('fas fa-window-frame-open' => 'window-frame-open(door,glass,pane,view,window)'), array('far fa-window-frame-open' => 'window-frame-open(door,glass,pane,view,window)'), array('fal fa-window-frame-open' => 'window-frame-open(door,glass,pane,view,window)'), ), 'Camping' => array( array('fas fa-acorn' => 'acorn(fall,nature,nut,oak,seasonal,seed,squirrel,tree)'), array('far fa-acorn' => 'acorn(fall,nature,nut,oak,seasonal,seed,squirrel,tree)'), array('fal fa-acorn' => 'acorn(fall,nature,nut,oak,seasonal,seed,squirrel,tree)'), array('fas fa-axe' => 'axe(axe,blade,chop,cut,equipment,fall,hatchet,lumberjack,outdoors,sharp,split,swing,tool,weapon,wood)'), array('far fa-axe' => 'axe(axe,blade,chop,cut,equipment,fall,hatchet,lumberjack,outdoors,sharp,split,swing,tool,weapon,wood)'), array('fal fa-axe' => 'axe(axe,blade,chop,cut,equipment,fall,hatchet,lumberjack,outdoors,sharp,split,swing,tool,weapon,wood)'), array('fas fa-backpack' => 'backpack(backpack,bag,book,carry,hiking,rucksack,satchel,school,travel)'), array('far fa-backpack' => 'backpack(backpack,bag,book,carry,hiking,rucksack,satchel,school,travel)'), array('fal fa-backpack' => 'backpack(backpack,bag,book,carry,hiking,rucksack,satchel,school,travel)'), array('fas fa-bench-tree' => 'bench-tree(bench,outside,park,picnic,tree)'), array('far fa-bench-tree' => 'bench-tree(bench,outside,park,picnic,tree)'), array('fal fa-bench-tree' => 'bench-tree(bench,outside,park,picnic,tree)'), array('fas fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('far fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('fal fa-binoculars' => 'binoculars(glasses,inspection,magnifier,magnify,scenic,spyglass,view)'), array('fas fa-boot' => 'boot(backpacking,boot,camping,clothing,foot,hiking,hiking boot,shoe,sturdy)'), array('far fa-boot' => 'boot(backpacking,boot,camping,clothing,foot,hiking,hiking boot,shoe,sturdy)'), array('fal fa-boot' => 'boot(backpacking,boot,camping,clothing,foot,hiking,hiking boot,shoe,sturdy)'), array('fas fa-bottle-water' => 'bottle-water(h2o,plastic,water)'), array('far fa-bottle-water' => 'bottle-water(h2o,plastic,water)'), array('fal fa-bottle-water' => 'bottle-water(h2o,plastic,water)'), array('fas fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('far fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('fal fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('fas fa-cabin' => 'cabin(cabin,camp,log,lumber,ranger)'), array('far fa-cabin' => 'cabin(cabin,camp,log,lumber,ranger)'), array('fal fa-cabin' => 'cabin(cabin,camp,log,lumber,ranger)'), array('fas fa-campfire' => 'campfire(Dungeons & Dragons,caliente,campaign,camping,d&d,dnd,fall,fire,flame,gathering,heat,hot,meeting,outdoors,seasonal,tent,wilderness)'), array('far fa-campfire' => 'campfire(Dungeons & Dragons,caliente,campaign,camping,d&d,dnd,fall,fire,flame,gathering,heat,hot,meeting,outdoors,seasonal,tent,wilderness)'), array('fal fa-campfire' => 'campfire(Dungeons & Dragons,caliente,campaign,camping,d&d,dnd,fall,fire,flame,gathering,heat,hot,meeting,outdoors,seasonal,tent,wilderness)'), array('fas fa-campground' => 'campground(camping,fall,outdoors,teepee,tent,tipi)'), array('far fa-campground' => 'campground(camping,fall,outdoors,teepee,tent,tipi)'), array('fal fa-campground' => 'campground(camping,fall,outdoors,teepee,tent,tipi)'), array('fas fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('far fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('fal fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('fas fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('far fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('fal fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('fas fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('far fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('fal fa-cauldron' => 'cauldron(boil,bubble,cooking,halloween,holiday,magic,pot,sorcery,toil,trouble,witch,wizard)'), array('fas fa-compass' => 'compass(compass,directions,directory,location,magnetic,menu,navigation,orienteering,safari,travel)'), array('far fa-compass' => 'compass(compass,directions,directory,location,magnetic,menu,navigation,orienteering,safari,travel)'), array('fal fa-compass' => 'compass(compass,directions,directory,location,magnetic,menu,navigation,orienteering,safari,travel)'), array('fas fa-faucet' => 'faucet(covid-19,drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('far fa-faucet' => 'faucet(covid-19,drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('fal fa-faucet' => 'faucet(covid-19,drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('fas fa-faucet-drip' => 'faucet-drip(drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('far fa-faucet-drip' => 'faucet-drip(drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('fal fa-faucet-drip' => 'faucet-drip(drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('fas fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('far fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('fal fa-fire' => 'fire(burn,caliente,fire,flame,heat,hot,popular,tool)'), array('fas fa-fire-burner' => 'fire-burner(cook,fire,flame,kitchen,stove)'), array('far fa-fire-burner' => 'fire-burner(cook,fire,flame,kitchen,stove)'), array('fal fa-fire-burner' => 'fire-burner(cook,fire,flame,kitchen,stove)'), array('fas fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('far fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('fal fa-fire-flame-curved' => 'fire-flame-curved(burn,caliente,flame,heat,hot,popular)'), array('fas fa-fire-smoke' => 'fire-smoke(burn,caliente,flame,fog,heat,hot)'), array('far fa-fire-smoke' => 'fire-smoke(burn,caliente,flame,fog,heat,hot)'), array('fal fa-fire-smoke' => 'fire-smoke(burn,caliente,flame,fog,heat,hot)'), array('fas fa-fishing-rod' => 'fishing-rod(bait,cast,fish,fishing pole,pole)'), array('far fa-fishing-rod' => 'fishing-rod(bait,cast,fish,fishing pole,pole)'), array('fal fa-fishing-rod' => 'fishing-rod(bait,cast,fish,fishing pole,pole)'), array('fas fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('far fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('fal fa-flashlight' => 'flashlight(camping,electric,equipment,flashlight,hide and seek,lamp,light,tool,torch)'), array('fas fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('far fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('fal fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('fas fa-grill' => 'grill(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('far fa-grill' => 'grill(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fal fa-grill' => 'grill(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fas fa-grill-fire' => 'grill-fire(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('far fa-grill-fire' => 'grill-fire(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fal fa-grill-fire' => 'grill-fire(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fas fa-grill-hot' => 'grill-hot(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('far fa-grill-hot' => 'grill-hot(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fal fa-grill-hot' => 'grill-hot(barbecue,barbeque,bbq,burger,charcoal,cook,cookout,hot,smoke)'), array('fas fa-kit-medical' => 'kit-medical(emergency,emt,health,medical,rescue)'), array('far fa-kit-medical' => 'kit-medical(emergency,emt,health,medical,rescue)'), array('fal fa-kit-medical' => 'kit-medical(emergency,emt,health,medical,rescue)'), array('fas fa-map' => 'map(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel,world,world map)'), array('far fa-map' => 'map(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel,world,world map)'), array('fal fa-map' => 'map(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel,world,world map)'), array('fas fa-map-location' => 'map-location(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('far fa-map-location' => 'map-location(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fal fa-map-location' => 'map-location(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fas fa-map-location-dot' => 'map-location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('far fa-map-location-dot' => 'map-location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fal fa-map-location-dot' => 'map-location-dot(address,coordinates,destination,gps,localize,location,map,navigation,paper,pin,place,point of interest,position,route,travel)'), array('fas fa-mattress-pillow' => 'mattress-pillow(air mattress,mattress,pillow,rest,sleep)'), array('far fa-mattress-pillow' => 'mattress-pillow(air mattress,mattress,pillow,rest,sleep)'), array('fal fa-mattress-pillow' => 'mattress-pillow(air mattress,mattress,pillow,rest,sleep)'), array('fas fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('far fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('fal fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('fas fa-mosquito-net' => 'mosquito-net(bite,malaria,mosquito,net)'), array('far fa-mosquito-net' => 'mosquito-net(bite,malaria,mosquito,net)'), array('fal fa-mosquito-net' => 'mosquito-net(bite,malaria,mosquito,net)'), array('fas fa-mountain' => 'mountain(cold,glacier,hiking,hill,landscape,mountain,snow,snow-capped mountain,travel,view)'), array('far fa-mountain' => 'mountain(cold,glacier,hiking,hill,landscape,mountain,snow,snow-capped mountain,travel,view)'), array('fal fa-mountain' => 'mountain(cold,glacier,hiking,hill,landscape,mountain,snow,snow-capped mountain,travel,view)'), array('fas fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('far fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('fal fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('fas fa-mountains' => 'mountains(glacier,hiking,hill,landscape,mountain,travel,view)'), array('far fa-mountains' => 'mountains(glacier,hiking,hill,landscape,mountain,travel,view)'), array('fal fa-mountains' => 'mountains(glacier,hiking,hill,landscape,mountain,travel,view)'), array('fas fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('far fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('fal fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('fas fa-person-biking-mountain' => 'person-biking-mountain(bicycle,bicyclist,bike,cyclist,mountain,offroad,pedal,person mountain biking,summer,uer,wheel)'), array('far fa-person-biking-mountain' => 'person-biking-mountain(bicycle,bicyclist,bike,cyclist,mountain,offroad,pedal,person mountain biking,summer,uer,wheel)'), array('fal fa-person-biking-mountain' => 'person-biking-mountain(bicycle,bicyclist,bike,cyclist,mountain,offroad,pedal,person mountain biking,summer,uer,wheel)'), array('fas fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('far fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('fal fa-person-hiking' => 'person-hiking(autumn,fall,follow,hike,mountain,outdoors,summer,uer,walk)'), array('fas fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('far fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('fal fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('fas fa-pickaxe' => 'pickaxe(axe,climb,ice,mine,mining,mountaineering,rock)'), array('far fa-pickaxe' => 'pickaxe(axe,climb,ice,mine,mining,mountaineering,rock)'), array('fal fa-pickaxe' => 'pickaxe(axe,climb,ice,mine,mining,mountaineering,rock)'), array('fas fa-route' => 'route(directions,navigation,travel)'), array('far fa-route' => 'route(directions,navigation,travel)'), array('fal fa-route' => 'route(directions,navigation,travel)'), array('fas fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('far fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('fal fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('fas fa-shish-kebab' => 'shish-kebab(grill,kabob,kebob,meat,shawarma,skewer,souvlaki)'), array('far fa-shish-kebab' => 'shish-kebab(grill,kabob,kebob,meat,shawarma,skewer,souvlaki)'), array('fal fa-shish-kebab' => 'shish-kebab(grill,kabob,kebob,meat,shawarma,skewer,souvlaki)'), array('fas fa-shovel' => 'shovel(construction,dig,equipment,excavate,maintenance,tool,trench)'), array('far fa-shovel' => 'shovel(construction,dig,equipment,excavate,maintenance,tool,trench)'), array('fal fa-shovel' => 'shovel(construction,dig,equipment,excavate,maintenance,tool,trench)'), array('fas fa-sign-post' => 'sign-post( directory, map, signage, wayfinding,directions)'), array('far fa-sign-post' => 'sign-post( directory, map, signage, wayfinding,directions)'), array('fal fa-sign-post' => 'sign-post( directory, map, signage, wayfinding,directions)'), array('fas fa-signs-post' => 'signs-post(directions,directory,map,signage,wayfinding)'), array('far fa-signs-post' => 'signs-post(directions,directory,map,signage,wayfinding)'), array('fal fa-signs-post' => 'signs-post(directions,directory,map,signage,wayfinding)'), array('fas fa-squirrel' => 'squirrel(animal,chipmunk,mammal,marmot,rat,rodent,tree)'), array('far fa-squirrel' => 'squirrel(animal,chipmunk,mammal,marmot,rat,rodent,tree)'), array('fal fa-squirrel' => 'squirrel(animal,chipmunk,mammal,marmot,rat,rodent,tree)'), array('fas fa-sunrise' => 'sunrise(dawn,day,daybreak,daylight,daytime,morning,sun,sun up,sunrise)'), array('far fa-sunrise' => 'sunrise(dawn,day,daybreak,daylight,daytime,morning,sun,sun up,sunrise)'), array('fal fa-sunrise' => 'sunrise(dawn,day,daybreak,daylight,daytime,morning,sun,sun up,sunrise)'), array('fas fa-sunset' => 'sunset(dusk,night,nighttime,sun,sun down,sunset)'), array('far fa-sunset' => 'sunset(dusk,night,nighttime,sun,sun down,sunset)'), array('fal fa-sunset' => 'sunset(dusk,night,nighttime,sun,sun down,sunset)'), array('fas fa-table-picnic' => 'table-picnic(bench,outdoor,picnic,sit)'), array('far fa-table-picnic' => 'table-picnic(bench,outdoor,picnic,sit)'), array('fal fa-table-picnic' => 'table-picnic(bench,outdoor,picnic,sit)'), array('fas fa-tarp' => 'tarp(protection,tarp,tent,waterproof)'), array('far fa-tarp' => 'tarp(protection,tarp,tent,waterproof)'), array('fal fa-tarp' => 'tarp(protection,tarp,tent,waterproof)'), array('fas fa-tarp-droplet' => 'tarp-droplet(protection,tarp,tent,waterproof)'), array('far fa-tarp-droplet' => 'tarp-droplet(protection,tarp,tent,waterproof)'), array('fal fa-tarp-droplet' => 'tarp-droplet(protection,tarp,tent,waterproof)'), array('fas fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('far fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('fal fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('fas fa-tent' => 'tent(bivouac,campground,campsite,refugee,shelter,tent)'), array('far fa-tent' => 'tent(bivouac,campground,campsite,refugee,shelter,tent)'), array('fal fa-tent' => 'tent(bivouac,campground,campsite,refugee,shelter,tent)'), array('fas fa-tent-arrow-down-to-line' => 'tent-arrow-down-to-line( bivouac, campground, refugee, shelter, tent,campsite,permanent,refugee,shelter)'), array('far fa-tent-arrow-down-to-line' => 'tent-arrow-down-to-line( bivouac, campground, refugee, shelter, tent,campsite,permanent,refugee,shelter)'), array('fal fa-tent-arrow-down-to-line' => 'tent-arrow-down-to-line( bivouac, campground, refugee, shelter, tent,campsite,permanent,refugee,shelter)'), array('fas fa-tent-arrow-left-right' => 'tent-arrow-left-right( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,transition)'), array('far fa-tent-arrow-left-right' => 'tent-arrow-left-right( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,transition)'), array('fal fa-tent-arrow-left-right' => 'tent-arrow-left-right( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,transition)'), array('fas fa-tent-arrow-turn-left' => 'tent-arrow-turn-left( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,temporary)'), array('far fa-tent-arrow-turn-left' => 'tent-arrow-turn-left( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,temporary)'), array('fal fa-tent-arrow-turn-left' => 'tent-arrow-turn-left( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,temporary)'), array('fas fa-tent-arrows-down' => 'tent-arrows-down( bivouac, campground, refugee, shelter, tent,campsite,insert,refugee,shelter,spontaneous)'), array('far fa-tent-arrows-down' => 'tent-arrows-down( bivouac, campground, refugee, shelter, tent,campsite,insert,refugee,shelter,spontaneous)'), array('fal fa-tent-arrows-down' => 'tent-arrows-down( bivouac, campground, refugee, shelter, tent,campsite,insert,refugee,shelter,spontaneous)'), array('fas fa-tent-double-peak' => 'tent-double-peak( campground, refugee, shelter, tent,big top,bivouac,camp,campsite,carnival,circus)'), array('far fa-tent-double-peak' => 'tent-double-peak( campground, refugee, shelter, tent,big top,bivouac,camp,campsite,carnival,circus)'), array('fal fa-tent-double-peak' => 'tent-double-peak( campground, refugee, shelter, tent,big top,bivouac,camp,campsite,carnival,circus)'), array('fas fa-tents' => 'tents( bivouac, campground, refugee, shelter, tent,bivouac,campground,campsite,refugee,shelter,tent)'), array('far fa-tents' => 'tents( bivouac, campground, refugee, shelter, tent,bivouac,campground,campsite,refugee,shelter,tent)'), array('fal fa-tents' => 'tents( bivouac, campground, refugee, shelter, tent,bivouac,campground,campsite,refugee,shelter,tent)'), array('fas fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('far fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('fal fa-toilet-paper' => 'toilet-paper(bathroom,covid-19,halloween,holiday,lavatory,paper towels,prank,privy,restroom,roll,roll of paper,toilet,toilet paper,wipe)'), array('fas fa-toilet-paper-blank' => 'toilet-paper-blank(bathroom,halloween,lavatory,prank,privy,restroom,roll,toilet,wipe)'), array('far fa-toilet-paper-blank' => 'toilet-paper-blank(bathroom,halloween,lavatory,prank,privy,restroom,roll,toilet,wipe)'), array('fal fa-toilet-paper-blank' => 'toilet-paper-blank(bathroom,halloween,lavatory,prank,privy,restroom,roll,toilet,wipe)'), array('fas fa-trailer' => 'trailer(carry,haul,moving,travel)'), array('far fa-trailer' => 'trailer(carry,haul,moving,travel)'), array('fal fa-trailer' => 'trailer(carry,haul,moving,travel)'), array('fas fa-tree' => 'tree(bark,evergreen tree,fall,flora,forest,investment,nature,plant,seasonal,tree)'), array('far fa-tree' => 'tree(bark,evergreen tree,fall,flora,forest,investment,nature,plant,seasonal,tree)'), array('fal fa-tree' => 'tree(bark,evergreen tree,fall,flora,forest,investment,nature,plant,seasonal,tree)'), array('fas fa-tree-deciduous' => 'tree-deciduous(bark,deciduous,deciduous tree,fall,flora,forest,nature,plant,seasonal,shedding,tree)'), array('far fa-tree-deciduous' => 'tree-deciduous(bark,deciduous,deciduous tree,fall,flora,forest,nature,plant,seasonal,shedding,tree)'), array('fal fa-tree-deciduous' => 'tree-deciduous(bark,deciduous,deciduous tree,fall,flora,forest,nature,plant,seasonal,shedding,tree)'), array('fas fa-tree-large' => 'tree-large(bark,fall,flora,forest,nature,plant,seasonal)'), array('far fa-tree-large' => 'tree-large(bark,fall,flora,forest,nature,plant,seasonal)'), array('fal fa-tree-large' => 'tree-large(bark,fall,flora,forest,nature,plant,seasonal)'), array('fas fa-trees' => 'trees(bark,fall,flora,forest,nature,plant,seasonal)'), array('far fa-trees' => 'trees(bark,fall,flora,forest,nature,plant,seasonal)'), array('fal fa-trees' => 'trees(bark,fall,flora,forest,nature,plant,seasonal)'), ), 'Automotive' => array( array('fas fa-brake-warning' => 'brake-warning(ABS,accident,alert,dashboard)'), array('far fa-brake-warning' => 'brake-warning(ABS,accident,alert,dashboard)'), array('fal fa-brake-warning' => 'brake-warning(ABS,accident,alert,dashboard)'), array('fas fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('far fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('fal fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('fas fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('far fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('fal fa-bus-simple' => 'bus-simple(mta,public transportation,transportation,travel,vehicle)'), array('fas fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('far fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fal fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fas fa-car-battery' => 'car-battery(auto,electric,mechanic,power)'), array('far fa-car-battery' => 'car-battery(auto,electric,mechanic,power)'), array('fal fa-car-battery' => 'car-battery(auto,electric,mechanic,power)'), array('fas fa-car-bolt' => 'car-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('far fa-car-bolt' => 'car-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fal fa-car-bolt' => 'car-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fas fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('far fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('fal fa-car-building' => 'car-building(city,office,transportation,travel,urban,work)'), array('fas fa-car-bump' => 'car-bump(auto,automobile,off-road,sedan,transportation,vehicle)'), array('far fa-car-bump' => 'car-bump(auto,automobile,off-road,sedan,transportation,vehicle)'), array('fal fa-car-bump' => 'car-bump(auto,automobile,off-road,sedan,transportation,vehicle)'), array('fas fa-car-burst' => 'car-burst(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('far fa-car-burst' => 'car-burst(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('fal fa-car-burst' => 'car-burst(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('fas fa-car-bus' => 'car-bus(directions,ground transportation,map,transportation,travel)'), array('far fa-car-bus' => 'car-bus(directions,ground transportation,map,transportation,travel)'), array('fal fa-car-bus' => 'car-bus(directions,ground transportation,map,transportation,travel)'), array('fas fa-car-circle-bolt' => 'car-circle-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('far fa-car-circle-bolt' => 'car-circle-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fal fa-car-circle-bolt' => 'car-circle-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fas fa-car-garage' => 'car-garage(auto,automobile,mechanic,sedan,transportation,vehicle)'), array('far fa-car-garage' => 'car-garage(auto,automobile,mechanic,sedan,transportation,vehicle)'), array('fal fa-car-garage' => 'car-garage(auto,automobile,mechanic,sedan,transportation,vehicle)'), array('fas fa-car-mirrors' => 'car-mirrors(auto,automobile,sedan,side-view,transportation,travel,vehicle)'), array('far fa-car-mirrors' => 'car-mirrors(auto,automobile,sedan,side-view,transportation,travel,vehicle)'), array('fal fa-car-mirrors' => 'car-mirrors(auto,automobile,sedan,side-view,transportation,travel,vehicle)'), array('fas fa-car-on' => 'car-on(alarm,car,carjack,warning)'), array('far fa-car-on' => 'car-on(alarm,car,carjack,warning)'), array('fal fa-car-on' => 'car-on(alarm,car,carjack,warning)'), array('fas fa-car-rear' => 'car-rear(auto,automobile,sedan,transportation,travel,vehicle)'), array('far fa-car-rear' => 'car-rear(auto,automobile,sedan,transportation,travel,vehicle)'), array('fal fa-car-rear' => 'car-rear(auto,automobile,sedan,transportation,travel,vehicle)'), array('fas fa-car-side' => 'car-side(auto,automobile,car,sedan,transportation,travel,vehicle)'), array('far fa-car-side' => 'car-side(auto,automobile,car,sedan,transportation,travel,vehicle)'), array('fal fa-car-side' => 'car-side(auto,automobile,car,sedan,transportation,travel,vehicle)'), array('fas fa-car-side-bolt' => 'car-side-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('far fa-car-side-bolt' => 'car-side-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fal fa-car-side-bolt' => 'car-side-bolt(auto,automobile,electric,ev,sedan,tesla,transportation,travel,vehicle)'), array('fas fa-car-tilt' => 'car-tilt(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('far fa-car-tilt' => 'car-tilt(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('fal fa-car-tilt' => 'car-tilt(accident,auto,automobile,insurance,sedan,transportation,vehicle,wreck)'), array('fas fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('far fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('fal fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('fas fa-car-wash' => 'car-wash(auto,automobile,clean,sedan,transportation,vehicle)'), array('far fa-car-wash' => 'car-wash(auto,automobile,clean,sedan,transportation,vehicle)'), array('fal fa-car-wash' => 'car-wash(auto,automobile,clean,sedan,transportation,vehicle)'), array('fas fa-car-wrench' => 'car-wrench(auto,automobile,mechanic,repair,sedan,transportation,vehicle)'), array('far fa-car-wrench' => 'car-wrench(auto,automobile,mechanic,repair,sedan,transportation,vehicle)'), array('fal fa-car-wrench' => 'car-wrench(auto,automobile,mechanic,repair,sedan,transportation,vehicle)'), array('fas fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('far fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('fal fa-caravan' => 'caravan(camper,motor home,rv,trailer,travel)'), array('fas fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('far fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('fal fa-caravan-simple' => 'caravan-simple(camper,motor home,rv,trailer,travel)'), array('fas fa-cars' => 'cars(automobiles,autos,transportation,travel)'), array('far fa-cars' => 'cars(automobiles,autos,transportation,travel)'), array('fal fa-cars' => 'cars(automobiles,autos,transportation,travel)'), array('fas fa-charging-station' => 'charging-station(electric,ev,tesla,vehicle)'), array('far fa-charging-station' => 'charging-station(electric,ev,tesla,vehicle)'), array('fal fa-charging-station' => 'charging-station(electric,ev,tesla,vehicle)'), array('fas fa-engine' => 'engine(car,engine)'), array('far fa-engine' => 'engine(car,engine)'), array('fal fa-engine' => 'engine(car,engine)'), array('fas fa-engine-warning' => 'engine-warning(alert,automobile,car,failed,mechanic,warning)'), array('far fa-engine-warning' => 'engine-warning(alert,automobile,car,failed,mechanic,warning)'), array('fal fa-engine-warning' => 'engine-warning(alert,automobile,car,failed,mechanic,warning)'), array('fas fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('far fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fal fa-flux-capacitor' => 'flux-capacitor(1.21 gigawatts,88 mph,Emmett Brown,Marty McFly,Y,back to the future,delorean,dmc,time machine,time travel)'), array('fas fa-garage' => 'garage(auto,car,door,storage,structure,warehouse)'), array('far fa-garage' => 'garage(auto,car,door,storage,structure,warehouse)'), array('fal fa-garage' => 'garage(auto,car,door,storage,structure,warehouse)'), array('fas fa-garage-car' => 'garage-car(auto,car,door,storage,structure,warehouse)'), array('far fa-garage-car' => 'garage-car(auto,car,door,storage,structure,warehouse)'), array('fal fa-garage-car' => 'garage-car(auto,car,door,storage,structure,warehouse)'), array('fas fa-garage-open' => 'garage-open(auto,car,door,storage,structure,warehouse)'), array('far fa-garage-open' => 'garage-open(auto,car,door,storage,structure,warehouse)'), array('fal fa-garage-open' => 'garage-open(auto,car,door,storage,structure,warehouse)'), array('fas fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('far fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('fal fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('fas fa-gas-pump-slash' => 'gas-pump-slash(car,disabled,empty,fuel,gasoline,petrol)'), array('far fa-gas-pump-slash' => 'gas-pump-slash(car,disabled,empty,fuel,gasoline,petrol)'), array('fal fa-gas-pump-slash' => 'gas-pump-slash(car,disabled,empty,fuel,gasoline,petrol)'), array('fas fa-gauge' => 'gauge(dashboard,fast,odometer,speed,speedometer)'), array('far fa-gauge' => 'gauge(dashboard,fast,odometer,speed,speedometer)'), array('fal fa-gauge' => 'gauge(dashboard,fast,odometer,speed,speedometer)'), array('fas fa-gauge-circle-bolt' => 'gauge-circle-bolt(dashboard,electric,ev,fast,odometer,speed,speedometer)'), array('far fa-gauge-circle-bolt' => 'gauge-circle-bolt(dashboard,electric,ev,fast,odometer,speed,speedometer)'), array('fal fa-gauge-circle-bolt' => 'gauge-circle-bolt(dashboard,electric,ev,fast,odometer,speed,speedometer)'), array('fas fa-gauge-circle-minus' => 'gauge-circle-minus(dashboard,decrease,fast,odometer,speed,speedometer)'), array('far fa-gauge-circle-minus' => 'gauge-circle-minus(dashboard,decrease,fast,odometer,speed,speedometer)'), array('fal fa-gauge-circle-minus' => 'gauge-circle-minus(dashboard,decrease,fast,odometer,speed,speedometer)'), array('fas fa-gauge-circle-plus' => 'gauge-circle-plus(dashboard,fast,increase,odometer,speed,speedometer)'), array('far fa-gauge-circle-plus' => 'gauge-circle-plus(dashboard,fast,increase,odometer,speed,speedometer)'), array('fal fa-gauge-circle-plus' => 'gauge-circle-plus(dashboard,fast,increase,odometer,speed,speedometer)'), array('fas fa-gauge-high' => 'gauge-high(dashboard,fast,odometer,quick,speed,speedometer)'), array('far fa-gauge-high' => 'gauge-high(dashboard,fast,odometer,quick,speed,speedometer)'), array('fal fa-gauge-high' => 'gauge-high(dashboard,fast,odometer,quick,speed,speedometer)'), array('fas fa-gauge-low' => 'gauge-low(dashboard,fast,odometer,speed,speedometer)'), array('far fa-gauge-low' => 'gauge-low(dashboard,fast,odometer,speed,speedometer)'), array('fal fa-gauge-low' => 'gauge-low(dashboard,fast,odometer,speed,speedometer)'), array('fas fa-gauge-max' => 'gauge-max(dashboard,fast,odometer,quick,speed,speedometer)'), array('far fa-gauge-max' => 'gauge-max(dashboard,fast,odometer,quick,speed,speedometer)'), array('fal fa-gauge-max' => 'gauge-max(dashboard,fast,odometer,quick,speed,speedometer)'), array('fas fa-gauge-min' => 'gauge-min(dashboard,fast,odometer,speed,speedometer)'), array('far fa-gauge-min' => 'gauge-min(dashboard,fast,odometer,speed,speedometer)'), array('fal fa-gauge-min' => 'gauge-min(dashboard,fast,odometer,speed,speedometer)'), array('fas fa-gauge-simple' => 'gauge-simple(dashboard,fast,odometer,speed,speedometer)'), array('far fa-gauge-simple' => 'gauge-simple(dashboard,fast,odometer,speed,speedometer)'), array('fal fa-gauge-simple' => 'gauge-simple(dashboard,fast,odometer,speed,speedometer)'), array('fas fa-gauge-simple-high' => 'gauge-simple-high(dashboard,fast,odometer,quick,speed,speedometer)'), array('far fa-gauge-simple-high' => 'gauge-simple-high(dashboard,fast,odometer,quick,speed,speedometer)'), array('fal fa-gauge-simple-high' => 'gauge-simple-high(dashboard,fast,odometer,quick,speed,speedometer)'), array('fas fa-gauge-simple-low' => 'gauge-simple-low(dashboard,fast,odometer,speed,speedometer)'), array('far fa-gauge-simple-low' => 'gauge-simple-low(dashboard,fast,odometer,speed,speedometer)'), array('fal fa-gauge-simple-low' => 'gauge-simple-low(dashboard,fast,odometer,speed,speedometer)'), array('fas fa-gauge-simple-max' => 'gauge-simple-max(dashboard,fast,odometer,quick,speed,speedometer)'), array('far fa-gauge-simple-max' => 'gauge-simple-max(dashboard,fast,odometer,quick,speed,speedometer)'), array('fal fa-gauge-simple-max' => 'gauge-simple-max(dashboard,fast,odometer,quick,speed,speedometer)'), array('fas fa-gauge-simple-min' => 'gauge-simple-min(dashboard,fast,odometer,speed,speedometer)'), array('far fa-gauge-simple-min' => 'gauge-simple-min(dashboard,fast,odometer,speed,speedometer)'), array('fal fa-gauge-simple-min' => 'gauge-simple-min(dashboard,fast,odometer,speed,speedometer)'), array('fas fa-moped' => 'moped(delivery,motorbike,scooter)'), array('far fa-moped' => 'moped(delivery,motorbike,scooter)'), array('fal fa-moped' => 'moped(delivery,motorbike,scooter)'), array('fas fa-motorcycle' => 'motorcycle(bike,machine,motorcycle,racing,transportation,vehicle)'), array('far fa-motorcycle' => 'motorcycle(bike,machine,motorcycle,racing,transportation,vehicle)'), array('fal fa-motorcycle' => 'motorcycle(bike,machine,motorcycle,racing,transportation,vehicle)'), array('fas fa-oil-can' => 'oil-can(auto,crude,gasoline,grease,lubricate,petroleum)'), array('far fa-oil-can' => 'oil-can(auto,crude,gasoline,grease,lubricate,petroleum)'), array('fal fa-oil-can' => 'oil-can(auto,crude,gasoline,grease,lubricate,petroleum)'), array('fas fa-oil-can-drip' => 'oil-can-drip(grease,oil,petroleum)'), array('far fa-oil-can-drip' => 'oil-can-drip(grease,oil,petroleum)'), array('fal fa-oil-can-drip' => 'oil-can-drip(grease,oil,petroleum)'), array('fas fa-oil-temperature' => 'oil-temperature(auto,crude,gasoline,grease,lubricate,overheat,petroleum,temperature)'), array('far fa-oil-temperature' => 'oil-temperature(auto,crude,gasoline,grease,lubricate,overheat,petroleum,temperature)'), array('fal fa-oil-temperature' => 'oil-temperature(auto,crude,gasoline,grease,lubricate,overheat,petroleum,temperature)'), array('fas fa-pump' => 'pump(drain,flood,pump,sump,water)'), array('far fa-pump' => 'pump(drain,flood,pump,sump,water)'), array('fal fa-pump' => 'pump(drain,flood,pump,sump,water)'), array('fas fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('far fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('fal fa-rv' => 'rv(camping,cousin eddie,recreational,travel,vehicle)'), array('fas fa-spray-can-sparkles' => 'spray-can-sparkles(car,clean,deodorize,fresh,pine,scent)'), array('far fa-spray-can-sparkles' => 'spray-can-sparkles(car,clean,deodorize,fresh,pine,scent)'), array('fal fa-spray-can-sparkles' => 'spray-can-sparkles(car,clean,deodorize,fresh,pine,scent)'), array('fas fa-steering-wheel' => 'steering-wheel(auto,car,direction,driving,navigation)'), array('far fa-steering-wheel' => 'steering-wheel(auto,car,direction,driving,navigation)'), array('fal fa-steering-wheel' => 'steering-wheel(auto,car,direction,driving,navigation)'), array('fas fa-tank-water' => 'tank-water(hydration,storage,water)'), array('far fa-tank-water' => 'tank-water(hydration,storage,water)'), array('fal fa-tank-water' => 'tank-water(hydration,storage,water)'), array('fas fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('far fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('fal fa-taxi' => 'taxi(cab,cabbie,car,car service,lyft,machine,oncoming,oncoming taxi,taxi,transportation,travel,uber,vehicle)'), array('fas fa-tire' => 'tire(auto,car,rim,rubber,wheel)'), array('far fa-tire' => 'tire(auto,car,rim,rubber,wheel)'), array('fal fa-tire' => 'tire(auto,car,rim,rubber,wheel)'), array('fas fa-tire-flat' => 'tire-flat(auto,car,rim,rubber,wheel)'), array('far fa-tire-flat' => 'tire-flat(auto,car,rim,rubber,wheel)'), array('fal fa-tire-flat' => 'tire-flat(auto,car,rim,rubber,wheel)'), array('fas fa-tire-pressure-warning' => 'tire-pressure-warning(alert,auto,car,flat,rim,rubber,wheel)'), array('far fa-tire-pressure-warning' => 'tire-pressure-warning(alert,auto,car,flat,rim,rubber,wheel)'), array('fal fa-tire-pressure-warning' => 'tire-pressure-warning(alert,auto,car,flat,rim,rubber,wheel)'), array('fas fa-tire-rugged' => 'tire-rugged(auto,car,offroad,rim,rubber,wheel)'), array('far fa-tire-rugged' => 'tire-rugged(auto,car,offroad,rim,rubber,wheel)'), array('fal fa-tire-rugged' => 'tire-rugged(auto,car,offroad,rim,rubber,wheel)'), array('fas fa-trailer' => 'trailer(carry,haul,moving,travel)'), array('far fa-trailer' => 'trailer(carry,haul,moving,travel)'), array('fal fa-trailer' => 'trailer(carry,haul,moving,travel)'), array('fas fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('far fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fal fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fas fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('far fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('fal fa-truck-bolt' => 'truck-bolt(cargo,delivery,electric,ev,shipping,vehicle)'), array('fas fa-truck-field' => 'truck-field(supplies,truck)'), array('far fa-truck-field' => 'truck-field(supplies,truck)'), array('fal fa-truck-field' => 'truck-field(supplies,truck)'), array('fas fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('far fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('fal fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('fas fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('far fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('fal fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('fas fa-truck-monster' => 'truck-monster(offroad,vehicle,wheel)'), array('far fa-truck-monster' => 'truck-monster(offroad,vehicle,wheel)'), array('fal fa-truck-monster' => 'truck-monster(offroad,vehicle,wheel)'), array('fas fa-truck-pickup' => 'truck-pickup(cargo,maintenance,pick-up,pickup,pickup truck,truck,vehicle)'), array('far fa-truck-pickup' => 'truck-pickup(cargo,maintenance,pick-up,pickup,pickup truck,truck,vehicle)'), array('fal fa-truck-pickup' => 'truck-pickup(cargo,maintenance,pick-up,pickup,pickup truck,truck,vehicle)'), array('fas fa-van-shuttle' => 'van-shuttle(airport,bus,machine,minibus,public-transportation,transportation,travel,vehicle)'), array('far fa-van-shuttle' => 'van-shuttle(airport,bus,machine,minibus,public-transportation,transportation,travel,vehicle)'), array('fal fa-van-shuttle' => 'van-shuttle(airport,bus,machine,minibus,public-transportation,transportation,travel,vehicle)'), array('fas fa-wagon-covered' => 'wagon-covered(contestoga,dysentery,oregon trail,stagecoach,vehicle,western,wheel)'), array('far fa-wagon-covered' => 'wagon-covered(contestoga,dysentery,oregon trail,stagecoach,vehicle,western,wheel)'), array('fal fa-wagon-covered' => 'wagon-covered(contestoga,dysentery,oregon trail,stagecoach,vehicle,western,wheel)'), ), 'Animals' => array( array('fas fa-alicorn' => 'alicorn(animal,fantasy,fauna,horse,mammal,pegasus,unicorn,wing)'), array('far fa-alicorn' => 'alicorn(animal,fantasy,fauna,horse,mammal,pegasus,unicorn,wing)'), array('fal fa-alicorn' => 'alicorn(animal,fantasy,fauna,horse,mammal,pegasus,unicorn,wing)'), array('fas fa-ant' => 'ant( ant, anthill, insect,bug,crawl)'), array('far fa-ant' => 'ant( ant, anthill, insect,bug,crawl)'), array('fal fa-ant' => 'ant( ant, anthill, insect,bug,crawl)'), array('fas fa-badger-honey' => 'badger-honey(animal,badger,care,dont,ewww,fauna,honey badger,mammal,nasty,pester)'), array('far fa-badger-honey' => 'badger-honey(animal,badger,care,dont,ewww,fauna,honey badger,mammal,nasty,pester)'), array('fal fa-badger-honey' => 'badger-honey(animal,badger,care,dont,ewww,fauna,honey badger,mammal,nasty,pester)'), array('fas fa-bat' => 'bat(animal,batman,bruce wayne,flying,gotham,halloween,mammal,vampire,wings)'), array('far fa-bat' => 'bat(animal,batman,bruce wayne,flying,gotham,halloween,mammal,vampire,wings)'), array('fal fa-bat' => 'bat(animal,batman,bruce wayne,flying,gotham,halloween,mammal,vampire,wings)'), array('fas fa-bee' => 'bee(bee,hive,honey,honeybee,insect)'), array('far fa-bee' => 'bee(bee,hive,honey,honeybee,insect)'), array('fal fa-bee' => 'bee(bee,hive,honey,honeybee,insect)'), array('fas fa-bird' => 'bird(avian,bird,feather,fowl,tweet,wing)'), array('far fa-bird' => 'bird(avian,bird,feather,fowl,tweet,wing)'), array('fal fa-bird' => 'bird(avian,bird,feather,fowl,tweet,wing)'), array('fas fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('far fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('fal fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('fas fa-cat' => 'cat(cat,feline,halloween,holiday,kitten,kitty,meow,pet)'), array('far fa-cat' => 'cat(cat,feline,halloween,holiday,kitten,kitty,meow,pet)'), array('fal fa-cat' => 'cat(cat,feline,halloween,holiday,kitten,kitty,meow,pet)'), array('fas fa-cat-space' => 'cat-space(animal,astronaut,cosmonaut,fauna,meow,space)'), array('far fa-cat-space' => 'cat-space(animal,astronaut,cosmonaut,fauna,meow,space)'), array('fal fa-cat-space' => 'cat-space(animal,astronaut,cosmonaut,fauna,meow,space)'), array('fas fa-cow' => 'cow(agriculture,animal,beef,bovine,co,cow,farm,fauna,livestock,mammal,milk,moo)'), array('far fa-cow' => 'cow(agriculture,animal,beef,bovine,co,cow,farm,fauna,livestock,mammal,milk,moo)'), array('fal fa-cow' => 'cow(agriculture,animal,beef,bovine,co,cow,farm,fauna,livestock,mammal,milk,moo)'), array('fas fa-crab' => 'crab(cancer,claws,crabmeat,crustacean,seafood,shellfish,zodiac)'), array('far fa-crab' => 'crab(cancer,claws,crabmeat,crustacean,seafood,shellfish,zodiac)'), array('fal fa-crab' => 'crab(cancer,claws,crabmeat,crustacean,seafood,shellfish,zodiac)'), array('fas fa-crow' => 'crow(bird,bullfrog,fauna,halloween,holiday,toad)'), array('far fa-crow' => 'crow(bird,bullfrog,fauna,halloween,holiday,toad)'), array('fal fa-crow' => 'crow(bird,bullfrog,fauna,halloween,holiday,toad)'), array('fas fa-deer' => 'deer(animal,antlers,blitzen,comet,cupid,dancer,dasher,dee,deer,donner,fauna,mammal,prancer,reindeer,vixen)'), array('far fa-deer' => 'deer(animal,antlers,blitzen,comet,cupid,dancer,dasher,dee,deer,donner,fauna,mammal,prancer,reindeer,vixen)'), array('fal fa-deer' => 'deer(animal,antlers,blitzen,comet,cupid,dancer,dasher,dee,deer,donner,fauna,mammal,prancer,reindeer,vixen)'), array('fas fa-deer-rudolph' => 'deer-rudolph(animal,antlers,fauna,mammal,reindeer)'), array('far fa-deer-rudolph' => 'deer-rudolph(animal,antlers,fauna,mammal,reindeer)'), array('fal fa-deer-rudolph' => 'deer-rudolph(animal,antlers,fauna,mammal,reindeer)'), array('fas fa-dinosaur' => 'dinosaur( brachiosaurus, dinosaur, herbivore, jurassic, sauropod,dino)'), array('far fa-dinosaur' => 'dinosaur( brachiosaurus, dinosaur, herbivore, jurassic, sauropod,dino)'), array('fal fa-dinosaur' => 'dinosaur( brachiosaurus, dinosaur, herbivore, jurassic, sauropod,dino)'), array('fas fa-dog' => 'dog(animal,canine,dog,fauna,mammal,pet,pooch,puppy,woof)'), array('far fa-dog' => 'dog(animal,canine,dog,fauna,mammal,pet,pooch,puppy,woof)'), array('fal fa-dog' => 'dog(animal,canine,dog,fauna,mammal,pet,pooch,puppy,woof)'), array('fas fa-dog-leashed' => 'dog-leashed(accessibility,animal,blind,canine,fauna,guide,guide dog,mammal,pet,pooch,puppy,walk,woof)'), array('far fa-dog-leashed' => 'dog-leashed(accessibility,animal,blind,canine,fauna,guide,guide dog,mammal,pet,pooch,puppy,walk,woof)'), array('fal fa-dog-leashed' => 'dog-leashed(accessibility,animal,blind,canine,fauna,guide,guide dog,mammal,pet,pooch,puppy,walk,woof)'), array('fas fa-dolphin' => 'dolphin(aquarium,dolphin,fish,flipper,mammal,marine,maritime,porpoise)'), array('far fa-dolphin' => 'dolphin(aquarium,dolphin,fish,flipper,mammal,marine,maritime,porpoise)'), array('fal fa-dolphin' => 'dolphin(aquarium,dolphin,fish,flipper,mammal,marine,maritime,porpoise)'), array('fas fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('far fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('fal fa-dove' => 'dove(bird,dove,fauna,fly,flying,peace,war)'), array('fas fa-dragon' => 'dragon(Dungeons & Dragons,d&d,dnd,dragon,fairy tale,fantasy,fire,lizard,serpent)'), array('far fa-dragon' => 'dragon(Dungeons & Dragons,d&d,dnd,dragon,fairy tale,fantasy,fire,lizard,serpent)'), array('fal fa-dragon' => 'dragon(Dungeons & Dragons,d&d,dnd,dragon,fairy tale,fantasy,fire,lizard,serpent)'), array('fas fa-duck' => 'duck(bath,bird,duck,fauna,quack,rubber)'), array('far fa-duck' => 'duck(bath,bird,duck,fauna,quack,rubber)'), array('fal fa-duck' => 'duck(bath,bird,duck,fauna,quack,rubber)'), array('fas fa-elephant' => 'elephant(animal,dumbo,elephan,elephant,fauna,mammal,pachyderm,trunk)'), array('far fa-elephant' => 'elephant(animal,dumbo,elephan,elephant,fauna,mammal,pachyderm,trunk)'), array('fal fa-elephant' => 'elephant(animal,dumbo,elephan,elephant,fauna,mammal,pachyderm,trunk)'), array('fas fa-feather' => 'feather(bird,feather,flight,light,plucked,plumage,quill,write)'), array('far fa-feather' => 'feather(bird,feather,flight,light,plucked,plumage,quill,write)'), array('fal fa-feather' => 'feather(bird,feather,flight,light,plucked,plumage,quill,write)'), array('fas fa-feather-pointed' => 'feather-pointed(bird,light,plucked,quill,write)'), array('far fa-feather-pointed' => 'feather-pointed(bird,light,plucked,quill,write)'), array('fal fa-feather-pointed' => 'feather-pointed(bird,light,plucked,quill,write)'), array('fas fa-fish' => 'fish(Pisces,fauna,fish,gold,seafood,swimming,zodiac)'), array('far fa-fish' => 'fish(Pisces,fauna,fish,gold,seafood,swimming,zodiac)'), array('fal fa-fish' => 'fish(Pisces,fauna,fish,gold,seafood,swimming,zodiac)'), array('fas fa-fish-bones' => 'fish-bones(dead,fish,skeleton)'), array('far fa-fish-bones' => 'fish-bones(dead,fish,skeleton)'), array('fal fa-fish-bones' => 'fish-bones(dead,fish,skeleton)'), array('fas fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('far fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('fal fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('fas fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('far fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('fal fa-frog' => 'frog(amphibian,bullfrog,fauna,hop,kermit,kiss,prince,ribbit,toad,wart)'), array('fas fa-hippo' => 'hippo(animal,fauna,hippo,hippopotamus,hungry,mammal)'), array('far fa-hippo' => 'hippo(animal,fauna,hippo,hippopotamus,hungry,mammal)'), array('fal fa-hippo' => 'hippo(animal,fauna,hippo,hippopotamus,hungry,mammal)'), array('fas fa-horse' => 'horse(equestrian,equus,fauna,horse,mammmal,mare,neigh,pony,racehorse,racing)'), array('far fa-horse' => 'horse(equestrian,equus,fauna,horse,mammmal,mare,neigh,pony,racehorse,racing)'), array('fal fa-horse' => 'horse(equestrian,equus,fauna,horse,mammmal,mare,neigh,pony,racehorse,racing)'), array('fas fa-horse-head' => 'horse-head(equus,fauna,mammmal,mare,neigh,pony)'), array('far fa-horse-head' => 'horse-head(equus,fauna,mammmal,mare,neigh,pony)'), array('fal fa-horse-head' => 'horse-head(equus,fauna,mammmal,mare,neigh,pony)'), array('fas fa-horse-saddle' => 'horse-saddle(cowboy,equus,fauna,mammmal,mare,neigh,pony,rodeo,western)'), array('far fa-horse-saddle' => 'horse-saddle(cowboy,equus,fauna,mammmal,mare,neigh,pony,rodeo,western)'), array('fal fa-horse-saddle' => 'horse-saddle(cowboy,equus,fauna,mammmal,mare,neigh,pony,rodeo,western)'), array('fas fa-hydra' => 'hydra( beast, fantasy, monster,animal,greek,head,mythology,scylla)'), array('far fa-hydra' => 'hydra( beast, fantasy, monster,animal,greek,head,mythology,scylla)'), array('fal fa-hydra' => 'hydra( beast, fantasy, monster,animal,greek,head,mythology,scylla)'), array('fas fa-kiwi-bird' => 'kiwi-bird(bird,fauna,new zealand)'), array('far fa-kiwi-bird' => 'kiwi-bird(bird,fauna,new zealand)'), array('fal fa-kiwi-bird' => 'kiwi-bird(bird,fauna,new zealand)'), array('fas fa-lobster' => 'lobster(bisque,claes,crustacean,lobster,seafood,shellfish)'), array('far fa-lobster' => 'lobster(bisque,claes,crustacean,lobster,seafood,shellfish)'), array('fal fa-lobster' => 'lobster(bisque,claes,crustacean,lobster,seafood,shellfish)'), array('fas fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('far fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('fal fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('fas fa-monkey' => 'monkey(animal,banana,fauna,mammal,monke,monkey,tail)'), array('far fa-monkey' => 'monkey(animal,banana,fauna,mammal,monke,monkey,tail)'), array('fal fa-monkey' => 'monkey(animal,banana,fauna,mammal,monke,monkey,tail)'), array('fas fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('far fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('fal fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('fas fa-mouse-field' => 'mouse-field(cheese,mickey,minnie,rat,rodent,squeak)'), array('far fa-mouse-field' => 'mouse-field(cheese,mickey,minnie,rat,rodent,squeak)'), array('fal fa-mouse-field' => 'mouse-field(cheese,mickey,minnie,rat,rodent,squeak)'), array('fas fa-narwhal' => 'narwhal(animal,fauna,holiday,ivory,mammal,tusk,unicorn,whale)'), array('far fa-narwhal' => 'narwhal(animal,fauna,holiday,ivory,mammal,tusk,unicorn,whale)'), array('fal fa-narwhal' => 'narwhal(animal,fauna,holiday,ivory,mammal,tusk,unicorn,whale)'), array('fas fa-octopus' => 'octopus( ocean, squid, tentacle,eight,illithid,ink,mind flayer,mollusk,sea,underwater)'), array('far fa-octopus' => 'octopus( ocean, squid, tentacle,eight,illithid,ink,mind flayer,mollusk,sea,underwater)'), array('fal fa-octopus' => 'octopus( ocean, squid, tentacle,eight,illithid,ink,mind flayer,mollusk,sea,underwater)'), array('fas fa-otter' => 'otter(animal,badger,fauna,fishing,fur,mammal,marten,otter,playful)'), array('far fa-otter' => 'otter(animal,badger,fauna,fishing,fur,mammal,marten,otter,playful)'), array('fal fa-otter' => 'otter(animal,badger,fauna,fishing,fur,mammal,marten,otter,playful)'), array('fas fa-paw' => 'paw(animal,cat,dog,pet,print)'), array('far fa-paw' => 'paw(animal,cat,dog,pet,print)'), array('fal fa-paw' => 'paw(animal,cat,dog,pet,print)'), array('fas fa-paw-claws' => 'paw-claws(Dungeons & Dragons,animal,beast,d&d,dnd,fantasy,lion,pet,print)'), array('far fa-paw-claws' => 'paw-claws(Dungeons & Dragons,animal,beast,d&d,dnd,fantasy,lion,pet,print)'), array('fal fa-paw-claws' => 'paw-claws(Dungeons & Dragons,animal,beast,d&d,dnd,fantasy,lion,pet,print)'), array('fas fa-paw-simple' => 'paw-simple(animal,cat,dog,pet,print)'), array('far fa-paw-simple' => 'paw-simple(animal,cat,dog,pet,print)'), array('fal fa-paw-simple' => 'paw-simple(animal,cat,dog,pet,print)'), array('fas fa-pegasus' => 'pegasus(fantasy,horse,unicorn,wings)'), array('far fa-pegasus' => 'pegasus(fantasy,horse,unicorn,wings)'), array('fal fa-pegasus' => 'pegasus(fantasy,horse,unicorn,wings)'), array('fas fa-pig' => 'pig(agriculture,animal,farm,fauna,mammal,oink,pig,sow)'), array('far fa-pig' => 'pig(agriculture,animal,farm,fauna,mammal,oink,pig,sow)'), array('fal fa-pig' => 'pig(agriculture,animal,farm,fauna,mammal,oink,pig,sow)'), array('fas fa-rabbit' => 'rabbit(animal,bunny,fast,fauna,hare,mammal,pet,rabbit,speed,wabbit)'), array('far fa-rabbit' => 'rabbit(animal,bunny,fast,fauna,hare,mammal,pet,rabbit,speed,wabbit)'), array('fal fa-rabbit' => 'rabbit(animal,bunny,fast,fauna,hare,mammal,pet,rabbit,speed,wabbit)'), array('fas fa-rabbit-running' => 'rabbit-running(animal,bunny,fast,fauna,follow,hare,mammal,quick,running,speed,wabbit)'), array('far fa-rabbit-running' => 'rabbit-running(animal,bunny,fast,fauna,follow,hare,mammal,quick,running,speed,wabbit)'), array('fal fa-rabbit-running' => 'rabbit-running(animal,bunny,fast,fauna,follow,hare,mammal,quick,running,speed,wabbit)'), array('fas fa-raccoon' => 'raccoon( mask, paw, raccoon, tail, trash,mammal,panda)'), array('far fa-raccoon' => 'raccoon( mask, paw, raccoon, tail, trash,mammal,panda)'), array('fal fa-raccoon' => 'raccoon( mask, paw, raccoon, tail, trash,mammal,panda)'), array('fas fa-ram' => 'ram(Aries,animal,fauna,horns,male,mammal,ram,sheep,zodiac)'), array('far fa-ram' => 'ram(Aries,animal,fauna,horns,male,mammal,ram,sheep,zodiac)'), array('fal fa-ram' => 'ram(Aries,animal,fauna,horns,male,mammal,ram,sheep,zodiac)'), array('fas fa-sheep' => 'sheep(agriculture,animal,ewe,farming,fauna,female,mammal,sheep,wool,yarn)'), array('far fa-sheep' => 'sheep(agriculture,animal,ewe,farming,fauna,female,mammal,sheep,wool,yarn)'), array('fal fa-sheep' => 'sheep(agriculture,animal,ewe,farming,fauna,female,mammal,sheep,wool,yarn)'), array('fas fa-shield-cat' => 'shield-cat(animal,feline,pet,protect,safety,veterinary)'), array('far fa-shield-cat' => 'shield-cat(animal,feline,pet,protect,safety,veterinary)'), array('fal fa-shield-cat' => 'shield-cat(animal,feline,pet,protect,safety,veterinary)'), array('fas fa-shield-dog' => 'shield-dog(animal,canine,pet,protect,safety,veterinary)'), array('far fa-shield-dog' => 'shield-dog(animal,canine,pet,protect,safety,veterinary)'), array('fal fa-shield-dog' => 'shield-dog(animal,canine,pet,protect,safety,veterinary)'), array('fas fa-shrimp' => 'shrimp(allergy,crustacean,prawn,seafood,shellfish,shrimp,tail)'), array('far fa-shrimp' => 'shrimp(allergy,crustacean,prawn,seafood,shellfish,shrimp,tail)'), array('fal fa-shrimp' => 'shrimp(allergy,crustacean,prawn,seafood,shellfish,shrimp,tail)'), array('fas fa-skull-cow' => 'skull-cow(barren,cowboy,dead,desert,horns,old west,skeleton,western)'), array('far fa-skull-cow' => 'skull-cow(barren,cowboy,dead,desert,horns,old west,skeleton,western)'), array('fal fa-skull-cow' => 'skull-cow(barren,cowboy,dead,desert,horns,old west,skeleton,western)'), array('fas fa-snake' => 'snake(Ophiuchus,bearer,cobra,fauna,reptile,serpent,slither,snake,zodiac)'), array('far fa-snake' => 'snake(Ophiuchus,bearer,cobra,fauna,reptile,serpent,slither,snake,zodiac)'), array('fal fa-snake' => 'snake(Ophiuchus,bearer,cobra,fauna,reptile,serpent,slither,snake,zodiac)'), array('fas fa-spider' => 'spider(arachnid,bug,charlotte,crawl,eight,halloween,insect,spider)'), array('far fa-spider' => 'spider(arachnid,bug,charlotte,crawl,eight,halloween,insect,spider)'), array('fal fa-spider' => 'spider(arachnid,bug,charlotte,crawl,eight,halloween,insect,spider)'), array('fas fa-spider-black-widow' => 'spider-black-widow(alert,arachnid,bug,charlotte,crawl,danger,dangerous,deadly,eight,error,halloween)'), array('far fa-spider-black-widow' => 'spider-black-widow(alert,arachnid,bug,charlotte,crawl,danger,dangerous,deadly,eight,error,halloween)'), array('fal fa-spider-black-widow' => 'spider-black-widow(alert,arachnid,bug,charlotte,crawl,danger,dangerous,deadly,eight,error,halloween)'), array('fas fa-squid' => 'squid(calamari,ink,marine,ocean,squid)'), array('far fa-squid' => 'squid(calamari,ink,marine,ocean,squid)'), array('fal fa-squid' => 'squid(calamari,ink,marine,ocean,squid)'), array('fas fa-squirrel' => 'squirrel(animal,chipmunk,mammal,marmot,rat,rodent,tree)'), array('far fa-squirrel' => 'squirrel(animal,chipmunk,mammal,marmot,rat,rodent,tree)'), array('fal fa-squirrel' => 'squirrel(animal,chipmunk,mammal,marmot,rat,rodent,tree)'), array('fas fa-t-rex' => 't-rex( carnivore, dinosaur, tyrannosaurus, dino, jurassic,king)'), array('far fa-t-rex' => 't-rex( carnivore, dinosaur, tyrannosaurus, dino, jurassic,king)'), array('fal fa-t-rex' => 't-rex( carnivore, dinosaur, tyrannosaurus, dino, jurassic,king)'), array('fas fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('far fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('fal fa-teddy-bear' => 'teddy-bear(plaything,plush,stuffed,teddy bear,toy)'), array('fas fa-turtle' => 'turtle(cowabunga,donatello,fauna,leonardo,michaelangelo,raphael,reptile,shell,slow,terrapin,tortoise,turtle)'), array('far fa-turtle' => 'turtle(cowabunga,donatello,fauna,leonardo,michaelangelo,raphael,reptile,shell,slow,terrapin,tortoise,turtle)'), array('fal fa-turtle' => 'turtle(cowabunga,donatello,fauna,leonardo,michaelangelo,raphael,reptile,shell,slow,terrapin,tortoise,turtle)'), array('fas fa-unicorn' => 'unicorn(face,fantasy,fauna,horn,horse,unicorn)'), array('far fa-unicorn' => 'unicorn(face,fantasy,fauna,horn,horse,unicorn)'), array('fal fa-unicorn' => 'unicorn(face,fantasy,fauna,horn,horse,unicorn)'), array('fas fa-whale' => 'whale(fauna,mammal,swimming,whal,whale)'), array('far fa-whale' => 'whale(fauna,mammal,swimming,whal,whale)'), array('fal fa-whale' => 'whale(fauna,mammal,swimming,whal,whale)'), array('fas fa-worm' => 'worm(dirt,garden,worm,wriggle)'), array('far fa-worm' => 'worm(dirt,garden,worm,wriggle)'), array('fal fa-worm' => 'worm(dirt,garden,worm,wriggle)'), ), 'Disaster + Crisis' => array( array('fas fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('far fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('fal fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('fas fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('far fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('fal fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('fas fa-burst' => 'burst(boom,crash,explosion)'), array('far fa-burst' => 'burst(boom,crash,explosion)'), array('fal fa-burst' => 'burst(boom,crash,explosion)'), array('fas fa-child-combatant' => 'child-combatant(combatant)'), array('far fa-child-combatant' => 'child-combatant(combatant)'), array('fal fa-child-combatant' => 'child-combatant(combatant)'), array('fas fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('far fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('fal fa-circle-radiation' => 'circle-radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,sign,warning)'), array('fas fa-cloud-bolt' => 'cloud-bolt(bolt,cloud,cloud with lightning,lightning,precipitation,rain,storm,weather)'), array('far fa-cloud-bolt' => 'cloud-bolt(bolt,cloud,cloud with lightning,lightning,precipitation,rain,storm,weather)'), array('fal fa-cloud-bolt' => 'cloud-bolt(bolt,cloud,cloud with lightning,lightning,precipitation,rain,storm,weather)'), array('fas fa-cloud-showers-heavy' => 'cloud-showers-heavy(precipitation,rain,sky,storm)'), array('far fa-cloud-showers-heavy' => 'cloud-showers-heavy(precipitation,rain,sky,storm)'), array('fal fa-cloud-showers-heavy' => 'cloud-showers-heavy(precipitation,rain,sky,storm)'), array('fas fa-cloud-showers-water' => 'cloud-showers-water(cloud,deluge,flood,rain,storm,surge)'), array('far fa-cloud-showers-water' => 'cloud-showers-water(cloud,deluge,flood,rain,storm,surge)'), array('fal fa-cloud-showers-water' => 'cloud-showers-water(cloud,deluge,flood,rain,storm,surge)'), array('fas fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('far fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('fal fa-heat' => 'heat(ac,air conditioner,boiler,heating,hot,sauna,spa,summer,temperature)'), array('fas fa-helmet-un' => 'helmet-un(helmet,united nations)'), array('far fa-helmet-un' => 'helmet-un(helmet,united nations)'), array('fal fa-helmet-un' => 'helmet-un(helmet,united nations)'), array('fas fa-hill-avalanche' => 'hill-avalanche(mudslide,snow,winter)'), array('far fa-hill-avalanche' => 'hill-avalanche(mudslide,snow,winter)'), array('fal fa-hill-avalanche' => 'hill-avalanche(mudslide,snow,winter)'), array('fas fa-hill-rockslide' => 'hill-rockslide(mudslide)'), array('far fa-hill-rockslide' => 'hill-rockslide(mudslide)'), array('fal fa-hill-rockslide' => 'hill-rockslide(mudslide)'), array('fas fa-house-chimney-crack' => 'house-chimney-crack(building,devastation,disaster,earthquake,home,insurance)'), array('far fa-house-chimney-crack' => 'house-chimney-crack(building,devastation,disaster,earthquake,home,insurance)'), array('fal fa-house-chimney-crack' => 'house-chimney-crack(building,devastation,disaster,earthquake,home,insurance)'), array('fas fa-house-crack' => 'house-crack(building,devastation,disaster,earthquake,home,insurance)'), array('far fa-house-crack' => 'house-crack(building,devastation,disaster,earthquake,home,insurance)'), array('fal fa-house-crack' => 'house-crack(building,devastation,disaster,earthquake,home,insurance)'), array('fas fa-house-fire' => 'house-fire(burn,emergency,home)'), array('far fa-house-fire' => 'house-fire(burn,emergency,home)'), array('fal fa-house-fire' => 'house-fire(burn,emergency,home)'), array('fas fa-house-flood-water' => 'house-flood-water(damage,flood,water)'), array('far fa-house-flood-water' => 'house-flood-water(damage,flood,water)'), array('fal fa-house-flood-water' => 'house-flood-water(damage,flood,water)'), array('fas fa-house-flood-water-circle-arrow-right' => 'house-flood-water-circle-arrow-right(damage,flood,water)'), array('far fa-house-flood-water-circle-arrow-right' => 'house-flood-water-circle-arrow-right(damage,flood,water)'), array('fal fa-house-flood-water-circle-arrow-right' => 'house-flood-water-circle-arrow-right(damage,flood,water)'), array('fas fa-house-tsunami' => 'house-tsunami(damage,flood,tidal wave,wave)'), array('far fa-house-tsunami' => 'house-tsunami(damage,flood,tidal wave,wave)'), array('fal fa-house-tsunami' => 'house-tsunami(damage,flood,tidal wave,wave)'), array('fas fa-house-water' => 'house-water(building,devastation,disaster,flood,home,insurance,water)'), array('far fa-house-water' => 'house-water(building,devastation,disaster,flood,home,insurance,water)'), array('fal fa-house-water' => 'house-water(building,devastation,disaster,flood,home,insurance,water)'), array('fas fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('far fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('fal fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('fas fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('far fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('fal fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('fas fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('far fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('fal fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('fas fa-person-drowning' => 'person-drowning(drown,emergency,swim,uer)'), array('far fa-person-drowning' => 'person-drowning(drown,emergency,swim,uer)'), array('fal fa-person-drowning' => 'person-drowning(drown,emergency,swim,uer)'), array('fas fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('far fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('fal fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('fas fa-person-walking-arrow-loop-left' => 'person-walking-arrow-loop-left(follow,population return,return,uer)'), array('far fa-person-walking-arrow-loop-left' => 'person-walking-arrow-loop-left(follow,population return,return,uer)'), array('fal fa-person-walking-arrow-loop-left' => 'person-walking-arrow-loop-left(follow,population return,return,uer)'), array('fas fa-person-walking-arrow-right' => 'person-walking-arrow-right(exit,follow,internally displaced,leave,refugee,uer)'), array('far fa-person-walking-arrow-right' => 'person-walking-arrow-right(exit,follow,internally displaced,leave,refugee,uer)'), array('fal fa-person-walking-arrow-right' => 'person-walking-arrow-right(exit,follow,internally displaced,leave,refugee,uer)'), array('fas fa-person-walking-dashed-line-arrow-right' => 'person-walking-dashed-line-arrow-right(exit,follow,refugee,uer)'), array('far fa-person-walking-dashed-line-arrow-right' => 'person-walking-dashed-line-arrow-right(exit,follow,refugee,uer)'), array('fal fa-person-walking-dashed-line-arrow-right' => 'person-walking-dashed-line-arrow-right(exit,follow,refugee,uer)'), array('fas fa-plant-wilt' => 'plant-wilt(drought,planting,vegetation,wilt)'), array('far fa-plant-wilt' => 'plant-wilt(drought,planting,vegetation,wilt)'), array('fal fa-plant-wilt' => 'plant-wilt(drought,planting,vegetation,wilt)'), array('fas fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('far fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fal fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fas fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('far fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fal fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fas fa-sun-plant-wilt' => 'sun-plant-wilt(arid,droop,drought)'), array('far fa-sun-plant-wilt' => 'sun-plant-wilt(arid,droop,drought)'), array('fal fa-sun-plant-wilt' => 'sun-plant-wilt(arid,droop,drought)'), array('fas fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('far fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fal fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fas fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('far fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fal fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fas fa-tornado' => 'tornado(cloud,cyclone,dorothy,landspout,tornado,toto,twister,vortext,waterspout,weather,whirlwind)'), array('far fa-tornado' => 'tornado(cloud,cyclone,dorothy,landspout,tornado,toto,twister,vortext,waterspout,weather,whirlwind)'), array('fal fa-tornado' => 'tornado(cloud,cyclone,dorothy,landspout,tornado,toto,twister,vortext,waterspout,weather,whirlwind)'), array('fas fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('far fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('fal fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('fas fa-wheat-awn-circle-exclamation' => 'wheat-awn-circle-exclamation(affected,failed,famine,food,gluten,hunger,starve,straw)'), array('far fa-wheat-awn-circle-exclamation' => 'wheat-awn-circle-exclamation(affected,failed,famine,food,gluten,hunger,starve,straw)'), array('fal fa-wheat-awn-circle-exclamation' => 'wheat-awn-circle-exclamation(affected,failed,famine,food,gluten,hunger,starve,straw)'), array('fas fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('far fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('fal fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('fas fa-wind-warning' => 'wind-warning(air,alert,blow,breeze,failed,fall,hurricane,seasonal,tornado,weather)'), array('far fa-wind-warning' => 'wind-warning(air,alert,blow,breeze,failed,fall,hurricane,seasonal,tornado,weather)'), array('fal fa-wind-warning' => 'wind-warning(air,alert,blow,breeze,failed,fall,hurricane,seasonal,tornado,weather)'), array('fas fa-worm' => 'worm(dirt,garden,worm,wriggle)'), array('far fa-worm' => 'worm(dirt,garden,worm,wriggle)'), array('fal fa-worm' => 'worm(dirt,garden,worm,wriggle)'), array('fas fa-xmarks-lines' => 'xmarks-lines(barricade,barrier,fence,poison,roadblock)'), array('far fa-xmarks-lines' => 'xmarks-lines(barricade,barrier,fence,poison,roadblock)'), array('fal fa-xmarks-lines' => 'xmarks-lines(barricade,barrier,fence,poison,roadblock)'), ), 'Humanitarian' => array( array('fas fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('far fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('fal fa-anchor' => 'anchor(anchor,berth,boat,dock,embed,link,maritime,moor,port,secure,ship,tool)'), array('fas fa-anchor-circle-check' => 'anchor-circle-check(enable,marina,not affected,ok,okay,port,validate,working)'), array('far fa-anchor-circle-check' => 'anchor-circle-check(enable,marina,not affected,ok,okay,port,validate,working)'), array('fal fa-anchor-circle-check' => 'anchor-circle-check(enable,marina,not affected,ok,okay,port,validate,working)'), array('fas fa-anchor-circle-exclamation' => 'anchor-circle-exclamation(affected,failed,marina,port)'), array('far fa-anchor-circle-exclamation' => 'anchor-circle-exclamation(affected,failed,marina,port)'), array('fal fa-anchor-circle-exclamation' => 'anchor-circle-exclamation(affected,failed,marina,port)'), array('fas fa-anchor-circle-xmark' => 'anchor-circle-xmark(destroy,marina,port,uncheck)'), array('far fa-anchor-circle-xmark' => 'anchor-circle-xmark(destroy,marina,port,uncheck)'), array('fal fa-anchor-circle-xmark' => 'anchor-circle-xmark(destroy,marina,port,uncheck)'), array('fas fa-anchor-lock' => 'anchor-lock(closed,lockdown,marina,padlock,port,privacy,quarantine)'), array('far fa-anchor-lock' => 'anchor-lock(closed,lockdown,marina,padlock,port,privacy,quarantine)'), array('fal fa-anchor-lock' => 'anchor-lock(closed,lockdown,marina,padlock,port,privacy,quarantine)'), array('fas fa-arrow-down-up-across-line' => 'arrow-down-up-across-line(border,crossing,transfer)'), array('far fa-arrow-down-up-across-line' => 'arrow-down-up-across-line(border,crossing,transfer)'), array('fal fa-arrow-down-up-across-line' => 'arrow-down-up-across-line(border,crossing,transfer)'), array('fas fa-arrow-down-up-lock' => 'arrow-down-up-lock(border,closed,crossing,lockdown,padlock,privacy,quarantine,transfer)'), array('far fa-arrow-down-up-lock' => 'arrow-down-up-lock(border,closed,crossing,lockdown,padlock,privacy,quarantine,transfer)'), array('fal fa-arrow-down-up-lock' => 'arrow-down-up-lock(border,closed,crossing,lockdown,padlock,privacy,quarantine,transfer)'), array('fas fa-arrow-right-to-city' => 'arrow-right-to-city(building,city,exodus,insert,rural,urban)'), array('far fa-arrow-right-to-city' => 'arrow-right-to-city(building,city,exodus,insert,rural,urban)'), array('fal fa-arrow-right-to-city' => 'arrow-right-to-city(building,city,exodus,insert,rural,urban)'), array('fas fa-arrow-up-from-ground-water' => 'arrow-up-from-ground-water(groundwater,spring,upgrade,water supply,water table)'), array('far fa-arrow-up-from-ground-water' => 'arrow-up-from-ground-water(groundwater,spring,upgrade,water supply,water table)'), array('fal fa-arrow-up-from-ground-water' => 'arrow-up-from-ground-water(groundwater,spring,upgrade,water supply,water table)'), array('fas fa-arrow-up-from-water-pump' => 'arrow-up-from-water-pump(flood,groundwater,pump,submersible,sump pump,upgrade)'), array('far fa-arrow-up-from-water-pump' => 'arrow-up-from-water-pump(flood,groundwater,pump,submersible,sump pump,upgrade)'), array('fal fa-arrow-up-from-water-pump' => 'arrow-up-from-water-pump(flood,groundwater,pump,submersible,sump pump,upgrade)'), array('fas fa-arrow-up-right-dots' => 'arrow-up-right-dots(growth,increase,population,upgrade)'), array('far fa-arrow-up-right-dots' => 'arrow-up-right-dots(growth,increase,population,upgrade)'), array('fal fa-arrow-up-right-dots' => 'arrow-up-right-dots(growth,increase,population,upgrade)'), array('fas fa-arrow-up-right-from-square' => 'arrow-up-right-from-square(new,open,send,share,upgrade)'), array('far fa-arrow-up-right-from-square' => 'arrow-up-right-from-square(new,open,send,share,upgrade)'), array('fal fa-arrow-up-right-from-square' => 'arrow-up-right-from-square(new,open,send,share,upgrade)'), array('fas fa-arrows-down-to-line' => 'arrows-down-to-line(insert,scale down,sink)'), array('far fa-arrows-down-to-line' => 'arrows-down-to-line(insert,scale down,sink)'), array('fal fa-arrows-down-to-line' => 'arrows-down-to-line(insert,scale down,sink)'), array('fas fa-arrows-down-to-people' => 'arrows-down-to-people(affected,focus,insert,targeted,together,uer)'), array('far fa-arrows-down-to-people' => 'arrows-down-to-people(affected,focus,insert,targeted,together,uer)'), array('fal fa-arrows-down-to-people' => 'arrows-down-to-people(affected,focus,insert,targeted,together,uer)'), array('fas fa-arrows-left-right-to-line' => 'arrows-left-right-to-line(analysis,expand,gap)'), array('far fa-arrows-left-right-to-line' => 'arrows-left-right-to-line(analysis,expand,gap)'), array('fal fa-arrows-left-right-to-line' => 'arrows-left-right-to-line(analysis,expand,gap)'), array('fas fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('far fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('fal fa-arrows-spin' => 'arrows-spin(cycle,rotate,spin,whirl)'), array('fas fa-arrows-split-up-and-left' => 'arrows-split-up-and-left(agile,split)'), array('far fa-arrows-split-up-and-left' => 'arrows-split-up-and-left(agile,split)'), array('fal fa-arrows-split-up-and-left' => 'arrows-split-up-and-left(agile,split)'), array('fas fa-arrows-to-circle' => 'arrows-to-circle(center,concentrate,coordinate,coordination,focal point,focus,insert)'), array('far fa-arrows-to-circle' => 'arrows-to-circle(center,concentrate,coordinate,coordination,focal point,focus,insert)'), array('fal fa-arrows-to-circle' => 'arrows-to-circle(center,concentrate,coordinate,coordination,focal point,focus,insert)'), array('fas fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('far fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('fal fa-arrows-to-dot' => 'arrows-to-dot(assembly point,center,condense,focus,insert,minimize)'), array('fas fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('far fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('fal fa-arrows-to-eye' => 'arrows-to-eye(center,coordinated assessment,focus)'), array('fas fa-arrows-turn-right' => 'arrows-turn-right(arrows)'), array('far fa-arrows-turn-right' => 'arrows-turn-right(arrows)'), array('fal fa-arrows-turn-right' => 'arrows-turn-right(arrows)'), array('fas fa-arrows-turn-to-dots' => 'arrows-turn-to-dots(destination,insert,nexus)'), array('far fa-arrows-turn-to-dots' => 'arrows-turn-to-dots(destination,insert,nexus)'), array('fal fa-arrows-turn-to-dots' => 'arrows-turn-to-dots(destination,insert,nexus)'), array('fas fa-arrows-up-to-line' => 'arrows-up-to-line(rise,scale up,upgrade)'), array('far fa-arrows-up-to-line' => 'arrows-up-to-line(rise,scale up,upgrade)'), array('fal fa-arrows-up-to-line' => 'arrows-up-to-line(rise,scale up,upgrade)'), array('fas fa-baby' => 'baby(uer,users-people)'), array('far fa-baby' => 'baby(uer,users-people)'), array('fal fa-baby' => 'baby(uer,users-people)'), array('fas fa-bacterium' => 'bacterium(antibiotic,antibody,covid-19,germ,health,organism,sick)'), array('far fa-bacterium' => 'bacterium(antibiotic,antibody,covid-19,germ,health,organism,sick)'), array('fal fa-bacterium' => 'bacterium(antibiotic,antibody,covid-19,germ,health,organism,sick)'), array('fas fa-ban' => 'ban(404,abort,ban,block,cancel,delete,deny,disabled,entry,failed,forbidden,hide,no,not,not found,prohibit,prohibited,remove,stop,trash)'), array('far fa-ban' => 'ban(404,abort,ban,block,cancel,delete,deny,disabled,entry,failed,forbidden,hide,no,not,not found,prohibit,prohibited,remove,stop,trash)'), array('fal fa-ban' => 'ban(404,abort,ban,block,cancel,delete,deny,disabled,entry,failed,forbidden,hide,no,not,not found,prohibit,prohibited,remove,stop,trash)'), array('fas fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('far fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('fal fa-bed' => 'bed(hospital,hotel,lodging,mattress,patient,person in bed,rest,sleep,travel,uer)'), array('fas fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('far fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('fal fa-biohazard' => 'biohazard(biohazard,covid-19,danger,dangerous,epidemic,hazmat,medical,pandemic,radioactive,sign,toxic,waste,zombie)'), array('fas fa-book-bookmark' => 'book-bookmark(knowledge,library,research)'), array('far fa-book-bookmark' => 'book-bookmark(knowledge,library,research)'), array('fal fa-book-bookmark' => 'book-bookmark(knowledge,library,research)'), array('fas fa-bore-hole' => 'bore-hole(bore,bury,drill,hole)'), array('far fa-bore-hole' => 'bore-hole(bore,bury,drill,hole)'), array('fal fa-bore-hole' => 'bore-hole(bore,bury,drill,hole)'), array('fas fa-bottle-droplet' => 'bottle-droplet(alcohol,drink,oil,olive oil,wine)'), array('far fa-bottle-droplet' => 'bottle-droplet(alcohol,drink,oil,olive oil,wine)'), array('fal fa-bottle-droplet' => 'bottle-droplet(alcohol,drink,oil,olive oil,wine)'), array('fas fa-bottle-water' => 'bottle-water(h2o,plastic,water)'), array('far fa-bottle-water' => 'bottle-water(h2o,plastic,water)'), array('fal fa-bottle-water' => 'bottle-water(h2o,plastic,water)'), array('fas fa-bowl-food' => 'bowl-food(catfood,dogfood,food,rice)'), array('far fa-bowl-food' => 'bowl-food(catfood,dogfood,food,rice)'), array('fal fa-bowl-food' => 'bowl-food(catfood,dogfood,food,rice)'), array('fas fa-bowl-rice' => 'bowl-rice(boiled,cooked,cooked rice,rice,steamed)'), array('far fa-bowl-rice' => 'bowl-rice(boiled,cooked,cooked rice,rice,steamed)'), array('fal fa-bowl-rice' => 'bowl-rice(boiled,cooked,cooked rice,rice,steamed)'), array('fas fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('far fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('fal fa-boxes-packing' => 'boxes-packing(archive,box,package,storage,supplies)'), array('fas fa-bridge' => 'bridge(bridge,road)'), array('far fa-bridge' => 'bridge(bridge,road)'), array('fal fa-bridge' => 'bridge(bridge,road)'), array('fas fa-bridge-circle-check' => 'bridge-circle-check(bridge,enable,not affected,ok,okay,road,validate,working)'), array('far fa-bridge-circle-check' => 'bridge-circle-check(bridge,enable,not affected,ok,okay,road,validate,working)'), array('fal fa-bridge-circle-check' => 'bridge-circle-check(bridge,enable,not affected,ok,okay,road,validate,working)'), array('fas fa-bridge-circle-exclamation' => 'bridge-circle-exclamation(affected,bridge,failed,road)'), array('far fa-bridge-circle-exclamation' => 'bridge-circle-exclamation(affected,bridge,failed,road)'), array('fal fa-bridge-circle-exclamation' => 'bridge-circle-exclamation(affected,bridge,failed,road)'), array('fas fa-bridge-circle-xmark' => 'bridge-circle-xmark(bridge,destroy,road,uncheck)'), array('far fa-bridge-circle-xmark' => 'bridge-circle-xmark(bridge,destroy,road,uncheck)'), array('fal fa-bridge-circle-xmark' => 'bridge-circle-xmark(bridge,destroy,road,uncheck)'), array('fas fa-bridge-lock' => 'bridge-lock(bridge,closed,lockdown,padlock,privacy,quarantine,road)'), array('far fa-bridge-lock' => 'bridge-lock(bridge,closed,lockdown,padlock,privacy,quarantine,road)'), array('fal fa-bridge-lock' => 'bridge-lock(bridge,closed,lockdown,padlock,privacy,quarantine,road)'), array('fas fa-bridge-water' => 'bridge-water(bridge,road)'), array('far fa-bridge-water' => 'bridge-water(bridge,road)'), array('fal fa-bridge-water' => 'bridge-water(bridge,road)'), array('fas fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('far fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('fal fa-bucket' => 'bucket(bucket,pail,sandcastle)'), array('fas fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('far fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('fal fa-bugs' => 'bugs(bedbug,infestation,lice,plague,ticks)'), array('fas fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('far fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('fal fa-building' => 'building(apartment,building,business,city,company,office,office building,urban,work)'), array('fas fa-building-circle-arrow-right' => 'building-circle-arrow-right(building,city,distribution center,office)'), array('far fa-building-circle-arrow-right' => 'building-circle-arrow-right(building,city,distribution center,office)'), array('fal fa-building-circle-arrow-right' => 'building-circle-arrow-right(building,city,distribution center,office)'), array('fas fa-building-circle-check' => 'building-circle-check(building,city,enable,not affected,office,ok,okay,validate,working)'), array('far fa-building-circle-check' => 'building-circle-check(building,city,enable,not affected,office,ok,okay,validate,working)'), array('fal fa-building-circle-check' => 'building-circle-check(building,city,enable,not affected,office,ok,okay,validate,working)'), array('fas fa-building-circle-exclamation' => 'building-circle-exclamation(affected,building,city,failed,office)'), array('far fa-building-circle-exclamation' => 'building-circle-exclamation(affected,building,city,failed,office)'), array('fal fa-building-circle-exclamation' => 'building-circle-exclamation(affected,building,city,failed,office)'), array('fas fa-building-circle-xmark' => 'building-circle-xmark(building,city,destroy,office,uncheck)'), array('far fa-building-circle-xmark' => 'building-circle-xmark(building,city,destroy,office,uncheck)'), array('fal fa-building-circle-xmark' => 'building-circle-xmark(building,city,destroy,office,uncheck)'), array('fas fa-building-columns' => 'building-columns(bank,building,college,education,institution,museum,students)'), array('far fa-building-columns' => 'building-columns(bank,building,college,education,institution,museum,students)'), array('fal fa-building-columns' => 'building-columns(bank,building,college,education,institution,museum,students)'), array('fas fa-building-flag' => 'building-flag( city,building,diplomat,embassy,flag,headquarters,united nations)'), array('far fa-building-flag' => 'building-flag( city,building,diplomat,embassy,flag,headquarters,united nations)'), array('fal fa-building-flag' => 'building-flag( city,building,diplomat,embassy,flag,headquarters,united nations)'), array('fas fa-building-lock' => 'building-lock(building,city,closed,lock,lockdown,padlock,privacy,quarantine,secure)'), array('far fa-building-lock' => 'building-lock(building,city,closed,lock,lockdown,padlock,privacy,quarantine,secure)'), array('fal fa-building-lock' => 'building-lock(building,city,closed,lock,lockdown,padlock,privacy,quarantine,secure)'), array('fas fa-building-ngo' => 'building-ngo( city,building,non governmental organization,office)'), array('far fa-building-ngo' => 'building-ngo( city,building,non governmental organization,office)'), array('fal fa-building-ngo' => 'building-ngo( city,building,non governmental organization,office)'), array('fas fa-building-shield' => 'building-shield(building,city,police,protect,safety)'), array('far fa-building-shield' => 'building-shield(building,city,police,protect,safety)'), array('fal fa-building-shield' => 'building-shield(building,city,police,protect,safety)'), array('fas fa-building-un' => 'building-un(building,city,office,united nations)'), array('far fa-building-un' => 'building-un(building,city,office,united nations)'), array('fal fa-building-un' => 'building-un(building,city,office,united nations)'), array('fas fa-building-user' => 'building-user(apartment,building,city,employee,uer)'), array('far fa-building-user' => 'building-user(apartment,building,city,employee,uer)'), array('fal fa-building-user' => 'building-user(apartment,building,city,employee,uer)'), array('fas fa-building-wheat' => 'building-wheat(agriculture,building,city,usda)'), array('far fa-building-wheat' => 'building-wheat(agriculture,building,city,usda)'), array('fal fa-building-wheat' => 'building-wheat(agriculture,building,city,usda)'), array('fas fa-burst' => 'burst(boom,crash,explosion)'), array('far fa-burst' => 'burst(boom,crash,explosion)'), array('fal fa-burst' => 'burst(boom,crash,explosion)'), array('fas fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('far fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('fal fa-bus' => 'bus(bus,oncoming,oncoming bus,public transportation,transportation,travel,vehicle)'), array('fas fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('far fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fal fa-car' => 'car(auto,automobile,car,oncoming,oncoming automobile,sedan,transportation,travel,vehicle)'), array('fas fa-car-on' => 'car-on(alarm,car,carjack,warning)'), array('far fa-car-on' => 'car-on(alarm,car,carjack,warning)'), array('fal fa-car-on' => 'car-on(alarm,car,carjack,warning)'), array('fas fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('far fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('fal fa-car-tunnel' => 'car-tunnel(road,tunnel)'), array('fas fa-child-combatant' => 'child-combatant(combatant)'), array('far fa-child-combatant' => 'child-combatant(combatant)'), array('fal fa-child-combatant' => 'child-combatant(combatant)'), array('fas fa-children' => 'children(boy,child,girl,kid,kids,together,uer,young,youth)'), array('far fa-children' => 'children(boy,child,girl,kid,kids,together,uer,young,youth)'), array('fal fa-children' => 'children(boy,child,girl,kid,kids,together,uer,young,youth)'), array('fas fa-church' => 'church(Christian,building,cathedral,chapel,church,community,cross,religion)'), array('far fa-church' => 'church(Christian,building,cathedral,chapel,church,community,cross,religion)'), array('fal fa-church' => 'church(Christian,building,cathedral,chapel,church,community,cross,religion)'), array('fas fa-circle-h' => 'circle-h(Circled Latin Capital Letter H,clinic,covid-19,emergency,letter,map)'), array('far fa-circle-h' => 'circle-h(Circled Latin Capital Letter H,clinic,covid-19,emergency,letter,map)'), array('fal fa-circle-h' => 'circle-h(Circled Latin Capital Letter H,clinic,covid-19,emergency,letter,map)'), array('fas fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('far fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('fal fa-circle-nodes' => 'circle-nodes(cluster,connect,network)'), array('fas fa-clipboard-question' => 'clipboard-question(assistance,faq,interview,query,question)'), array('far fa-clipboard-question' => 'clipboard-question(assistance,faq,interview,query,question)'), array('fal fa-clipboard-question' => 'clipboard-question(assistance,faq,interview,query,question)'), array('fas fa-clipboard-user' => 'clipboard-user(attendance,employee,record,roster,staff,uer)'), array('far fa-clipboard-user' => 'clipboard-user(attendance,employee,record,roster,staff,uer)'), array('fal fa-clipboard-user' => 'clipboard-user(attendance,employee,record,roster,staff,uer)'), array('fas fa-cloud-bolt' => 'cloud-bolt(bolt,cloud,cloud with lightning,lightning,precipitation,rain,storm,weather)'), array('far fa-cloud-bolt' => 'cloud-bolt(bolt,cloud,cloud with lightning,lightning,precipitation,rain,storm,weather)'), array('fal fa-cloud-bolt' => 'cloud-bolt(bolt,cloud,cloud with lightning,lightning,precipitation,rain,storm,weather)'), array('fas fa-cloud-showers-heavy' => 'cloud-showers-heavy(precipitation,rain,sky,storm)'), array('far fa-cloud-showers-heavy' => 'cloud-showers-heavy(precipitation,rain,sky,storm)'), array('fal fa-cloud-showers-heavy' => 'cloud-showers-heavy(precipitation,rain,sky,storm)'), array('fas fa-cloud-showers-water' => 'cloud-showers-water(cloud,deluge,flood,rain,storm,surge)'), array('far fa-cloud-showers-water' => 'cloud-showers-water(cloud,deluge,flood,rain,storm,surge)'), array('fal fa-cloud-showers-water' => 'cloud-showers-water(cloud,deluge,flood,rain,storm,surge)'), array('fas fa-computer' => 'computer(computer,desktop,display,monitor,tower)'), array('far fa-computer' => 'computer(computer,desktop,display,monitor,tower)'), array('fal fa-computer' => 'computer(computer,desktop,display,monitor,tower)'), array('fas fa-cow' => 'cow(agriculture,animal,beef,bovine,co,cow,farm,fauna,livestock,mammal,milk,moo)'), array('far fa-cow' => 'cow(agriculture,animal,beef,bovine,co,cow,farm,fauna,livestock,mammal,milk,moo)'), array('fal fa-cow' => 'cow(agriculture,animal,beef,bovine,co,cow,farm,fauna,livestock,mammal,milk,moo)'), array('fas fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('far fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('fal fa-cubes-stacked' => 'cubes-stacked(blocks,cubes,sugar)'), array('fas fa-display' => 'display(Screen,computer,desktop,imac)'), array('far fa-display' => 'display(Screen,computer,desktop,imac)'), array('fal fa-display' => 'display(Screen,computer,desktop,imac)'), array('fas fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('far fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('fal fa-droplet' => 'droplet(blood,cold,color,comic,drop,droplet,raindrop,sweat,waterdrop)'), array('fas fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('far fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('fal fa-envelope' => 'envelope(Back of Envelope,e-mail,email,envelope,letter,mail,message,newsletter,notification,offer,support)'), array('fas fa-envelope-circle-check' => 'envelope-circle-check(check,email,enable,envelope,mail,not affected,ok,okay,read,sent,validate,working)'), array('far fa-envelope-circle-check' => 'envelope-circle-check(check,email,enable,envelope,mail,not affected,ok,okay,read,sent,validate,working)'), array('fal fa-envelope-circle-check' => 'envelope-circle-check(check,email,enable,envelope,mail,not affected,ok,okay,read,sent,validate,working)'), array('fas fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('far fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('fal fa-explosion' => 'explosion(blast,blowup,boom,crash,detonation,explosion)'), array('fas fa-faucet-drip' => 'faucet-drip(drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('far fa-faucet-drip' => 'faucet-drip(drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('fal fa-faucet-drip' => 'faucet-drip(drinking,drip,house,hygiene,kitchen,potable,potable water,sanitation,sink,water)'), array('fas fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('far fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('fal fa-fax' => 'fax(Fax Icon,business,communicate,copy,facsimile,fax,fax machine,send)'), array('fas fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('far fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('fal fa-ferry' => 'ferry(barge,boat,carry,ferryboat,ship)'), array('fas fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('far fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fal fa-file' => 'file(Empty Document,cv,document,new,page,page facing up,pdf,resume)'), array('fas fa-file-circle-check' => 'file-circle-check(document,enable,file,not affected,ok,okay,paper,validate,working)'), array('far fa-file-circle-check' => 'file-circle-check(document,enable,file,not affected,ok,okay,paper,validate,working)'), array('fal fa-file-circle-check' => 'file-circle-check(document,enable,file,not affected,ok,okay,paper,validate,working)'), array('fas fa-file-circle-exclamation' => 'file-circle-exclamation(document,failed,file,paper)'), array('far fa-file-circle-exclamation' => 'file-circle-exclamation(document,failed,file,paper)'), array('fal fa-file-circle-exclamation' => 'file-circle-exclamation(document,failed,file,paper)'), array('fas fa-file-circle-minus' => 'file-circle-minus(document,file,paper)'), array('far fa-file-circle-minus' => 'file-circle-minus(document,file,paper)'), array('fal fa-file-circle-minus' => 'file-circle-minus(document,file,paper)'), array('fas fa-file-circle-plus' => 'file-circle-plus(add,document,file,new,page,paper,pdf)'), array('far fa-file-circle-plus' => 'file-circle-plus(add,document,file,new,page,paper,pdf)'), array('fal fa-file-circle-plus' => 'file-circle-plus(add,document,file,new,page,paper,pdf)'), array('fas fa-file-circle-question' => 'file-circle-question(document,file,paper)'), array('far fa-file-circle-question' => 'file-circle-question(document,file,paper)'), array('fal fa-file-circle-question' => 'file-circle-question(document,file,paper)'), array('fas fa-file-circle-xmark' => 'file-circle-xmark(document,file,paper,uncheck)'), array('far fa-file-circle-xmark' => 'file-circle-xmark(document,file,paper,uncheck)'), array('fal fa-file-circle-xmark' => 'file-circle-xmark(document,file,paper,uncheck)'), array('fas fa-file-csv' => 'file-csv(document,excel,numbers,spreadsheets,table)'), array('far fa-file-csv' => 'file-csv(document,excel,numbers,spreadsheets,table)'), array('fal fa-file-csv' => 'file-csv(document,excel,numbers,spreadsheets,table)'), array('fas fa-file-pdf' => 'file-pdf(acrobat,document,preview,save)'), array('far fa-file-pdf' => 'file-pdf(acrobat,document,preview,save)'), array('fal fa-file-pdf' => 'file-pdf(acrobat,document,preview,save)'), array('fas fa-file-pen' => 'file-pen(edit,memo,modify,pen,pencil,update,write)'), array('far fa-file-pen' => 'file-pen(edit,memo,modify,pen,pencil,update,write)'), array('fal fa-file-pen' => 'file-pen(edit,memo,modify,pen,pencil,update,write)'), array('fas fa-file-shield' => 'file-shield(antivirus,data,document,protect,safe,safety,secure)'), array('far fa-file-shield' => 'file-shield(antivirus,data,document,protect,safe,safety,secure)'), array('fal fa-file-shield' => 'file-shield(antivirus,data,document,protect,safe,safety,secure)'), array('fas fa-fire-burner' => 'fire-burner(cook,fire,flame,kitchen,stove)'), array('far fa-fire-burner' => 'fire-burner(cook,fire,flame,kitchen,stove)'), array('fal fa-fire-burner' => 'fire-burner(cook,fire,flame,kitchen,stove)'), array('fas fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('far fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('fal fa-fire-flame-simple' => 'fire-flame-simple(caliente,energy,fire,flame,gas,heat,hot)'), array('fas fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('far fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('fal fa-fish-fins' => 'fish-fins(fish,fishery,pisces,seafood)'), array('fas fa-flag' => 'flag(black flag,country,notice,notification,notify,pole,report,symbol,waving)'), array('far fa-flag' => 'flag(black flag,country,notice,notification,notify,pole,report,symbol,waving)'), array('fal fa-flag' => 'flag(black flag,country,notice,notification,notify,pole,report,symbol,waving)'), array('fas fa-flask-vial' => 'flask-vial( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,ampule,chemistry,lab,laboratory,potion,test,test tube)'), array('far fa-flask-vial' => 'flask-vial( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,ampule,chemistry,lab,laboratory,potion,test,test tube)'), array('fal fa-flask-vial' => 'flask-vial( beaker, chemicals, experiment, experimental, labs, liquid, science, vial,ampule,chemistry,lab,laboratory,potion,test,test tube)'), array('fas fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('far fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('fal fa-gas-pump' => 'gas-pump(car,diesel,fuel,fuel pump,fuelpump,gas,gasoline,petrol,pump,station)'), array('fas fa-glass-water' => 'glass-water(potable,water)'), array('far fa-glass-water' => 'glass-water(potable,water)'), array('fal fa-glass-water' => 'glass-water(potable,water)'), array('fas fa-glass-water-droplet' => 'glass-water-droplet(potable,water)'), array('far fa-glass-water-droplet' => 'glass-water-droplet(potable,water)'), array('fal fa-glass-water-droplet' => 'glass-water-droplet(potable,water)'), array('fas fa-gopuram' => 'gopuram(building,entrance,hinduism,temple,tower)'), array('far fa-gopuram' => 'gopuram(building,entrance,hinduism,temple,tower)'), array('fal fa-gopuram' => 'gopuram(building,entrance,hinduism,temple,tower)'), array('fas fa-group-arrows-rotate' => 'group-arrows-rotate(community,engagement,spin,sync)'), array('far fa-group-arrows-rotate' => 'group-arrows-rotate(community,engagement,spin,sync)'), array('fal fa-group-arrows-rotate' => 'group-arrows-rotate(community,engagement,spin,sync)'), array('fas fa-hammer' => 'hammer(admin,configuration,equipment,fix,hammer,maintenance,modify,recovery,repair,settings,tool)'), array('far fa-hammer' => 'hammer(admin,configuration,equipment,fix,hammer,maintenance,modify,recovery,repair,settings,tool)'), array('fal fa-hammer' => 'hammer(admin,configuration,equipment,fix,hammer,maintenance,modify,recovery,repair,settings,tool)'), array('fas fa-hand-holding-hand' => 'hand-holding-hand(care,give,help,hold,protect)'), array('far fa-hand-holding-hand' => 'hand-holding-hand(care,give,help,hold,protect)'), array('fal fa-hand-holding-hand' => 'hand-holding-hand(care,give,help,hold,protect)'), array('fas fa-handcuffs' => 'handcuffs(arrest,criminal,handcuffs,jail,lock,police,wrist)'), array('far fa-handcuffs' => 'handcuffs(arrest,criminal,handcuffs,jail,lock,police,wrist)'), array('fal fa-handcuffs' => 'handcuffs(arrest,criminal,handcuffs,jail,lock,police,wrist)'), array('fas fa-hands-bound' => 'hands-bound(abduction,bound,handcuff,wrist)'), array('far fa-hands-bound' => 'hands-bound(abduction,bound,handcuff,wrist)'), array('fal fa-hands-bound' => 'hands-bound(abduction,bound,handcuff,wrist)'), array('fas fa-hands-bubbles' => 'hands-bubbles(covid-19,hygiene,soap,wash)'), array('far fa-hands-bubbles' => 'hands-bubbles(covid-19,hygiene,soap,wash)'), array('fal fa-hands-bubbles' => 'hands-bubbles(covid-19,hygiene,soap,wash)'), array('fas fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('far fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('fal fa-hands-holding-child' => 'hands-holding-child(care,give,help,hold,parent,protect)'), array('fas fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('far fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('fal fa-hands-holding-circle' => 'hands-holding-circle(circle,gift,protection)'), array('fas fa-handshake-simple' => 'handshake-simple(agreement,greeting,hand,handshake,meeting,partnership,shake)'), array('far fa-handshake-simple' => 'handshake-simple(agreement,greeting,hand,handshake,meeting,partnership,shake)'), array('fal fa-handshake-simple' => 'handshake-simple(agreement,greeting,hand,handshake,meeting,partnership,shake)'), array('fas fa-headset' => 'headset(audio,gamer,gaming,listen,live chat,microphone,shot caller,sound,support,telemarketer)'), array('far fa-headset' => 'headset(audio,gamer,gaming,listen,live chat,microphone,shot caller,sound,support,telemarketer)'), array('fal fa-headset' => 'headset(audio,gamer,gaming,listen,live chat,microphone,shot caller,sound,support,telemarketer)'), array('fas fa-heart-circle-bolt' => 'heart-circle-bolt(cardiogram,ekg,electric,heart,love,pacemaker)'), array('far fa-heart-circle-bolt' => 'heart-circle-bolt(cardiogram,ekg,electric,heart,love,pacemaker)'), array('fal fa-heart-circle-bolt' => 'heart-circle-bolt(cardiogram,ekg,electric,heart,love,pacemaker)'), array('fas fa-heart-circle-check' => 'heart-circle-check(enable,favorite,heart,love,not affected,ok,okay,validate,working)'), array('far fa-heart-circle-check' => 'heart-circle-check(enable,favorite,heart,love,not affected,ok,okay,validate,working)'), array('fal fa-heart-circle-check' => 'heart-circle-check(enable,favorite,heart,love,not affected,ok,okay,validate,working)'), array('fas fa-heart-circle-exclamation' => 'heart-circle-exclamation(failed,favorite,heart,love)'), array('far fa-heart-circle-exclamation' => 'heart-circle-exclamation(failed,favorite,heart,love)'), array('fal fa-heart-circle-exclamation' => 'heart-circle-exclamation(failed,favorite,heart,love)'), array('fas fa-heart-circle-minus' => 'heart-circle-minus(favorite,heart,love)'), array('far fa-heart-circle-minus' => 'heart-circle-minus(favorite,heart,love)'), array('fal fa-heart-circle-minus' => 'heart-circle-minus(favorite,heart,love)'), array('fas fa-heart-circle-plus' => 'heart-circle-plus(favorite,heart,love)'), array('far fa-heart-circle-plus' => 'heart-circle-plus(favorite,heart,love)'), array('fal fa-heart-circle-plus' => 'heart-circle-plus(favorite,heart,love)'), array('fas fa-heart-circle-xmark' => 'heart-circle-xmark(favorite,heart,love,uncheck)'), array('far fa-heart-circle-xmark' => 'heart-circle-xmark(favorite,heart,love,uncheck)'), array('fal fa-heart-circle-xmark' => 'heart-circle-xmark(favorite,heart,love,uncheck)'), array('fas fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('far fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('fal fa-helicopter' => 'helicopter(airwolf,apache,chopper,flight,fly,helicopter,travel,vehicle)'), array('fas fa-helicopter-symbol' => 'helicopter-symbol(chopper,helicopter,landing pad,whirlybird)'), array('far fa-helicopter-symbol' => 'helicopter-symbol(chopper,helicopter,landing pad,whirlybird)'), array('fal fa-helicopter-symbol' => 'helicopter-symbol(chopper,helicopter,landing pad,whirlybird)'), array('fas fa-helmet-un' => 'helmet-un(helmet,united nations)'), array('far fa-helmet-un' => 'helmet-un(helmet,united nations)'), array('fal fa-helmet-un' => 'helmet-un(helmet,united nations)'), array('fas fa-hill-avalanche' => 'hill-avalanche(mudslide,snow,winter)'), array('far fa-hill-avalanche' => 'hill-avalanche(mudslide,snow,winter)'), array('fal fa-hill-avalanche' => 'hill-avalanche(mudslide,snow,winter)'), array('fas fa-hill-rockslide' => 'hill-rockslide(mudslide)'), array('far fa-hill-rockslide' => 'hill-rockslide(mudslide)'), array('fal fa-hill-rockslide' => 'hill-rockslide(mudslide)'), array('fas fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('far fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('fal fa-hospital' => 'hospital(building,covid-19,doctor,emergency room,hospital,medical center,medicine)'), array('fas fa-hotel' => 'hotel(building,hotel,inn,lodging,motel,resort,travel)'), array('far fa-hotel' => 'hotel(building,hotel,inn,lodging,motel,resort,travel)'), array('fal fa-hotel' => 'hotel(building,hotel,inn,lodging,motel,resort,travel)'), array('fas fa-house-chimney' => 'house-chimney(abode,building,chimney,house,main,residence,smokestack)'), array('far fa-house-chimney' => 'house-chimney(abode,building,chimney,house,main,residence,smokestack)'), array('fal fa-house-chimney' => 'house-chimney(abode,building,chimney,house,main,residence,smokestack)'), array('fas fa-house-chimney-crack' => 'house-chimney-crack(building,devastation,disaster,earthquake,home,insurance)'), array('far fa-house-chimney-crack' => 'house-chimney-crack(building,devastation,disaster,earthquake,home,insurance)'), array('fal fa-house-chimney-crack' => 'house-chimney-crack(building,devastation,disaster,earthquake,home,insurance)'), array('fas fa-house-circle-check' => 'house-circle-check(abode,enable,home,house,not affected,ok,okay,validate,working)'), array('far fa-house-circle-check' => 'house-circle-check(abode,enable,home,house,not affected,ok,okay,validate,working)'), array('fal fa-house-circle-check' => 'house-circle-check(abode,enable,home,house,not affected,ok,okay,validate,working)'), array('fas fa-house-circle-exclamation' => 'house-circle-exclamation(abode,affected,failed,home,house)'), array('far fa-house-circle-exclamation' => 'house-circle-exclamation(abode,affected,failed,home,house)'), array('fal fa-house-circle-exclamation' => 'house-circle-exclamation(abode,affected,failed,home,house)'), array('fas fa-house-circle-xmark' => 'house-circle-xmark(abode,destroy,home,house,uncheck)'), array('far fa-house-circle-xmark' => 'house-circle-xmark(abode,destroy,home,house,uncheck)'), array('fal fa-house-circle-xmark' => 'house-circle-xmark(abode,destroy,home,house,uncheck)'), array('fas fa-house-fire' => 'house-fire(burn,emergency,home)'), array('far fa-house-fire' => 'house-fire(burn,emergency,home)'), array('fal fa-house-fire' => 'house-fire(burn,emergency,home)'), array('fas fa-house-flag' => 'house-flag(camp,home)'), array('far fa-house-flag' => 'house-flag(camp,home)'), array('fal fa-house-flag' => 'house-flag(camp,home)'), array('fas fa-house-flood-water' => 'house-flood-water(damage,flood,water)'), array('far fa-house-flood-water' => 'house-flood-water(damage,flood,water)'), array('fal fa-house-flood-water' => 'house-flood-water(damage,flood,water)'), array('fas fa-house-flood-water-circle-arrow-right' => 'house-flood-water-circle-arrow-right(damage,flood,water)'), array('far fa-house-flood-water-circle-arrow-right' => 'house-flood-water-circle-arrow-right(damage,flood,water)'), array('fal fa-house-flood-water-circle-arrow-right' => 'house-flood-water-circle-arrow-right(damage,flood,water)'), array('fas fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('far fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('fal fa-house-lock' => 'house-lock(closed,home,house,lockdown,padlock,privacy,quarantine)'), array('fas fa-house-medical' => 'house-medical(covid-19,doctor,facility,general practitioner,health,hospital,infirmary,medicine,office,outpatient)'), array('far fa-house-medical' => 'house-medical(covid-19,doctor,facility,general practitioner,health,hospital,infirmary,medicine,office,outpatient)'), array('fal fa-house-medical' => 'house-medical(covid-19,doctor,facility,general practitioner,health,hospital,infirmary,medicine,office,outpatient)'), array('fas fa-house-medical-circle-check' => 'house-medical-circle-check(clinic,enable,hospital,not affected,ok,okay,validate,working)'), array('far fa-house-medical-circle-check' => 'house-medical-circle-check(clinic,enable,hospital,not affected,ok,okay,validate,working)'), array('fal fa-house-medical-circle-check' => 'house-medical-circle-check(clinic,enable,hospital,not affected,ok,okay,validate,working)'), array('fas fa-house-medical-circle-exclamation' => 'house-medical-circle-exclamation(affected,clinic,failed,hospital)'), array('far fa-house-medical-circle-exclamation' => 'house-medical-circle-exclamation(affected,clinic,failed,hospital)'), array('fal fa-house-medical-circle-exclamation' => 'house-medical-circle-exclamation(affected,clinic,failed,hospital)'), array('fas fa-house-medical-circle-xmark' => 'house-medical-circle-xmark(clinic,destroy,hospital,uncheck)'), array('far fa-house-medical-circle-xmark' => 'house-medical-circle-xmark(clinic,destroy,hospital,uncheck)'), array('fal fa-house-medical-circle-xmark' => 'house-medical-circle-xmark(clinic,destroy,hospital,uncheck)'), array('fas fa-house-medical-flag' => 'house-medical-flag(clinic,hospital,mash)'), array('far fa-house-medical-flag' => 'house-medical-flag(clinic,hospital,mash)'), array('fal fa-house-medical-flag' => 'house-medical-flag(clinic,hospital,mash)'), array('fas fa-house-signal' => 'house-signal(abode,building,connect,family,home,residence,smart home,wifi,www)'), array('far fa-house-signal' => 'house-signal(abode,building,connect,family,home,residence,smart home,wifi,www)'), array('fal fa-house-signal' => 'house-signal(abode,building,connect,family,home,residence,smart home,wifi,www)'), array('fas fa-house-tsunami' => 'house-tsunami(damage,flood,tidal wave,wave)'), array('far fa-house-tsunami' => 'house-tsunami(damage,flood,tidal wave,wave)'), array('fal fa-house-tsunami' => 'house-tsunami(damage,flood,tidal wave,wave)'), array('fas fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('far fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('fal fa-hurricane' => 'hurricane(coriolis effect,eye,storm,tropical cyclone,typhoon)'), array('fas fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('far fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('fal fa-id-card' => 'id-card(contact,demographics,document,identification,issued,profile,registration,uer,username)'), array('fas fa-jar' => 'jar(jam,jelly,storage)'), array('far fa-jar' => 'jar(jam,jelly,storage)'), array('fal fa-jar' => 'jar(jam,jelly,storage)'), array('fas fa-jar-wheat' => 'jar-wheat(flour,storage)'), array('far fa-jar-wheat' => 'jar-wheat(flour,storage)'), array('fal fa-jar-wheat' => 'jar-wheat(flour,storage)'), array('fas fa-jet-fighter-up' => 'jet-fighter-up(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('far fa-jet-fighter-up' => 'jet-fighter-up(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('fal fa-jet-fighter-up' => 'jet-fighter-up(airforce,airplane,airport,fast,fly,goose,marines,maverick,military,plane,quick,top gun,transportation,travel)'), array('fas fa-jug-detergent' => 'jug-detergent(detergent,laundry,soap,wash)'), array('far fa-jug-detergent' => 'jug-detergent(detergent,laundry,soap,wash)'), array('fal fa-jug-detergent' => 'jug-detergent(detergent,laundry,soap,wash)'), array('fas fa-kitchen-set' => 'kitchen-set(chef,cook,cup,kitchen,pan,pot,skillet)'), array('far fa-kitchen-set' => 'kitchen-set(chef,cook,cup,kitchen,pan,pot,skillet)'), array('fal fa-kitchen-set' => 'kitchen-set(chef,cook,cup,kitchen,pan,pot,skillet)'), array('fas fa-land-mine-on' => 'land-mine-on(bomb,danger,explosion,war)'), array('far fa-land-mine-on' => 'land-mine-on(bomb,danger,explosion,war)'), array('fal fa-land-mine-on' => 'land-mine-on(bomb,danger,explosion,war)'), array('fas fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('far fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('fal fa-landmark' => 'landmark(building,classical,historic,memorable,monument,museum,politics,society)'), array('fas fa-landmark-dome' => 'landmark-dome(building,historic,memorable,monument,politics)'), array('far fa-landmark-dome' => 'landmark-dome(building,historic,memorable,monument,politics)'), array('fal fa-landmark-dome' => 'landmark-dome(building,historic,memorable,monument,politics)'), array('fas fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('far fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('fal fa-landmark-flag' => 'landmark-flag(capitol,flag,landmark,memorial)'), array('fas fa-laptop' => 'laptop(computer,cpu,dell,demo,device,fabook,fb,laptop,mac,macbook,machine,pc,personal)'), array('far fa-laptop' => 'laptop(computer,cpu,dell,demo,device,fabook,fb,laptop,mac,macbook,machine,pc,personal)'), array('fal fa-laptop' => 'laptop(computer,cpu,dell,demo,device,fabook,fb,laptop,mac,macbook,machine,pc,personal)'), array('fas fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('far fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('fal fa-laptop-file' => 'laptop-file(computer,education,laptop,learning,remote work)'), array('fas fa-life-ring' => 'life-ring(coast guard,help,overboard,save,support)'), array('far fa-life-ring' => 'life-ring(coast guard,help,overboard,save,support)'), array('fal fa-life-ring' => 'life-ring(coast guard,help,overboard,save,support)'), array('fas fa-lines-leaning' => 'lines-leaning(canted,domino,falling,resilience,resilient,tipped)'), array('far fa-lines-leaning' => 'lines-leaning(canted,domino,falling,resilience,resilient,tipped)'), array('fal fa-lines-leaning' => 'lines-leaning(canted,domino,falling,resilience,resilient,tipped)'), array('fas fa-location-pin-lock' => 'location-pin-lock(closed,lockdown,map,padlock,privacy,quarantine)'), array('far fa-location-pin-lock' => 'location-pin-lock(closed,lockdown,map,padlock,privacy,quarantine)'), array('fal fa-location-pin-lock' => 'location-pin-lock(closed,lockdown,map,padlock,privacy,quarantine)'), array('fas fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('far fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('fal fa-locust' => 'locust(horde,infestation,locust,plague,swarm)'), array('fas fa-lungs' => 'lungs(air,breath,covid-19,exhalation,inhalation,lungs,organ,respiration,respiratory)'), array('far fa-lungs' => 'lungs(air,breath,covid-19,exhalation,inhalation,lungs,organ,respiration,respiratory)'), array('fal fa-lungs' => 'lungs(air,breath,covid-19,exhalation,inhalation,lungs,organ,respiration,respiratory)'), array('fas fa-magnifying-glass-arrow-right' => 'magnifying-glass-arrow-right(find,magnifier,next,search)'), array('far fa-magnifying-glass-arrow-right' => 'magnifying-glass-arrow-right(find,magnifier,next,search)'), array('fal fa-magnifying-glass-arrow-right' => 'magnifying-glass-arrow-right(find,magnifier,next,search)'), array('fas fa-magnifying-glass-chart' => 'magnifying-glass-chart( data, graph, intelligence,analysis,chart,magnifier,market,revenue)'), array('far fa-magnifying-glass-chart' => 'magnifying-glass-chart( data, graph, intelligence,analysis,chart,magnifier,market,revenue)'), array('fal fa-magnifying-glass-chart' => 'magnifying-glass-chart( data, graph, intelligence,analysis,chart,magnifier,market,revenue)'), array('fas fa-mars-and-venus' => 'mars-and-venus(Male and Female Sign,female,gender,intersex,male,transgender)'), array('far fa-mars-and-venus' => 'mars-and-venus(Male and Female Sign,female,gender,intersex,male,transgender)'), array('fal fa-mars-and-venus' => 'mars-and-venus(Male and Female Sign,female,gender,intersex,male,transgender)'), array('fas fa-mars-and-venus-burst' => 'mars-and-venus-burst(gender,uer,violence)'), array('far fa-mars-and-venus-burst' => 'mars-and-venus-burst(gender,uer,violence)'), array('fal fa-mars-and-venus-burst' => 'mars-and-venus-burst(gender,uer,violence)'), array('fas fa-mask-face' => 'mask-face(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,virus)'), array('far fa-mask-face' => 'mask-face(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,virus)'), array('fal fa-mask-face' => 'mask-face(breath,coronavirus,covid-19,filter,flu,infection,pandemic,respirator,virus)'), array('fas fa-mask-ventilator' => 'mask-ventilator(breath,gas,mask,oxygen,respirator,ventilator)'), array('far fa-mask-ventilator' => 'mask-ventilator(breath,gas,mask,oxygen,respirator,ventilator)'), array('fal fa-mask-ventilator' => 'mask-ventilator(breath,gas,mask,oxygen,respirator,ventilator)'), array('fas fa-mattress-pillow' => 'mattress-pillow(air mattress,mattress,pillow,rest,sleep)'), array('far fa-mattress-pillow' => 'mattress-pillow(air mattress,mattress,pillow,rest,sleep)'), array('fal fa-mattress-pillow' => 'mattress-pillow(air mattress,mattress,pillow,rest,sleep)'), array('fas fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('far fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('fal fa-microscope' => 'microscope(covid-19,electron,knowledge,lens,microscope,optics,science,shrink,testing,tool)'), array('fas fa-mobile-retro' => 'mobile-retro(cellphone,cellular,phone)'), array('far fa-mobile-retro' => 'mobile-retro(cellphone,cellular,phone)'), array('fal fa-mobile-retro' => 'mobile-retro(cellphone,cellular,phone)'), array('fas fa-mobile-screen' => 'mobile-screen(android,call,cell phone,device,number,screen,telephone,text)'), array('far fa-mobile-screen' => 'mobile-screen(android,call,cell phone,device,number,screen,telephone,text)'), array('fal fa-mobile-screen' => 'mobile-screen(android,call,cell phone,device,number,screen,telephone,text)'), array('fas fa-money-bill-transfer' => 'money-bill-transfer(bank,conversion,deposit,investment,money,salary,transfer,withdrawal)'), array('far fa-money-bill-transfer' => 'money-bill-transfer(bank,conversion,deposit,investment,money,salary,transfer,withdrawal)'), array('fal fa-money-bill-transfer' => 'money-bill-transfer(bank,conversion,deposit,investment,money,salary,transfer,withdrawal)'), array('fas fa-money-bill-trend-up' => 'money-bill-trend-up(bank,bonds,inflation,investment,market,revenue,salary,stocks,trade)'), array('far fa-money-bill-trend-up' => 'money-bill-trend-up(bank,bonds,inflation,investment,market,revenue,salary,stocks,trade)'), array('fal fa-money-bill-trend-up' => 'money-bill-trend-up(bank,bonds,inflation,investment,market,revenue,salary,stocks,trade)'), array('fas fa-money-bill-wheat' => 'money-bill-wheat(agribusiness,agriculture,farming,food,investment,livelihood,subsidy)'), array('far fa-money-bill-wheat' => 'money-bill-wheat(agribusiness,agriculture,farming,food,investment,livelihood,subsidy)'), array('fal fa-money-bill-wheat' => 'money-bill-wheat(agribusiness,agriculture,farming,food,investment,livelihood,subsidy)'), array('fas fa-money-bills' => 'money-bills(atm,cash,investment,money,moolah,premium,revenue,salary)'), array('far fa-money-bills' => 'money-bills(atm,cash,investment,money,moolah,premium,revenue,salary)'), array('fal fa-money-bills' => 'money-bills(atm,cash,investment,money,moolah,premium,revenue,salary)'), array('fas fa-mosque' => 'mosque(Muslim,building,islam,landmark,mosque,muslim,religion)'), array('far fa-mosque' => 'mosque(Muslim,building,islam,landmark,mosque,muslim,religion)'), array('fal fa-mosque' => 'mosque(Muslim,building,islam,landmark,mosque,muslim,religion)'), array('fas fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('far fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('fal fa-mosquito' => 'mosquito(bite,bug,mosquito,west nile)'), array('fas fa-mosquito-net' => 'mosquito-net(bite,malaria,mosquito,net)'), array('far fa-mosquito-net' => 'mosquito-net(bite,malaria,mosquito,net)'), array('fal fa-mosquito-net' => 'mosquito-net(bite,malaria,mosquito,net)'), array('fas fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('far fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('fal fa-mound' => 'mound(barrier,hill,pitcher,speedbump)'), array('fas fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('far fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('fal fa-mountain-city' => 'mountain-city(location,rural,urban)'), array('fas fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('far fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('fal fa-mountain-sun' => 'mountain-sun(country,hiking,landscape,rural,travel,view)'), array('fas fa-oil-well' => 'oil-well(drill,oil,rig)'), array('far fa-oil-well' => 'oil-well(drill,oil,rig)'), array('fal fa-oil-well' => 'oil-well(drill,oil,rig)'), array('fas fa-parachute-box' => 'parachute-box(aid,assistance,goods,relief,rescue,supplies)'), array('far fa-parachute-box' => 'parachute-box(aid,assistance,goods,relief,rescue,supplies)'), array('fal fa-parachute-box' => 'parachute-box(aid,assistance,goods,relief,rescue,supplies)'), array('fas fa-people-arrows' => 'people-arrows( conversation, discussion, talking,distance,insert,isolation,separate,social distancing,talk,together,uer,users-people)'), array('far fa-people-arrows' => 'people-arrows( conversation, discussion, talking,distance,insert,isolation,separate,social distancing,talk,together,uer,users-people)'), array('fal fa-people-arrows' => 'people-arrows( conversation, discussion, talking,distance,insert,isolation,separate,social distancing,talk,together,uer,users-people)'), array('fas fa-people-group' => 'people-group(crowd,family,group,team,together,uer)'), array('far fa-people-group' => 'people-group(crowd,family,group,team,together,uer)'), array('fal fa-people-group' => 'people-group(crowd,family,group,team,together,uer)'), array('fas fa-people-line' => 'people-line(crowd,group,need,together,uer)'), array('far fa-people-line' => 'people-line(crowd,group,need,together,uer)'), array('fal fa-people-line' => 'people-line(crowd,group,need,together,uer)'), array('fas fa-people-pulling' => 'people-pulling(forced return,together,uer,yanking)'), array('far fa-people-pulling' => 'people-pulling(forced return,together,uer,yanking)'), array('fal fa-people-pulling' => 'people-pulling(forced return,together,uer,yanking)'), array('fas fa-people-robbery' => 'people-robbery(criminal,hands up,looting,robbery,steal,uer)'), array('far fa-people-robbery' => 'people-robbery(criminal,hands up,looting,robbery,steal,uer)'), array('fal fa-people-robbery' => 'people-robbery(criminal,hands up,looting,robbery,steal,uer)'), array('fas fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('far fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('fal fa-people-roof' => 'people-roof(crowd,family,group,manage,people,safe,shelter,together,uer)'), array('fas fa-person' => 'person(default,man,person standing,stand,standing,uer,woman)'), array('far fa-person' => 'person(default,man,person standing,stand,standing,uer,woman)'), array('fal fa-person' => 'person(default,man,person standing,stand,standing,uer,woman)'), array('fas fa-person-arrow-down-to-line' => 'person-arrow-down-to-line(ground,indigenous,insert,native,uer)'), array('far fa-person-arrow-down-to-line' => 'person-arrow-down-to-line(ground,indigenous,insert,native,uer)'), array('fal fa-person-arrow-down-to-line' => 'person-arrow-down-to-line(ground,indigenous,insert,native,uer)'), array('fas fa-person-arrow-up-from-line' => 'person-arrow-up-from-line(population,rise,uer,upgrade)'), array('far fa-person-arrow-up-from-line' => 'person-arrow-up-from-line(population,rise,uer,upgrade)'), array('fal fa-person-arrow-up-from-line' => 'person-arrow-up-from-line(population,rise,uer,upgrade)'), array('fas fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('far fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('fal fa-person-breastfeeding' => 'person-breastfeeding(baby,child,infant,mother,nutrition,parent,sustenance,uer)'), array('fas fa-person-burst' => 'person-burst(abuse,accident,crash,explode,uer,violence)'), array('far fa-person-burst' => 'person-burst(abuse,accident,crash,explode,uer,violence)'), array('fal fa-person-burst' => 'person-burst(abuse,accident,crash,explode,uer,violence)'), array('fas fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('far fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('fal fa-person-cane' => 'person-cane(aging,cane,elderly,old,staff,uer)'), array('fas fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('far fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('fal fa-person-chalkboard' => 'person-chalkboard(blackboard,instructor,keynote,lesson,presentation,teacher,uer)'), array('fas fa-person-circle-check' => 'person-circle-check(approved,enable,not affected,ok,okay,uer,validate,working)'), array('far fa-person-circle-check' => 'person-circle-check(approved,enable,not affected,ok,okay,uer,validate,working)'), array('fal fa-person-circle-check' => 'person-circle-check(approved,enable,not affected,ok,okay,uer,validate,working)'), array('fas fa-person-circle-exclamation' => 'person-circle-exclamation(affected,alert,failed,lost,missing,uer)'), array('far fa-person-circle-exclamation' => 'person-circle-exclamation(affected,alert,failed,lost,missing,uer)'), array('fal fa-person-circle-exclamation' => 'person-circle-exclamation(affected,alert,failed,lost,missing,uer)'), array('fas fa-person-circle-minus' => 'person-circle-minus(delete,remove,uer)'), array('far fa-person-circle-minus' => 'person-circle-minus(delete,remove,uer)'), array('fal fa-person-circle-minus' => 'person-circle-minus(delete,remove,uer)'), array('fas fa-person-circle-plus' => 'person-circle-plus(add,follow,found,uer)'), array('far fa-person-circle-plus' => 'person-circle-plus(add,follow,found,uer)'), array('fal fa-person-circle-plus' => 'person-circle-plus(add,follow,found,uer)'), array('fas fa-person-circle-question' => 'person-circle-question(faq,lost,missing,request,uer)'), array('far fa-person-circle-question' => 'person-circle-question(faq,lost,missing,request,uer)'), array('fal fa-person-circle-question' => 'person-circle-question(faq,lost,missing,request,uer)'), array('fas fa-person-circle-xmark' => 'person-circle-xmark(dead,removed,uer,uncheck)'), array('far fa-person-circle-xmark' => 'person-circle-xmark(dead,removed,uer,uncheck)'), array('fal fa-person-circle-xmark' => 'person-circle-xmark(dead,removed,uer,uncheck)'), array('fas fa-person-digging' => 'person-digging(bury,construction,debris,dig,maintenance,men at work,uer)'), array('far fa-person-digging' => 'person-digging(bury,construction,debris,dig,maintenance,men at work,uer)'), array('fal fa-person-digging' => 'person-digging(bury,construction,debris,dig,maintenance,men at work,uer)'), array('fas fa-person-dress' => 'person-dress(man,skirt,uer,woman)'), array('far fa-person-dress' => 'person-dress(man,skirt,uer,woman)'), array('fal fa-person-dress' => 'person-dress(man,skirt,uer,woman)'), array('fas fa-person-dress-burst' => 'person-dress-burst(abuse,accident,crash,explode,uer,violence)'), array('far fa-person-dress-burst' => 'person-dress-burst(abuse,accident,crash,explode,uer,violence)'), array('fal fa-person-dress-burst' => 'person-dress-burst(abuse,accident,crash,explode,uer,violence)'), array('fas fa-person-drowning' => 'person-drowning(drown,emergency,swim,uer)'), array('far fa-person-drowning' => 'person-drowning(drown,emergency,swim,uer)'), array('fal fa-person-drowning' => 'person-drowning(drown,emergency,swim,uer)'), array('fas fa-person-falling' => 'person-falling(accident,fall,trip,uer)'), array('far fa-person-falling' => 'person-falling(accident,fall,trip,uer)'), array('fal fa-person-falling' => 'person-falling(accident,fall,trip,uer)'), array('fas fa-person-falling-burst' => 'person-falling-burst(accident,crash,death,fall,homicide,murder,uer)'), array('far fa-person-falling-burst' => 'person-falling-burst(accident,crash,death,fall,homicide,murder,uer)'), array('fal fa-person-falling-burst' => 'person-falling-burst(accident,crash,death,fall,homicide,murder,uer)'), array('fas fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('far fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('fal fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('fas fa-person-harassing' => 'person-harassing(abuse,scream,shame,shout,uer,yell)'), array('far fa-person-harassing' => 'person-harassing(abuse,scream,shame,shout,uer,yell)'), array('fal fa-person-harassing' => 'person-harassing(abuse,scream,shame,shout,uer,yell)'), array('fas fa-person-military-pointing' => 'person-military-pointing(army,customs,guard,uer)'), array('far fa-person-military-pointing' => 'person-military-pointing(army,customs,guard,uer)'), array('fal fa-person-military-pointing' => 'person-military-pointing(army,customs,guard,uer)'), array('fas fa-person-military-rifle' => 'person-military-rifle(armed forces,army,military,rifle,uer,war)'), array('far fa-person-military-rifle' => 'person-military-rifle(armed forces,army,military,rifle,uer,war)'), array('fal fa-person-military-rifle' => 'person-military-rifle(armed forces,army,military,rifle,uer,war)'), array('fas fa-person-military-to-person' => 'person-military-to-person(civilian,coordination,military,uer)'), array('far fa-person-military-to-person' => 'person-military-to-person(civilian,coordination,military,uer)'), array('fal fa-person-military-to-person' => 'person-military-to-person(civilian,coordination,military,uer)'), array('fas fa-person-pregnant' => 'person-pregnant(baby,birth,child,parent,pregnant,pregnant woman,uer,woman)'), array('far fa-person-pregnant' => 'person-pregnant(baby,birth,child,parent,pregnant,pregnant woman,uer,woman)'), array('fal fa-person-pregnant' => 'person-pregnant(baby,birth,child,parent,pregnant,pregnant woman,uer,woman)'), array('fas fa-person-rays' => 'person-rays(affected,focus,shine,uer)'), array('far fa-person-rays' => 'person-rays(affected,focus,shine,uer)'), array('fal fa-person-rays' => 'person-rays(affected,focus,shine,uer)'), array('fas fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('far fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('fal fa-person-rifle' => 'person-rifle(army,combatant,gun,military,rifle,uer,war)'), array('fas fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('far fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('fal fa-person-shelter' => 'person-shelter(house,inside,roof,safe,safety,shelter,uer)'), array('fas fa-person-through-window' => 'person-through-window(door,exit,forced entry,leave,robbery,steal,uer,window)'), array('far fa-person-through-window' => 'person-through-window(door,exit,forced entry,leave,robbery,steal,uer,window)'), array('fal fa-person-through-window' => 'person-through-window(door,exit,forced entry,leave,robbery,steal,uer,window)'), array('fas fa-person-walking' => 'person-walking(crosswalk,exercise,follow,hike,move,person walking,uer,walk,walking,workout)'), array('far fa-person-walking' => 'person-walking(crosswalk,exercise,follow,hike,move,person walking,uer,walk,walking,workout)'), array('fal fa-person-walking' => 'person-walking(crosswalk,exercise,follow,hike,move,person walking,uer,walk,walking,workout)'), array('fas fa-person-walking-arrow-loop-left' => 'person-walking-arrow-loop-left(follow,population return,return,uer)'), array('far fa-person-walking-arrow-loop-left' => 'person-walking-arrow-loop-left(follow,population return,return,uer)'), array('fal fa-person-walking-arrow-loop-left' => 'person-walking-arrow-loop-left(follow,population return,return,uer)'), array('fas fa-person-walking-arrow-right' => 'person-walking-arrow-right(exit,follow,internally displaced,leave,refugee,uer)'), array('far fa-person-walking-arrow-right' => 'person-walking-arrow-right(exit,follow,internally displaced,leave,refugee,uer)'), array('fal fa-person-walking-arrow-right' => 'person-walking-arrow-right(exit,follow,internally displaced,leave,refugee,uer)'), array('fas fa-person-walking-dashed-line-arrow-right' => 'person-walking-dashed-line-arrow-right(exit,follow,refugee,uer)'), array('far fa-person-walking-dashed-line-arrow-right' => 'person-walking-dashed-line-arrow-right(exit,follow,refugee,uer)'), array('fal fa-person-walking-dashed-line-arrow-right' => 'person-walking-dashed-line-arrow-right(exit,follow,refugee,uer)'), array('fas fa-person-walking-luggage' => 'person-walking-luggage(bag,baggage,briefcase,carry-on,deployment,follow,rolling,uer)'), array('far fa-person-walking-luggage' => 'person-walking-luggage(bag,baggage,briefcase,carry-on,deployment,follow,rolling,uer)'), array('fal fa-person-walking-luggage' => 'person-walking-luggage(bag,baggage,briefcase,carry-on,deployment,follow,rolling,uer)'), array('fas fa-pills' => 'pills(drugs,medicine,prescription,tablets)'), array('far fa-pills' => 'pills(drugs,medicine,prescription,tablets)'), array('fal fa-pills' => 'pills(drugs,medicine,prescription,tablets)'), array('fas fa-plane-circle-check' => 'plane-circle-check(airplane,airport,enable,flight,fly,not affected,ok,okay,travel,validate,working)'), array('far fa-plane-circle-check' => 'plane-circle-check(airplane,airport,enable,flight,fly,not affected,ok,okay,travel,validate,working)'), array('fal fa-plane-circle-check' => 'plane-circle-check(airplane,airport,enable,flight,fly,not affected,ok,okay,travel,validate,working)'), array('fas fa-plane-circle-exclamation' => 'plane-circle-exclamation(affected,airplane,airport,failed,flight,fly,travel)'), array('far fa-plane-circle-exclamation' => 'plane-circle-exclamation(affected,airplane,airport,failed,flight,fly,travel)'), array('fal fa-plane-circle-exclamation' => 'plane-circle-exclamation(affected,airplane,airport,failed,flight,fly,travel)'), array('fas fa-plane-circle-xmark' => 'plane-circle-xmark(airplane,airport,destroy,flight,fly,travel,uncheck)'), array('far fa-plane-circle-xmark' => 'plane-circle-xmark(airplane,airport,destroy,flight,fly,travel,uncheck)'), array('fal fa-plane-circle-xmark' => 'plane-circle-xmark(airplane,airport,destroy,flight,fly,travel,uncheck)'), array('fas fa-plane-lock' => 'plane-lock(airplane,airport,closed,flight,fly,lockdown,padlock,privacy,quarantine,travel)'), array('far fa-plane-lock' => 'plane-lock(airplane,airport,closed,flight,fly,lockdown,padlock,privacy,quarantine,travel)'), array('fal fa-plane-lock' => 'plane-lock(airplane,airport,closed,flight,fly,lockdown,padlock,privacy,quarantine,travel)'), array('fas fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('far fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('fal fa-plane-up' => 'plane-up(airplane,airport,internet,signal,sky,wifi,wireless)'), array('fas fa-plant-wilt' => 'plant-wilt(drought,planting,vegetation,wilt)'), array('far fa-plant-wilt' => 'plant-wilt(drought,planting,vegetation,wilt)'), array('fal fa-plant-wilt' => 'plant-wilt(drought,planting,vegetation,wilt)'), array('fas fa-plate-wheat' => 'plate-wheat(bowl,hunger,rations,wheat)'), array('far fa-plate-wheat' => 'plate-wheat(bowl,hunger,rations,wheat)'), array('fal fa-plate-wheat' => 'plate-wheat(bowl,hunger,rations,wheat)'), array('fas fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('far fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('fal fa-plug' => 'plug(connect,electric,electric plug,electricity,online,plug,power)'), array('fas fa-plug-circle-bolt' => 'plug-circle-bolt(electric,electricity,plug,power)'), array('far fa-plug-circle-bolt' => 'plug-circle-bolt(electric,electricity,plug,power)'), array('fal fa-plug-circle-bolt' => 'plug-circle-bolt(electric,electricity,plug,power)'), array('fas fa-plug-circle-check' => 'plug-circle-check(electric,electricity,enable,not affected,ok,okay,plug,power,validate,working)'), array('far fa-plug-circle-check' => 'plug-circle-check(electric,electricity,enable,not affected,ok,okay,plug,power,validate,working)'), array('fal fa-plug-circle-check' => 'plug-circle-check(electric,electricity,enable,not affected,ok,okay,plug,power,validate,working)'), array('fas fa-plug-circle-exclamation' => 'plug-circle-exclamation(affected,electric,electricity,failed,plug,power)'), array('far fa-plug-circle-exclamation' => 'plug-circle-exclamation(affected,electric,electricity,failed,plug,power)'), array('fal fa-plug-circle-exclamation' => 'plug-circle-exclamation(affected,electric,electricity,failed,plug,power)'), array('fas fa-plug-circle-minus' => 'plug-circle-minus(disconnect,electric,electricity,plug,power)'), array('far fa-plug-circle-minus' => 'plug-circle-minus(disconnect,electric,electricity,plug,power)'), array('fal fa-plug-circle-minus' => 'plug-circle-minus(disconnect,electric,electricity,plug,power)'), array('fas fa-plug-circle-plus' => 'plug-circle-plus(electric,electricity,plug,power)'), array('far fa-plug-circle-plus' => 'plug-circle-plus(electric,electricity,plug,power)'), array('fal fa-plug-circle-plus' => 'plug-circle-plus(electric,electricity,plug,power)'), array('fas fa-plug-circle-xmark' => 'plug-circle-xmark(destroy,disconnect,electric,electricity,outage,plug,power,uncheck)'), array('far fa-plug-circle-xmark' => 'plug-circle-xmark(destroy,disconnect,electric,electricity,outage,plug,power,uncheck)'), array('fal fa-plug-circle-xmark' => 'plug-circle-xmark(destroy,disconnect,electric,electricity,outage,plug,power,uncheck)'), array('fas fa-pump-soap' => 'pump-soap(anti-bacterial,clean,covid-19,disinfect,hygiene,sanitizer,soap)'), array('far fa-pump-soap' => 'pump-soap(anti-bacterial,clean,covid-19,disinfect,hygiene,sanitizer,soap)'), array('fal fa-pump-soap' => 'pump-soap(anti-bacterial,clean,covid-19,disinfect,hygiene,sanitizer,soap)'), array('fas fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('far fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fal fa-radiation' => 'radiation(danger,dangerous,deadly,hazard,nuclear,radioactive,warning)'), array('fas fa-radio' => 'radio(am,broadcast,fm,frequency,music,news,radio,receiver,transmitter,tuner,video)'), array('far fa-radio' => 'radio(am,broadcast,fm,frequency,music,news,radio,receiver,transmitter,tuner,video)'), array('fal fa-radio' => 'radio(am,broadcast,fm,frequency,music,news,radio,receiver,transmitter,tuner,video)'), array('fas fa-ranking-star' => 'ranking-star(chart,first place,podium,quality,rank,revenue,win)'), array('far fa-ranking-star' => 'ranking-star(chart,first place,podium,quality,rank,revenue,win)'), array('fal fa-ranking-star' => 'ranking-star(chart,first place,podium,quality,rank,revenue,win)'), array('fas fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('far fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('fal fa-road' => 'road(highway,map,motorway,pavement,road,route,street,travel)'), array('fas fa-road-barrier' => 'road-barrier(block,border,no entry,roadblock)'), array('far fa-road-barrier' => 'road-barrier(block,border,no entry,roadblock)'), array('fal fa-road-barrier' => 'road-barrier(block,border,no entry,roadblock)'), array('fas fa-road-bridge' => 'road-bridge(bridge,infrastructure,road,travel)'), array('far fa-road-bridge' => 'road-bridge(bridge,infrastructure,road,travel)'), array('fal fa-road-bridge' => 'road-bridge(bridge,infrastructure,road,travel)'), array('fas fa-road-circle-check' => 'road-circle-check(enable,freeway,highway,not affected,ok,okay,pavement,road,validate,working)'), array('far fa-road-circle-check' => 'road-circle-check(enable,freeway,highway,not affected,ok,okay,pavement,road,validate,working)'), array('fal fa-road-circle-check' => 'road-circle-check(enable,freeway,highway,not affected,ok,okay,pavement,road,validate,working)'), array('fas fa-road-circle-exclamation' => 'road-circle-exclamation(affected,failed,freeway,highway,pavement,road)'), array('far fa-road-circle-exclamation' => 'road-circle-exclamation(affected,failed,freeway,highway,pavement,road)'), array('fal fa-road-circle-exclamation' => 'road-circle-exclamation(affected,failed,freeway,highway,pavement,road)'), array('fas fa-road-circle-xmark' => 'road-circle-xmark(destroy,freeway,highway,pavement,road,uncheck)'), array('far fa-road-circle-xmark' => 'road-circle-xmark(destroy,freeway,highway,pavement,road,uncheck)'), array('fal fa-road-circle-xmark' => 'road-circle-xmark(destroy,freeway,highway,pavement,road,uncheck)'), array('fas fa-road-lock' => 'road-lock(closed,freeway,highway,lockdown,padlock,pavement,privacy,quarantine,road)'), array('far fa-road-lock' => 'road-lock(closed,freeway,highway,lockdown,padlock,pavement,privacy,quarantine,road)'), array('fal fa-road-lock' => 'road-lock(closed,freeway,highway,lockdown,padlock,pavement,privacy,quarantine,road)'), array('fas fa-road-spikes' => 'road-spikes(barrier,roadblock,spikes)'), array('far fa-road-spikes' => 'road-spikes(barrier,roadblock,spikes)'), array('fal fa-road-spikes' => 'road-spikes(barrier,roadblock,spikes)'), array('fas fa-rug' => 'rug(blanket,carpet,rug,textile)'), array('far fa-rug' => 'rug(blanket,carpet,rug,textile)'), array('fal fa-rug' => 'rug(blanket,carpet,rug,textile)'), array('fas fa-sack-dollar' => 'sack-dollar(bag,burlap,cash,dollar,investment,money,money bag,moneybag,premium,robber,salary,santa,usd)'), array('far fa-sack-dollar' => 'sack-dollar(bag,burlap,cash,dollar,investment,money,money bag,moneybag,premium,robber,salary,santa,usd)'), array('fal fa-sack-dollar' => 'sack-dollar(bag,burlap,cash,dollar,investment,money,money bag,moneybag,premium,robber,salary,santa,usd)'), array('fas fa-sack-xmark' => 'sack-xmark(bag,burlap,coupon,rations,salary,uncheck)'), array('far fa-sack-xmark' => 'sack-xmark(bag,burlap,coupon,rations,salary,uncheck)'), array('fal fa-sack-xmark' => 'sack-xmark(bag,burlap,coupon,rations,salary,uncheck)'), array('fas fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('far fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('fal fa-sailboat' => 'sailboat(dinghy,mast,sailboat,sailing,yacht)'), array('fas fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('far fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('fal fa-satellite-dish' => 'satellite-dish(SETI,antenna,communications,dish,hardware,radar,receiver,satellite,satellite antenna,saucer,signal,space)'), array('fas fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('far fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('fal fa-scale-balanced' => 'scale-balanced(Libra,balance,balance scale,balanced,justice,law,legal,measure,rule,scale,weight,zodiac)'), array('fas fa-school' => 'school(building,education,learn,school,student,teacher)'), array('far fa-school' => 'school(building,education,learn,school,student,teacher)'), array('fal fa-school' => 'school(building,education,learn,school,student,teacher)'), array('fas fa-school-circle-check' => 'school-circle-check(enable,not affected,ok,okay,schoolhouse,validate,working)'), array('far fa-school-circle-check' => 'school-circle-check(enable,not affected,ok,okay,schoolhouse,validate,working)'), array('fal fa-school-circle-check' => 'school-circle-check(enable,not affected,ok,okay,schoolhouse,validate,working)'), array('fas fa-school-circle-exclamation' => 'school-circle-exclamation(affected,failed,schoolhouse)'), array('far fa-school-circle-exclamation' => 'school-circle-exclamation(affected,failed,schoolhouse)'), array('fal fa-school-circle-exclamation' => 'school-circle-exclamation(affected,failed,schoolhouse)'), array('fas fa-school-circle-xmark' => 'school-circle-xmark(destroy,schoolhouse,uncheck)'), array('far fa-school-circle-xmark' => 'school-circle-xmark(destroy,schoolhouse,uncheck)'), array('fal fa-school-circle-xmark' => 'school-circle-xmark(destroy,schoolhouse,uncheck)'), array('fas fa-school-flag' => 'school-flag(educate,flag,school,schoolhouse)'), array('far fa-school-flag' => 'school-flag(educate,flag,school,schoolhouse)'), array('fal fa-school-flag' => 'school-flag(educate,flag,school,schoolhouse)'), array('fas fa-school-lock' => 'school-lock(closed,lockdown,padlock,privacy,quarantine,schoolhouse)'), array('far fa-school-lock' => 'school-lock(closed,lockdown,padlock,privacy,quarantine,schoolhouse)'), array('fal fa-school-lock' => 'school-lock(closed,lockdown,padlock,privacy,quarantine,schoolhouse)'), array('fas fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('far fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fal fa-seedling' => 'seedling(environment,flora,grow,investment,plant,sapling,seedling,vegan,young)'), array('fas fa-sheet-plastic' => 'sheet-plastic(plastic,plastic wrap,protect,tarp,tarpaulin,waterproof)'), array('far fa-sheet-plastic' => 'sheet-plastic(plastic,plastic wrap,protect,tarp,tarpaulin,waterproof)'), array('fal fa-sheet-plastic' => 'sheet-plastic(plastic,plastic wrap,protect,tarp,tarpaulin,waterproof)'), array('fas fa-shield-cat' => 'shield-cat(animal,feline,pet,protect,safety,veterinary)'), array('far fa-shield-cat' => 'shield-cat(animal,feline,pet,protect,safety,veterinary)'), array('fal fa-shield-cat' => 'shield-cat(animal,feline,pet,protect,safety,veterinary)'), array('fas fa-shield-dog' => 'shield-dog(animal,canine,pet,protect,safety,veterinary)'), array('far fa-shield-dog' => 'shield-dog(animal,canine,pet,protect,safety,veterinary)'), array('fal fa-shield-dog' => 'shield-dog(animal,canine,pet,protect,safety,veterinary)'), array('fas fa-shield-heart' => 'shield-heart(love,protect,safe,safety,shield,wishlist)'), array('far fa-shield-heart' => 'shield-heart(love,protect,safe,safety,shield,wishlist)'), array('fal fa-shield-heart' => 'shield-heart(love,protect,safe,safety,shield,wishlist)'), array('fas fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('far fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('fal fa-ship' => 'ship(boat,passenger,sea,ship,water)'), array('fas fa-shirt' => 'shirt(clothing,fashion,garment,shirt,short sleeve,t-shirt,tshirt)'), array('far fa-shirt' => 'shirt(clothing,fashion,garment,shirt,short sleeve,t-shirt,tshirt)'), array('fal fa-shirt' => 'shirt(clothing,fashion,garment,shirt,short sleeve,t-shirt,tshirt)'), array('fas fa-shop' => 'shop(bodega,building,buy,market,purchase,shopping,store)'), array('far fa-shop' => 'shop(bodega,building,buy,market,purchase,shopping,store)'), array('fal fa-shop' => 'shop(bodega,building,buy,market,purchase,shopping,store)'), array('fas fa-shop-lock' => 'shop-lock(bodega,building,buy,closed,lock,lockdown,market,padlock,privacy,purchase,quarantine,shop,shopping,store)'), array('far fa-shop-lock' => 'shop-lock(bodega,building,buy,closed,lock,lockdown,market,padlock,privacy,purchase,quarantine,shop,shopping,store)'), array('fal fa-shop-lock' => 'shop-lock(bodega,building,buy,closed,lock,lockdown,market,padlock,privacy,purchase,quarantine,shop,shopping,store)'), array('fas fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('far fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('fal fa-shower' => 'shower(bath,clean,faucet,shower,water)'), array('fas fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('far fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fal fa-skull-crossbones' => 'skull-crossbones(Black Skull and Crossbones,Dungeons & Dragons,alert,bones,crossbones,d&d,danger,dangerous area,dead,deadly,death,dnd,face,fantasy,halloween,holiday,jolly-roger,monster,pirate,poison,skeleton,skull,skull and crossbones,warning)'), array('fas fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('far fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fal fa-snowflake' => 'snowflake(Heavy Chevron Snowflake,cold,precipitation,rain,snow,snowfall,snowflake,winter)'), array('fas fa-soap' => 'soap(bar,bathing,bubbles,clean,cleaning,covid-19,hygiene,lather,soap,soapdish,wash)'), array('far fa-soap' => 'soap(bar,bathing,bubbles,clean,cleaning,covid-19,hygiene,lather,soap,soapdish,wash)'), array('fal fa-soap' => 'soap(bar,bathing,bubbles,clean,cleaning,covid-19,hygiene,lather,soap,soapdish,wash)'), array('fas fa-square-nfi' => 'square-nfi(non-food item,supplies)'), array('far fa-square-nfi' => 'square-nfi(non-food item,supplies)'), array('fal fa-square-nfi' => 'square-nfi(non-food item,supplies)'), array('fas fa-square-person-confined' => 'square-person-confined(captivity,confined,uer)'), array('far fa-square-person-confined' => 'square-person-confined(captivity,confined,uer)'), array('fal fa-square-person-confined' => 'square-person-confined(captivity,confined,uer)'), array('fas fa-square-virus' => 'square-virus(coronavirus,covid-19,disease,flu,infection,pandemic)'), array('far fa-square-virus' => 'square-virus(coronavirus,covid-19,disease,flu,infection,pandemic)'), array('fal fa-square-virus' => 'square-virus(coronavirus,covid-19,disease,flu,infection,pandemic)'), array('fas fa-staff-snake' => 'staff-snake(asclepius,asklepian,health,serpent,wellness)'), array('far fa-staff-snake' => 'staff-snake(asclepius,asklepian,health,serpent,wellness)'), array('fal fa-staff-snake' => 'staff-snake(asclepius,asklepian,health,serpent,wellness)'), array('fas fa-stethoscope' => 'stethoscope(covid-19,diagnosis,doctor,general practitioner,heart,hospital,infirmary,medicine,office,outpatient,stethoscope)'), array('far fa-stethoscope' => 'stethoscope(covid-19,diagnosis,doctor,general practitioner,heart,hospital,infirmary,medicine,office,outpatient,stethoscope)'), array('fal fa-stethoscope' => 'stethoscope(covid-19,diagnosis,doctor,general practitioner,heart,hospital,infirmary,medicine,office,outpatient,stethoscope)'), array('fas fa-suitcase-medical' => 'suitcase-medical(first aid,firstaid,health,help,medical,supply,support)'), array('far fa-suitcase-medical' => 'suitcase-medical(first aid,firstaid,health,help,medical,supply,support)'), array('fal fa-suitcase-medical' => 'suitcase-medical(first aid,firstaid,health,help,medical,supply,support)'), array('fas fa-sun-plant-wilt' => 'sun-plant-wilt(arid,droop,drought)'), array('far fa-sun-plant-wilt' => 'sun-plant-wilt(arid,droop,drought)'), array('fal fa-sun-plant-wilt' => 'sun-plant-wilt(arid,droop,drought)'), array('fas fa-syringe' => 'syringe(covid-19,doctor,immunizations,medical,medicine,needle,shot,sick,syringe,vaccinate,vaccine)'), array('far fa-syringe' => 'syringe(covid-19,doctor,immunizations,medical,medicine,needle,shot,sick,syringe,vaccinate,vaccine)'), array('fal fa-syringe' => 'syringe(covid-19,doctor,immunizations,medical,medicine,needle,shot,sick,syringe,vaccinate,vaccine)'), array('fas fa-tarp' => 'tarp(protection,tarp,tent,waterproof)'), array('far fa-tarp' => 'tarp(protection,tarp,tent,waterproof)'), array('fal fa-tarp' => 'tarp(protection,tarp,tent,waterproof)'), array('fas fa-tarp-droplet' => 'tarp-droplet(protection,tarp,tent,waterproof)'), array('far fa-tarp-droplet' => 'tarp-droplet(protection,tarp,tent,waterproof)'), array('fal fa-tarp-droplet' => 'tarp-droplet(protection,tarp,tent,waterproof)'), array('fas fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('far fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fal fa-temperature-arrow-down' => 'temperature-arrow-down(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fas fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('far fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fal fa-temperature-arrow-up' => 'temperature-arrow-up(air conditioner,cold,heater,mercury,thermometer,winter)'), array('fas fa-tent' => 'tent(bivouac,campground,campsite,refugee,shelter,tent)'), array('far fa-tent' => 'tent(bivouac,campground,campsite,refugee,shelter,tent)'), array('fal fa-tent' => 'tent(bivouac,campground,campsite,refugee,shelter,tent)'), array('fas fa-tent-arrow-down-to-line' => 'tent-arrow-down-to-line( bivouac, campground, refugee, shelter, tent,campsite,permanent,refugee,shelter)'), array('far fa-tent-arrow-down-to-line' => 'tent-arrow-down-to-line( bivouac, campground, refugee, shelter, tent,campsite,permanent,refugee,shelter)'), array('fal fa-tent-arrow-down-to-line' => 'tent-arrow-down-to-line( bivouac, campground, refugee, shelter, tent,campsite,permanent,refugee,shelter)'), array('fas fa-tent-arrow-left-right' => 'tent-arrow-left-right( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,transition)'), array('far fa-tent-arrow-left-right' => 'tent-arrow-left-right( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,transition)'), array('fal fa-tent-arrow-left-right' => 'tent-arrow-left-right( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,transition)'), array('fas fa-tent-arrow-turn-left' => 'tent-arrow-turn-left( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,temporary)'), array('far fa-tent-arrow-turn-left' => 'tent-arrow-turn-left( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,temporary)'), array('fal fa-tent-arrow-turn-left' => 'tent-arrow-turn-left( bivouac, campground, refugee, shelter, tent,campsite,refugee,shelter,temporary)'), array('fas fa-tent-arrows-down' => 'tent-arrows-down( bivouac, campground, refugee, shelter, tent,campsite,insert,refugee,shelter,spontaneous)'), array('far fa-tent-arrows-down' => 'tent-arrows-down( bivouac, campground, refugee, shelter, tent,campsite,insert,refugee,shelter,spontaneous)'), array('fal fa-tent-arrows-down' => 'tent-arrows-down( bivouac, campground, refugee, shelter, tent,campsite,insert,refugee,shelter,spontaneous)'), array('fas fa-tents' => 'tents( bivouac, campground, refugee, shelter, tent,bivouac,campground,campsite,refugee,shelter,tent)'), array('far fa-tents' => 'tents( bivouac, campground, refugee, shelter, tent,bivouac,campground,campsite,refugee,shelter,tent)'), array('fal fa-tents' => 'tents( bivouac, campground, refugee, shelter, tent,bivouac,campground,campsite,refugee,shelter,tent)'), array('fas fa-toilet' => 'toilet(bathroom,flush,john,loo,pee,plumbing,poop,porcelain,potty,restroom,throne,toile,toilet,washroom,waste,wc)'), array('far fa-toilet' => 'toilet(bathroom,flush,john,loo,pee,plumbing,poop,porcelain,potty,restroom,throne,toile,toilet,washroom,waste,wc)'), array('fal fa-toilet' => 'toilet(bathroom,flush,john,loo,pee,plumbing,poop,porcelain,potty,restroom,throne,toile,toilet,washroom,waste,wc)'), array('fas fa-toilet-portable' => 'toilet-portable(outhouse,toilet)'), array('far fa-toilet-portable' => 'toilet-portable(outhouse,toilet)'), array('fal fa-toilet-portable' => 'toilet-portable(outhouse,toilet)'), array('fas fa-toilets-portable' => 'toilets-portable(outhouse,toilet)'), array('far fa-toilets-portable' => 'toilets-portable(outhouse,toilet)'), array('fal fa-toilets-portable' => 'toilets-portable(outhouse,toilet)'), array('fas fa-tornado' => 'tornado(cloud,cyclone,dorothy,landspout,tornado,toto,twister,vortext,waterspout,weather,whirlwind)'), array('far fa-tornado' => 'tornado(cloud,cyclone,dorothy,landspout,tornado,toto,twister,vortext,waterspout,weather,whirlwind)'), array('fal fa-tornado' => 'tornado(cloud,cyclone,dorothy,landspout,tornado,toto,twister,vortext,waterspout,weather,whirlwind)'), array('fas fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('far fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('fal fa-tower-broadcast' => 'tower-broadcast(airwaves,antenna,communication,emergency,radio,reception,signal,waves)'), array('fas fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('far fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('fal fa-tower-cell' => 'tower-cell(airwaves,antenna,communication,radio,reception,signal,waves)'), array('fas fa-tower-observation' => 'tower-observation(fire tower,view)'), array('far fa-tower-observation' => 'tower-observation(fire tower,view)'), array('fal fa-tower-observation' => 'tower-observation(fire tower,view)'), array('fas fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('far fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('fal fa-train-subway' => 'train-subway(machine,railway,train,transportation,vehicle)'), array('fas fa-trash-can' => 'trash-can(delete,garbage,hide,remove,trash-o)'), array('far fa-trash-can' => 'trash-can(delete,garbage,hide,remove,trash-o)'), array('fal fa-trash-can' => 'trash-can(delete,garbage,hide,remove,trash-o)'), array('fas fa-tree-city' => 'tree-city(building,city,urban)'), array('far fa-tree-city' => 'tree-city(building,city,urban)'), array('fal fa-tree-city' => 'tree-city(building,city,urban)'), array('fas fa-trowel' => 'trowel(build,construction,equipment,maintenance,tool)'), array('far fa-trowel' => 'trowel(build,construction,equipment,maintenance,tool)'), array('fal fa-trowel' => 'trowel(build,construction,equipment,maintenance,tool)'), array('fas fa-trowel-bricks' => 'trowel-bricks(build,construction,maintenance,reconstruction,tool)'), array('far fa-trowel-bricks' => 'trowel-bricks(build,construction,maintenance,reconstruction,tool)'), array('fal fa-trowel-bricks' => 'trowel-bricks(build,construction,maintenance,reconstruction,tool)'), array('fas fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('far fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fal fa-truck' => 'truck(Black Truck,cargo,delivery,delivery truck,shipping,truck,vehicle)'), array('fas fa-truck-arrow-right' => 'truck-arrow-right(access,fast,shipping,transport)'), array('far fa-truck-arrow-right' => 'truck-arrow-right(access,fast,shipping,transport)'), array('fal fa-truck-arrow-right' => 'truck-arrow-right(access,fast,shipping,transport)'), array('fas fa-truck-droplet' => 'truck-droplet(blood,thirst,truck,water,water supply)'), array('far fa-truck-droplet' => 'truck-droplet(blood,thirst,truck,water,water supply)'), array('fal fa-truck-droplet' => 'truck-droplet(blood,thirst,truck,water,water supply)'), array('fas fa-truck-field' => 'truck-field(supplies,truck)'), array('far fa-truck-field' => 'truck-field(supplies,truck)'), array('fal fa-truck-field' => 'truck-field(supplies,truck)'), array('fas fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('far fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('fal fa-truck-field-un' => 'truck-field-un(supplies,truck,united nations)'), array('fas fa-truck-front' => 'truck-front(shuttle,truck,van)'), array('far fa-truck-front' => 'truck-front(shuttle,truck,van)'), array('fal fa-truck-front' => 'truck-front(shuttle,truck,van)'), array('fas fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('far fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('fal fa-truck-medical' => 'truck-medical(ambulance,clinic,covid-19,emergency,emt,er,help,hospital,mobile,support,vehicle)'), array('fas fa-truck-plane' => 'truck-plane(airplane,plane,transportation,truck,vehicle)'), array('far fa-truck-plane' => 'truck-plane(airplane,plane,transportation,truck,vehicle)'), array('fal fa-truck-plane' => 'truck-plane(airplane,plane,transportation,truck,vehicle)'), array('fas fa-user-doctor' => 'user-doctor(covid-19,health,job,medical,nurse,occupation,physician,profile,surgeon,uer,worker)'), array('far fa-user-doctor' => 'user-doctor(covid-19,health,job,medical,nurse,occupation,physician,profile,surgeon,uer,worker)'), array('fal fa-user-doctor' => 'user-doctor(covid-19,health,job,medical,nurse,occupation,physician,profile,surgeon,uer,worker)'), array('fas fa-user-injured' => 'user-injured(employee,uer,users-people)'), array('far fa-user-injured' => 'user-injured(employee,uer,users-people)'), array('fal fa-user-injured' => 'user-injured(employee,uer,users-people)'), array('fas fa-users-between-lines' => 'users-between-lines(covered,crowd,employee,group,people,together,uer)'), array('far fa-users-between-lines' => 'users-between-lines(covered,crowd,employee,group,people,together,uer)'), array('fal fa-users-between-lines' => 'users-between-lines(covered,crowd,employee,group,people,together,uer)'), array('fas fa-users-line' => 'users-line(crowd,employee,group,need,people,together,uer)'), array('far fa-users-line' => 'users-line(crowd,employee,group,need,people,together,uer)'), array('fal fa-users-line' => 'users-line(crowd,employee,group,need,people,together,uer)'), array('fas fa-users-rays' => 'users-rays(affected,crowd,employee,focused,group,people,uer)'), array('far fa-users-rays' => 'users-rays(affected,crowd,employee,focused,group,people,uer)'), array('fal fa-users-rays' => 'users-rays(affected,crowd,employee,focused,group,people,uer)'), array('fas fa-users-rectangle' => 'users-rectangle(crowd,employee,focus,group,people,reached,uer)'), array('far fa-users-rectangle' => 'users-rectangle(crowd,employee,focus,group,people,reached,uer)'), array('fal fa-users-rectangle' => 'users-rectangle(crowd,employee,focus,group,people,reached,uer)'), array('fas fa-users-viewfinder' => 'users-viewfinder(crowd,focus,group,people,targeted,uer)'), array('far fa-users-viewfinder' => 'users-viewfinder(crowd,focus,group,people,targeted,uer)'), array('fal fa-users-viewfinder' => 'users-viewfinder(crowd,focus,group,people,targeted,uer)'), array('fas fa-vial-circle-check' => 'vial-circle-check(ampule,chemist,chemistry,enable,not affected,ok,okay,success,test tube,tube,vaccine,validate,working)'), array('far fa-vial-circle-check' => 'vial-circle-check(ampule,chemist,chemistry,enable,not affected,ok,okay,success,test tube,tube,vaccine,validate,working)'), array('fal fa-vial-circle-check' => 'vial-circle-check(ampule,chemist,chemistry,enable,not affected,ok,okay,success,test tube,tube,vaccine,validate,working)'), array('fas fa-vial-virus' => 'vial-virus(ampule,coronavirus,covid-19,flue,infection,lab,laboratory,pandemic,test,test tube,vaccine)'), array('far fa-vial-virus' => 'vial-virus(ampule,coronavirus,covid-19,flue,infection,lab,laboratory,pandemic,test,test tube,vaccine)'), array('fal fa-vial-virus' => 'vial-virus(ampule,coronavirus,covid-19,flue,infection,lab,laboratory,pandemic,test,test tube,vaccine)'), array('fas fa-vihara' => 'vihara(buddhism,buddhist,building,monastery)'), array('far fa-vihara' => 'vihara(buddhism,buddhist,building,monastery)'), array('fal fa-vihara' => 'vihara(buddhism,buddhist,building,monastery)'), array('fas fa-virus' => 'virus(bug,coronavirus,covid-19,flu,health,infection,pandemic,sick,vaccine,viral)'), array('far fa-virus' => 'virus(bug,coronavirus,covid-19,flu,health,infection,pandemic,sick,vaccine,viral)'), array('fal fa-virus' => 'virus(bug,coronavirus,covid-19,flu,health,infection,pandemic,sick,vaccine,viral)'), array('fas fa-virus-covid' => 'virus-covid(bug,covid-19,flu,health,infection,pandemic,vaccine,viral,virus)'), array('far fa-virus-covid' => 'virus-covid(bug,covid-19,flu,health,infection,pandemic,vaccine,viral,virus)'), array('fal fa-virus-covid' => 'virus-covid(bug,covid-19,flu,health,infection,pandemic,vaccine,viral,virus)'), array('fas fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('far fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('fal fa-volcano' => 'volcano(caldera,eruption,lava,magma,mountain,smoke,volcano)'), array('fas fa-walkie-talkie' => 'walkie-talkie(communication,copy,intercom,over,portable,radio,two way radio)'), array('far fa-walkie-talkie' => 'walkie-talkie(communication,copy,intercom,over,portable,radio,two way radio)'), array('fal fa-walkie-talkie' => 'walkie-talkie(communication,copy,intercom,over,portable,radio,two way radio)'), array('fas fa-wheat-awn' => 'wheat-awn(agriculture,autumn,fall,farming,grain)'), array('far fa-wheat-awn' => 'wheat-awn(agriculture,autumn,fall,farming,grain)'), array('fal fa-wheat-awn' => 'wheat-awn(agriculture,autumn,fall,farming,grain)'), array('fas fa-wheat-awn-circle-exclamation' => 'wheat-awn-circle-exclamation(affected,failed,famine,food,gluten,hunger,starve,straw)'), array('far fa-wheat-awn-circle-exclamation' => 'wheat-awn-circle-exclamation(affected,failed,famine,food,gluten,hunger,starve,straw)'), array('fal fa-wheat-awn-circle-exclamation' => 'wheat-awn-circle-exclamation(affected,failed,famine,food,gluten,hunger,starve,straw)'), array('fas fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('far fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('fal fa-wheelchair-move' => 'wheelchair-move(access,disabled,handicap,impairment,physical,uer,wheelchair symbol)'), array('fas fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('far fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('fal fa-wifi' => 'wifi(connection,hotspot,internet,network,signal,wireless,www)'), array('fas fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('far fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('fal fa-wind' => 'wind(air,blow,breeze,fall,seasonal,weather)'), array('fas fa-worm' => 'worm(dirt,garden,worm,wriggle)'), array('far fa-worm' => 'worm(dirt,garden,worm,wriggle)'), array('fal fa-worm' => 'worm(dirt,garden,worm,wriggle)'), array('fas fa-xmarks-lines' => 'xmarks-lines(barricade,barrier,fence,poison,roadblock)'), array('far fa-xmarks-lines' => 'xmarks-lines(barricade,barrier,fence,poison,roadblock)'), array('fal fa-xmarks-lines' => 'xmarks-lines(barricade,barrier,fence,poison,roadblock)'), ), 'Genders' => array( array('fas fa-genderless' => 'genderless(androgynous,asexual,gender,sexless)'), array('far fa-genderless' => 'genderless(androgynous,asexual,gender,sexless)'), array('fal fa-genderless' => 'genderless(androgynous,asexual,gender,sexless)'), array('fas fa-mars' => 'mars(gender,male,male sign,man)'), array('far fa-mars' => 'mars(gender,male,male sign,man)'), array('fal fa-mars' => 'mars(gender,male,male sign,man)'), array('fas fa-mars-and-venus' => 'mars-and-venus(Male and Female Sign,female,gender,intersex,male,transgender)'), array('far fa-mars-and-venus' => 'mars-and-venus(Male and Female Sign,female,gender,intersex,male,transgender)'), array('fal fa-mars-and-venus' => 'mars-and-venus(Male and Female Sign,female,gender,intersex,male,transgender)'), array('fas fa-mars-double' => 'mars-double(Doubled Male Sign,gay,gender,male,men)'), array('far fa-mars-double' => 'mars-double(Doubled Male Sign,gay,gender,male,men)'), array('fal fa-mars-double' => 'mars-double(Doubled Male Sign,gay,gender,male,men)'), array('fas fa-mars-stroke' => 'mars-stroke(Male with Stroke Sign,gender,transgender)'), array('far fa-mars-stroke' => 'mars-stroke(Male with Stroke Sign,gender,transgender)'), array('fal fa-mars-stroke' => 'mars-stroke(Male with Stroke Sign,gender,transgender)'), array('fas fa-mars-stroke-right' => 'mars-stroke-right(Horizontal Male with Stroke Sign,gender)'), array('far fa-mars-stroke-right' => 'mars-stroke-right(Horizontal Male with Stroke Sign,gender)'), array('fal fa-mars-stroke-right' => 'mars-stroke-right(Horizontal Male with Stroke Sign,gender)'), array('fas fa-mars-stroke-up' => 'mars-stroke-up(Vertical Male with Stroke Sign,gender)'), array('far fa-mars-stroke-up' => 'mars-stroke-up(Vertical Male with Stroke Sign,gender)'), array('fal fa-mars-stroke-up' => 'mars-stroke-up(Vertical Male with Stroke Sign,gender)'), array('fas fa-mercury' => 'mercury(Mercury,gender,hybrid,transgender)'), array('far fa-mercury' => 'mercury(Mercury,gender,hybrid,transgender)'), array('fal fa-mercury' => 'mercury(Mercury,gender,hybrid,transgender)'), array('fas fa-neuter' => 'neuter(Neuter,gender)'), array('far fa-neuter' => 'neuter(Neuter,gender)'), array('fal fa-neuter' => 'neuter(Neuter,gender)'), array('fas fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('far fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('fal fa-person-half-dress' => 'person-half-dress(gender,man,restroom,transgender,uer,woman)'), array('fas fa-transgender' => 'transgender(female,gender,intersex,male,transgender,transgender symbol)'), array('far fa-transgender' => 'transgender(female,gender,intersex,male,transgender,transgender symbol)'), array('fal fa-transgender' => 'transgender(female,gender,intersex,male,transgender,transgender symbol)'), array('fas fa-venus' => 'venus(female,female sign,gender,woman)'), array('far fa-venus' => 'venus(female,female sign,gender,woman)'), array('fal fa-venus' => 'venus(female,female sign,gender,woman)'), array('fas fa-venus-double' => 'venus-double(Doubled Female Sign,female,gender,lesbian)'), array('far fa-venus-double' => 'venus-double(Doubled Female Sign,female,gender,lesbian)'), array('fal fa-venus-double' => 'venus-double(Doubled Female Sign,female,gender,lesbian)'), array('fas fa-venus-mars' => 'venus-mars(Interlocked Female and Male Sign,female,gender,heterosexual,male)'), array('far fa-venus-mars' => 'venus-mars(Interlocked Female and Male Sign,female,gender,heterosexual,male)'), array('fal fa-venus-mars' => 'venus-mars(Interlocked Female and Male Sign,female,gender,heterosexual,male)'), ), 'Other' => array( array('fab fa-monero' => 'monero'), array('fab fa-hooli' => 'hooli'), array('fab fa-yelp' => 'yelp'), array('fab fa-lastfm' => 'lastfm'), array('fab fa-shopware' => 'shopware'), array('fab fa-creative-commons-nc' => 'creative-commons-nc'), array('fab fa-aws' => 'aws'), array('fab fa-redhat' => 'redhat(linux,operating system,os)'), array('fab fa-yoast' => 'yoast'), array('fab fa-cloudflare' => 'cloudflare'), array('fab fa-ups' => 'ups(United Parcel Service,package,shipping)'), array('fab fa-pixiv' => 'pixiv'), array('fab fa-wpexplorer' => 'wpexplorer'), array('fab fa-dyalog' => 'dyalog'), array('fab fa-bity' => 'bity'), array('fab fa-stackpath' => 'stackpath'), array('fab fa-buysellads' => 'buysellads'), array('fab fa-first-order' => 'first-order'), array('fab fa-modx' => 'modx'), array('fab fa-guilded' => 'guilded'), array('fab fa-vnv' => 'vnv'), array('fab fa-square-js' => 'square-js'), array('fab fa-microsoft' => 'microsoft'), array('fab fa-qq' => 'qq'), array('fab fa-orcid' => 'orcid'), array('fab fa-java' => 'java'), array('fab fa-invision' => 'invision(app,design,interface)'), array('fab fa-creative-commons-pd-alt' => 'creative-commons-pd-alt'), array('fab fa-centercode' => 'centercode'), array('fab fa-glide-g' => 'glide-g'), array('fab fa-drupal' => 'drupal'), array('fab fa-jxl' => 'jxl'), array('fab fa-dart-lang' => 'dart-lang'), array('fab fa-hire-a-helper' => 'hire-a-helper'), array('fab fa-creative-commons-by' => 'creative-commons-by'), array('fab fa-unity' => 'unity'), array('fab fa-whmcs' => 'whmcs'), array('fab fa-rocketchat' => 'rocketchat'), array('fab fa-vk' => 'vk'), array('fab fa-untappd' => 'untappd'), array('fab fa-mailchimp' => 'mailchimp'), array('fab fa-css3-alt' => 'css3-alt'), array('fab fa-square-reddit' => 'square-reddit'), array('fab fa-vimeo-v' => 'vimeo-v(vimeo)'), array('fab fa-contao' => 'contao'), array('fab fa-square-font-awesome' => 'square-font-awesome'), array('fab fa-deskpro' => 'deskpro'), array('fab fa-brave' => 'brave'), array('fab fa-sistrix' => 'sistrix'), array('fab fa-square-instagram' => 'square-instagram'), array('fab fa-battle-net' => 'battle-net'), array('fab fa-the-red-yeti' => 'the-red-yeti'), array('fab fa-square-hacker-news' => 'square-hacker-news'), array('fab fa-edge' => 'edge(browser,ie)'), array('fab fa-threads' => 'threads(social network)'), array('fab fa-square-snapchat' => 'square-snapchat'), array('fab fa-google-plus-g' => 'google-plus-g(google-plus,social network)'), array('fab fa-artstation' => 'artstation'), array('fab fa-markdown' => 'markdown'), array('fab fa-sourcetree' => 'sourcetree'), array('fab fa-google-plus' => 'google-plus(google-plus-circle,google-plus-official)'), array('fab fa-diaspora' => 'diaspora'), array('fab fa-foursquare' => 'foursquare'), array('fab fa-stack-overflow' => 'stack-overflow'), array('fab fa-github-alt' => 'github-alt(octocat)'), array('fab fa-phoenix-squadron' => 'phoenix-squadron'), array('fab fa-pagelines' => 'pagelines(eco,flora,leaf,leaves,nature,plant,tree)'), array('fab fa-algolia' => 'algolia'), array('fab fa-red-river' => 'red-river'), array('fab fa-creative-commons-sa' => 'creative-commons-sa'), array('fab fa-safari' => 'safari(browser)'), array('fab fa-google' => 'google'), array('fab fa-square-font-awesome-stroke' => 'square-font-awesome-stroke( flag, font, icons, typeface,awesome)'), array('fab fa-atlassian' => 'atlassian'), array('fab fa-linkedin-in' => 'linkedin-in(linkedin,linkin)'), array('fab fa-digital-ocean' => 'digital-ocean'), array('fab fa-nimblr' => 'nimblr'), array('fab fa-chromecast' => 'chromecast'), array('fab fa-evernote' => 'evernote'), array('fab fa-hacker-news' => 'hacker-news'), array('fab fa-creative-commons-sampling' => 'creative-commons-sampling'), array('fab fa-adversal' => 'adversal'), array('fab fa-creative-commons' => 'creative-commons'), array('fab fa-watchman-monitoring' => 'watchman-monitoring'), array('fab fa-fonticons' => 'fonticons'), array('fab fa-weixin' => 'weixin'), array('fab fa-shirtsinbulk' => 'shirtsinbulk'), array('fab fa-codepen' => 'codepen'), array('fab fa-git-alt' => 'git-alt'), array('fab fa-lyft' => 'lyft'), array('fab fa-rev' => 'rev'), array('fab fa-windows' => 'windows(microsoft,operating system,os)'), array('fab fa-square-viadeo' => 'square-viadeo'), array('fab fa-meetup' => 'meetup'), array('fab fa-centos' => 'centos(linux,operating system,os)'), array('fab fa-adn' => 'adn'), array('fab fa-cloudsmith' => 'cloudsmith'), array('fab fa-opensuse' => 'opensuse'), array('fab fa-pied-piper-alt' => 'pied-piper-alt'), array('fab fa-square-dribbble' => 'square-dribbble'), array('fab fa-codiepie' => 'codiepie'), array('fab fa-node' => 'node'), array('fab fa-mix' => 'mix'), array('fab fa-scribd' => 'scribd'), array('fab fa-debian' => 'debian'), array('fab fa-openid' => 'openid'), array('fab fa-instalod' => 'instalod'), array('fab fa-expeditedssl' => 'expeditedssl'), array('fab fa-sellcast' => 'sellcast(eercast)'), array('fab fa-square-twitter' => 'square-twitter(social network,tweet)'), array('fab fa-r-project' => 'r-project'), array('fab fa-delicious' => 'delicious'), array('fab fa-freebsd' => 'freebsd'), array('fab fa-vuejs' => 'vuejs'), array('fab fa-accusoft' => 'accusoft'), array('fab fa-ioxhost' => 'ioxhost'), array('fab fa-fonticons-fi' => 'fonticons-fi'), array('fab fa-app-store' => 'app-store'), array('fab fa-itunes-note' => 'itunes-note'), array('fab fa-golang' => 'golang'), array('fab fa-kickstarter' => 'kickstarter'), array('fab fa-grav' => 'grav'), array('fab fa-weibo' => 'weibo'), array('fab fa-uncharted' => 'uncharted'), array('fab fa-firstdraft' => 'firstdraft'), array('fab fa-square-youtube' => 'square-youtube'), array('fab fa-wikipedia-w' => 'wikipedia-w'), array('fab fa-wpressr' => 'wpressr(rendact)'), array('fab fa-angellist' => 'angellist'), array('fab fa-skype' => 'skype'), array('fab fa-joget' => 'joget'), array('fab fa-fedora' => 'fedora(linux,operating system,os)'), array('fab fa-meta' => 'meta'), array('fab fa-laravel' => 'laravel'), array('fab fa-hotjar' => 'hotjar'), array('fab fa-square-letterboxd' => 'square-letterboxd'), array('fab fa-sticker-mule' => 'sticker-mule'), array('fab fa-creative-commons-zero' => 'creative-commons-zero'), array('fab fa-hips' => 'hips'), array('fab fa-behance' => 'behance'), array('fab fa-reddit' => 'reddit'), array('fab fa-discord' => 'discord'), array('fab fa-chrome' => 'chrome(browser)'), array('fab fa-app-store-ios' => 'app-store-ios'), array('fab fa-wpbeginner' => 'wpbeginner'), array('fab fa-confluence' => 'confluence(atlassian)'), array('fab fa-shoelace' => 'shoelace'), array('fab fa-mdb' => 'mdb'), array('fab fa-dochub' => 'dochub'), array('fab fa-ebay' => 'ebay'), array('fab fa-amazon' => 'amazon'), array('fab fa-yarn' => 'yarn'), array('fab fa-500px' => '500px'), array('fab fa-square-vimeo' => 'square-vimeo'), array('fab fa-asymmetrik' => 'asymmetrik'), array('fab fa-gratipay' => 'gratipay(favorite,heart,like,love)'), array('fab fa-apple' => 'apple(fruit,ios,mac,operating system,os,osx)'), array('fab fa-hive' => 'hive'), array('fab fa-gitkraken' => 'gitkraken'), array('fab fa-keybase' => 'keybase'), array('fab fa-padlet' => 'padlet'), array('fab fa-square-github' => 'square-github(octocat)'), array('fab fa-stumbleupon' => 'stumbleupon'), array('fab fa-fedex' => 'fedex(Federal Express,package,shipping)'), array('fab fa-phoenix-framework' => 'phoenix-framework'), array('fab fa-shopify' => 'shopify'), array('fab fa-neos' => 'neos'), array('fab fa-square-threads' => 'square-threads(social network)'), array('fab fa-hackerrank' => 'hackerrank'), array('fab fa-researchgate' => 'researchgate'), array('fab fa-swift' => 'swift'), array('fab fa-angular' => 'angular'), array('fab fa-speakap' => 'speakap'), array('fab fa-angrycreative' => 'angrycreative'), array('fab fa-y-combinator' => 'y-combinator'), array('fab fa-empire' => 'empire'), array('fab fa-envira' => 'envira(leaf)'), array('fab fa-google-scholar' => 'google-scholar'), array('fab fa-square-gitlab' => 'square-gitlab'), array('fab fa-studiovinari' => 'studiovinari'), array('fab fa-pied-piper' => 'pied-piper'), array('fab fa-wordpress' => 'wordpress'), array('fab fa-product-hunt' => 'product-hunt'), array('fab fa-firefox' => 'firefox(browser)'), array('fab fa-linode' => 'linode'), array('fab fa-goodreads' => 'goodreads'), array('fab fa-square-odnoklassniki' => 'square-odnoklassniki'), array('fab fa-jsfiddle' => 'jsfiddle'), array('fab fa-sith' => 'sith'), array('fab fa-themeisle' => 'themeisle'), array('fab fa-page4' => 'page4'), array('fab fa-hashnode' => 'hashnode'), array('fab fa-react' => 'react'), array('fab fa-squarespace' => 'squarespace'), array('fab fa-creative-commons-share' => 'creative-commons-share'), array('fab fa-keycdn' => 'keycdn'), array('fab fa-opera' => 'opera'), array('fab fa-itch-io' => 'itch-io'), array('fab fa-umbraco' => 'umbraco'), array('fab fa-ubuntu' => 'ubuntu(linux,operating system,os)'), array('fab fa-draft2digital' => 'draft2digital'), array('fab fa-houzz' => 'houzz'), array('fab fa-dhl' => 'dhl(Dalsey,Hillblom and Lynn,german,package,shipping)'), array('fab fa-square-pinterest' => 'square-pinterest'), array('fab fa-xing' => 'xing'), array('fab fa-blackberry' => 'blackberry'), array('fab fa-creative-commons-pd' => 'creative-commons-pd'), array('fab fa-quinscape' => 'quinscape'), array('fab fa-less' => 'less'), array('fab fa-blogger-b' => 'blogger-b'), array('fab fa-opencart' => 'opencart'), array('fab fa-vine' => 'vine'), array('fab fa-signal-messenger' => 'signal-messenger'), array('fab fa-gitlab' => 'gitlab(Axosoft)'), array('fab fa-typo3' => 'typo3'), array('fab fa-reddit-alien' => 'reddit-alien'), array('fab fa-yahoo' => 'yahoo'), array('fab fa-dailymotion' => 'dailymotion'), array('fab fa-affiliatetheme' => 'affiliatetheme'), array('fab fa-pied-piper-pp' => 'pied-piper-pp'), array('fab fa-bootstrap' => 'bootstrap'), array('fab fa-odnoklassniki' => 'odnoklassniki'), array('fab fa-mintbit' => 'mintbit'), array('fab fa-speaker-deck' => 'speaker-deck'), array('fab fa-creative-commons-nc-eu' => 'creative-commons-nc-eu'), array('fab fa-patreon' => 'patreon'), array('fab fa-avianex' => 'avianex'), array('fab fa-ello' => 'ello'), array('fab fa-gofore' => 'gofore'), array('fab fa-bimobject' => 'bimobject'), array('fab fa-brave-reverse' => 'brave-reverse'), array('fab fa-facebook-f' => 'facebook-f(fabook,facebook,fb)'), array('fab fa-square-google-plus' => 'square-google-plus(social network)'), array('fab fa-mandalorian' => 'mandalorian'), array('fab fa-first-order-alt' => 'first-order-alt'), array('fab fa-osi' => 'osi'), array('fab fa-periscope' => 'periscope'), array('fab fa-fulcrum' => 'fulcrum'), array('fab fa-cloudscale' => 'cloudscale'), array('fab fa-forumbee' => 'forumbee'), array('fab fa-mizuni' => 'mizuni'), array('fab fa-schlix' => 'schlix'), array('fab fa-square-xing' => 'square-xing'), array('fab fa-bandcamp' => 'bandcamp'), array('fab fa-wpforms' => 'wpforms'), array('fab fa-cloudversify' => 'cloudversify'), array('fab fa-usps' => 'usps(american,package,shipping,usa)'), array('fab fa-megaport' => 'megaport'), array('fab fa-magento' => 'magento'), array('fab fa-optin-monster' => 'optin-monster'), array('fab fa-fly' => 'fly'), array('fab fa-aviato' => 'aviato'), array('fab fa-itunes' => 'itunes'), array('fab fa-cuttlefish' => 'cuttlefish'), array('fab fa-blogger' => 'blogger'), array('fab fa-flickr' => 'flickr'), array('fab fa-viber' => 'viber'), array('fab fa-digg' => 'digg'), array('fab fa-tencent-weibo' => 'tencent-weibo'), array('fab fa-letterboxd' => 'letterboxd'), array('fab fa-symfony' => 'symfony'), array('fab fa-maxcdn' => 'maxcdn'), array('fab fa-etsy' => 'etsy'), array('fab fa-facebook-messenger' => 'facebook-messenger(fabook,fb)'), array('fab fa-audible' => 'audible'), array('fab fa-think-peaks' => 'think-peaks'), array('fab fa-bilibili' => 'bilibili'), array('fab fa-erlang' => 'erlang'), array('fab fa-x-twitter' => 'x-twitter( elon, twitter, x)'), array('fab fa-cotton-bureau' => 'cotton-bureau(clothing,t-shirts,tshirts)'), array('fab fa-dashcube' => 'dashcube'), array('fab fa-42-group' => '42-group'), array('fab fa-stack-exchange' => 'stack-exchange'), array('fab fa-elementor' => 'elementor'), array('fab fa-square-pied-piper' => 'square-pied-piper'), array('fab fa-creative-commons-nd' => 'creative-commons-nd'), array('fab fa-palfed' => 'palfed'), array('fab fa-superpowers' => 'superpowers'), array('fab fa-resolving' => 'resolving'), array('fab fa-square-web-awesome-stroke' => 'square-web-awesome-stroke( coding, crown, web, awesome, components)'), array('fab fa-searchengin' => 'searchengin'), array('fab fa-tiktok' => 'tiktok'), array('fab fa-square-facebook' => 'square-facebook(fabook,fb,social network)'), array('fab fa-renren' => 'renren'), array('fab fa-linux' => 'linux(tux)'), array('fab fa-glide' => 'glide'), array('fab fa-linkedin' => 'linkedin(linkedin-square,linkin)'), array('fab fa-hubspot' => 'hubspot'), array('fab fa-deploydog' => 'deploydog'), array('fab fa-flutter' => 'flutter'), array('fab fa-ravelry' => 'ravelry'), array('fab fa-mixer' => 'mixer'), array('fab fa-square-lastfm' => 'square-lastfm'), array('fab fa-vimeo' => 'vimeo'), array('fab fa-mendeley' => 'mendeley'), array('fab fa-uniregistry' => 'uniregistry'), array('fab fa-figma' => 'figma(app,design,interface)'), array('fab fa-creative-commons-remix' => 'creative-commons-remix'), array('fab fa-dropbox' => 'dropbox'), array('fab fa-instagram' => 'instagram'), array('fab fa-cmplid' => 'cmplid'), array('fab fa-upwork' => 'upwork'), array('fab fa-gripfire' => 'gripfire'), array('fab fa-uikit' => 'uikit'), array('fab fa-fort-awesome-alt' => 'fort-awesome-alt(castle)'), array('fab fa-phabricator' => 'phabricator'), array('fab fa-ussunnah' => 'ussunnah'), array('fab fa-earlybirds' => 'earlybirds'), array('fab fa-trade-federation' => 'trade-federation'), array('fab fa-autoprefixer' => 'autoprefixer'), array('fab fa-whatsapp' => 'whatsapp'), array('fab fa-square-upwork' => 'square-upwork'), array('fab fa-slideshare' => 'slideshare'), array('fab fa-google-play' => 'google-play(playstore)'), array('fab fa-viadeo' => 'viadeo'), array('fab fa-line' => 'line'), array('fab fa-google-drive' => 'google-drive'), array('fab fa-servicestack' => 'servicestack'), array('fab fa-simplybuilt' => 'simplybuilt'), array('fab fa-bitbucket' => 'bitbucket(atlassian,bitbucket-square,git)'), array('fab fa-imdb' => 'imdb'), array('fab fa-deezer' => 'deezer'), array('fab fa-raspberry-pi' => 'raspberry-pi'), array('fab fa-jira' => 'jira(atlassian)'), array('fab fa-docker' => 'docker'), array('fab fa-screenpal' => 'screenpal'), array('fab fa-gitter' => 'gitter'), array('fab fa-microblog' => 'microblog'), array('fab fa-pied-piper-hat' => 'pied-piper-hat(clothing)'), array('fab fa-kickstarter-k' => 'kickstarter-k'), array('fab fa-yandex' => 'yandex'), array('fab fa-readme' => 'readme'), array('fab fa-html5' => 'html5'), array('fab fa-sellsy' => 'sellsy'), array('fab fa-square-web-awesome' => 'square-web-awesome( coding, crown, web, awesome, components)'), array('fab fa-sass' => 'sass'), array('fab fa-wirsindhandwerk' => 'wirsindhandwerk'), array('fab fa-buromobelexperte' => 'buromobelexperte'), array('fab fa-salesforce' => 'salesforce'), array('fab fa-octopus-deploy' => 'octopus-deploy'), array('fab fa-medapps' => 'medapps'), array('fab fa-ns8' => 'ns8'), array('fab fa-pinterest-p' => 'pinterest-p'), array('fab fa-apper' => 'apper'), array('fab fa-fort-awesome' => 'fort-awesome(castle)'), array('fab fa-waze' => 'waze'), array('fab fa-snapchat' => 'snapchat'), array('fab fa-rust' => 'rust'), array('fab fa-wix' => 'wix'), array('fab fa-square-behance' => 'square-behance'), array('fab fa-supple' => 'supple'), array('fab fa-webflow' => 'webflow'), array('fab fa-rebel' => 'rebel'), array('fab fa-css3' => 'css3(code)'), array('fab fa-staylinked' => 'staylinked(linkin)'), array('fab fa-kaggle' => 'kaggle'), array('fab fa-deviantart' => 'deviantart'), array('fab fa-cpanel' => 'cpanel'), array('fab fa-goodreads-g' => 'goodreads-g'), array('fab fa-square-git' => 'square-git'), array('fab fa-square-tumblr' => 'square-tumblr'), array('fab fa-trello' => 'trello(atlassian)'), array('fab fa-creative-commons-nc-jp' => 'creative-commons-nc-jp'), array('fab fa-get-pocket' => 'get-pocket'), array('fab fa-perbyte' => 'perbyte'), array('fab fa-grunt' => 'grunt'), array('fab fa-weebly' => 'weebly'), array('fab fa-connectdevelop' => 'connectdevelop'), array('fab fa-leanpub' => 'leanpub'), array('fab fa-black-tie' => 'black-tie(administrator)'), array('fab fa-themeco' => 'themeco'), array('fab fa-python' => 'python'), array('fab fa-android' => 'android(robot)'), array('fab fa-bots' => 'bots'), array('fab fa-free-code-camp' => 'free-code-camp'), array('fab fa-hornbill' => 'hornbill'), array('fab fa-js' => 'js'), array('fab fa-ideal' => 'ideal'), array('fab fa-git' => 'git'), array('fab fa-dev' => 'dev'), array('fab fa-sketch' => 'sketch(app,design,interface)'), array('fab fa-yandex-international' => 'yandex-international'), array('fab fa-uber' => 'uber'), array('fab fa-github' => 'github(octocat)'), array('fab fa-php' => 'php'), array('fab fa-skyatlas' => 'skyatlas'), array('fab fa-firefox-browser' => 'firefox-browser(browser)'), array('fab fa-replyd' => 'replyd'), array('fab fa-suse' => 'suse(linux,operating system,os)'), array('fab fa-jenkins' => 'jenkins'), array('fab fa-twitter' => 'twitter(social network,tweet)'), array('fab fa-rockrms' => 'rockrms'), array('fab fa-pinterest' => 'pinterest'), array('fab fa-buffer' => 'buffer'), array('fab fa-npm' => 'npm'), array('fab fa-yammer' => 'yammer'), array('fab fa-dribbble' => 'dribbble'), array('fab fa-stumbleupon-circle' => 'stumbleupon-circle'), array('fab fa-internet-explorer' => 'internet-explorer(browser,ie)'), array('fab fa-stubber' => 'stubber'), array('fab fa-telegram' => 'telegram'), array('fab fa-odysee' => 'odysee'), array('fab fa-square-whatsapp' => 'square-whatsapp'), array('fab fa-node-js' => 'node-js'), array('fab fa-edge-legacy' => 'edge-legacy'), array('fab fa-slack' => 'slack(anchor,hash,hashtag)'), array('fab fa-medrt' => 'medrt'), array('fab fa-usb' => 'usb'), array('fab fa-tumblr' => 'tumblr'), array('fab fa-vaadin' => 'vaadin'), array('fab fa-quora' => 'quora'), array('fab fa-square-x-twitter' => 'square-x-twitter( elon, x,twitter)'), array('fab fa-reacteurope' => 'reacteurope'), array('fab fa-medium' => 'medium'), array('fab fa-amilia' => 'amilia'), array('fab fa-mixcloud' => 'mixcloud'), array('fab fa-flipboard' => 'flipboard'), array('fab fa-viacoin' => 'viacoin'), array('fab fa-sitrox' => 'sitrox'), array('fab fa-discourse' => 'discourse'), array('fab fa-joomla' => 'joomla'), array('fab fa-mastodon' => 'mastodon'), array('fab fa-airbnb' => 'airbnb'), array('fab fa-wolf-pack-battalion' => 'wolf-pack-battalion'), array('fab fa-buy-n-large' => 'buy-n-large'), array('fab fa-gulp' => 'gulp'), array('fab fa-creative-commons-sampling-plus' => 'creative-commons-sampling-plus'), array('fab fa-strava' => 'strava'), array('fab fa-ember' => 'ember'), array('fab fa-canadian-maple-leaf' => 'canadian-maple-leaf(canada,flag,flora,nature,plant)'), array('fab fa-teamspeak' => 'teamspeak'), array('fab fa-pushed' => 'pushed'), array('fab fa-wordpress-simple' => 'wordpress-simple'), array('fab fa-nutritionix' => 'nutritionix'), array('fab fa-wodu' => 'wodu'), array('fab fa-intercom' => 'intercom(app,customer,messenger)'), array('fab fa-zhihu' => 'zhihu'), array('fab fa-korvue' => 'korvue'), array('fab fa-pix' => 'pix'), ), 'Brands' => array( array('fab fa-youtube' => 'youtube(film,video,youtube-play,youtube-square)'), array('fab fa-bluetooth-b' => 'bluetooth-b'), array('fab fa-accessible-icon' => 'accessible-icon(accessibility,disabled,handicap,person,uer,wheelchair,wheelchair-alt)'), array('fab fa-napster' => 'napster'), array('fab fa-soundcloud' => 'soundcloud'), array('fab fa-spotify' => 'spotify'), array('fab fa-bitcoin' => 'bitcoin'), array('fab fa-btc' => 'btc'), array('fab fa-ethereum' => 'ethereum'), array('fab fa-gg' => 'gg'), array('fab fa-gg-circle' => 'gg-circle'), array('fab fa-galactic-republic' => 'galactic-republic(politics,star wars)'), array('fab fa-galactic-senate' => 'galactic-senate(star wars)'), array('fab fa-jedi-order' => 'jedi-order(star wars)'), array('fab fa-old-republic' => 'old-republic(politics,star wars)'), array('fab fa-space-awesome' => 'space-awesome(adventure,rocket,ship,shuttle)'), array('fab fa-alipay' => 'alipay'), array('fab fa-amazon-pay' => 'amazon-pay'), array('fab fa-apple-pay' => 'apple-pay'), array('fab fa-cc-amazon-pay' => 'cc-amazon-pay'), array('fab fa-cc-amex' => 'cc-amex(amex)'), array('fab fa-cc-apple-pay' => 'cc-apple-pay'), array('fab fa-cc-diners-club' => 'cc-diners-club'), array('fab fa-cc-discover' => 'cc-discover'), array('fab fa-cc-jcb' => 'cc-jcb'), array('fab fa-cc-mastercard' => 'cc-mastercard'), array('fab fa-cc-paypal' => 'cc-paypal'), array('fab fa-cc-stripe' => 'cc-stripe'), array('fab fa-cc-visa' => 'cc-visa'), array('fab fa-google-pay' => 'google-pay'), array('fab fa-google-wallet' => 'google-wallet'), array('fab fa-nfc-directional' => 'nfc-directional(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fab fa-nfc-symbol' => 'nfc-symbol(connect,data,near field communication,nfc,scan,signal,transfer,wireless)'), array('fab fa-paypal' => 'paypal'), array('fab fa-stripe' => 'stripe'), array('fab fa-stripe-s' => 'stripe-s'), array('fab fa-unsplash' => 'unsplash'), array('fab fa-font-awesome' => 'font-awesome(awesome,flag,font,icons,typeface)'), array('fab fa-web-awesome' => 'web-awesome( coding, components, crown, web,awesome)'), array('fab fa-bluetooth' => 'bluetooth(signal)'), array('fab fa-critical-role' => 'critical-role(Dungeons & Dragons,d&d,dnd,fantasy,game,gaming,tabletop)'), array('fab fa-d-and-d' => 'd-and-d'), array('fab fa-d-and-d-beyond' => 'd-and-d-beyond(Dungeons & Dragons,d&d,dnd,fantasy,gaming,tabletop)'), array('fab fa-fantasy-flight-games' => 'fantasy-flight-games(Dungeons & Dragons,d&d,dnd,fantasy,game,gaming,tabletop)'), array('fab fa-playstation' => 'playstation'), array('fab fa-square-steam' => 'square-steam'), array('fab fa-steam' => 'steam'), array('fab fa-steam-symbol' => 'steam-symbol'), array('fab fa-twitch' => 'twitch'), array('fab fa-wizards-of-the-coast' => 'wizards-of-the-coast(Dungeons & Dragons,d&d,dnd,fantasy,game,gaming,tabletop)'), array('fab fa-xbox' => 'xbox'), array('fab fa-bluesky' => 'bluesky(social network)'), array('fab fa-facebook' => 'facebook(fabook,facebook-official,fb,social network)'), array('fab fa-monero' => 'monero'), array('fab fa-hooli' => 'hooli'), array('fab fa-yelp' => 'yelp'), array('fab fa-lastfm' => 'lastfm'), array('fab fa-shopware' => 'shopware'), array('fab fa-creative-commons-nc' => 'creative-commons-nc'), array('fab fa-aws' => 'aws'), array('fab fa-redhat' => 'redhat(linux,operating system,os)'), array('fab fa-yoast' => 'yoast'), array('fab fa-cloudflare' => 'cloudflare'), array('fab fa-ups' => 'ups(United Parcel Service,package,shipping)'), array('fab fa-pixiv' => 'pixiv'), array('fab fa-wpexplorer' => 'wpexplorer'), array('fab fa-dyalog' => 'dyalog'), array('fab fa-bity' => 'bity'), array('fab fa-stackpath' => 'stackpath'), array('fab fa-buysellads' => 'buysellads'), array('fab fa-first-order' => 'first-order'), array('fab fa-modx' => 'modx'), array('fab fa-guilded' => 'guilded'), array('fab fa-vnv' => 'vnv'), array('fab fa-square-js' => 'square-js'), array('fab fa-microsoft' => 'microsoft'), array('fab fa-qq' => 'qq'), array('fab fa-orcid' => 'orcid'), array('fab fa-java' => 'java'), array('fab fa-invision' => 'invision(app,design,interface)'), array('fab fa-creative-commons-pd-alt' => 'creative-commons-pd-alt'), array('fab fa-centercode' => 'centercode'), array('fab fa-glide-g' => 'glide-g'), array('fab fa-drupal' => 'drupal'), array('fab fa-jxl' => 'jxl'), array('fab fa-dart-lang' => 'dart-lang'), array('fab fa-hire-a-helper' => 'hire-a-helper'), array('fab fa-creative-commons-by' => 'creative-commons-by'), array('fab fa-unity' => 'unity'), array('fab fa-whmcs' => 'whmcs'), array('fab fa-rocketchat' => 'rocketchat'), array('fab fa-vk' => 'vk'), array('fab fa-untappd' => 'untappd'), array('fab fa-mailchimp' => 'mailchimp'), array('fab fa-css3-alt' => 'css3-alt'), array('fab fa-square-reddit' => 'square-reddit'), array('fab fa-vimeo-v' => 'vimeo-v(vimeo)'), array('fab fa-contao' => 'contao'), array('fab fa-square-font-awesome' => 'square-font-awesome'), array('fab fa-deskpro' => 'deskpro'), array('fab fa-brave' => 'brave'), array('fab fa-sistrix' => 'sistrix'), array('fab fa-square-instagram' => 'square-instagram'), array('fab fa-battle-net' => 'battle-net'), array('fab fa-the-red-yeti' => 'the-red-yeti'), array('fab fa-square-hacker-news' => 'square-hacker-news'), array('fab fa-edge' => 'edge(browser,ie)'), array('fab fa-threads' => 'threads(social network)'), array('fab fa-square-snapchat' => 'square-snapchat'), array('fab fa-google-plus-g' => 'google-plus-g(google-plus,social network)'), array('fab fa-artstation' => 'artstation'), array('fab fa-markdown' => 'markdown'), array('fab fa-sourcetree' => 'sourcetree'), array('fab fa-google-plus' => 'google-plus(google-plus-circle,google-plus-official)'), array('fab fa-diaspora' => 'diaspora'), array('fab fa-foursquare' => 'foursquare'), array('fab fa-stack-overflow' => 'stack-overflow'), array('fab fa-github-alt' => 'github-alt(octocat)'), array('fab fa-phoenix-squadron' => 'phoenix-squadron'), array('fab fa-pagelines' => 'pagelines(eco,flora,leaf,leaves,nature,plant,tree)'), array('fab fa-algolia' => 'algolia'), array('fab fa-red-river' => 'red-river'), array('fab fa-creative-commons-sa' => 'creative-commons-sa'), array('fab fa-safari' => 'safari(browser)'), array('fab fa-google' => 'google'), array('fab fa-square-font-awesome-stroke' => 'square-font-awesome-stroke( flag, font, icons, typeface,awesome)'), array('fab fa-atlassian' => 'atlassian'), array('fab fa-linkedin-in' => 'linkedin-in(linkedin,linkin)'), array('fab fa-digital-ocean' => 'digital-ocean'), array('fab fa-nimblr' => 'nimblr'), array('fab fa-chromecast' => 'chromecast'), array('fab fa-evernote' => 'evernote'), array('fab fa-hacker-news' => 'hacker-news'), array('fab fa-creative-commons-sampling' => 'creative-commons-sampling'), array('fab fa-adversal' => 'adversal'), array('fab fa-creative-commons' => 'creative-commons'), array('fab fa-watchman-monitoring' => 'watchman-monitoring'), array('fab fa-fonticons' => 'fonticons'), array('fab fa-weixin' => 'weixin'), array('fab fa-shirtsinbulk' => 'shirtsinbulk'), array('fab fa-codepen' => 'codepen'), array('fab fa-git-alt' => 'git-alt'), array('fab fa-lyft' => 'lyft'), array('fab fa-rev' => 'rev'), array('fab fa-windows' => 'windows(microsoft,operating system,os)'), array('fab fa-square-viadeo' => 'square-viadeo'), array('fab fa-meetup' => 'meetup'), array('fab fa-centos' => 'centos(linux,operating system,os)'), array('fab fa-adn' => 'adn'), array('fab fa-cloudsmith' => 'cloudsmith'), array('fab fa-opensuse' => 'opensuse'), array('fab fa-pied-piper-alt' => 'pied-piper-alt'), array('fab fa-square-dribbble' => 'square-dribbble'), array('fab fa-codiepie' => 'codiepie'), array('fab fa-node' => 'node'), array('fab fa-mix' => 'mix'), array('fab fa-scribd' => 'scribd'), array('fab fa-debian' => 'debian'), array('fab fa-openid' => 'openid'), array('fab fa-instalod' => 'instalod'), array('fab fa-expeditedssl' => 'expeditedssl'), array('fab fa-sellcast' => 'sellcast(eercast)'), array('fab fa-square-twitter' => 'square-twitter(social network,tweet)'), array('fab fa-r-project' => 'r-project'), array('fab fa-delicious' => 'delicious'), array('fab fa-freebsd' => 'freebsd'), array('fab fa-vuejs' => 'vuejs'), array('fab fa-accusoft' => 'accusoft'), array('fab fa-ioxhost' => 'ioxhost'), array('fab fa-fonticons-fi' => 'fonticons-fi'), array('fab fa-app-store' => 'app-store'), array('fab fa-itunes-note' => 'itunes-note'), array('fab fa-golang' => 'golang'), array('fab fa-kickstarter' => 'kickstarter'), array('fab fa-grav' => 'grav'), array('fab fa-weibo' => 'weibo'), array('fab fa-uncharted' => 'uncharted'), array('fab fa-firstdraft' => 'firstdraft'), array('fab fa-square-youtube' => 'square-youtube'), array('fab fa-wikipedia-w' => 'wikipedia-w'), array('fab fa-wpressr' => 'wpressr(rendact)'), array('fab fa-angellist' => 'angellist'), array('fab fa-skype' => 'skype'), array('fab fa-joget' => 'joget'), array('fab fa-fedora' => 'fedora(linux,operating system,os)'), array('fab fa-meta' => 'meta'), array('fab fa-laravel' => 'laravel'), array('fab fa-hotjar' => 'hotjar'), array('fab fa-square-letterboxd' => 'square-letterboxd'), array('fab fa-sticker-mule' => 'sticker-mule'), array('fab fa-creative-commons-zero' => 'creative-commons-zero'), array('fab fa-hips' => 'hips'), array('fab fa-behance' => 'behance'), array('fab fa-reddit' => 'reddit'), array('fab fa-discord' => 'discord'), array('fab fa-chrome' => 'chrome(browser)'), array('fab fa-app-store-ios' => 'app-store-ios'), array('fab fa-wpbeginner' => 'wpbeginner'), array('fab fa-confluence' => 'confluence(atlassian)'), array('fab fa-shoelace' => 'shoelace'), array('fab fa-mdb' => 'mdb'), array('fab fa-dochub' => 'dochub'), array('fab fa-ebay' => 'ebay'), array('fab fa-amazon' => 'amazon'), array('fab fa-yarn' => 'yarn'), array('fab fa-500px' => '500px'), array('fab fa-square-vimeo' => 'square-vimeo'), array('fab fa-asymmetrik' => 'asymmetrik'), array('fab fa-gratipay' => 'gratipay(favorite,heart,like,love)'), array('fab fa-apple' => 'apple(fruit,ios,mac,operating system,os,osx)'), array('fab fa-hive' => 'hive'), array('fab fa-gitkraken' => 'gitkraken'), array('fab fa-keybase' => 'keybase'), array('fab fa-padlet' => 'padlet'), array('fab fa-square-github' => 'square-github(octocat)'), array('fab fa-stumbleupon' => 'stumbleupon'), array('fab fa-fedex' => 'fedex(Federal Express,package,shipping)'), array('fab fa-phoenix-framework' => 'phoenix-framework'), array('fab fa-shopify' => 'shopify'), array('fab fa-neos' => 'neos'), array('fab fa-square-threads' => 'square-threads(social network)'), array('fab fa-hackerrank' => 'hackerrank'), array('fab fa-researchgate' => 'researchgate'), array('fab fa-swift' => 'swift'), array('fab fa-angular' => 'angular'), array('fab fa-speakap' => 'speakap'), array('fab fa-angrycreative' => 'angrycreative'), array('fab fa-y-combinator' => 'y-combinator'), array('fab fa-empire' => 'empire'), array('fab fa-envira' => 'envira(leaf)'), array('fab fa-google-scholar' => 'google-scholar'), array('fab fa-square-gitlab' => 'square-gitlab'), array('fab fa-studiovinari' => 'studiovinari'), array('fab fa-pied-piper' => 'pied-piper'), array('fab fa-wordpress' => 'wordpress'), array('fab fa-product-hunt' => 'product-hunt'), array('fab fa-firefox' => 'firefox(browser)'), array('fab fa-linode' => 'linode'), array('fab fa-goodreads' => 'goodreads'), array('fab fa-square-odnoklassniki' => 'square-odnoklassniki'), array('fab fa-jsfiddle' => 'jsfiddle'), array('fab fa-sith' => 'sith'), array('fab fa-themeisle' => 'themeisle'), array('fab fa-page4' => 'page4'), array('fab fa-hashnode' => 'hashnode'), array('fab fa-react' => 'react'), array('fab fa-squarespace' => 'squarespace'), array('fab fa-creative-commons-share' => 'creative-commons-share'), array('fab fa-keycdn' => 'keycdn'), array('fab fa-opera' => 'opera'), array('fab fa-itch-io' => 'itch-io'), array('fab fa-umbraco' => 'umbraco'), array('fab fa-ubuntu' => 'ubuntu(linux,operating system,os)'), array('fab fa-draft2digital' => 'draft2digital'), array('fab fa-houzz' => 'houzz'), array('fab fa-dhl' => 'dhl(Dalsey,Hillblom and Lynn,german,package,shipping)'), array('fab fa-square-pinterest' => 'square-pinterest'), array('fab fa-xing' => 'xing'), array('fab fa-blackberry' => 'blackberry'), array('fab fa-creative-commons-pd' => 'creative-commons-pd'), array('fab fa-quinscape' => 'quinscape'), array('fab fa-less' => 'less'), array('fab fa-blogger-b' => 'blogger-b'), array('fab fa-opencart' => 'opencart'), array('fab fa-vine' => 'vine'), array('fab fa-signal-messenger' => 'signal-messenger'), array('fab fa-gitlab' => 'gitlab(Axosoft)'), array('fab fa-typo3' => 'typo3'), array('fab fa-reddit-alien' => 'reddit-alien'), array('fab fa-yahoo' => 'yahoo'), array('fab fa-dailymotion' => 'dailymotion'), array('fab fa-affiliatetheme' => 'affiliatetheme'), array('fab fa-pied-piper-pp' => 'pied-piper-pp'), array('fab fa-bootstrap' => 'bootstrap'), array('fab fa-odnoklassniki' => 'odnoklassniki'), array('fab fa-mintbit' => 'mintbit'), array('fab fa-speaker-deck' => 'speaker-deck'), array('fab fa-creative-commons-nc-eu' => 'creative-commons-nc-eu'), array('fab fa-patreon' => 'patreon'), array('fab fa-avianex' => 'avianex'), array('fab fa-ello' => 'ello'), array('fab fa-gofore' => 'gofore'), array('fab fa-bimobject' => 'bimobject'), array('fab fa-brave-reverse' => 'brave-reverse'), array('fab fa-facebook-f' => 'facebook-f(fabook,facebook,fb)'), array('fab fa-square-google-plus' => 'square-google-plus(social network)'), array('fab fa-mandalorian' => 'mandalorian'), array('fab fa-first-order-alt' => 'first-order-alt'), array('fab fa-osi' => 'osi'), array('fab fa-periscope' => 'periscope'), array('fab fa-fulcrum' => 'fulcrum'), array('fab fa-cloudscale' => 'cloudscale'), array('fab fa-forumbee' => 'forumbee'), array('fab fa-mizuni' => 'mizuni'), array('fab fa-schlix' => 'schlix'), array('fab fa-square-xing' => 'square-xing'), array('fab fa-bandcamp' => 'bandcamp'), array('fab fa-wpforms' => 'wpforms'), array('fab fa-cloudversify' => 'cloudversify'), array('fab fa-usps' => 'usps(american,package,shipping,usa)'), array('fab fa-megaport' => 'megaport'), array('fab fa-magento' => 'magento'), array('fab fa-optin-monster' => 'optin-monster'), array('fab fa-fly' => 'fly'), array('fab fa-aviato' => 'aviato'), array('fab fa-itunes' => 'itunes'), array('fab fa-cuttlefish' => 'cuttlefish'), array('fab fa-blogger' => 'blogger'), array('fab fa-flickr' => 'flickr'), array('fab fa-viber' => 'viber'), array('fab fa-digg' => 'digg'), array('fab fa-tencent-weibo' => 'tencent-weibo'), array('fab fa-letterboxd' => 'letterboxd'), array('fab fa-symfony' => 'symfony'), array('fab fa-maxcdn' => 'maxcdn'), array('fab fa-etsy' => 'etsy'), array('fab fa-facebook-messenger' => 'facebook-messenger(fabook,fb)'), array('fab fa-audible' => 'audible'), array('fab fa-think-peaks' => 'think-peaks'), array('fab fa-bilibili' => 'bilibili'), array('fab fa-erlang' => 'erlang'), array('fab fa-x-twitter' => 'x-twitter( elon, twitter, x)'), array('fab fa-cotton-bureau' => 'cotton-bureau(clothing,t-shirts,tshirts)'), array('fab fa-dashcube' => 'dashcube'), array('fab fa-42-group' => '42-group'), array('fab fa-stack-exchange' => 'stack-exchange'), array('fab fa-elementor' => 'elementor'), array('fab fa-square-pied-piper' => 'square-pied-piper'), array('fab fa-creative-commons-nd' => 'creative-commons-nd'), array('fab fa-palfed' => 'palfed'), array('fab fa-superpowers' => 'superpowers'), array('fab fa-resolving' => 'resolving'), array('fab fa-square-web-awesome-stroke' => 'square-web-awesome-stroke( coding, crown, web, awesome, components)'), array('fab fa-searchengin' => 'searchengin'), array('fab fa-tiktok' => 'tiktok'), array('fab fa-square-facebook' => 'square-facebook(fabook,fb,social network)'), array('fab fa-renren' => 'renren'), array('fab fa-linux' => 'linux(tux)'), array('fab fa-glide' => 'glide'), array('fab fa-linkedin' => 'linkedin(linkedin-square,linkin)'), array('fab fa-hubspot' => 'hubspot'), array('fab fa-deploydog' => 'deploydog'), array('fab fa-flutter' => 'flutter'), array('fab fa-ravelry' => 'ravelry'), array('fab fa-mixer' => 'mixer'), array('fab fa-square-lastfm' => 'square-lastfm'), array('fab fa-vimeo' => 'vimeo'), array('fab fa-mendeley' => 'mendeley'), array('fab fa-uniregistry' => 'uniregistry'), array('fab fa-figma' => 'figma(app,design,interface)'), array('fab fa-creative-commons-remix' => 'creative-commons-remix'), array('fab fa-dropbox' => 'dropbox'), array('fab fa-instagram' => 'instagram'), array('fab fa-cmplid' => 'cmplid'), array('fab fa-upwork' => 'upwork'), array('fab fa-gripfire' => 'gripfire'), array('fab fa-uikit' => 'uikit'), array('fab fa-fort-awesome-alt' => 'fort-awesome-alt(castle)'), array('fab fa-phabricator' => 'phabricator'), array('fab fa-ussunnah' => 'ussunnah'), array('fab fa-earlybirds' => 'earlybirds'), array('fab fa-trade-federation' => 'trade-federation'), array('fab fa-autoprefixer' => 'autoprefixer'), array('fab fa-whatsapp' => 'whatsapp'), array('fab fa-square-upwork' => 'square-upwork'), array('fab fa-slideshare' => 'slideshare'), array('fab fa-google-play' => 'google-play(playstore)'), array('fab fa-viadeo' => 'viadeo'), array('fab fa-line' => 'line'), array('fab fa-google-drive' => 'google-drive'), array('fab fa-servicestack' => 'servicestack'), array('fab fa-simplybuilt' => 'simplybuilt'), array('fab fa-bitbucket' => 'bitbucket(atlassian,bitbucket-square,git)'), array('fab fa-imdb' => 'imdb'), array('fab fa-deezer' => 'deezer'), array('fab fa-raspberry-pi' => 'raspberry-pi'), array('fab fa-jira' => 'jira(atlassian)'), array('fab fa-docker' => 'docker'), array('fab fa-screenpal' => 'screenpal'), array('fab fa-gitter' => 'gitter'), array('fab fa-microblog' => 'microblog'), array('fab fa-pied-piper-hat' => 'pied-piper-hat(clothing)'), array('fab fa-kickstarter-k' => 'kickstarter-k'), array('fab fa-yandex' => 'yandex'), array('fab fa-readme' => 'readme'), array('fab fa-html5' => 'html5'), array('fab fa-sellsy' => 'sellsy'), array('fab fa-square-web-awesome' => 'square-web-awesome( coding, crown, web, awesome, components)'), array('fab fa-sass' => 'sass'), array('fab fa-wirsindhandwerk' => 'wirsindhandwerk'), array('fab fa-buromobelexperte' => 'buromobelexperte'), array('fab fa-salesforce' => 'salesforce'), array('fab fa-octopus-deploy' => 'octopus-deploy'), array('fab fa-medapps' => 'medapps'), array('fab fa-ns8' => 'ns8'), array('fab fa-pinterest-p' => 'pinterest-p'), array('fab fa-apper' => 'apper'), array('fab fa-fort-awesome' => 'fort-awesome(castle)'), array('fab fa-waze' => 'waze'), array('fab fa-snapchat' => 'snapchat'), array('fab fa-rust' => 'rust'), array('fab fa-wix' => 'wix'), array('fab fa-square-behance' => 'square-behance'), array('fab fa-supple' => 'supple'), array('fab fa-webflow' => 'webflow'), array('fab fa-rebel' => 'rebel'), array('fab fa-css3' => 'css3(code)'), array('fab fa-staylinked' => 'staylinked(linkin)'), array('fab fa-kaggle' => 'kaggle'), array('fab fa-deviantart' => 'deviantart'), array('fab fa-cpanel' => 'cpanel'), array('fab fa-goodreads-g' => 'goodreads-g'), array('fab fa-square-git' => 'square-git'), array('fab fa-square-tumblr' => 'square-tumblr'), array('fab fa-trello' => 'trello(atlassian)'), array('fab fa-creative-commons-nc-jp' => 'creative-commons-nc-jp'), array('fab fa-get-pocket' => 'get-pocket'), array('fab fa-perbyte' => 'perbyte'), array('fab fa-grunt' => 'grunt'), array('fab fa-weebly' => 'weebly'), array('fab fa-connectdevelop' => 'connectdevelop'), array('fab fa-leanpub' => 'leanpub'), array('fab fa-black-tie' => 'black-tie(administrator)'), array('fab fa-themeco' => 'themeco'), array('fab fa-python' => 'python'), array('fab fa-android' => 'android(robot)'), array('fab fa-bots' => 'bots'), array('fab fa-free-code-camp' => 'free-code-camp'), array('fab fa-hornbill' => 'hornbill'), array('fab fa-js' => 'js'), array('fab fa-ideal' => 'ideal'), array('fab fa-git' => 'git'), array('fab fa-dev' => 'dev'), array('fab fa-sketch' => 'sketch(app,design,interface)'), array('fab fa-yandex-international' => 'yandex-international'), array('fab fa-uber' => 'uber'), array('fab fa-github' => 'github(octocat)'), array('fab fa-php' => 'php'), array('fab fa-skyatlas' => 'skyatlas'), array('fab fa-firefox-browser' => 'firefox-browser(browser)'), array('fab fa-replyd' => 'replyd'), array('fab fa-suse' => 'suse(linux,operating system,os)'), array('fab fa-jenkins' => 'jenkins'), array('fab fa-twitter' => 'twitter(social network,tweet)'), array('fab fa-rockrms' => 'rockrms'), array('fab fa-pinterest' => 'pinterest'), array('fab fa-buffer' => 'buffer'), array('fab fa-npm' => 'npm'), array('fab fa-yammer' => 'yammer'), array('fab fa-dribbble' => 'dribbble'), array('fab fa-stumbleupon-circle' => 'stumbleupon-circle'), array('fab fa-internet-explorer' => 'internet-explorer(browser,ie)'), array('fab fa-stubber' => 'stubber'), array('fab fa-telegram' => 'telegram'), array('fab fa-odysee' => 'odysee'), array('fab fa-square-whatsapp' => 'square-whatsapp'), array('fab fa-node-js' => 'node-js'), array('fab fa-edge-legacy' => 'edge-legacy'), array('fab fa-slack' => 'slack(anchor,hash,hashtag)'), array('fab fa-medrt' => 'medrt'), array('fab fa-usb' => 'usb'), array('fab fa-tumblr' => 'tumblr'), array('fab fa-vaadin' => 'vaadin'), array('fab fa-quora' => 'quora'), array('fab fa-square-x-twitter' => 'square-x-twitter( elon, x,twitter)'), array('fab fa-reacteurope' => 'reacteurope'), array('fab fa-medium' => 'medium'), array('fab fa-amilia' => 'amilia'), array('fab fa-mixcloud' => 'mixcloud'), array('fab fa-flipboard' => 'flipboard'), array('fab fa-viacoin' => 'viacoin'), array('fab fa-sitrox' => 'sitrox'), array('fab fa-discourse' => 'discourse'), array('fab fa-joomla' => 'joomla'), array('fab fa-mastodon' => 'mastodon'), array('fab fa-airbnb' => 'airbnb'), array('fab fa-wolf-pack-battalion' => 'wolf-pack-battalion'), array('fab fa-buy-n-large' => 'buy-n-large'), array('fab fa-gulp' => 'gulp'), array('fab fa-creative-commons-sampling-plus' => 'creative-commons-sampling-plus'), array('fab fa-strava' => 'strava'), array('fab fa-ember' => 'ember'), array('fab fa-canadian-maple-leaf' => 'canadian-maple-leaf(canada,flag,flora,nature,plant)'), array('fab fa-teamspeak' => 'teamspeak'), array('fab fa-pushed' => 'pushed'), array('fab fa-wordpress-simple' => 'wordpress-simple'), array('fab fa-nutritionix' => 'nutritionix'), array('fab fa-wodu' => 'wodu'), array('fab fa-intercom' => 'intercom(app,customer,messenger)'), array('fab fa-zhihu' => 'zhihu'), array('fab fa-korvue' => 'korvue'), array('fab fa-pix' => 'pix'), ), ); return array_merge( $icons, $fontawesome_icons ); }