react-icons-kit
Version:
React Icons Kit using various Svg Icon set
30 lines (29 loc) • 739 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_camera_enhance = void 0;
var ic_camera_enhance = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M9 3L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3.17L15 3H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 17l1.25-2.75L16 13l-2.75-1.25L12 9l-1.25 2.75L8 13l2.75 1.25z"
},
"children": []
}]
};
exports.ic_camera_enhance = ic_camera_enhance;
;