@popmenu/audio-player 0.33.0 → 0.34.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.es.js +2 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -280,10 +280,10 @@ function __rest(s, e) {
|
|
|
280
280
|
|
|
281
281
|
var _path$F;
|
|
282
282
|
|
|
283
|
-
function _extends$
|
|
283
|
+
function _extends$1c() { _extends$1c = 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$1c.apply(this, arguments); }
|
|
284
284
|
|
|
285
285
|
function SvgUser(props) {
|
|
286
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
286
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
287
287
|
viewBox: "0 0 16 16",
|
|
288
288
|
fill: "none",
|
|
289
289
|
strokeLinecap: "round",
|