import { Tabs, Text } from "@medusajs/ui" import { TruckFast, CreditCard, InformationCircle } from "@medusajs/icons" export default function TabsIcons() { return (
General Shipping Payment
This is the General tab with an icon. This is the Shipping tab with an icon. This is the Payment tab with an icon.
Use the left and right arrow keys to navigate between the tabs. You must focus on a tab first.
) }