@popmenu/admin-ui 0.44.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.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.es.js
CHANGED
|
@@ -176,19 +176,19 @@ function __rest(s, e) {
|
|
|
176
176
|
return t;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
var _path$
|
|
179
|
+
var _path$E;
|
|
180
180
|
|
|
181
|
-
function _extends$
|
|
181
|
+
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); }
|
|
182
182
|
|
|
183
183
|
function SvgUser(props) {
|
|
184
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
184
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1t({
|
|
185
185
|
viewBox: "0 0 16 16",
|
|
186
186
|
fill: "none",
|
|
187
187
|
strokeLinecap: "round",
|
|
188
188
|
strokeLinejoin: "round",
|
|
189
189
|
width: "1em",
|
|
190
190
|
height: "1em"
|
|
191
|
-
}, props), _path$
|
|
191
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
192
192
|
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",
|
|
193
193
|
stroke: "currentColor"
|
|
194
194
|
})));
|