siam-ui-utils 2.0.7 → 2.0.11

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 (44) hide show
  1. package/.eslintrc.json +2 -6
  2. package/index.d.ts +53 -0
  3. package/package.json +1 -3
  4. package/src/IntlMessages.tsx +11 -0
  5. package/src/{dropzone-uploader → archivos-adjuntos}/index.jsx +9 -8
  6. package/src/iconos/anular-ayuda-icon.jsx +72 -0
  7. package/src/iconos/asesoria-burbuja-button.jsx +104 -0
  8. package/src/iconos/asesoria-burbuja-icon.jsx +104 -0
  9. package/src/iconos/atencion-presencial-icon.jsx +79 -0
  10. package/src/iconos/atencion-telefonica-icon.jsx +44 -0
  11. package/src/iconos/atencion-turno-telefonico-icon.jsx +53 -0
  12. package/src/iconos/atencion-virtual-icon.jsx +37 -0
  13. package/src/iconos/biblioteca-burbuja-button.jsx +59 -0
  14. package/src/iconos/biblioteca-burbuja-icon.jsx +66 -0
  15. package/src/iconos/cancelar-turno-icon.jsx +29 -0
  16. package/src/iconos/codigo-verificacion-icon.jsx +54 -0
  17. package/src/iconos/constants-svg.js +659 -0
  18. package/src/iconos/curso-autogestionado-color-icon.jsx +203 -0
  19. package/src/iconos/curso-autogestionado-icon.jsx +49 -0
  20. package/src/iconos/curso-burbuja-button.jsx +41 -0
  21. package/src/iconos/curso-burbuja-icon.jsx +97 -0
  22. package/src/iconos/curso-presencial-color-icon.jsx +256 -0
  23. package/src/iconos/curso-presencial-icon.jsx +71 -0
  24. package/src/iconos/curso-virtual-color-icon.jsx +109 -0
  25. package/src/iconos/curso-virtual-icon.jsx +40 -0
  26. package/src/iconos/delegaciones-icon.jsx +66 -0
  27. package/src/iconos/forgot-dni-icon.jsx +42 -0
  28. package/src/iconos/forgot-password-icon.jsx +46 -0
  29. package/src/iconos/icon-button-svg.jsx +50 -0
  30. package/src/iconos/index.js +31 -0
  31. package/src/iconos/lapiz-act-contacto-perf-button.jsx +44 -0
  32. package/src/iconos/styled-icon.jsx +25 -0
  33. package/src/iconos/styled-timer-reenv-cod.jsx +16 -0
  34. package/src/iconos/user/user-styled-icon.jsx +22 -0
  35. package/src/iconos/verificar-sin-verificar-icon.jsx +39 -0
  36. package/src/iconos/verificar-verificado-icon.jsx +30 -0
  37. package/src/iconos/whatsapp-icon-button.jsx +41 -0
  38. package/src/index.js +1 -1
  39. package/src/tomar-foto/index.jsx +0 -1
  40. package/vite.config.ts +10 -14
  41. package/index.html +0 -12
  42. package/src/App.jsx +0 -18
  43. package/src/IntlMessages.jsx +0 -6
  44. package/src/main.jsx +0 -8
package/.eslintrc.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "extends": [
3
3
  "eslint:recommended",
4
- "plugin:react/all",
4
+ "plugin:react/recommended",
5
5
  "plugin:react-hooks/recommended"
6
6
  ],
7
7
  "plugins": [
@@ -20,10 +20,6 @@
20
20
  "es2020": true
21
21
  },
22
22
  "rules": {
23
- "react/react-in-jsx-scope": "off",
24
- "react/jsx-uses-react": "error",
25
- "react/jsx-uses-vars": "error",
26
- "react/jsx-indent-props": "off",
27
- "react/jsx-indent": "off"
23
+ "react/react-in-jsx-scope": "off"
28
24
  }
29
25
  }
package/index.d.ts CHANGED
@@ -15,6 +15,59 @@ declare module "siam-ui-utils" {
15
15
  //INTLMESSAGES
16
16
  export function IntlMessages(props);
17
17
 
18
+ //ICONOS
19
+ export function AnularAyudaIcon(props);
20
+ export function AsesoriaBurbujaButton(props);
21
+ export function AsesoriaBurbujaIcon(props);
22
+ export function AtencionPresencial(props);
23
+ export function AtencionTelefonica(props);
24
+ export function AtencionTurnoTelefonico(props);
25
+ export function AtencionVirtual(props);
26
+ export function BibliotecaBurbujaButton(props);
27
+ export function BibliotecaBurbujaIcon(props);
28
+ export function CancelarTurnoIcon(props);
29
+ export function CodigoVerificacionIcon(props);
30
+ export const passwordEyeSvg;
31
+ export const passwordEyeOpenSvg;
32
+ export const contactoBarraSup;
33
+ export const pagosMenuLateral;
34
+ export const delegacionMenuLateral;
35
+ export const delegacionesVerde;
36
+ export const telefonoCeleste;
37
+ export const mailRojo;
38
+ export const whatAppIcon;
39
+ export const telefonoEmergencia;
40
+ export const telefonoConsulta;
41
+ export const telefonoExequial;
42
+ export const telefonoSalud;
43
+ export const descarga;
44
+ export const descargaOver;
45
+ export const anularAyuda;
46
+ export const continuar;
47
+ export const pdfImage;
48
+ export function CursoAutogestionadoColor(props);
49
+ export function CursoAutogestionado(props);
50
+ export function CursoBurbujaButton(props);
51
+ export function CursoBurbujaIcon(props);
52
+ export function CursoPresencialColor(props);
53
+ export function CursoPresencial(props);
54
+ export function CursoVirtualColor(props);
55
+ export function CursoVirtual(props);
56
+ export function DelegacionesIcon(props);
57
+ export function ForgotDniIcon(props);
58
+ export function ForgotPasswordIcon(props);
59
+ export function IconButtonSvg(props);
60
+ export function LabelTimer(props);
61
+ export function LapizActContactoPerfilButton(props);
62
+ export function Icon(props);
63
+ export function UserIcon(props);
64
+ export function VerificarSinVerificarIcon(props);
65
+ export function VerificarVerificadoIcon(props);
66
+ export function WhatsappIconButton(props);
67
+
68
+ //ICONOS/USER
69
+ export function UserIcon(props);
70
+
18
71
  //TOMAR FOTO
19
72
  export function TomarFoto(props);
20
73
  }
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "siam-ui-utils",
3
- "version": "2.0.7",
3
+ "version": "2.0.11",
4
4
  "keywords": [
5
5
  "ampf-react",
6
6
  "ampf-utils",
7
7
  "siam-ui-utils"
8
8
  ],
9
- "type": "module",
10
9
  "author": "Ampf Development Team",
11
10
  "license": "MIT",
12
11
  "description": "Conjunto de librerias de componentes utiles para AMPF",
@@ -20,7 +19,6 @@
20
19
  },
21
20
  "moduleResolution": "nodenext",
22
21
  "scripts": {
23
- "start": "vite",
24
22
  "publish-npm": "npm publish"
25
23
  },
26
24
  "dependencies": {
@@ -0,0 +1,11 @@
1
+
2
+ import {
3
+ FormattedMessage,
4
+ injectIntl
5
+ } from 'react-intl';
6
+
7
+ const _InjectMassage = (props: any) => <FormattedMessage {...props} />;
8
+
9
+ export const IntlMessages = injectIntl(_InjectMassage, {
10
+ withRef: false,
11
+ } as any);
@@ -1,18 +1,19 @@
1
- /* eslint-disable react/prop-types */import React, { useEffect, useState } from 'react'import { getDroppedOrSelectedFiles } from 'html5-file-selector'
1
+ /* eslint-disable react/prop-types */
2
+ import React, { useEffect, useState } from 'react'
3
+ import { getDroppedOrSelectedFiles } from 'html5-file-selector'
2
4
  import Dropzone from 'react-dropzone-uploader'
3
5
  import { NotificationManager } from 'react-notifications'
4
6
  import 'react-dropzone-uploader/dist/styles.css'
5
- import { IconButtonSvg, pdfImage } from '..'
7
+ import { IconButtonSvg, pdfImage } from '../'
6
8
 
7
- const maxSize = 7 //en MB
9
+ const maxSize = 7
8
10
  export const DropzoneUploader = ({
9
11
  onChangeFiles,
10
12
  totalFiles,
11
- maxFiles = 3,
13
+ maxFiles = 3,
12
14
  accept = 'image/*, application/pdf',
13
15
  capture = null,
14
- nameFileLabel = 'Subir archivos',
15
- maxFileSize=maxSize
16
+ nameFileLabel = 'Subir archivos',
16
17
  }) => {
17
18
  const [files, setFiles] = useState([])
18
19
  const [totalFilesDU, setTotalFilesDU] = useState(totalFiles)
@@ -43,7 +44,7 @@ export const DropzoneUploader = ({
43
44
  }
44
45
  const CustomPreview = ({ fileWithMeta }) => {
45
46
  const { meta, remove } = fileWithMeta
46
- if (meta.size / (1024 * 1024) > maxFileSize) {
47
+ if (meta.size / (1024 * 1024) > maxSize) {
47
48
  NotificationManager.error(
48
49
  'El archivo supera el tamaño máximo',
49
50
  'Advertencia'
@@ -122,7 +123,7 @@ export const DropzoneUploader = ({
122
123
  <Dropzone
123
124
  disableUpload={false}
124
125
  maxFiles={totalFilesDU < maxFiles ? maxFiles : 0}
125
- maxSize={maxFileSize} // en megas
126
+ maxSize={maxSize} // en megas
126
127
  InputComponent={Input}
127
128
  PreviewComponent={CustomPreview}
128
129
  classNames={{ dropzone: 'dropzone-upload-frame' }}
@@ -0,0 +1,72 @@
1
+ import React from 'react';
2
+ import { withTheme } from 'styled-components';
3
+ import { useNavigate } from 'react-router-dom';
4
+ import { Icon } from './styled-icon';
5
+
6
+ const AnularAyudaIcon = (props) => {
7
+ const { sublabel = '', size = '', title, tipoServicioEconomico = 'AYUDAS_ECONOMICAS', pathDesestimiento = '/app/econo/ayudas/desestimiento' } = props || {};
8
+ const sublabeldisplay = sublabel.length > 0 ? 'block' : undefined;
9
+ const {
10
+ codDelegacion,
11
+ nroSolicitud,
12
+ cbuPago,
13
+ fechaVtoTramite,
14
+ netoFinal,
15
+ fechaAcreditacion,
16
+ } = props || {};
17
+ const navigate = useNavigate();
18
+
19
+ return (
20
+ <Icon
21
+ width={size}
22
+ sublabeldisplay={sublabeldisplay}
23
+ title={title}
24
+ onClick={() =>
25
+ navigate(pathDesestimiento, {
26
+ codDelegacion: codDelegacion,
27
+ nroSolicitud: nroSolicitud,
28
+ cbuPago: cbuPago,
29
+ fechaVtoTramite: fechaVtoTramite,
30
+ netoFinal: netoFinal,
31
+ fechaAcreditacion: fechaAcreditacion,
32
+ tipoServicio: tipoServicioEconomico,
33
+ })
34
+ }
35
+ >
36
+ <svg
37
+ version="1.1"
38
+ baseProfile="basic"
39
+ id="Capa_1"
40
+ xmlns="http://www.w3.org/2000/svg"
41
+ x="0px"
42
+ y="0px"
43
+ width="18.415px"
44
+ height="17.471px"
45
+ viewBox="0 0 18.415 17.471"
46
+ >
47
+ <g>
48
+ <path
49
+ fill="#CECECE"
50
+ d="M15.855,2.54C14.206,0.892,12.016,0,9.65,0c-2.27,0-4.402,0.834-6.013,2.366L3.153,2.851L2.106,1.804
51
+ C1.835,1.532,1.389,1.668,1.293,2.036L0.012,7.271c-0.077,0.351,0.233,0.66,0.582,0.582L5.85,6.574
52
+ C6.218,6.477,6.334,6.031,6.081,5.76L4.86,4.537l0.503-0.504c2.502-2.287,6.361-2.21,8.785,0.214
53
+ c1.357,1.358,2.017,3.219,1.823,5.138c-0.193,1.9-1.242,3.607-2.852,4.693c-2.269,1.492-5.43,1.299-7.523-0.465
54
+ c-0.602-0.506-1.086-1.105-1.474-1.766c-0.078-0.135-0.232-0.213-0.349-0.156l-1.727,0.719c-0.077,0.039-0.136,0.098-0.174,0.174
55
+ c-0.02,0.078-0.02,0.154,0.019,0.215c0.389,0.756,0.894,1.434,1.494,2.055c1.686,1.727,3.994,2.617,6.302,2.617
56
+ c1.862,0,3.724-0.582,5.255-1.746c2.036-1.551,3.276-3.877,3.451-6.398C18.569,6.787,17.638,4.324,15.855,2.54L15.855,2.54z"
57
+ />
58
+ <path
59
+ fill="#CECECE"
60
+ d="M10.405,4.537H8.893c-0.154,0-0.29,0.137-0.29,0.292v4.363c0,0.369,0.232,0.678,0.563,0.813l3.297,1.184
61
+ c0.154,0.059,0.329-0.018,0.367-0.174l0.504-1.416c0.021-0.076,0.021-0.154-0.019-0.232C13.275,9.29,13.217,9.25,13.14,9.211
62
+ l-2.21-0.795c-0.155-0.059-0.272-0.213-0.272-0.388V4.829C10.697,4.653,10.58,4.537,10.405,4.537L10.405,4.537z"
63
+ />
64
+ </g>
65
+ </svg>
66
+ </Icon>
67
+ );
68
+ };
69
+ AnularAyudaIcon.defaultProps = { theme: {} };
70
+ const _t = withTheme(AnularAyudaIcon);
71
+
72
+ export { _t as AnularAyudaIcon }
@@ -0,0 +1,104 @@
1
+ import React from 'react';
2
+ import { withTheme } from 'styled-components';
3
+ import { Icon } from './styled-icon';
4
+
5
+ const AsesoriaBurbujaButton = (props) => {
6
+ const { sublabel = '', size = '' } = props || {};
7
+
8
+ return (
9
+ <Icon width={size} display={sublabel !== '' ? 'block' : 'none'}>
10
+ <svg
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ version="1.1"
13
+ viewBox="0 0 91.984 91.985"
14
+ >
15
+ <path
16
+ fill="#E2DFCF"
17
+ d="M45.992,0C20.632,0,0,20.631,0,45.993c0,25.359,20.632,45.992,45.992,45.992s45.992-20.633,45.992-45.992 C91.984,20.631,71.353,0,45.992,0z M45.992,82.657c-20.218,0-36.665-16.447-36.665-36.664c0-20.219,16.447-36.666,36.665-36.666 c20.217,0,36.664,16.447,36.664,36.666C82.656,66.209,66.209,82.657,45.992,82.657z"
18
+ />
19
+ <g>
20
+ <g>
21
+ <path
22
+ fill="#333333"
23
+ d="M26.3,49.868h-2.8l-0.552,1.297h-1.072l2.521-5.6h1.023l2.528,5.6H26.86L26.3,49.868z M25.956,49.051 L24.9,46.604l-1.049,2.447H25.956z"
24
+ />
25
+ <path
26
+ fill="#333333"
27
+ d="M29.217,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C30.036,51.245,29.619,51.182,29.217,51.061z"
28
+ />
29
+ <path
30
+ fill="#333333"
31
+ d="M38.036,50.292v0.873h-4.2v-5.6h4.088v0.871h-3.048v1.455h2.704v0.857h-2.704v1.543H38.036z"
32
+ />
33
+ <path
34
+ fill="#333333"
35
+ d="M39.753,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C40.572,51.245,40.155,51.182,39.753,51.061z"
36
+ />
37
+ <path
38
+ fill="#333333"
39
+ d="M45.445,50.872c-0.459-0.248-0.819-0.592-1.08-1.031c-0.262-0.439-0.393-0.932-0.393-1.477 c0-0.543,0.131-1.035,0.393-1.477c0.261-0.439,0.621-0.783,1.08-1.031c0.458-0.248,0.973-0.371,1.544-0.371 c0.57,0,1.085,0.123,1.544,0.371s0.818,0.592,1.08,1.027c0.261,0.438,0.392,0.932,0.392,1.48s-0.131,1.043-0.392,1.48 c-0.262,0.438-0.621,0.779-1.08,1.027s-0.974,0.373-1.544,0.373C46.418,51.245,45.903,51.12,45.445,50.872z M47.997,50.081 c0.299-0.168,0.533-0.402,0.704-0.705c0.171-0.301,0.256-0.639,0.256-1.012s-0.085-0.711-0.256-1.012s-0.405-0.535-0.704-0.703 s-0.635-0.252-1.008-0.252c-0.374,0-0.71,0.084-1.008,0.252c-0.299,0.168-0.534,0.402-0.704,0.703 c-0.171,0.301-0.256,0.639-0.256,1.012s0.085,0.711,0.256,1.012c0.17,0.303,0.405,0.537,0.704,0.705 c0.298,0.168,0.634,0.252,1.008,0.252C47.362,50.333,47.698,50.249,47.997,50.081z"
40
+ />
41
+ <path
42
+ fill="#333333"
43
+ d="M54.846,51.165l-1.144-1.641c-0.049,0.006-0.12,0.008-0.217,0.008h-1.264v1.633h-1.04v-5.6h2.304 c0.485,0,0.908,0.08,1.269,0.238c0.359,0.16,0.636,0.391,0.828,0.689c0.191,0.299,0.288,0.652,0.288,1.063 c0,0.422-0.104,0.785-0.309,1.09c-0.205,0.303-0.5,0.529-0.884,0.68l1.288,1.84H54.846z M54.47,46.733 c-0.234-0.193-0.579-0.289-1.032-0.289h-1.216v2.232h1.216c0.453,0,0.798-0.098,1.032-0.293c0.234-0.193,0.352-0.471,0.352-0.828 C54.821,47.2,54.704,46.924,54.47,46.733z"
44
+ />
45
+ <path fill="#333333" d="M57.101,45.565h1.04v5.6h-1.04V45.565z" />
46
+ <path
47
+ fill="#333333"
48
+ d="M63.356,49.868h-2.8l-0.552,1.297h-1.072l2.521-5.6h1.023l2.528,5.6h-1.088L63.356,49.868z M63.013,49.051 l-1.056-2.447l-1.049,2.447H63.013z"
49
+ />
50
+ <path
51
+ fill="#333333"
52
+ d="M66.273,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C67.093,51.245,66.676,51.182,66.273,51.061z"
53
+ />
54
+ </g>
55
+ </g>
56
+ <g>
57
+ <g>
58
+ <path
59
+ fill="#333333"
60
+ d="M26.3,49.868h-2.8l-0.552,1.297h-1.072l2.521-5.6h1.023l2.528,5.6H26.86L26.3,49.868z M25.956,49.051 L24.9,46.604l-1.049,2.447H25.956z"
61
+ />
62
+ <path
63
+ fill="#333333"
64
+ d="M29.217,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C30.036,51.245,29.619,51.182,29.217,51.061z"
65
+ />
66
+ <path
67
+ fill="#333333"
68
+ d="M38.036,50.292v0.873h-4.2v-5.6h4.088v0.871h-3.048v1.455h2.704v0.857h-2.704v1.543H38.036z"
69
+ />
70
+ <path
71
+ fill="#333333"
72
+ d="M39.753,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C40.572,51.245,40.155,51.182,39.753,51.061z"
73
+ />
74
+ <path
75
+ fill="#333333"
76
+ d="M45.445,50.872c-0.459-0.248-0.819-0.592-1.08-1.031c-0.262-0.439-0.393-0.932-0.393-1.477 c0-0.543,0.131-1.035,0.393-1.477c0.261-0.439,0.621-0.783,1.08-1.031c0.458-0.248,0.973-0.371,1.544-0.371 c0.57,0,1.085,0.123,1.544,0.371s0.818,0.592,1.08,1.027c0.261,0.438,0.392,0.932,0.392,1.48s-0.131,1.043-0.392,1.48 c-0.262,0.438-0.621,0.779-1.08,1.027s-0.974,0.373-1.544,0.373C46.418,51.245,45.903,51.12,45.445,50.872z M47.997,50.081 c0.299-0.168,0.533-0.402,0.704-0.705c0.171-0.301,0.256-0.639,0.256-1.012s-0.085-0.711-0.256-1.012s-0.405-0.535-0.704-0.703 s-0.635-0.252-1.008-0.252c-0.374,0-0.71,0.084-1.008,0.252c-0.299,0.168-0.534,0.402-0.704,0.703 c-0.171,0.301-0.256,0.639-0.256,1.012s0.085,0.711,0.256,1.012c0.17,0.303,0.405,0.537,0.704,0.705 c0.298,0.168,0.634,0.252,1.008,0.252C47.362,50.333,47.698,50.249,47.997,50.081z"
77
+ />
78
+ <path
79
+ fill="#333333"
80
+ d="M54.846,51.165l-1.144-1.641c-0.049,0.006-0.12,0.008-0.217,0.008h-1.264v1.633h-1.04v-5.6h2.304 c0.485,0,0.908,0.08,1.269,0.238c0.359,0.16,0.636,0.391,0.828,0.689c0.191,0.299,0.288,0.652,0.288,1.063 c0,0.422-0.104,0.785-0.309,1.09c-0.205,0.303-0.5,0.529-0.884,0.68l1.288,1.84H54.846z M54.47,46.733 c-0.234-0.193-0.579-0.289-1.032-0.289h-1.216v2.232h1.216c0.453,0,0.798-0.098,1.032-0.293c0.234-0.193,0.352-0.471,0.352-0.828 C54.821,47.2,54.704,46.924,54.47,46.733z"
81
+ />
82
+ <path fill="#333333" d="M57.101,45.565h1.04v5.6h-1.04V45.565z" />
83
+ <path
84
+ fill="#333333"
85
+ d="M63.356,49.868h-2.8l-0.552,1.297h-1.072l2.521-5.6h1.023l2.528,5.6h-1.088L63.356,49.868z M63.013,49.051 l-1.056-2.447l-1.049,2.447H63.013z"
86
+ />
87
+ <path
88
+ fill="#333333"
89
+ d="M66.273,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C67.093,51.245,66.676,51.182,66.273,51.061z"
90
+ />
91
+ </g>
92
+ </g>
93
+ <path
94
+ fill="#E2DFCF"
95
+ d="M45.992,0C20.632,0,0,20.631,0,45.993c0,25.359,20.632,45.992,45.992,45.992s45.992-20.633,45.992-45.992 C91.984,20.631,71.353,0,45.992,0z M45.992,82.657c-20.218,0-36.665-16.447-36.665-36.664c0-20.219,16.447-36.666,36.665-36.666 c20.217,0,36.664,16.447,36.664,36.666C82.656,66.209,66.209,82.657,45.992,82.657z"
96
+ />
97
+ </svg>
98
+ </Icon>
99
+ );
100
+ };
101
+ AsesoriaBurbujaButton.defaultProps = { theme: {} };
102
+ const _t= withTheme(AsesoriaBurbujaButton);
103
+
104
+ export {_t as AsesoriaBurbujaButton }
@@ -0,0 +1,104 @@
1
+ import React from 'react';
2
+ import { withTheme } from 'styled-components';
3
+ import { Icon } from './styled-icon';
4
+
5
+ const AsesoriaBurbujaIcon = (props) => {
6
+ const { sublabel = '', size = '' } = props || {};
7
+
8
+ return (
9
+ <Icon width={size} display={sublabel !== '' ? 'block' : 'none'}>
10
+ <svg
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ version="1.1"
13
+ viewBox="0 0 91.984 91.985"
14
+ >
15
+ <path
16
+ fill="#E2DFCF"
17
+ d="M45.992,0C20.632,0,0,20.631,0,45.993c0,25.359,20.632,45.992,45.992,45.992s45.992-20.633,45.992-45.992 C91.984,20.631,71.353,0,45.992,0z M45.992,82.657c-20.218,0-36.665-16.447-36.665-36.664c0-20.219,16.447-36.666,36.665-36.666 c20.217,0,36.664,16.447,36.664,36.666C82.656,66.209,66.209,82.657,45.992,82.657z"
18
+ />
19
+ <g>
20
+ <g>
21
+ <path
22
+ fill="#333333"
23
+ d="M26.3,49.868h-2.8l-0.552,1.297h-1.072l2.521-5.6h1.023l2.528,5.6H26.86L26.3,49.868z M25.956,49.051 L24.9,46.604l-1.049,2.447H25.956z"
24
+ />
25
+ <path
26
+ fill="#333333"
27
+ d="M29.217,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C30.036,51.245,29.619,51.182,29.217,51.061z"
28
+ />
29
+ <path
30
+ fill="#333333"
31
+ d="M38.036,50.292v0.873h-4.2v-5.6h4.088v0.871h-3.048v1.455h2.704v0.857h-2.704v1.543H38.036z"
32
+ />
33
+ <path
34
+ fill="#333333"
35
+ d="M39.753,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C40.572,51.245,40.155,51.182,39.753,51.061z"
36
+ />
37
+ <path
38
+ fill="#333333"
39
+ d="M45.445,50.872c-0.459-0.248-0.819-0.592-1.08-1.031c-0.262-0.439-0.393-0.932-0.393-1.477 c0-0.543,0.131-1.035,0.393-1.477c0.261-0.439,0.621-0.783,1.08-1.031c0.458-0.248,0.973-0.371,1.544-0.371 c0.57,0,1.085,0.123,1.544,0.371s0.818,0.592,1.08,1.027c0.261,0.438,0.392,0.932,0.392,1.48s-0.131,1.043-0.392,1.48 c-0.262,0.438-0.621,0.779-1.08,1.027s-0.974,0.373-1.544,0.373C46.418,51.245,45.903,51.12,45.445,50.872z M47.997,50.081 c0.299-0.168,0.533-0.402,0.704-0.705c0.171-0.301,0.256-0.639,0.256-1.012s-0.085-0.711-0.256-1.012s-0.405-0.535-0.704-0.703 s-0.635-0.252-1.008-0.252c-0.374,0-0.71,0.084-1.008,0.252c-0.299,0.168-0.534,0.402-0.704,0.703 c-0.171,0.301-0.256,0.639-0.256,1.012s0.085,0.711,0.256,1.012c0.17,0.303,0.405,0.537,0.704,0.705 c0.298,0.168,0.634,0.252,1.008,0.252C47.362,50.333,47.698,50.249,47.997,50.081z"
40
+ />
41
+ <path
42
+ fill="#333333"
43
+ d="M54.846,51.165l-1.144-1.641c-0.049,0.006-0.12,0.008-0.217,0.008h-1.264v1.633h-1.04v-5.6h2.304 c0.485,0,0.908,0.08,1.269,0.238c0.359,0.16,0.636,0.391,0.828,0.689c0.191,0.299,0.288,0.652,0.288,1.063 c0,0.422-0.104,0.785-0.309,1.09c-0.205,0.303-0.5,0.529-0.884,0.68l1.288,1.84H54.846z M54.47,46.733 c-0.234-0.193-0.579-0.289-1.032-0.289h-1.216v2.232h1.216c0.453,0,0.798-0.098,1.032-0.293c0.234-0.193,0.352-0.471,0.352-0.828 C54.821,47.2,54.704,46.924,54.47,46.733z"
44
+ />
45
+ <path fill="#333333" d="M57.101,45.565h1.04v5.6h-1.04V45.565z" />
46
+ <path
47
+ fill="#333333"
48
+ d="M63.356,49.868h-2.8l-0.552,1.297h-1.072l2.521-5.6h1.023l2.528,5.6h-1.088L63.356,49.868z M63.013,49.051 l-1.056-2.447l-1.049,2.447H63.013z"
49
+ />
50
+ <path
51
+ fill="#333333"
52
+ d="M66.273,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C67.093,51.245,66.676,51.182,66.273,51.061z"
53
+ />
54
+ </g>
55
+ </g>
56
+ <g>
57
+ <g>
58
+ <path
59
+ fill="#333333"
60
+ d="M26.3,49.868h-2.8l-0.552,1.297h-1.072l2.521-5.6h1.023l2.528,5.6H26.86L26.3,49.868z M25.956,49.051 L24.9,46.604l-1.049,2.447H25.956z"
61
+ />
62
+ <path
63
+ fill="#333333"
64
+ d="M29.217,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C30.036,51.245,29.619,51.182,29.217,51.061z"
65
+ />
66
+ <path
67
+ fill="#333333"
68
+ d="M38.036,50.292v0.873h-4.2v-5.6h4.088v0.871h-3.048v1.455h2.704v0.857h-2.704v1.543H38.036z"
69
+ />
70
+ <path
71
+ fill="#333333"
72
+ d="M39.753,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C40.572,51.245,40.155,51.182,39.753,51.061z"
73
+ />
74
+ <path
75
+ fill="#333333"
76
+ d="M45.445,50.872c-0.459-0.248-0.819-0.592-1.08-1.031c-0.262-0.439-0.393-0.932-0.393-1.477 c0-0.543,0.131-1.035,0.393-1.477c0.261-0.439,0.621-0.783,1.08-1.031c0.458-0.248,0.973-0.371,1.544-0.371 c0.57,0,1.085,0.123,1.544,0.371s0.818,0.592,1.08,1.027c0.261,0.438,0.392,0.932,0.392,1.48s-0.131,1.043-0.392,1.48 c-0.262,0.438-0.621,0.779-1.08,1.027s-0.974,0.373-1.544,0.373C46.418,51.245,45.903,51.12,45.445,50.872z M47.997,50.081 c0.299-0.168,0.533-0.402,0.704-0.705c0.171-0.301,0.256-0.639,0.256-1.012s-0.085-0.711-0.256-1.012s-0.405-0.535-0.704-0.703 s-0.635-0.252-1.008-0.252c-0.374,0-0.71,0.084-1.008,0.252c-0.299,0.168-0.534,0.402-0.704,0.703 c-0.171,0.301-0.256,0.639-0.256,1.012s0.085,0.711,0.256,1.012c0.17,0.303,0.405,0.537,0.704,0.705 c0.298,0.168,0.634,0.252,1.008,0.252C47.362,50.333,47.698,50.249,47.997,50.081z"
77
+ />
78
+ <path
79
+ fill="#333333"
80
+ d="M54.846,51.165l-1.144-1.641c-0.049,0.006-0.12,0.008-0.217,0.008h-1.264v1.633h-1.04v-5.6h2.304 c0.485,0,0.908,0.08,1.269,0.238c0.359,0.16,0.636,0.391,0.828,0.689c0.191,0.299,0.288,0.652,0.288,1.063 c0,0.422-0.104,0.785-0.309,1.09c-0.205,0.303-0.5,0.529-0.884,0.68l1.288,1.84H54.846z M54.47,46.733 c-0.234-0.193-0.579-0.289-1.032-0.289h-1.216v2.232h1.216c0.453,0,0.798-0.098,1.032-0.293c0.234-0.193,0.352-0.471,0.352-0.828 C54.821,47.2,54.704,46.924,54.47,46.733z"
81
+ />
82
+ <path fill="#333333" d="M57.101,45.565h1.04v5.6h-1.04V45.565z" />
83
+ <path
84
+ fill="#333333"
85
+ d="M63.356,49.868h-2.8l-0.552,1.297h-1.072l2.521-5.6h1.023l2.528,5.6h-1.088L63.356,49.868z M63.013,49.051 l-1.056-2.447l-1.049,2.447H63.013z"
86
+ />
87
+ <path
88
+ fill="#333333"
89
+ d="M66.273,51.061c-0.403-0.123-0.722-0.287-0.956-0.488l0.359-0.809c0.229,0.182,0.511,0.33,0.845,0.443 c0.333,0.115,0.668,0.172,1.004,0.172c0.416,0,0.727-0.066,0.932-0.199s0.308-0.309,0.308-0.527c0-0.16-0.057-0.293-0.172-0.396 c-0.114-0.104-0.26-0.186-0.436-0.244s-0.416-0.125-0.72-0.199c-0.427-0.102-0.772-0.203-1.036-0.305 c-0.265-0.102-0.491-0.26-0.681-0.477c-0.189-0.215-0.283-0.508-0.283-0.875c0-0.311,0.084-0.592,0.252-0.844 c0.168-0.254,0.421-0.455,0.76-0.605c0.339-0.148,0.753-0.223,1.244-0.223c0.341,0,0.677,0.041,1.008,0.127 c0.33,0.086,0.616,0.209,0.855,0.369l-0.327,0.807c-0.246-0.143-0.502-0.252-0.769-0.328c-0.267-0.074-0.525-0.111-0.775-0.111 c-0.411,0-0.717,0.068-0.916,0.207c-0.2,0.139-0.301,0.324-0.301,0.553c0,0.16,0.058,0.291,0.172,0.393 c0.115,0.102,0.261,0.182,0.437,0.24s0.416,0.125,0.72,0.199c0.416,0.096,0.758,0.195,1.024,0.301 c0.267,0.104,0.494,0.262,0.684,0.475c0.189,0.215,0.284,0.502,0.284,0.865c0,0.309-0.084,0.59-0.252,0.84s-0.423,0.451-0.764,0.6 c-0.342,0.148-0.758,0.225-1.248,0.225C67.093,51.245,66.676,51.182,66.273,51.061z"
90
+ />
91
+ </g>
92
+ </g>
93
+ <path
94
+ fill="#E2DFCF"
95
+ d="M45.992,0C20.632,0,0,20.631,0,45.993c0,25.359,20.632,45.992,45.992,45.992s45.992-20.633,45.992-45.992 C91.984,20.631,71.353,0,45.992,0z M45.992,82.657c-20.218,0-36.665-16.447-36.665-36.664c0-20.219,16.447-36.666,36.665-36.666 c20.217,0,36.664,16.447,36.664,36.666C82.656,66.209,66.209,82.657,45.992,82.657z"
96
+ />
97
+ </svg>
98
+ </Icon>
99
+ );
100
+ };
101
+ AsesoriaBurbujaIcon.defaultProps = { theme: {} };
102
+ const _t= withTheme(AsesoriaBurbujaIcon);
103
+
104
+ export {_t as AsesoriaBurbujaIcon}
@@ -0,0 +1,79 @@
1
+ import React from 'react';
2
+ import { withTheme } from 'styled-components';
3
+ import { Icon } from './styled-icon';
4
+
5
+ const AtencionPresencial = (props) => {
6
+ const { sublabel = '', isSelected = false } = props || {};
7
+ const { size = '' } = props || {};
8
+ return (
9
+ <Icon width={size} display={sublabel !== '' ? 'block' : 'none'}>
10
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="8 8 24 24">
11
+ <g>
12
+ <path
13
+ fill={isSelected ? '#cccc00' : '#666666'}
14
+ d="M28.182,16.474c0.148,0,0.243-0.121,0.243-0.241c0-0.147-0.122-0.243-0.243-0.243
15
+ c-0.118,0-0.239,0.122-0.239,0.243C27.942,16.375,28.063,16.474,28.182,16.474z"
16
+ />
17
+ <path
18
+ fill={isSelected ? '#cccc00' : '#666666'}
19
+ d="M31.478,20.421c-0.048-0.242-0.484-2.397-0.824-3.22c-0.047-0.097-0.072-0.195-0.121-0.339
20
+ c-0.339-0.897-0.92-2.495-2.398-2.665l0.195,1.478c0.241,0.072,0.435,0.289,0.435,0.557c0,0.315-0.268,0.582-0.584,0.582
21
+ c-0.313,0-0.581-0.267-0.581-0.582c0-0.242,0.172-0.459,0.39-0.533l-0.17-1.527h-1.961l-0.17,1.357
22
+ c0.388,0,0.678,0.315,0.678,0.704v0.507c0,0.096-0.072,0.169-0.171,0.169h-0.337c-0.098,0-0.171-0.073-0.171-0.169
23
+ s0.072-0.169,0.171-0.169h0.168v-0.338c0-0.194-0.168-0.364-0.363-0.364h-0.338c-0.192,0-0.363,0.169-0.363,0.364v0.338h0.171
24
+ c0.097,0,0.168,0.073,0.168,0.169s-0.07,0.169-0.168,0.169h-0.34c-0.099,0-0.171-0.073-0.171-0.169v-0.507
25
+ c0-0.387,0.315-0.704,0.703-0.704h0.022l0.17-1.357h-0.022c-1.382,0-2.059,1.406-2.495,2.327c-0.1,0.218-0.268,0.533-0.315,0.605
26
+ c-0.29,0.291-0.871,0.459-1.358,0.532c0.195,0.654,0.364,1.43,0.462,1.963c0.751-0.124,1.719-0.438,2.35-1.115
27
+ c0.193-0.218,0.34-0.485,0.509-0.774l0.071,3.341l-0.968,8.333c-0.074,0.58,0.338,1.088,0.92,1.162
28
+ c0.58,0.049,1.09-0.339,1.161-0.92l0.874-7.556l0.872,7.556c0.071,0.533,0.507,0.92,1.039,0.92c0.048,0,0.075,0,0.121,0
29
+ c0.583-0.073,0.995-0.582,0.921-1.162l-0.968-8.333l0.071-3.244c0.024,0.047,0.048,0.096,0.048,0.144
30
+ c0.194,0.485,0.533,2.01,0.703,2.859c0.097,0.483,0.508,0.796,0.97,0.796c0.069,0,0.121,0,0.193-0.022
31
+ C31.233,21.487,31.597,20.956,31.478,20.421z"
32
+ />
33
+ <circle
34
+ fill={isSelected ? '#cccc00' : '#666666'}
35
+ cx="26.682"
36
+ cy="11.557"
37
+ r="2.108"
38
+ />
39
+ <path
40
+ fill={isSelected ? '#cccc00' : '#666666'}
41
+ d="M20.094,17.151c-0.048-0.097-0.07-0.218-0.121-0.338c-0.339-0.921-0.968-2.616-2.542-2.616h-2.422
42
+ c-1.478,0-2.108,1.478-2.471,2.422c-0.048,0.023-0.097,0.049-0.121,0.121l-1.042,3.512c-0.172,0.532,0.144,1.088,0.679,1.235
43
+ c0.047,0,0.071,0.024,0.119,0.024c0.049,0,0.122,0.024,0.17,0.024c0.435,0,0.824-0.267,0.945-0.704l0.872-2.93l0.074,3.173
44
+ l-0.969,8.234c-0.072,0.582,0.339,1.091,0.92,1.163c0.049,0,0.072,0,0.121,0c0.535,0,0.971-0.388,1.043-0.92l0.873-7.459
45
+ l0.871,7.435c0.073,0.58,0.581,0.992,1.164,0.92c0.582-0.072,0.992-0.581,0.919-1.163l-0.969-8.235l0.073-3.585
46
+ c0.048,0.147,0.097,0.267,0.145,0.364c0.194,0.484,0.559,2.034,0.702,2.883c0.098,0.484,0.583,0.8,1.066,0.701
47
+ c0.484-0.097,0.799-0.556,0.702-1.065C20.868,20.131,20.433,17.976,20.094,17.151z M12.9,20.688
48
+ c-0.072,0.242-0.315,0.437-0.581,0.437c-0.025,0-0.073,0-0.098,0s-0.049,0-0.074-0.024c-0.144-0.049-0.242-0.121-0.315-0.241
49
+ l1.091-0.267L12.9,20.688z M13.07,20.131l-1.308,0.315c0-0.025,0-0.074,0-0.097l0.121-0.388l1.331-0.314L13.07,20.131z
50
+ M13.336,19.21l-1.332,0.315l0.144-0.483l1.333-0.316L13.336,19.21z M13.626,18.266l-1.332,0.315l0.145-0.484l1.333-0.316
51
+ L13.626,18.266z M13.894,17.346l-1.332,0.315l0.193-0.629l1.188,0.192L13.894,17.346z"
52
+ />
53
+ <path
54
+ fill={isSelected ? '#cccc00' : '#666666'}
55
+ d="M16.22,9.449c1.162,0,2.106,0.944,2.106,2.107c0,1.165-0.944,2.108-2.106,2.108
56
+ c-1.166,0-2.108-0.944-2.108-2.108C14.111,10.393,15.056,9.449,16.22,9.449z"
57
+ />
58
+ <path
59
+ fill={isSelected ? '#cccc00' : '#666666'}
60
+ d="M10.649,15.94l-0.534,0.243c-0.096,0.049-0.123,0.169-0.048,0.218l1.429,1.018
61
+ c0.121,0.072,0.265-0.072,0.169-0.169l-0.583-0.75l0.583-0.267c0.073-0.024,0.096-0.122,0.048-0.194l-1.064-1.259
62
+ c-0.05-0.048-0.098-0.048-0.148-0.024l-0.604,0.291c-0.074,0-0.097,0.097-0.026,0.169L10.649,15.94z"
63
+ />
64
+ <path
65
+ fill={isSelected ? '#cccc00' : '#666666'}
66
+ d="M11.327,17.976l-0.922-0.122l0.219-0.605c0.026-0.072-0.024-0.169-0.097-0.169l-1.67-0.146
67
+ c-0.049,0-0.124,0.024-0.124,0.072l-0.217,0.63c-0.048,0.097,0.023,0.17,0.096,0.17l1.066-0.026l-0.193,0.559
68
+ c-0.025,0.097,0.049,0.192,0.146,0.169l1.718-0.291C11.471,18.194,11.471,17.976,11.327,17.976z"
69
+ />
70
+ </g>
71
+ </svg>
72
+ <label>{sublabel}</label>
73
+ </Icon>
74
+ );
75
+ };
76
+ AtencionPresencial.defaultProps = { theme: {} };
77
+ const _t =withTheme(AtencionPresencial);
78
+
79
+ export {_t as AtencionPresencial}
@@ -0,0 +1,44 @@
1
+ import React from 'react';
2
+ import { withTheme } from 'styled-components';
3
+ import { Icon } from './styled-icon';
4
+
5
+ const AtencionTelefonica = (props) => {
6
+ const { sublabel = '', showTitle = true } = props || {};
7
+ const { size = '' } = props || {};
8
+ return (
9
+ <Icon
10
+ title={showTitle ? 'Llamar a delegación' : ''}
11
+ width={size}
12
+ display={sublabel !== '' ? 'block' : 'none'}
13
+ >
14
+ <svg
15
+ version="1.1"
16
+ id="Capa_1"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ viewBox="8 8 24 24"
19
+ >
20
+ <path
21
+ fill="#666666"
22
+ d="M28.449,24.384c-0.714-0.425-1.43-0.847-2.146-1.27l-1.349-0.796c-0.576-0.34-1.227-0.254-1.692,0.222
23
+ c-0.236,0.245-0.476,0.488-0.716,0.731L22.324,23.5c-0.078,0.078-0.16,0.097-0.269,0.078c-0.401-0.072-0.764-0.273-1.066-0.457
24
+ c-0.702-0.418-1.388-0.969-2.11-1.693c-0.583-0.582-1.184-1.187-1.649-1.88c-0.318-0.475-0.643-0.985-0.803-1.576
25
+ c-0.034-0.124-0.01-0.212,0.082-0.302c0.16-0.157,0.317-0.315,0.475-0.476c0.132-0.131,0.266-0.265,0.398-0.396
26
+ c0.341-0.338,0.532-0.969,0.216-1.475c-0.04-0.062-0.072-0.131-0.106-0.197c-0.017-0.033-0.035-0.068-0.052-0.103l-0.474-0.896
27
+ c-0.444-0.844-0.89-1.688-1.337-2.53c-0.154-0.288-0.367-0.474-0.633-0.552c-0.353-0.102-0.686-0.005-0.975,0.285l-0.856,0.854
28
+ c-0.555,0.555-1.11,1.11-1.665,1.668c-0.117,0.119-0.208,0.265-0.279,0.392c-0.165,0.292-0.233,0.626-0.218,1.052
29
+ C11.001,15.308,11,15.315,11,15.326c0.001,0.014,0.003,0.028,0.008,0.042c0.018,0.144,0.029,0.292,0.042,0.434
30
+ c0.016,0.212,0.03,0.43,0.072,0.645c0.195,1.058,0.6,2.119,1.233,3.243c0.322,0.569,0.697,1.156,1.217,1.9
31
+ c0.696,0.999,1.532,1.871,2.329,2.665c0.61,0.606,1.432,1.392,2.366,2.075c0.44,0.32,0.892,0.614,1.279,0.856
32
+ c0.836,0.527,1.701,0.959,2.571,1.286c0.943,0.35,1.847,0.521,2.763,0.521h0.013c0.511,0,0.951-0.186,1.313-0.552
33
+ c0.154-0.158,0.312-0.313,0.471-0.469l0.435-0.432c0.523-0.521,1.049-1.042,1.572-1.561c0.191-0.191,0.294-0.401,0.312-0.642
34
+ C29.028,24.94,28.844,24.615,28.449,24.384z M24.88,28.854L24.88,28.854L24.88,28.854L24.88,28.854z"
35
+ />
36
+ </svg>
37
+ <label>{sublabel}</label>
38
+ </Icon>
39
+ );
40
+ };
41
+ AtencionTelefonica.defaultProps = { theme: {} };
42
+ const _t=withTheme(AtencionTelefonica);
43
+
44
+ export {_t as AtencionTelefonica}
@@ -0,0 +1,53 @@
1
+ import React from 'react';
2
+ import { withTheme } from 'styled-components';
3
+ import { Icon } from './styled-icon';
4
+
5
+ const AtencionTurnoTelefonico = (props) => {
6
+ const { sublabel = '', isSelected = false, title="Atención telefónica" } = props || {};
7
+ const { size = '', width = '', height = '' } = props || {};
8
+ return (
9
+ <Icon
10
+ title={title}
11
+ width={size || width}
12
+ height={height}
13
+ display={sublabel !== '' ? 'block' : 'none'}
14
+ >
15
+ <svg
16
+ version="1.1"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ viewBox="30.799 41.645 14.118 19.147"
19
+ >
20
+ <g>
21
+ <g>
22
+ <path
23
+ fill={isSelected ? '#cccc00' : '#666666'}
24
+ d="M42.394,41.969h-9.071c-1.081,0-1.918,0.883-1.918,1.92v14.672c0,0.988,0.826,1.908,1.918,1.908h9.071
25
+ c1.058,0,1.918-0.861,1.918-1.916V43.889C44.312,42.83,43.453,41.969,42.394,41.969L42.394,41.969z M37.446,43.061h0.828
26
+ c0.204,0,0.37,0.166,0.37,0.371s-0.166,0.375-0.37,0.375h-0.828c-0.208,0-0.371-0.17-0.371-0.375S37.238,43.061,37.446,43.061z
27
+ M38.579,59.244h-1.44c-0.206,0-0.375-0.168-0.375-0.375c0-0.203,0.169-0.371,0.375-0.371h1.44c0.204,0,0.372,0.168,0.372,0.371
28
+ C38.951,59.076,38.783,59.244,38.579,59.244z M42.89,57.273H32.827V44.896H42.89V57.273L42.89,57.273z"
29
+ />
30
+ </g>
31
+ <g>
32
+ <path
33
+ fill={isSelected ? '#cccc00' : '#666666'}
34
+ d="M38.365,53.83c0-1.725-1.395-3.119-3.119-3.119c-0.259,0-0.475,0.211-0.475,0.473s0.214,0.473,0.475,0.473
35
+ c1.205,0,2.174,0.969,2.174,2.174c0,0.26,0.214,0.473,0.474,0.473C38.152,54.303,38.365,54.115,38.365,53.83z"
36
+ />
37
+ <path
38
+ fill={isSelected ? '#cccc00' : '#666666'}
39
+ d="M39.997,53.83c0,0.26,0.213,0.473,0.473,0.473s0.473-0.213,0.473-0.473c0-3.143-2.553-5.695-5.696-5.695
40
+ c-0.259,0-0.475,0.211-0.475,0.473c0,0.26,0.214,0.475,0.475,0.475C37.87,49.082,39.997,51.232,39.997,53.83L39.997,53.83
41
+ L39.997,53.83z"
42
+ />
43
+ </g>
44
+ </g>
45
+ </svg>
46
+ <label>{sublabel}</label>
47
+ </Icon>
48
+ );
49
+ };
50
+ AtencionTurnoTelefonico.defaultProps = { theme: {} };
51
+ const _t= withTheme(AtencionTurnoTelefonico);
52
+
53
+ export {_t as AtencionTurnoTelefonico}