react-icons-kit
Version:
React Icons Kit using various Svg Icon set
43 lines (42 loc) • 998 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_legend_toggle = void 0;
var ic_legend_toggle = {
"viewBox": "0 0 24 24",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "rect",
"attribs": {
"fill": "none",
"height": "24",
"width": "24"
},
"children": [{
"name": "rect",
"attribs": {
"fill": "none",
"height": "24",
"width": "24"
},
"children": []
}]
}, {
"name": "path",
"attribs": {
"d": "M20,15H4v-2h16V15z M20,17H4v2h16V17z M15,11l5-3.55L20,5l-5,3.55L10,5L4,8.66L4,11l5.92-3.61L15,11z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M20,15H4v-2h16V15z M20,17H4v2h16V17z M15,11l5-3.55L20,5l-5,3.55L10,5L4,8.66L4,11l5.92-3.61L15,11z"
},
"children": []
}]
}]
}]
};
exports.ic_legend_toggle = ic_legend_toggle;
;