INNER CODE UNIT · JavaScript
href
Expensify/react-native-qrcode-svg · src/LogoSVG/index.js:11
return <Image href={encodeURI(href)} width={logoSize} height={logoSize} />
}
// if `svg` prop is actually a svg asset wrapped in a React component, then we can just render it
const LogoSVGComponent = svg
return (
<LogoSVGComponent fill={logoColor} width={logoSize} height={logoSize} />
)
}
export default LogoSVG