We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e618d commit ab03817Copy full SHA for ab03817
core/src/logo/Logo.tsx
@@ -1,6 +1,4 @@
1
-import { FC } from 'react';
2
-
3
-export default function Logo(props: FC<React.SVGProps<SVGSVGElement>>) {
+export default function Logo(props: React.SVGProps<SVGSVGElement>) {
4
return (
5
<svg width="93" height="35" viewBox="0 0 249 95" {...props}>
6
<path
core/src/logo/LogoRect.tsx
-export default function LogoRect(props: FC<React.SVGProps<SVGSVGElement>>) {
+export default function LogoRect(props: React.SVGProps<SVGSVGElement>) {
<svg width="28" height="28" viewBox="0 0 92 92" {...props}>
0 commit comments