@firesoon/icons-react 2.1.13 → 2.1.14
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/dist/esm/components/currency/Leadingin.d.ts +3 -0
- package/dist/esm/components/currency/Leadingin.js +13 -0
- package/dist/esm/components/currency/Leadingout.d.ts +3 -0
- package/dist/esm/components/currency/Leadingout.js +13 -0
- package/dist/esm/components/currency/index.d.ts +2 -0
- package/dist/esm/components/currency/index.js +2 -0
- package/dist/esm/icons/currency/leadingin.d.ts +18 -0
- package/dist/esm/icons/currency/leadingin.js +18 -0
- package/dist/esm/icons/currency/leadingout.d.ts +18 -0
- package/dist/esm/icons/currency/leadingout.js +18 -0
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Icon from "../../Icon";
|
|
5
|
+
import rootNode from "../../icons/currency/leadingin";
|
|
6
|
+
export default (function () {
|
|
7
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
8
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
9
|
+
rootNode: rootNode,
|
|
10
|
+
iconName: 'leadingin',
|
|
11
|
+
iconType: 'currency'
|
|
12
|
+
}));
|
|
13
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Icon from "../../Icon";
|
|
5
|
+
import rootNode from "../../icons/currency/leadingout";
|
|
6
|
+
export default (function () {
|
|
7
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
8
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
9
|
+
rootNode: rootNode,
|
|
10
|
+
iconName: 'leadingout',
|
|
11
|
+
iconType: 'currency'
|
|
12
|
+
}));
|
|
13
|
+
});
|
|
@@ -51,7 +51,9 @@ export { default as ImitateGroup } from './ImitateGroup';
|
|
|
51
51
|
export { default as ImitateGroupFill } from './ImitateGroupFill';
|
|
52
52
|
export { default as Invisible } from './Invisible';
|
|
53
53
|
export { default as InvisibleFill } from './InvisibleFill';
|
|
54
|
+
export { default as Leadingin } from './Leadingin';
|
|
54
55
|
export { default as LeadinginInformation } from './LeadinginInformation';
|
|
56
|
+
export { default as Leadingout } from './Leadingout';
|
|
55
57
|
export { default as ListDetail } from './ListDetail';
|
|
56
58
|
export { default as ListDetailFill } from './ListDetailFill';
|
|
57
59
|
export { default as Loading } from './Loading';
|
|
@@ -51,7 +51,9 @@ export { default as ImitateGroup } from "./ImitateGroup";
|
|
|
51
51
|
export { default as ImitateGroupFill } from "./ImitateGroupFill";
|
|
52
52
|
export { default as Invisible } from "./Invisible";
|
|
53
53
|
export { default as InvisibleFill } from "./InvisibleFill";
|
|
54
|
+
export { default as Leadingin } from "./Leadingin";
|
|
54
55
|
export { default as LeadinginInformation } from "./LeadinginInformation";
|
|
56
|
+
export { default as Leadingout } from "./Leadingout";
|
|
55
57
|
export { default as ListDetail } from "./ListDetail";
|
|
56
58
|
export { default as ListDetailFill } from "./ListDetailFill";
|
|
57
59
|
export { default as Loading } from "./Loading";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const node: {
|
|
2
|
+
name: string;
|
|
3
|
+
nodeTree: {
|
|
4
|
+
tag: string;
|
|
5
|
+
attrs: {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
};
|
|
8
|
+
children: {
|
|
9
|
+
tag: string;
|
|
10
|
+
defaultColor: string;
|
|
11
|
+
attrs: {
|
|
12
|
+
d: string;
|
|
13
|
+
};
|
|
14
|
+
children: never[];
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "leadingin",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"defaultColor": "#333",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"d": "M736 112a32 32 0 0132 32v144a32 32 0 01-64 0V176H176v672h528V704a32 32 0 0164 0v176a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h592zM588.6 358.9a8 8 0 0111.32 0l33.94 33.95a8 8 0 010 11.31l-75.96 75.96h346.32a8 8 0 018 8v48a8 8 0 01-8 8H558l75.86 75.86.2.2a8 8 0 01-.2 11.12l-33.94 33.94-.2.2a8 8 0 01-11.12-.2L441.54 518.16l-.22-.23a7.98 7.98 0 01-2.11-5.86 7.98 7.98 0 012.33-6.09z"
|
|
13
|
+
},
|
|
14
|
+
"children": []
|
|
15
|
+
}]
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const node: {
|
|
2
|
+
name: string;
|
|
3
|
+
nodeTree: {
|
|
4
|
+
tag: string;
|
|
5
|
+
attrs: {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
};
|
|
8
|
+
children: {
|
|
9
|
+
tag: string;
|
|
10
|
+
defaultColor: string;
|
|
11
|
+
attrs: {
|
|
12
|
+
d: string;
|
|
13
|
+
};
|
|
14
|
+
children: never[];
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "leadingout",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"defaultColor": "#333",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"d": "M736 112a32 32 0 0132 32v80a32 32 0 01-64 0v-48H176v672h528v-48a32 32 0 0164 0v80a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h592zm26.37 246.9L909.45 506a7.98 7.98 0 012.33 6.08 7.98 7.98 0 01-2.1 5.86l-.23.23-147.08 147.08a8 8 0 01-11.11.2l-.2-.2-33.94-33.94a8 8 0 01-.2-11.11l.2-.2 75.86-75.86H446.75a8 8 0 01-8-8v-48a8 8 0 018-8h346.33l-75.96-75.97a8 8 0 010-11.31l33.94-33.94a8 8 0 0111.31 0z"
|
|
13
|
+
},
|
|
14
|
+
"children": []
|
|
15
|
+
}]
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -146,7 +146,9 @@ export { default as ImitateGroup } from './components/currency/ImitateGroup';
|
|
|
146
146
|
export { default as ImitateGroupFill } from './components/currency/ImitateGroupFill';
|
|
147
147
|
export { default as Invisible } from './components/currency/Invisible';
|
|
148
148
|
export { default as InvisibleFill } from './components/currency/InvisibleFill';
|
|
149
|
+
export { default as Leadingin } from './components/currency/Leadingin';
|
|
149
150
|
export { default as LeadinginInformation } from './components/currency/LeadinginInformation';
|
|
151
|
+
export { default as Leadingout } from './components/currency/Leadingout';
|
|
150
152
|
export { default as ListDetail } from './components/currency/ListDetail';
|
|
151
153
|
export { default as ListDetailFill } from './components/currency/ListDetailFill';
|
|
152
154
|
export { default as Loading } from './components/currency/Loading';
|
package/dist/esm/index.js
CHANGED
|
@@ -146,7 +146,9 @@ export { default as ImitateGroup } from "./components/currency/ImitateGroup";
|
|
|
146
146
|
export { default as ImitateGroupFill } from "./components/currency/ImitateGroupFill";
|
|
147
147
|
export { default as Invisible } from "./components/currency/Invisible";
|
|
148
148
|
export { default as InvisibleFill } from "./components/currency/InvisibleFill";
|
|
149
|
+
export { default as Leadingin } from "./components/currency/Leadingin";
|
|
149
150
|
export { default as LeadinginInformation } from "./components/currency/LeadinginInformation";
|
|
151
|
+
export { default as Leadingout } from "./components/currency/Leadingout";
|
|
150
152
|
export { default as ListDetail } from "./components/currency/ListDetail";
|
|
151
153
|
export { default as ListDetailFill } from "./components/currency/ListDetailFill";
|
|
152
154
|
export { default as Loading } from "./components/currency/Loading";
|