@meduza/ui-kit-2 0.9.407 → 0.9.408

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.
@@ -289,7 +289,7 @@ const SvgSymbol = ({
289
289
  return /*#__PURE__*/React.createElement("svg", {
290
290
  "data-testid": "svg-symbol",
291
291
  xmlns: "http://www.w3.org/2000/svg",
292
- xmlnsXlink: "http://www.w3.org/1999/xlink",
292
+ xmlnsXlink: icon !== 'play' && icon !== 'pause' ? 'http://www.w3.org/1999/xlink' : '',
293
293
  className: makeClassName([[styles$I.root, true], [styles$I[size], !!styles$I[size]], [styles$I[icon], !!styles$I[icon]], [styles$I[styleContext], !!styles$I[styleContext]]]),
294
294
  width: data.width,
295
295
  height: data.height,