{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"ecommerce-ecommerce-shipping-returns-with-icons","type":"registry:block","title":"With Icons","files":[{"path":"components/blocks/ecommerce/ecommerce-shipping-returns/with-icons.tsx","content":"import { Truck, RotateCcw } from \"lucide-react\";\n\nexport default function ShippingReturnsWithIcons() {\n  return (\n    <div className=\"px-4 py-8 md:py-12\">\n      <div className=\"mx-auto max-w-4xl\">\n        <div className=\"grid gap-8 md:grid-cols-2 md:gap-12\">\n          {/* Shipping Section */}\n          <div className=\"flex flex-col items-center text-center md:items-start md:text-left\">\n            <div className=\"bg-primary/10 mb-4 flex h-12 w-12 items-center justify-center rounded-lg\">\n              <Truck className=\"text-primary h-6 w-6\" />\n            </div>\n            <h3 className=\"text-foreground mb-3 text-lg font-semibold\">\n              Fast & Free Shipping\n            </h3>\n            <p className=\"text-muted-foreground text-sm leading-relaxed\">\n              Enjoy complimentary shipping on all orders over $75. Most orders\n              ship within 1-2 business days with tracking provided for your\n              peace of mind.\n            </p>\n          </div>\n\n          {/* Returns Section */}\n          <div className=\"flex flex-col items-center text-center md:items-start md:text-left\">\n            <div className=\"bg-primary/10 mb-4 flex h-12 w-12 items-center justify-center rounded-lg\">\n              <RotateCcw className=\"text-primary h-6 w-6\" />\n            </div>\n            <h3 className=\"text-foreground mb-3 text-lg font-semibold\">\n              Easy 30-Day Returns\n            </h3>\n            <p className=\"text-muted-foreground text-sm leading-relaxed\">\n              Not completely satisfied? Return any item within 30 days for a\n              full refund. No questions asked, just hassle-free returns with\n              prepaid shipping labels.\n            </p>\n          </div>\n        </div>\n      </div>\n    </div>\n  );\n}\n","type":"registry:component","target":"components/blocks/ecommerce/ecommerce-shipping-returns/with-icons.tsx"}],"description":"An icons layout pairing each shipping and returns point with a small symbol. Makes delivery speed, free returns, and refund windows scannable at a glance.","dependencies":["lucide-react"]}