{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"shadcn-icon","type":"registry:component","description":"shadcn/ui icon","files":[{"path":"components/icons/shadcn-icon.tsx","type":"registry:component","content":"export function ShadcnIcon(props: React.ComponentProps<\"svg\">) {\n\treturn (\n\t\t<svg stroke=\"currentColor\" viewBox=\"0 0 256 256\" {...props}>\n\t\t\t<path\n\t\t\t\td=\"M208 128l-80 80M192 40L40 192\"\n\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t\tstrokeWidth=\"25\"\n\t\t\t/>\n\t\t</svg>\n\t);\n}\n"}]}