diff --git a/src/shared/LogoSvgLight.tsx b/src/shared/LogoSvgLight.tsx new file mode 100644 index 0000000..aeb142f --- /dev/null +++ b/src/shared/LogoSvgLight.tsx @@ -0,0 +1,31 @@ +import React from "react"; + +const LogoSvgLight = () => { + return ( + + + + + + + ); +}; + +export default LogoSvgLight;