react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 583 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_switch_camera = void 0;
var ic_switch_camera = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 11.5V13H9v2.5L5.5 12 9 8.5V11h6V8.5l3.5 3.5-3.5 3.5z"
},
"children": []
}]
};
exports.ic_switch_camera = ic_switch_camera;
;