qt

PreviousNext
Docs
svglcomponent

Preview

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

const Qt = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 54 43">
    <path fill="#0c0" d="M1 42V10l9-9h43v33l-9 9z" />
    <text x="9" y="32" fill="#FFF" font-family="Arial" font-size="32">
      Qt
    </text>
  </svg>
);

export { Qt };

Installation

npx shadcn@latest add @svgl/qt

Usage

import { Qt } from "@/components/qt"
<Qt />