import IconProps from './IconProps'; const Qr = (props: IconProps) => { return ( ) } export default Qr