@firesoon/icons-react 3.0.18 → 3.0.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.
Files changed (95) hide show
  1. package/CHANGELOG.md +96 -0
  2. package/README.md +61 -61
  3. package/es/Icon.css +12 -12
  4. package/es/components/fs/business-menu/index.d.ts +7 -7
  5. package/es/components/fs/business-menu/index.js +7 -7
  6. package/es/components/fs/currency/AppendTo.d.ts +4 -0
  7. package/es/components/fs/currency/AppendTo.js +12 -0
  8. package/es/components/fs/currency/Chart.d.ts +4 -0
  9. package/es/components/fs/currency/Chart.js +12 -0
  10. package/es/components/fs/currency/Table.d.ts +4 -0
  11. package/es/components/fs/currency/Table.js +12 -0
  12. package/es/components/fs/currency/index.d.ts +3 -0
  13. package/es/components/fs/currency/index.js +3 -0
  14. package/es/components/fs/old-outlined/index.d.ts +6 -6
  15. package/es/components/fs/old-outlined/index.js +6 -6
  16. package/es/components/sbt/currency/SbtChecked.d.ts +4 -0
  17. package/es/components/sbt/currency/SbtChecked.js +12 -0
  18. package/es/components/sbt/currency/SbtJpg.d.ts +4 -0
  19. package/es/components/sbt/currency/SbtJpg.js +12 -0
  20. package/es/components/sbt/currency/SbtPdf.d.ts +4 -0
  21. package/es/components/sbt/currency/SbtPdf.js +12 -0
  22. package/es/components/sbt/currency/SbtPng.d.ts +4 -0
  23. package/es/components/sbt/currency/SbtPng.js +12 -0
  24. package/es/components/sbt/currency/SbtRarZip.d.ts +4 -0
  25. package/es/components/sbt/currency/SbtRarZip.js +12 -0
  26. package/es/components/sbt/currency/Word.d.ts +4 -0
  27. package/es/components/sbt/currency/Word.js +12 -0
  28. package/es/dome/index.less +8 -8
  29. package/es/icons/fs/currency/append-to.d.ts +17 -0
  30. package/es/icons/fs/currency/append-to.js +29 -0
  31. package/es/icons/fs/currency/chart.d.ts +17 -0
  32. package/es/icons/fs/currency/chart.js +23 -0
  33. package/es/icons/fs/currency/table.d.ts +17 -0
  34. package/es/icons/fs/currency/table.js +17 -0
  35. package/es/icons/sbt/currency/sbt-checked.d.ts +17 -0
  36. package/es/icons/sbt/currency/sbt-checked.js +17 -0
  37. package/es/icons/sbt/currency/sbt-jpg.d.ts +17 -0
  38. package/es/icons/sbt/currency/sbt-jpg.js +23 -0
  39. package/es/icons/sbt/currency/sbt-pdf.d.ts +17 -0
  40. package/es/icons/sbt/currency/sbt-pdf.js +23 -0
  41. package/es/icons/sbt/currency/sbt-png.d.ts +17 -0
  42. package/es/icons/sbt/currency/sbt-png.js +23 -0
  43. package/es/icons/sbt/currency/sbt-rarZip.d.ts +17 -0
  44. package/es/icons/sbt/currency/sbt-rarZip.js +23 -0
  45. package/es/icons/sbt/currency/word.d.ts +17 -0
  46. package/es/icons/sbt/currency/word.js +29 -0
  47. package/es/index.d.ts +185 -176
  48. package/es/index.js +170 -161
  49. package/lib/Icon.css +12 -12
  50. package/lib/components/fs/business-menu/index.d.ts +7 -7
  51. package/lib/components/fs/business-menu/index.js +7 -7
  52. package/lib/components/fs/currency/AppendTo.d.ts +4 -0
  53. package/lib/components/fs/currency/AppendTo.js +20 -0
  54. package/lib/components/fs/currency/Chart.d.ts +4 -0
  55. package/lib/components/fs/currency/Chart.js +20 -0
  56. package/lib/components/fs/currency/Table.d.ts +4 -0
  57. package/lib/components/fs/currency/Table.js +20 -0
  58. package/lib/components/fs/currency/index.d.ts +3 -0
  59. package/lib/components/fs/currency/index.js +21 -0
  60. package/lib/components/fs/old-outlined/index.d.ts +6 -6
  61. package/lib/components/fs/old-outlined/index.js +6 -6
  62. package/lib/components/sbt/currency/SbtChecked.d.ts +4 -0
  63. package/lib/components/sbt/currency/SbtChecked.js +20 -0
  64. package/lib/components/sbt/currency/SbtJpg.d.ts +4 -0
  65. package/lib/components/sbt/currency/SbtJpg.js +20 -0
  66. package/lib/components/sbt/currency/SbtPdf.d.ts +4 -0
  67. package/lib/components/sbt/currency/SbtPdf.js +20 -0
  68. package/lib/components/sbt/currency/SbtPng.d.ts +4 -0
  69. package/lib/components/sbt/currency/SbtPng.js +20 -0
  70. package/lib/components/sbt/currency/SbtRarZip.d.ts +4 -0
  71. package/lib/components/sbt/currency/SbtRarZip.js +20 -0
  72. package/lib/components/sbt/currency/Word.d.ts +4 -0
  73. package/lib/components/sbt/currency/Word.js +20 -0
  74. package/lib/dome/index.less +8 -8
  75. package/lib/icons/fs/currency/append-to.d.ts +17 -0
  76. package/lib/icons/fs/currency/append-to.js +36 -0
  77. package/lib/icons/fs/currency/chart.d.ts +17 -0
  78. package/lib/icons/fs/currency/chart.js +30 -0
  79. package/lib/icons/fs/currency/table.d.ts +17 -0
  80. package/lib/icons/fs/currency/table.js +24 -0
  81. package/lib/icons/sbt/currency/sbt-checked.d.ts +17 -0
  82. package/lib/icons/sbt/currency/sbt-checked.js +24 -0
  83. package/lib/icons/sbt/currency/sbt-jpg.d.ts +17 -0
  84. package/lib/icons/sbt/currency/sbt-jpg.js +30 -0
  85. package/lib/icons/sbt/currency/sbt-pdf.d.ts +17 -0
  86. package/lib/icons/sbt/currency/sbt-pdf.js +30 -0
  87. package/lib/icons/sbt/currency/sbt-png.d.ts +17 -0
  88. package/lib/icons/sbt/currency/sbt-png.js +30 -0
  89. package/lib/icons/sbt/currency/sbt-rarZip.d.ts +17 -0
  90. package/lib/icons/sbt/currency/sbt-rarZip.js +30 -0
  91. package/lib/icons/sbt/currency/word.d.ts +17 -0
  92. package/lib/icons/sbt/currency/word.js +36 -0
  93. package/lib/index.d.ts +185 -176
  94. package/lib/index.js +223 -160
  95. package/package.json +56 -56
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-pdf",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M658.29 292.57A36.57 36.57 0 01621.7 256V0L914.3 292.57h-256zm-309.72 384V402.3a9.14 9.14 0 019.14-9.15H568c80.8 0 146.29 65.5 146.29 146.29 0 80.8-65.5 146.28-146.29 146.28H421.71v137.15a9.14 9.14 0 01-9.14 9.14h-54.86a9.14 9.14 0 01-9.14-9.14V676.57zm73.14-64H568c20.2 0 37.44-7.14 51.72-21.42s21.42-31.52 21.42-51.72-7.14-37.44-21.42-51.72-31.52-21.42-51.72-21.42H421.71v146.28z"
24
+ },
25
+ "children": []
26
+ }]
27
+ }
28
+ };
29
+ var _default = node;
30
+ exports.default = _default;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-png",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M565.71 712v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14V712a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm-219.42 0v-91.43a9.14 9.14 0 019.14-9.14h91.43a9.14 9.14 0 019.14 9.14V712a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm329.14 109.71V730.3a9.14 9.14 0 019.14-9.15H776a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm-219.43 0V730.3a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm-219.43 0V730.3a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.15 9.15v91.42a9.14 9.14 0 01-9.15 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zm329.14-329.14v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm-219.42 0v-91.43a9.14 9.14 0 019.14-9.14h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM675.43 602.3v-91.43a9.14 9.14 0 019.14-9.15H776a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm-219.43 0v-91.43a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zm-219.43 0v-91.43a9.14 9.14 0 019.14-9.15h91.43a9.14 9.14 0 019.15 9.15v91.43a9.14 9.14 0 01-9.15 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM621.71 256a36.57 36.57 0 0036.58 36.57h256L621.7 0v256z"
24
+ },
25
+ "children": []
26
+ }]
27
+ }
28
+ };
29
+ var _default = node;
30
+ exports.default = _default;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-rarZip",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M347.43 429.71V338.3a9.14 9.14 0 019.14-9.15H448a9.14 9.14 0 019.14 9.15v91.42a9.14 9.14 0 01-9.14 9.15h-91.43a9.14 9.14 0 01-9.14-9.15zM237.7 320v-91.43a9.14 9.14 0 019.15-9.14h91.43a9.14 9.14 0 019.14 9.14V320a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm109.72-109.71v-91.43a9.14 9.14 0 019.14-9.15H448a9.14 9.14 0 019.14 9.15v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.14-9.14zM237.7 100.57V9.14A9.14 9.14 0 01246.86 0h91.43a9.14 9.14 0 019.14 9.14v91.43a9.14 9.14 0 01-9.14 9.14h-91.43a9.14 9.14 0 01-9.15-9.14zm0 611.43V510.86a9.14 9.14 0 019.15-9.15H448a9.14 9.14 0 019.14 9.15V712a9.14 9.14 0 01-9.14 9.14H246.86a9.14 9.14 0 01-9.15-9.14zm384-456a36.57 36.57 0 0036.58 36.57h256L621.7 0v256z"
24
+ },
25
+ "children": []
26
+ }]
27
+ }
28
+ };
29
+ var _default = node;
30
+ exports.default = _default;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "word",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M240 310.86h64v512h-64v-512z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M621.71 256a36.57 36.57 0 0036.58 36.57h256L621.7 0v256zM439.95 832h-54.38a9.14 9.14 0 01-8.91-7.1l-96.38-420.57a9.14 9.14 0 018.91-11.19h54.38a9.14 9.14 0 018.91 7.1l61.23 267.19 61.23-267.19a9.14 9.14 0 018.91-7.1h56.3a9.14 9.14 0 018.9 7.1l61.24 267.19 61.23-267.19a9.14 9.14 0 018.9-7.1h54.39a9.14 9.14 0 018.91 11.19L647.34 824.9a9.14 9.14 0 01-8.91 7.1h-56.29a9.14 9.14 0 01-8.91-7.1L512 557.7 450.77 824.9a9.14 9.14 0 01-8.91 7.1h-1.9z"
30
+ },
31
+ "children": []
32
+ }]
33
+ }
34
+ };
35
+ var _default = node;
36
+ exports.default = _default;