@trionesdev/antd-mobile-icons-react 0.0.2-beta.2 → 0.0.2-beta.20
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/LICENSE +21 -21
- package/README.md +43 -43
- package/dist/outline/ArrowDownToLineOutline.d.ts +3 -0
- package/dist/outline/ArrowDownToLineOutline.js +16 -0
- package/dist/outline/ArrowUpFromLineOutline.d.ts +3 -0
- package/dist/outline/ArrowUpFromLineOutline.js +16 -0
- package/dist/outline/BoxOutline.d.ts +3 -0
- package/dist/outline/BoxOutline.js +16 -0
- package/dist/outline/BoxesOutline.d.ts +3 -0
- package/dist/outline/BoxesOutline.js +16 -0
- package/dist/outline/ClipboardListOutline.d.ts +3 -0
- package/dist/outline/ClipboardListOutline.js +16 -0
- package/dist/outline/HistoryOutline.d.ts +3 -0
- package/dist/outline/HistoryOutline.js +16 -0
- package/dist/outline/LayoutGridOutline.d.ts +3 -0
- package/dist/outline/LayoutGridOutline.js +16 -0
- package/dist/outline/LogoutOutline.d.ts +3 -0
- package/dist/outline/LogoutOutline.js +16 -0
- package/dist/outline/PackageOutline.d.ts +3 -0
- package/dist/outline/PackageOutline.js +16 -0
- package/dist/outline/PackageSearchOutline.d.ts +3 -0
- package/dist/outline/PackageSearchOutline.js +16 -0
- package/dist/outline/ShieldOutline.d.ts +3 -0
- package/dist/outline/ShieldOutline.js +16 -0
- package/dist/outline/SubDeptOutline.d.ts +3 -0
- package/dist/outline/SubDeptOutline.js +16 -0
- package/dist/outline/SwapOutline.d.ts +3 -0
- package/dist/outline/SwapOutline.js +16 -0
- package/dist/outline/index.d.ts +13 -0
- package/dist/outline/index.js +13 -0
- package/dist/style/global.scss +736 -684
- package/dist/style/iconfont.css +736 -0
- package/dist/style/iconfont.json +1269 -1178
- package/dist/style/iconfont.ttf +0 -0
- package/dist/style/iconfont.woff +0 -0
- package/dist/style/iconfont.woff2 +0 -0
- package/package.json +15 -58
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
|
-
[](https://npmjs.org/package/@trionesdev/antd-mobile-icons-react)
|
|
4
|
-
[](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
|
+
[](https://npmjs.org/package/@trionesdev/antd-mobile-icons-react)
|
|
4
|
+
[](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,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,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,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,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,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,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,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,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
|
+
};
|
|
@@ -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,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,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,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,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
|
+
};
|
package/dist/outline/index.d.ts
CHANGED
|
@@ -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";
|
package/dist/outline/index.js
CHANGED
|
@@ -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";
|