{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "features-06",
  "title": "Features 06",
  "description": "A simple features block",
  "dependencies": [
    "lucide-react"
  ],
  "registryDependencies": [
    "button"
  ],
  "files": [
    {
      "path": "src/registry/blocks/shared/features-06/components/features.tsx",
      "content": "import type { SVGProps } from \"react\";\n\nconst features = [\n  {\n    category: \"Marketing and Sales\",\n    title: \"Collect and Enrich Leads Your Way\",\n    details:\n      \"Take control over how and when to follow up with your leads. Store and reference leads in multiple tables and automatically send them personalized emails.\",\n    tutorialLink: \"#\",\n    icon: Flower_10,\n  },\n  {\n    category: \"Project Management\",\n    title: \"Streamline Your Workflows Easily\",\n    details:\n      \"Organize tasks, deadlines, and team collaboration in one place. Use customizable boards to manage projects efficiently and automate routine updates.\",\n    tutorialLink: \"#\",\n    icon: Star_1,\n  },\n  {\n    category: \"Customer Support\",\n    title: \"Deliver Seamless Customer Experiences\",\n    details:\n      \"Track customer queries faster with an integrated ticketing system. Set priorities, automate follow-ups, and enhance satisfaction with personalized responses.\",\n    tutorialLink: \"#\",\n    icon: Moon_12,\n  },\n  {\n    category: \"Team Collaboration\",\n    title: \"Stay Connected with Your Team\",\n    details:\n      \"Simplify communication with shared boards and real-time updates. Enable transparent goal tracking and instant feedback for better results.\",\n    tutorialLink: \"#\",\n    icon: Triangle_14,\n  },\n];\n\nconst Features = () => {\n  return (\n    <div className=\"px-6 py-20\">\n      <div className=\"mx-auto w-full max-w-(--breakpoint-lg)\">\n        <h2 className=\"text-pretty text-center font-medium text-4xl tracking-[-0.04em] md:text-[2.75rem]\">\n          Less setup, more building\n        </h2>\n        <p className=\"mt-3 text-pretty text-center text-lg text-muted-foreground tracking-[-0.01em] md:text-2xl\">\n          Simple, customizable, and easy to drop into your workflow\n        </p>\n        <div className=\"mx-auto mt-12 grid w-full gap-x-8 gap-y-12 md:mt-18 lg:grid-cols-2\">\n          {features.map((feature) => (\n            <div\n              className=\"flex flex-col items-center gap-x-12 gap-y-6\"\n              key={feature.category}\n            >\n              <div className=\"relative aspect-video w-full rounded-xl bg-linear-to-r from-indigo-400 to-orange-300 p-2\">\n                <div className=\"size-full rounded-lg bg-card\" />\n\n                <div\n                  className=\"absolute inset-0 isolate z-0\"\n                  style={{\n                    backgroundImage: `\n        linear-gradient(to right, var(--border) 1px, transparent 1px),\n        linear-gradient(to bottom, var(--border) 1px, transparent 1px)\n      `,\n                    backgroundSize: \"20px 20px\",\n                    backgroundPosition: \"0 0, 0 0\",\n                    maskImage: `\n       repeating-linear-gradient(\n              to right,\n              black 0px,\n              black 3px,\n              transparent 3px,\n              transparent 8px\n            ),\n            repeating-linear-gradient(\n              to bottom,\n              black 0px,\n              black 3px,\n              transparent 3px,\n              transparent 8px\n            ),\n          radial-gradient(ellipse 60% 60% at 50% 50%, #000 30%, transparent 70%)\n      `,\n                    WebkitMaskImage: `\n repeating-linear-gradient(\n              to right,\n              black 0px,\n              black 3px,\n              transparent 3px,\n              transparent 8px\n            ),\n            repeating-linear-gradient(\n              to bottom,\n              black 0px,\n              black 3px,\n              transparent 3px,\n              transparent 8px\n            ),\n          radial-gradient(ellipse 60% 60% at 50% 50%, #000 30%, transparent 70%)\n      `,\n                    maskComposite: \"intersect\",\n                    WebkitMaskComposite: \"source-in\",\n                  }}\n                />\n\n                {feature.icon && (\n                  <feature.icon className=\"absolute inset-0 isolate m-auto size-20\" />\n                )}\n              </div>\n              <div className=\"flex flex-1 basis-1/2 flex-col items-start\">\n                <h4 className=\"mt-1 mb-2 font-medium text-2xl tracking-[-0.02em]\">\n                  {feature.title}\n                </h4>\n                <p className=\"mb-6 text-lg text-muted-foreground\">\n                  {feature.details}\n                </p>\n              </div>\n            </div>\n          ))}\n        </div>\n      </div>\n    </div>\n  );\n};\n\nfunction Star_1(props: SVGProps<SVGSVGElement>) {\n  return (\n    <svg\n      className=\"coolshapes star-1\"\n      fill=\"none\"\n      viewBox=\"0 0 200 200\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      {...props}\n    >\n      <g clipPath=\"url(#cs_clip_1_star-1)\">\n        <mask\n          height=\"200\"\n          id=\"cs_mask_1_star-1\"\n          maskUnits=\"userSpaceOnUse\"\n          style={{ maskType: \"alpha\" }}\n          width=\"200\"\n          x=\"0\"\n          y=\"0\"\n        >\n          <path\n            d=\"M200 100C200 44.772 155.228 0 100 0S0 44.772 0 100s44.772 100 100 100 100-44.772 100-100zm-85.203-14.798c8.22 8.22 20.701 9.967 45.664 13.462L170 100l-9.539 1.335c-24.963 3.495-37.444 5.242-45.664 13.462-8.219 8.22-9.967 20.701-13.462 45.664L100 170l-1.335-9.539c-3.495-24.963-5.243-37.444-13.462-45.664-8.22-8.22-20.701-9.967-45.664-13.462L30 100l9.539-1.336c24.963-3.495 37.444-5.242 45.664-13.462 8.22-8.22 9.967-20.7 13.462-45.663L100 30l1.335 9.538c3.495 24.963 5.243 37.445 13.462 45.664z\"\n            fill=\"#fff\"\n            fillRule=\"evenodd\"\n          />\n        </mask>\n        <g mask=\"url(#cs_mask_1_star-1)\">\n          <path d=\"M200 0H0v200h200V0z\" fill=\"#fff\" />\n          <path\n            d=\"M200 0H0v200h200V0z\"\n            fill=\"var(--color-orange-400)\"\n            fillOpacity=\"0.44\"\n          />\n          <g filter=\"url(#filter0_f_748_4325)\">\n            <path\n              d=\"M158 22H15v108h143V22z\"\n              fill=\"var(--color-orange-500)\"\n              fillOpacity=\"0.85\"\n            />\n            <path d=\"M209 101H52v116h157V101z\" fill=\"var(--color-indigo-400)\" />\n            <ellipse\n              cx=\"156\"\n              cy=\"80\"\n              fill=\"var(--color-indigo-300)\"\n              fillOpacity=\"0.79\"\n              rx=\"83\"\n              ry=\"57\"\n            />\n          </g>\n        </g>\n      </g>\n      <g mask=\"url(#cs_mask_1_star-1)\" style={{ mixBlendMode: \"overlay\" }}>\n        <path\n          d=\"M200 0H0v200h200V0z\"\n          fill=\"gray\"\n          filter=\"url(#cs_noise_1_star-1)\"\n          stroke=\"transparent\"\n        />\n      </g>\n      <defs>\n        <filter\n          colorInterpolationFilters=\"sRGB\"\n          filterUnits=\"userSpaceOnUse\"\n          height=\"315\"\n          id=\"filter0_f_748_4325\"\n          width=\"344\"\n          x=\"-45\"\n          y=\"-38\"\n        >\n          <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n          <feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\" />\n          <feGaussianBlur\n            result=\"effect1_foregroundBlur_748_4325\"\n            stdDeviation=\"30\"\n          />\n        </filter>\n        <clipPath id=\"cs_clip_1_star-1\">\n          <path d=\"M0 0H200V200H0z\" fill=\"#fff\" />\n        </clipPath>\n      </defs>\n      <defs>\n        <filter\n          filterUnits=\"objectBoundingBox\"\n          height=\"100%\"\n          id=\"cs_noise_1_star-1\"\n          width=\"100%\"\n          x=\"0%\"\n          y=\"0%\"\n        >\n          <feBlend in=\"SourceGraphic\" in2=\"out2\" result=\"out3\" />\n        </filter>\n      </defs>\n    </svg>\n  );\n}\n\nfunction Flower_10(props: SVGProps<SVGSVGElement>) {\n  return (\n    <svg\n      className=\"coolshapes flower-10\"\n      fill=\"none\"\n      height=\"400\"\n      viewBox=\"0 0 200 200\"\n      width=\"400\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      {...props}\n    >\n      <g clipPath=\"url(#cs_clip_1_flower-10)\">\n        <mask\n          height=\"200\"\n          id=\"cs_mask_1_flower-10\"\n          maskUnits=\"userSpaceOnUse\"\n          style={{ maskType: \"alpha\" }}\n          width=\"200\"\n          x=\"0\"\n          y=\"0\"\n        >\n          <path\n            d=\"M80.319 34.111C76.102 17.444 81.824 0 99.999 0c18.177 0 23.9 17.444 19.682 34.111-1.636 6.467-4.364 17.835-7.089 29.327-3.332 14.049-4.997 21.073-1.05 25.02 3.947 3.947 10.971 2.281 25.02-1.05 11.492-2.725 22.86-5.453 29.327-7.089C182.556 76.102 200 81.824 200 99.999c0 18.177-17.444 23.9-34.111 19.682-6.467-1.636-17.835-4.364-29.327-7.089-14.049-3.332-21.073-4.997-25.02-1.05-3.947 3.947-2.281 10.971 1.05 25.02 2.725 11.492 5.453 22.86 7.089 29.327C123.898 182.556 118.176 200 100 200c-18.176 0-23.898-17.444-19.681-34.111 1.636-6.467 4.364-17.835 7.089-29.327 3.332-14.049 4.997-21.073 1.05-25.02-3.947-3.947-10.971-2.281-25.02 1.05-11.492 2.725-22.86 5.453-29.327 7.089C17.444 123.898 0 118.176 0 100c0-18.176 17.444-23.898 34.111-19.681 6.467 1.636 17.835 4.364 29.327 7.089 14.049 3.332 21.073 4.997 25.02 1.05 3.947-3.947 2.281-10.971-1.05-25.02-2.725-11.492-5.453-22.86-7.089-29.327z\"\n            fill=\"#fff\"\n          />\n          <path\n            d=\"M50 73c12.703 0 23-10.297 23-23S62.703 27 50 27 27 37.297 27 50s10.297 23 23 23zM150 73c12.703 0 23-10.297 23-23s-10.297-23-23-23-23 10.297-23 23 10.297 23 23 23zM73 150c0 12.703-10.297 23-23 23s-23-10.297-23-23 10.297-23 23-23 23 10.297 23 23zM150 173c12.703 0 23-10.297 23-23s-10.297-23-23-23-23 10.297-23 23 10.297 23 23 23z\"\n            fill=\"#fff\"\n          />\n        </mask>\n        <g mask=\"url(#cs_mask_1_flower-10)\">\n          <path d=\"M200 0H0v200h200V0z\" fill=\"#fff\" />\n          <path\n            d=\"M200 0H0v200h200V0z\"\n            fill=\"var(--color-indigo-500)\"\n            fillOpacity=\"0.19\"\n          />\n          <g filter=\"url(#filter0_f_748_4624)\">\n            <path d=\"M152 84H13v105h139V84z\" fill=\"var(--color-indigo-500)\" />\n            <path d=\"M163-10H42v89h121v-89z\" fill=\"var(--color-orange-400)\" />\n            <path d=\"M204 77H100v129h104V77z\" fill=\"var(--color-indigo-300)\" />\n          </g>\n        </g>\n      </g>\n      <g mask=\"url(#cs_mask_1_flower-10)\" style={{ mixBlendMode: \"overlay\" }}>\n        <path\n          d=\"M200 0H0v200h200V0z\"\n          fill=\"gray\"\n          filter=\"url(#cs_noise_1_flower-10)\"\n          stroke=\"transparent\"\n        />\n      </g>\n      <defs>\n        <filter\n          colorInterpolationFilters=\"sRGB\"\n          filterUnits=\"userSpaceOnUse\"\n          height=\"341\"\n          id=\"filter0_f_748_4624\"\n          width=\"316\"\n          x=\"-49.5\"\n          y=\"-72.5\"\n        >\n          <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n          <feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\" />\n          <feGaussianBlur\n            result=\"effect1_foregroundBlur_748_4624\"\n            stdDeviation=\"31.25\"\n          />\n        </filter>\n        <clipPath id=\"cs_clip_1_flower-10\">\n          <path d=\"M0 0H200V200H0z\" fill=\"#fff\" />\n        </clipPath>\n      </defs>\n      <defs>\n        <filter\n          filterUnits=\"objectBoundingBox\"\n          height=\"100%\"\n          id=\"cs_noise_1_flower-10\"\n          width=\"100%\"\n          x=\"0%\"\n          y=\"0%\"\n        >\n          <feBlend in=\"SourceGraphic\" in2=\"out2\" result=\"out3\" />\n        </filter>\n      </defs>\n    </svg>\n  );\n}\n\nfunction Moon_12(props: SVGProps<SVGSVGElement>) {\n  return (\n    <svg\n      className=\"coolshapes moon-12\"\n      fill=\"none\"\n      height=\"400\"\n      viewBox=\"0 0 200 200\"\n      width=\"400\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      {...props}\n    >\n      <g clipPath=\"url(#cs_clip_1_moon-12)\">\n        <mask\n          height=\"202\"\n          id=\"cs_mask_1_moon-12\"\n          maskUnits=\"userSpaceOnUse\"\n          style={{ maskType: \"alpha\" }}\n          width=\"201\"\n          x=\"-1\"\n          y=\"-1\"\n        >\n          <path\n            d=\"M100.503 101.907C107.74 125.692 129.849 143 156 143c15.184 0 29.006-5.835 39.345-15.385 1.138-1.051 3.017-.565 3.342.95A59.235 59.235 0 01200 141c0 32.585-26.415 59-59 59s-59-26.415-59-59c0-15.679 6.116-29.93 16.093-40.497C74.308 107.74 57 129.849 57 156c0 15.185 5.835 29.006 15.385 39.345 1.051 1.138.565 3.018-.95 3.343A59.236 59.236 0 0159 200c-32.585 0-59-26.415-59-59 0-32.584 26.415-59 59-59 15.68 0 29.93 6.117 40.497 16.093C92.26 74.308 70.15 57 43.999 57c-15.184 0-29.005 5.835-39.344 15.385-1.138 1.051-3.018.565-3.343-.95A59.234 59.234 0 010 59C0 26.415 26.415 0 59 0c32.584 0 59 26.415 59 59 0 15.68-6.117 29.93-16.093 40.497C125.692 92.26 143 70.151 143 44c0-15.185-5.835-29.006-15.385-39.345-1.051-1.138-.565-3.017.95-3.342A59.23 59.23 0 01141 0c32.585 0 59 26.415 59 59s-26.415 59-59 59c-15.68 0-29.93-6.116-40.497-16.093z\"\n            fill=\"#fff\"\n            fillRule=\"evenodd\"\n          />\n        </mask>\n        <g mask=\"url(#cs_mask_1_moon-12)\">\n          <path d=\"M200 0H0v200h200V0z\" fill=\"#fff\" />\n          <path d=\"M200 0H0v200h200V0z\" fill=\"url(#paint0_radial_748_4454)\" />\n          <path d=\"M200 0H0v200h200V0z\" fill=\"url(#paint1_radial_748_4454)\" />\n          <path d=\"M200 0H0v200h200V0z\" fill=\"url(#paint2_radial_748_4454)\" />\n        </g>\n      </g>\n      <g mask=\"url(#cs_mask_1_moon-12)\" style={{ mixBlendMode: \"overlay\" }}>\n        <path\n          d=\"M200 0H0v200h200V0z\"\n          fill=\"gray\"\n          filter=\"url(#cs_noise_1_moon-12)\"\n          stroke=\"transparent\"\n        />\n      </g>\n      <defs>\n        <radialGradient\n          cx=\"0\"\n          cy=\"0\"\n          gradientTransform=\"rotate(-135.99 120.877 57.303) scale(143.21)\"\n          gradientUnits=\"userSpaceOnUse\"\n          id=\"paint0_radial_748_4454\"\n          r=\"1\"\n        >\n          <stop stopColor=\"var(--color-indigo-400)\" />\n          <stop offset=\"0.423\" stopColor=\"var(--color-indigo-400)\" />\n          <stop offset=\"1\" stopColor=\"#fff\" stopOpacity=\"0\" />\n        </radialGradient>\n        <radialGradient\n          cx=\"0\"\n          cy=\"0\"\n          gradientTransform=\"rotate(-45.616 231.53 74.976) scale(263.059)\"\n          gradientUnits=\"userSpaceOnUse\"\n          id=\"paint1_radial_748_4454\"\n          r=\"1\"\n        >\n          <stop stopColor=\"var(--color-indigo-400)\" />\n          <stop\n            offset=\"1\"\n            stopColor=\"var(--color-indigo-400)\"\n            stopOpacity=\"0\"\n          />\n        </radialGradient>\n        <radialGradient\n          cx=\"0\"\n          cy=\"0\"\n          gradientTransform=\"rotate(46.063 -3.673 22.392) scale(209.693)\"\n          gradientUnits=\"userSpaceOnUse\"\n          id=\"paint2_radial_748_4454\"\n          r=\"1\"\n        >\n          <stop offset=\"0.276\" stopColor=\"var(--color-orange-400)\" />\n          <stop\n            offset=\"1\"\n            stopColor=\"var(--color-orange-400)\"\n            stopOpacity=\"0\"\n          />\n        </radialGradient>\n        <clipPath id=\"cs_clip_1_moon-12\">\n          <path d=\"M0 0H200V200H0z\" fill=\"#fff\" />\n        </clipPath>\n      </defs>\n      <defs>\n        <filter\n          filterUnits=\"objectBoundingBox\"\n          height=\"100%\"\n          id=\"cs_noise_1_moon-12\"\n          width=\"100%\"\n          x=\"0%\"\n          y=\"0%\"\n        >\n          <feBlend in=\"SourceGraphic\" in2=\"out2\" result=\"out3\" />\n        </filter>\n      </defs>\n    </svg>\n  );\n}\n\nfunction Triangle_14(props: SVGProps<SVGSVGElement>) {\n  return (\n    <svg\n      className=\"coolshapes triangle-14\"\n      fill=\"none\"\n      height=\"400\"\n      viewBox=\"0 0 200 200\"\n      width=\"400\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      {...props}\n    >\n      <g clipPath=\"url(#cs_clip_1_triangle-14)\">\n        <mask\n          height=\"200\"\n          id=\"cs_mask_1_triangle-14\"\n          maskUnits=\"userSpaceOnUse\"\n          style={{ maskType: \"alpha\" }}\n          width=\"196\"\n          x=\"2\"\n          y=\"0\"\n        >\n          <path\n            d=\"M94.342 33.43c0-19.105 0-28.658-6.224-32.24C81.895-2.394 73.596 2.383 57 11.935l-11.998 6.906c-16.597 9.553-24.895 14.33-24.895 21.494 0 7.165 8.298 11.941 24.895 21.494L57 68.736c16.597 9.553 24.896 14.33 31.12 10.747 6.223-3.582 6.223-13.135 6.223-32.24V33.43zM39.343 71.6c-16.597-9.553-24.895-14.33-31.12-10.747C2 64.436 2 73.988 2 93.094v13.812c0 19.106 0 28.658 6.224 32.241 6.224 3.582 14.522-1.194 31.119-10.747l11.998-6.906c16.597-9.553 24.896-14.329 24.896-21.494 0-7.165-8.299-11.941-24.896-21.494L39.343 71.6zM45.001 138.17c-16.597 9.553-24.895 14.329-24.895 21.494 0 7.164 8.298 11.941 24.895 21.494L57 188.064c16.597 9.552 24.896 14.329 31.12 10.747 6.223-3.583 6.223-13.136 6.223-32.241v-13.812c0-19.106 0-28.659-6.224-32.241-6.223-3.582-14.522 1.194-31.119 10.747l-11.998 6.906zM105.658 166.569c0 19.106 0 28.659 6.224 32.241 6.224 3.583 14.522-1.194 31.119-10.747l11.998-6.905c16.597-9.553 24.895-14.33 24.895-21.494 0-7.165-8.298-11.941-24.895-21.494l-11.998-6.906c-16.597-9.553-24.895-14.329-31.119-10.747-6.224 3.582-6.224 13.135-6.224 32.241v13.811zM160.657 128.4c16.597 9.553 24.895 14.329 31.119 10.747C198 135.564 198 126.011 198 106.906V93.094c0-19.105 0-28.658-6.224-32.24-6.224-3.583-14.522 1.194-31.119 10.746l-11.998 6.906c-16.597 9.553-24.895 14.33-24.895 21.494 0 7.165 8.298 11.941 24.895 21.494l11.998 6.906zM154.999 61.83c16.597-9.553 24.895-14.329 24.895-21.494 0-7.164-8.298-11.94-24.895-21.494l-11.998-6.905c-16.597-9.553-24.895-14.33-31.119-10.747-6.224 3.582-6.224 13.135-6.224 32.24v13.812c0 19.106 0 28.659 6.224 32.241 6.224 3.582 14.522-1.194 31.119-10.747l11.998-6.906z\"\n            fill=\"#fff\"\n          />\n        </mask>\n        <g mask=\"url(#cs_mask_1_triangle-14)\">\n          <path d=\"M200 0H0v200h200V0z\" fill=\"#fff\" />\n          <path\n            d=\"M200 0H0v200h200V0z\"\n            fill=\"var(--color-orange-400)\"\n            fillOpacity=\"0.13\"\n          />\n          <g filter=\"url(#filter0_f_748_4873)\">\n            <ellipse\n              cx=\"30.742\"\n              cy=\"171.544\"\n              fill=\"var(--color-orange-400)\"\n              rx=\"79.5\"\n              ry=\"64.116\"\n              transform=\"rotate(-33.875 30.742 171.544)\"\n            />\n            <ellipse\n              cx=\"37\"\n              cy=\"55\"\n              fill=\"var(--color-orange-400)\"\n              rx=\"60\"\n              ry=\"45\"\n            />\n            <path d=\"M232-15H121v121h111V-15z\" fill=\"var(--color-indigo-400)\" />\n            <path\n              d=\"M234 121H100v121h134V121z\"\n              fill=\"var(--color-indigo-500)\"\n            />\n          </g>\n        </g>\n      </g>\n      <g mask=\"url(#cs_mask_1_triangle-14)\" style={{ mixBlendMode: \"overlay\" }}>\n        <path\n          d=\"M200 0H0v200h200V0z\"\n          fill=\"gray\"\n          filter=\"url(#cs_noise_1_triangle-14)\"\n          stroke=\"transparent\"\n        />\n      </g>\n      <defs>\n        <filter\n          colorInterpolationFilters=\"sRGB\"\n          filterUnits=\"userSpaceOnUse\"\n          height=\"417\"\n          id=\"filter0_f_748_4873\"\n          width=\"438.331\"\n          x=\"-124.331\"\n          y=\"-95\"\n        >\n          <feFlood floodOpacity=\"0\" result=\"BackgroundImageFix\" />\n          <feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\" />\n          <feGaussianBlur\n            result=\"effect1_foregroundBlur_748_4873\"\n            stdDeviation=\"40\"\n          />\n        </filter>\n        <clipPath id=\"cs_clip_1_triangle-14\">\n          <path d=\"M0 0H200V200H0z\" fill=\"#fff\" />\n        </clipPath>\n      </defs>\n      <defs>\n        <filter\n          filterUnits=\"objectBoundingBox\"\n          height=\"100%\"\n          id=\"cs_noise_1_triangle-14\"\n          width=\"100%\"\n          x=\"0%\"\n          y=\"0%\"\n        >\n          <feBlend in=\"SourceGraphic\" in2=\"out2\" result=\"out3\" />\n        </filter>\n      </defs>\n    </svg>\n  );\n}\n\nexport default Features;\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:block"
}