{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"core-vs-codium","type":"registry:ui","title":"VSCodium logo","description":"Tailark core vs-codium svg logo","files":[{"path":"core/ui/svgs/vs-codium.tsx","type":"registry:ui","target":"@ui/svgs/vs-codium.tsx","content":"import { type SVGProps } from 'react'\n\nexport function VSCodium(props: SVGProps<SVGSVGElement>) {\n    return (\n        <svg\n            xmlns=\"http://www.w3.org/2000/svg\"\n            viewBox=\"0 0 100 100\"\n            width=\"1em\"\n            height=\"1em\"\n            {...props}>\n            <defs>\n                <linearGradient\n                    id=\"a\"\n                    x1={199.997}\n                    x2={296.665}\n                    y1={214.302}\n                    y2={307.573}\n                    gradientTransform=\"translate(-200 -213)\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop\n                        offset={0}\n                        stopColor=\"#62A0EA\"\n                    />\n                    <stop\n                        offset={1}\n                        stopColor=\"#1A5FB4\"\n                    />\n                </linearGradient>\n            </defs>\n            <path\n                fill=\"url(#a)\"\n                d=\"M48.26 2.274a6.113 6.113 0 0 0-1.838 8.468c10.109 15.655 12.495 27.463 11.46 37.811-4.184 19.816-13.279 23.836-21.227 23.836-7.76 0-5.682-12.771.151-16.509 3.482-2.174 7.942-3.587 11.365-3.587 3.392 0 6.142-2.741 6.142-6.123 0-3.383-2.75-6.124-6.142-6.124-3.998 0-7.92.84-11.581 2.27.748-3.529 1.024-7.343.057-11.397-1.468-6.156-5.694-12.036-13.032-17.736a6.15 6.15 0 0 0-8.621 1.065 6.114 6.114 0 0 0 1.078 8.595c5.978 4.643 7.952 8.08 8.627 10.909.675 2.829.132 5.864-1.224 10.034-1.733 5.62-3.745 10.637-4.627 15.448-.434 2.368-.471 4.945-.583 7.004-4.305-4.196-5.99-9.736-5.99-17.831-.001-3.382-2.751-6.124-6.142-6.123-3.389.003-6.135 2.743-6.136 6.123 0 11.056 3.233 21.576 11.898 28.594 7.844 7.473 27.791 4.711 27.791 16.708 0 3.386 4.956 5.034 8.347 5.034 3.478 0 7.855-2.325 7.855-5.034 0-13.612 14.345-21.885 37.96-21.849 3.392.005 6.144-2.734 6.149-6.116.006-3.383-2.738-6.13-6.13-6.136a78.226 78.226 0 0 0-4.741.145c2.64-6.209 3.811-13.045 3.569-20.429-.112-3.381-2.95-6.031-6.339-5.921-3.393.11-6.051 2.943-5.94 6.326.32 9.668-.042 18.301-7.245 22.852-2.048 1.293-4.429 2.415-6.687 2.415 1.753-4.768 3.077-9.801 3.619-15.226.346-3.462.383-7.575-.012-10.77-.613-4.95-1.353-10.564.526-14.793 1.688-3.642 5.47-5.167 11.023-5.167 3.389-.003 6.135-2.744 6.136-6.123.002-3.383-2.745-6.127-6.136-6.13-8.252 0-14.507 4.343-18.053 9.59-1.854-3.96-4.112-8.041-6.84-12.265a6.14 6.14 0 0 0-3.86-2.669 6.159 6.159 0 0 0-4.627.831z\"\n            />\n        </svg>\n    )\n}\n"}]}