@designbasekorea/ui 0.1.38 → 0.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -2299,7 +2299,7 @@
2299
2299
  hero: jsxRuntime.jsx(icons.StarIcon, { size: 24 }),
2300
2300
  topbar: jsxRuntime.jsx(icons.TrendingUpIcon, { size: 24 }),
2301
2301
  card: jsxRuntime.jsx(icons.StarFilledIcon, { size: 32 }),
2302
- floating: jsxRuntime.jsx(icons.ShoppingCartIcon, { size: 28 }),
2302
+ floating: jsxRuntime.jsx(icons.CartIcon, { size: 28 }),
2303
2303
  };
2304
2304
  const displayIcon = icon || defaultIcons[type];
2305
2305
  const displayTitle = title || getDefaultTitle(type);