react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 339 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.box = void 0;
var box = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0v1h8v-1h-8zm0 2v5.91c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-5.91h-2.97v1.03h-2.03v-1.03h-3z"
}
}]
};
exports.box = box;
;