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 };
npx shadcn@latest add @svgl/qtimport { Qt } from "@/components/qt"<Qt />