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

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.
Files changed (35) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +43 -43
  3. package/dist/outline/ArrowDownToLineOutline.d.ts +3 -0
  4. package/dist/outline/ArrowDownToLineOutline.js +16 -0
  5. package/dist/outline/ArrowUpFromLineOutline.d.ts +3 -0
  6. package/dist/outline/ArrowUpFromLineOutline.js +16 -0
  7. package/dist/outline/BoxOutline.d.ts +3 -0
  8. package/dist/outline/BoxOutline.js +16 -0
  9. package/dist/outline/BoxesOutline.d.ts +3 -0
  10. package/dist/outline/BoxesOutline.js +16 -0
  11. package/dist/outline/ClipboardListOutline.d.ts +3 -0
  12. package/dist/outline/ClipboardListOutline.js +16 -0
  13. package/dist/outline/HistoryOutline.d.ts +3 -0
  14. package/dist/outline/HistoryOutline.js +16 -0
  15. package/dist/outline/LayoutGridOutline.d.ts +3 -0
  16. package/dist/outline/LayoutGridOutline.js +16 -0
  17. package/dist/outline/PackageOutline.d.ts +3 -0
  18. package/dist/outline/PackageOutline.js +16 -0
  19. package/dist/outline/PackageSearchOutline.d.ts +3 -0
  20. package/dist/outline/PackageSearchOutline.js +16 -0
  21. package/dist/outline/ShieldOutline.d.ts +3 -0
  22. package/dist/outline/ShieldOutline.js +16 -0
  23. package/dist/outline/SubDeptOutline.d.ts +3 -0
  24. package/dist/outline/SubDeptOutline.js +16 -0
  25. package/dist/outline/SwapOutline.d.ts +3 -0
  26. package/dist/outline/SwapOutline.js +16 -0
  27. package/dist/outline/index.d.ts +13 -1
  28. package/dist/outline/index.js +13 -1
  29. package/dist/style/global.scss +736 -684
  30. package/dist/style/iconfont.css +736 -0
  31. package/dist/style/iconfont.json +1269 -1185
  32. package/dist/style/iconfont.ttf +0 -0
  33. package/dist/style/iconfont.woff +0 -0
  34. package/dist/style/iconfont.woff2 +0 -0
  35. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) fengxiaotx@163.com
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) fengxiaotx@163.com
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,43 +1,43 @@
1
- # @trionesdev/antd-taro-icons-react
2
-
3
- [![NPM version](https://img.shields.io/npm/v/@trionesdev/antd-mobile-icons-react.svg?style=flat)](https://npmjs.org/package/@trionesdev/antd-mobile-icons-react)
4
- [![NPM downloads](http://img.shields.io/npm/dm/@trionesdev/antd-mobile-icons-react.svg?style=flat)](https://npmjs.org/package/@trionesdev/antd-mobile-icons-react)
5
-
6
- A react library developed with dumi
7
-
8
- ## Usage
9
-
10
- TODO
11
-
12
- ## Options
13
-
14
- TODO
15
-
16
- ## Development
17
-
18
- ```bash
19
- # install dependencies
20
- $ pnpm install
21
-
22
- # develop library by docs demo
23
- $ pnpm start
24
-
25
- # build library source code
26
- $ pnpm run build
27
-
28
- # build library source code in watch mode
29
- $ pnpm run build:watch
30
-
31
- # build docs
32
- $ pnpm run docs:build
33
-
34
- # Locally preview the production build.
35
- $ pnpm run docs:preview
36
-
37
- # check your project for potential problems
38
- $ pnpm run doctor
39
- ```
40
-
41
- ## LICENSE
42
-
43
- MIT
1
+ # @trionesdev/antd-taro-icons-react
2
+
3
+ [![NPM version](https://img.shields.io/npm/v/@trionesdev/antd-mobile-icons-react.svg?style=flat)](https://npmjs.org/package/@trionesdev/antd-mobile-icons-react)
4
+ [![NPM downloads](http://img.shields.io/npm/dm/@trionesdev/antd-mobile-icons-react.svg?style=flat)](https://npmjs.org/package/@trionesdev/antd-mobile-icons-react)
5
+
6
+ A react library developed with dumi
7
+
8
+ ## Usage
9
+
10
+ TODO
11
+
12
+ ## Options
13
+
14
+ TODO
15
+
16
+ ## Development
17
+
18
+ ```bash
19
+ # install dependencies
20
+ $ pnpm install
21
+
22
+ # develop library by docs demo
23
+ $ pnpm start
24
+
25
+ # build library source code
26
+ $ pnpm run build
27
+
28
+ # build library source code in watch mode
29
+ $ pnpm run build:watch
30
+
31
+ # build docs
32
+ $ pnpm run docs:build
33
+
34
+ # Locally preview the production build.
35
+ $ pnpm run docs:preview
36
+
37
+ # check your project for potential problems
38
+ $ pnpm run doctor
39
+ ```
40
+
41
+ ## LICENSE
42
+
43
+ MIT
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const ArrowDownToLineOutline: 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 ArrowDownToLineOutline = function ArrowDownToLineOutline(_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, "ArrowDownToLineOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const ArrowUpFromLineOutline: 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 ArrowUpFromLineOutline = function ArrowUpFromLineOutline(_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, "ArrowUpFromLineOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const BoxOutline: 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 BoxOutline = function BoxOutline(_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, "BoxOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const BoxesOutline: 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 BoxesOutline = function BoxesOutline(_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, "BoxesOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const ClipboardListOutline: 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 ClipboardListOutline = function ClipboardListOutline(_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, "ClipboardListOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const HistoryOutline: 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 HistoryOutline = function HistoryOutline(_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, "HistoryOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const LayoutGridOutline: 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 LayoutGridOutline = function LayoutGridOutline(_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, "LayoutGridOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const PackageOutline: 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 PackageOutline = function PackageOutline(_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, "PackageOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const PackageSearchOutline: 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 PackageSearchOutline = function PackageSearchOutline(_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, "PackageSearchOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const ShieldOutline: 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 ShieldOutline = function ShieldOutline(_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, "ShieldOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const SubDeptOutline: 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 SubDeptOutline = function SubDeptOutline(_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, "SubDeptOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../Icon";
2
+ import { FC } from "react";
3
+ export declare const SwapOutline: 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 SwapOutline = function SwapOutline(_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, "SwapOutline"), className]),
14
+ style: style
15
+ }));
16
+ };
@@ -1,3 +1,16 @@
1
+ export * from "./BoxesOutline";
2
+ export * from "./PackageOutline";
3
+ export * from "./BoxOutline";
4
+ export * from "./ShieldOutline";
5
+ export * from "./PackageSearchOutline";
6
+ export * from "./ClipboardListOutline";
7
+ export * from "./HistoryOutline";
8
+ export * from "./ArrowUpFromLineOutline";
9
+ export * from "./LayoutGridOutline";
10
+ export * from "./ArrowDownToLineOutline";
11
+ export * from "./SubDeptOutline";
12
+ export * from "./SwapOutline";
13
+ export * from "./LogoutOutline";
1
14
  export * from "./WechatPayOutline";
2
15
  export * from "./WalletOutline";
3
16
  export * from "./CustomerSupportOutline";
@@ -81,7 +94,6 @@ export * from "./KouBeiOutline";
81
94
  export * from "./LoopOutline";
82
95
  export * from "./LocationOutline";
83
96
  export * from "./LockOutline";
84
- export * from "./LogoutOutline";
85
97
  export * from "./MailOpenOutline";
86
98
  export * from "./PicturesOutline";
87
99
  export * from "./ReceiptOutline";
@@ -1,3 +1,16 @@
1
+ export * from "./BoxesOutline";
2
+ export * from "./PackageOutline";
3
+ export * from "./BoxOutline";
4
+ export * from "./ShieldOutline";
5
+ export * from "./PackageSearchOutline";
6
+ export * from "./ClipboardListOutline";
7
+ export * from "./HistoryOutline";
8
+ export * from "./ArrowUpFromLineOutline";
9
+ export * from "./LayoutGridOutline";
10
+ export * from "./ArrowDownToLineOutline";
11
+ export * from "./SubDeptOutline";
12
+ export * from "./SwapOutline";
13
+ export * from "./LogoutOutline";
1
14
  export * from "./WechatPayOutline";
2
15
  export * from "./WalletOutline";
3
16
  export * from "./CustomerSupportOutline";
@@ -81,7 +94,6 @@ export * from "./KouBeiOutline";
81
94
  export * from "./LoopOutline";
82
95
  export * from "./LocationOutline";
83
96
  export * from "./LockOutline";
84
- export * from "./LogoutOutline";
85
97
  export * from "./MailOpenOutline";
86
98
  export * from "./PicturesOutline";
87
99
  export * from "./ReceiptOutline";