react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 695 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_invert_colors_outline = void 0;
var ic_invert_colors_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M24 0H0v24h24V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M17.66 7.93L12 2.27 6.34 7.93c-3.12 3.12-3.12 8.19 0 11.31C7.9 20.8 9.95 21.58 12 21.58s4.1-.78 5.66-2.34c3.12-3.12 3.12-8.19 0-11.31zM12 19.59c-1.6 0-3.11-.62-4.24-1.76C6.62 16.69 6 15.19 6 13.59s.62-3.11 1.76-4.24L12 5.1v14.49z"
},
"children": []
}]
};
exports.ic_invert_colors_outline = ic_invert_colors_outline;
;