@firesoon/icons-react 3.0.21 → 3.0.22

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 (151) hide show
  1. package/es/components/sbt/business-menu/SbtBookingmanagement.js +12 -0
  2. package/es/components/sbt/business-menu/SbtCasemanagement.js +12 -0
  3. package/es/components/sbt/business-menu/SbtConfigurationcenter.js +12 -0
  4. package/es/components/sbt/business-menu/SbtDepartment.js +12 -0
  5. package/es/components/sbt/business-menu/SbtHospital.js +12 -0
  6. package/es/components/sbt/business-menu/SbtInsurancecompany.js +12 -0
  7. package/es/components/sbt/business-menu/SbtNotificationssettings.js +12 -0
  8. package/es/components/sbt/business-menu/SbtNumbersource.js +12 -0
  9. package/es/components/sbt/business-menu/SbtProductconfiguration.js +12 -0
  10. package/es/components/sbt/business-menu/SbtRiskmanagement.js +12 -0
  11. package/es/components/sbt/business-menu/SbtScheme.js +12 -0
  12. package/es/components/sbt/business-menu/index.d.ts +11 -0
  13. package/es/components/sbt/business-menu/index.js +12 -1
  14. package/es/components/sbt/currency/{SbtChecked.js → SbtCheckFill.js} +2 -2
  15. package/es/components/sbt/old-twocolor/SbtJpgFill.d.ts +4 -0
  16. package/es/components/sbt/old-twocolor/{SbtPdf.js → SbtJpgFill.js} +2 -2
  17. package/es/components/sbt/old-twocolor/SbtPdfFill.d.ts +4 -0
  18. package/es/components/sbt/old-twocolor/{SbtRarZip.js → SbtPdfFill.js} +2 -2
  19. package/es/components/sbt/old-twocolor/SbtPngFill.d.ts +4 -0
  20. package/es/components/sbt/old-twocolor/{SbtPng.js → SbtPngFill.js} +2 -2
  21. package/es/components/sbt/old-twocolor/SbtRarFill.d.ts +4 -0
  22. package/es/components/sbt/old-twocolor/{SbtJpg.js → SbtRarFill.js} +2 -2
  23. package/es/components/sbt/old-twocolor/SbtWordFill.d.ts +4 -0
  24. package/es/components/sbt/old-twocolor/SbtWordFill.js +12 -0
  25. package/es/components/sbt/old-twocolor/index.d.ts +5 -5
  26. package/es/components/sbt/old-twocolor/index.js +5 -5
  27. package/es/icons/sbt/business-menu/sbt-bookingmanagement.js +17 -0
  28. package/es/icons/sbt/business-menu/sbt-casemanagement.js +17 -0
  29. package/es/icons/sbt/business-menu/sbt-configurationcenter.d.ts +17 -0
  30. package/es/icons/sbt/business-menu/sbt-configurationcenter.js +17 -0
  31. package/es/icons/sbt/business-menu/sbt-department.d.ts +17 -0
  32. package/es/icons/sbt/business-menu/sbt-department.js +17 -0
  33. package/es/icons/sbt/business-menu/sbt-hospital.d.ts +17 -0
  34. package/es/icons/sbt/business-menu/sbt-hospital.js +17 -0
  35. package/es/icons/sbt/business-menu/sbt-insurancecompany.d.ts +17 -0
  36. package/es/icons/sbt/business-menu/sbt-insurancecompany.js +23 -0
  37. package/es/icons/sbt/business-menu/sbt-notificationssettings.d.ts +17 -0
  38. package/es/icons/sbt/business-menu/sbt-notificationssettings.js +17 -0
  39. package/es/icons/sbt/business-menu/sbt-numbersource.d.ts +17 -0
  40. package/es/icons/sbt/business-menu/sbt-numbersource.js +17 -0
  41. package/es/icons/sbt/business-menu/sbt-productconfiguration.d.ts +17 -0
  42. package/es/icons/sbt/business-menu/sbt-productconfiguration.js +17 -0
  43. package/es/icons/sbt/business-menu/sbt-riskmanagement.d.ts +17 -0
  44. package/es/icons/sbt/business-menu/sbt-riskmanagement.js +17 -0
  45. package/es/icons/sbt/business-menu/sbt-scheme.d.ts +17 -0
  46. package/es/icons/sbt/business-menu/sbt-scheme.js +17 -0
  47. package/es/icons/sbt/currency/sbt-check-fill.d.ts +17 -0
  48. package/es/icons/sbt/currency/{sbt-checked.js → sbt-check-fill.js} +1 -1
  49. package/es/icons/sbt/old-twocolor/{sbt-jpg.js → sbt-jpg-fill.js} +1 -1
  50. package/es/icons/sbt/old-twocolor/{sbt-pdf.js → sbt-pdf-fill.js} +1 -1
  51. package/es/icons/sbt/old-twocolor/{sbt-png.js → sbt-png-fill.js} +1 -1
  52. package/es/icons/sbt/old-twocolor/{sbt-rarZip.js → sbt-rar-fill.js} +1 -1
  53. package/es/icons/sbt/old-twocolor/{sbt-word.js → sbt-word-fill.js} +1 -1
  54. package/es/index.d.ts +205 -194
  55. package/es/index.js +206 -195
  56. package/lib/components/sbt/business-menu/SbtBookingmanagement.d.ts +4 -0
  57. package/lib/components/sbt/business-menu/SbtBookingmanagement.js +20 -0
  58. package/lib/components/sbt/business-menu/SbtCasemanagement.d.ts +4 -0
  59. package/lib/components/sbt/business-menu/SbtCasemanagement.js +20 -0
  60. package/lib/components/sbt/business-menu/SbtConfigurationcenter.d.ts +4 -0
  61. package/lib/components/sbt/business-menu/SbtConfigurationcenter.js +20 -0
  62. package/lib/components/sbt/business-menu/SbtDepartment.d.ts +4 -0
  63. package/lib/components/sbt/business-menu/SbtDepartment.js +20 -0
  64. package/lib/components/sbt/business-menu/SbtHospital.d.ts +4 -0
  65. package/lib/components/sbt/business-menu/SbtHospital.js +20 -0
  66. package/lib/components/sbt/business-menu/SbtInsurancecompany.d.ts +4 -0
  67. package/lib/components/sbt/business-menu/SbtInsurancecompany.js +20 -0
  68. package/lib/components/sbt/business-menu/SbtNotificationssettings.d.ts +4 -0
  69. package/lib/components/sbt/business-menu/SbtNotificationssettings.js +20 -0
  70. package/lib/components/sbt/business-menu/SbtNumbersource.d.ts +4 -0
  71. package/lib/components/sbt/business-menu/SbtNumbersource.js +20 -0
  72. package/lib/components/sbt/business-menu/SbtProductconfiguration.d.ts +4 -0
  73. package/lib/components/sbt/business-menu/SbtProductconfiguration.js +20 -0
  74. package/lib/components/sbt/business-menu/SbtRiskmanagement.d.ts +4 -0
  75. package/lib/components/sbt/business-menu/SbtRiskmanagement.js +20 -0
  76. package/lib/components/sbt/business-menu/SbtScheme.d.ts +4 -0
  77. package/lib/components/sbt/business-menu/SbtScheme.js +20 -0
  78. package/lib/components/sbt/business-menu/index.d.ts +11 -0
  79. package/lib/components/sbt/business-menu/index.js +77 -0
  80. package/lib/components/sbt/currency/SbtCheckFill.d.ts +4 -0
  81. package/lib/components/sbt/currency/{SbtChecked.js → SbtCheckFill.js} +3 -3
  82. package/lib/components/sbt/old-twocolor/SbtJpgFill.d.ts +4 -0
  83. package/lib/components/sbt/old-twocolor/{SbtPng.js → SbtJpgFill.js} +3 -3
  84. package/lib/components/sbt/old-twocolor/SbtPdfFill.d.ts +4 -0
  85. package/lib/components/sbt/old-twocolor/{SbtRarZip.js → SbtPdfFill.js} +3 -3
  86. package/lib/components/sbt/old-twocolor/SbtPngFill.d.ts +4 -0
  87. package/lib/components/sbt/old-twocolor/{SbtJpg.js → SbtPngFill.js} +3 -3
  88. package/lib/components/sbt/old-twocolor/SbtRarFill.d.ts +4 -0
  89. package/lib/components/sbt/old-twocolor/{SbtPdf.js → SbtRarFill.js} +3 -3
  90. package/lib/components/sbt/old-twocolor/SbtWordFill.d.ts +4 -0
  91. package/lib/components/sbt/old-twocolor/SbtWordFill.js +20 -0
  92. package/lib/components/sbt/old-twocolor/index.d.ts +5 -5
  93. package/lib/components/sbt/old-twocolor/index.js +15 -15
  94. package/lib/icons/sbt/business-menu/sbt-bookingmanagement.d.ts +17 -0
  95. package/lib/icons/sbt/business-menu/sbt-bookingmanagement.js +24 -0
  96. package/lib/icons/sbt/business-menu/sbt-casemanagement.d.ts +17 -0
  97. package/lib/icons/sbt/business-menu/sbt-casemanagement.js +24 -0
  98. package/lib/icons/sbt/business-menu/sbt-configurationcenter.d.ts +17 -0
  99. package/lib/icons/sbt/business-menu/sbt-configurationcenter.js +24 -0
  100. package/lib/icons/sbt/business-menu/sbt-department.d.ts +17 -0
  101. package/lib/icons/sbt/business-menu/sbt-department.js +24 -0
  102. package/lib/icons/sbt/business-menu/sbt-hospital.d.ts +17 -0
  103. package/lib/icons/sbt/business-menu/sbt-hospital.js +24 -0
  104. package/lib/icons/sbt/business-menu/sbt-insurancecompany.d.ts +17 -0
  105. package/lib/icons/sbt/business-menu/sbt-insurancecompany.js +30 -0
  106. package/lib/icons/sbt/business-menu/sbt-notificationssettings.d.ts +17 -0
  107. package/lib/icons/sbt/business-menu/sbt-notificationssettings.js +24 -0
  108. package/lib/icons/sbt/business-menu/sbt-numbersource.d.ts +17 -0
  109. package/lib/icons/sbt/business-menu/sbt-numbersource.js +24 -0
  110. package/lib/icons/sbt/business-menu/sbt-productconfiguration.d.ts +17 -0
  111. package/lib/icons/sbt/business-menu/sbt-productconfiguration.js +24 -0
  112. package/lib/icons/sbt/business-menu/sbt-riskmanagement.d.ts +17 -0
  113. package/lib/icons/sbt/business-menu/sbt-riskmanagement.js +24 -0
  114. package/lib/icons/sbt/business-menu/sbt-scheme.d.ts +17 -0
  115. package/lib/icons/sbt/business-menu/sbt-scheme.js +24 -0
  116. package/lib/icons/sbt/currency/sbt-check-fill.d.ts +17 -0
  117. package/lib/icons/sbt/currency/{sbt-checked.js → sbt-check-fill.js} +1 -1
  118. package/lib/icons/sbt/old-twocolor/{sbt-jpg.js → sbt-jpg-fill.js} +1 -1
  119. package/lib/icons/sbt/old-twocolor/{sbt-pdf.js → sbt-pdf-fill.js} +1 -1
  120. package/lib/icons/sbt/old-twocolor/{sbt-png.js → sbt-png-fill.js} +1 -1
  121. package/lib/icons/sbt/old-twocolor/{sbt-rarZip.js → sbt-rar-fill.js} +1 -1
  122. package/lib/icons/sbt/old-twocolor/{sbt-word.js → sbt-word-fill.js} +1 -1
  123. package/lib/index.d.ts +205 -194
  124. package/lib/index.js +283 -206
  125. package/package.json +1 -1
  126. package/es/components/sbt/old-twocolor/SbtWord.js +0 -12
  127. package/lib/components/sbt/old-twocolor/SbtWord.js +0 -20
  128. /package/es/components/sbt/{currency/SbtChecked.d.ts → business-menu/SbtBookingmanagement.d.ts} +0 -0
  129. /package/es/components/sbt/{old-twocolor/SbtJpg.d.ts → business-menu/SbtCasemanagement.d.ts} +0 -0
  130. /package/es/components/sbt/{old-twocolor/SbtPdf.d.ts → business-menu/SbtConfigurationcenter.d.ts} +0 -0
  131. /package/es/components/sbt/{old-twocolor/SbtPng.d.ts → business-menu/SbtDepartment.d.ts} +0 -0
  132. /package/es/components/sbt/{old-twocolor/SbtRarZip.d.ts → business-menu/SbtHospital.d.ts} +0 -0
  133. /package/es/components/sbt/{old-twocolor/SbtWord.d.ts → business-menu/SbtInsurancecompany.d.ts} +0 -0
  134. /package/{lib/components/sbt/currency/SbtChecked.d.ts → es/components/sbt/business-menu/SbtNotificationssettings.d.ts} +0 -0
  135. /package/{lib/components/sbt/old-twocolor/SbtJpg.d.ts → es/components/sbt/business-menu/SbtNumbersource.d.ts} +0 -0
  136. /package/{lib/components/sbt/old-twocolor/SbtPdf.d.ts → es/components/sbt/business-menu/SbtProductconfiguration.d.ts} +0 -0
  137. /package/{lib/components/sbt/old-twocolor/SbtPng.d.ts → es/components/sbt/business-menu/SbtRiskmanagement.d.ts} +0 -0
  138. /package/{lib/components/sbt/old-twocolor/SbtRarZip.d.ts → es/components/sbt/business-menu/SbtScheme.d.ts} +0 -0
  139. /package/{lib/components/sbt/old-twocolor/SbtWord.d.ts → es/components/sbt/currency/SbtCheckFill.d.ts} +0 -0
  140. /package/es/icons/sbt/{currency/sbt-checked.d.ts → business-menu/sbt-bookingmanagement.d.ts} +0 -0
  141. /package/{lib/icons/sbt/currency/sbt-checked.d.ts → es/icons/sbt/business-menu/sbt-casemanagement.d.ts} +0 -0
  142. /package/es/icons/sbt/old-twocolor/{sbt-jpg.d.ts → sbt-jpg-fill.d.ts} +0 -0
  143. /package/es/icons/sbt/old-twocolor/{sbt-pdf.d.ts → sbt-pdf-fill.d.ts} +0 -0
  144. /package/es/icons/sbt/old-twocolor/{sbt-png.d.ts → sbt-png-fill.d.ts} +0 -0
  145. /package/es/icons/sbt/old-twocolor/{sbt-rarZip.d.ts → sbt-rar-fill.d.ts} +0 -0
  146. /package/es/icons/sbt/old-twocolor/{sbt-word.d.ts → sbt-word-fill.d.ts} +0 -0
  147. /package/lib/icons/sbt/old-twocolor/{sbt-jpg.d.ts → sbt-jpg-fill.d.ts} +0 -0
  148. /package/lib/icons/sbt/old-twocolor/{sbt-pdf.d.ts → sbt-pdf-fill.d.ts} +0 -0
  149. /package/lib/icons/sbt/old-twocolor/{sbt-png.d.ts → sbt-png-fill.d.ts} +0 -0
  150. /package/lib/icons/sbt/old-twocolor/{sbt-rarZip.d.ts → sbt-rar-fill.d.ts} +0 -0
  151. /package/lib/icons/sbt/old-twocolor/{sbt-word.d.ts → sbt-word-fill.d.ts} +0 -0
@@ -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,17 @@
1
+ var node = {
2
+ "name": "sbt-productconfiguration",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M859.43 287.93L534.46 475.55l-4.17 2.41a36.57 36.57 0 01-36.58 0l-4.17-2.4-324.97-187.63c-13.77-7.95-19.76-22.63-17.98-36.44a36.12 36.12 0 0117.98-26.9L493.71 34.56a36.57 36.57 0 0136.58 0l329.14 190.03a36.12 36.12 0 0117.98 26.9c1.78 13.8-4.21 28.5-17.98 36.44zM749.7 256.26L512 119 274.29 256.26 512 393.5l237.71-137.24zM484.57 937.27c0 15.93-9.75 28.47-22.63 33.82a36.12 36.12 0 01-32.23-2.15L100.57 778.91a36.57 36.57 0 01-18.28-31.67V367.18c0-12.25 5.76-22.5 14.28-29 11.08-8.47 26.8-10.63 40.57-2.67l324.93 187.6 4.22 2.43a36.57 36.57 0 0118.28 31.67v380.06zm402.29-601.76c13.77-7.95 29.5-5.8 40.57 2.66a36.12 36.12 0 0114.28 29.01v380.06a36.57 36.57 0 01-18.28 31.67L594.29 968.94a36.12 36.12 0 01-32.23 2.15c-12.88-5.35-22.63-17.9-22.63-33.82V557.21a36.57 36.57 0 0118.28-31.67l4.22-2.43 324.93-187.6zM402.29 858.09V583.6L164.57 446.36v274.49L402.3 858.09zm457.14-411.73L621.7 583.6v274.5l237.72-137.25v-274.5z"
12
+ },
13
+ "children": []
14
+ }]
15
+ }
16
+ };
17
+ export default node;
@@ -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,17 @@
1
+ var node = {
2
+ "name": "sbt-riskmanagement",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M512 1005.71c-222.18 0-402.29-180.1-402.29-402.28V175.17a36.57 36.57 0 0125.3-34.8L500.74 21.95a36.57 36.57 0 0122.54 0l365.71 118.44a36.57 36.57 0 0125.3 34.79v428.26c0 222.17-180.1 402.28-402.28 402.28zm-226.27-176a317.57 317.57 0 00101.74 68.6c39.58 16.75 81.1 25.12 124.53 25.12s84.95-8.37 124.53-25.12a317.57 317.57 0 00101.74-68.6 317.59 317.59 0 0068.62-101.75c16.74-39.58 25.11-81.1 25.11-124.53V208.42L512 104.78 192 208.42v395c0 43.45 8.37 84.96 25.11 124.54a317.58 317.58 0 0068.62 101.74zm262.84-320a9.14 9.14 0 01-9.14 9.15h-54.86a9.14 9.14 0 01-9.14-9.15v-208a9.14 9.14 0 019.14-9.14h54.86a9.14 9.14 0 019.14 9.14v208zM402.3 337.81v73.98c0 2.22-.86 4.4-2.29 6.1a146.29 146.29 0 00-34.29 94.1c0 80.8 65.5 146.3 146.29 146.3 80.8 0 146.29-65.5 146.29-146.3A146.29 146.29 0 00624 417.9a9.59 9.59 0 01-2.29-6.1V337.8c0-7.03 7.56-11.4 13.4-7.45A219.43 219.43 0 01731.42 512c0 121.19-98.24 219.43-219.43 219.43S292.57 633.19 292.57 512c0-73.1 36.37-141.03 96.33-181.65 5.83-3.95 13.39.42 13.39 7.45z"
12
+ },
13
+ "children": []
14
+ }]
15
+ }
16
+ };
17
+ export default node;
@@ -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,17 @@
1
+ var node = {
2
+ "name": "sbt-scheme",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M518.14 10.71l71.57 71.58h-1.14l242.29 242.28v-1.14L902.43 395a36.57 36.57 0 0110.71 25.86v566.57a36.57 36.57 0 01-36.57 36.57H146.3a36.57 36.57 0 01-36.58-36.57V36.57A36.57 36.57 0 01146.3 0h345.99a36.57 36.57 0 0125.86 10.71zM506.3 370.3v-288H192V941.7h638.86V406.86h-288a36.57 36.57 0 01-36.57-36.57zm82.28-171.63v125.91H714.5L588.57 198.66zM283.43 531.43v-54.86a9.14 9.14 0 019.14-9.14h208a9.14 9.14 0 019.14 9.14v54.86a9.14 9.14 0 01-9.14 9.14h-208a9.14 9.14 0 01-9.14-9.14zm9.14 155.43a9.14 9.14 0 01-9.14-9.15v-54.85a9.14 9.14 0 019.14-9.15H730.3a9.14 9.14 0 019.14 9.15v54.85a9.14 9.14 0 01-9.14 9.15H292.57zm0 146.28a9.14 9.14 0 01-9.14-9.14v-54.86a9.14 9.14 0 019.14-9.14H730.3a9.14 9.14 0 019.14 9.14V824a9.14 9.14 0 01-9.14 9.14H292.57z"
12
+ },
13
+ "children": []
14
+ }]
15
+ }
16
+ };
17
+ export default node;
@@ -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;
@@ -1,5 +1,5 @@
1
1
  var node = {
2
- "name": "sbt-checked",
2
+ "name": "sbt-check-fill",
3
3
  "nodeTree": {
4
4
  "tag": "svg",
5
5
  "attrs": {
@@ -1,5 +1,5 @@
1
1
  var node = {
2
- "name": "sbt-jpg",
2
+ "name": "sbt-jpg-fill",
3
3
  "nodeTree": {
4
4
  "tag": "svg",
5
5
  "attrs": {
@@ -1,5 +1,5 @@
1
1
  var node = {
2
- "name": "sbt-pdf",
2
+ "name": "sbt-pdf-fill",
3
3
  "nodeTree": {
4
4
  "tag": "svg",
5
5
  "attrs": {
@@ -1,5 +1,5 @@
1
1
  var node = {
2
- "name": "sbt-png",
2
+ "name": "sbt-png-fill",
3
3
  "nodeTree": {
4
4
  "tag": "svg",
5
5
  "attrs": {
@@ -1,5 +1,5 @@
1
1
  var node = {
2
- "name": "sbt-rarZip",
2
+ "name": "sbt-rar-fill",
3
3
  "nodeTree": {
4
4
  "tag": "svg",
5
5
  "attrs": {
@@ -1,5 +1,5 @@
1
1
  var node = {
2
- "name": "sbt-word",
2
+ "name": "sbt-word-fill",
3
3
  "nodeTree": {
4
4
  "tag": "svg",
5
5
  "attrs": {