// Formats
i.icon {
&.icon-format-docx {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-format-docxf {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-format-oform {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-format-txt {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-format-rtf {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-format-odt {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-format-html {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-format-dotx {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
&.icon-format-ott {
width: 22px;
height: 22px;
.encoded-svg-background('');
}
}