react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 524 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_dashboard_customize = void 0;
var ic_dashboard_customize = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M3 3h8v8H3zm10 0h8v8h-8zM3 13h8v8H3zm15 0h-2v3h-3v2h3v3h2v-3h3v-2h-3z"
},
"children": []
}]
};
exports.ic_dashboard_customize = ic_dashboard_customize;
;