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.
- package/README.md +25 -25
- package/assets/fonts/Lato/Lato-Black.ttf +0 -0
- package/assets/fonts/Lato/Lato-BlackItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Bold.ttf +0 -0
- package/assets/fonts/Lato/Lato-BoldItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Hairline.ttf +0 -0
- package/assets/fonts/Lato/Lato-HairlineItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Italic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Light.ttf +0 -0
- package/assets/fonts/Lato/Lato-LightItalic.ttf +0 -0
- package/assets/fonts/Lato/Lato-Regular.ttf +0 -0
- package/assets/fonts/Lato/OFL.txt +0 -0
- package/assets/interface/documents.svg +136 -136
- package/assets/interface/icons/alert-success.svg +17 -17
- package/assets/interface/icons/arrow-left.svg +8 -8
- package/assets/interface/icons/arrow-right-02.svg +10 -10
- package/assets/interface/icons/arrow-right.svg +8 -8
- package/assets/interface/icons/basic-check-magenta.svg +1 -1
- package/assets/interface/icons/bulb-example.svg +20 -20
- package/assets/interface/icons/bulb-tip.svg +32 -32
- package/assets/interface/icons/check-green-circle-large.svg +23 -23
- package/assets/interface/icons/check-green.svg +16 -16
- package/assets/interface/icons/check-purple.svg +20 -20
- package/assets/interface/icons/cloud-download.svg +20 -20
- package/assets/interface/icons/document-pdf.svg +13 -13
- package/assets/interface/icons/document-review.svg +20 -20
- package/assets/interface/icons/document-status-approved.svg +21 -21
- package/assets/interface/icons/document-status-empty.svg +18 -18
- package/assets/interface/icons/document-status-error.svg +23 -23
- package/assets/interface/icons/document-status-success.svg +19 -19
- package/assets/interface/icons/eye-action.svg +1 -1
- package/assets/interface/icons/hand-stop.svg +19 -19
- package/assets/interface/icons/happy-01.svg +0 -0
- package/assets/interface/icons/happy-02.svg +0 -0
- package/assets/interface/icons/happy-03.svg +0 -0
- package/assets/interface/icons/happy-04.svg +0 -0
- package/assets/interface/icons/happy-05.svg +0 -0
- package/assets/interface/icons/heart.svg +13 -13
- package/assets/interface/icons/intercom-messenger-icon.svg +1 -1
- package/assets/interface/icons/lock-icon.svg +1 -1
- package/assets/interface/icons/mail-circle.svg +32 -32
- package/assets/interface/icons/mail-edit.svg +20 -20
- package/assets/interface/icons/pen-edit.svg +22 -22
- package/assets/interface/icons/plus-circle.svg +22 -22
- package/assets/interface/icons/question-sign.svg +10 -10
- package/assets/interface/icons/shield.svg +31 -31
- package/assets/interface/icons/signature-modal-approved.svg +17 -17
- package/assets/interface/icons/signature-modal-waiting.svg +23 -23
- package/assets/interface/icons/signature-pending.svg +25 -25
- package/assets/interface/icons/signature-step-active.svg +19 -19
- package/assets/interface/icons/signature-step-completed.svg +19 -19
- package/assets/interface/icons/signature-step-default.svg +19 -19
- package/assets/interface/icons/skull.svg +23 -23
- package/assets/interface/icons/step-incomplete.svg +18 -18
- package/assets/interface/icons/trash-delete.svg +20 -20
- package/assets/interface/icons/warning-sign.svg +22 -22
- package/assets/interface/icons/x-circle.svg +14 -14
- package/esm2020/lib/sempli-website-lib.module.mjs +16 -0
- package/esm2020/public-api.mjs +5 -0
- package/esm2020/sempli-website-lib.mjs +5 -0
- package/fesm2015/sempli-website-lib.mjs +27 -0
- package/fesm2015/sempli-website-lib.mjs.map +1 -0
- package/fesm2020/sempli-website-lib.mjs +27 -0
- package/fesm2020/sempli-website-lib.mjs.map +1 -0
- package/lib/sempli-website-lib.module.d.ts +6 -2
- package/package.json +23 -11
- package/public-api.d.ts +1 -1
- package/sempli-website-lib.d.ts +5 -4
- package/styles/_main.scss +2 -2
- package/styles/master-app.scss +11962 -9802
- package/styles/master-landing.scss +12821 -10661
- package/styles/modules/_functions.scss +37 -37
- package/styles/modules/_mixins.scss +66 -66
- package/styles/modules/_variables.scss +54 -54
- package/styles/partials/_base.scss +281 -281
- package/styles/partials/_buttons.scss +401 -402
- package/styles/partials/_fonts.scss +83 -83
- package/styles/partials/_forms.scss +837 -837
- package/styles/partials/_icons.scss +12 -12
- package/styles/partials/_layout.scss +148 -148
- package/styles/partials/_modals.scss +256 -256
- package/styles/partials/_panels.scss +51 -51
- package/styles/partials/_progress-bars.scss +60 -60
- package/styles/partials/_tooltips.scss +128 -128
- package/styles/partials/_videos.scss +32 -32
- package/styles/partials/animations.scss +122 -122
- package/styles/partials/app/_blocks.scss +101 -101
- package/styles/partials/app/_cards.scss +155 -155
- package/styles/partials/app/_general.scss +1199 -1199
- package/styles/partials/app/_header.scss +723 -723
- package/styles/partials/app/_layout.scss +227 -227
- package/styles/partials/app/_my-account.scss +203 -203
- package/styles/partials/app/_my-loan-applications.scss +165 -165
- package/styles/partials/app/_my-products.scss +1039 -1039
- package/styles/partials/app/_signatures.scss +16 -16
- package/styles/partials/landing/_footer.scss +70 -70
- package/styles/partials/landing/_general.scss +1375 -1375
- package/styles/partials/landing/_header.scss +478 -478
- package/styles/partials/landing/_hero-wrappers.scss +616 -616
- package/styles/vendor/_modules_export.scss +3252 -1091
- package/styles/vendor/_normalize.scss +341 -341
- package/bundles/sempli-website-lib.umd.js +0 -33
- package/bundles/sempli-website-lib.umd.js.map +0 -1
- package/bundles/sempli-website-lib.umd.min.js +0 -2
- package/bundles/sempli-website-lib.umd.min.js.map +0 -1
- package/esm2015/lib/sempli-website-lib.module.js +0 -11
- package/esm2015/public-api.js +0 -5
- package/esm2015/sempli-website-lib.js +0 -5
- package/fesm2015/sempli-website-lib.js +0 -22
- package/fesm2015/sempli-website-lib.js.map +0 -1
- package/sempli-website-lib.metadata.json +0 -1
package/README.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
# SempliWebsiteLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project sempli-website-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project sempli-website-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project sempli-website-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build Sempli Website Library
|
|
11
|
-
|
|
12
|
-
Run `npm run build-sempli-website-lib` to build the library. The build artifacts will be stored in the `dist/` directory. This script will also copy assets folder into /dist and pack the library ready to be published.
|
|
13
|
-
|
|
14
|
-
## Publishing Sempli Website Library
|
|
15
|
-
|
|
16
|
-
After building your library with `npm run build-sempli-website-lib`, check the .tgz packed file name generated in the dist folder `dist/sempli-website-lib`. Eg. `sempli-website-lib-1.0.0.tgz` and run `npm publish ./dist/sempli-website-lib/sempli-website-lib-0.9.0.tgz`.
|
|
17
|
-
> Note: Don't forget to change sempli-website-lib version in the library's package.json file before Building and Packing the library, otherwise npm won't allow the pubslishing.
|
|
18
|
-
|
|
19
|
-
<!-- ## Running unit tests
|
|
20
|
-
|
|
21
|
-
Run `ng test sempli-website-lib` to execute the unit tests via [Karma](https://karma-runner.github.io). -->
|
|
22
|
-
|
|
23
|
-
<!-- ## Further help
|
|
24
|
-
|
|
25
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). -->
|
|
1
|
+
# SempliWebsiteLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project sempli-website-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project sempli-website-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project sempli-website-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build Sempli Website Library
|
|
11
|
+
|
|
12
|
+
Run `npm run build-sempli-website-lib` to build the library. The build artifacts will be stored in the `dist/` directory. This script will also copy assets folder into /dist and pack the library ready to be published.
|
|
13
|
+
|
|
14
|
+
## Publishing Sempli Website Library
|
|
15
|
+
|
|
16
|
+
After building your library with `npm run build-sempli-website-lib`, check the .tgz packed file name generated in the dist folder `dist/sempli-website-lib`. Eg. `sempli-website-lib-1.0.0.tgz` and run `npm publish ./dist/sempli-website-lib/sempli-website-lib-0.9.0.tgz`.
|
|
17
|
+
> Note: Don't forget to change sempli-website-lib version in the library's package.json file before Building and Packing the library, otherwise npm won't allow the pubslishing.
|
|
18
|
+
|
|
19
|
+
<!-- ## Running unit tests
|
|
20
|
+
|
|
21
|
+
Run `ng test sempli-website-lib` to execute the unit tests via [Karma](https://karma-runner.github.io). -->
|
|
22
|
+
|
|
23
|
+
<!-- ## Further help
|
|
24
|
+
|
|
25
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). -->
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,137 +1,137 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="562px" height="918px" viewBox="0 0 562 918" 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>documents</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="documents" transform="translate(4.000000, 3.000000)" fill-rule="nonzero">
|
|
8
|
-
<g id="id_placeholder_front" transform="translate(344.844090, 259.000000) rotate(12.034551) translate(-344.844090, -259.000000) translate(179.844090, 30.000000)">
|
|
9
|
-
<rect id="Rectangle" stroke="#272852" stroke-width="10" fill="#393774" x="0" y="0" width="330" height="458" rx="8.25"></rect>
|
|
10
|
-
<g id="Group-2" transform="translate(22.000000, 28.625000)" fill="#545291">
|
|
11
|
-
<g id="Group" transform="translate(0.000000, 72.663462)">
|
|
12
|
-
<g id="Group-8">
|
|
13
|
-
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
14
|
-
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
15
|
-
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
16
|
-
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
17
|
-
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
<g id="Group-8-Copy" transform="translate(0.000000, 88.076923)">
|
|
21
|
-
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
22
|
-
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
23
|
-
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
24
|
-
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
25
|
-
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
26
|
-
</g>
|
|
27
|
-
</g>
|
|
28
|
-
<g id="Group-8-Copy-2" transform="translate(0.000000, 176.153846)">
|
|
29
|
-
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
30
|
-
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
31
|
-
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
32
|
-
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
33
|
-
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
34
|
-
</g>
|
|
35
|
-
</g>
|
|
36
|
-
<g id="Group-8-Copy-3" transform="translate(0.000000, 264.230769)">
|
|
37
|
-
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
38
|
-
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
39
|
-
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
40
|
-
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
41
|
-
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
42
|
-
</g>
|
|
43
|
-
</g>
|
|
44
|
-
</g>
|
|
45
|
-
<g id="Group-9">
|
|
46
|
-
<g id="Group-7" transform="translate(88.000000, 0.000000)">
|
|
47
|
-
<rect id="Rectangle" x="0" y="0" width="198" height="13.2115385" rx="2.2"></rect>
|
|
48
|
-
<rect id="Rectangle-Copy-2" x="0" y="30.8269231" width="198" height="13.2115385" rx="2.2"></rect>
|
|
49
|
-
</g>
|
|
50
|
-
<rect id="Rectangle" x="0" y="0" width="55" height="44.0384615" rx="2.2"></rect>
|
|
51
|
-
</g>
|
|
52
|
-
</g>
|
|
53
|
-
</g>
|
|
54
|
-
<g id="id_placeholder_front-copy" transform="translate(372.099718, 669.132091) rotate(-4.212630) translate(-372.099718, -669.132091) translate(207.099718, 440.132091)">
|
|
55
|
-
<rect id="Rectangle" stroke="#272852" stroke-width="10" fill="#393774" x="0" y="0" width="330" height="458" rx="8.25"></rect>
|
|
56
|
-
<g id="Group-2" transform="translate(22.000000, 28.625000)" fill="#545291">
|
|
57
|
-
<g id="Group" transform="translate(0.000000, 72.663462)">
|
|
58
|
-
<g id="Group-8">
|
|
59
|
-
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
60
|
-
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
61
|
-
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
62
|
-
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
63
|
-
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
64
|
-
</g>
|
|
65
|
-
</g>
|
|
66
|
-
<g id="Group-8-Copy" transform="translate(0.000000, 88.076923)">
|
|
67
|
-
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
68
|
-
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
69
|
-
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
70
|
-
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
71
|
-
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
72
|
-
</g>
|
|
73
|
-
</g>
|
|
74
|
-
<g id="Group-8-Copy-2" transform="translate(0.000000, 176.153846)">
|
|
75
|
-
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
76
|
-
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
77
|
-
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
78
|
-
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
79
|
-
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
80
|
-
</g>
|
|
81
|
-
</g>
|
|
82
|
-
<g id="Group-8-Copy-3" transform="translate(0.000000, 264.230769)">
|
|
83
|
-
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
84
|
-
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
85
|
-
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
86
|
-
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
87
|
-
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
88
|
-
</g>
|
|
89
|
-
</g>
|
|
90
|
-
</g>
|
|
91
|
-
<g id="Group-9">
|
|
92
|
-
<g id="Group-7" transform="translate(88.000000, 0.000000)">
|
|
93
|
-
<rect id="Rectangle" x="0" y="0" width="198" height="13.2115385" rx="2.2"></rect>
|
|
94
|
-
<rect id="Rectangle-Copy-2" x="0" y="30.8269231" width="198" height="13.2115385" rx="2.2"></rect>
|
|
95
|
-
</g>
|
|
96
|
-
<rect id="Rectangle" x="0" y="0" width="55" height="44.0384615" rx="2.2"></rect>
|
|
97
|
-
</g>
|
|
98
|
-
</g>
|
|
99
|
-
</g>
|
|
100
|
-
<g id="id_placeholder_back" transform="translate(173.000000, 475.816106) rotate(-1.842207) translate(-173.000000, -475.816106) translate(8.000000, 246.816106)">
|
|
101
|
-
<rect id="Rectangle" stroke="#272852" stroke-width="10" fill="#393774" x="0" y="0" width="330" height="458" rx="8.25"></rect>
|
|
102
|
-
<g id="Group-2" transform="translate(22.000000, 28.625000)" fill="#545291">
|
|
103
|
-
<g id="Group-9">
|
|
104
|
-
<g id="Group-6" transform="translate(0.000000, 123.307692)">
|
|
105
|
-
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="286" height="8.80769231" rx="2.2"></rect>
|
|
106
|
-
<rect id="Rectangle-Copy-4-Copy-3" x="0" y="0" width="66" height="8.80769231" rx="2.2"></rect>
|
|
107
|
-
<rect id="Rectangle-Copy-4-Copy" x="0" y="79.2692308" width="286" height="8.80769231" rx="2.2"></rect>
|
|
108
|
-
<rect id="Rectangle-Copy-4-Copy-2" x="0" y="132.115385" width="286" height="8.80769231" rx="2.2"></rect>
|
|
109
|
-
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="286" height="8.80769231" rx="2.2"></rect>
|
|
110
|
-
<rect id="Rectangle-Copy-5-Copy" x="0" y="105.692308" width="286" height="8.80769231" rx="2.2"></rect>
|
|
111
|
-
<rect id="Rectangle-Copy-5-Copy-2" x="0" y="158.538462" width="132" height="8.80769231" rx="2.2"></rect>
|
|
112
|
-
</g>
|
|
113
|
-
<path d="M64.1144412,355.58679 C64.1949799,355.569683 64.2755186,355.569683 64.3471083,355.552575 C64.4634419,355.193307 64.7229554,354.893917 65.0361613,354.697175 C65.5372905,354.312246 65.7968038,354.004302 65.1703923,353.516724 C64.7229554,353.148903 64.8750839,352.806743 65.3314695,352.550123 C65.9489325,352.37049 66.0921122,351.968452 65.9489325,351.42955 C65.7968038,350.993297 65.6715215,350.557043 65.4209569,350.112236 C64.8750839,349.573334 64.6245193,348.786367 63.9623127,348.333005 C63.2374648,347.349296 62.2978475,346.587991 61.4208712,345.7497 C60.2664839,344.654789 58.7899422,344.192873 57.3223493,343.71385 C57.3402467,343.645418 57.3402467,343.568432 57.3044518,343.5 C56.9286047,343.534216 56.5438091,343.568432 56.1858594,343.602648 C56.0963722,343.679634 55.9979361,343.71385 55.9352948,343.79939 C55.7026276,344.620573 55.3357295,345.424648 55.3357295,346.297155 C55.4252169,346.297155 55.5057554,346.297155 55.5952428,346.297155 C55.5773453,346.314263 55.5594479,346.314263 55.5594479,346.331371 C55.4878579,346.297155 55.4073192,346.237277 55.3357295,346.297155 C55.1299085,346.622207 54.7988052,346.801841 54.431907,346.964367 C53.3938533,347.494714 52.2752611,347.426282 51.1566689,347.374958 C50.9240017,347.246649 50.6823858,347.126893 50.4139236,347.024245 C48.8657919,346.357033 48.7136635,346.442573 48.3646627,348.076386 C47.9888156,349.752968 46.0021958,350.608367 44.4361667,349.752968 C43.8723963,349.419362 43.2817796,349.282498 42.6464192,349.137081 C42.3869059,349.060095 42.1721362,349.137081 41.9215713,349.333822 C41.4114934,349.787184 41.3309547,349.829954 40.981954,349.205513 C40.6150556,348.546855 40.0691828,348.204696 39.3443349,348.025062 C38.6015896,347.819766 37.8409469,347.640132 37.125048,347.31508 C36.5344313,347.058461 36.2659691,347.22954 36.2838665,347.811212 C36.3375591,349.137081 36.1048919,350.411625 35.9527632,351.720386 C35.8095835,352.986377 35.5053263,354.226706 35.2279156,355.501251 C35.1563256,355.792086 35.0131459,356.082922 34.69994,356.177016 C34.3240931,356.262556 34.1361695,355.937504 33.9840409,355.680884 C33.4113217,354.731391 32.8028076,353.80756 32.3374733,352.823851 C31.8542413,351.788818 31.1651886,350.856433 30.6014181,349.898386 C29.9839551,348.829137 28.5700545,348.589625 28.0689253,347.44339 C27.9794379,347.27231 27.6304371,347.152555 27.3619749,347.101231 C26.8339995,346.947259 26.2881265,346.844611 25.7601509,346.750517 C25.3753553,346.682085 24.9547646,346.519559 24.6147125,346.733409 C24.2746605,346.895935 24.3462503,347.31508 24.2388654,347.640132 C24.1762244,347.853982 23.9883008,347.990846 23.8719672,348.187588 C23.5766588,348.658057 23.4155816,349.137081 24.0419931,349.530564 C24.426789,349.770076 24.426789,350.146452 24.3909941,350.557043 C24.2746605,351.865804 24.1941218,353.174565 24.086737,354.457664 C24.0061983,355.313063 23.9883008,356.18557 23.8540698,357.049523 C23.4961201,359.265007 23.1023758,361.506153 22.7175799,363.678867 C22.4849128,363.858501 22.3059382,364.046688 22.073271,364.226322 C22.073271,364.448726 21.9569373,364.662576 22.073271,364.867872 C22.001681,365.458097 21.8853474,366.065431 22.2790918,366.612886 C22.7175799,367.177449 23.1739658,367.759121 23.6303514,368.323684 C24.3462503,369.2133 25.1874317,369.179083 25.6617148,368.135497 C26.1359978,367.117572 26.5207936,366.048322 26.7892557,364.953412 C27.1293077,363.713083 27.2724877,362.447092 27.5498984,361.206763 C27.9257455,360.958697 27.8452068,360.55666 27.8899504,360.188838 C28.1047202,359.008387 28.0510278,357.79372 28.4358235,356.621824 C28.4537209,355.749316 28.417926,354.842593 28.5342596,353.970086 C28.6058496,353.439739 28.6684906,353.260105 28.7848242,353.131795 C28.8116706,353.080471 28.8832603,353.046255 28.9816965,353.046255 C29.1338252,353.063363 29.2949023,353.131795 29.7244418,353.422631 C29.9392115,353.824668 30.1718787,354.209598 30.4045458,354.585973 C31.388907,356.44219 32.9817822,357.827936 34.3240931,359.444641 C34.8968123,360.154622 35.6932499,360.633646 36.6060211,360.898819 C37.0982018,361.044237 37.5277412,361.104115 37.9035881,360.702077 C37.9930756,360.633646 38.0557166,360.530998 38.1183579,360.462566 C38.2704863,360.445458 38.422615,360.411242 38.5478973,360.394134 C38.6463334,360.051974 38.7358206,359.752584 38.9953342,359.495965 C38.9774367,359.282115 39.1474626,359.059711 38.9953342,358.845861 C39.2369501,358.281298 39.30854,357.682518 39.30854,357.100847 C39.2906424,355.894734 39.3890785,354.697175 39.4606685,353.516724 C39.4606685,353.354199 39.4964634,353.208781 39.6396433,353.131795 C39.8902079,353.003485 40.0333877,353.131795 40.1855164,353.260105 C40.3465935,353.4654 40.4808246,353.662142 40.6776968,353.867438 C41.2414673,354.534649 41.7425967,355.261739 42.4316495,355.826302 C43.5770878,356.715917 44.7762187,356.459298 45.4115792,355.167645 C45.6531951,354.662959 45.8948109,354.14972 46.0021958,353.610818 C46.0827345,353.131795 46.3780429,352.935053 46.8433772,353.080471 C47.2460705,353.191673 47.60402,353.114687 47.9888156,353.029147 C49.2863826,352.738311 50.4586674,352.11387 51.6041057,351.51509 C51.8994142,351.38678 52.2305175,351.207147 52.2752611,350.788001 C52.7763905,350.591259 52.5795182,349.898386 53.0716987,349.752968 C54.2976757,349.419362 55.4431143,348.914677 56.7764762,349.077203 C57.6892474,349.205513 58.6378137,349.368038 59.4700462,348.803475 C59.8995857,348.658057 60.0606631,348.315897 60.1769967,347.973738 C60.3112277,347.537484 60.6244335,347.537484 60.8749981,347.768442 C61.5729996,348.298789 62.3604885,348.786367 62.3604885,349.770076 C61.9935903,350.189222 61.5729996,350.591259 61.0271266,350.770893 C60.8749981,350.788001 60.7318184,350.805109 60.5796897,350.822217 C60.5081,350.882095 60.3828174,350.950527 60.3112277,351.018959 C60.230689,351.190039 60.0606631,351.284133 59.8816882,351.301241 C59.6937647,351.42955 59.5058411,351.549306 59.3268665,351.677616 C59.2105329,351.677616 59.0763019,351.72894 58.9331219,351.754602 C58.7899422,352.011222 58.5304289,352.011222 58.2798641,352.079654 C58.1545818,352.225072 57.9845559,352.276396 57.8234785,352.302058 C57.733991,352.464584 57.537119,352.515907 57.3581441,352.567231 C57.2239131,352.712649 57.0807334,352.772527 56.8928098,352.789635 C56.7048863,353.029147 56.4453729,353.029147 56.2037571,353.063363 C56.0963722,353.208781 55.9173974,353.277213 55.7205251,353.294321 C55.4431143,353.790452 54.90619,353.93587 54.3692657,354.081288 C54.3334708,354.27803 54.3961119,354.585973 54.1455473,354.628743 C53.0359038,354.876809 52.2573636,355.646668 51.3266948,356.159908 C50.9597966,356.18557 50.5660522,356.211232 50.1991538,356.262556 C49.9933328,356.604715 49.6980246,356.844227 49.3042801,356.989645 C49.3042801,357.135063 49.3042801,357.280481 49.3042801,357.425899 C48.4720476,357.92203 47.6219174,358.409608 46.780736,358.880077 C46.1901194,358.931401 45.7426825,359.213683 45.3399892,359.572951 C44.498808,360.30004 43.4876004,360.659308 42.4316495,360.958697 C41.9394688,361.258087 41.5188783,361.771326 40.981954,361.86542 C39.8902079,362.045054 39.0669239,362.917562 37.939383,362.985993 C36.0690968,364.226322 33.8945537,364.919196 31.8900362,365.902905 C30.7445978,366.45036 30.7445978,366.433252 31.0130601,367.553825 C31.2815221,367.793337 31.2457273,368.135497 31.2994196,368.44344 C31.460497,368.537534 31.523138,368.682952 31.5410355,368.862586 C31.8542413,369.2133 32.2211395,369.281731 32.5611917,369.444257 C32.6148841,369.487027 32.6506789,369.504135 32.7043715,369.538351 C33.5455527,369.906173 34.4314777,370.025929 35.4337366,369.829187 C35.4784802,369.829187 35.5053263,369.829187 35.5411214,369.829187 C35.6932499,369.538351 36.1048919,369.666661 36.2838665,369.392933 C37.2503303,369.033666 38.2525889,368.682952 39.2369501,368.298022 C41.867879,367.160341 44.4361667,365.843027 47.058147,364.705346 C49.8680505,363.465017 52.6153131,362.096378 55.3715243,360.779064 C55.8547561,360.55666 56.3916804,360.411242 56.8212198,360.026312 C57.2239131,360.08619 57.5013239,359.718369 57.9129659,359.701261 C58.2440692,359.461749 58.6378137,359.282115 59.0584042,359.136697 C59.3984565,358.880077 59.7116621,358.60635 60.0606631,358.332622 C60.0338167,358.26419 59.9532782,358.247082 59.8995857,358.204312 C59.8995857,358.204312 59.9174831,358.187204 59.9353806,358.187204 C59.9711757,358.247082 60.0338167,358.281298 60.0606631,358.332622 C60.2664839,358.298406 60.4544074,358.247082 60.6602284,358.187204 C60.6781259,358.152988 60.6960233,358.076002 60.6960233,358.024678 C61.4924609,357.845044 62.0651803,357.314697 62.6289508,356.810011 C62.9779515,356.476406 63.3090548,356.117138 63.8459791,355.97172 C63.9175689,355.860518 64.0339025,355.7151 64.1144412,355.58679 L64.1144412,355.58679 Z" id="Fill-937"></path>
|
|
114
|
-
<g id="Group-10" transform="translate(187.000000, 0.000000)">
|
|
115
|
-
<rect id="Rectangle" x="0" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
116
|
-
<rect id="Rectangle-Copy-6" x="8.8" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
117
|
-
<rect id="Rectangle-Copy-7" x="17.6" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
118
|
-
<rect id="Rectangle-Copy-10" x="26.4" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
119
|
-
<rect id="Rectangle-Copy-9" x="35.2" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
120
|
-
<rect id="Rectangle-Copy-8" x="44" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
121
|
-
<rect id="Rectangle-Copy-16" x="79.2" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
122
|
-
<rect id="Rectangle-Copy-15" x="52.8" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
123
|
-
<rect id="Rectangle-Copy-14" x="61.6" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
124
|
-
<rect id="Rectangle-Copy-13" x="70.4" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
125
|
-
<rect id="Rectangle-Copy-12" x="88" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
126
|
-
<rect id="Rectangle-Copy-11" x="96.8" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
127
|
-
</g>
|
|
128
|
-
<g id="Group-7">
|
|
129
|
-
<rect id="Rectangle" x="0" y="0" width="154" height="13.2115385" rx="2.2"></rect>
|
|
130
|
-
<rect id="Rectangle-Copy-2" x="0" y="30.8269231" width="154" height="13.2115385" rx="2.2"></rect>
|
|
131
|
-
</g>
|
|
132
|
-
</g>
|
|
133
|
-
</g>
|
|
134
|
-
</g>
|
|
135
|
-
</g>
|
|
136
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="562px" height="918px" viewBox="0 0 562 918" 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>documents</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="documents" transform="translate(4.000000, 3.000000)" fill-rule="nonzero">
|
|
8
|
+
<g id="id_placeholder_front" transform="translate(344.844090, 259.000000) rotate(12.034551) translate(-344.844090, -259.000000) translate(179.844090, 30.000000)">
|
|
9
|
+
<rect id="Rectangle" stroke="#272852" stroke-width="10" fill="#393774" x="0" y="0" width="330" height="458" rx="8.25"></rect>
|
|
10
|
+
<g id="Group-2" transform="translate(22.000000, 28.625000)" fill="#545291">
|
|
11
|
+
<g id="Group" transform="translate(0.000000, 72.663462)">
|
|
12
|
+
<g id="Group-8">
|
|
13
|
+
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
14
|
+
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
15
|
+
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
16
|
+
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
17
|
+
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
<g id="Group-8-Copy" transform="translate(0.000000, 88.076923)">
|
|
21
|
+
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
22
|
+
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
23
|
+
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
24
|
+
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
25
|
+
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
<g id="Group-8-Copy-2" transform="translate(0.000000, 176.153846)">
|
|
29
|
+
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
30
|
+
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
31
|
+
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
32
|
+
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
33
|
+
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
34
|
+
</g>
|
|
35
|
+
</g>
|
|
36
|
+
<g id="Group-8-Copy-3" transform="translate(0.000000, 264.230769)">
|
|
37
|
+
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
38
|
+
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
39
|
+
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
40
|
+
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
41
|
+
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
42
|
+
</g>
|
|
43
|
+
</g>
|
|
44
|
+
</g>
|
|
45
|
+
<g id="Group-9">
|
|
46
|
+
<g id="Group-7" transform="translate(88.000000, 0.000000)">
|
|
47
|
+
<rect id="Rectangle" x="0" y="0" width="198" height="13.2115385" rx="2.2"></rect>
|
|
48
|
+
<rect id="Rectangle-Copy-2" x="0" y="30.8269231" width="198" height="13.2115385" rx="2.2"></rect>
|
|
49
|
+
</g>
|
|
50
|
+
<rect id="Rectangle" x="0" y="0" width="55" height="44.0384615" rx="2.2"></rect>
|
|
51
|
+
</g>
|
|
52
|
+
</g>
|
|
53
|
+
</g>
|
|
54
|
+
<g id="id_placeholder_front-copy" transform="translate(372.099718, 669.132091) rotate(-4.212630) translate(-372.099718, -669.132091) translate(207.099718, 440.132091)">
|
|
55
|
+
<rect id="Rectangle" stroke="#272852" stroke-width="10" fill="#393774" x="0" y="0" width="330" height="458" rx="8.25"></rect>
|
|
56
|
+
<g id="Group-2" transform="translate(22.000000, 28.625000)" fill="#545291">
|
|
57
|
+
<g id="Group" transform="translate(0.000000, 72.663462)">
|
|
58
|
+
<g id="Group-8">
|
|
59
|
+
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
60
|
+
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
61
|
+
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
62
|
+
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
63
|
+
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
64
|
+
</g>
|
|
65
|
+
</g>
|
|
66
|
+
<g id="Group-8-Copy" transform="translate(0.000000, 88.076923)">
|
|
67
|
+
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
68
|
+
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
69
|
+
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
70
|
+
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
71
|
+
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
72
|
+
</g>
|
|
73
|
+
</g>
|
|
74
|
+
<g id="Group-8-Copy-2" transform="translate(0.000000, 176.153846)">
|
|
75
|
+
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
76
|
+
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
77
|
+
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
78
|
+
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
79
|
+
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
80
|
+
</g>
|
|
81
|
+
</g>
|
|
82
|
+
<g id="Group-8-Copy-3" transform="translate(0.000000, 264.230769)">
|
|
83
|
+
<ellipse id="Oval" cx="253" cy="32.9032654" rx="33" ry="32.9032654"></ellipse>
|
|
84
|
+
<g id="Group-6" transform="translate(0.000000, 2.201923)">
|
|
85
|
+
<rect id="Rectangle-Copy-3" x="0" y="0" width="198" height="8.80769231" rx="2.2"></rect>
|
|
86
|
+
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="198" height="8.80769231" rx="2.2"></rect>
|
|
87
|
+
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="198" height="8.80769231" rx="2.2"></rect>
|
|
88
|
+
</g>
|
|
89
|
+
</g>
|
|
90
|
+
</g>
|
|
91
|
+
<g id="Group-9">
|
|
92
|
+
<g id="Group-7" transform="translate(88.000000, 0.000000)">
|
|
93
|
+
<rect id="Rectangle" x="0" y="0" width="198" height="13.2115385" rx="2.2"></rect>
|
|
94
|
+
<rect id="Rectangle-Copy-2" x="0" y="30.8269231" width="198" height="13.2115385" rx="2.2"></rect>
|
|
95
|
+
</g>
|
|
96
|
+
<rect id="Rectangle" x="0" y="0" width="55" height="44.0384615" rx="2.2"></rect>
|
|
97
|
+
</g>
|
|
98
|
+
</g>
|
|
99
|
+
</g>
|
|
100
|
+
<g id="id_placeholder_back" transform="translate(173.000000, 475.816106) rotate(-1.842207) translate(-173.000000, -475.816106) translate(8.000000, 246.816106)">
|
|
101
|
+
<rect id="Rectangle" stroke="#272852" stroke-width="10" fill="#393774" x="0" y="0" width="330" height="458" rx="8.25"></rect>
|
|
102
|
+
<g id="Group-2" transform="translate(22.000000, 28.625000)" fill="#545291">
|
|
103
|
+
<g id="Group-9">
|
|
104
|
+
<g id="Group-6" transform="translate(0.000000, 123.307692)">
|
|
105
|
+
<rect id="Rectangle-Copy-4" x="0" y="26.4230769" width="286" height="8.80769231" rx="2.2"></rect>
|
|
106
|
+
<rect id="Rectangle-Copy-4-Copy-3" x="0" y="0" width="66" height="8.80769231" rx="2.2"></rect>
|
|
107
|
+
<rect id="Rectangle-Copy-4-Copy" x="0" y="79.2692308" width="286" height="8.80769231" rx="2.2"></rect>
|
|
108
|
+
<rect id="Rectangle-Copy-4-Copy-2" x="0" y="132.115385" width="286" height="8.80769231" rx="2.2"></rect>
|
|
109
|
+
<rect id="Rectangle-Copy-5" x="0" y="52.8461538" width="286" height="8.80769231" rx="2.2"></rect>
|
|
110
|
+
<rect id="Rectangle-Copy-5-Copy" x="0" y="105.692308" width="286" height="8.80769231" rx="2.2"></rect>
|
|
111
|
+
<rect id="Rectangle-Copy-5-Copy-2" x="0" y="158.538462" width="132" height="8.80769231" rx="2.2"></rect>
|
|
112
|
+
</g>
|
|
113
|
+
<path d="M64.1144412,355.58679 C64.1949799,355.569683 64.2755186,355.569683 64.3471083,355.552575 C64.4634419,355.193307 64.7229554,354.893917 65.0361613,354.697175 C65.5372905,354.312246 65.7968038,354.004302 65.1703923,353.516724 C64.7229554,353.148903 64.8750839,352.806743 65.3314695,352.550123 C65.9489325,352.37049 66.0921122,351.968452 65.9489325,351.42955 C65.7968038,350.993297 65.6715215,350.557043 65.4209569,350.112236 C64.8750839,349.573334 64.6245193,348.786367 63.9623127,348.333005 C63.2374648,347.349296 62.2978475,346.587991 61.4208712,345.7497 C60.2664839,344.654789 58.7899422,344.192873 57.3223493,343.71385 C57.3402467,343.645418 57.3402467,343.568432 57.3044518,343.5 C56.9286047,343.534216 56.5438091,343.568432 56.1858594,343.602648 C56.0963722,343.679634 55.9979361,343.71385 55.9352948,343.79939 C55.7026276,344.620573 55.3357295,345.424648 55.3357295,346.297155 C55.4252169,346.297155 55.5057554,346.297155 55.5952428,346.297155 C55.5773453,346.314263 55.5594479,346.314263 55.5594479,346.331371 C55.4878579,346.297155 55.4073192,346.237277 55.3357295,346.297155 C55.1299085,346.622207 54.7988052,346.801841 54.431907,346.964367 C53.3938533,347.494714 52.2752611,347.426282 51.1566689,347.374958 C50.9240017,347.246649 50.6823858,347.126893 50.4139236,347.024245 C48.8657919,346.357033 48.7136635,346.442573 48.3646627,348.076386 C47.9888156,349.752968 46.0021958,350.608367 44.4361667,349.752968 C43.8723963,349.419362 43.2817796,349.282498 42.6464192,349.137081 C42.3869059,349.060095 42.1721362,349.137081 41.9215713,349.333822 C41.4114934,349.787184 41.3309547,349.829954 40.981954,349.205513 C40.6150556,348.546855 40.0691828,348.204696 39.3443349,348.025062 C38.6015896,347.819766 37.8409469,347.640132 37.125048,347.31508 C36.5344313,347.058461 36.2659691,347.22954 36.2838665,347.811212 C36.3375591,349.137081 36.1048919,350.411625 35.9527632,351.720386 C35.8095835,352.986377 35.5053263,354.226706 35.2279156,355.501251 C35.1563256,355.792086 35.0131459,356.082922 34.69994,356.177016 C34.3240931,356.262556 34.1361695,355.937504 33.9840409,355.680884 C33.4113217,354.731391 32.8028076,353.80756 32.3374733,352.823851 C31.8542413,351.788818 31.1651886,350.856433 30.6014181,349.898386 C29.9839551,348.829137 28.5700545,348.589625 28.0689253,347.44339 C27.9794379,347.27231 27.6304371,347.152555 27.3619749,347.101231 C26.8339995,346.947259 26.2881265,346.844611 25.7601509,346.750517 C25.3753553,346.682085 24.9547646,346.519559 24.6147125,346.733409 C24.2746605,346.895935 24.3462503,347.31508 24.2388654,347.640132 C24.1762244,347.853982 23.9883008,347.990846 23.8719672,348.187588 C23.5766588,348.658057 23.4155816,349.137081 24.0419931,349.530564 C24.426789,349.770076 24.426789,350.146452 24.3909941,350.557043 C24.2746605,351.865804 24.1941218,353.174565 24.086737,354.457664 C24.0061983,355.313063 23.9883008,356.18557 23.8540698,357.049523 C23.4961201,359.265007 23.1023758,361.506153 22.7175799,363.678867 C22.4849128,363.858501 22.3059382,364.046688 22.073271,364.226322 C22.073271,364.448726 21.9569373,364.662576 22.073271,364.867872 C22.001681,365.458097 21.8853474,366.065431 22.2790918,366.612886 C22.7175799,367.177449 23.1739658,367.759121 23.6303514,368.323684 C24.3462503,369.2133 25.1874317,369.179083 25.6617148,368.135497 C26.1359978,367.117572 26.5207936,366.048322 26.7892557,364.953412 C27.1293077,363.713083 27.2724877,362.447092 27.5498984,361.206763 C27.9257455,360.958697 27.8452068,360.55666 27.8899504,360.188838 C28.1047202,359.008387 28.0510278,357.79372 28.4358235,356.621824 C28.4537209,355.749316 28.417926,354.842593 28.5342596,353.970086 C28.6058496,353.439739 28.6684906,353.260105 28.7848242,353.131795 C28.8116706,353.080471 28.8832603,353.046255 28.9816965,353.046255 C29.1338252,353.063363 29.2949023,353.131795 29.7244418,353.422631 C29.9392115,353.824668 30.1718787,354.209598 30.4045458,354.585973 C31.388907,356.44219 32.9817822,357.827936 34.3240931,359.444641 C34.8968123,360.154622 35.6932499,360.633646 36.6060211,360.898819 C37.0982018,361.044237 37.5277412,361.104115 37.9035881,360.702077 C37.9930756,360.633646 38.0557166,360.530998 38.1183579,360.462566 C38.2704863,360.445458 38.422615,360.411242 38.5478973,360.394134 C38.6463334,360.051974 38.7358206,359.752584 38.9953342,359.495965 C38.9774367,359.282115 39.1474626,359.059711 38.9953342,358.845861 C39.2369501,358.281298 39.30854,357.682518 39.30854,357.100847 C39.2906424,355.894734 39.3890785,354.697175 39.4606685,353.516724 C39.4606685,353.354199 39.4964634,353.208781 39.6396433,353.131795 C39.8902079,353.003485 40.0333877,353.131795 40.1855164,353.260105 C40.3465935,353.4654 40.4808246,353.662142 40.6776968,353.867438 C41.2414673,354.534649 41.7425967,355.261739 42.4316495,355.826302 C43.5770878,356.715917 44.7762187,356.459298 45.4115792,355.167645 C45.6531951,354.662959 45.8948109,354.14972 46.0021958,353.610818 C46.0827345,353.131795 46.3780429,352.935053 46.8433772,353.080471 C47.2460705,353.191673 47.60402,353.114687 47.9888156,353.029147 C49.2863826,352.738311 50.4586674,352.11387 51.6041057,351.51509 C51.8994142,351.38678 52.2305175,351.207147 52.2752611,350.788001 C52.7763905,350.591259 52.5795182,349.898386 53.0716987,349.752968 C54.2976757,349.419362 55.4431143,348.914677 56.7764762,349.077203 C57.6892474,349.205513 58.6378137,349.368038 59.4700462,348.803475 C59.8995857,348.658057 60.0606631,348.315897 60.1769967,347.973738 C60.3112277,347.537484 60.6244335,347.537484 60.8749981,347.768442 C61.5729996,348.298789 62.3604885,348.786367 62.3604885,349.770076 C61.9935903,350.189222 61.5729996,350.591259 61.0271266,350.770893 C60.8749981,350.788001 60.7318184,350.805109 60.5796897,350.822217 C60.5081,350.882095 60.3828174,350.950527 60.3112277,351.018959 C60.230689,351.190039 60.0606631,351.284133 59.8816882,351.301241 C59.6937647,351.42955 59.5058411,351.549306 59.3268665,351.677616 C59.2105329,351.677616 59.0763019,351.72894 58.9331219,351.754602 C58.7899422,352.011222 58.5304289,352.011222 58.2798641,352.079654 C58.1545818,352.225072 57.9845559,352.276396 57.8234785,352.302058 C57.733991,352.464584 57.537119,352.515907 57.3581441,352.567231 C57.2239131,352.712649 57.0807334,352.772527 56.8928098,352.789635 C56.7048863,353.029147 56.4453729,353.029147 56.2037571,353.063363 C56.0963722,353.208781 55.9173974,353.277213 55.7205251,353.294321 C55.4431143,353.790452 54.90619,353.93587 54.3692657,354.081288 C54.3334708,354.27803 54.3961119,354.585973 54.1455473,354.628743 C53.0359038,354.876809 52.2573636,355.646668 51.3266948,356.159908 C50.9597966,356.18557 50.5660522,356.211232 50.1991538,356.262556 C49.9933328,356.604715 49.6980246,356.844227 49.3042801,356.989645 C49.3042801,357.135063 49.3042801,357.280481 49.3042801,357.425899 C48.4720476,357.92203 47.6219174,358.409608 46.780736,358.880077 C46.1901194,358.931401 45.7426825,359.213683 45.3399892,359.572951 C44.498808,360.30004 43.4876004,360.659308 42.4316495,360.958697 C41.9394688,361.258087 41.5188783,361.771326 40.981954,361.86542 C39.8902079,362.045054 39.0669239,362.917562 37.939383,362.985993 C36.0690968,364.226322 33.8945537,364.919196 31.8900362,365.902905 C30.7445978,366.45036 30.7445978,366.433252 31.0130601,367.553825 C31.2815221,367.793337 31.2457273,368.135497 31.2994196,368.44344 C31.460497,368.537534 31.523138,368.682952 31.5410355,368.862586 C31.8542413,369.2133 32.2211395,369.281731 32.5611917,369.444257 C32.6148841,369.487027 32.6506789,369.504135 32.7043715,369.538351 C33.5455527,369.906173 34.4314777,370.025929 35.4337366,369.829187 C35.4784802,369.829187 35.5053263,369.829187 35.5411214,369.829187 C35.6932499,369.538351 36.1048919,369.666661 36.2838665,369.392933 C37.2503303,369.033666 38.2525889,368.682952 39.2369501,368.298022 C41.867879,367.160341 44.4361667,365.843027 47.058147,364.705346 C49.8680505,363.465017 52.6153131,362.096378 55.3715243,360.779064 C55.8547561,360.55666 56.3916804,360.411242 56.8212198,360.026312 C57.2239131,360.08619 57.5013239,359.718369 57.9129659,359.701261 C58.2440692,359.461749 58.6378137,359.282115 59.0584042,359.136697 C59.3984565,358.880077 59.7116621,358.60635 60.0606631,358.332622 C60.0338167,358.26419 59.9532782,358.247082 59.8995857,358.204312 C59.8995857,358.204312 59.9174831,358.187204 59.9353806,358.187204 C59.9711757,358.247082 60.0338167,358.281298 60.0606631,358.332622 C60.2664839,358.298406 60.4544074,358.247082 60.6602284,358.187204 C60.6781259,358.152988 60.6960233,358.076002 60.6960233,358.024678 C61.4924609,357.845044 62.0651803,357.314697 62.6289508,356.810011 C62.9779515,356.476406 63.3090548,356.117138 63.8459791,355.97172 C63.9175689,355.860518 64.0339025,355.7151 64.1144412,355.58679 L64.1144412,355.58679 Z" id="Fill-937"></path>
|
|
114
|
+
<g id="Group-10" transform="translate(187.000000, 0.000000)">
|
|
115
|
+
<rect id="Rectangle" x="0" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
116
|
+
<rect id="Rectangle-Copy-6" x="8.8" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
117
|
+
<rect id="Rectangle-Copy-7" x="17.6" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
118
|
+
<rect id="Rectangle-Copy-10" x="26.4" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
119
|
+
<rect id="Rectangle-Copy-9" x="35.2" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
120
|
+
<rect id="Rectangle-Copy-8" x="44" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
121
|
+
<rect id="Rectangle-Copy-16" x="79.2" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
122
|
+
<rect id="Rectangle-Copy-15" x="52.8" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
123
|
+
<rect id="Rectangle-Copy-14" x="61.6" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
124
|
+
<rect id="Rectangle-Copy-13" x="70.4" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
125
|
+
<rect id="Rectangle-Copy-12" x="88" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
126
|
+
<rect id="Rectangle-Copy-11" x="96.8" y="0" width="4.4" height="33.0288462" rx="1.1"></rect>
|
|
127
|
+
</g>
|
|
128
|
+
<g id="Group-7">
|
|
129
|
+
<rect id="Rectangle" x="0" y="0" width="154" height="13.2115385" rx="2.2"></rect>
|
|
130
|
+
<rect id="Rectangle-Copy-2" x="0" y="30.8269231" width="154" height="13.2115385" rx="2.2"></rect>
|
|
131
|
+
</g>
|
|
132
|
+
</g>
|
|
133
|
+
</g>
|
|
134
|
+
</g>
|
|
135
|
+
</g>
|
|
136
|
+
</g>
|
|
137
137
|
</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,9 +1,9 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="13px" height="13px" viewBox="0 0 13 13" 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>arrow-left</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
-
<path d="M9.11207456,5.05497092 L5.81918134,1.7620777 C5.42865704,1.37155341 5.42865704,0.738388429 5.81918134,0.347864138 C6.20970563,-0.0426601542 6.84287061,-0.0426601542 7.2333949,0.347864138 L12.2333949,5.34786414 C12.6239192,5.73838843 12.6239192,6.37155341 12.2333949,6.7620777 L7.2333949,11.7620777 C6.84287061,12.152602 6.20970563,12.152602 5.81918134,11.7620777 C5.42865704,11.3715534 5.42865704,10.7383884 5.81918134,10.3478641 L9.11207456,7.05497092 L1.52628812,7.05497092 C0.974003368,7.05497092 0.526288118,6.60725567 0.526288118,6.05497092 C0.526288118,5.50268617 0.974003368,5.05497092 1.52628812,5.05497092 L9.11207456,5.05497092 Z" id="arrow-left" fill="#4731FF" fill-rule="nonzero" transform="translate(6.526288, 6.054971) rotate(-180.000000) translate(-6.526288, -6.054971) "></path>
|
|
8
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="13px" height="13px" viewBox="0 0 13 13" 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>arrow-left</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<path d="M9.11207456,5.05497092 L5.81918134,1.7620777 C5.42865704,1.37155341 5.42865704,0.738388429 5.81918134,0.347864138 C6.20970563,-0.0426601542 6.84287061,-0.0426601542 7.2333949,0.347864138 L12.2333949,5.34786414 C12.6239192,5.73838843 12.6239192,6.37155341 12.2333949,6.7620777 L7.2333949,11.7620777 C6.84287061,12.152602 6.20970563,12.152602 5.81918134,11.7620777 C5.42865704,11.3715534 5.42865704,10.7383884 5.81918134,10.3478641 L9.11207456,7.05497092 L1.52628812,7.05497092 C0.974003368,7.05497092 0.526288118,6.60725567 0.526288118,6.05497092 C0.526288118,5.50268617 0.974003368,5.05497092 1.52628812,5.05497092 L9.11207456,5.05497092 Z" id="arrow-left" fill="#4731FF" fill-rule="nonzero" transform="translate(6.526288, 6.054971) rotate(-180.000000) translate(-6.526288, -6.054971) "></path>
|
|
8
|
+
</g>
|
|
9
9
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="8px" height="12px" viewBox="0 0 8 12" 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>Stroke 43 Copy</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
|
7
|
-
<g id="Stroke-43-Copy" transform="translate(1.000000, 1.000000)" stroke="#DADCE2" stroke-width="2">
|
|
8
|
-
<polyline id="Stroke-43" points="-0.0315869565 10 5.68276087 5 -0.0315869565 0"></polyline>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="8px" height="12px" viewBox="0 0 8 12" 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>Stroke 43 Copy</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
|
7
|
+
<g id="Stroke-43-Copy" transform="translate(1.000000, 1.000000)" stroke="#DADCE2" stroke-width="2">
|
|
8
|
+
<polyline id="Stroke-43" points="-0.0315869565 10 5.68276087 5 -0.0315869565 0"></polyline>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
11
|
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
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 53.2 (72643) - https://sketchapp.com -->
|
|
4
|
-
<title>arrow-right</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
-
<path d="M8.58578644,5.05497092 L5.29289322,1.7620777 C4.90236893,1.37155341 4.90236893,0.738388429 5.29289322,0.347864138 C5.68341751,-0.0426601542 6.31658249,-0.0426601542 6.70710678,0.347864138 L11.7071068,5.34786414 C12.0976311,5.73838843 12.0976311,6.37155341 11.7071068,6.7620777 L6.70710678,11.7620777 C6.31658249,12.152602 5.68341751,12.152602 5.29289322,11.7620777 C4.90236893,11.3715534 4.90236893,10.7383884 5.29289322,10.3478641 L8.58578644,7.05497092 L1,7.05497092 C0.44771525,7.05497092 3.55271368e-15,6.60725567 3.55271368e-15,6.05497092 C3.55271368e-15,5.50268617 0.44771525,5.05497092 1,5.05497092 L8.58578644,5.05497092 Z" id="arrow-right" fill="#4731FF" fill-rule="nonzero"></path>
|
|
8
|
-
</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 53.2 (72643) - https://sketchapp.com -->
|
|
4
|
+
<title>arrow-right</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<path d="M8.58578644,5.05497092 L5.29289322,1.7620777 C4.90236893,1.37155341 4.90236893,0.738388429 5.29289322,0.347864138 C5.68341751,-0.0426601542 6.31658249,-0.0426601542 6.70710678,0.347864138 L11.7071068,5.34786414 C12.0976311,5.73838843 12.0976311,6.37155341 11.7071068,6.7620777 L6.70710678,11.7620777 C6.31658249,12.152602 5.68341751,12.152602 5.29289322,11.7620777 C4.90236893,11.3715534 4.90236893,10.7383884 5.29289322,10.3478641 L8.58578644,7.05497092 L1,7.05497092 C0.44771525,7.05497092 3.55271368e-15,6.60725567 3.55271368e-15,6.05497092 C3.55271368e-15,5.50268617 0.44771525,5.05497092 1,5.05497092 L8.58578644,5.05497092 Z" id="arrow-right" fill="#4731FF" fill-rule="nonzero"></path>
|
|
8
|
+
</g>
|
|
9
9
|
</svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#DA407B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#DA407B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="16px" height="14px" viewBox="0 0 16 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>bulb-example</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, -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-4" transform="translate(257.000000, 0.000000)">
|
|
13
|
-
<path d="M11.5,18.09375 L12.4375,17.1875 L13.625,18.375 L12.6875,19.3125 L11.5,18.09375 Z M13.34375,13 L15.34375,13 L15.34375,14.34375 L13.34375,14.34375 L13.34375,13 Z M10,10.21875 C10.6041697,10.5729184 11.0885398,11.0520803 11.453125,11.65625 C11.8177102,12.2604197 12,12.9270797 12,13.65625 C12,14.7604222 11.6093789,15.7031211 10.828125,16.484375 C10.0468711,17.2656289 9.10417219,17.65625 8,17.65625 C6.89582781,17.65625 5.95312891,17.2656289 5.171875,16.484375 C4.39062109,15.7031211 4,14.7604222 4,13.65625 C4,12.9270797 4.18228984,12.2604197 4.546875,11.65625 C4.91146016,11.0520803 5.39583031,10.5729184 6,10.21875 L6,7 L10,7 L10,10.21875 Z M2.65625,13 L2.65625,14.34375 L0.65625,14.34375 L0.65625,13 L2.65625,13 Z M7.34375,20.96875 L7.34375,19 L8.65625,19 L8.65625,20.96875 L7.34375,20.96875 Z M2.375,18.375 L3.5625,17.15625 L4.5,18.09375 L3.3125,19.3125 L2.375,18.375 Z" id="bulb-example"></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="14px" viewBox="0 0 16 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>bulb-example</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, -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-4" transform="translate(257.000000, 0.000000)">
|
|
13
|
+
<path d="M11.5,18.09375 L12.4375,17.1875 L13.625,18.375 L12.6875,19.3125 L11.5,18.09375 Z M13.34375,13 L15.34375,13 L15.34375,14.34375 L13.34375,14.34375 L13.34375,13 Z M10,10.21875 C10.6041697,10.5729184 11.0885398,11.0520803 11.453125,11.65625 C11.8177102,12.2604197 12,12.9270797 12,13.65625 C12,14.7604222 11.6093789,15.7031211 10.828125,16.484375 C10.0468711,17.2656289 9.10417219,17.65625 8,17.65625 C6.89582781,17.65625 5.95312891,17.2656289 5.171875,16.484375 C4.39062109,15.7031211 4,14.7604222 4,13.65625 C4,12.9270797 4.18228984,12.2604197 4.546875,11.65625 C4.91146016,11.0520803 5.39583031,10.5729184 6,10.21875 L6,7 L10,7 L10,10.21875 Z M2.65625,13 L2.65625,14.34375 L0.65625,14.34375 L0.65625,13 L2.65625,13 Z M7.34375,20.96875 L7.34375,19 L8.65625,19 L8.65625,20.96875 L7.34375,20.96875 Z M2.375,18.375 L3.5625,17.15625 L4.5,18.09375 L3.3125,19.3125 L2.375,18.375 Z" id="bulb-example"></path>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
21
|
</svg>
|