@comercti/web-components-hmg 0.43.13 → 0.43.14

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.
@@ -7003,8 +7003,9 @@ const Sd = ["onClick"], Ld = {
7003
7003
  h.icon ? (d(), ee(X, {
7004
7004
  key: 0,
7005
7005
  name: h.icon,
7006
- color: h.color
7007
- }, null, 8, ["name", "color"])) : C("", !0),
7006
+ color: h.iconColor || h.color,
7007
+ size: h.iconSize || "16"
7008
+ }, null, 8, ["name", "color", "size"])) : C("", !0),
7008
7009
  u("span", {
7009
7010
  style: ce({ color: h.color })
7010
7011
  }, N(h.label), 5)