Logo

The Logo component is a UI element designed to display a company's logo in various sizes and formats. It ensures the logo is presented consistently throughout the application, typically in SVG format for scalability and clarity. This component helps maintain brand identity by integrating the company's logo seamlessly into the design.

import { Logo } from 'welcome-ui/Logo'
const Example = () => {
return <Logo className="h-[100px]" />
}
export default Example