1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-06-02 04:00:47 +00:00

[Square Outline] Added various shell script icons

This commit is contained in:
Daniel Hendricks 2018-06-23 13:56:55 -05:00
parent d967539a04
commit 1af54ba831
15 changed files with 119 additions and 2 deletions

View File

@ -1242,6 +1242,8 @@
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-asf"></span><p class="icon-desc">ASF</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-ash"></span><p class="icon-desc">ASH</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-ashx"></span><p class="icon-desc">ASHX</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-asmx"></span><p class="icon-desc">ASMX</p></div>
@ -1260,6 +1262,12 @@
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-axd"></span><p class="icon-desc">AXD</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-bash"></span><p class="icon-desc">BASH</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-bat"></span><p class="icon-desc">BAT</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-bin"></span><p class="icon-desc">BIN</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-blank"></span><p class="icon-desc">BLANK</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-bmp"></span><p class="icon-desc">BMP</p></div>
@ -1272,10 +1280,16 @@
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-cd"></span><p class="icon-desc">CD</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-cmd"></span><p class="icon-desc">CMD</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-com"></span><p class="icon-desc">COM</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-cr2"></span><p class="icon-desc">CR2</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-cs"></span><p class="icon-desc">CS</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-csh"></span><p class="icon-desc">CSH</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-db"></span><p class="icon-desc">DB</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-dbf"></span><p class="icon-desc">DBF</p></div>
@ -1324,6 +1338,8 @@
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-jpg"></span><p class="icon-desc">JPG</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-ksh"></span><p class="icon-desc">KSH</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-licx"></span><p class="icon-desc">LICX</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-m2v"></span><p class="icon-desc">M2V</p></div>
@ -1400,6 +1416,8 @@
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-rm"></span><p class="icon-desc">RM</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-sh"></span><p class="icon-desc">SH</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-skin"></span><p class="icon-desc">SKIN</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-sln"></span><p class="icon-desc">SLN</p></div>
@ -1450,6 +1468,8 @@
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-zip"></span><p class="icon-desc">ZIP</p></div>
<div class="col-xs-6 col-sm-3 col-md-2 col-lg-1 text-center"><span class="fiv-sqo fiv-icon-zsh"></span><p class="icon-desc">ZSH</p></div>
</div>

View File

@ -116,6 +116,10 @@
background-image: url("icons/square-o/asf.svg");
}
.fiv-sqo.fiv-icon-ash {
background-image: url("icons/square-o/ash.svg");
}
.fiv-sqo.fiv-icon-ashx {
background-image: url("icons/square-o/ashx.svg");
}
@ -152,6 +156,18 @@
background-image: url("icons/square-o/axd.svg");
}
.fiv-sqo.fiv-icon-bash {
background-image: url("icons/square-o/bash.svg");
}
.fiv-sqo.fiv-icon-bat {
background-image: url("icons/square-o/bat.svg");
}
.fiv-sqo.fiv-icon-bin {
background-image: url("icons/square-o/bin.svg");
}
.fiv-sqo.fiv-icon-blank {
background-image: url("icons/square-o/blank.svg");
}
@ -176,6 +192,14 @@
background-image: url("icons/square-o/cd.svg");
}
.fiv-sqo.fiv-icon-cmd {
background-image: url("icons/square-o/cmd.svg");
}
.fiv-sqo.fiv-icon-com {
background-image: url("icons/square-o/com.svg");
}
.fiv-sqo.fiv-icon-cr2 {
background-image: url("icons/square-o/cr2.svg");
}
@ -184,6 +208,10 @@
background-image: url("icons/square-o/cs.svg");
}
.fiv-sqo.fiv-icon-csh {
background-image: url("icons/square-o/csh.svg");
}
.fiv-sqo.fiv-icon-db {
background-image: url("icons/square-o/db.svg");
}
@ -280,6 +308,10 @@
background-image: url("icons/square-o/jpg.svg");
}
.fiv-sqo.fiv-icon-ksh {
background-image: url("icons/square-o/ksh.svg");
}
.fiv-sqo.fiv-icon-licx {
background-image: url("icons/square-o/licx.svg");
}
@ -432,6 +464,10 @@
background-image: url("icons/square-o/rm.svg");
}
.fiv-sqo.fiv-icon-sh {
background-image: url("icons/square-o/sh.svg");
}
.fiv-sqo.fiv-icon-skin {
background-image: url("icons/square-o/skin.svg");
}
@ -531,3 +567,7 @@
.fiv-sqo.fiv-icon-zip {
background-image: url("icons/square-o/zip.svg");
}
.fiv-sqo.fiv-icon-zsh {
background-image: url("icons/square-o/zsh.svg");
}

File diff suppressed because one or more lines are too long

5
dist/icons/square-o/ash.svg vendored Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#999999;}
.st2{fill:#999999;stroke:#999999;stroke-width:0.75;stroke-miterlimit:10;}
</style><rect class="st0" width="100" height="100"/><path class="st1" d="M100 100H0V0h100V100zM9.7 90h80.7V10H9.7"/><path class="st2" d="M42.3 44.2h15.4v3.8H42.3V44.2zM42.3 51.9h15.4v3.8H42.3V51.9zM42.3 59.6h15.4v3.8H42.3V59.6zM69.2 25H38.5c-4.2 0-7.7 3.4-7.7 7.7v34.6h-7.7c0 4.2 3.4 7.7 7.7 7.7h30.8c4.2 0 7.7-3.4 7.7-7.7V36.5h7.7v-3.8C76.9 28.4 73.5 25 69.2 25zM65.4 66.6c0 2.5-2 4.5-4.5 4.5H32.7c1.9-1.3 1.9-3.8 1.9-3.8V32.7c0-2.1 1.7-3.8 3.8-3.8s3.8 1.7 3.8 3.8v3.8h23.1V66.6zM46.2 32.7v-3.8h23.1c3.5 0 3.8 2.2 3.8 3.8H46.2z"/></svg>

After

Width:  |  Height:  |  Size: 742 B

5
dist/icons/square-o/bash.svg vendored Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#999999;}
.st2{fill:#999999;stroke:#999999;stroke-width:0.75;stroke-miterlimit:10;}
</style><rect class="st0" width="100" height="100"/><path class="st1" d="M100 100H0V0h100V100zM9.7 90h80.7V10H9.7"/><path class="st2" d="M42.3 44.2h15.4v3.8H42.3V44.2zM42.3 51.9h15.4v3.8H42.3V51.9zM42.3 59.6h15.4v3.8H42.3V59.6zM69.2 25H38.5c-4.2 0-7.7 3.4-7.7 7.7v34.6h-7.7c0 4.2 3.4 7.7 7.7 7.7h30.8c4.2 0 7.7-3.4 7.7-7.7V36.5h7.7v-3.8C76.9 28.4 73.5 25 69.2 25zM65.4 66.6c0 2.5-2 4.5-4.5 4.5H32.7c1.9-1.3 1.9-3.8 1.9-3.8V32.7c0-2.1 1.7-3.8 3.8-3.8s3.8 1.7 3.8 3.8v3.8h23.1V66.6zM46.2 32.7v-3.8h23.1c3.5 0 3.8 2.2 3.8 3.8H46.2z"/></svg>

After

Width:  |  Height:  |  Size: 742 B

4
dist/icons/square-o/bat.svg vendored Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#999999;}
</style><rect class="st0" width="100" height="100"/><path class="st1" d="M100 100H0V0h100V100zM9.7 90h80.7V10H9.7"/><polygon class="st1" points="30.4 27.3 23 34.7 35 46.6 23 58.6 30.4 66 49.7 46.6 "/><rect x="51.6" y="62.3" class="st1" width="25.4" height="10.4"/></svg>

After

Width:  |  Height:  |  Size: 400 B

5
dist/icons/square-o/bin.svg vendored Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#999999;}
.st2{fill:#999999;stroke:#999999;stroke-width:2;stroke-miterlimit:10;}
</style><rect class="st0" width="100" height="100"/><path class="st1" d="M100 100H0V0h100V100zM9.7 90h80.7V10H9.7"/><path class="st2" d="M49.8 26.5c-4.4 0-7.9 4.2-7.9 9.3 0 5.1 3.6 9.3 7.9 9.3s7.9-4.2 7.9-9.3C57.7 30.7 54.1 26.5 49.8 26.5zM49.8 41.5c-2.4 0-4.4-2.6-4.4-5.7 0-3.2 2-5.7 4.4-5.7s4.4 2.6 4.4 5.7C54.2 39 52.2 41.5 49.8 41.5z"/><path class="st2" d="M33.7 43.3v-15c0-1-0.8-1.8-1.8-1.8 -1 0-1.8 0.8-1.8 1.8v15c0 1 0.8 1.8 1.8 1.8C32.9 45.1 33.7 44.3 33.7 43.3z"/><path class="st2" d="M31.9 53.6c-4.4 0-7.9 4.2-7.9 9.3 0 5.1 3.6 9.3 7.9 9.3s7.9-4.2 7.9-9.3C39.9 57.8 36.3 53.6 31.9 53.6zM31.9 68.7c-2.4 0-4.4-2.6-4.4-5.7 0-3.2 2-5.7 4.4-5.7s4.4 2.6 4.4 5.7C36.4 66.1 34.4 68.7 31.9 68.7z"/><path class="st2" d="M51.5 70.4v-15c0-1-0.8-1.8-1.8-1.8 -1 0-1.8 0.8-1.8 1.8v15c0 1 0.8 1.8 1.8 1.8C50.7 72.2 51.5 71.4 51.5 70.4z"/><path class="st2" d="M69.8 44.6v-15c0-1-0.8-1.8-1.8-1.8s-1.8 0.8-1.8 1.8v15c0 1 0.8 1.8 1.8 1.8S69.8 45.6 69.8 44.6z"/><path class="st2" d="M68.1 54.9c-4.4 0-7.9 4.2-7.9 9.3 0 5.1 3.6 9.3 7.9 9.3s7.9-4.2 7.9-9.3C76 59.1 72.4 54.9 68.1 54.9zM68.1 70c-2.4 0-4.4-2.6-4.4-5.7 0-3.2 2-5.7 4.4-5.7s4.4 2.6 4.4 5.7C72.5 67.4 70.5 70 68.1 70z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1 +1 @@
["3g2","3ga","3gp","7z","aa","aac","accdb","accdt","adn","ai","aif","aifc","aiff","ait","amr","ani","apk","app","asax","ascx","asf","ashx","asmx","asp","aspx","asx","au","aup","avi","axd","blank","bmp","bpg","bz2","caf","cd","cr2","cs","db","dbf","dng","doc","docx","dot","dotx","exe","f4v","fla","flac","flv","folder","gif","gitignore","gz","ico","iff","image","indd","iso","jpe","jpeg","jpg","licx","m2v","m3u","m3u8","m4a","m4r","m4v","mdb","mdf","mid","midi","mp2","mp3","mpa","mpeg","mpg","mpga","nef","odb","ods","ogg","ogv","pdb","pdf","png","potx","ppsx","ppt","pptm","pptx","psd","psp","qt","ra","rar","raw","resx","rm","skin","sln","tga","tgz","tif","tiff","txt","udf","vb","vcd","vob","wav","webm","wma","wmv","wsf","xlm","xls","xlsm","xlt","xltm","xltx","xz","z","zip"]
["3g2","3ga","3gp","7z","aa","aac","accdb","accdt","adn","ai","aif","aifc","aiff","ait","amr","ani","apk","app","asax","ascx","asf","ash","ashx","asmx","asp","aspx","asx","au","aup","avi","axd","bash","bat","bin","blank","bmp","bpg","bz2","caf","cd","cmd","com","cr2","cs","csh","db","dbf","dng","doc","docx","dot","dotx","exe","f4v","fla","flac","flv","folder","gif","gitignore","gz","ico","iff","image","indd","iso","jpe","jpeg","jpg","ksh","licx","m2v","m3u","m3u8","m4a","m4r","m4v","mdb","mdf","mid","midi","mp2","mp3","mpa","mpeg","mpg","mpga","nef","odb","ods","ogg","ogv","pdb","pdf","png","potx","ppsx","ppt","pptm","pptx","psd","psp","qt","ra","rar","raw","resx","rm","sh","skin","sln","tga","tgz","tif","tiff","txt","udf","vb","vcd","vob","wav","webm","wma","wmv","wsf","xlm","xls","xlsm","xlt","xltm","xltx","xz","z","zip","zsh"]

4
dist/icons/square-o/cmd.svg vendored Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#999999;}
</style><rect class="st0" width="100" height="100"/><path class="st1" d="M100 100H0V0h100V100zM9.7 90h80.7V10H9.7"/><polygon class="st1" points="30.4 27.3 23 34.7 35 46.6 23 58.6 30.4 66 49.7 46.6 "/><rect x="51.6" y="62.3" class="st1" width="25.4" height="10.4"/></svg>

After

Width:  |  Height:  |  Size: 400 B

4
dist/icons/square-o/com.svg vendored Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#999999;}
</style><rect class="st0" width="100" height="100"/><path class="st1" d="M100 100H0V0h100V100zM9.7 90h80.7V10H9.7"/><polygon class="st1" points="30.4 27.3 23 34.7 35 46.6 23 58.6 30.4 66 49.7 46.6 "/><rect x="51.6" y="62.3" class="st1" width="25.4" height="10.4"/></svg>

After

Width:  |  Height:  |  Size: 400 B

5
dist/icons/square-o/csh.svg vendored Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#999999;}
.st2{fill:#999999;stroke:#999999;stroke-width:0.75;stroke-miterlimit:10;}
</style><rect class="st0" width="100" height="100"/><path class="st1" d="M100 100H0V0h100V100zM9.7 90h80.7V10H9.7"/><path class="st2" d="M42.3 44.2h15.4v3.8H42.3V44.2zM42.3 51.9h15.4v3.8H42.3V51.9zM42.3 59.6h15.4v3.8H42.3V59.6zM69.2 25H38.5c-4.2 0-7.7 3.4-7.7 7.7v34.6h-7.7c0 4.2 3.4 7.7 7.7 7.7h30.8c4.2 0 7.7-3.4 7.7-7.7V36.5h7.7v-3.8C76.9 28.4 73.5 25 69.2 25zM65.4 66.6c0 2.5-2 4.5-4.5 4.5H32.7c1.9-1.3 1.9-3.8 1.9-3.8V32.7c0-2.1 1.7-3.8 3.8-3.8s3.8 1.7 3.8 3.8v3.8h23.1V66.6zM46.2 32.7v-3.8h23.1c3.5 0 3.8 2.2 3.8 3.8H46.2z"/></svg>

After

Width:  |  Height:  |  Size: 742 B

5
dist/icons/square-o/ksh.svg vendored Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#999999;}
.st2{fill:#999999;stroke:#999999;stroke-width:0.75;stroke-miterlimit:10;}
</style><rect class="st0" width="100" height="100"/><path class="st1" d="M100 100H0V0h100V100zM9.7 90h80.7V10H9.7"/><path class="st2" d="M42.3 44.2h15.4v3.8H42.3V44.2zM42.3 51.9h15.4v3.8H42.3V51.9zM42.3 59.6h15.4v3.8H42.3V59.6zM69.2 25H38.5c-4.2 0-7.7 3.4-7.7 7.7v34.6h-7.7c0 4.2 3.4 7.7 7.7 7.7h30.8c4.2 0 7.7-3.4 7.7-7.7V36.5h7.7v-3.8C76.9 28.4 73.5 25 69.2 25zM65.4 66.6c0 2.5-2 4.5-4.5 4.5H32.7c1.9-1.3 1.9-3.8 1.9-3.8V32.7c0-2.1 1.7-3.8 3.8-3.8s3.8 1.7 3.8 3.8v3.8h23.1V66.6zM46.2 32.7v-3.8h23.1c3.5 0 3.8 2.2 3.8 3.8H46.2z"/></svg>

After

Width:  |  Height:  |  Size: 742 B

5
dist/icons/square-o/sh.svg vendored Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#999999;}
.st2{fill:#999999;stroke:#999999;stroke-width:0.75;stroke-miterlimit:10;}
</style><rect class="st0" width="100" height="100"/><path class="st1" d="M100 100H0V0h100V100zM9.7 90h80.7V10H9.7"/><path class="st2" d="M42.3 44.2h15.4v3.8H42.3V44.2zM42.3 51.9h15.4v3.8H42.3V51.9zM42.3 59.6h15.4v3.8H42.3V59.6zM69.2 25H38.5c-4.2 0-7.7 3.4-7.7 7.7v34.6h-7.7c0 4.2 3.4 7.7 7.7 7.7h30.8c4.2 0 7.7-3.4 7.7-7.7V36.5h7.7v-3.8C76.9 28.4 73.5 25 69.2 25zM65.4 66.6c0 2.5-2 4.5-4.5 4.5H32.7c1.9-1.3 1.9-3.8 1.9-3.8V32.7c0-2.1 1.7-3.8 3.8-3.8s3.8 1.7 3.8 3.8v3.8h23.1V66.6zM46.2 32.7v-3.8h23.1c3.5 0 3.8 2.2 3.8 3.8H46.2z"/></svg>

After

Width:  |  Height:  |  Size: 742 B

5
dist/icons/square-o/zsh.svg vendored Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#999999;}
.st2{fill:#999999;stroke:#999999;stroke-width:0.75;stroke-miterlimit:10;}
</style><rect class="st0" width="100" height="100"/><path class="st1" d="M100 100H0V0h100V100zM9.7 90h80.7V10H9.7"/><path class="st2" d="M42.3 44.2h15.4v3.8H42.3V44.2zM42.3 51.9h15.4v3.8H42.3V51.9zM42.3 59.6h15.4v3.8H42.3V59.6zM69.2 25H38.5c-4.2 0-7.7 3.4-7.7 7.7v34.6h-7.7c0 4.2 3.4 7.7 7.7 7.7h30.8c4.2 0 7.7-3.4 7.7-7.7V36.5h7.7v-3.8C76.9 28.4 73.5 25 69.2 25zM65.4 66.6c0 2.5-2 4.5-4.5 4.5H32.7c1.9-1.3 1.9-3.8 1.9-3.8V32.7c0-2.1 1.7-3.8 3.8-3.8s3.8 1.7 3.8 3.8v3.8h23.1V66.6zM46.2 32.7v-3.8h23.1c3.5 0 3.8 2.2 3.8 3.8H46.2z"/></svg>

After

Width:  |  Height:  |  Size: 742 B

View File

@ -20,6 +20,7 @@
@include file-icon(square-o, sqo, asax);
@include file-icon(square-o, sqo, ascx);
@include file-icon(square-o, sqo, asf);
@include file-icon(square-o, sqo, ash);
@include file-icon(square-o, sqo, ashx);
@include file-icon(square-o, sqo, asmx);
@include file-icon(square-o, sqo, asp);
@ -29,14 +30,20 @@
@include file-icon(square-o, sqo, aup);
@include file-icon(square-o, sqo, avi);
@include file-icon(square-o, sqo, axd);
@include file-icon(square-o, sqo, bash);
@include file-icon(square-o, sqo, bat);
@include file-icon(square-o, sqo, bin);
@include file-icon(square-o, sqo, blank);
@include file-icon(square-o, sqo, bmp);
@include file-icon(square-o, sqo, bpg);
@include file-icon(square-o, sqo, bz2);
@include file-icon(square-o, sqo, caf);
@include file-icon(square-o, sqo, cd);
@include file-icon(square-o, sqo, cmd);
@include file-icon(square-o, sqo, com);
@include file-icon(square-o, sqo, cr2);
@include file-icon(square-o, sqo, cs);
@include file-icon(square-o, sqo, csh);
@include file-icon(square-o, sqo, db);
@include file-icon(square-o, sqo, dbf);
@include file-icon(square-o, sqo, dng);
@ -61,6 +68,7 @@
@include file-icon(square-o, sqo, jpe);
@include file-icon(square-o, sqo, jpeg);
@include file-icon(square-o, sqo, jpg);
@include file-icon(square-o, sqo, ksh);
@include file-icon(square-o, sqo, licx);
@include file-icon(square-o, sqo, m2v);
@include file-icon(square-o, sqo, m3u);
@ -99,6 +107,7 @@
@include file-icon(square-o, sqo, raw);
@include file-icon(square-o, sqo, resx);
@include file-icon(square-o, sqo, rm);
@include file-icon(square-o, sqo, sh);
@include file-icon(square-o, sqo, skin);
@include file-icon(square-o, sqo, sln);
@include file-icon(square-o, sqo, tga);
@ -124,3 +133,4 @@
@include file-icon(square-o, sqo, xz);
@include file-icon(square-o, sqo, z);
@include file-icon(square-o, sqo, zip);
@include file-icon(square-o, sqo, zsh);