cloudgov-style 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +36 -0
- data/Gemfile +4 -0
- data/LICENSE +116 -0
- data/README.md +25 -0
- data/Rakefile +1 -0
- data/app/assets/fonts/SourceSansPro-Semibold.ttf +0 -0
- data/app/assets/fonts/SourceSansPro-SemiboldItalic.ttf +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-light-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-light-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-light-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-light-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
- data/app/assets/images/alerts/error.png +0 -0
- data/app/assets/images/alerts/error.svg +17 -0
- data/app/assets/images/alerts/info.png +0 -0
- data/app/assets/images/alerts/info.svg +18 -0
- data/app/assets/images/alerts/success.png +0 -0
- data/app/assets/images/alerts/success.svg +12 -0
- data/app/assets/images/alerts/warning.png +0 -0
- data/app/assets/images/alerts/warning.svg +16 -0
- data/app/assets/images/arrow-down.png +0 -0
- data/app/assets/images/arrow-down.svg +1 -0
- data/app/assets/images/arrow-right.png +0 -0
- data/app/assets/images/arrow-right.svg +1 -0
- data/app/assets/images/cg-bg-a.png +0 -0
- data/app/assets/images/cg-bg-b.png +0 -0
- data/app/assets/images/cg-bg-c.png +0 -0
- data/app/assets/images/chevron-bottom-dark.svg +7 -0
- data/app/assets/images/chevron-bottom-inverse.svg +2 -0
- data/app/assets/images/chevron-bottom.svg +7 -0
- data/app/assets/images/chevron-top-inverse.svg +2 -0
- data/app/assets/images/chevron-top.svg +7 -0
- data/app/assets/images/correct8.png +0 -0
- data/app/assets/images/correct8.svg +1 -0
- data/app/assets/images/correct9.png +0 -0
- data/app/assets/images/correct9.svg +1 -0
- data/app/assets/images/favicons/favicon-114.png +0 -0
- data/app/assets/images/favicons/favicon-144.png +0 -0
- data/app/assets/images/favicons/favicon-16.png +0 -0
- data/app/assets/images/favicons/favicon-192.png +0 -0
- data/app/assets/images/favicons/favicon-57.png +0 -0
- data/app/assets/images/favicons/favicon-72.png +0 -0
- data/app/assets/images/favicons/favicon.ico +0 -0
- data/app/assets/images/favicons/favicon.png +0 -0
- data/app/assets/images/i-agreement.svg +1 -0
- data/app/assets/images/i-checked.svg +1 -0
- data/app/assets/images/i-compass.svg +1 -0
- data/app/assets/images/i-court.svg +1 -0
- data/app/assets/images/i-double_arrow.svg +1 -0
- data/app/assets/images/i-download.svg +1 -0
- data/app/assets/images/i-export.svg +1 -0
- data/app/assets/images/i-locked.svg +1 -0
- data/app/assets/images/i-paperwork.svg +1 -0
- data/app/assets/images/i-plan.svg +1 -0
- data/app/assets/images/i-power.svg +1 -0
- data/app/assets/images/i-shipping.svg +1 -0
- data/app/assets/images/i-user.svg +1 -0
- data/app/assets/images/i-user_researched.svg +1 -0
- data/app/assets/images/icon-hex-alt.svg +1 -0
- data/app/assets/images/icon-hex-primary.svg +7 -0
- data/app/assets/images/icons.svg +1 -0
- data/app/assets/images/logo-img.png +0 -0
- data/app/assets/images/logo.svg +133 -0
- data/app/assets/images/minus.png +0 -0
- data/app/assets/images/minus.svg +1 -0
- data/app/assets/images/plus.png +0 -0
- data/app/assets/images/plus.svg +1 -0
- data/app/assets/images/search.png +0 -0
- data/app/assets/images/search.svg +1 -0
- data/app/assets/images/social-icons/png/facebook25.png +0 -0
- data/app/assets/images/social-icons/png/rss25.png +0 -0
- data/app/assets/images/social-icons/png/twitter16.png +0 -0
- data/app/assets/images/social-icons/png/youtube15.png +0 -0
- data/app/assets/images/social-icons/svg/facebook25.svg +1 -0
- data/app/assets/images/social-icons/svg/rss25.svg +1 -0
- data/app/assets/images/social-icons/svg/twitter16.svg +1 -0
- data/app/assets/images/social-icons/svg/youtube15.svg +1 -0
- data/app/assets/images/sprite.png +0 -0
- data/app/assets/images/us_flag_small.png +0 -0
- data/app/assets/javascript/cg-style.js +16 -0
- data/app/assets/stylesheets/cg_style.css +3102 -0
- data/assets/css/cg_style.css +3102 -0
- data/assets/fonts/SourceSansPro-Semibold.ttf +0 -0
- data/assets/fonts/SourceSansPro-SemiboldItalic.ttf +0 -0
- data/assets/fonts/merriweather-bold-webfont.eot +0 -0
- data/assets/fonts/merriweather-bold-webfont.ttf +0 -0
- data/assets/fonts/merriweather-bold-webfont.woff +0 -0
- data/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
- data/assets/fonts/merriweather-italic-webfont.eot +0 -0
- data/assets/fonts/merriweather-italic-webfont.ttf +0 -0
- data/assets/fonts/merriweather-italic-webfont.woff +0 -0
- data/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
- data/assets/fonts/merriweather-light-webfont.eot +0 -0
- data/assets/fonts/merriweather-light-webfont.ttf +0 -0
- data/assets/fonts/merriweather-light-webfont.woff +0 -0
- data/assets/fonts/merriweather-light-webfont.woff2 +0 -0
- data/assets/fonts/merriweather-regular-webfont.eot +0 -0
- data/assets/fonts/merriweather-regular-webfont.ttf +0 -0
- data/assets/fonts/merriweather-regular-webfont.woff +0 -0
- data/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
- data/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
- data/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
- data/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
- data/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
- data/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
- data/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
- data/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
- data/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
- data/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
- data/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
- data/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
- data/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
- data/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
- data/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
- data/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
- data/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
- data/assets/img/alerts/error.png +0 -0
- data/assets/img/alerts/error.svg +17 -0
- data/assets/img/alerts/info.png +0 -0
- data/assets/img/alerts/info.svg +18 -0
- data/assets/img/alerts/success.png +0 -0
- data/assets/img/alerts/success.svg +12 -0
- data/assets/img/alerts/warning.png +0 -0
- data/assets/img/alerts/warning.svg +16 -0
- data/assets/img/arrow-down.png +0 -0
- data/assets/img/arrow-down.svg +1 -0
- data/assets/img/arrow-right.png +0 -0
- data/assets/img/arrow-right.svg +1 -0
- data/assets/img/cg-bg-a.png +0 -0
- data/assets/img/cg-bg-b.png +0 -0
- data/assets/img/cg-bg-c.png +0 -0
- data/assets/img/chevron-bottom-dark.svg +7 -0
- data/assets/img/chevron-bottom-inverse.svg +2 -0
- data/assets/img/chevron-bottom.svg +7 -0
- data/assets/img/chevron-top-inverse.svg +2 -0
- data/assets/img/chevron-top.svg +7 -0
- data/assets/img/correct8.png +0 -0
- data/assets/img/correct8.svg +1 -0
- data/assets/img/correct9.png +0 -0
- data/assets/img/correct9.svg +1 -0
- data/assets/img/favicons/favicon-114.png +0 -0
- data/assets/img/favicons/favicon-144.png +0 -0
- data/assets/img/favicons/favicon-16.png +0 -0
- data/assets/img/favicons/favicon-192.png +0 -0
- data/assets/img/favicons/favicon-57.png +0 -0
- data/assets/img/favicons/favicon-72.png +0 -0
- data/assets/img/favicons/favicon.ico +0 -0
- data/assets/img/favicons/favicon.png +0 -0
- data/assets/img/i-agreement.svg +1 -0
- data/assets/img/i-checked.svg +1 -0
- data/assets/img/i-compass.svg +1 -0
- data/assets/img/i-court.svg +1 -0
- data/assets/img/i-double_arrow.svg +1 -0
- data/assets/img/i-download.svg +1 -0
- data/assets/img/i-export.svg +1 -0
- data/assets/img/i-locked.svg +1 -0
- data/assets/img/i-paperwork.svg +1 -0
- data/assets/img/i-plan.svg +1 -0
- data/assets/img/i-power.svg +1 -0
- data/assets/img/i-shipping.svg +1 -0
- data/assets/img/i-user.svg +1 -0
- data/assets/img/i-user_researched.svg +1 -0
- data/assets/img/icon-hex-alt.svg +1 -0
- data/assets/img/icon-hex-primary.svg +7 -0
- data/assets/img/icons.svg +1 -0
- data/assets/img/logo-img.png +0 -0
- data/assets/img/logo.svg +133 -0
- data/assets/img/minus.png +0 -0
- data/assets/img/minus.svg +1 -0
- data/assets/img/plus.png +0 -0
- data/assets/img/plus.svg +1 -0
- data/assets/img/search.png +0 -0
- data/assets/img/search.svg +1 -0
- data/assets/img/social-icons/png/facebook25.png +0 -0
- data/assets/img/social-icons/png/rss25.png +0 -0
- data/assets/img/social-icons/png/twitter16.png +0 -0
- data/assets/img/social-icons/png/youtube15.png +0 -0
- data/assets/img/social-icons/svg/facebook25.svg +1 -0
- data/assets/img/social-icons/svg/rss25.svg +1 -0
- data/assets/img/social-icons/svg/twitter16.svg +1 -0
- data/assets/img/social-icons/svg/youtube15.svg +1 -0
- data/assets/img/sprite.png +0 -0
- data/assets/img/us_flag_small.png +0 -0
- data/assets/js/cg-style.js +16 -0
- data/cloudgov-style.gemspec +23 -0
- data/lib/cloudgov-style/assets.rb +20 -0
- data/lib/cloudgov-style/generator.rb +12 -0
- data/lib/cloudgov-style/sass.rb +8 -0
- data/lib/cloudgov-style/version.rb +3 -0
- data/lib/cloudgov-style.rb +14 -0
- metadata +302 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 21a3077c15f629caf5d9bb76290ef9c756da6f4d
|
4
|
+
data.tar.gz: 5faff0ea14e8a7793038a5afeb4dd366708385a1
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c122ecbbba796153858e035107d3f7b718dfcc09ce9af2ec89e0881b9b652679f3d4a19e0ed0aad99cfb4209d6f25814416fb6b37c89a003a644343617618fe8
|
7
|
+
data.tar.gz: cb5f571caf67bcb48819ec236e3f79375d8a543795d4502a6028bd9fe16f8ba20e5d3438484cd10b5452d9c21b5de19641fb60ca4c8af597194638b37c5bf163
|
data/.gitignore
ADDED
@@ -0,0 +1,36 @@
|
|
1
|
+
*.gem
|
2
|
+
*.rbc
|
3
|
+
/.config
|
4
|
+
/coverage/
|
5
|
+
/InstalledFiles
|
6
|
+
/pkg/
|
7
|
+
/spec/reports/
|
8
|
+
/spec/examples.txt
|
9
|
+
/test/tmp/
|
10
|
+
/test/version_tmp/
|
11
|
+
/tmp/
|
12
|
+
|
13
|
+
## Specific to RubyMotion:
|
14
|
+
.dat*
|
15
|
+
.repl_history
|
16
|
+
build/
|
17
|
+
|
18
|
+
## Documentation cache and generated files:
|
19
|
+
/.yardoc/
|
20
|
+
/_yardoc/
|
21
|
+
/doc/
|
22
|
+
/rdoc/
|
23
|
+
|
24
|
+
## Environment normalization:
|
25
|
+
/.bundle/
|
26
|
+
/vendor/bundle
|
27
|
+
/lib/bundler/man/
|
28
|
+
|
29
|
+
# for a library or gem, you might want to ignore these files since the code is
|
30
|
+
# intended to run in multiple environments; otherwise, check them in:
|
31
|
+
# Gemfile.lock
|
32
|
+
# .ruby-version
|
33
|
+
# .ruby-gemset
|
34
|
+
|
35
|
+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
36
|
+
.rvmrc
|
data/Gemfile
ADDED
data/LICENSE
ADDED
@@ -0,0 +1,116 @@
|
|
1
|
+
CC0 1.0 Universal
|
2
|
+
|
3
|
+
Statement of Purpose
|
4
|
+
|
5
|
+
The laws of most jurisdictions throughout the world automatically confer
|
6
|
+
exclusive Copyright and Related Rights (defined below) upon the creator and
|
7
|
+
subsequent owner(s) (each and all, an "owner") of an original work of
|
8
|
+
authorship and/or a database (each, a "Work").
|
9
|
+
|
10
|
+
Certain owners wish to permanently relinquish those rights to a Work for the
|
11
|
+
purpose of contributing to a commons of creative, cultural and scientific
|
12
|
+
works ("Commons") that the public can reliably and without fear of later
|
13
|
+
claims of infringement build upon, modify, incorporate in other works, reuse
|
14
|
+
and redistribute as freely as possible in any form whatsoever and for any
|
15
|
+
purposes, including without limitation commercial purposes. These owners may
|
16
|
+
contribute to the Commons to promote the ideal of a free culture and the
|
17
|
+
further production of creative, cultural and scientific works, or to gain
|
18
|
+
reputation or greater distribution for their Work in part through the use and
|
19
|
+
efforts of others.
|
20
|
+
|
21
|
+
For these and/or other purposes and motivations, and without any expectation
|
22
|
+
of additional consideration or compensation, the person associating CC0 with a
|
23
|
+
Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
|
24
|
+
and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
|
25
|
+
and publicly distribute the Work under its terms, with knowledge of his or her
|
26
|
+
Copyright and Related Rights in the Work and the meaning and intended legal
|
27
|
+
effect of CC0 on those rights.
|
28
|
+
|
29
|
+
1. Copyright and Related Rights. A Work made available under CC0 may be
|
30
|
+
protected by copyright and related or neighboring rights ("Copyright and
|
31
|
+
Related Rights"). Copyright and Related Rights include, but are not limited
|
32
|
+
to, the following:
|
33
|
+
|
34
|
+
i. the right to reproduce, adapt, distribute, perform, display, communicate,
|
35
|
+
and translate a Work;
|
36
|
+
|
37
|
+
ii. moral rights retained by the original author(s) and/or performer(s);
|
38
|
+
|
39
|
+
iii. publicity and privacy rights pertaining to a person's image or likeness
|
40
|
+
depicted in a Work;
|
41
|
+
|
42
|
+
iv. rights protecting against unfair competition in regards to a Work,
|
43
|
+
subject to the limitations in paragraph 4(a), below;
|
44
|
+
|
45
|
+
v. rights protecting the extraction, dissemination, use and reuse of data in
|
46
|
+
a Work;
|
47
|
+
|
48
|
+
vi. database rights (such as those arising under Directive 96/9/EC of the
|
49
|
+
European Parliament and of the Council of 11 March 1996 on the legal
|
50
|
+
protection of databases, and under any national implementation thereof,
|
51
|
+
including any amended or successor version of such directive); and
|
52
|
+
|
53
|
+
vii. other similar, equivalent or corresponding rights throughout the world
|
54
|
+
based on applicable law or treaty, and any national implementations thereof.
|
55
|
+
|
56
|
+
2. Waiver. To the greatest extent permitted by, but not in contravention of,
|
57
|
+
applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
|
58
|
+
unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
|
59
|
+
and Related Rights and associated claims and causes of action, whether now
|
60
|
+
known or unknown (including existing as well as future claims and causes of
|
61
|
+
action), in the Work (i) in all territories worldwide, (ii) for the maximum
|
62
|
+
duration provided by applicable law or treaty (including future time
|
63
|
+
extensions), (iii) in any current or future medium and for any number of
|
64
|
+
copies, and (iv) for any purpose whatsoever, including without limitation
|
65
|
+
commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
|
66
|
+
the Waiver for the benefit of each member of the public at large and to the
|
67
|
+
detriment of Affirmer's heirs and successors, fully intending that such Waiver
|
68
|
+
shall not be subject to revocation, rescission, cancellation, termination, or
|
69
|
+
any other legal or equitable action to disrupt the quiet enjoyment of the Work
|
70
|
+
by the public as contemplated by Affirmer's express Statement of Purpose.
|
71
|
+
|
72
|
+
3. Public License Fallback. Should any part of the Waiver for any reason be
|
73
|
+
judged legally invalid or ineffective under applicable law, then the Waiver
|
74
|
+
shall be preserved to the maximum extent permitted taking into account
|
75
|
+
Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
|
76
|
+
is so judged Affirmer hereby grants to each affected person a royalty-free,
|
77
|
+
non transferable, non sublicensable, non exclusive, irrevocable and
|
78
|
+
unconditional license to exercise Affirmer's Copyright and Related Rights in
|
79
|
+
the Work (i) in all territories worldwide, (ii) for the maximum duration
|
80
|
+
provided by applicable law or treaty (including future time extensions), (iii)
|
81
|
+
in any current or future medium and for any number of copies, and (iv) for any
|
82
|
+
purpose whatsoever, including without limitation commercial, advertising or
|
83
|
+
promotional purposes (the "License"). The License shall be deemed effective as
|
84
|
+
of the date CC0 was applied by Affirmer to the Work. Should any part of the
|
85
|
+
License for any reason be judged legally invalid or ineffective under
|
86
|
+
applicable law, such partial invalidity or ineffectiveness shall not
|
87
|
+
invalidate the remainder of the License, and in such case Affirmer hereby
|
88
|
+
affirms that he or she will not (i) exercise any of his or her remaining
|
89
|
+
Copyright and Related Rights in the Work or (ii) assert any associated claims
|
90
|
+
and causes of action with respect to the Work, in either case contrary to
|
91
|
+
Affirmer's express Statement of Purpose.
|
92
|
+
|
93
|
+
4. Limitations and Disclaimers.
|
94
|
+
|
95
|
+
a. No trademark or patent rights held by Affirmer are waived, abandoned,
|
96
|
+
surrendered, licensed or otherwise affected by this document.
|
97
|
+
|
98
|
+
b. Affirmer offers the Work as-is and makes no representations or warranties
|
99
|
+
of any kind concerning the Work, express, implied, statutory or otherwise,
|
100
|
+
including without limitation warranties of title, merchantability, fitness
|
101
|
+
for a particular purpose, non infringement, or the absence of latent or
|
102
|
+
other defects, accuracy, or the present or absence of errors, whether or not
|
103
|
+
discoverable, all to the greatest extent permissible under applicable law.
|
104
|
+
|
105
|
+
c. Affirmer disclaims responsibility for clearing rights of other persons
|
106
|
+
that may apply to the Work or any use thereof, including without limitation
|
107
|
+
any person's Copyright and Related Rights in the Work. Further, Affirmer
|
108
|
+
disclaims responsibility for obtaining any necessary consents, permissions
|
109
|
+
or other rights required for any use of the Work.
|
110
|
+
|
111
|
+
d. Affirmer understands and acknowledges that Creative Commons is not a
|
112
|
+
party to this document and has no duty or obligation with respect to this
|
113
|
+
CC0 or use of the Work.
|
114
|
+
|
115
|
+
For more information, please see
|
116
|
+
<http://creativecommons.org/publicdomain/zero/1.0/>
|
data/README.md
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
# Cloudgov::Style
|
2
|
+
|
3
|
+
Styling for cloud.gov products. Main repository at
|
4
|
+
[18F/cloud.gov](https://github.com/18F/cg-style)
|
5
|
+
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
|
9
|
+
Add this line to your application's Gemfile:
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
gem 'cloudgov-style'
|
13
|
+
```
|
14
|
+
|
15
|
+
And then execute:
|
16
|
+
|
17
|
+
$ bundle
|
18
|
+
|
19
|
+
Or install it yourself as:
|
20
|
+
|
21
|
+
$ gem install cloudgov-style
|
22
|
+
|
23
|
+
## Usage
|
24
|
+
|
25
|
+
Frontend assets should be available in the ruby asset pipeline.
|
data/Rakefile
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require "bundler/gem_tasks"
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="216px" height="146px" viewBox="0 0 216 146" enable-background="new 0 0 216 146" xml:space="preserve">
|
6
|
+
<path d="M162.18,41.592c-5.595-9.586-13.185-17.176-22.771-22.771c-9.588-5.595-20.055-8.392-31.408-8.392
|
7
|
+
c-11.352,0-21.821,2.797-31.408,8.392c-9.587,5.594-17.177,13.184-22.772,22.771C48.225,51.179,45.428,61.649,45.428,73
|
8
|
+
c0,11.351,2.798,21.82,8.392,31.408c5.595,9.584,13.185,17.176,22.772,22.771c9.587,5.595,20.056,8.392,31.408,8.392
|
9
|
+
c11.352,0,21.822-2.797,31.408-8.392c9.586-5.594,17.176-13.185,22.771-22.771c5.594-9.588,8.391-20.058,8.391-31.408
|
10
|
+
C170.57,61.649,167.773,51.178,162.18,41.592z M118.43,112.025c0,0.761-0.246,1.398-0.734,1.914s-1.086,0.773-1.793,0.773H100.26
|
11
|
+
c-0.706,0-1.331-0.271-1.874-0.814c-0.543-0.543-0.814-1.168-0.814-1.873V96.546c0-0.706,0.271-1.331,0.814-1.874
|
12
|
+
c0.543-0.543,1.168-0.814,1.874-0.814h15.643c0.707,0,1.306,0.258,1.793,0.773c0.488,0.518,0.734,1.154,0.734,1.915V112.025z
|
13
|
+
M118.266,83.999c-0.055,0.543-0.339,1.019-0.854,1.426c-0.517,0.407-1.154,0.61-1.914,0.61h-15.073
|
14
|
+
c-0.761,0-1.413-0.203-1.956-0.61c-0.543-0.407-0.815-0.883-0.815-1.426l-1.385-50.595c0-0.653,0.271-1.141,0.814-1.467
|
15
|
+
c0.544-0.434,1.196-0.652,1.956-0.652h17.926c0.761,0,1.412,0.217,1.955,0.652c0.543,0.326,0.813,0.815,0.813,1.467L118.266,83.999z
|
16
|
+
"/>
|
17
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="216px" height="146px" viewBox="0 0 216 146" enable-background="new 0 0 216 146" xml:space="preserve">
|
6
|
+
<path d="M162.18,41.592c-5.595-9.586-13.185-17.176-22.771-22.771c-9.588-5.595-20.055-8.392-31.408-8.392
|
7
|
+
c-11.352,0-21.822,2.797-31.408,8.392c-9.587,5.594-17.177,13.184-22.772,22.771C48.225,51.179,45.428,61.649,45.428,73
|
8
|
+
c0,11.352,2.798,21.82,8.392,31.408c5.595,9.585,13.185,17.176,22.772,22.771c9.587,5.595,20.056,8.392,31.408,8.392
|
9
|
+
c11.352,0,21.822-2.797,31.408-8.392c9.586-5.594,17.176-13.185,22.771-22.771c5.594-9.587,8.391-20.057,8.391-31.408
|
10
|
+
C170.57,61.648,167.773,51.178,162.18,41.592z M97.572,26.071c0-0.761,0.244-1.385,0.733-1.874c0.489-0.488,1.114-0.733,1.874-0.733
|
11
|
+
h15.644c0.76,0,1.385,0.245,1.872,0.733c0.488,0.489,0.734,1.113,0.734,1.874v13.036c0,0.76-0.246,1.385-0.734,1.873
|
12
|
+
c-0.487,0.489-1.112,0.733-1.872,0.733h-15.644c-0.76,0-1.385-0.244-1.874-0.733c-0.489-0.488-0.733-1.113-0.733-1.873V26.071z
|
13
|
+
M128.857,112.107c0,0.76-0.246,1.385-0.733,1.872c-0.487,0.489-1.112,0.733-1.874,0.733h-36.5c-0.761,0-1.385-0.244-1.874-0.733
|
14
|
+
c-0.489-0.488-0.733-1.113-0.733-1.873V99.07c0-0.762,0.244-1.385,0.733-1.874c0.489-0.488,1.114-0.733,1.874-0.733h7.822V70.392
|
15
|
+
H89.75c-0.761,0-1.385-0.244-1.874-0.733c-0.489-0.488-0.733-1.113-0.733-1.874V54.75c0-0.761,0.244-1.385,0.733-1.874
|
16
|
+
c0.489-0.489,1.114-0.733,1.874-0.733h26.073c0.76,0,1.385,0.244,1.872,0.733c0.488,0.489,0.734,1.113,0.734,1.874v41.714h7.82
|
17
|
+
c0.761,0,1.386,0.245,1.874,0.733c0.487,0.488,0.733,1.113,0.733,1.874V112.107z"/>
|
18
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
2
|
+
width="216px" height="216px" viewBox="0 0 216 216" xml:space="preserve">
|
3
|
+
<path d="M162.18,41.592c-5.595-9.586-13.185-17.176-22.771-22.771c-9.588-5.595-20.055-8.392-31.408-8.392
|
4
|
+
c-11.352,0-21.822,2.797-31.408,8.392c-9.587,5.594-17.177,13.184-22.772,22.771C48.225,51.179,45.428,61.649,45.428,73
|
5
|
+
c0,11.352,2.798,21.82,8.392,31.408c5.595,9.585,13.185,17.176,22.772,22.771c9.587,5.595,20.056,8.392,31.408,8.392
|
6
|
+
c11.352,0,21.822-2.797,31.408-8.392c9.586-5.594,17.176-13.185,22.771-22.771c5.594-9.587,8.391-20.057,8.391-31.408
|
7
|
+
C170.57,61.648,167.773,51.178,162.18,41.592z M148.572,63.468l-44.239,44.239c-1.032,1.032-2.281,1.549-3.748,1.549
|
8
|
+
c-1.412,0-2.634-0.517-3.666-1.549L67.425,78.215c-0.977-0.979-1.466-2.199-1.466-3.666c0-1.521,0.488-2.771,1.466-3.749
|
9
|
+
l7.414-7.332c1.033-1.032,2.254-1.548,3.667-1.548s2.635,0.516,3.667,1.548l18.413,18.413l33.241-33.16
|
10
|
+
c1.032-1.032,2.254-1.548,3.666-1.548c1.411,0,2.635,0.516,3.666,1.548l7.414,7.333c0.979,0.977,1.467,2.226,1.467,3.747
|
11
|
+
C150.04,61.268,149.552,62.49,148.572,63.468z"/>
|
12
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
width="216px" height="146px" viewBox="0 0 216 146" enable-background="new 0 0 216 146" xml:space="preserve">
|
6
|
+
<path d="M179.695,125.388L117.126,10.673c-0.924-1.684-2.2-3.015-3.832-3.992c-1.628-0.978-3.394-1.467-5.295-1.467
|
7
|
+
c-1.901,0-3.667,0.49-5.296,1.467s-2.906,2.308-3.829,3.992L36.303,125.388c-1.901,3.423-1.847,6.845,0.163,10.267
|
8
|
+
c0.924,1.574,2.187,2.824,3.789,3.746c1.603,0.924,3.327,1.387,5.174,1.387H170.57c1.849,0,3.572-0.463,5.175-1.387
|
9
|
+
c1.603-0.922,2.864-2.172,3.789-3.746C181.544,132.232,181.598,128.811,179.695,125.388z M118.43,117.24
|
10
|
+
c0,0.76-0.259,1.398-0.773,1.914c-0.516,0.516-1.127,0.773-1.834,0.773H100.18c-0.706,0-1.317-0.257-1.833-0.773
|
11
|
+
c-0.516-0.517-0.774-1.154-0.774-1.914v-15.48c0-0.76,0.258-1.397,0.774-1.914c0.516-0.516,1.126-0.773,1.833-0.773h15.642
|
12
|
+
c0.707,0,1.318,0.257,1.834,0.773c0.515,0.517,0.773,1.154,0.773,1.914V117.24z M118.268,86.77
|
13
|
+
c-0.056,0.543-0.341,0.991-0.856,1.344c-0.517,0.354-1.154,0.529-1.915,0.529h-15.073c-0.76,0-1.412-0.176-1.955-0.529
|
14
|
+
c-0.544-0.354-0.815-0.801-0.815-1.346l-1.385-37.231c0-0.761,0.272-1.331,0.815-1.711c0.706-0.597,1.358-0.896,1.956-0.896h17.924
|
15
|
+
c0.598,0,1.25,0.298,1.956,0.896c0.543,0.38,0.813,0.896,0.813,1.548L118.268,86.77z"/>
|
16
|
+
</svg>
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 444.8 444.8"><path d="M248.1 352L434 165.9c7.2-6.9 10.8-15.4 10.8-25.7 0-10.3-3.6-18.8-10.8-25.7l-21.4-21.7c-7-7-15.6-10.6-25.7-10.6-9.9 0-18.6 3.5-26 10.6L222.4 231.5 83.7 92.8c-7-7-15.6-10.6-25.7-10.6-9.9 0-18.6 3.5-26 10.6l-21.4 21.7c-7 7-10.6 15.6-10.6 25.7s3.5 18.7 10.6 25.7L196.4 352c7.4 7 16.1 10.6 26 10.6 10.1 0 18.7-3.5 25.7-10.6z"/></svg>
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="444.819" height="444.819" viewBox="0 0 444.819 444.819"><path d="M352.025 196.712L165.885 10.848C159.028 3.615 150.468 0 140.185 0s-18.84 3.62-25.696 10.848l-21.7 21.416c-7.045 7.043-10.567 15.604-10.567 25.692 0 9.897 3.52 18.56 10.566 25.98L231.544 222.41 92.785 361.168c-7.04 7.043-10.563 15.604-10.563 25.693 0 9.9 3.52 18.566 10.564 25.98l21.7 21.417c7.043 7.043 15.612 10.564 25.697 10.564 10.09 0 18.656-3.52 25.697-10.564L352.025 248.39c7.046-7.423 10.57-16.084 10.57-25.98.002-10.09-3.524-18.655-10.57-25.698z"/></svg>
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1068 40" preserveAspectRatio="none">
|
2
|
+
<defs>
|
3
|
+
<style>.cls-1{fill:#1f2c38;}</style>
|
4
|
+
</defs>
|
5
|
+
<title>chevron-bottom-dark</title>
|
6
|
+
<polyline class="cls-1" points="1068 0 534 40.01 0 0.01"/>
|
7
|
+
</svg>
|
@@ -0,0 +1,2 @@
|
|
1
|
+
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1068 40" preserveAspectRatio="none">
|
2
|
+
<defs><style>.cls-1{fill:#fff;}.cls-2{fill:#5283a8;}</style></defs><title>chevron-bottom-inverse</title><polyline class="cls-1" points="534 39.99 0 39.99 0 0"/><polyline class="cls-1" points="1068 0 1068 39.99 534 39.99"/><line class="cls-2" x2="1068"/></svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1068 40" preserveAspectRatio="none">
|
2
|
+
<defs>
|
3
|
+
<style>.cls-1{fill:#fff;}</style>
|
4
|
+
</defs>
|
5
|
+
<title>chevron-bottom</title>
|
6
|
+
<polyline class="cls-1" points="0 40.01 534 0 1068 39.99"/>
|
7
|
+
</svg>
|
@@ -0,0 +1,2 @@
|
|
1
|
+
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1068 40" preserveAspectRatio="none">
|
2
|
+
<defs><style>.cls-1{fill:#1f2c38;}.cls-2{fill:#5283a8;}</style></defs><title>chevron-top-inverse</title><polyline class="cls-1" points="534 39.99 0 39.99 0 0"/><polyline class="cls-1" points="1068 0 1068 39.99 534 39.99"/><line class="cls-2" x2="1068"/></svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1068 40" preserveAspectRatio="none">
|
2
|
+
<defs>
|
3
|
+
<style>.cls-1{fill:#1f2c38;}</style>
|
4
|
+
</defs>
|
5
|
+
<title>chevron-top</title>
|
6
|
+
<polyline class="cls-1" points="0 40.01 534 0 1068 39.99"/>
|
7
|
+
</svg>
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 216 146"><path fill="#fff" d="M168.86 37.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172 0-4.02.76-5.54 2.28L93.254 80.414 69.3 56.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172 0-4.02.76-5.54 2.28L47.14 67.46c-1.52 1.522-2.28 3.37-2.28 5.542 0 2.172.76 4.02 2.28 5.54l29.493 29.493 11.08 11.08c1.52 1.52 3.368 2.28 5.54 2.28 2.173 0 4.02-.76 5.54-2.28l11.082-11.08L168.86 49.05c1.52-1.52 2.283-3.37 2.283-5.54 0-2.174-.76-4.02-2.28-5.54z"/></svg>
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 216 146"><path fill="#0071bc" d="M168.86 37.966l-11.08-11.08c-1.52-1.52-3.367-2.28-5.54-2.28-2.172 0-4.02.76-5.54 2.28L93.254 80.414 69.3 56.38c-1.52-1.522-3.367-2.282-5.54-2.282-2.172 0-4.02.76-5.54 2.28L47.14 67.46c-1.52 1.522-2.28 3.37-2.28 5.542 0 2.172.76 4.02 2.28 5.54l29.493 29.493 11.08 11.08c1.52 1.52 3.368 2.28 5.54 2.28 2.173 0 4.02-.76 5.54-2.28l11.082-11.08L168.86 49.05c1.52-1.52 2.283-3.37 2.283-5.54 0-2.174-.76-4.02-2.28-5.54z"/></svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65.22 36.12"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-agreement</title><line class="cls-1" x1="44.68" y1="26.33" x2="38.66" y2="21.27"/><line class="cls-1" x1="39.14" y1="29.4" x2="34.24" y2="25.38"/><path class="cls-1" d="M12.34,18.78c1.75,5,15.82,15.89,15.82,15.89,3.39,2.87,6.46-1.51,3.67-3.87l-2.14-2.08"/><path class="cls-1" d="M29.69,28.73l5.82,5.05a2.83,2.83,0,1,0,3.85-4.13l1.47,1.24c2.93,2.48,6.78-2.09,3.86-4.56l0.23,0.19C47.83,29,51.68,24.43,48.76,22L34.36,10.22s-2.78,1.06-3.85.76c0,0-4.15,6.36-7.18,4.15s0-11.62,8.52-13c0,0,3.84-1.09,13.23,3.75l3.48-1.05"/><rect class="cls-1" x="-2.39" y="7.21" width="21.97" height="10.61" transform="translate(-5.79 17.38) rotate(-74.19)"/><rect class="cls-1" x="51.31" y="2.09" width="10.61" height="21.97" transform="translate(-1.42 15.92) rotate(-15.81)"/><path class="cls-1" d="M16.29,4.81s0.49-.9,11.32-1.13"/><path class="cls-1" d="M49.69,23.46s2.68,0.7,4.09-.91"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.63 34.62"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-checked</title><circle class="cls-1" cx="17.31" cy="17.31" r="16.81"/><polyline class="cls-1" points="10.02 17.82 14.92 23.95 25.47 10.75"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.55 41.55"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-compass</title><polyline class="cls-1" points="33.83 13.55 41.05 20.77 33.83 28"/><polyline class="cls-1" points="7.72 28 0.5 20.77 7.72 13.55"/><polyline class="cls-1" points="13.55 7.72 20.77 0.5 28 7.72"/><polyline class="cls-1" points="28 33.83 20.77 41.05 13.55 33.83"/><line class="cls-1" x1="0.87" y1="20.77" x2="41.05" y2="20.77"/><line class="cls-1" x1="20.96" y1="0.68" x2="20.96" y2="40.87"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.48 31.07"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-court</title><polygon class="cls-1" points="0.5 9.83 15.25 0.5 29.98 9.83 0.5 9.83"/><ellipse class="cls-1" cx="15.24" cy="5.81" rx="1.29" ry="1.32"/><line class="cls-1" x1="0.72" y1="30.57" x2="29.76" y2="30.57"/><rect class="cls-1" x="4.35" y="12.94" width="2.07" height="14.52"/><rect class="cls-1" x="10.57" y="12.94" width="2.07" height="14.52"/><rect class="cls-1" x="17.83" y="12.94" width="2.07" height="14.52"/><rect class="cls-1" x="24.05" y="12.94" width="2.07" height="14.52"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 47.73 47.73"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-double_arrow</title><line class="cls-1" x1="8.56" y1="39.17" x2="39.28" y2="8.59"/><rect class="cls-1" x="0.5" y="0.5" width="46.73" height="46.73"/><polyline class="cls-1" points="8.56 27.93 8.56 39.17 19.94 39.17"/><polyline class="cls-1" points="39.27 19.84 39.27 8.59 27.89 8.59"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 35.5"><defs><style>.cls-1{fill:none;stroke:#3b97d3;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-download</title><line class="cls-1" x1="12.5" y1="21.5" x2="12.5" y2="0.5"/><polyline class="cls-1" points="17.46 16.18 12.62 21.02 7.78 16.18"/><polyline class="cls-1" points="8 11 0.5 11 0.5 35 24.5 35 24.5 11 17 11"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.67 34.67"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-export</title><path class="cls-1" d="M17.34,0.5A16.84,16.84,0,1,0,34.17,17.34,16.85,16.85,0,0,0,17.34.5Z"/><path class="cls-1" d="M28.58,29.89c-3.65-1.52-7.5-3.27-7.5-4.37V24a9.32,9.32,0,0,0,2.37-4c1.09-.76.63-2.35,0.63-3.47v-3.3c0-3.41-2.16-5.74-6.5-5.74s-6.5,2.33-6.5,5.74v3.3A2.35,2.35,0,0,0,11.7,20a9.33,9.33,0,0,0,2.37,4v1.48c-1,1.11-3.77,2.75-7.46,4.28"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46.17 60.53"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-locked</title><path class="cls-1" d="M6.14,23A5.56,5.56,0,0,0,.5,28.55L3,54.48A5.57,5.57,0,0,0,8.63,60H37.54a5.61,5.61,0,0,0,5.64-5.6l2.49-25.9A5.54,5.54,0,0,0,40,23H6.14Z"/><path class="cls-1" d="M25.88,49.61H20.29l-1.05-8.66a3.85,3.85,0,0,1,7.69,0Z"/><path class="cls-1" d="M11.7,23V11.14C11.7,5.27,17.08.5,23.09,0.5S34.48,5.27,34.48,11.14V23"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.28 37.59"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-paperwork</title><polyline class="cls-1" points="23.47 0.5 23.47 6.68 29.78 6.68"/><path class="cls-1" d="M29.78,31a1.12,1.12,0,0,1-1.11,1.11H6.73A1.11,1.11,0,0,1,5.63,31V1.62A1.12,1.12,0,0,1,6.73.5H24.16a0.82,0.82,0,0,1,.63.33l4.65,4.53a1.1,1.1,0,0,1,.33.79V31Z"/><line class="cls-1" x1="24.31" y1="15.62" x2="11.6" y2="15.62"/><line class="cls-1" x1="24.31" y1="20.7" x2="11.6" y2="20.7"/><line class="cls-1" x1="24.31" y1="25.79" x2="11.6" y2="25.79"/><line class="cls-1" x1="19.38" y1="10.51" x2="11.43" y2="10.51"/><path class="cls-1" d="M1.65,5.24A1.15,1.15,0,0,0,.5,6.39V35.94a1.15,1.15,0,0,0,1.15,1.15h24a1.15,1.15,0,0,0,1.15-1.15"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 35"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-plan</title><rect class="cls-1" x="10.5" y="0.5" width="13" height="13"/><rect class="cls-1" x="0.5" y="28.5" width="7" height="6"/><rect class="cls-1" x="13.5" y="28.5" width="7" height="6"/><rect class="cls-1" x="26.5" y="28.5" width="7" height="6"/><polyline class="cls-1" points="4.5 26 4.5 20.5 29.5 20.5 29.5 26"/><line class="cls-1" x1="16.5" y1="26" x2="16.5" y2="17"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32.84 36.91"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-power</title><ellipse class="cls-1" cx="16.36" cy="18.46" rx="1.93" ry="1.95"/><ellipse class="cls-1" cx="16.42" cy="18.45" rx="7.98" ry="17.95"/><path class="cls-1" d="M12.43,11.48c8.51-5,17.2-5.86,19.4-2s-2.91,11-11.42,16-17.2,5.86-19.4,2S3.92,16.44,12.43,11.48Z"/><path class="cls-1" d="M12.43,25.43c-8.51-5-13.62-12.1-11.42-16s10.89-3,19.4,2,13.62,12.1,11.42,16S20.94,30.39,12.43,25.43Z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45.89 46.11"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-shipping</title><polygon class="cls-1" points="22.81 40.65 11.84 45.61 11.84 29.9 22.81 24.94 22.81 40.65"/><polygon class="cls-1" points="11.84 45.61 0.5 40.65 0.5 24.94 11.84 29.9 11.84 45.61"/><polygon class="cls-1" points="11.84 20.03 0.5 24.94 11.84 29.9 22.81 24.94 11.84 20.03"/><polygon class="cls-1" points="34.15 20.03 22.81 24.94 22.81 9.93 34.15 5.19 34.15 20.03"/><polygon class="cls-1" points="22.81 24.94 11.84 20.03 11.84 5.19 22.81 9.93 22.81 24.94"/><polygon class="cls-1" points="22.81 0.5 11.84 5.19 22.81 9.93 34.15 5.19 22.81 0.5"/><polygon class="cls-1" points="45.39 40.65 34.15 45.61 34.15 29.9 45.39 24.94 45.39 40.65"/><polygon class="cls-1" points="34.15 45.61 22.81 40.65 22.81 24.94 34.15 29.9 34.15 45.61"/><polygon class="cls-1" points="34.15 20.03 22.81 24.94 34.15 29.9 45.39 24.94 34.15 20.03"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34.67 34.67"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-user</title><path class="cls-1" d="M17.34,0.5A16.84,16.84,0,1,0,34.17,17.34,16.85,16.85,0,0,0,17.34.5Z"/><path class="cls-1" d="M28.58,29.89c-3.65-1.52-7.5-3.27-7.5-4.37V24a9.32,9.32,0,0,0,2.37-4c1.09-.76.63-2.35,0.63-3.47v-3.3c0-3.41-2.16-5.74-6.5-5.74s-6.5,2.33-6.5,5.74v3.3A2.35,2.35,0,0,0,11.7,20a9.33,9.33,0,0,0,2.37,4v1.48c-1,1.11-3.77,2.75-7.46,4.28"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 66.11 61.47"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><title>i-user_researched</title><path class="cls-1" d="M38.15,38.37a5.93,5.93,0,0,1-2.39-2.47V33A18.43,18.43,0,0,0,40,25.1a4.74,4.74,0,0,0,.89-6.82V11.79c0-6.7-3.68-11.29-12.1-11.29-8.2,0-12.1,4.59-12.1,11.29v6.5a4.74,4.74,0,0,0,.89,6.81A18.42,18.42,0,0,0,21.88,33v2.9c-0.85,2.76-11,7.2-20.09,10.78A2.07,2.07,0,0,0,.5,48.61v3.06"/><circle class="cls-1" cx="53.29" cy="48.65" r="12.32" transform="translate(-18.79 51.93) rotate(-45)"/><line class="cls-1" x1="51.17" y1="53.63" x2="59.08" y2="45.18"/><line class="cls-1" x1="51.17" y1="53.63" x2="47.5" y2="49.7"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Content" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 81 93.53"><defs><style>.cls-1{fill:#e74c3c;}</style></defs><title>icon-hex</title><polygon class="cls-1" points="40.5 0 81 23.38 81 70.15 40.5 93.53 0 70.15 0 23.38 40.5 0"/></svg>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<svg id="Content" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 81 93.53">
|
2
|
+
<defs>
|
3
|
+
<style>.cls-1{fill:#3498db;}</style>
|
4
|
+
</defs>
|
5
|
+
<title>icon-hex-primary</title>
|
6
|
+
<polygon class="cls-1" points="40.5 0 81 23.38 81 70.15 40.5 93.53 0 70.15 0 23.38 40.5 0"/>
|
7
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol id="chevron-bottom" viewBox="0 0 1068 40" preserveAspectRatio="none"><defs><style>.acls-1{fill:#fff}</style></defs><title>chevron-bottom</title><path class="acls-1" d="M0 40.01L534 0l534 39.99"/></symbol><symbol id="chevron-bottom-dark" viewBox="0 0 1068 40" preserveAspectRatio="none"><defs><style>.bcls-1{fill:#1f2c38}</style></defs><title>chevron-bottom-dark</title><path class="bcls-1" d="M1068 0L534 40.01 0 .01"/></symbol><symbol id="chevron-bottom-inverse" viewBox="0 0 1068 40" preserveAspectRatio="none"><defs><style>.ccls-1{fill:#fff}.ccls-2{fill:#5283a8}</style></defs><title>chevron-bottom-inverse</title><path class="ccls-1" d="M534 39.99H0V0M1068 0v39.99H534"/><path class="ccls-2" d="M0 0h1068"/></symbol><symbol id="chevron-top" viewBox="0 0 1068 40" preserveAspectRatio="none"><defs><style>.dcls-1{fill:#1f2c38}</style></defs><title>chevron-top</title><path class="dcls-1" d="M0 40.01L534 0l534 39.99"/></symbol><symbol id="chevron-top-inverse" viewBox="0 0 1068 40" preserveAspectRatio="none"><defs><style>.ecls-1{fill:#1f2c38}.ecls-2{fill:#5283a8}</style></defs><title>chevron-top-inverse</title><path class="ecls-1" d="M534 39.99H0V0M1068 0v39.99H534"/><path class="ecls-2" d="M0 0h1068"/></symbol><symbol id="i-agreement" viewBox="0 0 65.22 36.12"><defs><style>.fcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-agreement</title><path class="fcls-1" d="M44.68 26.33l-6.02-5.06M39.14 29.4l-4.9-4.02M12.34 18.78c1.75 5 15.82 15.89 15.82 15.89 3.39 2.87 6.46-1.51 3.67-3.87l-2.14-2.08"/><path class="fcls-1" d="M29.69 28.73l5.82 5.05a2.83 2.83 0 1 0 3.85-4.13l1.47 1.24c2.93 2.48 6.78-2.09 3.86-4.56l.23.19c2.91 2.48 6.76-2.09 3.84-4.52l-14.4-11.78s-2.78 1.06-3.85.76c0 0-4.15 6.36-7.18 4.15s0-11.62 8.52-13c0 0 3.84-1.09 13.23 3.75l3.48-1.05M.496 21.644L6.482.504 16.69 3.397l-5.985 21.14zM48.518 3.952l10.21-2.89L64.712 22.2l-10.21 2.89zM16.29 4.81s.49-.9 11.32-1.13M49.69 23.46s2.68.7 4.09-.91"/></symbol><symbol id="i-checked" viewBox="0 0 34.63 34.62"><defs><style>.gcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-checked</title><circle class="gcls-1" cx="17.31" cy="17.31" r="16.81"/><path class="gcls-1" d="M10.02 17.82l4.9 6.13 10.55-13.2"/></symbol><symbol id="i-compass" viewBox="0 0 41.55 41.55"><defs><style>.hcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-compass</title><path class="hcls-1" d="M33.83 13.55l7.22 7.22L33.83 28M7.72 28L.5 20.77l7.22-7.22M13.55 7.72L20.77.5 28 7.72M28 33.83l-7.23 7.22-7.22-7.22M.87 20.77h40.18M20.96.68v40.19"/></symbol><symbol id="i-court" viewBox="0 0 30.48 31.07"><defs><style>.icls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-court</title><path class="icls-1" d="M.5 9.83L15.25.5l14.73 9.33H.5z"/><ellipse class="icls-1" cx="15.24" cy="5.81" rx="1.29" ry="1.32"/><path class="icls-1" d="M.72 30.57h29.04M4.35 12.94h2.07v14.52H4.35zM10.57 12.94h2.07v14.52h-2.07zM17.83 12.94h2.07v14.52h-2.07zM24.05 12.94h2.07v14.52h-2.07z"/></symbol><symbol id="i-double_arrow" viewBox="0 0 47.73 47.73"><defs><style>.jcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-double_arrow</title><path class="jcls-1" d="M8.56 39.17L39.28 8.59M.5.5h46.73v46.73H.5z"/><path class="jcls-1" d="M8.56 27.93v11.24h11.38M39.27 19.84V8.59H27.89"/></symbol><symbol id="i-download" viewBox="0 0 25 35.5"><defs><style>.kcls-1{fill:none;stroke:#3b97d3;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-download</title><path class="kcls-1" d="M12.5 21.5V.5M17.46 16.18l-4.84 4.84-4.84-4.84"/><path class="kcls-1" d="M8 11H.5v24h24V11H17"/></symbol><symbol id="i-export" viewBox="0 0 34.67 34.67"><defs><style>.lcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-export</title><path class="lcls-1" d="M17.34.5a16.84 16.84 0 1 0 16.83 16.84A16.85 16.85 0 0 0 17.34.5z"/><path class="lcls-1" d="M28.58 29.89c-3.65-1.52-7.5-3.27-7.5-4.37V24a9.32 9.32 0 0 0 2.37-4c1.09-.76.63-2.35.63-3.47v-3.3c0-3.41-2.16-5.74-6.5-5.74s-6.5 2.33-6.5 5.74v3.3A2.35 2.35 0 0 0 11.7 20a9.33 9.33 0 0 0 2.37 4v1.48c-1 1.11-3.77 2.75-7.46 4.28"/></symbol><symbol id="i-locked" viewBox="0 0 46.17 60.53"><defs><style>.mcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-locked</title><path class="mcls-1" d="M6.14 23A5.56 5.56 0 0 0 .5 28.55L3 54.48A5.57 5.57 0 0 0 8.63 60h28.91a5.61 5.61 0 0 0 5.64-5.6l2.49-25.9A5.54 5.54 0 0 0 40 23H6.14z"/><path class="mcls-1" d="M25.88 49.61h-5.59l-1.05-8.66a3.85 3.85 0 0 1 7.69 0zM11.7 23V11.14C11.7 5.27 17.08.5 23.09.5s11.39 4.77 11.39 10.64V23"/></symbol><symbol id="i-paperwork" viewBox="0 0 30.28 37.59"><defs><style>.ncls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-paperwork</title><path class="ncls-1" d="M23.47.5v6.18h6.31"/><path class="ncls-1" d="M29.78 31a1.12 1.12 0 0 1-1.11 1.11H6.73A1.11 1.11 0 0 1 5.63 31V1.62A1.12 1.12 0 0 1 6.73.5h17.43a.82.82 0 0 1 .63.33l4.65 4.53a1.1 1.1 0 0 1 .33.79V31zM24.31 15.62H11.6M24.31 20.7H11.6M24.31 25.79H11.6M19.38 10.51h-7.95"/><path class="ncls-1" d="M1.65 5.24A1.15 1.15 0 0 0 .5 6.39v29.55a1.15 1.15 0 0 0 1.15 1.15h24a1.15 1.15 0 0 0 1.15-1.15"/></symbol><symbol id="i-plan" viewBox="0 0 34 35"><defs><style>.ocls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-plan</title><path class="ocls-1" d="M10.5.5h13v13h-13zM.5 28.5h7v6h-7zM13.5 28.5h7v6h-7zM26.5 28.5h7v6h-7zM4.5 26v-5.5h25V26M16.5 26v-9"/></symbol><symbol id="i-power" viewBox="0 0 32.84 36.91"><defs><style>.pcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-power</title><ellipse class="pcls-1" cx="16.36" cy="18.46" rx="1.93" ry="1.95"/><ellipse class="pcls-1" cx="16.42" cy="18.45" rx="7.98" ry="17.95"/><path class="pcls-1" d="M12.43 11.48c8.51-5 17.2-5.86 19.4-2s-2.91 11-11.42 16-17.2 5.86-19.4 2 2.91-11.04 11.42-16z"/><path class="pcls-1" d="M12.43 25.43c-8.51-5-13.62-12.1-11.42-16s10.89-3 19.4 2 13.62 12.1 11.42 16-10.89 2.96-19.4-2z"/></symbol><symbol id="i-shipping" viewBox="0 0 45.89 46.11"><defs><style>.qcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-shipping</title><path class="qcls-1" d="M22.81 40.65l-10.97 4.96V29.9l10.97-4.96v15.71z"/><path class="qcls-1" d="M11.84 45.61L.5 40.65V24.94l11.34 4.96v15.71z"/><path class="qcls-1" d="M11.84 20.03L.5 24.94l11.34 4.96 10.97-4.96-10.97-4.91z"/><path class="qcls-1" d="M34.15 20.03l-11.34 4.91V9.93l11.34-4.74v14.84zM22.81 24.94l-10.97-4.91V5.19l10.97 4.74v15.01z"/><path class="qcls-1" d="M22.81.5L11.84 5.19l10.97 4.74 11.34-4.74L22.81.5zM45.39 40.65l-11.24 4.96V29.9l11.24-4.96v15.71zM34.15 45.61l-11.34-4.96V24.94l11.34 4.96v15.71z"/><path class="qcls-1" d="M34.15 20.03l-11.34 4.91 11.34 4.96 11.24-4.96-11.24-4.91z"/></symbol><symbol id="i-user" viewBox="0 0 34.67 34.67"><defs><style>.rcls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-user</title><path class="rcls-1" d="M17.34.5a16.84 16.84 0 1 0 16.83 16.84A16.85 16.85 0 0 0 17.34.5z"/><path class="rcls-1" d="M28.58 29.89c-3.65-1.52-7.5-3.27-7.5-4.37V24a9.32 9.32 0 0 0 2.37-4c1.09-.76.63-2.35.63-3.47v-3.3c0-3.41-2.16-5.74-6.5-5.74s-6.5 2.33-6.5 5.74v3.3A2.35 2.35 0 0 0 11.7 20a9.33 9.33 0 0 0 2.37 4v1.48c-1 1.11-3.77 2.75-7.46 4.28"/></symbol><symbol id="i-user_researched" viewBox="0 0 66.11 61.47"><defs><style>.scls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}</style></defs><title>i-user_researched</title><path class="scls-1" d="M38.15 38.37a5.93 5.93 0 0 1-2.39-2.47V33A18.43 18.43 0 0 0 40 25.1a4.74 4.74 0 0 0 .89-6.82v-6.49C40.89 5.09 37.21.5 28.79.5c-8.2 0-12.1 4.59-12.1 11.29v6.5a4.74 4.74 0 0 0 .89 6.81 18.42 18.42 0 0 0 4.3 7.9v2.9c-.85 2.76-11 7.2-20.09 10.78A2.07 2.07 0 0 0 .5 48.61v3.06"/><circle class="scls-1" cx="53.29" cy="48.65" r="12.32" transform="rotate(-45 53.29 48.647)"/><path class="scls-1" d="M51.17 53.63l7.91-8.45M51.17 53.63L47.5 49.7"/></symbol><symbol id="icon-hex-alt" viewBox="0 0 81 93.53"><defs><style>.tcls-1{fill:#e74c3c}</style></defs><title>icon-hex</title><path class="tcls-1" d="M40.5 0L81 23.38v46.77L40.5 93.53 0 70.15V23.38L40.5 0z"/></symbol><symbol id="icon-hex-primary" viewBox="0 0 81 93.53"><defs><style>.ucls-1{fill:#3498db}</style></defs><title>icon-hex-primary</title><path class="ucls-1" d="M40.5 0L81 23.38v46.77L40.5 93.53 0 70.15V23.38L40.5 0z"/></symbol><symbol viewBox="0 0 219.87238 39.040001" id="logo"><defs><clipPath id="va"><path d="M0 912.752h1068V0H0v912.752z"/></clipPath></defs><g clip-path="url(#va)" transform="matrix(1.25 0 0 -1.25 -161.25 1105.753)"><path d="M176.28 864.286a.49.49 0 0 0 .37-.168l1.043-1.132a6.635 6.635 0 0 0-2.422-1.834c-.956-.43-2.1-.644-3.43-.644-1.18 0-2.248.203-3.2.61a7.038 7.038 0 0 0-2.44 1.705c-.672.73-1.19 1.598-1.552 2.607-.362 1.01-.544 2.12-.544 3.33s.193 2.322.578 3.335c.385 1.013.926 1.884 1.625 2.612.7.73 1.536 1.295 2.512 1.7.974.402 2.05.604 3.222.604 1.166 0 2.196-.188 3.09-.565a7.63 7.63 0 0 0 2.325-1.508l-.863-1.222a.978.978 0 0 0-.213-.213.558.558 0 0 0-.335-.09c-.15 0-.32.07-.51.208-.19.138-.434.29-.73.46a5.66 5.66 0 0 1-1.11.46c-.444.137-1 .207-1.664.207-.77 0-1.475-.135-2.118-.404a4.57 4.57 0 0 1-1.66-1.177c-.463-.516-.824-1.144-1.08-1.884-.26-.74-.388-1.58-.388-2.522 0-.95.135-1.796.404-2.54.27-.744.638-1.372 1.11-1.883a4.716 4.716 0 0 1 1.66-1.172 5.206 5.206 0 0 1 2.05-.404c.45 0 .85.026 1.206.074.355.05.682.127.98.236.3.108.582.244.847.41.267.163.53.365.792.604.15.135.298.202.448.202M184.05 862.884h6.704v-2.198h-9.33v16.145h2.625v-13.946zM206.465 868.76c0 .926-.125 1.76-.376 2.5-.25.74-.61 1.367-1.077 1.883a4.697 4.697 0 0 1-1.698 1.188c-.666.278-1.413.416-2.243.416-.822 0-1.566-.138-2.23-.415a4.755 4.755 0 0 1-1.705-1.187c-.47-.516-.833-1.144-1.088-1.884-.255-.74-.382-1.574-.382-2.5 0-.935.127-1.772.38-2.513.256-.74.618-1.365 1.09-1.877a4.718 4.718 0 0 1 1.703-1.178c.666-.272 1.41-.41 2.232-.41.83 0 1.577.138 2.243.41a4.66 4.66 0 0 1 1.698 1.178c.467.512.826 1.138 1.076 1.877.25.74.375 1.578.375 2.512m2.68 0c0-1.197-.195-2.3-.583-3.31a7.648 7.648 0 0 0-1.643-2.605 7.488 7.488 0 0 0-2.546-1.71c-.99-.41-2.09-.616-3.302-.616-1.203 0-2.3.204-3.29.615-.99.41-1.84.98-2.55 1.71a7.615 7.615 0 0 0-1.65 2.606c-.388 1.01-.582 2.113-.582 3.31 0 1.195.194 2.297.583 3.306.39 1.01.938 1.88 1.648 2.613a7.52 7.52 0 0 0 2.552 1.714c.99.41 2.087.617 3.29.617 1.21 0 2.312-.205 3.302-.616.99-.41 1.84-.983 2.545-1.715a7.708 7.708 0 0 0 1.642-2.614c.388-1.01.583-2.11.583-3.307M219.915 862.806c.62 0 1.175.105 1.665.314.49.21.904.5 1.244.874.34.374.6.825.78 1.352.18.526.268 1.11.268 1.754v9.732h2.613V867.1c0-.95-.152-1.827-.454-2.634a5.98 5.98 0 0 0-1.305-2.09 6.003 6.003 0 0 0-2.07-1.38c-.81-.333-1.724-.5-2.74-.5-1.017 0-1.93.167-2.74.5-.812.332-1.502.792-2.07 1.38a5.98 5.98 0 0 0-1.306 2.09 7.435 7.435 0 0 0-.455 2.634v9.732h2.623v-9.72c0-.644.09-1.228.27-1.755.18-.527.437-.98.773-1.357.338-.377.75-.67 1.24-.88.49-.21 1.044-.314 1.665-.314M243.158 868.76c0 .926-.125 1.76-.376 2.5-.25.74-.61 1.363-1.076 1.87-.467.51-1.033.9-1.698 1.173-.666.273-1.413.41-2.243.41H234.3v-11.908h3.465c.83 0 1.577.135 2.243.404a4.6 4.6 0 0 1 1.698 1.17c.467.513.826 1.137 1.076 1.873.25.736.376 1.572.376 2.506m2.68 0c0-1.197-.195-2.29-.584-3.28a7.39 7.39 0 0 0-1.642-2.55 7.38 7.38 0 0 0-2.545-1.655c-.99-.392-2.09-.588-3.302-.588h-6.1v16.144h6.1c1.21 0 2.31-.195 3.302-.587a7.38 7.38 0 0 0 2.545-1.654 7.39 7.39 0 0 0 1.642-2.552c.39-.99.583-2.083.583-3.28" fill="#1f2c38"/><path d="M247.923 862.077a1.576 1.576 0 0 0 .443 1.11 1.53 1.53 0 0 0 1.104.46 1.578 1.578 0 0 0 1.446-.96 1.51 1.51 0 0 0 .124-.61c0-.224-.04-.43-.124-.617a1.598 1.598 0 0 0-.336-.493 1.517 1.517 0 0 0-.5-.33 1.594 1.594 0 0 0-.61-.118c-.217 0-.42.038-.61.116-.192.08-.356.19-.494.33a1.55 1.55 0 0 0-.443 1.11M262.038 860.507c-1.308 0-2.49.203-3.55.61-1.056.408-1.96.976-2.706 1.705a7.467 7.467 0 0 0-1.727 2.607c-.403 1.008-.605 2.118-.605 3.33 0 1.217.194 2.332.583 3.345a7.432 7.432 0 0 0 1.67 2.613 7.506 7.506 0 0 0 2.624 1.693c1.024.4 2.175.6 3.453.6.65 0 1.254-.05 1.81-.15.558-.102 1.075-.242 1.553-.42a7.31 7.31 0 0 0 2.434-1.504l-.752-1.2a.747.747 0 0 0-.46-.347c-.186-.046-.388 0-.605.133l-.69.404a6.03 6.03 0 0 1-.834.398 6.124 6.124 0 0 1-1.088.303 7.91 7.91 0 0 1-1.457.118c-.852 0-1.62-.14-2.304-.42a4.925 4.925 0 0 1-1.754-1.2 5.31 5.31 0 0 1-1.12-1.89c-.263-.74-.394-1.565-.394-2.477 0-.965.14-1.827.415-2.586.277-.758.67-1.4 1.177-1.928a5.016 5.016 0 0 1 1.845-1.205c.72-.276 1.526-.414 2.416-.414.666 0 1.258.07 1.778.213.52.14 1.03.34 1.53.593v3.207h-2.253c-.172 0-.307.046-.404.14a.483.483 0 0 0-.145.364v1.49h5.17v-6.39c-1.608-1.158-3.477-1.737-5.607-1.737M284.88 868.76c0 .926-.124 1.76-.375 2.5-.25.74-.61 1.367-1.076 1.883a4.697 4.697 0 0 1-1.7 1.188c-.665.278-1.412.416-2.242.416-.822 0-1.566-.138-2.23-.415a4.755 4.755 0 0 1-1.705-1.187c-.47-.516-.833-1.144-1.088-1.884-.254-.74-.38-1.574-.38-2.5 0-.935.126-1.772.38-2.513.255-.74.617-1.365 1.088-1.877a4.718 4.718 0 0 1 1.704-1.178c.665-.272 1.41-.41 2.23-.41.83 0 1.578.138 2.244.41a4.66 4.66 0 0 1 1.7 1.178c.466.512.825 1.138 1.075 1.877.25.74.376 1.578.376 2.512m2.68 0c0-1.197-.194-2.3-.582-3.31a7.648 7.648 0 0 0-1.643-2.605 7.488 7.488 0 0 0-2.545-1.71c-.99-.41-2.09-.616-3.302-.616-1.203 0-2.3.204-3.29.615-.99.41-1.84.98-2.55 1.71a7.615 7.615 0 0 0-1.65 2.606c-.388 1.01-.582 2.113-.582 3.31 0 1.195.194 2.297.583 3.306.388 1.01.937 1.88 1.647 2.613a7.52 7.52 0 0 0 2.55 1.714c.99.41 2.088.617 3.29.617 1.212 0 2.313-.205 3.303-.616.99-.41 1.84-.983 2.545-1.715a7.708 7.708 0 0 0 1.643-2.614c.388-1.01.583-2.11.583-3.307M289.437 876.83h2.097c.23 0 .418-.057.56-.173.142-.116.25-.26.325-.43l4.16-10.528c.104-.294.21-.61.318-.955.11-.344.208-.706.297-1.088.083.382.17.744.264 1.088.092.344.195.66.307.953l4.148 10.528c.06.15.165.287.314.414a.84.84 0 0 0 .56.19h2.108l-6.548-16.144h-2.365l-6.548 16.145z" fill="#277cb2"/><path d="M139.204 872.144l1.767 5.437 1.767-5.436h5.34l4.872 3.75-11.975 8.708L129 875.894l4.88-3.75h5.324z" fill="#3498db"/><path d="M148.076 872.144h.002l-4.25-3.36 1.767-5.437-4.625 3.36-4.625-3.36 1.767 5.437-4.232 3.36-4.88 3.75v-13.827l11.974-8.697 11.974 8.697v13.827l-4.872-3.75z" fill="#1f2c38"/></g></symbol></svg>
|
Binary file
|