'use strict';
const icons = ;
const IMG_SIZE = 16;
let css = `i.icon { display: block; height: px; width: px; }\n`;
css += 'table tr { white-space: nowrap; }\n';
css += 'td.perms {}\n';
css += 'td.file-size { text-align: right; padding-left: 1em; }\n';
css += 'td.display-name { padding-left: 1em; }\n';
Object..;
exports. = icons;
exports. = css;