{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"x-icon","type":"registry:component","description":"X (Twitter) icon","files":[{"path":"components/icons/x-icon.tsx","type":"registry:component","content":"export function XIcon(props: React.ComponentProps<\"svg\">) {\n\treturn (\n\t\t<svg\n\t\t\tfill=\"currentColor\"\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path d=\"m18.9,1.153h3.682l-8.042,9.189,9.46,12.506h-7.405l-5.804-7.583-6.634,7.583H.469l8.6-9.831L0,1.153h7.593l5.241,6.931,6.065-6.931Zm-1.293,19.494h2.039L6.482,3.239h-2.19l13.314,17.408Z\" />\n\t\t</svg>\n\t);\n}\n"}]}