@popmenu/audio-player 0.43.0 → 0.45.0

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/build/index.js CHANGED
@@ -318,19 +318,19 @@ function __rest(s, e) {
318
318
  return t;
319
319
  }
320
320
 
321
- var _path$F;
321
+ var _path$E;
322
322
 
323
- function _extends$1s() { _extends$1s = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1s.apply(this, arguments); }
323
+ function _extends$1t() { _extends$1t = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1t.apply(this, arguments); }
324
324
 
325
325
  function SvgUser(props) {
326
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$1s({
326
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$1t({
327
327
  viewBox: "0 0 16 16",
328
328
  fill: "none",
329
329
  strokeLinecap: "round",
330
330
  strokeLinejoin: "round",
331
331
  width: "1em",
332
332
  height: "1em"
333
- }, props), _path$F || (_path$F = /*#__PURE__*/React__namespace.createElement("path", {
333
+ }, props), _path$E || (_path$E = /*#__PURE__*/React__namespace.createElement("path", {
334
334
  d: "M13.333 14v-1.333A2.667 2.667 0 0010.667 10H5.333a2.667 2.667 0 00-2.666 2.667V14M8 7.333A2.667 2.667 0 108 2a2.667 2.667 0 000 5.333z",
335
335
  stroke: "currentColor"
336
336
  })));