{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"framer-icon","type":"registry:component","description":"Framer icon","files":[{"path":"components/icons/framer-icon.tsx","type":"registry:component","content":"export function FramerIcon(props: React.ComponentProps<\"svg\">) {\n\treturn (\n\t\t<svg preserveAspectRatio=\"xMidYMid\" viewBox=\"0 0 256 384\" {...props}>\n\t\t\t<path d=\"M0 0h256v128H128L0 0Zm0 128h128l128 128H128v128L0 256V128Z\" />\n\t\t</svg>\n\t);\n}\n"}]}