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.document = void 0;
var document = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0v8h7v-4h-4v-4h-3zm4 0v3h3l-3-3zm-3 2h1v1h-1v-1zm0 2h1v1h-1v-1zm0 2h4v1h-4v-1z"
}
}]
};
exports.document = document;
;