import { IconProps } from '../lib';
declare function CodeSimple(props: IconProps): JSX.Element;
export default CodeSimple;
