@cloudtower/eagle 0.31.14 → 0.31.15

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.
@@ -256,7 +256,7 @@ const DateRangePicker = (props) => {
256
256
  className: "default-calendar-icon",
257
257
  iconWidth: 16,
258
258
  iconHeight: 16,
259
- src: iconsReact.CalendarClockDateTime24GradientGrayIcon
259
+ src: iconsReact.CalendarClockDateTime16SecondaryIcon
260
260
  }
261
261
  ),
262
262
  /* @__PURE__ */ React__default.default.createElement(
@@ -265,7 +265,7 @@ const DateRangePicker = (props) => {
265
265
  className: "hover-calendar-icon",
266
266
  iconWidth: 16,
267
267
  iconHeight: 16,
268
- src: iconsReact.CalendarClockDateTime24GradientBlueIcon
268
+ src: iconsReact.CalendarClockDateTime16GradientBlueIcon
269
269
  }
270
270
  ),
271
271
  /* @__PURE__ */ React__default.default.createElement(