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,33 +1,33 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="41px" height="34px" viewBox="0 0 41 34" 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>Icon</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs>
7
- <linearGradient x1="100%" y1="50%" x2="1.74539379%" y2="50%" id="linearGradient-1">
8
- <stop stop-color="#C887EB" stop-opacity="0.65" offset="0%"></stop>
9
- <stop stop-color="#C887EB" offset="100%"></stop>
10
- </linearGradient>
11
- </defs>
12
- <g id="Dashboard---Block-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
13
- <g id="Dashboard---Block-01---Step-01.01.01" transform="translate(-1202.000000, -137.000000)">
14
- <g id="Help" transform="translate(930.000000, 111.000000)">
15
- <g id="Card">
16
- <g id="Icon" transform="translate(273.000000, 27.000000)">
17
- <path d="M40,15 C40,21.6272 34.6272,27 28,27 C21.3728,27 16,21.6272 16,15 C16,8.3728 21.3728,3 28,3 C34.6272,3 40,8.3728 40,15 Z" id="fill" fill="url(#linearGradient-1)" opacity="0.5"></path>
18
- <g id="Group" stroke="#4D4CFC" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
19
- <path d="M24,15 C24,10.02975 19.96875,6 15,6 C10.02825,6 6,10.02975 6,15 C6,19.1925 8.86875,22.70475 12.75,23.70525 L12.75,25.5 L17.25,25.5 L17.25,23.70525 C21.12825,22.70475 24,19.1925 24,15 L24,15 Z" id="Stroke-6221"></path>
20
- <path d="M15.75,31.5 L14.25,31.5" id="Stroke-6222"></path>
21
- <path d="M17.25,28.5 L12.75,28.5" id="Stroke-6223"></path>
22
- <path d="M15,0 L15,3" id="Stroke-6224"></path>
23
- <path d="M30,15 L27,15" id="Stroke-6225"></path>
24
- <path d="M0,15 L3,15" id="Stroke-6226"></path>
25
- <path d="M3.33105,3.333225 L6.5133,6.516225" id="Stroke-6227"></path>
26
- <path d="M26.666025,3.333225 L23.483775,6.516225" id="Stroke-6228"></path>
27
- </g>
28
- </g>
29
- </g>
30
- </g>
31
- </g>
32
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="41px" height="34px" viewBox="0 0 41 34" 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>Icon</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <linearGradient x1="100%" y1="50%" x2="1.74539379%" y2="50%" id="linearGradient-1">
8
+ <stop stop-color="#C887EB" stop-opacity="0.65" offset="0%"></stop>
9
+ <stop stop-color="#C887EB" offset="100%"></stop>
10
+ </linearGradient>
11
+ </defs>
12
+ <g id="Dashboard---Block-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
13
+ <g id="Dashboard---Block-01---Step-01.01.01" transform="translate(-1202.000000, -137.000000)">
14
+ <g id="Help" transform="translate(930.000000, 111.000000)">
15
+ <g id="Card">
16
+ <g id="Icon" transform="translate(273.000000, 27.000000)">
17
+ <path d="M40,15 C40,21.6272 34.6272,27 28,27 C21.3728,27 16,21.6272 16,15 C16,8.3728 21.3728,3 28,3 C34.6272,3 40,8.3728 40,15 Z" id="fill" fill="url(#linearGradient-1)" opacity="0.5"></path>
18
+ <g id="Group" stroke="#4D4CFC" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
19
+ <path d="M24,15 C24,10.02975 19.96875,6 15,6 C10.02825,6 6,10.02975 6,15 C6,19.1925 8.86875,22.70475 12.75,23.70525 L12.75,25.5 L17.25,25.5 L17.25,23.70525 C21.12825,22.70475 24,19.1925 24,15 L24,15 Z" id="Stroke-6221"></path>
20
+ <path d="M15.75,31.5 L14.25,31.5" id="Stroke-6222"></path>
21
+ <path d="M17.25,28.5 L12.75,28.5" id="Stroke-6223"></path>
22
+ <path d="M15,0 L15,3" id="Stroke-6224"></path>
23
+ <path d="M30,15 L27,15" id="Stroke-6225"></path>
24
+ <path d="M0,15 L3,15" id="Stroke-6226"></path>
25
+ <path d="M3.33105,3.333225 L6.5133,6.516225" id="Stroke-6227"></path>
26
+ <path d="M26.666025,3.333225 L23.483775,6.516225" id="Stroke-6228"></path>
27
+ </g>
28
+ </g>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ </g>
33
33
  </svg>
@@ -1,24 +1,24 @@
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.3 (67297) - http://www.bohemiancoding.com/sketch -->
4
- <title>check-green-circle-large</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Dashboard---BLOCKS" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="Dashboard---Blocks-06" transform="translate(-440.000000, -337.000000)">
8
- <g id="Blocks" transform="translate(80.000000, 130.000000)">
9
- <g id="Steps" transform="translate(0.000000, 158.000000)">
10
- <g id="Step-1">
11
- <g id="check-green-circle-large" transform="translate(360.000000, 49.000000)">
12
- <g id="circle" fill="#45DFB0">
13
- <circle id="Oval" cx="16" cy="16" r="16"></circle>
14
- </g>
15
- <g id="check" transform="translate(8.000000, 10.000000)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
16
- <polyline id="Shape" points="16 0 5 12 0 6.54545455"></polyline>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </g>
23
- </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.3 (67297) - http://www.bohemiancoding.com/sketch -->
4
+ <title>check-green-circle-large</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="Dashboard---BLOCKS" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="Dashboard---Blocks-06" transform="translate(-440.000000, -337.000000)">
8
+ <g id="Blocks" transform="translate(80.000000, 130.000000)">
9
+ <g id="Steps" transform="translate(0.000000, 158.000000)">
10
+ <g id="Step-1">
11
+ <g id="check-green-circle-large" transform="translate(360.000000, 49.000000)">
12
+ <g id="circle" fill="#45DFB0">
13
+ <circle id="Oval" cx="16" cy="16" r="16"></circle>
14
+ </g>
15
+ <g id="check" transform="translate(8.000000, 10.000000)" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
16
+ <polyline id="Shape" points="16 0 5 12 0 6.54545455"></polyline>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </g>
24
24
  </svg>
@@ -1,17 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="17px" height="13px" viewBox="0 0 17 13" 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></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-09.03.02" transform="translate(-391.000000, -369.000000)" fill="#45DFB0">
8
- <g id="Content" transform="translate(80.000000, 130.000000)">
9
- <g id="Group-5" transform="translate(0.000000, 234.000000)">
10
- <g id="Group-2" transform="translate(205.000000, 0.000000)">
11
- <polygon id="" points="111.25 14.8242188 120.960938 5.11328125 122.25 6.40234375 111.25 17.4023438 106.136719 12.2890625 107.425781 11"></polygon>
12
- </g>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="17px" height="13px" viewBox="0 0 17 13" 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></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-09.03.02" transform="translate(-391.000000, -369.000000)" fill="#45DFB0">
8
+ <g id="Content" transform="translate(80.000000, 130.000000)">
9
+ <g id="Group-5" transform="translate(0.000000, 234.000000)">
10
+ <g id="Group-2" transform="translate(205.000000, 0.000000)">
11
+ <polygon id="" points="111.25 14.8242188 120.960938 5.11328125 122.25 6.40234375 111.25 17.4023438 106.136719 12.2890625 107.425781 11"></polygon>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
17
  </svg>
@@ -1,21 +1,21 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="10px" height="9px" viewBox="0 0 10 9" 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>Path 2</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-07.01" transform="translate(-85.000000, -554.000000)" stroke="#4D4CFC" stroke-width="2">
8
- <g id="Content" transform="translate(80.000000, 130.000000)">
9
- <g id="Data-block" transform="translate(0.000000, 122.000000)">
10
- <g id="Group-8" transform="translate(0.000000, 269.000000)">
11
- <g id="Input/Option/Checkbox/Empty" transform="translate(6.000000, 24.000000)">
12
- <g id="Input/Option/Input-Control" transform="translate(0.000000, 10.000000)">
13
- <polyline id="Path-2" points="0 4 3 7 8 0"></polyline>
14
- </g>
15
- </g>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="10px" height="9px" viewBox="0 0 10 9" 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>Path 2</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-07.01" transform="translate(-85.000000, -554.000000)" stroke="#4D4CFC" stroke-width="2">
8
+ <g id="Content" transform="translate(80.000000, 130.000000)">
9
+ <g id="Data-block" transform="translate(0.000000, 122.000000)">
10
+ <g id="Group-8" transform="translate(0.000000, 269.000000)">
11
+ <g id="Input/Option/Checkbox/Empty" transform="translate(6.000000, 24.000000)">
12
+ <g id="Input/Option/Input-Control" transform="translate(0.000000, 10.000000)">
13
+ <polyline id="Path-2" points="0 4 3 7 8 0"></polyline>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
21
  </svg>
@@ -1,21 +1,21 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="12px" viewBox="0 0 16 12" 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>cloud-download</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-06.04.01" transform="translate(-337.000000, -1437.000000)" fill="#4D4CFC">
8
- <g id="Content" transform="translate(80.000000, 141.000000)">
9
- <g id="Documents" transform="translate(0.000000, 122.000000)">
10
- <g id="Documento" transform="translate(0.000000, 1038.000000)">
11
- <g id="Actions" transform="translate(0.000000, 128.000000)">
12
- <g id="Group-4" transform="translate(257.000000, 0.000000)">
13
- <path d="M11.34375,14.65625 L9.34375,14.65625 L9.34375,12 L6.65625,12 L6.65625,14.65625 L4.65625,14.65625 L8,18 L11.34375,14.65625 Z M12.90625,12.6875 C13.7604209,12.7500003 14.4895803,13.0989552 15.09375,13.734375 C15.6979197,14.3697948 16,15.1249956 16,16 C16,16.9166713 15.6718783,17.7031217 15.015625,18.359375 C14.3593717,19.0156283 13.5729213,19.34375 12.65625,19.34375 L4,19.34375 C2.89582781,19.34375 1.95312891,18.9531289 1.171875,18.171875 C0.390621094,17.3906211 0,16.4479222 0,15.34375 C0,14.3229116 0.343746563,13.4322955 1.03125,12.671875 C1.71875344,11.9114545 2.562495,11.4791672 3.5625,11.375 C4.00000219,10.5624959 4.61457937,9.9062525 5.40625,9.40625 C6.19792063,8.9062475 7.06249531,8.65625 8,8.65625 C9.20833937,8.65625 10.2708287,9.03645453 11.1875,9.796875 C12.1041713,10.5572955 12.6770822,11.5208275 12.90625,12.6875 Z" id="cloud-download"></path>
14
- </g>
15
- </g>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="16px" height="12px" viewBox="0 0 16 12" 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>cloud-download</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-06.04.01" transform="translate(-337.000000, -1437.000000)" fill="#4D4CFC">
8
+ <g id="Content" transform="translate(80.000000, 141.000000)">
9
+ <g id="Documents" transform="translate(0.000000, 122.000000)">
10
+ <g id="Documento" transform="translate(0.000000, 1038.000000)">
11
+ <g id="Actions" transform="translate(0.000000, 128.000000)">
12
+ <g id="Group-4" transform="translate(257.000000, 0.000000)">
13
+ <path d="M11.34375,14.65625 L9.34375,14.65625 L9.34375,12 L6.65625,12 L6.65625,14.65625 L4.65625,14.65625 L8,18 L11.34375,14.65625 Z M12.90625,12.6875 C13.7604209,12.7500003 14.4895803,13.0989552 15.09375,13.734375 C15.6979197,14.3697948 16,15.1249956 16,16 C16,16.9166713 15.6718783,17.7031217 15.015625,18.359375 C14.3593717,19.0156283 13.5729213,19.34375 12.65625,19.34375 L4,19.34375 C2.89582781,19.34375 1.95312891,18.9531289 1.171875,18.171875 C0.390621094,17.3906211 0,16.4479222 0,15.34375 C0,14.3229116 0.343746563,13.4322955 1.03125,12.671875 C1.71875344,11.9114545 2.562495,11.4791672 3.5625,11.375 C4.00000219,10.5624959 4.61457937,9.9062525 5.40625,9.40625 C6.19792063,8.9062475 7.06249531,8.65625 8,8.65625 C9.20833937,8.65625 10.2708287,9.03645453 11.1875,9.796875 C12.1041713,10.5572955 12.6770822,11.5208275 12.90625,12.6875 Z" id="cloud-download"></path>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
21
  </svg>
@@ -1,14 +1,14 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="19px" height="25px" viewBox="0 0 19 25" 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>file-pdf</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="file-pdf" transform="translate(1.000000, 1.000000)">
8
- <polygon id="Stroke-2789" stroke="#AFB3C0" stroke-linecap="round" stroke-linejoin="round" points="17 23 0 23 0 0 11 0 17 6"></polygon>
9
- <path d="M0,12 L13,12 C14.1045695,12 15,12.8954305 15,14 L15,18 C15,19.1045695 14.1045695,20 13,20 L0,20 L0,12 Z" id="Rectangle" fill="#AFB3C0"></path>
10
- <path d="M4.66,15.06 C4.66,16.044 3.862,16.398 2.974,16.398 L2.464,16.398 L2.464,18 L1.438,18 L1.438,13.752 L2.998,13.752 C3.928,13.752 4.66,14.088 4.66,15.06 Z M3.634,15.066 C3.634,14.658 3.28,14.58 2.914,14.58 L2.464,14.58 L2.464,15.582 L2.896,15.582 C3.28,15.582 3.634,15.468 3.634,15.066 Z M9.244,15.864 C9.244,17.358 8.032,18 6.862,18 L5.278,18 L5.278,13.752 L6.814,13.752 C8.02,13.752 9.244,14.256 9.244,15.864 Z M8.176,15.864 C8.176,14.91 7.498,14.628 6.79,14.628 L6.28,14.628 L6.28,17.112 L6.766,17.112 C7.498,17.112 8.176,16.812 8.176,15.864 Z M12.718,14.628 L10.936,14.628 L10.936,15.504 L12.58,15.504 L12.58,16.35 L10.936,16.35 L10.936,18 L9.922,18 L9.922,13.752 L12.718,13.752 L12.718,14.628 Z" id="PDF" fill="#FFFFFF"></path>
11
- <polyline id="Stroke-2790" stroke="#AFB3C0" stroke-linecap="round" stroke-linejoin="round" points="11 0 11 6 17 6"></polyline>
12
- </g>
13
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="19px" height="25px" viewBox="0 0 19 25" 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>file-pdf</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="file-pdf" transform="translate(1.000000, 1.000000)">
8
+ <polygon id="Stroke-2789" stroke="#AFB3C0" stroke-linecap="round" stroke-linejoin="round" points="17 23 0 23 0 0 11 0 17 6"></polygon>
9
+ <path d="M0,12 L13,12 C14.1045695,12 15,12.8954305 15,14 L15,18 C15,19.1045695 14.1045695,20 13,20 L0,20 L0,12 Z" id="Rectangle" fill="#AFB3C0"></path>
10
+ <path d="M4.66,15.06 C4.66,16.044 3.862,16.398 2.974,16.398 L2.464,16.398 L2.464,18 L1.438,18 L1.438,13.752 L2.998,13.752 C3.928,13.752 4.66,14.088 4.66,15.06 Z M3.634,15.066 C3.634,14.658 3.28,14.58 2.914,14.58 L2.464,14.58 L2.464,15.582 L2.896,15.582 C3.28,15.582 3.634,15.468 3.634,15.066 Z M9.244,15.864 C9.244,17.358 8.032,18 6.862,18 L5.278,18 L5.278,13.752 L6.814,13.752 C8.02,13.752 9.244,14.256 9.244,15.864 Z M8.176,15.864 C8.176,14.91 7.498,14.628 6.79,14.628 L6.28,14.628 L6.28,17.112 L6.766,17.112 C7.498,17.112 8.176,16.812 8.176,15.864 Z M12.718,14.628 L10.936,14.628 L10.936,15.504 L12.58,15.504 L12.58,16.35 L10.936,16.35 L10.936,18 L9.922,18 L9.922,13.752 L12.718,13.752 L12.718,14.628 Z" id="PDF" fill="#FFFFFF"></path>
11
+ <polyline id="Stroke-2790" stroke="#AFB3C0" stroke-linecap="round" stroke-linejoin="round" points="11 0 11 6 17 6"></polyline>
12
+ </g>
13
+ </g>
14
14
  </svg>
@@ -1,21 +1,21 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="12px" height="14px" viewBox="0 0 12 14" 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>document-review</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-06.04.01" transform="translate(-82.000000, -374.000000)" fill="#AFB3C0">
8
- <g id="Content" transform="translate(80.000000, 141.000000)">
9
- <g id="Documents" transform="translate(0.000000, 122.000000)">
10
- <g id="Documento">
11
- <g id="Actions" transform="translate(0.000000, 104.000000)">
12
- <g id="Group-7">
13
- <path d="M8.65625,12 L12.34375,12 L8.65625,8.34375 L8.65625,12 Z M10.65625,15.34375 L10.65625,14 L5.34375,14 L5.34375,15.34375 L10.65625,15.34375 Z M10.65625,18 L10.65625,16.65625 L5.34375,16.65625 L5.34375,18 L10.65625,18 Z M9.34375,7.34375 L13.34375,11.34375 L13.34375,19.34375 C13.34375,19.6979184 13.2083347,20.005207 12.9375,20.265625 C12.6666653,20.526043 12.3541684,20.65625 12,20.65625 L4,20.65625 C3.64583156,20.65625 3.33333469,20.526043 3.0625,20.265625 C2.79166531,20.005207 2.65625,19.6979184 2.65625,19.34375 L2.6875,8.65625 C2.6875,8.30208156 2.81770703,7.99479297 3.078125,7.734375 C3.33854297,7.47395703 3.64583156,7.34375 4,7.34375 L9.34375,7.34375 Z" id="document-review"></path>
14
- </g>
15
- </g>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="12px" height="14px" viewBox="0 0 12 14" 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>document-review</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-06.04.01" transform="translate(-82.000000, -374.000000)" fill="#AFB3C0">
8
+ <g id="Content" transform="translate(80.000000, 141.000000)">
9
+ <g id="Documents" transform="translate(0.000000, 122.000000)">
10
+ <g id="Documento">
11
+ <g id="Actions" transform="translate(0.000000, 104.000000)">
12
+ <g id="Group-7">
13
+ <path d="M8.65625,12 L12.34375,12 L8.65625,8.34375 L8.65625,12 Z M10.65625,15.34375 L10.65625,14 L5.34375,14 L5.34375,15.34375 L10.65625,15.34375 Z M10.65625,18 L10.65625,16.65625 L5.34375,16.65625 L5.34375,18 L10.65625,18 Z M9.34375,7.34375 L13.34375,11.34375 L13.34375,19.34375 C13.34375,19.6979184 13.2083347,20.005207 12.9375,20.265625 C12.6666653,20.526043 12.3541684,20.65625 12,20.65625 L4,20.65625 C3.64583156,20.65625 3.33333469,20.526043 3.0625,20.265625 C2.79166531,20.005207 2.65625,19.6979184 2.65625,19.34375 L2.6875,8.65625 C2.6875,8.30208156 2.81770703,7.99479297 3.078125,7.734375 C3.33854297,7.47395703 3.64583156,7.34375 4,7.34375 L9.34375,7.34375 Z" id="document-review"></path>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
21
  </svg>
@@ -1,22 +1,22 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="30px" height="38px" viewBox="0 0 30 38" 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>document-status-approved</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-06.05" transform="translate(-748.000000, -1154.000000)">
8
- <g id="Content" transform="translate(0.000000, 141.000000)">
9
- <g id="Documents" transform="translate(0.000000, 158.000000)">
10
- <g id="Approved" transform="translate(80.000000, 727.000000)">
11
- <g id="Documento" transform="translate(0.000000, 81.000000)">
12
- <g id="document-status-approved" transform="translate(669.000000, 48.000000)">
13
- <path d="M15.75,0 L3.5,0 C1.56700338,0 0,1.6117749 0,3.6 L0,32.4 C0,34.3882251 1.56700338,36 3.5,36 L24.5,36 C26.4329966,36 28,34.3882251 28,32.4 L28,12 L15.75,0 Z" id="Shape" stroke="#4D4CFC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
14
- <polygon id="" fill="#4D4CFC" points="14 24.375 8.84375 27.5 10.2109375 21.640625 5.6796875 17.6953125 11.65625 17.1875 14 11.6796875 16.34375 17.1875 22.3203125 17.6953125 17.7890625 21.640625 19.15625 27.5"></polygon>
15
- </g>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="30px" height="38px" viewBox="0 0 30 38" 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>document-status-approved</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-06.05" transform="translate(-748.000000, -1154.000000)">
8
+ <g id="Content" transform="translate(0.000000, 141.000000)">
9
+ <g id="Documents" transform="translate(0.000000, 158.000000)">
10
+ <g id="Approved" transform="translate(80.000000, 727.000000)">
11
+ <g id="Documento" transform="translate(0.000000, 81.000000)">
12
+ <g id="document-status-approved" transform="translate(669.000000, 48.000000)">
13
+ <path d="M15.75,0 L3.5,0 C1.56700338,0 0,1.6117749 0,3.6 L0,32.4 C0,34.3882251 1.56700338,36 3.5,36 L24.5,36 C26.4329966,36 28,34.3882251 28,32.4 L28,12 L15.75,0 Z" id="Shape" stroke="#4D4CFC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
14
+ <polygon id="" fill="#4D4CFC" points="14 24.375 8.84375 27.5 10.2109375 21.640625 5.6796875 17.6953125 11.65625 17.1875 14 11.6796875 16.34375 17.1875 22.3203125 17.6953125 17.7890625 21.640625 19.15625 27.5"></polygon>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
22
  </svg>
@@ -1,19 +1,19 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="30px" height="38px" viewBox="0 0 30 38" 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>Status Icon</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-06.02.01" transform="translate(-748.000000, -479.000000)" stroke="#AFB3C0" stroke-width="2">
8
- <g id="Content" transform="translate(80.000000, 141.000000)">
9
- <g id="Documents" transform="translate(0.000000, 122.000000)">
10
- <g id="Documento" transform="translate(0.000000, 169.000000)">
11
- <g id="Status-Icon" transform="translate(669.000000, 48.000000)">
12
- <path d="M15.75,0 L3.5,0 C1.56700338,0 0,1.6117749 0,3.6 L0,32.4 C0,34.3882251 1.56700338,36 3.5,36 L24.5,36 C26.4329966,36 28,34.3882251 28,32.4 L28,12 L15.75,0 Z" id="Shape"></path>
13
- </g>
14
- </g>
15
- </g>
16
- </g>
17
- </g>
18
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="30px" height="38px" viewBox="0 0 30 38" 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>Status Icon</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-06.02.01" transform="translate(-748.000000, -479.000000)" stroke="#AFB3C0" stroke-width="2">
8
+ <g id="Content" transform="translate(80.000000, 141.000000)">
9
+ <g id="Documents" transform="translate(0.000000, 122.000000)">
10
+ <g id="Documento" transform="translate(0.000000, 169.000000)">
11
+ <g id="Status-Icon" transform="translate(669.000000, 48.000000)">
12
+ <path d="M15.75,0 L3.5,0 C1.56700338,0 0,1.6117749 0,3.6 L0,32.4 C0,34.3882251 1.56700338,36 3.5,36 L24.5,36 C26.4329966,36 28,34.3882251 28,32.4 L28,12 L15.75,0 Z" id="Shape"></path>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
19
  </svg>
@@ -1,24 +1,24 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="30px" height="38px" viewBox="0 0 30 38" 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>document-status-error</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-06.05" transform="translate(-748.000000, -542.000000)">
8
- <g id="Content" transform="translate(0.000000, 141.000000)">
9
- <g id="Documents" transform="translate(0.000000, 158.000000)">
10
- <g id="Need-Revision">
11
- <g id="Docs" transform="translate(80.000000, 30.000000)">
12
- <g id="Documento" transform="translate(0.000000, 166.000000)">
13
- <g id="document-status-error" transform="translate(669.000000, 48.000000)">
14
- <path d="M15.75,0 L3.5,0 C1.56700338,0 0,1.6117749 0,3.6 L0,32.4 C0,34.3882251 1.56700338,36 3.5,36 L24.5,36 C26.4329966,36 28,34.3882251 28,32.4 L28,12 L15.75,0 Z" id="Shape" stroke="#FF425E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
15
- <polygon id="" fill="#FF425E" points="20.4023438 15.8867188 15.2890625 21 20.4023438 26.1132812 19.1132812 27.4023438 14 22.2890625 8.88671875 27.4023438 7.59765625 26.1132812 12.7109375 21 7.59765625 15.8867188 8.88671875 14.5976562 14 19.7109375 19.1132812 14.5976562"></polygon>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
20
- </g>
21
- </g>
22
- </g>
23
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="30px" height="38px" viewBox="0 0 30 38" 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>document-status-error</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-06.05" transform="translate(-748.000000, -542.000000)">
8
+ <g id="Content" transform="translate(0.000000, 141.000000)">
9
+ <g id="Documents" transform="translate(0.000000, 158.000000)">
10
+ <g id="Need-Revision">
11
+ <g id="Docs" transform="translate(80.000000, 30.000000)">
12
+ <g id="Documento" transform="translate(0.000000, 166.000000)">
13
+ <g id="document-status-error" transform="translate(669.000000, 48.000000)">
14
+ <path d="M15.75,0 L3.5,0 C1.56700338,0 0,1.6117749 0,3.6 L0,32.4 C0,34.3882251 1.56700338,36 3.5,36 L24.5,36 C26.4329966,36 28,34.3882251 28,32.4 L28,12 L15.75,0 Z" id="Shape" stroke="#FF425E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
15
+ <polygon id="" fill="#FF425E" points="20.4023438 15.8867188 15.2890625 21 20.4023438 26.1132812 19.1132812 27.4023438 14 22.2890625 8.88671875 27.4023438 7.59765625 26.1132812 12.7109375 21 7.59765625 15.8867188 8.88671875 14.5976562 14 19.7109375 19.1132812 14.5976562"></polygon>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </g>
24
24
  </svg>
@@ -1,20 +1,20 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="30px" height="38px" viewBox="0 0 30 38" 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>document-status-success</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-06.04.01" transform="translate(-748.000000, -310.000000)">
8
- <g id="Content" transform="translate(80.000000, 141.000000)">
9
- <g id="Documents" transform="translate(0.000000, 122.000000)">
10
- <g id="Documento">
11
- <g id="document-status-success" transform="translate(669.000000, 48.000000)">
12
- <path d="M15.75,0 L3.5,0 C1.56700338,0 0,1.6117749 0,3.6 L0,32.4 C0,34.3882251 1.56700338,36 3.5,36 L24.5,36 C26.4329966,36 28,34.3882251 28,32.4 L28,12 L15.75,0 Z" id="Shape" stroke="#4D4CFC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
13
- <polygon id="" fill="#4D4CFC" points="11.25 25.8242188 20.9609375 16.1132812 22.25 17.4023438 11.25 28.4023438 6.13671875 23.2890625 7.42578125 22"></polygon>
14
- </g>
15
- </g>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="30px" height="38px" viewBox="0 0 30 38" 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>document-status-success</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-06.04.01" transform="translate(-748.000000, -310.000000)">
8
+ <g id="Content" transform="translate(80.000000, 141.000000)">
9
+ <g id="Documents" transform="translate(0.000000, 122.000000)">
10
+ <g id="Documento">
11
+ <g id="document-status-success" transform="translate(669.000000, 48.000000)">
12
+ <path d="M15.75,0 L3.5,0 C1.56700338,0 0,1.6117749 0,3.6 L0,32.4 C0,34.3882251 1.56700338,36 3.5,36 L24.5,36 C26.4329966,36 28,34.3882251 28,32.4 L28,12 L15.75,0 Z" id="Shape" stroke="#4D4CFC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
13
+ <polygon id="" fill="#4D4CFC" points="11.25 25.8242188 20.9609375 16.1132812 22.25 17.4023438 11.25 28.4023438 6.13671875 23.2890625 7.42578125 22"></polygon>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
20
  </svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#4D4CFC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-eye"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#4D4CFC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-eye"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle></svg>
@@ -1,20 +1,20 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="36px" height="45px" viewBox="0 0 36 45" 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>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-linecap="round" stroke-linejoin="round">
7
- <g id="Dashboard---Block-01---Step-03.03" transform="translate(-410.000000, -278.000000)" stroke="#231F20" stroke-width="2">
8
- <g id="Status-Card" transform="translate(370.000000, 248.000000)">
9
- <g id="Group-2" transform="translate(42.000000, 30.000000)">
10
- <g id="Group" transform="translate(0.000000, 1.000000)">
11
- <path d="M33,20 L33,33 C33,38.522 28.523,43 23,43 L16.331,43 C12.907,43 9.721,41.245 7.885,38.355 C4.442,32.937 0.166,24 0.166,24 C-0.508,23.046 -0.396,21.745 0.429,20.92 C1.316,20.034 2.735,19.979 3.687,20.795 L9,27 L9,7 C9,5.343 10.343,4 12,4 C13.657,4 15,5.343 15,7 L15,19" id="Stroke-679"></path>
12
- <path d="M15,15 L15,3 C15,1.343 16.343,0 18,0 C19.657,0 21,1.343 21,3 L21,15" id="Stroke-680"></path>
13
- <path d="M21,19 L21,7 C21,5.343 22.343,4 24,4 C25.657,4 27,5.343 27,7 L27,19" id="Stroke-681"></path>
14
- <path d="M27,22 L27,13 C27,11.343 28.343,10 30,10 C31.657,10 33,11.343 33,13 L33,25" id="Stroke-682"></path>
15
- </g>
16
- </g>
17
- </g>
18
- </g>
19
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="36px" height="45px" viewBox="0 0 36 45" 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>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-linecap="round" stroke-linejoin="round">
7
+ <g id="Dashboard---Block-01---Step-03.03" transform="translate(-410.000000, -278.000000)" stroke="#231F20" stroke-width="2">
8
+ <g id="Status-Card" transform="translate(370.000000, 248.000000)">
9
+ <g id="Group-2" transform="translate(42.000000, 30.000000)">
10
+ <g id="Group" transform="translate(0.000000, 1.000000)">
11
+ <path d="M33,20 L33,33 C33,38.522 28.523,43 23,43 L16.331,43 C12.907,43 9.721,41.245 7.885,38.355 C4.442,32.937 0.166,24 0.166,24 C-0.508,23.046 -0.396,21.745 0.429,20.92 C1.316,20.034 2.735,19.979 3.687,20.795 L9,27 L9,7 C9,5.343 10.343,4 12,4 C13.657,4 15,5.343 15,7 L15,19" id="Stroke-679"></path>
12
+ <path d="M15,15 L15,3 C15,1.343 16.343,0 18,0 C19.657,0 21,1.343 21,3 L21,15" id="Stroke-680"></path>
13
+ <path d="M21,19 L21,7 C21,5.343 22.343,4 24,4 C25.657,4 27,5.343 27,7 L27,19" id="Stroke-681"></path>
14
+ <path d="M27,22 L27,13 C27,11.343 28.343,10 30,10 C31.657,10 33,11.343 33,13 L33,25" id="Stroke-682"></path>
15
+ </g>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ </g>
20
20
  </svg>
File without changes
File without changes
File without changes
File without changes
File without changes