react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 330 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.project = void 0;
var project = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0v7h1v-7h-1zm7 0v7h1v-7h-1zm-5 1v1h2v-1h-2zm1 2v1h2v-1h-2zm1 2v1h2v-1h-2z"
}
}]
};
exports.project = project;
;