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