@firesoon/icons-react 3.0.25 → 3.0.26

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 (67) hide show
  1. package/es/components/sbt/business-menu/SbtClaimsettlement.d.ts +4 -0
  2. package/es/components/sbt/business-menu/SbtClaimsettlement.js +12 -0
  3. package/es/components/sbt/business-menu/SbtComprehensive.d.ts +4 -0
  4. package/es/components/sbt/business-menu/SbtComprehensive.js +12 -0
  5. package/es/components/sbt/business-menu/SbtPatientdetails.d.ts +4 -0
  6. package/es/components/sbt/business-menu/SbtPatientdetails.js +12 -0
  7. package/es/components/sbt/business-menu/SbtPolicyinquiry.d.ts +4 -0
  8. package/es/components/sbt/business-menu/SbtPolicyinquiry.js +12 -0
  9. package/es/components/sbt/business-menu/SbtReconciliation.d.ts +4 -0
  10. package/es/components/sbt/business-menu/SbtReconciliation.js +12 -0
  11. package/es/components/sbt/business-menu/SbtUsermanagement.d.ts +4 -0
  12. package/es/components/sbt/business-menu/SbtUsermanagement.js +12 -0
  13. package/es/components/sbt/business-menu/SbtUseroverview.d.ts +4 -0
  14. package/es/components/sbt/business-menu/SbtUseroverview.js +12 -0
  15. package/es/components/sbt/business-menu/index.d.ts +7 -0
  16. package/es/components/sbt/business-menu/index.js +8 -1
  17. package/es/icons/sbt/business-menu/sbt-Selfinquiry.js +19 -1
  18. package/es/icons/sbt/business-menu/sbt-claimsettlement.d.ts +17 -0
  19. package/es/icons/sbt/business-menu/sbt-claimsettlement.js +35 -0
  20. package/es/icons/sbt/business-menu/sbt-comprehensive.d.ts +17 -0
  21. package/es/icons/sbt/business-menu/sbt-comprehensive.js +29 -0
  22. package/es/icons/sbt/business-menu/sbt-patientdetails.d.ts +17 -0
  23. package/es/icons/sbt/business-menu/sbt-patientdetails.js +35 -0
  24. package/es/icons/sbt/business-menu/sbt-policyinquiry.d.ts +17 -0
  25. package/es/icons/sbt/business-menu/sbt-policyinquiry.js +29 -0
  26. package/es/icons/sbt/business-menu/sbt-reconciliation.d.ts +17 -0
  27. package/es/icons/sbt/business-menu/sbt-reconciliation.js +23 -0
  28. package/es/icons/sbt/business-menu/sbt-usermanagement.d.ts +17 -0
  29. package/es/icons/sbt/business-menu/sbt-usermanagement.js +29 -0
  30. package/es/icons/sbt/business-menu/sbt-useroverview.d.ts +17 -0
  31. package/es/icons/sbt/business-menu/sbt-useroverview.js +47 -0
  32. package/es/index.d.ts +327 -320
  33. package/es/index.js +327 -320
  34. package/lib/components/sbt/business-menu/SbtClaimsettlement.d.ts +4 -0
  35. package/lib/components/sbt/business-menu/SbtClaimsettlement.js +20 -0
  36. package/lib/components/sbt/business-menu/SbtComprehensive.d.ts +4 -0
  37. package/lib/components/sbt/business-menu/SbtComprehensive.js +20 -0
  38. package/lib/components/sbt/business-menu/SbtPatientdetails.d.ts +4 -0
  39. package/lib/components/sbt/business-menu/SbtPatientdetails.js +20 -0
  40. package/lib/components/sbt/business-menu/SbtPolicyinquiry.d.ts +4 -0
  41. package/lib/components/sbt/business-menu/SbtPolicyinquiry.js +20 -0
  42. package/lib/components/sbt/business-menu/SbtReconciliation.d.ts +4 -0
  43. package/lib/components/sbt/business-menu/SbtReconciliation.js +20 -0
  44. package/lib/components/sbt/business-menu/SbtUsermanagement.d.ts +4 -0
  45. package/lib/components/sbt/business-menu/SbtUsermanagement.js +20 -0
  46. package/lib/components/sbt/business-menu/SbtUseroverview.d.ts +4 -0
  47. package/lib/components/sbt/business-menu/SbtUseroverview.js +20 -0
  48. package/lib/components/sbt/business-menu/index.d.ts +7 -0
  49. package/lib/components/sbt/business-menu/index.js +49 -0
  50. package/lib/icons/sbt/business-menu/sbt-Selfinquiry.js +19 -1
  51. package/lib/icons/sbt/business-menu/sbt-claimsettlement.d.ts +17 -0
  52. package/lib/icons/sbt/business-menu/sbt-claimsettlement.js +42 -0
  53. package/lib/icons/sbt/business-menu/sbt-comprehensive.d.ts +17 -0
  54. package/lib/icons/sbt/business-menu/sbt-comprehensive.js +36 -0
  55. package/lib/icons/sbt/business-menu/sbt-patientdetails.d.ts +17 -0
  56. package/lib/icons/sbt/business-menu/sbt-patientdetails.js +42 -0
  57. package/lib/icons/sbt/business-menu/sbt-policyinquiry.d.ts +17 -0
  58. package/lib/icons/sbt/business-menu/sbt-policyinquiry.js +36 -0
  59. package/lib/icons/sbt/business-menu/sbt-reconciliation.d.ts +17 -0
  60. package/lib/icons/sbt/business-menu/sbt-reconciliation.js +30 -0
  61. package/lib/icons/sbt/business-menu/sbt-usermanagement.d.ts +17 -0
  62. package/lib/icons/sbt/business-menu/sbt-usermanagement.js +36 -0
  63. package/lib/icons/sbt/business-menu/sbt-useroverview.d.ts +17 -0
  64. package/lib/icons/sbt/business-menu/sbt-useroverview.js +54 -0
  65. package/lib/index.d.ts +327 -320
  66. package/lib/index.js +369 -320
  67. package/package.json +1 -1
@@ -0,0 +1,47 @@
1
+ var node = {
2
+ "name": "sbt-useroverview",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M49.14 932.5699999999999V91.43q0-36.57 36.57-36.57h9.15q36.57 0 36.57 36.57v841.14q0 36.57-36.57 36.57H85.7q-36.57 0-36.57-36.57z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M85.71000000000001 886.86H736q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57H85.71q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M726.86 804.57h200q36.57 0 36.57 36.57v9.15q0 36.57-36.57 36.57h-200q-36.57 0-36.57-36.57v-9.15q0-36.57 36.57-36.57zM85.71000000000001 54.86H736q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57H85.71q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M726.86 137.14h200q36.57 0 36.57 36.57v9.15q0 36.57-36.57 36.57h-200q-36.57 0-36.57-36.57v-9.15q0-36.57 36.57-36.57z"
30
+ },
31
+ "children": []
32
+ }, {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "d": "M881.14 850.29V173.7q0-36.57 36.57-36.57h9.15q36.57 0 36.57 36.57V850.3q0 36.57-36.57 36.57h-9.15q-36.57 0-36.57-36.57zM690.29 932.5699999999999V91.43q0-36.57 36.57-36.57H736q36.57 0 36.57 36.57v841.14q0 36.57-36.57 36.57h-9.14q-36.57 0-36.57-36.57zM237.70999999999998 694.86h347.43q9.15 0 9.15 9.14v54.86q0 9.14-9.15 9.14H237.71q-9.14 0-9.14-9.14V704q0-9.14 9.14-9.14zM525.71 370.29q0 2.8-.13 5.6-.14 2.8-.42 5.6-.27 2.79-.68 5.56-.41 2.78-.96 5.53-.55 2.75-1.23 5.47-.68 2.73-1.5 5.41-.81 2.69-1.76 5.33-.94 2.64-2.02 5.23-1.07 2.6-2.27 5.13-1.2 2.54-2.52 5.01-1.32 2.47-2.77 4.88-1.44 2.4-3 4.74-1.56 2.33-3.23 4.59-1.67 2.25-3.45 4.42-1.78 2.17-3.66 4.25-1.88 2.07-3.87 4.06-1.98 1.98-4.06 3.87-2.08 1.88-4.25 3.66-2.17 1.78-4.42 3.45-2.26 1.67-4.59 3.23t-4.74 3q-2.4 1.44-4.88 2.77-2.47 1.32-5 2.52-2.54 1.2-5.14 2.27-2.59 1.08-5.23 2.02-2.64.95-5.33 1.76-2.68.82-5.4 1.5t-5.48 1.23q-2.75.54-5.52.95-2.78.42-5.57.7-2.8.27-5.6.4-2.8.14-5.6.14t-5.6-.14q-2.81-.13-5.6-.4-2.8-.28-5.57-.7-2.78-.4-5.53-.95-2.75-.55-5.47-1.23-2.72-.68-5.4-1.5-2.7-.81-5.33-1.76-2.64-.94-5.24-2.02-2.59-1.07-5.12-2.27-2.54-1.2-5.02-2.52-2.47-1.33-4.88-2.77-2.4-1.44-4.74-3-2.33-1.56-4.58-3.23-2.26-1.67-4.42-3.45-2.17-1.78-4.25-3.66-2.08-1.89-4.06-3.87-1.99-1.99-3.87-4.06-1.89-2.08-3.67-4.25-1.77-2.17-3.45-4.42-1.67-2.26-3.23-4.6t-3-4.73q-1.44-2.4-2.76-4.88-1.32-2.47-2.52-5.01-1.2-2.54-2.28-5.13-1.07-2.6-2.02-5.23-.94-2.64-1.76-5.33-.81-2.68-1.5-5.4-.67-2.73-1.22-5.48-.55-2.75-.96-5.53-.41-2.77-.69-5.56-.27-2.8-.41-5.6-.14-2.8-.14-5.6t.14-5.61q.14-2.8.41-5.6.28-2.79.69-5.56.41-2.78.96-5.53.55-2.75 1.23-5.47.68-2.72 1.5-5.4.8-2.7 1.75-5.34.95-2.64 2.02-5.23 1.08-2.6 2.28-5.13 1.2-2.53 2.52-5 1.32-2.48 2.76-4.89 1.44-2.4 3-4.74 1.56-2.33 3.23-4.58 1.68-2.26 3.45-4.43 1.78-2.17 3.67-4.24 1.88-2.08 3.87-4.07 1.98-1.98 4.06-3.86 2.08-1.89 4.25-3.67 2.16-1.78 4.42-3.45 2.25-1.67 4.58-3.23 2.34-1.56 4.74-3 2.41-1.44 4.88-2.77 2.48-1.32 5.02-2.52 2.53-1.2 5.12-2.27 2.6-1.07 5.24-2.02 2.64-.94 5.32-1.76 2.69-.81 5.4-1.5 2.73-.68 5.48-1.22 2.75-.55 5.53-.96 2.77-.41 5.57-.69 2.79-.27 5.6-.41 2.8-.14 5.6-.14t5.6.14q2.8.13 5.6.41 2.8.28 5.57.69 2.77.4 5.52.96 2.76.54 5.48 1.23 2.72.68 5.4 1.5 2.69.8 5.33 1.75t5.23 2.02q2.6 1.07 5.13 2.27 2.54 1.2 5.01 2.52 2.48 1.33 4.88 2.77 2.41 1.44 4.74 3t4.59 3.23q2.25 1.67 4.42 3.45 2.17 1.78 4.25 3.67 2.08 1.88 4.06 3.86 1.99 1.99 3.87 4.07 1.88 2.07 3.66 4.24 1.78 2.17 3.45 4.43 1.67 2.25 3.23 4.58t3 4.74q1.45 2.4 2.77 4.88t2.52 5.01q1.2 2.54 2.27 5.13 1.08 2.6 2.02 5.23.95 2.65 1.76 5.33.82 2.69 1.5 5.4.68 2.73 1.23 5.48.55 2.75.96 5.53.4 2.77.68 5.56.28 2.8.42 5.6.13 2.8.13 5.6zm-82.28 0q0-.79-.04-1.57-.04-.79-.12-1.57-.07-.78-.19-1.56t-.27-1.55q-.15-.77-.34-1.53-.2-.76-.42-1.51-.23-.76-.5-1.5-.26-.73-.56-1.46t-.63-1.44q-.34-.7-.71-1.4-.37-.7-.77-1.37-.4-.67-.84-1.32-.44-.66-.9-1.29-.48-.63-.98-1.23-.5-.61-1.02-1.2-.53-.58-1.08-1.13-.56-.56-1.14-1.09-.58-.52-1.2-1.02-.6-.5-1.23-.97t-1.28-.9q-.66-.44-1.33-.84-.67-.4-1.37-.78-.69-.37-1.4-.7-.71-.34-1.44-.64-.72-.3-1.46-.56-.74-.27-1.5-.5-.74-.22-1.5-.42-.77-.19-1.54-.34-.77-.15-1.55-.27-.77-.11-1.56-.19-.78-.08-1.56-.12-.79-.03-1.57-.03t-1.57.03q-.79.04-1.57.12-.78.08-1.56.2-.77.1-1.54.26-.78.15-1.54.34-.76.2-1.51.42-.75.23-1.5.5-.73.26-1.46.56t-1.43.64q-.71.33-1.4.7-.7.37-1.37.78-.68.4-1.33.84-.65.44-1.28.9-.64.47-1.24.97l-1.2 1.02q-.57.53-1.13 1.09-.55.55-1.08 1.14-.53.58-1.03 1.19-.5.6-.96 1.23-.47.63-.9 1.29-.44.65-.85 1.32-.4.68-.77 1.37-.37.7-.7 1.4-.35.71-.65 1.44-.3.73-.56 1.47-.27.73-.5 1.49-.22.75-.41 1.51-.2.76-.35 1.53-.15.77-.27 1.55l-.19 1.56q-.07.78-.11 1.57-.04.78-.04 1.57t.04 1.57q.04.78.11 1.56.08.78.2 1.56.1.78.26 1.55t.35 1.53q.19.76.42 1.51.23.76.49 1.5t.56 1.46.64 1.44l.7 1.4q.38.7.78 1.37.4.67.84 1.32.44.66.9 1.29.47.63.97 1.24.5.6 1.03 1.19.53.58 1.08 1.13.56.56 1.14 1.09.58.52 1.19 1.02.6.5 1.24.97.63.47 1.28.9.65.44 1.33.84.67.4 1.36.78.7.37 1.4.7.72.34 1.44.64.73.3 1.47.56.74.27 1.49.5.75.23 1.51.42.76.19 1.54.34.77.15 1.54.27l1.56.2q.78.07 1.57.1.78.05 1.57.05t1.57-.04q.78-.04 1.56-.12.79-.08 1.56-.2.78-.1 1.55-.26.77-.15 1.53-.34.77-.2 1.52-.42.75-.23 1.49-.5.74-.26 1.46-.56t1.44-.64q.71-.33 1.4-.7.7-.37 1.37-.78.67-.4 1.33-.84.65-.43 1.28-.9.63-.47 1.24-.97.6-.5 1.19-1.02.58-.53 1.14-1.09.55-.55 1.08-1.13.53-.59 1.02-1.2.5-.6.97-1.23t.9-1.29q.44-.65.85-1.32.4-.68.77-1.37.37-.7.7-1.4.34-.71.64-1.44.3-.72.57-1.46.26-.74.49-1.5.23-.75.42-1.5.2-.77.34-1.54.16-.77.27-1.55.12-.78.2-1.56.07-.78.11-1.56.04-.79.04-1.57z"
36
+ },
37
+ "children": []
38
+ }, {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "d": "M594.21 620.57h.04q-.08-4.43-.38-8.86t-.8-8.83q-.52-4.4-1.25-8.78-.72-4.38-1.66-8.71-.93-4.34-2.08-8.62-1.15-4.29-2.5-8.51t-2.9-8.38q-1.56-4.15-3.31-8.23-1.76-4.07-3.7-8.05-1.96-3.99-4.1-7.87-2.14-3.88-4.47-7.66-2.33-3.78-4.83-7.43-2.51-3.66-5.2-7.2-2.67-3.53-5.52-6.93-2.85-3.4-5.86-6.65-3.01-3.26-6.18-6.37-3.16-3.1-6.48-6.05-3.31-2.95-6.76-5.74-3.45-2.78-7.04-5.4-3.58-2.61-7.28-5.05t-7.53-4.7q-3.82-2.25-7.74-4.32-3.92-2.07-7.94-3.94-4.02-1.88-8.13-3.56-4.1-1.67-8.29-3.15-4.18-1.48-8.43-2.75t-8.55-2.34q-4.3-1.06-8.66-1.92-4.35-.85-8.74-1.5-4.39-.64-8.8-1.07-4.42-.43-8.85-.64-4.43-.22-8.86-.22t-8.87.22q-4.43.21-8.84.64-4.42.43-8.8 1.08-4.4.64-8.75 1.5-4.35.85-8.65 1.91-4.3 1.07-8.56 2.34-4.25 1.27-8.43 2.75t-8.29 3.15q-4.1 1.68-8.12 3.56-4.02 1.87-7.94 3.94-3.93 2.07-7.75 4.33-3.82 2.25-7.52 4.69-3.7 2.44-7.29 5.05-3.58 2.62-7.03 5.4-3.45 2.79-6.76 5.74-3.32 2.95-6.48 6.05-3.17 3.11-6.18 6.37-3.01 3.25-5.86 6.65-2.85 3.4-5.53 6.93-2.68 3.54-5.19 7.2-2.5 3.65-4.83 7.43t-4.47 7.66q-2.14 3.88-4.1 7.87-1.94 3.98-3.7 8.05-1.75 4.08-3.3 8.23-1.56 4.16-2.92 8.38t-2.5 8.5q-1.14 4.3-2.08 8.63-.93 4.33-1.66 8.7-.72 4.39-1.23 8.8-.52 4.4-.82 8.82-.3 4.43-.38 8.86h.04q-.07.57-.07 1.14v22.86l.01.45.04.45.05.44.08.45.1.43.11.44.15.42.16.42.18.41.2.4.22.4.24.37.26.37q.13.18.28.35.14.18.29.34l.3.33.33.3.34.3.36.28.36.25.38.24.4.22.4.2.4.19.42.16.43.14.43.12.44.1.44.07q.22.04.45.06l.45.03.44.01h64.45l.45-.04.45-.06.44-.07.44-.1.43-.12.42-.14.42-.16.41-.18.4-.2.4-.23q.19-.11.37-.24.2-.12.37-.25l.35-.28q.18-.14.34-.3.17-.14.33-.3.16-.16.3-.33.16-.16.3-.34t.28-.35l.26-.37.24-.38.22-.39.2-.4q.1-.2.18-.41.09-.2.16-.42l.14-.42.12-.44.1-.43.08-.45.05-.44.04-.45v-23.31q0-.57-.06-1.14h.13q.08-2.41.28-4.82.2-2.4.5-4.8.32-2.4.75-4.77.43-2.38.97-4.73.54-2.36 1.2-4.68.65-2.33 1.41-4.62.77-2.3 1.64-4.54.88-2.25 1.86-4.46.98-2.2 2.06-4.36t2.28-4.27q1.19-2.1 2.47-4.14 1.3-2.04 2.68-4.02 1.38-1.98 2.86-3.9 1.48-1.9 3.04-3.74 1.57-1.84 3.23-3.6 1.65-1.76 3.39-3.44 1.73-1.68 3.55-3.27 1.81-1.6 3.7-3.1 1.9-1.5 3.85-2.91 1.96-1.41 3.99-2.73 2.02-1.32 4.1-2.53 2.1-1.22 4.24-2.34 2.14-1.11 4.33-2.12t4.43-1.92q2.24-.9 4.52-1.7 2.28-.8 4.6-1.49t4.66-1.26q2.35-.57 4.72-1.03 2.37-.46 4.76-.8 2.4-.36 4.8-.59 2.4-.23 4.81-.35 2.41-.11 4.83-.11t4.83.11q2.4.12 4.81.35 2.4.23 4.8.58 2.39.35 4.76.8 2.37.47 4.72 1.04 2.34.58 4.66 1.26 2.31.7 4.6 1.49 2.27.8 4.51 1.7 2.24.9 4.43 1.92t4.34 2.12q2.14 1.12 4.23 2.34 2.08 1.21 4.11 2.53 2.02 1.32 3.98 2.73t3.85 2.91q1.9 1.5 3.7 3.1 1.82 1.6 3.56 3.27 1.74 1.68 3.4 3.44 1.65 1.76 3.21 3.6 1.57 1.84 3.05 3.75 1.48 1.9 2.86 3.89t2.67 4.02q1.3 2.04 2.48 4.14 1.19 2.1 2.27 4.27 1.09 2.15 2.07 4.36.98 2.2 1.86 4.46.87 2.25 1.63 4.54.77 2.3 1.42 4.62.66 2.32 1.2 4.68.54 2.35.97 4.73.43 2.37.74 4.77.31 2.4.51 4.8t.28 4.82h.13q-.07.57-.07 1.14v22.86l.01.45.03.45.06.44.08.45.1.43.11.44.14.42.17.42.18.41.2.4.22.4.24.37.26.37q.13.18.28.35.14.18.29.34l.3.33.33.3.34.3.36.28.36.25.38.24.4.22.4.2.4.19.42.16.43.14q.21.07.43.12l.44.1.44.07q.22.04.45.06l.44.03.45.01h64.45l.45-.04.44-.06.45-.07.43-.1.44-.12.42-.14.42-.16.41-.18.4-.2.4-.23q.19-.11.37-.24l.37-.25.35-.28q.18-.14.34-.3.17-.14.33-.3.16-.16.3-.33.16-.16.3-.34t.28-.35l.26-.37.24-.38.22-.39.2-.4q.1-.2.18-.41.09-.2.16-.42l.14-.42.12-.44.1-.43.08-.45.05-.44.03-.45q.02-.22.02-.45v-22.86q0-.57-.08-1.14z"
42
+ },
43
+ "children": []
44
+ }]
45
+ }
46
+ };
47
+ export default node;