import * as React from "react"; import { SVGProps } from "react"; const SvgQrcodePlus = (props: SVGProps) => ( ); export default SvgQrcodePlus;