react-icons-kit
Version:
React Icons Kit using various Svg Icon set
54 lines (53 loc) • 987 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.fileText = void 0;
var fileText = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "14 2 14 8 20 8"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "16",
"y1": "13",
"x2": "8",
"y2": "13"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "16",
"y1": "17",
"x2": "8",
"y2": "17"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "10 9 9 9 8 9"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.fileText = fileText;
;