Logo
The Delphi logo and brand mark components.
Official Delphi logo and brand mark variations.
Usage
import { DelphiLogo, DelphiTobiasIcon } from "@delphi/ui";
export function Example() {
return (
<div className="flex items-center gap-4">
<DelphiTobiasIcon className="size-8" />
<DelphiLogo className="h-6" />
</div>
);
}