Logo

Branded logo component with the signature red offset shadow. Renders as a link when href is provided.

Import

import { Logo } from "poyraz-ui/atoms";

Default

Logo with the brutalist red offset shadow.

Poyraz Logo
<Logo width={40} height={40} />

Sizes

Adjust dimensions via width and height props.

Poyraz Logo
Poyraz Logo
Poyraz Logo
<Logo width={32} height={32} />
<Logo width={48} height={48} />
<Logo width={64} height={64} />

As Link

Wrap with href to render as a clickable link.

Poyraz Logo
<Logo width={40} height={40} href="/" />