@popmenu/audio-player 0.66.0 → 0.68.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 +4 -4
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -4
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -318,19 +318,19 @@ function __rest(s, e) {
|
|
|
318
318
|
return t;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
var _path$
|
|
321
|
+
var _path$I;
|
|
322
322
|
|
|
323
|
-
function _extends$
|
|
323
|
+
function _extends$1D() { _extends$1D = 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$1D.apply(this, arguments); }
|
|
324
324
|
|
|
325
325
|
function SvgUser(props) {
|
|
326
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
326
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1D({
|
|
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$
|
|
333
|
+
}, props), _path$I || (_path$I = /*#__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
|
})));
|