@sanity/ui 2.0.0-alpha.30 → 2.0.0-alpha.31

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.js CHANGED
@@ -4439,7 +4439,7 @@ const Select = react.forwardRef(function Select2(props, forwardedRef) {
4439
4439
  padding,
4440
4440
  children: /* @__PURE__ */jsxRuntime.jsx(Text, {
4441
4441
  size: fontSize,
4442
- children: /* @__PURE__ */jsxRuntime.jsx(icons.SelectIcon, {})
4442
+ children: /* @__PURE__ */jsxRuntime.jsx(icons.ChevronDownIcon, {})
4443
4443
  })
4444
4444
  })]
4445
4445
  });