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_photo_camera_back = void 0;
var ic_photo_camera_back = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20 5c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3.17L9 3h6l1.83 2H20zm0 14V7H4v12h16zm-6-7l-3 3.72L9 13l-3 4h12l-4-5z"
},
"children": []
}]
};
exports.ic_photo_camera_back = ic_photo_camera_back;
;