import React from 'react';
import withIcon from '../lib/withIcon';
export const IconVideoCameraOff = withIcon(function IconVideoCameraOff(props) {
    return (<svg data-tag="IconVideoCameraOff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m4.39 10.693 3.385 3.333 3.385 3.332c.463.456.64.817.538 1.065-.102.248-.484.384-1.14.389a102.117 102.117 0 0 1-1.414.004c-3.115 0-4.672 0-5.451-.767-.779-.767-.779-2.3-.779-5.368v-1.386c0-.649.136-1.029.389-1.132.253-.103.622.072 1.088.53M17.012 18.3c.294.289.44.505.44.723 0 .216-.146.433-.44.722-.293.29-.514.434-.734.434-.22 0-.44-.145-.734-.434L8.41 12.723 1.277 5.7c-.293-.289-.44-.506-.44-.723 0-.217.147-.434.44-.723.294-.289.514-.433.735-.433.22 0 .44.144.734.433l.361.356.362.356c.25.246.443.384.661.443.218.059.46.038.805-.033.46-.095 1.024-.143 1.718-.167a76.172 76.172 0 0 1 2.491-.025c2.45 0 3.937 0 4.839.374.902.374 1.219 1.12 1.33 2.612.034.436.165.705.376.799.211.093.503.011.855-.255a.195.195 0 0 1 .006-.005l.007-.005c2.172-1.644 3.262-2.464 3.807-2.05.546.412.549 2.058.549 5.346 0 3.288-.003 4.934-.549 5.347-.546.413-1.635-.407-3.807-2.05a.766.766 0 0 1-.013-.01c-.352-.267-.644-.35-.855-.256-.211.094-.342.363-.375.799v.008c-.024.3-.016.505.05.687.067.183.194.344.41.557l.619.609z"/>
    </svg>);
});
//# sourceMappingURL=VideoCameraOff.jsx.map