@trionesdev/antd-mobile-icons-react 0.0.2-beta.14 → 0.0.2-beta.15

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.
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const LogoutOutline: FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var _excluded = ["className", "style"];
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : 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.apply(this, arguments); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
+ import { Icon, IconClsPrefix } from "../Icon";
6
+ import React from "react";
7
+ import classNames from "classnames";
8
+ export var LogoutOutline = function LogoutOutline(_ref) {
9
+ var className = _ref.className,
10
+ style = _ref.style,
11
+ rest = _objectWithoutProperties(_ref, _excluded);
12
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
13
+ className: classNames(["".concat(IconClsPrefix, "LogoutOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -81,6 +81,7 @@ export * from "./KouBeiOutline";
81
81
  export * from "./LoopOutline";
82
82
  export * from "./LocationOutline";
83
83
  export * from "./LockOutline";
84
+ export * from "./LogoutOutline";
84
85
  export * from "./MailOpenOutline";
85
86
  export * from "./PicturesOutline";
86
87
  export * from "./ReceiptOutline";
@@ -81,6 +81,7 @@ export * from "./KouBeiOutline";
81
81
  export * from "./LoopOutline";
82
82
  export * from "./LocationOutline";
83
83
  export * from "./LockOutline";
84
+ export * from "./LogoutOutline";
84
85
  export * from "./MailOpenOutline";
85
86
  export * from "./PicturesOutline";
86
87
  export * from "./ReceiptOutline";
@@ -5,6 +5,13 @@
5
5
  "css_prefix_text": "antm-icon-",
6
6
  "description": "",
7
7
  "glyphs": [
8
+ {
9
+ "icon_id": "46936837",
10
+ "name": "LogoutOutline",
11
+ "font_class": "LogoutOutline",
12
+ "unicode": "e63e",
13
+ "unicode_decimal": 58942
14
+ },
8
15
  {
9
16
  "icon_id": "45635533",
10
17
  "name": "HomeFill",
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trionesdev/antd-mobile-icons-react",
3
- "version": "0.0.2-beta.14",
3
+ "version": "0.0.2-beta.15",
4
4
  "description": "AntdMobileIconReact",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",