lesli_assets 0.1.0
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.
- checksums.yaml +7 -0
- data/Rakefile +3 -0
- data/app/assets/config/lesli_assets_manifest.js +9 -0
- data/app/assets/fonts/lesli_assets/Domine/Domine-Variable.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Domine/OFL.txt +97 -0
- data/app/assets/fonts/lesli_assets/MaterialDesign/icons.woff2 +0 -0
- data/app/assets/fonts/lesli_assets/Montserrat/Montserrat-Variable.ttf +0 -0
- data/app/assets/fonts/lesli_assets/OpenSans/OpenSans-Variable.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Remix/remixicon.eot +0 -0
- data/app/assets/fonts/lesli_assets/Remix/remixicon.glyph.json +1 -0
- data/app/assets/fonts/lesli_assets/Remix/remixicon.svg +9196 -0
- data/app/assets/fonts/lesli_assets/Remix/remixicon.symbol.svg +11 -0
- data/app/assets/fonts/lesli_assets/Remix/remixicon.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Remix/remixicon.woff +0 -0
- data/app/assets/fonts/lesli_assets/Remix/remixicon.woff2 +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/LICENSE.txt +202 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-Black.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-BlackItalic.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-Bold.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-BoldItalic.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-Italic.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-Light.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-LightItalic.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-Medium.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-MediumItalic.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-Regular.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-Thin.ttf +0 -0
- data/app/assets/fonts/lesli_assets/Roboto/Roboto-ThinItalic.ttf +0 -0
- data/app/assets/icons/lesli_assets/engine-admin.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-audit.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-babel.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-bell.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-books.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-calendar.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-dashboard.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-dispatcher.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-focus.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-kb.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-leaf.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-lesli.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-letter.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-mailer.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-one.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-papers.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-profile.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-proposal.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-scraper.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-security.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-shared.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-shield.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-storage.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-support.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-talk.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-team.svg +1 -0
- data/app/assets/icons/lesli_assets/engine-time.svg +1 -0
- data/app/assets/icons/lesli_assets/gem-assets.svg +1 -0
- data/app/assets/icons/lesli_assets/gem-css.svg +1 -0
- data/app/assets/icons/lesli_assets/gem-date.svg +1 -0
- data/app/assets/icons/lesli_assets/gem-system.svg +1 -0
- data/app/assets/icons/lesli_assets/gem-view.svg +1 -0
- data/app/assets/icons/lesli_assets/locale-en.svg +1 -0
- data/app/assets/icons/lesli_assets/locale-es.svg +1 -0
- data/app/assets/icons/lesli_assets/locale-fr.svg +1 -0
- data/app/assets/icons/lesli_assets/locale-it.svg +1 -0
- data/app/assets/icons/lesli_assets/locale-pt.svg +1 -0
- data/app/assets/icons/readme.md +15 -0
- data/app/assets/images/assets-logo.svg +1 -0
- data/app/assets/javascripts/lesli_assets/application.js +1111 -0
- data/app/assets/stylesheets/lesli_assets/templates/application.css +28819 -0
- data/app/assets/stylesheets/lesli_assets/templates/public.css +15578 -0
- data/app/assets/stylesheets/lesli_assets/templates/start.css +5634 -0
- data/app/views/lesli_assets/partials/_application-lesli-icons.html.erb +1 -0
- data/lib/lesli_assets/engine.rb +9 -0
- data/lib/lesli_assets/version.rb +4 -0
- data/lib/lesli_assets.rb +6 -0
- data/lib/lesli_assets_alpine/application.js +60 -0
- data/lib/lesli_assets_alpine/debug.js +198 -0
- data/lib/lesli_assets_bulma/fonts/families.scss +47 -0
- data/lib/lesli_assets_bulma/fonts/mdicons.scss +82 -0
- data/lib/lesli_assets_bulma/fonts/remixicons.scss +3083 -0
- data/lib/lesli_assets_bulma/helpers/display.scss +44 -0
- data/lib/lesli_assets_bulma/helpers/tooltip.scss +91 -0
- data/lib/lesli_assets_bulma/layouts/application-app.scss +36 -0
- data/lib/lesli_assets_bulma/layouts/application-component.scss +39 -0
- data/lib/lesli_assets_bulma/layouts/application-container.scss +36 -0
- data/lib/lesli_assets_bulma/layouts/application-engines.scss +108 -0
- data/lib/lesli_assets_bulma/layouts/application-header.scss +94 -0
- data/lib/lesli_assets_bulma/layouts/application-navigation.scss +93 -0
- data/lib/lesli_assets_bulma/layouts/application-notification.scss +24 -0
- data/lib/lesli_assets_bulma/layouts/application-sidebar.scss +93 -0
- data/lib/lesli_assets_bulma/pages/devise-simple.scss +89 -0
- data/lib/lesli_assets_bulma/pages/devise.scss +164 -0
- data/lib/lesli_assets_bulma/pages/invites.scss +81 -0
- data/lib/lesli_assets_bulma/panels/panel-announcements.scss +56 -0
- data/lib/lesli_assets_bulma/panels/panel-notification.scss +67 -0
- data/lib/lesli_assets_bulma/panels/panel-profile.scss +62 -0
- data/lib/lesli_assets_bulma/panels/panel-support-ticket.scss +56 -0
- data/lib/lesli_assets_bulma/panels/panel-tasks.scss +41 -0
- data/lib/lesli_assets_bulma/settings/variables.scss +150 -0
- data/lib/lesli_assets_bulma/shared/workflow-status-progress.scss +135 -0
- data/lib/lesli_assets_bulma/templates/application.scss +88 -0
- data/lib/lesli_assets_bulma/templates/component.scss +39 -0
- data/lib/lesli_assets_bulma/templates/dashboards.scss +51 -0
- data/lib/lesli_assets_bulma/templates/empty.scss +42 -0
- data/lib/lesli_assets_bulma/templates/pdf.scss +45 -0
- data/lib/lesli_assets_bulma/templates/public.scss +53 -0
- data/lib/lesli_assets_bulma/templates/start.scss +53 -0
- data/lib/lesli_assets_tailwind/tailwind.app.css +11 -0
- data/lib/lesli_assets_tailwind/tailwind.config.js +10 -0
- data/lib/lesli_assets_tailwind/tailwind.test.html +19 -0
- data/lib/tasks/lesli_assets_tasks.rake +4 -0
- data/license +674 -0
- data/readme.md +69 -0
- metadata +161 -0
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
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 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 228 256"><path d="M90.7 1.7c-.3 1-1.8 7.2-3.4 13.7l-2.8 11.9-5.3 2.4-5.4 2.4-10.2-6.2c-5.5-3.5-11-6.8-12.1-7.5-1.9-1.3-3.3-.1-18.3 14.9L17.1 49.5l7.5 12.2 7.5 12.1-2.4 5.4-2.4 5.4-13.7 3.3L0 91.2v45.7l3.8 1c2 .5 8.1 2 13.6 3.2l9.8 2.3 2.4 5.5 2.4 5.4-7.5 12.1-7.5 12.1 11.2 10.6 11.2 10.7 4.4-9.1c3.7-7.5 6-10.7 13.1-17.7 6.9-6.9 10.3-9.5 17.3-13l8.8-4.3-4.8-5.1c-6-6.4-8.7-10.8-11.3-18.2-2.9-8.5-3.4-18.5-1.5-26.8 9.1-38.7 56.2-52.7 84.1-25.1 14 13.9 18.8 33.7 12.6 51.9-2.6 7.4-5.3 11.8-11.3 18.2l-4.8 5.1 8.8 4.3c7 3.5 10.4 6.1 17.3 13 7.3 7.2 9.4 10.1 13 17.8 2.4 5 4.6 9.1 4.9 9.2.3 0 5.1-4.9 10.7-10.8l10.1-10.8-7.4-12.1-7.4-12 2.4-5.4 2.4-5.5 9.8-2.3c5.5-1.2 11.6-2.7 13.7-3.2l3.7-1V91.2l-13.6-3.3-13.7-3.3-2.4-5.4-2.4-5.4 7.5-12.1 7.5-12.2-16.1-16.2c-15-15-16.4-16.2-18.3-14.9-1.1.7-6.6 4-12.1 7.5l-10.2 6.2-5.4-2.4-5.3-2.4-2.8-11.9c-1.6-6.5-3.1-12.7-3.4-13.7C136.9.1 134.9 0 114 0S91.1.1 90.7 1.7"/><path d="M103.3 83.1c-8.5 2.7-16.9 10.4-20.8 19.1-7.7 17 0 37.5 17 45.8 4.3 2.2 6.4 2.5 15 2.5s10.7-.3 15-2.5c17-8.3 24.7-28.8 17-45.8-4-8.9-12.3-16.4-21.1-19.2-8.2-2.5-14.1-2.5-22.1.1M95 168.6c-15.8 3.4-29.9 14-37.3 28.1-5.5 10.5-6.7 17.5-6.7 40V256h127v-19.3c0-22.5-1.2-29.5-6.7-40-7.5-14.3-21.6-24.8-37.8-28.2-8.8-1.8-29.8-1.8-38.5.1"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43.8 48.09"><path stroke="#000" stroke-miterlimit="10" stroke-width=".25" d="M36.5 12.29c-4.3-4.3-9-9.1-12.2-12.2 3.7 3.8 8.4 8.5 12.2 12.2Z"/><path d="m19.2 38.09.1-.3q-.1 0-.2-.1z"/><path stroke="#000" stroke-miterlimit="10" stroke-width=".25" d="m39.5 15.29-3-3z"/><path d="m33.3 35.89.1-.4-.2.2z"/><path d="M31.26 40.61c-.13.04-.27.05-.41.05-.41 0-.79-.16-1.08-.45s-.44-.67-.44-1.08c0-.39.15-.75.4-1.03a11.2 11.2 0 0 1-5.7 1.55c-1.31 0-2.62-.24-3.88-.68l-.35 1.61c-.1.1-.3.3-.6.3-.2 0-.4-.2-.5-.4l-.56-2.45c-.8-.47-1.57-1.04-2.26-1.72a11.17 11.17 0 0 1-3.38-7.98c-.01-2.25.62-4.4 1.82-6.25l-.72-3.01-4.1 8.4c-.1.2-.3.3-.4.3H1c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h7.7l4.6-9.4c.1-.2.3-.3.5-.3s.4.2.4.4l.86 3.58c.25-.31.52-.62.81-.91 4.45-4.46 11.7-4.46 16.16 0 1.82 1.82 2.95 4.14 3.27 6.63h3.4c.3 0 .5.2.5.5s-.2.5-.5.5h-3.32c0 .15.02.3.02.45 0 2.07-.57 4.06-1.61 5.81.6-.58 1.55-.58 2.14.01.29.29.44.67.44 1.08 0 .14-.02.28-.05.41l3.18 3.18V15.39l-.1-.1H28.7c-2.4 0-4.4-2-4.4-4.4V.09H4.4C2 .09 0 2.09 0 4.49v39c0 2.4 2 4.4 4.4 4.4h30.7c.95 0 1.82-.32 2.55-.89z"/><path d="m29.718 35.787 1.768-1.768 4.454 4.455-1.767 1.768z"/><path d="M16.37 20.66c-4.2 4.2-4.2 11 0 15.1s11 4.2 15.1 0c4.2-4.2 4.2-10.9 0-15.1s-10.9-4.2-15.1 0m13.2 13.2c-3.1 3.1-8.2 3.1-11.3 0s-3.1-8.2 0-11.4c3.1-3.1 8.2-3.1 11.3 0 3.2 3.2 3.2 8.3 0 11.4"/><path d="M28.47 23.96c-2.4-2.4-6.3-2.4-8.7 0l1.7 1.7c2.1-2.1 5.6-2.1 7.7 0 .4.4.8.9 1 1.4-.3-1.1-.9-2.2-1.7-3.1" style="isolation:isolate"/><path d="M35.37 34.56c-.3-.3-.8-.3-1.1 0l-4 4c-.3.3-.3.8 0 1.1s.8.3 1.1 0l7.6 7.6c1.1 1.1 2.9 1.1 4 0s1.1-2.9 0-4l-7.6-7.6c.3-.3.3-.8 0-1.1"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.77 47.31"><path d="M4 0C1.8 0 0 1.8 0 4v22c0 2.2 1.8 4 4 4h26V0zm18 12h-2.18a10.86 10.86 0 0 1-1.8 4.57l-.57.82-.07-.05c-.33.42-.71.83-1.12 1.23.9.65 1.93 1.3 3.11 1.94l.88.48-.96 1.76-.88-.48c-1.22-.66-2.5-1.44-3.71-2.36-1.05.8-2.27 1.58-3.74 2.36l-.88.47-.94-1.76.88-.47a27.5 27.5 0 0 0 3.14-1.93c-1.75-1.69-3.14-3.82-3.59-6.59H8v-2h6v-2h2v2h6v2Z"/><path d="M11.6 12c.39 1.98 1.38 3.7 3.12 5.31.66-.63 1.2-1.27 1.65-1.95l.55-.84h.02c.42-.78.7-1.63.87-2.52h-6.2Z"/><path d="M8 12h5.95v2H8zm30.13 22.31-1.34-4.26-1.32 4.26zm-7.36 4h12v4h-12zm1-16h8v4h-8z"/><path d="M46.77 17.31H30.79v13.45H20.77v16.55h26c2.2 0 4-1.8 4-4v-22c0-2.2-1.8-4-4-4M21.21 45.74V31.2h8.77zm18.51-6.43-.95-3h-3.91l-.93 3-1.91-.59 4.74-15.35 4.87 15.34-1.91.61Z"/><path d="M20.77 47.31V30.7h10zm.98-15.62v12.08l7.27-12.08z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 66"><circle cx="28" cy="4" r="4"/><path d="M51.5 48c-3.4-2.8-7.5-7.55-7.5-28H12c0 20.45-4.1 25.2-7.5 28C2.07 50 0 51.01 0 56h56c0-4.99-2.07-6-4.5-8m-8.43-32C41.61 12.51 37.81 8 28 8s-13.61 4.51-15.07 8zM28 66c4.42 0 8-3.58 8-8H20c0 4.42 3.58 8 8 8"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 70 70"><path d="M63.9 3.2c0-.5-.5-1-1-1H45.1v44.5h18.8zM49.4 6.4H58c.5 0 1 .5 1 1s-.5 1-1 1h-8.6c-.6 0-1-.5-1-1s.4-1 1-1m0 4.9H58c.5 0 1 .5 1 1 0 .6-.5 1-1 1h-8.6c-.6 0-1-.4-1-1s.4-1 1-1m0 4.8H58c.5 0 1 .5 1 1 0 .6-.5 1-1 1h-8.6c-.6 0-1-.4-1-1 0-.5.4-1 1-1m.6 24.4c-1.6 0-2.9-1.3-2.9-2.9s1.3-2.9 2.9-2.9 2.9 1.3 2.9 2.9-1.3 2.9-2.9 2.9m5.9-11.9h-4.5c-1.8 0-3.3-1.5-3.3-3.3s1.5-3.3 3.3-3.3h4.5c1.8 0 3.3 1.5 3.3 3.3s-1.5 3.3-3.3 3.3M24.6 2.2H6.9c-.5 0-1 .5-1 1v43.5h18.7zM11.9 6.4h8.6c.5 0 1 .5 1 1s-.5 1-1 1h-8.6c-.5 0-1-.5-1-1s.4-1 1-1m0 4.9h8.6c.5 0 1 .5 1 1 0 .6-.5 1-1 1h-8.6c-.5 0-1-.4-1-1s.4-1 1-1m0 4.8h8.6c.5 0 1 .5 1 1 0 .6-.5 1-1 1h-8.6c-.5 0-1-.4-1-1 0-.5.4-1 1-1m.6 24.4c-1.6 0-2.9-1.3-2.9-2.9s1.3-2.9 2.9-2.9 2.9 1.3 2.9 2.9-1.2 2.9-2.9 2.9m5.9-11.9H14c-1.8 0-3.3-1.5-3.3-3.3S12.2 22 14 22h4.5c1.8 0 3.3 1.5 3.3 3.3-.1 1.8-1.6 3.3-3.4 3.3m8.2-26.4v44.5h16.5V2.2zm4.3 4.2h8.6c.5 0 1 .5 1 1s-.5 1-1 1h-8.6c-.6 0-1-.5-1-1s.5-1 1-1m0 4.9h8.6c.5 0 1 .5 1 1 0 .6-.5 1-1 1h-8.6c-.6 0-1-.4-1-1s.5-1 1-1m0 4.8h8.6c.5 0 1 .5 1 1 0 .6-.5 1-1 1h-8.6c-.6 0-1-.4-1-1 0-.5.5-1 1-1m.7 24.4c-1.6 0-2.9-1.3-2.9-2.9s1.3-2.9 2.9-2.9 2.9 1.3 2.9 2.9-1.3 2.9-2.9 2.9m5.9-11.9H33c-1.8 0-3.3-1.5-3.3-3.3S31.2 22 33 22h4.5c1.8 0 3.3 1.5 3.3 3.3-.1 1.8-1.5 3.3-3.3 3.3M23.2 55.8h23.4v6H23.2zm-17.3 0h5.9v6H6.9c-.5 0-1-.5-1-1zm7.9 0h7.4v11c0 .6-.4 1-1 1h-5.4c-.5 0-1-.4-1-1zm34.9 0h7.4v11c0 .6-.5 1-1 1h-5.4c-.5 0-1-.4-1-1zM68 49.7v4.1H2v-4.1c0-.6.5-1 1-1h64c.6 0 1 .4 1 1m-9.9 6.1h5.8v5c0 .5-.5 1-1 1h-4.8z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 21"><path d="M3 0c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1m12 0c-.55 0-1 .4-1 1v3c0 .5.45 1 1 1s1-.5 1-1V1c0-.6-.45-1-1-1M0 7.76V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7.76zM9 15c0 1.1-.9 2-2 2H5v-1h2c.55 0 1-.5 1-1 0-.6-.45-1-1-1H6v-1h1c.55 0 1-.5 1-1 0-.6-.45-1-1-1H5v-1h2c1.1 0 2 .9 2 2 0 .6-.27 1.1-.69 1.5.42.3.69.9.69 1.5m4 2h-3v-1h1v-5h-1v-1h2v6h1z"/><path d="M16.28 2.03v1.7c.14.23.22.49.22.77 0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.28.08-.55.22-.77V2H4.28v1.73c.14.23.22.49.22.77C4.5 5.33 3.83 6 3 6s-1.5-.67-1.5-1.5c0-.28.08-.55.22-.77v-1.7C.75 2.17 0 3 0 4v3h18V4c0-1-.75-1.83-1.72-1.97"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 913.9 792.9"><path d="M913.9 396.4c0-82.4-62.7-152.8-148.6-167.1C800 141.5 752.7 43.7 659.7 10.9 586.9-14.7 505 6.6 456.4 63.8c-62-73.2-175.1-85.2-252.7-26.7-60.9 45.9-83.5 123.5-56.1 192.3C50 246.2-14.9 334.6 2.9 426.8c13.4 69.6 71.1 124 144.8 136.6-34.8 87.8 12.4 185.6 105.4 218.5 72.8 25.7 154.8 4.4 203.4-52.8 62 73.2 175.1 85.2 252.7 26.7 60.8-45.9 83.5-123.4 56.1-192.2 85.9-14.4 148.5-84.8 148.6-167.2m-446 135.2v29.5h-55.3V448.2c0-17-14.6-30.8-32.7-30.8H260.2v-52.2h119.7c18 0 32.7-13.8 32.7-30.8v-113h55.3v112.9c0 17 14.7 30.8 32.7 30.8h119.6v52.2H500.5c-18 0-32.7 13.8-32.7 30.8z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 43"><path d="M39.15 10H.85a.85.85 0 0 0-.85.85v7.31c0 .47.38.85.85.85h38.3c.47 0 .85-.38.85-.85v-7.31a.85.85 0 0 0-.85-.85M9 16.45c0 .3-.25.55-.55.55h-4.9c-.3 0-.55-.25-.55-.55v-1.9c0-.3.25-.55.55-.55h4.9c.3 0 .55.25.55.55zm7 0c0 .3-.25.55-.55.55h-4.9c-.3 0-.55-.25-.55-.55v-1.9c0-.3.25-.55.55-.55h4.9c.3 0 .55.25.55.55zm7 0c0 .3-.25.55-.55.55h-4.9c-.3 0-.55-.25-.55-.55v-1.9c0-.3.25-.55.55-.55h4.9c.3 0 .55.25.55.55zM34 17c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m5.15-17H.85A.85.85 0 0 0 0 .85v7.31c0 .47.38.85.85.85h38.3c.47 0 .85-.38.85-.85V.85a.85.85 0 0 0-.85-.85M9 6.45c0 .3-.25.55-.55.55h-4.9C3.25 7 3 6.75 3 6.45v-1.9c0-.3.25-.55.55-.55h4.9c.3 0 .55.25.55.55zm7 0c0 .3-.25.55-.55.55h-4.9c-.3 0-.55-.25-.55-.55v-1.9c0-.3.25-.55.55-.55h4.9c.3 0 .55.25.55.55zm7 0c0 .3-.25.55-.55.55h-4.9c-.3 0-.55-.25-.55-.55v-1.9c0-.3.25-.55.55-.55h4.9c.3 0 .55.25.55.55zM34 7c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m5.15 13H.85a.85.85 0 0 0-.85.85v7.31c0 .47.38.85.85.85h38.3c.47 0 .85-.38.85-.85v-7.31a.85.85 0 0 0-.85-.85M9 26.45c0 .3-.25.55-.55.55h-4.9c-.3 0-.55-.25-.55-.55v-1.9c0-.3.25-.55.55-.55h4.9c.3 0 .55.25.55.55zm7 0c0 .3-.25.55-.55.55h-4.9c-.3 0-.55-.25-.55-.55v-1.9c0-.3.25-.55.55-.55h4.9c.3 0 .55.25.55.55zm7 0c0 .3-.25.55-.55.55h-4.9c-.3 0-.55-.25-.55-.55v-1.9c0-.3.25-.55.55-.55h4.9c.3 0 .55.25.55.55zM34 27c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m-17 3h6v7h-6z"/><rect width="40" height="5" y="38" rx=".67" ry=".67"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48.9 48.97"><path d="M44.9 0h-20c-2.21 0-4 1.79-4 4v16h4c2.21 0 4 1.79 4 4v4h16c2.21 0 4-1.79 4-4V4c0-2.21-1.79-4-4-4"/><path fill="none" stroke="#fff" stroke-linecap="square" stroke-miterlimit="10" stroke-width="4" d="m29.75 13.33 4.11 4.1 6.53-6.53M9.92 32.49l4.11 4.11 6.53-6.54"/><path d="M24 20.97H4c-2.21 0-4 1.79-4 4v20c0 2.21 1.79 4 4 4h20c2.21 0 4-1.79 4-4v-20c0-2.21-1.79-4-4-4"/><path fill="none" stroke="#fff" stroke-linecap="square" stroke-miterlimit="10" stroke-width="4" d="m8.85 34.3 4.11 4.1 6.53-6.53"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 91 91"><path d="m88.6 25.8-42-20c-.7-.3-1.5-.3-2.1 0l-42 20c-.9.4-1.4 1.3-1.4 2.2 0 1 .5 1.8 1.4 2.2l42 20c.3.2.7.2 1.1.2s.7-.1 1.1-.2l42-20c.7-.4 1.3-1.2 1.3-2.2 0-.9-.6-1.8-1.4-2.2"/><path d="M45.5 68.1c-.5 0-1-.1-1.4-.3l-42-20C.5 47-.2 45.1.5 43.4c.8-1.6 2.7-2.3 4.4-1.6l40.6 19.3 40.6-19.3c1.6-.8 3.6-.1 4.4 1.6.8 1.6.1 3.6-1.6 4.4l-42 20c-.4.2-.9.3-1.4.3"/><path d="M45.5 84.9c-.5 0-1-.1-1.4-.3l-42-20C.5 63.8-.2 61.9.5 60.2c.8-1.6 2.7-2.3 4.4-1.6L45.5 78l40.6-19.3c1.6-.8 3.6-.1 4.4 1.6.8 1.6.1 3.6-1.6 4.4l-42 20c-.4.1-.9.2-1.4.2"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 250 250"><path d="M248.4 182.4c-5.9-5.4-30.3-15.2-47-21.5-3.8-1.5-3.7-6.9.2-8.2 11.3-3.8 26.6-13.5 40.2-37.6 1.7-3.2-.4-7.2-4-7.4l-21-1.4c-3.9-.3-5.9-4.8-3.6-7.9 10.6-14.3 31.4-47.7 23.9-81.7-.4-1.9-1.9-3.4-3.8-3.8-33.9-7.5-67.4 13.3-81.7 23.9-3.2 2.4-7.6.3-7.9-3.6l-1.4-21c-.3-3.7-4.2-5.8-7.4-4-24.1 13.6-33.8 28.9-37.6 40.2-1.3 3.9-6.8 4-8.2.2C82.8 31.9 73 7.5 67.6 1.6c-2-2.2-5.6-2.1-7.5.3C43.9 22 40.5 39.2 40.4 49.7c0 4.1-4.8 6.3-8 3.8l-9.2-7.3c-2.9-2.3-7.2-.7-7.9 3-3 16.9-1 31.2 2.3 42.1 1.5 4.9-4.4 8.5-8.1 5-2.9-2.8-7.8-1.1-8.3 2.9-8.3 64.3 28.1 93.2 41.2 101.4l35.9-35.9c-8-10.4-26.8-41.9-19.3-99.6.4-2.7 2.9-4.7 5.6-4.3s4.7 2.9 4.3 5.6c-6.7 52.2 9.4 81.2 16.6 91.1l37.2-37.2c-4.2-9.2-13.4-35.2-4.1-68.8.7-2.7 3.5-4.2 6.2-3.5s4.2 3.5 3.5 6.2c-7.5 26.8-1.8 48.3 2.1 58.4l70.9-70.9c2-2 5.1-2 7.1 0s2 5.1 0 7.1l-70.9 70.9c10.1 3.8 31.7 9.6 58.5 2.2 2.7-.7 5.4.8 6.2 3.5.7 2.7-.8 5.4-3.5 6.2-10.6 2.9-20.5 4-29.2 4-19.3 0-33.5-5.3-39.7-8.2l-37.2 37.2c10 7.1 39.1 23.3 91.2 16.7 2.7-.4 5.2 1.6 5.6 4.3s-1.6 5.2-4.3 5.6c-9.3 1.2-17.9 1.7-25.8 1.7-41.6 0-65.3-14.4-74-21l-35.9 35.9c8.2 13.1 37.2 49.5 101.3 41.1 4-.5 5.7-5.4 2.9-8.3-3.4-3.6.2-9.6 5-8.1 11 3.3 25.3 5.3 42.1 2.3 3.7-.6 5.3-5 3-7.9l-7.3-9.2c-2.5-3.2-.3-8 3.8-8 10.6-.1 27.7-3.5 47.8-19.7 2.5-2 2.6-5.6.4-7.6"/><path d="M46.9 203.2s-1.7-.8-4.5-2.6L6.7 236.3c-2 2-2 5.1 0 7.1.9 1 2.2 1.5 3.5 1.5s2.5-.5 3.5-1.4l35.8-35.8c-1.8-2.8-2.6-4.5-2.6-4.5m34.6-41.7"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 913.9 792.9"><path d="M913.9 396.4c0-82.4-62.7-152.8-148.6-167.1C800 141.5 752.7 43.7 659.7 10.9 586.9-14.7 505 6.6 456.4 63.8c-62-73.2-175.1-85.2-252.7-26.7-60.9 45.9-83.5 123.5-56.1 192.3C50 246.2-14.9 334.6 2.9 426.8c13.4 69.6 71.1 124 144.8 136.6-34.8 87.8 12.4 185.6 105.4 218.5 72.8 25.7 154.8 4.4 203.4-52.8 62 73.2 175.1 85.2 252.7 26.7 60.8-45.9 83.5-123.4 56.1-192.2 85.9-14.4 148.5-84.8 148.6-167.2m-446 135.2v29.5h-55.3V448.2c0-17-14.6-30.8-32.7-30.8H260.2v-52.2h119.7c18 0 32.7-13.8 32.7-30.8v-113h55.3v112.9c0 17 14.7 30.8 32.7 30.8h119.6v52.2H500.5c-18 0-32.7 13.8-32.7 30.8z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 103.51 102.88"><path d="M88 98.88H8c-4.4 0-8-3.6-8-8v4c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-4c0 4.4-3.6 8-8 8" opacity=".1" style="isolation:isolate"/><path d="M79.98 49.09c-.1.93-.83 1.67-1.77 1.77L66.19 62.88H78c1.1 0 2 .9 2 2s-.9 2-2 2H62.19l-3.38 3.38s-.03.02-.04.03c-.23.23-.48.44-.73.63h-.03a7.1 7.1 0 0 1-3.82 1.41L20.34 84.89q-.36.12-.66.18h-.07c-.18.02-.35.04-.51.02-.34-.03-.62-.16-.81-.36-.37-.4-.44-1.09-.11-2l5.73-15.85h-4.9c-1.1 0-2-.9-2-2s.9-2 2-2h6.35l4.34-12H19.02c-1.1 0-2-.9-2-2s.9-2 2-2h12.1c.24-.68.57-1.33 1.02-1.92.2-.26.41-.51.65-.74l9.33-9.33H19c-1.1 0-2-.9-2-2s.9-2 2-2h27.09l25-25.01H8c-4.4 0-8 3.6-8 8v81c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V33.07z" style="isolation:isolate"/><path d="M34.71 47.48c-.19.19-.37.4-.53.61-.48.64-.81 1.35-1 2.09L22.76 79.01c-.27.75-.21 1.31.09 1.64.16.17.38.27.66.29h.01c.13.01.27 0 .42-.02h.05c.17-.03.35-.07.54-.14L52.24 70.5c1.11-.07 2.2-.46 3.13-1.16h.02q.315-.24.6-.51s.02-.02.03-.02l38.07-38.06L73.47 8.73zm67.09-24.44c.29-.29.54-.59.75-.92 1.5-2.28 1.25-5.4-.75-7.4l-13-13c-2.29-2.29-6.03-2.29-8.32 0l-4.01 4.01 20.62 22.02z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 2" viewBox="0 0 48 48.34"><g data-name="Layer 1"><path d="M6.83 4.21v18.16L24 35.42l17.18-13.06V4.21zm2.85 2.98h14.59v2.02H9.68zm28.66 13.64H9.67v-2.02h28.66v2.02Zm0-5.81H9.67V13h28.66v2.02Zm3.99 6.6L48 17.31 42.33 13zM5.67 12.93 0 17.24l5.67 4.31zm22.51-9.75L24 0l-4.18 3.18z"/><path d="M19.57 33.47 24 36.83l4.43-3.36L48 48.34H0z"/><path d="M28.43 33.46v.01L48 48.34V18.59zm-8.86 0v.01L0 48.34V18.59z"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.02 38.01"><path d="M21.84 34.01c-.3-.85-.97-1.53-1.83-1.83-.65-.24-1.35-.24-2 0-1.56.55-2.38 2.27-1.83 3.83s2.27 2.38 3.83 1.83 2.38-2.27 1.83-3.83M19.01 36c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1M5.83 29c-.55-1.56-2.27-2.38-3.83-1.83S-.38 29.44.17 31 2.44 33.38 4 32.83c.85-.3 1.53-.97 1.83-1.83.24-.65.24-1.35 0-2m-2.82 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m34.84-2c-.42-1.2-1.56-2-2.84-2-1.27 0-2.4.8-2.82 2-.24.65-.24 1.35 0 2a3.006 3.006 0 0 0 3.83 1.83A3.006 3.006 0 0 0 37.85 29m-2.84 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m-16-23.56c-2.75 0-4.5.89-4.5 1.5 0 .47 1.01 1.11 2.88 1.39 1.07.15 2.16.15 3.24 0 1.99-.29 2.88-.98 2.88-1.38 0-.61-1.75-1.5-4.5-1.5Z"/><path d="M23.44 10.46c-.15.09-.3.17-.47.25-.05.02-.12.04-.17.07-.15.06-.3.12-.46.18-.1.03-.22.06-.34.09-.13.04-.26.08-.4.11-.26.06-.54.11-.82.15a13 13 0 0 1-3.52 0c-1.17-.17-2.1-.47-2.74-.88v2.45c0 .61 1.29 1.4 3.38 1.62.75.08 1.51.08 2.26 0 2.01-.21 3.36-1.01 3.36-1.62v-2.46c-.02.01-.05.02-.07.04Z"/><path d="M23.27 14.59c-.17.1-.35.2-.56.29-.04.02-.08.03-.12.05-.19.08-.38.15-.59.22-.15.05-.32.08-.48.12-.11.03-.21.06-.33.08-.3.06-.62.11-.94.15q-.615.06-1.23.06h-.01c-.41 0-.83-.02-1.24-.06-.15-.02-.29-.05-.44-.07-.16-.02-.33-.04-.49-.08l-.26-.06c-.22-.05-.44-.1-.64-.17a.3.3 0 0 1-.1-.04c-.24-.08-.47-.17-.68-.27 0 0-.01 0-.02-.01-.23-.11-.43-.23-.61-.35v2.5c0 .61 1.75 1.5 4.5 1.5s4.5-.89 4.5-1.5v-2.48c-.05.04-.12.07-.17.1l-.06.03Z"/><path d="M29.01 9C28.46 3.51 23.56-.5 18.06.05 14.08.45 10.72 3.18 9.52 7h-.51c-4.42 0-8 3.58-8 8s3.58 8 8 8h20c3.87 0 7-3.13 7-7s-3.13-7-7-7m-4.5 3.88v4.06c0 1.62-2.83 2.5-5.5 2.5s-5.5-.88-5.5-2.5v-8c0-1.62 2.83-2.5 5.5-2.5s5.5.88 5.5 2.5zM31.19 31c-.24-.64-.24-1.35 0-2h-3.18c-1.1 0-2-.9-2-2v-3h-2v3c0 2.21 1.79 4 4 4zM19 31.01c.35 0 .69.06 1.01.18v-7.18h-2v7.18c.31-.11.65-.18.99-.18M12.01 24v3c0 1.1-.9 2-2 2H6.84c.24.68.21 1.37-.02 2H10c2.21 0 4-1.79 4-4v-3h-2Z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 52 52"><path d="m47.048 41.31-8.4 8.4c-.19.19-.44.29-.7.29-.13 0-.26-.02-.39-.07-.37-.16-.61-.52-.61-.93v-8.39c0-.56.44-1 1-1h8.39c.41 0 .77.24.93.61.15.38.07.81-.22 1.09" style="fill:#193d8d"/><path d="M46.338 12.41h-29.95c-.55 0-1 .45-1 1V49c0 .56.45 1 1 1h18.74c-.11-.32-.18-.65-.18-1v-8.39c0-1.65 1.35-3 3-3h8.39c.35 0 .69.07 1 .18V13.41c0-.55-.44-1-1-1m-14.97 31.35h-10.55c-.55 0-1-.45-1-1 0-.56.45-1 1-1h10.55c.55 0 1 .44 1 1 0 .55-.45 1-1 1m0-5.39h-10.55c-.55 0-1-.45-1-1 0-.56.45-1 1-1h10.55c.55 0 1 .44 1 1 0 .55-.45 1-1 1m9.34-5.39h-19.89c-.55 0-1-.45-1-1 0-.56.45-1 1-1h19.89c.55 0 1 .44 1 1 0 .55-.45 1-1 1m0-5.39h-19.89c-.55 0-1-.45-1-1 0-.56.45-1 1-1h19.89c.55 0 1 .44 1 1 0 .55-.45 1-1 1m0-5.39h-19.89c-.55 0-1-.45-1-1 0-.56.45-1 1-1h19.89c.55 0 1 .44 1 1 0 .55-.45 1-1 1" style="fill:#193d8d"/><path d="M34.888 3v1.18h-24.73c-1.65 0-3 1.35-3 3v30.36h-1.5c-.56 0-1-.44-1-1V3c0-.55.44-1 1-1h28.23c.55 0 1 .45 1 1" style="fill:#193d8d"/><path d="M41.118 7.18v3.23h-24.73c-1.65 0-3 1.35-3 3v30.36h-3.23c-.55 0-1-.45-1-1V7.18c0-.55.45-1 1-1h29.96c.55 0 1 .45 1 1" style="fill:#193d8d"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M37.84 0H2.16C.97 0 0 .97 0 2.16v35.68C0 39.03.97 40 2.16 40h35.68c1.19 0 2.16-.97 2.16-2.16V2.16C40 .97 39.03 0 37.84 0M29 20c0 2.72-1.21 5.15-3.12 6.8.08-.42.12-.86.12-1.3 0-2.54-1.34-4.73-3.3-5.8.49-.6.8-1.36.8-2.2 0-1.93-1.57-3.5-3.5-3.5s-3.5 1.57-3.5 3.5c0 .84.31 1.6.8 2.2-1.96 1.07-3.3 3.26-3.3 5.8 0 .45.04.88.12 1.3A8.96 8.96 0 0 1 11 20a9 9 0 0 1 18 0M14 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2M9 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2M2 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m28 31.46c0 .3-.24.54-.54.54H3.54c-.3 0-.54-.24-.54-.54v-2.92c0-.3.24-.54.54-.54h25.92c.3 0 .54.24.54.54zm7 0c0 .3-.24.54-.54.54h-4.92c-.3 0-.54-.24-.54-.54v-2.92c0-.3.24-.54.54-.54h4.92c.3 0 .54.24.54.54z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 452.6 480"><path d="m263.5 360.7-3.4-49.9L370.6 117V52.6h-51.4V0H0v480h370.6V237l-59 103.5zM279.9 202H38.5v-19.2h241.4zm-68.6 119.4v19.2H38.5v-19.2zm-172.8-27v-19.2h172.8v19.2zm200.3 73.2v19.2H38.5v-19.2zM38.5 248.2V229h200.2v19.2zm0-152.3L42.9 85h8.6v-2.3C51.4 62 68.3 45.2 89 45.2s37.6 16.9 37.6 37.6h-10.9C115.7 68 103.8 56 89 56c-14.7 0-26.7 12-26.7 26.7V85h41.4l-4.4 10.9h-37v8.1h41.4l-4.4 10.9h-37v.4c0 14.7 12 26.7 26.7 26.7s26.7-12 26.7-26.7h10.9c0 20.7-16.9 37.6-37.6 37.6S51.4 136 51.4 115.3v-.4H38.5l4.3-10.9h8.6v-8.1zM279.9 433H38.5v-19.2h241.4z"/><path d="M370.6 52.6 319.2 0zm67.2 6.9c-8.5-4.9-19.4-2-24.3 6.5l30.9 17.8c4.8-8.5 1.9-19.4-6.6-24.3M273.5 343.9l29.4-15.6-30.7-17.7zM442.6 96.8l-10.3 17.8.6 9.8-18.8 32.6 5.4 3.1 18.4-32 14.7-25.5zM272.22 310.518 407.343 76.41l30.92 17.846-135.124 234.107z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 2" viewBox="0 0 21.78 14.92"><g data-name="Layer 1"><path d="M11.09.32a.326.326 0 0 0-.32-.32H3.52c-.18 0-.32.15-.33.33 0 .18.15.32.33.32h.76V4.6L1.05 7c-.08.06-.13.16-.13.26v.13c.1-.05.21-.08.32-.08h1.59c.37 0 .67.3.67.67v1.44c0 .38-.3.67-.67.67h-1.6a.7.7 0 0 1-.33-.08v1.21H2c.48-.95 1.45-1.56 2.52-1.57.72 0 1.4.28 1.92.77V4.76c0-.12.03-.23.08-.33H4.91V.65h4.42v3.44h.33c.12 0 .23.03.33.08V.65h.75c.18 0 .32-.15.33-.33Zm-9.2 13.04c-.02-.05-.03-.1-.04-.15-.06-.22-.09-.44-.09-.67v-.13c0-.22.03-.45.08-.66.02-.06.03-.11.05-.17H.33c-.18 0-.33.15-.33.32v1.13c0 .18.15.32.33.33zm8.25-1.61c.02-.06.03-.11.05-.17H7.21s.03.09.04.13c.05.24.08.46.1.68v.14c-.01.22-.04.44-.09.65-.02.06-.04.12-.05.18h2.98s-.03-.1-.05-.15c-.05-.23-.08-.45-.09-.67v-.14c.01-.23.05-.45.09-.66Zm6.25 1.28v-1.79l-2.41-1.81c-.15-.11-.24-.27-.27-.45s.02-.35.13-.5c.23-.3.64-.35.94-.14l1.6 1.2V8.9c0-1.41-1.15-2.56-2.57-2.56h-3.46v4.85c.29-.58.78-1.04 1.37-1.3a2.8 2.8 0 0 1 3.69 1.44c.06.13.1.26.14.38q.06.255.09.51h.09v.48h-.09c-.01.16-.04.32-.08.48-.02.06-.03.12-.05.17h.54c.18 0 .32-.15.33-.33Z"/><path d="M14.06 8.94c.01.08.06.16.13.21l2.57 1.93v-.81l-2.18-1.64a.35.35 0 0 0-.19-.06c-.1 0-.2.04-.26.13-.05.07-.07.16-.06.24Zm4.61-.23h-1.24c-.18 0-.32.15-.33.33v3.99c0 .18.15.35.32.33h4.02c.18 0 .32-.15.33-.33v-1.04a.3.3 0 0 0-.09-.22l-2.77-2.95a.32.32 0 0 0-.25-.1Zm-8.06 4.75c.4.89 1.27 1.46 2.24 1.46s1.85-.58 2.25-1.46c.05-.12.1-.24.13-.37.04-.18.07-.37.07-.57v-.13c0-.2-.03-.4-.08-.6-.03-.11-.07-.23-.12-.33a2.46 2.46 0 0 0-2.24-1.47c-.94 0-1.85.55-2.25 1.46-.05.12-.1.24-.13.36-.04.19-.07.39-.08.58v.12c.01.19.04.39.09.59.03.11.08.23.13.33ZM1.31 3.43l.78.78c.06.06.1.15.1.25v1.27l.65-.48v-.79c0-.26-.1-.52-.29-.71l-.78-.78c-.06-.06-.15-.09-.23-.09s-.17.03-.23.09a.32.32 0 0 0 0 .46M7.01 3c0-.65-.53-1.17-1.18-1.17h-.54v2.26h1.72zm3 8.23V4.77s0-.09-.02-.13-.04-.08-.08-.11a.32.32 0 0 0-.23-.09H7.14c-.18 0-.32.15-.33.33v6.06c.1.13.19.26.26.41h.39v-.67h1.89v.67H10ZM7.47 5.09h1.89v1.26H7.47zm0 1.91h1.89v1.13H7.47zm0 2.91V8.78h1.89v1.13zm-.67 1.56c-.07-.17-.17-.33-.29-.47-.46-.62-1.19-.98-1.96-.99-.97 0-1.85.58-2.25 1.47-.05.11-.1.23-.13.36-.04.18-.07.38-.07.58v.13c0 .19.03.39.08.58.03.12.07.23.13.33.25.57.69 1.01 1.25 1.25 1.24.55 2.69 0 3.24-1.24.05-.12.1-.24.13-.37.04-.18.07-.38.08-.57v-.11c-.01-.2-.04-.41-.09-.61q-.045-.15-.12-.33Z"/><path d="M7.82 5.44h1.19V6H7.82zm0 1.91h1.19v.43H7.82zm0 1.78h1.19v.43H7.82zm0 1.78h1.19v.32H7.82zM.93 7.99v1.44a.326.326 0 0 0 .32.32h1.6c.18 0 .33-.15.33-.32V7.99c0-.18-.15-.33-.33-.33H1.26c-.18 0-.32.15-.33.33"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 925.424"><g data-name="Home Shield"><path fill="#d8e1ef" d="M901.8 196.946 516.16 4.125a38.56 38.56 0 0 0-34.708 0L95.81 196.945a38.56 38.56 0 0 0-21.21 34.323V809.73a115.693 115.693 0 0 0 115.693 115.692H807.32a115.693 115.693 0 0 0 115.69-115.691V231.268a38.56 38.56 0 0 0-21.21-34.322"/><path d="M691.626 385.525c-124.948 0-157.342-54.376-158.499-55.918a38.56 38.56 0 0 0-34.322-21.21 36.25 36.25 0 0 0-34.708 20.053s-25.452 42.42-112.607 53.99a347 347 0 0 1-45.506 3.085 38.564 38.564 0 0 0-38.564 38.564v74.814a269.95 269.95 0 0 0 169.682 250.668l47.434 18.896a38.56 38.56 0 0 0 28.538 0l47.434-18.896A269.95 269.95 0 0 0 730.19 498.903V424.09a38.564 38.564 0 0 0-38.564-38.564z" class="cls-2"/><path d="M961.575 308.396a35.9 35.9 0 0 1-17.354-4.242L498.805 81.64 53.389 304.154A38.564 38.564 0 0 1 18.68 235.51L481.45 4.125a38.56 38.56 0 0 1 34.708 0l462.77 231.385a38.564 38.564 0 0 1 16.968 51.676 38.56 38.56 0 0 1-34.322 21.21Z" class="cls-2"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" data-name="Layer 45"><path d="M15.985 18.857 4.557 12l11.428-6.857 1.03 1.714L8.443 12l8.572 5.143z"/><circle cx="16.5" cy="6.5" r="3.5"/><circle cx="6.5" cy="12" r="3.5"/><circle cx="16.5" cy="17.5" r="3.5"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1076.933"><path fill="#d8e1ef" d="M961.538 153.847c-326.538 0-429.23-136.154-430-137.308A38.46 38.46 0 0 0 500 .001a38.46 38.46 0 0 0-31.538 16.153S365 153.847 38.462 153.847A38.46 38.46 0 0 0 0 192.308v336.923c0 355.77 273.462 461.539 436.538 525.385l48.847 19.23a36.15 36.15 0 0 0 29.23 0l48.847-19.23C726.538 991.154 1000 884.616 1000 529.23V192.308a38.46 38.46 0 0 0-38.462-38.461"/><path d="M1000 192.308v336.923c0 355.77-273.462 461.539-436.538 525.385l-48.847 19.23a38.5 38.5 0 0 1-14.615 3.078V0a38.46 38.46 0 0 1 31.154 16.538S635 153.847 961.538 153.847A38.46 38.46 0 0 1 1000 192.308"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 25 25"><path d="M23.75 4h-10.4a.25.25 0 0 1-.19-.09l-2.05-2.46a1.25 1.25 0 0 0-1-.45H5.25A1.25 1.25 0 0 0 4 2.25V3h4.15a2.24 2.24 0 0 1 1.73.81L11.7 6h10A2.25 2.25 0 0 1 24 8.25v9.7a1.23 1.23 0 0 0 1-1.2V5.25A1.25 1.25 0 0 0 23.75 4" class="cloud-storage_svg__cls-1"/><path d="M21.75 7H11.23L9.11 4.45a1.25 1.25 0 0 0-1-.45H3.25A1.25 1.25 0 0 0 2 5.25V6h4.15a2.24 2.24 0 0 1 1.73.81L9.7 9h10a2.25 2.25 0 0 1 2.3 2.25v9.7a1.23 1.23 0 0 0 1-1.2V8.25A1.25 1.25 0 0 0 21.75 7" class="cloud-storage_svg__cls-1"/><path d="M19.75 10H9.23L7.11 7.45a1.25 1.25 0 0 0-1-.45H1.25A1.25 1.25 0 0 0 0 8.25v14.5A1.25 1.25 0 0 0 1.25 24h18.5A1.25 1.25 0 0 0 21 22.75v-11.5A1.25 1.25 0 0 0 19.75 10" class="cloud-storage_svg__cls-1"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128.51 128.51"><path d="M112.25 62.35c-.1-1.4-.2-2.7-.3-4.1l2.6-2.6c11.5-11.5 11.5-30.3 0-41.7-11.5-11.5-30.2-11.5-41.7 0l-2.6 2.6c-1.3-.2-2.7-.3-4.1-.3l4.5-4.5c12.7-12.7 33.4-12.8 46.1 0 12.7 12.7 12.7 33.4 0 46.1zm-53.9-45.7-2.6-2.6c-11.5-11.5-30.3-11.5-41.7 0-11.6 11.4-11.6 30.2 0 41.7l2.6 2.6c-.2 1.3-.3 2.7-.3 4.1l-4.5-4.5c-12.7-12.7-12.8-33.4 0-46.1 12.7-12.7 33.4-12.7 46.1 0l4.5 4.5c-1.4 0-2.8.1-4.1.3m-42.1 49.5c.1 1.4.2 2.7.3 4.1l-2.6 2.6c-11.5 11.5-11.5 30.3-.1 41.7 11.5 11.5 30.2 11.5 41.7 0l2.6-2.6c1.3.2 2.7.3 4.1.3l-4.5 4.5c-12.7 12.7-33.4 12.8-46.1.1s-12.7-33.4.1-46.1zm53.9 45.7 2.6 2.6c11.5 11.5 30.3 11.5 41.7 0 11.5-11.5 11.5-30.2-.1-41.7l-2.6-2.6c.2-1.3.3-2.7.3-4.1l4.5 4.5c12.7 12.7 12.8 33.4.1 46.1s-33.4 12.7-46.1-.1l-4.5-4.5c1.4.1 2.8 0 4.1-.2"/><path d="M64.25 24.55c-21.9 0-39.7 17.8-39.7 39.7s17.8 39.7 39.7 39.7 39.7-17.8 39.7-39.7-17.8-39.7-39.7-39.7m0 71.7c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32"/><path d="M64.25 9.25c-30.4 0-55 24.6-55 55s24.6 55 55 55 55-24.6 55-55-24.6-55-55-55m0 106c-28.2 0-51-22.8-51-51s22.8-51 51-51 51 22.8 51 51-22.8 51-51 51"/><path d="M35.85 79.05c.05.1.12.2.17.3-2.41-4.5-3.77-9.63-3.77-15.1 0-17.7 14.3-32 32-32 5.48 0 10.64 1.37 15.14 3.79-.12-.06-.22-.13-.34-.19l23.18-23.08C91.6 4.91 78.47.25 64.25.25S36.9 4.91 26.27 12.77l23.08 23.08c-5.8 3-10.5 7.7-13.5 13.5L12.77 26.27C4.91 36.9.25 50.04.25 64.25s4.65 27.36 12.5 38zM87.6 42.36c-.55-.59-1.13-1.16-1.72-1.71.6.55 1.17 1.12 1.72 1.71M38.39 83.1s.03.04.04.06c-.01-.02-.03-.04-.04-.06m1.51 1.92.03.03c0-.01-.02-.02-.03-.03m40.57-48.36c.51.3 1.01.61 1.49.93-.49-.32-.99-.63-1.49-.93m-1.32 55.99c5.8-3 10.5-7.7 13.5-13.5l23.08 23.08c7.86-10.63 12.52-23.77 12.52-37.98s-4.66-27.35-12.52-37.98L92.57 49.33c2.35 4.45 3.68 9.53 3.68 14.92 0 17.7-14.3 32-32 32-5.39 0-10.47-1.33-14.92-3.68l-23.08 23.18c10.62 7.85 23.76 12.5 38 12.5s27.35-4.66 37.98-12.52zm9.62-48.98c-.22-.26-.45-.52-.67-.78.23.26.45.51.67.78M36.99 81.03c.07.11.14.21.21.32-.07-.11-.14-.21-.21-.32m53.05-35.75s-.04-.06-.07-.09c.02.03.04.06.07.09"/><path d="m84.75 30.25-5.6 5.6c5.8 3 10.5 7.7 13.5 13.5l5.6-5.6c-3.4-5.5-8-10.2-13.5-13.5m-48.9 48.8-5.6 5.7c3.3 5.5 8 10.1 13.5 13.5l5.6-5.6c-5.7-3.1-10.4-7.8-13.5-13.6m43.3 13.6 5.6 5.6c5.5-3.3 10.1-8 13.5-13.5l-5.6-5.6c-3.1 5.7-7.8 10.4-13.5 13.5m-29.7-56.7-5.7-5.7c-5.5 3.4-10.1 8-13.5 13.5l5.6 5.6c3.1-5.7 7.8-10.4 13.6-13.4m-27.4 57-2.9 2.9c3.7 5.2 8.2 9.8 13.5 13.5l2.9-2.9c-5.3-3.7-9.9-8.2-13.5-13.5m84.4 0c-3.6 5.3-8.2 9.9-13.5 13.5l2.9 2.9c5.2-3.7 9.8-8.3 13.5-13.5zm-84.4-57.4c3.6-5.3 8.2-9.9 13.5-13.5l-2.8-2.8c-5.2 3.7-9.8 8.3-13.5 13.5z"/><circle cx="64.25" cy="64.25" r="63.75" fill="none" stroke="#000" stroke-miterlimit="10"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 44.66"><path d="M16 9h20V2c0-1.1-.9-2-2-2H2C.9 0 0 .9 0 2v26c0 1.1.9 2 2 2h3v5.83L12.33 30H14V11c0-1.1.9-2 2-2"/><path d="M48.09 10.53H17.61c-1.05 0-1.91.85-1.91 1.91v24.77c0 1.05.85 1.91 1.91 1.91h20.64l6.98 5.56v-5.56h2.86c1.05 0 1.91-.85 1.91-1.91V12.43c0-1.05-.85-1.91-1.91-1.91Zm-6.62 19.9H24.23V28.4h17.24zm0-4.76H24.23v-2.03h17.24zm0-4.76H24.23v-2.03h17.24z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 416"><path d="M409.8 112.8c-31.1 0-56.4 25.3-56.4 56.5s25.3 56.3 56.4 56.3 56.5-25.3 56.5-56.3-25.4-56.5-56.5-56.5m-319.6 0c-31.1 0-56.5 25.3-56.5 56.5s25.3 56.3 56.5 56.3 56.4-25.3 56.4-56.3-25.3-56.5-56.4-56.5M249.9 0c-46 0-83.5 37.4-83.5 83.4s37.4 83.5 83.5 83.5 83.5-37.5 83.5-83.5C333.5 37.4 296 0 249.9 0m130.9 416v-96c0-72.2-58.7-130.9-130.8-130.9S119.1 247.8 119.1 320v96zm20.7-34H500v-44.3c0-49.8-40.5-90.2-90.3-90.2-8.9 0-17.3 1.7-25.4 4.1 10.6 20.7 17.1 43.7 17.1 68.4v62zm-303.1 0v-62c0-24.8 6.5-47.8 17.1-68.4-8-2.4-16.4-4.1-25.3-4.1-49.7 0-90.2 40.4-90.2 90.2V382z"/><path d="M250 189.1V416h130.8v-96c0-72.1-58.7-130.8-130.8-130.9M250 0v167c46 0 83.4-37.5 83.4-83.5C333.5 37.4 296 0 250 0"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 2" viewBox="0 0 426.79 511.88"><g data-name="Layer 1"><path d="M175.53 76.88c-3.36 0-6.61-1.94-8.1-5.2-3.06-6.64-4.61-13.74-4.61-21.11C162.82 22.68 185.5 0 213.38 0s50.57 22.68 50.57 50.57c0 7.01-1.4 13.84-4.2 20.24-1.98 4.5-7.22 6.57-11.73 4.6-4.54-1.97-6.59-7.22-4.63-11.75 1.81-4.12 2.72-8.54 2.72-13.09 0-18.04-14.67-32.72-32.73-32.72s-32.71 14.69-32.71 32.72c0 4.77.99 9.37 2.96 13.66 2.06 4.47.11 9.78-4.37 11.83-1.21.56-2.48.82-3.74.82Zm37.85 199.09c12.45 0 22.54 10.1 22.54 22.52s-10.1 22.52-22.54 22.52-22.52-10.1-22.52-22.52 10.1-22.52 22.52-22.52"/><path d="M226.79 85.53V51.84c0-7.4-6.01-13.4-13.41-13.4s-13.38 6-13.38 13.4v33.69C88.4 92.44 0 185.12 0 298.48s95.53 213.39 213.38 213.39 213.41-95.54 213.41-213.39-88.4-206.02-200-212.95M213.38 459.6c-88.84 0-161.11-72.29-161.11-161.12s72.27-161.14 161.11-161.14 161.15 72.27 161.15 161.14S302.25 459.6 213.38 459.6"/><path d="M234.62 296.16s-3.79-8.34-.44-13.44c3.35-5.11 48.47-94.91 48.47-94.91s2.08-3.43-.96-5.23c-1.45-.87-3.7-.92-5.03 1.68 0 0-57.14 82.69-59.99 88.07-2.88 5.38-12.02 6.05-12.02 6.05s19.91 4.21 29.98 17.78ZM213.4 181.67c-2.9 0-5.23-2.34-5.23-5.21V158.7c0-2.87 2.34-5.21 5.23-5.21s5.22 2.34 5.22 5.21v17.76c0 2.87-2.34 5.21-5.22 5.21M92.75 303.72H75c-2.88 0-5.21-2.36-5.21-5.23s2.34-5.23 5.21-5.23h17.75c2.88 0 5.22 2.33 5.22 5.23s-2.35 5.23-5.22 5.23m258.09 0H333.1c-2.88 0-5.23-2.36-5.23-5.23s2.36-5.23 5.23-5.23h17.74c2.88 0 5.21 2.33 5.21 5.23 0 2.87-2.34 5.23-5.21 5.23m-53.29-87.11c-1.33 0-2.69-.49-3.7-1.51a5.25 5.25 0 0 1 0-7.41l12.53-12.53a5.21 5.21 0 0 1 7.39 0 5.203 5.203 0 0 1 0 7.37l-12.54 12.57c-1.02 1.02-2.35 1.51-3.7 1.51Zm-171.61.99a5.17 5.17 0 0 1-3.68-1.53l-12.55-12.53c-2.04-2.04-2.04-5.35 0-7.39s5.36-2.04 7.4 0l12.53 12.53a5.19 5.19 0 0 1 0 7.39 5.18 5.18 0 0 1-3.7 1.53m182.51 182.5c-1.34 0-2.68-.51-3.7-1.53l-12.55-12.55a5.227 5.227 0 0 1 0-7.39 5.203 5.203 0 0 1 7.4 0l12.55 12.55a5.227 5.227 0 0 1-3.7 8.92m-194.45 0c-1.34 0-2.68-.51-3.68-1.53a5.227 5.227 0 0 1 0-7.39l12.53-12.55c2.07-2.06 5.36-2.06 7.4 0a5.21 5.21 0 0 1 0 7.39l-12.53 12.55a5.3 5.3 0 0 1-3.71 1.53Z"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill-rule="evenodd" stroke-linejoin="bevel" stroke-width=".501" overflow="visible" viewBox="0 0 96 96"><g fill="none" stroke="none" font-family="Times New Roman" font-size="16"><path fill="#e59345" d="M51.075 25.904c3.033-1.377 5.768-11.079 10.017-11.535 2.581.456 6.372 11.089 12.213 11.256 8.111.232 7.525-7.561 13.017-11.181 5.499 1.992 7.523 13.926 8.677 19.192 1.002 4.172 1.002 10.18 1.002 13.851-.835 9.179-5.458 20.931-12.597 26.379-11.536 9.41-22.059 9.937-33.847 10.321-12.677.412-26.267-.512-37.043-8.708C1.056 66.766-3.21 47.782 3.103 35.713c4.233-8.09 13.964-14.419 25.498-10.017 8.804 4.098 19.135 1.726 22.474.208"/><path fill="#ffd28d" d="m54.778 21.226.849-1.434c.399-.664.807-1.32 1.228-1.935l.541-.7.154.032a2.51 2.51 0 0 1 1.531 2.306A2.51 2.51 0 0 1 56.576 22a2.5 2.5 0 0 1-1.77-.734zM88.689 20.179c0-.69.281-1.316.734-1.769l.663-.447.452.755q.336.617.641 1.286l.982 2.485-.967.195a2.51 2.51 0 0 1-2.505-2.505"/><path fill="#e59345" d="M76.914 75.297c7.007-.357 8.539 7.714 10.776 11.383.269.441 1.313.705 1.973.455 7.116-2.7-.162-26.333-10.928-19.579-4.465 2.801-2.486 4.119-1.821 7.741M65.075 80.196c-1.529 1.861-4.189 3.902-5.131 5.986-1.837 4.065-.327 8.505-.383 8.597-1.067 1.756-3.123 1.22-4.063.809-9.272-4.045-5.654-22.927 5.985-19.154 2.023.655 2.036 2.848 3.592 3.762M19.542 79.698c-6.276-5.209-13.458 3.866-15.326 4.979-1.187.709-3.483.545-3.921-.617-1.864-4.945 5.621-20.329 9.6-18.139.849.467 7.508 8.985 8.888 10.893zM42.297 77.411c-7.818 2.321-4.268 13.335-4.381 15.507-.072 1.381-1.484 3.198-2.694 2.917-5.146-1.2-13.772-15.975-9.74-18.064.861-.447 11.643-1.246 13.996-1.332zM19.955 33.925c-.917-.439-3.304-.608-5.558-.998-2.7-.467-6.313-1.405-9.041-4.471-5.781-6.493-6.478-14.039-3.902-19.831C3.992 2.918 9.835-1.13 16.393.315a3.75 3.75 0 0 1 2.856 4.469A3.75 3.75 0 0 1 14.78 7.64c-2.359-.52-5.056.845-6.474 4.033-1.324 2.979-1.261 7.402 2.651 11.796.982 1.102 2.45 1.676 4.717 2.067 2.421.419 5.229.529 7.518 1.624a3.75 3.75 0 0 1-3.237 6.765"/><path fill="#d13f6a" d="m24.914 9.254-1.26 16.17a3.2 3.2 0 0 0 2.939 3.436l18.44 1.437a3.2 3.2 0 0 0 3.436-2.94l1.26-16.17a3.2 3.2 0 0 0-2.939-3.436L28.35 6.314a3.2 3.2 0 0 0-3.436 2.94"/><path fill="#fff" d="M63.827 32.041a4.37 4.37 0 0 1 4.368 4.368 4.37 4.37 0 0 1-4.368 4.368 4.37 4.37 0 0 1-4.368-4.368 4.37 4.37 0 0 1 4.368-4.368M84.524 32.041a4.37 4.37 0 0 1 4.368 4.368 4.37 4.37 0 0 1-4.368 4.368 4.37 4.37 0 0 1-4.368-4.368 4.37 4.37 0 0 1 4.368-4.368"/><path fill="#9a530f" d="M74.351 42.358a6.35 6.35 0 0 1-3.258-1.087.561.561 0 1 1 .639-.925c.729.503 1.713.85 2.664.888.945.038 1.793-.228 2.363-.874a.563.563 0 0 1 .843.745c-.854.968-2.077 1.3-3.251 1.253"/><path fill="#9a530f" d="M69.359 45.771c-.721-.508-1.188-1.322-1.086-2.362a.562.562 0 0 1 1.119.111c-.058.595.19 1.032.615 1.332.445.313 1.091.472 1.753.407 1.026-.1 2.037-.721 2.221-2.089l.025-.295-.02-.112a4 4 0 0 1-.023-.776c.042-.671 1.026-.708 1.119-.042q.036.264.048.512l.001.318.017.097c.246 1.106 1.129 1.9 2.08 2.161 1.068.294 2.204-.078 2.43-1.721a.564.564 0 0 1 1.115.153c-.324 2.356-2.166 3.114-3.844 2.652a4.16 4.16 0 0 1-2.132-1.425l-.091-.126-.174.294c-.617.918-1.627 1.418-2.662 1.519-.886.087-1.812-.115-2.511-.608M66.143 34.13c1.028 0 1.864.836 1.864 1.864a1.866 1.866 0 0 1-1.864 1.864 1.866 1.866 0 0 1-1.864-1.864c0-1.028.836-1.864 1.864-1.864M86.559 34.13c1.028 0 1.864.836 1.864 1.864a1.866 1.866 0 0 1-1.864 1.864 1.866 1.866 0 0 1-1.864-1.864c0-1.028.836-1.864 1.864-1.864"/><path fill="#ffd28d" d="m63.34 30.474-.303-2.732a.564.564 0 0 1 .497-.622.564.564 0 0 1 .622.497l.303 2.732a.564.564 0 0 1-.497.622.564.564 0 0 1-.622-.497M65.757 31.656a.564.564 0 0 1-.522-.601l.228-3.263a.564.564 0 0 1 .601-.522.564.564 0 0 1 .522.601l-.228 3.263a.564.564 0 0 1-.601.522M80.942 31.162l-.739-2.808a.562.562 0 1 1 1.087-.287l.739 2.808a.562.562 0 1 1-1.087.287M82.917 30.52l-.151-2.58a.563.563 0 0 1 1.123-.065l.151 2.58a.563.563 0 0 1-1.123.065M90.982 44.932l-7.437-1.139a.564.564 0 0 1 .171-1.113l7.437 1.139a.564.564 0 0 1-.171 1.113M89.89 48.167l-6.906-2.504a.562.562 0 1 1 .383-1.057l6.906 2.504a.562.562 0 1 1-.383 1.057M57.119 44.613a.565.565 0 0 1 .471-.642l7.437-1.138a.565.565 0 0 1 .642.471.565.565 0 0 1-.471.642l-7.437 1.138a.565.565 0 0 1-.642-.471M58.134 47.983a.56.56 0 0 1 .337-.72l6.906-2.505a.562.562 0 1 1 .383 1.057l-6.906 2.505a.56.56 0 0 1-.72-.337"/><path fill="#ff8bad" d="M35.334 30.359a.75.75 0 0 1-.678-.815l2.049-22.387a.75.75 0 1 1 1.493.137l-2.049 22.387a.75.75 0 0 1-.815.678"/><path fill="#d13f6a" d="M33.907 7.032c-.612-.242-1.216-.586-1.677-1.076a2.84 2.84 0 0 1-.801-1.939c-.008-.396.09-.816.317-1.176a1.74 1.74 0 0 1 1.106-.784c1.921-.423 3.058.426 3.811 1.474.345.48.626 1.024.855 1.437.26.466.439.74.619.899a.75.75 0 0 1 .244.693l-.02.08c-.007.038-.01.1-.028.198-.026.132-.104.46-.431.675a.74.74 0 0 1-.392.123c-.961.026-2.384-.121-3.603-.604m1.538-2.626c-.496-.69-1.08-1.146-2.27-.884a.24.24 0 0 0-.16.12.65.65 0 0 0-.087.348c.007.374.146.674.394.937.26.277.649.517 1.137.711.614.244 1.317.386 1.972.455l-.181-.317c-.261-.464-.507-.954-.805-1.37"/><path fill="#d13f6a" d="M38.077 7.642a.75.75 0 0 1-.341-.226 1.01 1.01 0 0 1-.229-.768c.009-.092.024-.166.026-.196l.003-.084a.75.75 0 0 1 .426-.599c.214-.101.458-.309.843-.693.335-.334.756-.779 1.219-1.145 1.009-.797 2.348-1.299 4.071-.366.874.475 1.074 1.472.828 2.277a2.84 2.84 0 0 1-1.307 1.643c-.578.343-1.254.507-1.909.571-1.305.127-2.714-.125-3.63-.414m3.485-1.079c.523-.051.963-.175 1.29-.368.311-.185.527-.435.636-.792.064-.207.037-.44-.108-.519-1.075-.582-1.762-.301-2.426.224-.395.312-.767.714-1.149 1.09l-.26.259-.362-.072c.716.158 1.589.256 2.379.178"/><path fill="#ffc06b" d="M14.909 78.228c9.148-4.108 19.642-4.773 28.5.6 2.109 1.279 6.122 4.907 7.048 5.315-12.31.613-25.006-.389-35.548-5.915M61.859 83.253c1.956-.877 3.958-2.975 5.55-4.425a14 14 0 0 0 1.65-1.8c2.813-3.579 5.747-8.281 10.05-9.9 1.112-.418 3.268-.638 4.35-.15 1.529.69 1.466 3.11.75 4.35-4.201 7.279-14.624 10.891-22.35 11.925"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 798.67 584"><g data-name="ARTBOARD 2"><path d="M666.57 85.8C656.82 29.27 621.74-3.86 565.22 2c-50.67 3.9-191-1.95-267-1.95C265.08 0 191-1.91 163.73 21.48c-31.18 29.23-35.08 44.83-39 81.86-3.9 62.37 1.95 204.64 1.95 267 0 42.88 11.8 88.59 54.68 108.08 52.62 23.39 177.39 17.22 249 14.3 68.85-2.81 199.15 23.79 232.28-63.91 17.57-50.67 13.67-286.49 3.93-343.01" style="fill:#fec6b9"/><path d="M343.49 56.08c-6.88-4-10.47-14.78-13.76-22.48-8.42 18-11.45 37.81-18.82 56.17q3.94-4.47 8.17-8.64c.62-.62 1.51.3 1 1-13.25 15.33-26.85 32.77-32.72 52.47-6.19 20.74-.81 38.91 12.66 54.91a.67.67 0 0 1 .54.63c.52.6 1 1.2 1.55 1.79 13.21 14.6 30.3 29.62 48.41 37.72a81.7 81.7 0 0 0 33.87 7.35c10.26-.08 20-2.13 30-4 10.92-4.73 21.9-9.43 32.15-15.51 6.33-3.76 11.71-8.54 17.2-13.44.87-.77 1.77-1.56 2.69-2.36a1.34 1.34 0 0 1 .82-.72c6-5.24 12.55-11.15 15.74-18.13 4.15-9.06 1.23-21.78-.25-31.16-3.61-22.88-5.7-46.08-11.73-68.5-4.67-17.37-8.09-35.05-11.64-52.69-7.67 8-13.8 17.22-19.53 26.72a1.43 1.43 0 0 1-1.25.72q-10.93-.94-21.88-1.55c-11.78-.66-23.33-.21-35.12-.18l-20 .05-12 .06c-1.64-.02-4.59.69-6.1-.23M322.94 70a146 146 0 0 0 4.76-17.7 1.14 1.14 0 0 1 1.66-.68c3.87 2.88 5.58 7.53 6.75 12.06a1.15 1.15 0 0 1-.52 1.27 69 69 0 0 1-7.16 3.79 19.5 19.5 0 0 1-4.08 1.75v.11c-.35.78-1.68.22-1.41-.6m25.59 65.37a.89.89 0 0 1-1.74.24c-1.56-7.11-.66-14.55-2-21.71-.81-4.33-6.1-16.94-12.48-11-7.92 7.39-11.76 24-10.07 34.46a.51.51 0 0 1-1 .27c-4.11-10.86-2.49-36.45 10.54-41.26 7.46-2.75 14.53 3.12 16 10.33 2.02 9.56.85 19.08.75 28.69Zm97.8-71.94a50.3 50.3 0 0 1 7.74-17 1.22 1.22 0 0 1 2.25.61c1.18 9 2.22 17.94 3.27 26.91a1.32 1.32 0 0 1-2 1.13 129 129 0 0 1-11.76-9.41 1.38 1.38 0 0 1 .5-2.22Zm-47.51 40.42c1.64-3.94 2.69-8.88 7.41-9.58a21.4 21.4 0 0 1 10.64 1.25c14.33 5.36 17.58 25.27 16.32 38.59a.65.65 0 0 1-1.29 0c-1.38-10.76-5.52-24.5-15.45-30.48a14.76 14.76 0 0 0-9.26-2.3c-1.64.16-4.72 6.67-5.43 8.16a41.6 41.6 0 0 0-3.85 24.55.59.59 0 0 1-1.14.31c-3.11-9.64-1.83-21.15 2.05-30.47Zm-47 48c6.71-6 16.59-2.6 24.26-.54a1.61 1.61 0 0 1 1.11 2c-1.89 6.49-7.92 10.63-13.77 9.81a100 100 0 0 0 .62 12c.21 2.65.08 7.58 1.36 10.49 5.58-.74 8.74-4.93 10.23-10.09a.62.62 0 0 1 1.22.16c.26 6.82-3.56 13.57-11 13.92-5.68.27-11.15-2.69-12.42-8.54-.12-.57.71-1 1-.41 1.43 2.95 4.81 4.62 8.12 5-2.44-5.35-1.54-18.76-.71-22.82a11 11 0 0 1-1.29-.47c-4.13-1.23-7.11-4.52-9-8.62a1.52 1.52 0 0 1 .26-1.82Z" style="fill:#f2eddd"/><path d="M375.13 250.24c-4.71-2.27-9.18-2.47-13.87-2.31-9.08 1.4-17.15 6.21-17.62 17.16a20.2 20.2 0 0 0 2.49 10.79c4.72 3 10.51 4.67 16 3.25a24 24 0 0 0 7.71-3.31c-4-3.32-2.7-11.61 4-11.61 8.27 0 8.35 12.66.26 12.94-3.53 3.16-9.26 5-13.13 5.34a21.24 21.24 0 0 1-11.06-1.7 26 26 0 0 0 19.68 6.84C382 286.8 390 276 386.24 263.83a24.8 24.8 0 0 0-2.76-6 1.14 1.14 0 0 1-1-1.45 20.2 20.2 0 0 0-7.35-6.14" style="fill:#ffd954"/><path d="M464.59 207.41a135.5 135.5 0 0 1-51.19 28.2.88.88 0 0 1-.64-.06c-19.57 7.41-43.14 6.5-62-1.93a145.4 145.4 0 0 1-34.34-22.33q.18 4.84.3 9.68a1.2 1.2 0 0 1 .51.38 89.6 89.6 0 0 0 15.85 16.07c5.52 4.31 11.58 7.08 17.47 10.67a21.7 21.7 0 0 1 7-2.49 27.07 27.07 0 0 1 27.62 10c31.94-.25 70.29-12.28 85.38-42.28-1.14-2.74-2.21-5.51-3.25-8.28Z" style="fill:#434244"/><path d="M333.71 63.45c-.88-3.06-2.06-6.38-4.25-8.73a89.5 89.5 0 0 1-4 13c.94-.48 2-.87 2.84-1.32 1.85-.89 3.7-1.86 5.41-2.95" style="fill:#ed9583"/><path d="M527.38 526.06c-19.84-1.87-39.07-6.95-58.57-10.81a399 399 0 0 0-44.08-6c-13.25-1.1-27.19-2-40.12 1.77-13.25 3.81-21.25 11.57-26.94 23.6 12.19-.9 24.45-1.1 36.54.4 20.2 2.51 39.76 8.92 58.95 15.5 35.26 12.09 72.16 23.83 109.91 18.23 20.46-3 41.62-10.73 55.46-26.84 20.06-23.36 21.81-62.28-3.65-82.45-1 11.32-3.73 22.33-9.2 32.24C590 520 558 528.95 527.38 526.06" style="fill:#f2eddd"/><path d="M439 246.67A118.3 118.3 0 0 1 386.75 258a22.3 22.3 0 0 1 2.37 6.12c3 13.34-5.09 26.62-19.5 27-15.71.4-31-9.95-29.32-27a20.3 20.3 0 0 1 7.7-14.33c-12.41-4.13-24-14.11-31.19-24.91.91 47.53-2.25 95.18 2.1 142.61 2.72 29.67 8 59.19 13.84 88.38 5.35 26.66 12.93 52.72 18.83 79.22l3.23-.28a31.53 31.53 0 0 1 7.19-14.47c-2.5-14.47.38-30 .53-44.59.13-13 .2-26 .66-39-3.55-.58-6.67-3.36-9.2-5.88a24.7 24.7 0 0 1-5.68-8.59c-.17-.42.46-.62.69-.29a36 36 0 0 0 7.43 7.75c2.27 1.79 4.88 3.11 6.84 5.16.15-4 .34-8 .59-12a.35.35 0 0 1 .7 0c0 17.63 1.39 35.19 1.59 52.81.16 14.07-.9 28.14-1.78 42.17 9.68-9 24.68-12.32 38.65-13.14 3.72-10.5 8.43-20.63 12.15-31.14 3.59-10.16 5.7-20.44 8.66-30.73a.24.24 0 0 1 .48.06c.93 10.27-2.91 21.9-6.14 31.49-3.47 10.32-7.41 20.62-12.65 30.19 3.32-.13 6.57-.12 9.64 0 11.79.39 23.57 1.88 35.26 3.43-4.74-10.36-6.31-22.3-7.28-33.52a202.6 202.6 0 0 1 .85-43.22c3.17-24.58 11.32-50.88 29.2-68.84.49-.49 1.22.25.76.76-17.33 19.23-23.8 46.76-26.32 71.87a199.5 199.5 0 0 0-.29 39.44c1.14 11.6 3.95 22.68 6.47 34 13-5.56 26-11.2 38-18.7 14.15-8.86 24.87-19.79 34.44-33.45 16.52-23.59 25.55-49.62 19.24-78.42-6.81-31.07-21.66-60.56-36.1-88.68-12.39-23.9-26.65-47.64-37.39-72.53-5.38 13.84-20.26 23.98-33 29.92" style="fill:#f2eddd"/><path d="M331.81 96.4c-13 4.81-14.65 30.39-10.54 41.26a.51.51 0 0 0 1-.27c-1.69-10.49 2.15-27.07 10.07-34.46 6.37-5.95 11.67 6.66 12.48 11 1.33 7.16.42 14.59 2 21.71a.89.89 0 0 0 1.74-.24c.1-9.61 1.27-19.13-.7-28.65-1.52-7.22-8.59-13.1-16.05-10.35m66.1 37.67a41.6 41.6 0 0 1 3.85-24.55c.71-1.49 3.79-8 5.43-8.16a14.76 14.76 0 0 1 9.26 2.3c9.93 6 14.07 19.72 15.45 30.48a.65.65 0 0 0 1.29 0c1.26-13.32-2-33.23-16.32-38.59a21.4 21.4 0 0 0-10.64-1.25c-4.72.7-5.77 5.64-7.41 9.58-3.89 9.32-5.16 20.84-2.06 30.51a.59.59 0 0 0 1.15-.32m-37.36 28.28a11 11 0 0 0 1.29.47c-.83 4.06-1.73 17.47.71 22.82-3.32-.36-6.69-2-8.12-5-.28-.57-1.11-.15-1 .41 1.28 5.85 6.74 8.81 12.42 8.54 7.41-.35 11.23-7.1 11-13.92a.62.62 0 0 0-1.22-.16c-1.5 5.16-4.65 9.35-10.23 10.09-1.27-2.91-1.15-7.84-1.36-10.49a100 100 0 0 1-.62-12c5.86.82 11.88-3.33 13.77-9.81a1.61 1.61 0 0 0-1.11-2c-7.66-2.06-17.55-5.48-24.26.54a1.52 1.52 0 0 0-.23 1.81c1.85 4.17 4.83 7.47 8.96 8.7m13.08-8.29c-2.16 5.82-7.82 8-13.2 5.79a18.15 18.15 0 0 1-5.69-6.42c5.26-3.62 12.95-.95 18.89.63m-49.32-83.47v-.11a19.5 19.5 0 0 0 4.08-1.75 69 69 0 0 0 7.16-3.79 1.15 1.15 0 0 0 .52-1.27c-1.17-4.52-2.88-9.18-6.75-12.06a1.14 1.14 0 0 0-1.66.68A146 146 0 0 1 322.94 70c-.27.82 1.06 1.38 1.37.59m5.15-15.88c2.19 2.35 3.38 5.68 4.25 8.73-1.75 1.09-3.56 2.06-5.41 3-.88.45-1.89.84-2.84 1.32a89.5 89.5 0 0 0 4-13.04Zm128.16 20.44a1.32 1.32 0 0 0 2-1.13c-1.05-9-2.1-18-3.27-26.91a1.22 1.22 0 0 0-2.25-.61 50.3 50.3 0 0 0-7.74 17 1.38 1.38 0 0 0-.47 2.28 129 129 0 0 0 11.73 9.37m-3.32-24.68q1.23 10.33 2.35 20.68a99 99 0 0 1-8.55-7.21c1.85-4.65 3.59-9.26 6.19-13.48Z" style="fill:#434244"/><path d="M365.1 262.48c0 5.07-4.71 9.07-9.53 9.07s-7.92-4-7.92-9.07 4.71-8.61 9.52-8.61 7.93 3.54 7.93 8.61" style="fill:#fff8e3"/><path d="M336.87 169.29a16.07 16.07 0 0 1-32.13 0c0-8.62 4-15.61 12.86-15.61s19.27 7 19.27 15.61m76.26 15.87c-5.19-8.71-2.13-20.1 6.84-25.45s20.44-2.61 25.63 6.1S451 184 442 189.33s-23.68 4.54-28.87-4.17" style="fill:#f99678;opacity:.7000000000000001"/><path d="M392.08 159.56c12.57 2.41 25.19 4.81 38 5.76.69.05.85-1.11.16-1.22-12.62-1.95-25.29-3.49-37.94-5.27-.47-.07-.68.63-.2.73Zm2.75 6.91c11.88 4 24 7.78 36.4 10a.78.78 0 0 0 .41-1.5c-12-3.57-24.4-6.24-36.59-9.28a.4.4 0 0 0-.22.78m-2.76 8.29c8.09 2.63 15.7 6.69 24 8.52a.7.7 0 0 0 .37-1.35c-8.09-2.55-15.85-6.24-24.17-8a.43.43 0 0 0-.23.83Zm-48.83-18.5c-13.25 3.43-26.7 5.61-40 8.56-.64.14-.51 1.23.16 1.16a170.2 170.2 0 0 0 40-9.36.19.19 0 0 0-.1-.36Zm-.73 8.08c-8.37 2.25-17 4.59-25 8.16-.58.26-.15 1.11.41 1 8.43-1.87 16.74-5.22 24.75-8.42.44-.18.28-.86-.2-.73Zm3.49 8.37c-7.7 1.49-15.2 4.69-22.34 7.87-.79.35-.22 1.62.58 1.38 7.5-2.26 14.6-5.93 21.91-8.73a.27.27 0 0 0-.14-.52Z" style="fill:#434244"/></g><path d="M596.11 583.92h202.56l-63.24-78.21 63.24-80.32H596.11z" style="fill:#ffb8c2"/><path d="M694.04 550.81 596.11 584v-33.72z" style="fill:#bf6774"/><path d="M198.84 583.92H0l63.24-78.21L0 425.39h198.84z" style="fill:#ffb8c2"/><path d="M98.59 392.15h597.77v158.53H98.59z" style="fill:#ff899a"/><path d="M100.92 550.81 198.84 584v-33.72z" style="fill:#bf6774"/><image xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAigAAACBCAYAAADqgUGKAAAACXBIWXMAAAsSAAALEgHS3X78AAAFCElEQVR4Xu3cTWobWRiG0dIfkmxIUnKICfQwWzDE4xCaTLMEQzYlyDZC02ScQVaRkVdgTCbBXZ9ccst/ktNxmndwBAdkuHU9ffjuLTUXFxcNAECSnQtuPdA0w870j6aZAwBsU81Q7bCrL/5ToKyj5LBp9p/vNS+f7DVHT2fjN4vp+C0AwF2qFaoZqh2qIX4mWHaGSW22jpLun/25mI0+tLPhsp0NPj2bDf4GALhLtUI1w6odpqN3m8HSx8q9obIzTBbz5rjb+KSPkr+671+776eds845AMA9qhVOqx0Ws8HnjWA5qb7YFip3xcnkxX5z2D34ujZ4Nht+bGejL+2/UfK986NzAQCwQzVDtcNVsFRXVF/0ofK6uqP6495AqYKpRQfz0ft2NTG5CpPzVpQAAL+ueqK64rTvjGV1Rx8pwzsDpcYsi/n4uF3FyfBbK0wAgN9jHSrVG8vqj+qQW4FS1bK6c7K6bzL40j+0a3MAgF9xXt1R/VEdsp6iXAXKq6aZHkwmR+3l9KSOdUxOAIDfrXqjumNZHVI9ci1QaqxyMBu/6W/Ynj1gQwCAx3BW/VEdsj7muX7/ZDp+e/nesuMdAOB/c179UR0iUACAFAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAOAIFAIgjUACAONsD5WA2ftPOBp+6hWcP2AwA4DGcVX9Uh9wKlFdNMz2YTI66RcvOaefHAzYEAPgV1RvVHcvqkOqRa4HSfYbP95qXi9nopKuYL61jHgDg9zuv7qj+qA6pHrkWKFf3UObj4/ZyivLt8iGTFADg0VVfVGdUbyyrP9bHO7cCparlxX5zeDAfvW9XkTKqScppK1QAgMexDpPTvjOW1R3VH+vpya1A6SNlUosW8+Z1jVuezYYfN0LlrN/0eytYAIDdqheqG6ofqiNWYVJ9UZ1RvdHHyeRaj9wMlPUkpcYsqzsp8+b48l5KTVQGnxazwefu76/t9WABALhpFSTVDdUP/ZvCyz5Mjqszqjc2JydbA+WuUHmy1xw9rdeQp6N33cYf2j5Y6r1lAICbNoLkQ/VDdUT1xLYweVCgbIZKZ1qbHTbN/maw1I+qAADctBkk1Q99lEy3hclPBcq2YAEAuM9Dg+SmfwC3v+CnPry39QAAAABJRU5ErkJggg==" width="551" height="128" style="opacity:.45" transform="translate(122.71 408.71)"/><path d="M670.15 525c0 4.66-5.48 8.43-12.24 8.43H137.7c-6.76 0-12.24-3.77-12.24-8.43V419.63c0-4.66 5.48-8.43 12.24-8.43h520.2c6.76 0 12.24 3.77 12.24 8.43Z" style="fill:#ffb8c2"/><g data-name="Layer 3"><g data-name="Lesli css - Outline"><path d="M288.73 430q0 10.51-13.48 24.74-10.51 11.17-27.93 18t-32.13 6.78a37.7 37.7 0 0 1-9.1-.93q-7.35 7.18-23.64 22.48 6.13 6.65 22.15 12.5t27.58 5.85 17.16-2.39q7.7-3.06 7.7-8.78a11 11 0 0 0-.35-2.79c-.24-.88.14-1.33 1.14-1.33s1.87.64 2.63 1.93a6.9 6.9 0 0 1 1.14 3.39q0 4.65-6.48 8.78-8.23 5.05-22.41 5.05a93.3 93.3 0 0 1-29.41-5.05q-15.23-5.06-25-13.7-14 10.64-26.61 10.64a18.8 18.8 0 0 1-6.65-1.06q-6.13-2.66-6.13-10.11t8.09-18.39q8.14-10.9 12.87-11.57 3.15 0 7.18 5.45l11 16.23q9.28-9.31 19.43-20.35-14.36-4.92-14.36-14.23 0-7.71 8.23-12.5a19.73 19.73 0 0 1 9.72-2.53 8.65 8.65 0 0 1 7.79 4.12c.35.53.38.86.09 1s-.5.16-.61.07a12.22 12.22 0 0 0-7.53-2.66h-.35a11.62 11.62 0 0 0-8.84 4.12q-3.77 4.13-3.76 7.58v.8q0 6.92 12.61 11.84 2.1-2.26 6.74-7.51t7.27-8.18q34.84-38.83 58-38.84 16.25 0 16.25 11.55Zm-115 70.09a81.7 81.7 0 0 1-8.75-11.24q-4.55-6.85-6-8.18t-2-1.33h-.7q-3.15.4-6.83 8.51a38.3 38.3 0 0 0-3.68 15.89q0 7.78 6.3 7.78 4.55 0 10.94-3.59a51.7 51.7 0 0 0 10.69-7.82Zm99.45-79.4q-8.76 0-21.71 11.17A270 270 0 0 0 230.52 453q-12 13.24-21.62 22.68a29.5 29.5 0 0 0 5.08.4q12.25 0 28-6.38t24.86-16.09q15.93-16.89 15.93-25.67 0-5.32-6.13-6.78a14.3 14.3 0 0 0-3.49-.45Z" style="fill:#dd654e;stroke:#231f20;stroke-miterlimit:10;stroke-width:.25px"/><path d="M262.47 510.48a14.3 14.3 0 0 1-3.5-.4q-11.2-2.39-11.21-9.58 0-9.31 15.41-21.55t27.66-12.24a11.8 11.8 0 0 1 6.57 1.66 4.81 4.81 0 0 1 2.54 4.06q0 7.45-14.79 14.23t-24.08 6.78a10 10 0 0 1-2.45-.27 12.64 12.64 0 0 0-2.63 7.58q0 6.92 8.67 6.92t22.5-8.91a103 103 0 0 0 18.21-13.83 4.3 4.3 0 0 1 2.71-1.6q1.14 0 1.14.8a4.08 4.08 0 0 1-1.4 2.26 100.3 100.3 0 0 1-22.76 16.76q-13.31 7.33-22.59 7.33Zm33.09-38.3q0-1.6-4.46-1.6t-12.69 5.19q-11 6.92-17.16 14.5a9.2 9.2 0 0 0 2.28.27q6.65 0 17.77-5.39t13.92-11.77a2.6 2.6 0 0 0 .34-1.2Z" style="fill:#dd654e;stroke:#231f20;stroke-miterlimit:10;stroke-width:.25px"/><path d="M330.75 506.76a30.7 30.7 0 0 1-12.52 2.24q-7.44 0-11.38-3.72t-6.74-11.84q-3.15 2.39-4.38 2.39-.87 0-.87-.93a2 2 0 0 1 .88-1.6q5.78-5.45 19.61-15.69l22.06-15.69q9.46-6.78 11.21-6.78 5.6 0 5.6 3.19a4.33 4.33 0 0 1-1.66 3.13q-1.67 1.53-2.45 2.39t-1.66 1.66q-3.15 4.12-6.39 17t-5 18q14.53-.13 29.94-14.36a5.3 5.3 0 0 1 2.63-1.33.77.77 0 0 1 .88.87q0 .87-1.58 2.33-10.16 9-18.91 12.63a70.3 70.3 0 0 1-13.67 3.35ZM307.11 492a8.75 8.75 0 0 0 3.94 7.38 14.68 14.68 0 0 0 8.84 2.86 15.7 15.7 0 0 0 7.53-1.46q3.5-1.46 6.92-12.24a89 89 0 0 0 4.11-19l.7-4.52a164 164 0 0 0-20.57 14.1q-10.95 8.65-11.29 11.44a7 7 0 0 0-.18 1.44Z" style="fill:#dd654e;stroke:#231f20;stroke-miterlimit:10;stroke-width:.25px"/><path d="M368.22 502.1q0 4 5.78 4t14.88-4.66a78.8 78.8 0 0 0 17.68-12.63q2.1-2.13 3.33-2.13c.82 0 1.23.27 1.23.8s-2.39 2.84-7.18 6.92Q386.43 509 374.7 509a21.3 21.3 0 0 1-9.8-2.06 6.75 6.75 0 0 1-4-6.38q0-4.32 3-10 5.08-9 16.28-22.74 20.49-25.27 29.06-25.27a7.5 7.5 0 0 1 3.59 1q1.84 1 2 2.19l-15.5 15.83q-11.47 11.7-15.84 16.82t-6.61 7.61q-2.19 2.53-3.24 3.92t-2.45 3.66a15.65 15.65 0 0 0-2.97 8.52Z" style="fill:#dd654e;stroke:#231f20;stroke-miterlimit:10;stroke-width:.25px"/><path d="M410.24 510.22q-8.93 0-8.93-8.78 0-7.18 10.33-19.88t16.63-12.83a9.2 9.2 0 0 1 3.94 1.06q2.19 1.07 2.19 2.13-.88.93-2.1 2.06t-2.63 2.46q-1.4 1.33-3.85 3.79l-4.73 4.72Q408 497.85 408 502.7t4.38 4.85q3.68 0 10-3.06 14.71-6.91 23.29-15.16 3.15-3.06 4.29-3.06t1.14 1.06q0 1.07-4 4.26l-6.39 5.05q-2.36 1.86-3.24 2.46l-3.24 2.26a41 41 0 0 1-3.59 2.33q-1.23.67-3.5 2a23 23 0 0 1-4 1.93l-4 1.4a28.4 28.4 0 0 1-8.9 1.2Zm36.68-54.46q2.36 1.27 2.36 3t-2.19 3a9.45 9.45 0 0 1-4.82 1.26 8.47 8.47 0 0 1-4.81-1.46 4.08 4.08 0 0 1-2.19-3.33q0-3.72 6.65-3.72a10.45 10.45 0 0 1 5 1.24Zm44.56 54.72a14.3 14.3 0 0 1-3.5-.4q-11.21-2.39-11.21-9.58 0-9.31 15.41-21.55t27.66-12.24a11.8 11.8 0 0 1 6.57 1.66 5.16 5.16 0 0 1 2.54 4.52 10.28 10.28 0 0 1-2.28 6 7.9 7.9 0 0 1-6.83 3.13q-4.56 0-4.55-2.13 0-1.46 2.36-4.46a26 26 0 0 0 2.36-3.19q0-.2-.53-.2-4.9.4-13.39 5.32t-11.64 8.25l-6.83 7.58a13.3 13.3 0 0 0-2.54 5.05 18.7 18.7 0 0 0-.79 4.39q0 1.46 2.19 3.33a9.3 9.3 0 0 0 6.22 1.86q8.75 0 21.71-7.78t20-14.83a3 3 0 0 1 2.1-.8c.81 0 1.23.18 1.23.53s-.29.8-.88 1.33a97.5 97.5 0 0 1-23 17q-13.45 7.22-22.38 7.21Z" style="fill:#dd654e;stroke:#231f20;stroke-miterlimit:10;stroke-width:.25px"/><path d="M559.94 506.76a30.7 30.7 0 0 1-12.52 2.24q-7.42 0-11.42-3.7t-6.74-11.84q-3.15 2.39-4.38 2.39-.87 0-.87-.93a2 2 0 0 1 .88-1.6q5.78-5.45 19.61-15.69l22.06-15.69q9.46-6.78 11.21-6.78 5.6 0 5.6 3.19a4.33 4.33 0 0 1-1.66 3.13q-1.67 1.53-2.45 2.39t-1.66 1.66q-3.15 4.12-6.39 17t-5 18q14.53-.13 29.94-14.36a5.3 5.3 0 0 1 2.63-1.33.77.77 0 0 1 .88.87q0 .87-1.58 2.33-10.16 9-18.91 12.63a70.3 70.3 0 0 1-13.63 3.33ZM536.3 492a8.75 8.75 0 0 0 3.94 7.38 14.68 14.68 0 0 0 8.84 2.86 15.7 15.7 0 0 0 7.53-1.46q3.5-1.46 6.92-12.24a89 89 0 0 0 4.11-19l.7-4.52a164 164 0 0 0-20.57 14.1q-10.95 8.65-11.29 11.44a7 7 0 0 0-.18 1.44Z" style="fill:#dd654e;stroke:#231f20;stroke-miterlimit:10;stroke-width:.25px"/><path d="M622.79 506.76a30.7 30.7 0 0 1-12.52 2.24q-7.44 0-11.38-3.72t-6.74-11.84q-3.15 2.39-4.38 2.39-.87 0-.87-.93a2 2 0 0 1 .88-1.6q5.78-5.45 19.61-15.69l22.06-15.69q9.46-6.78 11.21-6.78 5.6 0 5.6 3.19a4.33 4.33 0 0 1-1.66 3.13q-1.67 1.53-2.45 2.39t-1.66 1.66q-3.15 4.12-6.39 17t-5 18q14.53-.13 29.94-14.36a5.3 5.3 0 0 1 2.63-1.33.77.77 0 0 1 .88.87q0 .87-1.58 2.33-10.16 9-18.91 12.63a70.3 70.3 0 0 1-13.67 3.35ZM599.15 492a8.75 8.75 0 0 0 3.94 7.38 14.68 14.68 0 0 0 8.84 2.86 15.7 15.7 0 0 0 7.53-1.46q3.5-1.46 6.92-12.24a89 89 0 0 0 4.11-19l.7-4.52a164 164 0 0 0-20.57 14.1q-10.95 8.65-11.29 11.44a7 7 0 0 0-.18 1.44Z" style="fill:#dd654e;stroke:#231f20;stroke-miterlimit:10;stroke-width:.25px"/></g></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 512 512"><path d="m466.465 151.39 18.54 57.07-48.75 26.25c.987 11.042.985 21.567 0 32.57l48.75 26.26-18.54 57.06-54.85-7.41c-5.6 9.37-12.02 18.18-19.17 26.35l24.01 49.9-48.54 35.27-40.01-38.23c-9.91 4.25-20.28 7.64-31.01 10.07l-9.9 54.45h-60l-9.9-54.45c-10.73-2.43-21.1-5.82-31.01-10.07l-40.01 38.23-48.54-35.27 24.01-49.9a181 181 0 0 1-19.17-26.35l-54.85 7.41-18.54-57.06 48.75-26.26c-.985-11.001-.987-21.526 0-32.57l-48.75-26.25 18.54-57.07 54.85 7.41c5.6-9.36 12.02-18.18 19.17-26.34l-24.01-49.9 48.54-35.27 40.01 38.23a178 178 0 0 1 31.01-10.08l9.9-54.44h60l9.9 54.44a178 178 0 0 1 31.01 10.08l40.01-38.23 48.54 35.27-24.01 49.9c7.15 8.16 13.57 16.98 19.17 26.34zm.53-90.39c5.52 0 10 4.48 10 10s-4.48 10-10 10-10-4.48-10-10 4.48-10 10-10m-20 390c5.52 0 10 4.48 10 10s-4.48 10-10 10-10-4.48-10-10 4.48-10 10-10" style="fill:#ff641a"/><path d="M386.995 251c0 71.8-58.2 130-130 130s-130-58.2-130-130 58.2-130 130-130 130 58.2 130 130" style="fill:#fff5f5"/><path d="M96.995 471c5.52 0 10 4.48 10 10s-4.48 10-10 10-10-4.48-10-10 4.48-10 10-10m-40-410c5.52 0 10 4.48 10 10s-4.48 10-10 10-10-4.48-10-10 4.48-10 10-10m-20 320c5.52 0 10 4.48 10 10s-4.48 10-10 10-10-4.48-10-10 4.48-10 10-10" style="fill:#ff641a"/><path d="M391.995 251c0-74.982-61.12-135-135-135-23.986 0-47.196 6.335-67.5 18.08-.119.069-.217.159-.328.236a136 136 0 0 0-48.9 48.931c-.058.087-.129.161-.182.253-.043.074-.065.154-.103.229-11.437 19.817-17.987 42.793-17.987 67.271s6.55 47.454 17.987 67.271c.039.075.06.155.103.229.083.144.179.276.274.409a136 136 0 0 0 48.883 48.819c.087.058.161.129.253.182.106.062.217.108.326.16 40.594 23.383 91.945 24.425 134.348 0 .109-.053.22-.099.326-.161.092-.053.166-.124.253-.182C365.986 343.7 391.995 299.618 391.995 251m-68.238 105.632L311.325 335.1a4.996 4.996 0 0 0-6.83-1.83 5 5 0 0 0-1.83 6.83l12.438 21.544a124.1 124.1 0 0 1-53.108 14.248V351a5 5 0 1 0-10 0v24.891c-19.108-.756-37.126-5.819-53.109-14.248l12.439-21.544a5 5 0 0 0-1.83-6.83 4.996 4.996 0 0 0-6.83 1.83l-12.432 21.532a126 126 0 0 1-38.87-38.87l21.532-12.432a4.999 4.999 0 1 0-5-8.66l-21.544 12.439a124.1 124.1 0 0 1-14.248-53.109h24.891a5 5 0 1 0 0-10h-24.891a124.1 124.1 0 0 1 14.248-53.109l21.544 12.439a5 5 0 1 0 5-8.66l-21.532-12.432a126 126 0 0 1 38.874-38.872l12.428 21.532a5 5 0 0 0 6.83 1.831 5 5 0 0 0 1.831-6.829l-12.436-21.546a124.1 124.1 0 0 1 53.105-14.246V151a5 5 0 1 0 10 0v-24.891a124.1 124.1 0 0 1 53.105 14.246l-12.435 21.546a5 5 0 0 0 1.831 6.829 4.996 4.996 0 0 0 6.829-1.831l12.428-21.533a126 126 0 0 1 38.874 38.872l-21.532 12.432a4.999 4.999 0 0 0 2.505 9.331c.848 0 1.708-.216 2.495-.671l21.544-12.439A124.1 124.1 0 0 1 381.887 246h-24.891c-2.762 0-5 2.238-5 5s2.238 5 5 5h24.891a124.1 124.1 0 0 1-14.248 53.109l-21.544-12.439a4.996 4.996 0 0 0-6.83 1.83 5 5 0 0 0 1.83 6.83l21.532 12.432a126 126 0 0 1-38.87 38.87" style="fill:#efe2dd"/><path d="M256.995 256h-50a5 5 0 1 1 0-10h45v-55a5 5 0 1 1 10 0v60a5 5 0 0 1-5 5" style="fill:#345891"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 49 49"><path fill="#84DBFF" d="M32.7 14c-.3-1.2-.8-2.4-1.4-3.5l1.2-2.8-4.2-4.1-2.8 1.2c-1.1-.6-2.2-1.1-3.5-1.4L21 .5h-5.9L14 3.4c-1.2.3-2.4.8-3.5 1.4L7.7 3.6 3.6 7.7l1.2 2.8c-.6 1.1-1.1 2.2-1.4 3.5L.5 15.1V21l2.9 1.1c.3 1.2.8 2.4 1.4 3.5l-1.2 2.8 4.2 4.1 2.8-1.2c1.1.6 2.2 1.1 3.5 1.4l1.1 2.9H21l1.1-2.9c1.2-.3 2.4-.8 3.5-1.4l2.8 1.2 4.2-4.1-1.2-2.8c.6-1.1 1.1-2.2 1.4-3.5l2.9-1.1v-5.9zM18 25.2c-4 0-7.2-3.2-7.2-7.2s3.2-7.2 7.2-7.2 7.2 3.2 7.2 7.2-3.2 7.2-7.2 7.2"/><path fill="#54C0EB" d="M23.1 23.1c-2.8 2.8-7.3 2.8-10.1 0l-2.6 2.6c4.2 4.2 11.1 4.2 15.3 0s4.2-11 0-15.3L23.1 13c2.8 2.8 2.8 7.3 0 10.1M10.4 10.4c-4.2 4.2-4.2 11 0 15.3l2.6-2.6c-2.8-2.8-2.8-7.3 0-10.1s7.3-2.8 10.1 0l2.6-2.6c-4.2-4.2-11.1-4.2-15.3 0"/><path fill="#4CDBC4" d="M34.4 41.5c.1-.6.1-1.1 0-1.7l1-1-1-2.5H33c-.3-.4-.8-.8-1.2-1.2v-1.4l-2.5-1-1 1c-.6-.1-1.1-.1-1.7 0l-1-1-2.5 1v1.4c-.4.3-.8.8-1.2 1.2h-1.4l-1 2.5 1 1c-.1.6-.1 1.1 0 1.7l-1 1 1 2.5h1.4c.3.4.8.8 1.2 1.2v1.4l2.5 1 1-1c.6.1 1.1.1 1.7 0l1 1 2.5-1v-1.4c.4-.3.8-.8 1.2-1.2h1.4l1-2.5zm-8 2.1c-1.7-.7-2.5-2.6-1.8-4.2.7-1.7 2.6-2.5 4.2-1.8 1.7.7 2.5 2.6 1.8 4.2-.7 1.7-2.6 2.5-4.2 1.8"/><path fill="#FF7058" d="M47.5 28.4c.1-.6.1-1.1 0-1.7l1-1-1-2.5h-1.4c-.3-.4-.8-.8-1.2-1.2v-1.4l-2.5-1-1 1c-.6-.1-1.1-.1-1.7 0l-1-1-2.5 1V22c-.4.3-.8.8-1.2 1.2h-1.4l-1 2.5 1 1c-.1.6-.1 1.1 0 1.7l-1 1 1 2.5H35c.3.4.8.8 1.2 1.2v1.4l2.5 1 1-1c.6.1 1.1.1 1.7 0l1 1 2.5-1v-1.4c.4-.3.8-.8 1.2-1.2h1.4l1-2.5zm-8.1 2.2c-1.7-.7-2.5-2.6-1.8-4.2.7-1.7 2.6-2.5 4.2-1.8 1.7.7 2.5 2.6 1.8 4.2-.6 1.7-2.5 2.5-4.2 1.8"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill-rule="evenodd" stroke-linejoin="bevel" stroke-width=".501" overflow="visible" viewBox="0 0 75 75"><g fill="none" stroke="#000" font-family="Times New Roman" font-size="16"><path fill="#ff436f" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="79.84" stroke-width="1.111" d="M5.033 51.867c2.516 6.171 8.428 13.592 15.206 17.072 9.093 4.667 19.693 7.222 30.492 3.229 6.611-2.442 12.57-7.736 15.898-13.95 3.899-7.28 4.342-16.369 3.282-24.56-1.422-8.373-4.378-12.941-7.794-18.938C59.312 9.794 54.897.66 51.552.854c-2.618.36-2.29 5.824-3.008 8.599-2.783-.297-9.348 1.422-12.083 2.283-.47-1.088-3.063-6.424-5.58-6.373-4.211 2.073-2.275 23.685.957 28.195-3.081-.379-5.624 2.183-4.669 5.799-.944.48-3.218 3.308-3.373 3.33-.009-1.126-.932-5.28-1.996-7.737-.655-1.517-2.954-3.287-5.688-1.771-2.137 1.187-.931 3.794-.056 4.099.188.472 1.15.354 1.15 1.517-.219 2.27-1.861 3.996-2.681 6.929-.807 2.893.148 7.289 1.667 9.48-.946-1.243-2.123-2.363-2.954-4.449-2.917-7.32-2.83-14.868.875-21.245 1.54-2.65 7.35-6.028 6.236-9.405-1.226-3.723-6.812-2.238-9.409-.203-2.242 1.755-5.701 7.135-6.783 11.432-1.671 6.643-1.585 15.049.876 20.533"/><path fill="#ff9e9e" stroke="none" d="M28.88 60.441c-4.922-1.171-7.052-6.186-5.221-10.868 1.41-3.605 5.146-4.681 7.564-7.351.686-.758 1.505-1.647 2.295-2.542-.685-3.46 1.034-3.324 3.193-4.233 2.459-4.515 1.756-8.81 8.365-11.02 5.74-1.919 10.319 5.321 11.52 10.472-4.603-1.243-9.999 5.394-6.198 7.125 1.993.907 4.15-1.431 6.756-1.664.036 5.788-1.756 10.431-4.889 13.85-1.351-4.535-7.029-6.478-12.406-6.862.327-3.727 2.3-15.686-5.769-11.092-1.584.9-.483 5.727-.888 7.32-.261 1.02-1.625 5.597-.778 6.436 4.361 4.31 3.896 7.54-1.782 10.921a8 8 0 0 1-1.762-.492"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="79.84" stroke-width="1.111" d="M53.201 56.445c-1.24-4.649-8.94-10.742-13.457-9.104 1.913-2.478 1.422-13.756-4.484-11.53-3.374 1.27-.676 5.48-1.369 7.182-.724 1.775-3.077 7.848-.767 8.446 4.103 1.062 3.192 7.441-1.914 9.002m27.016-19.923c-2.76-.775-3.531 1.848-5.646 2.254-3.393.652-3.931-2.859-2.958-5.013 1.315-2.913 6.189-4.216 9.541-1.89M20.979 52.147c-1.245-3.53.874-7.379 3.448-9.965m2.789-2.932a.3.3 0 0 1 .11.254c.673.899 2.246 1.26 3.118.454m-5.251-12.746c1.29-.448 2.577-.368 3.938-.303m-3.282 2.984c.855-.492 2.679-1.156 3.665-1.316m35.94-8.495c1.279-.495 2.254-1.168 3.61-1.52m-2.844 3.542q.18.071.274-.051c1.326-.289 2.632-.573 3.993-.808m-36.98 4.297c1.701-2.695 5.354-3.122 8.041-1.313m7.662-1.599c1.145-2.648 5.731-3.133 7.944-1.362m-14.84 6.097c.907 1.736 5.138.23 3.556-2.176.519 2.378 4.392 2.533 4.541-.051"/><path fill="#ff9e9e" stroke="none" d="M30.891 16.884c-.392-1.363-.973-5.204.108-5.92.7.464 1.987 3.742 1.981 4.546-.319.23-1.623 1.459-2.054 1.498zm21.751-5.901c-.347-1.317-.787-3.652-.137-4.571 1.527.019 3.685 5.141 3.8 6.241-1.361.526-2.704-1.329-3.578-1.359z"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><path fill="#012169" d="M0 0h640v480H0z"/><path fill="#FFF" d="m75 0 244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0z"/><path fill="#C8102E" d="m424 281 216 159v40L369 281zm-184 20 6 35L54 480H0zM640 0v3L391 191l2-44L590 0zM0 0l239 176h-60L0 42z"/><path fill="#FFF" d="M241 0v480h160V0zM0 160v160h640V160z"/><path fill="#C8102E" d="M0 193v96h640v-96zM273 0v480h96V0z"/></svg>
|