sempli-website-lib 4.1.4 → 5.0.2

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 (111) hide show
  1. package/README.md +25 -25
  2. package/assets/fonts/Lato/Lato-Black.ttf +0 -0
  3. package/assets/fonts/Lato/Lato-BlackItalic.ttf +0 -0
  4. package/assets/fonts/Lato/Lato-Bold.ttf +0 -0
  5. package/assets/fonts/Lato/Lato-BoldItalic.ttf +0 -0
  6. package/assets/fonts/Lato/Lato-Hairline.ttf +0 -0
  7. package/assets/fonts/Lato/Lato-HairlineItalic.ttf +0 -0
  8. package/assets/fonts/Lato/Lato-Italic.ttf +0 -0
  9. package/assets/fonts/Lato/Lato-Light.ttf +0 -0
  10. package/assets/fonts/Lato/Lato-LightItalic.ttf +0 -0
  11. package/assets/fonts/Lato/Lato-Regular.ttf +0 -0
  12. package/assets/fonts/Lato/OFL.txt +0 -0
  13. package/assets/interface/documents.svg +136 -136
  14. package/assets/interface/icons/alert-success.svg +17 -17
  15. package/assets/interface/icons/arrow-left.svg +8 -8
  16. package/assets/interface/icons/arrow-right-02.svg +10 -10
  17. package/assets/interface/icons/arrow-right.svg +8 -8
  18. package/assets/interface/icons/basic-check-magenta.svg +1 -1
  19. package/assets/interface/icons/bulb-example.svg +20 -20
  20. package/assets/interface/icons/bulb-tip.svg +32 -32
  21. package/assets/interface/icons/check-green-circle-large.svg +23 -23
  22. package/assets/interface/icons/check-green.svg +16 -16
  23. package/assets/interface/icons/check-purple.svg +20 -20
  24. package/assets/interface/icons/cloud-download.svg +20 -20
  25. package/assets/interface/icons/document-pdf.svg +13 -13
  26. package/assets/interface/icons/document-review.svg +20 -20
  27. package/assets/interface/icons/document-status-approved.svg +21 -21
  28. package/assets/interface/icons/document-status-empty.svg +18 -18
  29. package/assets/interface/icons/document-status-error.svg +23 -23
  30. package/assets/interface/icons/document-status-success.svg +19 -19
  31. package/assets/interface/icons/eye-action.svg +1 -1
  32. package/assets/interface/icons/hand-stop.svg +19 -19
  33. package/assets/interface/icons/happy-01.svg +0 -0
  34. package/assets/interface/icons/happy-02.svg +0 -0
  35. package/assets/interface/icons/happy-03.svg +0 -0
  36. package/assets/interface/icons/happy-04.svg +0 -0
  37. package/assets/interface/icons/happy-05.svg +0 -0
  38. package/assets/interface/icons/heart.svg +13 -13
  39. package/assets/interface/icons/intercom-messenger-icon.svg +1 -1
  40. package/assets/interface/icons/lock-icon.svg +1 -1
  41. package/assets/interface/icons/mail-circle.svg +32 -32
  42. package/assets/interface/icons/mail-edit.svg +20 -20
  43. package/assets/interface/icons/pen-edit.svg +22 -22
  44. package/assets/interface/icons/plus-circle.svg +22 -22
  45. package/assets/interface/icons/question-sign.svg +10 -10
  46. package/assets/interface/icons/shield.svg +31 -31
  47. package/assets/interface/icons/signature-modal-approved.svg +17 -17
  48. package/assets/interface/icons/signature-modal-waiting.svg +23 -23
  49. package/assets/interface/icons/signature-pending.svg +25 -25
  50. package/assets/interface/icons/signature-step-active.svg +19 -19
  51. package/assets/interface/icons/signature-step-completed.svg +19 -19
  52. package/assets/interface/icons/signature-step-default.svg +19 -19
  53. package/assets/interface/icons/skull.svg +23 -23
  54. package/assets/interface/icons/step-incomplete.svg +18 -18
  55. package/assets/interface/icons/trash-delete.svg +20 -20
  56. package/assets/interface/icons/warning-sign.svg +22 -22
  57. package/assets/interface/icons/x-circle.svg +14 -14
  58. package/esm2020/lib/sempli-website-lib.module.mjs +16 -0
  59. package/esm2020/public-api.mjs +5 -0
  60. package/esm2020/sempli-website-lib.mjs +5 -0
  61. package/fesm2015/sempli-website-lib.mjs +27 -0
  62. package/fesm2015/sempli-website-lib.mjs.map +1 -0
  63. package/fesm2020/sempli-website-lib.mjs +27 -0
  64. package/fesm2020/sempli-website-lib.mjs.map +1 -0
  65. package/lib/sempli-website-lib.module.d.ts +6 -2
  66. package/package.json +23 -11
  67. package/public-api.d.ts +1 -1
  68. package/sempli-website-lib.d.ts +5 -4
  69. package/styles/_main.scss +2 -2
  70. package/styles/master-app.scss +11962 -9802
  71. package/styles/master-landing.scss +12821 -10661
  72. package/styles/modules/_functions.scss +37 -37
  73. package/styles/modules/_mixins.scss +66 -66
  74. package/styles/modules/_variables.scss +54 -54
  75. package/styles/partials/_base.scss +281 -281
  76. package/styles/partials/_buttons.scss +401 -402
  77. package/styles/partials/_fonts.scss +83 -83
  78. package/styles/partials/_forms.scss +837 -837
  79. package/styles/partials/_icons.scss +12 -12
  80. package/styles/partials/_layout.scss +148 -148
  81. package/styles/partials/_modals.scss +256 -256
  82. package/styles/partials/_panels.scss +51 -51
  83. package/styles/partials/_progress-bars.scss +60 -60
  84. package/styles/partials/_tooltips.scss +128 -128
  85. package/styles/partials/_videos.scss +32 -32
  86. package/styles/partials/animations.scss +122 -122
  87. package/styles/partials/app/_blocks.scss +101 -101
  88. package/styles/partials/app/_cards.scss +155 -155
  89. package/styles/partials/app/_general.scss +1199 -1199
  90. package/styles/partials/app/_header.scss +723 -723
  91. package/styles/partials/app/_layout.scss +227 -227
  92. package/styles/partials/app/_my-account.scss +203 -203
  93. package/styles/partials/app/_my-loan-applications.scss +165 -165
  94. package/styles/partials/app/_my-products.scss +1039 -1039
  95. package/styles/partials/app/_signatures.scss +16 -16
  96. package/styles/partials/landing/_footer.scss +70 -70
  97. package/styles/partials/landing/_general.scss +1375 -1375
  98. package/styles/partials/landing/_header.scss +478 -478
  99. package/styles/partials/landing/_hero-wrappers.scss +616 -616
  100. package/styles/vendor/_modules_export.scss +3252 -1091
  101. package/styles/vendor/_normalize.scss +341 -341
  102. package/bundles/sempli-website-lib.umd.js +0 -33
  103. package/bundles/sempli-website-lib.umd.js.map +0 -1
  104. package/bundles/sempli-website-lib.umd.min.js +0 -2
  105. package/bundles/sempli-website-lib.umd.min.js.map +0 -1
  106. package/esm2015/lib/sempli-website-lib.module.js +0 -11
  107. package/esm2015/public-api.js +0 -5
  108. package/esm2015/sempli-website-lib.js +0 -5
  109. package/fesm2015/sempli-website-lib.js +0 -22
  110. package/fesm2015/sempli-website-lib.js.map +0 -1
  111. package/sempli-website-lib.metadata.json +0 -1
@@ -1,14 +1,14 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="20px" height="18px" viewBox="0 0 20 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 53.2 (72643) - https://sketchapp.com -->
4
- <title>heart</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Landing-Page---Hablar-con-Profesional---Inicio-sesión---Recuperar-contraseña" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="Landing-page" transform="translate(-127.000000, -3074.000000)">
8
- <g id="heart" transform="translate(127.000000, 3074.000000)">
9
- <path d="M10.8192795,1.65945808 C12.1448088,0.453779912 13.697612,-0.192442167 15.4378883,0.0507482738 C17.3353406,0.315902873 18.865765,1.626867 19.4990539,3.51820791 C20.1664904,5.51153211 19.7823015,7.91416153 18.3085046,10.2631532 C16.977567,12.3844504 15.1699566,14.2382161 13.1060389,15.8177042 C12.3849553,16.3695396 11.6827509,16.8482626 11.0266742,17.2524053 C10.6263163,17.4990255 10.2522095,17.7095981 10.1494978,17.7588205 L9.8978133,17.879435 L9.65008121,17.75085 C9.56345983,17.7058893 9.40799059,17.6204899 9.19345332,17.495227 C8.83988716,17.2887885 8.44696007,17.043693 8.02444424,16.7604763 C6.81901144,15.9524622 5.61398666,14.9989021 4.48768552,13.9031981 C3.33169615,12.7786123 2.32379073,11.5649078 1.50704797,10.2631532 C0.0332510199,7.91416153 -0.350937858,5.51153211 0.316498661,3.51820791 C0.949787515,1.626867 2.48021199,0.315902873 4.37766427,0.0507482738 C6.11794054,-0.192442167 7.67074379,0.453779912 8.99627301,1.65945808 C9.33748852,1.96982174 9.64156424,2.29868649 9.90777627,2.63026297 C10.1739883,2.29868649 10.478064,1.96982174 10.8192795,1.65945808 Z" id="Path" fill="#4731FF"></path>
10
- <path d="M14.5806735,3.56376638 C14.2709811,3.56376638 14.0199258,3.31192655 14.0199258,3.00126638 C14.0199258,2.69060621 14.2709811,2.43876638 14.5806735,2.43876638 C16.2323662,2.43876638 17.5713277,3.78191213 17.5713277,5.43876638 C17.5713277,5.74942655 17.3202724,6.00126638 17.01058,6.00126638 C16.7008876,6.00126638 16.4498323,5.74942655 16.4498323,5.43876638 C16.4498323,4.40323247 15.6129814,3.56376638 14.5806735,3.56376638 Z M16.6367482,7.87626638 C16.3270559,7.87626638 16.0760006,7.62442655 16.0760006,7.31376638 C16.0760006,7.00310621 16.3270559,6.75126638 16.6367482,6.75126638 C16.9464406,6.75126638 17.1974959,7.00310621 17.1974959,7.31376638 C17.1974959,7.62442655 16.9464406,7.87626638 16.6367482,7.87626638 Z" id="Combined-Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
11
- </g>
12
- </g>
13
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="20px" height="18px" viewBox="0 0 20 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 53.2 (72643) - https://sketchapp.com -->
4
+ <title>heart</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Landing-Page---Hablar-con-Profesional---Inicio-sesión---Recuperar-contraseña" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="Landing-page" transform="translate(-127.000000, -3074.000000)">
8
+ <g id="heart" transform="translate(127.000000, 3074.000000)">
9
+ <path d="M10.8192795,1.65945808 C12.1448088,0.453779912 13.697612,-0.192442167 15.4378883,0.0507482738 C17.3353406,0.315902873 18.865765,1.626867 19.4990539,3.51820791 C20.1664904,5.51153211 19.7823015,7.91416153 18.3085046,10.2631532 C16.977567,12.3844504 15.1699566,14.2382161 13.1060389,15.8177042 C12.3849553,16.3695396 11.6827509,16.8482626 11.0266742,17.2524053 C10.6263163,17.4990255 10.2522095,17.7095981 10.1494978,17.7588205 L9.8978133,17.879435 L9.65008121,17.75085 C9.56345983,17.7058893 9.40799059,17.6204899 9.19345332,17.495227 C8.83988716,17.2887885 8.44696007,17.043693 8.02444424,16.7604763 C6.81901144,15.9524622 5.61398666,14.9989021 4.48768552,13.9031981 C3.33169615,12.7786123 2.32379073,11.5649078 1.50704797,10.2631532 C0.0332510199,7.91416153 -0.350937858,5.51153211 0.316498661,3.51820791 C0.949787515,1.626867 2.48021199,0.315902873 4.37766427,0.0507482738 C6.11794054,-0.192442167 7.67074379,0.453779912 8.99627301,1.65945808 C9.33748852,1.96982174 9.64156424,2.29868649 9.90777627,2.63026297 C10.1739883,2.29868649 10.478064,1.96982174 10.8192795,1.65945808 Z" id="Path" fill="#4731FF"></path>
10
+ <path d="M14.5806735,3.56376638 C14.2709811,3.56376638 14.0199258,3.31192655 14.0199258,3.00126638 C14.0199258,2.69060621 14.2709811,2.43876638 14.5806735,2.43876638 C16.2323662,2.43876638 17.5713277,3.78191213 17.5713277,5.43876638 C17.5713277,5.74942655 17.3202724,6.00126638 17.01058,6.00126638 C16.7008876,6.00126638 16.4498323,5.74942655 16.4498323,5.43876638 C16.4498323,4.40323247 15.6129814,3.56376638 14.5806735,3.56376638 Z M16.6367482,7.87626638 C16.3270559,7.87626638 16.0760006,7.62442655 16.0760006,7.31376638 C16.0760006,7.00310621 16.3270559,6.75126638 16.6367482,6.75126638 C16.9464406,6.75126638 17.1974959,7.00310621 17.1974959,7.31376638 C17.1974959,7.62442655 16.9464406,7.87626638 16.6367482,7.87626638 Z" id="Combined-Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
11
+ </g>
12
+ </g>
13
+ </g>
14
14
  </svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="32" width="28" viewBox="0 0 28 32" aria-hidden="true" fill="#ffffff"><path d="M28,32 C28,32 23.2863266,30.1450667 19.4727818,28.6592 L3.43749107,28.6592 C1.53921989,28.6592 0,27.0272 0,25.0144 L0,3.6448 C0,1.632 1.53921989,0 3.43749107,0 L24.5615088,0 C26.45978,0 27.9989999,1.632 27.9989999,3.6448 L27.9989999,22.0490667 L28,22.0490667 L28,32 Z M23.8614088,20.0181333 C23.5309223,19.6105242 22.9540812,19.5633836 22.5692242,19.9125333 C22.5392199,19.9392 19.5537934,22.5941333 13.9989999,22.5941333 C8.51321617,22.5941333 5.48178311,19.9584 5.4277754,19.9104 C5.04295119,19.5629428 4.46760991,19.6105095 4.13759108,20.0170667 C3.97913051,20.2124916 3.9004494,20.4673395 3.91904357,20.7249415 C3.93763774,20.9825435 4.05196575,21.2215447 4.23660523,21.3888 C4.37862552,21.5168 7.77411059,24.5386667 13.9989999,24.5386667 C20.2248893,24.5386667 23.6203743,21.5168 23.7623946,21.3888 C23.9467342,21.2215726 24.0608642,20.9827905 24.0794539,20.7254507 C24.0980436,20.4681109 24.0195551,20.2135019 23.8614088,20.0181333 Z"></path></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="32" width="28" viewBox="0 0 28 32" aria-hidden="true" fill="#ffffff"><path d="M28,32 C28,32 23.2863266,30.1450667 19.4727818,28.6592 L3.43749107,28.6592 C1.53921989,28.6592 0,27.0272 0,25.0144 L0,3.6448 C0,1.632 1.53921989,0 3.43749107,0 L24.5615088,0 C26.45978,0 27.9989999,1.632 27.9989999,3.6448 L27.9989999,22.0490667 L28,22.0490667 L28,32 Z M23.8614088,20.0181333 C23.5309223,19.6105242 22.9540812,19.5633836 22.5692242,19.9125333 C22.5392199,19.9392 19.5537934,22.5941333 13.9989999,22.5941333 C8.51321617,22.5941333 5.48178311,19.9584 5.4277754,19.9104 C5.04295119,19.5629428 4.46760991,19.6105095 4.13759108,20.0170667 C3.97913051,20.2124916 3.9004494,20.4673395 3.91904357,20.7249415 C3.93763774,20.9825435 4.05196575,21.2215447 4.23660523,21.3888 C4.37862552,21.5168 7.77411059,24.5386667 13.9989999,24.5386667 C20.2248893,24.5386667 23.6203743,21.5168 23.7623946,21.3888 C23.9467342,21.2215726 24.0608642,20.9827905 24.0794539,20.7254507 C24.0980436,20.4681109 24.0195551,20.2135019 23.8614088,20.0181333 Z"></path></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>
@@ -1,33 +1,33 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="80px" height="80px" viewBox="0 0 80 80" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.3 (67297) - http://www.bohemiancoding.com/sketch -->
4
- <title>Mail Icon</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs>
7
- <circle id="path-1" cx="40" cy="40" r="40"></circle>
8
- <filter x="-5.0%" y="-5.0%" width="110.0%" height="110.0%" filterUnits="objectBoundingBox" id="filter-2">
9
- <feMorphology radius="8" operator="erode" in="SourceAlpha" result="shadowSpreadInner1"></feMorphology>
10
- <feOffset dx="0" dy="0" in="shadowSpreadInner1" result="shadowOffsetInner1"></feOffset>
11
- <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
12
- <feColorMatrix values="0 0 0 0 0.301960796 0 0 0 0 0.298039228 0 0 0 0 0.988235295 0 0 0 0.115545743 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
13
- </filter>
14
- </defs>
15
- <g id="Dashboard---Block-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
16
- <g id="Dashboard---Block-01---Step-09.01" transform="translate(-80.000000, -232.000000)">
17
- <g id="Content" transform="translate(80.000000, 130.000000)">
18
- <g id="Copy" transform="translate(0.000000, 102.000000)">
19
- <g id="Mail-Icon">
20
- <g id="Oval">
21
- <use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
22
- <circle stroke="#4D4CFC" stroke-width="3" stroke-linejoin="square" cx="40" cy="40" r="38.5"></circle>
23
- </g>
24
- <g id="mail" transform="translate(22.000000, 26.000000)" stroke="#4D4CFC" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
25
- <path d="M3.5,0 L31.5,0 C33.425,0 35,1.575 35,3.5 L35,24.5 C35,26.425 33.425,28 31.5,28 L3.5,28 C1.575,28 0,26.425 0,24.5 L0,3.5 C0,1.575 1.575,0 3.5,0 Z" id="Shape"></path>
26
- <polyline id="Shape" points="35 3.5 17.5 15.75 0 3.5"></polyline>
27
- </g>
28
- </g>
29
- </g>
30
- </g>
31
- </g>
32
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="80px" height="80px" viewBox="0 0 80 80" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.3 (67297) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Mail Icon</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <circle id="path-1" cx="40" cy="40" r="40"></circle>
8
+ <filter x="-5.0%" y="-5.0%" width="110.0%" height="110.0%" filterUnits="objectBoundingBox" id="filter-2">
9
+ <feMorphology radius="8" operator="erode" in="SourceAlpha" result="shadowSpreadInner1"></feMorphology>
10
+ <feOffset dx="0" dy="0" in="shadowSpreadInner1" result="shadowOffsetInner1"></feOffset>
11
+ <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
12
+ <feColorMatrix values="0 0 0 0 0.301960796 0 0 0 0 0.298039228 0 0 0 0 0.988235295 0 0 0 0.115545743 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
13
+ </filter>
14
+ </defs>
15
+ <g id="Dashboard---Block-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
16
+ <g id="Dashboard---Block-01---Step-09.01" transform="translate(-80.000000, -232.000000)">
17
+ <g id="Content" transform="translate(80.000000, 130.000000)">
18
+ <g id="Copy" transform="translate(0.000000, 102.000000)">
19
+ <g id="Mail-Icon">
20
+ <g id="Oval">
21
+ <use fill="black" fill-opacity="1" filter="url(#filter-2)" xlink:href="#path-1"></use>
22
+ <circle stroke="#4D4CFC" stroke-width="3" stroke-linejoin="square" cx="40" cy="40" r="38.5"></circle>
23
+ </g>
24
+ <g id="mail" transform="translate(22.000000, 26.000000)" stroke="#4D4CFC" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
25
+ <path d="M3.5,0 L31.5,0 C33.425,0 35,1.575 35,3.5 L35,24.5 C35,26.425 33.425,28 31.5,28 L3.5,28 C1.575,28 0,26.425 0,24.5 L0,3.5 C0,1.575 1.575,0 3.5,0 Z" id="Shape"></path>
26
+ <polyline id="Shape" points="35 3.5 17.5 15.75 0 3.5"></polyline>
27
+ </g>
28
+ </g>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ </g>
33
33
  </svg>
@@ -1,21 +1,21 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="37px" height="34px" viewBox="0 0 37 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.3 (67297) - http://www.bohemiancoding.com/sketch -->
4
- <title>Group</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Dashboard---Block-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
7
- <g id="Dashboard---Block-01---Step-09.02" transform="translate(-431.000000, -304.000000)" stroke="#231F20" stroke-width="2">
8
- <g id="Status-Card" transform="translate(390.000000, 270.000000)">
9
- <g id="Group-2" transform="translate(42.000000, 35.000000)">
10
- <g id="Group">
11
- <path d="M15.3809524,23 L2.42614286,23 C1.08557143,23 0,21.896 0,20.5357143 L0,2.46428571 C0,1.104 1.08557143,0 2.42614286,0 L31.569,0 C32.9095714,0 34,1.104 34,2.46428571 L34,11.5" id="Stroke-910" stroke-linecap="round"></path>
12
- <polyline id="Stroke-911" stroke-linecap="round" points="33 1.03386047 16.9976149 14 1 1"></polyline>
13
- <polygon id="Stroke-912" stroke-linecap="round" points="22.7264918 30.3638595 17 32 18.6361405 26.2735082 30.9096487 14 35 18.0903513"></polygon>
14
- <path d="M28,18 L32,22" id="Stroke-913"></path>
15
- <path d="M19,27 L22.292893,30.292893" id="Stroke-914" stroke-linecap="round"></path>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="37px" height="34px" viewBox="0 0 37 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.3 (67297) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Group</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Dashboard---Block-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linejoin="round">
7
+ <g id="Dashboard---Block-01---Step-09.02" transform="translate(-431.000000, -304.000000)" stroke="#231F20" stroke-width="2">
8
+ <g id="Status-Card" transform="translate(390.000000, 270.000000)">
9
+ <g id="Group-2" transform="translate(42.000000, 35.000000)">
10
+ <g id="Group">
11
+ <path d="M15.3809524,23 L2.42614286,23 C1.08557143,23 0,21.896 0,20.5357143 L0,2.46428571 C0,1.104 1.08557143,0 2.42614286,0 L31.569,0 C32.9095714,0 34,1.104 34,2.46428571 L34,11.5" id="Stroke-910" stroke-linecap="round"></path>
12
+ <polyline id="Stroke-911" stroke-linecap="round" points="33 1.03386047 16.9976149 14 1 1"></polyline>
13
+ <polygon id="Stroke-912" stroke-linecap="round" points="22.7264918 30.3638595 17 32 18.6361405 26.2735082 30.9096487 14 35 18.0903513"></polygon>
14
+ <path d="M28,18 L32,22" id="Stroke-913"></path>
15
+ <path d="M19,27 L22.292893,30.292893" id="Stroke-914" stroke-linecap="round"></path>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
21
  </svg>
@@ -1,23 +1,23 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
- <title>pen-edit</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Dashboard---Block-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="Dashboard---Block-01---Step-04.08.01" transform="translate(-82.000000, -467.000000)" fill="#AFB3C0">
8
- <g id="Content" transform="translate(80.000000, 141.000000)">
9
- <g id="Preguntas" transform="translate(0.000000, 158.000000)">
10
- <g id="Accionistas">
11
- <g id="Accionista">
12
- <g id="Actions" transform="translate(0.000000, 160.000000)">
13
- <g id="Group-7">
14
- <path d="M13.8125,10.6875 L12.59375,11.90625 L10.09375,9.40625 L11.3125,8.1875 C11.4375006,8.06249937 11.5937491,8 11.78125,8 C11.9687509,8 12.1249994,8.06249937 12.25,8.1875 L13.8125,9.75 C13.9375006,9.87500063 14,10.0312491 14,10.21875 C14,10.4062509 13.9375006,10.5624994 13.8125,10.6875 Z M2,17.5 L9.375,10.125 L11.875,12.625 L4.5,20 L2,20 L2,17.5 Z" id="pen-edit"></path>
15
- </g>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
+ <title>pen-edit</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Dashboard---Block-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="Dashboard---Block-01---Step-04.08.01" transform="translate(-82.000000, -467.000000)" fill="#AFB3C0">
8
+ <g id="Content" transform="translate(80.000000, 141.000000)">
9
+ <g id="Preguntas" transform="translate(0.000000, 158.000000)">
10
+ <g id="Accionistas">
11
+ <g id="Accionista">
12
+ <g id="Actions" transform="translate(0.000000, 160.000000)">
13
+ <g id="Group-7">
14
+ <path d="M13.8125,10.6875 L12.59375,11.90625 L10.09375,9.40625 L11.3125,8.1875 C11.4375006,8.06249937 11.5937491,8 11.78125,8 C11.9687509,8 12.1249994,8.06249937 12.25,8.1875 L13.8125,9.75 C13.9375006,9.87500063 14,10.0312491 14,10.21875 C14,10.4062509 13.9375006,10.5624994 13.8125,10.6875 Z M2,17.5 L9.375,10.125 L11.875,12.625 L4.5,20 L2,20 L2,17.5 Z" id="pen-edit"></path>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
23
  </svg>
@@ -1,23 +1,23 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.1 (67048) - http://www.bohemiancoding.com/sketch -->
4
- <title>plus-circle</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Dashboard---Block-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
7
- <g id="Dashboard---Block-01---Step-04.08.01" transform="translate(-79.000000, -528.000000)" stroke="#4D4CFC" stroke-width="2">
8
- <g id="Content" transform="translate(80.000000, 141.000000)">
9
- <g id="Preguntas" transform="translate(0.000000, 158.000000)">
10
- <g id="Accionistas">
11
- <g id="Add-shareholder" transform="translate(0.000000, 225.000000)">
12
- <g id="plus-circle" transform="translate(0.000000, 5.000000)">
13
- <circle id="Oval" cx="10" cy="10" r="10"></circle>
14
- <path d="M10,6 L10,14" id="Shape"></path>
15
- <path d="M6,10 L14,10" id="Shape"></path>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.1 (67048) - http://www.bohemiancoding.com/sketch -->
4
+ <title>plus-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Dashboard---Block-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
7
+ <g id="Dashboard---Block-01---Step-04.08.01" transform="translate(-79.000000, -528.000000)" stroke="#4D4CFC" stroke-width="2">
8
+ <g id="Content" transform="translate(80.000000, 141.000000)">
9
+ <g id="Preguntas" transform="translate(0.000000, 158.000000)">
10
+ <g id="Accionistas">
11
+ <g id="Add-shareholder" transform="translate(0.000000, 225.000000)">
12
+ <g id="plus-circle" transform="translate(0.000000, 5.000000)">
13
+ <circle id="Oval" cx="10" cy="10" r="10"></circle>
14
+ <path d="M10,6 L10,14" id="Shape"></path>
15
+ <path d="M6,10 L14,10" id="Shape"></path>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
23
  </svg>
@@ -1,11 +1,11 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com -->
4
- <title>question-sign</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="question-sign" fill="#4D4CFC" fill-rule="nonzero">
8
- <path d="M4.8554688,17.1445312 C6.5820399,18.837248 8.6301965,19.6835938 11,19.6835938 C13.3698035,19.6835938 15.4094967,18.8287846 17.1191406,17.1191406 C18.8287846,15.4094967 19.6835938,13.3698035 19.6835938,11 C19.6835938,8.6301965 18.8287846,6.5905033 17.1191406,4.8808594 C15.4094967,3.1712154 13.3698035,2.3164062 11,2.3164062 C8.6301965,2.3164062 6.5905033,3.1712154 4.8808594,4.8808594 C3.1712154,6.5905033 2.3164062,8.6301965 2.3164062,11 C2.3164062,13.3698035 3.162752,15.4179601 4.8554688,17.1445312 Z M3.3320312,3.3828125 C5.4648544,1.2499893 8.0208184,0.1835938 11,0.1835938 C13.9791816,0.1835938 16.5266821,1.2415259 18.6425781,3.3574219 C20.7584741,5.4733179 21.8164062,8.0208184 21.8164062,11 C21.8164062,13.9791816 20.7584741,16.5266821 18.6425781,18.6425781 C16.5266821,20.7584741 13.9791816,21.8164062 11,21.8164062 C8.0208184,21.8164062 5.4733179,20.7584741 3.3574219,18.6425781 C1.2415259,16.5266821 0.1835938,13.9791816 0.1835938,11 C0.1835938,8.0208184 1.2330624,5.4817813 3.3320312,3.3828125 Z M9.7,14.536 L9.7,17 L12.212,17 L12.212,14.536 L9.7,14.536 Z M7,9.256 L9.352,9.256 C9.352,8.96799856 9.38399968,8.69866792 9.448,8.448 C9.51200032,8.19733208 9.610666,7.9786676 9.744,7.792 C9.877334,7.6053324 10.047999,7.45600056 10.256,7.344 C10.464001,7.23199944 10.7119986,7.176 11,7.176 C11.4266688,7.176 11.7599988,7.29333216 12,7.528 C12.2400012,7.76266784 12.36,8.12533088 12.36,8.616 C12.3706667,8.90400144 12.3200006,9.14399904 12.208,9.336 C12.0959994,9.52800096 11.9493342,9.7039992 11.768,9.864 C11.5866658,10.0240008 11.3893344,10.1839992 11.176,10.344 C10.9626656,10.5040008 10.760001,10.6933322 10.568,10.912 C10.375999,11.1306678 10.2080007,11.3946651 10.064,11.704 C9.91999928,12.0133349 9.83200016,12.397331 9.8,12.856 L9.8,13.576 L11.96,13.576 L11.96,12.968 C12.0026669,12.6479984 12.1066658,12.3813344 12.272,12.168 C12.4373342,11.9546656 12.6266656,11.7653342 12.84,11.6 C13.0533344,11.4346658 13.2799988,11.2693342 13.52,11.104 C13.7600012,10.9386658 13.9786657,10.7386678 14.176,10.504 C14.3733343,10.2693322 14.538666,9.98666832 14.672,9.656 C14.805334,9.32533168 14.872,8.90400256 14.872,8.392 C14.872,8.08266512 14.805334,7.74933512 14.672,7.392 C14.538666,7.03466488 14.3173349,6.70133488 14.008,6.392 C13.6986651,6.08266512 13.2906692,5.82400104 12.784,5.616 C12.2773308,5.40799896 11.6453371,5.304 10.888,5.304 C10.3013304,5.304 9.77066904,5.40266568 9.296,5.6 C8.82133096,5.79733432 8.41600168,6.07199824 8.08,6.424 C7.74399832,6.77600176 7.4826676,7.1919976 7.296,7.672 C7.1093324,8.1520024 7.01066672,8.67999712 7,9.256 Z"></path>
9
- </g>
10
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 54.1 (76490) - https://sketchapp.com -->
4
+ <title>question-sign</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="question-sign" fill="#4D4CFC" fill-rule="nonzero">
8
+ <path d="M4.8554688,17.1445312 C6.5820399,18.837248 8.6301965,19.6835938 11,19.6835938 C13.3698035,19.6835938 15.4094967,18.8287846 17.1191406,17.1191406 C18.8287846,15.4094967 19.6835938,13.3698035 19.6835938,11 C19.6835938,8.6301965 18.8287846,6.5905033 17.1191406,4.8808594 C15.4094967,3.1712154 13.3698035,2.3164062 11,2.3164062 C8.6301965,2.3164062 6.5905033,3.1712154 4.8808594,4.8808594 C3.1712154,6.5905033 2.3164062,8.6301965 2.3164062,11 C2.3164062,13.3698035 3.162752,15.4179601 4.8554688,17.1445312 Z M3.3320312,3.3828125 C5.4648544,1.2499893 8.0208184,0.1835938 11,0.1835938 C13.9791816,0.1835938 16.5266821,1.2415259 18.6425781,3.3574219 C20.7584741,5.4733179 21.8164062,8.0208184 21.8164062,11 C21.8164062,13.9791816 20.7584741,16.5266821 18.6425781,18.6425781 C16.5266821,20.7584741 13.9791816,21.8164062 11,21.8164062 C8.0208184,21.8164062 5.4733179,20.7584741 3.3574219,18.6425781 C1.2415259,16.5266821 0.1835938,13.9791816 0.1835938,11 C0.1835938,8.0208184 1.2330624,5.4817813 3.3320312,3.3828125 Z M9.7,14.536 L9.7,17 L12.212,17 L12.212,14.536 L9.7,14.536 Z M7,9.256 L9.352,9.256 C9.352,8.96799856 9.38399968,8.69866792 9.448,8.448 C9.51200032,8.19733208 9.610666,7.9786676 9.744,7.792 C9.877334,7.6053324 10.047999,7.45600056 10.256,7.344 C10.464001,7.23199944 10.7119986,7.176 11,7.176 C11.4266688,7.176 11.7599988,7.29333216 12,7.528 C12.2400012,7.76266784 12.36,8.12533088 12.36,8.616 C12.3706667,8.90400144 12.3200006,9.14399904 12.208,9.336 C12.0959994,9.52800096 11.9493342,9.7039992 11.768,9.864 C11.5866658,10.0240008 11.3893344,10.1839992 11.176,10.344 C10.9626656,10.5040008 10.760001,10.6933322 10.568,10.912 C10.375999,11.1306678 10.2080007,11.3946651 10.064,11.704 C9.91999928,12.0133349 9.83200016,12.397331 9.8,12.856 L9.8,13.576 L11.96,13.576 L11.96,12.968 C12.0026669,12.6479984 12.1066658,12.3813344 12.272,12.168 C12.4373342,11.9546656 12.6266656,11.7653342 12.84,11.6 C13.0533344,11.4346658 13.2799988,11.2693342 13.52,11.104 C13.7600012,10.9386658 13.9786657,10.7386678 14.176,10.504 C14.3733343,10.2693322 14.538666,9.98666832 14.672,9.656 C14.805334,9.32533168 14.872,8.90400256 14.872,8.392 C14.872,8.08266512 14.805334,7.74933512 14.672,7.392 C14.538666,7.03466488 14.3173349,6.70133488 14.008,6.392 C13.6986651,6.08266512 13.2906692,5.82400104 12.784,5.616 C12.2773308,5.40799896 11.6453371,5.304 10.888,5.304 C10.3013304,5.304 9.77066904,5.40266568 9.296,5.6 C8.82133096,5.79733432 8.41600168,6.07199824 8.08,6.424 C7.74399832,6.77600176 7.4826676,7.1919976 7.296,7.672 C7.1093324,8.1520024 7.01066672,8.67999712 7,9.256 Z"></path>
9
+ </g>
10
+ </g>
11
11
  </svg>
@@ -1,32 +1,32 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="81px" height="95px" viewBox="0 0 81 95" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 53.2 (72643) - https://sketchapp.com -->
4
- <title>shield copy</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="Artboard" transform="translate(-173.000000, -1435.000000)">
8
- <g id="shield-copy" transform="translate(173.000000, 1435.000000)">
9
- <path d="M76.7213579,63.4403441 C74.1647527,70.3606664 70.298277,76.3778969 65.2278819,81.3231585 C59.4564704,86.9519 51.899136,91.4245968 42.7656034,94.6151349 C42.4658935,94.7195051 42.1531212,94.8050308 41.8388975,94.8680876 C41.4238027,94.9499893 41.0014513,94.9942017 40.5827283,95 L40.5007252,95 C40.0544261,95 39.6059496,94.9550627 39.1611018,94.8680876 C38.8468781,94.8050308 38.5384598,94.7195051 38.2402014,94.6173094 C29.0957834,91.4318447 21.5290151,86.9613223 15.7517979,81.3325809 C10.6792258,76.3873192 6.81347581,70.3737128 4.26049894,63.4533905 C-0.381739293,50.8709863 -0.117587995,37.0100475 0.0950390906,25.8714307 L0.0986674935,25.7003796 C0.141483242,24.7806175 0.169059364,23.8144685 0.184298991,22.7475734 C0.261947668,17.5094955 4.43176175,13.1759589 9.67704812,12.8838673 C20.6131944,12.2743165 29.073287,8.71195955 36.3018837,1.67494564 L36.3650188,1.61696222 C37.5653097,0.517451296 39.0776474,-0.0217945972 40.5827283,0.000674074419 C42.034108,0.0195187354 43.4796822,0.558039697 44.6371576,1.61696222 L44.6988412,1.67494564 C51.9288894,8.71195955 60.3889818,12.2743165 71.3251283,12.8838673 C76.5704144,13.1759589 80.7402285,17.5094955 80.8178774,22.7475734 C80.8331168,23.8217165 80.860693,24.7864159 80.9035087,25.7003796 L80.9056858,25.7728589 C81.1175873,36.9324946 81.3802871,50.8209757 76.7213579,63.4403441 Z" id="Path" fill="#ECBB1E" fill-rule="nonzero"></path>
10
- <path d="M71.1391304,47.8513886 C71.1391304,64.4999327 57.6091363,78.0518274 40.9592606,78.1111111 L40.8526376,78.1111111 C24.1536225,78.1111111 10.5652174,64.5360588 10.5652174,47.8513886 C10.5652174,31.1676447 24.1536225,17.5925926 40.8526376,17.5925926 L40.9592606,17.5925926 C57.6091363,17.6518763 71.1391304,31.2037708 71.1391304,47.8513886 Z" id="Path" fill="#FFF0BF" fill-rule="nonzero"></path>
11
- <g id="locked" transform="translate(24.652174, 26.037037)">
12
- <path d="M24.6521739,18.2962963 L24.6521739,8.08365549 C24.6521739,3.63803955 20.8486957,0 16.2,0 C11.5513043,0 7.74782609,3.63803955 7.74782609,8.08365549 L7.74782609,18.2962963" id="Path" stroke="#A6A4F0" stroke-width="4.20000029" stroke-linecap="round" stroke-linejoin="round"></path>
13
- <ellipse id="Oval" fill="#6465A6" fill-rule="nonzero" cx="16.2" cy="30.2592593" rx="16.2" ry="16.1851852"></ellipse>
14
- <path d="M32.4,30.2592593 C32.4,21.3207778 25.1466632,14.0740741 16.2,14.0740741 L16.2,46.4444444 C25.1466632,46.4444444 32.4,39.1977407 32.4,30.2592593 Z" id="Path" fill-opacity="0.199491914" fill="#000000" fill-rule="nonzero"></path>
15
- <ellipse id="Oval" stroke="#D8A852" stroke-width="1.4000001" fill="#424A60" fill-rule="nonzero" stroke-linecap="round" stroke-linejoin="round" cx="16.5521739" cy="30.2592593" rx="6.69130435" ry="7.03703704"></ellipse>
16
- <g id="Group-4" transform="translate(4.930435, 18.296296)" fill="#ECBB1E" fill-rule="nonzero">
17
- <path d="M12.4728261,4.80864198 C12.4728261,5.27825447 12.0917815,5.65895062 11.6217391,5.65895062 C11.1516968,5.65895062 10.7706522,5.27825447 10.7706522,4.80864198 L10.7706522,1.40740741 C10.7706522,0.937794912 11.1516968,0.557098765 11.6217391,0.557098765 C12.0917815,0.557098765 12.4728261,0.937794912 12.4728261,1.40740741 L12.4728261,4.80864198 Z" id="Path"></path>
18
- <path d="M12.4728261,21.8148148 C12.4728261,22.2844273 12.0917815,22.6651235 11.6217391,22.6651235 C11.1516968,22.6651235 10.7706522,22.2844273 10.7706522,21.8148148 L10.7706522,18.4135802 C10.7706522,17.9439678 11.1516968,17.5632716 11.6217391,17.5632716 C12.0917815,17.5632716 12.4728261,17.9439678 12.4728261,18.4135802 L12.4728261,21.8148148 Z" id="Path"></path>
19
- <path d="M15.8345287,17.0225661 C15.5021586,16.6904999 15.5021586,16.1521143 15.8345287,15.8200481 C16.1668988,15.4879819 16.7057773,15.4879819 17.0381474,15.8200481 L19.4450213,18.2247209 C19.7773914,18.5567871 19.7773914,19.0951728 19.4450213,19.4272389 C19.1126512,19.7593051 18.5737727,19.7593051 18.2414026,19.4272389 L15.8345287,17.0225661 Z" id="Path"></path>
20
- <path d="M5.00207566,19.4272389 C4.66970553,19.7593051 4.13082708,19.7593051 3.79845695,19.4272389 C3.46608682,19.0951728 3.46608682,18.5567871 3.79845695,18.2247209 L6.20533086,15.8200481 C6.53770099,15.4879819 7.07657944,15.4879819 7.40894958,15.8200481 C7.74131971,16.1521143 7.74131971,16.6904999 7.40894958,17.0225661 L5.00207566,19.4272389 Z" id="Path"></path>
21
- <path d="M17.0381474,7.40217413 C16.7057773,7.73424031 16.1668988,7.73424031 15.8345287,7.40217413 C15.5021586,7.07010795 15.5021586,6.5317223 15.8345287,6.19965612 L18.2414026,3.79498328 C18.5737727,3.4629171 19.1126512,3.4629171 19.4450213,3.79498328 C19.7773914,4.12704946 19.7773914,4.66543511 19.4450213,4.99750129 L17.0381474,7.40217413 Z" id="Path"></path>
22
- <path d="M3.79845695,4.99750129 C3.46608682,4.66543511 3.46608682,4.12704946 3.79845695,3.79498328 C4.13082708,3.4629171 4.66970553,3.4629171 5.00207566,3.79498328 L7.40894958,6.19965612 C7.74131971,6.5317223 7.74131971,7.07010795 7.40894958,7.40217413 C7.07657944,7.73424031 6.53770099,7.73424031 6.20533086,7.40217413 L3.79845695,4.99750129 Z" id="Path"></path>
23
- <path d="M18.4304348,12.4614198 C17.9603924,12.4614198 17.5793478,12.0807236 17.5793478,11.6111111 C17.5793478,11.1414986 17.9603924,10.7608025 18.4304348,10.7608025 L21.8347826,10.7608025 C22.304825,10.7608025 22.6858696,11.1414986 22.6858696,11.6111111 C22.6858696,12.0807236 22.304825,12.4614198 21.8347826,12.4614198 L18.4304348,12.4614198 Z" id="Path"></path>
24
- <path d="M1.40869565,12.4614198 C0.938653305,12.4614198 0.557608696,12.0807236 0.557608696,11.6111111 C0.557608696,11.1414986 0.938653305,10.7608025 1.40869565,10.7608025 L4.81304348,10.7608025 C5.28308583,10.7608025 5.66413043,11.1414986 5.66413043,11.6111111 C5.66413043,12.0807236 5.28308583,12.4614198 4.81304348,12.4614198 L1.40869565,12.4614198 Z" id="Path"></path>
25
- </g>
26
- <ellipse id="Oval" fill="#556080" fill-rule="nonzero" cx="16.2" cy="30.2592593" rx="3.52173913" ry="3.51851852"></ellipse>
27
- </g>
28
- <path d="M76.7498819,63.4401202 C74.2103205,70.3604916 70.3696211,76.3777648 65.3330282,81.3230615 C59.6000924,86.9518429 52.0931397,91.4245715 43.0204967,94.6151322 C42.7227849,94.7195031 42.4120976,94.8050294 42.0999688,94.8680867 C41.6876412,94.949989 41.2681055,94.9942016 40.8521739,95 L40.8521739,0 C42.2938779,0.0188447947 43.729815,0.557369577 44.879574,1.61629961 L44.9408464,1.67428345 C52.1226948,8.71134729 60.5263872,12.2737296 71.3896267,12.8832846 C76.5999447,13.1753783 80.7419603,17.5089456 80.8190915,22.7470607 C80.8342294,23.8212115 80.8616217,24.7859176 80.904152,25.6998879 L80.9063146,25.7723677 C81.1168034,36.9320826 81.3777519,50.8206622 76.7498819,63.4401202 Z" id="Path" fill-opacity="0.109648164" fill="#000000" fill-rule="nonzero"></path>
29
- </g>
30
- </g>
31
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="81px" height="95px" viewBox="0 0 81 95" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 53.2 (72643) - https://sketchapp.com -->
4
+ <title>shield copy</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="Artboard" transform="translate(-173.000000, -1435.000000)">
8
+ <g id="shield-copy" transform="translate(173.000000, 1435.000000)">
9
+ <path d="M76.7213579,63.4403441 C74.1647527,70.3606664 70.298277,76.3778969 65.2278819,81.3231585 C59.4564704,86.9519 51.899136,91.4245968 42.7656034,94.6151349 C42.4658935,94.7195051 42.1531212,94.8050308 41.8388975,94.8680876 C41.4238027,94.9499893 41.0014513,94.9942017 40.5827283,95 L40.5007252,95 C40.0544261,95 39.6059496,94.9550627 39.1611018,94.8680876 C38.8468781,94.8050308 38.5384598,94.7195051 38.2402014,94.6173094 C29.0957834,91.4318447 21.5290151,86.9613223 15.7517979,81.3325809 C10.6792258,76.3873192 6.81347581,70.3737128 4.26049894,63.4533905 C-0.381739293,50.8709863 -0.117587995,37.0100475 0.0950390906,25.8714307 L0.0986674935,25.7003796 C0.141483242,24.7806175 0.169059364,23.8144685 0.184298991,22.7475734 C0.261947668,17.5094955 4.43176175,13.1759589 9.67704812,12.8838673 C20.6131944,12.2743165 29.073287,8.71195955 36.3018837,1.67494564 L36.3650188,1.61696222 C37.5653097,0.517451296 39.0776474,-0.0217945972 40.5827283,0.000674074419 C42.034108,0.0195187354 43.4796822,0.558039697 44.6371576,1.61696222 L44.6988412,1.67494564 C51.9288894,8.71195955 60.3889818,12.2743165 71.3251283,12.8838673 C76.5704144,13.1759589 80.7402285,17.5094955 80.8178774,22.7475734 C80.8331168,23.8217165 80.860693,24.7864159 80.9035087,25.7003796 L80.9056858,25.7728589 C81.1175873,36.9324946 81.3802871,50.8209757 76.7213579,63.4403441 Z" id="Path" fill="#ECBB1E" fill-rule="nonzero"></path>
10
+ <path d="M71.1391304,47.8513886 C71.1391304,64.4999327 57.6091363,78.0518274 40.9592606,78.1111111 L40.8526376,78.1111111 C24.1536225,78.1111111 10.5652174,64.5360588 10.5652174,47.8513886 C10.5652174,31.1676447 24.1536225,17.5925926 40.8526376,17.5925926 L40.9592606,17.5925926 C57.6091363,17.6518763 71.1391304,31.2037708 71.1391304,47.8513886 Z" id="Path" fill="#FFF0BF" fill-rule="nonzero"></path>
11
+ <g id="locked" transform="translate(24.652174, 26.037037)">
12
+ <path d="M24.6521739,18.2962963 L24.6521739,8.08365549 C24.6521739,3.63803955 20.8486957,0 16.2,0 C11.5513043,0 7.74782609,3.63803955 7.74782609,8.08365549 L7.74782609,18.2962963" id="Path" stroke="#A6A4F0" stroke-width="4.20000029" stroke-linecap="round" stroke-linejoin="round"></path>
13
+ <ellipse id="Oval" fill="#6465A6" fill-rule="nonzero" cx="16.2" cy="30.2592593" rx="16.2" ry="16.1851852"></ellipse>
14
+ <path d="M32.4,30.2592593 C32.4,21.3207778 25.1466632,14.0740741 16.2,14.0740741 L16.2,46.4444444 C25.1466632,46.4444444 32.4,39.1977407 32.4,30.2592593 Z" id="Path" fill-opacity="0.199491914" fill="#000000" fill-rule="nonzero"></path>
15
+ <ellipse id="Oval" stroke="#D8A852" stroke-width="1.4000001" fill="#424A60" fill-rule="nonzero" stroke-linecap="round" stroke-linejoin="round" cx="16.5521739" cy="30.2592593" rx="6.69130435" ry="7.03703704"></ellipse>
16
+ <g id="Group-4" transform="translate(4.930435, 18.296296)" fill="#ECBB1E" fill-rule="nonzero">
17
+ <path d="M12.4728261,4.80864198 C12.4728261,5.27825447 12.0917815,5.65895062 11.6217391,5.65895062 C11.1516968,5.65895062 10.7706522,5.27825447 10.7706522,4.80864198 L10.7706522,1.40740741 C10.7706522,0.937794912 11.1516968,0.557098765 11.6217391,0.557098765 C12.0917815,0.557098765 12.4728261,0.937794912 12.4728261,1.40740741 L12.4728261,4.80864198 Z" id="Path"></path>
18
+ <path d="M12.4728261,21.8148148 C12.4728261,22.2844273 12.0917815,22.6651235 11.6217391,22.6651235 C11.1516968,22.6651235 10.7706522,22.2844273 10.7706522,21.8148148 L10.7706522,18.4135802 C10.7706522,17.9439678 11.1516968,17.5632716 11.6217391,17.5632716 C12.0917815,17.5632716 12.4728261,17.9439678 12.4728261,18.4135802 L12.4728261,21.8148148 Z" id="Path"></path>
19
+ <path d="M15.8345287,17.0225661 C15.5021586,16.6904999 15.5021586,16.1521143 15.8345287,15.8200481 C16.1668988,15.4879819 16.7057773,15.4879819 17.0381474,15.8200481 L19.4450213,18.2247209 C19.7773914,18.5567871 19.7773914,19.0951728 19.4450213,19.4272389 C19.1126512,19.7593051 18.5737727,19.7593051 18.2414026,19.4272389 L15.8345287,17.0225661 Z" id="Path"></path>
20
+ <path d="M5.00207566,19.4272389 C4.66970553,19.7593051 4.13082708,19.7593051 3.79845695,19.4272389 C3.46608682,19.0951728 3.46608682,18.5567871 3.79845695,18.2247209 L6.20533086,15.8200481 C6.53770099,15.4879819 7.07657944,15.4879819 7.40894958,15.8200481 C7.74131971,16.1521143 7.74131971,16.6904999 7.40894958,17.0225661 L5.00207566,19.4272389 Z" id="Path"></path>
21
+ <path d="M17.0381474,7.40217413 C16.7057773,7.73424031 16.1668988,7.73424031 15.8345287,7.40217413 C15.5021586,7.07010795 15.5021586,6.5317223 15.8345287,6.19965612 L18.2414026,3.79498328 C18.5737727,3.4629171 19.1126512,3.4629171 19.4450213,3.79498328 C19.7773914,4.12704946 19.7773914,4.66543511 19.4450213,4.99750129 L17.0381474,7.40217413 Z" id="Path"></path>
22
+ <path d="M3.79845695,4.99750129 C3.46608682,4.66543511 3.46608682,4.12704946 3.79845695,3.79498328 C4.13082708,3.4629171 4.66970553,3.4629171 5.00207566,3.79498328 L7.40894958,6.19965612 C7.74131971,6.5317223 7.74131971,7.07010795 7.40894958,7.40217413 C7.07657944,7.73424031 6.53770099,7.73424031 6.20533086,7.40217413 L3.79845695,4.99750129 Z" id="Path"></path>
23
+ <path d="M18.4304348,12.4614198 C17.9603924,12.4614198 17.5793478,12.0807236 17.5793478,11.6111111 C17.5793478,11.1414986 17.9603924,10.7608025 18.4304348,10.7608025 L21.8347826,10.7608025 C22.304825,10.7608025 22.6858696,11.1414986 22.6858696,11.6111111 C22.6858696,12.0807236 22.304825,12.4614198 21.8347826,12.4614198 L18.4304348,12.4614198 Z" id="Path"></path>
24
+ <path d="M1.40869565,12.4614198 C0.938653305,12.4614198 0.557608696,12.0807236 0.557608696,11.6111111 C0.557608696,11.1414986 0.938653305,10.7608025 1.40869565,10.7608025 L4.81304348,10.7608025 C5.28308583,10.7608025 5.66413043,11.1414986 5.66413043,11.6111111 C5.66413043,12.0807236 5.28308583,12.4614198 4.81304348,12.4614198 L1.40869565,12.4614198 Z" id="Path"></path>
25
+ </g>
26
+ <ellipse id="Oval" fill="#556080" fill-rule="nonzero" cx="16.2" cy="30.2592593" rx="3.52173913" ry="3.51851852"></ellipse>
27
+ </g>
28
+ <path d="M76.7498819,63.4401202 C74.2103205,70.3604916 70.3696211,76.3777648 65.3330282,81.3230615 C59.6000924,86.9518429 52.0931397,91.4245715 43.0204967,94.6151322 C42.7227849,94.7195031 42.4120976,94.8050294 42.0999688,94.8680867 C41.6876412,94.949989 41.2681055,94.9942016 40.8521739,95 L40.8521739,0 C42.2938779,0.0188447947 43.729815,0.557369577 44.879574,1.61629961 L44.9408464,1.67428345 C52.1226948,8.71134729 60.5263872,12.2737296 71.3896267,12.8832846 C76.5999447,13.1753783 80.7419603,17.5089456 80.8190915,22.7470607 C80.8342294,23.8212115 80.8616217,24.7859176 80.904152,25.6998879 L80.9063146,25.7723677 C81.1168034,36.9320826 81.3777519,50.8206622 76.7498819,63.4401202 Z" id="Path" fill-opacity="0.109648164" fill="#000000" fill-rule="nonzero"></path>
29
+ </g>
30
+ </g>
31
+ </g>
32
32
  </svg>
@@ -1,18 +1,18 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="78px" height="78px" viewBox="0 0 78 78" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
- <title>signature-modal-approved</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Dashboard---Firmantes" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="Signature-Process---Step-03.03" transform="translate(-611.000000, -366.000000)">
8
- <g id="Status-Card" transform="translate(430.000000, 336.000000)">
9
- <g id="Group" transform="translate(40.000000, 30.000000)">
10
- <g id="signature-modal-approved" transform="translate(141.000000, 0.000000)">
11
- <circle id="Oval" fill="#45DFB0" cx="39" cy="39" r="39"></circle>
12
- <polyline id="Shape" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="57.6875008 26.8125 31.433594 55.4531256 19.5 42.4346594"></polyline>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="78px" height="78px" viewBox="0 0 78 78" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
+ <title>signature-modal-approved</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Dashboard---Firmantes" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="Signature-Process---Step-03.03" transform="translate(-611.000000, -366.000000)">
8
+ <g id="Status-Card" transform="translate(430.000000, 336.000000)">
9
+ <g id="Group" transform="translate(40.000000, 30.000000)">
10
+ <g id="signature-modal-approved" transform="translate(141.000000, 0.000000)">
11
+ <circle id="Oval" fill="#45DFB0" cx="39" cy="39" r="39"></circle>
12
+ <polyline id="Shape" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="57.6875008 26.8125 31.433594 55.4531256 19.5 42.4346594"></polyline>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
18
  </svg>
@@ -1,24 +1,24 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="78px" height="78px" viewBox="0 0 78 78" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
- <title>signature-modal-waiting</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Dashboard---Firmantes" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="Signature-Process---Step-03.02" transform="translate(-611.000000, -354.000000)" fill="#4D4CFC">
8
- <g id="Status-Card" transform="translate(430.000000, 324.000000)">
9
- <g id="Group" transform="translate(40.000000, 30.000000)">
10
- <g id="signature-modal-waiting" transform="translate(141.000000, 0.000000)">
11
- <path d="M26,0 C21.5818407,0 18,3.58143625 18,8.00026054 C18,12.4180427 21.5818407,16 26,16 C30.4181593,16 34,12.4180427 34,8.00026054 C34,3.58143625 30.4181593,0 26,0" id="Fill-1"></path>
12
- <path d="M52,0 C47.5818407,0 44,3.58143625 44,8.00026054 C44,12.4180427 47.5818407,16 52,16 C56.4181593,16 60,12.4180427 60,8.00026054 C60,3.58143625 56.4181593,0 52,0" id="Fill-3"></path>
13
- <path d="M26,62 C21.5818407,62 18,65.5819573 18,69.9997395 C18,74.4185638 21.5818407,78 26,78 C30.4181593,78 34,74.4185638 34,69.9997395 C34,65.5819573 30.4181593,62 26,62" id="Fill-5"></path>
14
- <path d="M52,62 C47.5818407,62 44,65.5819573 44,69.9997395 C44,74.4185638 47.5818407,78 52,78 C56.4181593,78 60,74.4185638 60,69.9997395 C60,65.5819573 56.4181593,62 52,62" id="Fill-7"></path>
15
- <path d="M70,43 C65.5818407,43 62,46.5819573 62,51.0002605 C62,55.4185638 65.5818407,59 70,59 C74.4181593,59 78,55.4185638 78,51.0002605 C78,46.5819573 74.4181593,43 70,43" id="Fill-9"></path>
16
- <path d="M70,34 C74.4181593,34 78,30.4180427 78,25.9997395 C78,21.5814362 74.4181593,18 70,18 C65.5818407,18 62,21.5814362 62,25.9997395 C62,30.4180427 65.5818407,34 70,34" id="Fill-11"></path>
17
- <path d="M8,18 C3.58184068,18 0,21.5819573 0,26.0002605 C0,30.4185638 3.58184068,34 8,34 C12.4181593,34 16,30.4185638 16,26.0002605 C16,21.5819573 12.4181593,18 8,18" id="Fill-13"></path>
18
- <path d="M8,43 C3.58184068,43 0,46.5819573 0,51.0002605 C0,55.4185638 3.58184068,59 8,59 C12.4181593,59 16,55.4185638 16,51.0002605 C16,46.5819573 12.4181593,43 8,43" id="Fill-15"></path>
19
- </g>
20
- </g>
21
- </g>
22
- </g>
23
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="78px" height="78px" viewBox="0 0 78 78" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
+ <title>signature-modal-waiting</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Dashboard---Firmantes" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="Signature-Process---Step-03.02" transform="translate(-611.000000, -354.000000)" fill="#4D4CFC">
8
+ <g id="Status-Card" transform="translate(430.000000, 324.000000)">
9
+ <g id="Group" transform="translate(40.000000, 30.000000)">
10
+ <g id="signature-modal-waiting" transform="translate(141.000000, 0.000000)">
11
+ <path d="M26,0 C21.5818407,0 18,3.58143625 18,8.00026054 C18,12.4180427 21.5818407,16 26,16 C30.4181593,16 34,12.4180427 34,8.00026054 C34,3.58143625 30.4181593,0 26,0" id="Fill-1"></path>
12
+ <path d="M52,0 C47.5818407,0 44,3.58143625 44,8.00026054 C44,12.4180427 47.5818407,16 52,16 C56.4181593,16 60,12.4180427 60,8.00026054 C60,3.58143625 56.4181593,0 52,0" id="Fill-3"></path>
13
+ <path d="M26,62 C21.5818407,62 18,65.5819573 18,69.9997395 C18,74.4185638 21.5818407,78 26,78 C30.4181593,78 34,74.4185638 34,69.9997395 C34,65.5819573 30.4181593,62 26,62" id="Fill-5"></path>
14
+ <path d="M52,62 C47.5818407,62 44,65.5819573 44,69.9997395 C44,74.4185638 47.5818407,78 52,78 C56.4181593,78 60,74.4185638 60,69.9997395 C60,65.5819573 56.4181593,62 52,62" id="Fill-7"></path>
15
+ <path d="M70,43 C65.5818407,43 62,46.5819573 62,51.0002605 C62,55.4185638 65.5818407,59 70,59 C74.4181593,59 78,55.4185638 78,51.0002605 C78,46.5819573 74.4181593,43 70,43" id="Fill-9"></path>
16
+ <path d="M70,34 C74.4181593,34 78,30.4180427 78,25.9997395 C78,21.5814362 74.4181593,18 70,18 C65.5818407,18 62,21.5814362 62,25.9997395 C62,30.4180427 65.5818407,34 70,34" id="Fill-11"></path>
17
+ <path d="M8,18 C3.58184068,18 0,21.5819573 0,26.0002605 C0,30.4185638 3.58184068,34 8,34 C12.4181593,34 16,30.4185638 16,26.0002605 C16,21.5819573 12.4181593,18 8,18" id="Fill-13"></path>
18
+ <path d="M8,43 C3.58184068,43 0,46.5819573 0,51.0002605 C0,55.4185638 3.58184068,59 8,59 C12.4181593,59 16,55.4185638 16,51.0002605 C16,46.5819573 12.4181593,43 8,43" id="Fill-15"></path>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </g>
24
24
  </svg>
@@ -1,26 +1,26 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
- <title>signature-pending</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Dashboard---Block-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="Dashboard---Block-03---Step-01.01" transform="translate(-80.000000, -400.000000)">
8
- <g id="Content" transform="translate(80.000000, 141.000000)">
9
- <g id="Firmantes" transform="translate(0.000000, 158.000000)">
10
- <g id="Firmante">
11
- <g id="Group-2" transform="translate(0.000000, 96.000000)">
12
- <g id="Group-4">
13
- <g id="Group-5" transform="translate(0.000000, 5.000000)">
14
- <g id="signature-pending">
15
- <circle id="Oval" fill="#E9EAEA" cx="16" cy="16" r="16"></circle>
16
- <path d="M24,16 L8,16" id="Shape" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </g>
23
- </g>
24
- </g>
25
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
+ <title>signature-pending</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Dashboard---Block-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="Dashboard---Block-03---Step-01.01" transform="translate(-80.000000, -400.000000)">
8
+ <g id="Content" transform="translate(80.000000, 141.000000)">
9
+ <g id="Firmantes" transform="translate(0.000000, 158.000000)">
10
+ <g id="Firmante">
11
+ <g id="Group-2" transform="translate(0.000000, 96.000000)">
12
+ <g id="Group-4">
13
+ <g id="Group-5" transform="translate(0.000000, 5.000000)">
14
+ <g id="signature-pending">
15
+ <circle id="Oval" fill="#E9EAEA" cx="16" cy="16" r="16"></circle>
16
+ <path d="M24,16 L8,16" id="Shape" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </g>
24
+ </g>
25
+ </g>
26
26
  </svg>
@@ -1,20 +1,20 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
- <title>signature-step-active</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Dashboard---Firmantes" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="Signature-Process---Step-03.01" transform="translate(-31.000000, -420.000000)">
8
- <g id="Sidebar" transform="translate(30.000000, 120.000000)">
9
- <g id="Steps" transform="translate(0.000000, 102.000000)">
10
- <g id="Group-16" transform="translate(1.000000, 196.000000)">
11
- <g id="signature-step-active" transform="translate(0.000000, 2.000000)">
12
- <circle id="Oval" fill="#4D4CFC" cx="12" cy="12" r="12"></circle>
13
- <circle id="Oval" fill="#FFFFFF" cx="12" cy="12" r="4"></circle>
14
- </g>
15
- </g>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
+ <title>signature-step-active</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Dashboard---Firmantes" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="Signature-Process---Step-03.01" transform="translate(-31.000000, -420.000000)">
8
+ <g id="Sidebar" transform="translate(30.000000, 120.000000)">
9
+ <g id="Steps" transform="translate(0.000000, 102.000000)">
10
+ <g id="Group-16" transform="translate(1.000000, 196.000000)">
11
+ <g id="signature-step-active" transform="translate(0.000000, 2.000000)">
12
+ <circle id="Oval" fill="#4D4CFC" cx="12" cy="12" r="12"></circle>
13
+ <circle id="Oval" fill="#FFFFFF" cx="12" cy="12" r="4"></circle>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
20
  </svg>