Compare commits

...

2 commits

Author SHA1 Message Date
Mael G. 51c79733f5 rendu 2024-03-27 17:29:54 +01:00
Mael G. 0dd1cd7a1c final 2024-03-27 17:19:37 +01:00
2044 changed files with 383855 additions and 74 deletions

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.
API J.O. 2024
Copyright (C) 2024 Maël Gramain <mael.gramain@etudiant.univ-rennes.fr>
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:
API JO 2024 Copyright (C) 2024 - Maël Gramain <mael.gramain@etudiant.univ-rennes.fr>
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>.

View file

@ -1,5 +1,11 @@
.PHONY: test
setup:
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
cp -r ./sample/ ./data/
test:
. .venv/bin/activate
pytest -v ./athlete/tests
@ -10,13 +16,8 @@ clear:
rm -rf ./data
compose:
docker compose up
setup:
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
cp -r ./sample/ ./data/
docker compose build
docker compose up -d
clear_before_rendreTP:
rm -rf ./.venv
@ -31,5 +32,6 @@ doAll:
make setup
make test
make compose
@read -p "Press enter to continue when you are ready to stop the docker compose"
docker compose down
make clear_before_rendreTP

View file

@ -1,56 +0,0 @@
# API JO 2024
Todo :
- API Athletes (in progress), API Medaille, API Discipline
- Simple FrontEnd
- Dockerize
- Data generation script for testing purpose
Done :
- Swagger definitions
- Base model (on Athletes) with unitests (pytest)
## Architecture
3 uServices in their respective subfolders:
- ``/athlete``: Athletes API
- ``/medaille``: Medals API
- ``/discipline``: Disciplines API
A ``swagger.yaml`` definition is available in each uService definition in the api folder.
The ``data`` folder contains the data used by the API in dev. It is a shared folder in the dev environement.
The ``sample`` folder for default values inside the containers. It should be mounted in the docker container in seperated volumes as they shouldn't talk to each other.
## How to run (dev)
Go in the right API folder. Start the flask application
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cd athlete/
python app.py
```
## How to test
```bash
pytest -v athlete/tests
pytest -v discipline/tests
pytest -v medaille/tests
```
## How to build the docker images
You can build using the rootfolder context and the Dockerfile in the subfolder.
```bash
docker build . -f athlete/Dockerfile
docker build . -f discipline/Dockerfile
docker build . -f medaille/Dockerfile
```
However, the compose file is already set up to build the images for you.
```bash
docker compose up -d
```

68
README.md Normal file
View file

@ -0,0 +1,68 @@
# API JO 2024
## Sommaire
- [Architecture](#architecture)
- [Production](#production)
- [Mettre en place l'environnement de développement](#mettre-en-place-lenvironnement-de-développement)
- [Tests unitaires](#tests-unitaires)
- [Déploiement](#déploiement)
## Architecture
3 microServices sont disponibles pour le projet JO 2024:
- ``/`` : Page de présentation
- ``/athlete``: API Athlètes
- ``/medaille``: API Médailles
- ``/discipline``: API Disciplines
- ``/swagger``: GUI Swagger (servant les assets statiques de swagger). Sinon, chaque sous service a sa propre GUI Swagger à l'adresse ``/<service>/swagger``.
[![schema](schema.png)](schema.png)
_(Ce schema manque le service "home" d'accueil affichant une page de résumé)_
À la racine du site, une page Web est affichée pour présenter le projet et rediriger l'utilisateurs vers les différentes sous API.
Chaque microservice est indépendant et peut être déployé séparément. Ils sont définis en Python avec Flask et stockent leur données dans des fichiers JSON.
Servi de façon statique est disponible une GUI Swagger (servant le fichier ``static/swagger.json``) pour chaque microservice. Celle-ci est accessible à l'adresse ``/swagger``.
## Production
Pour lancer les serveurs de production, il suffit de lancer les commandes suivantes:
```bash
docker compose up -d
```
Cette commande va lancer les 3 microservices dans des conteneurs Docker.
De plus, un conteneur Traefik est lancé pour servir de reverse proxy et de load balancer. Il est configuré pour rediriger les requêtes vers les microservices en fonction du sous dossier demandé.
Pour accéder à la GUI Swagger, il faut ajouter ``/athletes/swagger`` à l'URL ou ``/medailles/swagger`` ou ``/disciplines/swagger``.
Le compose est configuré pour que traefik utilise le port ``8082``.
Chaque service expose en interne le port ``5000``.
## Mettre en place l'environnement de développement
Make est utilisé pour automatiser les tâches de développement. Pour installer les dépendances, lancer les tests et lancer les serveurs de développement, il suffit de lancer les commandes suivantes:
```bash
make setup
```
Avant de rendre le projet, la commande ``doAll`` est utilisée pour vérifier le fonctionnement en bout en bout du projet.
```bash
make doAll
```
## Tests unitaires
Pour lancer les tests unitaires, il suffit de lancer la commande suivante:
```bash
make test
```
La librairie ``pytest`` est utilisée pour lancer les tests unitaires. Le client Flask est utilisé pour simuler les requêtes HTTP, et les réponses sont testées pour vérifier qu'elles sont correctes (code d'erreur, contenu). De plus, à l'aide de Pydantic, les données sont validées pour vérifier qu'elles sont correctes.
Normalement, les tests devraient tous être passants, sans erreurs ou avertissements.

View file

@ -106,8 +106,8 @@ def addAthlete():
return jsonify(athlete.model_dump()), 200
swaggerui_blueprint = get_swaggerui_blueprint(
"/swagger",
"/static/swagger.yaml"
"/swagger/",
"/athletes/static/swagger.yaml"
)
app.register_blueprint(swaggerui_blueprint)

View file

@ -5,7 +5,7 @@ info:
Cette API uService sert à afficher les informations sur les joueurs des JO 2024.
version: 0.0.1
servers:
- url: /joueurs/
- url: /athletes/
tags:
- name: athlete
description: Joueur des J.O.

View file

@ -110,8 +110,8 @@ def addDiscipline():
return jsonify(discipline.model_dump()), 200
swaggerui_blueprint = get_swaggerui_blueprint(
"/swagger",
"/static/swagger.yaml"
"/swagger/",
"/disciplines/static/swagger.yaml"
)
app.register_blueprint(swaggerui_blueprint)

View file

@ -3,6 +3,7 @@ version: "3.3"
services:
traefik:
image: "traefik:v2.11"
restart: unless-stopped
container_name: "proxy"
command:
- "--log.level=DEBUG"
@ -14,23 +15,44 @@ services:
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
home:
image: "jo2024/home"
restart: unless-stopped
container_name: "home-service"
build:
context: .
dockerfile: ./home/Dockerfile
labels:
- "traefik.enable=true"
- "traefik.http.routers.home-service.entrypoints=web"
- "traefik.http.routers.home.rule=PathPrefix(`/`)"
- "traefik.http.routers.home.middlewares=home-stripprefix"
- "traefik.http.middlewares.home-stripprefix.stripprefix.prefixes=/"
- "traefik.http.routers.home-service.priority=1"
- "traefik.http.routers.home-service.service=home-service"
- "traefik.http.services.home-service.loadbalancer.server.port=80"
- "traefik.http.services.home-service.loadbalancer.server.scheme=http"
- "traefik.http.services.home-service.loadbalancer.passhostheader=true"
athlete:
image: "jo2024/athlete"
restart: unless-stopped
container_name: "athlete-service"
build:
context: .
dockerfile: ./athlete/Dockerfile
labels:
- "traefik.enable=true"
- "traefik.http.routers.joueurs-service.entrypoints=web"
- "traefik.http.routers.joueurs.rule=PathPrefix(`/joueurs{regex:$$|/.*}`)"
- "traefik.http.routers.joueurs.middlewares=joueurs-stripprefix"
- "traefik.http.middlewares.joueurs-stripprefix.stripprefix.prefixes=/joueurs"
- "traefik.http.routers.athletes-service.entrypoints=web"
- "traefik.http.routers.athletes.rule=PathPrefix(`/athletes{regex:$$|/.*}`) || PathPrefix(`/swagger{regex:$$|/.*}`)"
- "traefik.http.routers.athletes.middlewares=athletes-stripprefix"
- "traefik.http.middlewares.athletes-stripprefix.stripprefix.prefixes=/athletes"
volumes:
- "athlete:/app/data"
discipline:
image: "jo2024/discipline"
restart: unless-stopped
container_name: "discipline-service"
build:
context: .
@ -46,6 +68,7 @@ services:
medaille:
image: "jo2024/medaille"
restart: unless-stopped
container_name: "medaille-service"
build:
context: .

2
home/Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM nginx:alpine
COPY ./home/ /usr/share/nginx/html

15
home/dist/README.md vendored Normal file
View file

@ -0,0 +1,15 @@
# dsfr
## Utilisation
Afin dutiliser le composant `dsfr`, il est nécessaire dajouter les fichiers de styles et de scripts présents dans le dossier dist dans l'ordre suivant :\n
```html
<html>
<head>
<link href="css/dsfr/dsfr.min.css" rel="stylesheet">
</head>
<body>
<script type="module" href="js/dsfr/dsfr.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/dsfr/dsfr.nomodule.min.js" ></script>
</body>
</html>
```

67
home/dist/analytics/README.md vendored Normal file
View file

@ -0,0 +1,67 @@
# analytics
## Dépendances
```shell
analytics
└─ core
└─ scheme
└─ accordion
└─ button
└─ breadcrumb
└─ sidemenu
└─ tab
└─ tooltip
└─ display
└─ table
└─ tag
└─ toggle
└─ modal
└─ navigation
└─ password
└─ header
```
## Utilisation
Afin dutiliser le composant `analytics`, il est nécessaire dajouter les fichiers de styles et de scripts présents dans le dossier dist dans l'ordre suivant :\n
```html
<html>
<head>
</head>
<body>
<script type="text/javascript" nomodule href="js/legacy/legacy.nomodule.min.js" ></script>
<script type="module" href="js/core/core.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/core/core.nomodule.min.js" ></script>
<script type="module" href="js/scheme/scheme.module.min.js" ></script>
<script type="module" href="js/accordion/accordion.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/accordion/accordion.nomodule.min.js" ></script>
<script type="module" href="js/button/button.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/button/button.nomodule.min.js" ></script>
<script type="module" href="js/navigation/navigation.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/navigation/navigation.nomodule.min.js" ></script>
<script type="module" href="js/modal/modal.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/modal/modal.nomodule.min.js" ></script>
<script type="module" href="js/breadcrumb/breadcrumb.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/breadcrumb/breadcrumb.nomodule.min.js" ></script>
<script type="module" href="js/toggle/toggle.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/toggle/toggle.nomodule.min.js" ></script>
<script type="module" href="js/sidemenu/sidemenu.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/sidemenu/sidemenu.nomodule.min.js" ></script>
<script type="module" href="js/password/password.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/password/password.nomodule.min.js" ></script>
<script type="module" href="js/tab/tab.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/tab/tab.nomodule.min.js" ></script>
<script type="module" href="js/tooltip/tooltip.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/tooltip/tooltip.nomodule.min.js" ></script>
<script type="module" href="js/table/table.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/table/table.nomodule.min.js" ></script>
<script type="module" href="js/tag/tag.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/tag/tag.nomodule.min.js" ></script>
<script type="module" href="js/header/header.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/header/header.nomodule.min.js" ></script>
<script type="module" href="js/display/display.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/display/display.nomodule.min.js" ></script>
<script type="module" href="js/analytics/analytics.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/analytics/analytics.nomodule.min.js" ></script>
</body>
</html>
```

4897
home/dist/analytics/analytics.module.js vendored Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

5669
home/dist/analytics/analytics.nomodule.js vendored Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

16
home/dist/artwork/background/ovoid.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

11
home/dist/artwork/dark.svg vendored Normal file
View file

@ -0,0 +1,11 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M19,70 C19.5514001,70 20,70.4485529 20,71 C20,71.5514001 19.5514001,72 19,72 C18.4485999,72 18,71.5514001 18,71 C18,70.4485529 18.4485999,70 19,70 Z M45,68 C45.5514001,68 46,68.4485529 46,69 C46,69.5514001 45.5514001,70 45,70 C44.4485999,70 44,69.5514001 44,69 C44,68.4485529 44.4485999,68 45,68 Z M69,58 C69.5514001,58 70,58.4485529 70,59 C70,59.5514001 69.5514001,60 69,60 C68.4485999,60 68,59.5514001 68,59 C68,58.4485529 68.4485999,58 69,58 Z M9,30 C9.55140011,30 10,30.4485529 10,31 C10,31.5514001 9.55140011,32 9,32 C8.44859989,32 8,31.5514001 8,31 C8,30.4485529 8.44859989,30 9,30 Z M67,14 C67.5514001,14 68,14.4485529 68,15 C68,15.5514001 67.5514001,16 67,16 C66.4485999,16 66,15.5514001 66,15 C66,14.4485529 66.4485999,14 67,14 Z M31,8 C31.5514001,8 32,8.4485529 32,9 C32,9.55140011 31.5514001,10 31,10 C30.4485999,10 30,9.55140011 30,9 C30,8.4485529 30.4485999,8 31,8 Z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M59,38 C59.5522847,38 60,38.4477153 60,39 C60,39.5522847 59.5522847,40 59,40 C58.4477153,40 58,39.5522847 58,39 C58,38.4477153 58.4477153,38 59,38 Z M55,38 C55.5522847,38 56,38.4477153 56,39 C56,39.5128358 55.6139598,39.9355072 55.1166211,39.9932723 L55,40 L53,40 C52.4477153,40 52,39.5522847 52,39 C52,38.4871642 52.3860402,38.0644928 52.8833789,38.0067277 L53,38 L55,38 Z M41,30 C41.5522847,30 42,30.4477153 42,31 C42,31.5522847 41.5522847,32 41,32 C40.4477153,32 40,31.5522847 40,31 C40,30.4477153 40.4477153,30 41,30 Z M47,30 C47.5522847,30 48,30.4477153 48,31 C48,31.5128358 47.6139598,31.9355072 47.1166211,31.9932723 L47,32 L45,32 C44.4477153,32 44,31.5522847 44,31 C44,30.4871642 44.3860402,30.0644928 44.8833789,30.0067277 L45,30 L47,30 Z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M38.2372046,27.219668 C35.9287679,29.6306981 34.6451028,32.8137279 34.6451028,36.1754963 C34.6451028,42.9433804 39.8491934,48.5549224 46.5377725,49.0698127 C47.0884281,49.1122025 47.5004589,49.5929607 47.4580692,50.1436162 C47.4156794,50.6942718 46.9349212,51.1063027 46.3842656,51.0639129 C38.6544001,50.4688638 32.6451028,43.9890718 32.6451028,36.1754963 C32.6451028,32.5647259 33.9309214,29.1273377 36.2583393,26.4247704 L36.485,26.168 L36.2853946,26.246427 C30.2201878,28.6888561 26.1468998,34.5562129 26.0058442,41.1803491 L26.0020604,41.5359223 C26.0020604,50.632592 33.3357964,58.0023031 42.377191,58.0023031 C49.302969,58.0023031 55.4411264,53.6273402 57.7741783,47.1561411 L57.843,46.957 L57.6461851,47.1450666 C55.6786946,48.9687981 53.2687839,50.2236917 50.6517155,50.7813965 L50.2576309,50.8598073 C49.7145533,50.9602321 49.1928915,50.6013911 49.0924667,50.0583135 C48.9920418,49.5152359 49.3508828,48.9935741 49.8939604,48.8931493 C52.517347,48.4080378 54.9171408,47.1180514 56.7867943,45.1890584 C58.1779163,43.7537846 60.4974599,45.2037767 59.9066883,47.0889823 C57.5043091,54.7551905 50.4148511,60.0023031 42.377191,60.0023031 C32.2290301,60.0023031 24.0020604,51.7349766 24.0020604,41.5359223 C24.0020604,33.6813328 28.9399882,26.7067481 36.2759472,24.1124031 C38.1551185,23.4478386 39.5993561,25.7969787 38.2372046,27.219668 Z M15,58 C15.5522847,58 16,58.4477153 16,59 C16,59.5522847 15.5522847,60 15,60 C14.4477153,60 14,59.5522847 14,59 C14,58.4477153 14.4477153,58 15,58 Z M23,58 C23.5522847,58 24,58.4477153 24,59 C24,59.5128358 23.6139598,59.9355072 23.1166211,59.9932723 L23,60 L19,60 C18.4477153,60 18,59.5522847 18,59 C18,58.4871642 18.3860402,58.0644928 18.8833789,58.0067277 L19,58 L23,58 Z M57,26 C57.5522847,26 58,26.4477153 58,27 C58,27.5128358 57.6139598,27.9355072 57.1166211,27.9932723 L57,28 L55,28 C54.4477153,28 54,27.5522847 54,27 C54,26.4871642 54.3860402,26.0644928 54.8833789,26.0067277 L55,26 L57,26 Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

11
home/dist/artwork/light.svg vendored Normal file
View file

@ -0,0 +1,11 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M19,70 C19.5514001,70 20,70.4485529 20,71 C20,71.5514001 19.5514001,72 19,72 C18.4485999,72 18,71.5514001 18,71 C18,70.4485529 18.4485999,70 19,70 Z M67,64 C67.5514001,64 68,64.4485529 68,65 C68,65.5514001 67.5514001,66 67,66 C66.4485999,66 66,65.5514001 66,65 C66,64.4485529 66.4485999,64 67,64 Z M9,30 C9.55140011,30 10,30.4485529 10,31 C10,31.5514001 9.55140011,32 9,32 C8.44859989,32 8,31.5514001 8,31 C8,30.4485529 8.44859989,30 9,30 Z M67,14 C67.5514001,14 68,14.4485529 68,15 C68,15.5514001 67.5514001,16 67,16 C66.4485999,16 66,15.5514001 66,15 C66,14.4485529 66.4485999,14 67,14 Z M31,8 C31.5514001,8 32,8.4485529 32,9 C32,9.55140011 31.5514001,10 31,10 C30.4485999,10 30,9.55140011 30,9 C30,8.4485529 30.4485999,8 31,8 Z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M32.4452998,44.1679497 C32.9048285,43.8615972 33.5256978,43.9857711 33.8320503,44.4452998 C35.3155962,46.6706186 38.5061115,48 41,48 C41.5522847,48 42,48.4477153 42,49 C42,49.5522847 41.5522847,50 41,50 C37.8938885,50 34.0690192,48.4063045 32.1679497,45.5547002 C31.8615972,45.0951715 31.9857711,44.4743022 32.4452998,44.1679497 Z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M40,59.0701754 C40.5128358,59.0701754 40.9355072,59.4562156 40.9932723,59.9535543 L41,60.0701754 L41,65.5438596 C41,66.0961444 40.5522847,66.5438596 40,66.5438596 C39.4871642,66.5438596 39.0644928,66.1578195 39.0067277,65.6604808 L39,65.5438596 L39,60.0701754 C39,59.5178907 39.4477153,59.0701754 40,59.0701754 Z M25.4595522,53.8832627 C25.8231571,54.2405985 25.8558178,54.807567 25.5542156,55.2024956 L25.4718493,55.2974228 L23.6787458,57.1219842 C23.291632,57.5158894 22.658491,57.521395 22.2645857,57.1342812 C21.9009809,56.7769454 21.8683201,56.2099769 22.1699224,55.8150482 L22.2522887,55.7201211 L24.0453921,53.8955597 C24.4325059,53.5016544 25.065647,53.4961489 25.4595522,53.8832627 Z M55.8611275,53.8115551 L55.9546079,53.8955597 L57.7477113,55.7201211 C58.1348251,56.1140264 58.1293195,56.7471674 57.7354143,57.1342812 C57.3718094,57.491617 56.8043587,57.5144132 56.4147346,57.2059888 L56.3212542,57.1219842 L54.5281507,55.2974228 C54.1410369,54.9035175 54.1465425,54.2703764 54.5404478,53.8832627 C54.9040526,53.5259268 55.4715034,53.5031306 55.8611275,53.8115551 Z M40,26 C47.7319865,26 54,32.2680135 54,40 C54,47.7319865 47.7319865,54 40,54 C35.8606631,54 32.0127918,52.1918046 29.3698654,49.1108073 C29.0102809,48.6916207 29.0585978,48.060302 29.4777843,47.7007174 C29.8969709,47.3411328 30.5282896,47.3894497 30.8878742,47.8086363 C33.1547633,50.4512673 36.4504935,52 40,52 C46.627417,52 52,46.627417 52,40 C52,33.372583 46.627417,28 40,28 C33.372583,28 28,33.372583 28,40 C28,41.6435761 28.3300294,43.2391661 28.9619532,44.7161069 C29.1792036,45.2238673 28.9436987,45.8116048 28.4359382,46.0288552 C27.9281777,46.2461056 27.3404402,46.0106006 27.1231899,45.5028401 C26.3853625,43.7783803 26,41.9152719 26,40 C26,32.2680135 32.2680135,26 40,26 Z M19.3793103,39 C19.9315951,39 20.3793103,39.4477153 20.3793103,40 C20.3793103,40.5128358 19.9932702,40.9355072 19.4959315,40.9932723 L19.3793103,41 L14,41 C13.4477153,41 13,40.5522847 13,40 C13,39.4871642 13.3860402,39.0644928 13.8833789,39.0067277 L14,39 L19.3793103,39 Z M66,39 C66.5522847,39 67,39.4477153 67,40 C67,40.5128358 66.6139598,40.9355072 66.1166211,40.9932723 L66,41 L60.6206897,41 C60.0684049,41 59.6206897,40.5522847 59.6206897,40 C59.6206897,39.4871642 60.0067298,39.0644928 60.5040685,39.0067277 L60.6206897,39 L66,39 Z M57.7354143,21.0411574 C58.0990191,21.3984932 58.1316799,21.9654617 57.8300776,22.3603904 L57.7477113,22.4553175 L55.9546079,24.2798789 C55.5674941,24.6737842 54.934353,24.6792897 54.5404478,24.2921759 C54.1768429,23.9348401 54.1441822,23.3678716 54.4457844,22.972943 L54.5281507,22.8780158 L56.3212542,21.0534544 C56.708368,20.6595492 57.341509,20.6540436 57.7354143,21.0411574 Z M23.5852654,20.9694498 L23.6787458,21.0534544 L25.4718493,22.8780158 C25.8589631,23.2719211 25.8534575,23.9050621 25.4595522,24.2921759 C25.0959474,24.6495117 24.5284966,24.672308 24.1388725,24.3638835 L24.0453921,24.2798789 L22.2522887,22.4553175 C21.8651749,22.0614122 21.8706805,21.4282712 22.2645857,21.0411574 C22.6281906,20.6838216 23.1956413,20.6610254 23.5852654,20.9694498 Z M40,13.4561404 C40.5128358,13.4561404 40.9355072,13.8421805 40.9932723,14.3395192 L41,14.4561404 L41,19.9298246 C41,20.4821093 40.5522847,20.9298246 40,20.9298246 C39.4871642,20.9298246 39.0644928,20.5437844 39.0067277,20.0464457 L39,19.9298246 L39,14.4561404 C39,13.9038556 39.4477153,13.4561404 40,13.4561404 Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -0,0 +1,66 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M57,78c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S57.5514,78,57,78z M61,6c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C62,5.5514,61.5514,6,61,6z M27,78c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S27.5514,78,27,78z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M44.99329,9.88336L45,10v4c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L43,14v-4
c0-0.55231,0.44769-1,1-1C44.51282,9,44.93549,9.38605,44.99329,9.88336z M19,34h-6l-0.11658,0.00671
C12.38599,34.06451,12,34.48718,12,35c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C19.61401,35.93549,20,35.51282,20,35
C20,34.44769,19.55231,34,19,34z M43,37c0,1.65692-1.34308,3-3,3s-3-1.34308-3-3s1.34308-3,3-3S43,35.34308,43,37z M41,37
c0-0.55231-0.44769-1-1-1s-1,0.44769-1,1s0.44769,1,1,1S41,37.55231,41,37z M19,38h-6l-0.11658,0.00671
C12.38599,38.06451,12,38.48718,12,39c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C19.61401,39.93549,20,39.51282,20,39
C20,38.44769,19.55231,38,19,38z M31,34h-6l-0.11658,0.00671C24.38599,34.06451,24,34.48718,24,35c0,0.55231,0.44769,1,1,1h6
l0.11658-0.00671C31.61401,35.93549,32,35.51282,32,35C32,34.44769,31.55231,34,31,34z M31,38h-6l-0.11658,0.00671
C24.38599,38.06451,24,38.48718,24,39c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C31.61401,39.93549,32,39.51282,32,39
C32,38.44769,31.55231,38,31,38z M55,34h-6l-0.11658,0.00671C48.38599,34.06451,48,34.48718,48,35c0,0.55231,0.44769,1,1,1h6
l0.11658-0.00671C55.61401,35.93549,56,35.51282,56,35C56,34.44769,55.55231,34,55,34z M55,38h-6l-0.11658,0.00671
C48.38599,38.06451,48,38.48718,48,39c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C55.61401,39.93549,56,39.51282,56,39
C56,38.44769,55.55231,38,55,38z M61,36h6l0.11658-0.00671C67.61401,35.93549,68,35.51282,68,35c0-0.55231-0.44769-1-1-1h-6
l-0.11658,0.00671C60.38599,34.06451,60,34.48718,60,35C60,35.55231,60.44769,36,61,36z M67,38h-6l-0.11658,0.00671
C60.38599,38.06451,60,38.48718,60,39c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C67.61401,39.93549,68,39.51282,68,39
C68,38.44769,67.55231,38,67,38z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M39.00671,14.11658L39,14v-4c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38605,0.99329,0.88336L41,10v4
c0,0.55231-0.44769,1-1,1C39.48718,15,39.06451,14.61401,39.00671,14.11658z M77,26H64v-5l-0.00671-0.11658
C63.93549,20.38599,63.51282,20,63,20c-0.55231,0-1,0.44769-1,1v5H18v-4h35l0.11658-0.00671C53.61401,21.93549,54,21.51282,54,21
c0-0.55231-0.44769-1-1-1H41v-3l-0.00671-0.11658C40.93549,16.38599,40.51282,16,40,16c-0.55231,0-1,0.44769-1,1v3H17
l-0.11658,0.00671C16.38599,20.06451,16,20.48718,16,21v5H3l-0.11664,0.00671C2.38605,26.06451,2,26.48718,2,27
c0,0.55231,0.44769,1,1,1h74l0.11658-0.00671C77.61401,27.93549,78,27.51282,78,27C78,26.44769,77.55231,26,77,26z M25,66
c0.55231,0,1-0.44769,1-1V45l-0.00671-0.11658C25.93549,44.38599,25.51282,44,25,44c-0.55231,0-1,0.44769-1,1v20l0.00671,0.11658
C24.06451,65.61401,24.48718,66,25,66z M21,48c-0.55231,0-1,0.44769-1,1v19h-8V49l-0.00671-0.11658
C11.93549,48.38599,11.51282,48,11,48c-0.55231,0-1,0.44769-1,1v19H7l-0.11664,0.00671C6.38605,68.06451,6,68.48718,6,69
c0,0.55231,0.44769,1,1,1h14c0.06903,0,0.13641-0.00702,0.20148-0.02032C21.65723,69.88641,22,69.48322,22,69V49l-0.00671-0.11658
C21.93549,48.38599,21.51282,48,21,48z M15,62c0.55231,0,1-0.44769,1-1V45l-0.00671-0.11658C15.93549,44.38599,15.51282,44,15,44
c-0.55231,0-1,0.44769-1,1v16l0.00671,0.11658C14.06451,61.61401,14.48718,62,15,62z M57,22h2l0.11658-0.00671
C59.61401,21.93549,60,21.51282,60,21c0-0.55231-0.44769-1-1-1h-2l-0.11658,0.00671C56.38599,20.06451,56,20.48718,56,21
C56,21.55231,56.44769,22,57,22z M7,66c0.55231,0,1-0.44769,1-1V31l-0.00671-0.11658C7.93549,30.38599,7.51282,30,7,30
c-0.55231,0-1,0.44769-1,1v34l0.00671,0.11658C6.06451,65.61401,6.48718,66,7,66z M33,48h14
c0.51282,0,0.93549,0.38599,0.99329,0.88342L48,49v15h3c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L51,66
H29c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L29,64h3V49c0-0.51282,0.38599-0.93549,0.88342-0.99329
L33,48z M34,64h5v-9c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L41,55v9h5V49.99902H34V64z M45,46
l0.11658-0.00671C45.61401,45.93549,46,45.51282,46,45c0-0.55231-0.44769-1-1-1H35l-0.11658,0.00671
C34.38599,44.06451,34,44.48718,34,45c0,0.55231,0.44769,1,1,1H45z M55.99329,65.11658L56,65V45c0-0.55231-0.44769-1-1-1
c-0.51282,0-0.93549,0.38599-0.99329,0.88342L54,45v20c0,0.55231,0.44769,1,1,1C55.51282,66,55.93549,65.61401,55.99329,65.11658z
M59.99329,61.11658L60,61V49c0-0.55231-0.44769-1-1-1c-0.51282,0-0.93549,0.38599-0.99329,0.88342L58,49v12
c0,0.55231,0.44769,1,1,1C59.51282,62,59.93549,61.61401,59.99329,61.11658z M65.99329,65.11658L66,65V45c0-0.55231-0.44769-1-1-1
c-0.51282,0-0.93549,0.38599-0.99329,0.88342L64,45v20c0,0.55231,0.44769,1,1,1C65.51282,66,65.93549,65.61401,65.99329,65.11658z
M69,48c-0.51282,0-0.93549,0.38599-0.99329,0.88342L68,49v19H25l-0.11658,0.00671C24.38599,68.06451,24,68.48718,24,69
c0,0.55231,0.44769,1,1,1h44c0.03949,0,0.07843-0.00232,0.1167-0.00671c0.45898-0.05341,0.8233-0.4176,0.87659-0.87671
C69.99768,69.07837,70,69.03937,70,69V49C70,48.44769,69.55231,48,69,48z M73,30c-0.55231,0-1,0.44769-1,1v38l0.00671,0.11658
C72.06451,69.61401,72.48718,70,73,70c0.55231,0,1-0.44769,1-1V31l-0.00671-0.11658C73.93549,30.38599,73.51282,30,73,30z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.6 KiB

View file

@ -0,0 +1,75 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M63,22c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S63.5514,22,63,22z M18,80c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S18.5514,80,18,80z M18,2c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
C19,1.5514,18.5514,2,18,2z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M28.66351,9.84943c-0.21002,0.18628-0.48853,0.27576-0.7677,0.24658
c-1.53699-0.16058-2.57654,0.09747-3.19128,0.70819c-0.49634,0.49292-0.49634,1.37708,0.19788,2.83301
c0.133,0.27911,0.12958,0.604-0.0094,0.88007l-1,1.98645l-0.06299,0.10779c-0.18414,0.27441-0.49445,0.44257-0.8302,0.44257
c-2.1676,0-3,0.62012-3,1.97974c0,1.35956,0.8324,1.97968,3,1.97968c0.55219,0,1,0.44769,1,1V24l-0.00684,0.11658
C23.9353,24.61401,23.51257,25,22.99982,25l-0.1167-0.00671c-0.49731-0.0578-0.8833-0.48047-0.8833-0.99329v-1.03699
l-0.2738-0.03284c-2.3786-0.33246-3.7262-1.65637-3.7262-3.89636l0.00439-0.22089c0.09247-2.25153,1.61261-3.52216,4.21118-3.72882
l0.15839-0.01111l0.52002-1.03198l-0.1087-0.26813c-0.69159-1.81348-0.56732-3.31769,0.51001-4.3877l0.16882-0.15863
c0.97906-0.86975,2.33698-1.24493,4.02875-1.16626l0.18115,0.01068l0.0614-0.04913c1.19885-0.92804,2.40765-1.25073,3.57886-0.86298
c1.20154,0.39783,2.0835,1.2738,2.61053,2.55548c0.21008,0.51074-0.03369,1.09515-0.54449,1.30511
c-0.5108,0.21014-1.09521-0.03369-1.30524-0.54449c-0.31348-0.76233-0.76489-1.21063-1.3894-1.41742
C30.16058,8.88379,29.50842,9.09973,28.66351,9.84943z M25,56c0.51288,0,0.93549-0.38599,0.99329-0.88342L26,55
c0-0.51282-0.38599-0.93549-0.88342-0.99329L25,54h-3.14282c-0.9483,0-1.77087,0.67828-1.85077,1.60217L20,55.75v4.5
c0,0.94849,0.77521,1.67419,1.70862,1.74438L21.85718,62H25c0.55231,0,1-0.44769,1-1c0-0.51282-0.38599-0.93549-0.88342-0.99329
L25,60h-3v-4H25z M36.14288,54H33l-0.11658,0.00671C32.38611,54.06451,32,54.48718,32,55l0.00671,0.11658
C32.06451,55.61401,32.48718,56,33,56h3v4h-3l-0.11658,0.00671C32.38611,60.06451,32,60.48718,32,61c0,0.55231,0.44769,1,1,1
h3.14288l0.14862-0.00562C37.22479,61.92419,38,61.19849,38,60.25v-4.5l-0.00629-0.14783C37.91382,54.67828,37.09113,54,36.14288,54
z M52.29041,10.00262L52.00031,10h-1.08398l-0.01465-0.08289c-0.35236-1.80792-1.63928-2.84161-3.67249-2.91315L47.00031,7
c-1.98969,0-3.3559,0.64551-3.82281,1.92334l-0.03918,0.12164l-0.07959,0.00873c-1.84808,0.22375-2.96991,1.14557-3.05341,2.75037
L40.00031,12c0,0.55231,0.44769,1,1,1c0.51282,0,0.93549-0.38599,0.99323-0.88342L42.00031,12c0-0.67529,0.487-1,2-1
c0.51282,0,0.93549-0.38599,0.99323-0.88342L45.00031,10c0-0.67529,0.487-1,2-1c1.44769,0,2,0.55231,2,2
c0,0.51282,0.38599,0.93549,0.8833,0.99329L50.00031,12h2c2.85291,0,4,0.68829,4,2s-1.14709,2-4,2c-0.55231,0-1,0.44769-1,1
c0,0.67529-0.48712,1-2,1c-0.81171,0-1.42249-0.05878-1.81207-0.16248L47.034,17.7901l-0.05768-0.02307l-0.02734-0.10095
c-0.26428-0.80688-1.47455-0.93378-1.85437-0.09247l-0.04303,0.11017C44.51868,19.28247,43.56201,20,42.00031,20
c-1.56183,0-2.51849-0.71753-3.05139-2.31622c-0.30389-0.91168-1.59338-0.91168-1.89734,0C36.50653,19.31891,35.8255,20,35.00031,20
c-1.0047,0-1.71771-0.21191-2.18201-0.6051l-0.1109-0.10199c-0.52069-0.52069-1.39099-0.3147-1.64142,0.34967l-0.03589,0.11493l-1,4
c-0.13391,0.53577,0.19183,1.07867,0.7276,1.21259c0.4975,0.12439,1.00122-0.14758,1.17792-0.61609l0.03479-0.11151l0.66492-2.65552
l0.01917,0.00934c0.59814,0.24127,1.28491,0.37256,2.05365,0.3988L35.00031,22c1.2276,0,2.22302-0.58618,2.98383-1.67767
l0.06818-0.10236c0.8847,1.11176,2.13391,1.71765,3.6983,1.77545L42.00031,22c1.84967,0,3.28027-0.7381,4.21259-2.14282
l0.1134-0.17816c0.61963,0.21277,1.43231,0.30621,2.42273,0.3194L49.00031,20c1.98962,0,3.35577-0.64551,3.82269-1.92328
l0.03333-0.10071l0.2655-0.01752c3.02856-0.23511,4.77667-1.47229,4.87415-3.75439L58.00031,14
C58.00031,11.38068,55.92468,10.06818,52.29041,10.00262z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M70,69c0,0.51282-0.38599,0.93549-0.88342,0.99329L69,70H55c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L55,68h7v-8h-9c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329
L53,58h9v-3c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L64,55v13h5C69.55231,68,70,68.44769,70,69z M59,72
H19l-0.11658,0.00671C18.38599,72.06451,18,72.48718,18,73c0,0.55231,0.44769,1,1,1h40l0.11658-0.00671
C59.61401,73.93549,60,73.51282,60,73C60,72.44769,59.55231,72,59,72z M47,50l-0.11658,0.00671C46.38599,50.06451,46,50.48718,46,51
c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671C53.61401,51.93549,54,51.51282,54,51c0-0.55231-0.44769-1-1-1H47z M49,70H11
c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L11,68h3V52l-0.14929-0.00549
C12.81592,51.91821,12,51.05438,12,50v-2l0.00549-0.14929C12.08179,46.81592,12.94562,46,14,46h6.10498l1.88879-17
C20.89209,28.9967,20,28.10248,20,27v-3c0-0.55231,0.44769-1,1-1h12c0.55231,0,1,0.44769,1,1v3c0,1.10248-0.89209,1.9967-1.99377,2
l1.5423,13.88068c0.06085,0.54895-0.33459,1.04333-0.88354,1.10431c-0.5097,0.0567-0.97235-0.28027-1.08466-0.76819
l-0.01959-0.11517L30.99377,38H29c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L29,36h1.77161l-0.22223-2H27
c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L27,32h3.32721l-0.32111-2.88959
C30.00201,29.0733,30,29.0365,29.99988,29h-6.00018l-0.0058,0.11041L22.11731,46H42v-4h-2c-1.10461,0-2-0.89539-2-2v-2
c0-1.10461,0.89539-2,2-2h2.09998c0.46332-2.28223,2.48102-4,4.90002-4h12l0.21692,0.00458
c2.3219,0.09912,4.2337,1.78174,4.68311,3.99542H66c1.10461,0,2,0.89539,2,2v2c0,1.10461-0.89539,2-2,2h-2v9
c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L62,51v-3h-9c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L53,46h9v-4H44v26h5c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329
L49,70z M22,27h10v-2H22V27z M42,48H21.01453c-0.00885,0.00012-0.0177,0.00012-0.02655,0H14v2h23l0.11658,0.00671
C37.61401,50.06451,38,50.48718,38,51c0,0.55231-0.44769,1-1,1H16v12h21c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L37,66H16v2h26v-2h-1c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L41,64h1V48z M44.17072,36h17.65857c-0.4118-1.16522-1.52307-2-2.82928-2H47
l-0.17627,0.00513C45.59448,34.07629,44.5639,34.88757,44.17072,36z M66,40v-2H40v2H66z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

@ -0,0 +1,22 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M68 13c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1ZM41 76c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1ZM15 10c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1Z" />
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M53 44c.5523 0 1 .4477 1 1v10c0 .5523-.4477 1-1 1H43c-.5523 0-1-.4477-1-1V45c0-.5523.4477-1 1-1Zm-6 7h-3v3h3v-3Zm5 0h-3v3h3v-3Zm-5-5h-3v3h3v-3Zm5 0h-3v3h3v-3Zm-7-14c.5523 0 1 .4477 1 1s-.4477 1-1 1H35c-.5523 0-1-.4477-1-1s.4477-1 1-1h10Z" />
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M29 18c.5523 0 1 .4477 1 1s-.4477 1-1 1h-7v2h3c.5128 0 .9355.386.9933.8834L26 23c0 .5523-.4477 1-1 1h-1v2.722l15.5601-7.62.1077-.0453a.9899.9899 0 0 1 .332-.057.9936.9936 0 0 1 .2976.0454l.0136.0045.0212.007.1077.0453 24.5 12a1 1 0 0 1 .4705 1.3119l-2.5 5.5c-.2375.5225-.865.7383-1.3737.4724L60 37.583v4.8876c0 .5523-.4477 1-1 1s-1-.4477-1-1V36.649l-18-9.518-18 9.517V60h4V45c0-.5523.4477-1 1-1h10c.5523 0 1 .4477 1 1v15h11c.5523 0 1 .4477 1 1s-.4477 1-1 1H9c-.5523 0-1-.4477-1-1s.4477-1 1-1h3l.0003-2.0629C9.4143 57.5952 8 55.8685 8 53c0-2.8613 1.3748-6.9856 4.1056-12.4472l.0134-.0268.027-.047.036-.0545a.9497.9497 0 0 1 .0741-.0932.9717.9717 0 0 1 .1207-.1136l.0478-.0358.0534-.0359.0748-.0404.0118-.0058a.9768.9768 0 0 1 .0656-.029l.0203-.0078.0206-.0075a1.1595 1.1595 0 0 1 .1145-.0325l.0197-.004a.9768.9768 0 0 1 .1863-.0192h.0168a.9939.9939 0 0 1 .111.007l.0753.0123.0198.0041a.878.878 0 0 1 .0663.0169l.0239.0074.0237.008a1.0318 1.0318 0 0 1 .1072.0443l.0116.0058.0728.0404.0555.036a.9497.9497 0 0 1 .0932.0741.9717.9717 0 0 1 .1136.1207l.0358.0478.0349.0534.027.048.0144.0268C16.6252 46.0144 18 50.1388 18 53c0 2.8682-1.414 4.5948-3.9993 4.937L14 60h6V37.583l-1.5367.8032c-.5087.2659-1.1362.05-1.3737-.4724l-2.5-5.5a1 1 0 0 1 .4705-1.3119l7.1421-3.4988A.9956.9956 0 0 1 22 27v-3h-1c-.5523 0-1-.4477-1-1v-4c0-.5523.4477-1 1-1h8Zm36.059 28.0017a.9962.9962 0 0 1 .6481.2912C67.2487 47.8345 68 50.0884 68 53c0 2.5869-.6252 4.2985-1.999 4.8266L66 60h3c.5523 0 1 .4477 1 1s-.4477 1-1 1H55c-.5523 0-1-.4477-1-1s.4477-1 1-1h3V49c0-.5523.4477-1 1-1s1 .4477 1 1v11h4v-2.173c-1.3745-.5277-2-2.2395-2-4.827 0-2.9116.7513-5.1655 2.2929-6.7071a.9962.9962 0 0 1 .648-.2912h.1181ZM36 46h-8v14h8V46Zm29.0007 2.6123-.035.056C64.3274 49.7474 64 51.1836 64 53c0 2.1012.3766 2.9353.9325 2.9964L65 56l.0675-.0036C65.6234 55.9353 66 55.1012 66 53c0-1.8478-.3389-3.3023-.9993-4.3877ZM13 43.2933l-.1982.428C10.93 47.7945 10 50.9025 10 53c0 2.1144.8856 3 3 3l.2074-.003C15.1724 55.9396 16 55.044 16 53c0-2.1704-.9958-5.4226-3.0001-9.7067ZM33 50c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1s-1-.4477-1-1v-2c0-.5523.4477-1 1-1Zm6.999-28.887L16.812 32.47l1.66 3.653 21.0647-11.0092.038-.019.0163-.0078.0128-.0052.0102-.0048.058-.0218a1.1536 1.1536 0 0 1 .0802-.0242l.0339-.0079a1.0048 1.0048 0 0 1 .0865-.0152l.0233-.0026a1.0007 1.0007 0 0 1 .0461-.0038l.016-.0008.0684-.0006.0236.001c.019.001.0381.0025.057.0045.004.0006.0086.001.0132.0016a.7857.7857 0 0 1 .0454.0063l.0272.0052.018.0035.014.0031c.0044.0013.0094.0025.0143.0037a.8034.8034 0 0 1 .0369.0096l.023.0072.029.0094.0682.0266.0178.0082.0173.0077.032.016L61.528 36.123l1.66-3.653-23.189-11.357Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -0,0 +1,117 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M76,74c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S76.5514,74,76,74z M39,8c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C40,7.5514,39.5514,8,39,8z M4,66c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S4.5514,66,4,66z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M28,55c1.65692,0,3-1.34308,3-3s-1.34308-3-3-3s-3,1.34308-3,3S26.34308,55,28,55z M28,51
c0.55231,0,1,0.44769,1,1s-0.44769,1-1,1s-1-0.44769-1-1S27.44769,51,28,51z M25.93427,46.53088
c-0.01471-0.05054-0.01428-0.10254-0.03754-0.15167l-2.99915-6.33911l-0.05756-0.10529
c-0.27325-0.43524-0.84174-0.59753-1.30902-0.35364C16.94067,41.97681,14,46.72772,14,52c0,0.55231,0.44769,1,1,1h7l0.11658-0.00671
c0.05609-0.00653,0.104-0.03308,0.15686-0.04846c0.05109-0.01483,0.10248-0.02386,0.14978-0.04626
c0.06854-0.03235,0.12592-0.07825,0.18488-0.12469c0.03833-0.03015,0.0802-0.05341,0.11377-0.08868
c0.05664-0.05957,0.09644-0.13116,0.13708-0.20325c0.02063-0.0365,0.04919-0.06659,0.06512-0.10577
C22.97162,52.25964,23,52.13361,23,52c0-1.80377,0.96228-3.4389,2.49469-4.32819c0.04724-0.0274,0.0766-0.07062,0.11755-0.10413
c0.05219-0.0426,0.10669-0.08044,0.1485-0.13165c0.04132-0.05048,0.06702-0.10718,0.09735-0.16388
c0.03033-0.05652,0.0636-0.10925,0.08264-0.17035c0.01917-0.06146,0.02161-0.12402,0.02869-0.18811
c0.00714-0.0636,0.01813-0.12457,0.01276-0.18921C25.97675,46.65833,25.95325,46.59595,25.93427,46.53088z M21.07538,51h-5.03436
l0.02661-0.27789c0.38049-3.57831,2.34369-6.76489,5.30359-8.72742l0.18176-0.11871l2.16888,4.58307
C22.2901,47.5647,21.33569,49.18884,21.07538,51z M20.48462,63.81372C22.71271,65.23383,25.30103,66,28.00012,66
c2.68628,0,5.263-0.75891,7.48425-2.16638c0.41992-0.26624,0.58063-0.80042,0.37714-1.25415l-2.92981-6.53027l-0.05389-0.10358
c-0.02216-0.03723-0.05695-0.06122-0.08319-0.0946c-0.01508-0.01941-0.0199-0.04333-0.03662-0.06189
c-0.01483-0.01648-0.03552-0.02271-0.05121-0.03796c-0.06073-0.0589-0.12628-0.10614-0.19873-0.1474
c-0.04053-0.02332-0.07843-0.04694-0.12122-0.06415c-0.06946-0.02777-0.14044-0.04169-0.2146-0.05347
c-0.05096-0.00818-0.09924-0.01935-0.15082-0.01971c-0.06519-0.00024-0.12848,0.0144-0.19385,0.02734
c-0.0614,0.01178-0.12109,0.0199-0.17993,0.04333c-0.01233,0.00494-0.02539,0.0036-0.03766,0.00909l-0.1037,0.05389
c-0.0282,0.01678-0.04559,0.04382-0.07159,0.06299c-0.02844,0.02063-0.06232,0.02856-0.08899,0.05261
C30.43329,56.5379,29.25391,57,27.99988,57c-1.2251,0-2.37543-0.44647-3.27893-1.23376
c-0.01453-0.01514-0.03546-0.02386-0.05096-0.03809c-0.00378-0.00336-0.0083-0.00562-0.01208-0.00903
c-0.00134-0.00122-0.00311-0.0014-0.00446-0.00262c-0.07184-0.06335-0.14581-0.12549-0.23743-0.16742
c-0.02478-0.01135-0.05121-0.00867-0.07642-0.01782c-0.03741-0.01404-0.07538-0.01721-0.11383-0.02661
c-0.0863-0.02026-0.17029-0.03876-0.25641-0.03595c-0.05225,0.00104-0.10107,0.01611-0.15259,0.02527
c-0.07013,0.01343-0.13879,0.02332-0.20435,0.05115c-0.0647,0.02643-0.12018,0.06903-0.17908,0.10944
c-0.04553,0.03192-0.09204,0.05859-0.13208,0.09821c-0.01703,0.01648-0.03943,0.02338-0.05554,0.04126
c-0.05084,0.05652-0.0755,0.12463-0.11115,0.18829c-0.01233,0.02234-0.03308,0.0368-0.04388,0.06042l-0.0282,0.06171
c-0.00598,0.01544-0.01532,0.02905-0.02045,0.04468l-2.92938,6.4054l-0.04425,0.11499
C19.93341,63.09589,20.09888,63.56781,20.48462,63.81372z M24.39508,57.99884C25.46869,58.64526,26.70697,59,27.99988,59
c1.29596,0,2.53705-0.3562,3.61237-1.00543l2.05585,4.58344l-0.28906,0.15222C31.72888,63.55939,29.89789,64,28.00012,64
l-0.40753-0.00677c-1.76111-0.05872-3.45691-0.4978-4.99469-1.27472l-0.29181-0.1535L24.39508,57.99884z M41.1167,52.99329
c0.49731-0.0578,0.88342-0.48041,0.88342-0.99329c0-5.30469-2.97723-10.08002-7.61151-12.46039
c-0.45459-0.23352-1.01208-0.08673-1.29272,0.34039l-3.89319,5.92609l-0.05841,0.10114
c-0.0097,0.01929-0.00909,0.04071-0.01746,0.06036c-0.00757,0.01764-0.02246,0.02948-0.02905,0.04779
c-0.01288,0.03571-0.00732,0.07184-0.01599,0.10791c-0.01746,0.07239-0.03101,0.14252-0.03204,0.21576
c-0.00085,0.05573,0.00488,0.10779,0.01318,0.16217c0.01025,0.06805,0.02563,0.13214,0.04956,0.1969
c0.01947,0.05255,0.04187,0.10059,0.06976,0.14917c0.03333,0.05835,0.07263,0.11029,0.11804,0.16156
c0.03912,0.04437,0.0791,0.08429,0.12622,0.12152c0.02325,0.01843,0.0376,0.04395,0.06287,0.06055l0.10114,0.05835
c0.01941,0.00977,0.04083,0.00916,0.06061,0.01752c0.01758,0.00751,0.02942,0.02234,0.04761,0.02893
C31.66351,48.00531,33,49.87622,33,52c0,0.55231,0.44769,1,1,1h7.00012L41.1167,52.99329z M34.92175,51
c-0.30707-2.13397-1.58179-3.98602-3.42017-5.0509l2.75354-4.19208l0.04895,0.02979c3.13745,1.93842,5.23102,5.22217,5.6275,8.92767
L39.95813,51H34.92175z M17.70782,64.25079c0.42255,0.35553,0.47705,0.98633,0.12158,1.409
c-0.35553,0.42273-0.98633,0.47711-1.409,0.12158C12.37927,62.38257,10,57.38409,10,52c0-9.9411,8.0589-18,18-18
c3.03662,0,5.96649,0.7536,8.57812,2.17181c0.48529,0.26349,0.6651,0.87061,0.40155,1.35596s-0.87067,0.6651-1.35596,0.40155
C33.30328,36.66931,30.70111,36,28,36c-8.83661,0-16,7.16339-16,16C12,56.78741,14.11383,61.22809,17.70782,64.25079z M46,52
c0,9.94122-8.05878,18-18,18c-2.97491,0-5.84778-0.72321-8.4201-2.08698c-0.48798-0.25873-0.67377-0.86401-0.4151-1.35193
c0.25873-0.48792,0.86401-0.67383,1.35193-0.4151C22.80219,67.35767,25.3537,68,28,68c8.83661,0,16-7.16339,16-16
c0-4.23322-1.64978-8.20361-4.54742-11.1731c-0.38568-0.39532-0.37787-1.02838,0.01746-1.41412
c0.39526-0.38568,1.02838-0.37787,1.41406,0.0174C44.14252,42.76959,46,47.23962,46,52z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M69.11499,69.99371L69,70h-6c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L63,68
h4.26202l-0.1601-0.29498C63.21942,60.47528,61.39771,51.23822,61.6178,40H59c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L59,38h2.67767c0.04663-1.16107,0.11401-2.34271,0.20233-3.54468L61.91498,34h-2.8924
c-0.0152,0.00031-0.03046,0.00031-0.0459,0h-4.55096l-0.04645,0.76678c-0.83917,15.2002,1,26.44153,5.47241,33.70911
c0.38953,0.633-0.02368,1.43878-0.73669,1.51782L59,70h-6c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329
L53,68h4.27502l-0.198-0.37811C53.26672,60.22412,51.69,49.68689,52.31439,36H43c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L43,34h9.41998c0.10669-1.78522,0.24933-3.6217,0.42761-5.50952L52.89502,28h-9.87415
c-0.01447,0.00031-0.02887,0.00031-0.04327,0H35.065l0.0661,1.10522l0.10132,1.88275c0.02557,0.5517-0.401,1.01959-0.95264,1.04523
c-0.5517,0.02551-1.01965-0.401-1.04517-0.9527l-0.0575-1.11298l-0.17505-2.90424C32.96552,26.4873,33.42279,26,34,26h7.71881
l-0.35382-1.41302l-0.01929,0.00934c-0.59802,0.24127-1.28479,0.37256-2.05359,0.3988L39,25
c-1.2276,0-2.22308-0.58618-2.98383-1.67767L35.948,23.21997c-0.88477,1.11176-2.13391,1.71765-3.69843,1.77545L32,25
c-1.84967,0-3.28027-0.7381-4.21259-2.14282l-0.1134-0.17816c-0.61969,0.21277-1.43231,0.30621-2.42273,0.3194L25,23
c-1.98962,0-3.3559-0.64551-3.82281-1.92328l-0.0332-0.10071l-0.2655-0.01752c-3.02856-0.23511-4.77679-1.47229-4.87421-3.75439
L16,17c0-2.61932,2.07562-3.93182,5.7099-3.99738L22,13h1.08398l0.01453-0.08289c0.35248-1.80792,1.63928-2.84161,3.67249-2.91309
L27,10c1.98962,0,3.3559,0.64551,3.82281,1.92328l0.03918,0.1217l0.07959,0.00873c1.84808,0.22382,2.96979,1.14557,3.05341,2.75037
L34,15c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L32,15c0-0.67529-0.487-1-2-1
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L29,13c0-0.67529-0.487-1-2-1c-1.44769,0-2,0.55231-2,2
c0,0.51282-0.38599,0.93549-0.88342,0.99329L24,15h-2c-2.85291,0-4,0.68817-4,2c0,1.31171,1.14709,2,4,2c0.55231,0,1,0.44769,1,1
c0,0.67529,0.487,1,2,1c0.81171,0,1.42242-0.05878,1.81207-0.16248l0.15424-0.04742l0.05768-0.02307l0.02734-0.10095
c0.26428-0.80688,1.47455-0.93378,1.85437-0.09259l0.04303,0.11029C29.48163,22.28247,30.43829,23,32,23
s2.51837-0.71753,3.05133-2.31622c0.30389-0.91168,1.59344-0.91168,1.8974,0C37.49371,22.31891,38.1748,23,39,23
c1.00458,0,1.71771-0.21191,2.18201-0.6051l0.1109-0.10199c0.52069-0.52069,1.39087-0.3147,1.64142,0.34961l0.03577,0.11499
L43.78082,26H46v-1c0-0.55231,0.44769-1,1-1c2.16669,0,3-0.625,3-2s-0.83331-2-3-2c-0.33667,0-0.64771-0.16913-0.8316-0.44458
l-0.06281-0.10822l-1-2c-0.13739-0.27478-0.14087-0.59753-0.0094-0.87518c0.69598-1.46954,0.69598-2.3656,0.19672-2.86493
c-0.61469-0.61469-1.65259-0.87421-3.18829-0.71259c-0.28052,0.02948-0.56049-0.06079-0.77081-0.24872
c-0.84448-0.75452-1.495-0.97131-2.01758-0.79712c-0.62421,0.20801-1.07623,0.66016-1.39044,1.42944
c-0.20886,0.51129-0.7926,0.75647-1.30389,0.54767c-0.51129-0.20886-0.75647-0.7926-0.54767-1.30389
c0.52637-1.2887,1.40765-2.16998,2.60956-2.57062c1.17322-0.39099,2.38361-0.0658,3.58313,0.86896l0.06012,0.04877l0.17969-0.01038
c1.69312-0.07935,3.05219,0.29877,4.03149,1.17456l0.16888,0.15973c1.07458,1.07458,1.19861,2.58417,0.50812,4.40637
L47.10498,16.974l0.52301,1.04602l0.15662,0.01019c2.599,0.20801,4.11847,1.48621,4.21088,3.74786L52,22
c0,2.25-1.34692,3.5816-3.72589,3.9162L48,25.94897V26h6c0.59302,0,1.05573,0.51312,0.99469,1.10291
c-0.16498,1.59448-0.30481,3.15198-0.41937,4.67249L54.55939,32h3.74591c0.81848-2.39801,0.29761-3.56848-1.54779-4.02991
c-0.75409-0.18848-1.01422-1.12756-0.4646-1.67719c1.04968-1.04968,1.27002-1.93103,0.81268-2.8457
c-0.4715-0.94293-1.08289-1.38983-1.9325-1.44202L55,22c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1
c1.7262,0,3.06403,0.89191,3.89441,2.5528c0.6402,1.28027,0.57422,2.57843-0.13879,3.81561L58.63898,26.56l0.14972,0.08447
C60.51019,27.6673,61.04102,29.5274,60.38757,32H63c0.58649,0,1.047,0.50238,0.99622,1.08661
c-1.31622,15.13708,0.64911,26.92902,5.85547,35.38928C70.24121,69.10889,69.828,69.91467,69.11499,69.99371z M48.1167,68.00671
L48,68h-8.92853c-0.55225,0-1,0.44769-1,1c0,0.51282,0.38605,0.93549,0.88342,0.99329L39.07147,70H48c0.55231,0,1-0.44769,1-1
C49,68.48718,48.61401,68.06451,48.1167,68.00671z M31.31622,28.05127C29.68109,27.50629,29,26.8252,29,26l-0.00641-0.11511
c-0.07556-0.67688-0.81091-1.0943-1.4408-0.7793l-0.16211,0.07452c-0.03308,0.01428-0.06909,0.02936-0.10779,0.0451
l-0.26288,0.09998l-0.15265,0.05261c-0.51849,0.17291-1.03027,0.27527-1.47955,0.27527c-0.76221,0-1.20453-0.26538-1.43909-0.9693
l-0.04333-0.10846c-0.2121-0.45361-0.73511-0.68622-1.22162-0.52405c-0.52399,0.17474-0.80707,0.74103-0.63245,1.26495
c0.5307,1.59198,1.77209,2.33685,3.33649,2.33685l0.29828-0.00861c0.4989-0.02838,1.00568-0.12585,1.51093-0.27429l0.07397-0.02319
l0.06927,0.15204c0.53314,1.07745,1.67932,1.89496,3.34351,2.44965c0.52393,0.17462,1.09021-0.10846,1.26495-0.63245
C32.12329,28.7923,31.84021,28.22601,31.31622,28.05127z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,65 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M15,14c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S15.5514,14,15,14z M5,70c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S5.5514,70,5,70z M75,64c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,64,75,64z M59,12
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S59.5514,12,59,12z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M14.0064,37.6022C14.0862,36.6783,14.9089,36,15.8571,36H19l0.1166,0.0067C19.614,36.0645,20,36.4872,20,37
l-0.0067,0.1166C19.9355,37.614,19.5128,38,19,38h-3v4h3l0.1166,0.0067C19.614,42.0645,20,42.4872,20,43c0,0.5523-0.4477,1-1,1
h-3.1429l-0.1485-0.0056C14.7752,43.9242,14,43.1985,14,42.25v-4.5L14.0064,37.6022z M27.9936,37.6022
C27.9138,36.6783,27.0911,36,26.1429,36H23l-0.1166,0.0067C22.386,36.0645,22,36.4872,22,37l0.0067,0.1166
C22.0645,37.614,22.4872,38,23,38h3v4h-3l-0.1166,0.0067C22.386,42.0645,22,42.4872,22,43c0,0.5523,0.4477,1,1,1h3.1429
l0.1485-0.0056C27.2248,43.9242,28,43.1985,28,42.25v-4.5L27.9936,37.6022z M64.1429,36c0.9482,0,1.7709,0.6783,1.8507,1.6022
L66,37.75v4.5c0,0.9485-0.7752,1.6742-1.7085,1.7444L64.1429,44H61c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8834-0.9933
L61,42h3v-4h-3c-0.5128,0-0.9355-0.386-0.9933-0.8834L60,37c0-0.5128,0.386-0.9355,0.8834-0.9933L61,36H64.1429z M52.0064,37.6022
C52.0862,36.6783,52.9089,36,53.8571,36H57l0.1166,0.0067C57.614,36.0645,58,36.4872,58,37l-0.0067,0.1166
C57.9355,37.614,57.5128,38,57,38h-3v4h3l0.1166,0.0067C57.614,42.0645,58,42.4872,58,43c0,0.5523-0.4477,1-1,1h-3.1429
l-0.1486-0.0056C52.7752,43.9242,52,43.1985,52,42.25v-4.5L52.0064,37.6022z M18,48h-4c-1.10461,0-2,0.89539-2,2v6
c0,1.10461,0.89539,2,2,2h4c1.10461,0,2-0.89539,2-2v-6C20,48.89539,19.10461,48,18,48z M18,56h-4v-6h4V56z M28,48h-4
c-1.10461,0-2,0.89539-2,2v6c0,1.10461,0.89539,2,2,2h4c1.10461,0,2-0.89539,2-2v-6C30,48.89539,29.10461,48,28,48z M28,56h-4v-6h4
V56z M56,48h-4c-1.10461,0-2,0.89539-2,2v6c0,1.10461,0.89539,2,2,2h4c1.10461,0,2-0.89539,2-2v-6C58,48.89539,57.10461,48,56,48z
M56,56h-4v-6h4V56z M66,48h-4c-1.10461,0-2,0.89539-2,2v6c0,1.10461,0.89539,2,2,2h4c1.10461,0,2-0.89539,2-2v-6
C68,48.89539,67.10461,48,66,48z M66,56h-4v-6h4V56z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M20.29291,27.70709c-0.36053-0.36047-0.38818-0.92767-0.08319-1.32001l0.08319-0.09418l14-14
c0.3905-0.3905,1.02368-0.3905,1.41418,0c0.36053,0.36047,0.38818,0.92767,0.08319,1.32001l-0.08319,0.09418l-14,14
C21.31659,28.0976,20.68341,28.0976,20.29291,27.70709z M67.11658,31.99329C67.61401,31.93549,68,31.51282,68,31
c0-0.55231-0.44769-1-1-1h-9.60339L40.68542,14.27179l-0.10052-0.08301c-0.38318-0.27686-0.9173-0.24921-1.27032,0.08301
L28.61823,24.33911l-0.086,0.09161c-0.31683,0.38287-0.30634,0.95068,0.04309,1.3219l0.09167,0.086
c0.38281,0.31677,0.95062,0.30627,1.3219-0.04315l10.01013-9.42249l16.02679,15.08344l0.12799,0.1106
C56.50598,31.84637,56.94373,32,57.39661,32H67L67.11658,31.99329z M71,30c-0.51282,0-0.93549,0.38599-0.99329,0.88342L70,31v33h-9
c-0.51282,0-0.93549,0.38599-0.99329,0.88342L60,65c0,0.51282,0.38599,0.93549,0.88342,0.99329L61,66h10
c0.51282,0,0.93549-0.38599,0.99329-0.88342L72,65V31C72,30.44769,71.55231,30,71,30z M21,64h-8l-0.11658,0.00671
C12.38599,64.06451,12,64.48718,12,65c0,0.55231,0.44769,1,1,1h8l0.11658-0.00671C21.61401,65.93549,22,65.51282,22,65
C22,64.44769,21.55231,64,21,64z M9,64c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S9.55231,64,9,64z M39,32h2
l0.11658-0.00671C41.61401,31.93549,42,31.51282,42,31c0-0.55231-0.44769-1-1-1h-1v-1l-0.00671-0.11658
C39.93549,28.38599,39.51282,28,39,28c-0.55231,0-1,0.44769-1,1v2c0,0.03943,0.00232,0.07837,0.00671,0.11658
C38.06451,31.61401,38.48718,32,39,32z M35,42h10l0.11658-0.00671C45.61401,41.93549,46,41.51282,46,41c0-0.55231-0.44769-1-1-1H35
l-0.11658,0.00671C34.38599,40.06451,34,40.48718,34,41C34,41.55231,34.44769,42,35,42z M55,64H25l-0.11658,0.00671
C24.38599,64.06451,24,64.48718,24,65c0,0.55231,0.44769,1,1,1h30l0.11658-0.00671C55.61401,65.93549,56,65.51282,56,65
C56,64.44769,55.55231,64,55,64z M25.79028,29.61292c0.30499-0.39233,0.27734-0.95953-0.08319-1.32001
c-0.3905-0.3905-1.02368-0.3905-1.41418,0L22.58398,30H9l-0.11664,0.00671C8.38605,30.06451,8,30.48718,8,31v30l0.00671,0.11658
C8.06451,61.61401,8.48718,62,9,62l0.11664-0.00671C9.61395,61.93549,10,61.51282,10,61V32h13l0.13141-0.00873
c0.21667-0.02869,0.41937-0.12787,0.57568-0.28418l2-2L25.79028,29.61292z M59,28h8l0.11658-0.00671
C67.61401,27.93549,68,27.51282,68,27c0-0.55231-0.44769-1-1-1h-8l-0.11658,0.00671C58.38599,26.06451,58,26.48718,58,27
C58,27.55231,58.44769,28,59,28z M71,28c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1s-1,0.44769-1,1S70.44769,28,71,28z M33,44h14
c0.51282,0,0.93549,0.38599,0.99329,0.88342L48,45v15h3c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L51,62
H29c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L29,60h3V45c0-0.51282,0.38599-0.93549,0.88342-0.99329
L33,44z M34,60h5v-9c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L41,51v9h5V45.99902H34V60z M34,30
c0-3.31372,2.68628-6,6-6s6,2.68628,6,6s-2.68628,6-6,6S34,33.31372,34,30z M36,30c0,2.20911,1.79089,4,4,4s4-1.79089,4-4
s-1.79089-4-4-4S36,27.79089,36,30z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -0,0 +1,63 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M75,22c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,22,75,22z M5,60c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S5.5514,60,5,60z M73,64c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S73.5514,64,73,64z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M34,39v2c0,0.55231-0.44769,1-1,1h-4c-0.55231,0-1-0.44769-1-1v-2c0-0.55231,0.44769-1,1-1h4
C33.55231,38,34,38.44769,34,39z M41,40h-3v-1l-0.00671-0.11658C37.93549,38.38599,37.51282,38,37,38c-0.55231,0-1,0.44769-1,1v2
l0.00671,0.11658C36.06451,41.61401,36.48718,42,37,42h4l0.11658-0.00671C41.61401,41.93549,42,41.51282,42,41l-0.00671-0.11658
C41.93549,40.38599,41.51282,40,41,40z M41,30l0.11658-0.00671C41.61401,29.93549,42,29.51282,42,29c0-0.55231-0.44769-1-1-1h-4
l-0.11658,0.00671C36.38599,28.06451,36,28.48718,36,29v6l0.00671,0.11658C36.06451,35.61401,36.48718,36,37,36h4l0.11658-0.00671
C41.61401,35.93549,42,35.51282,42,35l-0.00671-0.11658C41.93549,34.38599,41.51282,34,41,34h-3v-4H41z M41,46l0.11658-0.00671
C41.61401,45.93549,42,45.51282,42,45c0-0.55231-0.44769-1-1-1h-4l-0.11658,0.00671C36.38599,44.06451,36,44.48718,36,45v6
l0.00671,0.11658C36.06451,51.61401,36.48718,52,37,52h3l0.11658-0.00671C40.61401,51.93549,41,51.51282,41,51v-2l0.11658-0.00671
C41.61401,48.93549,42,48.51282,42,48c0-0.55231-0.44769-1-1-1h-1l-0.11658,0.00671C39.38599,47.06451,39,47.48718,39,48v2h-1v-4H41
z M66.8869,42.34161C66.50769,42.7608,65.96881,43,65.40363,43H62c0,1.88562-1.11438,3-3,3s-3-1.11438-3-3h-3.39642
c-1.10449,0-2-0.89539-2-2c0-0.56659,0.2403-1.10651,0.66125-1.48578l0.2486-0.23242C52.46259,38.33667,53,37.0498,53,35.70349
v-2.00568C53,30.55103,55.55103,28,58.69781,28h0.61108C62.45203,28,65,30.54797,65,33.6911v1.99438
c0,1.43439,0.60699,2.80182,1.67078,3.76392l0.07434,0.06732C67.56433,40.25757,67.62781,41.5224,66.8869,42.34161z M60,43h-2
c0,0.78101,0.21899,1,1,1S60,43.78101,60,43z M65.40363,41l-0.28192-0.2627C63.76752,39.40967,63,37.5899,63,35.68549V33.6911
C63,31.65259,61.34741,30,59.3089,30h-0.61108C56.65558,30,55,31.65558,55,33.69781v2.00568
c0,1.99701-0.84698,3.90039-2.33063,5.23718L52.60358,41H65.40363z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M20,51c0,0.55231,0.44769,1,1,1h12c0.55231,0,1-0.44769,1-1v-6c0-0.55231-0.44769-1-1-1H21
c-0.55231,0-1,0.44769-1,1V51z M22,46h10v4H22V46z M20,41c0,0.55231,0.44769,1,1,1h4c0.55231,0,1-0.44769,1-1v-6
c0-0.55231-0.44769-1-1-1h-4c-0.55231,0-1,0.44769-1,1V41z M22,36h2v4h-2V36z M20,31v-2c0-0.55231,0.44769-1,1-1h2
c0.55231,0,1,0.44769,1,1v2c0,0.55231-0.44769,1-1,1h-2C20.44769,32,20,31.55231,20,31z M26,32c0,0.55231,0.44769,1,1,1h2v2
c0,0.51282,0.38599,0.93549,0.88342,0.99329L30,36h3c0.55231,0,1-0.44769,1-1v-6c0-0.55231-0.44769-1-1-1h-6
c-0.55231,0-1,0.44769-1,1V32z M28,30h4v4h-1v-2c0-0.51282-0.38599-0.93549-0.88342-0.99329L30,31h-2V30z M26,11
c0-0.55231,0.44769-1,1-1h8c0.55231,0,1,0.44769,1,1s-0.44769,1-1,1h-8C26.44769,12,26,11.55231,26,11z M74,37
c0,8.2843-6.7157,15-15,15c-2.67841,0-5.25537-0.70398-7.5191-2.01801l-0.22388-0.13397l-0.04053,0.00446
c-0.05182,0.00635-0.11237,0.01611-0.18121,0.02942l-0.31708,0.07178l-0.37048,0.10071l-0.79523,0.2464l-0.92877,0.29919
l-0.66614,0.20831l-0.38049,0.11212l-0.33521,0.09076l-0.2948,0.06946c-0.82837,0.17596-1.17468,0.06299-1.6189-0.3399
c-0.59857-0.54291-0.51868-1.11993-0.13818-1.88495l0.12378-0.237l0.10291-0.18207l0.18243-0.29852l0.2417-0.37067l0.72589-1.0824
l0.19781-0.31l0.14569-0.24835l0.07581-0.14276l-0.23462-0.32318c-1.6994-2.39862-2.6651-5.25073-2.74591-8.25085L44,37
c0-8.2843,6.7157-15,15-15c2.69092,0,5.2804,0.71039,7.55469,2.0387c0.47693,0.2785,0.6377,0.89093,0.35919,1.3678
c-0.27856,0.47693-0.89099,0.63782-1.36786,0.35919C63.57581,24.61499,61.33398,24,59,24c-7.17969,0-13,5.82031-13,13
c0,2.96899,0.99701,5.7832,2.80109,8.06207c0.4364,0.55121,0.34692,1.07361-0.00488,1.77533l-0.13269,0.25177l-0.11353,0.19861
l-0.20471,0.33081l-0.17316,0.26532L47.526,48.84399l0.41998-0.12799l1.34253-0.43042l0.60461-0.18701l0.34198-0.099l0.29919-0.0788
c0.74542-0.18347,1.09003-0.15619,1.47778,0.05084l0.14832,0.086C54.19818,49.32092,56.54779,50,59,50c7.17969,0,13-5.82031,13-13
c0-2.96979-0.99762-5.78473-2.80249-8.0639c-0.3429-0.43292-0.26984-1.06189,0.16309-1.40472
c0.43298-0.3429,1.06189-0.2699,1.40479,0.16315C72.84772,30.32397,74,33.57538,74,37z M51.99329,54.88342L52,55v12
c0,3.78552-3.00482,6.86908-6.75928,6.99591L45,74H17c-3.78552,0-6.86908-3.00482-6.99591-6.75928L10,67V13
c0-3.78546,3.00482-6.86908,6.7594-6.99591L17,6h28c3.7854,0,6.86908,3.00476,6.99591,6.7594L52,13v6c0,0.55231-0.44769,1-1,1
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L50,19v-6c0-2.68878-2.12231-4.88184-4.78308-4.99536L45,8H17
c-2.68878,0-4.88177,2.12231-4.99542,4.78308L12,13v54c0,2.68878,2.12231,4.88177,4.78308,4.99542L17,72h28
c2.68878,0,4.88177-2.12231,4.99542-4.78308L50,67V55c0-0.55231,0.44769-1,1-1C51.51282,54,51.93549,54.38599,51.99329,54.88342z
M20,67c0-0.51282,0.38599-0.93549,0.88342-0.99329L21,66h20c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329
L41,68H21C20.44769,68,20,67.55231,20,67z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -0,0 +1,55 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M15,14c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S15.5514,14,15,14z M5,70c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S5.5514,70,5,70z M75,64c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,64,75,64z M59,12
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S59.5514,12,59,12z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M42.1481,10c16.5685,0,30,13.4315,30,30c0,0.5523-0.4477,1-1,1s-1-0.4477-1-1c0-15.464-12.536-28-28-28
s-28,12.536-28,28s12.536,28,28,28c11.1547,0,21.1072-6.5825,25.5784-16.5917c0.2253-0.5042,0.8167-0.7304,1.3209-0.5052
c0.5043,0.2253,0.7304,0.8167,0.5052,1.3209C64.7624,62.9473,54.099,70,42.1481,70c-16.5685,0-30-13.4315-30-30
S25.5796,10,42.1481,10z M71.1481,48.5926c0,0.5932-0.4809,1.0741-1.0741,1.0741S69,49.1858,69,48.5926
c0-0.5932,0.4808-1.0741,1.074-1.0741S71.1481,47.9994,71.1481,48.5926z M14.4931,21.0321
c-0.4394-0.3346-1.0668-0.2495-1.4014,0.1899c-3.37962,4.4394-5.23989,9.8577-5.23989,15.5558c0,0.5523,0.44771,1,1,1
c0.55228,0,1-0.4477,1-1c0-5.2566,1.71449-10.2502,4.83129-14.3443C15.0176,21.994,14.9326,21.3666,14.4931,21.0321z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M53.22491,53.00409L53,53h-2c-2.20911,0-4-1.79089-4-4c0-0.08203-0.00989-0.1618-0.0285-0.2381
c2.00378-1.06311,3.65302-2.7486,4.7168-4.8114C51.78638,43.9826,51.89117,44,52,44c2.55231,0,4-1.44769,4-4
c0-1.43683-0.44891-2.55511-1.38678-3.25439c-0.50562-0.37689-1.30603-0.5954-2.47882-0.73663
c-0.04272-0.0058-0.08643-0.00879-0.13068-0.00897l-0.00165-0.00012c-0.0965-0.00031-0.19049,0.01331-0.27985,0.03925
c-0.14404,0.04156-0.27472,0.11456-0.38416,0.2113c-0.19348,0.17096-0.32025,0.41565-0.33636,0.69006
C51.00018,36.96558,50.99969,36.9906,51,37.01538V38.5l-0.00372,0.2757C50.85791,43.90491,46.87231,48,42,48
c-4.95941,0-9-4.24268-9-9.5v-3.10358l9.1521-1.40802l0.11792-0.02551c0.26978-0.07568,0.4975-0.26178,0.62439-0.51569l1-2
l0.0462-0.1073c0.17072-0.4707-0.03473-1.005-0.49341-1.23431l-0.1073-0.0462c-0.4707-0.17072-1.005,0.03473-1.23431,0.49341
L41.336,32.09003l-11.19598,1.72198l0.01819-0.12878C31.13831,27.151,35.0033,24,42,24l0.35913,0.00281
c6.65118,0.10498,10.38696,3.15106,11.42938,9.34558l0.05151,0.33063l-6.59753-1.64911l-0.11469-0.02179
c-0.49652-0.06464-0.97363,0.25177-1.0979,0.74939c-0.13403,0.53577,0.19177,1.07867,0.7276,1.21259l8,2l0.11682,0.02222
c0.61975,0.08038,1.17578-0.43262,1.12219-1.07532C55.28668,26.39941,50.52081,22,42,22s-13.28668,4.39941-13.99652,12.91699
c-0.05377,0.64453,0.50934,1.16968,1.14862,1.07141L31,35.7041v0.43689c-0.71582,0.13788-1.24341,0.32892-1.61328,0.60461
C28.44879,37.44489,27.99988,38.56317,27.99988,40c0,2.55231,1.44769,4,4,4c0.10895,0,0.21375-0.0174,0.31183-0.04962
c1.06378,2.06293,2.71301,3.74841,4.7168,4.81152C37.00989,48.8382,37,48.91797,37,49c0,1.29871-0.6189,2.45282-1.57782,3.18347
c-0.0155,0.01105-0.03058,0.02234-0.04535,0.03412C34.71228,52.70929,33.89008,53,33,53h-2l-0.22491,0.00409
C27.56561,53.12238,25,55.7616,25,59c0,0.55231,0.44769,1,1,1s1-0.44769,1-1c0-2.20911,1.79089-4,4-4h2l0.22491-0.00409
c0.83636-0.03088,1.62909-0.23291,2.34399-0.57208c1.0722,1.68726,3.0495,2.20239,5.67358,1.54626
c0.53583-0.13391,0.86163-0.67682,0.7276-1.21259c-0.13391-0.53583-0.67682-0.86163-1.21259-0.7276
c-1.86981,0.46741-2.96179,0.21442-3.54443-0.75793c0.97864-0.96515,1.62714-2.2641,1.76111-3.7121
C39.93512,49.8465,40.95007,50,42,50s2.06488-0.1535,3.02582-0.44012c0.27551,2.9776,2.72687,5.32465,5.74927,5.43604L51,55h2
c2.20911,0,4,1.79089,4,4c0,0.55231,0.44769,1,1,1s1-0.44769,1-1C59,55.7616,56.43439,53.12238,53.22491,53.00409z M53,38.5
v-0.30988c0.2121,0.05566,0.35358,0.11108,0.41772,0.15887C53.79248,38.62848,54,39.14532,54,40
c0,1.27179-0.42621,1.8526-1.51129,1.97491C52.82092,40.87811,53,39.71057,53,38.5z M29.99988,40
c0-0.85468,0.20752-1.37152,0.58234-1.651C30.6463,38.30121,30.7879,38.24579,31,38.19012V38.5l0.0036,0.29633
c0.02667,1.10486,0.2027,2.17157,0.50769,3.17859C30.42621,41.8526,29.99988,41.27179,29.99988,40z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,53 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M77,24c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S77.5514,24,77,24z M29,80c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S29.5514,80,29,80z M15,10c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
C16,9.5514,15.5514,10,15,10z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M69.55188,69.32581c-5.15045,4.17072-12.70685,3.37646-16.87756-1.77399
c-4.17084-5.15039-3.37659-12.70685,1.77386-16.87762c5.15051-4.17072,12.70685-3.37653,16.87762,1.77399
c0.34747,0.4292,0.28137,1.0589-0.14783,1.40643c-0.4292,0.3476-1.0589,0.28137-1.40649-0.14783
c-3.47559-4.29211-9.77258-4.95392-14.0647-1.47827c-4.29199,3.47571-4.95386,9.77258-1.47821,14.0647
c3.47565,4.29205,9.77264,4.95386,14.06464,1.47827c2.72748-2.20868,4.0639-5.63489,3.62592-9.05298
c-0.07025-0.54779,0.31696-1.04883,0.86475-1.11902c0.54785-0.07019,1.04883,0.31702,1.11902,0.86481
C74.4281,62.56329,72.82391,66.67621,69.55188,69.32581z M66.4389,55.50873l-6.06793,7.10229l-2.32977-2.7547l-0.05908-0.06403
c-0.43073-0.41663-1.07574-0.42407-1.49774-0.03003c-0.43909,0.41016-0.47797,1.10522-0.08948,1.56445l2.82959,3.34436
c0.05219,0.06171,0.10931,0.11914,0.17084,0.17169c0.62988,0.53802,1.57678,0.46362,2.11481-0.16626l6.5683-7.68939l0.05377-0.06873
c0.3327-0.47809,0.27112-1.11218-0.13611-1.49609C67.54498,54.99689,66.84198,55.03693,66.4389,55.50873z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M70,19v26c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L68,45V28h-5
c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L63,26h5v-7c0-1.59772-1.2489-2.90369-2.82367-2.99487L65,16
h-7v3c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L56,19v-3H24v3c0,0.55231-0.44769,1-1,1
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L22,19v-3h-7c-1.59772,0-2.90369,1.2489-2.99487,2.82367L12,19v7h10v-1
c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L24,25v1h33c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L57,28H24v1c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L22,29
v-1H12v33c0,1.59772,1.2489,2.90369,2.82373,2.99487L15,64h28c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329
L43,66H15c-2.68878,0-4.88177-2.12231-4.99542-4.78308L10,61V19c0-2.68878,2.12231-4.88177,4.78308-4.99542L15,14h7v-3
c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L24,11v3h32v-3c0-0.55231,0.44769-1,1-1
c0.51282,0,0.93549,0.38599,0.99329,0.88342L58,11v3h7c2.68878,0,4.88177,2.12231,4.99542,4.78308L70,19z M47,64
c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S47.55231,64,47,64z M30,41c0,1.65692-1.34308,3-3,3h-6
c-1.65692,0-3-1.34308-3-3v-4c0-1.65692,1.34308-3,3-3h6c1.65692,0,3,1.34308,3,3V41z M28,37c0-0.55231-0.44769-1-1-1h-6
c-0.55231,0-1,0.44769-1,1v4c0,0.55231,0.44769,1,1,1h6c0.55231,0,1-0.44769,1-1V37z M62,37v4c0,1.65692-1.34308,3-3,3h-6
c-1.65692,0-3-1.34308-3-3v-4c0-1.65692,1.34308-3,3-3h6C60.65692,34,62,35.34308,62,37z M60,37c0-0.55231-0.44769-1-1-1h-6
c-0.55231,0-1,0.44769-1,1v4c0,0.55231,0.44769,1,1,1h6c0.55231,0,1-0.44769,1-1V37z M34,41v-4c0-1.65692,1.34308-3,3-3h6
c1.65692,0,3,1.34308,3,3v4c0,1.65692-1.34308,3-3,3h-6C35.34308,44,34,42.65692,34,41z M36,41c0,0.55231,0.44769,1,1,1h6
c0.55231,0,1-0.44769,1-1v-4c0-0.55231-0.44769-1-1-1h-6c-0.55231,0-1,0.44769-1,1V41z M30,51v4c0,1.65692-1.34308,3-3,3h-6
c-1.65692,0-3-1.34308-3-3v-4c0-1.65692,1.34308-3,3-3h6C28.65692,48,30,49.34308,30,51z M28,51c0-0.55231-0.44769-1-1-1h-6
c-0.55231,0-1,0.44769-1,1v4c0,0.55231,0.44769,1,1,1h6c0.55231,0,1-0.44769,1-1V51z M34,51c0-1.65692,1.34308-3,3-3h6
c1.65692,0,3,1.34308,3,3v4c0,1.65692-1.34308,3-3,3h-6c-1.65692,0-3-1.34308-3-3V51z M36,55c0,0.55231,0.44769,1,1,1h6
c0.55231,0,1-0.44769,1-1v-4c0-0.55231-0.44769-1-1-1h-6c-0.55231,0-1,0.44769-1,1V55z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -0,0 +1,51 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M59,76c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S59.5514,76,59,76z M67,12c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S67.5514,12,67,12z M9,16c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S9.5514,16,9,16z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M45,40h10c0.55231,0,1-0.44769,1-1v-8c0-0.55231-0.44769-1-1-1H45c-0.55231,0-1,0.44769-1,1v8
C44,39.55231,44.44769,40,45,40z M46,32h8v6h-8V32z M61,44H51c-0.55231,0-1,0.44769-1,1v8c0,0.55231,0.44769,1,1,1h10
c0.55231,0,1-0.44769,1-1v-8C62,44.44769,61.55231,44,61,44z M60,52h-8v-6h8V52z M58,31c0-0.51282,0.38599-0.93549,0.88342-0.99329
L59,30h2c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L61,32h-2C58.44769,32,58,31.55231,58,31z M62,35
c0,0.51282-0.38599,0.93549-0.88342,0.99329L61,36h-2c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L59,34h2
C61.55231,34,62,34.44769,62,35z M62,39c0,0.51282-0.38599,0.93549-0.88342,0.99329L61,40h-2c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L59,38h2C61.55231,38,62,38.44769,62,39z M48,45
c0,0.51282-0.38599,0.93549-0.88342,0.99329L47,46h-2c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L45,44h2
C47.55231,44,48,44.44769,48,45z M48,49c0,0.51282-0.38599,0.93549-0.88342,0.99329L47,50h-2c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L45,48h2C47.55231,48,48,48.44769,48,49z M48,53
c0,0.51282-0.38599,0.93549-0.88342,0.99329L47,54h-2c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L45,52h2
C47.55231,52,48,52.44769,48,53z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M16,21c0-0.55139,0.44861-1,1-1s1,0.44861,1,1s-0.44861,1-1,1S16,21.55139,16,21z M21,22
c0.55139,0,1-0.44861,1-1s-0.44861-1-1-1s-1,0.44861-1,1S20.44861,22,21,22z M25,22c0.55139,0,1-0.44861,1-1s-0.44861-1-1-1
s-1,0.44861-1,1S24.44861,22,25,22z M35.83081,31.5799l-4.27728-1.49213l0.43988-1.79889L32,28.23407
C31.99957,28.10822,31.8927,28,31.75409,28H30.3775l-0.06628,0.00873c-0.08459,0.02258-0.15222,0.08777-0.1731,0.17297
l-1.35675,5.54633l0.00073-0.26825l-0.00781-0.05859l-0.02209-0.05377c-0.02869-0.0506-0.0766-0.09064-0.13617-0.11023
l-2.12946-0.69977l2.12946-0.69904l0.05536-0.026c0.06799-0.04279,0.11072-0.11609,0.11072-0.19659V30.3866l-0.00763-0.05872
c-0.03467-0.13037-0.18195-0.2113-0.32227-0.16248l-4.29041,1.49402l-0.05408,0.02649C24.04138,31.729,24,31.80127,24,31.88049
v1.31458l0.00751,0.0578c0.01971,0.07434,0.0766,0.13635,0.1543,0.16345l4.29041,1.4939l0.03821,0.00836l-0.19354,0.79254
l-0.00659,0.05475C28.29071,35.89178,28.39771,36,28.53632,36h1.37659l0.06622-0.00873
c0.08466-0.02258,0.15228-0.08777,0.1731-0.17297l0.99329-4.06189c0.00897,0.00409,0.01837,0.00781,0.02808,0.01099l2.22552,0.73218
l-2.22552,0.73303l-0.05786,0.02728C31.04462,33.30469,31,33.38147,31,33.4657v1.2876l0.00787,0.06152
c0.03632,0.1366,0.19031,0.22125,0.33704,0.1701l4.4859-1.56482l0.05658-0.02771C35.95673,33.34717,36,33.27142,36,33.18848
v-1.37695l-0.00781-0.06055C35.97162,31.6731,35.91211,31.60822,35.83081,31.5799z M16,32h2v-4h-2V32z M16,36h2v-2h-2V36z M16,42h2
v-4h-2V42z M16,48h2v-4h-2V48z M16,52h2v-2h-2V52z M68,17v46c0,0.55231-0.44769,1-1,1H13c-0.55231,0-1-0.44769-1-1V17
c0-0.55231,0.44769-1,1-1h54C67.55231,16,68,16.44769,68,17z M14,58h6V26h-6V58z M66,18H14v6h37c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L51,26H40v32h15c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329
L55,60H14v2h52v-2h-5c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L61,58h5V26h-9c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L57,24h9V18z M38,58V26H22v32H38z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View file

@ -0,0 +1,65 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M73,18c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S73.5514,18,73,18z M7,18c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S7.5514,18,7,18z M11,68c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S11.5514,68,11,68z M65,72
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S65.5514,72,65,72z M19,6c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1
s1,0.44855,1,1C20,5.5514,19.5514,6,19,6z M55,78c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S55.5514,78,55,78z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M65.10162,33.98138c-0.54071,0.11292-1.07043-0.23389-1.18323-0.7746
c-0.3186-1.52637-1.552-2.78827-3.18658-3.24347c-0.5321-0.14813-0.84332-0.69952-0.69519-1.23151
c0.14819-0.5321,0.69958-0.84332,1.23157-0.69513c2.3396,0.65143,4.13324,2.48633,4.60803,4.76154
C65.98901,33.33893,65.64221,33.86859,65.10162,33.98138z M72.23212,54.99042c-1.38373,0.79877-3.13922,0.37018-4.00562-0.948
l-0.09247-0.15015l-5.8667-10.16125C61.53754,43.90106,60.78088,44,60,44c-5.51489,0-10-4.48511-10-10c0-5.5152,4.48499-10,10-10
s10,4.4848,10,10c0,2.56488-0.97845,4.89935-2.57111,6.67114l5.90118,10.22113
C74.15863,52.32721,73.66693,54.16199,72.23212,54.99042z M68,34c0-4.41058-3.58948-8-8-8s-8,3.58942-8,8c0,4.41028,3.58972,8,8,8
S68,38.41028,68,34z M71.65057,51.9967l-0.05249-0.10443l-5.68463-9.84607c-0.53589,0.3949-1.11072,0.73712-1.7204,1.0202
l5.67297,9.82587c0.27618,0.47833,0.88776,0.64221,1.36609,0.36603C71.67621,53.00189,71.84918,52.4563,71.65057,51.9967z
M45.89441,30.5528c0.22937,0.45868,0.07312,1.0094-0.34589,1.28351l-0.10132,0.05811l-1.51294,0.75647
C43.62115,34.54681,41.98358,36,40,36c-2.04871,0-3.7218-1.552-3.95343-3.53925l-3.44604-3.44604
C31.89935,29.6203,30.99756,30,30,30c-1.3656,0-2.57037-0.68915-3.2923-1.73584l-2.74445,1.37219C23.97443,29.758,24,29.87549,24,30
c0,2.20648-1.79352,4-4,4s-4-1.79352-4-4c0-2.2066,1.79352-4,4-4c1.3656,0,2.57037,0.68909,3.29236,1.73578l2.74438-1.37213
C26.02557,26.242,26,26.12451,26,26c0-2.2066,1.79352-4,4-4s4,1.7934,4,4c0,0.4718-0.09668,0.91809-0.24719,1.33862l2.75323,2.75323
C37.18604,28.85187,38.4881,28,40,28c1.68518,0,3.1225,1.04932,3.71094,2.52655l0.84186-0.42096
C45.04681,29.85858,45.6474,30.05878,45.89441,30.5528z M22,30c0-1.10199-0.89801-2-2-2s-2,0.89801-2,2c0,1.10193,0.89807,2,2,2
S22,31.10193,22,30z M32,26c0-1.10199-0.89801-2-2-2s-2,0.89801-2,2c0,1.10193,0.89807,2,2,2S32,27.10193,32,26z M42,32
c0-1.10199-0.89801-2-2-2s-2,0.89801-2,2c0,1.10187,0.89813,2,2,2C41.10193,34,42,33.10187,42,32z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M58.00671,19.11658C58.06451,19.61401,58.48718,20,59,20c0.55231,0,1-0.44769,1-1v-2l-0.00671-0.11658
C59.93549,16.38599,59.51282,16,59,16H40v-1c0-1.59772-1.2489-2.90369-2.82367-2.99487L37,12h-4
c-1.59772,0-2.90369,1.2489-2.99487,2.82367L30,15v1H11l-0.11658,0.00671C10.38599,16.06451,10,16.48718,10,17v38l0.00671,0.11658
C10.06451,55.61401,10.48718,56,11,56h7v1l0.00513,0.17627C18.09631,58.7511,19.40228,60,21,60h10.00006l-4.80005,6.40002
L26.13098,66.505c-0.24646,0.43152-0.13879,0.98907,0.26904,1.29498c0.44177,0.33142,1.0686,0.24182,1.39996-0.20001L33.5,60
h3.00006l5.69995,7.59998c0.33136,0.44183,0.95819,0.53143,1.39996,0.20001c0.40784-0.30591,0.5155-0.86346,0.26904-1.29498
l-0.06903-0.10498L39,60h10l0.17633-0.00513C50.7511,59.90369,52,58.59772,52,57v-1h7l0.11658-0.00671
C59.61401,55.93549,60,55.51282,60,55v-6l-0.00671-0.11658C59.93549,48.38599,59.51282,48,59,48l-0.11658,0.00671
C58.38599,48.06451,58,48.48718,58,49v5H12V18h46v1L58.00671,19.11658z M50,57l-0.00671,0.11658
C49.93549,57.61401,49.51282,58,49,58H21l-0.11658-0.00671C20.38599,57.93549,20,57.51282,20,57v-1h30V57z M32,15
c0-0.51282,0.38599-0.93549,0.88342-0.99329L33,14h4c0.51282,0,0.93549,0.38599,0.99329,0.88342L38,15v1h-6V15z M22,41v-1h-4v8h4v-3
c0-0.51282,0.38599-0.93549,0.88342-0.99329L23,44c0.51282,0,0.93549,0.38599,0.99329,0.88342L24,45v4
c0,0.51282-0.38599,0.93549-0.88342,0.99329L23,50h-6c-0.51282,0-0.93549-0.38599-0.99329-0.88342L16,49V39
c0-0.51282,0.38599-0.93549,0.88342-0.99329L17,38h6c0.51282,0,0.93549,0.38599,0.99329,0.88342L24,39v2c0,0.55231-0.44769,1-1,1
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L22,41z M28,36v12h4V37c0-0.51282,0.38599-0.93549,0.88342-0.99329L33,36
c0.51282,0,0.93549,0.38599,0.99329,0.88342L34,37v12c0,0.51282-0.38599,0.93549-0.88342,0.99329L33,50h-6
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L26,49V35c0-0.51282,0.38599-0.93549,0.88342-0.99329L27,34h2c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L29,36H28z M38,44v4h4v-5c0-0.51282,0.38599-0.93549,0.88342-0.99329L43,42
c0.51282,0,0.93549,0.38599,0.99329,0.88342L44,43v6c0,0.51282-0.38599,0.93549-0.88342,0.99329L43,50h-6
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L36,49v-6c0-0.51282,0.38599-0.93549,0.88342-0.99329L37,42h2c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L39,44H38z M48,41v7h4v-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L53,46
c0.51282,0,0.93549,0.38599,0.99329,0.88342L54,47v2c0,0.51282-0.38599,0.93549-0.88342,0.99329L53,50h-6
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L46,49v-8c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L48,41z"
/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -0,0 +1,82 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M68,13c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S68.5514,13,68,13z M30,80c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S30.5514,80,30,80z M15,10c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
C16,9.5514,15.5514,10,15,10z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M54,35c-9.38879,0-17,7.61121-17,17c0,0.06372,0.00043,0.12732,0.0011,0.1908
c-0.03802,3.31323,0.93329,6.65228,2.95441,9.55078c3.07251,4.40649,7.99957,6.97473,13.16968,7.23633
c0.2251,0.01141,0.45142,0.01837,0.67871,0.021c2.23633,0.02551,4.50458-0.38141,6.67603-1.25812
c0.0636-0.0257,0.1236-0.0575,0.1795-0.0946c2.44586-1.04236,4.5976-2.6416,6.2959-4.63837
c0.12067-0.06061,0.23419-0.1499,0.33319-0.27142c2.46698-3.0246,3.7525-6.76038,3.71051-10.55206
C70.99969,52.12292,71,52.06152,71,52C71,42.61121,63.38892,35,54,35z M54,37c1.68689,0,3.30872,0.2785,4.82208,0.79187
l-0.40259,0.27936l-0.44421,0.32068c-0.76917,0.56891-1.29315,1.0376-1.62396,1.48029
c-0.03925,0.05249-0.09344,0.15198-0.15369,0.2738l-0.12604,0.26581l-0.33899,0.76038
c-0.22833,0.44702-0.43219,0.64874-0.60107,0.66943l-0.12042,0.00977l-0.15039,0.00275l-0.31219-0.00952L53.466,41.78467
c-0.05341-0.00195-0.1048-0.00366-0.15479-0.00488l-0.29083-0.00269c-0.04779,0.00031-0.0957,0.0011-0.14459,0.0022
c-1.59229,0.0368-2.75391,0.56952-3.2713,1.94263l-0.07098,0.20685c-0.37592,1.20941-0.29443,3.02112,0.30182,4.40485
l0.01068,0.0224l-0.1347-0.13135c-0.64337-0.61389-1.19849-0.95355-1.94922-1.15649l-0.42676-0.10651l-1.21814-0.26068
l-0.53461-0.12592l-0.41718-0.11157l-0.2135-0.06451l-0.16211-0.0553l-0.11102-0.0448
c-0.04285-0.01959-0.06659-0.03491-0.07159-0.04517c-0.03058-0.06372-0.05359-0.14392-0.07056-0.25781l-0.021-0.19824
l-0.01282-0.2616l-0.0058-0.33777l-0.00061-0.20001c0-0.18237-0.0011-0.34949-0.00391-0.5047l-0.01398-0.43311
c-0.02692-0.53851-0.08972-0.9386-0.22504-1.41089c-0.06818-0.23828-0.15277-0.4693-0.25537-0.69397
c-0.11438-0.25702-0.26221-0.50134-0.43872-0.72565C46.2597,38.61169,49.94171,37,54,37z M65.60553,61.50403
c-1.23523,1.50647-2.75793,2.76819-4.48431,3.70105c-0.08911-0.75946-0.29858-1.4848-0.57312-2.14087
c-0.2226-0.52954-0.63177-1.18109-1.22797-1.9599l-0.34375-0.4375l-0.38086-0.46283l-0.41803-0.4884l-0.45508-0.5141
L57.2301,58.6615l-0.52948-0.56622l-0.56671-0.59241l-0.29718-0.30609c-0.03156-0.03229-0.06012-0.06268-0.086-0.09259
l-0.06903-0.08948c-0.07092-0.10583-0.10822-0.22162-0.11469-0.40509l0.00189-0.17529l0.0166-0.21661l0.03088-0.26581
l0.07233-0.50903l0.06976-0.46057l0.02924-0.13672c0.10046-0.39136,0.33356-0.62079,1.12317-0.83575l0.28448-0.07141l0.3291-0.07141
l0.58521-0.11023l0.70544-0.11725l0.42426-0.06512l0.28473-0.03351c0.65692-0.05817,0.92596,0.08551,1.36609,0.68298l0.1864,0.26379
l0.34131,0.49701c0.64056,0.91589,1.10046,1.27582,2.07678,1.72534l0.21741,0.0979c0.37073,0.16455,0.64813,0.29559,0.9646,0.46277
l0.24689,0.1333c0.52319,0.29242,0.70111,0.4884,0.75922,1.23383l0.01593,0.28699l0.00806,0.33899l0.00262,0.39709l0.00012,0.42413
C65.70953,60.58728,65.67358,61.06018,65.60553,61.50403z M67.64398,58.24109c-0.14996-1.28741-0.59857-1.94238-1.75031-2.586
c-0.3949-0.21747-0.70758-0.37378-1.07935-0.54419l-0.29224-0.13159c-0.8255-0.36481-1.01978-0.50403-1.46179-1.13593
l-0.22852-0.33087c-1.12549-1.67334-1.99518-2.20984-4.05865-1.89093c-3.65961,0.56744-4.72162,1.2702-5.00482,3.1394
l-0.09711,0.66864c-0.01038,0.07635-0.02002,0.1507-0.02881,0.2229l-0.04352,0.40948
c-0.10699,1.22437,0.08594,1.79236,0.80591,2.53119l0.52631,0.54437l0.49402,0.521l0.46118,0.49725l0.42853,0.47296l0.39526,0.44849
l0.36212,0.4234l0.32849,0.39813l0.2948,0.37207l0.26093,0.34601c0.04059,0.05542,0.07977,0.1098,0.11755,0.16302l0.20941,0.30579
c0.19232,0.29218,0.3327,0.54352,0.42041,0.75201l0.0921,0.2334c0.20618,0.55457,0.34802,1.17621,0.3678,1.79626L59.164,66.0874
c-1.46411,0.53687-3.03522,0.85199-4.67261,0.90472C54.32819,66.99738,54.16443,67,54,67
c-8.21997,0-14.89569-6.612-14.99878-14.8075c0.04095-3.17462,1.13831-6.32111,3.24628-8.90961l0.07849-0.09589l0.00482,0.01318
c0.07379,0.25781,0.11639,0.4978,0.13977,0.81079l0.01752,0.34082l0.00751,0.40961l0.00391,0.68878
c0.01331,0.797,0.07629,1.19342,0.30542,1.67041c0.35785,0.7428,0.88464,1.05389,2.15869,1.37018l0.4278,0.10059l0.48151,0.104
l0.85675,0.18005l0.27454,0.06317l0.23572,0.06018c0.53418,0.14441,0.98816,0.51483,1.76056,1.37714l0.5307,0.59259
c0.30182,0.32562,0.50574,0.5188,0.73389,0.6488c0.33374,0.19019,0.7467,0.17236,1.06281-0.04553
c0.38123-0.26288,0.7865-0.85107,0.97784-1.52161c0.1889-0.6626,0.14996-1.32275-0.19904-1.81708l-0.10291-0.13049
c-0.68896-0.79468-0.8689-2.77393-0.5282-3.67419c0.16583-0.44012,0.5791-0.62958,1.44653-0.64972l0.23187-0.00128l0.3988,0.01331
l0.81152,0.04749l0.31647,0.01361c0.04724,0.0014,0.09192,0.00238,0.13464,0.00287l0.23706-0.0025l0.21411-0.01379
c0.0351-0.0033,0.07031-0.00708,0.10602-0.01135c0.92297-0.11292,1.55267-0.68256,2.03906-1.55396l0.14252-0.27295l0.0899-0.19244
l0.2193-0.5061l0.08972-0.22638c0.00189-0.00598,0.00208-0.00818,0.00037-0.00598c0.13971-0.18689,0.39191-0.42444,0.74921-0.71094
l0.33179-0.25751l0.3822-0.28137c0.06793-0.04883,0.13782-0.09857,0.20972-0.14948l0.45587-0.31653l0.32074-0.21741l0.20349,0.09448
c3.95117,1.89014,6.86377,5.38605,7.94141,9.57013l0.08978,0.3689c0.22943,0.99933,0.34863,2.01013,0.36121,3.0166
C68.9726,54.34479,68.49042,56.3938,67.64398,58.24109z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M67,18v16c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L65,34v-7h-9
c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L56,25h9v-6H13v6h37c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L50,27H13v36h23c0.51282,0,0.93549,0.38599,0.99329,0.88342L37,64
c0,0.51282-0.38599,0.93549-0.88342,0.99329L36,65H12c-0.51282,0-0.93549-0.38599-0.99329-0.88342L11,64V18
c0-0.51282,0.38599-0.93549,0.88342-0.99329L12,17h54c0.51282,0,0.93549,0.38599,0.99329,0.88342L67,18z M15,22
c0,0.55139,0.44861,1,1,1s1-0.44861,1-1s-0.44861-1-1-1S15,21.44861,15,22z M19,22c0,0.55139,0.44861,1,1,1s1-0.44861,1-1
s-0.44861-1-1-1S19,21.44861,19,22z M23,22c0,0.55139,0.44861,1,1,1s1-0.44861,1-1s-0.44861-1-1-1S23,21.44861,23,22z
M62.11658,22.99329C62.61401,22.93549,63,22.51282,63,22c0-0.55231-0.44769-1-1-1H32l-0.11658,0.00671
C31.38599,21.06451,31,21.48718,31,22c0,0.55231,0.44769,1,1,1h30L62.11658,22.99329z M38,33H20l-0.11658,0.00671
C19.38599,33.06451,19,33.48718,19,34c0,0.55231,0.44769,1,1,1h18l0.11658-0.00671C38.61401,34.93549,39,34.51282,39,34
C39,33.44769,38.55231,33,38,33z M34.11658,40.99329C34.61401,40.93549,35,40.51282,35,40c0-0.55231-0.44769-1-1-1H20
l-0.11658,0.00671C19.38599,39.06451,19,39.48718,19,40c0,0.55231,0.44769,1,1,1h14L34.11658,40.99329z M20,45l-0.11658,0.00671
C19.38599,45.06451,19,45.48718,19,46c0,0.55231,0.44769,1,1,1h12l0.11658-0.00671C32.61401,46.93549,33,46.51282,33,46
c0-0.55231-0.44769-1-1-1H20z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

@ -0,0 +1,54 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M58,5c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C59,4.5514,58.5514,5,58,5z M22,77
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S22.5514,77,22,77z M12,13c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S12.5514,13,12,13z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M41,13c0.5523,0,1,0.4477,1,1s-0.4477,1-1,1c-6.6274,0-12,5.3726-12,12s5.3726,12,12,12s12-5.3726,12-12
c0-2.0233-0.5005-3.9719-1.4429-5.7103c-0.2632-0.4855-0.083-1.0925,0.4025-1.3557s1.0925-0.083,1.3557,0.4025
C54.4155,22.3657,55,24.6418,55,27c0,7.732-6.268,14-14,14s-14-6.268-14-14S33.268,13,41,13z M33.9167,27.6908l0.0853-0.0672
l10.5992-7.527c0.7248-0.5147,1.7105,0.1013,1.5657,0.9783l-2.1188,12.8262c-0.1444,0.8742-1.2704,1.1426-1.7936,0.4276
l-2.9442-4.023l-4.9064-0.8826C33.5682,29.2727,33.3016,28.229,33.9167,27.6908z M42.4626,31.2261l1.3398-8.1093l-6.7011,4.7591
l2.2897,0.4122l0.7011-1.1219c0.2927-0.4684,0.9096-0.6108,1.378-0.3182c0.4349,0.2718,0.5888,0.8232,0.3742,1.2755l-0.0561,0.1025
l-0.7008,1.1215L42.4626,31.2261z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M68,67c0,0.51282-0.38599,0.93549-0.88342,0.99329L67,68h-8c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L59,66h8C67.55231,66,68,66.44769,68,67z M72,27v36c0,0.55231-0.44769,1-1,1
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L70,63V29.19006L49.98431,46.53699l17.68011,15.71564l0.08856,0.08917
c0.32751,0.37372,0.33313,0.94153-0.00562,1.32257c-0.36688,0.41272-0.99896,0.44995-1.41174,0.08301l-17.87555-15.8894
l-6.80505,5.89771c-0.33356,0.289-0.81183,0.32245-1.17902,0.09613l-0.10663-0.07568l-7.27808-5.91345L11.72253,66H47
c0.51282,0,0.93549,0.38599,0.99329,0.88342L48,67c0,0.51282-0.38599,0.93549-0.88342,0.99329L47,68H9
c-0.00854,0-0.01575-0.00433-0.02429-0.00458c-0.05426-0.00134-0.10498-0.01959-0.15845-0.02966
c-0.07153-0.01367-0.14331-0.02295-0.20856-0.05096c-0.04242-0.01807-0.07794-0.04846-0.11792-0.07263
c-0.06921-0.04199-0.13562-0.08441-0.19244-0.14142c-0.01154-0.01154-0.02716-0.01593-0.03827-0.02814
c-0.02783-0.03058-0.03937-0.06848-0.06268-0.10138c-0.03741-0.05243-0.07355-0.10315-0.1004-0.16241
c-0.02618-0.05792-0.04034-0.1167-0.05487-0.17755c-0.00958-0.03931-0.03064-0.07367-0.0354-0.11469l-0.0058-0.10071
c0-0.00238-0.00037-0.00464-0.00043-0.00708L8,67V27c0-0.05237,0.02008-0.09827,0.02783-0.1485
c0.00861-0.05719,0.01288-0.11285,0.03156-0.1684c0.02698-0.0799,0.06946-0.14911,0.11462-0.21857
c0.01978-0.0307,0.02637-0.06616,0.04993-0.09515c0.00519-0.00641,0.01288-0.00922,0.01819-0.01544
c0.04504-0.05292,0.10223-0.09119,0.15729-0.13367c0.04114-0.03162,0.07715-0.07056,0.12195-0.09503
c0.04639-0.02545,0.09979-0.03516,0.15027-0.0531c0.06317-0.02222,0.1239-0.04944,0.18988-0.05865
c0.00775-0.0011,0.01404-0.00586,0.02185-0.00677L9,26h14c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L23,28
H11.81665L40.979,51.69397L68.31921,28H59c-0.51282,0-0.93549-0.38599-0.99329-0.88342L58,27
c0-0.51282,0.38599-0.93549,0.88342-0.99329L59,26h12c0.01282,0,0.02362,0.00635,0.03632,0.00684
c0.05701,0.00208,0.11005,0.01935,0.16595,0.03107c0.06866,0.01453,0.13678,0.02594,0.19946,0.05377
c0.04578,0.02014,0.08459,0.05121,0.12738,0.07843c0.06525,0.04169,0.12683,0.08417,0.18054,0.13947
c0.01392,0.01428,0.03278,0.02026,0.04602,0.03552c0.02484,0.02869,0.0343,0.06396,0.05536,0.09454
c0.03638,0.05237,0.06958,0.10394,0.09552,0.16296c0.02539,0.05786,0.04065,0.11578,0.05444,0.17639
c0.00836,0.03595,0.02795,0.06708,0.03229,0.10443L72,27z M31.51312,46.58038L10,29.10095v35.73932L31.51312,46.58038z M71,66
c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S71.55231,66,71,66z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View file

@ -0,0 +1,45 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M73,18c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S73.5514,18,73,18z M7,18c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S7.5514,18,7,18z M11,68c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S11.5514,68,11,68z M19,6
c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C20,5.5514,19.5514,6,19,6z M55,78c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S55.5514,78,55,78z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M54.0367,40.7318c0.1481-0.5321,0.6995-0.8433,1.2315-0.6951c2.3396,0.6514,4.1332,2.4863,4.608,4.7615
c0.1128,0.5407-0.234,1.0704-0.7746,1.1832c-0.5406,0.1129-1.0704-0.2339-1.1832-0.7746c-0.3186-1.5264-1.552-2.7883-3.1866-3.2435
C54.1997,41.8152,53.8885,41.2638,54.0367,40.7318z M44,46c0-5.5152,4.485-10,10-10s10,4.4848,10,10
c0,2.5661-0.9711,4.9093-2.5651,6.6814l5.8952,10.2109c0.8285,1.4349,0.3368,3.2697-1.098,4.0981
c-1.38371,0.7988-3.1392,0.3702-4.0056-0.94801L62.134,65.8923l-5.8616-10.1526C55.5421,55.91,54.7814,56,54,56
C48.4851,56,44,51.5149,44,46z M58.1984,55.0757l5.6676,9.8166c0.2762,0.47829,0.8878,0.6422,1.3661,0.366
c0.4441-0.2564,0.6171-0.802,0.4185-1.2616l-0.0525-0.1044l-5.679-9.8363C59.3836,54.4505,58.8076,54.7929,58.1984,55.0757z M62,46
c0-4.4106-3.5895-8-8-8s-8,3.5894-8,8c0,4.4103,3.5897,8,8,8S62,50.4103,62,46z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M69,18v38c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L67,56V27h-9
c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L58,25h9v-6H15v6h37c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L52,27H15v36h41c0.51282,0,0.93549,0.38599,0.99329,0.88342L57,64
c0,0.51282-0.38599,0.93549-0.88342,0.99329L56,65H14c-0.51282,0-0.93549-0.38599-0.99329-0.88342L13,64V18
c0-0.51282,0.38599-0.93549,0.88342-0.99329L14,17h54c0.51282,0,0.93549,0.38599,0.99329,0.88342L69,18z M17,22
c0,0.55139,0.44861,1,1,1s1-0.44861,1-1s-0.44861-1-1-1S17,21.44861,17,22z M21,22c0,0.55139,0.44861,1,1,1s1-0.44861,1-1
s-0.44861-1-1-1S21,21.44861,21,22z M25,22c0,0.55139,0.44861,1,1,1s1-0.44861,1-1s-0.44861-1-1-1S25,21.44861,25,22z
M64.11658,22.99329C64.61401,22.93549,65,22.51282,65,22c0-0.55231-0.44769-1-1-1H34l-0.11658,0.00671
C33.38599,21.06451,33,21.48718,33,22c0,0.55231,0.44769,1,1,1h30L64.11658,22.99329z M40.11658,34.99329
C40.61401,34.93549,41,34.51282,41,34c0-0.55231-0.44769-1-1-1H22l-0.11658,0.00671C21.38599,33.06451,21,33.48718,21,34
c0,0.55231,0.44769,1,1,1h18L40.11658,34.99329z M36.11658,40.99329C36.61401,40.93549,37,40.51282,37,40c0-0.55231-0.44769-1-1-1
H22l-0.11658,0.00671C21.38599,39.06451,21,39.48718,21,40c0,0.55231,0.44769,1,1,1h14L36.11658,40.99329z M22,45l-0.11658,0.00671
C21.38599,45.06451,21,45.48718,21,46c0,0.55231,0.44769,1,1,1h12l0.11658-0.00671C34.61401,46.93549,35,46.51282,35,46
c0-0.55231-0.44769-1-1-1H22z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -0,0 +1,60 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M76,70c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S76.5514,70,76,70z M39,4c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C40,3.5514,39.5514,4,39,4z M4,62c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S4.5514,62,4,62z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M65.94873,57.68378L64,51.83771v-3.66199c0.0639-0.08801,0.12122-0.18201,0.17078-0.28131l1.51855-3.03699
c0.2605-0.52081,0.28088-1.12933,0.05615-1.6665L61.82739,33.828c-0.20361-0.48669-0.59131-0.87323-1.07861-1.07532
c-1.0202-0.42328-2.19037,0.06073-2.61365,1.08093l-3.88373,9.36127c-0.22241,0.53589-0.20099,1.14191,0.05841,1.66089
l1.51941,3.03864c0.04956,0.0993,0.10687,0.1933,0.17078,0.28131v3.66199l-1.94867,5.84607l-0.03052,0.11273
c-0.10242,0.49011,0.17651,0.98999,0.66296,1.15216l0.11273,0.03052c0.49011,0.10254,0.98999-0.17639,1.15222-0.66296L57.72003,53
h4.55896l1.70099,5.10303L62.69598,69h-5.39301l-0.3598-3.0545l-0.02039-0.11511c-0.11548-0.48706-0.58051-0.82098-1.08978-0.76099
c-0.54852,0.06458-0.94073,0.56158-0.8761,1.11011l0.46399,3.9375l0.02002,0.11389C55.54633,70.6767,55.94598,71,56.414,71h7.172
l0.11548-0.00659c0.45502-0.05249,0.82294-0.41162,0.87762-0.8764l1.414-12L66,58.00739
C66.00079,57.89771,65.98352,57.78827,65.94873,57.68378z M62,51h-4v-2h4V51z M62.38202,47h-4.76404l-1.51929-3.0387L59,36.96802V42
l0.00671,0.11658C59.06451,42.61401,59.48718,43,60,43c0.55231,0,1-0.44769,1-1v-4.96832l2.90051,6.93134L62.38202,47z M50,56
c0,0.08179-0.01001,0.16321-0.02991,0.24249c-0.50531,2.02142-2.75232,3.33521-6.7619,4.05951l-0.64771,0.1095
c-0.22076,0.03491-0.44647,0.06812-0.677,0.09979l-0.70636,0.09021c-0.12024,0.01428-0.24164,0.02808-0.3642,0.04163
l-0.75043,0.07599l-0.77979,0.06671l-0.8092,0.05737l-0.83862,0.0484c-0.14227,0.00732-0.28571,0.01422-0.43036,0.02069
l-0.88275,0.03491l-0.91217,0.026l-0.94171,0.01721L33,61c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1l0.95001-0.00427
c0.15576-0.00153,0.3103-0.00323,0.4635-0.00543l0.90387-0.01709l0.87323-0.02551l0.84241-0.03381l0.81171-0.04181l0.78076-0.04987
l0.75-0.05768l0.71912-0.06555c0.11731-0.0116,0.23328-0.0235,0.34802-0.03558l0.67279-0.0769
c0.32867-0.04028,0.64581-0.08337,0.95129-0.12921l0.59552-0.09515l0.56445-0.10229l0.53363-0.10944
c2.41748-0.52618,3.82208-1.27667,4.20349-2.19391l0.0332-0.09149l-0.00671-0.11792
c-0.04626-0.53815-0.26849-0.7226-0.85822-0.74475L47,55c-1.03882,0-2.13281,0.547-3.29291,1.70709
c-0.6026,0.6026-1.61432,0.22058-1.70111-0.59351L42,56c0-0.78101-0.21899-1-1-1c-1.03882,0-2.13281,0.547-3.29291,1.70709
c-0.3905,0.3905-1.02368,0.3905-1.41418,0s-0.3905-1.02368,0-1.41418C37.79938,53.78638,39.37213,53,41,53
c1.14478,0,2.00543,0.41083,2.50482,1.15558l0.03918,0.06342l0.19562-0.1358c0.97717-0.6601,1.97937-1.02448,3.00378-1.07672L47,53
C48.88562,53,50,54.11438,50,56z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M55.99329,11.88342L56,12v20c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L54,32V13H18
v52h31c0.51282,0,0.93549,0.38599,0.99329,0.88342L50,66c0,0.51282-0.38599,0.93549-0.88342,0.99329L49,67H17
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L16,66V12c0-0.51282,0.38599-0.93549,0.88342-0.99329L17,11h38
C55.51282,11,55.93549,11.38599,55.99329,11.88342z M23,19h16l0.11658-0.00671C39.61401,18.93549,40,18.51282,40,18
c0-0.55231-0.44769-1-1-1H23l-0.11658,0.00671C22.38599,17.06451,22,17.48718,22,18C22,18.55231,22.44769,19,23,19z M23,25h26
l0.11658-0.00671C49.61401,24.93549,50,24.51282,50,24c0-0.55231-0.44769-1-1-1H23l-0.11658,0.00671
C22.38599,23.06451,22,23.48718,22,24C22,24.55231,22.44769,25,23,25z M23,31h20l0.11658-0.00671
C43.61401,30.93549,44,30.51282,44,30c0-0.55231-0.44769-1-1-1H23l-0.11658,0.00671C22.38599,29.06451,22,29.48718,22,30
C22,30.55231,22.44769,31,23,31z M49.11658,36.99329C49.61401,36.93549,50,36.51282,50,36c0-0.55231-0.44769-1-1-1H23
l-0.11658,0.00671C22.38599,35.06451,22,35.48718,22,36c0,0.55231,0.44769,1,1,1h26L49.11658,36.99329z M59.99329,19.88342
C59.93549,19.38599,59.51282,19,59,19c-0.55231,0-1,0.44769-1,1v8l0.00671,0.11658C58.06451,28.61401,58.48718,29,59,29
c0.55231,0,1-0.44769,1-1v-8L59.99329,19.88342z M51,69H25l-0.11658,0.00671C24.38599,69.06451,24,69.48718,24,70
c0,0.55231,0.44769,1,1,1h26l0.11658-0.00671C51.61401,70.93549,52,70.51282,52,70C52,69.44769,51.55231,69,51,69z M23,41
l-0.11658,0.00671C22.38599,41.06451,22,41.48718,22,42c0,0.55231,0.44769,1,1,1h20l0.11658-0.00671
C43.61401,42.93549,44,42.51282,44,42c0-0.55231-0.44769-1-1-1H23z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

@ -0,0 +1,22 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M5 60c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1ZM17 8c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1ZM3 26c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1Zm74 30c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1Zm-2-34c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1Z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M55 48c7.1797 0 13 5.8203 13 13s-5.8203 13-13 13-13-5.8203-13-13 5.8203-13 13-13Zm0 2c-6.0751 0-11 4.9249-11 11s4.9249 11 11 11 11-4.9249 11-11-4.9249-11-11-11Zm0 4c.5128 0 .9355.386.9933.8834L56 55v5h5c.5523 0 1 .4477 1 1 0 .5128-.386.9355-.8834.9933L61 62h-5v5c0 .5523-.4477 1-1 1-.5128 0-.9355-.386-.9933-.8834L54 67v-5h-5c-.5523 0-1-.4477-1-1 0-.5128.386-.9355.8834-.9933L49 60h5v-5c0-.5523.4477-1 1-1ZM43 30c.5523 0 1 .4477 1 1 0 .5128-.386.9355-.8834.9933L43 32H23c-.5523 0-1-.4477-1-1 0-.5128.386-.9355.8834-.9933L23 30h20Zm6-6c.5523 0 1 .4477 1 1 0 .5128-.386.9355-.8834.9933L49 26H23c-.5523 0-1-.4477-1-1 0-.5128.386-.9355.8834-.9933L23 24h26Zm-10-6c.5523 0 1 .4477 1 1 0 .5128-.386.9355-.8834.9933L39 20H23c-.5523 0-1-.4477-1-1 0-.5128.386-.9355.8834-.9933L23 18h16Z" />
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M55 12c.5128 0 .9355.386.9933.8834L56 13v32c0 .5523-.4477 1-1 1-.5128 0-.9355-.386-.9933-.8834L54 45V14H18v52h21c.5128 0 .9355.386.9933.8834L40 67c0 .5128-.386.9355-.8834.9933L39 68H17c-.5128 0-.9355-.386-.9933-.8834L16 67V13c0-.5128.386-.9355.8834-.9933L17 12h38ZM33 60c.5523 0 1 .4477 1 1 0 .5128-.386.9355-.8834.9933L33 62H23c-.5523 0-1-.4477-1-1 0-.5128.386-.9355.8834-.9933L23 60h10Zm4-6c.5523 0 1 .4477 1 1 0 .5128-.386.9355-.8834.9933L37 56H23c-.5523 0-1-.4477-1-1 0-.5128.386-.9355.8834-.9933L23 54h14Zm4-6c.5523 0 1 .4477 1 1 0 .5128-.386.9355-.8834.9933L41 50H23c-.5523 0-1-.4477-1-1 0-.5128.386-.9355.8834-.9933L23 48h18Zm4-6c.5523 0 1 .4477 1 1 0 .5128-.386.9355-.8834.9933L45 44H23c-.5523 0-1-.4477-1-1 0-.5128.386-.9355.8834-.9933L23 42h22Zm4-6c.5523 0 1 .4477 1 1 0 .5128-.386.9355-.8834.9933L49 38H23c-.5523 0-1-.4477-1-1 0-.5128.386-.9355.8834-.9933L23 36h26Zm10-24c.5128 0 .9355.386.9933.8834L60 13v32c0 .5523-.4477 1-1 1-.5128 0-.9355-.386-.9933-.8834L58 45V13c0-.5523.4477-1 1-1Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,51 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M5,60c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S5.5514,60,5,60z M16,6c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1c0.5514,0,1,0.44855,1,1C17,5.5514,16.5514,6,16,6z M3,26c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S3.5514,26,3,26z M77,56c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S77.5514,56,77,56z M75,22c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S75.5514,22,75,22z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M21,17c0-0.51282,0.38599-0.93549,0.88342-0.99329L22,16h16c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L38,18H22C21.44769,18,21,17.55231,21,17z M58,64h-8l-0.11658,0.00671
C49.38599,64.06451,49,64.48718,49,65c0,0.55231,0.44769,1,1,1h8l0.11658-0.00671C58.61401,65.93549,59,65.51282,59,65
C59,64.44769,58.55231,64,58,64z M53.29291,61.70709c0.02997,0.03003,0.06152,0.0578,0.09418,0.08319
c0.07159,0.05573,0.14899,0.10022,0.22992,0.13373c0.10321,0.04291,0.21521,0.06891,0.3324,0.07471
C53.96619,61.99957,53.98303,62,54,62c0.0097,0,0.01929-0.00012,0.02899-0.00043l0.02252-0.00085
c0.11597-0.00592,0.22681-0.03149,0.3291-0.07373c0.11877-0.04877,0.22998-0.1214,0.32648-0.2179l4-4l0.08319-0.09418
c0.30499-0.39233,0.27734-0.95953-0.08319-1.32001c-0.3905-0.3905-1.02368-0.3905-1.41418,0L55,58.58582V53l-0.00671-0.11658
C54.93549,52.38599,54.51282,52,54,52c-0.55231,0-1,0.44769-1,1v5.58582l-2.29291-2.29291l-0.09418-0.08319
c-0.39233-0.30499-0.95953-0.27734-1.32001,0.08319c-0.3905,0.3905-0.3905,1.02368,0,1.41418L53.29291,61.70709z M67,59
c0,7.17969-5.82031,13-13,13s-13-5.82031-13-13s5.82031-13,13-13S67,51.82031,67,59z M65,59c0-6.07507-4.92493-11-11-11
s-11,4.92493-11,11s4.92493,11,11,11S65,65.07507,65,59z M22,24h26l0.11658-0.00671C48.61401,23.93549,49,23.51282,49,23
c0-0.55231-0.44769-1-1-1H22l-0.11658,0.00671C21.38599,22.06451,21,22.48718,21,23C21,23.55231,21.44769,24,22,24z
M42.11658,29.99329C42.61401,29.93549,43,29.51282,43,29c0-0.55231-0.44769-1-1-1H22l-0.11658,0.00671
C21.38599,28.06451,21,28.48718,21,29c0,0.55231,0.44769,1,1,1h20L42.11658,29.99329z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M54.99329,10.88342L55,11v32c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L53,43V12H17
v52h21c0.51282,0,0.93549,0.38599,0.99329,0.88342L39,65c0,0.51282-0.38599,0.93549-0.88342,0.99329L38,66H16
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L15,65V11c0-0.51282,0.38599-0.93549,0.88342-0.99329L16,10h38
C54.51282,10,54.93549,10.38599,54.99329,10.88342z M48,34H22l-0.11658,0.00671C21.38599,34.06451,21,34.48718,21,35
c0,0.55231,0.44769,1,1,1h26l0.11658-0.00671C48.61401,35.93549,49,35.51282,49,35C49,34.44769,48.55231,34,48,34z M40,46H22
l-0.11658,0.00671C21.38599,46.06451,21,46.48718,21,47c0,0.55231,0.44769,1,1,1h18l0.11658-0.00671
C40.61401,47.93549,41,47.51282,41,47C41,46.44769,40.55231,46,40,46z M58.99329,10.88342C58.93549,10.38599,58.51282,10,58,10
c-0.55231,0-1,0.44769-1,1v32l0.00671,0.11658C57.06451,43.61401,57.48718,44,58,44c0.55231,0,1-0.44769,1-1V11L58.99329,10.88342z
M44,40H22l-0.11658,0.00671C21.38599,40.06451,21,40.48718,21,41c0,0.55231,0.44769,1,1,1h22l0.11658-0.00671
C44.61401,41.93549,45,41.51282,45,41C45,40.44769,44.55231,40,44,40z M22,58l-0.11658,0.00671C21.38599,58.06451,21,58.48718,21,59
c0,0.55231,0.44769,1,1,1h10l0.11658-0.00671C32.61401,59.93549,33,59.51282,33,59c0-0.55231-0.44769-1-1-1H22z M36.11658,53.99329
C36.61401,53.93549,37,53.51282,37,53c0-0.55231-0.44769-1-1-1H22l-0.11658,0.00671C21.38599,52.06451,21,52.48718,21,53
c0,0.55231,0.44769,1,1,1h14L36.11658,53.99329z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,45 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M75,62c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,62,75,62z M55,4c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C56,3.5514,55.5514,4,55,4z M3,54c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S3.5514,54,3,54z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M50,53c1.8856,0,3,1.1144,3,3c0,0.0818-0.01,0.1632-0.0299,0.2425c-0.5053,2.0214-2.7523,3.3352-6.7619,4.0595
l-0.6477,0.1095c-0.2208,0.0349-0.4465,0.0681-0.677,0.0998l-0.7064,0.0902c-0.1202,0.0143-0.2416,0.0281-0.3642,0.0416
l-0.7504,0.076l-0.7798,0.0667l-0.8092,0.0574l-0.8386,0.0484c-0.1423,0.0073-0.2857,0.0142-0.4304,0.0207l-0.8827,0.0349
l-0.9122,0.026l-0.9417,0.0172L36,61c-0.5523,0-1-0.4477-1-1s0.4477-1,1-1l0.95-0.0043c0.1558-0.0015,0.3103-0.0033,0.4635-0.0054
l0.9039-0.0171l0.8732-0.0255l0.8424-0.0338l0.8117-0.0418l0.7808-0.0499l0.75-0.0578l0.7191-0.0654
c0.1173-0.0116,0.2333-0.0235,0.348-0.0357l0.6728-0.0768c0.3287-0.0403,0.6458-0.0834,0.9513-0.1292l0.5955-0.0952l0.5645-0.1024
l0.5336-0.1093c2.4175-0.5262,3.8221-1.2767,4.2035-2.1939l0.0332-0.0915l-0.0067-0.1179
c-0.0463-0.5382-0.2685-0.7226-0.8582-0.7448L50,55c-1.0388,0-2.1328,0.547-3.2929,1.7071
c-0.6026,0.6026-1.6143,0.2206-1.7011-0.5935L45,56c0-0.781-0.219-1-1-1c-1.0388,0-2.1328,0.547-3.2929,1.7071
c-0.3905,0.3905-1.0237,0.3905-1.4142,0s-0.3905-1.0237,0-1.4142C40.7994,53.7863,42.3721,53,44,53
c1.1448,0,2.0054,0.4108,2.5048,1.1556l0.0392,0.0634l0.1956-0.1358c0.9772-0.6601,1.9794-1.0245,3.0038-1.0767L50,53z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M25,18c0-0.51282,0.38599-0.93549,0.88342-0.99329L26,17h16c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L42,19H26C25.44769,19,25,18.55231,25,18z M26,25h26l0.11658-0.00671
C52.61401,24.93549,53,24.51282,53,24c0-0.55231-0.44769-1-1-1H26l-0.11658,0.00671C25.38599,23.06451,25,23.48718,25,24
C25,24.55231,25.44769,25,26,25z M26,31h20l0.11658-0.00671C46.61401,30.93549,47,30.51282,47,30c0-0.55231-0.44769-1-1-1H26
l-0.11658,0.00671C25.38599,29.06451,25,29.48718,25,30C25,30.55231,25.44769,31,26,31z M26,37h26l0.11658-0.00671
C52.61401,36.93549,53,36.51282,53,36c0-0.55231-0.44769-1-1-1H26l-0.11658,0.00671C25.38599,35.06451,25,35.48718,25,36
C25,36.55231,25.44769,37,26,37z M26,43h20l0.11658-0.00671C46.61401,42.93549,47,42.51282,47,42c0-0.55231-0.44769-1-1-1H26
l-0.11658,0.00671C25.38599,41.06451,25,41.48718,25,42C25,42.55231,25.44769,43,26,43z M58,67H20c-0.55231,0-1-0.44769-1-1V12
c0-0.55231,0.44769-1,1-1h38c0.55231,0,1,0.44769,1,1v54C59,66.55231,58.55231,67,58,67z M57,13H21v52h36V13z M62.99329,19.88342
C62.93549,19.38599,62.51282,19,62,19l-0.11658,0.00671C61.38599,19.06451,61,19.48718,61,20v49H28l-0.11658,0.00671
C27.38599,69.06451,27,69.48718,27,70c0,0.55231,0.44769,1,1,1h34l0.11658-0.00671C62.61401,70.93549,63,70.51282,63,70V20
L62.99329,19.88342z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -0,0 +1,38 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M75,62c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,62,75,62z M55,4c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C56,3.5514,55.5514,4,55,4z M3,54c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S3.5514,54,3,54z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M42,16c0.5523,0,1,0.4477,1,1c0,0.5128-0.386,0.9355-0.8834,0.9933L42,18H26c-0.5523,0-1-0.4477-1-1
c0-0.5128,0.386-0.9355,0.8834-0.9933L26,16H42z M52,22c0.5523,0,1,0.4477,1,1c0,0.5128-0.386,0.9355-0.8834,0.9933L52,24H26
c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8834-0.9933L26,22H52z M47,29c0-0.5523-0.4477-1-1-1H26l-0.1166,0.0067
C25.386,28.0645,25,28.4872,25,29c0,0.5523,0.4477,1,1,1h20l0.1166-0.0067C46.614,29.9355,47,29.5128,47,29z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M25,35c0-0.51282,0.38599-0.93549,0.88342-0.99329L26,34h26c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L52,36H26C25.44769,36,25,35.55231,25,35z M26,48h26l0.11658-0.00671
C52.61401,47.93549,53,47.51282,53,47c0-0.55231-0.44769-1-1-1H26l-0.11658,0.00671C25.38599,46.06451,25,46.48718,25,47
C25,47.55231,25.44769,48,26,48z M26,42h20l0.11658-0.00671C46.61401,41.93549,47,41.51282,47,41c0-0.55231-0.44769-1-1-1H26
l-0.11658,0.00671C25.38599,40.06451,25,40.48718,25,41C25,41.55231,25.44769,42,26,42z M26,60h20l0.11658-0.00671
C46.61401,59.93549,47,59.51282,47,59c0-0.55231-0.44769-1-1-1H26l-0.11658,0.00671C25.38599,58.06451,25,58.48718,25,59
C25,59.55231,25.44769,60,26,60z M26,54h14l0.11658-0.00671C40.61401,53.93549,41,53.51282,41,53c0-0.55231-0.44769-1-1-1H26
l-0.11658,0.00671C25.38599,52.06451,25,52.48718,25,53C25,53.55231,25.44769,54,26,54z M58,66H20c-0.55231,0-1-0.44769-1-1V11
c0-0.55231,0.44769-1,1-1h38c0.55231,0,1,0.44769,1,1v54C59,65.55231,58.55231,66,58,66z M57,12H21v52h36V12z M62.99329,18.88342
C62.93549,18.38599,62.51282,18,62,18l-0.11658,0.00671C61.38599,18.06451,61,18.48718,61,19v49H28l-0.11658,0.00671
C27.38599,68.06451,27,68.48718,27,69c0,0.55231,0.44769,1,1,1h34l0.11658-0.00671C62.61401,69.93549,63,69.51282,63,69V19
L62.99329,18.88342z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -0,0 +1,58 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M76,22c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S76.5514,22,76,22z M31,80c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S31.5514,80,31,80z M31,2c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
C32,1.5514,31.5514,2,31,2z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M30,17c0-0.55231,0.44769-1,1-1s1,0.44769,1,1s-0.44769,1-1,1S30,17.55231,30,17z M37.70709,19.70709
c0.3905-0.3905,0.3905-1.02368,0-1.41418s-1.02368-0.3905-1.41418,0s-0.3905,1.02368,0,1.41418S37.31659,20.0976,37.70709,19.70709z
M30,26h4v-2h-4v-2h4v-2h-6v10h2V26z M24.29291,30.29291c-0.3905,0.3905-0.3905,1.02368,0,1.41418s1.02368,0.3905,1.41418,0
s0.3905-1.02368,0-1.41418S24.68341,29.9024,24.29291,30.29291z M30,33c0,0.55231,0.44769,1,1,1s1-0.44769,1-1s-0.44769-1-1-1
S30,32.44769,30,33z M37.70709,31.70709c0.3905-0.3905,0.3905-1.02368,0-1.41418s-1.02368-0.3905-1.41418,0
s-0.3905,1.02368,0,1.41418S37.31659,32.0976,37.70709,31.70709z M39,26c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1s-1,0.44769-1,1
S38.44769,26,39,26z M23,24c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S23.55231,24,23,24z M24.29291,18.29291
c-0.3905,0.3905-0.3905,1.02368,0,1.41418s1.02368,0.3905,1.41418,0s0.3905-1.02368,0-1.41418S24.68341,17.9024,24.29291,18.29291z
M60,66c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S60.55231,66,60,66z M65,67c0,2.76141-2.23859,5-5,5s-5-2.23859-5-5
s2.23859-5,5-5S65,64.23859,65,67z M63,67c0-1.65692-1.34308-3-3-3s-3,1.34308-3,3s1.34308,3,3,3S63,68.65692,63,67z M68,56
h-2.53558l-1.03229-1.22229L61.7171,51.5849l-1.25-1.44562L59.91809,49.521l-0.18951-0.20587
c-0.51135-0.54401-1.19647-0.89044-2.00568-1.09344C57.01318,48.0437,56.4104,48,55.59912,48H42l-0.27307,0.00519
c-2.7926,0.1076-4.67682,1.87158-5.77142,4.62543c-0.3772,0.9491-0.63513,1.9549-0.79828,2.95911l-0.0343,0.22015L35.091,56.03101
l-0.19861,0.0163c-4.07239,0.36157-6.14349,2.79071-5.89056,7.01251c0.03296,0.55127,0.50665,0.97137,1.05798,0.93835
c0.55127-0.03296,0.97137-0.50665,0.93842-1.05798C30.79388,59.52911,32.32288,58,36,58c0.53479,0,0.97498-0.42078,0.99902-0.95508
l0.01379-0.19244l0.03717-0.36359c0.02142-0.18121,0.04834-0.37488,0.08142-0.57861
c0.14142-0.87079,0.36432-1.73999,0.68268-2.54089C38.67151,51.21198,40.00787,50,42,50h13.59912l0.27106,0.00232
c0.52203,0.0094,0.93073,0.05005,1.36615,0.1593c0.46844,0.11749,0.82117,0.2959,1.0351,0.52325l0.36188,0.3985l0.46643,0.53021
l1.23535,1.43231L62.84058,56H51v-3l-0.00671-0.11658C50.93549,52.38599,50.51282,52,50,52c-0.55231,0-1,0.44769-1,1v3h-7
l-0.11658,0.00671C41.38599,56.06451,41,56.48718,41,57c0,0.55231,0.44769,1,1,1h26l0.17462,0.00287
C70.0105,58.06549,71,59.1416,71,62c0,2.94769-1.05231,4-3,4c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1c3.05231,0,5-1.94769,5-6
S71.05231,56,68,56z M38,66c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S38.55231,66,38,66z M53,67
c0,0.51282-0.38599,0.93549-0.88342,0.99329L52,68h-9.09998C42.43671,70.28223,40.41901,72,38,72c-2.76141,0-5-2.23859-5-5
s2.23859-5,5-5c2.41901,0,4.43671,1.71777,4.90002,4H52C52.55231,66,53,66.44769,53,67z M41,67c0-1.65692-1.34308-3-3-3
s-3,1.34308-3,3s1.34308,3,3,3S41,68.65692,41,67z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M53,13v30c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L51,43V13
c0-1.59772-1.2489-2.90369-2.82367-2.99487L48,10H14c-1.59772,0-2.90369,1.2489-2.99487,2.82367L11,13v50
c0,1.59772,1.2489,2.90369,2.82373,2.99487L14,66h8c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L22,68h-8
c-2.68878,0-4.88184-2.12231-4.99536-4.78308L9,63V13c0-2.68878,2.12231-4.88184,4.78308-4.99536L14,8h34
c2.68878,0,4.88177,2.12231,4.99542,4.78308L53,13z M42,40H16l-0.11658,0.00671C15.38599,40.06451,15,40.48718,15,41
c0,0.55231,0.44769,1,1,1h26l0.11658-0.00671C42.61401,41.93549,43,41.51282,43,41C43,40.44769,42.55231,40,42,40z M36,46H16
l-0.11658,0.00671C15.38599,46.06451,15,46.48718,15,47c0,0.55231,0.44769,1,1,1h20l0.11658-0.00671
C36.61401,47.93549,37,47.51282,37,47C37,46.44769,36.55231,46,36,46z M28,52H16l-0.11658,0.00671
C15.38599,52.06451,15,52.48718,15,53c0,0.55231,0.44769,1,1,1h12l0.11658-0.00671C28.61401,53.93549,29,53.51282,29,53
C29,52.44769,28.55231,52,28,52z M24,58h-8l-0.11658,0.00671C15.38599,58.06451,15,58.48718,15,59c0,0.55231,0.44769,1,1,1h8
l0.11658-0.00671C24.61401,59.93549,25,59.51282,25,59C25,58.44769,24.55231,58,24,58z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -0,0 +1,54 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M17,8c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C18,7.5514,17.5514,8,17,8z M15,72
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S15.5514,72,15,72z M65,72c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S65.5514,72,65,72z M65,10c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C66,9.5514,65.5514,10,65,10z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M31.40363,38.66272C32.38562,37.74982,33,36.44659,33,35c0-2.76141-2.23859-5-5-5s-5,2.23859-5,5
c0,1.44659,0.61438,2.74982,1.59637,3.66272C21.8902,39.77551,20,42.17682,20,45h2l0.00452-0.19379
C22.12683,42.1687,24.73468,40,28,40c3.34497,0,6,2.2757,6,5h2l-0.00409-0.22858
C35.89691,42.04761,34.03638,39.7453,31.40363,38.66272z M28,38c-1.65692,0-3-1.34308-3-3s1.34308-3,3-3s3,1.34308,3,3
S29.65692,38,28,38z M37,24H19c-1.65692,0-3,1.34308-3,3v20c0,1.65692,1.34308,3,3,3h18c1.65692,0,3-1.34308,3-3V27
C40,25.34308,38.65692,24,37,24z M38,47c0,0.55231-0.44769,1-1,1H19c-0.55231,0-1-0.44769-1-1V27c0-0.55231,0.44769-1,1-1h18
c0.55231,0,1,0.44769,1,1V47z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M15.99329,62.88342L16,63c0,0.51282-0.38599,0.93549-0.88342,0.99329L15,64h-2.24237
c-2.57062,0-4.64288-2.13202-4.75305-4.77832L8,59V21c0-2.67371,2.00281-4.87793,4.54449-4.99512L12.75763,16H57
c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L57,18H12.75763c-1.45471,0-2.66803,1.23639-2.75293,2.82239
L10,21v38c0,1.61072,1.16138,2.9046,2.59698,2.995L12.75763,62H15C15.51282,62,15.93549,62.38599,15.99329,62.88342z
M71.99542,20.77832C71.88531,18.13202,69.81299,16,67.24243,16H63l-0.11658,0.00671C62.38599,16.06451,62,16.48718,62,17
c0,0.55231,0.44769,1,1,1h4.24243l0.16058,0.005C68.83862,18.0954,70,19.38928,70,21v38l-0.0047,0.17761
C69.9104,60.76361,68.69708,62,67.24243,62H39l-0.11658,0.00671C38.38599,62.06451,38,62.48718,38,63c0,0.55231,0.44769,1,1,1
h28.24243l0.21307-0.00488C69.99719,63.87787,72,61.67371,72,59V21L71.99542,20.77832z M35,56H15l-0.11658,0.00671
C14.38599,56.06451,14,56.48718,14,57c0,0.55231,0.44769,1,1,1h20l0.11658-0.00671C35.61401,57.93549,36,57.51282,36,57
C36,56.44769,35.55231,56,35,56z M53,56l-0.11658,0.00671C52.38599,56.06451,52,56.48718,52,57c0,0.55231,0.44769,1,1,1h2
l0.11658-0.00671C55.61401,57.93549,56,57.51282,56,57c0-0.55231-0.44769-1-1-1H53z M59,58h6l0.11658-0.00671
C65.61401,57.93549,66,57.51282,66,57c0-0.55231-0.44769-1-1-1h-6l-0.11658,0.00671C58.38599,56.06451,58,56.48718,58,57
C58,57.55231,58.44769,58,59,58z M38,57c0,0.55139,0.44861,1,1,1s1-0.44861,1-1s-0.44861-1-1-1S38,56.44861,38,57z M42,57
c0,0.55139,0.44861,1,1,1s1-0.44861,1-1s-0.44861-1-1-1S42,56.44861,42,57z M63,24H45l-0.11658,0.00671
C44.38599,24.06451,44,24.48718,44,25c0,0.55231,0.44769,1,1,1h18l0.11658-0.00671C63.61401,25.93549,64,25.51282,64,25
C64,24.44769,63.55231,24,63,24z M45,30h8l0.11658-0.00671C53.61401,29.93549,54,29.51282,54,29c0-0.55231-0.44769-1-1-1h-8
l-0.11658,0.00671C44.38599,28.06451,44,28.48718,44,29C44,29.55231,44.44769,30,45,30z M58,29c0-0.55139-0.44861-1-1-1
s-1,0.44861-1,1s0.44861,1,1,1S58,29.55139,58,29z M45,34h12l0.11658-0.00671C57.61401,33.93549,58,33.51282,58,33
c0-0.55231-0.44769-1-1-1H45l-0.11658,0.00671C44.38599,32.06451,44,32.48718,44,33C44,33.55231,44.44769,34,45,34z M44,41.5
c0-1.93298,1.56702-3.5,3.5-3.5s3.5,1.56702,3.5,3.5S49.43298,45,47.5,45S44,43.43298,44,41.5z M46,41.5
c0,0.82837,0.67163,1.5,1.5,1.5c0.82843,0,1.5-0.67163,1.5-1.5c0-0.82843-0.67157-1.5-1.5-1.5C46.67163,40,46,40.67157,46,41.5z
M63.11658,49.99329C63.61401,49.93549,64,49.51282,64,49c0-0.55231-0.44769-1-1-1H45l-0.11658,0.00671
C44.38599,48.06451,44,48.48718,44,49c0,0.55231,0.44769,1,1,1h18L63.11658,49.99329z M47,56l-0.11658,0.00671
C46.38599,56.06451,46,56.48718,46,57c0,0.55231,0.44769,1,1,1h2l0.11658-0.00671C49.61401,57.93549,50,57.51282,50,57
c0-0.55231-0.44769-1-1-1H47z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -0,0 +1,47 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M17,8c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C18,7.5514,17.5514,8,17,8z M7,64
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S7.5514,64,7,64z M77,58c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S77.5514,58,77,58z M61,6c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C62,5.5514,61.5514,6,61,6z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M50,53c0-0.5523-0.4477-1-1-1H31l-0.1166,0.0067C30.386,52.0645,30,52.4872,30,53c0,0.5523,0.4477,1,1,1h18
l0.1166-0.0067C49.614,53.9355,50,53.5128,50,53z M40,26c-4.97058,0-9,4.02942-9,9s4.02942,9,9,9s9-4.02942,9-9S44.97058,26,40,26z
M46.92908,34h-2.95026c-0.08899-2.07788-0.45581-3.95111-1.05432-5.36169C45.04071,29.61279,46.58752,31.612,46.92908,34z
M33.07092,36h2.95026c0.08905,2.07788,0.45581,3.95111,1.05432,5.36169C34.95929,40.38721,33.41248,38.388,33.07092,36z
M36.02118,34h-2.95026c0.34155-2.388,1.88837-4.38721,4.00458-5.36169C36.47699,30.04889,36.11023,31.92212,36.02118,34z
M41.79572,37.80292l-0.08264,0.50226c-0.11786,0.6543-0.26544,1.2453-0.42975,1.75305l-0.12634,0.36475
C40.79163,41.41071,40.36493,42,40,42c-0.36487,0-0.79163-0.58929-1.15698-1.57703l-0.12634-0.36475
c-0.16425-0.50775-0.31189-1.09875-0.42975-1.75305l-0.08264-0.50226C38.11987,37.23798,38.05792,36.6333,38.02551,36h3.94897
C41.94208,36.6333,41.88013,37.23798,41.79572,37.80292z M38.02551,34c0.03241-0.6333,0.09436-1.23798,0.17877-1.80292
l0.08264-0.50226c0.11786-0.6543,0.2655-1.2453,0.42975-1.75305l0.12634-0.36475C39.20837,28.58929,39.63513,28,40,28
c0.36493,0,0.79163,0.58929,1.15698,1.57703l0.12634,0.36475c0.16431,0.50775,0.31189,1.09875,0.42975,1.75305l0.08264,0.50226
C41.88013,32.76202,41.94208,33.3667,41.97449,34H38.02551z M42.9245,41.36169c0.59851-1.41058,0.96533-3.28381,1.05432-5.36169
h2.95026C46.58752,38.388,45.04071,40.38721,42.9245,41.36169z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M62.00671,47.11658C62.06451,47.61401,62.48718,48,63,48c0.55231,0,1-0.44769,1-1V19l-0.00458-0.21692
C63.88177,16.12231,61.68878,14,59,14h-3.99738l0.00195-0.78308L55,13c-0.11359-2.66083-2.21179-4.90332-4.90057-4.90332
l-0.19611,0.01941l-30,6l0.00085,0.00439C17.66992,14.62,16,16.61499,16,19v48l0.00458,0.21692C16.11823,69.87769,18.31122,72,21,72
h38l0.21692-0.00458C61.87769,71.88177,64,69.68878,64,67V57l-0.00671-0.11658C63.93549,56.38599,63.51282,56,63,56
c-0.55231,0-1,0.44769-1,1v10l-0.00513,0.17627C61.90369,68.7511,60.59772,70,59,70H21l-0.17627-0.00513
C19.2489,69.90369,18,68.59772,18,67V19l0.00513-0.17633C18.09631,17.2489,19.40228,16,21,16h38l0.17633,0.00513
C60.7511,16.09631,62,17.40228,62,19v28L62.00671,47.11658z M53,14H30.67999l19.5033-3.90143l0.09241,0.00323
C51.85052,10.19299,53,11.40228,53,13V14z M35,50c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L35,48h10
c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L45,50H35z M47,58H33c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L33,56h14c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L47,58z
M45,60c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L45,62H35c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L35,60H45z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -0,0 +1,109 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M77,58c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S77.5514,58,77,58z M61,6c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C62,5.5514,61.5514,6,61,6z M17,8c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1
s1,0.44855,1,1C18,7.5514,17.5514,8,17,8z M1,32c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S1.5514,32,1,32z M22,77
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S22.5514,77,22,77z M60,76c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S60.5514,76,60,76z M61,6c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C62,5.5514,61.5514,6,61,6z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M29.0978,27c0.5523,0,1,0.4477,1,1c0,0.5128-0.3861,0.9355-0.8834,0.9933L29.0978,29H25
c-0.5443,0-0.9358,0.2893-0.9928,0.5821L24,29.6552v20.6896c0,0.2913,0.3496,0.6031,0.8672,0.6493L25,51h28c0.5523,0,1,0.4477,1,1
c0,0.5128-0.386,0.9355-0.8834,0.9933L53,53H25c-1.5595,0-2.8974-1.0595-2.9944-2.4887L22,50.3448V29.6552
c0-1.4567,1.2802-2.5701,2.8211-2.6505L25,27H29.0978z M59,27c1.5595,0,2.8974,1.0595,2.9944,2.4887L62,29.6552v20.6896
c0,1.4567-1.2802,2.5701-2.8211,2.6505L59,53h-2.0882c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8833-0.9933L56.9118,51H59
c0.5443,0,0.9358-0.2893,0.9928-0.5821L60,50.3448V29.6552c0-0.2913-0.3496-0.6031-0.8672-0.6493L59,29H33c-0.5523,0-1-0.4477-1-1
c0-0.5128,0.386-0.9355,0.8834-0.9933L33,27H59z M54.279,35.7941C53.1589,34.6545,51.6302,34,50,34
c-2.4215,0-4.5079,1.4345-5.456,3.5H43.5l-0.1166,0.0067C42.886,37.5645,42.5,37.9872,42.5,38.5c0,0.5523,0.4477,1,1,1h0.5205
C44.0069,39.6649,44,39.8316,44,40s0.0069,0.3351,0.0205,0.5H43.5l-0.1166,0.0067C42.886,40.5645,42.5,40.9872,42.5,41.5
c0,0.5523,0.4477,1,1,1h1.044C45.4921,44.5655,47.5785,46,50,46c1.487,0,2.8921-0.5443,3.9819-1.5117
c0.413-0.3666,0.4506-0.9986,0.084-1.4117c-0.3667-0.413-0.9987-0.4506-1.4117-0.084C51.9269,43.6382,50.9929,44,50,44
c-1.2632,0-2.3896-0.5855-3.1227-1.5H48.5l0.1166-0.0067C49.114,42.4355,49.5,42.0128,49.5,41.5c0-0.5523-0.4477-1-1-1h-2.4691
C46.0105,40.3362,46,40.1693,46,40s0.0105-0.3362,0.0309-0.5H48.5l0.1166-0.0067C49.114,39.4355,49.5,39.0128,49.5,38.5
c0-0.5523-0.4477-1-1-1h-1.6227C47.6104,36.5855,48.7368,36,50,36c1.0882,0,2.1049,0.4353,2.8527,1.1961
c0.3872,0.3939,1.0204,0.3993,1.4142,0.0121C54.6608,36.8211,54.6662,36.1879,54.279,35.7941z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M10,18c0-0.51282,0.38599-0.93549,0.88342-0.99329L11,17h5c0.48322,0,0.88641,0.34277,0.97968,0.79852
c0.00574,0.02789,0.01025,0.05615,0.01361,0.0849C16.99768,17.92157,17,17.96057,17,18c0,0.55231,0.44769,1,1,1
c0.51282,0,0.93549-0.38599,0.99329-0.88342L19,18c0-0.51282,0.38599-0.93549,0.88342-0.99329L20,17h5
c0.48322,0,0.88641,0.34277,0.97968,0.79852c0.00574,0.02789,0.01025,0.05615,0.01361,0.0849C25.99768,17.92157,26,17.96057,26,18
c0,0.55231,0.44769,1,1,1c0.51282,0,0.93549-0.38599,0.99329-0.88342L28,18c0-0.51282,0.38599-0.93549,0.88342-0.99329L29,17h5
c0.48322,0,0.88641,0.34277,0.97968,0.79852c0.00574,0.02789,0.01025,0.05615,0.01361,0.0849C34.99768,17.92157,35,17.96057,35,18
c0,0.55231,0.44769,1,1,1c0.51282,0,0.93549-0.38599,0.99329-0.88342L37,18c0-0.51282,0.38599-0.93549,0.88342-0.99329L38,17h5
c0.48322,0,0.88641,0.34277,0.97968,0.79852C43.99298,17.86359,44,17.93097,44,18c0,0.55231,0.44769,1,1,1
c0.51282,0,0.93549-0.38599,0.99329-0.88342L46,18c0-0.49188,0.3551-0.90082,0.82288-0.98438
c0.02002-0.00354,0.0401-0.00653,0.06055-0.00891C46.92163,17.00232,46.96063,17,47,17h5c0.48322,0,0.88641,0.34277,0.97968,0.79852
C52.99298,17.86359,53,17.93097,53,18c0,0.55231,0.44769,1,1,1c0.51282,0,0.93549-0.38599,0.99329-0.88342L55,18
c0-0.49188,0.3551-0.90082,0.82288-0.98438c0.02002-0.00354,0.0401-0.00653,0.06055-0.00891C55.92163,17.00232,55.96063,17,56,17h5
c0.48322,0,0.88641,0.34277,0.97968,0.79852C61.99298,17.86359,62,17.93097,62,18c0,0.55231,0.44769,1,1,1
c0.51282,0,0.93549-0.38599,0.99329-0.88342L64,18c0-0.49188,0.3551-0.90082,0.82288-0.98438
c0.02002-0.00354,0.0401-0.00653,0.06055-0.00891C64.92163,17.00232,64.96063,17,65,17h6c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L71,19h-5.17072c-0.4118,1.16522-1.52307,2-2.82928,2s-2.41748-0.83478-2.82928-2
h-3.34143c-0.4118,1.16522-1.52307,2-2.82928,2s-2.41748-0.83478-2.82928-2h-3.34143c-0.4118,1.16522-1.52307,2-2.82928,2
s-2.41748-0.83478-2.82928-2h-3.34143c-0.4118,1.16522-1.52307,2-2.82928,2s-2.41748-0.83478-2.82928-2h-3.34143
c-0.4118,1.16522-1.52307,2-2.82928,2s-2.41748-0.83478-2.82928-2h-3.34143c-0.4118,1.16522-1.52307,2-2.82928,2
s-2.41748-0.83478-2.82928-2H11C10.44769,19,10,18.55231,10,18z M18,32l-0.00671-0.11658C17.93549,31.38599,17.51282,31,17,31
c-0.55231,0-1,0.44769-1,1v14l0.00671,0.11658C16.06451,46.61401,16.48718,47,17,47c0.55231,0,1-0.44769,1-1V32z M37,35h-8
l-0.11658,0.00671C28.38599,35.06451,28,35.48718,28,36c0,0.55231,0.44769,1,1,1h8l0.11658-0.00671
C37.61401,36.93549,38,36.51282,38,36C38,35.44769,37.55231,35,37,35z M17,49c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1
S17.55231,49,17,49z M37,39h-8l-0.11658,0.00671C28.38599,39.06451,28,39.48718,28,40c0,0.55231,0.44769,1,1,1h8l0.11658-0.00671
C37.61401,40.93549,38,40.51282,38,40C38,39.44769,37.55231,39,37,39z M37,43h-8l-0.11658,0.00671
C28.38599,43.06451,28,43.48718,28,44c0,0.55231,0.44769,1,1,1h8l0.11658-0.00671C37.61401,44.93549,38,44.51282,38,44
C38,43.44769,37.55231,43,37,43z M10,57.82928c1.16522-0.4118,2-1.52307,2-2.82928s-0.83478-2.41748-2-2.82928v-3.34143
c1.16522-0.4118,2-1.52307,2-2.82928s-0.83478-2.41748-2-2.82928v-3.34143c1.16522-0.4118,2-1.52307,2-2.82928
s-0.83478-2.41748-2-2.82928v-3.34143c1.16522-0.4118,2-1.52307,2-2.82928s-0.83478-2.41748-2-2.82928V20l-0.00671-0.11658
C9.93549,19.38599,9.51282,19,9,19c-0.55231,0-1,0.44769-1,1v6c0,0.03943,0.00226,0.07837,0.00671,0.11658
C8.06451,26.61401,8.48718,27,9,27l0.11664,0.00671C9.61395,27.06451,10,27.48718,10,28c0,0.55231-0.44769,1-1,1
c-0.03943,0-0.07837,0.00232-0.11664,0.00671C8.38605,29.06451,8,29.48718,8,30v5c0,0.03937,0.00226,0.07837,0.00671,0.11658
C8.06451,35.61401,8.48718,36,9,36l0.11664,0.00671C9.61395,36.06451,10,36.48718,10,37c0,0.55231-0.44769,1-1,1
c-0.03943,0-0.07837,0.00232-0.11664,0.00671C8.38605,38.06451,8,38.48718,8,39v5c0,0.03937,0.00226,0.07837,0.00671,0.11658
C8.06451,44.61401,8.48718,45,9,45l0.11664,0.00671C9.61395,45.06451,10,45.48718,10,46c0,0.55231-0.44769,1-1,1
c-0.03943,0-0.07837,0.00232-0.11664,0.00671C8.38605,47.06451,8,47.48718,8,48v5c0,0.03937,0.00226,0.07837,0.00671,0.11658
c0.00238,0.02045,0.00537,0.04053,0.00891,0.06055C8.09918,53.6449,8.50812,54,9,54l0.11664,0.00671
C9.61395,54.06451,10,54.48718,10,55c0,0.55231-0.44769,1-1,1c-0.03943,0-0.07837,0.00232-0.11664,0.00671
C8.38605,56.06451,8,56.48718,8,57v3l0.00671,0.11658C8.06451,60.61401,8.48718,61,9,61c0.55231,0,1-0.44769,1-1V57.82928z M71,21
c-0.51282,0-0.93549,0.38599-0.99329,0.88342L70,22v3.17072c-1.16522,0.4118-2,1.52307-2,2.82928s0.83478,2.41748,2,2.82928v3.34143
c-1.16522,0.4118-2,1.52307-2,2.82928s0.83478,2.41748,2,2.82928v3.34143c-1.16522,0.4118-2,1.52307-2,2.82928
s0.83478,2.41748,2,2.82928v3.34143c-1.16522,0.4118-2,1.52307-2,2.82928s0.83478,2.41748,2,2.82928V60c0,0.55231,0.44769,1,1,1
c0.51282,0,0.93549-0.38599,0.99329-0.88342L72,60v-3c0-0.51282-0.38599-0.93549-0.88342-0.99329
C71.07843,56.00232,71.03943,56,71,56c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L71,54
c0.51282,0,0.93549-0.38599,0.99329-0.88342C71.99768,53.07837,72,53.03937,72,53v-5c0-0.51282-0.38599-0.93549-0.88342-0.99329
C71.07843,47.00232,71.03943,47,71,47c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L71,45
c0.51282,0,0.93549-0.38599,0.99329-0.88342C71.99768,44.07837,72,44.03937,72,44v-5c0-0.51282-0.38599-0.93549-0.88342-0.99329
C71.07843,38.00232,71.03943,38,71,38c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L71,36
c0.51282,0,0.93549-0.38599,0.99329-0.88342C71.99768,35.07837,72,35.03937,72,35v-5c0-0.51282-0.38599-0.93549-0.88342-0.99329
C71.07843,29.00232,71.03943,29,71,29c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L71,27
c0.51282,0,0.93549-0.38599,0.99329-0.88342C71.99768,26.07837,72,26.03943,72,26v-4C72,21.44769,71.55231,21,71,21z M69,61
h-3.17072c-0.4118-1.16522-1.52307-2-2.82928-2s-2.41748,0.83478-2.82928,2h-3.34143c-0.4118-1.16522-1.52307-2-2.82928-2
s-2.41748,0.83478-2.82928,2h-3.34143c-0.4118-1.16522-1.52307-2-2.82928-2s-2.41748,0.83478-2.82928,2h-3.34143
c-0.4118-1.16522-1.52307-2-2.82928-2s-2.41748,0.83478-2.82928,2h-3.34143c-0.4118-1.16522-1.52307-2-2.82928-2
s-2.41748,0.83478-2.82928,2h-3.34143c-0.4118-1.16522-1.52307-2-2.82928-2s-2.41748,0.83478-2.82928,2H11l-0.11658,0.00671
C10.38599,61.06451,10,61.48718,10,62c0,0.55231,0.44769,1,1,1h5c0.03943,0,0.07843-0.00232,0.11658-0.00671
c0.43524-0.0506,0.78522-0.38049,0.86584-0.80579c0.00446-0.02332,0.00806-0.047,0.01086-0.07092
C16.99768,62.07837,17,62.03937,17,62c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L19,62
c0,0.55231,0.44769,1,1,1h5c0.03943,0,0.07843-0.00232,0.11658-0.00671c0.43524-0.0506,0.78522-0.38049,0.86584-0.80579
c0.00446-0.02332,0.00806-0.047,0.01086-0.07092C25.99768,62.07837,26,62.03937,26,62c0-0.55231,0.44769-1,1-1
c0.51282,0,0.93549,0.38599,0.99329,0.88342L28,62c0,0.55231,0.44769,1,1,1h5c0.03943,0,0.07843-0.00232,0.11658-0.00671
c0.43524-0.0506,0.78522-0.38049,0.86584-0.80579c0.00446-0.02332,0.00806-0.047,0.01086-0.07092
C34.99768,62.07837,35,62.03937,35,62c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L37,62
c0,0.55231,0.44769,1,1,1h5c0.03943,0,0.07843-0.00232,0.11658-0.00671c0.43524-0.0506,0.78522-0.38049,0.86584-0.80579
C43.99402,62.12677,44,62.06409,44,62c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L46,62
c0,0.55231,0.44769,1,1,1h5c0.03943,0,0.07843-0.00232,0.11658-0.00671c0.43524-0.0506,0.78522-0.38049,0.86584-0.80579
C52.99402,62.12677,53,62.06409,53,62c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L55,62
c0,0.55231,0.44769,1,1,1h5c0.03943,0,0.07843-0.00232,0.11658-0.00671c0.43524-0.0506,0.78522-0.38049,0.86584-0.80579
C61.99402,62.12677,62,62.06409,62,62c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L64,62
c0,0.55231,0.44769,1,1,1h4l0.11658-0.00671C69.61401,62.93549,70,62.51282,70,62C70,61.44769,69.55231,61,69,61z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -0,0 +1,62 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M70,69c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S70.5514,69,70,69z M68,13c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S68.5514,13,68,13z M1,40c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S1.5514,40,1,40z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M56,18c0-2.20911-1.79089-4-4-4s-4,1.79089-4,4s1.79089,4,4,4S56,20.20911,56,18z M50,18
c0-1.10461,0.89539-2,2-2s2,0.89539,2,2s-0.89539,2-2,2S50,19.10461,50,18z M28,31c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1
s0.44769-1,1-1S28,30.44769,28,31z M40,31c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1s0.44769-1,1-1S40,30.44769,40,31z M64,51
c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1s0.44769-1,1-1S64,50.44769,64,51z M65,34H55c-1.65692,0-3,1.34308-3,3v16
c0,1.65692,1.34308,3,3,3h2v12l0.0097,0.13922c0.02582,0.18347,0.10229,0.35718,0.22211,0.50098l2.5,3l0.08417,0.08948
c0.41229,0.38812,1.0791,0.35834,1.45221-0.08948l2.5-3l0.0816-0.1131C63.94751,68.36957,64,68.18707,64,68v-1l-0.00629-0.11182
c-0.0166-0.14807-0.06622-0.29108-0.14569-0.41821L62.92798,65l0.92004-1.47003l0.05396-0.09814C63.96631,63.29749,64,63.1499,64,63
v-1l-0.00629-0.11182c-0.0166-0.14807-0.06622-0.29108-0.14569-0.41821L62.92798,60l0.92004-1.47003l0.05396-0.09814
C63.96631,58.29749,64,58.1499,64,58v-2h1c1.65692,0,3-1.34308,3-3V37C68,35.34308,66.65692,34,65,34z M62,57.71301
l-1.09802,1.75696l-0.06,0.11115c-0.1402,0.30347-0.12006,0.66071,0.06,0.94885L62,62.28601v0.427l-1.09802,1.75696l-0.06,0.11115
c-0.1402,0.30347-0.12006,0.66071,0.06,0.94885L62,67.28601v0.34998l-1.5,1.80103L59,67.63702V56h3V57.71301z M66,53
c0,0.55231-0.44769,1-1,1H55c-0.55231,0-1-0.44769-1-1V37c0-0.55231,0.44769-1,1-1h10c0.55231,0,1,0.44769,1,1V53z M60,38
c-2.20911,0-4,1.79089-4,4v2c0,2.20911,1.79089,4,4,4s4-1.79089,4-4v-2C64,39.79089,62.20911,38,60,38z M60,46
c-1.10461,0-2-0.89539-2-2h4C62,45.10461,61.10461,46,60,46z M58,42c0-1.10461,0.89539-2,2-2s2,0.89539,2,2H58z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M57,8c2.6888,0,4.8818,2.1223,4.9954,4.7831L62,13v16c0,0.5523-0.4477,1-1,1
c-0.5128,0-0.9355-0.386-0.9933-0.8834L60,29V13c0-1.5977-1.2489-2.9037-2.8237-2.9949L57,10H17
c-1.5977,0-2.9037,1.2489-2.9949,2.8237L14,13v54c0,1.5977,1.2489,2.9037,2.8237,2.9949L17,70h18c0.5523,0,1,0.4477,1,1
c0,0.5128-0.386,0.9355-0.8834,0.9933L35,72H17c-2.6888,0-4.8818-2.1223-4.9954-4.7831L12,67V13
c0-2.6888,2.1223-4.88182,4.7831-4.99538L17,8H57z M47,70c0.5523,0,1,0.4477,1,1c0,0.5128-0.386,0.9355-0.8834,0.9933L47,72h-8
c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8834-0.9933L39,70H47z M51,70c0.5523,0,1,0.4477,1,1s-0.4477,1-1,1s-1-0.4477-1-1
S50.4477,70,51,70z M33,60c0.5523,0,1,0.4477,1,1c0,0.5128-0.386,0.9355-0.8834,0.9933L33,62H19c-0.5523,0-1-0.4477-1-1
c0-0.5128,0.386-0.9355,0.8834-0.9933L19,60H33z M37,54c0.5523,0,1,0.4477,1,1c0,0.5128-0.386,0.9355-0.8834,0.9933L37,56H19
c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8834-0.9933L19,54H37z M41,48c0.5523,0,1,0.4477,1,1
c0,0.5128-0.386,0.9355-0.8834,0.9933L41,50H19c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8834-0.9933L19,48H41z M37,42
c0.5523,0,1,0.4477,1,1c0,0.5128-0.386,0.9355-0.8834,0.9933L37,44H19c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8834-0.9933
L19,42H37z M19.6129,28.2097l0.0942,0.0832L21,29.585l1.2929-1.2921l0.0942-0.0832c0.3923-0.305,0.9595-0.2773,1.32,0.0832
s0.3882,0.9277,0.0832,1.32l-0.0832,0.0942L22.415,31l1.2921,1.2929c0.3905,0.3905,0.3905,1.0237,0,1.4142
c-0.3605,0.3605-0.9277,0.3882-1.32,0.0832l-0.0942-0.0832L21,32.415l-1.2929,1.2921l-0.0942,0.0832
c-0.3923,0.305-0.9595,0.2773-1.32-0.0832s-0.3882-0.9277-0.0832-1.32l0.0832-0.0942L19.585,31l-1.2921-1.2929
c-0.3905-0.3905-0.3905-1.0237,0-1.4142C18.6534,27.9324,19.2206,27.9047,19.6129,28.2097z M31.6129,28.2097l0.0942,0.0832
L33,29.585l1.2929-1.2921l0.0942-0.0832c0.3923-0.305,0.9595-0.2773,1.32,0.0832s0.3882,0.9277,0.0832,1.32l-0.0832,0.0942
L34.414,31l1.2931,1.2929c0.3905,0.3905,0.3905,1.0237,0,1.4142c-0.3605,0.3605-0.9277,0.3882-1.32,0.0832l-0.0942-0.0832L33,32.414
l-1.2929,1.2931l-0.0942,0.0832c-0.3923,0.305-0.9595,0.2773-1.32-0.0832s-0.3882-0.9277-0.0832-1.32l0.0832-0.0942L31.585,31
l-1.2921-1.2929c-0.3905-0.3905-0.3905-1.0237,0-1.4142C30.6534,27.9324,31.2206,27.9047,31.6129,28.2097z M43.6129,28.2097
l0.0942,0.0832L45,29.585l1.2929-1.2921l0.0942-0.0832c0.3923-0.305,0.9595-0.2773,1.32,0.0832s0.3882,0.9277,0.0832,1.32
l-0.0832,0.0942L46.414,31l1.2931,1.2929c0.3905,0.3905,0.3905,1.0237,0,1.4142c-0.3605,0.3605-0.9277,0.3882-1.32,0.0832
l-0.0942-0.0832L45,32.414l-1.2929,1.2931l-0.0942,0.0832c-0.3923,0.305-0.9595,0.2773-1.32-0.0832s-0.3882-0.9277-0.0832-1.32
l0.0832-0.0942L43.585,31l-1.2921-1.2929c-0.3905-0.3905-0.3905-1.0237,0-1.4142C42.6534,27.9324,43.2206,27.9047,43.6129,28.2097z
M27,16c0.5523,0,1,0.4477,1,1c0,0.5128-0.386,0.9355-0.8834,0.9933L27,18h-8c-0.5523,0-1-0.4477-1-1
c0-0.5128,0.386-0.9355,0.8834-0.9933L19,16H27z M41,16c0.5523,0,1,0.4477,1,1c0,0.5128-0.386,0.9355-0.8834,0.9933L41,18H31
c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8834-0.9933L31,16H41z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.2 KiB

View file

@ -0,0 +1,93 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M63,5c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C64,4.5514,63.5514,5,63,5z M27,77
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S27.5514,77,27,77z M17,13c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S17.5514,13,17,13z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M51.36011,27.6402c-0.5722-1.00159-1.62769-0.91058-2.61359-0.16309L48.5777,27.6015
c-0.7702,0.5498-1.31879,0.68207-2.47498,0.73987l-0.55713,0.0318c-1.13171,0.08331-1.93042,0.29541-2.91852,0.87134
c-0.38885,0.22656-0.74249,0.49481-1.05817,0.79437c0.53107-1.797,1.10602-3.34937,1.72131-4.65619
c3.164,0.51111,6.47308-2.72961,6.69476-6.7381c0.10645-1.9234-0.23877-4.5788-0.8172-6.3952
c-0.3479-1.09259-0.74615-1.83569-1.32819-2.1991c-1.05463-0.65863-1.94659,0.0257-2.45367,1.2959l-0.09094,0.22003
c-0.45428,1.06055-0.91809,1.54279-1.99548,2.3092l-0.48212,0.3476c-1.00909,0.75159-1.63379,1.42438-2.24536,2.56555
c-1.44531,2.69666-0.9361,6.13562,0.90967,7.74054c-0.29907,0.63458-0.58691,1.31696-0.86371,2.0473
c-0.56976-1.0318-1.41406-1.96631-2.4809-2.62799c-1.10028-0.68256-1.97778-0.95282-3.22736-1.09912l-0.59143-0.06
c-1.31622-0.12512-1.95898-0.31079-2.88269-1.00214l-0.18878-0.14508c-1.07422-0.8465-2.1889-0.9931-2.77295,0.10449
c-0.32227,0.60583-0.29565,1.44855-0.05066,2.5686c0.40729,1.8623,1.4361,4.33453,2.48987,5.94702
c1.81354,2.77496,5.18842,4.04407,7.70831,3.26221c-1.01727,4.79846-1.2226,9.33856-0.61139,13.617
c0.07806,0.54675,0.58472,0.9267,1.13141,0.84857c0.54669-0.07819,0.92657-0.58472,0.84851-1.13141
c-0.48761-3.41327-0.42401-7.01776,0.19348-10.81537c0.21472,0.4198,0.51086,0.80048,0.89349,1.12146
c2.33478,1.95911,6.47083,1.10052,8.39032-1.90875c0.90369-1.41681,1.74548-3.60132,2.04425-5.26624
C51.69263,28.98022,51.68298,28.20538,51.36011,27.6402z M42.33472,17.7334c0.49249-0.91882,0.9621-1.39679,1.88727-2.05957
l0.48254-0.34644c1.11206-0.81879,1.75238-1.50928,2.30585-2.69788l0.09662-0.2149l0.04993,0.133l0.10516,0.30859
c0.50519,1.58661,0.81879,3.99908,0.72601,5.67792c-0.13953,2.52216-1.91077,4.56958-3.6145,4.86505
c0.42859-0.66785,0.87341-1.23199,1.3335-1.69208c0.3905-0.3905,0.3905-1.02368,0-1.41418s-1.02368-0.3905-1.41418,0
c-0.64398,0.64398-1.25043,1.43622-1.82092,2.3772C41.63171,21.56842,41.40741,19.46362,42.33472,17.7334z M39.4198,30.078
l-2.86511-1.91003c-0.45947-0.3064-1.08038-0.18219-1.38678,0.27734c-0.28442,0.4267-0.19769,0.99249,0.18408,1.31647
l0.09332,0.07031l2.6449,1.76318c-1.62561,0.55304-4.13788-0.3385-5.50293-2.42719
c-0.91986-1.40747-1.85449-3.65356-2.21027-5.28021l-0.06311-0.31989L30.28979,23.427l0.19189,0.13861
c1.07361,0.75281,1.97333,1.03046,3.34589,1.18372l0.591,0.05865c1.13275,0.11139,1.77844,0.29053,2.66425,0.84003
C38.78607,26.70453,39.64502,28.69952,39.4198,30.078z M49.54291,29.63641c-0.2533,1.41119-1.00031,3.34998-1.7619,4.54388
c-1.29498,2.03021-4.04852,2.60193-5.41858,1.45227c-0.00922-0.00769-0.01831-0.01556-0.02734-0.0235l1.98114-0.6604
c0.52399-0.17468,0.80707-0.74097,0.63251-1.26489c-0.16223-0.48645-0.66211-0.76538-1.15222-0.66296l-0.11273,0.03046
l-1.90417,0.6347c0.14722-1.00629,0.78821-2.0921,1.85449-2.71356c0.75128-0.43781,1.30762-0.56702,2.30823-0.6203l0.55548-0.03052
c1.24561-0.08472,2.0675-0.30377,3.03131-0.94672l0.06219-0.04205C49.57672,29.4339,49.56158,29.53229,49.54291,29.63641z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M22.1736,25.0149c2.3894,0.4213,4.2689,3.5625,3.8112,6.1584c-0.0959,0.5439-0.6146,0.9071-1.1584,0.8112
c-0.5439-0.0959-0.9071-0.6146-0.8112-1.1585c0.2761-1.566-0.9553-3.624-2.1888-3.8415c-1.3755-0.2425-2.9105,0.6598-3.2544,2.0292
l-0.0343,0.1601l-4.5526,18.0058l-0.0172,0.1588c-0.1332,1.5089,0.479,3.5039,1.8037,6.1587l0.3188,0.6257l0.2795,0.5305
l0.4629,0.8512l0.5371,0.9597l0.9726,1.715l0.6784,1.2091l0.7226,1.3161l0.3704,0.6958l0.3253,0.6324l0.2824,0.5748l0.1654,0.354
l0.1478,0.3328l0.1308,0.3131l0.1144,0.2952l0.0985,0.279l0.0834,0.2646c0.0127,0.0429,0.0247,0.0854,0.0362,0.1273l0.0617,0.24599
c0.0091,0.0401,0.0176,0.0798,0.0256,0.1191l0.0414,0.2313l0.0285,0.2237l0.0163,0.2177l0.0047,0.2135L21.6711,66h10.3287
c0-0.0743,0.0084-0.1498,0.0259-0.2253c1.3606-5.88219-1.0442-11.8709-4.5843-14.1775l-0.2004-0.134
c-2.6865-1.8424-3.2079-4.1719-2.4366-8.4258l0.122-0.6364c0.0219-0.1084,0.0445-0.218,0.0678-0.3288l0.1157-0.5292l0.2757-1.3412
c0.2428-1.1424-0.7146-3.0368-1.5935-3.2237c-0.9862-0.2096-1.5954,0.2013-1.8104,1.2124l-0.9331,4.7626l-0.6016,2.998
l-0.3669,1.7751l-0.1021,0.4823c-0.2487,1.1666,0.5527,3.2745,2.4559,6.207l0.4247,0.641c0.1472,0.2178,0.3001,0.4398,0.4586,0.666
l0.4925,0.6906c0.3241,0.4472,0.2243,1.0725-0.2229,1.3966c-0.4471,0.3241-1.0724,0.2243-1.3965-0.2228l-0.2634-0.3664
l-0.502-0.7155l-0.4686-0.6931c-2.2597-3.4092-3.267-5.9813-2.9685-7.8372l0.0342-0.1832l0.3367-1.6114l0.6477-3.2112l0.9129-4.6491
l0.1025-0.5277c0.4451-2.0939,2.1039-3.2128,4.1861-2.7702c2.0056,0.4263,3.5014,3.2849,3.1694,5.4042l-0.0341,0.185l-0.2353,1.1447
c-0.0038,0.0261-0.0086,0.0522-0.0145,0.0783l-0.025,0.1141l-0.1551,0.7547c-0.0077,0.0374-0.0174,0.074-0.029,0.1095
l-0.0534,0.2628l-0.1049,0.5697l-0.0867,0.5378c-0.452,3.0467,0.0465,4.5351,1.8939,5.7388l0.222,0.1493
c4.0707,2.8237,6.6814,9.4197,5.2696,15.9292H37c0.5523,0,1,0.4477,1,1c0,0.5128-0.3861,0.9355-0.8834,0.9933L37,68H17
c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8833-0.9933L17,66h2.6484l0.002-0.0801l-0.0064-0.1663l-0.0177-0.1745
l-0.0295-0.1841l-0.0419-0.1951l-0.0548-0.2077l-0.0684-0.2216l-0.0825-0.237l-0.0972-0.2539l-0.1746-0.4156l-0.1365-0.3024
l-0.1532-0.3243l-0.2625-0.5309l-0.3034-0.5884l-0.3463-0.6509l-0.5319-0.9735l-0.9574-1.7102l-0.9515-1.6794l-0.5216-0.9401
l-0.4564-0.8495l-0.2805-0.5402c-1.6228-3.1713-2.3953-5.5884-2.1968-7.6542l0.0299-0.2564l0.0212-0.1091l4.5529-17.9995
C17.0297,26.2238,19.7069,24.5799,22.1736,25.0149z M54.2043,31.1733c-0.4578-2.5959,1.4218-5.7371,3.8111-6.1584
c2.4668-0.435,5.144,1.2089,5.5903,3.7402l4.5529,17.9995l0.0212,0.1091l0.0284,0.2439c0.2049,2.1277-0.6701,4.638-2.5016,7.9967
l-0.31779,0.5748l-0.3396,0.5984l-0.5716,0.981l-1.0099,1.6972l-0.6849,1.1596l-0.599,1.0295l-0.5175,0.9097l-0.4404,0.8004
l-0.2824,0.5347L60.7,63.8732l-0.2064,0.4366l-0.1178,0.2672L60.273,64.8267l-0.0882,0.2334l-0.0743,0.21841l-0.0608,0.2047
l-0.0479,0.1924l-0.0356,0.1812L59.9463,66H63l0.1166,0.0067C63.6139,66.0645,64,66.4872,64,67c0,0.5523-0.4477,1-1,1H43
l-0.1167-0.0067C42.386,67.9355,42,67.5128,42,67c0-0.5523,0.4477-1,1-1h3.1606c-1.4118-6.5095,1.1989-13.1055,5.2696-15.9292
l0.222-0.1493c1.8474-1.2037,2.3459-2.6921,1.8939-5.7388l-0.0867-0.5378l-0.1049-0.5697
c-0.0161-0.0833-0.0328-0.1675-0.0501-0.2528c-0.013-0.0386-0.0238-0.0785-0.0323-0.1195l-0.1623-0.7898l-0.0178-0.079
c-0.0059-0.0261-0.0108-0.0523-0.0145-0.0783l-0.2353-1.1447l-0.0341-0.185c-0.332-2.1193,1.1638-4.9779,3.1694-5.4042
c2.0822-0.4426,3.741,0.6763,4.1861,2.7702l0.1692,1.0066l0.474,2.7629l0.3565,2.0093l0.1973,1.0783l0.2437,1.2898l0.1683,0.8568
l0.2054,0.9957c0.3984,1.8686-0.5993,4.4975-2.9343,8.0204L58.575,56.505l-0.5019,0.7155l-0.2634,0.3664
c-0.3242,0.4471-0.9494,0.5469-1.3966,0.2228c-0.4472-0.3241-0.5469-0.9494-0.2228-1.3966
c0.0849-0.1171,0.1684-0.2333,0.2505-0.3484l0.4755-0.6783l0.4416-0.6535c2.0527-3.0981,2.9217-5.3162,2.6641-6.5244l-0.1056-0.5041
l-0.2285-1.1423l-0.318-1.6794l-0.2804-1.5449l-0.4639-2.6534l-0.4265-2.5195c-0.2104-0.9855-0.8196-1.3964-1.8058-1.1868
c-0.8789,0.1869-1.8363,2.0813-1.5935,3.2237l0.2758,1.3414l0.1156,0.529l0.131,0.6505c0.8542,4.4547,0.3742,6.8531-2.3778,8.7405
l-0.2004,0.134c-3.5401,2.3066-5.9449,8.2953-4.5843,14.1775c0.0175,0.0755,0.0259,0.151,0.0259,0.2253h9.7195l0.0014-0.0486
l0.0175-0.2152c0.0039-0.0363,0.0083-0.0728,0.0133-0.1097l0.0363-0.2245l0.0497-0.2327l0.0636-0.2427l0.0781-0.2543
c0.0286-0.0869,0.0597-0.176,0.0934-0.2675l0.1091-0.2825l0.1256-0.299l0.1426-0.3172l0.1603-0.3371l0.2749-0.5466l0.2072-0.394
l0.3482-0.6398l0.5372-0.9527l0.6254-1.0787l2.16-3.6448l0.5315-0.921l0.3183-0.5679l0.3448-0.6341
c1.5092-2.8288,2.2121-4.919,2.0762-6.4635l-0.0158-0.1462l-4.5525-18.0059l-0.0343-0.1601
c-0.3439-1.3694-1.8789-2.2717-3.2544-2.0292c-1.2336,0.2175-2.4649,2.2755-2.1888,3.8415
c0.0959,0.5439-0.2673,1.0626-0.8112,1.1585C54.8188,32.0804,54.3002,31.7172,54.2043,31.1733z M55.2,60c0.5523,0,1-0.4477,1-1
s-0.4477-1-1-1s-1,0.4477-1,1S54.6477,60,55.2,60z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.4 KiB

View file

@ -0,0 +1,22 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M68 13c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1ZM41 76c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1ZM15 10c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1Z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M57.9799 26.8004c.1023.5025-.1916.9937-.6674 1.1496l-.1129.0299c-1.679.342-2.4543 2.1919-2.1399 5.7497L55 33.7302c.6238 0 1.1881-.0563 2.2954-.2242l1.6205-.2532.6688-.0938c2.4794-.3207 4.0117-.1815 5.3288.7567C68.6775 36.5968 70 39.562 70 44.8364c0 7.5286-5.4617 13.8895-12.7586 14.9953-.546.0828-1.0558-.2928-1.1386-.8389-.0827-.546.2929-1.0558.839-1.1385C63.2603 56.8967 68 51.3767 68 44.8363c0-4.6642-1.0474-7.0126-4.2468-9.2916-.7864-.5602-1.9363-.6575-3.943-.3979l-.7244.1031-1.7763.2763c-.8683.1274-1.4223.1849-1.9881.1999.1074.6431.2422 1.3283.4046 2.0561a1.002 1.002 0 0 1 .0238.2476c.666-.25 1.0872-.7032 1.3015-1.346.1747-.524.741-.8071 1.265-.6325.5239.1747.807.741.6324 1.265-.8598 2.5794-3.376 3.418-7.1448 2.6643-.5416-.1083-.8928-.6352-.7845-1.1767.1083-.5416.6352-.8928 1.1767-.7845.5846.117 1.1117.1901 1.5845.2208l-.0066-.0224c-.2051-.9192-.37-1.7898-.4938-2.611a28.4984 28.4984 0 0 1-.601-.0836l-1.4347-.2262c-2.7612-.4415-4.0721-.4174-4.9943.2452C43.0642 37.832 42 40.2102 42 44.8364c0 .5523-.4477 1-1 1s-1-.4477-1-1c0-5.2352 1.339-8.2276 5.083-10.9183 1.4664-1.0538 3.0617-1.1197 6.1302-.6503l1.484.2352c.1247.0192.2427.037.3547.0533-.305-4.372.8816-6.9522 3.7485-7.5362.5412-.1102 1.0692.2391 1.1795.7803ZM41 48c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1s-1-.4477-1-1v-2c0-.5523.4477-1 1-1Z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M25.1973 47.6684c.111.541-.2377 1.0696-.7787 1.1805-.541.111-1.0696-.2377-1.1805-.7788-.4254-2.0747-1.212-2.5957-2.8258-2.0083-.9379.3414-1.4336 1.0083-1.4126 1.915a.9977.9977 0 0 1-.3274.7635.7884.7884 0 0 1-.0317.0822c-.225.5044-.8162.731-1.3206.506-3.2422-1.446-4.6498-1.0273-5.0377 1.1728-.388 2.2002.7915 3.075 4.3327 2.8252a1 1 0 0 1 .291.0219.9696.9696 0 0 1 .1785.0415c.524.1744.8074.7406.633 1.2646-.669 2.0096-.2484 2.854 1.443 3.1522 1.3158.232 2.1788-.5978 2.5881-2.88l.0121-.1938c.0299-.396.081-.8113.1514-1.2466l.0323-.1662.012-.0963.0067-.0298.001-.007.008-.033.0117-.0457a.9932.9932 0 0 1 .1867-.349.9998.9998 0 0 1 .2954-.2427l.0438-.0225a1.0732 1.0732 0 0 1 .1346-.0529l.0211-.0063.0661-.0166a.988.988 0 0 1 .2836-.0194l.022.002.039.0045.031.0046.0105.0018a.9953.9953 0 0 1 .5016.249l.052.0516a1.0286 1.0286 0 0 1 .1185.1539 1.055 1.055 0 0 1 .0381.0666 1.03 1.03 0 0 1 .0383.082l.0047.0113a.9932.9932 0 0 1 .0687.4347l-.0009.0116c-.0452.5918-.1138 1.1461-.2059 1.6613-.1234 2.2458.724 3.3058 3.3715 4.0797.4621.1351 1.0954.2558 1.8557.3596l.8753-4.9613c.0959-.5439.6145-.907 1.1584-.8111.544.0959.9071.6145.8112 1.1584l-.852 4.8252c2.9251.2384 6.7621.2912 10.1436.0804l.5565-3.1691c.0959-.5439.6145-.907 1.1584-.8112.544.096.907.6146.8112 1.1585l-.4704 2.6661.1421-.0111c2.1097-.1759 3.7229-.3516 5.0865-.5697l.2885-.0474c1.0224-.1726 1.8204-.3626 2.3622-.5652l.183-.0732.0932-.0422-.1125-.1105-.1141-.1017c-.4442-.3826-1.134-.843-2.0314-1.358-1.576-.9048-3.7141-1.9364-6.1168-2.9832-1.38-.6014-2.917-1.1947-4.5276-1.758l-.6916 3.9122c-.0959.5439-.6145.907-1.1584.8112-.544-.096-.907-.6146-.8112-1.1585l.6946-3.9392a1.0008 1.0008 0 0 1 .0834-.26 95.232 95.232 0 0 0-2.9935-.9165l-.8456-.2394c-1.108-.3078-2.129-.5676-2.9558-.754-.5387-.1214-.877-.6566-.7556-1.1954.1215-.5388.6567-.877 1.1954-.7556l.679.1587c.9487.229 2.0633.5256 3.2367.864 3.3973.9797 6.8262 2.167 9.6491 3.397l1.1386.5012c5.8936 2.624 8.9159 4.475 8.6003 6.2649-.3233 1.8332-3.1406 2.3713-10.6173 2.9615l-.8342.0647a.583.583 0 0 1-.0282.002l.0282-.002c-4.0076.3054-8.775.231-12.159-.1158a.9403.9403 0 0 1-.2556-.0107 1.0099 1.0099 0 0 1-.122-.0294c-1.22-.1371-2.2363-.311-2.9394-.5165-2.0694-.6049-3.38-1.4665-4.1022-2.6663-.8574 1.1184-2.0664 1.5847-3.6277 1.3094-2.5216-.4446-3.665-2.0437-3.319-4.4181-3.85-.06-5.7739-1.8446-5.1815-5.2041.599-3.3976 3.0655-4.4013 6.7728-3.075.28-1.3455 1.2403-2.3862 2.6428-2.8967 2.833-1.0311 4.8115.2793 5.469 3.486ZM37 20c.5523 0 1 .4477 1 1l-.0009 5.697 3.8324 5.7472c.01.0152.0145.0223.0189.0293l.0063.0104a1.2284 1.2284 0 0 1 .0445.0822l-.0061-.0111.0107.0207a1.0018 1.0018 0 0 1 .066.1875l.0058.0255.0051.0254a.9246.9246 0 0 1 .0087.0535l.0019.0158.0039.0392a.9996.9996 0 0 1 .0027.0551L42 35c0 .5523-.4477 1-1 1s-1-.4477-1-1l-.0009-1h-6L34 45c0 .5523-.4477 1-1 1s-1-.4477-1-1l-.0009-11H18l-.0009 4H25c.5523 0 1 .4477 1 1s-.4477 1-1 1h-7v3c0 .5128-.386.9355-.8834.9933L17 44c-.5523 0-1-.4477-1-1V33l.0067-.1166.0019-.0158.0039-.0267.0046-.0266a.9897.9897 0 0 1 .1074-.2976l.0386-.0642 3.836-5.7555L20 21c0-.5523.4477-1 1-1h16Zm-.0009 8.802L34.8671 32h4.264l-2.132-3.198ZM35.1301 28h-13.596l-2.667 4h13.596l2.667-4ZM36 22H22l-.0009 4h14L36 22Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

View file

@ -0,0 +1,22 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M7 62c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1Zm64 4c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1ZM15 10c-.5514 0-1-.4486-1-1s.4486-1 1-1 1 .4486 1 1-.4486 1-1 1Z" />
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="m19.5042 22.8912 17.0801 12.2972c.4482.3228.55.9477.2272 1.3959-.3227.4482-.9476.55-1.3958.2273L19.1439 25.0957l-2.3464 3.2296 19.7902 14.03a1 1 0 0 1 .2456.2492l.0608.1005c.7905 1.5002 1.7414 2.2213 2.9182 2.2896L40 45c1.1046 0 2-.8954 2-2s-.8954-2-2-2c-.4102 0-.7994.1229-1.128.3481l-.137.1027c-.4275.3497-1.0576.2867-1.4073-.1408-.3497-.4275-.2866-1.0575.1409-1.4072A3.987 3.987 0 0 1 40 39c1.8639 0 3.43 1.2748 3.874 3H51c.5523 0 1 .4477 1 1s-.4477 1-1 1l-7.1262.0008c-.4279 1.661-1.8958 2.9042-3.668 2.994L40 47c-1.9038 0-3.4532-.9903-4.5886-2.8562l-.1686-.29-20.428-14.4811c-.424-.3006-.5425-.8704-.2904-1.3113l.0598-.0923 3.5267-4.8541c.3236-.4455.9465-.5455 1.3933-.2238ZM29 42c.5523 0 1 .4477 1 1s-.4477 1-1 1h-8c-.5523 0-1-.4477-1-1s.4477-1 1-1h8Z" />
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M65.6966 12.2742c3.2058 1.1669 3.7893 3.7255 1.9164 7.09 2.2291.8873 3.0422 2.6769 2.1665 5.0828-.5425 1.4905-1.5516 2.3044-2.949 2.487.679 1.2251.77 2.791.2591 4.8858l-.0476.1799L69 32c.5523 0 1 .4477 1 1v6c0 .5523-.4477 1-1 1l-3.118-.0003L63.6098 58.12c-.5646 4.5022-4.3925 7.88-8.93 7.88H25.3202c-4.5375 0-8.3654-3.3778-8.93-7.88L14.117 39.9997 9 40c-.5523 0-1-.4477-1-1v-6c0-.5523.4477-1 1-1h6c.5523 0 1 .4477 1 1s-.4477 1-1 1h-5v4h13c.5128 0 .9355.386.9933.8834L24 39c0 .5523-.4477 1-1 1l-6.867-.0003 2.2416 17.8714C18.8138 61.3728 21.791 64 25.3202 64h29.3596c3.5292 0 6.5064-2.6272 6.9456-6.1289l2.2406-17.8714L47 40c-.5523 0-1-.4477-1-1s.4477-1 1-1h21v-4l-2.1204.0016A.9943.9943 0 0 1 65.4001 34H57c-.5128 0-.9355-.386-.9933-.8834L56 33c0-.5523.4477-1 1-1l1.517-.0003.0434-.0992c.2244-.4476.7536-.6658 1.2355-.4904l1.6211.5896 3.536-.0002c.0831-.2476.148-.4666.1936-.6536.653-2.6775.1601-3.9415-1.8414-4.958-.4943-.178-1.0105-.3963-1.5477-.654l-.0065-.0032-.0103-.005a.9946.9946 0 0 1-.4388-.4339l.0306.0551a1.0034 1.0034 0 0 1-.1427-.5067v-.013a.997.997 0 0 1 .056-.3245l.0045-.0125.0276-.068a1.0191 1.0191 0 0 1 .0105-.0225l.0066-.014a1.17 1.17 0 0 1 .0285-.0529l-.035.0669a1.0025 1.0025 0 0 1 .172-.2519.9916.9916 0 0 1 .1146-.1044 1.0095 1.0095 0 0 1 .3886-.1852l.0113-.0027a.999.999 0 0 1 .0818-.0145l.016-.002a.9462.9462 0 0 1 .1093-.007h.013a.9923.9923 0 0 1 .3255.0564l.0114.0042c.578.2104 1.1056.4327 1.582.672 2.1797.7862 3.3293.4536 3.786-.8016.5875-1.6139.0665-2.4004-2.0082-2.8258-.541-.111-.8897-.6395-.7788-1.1805a.995.995 0 0 1 .0562-.1833.987.987 0 0 1 .1236-.255c1.987-2.9418 1.8191-4.4007-.2802-5.1648-2.0994-.764-3.1658.2456-3.5346 3.7763-.0574.5493-.5492.9481-1.0985.8907l-.0893-.0129a.9977.9977 0 0 1-.8227-.0989c-.7747-.4716-1.6002-.3757-2.3647.2659-1.3157 1.104-1.2577 2.0455.3264 3.4513a.9997.9997 0 0 1 .313.9625c.426-.0778.8785-.1064 1.3566-.0892.552.02.9832.4835.9633 1.0354-.0199.552-.4834.9832-1.0354.9633-1.7993-.0649-2.9042.7361-3.7644 3.1935l-.0143.0432a14.8545 14.8545 0 0 0-.1029.3458l-.7036 2.5454a149.714 149.714 0 0 0-.239.895l-.2209.871a.9928.9928 0 0 1-.0286.112l-.0054.0157a.9404.9404 0 0 1-.0544.1305.9842.9842 0 0 1-.143.2112.8727.8727 0 0 1-.072.0736.9563.9563 0 0 1-.09.074 1.0819 1.0819 0 0 1-.0427.0292l-.0094.0062-.012.0074a1.0056 1.0056 0 0 1-.2936.1216 1.0308 1.0308 0 0 1-.1091.0196l-.0296.003a.8819.8819 0 0 1-.069.004L39 34c-.5523 0-1-.4477-1-1s.4477-1 1-1l13.221-.0003.0721-.2809c.3495-1.3237.9151-3.3731 1.0638-3.8351l.0177-.053.1059-.2915a11.64 11.64 0 0 1 .2104-.5204.9987.9987 0 0 1-.987-.7616c-.3881-1.5859-1.2068-2.7386-2.7916-3.8897-.5404-.3925-1.3909-.452-2.9331-.2353l-1.809.2823c-.4332.0635-.7624.1025-1.0662.1236.0747.6194.1853 1.3057.3352 2.0603.2905-.2154.4873-.5157.6063-.8967.1648-.5271.7256-.821 1.2528-.6562.5271.1648.821.7256.6562 1.2528-.7386 2.3634-2.9382 3.1455-6.1631 2.4575-.5402-.1153-.8846-.6465-.7694-1.1867.1152-.54.6465-.8845 1.1866-.7693.377.0804.7227.1373 1.039.171l.2304.0209-.0256-.1314c-.1677-.8624-.2899-1.6663-.3645-2.4099-.2634-.036-.5666-.0829-.9323-.1423l-.5147-.0844c-2.0005-.3262-2.9357-.3087-3.5498.1413-.4389.3216-.8222.645-1.1554.9812l.013-.03a.9969.9969 0 0 1-.5015.5782C34.3867 25.2286 34 26.8248 34 29.2877c0 .5523-.4477 1-1 1s-1-.4477-1-1c0-2.4141.3638-4.2258 1.259-5.7399-2.7298-.6085-4.4381.0465-5.3646 1.8994-.247.494-.8476.6942-1.3416.4472-.494-.247-.6942-.8476-.4472-1.3416 1.504-3.008 4.4492-3.8846 8.5134-2.718.3807-.372.8096-.731 1.2899-1.083 1.1165-.8182 2.2956-.9067 4.4434-.5963l1.6558.2615c.087-2.4916.9682-3.9917 2.775-4.3932.5391-.1198 1.0733.2201 1.193.7593.1113.5006-.1738.997-.6468 1.1612l-.1124.0319c-.7355.1634-1.1757.9907-1.2215 2.5627.3333-.0239.7259-.0763 1.3234-.1703l1.0781-.1722c2.2257-.341 3.5433-.2806 4.6908.553 1.8499 1.3436 2.9342 2.8032 3.4731 4.7074.4642-.6481.9957-1.1418 1.5954-1.4927a.4002.4002 0 0 1-.0546-.0422c-2.4483-2.1727-2.594-4.5414-.2844-6.4793 1.1433-.9594 2.525-1.2707 3.8306-.8414.7045-3.8728 2.807-5.5069 6.0488-4.327ZM27 48c.5523 0 1 .4477 1 1v4c0 .5523-.4477 1-1 1s-1-.4477-1-1v-3h-2v7c0 1.5977 1.249 2.9037 2.8237 2.995L27 60c.5523 0 1 .4477 1 1s-.4477 1-1 1c-2.7614 0-5-2.2386-5-5v-8c0-.5523.4477-1 1-1h4Zm10 0c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1s-1-.4477-1-1v-1h-2v10h3c.5128 0 .9355.386.9933.8834L38 61c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1V49c0-.5523.4477-1 1-1h4Zm10 0c.5523 0 1 .4477 1 1v12c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-4c0-.5523.4477-1 1-1s1 .4477 1 1v3h2V49c0-.5128.386-.9355.8834-.9933L47 48Zm10 0c.5523 0 1 .4477 1 1v8c0 2.7614-2.2386 5-5 5-.5523 0-1-.4477-1-1v-4c0-.5523.4477-1 1-1s1 .4477 1 1v2.829l.0118-.0039c1.1063-.3963 1.9121-1.424 1.9831-2.6488L56 57v-8c0-.5523.4477-1 1-1Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -0,0 +1,113 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M56,77c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S56.5514,77,56,77z M8,65c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S8.5514,65,8,65z M76,58c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S76.5514,58,76,58z M65,10
c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C66,9.5514,65.5514,10,65,10z M24,4c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C25,3.5514,24.5514,4,24,4z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M37.09613,15.68091c0.41675,1.13849,0.03406,2.47546-0.72015,3.1084
c-0.32117,0.26947-0.60449,0.42859-1.08655,0.5752l-0.315,0.08722c-0.05713,0.01447-0.11664,0.02905-0.17889,0.04388
L34.3877,19.5871l-1.9234,0.39331l-0.2417,0.05139l0.13501,0.07062l0.2453,0.13306l0.46838,0.26361
c0.47833,0.27612,0.64221,0.8877,0.36603,1.36603c-0.27612,0.47827-0.8877,0.64221-1.36603,0.36597l-0.2135-0.1217l-0.44611-0.24475
l-1.53375-0.80225l-0.68585-0.3656c-0.1134-0.06116-0.22687-0.12299-0.34125-0.18567l-0.70435-0.3916l-0.7666-0.43768
c-0.47827-0.27612-0.64221-0.8877-0.36609-1.36603c0.27618-0.47827,0.88782-0.64221,1.36609-0.36597l0.74664,0.42627
c0.11829,0.06659,0.23389,0.13129,0.34778,0.1947l0.13489,0.07391c0.1012-0.07104,0.21741-0.12433,0.34509-0.1543l0.54681-0.12689
l1.04401-0.23224l0.76923-0.16266l1.58154-0.32166l0.44653-0.09906l0.2218-0.0564l0.17236-0.05164
c0.02515-0.00836,0.04865-0.01666,0.07074-0.02496l0.11639-0.04962l0.09113-0.0517l0.07568-0.0564
c0.11969-0.10052,0.24982-0.55493,0.1275-0.88879c-0.20569-0.56213-1.01794-1.04443-2.72992-1.23773l-3.38318-0.34729
l-1.86475-0.18457l-2.07898-0.1972l-2.12518-0.18719l-0.95898-0.07623l-0.15552,0.00262l-0.11621,0.0116l-0.19769,0.03381
l-0.15002,0.03448l-0.16669,0.04492l-0.28528,0.08795l-0.45569,0.15955l-0.55511,0.21259l-0.66888,0.27081l-1.24835,0.52686
l-2.27167,0.98651l-0.10803,0.03754l-0.07318,0.01776l-0.07678,0.01123c-0.01318,0.00128-0.02673,0.0022-0.04041,0.00287
l-0.086-0.00037l-0.09503-0.00891l-0.1059-0.01843l-0.1192-0.02856l-0.20807-0.06378l-0.16144-0.05774l-0.28168-0.11096
l-0.21722-0.09161l-0.51465-0.22894l-0.81622-0.37994l-2.33569-1.11993c-0.4975-0.23981-0.70636-0.83746-0.46649-1.33502
c0.23981-0.4975,0.83759-0.70636,1.33508-0.46649l1.75269,0.8363l0.71143,0.33209l0.77692,0.35345l0.47137,0.2052l0.26007,0.10535
l2.0202-0.87726l1.13751-0.48181l0.5755-0.23553l0.6593-0.25677l0.2887-0.10559l0.38873-0.13232l0.34247-0.10321l0.20679-0.05389
l0.19232-0.04291l0.18011-0.03265l0.17047-0.02319l0.16321-0.01465c0.02673-0.00177,0.05322-0.00317,0.07959-0.00427
l0.23444-0.00201l0.23236,0.01202l1.24774,0.10181l2.20557,0.19727l2.60559,0.25092l3.54425,0.36029l0.5506,0.0575
C34.99689,13.35028,36.5708,14.24579,37.09613,15.68091z M26.6886,34.26361L23.75,32.56702l-0.10437-0.05249
c-0.45966-0.19861-1.00525-0.02563-1.26166,0.41846c-0.27618,0.47833-0.11224,1.0899,0.36603,1.36603l2.9386,1.69659
l0.10443,0.05249c0.45947,0.19873,1.00519,0.0257,1.2616-0.41852C27.33081,35.15131,27.16693,34.53967,26.6886,34.26361z
M20.1189,36.88239l-4.43188-2.55988c0.03357,0.01709,0.03796,0.01459,0.03369,0.0069l-0.08759-0.10803l-0.1756-0.22687
l-0.2467-0.33783c-0.15021-0.21075-0.30963-0.4436-0.47443-0.6936l-0.33582-0.52118l-0.17108-0.27502
c-1.05798-1.71918-2.0213-3.63397-2.73999-5.57458l-0.11841-0.21619L11.328,26.30487l-0.03192-0.04077l-0.12817-0.12299
l-0.16461-0.13824l-0.31848-0.24908l-2.93628-2.2052l-0.27948-0.22278l-0.06177-0.06299
c-0.26367-0.24133-0.64838-0.33301-1.00891-0.20569c-0.52081,0.1839-0.79388,0.75507-0.60999,1.27588l0.08783,0.16602
l0.07349,0.12915l0.03229,0.04205l0.08795,0.08698l0.08997,0.08099l0.20734,0.16919l0.36462,0.28204l2.01453,1.5069l0.95721,0.72705
l0.12378,0.31903c0.0741,0.18646,0.15106,0.37408,0.23041,0.56232l0.24542,0.5658l0.25787,0.5661l0.26831,0.56305l0.27637,0.55695
c0.04663,0.0921,0.09351,0.1839,0.14062,0.27509l0.28442,0.54163c0.04767,0.08905,0.0954,0.17767,0.14325,0.26556l0.28741,0.5188
l0.2865,0.49969l0.28351,0.47723c0.04681,0.07745,0.09351,0.15387,0.13989,0.22919l0.2746,0.4375l0.26599,0.40698l0.25513,0.37329
l0.24188,0.33624c0.03925,0.0528,0.07764,0.10388,0.11542,0.1532l0.21802,0.27466c0.24377,0.29474,0.4494,0.49731,0.60059,0.58459
l4.47589,2.58423l0.10443,0.05237c0.45959,0.19873,1.00519,0.02576,1.2616-0.41846
C20.76111,37.77008,20.59723,37.15857,20.1189,36.88239z M23,38c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1
S23.55231,38,23,38z M73.89612,26.59998c-0.3313-0.44189-0.95801-0.53156-1.40002-0.20038l-1.36389,1.02393l-1.31268,0.99878
l-0.66589,0.52869l-0.31812,0.27063l-0.1825,0.16888l-0.09808,0.0993l-0.11621,0.13269l-0.05939,0.0799l-0.04706,0.07501
l-0.05078,0.10651l-0.02338,0.06927l-0.02374,0.10522c-0.00604,0.03577-0.01086,0.07257-0.01508,0.11127l-0.0816,0.7041
l-0.08472,0.66553c-0.0144,0.10767-0.02887,0.21381-0.04346,0.31818l-0.08923,0.60699l-0.0918,0.56763L67.73431,33.56
l-0.0965,0.48779l-0.09863,0.44739l-0.10028,0.40674l-0.10193,0.3656c-0.15387,0.51746-0.31238,0.8952-0.47205,1.1283
c-0.05432,0.0791-0.10974,0.15979-0.1662,0.24188l-0.73383,1.05713l-1.07233,1.52289l-1.79077,2.50787l-2.27582,3.15039
c-1.0235,1.38593-1.84717,1.84814-2.43689,1.7453c-0.35028-0.0611-0.67871-0.40088-0.70587-0.55487l-0.01105-0.09363
l0.00079-0.10486l0.01526-0.12561c0.00226-0.01361,0.00476-0.02759,0.00745-0.04199l0.00635-0.03174l0.04138-0.17511
l0.06207-0.22028l0.08533-0.27509l0.64771-1.94482l0.32031-0.99731c0.10675-0.33948,0.21429-0.68835,0.32446-1.0542
c0.0097-0.03204,0.01764-0.06427,0.02399-0.0965l0.38824-0.23248l0.74249-0.43347c0.47827-0.27612,0.64209-0.8877,0.36597-1.36603
c-0.27606-0.47827-0.8877-0.64221-1.36597-0.36597c-0.13519,0.078-0.26581,0.15375-0.39252,0.22778l-0.72192,0.4267
l-0.67065,0.40741c-0.1098,0.0675-0.21912,0.13525-0.32874,0.20361l-1.79248,1.13477l-0.435,0.26379l-0.21222,0.12408
c-0.47827,0.27625-0.64221,0.88782-0.36597,1.36603c0.27606,0.47827,0.8877,0.64221,1.36597,0.36609
c0.07721-0.04462,0.15381-0.08942,0.23059-0.13489l0.46985-0.28491l0.11908-0.07538l-0.5871,1.7605l-0.12469,0.39886
l-0.09583,0.34082c-0.15021,0.5791-0.1629,0.92688-0.08276,1.3811c0.17096,0.9696,1.13745,1.96948,2.33191,2.1778
c1.50549,0.26263,3.06787-0.65259,4.55396-2.75531l0.64331-0.88739l2.29999-3.1958l1.43799-2.0246l0.82172-1.172l0.71204-1.02979
l0.07965-0.12219c0.54694-0.88031,0.974-2.44354,1.3219-4.75134l0.10205-0.71478c0.0166-0.12292,0.03308-0.24762,0.04926-0.37421
l0.10181-0.8335l0.36151-0.30182l0.43793-0.349l0.93677-0.72565L73.69568,28C74.13763,27.6687,74.22729,27.04187,73.89612,26.59998z
M60.56451,21.2699l0.10712,0.01508c0.16199,0.01715,0.25226-0.00598,0.43219-0.06366l0.19629-0.07104l0.48376-0.20087
l2.54321-1.12219l0.44214-0.18622c-0.04962,0.0191-0.06421,0.02289-0.08331,0.01758l-0.05573-0.02087
c-0.02838-0.00989-0.07037-0.02197-0.13776-0.03448c0.54285,0.10107,1.065-0.25714,1.1662-0.79999
c0.10107-0.54303-0.25714-1.06512-0.80005-1.1662c-0.24127-0.04504-0.33167-0.02551-0.55078,0.0437l-0.06,0.0199l-0.13733,0.05066
l-0.21088,0.08484l-0.27051,0.1142l-2.76447,1.21686l-0.21649,0.09033l-0.35101-0.05371
c-0.30463-0.04401-0.61481-0.08362-0.9281-0.11902l-0.63031-0.065l-0.6347-0.05389l-0.6347-0.04315l-0.63068-0.03296
l-0.62244-0.02289l-0.60999-0.01306l-0.5932-0.00391l-0.57239,0.00519c-0.09338,0.00159-0.18579,0.0036-0.27704,0.00592
l-0.53308,0.01801l-0.50177,0.02618l-0.46613,0.034c-0.07452,0.00629-0.14728,0.01288-0.21838,0.01978l-0.40479,0.0451
c-0.57361,0.07281-0.9917,0.16919-1.19012,0.28381L44.5,22.95361l-0.09772,0.06421
c-0.40179,0.29871-0.52478,0.85767-0.26831,1.30188c0.27612,0.47821,0.88776,0.64209,1.36603,0.36597l6.30627-3.63977
c-0.03168,0.02051-0.03186,0.02557-0.02325,0.02582l0.13617-0.02173l0.2829-0.03851l0.41394-0.04468
c0.08545-0.00818,0.17358-0.01599,0.26398-0.0235l0.57001-0.04041l0.61658-0.03027l0.32239-0.0108
C56.39801,20.80463,58.53021,20.92572,60.56451,21.2699z M49,26c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1
S49.55231,26,49,26z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M41.9948,27.308C41.8951,25.4643,40.3686,24,38.5,24c-1.933,0-3.5,1.567-3.5,3.5v1.8368
C34.5454,29.1208,34.0368,29,33.5,29c-1.933,0-3.5,1.567-3.5,3.5v14.885l-0.6083-0.7143l-1.2221-1.4585l-0.621-0.7295
l-0.3751-0.4244l-0.215-0.232l-0.192-0.1959c-0.0303-0.0299-0.0599-0.0584-0.0887-0.0857l-0.1655-0.1493
c-0.0794-0.0678-0.1541-0.1258-0.2267-0.1763l-0.143-0.0915c-0.0707-0.0414-0.1409-0.0768-0.213-0.1084l-0.1474-0.0588
c-0.9252-0.3368-2.2744,0.0003-3.052,0.9305c-0.9802,1.1725-0.9687,2.9833,0.1092,5.3216l1.4898,3.3219l1.4473,3.1759l0.7659,1.648
l0.5358,1.1315l0.0704,0.1392c0.3399,0.6387,0.9716,1.4004,1.9037,2.3033l0.4516,0.4268c0.3154,0.2913,0.6592,0.5962,1.032,0.9153
l0.5807,0.4893c0.2008,0.1667,0.4088,0.337,0.6241,0.511l0.2586,0.2079l0.0003,3.5176l0.0077,0.1254
c0.0618,0.4931,0.4825,0.8746,0.9923,0.8746c0.5522,0,1-0.4478,1-1v-4.4846l-0.6678-0.5284l-0.8107-0.6579l-0.4972-0.416
l-0.4625-0.3974l-0.4275-0.3787l-0.3925-0.3596l-0.3572-0.3401c-0.1132-0.1101-0.2205-0.2169-0.3219-0.3204l-0.2863-0.3003
l-0.2507-0.28l-0.2149-0.2594c-0.1968-0.2489-0.3398-0.4663-0.4281-0.6508l-0.392-0.826l-0.7397-1.5857l-1.2162-2.6586
l-1.9767-4.3996c-0.6885-1.5793-0.6769-2.5238-0.293-2.9831c0.228-0.2728,0.6866-0.3873,0.8334-0.3339
c0.0133,0.0049,0.0302,0.0145,0.051,0.0292l0.0743,0.0597l0.0992,0.0925l0.2798,0.2913l0.3998,0.4472l0.5332,0.6196l1.334,1.5888
l0.5347,0.6301l0.485,0.5618l0.4579,0.5185l0.4531,0.5001l0.4709,0.5066c0.2467,0.2625,0.6018,0.362,0.9305,0.2946
c0.0244-0.005,0.0485-0.0109,0.0723-0.0176C31.693,50.843,32,50.4574,32,50V32.5l0.0069-0.1445C32.0796,31.5949,32.7203,31,33.5,31
c0.8284,0,1.5,0.6716,1.5,1.5V45l0.0067,0.1166C35.0645,45.614,35.4872,46,36,46c0.5523,0,1-0.4477,1-1V27.5l0.0069-0.1445
C37.0796,26.5949,37.7203,26,38.5,26c0.8284,0,1.5,0.6716,1.5,1.5V45l0.0067,0.1166C40.0645,45.614,40.4872,46,41,46
c0.5523,0,1-0.4477,1-1V30.4706l0.0068-0.1412C42.0793,29.5856,42.7178,29,43.5,29c0.8311,0,1.5,0.6611,1.5,1.4706V45l0.0067,0.1166
C45.0645,45.614,45.4872,46,46,46c0.5523,0,1-0.4477,1-1V34.4706l0.0068-0.1412C47.0793,33.5856,47.7178,33,48.5,33
c0.8311,0,1.5,0.6611,1.5,1.4706V53l-0.0034,0.291c-0.0429,1.8163-0.5054,3.1493-1.8312,5.1582
c-0.1436,0.2175-0.3899,0.5062-0.7367,0.8666l-0.3218,0.3265l-0.3706,0.3618l-0.3701,0.3511l-1.3677,1.2646l-0.5099,0.4809
L44,62.5858V67l0.0067,0.1166C44.0645,67.614,44.4872,68,45,68l0.1166-0.0067C45.614,67.9355,46,67.5128,46,67v-3.578l0.0993-0.0936
l1.6361-1.5154l0.4032-0.3826l0.4206-0.4111c0.5912-0.5895,1.0063-1.0608,1.2754-1.4685C51.4391,57.1198,52,55.3747,52,53V34.4706
l-0.0052-0.1907C51.895,32.4495,50.366,31,48.5,31c-0.5365,0-1.0452,0.1198-1.5,0.3341v-0.8635l-0.0052-0.1907
C46.895,28.4495,45.366,27,43.5,27c-0.5383,0-1.0485,0.1206-1.5044,0.3362L41.9948,27.308z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,67 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M69,68c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S69.5514,68,69,68z M67,12c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S67.5514,12,67,12z M9,16c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S9.5514,16,9,16z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M48.4472,18.89441C47.48792,19.37408,47,20.34998,47,22c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1
c0-2.34991,0.8454-4.04071,2.5528-4.89441c0.49402-0.24701,1.0946-0.04681,1.34161,0.4472S48.94122,18.6474,48.4472,18.89441z
M36.4472,7.10559c-0.49402-0.24701-1.0946-0.04675-1.34161,0.4472s-0.04681,1.09467,0.4472,1.34161
C36.51208,9.37408,37,10.34998,37,12c0,0.55231,0.44769,1,1,1s1-0.44769,1-1C39,9.65009,38.1546,7.95929,36.4472,7.10559z M18,59
c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1c1.48322,0,2.4646,0.98138,3.02991,3.24249c0.13391,0.53583,0.67682,0.86163,1.21259,0.7276
c0.53583-0.13391,0.86163-0.67682,0.7276-1.21259C22.20209,60.6853,20.51678,59,18,59z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M64.35321,54.94812c-3.77002,6.27429-9.92859,10.22125-16.27631,10.26215
c-0.55219,0.00354-1.00281-0.44128-1.00641-0.99359c-0.00348-0.55219,0.44128-1.00275,0.99359-1.00635
c5.60742-0.03613,11.14581-3.58563,14.57483-9.29236c1.63031-2.71326,2.4527-6.69476,2.4519-11.93335l-0.00861-0.9375
c-0.04022-2.21802-0.22021-4.64893-0.54089-7.29211l-0.146-1.14581c-0.05164-0.38629-0.10602-0.77692-0.16333-1.17181
l-0.1806-1.19769c-0.12616-0.80707-0.26392-1.63159-0.41309-2.47327l-0.2326-1.27551
c-0.04022-0.21472-0.08112-0.4306-0.12268-0.64752l-0.25861-1.31427l-0.06543-0.32043l-0.28369,0.07355
c-0.42609,0.1106-0.84698,0.22198-1.26288,0.33417l-1.23199,0.33929c-11.9632,3.36169-19.45593,7.46692-22.47314,12.21423
l-0.14948,0.242c-5.11749,8.51666-4.1756,18.81934,2.7547,23.42065c2.32831-7.33252,2.57922-12.81317,0.79309-16.38538
c-0.24701-0.49402-0.04681-1.0946,0.4472-1.34161s1.0946-0.04681,1.34161,0.4472c1.15472,2.30933,1.58008,5.19281,1.3045,8.64252
c1.40527-2.40332,3.08618-4.69556,5.06122-6.86804c0.37146-0.40857,1.00385-0.43866,1.4126-0.0672
c0.40857,0.37152,0.43866,1.00391,0.0672,1.4126c-2.67975,2.94775-4.79639,6.11639-6.36951,9.50195
C45.49762,55.41107,46.70361,55,48,55c0.55231,0,1,0.44769,1,1s-0.44769,1-1,1c-2.02478,0-3.90314,1.48212-5.62305,4.55707
C41.45917,64.85242,41,68.33234,41,72c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1c0-3.12958,0.32349-6.13245,0.96198-9.0105
c-0.06775-0.03949-0.1366-0.07477-0.2041-0.1153c-8.448-5.07611-9.66565-16.92072-3.91449-26.49243
c2.70691-4.50488,8.69073-8.32855,17.95441-11.53345l1.10492-0.37421c0.18671-0.06195,0.37469-0.12354,0.5639-0.18494
l1.15039-0.36566c0.19421-0.06055,0.38971-0.12073,0.58649-0.18073l1.1958-0.3573c0.20178-0.05902,0.40491-0.1178,0.60919-0.17639
l1.24121-0.34882c0.62823-0.17297,1.2677-0.34387,1.91852-0.51282l1.31689-0.33478c0.54999-0.13721,1.10382,0.20978,1.22052,0.7644
l0.28027,1.36121l0.26282,1.33582c0.08466,0.4411,0.1665,0.87799,0.24536,1.31061l0.22803,1.28528l0.21039,1.26007
c0.03369,0.20795,0.06653,0.41479,0.09869,0.62061l0.1842,1.22223c0.08783,0.6048,0.16888,1.20007,0.24353,1.78607l0.14038,1.15924
c0.10962,0.95544,0.20099,1.88477,0.27399,2.78778l0.0788,1.07117C67.4538,45.56348,66.59741,51.2132,64.35321,54.94812z
M22.37689,20.31653l0.67169-0.76562c0.34332-0.38568,0.69763-0.7757,1.06293-1.16998l0.7453-0.79431l0.77472-0.80573
c0.39478-0.4057,0.8006-0.81567,1.21735-1.22998L26.94,15.45898l1.133,1.31891l0.6861,0.80762l0.98083,1.16711l0.92279,1.11407
l0.86469,1.06079l0.80658,1.00739l0.50543,0.64191l0.47949,0.6181l0.67078,0.88251l0.41473,0.55841l0.38879,0.53461l0.36279,0.51056
l0.49561,0.72083l0.29791,0.45062l0.27179,0.42645l0.24579,0.40234c0.07758,0.13007,0.15088,0.25616,0.21979,0.3783l0.1936,0.354
c0.258,0.48828,0.86304,0.67511,1.35132,0.41711c0.4884-0.25793,0.67511-0.86292,0.41718-1.35132
c-0.03217-0.06104-0.06549-0.12292-0.09991-0.18579l-0.21906-0.3891l-0.24481-0.41211l-0.27051-0.4353l-0.29639-0.4585
l-0.3222-0.48169l-0.3479-0.50494c-0.06018-0.08606-0.1214-0.17316-0.18372-0.26117l-0.38678-0.53992l-0.6286-0.85358
l-0.45142-0.59821l-0.47742-0.6217l-0.50317-0.64508l-0.80359-1.01172l-0.56812-0.70392l-0.59418-0.72742l-0.93994-1.1355
l-0.9986-1.1886l-1.42249-1.66785l-1.1355-1.31323c-0.37677-0.43347-1.04041-0.46118-1.45209-0.06067
C17.45728,21.88959,13,28.8952,13,34.43237c0,8.03235,4.83881,15.19855,11.85699,16.38922
c0.23492,0.03992,0.47485,0.06262,0.71362,0.08917c0.63971,2.71991,1.80853,5.88226,3.52521,9.51636
c0.2359,0.49939,0.83185,0.71295,1.3313,0.47705c0.49939-0.2359,0.71295-0.83185,0.47705-1.3313
c-2.50049-5.29346-3.79718-9.50769-3.90479-12.6076c-0.04297-1.23895,0.17694-2.88947,0.49603-4.40656l0.13251-0.59851
l0.14075-0.57642l0.14673-0.54681l0.15021-0.5094c0.2522-0.81329,0.50958-1.43829,0.72382-1.71368l0.0708-0.10382
c0.25397-0.427,0.15619-0.98645-0.24634-1.29938c-0.43591-0.33911-1.06421-0.26062-1.40332,0.17542
c-0.573,0.73676-1.22675,2.66748-1.67511,4.77844c-0.82513-0.95782-1.89691-1.67249-3.21924-2.11328
c-0.52393-0.17456-1.09021,0.10852-1.26489,0.63251c-0.17462,0.52393,0.10846,1.09021,0.63245,1.26489
c1.70142,0.56714,2.80042,1.66614,3.36755,3.36755c0.00122,0.0036,0.00421,0.00592,0.00543,0.00946
c-0.05103,0.60608-0.07428,1.18652-0.05615,1.70898c0.01984,0.57159,0.08759,1.1828,0.17719,1.81201
C19.22937,47.8288,15,41.56073,15,34.43237l0.0036-0.24768C15.11011,30.5296,17.55823,25.88849,22.37689,20.31653z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.6 KiB

View file

@ -0,0 +1,42 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M67,16c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S67.5514,16,67,16z M19,72c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S19.5514,72,19,72z M31,10c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
C32,9.5514,31.5514,10,31,10z M69,60c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S69.5514,60,69,60z M45,70
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S45.5514,70,45,70z M9,32c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S9.5514,32,9,32z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M41,30c-0.5523,0-1,0.4477-1,1s0.4477,1,1,1s1-0.4477,1-1S41.5523,30,41,30z M59,38c-0.5523,0-1,0.4477-1,1
s0.4477,1,1,1s1-0.4477,1-1S59.5523,38,59,38z M55,38c0.5523,0,1,0.4477,1,1c0,0.5128-0.386,0.9355-0.8834,0.9933L55,40h-2
c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8834-0.9933L53,38H55z M48,31c0-0.5523-0.4477-1-1-1h-2l-0.1166,0.0067
C44.386,30.0645,44,30.4872,44,31c0,0.5523,0.4477,1,1,1h2l0.1166-0.0067C47.614,31.9355,48,31.5128,48,31z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M59.90668,47.08899c-2.4024,7.6662-9.49188,12.91333-17.52948,12.91333
c-10.14819,0-18.37512-8.26733-18.37512-18.46643c0-7.85461,4.93793-14.82916,12.2738-17.42346
c1.87921-0.66461,3.32355,1.68457,1.9613,3.1073c-2.30841,2.41095-3.5921,5.59399-3.5921,8.95575
c0,6.76794,5.2041,12.37939,11.8927,12.89435c0.5506,0.04236,0.96271,0.52319,0.92035,1.07379
c-0.04242,0.55066-0.52325,0.96271-1.07385,0.92029c-7.72986-0.59503-13.7392-7.07483-13.7392-14.88843
c0-3.61078,1.28583-7.04816,3.61322-9.75067l0.22668-0.25684L36.2854,26.2464c-6.06519,2.4425-10.13849,8.30981-10.2796,14.9339
l-0.00372,0.35559c0,9.09668,7.33374,16.46643,16.37512,16.46643c6.92578,0,13.0639-4.375,15.39703-10.84619l0.06879-0.19916
l-0.19684,0.18811c-1.96747,1.82373-4.37738,3.07861-6.99451,3.63629l-0.39404,0.07843
c-0.54303,0.1004-1.0647-0.25842-1.1651-0.80151c-0.10052-0.54309,0.25836-1.0647,0.80145-1.16516
c2.62329-0.48511,5.02313-1.77515,6.89282-3.70404C58.17792,43.75378,60.4975,45.2038,59.90668,47.08899z M15,58
c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S15.55231,58,15,58z M55,28h2l0.11658-0.00671
C57.61401,27.93549,58,27.51282,58,27c0-0.55231-0.44769-1-1-1h-2l-0.11658,0.00671C54.38599,26.06451,54,26.48718,54,27
C54,27.55231,54.44769,28,55,28z M23,58h-4l-0.11658,0.00671C18.38599,58.06451,18,58.48718,18,59c0,0.55231,0.44769,1,1,1h4
l0.11658-0.00671C23.61401,59.93549,24,59.51282,24,59C24,58.44769,23.55231,58,23,58z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1,54 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M53,77c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S53.5514,77,53,77z M57,5c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C58,4.5514,57.5514,5,57,5z M23,77c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S23.5514,77,23,77z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M26.00671,17.11658L26,17v-2c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L28,15v2
c0,0.55231-0.44769,1-1,1C26.48718,18,26.06451,17.61401,26.00671,17.11658z M30,25c0,1.65692-1.34308,3-3,3s-3-1.34308-3-3
s1.34308-3,3-3S30,23.34308,30,25z M28,25c0-0.55231-0.44769-1-1-1s-1,0.44769-1,1s0.44769,1,1,1S28,25.55231,28,25z
M19.11658,25.99329C19.61401,25.93549,20,25.51282,20,25c0-0.55231-0.44769-1-1-1h-2l-0.11658,0.00671
C16.38599,24.06451,16,24.48718,16,25c0,0.55231,0.44769,1,1,1h2L19.11658,25.99329z M37,24h-2l-0.11658,0.00671
C34.38599,24.06451,34,24.48718,34,25c0,0.55231,0.44769,1,1,1h2l0.11658-0.00671C37.61401,25.93549,38,25.51282,38,25
C38,24.44769,37.55231,24,37,24z M27,32c-0.55231,0-1,0.44769-1,1v2l0.00671,0.11658C26.06451,35.61401,26.48718,36,27,36
c0.55231,0,1-0.44769,1-1v-2l-0.00671-0.11658C27.93549,32.38599,27.51282,32,27,32z M20.63599,17.2218l-0.08716-0.0777
c-0.39252-0.31079-0.96436-0.28491-1.32703,0.0777c-0.3905,0.3905-0.3905,1.02368,0,1.41418l1.41418,1.41431l0.08734,0.0777
c0.39246,0.31079,0.96429,0.28491,1.32697-0.0777c0.3905-0.39056,0.3905-1.02368,0-1.41431L20.63599,17.2218z M33.36401,29.94971
l-0.08734-0.0777c-0.39246-0.31079-0.96429-0.28491-1.32697,0.0777c-0.3905,0.39056-0.3905,1.02368,0,1.41431l1.41431,1.41418
l0.08716,0.0777c0.39252,0.31079,0.96436,0.28491,1.32703-0.0777c0.3905-0.39062,0.3905-1.02368,0-1.41418L33.36401,29.94971z
M33.36401,20.05029l1.41418-1.41431l0.0777-0.08716c0.31079-0.39252,0.28491-0.96436-0.0777-1.32703
c-0.39062-0.3905-1.02368-0.3905-1.41418,0l-1.41431,1.41418l-0.0777,0.08734c-0.31079,0.39246-0.28491,0.96429,0.0777,1.32697
C32.34033,20.4408,32.97339,20.4408,33.36401,20.05029z M20.63599,29.94971l-1.41418,1.41431l-0.0777,0.08716
c-0.31079,0.39252-0.28491,0.96436,0.0777,1.32703c0.3905,0.3905,1.02368,0.3905,1.41418,0l1.41431-1.41418l0.0777-0.08734
c0.31079-0.39246,0.28491-0.96429-0.0777-1.32697C21.65973,29.5592,21.02661,29.5592,20.63599,29.94971z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M32.47528,43.81702c-0.414-0.29755-0.53296-0.85284-0.29529-1.28925l0.06689-0.10638l12.9411-18.005
c0.38031-0.52917,1.14551-0.55219,1.56122-0.0791l0.07831,0.1012l19,28c0.31012,0.45703,0.19098,1.07892-0.26599,1.38904
c-0.42444,0.2879-0.99091,0.20581-1.31793-0.17334l-0.07111-0.09265L53.61279,38H43c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L43,36h9.25562l-1.35724-2H45c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L45,32h4.54132l-3.56531-5.25403l-12.1051,16.84265
c-0.29749,0.414-0.85278,0.53296-1.28918,0.29529L32.47528,43.81702z M25.11658,57.99329C25.61401,57.93549,26,57.51282,26,57
c0-0.55231-0.44769-1-1-1h-8.099L26,42.76501L36.16772,57.5545c0.0257,0.03857,0.05408,0.0752,0.08478,0.1098l0.00092,0.00122
c0.08167,0.09186,0.17767,0.16565,0.28217,0.2204c0.11932,0.06256,0.25281,0.10187,0.39453,0.11169
c0.02808,0.00195,0.0564,0.00281,0.08472,0.00238H51l0.11658-0.00671C51.61401,57.93549,52,57.51282,52,57c0-0.55231-0.44769-1-1-1
H37.526L26.82397,40.43347l-0.07959-0.10156c-0.42261-0.47412-1.19586-0.44031-1.56836,0.10156L14.474,56H11l-0.11658,0.00671
C10.38599,56.06451,10,56.48718,10,57c0,0.55231,0.44769,1,1,1h3.98529c0.00922,0.00012,0.01843,0.00012,0.02759,0H25
L25.11658,57.99329z M69,60H17l-0.11658,0.00671C16.38599,60.06451,16,60.48718,16,61c0,0.55231,0.44769,1,1,1h52l0.11658-0.00671
C69.61401,61.93549,70,61.51282,70,61C70,60.44769,69.55231,60,69,60z M59,64H29l-0.11658,0.00671
C28.38599,64.06451,28,64.48718,28,65c0,0.55231,0.44769,1,1,1h30l0.11658-0.00671C59.61401,65.93549,60,65.51282,60,65
C60,64.44769,59.55231,64,59,64z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,48 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M19,72c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S19.5514,72,19,72z M31,10c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C32,9.5514,31.5514,10,31,10z M67,66c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S67.5514,66,67,66z M67,16c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S67.5514,16,67,16z M9,32c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S9.5514,32,9,32z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M32.4453,44.1679c0.4595-0.3063,1.0804-0.1821,1.3867,0.2774C35.3156,46.6706,38.5061,48,41,48
c0.5523,0,1,0.4477,1,1s-0.4477,1-1,1c-3.1061,0-6.931-1.5937-8.8321-4.4453C31.8616,45.0952,31.9858,44.4743,32.4453,44.1679z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M39.00671,20.04651L39,19.92981v-5.47369c0-0.55225,0.44769-1,1-1c0.51282,0,0.93549,0.38611,0.99329,0.88336
L41,14.45612v5.47369c0,0.55231-0.44769,1-1,1C39.48718,20.92981,39.06451,20.54382,39.00671,20.04651z M19.37927,39H14
l-0.11658,0.00671C13.38599,39.06451,13,39.48718,13,40c0,0.55231,0.44769,1,1,1h5.37927l0.11664-0.00671
c0.49738-0.0578,0.88336-0.48047,0.88336-0.99329C20.37927,39.44769,19.93158,39,19.37927,39z M66,39h-5.37927l-0.11664,0.00671
c-0.49738,0.0578-0.88336,0.48047-0.88336,0.99329c0,0.55231,0.44769,1,1,1H66l0.11658-0.00671C66.61401,40.93549,67,40.51282,67,40
C67,39.44769,66.55231,39,66,39z M40,59.07019c-0.55231,0-1,0.44769-1,1v5.47369l0.00671,0.11664
c0.0578,0.49725,0.48047,0.88336,0.99329,0.88336c0.55231,0,1-0.44769,1-1v-5.47369l-0.00671-0.11658
C40.93549,59.45618,40.51282,59.07019,40,59.07019z M24.04541,53.89557l-1.79309,1.82452l-0.0824,0.09503
c-0.30164,0.3949-0.26892,0.96185,0.09467,1.31915c0.39392,0.38715,1.02704,0.38159,1.41412-0.01227l1.79309-1.82458l0.0824-0.09491
c0.30157-0.3949,0.26898-0.96191-0.0946-1.31921C25.06561,53.49622,24.4325,53.50171,24.04541,53.89557z M55.95459,24.27991
l1.79309-1.82458l0.0824-0.09491c0.30164-0.3949,0.26892-0.96191-0.09467-1.31921c-0.39392-0.38721-1.02704-0.38159-1.41412,0.01233
l-1.79321,1.82446L54.4458,22.9729c-0.30157,0.39502-0.26898,0.96191,0.0946,1.31927
C54.93439,24.67932,55.5675,24.67383,55.95459,24.27991z M23.67871,21.05353l-0.09338-0.08405
c-0.38971-0.30847-0.95715-0.28571-1.32074,0.07172c-0.39386,0.38708-0.39941,1.0202-0.01227,1.41412l1.79309,1.82458
l0.09351,0.08398c0.38959,0.30841,0.95697,0.28558,1.32068-0.07172c0.39392-0.38708,0.39941-1.02026,0.01221-1.41418
L23.67871,21.05353z M55.95459,53.89557l-0.09351-0.08398c-0.38959-0.30847-0.95697-0.28571-1.32068,0.07172
c-0.39392,0.38708-0.39941,1.0202-0.01233,1.41412l1.79321,1.82458l0.09338,0.08398
c0.38971,0.30841,0.95715,0.28558,1.32074-0.07172c0.39386-0.38708,0.39941-1.02026,0.01227-1.41418L55.95459,53.89557z M40,26
c-7.73199,0-14,6.26801-14,14c0,1.91528,0.38538,3.77838,1.12323,5.50281c0.21716,0.50781,0.80499,0.74329,1.31268,0.52606
c0.50781-0.21729,0.74329-0.80499,0.52606-1.31274C28.33002,43.2392,28,41.64362,28,40c0-6.62738,5.37262-12,12-12s12,5.37262,12,12
s-5.37262,12-12,12c-3.5495,0-6.84521-1.54871-9.11212-4.19141c-0.35956-0.41907-0.99091-0.46747-1.4101-0.10791
c-0.41919,0.35962-0.46747,0.99091-0.10791,1.4101C32.01282,52.19177,35.86072,54,40,54c7.73199,0,14-6.26801,14-14
S47.73199,26,40,26z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -0,0 +1,75 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M68,13c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S68.5514,13,68,13z M14,69c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S14.5514,69,14,69z M10,17c-0.5514,0-1-0.4486-1-1c0-0.5514,0.4486-1,1-1s1,0.4486,1,1
C11,16.5514,10.5514,17,10,17z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M36.02991,30.75751C36.81598,27.61292,39.23529,26,43,26c0.55231,0,1,0.44769,1,1s-0.44769,1-1,1
c-2.90198,0-4.48273,1.05377-5.02991,3.24249c-0.13391,0.53583-0.67682,0.86163-1.21259,0.7276
C36.22168,31.83618,35.89587,31.29327,36.02991,30.75751z M45,36c-0.55231,0-1,0.44769-1,1
c0,2.05762-1.07947,3.0022-3.12402,3.25769c-0.91449,0.11432-1.91815,0.0661-2.88959-0.08569
c-0.05042-0.00787-0.09882-0.01569-0.1452-0.0235l-0.36127-0.0661l-0.23743-0.05249C36.61139,39.87207,36,40.34943,36,41
c0,2.00861-1.487,3-5,3c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1l0.30292-0.00262c3.69751-0.06396,5.99036-1.31226,6.55829-3.72937
l0.0188-0.09198l0.22699,0.03296c1.00543,0.1283,2.03223,0.15643,3.01703,0.03333C44.07953,41.8728,46,40.19238,46,37
C46,36.44769,45.55231,36,45,36z M57.79999,40.40002c-0.33136-0.44183-0.95819-0.53143-1.39996-0.20001
c-0.44183,0.33136-0.53143,0.95819-0.20001,1.39996c1.6925,2.25665,1.6925,3.60321,0.2453,4.56793
c-1.49402,0.99597-2.93182,0.51678-4.64532-1.76788c-0.33136-0.44183-0.95819-0.53143-1.39996-0.20001
c-0.44183,0.33136-0.53143,0.95819-0.20001,1.39996c2.2865,3.04865,4.84869,3.90271,7.35468,2.23212
C60.10748,46.13013,60.10748,43.47668,57.79999,40.40002z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M16.01361,30.83557c0.6875-4.125,3.3429-6.42365,7.72028-6.7851l0.10211-0.00751l-0.02362-0.23395
c-0.07385-0.87982-0.04456-1.78595,0.13245-2.67285l0.08496-0.37866c0.67499-2.70001,2.64514-4.45282,6.03149-4.72144
C30.02051,15.70349,30,15.35809,30,15c0-5.02972,3.37762-7,9-7c2.76343,0,4.93799,1.27148,6.43622,3.72388l0.11176,0.18915
l0.02942-0.0033c3.27411-0.38324,5.93701,0.3324,7.91302,2.17389l0.21667,0.20929c1.92493,1.92487,2.72302,4.53967,2.4212,7.76837
l-0.01831,0.17474l0.24652,0.07257c2.93079,0.89032,4.54388,2.73083,4.63898,5.4353L61,28c0,3.64209-1.88959,6-6,6
c-3.21899,0-5-1.78101-5-5c0-0.55231,0.44769-1,1-1s1,0.44769,1,1c0,2.11438,0.88562,3,3,3c2.8963,0,4-1.3772,4-4
c0-2.1438-1.29547-3.43933-4.19611-4.01941c-0.52771-0.10547-0.8772-0.60962-0.79102-1.14069
c0.51031-3.14539-0.07538-5.48822-1.71997-7.13281s-3.98749-2.23029-7.13281-1.71997
c-0.4317,0.07001-0.85889-0.14874-1.0545-0.53992C42.93597,11.10809,41.2738,10,39,10c-4.66339,0-7,1.36298-7,5
c0,2.80621,1.61603,4.42218,5.16443,5.01361c0.54468,0.09076,0.91278,0.60602,0.82196,1.15082
c-0.09076,0.5448-0.60596,0.91278-1.15076,0.82196c-3.14832-0.52472-5.26245-1.87067-6.23053-3.97937
c-2.77063,0.09967-4.14288,1.2674-4.63501,3.23547c-0.24109,0.96442-0.24109,2.02472-0.09229,3.0166l0.04248,0.25751
l0.03589,0.18121c0.00525,0.02338,0.00995,0.0434,0.01392,0.05969C26.12793,25.38861,25.65057,26,25,26
c-4.20099,0-6.4317,1.6731-7.00769,5.12402C17.396,35.89447,18.9751,38,23,38c4.26111,0,6.4989-1.1189,7.02979-3.24249
c0.13403-0.53583,0.67694-0.86163,1.21271-0.7276c0.53583,0.13391,0.86163,0.67682,0.7276,1.21259
C31.16772,38.45227,28.0722,40,23,40C17.69153,40,15.27069,36.77222,16.01361,30.83557z M41,66h-2.38641
c0.22894-0.50348,0.3587-1.09619,0.38239-1.771L39,64V52c0-0.05231-0.00403-0.1037-0.01178-0.15381
c0.06158-1.26709-0.30054-2.70691-1.09381-4.2934c-0.24701-0.49402-0.84772-0.69421-1.34161-0.4472
c-0.49402,0.24701-0.69421,0.8476-0.4472,1.34161c1.73474,3.46948,0.98511,5.46851-2.42181,6.60406
c-3.42596,1.14203-5.53699-0.17737-6.72229-4.32599c-0.20947-0.73315-1.12946-0.97156-1.66858-0.43237
c-2.32983,2.32977-4.44373,2.59399-6.69293,0.9071c-2.23346-1.67511-2.5083-4.14752-0.70557-7.75281
c0.24701-0.49402,0.04681-1.0946-0.4472-1.34161s-1.09473-0.04681-1.34161,0.4472c-2.19739,4.39471-1.80542,7.9223,1.29443,10.24719
l0.21539,0.15698c2.5871,1.83081,5.26337,1.76025,7.82269-0.14478l0.0979-0.0752l0.0719,0.17609
c1.65881,3.95703,4.65198,5.3877,8.70831,4.03558c1.0802-0.36005,1.97559-0.81989,2.68378-1.37158V64c0,1.44769-0.55231,2-2,2H23
l-0.11658,0.00671C22.38599,66.06451,22,66.48718,22,67c0,0.55231,0.44769,1,1,1h18l0.11658-0.00671
C41.61389,67.93549,42,67.51282,42,67C42,66.44769,41.55231,66,41,66z M59.28729,55.95782
c4.89703-1.46912,7.63422-4.72412,7.95923-8.62482l0.01788-0.26141c0.14429-2.69751-0.95837-5.26392-2.72791-6.45752
l-0.03448-0.02209l0.0484-0.0871l0.10858-0.21356c1.04883-2.1535,0.99103-4.81824-0.80151-7.80585
c-0.28418-0.47357-0.89838-0.62708-1.37201-0.34296c-0.47357,0.28418-0.6272,0.89838-0.34296,1.37201
c1.48096,2.46838,1.48096,4.46667,0.64038,6.05457c-0.07489,0.14148-0.14838,0.26453-0.21637,0.36829l-0.12714,0.18182
l-0.1048,0.12927l-0.04169,0.04443c-0.54968,0.54956-0.28949,1.48871,0.46448,1.67719l0.14319,0.04199
c1.42224,0.47919,2.55591,2.71832,2.35284,5.15491c-0.25549,3.06683-2.41803,5.63831-6.54083,6.87518
c-4.38336,1.315-7.79138-0.12897-10.44098-3.41107c-0.70563-0.87408-1.29822-1.815-1.77917-2.75549
c-0.16791-0.32819-0.30945-0.63184-0.42493-0.90228l-0.17609-0.42773c-0.3587-0.71667-1.41193-0.74072-1.78583,0.0072
C43.62592,47.51208,42.65002,48,41,48c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1l0.27881-0.00409
c1.37817-0.04059,2.51648-0.38574,3.37646-1.03912l0.10272-0.08276l0.19293,0.36475c0.31274,0.57251,0.6626,1.14215,1.05096,1.6983
c-0.00067,0.01251-0.00128,0.02502-0.00159,0.0376C46.00012,50.98309,46,50.99152,46,51v13l0.0033,0.24542
C46.0683,66.58618,47.07501,68,49,68h14l0.11658-0.00671C63.61389,67.93549,64,67.51282,64,67c0-0.55231-0.44769-1-1-1H49
l-0.09412-0.00342C48.29449,65.95129,48,65.44092,48,64V53.29858C50.95642,56.16083,54.72791,57.32568,59.28729,55.95782z
M67.70709,66.29291c-0.3905-0.3905-1.02368-0.3905-1.41418,0s-0.3905,1.02368,0,1.41418s1.02368,0.3905,1.41418,0
S68.0976,66.68341,67.70709,66.29291z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6 KiB

View file

@ -0,0 +1,82 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M67,11c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C68,10.5514,67.5514,11,67,11z M40,74
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S40.5514,74,40,74z M14,8c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1
s1,0.44855,1,1C15,7.5514,14.5514,8,14,8z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M54.99542,23.0415c0.0152,0.55212-0.42004,1.01202-0.97211,1.02722
c-0.55212,0.0152-1.0119-0.4201-1.0271-0.97223c-0.05371-1.95032-0.66382-3.6449-1.76483-4.80933
c-2.86981-3.03467-7.60291-3.06256-10.49957-0.00549c-0.00812,0.00873-0.0163,0.01721-0.02472,0.02563
c-0.08221,0.08221-0.17529,0.14728-0.2749,0.19489c-0.27332,0.13098-0.59259,0.13019-0.86438,0
c-0.09961-0.04761-0.19269-0.11267-0.2749-0.19489c-0.00848-0.00848-0.01672-0.01703-0.02478-0.0257
c-2.89673-3.05701-7.6297-3.02911-10.49951,0.00555c-2.72394,2.88062-2.2016,8.94305,0.91986,12.24402
c1.61755,1.71039,4.08124,3.5849,7.3858,5.61243l0.92224,0.5567c0.6391,0.37988,1.30701,0.76495,2.00348,1.15515
c0.69647-0.3902,1.36438-0.77527,2.0036-1.15515l0.92212-0.5567c3.30457-2.02753,5.76831-3.90204,7.3858-5.61243
c0.37946-0.40131,1.01239-0.41901,1.4137-0.03949c0.40131,0.37939,0.41888,1.01233,0.03949,1.41357
c-1.74432,1.84454-4.32703,3.81384-7.75348,5.91882l-0.95544,0.57751c-0.48816,0.29041-0.99207,0.58337-1.51166,0.87891
l-1.03894,0.5827c-0.03162,0.01837-0.06409,0.0351-0.09741,0.04987c-0.13177,0.05908-0.27069,0.08722-0.40796,0.0871
c-0.13721,0.00012-0.276-0.02808-0.40759-0.0871c-0.03333-0.01477-0.06592-0.03149-0.09753-0.04999l-1.03882-0.58258
c-0.51959-0.29553-1.0235-0.5885-1.51166-0.87891l-0.95538-0.57751c-3.42651-2.10498-6.00922-4.07428-7.75354-5.91882
c-3.80426-4.02295-4.42957-11.2807-0.9198-14.99219C30.74152,13.2901,36.28088,13.0318,40,16.2207
c3.71918-3.1889,9.25848-2.9306,12.68451,0.69238C54.14923,18.46191,54.92902,20.62799,54.99542,23.0415z M17,26h-6
l-0.11658,0.00671C10.38599,26.06451,10,26.48718,10,27c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671
C17.61401,27.93549,18,27.51282,18,27C18,26.44769,17.55231,26,17,26z M21,26c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1
S21.55231,26,21,26z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M32,27c0-0.51282,0.38611-0.93549,0.88342-0.99329L33,26h3.58398l1.70892-1.70709
c0.4165-0.4165,1.09137-0.38019,1.46417,0.05341l0.07501,0.099l2.94489,4.41766l3.29462-8.23438
c0.28333-0.70819,1.20898-0.84039,1.68542-0.28271l0.07507,0.09943L51.53497,26H59c0.51288,0,0.93561,0.38599,0.99329,0.88342L60,27
c0,0.51282-0.38599,0.93549-0.8833,0.99329L59,28h-8c-0.29248,0-0.56812-0.12793-0.75671-0.34631l-0.07526-0.099l-2.94604-4.4187
l-3.29346,8.23541c-0.28333,0.70819-1.20905,0.84027-1.68542,0.28271l-0.07507-0.09943l-3.32404-4.98468l-1.13678,1.13708
c-0.15631,0.15631-0.35901,0.25549-0.57568,0.28418L37,28h-4C32.44781,28,32,27.55231,32,27z M67.47809,44.1059
c-1.25739-2.1778-4.19568-2.77368-6.5462-1.41669c-0.47827,0.27618-0.64209,0.88782-0.36597,1.36597
c0.27606,0.47833,0.8877,0.64221,1.36597,0.36615c1.43842-0.83044,3.13849-0.48566,3.81415,0.68457
c0.6507,1.12701,0.16339,2.69391-1.19885,3.57501l-0.16107,0.09857L48.37659,59.21271
c-1.45557,0.76727-3.72137,0.9248-7.0036,0.59088l-0.70447-0.07727l-0.59259-0.07251l-0.9538-0.1283l-1.07733-0.15723
l-2.68018-0.40277l-1.61224-0.22943l-1.11859-0.14606l-0.74841-0.0874l-0.67719-0.0683l-0.41492-0.03491l-0.38776-0.02625
l-0.36224-0.0177l-0.33856-0.00885L29.388,58.34637c-0.05103,0.00073-0.1012,0.00183-0.15057,0.00323l-0.28705,0.01306
l-0.26947,0.02185l-0.25372,0.03076c-0.08221,0.01172-0.16199,0.02502-0.23969,0.03973l-0.22742,0.04871l-0.21686,0.05768
l-0.20813,0.06677l-0.20111,0.07593l-0.19586,0.08508l-0.19244,0.0943l-0.05627,0.03064l-3.98108-10.93805
c0.21619,0.02002,0.44049-0.02985,0.63666-0.15735c5.21832-3.39191,12.44751-2.86176,16.20544-0.03894l0.19415,0.14252
c2.71179,1.94238,5.138,1.67169,8.91821-0.495l0.54944-0.32239c0.0932-0.05585,0.18719-0.11279,0.28198-0.17084l0.57898-0.36066
l0.29742-0.18982l0.01801-0.0119l0.01196-0.00641l1.88123-1.15808c0.91516-0.5719,2.12067-0.29352,2.69257,0.6217l0.19513,0.31708
l0.1618,0.27539c0.43567,0.76788,0.43042,1.03021,0.06958,1.2973l-3.00079,1.99469l-2.75378,1.80914l-1.69873,1.09918
l-1.38397,0.87817c-0.83563,0.52283-2.5968,0.43353-5.21533-0.33057l-0.61951-0.18829l-0.64966-0.21252
c-0.22162-0.07477-0.44824-0.15381-0.67981-0.23669l-0.70972-0.26129c-0.12067-0.04559-0.24268-0.09222-0.36597-0.13983
l-0.75409-0.29828c-0.12811-0.05182-0.25751-0.10461-0.38812-0.15839c-0.51062-0.21063-1.09521,0.03259-1.30573,0.54321
c-0.21057,0.5105,0.03259,1.09509,0.54321,1.30566c0.40662,0.16772,0.80298,0.32642,1.18939,0.4762l0.75952,0.28741
c0.24872,0.0918,0.49292,0.17963,0.73279,0.26331l0.7063,0.23889c3.69653,1.20941,6.26862,1.37592,7.81763,0.40662l1.14197-0.72314
l2.27722-1.47339l2.06958-1.35956l2.80432-1.86072l0.43481-0.28992c1.84277-1.15149,1.6803-2.53961,0.31805-4.7196
c-1.12097-1.79401-3.44537-2.3786-5.26807-1.3645l-0.1748,0.10309l-1.87543,1.15454l-0.0097,0.00598l-0.0144,0.00928
c-0.01324,0.00775-0.02637,0.01575-0.03949,0.02411c-0.18951,0.12195-0.37451,0.23932-0.55518,0.35223l-0.52942,0.32507
l-0.50519,0.2981l-0.4823,0.2713c-2.90582,1.58984-4.58063,1.64789-6.4649,0.23254l-0.22717-0.16602
c-4.4541-3.1626-12.41992-3.67499-18.26935,0.12708c-0.06097,0.03961-0.11615,0.08484-0.16547,0.1344l-0.26892-0.73877
c-0.54407-1.49493-2.13501-2.31244-3.62036-1.86945l-0.16461,0.0545l-5.45782,1.98645
c-1.47601,0.53729-2.24139,2.15198-1.79761,3.62958l3.18188,9.69208c0.1723,0.52472,0.7373,0.81055,1.26202,0.63824
c0.4873-0.15991,0.76849-0.65851,0.66833-1.14911L16.0625,58.4068l-3.13812-9.55859c-0.17767-0.48822,0.02533-1.0058,0.43854-1.2168
l0.09906-0.04309l5.4577-1.98645c0.44464-0.16187,0.9519,0.0578,1.17529,0.51093l0.04633,0.10858l6.15643,16.91455
c0.17767,0.4881-0.02533,1.00568-0.43854,1.21667l-0.09912,0.04309l-5.45764,1.98651
c-0.51904,0.1889-0.78662,0.7627-0.59772,1.28168c0.17542,0.48193,0.68268,0.74701,1.1698,0.63123l0.11188-0.03351l5.45782-1.98651
c1.47601-0.53717,2.24139-2.15198,1.78827-3.65662l-0.05536-0.16669l-0.59344-1.63019l0.02301-0.0141l0.13531-0.07568
l0.14172-0.0686c0.02417-0.0108,0.04865-0.02142,0.07355-0.03162l0.15381-0.05768l0.1637-0.0506l0.17511-0.04321l0.18799-0.03601
l0.20221-0.02869l0.21814-0.02142L29.2934,60.38c0.04083-0.00171,0.08228-0.00311,0.12463-0.00433l0.40356-0.00159l0.29572,0.00812
l0.31891,0.0155L30.961,60.435l0.5849,0.0542l0.65009,0.07098l0.72009,0.08801l1.36932,0.18469l2.31042,0.33868l1.90405,0.2854
l0.68719,0.09674l0.64081,0.08472l0.61005,0.07458l0.29828,0.034c3.73199,0.41528,6.3877,0.28687,8.41248-0.69031l0.23999-0.1214
l16.04321-10.4519C67.78241,49.1264,68.73541,46.28369,67.47809,44.1059z M17,48c-0.55219,0-1,0.44769-1,1s0.44781,1,1,1
c0.55231,0,1-0.44769,1-1S17.55231,48,17,48z M63,28c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1c-0.55219,0-1,0.44769-1,1
S62.44781,28,63,28z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7 KiB

View file

@ -0,0 +1,46 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M13,12c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S13.5514,12,13,12z M21,76c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S21.5514,76,21,76z M77,56c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S77.5514,56,77,56z M59,6
c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C60,5.5514,59.5514,6,59,6z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M48,50H32c-0.55231,0-1,0.44769-1,1v4c0,0.55231,0.44769,1,1,1h1v11l0.00671,0.11658
C33.06451,67.61401,33.48718,68,34,68l0.11658-0.00671C34.61401,67.93549,35,67.51282,35,67V56h10v11l0.00671,0.11658
C45.06451,67.61401,45.48718,68,46,68c0.55231,0,1-0.44769,1-1V56h1c0.55231,0,1-0.44769,1-1v-4C49,50.44769,48.55231,50,48,50z
M47,54h-1H34h-1v-2h14V54z M40.99329,62.88342L41,63v4c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L39,67
v-4c0-0.55231,0.44769-1,1-1C40.51282,62,40.93549,62.38599,40.99329,62.88342z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M70,28H55V18h3c0.55231,0,1-0.44769,1-1v-4c0-0.55231-0.44769-1-1-1H22c-0.55231,0-1,0.44769-1,1v4
c0,0.55231,0.44769,1,1,1h3v10H10c-0.55231,0-1,0.44769-1,1v4c0,0.55231,0.44769,1,1,1h1v19l0.00671,0.11658
C11.06451,53.61401,11.48718,54,12,54l0.11658-0.00671C12.61401,53.93549,13,53.51282,13,53V34h12v32H13v-5l-0.00671-0.11658
C12.93549,60.38599,12.51282,60,12,60c-0.55231,0-1,0.44769-1,1v6l0.00671,0.11658C11.06451,67.61401,11.48718,68,12,68h14h28h14
l0.11658-0.00671C68.61401,67.93549,69,67.51282,69,67V55l-0.00671-0.11658C68.93549,54.38599,68.51282,54,68,54l-0.11658,0.00671
C67.38599,54.06451,67,54.48718,67,55v11H55V34h12v11l0.00671,0.11658C67.06451,45.61401,67.48718,46,68,46c0.55231,0,1-0.44769,1-1
V34h1c0.55231,0,1-0.44769,1-1v-4C71,28.44769,70.55231,28,70,28z M23,14h34v2h-3H26h-3V14z M12,32h-1v-2h14v2H12z M27,33v-4V18h26
v11v4v33H27V33z M69,32h-1H55v-2h14V32z M23,37c0-0.55231-0.44769-1-1-1h-6c-0.55231,0-1,0.44769-1,1v8c0,0.55231,0.44769,1,1,1h6
c0.55231,0,1-0.44769,1-1V37z M21,44h-4v-6h4V44z M23,55c0,0.51282-0.38599,0.93549-0.88342,0.99329L22,56h-5
c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L17,54h5C22.55231,54,23,54.44769,23,55z M65,37
c0-0.55231-0.44769-1-1-1h-6c-0.55231,0-1,0.44769-1,1v8c0,0.55231,0.44769,1,1,1h6c0.55231,0,1-0.44769,1-1V37z M63,44h-4v-6h4V44z
M65,55c0,0.51282-0.38599,0.93549-0.88342,0.99329L64,56h-5c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329
L59,54h5C64.55231,54,65,54.44769,65,55z M46,28h-3v-3c0-0.55231-0.44769-1-1-1h-4l-0.11658,0.00671
C37.38599,24.06451,37,24.48718,37,25v3h-3c-0.55231,0-1,0.44769-1,1v4l0.00671,0.11658C33.06451,33.61401,33.48718,34,34,34h3v3
c0,0.55231,0.44769,1,1,1h4l0.11658-0.00671C42.61401,37.93549,43,37.51282,43,37v-3h3c0.55231,0,1-0.44769,1-1v-4l-0.00671-0.11658
C46.93549,28.38599,46.51282,28,46,28z M45,32h-3l-0.11658,0.00671C41.38599,32.06451,41,32.48718,41,33v3h-2v-3l-0.00671-0.11658
C38.93549,32.38599,38.51282,32,38,32h-3v-2h3l0.11658-0.00671C38.61401,29.93549,39,29.51282,39,29v-3h2v3l0.00671,0.11658
C41.06451,29.61401,41.48718,30,42,30h3V32z M47,45c0,0.51282-0.38599,0.93549-0.88342,0.99329L46,46H34c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L34,44h12C46.55231,44,47,44.44769,47,45z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -0,0 +1,84 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M1,52c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S1.5514,52,1,52z M75,22c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S75.5514,22,75,22z M13,12c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S13.5514,12,13,12z M77,56
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S77.5514,56,77,56z M59,6c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1
s1,0.44855,1,1C60,5.5514,59.5514,6,59,6z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M28,59.00421l-0.05029,6.0083c-0.00659,1.59296-1.25391,2.89166-2.82422,2.98236L24.94983,68h-9.95691
c-1.5976-0.01141-2.89471-1.26953-2.97479-2.83643l-0.00391-0.17529l-0.0094-3.96448C12.00464,61.01544,12,61.00842,12,61
c0-0.00885,0.00446-0.01624,0.0047-0.02502L12,59.00238c-0.00128-0.55231,0.44531-1.0011,0.99762-1.00238
c0.51288-0.00122,0.9364,0.38379,0.99536,0.88098L14,58.99762L14.00238,60H23c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L23,62h-8.99286l0.00708,2.99292c-0.0036,0.51288,0.37939,0.93829,0.87067,0.99945
L15.00012,66h9.94971c0.5506,0,0.99768-0.44519,1-0.99579L26,58.99579c0.00232-0.55231,0.4519-0.99811,1.00421-0.99579
S28.00232,58.4519,28,59.00421z M27.99463,52.6853L28,53c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1
c0-2.4057-1.24359-5.20367-3.78088-8.37531c-0.1134-0.14191-0.18561-0.31122-0.2099-0.48962L22,44v-2h-7c-0.55231,0-1-0.44769-1-1
v-4c0-0.55231,0.44769-1,1-1h10c0.55231,0,1,0.44769,1,1v4c0,0.55231-0.44769,1-1,1h-1v1.65302l0.0752,0.09558
C26.58038,46.97461,27.90021,49.94849,27.99463,52.6853z M24,40v-2h-8v2H24z M16.67578,47.09473l0.35333-0.49255
c0.23621-0.3219,0.48627-0.64758,0.75018-0.97705c0.34521-0.43115,0.27557-1.06042-0.15552-1.4057
c-0.43109-0.34521-1.06036-0.27563-1.40558,0.15546c-0.1875,0.23413-0.36871,0.46674-0.5437,0.698l-0.34808,0.4696
c-1.92834,2.65674-3.0498,5.08771-3.32043,7.32849l0.0799,0.39032c0.06042,0.2713,0.1026,0.3631,0.20874,0.45319l0.0929,0.07001
c0.01788,0.01263,0.03711,0.02582,0.0578,0.0401l0.16119,0.08704L12.6651,53.935l0.14911,0.0401l0.13477,0.01672l0.40344,0.00745
l4.40527-0.01538l1.16101,0.00214l0.08728,0.00555c0.46222-0.00281,0.86414-0.32507,0.96735-0.77557l0.01935-0.11511
l-0.0838-0.38849l-0.04468-0.17163c-0.04358-0.14349-0.0874-0.21118-0.16638-0.27734l-0.09222-0.06854
c-0.0177-0.01221-0.03668-0.02509-0.05731-0.039l-0.12317-0.0672l-0.06573-0.03107l-0.06458-0.02161l-0.11243-0.02832
l-0.13416-0.01648l-0.40289-0.00751l-4.43561,0.01532l0.02448-0.09692C14.63507,50.44861,15.44891,48.84528,16.67578,47.09473z
M46.9278,28.37372c0.40179-0.29871,0.52478-0.85785,0.26843-1.30194c-0.27625-0.47827-0.88782-0.64215-1.36615-0.36597
l-6.06207,3.5l-0.09772,0.06409c-0.40179,0.29871-0.52478,0.85779-0.26837,1.30188c0.27618,0.47833,0.88776,0.64221,1.36609,0.36603
l6.06207-3.5L46.9278,28.37372z M45.1344,31.73401c-0.40179,0.29871-0.52478,0.85779-0.26837,1.30188
c0.27618,0.47833,0.88776,0.64221,1.36609,0.36603l2.59796-1.5l0.09772-0.06415c0.40179-0.29865,0.52478-0.85779,0.26843-1.30188
c-0.27625-0.47827-0.88782-0.64221-1.36615-0.36597l-2.59796,1.5L45.1344,31.73401z M50.9278,35.30188
c0.40179-0.29871,0.52478-0.85779,0.26843-1.30188c-0.27625-0.47827-0.88782-0.64221-1.36615-0.36603l-6.06207,3.5l-0.09772,0.06415
c-0.40179,0.29871-0.52478,0.85779-0.26837,1.30188c0.27618,0.47827,0.88776,0.64221,1.36597,0.36603l6.06219-3.5L50.9278,35.30188z
M53.19623,37.46411c-0.27625-0.47833-0.88782-0.64221-1.36615-0.36603l-2.59796,1.5l-0.09772,0.06409
c-0.40179,0.29871-0.52478,0.85785-0.26837,1.30194c0.27618,0.47827,0.88776,0.64221,1.36609,0.36597l2.59796-1.5l0.09772-0.06409
C53.32959,38.46729,53.45258,37.9082,53.19623,37.46411z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M67.56213,60.3468c-0.55231-0.9566-1.77545-1.2843-2.73206-0.73212l-1.73206,1l-3-5.19611l0.86609-0.5
l0.0976-0.06409c0.40179-0.29871,0.52478-0.85779,0.26837-1.30188c-0.27618-0.47833-0.88776-0.64221-1.36597-0.36609l-0.86609,0.5
l0,0l-5.19623,3v0.00006l-4.33008,2.49994l-0.10431,0.05249c-0.45959,0.19867-1.00531,0.02557-1.26172-0.41852
c-0.27606-0.47827-0.11218-1.0899,0.36603-1.36603l13.85651-8l0.10431-0.05249c0.45959-0.19861,1.00525-0.02557,1.26166,0.41852
c0.27612,0.47833,0.11218,1.0899-0.36597,1.36603l-0.09772,0.06415c-0.40179,0.29871-0.52478,0.85773-0.26843,1.30194
c0.27625,0.47827,0.88782,0.64209,1.36615,0.36597c1.43475-0.82837,1.92645-2.66321,1.09796-4.09808
c-0.82837-1.43488-2.66321-1.92651-4.09796-1.09808l-0.86615,0.50006l-14.08789-24.401l-0.1026-0.16779
c-1.09729-1.69751-3.33606-2.2627-5.09668-1.24622l-1.05121,0.60687l0.87433-0.50476l-1-1.73199
c-0.55231-0.9566-1.77539-1.28436-2.73199-0.73212l-6.5-11.2583C30.58978,8.3089,29.97821,8.14502,29.5,8.42114
c-0.47827,0.27618-0.64221,0.88776-0.36609,1.36603l6.5,11.2583c-0.9566,0.55231-1.2843,1.77551-0.73199,2.73212l1,1.73193
l-0.17694,0.10217l-0.16687,0.10211c-1.68732,1.09259-2.23022,3.33759-1.20831,5.10767l0.92291,1.59845l0.06409,0.0976
c0.29871,0.40179,0.85779,0.52478,1.30188,0.26837c0.47833-0.27606,0.64221-0.8877,0.36603-1.36597l-0.92279-1.59845
l-0.06982-0.13287c-0.4046-0.85089-0.1012-1.87482,0.71289-2.34479l5.54993-3.20422l0.13019-0.0683
c0.83569-0.39478,1.85742-0.08057,2.33704,0.75018l14.08789,24.401l-8.66022,4.99994l-3-5.19611l6.06219-3.5l0.0976-0.06421
c0.40192-0.29858,0.52484-0.85773,0.26843-1.30182c-0.27612-0.47827-0.8877-0.64215-1.36603-0.36609l-6.06219,3.5l-2.21887-3.8432
l-0.06421-0.09772c-0.29871-0.40179-0.85773-0.52478-1.30194-0.26837c-0.47815,0.27618-0.64209,0.88782-0.36597,1.36609
l6.21887,10.77148l-0.86597,0.49994L47.42163,55.815c-1.31824,0.86639-1.74683,2.62189-0.94794,4.00549
c0.82843,1.43488,2.66321,1.92651,4.09802,1.09808l4.33008-2.49994l3,5.19611l-1.73199,0.99994l-0.12653,0.07941
c-0.85797,0.58362-1.13269,1.73962-0.60547,2.65271c0.55231,0.9566,1.77539,1.2843,2.73199,0.73199l8.66028-5l0.12653-0.07928
C67.81458,62.41589,68.08929,61.25989,67.56213,60.3468z M58.36597,56.41858l2.99963,5.19562l-1.73199,1l-2.99963-5.19562
L58.36597,56.41858z M41.99451,52.6853c-0.09442-2.73682-1.41418-5.71069-3.91943-8.93658l-0.0752-0.0957V42h0.97455
c0.55219,0,1-0.44769,1-1v-4c0-0.55231-0.44781-1-1-1h-10c-0.55231,0-1,0.44769-1,1v4c0,0.55231,0.44769,1,1,1h1l0.00037,1.65302
l-0.07556,0.0957c-2.50525,3.22589-3.82501,6.19977-3.91943,8.93658L25.97443,53c0,0.55231,0.44769,1,1,1c0.55225,0,1-0.44769,1-1
c0-2.4057,1.24359-5.20367,3.78088-8.37531c0.1134-0.14191,0.18561-0.31122,0.2099-0.48962L31.97443,44v-2h4.02545v2
l0.00922,0.13507c0.02429,0.17841,0.0965,0.34772,0.2099,0.48962l0.27661,0.35089c1.98938,2.56171,3.12109,4.87494,3.4223,6.9295
L39.92889,52h-8.92902l-0.11658,0.00671c-0.49738,0.0578-0.88342,0.48047-0.88342,0.99329c0,0.55231,0.44769,1,1,1h8.99591
l-0.04608,11.00421C39.94739,65.55463,39.49957,66,38.94769,66h-9.95978l-0.11542-0.00763
c-0.49237-0.06128-0.87598-0.48676-0.87238-0.99945L28.00574,62H37l0.11658-0.00671C37.61389,61.93549,38,61.51282,38,61
c0-0.55231-0.44781-1-1-1h-8.99048l0.00189-0.99811l-0.00653-0.11658c-0.05676-0.4975-0.4787-0.88434-0.99158-0.88531
c-0.55219-0.00098-1.00079,0.4458-1.00183,0.99811l-0.00372,1.96045C26.00714,60.97302,26,60.98541,26,61
c0,0.01337,0.00708,0.02448,0.00763,0.03772l-0.00751,3.94629l0.00391,0.17578c0.0802,1.57092,1.3783,2.8288,2.97675,2.84021
h9.96692l0.17578-0.00513c1.57123-0.0907,2.81952-1.38916,2.82611-2.9823l0.05029-12.00836
c0-0.00073-0.00043-0.00134-0.00043-0.00208S41.99988,53.00073,41.99988,53L41.99451,52.6853z M29.97388,40v-2h8v2H29.97388z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.5 KiB

View file

@ -0,0 +1,90 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M5,60c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S5.5514,60,5,60z M17,8c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C18,7.5514,17.5514,8,17,8z M3,26c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S3.5514,26,3,26z M63,74c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S63.5514,74,63,74z M77,56c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S77.5514,56,77,56z M75,22c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,22,75,22z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M46,40c-3.3094,0-6,2.6906-6,6c0,3.3093,2.6907,6,6,6s6-2.6907,6-6C52,42.6906,49.3094,40,46,40z M46,42
c2.2048,0,4,1.7951,4,4c0,2.2047-1.7953,4-4,4s-4-1.7953-4-4C42,43.7951,43.7952,42,46,42z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M36,32c0-2.2066,1.7935-4,4-4s4,1.7934,4,4c0,2.2065-1.7935,4-4,4S36,34.2065,36,32z M42,32
c0-1.102-0.898-2-2-2s-2,0.898-2,2c0,1.1019,0.8981,2,2,2S42,33.1019,42,32z M28,42c0-1.1037,0.8963-2,2-2s2,0.8963,2,2
s-0.8963,2-2,2S28,43.1037,28,42z M42.7247,8h-5.4494c-2.5552,0-4.6328,2.0774-4.6328,4.6328l0.0052,0.2186
c0.0816,1.7398,1.1329,3.2607,2.6654,3.9785l0.0539,0.0231v0.577l-0.352,0.0736c-2.6324,0.5801-5.1144,1.6081-7.3904,3.0609
L27.317,20.766l-0.407-0.408l0.0093-0.0213c0.1902-0.5123,0.2884-1.0578,0.2884-1.6146c0-1.2358-0.4831-2.4023-1.3567-3.2759
c-1.8071-1.8071-4.745-1.8072-6.552,0.0001l-3.853,3.8528c-1.8071,1.807-1.8071,4.7451,0,6.5522
c0.8739,0.8736,2.0403,1.3567,3.2761,1.3567l0.2774-0.0082c0.3683-0.0217,0.73-0.0866,1.0784-0.1929L20.358,26.91l0.407,0.407
l-0.2004,0.3076c-1.4531,2.2762-2.4811,4.7582-3.0609,7.3902L17.43,35.367h-0.6l-0.0313-0.0688
c-0.7401-1.536-2.2729-2.5949-4.0091-2.6527c-1.263-0.0426-2.4684,0.4209-3.37715,1.2996C8.5034,34.8241,8,36.0111,8,37.2756v5.3912
c0,2.5332,1.96076,4.5986,4.466,4.6879c1.2695,0.0429,2.4738-0.4178,3.3839-1.2964l0.2007-0.2057
c0.3227-0.3518,0.5868-0.747,0.7854-1.1735l0.019-0.0471h0.575l0.0736,0.3531c0.5801,2.6323,1.608,5.1142,3.0608,7.3903
l0.2016,0.3066l-0.408,0.407l-0.021-0.0083c-0.5123-0.1902-1.0579-0.2884-1.6149-0.2884c-1.2358,0-2.4022,0.483-3.276,1.3565
c-0.8738,0.8745-1.3569,2.0408-1.3569,3.2763c0,1.2357,0.4831,2.4022,1.3568,3.2758l3.8533,3.8532
c0.9167,0.9163,2.1841,1.4084,3.4797,1.3526c1.297-0.0574,2.5169-0.6614,3.3525-1.6586l0.144-0.1813
c0.9255-1.2283,1.1534-2.8437,0.6658-4.2841L26.895,59.656l0.422-0.422l0.3071,0.2014c2.2765,1.4531,4.7585,2.4811,7.3906,3.0611
l0.3523,0.0725v0.577l-0.054,0.0245c-1.5963,0.7478-2.6705,2.3669-2.6705,4.1969C32.6425,69.9228,34.72,72,37.2753,72h5.4494
c2.5554,0,4.6328-2.0772,4.6328-4.6326l-0.0052-0.2185c-0.0816-1.7396-1.1327-3.2605-2.6651-3.9784L44.632,63.146v-0.577
l0.3531-0.0724c2.6323-0.58,5.1142-1.608,7.3903-3.0608l0.3066-0.2018l0.422,0.422l-0.0451,0.1264
c-0.5122,1.5124-0.2353,3.2178,0.8097,4.4657c0.8358,0.9973,2.0557,1.6012,3.3515,1.6586c1.2969,0.057,2.5638-0.4353,3.4809-1.3528
l3.853-3.853c0.8738-0.8734,1.357-2.0399,1.357-3.2758c0-1.2355-0.483-2.4018-1.35651-3.2759
c-0.8745-0.8739-2.0409-1.3569-3.2763-1.3569l-0.2775,0.0081c-0.3683,0.0217-0.73,0.0867-1.0786,0.1929L59.641,53.089l-0.407-0.407
l0.2017-0.3068c1.4529-2.2759,2.4809-4.7578,3.0606-7.39l0.0727-0.3532h0.596l0.0277,0.0618
c0.6975,1.4638,2.1159,2.5004,3.7603,2.6452c1.29549,0.1143,2.5862-0.3213,3.5424-1.197C71.4521,45.2662,72,44.0217,72,42.7247
v-5.4494c0-1.2968-0.548-2.5412-1.5047-3.4171c-0.957-0.8765-2.2472-1.3125-3.5432-1.1972l-0.2255,0.026l-0.2203,0.0376
c-1.4566,0.2847-2.67,1.2517-3.3024,2.5592L63.165,35.367h-0.596l-0.0726-0.3518c-0.5799-2.6323-1.6079-5.1144-3.0608-7.3904
L59.234,27.317l0.407-0.407l0.0223,0.0095c0.5123,0.1902,1.0579,0.2885,1.6149,0.2885c1.2354,0,2.4018-0.483,3.2758-1.3565
c1.8071-1.8076,1.8071-4.7456,0.0003-6.5524l-3.8534-3.8529c-1.8069-1.8072-4.7452-1.8071-6.5518,0.0001l-0.1562,0.1639
c-1.1611,1.2796-1.4943,3.0811-0.9332,4.6632l0.0313,0.0836l-0.409,0.409l-0.3066-0.2014c-2.2764-1.453-4.7581-2.481-7.3901-3.0609
L44.632,17.43v-0.577l0.0551-0.0231c1.5963-0.7477,2.6704-2.3668,2.6704-4.1971C47.3575,10.0774,45.2801,8,42.7247,8z M37.2753,10
h5.4494c1.4508,0,2.6328,1.1819,2.6328,2.6328c0,1.2053-0.8229,2.2524-1.9747,2.5499c-0.4414,0.114-0.7499,0.5123-0.7499,0.9682
v1.5071c0,0.8269,0.593,1.5342,1.4049,1.6916c2.7684,0.5382,5.3592,1.6114,7.7044,3.1913c0.6866,0.463,1.6079,0.3852,2.1938-0.2002
l1.0665-1.0663c0.3225-0.3224,0.386-0.8221,0.1545-1.2149c-0.6042-1.0252-0.4458-2.347,0.4064-3.199
c1.0257-1.0261,2.6974-1.0262,3.7232-0.0001l3.8535,3.8529c1.0257,1.0258,1.0257,2.6976-0.0002,3.7239
c-0.4987,0.4983-1.1565,0.7708-1.8617,0.7708c-0.4775,0-0.9351-0.125-1.3366-0.3627c-0.393-0.2328-0.8937-0.1697-1.2167,0.1533
l-1.065,1.065c-0.5858,0.5853-0.6636,1.507-0.2009,2.194c1.5801,2.3451,2.6533,4.9364,3.1914,7.705
c0.1573,0.8116,0.8649,1.4047,1.6918,1.4047h1.52c0.4518,0,0.8475-0.3029,0.9654-0.739c0.2777-1.0274,1.13651-1.8093,2.1594-1.9585
l0.1698-0.0194c0.7096-0.0628,1.4451,0.1857,1.9879,0.6828C69.6877,35.8304,70,36.5396,70,37.2753v5.4494
c0,0.7359-0.3123,1.4452-0.8552,1.9423c-0.5419,0.4962-1.27859,0.7448-2.0162,0.6798c-1.0825-0.0954-2.0098-0.8967-2.301-1.9747
c-0.1178-0.4362-0.5135-0.7392-0.9654-0.7392h-1.52c-0.8267,0-1.5343,0.5931-1.6918,1.4048
c-0.538,2.7686-1.6112,5.3596-3.1913,7.7047c-0.4628,0.6873-0.385,1.6087,0.2012,2.1943l1.0645,1.0649
c0.2936,0.2936,0.7342,0.3725,1.1072,0.2095l0.1096-0.0561c0.4015-0.2378,0.8591-0.3627,1.3366-0.3627
c0.7052,0,1.363,0.2724,1.8621,0.7711c0.4982,0.4986,0.7707,1.1565,0.7707,1.8617c0,0.7054-0.2724,1.363-0.7711,1.8615
l-3.8532,3.8532c-0.5205,0.5207-1.2422,0.8012-1.9785,0.7688c-0.7346-0.0325-1.4306-0.3771-1.9065-0.9449
c-0.6975-0.8329-0.7865-2.0554-0.2302-3.0232c0.2253-0.3919,0.1597-0.8861-0.1599-1.2056l-1.0753-1.0751
c-0.5857-0.5856-1.5072-0.6635-2.1942-0.2003c-2.3447,1.5797-4.9358,2.6529-7.7046,3.1912
c-0.8113,0.1573-1.4046,0.8649-1.4046,1.6918v1.5068c0,0.4559,0.3084,0.8541,0.7498,0.9682
c1.1519,0.2977,1.9748,1.3448,1.9748,2.5499c0,1.4508-1.1819,2.6326-2.6328,2.6326h-5.4494c-1.4507,0-2.6328-1.1819-2.6328-2.6326
c0-1.1447,0.7428-2.147,1.8048-2.4997l0.1703-0.0502c0.4414-0.1141,0.7497-0.5123,0.7497-0.9682v-1.5068
c0-0.8271-0.5932-1.5345-1.4051-1.6919c-2.7684-0.5383-5.3597-1.6115-7.7047-3.1913c-0.6861-0.463-1.6075-0.3852-2.1935,0.2003
l-1.0754,1.0754c-0.3195,0.3194-0.3851,0.8135-0.16,1.2052c0.5562,0.9682,0.4672,2.1908-0.2303,3.0235
c-0.4757,0.5678-1.1717,0.9124-1.9065,0.9449c-0.7353,0.0317-1.4584-0.249-1.9784-0.7689l-3.8533-3.853
c-0.4984-0.4985-0.7709-1.1563-0.7709-1.8616c0-0.7052,0.2725-1.3631,0.7712-1.8622c0.4985-0.4982,1.1563-0.7706,1.8617-0.7706
c0.4092,0,0.8039,0.0918,1.1609,0.2677l0.1752,0.0949c0.393,0.2328,0.8939,0.1698,1.2169-0.1533l1.0652-1.0652
c0.5858-0.5858,0.6636-1.5073,0.2004-2.1943c-1.5796-2.3447-2.6528-4.9358-3.1912-7.7046
c-0.1573-0.8112-0.8647-1.4046-1.6915-1.4046h-1.5059c-0.4189,0-0.7889,0.2603-0.9348,0.6448l-0.0341,0.1078
c-0.1192,0.4668-0.3659,0.8899-0.7222,1.2337c-0.5197,0.5018-1.1981,0.7613-1.9256,0.7367C11.1154,45.3053,10,44.1303,10,42.6668
v-5.3912c0-0.7224,0.2833-1.3905,0.8026-1.8926c0.519-0.5018,1.1982-0.763,1.92-0.7386c1.1357,0.0378,2.1398,0.8589,2.4482,1.9867
c0.1189,0.4347,0.5139,0.7362,0.9646,0.7362h1.5226c0.8268,0,1.5343-0.5932,1.6917-1.4052c0.538-2.7681,1.6112-5.3594,3.1912-7.7043
c0.4631-0.6867,0.3849-1.6085-0.2008-2.1942l-1.065-1.065c-0.323-0.323-0.8237-0.3861-1.2167-0.1533
c-0.4015,0.2378-0.859,0.3627-1.3363,0.3627c-0.7054,0-1.3632-0.2724-1.8621-0.7711c-1.0258-1.0258-1.0258-2.6976,0.0002-3.7236
l3.8531-3.8529c1.0259-1.0261,2.6974-1.0261,3.7235,0c0.4985,0.4985,0.7709,1.1563,0.7709,1.8617
c0,0.409-0.0918,0.8037-0.2677,1.1609l-0.095,0.1754c-0.2327,0.393-0.1696,0.8937,0.1534,1.2167l1.0652,1.0652
c0.586,0.586,1.5077,0.6637,2.1946,0.2002c2.3442-1.5793,4.9355-2.6526,7.7043-3.191c0.8113-0.1572,1.4048-0.8646,1.4048-1.6915
v-1.5071c0-0.4559-0.3084-0.8542-0.7499-0.9682c-1.1518-0.2976-1.9749-1.3447-1.9749-2.5499C34.6425,11.182,35.8246,10,37.2753,10z"
/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.1 KiB

View file

@ -0,0 +1,93 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M15,14c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S15.5514,14,15,14z M5,70c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S5.5514,70,5,70z M75,64c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,64,75,64z M59,12
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S59.5514,12,59,12z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M64.98639,32.16437c-0.08429,0.50592-0.53461,0.85931-1.03467,0.83453l-0.11609-0.01251l-6-1
c-0.54486-0.09082-0.91284-0.60602-0.82202-1.15082c0.08429-0.50586,0.53461-0.85925,1.03467-0.83447l0.11615,0.01251l6,1
C64.70923,31.10437,65.07721,31.61963,64.98639,32.16437z M46,30c-2.82007,0-5.63239,0.70148-8.4278,2.09589
c-0.04468,0.02124-0.08832,0.0459-0.13043,0.07434l-0.40936,0.26648C33.29401,34.81158,28.95752,36,24,36c-0.55231,0-1,0.44769-1,1
s0.44769,1,1,1l0.56921-0.005c3.57611-0.06238,6.86829-0.71637,9.86957-1.96228c-0.88928,1.75311-1.64758,3.95697-2.38739,6.70038
l-0.08368,0.31268l-0.25879,0.99463l-0.67902,2.7171c-0.13403,0.53577,0.19177,1.07867,0.7276,1.21259
c0.53571,0.13403,1.07867-0.19177,1.21259-0.7276l0.84753-3.36841l0.28925-1.07568c1.26874-4.57941,2.59235-7.42419,4.43494-8.95007
l0.35199-0.17065C41.2746,32.55682,43.64081,32,46,32c0.55231,0,1-0.44769,1-1S46.55231,30,46,30z M30.4472,52.10559
c-0.49402-0.24701-1.0946-0.04681-1.34161,0.4472L28.724,53.31317l-0.4118,0.8092l-0.3302,0.6283l-0.21301,0.38745L27.63611,55.37
l-0.2619,0.43329C26.35291,57.43738,25.50897,58,24,58c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1
c2.2688,0,3.71057-0.96118,5.07019-3.13672c0.0246-0.03931,0.04889-0.07849,0.073-0.11768l0.21362-0.35559l0.21637-0.37982
l0.15289-0.27948l0.34601-0.65723l0.82233-1.62628C31.14142,52.95319,30.94122,52.3526,30.4472,52.10559z M59.29291,48.29291l-2,2
l-0.08319,0.09418c-0.30499,0.39233-0.27734,0.95953,0.08319,1.32001c0.3905,0.3905,1.02368,0.3905,1.41418,0l2-2l0.08319-0.09418
c0.30499-0.39233,0.27734-0.95953-0.08319-1.32001C60.31659,47.9024,59.68341,47.9024,59.29291,48.29291z M58.79028,47.61292
c0.30499-0.39233,0.27734-0.95953-0.08319-1.32001c-0.3905-0.3905-1.02368-0.3905-1.41418,0l-2,2l-0.08319,0.09418
c-0.30499,0.39233-0.27734,0.95953,0.08319,1.32001c0.3905,0.3905,1.02368,0.3905,1.41418,0l2-2L58.79028,47.61292z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M14.00012,46.8764c0.0332-17.36273,7.06567-27.91168,21.00946-31.3642C35.15179,11.97522,36.86713,10,40,10
c3.21899,0,5,1.78101,5,5c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1c0-2.11438-0.88562-3-3-3c-2.05688,0-2.99792,1.1734-3,3.9906
c0.00897,0.02808,0.01678,0.05688,0.02338,0.08643c0.12042,0.53888-0.21875,1.07349-0.75775,1.19397
c-13.12573,2.93408-19.84613,12.23999-20.24664,28.1922L16.008,46H20c0.51282,0,0.93549,0.38599,0.99329,0.88342L21,47
c0,0.51282-0.38599,0.93549-0.88342,0.99329L20,48h-4.21918l-0.81073,3.24249c-0.13391,0.53583-0.67682,0.86163-1.21259,0.7276
c-0.49762-0.12427-0.81403-0.60138-0.74939-1.0979l0.02179-0.11469L14.00012,46.8764z M73,37
c0,4.21271-2.40381,6.01788-6.60681,5.12268c0.89532,5.71552-0.19397,11.3623-3.26147,16.90601L63.3299,59.435
c0.18451,0.38788,0.35449,0.76569,0.51001,1.13281l0.22241,0.54291C66.0351,66.1026,65.13989,69,61,69
c-0.34949,0-0.73047-0.04163-1.14301-0.12488l-0.36139-0.08173l-0.37701-0.10199c-0.44879-0.13098-0.9295-0.30371-1.44226-0.51831
L57.229,67.979l-0.4632-0.2146l-0.479-0.23511c-0.08112-0.04089-0.1629-0.08258-0.24542-0.12518l-0.50269-0.26593l-0.51868-0.28638
c-0.08783-0.04944-0.17621-0.09973-0.26532-0.15082l-0.5426-0.3172l-0.55859-0.33771l-0.57458-0.35828L52.4881,65.3089
l-0.60681-0.39941c-0.10248-0.06818-0.20569-0.13739-0.30951-0.2074l-0.6311-0.4303l-0.6474-0.45087l-0.66357-0.4715
l-0.67987-0.49213l-0.69635-0.5127l-0.71271-0.53339l-0.72906-0.55402l-1.12451-0.86981l-1.16168-0.91632l-1.19904-0.96277
l-1.23645-1.0094l-0.84521-0.69879l-0.862-0.7196l-1.3244-1.11823l-1.3623-1.16486l-1.40039-1.21161l-0.6225-0.54364
c-0.52289,1.53351-1.13269,3.00482-1.8067,4.35883l-0.31934,0.62347c-0.72101,1.36853-1.50739,2.60101-2.33368,3.63562L38.33398,66
h2.047l-1.27539-2.5528c-0.22937-0.45868-0.07306-1.0094,0.34589-1.28351l0.10132-0.05811
c0.45868-0.22937,1.0094-0.07312,1.28351,0.34589l0.05811,0.10132l2,4c0.315,0.62988-0.10242,1.36517-0.7793,1.4408L42,68h-4
c-0.21637,0-0.42688-0.07019-0.59998-0.20001l-7.5437-5.65778C28.59961,63.31677,27.28748,64,26,64
c-1.55371,0-3.44427-0.19489-5.67572-0.58368l-0.91077-0.16589c-0.92902-0.17621-1.9126-0.38354-2.95111-0.6217l-1.05682-0.2486
c-0.1792-0.04315-0.35986-0.08716-0.54218-0.13202l-1.11182-0.27942c-0.53497-0.13721-0.85736-0.68207-0.72028-1.2171
c0.13721-0.53497,0.68207-0.85736,1.2171-0.72028l0.54462,0.13831l1.06158,0.26147l1.02478,0.24121l0.98798,0.22107
c0.6463,0.14075,1.26801,0.26794,1.86505,0.38171l0.87695,0.16071c0.28625,0.05023,0.5661,0.09698,0.8399,0.1405l0.80273,0.12042
C23.68951,61.89899,24.93939,62,26,62c1.73529,0,3.85718-2.34491,5.66119-5.73218l0.30603-0.59064l0.29889-0.60956
c0.29529-0.61865,0.5788-1.26355,0.84698-1.92804l0.263-0.6709l0.25208-0.68262l0.24036-0.69269l0.22778-0.7016
c0.33179-1.05811,0.61871-2.14087,0.84857-3.22607l0.45911-2.31982l0.16479-0.78699c0.10883-0.50098,0.21692-0.95959,0.33282-1.4068
c0.77258-2.98108,1.81848-5.10883,3.47369-6.43298c2.58118-2.06494,6.75677-2.69562,12.61548-2.28644l0.93903,0.07324
c0.15887,0.01355,0.31891,0.02795,0.4801,0.04297l0.9812,0.09851c0.16577,0.01782,0.33289,0.03619,0.5011,0.05542l1.0235,0.12299
l0.97418,0.12817l0.91492,0.12921l0.93811,0.14062l1.47217,0.23511l1.58032,0.26794l4.38348,0.78925
c0.5434,0.09875,0.90381,0.61938,0.80499,1.16278c-0.09875,0.5434-0.61938,0.90381-1.16278,0.80499l-0.44562-0.08087
c0.22772,0.70001,0.42603,1.39911,0.59479,2.09717c0.0946-0.00281,0.19122,0.00793,0.28741,0.03363
C69.65289,40.93909,71,40.04108,71,37c0-2.2334-2.54437-6.82892-6.32788-10.56799
c-4.93671-4.8786-11.33484-7.99872-18.73083-8.43372c-0.55139-0.03247-0.97198-0.50568-0.93958-1.05701
c0.03247-0.55139,0.50568-0.97198,1.05701-0.93958c7.90759,0.46521,14.75269,3.80316,20.01917,9.00781
C70.20538,29.08838,73,34.13593,73,37z M63.22443,37.79077l-0.10883-0.29779l-0.54132-0.09808l-1.65186-0.289l-1.52112-0.2533
l-0.95752-0.15131l-0.92377-0.13849l-0.8999-0.12714l-0.94293-0.12408l-0.97681-0.11731
c-0.64191-0.07288-1.26508-0.1355-1.86938-0.18738l-0.89227-0.06982c-0.58551-0.04108-1.1521-0.07135-1.69965-0.09058
l-0.80719-0.02051c-4.09625-0.06268-7.04871,0.5481-8.80719,1.9549c-1.2359,0.98871-2.11346,2.77399-2.78711,5.37299
c-0.08191,0.31586-0.15997,0.63953-0.23779,0.98364l-0.15607,0.71899l-0.46313,2.3396
c-0.1911,0.95538-0.42139,1.90857-0.68597,2.84802c0.13062,0.04016,0.255,0.10785,0.3645,0.2038l0.93268,0.81439l1.36859,1.18378
l0.89209,0.76398l1.30731,1.10815l0.85101,0.7135l1.24573,1.03229l1.20837,0.98688l1.17108,0.94122l0.75989,0.60217l1.10864,0.8653
l0.71796,0.55151l0.70135,0.53131l0.68445,0.51086l0.66754,0.4906l0.65057,0.47021l0.63373,0.45001l0.61658,0.42963l0.59961,0.40918
l0.58252,0.38892l0.56525,0.36847l0.54822,0.34808l0.53101,0.3277l0.51373,0.30731l0.49628,0.28693l0.47913,0.26648
c0.07837,0.04272,0.15594,0.08453,0.23297,0.12549l0.45288,0.2359l0.43555,0.21533l0.41797,0.19489
c0.0683,0.03082,0.13568,0.06073,0.20251,0.08978l0.39166,0.16425l0.37415,0.14368c0.18256,0.06671,0.35858,0.12567,0.52795,0.17712
l0.33002,0.09235C60.28619,66.94519,60.66699,67,61,67c2.03229,0,2.64862-1.22253,1.58618-4.22668l-0.16321-0.44135
l-0.18616-0.46594c-0.03302-0.07971-0.06689-0.16052-0.10181-0.24231L61.914,61.12018
c-0.03882-0.086-0.07861-0.1731-0.11932-0.26129l-0.25629-0.54187L61.2926,59.8183l-11.60883-3.86963
c-0.52399-0.17468-0.80707-0.74097-0.63245-1.26489c0.16217-0.48645,0.66205-0.76538,1.15216-0.66296l0.11273,0.03046
L61.52899,57.789l0.0752-0.13757C65.09009,51.1261,65.62592,44.52899,63.22443,37.79077z M22,54l0.11658-0.00671
C22.61401,53.93549,23,53.51282,23,53c0-0.55231-0.44769-1-1-1h-6l-0.13141,0.00873
c-0.21667,0.02869-0.41937,0.12787-0.57568,0.28418l-6,6l-0.08319,0.09418c-0.30505,0.39233-0.27728,0.95953,0.08319,1.32001
l0.09418,0.08319c0.39233,0.30499,0.95953,0.27734,1.32001-0.08319L16.414,54H22z M11.87598,35.99231
c0.54803,0.06848,1.04785-0.32019,1.11633-0.86829c0.63977-5.1189,3.21698-10.27313,7.76031-15.46552
c0.36365-0.41559,0.32147-1.04742-0.09412-1.41113c-0.41559-0.36365-1.04742-0.32147-1.41113,0.09412
c-4.78998,5.4743-7.5462,10.98669-8.23969,16.53448C10.93921,35.42401,11.32788,35.92383,11.87598,35.99231z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

@ -0,0 +1,68 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M67,11c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C68,10.5514,67.5514,11,67,11z M40,74
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S40.5514,74,40,74z M14,8c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1
s1,0.44855,1,1C15,7.5514,14.5514,8,14,8z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M54.4871,24.1416c0.4741-0.2833,1.088-0.1286,1.3713,0.3455c0.2833,0.474,0.1286,1.088-0.3454,1.3713
C51.1524,28.464,44.0845,30,36,30c-4.4629,0-8.1388-0.6363-13.2633-2.0353c-0.5328-0.1454-0.8468-0.6953-0.7014-1.2281
c0.1455-0.5327,0.6953-0.8467,1.2281-0.7013l1.2644,0.3369C28.8481,27.4927,32.1163,28,36,28
C43.7519,28,50.475,26.539,54.4871,24.1416z M52.60608,36.08087c-2.11835,0.9079-6.0686,1.63342-9.60608,1.63342
c-0.55231,0-1,0.44769-1,1v5.2674c0,0.15979,0.00677,0.31952,0.02051,0.47882c0.2644,3.08508,2.9798,5.3717,6.06488,5.1073
C51.4306,49.28101,54,46.48199,54,43.12451V37C54,36.2821,53.26599,35.7981,52.60608,36.08087z M52,43.12451
c0,2.31909-1.77472,4.2525-4.08539,4.45056c-1.98462,0.1701-3.73132-1.30078-3.90143-3.2854l-0.01239-0.2309L44,39.69598
l0.32733-0.01178c2.67426-0.1189,5.42548-0.57971,7.50507-1.20734L52,38.42401V43.12451z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M36,18c5.0357,0,10.6021,0.7959,15.257,2.0336c0.5337,0.1419,0.8514,0.6896,0.7094,1.2234
c-0.1419,0.5337-0.6896,0.8513-1.2233,0.7094C46.2488,20.7714,40.8534,20,36,20c-0.2917,0-0.5819,0.0018-0.8704,0.0055
l-0.8607,0.0162c-0.1425,0.0036-0.2847,0.0076-0.4264,0.012l-0.8449,0.0319l-0.8338,0.0421l-0.822,0.052l-0.8099,0.0617
c-0.1339,0.0111-0.2673,0.0225-0.4001,0.0344l-0.7906,0.0758c-0.1306,0.0134-0.2607,0.0272-0.3902,0.0413l-0.77,0.0894
l-0.7556,0.098l-0.7408,0.1066l-0.7254,0.1149l-0.7095,0.1229l-0.6929,0.1307l-0.676,0.1383l-0.6584,0.1456
c-0.3248,0.0745-0.6427,0.1518-0.9536,0.2315l-0.6123,0.1629c-0.1005,0.0277-0.2001,0.0557-0.2989,0.0839l-0.583,0.1725
c-0.191,0.0586-0.3786,0.1181-0.5628,0.1787l-0.542,0.1845c-3.1365,1.1061-5.1627,2.5082-5.5867,3.9875l0.1285,0.0938l0.7298,0.5674
c0.2799,0.2117,0.5578,0.4095,0.8617,0.6096c0.7933,0.5224,1.6941,1.0136,2.7627,1.4793C22.7741,30.9051,28.7343,32,37,32
c8.2658,0,14.2259-1.0949,18.4343-2.9291c1.0685-0.4657,1.9693-0.9569,2.7626-1.4793c0.2026-0.1334,0.3937-0.2657,0.5815-0.4019
l0.407-0.3051l0.6031-0.47c0.1785-0.1359,0.2999-0.2176,0.4363-0.2876c0.4426-0.2274,0.9495-0.2545,1.3773,0.1736l0.1211,0.128
c0.1601,0.1832,0.2277,0.3404,0.2562,0.6599l0.0138,0.2392l0.058,7.2511l0.0378,7.6745l-0.0009,3.2376l-0.017,1.7039l-0.0281,1.0399
l-0.0073,0.1383c0.0277,0.0133,0.056,0.0269,0.0849,0.0409c0.552,0.267,1.126,0.5747,1.6952,0.9206
c1.6795,1.0204,2.9803,2.1539,3.6851,3.4352c1.7245,3.1355-0.3282,5.9805-6.5642,8.405l-0.66,0.2493l-0.69,0.2463
c-0.1175,0.0408-0.2363,0.0815-0.3563,0.122l-0.735,0.2417c-0.2501,0.08-0.5052,0.1595-0.7653,0.2385l-0.7956,0.2354
c-0.1351,0.039-0.2715,0.0779-0.4092,0.1166l-0.8412,0.2306c-0.1427,0.0382-0.2867,0.0762-0.432,0.1141
c-11.0593,2.885-22.0087,0.9188-32.234-4.2432c-2.8938-1.4608-5.5102-3.0766-7.8061-4.7276
c-0.6713-0.4828-1.2754-0.9403-1.8091-1.3642l-0.4669-0.3767l-0.2789-0.2317l-0.3243-0.279
c-0.2282-0.2042-0.3407-0.4897-0.3328-0.7737l0.0011-23.3457l0.0057-0.2997l0.0132-0.228C12.0069,27.0352,12,26.9684,12,26.9
c0-2.461,2.2913-4.5633,6.1052-6.1057l0.5551-0.2165l0.5753-0.2088c0.0976-0.0341,0.1959-0.068,0.2951-0.1014l0.6047-0.1969
l0.6237-0.1889c0.211-0.0616,0.4251-0.1218,0.6422-0.1806l0.6601-0.1723c0.1115-0.028,0.2238-0.0557,0.3367-0.083l0.6862-0.1595
c0.1158-0.0259,0.2322-0.0514,0.3494-0.0766l0.7111-0.1465l0.727-0.1376l0.7426-0.1287l0.7576-0.1195l0.772-0.1103
c0.1298-0.0176,0.2603-0.0349,0.3913-0.0517l0.7928-0.0962c0.2666-0.0304,0.5353-0.0593,0.8061-0.0866l0.8189-0.0769l0.831-0.0671
c0.1396-0.0103,0.2796-0.0203,0.42-0.0298l0.8486-0.0521l0.8595-0.0419c0.1441-0.0062,0.2887-0.0119,0.4337-0.0171l0.8751-0.0265
l0.8849-0.0159C35.4024,18.0018,35.7005,18,36,18z M14,50.5418l0.351,0.289c0.5771,0.4681,1.2552,0.9877,2.0286,1.5438
c2.2153,1.593,4.7439,3.1546,7.5398,4.566c9.8254,4.9601,20.297,6.8405,30.8278,4.0934l0.4217-0.1112l0.8165-0.2226l0.7809-0.2226
l0.7459-0.2227l0.7112-0.2227l0.677-0.2227c0.11-0.0371,0.2186-0.0742,0.3258-0.1113l0.6264-0.2226
c0.305-0.1113,0.5975-0.2226,0.8778-0.3338l0.5445-0.2223l0.5125-0.222c0.745-0.333,1.3833-0.6651,1.9218-0.9959l0.3443-0.2203
c1.9226-1.2837,2.3568-2.5444,1.6949-3.7478c-0.4984-0.9062-1.5647-1.8352-2.9711-2.6898
c-0.4651-0.2826-0.9367-0.5384-1.3931-0.7637c-1.1878,1.5156-3.689,2.8705-7.1442,3.8961l-0.6986,0.1993
c-1.4217,0.3898-2.9902,0.7258-4.6828,0.9977l-0.8566,0.1305l-0.8766,0.1195l-0.8961,0.1083
c-0.3019,0.0341-0.6069,0.0664-0.915,0.0966l-0.9331,0.0848c-1.099,0.0919-2.2339,0.1589-3.4003,0.199
c-0.5519,0.019-1.0148-0.4131-1.0337-0.965c-0.019-0.552,0.4131-1.0148,0.965-1.0338c0.3212-0.0111,0.6398-0.0243,0.9557-0.0395
l0.9392-0.0521l0.922-0.0641l0.9042-0.0758c0.2984-0.0271,0.5936-0.0561,0.8857-0.087l0.8666-0.0978l0.8468-0.1083l0.8263-0.1183
l0.8052-0.1278l0.7834-0.137c0.7722-0.1414,1.5108-0.2959,2.2127-0.4617l0.6896-0.1694l0.6645-0.1765l0.6386-0.1831
c0.9384-0.2795,1.7876-0.5799,2.5375-0.8951l0.4851-0.2121c1.5673-0.714,2.6333-1.4934,3.0875-2.2684l0.0662-0.124l0.0151-0.2988
l0.021-0.867l0.0199-2.3079l0.0012-3.4197l-0.0168-4.2635L60.006,28.768l-0.0547,0.0417c-0.1055,0.0764-0.212,0.1519-0.3207,0.2271
l-0.3338,0.2252c-0.8873,0.5843-1.8885,1.1302-3.0634,1.6423C51.7565,32.8556,45.5266,34,37,34s-14.7565-1.1444-19.2333-3.0957
c-1.1749-0.5121-2.1761-1.058-3.0635-1.6423l-0.3337-0.2252L13.999,28.773L14,50.5418z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -0,0 +1,58 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M6,14c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S6.5514,14,6,14z M59,73c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S59.5514,73,59,73z M63,9c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
C64,8.5514,63.5514,9,63,9z M75,51c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,51,75,51z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M28.0303,46.7556c0.135-0.5355,0.6785-0.8602,1.2141-0.7253c0.5355,0.135,0.8603,0.6785,0.7253,1.2141
C28.9694,51.2141,25.3203,54,21,54c-4.2086,0-7.7843-2.773-8.9584-6.7145c-0.1576-0.5293,0.1436-1.0862,0.6729-1.2439
c0.5293-0.1576,1.0862,0.1436,1.2439,0.6729C14.8842,49.8226,17.6919,52,21,52C24.412,52,27.2559,49.8288,28.0303,46.7556z
M66.0303,46.7556c0.135-0.5355,0.6785-0.8602,1.2141-0.7253c0.5355,0.135,0.8603,0.6785,0.7253,1.2141
C66.9694,51.2141,63.3203,54,59,54c-4.2086,0-7.7843-2.773-8.9584-6.7145c-0.1576-0.5293,0.1436-1.0862,0.6729-1.2439
c0.5293-0.1576,1.0862,0.1436,1.2439,0.6729C52.8842,49.8226,55.6919,52,59,52C62.412,52,65.2559,49.8288,66.0303,46.7556z M59,32
c0.5129,0,0.9355,0.386,0.9933,0.8834L60,33v3.585l5.7071,5.7079c0.3905,0.3905,0.3905,1.0237,0,1.4142
c-0.3605,0.3605-0.9277,0.3882-1.32,0.0832l-0.0942-0.0832L59,38.415l-5.2929,5.2921c-0.3905,0.3905-1.0237,0.3905-1.4142,0
c-0.3605-0.3605-0.3882-0.9277-0.0832-1.32l0.0832-0.0942L58,36.584V33C58,32.4477,58.4477,32,59,32z M21,32
c0.5129,0,0.9355,0.386,0.9933,0.8834L22,33v3.585l3.7465,3.7472c0.3905,0.3906,0.3905,1.0237,0,1.4143
c-0.3605,0.3604-0.9277,0.3882-1.32,0.0831l-0.0942-0.0831L21,38.414l-5.2929,5.2931c-0.3905,0.3905-1.0237,0.3905-1.4142,0
c-0.3605-0.3605-0.3882-0.9277-0.0832-1.32l0.0832-0.0942L20,36.584V33C20,32.4477,20.4477,32,21,32z M27.7071,42.2929
c0.3905,0.3905,0.3905,1.0237,0,1.4142c-0.3905,0.3905-1.0237,0.3905-1.4142,0c-0.3905-0.3905-0.3905-1.0237,0-1.4142
C26.6834,41.9024,27.3166,41.9024,27.7071,42.2929z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M68,67c0,0.51282-0.38599,0.93549-0.88342,0.99329L67,68H49c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L49,66h13v-1c0-0.51282-0.38599-0.93549-0.88342-0.99329L61,64H19
c-0.51282,0-0.93549,0.38599-0.99329,0.88342L18,65v1h7c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L25,68
H13c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L13,66h3v-1c0-1.59772,1.2489-2.90369,2.82373-2.99487
L19,62h9v-1c0-1.58789,1.20117-2.90302,2.73712-2.99487L30.90912,58H39v-5c0-0.55231,0.44769-1,1-1
c0.51282,0,0.93549,0.38599,0.99329,0.88342L41,53v5h10c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L51,60
H30.90912c-0.4563,0-0.849,0.37732-0.90283,0.88147L30,61v1h31c1.59772,0,2.90369,1.2489,2.99487,2.82367L64,65v1h3
C67.55231,66,68,66.44769,68,67z M40,48c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S40.55231,48,40,48z M12,29
c0-0.51282,0.38599-0.93549,0.88342-0.99329l0.16229-0.00684l0.63818-0.00861l0.44983-0.0105
c0.30389-0.008,0.61938-0.01819,0.94556-0.0307l1.00983-0.04468c0.34662-0.0174,0.703-0.03717,1.06799-0.05981
c3.12671-0.19299,6.25201-0.54016,9.16077-1.07886c0.84064-0.15564,1.64471-0.32385,2.41071-0.50452l0.7533-0.18481l0.72754-0.19299
c5.06177-1.39709,8.15759-3.41687,8.70361-6.03387C37.23212,19.37701,36,17.8324,36,16c0-2.20911,1.79089-4,4-4s4,1.79089,4,4
c0,1.8324-1.23212,3.37701-2.91302,3.85052c0.54602,2.617,3.64185,4.63678,8.70361,6.03387l0.72754,0.19299l0.7533,0.18481
c0.76599,0.18066,1.57007,0.34888,2.41071,0.50452c2.90875,0.5387,6.03406,0.88586,9.16077,1.07886
c0.36499,0.02264,0.72144,0.04242,1.06799,0.05981l1.00983,0.04468c0.32617,0.01251,0.64166,0.02271,0.94562,0.0307l0.44977,0.0105
l0.63818,0.00861l0.16229,0.00684C67.61401,28.06451,68,28.48718,68,29c0,0.55231-0.44769,1-1,1l-0.94757-0.01392l-0.71484-0.01996
l-1.00146-0.03851l-1.06342-0.05322l-0.5531-0.03247c-3.20148-0.19769-6.4043-0.55353-9.40167-1.10864
c-0.57355-0.1062-1.13263-0.21808-1.67682-0.33588l-0.80499-0.18121c-4.4693-1.04498-7.854-2.51636-9.83612-4.52527V41
c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L39,41V23.69092
c-1.98212,2.00891-5.36682,3.48029-9.83612,4.52527l-0.80499,0.18121c-0.54419,0.1178-1.10327,0.22968-1.67676,0.33588
c-2.99744,0.55511-6.20026,0.91095-9.40173,1.10864l-0.5531,0.03247l-1.06342,0.05322l-1.00146,0.03851l-0.71484,0.01996L13,30
C12.44769,30,12,29.55231,12,29z M40,18c1.10461,0,2-0.89539,2-2s-0.89539-2-2-2s-2,0.89539-2,2S38.89539,18,40,18z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

@ -0,0 +1,164 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M70,69c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S70.5514,69,70,69z M68,13c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S68.5514,13,68,13z M14,69c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S14.5514,69,14,69z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M23.1355,12.18872l-0.5329-0.06232c-0.27118-0.02808-0.54919-0.05151-0.83319-0.07019l-0.57568-0.03119
l-0.59033-0.01874c-0.09949-0.00208-0.19958-0.00366-0.30017-0.0047L20,12c-0.20319,0-0.40442,0.00208-0.60339,0.00629
l-0.59033,0.01874l-0.57568,0.03119c-0.284,0.01868-0.56201,0.04211-0.83319,0.07019l-0.5329,0.06232
C13.98602,12.5658,12,13.50659,12,15s1.98602,2.4342,4.8645,2.81128l0.5329,0.06232
c0.27118,0.02808,0.54919,0.05151,0.83319,0.07019l0.57568,0.03119l0.59033,0.0188C19.59558,17.99792,19.79681,18,20,18
s0.40442-0.00208,0.60339-0.00623l0.59033-0.0188l0.57568-0.03119c0.284-0.01868,0.56201-0.04211,0.83319-0.07019l0.5329-0.06232
C24.24329,17.6662,25.21887,17.43762,26,17.1261V21l0.00671,0.11658C26.06451,21.61401,26.48718,22,27,22c0.55231,0,1-0.44769,1-1
v-6C28,13.50659,26.01398,12.5658,23.1355,12.18872z M25.85687,15.07837c-0.25769,0.12891-0.60596,0.25751-1.02808,0.37433
C23.58112,15.79791,21.85358,16,20.00049,16s-3.58057-0.20209-4.82831-0.5473l-0.20477-0.05933
c-0.31769-0.09625-0.5863-0.19897-0.79718-0.30206L14,15l0.1441-0.07843c0.25769-0.12885,0.60602-0.25745,1.02808-0.37427
C16.41992,14.20209,18.1474,14,20.00049,14s3.58063,0.20209,4.82831,0.5473l0.2049,0.05933
c0.39703,0.12036,0.71741,0.25067,0.94452,0.37939L26,15L25.85687,15.07837z M63.1355,28.18872l-0.5329-0.06232
c-0.27118-0.02808-0.54919-0.05151-0.83319-0.07019l-0.57568-0.03119l-0.59033-0.01874
c-0.09949-0.00208-0.19958-0.00366-0.30017-0.0047L60,28c-0.20319,0-0.40442,0.00208-0.60339,0.00629l-0.59033,0.01874
l-0.57568,0.03119c-0.284,0.01868-0.56201,0.04211-0.83319,0.07019l-0.5329,0.06232C53.98602,28.5658,52,29.50659,52,31
s1.98602,2.4342,4.8645,2.81128l0.5329,0.06232c0.27118,0.02808,0.54919,0.05151,0.83319,0.07019l0.57568,0.03119l0.59033,0.01874
C59.59558,33.99792,59.79681,34,60,34s0.40442-0.00208,0.60339-0.00629l0.59033-0.01874l0.57568-0.03119
c0.284-0.01868,0.56201-0.04211,0.83319-0.07019l0.5329-0.06232C64.24329,33.6662,65.21893,33.43762,66,33.1261V37l0.00671,0.11658
C66.06451,37.61401,66.48718,38,67,38c0.55231,0,1-0.44769,1-1v-6C68,29.50659,66.01398,28.5658,63.1355,28.18872z
M65.85693,31.07837c-0.25775,0.12891-0.60602,0.25751-1.02814,0.37433C63.58112,31.79791,61.85358,32,60.00049,32
s-3.58057-0.20209-4.82831-0.5473l-0.20477-0.05933c-0.31769-0.09625-0.5863-0.19897-0.79718-0.30206L54,31l0.1441-0.07843
c0.25769-0.12885,0.60602-0.25745,1.02808-0.37427C56.41992,30.20209,58.1474,30,60.00049,30s3.58063,0.20209,4.82831,0.5473
l0.2049,0.05933c0.39703,0.12036,0.71741,0.25067,0.94452,0.37939L66,31L65.85693,31.07837z M52.43561,52H55
c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L55,54h-3.06451c0,0.34552,0.04089,0.6806,0.11774,1H55
c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L55,57h-1.79828c0.6601,0.6228,1.52667,1,2.47339,1
c0.92279,0,1.79218-0.35773,2.4715-0.99823c0.39478-0.37225,1.0069-0.34326,1.36719,0.06476
c0.36023,0.4079,0.33221,1.04034-0.06262,1.41266C58.41992,59.4516,57.08698,60,55.67511,60c-2.10364,0-3.93549-1.20813-4.91571-3
H49c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L49,55h1.07849C50.02692,54.67468,50,54.34058,50,54h-1
c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L49,52h1.32312c0.77826-2.32782,2.87708-4,5.35199-4
c1.54761,0,2.99719,0.65918,4.05658,1.80389c0.36938,0.39923,0.35571,1.03223-0.03058,1.41388
c-0.38629,0.38171-0.99878,0.36761-1.36823-0.03156C57.63348,50.4306,56.68671,50,55.67511,50
C54.29388,50,53.08319,50.80292,52.43561,52z M13.99329,20.8031L14,20.90912v18.18176C14,39.59302,13.55231,40,13,40
c-0.51282,0-0.93549-0.35089-0.99329-0.8031L12,39.09088V20.90912C12,20.40698,12.44769,20,13,20
C13.51282,20,13.93549,20.35089,13.99329,20.8031z M14,43c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1s0.44769-1,1-1S14,42.44769,14,43z
M52.00671,39.11658L52,39v-4c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L54,35v4c0,0.55231-0.44769,1-1,1
C52.48718,40,52.06451,39.61401,52.00671,39.11658z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M70.00018,53.00067c0,0.55231-0.44769,1-1,1c-0.55219,0-1-0.44769-1-1
c0-4.64569-2.93671-9.0108-7.42108-11.09338c-0.50098-0.2326-0.71851-0.82727-0.48578-1.32819
c0.2326-0.50098,0.82721-0.71851,1.32806-0.48578C66.5954,42.49609,70.00018,47.55688,70.00018,53.00067z M67,53.99957
C67,60.6272,61.62738,66,55,66c-4.76288,0-8.87769-2.7749-10.81598-6.79633C42.49072,59.6817,39.44012,60,36.94989,60
c-1.01556,0-2.0116-0.05603-2.96552-0.16479c-0.2262,1.90179-2.89777,3.26227-6.63556,3.8465l-0.58014,0.08331
c-0.19598,0.0257-0.39459,0.04938-0.59558,0.07098l-0.61011,0.05847C24.7403,63.96411,23.88208,63.99988,23,63.99988
s-1.7403-0.03577-2.56299-0.10541L19.8269,63.836c-0.20099-0.02161-0.3996-0.04529-0.59558-0.07098l-0.58014-0.08331
c-3.81317-0.59601-6.51666-1.99988-6.6463-3.96228L12,59.57123v-4.57166c0-0.05859,0.005-0.11597,0.01471-0.17188
c-0.00409-0.03589-0.00739-0.07208-0.00983-0.1084L12,54.57098v-4.57178c0-1.78223,2.42279-3.03729,5.98682-3.62463l0.57196-0.0871
c0.09692-0.01355,0.19452-0.02667,0.29285-0.03937l0.59839-0.07031c0.30328-0.03229,0.61267-0.0603,0.92749-0.08398l0.63672-0.0415
l0.65009-0.02979c0.10938-0.00403,0.2193-0.00751,0.32971-0.0105L22.66199,46h0.67603l0.66797,0.01202
c0.11041,0.00299,0.22034,0.00647,0.32971,0.0105l0.65009,0.02979l0.63672,0.0415c0.15088,0.01141,0.3006,0.02368,0.44897,0.03711
c-0.03497-0.1344-0.05737-0.27185-0.06659-0.41193L26,45.57068v-4.57159c0-0.05841,0.005-0.11566,0.01459-0.17139
c-0.00409-0.03583-0.00726-0.07172-0.0097-0.10791L26,40.57159V36c0-0.05847,0.005-0.11603,0.01471-0.17181
c-0.00409-0.03589-0.00739-0.07196-0.00983-0.1084L26,35.57159V31c0-0.05847,0.005-0.11603,0.01471-0.17181
c-0.00409-0.03589-0.00739-0.07196-0.00983-0.1084L26,30.57159v-4.57239c0-1.78223,2.42279-3.03729,5.98682-3.62463l0.57196-0.0871
c0.09692-0.01355,0.19452-0.02667,0.29285-0.03937l0.59839-0.07031c0.30328-0.03229,0.61267-0.0603,0.92749-0.08398l0.63672-0.0415
l0.65009-0.02979c0.10938-0.00403,0.2193-0.00751,0.32971-0.0105L36.66199,22h0.67603l0.66797,0.01202
c0.11041,0.00299,0.22034,0.00647,0.32971,0.0105l0.65009,0.02979l0.63672,0.0415c0.31482,0.02368,0.62421,0.0517,0.92749,0.08398
l0.59839,0.07031c0.19666,0.02527,0.39044,0.05249,0.58112,0.0816l0.56268,0.09271C45.703,23.02832,48,24.26471,48,26v4.57159
c0,0.08661-0.00488,0.17212-0.01471,0.25659c0.00323,0.01819,0.0058,0.03674,0.008,0.05524L48,31v4.57159
c0,0.08661-0.00488,0.17212-0.01471,0.25659c0.00323,0.01819,0.0058,0.03668,0.008,0.05524L48,36v4.57159
c0,0.08643-0.00488,0.17181-0.01459,0.2561c0.00146,0.00897,0.00287,0.01801,0.00421,0.02698
c0.0014,0.00922,0.00256,0.01849,0.00366,0.02783L48,40.99908v3.2522c1.97021-1.4173,4.38757-2.25208,7-2.25208
C61.62738,41.99921,67,47.37189,67,53.99957z M28,26.00043c0,0.20386,0.27643,0.4375,0.77271,0.67145l0.26617,0.11694
c0.14203,0.05841,0.29712,0.11639,0.4646,0.17371l0.35095,0.11346c0.0611,0.01874,0.1236,0.03723,0.18726,0.05573l0.39703,0.10901
c0.13727,0.03558,0.2793,0.07068,0.4259,0.10486l0.45306,0.1001c0.0777,0.01624,0.15643,0.03223,0.23621,0.04803l0.49103,0.09131
c0.0838,0.01459,0.16858,0.02899,0.25427,0.04309l0.52533,0.08069l0.54626,0.07251l0.56561,0.06366l0.58337,0.05396
c0.19733,0.01617,0.39722,0.0307,0.59961,0.04327l0.61432,0.03198l0.62738,0.01984C36.5722,27.99841,36.78528,28.00079,37,28.00079
s0.4278-0.00238,0.63892-0.00677l0.62738-0.01984l0.61432-0.03198c0.20239-0.01257,0.40228-0.0271,0.59961-0.04327l0.58337-0.05396
l0.56561-0.06366l0.54626-0.07251c0.08936-0.01282,0.1778-0.026,0.26544-0.03943l0.51416-0.08435l0.49103-0.09131
c0.15961-0.03149,0.315-0.06403,0.46613-0.09741l0.4397-0.1026c0.07086-0.01752,0.14075-0.03522,0.20935-0.05298l0.39703-0.10901
c0.12738-0.03693,0.24982-0.07434,0.36676-0.11224l0.33472-0.11444c0.10614-0.03851,0.2066-0.07733,0.30133-0.11621l0.26617-0.11694
C45.72357,26.43793,46,26.20428,46,26.00043c0-0.20392-0.27643-0.43762-0.77271-0.67163l-0.26617-0.11688
c-0.14203-0.05829-0.29712-0.11633-0.4646-0.17365l-0.35089-0.11346c-0.06116-0.01868-0.12366-0.03729-0.18732-0.05573
l-0.39703-0.10901c-0.13727-0.03564-0.2793-0.07068-0.4259-0.10486l-0.45306-0.1001c-0.0777-0.0163-0.15643-0.03229-0.23621-0.04803
l-0.49103-0.09131c-0.0838-0.01465-0.16858-0.02905-0.25427-0.04309l-0.52533-0.08069l-0.54626-0.07257l-0.56561-0.0636
l-0.58337-0.05389c-0.19733-0.01636-0.39722-0.03082-0.59961-0.04346l-0.61432-0.03186l-0.62738-0.01984
C37.4278,24.00232,37.21472,24,37,24l-0.3208,0.00171c-0.10651,0.0011-0.21252,0.00281-0.31812,0.00507l-0.62738,0.01984
l-0.61432,0.03186c-0.20239,0.01263-0.40228,0.0271-0.59961,0.04346l-0.58337,0.05389l-0.56561,0.0636l-0.54626,0.07257
c-0.08929,0.01282-0.1778,0.02588-0.26544,0.03943l-0.51416,0.08435l-0.49103,0.09131
c-0.15961,0.03149-0.315,0.06403-0.46606,0.09741l-0.43976,0.1026c-0.07086,0.01752-0.14075,0.03522-0.20935,0.05298
l-0.39703,0.10901c-0.12738,0.03693-0.24976,0.07434-0.36676,0.11212l-0.33472,0.11462
c-0.10608,0.03845-0.2066,0.07715-0.30133,0.11609l-0.26617,0.11688C28.27643,25.56281,28,25.79651,28,26.00043z M28,30.57159
c0,0.35248,0.75549,0.9649,2.2533,1.47852c1.75128,0.60046,4.16272,0.9502,6.7467,0.9502s4.99542-0.34973,6.7467-0.9502
c1.41461-0.48499,2.16711-1.05823,2.24628-1.41742L46,30.57159v-2.1261c-1.02332,0.51831-2.39062,0.91528-3.98682,1.17828
L41.44122,29.711c-0.09692,0.01361-0.19452,0.02667-0.29285,0.03943l-0.59839,0.07025
c-0.30328,0.03235-0.61267,0.0603-0.92749,0.08405l-0.63672,0.0415l-0.65009,0.02979
c-0.10938,0.00397-0.2193,0.00751-0.32971,0.0105l-0.66797,0.01196L37,30c-0.1131,0-0.22577-0.00049-0.33801-0.00153
l-0.66797-0.01196c-0.11041-0.00299-0.22034-0.00653-0.32971-0.0105l-0.65009-0.02979l-0.63672-0.0415
c-0.31482-0.02374-0.62421-0.0517-0.92749-0.08405l-0.59839-0.07025c-0.19659-0.02533-0.39044-0.05255-0.58112-0.0816
l-0.56268-0.09271C30.23108,29.31378,28.96307,28.93341,28,28.4455V30.57159z M28,35.57159c0,0.35248,0.75549,0.9649,2.2533,1.47852
c1.75128,0.60046,4.16272,0.9502,6.7467,0.9502s4.99542-0.34973,6.7467-0.9502c1.41461-0.48499,2.16711-1.05823,2.24628-1.41742
L46,35.57159v-2.32788c-1.16467,0.65546-2.77338,1.1449-4.65118,1.43835l-0.58014,0.08331
c-0.19598,0.0257-0.39459,0.04944-0.59558,0.07104l-0.61011,0.05847C38.7403,34.96448,37.88208,35.00031,37,35.00031
s-1.7403-0.03583-2.56299-0.10541l-0.61011-0.05847c-0.20099-0.02161-0.3996-0.04535-0.59558-0.07104l-0.58014-0.08331
c-1.87781-0.29346-3.48651-0.7829-4.65118-1.43835V35.57159z M28,40.57159c0,0.35248,0.75549,0.9649,2.2533,1.47852
c1.75128,0.60046,4.16272,0.9502,6.7467,0.9502s4.99542-0.34973,6.7467-0.9502c1.41461-0.48499,2.16711-1.05823,2.24628-1.41742
L46,40.57159v-2.32788c-1.16467,0.65546-2.77338,1.1449-4.65118,1.43835l-0.58014,0.08331
c-0.19598,0.0257-0.39459,0.04944-0.59558,0.07104l-0.61011,0.05847C38.7403,39.96448,37.88208,40.00031,37,40.00031
s-1.7403-0.03583-2.56299-0.10541l-0.61011-0.05847c-0.20099-0.02161-0.3996-0.04535-0.59558-0.07104l-0.58014-0.08331
c-1.87781-0.29346-3.48651-0.7829-4.65118-1.43835V40.57159z M32,57.2431c-1.16467,0.65552-2.77338,1.1449-4.65118,1.43842
l-0.58014,0.08325c-0.19598,0.02582-0.39459,0.04944-0.59558,0.07104l-0.61011,0.05847
C24.7403,58.96399,23.88208,58.99982,23,58.99982s-1.7403-0.03583-2.56299-0.10553l-0.61011-0.05847
c-0.20099-0.02161-0.3996-0.04523-0.59558-0.07104l-0.58014-0.08325C16.77338,58.388,15.16467,57.89862,14,57.2431v2.32812
c0,0.35248,0.75549,0.96484,2.2533,1.47845c1.75128,0.60052,4.16272,0.9502,6.7467,0.9502s4.99542-0.34967,6.7467-0.9502
c1.41461-0.48499,2.16711-1.05817,2.24628-1.41736L32,59.57123V57.2431z M32,52.4455
c-1.02332,0.51831-2.39062,0.91528-3.98682,1.17828L27.44122,53.711c-0.09692,0.01361-0.19452,0.02667-0.29285,0.03943
l-0.59839,0.07025c-0.30328,0.03235-0.61267,0.0603-0.92749,0.08392l-0.63672,0.04163l-0.65009,0.02979
c-0.10938,0.00397-0.2193,0.00751-0.32971,0.0105l-0.66797,0.01196L23,54c-0.1131,0-0.22577-0.00049-0.33801-0.00153
l-0.66797-0.01196c-0.11041-0.00299-0.22034-0.00653-0.32971-0.0105l-0.65009-0.02979L20.3775,53.9046
c-0.31482-0.02362-0.62421-0.05157-0.92749-0.08392l-0.59839-0.07025c-0.19659-0.02533-0.39044-0.05255-0.58112-0.0816
l-0.56268-0.09271C16.23108,53.31378,14.96307,52.93341,14,52.4455v2.12549c0,0.3526,0.75549,0.96503,2.2533,1.47852
c1.75128,0.60052,4.16272,0.9502,6.7467,0.9502s4.99542-0.34967,6.7467-0.9502c1.41461-0.48499,2.16711-1.05823,2.24628-1.41742
L32,54.57098V52.4455z M32,50.00043c0-0.16315-0.1767-0.34515-0.50122-0.53125c-1.11816-0.23871-2.11237-0.55426-2.93726-0.93896
c-0.03821-0.00781-0.07672-0.0155-0.11542-0.02313l-0.49103-0.09131c-0.0838-0.01465-0.16858-0.02905-0.25427-0.04309
l-0.52533-0.08069l-0.54626-0.07257l-0.56561-0.0636l-0.58337-0.05396c-0.19733-0.0163-0.39722-0.03076-0.59961-0.0434
l-0.61432-0.03186l-0.62738-0.01984C23.4278,48.00232,23.21472,48,23,48l-0.3208,0.00171
c-0.10651,0.0011-0.21252,0.00281-0.31812,0.00507l-0.62738,0.01984l-0.61432,0.03186
c-0.20239,0.01263-0.40228,0.0271-0.59961,0.0434l-0.58337,0.05396l-0.56561,0.0636l-0.54626,0.07257
c-0.08929,0.01282-0.1778,0.02588-0.26544,0.03943l-0.51416,0.08435l-0.49103,0.09131
c-0.15961,0.03149-0.315,0.06403-0.46606,0.09741l-0.43976,0.1026c-0.07086,0.01752-0.14075,0.03522-0.20935,0.05298
l-0.39703,0.10901c-0.12738,0.03693-0.24982,0.07434-0.36676,0.11212l-0.33472,0.11462
c-0.10608,0.03845-0.2066,0.07715-0.30133,0.11609l-0.26617,0.11688C14.27643,49.56281,14,49.79651,14,50.00043
c0,0.20386,0.27643,0.4375,0.77271,0.67145l0.26617,0.11694c0.14203,0.05835,0.29712,0.11639,0.4646,0.17371l0.35089,0.11346
c0.06116,0.01874,0.12366,0.03723,0.18732,0.05573l0.39703,0.10901c0.13727,0.03558,0.2793,0.07068,0.4259,0.10486l0.45306,0.1001
c0.0777,0.01624,0.15643,0.03223,0.23621,0.04803l0.49103,0.09131c0.0838,0.01459,0.16858,0.02899,0.25427,0.04309l0.52533,0.08069
l0.54626,0.07251l0.56561,0.06366l0.58337,0.05396c0.19733,0.01617,0.39722,0.0307,0.59961,0.04327l0.61432,0.03198l0.62738,0.01984
C22.5722,51.99841,22.78528,52.00079,23,52.00079s0.4278-0.00238,0.63892-0.00677l0.62738-0.01984l0.61432-0.03198
c0.20239-0.01257,0.40228-0.0271,0.59961-0.04327l0.58337-0.05396l0.56561-0.06366l0.54626-0.07251
c0.08929-0.01282,0.1778-0.026,0.26544-0.03943l0.51416-0.08435l0.49103-0.09131c0.15961-0.03149,0.315-0.06403,0.46613-0.09741
l0.4397-0.1026c0.07086-0.01752,0.14075-0.03522,0.20935-0.05298l0.39703-0.10901c0.12738-0.03693,0.24982-0.07434,0.36676-0.11224
l0.33472-0.1145c0.10614-0.03845,0.2066-0.07727,0.30133-0.11615l0.26617-0.11694C31.72357,50.43793,32,50.20428,32,50.00043z
M43.4115,57.12689c-0.22949-0.85272-0.36737-1.7428-0.40253-2.6593C41.23499,54.79791,38.9505,55,36.98999,55
c-1.02917,0-2.03839-0.0575-3.00421-0.16913l0.00311,0.01923l0.00269,0.01941l0.00171,0.01349L34,54.99957v2.60565
c0.94177,0.1156,1.9342,0.17548,2.94989,0.17548C39.15112,57.7807,41.8479,57.51251,43.4115,57.12689z M44.06012,49.06067
c-0.81262,0.25812-1.72479,0.46631-2.7113,0.62054l-0.58014,0.08331c-0.19598,0.0257-0.39459,0.04938-0.59558,0.07098
l-0.61011,0.05847C38.7403,49.96362,37.88208,49.99951,37,49.99951s-1.7403-0.03589-2.56299-0.10553l-0.44263-0.04236
C33.99811,49.90039,34,49.94958,34,49.99921v2.59381c0.9538,0.11865,1.96002,0.1803,2.98999,0.1803
c2.0354,0,4.46112-0.2337,6.14703-0.5929C43.30359,51.08478,43.61829,50.0379,44.06012,49.06067z M45.99298,45.63177L46,45.57068
v-2.32697c-1.16467,0.65546-2.77338,1.1449-4.65118,1.43835l-0.58014,0.08331c-0.19598,0.0257-0.39459,0.04944-0.59558,0.07104
l-0.61011,0.05847C38.7403,44.96448,37.88208,45.00031,37,45.00031s-1.7403-0.03583-2.56299-0.10541l-0.61011-0.05847
c-0.20099-0.02161-0.3996-0.04535-0.59558-0.07104l-0.58014-0.08331c-1.87781-0.29346-3.48651-0.7829-4.65118-1.43835v2.32697
c0,0.25201,0.38599,0.63684,1.15338,1.02344c1.05652,0.23511,1.98114,0.53729,2.73169,0.90179
C33.38123,47.8194,35.14618,47.99939,37,47.99939c2.58398,0,4.99542-0.34967,6.7467-0.9502
C45.16132,46.56421,45.91382,45.99103,45.99298,45.63177z M65,53.99957c0-5.52295-4.47711-10.00037-10-10.00037
c-5.52283,0-10,4.47742-10,10.00037c0,5.52301,4.47717,10.00031,10,10.00031C60.52289,63.99988,65,59.52258,65,53.99957z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,91 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M6,14c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S6.5514,14,6,14z M59,73c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S59.5514,73,59,73z M63,9c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
C64,8.5514,63.5514,9,63,9z M75,51c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,51,75,51z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M29.5999,20.2c-0.4418-0.3314-1.0686-0.2418-1.4,0.2c-0.644,0.8588-1.6002,1.8045-2.8667,2.8341L24.81,23.6504
c-0.0899,0.0701-0.1812,0.1406-0.274,0.2115l-0.5727,0.4296c-0.0982,0.0724-0.1978,0.1451-0.2988,0.2181l-0.6222,0.4429
l-0.6553,0.4516c-0.112,0.076-0.2253,0.1523-0.34,0.229l-0.7048,0.4647l-0.7376,0.4733c-0.1257,0.0796-0.2528,0.1595-0.3812,0.2398
l-0.787,0.4862c-0.1339,0.0817-0.2692,0.1638-0.4058,0.2463l-0.8363,0.4989l-0.8691,0.5074l-0.902,0.5158l-0.9347,0.5241
l-0.9674,0.5325c-0.4849,0.2645-0.6635,0.8719-0.3991,1.3568c0.2645,0.4848,0.8719,0.6635,1.3568,0.399
c0.1694-0.0924,0.3373-0.1844,0.5039-0.2761l0.9828-0.5461l0.9495-0.5378l0.9161-0.5298c0.1499-0.0876,0.2985-0.1749,0.4456-0.2618
l0.8662-0.5176l0.8329-0.5096l0.7997-0.5016l0.7665-0.4936l0.7332-0.4858c0.4778-0.3212,0.9335-0.6372,1.3672-0.9481l0.6339-0.4624
c0.3086-0.2292,0.6049-0.4556,0.8888-0.6791l0.5512-0.4432c1.3368-1.0985,2.3641-2.1259,3.0836-3.0853
C30.1313,21.1582,30.0418,20.5314,29.5999,20.2z M54.9999,32h-8c-0.5522,0-1,0.4477-1,1v4.3902c0,3.1622,2.1963,5.9,5.2831,6.586
c0.4404,0.0978,0.8932,0.1269,1.3425,0.086c2.4015-0.2183,4.1713-2.3421,3.953-4.7436l-0.5827-6.4091
C55.949,32.3944,55.5172,32,54.9999,32z M47.9999,34h6.087l0.4998,5.4997c0.1183,1.3015-0.8408,2.4524-2.1423,2.5707
c-0.2434,0.0222-0.4889,0.0064-0.7275-0.0466l-0.2151-0.053c-2.058-0.5583-3.5019-2.43-3.5019-4.5806V34z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M36.1352,20.0092L36.0026,20c-0.2643-0.0007-0.5202,0.1035-0.7096,0.2929
c-0.0615,0.0615-0.1247,0.1239-0.1896,0.1872l-0.4098,0.3911l-0.4503,0.4124c-0.1567,0.141-0.3202,0.2854-0.4902,0.433
l-0.5297,0.4528l-0.5687,0.4716c-0.098,0.0801-0.1977,0.161-0.2989,0.2426l-0.6264,0.4985l-0.6641,0.5152
c-0.2277,0.1745-0.4616,0.3516-0.7016,0.5313l-0.7384,0.5465c-0.1261,0.0922-0.2537,0.1851-0.3829,0.2786l-0.7928,0.5677
l-0.8284,0.5807c-0.141,0.0979-0.2835,0.1962-0.4275,0.2951l-0.881,0.5988l-0.9156,0.6099l-0.9495,0.6201
c-0.3221,0.2083-0.6499,0.4182-0.9831,0.6295l-0.1932,0.1219l-1.0962,0.675l-0.7617,0.4571l-1.4425,0.8485l-2.0163,1.1613
l-2.3274,1.317l-3.108,1.7331l-3.00022,1.6539c-0.47114,0.2586-0.65369,0.8432-0.41335,1.3239l2.99997,6l0.0825,0.155
c0.7008,1.244,2.3968,2.5862,5.1248,4.112l0.7035,0.3854c0.2416,0.1297,0.4905,0.2608,0.7466,0.3933l0.5741,0.2919l0.571,2.8552
L19.75,52.8018c-1.8858,2.0015-1.1698,4.0435,1.8492,5.3644c0.5146,0.2251,1.1069,0.4404,1.7772,0.646l0.5936,0.1739
c0.3065,0.0858,0.6272,0.1698,0.9624,0.2521l0.6895,0.1622l0.7279,0.1576l0.7664,0.1531c0.131,0.0251,0.2635,0.05,0.3977,0.0748
l0.8242,0.1462l0.8629,0.1417l0.9016,0.1372l0.9403,0.1328l0.9791,0.1283l1.0179,0.124l1.0569,0.1196l1.0958,0.1153l1.1349,0.111
l1.1832,0.1075L38.7,61.1497l1.1717,0.0907l1.154,0.0812l1.1359,0.072l1.1175,0.0627l1.0988,0.0535l1.0799,0.0444l1.0607,0.0353
l1.0412,0.0264l1.0214,0.0175l1.0014,0.0086c0.1652,0.0007,0.3296,0.0011,0.4931,0.001l1.4484-0.0099
c0.1583-0.0022,0.3158-0.0047,0.4723-0.0076l0.929-0.0217l0.9076-0.0302l0.8861-0.0386l0.8641-0.047
c0.1422-0.0085,0.2835-0.0173,0.4238-0.0266l0.8308-0.0593l0.8082-0.0676l0.7853-0.0757l0.7622-0.0837l0.7388-0.0916
c0.1211-0.016,0.2413-0.0322,0.3605-0.0488l0.7031-0.1035c0.0746-0.0116,0.1489-0.0234,0.2227-0.0352l0.1198-0.0195l0.6668-0.1151
l0.6422-0.1229c0.5249-0.1055,1.024-0.2189,1.4964-0.3401l0.5541-0.1491c3.4278-0.9679,5.3023-2.3783,5.3023-4.1493
c0-2.5614-2.3189-4.4937-6.6838-5.9487c-0.524-0.1746-1.0903,0.1085-1.2649,0.6325c-0.1747,0.5239,0.1085,1.0902,0.6324,1.2649
c3.6351,1.2117,5.3163,2.6127,5.3163,4.0513c0,0.3116-0.4062,0.7805-1.3707,1.2863c-1.2217,0.6406-3.0998,1.195-5.5437,1.6023
c-1.6987,0.2831-3.6237,0.4898-5.7605,0.6156l-1.086,0.0561c-2.0232,0.0905-4.2223,0.1122-6.5863,0.0618l-1.3057-0.0347
l-1.3381-0.0491c-0.2256-0.0094-0.4527-0.0194-0.681-0.03l-1.3857-0.0711c-0.4671-0.0261-0.9395-0.0547-1.417-0.0858l-1.4479-0.1007
c-0.2439-0.018-0.489-0.0367-0.7354-0.056l-1.4935-0.1233l-0.758-0.0673l-1.1226-0.1058l-1.0842-0.1099L33.33,58.6161
l-0.9876-0.1198l-0.9489-0.1237l-0.9101-0.1276l-0.8713-0.1315l-0.8324-0.1353l-0.7935-0.1391l-0.7545-0.1428l-0.7154-0.1467
L25.84,57.3993l-0.6372-0.154l-0.5979-0.1576c-0.8675-0.2393-1.6025-0.4907-2.204-0.7539c-0.0634-0.0277-0.1248-0.055-0.1845-0.082
l-0.3357-0.1585c-1.3594-0.672-1.4862-1.1649-0.5909-2.0155l0.1288-0.1163l37.6693-3.9652c0.0434-0.0039,0.087-0.0107,0.1306-0.0204
l0.0015-0.0003c0.0986-0.0221,0.191-0.0584,0.2754-0.1066c0.129-0.0735,0.2379-0.1738,0.3212-0.2917
c0.0858-0.1212,0.1449-0.2617,0.17-0.4124c0.0183-0.1087,0.0186-0.222-0.0012-0.3358c-0.0051-0.0298-0.0116-0.059-0.0192-0.0878
c-0.6229-2.502-0.6215-4.9967,0.004-7.4988c0.1339-0.5358-0.1918-1.0787-0.7276-1.2126c-0.5358-0.134-1.0787,0.1918-1.2127,0.7276
c-0.6131,2.4525-0.6941,4.9106-0.243,7.3647l-35.985,3.7879l-0.4216-2.1081c8.2608-1.2363,16.8245-2.1712,25.691-2.8045
c0.5509-0.0394,0.9656-0.5179,0.9262-1.0687c-0.0393-0.5509-0.5178-0.9656-1.0687-0.9263
c-8.9517,0.6395-17.5988,1.5847-25.9412,2.836l-0.0026-0.0126c-0.0124-0.0705-0.0325-0.1403-0.0606-0.208
c-0.0278-0.0675-0.0626-0.1308-0.1033-0.1892c-0.9692-1.4724-0.5265-3.3033,1.3966-5.4665l0.3172-0.3456
c0.1099-0.1161,0.2239-0.2332,0.3421-0.3511l0.3669-0.3567l0.392-0.3621l0.4169-0.3677l0.4421-0.373l0.4672-0.3785l0.4924-0.3839
c0.0842-0.0644,0.1694-0.1291,0.2557-0.194l0.5304-0.3919c0.0905-0.0658,0.1821-0.1318,0.2747-0.198l0.5684-0.3999l0.5939-0.4053
l0.6194-0.4105c0.1054-0.0689,0.2118-0.138,0.3193-0.2073l0.6578-0.4184l0.6835-0.4236l0.7092-0.4289l0.735-0.434l0.7609-0.4391
l0.7867-0.4443l0.8128-0.4494l0.8387-0.4545l0.8649-0.4596c9.5652-5.0343,17.9854-4.7677,22.8513-0.9095
c0.4327,0.3432,1.0617,0.2705,1.4048-0.1622c0.3432-0.4328,0.2705-1.0618-0.1622-1.4049
c-5.5275-4.3829-14.7974-4.6764-25.0254,0.7068l-0.8772,0.4661l-0.8535,0.4624l-0.8297,0.4588l-0.8058,0.4551l-0.782,0.4515
l-0.7579,0.4479l-0.734,0.4443l-0.7099,0.4408l-0.6858,0.4372l-0.6616,0.4336c-0.1083,0.072-0.2155,0.1439-0.3218,0.2156
l-0.6253,0.4284l-0.601,0.4249c-0.0982,0.0705-0.1953,0.1409-0.2914,0.2112l-0.5646,0.4197l-0.5401,0.4163
c-4.3914,3.4488-6.2452,6.5432-5.4339,9.3322l-0.0421-0.023c-0.1028-0.0571-0.2039-0.1139-0.3033-0.1702l-0.5763-0.3337
l-0.5359-0.3241l-0.4954-0.3145c-0.1583-0.1031-0.3099-0.2046-0.4546-0.3044l-0.4138-0.2941
c-0.9179-0.6739-1.5012-1.261-1.7429-1.7443l-2.5704-5.1398l3.6521-2.0207l1.344-0.7514l2.8169-1.5938l1.7389-1.0018l1.5115-0.8881
l1.0455-0.6288l0.9002-0.5562l0.7085-0.4502c0.1673-0.1071,0.3332-0.2139,0.4977-0.3203l0.9703-0.6338l0.9362-0.6239
c0.3063-0.2062,0.6069-0.4106,0.9016-0.6132l0.8666-0.6016c0.1415-0.0993,0.2815-0.198,0.4201-0.2963l0.8132-0.5828
c0.1325-0.096,0.2635-0.1915,0.393-0.2864l0.7587-0.5621l0.7217-0.5474l0.6843-0.5317c0.1109-0.0873,0.2203-0.1738,0.328-0.2597
l0.6273-0.5068c0.1013-0.083,0.2011-0.1652,0.2992-0.2467l0.5691-0.4799l0.5299-0.461c0.34-0.3009,0.6534-0.5885,0.9397-0.862
l0.0518-0.0514l1.3546,0.1761l1.8875,0.235c0.7068,0.0862,1.4277,0.172,2.1593,0.2569l2.2232,0.2512l1.1293,0.1222
c2.2035,0.2349,4.3404,0.4411,6.3687,0.6105l1.1252,0.0911l1.6223,0.1203l1.0368,0.069l1.0002,0.0599l0.9629,0.0505l0.9249,0.0411
l0.8861,0.0314l0.8467,0.0215l0.8066,0.0116c0.131,0.0011,0.2604,0.0017,0.388,0.002l0.745-0.0038l0.7031-0.0142
c0.1136-0.0032,0.2255-0.0069,0.3356-0.011l0.6389-0.0302l0.3031-0.0191l-1.732,10.391l-1.7731,1.7749l-0.0832,0.0942
c-0.3051,0.3923-0.2773,0.9595,0.0832,1.32c0.3905,0.3905,1.0236,0.3905,1.4142,0l2-2l0.0823-0.0933
c0.1016-0.1306,0.1695-0.2849,0.197-0.4494l2-12c0.1112-0.6672-0.45831-1.25-1.12791-1.1543
c-0.4323,0.0617-0.9328,0.1084-1.4976,0.1406l-0.5862,0.0274c-0.1012,0.0038-0.2041,0.0071-0.3088,0.0101l-0.6489,0.0131
l-0.6896,0.0039l-0.7296-0.0055l-0.7686-0.0144l-0.8068-0.0235l-0.8442-0.0322l-0.8807-0.041L55.71,22.0112l-0.9682-0.0621
L53.74,21.8787l-1.5637-0.1206l-1.5521-0.1313c-1.0238-0.09-2.0732-0.1889-3.143-0.2956l-2.1652-0.2235
c-1.5035-0.1603-2.9849-0.3282-4.4172-0.4987l-2.1084-0.2569l-0.833-0.1049L36.1352,20.0092z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.4 KiB

View file

@ -0,0 +1,86 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M59,76c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S59.5514,76,59,76z M67,8c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C68,7.5514,67.5514,8,67,8z M8,14c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S8.5514,14,8,14z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M31,32c0-0.5523-0.4477-1-1-1s-1,0.4477-1,1s0.4477,1,1,1S31,32.5523,31,32z M25.684,33.2703
c-0.4123-0.3881-1.0791-0.3583-1.4522,0.0895l-5,6l-0.0679,0.0908C18.7319,40.099,19.1907,41,20,41h6l0.1166-0.0067
C26.614,40.9355,27,40.5128,27,40l-0.0067-0.1166C26.9355,39.386,26.5128,39,26,39h-3.865L25,35.562l1.7596,2.1115l0.0863,0.0914
c0.363,0.3393,0.9304,0.363,1.3221,0.0367c0.4243-0.3536,0.4816-0.9842,0.128-1.4084l-2.5278-3.0334L25.684,33.2703z
M34.5547,63.1679C34.3904,63.0584,34.1974,63,34,63H14l-0.1166,0.0067C13.386,63.0645,13,63.4872,13,64l0.0067,0.1166
C13.0645,64.614,13.4872,65,14,65h19.705l0.1001,0.0652C35.8457,66.3489,37.9148,67,40,67l0.3678-0.0068
c1.9608-0.072,3.9065-0.7198,5.8271-1.928L46.294,65H66l0.1166-0.0067C66.614,64.9355,67,64.5128,67,64c0-0.5523-0.4477-1-1-1H46
l-0.1177,0.007c-0.1558,0.0184-0.3056,0.0733-0.437,0.1609C43.6023,64.3966,41.7921,65,40,65S36.3977,64.3966,34.5547,63.1679z
M31.2929,37.2929c0.3605-0.3605,0.9277-0.3882,1.32-0.0832l0.0942,0.0832l2,2c0.3905,0.3905,0.3905,1.0237,0,1.4142
c-0.3605,0.3605-0.9277,0.3882-1.32,0.0832l-0.0942-0.0832L32,39.415l-1.2929,1.2921c-0.3605,0.3605-0.9277,0.3882-1.32,0.0832
l-0.0942-0.0832c-0.3605-0.3605-0.3882-0.9277-0.0832-1.32l0.0832-0.0942L31.2929,37.2929z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M59,24c0,0.55231-0.44769,1-1,1c-0.70807,0-1.5199,0.04993-2.43481,0.14972l-0.70551,0.08417
c-0.24158,0.03119-0.48956,0.06549-0.74408,0.10291l-0.78259,0.1217c-0.13361,0.02191-0.2688,0.04449-0.4057,0.06793
l-0.84021,0.14984l-0.8786,0.16864l-0.91687,0.1875l-0.95502,0.20618c-0.16241,0.03589-0.32642,0.07263-0.49188,0.11011
l-1.01233,0.2345l-1.05042,0.2533c-0.17828,0.0437-0.35809,0.08832-0.53949,0.13361
c-0.53577,0.13403-1.07867-0.19177-1.21259-0.7276c-0.13403-0.53577,0.19177-1.07867,0.7276-1.21259l1.09937-0.27008l1.0614-0.25085
c0.17371-0.04016,0.34595-0.07947,0.51642-0.1181l1.00452-0.22198l0.96649-0.2027l0.92859-0.18341l0.89093-0.16418
c0.43597-0.07727,0.85791-0.14728,1.26556-0.21008l0.79681-0.11603C55.71381,23.0976,56.95068,23,58,23
C58.55231,23,59,23.44769,59,24z M58,29c-1.04932,0-2.28619,0.0976-3.7124,0.29248l-0.79681,0.11603
c-0.40765,0.06281-0.82959,0.13281-1.26556,0.21008l-0.89093,0.16418l-0.92859,0.18341l-0.96649,0.2027l-1.00452,0.22198
c-0.17047,0.03864-0.34271,0.07794-0.51642,0.1181l-1.0614,0.25085l-1.09937,0.27008
c-0.53583,0.13391-0.86163,0.67682-0.7276,1.21259c0.13391,0.53583,0.67682,0.86163,1.21259,0.7276
c0.1814-0.04529,0.36121-0.0899,0.53949-0.13361l1.05042-0.2533l1.01233-0.2345c0.16547-0.03748,0.32947-0.07422,0.49188-0.11011
l0.95502-0.20618l0.91687-0.1875l0.8786-0.16864l0.84021-0.14984c0.1369-0.02344,0.27209-0.04602,0.4057-0.06793l0.78259-0.1217
c0.25452-0.03741,0.5025-0.07172,0.74408-0.10291l0.70551-0.08417C56.4801,31.04993,57.29193,31,58,31c0.55231,0,1-0.44769,1-1
S58.55231,29,58,29z M58,35c-1.04932,0-2.28619,0.0976-3.7124,0.29248l-0.79681,0.11603
c-0.40765,0.06281-0.82959,0.13281-1.26556,0.21008l-0.89093,0.16418l-0.92859,0.18341l-0.96649,0.2027l-1.00452,0.22198
c-0.17047,0.03864-0.34271,0.07794-0.51642,0.1181l-1.0614,0.25085l-1.09937,0.27008
c-0.53583,0.13391-0.86163,0.67682-0.7276,1.21259c0.13391,0.53583,0.67682,0.86163,1.21259,0.7276
c0.1814-0.04529,0.36121-0.0899,0.53949-0.13361l1.05042-0.2533l1.01233-0.2345c0.16547-0.03748,0.32947-0.07422,0.49188-0.11011
l0.95502-0.20618l0.91687-0.1875l0.8786-0.16864l0.84021-0.14984c0.1369-0.02344,0.27209-0.04602,0.4057-0.06793l0.78259-0.1217
c0.25452-0.03741,0.5025-0.07172,0.74408-0.10291l0.70551-0.08429C56.4801,37.04993,57.29193,37,58,37c0.55231,0,1-0.44769,1-1
S58.55231,35,58,35z M70,45l-0.11658,0.00671C69.38599,45.06451,69,45.48718,69,46v13h-7l-0.11658,0.00671
C61.38599,59.06451,61,59.48718,61,60c0,0.55231,0.44769,1,1,1h8l0.11658-0.00671C70.61401,60.93549,71,60.51282,71,60V46
l-0.00671-0.11658C70.93549,45.38599,70.51282,45,70,45z M10,51c0.55231,0,1-0.44769,1-1V32l-0.00671-0.11658
C10.93549,31.38599,10.51282,31,10,31c-0.55231,0-1,0.44769-1,1v18l0.00671,0.11658C9.06451,50.61401,9.48718,51,10,51z M71,21v19
l-0.00671,0.11658C70.93549,40.61401,70.51288,41,70,41l-0.11658-0.00671C69.38611,40.93549,69,40.51282,69,40l0.00098-18.65002
L67,18.84979V56c0,0.55231-0.44769,1-1,1c-0.22632,0-0.45142,0.00018-0.67511,0.00061l-1.97748,0.00922l-1.90582,0.02008
l-1.83411,0.03101l-1.76239,0.04199l-1.13489,0.034l-1.10303,0.03882l-1.07098,0.0437l-1.54651,0.07446l-1.47437,0.08539
l-0.94281,0.06293l-0.91071,0.06763l-0.8786,0.07245l-0.8465,0.07721l-0.81433,0.08203l-0.78204,0.08667l-0.74994,0.09149
l-0.71771,0.09631L44.18719,58.117l-0.65308,0.10571l-0.05963,0.01007c0.2533,0.18298,0.50494,0.38593,0.7547,0.6084L44.40198,59H54
c0.51282,0,0.93549,0.38599,0.99329,0.88342L55,60c0,0.51282-0.38599,0.93549-0.88342,0.99329L54,61H44
c-0.2652,0-0.51959-0.10541-0.70709-0.29291c-1.14789-1.14789-2.23102-1.6955-3.26001-1.70691
c-0.0097,0.00031-0.01941,0.00049-0.02911,0.00049h-0.0036c-0.0047,0-0.00928,0-0.01398-0.00006
c-0.00641-0.00012-0.01282-0.00018-0.01923-0.00043c-1.02899,0.01154-2.11206,0.55914-3.25989,1.70691
c-0.15631,0.15631-0.35901,0.25549-0.57568,0.28418L36,61H10c-0.51282,0-0.93549-0.38599-0.99329-0.88342L9,60v-4
c0-0.55231,0.44769-1,1-1c0.51282,0,0.93549,0.38599,0.99329,0.88342L11,56v3h24.59698l0.17383-0.15881
c0.24982-0.22247,0.5014-0.42542,0.7547-0.6084l-0.05963-0.01007L35.81281,58.117l-0.68549-0.10101l-0.71771-0.09631
l-0.74988-0.09149l-0.7821-0.08667l-0.81433-0.08203l-0.8465-0.07721l-0.8786-0.07245l-0.91071-0.06763l-0.94281-0.06293
l-1.47437-0.08539l-1.54651-0.07446l-1.07098-0.0437l-1.10303-0.03882l-1.13489-0.034l-1.76239-0.04199l-1.83411-0.03101
l-1.90582-0.02008l-1.97748-0.00922C14.45142,57.00018,14.22638,57,14,57c-0.55231,0-1-0.44769-1-1V18.84979l-2.00098,2.50018L11,26
c0,0.51282-0.38599,0.93549-0.88342,0.99329L10,27c-0.51282,0-0.93549-0.38599-0.99329-0.88342L9,26v-5
c0-0.1817,0.04944-0.35901,0.14185-0.51343l0.07727-0.11127l3.98181-4.97723c0.17035-0.2262,0.435-0.3783,0.73785-0.39685
C24.6889,14.34229,33.37683,15.62158,40,18.86542c6.62323-3.24384,15.3111-4.52313,26.06122-3.8642
c0.30249,0.01855,0.56689,0.17029,0.7373,0.39606l3.98236,4.97803l0.07733,0.11127C70.95062,20.64099,71,20.8183,71,21z
M39,20.60303l-0.31061-0.14801c-5.93561-2.78589-13.67438-3.97064-23.21857-3.53314L15,16.94501v38.05597l1.04572,0.0047
l1.99896,0.01733l1.92365,0.02899l1.2406,0.02588l1.20709,0.03113l1.74799,0.0564l1.1236,0.04407l1.09033,0.04944l1.05688,0.05457
l1.0235,0.05994l0.9903,0.06519l0.95697,0.07037l0.92383,0.07581l0.8905,0.08099l0.85742,0.0863l0.8241,0.09161l0.79095,0.09692
l0.75793,0.10217c0.1236,0.01752,0.24567,0.03522,0.36646,0.05322l0.70831,0.11017l0.67511,0.1156l0.64209,0.12091l0.60913,0.12628
L39,56.69397V20.60303z M65,16.94501l-0.47083-0.02313c-9.54419-0.4375-17.28296,0.74725-23.21857,3.53314L41,20.60303v36.09094
l0.54858-0.125l0.60913-0.12628l0.64209-0.12091l0.67511-0.1156l0.70831-0.11017c0.12079-0.01801,0.24286-0.03571,0.36646-0.05322
l0.75793-0.10217l0.79095-0.09692l0.82416-0.09161l0.85736-0.0863l0.8905-0.08099l0.92383-0.07581l0.95697-0.07037l0.9903-0.06519
l1.0235-0.05994l1.05695-0.05457l1.09027-0.04944l1.1236-0.04407l1.74799-0.0564l1.20709-0.03113l1.2406-0.02588l1.92365-0.02899
l1.99896-0.01733L65,55.00098V16.94501z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.7 KiB

View file

@ -0,0 +1,52 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M59,76c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S59.5514,76,59,76z M67,12c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S67.5514,12,67,12z M9,16c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S9.5514,16,9,16z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M37,23c0,0.51282-0.38599,0.93549-0.88342,0.99329L36,24H24c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L24,22h12C36.55231,22,37,22.44769,37,23z M40,46c0.55231,0,1-0.44769,1-1
s-0.44769-1-1-1l-0.09412-0.00342c-0.11938-0.00879-0.22668-0.0354-0.32196-0.08319C40.40363,43.66357,41,42.90149,41,42
c0-1.10461-0.89539-2-2-2s-2,0.89539-2,2C37,44.487,38.00861,46,40,46z M46,46c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1
l-0.09412-0.00342c-0.11938-0.00879-0.22668-0.0354-0.32196-0.08319C46.40363,43.66357,47,42.90149,47,42c0-1.10461-0.89539-2-2-2
s-2,0.89539-2,2C43,44.487,44.00861,46,46,46z M34,26H24l-0.11658,0.00671C23.38599,26.06451,23,26.48718,23,27
c0,0.55231,0.44769,1,1,1h10l0.11658-0.00671C34.61401,27.93549,35,27.51282,35,27C35,26.44769,34.55231,26,34,26z M30,30h-6
l-0.11658,0.00671C23.38599,30.06451,23,30.48718,23,31c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671
C30.61401,31.93549,31,31.51282,31,31C31,30.44769,30.55231,30,30,30z M56,50H38l-0.11658,0.00671
C37.38599,50.06451,37,50.48718,37,51c0,0.55231,0.44769,1,1,1h18l0.11658-0.00671C56.61401,51.93549,57,51.51282,57,51
C57,50.44769,56.55231,50,56,50z M52,54H38l-0.11658,0.00671C37.38599,54.06451,37,54.48718,37,55c0,0.55231,0.44769,1,1,1h14
l0.11658-0.00671C52.61401,55.93549,53,55.51282,53,55C53,54.44769,52.55231,54,52,54z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M23,45c0,0.51282-0.38599,0.93549-0.88342,0.99329L22,46h-8c-0.79138,0-1.2547-0.86652-0.8562-1.51727
l0.06281-0.09143l4.6134-6.01331l-0.05652-0.08362c-1.71271-2.61768-2.67731-5.66528-2.758-8.85809L15,29
c0-9.38879,7.61121-17,17-17c6.85413,0,12.2879,4.05713,14.92792,10.6272c0.20587,0.51239-0.0426,1.09479-0.55511,1.30072
c-0.51239,0.20587-1.09479-0.0426-1.30072-0.55511C42.72382,17.52869,37.99768,14,32,14c-8.2843,0-15,6.7157-15,15
c0,3.21582,1.01331,6.27618,2.86572,8.82007c0.23486,0.32251,0.25336,0.74951,0.05811,1.08813l-0.07312,0.10931L16.02698,44H22
c0.51282,0,0.93549,0.38599,0.99329,0.88342L23,45z M62.83209,60.44531l-0.07031-0.09332
c-0.32397-0.38177-0.88977-0.46851-1.31647-0.18408l-0.09332,0.07031c-0.38177,0.32397-0.46851,0.88977-0.18408,1.31647L64.13098,66
H47l-0.33069-0.00299C36.8808,65.82068,29,57.83069,29,48c0-9.9411,8.0589-18,18-18s18,8.0589,18,18
c0,2.81952-0.64807,5.54437-1.87659,8.01172c-0.24622,0.49438-0.04498,1.09467,0.4494,1.34088s1.09479,0.04492,1.34088-0.4494
C66.27942,54.1604,67,51.13062,67,48c0-11.04572-8.95428-20-20-20s-20,8.95428-20,20s8.95428,20,20,20h19l0.11182-0.00592
c0.73016-0.07837,1.14221-0.91589,0.72028-1.54877L62.83209,60.44531z M56,20c0.55139,0,1-0.44861,1-1s-0.44861-1-1-1
s-1,0.44861-1,1S55.44861,20,56,20z M60,20c0.55139,0,1-0.44861,1-1s-0.44861-1-1-1s-1,0.44861-1,1S59.44861,20,60,20z M64,20
c0.55139,0,1-0.44861,1-1s-0.44861-1-1-1s-1,0.44861-1,1S63.44861,20,64,20z M69,15v8c0,0.55231-0.44769,1-1,1h-3v3
c0,0.85217-0.98547,1.29742-1.6225,0.7832l-0.08459-0.07611L59.58502,24H52c-0.51282,0-0.93549-0.38599-0.99329-0.88342L51,23v-8
c0-0.55231,0.44769-1,1-1h16C68.55231,14,69,14.44769,69,15z M67,16H53v6h7c0.22101,0,0.43451,0.07318,0.60803,0.20612
l0.09906,0.08679L63,24.58502V23c0-0.51282,0.38599-0.93549,0.88342-0.99329L64,22h3V16z M16,58h-4l-0.11658,0.00671
C11.38599,58.06451,11,58.48718,11,59c0,0.55231,0.44769,1,1,1h4l0.11658-0.00671C16.61401,59.93549,17,59.51282,17,59
C17,58.44769,16.55231,58,16,58z M20,58c-0.55139,0-1,0.44861-1,1s0.44861,1,1,1s1-0.44861,1-1S20.55139,58,20,58z M24,58
c-0.55139,0-1,0.44861-1,1s0.44861,1,1,1s1-0.44861,1-1S24.55139,58,24,58z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -0,0 +1,79 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M16,73c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1c0.5514,0,1,0.4486,1,1S16.5514,73,16,73z M9,15
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S9.5514,15,9,15z M62,74c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S62.5514,74,62,74z M66,10c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C67,9.5514,66.5514,10,66,10z M78,52
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S78.5514,52,78,52z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M34.50659,68.7121c-5.53851,2.01581-11.54437-1.53088-17.73309-8.83771l-0.60931-0.73071
c-0.20331-0.24756-0.40668-0.49921-0.61041-0.7547c-2.25946-2.83459-4.38556-5.97028-6.31787-9.17535l-0.56158-0.94305
c-0.09058-0.15399-0.17963-0.3064-0.26715-0.45709L7.9007,46.9303l-0.60187-1.08142l-0.51752-0.96838
c-0.18579-0.36169-0.13403-0.79987,0.13092-1.1084c5.72687-6.66821,12.43524-10.74591,20.10217-12.20209
c0.5426-0.10309,1.06598,0.25317,1.16901,0.79578c0.10309,0.5426-0.25323,1.06604-0.79584,1.16913
c-6.86249,1.30341-12.91406,4.84528-18.17493,10.65216L8.8761,44.56262l0.30774,0.5639l0.22418,0.40387l0.47681,0.84222
l0.51385,0.88489c0.17743,0.30157,0.36084,0.60968,0.55005,0.9234c1.89056,3.13586,3.96948,6.20209,6.16895,8.96149
c0.19751,0.24768,0.39465,0.49139,0.59143,0.7309l0.58917,0.70599c5.68445,6.70422,11.0437,9.88422,15.52435,8.25342
c5.20929-1.896,7.78149-7.70331,7.59277-17.66913c-0.0105-0.55219,0.42871-1.0083,0.9809-1.0188
c0.55212-0.01038,1.0083,0.42871,1.01868,0.9809C43.6181,59.85028,40.68982,66.46161,34.50659,68.7121z M46.13171,54.328
c-0.55109-0.03522-1.02649,0.383-1.06171,0.9342c-0.25323,3.95911-1.13672,7.0426-2.6264,9.25909
c-0.30811,0.45837-0.18628,1.07971,0.27209,1.38782c0.45831,0.30811,1.07971,0.18616,1.38782-0.27209
c1.70886-2.54254,2.68829-5.961,2.9624-10.24725C47.10107,54.83868,46.68292,54.36328,46.13171,54.328z M26.39923,50.09717
c0.35498-0.4231,0.29974-1.05377-0.12335-1.40875c-2.96149-2.48505-7.37677-2.09869-9.86176,0.86279
c-0.35504,0.4231-0.2998,1.05377,0.12329,1.40881c0.42297,0.35498,1.05377,0.2998,1.40881-0.12323
c1.77496-2.11542,4.92877-2.3913,7.04407-0.61627C25.41339,50.5755,26.04419,50.52032,26.39923,50.09717z M31.56073,32.81952
c0.51886-0.1889,0.7865-0.7627,0.5976-1.28174c-0.1889-0.51898-0.7627-0.78656-1.28174-0.59766
c-0.51898,0.1889-0.7865,0.7627-0.59766,1.28168S31.04169,33.00842,31.56073,32.81952z M29.97357,48.7962
c0.54395,0.09589,1.06262-0.26721,1.15851-0.8111c0.47949-2.71948,3.07281-4.53534,5.7923-4.05579
c0.54395,0.09589,1.0625-0.26733,1.15845-0.81122c0.09589-0.54388-0.26733-1.0625-0.8111-1.15839
c-3.80731-0.67145-7.43793,1.87079-8.10925,5.6781C29.06659,48.1817,29.42969,48.70032,29.97357,48.7962z M25.86688,59.13312
c3.34814,1.93298,7.62921,0.78589,9.56219-2.56219c0.27612-0.47833,0.1123-1.0899-0.36597-1.36603
c-0.47833-0.27612-1.0899-0.1123-1.36609,0.36603c-1.38074,2.39148-4.4386,3.21088-6.83014,1.8302
c-0.47827-0.27625-1.0899-0.1123-1.36597,0.36597C25.22473,58.24542,25.38861,58.85699,25.86688,59.13312z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M72.6358,26.70007l-0.57971,1.0451l-0.57556,1.01685l-0.57166,0.98877l-0.56769,0.96082l-0.56421,0.93298
l-0.56055,0.90521l-0.55725,0.87769l-0.55408,0.85022c-0.0921,0.13947-0.18402,0.27771-0.27582,0.41492l-0.5495,0.80927
c-0.18268,0.2652-0.36487,0.52588-0.54669,0.7821l-0.54401,0.755c-0.90448,1.23608-1.79828,2.35999-2.68481,3.37439
l-0.53094,0.59552c-5.74335,6.30969-11.19794,8.01398-17.2207,5.8219c-5.56372-2.02502-7.96021-8.49341-8.10193-17.87042
l-0.00671-0.9317c0.00024-0.3136,0.00281-0.63031,0.00769-0.95007c0.05463-3.54901,0.40485-7.23669,0.94922-10.85254
c0.0545-0.36139,0.1098-0.71466,0.16559-1.05927l0.16925-1.00732l0.17078-0.95135l0.13708-0.7196l0.21613-1.05103
c0.08997-0.40308,0.41858-0.70941,0.82697-0.771c9.7179-1.46417,18.31622,0.2666,25.74524,5.19672
c0.46021,0.30536,0.58569,0.92596,0.28027,1.38617c-0.30542,0.46008-0.92596,0.58563-1.38617,0.28021
c-6.71185-4.4541-14.42792-6.1366-23.1922-5.0437l-0.46362,0.06018l-0.19739,1.02771l-0.16693,0.92932l-0.16528,0.98456
c-0.05463,0.33704-0.1087,0.68262-0.16199,1.03625c-0.5321,3.53369-0.87408,7.13525-0.92719,10.58545
c-0.14783,9.60675,1.94879,16.08173,6.78528,17.84204c5.07428,1.84686,9.77509,0.44507,14.87897-5.06891l0.4873-0.5376
l0.49005-0.56262l0.49255-0.58777l0.49554-0.61322l0.4986-0.63879l0.50177-0.66443c0.08392-0.11285,0.16791-0.22681,0.25214-0.34186
l0.50677-0.70331l0.51038-0.72931c0.08533-0.12378,0.1709-0.2486,0.25653-0.37457l0.51599-0.76886l0.5199-0.79535l0.52399-0.82214
c0.08771-0.13916,0.17554-0.2796,0.26361-0.42108l0.5304-0.86237l0.53479-0.88953l0.53943-0.91681
c0.09027-0.15509,0.18079-0.31128,0.27148-0.46869l0.54663-0.95801l0.55157-0.98572
c0.09229-0.16656,0.18488-0.33429,0.27771-0.50317c0.26587-0.48413,0.87378-0.66101,1.35791-0.39508
C72.72479,25.60809,72.90173,26.216,72.6358,26.70007z M35.86963,13.64929c-0.54285-0.1015-1.06525,0.25641-1.16663,0.79932
l-0.04651,0.25897l-0.22211,1.37292l-0.13129,0.90009l-0.06592,0.47913c-0.31348,2.3241-0.55969,4.80548-0.6955,7.34418
c-0.02948,0.55151,0.39374,1.02252,0.94519,1.052c0.55151,0.02948,1.02252-0.39368,1.052-0.94519
c0.13275-2.4812,0.37372-4.90991,0.6803-7.18359l0.1286-0.91663c0.0213-0.1463,0.0426-0.28937,0.06384-0.42908l0.12537-0.79694
l0.1319-0.76849C36.77039,14.27307,36.41248,13.75067,35.86963,13.64929z M50.70178,25.98511
c0.09595,0.54388,0.6145,0.90698,1.15845,0.8111c0.54388-0.09589,0.90704-0.6145,0.81116-1.15839
c-0.67126-3.80731-4.30188-6.34955-8.10919-5.67822c-0.54388,0.09601-0.9071,0.61462-0.81122,1.15851
c0.09595,0.54388,0.61462,0.9071,1.15851,0.81122C47.62903,21.44971,50.22229,23.26562,50.70178,25.98511z M68.3587,20.0752
c0.51898,0.1889,1.09277-0.07867,1.28168-0.59772c0.1889-0.51886-0.07867-1.09277-0.5976-1.28168
c-0.51898-0.1889-1.0929,0.07867-1.28168,0.59772C67.5722,19.3125,67.83972,19.88629,68.3587,20.0752z M56.84351,28.22052
c2.11542-1.77502,5.26923-1.49915,7.04419,0.61627c0.35498,0.42303,0.98572,0.47821,1.40881,0.12323
c0.4231-0.35504,0.47827-0.98572,0.12329-1.40881c-2.48511-2.96149-6.90027-3.34784-9.86188-0.86279
c-0.42303,0.35498-0.47821,0.98566-0.12323,1.40881C55.78967,28.52032,56.42041,28.5755,56.84351,28.22052z M54.61627,37.55969
c0.51904-0.1889,0.78662-0.7627,0.59772-1.28168c-0.1889-0.51904-0.7627-0.78662-1.28168-0.59772
c-2.59491,0.94452-5.46411-0.39349-6.40863-2.9884c-0.1889-0.51892-0.7627-0.7865-1.28168-0.5976s-0.78662,0.7627-0.59772,1.28168
C46.96661,37.00879,50.98352,38.8819,54.61627,37.55969z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -0,0 +1,59 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M61,74c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S61.5514,74,61,74z M69,10c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C70,9.5514,69.5514,10,69,10z M11,14c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S11.5514,14,11,14z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M37.83032,25.4425l-5.97424-9.95703c-0.3656-0.60925-1.21808-0.64508-1.64099-0.10748l-0.07397,0.10748l-6,10
C24.03418,25.6637,23.98932,25.86169,24,26.05463V46l0.00671,0.11658C24.06451,46.61401,24.48718,47,25,47c0.55231,0,1-0.44769,1-1
V26.2746l1.96503-3.27521C27.97662,22.99982,27.98828,23,28,23h6l0.03229-0.00189L35.23358,25H30.9986
c-0.51282,0-0.93549,0.38599-0.99329,0.88342L29.9986,26c0,0.51282,0.38611,0.93549,0.88342,0.99329L30.9986,27H36v19
l0.00671,0.11658C36.06451,46.61401,36.48718,47,37,47c0.55231,0,1-0.44769,1-1V26.01538
c0.00098-0.05817-0.00311-0.11688-0.01282-0.1756C37.96381,25.69452,37.90912,25.55969,37.83032,25.4425z M29.16449,21
l1.83411-3.05701L32.83319,21H29.16449z M31.99329,29.88342L32,30v16c0,0.55231-0.44769,1-1,1
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L30,46V30c0-0.55231,0.44769-1,1-1C31.51282,29,31.93549,29.38599,31.99329,29.88342z
M56.00018,46c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1l-0.00409-0.2782l-0.01227-0.31183l-0.02063-0.34546l-0.02869-0.37903
l-0.03693-0.41248l-0.04517-0.44611l-0.08301-0.73169l-0.06573-0.52954l-0.15576-1.15875l-0.1886-1.29175l-0.28192-1.8006
l-0.33289-2.00677l-0.30322-1.75317L52.16321,33h-6.32623l-0.27808,1.55463l-0.30322,1.75317l-0.33295,2.00677L44.81549,39H49
c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L49,41h-4.48828l-0.05939,0.40692l-0.15582,1.15875
l-0.06573,0.52954l-0.08307,0.73169l-0.0451,0.44611l-0.03693,0.41248l-0.02875,0.37903l-0.02051,0.34546l-0.01233,0.31183L44,46
c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1l0.00421-0.30042l0.01239-0.3327l0.03442-0.56018l0.07489-0.86078l0.078-0.73145
l0.0968-0.80499l0.1582-1.18829l0.19147-1.31989l0.16559-1.0766l0.24994-1.55133l0.35938-2.12598l0.24072-1.37543l0.34668-1.93146
c0.039-0.24353,0.16589-0.45764,0.34723-0.60883c0.1123-0.09357,0.24536-0.16309,0.3913-0.2005
c0.08557-0.02209,0.17511-0.0329,0.2663-0.03119h7.72571C53.5766,30.48907,54,29.53711,54,28
c0-1.07562-0.82123-2.8479-2.49451-5.21649l-0.30841-0.42932l-0.21509-0.28851l-0.38678-0.50385l-0.63519-0.80371l-0.56561-0.70142
l-0.45844-0.56073l-0.19696,0.20831c-3.07532,3.26923-4.6366,5.98724-4.73413,8.08771L44,28c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1
c0-2.99951,2.12213-6.53632,6.29291-10.70709c0.41669-0.41669,1.10162-0.38452,1.47742,0.0694l0.75885,0.92139l0.67102,0.82501
l0.5835,0.72882l0.64233,0.823l0.38025,0.5061l0.10754,0.14758C54.95959,24.15009,56,26.34088,56,28
c0,2.0257-0.62817,3.56158-1.8952,4.49371l0.22943,1.27826l0.24066,1.37543l0.35944,2.12598l0.24988,1.55133l0.16559,1.0766
l0.19153,1.31989l0.1582,1.18829l0.0968,0.80499l0.078,0.73145l0.07489,0.86078l0.0343,0.56018l0.01245,0.3327L56.00018,46z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M26,58c0,0.51282-0.38599,0.93549-0.88342,0.99329L25,59h-6c-2.68878,0-4.88177-2.12231-4.99542-4.78308L14,54
V24c0-2.68878,2.12231-4.88177,4.78308-4.99542L19,19h4c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L23,21
h-4c-1.59772,0-2.90369,1.2489-2.99487,2.82367L16,24v30c0,1.59772,1.2489,2.90369,2.82373,2.99487L19,57h6
C25.55231,57,26,57.44769,26,58z M66,24v30c0,2.68878-2.12231,4.88177-4.78308,4.99542L61,59H44.01642
c0.1416,4.14832,1.19537,6,2.98358,6h2c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L49,67H31
c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L31,65h2c1.78821,0,2.84198-1.85168,2.98358-6H31
c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L31,57h30c1.59772,0,2.90369-1.2489,2.99487-2.82373L64,54V24
c0-1.59772-1.2489-2.90369-2.82367-2.99487L61,21h-4c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L57,19h4
c2.68878,0,4.88177,2.12231,4.99542,4.78308L66,24z M43.40802,65c-0.8457-1.35321-1.30151-3.37329-1.39142-6h-4.0332
c-0.0899,2.62671-0.54572,4.64679-1.39142,6H43.40802z M59.11658,50.99329C59.61401,50.93549,60,50.51282,60,50
c0-0.55231-0.44769-1-1-1H21l-0.11658,0.00671C20.38599,49.06451,20,49.48718,20,50c0,0.55231,0.44769,1,1,1h38L59.11658,50.99329z
M39,53l-0.11658,0.00671C38.38599,53.06451,38,53.48718,38,54c0,0.55231,0.44769,1,1,1h2l0.11658-0.00671
C41.61401,54.93549,42,54.51282,42,54c0-0.55231-0.44769-1-1-1H39z M39,21h2l0.11658-0.00671C41.61401,20.93549,42,20.51282,42,20
c0-0.55231-0.44769-1-1-1h-2l-0.11658,0.00671C38.38599,19.06451,38,19.48718,38,20C38,20.55231,38.44769,21,39,21z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View file

@ -0,0 +1,77 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M59,76c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S59.5514,76,59,76z M67,12c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S67.5514,12,67,12z M9,16c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S9.5514,16,9,16z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M38,15c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1c0-2.34998,0.8454-4.04071,2.5528-4.89441
c0.49402-0.24701,1.0946-0.04681,1.34161,0.4472s0.04681,1.0946-0.4472,1.34161C38.48792,12.37408,38,13.34991,38,15z M65,52
h-2.58582l-0.1911-0.00763c-0.57037-0.04529-1.10846-0.29199-1.51599-0.69946c-0.2948-0.2948-0.37622-0.74133-0.20447-1.12122
C63.39673,43.77002,62.28149,40,57,40s-6.39673,3.77002-3.50262,10.17169c0.17175,0.37988,0.09033,0.82642-0.20447,1.12122
C52.84009,51.74561,52.22607,52,51.58582,52H49l-0.21692,0.00458C46.12329,52.1181,44.00159,54.30957,44,56.99701V66h-5
l-0.11658,0.00671C38.38599,66.06451,38,66.48718,38,67c0,0.55231,0.44769,1,1,1h6l0.11658-0.00671
C45.61401,67.93549,46,67.51282,46,67v-9h19l0.11658-0.00671C65.61401,57.93549,66,57.51282,66,57c0-0.55231-0.44769-1-1-1H46.17072
c0.4118-1.16522,1.52307-2,2.82928-2h2.58582l0.2334-0.00623c1.08569-0.05737,2.1153-0.5141,2.88788-1.28668
c0.88324-0.88318,1.12732-2.22107,0.61273-3.35931c-0.08673-0.19189-0.16949-0.37958-0.24841-0.56311l-0.22473-0.53796
C53.03778,43.77972,53.7973,42,57,42c3.2655,0,3.99103,1.85022,2.04388,6.51257l-0.23651,0.55054l-0.1272,0.28467
c-0.51459,1.13824-0.27045,2.47614,0.61273,3.35931C60.12073,53.53491,61.24353,54,62.41418,54H65l0.17633,0.00513
C66.7511,54.09631,68,55.40228,68,57v8l-0.00671,0.11658C67.93549,65.61401,67.51282,66,67,66h-1v-3l-0.00671-0.11658
C65.93549,62.38599,65.51282,62,65,62c-0.55231,0-1,0.44769-1,1v3h-8v-3l-0.00671-0.11658C55.93549,62.38599,55.51282,62,55,62
c-0.55231,0-1,0.44769-1,1v4l0.00671,0.11658C54.06451,67.61401,54.48718,68,55,68h12l0.17633-0.00513
C68.7511,67.90369,70,66.59772,70,65v-8l-0.00458-0.21692C69.88177,54.12231,67.68878,52,65,52z M29.4472,16.10559
c-0.49402-0.24701-1.0946-0.04681-1.34161,0.4472s-0.04681,1.0946,0.4472,1.34161C29.51208,18.37408,30,19.34991,30,21
c0,0.55231,0.44769,1,1,1s1-0.44769,1-1C32,18.65002,31.1546,16.95929,29.4472,16.10559z M33,66c-0.55139,0-1,0.44849-1,1
c0,0.55139,0.44861,1,1,1s1-0.44861,1-1C34,66.44849,33.55139,66,33,66z M71.00018,36c-2.51678,0-4.20197,1.68518-4.97009,4.75751
c-0.13397,0.53577,0.19183,1.07867,0.7276,1.21259c0.53583,0.13403,1.07874-0.19177,1.21271-0.7276
C68.53571,38.98138,69.51709,38,71.00018,38c0.55231,0,1-0.44769,1-1S71.55249,36,71.00018,36z M51,62c-0.55231,0-1,0.44769-1,1v4
l0.00671,0.11658C50.06451,67.61401,50.48718,68,51,68c0.55231,0,1-0.44769,1-1v-4l-0.00671-0.11658
C51.93549,62.38599,51.51282,62,51,62z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M62,27v4c0,0.51282-0.38599,0.93549-0.88342,0.99329L61,32h-3v3c0,0.55231-0.44769,1-1,1
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L56,35v-3H16v13c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342
L14,45V34.646l-0.07172,0.08392c-1.02496,1.21667-1.90289,2.36267-2.63647,3.4386l-0.38593,0.5799
c-2.84875,4.3927-3.18243,7.56079-1.19879,9.54449c1.54333,1.54327,4.54663,1.47632,8.974-0.29004l0.62701-0.25745
c0.10602-0.0448,0.21277-0.09045,0.32037-0.13702l0.65472-0.29071c0.11072-0.05029,0.22211-0.1015,0.33429-0.15369l0.68231-0.32397
l0.70081-0.34625c0.23657-0.1192,0.47632-0.242,0.71912-0.36859l0.73749-0.39099c0.12439-0.06702,0.24957-0.13501,0.37561-0.20392
l0.76489-0.42456l0.78326-0.44714l0.80164-0.46979c0.13507-0.08008,0.271-0.16119,0.40759-0.24329l0.82892-0.50372l0.84717-0.52625
l0.86542-0.54926c0.14569-0.09338,0.29218-0.18768,0.43951-0.28308l0.75665-0.49451C30.11688,41.10168,30,40.56451,30,40
c0-0.55231,0.44769-1,1-1s1,0.44769,1,1c0,1.10461,0.89539,2,2,2s2-0.89539,2-2s-0.89539-2-2-2c-0.55231,0-1-0.44769-1-1
s0.44769-1,1-1c2.20911,0,4,1.79089,4,4s-1.79089,4-4,4c-0.9176,0-1.76312-0.30902-2.43799-0.82861l-0.88312,0.57733
l-0.87018,0.55859l-0.85449,0.53766l-0.83875,0.51685c-0.13837,0.08441-0.27618,0.16791-0.41339,0.25061l-0.815,0.48535
l-0.79926,0.46454c-0.13196,0.07556-0.26324,0.15039-0.3938,0.2243l-0.77576,0.43286
c-0.12787,0.07043-0.25525,0.13989-0.3819,0.20862l-0.7522,0.40118c-0.12396,0.06519-0.24738,0.12939-0.37018,0.19269
l-0.72858,0.36963c-0.12024,0.05981-0.23975,0.11871-0.35852,0.17682l-0.7052,0.33771l-0.68951,0.31635
c-0.34088,0.15295-0.6759,0.29773-1.00507,0.43463l-0.65063,0.263c-5.14227,2.01862-8.79041,1.98016-10.98358-0.21301
c-2.9386-2.9386-2.38348-7.20862,1.41986-12.76019l0.43591-0.62213c0.07489-0.10449,0.15094-0.20947,0.22803-0.31494
l0.47589-0.63794c0.16302-0.21442,0.33051-0.43048,0.50238-0.64838l0.52893-0.65894l0.55536-0.66937
c0.28424-0.33728,0.57831-0.67859,0.88232-1.02368L13.6532,32H11c-0.51282,0-0.93549-0.38599-0.99329-0.88342L10,31v-4
c0-0.51282,0.38599-0.93549,0.88342-0.99329L11,26h12c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L23,28H12
v2h48v-2H29c-0.51282,0-0.93549-0.38599-0.99329-0.88342L28,27c0-0.51282,0.38599-0.93549,0.88342-0.99329L29,26h13.5462
l6.7005-7.65771c0.36371-0.41559,0.99542-0.4577,1.41107-0.09399c0.38593,0.33771,0.44983,0.90649,0.16583,1.31891l-0.07178,0.09222
L45.2038,26h5.32788l9.11603-10.9397l-2.59882-2.59833l-2.85101,3.25903c-0.33765,0.38599-0.90649,0.44989-1.31879,0.16577
l-0.09216-0.07166c-0.38605-0.33771-0.44995-0.90662-0.16583-1.31891l0.07172-0.09222l3.55469-4.0625
c0.35559-0.40637,0.96271-0.45288,1.37463-0.12469l0.08508,0.07611l4,4c0.33759,0.33746,0.38617,0.86127,0.13116,1.25238
l-0.07007,0.09479L53.13513,26H61c0.51282,0,0.93549,0.38599,0.99329,0.88342L62,27z M23,66h-2l-0.21692-0.00458
C18.12231,65.88177,16,63.68878,16,61v-6l-0.00671-0.11658C15.93549,54.38599,15.51282,54,15,54c-0.55231,0-1,0.44769-1,1v6
l0.00409,0.24072C14.13092,64.99518,17.2146,68,21,68h2l0.11658-0.00671C23.61401,67.93549,24,67.51282,24,67
C24,66.44769,23.55231,66,23,66z M21,62c0.55231,0,1-0.44769,1-1v-4l-0.00671-0.11658C21.93549,56.38599,21.51282,56,21,56
c-0.55231,0-1,0.44769-1,1v4l0.00671,0.11658C20.06451,61.61401,20.48718,62,21,62z M27,56c-0.55231,0-1,0.44769-1,1v4
l0.00671,0.11658C26.06451,61.61401,26.48718,62,27,62c0.55231,0,1-0.44769,1-1v-4l-0.00671-0.11658
C27.93549,56.38599,27.51282,56,27,56z M33,56c-0.55231,0-1,0.44769-1,1v4l0.00671,0.11658C32.06451,61.61401,32.48718,62,33,62
c0.55231,0,1-0.44769,1-1v-4l-0.00671-0.11658C33.93549,56.38599,33.51282,56,33,56z M39,56c-0.55231,0-1,0.44769-1,1v4
l0.00671,0.11658C38.06451,61.61401,38.48718,62,39,62c0.55231,0,1-0.44769,1-1v-4l-0.00671-0.11658
C39.93549,56.38599,39.51282,56,39,56z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.7 KiB

View file

@ -0,0 +1,75 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M21,76c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S21.5514,76,21,76z M67,12c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S67.5514,12,67,12z M3,54c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S3.5514,54,3,54z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M18,25c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1s0.44769-1,1-1S18,24.44769,18,25z M23,24
c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S23.55231,24,23,24z M36.68378,42.05127l-6,2l-0.10846,0.04333
c-0.45361,0.2121-0.68622,0.73511-0.52399,1.22162c0.17468,0.52399,0.74097,0.80707,1.26489,0.63245l6-2l0.10846-0.04327
c0.45361-0.2121,0.68622-0.73511,0.52405-1.22162C37.77399,42.15979,37.2077,41.87671,36.68378,42.05127z M41.31622,45.94867l12-4
l0.10846-0.04327c0.45361-0.2121,0.68622-0.73511,0.52405-1.22162c-0.17474-0.52399-0.74103-0.80707-1.26495-0.63251l-12,4
l-0.10846,0.04333c-0.45361,0.2121-0.68622,0.73511-0.52399,1.22162C40.22601,45.84021,40.7923,46.12329,41.31622,45.94867z M67,64
c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S67.55231,64,67,64z M63,64c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1
s1-0.44769,1-1S63.55231,64,63,64z M49,60c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S49.55231,60,49,60z M55,60h-2
l-0.11658,0.00671C52.38599,60.06451,52,60.48718,52,61c0,0.55231,0.44769,1,1,1h2l0.11658-0.00671
C55.61401,61.93549,56,61.51282,56,61C56,60.44769,55.55231,60,55,60z M45,60h-4l-0.11658,0.00671
C40.38599,60.06451,40,60.48718,40,61c0,0.55231,0.44769,1,1,1h4l0.11658-0.00671C45.61401,61.93549,46,61.51282,46,61
C46,60.44769,45.55231,60,45,60z M71.62799,29.84808l-0.22888,0.08643l-27.2511,9.91858
c-0.07971,0.02899-0.1626,0.04773-0.2467,0.05579l-0.12683,0.00403l-5.38245-0.16931
c-0.3678-0.01147-0.69592-0.22357-0.85992-0.54602l-0.04828-0.11145l-0.68414-1.87933
c-0.08447-0.2323-0.07867-0.48267,0.00793-0.7052l-5.28479-6.17548c-0.45404-0.53052-0.2384-1.35114,0.41766-1.5899l3.75879-1.36798
c0.3559-0.12964,0.75452-0.04694,1.0296,0.2135l4.87122,4.61206c0.01843,0.01752,0.03613,0.03552,0.05292,0.05402l2.57788-0.93829
c0.51898-0.1889,1.09283,0.07867,1.28168,0.59772c0.17542,0.48187-0.04279,1.01105-0.49036,1.23547l-0.1073,0.0462l-3.53864,1.2879
l-2.48645,2.62689l0.24066,0.6615l4.51501,0.1424l27.06952-9.85248c1.36121-0.49542,1.74939-0.90094,1.65308-1.29602
l-0.01801-0.0592c-0.23151-0.63617-1.22522-1.146-2.73938-1.37531c-0.64899-0.09821-1.36853-0.13177-1.95819-0.12109
l-0.37183,0.01343c-0.2901,0.0163-0.52649,0.0448-0.67468,0.08209l-0.07812,0.02338l-5.37207,1.95532l0.2771,0.05688
c0.98767,0.20288,1.08838,1.5744,0.14081,1.91931l-8.45721,3.07819c-0.2301,0.08368-0.48303,0.08008-0.71069-0.01019
L41.2124,27.88263c-0.85468-0.33905-0.8374-1.55481,0.02667-1.86932l4.69843-1.71008c0.17389-0.06329,0.362-0.07715,0.54327-0.03979
l10.93695,2.24646l8.42609-3.06689c2.26227-0.82336,7.43457-0.04022,8.38568,2.57281
C74.8396,27.69202,73.80219,28.99707,71.62799,29.84808z M57.56818,28.5827L46.35413,26.2793l-1.96112,0.71381l8.39502,3.32947
L57.56818,28.5827z M39.76459,33.2713l-3.68671-3.48999l-1.82111,0.66278l3.88544,4.54083L39.76459,33.2713z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M38,67c0,0.51282-0.38599,0.93549-0.88342,0.99329L37,68H9c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38605-0.93549,0.88336-0.99329L9,66h28C37.55231,66,38,66.44769,38,67z M10.02991,21.24249
C9.87207,20.61139,10.34943,20,11,20h4.38159l-1.00061-2H13l-0.13318-0.00702c-1.1557-0.12396-1.1557-1.862,0-1.98596L13,16h5v-2h-1
l-0.13318-0.00702c-1.1557-0.12396-1.1557-1.862,0-1.98596L17,12h6c1.28741,0,1.33173,1.86438,0.13318,1.99298L23,14h-1v2h5
c1.28741,0,1.33173,1.86438,0.13318,1.99298L27,18h-1.38202l-1,2H29c0.65057,0,1.12793,0.61139,0.97009,1.24249l-2,8
C27.85889,29.68768,27.45892,30,27,30h-2.99817l0.00348,1.89062l0.02167,3.43866l0.02094,1.97003l0.02692,1.8999l0.04498,2.42419
l0.07086,2.85431l0.08722,2.65869l0.06,1.50098l0.08911,1.89142l0.07349,1.33582l0.07922,1.26489l0.08496,1.19366l0.09064,1.12262
l0.0636,0.7088l0.0661,0.67712l0.10382,0.95605l0.1095,0.88464l0.07605,0.54987l0.07855,0.51813l0.07269,0.43829
c0.12421,0.7171,0.25696,1.3244,0.39807,1.82129H27c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L27,64
h-1.97668c-0.01544,0.00037-0.03094,0.00037-0.0462,0h-9.95422c-0.01526,0.00037-0.03076,0.00037-0.0462,0H13
c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L13,62h1.27631
c0.14111-0.49689,0.27386-1.10419,0.39807-1.82129l0.07269-0.43829l0.07855-0.51813l0.07605-0.54987l0.07361-0.58185
l0.10571-0.93219l0.1001-1.00378l0.09442-1.07501l0.08881-1.14636l0.08301-1.21753l0.10187-1.73383l0.11292-2.34448l0.06-1.50098
l0.07111-2.11133l0.07416-2.81519l0.03674-1.78302l0.04797-3.12756l0.02094-1.97003l0.02167-3.43866L15.99823,30H13
c-0.45892,0-0.85889-0.31232-0.97009-0.75751L10.02991,21.24249z M23.66241,62l-0.05463-0.23108l-0.12598-0.59863l-0.08112-0.43048
l-0.07867-0.45569l-0.07642-0.48083l-0.0741-0.50598l-0.07172-0.53119l-0.10327-0.84424l-0.09821-0.901l-0.0625-0.63226
l-0.11823-1.34064l-0.0556-0.70837l-0.07916-1.11011l-0.0741-1.1673l-0.09082-1.64557l-0.06219-1.30103l-0.07513-1.82422
l-0.06598-1.92651l-0.0437-1.51208l-0.05048-2.1059l-0.04163-2.2088l-0.0459-3.50616l-0.02307-3.0993L22,30h-4.00098
l-0.00891,2.96362l-0.03009,3.74146l-0.04053,2.93634l-0.03107,1.68256l-0.04944,2.15125l-0.04297,1.54449L17.73071,46.987
l-0.07458,1.86249l-0.06201,1.32819l-0.0907,1.6795l-0.0741,1.1911l-0.10699,1.49695l-0.05701,0.70947l-0.0899,1.0155
l-0.09521,0.95709l-0.10052,0.89868l-0.1059,0.84064l-0.07349,0.52795l-0.07587,0.50232l-0.07831,0.47644l-0.12189,0.66626
L16.44,61.5517l-0.08673,0.38629L16.33801,62H23.66241z M16.61798,18l1,2h4.76379l0.99921-2H16.61798z M12.28101,22l1.5,6h12.43701
l1.5-6h-4.69794c-0.01385,0.00031-0.02777,0.00031-0.04181,0h-5.95654c-0.01404,0.00031-0.02795,0.00031-0.04181,0H12.28101z M72,61
v6c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L70,67v-5H60v5c0,0.51282-0.38599,0.93549-0.88342,0.99329
L59,68H43.40002c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88336-0.99329L43.40002,66H58v-8H34v3
c0,0.51282-0.38599,0.93549-0.88342,0.99329L33,62c-0.51282,0-0.93549-0.38599-0.99329-0.88342L32,61v-4
c0-0.51282,0.38599-0.93549,0.88342-0.99329L33,56h9v-2h-1l-0.13318-0.00702c-1.1557-0.12396-1.1557-1.862,0-1.98596L41,52h10
l0.13318,0.00702c1.1557,0.12396,1.1557,1.862,0,1.98596L51,54h-1v2h9c0.51282,0,0.93549,0.38599,0.99329,0.88342L60,57v3h11
c0.51282,0,0.93549,0.38599,0.99329,0.88342L72,61z M48,54h-4v2h4V54z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -0,0 +1,153 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M70,69c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S70.5514,69,70,69z M68,13c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S68.5514,13,68,13z M14,69c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S14.5514,69,14,69z M10,17
c-0.5514,0-1-0.4486-1-1c0-0.5514,0.4486-1,1-1s1,0.4486,1,1C11,16.5514,10.5514,17,10,17z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M19,30c-1.65692,0-3,1.34308-3,3c0,1.30438,0.8374,2.40308,2,2.81635V39l0.00671,0.11658
C18.06451,39.61401,18.48718,40,19,40c0.55231,0,1-0.44769,1-1v-3.18365c1.1626-0.41327,2-1.51196,2-2.81635
C22,31.34308,20.65692,30,19,30z M19,34c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1s1,0.44769,1,1S19.55231,34,19,34z M41,26
c-1.65692,0-3,1.34308-3,3c0,1.30438,0.8374,2.40308,2,2.81635V35l0.00671,0.11658C40.06451,35.61401,40.48718,36,41,36
c0.55231,0,1-0.44769,1-1v-3.18365c1.1626-0.41327,2-1.51196,2-2.81635C44,27.34308,42.65692,26,41,26z M41,30
c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1s1,0.44769,1,1S41.55231,30,41,30z M62,17c0-1.65692-1.34308-3-3-3s-3,1.34308-3,3
c0,1.30438,0.8374,2.40308,2,2.81635V23l0.00671,0.11658C58.06451,23.61401,58.48718,24,59,24c0.55231,0,1-0.44769,1-1v-3.18365
C61.1626,19.40308,62,18.30438,62,17z M59,18c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1s1,0.44769,1,1S59.55231,18,59,18z M50,45
l0.00671,0.11658C50.06451,45.61401,50.48718,46,51,46c0.55231,0,1-0.44769,1-1v-3.18365c1.1626-0.41327,2-1.51196,2-2.81635
c0-1.65692-1.34308-3-3-3s-3,1.34308-3,3c0,1.30438,0.8374,2.40308,2,2.81635V45z M51,38c0.55231,0,1,0.44769,1,1s-0.44769,1-1,1
s-1-0.44769-1-1S50.44769,38,51,38z M37,46c-1.65692,0-3,1.34308-3,3c0,1.30438,0.8374,2.40308,2,2.81635V55l0.00671,0.11658
C36.06451,55.61401,36.48718,56,37,56c0.55231,0,1-0.44769,1-1v-3.18365c1.1626-0.41327,2-1.51196,2-2.81635
C40,47.34308,38.65692,46,37,46z M37,50c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1s1,0.44769,1,1S37.55231,50,37,50z M53,56
c-1.65692,0-3,1.34308-3,3c0,1.30438,0.8374,2.40308,2,2.81635V65l0.00671,0.11658C52.06451,65.61401,52.48718,66,53,66
c0.55231,0,1-0.44769,1-1v-3.18365c1.1626-0.41327,2-1.51196,2-2.81635C56,57.34308,54.65692,56,53,56z M53,60
c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1s1,0.44769,1,1S53.55231,60,53,60z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M67.51508,57.55048l-0.01617,0.02155l-0.00092,0.12549C67.46472,58.4624,67.1264,59.19,66.54468,59.7251
l-0.15039,0.12958l-2.0528,1.64154l-0.09827,0.0694L63.7829,61.849l-0.0097,0.0661c-0.03027,0.15118-0.07251,0.29993-0.1264,0.44427
l-0.08948,0.21332c-0.3042,0.65912-0.85541,1.18732-1.53198,1.48132l-0.18762,0.07428l-1.81683,0.646
c-0.16644,0.05542-0.31366,0.09491-0.45868,0.12201l-0.1449,0.02301l-1.34558,0.185
c-0.38049,0.05261-0.7757,0.03357-1.14972-0.05664c-0.53687-0.12927-0.86731-0.66949-0.73792-1.20636
c0.12012-0.4986,0.59442-0.81903,1.09143-0.75873l0.11499,0.02081c0.08667,0.02087,0.17932,0.03088,0.2713,0.02979l0.13678-0.01019
l1.35199-0.18579c0.04303-0.00568,0.08685-0.01471,0.13751-0.02881l0.08203-0.02509l1.7948-0.63849
c0.26031-0.09332,0.47211-0.28394,0.57867-0.51489c0.04669-0.09979,0.07471-0.20642,0.08331-0.31433l0.00201-0.10809
c-0.01361-0.32098,0.12781-0.62622,0.37518-0.82367l0.09772-0.06885l0.8421-0.52197l1.9978-1.59741
c0.2381-0.19232,0.36481-0.46362,0.35876-0.74237l-0.0108-0.11975c-0.03485-0.2193,0.00433-0.44257,0.10931-0.63538l0.07092-0.11182
l0.13269-0.18066c0.18982-0.242,0.24457-0.54773,0.15649-0.82831L65.9126,55.5589l-0.33276-0.69568
c-0.20593-0.42603-0.70044-0.65222-1.1853-0.54572l-0.12085,0.03369l-0.2572,0.08801
c-0.25317,0.08667-0.5285,0.06781-0.76538-0.04883l-0.11487-0.06628l-0.24213-0.16211
c-0.46338-0.3103-0.57788-0.93286-0.27643-1.3847l0.07104-0.09399c0.12561-0.14777,0.20007-0.32532,0.21649-0.51648
c0.02118-0.24493-0.05499-0.48114-0.21564-0.66998l-0.08716-0.09045l-0.14429-0.13226
c-0.43231-0.39648-0.42731-1.06903-0.0141-1.461l0.09479-0.07953c0.20117-0.14911,0.33716-0.3642,0.38196-0.59247l0.01471-0.11499
l0.05499-1.0152c0.0094-0.19434-0.04449-0.38605-0.1546-0.5517l-0.07275-0.09601l-0.76984-0.88611
c-0.28131-0.32379-0.32196-0.78644-0.11377-1.15112l0.06989-0.1062c0.2121-0.28168,0.24261-0.65167,0.08948-0.9585l-0.06598-0.11182
l-0.60242-0.87109l-0.27747-0.33649c-0.05609-0.06799-0.10284-0.14301-0.1391-0.2229l-0.04651-0.12341l-0.2168-0.71539
c-0.08813-0.28992-0.31873-0.5238-0.6214-0.63379l-0.11682-0.03528c-0.672-0.16382-0.96777-0.935-0.61182-1.50092l0.0697-0.0976
l1.9939-2.4776c0.10034-0.12463,0.22852-0.22284,0.37366-0.28723l0.11176-0.04181c0.08923-0.02734,0.17322-0.06494,0.24939-0.11108
l0.10803-0.07532l1.16058-0.93256c0.20288-0.16333,0.32489-0.38269,0.35193-0.62164l0.00549-0.12085l-0.04944-2.92511
c-0.0014-0.08063,0.00702-0.16089,0.0249-0.2392l0.03381-0.11572l0.63049-1.75537l0.02954-0.10382l0.01678-0.10687l0.04541-0.48682
c0.00836-0.09052,0.02917-0.1792,0.0614-0.26373l0.05688-0.12329l0.88672-1.62109c0.17755-0.3241,0.13257-0.71808-0.09363-1.0072
l-0.09198-0.10132l-2.35693-0.09576c-0.51239-0.021-0.91888-0.42389-0.9563-0.92322l-0.00195-0.11676
c0.02087-0.51245,0.42389-0.91901,0.92316-0.95642l0.11682-0.00201l2.66748,0.10913c0.1709,0.00696,0.33734,0.05768,0.48303,0.1474
c1.28711,0.79156,1.77478,2.40375,1.14856,3.74115l-0.08411,0.16565l-0.78674,1.43689l-0.02704,0.28906
c-0.01556,0.15692-0.04248,0.30811-0.08221,0.45911l-0.06946,0.22699l-0.57233,1.59082l0.04681,2.73999
c0.01727,0.84149-0.33142,1.63934-0.9549,2.21069l-0.14868,0.12781l-1.16266,0.93414
c-0.18079,0.14478-0.37817,0.26837-0.58765,0.36877l-0.1189,0.05157l-1.07501,1.336l0.07037,0.06122
c0.32959,0.3056,0.58978,0.68433,0.75311,1.11469l0.06403,0.1875l0.15948,0.52661l0.19879,0.24469l0.65442,0.94
c0.51605,0.7489,0.6449,1.67169,0.3916,2.50519l-0.0578,0.1651l0.32605,0.37524c0.44855,0.52277,0.69934,1.1731,0.71375,1.85266
l-0.00293,0.20471l-0.05548,1.0257c-0.02783,0.46991-0.16998,0.92059-0.4054,1.31799l-0.06,0.09271l0.08008,0.13348
c0.24512,0.4436,0.37158,0.94574,0.36108,1.4613l-0.00916,0.15924l0.14996,0.01569c0.92853,0.12518,1.77332,0.6665,2.2486,1.51422
l0.08472,0.1626l0.33569,0.7016C68.16309,55.63483,68.07471,56.7218,67.51508,57.55048z M53.22192,21.67999l0.88348,1.76721
l0.05817,0.10132c0.27411,0.41901,0.82483,0.57526,1.28351,0.34589c0.49402-0.24701,0.69421-0.8476,0.4472-1.34161l-1-2
l-0.06439-0.11047c-0.07117-0.1059-0.16217-0.19763-0.26849-0.26971l-0.71948-0.48859l-0.05151-0.21771
c-0.17133-0.61029-0.54059-1.15509-1.065-1.55353l-0.17279-0.12146c-0.7063-0.461-1.58459-0.61761-2.40228-0.4198l-0.06842,0.0155
l-0.06042-0.05884c-0.20966-0.18787-0.44708-0.34778-0.7066-0.47498l-0.82397-0.3963l-0.18652-0.08362
c-0.06329-0.02588-0.12756-0.04962-0.19287-0.07117l-0.05359-0.01611l-0.03723-0.0376
c-0.25281-0.23584-0.5451-0.4267-0.8728-0.56842l-0.01208-0.0379c-0.39783-1.03906-1.349-1.76007-2.46393-1.89386l-0.17596-0.01624
l-0.32263-0.45477l-0.11755-0.1557c-0.73401-0.90625-1.96271-1.31451-3.12891-1.0343l-3.29504,0.82739l-0.20099,0.0578
c-0.79236,0.2569-1.44257,0.81897-1.79791,1.5683l-0.72278,1.52698l-0.08179,0.19403
c-0.14923,0.39227-0.21271,0.80878-0.18701,1.22479l0.09863,1.50049l-0.40503,0.35797l-3.26202,1.07855l-0.18738,0.06805
c-0.73682,0.29535-1.31732,0.85901-1.62817,1.55774l-0.03143,0.07666l-0.55499-0.10596l-1.18231-1.224l-0.15009-0.14435
c-0.61938-0.5556-1.46039-0.85175-2.2547-0.77618l-1.59027,0.0769l-0.20801,0.01813
c-0.82581,0.09918-1.57092,0.51807-2.06683,1.17249c-0.54041,0.70691-0.729,1.61438-0.51221,2.47906l0.54089,2.12305
l0.05133,0.15027l0.07819,0.18359l-0.28821-0.28339l-0.14801-0.13568c-0.60864-0.521-1.4115-0.7793-2.24805-0.72803l-4.01703,0.3479
l-0.2019,0.02313c-0.26819,0.0401-0.53259,0.11719-0.79822,0.23248l-2.91077,1.3092l-0.16693,0.0813
c-1.30695,0.68512-1.9259,2.19928-1.42511,3.5918l0.44244,1.22717l0.07953,0.19666c0.14429,0.32208,0.34686,0.61584,0.59625,0.86896
l0.008,0.00751l0.0127,0.23718c0.04102,0.43634,0.1803,0.86182,0.41339,1.24121C11.33722,35.3667,12.07147,36,12.99988,36
c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1c-0.00537,0-0.01575-0.00513-0.03088-0.01617l-0.05872-0.05176l-0.08417-0.09186
l-0.1073-0.13684c-0.01971-0.02679-0.04022-0.05566-0.06152-0.08679l-0.13727-0.21295l-0.0752-0.1275
c-0.13434-0.21954-0.17419-0.45691-0.12622-0.68402l0.01788-0.12048c0.03131-0.36163-0.13641-0.71613-0.44427-0.92004
l-0.1076-0.08069c-0.1347-0.1145-0.23389-0.25488-0.28851-0.40558l-0.44171-1.22522l-0.03119-0.1062
c-0.09821-0.42639,0.12213-0.86707,0.5625-1.06561l2.89819-1.30359l0.11981-0.04498
c0.07922-0.02509,0.15741-0.04041,0.23792-0.04681l3.99866-0.34662l0.13892-0.00055
c0.27472,0.01428,0.52863,0.12067,0.70929,0.29797l0.7395,0.72449l0.09741,0.08405c0.27179,0.2052,0.63293,0.25958,0.95691,0.13678
l0.15527-0.0589l0.11426-0.03589c0.1543-0.03961,0.3158-0.04559,0.4715-0.01709l0.5437,0.09467l0.11066,0.01331
c0.73004,0.04822,1.27942-0.70038,0.97852-1.39569l-0.69128-1.59644l-0.51941-2.04089l-0.02118-0.11597
c-0.02722-0.23254,0.03699-0.4671,0.18579-0.6618c0.18115-0.23914,0.46539-0.38721,0.78625-0.40448l1.6311-0.08002l0.12561-0.0022
c0.2536,0.01331,0.5163,0.13171,0.69873,0.31958l1.40161,1.45129l0.09094,0.08319c0.12762,0.10315,0.27905,0.17365,0.44141,0.20441
l1.82172,0.34662l0.11591,0.0152c0.53741,0.03918,1.01978-0.3606,1.06732-0.91162l0.01917-0.22266l0.0191-0.12292
c0.07312-0.32202,0.32153-0.59363,0.66913-0.70752l3.45978-1.14368l0.12451-0.05072c0.08051-0.03918,0.15552-0.08917,0.2229-0.14868
l0.92749-0.81763l0.09302-0.09357c0.1723-0.198,0.26111-0.45752,0.24341-0.7229l-0.13202-1.98743l0.00018-0.11267
c0.00732-0.11304,0.03571-0.22589,0.08392-0.3299l0.71912-1.51904l0.06128-0.11005c0.13647-0.21112,0.354-0.36621,0.61792-0.43274
l3.28436-0.82477l0.1308-0.02319c0.39362-0.04572,0.79083,0.12097,1.00531,0.42517l0.6181,0.8725l0.07562,0.09399
c0.18829,0.2074,0.4566,0.32782,0.74036,0.32782h0.32062l0.12683,0.0069c0.41528,0.04529,0.75079,0.31189,0.86768,0.6864
l0.11328,0.35638l0.04279,0.11133c0.1308,0.28766,0.39172,0.49921,0.70575,0.56476l0.14038,0.03931
c0.18201,0.06439,0.34137,0.17572,0.45898,0.3208l0.07971,0.08734c0.14081,0.1369,0.31952,0.22998,0.51428,0.2663l0.0929,0.02167
c0.0611,0.01733,0.12103,0.04022,0.17993,0.06909l0.82428,0.39655l0.10309,0.0575c0.1319,0.08325,0.24084,0.19189,0.31903,0.31757
l0.07379,0.10339c0.23853,0.29303,0.62598,0.4295,1.0011,0.34253l0.67261-0.15588l0.13458-0.02325
c0.27161-0.02875,0.55383,0.04761,0.7713,0.21222c0.21069,0.16003,0.34033,0.38043,0.37299,0.62292l0.01581,0.24597
c0.03522,0.28394,0.19092,0.5415,0.43091,0.70441L53.22192,21.67999z M47.84192,64.242l0.36456-0.71033l0.04712-0.10687
c0.17511-0.46899-0.02533-1.00519-0.48187-1.23883c-0.49164-0.25159-1.09412-0.05695-1.3457,0.43475l-0.54584,1.06665
l-0.05066,0.11682c-0.07166,0.19897-0.07861,0.41669-0.01825,0.62158l0.53064,1.79901l0.02606,0.12061
c0.0293,0.20337-0.01166,0.41669-0.11829,0.5968c-0.12891,0.22101-0.35889,0.3927-0.62891,0.46381l-2.18396,0.55969l-0.08661,0.0188
C43.2901,67.99457,43.22607,68,43.16193,68l-0.21674-0.0191l-1.73999-0.30353l-0.12073-0.01324
c-0.08087-0.00391-0.16199,0.00195-0.2417,0.0177l-0.83197,0.1637l-0.13721,0.01715c-0.18469,0.0116-0.3739-0.02167-0.5365-0.09607
l-0.97198-0.45508l-0.10614-0.05743c-0.20386-0.12598-0.35565-0.31787-0.4245-0.53558L37.78821,66.599
c-0.10742-0.23138-0.29999-0.41467-0.54028-0.50952l-0.80365-0.31677L36.28162,65.724l-0.3363-0.07013l-0.11993-0.01746
c-0.31958-0.0271-0.63605,0.1012-0.8468,0.34961l-0.05426,0.05878l-0.06183,0.05658
c-0.22839,0.19354-0.53632,0.28229-0.8418,0.23981l-3.47382-0.4516l-0.14099-0.0274
c-0.09155-0.02417-0.17871-0.06018-0.26208-0.10822l-0.5907-0.33588l-0.11639-0.05658
c-0.11963-0.04883-0.24792-0.0741-0.37793-0.0741h-0.88025l-0.12402-0.00714c-0.24579-0.02808-0.4762-0.13849-0.64203-0.30859
l-0.59479-0.60858l-0.1004-0.08978c-0.07068-0.05511-0.14868-0.10065-0.23199-0.13513l-1.98517-0.82269l-0.1189-0.05859
c-0.15302-0.08801-0.28204-0.21393-0.36804-0.35992l-0.40558-0.68695l-0.0611-0.09161
c-0.08789-0.11719-0.20081-0.21399-0.33093-0.28308L22.3667,61.3844l-0.1095-0.06738
c-0.20801-0.146-0.34857-0.35693-0.39673-0.59381c-0.05334-0.27283,0.02014-0.55298,0.2066-0.77228l1.32104-1.54901l0.07758-0.104
c0.07062-0.10864,0.11969-0.23029,0.14398-0.3584l0.73309-3.8623l0.0141-0.06219l0.01996-0.06622
c0.0741-0.22168,0.06818-0.46246-0.01672-0.6803l-0.03363-0.10492c-0.02686-0.10657-0.03375-0.21759-0.02008-0.33069l0.60669-5.104
l0.0105-0.06836l0.04163-0.19525c0.02948-0.21844-0.01404-0.44208-0.12579-0.63495l-0.0528-0.1059
c-0.04584-0.10852-0.07043-0.22375-0.07202-0.33801c-0.00391-0.26691,0.112-0.52899,0.3255-0.724l0.08661-0.08954
c0.26721-0.31305,0.31757-0.76367,0.11481-1.13165l-0.04431-0.0918c-0.02588-0.06244-0.04449-0.12683-0.0556-0.1922
l-0.02692-0.11621c-0.07849-0.2655-0.2644-0.48865-0.51569-0.61292l-0.99707-0.49139c-0.02185-0.0097-0.0448-0.01941-0.06952-0.0293
l-0.17322-0.06451l-1.0694-0.35651l-0.39801-0.14398l-0.19379-0.0799l0.0957,0.12939
c-0.33582-0.43842-0.9635-0.52161-1.40192-0.18579c-0.43848,0.33588-0.52161,0.96356-0.18579,1.40198
c0.20679,0.2699,0.43781,0.40308,0.9422,0.59332l0.48938,0.1756l1.14075,0.3819l0.32458,0.1601l-0.01312,0.02362
c-0.25018,0.44666-0.38257,0.9527-0.375,1.4726l0.01093,0.21228c0.02496,0.28192,0.09167,0.55908,0.19678,0.82227l0.00739,0.01825
l-0.60907,5.12585l-0.01758,0.2038c-0.01392,0.27191,0.0105,0.54346,0.07245,0.80756l0.01324,0.04974L22.3772,53.7077
l-0.68433,3.59827l-1.1485,1.34821l-0.12799,0.1615c-0.4873,0.6604-0.67609,1.48853-0.51715,2.29883l0.04749,0.19867
c0.21661,0.78473,0.7478,1.44354,1.47791,1.83545l0.60327,0.32037l0.26239,0.44373l0.11609,0.18146
c0.3269,0.47192,0.79095,0.84619,1.32782,1.06891l1.79669,0.7439l0.45044,0.46179l0.14746,0.14124
c0.55719,0.49786,1.29144,0.7774,2.04974,0.7774l0.61639-0.00043l0.35559,0.20282l0.21356,0.112
c0.29034,0.13788,0.60223,0.22968,0.92651,0.2713l3.46332,0.4502l0.19849,0.021c0.72852,0.05298,1.45782-0.15759,2.0495-0.59631
l0.12604,0.04999l0.04626,0.08801c0.30402,0.53448,0.77271,0.9704,1.34369,1.23712l0.979,0.45837l0.19952,0.08301
c0.53882,0.20233,1.12811,0.25214,1.69409,0.14471l0.65839-0.13019l1.65222,0.28467l0.38599,0.03351l0.19751-0.00269
c0.25281-0.0094,0.46527-0.04193,0.66077-0.0946l2.17841-0.55823l0.19342-0.05756c0.69983-0.2334,1.29382-0.70624,1.65692-1.32874
l0.09515-0.1745c0.32635-0.65027,0.39813-1.41119,0.19183-2.11877L47.84192,64.242z M34.99988,38l0.11664-0.00671
c0.49731-0.0578,0.88336-0.48047,0.88336-0.99329c0-0.55231-0.44769-1-1-1h-2l-0.1167,0.00671
c-0.49725,0.0578-0.8833,0.48047-0.8833,0.99329c0,0.55231,0.44775,1,1,1H34.99988z M54.99988,30h-2l-0.1167,0.00671
c-0.49725,0.0578-0.8833,0.48047-0.8833,0.99329c0,0.55231,0.44775,1,1,1h2l0.11664-0.00671
c0.49731-0.0578,0.88336-0.48047,0.88336-0.99329C55.99988,30.44769,55.55219,30,54.99988,30z M48.99988,50h-2l-0.1167,0.00671
c-0.49725,0.0578-0.8833,0.48047-0.8833,0.99329c0,0.55231,0.44775,1,1,1h2l0.11664-0.00671
c0.49731-0.0578,0.88336-0.48047,0.88336-0.99329C49.99988,50.44769,49.55219,50,48.99988,50z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,55 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M21,76c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S21.5514,76,21,76z M77,24c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S77.5514,24,77,24z M47,2c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
C48,1.5514,47.5514,2,47,2z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M17,28c0.5128,0,0.9355,0.386,0.9933,0.8834L18,29v4c0,0.5523-0.4477,1-1,1
c-0.5128,0-0.9355-0.386-0.9933-0.8834L16,33v-4C16,28.4477,16.4477,28,17,28z M17,46c0.5128,0,0.9355,0.386,0.9933,0.8834L18,47v10
c0,0.5523-0.4477,1-1,1c-0.5128,0-0.9355-0.386-0.9933-0.8834L16,57V47C16,46.4477,16.4477,46,17,46z M23.9933,28.8834
C23.9355,28.386,23.5128,28,23,28c-0.5523,0-1,0.4477-1,1v28l0.0067,0.1166C22.0645,57.614,22.4872,58,23,58c0.5523,0,1-0.4477,1-1
V29L23.9933,28.8834z M29,28c0.5128,0,0.9355,0.386,0.9933,0.8834L30,29v2c0,0.5523-0.4477,1-1,1
c-0.5128,0-0.9355-0.386-0.9933-0.8834L28,31v-2C28,28.4477,28.4477,28,29,28z M35.9933,28.8834C35.9355,28.386,35.5128,28,35,28
c-0.5523,0-1,0.4477-1,1v2l0.0067,0.1166C34.0645,31.614,34.4872,32,35,32c0.5523,0,1-0.4477,1-1v-2L35.9933,28.8834z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M50.4472,46.10559l-8-4c-0.5722-0.28607-1.26221,0.03119-1.4173,0.65192l-2,8
c-0.19788,0.79138,0.58411,1.47388,1.34149,1.17102l10-4C51.17249,47.60797,51.21899,46.49152,50.4472,46.10559z M41.44403,49.34399
l1.224-4.89197L47.56,46.89801L41.44403,49.34399z M56,48c-2.76141,0-5,2.23859-5,5s2.23859,5,5,5s5-2.23859,5-5S58.76141,48,56,48z
M56,56c-1.65692,0-3-1.34308-3-3s1.34308-3,3-3c1.6568,0,3,1.34308,3,3S57.6568,56,56,56z M67,34h-7v-5l-0.00513-0.17633
C59.90369,27.2489,58.59772,26,57,26H45l-0.17627,0.00513C43.2489,26.09631,42,27.40228,42,29v5h-9c-2.76141,0-5,2.23859-5,5v20
c0,2.76141,2.23859,5,5,5h1.17072C34.06018,64.31281,34,64.64941,34,65c0,1.65692,1.34308,3,3,3s3-1.34308,3-3
c0-0.35059-0.06018-0.68719-0.17072-1h20.34143C60.06018,64.31281,60,64.64941,60,65c0,1.65692,1.34308,3,3,3
c1.6568,0,3-1.34308,3-3c0-0.35059-0.06018-0.68719-0.17072-1H67c2.76141,0,5-2.23859,5-5V39C72,36.23859,69.76141,34,67,34z M44,29
l0.00671-0.11658C44.06451,28.38599,44.48718,28,45,28h12l0.11658,0.00671C57.61401,28.06451,58,28.48718,58,29v5h-2v-3
l-0.00671-0.11658C55.93549,30.38599,55.51282,30,55,30h-8l-0.11658,0.00671C46.38599,30.06451,46,30.48718,46,31v3h-2V29z M54,32v2
h-6v-2H54z M30,39c0-1.65692,1.34308-3,3-3h1v4h-4V39z M34,62h-1c-1.65692,0-3-1.34308-3-3v-1h4V62z M37,66
c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1s1,0.44769,1,1S37.55231,66,37,66z M63,66c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1
s1,0.44769,1,1S63.55231,66,63,66z M70,59c0,1.65692-1.3432,3-3,3h-1v-4h4V59z M70,56h-5l-0.11658,0.00671
C64.38599,56.06451,64,56.48718,64,57v5H36v-5l-0.00671-0.11658C35.93549,56.38599,35.51282,56,35,56h-5V42h5l0.11658-0.00671
C35.61401,41.93549,36,41.51282,36,41v-5h28v5l0.00671,0.11658C64.06451,41.61401,64.48718,42,65,42h5V56z M70,40h-4v-4h1
c1.6568,0,3,1.34308,3,3V40z M23,62h-8l-0.17627-0.00513C13.2489,61.90369,12,60.59772,12,59V44.69299l7.35107-2.75671
l0.10712-0.0473c0.48022-0.24646,0.68402-0.84058,0.43622-1.33618l-2-4l-0.06152-0.10638
c-0.2467-0.37183-0.71637-0.53931-1.14911-0.39514L12,37.61261V27l0.00513-0.17633C12.09631,25.2489,13.40228,24,15,24h24
l0.11658-0.00671C39.61401,23.93549,40,23.51282,40,23c0-0.55231-0.44769-1-1-1h-9v-6h1c1.65692,0,3-1.34308,3-3s-1.34308-3-3-3H19
c-1.65692,0-3,1.34308-3,3s1.34308,3,3,3h1v6h-5l-0.21692,0.00458C12.12231,22.11823,10,24.31122,10,27v11.97668
c-0.00037,0.01544-0.00037,0.03088,0,0.04639v4.95392c-0.00037,0.01538-0.00037,0.03088,0,0.04633V59l0.00458,0.21692
c0.10205,2.3894,1.88092,4.34448,4.18982,4.71851C14.06879,64.2663,14,64.62512,14,65c0,1.65692,1.34308,3,3,3s3-1.34308,3-3
c0-0.35059-0.06018-0.68719-0.17072-1H23l0.11658-0.00671C23.61401,63.93549,24,63.51282,24,63C24,62.44769,23.55231,62,23,62z
M28,22h-6v-6h6V22z M19,14c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1h12c0.55231,0,1,0.44769,1,1s-0.44769,1-1,1H19z M12,39.72058
l4.49298-1.4986l1.11499,2.23102L12,42.55682V39.72058z M17,66c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1s1,0.44769,1,1
S17.55231,66,17,66z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,80 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M17,8c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C18,7.5514,17.5514,8,17,8z M21,76
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S21.5514,76,21,76z M63,74c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S63.5514,74,63,74z M65,10c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C66,9.5514,65.5514,10,65,10z M41,80
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S41.5514,80,41,80z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M33,17c-1.65692,0-3,1.34308-3,3c0,1.30438,0.8374,2.40308,2,2.81635V26l0.00671,0.11658
C32.06451,26.61401,32.48718,27,33,27c0.55231,0,1-0.44769,1-1v-3.18365c1.1626-0.41327,2-1.51196,2-2.81635
C36,18.34308,34.65692,17,33,17z M33,21c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1s1,0.44769,1,1S33.55231,21,33,21z M58,44
c0-1.65692-1.34308-3-3-3s-3,1.34308-3,3c0,1.30438,0.8374,2.40308,2,2.81635V50l0.00671,0.11658
C54.06451,50.61401,54.48718,51,55,51c0.55231,0,1-0.44769,1-1v-3.18365C57.1626,46.40308,58,45.30438,58,44z M55,45
c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1s1,0.44769,1,1S55.55231,45,55,45z M26,47c-1.65692,0-3,1.34308-3,3
c0,1.30438,0.8374,2.40308,2,2.81635V56l0.00671,0.11658C25.06451,56.61401,25.48718,57,26,57c0.55231,0,1-0.44769,1-1v-3.18365
c1.1626-0.41327,2-1.51196,2-2.81635C29,48.34308,27.65692,47,26,47z M26,51c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1s1,0.44769,1,1
S26.55231,51,26,51z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M72,20v3v3v3v3v2v28c0,0.51282-0.38599,0.93549-0.88342,0.99329L71,63H31c-0.55231,0-1-0.44769-1-1
c0-0.51282,0.38599-0.93549,0.88342-0.99329L31,61h12.07935l-0.61896-0.88422c-0.31671-0.45251-0.20667-1.07599,0.24579-1.3927
s1.07593-0.20667,1.39264,0.24573L45.52063,61h5.55872l-0.61896-0.88422c-0.31671-0.45251-0.20667-1.07599,0.24579-1.3927
s1.07593-0.20667,1.39264,0.24573L53.52063,61H70V43h-1c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1h1v-6c-0.55231,0-1-0.44769-1-1
s0.44769-1,1-1v-1v-3v-3v-3v-2h-3h-3h-3h-1v3c0,0.55231-0.44769,1-1,1s-1-0.44769-1-1v-3h-8v1c0,0.55231-0.44769,1-1,1
s-1-0.44769-1-1v-1h-7c-0.51282,0-0.93549-0.38599-0.99329-0.88342L40,20c0-0.51282,0.38599-0.93549,0.88342-0.99329L41,19h20h3h3h3
h1c0.13361,0,0.25964,0.02838,0.37616,0.07593c0.03918,0.01593,0.06927,0.04449,0.10577,0.06512
c0.07208,0.04065,0.14368,0.08044,0.20325,0.13708c0.03528,0.03357,0.05853,0.07544,0.08868,0.11377
c0.04645,0.05896,0.09235,0.11633,0.12469,0.18488c0.0224,0.0473,0.03143,0.09869,0.04626,0.14978
c0.01538,0.05286,0.04193,0.10077,0.04846,0.15686L72,20z M24,62c0,0.51282-0.38599,0.93549-0.88342,0.99329L23,63l-9.4223-0.00403
C9.95514,62.67261,8,60.57782,8,57c0-0.1712,0.0047-0.33893,0.01416-0.50317l0.01685-0.24982l-0.00458-0.0177
c-0.00867-0.0368-0.01526-0.0744-0.01971-0.11273L8,56l0.00079-33.0979c0.05328-3.19379,2.62683-5.75427,5.79401-5.8183
l0.22192-0.00031l3.03326,0.05048c1.23462,0.02057,2.2757,0.78931,2.71753,1.86603H25c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L25,21h-5v12h2c0.55231,0,1,0.44769,1,1s-0.44769,1-1,1h-2v6.21185
c0.24438,0.18231,0.41309,0.45978,0.41309,0.78815S20.24438,42.60583,20,42.78815V50c0,1.59772-1.2489,2.90369-2.82367,2.99487
L17,53l-2.91699-0.00348C11.25092,53.2326,10,54.48352,10,57c0,2.4516,1.08258,3.69061,3.42792,3.97479L13.66669,61H23
C23.55231,61,24,61.44769,24,62z M10,52.35999l0.16132-0.11938c0.91101-0.65021,2.10291-1.05963,3.56201-1.21448L14,51h3
c0.51282,0,0.93549-0.38599,0.99329-0.88342L18,50V20.13361c0-0.50684-0.37732-0.9267-0.86823-0.99139l-0.11505-0.00848
l-3.03345-0.05054c-2.09589-0.03491-3.8349,1.58252-3.9743,3.6507l-0.00848,0.20154L10,52.35999z M25.41309,41h-3
c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1h3c0.55231,0,1-0.44769,1-1S25.96539,41,25.41309,41z M32.38379,43.97687
c-0.45239,0.31671-0.5625,0.94025-0.24567,1.3927l1.72028,2.4577c0.31683,0.45245,0.94031,0.5625,1.3927,0.24585
c0.45251-0.31683,0.5625-0.94031,0.24579-1.3927l-1.7204-2.4577C33.45978,43.7702,32.8363,43.66022,32.38379,43.97687z
M31.81042,43.15771c0.45239-0.31683,0.5625-0.94031,0.24567-1.3927l-0.23688-0.3385C31.63208,41.15918,31.32629,41,31,41h-2.58691
c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1l2.00464-0.08807C30.73438,43.36432,31.35791,43.47443,31.81042,43.15771z
M39.01959,55.20038l1.7204,2.4577c0.31671,0.45239,0.94019,0.5625,1.3927,0.24573c0.45239-0.31671,0.5625-0.94019,0.24579-1.3927
l-1.7204-2.4577c-0.31665-0.45239-0.94031-0.56238-1.3927-0.24573C38.81293,54.12439,38.70288,54.74792,39.01959,55.20038z
M35.5788,50.28497l1.7204,2.4577c0.31671,0.45239,0.94031,0.5625,1.3927,0.24573c0.45251-0.31671,0.5625-0.94019,0.24579-1.3927
l-1.7204-2.45758c-0.31671-0.45251-0.94019-0.5625-1.3927-0.24585C35.37219,49.20898,35.26208,49.83252,35.5788,50.28497z
M44.58691,41c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1h3c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1H44.58691z M48.73999,57.65808
c0.31671,0.45239,0.94019,0.5625,1.3927,0.24573c0.45239-0.31671,0.5625-0.94019,0.24579-1.3927l-1.7204-2.4577
c-0.31665-0.45239-0.94031-0.56238-1.3927-0.24573c-0.45245,0.31671-0.5625,0.94025-0.24579,1.3927L48.73999,57.65808z
M45.29919,52.74268c0.31671,0.45239,0.94031,0.5625,1.3927,0.24573c0.45251-0.31671,0.5625-0.94019,0.24579-1.3927l-1.7204-2.45758
c-0.31671-0.45251-0.94019-0.5625-1.3927-0.24585c-0.45239,0.31671-0.5625,0.94025-0.24579,1.3927L45.29919,52.74268z
M43.49689,46.68042l-1.7204-2.4577c-0.31671-0.45251-0.94019-0.5625-1.3927-0.24585
c-0.45239,0.31671-0.5625,0.94025-0.24567,1.3927l1.72028,2.4577c0.31683,0.45245,0.94031,0.5625,1.3927,0.24585
C43.70361,47.75629,43.8136,47.13281,43.49689,46.68042z M41.58691,43c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1H39
c-0.80902,0-1.2832,0.91071-0.81921,1.57349l0.23694,0.33844c0.31665,0.45239,0.94019,0.5625,1.3927,0.24579
C40.26282,42.84088,41.58691,43,41.58691,43z M62,42c0,0.55231,0.44769,1,1,1h3c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1h-3
C62.44769,41,62,41.44769,62,42z M49,24c-0.55231,0-1,0.44769-1,1v3c0,0.55231,0.44769,1,1,1s1-0.44769,1-1v-3
C50,24.44769,49.55231,24,49,24z M24,34c0,0.55231,0.44769,1,1,1h3c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1h-3
C24.44769,33,24,33.44769,24,34z M37,35h3c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1h-3c-0.55231,0-1,0.44769-1,1S36.44769,35,37,35z
M48,34c0,0.55231,0.44769,1,1,1s1-0.44769,1-1v-3c0-0.55231-0.44769-1-1-1s-1,0.44769-1,1V34z M43,35h3c0.55231,0,1-0.44769,1-1
s-0.44769-1-1-1h-3c-0.55231,0-1,0.44769-1,1S42.44769,35,43,35z M31,35h3c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1h-3
c-0.55231,0-1,0.44769-1,1S30.44769,35,31,35z M41,31c0.55231,0,1-0.44769,1-1v-3c0-0.55231-0.44769-1-1-1s-1,0.44769-1,1v3
C40,30.55231,40.44769,31,41,31z M43,27h3c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1h-3c-0.55231,0-1,0.44769-1,1S42.44769,27,43,27z
M59,31c0.55231,0,1-0.44769,1-1v-3c0-0.55231-0.44769-1-1-1s-1,0.44769-1,1v3C58,30.55231,58.44769,31,59,31z M67,35
c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1h-3c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1H67z M58,34c0,0.55231,0.44769,1,1,1h2
c0.55231,0,1-0.44769,1-1s-0.44769-1-1-1h-1c0-0.55231-0.44769-1-1-1s-1,0.44769-1,1V34z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

@ -0,0 +1,41 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M68,13c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S68.5514,13,68,13z M41,76c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S41.5514,76,41,76z M15,10c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
C16,9.5514,15.5514,10,15,10z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M67.11511,65.99359L67,66h-4c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L63,64
h2.38098L55,43.23602L44.61798,64H59c0.51282,0,0.93549,0.38599,0.99329,0.88342L60,65c0,0.51282-0.38599,0.93549-0.88342,0.99329
L59,66H43c-0.70422,0-1.17529-0.70209-0.94019-1.34143l0.04578-0.10577l12-24c0.34912-0.6983,1.31152-0.73499,1.72522-0.11029
l0.0636,0.11029l12,24C68.20941,65.18268,67.79199,65.91797,67.11511,65.99359z M56,51c0-0.55231-0.44769-1-1-1s-1,0.44769-1,1v6
c0,0.55231,0.44769,1,1,1s1-0.44769,1-1V51z M55,60c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1S55.55231,60,55,60z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M68,19v34c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L66,53V28h-9
c-0.55231,0-1-0.44769-1-1c0-0.51282,0.38599-0.93549,0.88342-0.99329L57,26h9v-6H14v6h37c0.55231,0,1,0.44769,1,1
c0,0.51282-0.38599,0.93549-0.88342,0.99329L51,28H14v36h23c0.51282,0,0.93549,0.38599,0.99329,0.88342L38,65
c0,0.51282-0.38599,0.93549-0.88342,0.99329L37,66H13c-0.51282,0-0.93549-0.38599-0.99329-0.88342L12,65V19
c0-0.51282,0.38599-0.93549,0.88342-0.99329L13,18h54c0.51282,0,0.93549,0.38599,0.99329,0.88342L68,19z M16,23
c0,0.55139,0.44861,1,1,1s1-0.44861,1-1s-0.44861-1-1-1S16,22.44861,16,23z M20,23c0,0.55139,0.44861,1,1,1s1-0.44861,1-1
s-0.44861-1-1-1S20,22.44861,20,23z M24,23c0,0.55139,0.44861,1,1,1s1-0.44861,1-1s-0.44861-1-1-1S24,22.44861,24,23z
M63.11658,23.99329C63.61401,23.93549,64,23.51282,64,23c0-0.55231-0.44769-1-1-1H33l-0.11658,0.00671
C32.38599,22.06451,32,22.48718,32,23c0,0.55231,0.44769,1,1,1h30L63.11658,23.99329z M45,34H21l-0.11658,0.00671
C20.38599,34.06451,20,34.48718,20,35c0,0.55231,0.44769,1,1,1h24l0.11658-0.00671C45.61401,35.93549,46,35.51282,46,35
C46,34.44769,45.55231,34,45,34z M41,40H21l-0.11658,0.00671C20.38599,40.06451,20,40.48718,20,41c0,0.55231,0.44769,1,1,1h20
l0.11658-0.00671C41.61401,41.93549,42,41.51282,42,41C42,40.44769,41.55231,40,41,40z M21,46l-0.11658,0.00671
C20.38599,46.06451,20,46.48718,20,47c0,0.55231,0.44769,1,1,1h14l0.11658-0.00671C35.61401,47.93549,36,47.51282,36,47
c0-0.55231-0.44769-1-1-1H21z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1,35 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M8,17c-0.5514,0-1-0.4486-1-1c0-0.5514,0.4486-1,1-1s1,0.4486,1,1C9,16.5514,8.5514,17,8,17z M65,72
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S65.5514,72,65,72z M66,11c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1
s1,0.44855,1,1C67,10.5514,66.5514,11,66,11z M21,77c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S21.5514,77,21,77z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M40,36.5502l8.4351-8.4351c0.8201-0.8201,2.1497-0.8201,2.9698,0c0.7725,0.7724,0.8221,2.0061,0.1082,2.8527
l-0.1082,0.1171L42.9698,39.52l9.3951,9.3951l0.1082,0.1171c0.7139,0.8466,0.6643,2.0803-0.1082,2.8527
c-0.8201,0.8201-2.1497,0.8201-2.9698,0L40,42.4898l-9.3951,9.3951c-0.8201,0.8201-2.1497,0.8201-2.9698,0
c-0.7725-0.7724-0.8221-2.0061-0.1082-2.8527l0.1082-0.1171l9.395-9.3951l-8.435-8.4351l-0.1082-0.1171
c-0.7139-0.8466-0.6643-2.0803,0.1082-2.8527c0.8201-0.8201,2.1497-0.8201,2.9698,0L40,36.5502z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M57,12c5.9787,0,10.8434,4.7698,10.9963,10.7116L68,23v6c0,0.5523-0.4477,1-1,1
c-0.5128,0-0.9355-0.386-0.9933-0.8834L66,29v-6c0-4.8818-3.8868-8.8558-8.7346-8.9962L57,14H23
c-4.8818,0-8.8558,3.8868-8.9962,8.7346L14,23v34c0,4.8818,3.8868,8.8558,8.7346,8.9962L23,66h34
c4.8818,0,8.8558-3.8868,8.9962-8.7346L66,57V43c0-0.5523,0.4477-1,1-1c0.5128,0,0.9355,0.386,0.9933,0.8834L68,43v14
c0,5.9787-4.7698,10.8434-10.7116,10.9963L57,68H23c-5.9787,0-10.8434-4.7698-10.9963-10.7116L12,57V23
c0-5.9787,4.7698-10.8434,10.7116-10.9963L23,12H57z M70,31c0-0.5523,0.4477-1,1-1s1,0.4477,1,1s-0.4477,1-1,1S70,31.5523,70,31z
M71.9933,34.8834C71.9355,34.386,71.5128,34,71,34c-0.5523,0-1,0.4477-1,1v16l0.0067,0.1166C70.0645,51.614,70.4872,52,71,52
c0.5523,0,1-0.4477,1-1V35L71.9933,34.8834z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,46 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M8,17c-0.5514,0-1-0.4486-1-1c0-0.5514,0.4486-1,1-1s1,0.4486,1,1C9,16.5514,8.5514,17,8,17z M65,72
c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S65.5514,72,65,72z M66,11c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1
s1,0.44855,1,1C67,10.5514,66.5514,11,66,11z M21,77c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S21.5514,77,21,77z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M42,26c0-1.1046-0.8954-2-2-2s-2,0.8954-2,2s0.8954,2,2,2S42,27.1046,42,26z M42,34c0-1.1046-0.8954-2-2-2
s-2,0.8954-2,2v16c0,1.1046,0.8954,2,2,2s2-0.8954,2-2V34z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M59,12c5.0554,0,8.871,4.8278,8.9968,10.7005L68,23v26c0,5.907-3.7313,10.8333-8.744,10.9959L59,60H47.227
l-0.0771,0.0711c-0.0621,0.0586-0.1311,0.1282-0.2069,0.2085l-0.2471,0.2731l-0.3697,0.4372l-0.5225,0.6518l-0.822,1.0727
l-1.5903,2.1078L42.7917,65.606l-0.5066,0.6457l-0.3273,0.4014l-0.1963,0.2312l-0.1807,0.2039l-0.1669,0.1783l-0.1549,0.1543
l-0.1444,0.132l-0.1357,0.1111c-0.022,0.0169-0.0437,0.033-0.0652,0.04829l-0.1259,0.083
c-0.0411,0.0248-0.0816,0.04691-0.1215,0.06641l-0.1189,0.0512c-0.0393,0.01469-0.0785,0.0272-0.1178,0.0378l-0.1186,0.0259
l-0.1211,0.0156l-0.1252,0.0071h-0.1294l-0.1252-0.0069l-0.1209-0.0154c-0.0397-0.0067-0.0791-0.0152-0.1183-0.0256l-0.1175-0.0373
l-0.1184-0.0507c-0.0598-0.0291-0.1205-0.0637-0.1832-0.105l-0.1283-0.0915l-0.1353-0.1107
c-0.0233-0.0201-0.0469-0.0412-0.0708-0.0631l-0.1491-0.14249l-0.1603-0.1659l-0.1734-0.1909l-0.1881-0.2174l-0.4276-0.5212
l-0.3723-0.47289l-0.9029-1.1809l-1.7646-2.3382l-0.5051-0.6544l-0.2538-0.3202l-0.3261-0.3991l-0.148-0.1759l-0.267-0.3047
c-0.0824-0.091-0.1583-0.1714-0.2273-0.2408L32.774,60H21c-5.0554,0-8.871-4.8278-8.9968-10.7005L12,49V31c0-0.5523,0.4477-1,1-1
c0.5128,0,0.9355,0.386,0.9933,0.8834L14,31v18c0,4.9062,2.979,8.8515,6.7838,8.9959L21,58l12.0612,0.0006l0.1177,0.0051
l0.113,0.0118l0.1099,0.02l0.1083,0.03l0.1086,0.0415l0.1104,0.0546l0.1138,0.0693l0.119,0.0857l0.1259,0.1037l0.1342,0.1233
l0.1444,0.1445l0.1562,0.1673l0.1695,0.1918l0.2831,0.337l0.44,0.55l0.9786,1.2755l1.8657,2.4714l0.6744,0.8681l0.371,0.4573
l0.0895,0.1075c0.2031,0.24271,0.3814,0.4445,0.5331,0.6035L40,65.793l0.0725-0.0729c0.0758-0.0794,0.1582-0.1694,0.2471-0.2699
l0.2856-0.33241l0.2718-0.3294l0.3943-0.495l0.7508-0.9771l2.0486-2.7105l0.642-0.8273l0.4211-0.5203l0.2707-0.3164l0.1621-0.1788
l0.1494-0.1551c0.024-0.0239,0.0474-0.0469,0.0705-0.0691l0.1335-0.1225l0.1249-0.1028c0.0202-0.0156,0.0401-0.0305,0.0598-0.0446
l0.1153-0.0765c0.0188-0.0114,0.0375-0.0221,0.056-0.0323l0.1094-0.0537l0.1076-0.0408c0.0179-0.0057,0.0358-0.0111,0.0537-0.0159
l0.1081-0.0242c0.0181-0.0033,0.0364-0.0061,0.0548-0.0087l0.1123-0.0114l0.1171-0.0049L59,58c3.8352,0,6.8852-3.8544,6.9968-8.7233
L66,49V23c0-4.9062-2.979-8.8515-6.7838-8.9959L59,14H21c-3.9075,0-7,4.0012-7,9c0,0.5523-0.4477,1-1,1s-1-0.4477-1-1
c0-5.907,3.7313-10.8333,8.744-10.9959L21,12H59z M62,63c0-0.5523,0.4477-1,1-1s1,0.4477,1,1s-0.4477,1-1,1S62,63.5523,62,63z
M60,63c0-0.5523-0.4477-1-1-1H49l-0.1166,0.0067C48.386,62.0645,48,62.4872,48,63c0,0.5523,0.4477,1,1,1h10l0.1166-0.0067
C59.614,63.9355,60,63.5128,60,63z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -0,0 +1,54 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M75,62c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S75.5514,62,75,62z M59,6c-0.5514,0-1-0.4486-1-1
c0-0.55145,0.4486-1,1-1s1,0.44855,1,1C60,5.5514,59.5514,6,59,6z M10,68c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S10.5514,68,10,68z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M12,26c0-0.55139,0.44861-1,1-1s1,0.44861,1,1s-0.44861,1-1,1S12,26.55139,12,26z M16,27
c0.55139,0,1-0.44861,1-1s-0.44861-1-1-1s-1,0.44861-1,1S15.44861,27,16,27z M19,27c0.55139,0,1-0.44861,1-1s-0.44861-1-1-1
s-1,0.44861-1,1S18.44861,27,19,27z M24,22v8c0,0.55231-0.44769,1-1,1h-3v1c0,0.70428-0.70209,1.17529-1.34137,0.94019
l-0.10583-0.04578L14.76398,31H9c-0.51282,0-0.93549-0.38599-0.99329-0.88342L8,30v-8c0-0.55231,0.44769-1,1-1h14
C23.55231,21,24,21.44769,24,22z M22,23H10v6h5c0.11639,0,0.23169,0.02032,0.34058,0.05981l0.10663,0.04578L18,30.38202V30
c0-0.51282,0.38599-0.93549,0.88342-0.99329L19,29h3V23z M51,29c-0.55231,0-1,0.44769-1,1s0.44769,1,1,1s1-0.44769,1-1
S51.55231,29,51,29z M56,30c0,2.76141-2.23859,5-5,5s-5-2.23859-5-5s2.23859-5,5-5S56,27.23859,56,30z M54,30
c0-1.65692-1.34308-3-3-3s-3,1.34308-3,3s1.34308,3,3,3S54,31.65692,54,30z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M48.70709,63.29291c0.3905,0.3905,0.3905,1.02368,0,1.41418C46.5351,66.87909,43.51318,68,40,68
c-0.55231,0-1-0.44769-1-1s0.44769-1,1-1c3.00702,0,5.51672-0.93091,7.29291-2.70709
C47.68341,62.9024,48.31659,62.9024,48.70709,63.29291z M51,60c-0.55139,0-1,0.44861-1,1s0.44861,1,1,1s1-0.44861,1-1
S51.55139,60,51,60z M63,37h4l0.11658-0.00671C67.61401,36.93549,68,36.51282,68,36c0-0.55231-0.44769-1-1-1h-4l-0.11658,0.00671
C62.38599,35.06451,62,35.48718,62,36C62,36.55231,62.44769,37,63,37z M72,32v8l-0.00671,0.11658
C71.93549,40.61401,71.51282,41,71,41h-3.76398l-3.78882,1.89441l-0.10577,0.04578C62.70209,43.17529,62,42.70428,62,42v-1h-3
c-0.55231,0-1-0.44769-1-1v-8c0-0.55231,0.44769-1,1-1h12C71.55231,31,72,31.44769,72,32z M70,33H60v6h3l0.11658,0.00671
C63.61401,39.06451,64,39.48718,64,40v0.38202l2.5528-1.27643l0.10663-0.04578C66.76831,39.02032,66.88361,39,67,39h3V33z
M59.71777,51.85309c0.63342,0.90491,0.41345,2.15192-0.49146,2.7854c-0.28821,0.20172-0.62354,0.32318-0.97192,0.35382L58.07928,55
H48c0,5.21899-2.78101,8-8,8s-8-2.78101-8-8H21.92072c-1.10461,0-2-0.89539-2-2c0-0.35168,0.09271-0.69623,0.27179-1.00543
l0.0968-0.15149l3.89142-5.4165c1.09906-1.5705,1.85339-4.09436,1.83087-6.065L25.99591,39.888l0.00427-0.86652l-0.00726-0.41998
c-0.02374-1.80859,0.05481-3.46973,0.23798-4.98712l0.09198-0.69006c0.98291-6.71783,4.15192-10.45703,9.74231-11.56842
C36.02313,21.2453,36,21.12543,36,21c0-3.81378,1.31171-6,4-6s4,2.18622,4,6c0,0.1394-0.0285,0.27222-0.08008,0.39282
c1.11987,0.2453,2.14777,0.6062,3.08496,1.08527c0.4917,0.2514,0.68665,0.85382,0.43524,1.34558
c-0.2514,0.4917-0.85382,0.68665-1.34564,0.43524C44.45569,23.42108,42.43347,23,40,23
c-8.52283,0-12.15833,4.50739-12.00732,15.5755l0.00714,0.40289l-0.00323,0.91833l0.00189,0.0481
c0.12982,2.34985-0.68927,5.336-2.00397,7.36768l-0.18243,0.271L21.92072,53l36.15826-0.00098l-3.8974-5.42432
c-1.24921-1.77899-2.09088-4.2265-2.17596-6.36951l-0.00714-0.35419l0.00195-0.87921
c0.01807-0.6402,0.02356-1.26123,0.01648-1.86322c-0.00641-0.55219,0.43597-1.00507,0.98828-1.0116
c0.55219-0.00641,1.00519,0.43604,1.0116,0.98834c0.00494,0.41925,0.00403,0.84674-0.00269,1.28278l-0.01453,0.6601l-0.0011,0.823
c-0.00006,1.69659,0.64923,3.76611,1.62665,5.2868l0.18695,0.2785L59.71777,51.85309z M37.99652,21.08423
C38.63739,21.02789,39.30518,21,40,21c0.69391,0,1.362,0.03131,2.00439,0.0943C42.00153,21.06329,42,21.0318,42,21
c0-2.85291-0.68829-4-2-4s-2,1.14709-2,4C38,21.02838,37.99878,21.05652,37.99652,21.08423z M46,55H34c0,4.11438,1.88562,6,6,6
S46,59.11438,46,55z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -0,0 +1,39 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M17,8c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1s1,0.4,1,1C18,7.6,17.6,8,17,8z M7,64c-0.6,0-1-0.4-1-1s0.4-1,1-1
s1,0.4,1,1S7.6,64,7,64z M77,58c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S77.6,58,77,58z M61,6c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1
s1,0.4,1,1C62,5.6,61.6,6,61,6z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M39,42c-3.3,0-6,2.7-6,6c0,2.2,1.2,4.2,3,5.2V57c0,1.7,1.3,3,3,3s3-1.3,3-3v-3.8c1.8-1,3-3,3-5.2
C45,44.7,42.3,42,39,42z M40,57c0,0.6-0.4,1-1,1l-0.1,0c-0.5-0.1-0.9-0.5-0.9-1v-3h2V57z M39,52c-2.2,0-4-1.8-4-4s1.8-4,4-4
s4,1.8,4,4S41.2,52,39,52z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M61.5,59.7c0,1.5-1.2,2.5-2.8,2.8l-0.1,1h-1.2l-0.2-2.2c1.5-0.2,2.5-0.5,2.5-1.6c0-0.7-0.5-1.2-1.2-1.2
c-0.7,0-1.1,0.4-1.6,1.1l-1.4-0.9c0.7-1.2,1.7-1.8,3.1-1.8C60.1,57,61.5,58.1,61.5,59.7z M58,64.3c-0.6,0-1.1,0.5-1.1,1.1
s0.5,1.1,1.1,1.1c0.6,0,1.1-0.5,1.1-1.1S58.6,64.3,58,64.3z M61,48c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S61.6,48,61,48z M26,49
c0,0.6,0.4,1,1,1s1-0.4,1-1s-0.4-1-1-1S26,48.4,26,49z M68,62c0,5.5-4.5,10-10,10c-3.3,0-6.2-1.6-8-4H18c-2.2,0-3.9-1.9-4-4.3
l0-0.2v-25c0-2.4,1.6-4.4,3.8-4.5l0.2,0h2.2c-0.1-0.3-0.2-0.6-0.2-1v-2c0-1.3,0.8-2.4,2-2.8c0,0,0,0,0,0l0-0.1v-3.8
C22,15.7,29.2,10,39,10s17,5.7,17,14.2c0,0.6-0.4,1-1,1s-1-0.4-1-1C54,16.9,47.8,12,39,12c-8.6,0-14.8,4.7-15,11.9l0,0.3V28h4
c1.7,0,3,1.3,3,3v2c0,0.4-0.1,0.7-0.2,1h16.3c-0.1-0.3-0.2-0.6-0.2-1v-2c0-1.7,1.3-3,3-3v-3.4c0-5.2-4.6-8.6-11.1-8.6
c-5.7,0-10,2.7-10.9,6.8c-0.1,0.5-0.7,0.9-1.2,0.8c-0.5-0.1-0.9-0.7-0.8-1.2c1.1-5.2,6.3-8.4,12.9-8.4c7.4,0,12.9,4.1,13.1,10.3
l0,0.3V28h3c1.7,0,3,1.3,3,3v2c0,0.4-0.1,0.7-0.2,1H58c2.2,0,3.9,1.9,4,4.3l0,0.2V45c0,0.6-0.4,1-1,1c-0.5,0-0.9-0.4-1-0.9l0-0.1
v-6.5c0-1.3-0.8-2.4-1.8-2.5L58,36H18c-1,0-1.9,1-2,2.3l0,0.2V48h7c0.6,0,1,0.4,1,1c0,0.5-0.4,0.9-0.9,1L23,50h-7v6h6l0.2,0
c1.6,0.1,2.8,1.4,2.8,3v7h23.8c-0.5-1.2-0.8-2.6-0.8-4c0-5.5,4.5-10,10-10C63.5,52,68,56.5,68,62z M49,33c0,0.6,0.4,1,1,1h5
c0.6,0,1-0.4,1-1v-2c0-0.6-0.4-1-1-1h-5c-0.6,0-1,0.4-1,1V33z M22,33c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1v-2c0-0.6-0.4-1-1-1h-5
c-0.6,0-1,0.4-1,1V33z M23,59l0-0.1c-0.1-0.5-0.5-0.9-1-0.9h-6v5.5c0,1.3,0.8,2.4,1.8,2.5l0.1,0h5V59z M66,62c0-4.4-3.6-8-8-8
s-8,3.6-8,8s3.6,8,8,8S66,66.4,66,62z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,35 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M68,13c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S68.5514,13,68,13z M41,76c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S41.5514,76,41,76z M15,10c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
C16,9.5514,15.5514,10,15,10z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M37.339,46.579l-6.3821-7.5444l-0.1225-0.1318c-0.7627-0.7368-1.9196-0.7503-2.681-0.0392
c-0.8036,0.7504-0.8754,2.032-0.1629,2.8741l8.1961,9.6873c0.0522,0.0617,0.1094,0.1191,0.1709,0.1716
c0.6299,0.5381,1.5767,0.4637,2.1148-0.1662l17.531-20.5233l0.1107-0.1425c0.5983-0.8607,0.4847-2.0298-0.2604-2.7324
c-0.8141-0.7676-2.0754-0.696-2.8043,0.1572L37.339,46.579z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M11.4406,45.0358c-2.78122-15.7729,7.7507-30.814,23.5236-33.5952c10.021-1.76699,20.065,1.8276,26.7095,9.2856
c0.3673,0.4124,0.3309,1.0445-0.0815,1.4119c-0.4124,0.3674-1.0445,0.3309-1.4118-0.0815
c-6.188-6.9455-15.5379-10.2917-24.8689-8.6464c-14.6852,2.5894-24.4907,16.5932-21.9013,31.2783s16.5932,24.4907,31.2783,21.9013
s24.4907-16.5931,21.9013-31.2783c-0.0959-0.5439,0.2673-1.0625,0.8112-1.1585c0.5439-0.0959,1.0625,0.2673,1.1584,0.8112
c2.7812,15.7729-7.7507,30.814-23.5236,33.5952C29.2629,71.3406,14.2218,60.8087,11.4406,45.0358z M70.224,46.9243
c0.1228-0.5384,0.6589-0.8753,1.1973-0.7525c0.5385,0.1228,0.8754,0.6589,0.75259,1.1973
c-1.3451,5.8963-4.2916,11.2812-8.4811,15.6016c-0.3844,0.3964-1.0175,0.4062-1.414,0.0217
c-0.3965-0.3845-0.4062-1.0175-0.0218-1.414C66.1933,57.5191,68.9609,52.4613,70.224,46.9243z M72,42c-0.5523,0-1,0.4477-1,1
s0.4477,1,1,1s1-0.4477,1-1S72.5523,42,72,42z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,57 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M69,12c0,0.55139-0.44861,1-1,1s-1-0.44861-1-1s0.44861-1,1-1S69,11.44861,69,12z M41,74
c-0.55139,0-1,0.44861-1,1s0.44861,1,1,1s1-0.44861,1-1S41.55139,74,41,74z M15,8c-0.55139,0-1,0.44855-1,1c0,0.55139,0.44861,1,1,1
s1-0.44861,1-1C16,8.44855,15.55139,8,15,8z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M17,21c0,0.55139-0.44861,1-1,1s-1-0.44861-1-1s0.44861-1,1-1S17,20.44861,17,21z M20,20
c-0.55139,0-1,0.44861-1,1s0.44861,1,1,1s1-0.44861,1-1S20.55139,20,20,20z M24,20c-0.55139,0-1,0.44861-1,1s0.44861,1,1,1
s1-0.44861,1-1S24.55139,20,24,20z M62,20H32l-0.11658,0.00671C31.38599,20.06451,31,20.48718,31,21c0,0.55231,0.44769,1,1,1h30
l0.11658-0.00671C62.61401,21.93549,63,21.51282,63,21C63,20.44769,62.55231,20,62,20z M60.59998,42.20001
c0.40784,0.30591,0.5155,0.86346,0.26904,1.29498l-0.06903,0.10498l-4.30267,5.737C56.81488,49.81299,57,50.38489,57,51
c0,1.65692-1.34308,3-3,3s-3-1.34308-3-3c0-0.46307,0.10492-0.90179,0.29242-1.2934l-1.99951-1.99951
c-0.3905-0.3905-0.3905-1.02368,0-1.41418c0.36047-0.36053,0.92767-0.38818,1.32001-0.08319l0.09418,0.08319l1.99951,1.99951
C53.09821,48.10498,53.53693,48,54,48c0.31268,0,0.6142,0.04779,0.89758,0.1366l4.30243-5.73657
C59.53137,41.95819,60.1582,41.86859,60.59998,42.20001z M55,51c0-0.55231-0.44769-1-1-1s-1,0.44769-1,1s0.44769,1,1,1
S55,51.55231,55,51z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M36.99329,62.88342L37,63c0,0.51282-0.38599,0.93549-0.88342,0.99329L36,64H12
c-0.51282,0-0.93549-0.38599-0.99329-0.88342L11,63V17c0-0.51282,0.38599-0.93549,0.88342-0.99329L12,16h54
c0.51282,0,0.93549,0.38599,0.99329,0.88342L67,17v16c0,0.55231-0.44769,1-1,1c-0.51282,0-0.93549-0.38599-0.99329-0.88342L65,33V18
H13v6h37c0.55231,0,1,0.44769,1,1c0,0.51282-0.38599,0.93549-0.88342,0.99329L50,26H13v36h23
C36.51282,62,36.93549,62.38599,36.99329,62.88342z M54,34c-9.38879,0-17,7.61121-17,17
c0,8.62091,6.41699,15.74298,14.73511,16.8504l-0.4422,0.4425l-0.08319,0.09418c-0.30499,0.39233-0.27734,0.95953,0.08319,1.32001
c0.3905,0.3905,1.02368,0.3905,1.41418,0l2-2c0.02942-0.02942,0.05701-0.06061,0.08258-0.09351
c0.05573-0.07172,0.10101-0.14996,0.13452-0.23102c0.0426-0.10284,0.0686-0.21436,0.07452-0.33105
C54.99957,67.03442,55,67.01727,55,67c0-0.13483-0.02667-0.26331-0.07501-0.38062c-0.04877-0.11877-0.1214-0.22998-0.2179-0.32648
l-2-2l-0.09418-0.08319c-0.39233-0.30499-0.95953-0.27734-1.32001,0.08319l-0.08319,0.09418
c-0.30499,0.39233-0.27734,0.95953,0.08319,1.32001l0.06,0.06012C44.33112,64.51691,39,58.38098,39,51c0-8.2843,6.7157-15,15-15
s15,6.7157,15,15c0,3.49902-1.2005,6.81122-3.3645,9.46729c-0.34882,0.42822-0.28448,1.05811,0.14368,1.40692
c0.42822,0.34882,1.05804,0.28448,1.40692-0.14374C69.63812,58.72083,71,54.9635,71,51C71,41.61121,63.38879,34,54,34z
M63.37518,62.71002c-0.5899,0.4729-1.21448,0.90076-1.86847,1.2796c-0.47791,0.27679-0.64093,0.88855-0.36414,1.36646
s0.88861,0.64093,1.36652,0.36414c0.74121-0.42932,1.44891-0.91412,2.11713-1.44983c0.43091-0.34546,0.50018-0.97479,0.15466-1.4057
C64.43542,62.43378,63.80609,62.3645,63.37518,62.71002z M62.7901,46.12402c-0.50708,0.21875-0.74078,0.80719-0.52209,1.31427
C62.74878,48.55267,63,49.75781,63,51c0,4.97058-4.02942,9-9,9s-9-4.02942-9-9s4.02942-9,9-9
c0.61743,0,1.2262,0.06201,1.82031,0.18402c0.54102,0.11096,1.06958-0.23755,1.18066-0.7785
c0.11115-0.54102-0.23749-1.06964-0.7785-1.18073C55.49622,40.07568,54.75269,40,54,40c-6.07507,0-11,4.92493-11,11
s4.92493,11,11,11s11-4.92493,11-11c0-1.51593-0.30737-2.99048-0.89557-4.354C63.88562,46.13892,63.29718,45.90521,62.7901,46.12402
z M38.11658,33.99329C38.61401,33.93549,39,33.51282,39,33c0-0.55231-0.44769-1-1-1H20l-0.11658,0.00671
C19.38599,32.06451,19,32.48718,19,33c0,0.55231,0.44769,1,1,1h18L38.11658,33.99329z M34.11658,39.99329
C34.61401,39.93549,35,39.51282,35,39c0-0.55231-0.44769-1-1-1H20l-0.11658,0.00671C19.38599,38.06451,19,38.48718,19,39
c0,0.55231,0.44769,1,1,1h14L34.11658,39.99329z M20,44l-0.11658,0.00671C19.38599,44.06451,19,44.48718,19,45
c0,0.55231,0.44769,1,1,1h12l0.11658-0.00671C32.61401,45.93549,33,45.51282,33,45c0-0.55231-0.44769-1-1-1H20z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,30 @@
<svg width="80px" height="80px" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg">
<style>
.fr-artwork-decorative {
fill: #ECECFF;
}
.fr-artwork-minor {
fill: #E1000F;
}
.fr-artwork-major {
fill: #000091;
}
</style>
<g class="fr-artwork-decorative" id="artwork-decorative">
<path d="M68,13c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1S68.5514,13,68,13z M41,76c-0.5514,0-1-0.4486-1-1
s0.4486-1,1-1s1,0.4486,1,1S41.5514,76,41,76z M15,10c-0.5514,0-1-0.4486-1-1c0-0.55145,0.4486-1,1-1s1,0.44855,1,1
C16,9.5514,15.5514,10,15,10z"/>
</g>
<g class="fr-artwork-minor" id="artwork-minor">
<path d="M42,34c0-1.1046-0.8954-2-2-2s-2,0.8954-2,2v16c0,1.1046,0.8954,2,2,2s2-0.8954,2-2V34z M42,58
c0-1.1046-0.8954-2-2-2s-2,0.8954-2,2s0.8954,2,2,2S42,59.1046,42,58z"/>
</g>
<g class="fr-artwork-major" id="artwork-major">
<path d="M39.1056,12.5528c0.3491-0.6983,1.3115-0.735,1.7252-0.1103l0.0636,0.1103l27,54
c0.31499,0.6299-0.1024,1.3652-0.7793,1.4408L67,68h-8c-0.5523,0-1-0.4477-1-1c0-0.5128,0.386-0.9355,0.8834-0.9933L59,66h6.381
L40,15.236L14.618,66H53c0.5128,0,0.9355,0.386,0.9933,0.8834L54,67c0,0.5128-0.386,0.9355-0.8834,0.9933L53,68H13
c-0.7043,0-1.1753-0.7021-0.9402-1.3414l0.0458-0.1058L39.1056,12.5528z M60,46c-0.5514,0-1-0.4486-1-1s0.4486-1,1-1s1,0.4486,1,1
S60.5514,46,60,46z M62.8363,48.4515c-0.2741-0.419-0.8248-0.5753-1.2835-0.3459c-0.494,0.247-0.6942,0.8476-0.4472,1.3416l7,14
l0.0581,0.1013c0.2741,0.419,0.82481,0.5753,1.2835,0.3459c0.494-0.247,0.69421-0.8476,0.4472-1.3416l-7-14L62.8363,48.4515z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

11
home/dist/artwork/system.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

27
home/dist/component/README.md vendored Normal file
View file

@ -0,0 +1,27 @@
# component
## Dépendances
```shell
component
└─ core
└─ scheme
```
## Utilisation
Afin dutiliser le composant `component`, il est nécessaire dajouter les fichiers de styles et de scripts présents dans le dossier dist dans l'ordre suivant :\n
```html
<html>
<head>
<link href="css/core/core.min.css" rel="stylesheet">
<link href="css/component/component.min.css" rel="stylesheet">
</head>
<body>
<script type="text/javascript" nomodule href="js/legacy/legacy.nomodule.min.js" ></script>
<script type="module" href="js/core/core.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/core/core.nomodule.min.js" ></script>
<script type="module" href="js/scheme/scheme.module.min.js" ></script>
<script type="module" href="js/component/component.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/component/component.nomodule.min.js" ></script>
</body>
</html>
```

31
home/dist/component/accordion/README.md vendored Normal file
View file

@ -0,0 +1,31 @@
# accordion
L'accordéon permet aux utilisateurs d'afficher et de masquer des sections de contenu présentés dans une page.
## Dépendances
```shell
accordion
└─ core
```
## Utilisation
Afin dutiliser le composant `accordion`, il est nécessaire dajouter les fichiers de styles et de scripts présents dans le dossier dist dans l'ordre suivant :\n
```html
<html>
<head>
<link href="css/core/core.min.css" rel="stylesheet">
<link href="css/accordion/accordion.min.css" rel="stylesheet">
</head>
<body>
<script type="text/javascript" nomodule href="js/legacy/legacy.nomodule.min.js" ></script>
<script type="module" href="js/core/core.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/core/core.nomodule.min.js" ></script>
<script type="module" href="js/accordion/accordion.module.min.js" ></script>
<script type="text/javascript" nomodule href="js/accordion/accordion.nomodule.min.js" ></script>
</body>
</html>
```
## Documentation
Consulter [la documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/accordeon) sur le module Accordéon

View file

@ -0,0 +1,236 @@
/*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@charset "UTF-8";
/* ¯¯¯¯¯¯¯¯¯ *\
ACCORDION
\* ˍˍˍˍˍˍˍˍˍ */
.fr-accordion {
position: relative;
}
.fr-accordion::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
box-shadow: inset 0 1px 0 0 var(--border-default-grey), 0 1px 0 0 var(--border-default-grey);
}
.fr-accordion__title {
margin: 0;
display: block;
font-size: unset;
line-height: unset;
}
.fr-accordion:focus-within {
z-index: 1;
}
.fr-accordion__btn {
--text-spacing: 0;
--title-spacing: 0;
display: inline-flex;
flex-direction: row;
align-items: center;
width: -moz-fit-content;
width: fit-content;
font-weight: 500;
font-size: 1rem;
line-height: 1.5rem;
min-height: 3rem;
padding: 0.75rem 1rem;
overflow: initial;
max-width: 100%;
max-height: none;
width: 100%;
text-align: left;
margin: 0;
color: var(--text-action-high-blue-france);
}
.fr-accordion__btn::before,
.fr-accordion__btn::after {
display: block;
}
.fr-accordion__btn::after {
--icon-size: 1rem;
margin-right: -0.125rem;
margin-left: 0.25rem;
flex: 0 0 auto;
display: inline-block;
vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
background-color: currentColor;
width: var(--icon-size);
height: var(--icon-size);
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
-webkit-mask-image: url("../../icons/system/arrow-down-s-line.svg");
mask-image: url("../../icons/system/arrow-down-s-line.svg");
content: "";
transition: transform 0.3s;
margin-right: 0;
margin-left: auto;
}
.fr-accordion__btn::before {
content: none;
}
.fr-accordion__btn[aria-expanded=true]::after {
transform: rotate(-180deg);
}
.fr-accordion .fr-collapse {
--ul-type: disc;
--ol-type: decimal;
--ul-start: 1rem;
--ol-start: 1.5rem;
--xl-block: 0.5rem;
--li-bottom: 0.25rem;
--xl-base: 1em;
--ol-content: counters(li-counter, ".") ".  ";
transition: visibility 0.3s, padding 0.3s;
}
.fr-accordion .fr-collapse--expanded {
padding-top: 1rem;
padding-bottom: 1.5rem;
}
.fr-accordions-group {
--ul-type: none;
--ol-type: none;
--ul-start: 0;
--ol-start: 0;
--xl-block: 0;
--li-bottom: 0;
--ol-content: none;
}
.fr-accordion__btn[aria-expanded=true] {
background-color: var(--background-open-blue-france);
--idle: transparent;
--hover: var(--background-open-blue-france-hover);
--active: var(--background-open-blue-france-active);
}
@media (min-width: 36em) {
/*! media sm */
/*! media sm */
}
@media (min-width: 48em) {
/*! media md */
.fr-accordion .fr-collapse {
margin: 0 -0.25rem;
padding-left: 1rem;
padding-right: 1rem;
}
/*! media md */
}
@media (min-width: 62em) {
/*! media lg */
/*! media lg */
}
@media (min-width: 78em) {
/*! media xl */
/*! media xl */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/**
* Reset liste à puce
*/
.fr-accordions-group ul {
list-style-type: none;
}
.fr-accordions-group ol {
list-style-type: none;
}
.fr-accordions-group ul,
.fr-accordions-group ol {
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
ul,
ol {
padding-left: 1rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.fr-accordion__btn::before,
.fr-accordion__btn::after {
background-color: transparent;
background-size: 100%;
background-repeat: no-repeat;
background-image: url("../../icons/system/arrow-down-s-line.svg");
width: 1rem;
height: 1rem;
}
.fr-accordion__btn[aria-expanded=true]::after {
transform: rotate(-180deg);
}
.fr-accordion::before {
box-shadow: inset 0 1px 0 0 #ddd, 0 1px 0 0 #ddd;
}
.fr-accordion__btn {
color: #000091;
}
.fr-accordion__btn[aria-expanded=true] {
background-color: #e3e3fd;
}
}
@media print {
.fr-accordion::before {
box-shadow: inset 0 1px 0 0 #ddd, 0 1px 0 0 #ddd;
}
.fr-accordion__btn {
color: #000091;
}
.fr-accordion__btn[aria-expanded=true] {
background-color: #e3e3fd;
}
.fr-accordion__btn::after {
transform: rotate(-180deg);
}
.fr-accordion .fr-collapse:not(.fr-collapse--expanded) {
--collapse-max-height: none !important;
--collapse: inherit !important;
visibility: visible;
padding: 1rem;
}
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,76 @@
/*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@charset "UTF-8";
@media (min-width: 36em) {
/*! media sm */
}
@media (min-width: 48em) {
/*! media md */
}
@media (min-width: 62em) {
/*! media lg */
}
@media (min-width: 78em) {
/*! media xl */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/**
* Reset liste à puce
*/
.fr-accordions-group ul {
list-style-type: none;
}
.fr-accordions-group ol {
list-style-type: none;
}
.fr-accordions-group ul,
.fr-accordions-group ol {
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
ul,
ol {
padding-left: 1rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.fr-accordion__btn::before,
.fr-accordion__btn::after {
background-color: transparent;
background-size: 100%;
background-repeat: no-repeat;
background-image: url("../../icons/system/arrow-down-s-line.svg");
width: 1rem;
height: 1rem;
}
.fr-accordion__btn[aria-expanded=true]::after {
transform: rotate(-180deg);
}
.fr-accordion::before {
box-shadow: inset 0 1px 0 0 #ddd, 0 1px 0 0 #ddd;
}
.fr-accordion__btn {
color: #000091;
}
.fr-accordion__btn[aria-expanded=true] {
background-color: #e3e3fd;
}
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,7 @@
/*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/@media (min-width:36em){
/*! media sm */}@media (min-width:48em){
/*! media md */}@media (min-width:62em){
/*! media lg */}@media (min-width:78em){
/*! media xl */}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.fr-accordions-group ol,.fr-accordions-group ul{list-style-type:none}.fr-accordions-group ol,.fr-accordions-group ul{margin-bottom:0;margin-top:0;padding-left:0}ul{list-style-type:disc}ol{list-style-type:decimal}ol,ul{margin-bottom:.5rem;margin-top:.5rem;padding-left:1rem}.fr-accordion__btn:after,.fr-accordion__btn:before{background-color:transparent;background-image:url(../../icons/system/arrow-down-s-line.svg);background-repeat:no-repeat;background-size:100%;height:1rem;width:1rem}.fr-accordion__btn[aria-expanded=true]:after{transform:rotate(-180deg)}.fr-accordion:before{box-shadow:inset 0 1px 0 0 #ddd,0 1px 0 0 #ddd}.fr-accordion__btn{color:#000091}.fr-accordion__btn[aria-expanded=true]{background-color:#e3e3fd}}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,144 @@
/*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@charset "UTF-8";
/* ¯¯¯¯¯¯¯¯¯ *\
ACCORDION
\* ˍˍˍˍˍˍˍˍˍ */
.fr-accordion {
position: relative;
}
.fr-accordion::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
box-shadow: inset 0 1px 0 0 var(--border-default-grey), 0 1px 0 0 var(--border-default-grey);
}
.fr-accordion__title {
margin: 0;
display: block;
font-size: unset;
line-height: unset;
}
.fr-accordion:focus-within {
z-index: 1;
}
.fr-accordion__btn {
--text-spacing: 0;
--title-spacing: 0;
display: inline-flex;
flex-direction: row;
align-items: center;
width: -moz-fit-content;
width: fit-content;
font-weight: 500;
font-size: 1rem;
line-height: 1.5rem;
min-height: 3rem;
padding: 0.75rem 1rem;
overflow: initial;
max-width: 100%;
max-height: none;
width: 100%;
text-align: left;
margin: 0;
color: var(--text-action-high-blue-france);
}
.fr-accordion__btn::before,
.fr-accordion__btn::after {
display: block;
}
.fr-accordion__btn::after {
--icon-size: 1rem;
margin-right: -0.125rem;
margin-left: 0.25rem;
flex: 0 0 auto;
display: inline-block;
vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
background-color: currentColor;
width: var(--icon-size);
height: var(--icon-size);
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
-webkit-mask-image: url("../../icons/system/arrow-down-s-line.svg");
mask-image: url("../../icons/system/arrow-down-s-line.svg");
content: "";
transition: transform 0.3s;
margin-right: 0;
margin-left: auto;
}
.fr-accordion__btn::before {
content: none;
}
.fr-accordion__btn[aria-expanded=true]::after {
transform: rotate(-180deg);
}
.fr-accordion .fr-collapse {
--ul-type: disc;
--ol-type: decimal;
--ul-start: 1rem;
--ol-start: 1.5rem;
--xl-block: 0.5rem;
--li-bottom: 0.25rem;
--xl-base: 1em;
--ol-content: counters(li-counter, ".") ".  ";
transition: visibility 0.3s, padding 0.3s;
}
.fr-accordion .fr-collapse--expanded {
padding-top: 1rem;
padding-bottom: 1.5rem;
}
.fr-accordions-group {
--ul-type: none;
--ol-type: none;
--ul-start: 0;
--ol-start: 0;
--xl-block: 0;
--li-bottom: 0;
--ol-content: none;
}
.fr-accordion__btn[aria-expanded=true] {
background-color: var(--background-open-blue-france);
--idle: transparent;
--hover: var(--background-open-blue-france-hover);
--active: var(--background-open-blue-france-active);
}
@media (min-width: 36em) {
/*! media sm */
}
@media (min-width: 48em) {
/*! media md */
.fr-accordion .fr-collapse {
margin: 0 -0.25rem;
padding-left: 1rem;
padding-right: 1rem;
}
}
@media (min-width: 62em) {
/*! media lg */
}
@media (min-width: 78em) {
/*! media xl */
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,8 @@
@charset "UTF-8";
/*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/.fr-accordion{position:relative}.fr-accordion:before{bottom:0;box-shadow:inset 0 1px 0 0 var(--border-default-grey),0 1px 0 0 var(--border-default-grey);content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0;width:100%}.fr-accordion__title{display:block;font-size:unset;line-height:unset;margin:0}.fr-accordion:focus-within{z-index:1}.fr-accordion__btn{--text-spacing:0;--title-spacing:0;align-items:center;color:var(--text-action-high-blue-france);display:inline-flex;flex-direction:row;font-size:1rem;font-weight:500;line-height:1.5rem;margin:0;max-height:none;max-width:100%;min-height:3rem;overflow:initial;padding:.75rem 1rem;text-align:left;width:-moz-fit-content;width:fit-content;width:100%}.fr-accordion__btn:after,.fr-accordion__btn:before{display:block}.fr-accordion__btn:after{--icon-size:1rem;background-color:currentColor;content:"";display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:auto;margin-right:0;-webkit-mask-image:url(../../icons/system/arrow-down-s-line.svg);mask-image:url(../../icons/system/arrow-down-s-line.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;transition:transform .3s;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}.fr-accordion__btn:before{content:none}.fr-accordion__btn[aria-expanded=true]:after{transform:rotate(-180deg)}.fr-accordion .fr-collapse{--ul-type:disc;--ol-type:decimal;--ul-start:1rem;--ol-start:1.5rem;--xl-block:0.5rem;--li-bottom:0.25rem;--xl-base:1em;--ol-content:counters(li-counter,".") ".  ";transition:visibility .3s,padding .3s}.fr-accordion .fr-collapse--expanded{padding-bottom:1.5rem;padding-top:1rem}.fr-accordions-group{--ul-type:none;--ol-type:none;--ul-start:0;--ol-start:0;--xl-block:0;--li-bottom:0;--ol-content:none}.fr-accordion__btn[aria-expanded=true]{--idle:transparent;--hover:var(--background-open-blue-france-hover);--active:var(--background-open-blue-france-active);background-color:var(--background-open-blue-france)}@media (min-width:36em){
/*! media sm */}@media (min-width:48em){
/*! media md */.fr-accordion .fr-collapse{margin:0 -.25rem;padding-left:1rem;padding-right:1rem}}@media (min-width:62em){
/*! media lg */}@media (min-width:78em){
/*! media xl */}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,12 @@
@charset "UTF-8";
/*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/.fr-accordion{position:relative}.fr-accordion:before{bottom:0;box-shadow:inset 0 1px 0 0 var(--border-default-grey),0 1px 0 0 var(--border-default-grey);content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0;width:100%}.fr-accordion__title{display:block;font-size:unset;line-height:unset;margin:0}.fr-accordion:focus-within{z-index:1}.fr-accordion__btn{--text-spacing:0;--title-spacing:0;align-items:center;color:var(--text-action-high-blue-france);display:inline-flex;flex-direction:row;font-size:1rem;font-weight:500;line-height:1.5rem;margin:0;max-height:none;max-width:100%;min-height:3rem;overflow:initial;padding:.75rem 1rem;text-align:left;width:-moz-fit-content;width:fit-content;width:100%}.fr-accordion__btn:after,.fr-accordion__btn:before{display:block}.fr-accordion__btn:after{--icon-size:1rem;background-color:currentColor;content:"";display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:auto;margin-right:0;-webkit-mask-image:url(../../icons/system/arrow-down-s-line.svg);mask-image:url(../../icons/system/arrow-down-s-line.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;transition:transform .3s;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}.fr-accordion__btn:before{content:none}.fr-accordion__btn[aria-expanded=true]:after{transform:rotate(-180deg)}.fr-accordion .fr-collapse{--ul-type:disc;--ol-type:decimal;--ul-start:1rem;--ol-start:1.5rem;--xl-block:0.5rem;--li-bottom:0.25rem;--xl-base:1em;--ol-content:counters(li-counter,".") ".  ";transition:visibility .3s,padding .3s}.fr-accordion .fr-collapse--expanded{padding-bottom:1.5rem;padding-top:1rem}.fr-accordions-group{--ul-type:none;--ol-type:none;--ul-start:0;--ol-start:0;--xl-block:0;--li-bottom:0;--ol-content:none}.fr-accordion__btn[aria-expanded=true]{--idle:transparent;--hover:var(--background-open-blue-france-hover);--active:var(--background-open-blue-france-active);background-color:var(--background-open-blue-france)}@media (min-width:36em){
/*! media sm */
/*! media sm */}@media (min-width:48em){
/*! media md */.fr-accordion .fr-collapse{margin:0 -.25rem;padding-left:1rem;padding-right:1rem}
/*! media md */}@media (min-width:62em){
/*! media lg */
/*! media lg */}@media (min-width:78em){
/*! media xl */
/*! media xl */}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.fr-accordions-group ol,.fr-accordions-group ul{list-style-type:none}.fr-accordions-group ol,.fr-accordions-group ul{margin-bottom:0;margin-top:0;padding-left:0}ul{list-style-type:disc}ol{list-style-type:decimal}ol,ul{margin-bottom:.5rem;margin-top:.5rem;padding-left:1rem}.fr-accordion__btn:after,.fr-accordion__btn:before{background-color:transparent;background-image:url(../../icons/system/arrow-down-s-line.svg);background-repeat:no-repeat;background-size:100%;height:1rem;width:1rem}.fr-accordion__btn[aria-expanded=true]:after{transform:rotate(-180deg)}.fr-accordion:before{box-shadow:inset 0 1px 0 0 #ddd,0 1px 0 0 #ddd}.fr-accordion__btn{color:#000091}.fr-accordion__btn[aria-expanded=true]{background-color:#e3e3fd}}@media print{.fr-accordion:before{box-shadow:inset 0 1px 0 0 #ddd,0 1px 0 0 #ddd}.fr-accordion__btn{color:#000091}.fr-accordion__btn[aria-expanded=true]{background-color:#e3e3fd}.fr-accordion__btn:after{transform:rotate(-180deg)}.fr-accordion .fr-collapse:not(.fr-collapse--expanded){--collapse-max-height:none!important;--collapse:inherit!important;padding:1rem;visibility:visible}}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,53 @@
/*! DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions) */
const config = {
prefix: 'fr',
namespace: 'dsfr',
organisation: '@gouvfr',
version: '1.11.2'
};
const api = window[config.namespace];
const ACCORDION = api.internals.ns.selector('accordion');
const COLLAPSE = api.internals.ns.selector('collapse');
const AccordionSelector = {
GROUP: api.internals.ns.selector('accordions-group'),
ACCORDION: ACCORDION,
COLLAPSE: `${ACCORDION} > ${COLLAPSE}, ${ACCORDION} > *:not(${ACCORDION}):not(${COLLAPSE}) > ${COLLAPSE}, ${ACCORDION} > *:not(${ACCORDION}):not(${COLLAPSE}) > *:not(${ACCORDION}):not(${COLLAPSE}) > ${COLLAPSE}`,
COLLAPSE_LEGACY: `${ACCORDION} ${COLLAPSE}`,
BUTTON: `${ACCORDION}__btn`
};
class Accordion extends api.core.Instance {
static get instanceClassName () {
return 'Accordion';
}
get collapsePrimary () {
const buttons = this.element.children.map(child => child.getInstance('CollapseButton')).filter(button => button !== null && button.hasClass(AccordionSelector.BUTTON));
return buttons[0];
}
}
class AccordionsGroup extends api.core.CollapsesGroup {
static get instanceClassName () {
return 'AccordionsGroup';
}
validate (member) {
const match = member.node.matches(api.internals.legacy.isLegacy ? AccordionSelector.COLLAPSE_LEGACY : AccordionSelector.COLLAPSE);
return super.validate(member) && match;
}
}
api.accordion = {
Accordion: Accordion,
AccordionSelector: AccordionSelector,
AccordionsGroup: AccordionsGroup
};
api.internals.register(api.accordion.AccordionSelector.GROUP, api.accordion.AccordionsGroup);
api.internals.register(api.accordion.AccordionSelector.ACCORDION, api.accordion.Accordion);
//# sourceMappingURL=accordion.module.js.map

View file

@ -0,0 +1 @@
{"version":3,"file":"accordion.module.js","sources":["../../../.config/config.js","../../../src/core/api.js","../../../src/component/accordion/script/accordion/accordion-selector.js","../../../src/component/accordion/script/accordion/accordion.js","../../../src/component/accordion/script/accordion/accordions-group.js","../../../src/component/accordion/index.js","../../../src/component/accordion/main.js"],"sourcesContent":["const config = {\r\n prefix: 'fr',\r\n namespace: 'dsfr',\r\n organisation: '@gouvfr',\r\n version: '1.11.2'\r\n};\r\n\r\nexport default config;\r\n","import config from './config.js';\nconst api = window[config.namespace];\nexport default api;\n","import api from '../../api.js';\n\nconst ACCORDION = api.internals.ns.selector('accordion');\nconst COLLAPSE = api.internals.ns.selector('collapse');\n\nexport const AccordionSelector = {\n GROUP: api.internals.ns.selector('accordions-group'),\n ACCORDION: ACCORDION,\n COLLAPSE: `${ACCORDION} > ${COLLAPSE}, ${ACCORDION} > *:not(${ACCORDION}):not(${COLLAPSE}) > ${COLLAPSE}, ${ACCORDION} > *:not(${ACCORDION}):not(${COLLAPSE}) > *:not(${ACCORDION}):not(${COLLAPSE}) > ${COLLAPSE}`,\n COLLAPSE_LEGACY: `${ACCORDION} ${COLLAPSE}`,\n BUTTON: `${ACCORDION}__btn`\n};\n","import api from '../../api.js';\nimport { AccordionSelector } from './accordion-selector';\n\nclass Accordion extends api.core.Instance {\n static get instanceClassName () {\n return 'Accordion';\n }\n\n get collapsePrimary () {\n const buttons = this.element.children.map(child => child.getInstance('CollapseButton')).filter(button => button !== null && button.hasClass(AccordionSelector.BUTTON));\n return buttons[0];\n }\n}\n\nexport { Accordion };\n","import api from '../../api.js';\nimport { AccordionSelector } from './accordion-selector.js';\n\nclass AccordionsGroup extends api.core.CollapsesGroup {\n static get instanceClassName () {\n return 'AccordionsGroup';\n }\n\n validate (member) {\n const match = member.node.matches(api.internals.legacy.isLegacy ? AccordionSelector.COLLAPSE_LEGACY : AccordionSelector.COLLAPSE);\n return super.validate(member) && match;\n }\n}\n\nexport { AccordionsGroup };\n","import api from './api.js';\nimport { Accordion } from './script/accordion/accordion';\nimport { AccordionsGroup } from './script/accordion/accordions-group.js';\nimport { AccordionSelector } from './script/accordion/accordion-selector.js';\n\napi.accordion = {\n Accordion: Accordion,\n AccordionSelector: AccordionSelector,\n AccordionsGroup: AccordionsGroup\n};\n\nexport default api;\n","import api from './index.js';\n\napi.internals.register(api.accordion.AccordionSelector.GROUP, api.accordion.AccordionsGroup);\napi.internals.register(api.accordion.AccordionSelector.ACCORDION, api.accordion.Accordion);\n\nexport default api;\n"],"names":[],"mappings":";;AAAA,MAAM,MAAM,GAAG;AACf,EAAE,MAAM,EAAE,IAAI;AACd,EAAE,SAAS,EAAE,MAAM;AACnB,EAAE,YAAY,EAAE,SAAS;AACzB,EAAE,OAAO,EAAE,QAAQ;AACnB,CAAC;;ACJD,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC;;ACCpC,MAAM,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;AACzD,MAAM,QAAQ,GAAG,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;AACvD;AACO,MAAM,iBAAiB,GAAG;AACjC,EAAE,KAAK,EAAE,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,kBAAkB,CAAC;AACtD,EAAE,SAAS,EAAE,SAAS;AACtB,EAAE,QAAQ,EAAE,CAAC,EAAE,SAAS,CAAC,GAAG,EAAE,QAAQ,CAAC,EAAE,EAAE,SAAS,CAAC,SAAS,EAAE,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,EAAE,EAAE,SAAS,CAAC,SAAS,EAAE,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,UAAU,EAAE,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AACrN,EAAE,eAAe,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC;AAC7C,EAAE,MAAM,EAAE,CAAC,EAAE,SAAS,CAAC,KAAK,CAAC;AAC7B,CAAC;;ACRD,MAAM,SAAS,SAAS,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC;AAC1C,EAAE,WAAW,iBAAiB,CAAC,GAAG;AAClC,IAAI,OAAO,WAAW,CAAC;AACvB,GAAG;AACH;AACA,EAAE,IAAI,eAAe,CAAC,GAAG;AACzB,IAAI,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC,KAAK,IAAI,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,IAAI,MAAM,KAAK,IAAI,IAAI,MAAM,CAAC,QAAQ,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;AAC3K,IAAI,OAAO,OAAO,CAAC,CAAC,CAAC,CAAC;AACtB,GAAG;AACH;;ACTA,MAAM,eAAe,SAAS,GAAG,CAAC,IAAI,CAAC,cAAc,CAAC;AACtD,EAAE,WAAW,iBAAiB,CAAC,GAAG;AAClC,IAAI,OAAO,iBAAiB,CAAC;AAC7B,GAAG;AACH;AACA,EAAE,QAAQ,CAAC,CAAC,MAAM,EAAE;AACpB,IAAI,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,MAAM,CAAC,QAAQ,GAAG,iBAAiB,CAAC,eAAe,GAAG,iBAAiB,CAAC,QAAQ,CAAC,CAAC;AACtI,IAAI,OAAO,KAAK,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC;AAC3C,GAAG;AACH;;ACPA,GAAG,CAAC,SAAS,GAAG;AAChB,EAAE,SAAS,EAAE,SAAS;AACtB,EAAE,iBAAiB,EAAE,iBAAiB;AACtC,EAAE,eAAe,EAAE,eAAe;AAClC,CAAC;;ACPD,GAAG,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,iBAAiB,CAAC,KAAK,EAAE,GAAG,CAAC,SAAS,CAAC,eAAe,CAAC,CAAC;AAC7F,GAAG,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,iBAAiB,CAAC,SAAS,EAAE,GAAG,CAAC,SAAS,CAAC,SAAS,CAAC"}

View file

@ -0,0 +1,3 @@
/*! DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions) */
const n=window.dsfr,o=n.internals.ns.selector("accordion"),e=n.internals.ns.selector("collapse"),c={GROUP:n.internals.ns.selector("accordions-group"),ACCORDION:o,COLLAPSE:`${o} > ${e}, ${o} > *:not(${o}):not(${e}) > ${e}, ${o} > *:not(${o}):not(${e}) > *:not(${o}):not(${e}) > ${e}`,COLLAPSE_LEGACY:`${o} ${e}`,BUTTON:`${o}__btn`};class r extends n.core.Instance{static get instanceClassName(){return"Accordion"}get collapsePrimary(){return this.element.children.map((n=>n.getInstance("CollapseButton"))).filter((n=>null!==n&&n.hasClass(c.BUTTON)))[0]}}class s extends n.core.CollapsesGroup{static get instanceClassName(){return"AccordionsGroup"}validate(o){const e=o.node.matches(n.internals.legacy.isLegacy?c.COLLAPSE_LEGACY:c.COLLAPSE);return super.validate(o)&&e}}n.accordion={Accordion:r,AccordionSelector:c,AccordionsGroup:s},n.internals.register(n.accordion.AccordionSelector.GROUP,n.accordion.AccordionsGroup),n.internals.register(n.accordion.AccordionSelector.ACCORDION,n.accordion.Accordion);
//# sourceMappingURL=accordion.module.min.js.map

View file

@ -0,0 +1 @@
{"version":3,"file":"accordion.module.min.js","sources":["../../../.config/config.js","../../../src/core/api.js","../../../src/component/accordion/script/accordion/accordion-selector.js","../../../src/component/accordion/script/accordion/accordion.js","../../../src/component/accordion/script/accordion/accordions-group.js","../../../src/component/accordion/index.js","../../../src/component/accordion/main.js"],"sourcesContent":["const config = {\r\n prefix: 'fr',\r\n namespace: 'dsfr',\r\n organisation: '@gouvfr',\r\n version: '1.11.2'\r\n};\r\n\r\nexport default config;\r\n","import config from './config.js';\nconst api = window[config.namespace];\nexport default api;\n","import api from '../../api.js';\n\nconst ACCORDION = api.internals.ns.selector('accordion');\nconst COLLAPSE = api.internals.ns.selector('collapse');\n\nexport const AccordionSelector = {\n GROUP: api.internals.ns.selector('accordions-group'),\n ACCORDION: ACCORDION,\n COLLAPSE: `${ACCORDION} > ${COLLAPSE}, ${ACCORDION} > *:not(${ACCORDION}):not(${COLLAPSE}) > ${COLLAPSE}, ${ACCORDION} > *:not(${ACCORDION}):not(${COLLAPSE}) > *:not(${ACCORDION}):not(${COLLAPSE}) > ${COLLAPSE}`,\n COLLAPSE_LEGACY: `${ACCORDION} ${COLLAPSE}`,\n BUTTON: `${ACCORDION}__btn`\n};\n","import api from '../../api.js';\nimport { AccordionSelector } from './accordion-selector';\n\nclass Accordion extends api.core.Instance {\n static get instanceClassName () {\n return 'Accordion';\n }\n\n get collapsePrimary () {\n const buttons = this.element.children.map(child => child.getInstance('CollapseButton')).filter(button => button !== null && button.hasClass(AccordionSelector.BUTTON));\n return buttons[0];\n }\n}\n\nexport { Accordion };\n","import api from '../../api.js';\nimport { AccordionSelector } from './accordion-selector.js';\n\nclass AccordionsGroup extends api.core.CollapsesGroup {\n static get instanceClassName () {\n return 'AccordionsGroup';\n }\n\n validate (member) {\n const match = member.node.matches(api.internals.legacy.isLegacy ? AccordionSelector.COLLAPSE_LEGACY : AccordionSelector.COLLAPSE);\n return super.validate(member) && match;\n }\n}\n\nexport { AccordionsGroup };\n","import api from './api.js';\nimport { Accordion } from './script/accordion/accordion';\nimport { AccordionsGroup } from './script/accordion/accordions-group.js';\nimport { AccordionSelector } from './script/accordion/accordion-selector.js';\n\napi.accordion = {\n Accordion: Accordion,\n AccordionSelector: AccordionSelector,\n AccordionsGroup: AccordionsGroup\n};\n\nexport default api;\n","import api from './index.js';\n\napi.internals.register(api.accordion.AccordionSelector.GROUP, api.accordion.AccordionsGroup);\napi.internals.register(api.accordion.AccordionSelector.ACCORDION, api.accordion.Accordion);\n\nexport default api;\n"],"names":["api","window","ACCORDION","internals","ns","selector","COLLAPSE","AccordionSelector","GROUP","COLLAPSE_LEGACY","BUTTON","Accordion","core","Instance","instanceClassName","collapsePrimary","this","element","children","map","child","getInstance","filter","button","hasClass","AccordionsGroup","CollapsesGroup","validate","member","match","node","matches","legacy","isLegacy","super","accordion","register"],"mappings":";AAAA,MCCMA,EAAMC,OAAuB,KCC7BC,EAAYF,EAAIG,UAAUC,GAAGC,SAAS,aACtCC,EAAWN,EAAIG,UAAUC,GAAGC,SAAS,YAE9BE,EAAoB,CAC/BC,MAAOR,EAAIG,UAAUC,GAAGC,SAAS,oBACjCH,UAAWA,EACXI,SAAU,GAAGJ,OAAeI,MAAaJ,aAAqBA,UAAkBI,QAAeA,MAAaJ,aAAqBA,UAAkBI,cAAqBJ,UAAkBI,QAAeA,IACzMG,gBAAiB,GAAGP,KAAaI,IACjCI,OAAQ,GAAGR,UCPb,MAAMS,UAAkBX,EAAIY,KAAKC,SACpBC,+BACT,MAAO,YAGLC,sBAEF,OADgBC,KAAKC,QAAQC,SAASC,KAAIC,GAASA,EAAMC,YAAY,oBAAmBC,QAAOC,GAAqB,OAAXA,GAAmBA,EAAOC,SAASjB,EAAkBG,UAC/I,ICPnB,MAAMe,UAAwBzB,EAAIY,KAAKc,eAC1BZ,+BACT,MAAO,kBAGTa,SAAUC,GACR,MAAMC,EAAQD,EAAOE,KAAKC,QAAQ/B,EAAIG,UAAU6B,OAAOC,SAAW1B,EAAkBE,gBAAkBF,EAAkBD,UACxH,OAAO4B,MAAMP,SAASC,IAAWC,GCLrC7B,EAAImC,UAAY,CACdxB,UAAWA,EACXJ,kBAAmBA,EACnBkB,gBAAiBA,GCNnBzB,EAAIG,UAAUiC,SAASpC,EAAImC,UAAU5B,kBAAkBC,MAAOR,EAAImC,UAAUV,iBAC5EzB,EAAIG,UAAUiC,SAASpC,EAAImC,UAAU5B,kBAAkBL,UAAWF,EAAImC,UAAUxB"}

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