We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have been trying to make this file here https://s3.us-east-1.wasabisys.com/staticsnnj/conference/2023/MutualCON%20Logo%20%20(250%20%C3%97%2049%20px).svg the logo for the script but cannot seem to be able to this is what I have so far.
/**
http://www.apache.org/licenses/LICENSE-2.0
); }
Can anyone help me in why it is generating this way: https://go.snnj.org/JMh0Ij
The text was updated successfully, but these errors were encountered:
Here is the pasted code for some reason github will not let me post it https://pasty.snnj.org/Kw8tg-3BK1v
Sorry, something went wrong.
@miarosemathews Add the file as an to your codebase
No branches or pull requests
Hello,
I have been trying to make this file here https://s3.us-east-1.wasabisys.com/staticsnnj/conference/2023/MutualCON%20Logo%20%20(250%20%C3%97%2049%20px).svg the logo for the script but cannot seem to be able to this is what I have so far.
/**
*/
export default function IconLogo({
backgroundColor = 'transparent',
foregroundColor = 'var(--accents-1)',
...props
}) {
return (
<svg
width="100%"
height="100%"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
);
}
Can anyone help me in why it is generating this way: https://go.snnj.org/JMh0Ij
The text was updated successfully, but these errors were encountered: