init
This commit is contained in:
commit
a04776256d
56 changed files with 6808 additions and 0 deletions
14
components/ui/vercel-logo.tsx
Normal file
14
components/ui/vercel-logo.tsx
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import { cn } from "@/lib/utils";
|
||||
|
||||
export const VercelLogo = ({ className }: { className?: string }) => (
|
||||
<svg
|
||||
height={22}
|
||||
viewBox="0 0 235 203"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
aria-label="Vercel Logo"
|
||||
className={cn(className, "dark:fill-white fill-black")}
|
||||
>
|
||||
<path d="M117.082 0L234.164 202.794H0L117.082 0Z" fill="currentColor" />
|
||||
</svg>
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue