import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCameraOff = withIcon(function IconCameraOff(props) {
    return (<svg data-tag="IconCameraOff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M8.252 13.505a3.73 3.73 0 0 0 1.096 2.647 3.731 3.731 0 0 0 3.426 1.014 3.75 3.75 0 0 0 .752-.244c.322-.144.555-.207.769-.173.214.035.41.168.66.418l.48.48.48.48c.714.715 1 1.245.854 1.597-.145.352-.722.526-1.732.526H8.996c-2.998 0-4.497 0-5.247-.844C3 18.562 3 16.875 3 13.5c0-1.437 0-2.571.058-3.465.059-.893.175-1.546.407-2.023.282-.58.558-.889.877-.938.318-.05.68.16 1.137.617l1.427 1.427 1.427 1.427c.25.25.383.446.418.66.034.214-.03.446-.173.77a3.743 3.743 0 0 0-.326 1.53M12 3.75c-.778 0-1.354 0-1.807.053-.453.053-.783.158-1.068.369-.424.313-.733.468-1.03.453-.297-.015-.58-.202-.953-.574l-.287-.287-.287-.287C6.25 3.159 6.011 3 5.773 3c-.24 0-.478.159-.796.477-.318.318-.477.557-.477.796 0 .238.159.477.477.795l7.728 7.728 7.727 7.727c.318.318.557.477.796.477.238 0 .477-.159.795-.477.318-.318.477-.557.477-.796 0-.238-.159-.477-.477-.795l-.329-.329-.328-.329c-.213-.212-.333-.352-.395-.514-.061-.161-.064-.345-.041-.644.034-.457.052-.98.061-1.579.009-.599.01-1.275.01-2.037 0-2.64-.001-4.256-.36-5.24-.36-.985-1.077-1.337-2.513-1.448-.589-.046-1.04-.17-1.416-.411-.377-.242-.679-.6-.968-1.115-.432-.768-.769-1.152-1.297-1.344C13.92 3.75 13.2 3.75 12 3.75"/>
    </svg>);
});
//# sourceMappingURL=CameraOff.jsx.map