import type { SVGProps } from "react"; const SvgQrCodeReaderIcon = (props: SVGProps) => ( ); export default SvgQrCodeReaderIcon;