{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"youtube-icon","type":"registry:component","description":"YouTube icon","files":[{"path":"components/icons/youtube-icon.tsx","type":"registry:component","content":"export function YoutubeIcon(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=\"M23.498,6.186c-0.276-1.039-1.089-1.858-2.122-2.136C19.505,3.546,12,3.546,12,3.546s-7.505,0-9.377,0.504C1.591,4.328,0.778,5.147,0.501,6.186C0,8.061,0,12,0,12s0,3.939,0.501,5.814c0.276,1.039,1.089,1.859,2.122,2.136C4.495,20.455,12,20.455,12,20.455s7.505,0,9.376-0.504c1.033-0.278,1.846-1.097,2.122-2.136C24,15.939,24,12,24,12S24,8.061,23.498,6.186z M9.75,15.568V8.432L15.818,12L9.75,15.568z\" />\n\t\t</svg>\n\t);\n}\n"}]}