first commit

This commit is contained in:
Marco 2022-08-26 16:11:35 +08:00
commit b41d31fd32
730 changed files with 952247 additions and 0 deletions

48
.gitignore vendored Normal file
View file

@ -0,0 +1,48 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
# Web related
lib/generated_plugin_registrant.dart
# testing data
test/services/coins/bitcoin/bitcoin_wallet_test_parameters.dart
test/services/coins/firo/firo_wallet_test_parameters.dart
test/services/coins/dogecoin/dogecoin_wallet_test_parameters.dart
/integration_test/private.dart
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
# other
coverage
scripts/**/build
/lib/external_api_keys.dart

36
.metadata Normal file
View file

@ -0,0 +1,36 @@
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled.
version:
revision: f1875d570e39de09040c8f79aa13cc56baab8db1
channel: stable
project_type: app
# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- platform: linux
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- platform: macos
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
- platform: windows
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
# User provided section
# List of Local paths (relative to this file) that should be
# ignored by the migrate tool.
#
# Files that are not part of the templates will be ignored by default.
unmanaged_files:
- 'lib/main.dart'
- 'ios/Runner.xcodeproj/project.pbxproj'

13
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,13 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Flutter",
"request": "launch",
"type": "dart"
}
]
}

674
LICENSE Normal file
View file

@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

52
README.md Normal file
View file

@ -0,0 +1,52 @@
# Stack Wallet
put details here
[![Playstore](https://bluewallet.io/img/play-store-badge.svg)](https://play.google.com/store/apps/details?id=com.cypherstack.stackwallet)
## Feature List
put features here
## Build and run
### Prerequisites
- Flutter SDK Requirement (>=2.12.0, up until <3.0.0)
- Android/iOS dev setup (Android Studio, xCode and subsequent dependencies)
After that download the project and init the submodules
```
git clone https://github.com/cypherstack/Campfire.git
cd Campfire
git submodule update --init --recursive
```
Building plugins for Android
```
cd crypto_plugins/flutter_liblelantus/scripts/android/
// note if you are on a mac go one directory further to android_on_mac
./build_all.sh
// when finished go back to the root directory
cd ../../../..
```
Building plugins for IOS
```
cd crypto_plugins/flutter_liblelantus/scripts/ios/
./build_all.sh
// when finished go back to the root directory
cd ../../../..
```
Building plugins for testing on Linux
```
cd crypto_plugins/flutter_liblelantus/scripts/linux/
./build_all.sh
// when finished go back to the root directory
cd ../../../..
```
Finally, plug in your android device or use the emulator available via Android Studio and then run the following commands:
```
flutter pub get
flutter run
```

97
analysis_options.yaml Normal file
View file

@ -0,0 +1,97 @@
# This file configures the analyzer, which statically analyzes Dart code to
# check for errors, warnings, and lints.
#
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
# invoked from the command line by running `flutter analyze`.
# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml
analyzer:
exclude:
- "**/*.g.dart"
- "**/*.freezed.dart"
- "test/.test_coverage.dart"
- "integrated_test/**"
- "integration_test/**.dart"
- "crypto_plugins/**"
- "bin/cache/**"
- "lib/generated_plugin_registrant.dart"
# For more information see:
# https://dart.dev/guides/language/analysis-options#enabling-additional-type-checks
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
errors:
# Without ignore here, we cause import of all_lint_rules to warn, because some rules conflict.
# We explicitly enabled even conflicting rules and are fixing the conflicts in this file.
# Put it to warning temporarily, if you need troubleshoot lint rule settings.
included_file_warning: ignore
# Treat missing required parameters as an error, not as a hint or a warning.
missing_required_param: error
# Treat missing returns as an error, not as a hint or a warning.
missing_return: error
# Allow self-reference to deprecated members. This is done because otherwise we have
# to annotate every member in every test, assert, etc., when we deprecate something.
deprecated_member_use_from_same_package: ignore
# DON'T assign new values to parameters of methods or functions.
#
# https://dart-lang.github.io/linter/lints/parameter_assignments.html
#
# Treat assigning new values to a parameter as a warning. We would almost like to set this
# to an error. However, this warning rule or even more so if set to an error, can sometimes
# be a bit problematic you include other code directly that does it a lot.
# It does however, make code safer when this cannot be done without involving
# an extra local variable for clarity and safety. Enabling this error, even as just a warning,
# does get in the way a bit if all you want to do is a null to default value release runtime
# safety/fallback assignment. For that use case you have to add a local rule override. With
# null-safety, the need for this kind of null check and re-assignment to default if null,
# is rarely needed. Considering the comment in:
# https://dart-lang.github.io/linter/lints/parameter_assignments.html:
# "Assigning new values to parameters is generally a bad practice unless an operator
# such as ??= is used. Otherwise, arbitrarily reassigning parameters is usually a mistake."
# One might even think the rule would allow using the ??= operator, but it does not. For now,
# we keep this lint as warning and overriding locally with:
#
# When we need it for the ??= operator, or some copy/paste in of some code that does things
# that needs it too, and that we don't want to deal with fixing at the moment.
parameter_assignments: warning
# Allow having TODOs in the code.
todo: ignore
linter:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
# included above or to enable additional rules. A list of all available lints
# and their documentation is published at
# https://dart-lang.github.io/linter/lints/index.html.
#
# Instead of disabling a lint rule for the entire project in the
# section below, it can also be suppressed for a single line of code
# or a specific dart file by using the `// ignore: name_of_lint` and
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
# producing the lint.
rules:
always_use_package_imports: true
avoid_relative_lib_imports: true
no_leading_underscores_for_local_identifiers: false
no_leading_underscores_for_library_prefixes: false
avoid_print: true
unawaited_futures: false
avoid_double_and_int_checks: false
constant_identifier_names: false
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options

10
android/.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
gradle-wrapper.jar
/.gradle
/captures/
/gradlew
/gradlew.bat
/local.properties
/key.properties
app/upload-keystore-campfire.jks
app/upload-keystore-stackwallet.jks
GeneratedPluginRegistrant.java

93
android/app/build.gradle Normal file
View file

@ -0,0 +1,93 @@
def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
localPropertiesFile.withReader('UTF-8') { reader ->
localProperties.load(reader)
}
}
def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '1'
}
def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '1.0'
}
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file('key.properties')
if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}
android {
compileSdkVersion 33
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
lintOptions {
disable 'InvalidPackage'
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.cypherstack.stackwallet"
minSdkVersion 23
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
abiFilters "x86_64","armeabi-v7a", "arm64-v8a"
}
}
signingConfigs {
release {
keyAlias keystoreProperties['keyAlias']
keyPassword keystoreProperties['keyPassword']
storeFile keystoreProperties['storeFile'] ? file(keystoreProperties['storeFile']) : null
storePassword keystoreProperties['storePassword']
}
}
buildTypes {
release {
signingConfig signingConfigs.release
ndk {
debugSymbolLevel 'FULL'
}
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro'
}
debug {
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro'
}
}
}
flutter {
source '../..'
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
}

View file

@ -0,0 +1 @@
-keep class androidx.lifecycle.DefaultLifecycleObserver

35
android/app/proguard-rules.pro vendored Normal file
View file

@ -0,0 +1,35 @@
## Gson rules
# Gson uses generic type information stored in a class file when working with fields. Proguard
# removes such information by default, so configure it to keep all of it.
-keepattributes Signature
# For using GSON @Expose annotation
-keepattributes *Annotation*
# Gson specific classes
-dontwarn sun.misc.**
#-keep class com.google.gson.stream.** { *; }
# Application classes that will be serialized/deserialized over Gson
-keep class com.google.gson.examples.android.model.** { <fields>; }
# Prevent proguard from stripping interface information from TypeAdapter, TypeAdapterFactory,
# JsonSerializer, JsonDeserializer instances (so they can be used in @JsonAdapter)
-keep class * extends com.google.gson.TypeAdapter
-keep class * implements com.google.gson.TypeAdapterFactory
-keep class * implements com.google.gson.JsonSerializer
-keep class * implements com.google.gson.JsonDeserializer
-keep class com.dexterous.** { *; }
# Prevent R8 from leaving Data object members always null
-keepclassmembers,allowobfuscation class * {
@com.google.gson.annotations.SerializedName <fields>;
}
# Retain generic signatures of TypeToken and its subclasses with R8 version 3.0 and higher.
-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken
# required for flutter file_picker
-keep class androidx.lifecycle.DefaultLifecycleObserver

View file

@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cypherstack.stackwallet">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

View file

@ -0,0 +1,68 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cypherstack.stackwallet">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<uses-permission
android:name="android.permission.USE_FINGERPRINT"/>
<uses-permission
android:name="android.permission.INTERNET"/>
<uses-permission
android:name="android.permission.CAMERA"/>
<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission
android:name="android.permission.READ_INTERNAL_STORAGE"/>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<application
android:name="${applicationName}"
android:label="Stack Wallet"
android:icon="@mipmap/ic_launcher"
android:allowBackup="false"
android:fullBackupContent="false">
<activity
android:name=".MainActivity"
android:screenOrientation="portrait"
android:exported="true"
android:launchMode="singleInstance"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter
android:icon="@mipmap/ic_launcher"
android:label="Stack Wallet"
android:priority="1">
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="content" />
<data android:scheme="http" />
<data android:scheme="file" />
<data android:mimeType="*/*" />
<data android:pathPattern=".*\\.swb" />
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data
android:name="flutterEmbedding"
android:value="2"/>
<!-- <provider-->
<!-- android:name="com.pichillilorenzo.flutter_inappwebview.InAppWebViewFileProvider"-->
<!-- android:authorities="${applicationId}.flutter_inappwebview.fileprovider"-->
<!-- android:exported="false"-->
<!-- android:grantUriPermissions="true">-->
<!-- <meta-data-->
<!-- android:name="android.support.FILE_PROVIDER_PATHS"-->
<!-- android:resource="@xml/provider_paths" />-->
<!-- </provider>-->
</application>
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -0,0 +1,66 @@
package com.cypherstack.stackwallet
import androidx.annotation.NonNull;
import io.flutter.embedding.android.FlutterFragmentActivity
import android.content.Intent
import android.os.Bundle
import io.flutter.embedding.engine.FlutterEngine
import io.flutter.plugin.common.MethodChannel
import io.flutter.plugins.GeneratedPluginRegistrant
import java.io.File
import java.io.InputStream
import java.nio.charset.Charset
import android.os.Build
import android.view.ViewTreeObserver
import android.view.WindowManager
class MainActivity: FlutterFragmentActivity() {
private val CHANNEL = "STACK_WALLET_RESTORE"
var openPath: String? = null
override fun configureFlutterEngine(@NonNull flutterEngine: FlutterEngine) {
GeneratedPluginRegistrant.registerWith(flutterEngine)
val channel = MethodChannel(flutterEngine.dartExecutor.binaryMessenger, CHANNEL)
channel.setMethodCallHandler { call, result ->
when (call.method) {
"getOpenFile" -> {
result.success(openPath)
}
"resetOpenPath" -> {
resetOpenPath()
result.success(true)
}
else -> result.notImplemented()
}
}
}
fun resetOpenPath() {
openPath = null
}
fun readFileDirectlyAsText(fileName: String): String
= File(fileName).readText(Charsets.UTF_8)
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
handleOpenFile(intent)
}
override fun onNewIntent(intent: Intent) {
super.onNewIntent(intent)
handleOpenFile(intent)
}
fun InputStream.readTextAndClose(charset: Charset = Charsets.UTF_8): String {
return this.bufferedReader(charset).use { it.readText() }
}
private fun handleOpenFile(intent: Intent?) {
val uri = intent?.data
if (uri != null) {
var inputStream = this.contentResolver.openInputStream(uri!!)
val inputAsString = inputStream!!.readTextAndClose()
openPath = inputAsString
}
}
}

View file

@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cypherstack.stackwallet">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 B

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
</layer-list>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 B

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap android:gravity="fill" android:src="@drawable/background"/>
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/splash"/>
</item>
</layer-list>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/*,@mipmap/*" />

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowSplashScreenBackground">#F7F7F7</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:windowFullscreen">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="splash_color">#262D4A</color>
</resources>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
<item name="android:windowFullscreen">false</item>
</style>
</resources>

View file

@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cypherstack.stackwallet">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

31
android/build.gradle Normal file
View file

@ -0,0 +1,31 @@
buildscript {
ext.kotlin_version = '1.6.10'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
google()
jcenter()
}
}
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
delete rootProject.buildDir
}

View file

@ -0,0 +1,4 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true

View file

@ -0,0 +1,6 @@
#Fri Jun 23 08:50:38 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

15
android/settings.gradle Normal file
View file

@ -0,0 +1,15 @@
include ':app'
def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
def plugins = new Properties()
def pluginsFile = new File(flutterProjectRoot.toFile(), '.flutter-plugins')
if (pluginsFile.exists()) {
pluginsFile.withReader('UTF-8') { reader -> plugins.load(reader) }
}
plugins.each { name, path ->
def pluginDirectory = flutterProjectRoot.resolve(path).resolve('android').toFile()
include ":$name"
project(":$name").projectDir = pluginDirectory
}

View file

@ -0,0 +1 @@
include ':app'

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
assets/icon/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
assets/images/bitcoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

BIN
assets/images/doge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 KiB

BIN
assets/images/epic-cash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 KiB

BIN
assets/images/firo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

BIN
assets/images/monero.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

BIN
assets/images/splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
assets/images/stack.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 KiB

1
assets/lottie/test.json Normal file

File diff suppressed because one or more lines are too long

1
assets/lottie/test2.json Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,3 @@
<svg width="240" height="108" viewBox="0 0 240 108" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="120" cy="120" r="120" fill="white" fill-opacity="0.2"/>
</svg>

After

Width:  |  Height:  |  Size: 175 B

View file

@ -0,0 +1,3 @@
<svg width="150" height="115" viewBox="0 0 150 115" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="75" cy="40" r="75" fill="white" fill-opacity="0.2"/>
</svg>

After

Width:  |  Height:  |  Size: 172 B

12
assets/svg/add-backup.svg Normal file
View file

@ -0,0 +1,12 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#E0E3E3"/>
<g clip-path="url(#clip0_4643_55972)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5938 7.40625H7.40625C7.04347 7.40625 6.75 7.69972 6.75 8.0625V9.04688C6.75 9.22734 6.89741 9.375 7.07812 9.375H16.9219C17.1023 9.375 17.25 9.22734 17.25 9.04688V8.0625C17.25 7.69972 16.9567 7.40625 16.5938 7.40625ZM7.40625 15.6094C7.40625 16.1528 7.84696 16.5938 8.39062 16.5938H13.5725C13.0578 15.9518 12.75 15.1368 12.75 14.25C12.75 12.1789 14.4289 10.5 16.5 10.5C16.5313 10.5 16.5626 10.5004 16.5938 10.5011V10.0312H7.40625V15.6094ZM10.0312 11.5898C10.0312 11.4545 10.142 11.3438 10.2773 11.3438H12.7969C12.9781 11.3438 13.125 11.4907 13.125 11.6719C13.125 11.8531 12.9781 12 12.7969 12H10.2773C10.142 12 10.0312 11.8893 10.0312 11.7539V11.5898Z" fill="black"/>
<path d="M13.5 14.25C13.5 12.593 14.843 11.25 16.5 11.25C18.157 11.25 19.5 12.593 19.5 14.25C19.5 15.907 18.157 17.25 16.5 17.25C14.843 17.25 13.5 15.907 13.5 14.25ZM16.5 15.5625C16.6559 15.5625 16.7812 15.4371 16.7812 15.2812V14.5312H17.5312C17.6871 14.5312 17.8125 14.4059 17.8125 14.25C17.8125 14.0941 17.6871 13.9688 17.5312 13.9688H16.7812V13.2188C16.7812 13.0629 16.6559 12.9375 16.5 12.9375C16.3441 12.9375 16.2188 13.0629 16.2188 13.2188V13.9688H15.4688C15.3129 13.9688 15.1875 14.0941 15.1875 14.25C15.1875 14.4059 15.3129 14.5312 15.4688 14.5312H16.2188V15.2812C16.2188 15.4371 16.3441 15.5625 16.5 15.5625Z" fill="black"/>
</g>
<defs>
<clipPath id="clip0_4643_55972">
<rect width="12.75" height="10.5" fill="white" transform="translate(6.75 6.75)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 0H3C1.89531 0 1 0.895313 1 2V14C1 15.1047 1.89531 16 3 16H12C13.1047 16 14 15.1047 14 14V2C14 0.895313 13.1031 0 12 0ZM7.5 4C8.60469 4 9.5 4.89531 9.5 6C9.5 7.10469 8.60469 8 7.5 8C6.39563 8 5.5 7.10469 5.5 6C5.5 4.89531 6.39687 4 7.5 4ZM10.5 12H4.5C4.225 12 4 11.775 4 11.5C4 10.1187 5.11875 9 6.5 9H8.5C9.88062 9 11 10.1194 11 11.5C11 11.775 10.775 12 10.5 12ZM15.5 2H15V5H15.5C15.775 5 16 4.775 16 4.5V2.5C16 2.22375 15.775 2 15.5 2ZM15.5 6H15V9H15.5C15.775 9 16 8.775 16 8.5V6.5C16 6.225 15.775 6 15.5 6ZM15.5 10H15V13H15.5C15.7761 13 16 12.7761 16 12.5V10.5C16 10.225 15.775 10 15.5 10Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 726 B

View file

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 0.5C3.85742 0.5 0.5 3.85742 0.5 8C0.5 12.1426 3.85742 15.5 8 15.5C12.1426 15.5 15.5 12.1426 15.5 8C15.5 3.85742 12.1426 0.5 8 0.5ZM7.29688 4.95312C7.29688 4.56641 7.61328 4.25 8 4.25C8.38672 4.25 8.70312 4.56494 8.70312 4.95312V8.70312C8.70312 9.09131 8.38818 9.40625 8 9.40625C7.61182 9.40625 7.29688 9.09277 7.29688 8.70312V4.95312ZM8 12.2188C7.49141 12.2188 7.07891 11.8062 7.07891 11.2977C7.07891 10.7891 7.49111 10.3766 8 10.3766C8.50889 10.3766 8.92109 10.7891 8.92109 11.2977C8.91992 11.8057 8.50977 12.2188 8 12.2188Z" fill="#930006"/>
</svg>

After

Width:  |  Height:  |  Size: 659 B

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 1C5.92422 1 1 5.92422 1 12C1 18.0758 5.92422 23 12 23C18.0758 23 23 18.0758 23 12C23 5.92422 18.0758 1 12 1ZM10.9688 7.53125C10.9688 6.96406 11.4328 6.5 12 6.5C12.5672 6.5 13.0312 6.96191 13.0312 7.53125V13.0312C13.0312 13.6006 12.5693 14.0625 12 14.0625C11.4307 14.0625 10.9688 13.6027 10.9688 13.0312V7.53125ZM12 18.1875C11.2541 18.1875 10.6491 17.5825 10.6491 16.8366C10.6491 16.0906 11.2536 15.4856 12 15.4856C12.7464 15.4856 13.3509 16.0906 13.3509 16.8366C13.3492 17.5816 12.7477 18.1875 12 18.1875Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 640 B

View file

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.6429 13.7143C12.6429 14.7005 11.8434 15.5 10.8571 15.5L2.28571 15.5C1.81211 15.5 1.35791 15.3119 1.02302 14.977C0.688136 14.6421 0.5 14.1879 0.5 13.7143L0.500002 5.14286C0.500002 4.15663 1.29949 3.35714 2.28572 3.35714C3.27194 3.35714 4.07143 4.15663 4.07143 5.14286L4.07143 9.40319L12.4516 1.02302C13.149 0.325658 14.2796 0.32566 14.977 1.02302C15.6743 1.72039 15.6743 2.85104 14.977 3.54841L6.59681 11.9286L10.8571 11.9286C11.8434 11.9286 12.6429 12.7281 12.6429 13.7143Z" fill="#00A578"/>
</svg>

After

Width:  |  Height:  |  Size: 648 B

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3839 3.61612C11.872 4.10427 11.872 4.89573 11.3839 5.38388L6.01777 10.75H21C21.6904 10.75 22.25 11.3096 22.25 12C22.25 12.6904 21.6904 13.25 21 13.25H6.01777L11.3839 18.6161C11.872 19.1043 11.872 19.8957 11.3839 20.3839C10.8957 20.872 10.1043 20.872 9.61612 20.3839L2.11612 12.8839C1.62796 12.3957 1.62796 11.6043 2.11612 11.1161L9.61612 3.61612C10.1043 3.12796 10.8957 3.12796 11.3839 3.61612Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 569 B

View file

@ -0,0 +1,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.16699 10H15.8337" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 4.16699L15.8333 10.0003L10 15.8337" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View file

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.2499 2.25V9C23.2499 9.82922 22.5782 10.5 21.7499 10.5H15.7499C14.9217 10.5 14.2499 9.82922 14.2499 9C14.2499 8.17078 14.9217 7.5 15.7499 7.5H17.8302C16.514 5.64844 14.3671 4.5 11.9999 4.5C8.87806 4.5 6.13588 6.49219 5.17963 9.45938C4.9265 10.2469 4.08181 10.6828 3.2901 10.425C2.50213 10.1716 2.069 9.32484 2.324 8.53687C3.68385 4.32844 7.57025 1.5 11.9999 1.5C15.3449 1.5 18.3796 3.11812 20.2499 5.72297V2.25C20.2499 1.42078 20.9216 0.75 21.7499 0.75C22.5782 0.75 23.2499 1.42078 23.2499 2.25Z" fill="white"/>
<path d="M21.675 15.4594C20.3156 19.6734 16.425 22.5 11.9578 22.5C8.65313 22.5 5.62031 20.8828 3.75 18.2766V21.75C3.75 22.5792 3.07828 23.25 2.25 23.25C1.42172 23.25 0.75 22.5792 0.75 21.75V15C0.75 14.1708 1.42172 13.5 2.25 13.5H8.25C9.07828 13.5 9.75 14.1708 9.75 15C9.75 15.8292 9.07828 16.5 8.25 16.5H6.16875C7.48594 18.3516 9.63281 19.5 12 19.5C15.1209 19.5 17.8641 17.5064 18.8203 14.5406C19.0745 13.7541 19.9163 13.3205 20.7094 13.5755C21.4969 13.7859 21.9328 14.6719 21.675 15.4594Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.29794 3.41596C6.30494 2.62702 6.95349 1.99309 7.74651 2.00006L13.6024 2.05148C13.9859 2.05484 14.3522 2.21071 14.6195 2.48434C14.8868 2.75797 15.033 3.12661 15.0254 3.50811L14.9134 9.17097C14.8978 9.9598 14.2423 10.5867 13.4494 10.5711C12.6565 10.5556 12.0264 9.90356 12.042 9.11474L12.0839 6.9984L4.45134 14.5917C3.89056 15.1496 2.98136 15.1496 2.42058 14.5917C1.85981 14.0338 1.85981 13.1293 2.42058 12.5714L10.1533 4.87844L7.72117 4.85709C6.92814 4.85012 6.29094 4.20491 6.29794 3.41596ZM21.5794 9.40833C22.1402 9.96622 22.1402 10.8707 21.5794 11.4286L13.8471 19.1211L16.3621 19.1429C17.1551 19.1498 17.7924 19.7949 17.7855 20.5839C17.7786 21.3728 17.1301 22.0068 16.3371 21.9999L10.3978 21.9485C10.0106 21.9452 9.64113 21.7864 9.37328 21.5082C9.10543 21.23 8.96187 20.856 8.97516 20.471L9.17065 14.8081C9.19787 14.0196 9.86246 13.4023 10.655 13.4294C11.4476 13.4565 12.0681 14.1177 12.0409 14.9062L11.9704 16.9476L19.5487 9.40833C20.1094 8.85044 21.0186 8.85044 21.5794 9.40833Z" fill="#0056D2"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.35714 2.28571C3.35714 1.29949 4.15663 0.5 5.14286 0.5L13.7143 0.5C14.1879 0.5 14.6421 0.688137 14.977 1.02302C15.3119 1.35791 15.5 1.81211 15.5 2.28571L15.5 10.8571C15.5 11.8434 14.7005 12.6429 13.7143 12.6429C12.7281 12.6429 11.9286 11.8434 11.9286 10.8571L11.9286 6.59681L3.5484 14.977C2.85104 15.6743 1.72039 15.6743 1.02302 14.977C0.325659 14.2796 0.325659 13.149 1.02302 12.4516L9.40319 4.07143H5.14286C4.15663 4.07143 3.35714 3.27194 3.35714 2.28571Z" fill="#FE805C"/>
</svg>

After

Width:  |  Height:  |  Size: 630 B

View file

@ -0,0 +1,12 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#E0E3E3"/>
<g clip-path="url(#clip0_4634_55828)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5938 7.40625H7.40625C7.04347 7.40625 6.75 7.69972 6.75 8.0625V9.04688C6.75 9.22734 6.89741 9.375 7.07812 9.375H16.9219C17.1023 9.375 17.25 9.22734 17.25 9.04688V8.0625C17.25 7.69972 16.9567 7.40625 16.5938 7.40625ZM7.40625 15.6094C7.40625 16.1528 7.84696 16.5938 8.39062 16.5938H13.5725C13.0578 15.9518 12.75 15.1368 12.75 14.25C12.75 12.1789 14.4289 10.5 16.5 10.5C16.5313 10.5 16.5626 10.5004 16.5938 10.5011V10.0312H7.40625V15.6094ZM10.0312 11.5898C10.0312 11.4545 10.142 11.3438 10.2773 11.3438H12.7969C12.9781 11.3438 13.125 11.4907 13.125 11.6719C13.125 11.8531 12.9781 12 12.7969 12H10.2773C10.142 12 10.0312 11.8893 10.0312 11.7539V11.5898Z" fill="black"/>
<path d="M13.5 14.25C13.5 12.593 14.843 11.25 16.5 11.25C18.157 11.25 19.5 12.593 19.5 14.25C19.5 15.907 18.157 17.25 16.5 17.25C14.843 17.25 13.5 15.907 13.5 14.25ZM17.857 13.732C17.9848 13.6043 17.9848 13.3957 17.857 13.268C17.7293 13.1402 17.5207 13.1402 17.393 13.268L16.125 14.5359L15.607 14.018C15.4793 13.8902 15.2707 13.8902 15.143 14.018C15.0152 14.1457 15.0152 14.3543 15.143 14.482L15.893 15.232C16.0207 15.3598 16.2293 15.3598 16.357 15.232L17.857 13.732Z" fill="black"/>
</g>
<defs>
<clipPath id="clip0_4634_55828">
<rect width="12.75" height="10.5" fill="white" transform="translate(6.75 6.75)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

4
assets/svg/bars.svg Normal file
View file

@ -0,0 +1,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.5714 5H1.42857C0.639732 5 0 4.44141 0 3.75C0 3.05977 0.639732 2.5 1.42857 2.5H18.5714C19.3616 2.5 20 3.05977 20 3.75C20 4.44141 19.3616 5 18.5714 5ZM18.5714 17.5H1.42857C0.639732 17.5 0 16.9414 0 16.25C0 15.5586 0.639732 15 1.42857 15H18.5714C19.3616 15 20 15.5586 20 16.25C20 16.9414 19.3616 17.5 18.5714 17.5Z" fill="#232323"/>
<path d="M0 10C0 9.30859 0.639732 8.75 1.42857 8.75H18.5714C19.3616 8.75 20 9.30859 20 10C20 10.6914 19.3616 11.25 18.5714 11.25H1.42857C0.639732 11.25 0 10.6914 0 10Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 632 B

5
assets/svg/bell-new.svg Normal file
View file

@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 21C15 21.5031 14.6859 22.0406 14.1234 22.4156C13.5609 22.7906 12.7547 23 12 23C11.2031 23 10.4391 22.7906 9.87656 22.4156C9.31406 22.0406 9 21.5031 9 21H15Z" fill="#232323"/>
<path d="M13.4279 2.38462V3.21538C16.6867 3.85707 19.1419 6.65096 19.1419 10V10.8135C19.1419 12.8514 19.9142 14.8115 21.307 16.3346L21.6373 16.6938C22.0123 17.1048 22.106 17.6846 21.8739 18.1822C21.6418 18.6798 21.1329 19 20.5704 19H3.42848C2.86601 19 2.35582 18.6798 2.12538 18.1822C1.89495 17.6846 1.98712 17.1048 2.36086 16.6938L2.69192 16.3346C4.08648 14.8115 4.85697 12.8514 4.85697 10.8135V10C4.85697 6.65096 7.27202 3.85707 10.5709 3.21538V2.38462C10.5709 1.62005 11.2093 1 11.9994 1C12.7896 1 13.4279 1.62005 13.4279 2.38462Z" fill="#232323"/>
<circle cx="20.5" cy="3.5" r="2.5" fill="#C00205"/>
</svg>

After

Width:  |  Height:  |  Size: 895 B

4
assets/svg/bell.svg Normal file
View file

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 20C15 20.7547 14.6859 21.5609 14.1234 22.1234C13.5609 22.6859 12.7547 23 12 23C11.2031 23 10.4391 22.6859 9.87656 22.1234C9.31406 21.5609 9 20.7547 9 20H15Z" fill="#232323"/>
<path d="M13.4279 2.38462V3.21538C16.6867 3.85707 19.1419 6.65096 19.1419 10V10.8135C19.1419 12.8514 19.9142 14.8115 21.307 16.3346L21.6373 16.6938C22.0123 17.1048 22.106 17.6846 21.8739 18.1822C21.6418 18.6798 21.1329 19 20.5704 19H3.42848C2.86601 19 2.35582 18.6798 2.12538 18.1822C1.89495 17.6846 1.98712 17.1048 2.36086 16.6938L2.69192 16.3346C4.08648 14.8115 4.85697 12.8514 4.85697 10.8135V10C4.85697 6.65096 7.27202 3.85707 10.5709 3.21538V2.38462C10.5709 1.62005 11.2093 1 11.9994 1C12.7896 1 13.4279 1.62005 13.4279 2.38462Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 843 B

View file

@ -0,0 +1,11 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.4">
<path d="M22.2 6C23.3297 5.37187 24 4.59422 24 3.75C24 1.67906 19.9688 0 15 0C9.98906 0 6 1.67906 6 3.75C6 4.59422 6.67031 5.37187 7.8 6C7.80937 6.00469 7.81758 6.00937 7.82578 6.01406C7.83398 6.01875 7.84219 6.02344 7.85156 6.02813C8.23125 6.00938 8.61094 6 9 6C11.6344 6 14.0906 6.44062 15.9422 7.21406C16.1203 7.28906 16.2984 7.36875 16.4672 7.44844C18.8062 7.28906 20.8359 6.75469 22.2 6Z" fill="#232323"/>
<path d="M19.9435 12.9151C19.7958 12.9551 19.6477 12.9951 19.5 13.0359V13.5C20.7602 13.5 21.9296 13.8885 22.8951 14.5522C23.5995 14.0172 24 13.4028 24 12.75V11.0906C23.4141 11.5734 22.7063 11.9672 21.9422 12.2859C21.3382 12.5376 20.6447 12.7253 19.9435 12.9151Z" fill="#232323"/>
<path d="M18.3703 8.74688C19.0031 9.37969 19.5 10.2234 19.5 11.25V11.4984C20.4328 11.2734 21.2625 10.9781 21.9469 10.6359C21.9739 10.6209 22.0009 10.6021 22.0279 10.5833C22.0852 10.5432 22.1426 10.5032 22.2 10.5C23.3297 9.87187 24 9.09375 24 8.25V6.59063C23.4141 7.07344 22.7063 7.46719 21.9422 7.78594C20.9109 8.2125 19.6969 8.54063 18.3703 8.74688Z" fill="#232323"/>
</g>
<path d="M16.2 13.5C17.3297 12.8719 18 12.0938 18 11.25C18 9.17813 13.9688 7.5 9 7.5C4.02938 7.5 0 9.17813 0 11.25C0 12.0938 0.669375 12.8719 1.79953 13.5C1.85443 13.5031 1.91057 13.5415 1.96782 13.5807C1.9966 13.6004 2.02567 13.6203 2.055 13.6359C3.70594 14.4703 6.20625 15 9 15C11.9438 15 14.5594 14.4094 16.2 13.5Z" fill="#232323"/>
<path d="M14.8788 15.6729C13.1948 16.2046 11.1571 16.5 9 16.5C6.36562 16.5 3.91125 16.0594 2.05922 15.2859C1.29469 14.9672 0.583594 14.5734 0 14.0906V15.75C0 16.5938 0.669375 17.3719 1.79953 18C3.44109 18.9094 6.05625 19.5 9 19.5C10.6471 19.5 12.1916 19.3159 13.5211 18.9937C13.6261 17.7367 14.1186 16.5898 14.8788 15.6729Z" fill="#232323"/>
<path d="M13.5862 20.5191C13.7529 21.4936 14.1547 22.3879 14.731 23.1415C13.1742 23.6778 11.1771 24 9 24C4.02938 24 0 22.3219 0 20.25V18.5906C0.583594 19.0734 1.29469 19.4672 2.05922 19.7859C3.91125 20.5594 6.36562 21 9 21C10.6307 21 12.1932 20.8312 13.5862 20.5191Z" fill="#232323"/>
<path d="M24 19.5C24 21.9844 21.9844 24 19.5 24C17.0156 24 15 21.9844 15 19.5C15 17.0156 17.0156 15 19.5 15C21.9844 15 24 17.0156 24 19.5ZM19 17.4719V18.9719H17.5C17.225 18.9719 17 19.225 17 19.4719C17 19.775 17.225 19.9719 17.5 19.9719H19V21.4719C19 21.775 19.225 21.9719 19.5 21.9719C19.775 21.9719 20 21.775 20 21.4719V19.9719H21.5C21.775 19.9719 22 19.775 22 19.4719C22 19.225 21.775 18.9719 21.5 18.9719H20V17.4719C20 17.225 19.775 16.9719 19.5 16.9719C19.225 16.9719 19 17.225 19 17.4719Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.23081 2.375V3.75H14.7592V2.375C14.7592 1.61574 15.3768 1 16.1413 1C16.9058 1 17.5234 1.61574 17.5234 2.375V3.75H19.5966C20.7411 3.75 21.6697 4.6734 21.6697 5.8125V7.875H2.32031V5.8125C2.32031 4.6734 3.24848 3.75 4.39346 3.75H6.46661V2.375C6.46661 1.61574 7.08424 1 7.84871 1C8.61319 1 9.23081 1.61574 9.23081 2.375ZM2.32031 9.25H21.6697V20.9375C21.6697 22.0762 20.7411 23 19.5966 23H4.39346C3.24848 23 2.32031 22.0762 2.32031 20.9375V9.25ZM5.08451 14.0625C5.08451 14.4406 5.39376 14.75 5.77556 14.75H7.15766C7.53774 14.75 7.84871 14.4406 7.84871 14.0625V12.6875C7.84871 12.3094 7.53774 12 7.15766 12H5.77556C5.39376 12 5.08451 12.3094 5.08451 12.6875V14.0625ZM10.6129 14.0625C10.6129 14.4406 10.9239 14.75 11.304 14.75H12.6861C13.0661 14.75 13.3771 14.4406 13.3771 14.0625V12.6875C13.3771 12.3094 13.0661 12 12.6861 12H11.304C10.9239 12 10.6129 12.3094 10.6129 12.6875V14.0625ZM16.8324 12C16.4523 12 16.1413 12.3094 16.1413 12.6875V14.0625C16.1413 14.4406 16.4523 14.75 16.8324 14.75H18.2145C18.5945 14.75 18.9055 14.4406 18.9055 14.0625V12.6875C18.9055 12.3094 18.5945 12 18.2145 12H16.8324ZM5.08451 19.5625C5.08451 19.9406 5.39376 20.25 5.77556 20.25H7.15766C7.53774 20.25 7.84871 19.9406 7.84871 19.5625V18.1875C7.84871 17.8094 7.53774 17.5 7.15766 17.5H5.77556C5.39376 17.5 5.08451 17.8094 5.08451 18.1875V19.5625ZM11.304 17.5C10.9239 17.5 10.6129 17.8094 10.6129 18.1875V19.5625C10.6129 19.9406 10.9239 20.25 11.304 20.25H12.6861C13.0661 20.25 13.3771 19.9406 13.3771 19.5625V18.1875C13.3771 17.8094 13.0661 17.5 12.6861 17.5H11.304ZM16.1413 19.5625C16.1413 19.9406 16.4523 20.25 16.8324 20.25H18.2145C18.5945 20.25 18.9055 19.9406 18.9055 19.5625V18.1875C18.9055 17.8094 18.5945 17.5 18.2145 17.5H16.8324C16.4523 17.5 16.1413 17.8094 16.1413 18.1875V19.5625Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

3
assets/svg/check.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.1908 5.10637C12.5995 5.51512 12.5995 6.18262 12.1908 6.59137L7.39078 11.3914C6.98203 11.8001 6.31453 11.8001 5.90578 11.3914L3.50578 8.99137C3.09703 8.58262 3.09703 7.91512 3.50578 7.50637C3.91453 7.09762 4.58203 7.09762 4.99078 7.50637L6.64828 9.16387L10.7058 5.10637C11.1145 4.69762 11.782 4.69762 12.1908 5.10637Z" fill="#006C4D"/>
</svg>

After

Width:  |  Height:  |  Size: 491 B

View file

@ -0,0 +1,3 @@
<svg width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.5 0.75L4 3.25L6.5 0.75" stroke="#232323" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 220 B

View file

@ -0,0 +1,10 @@
<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4015_11735)">
<path d="M6 0.5C2.68594 0.5 0 3.18594 0 6.5C0 9.81406 2.68594 12.5 6 12.5C9.31406 12.5 12 9.81406 12 6.5C12 3.18594 9.31406 0.5 6 0.5ZM8.8125 7.8125C8.8125 8.22711 8.47664 8.5625 8.0625 8.5625C7.64836 8.5625 7.3125 8.22711 7.3125 7.8125V6.24922L4.46719 9.09453C4.32188 9.23984 4.12969 9.3125 3.9375 9.3125C3.74531 9.3125 3.55359 9.23926 3.40734 9.09277C3.11438 8.7998 3.11438 8.3252 3.40734 8.03223L6.25312 5.1875H4.6875C4.27336 5.1875 3.9375 4.85211 3.9375 4.4375C3.9375 4.02289 4.27336 3.6875 4.6875 3.6875H8.0625C8.47664 3.6875 8.8125 4.02289 8.8125 4.4375V7.8125Z" fill="#232323"/>
</g>
<defs>
<clipPath id="clip0_4015_11735">
<rect width="12" height="12" fill="white" transform="translate(0 0.5)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 866 B

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 12C0 5.37188 5.37188 0 12 0C18.6281 0 24 5.37188 24 12C24 18.6281 18.6281 24 12 24C5.37188 24 0 18.6281 0 12ZM17.4281 9.92813C17.9391 9.41719 17.9391 8.58281 17.4281 8.07187C16.9172 7.56094 16.0828 7.56094 15.5719 8.07187L10.5 13.1437L8.42813 11.0719C7.91719 10.5609 7.08281 10.5609 6.57187 11.0719C6.06094 11.5828 6.06094 12.4172 6.57187 12.9281L9.57187 15.9281C10.0828 16.4391 10.9172 16.4391 11.4281 15.9281L17.4281 9.92813Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 559 B

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 0C5.37188 0 0 5.37188 0 12C0 18.6281 5.37188 24 12 24C18.6281 24 24 18.6281 24 12C24 5.37188 18.6281 0 12 0ZM12 18.75C11.1562 18.75 10.5 18.0938 10.5 17.25C10.5 16.4062 11.1141 15.75 12 15.75C12.8016 15.75 13.5 16.4062 13.5 17.25C13.5 18.0938 12.8016 18.75 12 18.75ZM15.2391 12.0938L13.125 13.4062V13.5C13.125 14.1094 12.6094 14.625 12 14.625C11.3906 14.625 10.875 14.1094 10.875 13.5V12.75C10.875 12.375 11.0625 12 11.4375 11.7656L14.1094 10.1719C14.4375 9.98438 14.625 9.65625 14.625 9.28125C14.625 8.71875 14.1141 8.25 13.5516 8.25H11.1562C10.5516 8.25 10.125 8.71875 10.125 9.28125C10.125 9.89062 9.60938 10.4062 9 10.4062C8.39062 10.4062 7.875 9.89062 7.875 9.28125C7.875 7.45312 9.32813 6 11.1141 6H13.5094C15.4219 6 16.875 7.45312 16.875 9.28125C16.875 10.4062 16.2656 11.4844 15.2391 12.0938Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 933 B

3
assets/svg/clipboard.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.3652 3.12516H13.4359C12.9626 1.79313 11.7021 0.833496 10.209 0.833496C8.71582 0.833496 7.4554 1.79313 6.98275 3.12516H5.05273C4.10384 3.12516 3.33398 3.8943 3.33398 4.84391V17.4481C3.33398 18.397 4.10384 19.1668 5.05273 19.1668H15.3652C16.3141 19.1668 17.084 18.3977 17.084 17.4481V4.84391C17.084 3.8943 16.3141 3.12516 15.3652 3.12516ZM10.209 3.12516C10.8417 3.12516 11.3548 3.63828 11.3548 4.271C11.3548 4.90371 10.8417 5.41683 10.209 5.41683C9.57627 5.41683 9.06315 4.90478 9.06315 4.271C9.06315 3.63828 9.5752 3.12516 10.209 3.12516ZM6.87565 8.75016C6.87565 8.52004 7.0622 8.3335 7.29232 8.3335H13.1257C13.3558 8.3335 13.5423 8.52004 13.5423 8.75016V9.16683C13.5423 9.39695 13.3558 9.5835 13.1257 9.5835H7.29232C7.0622 9.5835 6.87565 9.39695 6.87565 9.16683V8.75016ZM6.87565 12.0835C6.87565 11.8534 7.0622 11.6668 7.29232 11.6668H13.1257C13.3558 11.6668 13.5423 11.8534 13.5423 12.0835V12.5002C13.5423 12.7303 13.3558 12.9168 13.1257 12.9168H7.29232C7.0622 12.9168 6.87565 12.7303 6.87565 12.5002V12.0835ZM6.87565 15.4168C6.87565 15.1867 7.0622 15.0002 7.29232 15.0002H13.1257C13.3558 15.0002 13.5423 15.1867 13.5423 15.4168V15.8335C13.5423 16.0636 13.3558 16.2502 13.1257 16.2502H7.29232C7.0622 16.2502 6.87565 16.0636 6.87565 15.8335V15.4168Z" fill="#A9ACAC"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.6408 14.9029C22.0379 21.3315 15.5261 25.2438 9.09602 23.6407C2.66858 22.038 -1.24421 15.5266 0.359461 9.09838C1.96163 2.66907 8.47345 -1.24364 14.9016 0.359095C21.3313 1.96183 25.2437 8.47401 23.6408 14.9029Z" fill="#F7931A"/>
<path d="M17.2896 10.2905C17.5285 8.69373 16.3126 7.83536 14.6501 7.26274L15.1894 5.09976L13.8726 4.77164L13.3476 6.87762C13.0014 6.79137 12.6459 6.71 12.2926 6.62937L12.8214 4.50952L11.5054 4.1814L10.9657 6.34363C10.6791 6.27838 10.3979 6.21388 10.1248 6.146L10.1263 6.13925L8.3104 5.68588L7.96011 7.09212C7.96011 7.09212 8.93709 7.31599 8.91646 7.32986C9.44977 7.46299 9.54615 7.81586 9.53003 8.09561L8.91571 10.5597C8.95246 10.5691 9.0001 10.5826 9.0526 10.6036C9.00872 10.5927 8.96184 10.5807 8.91346 10.5691L8.05237 14.0209C7.98711 14.1829 7.82172 14.4259 7.44893 14.3337C7.46206 14.3528 6.49183 14.0948 6.49183 14.0948L5.83813 15.6019L7.55169 16.029C7.87048 16.1089 8.18288 16.1925 8.49041 16.2713L7.94548 18.459L9.26075 18.7871L9.80043 16.6226C10.1597 16.7201 10.5085 16.8101 10.8498 16.8949L10.312 19.0492L11.6287 19.3774L12.1737 17.1938C14.419 17.6186 16.1075 17.4473 16.8182 15.4167C17.3909 13.7817 16.7897 12.8386 15.6083 12.2236C16.4686 12.0252 17.1167 11.4593 17.2896 10.2905V10.2905ZM14.281 14.5088C13.8741 16.1438 11.1209 15.2599 10.2284 15.0383L10.9514 12.1399C11.844 12.3627 14.7063 12.8037 14.281 14.5088V14.5088ZM14.6883 10.2668C14.317 11.7541 12.0255 10.9985 11.2822 10.8132L11.9378 8.18448C12.6811 8.36973 15.075 8.71548 14.6883 10.2668V10.2668Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 56 KiB

View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
<g>
<circle style="fill:#2D3132;" cx="12" cy="12" r="12"/>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="8.9651" y1="496.8" x2="19.3776" y2="496.8" gradientTransform="matrix(1 0 0 1 0 -486)">
<stop offset="0" style="stop-color:#F3F5F4"/>
<stop offset="1" style="stop-color:#F3F5F4"/>
</linearGradient>
<path style="fill:url(#SVGID_1_);" d="M17.2,7.8l-1.9-1.1l1-0.6c0.1,0,0.2,0,0.2,0L18,6.9c0.1,0.1,0.1,0.3,0,0.4L17.2,7.8L17.2,7.8
z M9,10.4v1.7c0,0.2,0.2,0.3,0.3,0.2L16.8,8l-1.9-1.1L9,10.4C9,10.2,9,10.3,9,10.4 M10.4,14.6l1.5,0.9c0.1,0,0.2,0,0.2,0l5.8-3.3
V9.9l-7.5,4.4C10.3,14.3,10.3,14.5,10.4,14.6 M19.3,11.4c0.1,0,0.1-0.1,0.1-0.2V9.4c0-0.2-0.2-0.3-0.3-0.2l-0.8,0.4V12L19.3,11.4
L19.3,11.4z"/>
<linearGradient id="SVGID_00000039847085109737404950000001115678377765940353_" gradientUnits="userSpaceOnUse" x1="6.2" y1="503.9" x2="16.7387" y2="493.3613" gradientTransform="matrix(1 0 0 1 0 -486)">
<stop offset="0" style="stop-color:#D6A151"/>
<stop offset="0.13" style="stop-color:#D39D4C"/>
<stop offset="0.26" style="stop-color:#CD9240"/>
<stop offset="0.31" style="stop-color:#CA8B39"/>
<stop offset="0.72" style="stop-color:#F5D16F"/>
<stop offset="1" style="stop-color:#D8AA4D"/>
</linearGradient>
<path style="fill:url(#SVGID_00000039847085109737404950000001115678377765940353_);" d="M12,20.6L12,20.6l2.1-1.2l0,0l5.3-3v-2.5
l-1.1,0.6L18,14.7L14,17l-2,1.1l-5.3-3V9l6-3.4L13,5.4l1.1-0.6L12,3.5L4.6,7.8v8.5L12,20.6z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="12" fill="white"/>
<path d="M7.04425 17.2562C7.3217 17.2562 7.58374 17.1021 7.70706 16.8555L9.47197 13.5029H6.74368C6.32749 13.5029 5.99609 13.1638 5.99609 12.7553V11.2524C5.99609 10.8362 6.3352 10.5048 6.74368 10.5048H11.0596L14.4122 4.15414C14.5432 3.90751 14.7976 3.75337 15.075 3.75337H20.7243C18.5355 1.44123 15.4449 0 12.0076 0C5.37952 0 0 5.37186 0 12.0077C0 13.8882 0.431596 15.6763 1.21001 17.264H7.04425V17.2562Z" fill="#9B1C2E"/>
<path d="M16.9559 6.74379C16.6784 6.74379 16.4164 6.89793 16.2931 7.14456L14.5282 10.4972H17.2565C17.6727 10.4972 18.0041 10.8363 18.0041 11.2448V12.7476C18.0041 13.1638 17.665 13.4952 17.2565 13.4952H12.9405L9.58796 19.8459C9.45694 20.0925 9.2026 20.2467 8.92515 20.2467H3.27588C5.46468 22.5588 8.55521 24 11.9926 24C18.6206 24 24.0002 18.6282 24.0002 11.9923C24.0002 10.1118 23.5686 8.32375 22.7901 6.73608H16.9559V6.74379Z" fill="#9B1C2E"/>
</svg>

After

Width:  |  Height:  |  Size: 1,015 B

View file

@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="white"/>
<path d="M11.9995 0C4.47265 0 -2.05964 7.3766 0.607901 15.9995H4.19818V5.77053L11.9995 13.6735L19.8008 5.77053V16H23.3923C25.9927 7.70373 19.8837 0.00169985 12.0007 0.00169985L11.9995 0Z" fill="#F06923"/>
<path d="M6.93212 12V18.2898H2C4.05397 21.7109 7.76562 24 11.9998 24C16.2341 24 19.946 21.7106 22 18.2892H17.0662V12L11.9995 17.1456L6.93212 12Z" fill="#4D4E4E"/>
</svg>

After

Width:  |  Height:  |  Size: 610 B

3
assets/svg/copy-fa.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15 3.75V0H10.625C9.58945 0 8.75 0.839453 8.75 1.875V13.125C8.75 14.1605 9.58945 15 10.625 15H18.125C19.1605 15 20 14.1605 20 13.125V5H16.2852C15.5625 5 15 4.4375 15 3.75ZM16.25 0V3.75H20L16.25 0ZM7.5 13.75V5H1.875C0.839453 5 0 5.83945 0 6.875V18.125C0 19.1605 0.839453 20 1.875 20H9.375C10.4105 20 11.25 19.1605 11.25 18.125V16.25H10C8.62109 16.25 7.5 15.1289 7.5 13.75Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 502 B

5
assets/svg/delete.svg Normal file
View file

@ -0,0 +1,5 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.4997 3.33301H6.66634L0.833008 9.99967L6.66634 16.6663H17.4997C17.9417 16.6663 18.3656 16.4907 18.6782 16.1782C18.9907 15.8656 19.1663 15.4417 19.1663 14.9997V4.99967C19.1663 4.55765 18.9907 4.13372 18.6782 3.82116C18.3656 3.5086 17.9417 3.33301 17.4997 3.33301V3.33301Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 7.5L10 12.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 7.5L15 12.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 688 B

3
assets/svg/dice-alt.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.7616 1.3335H3.23777C2.18479 1.3335 1.33301 2.18528 1.33301 3.23826V12.7621C1.33301 13.815 2.18479 14.6668 3.23777 14.6668H12.7616C13.8146 14.6668 14.6663 13.815 14.6663 12.7621V3.23826C14.6663 2.18528 13.8152 1.3335 12.7616 1.3335ZM5.14253 11.8097C4.61813 11.8097 4.19015 11.3817 4.19015 10.8573C4.19015 10.3329 4.61813 9.90493 5.14253 9.90493C5.66694 9.90493 6.09491 10.3329 6.09491 10.8573C6.09491 11.3817 5.66634 11.8097 5.14253 11.8097ZM5.14253 6.0954C4.61872 6.0954 4.19015 5.66683 4.19015 5.14302C4.19015 4.61921 4.61813 4.19064 5.14253 4.19064C5.66694 4.19064 6.09491 4.61862 6.09491 5.14302C6.09491 5.66743 5.66634 6.0954 5.14253 6.0954ZM7.99967 8.95254C7.47587 8.95254 7.04729 8.52397 7.04729 8.00016C7.04729 7.47635 7.47527 7.04778 7.99967 7.04778C8.52408 7.04778 8.95206 7.47576 8.95206 8.00016C8.95206 8.52457 8.52348 8.95254 7.99967 8.95254ZM10.8568 11.8097C10.3324 11.8097 9.90444 11.3817 9.90444 10.8573C9.90444 10.3329 10.3324 9.90493 10.8568 9.90493C11.3812 9.90493 11.8092 10.3329 11.8092 10.8573C11.8092 11.3817 11.3806 11.8097 10.8568 11.8097ZM10.8568 6.0954C10.3324 6.0954 9.90444 5.66743 9.90444 5.14302C9.90444 4.61862 10.3324 4.19064 10.8568 4.19064C11.3812 4.19064 11.8092 4.61862 11.8092 5.14302C11.8092 5.66743 11.3806 6.0954 10.8568 6.0954Z" fill="#747778"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,3 @@
<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.77172 0.666748C6.54329 0.666748 7.16402 1.29091 7.16402 2.06675V2.98842C7.91239 3.08175 8.66076 3.31508 9.39172 3.51925C10.1343 3.72341 10.5694 4.49341 10.3605 5.24008C10.1575 5.98675 9.39172 6.42425 8.64915 6.21425C8.09803 6.06258 7.54691 5.89925 6.98418 5.78842C6.1372 5.62508 5.15098 5.70092 4.3562 6.05092C3.64265 6.36008 3.05672 7.10675 3.8631 7.62592C4.62886 8.12175 5.59188 8.32008 6.45047 8.57092C7.45989 8.85675 8.74197 9.22425 9.70499 9.88342C10.9581 10.7467 11.544 12.1467 11.2655 13.6517C11.0045 15.1042 9.99505 16.0609 8.78838 16.5509C8.28947 16.7551 7.73835 16.8309 7.16402 16.9476V17.9334C7.16402 18.7092 6.54329 19.3334 5.77172 19.3334C5.00015 19.3334 4.37941 18.7092 4.37941 17.9334L4.3272 16.8076C3.4454 16.5976 2.5288 16.2942 1.6238 15.9967C0.892838 15.7517 0.498351 14.9584 0.736204 14.2292C0.979858 13.4942 1.71662 13.0976 2.49399 13.3368C3.38159 13.6284 4.28659 13.9784 5.20319 14.1184C6.29963 14.2817 7.17563 14.1826 7.74995 13.9492C8.52153 13.6401 8.88701 12.7184 8.13284 12.1934C7.35547 11.6626 6.35765 11.4526 5.47005 11.2017C4.49544 10.9217 3.28297 10.5776 2.36636 9.98842C1.10749 9.17758 0.469345 7.82425 0.742005 6.33675C0.997262 4.91925 2.0937 3.98008 3.24816 3.47841C3.60204 3.32675 3.98492 3.20425 4.3272 3.11091V2.06675C4.3272 1.29091 5.00015 0.666748 5.71951 0.666748H5.77172Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,11 @@
<svg width="6" height="20" viewBox="0 0 6 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3961_13915)">
<path d="M3 18.4375C1.7918 18.4375 0.8125 17.457 0.8125 16.25C0.8125 15.043 1.7918 14.0625 3 14.0625C4.2082 14.0625 5.1875 15.043 5.1875 16.25C5.1875 17.457 4.2082 18.4375 3 18.4375ZM3 5.9375C1.7918 5.9375 0.8125 4.95703 0.8125 3.75C0.8125 2.5418 1.7918 1.5625 3 1.5625C4.2082 1.5625 5.1875 2.5418 5.1875 3.75C5.1875 4.95703 4.2082 5.9375 3 5.9375Z" fill="#232323"/>
<path d="M3 7.8125C4.2082 7.8125 5.1875 8.79297 5.1875 10C5.1875 11.207 4.2082 12.1875 3 12.1875C1.7918 12.1875 0.8125 11.207 0.8125 10C0.8125 8.79297 1.7918 7.8125 3 7.8125Z" fill="#232323"/>
</g>
<defs>
<clipPath id="clip0_3961_13915">
<rect width="5" height="20" fill="white" transform="translate(0.5)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 835 B

1
assets/svg/envelope.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z"/></svg>

After

Width:  |  Height:  |  Size: 561 B

View file

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6695 1.06575C15.1855 0.607104 15.9756 0.65358 16.4343 1.16956L20.4343 5.66956C20.8552 6.14317 20.8552 6.85686 20.4343 7.33047L16.4343 11.8305C15.9756 12.3464 15.1855 12.3929 14.6695 11.9343C14.1536 11.4756 14.1071 10.6855 14.5657 10.1696L16.7164 7.75001H6C4.48122 7.75001 3.25 8.98123 3.25 10.5C3.25 11.1904 2.69036 11.75 2 11.75C1.30964 11.75 0.75 11.1904 0.75 10.5C0.75 7.60052 3.10051 5.25001 6 5.25001H16.7164L14.5657 2.83047C14.1071 2.31449 14.1536 1.5244 14.6695 1.06575Z" fill="#232323"/>
<path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M9.33045 23.4342C8.81448 23.8929 8.02439 23.8464 7.56574 23.3304L3.56574 18.8304C3.14475 18.3568 3.14475 17.6431 3.56574 17.1695L7.56574 12.6695C8.02439 12.1536 8.81448 12.1071 9.33046 12.5657C9.84643 13.0244 9.89291 13.8145 9.43426 14.3304L7.28355 16.75L18 16.75C19.5188 16.75 20.75 15.5188 20.75 14C20.75 13.3096 21.3096 12.75 22 12.75C22.6904 12.75 23.25 13.3096 23.25 14C23.25 16.8995 20.8995 19.25 18 19.25L7.28355 19.25L9.43426 21.6695C9.89291 22.1855 9.84643 22.9756 9.33045 23.4342Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

4
assets/svg/eye-slash.svg Normal file
View file

@ -0,0 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.08171 1.81143C0.793559 1.58227 0.374166 1.63004 0.144958 1.91816C-0.084249 2.20633 -0.0364687 2.62573 0.251678 2.85493L14.9183 14.5216C15.2065 14.7508 15.6259 14.703 15.8551 14.4149C16.0843 14.1267 16.0365 13.7073 15.7484 13.4781L13.6477 11.8071C14.7838 10.6615 15.5523 9.39758 15.9312 8.49332C16.0229 8.27624 16.0229 8.03442 15.9312 7.81729C15.5201 6.81156 14.6506 5.40734 13.3506 4.21471C12.0422 3.01224 10.2449 1.99987 8.00035 1.99987C6.13683 1.99987 4.5816 2.69771 3.35883 3.6228L1.08171 1.81143ZM5.3412 5.19966L6.38593 6.03071C6.83407 5.68936 7.39353 5.48669 8.00035 5.48669C9.47317 5.48669 10.6671 6.68066 10.6671 8.15348C10.6671 8.5441 10.5831 8.91507 10.4323 9.24938L11.4899 10.0907C11.815 9.51847 12.0005 8.85823 12.0005 8.15531C12.0005 5.9707 10.2088 4.19823 8.00035 4.19823C6.97973 4.19823 6.04811 4.57682 5.3412 5.19966Z" fill="black"/>
<path d="M11.4642 13.4406C10.4673 13.9665 9.30997 14.3107 8.00035 14.3107C5.75581 14.3107 3.95851 13.2995 2.65068 12.0959C1.35062 10.8785 0.481689 9.47432 0.0683694 8.49332C-0.0227866 8.27624 -0.0227866 8.03442 0.0683694 7.81729C0.34022 7.1558 0.809143 6.32193 1.4682 5.48929L4.04806 7.54146C4.01654 7.74153 4.00017 7.94653 4.00017 8.15531C4.00017 10.34 5.79192 12.1124 8.00035 12.1124C8.51346 12.1124 9.00409 12.0167 9.45497 11.8424L11.4642 13.4406Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

4
assets/svg/eye.svg Normal file
View file

@ -0,0 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.3506 4.21486C14.6506 5.40747 15.5201 6.81168 15.9312 7.81744C16.0229 8.03453 16.0229 8.27635 15.9312 8.49344C15.5201 9.47446 14.6506 10.8787 13.3506 12.096C12.0422 13.2996 10.2449 14.3109 8.00035 14.3109C5.75581 14.3109 3.95851 13.2996 2.65067 12.096C1.35062 10.8787 0.481691 9.47446 0.0683675 8.49344C-0.0227892 8.27635 -0.0227892 8.03453 0.0683675 7.81744C0.481691 6.81168 1.35062 5.40747 2.65067 4.21486C3.95851 3.01235 5.75581 2 8.00035 2C10.2449 2 12.0422 3.01235 13.3506 4.21486ZM8.00035 4.19837C5.79192 4.19837 4.00018 5.97081 4.00018 8.15544C4.00018 10.3401 5.79192 12.1125 8.00035 12.1125C10.2088 12.1125 12.0005 10.3401 12.0005 8.15544C12.0005 5.97081 10.2088 4.19837 8.00035 4.19837Z" fill="#A9ACAC"/>
<path d="M10.6671 8.1536C10.6671 9.62642 9.47317 10.8204 8.00034 10.8204C6.52752 10.8204 5.33356 9.62642 5.33356 8.1536C5.33356 6.68078 6.52752 5.48682 8.00034 5.48682C9.47317 5.48682 10.6671 6.68078 10.6671 8.1536Z" fill="#A9ACAC"/>
</svg>

After

Width:  |  Height:  |  Size: 1 KiB

5
assets/svg/filter.svg Normal file
View file

@ -0,0 +1,5 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 10C3.75 9.30964 4.30964 8.75 5 8.75H15C15.6904 8.75 16.25 9.30964 16.25 10C16.25 10.6904 15.6904 11.25 15 11.25H5C4.30964 11.25 3.75 10.6904 3.75 10Z" fill="#232323"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.25 5C1.25 4.30964 1.80964 3.75 2.5 3.75H17.5C18.1904 3.75 18.75 4.30964 18.75 5C18.75 5.69036 18.1904 6.25 17.5 6.25H2.5C1.80964 6.25 1.25 5.69036 1.25 5Z" fill="#232323"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.25 15C6.25 14.3096 6.80964 13.75 7.5 13.75H12.5C13.1904 13.75 13.75 14.3096 13.75 15C13.75 15.6904 13.1904 16.25 12.5 16.25H7.5C6.80964 16.25 6.25 15.6904 6.25 15Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 785 B

View file

@ -0,0 +1,3 @@
<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.5 2.23826H8.5L6.5 0.333496H1.5C0.671875 0.333496 0 0.973377 0 1.76207V12.2383C0 13.0269 0.671875 13.6668 1.5 13.6668H14.5C15.3281 13.6668 16 13.0269 16 12.2383V3.66683C16 2.87814 15.3281 2.23826 14.5 2.23826ZM4.96875 7.44659C5.11562 7.30671 5.30625 7.23826 5.5 7.23826C5.69375 7.23826 5.88375 7.30802 6.03031 7.44751L7.25 8.61028V5.3335C7.25 4.94064 7.5875 4.61921 8 4.61921C8.4125 4.61921 8.75 4.93915 8.75 5.3335V8.61028L9.96969 7.44867C10.2627 7.16966 10.7372 7.16966 11.0303 7.44867C11.3234 7.72769 11.3233 8.17963 11.0303 8.45879L8.53031 10.8397C8.23734 11.1188 7.76281 11.1188 7.46969 10.8397L4.96969 8.45879C4.67812 8.17873 4.67812 7.72635 4.96875 7.44659Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 798 B

3
assets/svg/folder.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.5 4.72119V13.1587C15.5 13.9351 14.8701 14.5649 14.0938 14.5649H1.90625C1.12988 14.5649 0.5 13.9351 0.5 13.1587V2.84619C0.5 2.06982 1.12988 1.43994 1.90625 1.43994H6.59375L8.46875 3.31494H14.0938C14.8701 3.31494 15.5 3.94482 15.5 4.72119Z" fill="#A9ACAC"/>
</svg>

After

Width:  |  Height:  |  Size: 372 B

4
assets/svg/gear-3.svg Normal file
View file

@ -0,0 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.25 8C1.25 7.03344 2.03438 6.25 3 6.25C3.96562 6.25 4.75 7.03344 4.75 8C4.75 8.96656 3.96562 9.75 3 9.75C2.03437 9.75 1.25 8.96656 1.25 8ZM11.25 8C11.25 7.03344 12.0344 6.25 13 6.25C13.9666 6.25 14.75 7.03344 14.75 8C14.75 8.96656 13.9666 9.75 13 9.75C12.0344 9.75 11.25 8.96656 11.25 8Z" fill="black"/>
<path d="M9.75 8C9.75 8.96656 8.96562 9.75 8 9.75C7.03437 9.75 6.25 8.96656 6.25 8C6.25 7.03344 7.03438 6.25 8 6.25C8.96562 6.25 9.75 7.03344 9.75 8Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 584 B

3
assets/svg/gear.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.371 6.50781C19.4999 6.84375 19.3906 7.22266 19.1249 7.46875L17.4335 9.00781C17.4765 9.33203 17.4999 9.66406 17.4999 9.96484C17.4999 10.3359 17.4765 10.668 17.4335 10.9922L19.1249 12.5312C19.3906 12.7773 19.4999 13.1523 19.371 13.4922C19.1992 13.957 18.9921 14.4063 18.7577 14.832L18.5742 15.1484C18.3163 15.5781 18.0273 15.9844 17.7109 16.3711C17.4765 16.6484 17.0976 16.7461 16.7538 16.6367L14.5781 15.9414C14.0546 16.3438 13.4413 16.6797 12.8593 16.9375L12.371 19.168C12.2929 19.5195 12.0195 19.7695 11.6601 19.8633C11.121 19.9531 10.5663 20 9.96478 20C9.43353 20 8.87884 19.9531 8.33977 19.8633C7.9804 19.7695 7.70696 19.5195 7.62884 19.168L7.14055 16.9375C6.52337 16.6797 5.94524 16.3438 5.4218 15.9414L3.24758 16.6367C2.90227 16.7461 2.52141 16.6484 2.29016 16.3711C1.97336 15.9844 1.6843 15.5781 1.42649 15.1484L1.24368 14.832C1.00657 14.4063 0.800316 13.957 0.627269 13.4922C0.500706 13.1562 0.607347 12.7773 0.875316 12.5312L2.56516 10.9922C2.52219 10.668 2.49993 10.3359 2.49993 10C2.49993 9.66406 2.52219 9.33203 2.56516 9.00781L0.875316 7.46875C0.607347 7.22266 0.500706 6.84766 0.627269 6.50781C0.800316 6.04297 1.00696 5.59375 1.24368 5.16797L1.4261 4.85156C1.68391 4.42188 1.97336 4.01562 2.29016 3.63086C2.52141 3.35156 2.90227 3.25469 3.24758 3.36484L5.4218 4.05859C5.94524 3.65469 6.52337 3.31875 7.14055 3.06367L7.62884 0.833203C7.70696 0.478516 7.9804 0.196875 8.33977 0.137109C8.87884 0.0469141 9.43353 0 9.96478 0C10.5663 0 11.121 0.0469141 11.6601 0.137109C12.0195 0.196875 12.2929 0.478516 12.371 0.833203L12.8593 3.06367C13.4413 3.31875 14.0546 3.65469 14.5781 4.05859L16.7538 3.36484C17.0976 3.25469 17.4765 3.35156 17.7109 3.63086C18.0273 4.01562 18.3163 4.42188 18.5742 4.85156L18.7577 5.16797C18.9921 5.59375 19.1992 6.04297 19.371 6.50781ZM9.99993 13.125C11.7265 13.125 13.1249 11.7266 13.1249 9.96484C13.1249 8.27344 11.7265 6.83984 9.99993 6.83984C8.27337 6.83984 6.87493 8.27344 6.87493 9.96484C6.87493 11.7266 8.27337 13.125 9.99993 13.125Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 0C5.37188 0 0 5.37188 0 12C0 18.6281 5.37188 24 12 24C18.6281 24 24 18.6281 24 12C24 5.37188 18.6281 0 12 0ZM12 6C12.8283 6 13.5 6.67172 13.5 7.5C13.5 8.32828 12.8283 9 12 9C11.1717 9 10.5 8.32969 10.5 7.5C10.5 6.67031 11.1703 6 12 6ZM13.875 18H10.125C9.50625 18 9 17.4984 9 16.875C9 16.2516 9.50391 15.75 10.125 15.75H10.875V12.75H10.5C9.87891 12.75 9.375 12.2461 9.375 11.625C9.375 11.0039 9.88125 10.5 10.5 10.5H12C12.6211 10.5 13.125 11.0039 13.125 11.625V15.75H13.875C14.4961 15.75 15 16.2539 15 16.875C15 17.4961 14.4984 18 13.875 18Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 673 B

3
assets/svg/key.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.71914 10.398L7.78398 11.284C7.68555 11.4316 7.51875 11.5 7.34375 11.5H6.25V12.5938C6.25 12.9574 5.95742 13.25 5.59375 13.25H4.5V14.3438C4.5 14.7074 4.20742 15 3.84375 15H1.65625C1.29395 15 1 14.7074 1 14.3438V12.1562C1 11.9812 1.06915 11.8145 1.1922 11.6914L5.60195 7.28086C5.4543 6.81875 5.375 6.32383 5.375 5.8125C5.375 3.15469 7.52969 1 10.1875 1C12.8453 1 15 3.15469 15 5.8125C15 8.47031 12.8453 10.625 10.1875 10.625C9.67617 10.625 9.18125 10.5457 8.71914 10.398ZM11.2812 5.8125C11.8855 5.8125 12.375 5.32305 12.375 4.71875C12.375 4.11445 11.8855 3.625 11.2812 3.625C10.677 3.625 10.1875 4.11445 10.1875 4.71875C10.1875 5.32305 10.677 5.8125 11.2812 5.8125Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 794 B

10
assets/svg/language2.svg Normal file
View file

@ -0,0 +1,10 @@
<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3707_9951)">
<path d="M13.7337 5.36458C14.0545 5.36458 14.317 5.59661 14.317 5.9375V6.05208H16.067C16.3878 6.05208 16.6503 6.28411 16.6503 6.625C16.6503 6.9401 16.3878 7.19792 16.067 7.19792H16.0087L15.962 7.32682C15.7024 8.00286 15.3057 8.66172 14.8041 9.20026C14.8303 9.21458 14.8566 9.20599 14.8828 9.24609L15.4341 9.56979C15.7112 9.73307 15.7987 10.0854 15.6324 10.3576C15.4691 10.6297 15.1103 10.7156 14.8332 10.5523L14.282 10.2286C14.1537 10.1513 13.9991 10.0711 13.8999 9.98516C13.5937 10.2 13.2612 10.3862 12.9112 10.5409L12.8032 10.5867C12.5087 10.7156 12.1645 10.5839 12.0332 10.2945C11.902 10.0052 12.0362 9.66719 12.3307 9.53828L12.4357 9.49245C12.6224 9.40938 12.8032 9.29193 12.9753 9.21172L12.6224 8.86224C12.392 8.6388 12.392 8.27786 12.6224 8.05443C12.8499 7.82813 13.2174 7.82813 13.4449 8.05443L13.8707 8.46979L13.8882 8.4612C14.2499 8.11172 14.5445 7.6763 14.7574 7.17214H11.6337C11.2866 7.17214 11.0503 6.9401 11.0503 6.59922C11.0503 6.28412 11.2866 6.0263 11.6337 6.0263H13.1503V5.91172C13.1503 5.59662 13.3866 5.3388 13.7337 5.3388V5.36458ZM5.33366 7.34688L5.88783 8.57292H4.75324L5.33366 7.34688ZM0.666992 4.33333C0.666992 3.3207 1.50262 2.5 2.53366 2.5H17.467C18.4966 2.5 19.3337 3.3207 19.3337 4.33333V11.6667C19.3337 12.6779 18.4966 13.5 17.467 13.5H2.53366C1.50262 13.5 0.666992 12.6779 0.666992 11.6667V4.33333ZM10.0003 11.6667H17.467V4.33333H10.0003V11.6667ZM5.86741 5.70547C5.77408 5.49922 5.56408 5.36458 5.33366 5.36458C5.10324 5.36458 4.89324 5.49922 4.79991 5.70547L2.93383 9.83047C2.80316 10.094 2.93558 10.4578 3.23016 10.5867C3.52445 10.7156 3.86949 10.5839 4.00074 10.2945L4.26033 9.69297H6.40699L6.66658 10.2945C6.79783 10.5839 7.14199 10.7156 7.43658 10.5867C7.73116 10.4578 7.86533 10.094 7.73408 9.83047L5.86741 5.70547Z" fill="#232323"/>
</g>
<defs>
<clipPath id="clip0_3707_9951">
<rect width="18.6667" height="14.6667" fill="white" transform="translate(0.666992 0.666748)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

3
assets/svg/loader.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.9286 4.06557L4.92877 4.06574L6.49393 5.62813C6.70059 5.85679 6.7198 6.22119 6.49988 6.49988C6.22056 6.72029 5.85516 6.70051 5.6266 6.49254L4.04105 4.9345C3.82634 4.69593 3.82461 4.30622 4.03586 4.06522C4.31509 3.81705 4.70004 3.83719 4.9286 4.06557ZM15.9281 15.0657L15.9285 15.0661C16.1672 15.3049 16.1672 15.6897 15.9285 15.9285C15.6897 16.1672 15.3049 16.1672 15.0661 15.9285L15.0657 15.9281L13.4932 14.359C13.4931 14.3589 13.493 14.3588 13.4929 14.3587C13.2544 14.1199 13.2545 13.7319 13.4932 13.4932C13.7319 13.2545 14.1199 13.2544 14.3587 13.4929C14.3588 13.493 14.3589 13.4931 14.359 13.4932L15.9281 15.0657ZM5.63245 13.4963L5.63247 13.4963L5.63556 13.4932C5.86403 13.2647 6.22177 13.2445 6.50006 13.4927C6.71135 13.7342 6.70931 14.1278 6.49393 14.3664L4.92885 15.9281L4.92846 15.9285C4.69991 16.157 4.31511 16.1771 4.03592 15.9287C3.82461 15.6878 3.82632 15.2987 4.04104 15.0601L5.63245 13.4963ZM15.0658 4.06574L15.0661 4.06542C15.3049 3.82666 15.6897 3.82666 15.9285 4.06542L15.9286 4.06557C16.1671 4.30387 16.1673 4.68961 15.9285 4.92846L15.9281 4.92885L14.3664 6.49393C14.1278 6.70931 13.7342 6.71135 13.4927 6.50006C13.2446 6.22187 13.2647 5.86428 13.493 5.6358C13.493 5.63572 13.4931 5.63564 13.4932 5.63556L15.0658 4.06574ZM10.6084 4.44173C10.6084 4.78017 10.3357 5.05284 9.99729 5.05284C9.65885 5.05284 9.38618 4.78017 9.38618 4.44173V2.21951C9.38618 1.88181 9.65915 1.6084 9.99729 1.6084C10.3354 1.6084 10.6084 1.8818 10.6084 2.21951V4.44173ZM10.6084 17.7751C10.6084 18.1135 10.3357 18.3862 9.99729 18.3862C9.65885 18.3862 9.38618 18.1135 9.38618 17.7751V15.5528C9.38618 15.2144 9.65885 14.9417 9.99729 14.9417C10.3357 14.9417 10.6084 15.2144 10.6084 15.5528V17.7751ZM1.6084 9.99729C1.6084 9.65915 1.88181 9.38618 2.21951 9.38618H4.44173C4.78017 9.38618 5.05284 9.65885 5.05284 9.99729C5.05284 10.3357 4.78017 10.6084 4.44173 10.6084H2.21951C1.8818 10.6084 1.6084 10.3354 1.6084 9.99729ZM17.7751 9.38618C18.1135 9.38618 18.3862 9.65885 18.3862 9.99729C18.3862 10.3357 18.1135 10.6084 17.7751 10.6084H15.5528C15.2144 10.6084 14.9417 10.3357 14.9417 9.99729C14.9417 9.65885 15.2144 9.38618 15.5528 9.38618H17.7751Z" fill="#E0E3E3" stroke="#E0E3E3"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,10 @@
<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3707_9866)">
<path d="M8 0.333496C10.8393 0.333496 13.1429 2.50316 13.1429 5.17965V6.79503H13.7143C14.975 6.79503 16 7.7609 16 8.94888V15.4104C16 16.5984 14.975 17.5643 13.7143 17.5643H2.28571C1.02321 17.5643 0 16.5984 0 15.4104V8.94888C0 7.7609 1.02321 6.79503 2.28571 6.79503H2.85714V5.17965C2.85714 2.50316 5.16071 0.333496 8 0.333496ZM8 2.48734C6.42143 2.48734 5.14286 3.69282 5.14286 5.17965V6.79503H10.8571V5.17965C10.8571 3.69282 9.57857 2.48734 8 2.48734ZM9.14286 11.1027C9.14286 10.5071 8.63214 10.0258 8 10.0258C7.36786 10.0258 6.85714 10.5071 6.85714 11.1027V13.2566C6.85714 13.8522 7.36786 14.3335 8 14.3335C8.63214 14.3335 9.14286 13.8522 9.14286 13.2566V11.1027Z" fill="#232323"/>
</g>
<defs>
<clipPath id="clip0_3707_9866">
<rect width="16" height="17.2308" fill="white" transform="translate(0 0.333496)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 970 B

3
assets/svg/lock.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 0.333496C10.8393 0.333496 13.1429 2.50316 13.1429 5.17965V6.79503H13.7143C14.975 6.79503 16 7.7609 16 8.94888V15.4104C16 16.5984 14.975 17.5643 13.7143 17.5643H2.28571C1.02321 17.5643 0 16.5984 0 15.4104V8.94888C0 7.7609 1.02321 6.79503 2.28571 6.79503H2.85714V5.17965C2.85714 2.50316 5.16071 0.333496 8 0.333496ZM8 2.48734C6.42143 2.48734 5.14286 3.69282 5.14286 5.17965V6.79503H10.8571V5.17965C10.8571 3.69282 9.57857 2.48734 8 2.48734ZM9.14286 11.1027C9.14286 10.5071 8.63214 10.0258 8 10.0258C7.36786 10.0258 6.85714 10.5071 6.85714 11.1027V13.2566C6.85714 13.8522 7.36786 14.3335 8 14.3335C8.63214 14.3335 9.14286 13.8522 9.14286 13.2566V11.1027Z" fill="#232323"/>
</svg>

After

Width:  |  Height:  |  Size: 785 B

Some files were not shown because too many files have changed in this diff Show more