react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 589 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_looks_outline = void 0;
var ic_looks_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 10c-3.86 0-7 3.14-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.86-3.14-7-7-7zm0-4C5.93 6 1 10.93 1 17h2c0-4.96 4.04-9 9-9s9 4.04 9 9h2c0-6.07-4.93-11-11-11z"
},
"children": []
}]
};
exports.ic_looks_outline = ic_looks_outline;
;