@ohu-mobile/icons
Version:
12 lines (11 loc) • 676 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const CameraLensFilled = {
name: 'camera-lens',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M9.827 21.763 14.31 14l3.532 6.117A9.96 9.96 0 0 1 12 22c-.746 0-1.473-.082-2.173-.237M7.89 21.12A10.03 10.03 0 0 1 2.458 15h8.965L7.89 21.119zM2.05 13a9.96 9.96 0 0 1 2.583-7.761L9.112 13zm4.109-9.117A9.96 9.96 0 0 1 12 2c.746 0 1.473.082 2.173.237L9.69 10zM16.11 2.88A10.03 10.03 0 0 1 21.542 9h-8.965l3.533-6.119zM21.95 11a9.96 9.96 0 0 1-2.583 7.761L14.888 11h7.064z"/>',
};
exports.default = CameraLensFilled;