react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 658 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.camera = void 0;
var camera = {
"viewBox": "0 0 1920 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M960 672q119 0 203.5 84.5t84.5 203.5-84.5 203.5-203.5 84.5-203.5-84.5-84.5-203.5 84.5-203.5 203.5-84.5zM1664 256q106 0 181 75t75 181v896q0 106-75 181t-181 75h-1408q-106 0-181-75t-75-181v-896q0-106 75-181t181-75h224l51-136q19-49 69.5-84.5t103.5-35.5h512q53 0 103.5 35.5t69.5 84.5l51 136h224zM960 1408q185 0 316.5-131.5t131.5-316.5-131.5-316.5-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5z"
}
}]
};
exports.camera = camera;
;