siam-ui-utils 1.0.9 → 1.0.10

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 (142) hide show
  1. package/dist_browser/CustomBootstrap.js +23 -0
  2. package/dist_browser/CustomBootstrap.jsx +11 -0
  3. package/dist_browser/CustomSelectInput.js +23 -0
  4. package/dist_browser/CustomSelectInput.jsx +22 -0
  5. package/dist_browser/IntlMessages.js +20 -0
  6. package/dist_browser/IntlMessages.jsx +8 -0
  7. package/dist_browser/constants/defaultValues.js +9 -0
  8. package/dist_browser/iconos/anular-ayuda-icon.js +27 -0
  9. package/dist_browser/iconos/anular-ayuda-icon.jsx +41 -0
  10. package/dist_browser/iconos/asesoria-burbuja-button.js +11 -0
  11. package/dist_browser/iconos/asesoria-burbuja-button.jsx +41 -0
  12. package/dist_browser/iconos/asesoria-burbuja-icon.js +11 -0
  13. package/dist_browser/iconos/asesoria-burbuja-icon.jsx +41 -0
  14. package/dist_browser/iconos/atencion-presencial-icon.js +12 -0
  15. package/dist_browser/iconos/atencion-presencial-icon.jsx +52 -0
  16. package/dist_browser/iconos/atencion-telefonica-icon.js +12 -0
  17. package/dist_browser/iconos/atencion-telefonica-icon.jsx +28 -0
  18. package/dist_browser/iconos/atencion-turno-telefonico-icon.js +12 -0
  19. package/dist_browser/iconos/atencion-turno-telefonico-icon.jsx +31 -0
  20. package/dist_browser/iconos/atencion-virtual-icon.js +12 -0
  21. package/dist_browser/iconos/atencion-virtual-icon.jsx +26 -0
  22. package/dist_browser/iconos/biblioteca-burbuja-button.js +13 -0
  23. package/dist_browser/iconos/biblioteca-burbuja-button.jsx +26 -0
  24. package/dist_browser/iconos/biblioteca-burbuja-icon.js +11 -0
  25. package/dist_browser/iconos/biblioteca-burbuja-icon.jsx +28 -0
  26. package/dist_browser/iconos/cancelar-turno-icon.js +11 -0
  27. package/dist_browser/iconos/cancelar-turno-icon.jsx +21 -0
  28. package/dist_browser/iconos/codigo-verificacion-icon.js +12 -0
  29. package/dist_browser/iconos/codigo-verificacion-icon.jsx +25 -0
  30. package/dist_browser/iconos/constants-svg.js +21 -0
  31. package/dist_browser/iconos/curso-autogestionado-color-icon.js +12 -0
  32. package/dist_browser/iconos/curso-autogestionado-color-icon.jsx +117 -0
  33. package/dist_browser/iconos/curso-autogestionado-icon.js +12 -0
  34. package/dist_browser/iconos/curso-autogestionado-icon.jsx +34 -0
  35. package/dist_browser/iconos/curso-burbuja-button.js +15 -0
  36. package/dist_browser/iconos/curso-burbuja-button.jsx +20 -0
  37. package/dist_browser/iconos/curso-burbuja-icon.js +11 -0
  38. package/dist_browser/iconos/curso-burbuja-icon.jsx +34 -0
  39. package/dist_browser/iconos/curso-presencial-color-icon.js +12 -0
  40. package/dist_browser/iconos/curso-presencial-color-icon.jsx +135 -0
  41. package/dist_browser/iconos/curso-presencial-icon.js +12 -0
  42. package/dist_browser/iconos/curso-presencial-icon.jsx +48 -0
  43. package/dist_browser/iconos/curso-virtual-color-icon.js +12 -0
  44. package/dist_browser/iconos/curso-virtual-color-icon.jsx +57 -0
  45. package/dist_browser/iconos/curso-virtual-icon.js +12 -0
  46. package/dist_browser/iconos/curso-virtual-icon.jsx +26 -0
  47. package/dist_browser/iconos/delegaciones-icon.js +11 -0
  48. package/dist_browser/iconos/delegaciones-icon.jsx +44 -0
  49. package/dist_browser/iconos/forgot-dni-icon.js +12 -0
  50. package/dist_browser/iconos/forgot-dni-icon.jsx +22 -0
  51. package/dist_browser/iconos/forgot-password-icon.js +12 -0
  52. package/dist_browser/iconos/forgot-password-icon.jsx +23 -0
  53. package/dist_browser/iconos/icon-button-svg.js +28 -0
  54. package/dist_browser/iconos/icon-button-svg.jsx +29 -0
  55. package/dist_browser/iconos/index.js +57 -0
  56. package/dist_browser/iconos/lapiz-act-contacto-perf-button.js +14 -0
  57. package/dist_browser/iconos/lapiz-act-contacto-perf-button.jsx +24 -0
  58. package/dist_browser/iconos/styled-icon.js +24 -0
  59. package/dist_browser/iconos/styled-icon.jsx +12 -0
  60. package/dist_browser/iconos/user/styled-icon.js +25 -0
  61. package/dist_browser/iconos/user/styled-icon.jsx +13 -0
  62. package/dist_browser/iconos/verificar-sin-verificar-icon.js +14 -0
  63. package/dist_browser/iconos/verificar-sin-verificar-icon.jsx +18 -0
  64. package/dist_browser/iconos/verificar-verificado-icon.js +11 -0
  65. package/dist_browser/iconos/verificar-verificado-icon.jsx +15 -0
  66. package/dist_browser/iconos/whatsapp-icon-button.js +13 -0
  67. package/dist_browser/iconos/whatsapp-icon-button.jsx +23 -0
  68. package/dist_browser/index.js +20 -0
  69. package/{src/CustomBootstrap.tsx → dist_browser/src/CustomBootstrap.js} +3 -3
  70. package/{src/CustomSelectInput.tsx → dist_browser/src/CustomSelectInput.js} +3 -4
  71. package/dist_browser/src/IntlMessages.tsx +1 -1
  72. package/{src/iconos/anular-ayuda-icon.tsx → dist_browser/src/iconos/anular-ayuda-icon.jsx} +3 -3
  73. package/{src/iconos/asesoria-burbuja-button.tsx → dist_browser/src/iconos/asesoria-burbuja-button.jsx} +2 -2
  74. package/{src/iconos/asesoria-burbuja-icon.tsx → dist_browser/src/iconos/asesoria-burbuja-icon.jsx} +2 -2
  75. package/{src/iconos/atencion-presencial-icon.tsx → dist_browser/src/iconos/atencion-presencial-icon.jsx} +2 -2
  76. package/{src/iconos/atencion-telefonica-icon.tsx → dist_browser/src/iconos/atencion-telefonica-icon.jsx} +2 -2
  77. package/{src/iconos/atencion-turno-telefonico-icon.tsx → dist_browser/src/iconos/atencion-turno-telefonico-icon.jsx} +2 -2
  78. package/{src/iconos/atencion-virtual-icon.tsx → dist_browser/src/iconos/atencion-virtual-icon.jsx} +2 -2
  79. package/{src/iconos/biblioteca-burbuja-button.tsx → dist_browser/src/iconos/biblioteca-burbuja-button.jsx} +2 -2
  80. package/{src/iconos/biblioteca-burbuja-icon.tsx → dist_browser/src/iconos/biblioteca-burbuja-icon.jsx} +2 -2
  81. package/{src/iconos/cancelar-turno-icon.tsx → dist_browser/src/iconos/cancelar-turno-icon.jsx} +2 -2
  82. package/{src/iconos/codigo-verificacion-icon.tsx → dist_browser/src/iconos/codigo-verificacion-icon.jsx} +3 -3
  83. package/{src/iconos/curso-autogestionado-color-icon.tsx → dist_browser/src/iconos/curso-autogestionado-color-icon.jsx} +2 -2
  84. package/{src/iconos/curso-autogestionado-icon.tsx → dist_browser/src/iconos/curso-autogestionado-icon.jsx} +2 -2
  85. package/{src/iconos/curso-burbuja-button.tsx → dist_browser/src/iconos/curso-burbuja-button.jsx} +2 -2
  86. package/{src/iconos/curso-burbuja-icon.tsx → dist_browser/src/iconos/curso-burbuja-icon.jsx} +2 -2
  87. package/{src/iconos/curso-presencial-color-icon.tsx → dist_browser/src/iconos/curso-presencial-color-icon.jsx} +2 -2
  88. package/{src/iconos/curso-presencial-icon.tsx → dist_browser/src/iconos/curso-presencial-icon.jsx} +2 -2
  89. package/{src/iconos/curso-virtual-color-icon.tsx → dist_browser/src/iconos/curso-virtual-color-icon.jsx} +2 -2
  90. package/{src/iconos/curso-virtual-icon.tsx → dist_browser/src/iconos/curso-virtual-icon.jsx} +2 -2
  91. package/{src/iconos/delegaciones-icon.tsx → dist_browser/src/iconos/delegaciones-icon.jsx} +2 -2
  92. package/{src/iconos/forgot-dni-icon.tsx → dist_browser/src/iconos/forgot-dni-icon.jsx} +3 -3
  93. package/{src/iconos/forgot-password-icon.tsx → dist_browser/src/iconos/forgot-password-icon.jsx} +3 -3
  94. package/{src/iconos/icon-button-svg.tsx → dist_browser/src/iconos/icon-button-svg.jsx} +5 -8
  95. package/{src/iconos/lapiz-act-contacto-perf-button.tsx → dist_browser/src/iconos/lapiz-act-contacto-perf-button.jsx} +2 -2
  96. package/{src/iconos/styled-icon.tsx → dist_browser/src/iconos/styled-icon.jsx} +2 -2
  97. package/{src/iconos/user/styled-icon.tsx → dist_browser/src/iconos/user/styled-icon.jsx} +3 -5
  98. package/dist_browser/src/iconos/user/styled-timer-reenv-cod.jsx +16 -0
  99. package/{src/iconos/verificar-sin-verificar-icon.tsx → dist_browser/src/iconos/verificar-sin-verificar-icon.jsx} +2 -2
  100. package/{src/iconos/verificar-verificado-icon.tsx → dist_browser/src/iconos/verificar-verificado-icon.jsx} +2 -2
  101. package/{src/iconos/whatsapp-icon-button.tsx → dist_browser/src/iconos/whatsapp-icon-button.jsx} +2 -2
  102. package/index.d.ts +107 -0
  103. package/package.json +2 -1
  104. package/src/CustomBootstrap.js +10 -0
  105. package/src/CustomSelectInput.js +11 -0
  106. package/src/IntlMessages.tsx +1 -1
  107. package/src/iconos/anular-ayuda-icon.jsx +72 -0
  108. package/src/iconos/asesoria-burbuja-button.jsx +102 -0
  109. package/src/iconos/asesoria-burbuja-icon.jsx +102 -0
  110. package/src/iconos/atencion-presencial-icon.jsx +77 -0
  111. package/src/iconos/atencion-telefonica-icon.jsx +42 -0
  112. package/src/iconos/atencion-turno-telefonico-icon.jsx +51 -0
  113. package/src/iconos/atencion-virtual-icon.jsx +35 -0
  114. package/src/iconos/biblioteca-burbuja-button.jsx +57 -0
  115. package/src/iconos/biblioteca-burbuja-icon.jsx +65 -0
  116. package/src/iconos/cancelar-turno-icon.jsx +27 -0
  117. package/src/iconos/codigo-verificacion-icon.jsx +53 -0
  118. package/src/iconos/constants-svg.js +659 -0
  119. package/src/iconos/curso-autogestionado-color-icon.jsx +202 -0
  120. package/src/iconos/curso-autogestionado-icon.jsx +48 -0
  121. package/src/iconos/curso-burbuja-button.jsx +40 -0
  122. package/src/iconos/curso-burbuja-icon.jsx +96 -0
  123. package/src/iconos/curso-presencial-color-icon.jsx +255 -0
  124. package/src/iconos/curso-presencial-icon.jsx +70 -0
  125. package/src/iconos/curso-virtual-color-icon.jsx +108 -0
  126. package/src/iconos/curso-virtual-icon.jsx +38 -0
  127. package/src/iconos/delegaciones-icon.jsx +65 -0
  128. package/src/iconos/forgot-dni-icon.jsx +41 -0
  129. package/src/iconos/forgot-password-icon.jsx +45 -0
  130. package/src/iconos/icon-button-svg.jsx +49 -0
  131. package/src/iconos/lapiz-act-contacto-perf-button.jsx +43 -0
  132. package/src/iconos/styled-icon.jsx +25 -0
  133. package/src/iconos/user/styled-icon.jsx +22 -0
  134. package/src/iconos/user/styled-timer-reenv-cod.jsx +16 -0
  135. package/src/iconos/verificar-sin-verificar-icon.jsx +37 -0
  136. package/src/iconos/verificar-verificado-icon.jsx +29 -0
  137. package/src/iconos/whatsapp-icon-button.jsx +40 -0
  138. package/src/index.js +4 -0
  139. package/tsconfig.json +3 -6
  140. package/src/iconos/index.ts +0 -42
  141. /package/{src/iconos/constants-svg.ts → dist_browser/src/iconos/constants-svg.js} +0 -0
  142. /package/{src/index.ts → dist_browser/src/index.js} +0 -0
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var styled_components_1 = require("styled-components");
4
+ var styled_icon_1 = require("./styled-icon");
5
+ var DelegacionesIcon = function (props) {
6
+ var _a = props || {}, _b = _a.sublabel, sublabel = _b === void 0 ? '' : _b, _c = _a.size, size = _c === void 0 ? '' : _c;
7
+ return (<styled_icon_1.Icon width={size} display={sublabel !== '' ? 'block' : 'none'}>
8
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20.162px" height="22.261px" viewBox="0 0 22.162 22.261">
9
+ <g>
10
+ <g transform="translate(-1.9999999e-7,60)">
11
+ <g>
12
+ <path fill="#666666" d="M11.082-60c-3.335,0-6.044,2.729-6.044,6.079c0,2.766,1.441,5.609,2.847,7.787
13
+ c1.412,2.178,2.825,3.701,2.825,3.701c0.19,0.205,0.511,0.217,0.715,0.027c0.011-0.011,0.018-0.019,0.027-0.027
14
+ c0,0,1.413-1.523,2.824-3.701c1.409-2.178,2.85-5.021,2.85-7.787C17.126-57.271,14.414-60,11.082-60z M11.082-58.987
15
+ c2.783,0,5.033,2.26,5.033,5.066c0,2.406-1.329,5.138-2.688,7.236c-1.064,1.643-1.933,2.66-2.345,3.13
16
+ c-0.414-0.47-1.284-1.487-2.345-3.13c-1.361-2.099-2.688-4.83-2.688-7.236C6.049-56.728,8.297-58.987,11.082-58.987z"/>
17
+ <path fill="#666666" d="M11.082-56.964c-1.752,0-3.183,1.438-3.183,3.197c0,1.757,1.431,3.195,3.183,3.195
18
+ c1.75,0,3.178-1.438,3.178-3.195C14.26-55.525,12.832-56.964,11.082-56.964z M11.082-55.952c1.201,0,2.166,0.97,2.166,2.186
19
+ c0,1.213-0.965,2.185-2.166,2.185c-1.203,0-2.168-0.972-2.168-2.185C8.914-54.982,9.879-55.952,11.082-55.952z"/>
20
+ <path fill="#666666" d="M2.853-44.431c-0.839,0.323-1.52,0.694-2.019,1.134C0.335-42.856,0-42.314,0-41.711
21
+ c0,0.689,0.422,1.282,1.028,1.751c0.604,0.469,1.426,0.855,2.419,1.182c1.983,0.651,4.668,1.04,7.635,1.04
22
+ c2.963,0,5.647-0.389,7.634-1.04c0.994-0.326,1.813-0.713,2.42-1.182c0.604-0.469,1.026-1.062,1.026-1.751
23
+ c0-0.6-0.329-1.14-0.821-1.575c-0.494-0.438-1.165-0.809-1.993-1.13c-0.26-0.102-0.554,0.027-0.655,0.289
24
+ c-0.102,0.259,0.027,0.553,0.289,0.653c0.753,0.295,1.328,0.625,1.686,0.943c0.358,0.317,0.481,0.59,0.481,0.819
25
+ c0,0.271-0.17,0.59-0.634,0.95C20.05-40.4,19.32-40.042,18.4-39.74c-1.839,0.604-4.444,0.99-7.318,0.99
26
+ c-2.876,0-5.479-0.387-7.321-0.99c-0.92-0.302-1.648-0.66-2.112-1.021c-0.465-0.36-0.638-0.68-0.638-0.95
27
+ c0-0.232,0.129-0.506,0.492-0.827c0.363-0.32,0.947-0.654,1.712-0.947c0.261-0.102,0.391-0.393,0.293-0.653
28
+ C3.392-44.403,3.063-44.523,2.853-44.431z"/>
29
+ <path fill="#666666" d="M6.611-45.649c-0.754,0.253-1.363,0.563-1.815,0.945c-0.455,0.383-0.767,0.872-0.767,1.423
30
+ c0,0.525,0.28,0.989,0.679,1.352c0.4,0.36,0.932,0.652,1.563,0.894c1.267,0.485,2.948,0.768,4.811,0.768
31
+ c1.859,0,3.542-0.282,4.809-0.768c0.633-0.241,1.163-0.533,1.563-0.894c0.396-0.362,0.68-0.826,0.68-1.352
32
+ c0-0.551-0.313-1.04-0.766-1.423c-0.452-0.382-1.065-0.692-1.817-0.945c-0.265-0.087-0.553,0.056-0.643,0.319
33
+ c-0.086,0.266,0.057,0.552,0.321,0.641c0.67,0.225,1.176,0.497,1.485,0.759c0.311,0.262,0.403,0.479,0.403,0.649
34
+ c0,0.168-0.08,0.363-0.343,0.601c-0.267,0.239-0.694,0.488-1.246,0.701c-1.104,0.422-2.692,0.7-4.447,0.7s-3.345-0.278-4.45-0.7
35
+ c-0.551-0.213-0.979-0.462-1.243-0.701c-0.263-0.237-0.349-0.433-0.349-0.601c0-0.171,0.096-0.388,0.407-0.649
36
+ c0.308-0.262,0.817-0.534,1.485-0.759c0.265-0.089,0.408-0.375,0.321-0.641C7.157-45.595,6.842-45.729,6.611-45.649z"/>
37
+ </g>
38
+ </g>
39
+ </g>
40
+ </svg>
41
+ </styled_icon_1.Icon>);
42
+ };
43
+ DelegacionesIcon.defaultProps = { theme: {} };
44
+ exports.default = (0, styled_components_1.withTheme)(DelegacionesIcon);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ var styled_components_1 = require("styled-components");
5
+ var styled_icon_1 = require("./user/styled-icon");
6
+ var ForgotDniIcon = function (props) {
7
+ var _a = (props || {}).sublabel, sublabel = _a === void 0 ? '' : _a;
8
+ var _b = props || {}, width = _b.width, height = _b.height;
9
+ return ((0, jsx_runtime_1.jsxs)(styled_icon_1.UserIcon, { title: "", width: width, height: height, display: sublabel !== '' ? 'block' : 'none', children: [(0, jsx_runtime_1.jsx)("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { d: "M36.3655 60H16.1365C14.1665 60 12.4285 58.99 11.6005 57.366C10.8635 55.919 11.0005 54.262 11.9655 52.93L17.1615 45.773C17.5155 45.287 18.0785 45 18.6805 45H33.8235C34.4235 45 34.9875 45.287 35.3415 45.773L40.5385 52.93C41.5035 54.261 41.6405 55.918 40.9015 57.366C40.0735 58.99 38.3365 60 36.3655 60ZM19.6355 48.75L15.0005 55.133C14.8655 55.32 14.8475 55.479 14.9395 55.662C15.0795 55.933 15.4745 56.25 16.1355 56.25H36.3645C37.0245 56.25 37.4215 55.934 37.5595 55.662C37.6535 55.478 37.6345 55.319 37.4985 55.133L32.8645 48.75H19.6355Z", fill: "#B5B4B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M46.875 48.75H5.625C2.523 48.75 0 46.227 0 43.125V5.625C0 2.523 2.523 0 5.625 0H46.875C49.977 0 52.5 2.523 52.5 5.625V43.125C52.5 46.227 49.977 48.75 46.875 48.75ZM5.625 3.75C4.591 3.75 3.75 4.591 3.75 5.625V43.125C3.75 44.158 4.591 45 5.625 45H46.875C47.91 45 48.75 44.158 48.75 43.125V5.625C48.75 4.591 47.91 3.75 46.875 3.75H5.625Z", fill: "#B5B4B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M25.257 28.6229C24.778 28.6229 24.298 28.4389 23.932 28.0729L21.176 25.3179C20.444 24.5859 20.444 23.3989 21.176 22.6669C21.908 21.9339 23.095 21.9349 23.827 22.6669L25.257 24.0969L28.676 20.6779C29.408 19.9459 30.595 19.9459 31.327 20.6779C32.059 21.4099 32.059 22.5969 31.327 23.3289L26.583 28.0739C26.217 28.4399 25.737 28.6229 25.257 28.6229Z", fill: "#B5B4B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.25 37.5C19.014 37.5 13.125 31.612 13.125 24.375C13.125 17.138 19.014 11.25 26.25 11.25C33.486 11.25 39.375 17.138 39.375 24.375C39.375 31.612 33.486 37.5 26.25 37.5ZM26.25 15C21.082 15 16.875 19.206 16.875 24.375C16.875 29.544 21.082 33.75 26.25 33.75C31.42 33.75 35.625 29.544 35.625 24.375C35.625 19.206 31.42 15 26.25 15Z", fill: "#B5B4B4" })] }) }), (0, jsx_runtime_1.jsx)("label", { children: sublabel })] }));
10
+ };
11
+ ForgotDniIcon.defaultProps = { theme: {} };
12
+ exports.default = (0, styled_components_1.withTheme)(ForgotDniIcon);
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var styled_components_1 = require("styled-components");
4
+ var styled_icon_1 = require("./user/styled-icon");
5
+ var ForgotDniIcon = function (props) {
6
+ var _a = (props || {}).sublabel, sublabel = _a === void 0 ? '' : _a;
7
+ var _b = props || {}, width = _b.width, height = _b.height;
8
+ return (<styled_icon_1.UserIcon title="" width={width} height={height} display={sublabel !== '' ? 'block' : 'none'}>
9
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg">
10
+ <g>
11
+ <path d="M36.3655 60H16.1365C14.1665 60 12.4285 58.99 11.6005 57.366C10.8635 55.919 11.0005 54.262 11.9655 52.93L17.1615 45.773C17.5155 45.287 18.0785 45 18.6805 45H33.8235C34.4235 45 34.9875 45.287 35.3415 45.773L40.5385 52.93C41.5035 54.261 41.6405 55.918 40.9015 57.366C40.0735 58.99 38.3365 60 36.3655 60ZM19.6355 48.75L15.0005 55.133C14.8655 55.32 14.8475 55.479 14.9395 55.662C15.0795 55.933 15.4745 56.25 16.1355 56.25H36.3645C37.0245 56.25 37.4215 55.934 37.5595 55.662C37.6535 55.478 37.6345 55.319 37.4985 55.133L32.8645 48.75H19.6355Z" fill="#B5B4B4"/>
12
+ <path d="M46.875 48.75H5.625C2.523 48.75 0 46.227 0 43.125V5.625C0 2.523 2.523 0 5.625 0H46.875C49.977 0 52.5 2.523 52.5 5.625V43.125C52.5 46.227 49.977 48.75 46.875 48.75ZM5.625 3.75C4.591 3.75 3.75 4.591 3.75 5.625V43.125C3.75 44.158 4.591 45 5.625 45H46.875C47.91 45 48.75 44.158 48.75 43.125V5.625C48.75 4.591 47.91 3.75 46.875 3.75H5.625Z" fill="#B5B4B4"/>
13
+ <path d="M25.257 28.6229C24.778 28.6229 24.298 28.4389 23.932 28.0729L21.176 25.3179C20.444 24.5859 20.444 23.3989 21.176 22.6669C21.908 21.9339 23.095 21.9349 23.827 22.6669L25.257 24.0969L28.676 20.6779C29.408 19.9459 30.595 19.9459 31.327 20.6779C32.059 21.4099 32.059 22.5969 31.327 23.3289L26.583 28.0739C26.217 28.4399 25.737 28.6229 25.257 28.6229Z" fill="#B5B4B4"/>
14
+ <path d="M26.25 37.5C19.014 37.5 13.125 31.612 13.125 24.375C13.125 17.138 19.014 11.25 26.25 11.25C33.486 11.25 39.375 17.138 39.375 24.375C39.375 31.612 33.486 37.5 26.25 37.5ZM26.25 15C21.082 15 16.875 19.206 16.875 24.375C16.875 29.544 21.082 33.75 26.25 33.75C31.42 33.75 35.625 29.544 35.625 24.375C35.625 19.206 31.42 15 26.25 15Z" fill="#B5B4B4"/>
15
+ </g>
16
+ </svg>
17
+
18
+ <label>{sublabel}</label>
19
+ </styled_icon_1.UserIcon>);
20
+ };
21
+ ForgotDniIcon.defaultProps = { theme: {} };
22
+ exports.default = (0, styled_components_1.withTheme)(ForgotDniIcon);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ var styled_components_1 = require("styled-components");
5
+ var styled_icon_1 = require("./user/styled-icon");
6
+ var ForgotPasswordIcon = function (props) {
7
+ var _a = (props || {}).sublabel, sublabel = _a === void 0 ? '' : _a;
8
+ var _b = props || {}, width = _b.width, height = _b.height;
9
+ return ((0, jsx_runtime_1.jsxs)(styled_icon_1.UserIcon, { title: "", width: width, height: height, display: sublabel !== '' ? 'block' : 'none', children: [(0, jsx_runtime_1.jsx)("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { d: "M14.879 12.6143C13.948 11.6833 12.439 11.6833 11.508 12.6143C10.578 13.5453 10.578 15.0533 11.508 15.9843L13.398 17.8743L11.508 19.7643C10.578 20.6953 10.578 22.2043 11.508 23.1353C12.439 24.0663 13.948 24.0663 14.879 23.1353L16.769 21.2453L18.659 23.1353C19.589 24.0663 21.098 24.0663 22.029 23.1353C22.959 22.2043 22.959 20.6953 22.029 19.7643L20.139 17.8743L22.029 15.9843C22.959 15.0533 22.959 13.5453 22.029 12.6143C21.098 11.6833 19.589 11.6833 18.659 12.6143L16.769 14.5043L14.879 12.6143Z", fill: "#B5B4B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.2705 12.6143C30.2015 11.6833 31.7105 11.6833 32.6415 12.6143L34.5315 14.5043L36.4215 12.6143C37.3515 11.6833 38.8605 11.6833 39.7915 12.6143C40.7225 13.5453 40.7225 15.0533 39.7915 15.9843L37.9015 17.8743L39.7915 19.7643C40.7225 20.6953 40.7225 22.2043 39.7915 23.1353C38.8605 24.0663 37.3515 24.0663 36.4215 23.1353L34.5315 21.2453L32.6415 23.1353C31.7105 24.0663 30.2015 24.0663 29.2705 23.1353C28.3395 22.2043 28.3395 20.6953 29.2705 19.7643L31.1605 17.8743L29.2705 15.9843C28.3395 15.0543 28.3395 13.5453 29.2705 12.6143Z", fill: "#B5B4B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M50.402 12.6143C49.471 11.6833 47.962 11.6833 47.031 12.6143C46.1 13.5453 46.1 15.0533 47.031 15.9843L48.921 17.8743L47.031 19.7643C46.1 20.6953 46.1 22.2043 47.031 23.1353C47.962 24.0663 49.471 24.0663 50.402 23.1353L52.292 21.2453L54.181 23.1353C55.112 24.0663 56.621 24.0663 57.551 23.1353C58.482 22.2043 58.482 20.6953 57.551 19.7643L55.662 17.8743L57.551 15.9843C58.482 15.0533 58.482 13.5453 57.551 12.6143C56.621 11.6833 55.112 11.6833 54.181 12.6143L52.292 14.5043L50.402 12.6143Z", fill: "#B5B4B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M68.1628 12.6143C67.2318 11.6833 65.7227 11.6833 64.7928 12.6143C63.8608 13.5453 63.8608 15.0533 64.7928 15.9843L66.6817 17.8743L64.7928 19.7643C63.8608 20.6953 63.8608 22.2043 64.7928 23.1353C65.7227 24.0663 67.2318 24.0663 68.1628 23.1353L70.0528 21.2453L71.9418 23.1353C72.8738 24.0663 74.3808 24.0663 75.3128 23.1353C76.2438 22.2043 76.2438 20.6953 75.3128 19.7643L73.4227 17.8743L75.3128 15.9843C76.2438 15.0533 76.2438 13.5453 75.3128 12.6143C74.3808 11.6833 72.8738 11.6833 71.9418 12.6143L70.0528 14.5043L68.1628 12.6143Z", fill: "#B5B4B4" }), (0, jsx_runtime_1.jsx)("path", { d: "M86.821 9.533C86.821 4.269 82.554 0 77.288 0H9.533C4.268 0 0 4.269 0 9.533V26.217C0 31.483 4.268 35.75 9.533 35.75H77.288C82.554 35.75 86.821 31.482 86.821 26.217V9.533ZM77.288 4.768C79.92 4.768 82.055 6.902 82.055 9.534V26.218C82.055 28.851 79.92 30.986 77.288 30.986H9.533C6.901 30.986 4.766 28.851 4.766 26.218V9.533C4.766 6.901 6.901 4.767 9.533 4.767L77.288 4.768Z", fill: "#B5B4B4" })] }) }), (0, jsx_runtime_1.jsx)("label", { children: sublabel })] }));
10
+ };
11
+ ForgotPasswordIcon.defaultProps = { theme: {} };
12
+ exports.default = (0, styled_components_1.withTheme)(ForgotPasswordIcon);
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var styled_components_1 = require("styled-components");
4
+ var styled_icon_1 = require("./user/styled-icon");
5
+ var ForgotPasswordIcon = function (props) {
6
+ var _a = (props || {}).sublabel, sublabel = _a === void 0 ? '' : _a;
7
+ var _b = props || {}, width = _b.width, height = _b.height;
8
+ return (<styled_icon_1.UserIcon title="" width={width} height={height} display={sublabel !== '' ? 'block' : 'none'}>
9
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg">
10
+ <g>
11
+ <path d="M14.879 12.6143C13.948 11.6833 12.439 11.6833 11.508 12.6143C10.578 13.5453 10.578 15.0533 11.508 15.9843L13.398 17.8743L11.508 19.7643C10.578 20.6953 10.578 22.2043 11.508 23.1353C12.439 24.0663 13.948 24.0663 14.879 23.1353L16.769 21.2453L18.659 23.1353C19.589 24.0663 21.098 24.0663 22.029 23.1353C22.959 22.2043 22.959 20.6953 22.029 19.7643L20.139 17.8743L22.029 15.9843C22.959 15.0533 22.959 13.5453 22.029 12.6143C21.098 11.6833 19.589 11.6833 18.659 12.6143L16.769 14.5043L14.879 12.6143Z" fill="#B5B4B4"/>
12
+ <path d="M29.2705 12.6143C30.2015 11.6833 31.7105 11.6833 32.6415 12.6143L34.5315 14.5043L36.4215 12.6143C37.3515 11.6833 38.8605 11.6833 39.7915 12.6143C40.7225 13.5453 40.7225 15.0533 39.7915 15.9843L37.9015 17.8743L39.7915 19.7643C40.7225 20.6953 40.7225 22.2043 39.7915 23.1353C38.8605 24.0663 37.3515 24.0663 36.4215 23.1353L34.5315 21.2453L32.6415 23.1353C31.7105 24.0663 30.2015 24.0663 29.2705 23.1353C28.3395 22.2043 28.3395 20.6953 29.2705 19.7643L31.1605 17.8743L29.2705 15.9843C28.3395 15.0543 28.3395 13.5453 29.2705 12.6143Z" fill="#B5B4B4"/>
13
+ <path d="M50.402 12.6143C49.471 11.6833 47.962 11.6833 47.031 12.6143C46.1 13.5453 46.1 15.0533 47.031 15.9843L48.921 17.8743L47.031 19.7643C46.1 20.6953 46.1 22.2043 47.031 23.1353C47.962 24.0663 49.471 24.0663 50.402 23.1353L52.292 21.2453L54.181 23.1353C55.112 24.0663 56.621 24.0663 57.551 23.1353C58.482 22.2043 58.482 20.6953 57.551 19.7643L55.662 17.8743L57.551 15.9843C58.482 15.0533 58.482 13.5453 57.551 12.6143C56.621 11.6833 55.112 11.6833 54.181 12.6143L52.292 14.5043L50.402 12.6143Z" fill="#B5B4B4"/>
14
+ <path d="M68.1628 12.6143C67.2318 11.6833 65.7227 11.6833 64.7928 12.6143C63.8608 13.5453 63.8608 15.0533 64.7928 15.9843L66.6817 17.8743L64.7928 19.7643C63.8608 20.6953 63.8608 22.2043 64.7928 23.1353C65.7227 24.0663 67.2318 24.0663 68.1628 23.1353L70.0528 21.2453L71.9418 23.1353C72.8738 24.0663 74.3808 24.0663 75.3128 23.1353C76.2438 22.2043 76.2438 20.6953 75.3128 19.7643L73.4227 17.8743L75.3128 15.9843C76.2438 15.0533 76.2438 13.5453 75.3128 12.6143C74.3808 11.6833 72.8738 11.6833 71.9418 12.6143L70.0528 14.5043L68.1628 12.6143Z" fill="#B5B4B4"/>
15
+ <path d="M86.821 9.533C86.821 4.269 82.554 0 77.288 0H9.533C4.268 0 0 4.269 0 9.533V26.217C0 31.483 4.268 35.75 9.533 35.75H77.288C82.554 35.75 86.821 31.482 86.821 26.217V9.533ZM77.288 4.768C79.92 4.768 82.055 6.902 82.055 9.534V26.218C82.055 28.851 79.92 30.986 77.288 30.986H9.533C6.901 30.986 4.766 28.851 4.766 26.218V9.533C4.766 6.901 6.901 4.767 9.533 4.767L77.288 4.768Z" fill="#B5B4B4"/>
16
+ </g>
17
+ </svg>
18
+
19
+ <label>{sublabel}</label>
20
+ </styled_icon_1.UserIcon>);
21
+ };
22
+ ForgotPasswordIcon.defaultProps = { theme: {} };
23
+ exports.default = (0, styled_components_1.withTheme)(ForgotPasswordIcon);
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ var React = require("react");
5
+ var react_1 = require("react");
6
+ var styled_components_1 = require("styled-components");
7
+ var styled_icon_1 = require("./styled-icon");
8
+ var useSvgToReactEncoded = function (svg) {
9
+ var svgWrapperRef = React.useRef();
10
+ React.useEffect(function () {
11
+ if (svgWrapperRef && svgWrapperRef.current) {
12
+ svgWrapperRef.current.innerHTML = svg;
13
+ }
14
+ }, [svg]);
15
+ return svgWrapperRef;
16
+ };
17
+ var IconButtonSvg = function (props) {
18
+ var _a = props || {}, _b = _a.sublabel, sublabel = _b === void 0 ? '' : _b, _c = _a.onClick, onClick = _c === void 0 ? function () {
19
+ undefined;
20
+ } : _c, _d = _a.onTouchStart, onTouchStart = _d === void 0 ? function () {
21
+ undefined;
22
+ } : _d, svg = _a.svg, svgOver = _a.svgOver, _e = _a.height, height = _e === void 0 ? '3rem' : _e, _f = _a.width, width = _f === void 0 ? '3rem' : _f, title = _a.title;
23
+ var _g = (0, react_1.useState)(svg), svgActive = _g[0], setSvgActive = _g[1];
24
+ var svgWrapperRef = useSvgToReactEncoded(svgActive);
25
+ return ((0, jsx_runtime_1.jsxs)(styled_icon_1.Icon, { title: title, display: sublabel !== '' ? 'block' : 'none', onClick: onClick, onTouchStart: onTouchStart, onMouseOver: function () { return setSvgActive(svgOver || svg); }, onMouseOut: function () { return setSvgActive(svg); }, width: width, height: height, children: [(0, jsx_runtime_1.jsx)("div", { ref: svgWrapperRef }), (0, jsx_runtime_1.jsx)("label", { children: sublabel })] }));
26
+ };
27
+ IconButtonSvg.defaultProps = { theme: {} };
28
+ exports.default = (0, styled_components_1.withTheme)(IconButtonSvg);
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var react_1 = require("react");
4
+ var styled_components_1 = require("styled-components");
5
+ var styled_icon_1 = require("./styled-icon");
6
+ var useSvgToReactEncoded = function (svg) {
7
+ var svgWrapperRef = React.useRef();
8
+ React.useEffect(function () {
9
+ if (svgWrapperRef && svgWrapperRef.current) {
10
+ svgWrapperRef.current.innerHTML = svg;
11
+ }
12
+ }, [svg]);
13
+ return svgWrapperRef;
14
+ };
15
+ var IconButtonSvg = function (props) {
16
+ var _a = props || {}, _b = _a.sublabel, sublabel = _b === void 0 ? '' : _b, _c = _a.onClick, onClick = _c === void 0 ? function () {
17
+ undefined;
18
+ } : _c, _d = _a.onTouchStart, onTouchStart = _d === void 0 ? function () {
19
+ undefined;
20
+ } : _d, svg = _a.svg, svgOver = _a.svgOver, _e = _a.height, height = _e === void 0 ? '3rem' : _e, _f = _a.width, width = _f === void 0 ? '3rem' : _f, title = _a.title;
21
+ var _g = (0, react_1.useState)(svg), svgActive = _g[0], setSvgActive = _g[1];
22
+ var svgWrapperRef = useSvgToReactEncoded(svgActive);
23
+ return (<styled_icon_1.Icon title={title} display={sublabel !== '' ? 'block' : 'none'} onClick={onClick} onTouchStart={onTouchStart} onMouseOver={function () { return setSvgActive(svgOver || svg); }} onMouseOut={function () { return setSvgActive(svg); }} width={width} height={height}>
24
+ <div ref={svgWrapperRef}/>
25
+ <label>{sublabel}</label>
26
+ </styled_icon_1.Icon>);
27
+ };
28
+ IconButtonSvg.defaultProps = { theme: {} };
29
+ exports.default = (0, styled_components_1.withTheme)(IconButtonSvg);
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./user/styled-icon"), exports);
18
+ // import AnularAyudaIcon from "./anular-ayuda-icon";
19
+ // import AsesoriaBurbujaButton from "./asesoria-burbuja-button";
20
+ // import AsesoriaBurbujaIcon from "./asesoria-burbuja-icon";
21
+ // import AtencionPresencial from "./atencion-presencial-icon";
22
+ // import AtencionTelefonica from "./atencion-telefonica-icon";
23
+ // import AtencionTurnoTelefonico from "./atencion-turno-telefonico-icon";
24
+ // import AtencionVirtual from "./atencion-virtual-icon";
25
+ // import BibliotecaBurbujaButton from "./biblioteca-burbuja-button";
26
+ // import BibliotecaBurbujaIcon from "./biblioteca-burbuja-icon";
27
+ // import CancelarTurnoIcon from "./cancelar-turno-icon";
28
+ // import CodigoVerificacionIcon from "./codigo-verificacion-icon";
29
+ // export * from "./constants-svg";
30
+ // import CursoAutogestionadoColor from "./curso-autogestionado-color-icon";
31
+ // import CursoAutogestionado from "./curso-autogestionado-icon";
32
+ // import CursoBurbujaButton from "./curso-burbuja-button";
33
+ // import CursoBurbujaIcon from "./curso-burbuja-icon";
34
+ // import CursoPresencialColor from "./curso-presencial-color-icon";
35
+ // import CursoPresencial from "./curso-presencial-icon";
36
+ // import CursoVirtualColor from "./curso-virtual-color-icon";
37
+ // import CursoVirtual from "./curso-virtual-icon";
38
+ // import DelegacionesIcon from "./delegaciones-icon";
39
+ // import ForgotDniIcon from "./forgot-dni-icon"
40
+ // import ForgotPasswordIcon from "./forgot-password-icon";
41
+ // import IconButtonSvg from "./icon-button-svg";
42
+ // import LapizActContactoPerfilButton from "./lapiz-act-contacto-perf-button";
43
+ // export * from "./styled-icon";
44
+ // import VerificarSinVerificarIcon from "./verificar-sin-verificar-icon";
45
+ // import VerificarVerificadoIcon from "./verificar-verificado-icon";
46
+ // import WhatsappIconButton from "./whatsapp-icon-button";
47
+ // export {
48
+ // AnularAyudaIcon, AsesoriaBurbujaButton, AsesoriaBurbujaIcon,
49
+ // AtencionPresencial, AtencionTelefonica, AtencionTurnoTelefonico, AtencionVirtual,
50
+ // BibliotecaBurbujaButton, BibliotecaBurbujaIcon,
51
+ // CancelarTurnoIcon, CodigoVerificacionIcon, CursoAutogestionado, CursoAutogestionadoColor,
52
+ // CursoBurbujaButton, CursoBurbujaIcon, CursoPresencialColor, CursoPresencial,
53
+ // CursoVirtual, CursoVirtualColor, DelegacionesIcon,
54
+ // ForgotDniIcon, ForgotPasswordIcon, IconButtonSvg,
55
+ // LapizActContactoPerfilButton, VerificarSinVerificarIcon, VerificarVerificadoIcon,
56
+ // WhatsappIconButton
57
+ // }
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ var styled_components_1 = require("styled-components");
5
+ var styled_icon_1 = require("./styled-icon");
6
+ var LapizActContactoPerfilButton = function (props) {
7
+ var _a = props || {}, _b = _a.sublabel, sublabel = _b === void 0 ? '' : _b, _c = _a.size, size = _c === void 0 ? '' : _c, onOpen = _a.onOpen;
8
+ var handleOpen = function () {
9
+ onOpen(true);
10
+ };
11
+ return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(styled_icon_1.Icon, { width: size, display: sublabel !== '' ? 'block' : 'none', onClick: function () { return handleOpen(); }, children: (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "25.694px", height: "25.697px", viewBox: "0 0 28.447 28.035", children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { fill: "#00CCCC", d: "M22.747,10.166l1.074-1.078c1.327-1.253,1.387-3.343,0.135-4.669c-1.253-1.323-3.343-1.384-4.669-0.132 c-0.045,0.043-0.089,0.087-0.131,0.132l-1.08,1.075L22.747,10.166z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#00CCCC", d: "M16.804,6.769L5.098,18.475c-0.119,0.112-0.205,0.259-0.244,0.419L3.62,23.518 c-0.126,0.481,0.16,0.975,0.64,1.103c0.076,0.021,0.151,0.029,0.23,0.029c0.081,0,0.159-0.009,0.232-0.029l4.633-1.224 c0.148-0.042,0.29-0.122,0.401-0.235l11.704-11.706L16.804,6.769z" })] }) }) }) }) }));
12
+ };
13
+ LapizActContactoPerfilButton.defaultProps = { theme: {} };
14
+ exports.default = (0, styled_components_1.withTheme)(LapizActContactoPerfilButton);
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var styled_components_1 = require("styled-components");
4
+ var styled_icon_1 = require("./styled-icon");
5
+ var LapizActContactoPerfilButton = function (props) {
6
+ var _a = props || {}, _b = _a.sublabel, sublabel = _b === void 0 ? '' : _b, _c = _a.size, size = _c === void 0 ? '' : _c, onOpen = _a.onOpen;
7
+ var handleOpen = function () {
8
+ onOpen(true);
9
+ };
10
+ return (<>
11
+ <styled_icon_1.Icon width={size} display={sublabel !== '' ? 'block' : 'none'} onClick={function () { return handleOpen(); }}>
12
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="25.694px" height="25.697px" viewBox="0 0 28.447 28.035">
13
+ <g>
14
+ <g>
15
+ <path fill="#00CCCC" d="M22.747,10.166l1.074-1.078c1.327-1.253,1.387-3.343,0.135-4.669c-1.253-1.323-3.343-1.384-4.669-0.132 c-0.045,0.043-0.089,0.087-0.131,0.132l-1.08,1.075L22.747,10.166z"/>
16
+ <path fill="#00CCCC" d="M16.804,6.769L5.098,18.475c-0.119,0.112-0.205,0.259-0.244,0.419L3.62,23.518 c-0.126,0.481,0.16,0.975,0.64,1.103c0.076,0.021,0.151,0.029,0.23,0.029c0.081,0,0.159-0.009,0.232-0.029l4.633-1.224 c0.148-0.042,0.29-0.122,0.401-0.235l11.704-11.706L16.804,6.769z"/>
17
+ </g>
18
+ </g>
19
+ </svg>
20
+ </styled_icon_1.Icon>
21
+ </>);
22
+ };
23
+ LapizActContactoPerfilButton.defaultProps = { theme: {} };
24
+ exports.default = (0, styled_components_1.withTheme)(LapizActContactoPerfilButton);
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __assign = (this && this.__assign) || function () {
7
+ __assign = Object.assign || function(t) {
8
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
9
+ s = arguments[i];
10
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
11
+ t[p] = s[p];
12
+ }
13
+ return t;
14
+ };
15
+ return __assign.apply(this, arguments);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.Icon = void 0;
19
+ var jsx_runtime_1 = require("react/jsx-runtime");
20
+ var styled_components_1 = require("styled-components");
21
+ // eslint-disable-next-line react/react-in-jsx-scope
22
+ var IconDiv = function (props) { return (0, jsx_runtime_1.jsx)("div", __assign({}, props)); };
23
+ exports.Icon = (0, styled_components_1.styled)(IconDiv)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n svg {\n margin: 0.1rem;\n margin-right: 0.1rem;\n margin-top: 0.1rem;\n justify-content: center;\n color: red;\n width: ", ";\n height: ", ";\n cursor: pointer;\n }\n label {\n display: ", ";\n }\n"], ["\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n svg {\n margin: 0.1rem;\n margin-right: 0.1rem;\n margin-top: 0.1rem;\n justify-content: center;\n color: red;\n width: ", ";\n height: ", ";\n cursor: pointer;\n }\n label {\n display: ", ";\n }\n"])), function (props) { return props.width || '3rem'; }, function (props) { return props.height || props.width || '3rem'; }, function (props) { return props.display || 'none'; });
24
+ var templateObject_1;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.Icon = void 0;
8
+ var styled_components_1 = require("styled-components");
9
+ // eslint-disable-next-line react/react-in-jsx-scope
10
+ var IconDiv = function (props) { return <div {...props}/>; };
11
+ exports.Icon = (0, styled_components_1.styled)(IconDiv)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n svg {\n margin: 0.1rem;\n margin-right: 0.1rem;\n margin-top: 0.1rem;\n justify-content: center;\n color: red;\n width: ", ";\n height: ", ";\n cursor: pointer;\n }\n label {\n display: ", ";\n }\n"], ["\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n svg {\n margin: 0.1rem;\n margin-right: 0.1rem;\n margin-top: 0.1rem;\n justify-content: center;\n color: red;\n width: ", ";\n height: ", ";\n cursor: pointer;\n }\n label {\n display: ", ";\n }\n"])), function (props) { return props.width || '3rem'; }, function (props) { return props.height || props.width || '3rem'; }, function (props) { return props.display || 'none'; });
12
+ var templateObject_1;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __assign = (this && this.__assign) || function () {
7
+ __assign = Object.assign || function(t) {
8
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
9
+ s = arguments[i];
10
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
11
+ t[p] = s[p];
12
+ }
13
+ return t;
14
+ };
15
+ return __assign.apply(this, arguments);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.UserIcon = void 0;
19
+ var jsx_runtime_1 = require("react/jsx-runtime");
20
+ var styled_components_1 = require("styled-components");
21
+ // eslint-disable-next-line react/react-in-jsx-scope
22
+ var IconDiv = function (props) { return (0, jsx_runtime_1.jsx)("div", __assign({}, props)); };
23
+ var UserIcon = (0, styled_components_1.styled)(IconDiv)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n svg {\n margin-top: '0.1rem';\n justify-content: center;\n color: red;\n width: ", ";\n height: ", ";\n }\n label {\n display: ", ";\n }\n"], ["\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n svg {\n margin-top: '0.1rem';\n justify-content: center;\n color: red;\n width: ", ";\n height: ", ";\n }\n label {\n display: ", ";\n }\n"])), function (props) { return props.width; }, function (props) { return props.height; }, function (props) { return props.display || 'none'; });
24
+ exports.UserIcon = UserIcon;
25
+ var templateObject_1;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.UserIcon = void 0;
8
+ var styled_components_1 = require("styled-components");
9
+ // eslint-disable-next-line react/react-in-jsx-scope
10
+ var IconDiv = function (props) { return <div {...props}/>; };
11
+ var UserIcon = (0, styled_components_1.styled)(IconDiv)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n svg {\n margin-top: '0.1rem';\n justify-content: center;\n color: red;\n width: ", ";\n height: ", ";\n }\n label {\n display: ", ";\n }\n"], ["\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n svg {\n margin-top: '0.1rem';\n justify-content: center;\n color: red;\n width: ", ";\n height: ", ";\n }\n label {\n display: ", ";\n }\n"])), function (props) { return props.width; }, function (props) { return props.height; }, function (props) { return props.display || 'none'; });
12
+ exports.UserIcon = UserIcon;
13
+ var templateObject_1;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ var styled_components_1 = require("styled-components");
5
+ var styled_icon_1 = require("./styled-icon");
6
+ var VerificarSinVerificarIcon = function (props) {
7
+ var _a = props || {}, _b = _a.sublabel, sublabel = _b === void 0 ? '' : _b, _c = _a.size, size = _c === void 0 ? '' : _c, onVerificar = _a.onVerificar;
8
+ var handleVerificar = function () {
9
+ onVerificar(true);
10
+ };
11
+ return ((0, jsx_runtime_1.jsxs)(styled_icon_1.Icon, { width: size, display: sublabel !== '' ? 'block' : 'none', onClick: function () { return handleVerificar(); }, children: [(0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", id: "Capa_1", x: "0px", y: "0px", width: "21.694px", height: "21.697px", viewBox: "0 0 28.694 28.697", children: (0, jsx_runtime_1.jsx)("path", { fill: "#00CCCC", d: "M22.382,0H6.313C2.84,0,0,2.84,0,6.314v16.066c0,3.477,2.84,6.316,6.313,6.316h16.069 c3.473,0,6.313-2.84,6.313-6.316V6.314C28.694,2.84,25.854,0,22.382,0z M21.476,10.543l-8.095,9.271l0,0 c-0.695,0.785-1.873,0.877-2.657,0.182c-0.063-0.061-0.122-0.121-0.183-0.182l-3.172-3.686c-0.634-0.725-0.542-1.842,0.183-2.445 c0.693-0.604,1.721-0.543,2.355,0.061l2.054,1.963l7.46-7.158c0.575-0.545,1.48-0.514,2.024,0.029 C21.958,9.152,21.958,9.998,21.476,10.543z" }) }), (0, jsx_runtime_1.jsx)("label", { children: sublabel })] }));
12
+ };
13
+ VerificarSinVerificarIcon.defaultProps = { theme: {} };
14
+ exports.default = (0, styled_components_1.withTheme)(VerificarSinVerificarIcon);
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var styled_components_1 = require("styled-components");
4
+ var styled_icon_1 = require("./styled-icon");
5
+ var VerificarSinVerificarIcon = function (props) {
6
+ var _a = props || {}, _b = _a.sublabel, sublabel = _b === void 0 ? '' : _b, _c = _a.size, size = _c === void 0 ? '' : _c, onVerificar = _a.onVerificar;
7
+ var handleVerificar = function () {
8
+ onVerificar(true);
9
+ };
10
+ return (<styled_icon_1.Icon width={size} display={sublabel !== '' ? 'block' : 'none'} onClick={function () { return handleVerificar(); }}>
11
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="Capa_1" x="0px" y="0px" width="21.694px" height="21.697px" viewBox="0 0 28.694 28.697">
12
+ <path fill="#00CCCC" d="M22.382,0H6.313C2.84,0,0,2.84,0,6.314v16.066c0,3.477,2.84,6.316,6.313,6.316h16.069 c3.473,0,6.313-2.84,6.313-6.316V6.314C28.694,2.84,25.854,0,22.382,0z M21.476,10.543l-8.095,9.271l0,0 c-0.695,0.785-1.873,0.877-2.657,0.182c-0.063-0.061-0.122-0.121-0.183-0.182l-3.172-3.686c-0.634-0.725-0.542-1.842,0.183-2.445 c0.693-0.604,1.721-0.543,2.355,0.061l2.054,1.963l7.46-7.158c0.575-0.545,1.48-0.514,2.024,0.029 C21.958,9.152,21.958,9.998,21.476,10.543z"/>
13
+ </svg>
14
+ <label>{sublabel}</label>
15
+ </styled_icon_1.Icon>);
16
+ };
17
+ VerificarSinVerificarIcon.defaultProps = { theme: {} };
18
+ exports.default = (0, styled_components_1.withTheme)(VerificarSinVerificarIcon);
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ var styled_components_1 = require("styled-components");
5
+ var styled_icon_1 = require("./styled-icon");
6
+ var VerificarVerificadoIcon = function (props) {
7
+ var _a = props || {}, _b = _a.sublabel, sublabel = _b === void 0 ? '' : _b, _c = _a.size, size = _c === void 0 ? '' : _c;
8
+ return ((0, jsx_runtime_1.jsxs)(styled_icon_1.Icon, { width: size, display: sublabel !== '' ? 'block' : 'none', children: [(0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", id: "Capa_1", x: "0px", y: "0px", width: "21.694px", height: "21.697px", viewBox: "0 0 28.694 28.697", children: (0, jsx_runtime_1.jsx)("path", { fill: "#CCCCCC", d: "M22.382,0H6.313C2.84,0,0,2.84,0,6.314v16.068c0,3.475,2.84,6.314,6.313,6.314h16.069 c3.473,0,6.313-2.84,6.313-6.314V6.314C28.694,2.84,25.854,0,22.382,0z M21.476,10.543l-8.095,9.273l0,0 c-0.695,0.785-1.873,0.875-2.657,0.18c-0.063-0.061-0.122-0.119-0.183-0.18l-3.172-3.688c-0.634-0.725-0.542-1.84,0.183-2.445 c0.693-0.604,1.721-0.543,2.355,0.061l2.054,1.963l7.46-7.158c0.575-0.543,1.48-0.514,2.024,0.031 C21.958,9.152,21.958,10,21.476,10.543z" }) }), (0, jsx_runtime_1.jsx)("label", { children: sublabel })] }));
9
+ };
10
+ VerificarVerificadoIcon.defaultProps = { theme: {} };
11
+ exports.default = (0, styled_components_1.withTheme)(VerificarVerificadoIcon);
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var styled_components_1 = require("styled-components");
4
+ var styled_icon_1 = require("./styled-icon");
5
+ var VerificarVerificadoIcon = function (props) {
6
+ var _a = props || {}, _b = _a.sublabel, sublabel = _b === void 0 ? '' : _b, _c = _a.size, size = _c === void 0 ? '' : _c;
7
+ return (<styled_icon_1.Icon width={size} display={sublabel !== '' ? 'block' : 'none'}>
8
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="Capa_1" x="0px" y="0px" width="21.694px" height="21.697px" viewBox="0 0 28.694 28.697">
9
+ <path fill="#CCCCCC" d="M22.382,0H6.313C2.84,0,0,2.84,0,6.314v16.068c0,3.475,2.84,6.314,6.313,6.314h16.069 c3.473,0,6.313-2.84,6.313-6.314V6.314C28.694,2.84,25.854,0,22.382,0z M21.476,10.543l-8.095,9.273l0,0 c-0.695,0.785-1.873,0.875-2.657,0.18c-0.063-0.061-0.122-0.119-0.183-0.18l-3.172-3.688c-0.634-0.725-0.542-1.84,0.183-2.445 c0.693-0.604,1.721-0.543,2.355,0.061l2.054,1.963l7.46-7.158c0.575-0.543,1.48-0.514,2.024,0.031 C21.958,9.152,21.958,10,21.476,10.543z"/>
10
+ </svg>
11
+ <label>{sublabel}</label>
12
+ </styled_icon_1.Icon>);
13
+ };
14
+ VerificarVerificadoIcon.defaultProps = { theme: {} };
15
+ exports.default = (0, styled_components_1.withTheme)(VerificarVerificadoIcon);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var jsx_runtime_1 = require("react/jsx-runtime");
4
+ var styled_components_1 = require("styled-components");
5
+ var styled_icon_1 = require("./styled-icon");
6
+ var WhatsappIconButton = function (props) {
7
+ var _a = props || {}, _b = _a.phone, phone = _b === void 0 ? '' : _b, _c = _a.width, width = _c === void 0 ? '' : _c, _d = _a.height, height = _d === void 0 ? '' : _d, _e = _a.sublabel, sublabel = _e === void 0 ? '' : _e;
8
+ return ((0, jsx_runtime_1.jsx)(styled_icon_1.Icon, { width: width, height: height, display: sublabel !== '' ? 'block' : 'none', onClick: function () {
9
+ return window.open("https://api.whatsapp.com/send/?phone=".concat(phone, "&text=&app_absent=0"), '_blank');
10
+ }, children: (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 23.687 23.688", children: (0, jsx_runtime_1.jsx)("path", { fill: "#99CC33", d: "M12.906,3.301c-5.344,0-9.687,4.348-9.687,9.69c0,1.778,0.482,3.509,1.406,5.022l-1.387,4.159\r\n\tC3.19,22.311,3.227,22.46,3.33,22.566c0.076,0.073,0.175,0.112,0.275,0.112c0.045,0,0.082-0.003,0.126-0.019l4.154-1.385\r\n\tc1.516,0.918,3.246,1.403,5.021,1.403c5.343,0,9.688-4.346,9.688-9.688S18.249,3.301,12.906,3.301z M19.107,16.912\r\n\tc0,0.338-0.14,0.671-0.379,0.91l-1.009,0.996c-0.24,0.241-0.565,0.373-0.899,0.373h-0.05c-5.414-0.233-9.833-4.65-10.065-10.061\r\n\tC6.691,8.778,6.828,8.428,7.078,8.176l0.995-1.008c0.241-0.238,0.574-0.38,0.915-0.38h0.373c0.531,0,1.015,0.333,1.201,0.834\r\n\tl0.883,2.345c0.171,0.457,0.066,0.98-0.271,1.337l-0.364,0.383c-0.168,0.176-0.185,0.444-0.05,0.641\r\n\tc0.448,0.65,1.411,1.88,2.814,2.824c0.192,0.129,0.457,0.105,0.628-0.058l0.395-0.372c0.353-0.336,0.876-0.44,1.333-0.271\r\n\tl2.345,0.884c0.498,0.188,0.833,0.669,0.833,1.201V16.912z" }) }) }));
11
+ };
12
+ WhatsappIconButton.defaultProps = { theme: {} };
13
+ exports.default = (0, styled_components_1.withTheme)(WhatsappIconButton);
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var styled_components_1 = require("styled-components");
4
+ var styled_icon_1 = require("./styled-icon");
5
+ var WhatsappIconButton = function (props) {
6
+ var _a = props || {}, _b = _a.phone, phone = _b === void 0 ? '' : _b, _c = _a.width, width = _c === void 0 ? '' : _c, _d = _a.height, height = _d === void 0 ? '' : _d, _e = _a.sublabel, sublabel = _e === void 0 ? '' : _e;
7
+ return (<styled_icon_1.Icon width={width} height={height} display={sublabel !== '' ? 'block' : 'none'} onClick={function () {
8
+ return window.open("https://api.whatsapp.com/send/?phone=".concat(phone, "&text=&app_absent=0"), '_blank');
9
+ }}>
10
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23.687 23.688">
11
+ <path fill="#99CC33" d="M12.906,3.301c-5.344,0-9.687,4.348-9.687,9.69c0,1.778,0.482,3.509,1.406,5.022l-1.387,4.159
12
+ C3.19,22.311,3.227,22.46,3.33,22.566c0.076,0.073,0.175,0.112,0.275,0.112c0.045,0,0.082-0.003,0.126-0.019l4.154-1.385
13
+ c1.516,0.918,3.246,1.403,5.021,1.403c5.343,0,9.688-4.346,9.688-9.688S18.249,3.301,12.906,3.301z M19.107,16.912
14
+ c0,0.338-0.14,0.671-0.379,0.91l-1.009,0.996c-0.24,0.241-0.565,0.373-0.899,0.373h-0.05c-5.414-0.233-9.833-4.65-10.065-10.061
15
+ C6.691,8.778,6.828,8.428,7.078,8.176l0.995-1.008c0.241-0.238,0.574-0.38,0.915-0.38h0.373c0.531,0,1.015,0.333,1.201,0.834
16
+ l0.883,2.345c0.171,0.457,0.066,0.98-0.271,1.337l-0.364,0.383c-0.168,0.176-0.185,0.444-0.05,0.641
17
+ c0.448,0.65,1.411,1.88,2.814,2.824c0.192,0.129,0.457,0.105,0.628-0.058l0.395-0.372c0.353-0.336,0.876-0.44,1.333-0.271
18
+ l2.345,0.884c0.498,0.188,0.833,0.669,0.833,1.201V16.912z"/>
19
+ </svg>
20
+ </styled_icon_1.Icon>);
21
+ };
22
+ WhatsappIconButton.defaultProps = { theme: {} };
23
+ exports.default = (0, styled_components_1.withTheme)(WhatsappIconButton);
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./CustomBootstrap"), exports);
18
+ __exportStar(require("./CustomSelectInput"), exports);
19
+ __exportStar(require("./IntlMessages"), exports);
20
+ __exportStar(require("./iconos"), exports);
@@ -1,10 +1,10 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  import { Col } from 'reactstrap';
3
3
 
4
- const Colxx = (props: any) => (
4
+ const Colxx = (props) => (
5
5
  <Col {...props} widths={['xxs', 'xs', 'sm', 'md', 'lg', 'xl', 'xxl']} />
6
6
  );
7
- const Separator = ({ className }: { className: string }) => (
7
+ const Separator = ({ className }) => (
8
8
  <div className={`separator ${className}`} />
9
9
  );
10
10
  export { Colxx, Separator };
@@ -1,12 +1,11 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  import { components } from 'react-select';
3
3
 
4
-
5
- const CustomSelectInput = (props: any) => {
4
+ const CustomSelectInput = (props) => {
6
5
  const customProps = { ...props };
7
6
  delete customProps.autoCorrect;
8
7
  delete customProps.autoCapitalize;
9
8
  return <components.Input {...customProps} />;
10
9
  };
11
10
 
12
- export { CustomSelectInput };
11
+ export default CustomSelectInput;
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+
2
2
  import { FormattedMessage, injectIntl } from 'react-intl';
3
3
 
4
4
  const _InjectMassage = (props: any) => <FormattedMessage {...props} />;
@@ -1,10 +1,10 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  import { withTheme } from 'styled-components';
3
3
  import { useHistory } from 'react-router-dom';
4
4
  import { Icon } from './styled-icon';
5
- import { tipoServicioEconomico } from '../constants/defaultValues';
5
+ import { tipoServicioEconomico } from '../../constants/defaultValues';
6
6
 
7
- const AnularAyudaIcon = (props: any) => {
7
+ const AnularAyudaIcon = (props) => {
8
8
  const { AYUDAS_ECONOMICAS } = tipoServicioEconomico;
9
9
  const { sublabel = '', size = '', title } = props || {};
10
10
  const sublabeldisplay = sublabel.length > 0 ? 'block' : undefined;
@@ -1,8 +1,8 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  import { withTheme } from 'styled-components';
3
3
  import { Icon } from './styled-icon';
4
4
 
5
- const AsesoriaBurbujaButton = (props: any) => {
5
+ const AsesoriaBurbujaButton = (props) => {
6
6
  const { sublabel = '', size = '' } = props || {};
7
7
 
8
8
  return (
@@ -1,8 +1,8 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  import { withTheme } from 'styled-components';
3
3
  import { Icon } from './styled-icon';
4
4
 
5
- const AsesoriaBurbujaIcon = (props: any) => {
5
+ const AsesoriaBurbujaIcon = (props) => {
6
6
  const { sublabel = '', size = '' } = props || {};
7
7
 
8
8
  return (
@@ -1,8 +1,8 @@
1
- import React from "react";
1
+ import React from 'react';
2
2
  import { withTheme } from 'styled-components';
3
3
  import { Icon } from './styled-icon';
4
4
 
5
- const AtencionPresencial = (props: any) => {
5
+ const AtencionPresencial = (props) => {
6
6
  const { sublabel = '', isSelected = false } = props || {};
7
7
  const { size = '' } = props || {};
8
8
  return (