react-icons-kit
Version:
React Icons Kit using various Svg Icon set
63 lines (62 loc) • 1.34 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_drag_handle = void 0;
var ic_drag_handle = {
"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": "g",
"attribs": {},
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "path",
"attribs": {
"d": "M20,9H4v2h16V9z M4,15h16v-2H4V15z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M20,9H4v2h16V9z M4,15h16v-2H4V15z"
},
"children": []
}]
}]
}]
}]
}]
}]
}]
};
exports.ic_drag_handle = ic_drag_handle;
;