@exuanbo/file-icons-js
Version:
File-specific icons for front-end project, extracted from file-icons/atom
2,843 lines • 104 kB
CSS
@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style: normal;
src: url("../fonts/fontawesome.woff2") format("woff2");
}
@font-face {
font-family: "Mfizz";
font-weight: normal;
font-style: normal;
src: url("../fonts/mfixx.woff2") format("woff2");
}
@font-face {
font-family: "Devicons";
font-weight: normal;
font-style: normal;
src: url("../fonts/devopicons.woff2") format("woff2");
}
@font-face {
font-family: "file-icons";
font-weight: normal;
font-style: normal;
src: url("../fonts/file-icons.woff2") format("woff2");
}
@font-face {
font-family: "Octicons Regular";
font-weight: normal;
font-style: normal;
src: url("../fonts/octicons.woff2") format("woff2");
}
/*============================================================================*
PALETTE
Base16 colours from https://github.com/chriskempson/base16
/*============================================================================*/
/*============================================================================*
CSS CLASSES
/*============================================================================*/
.light-red:before {
color: #c97071;
}
.medium-red:before {
color: #ac4142;
}
.dark-red:before {
color: #742c2d;
}
.light-green:before {
color: #b2c38b;
}
.medium-green:before {
color: #90a959;
}
.dark-green:before {
color: #66783e;
}
.light-yellow:before {
color: #fae0bc;
}
.medium-yellow:before {
color: #f4bf75;
}
.dark-yellow:before {
color: #ee9e2e;
}
.light-blue:before {
color: #9dc0ce;
}
.medium-blue:before {
color: #6a9fb5;
}
.dark-blue:before {
color: #46788d;
}
.light-maroon:before {
color: #be7953;
}
.medium-maroon:before {
color: #8f5536;
}
.dark-maroon:before {
color: #573421;
}
.light-purple:before {
color: #c7a4c0;
}
.medium-purple:before {
color: #aa759f;
}
.dark-purple:before {
color: #825078;
}
.light-orange:before {
color: #e1ad83;
}
.medium-orange:before {
color: #d28445;
}
.dark-orange:before {
color: #a35f27;
}
.light-cyan:before {
color: #a7d0c9;
}
.medium-cyan:before {
color: #75b5aa;
}
.dark-cyan:before {
color: #4d9085;
}
.light-pink:before {
color: #ff4ddb;
}
.medium-pink:before {
color: #ff00cc;
}
.dark-pink:before {
color: #b3008f;
}
.light-grey:before {
color: #a5a5a5;
}
.medium-grey:before {
color: #7f7f7f;
}
.dark-grey:before {
color: #595959;
}
.icon:before {
font-weight: normal;
font-style: normal;
text-align: center;
width: 16px;
line-height: 1;
position: relative;
display: inline-block;
-webkit-font-smoothing: antialiased;
}
.thicken {
-webkit-font-smoothing: subpixel-antialiased;
}
.sharpen {
text-shadow: 0 0 0;
}
/*============================================================================*
Octicons
https://github.com/github/octicons
/*============================================================================*/
.octicons {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
}
.binary-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f094";
}
.book-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f007";
}
.checklist-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f076";
font-size: 17px;
left: 1px;
}
.code-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f05f";
}
.database-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f096";
}
.gear-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f02f";
}
.git-commit-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f01f";
}
.git-merge-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f023";
}
.github-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f00a";
}
.graph-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f043";
}
.image-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f012";
}
.key-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f049";
}
.link-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f0b0";
}
.markdown-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f0c9";
}
.package-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f0c4";
}
.ruby-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f047";
}
.secret-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f08c";
}
.squirrel-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f0b2";
font-size: 15px;
}
.text-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f011";
}
.zip-icon:before {
font-family: "Octicons Regular";
font-size: 16px;
top: 1px;
content: "\f013";
}
/*============================================================================*
FontAwesome
http://fortawesome.github.io/Font-Awesome/cheatsheet
/*============================================================================*/
.fa {
font-family: FontAwesome;
font-size: 13px;
}
.anchor-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f13d";
font-size: 16px;
top: 1px;
}
.android-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f17b";
font-size: 16px;
top: 1px;
}
.at-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f1fa";
font-size: 15px;
top: 1px;
}
.audio-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f028";
font-size: 15px;
top: 1px;
}
.backup-icon:before {
font-family: FontAwesome;
content: "\f1da";
font-size: 13px;
top: 1px;
}
.book-alt-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f02d";
font-size: 16px;
top: 2px;
}
.bullhorn-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f0a1";
font-size: 16px;
top: 2px;
}
.calc-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f1ec";
font-size: 14px;
}
.coffee-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f0f4";
font-size: 14px;
top: 1px;
}
.css3-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f13c";
top: 0;
}
.circle-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f111";
font-size: 16px;
top: 1px;
}
.download-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f019";
font-size: 16px;
top: 2px;
}
.earth-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f0ac";
font-size: 15px;
}
.filter-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f0b0";
font-size: 16px;
}
.gears-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f085";
font-size: 15px;
}
.html5-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f13b";
font-size: 15px;
top: 1px;
}
.lock-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f023";
font-size: 17px;
top: 2px;
}
.mobile-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f10b";
font-size: 20px;
top: 2px;
}
.moon-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f186";
font-size: 16px;
top: 1px;
}
.music-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f001";
font-size: 15px;
}
.print-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f02f";
font-size: 15px;
top: 2px;
}
.question-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f059";
font-size: 16px;
top: 1px;
}
.recycle-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f1b8";
font-size: 15px;
top: 2px;
}
.rss-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f143";
font-size: 16px;
top: 2px;
}
.scales-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f24e";
font-size: 15px;
top: 1px;
}
.tree-view .scales-icon:before {
left: -1px;
}
.smarty-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f0eb";
font-size: 15px;
}
.sourcemap-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f279";
font-size: 14px;
}
.sun-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f185";
font-size: 14px;
-webkit-font-smoothing: subpixel-antialiased;
}
.toc-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f03a";
font-size: 15px;
top: 2px;
}
.wechat-icon:before {
font-family: FontAwesome;
font-size: 13px;
content: "\f1d7";
font-size: 16px;
top: 2px;
}
/*============================================================================*
Mfizz
http://mfizz.com/oss/font-mfizz
/*============================================================================*/
.mf {
font-family: Mfizz;
font-size: 14px;
}
.apache-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f102";
top: 3px;
font-size: 15px;
}
.archlinux-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "A";
top: 1px;
font-size: 15px;
}
.c-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f106";
top: 1px;
font-size: 13px;
}
.cpp-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f10b";
top: 1px;
}
.csharp-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f10c";
top: 1px;
}
.debian-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f111";
top: 1px;
}
.elixir-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f113";
top: 1px;
}
.gnome-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f119";
top: 1px;
}
.haskell-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f121";
top: 2px;
font-size: 16px;
}
.java-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f126";
top: 2px;
font-size: 16px;
}
.js-icon:before {
font-family: Mfizz;
content: "\f129";
top: 1px;
font-size: 14px;
}
.msql-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f136";
top: 2px;
font-size: 15px;
text-shadow: 0 0 0;
}
.objc-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f13e";
top: 2px;
font-size: 16px;
}
.osx-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f141";
top: 1px;
}
.pgsql-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f14a";
top: 2px;
font-size: 16px;
}
.python-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f14c";
top: 1px;
}
.red-hat-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f14e";
top: 2px;
}
.scala-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f154";
top: 1px;
}
.sql-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f10e";
top: 1px;
}
.svg-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f15c";
top: 1px;
}
.x11-icon:before {
font-family: Mfizz;
font-size: 14px;
content: "\f16e";
top: 1px;
font-size: 13px;
}
/*============================================================================*
Devicons
http://vorillaz.github.io/devicons
/*============================================================================*/
.devicons {
font-family: Devicons;
font-size: 16px;
top: 3px;
}
.angular-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e653";
}
.appcelerator-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e6ab";
}
.appstore-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e613";
}
.asp-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e67f";
}
.atom-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e664";
-webkit-font-smoothing: subpixel-antialiased;
}
.backbone-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e652";
}
.bitbucket-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e603";
}
.bootstrap-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e647";
font-size: 15px;
top: 2px;
}
.bower-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e64d";
text-shadow: 0 0 0;
}
.chrome-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e643";
}
.clojure-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e668";
-webkit-font-smoothing: subpixel-antialiased;
}
.compass-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e661";
font-size: 14px;
top: 2px;
}
.dart-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e698";
font-size: 15px;
top: 2px;
}
.dlang-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e6af";
}
.dojo-icon:before {
font-family: Devicons;
top: 3px;
content: "\e61c";
font-size: 16px;
top: 4px;
transform: scale(1.2);
-webkit-font-smoothing: subpixel-antialiased;
}
.dropbox-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e607";
}
.eclipse-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e69e";
}
.erlang-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e6b1";
}
.extjs-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e68e";
}
.firefox-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e645";
}
.fsharp-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e6a7";
left: 1px;
top: 2px;
}
.git-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e602";
font-size: 15px;
top: 2px;
}
.heroku-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e67b";
}
.jekyll-icon:before {
font-family: Devicons;
top: 3px;
content: "\e60d";
font-size: 16px;
text-shadow: 0 0 0;
}
.jquery-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e650";
font-size: 15px;
top: 2px;
}
.jqueryui-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e654";
font-size: 15px;
top: 2px;
}
.laravel-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e63f";
-webkit-font-smoothing: subpixel-antialiased;
}
.materialize-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e6b6";
transform: scale(1.2);
-webkit-font-smoothing: subpixel-antialiased;
}
.modernizr-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e620";
}
.mootools-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e68f";
text-shadow: 0 0 0;
}
.node-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e618";
}
.perl-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e669";
font-size: 15px;
top: 2px;
}
.prolog-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e6a1";
}
.rails-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e63b";
}
.raphael-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e65f";
font-size: 15px;
}
.requirejs-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e670";
}
.rust-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e6a8";
}
.safari-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e648";
}
.sass-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e64b";
}
.sencha-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e68c";
}
.snapsvg-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e65e";
}
.swift-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e655";
left: -1px;
}
.travis-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e67e";
font-size: 15px;
top: 2px;
}
.typo3-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e672";
}
.uikit-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e673";
font-size: 15px;
top: 2px;
}
.unity3d-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e621";
}
.vim-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e6c5";
}
.vs-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e60c";
font-size: 14px;
top: 2px;
}
.windows-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e60f";
font-size: 14px;
top: 2px;
}
.yeoman-icon:before {
font-family: Devicons;
font-size: 16px;
top: 3px;
content: "\e67a";
}
/*============================================================================*
Custom file icons
See https://github.com/file-icons/icons/blob/master/charmap.md
/*============================================================================*/
.fi {
font-family: file-icons;
font-size: 15px;
}
.test-file {
top: 3px;
font-size: 17px;
}
._1c-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\a5ea";
top: 3px;
font-size: 16px;
}
._1c-alt-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea28";
top: 3px;
font-size: 16px;
}
._4d-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb73";
top: 2px;
}
.a-plus-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb79";
top: 2px;
}
.abap-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e92b";
top: 2px;
}
.abif-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea4e";
top: 3px;
font-size: 16px;
}
.access-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9ea";
top: 2px;
}
.acre-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\237a";
top: 3px;
font-size: 16px;
}
.ada-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e90b";
top: 3px;
font-size: 17px;
}
.ae-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9f3";
top: 2px;
}
.affectscript-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb2c";
top: 3px;
font-size: 16px;
}
.affinity-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eabb";
top: 2px;
}
.agda-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1315a";
top: 2px;
font-size: 16px;
text-shadow: 0 0 0;
}
.ahk-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e932";
top: 2px;
}
.ai-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e6b4";
top: 2px;
}
.alacritty-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb27";
top: 3px;
font-size: 16px;
}
.alacritty-alt-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb28";
top: 2px;
font-size: 16px;
}
.alex-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\29cb";
top: 4px;
font-size: 16px;
-webkit-font-smoothing: subpixel-antialiased;
}
.alloy-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e935";
top: 2px;
}
.alpine-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9ff";
top: 2px;
font-size: 16px;
}
.ampl-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e94e";
top: 3px;
font-size: 16px;
left: 1px;
}
.amusewiki-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb32";
top: 3px;
font-size: 17px;
}
.amx-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e99b";
top: 3px;
font-size: 16px;
}
.analytica-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb7d";
top: 2px;
}
.angelscript-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea5b";
top: 4px;
font-size: 18px;
left: -2px;
transform: scale(1.3);
text-shadow: 0 0 0;
}
.animate-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb41";
top: 2px;
}
.animestudio-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eaed";
top: 2px;
}
.ansible-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\24b6";
top: 2px;
}
.ant-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e93e";
top: 4px;
font-size: 18px;
transform: scale(1.1);
}
.antlr-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e92c";
top: 3px;
}
.antwar-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\2591";
top: 3px;
font-size: 16px;
}
.anyscript-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eacf";
top: 4px;
font-size: 17px;
}
.api-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e92d";
top: 2px;
}
.apiextractor-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb99";
top: 2px;
font-size: 16px;
}
.apl-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\234b";
top: 2px;
}
.apple-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e925";
top: 1px;
}
.appveyor-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e923";
top: 2px;
}
.arc-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e92f";
top: 2px;
}
.arduino-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e930";
top: 3px;
font-size: 16px;
}
.arttext-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\24d0";
top: 2px;
}
.as-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e92e";
top: 1px;
font-size: 14px;
}
.asciidoc-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e918";
top: 1px;
font-size: 14px;
}
.asciidoctor-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eac7";
top: 2px;
font-size: 16px;
text-shadow: 0 0 0;
}
.asm-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb4f";
top: 2px;
font-size: 17px;
left: -1px;
transform: scale(1.1);
}
.asm-agc-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb53";
top: 2px;
font-size: 17px;
left: -1px;
transform: scale(1.1);
}
.asm-arm-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb51";
top: 2px;
font-size: 17px;
left: -1px;
transform: scale(1.1);
}
.asm-avr-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb6c";
top: 2px;
font-size: 17px;
left: -1px;
transform: scale(1.1);
}
.asm-hitachi-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb60";
top: 2px;
font-size: 17px;
left: -1px;
transform: scale(1.1);
}
.asm-intel-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb4e";
top: 2px;
font-size: 17px;
left: -1px;
transform: scale(1.1);
}
.asm-m68k-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb4d";
top: 2px;
font-size: 17px;
left: -1px;
transform: scale(1.1);
}
.asm-vax-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb48";
top: 2px;
font-size: 17px;
left: -1px;
transform: scale(1.1);
}
.asm-zilog-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb47";
top: 2px;
font-size: 17px;
left: -1px;
transform: scale(1.1);
}
.asymptote-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eae5";
top: 3px;
font-size: 16px;
-webkit-font-smoothing: subpixel-antialiased;
}
.atoum-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\2649";
top: 2px;
font-size: 16px;
}
.ats-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e934";
top: 2px;
}
.audacity-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9f9";
top: 2px;
}
.augeas-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e931";
top: 2px;
}
.aurelia-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea48";
top: 2px;
}
.autoit-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e933";
top: 2px;
font-size: 16px;
}
.azurepipelines-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f680";
top: 2px;
}
.avro-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eaa3";
top: 4px;
font-size: 16px;
left: 1px;
transform: scale(1.2);
}
.babel-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e91f";
top: 2px;
left: 1px;
}
.ballerina-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eac8";
top: 2px;
font-size: 16px;
}
.bazaar-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eacd";
top: 2px;
font-size: 16px;
text-shadow: 0 0 0;
}
.bazel-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ead2";
top: 2px;
font-size: 16px;
text-shadow: 0 0 0;
}
.behat-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea89";
top: 2px;
}
.bem-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea59";
top: 2px;
}
.bibtex-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e601";
top: 2px;
font-size: 16px;
-webkit-font-smoothing: subpixel-antialiased;
}
.biml-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb29";
top: 2px;
}
.bintray-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea6e";
top: 2px;
}
.bison-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f402";
top: 3px;
font-size: 16px;
}
.bithound-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea2a";
top: 2px;
}
.blender-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9fa";
top: 2px;
}
.bluespec-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e93c";
top: 1px;
font-size: 13px;
left: 1px;
}
.bnf-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\2a74";
top: 4px;
font-size: 16px;
}
.boo-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e939";
top: 2px;
}
.boot-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\f103";
top: 2px;
font-size: 16px;
}
.bosque-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb96";
top: 2px;
}
.brain-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e93a";
top: 2px;
}
.brakeman-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9d6";
top: 2px;
}
.brew-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f37a";
top: 3px;
font-size: 17px;
}
.bro-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e93b";
top: 3px;
font-size: 16px;
}
.broccoli-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e922";
top: 1px;
font-size: 14px;
}
.brotli-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eaa2";
top: 2px;
}
.browserslist-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea80";
top: 2px;
}
.browsersync-icon:before {
font-family: file-icons;
font-size: 15px;
content: "b";
top: 2px;
}
.brunch-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea47";
top: 3px;
font-size: 17px;
left: -1px;
}
.buck-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea46";
top: 2px;
}
.bundler-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea45";
top: 2px;
font-size: 16px;
}
.byond-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e962";
top: 2px;
}
.cabal-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9c2";
top: 2px;
}
.caddy-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f512";
top: 2px;
}
.caffe-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea9a";
top: 3px;
font-size: 17px;
}
.caffe2-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eab6";
top: 2px;
}
.cake-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9e3";
top: 2px;
}
.cakefile-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e924";
top: 2px;
}
.cakephp-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea43";
top: 2px;
}
.carthage-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea98";
top: 2px;
}
.cc-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9d5";
top: 2px;
font-size: 16px;
}
.cdf-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb46";
top: 2px;
font-size: 16px;
}
.ceylon-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e94f";
top: 2px;
}
.cf-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e929";
top: 2px;
}
.chai-icon:before {
font-family: file-icons;
font-size: 15px;
content: "c";
top: 3px;
font-size: 16px;
}
.chapel-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e950";
top: 2px;
}
.chartjs-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea0b";
top: 2px;
}
.cheetah3d-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f406";
top: 2px;
font-size: 16px;
text-shadow: 0 0 0;
}
.chef-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea42";
top: 2px;
}
.chocolatey-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f36b";
top: 3px;
font-size: 17px;
}
.chuck-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e943";
top: 2px;
}
.circleci-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea12";
top: 2px;
font-size: 14px;
}
.cirru-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e951";
top: 2px;
text-shadow: 0 0 0;
}
.cl-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e972";
top: 2px;
text-shadow: 0 0 0;
}
.clarion-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e952";
top: 1px;
font-size: 14px;
left: 1px;
}
.clean-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e95b";
top: 2px;
font-size: 16px;
}
.click-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e95c";
top: 2px;
}
.clips-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e940";
top: 3px;
font-size: 18px;
}
.cljs-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\f104";
top: 2px;
}
.closure-tpl-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea82";
top: 2px;
}
.cloudfoundry-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ead0";
top: 2px;
}
.cmake-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e93f";
top: 1px;
font-size: 14px;
}
.cobol-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea44";
top: 2px;
font-size: 16px;
}
.cocoapods-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea97";
top: 2px;
}
.codacy-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea8b";
top: 2px;
}
.codecov-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\2602";
top: 2px;
}
.codekit-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea41";
top: 2px;
}
.codemeta-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb8f";
top: 2px;
}
.codeship-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea6a";
top: 2px;
}
.commitlint-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f191";
top: 2px;
}
.composer-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e683";
top: 3px;
font-size: 17px;
}
.conan-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ead1";
top: 2px;
}
.conda-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb3c";
top: 2px;
font-size: 16px;
}
.config-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\f07c";
top: 2px;
font-size: 14px;
}
.config-coffee-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb18";
top: 3px;
font-size: 17px;
}
.config-go-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb12";
top: 3px;
font-size: 18px;
}
.config-hs-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb14";
top: 3px;
font-size: 17px;
}
.config-js-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb1a";
top: 3px;
font-size: 17px;
}
.config-perl-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb19";
top: 3px;
font-size: 17px;
}
.config-python-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb15";
top: 3px;
font-size: 17px;
}
.config-react-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb16";
top: 3px;
font-size: 17px;
}
.config-ruby-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb17";
top: 3px;
font-size: 17px;
}
.config-rust-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb13";
top: 3px;
font-size: 17px;
}
.config-ts-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb1b";
top: 3px;
font-size: 17px;
}
.conll-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eaa6";
top: 2px;
}
.coq-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e95f";
top: 2px;
font-size: 16px;
left: 1px;
}
.cordova-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea11";
top: 2px;
}
.corel-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea91";
top: 3px;
font-size: 16px;
}
.coreldraw-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea90";
top: 2px;
}
.coveralls-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\272a";
top: 2px;
}
.cp-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e942";
top: 3px;
font-size: 17px;
}
.cpan-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea87";
top: 2px;
}
.cpcdosc-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb8d";
top: 2px;
font-size: 16px;
}
.crafttweaker-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb89";
top: 2px;
font-size: 17px;
}
.creole-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e95e";
top: 2px;
}
.crowdin-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ead3";
top: 2px;
font-size: 16px;
text-shadow: 0 0 0;
}
.crystal-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e902";
top: 2px;
left: 1px;
}
.csound-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9f0";
top: 2px;
}
.csscript-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9e2";
top: 2px;
}
.cubit-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb92";
top: 2px;
font-size: 16px;
}
.cuneiform-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb76";
top: 2px;
}
.cucumber-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\f02b";
top: 3px;
}
.curl-icon:before {
font-family: file-icons;
font-size: 15px;
content: "/";
top: 3px;
font-size: 16px;
}
.curry-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb78";
top: 3px;
font-size: 17px;
}
.cvs-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f41f";
top: 1px;
font-size: 16px;
}
.cwl-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\29d9";
top: 2px;
font-size: 16px;
}
.cython-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e963";
top: 2px;
}
.d3-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea10";
top: 2px;
}
.dafny-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb8c";
top: 3px;
font-size: 17px;
}
.darcs-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e964";
top: 2px;
}
.dashboard-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\f07d";
top: 2px;
font-size: 13px;
}
.dataweave-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea99";
top: 2px;
}
.dbase-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9f1";
top: 2px;
}
.dna-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\2624";
top: 2px;
font-size: 16px;
}
.default-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f5cc";
top: 2px;
font-size: 14px;
}
.delphi-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea40";
top: 2px;
font-size: 16px;
}
.deno-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eaef";
top: 2px;
font-size: 16px;
}
.dependabot-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb3e";
top: 3px;
font-size: 17px;
}
.devcontainer-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb83";
top: 2px;
}
.devicetree-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea57";
top: 2px;
font-size: 17px;
text-shadow: 0 0 0;
}
.dhall-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f58b";
top: 3px;
font-size: 17px;
}
.dia-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eab5";
top: 2px;
}
.digdag-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb03";
top: 2px;
}
.diff-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e960";
top: 2px;
}
.docbook-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\13167";
top: 2px;
font-size: 16px;
}
.docker-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\f106";
top: 3px;
font-size: 18px;
}
.doclets-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea3f";
top: 2px;
}
.docpad-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\21b9";
top: 4px;
font-size: 17px;
}
.doge-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e946";
top: 2px;
}
.dosbox-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eaf2";
top: 2px;
font-size: 16px;
}
.dotjs-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb0b";
top: 2px;
font-size: 16px;
}
.doxygen-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e928";
top: 1px;
font-size: 13px;
}
.dragula-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f44c";
top: 3px;
font-size: 17px;
}
.drawio-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb93";
top: 2px;
}
.drone-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea3d";
top: 2px;
}
.dvc-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb98";
top: 4px;
font-size: 17px;
transform: scale(1.1);
}
.dyalog-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e90c";
top: 1px;
font-size: 14px;
left: 1px;
}
.dylib-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea15";
top: 2px;
}
.e-icon:before {
font-family: file-icons;
font-size: 15px;
content: "E";
top: 1px;
font-size: 14px;
}
.eagle-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e965";
top: 2px;
}
.easybuild-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea85";
top: 2px;
}
.ec-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9c9";
top: 2px;
}
.ecere-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e966";
top: 3px;
font-size: 16px;
}
.eclipse-lang-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb80";
top: 2px;
}
.editorconfig-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea1b";
top: 3px;
}
.edge-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea78";
top: 2px;
}
.eiffel-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e967";
top: 2px;
font-size: 16px;
}
.ejs-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea4b";
top: 3px;
font-size: 16px;
}
.electron-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea27";
top: 3px;
font-size: 16px;
text-shadow: 0 0 0;
}
.elm-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\f102";
top: 2px;
}
.em-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e968";
top: 3px;
font-size: 16px;
}
.emacs-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e926";
top: 2px;
}
.ember-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e61b";
top: 2px;
font-size: 14px;
}
.ensime-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ead4";
top: 2px;
}
.eq-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea0a";
top: 5px;
}
.esdoc-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea5c";
top: 2px;
}
.eslint-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea0f";
top: 3px;
font-size: 16px;
}
.excel-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9ee";
top: 2px;
}
.expo-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb71";
top: 2px;
font-size: 17px;
}
.fabric-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f4dc";
top: 3px;
font-size: 16px;
}
.fabfile-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e94b";
top: 2px;
font-size: 16px;
}
.factor-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e96a";
top: 3px;
font-size: 18px;
left: -2px;
transform: scale(1.2);
}
.falcon-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eae4";
top: 2px;
}
.fancy-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e96b";
top: 2px;
font-size: 16px;
}
.fantom-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e96f";
top: 2px;
left: 1px;
}
.faust-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\22c0";
top: 2px;
}
.fbx-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9fc";
top: 2px;
}
.fexl-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb20";
top: 4px;
font-size: 17px;
}
.ff-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\fb00";
top: 3px;
}
.finaldraft-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1d4bb";
top: 2px;
font-size: 16px;
}
.finder-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e9e9";
top: 3px;
font-size: 16px;
}
.firebase-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea7f";
top: 2px;
}
.firebase-bolt-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\26A1";
top: 3px;
}
.flask-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f704";
top: 2px;
}
.floobits-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ead5";
top: 3px;
font-size: 16px;
}
.flow-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e921";
top: 1px;
}
.flutter-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eaeb";
top: 2px;
left: -1px;
}
.flux-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e969";
top: 2px;
}
.font-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eaaa";
top: 2px;
font-size: 16px;
text-shadow: 0 0 0;
}
.font-bitmap-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eaab";
top: 2px;
}
.fork-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\2442";
top: 2px;
}
.fortran-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e90a";
top: 1px;
font-size: 14px;
left: 1px;
}
.fossa-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eac3";
top: 3px;
font-size: 17px;
}
.fossil-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ead6";
top: 2px;
font-size: 17px;
text-shadow: 0 0 0;
}
.fountain-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f135";
top: 2px;
font-size: 16px;
}
.franca-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea56";
top: 2px;
}
.freemarker-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e970";
top: 2px;
font-size: 16px;
left: 1px;
}
.frege-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e96e";
top: 2px;
font-size: 16px;
left: 1px;
}
.fthtml-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb97";
top: 2px;
}
.fuelux-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea09";
top: 3px;
font-size: 16px;
left: 2px;
transform: scale(1.15);
text-shadow: 0 0 0;
}
.fusebox-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ead7";
top: 2px;
}
.futhark-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb77";
top: 3px;
font-size: 18px;
left: -1px;
}
.gams-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e973";
top: 2px;
left: 1px;
}
.galaxy-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb74";
top: 2px;
}
.galen-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ead8";
top: 2px;
}
.gap-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e971";
top: 3px;
font-size: 16px;
left: 1px;
}
.gatsby-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\24bc";
top: 2px;
}
.gauss-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb7e";
top: 2px;
}
.gdb-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea08";
top: 3px;
font-size: 16px;
transform: scale(1.15);
text-shadow: 0 0 0;
}
.genshi-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e976";
top: 3px;
}
.genstat-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\223f";
top: 2px;
}
.gentoo-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e96d";
top: 1px;
font-size: 14px;
left: 1px;
}
.gf-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e978";
top: 2px;
}
.gimp-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea88";
top: 2px;
font-size: 17px;
transform: scale(1.15);
}
.gitlab-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea3c";
top: 3px;
font-size: 16px;
}
.glade-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e938";
top: 2px;
}
.glide-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eacb";
top: 3px;
font-size: 17px;
transform: scale(1.15);
}
.gltf-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eaa7";
top: 3px;
font-size: 17px;
}
.glyphs-icon:before {
font-family: file-icons;
font-size: 15px;
content: "G";
top: 3px;
}
.gml-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e975";
top: 3px;
font-size: 16px;
}
.gn-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\ea25";
top: 2px;
}
.gnu-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e679";
top: 2px;
font-size: 16px;
text-shadow: 0 0 0;
}
.gnuplot-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\1f4c8";
top: 3px;
font-size: 16px;
text-shadow: 0 0 0;
}
.go-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eaae";
top: 4px;
font-size: 18px;
left: -1px;
}
.godot-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e974";
top: 2px;
}
.golo-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\e979";
top: 2px;
}
.gorele