react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 548 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_tune_outline = void 0;
var ic_tune_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"
},
"children": []
}]
};
exports.ic_tune_outline = ic_tune_outline;
;