react-icons-kit
Version:
React Icons Kit using various Svg Icon set
19 lines (18 loc) • 457 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.archive = void 0;
var archive = {
"viewBox": "0 0 14 16",
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"d": "M13 2H1v2h12V2zM0 4a1 1 0 001 1v9a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 001-1V2a1 1 0 00-1-1H1a1 1 0 00-1 1v2zm2 1h10v9H2V5zm2 3h6V7H4v1z"
},
"children": []
}],
"attribs": {}
};
exports.archive = archive;
;