react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 344 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.excerpt = void 0;
var excerpt = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0v1h7v-1h-7zm0 2v1h5v-1h-5zm0 2v1h8v-1h-8zm0 2v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1z"
}
}]
};
exports.excerpt = excerpt;
;