import { ReactIconComponentType } from '../types';

declare const CodeOff: ReactIconComponentType;
export default CodeOff;
            