import { FC, SVGProps } from 'react'; declare const IconCode: FC & { fill?: string }>; export default IconCode;