import type { SVGProps } from "react";
const AnthropicBlack = (props: SVGProps<SVGSVGElement>) => (
<svg
{...props}
fillRule="evenodd"
style={{ flex: "none", lineHeight: "1" }}
viewBox="0 0 24 24"
>
<title>Anthropic</title>
<path d="M13.827 3.52h3.603L24 20h-3.603l-6.57-16.48zm-7.258 0h3.767L16.906 20h-3.674l-1.343-3.461H5.017l-1.344 3.46H0L6.57 3.522zm4.132 9.959L8.453 7.687 6.205 13.48H10.7z" />
</svg>
);
export { AnthropicBlack };
npx shadcn@latest add @svgl/anthropicimport { Anthropic } from "@/components/anthropic"<Anthropic />