react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 409 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.file = void 0;
var file = {
"viewBox": "0 0 1536 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M1024 512v-472q22 14 36 28l408 408q14 14 28 36h-472zM896 544q0 40 28 68t68 28h544v1056q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1600q0-40 28-68t68-28h800v544z"
}
}]
};
exports.file = file;
;