react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 327 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.menu = void 0;
var menu = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0v1h8v-1h-8zm0 2.97v1h8v-1h-8zm0 3v1h8v-1h-8z",
"transform": "translate(0 1)"
}
}]
};
exports.menu = menu;
;