mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 13:35:44 +08:00
commit
588b0469c5
@ -167,7 +167,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
Q_INIT_RESOURCE(QtAwesome);
|
Q_INIT_RESOURCE(QtAwesome);
|
||||||
|
|
||||||
// load the font file
|
// load the font file
|
||||||
QFile res(":/fonts/fontawesome-4.0.3.ttf");
|
QFile res(":/fonts/fontawesome-4.1.0.ttf");
|
||||||
if(!res.open(QIODevice::ReadOnly)) {
|
if(!res.open(QIODevice::ReadOnly)) {
|
||||||
qDebug() << "Font awesome font could not be loaded!";
|
qDebug() << "Font awesome font could not be loaded!";
|
||||||
return false;
|
return false;
|
||||||
@ -190,375 +190,509 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
|
|
||||||
// intialize the map
|
// intialize the map
|
||||||
QHash<QString, fa>& m = namedCodepoints_;
|
QHash<QString, fa>& m = namedCodepoints_;
|
||||||
m.insert("glass", fa::glass);
|
m.insert("adjust", fa::adjust);
|
||||||
m.insert("music", fa::music);
|
m.insert("adn", fa::adn);
|
||||||
m.insert("search", fa::search);
|
m.insert("aligncenter", fa::aligncenter);
|
||||||
m.insert("envelopeo", fa::envelopeo);
|
m.insert("alignjustify", fa::alignjustify);
|
||||||
m.insert("heart", fa::heart);
|
m.insert("alignleft", fa::alignleft);
|
||||||
m.insert("star", fa::star);
|
m.insert("alignright", fa::alignright);
|
||||||
m.insert("staro", fa::staro);
|
m.insert("ambulance", fa::ambulance);
|
||||||
m.insert("user", fa::user);
|
m.insert("anchor", fa::anchor);
|
||||||
m.insert("film", fa::film);
|
m.insert("androidicon", fa::androidicon);
|
||||||
m.insert("thlarge", fa::thlarge);
|
m.insert("angledoubledown", fa::angledoubledown);
|
||||||
m.insert("th", fa::th);
|
m.insert("angledoubleleft", fa::angledoubleleft);
|
||||||
m.insert("thlist", fa::thlist);
|
m.insert("angledoubleright", fa::angledoubleright);
|
||||||
m.insert("check", fa::check);
|
m.insert("angledoubleup", fa::angledoubleup);
|
||||||
m.insert("times", fa::times);
|
m.insert("angledown", fa::angledown);
|
||||||
m.insert("searchplus", fa::searchplus);
|
m.insert("angleleft", fa::angleleft);
|
||||||
m.insert("searchminus", fa::searchminus);
|
m.insert("angleright", fa::angleright);
|
||||||
m.insert("poweroff", fa::poweroff);
|
m.insert("angleup", fa::angleup);
|
||||||
m.insert("signal", fa::signal);
|
m.insert("apple", fa::apple);
|
||||||
m.insert("cog", fa::cog);
|
m.insert("archive", fa::archive);
|
||||||
m.insert("trasho", fa::trasho);
|
m.insert("arrowcircledown", fa::arrowcircledown);
|
||||||
m.insert("home", fa::home);
|
m.insert("arrowcircleleft", fa::arrowcircleleft);
|
||||||
m.insert("fileo", fa::fileo);
|
m.insert("arrowcircleodown", fa::arrowcircleodown);
|
||||||
m.insert("clocko", fa::clocko);
|
m.insert("arrowcircleoleft", fa::arrowcircleoleft);
|
||||||
m.insert("road", fa::road);
|
m.insert("arrowcircleoright", fa::arrowcircleoright);
|
||||||
m.insert("download", fa::download);
|
m.insert("arrowcircleoup", fa::arrowcircleoup);
|
||||||
m.insert("arrowcircleodown", fa::arrowcircleodown);
|
m.insert("arrowcircleright", fa::arrowcircleright);
|
||||||
m.insert("arrowcircleoup", fa::arrowcircleoup);
|
m.insert("arrowcircleup", fa::arrowcircleup);
|
||||||
m.insert("inbox", fa::inbox);
|
m.insert("arrowdown", fa::arrowdown);
|
||||||
m.insert("playcircleo", fa::playcircleo);
|
m.insert("arrowleft", fa::arrowleft);
|
||||||
m.insert("repeat", fa::repeat);
|
m.insert("arrowright", fa::arrowright);
|
||||||
m.insert("refresh", fa::refresh);
|
m.insert("arrowup", fa::arrowup);
|
||||||
m.insert("listalt", fa::listalt);
|
m.insert("arrows", fa::arrows);
|
||||||
m.insert("lock", fa::lock);
|
m.insert("arrowsalt", fa::arrowsalt);
|
||||||
m.insert("flag", fa::flag);
|
m.insert("arrowsh", fa::arrowsh);
|
||||||
m.insert("headphones", fa::headphones);
|
m.insert("arrowsv", fa::arrowsv);
|
||||||
m.insert("volumeoff", fa::volumeoff);
|
m.insert("asterisk", fa::asterisk);
|
||||||
m.insert("volumedown", fa::volumedown);
|
m.insert("automobile", fa::automobile);
|
||||||
m.insert("volumeup", fa::volumeup);
|
m.insert("backward", fa::backward);
|
||||||
m.insert("qrcode", fa::qrcode);
|
m.insert("ban", fa::ban);
|
||||||
m.insert("barcode", fa::barcode);
|
m.insert("bank", fa::bank);
|
||||||
m.insert("tag", fa::tag);
|
m.insert("barcharto", fa::barcharto);
|
||||||
m.insert("tags", fa::tags);
|
m.insert("barcode", fa::barcode);
|
||||||
m.insert("book", fa::book);
|
m.insert("bars", fa::bars);
|
||||||
m.insert("bookmark", fa::bookmark);
|
m.insert("beer", fa::beer);
|
||||||
m.insert("print", fa::print);
|
m.insert("behance", fa::behance);
|
||||||
m.insert("camera", fa::camera);
|
m.insert("behancesquare", fa::behancesquare);
|
||||||
m.insert("font", fa::font);
|
m.insert("bell", fa::bell);
|
||||||
m.insert("bold", fa::bold);
|
m.insert("bello", fa::bello);
|
||||||
m.insert("italic", fa::italic);
|
m.insert("bitbucket", fa::bitbucket);
|
||||||
m.insert("textheight", fa::textheight);
|
m.insert("bitbucketsquare", fa::bitbucketsquare);
|
||||||
m.insert("textwidth", fa::textwidth);
|
m.insert("bitcoin", fa::bitcoin);
|
||||||
m.insert("alignleft", fa::alignleft);
|
m.insert("bold", fa::bold);
|
||||||
m.insert("aligncenter", fa::aligncenter);
|
m.insert("bolt", fa::bolt);
|
||||||
m.insert("alignright", fa::alignright);
|
m.insert("bomb", fa::bomb);
|
||||||
m.insert("alignjustify", fa::alignjustify);
|
m.insert("book", fa::book);
|
||||||
m.insert("list", fa::list);
|
m.insert("bookmark", fa::bookmark);
|
||||||
m.insert("outdent", fa::outdent);
|
m.insert("bookmarko", fa::bookmarko);
|
||||||
m.insert("indent", fa::indent);
|
m.insert("briefcase", fa::briefcase);
|
||||||
m.insert("videocamera", fa::videocamera);
|
m.insert("btc", fa::btc);
|
||||||
m.insert("pictureo", fa::pictureo);
|
m.insert("bug", fa::bug);
|
||||||
m.insert("pencil", fa::pencil);
|
m.insert("building", fa::building);
|
||||||
m.insert("mapmarker", fa::mapmarker);
|
m.insert("buildingo", fa::buildingo);
|
||||||
m.insert("adjust", fa::adjust);
|
m.insert("bullhorn", fa::bullhorn);
|
||||||
m.insert("tint", fa::tint);
|
m.insert("bullseye", fa::bullseye);
|
||||||
m.insert("pencilsquareo", fa::pencilsquareo);
|
m.insert("cab", fa::cab);
|
||||||
m.insert("sharesquareo", fa::sharesquareo);
|
m.insert("calendar", fa::calendar);
|
||||||
m.insert("checksquareo", fa::checksquareo);
|
m.insert("calendaro", fa::calendaro);
|
||||||
m.insert("arrows", fa::arrows);
|
m.insert("camera", fa::camera);
|
||||||
m.insert("stepbackward", fa::stepbackward);
|
m.insert("cameraretro", fa::cameraretro);
|
||||||
m.insert("fastbackward", fa::fastbackward);
|
m.insert("car", fa::car);
|
||||||
m.insert("backward", fa::backward);
|
m.insert("caretdown", fa::caretdown);
|
||||||
m.insert("play", fa::play);
|
m.insert("caretleft", fa::caretleft);
|
||||||
m.insert("pause", fa::pause);
|
m.insert("caretright", fa::caretright);
|
||||||
m.insert("stop", fa::stop);
|
m.insert("caretsquareodown", fa::caretsquareodown);
|
||||||
m.insert("forward", fa::forward);
|
m.insert("caretsquareoleft", fa::caretsquareoleft);
|
||||||
m.insert("fastforward", fa::fastforward);
|
m.insert("caretsquareoright", fa::caretsquareoright);
|
||||||
m.insert("stepforward", fa::stepforward);
|
m.insert("caretsquareoup", fa::caretsquareoup);
|
||||||
m.insert("eject", fa::eject);
|
m.insert("caretup", fa::caretup);
|
||||||
m.insert("chevronleft", fa::chevronleft);
|
m.insert("certificate", fa::certificate);
|
||||||
m.insert("chevronright", fa::chevronright);
|
m.insert("chain", fa::chain);
|
||||||
m.insert("pluscircle", fa::pluscircle);
|
m.insert("chainbroken", fa::chainbroken);
|
||||||
m.insert("minuscircle", fa::minuscircle);
|
m.insert("check", fa::check);
|
||||||
m.insert("timescircle", fa::timescircle);
|
m.insert("checkcircle", fa::checkcircle);
|
||||||
m.insert("checkcircle", fa::checkcircle);
|
m.insert("checkcircleo", fa::checkcircleo);
|
||||||
m.insert("questioncircle", fa::questioncircle);
|
m.insert("checksquare", fa::checksquare);
|
||||||
m.insert("infocircle", fa::infocircle);
|
m.insert("checksquareo", fa::checksquareo);
|
||||||
m.insert("crosshairs", fa::crosshairs);
|
m.insert("chevroncircledown", fa::chevroncircledown);
|
||||||
m.insert("timescircleo", fa::timescircleo);
|
m.insert("chevroncircleleft", fa::chevroncircleleft);
|
||||||
m.insert("checkcircleo", fa::checkcircleo);
|
m.insert("chevroncircleright", fa::chevroncircleright);
|
||||||
m.insert("ban", fa::ban);
|
m.insert("chevroncircleup", fa::chevroncircleup);
|
||||||
m.insert("arrowleft", fa::arrowleft);
|
m.insert("chevrondown", fa::chevrondown);
|
||||||
m.insert("arrowright", fa::arrowright);
|
m.insert("chevronleft", fa::chevronleft);
|
||||||
m.insert("arrowup", fa::arrowup);
|
m.insert("chevronright", fa::chevronright);
|
||||||
m.insert("arrowdown", fa::arrowdown);
|
m.insert("chevronup", fa::chevronup);
|
||||||
m.insert("share", fa::share);
|
m.insert("child", fa::child);
|
||||||
m.insert("expand", fa::expand);
|
m.insert("circle", fa::circle);
|
||||||
m.insert("compress", fa::compress);
|
m.insert("circleo", fa::circleo);
|
||||||
m.insert("plus", fa::plus);
|
m.insert("circleonotch", fa::circleonotch);
|
||||||
m.insert("minus", fa::minus);
|
m.insert("circlethin", fa::circlethin);
|
||||||
m.insert("asterisk", fa::asterisk);
|
m.insert("clipboard", fa::clipboard);
|
||||||
m.insert("exclamationcircle", fa::exclamationcircle);
|
m.insert("clocko", fa::clocko);
|
||||||
m.insert("gift", fa::gift);
|
m.insert("cloud", fa::cloud);
|
||||||
m.insert("leaf", fa::leaf);
|
m.insert("clouddownload", fa::clouddownload);
|
||||||
m.insert("fire", fa::fire);
|
m.insert("cloudupload", fa::cloudupload);
|
||||||
m.insert("eye", fa::eye);
|
m.insert("cny", fa::cny);
|
||||||
m.insert("eyeslash", fa::eyeslash);
|
m.insert("code", fa::code);
|
||||||
m.insert("exclamationtriangle", fa::exclamationtriangle);
|
m.insert("codefork", fa::codefork);
|
||||||
m.insert("plane", fa::plane);
|
m.insert("codepen", fa::codepen);
|
||||||
m.insert("calendar", fa::calendar);
|
m.insert("coffee", fa::coffee);
|
||||||
m.insert("random", fa::random);
|
m.insert("cog", fa::cog);
|
||||||
m.insert("comment", fa::comment);
|
m.insert("cogs", fa::cogs);
|
||||||
m.insert("magnet", fa::magnet);
|
m.insert("columns", fa::columns);
|
||||||
m.insert("chevronup", fa::chevronup);
|
m.insert("comment", fa::comment);
|
||||||
m.insert("chevrondown", fa::chevrondown);
|
m.insert("commento", fa::commento);
|
||||||
m.insert("retweet", fa::retweet);
|
m.insert("comments", fa::comments);
|
||||||
m.insert("shoppingcart", fa::shoppingcart);
|
m.insert("commentso", fa::commentso);
|
||||||
m.insert("folder", fa::folder);
|
m.insert("compass", fa::compass);
|
||||||
m.insert("folderopen", fa::folderopen);
|
m.insert("compress", fa::compress);
|
||||||
m.insert("arrowsv", fa::arrowsv);
|
m.insert("copy", fa::copy);
|
||||||
m.insert("arrowsh", fa::arrowsh);
|
m.insert("creditcard", fa::creditcard);
|
||||||
m.insert("barcharto", fa::barcharto);
|
m.insert("crop", fa::crop);
|
||||||
m.insert("twittersquare", fa::twittersquare);
|
m.insert("crosshairs", fa::crosshairs);
|
||||||
m.insert("facebooksquare", fa::facebooksquare);
|
m.insert("css3", fa::css3);
|
||||||
m.insert("cameraretro", fa::cameraretro);
|
m.insert("cube", fa::cube);
|
||||||
m.insert("key", fa::key);
|
m.insert("cubes", fa::cubes);
|
||||||
m.insert("cogs", fa::cogs);
|
m.insert("cut", fa::cut);
|
||||||
m.insert("comments", fa::comments);
|
m.insert("cutlery", fa::cutlery);
|
||||||
m.insert("thumbsoup", fa::thumbsoup);
|
m.insert("dashboard", fa::dashboard);
|
||||||
m.insert("thumbsodown", fa::thumbsodown);
|
m.insert("database", fa::database);
|
||||||
m.insert("starhalf", fa::starhalf);
|
m.insert("dedent", fa::dedent);
|
||||||
m.insert("hearto", fa::hearto);
|
m.insert("delicious", fa::delicious);
|
||||||
m.insert("signout", fa::signout);
|
m.insert("desktop", fa::desktop);
|
||||||
m.insert("linkedinsquare", fa::linkedinsquare);
|
m.insert("deviantart", fa::deviantart);
|
||||||
m.insert("thumbtack", fa::thumbtack);
|
m.insert("digg", fa::digg);
|
||||||
m.insert("externallink", fa::externallink);
|
m.insert("dollar", fa::dollar);
|
||||||
m.insert("signin", fa::signin);
|
m.insert("dotcircleo", fa::dotcircleo);
|
||||||
m.insert("trophy", fa::trophy);
|
m.insert("download", fa::download);
|
||||||
m.insert("githubsquare", fa::githubsquare);
|
m.insert("dribbble", fa::dribbble);
|
||||||
m.insert("upload", fa::upload);
|
m.insert("dropbox", fa::dropbox);
|
||||||
m.insert("lemono", fa::lemono);
|
m.insert("drupal", fa::drupal);
|
||||||
m.insert("phone", fa::phone);
|
m.insert("edit", fa::edit);
|
||||||
m.insert("squareo", fa::squareo);
|
m.insert("eject", fa::eject);
|
||||||
m.insert("bookmarko", fa::bookmarko);
|
m.insert("ellipsish", fa::ellipsish);
|
||||||
m.insert("phonesquare", fa::phonesquare);
|
m.insert("ellipsisv", fa::ellipsisv);
|
||||||
m.insert("twitter", fa::twitter);
|
m.insert("empire", fa::empire);
|
||||||
m.insert("facebook", fa::facebook);
|
m.insert("envelope", fa::envelope);
|
||||||
m.insert("github", fa::github);
|
m.insert("envelopeo", fa::envelopeo);
|
||||||
m.insert("unlock", fa::unlock);
|
m.insert("envelopesquare", fa::envelopesquare);
|
||||||
m.insert("creditcard", fa::creditcard);
|
m.insert("eraser", fa::eraser);
|
||||||
m.insert("rss", fa::rss);
|
m.insert("eur", fa::eur);
|
||||||
m.insert("hddo", fa::hddo);
|
m.insert("euro", fa::euro);
|
||||||
m.insert("bullhorn", fa::bullhorn);
|
m.insert("exchange", fa::exchange);
|
||||||
m.insert("bell", fa::bell);
|
m.insert("exclamation", fa::exclamation);
|
||||||
m.insert("certificate", fa::certificate);
|
m.insert("exclamationcircle", fa::exclamationcircle);
|
||||||
m.insert("handoright", fa::handoright);
|
m.insert("exclamationtriangle", fa::exclamationtriangle);
|
||||||
m.insert("handoleft", fa::handoleft);
|
m.insert("expand", fa::expand);
|
||||||
m.insert("handoup", fa::handoup);
|
m.insert("externallink", fa::externallink);
|
||||||
m.insert("handodown", fa::handodown);
|
m.insert("externallinksquare", fa::externallinksquare);
|
||||||
m.insert("arrowcircleleft", fa::arrowcircleleft);
|
m.insert("eye", fa::eye);
|
||||||
m.insert("arrowcircleright", fa::arrowcircleright);
|
m.insert("eyeslash", fa::eyeslash);
|
||||||
m.insert("arrowcircleup", fa::arrowcircleup);
|
m.insert("facebook", fa::facebook);
|
||||||
m.insert("arrowcircledown", fa::arrowcircledown);
|
m.insert("facebooksquare", fa::facebooksquare);
|
||||||
m.insert("globe", fa::globe);
|
m.insert("fastbackward", fa::fastbackward);
|
||||||
m.insert("wrench", fa::wrench);
|
m.insert("fastforward", fa::fastforward);
|
||||||
m.insert("tasks", fa::tasks);
|
m.insert("fax", fa::fax);
|
||||||
m.insert("filter", fa::filter);
|
m.insert("female", fa::female);
|
||||||
m.insert("briefcase", fa::briefcase);
|
m.insert("fighterjet", fa::fighterjet);
|
||||||
m.insert("arrowsalt", fa::arrowsalt);
|
m.insert("file", fa::file);
|
||||||
m.insert("users", fa::users);
|
m.insert("filearchiveo", fa::filearchiveo);
|
||||||
m.insert("link", fa::link);
|
m.insert("fileaudioo", fa::fileaudioo);
|
||||||
m.insert("cloud", fa::cloud);
|
m.insert("filecodeo", fa::filecodeo);
|
||||||
m.insert("flask", fa::flask);
|
m.insert("fileexcelo", fa::fileexcelo);
|
||||||
m.insert("scissors", fa::scissors);
|
m.insert("fileimageo", fa::fileimageo);
|
||||||
m.insert("fileso", fa::fileso);
|
m.insert("filemovieo", fa::filemovieo);
|
||||||
m.insert("paperclip", fa::paperclip);
|
m.insert("fileo", fa::fileo);
|
||||||
m.insert("floppyo", fa::floppyo);
|
m.insert("filepdfo", fa::filepdfo);
|
||||||
m.insert("square", fa::square);
|
m.insert("filephotoo", fa::filephotoo);
|
||||||
m.insert("bars", fa::bars);
|
m.insert("filepictureo", fa::filepictureo);
|
||||||
m.insert("listul", fa::listul);
|
m.insert("filepowerpointo", fa::filepowerpointo);
|
||||||
m.insert("listol", fa::listol);
|
m.insert("filesoundo", fa::filesoundo);
|
||||||
m.insert("strikethrough", fa::strikethrough);
|
m.insert("filetext", fa::filetext);
|
||||||
m.insert("underline", fa::underline);
|
m.insert("filetexto", fa::filetexto);
|
||||||
m.insert("table", fa::table);
|
m.insert("filevideoo", fa::filevideoo);
|
||||||
m.insert("magic", fa::magic);
|
m.insert("filewordo", fa::filewordo);
|
||||||
m.insert("truck", fa::truck);
|
m.insert("filezipo", fa::filezipo);
|
||||||
m.insert("pinterest", fa::pinterest);
|
m.insert("fileso", fa::fileso);
|
||||||
m.insert("pinterestsquare", fa::pinterestsquare);
|
m.insert("film", fa::film);
|
||||||
m.insert("googleplussquare", fa::googleplussquare);
|
m.insert("filter", fa::filter);
|
||||||
m.insert("googleplus", fa::googleplus);
|
m.insert("fire", fa::fire);
|
||||||
m.insert("money", fa::money);
|
m.insert("fireextinguisher", fa::fireextinguisher);
|
||||||
m.insert("caretdown", fa::caretdown);
|
m.insert("flag", fa::flag);
|
||||||
m.insert("caretup", fa::caretup);
|
m.insert("flagcheckered", fa::flagcheckered);
|
||||||
m.insert("caretleft", fa::caretleft);
|
m.insert("flago", fa::flago);
|
||||||
m.insert("caretright", fa::caretright);
|
m.insert("flash", fa::flash);
|
||||||
m.insert("columns", fa::columns);
|
m.insert("flask", fa::flask);
|
||||||
m.insert("sort", fa::sort);
|
m.insert("flickr", fa::flickr);
|
||||||
m.insert("sortasc", fa::sortasc);
|
m.insert("floppyo", fa::floppyo);
|
||||||
m.insert("sortdesc", fa::sortdesc);
|
m.insert("folder", fa::folder);
|
||||||
m.insert("envelope", fa::envelope);
|
m.insert("foldero", fa::foldero);
|
||||||
m.insert("linkedin", fa::linkedin);
|
m.insert("folderopen", fa::folderopen);
|
||||||
m.insert("undo", fa::undo);
|
m.insert("folderopeno", fa::folderopeno);
|
||||||
m.insert("gavel", fa::gavel);
|
m.insert("font", fa::font);
|
||||||
m.insert("tachometer", fa::tachometer);
|
m.insert("forward", fa::forward);
|
||||||
m.insert("commento", fa::commento);
|
m.insert("foursquare", fa::foursquare);
|
||||||
m.insert("commentso", fa::commentso);
|
m.insert("frowno", fa::frowno);
|
||||||
m.insert("bolt", fa::bolt);
|
m.insert("gamepad", fa::gamepad);
|
||||||
m.insert("sitemap", fa::sitemap);
|
m.insert("gavel", fa::gavel);
|
||||||
m.insert("umbrella", fa::umbrella);
|
m.insert("gbp", fa::gbp);
|
||||||
m.insert("clipboard", fa::clipboard);
|
m.insert("ge", fa::ge);
|
||||||
m.insert("lightbulbo", fa::lightbulbo);
|
m.insert("gear", fa::gear);
|
||||||
m.insert("exchange", fa::exchange);
|
m.insert("gears", fa::gears);
|
||||||
m.insert("clouddownload", fa::clouddownload);
|
m.insert("gift", fa::gift);
|
||||||
m.insert("cloudupload", fa::cloudupload);
|
m.insert("git", fa::git);
|
||||||
m.insert("usermd", fa::usermd);
|
m.insert("gitsquare", fa::gitsquare);
|
||||||
m.insert("stethoscope", fa::stethoscope);
|
m.insert("github", fa::github);
|
||||||
m.insert("suitcase", fa::suitcase);
|
m.insert("githubalt", fa::githubalt);
|
||||||
m.insert("bello", fa::bello);
|
m.insert("githubsquare", fa::githubsquare);
|
||||||
m.insert("coffee", fa::coffee);
|
m.insert("gittip", fa::gittip);
|
||||||
m.insert("cutlery", fa::cutlery);
|
m.insert("glass", fa::glass);
|
||||||
m.insert("filetexto", fa::filetexto);
|
m.insert("globe", fa::globe);
|
||||||
m.insert("buildingo", fa::buildingo);
|
m.insert("google", fa::google);
|
||||||
m.insert("hospitalo", fa::hospitalo);
|
m.insert("googleplus", fa::googleplus);
|
||||||
m.insert("ambulance", fa::ambulance);
|
m.insert("googleplussquare", fa::googleplussquare);
|
||||||
m.insert("medkit", fa::medkit);
|
m.insert("graduationcap", fa::graduationcap);
|
||||||
m.insert("fighterjet", fa::fighterjet);
|
m.insert("group", fa::group);
|
||||||
m.insert("beer", fa::beer);
|
m.insert("hsquare", fa::hsquare);
|
||||||
m.insert("hsquare", fa::hsquare);
|
m.insert("hackernews", fa::hackernews);
|
||||||
m.insert("plussquare", fa::plussquare);
|
m.insert("handodown", fa::handodown);
|
||||||
m.insert("angledoubleleft", fa::angledoubleleft);
|
m.insert("handoleft", fa::handoleft);
|
||||||
m.insert("angledoubleright", fa::angledoubleright);
|
m.insert("handoright", fa::handoright);
|
||||||
m.insert("angledoubleup", fa::angledoubleup);
|
m.insert("handoup", fa::handoup);
|
||||||
m.insert("angledoubledown", fa::angledoubledown);
|
m.insert("hddo", fa::hddo);
|
||||||
m.insert("angleleft", fa::angleleft);
|
m.insert("header", fa::header);
|
||||||
m.insert("angleright", fa::angleright);
|
m.insert("headphones", fa::headphones);
|
||||||
m.insert("angleup", fa::angleup);
|
m.insert("heart", fa::heart);
|
||||||
m.insert("angledown", fa::angledown);
|
m.insert("hearto", fa::hearto);
|
||||||
m.insert("desktop", fa::desktop);
|
m.insert("history", fa::history);
|
||||||
m.insert("laptop", fa::laptop);
|
m.insert("home", fa::home);
|
||||||
m.insert("tablet", fa::tablet);
|
m.insert("hospitalo", fa::hospitalo);
|
||||||
m.insert("mobile", fa::mobile);
|
m.insert("html5", fa::html5);
|
||||||
m.insert("circleo", fa::circleo);
|
m.insert("image", fa::image);
|
||||||
m.insert("quoteleft", fa::quoteleft);
|
m.insert("inbox", fa::inbox);
|
||||||
m.insert("quoteright", fa::quoteright);
|
m.insert("indent", fa::indent);
|
||||||
m.insert("spinner", fa::spinner);
|
m.insert("info", fa::info);
|
||||||
m.insert("circle", fa::circle);
|
m.insert("infocircle", fa::infocircle);
|
||||||
m.insert("reply", fa::reply);
|
m.insert("inr", fa::inr);
|
||||||
m.insert("githubalt", fa::githubalt);
|
m.insert("instagram", fa::instagram);
|
||||||
m.insert("foldero", fa::foldero);
|
m.insert("institution", fa::institution);
|
||||||
m.insert("folderopeno", fa::folderopeno);
|
m.insert("italic", fa::italic);
|
||||||
m.insert("smileo", fa::smileo);
|
m.insert("joomla", fa::joomla);
|
||||||
m.insert("frowno", fa::frowno);
|
m.insert("jpy", fa::jpy);
|
||||||
m.insert("meho", fa::meho);
|
m.insert("jsfiddle", fa::jsfiddle);
|
||||||
m.insert("gamepad", fa::gamepad);
|
m.insert("key", fa::key);
|
||||||
m.insert("keyboardo", fa::keyboardo);
|
m.insert("keyboardo", fa::keyboardo);
|
||||||
m.insert("flago", fa::flago);
|
m.insert("krw", fa::krw);
|
||||||
m.insert("flagcheckered", fa::flagcheckered);
|
m.insert("language", fa::language);
|
||||||
m.insert("terminal", fa::terminal);
|
m.insert("laptop", fa::laptop);
|
||||||
m.insert("code", fa::code);
|
m.insert("leaf", fa::leaf);
|
||||||
m.insert("replyall", fa::replyall);
|
m.insert("legal", fa::legal);
|
||||||
m.insert("mailreplyall", fa::mailreplyall);
|
m.insert("lemono", fa::lemono);
|
||||||
m.insert("starhalfo", fa::starhalfo);
|
m.insert("leveldown", fa::leveldown);
|
||||||
m.insert("locationarrow", fa::locationarrow);
|
m.insert("levelup", fa::levelup);
|
||||||
m.insert("crop", fa::crop);
|
m.insert("lifebouy", fa::lifebouy);
|
||||||
m.insert("codefork", fa::codefork);
|
m.insert("lifering", fa::lifering);
|
||||||
m.insert("chainbroken", fa::chainbroken);
|
m.insert("lifesaver", fa::lifesaver);
|
||||||
m.insert("question", fa::question);
|
m.insert("lightbulbo", fa::lightbulbo);
|
||||||
m.insert("info", fa::info);
|
m.insert("link", fa::link);
|
||||||
m.insert("exclamation", fa::exclamation);
|
m.insert("linkedin", fa::linkedin);
|
||||||
m.insert("superscript", fa::superscript);
|
m.insert("linkedinsquare", fa::linkedinsquare);
|
||||||
m.insert("subscript", fa::subscript);
|
m.insert("linuxicon", fa::linuxicon);
|
||||||
m.insert("eraser", fa::eraser);
|
m.insert("list", fa::list);
|
||||||
m.insert("puzzlepiece", fa::puzzlepiece);
|
m.insert("listalt", fa::listalt);
|
||||||
m.insert("microphone", fa::microphone);
|
m.insert("listol", fa::listol);
|
||||||
m.insert("microphoneslash", fa::microphoneslash);
|
m.insert("listul", fa::listul);
|
||||||
m.insert("shield", fa::shield);
|
m.insert("locationarrow", fa::locationarrow);
|
||||||
m.insert("calendaro", fa::calendaro);
|
m.insert("lock", fa::lock);
|
||||||
m.insert("fireextinguisher", fa::fireextinguisher);
|
m.insert("longarrowdown", fa::longarrowdown);
|
||||||
m.insert("rocket", fa::rocket);
|
m.insert("longarrowleft", fa::longarrowleft);
|
||||||
m.insert("maxcdn", fa::maxcdn);
|
m.insert("longarrowright", fa::longarrowright);
|
||||||
m.insert("chevroncircleleft", fa::chevroncircleleft);
|
m.insert("longarrowup", fa::longarrowup);
|
||||||
m.insert("chevroncircleright", fa::chevroncircleright);
|
m.insert("magic", fa::magic);
|
||||||
m.insert("chevroncircleup", fa::chevroncircleup);
|
m.insert("magnet", fa::magnet);
|
||||||
m.insert("chevroncircledown", fa::chevroncircledown);
|
m.insert("mailforward", fa::mailforward);
|
||||||
m.insert("html5", fa::html5);
|
m.insert("mailreply", fa::mailreply);
|
||||||
m.insert("css3", fa::css3);
|
m.insert("mailreplyall", fa::mailreplyall);
|
||||||
m.insert("anchor", fa::anchor);
|
m.insert("male", fa::male);
|
||||||
m.insert("unlockalt", fa::unlockalt);
|
m.insert("mapmarker", fa::mapmarker);
|
||||||
m.insert("bullseye", fa::bullseye);
|
m.insert("maxcdn", fa::maxcdn);
|
||||||
m.insert("ellipsish", fa::ellipsish);
|
m.insert("medkit", fa::medkit);
|
||||||
m.insert("ellipsisv", fa::ellipsisv);
|
m.insert("meho", fa::meho);
|
||||||
m.insert("rsssquare", fa::rsssquare);
|
m.insert("microphone", fa::microphone);
|
||||||
m.insert("playcircle", fa::playcircle);
|
m.insert("microphoneslash", fa::microphoneslash);
|
||||||
m.insert("ticket", fa::ticket);
|
m.insert("minus", fa::minus);
|
||||||
m.insert("minussquare", fa::minussquare);
|
m.insert("minuscircle", fa::minuscircle);
|
||||||
m.insert("minussquareo", fa::minussquareo);
|
m.insert("minussquare", fa::minussquare);
|
||||||
m.insert("levelup", fa::levelup);
|
m.insert("minussquareo", fa::minussquareo);
|
||||||
m.insert("leveldown", fa::leveldown);
|
m.insert("mobile", fa::mobile);
|
||||||
m.insert("checksquare", fa::checksquare);
|
m.insert("mobilephone", fa::mobilephone);
|
||||||
m.insert("pencilsquare", fa::pencilsquare);
|
m.insert("money", fa::money);
|
||||||
m.insert("externallinksquare", fa::externallinksquare);
|
m.insert("moono", fa::moono);
|
||||||
m.insert("sharesquare", fa::sharesquare);
|
m.insert("mortarboard", fa::mortarboard);
|
||||||
m.insert("compass", fa::compass);
|
m.insert("music", fa::music);
|
||||||
m.insert("caretsquareodown", fa::caretsquareodown);
|
m.insert("navicon", fa::navicon);
|
||||||
m.insert("caretsquareoup", fa::caretsquareoup);
|
m.insert("openid", fa::openid);
|
||||||
m.insert("caretsquareoright", fa::caretsquareoright);
|
m.insert("outdent", fa::outdent);
|
||||||
m.insert("eur", fa::eur);
|
m.insert("pagelines", fa::pagelines);
|
||||||
m.insert("gbp", fa::gbp);
|
m.insert("paperplane", fa::paperplane);
|
||||||
m.insert("usd", fa::usd);
|
m.insert("paperplaneo", fa::paperplaneo);
|
||||||
m.insert("inr", fa::inr);
|
m.insert("paperclip", fa::paperclip);
|
||||||
m.insert("jpy", fa::jpy);
|
m.insert("paragraph", fa::paragraph);
|
||||||
m.insert("rub", fa::rub);
|
m.insert("paste", fa::paste);
|
||||||
m.insert("krw", fa::krw);
|
m.insert("pause", fa::pause);
|
||||||
m.insert("btc", fa::btc);
|
m.insert("paw", fa::paw);
|
||||||
m.insert("file", fa::file);
|
m.insert("pencil", fa::pencil);
|
||||||
m.insert("filetext", fa::filetext);
|
m.insert("pencilsquare", fa::pencilsquare);
|
||||||
m.insert("sortalphaasc", fa::sortalphaasc);
|
m.insert("pencilsquareo", fa::pencilsquareo);
|
||||||
m.insert("sortalphadesc", fa::sortalphadesc);
|
m.insert("phone", fa::phone);
|
||||||
m.insert("sortamountasc", fa::sortamountasc);
|
m.insert("phonesquare", fa::phonesquare);
|
||||||
m.insert("sortamountdesc", fa::sortamountdesc);
|
m.insert("photo", fa::photo);
|
||||||
m.insert("sortnumericasc", fa::sortnumericasc);
|
m.insert("pictureo", fa::pictureo);
|
||||||
m.insert("sortnumericdesc", fa::sortnumericdesc);
|
m.insert("piedpiper", fa::piedpiper);
|
||||||
m.insert("thumbsup", fa::thumbsup);
|
m.insert("piedpiperalt", fa::piedpiperalt);
|
||||||
m.insert("thumbsdown", fa::thumbsdown);
|
m.insert("piedpipersquare", fa::piedpipersquare);
|
||||||
m.insert("youtubesquare", fa::youtubesquare);
|
m.insert("pinterest", fa::pinterest);
|
||||||
m.insert("youtube", fa::youtube);
|
m.insert("pinterestsquare", fa::pinterestsquare);
|
||||||
m.insert("xing", fa::xing);
|
m.insert("plane", fa::plane);
|
||||||
m.insert("xingsquare", fa::xingsquare);
|
m.insert("play", fa::play);
|
||||||
m.insert("youtubeplay", fa::youtubeplay);
|
m.insert("playcircle", fa::playcircle);
|
||||||
m.insert("dropbox", fa::dropbox);
|
m.insert("playcircleo", fa::playcircleo);
|
||||||
m.insert("stackoverflow", fa::stackoverflow);
|
m.insert("plus", fa::plus);
|
||||||
m.insert("instagram", fa::instagram);
|
m.insert("pluscircle", fa::pluscircle);
|
||||||
m.insert("flickr", fa::flickr);
|
m.insert("plussquare", fa::plussquare);
|
||||||
m.insert("adn", fa::adn);
|
m.insert("plussquareo", fa::plussquareo);
|
||||||
m.insert("bitbucket", fa::bitbucket);
|
m.insert("poweroff", fa::poweroff);
|
||||||
m.insert("bitbucketsquare", fa::bitbucketsquare);
|
m.insert("print", fa::print);
|
||||||
m.insert("tumblr", fa::tumblr);
|
m.insert("puzzlepiece", fa::puzzlepiece);
|
||||||
m.insert("tumblrsquare", fa::tumblrsquare);
|
m.insert("qq", fa::qq);
|
||||||
m.insert("longarrowdown", fa::longarrowdown);
|
m.insert("qrcode", fa::qrcode);
|
||||||
m.insert("longarrowup", fa::longarrowup);
|
m.insert("question", fa::question);
|
||||||
m.insert("longarrowleft", fa::longarrowleft);
|
m.insert("questioncircle", fa::questioncircle);
|
||||||
m.insert("longarrowright", fa::longarrowright);
|
m.insert("quoteleft", fa::quoteleft);
|
||||||
m.insert("appleicon", fa::appleicon);
|
m.insert("quoteright", fa::quoteright);
|
||||||
m.insert("windowsicon", fa::windowsicon);
|
m.insert("ra", fa::ra);
|
||||||
m.insert("androidicon", fa::androidicon);
|
m.insert("random", fa::random);
|
||||||
m.insert("linuxicon", fa::linuxicon);
|
m.insert("rebel", fa::rebel);
|
||||||
m.insert("dribbble", fa::dribbble);
|
m.insert("recycle", fa::recycle);
|
||||||
m.insert("skype", fa::skype);
|
m.insert("reddit", fa::reddit);
|
||||||
m.insert("foursquare", fa::foursquare);
|
m.insert("redditsquare", fa::redditsquare);
|
||||||
m.insert("trello", fa::trello);
|
m.insert("refresh", fa::refresh);
|
||||||
m.insert("female", fa::female);
|
m.insert("renren", fa::renren);
|
||||||
m.insert("male", fa::male);
|
m.insert("reorder", fa::reorder);
|
||||||
m.insert("gittip", fa::gittip);
|
m.insert("repeat", fa::repeat);
|
||||||
m.insert("suno", fa::suno);
|
m.insert("reply", fa::reply);
|
||||||
m.insert("moono", fa::moono);
|
m.insert("replyall", fa::replyall);
|
||||||
m.insert("archive", fa::archive);
|
m.insert("retweet", fa::retweet);
|
||||||
m.insert("bug", fa::bug);
|
m.insert("rmb", fa::rmb);
|
||||||
m.insert("vk", fa::vk);
|
m.insert("road", fa::road);
|
||||||
m.insert("weibo", fa::weibo);
|
m.insert("rocket", fa::rocket);
|
||||||
m.insert("renren", fa::renren);
|
m.insert("rotateleft", fa::rotateleft);
|
||||||
m.insert("pagelines", fa::pagelines);
|
m.insert("rotateright", fa::rotateright);
|
||||||
m.insert("stackexchange", fa::stackexchange);
|
m.insert("rouble", fa::rouble);
|
||||||
m.insert("arrowcircleoright", fa::arrowcircleoright);
|
m.insert("rss", fa::rss);
|
||||||
m.insert("arrowcircleoleft", fa::arrowcircleoleft);
|
m.insert("rsssquare", fa::rsssquare);
|
||||||
m.insert("caretsquareoleft", fa::caretsquareoleft);
|
m.insert("rub", fa::rub);
|
||||||
m.insert("dotcircleo", fa::dotcircleo);
|
m.insert("ruble", fa::ruble);
|
||||||
m.insert("wheelchair", fa::wheelchair);
|
m.insert("rupee", fa::rupee);
|
||||||
m.insert("vimeosquare", fa::vimeosquare);
|
m.insert("save", fa::save);
|
||||||
m.insert("tryicon", fa::tryicon);
|
m.insert("scissors", fa::scissors);
|
||||||
m.insert("plussquareo", fa::plussquareo);
|
m.insert("search", fa::search);
|
||||||
|
m.insert("searchminus", fa::searchminus);
|
||||||
|
m.insert("searchplus", fa::searchplus);
|
||||||
|
m.insert("send", fa::send);
|
||||||
|
m.insert("sendo", fa::sendo);
|
||||||
|
m.insert("share", fa::share);
|
||||||
|
m.insert("sharealt", fa::sharealt);
|
||||||
|
m.insert("sharealtsquare", fa::sharealtsquare);
|
||||||
|
m.insert("sharesquare", fa::sharesquare);
|
||||||
|
m.insert("sharesquareo", fa::sharesquareo);
|
||||||
|
m.insert("shield", fa::shield);
|
||||||
|
m.insert("shoppingcart", fa::shoppingcart);
|
||||||
|
m.insert("signin", fa::signin);
|
||||||
|
m.insert("signout", fa::signout);
|
||||||
|
m.insert("signal", fa::signal);
|
||||||
|
m.insert("sitemap", fa::sitemap);
|
||||||
|
m.insert("skype", fa::skype);
|
||||||
|
m.insert("slack", fa::slack);
|
||||||
|
m.insert("sliders", fa::sliders);
|
||||||
|
m.insert("smileo", fa::smileo);
|
||||||
|
m.insert("sort", fa::sort);
|
||||||
|
m.insert("sortalphaasc", fa::sortalphaasc);
|
||||||
|
m.insert("sortalphadesc", fa::sortalphadesc);
|
||||||
|
m.insert("sortamountasc", fa::sortamountasc);
|
||||||
|
m.insert("sortamountdesc", fa::sortamountdesc);
|
||||||
|
m.insert("sortasc", fa::sortasc);
|
||||||
|
m.insert("sortdesc", fa::sortdesc);
|
||||||
|
m.insert("sortdown", fa::sortdown);
|
||||||
|
m.insert("sortnumericasc", fa::sortnumericasc);
|
||||||
|
m.insert("sortnumericdesc", fa::sortnumericdesc);
|
||||||
|
m.insert("sortup", fa::sortup);
|
||||||
|
m.insert("soundcloud", fa::soundcloud);
|
||||||
|
m.insert("spaceshuttle", fa::spaceshuttle);
|
||||||
|
m.insert("spinner", fa::spinner);
|
||||||
|
m.insert("spoon", fa::spoon);
|
||||||
|
m.insert("spotify", fa::spotify);
|
||||||
|
m.insert("square", fa::square);
|
||||||
|
m.insert("squareo", fa::squareo);
|
||||||
|
m.insert("stackexchange", fa::stackexchange);
|
||||||
|
m.insert("stackoverflow", fa::stackoverflow);
|
||||||
|
m.insert("star", fa::star);
|
||||||
|
m.insert("starhalf", fa::starhalf);
|
||||||
|
m.insert("starhalfempty", fa::starhalfempty);
|
||||||
|
m.insert("starhalffull", fa::starhalffull);
|
||||||
|
m.insert("starhalfo", fa::starhalfo);
|
||||||
|
m.insert("staro", fa::staro);
|
||||||
|
m.insert("steam", fa::steam);
|
||||||
|
m.insert("steamsquare", fa::steamsquare);
|
||||||
|
m.insert("stepbackward", fa::stepbackward);
|
||||||
|
m.insert("stepforward", fa::stepforward);
|
||||||
|
m.insert("stethoscope", fa::stethoscope);
|
||||||
|
m.insert("stop", fa::stop);
|
||||||
|
m.insert("strikethrough", fa::strikethrough);
|
||||||
|
m.insert("stumbleupon", fa::stumbleupon);
|
||||||
|
m.insert("stumbleuponcircle", fa::stumbleuponcircle);
|
||||||
|
m.insert("subscript", fa::subscript);
|
||||||
|
m.insert("suitcase", fa::suitcase);
|
||||||
|
m.insert("suno", fa::suno);
|
||||||
|
m.insert("superscript", fa::superscript);
|
||||||
|
m.insert("support", fa::support);
|
||||||
|
m.insert("table", fa::table);
|
||||||
|
m.insert("tablet", fa::tablet);
|
||||||
|
m.insert("tachometer", fa::tachometer);
|
||||||
|
m.insert("tag", fa::tag);
|
||||||
|
m.insert("tags", fa::tags);
|
||||||
|
m.insert("tasks", fa::tasks);
|
||||||
|
m.insert("taxi", fa::taxi);
|
||||||
|
m.insert("tencentweibo", fa::tencentweibo);
|
||||||
|
m.insert("terminal", fa::terminal);
|
||||||
|
m.insert("textheight", fa::textheight);
|
||||||
|
m.insert("textwidth", fa::textwidth);
|
||||||
|
m.insert("th", fa::th);
|
||||||
|
m.insert("thlarge", fa::thlarge);
|
||||||
|
m.insert("thlist", fa::thlist);
|
||||||
|
m.insert("thumbtack", fa::thumbtack);
|
||||||
|
m.insert("thumbsdown", fa::thumbsdown);
|
||||||
|
m.insert("thumbsodown", fa::thumbsodown);
|
||||||
|
m.insert("thumbsoup", fa::thumbsoup);
|
||||||
|
m.insert("thumbsup", fa::thumbsup);
|
||||||
|
m.insert("ticket", fa::ticket);
|
||||||
|
m.insert("times", fa::times);
|
||||||
|
m.insert("timescircle", fa::timescircle);
|
||||||
|
m.insert("timescircleo", fa::timescircleo);
|
||||||
|
m.insert("tint", fa::tint);
|
||||||
|
m.insert("toggledown", fa::toggledown);
|
||||||
|
m.insert("toggleleft", fa::toggleleft);
|
||||||
|
m.insert("toggleright", fa::toggleright);
|
||||||
|
m.insert("toggleup", fa::toggleup);
|
||||||
|
m.insert("trasho", fa::trasho);
|
||||||
|
m.insert("tree", fa::tree);
|
||||||
|
m.insert("trello", fa::trello);
|
||||||
|
m.insert("trophy", fa::trophy);
|
||||||
|
m.insert("truck", fa::truck);
|
||||||
|
m.insert("tumblr", fa::tumblr);
|
||||||
|
m.insert("tumblrsquare", fa::tumblrsquare);
|
||||||
|
m.insert("turkishlira", fa::turkishlira);
|
||||||
|
m.insert("twitter", fa::twitter);
|
||||||
|
m.insert("twittersquare", fa::twittersquare);
|
||||||
|
m.insert("umbrella", fa::umbrella);
|
||||||
|
m.insert("underline", fa::underline);
|
||||||
|
m.insert("undo", fa::undo);
|
||||||
|
m.insert("university", fa::university);
|
||||||
|
m.insert("unlink", fa::unlink);
|
||||||
|
m.insert("unlock", fa::unlock);
|
||||||
|
m.insert("unlockalt", fa::unlockalt);
|
||||||
|
m.insert("unsorted", fa::unsorted);
|
||||||
|
m.insert("upload", fa::upload);
|
||||||
|
m.insert("usd", fa::usd);
|
||||||
|
m.insert("user", fa::user);
|
||||||
|
m.insert("usermd", fa::usermd);
|
||||||
|
m.insert("users", fa::users);
|
||||||
|
m.insert("videocamera", fa::videocamera);
|
||||||
|
m.insert("vimeosquare", fa::vimeosquare);
|
||||||
|
m.insert("vine", fa::vine);
|
||||||
|
m.insert("vk", fa::vk);
|
||||||
|
m.insert("volumedown", fa::volumedown);
|
||||||
|
m.insert("volumeoff", fa::volumeoff);
|
||||||
|
m.insert("volumeup", fa::volumeup);
|
||||||
|
m.insert("warning", fa::warning);
|
||||||
|
m.insert("wechat", fa::wechat);
|
||||||
|
m.insert("weibo", fa::weibo);
|
||||||
|
m.insert("weixin", fa::weixin);
|
||||||
|
m.insert("wheelchair", fa::wheelchair);
|
||||||
|
m.insert("windowsicon", fa::windowsicon);
|
||||||
|
m.insert("won", fa::won);
|
||||||
|
m.insert("wordpress", fa::wordpress);
|
||||||
|
m.insert("wrench", fa::wrench);
|
||||||
|
m.insert("xing", fa::xing);
|
||||||
|
m.insert("xingsquare", fa::xingsquare);
|
||||||
|
m.insert("yahoo", fa::yahoo);
|
||||||
|
m.insert("yen", fa::yen);
|
||||||
|
m.insert("youtube", fa::youtube);
|
||||||
|
m.insert("youtubeplay", fa::youtubeplay);
|
||||||
|
m.insert("youtubesquare", fa::youtubesquare);
|
||||||
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -18,377 +18,508 @@
|
|||||||
/// A list of all icon-names with the codepoint (unicode-value) on the right
|
/// A list of all icon-names with the codepoint (unicode-value) on the right
|
||||||
/// You can use the names on the page http://fortawesome.github.io/Font-Awesome/design.html
|
/// You can use the names on the page http://fortawesome.github.io/Font-Awesome/design.html
|
||||||
enum class fa {
|
enum class fa {
|
||||||
glass = 0xf000,
|
adjust = 0xf042,
|
||||||
music = 0xf001,
|
adn = 0xf170,
|
||||||
search = 0xf002,
|
aligncenter = 0xf037,
|
||||||
envelopeo = 0xf003,
|
alignjustify = 0xf039,
|
||||||
heart = 0xf004,
|
alignleft = 0xf036,
|
||||||
star = 0xf005,
|
alignright = 0xf038,
|
||||||
staro = 0xf006,
|
ambulance = 0xf0f9,
|
||||||
user = 0xf007,
|
anchor = 0xf13d,
|
||||||
film = 0xf008,
|
androidicon = 0xf17b,
|
||||||
thlarge = 0xf009,
|
angledoubledown = 0xf103,
|
||||||
th = 0xf00a,
|
angledoubleleft = 0xf100,
|
||||||
thlist = 0xf00b,
|
angledoubleright = 0xf101,
|
||||||
check = 0xf00c,
|
angledoubleup = 0xf102,
|
||||||
times = 0xf00d,
|
angledown = 0xf107,
|
||||||
searchplus = 0xf00e,
|
angleleft = 0xf104,
|
||||||
searchminus = 0xf010,
|
angleright = 0xf105,
|
||||||
poweroff = 0xf011,
|
angleup = 0xf106,
|
||||||
signal = 0xf012,
|
apple = 0xf179,
|
||||||
cog = 0xf013,
|
archive = 0xf187,
|
||||||
trasho = 0xf014,
|
arrowcircledown = 0xf0ab,
|
||||||
home = 0xf015,
|
arrowcircleleft = 0xf0a8,
|
||||||
fileo = 0xf016,
|
arrowcircleodown = 0xf01a,
|
||||||
clocko = 0xf017,
|
arrowcircleoleft = 0xf190,
|
||||||
road = 0xf018,
|
arrowcircleoright = 0xf18e,
|
||||||
download = 0xf019,
|
arrowcircleoup = 0xf01b,
|
||||||
arrowcircleodown = 0xf01a,
|
arrowcircleright = 0xf0a9,
|
||||||
arrowcircleoup = 0xf01b,
|
arrowcircleup = 0xf0aa,
|
||||||
inbox = 0xf01c,
|
arrowdown = 0xf063,
|
||||||
playcircleo = 0xf01d,
|
arrowleft = 0xf060,
|
||||||
repeat = 0xf01e,
|
arrowright = 0xf061,
|
||||||
refresh = 0xf021,
|
arrowup = 0xf062,
|
||||||
listalt = 0xf022,
|
arrows = 0xf047,
|
||||||
lock = 0xf023,
|
arrowsalt = 0xf0b2,
|
||||||
flag = 0xf024,
|
arrowsh = 0xf07e,
|
||||||
headphones = 0xf025,
|
arrowsv = 0xf07d,
|
||||||
volumeoff = 0xf026,
|
asterisk = 0xf069,
|
||||||
volumedown = 0xf027,
|
automobile = 0xf1b9,
|
||||||
volumeup = 0xf028,
|
backward = 0xf04a,
|
||||||
qrcode = 0xf029,
|
ban = 0xf05e,
|
||||||
barcode = 0xf02a,
|
bank = 0xf19c,
|
||||||
tag = 0xf02b,
|
barcharto = 0xf080,
|
||||||
tags = 0xf02c,
|
barcode = 0xf02a,
|
||||||
book = 0xf02d,
|
bars = 0xf0c9,
|
||||||
bookmark = 0xf02e,
|
beer = 0xf0fc,
|
||||||
print = 0xf02f,
|
behance = 0xf1b4,
|
||||||
camera = 0xf030,
|
behancesquare = 0xf1b5,
|
||||||
font = 0xf031,
|
bell = 0xf0f3,
|
||||||
bold = 0xf032,
|
bello = 0xf0a2,
|
||||||
italic = 0xf033,
|
bitbucket = 0xf171,
|
||||||
textheight = 0xf034,
|
bitbucketsquare = 0xf172,
|
||||||
textwidth = 0xf035,
|
bitcoin = 0xf15a,
|
||||||
alignleft = 0xf036,
|
bold = 0xf032,
|
||||||
aligncenter = 0xf037,
|
bolt = 0xf0e7,
|
||||||
alignright = 0xf038,
|
bomb = 0xf1e2,
|
||||||
alignjustify = 0xf039,
|
book = 0xf02d,
|
||||||
list = 0xf03a,
|
bookmark = 0xf02e,
|
||||||
outdent = 0xf03b,
|
bookmarko = 0xf097,
|
||||||
indent = 0xf03c,
|
briefcase = 0xf0b1,
|
||||||
videocamera = 0xf03d,
|
btc = 0xf15a,
|
||||||
pictureo = 0xf03e,
|
bug = 0xf188,
|
||||||
pencil = 0xf040,
|
building = 0xf1ad,
|
||||||
mapmarker = 0xf041,
|
buildingo = 0xf0f7,
|
||||||
adjust = 0xf042,
|
bullhorn = 0xf0a1,
|
||||||
tint = 0xf043,
|
bullseye = 0xf140,
|
||||||
pencilsquareo = 0xf044,
|
cab = 0xf1ba,
|
||||||
sharesquareo = 0xf045,
|
calendar = 0xf073,
|
||||||
checksquareo = 0xf046,
|
calendaro = 0xf133,
|
||||||
arrows = 0xf047,
|
camera = 0xf030,
|
||||||
stepbackward = 0xf048,
|
cameraretro = 0xf083,
|
||||||
fastbackward = 0xf049,
|
car = 0xf1b9,
|
||||||
backward = 0xf04a,
|
caretdown = 0xf0d7,
|
||||||
play = 0xf04b,
|
caretleft = 0xf0d9,
|
||||||
pause = 0xf04c,
|
caretright = 0xf0da,
|
||||||
stop = 0xf04d,
|
caretsquareodown = 0xf150,
|
||||||
forward = 0xf04e,
|
caretsquareoleft = 0xf191,
|
||||||
fastforward = 0xf050,
|
caretsquareoright = 0xf152,
|
||||||
stepforward = 0xf051,
|
caretsquareoup = 0xf151,
|
||||||
eject = 0xf052,
|
caretup = 0xf0d8,
|
||||||
chevronleft = 0xf053,
|
certificate = 0xf0a3,
|
||||||
chevronright = 0xf054,
|
chain = 0xf0c1,
|
||||||
pluscircle = 0xf055,
|
chainbroken = 0xf127,
|
||||||
minuscircle = 0xf056,
|
check = 0xf00c,
|
||||||
timescircle = 0xf057,
|
checkcircle = 0xf058,
|
||||||
checkcircle = 0xf058,
|
checkcircleo = 0xf05d,
|
||||||
questioncircle = 0xf059,
|
checksquare = 0xf14a,
|
||||||
infocircle = 0xf05a,
|
checksquareo = 0xf046,
|
||||||
crosshairs = 0xf05b,
|
chevroncircledown = 0xf13a,
|
||||||
timescircleo = 0xf05c,
|
chevroncircleleft = 0xf137,
|
||||||
checkcircleo = 0xf05d,
|
chevroncircleright = 0xf138,
|
||||||
ban = 0xf05e,
|
chevroncircleup = 0xf139,
|
||||||
arrowleft = 0xf060,
|
chevrondown = 0xf078,
|
||||||
arrowright = 0xf061,
|
chevronleft = 0xf053,
|
||||||
arrowup = 0xf062,
|
chevronright = 0xf054,
|
||||||
arrowdown = 0xf063,
|
chevronup = 0xf077,
|
||||||
share = 0xf064,
|
child = 0xf1ae,
|
||||||
expand = 0xf065,
|
circle = 0xf111,
|
||||||
compress = 0xf066,
|
circleo = 0xf10c,
|
||||||
plus = 0xf067,
|
circleonotch = 0xf1ce,
|
||||||
minus = 0xf068,
|
circlethin = 0xf1db,
|
||||||
asterisk = 0xf069,
|
clipboard = 0xf0ea,
|
||||||
exclamationcircle = 0xf06a,
|
clocko = 0xf017,
|
||||||
gift = 0xf06b,
|
cloud = 0xf0c2,
|
||||||
leaf = 0xf06c,
|
clouddownload = 0xf0ed,
|
||||||
fire = 0xf06d,
|
cloudupload = 0xf0ee,
|
||||||
eye = 0xf06e,
|
cny = 0xf157,
|
||||||
eyeslash = 0xf070,
|
code = 0xf121,
|
||||||
exclamationtriangle = 0xf071,
|
codefork = 0xf126,
|
||||||
plane = 0xf072,
|
codepen = 0xf1cb,
|
||||||
calendar = 0xf073,
|
coffee = 0xf0f4,
|
||||||
random = 0xf074,
|
cog = 0xf013,
|
||||||
comment = 0xf075,
|
cogs = 0xf085,
|
||||||
magnet = 0xf076,
|
columns = 0xf0db,
|
||||||
chevronup = 0xf077,
|
comment = 0xf075,
|
||||||
chevrondown = 0xf078,
|
commento = 0xf0e5,
|
||||||
retweet = 0xf079,
|
comments = 0xf086,
|
||||||
shoppingcart = 0xf07a,
|
commentso = 0xf0e6,
|
||||||
folder = 0xf07b,
|
compass = 0xf14e,
|
||||||
folderopen = 0xf07c,
|
compress = 0xf066,
|
||||||
arrowsv = 0xf07d,
|
copy = 0xf0c5,
|
||||||
arrowsh = 0xf07e,
|
creditcard = 0xf09d,
|
||||||
barcharto = 0xf080,
|
crop = 0xf125,
|
||||||
twittersquare = 0xf081,
|
crosshairs = 0xf05b,
|
||||||
facebooksquare = 0xf082,
|
css3 = 0xf13c,
|
||||||
cameraretro = 0xf083,
|
cube = 0xf1b2,
|
||||||
key = 0xf084,
|
cubes = 0xf1b3,
|
||||||
cogs = 0xf085,
|
cut = 0xf0c4,
|
||||||
comments = 0xf086,
|
cutlery = 0xf0f5,
|
||||||
thumbsoup = 0xf087,
|
dashboard = 0xf0e4,
|
||||||
thumbsodown = 0xf088,
|
database = 0xf1c0,
|
||||||
starhalf = 0xf089,
|
dedent = 0xf03b,
|
||||||
hearto = 0xf08a,
|
delicious = 0xf1a5,
|
||||||
signout = 0xf08b,
|
desktop = 0xf108,
|
||||||
linkedinsquare = 0xf08c,
|
deviantart = 0xf1bd,
|
||||||
thumbtack = 0xf08d,
|
digg = 0xf1a6,
|
||||||
externallink = 0xf08e,
|
dollar = 0xf155,
|
||||||
signin = 0xf090,
|
dotcircleo = 0xf192,
|
||||||
trophy = 0xf091,
|
download = 0xf019,
|
||||||
githubsquare = 0xf092,
|
dribbble = 0xf17d,
|
||||||
upload = 0xf093,
|
dropbox = 0xf16b,
|
||||||
lemono = 0xf094,
|
drupal = 0xf1a9,
|
||||||
phone = 0xf095,
|
edit = 0xf044,
|
||||||
squareo = 0xf096,
|
eject = 0xf052,
|
||||||
bookmarko = 0xf097,
|
ellipsish = 0xf141,
|
||||||
phonesquare = 0xf098,
|
ellipsisv = 0xf142,
|
||||||
twitter = 0xf099,
|
empire = 0xf1d1,
|
||||||
facebook = 0xf09a,
|
envelope = 0xf0e0,
|
||||||
github = 0xf09b,
|
envelopeo = 0xf003,
|
||||||
unlock = 0xf09c,
|
envelopesquare = 0xf199,
|
||||||
creditcard = 0xf09d,
|
eraser = 0xf12d,
|
||||||
rss = 0xf09e,
|
eur = 0xf153,
|
||||||
hddo = 0xf0a0,
|
euro = 0xf153,
|
||||||
bullhorn = 0xf0a1,
|
exchange = 0xf0ec,
|
||||||
bell = 0xf0f3,
|
exclamation = 0xf12a,
|
||||||
certificate = 0xf0a3,
|
exclamationcircle = 0xf06a,
|
||||||
handoright = 0xf0a4,
|
exclamationtriangle = 0xf071,
|
||||||
handoleft = 0xf0a5,
|
expand = 0xf065,
|
||||||
handoup = 0xf0a6,
|
externallink = 0xf08e,
|
||||||
handodown = 0xf0a7,
|
externallinksquare = 0xf14c,
|
||||||
arrowcircleleft = 0xf0a8,
|
eye = 0xf06e,
|
||||||
arrowcircleright = 0xf0a9,
|
eyeslash = 0xf070,
|
||||||
arrowcircleup = 0xf0aa,
|
facebook = 0xf09a,
|
||||||
arrowcircledown = 0xf0ab,
|
facebooksquare = 0xf082,
|
||||||
globe = 0xf0ac,
|
fastbackward = 0xf049,
|
||||||
wrench = 0xf0ad,
|
fastforward = 0xf050,
|
||||||
tasks = 0xf0ae,
|
fax = 0xf1ac,
|
||||||
filter = 0xf0b0,
|
female = 0xf182,
|
||||||
briefcase = 0xf0b1,
|
fighterjet = 0xf0fb,
|
||||||
arrowsalt = 0xf0b2,
|
file = 0xf15b,
|
||||||
users = 0xf0c0,
|
filearchiveo = 0xf1c6,
|
||||||
link = 0xf0c1,
|
fileaudioo = 0xf1c7,
|
||||||
cloud = 0xf0c2,
|
filecodeo = 0xf1c9,
|
||||||
flask = 0xf0c3,
|
fileexcelo = 0xf1c3,
|
||||||
scissors = 0xf0c4,
|
fileimageo = 0xf1c5,
|
||||||
fileso = 0xf0c5,
|
filemovieo = 0xf1c8,
|
||||||
paperclip = 0xf0c6,
|
fileo = 0xf016,
|
||||||
floppyo = 0xf0c7,
|
filepdfo = 0xf1c1,
|
||||||
square = 0xf0c8,
|
filephotoo = 0xf1c5,
|
||||||
bars = 0xf0c9,
|
filepictureo = 0xf1c5,
|
||||||
listul = 0xf0ca,
|
filepowerpointo = 0xf1c4,
|
||||||
listol = 0xf0cb,
|
filesoundo = 0xf1c7,
|
||||||
strikethrough = 0xf0cc,
|
filetext = 0xf15c,
|
||||||
underline = 0xf0cd,
|
filetexto = 0xf0f6,
|
||||||
table = 0xf0ce,
|
filevideoo = 0xf1c8,
|
||||||
magic = 0xf0d0,
|
filewordo = 0xf1c2,
|
||||||
truck = 0xf0d1,
|
filezipo = 0xf1c6,
|
||||||
pinterest = 0xf0d2,
|
fileso = 0xf0c5,
|
||||||
pinterestsquare = 0xf0d3,
|
film = 0xf008,
|
||||||
googleplussquare = 0xf0d4,
|
filter = 0xf0b0,
|
||||||
googleplus = 0xf0d5,
|
fire = 0xf06d,
|
||||||
money = 0xf0d6,
|
fireextinguisher = 0xf134,
|
||||||
caretdown = 0xf0d7,
|
flag = 0xf024,
|
||||||
caretup = 0xf0d8,
|
flagcheckered = 0xf11e,
|
||||||
caretleft = 0xf0d9,
|
flago = 0xf11d,
|
||||||
caretright = 0xf0da,
|
flash = 0xf0e7,
|
||||||
columns = 0xf0db,
|
flask = 0xf0c3,
|
||||||
sort = 0xf0dc,
|
flickr = 0xf16e,
|
||||||
sortasc = 0xf0dd,
|
floppyo = 0xf0c7,
|
||||||
sortdesc = 0xf0de,
|
folder = 0xf07b,
|
||||||
envelope = 0xf0e0,
|
foldero = 0xf114,
|
||||||
linkedin = 0xf0e1,
|
folderopen = 0xf07c,
|
||||||
undo = 0xf0e2,
|
folderopeno = 0xf115,
|
||||||
gavel = 0xf0e3,
|
font = 0xf031,
|
||||||
tachometer = 0xf0e4,
|
forward = 0xf04e,
|
||||||
commento = 0xf0e5,
|
foursquare = 0xf180,
|
||||||
commentso = 0xf0e6,
|
frowno = 0xf119,
|
||||||
bolt = 0xf0e7,
|
gamepad = 0xf11b,
|
||||||
sitemap = 0xf0e8,
|
gavel = 0xf0e3,
|
||||||
umbrella = 0xf0e9,
|
gbp = 0xf154,
|
||||||
clipboard = 0xf0ea,
|
ge = 0xf1d1,
|
||||||
lightbulbo = 0xf0eb,
|
gear = 0xf013,
|
||||||
exchange = 0xf0ec,
|
gears = 0xf085,
|
||||||
clouddownload = 0xf0ed,
|
gift = 0xf06b,
|
||||||
cloudupload = 0xf0ee,
|
git = 0xf1d3,
|
||||||
usermd = 0xf0f0,
|
gitsquare = 0xf1d2,
|
||||||
stethoscope = 0xf0f1,
|
github = 0xf09b,
|
||||||
suitcase = 0xf0f2,
|
githubalt = 0xf113,
|
||||||
bello = 0xf0a2,
|
githubsquare = 0xf092,
|
||||||
coffee = 0xf0f4,
|
gittip = 0xf184,
|
||||||
cutlery = 0xf0f5,
|
glass = 0xf000,
|
||||||
filetexto = 0xf0f6,
|
globe = 0xf0ac,
|
||||||
buildingo = 0xf0f7,
|
google = 0xf1a0,
|
||||||
hospitalo = 0xf0f8,
|
googleplus = 0xf0d5,
|
||||||
ambulance = 0xf0f9,
|
googleplussquare = 0xf0d4,
|
||||||
medkit = 0xf0fa,
|
graduationcap = 0xf19d,
|
||||||
fighterjet = 0xf0fb,
|
group = 0xf0c0,
|
||||||
beer = 0xf0fc,
|
hsquare = 0xf0fd,
|
||||||
hsquare = 0xf0fd,
|
hackernews = 0xf1d4,
|
||||||
plussquare = 0xf0fe,
|
handodown = 0xf0a7,
|
||||||
angledoubleleft = 0xf100,
|
handoleft = 0xf0a5,
|
||||||
angledoubleright = 0xf101,
|
handoright = 0xf0a4,
|
||||||
angledoubleup = 0xf102,
|
handoup = 0xf0a6,
|
||||||
angledoubledown = 0xf103,
|
hddo = 0xf0a0,
|
||||||
angleleft = 0xf104,
|
header = 0xf1dc,
|
||||||
angleright = 0xf105,
|
headphones = 0xf025,
|
||||||
angleup = 0xf106,
|
heart = 0xf004,
|
||||||
angledown = 0xf107,
|
hearto = 0xf08a,
|
||||||
desktop = 0xf108,
|
history = 0xf1da,
|
||||||
laptop = 0xf109,
|
home = 0xf015,
|
||||||
tablet = 0xf10a,
|
hospitalo = 0xf0f8,
|
||||||
mobile = 0xf10b,
|
html5 = 0xf13b,
|
||||||
circleo = 0xf10c,
|
image = 0xf03e,
|
||||||
quoteleft = 0xf10d,
|
inbox = 0xf01c,
|
||||||
quoteright = 0xf10e,
|
indent = 0xf03c,
|
||||||
spinner = 0xf110,
|
info = 0xf129,
|
||||||
circle = 0xf111,
|
infocircle = 0xf05a,
|
||||||
reply = 0xf112,
|
inr = 0xf156,
|
||||||
githubalt = 0xf113,
|
instagram = 0xf16d,
|
||||||
foldero = 0xf114,
|
institution = 0xf19c,
|
||||||
folderopeno = 0xf115,
|
italic = 0xf033,
|
||||||
smileo = 0xf118,
|
joomla = 0xf1aa,
|
||||||
frowno = 0xf119,
|
jpy = 0xf157,
|
||||||
meho = 0xf11a,
|
jsfiddle = 0xf1cc,
|
||||||
gamepad = 0xf11b,
|
key = 0xf084,
|
||||||
keyboardo = 0xf11c,
|
keyboardo = 0xf11c,
|
||||||
flago = 0xf11d,
|
krw = 0xf159,
|
||||||
flagcheckered = 0xf11e,
|
language = 0xf1ab,
|
||||||
terminal = 0xf120,
|
laptop = 0xf109,
|
||||||
code = 0xf121,
|
leaf = 0xf06c,
|
||||||
replyall = 0xf122,
|
legal = 0xf0e3,
|
||||||
mailreplyall = 0xf122,
|
lemono = 0xf094,
|
||||||
starhalfo = 0xf123,
|
leveldown = 0xf149,
|
||||||
locationarrow = 0xf124,
|
levelup = 0xf148,
|
||||||
crop = 0xf125,
|
lifebouy = 0xf1cd,
|
||||||
codefork = 0xf126,
|
lifering = 0xf1cd,
|
||||||
chainbroken = 0xf127,
|
lifesaver = 0xf1cd,
|
||||||
question = 0xf128,
|
lightbulbo = 0xf0eb,
|
||||||
info = 0xf129,
|
link = 0xf0c1,
|
||||||
exclamation = 0xf12a,
|
linkedin = 0xf0e1,
|
||||||
superscript = 0xf12b,
|
linkedinsquare = 0xf08c,
|
||||||
subscript = 0xf12c,
|
linuxicon = 0xf17c,
|
||||||
eraser = 0xf12d,
|
list = 0xf03a,
|
||||||
puzzlepiece = 0xf12e,
|
listalt = 0xf022,
|
||||||
microphone = 0xf130,
|
listol = 0xf0cb,
|
||||||
microphoneslash = 0xf131,
|
listul = 0xf0ca,
|
||||||
shield = 0xf132,
|
locationarrow = 0xf124,
|
||||||
calendaro = 0xf133,
|
lock = 0xf023,
|
||||||
fireextinguisher = 0xf134,
|
longarrowdown = 0xf175,
|
||||||
rocket = 0xf135,
|
longarrowleft = 0xf177,
|
||||||
maxcdn = 0xf136,
|
longarrowright = 0xf178,
|
||||||
chevroncircleleft = 0xf137,
|
longarrowup = 0xf176,
|
||||||
chevroncircleright = 0xf138,
|
magic = 0xf0d0,
|
||||||
chevroncircleup = 0xf139,
|
magnet = 0xf076,
|
||||||
chevroncircledown = 0xf13a,
|
mailforward = 0xf064,
|
||||||
html5 = 0xf13b,
|
mailreply = 0xf112,
|
||||||
css3 = 0xf13c,
|
mailreplyall = 0xf122,
|
||||||
anchor = 0xf13d,
|
male = 0xf183,
|
||||||
unlockalt = 0xf13e,
|
mapmarker = 0xf041,
|
||||||
bullseye = 0xf140,
|
maxcdn = 0xf136,
|
||||||
ellipsish = 0xf141,
|
medkit = 0xf0fa,
|
||||||
ellipsisv = 0xf142,
|
meho = 0xf11a,
|
||||||
rsssquare = 0xf143,
|
microphone = 0xf130,
|
||||||
playcircle = 0xf144,
|
microphoneslash = 0xf131,
|
||||||
ticket = 0xf145,
|
minus = 0xf068,
|
||||||
minussquare = 0xf146,
|
minuscircle = 0xf056,
|
||||||
minussquareo = 0xf147,
|
minussquare = 0xf146,
|
||||||
levelup = 0xf148,
|
minussquareo = 0xf147,
|
||||||
leveldown = 0xf149,
|
mobile = 0xf10b,
|
||||||
checksquare = 0xf14a,
|
mobilephone = 0xf10b,
|
||||||
pencilsquare = 0xf14b,
|
money = 0xf0d6,
|
||||||
externallinksquare = 0xf14c,
|
moono = 0xf186,
|
||||||
sharesquare = 0xf14d,
|
mortarboard = 0xf19d,
|
||||||
compass = 0xf14e,
|
music = 0xf001,
|
||||||
caretsquareodown = 0xf150,
|
navicon = 0xf0c9,
|
||||||
caretsquareoup = 0xf151,
|
openid = 0xf19b,
|
||||||
caretsquareoright = 0xf152,
|
outdent = 0xf03b,
|
||||||
eur = 0xf153,
|
pagelines = 0xf18c,
|
||||||
gbp = 0xf154,
|
paperplane = 0xf1d8,
|
||||||
usd = 0xf155,
|
paperplaneo = 0xf1d9,
|
||||||
inr = 0xf156,
|
paperclip = 0xf0c6,
|
||||||
jpy = 0xf157,
|
paragraph = 0xf1dd,
|
||||||
rub = 0xf158,
|
paste = 0xf0ea,
|
||||||
krw = 0xf159,
|
pause = 0xf04c,
|
||||||
btc = 0xf15a,
|
paw = 0xf1b0,
|
||||||
file = 0xf15b,
|
pencil = 0xf040,
|
||||||
filetext = 0xf15c,
|
pencilsquare = 0xf14b,
|
||||||
sortalphaasc = 0xf15d,
|
pencilsquareo = 0xf044,
|
||||||
sortalphadesc = 0xf15e,
|
phone = 0xf095,
|
||||||
sortamountasc = 0xf160,
|
phonesquare = 0xf098,
|
||||||
sortamountdesc = 0xf161,
|
photo = 0xf03e,
|
||||||
sortnumericasc = 0xf162,
|
pictureo = 0xf03e,
|
||||||
sortnumericdesc = 0xf163,
|
piedpiper = 0xf1a7,
|
||||||
thumbsup = 0xf164,
|
piedpiperalt = 0xf1a8,
|
||||||
thumbsdown = 0xf165,
|
piedpipersquare = 0xf1a7,
|
||||||
youtubesquare = 0xf166,
|
pinterest = 0xf0d2,
|
||||||
youtube = 0xf167,
|
pinterestsquare = 0xf0d3,
|
||||||
xing = 0xf168,
|
plane = 0xf072,
|
||||||
xingsquare = 0xf169,
|
play = 0xf04b,
|
||||||
youtubeplay = 0xf16a,
|
playcircle = 0xf144,
|
||||||
dropbox = 0xf16b,
|
playcircleo = 0xf01d,
|
||||||
stackoverflow = 0xf16c,
|
plus = 0xf067,
|
||||||
instagram = 0xf16d,
|
pluscircle = 0xf055,
|
||||||
flickr = 0xf16e,
|
plussquare = 0xf0fe,
|
||||||
adn = 0xf170,
|
plussquareo = 0xf196,
|
||||||
bitbucket = 0xf171,
|
poweroff = 0xf011,
|
||||||
bitbucketsquare = 0xf172,
|
print = 0xf02f,
|
||||||
tumblr = 0xf173,
|
puzzlepiece = 0xf12e,
|
||||||
tumblrsquare = 0xf174,
|
qq = 0xf1d6,
|
||||||
longarrowdown = 0xf175,
|
qrcode = 0xf029,
|
||||||
longarrowup = 0xf176,
|
question = 0xf128,
|
||||||
longarrowleft = 0xf177,
|
questioncircle = 0xf059,
|
||||||
longarrowright = 0xf178,
|
quoteleft = 0xf10d,
|
||||||
appleicon = 0xf179,
|
quoteright = 0xf10e,
|
||||||
windowsicon = 0xf17a,
|
ra = 0xf1d0,
|
||||||
androidicon = 0xf17b,
|
random = 0xf074,
|
||||||
linuxicon = 0xf17c,
|
rebel = 0xf1d0,
|
||||||
dribbble = 0xf17d,
|
recycle = 0xf1b8,
|
||||||
skype = 0xf17e,
|
reddit = 0xf1a1,
|
||||||
foursquare = 0xf180,
|
redditsquare = 0xf1a2,
|
||||||
trello = 0xf181,
|
refresh = 0xf021,
|
||||||
female = 0xf182,
|
renren = 0xf18b,
|
||||||
male = 0xf183,
|
reorder = 0xf0c9,
|
||||||
gittip = 0xf184,
|
repeat = 0xf01e,
|
||||||
suno = 0xf185,
|
reply = 0xf112,
|
||||||
moono = 0xf186,
|
replyall = 0xf122,
|
||||||
archive = 0xf187,
|
retweet = 0xf079,
|
||||||
bug = 0xf188,
|
rmb = 0xf157,
|
||||||
vk = 0xf189,
|
road = 0xf018,
|
||||||
weibo = 0xf18a,
|
rocket = 0xf135,
|
||||||
renren = 0xf18b,
|
rotateleft = 0xf0e2,
|
||||||
pagelines = 0xf18c,
|
rotateright = 0xf01e,
|
||||||
stackexchange = 0xf18d,
|
rouble = 0xf158,
|
||||||
arrowcircleoright = 0xf18e,
|
rss = 0xf09e,
|
||||||
arrowcircleoleft = 0xf190,
|
rsssquare = 0xf143,
|
||||||
caretsquareoleft = 0xf191,
|
rub = 0xf158,
|
||||||
dotcircleo = 0xf192,
|
ruble = 0xf158,
|
||||||
wheelchair = 0xf193,
|
rupee = 0xf156,
|
||||||
vimeosquare = 0xf194,
|
save = 0xf0c7,
|
||||||
tryicon = 0xf195,
|
scissors = 0xf0c4,
|
||||||
plussquareo = 0xf196
|
search = 0xf002,
|
||||||
|
searchminus = 0xf010,
|
||||||
|
searchplus = 0xf00e,
|
||||||
|
send = 0xf1d8,
|
||||||
|
sendo = 0xf1d9,
|
||||||
|
share = 0xf064,
|
||||||
|
sharealt = 0xf1e0,
|
||||||
|
sharealtsquare = 0xf1e1,
|
||||||
|
sharesquare = 0xf14d,
|
||||||
|
sharesquareo = 0xf045,
|
||||||
|
shield = 0xf132,
|
||||||
|
shoppingcart = 0xf07a,
|
||||||
|
signin = 0xf090,
|
||||||
|
signout = 0xf08b,
|
||||||
|
signal = 0xf012,
|
||||||
|
sitemap = 0xf0e8,
|
||||||
|
skype = 0xf17e,
|
||||||
|
slack = 0xf198,
|
||||||
|
sliders = 0xf1de,
|
||||||
|
smileo = 0xf118,
|
||||||
|
sort = 0xf0dc,
|
||||||
|
sortalphaasc = 0xf15d,
|
||||||
|
sortalphadesc = 0xf15e,
|
||||||
|
sortamountasc = 0xf160,
|
||||||
|
sortamountdesc = 0xf161,
|
||||||
|
sortasc = 0xf0de,
|
||||||
|
sortdesc = 0xf0dd,
|
||||||
|
sortdown = 0xf0dd,
|
||||||
|
sortnumericasc = 0xf162,
|
||||||
|
sortnumericdesc = 0xf163,
|
||||||
|
sortup = 0xf0de,
|
||||||
|
soundcloud = 0xf1be,
|
||||||
|
spaceshuttle = 0xf197,
|
||||||
|
spinner = 0xf110,
|
||||||
|
spoon = 0xf1b1,
|
||||||
|
spotify = 0xf1bc,
|
||||||
|
square = 0xf0c8,
|
||||||
|
squareo = 0xf096,
|
||||||
|
stackexchange = 0xf18d,
|
||||||
|
stackoverflow = 0xf16c,
|
||||||
|
star = 0xf005,
|
||||||
|
starhalf = 0xf089,
|
||||||
|
starhalfempty = 0xf123,
|
||||||
|
starhalffull = 0xf123,
|
||||||
|
starhalfo = 0xf123,
|
||||||
|
staro = 0xf006,
|
||||||
|
steam = 0xf1b6,
|
||||||
|
steamsquare = 0xf1b7,
|
||||||
|
stepbackward = 0xf048,
|
||||||
|
stepforward = 0xf051,
|
||||||
|
stethoscope = 0xf0f1,
|
||||||
|
stop = 0xf04d,
|
||||||
|
strikethrough = 0xf0cc,
|
||||||
|
stumbleupon = 0xf1a4,
|
||||||
|
stumbleuponcircle = 0xf1a3,
|
||||||
|
subscript = 0xf12c,
|
||||||
|
suitcase = 0xf0f2,
|
||||||
|
suno = 0xf185,
|
||||||
|
superscript = 0xf12b,
|
||||||
|
support = 0xf1cd,
|
||||||
|
table = 0xf0ce,
|
||||||
|
tablet = 0xf10a,
|
||||||
|
tachometer = 0xf0e4,
|
||||||
|
tag = 0xf02b,
|
||||||
|
tags = 0xf02c,
|
||||||
|
tasks = 0xf0ae,
|
||||||
|
taxi = 0xf1ba,
|
||||||
|
tencentweibo = 0xf1d5,
|
||||||
|
terminal = 0xf120,
|
||||||
|
textheight = 0xf034,
|
||||||
|
textwidth = 0xf035,
|
||||||
|
th = 0xf00a,
|
||||||
|
thlarge = 0xf009,
|
||||||
|
thlist = 0xf00b,
|
||||||
|
thumbtack = 0xf08d,
|
||||||
|
thumbsdown = 0xf165,
|
||||||
|
thumbsodown = 0xf088,
|
||||||
|
thumbsoup = 0xf087,
|
||||||
|
thumbsup = 0xf164,
|
||||||
|
ticket = 0xf145,
|
||||||
|
times = 0xf00d,
|
||||||
|
timescircle = 0xf057,
|
||||||
|
timescircleo = 0xf05c,
|
||||||
|
tint = 0xf043,
|
||||||
|
toggledown = 0xf150,
|
||||||
|
toggleleft = 0xf191,
|
||||||
|
toggleright = 0xf152,
|
||||||
|
toggleup = 0xf151,
|
||||||
|
trasho = 0xf014,
|
||||||
|
tree = 0xf1bb,
|
||||||
|
trello = 0xf181,
|
||||||
|
trophy = 0xf091,
|
||||||
|
truck = 0xf0d1,
|
||||||
|
tumblr = 0xf173,
|
||||||
|
tumblrsquare = 0xf174,
|
||||||
|
turkishlira = 0xf195,
|
||||||
|
twitter = 0xf099,
|
||||||
|
twittersquare = 0xf081,
|
||||||
|
umbrella = 0xf0e9,
|
||||||
|
underline = 0xf0cd,
|
||||||
|
undo = 0xf0e2,
|
||||||
|
university = 0xf19c,
|
||||||
|
unlink = 0xf127,
|
||||||
|
unlock = 0xf09c,
|
||||||
|
unlockalt = 0xf13e,
|
||||||
|
unsorted = 0xf0dc,
|
||||||
|
upload = 0xf093,
|
||||||
|
usd = 0xf155,
|
||||||
|
user = 0xf007,
|
||||||
|
usermd = 0xf0f0,
|
||||||
|
users = 0xf0c0,
|
||||||
|
videocamera = 0xf03d,
|
||||||
|
vimeosquare = 0xf194,
|
||||||
|
vine = 0xf1ca,
|
||||||
|
vk = 0xf189,
|
||||||
|
volumedown = 0xf027,
|
||||||
|
volumeoff = 0xf026,
|
||||||
|
volumeup = 0xf028,
|
||||||
|
warning = 0xf071,
|
||||||
|
wechat = 0xf1d7,
|
||||||
|
weibo = 0xf18a,
|
||||||
|
weixin = 0xf1d7,
|
||||||
|
wheelchair = 0xf193,
|
||||||
|
windowsicon = 0xf17a,
|
||||||
|
won = 0xf159,
|
||||||
|
wordpress = 0xf19a,
|
||||||
|
wrench = 0xf0ad,
|
||||||
|
xing = 0xf168,
|
||||||
|
xingsquare = 0xf169,
|
||||||
|
yahoo = 0xf19e,
|
||||||
|
yen = 0xf157,
|
||||||
|
youtube = 0xf167,
|
||||||
|
youtubeplay = 0xf16a,
|
||||||
|
youtubesquare = 0xf166
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
<file>fonts/fontawesome-4.0.3.ttf</file>
|
<file>fonts/fontawesome-4.1.0.ttf</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Binary file not shown.
BIN
QtAwesome/fonts/fontawesome-4.1.0.ttf
Executable file
BIN
QtAwesome/fonts/fontawesome-4.1.0.ttf
Executable file
Binary file not shown.
@ -20,7 +20,7 @@ requires c++11 specific features.
|
|||||||
You can find the previous FontAwesome 3 library in the fontawesome-3 branch.
|
You can find the previous FontAwesome 3 library in the fontawesome-3 branch.
|
||||||
This branch is c++11 free!
|
This branch is c++11 free!
|
||||||
|
|
||||||
The current Font Awesome version is Version 4.0.3
|
The current Font Awesome version is Version 4.1.0
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
Loading…
Reference in New Issue
Block a user