@firesoon/icons-react 2.1.6 → 2.1.7

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.
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const _default: (props: any) => JSX.Element;
3
2
  export default _default;
@@ -0,0 +1,3 @@
1
+ import { Iprops } from '../../types';
2
+ declare const _default: (props?: Iprops) => JSX.Element;
3
+ export default _default;
@@ -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/exitfullscreen";
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: 'exitfullscreen',
11
+ iconType: 'currency'
12
+ }));
13
+ });
@@ -0,0 +1,3 @@
1
+ import { Iprops } from '../../types';
2
+ declare const _default: (props?: Iprops) => JSX.Element;
3
+ export default _default;
@@ -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/fullscreen";
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: 'fullscreen',
11
+ iconType: 'currency'
12
+ }));
13
+ });
@@ -38,9 +38,11 @@ export { default as Edit } from './Edit';
38
38
  export { default as EditFill } from './EditFill';
39
39
  export { default as EventFollow } from './EventFollow';
40
40
  export { default as EventFollowFill } from './EventFollowFill';
41
+ export { default as Exitfullscreen } from './Exitfullscreen';
41
42
  export { default as Fall } from './Fall';
42
43
  export { default as Fold } from './Fold';
43
44
  export { default as FoldFill } from './FoldFill';
45
+ export { default as Fullscreen } from './Fullscreen';
44
46
  export { default as GroupFeedback } from './GroupFeedback';
45
47
  export { default as GroupFeedbackFill } from './GroupFeedbackFill';
46
48
  export { default as HospitalAppeal } from './HospitalAppeal';
@@ -38,9 +38,11 @@ export { default as Edit } from "./Edit";
38
38
  export { default as EditFill } from "./EditFill";
39
39
  export { default as EventFollow } from "./EventFollow";
40
40
  export { default as EventFollowFill } from "./EventFollowFill";
41
+ export { default as Exitfullscreen } from "./Exitfullscreen";
41
42
  export { default as Fall } from "./Fall";
42
43
  export { default as Fold } from "./Fold";
43
44
  export { default as FoldFill } from "./FoldFill";
45
+ export { default as Fullscreen } from "./Fullscreen";
44
46
  export { default as GroupFeedback } from "./GroupFeedback";
45
47
  export { default as GroupFeedbackFill } from "./GroupFeedbackFill";
46
48
  export { default as HospitalAppeal } from "./HospitalAppeal";
@@ -0,0 +1,3 @@
1
+ import { Iprops } from '../../types';
2
+ declare const _default: (props?: Iprops) => JSX.Element;
3
+ export default _default;
@@ -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/suggestion/inform";
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: 'inform',
11
+ iconType: 'suggestion'
12
+ }));
13
+ });
@@ -6,6 +6,7 @@ export { default as DrgsColor } from './DrgsColor';
6
6
  export { default as Fail } from './Fail';
7
7
  export { default as FailFill } from './FailFill';
8
8
  export { default as HospitalTransfer } from './HospitalTransfer';
9
+ export { default as Inform } from './Inform';
9
10
  export { default as Information } from './Information';
10
11
  export { default as KeyGroup } from './KeyGroup';
11
12
  export { default as Lack } from './Lack';
@@ -6,6 +6,7 @@ export { default as DrgsColor } from "./DrgsColor";
6
6
  export { default as Fail } from "./Fail";
7
7
  export { default as FailFill } from "./FailFill";
8
8
  export { default as HospitalTransfer } from "./HospitalTransfer";
9
+ export { default as Inform } from "./Inform";
9
10
  export { default as Information } from "./Information";
10
11
  export { default as KeyGroup } from "./KeyGroup";
11
12
  export { default as Lack } from "./Lack";
@@ -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,32 @@
1
+ var node = {
2
+ "name": "exitfullscreen",
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": "M902.77 121.53a32 32 0 00-45.25 0l-226.5 226.51V152.61a32 32 0 00-64 0v269.3a32 32 0 0031.87 34.9h272a32 32 0 100-64H676.75l226.01-226.02a32 32 0 000-45.26zM121.2 902.5a32 32 0 0045.25 0l226.5-226.51v195.43a32 32 0 0064 0v-269.3a32 32 0 00-31.87-34.9h-272a32 32 0 000 64.01h194.13L121.2 857.23a32 32 0 000 45.26zM144 112q32 0 32 32v272q0 32-32 32t-32-32V144q0-32 32-32z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#333",
18
+ "attrs": {
19
+ "d": "M448 144q0 32-32 32H144q-32 0-32-32t32-32h272q32 0 32 32zM880 576q32 0 32 32v272q0 32-32 32t-32-32V608q0-32 32-32z"
20
+ },
21
+ "children": []
22
+ }, {
23
+ "tag": "path",
24
+ "defaultColor": "#333",
25
+ "attrs": {
26
+ "d": "M912 880q0 32-32 32H608q-32 0-32-32t32-32h272q32 0 32 32z"
27
+ },
28
+ "children": []
29
+ }]
30
+ }
31
+ };
32
+ 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,32 @@
1
+ var node = {
2
+ "name": "fullscreen",
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": "M447.77 576.53a32 32 0 00-45.25 0l-226.5 226.51V607.61a32 32 0 00-64 0v269.3a32 32 0 0031.87 34.9h272a32 32 0 100-64H221.75l226.01-226.02a32 32 0 000-45.25zM576.2 447.5a32 32 0 0045.25 0l226.5-226.51v195.43a32 32 0 0064 0v-269.3a32 32 0 00-31.87-34.9h-272a32 32 0 000 64.01h194.13L576.2 402.23a32 32 0 000 45.26zM144 112q32 0 32 32v272q0 32-32 32t-32-32V144q0-32 32-32z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#333",
18
+ "attrs": {
19
+ "d": "M448 144q0 32-32 32H144q-32 0-32-32t32-32h272q32 0 32 32zM880 576q32 0 32 32v272q0 32-32 32t-32-32V608q0-32 32-32z"
20
+ },
21
+ "children": []
22
+ }, {
23
+ "tag": "path",
24
+ "defaultColor": "#333",
25
+ "attrs": {
26
+ "d": "M912 880q0 32-32 32H608q-32 0-32-32t32-32h272q32 0 32 32z"
27
+ },
28
+ "children": []
29
+ }]
30
+ }
31
+ };
32
+ 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": "inform",
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": "M512 64a32 32 0 0132 32v33.58C705.7 145.64 832 282.07 832 448l-.02 2h.02v318a32 32 0 010 64H192a32 32 0 010-64V448c0-165.93 126.3-302.36 288-318.42V96a32 32 0 0132-32zm0 128c-141.38 0-256 114.61-256 256l.02 2H256v318h512V450v-2c0-141.38-114.61-256-256-256zm160 736a32 32 0 01-32 32H384a32 32 0 010-64h256a32 32 0 0132 32z"
13
+ },
14
+ "children": []
15
+ }]
16
+ }
17
+ };
18
+ export default node;
@@ -130,9 +130,11 @@ export { default as Edit } from './components/currency/Edit';
130
130
  export { default as EditFill } from './components/currency/EditFill';
131
131
  export { default as EventFollow } from './components/currency/EventFollow';
132
132
  export { default as EventFollowFill } from './components/currency/EventFollowFill';
133
+ export { default as Exitfullscreen } from './components/currency/Exitfullscreen';
133
134
  export { default as Fall } from './components/currency/Fall';
134
135
  export { default as Fold } from './components/currency/Fold';
135
136
  export { default as FoldFill } from './components/currency/FoldFill';
137
+ export { default as Fullscreen } from './components/currency/Fullscreen';
136
138
  export { default as GroupFeedback } from './components/currency/GroupFeedback';
137
139
  export { default as GroupFeedbackFill } from './components/currency/GroupFeedbackFill';
138
140
  export { default as HospitalAppeal } from './components/currency/HospitalAppeal';
@@ -402,6 +404,7 @@ export { default as DrgsColor } from './components/suggestion/DrgsColor';
402
404
  export { default as Fail } from './components/suggestion/Fail';
403
405
  export { default as FailFill } from './components/suggestion/FailFill';
404
406
  export { default as HospitalTransfer } from './components/suggestion/HospitalTransfer';
407
+ export { default as Inform } from './components/suggestion/Inform';
405
408
  export { default as Information } from './components/suggestion/Information';
406
409
  export { default as KeyGroup } from './components/suggestion/KeyGroup';
407
410
  export { default as Lack } from './components/suggestion/Lack';
package/dist/esm/index.js CHANGED
@@ -130,9 +130,11 @@ export { default as Edit } from "./components/currency/Edit";
130
130
  export { default as EditFill } from "./components/currency/EditFill";
131
131
  export { default as EventFollow } from "./components/currency/EventFollow";
132
132
  export { default as EventFollowFill } from "./components/currency/EventFollowFill";
133
+ export { default as Exitfullscreen } from "./components/currency/Exitfullscreen";
133
134
  export { default as Fall } from "./components/currency/Fall";
134
135
  export { default as Fold } from "./components/currency/Fold";
135
136
  export { default as FoldFill } from "./components/currency/FoldFill";
137
+ export { default as Fullscreen } from "./components/currency/Fullscreen";
136
138
  export { default as GroupFeedback } from "./components/currency/GroupFeedback";
137
139
  export { default as GroupFeedbackFill } from "./components/currency/GroupFeedbackFill";
138
140
  export { default as HospitalAppeal } from "./components/currency/HospitalAppeal";
@@ -402,6 +404,7 @@ export { default as DrgsColor } from "./components/suggestion/DrgsColor";
402
404
  export { default as Fail } from "./components/suggestion/Fail";
403
405
  export { default as FailFill } from "./components/suggestion/FailFill";
404
406
  export { default as HospitalTransfer } from "./components/suggestion/HospitalTransfer";
407
+ export { default as Inform } from "./components/suggestion/Inform";
405
408
  export { default as Information } from "./components/suggestion/Information";
406
409
  export { default as KeyGroup } from "./components/suggestion/KeyGroup";
407
410
  export { default as Lack } from "./components/suggestion/Lack";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firesoon/icons-react",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "火树图标库",
5
5
  "scripts": {
6
6
  "start": "gulp && dumi dev",