react-icons-kit
Version:
React Icons Kit using various Svg Icon set
45 lines (44 loc) • 755 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.menu = void 0;
var menu = {
"viewBox": "0 0 24 24",
"children": [{
"name": "line",
"attribs": {
"x1": "3",
"y1": "12",
"x2": "21",
"y2": "12"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "3",
"y1": "6",
"x2": "21",
"y2": "6"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "3",
"y1": "18",
"x2": "21",
"y2": "18"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.menu = menu;
;