qdrant

PreviousNext
Docs
svglcomponent

Preview

Loading preview…
././static/components-generated/qdrantIconLight.tsx
import type { SVGProps } from "react";

const QdrantIconLight = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} fill="none" viewBox="0 0 57 64">
    <g clipPath="url(#a)">
      <path
        fill="#dc244c"
        d="M28.335 0 .62 16v32l27.714 16 10.392-6V46l-10.392 6-17.32-10V22l17.32-10 17.32 10v40l10.393-6V16z"
      />
      <path fill="#dc244c" d="M17.943 26v12l10.392 6 10.392-6V26l-10.392-6z" />
      <path
        fill="#bd0c3e"
        d="M38.727 46v12l-10.392 6V52zm17.321-30v40l-10.393 6V22z"
      />
      <path
        fill="#ff516b"
        d="m56.048 16-10.393 6-17.32-10-17.32 10L.62 16 28.335 0z"
      />
      <path fill="#dc244c" d="M28.335 52v12L.62 48V16l10.394 6v20z" />
      <path fill="#ff516b" d="m38.727 26-10.392 6-10.392-6 10.392-6z" />
      <path fill="#dc244c" d="M28.335 32v12l-10.392-6V26z" />
      <path fill="#bd0c3e" d="M38.727 26v12l-10.392 6V32z" />
    </g>
    <defs>
      <clipPath id="a">
        <path fill="#fff" d="M.332 0h56v64h-56z" />
      </clipPath>
    </defs>
  </svg>
);

export { QdrantIconLight };

Installation

npx shadcn@latest add @svgl/qdrant

Usage

import { Qdrant } from "@/components/qdrant"
<Qdrant />